browserstack-node-sdk 1.47.2 → 1.47.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x1865d8=a49_0x4d41;(function(_0x314bd8,_0x2c67c4){const _0x5af895=a49_0x4d41,_0x1314b1=_0x314bd8();while(!![]){try{const _0xe4ecb8=-parseInt(_0x5af895(0x138))/0x1+-parseInt(_0x5af895(0x14a))/0x2*(-parseInt(_0x5af895(0x113))/0x3)+parseInt(_0x5af895(0x137))/0x4+-parseInt(_0x5af895(0x143))/0x5+parseInt(_0x5af895(0x14f))/0x6+parseInt(_0x5af895(0x116))/0x7+parseInt(_0x5af895(0x115))/0x8*(-parseInt(_0x5af895(0x13e))/0x9);if(_0xe4ecb8===_0x2c67c4)break;else _0x1314b1['push'](_0x1314b1['shift']());}catch(_0x4171cd){_0x1314b1['push'](_0x1314b1['shift']());}}}(a49_0xcd25,0x7422a));const fs=require('fs'),helper=require(a49_0x1865d8(0x127)),utilities=require('../helpers/utilities'),yaml=require(a49_0x1865d8(0x11e)),yargs=require('yargs'),logger=require('../helpers/logger')[a49_0x1865d8(0x135)],configFileTemplate=__dirname+a49_0x1865d8(0x148),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process['cwd']()+a49_0x1865d8(0x117),packageFile=process[a49_0x1865d8(0x119)]()+a49_0x1865d8(0x153),frameworks=[a49_0x1865d8(0x145),a49_0x1865d8(0x152),a49_0x1865d8(0x128),a49_0x1865d8(0x14c),a49_0x1865d8(0x13a),a49_0x1865d8(0x129),a49_0x1865d8(0x123)];let config;logger[a49_0x1865d8(0x134)](a49_0x1865d8(0x125)),createConfigurationFile(yargs[a49_0x1865d8(0x146)][a49_0x1865d8(0x121)],yargs[a49_0x1865d8(0x146)]['key'],yargs[a49_0x1865d8(0x146)][a49_0x1865d8(0x123)]);try{sdkSetup();}catch(a49_0x4b7376){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x4b7376);}addScriptInPackageJson();function a49_0x4d41(_0xd210dd,_0x912a6b){const _0xcd25f9=a49_0xcd25();return a49_0x4d41=function(_0x4d4124,_0x2e4738){_0x4d4124=_0x4d4124-0x10e;let _0x2548b2=_0xcd25f9[_0x4d4124];return _0x2548b2;},a49_0x4d41(_0xd210dd,_0x912a6b);}function createConfigurationFile(_0x94ea99,_0x1331c3,_0x4b0f84=![]){const _0x5a2093=a49_0x1865d8,_0x48468d={};_0x48468d['Vtqtw']=_0x5a2093(0x124),_0x48468d[_0x5a2093(0x133)]=_0x5a2093(0x10e),_0x48468d[_0x5a2093(0x154)]=_0x5a2093(0x12e);const _0x237ad4=_0x48468d;try{let _0x5b70b9=fs[_0x5a2093(0x131)](_0x4b0f84?configFileTemplatePW:configFileTemplate,_0x237ad4['Vtqtw']);_0x94ea99&&(_0x5b70b9=_0x5b70b9[_0x5a2093(0x12b)](_0x237ad4[_0x5a2093(0x133)],_0x94ea99)),_0x1331c3&&(_0x5b70b9=_0x5b70b9[_0x5a2093(0x12b)](_0x237ad4[_0x5a2093(0x154)],_0x1331c3)),config=yaml['load'](_0x5b70b9),fs[_0x5a2093(0x112)](configFile,_0x5b70b9,_0x17861f=>{const _0xcbc641=_0x5a2093;_0x17861f&&logger[_0xcbc641(0x14e)](_0x17861f);});}catch(_0x163cb8){logger[_0x5a2093(0x14e)](_0x163cb8);}}function addPostInstallScript(_0x278fee,_0x8075e1){const _0x187901=a49_0x1865d8,_0x581e54={};_0x581e54['caidW']='postinstall',_0x581e54['lOlBf']='npm\x20update\x20browserstack-node-sdk',_0x581e54[_0x187901(0x126)]=_0x187901(0x147);const _0x2da302=_0x581e54;let _0x3ab771=_0x278fee[_0x2da302[_0x187901(0x144)]];if(_0x3ab771&&_0x3ab771[_0x187901(0x122)](_0x2da302[_0x187901(0x11b)]))return;!_0x3ab771?_0x3ab771=_0x2da302['lOlBf']:_0x3ab771+=_0x2da302[_0x187901(0x126)],_0x8075e1[_0x187901(0x149)]([_0x2da302[_0x187901(0x144)],_0x3ab771]);}function addScriptInPackageJson(){const _0x1752f7=a49_0x1865d8,_0x448d10={'oqsNS':_0x1752f7(0x124),'BDfGp':function(_0xf02554,_0x5ad5f1){return _0xf02554<_0x5ad5f1;},'VqbTw':function(_0x57de5c,_0x351e9b,_0x4ba0ae){return _0x57de5c(_0x351e9b,_0x4ba0ae);},'lxqog':function(_0x1a6068,_0x58dd48){return _0x1a6068<_0x58dd48;},'zhzEZ':function(_0x468c33,_0x38f60f,_0xb9662c){return _0x468c33(_0x38f60f,_0xb9662c);},'WPrxZ':function(_0x374221,_0x277d02){return _0x374221<_0x277d02;},'PMBae':function(_0x37f5a6,_0x480480){return _0x37f5a6!==_0x480480;},'zoybe':_0x1752f7(0x12a)},_0x32a205=JSON['parse'](fs[_0x1752f7(0x131)](packageFile,_0x448d10['oqsNS'])),_0x7cf141=[];for(let _0x1015d3=0x0;_0x448d10[_0x1752f7(0x136)](_0x1015d3,frameworks['length']);_0x1015d3+=0x1){const _0x327697=_0x448d10[_0x1752f7(0x13c)](findScriptsWithFramework,_0x32a205[_0x1752f7(0x13d)],frameworks[_0x1015d3]);for(let _0x1c7212=0x0;_0x448d10[_0x1752f7(0x140)](_0x1c7212,_0x327697['length']);_0x1c7212+=0x1){_0x7cf141[_0x1752f7(0x149)](_0x448d10['zhzEZ'](getUpdatedCommand,_0x32a205[_0x1752f7(0x13d)],_0x327697[_0x1c7212]));}_0x448d10[_0x1752f7(0x13c)](addPostInstallScript,_0x32a205['scripts'],_0x7cf141);}const _0x32459c={..._0x32a205[_0x1752f7(0x13d)]},_0x385335=_0x32459c;for(let _0x5e37f7=0x0;_0x448d10[_0x1752f7(0x132)](_0x5e37f7,_0x7cf141[_0x1752f7(0x110)]);_0x5e37f7+=0x1){_0x385335[_0x7cf141[_0x5e37f7][0x0]]=_0x7cf141[_0x5e37f7][0x1];}_0x448d10[_0x1752f7(0x120)](JSON[_0x1752f7(0x13b)](_0x32a205['scripts']),JSON[_0x1752f7(0x13b)](_0x385335))&&(logger[_0x1752f7(0x134)](_0x448d10[_0x1752f7(0x118)]),_0x32a205[_0x1752f7(0x13d)]=_0x385335,fs[_0x1752f7(0x112)](packageFile,JSON['stringify'](_0x32a205,null,0x2),_0x4ad337=>{const _0x485be2=_0x1752f7;_0x4ad337&&logger[_0x485be2(0x14e)](_0x4ad337);}));}function a49_0xcd25(){const _0x5f4ce6=['YOUR_USERNAME','indexOf','length','browserstack-node-sdk\x20','writeFileSync','69327LKPLPV','splice','168qUCrlG','5243553Shrfmk','/browserstack.yml','zoybe','cwd','kcMMn','lOlBf','isUndefined','CpfHD','js-yaml','-browserstack','PMBae','username','includes','playwright','utf8','Creating\x20configuration\x20file...','slxNl','../helpers/helper','cucumber-js','codeceptjs','Adding\x20new\x20script(s)\x20in\x20package.json...','replace','YNqtP','split','YOUR_ACCESS_KEY','dHpQp','entries','readFileSync','WPrxZ','AMxyF','info','winstonLogger','BDfGp','785776HlXeKZ','316359xsIKTt','join','nightwatch','stringify','VqbTw','scripts','45891xyRTrZ','xMqlq','lxqog','EnkIb','rRPrA','4518090IvvzhG','caidW','mocha','argv','\x20&&\x20npm\x20update\x20browserstack-node-sdk','/../../browserstack.yml.sample','push','30omyXMF','node-setup','node','browserstack-node-sdk','error','3063528Dprbck','source','SDKSetup','jest','/package.json','ljxsf'];a49_0xcd25=function(){return _0x5f4ce6;};return a49_0xcd25();};function findScriptsWithFramework(_0x49d7b9,_0x40e40b){const _0x598d7d=a49_0x1865d8,_0x3595fd={};_0x3595fd['CpfHD']=function(_0xa7ad84,_0x357f64){return _0xa7ad84<_0x357f64;},_0x3595fd['YNqtP']=_0x598d7d(0x14d);const _0x384c3a=_0x3595fd,_0x5a8108=[],_0xc2ec3d=Object[_0x598d7d(0x130)](_0x49d7b9);for(let _0x14b32a=0x0;_0x384c3a[_0x598d7d(0x11d)](_0x14b32a,_0xc2ec3d['length']);_0x14b32a+=0x1){_0xc2ec3d[_0x14b32a][0x1][_0x598d7d(0x122)](_0x40e40b)&&!_0xc2ec3d[_0x14b32a][0x1][_0x598d7d(0x122)](_0x384c3a[_0x598d7d(0x12c)])&&_0x5a8108['push'](_0xc2ec3d[_0x14b32a][0x0]);}return _0x5a8108;}function getUpdatedCommand(_0x2bb59b,_0xa997b7){const _0x5bad32=a49_0x1865d8,_0x493f0d={};_0x493f0d['EnkIb']=function(_0x4b1789,_0x111159){return _0x4b1789!==_0x111159;},_0x493f0d['rRPrA']='browserstack-node-sdk',_0x493f0d[_0x5bad32(0x13f)]=function(_0x16f793,_0xce27c7){return _0x16f793===_0xce27c7;};const _0x483899=_0x493f0d,_0x3f0d33=_0xa997b7+_0x5bad32(0x11f),_0x132b01=_0x2bb59b[_0xa997b7],_0x5585df=_0x132b01[_0x5bad32(0x12d)]('\x20');for(const _0x3caac9 of frameworks){if(_0x483899[_0x5bad32(0x141)](_0x5585df[_0x5bad32(0x10f)](_0x3caac9),-0x1)){_0x5585df[_0x5bad32(0x114)](_0x5585df['indexOf'](_0x3caac9),0x0,_0x483899[_0x5bad32(0x142)]);break;}}let _0x28ac01=_0x5585df[_0x5bad32(0x139)]('\x20');return _0x483899['xMqlq'](_0x28ac01,_0x132b01)&&(_0x28ac01=_0x5bad32(0x111)+_0x132b01),[_0x3f0d33,_0x28ac01];}function sdkSetup(){const _0x354c45=a49_0x1865d8,_0x385538={};_0x385538[_0x354c45(0x12f)]=_0x354c45(0x14b),_0x385538[_0x354c45(0x11a)]=_0x354c45(0x151);const _0x324d4d=_0x385538;if(helper[_0x354c45(0x11c)](config))return;config[_0x354c45(0x150)]=_0x324d4d[_0x354c45(0x12f)];try{utilities['fireFunnelTestEvent'](_0x324d4d[_0x354c45(0x11a)],{},config,'');}catch(_0x1f62fc){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x1f62fc);}}logger[a49_0x1865d8(0x134)]('Setup\x20completed');
3
+ const a49_0x18195f=a49_0x16ec;(function(_0x3632b2,_0x6498a4){const _0x3c2744=a49_0x16ec,_0x500de3=_0x3632b2();while(!![]){try{const _0x20e1e2=parseInt(_0x3c2744(0x1b1))/0x1*(parseInt(_0x3c2744(0x1b8))/0x2)+-parseInt(_0x3c2744(0x1af))/0x3*(parseInt(_0x3c2744(0x1a3))/0x4)+-parseInt(_0x3c2744(0x1a4))/0x5*(-parseInt(_0x3c2744(0x1c2))/0x6)+-parseInt(_0x3c2744(0x1d5))/0x7*(-parseInt(_0x3c2744(0x1ae))/0x8)+-parseInt(_0x3c2744(0x1b2))/0x9*(parseInt(_0x3c2744(0x1be))/0xa)+parseInt(_0x3c2744(0x1c4))/0xb*(parseInt(_0x3c2744(0x19a))/0xc)+-parseInt(_0x3c2744(0x1c9))/0xd;if(_0x20e1e2===_0x6498a4)break;else _0x500de3['push'](_0x500de3['shift']());}catch(_0x2f48ad){_0x500de3['push'](_0x500de3['shift']());}}}(a49_0x582a,0xc6e29));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a49_0x18195f(0x1dd)),yaml=require('js-yaml'),yargs=require(a49_0x18195f(0x1ca)),logger=require(a49_0x18195f(0x1b3))[a49_0x18195f(0x1b5)],configFileTemplate=__dirname+a49_0x18195f(0x1da),configFileTemplatePW=__dirname+a49_0x18195f(0x1aa),configFile=process[a49_0x18195f(0x19b)]()+'/browserstack.yml',packageFile=process['cwd']()+a49_0x18195f(0x19f),frameworks=['mocha',a49_0x18195f(0x19c),a49_0x18195f(0x19d),'node',a49_0x18195f(0x1c1),a49_0x18195f(0x1c3),a49_0x18195f(0x1ac)];let config;logger['info'](a49_0x18195f(0x1d1)),createConfigurationFile(yargs[a49_0x18195f(0x1c6)]['username'],yargs['argv']['key'],yargs[a49_0x18195f(0x1c6)][a49_0x18195f(0x1ac)]);try{sdkSetup();}catch(a49_0x53993f){logger[a49_0x18195f(0x1a7)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x53993f);}addScriptInPackageJson();function a49_0x582a(){const _0x43cc02=['-browserstack','npm\x20update\x20browserstack-node-sdk','debug','fDbfG','replace','/../../browserstack.pw.yml.sample','scripts','playwright','WbPfY','12881432ayVcBV','14451NPIHDd','isUndefined','298ktvHyV','19773UdyHOo','../helpers/logger','stringify','winstonLogger','IbrPM','hcYzL','2082EvxXdS','AcxFD','splice','utf8','error','msOGd','3460LbyxTR','iZdVp','fireFunnelTestEvent','nightwatch','6DwrtbC','codeceptjs','11RzWxPT','parse','argv','browserstack-node-sdk','indexOf','19189313SyQQvO','yargs','qrMNZ','VaKBv','qZIYw','readFileSync','length','XiRsU','Creating\x20configuration\x20file...','dXhel','info','split','7rsgvyf','LdIZH','node-setup','slaYV','source','/../../browserstack.yml.sample','includes','OPTUO','../helpers/utilities','dRVhf','QOmOo','postinstall','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','9521808KIEWbb','cwd','jest','cucumber-js','YQstS','/package.json','Adding\x20new\x20script(s)\x20in\x20package.json...','browserstack-node-sdk\x20','join','776TCpChD','6357565fhMaLI'];a49_0x582a=function(){return _0x43cc02;};return a49_0x582a();}function createConfigurationFile(_0x3fd438,_0x1f574f,_0x38a63e=![]){const _0x5ca1b3=a49_0x18195f,_0x508690={};_0x508690['CoPtA']='utf8',_0x508690[_0x5ca1b3(0x1a8)]='YOUR_USERNAME',_0x508690[_0x5ca1b3(0x19e)]='YOUR_ACCESS_KEY';const _0x17908a=_0x508690;try{let _0x1340a8=fs[_0x5ca1b3(0x1ce)](_0x38a63e?configFileTemplatePW:configFileTemplate,_0x17908a['CoPtA']);_0x3fd438&&(_0x1340a8=_0x1340a8[_0x5ca1b3(0x1a9)](_0x17908a[_0x5ca1b3(0x1a8)],_0x3fd438)),_0x1f574f&&(_0x1340a8=_0x1340a8[_0x5ca1b3(0x1a9)](_0x17908a[_0x5ca1b3(0x19e)],_0x1f574f)),config=yaml['load'](_0x1340a8),fs['writeFileSync'](configFile,_0x1340a8,_0x2cc3c6=>{const _0x34fffc=_0x5ca1b3;_0x2cc3c6&&logger[_0x34fffc(0x1bc)](_0x2cc3c6);});}catch(_0x3125fc){logger[_0x5ca1b3(0x1bc)](_0x3125fc);}}function addPostInstallScript(_0x27c922,_0x5c64eb){const _0x2e8484=a49_0x18195f,_0x5012f5={};_0x5012f5[_0x2e8484(0x1cc)]=_0x2e8484(0x197),_0x5012f5[_0x2e8484(0x1cb)]=_0x2e8484(0x1a6),_0x5012f5[_0x2e8484(0x1bd)]=_0x2e8484(0x198);const _0x46c873=_0x5012f5;let _0x3b518a=_0x27c922[_0x46c873[_0x2e8484(0x1cc)]];if(_0x3b518a&&_0x3b518a[_0x2e8484(0x1db)](_0x46c873[_0x2e8484(0x1cb)]))return;!_0x3b518a?_0x3b518a=_0x46c873[_0x2e8484(0x1cb)]:_0x3b518a+=_0x46c873[_0x2e8484(0x1bd)],_0x5c64eb[_0x2e8484(0x199)]([_0x46c873[_0x2e8484(0x1cc)],_0x3b518a]);}function addScriptInPackageJson(){const _0x2c720c=a49_0x18195f,_0x264b04={'XmacD':_0x2c720c(0x1bb),'XiRsU':function(_0x31253d,_0x4f1763){return _0x31253d<_0x4f1763;},'iZdVp':function(_0x1c2ae2,_0x274aca,_0x25b1d4){return _0x1c2ae2(_0x274aca,_0x25b1d4);},'QOmOo':function(_0x15df3e,_0xb41c33){return _0x15df3e<_0xb41c33;},'WbPfY':function(_0x6cef22,_0x597a78,_0x4fbc3a){return _0x6cef22(_0x597a78,_0x4fbc3a);},'sXgeJ':function(_0x485e87,_0x22b32a,_0x344272){return _0x485e87(_0x22b32a,_0x344272);},'LdIZH':function(_0x437e54,_0x4142a4){return _0x437e54<_0x4142a4;},'dXhel':function(_0x3ea471,_0x4f72a8){return _0x3ea471!==_0x4f72a8;},'OPTUO':_0x2c720c(0x1a0)},_0x5b0027=JSON[_0x2c720c(0x1c5)](fs[_0x2c720c(0x1ce)](packageFile,_0x264b04['XmacD'])),_0x4ebffb=[];for(let _0x38830a=0x0;_0x264b04[_0x2c720c(0x1d0)](_0x38830a,frameworks[_0x2c720c(0x1cf)]);_0x38830a+=0x1){const _0x32789c=_0x264b04[_0x2c720c(0x1bf)](findScriptsWithFramework,_0x5b0027[_0x2c720c(0x1ab)],frameworks[_0x38830a]);for(let _0x4f36f5=0x0;_0x264b04[_0x2c720c(0x196)](_0x4f36f5,_0x32789c[_0x2c720c(0x1cf)]);_0x4f36f5+=0x1){_0x4ebffb[_0x2c720c(0x199)](_0x264b04[_0x2c720c(0x1ad)](getUpdatedCommand,_0x5b0027['scripts'],_0x32789c[_0x4f36f5]));}_0x264b04['sXgeJ'](addPostInstallScript,_0x5b0027[_0x2c720c(0x1ab)],_0x4ebffb);}const _0x461103={..._0x5b0027['scripts']},_0x51ef49=_0x461103;for(let _0x71a79b=0x0;_0x264b04[_0x2c720c(0x1d6)](_0x71a79b,_0x4ebffb[_0x2c720c(0x1cf)]);_0x71a79b+=0x1){_0x51ef49[_0x4ebffb[_0x71a79b][0x0]]=_0x4ebffb[_0x71a79b][0x1];}_0x264b04[_0x2c720c(0x1d2)](JSON[_0x2c720c(0x1b4)](_0x5b0027[_0x2c720c(0x1ab)]),JSON[_0x2c720c(0x1b4)](_0x51ef49))&&(logger[_0x2c720c(0x1d3)](_0x264b04[_0x2c720c(0x1dc)]),_0x5b0027[_0x2c720c(0x1ab)]=_0x51ef49,fs['writeFileSync'](packageFile,JSON['stringify'](_0x5b0027,null,0x2),_0x3e2c57=>{const _0x2434b1=_0x2c720c;_0x3e2c57&&logger[_0x2434b1(0x1bc)](_0x3e2c57);}));};function a49_0x16ec(_0x312bdc,_0x57700e){const _0x582a08=a49_0x582a();return a49_0x16ec=function(_0x16ec45,_0x5bef88){_0x16ec45=_0x16ec45-0x196;let _0x36f6f6=_0x582a08[_0x16ec45];return _0x36f6f6;},a49_0x16ec(_0x312bdc,_0x57700e);}function findScriptsWithFramework(_0x5f48c7,_0x470764){const _0x4805b7=a49_0x18195f,_0x2db2e0={};_0x2db2e0[_0x4805b7(0x1de)]=function(_0x11a5b2,_0x33a0c9){return _0x11a5b2<_0x33a0c9;},_0x2db2e0[_0x4805b7(0x1d8)]=_0x4805b7(0x1c7);const _0x39bdd9=_0x2db2e0,_0x57913c=[],_0xe07e36=Object['entries'](_0x5f48c7);for(let _0x469fc0=0x0;_0x39bdd9[_0x4805b7(0x1de)](_0x469fc0,_0xe07e36['length']);_0x469fc0+=0x1){_0xe07e36[_0x469fc0][0x1]['includes'](_0x470764)&&!_0xe07e36[_0x469fc0][0x1][_0x4805b7(0x1db)](_0x39bdd9[_0x4805b7(0x1d8)])&&_0x57913c[_0x4805b7(0x199)](_0xe07e36[_0x469fc0][0x0]);}return _0x57913c;}function getUpdatedCommand(_0xaa6371,_0x979761){const _0x394a0f=a49_0x18195f,_0x27e697={};_0x27e697['NjBPi']=function(_0x56d273,_0x22f586){return _0x56d273!==_0x22f586;},_0x27e697[_0x394a0f(0x1b9)]=_0x394a0f(0x1c7),_0x27e697[_0x394a0f(0x1b7)]=function(_0x1bf8d6,_0x2a0d38){return _0x1bf8d6===_0x2a0d38;};const _0x331cc9=_0x27e697,_0x265298=_0x979761+_0x394a0f(0x1a5),_0x43ab1a=_0xaa6371[_0x979761],_0x5ccc99=_0x43ab1a[_0x394a0f(0x1d4)]('\x20');for(const _0xece47c of frameworks){if(_0x331cc9['NjBPi'](_0x5ccc99[_0x394a0f(0x1c8)](_0xece47c),-0x1)){_0x5ccc99[_0x394a0f(0x1ba)](_0x5ccc99['indexOf'](_0xece47c),0x0,_0x331cc9[_0x394a0f(0x1b9)]);break;}}let _0x13a96a=_0x5ccc99[_0x394a0f(0x1a2)]('\x20');return _0x331cc9[_0x394a0f(0x1b7)](_0x13a96a,_0x43ab1a)&&(_0x13a96a=_0x394a0f(0x1a1)+_0x43ab1a),[_0x265298,_0x13a96a];}function sdkSetup(){const _0x5e3029=a49_0x18195f,_0x1b25fd={};_0x1b25fd['qZIYw']=_0x5e3029(0x1d7),_0x1b25fd[_0x5e3029(0x1b6)]='SDKSetup';const _0x261628=_0x1b25fd;if(helper[_0x5e3029(0x1b0)](config))return;config[_0x5e3029(0x1d9)]=_0x261628[_0x5e3029(0x1cd)];try{utilities[_0x5e3029(0x1c0)](_0x261628['IbrPM'],{},config,'');}catch(_0x493e54){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x493e54);}}logger['info']('Setup\x20completed');
@@ -1 +1 @@
1
- function a50_0x510c(_0xf643a3,_0x32f951){const _0x31a0f5=a50_0x31a0();return a50_0x510c=function(_0x510c5e,_0x3210fa){_0x510c5e=_0x510c5e-0xd8;let _0x3c4288=_0x31a0f5[_0x510c5e];return _0x3c4288;},a50_0x510c(_0xf643a3,_0x32f951);}function a50_0x31a0(){const _0x34fb83=['qAnyJ','FQsyt','CdgtH','exit','push','error','../../helpers/performance/constants','thkSn','obJwH','sLxUO','parallelCucumberRun','SDK_SETUP','exitCode','test-file-success','platform-run-start','../../helpers/test-observability/utils','parallelTestRun','format','_workerPool','ZqqPm','debug','end','80cctAGE','Dupyx','test-file-failure','nKZlO','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','platforms','then','ynhoX','dOjpC','results','pwegO','./testWorker.js','worker_threads','waitForExit','cAGKs','LwwlZ','ukYLQ','xyxlI','Worker','Workers\x20failed\x20to\x20exit\x20gracefully','stderr','WvqeY','stop','QsAuW','test-file-start','getStderr','parallelVanillaRun','cucumberWorker','../../helpers/performance/performance-tester','log','platformCaps','pONAc','all','dEjIh','jest-worker','rHEvC','info','gPKhv','vanillaWorker','emit','resolve','226532OzyGET','configuration','json','emittery','jHwCm','failureCount','winstonLogger','euiRM','CuXMv','5073504jYEZqW','map','pipe','platform-run-success','hibww','870021KvlLst','platform-run-failure','EVENTS','JpqXq','UNSTABLE_onCustomMessage','Exception\x20in\x20sending\x20worker\x20message\x20','2979328cCINXa','5963419AtLkGA','1102296kntszo','util','length','worker','getStdout','getWorkers','send','379727kFijLQ','p-limit','ZNOzS'];a50_0x31a0=function(){return _0x34fb83;};return a50_0x31a0();}const a50_0x22f023=a50_0x510c;(function(_0x21589f,_0x836602){const _0x419993=a50_0x510c,_0x447215=_0x21589f();while(!![]){try{const _0x1e907b=parseInt(_0x419993(0x10a))/0x1+parseInt(_0x419993(0x103))/0x2+parseInt(_0x419993(0xfb))/0x3+-parseInt(_0x419993(0xed))/0x4*(parseInt(_0x419993(0x123))/0x5)+parseInt(_0x419993(0xf6))/0x6+-parseInt(_0x419993(0x102))/0x7+parseInt(_0x419993(0x101))/0x8;if(_0x1e907b===_0x836602)break;else _0x447215['push'](_0x447215['shift']());}catch(_0x151212){_0x447215['push'](_0x447215['shift']());}}}(a50_0x31a0,0xa6385));const Worker=require(a50_0x22f023(0xe6))[a50_0x22f023(0x135)],Emittery=require(a50_0x22f023(0xf0)),pLimit=require(a50_0x22f023(0x10b)),{parentPort}=require(a50_0x22f023(0x12f)),util=require(a50_0x22f023(0x104)),logger=require('../../helpers/logger')[a50_0x22f023(0xf3)],PerformanceTester=require(a50_0x22f023(0xe0)),PerformanceEvents=require(a50_0x22f023(0x113))[a50_0x22f023(0xfd)],{debug}=require(a50_0x22f023(0x11c)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports[a50_0x22f023(0x11d)]=(_0x5722ce,_0xd0c971,_0x4714c6)=>new Promise(async _0xf146f2=>{const _0x382c35=a50_0x22f023,_0x303237={'Dupyx':_0x382c35(0xf2),'QsAuW':function(_0xd4c63d,_0x4fd0c2){return _0xd4c63d+_0x4fd0c2;},'CuXMv':_0x382c35(0x12c),'sLxUO':'Workers\x20failed\x20to\x20exit\x20gracefully','gPKhv':function(_0x57179c,_0x176397){return _0x57179c(_0x176397);},'thkSn':_0x382c35(0xdc),'JpqXq':_0x382c35(0x12e),'NaUJc':_0x382c35(0x106),'HtBXL':'json','uAtko':_0x382c35(0xf8),'CdgtH':function(_0x399174,_0x55497d){return _0x399174*_0x55497d;},'ukYLQ':_0x382c35(0x11a),'LVPnT':_0x382c35(0x125),'jHwCm':function(_0x1d75d7,_0x728ab9){return _0x1d75d7(_0x728ab9);}},_0x4425d8=_0x4714c6['config'],_0x21711b={},_0x4bb1ff=new Worker(require['resolve'](_0x303237[_0x382c35(0xfe)]),{'exposedMethods':[_0x303237['NaUJc']],'forkOptions':{'serialization':_0x303237['HtBXL'],'stdio':_0x303237['uAtko']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x303237['CdgtH'](_0xd0c971,0x1),'enableWorkerThreads':!![]}),_0x491057=new Emittery();_0x491057['on'](_0x303237[_0x382c35(0x133)],_0x378030=>{const _0x381be8=_0x382c35;_0x21711b[_0x378030[0x0]]?(_0x21711b[_0x378030[0x0]][_0x303237['Dupyx']]=_0x303237[_0x381be8(0xdb)](_0x21711b[_0x378030[0x0]][_0x303237[_0x381be8(0x124)]],_0x378030[0x1][_0x303237[_0x381be8(0x124)]]),_0x21711b[_0x378030[0x0]][_0x303237['CuXMv']]=[..._0x21711b[_0x378030[0x0]][_0x303237[_0x381be8(0xf5)]],..._0x378030[0x1][_0x303237[_0x381be8(0xf5)]]]):_0x21711b[_0x378030[0x0]]={'failureCount':_0x378030[0x1][_0x303237[_0x381be8(0x124)]],'results':[..._0x378030[0x1][_0x303237['CuXMv']]]};}),_0x491057['on'](_0x303237['LVPnT'],_0x298b32=>console[_0x382c35(0xe1)](_0x298b32[0x1]));_0x4bb1ff[_0x382c35(0x107)]()&&_0x4bb1ff[_0x382c35(0x107)]()[_0x382c35(0xf8)](process['stdout']);_0x4bb1ff[_0x382c35(0xdd)]()&&_0x4bb1ff[_0x382c35(0xdd)]()['pipe'](process[_0x382c35(0xd8)]);const _0x1cc9e4=async()=>{const _0x4f3e66=_0x382c35,{forceExited:_0x169523}=await _0x4bb1ff[_0x4f3e66(0x122)]();_0x169523&&console[_0x4f3e66(0x112)](_0x303237[_0x4f3e66(0x116)]);try{await TestHubHandler[_0x4f3e66(0xda)]();}catch(_0x507b11){_0x303237['gPKhv'](debug,_0x4f3e66(0x127)+_0x507b11);}_0x303237[_0x4f3e66(0xe9)](_0xf146f2,_0x21711b);},_0x1ee7a9=_0x303237[_0x382c35(0xf1)](pLimit,_0x303237[_0x382c35(0x10f)](_0xd0c971,0x1)),_0x530eac=_0x406078=>_0x1ee7a9(async()=>{const _0x2b3ba5=_0x382c35;await _0x491057[_0x2b3ba5(0xeb)](_0x303237[_0x2b3ba5(0x114)],_0x406078);const _0x1553c6=_0x4bb1ff[_0x2b3ba5(0x106)](_0x406078,_0x4425d8);try{parentPort&&_0x1553c6[_0x2b3ba5(0xff)](_0x4e4167=>{const _0x2aad7f=_0x2b3ba5;try{parentPort['postMessage'](_0x4e4167);}catch(_0x21ebb7){logger[_0x2aad7f(0x121)](_0x2aad7f(0x100)+util[_0x2aad7f(0x11e)](_0x21ebb7));}});}catch(_0x1dad1a){logger['debug']('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x2b3ba5(0x11e)](_0x1dad1a));}return _0x1553c6;});PerformanceTester[_0x382c35(0x122)](PerformanceEvents[_0x382c35(0x118)]),Promise[_0x382c35(0xe4)](_0x5722ce[_0x382c35(0xf7)](_0x4d0be0=>_0x530eac(_0x4d0be0)[_0x382c35(0x129)](_0x1cc45a=>_0x491057[_0x382c35(0xeb)](_0x382c35(0x11a),[_0x4d0be0[_0x382c35(0xee)]['platform'],_0x1cc45a]),_0x519036=>_0x491057[_0x382c35(0xeb)](_0x382c35(0x125),[_0x4d0be0,_0x519036]))))[_0x382c35(0x129)](_0x1cc9e4,_0x1cc9e4);}),exports[a50_0x22f023(0x117)]=(_0x310c1f,_0x46e1dd,_0x68bc49,_0x11d58e,_0x22c351)=>{const _0x11ab94=a50_0x22f023,_0x1d7ab8={'FQsyt':_0x11ab94(0x136),'yFVTU':function(_0x40564c,_0x1fd2f4){return _0x40564c(_0x1fd2f4);},'rHEvC':_0x11ab94(0x11b),'QvQMX':'./testWorker.js','qAnyJ':_0x11ab94(0xdf),'WvqeY':_0x11ab94(0xef),'LwwlZ':_0x11ab94(0xf8),'xyxlI':_0x11ab94(0xf9),'dOjpC':_0x11ab94(0xfc),'UMwmv':function(_0x1cd8e5,_0xae36b2){return _0x1cd8e5(_0xae36b2);}};return new Promise(_0x5209c9=>{const _0x3e8237=_0x11ab94,_0x13c2f5={};_0x13c2f5[_0x3e8237(0xe3)]=_0x1d7ab8[_0x3e8237(0xe7)];const _0x5e7c99=_0x13c2f5,_0x15761a=[],_0x397fbf=new Worker(require[_0x3e8237(0xec)](_0x1d7ab8['QvQMX']),{'exposedMethods':[_0x1d7ab8[_0x3e8237(0x10d)]],'forkOptions':{'serialization':_0x1d7ab8[_0x3e8237(0xd9)],'stdio':_0x1d7ab8[_0x3e8237(0x132)]},'numWorkers':_0x310c1f[_0x3e8237(0x105)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3d6869=new Emittery();_0x3d6869['on'](_0x1d7ab8[_0x3e8237(0x134)],_0xa9f490=>{const _0x352a08=_0x3e8237;_0x15761a[_0x352a08(0x111)]([_0xa9f490[0x0],_0xa9f490[0x1]]);}),_0x3d6869['on'](_0x1d7ab8[_0x3e8237(0x12b)],_0xbf727e=>console['log'](_0xbf727e[0x1]));_0x397fbf['getStdout']()&&_0x397fbf[_0x3e8237(0x107)]()[_0x3e8237(0xf8)](process['stdout']);_0x397fbf[_0x3e8237(0xdd)]()&&_0x397fbf['getStderr']()[_0x3e8237(0xf8)](process[_0x3e8237(0xd8)]);const _0x1b4136=async()=>{const _0x25a99a=_0x3e8237,{forceExited:_0x5509f9}=await _0x397fbf[_0x25a99a(0x122)]();_0x5509f9&&console[_0x25a99a(0x112)](_0x1d7ab8[_0x25a99a(0x10e)]),_0x1d7ab8['yFVTU'](_0x5209c9,_0x15761a);},_0x53e961=_0x1d7ab8['UMwmv'](pLimit,_0x310c1f['length']||0x1),_0x501a17=(_0x411c08,_0x3327e3)=>_0x53e961(async()=>{const _0x4504a3=_0x3e8237;return await _0x3d6869['emit'](_0x5e7c99[_0x4504a3(0xe3)],_0x411c08),_0x46e1dd[_0x4504a3(0xe2)]=_0x68bc49[_0x4504a3(0x128)][_0x3327e3],_0x397fbf['cucumberWorker'](_0x411c08,_0x46e1dd,_0x68bc49,_0x11d58e,_0x22c351);});Promise[_0x3e8237(0xe4)](_0x310c1f[_0x3e8237(0xf7)]((_0x1d670c,_0x13b76c)=>_0x501a17(_0x1d670c,_0x13b76c)[_0x3e8237(0x129)](_0x2e6524=>_0x3d6869[_0x3e8237(0xeb)](_0x3e8237(0xf9),[_0x1d670c,_0x2e6524]),_0xfbd60c=>_0x3d6869['emit'](_0x3e8237(0xfc),[_0x1d670c,_0xfbd60c]))))[_0x3e8237(0x129)](_0x1b4136,_0x1b4136);});},exports[a50_0x22f023(0xde)]=(_0x1511d6,_0x327e24)=>new Promise(_0x3e167d=>{const _0xf31aff=a50_0x22f023,_0xaf82e7={'pwegO':function(_0x32fabf,_0x43a5ae){return _0x32fabf===_0x43a5ae;},'ZqqPm':function(_0x3da3ba,_0x48c157){return _0x3da3ba!==_0x48c157;},'ZNOzS':_0xf31aff(0x110),'ynhoX':'Workers\x20failed\x20to\x20exit\x20gracefully','aNzHY':function(_0xd7507f,_0x2f9056){return _0xd7507f(_0x2f9056);},'euiRM':_0xf31aff(0x12e),'WMOQM':_0xf31aff(0xea),'dEjIh':_0xf31aff(0xef),'nKZlO':_0xf31aff(0xf8),'cAGKs':_0xf31aff(0x11a),'hibww':_0xf31aff(0x125)},_0x16b739={},_0x4ab626=new Worker(require[_0xf31aff(0xec)](_0xaf82e7[_0xf31aff(0xf4)]),{'exposedMethods':[_0xaf82e7['WMOQM']],'forkOptions':{'serialization':_0xaf82e7[_0xf31aff(0xe5)],'stdio':_0xaf82e7[_0xf31aff(0x126)]},'numWorkers':_0x327e24,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x28a03d=new Emittery();_0x28a03d['on'](_0xaf82e7[_0xf31aff(0x131)],_0x9f544f=>{const _0x251432=_0xf31aff;_0x9f544f[0x0]&&logger[_0x251432(0xe8)]('Running\x20'+_0x9f544f[0x1]+'\x20for',_0x9f544f[0x0]);}),_0x28a03d['on'](_0xaf82e7[_0xf31aff(0xfa)],_0x56dd38=>{const _0x3764d5=_0xf31aff;process[_0x3764d5(0x119)]=0x1;});_0x4ab626[_0xf31aff(0x107)]()&&_0x4ab626[_0xf31aff(0x107)]()[_0xf31aff(0xf8)](process['stdout']);_0x4ab626['getStderr']()&&_0x4ab626[_0xf31aff(0xdd)]()[_0xf31aff(0xf8)](process['stderr']);const _0x28e225=async()=>{const _0x680d97=_0xf31aff;let _0x217ed5=0x0;const _0x26f14a=_0x4ab626[_0x680d97(0x11f)][_0x680d97(0x108)](),_0x4b4135=()=>{},_0x3a0269=_0x26f14a['map'](async _0x146c3a=>{const _0x4a6e03=_0x680d97,_0x1748b6={'HKKsg':function(_0x2c7602,_0x18d29a){const _0xcba4e1=a50_0x510c;return _0xaf82e7[_0xcba4e1(0x12d)](_0x2c7602,_0x18d29a);},'obJwH':function(_0x54edfe,_0x35b795){const _0x5c6c26=a50_0x510c;return _0xaf82e7[_0x5c6c26(0x120)](_0x54edfe,_0x35b795);}};_0x146c3a[_0x4a6e03(0x109)]([0x2,![]],_0x4b4135,_0x4b4135,_0x4b4135),_0x146c3a['_child']['on'](_0xaf82e7[_0x4a6e03(0x10c)],_0x163293=>{const _0x5672f7=_0x4a6e03;_0x1748b6['HKKsg'](_0x217ed5,0x0)&&_0x1748b6[_0x5672f7(0x115)](_0x163293,0x0)&&(_0x217ed5=_0x163293);}),await _0x146c3a[_0x4a6e03(0x130)]();});await Promise[_0x680d97(0xe4)](_0x3a0269),process[_0x680d97(0x119)]=_0x217ed5;const {forceExited:_0x5b2595}=await _0x4ab626[_0x680d97(0x122)]();_0x5b2595&&console[_0x680d97(0x112)](_0xaf82e7[_0x680d97(0x12a)]),_0xaf82e7['aNzHY'](_0x3e167d,_0x16b739);},_0x284f4d=_0xaf82e7['aNzHY'](pLimit,_0x327e24),_0x5f5b5c=_0x12166c=>_0x284f4d(async()=>{return _0x4ab626['vanillaWorker'](_0x12166c);});Promise[_0xf31aff(0xe4)](_0x1511d6[_0xf31aff(0xf7)](_0x4f4560=>_0x5f5b5c(_0x4f4560)['then'](_0x28bf1f=>_0x28a03d[_0xf31aff(0xeb)]('test-file-success',[_0x4f4560[_0xf31aff(0xee)]['platform'],_0x4f4560[_0xf31aff(0xee)]['file']]),_0x38becd=>_0x28a03d[_0xf31aff(0xeb)](_0xf31aff(0x125),[_0x4f4560,_0x38becd]))))['then'](_0x28e225,_0x28e225);});
1
+ function a50_0x138a(_0x48757b,_0x463d0a){const _0x3d6ef0=a50_0x3d6e();return a50_0x138a=function(_0x138ae8,_0x2652f4){_0x138ae8=_0x138ae8-0xe6;let _0x556755=_0x3d6ef0[_0x138ae8];return _0x556755;},a50_0x138a(_0x48757b,_0x463d0a);}const a50_0x3141c7=a50_0x138a;(function(_0x3b1c06,_0x448869){const _0x1debdf=a50_0x138a,_0x463a56=_0x3b1c06();while(!![]){try{const _0x36464a=-parseInt(_0x1debdf(0x12b))/0x1+-parseInt(_0x1debdf(0x145))/0x2*(-parseInt(_0x1debdf(0xf0))/0x3)+parseInt(_0x1debdf(0x146))/0x4+-parseInt(_0x1debdf(0x11d))/0x5*(-parseInt(_0x1debdf(0x101))/0x6)+-parseInt(_0x1debdf(0xf7))/0x7+parseInt(_0x1debdf(0x12e))/0x8*(parseInt(_0x1debdf(0xfd))/0x9)+-parseInt(_0x1debdf(0xe8))/0xa*(parseInt(_0x1debdf(0x12a))/0xb);if(_0x36464a===_0x448869)break;else _0x463a56['push'](_0x463a56['shift']());}catch(_0x566ac9){_0x463a56['push'](_0x463a56['shift']());}}}(a50_0x3d6e,0x78d11));const Worker=require(a50_0x3141c7(0x141))[a50_0x3141c7(0x12f)],Emittery=require('emittery'),pLimit=require(a50_0x3141c7(0x115)),{parentPort}=require(a50_0x3141c7(0xf6)),util=require('util'),logger=require(a50_0x3141c7(0x12d))[a50_0x3141c7(0x136)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a50_0x3141c7(0x13d))['EVENTS'],{debug}=require(a50_0x3141c7(0x135)),TestHubHandler=require(a50_0x3141c7(0x100));exports['parallelTestRun']=(_0x1f1bca,_0x3cfa08,_0x1139ec)=>new Promise(async _0x3402fe=>{const _0x120958=a50_0x3141c7,_0x4e1d51={'IBbMt':_0x120958(0x109),'SVwJN':function(_0x4cad45,_0x448b6c){return _0x4cad45+_0x448b6c;},'VixGx':_0x120958(0xed),'CWkLk':_0x120958(0x111),'oQZjB':function(_0x39dc72,_0x5ccb0c){return _0x39dc72(_0x5ccb0c);},'PBzgY':'test-file-start','VrwMn':'./testWorker.js','BTthx':_0x120958(0x11b),'OBqnb':_0x120958(0x102),'FfnEc':_0x120958(0x10f),'XuZdG':function(_0x444c1f,_0x1067ad){return _0x444c1f*_0x1067ad;},'fyMYQ':_0x120958(0x144),'gASTh':_0x120958(0x110),'WERzo':function(_0x2eeb08,_0x407449){return _0x2eeb08*_0x407449;}},_0x57edee=_0x1139ec[_0x120958(0xee)],_0x5e953b={},_0x2f36b5=new Worker(require['resolve'](_0x4e1d51[_0x120958(0xfa)]),{'exposedMethods':[_0x4e1d51[_0x120958(0x126)]],'forkOptions':{'serialization':_0x4e1d51[_0x120958(0x105)],'stdio':_0x4e1d51['FfnEc']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4e1d51[_0x120958(0x129)](_0x3cfa08,0x1),'enableWorkerThreads':!![]}),_0x4f7455=new Emittery();_0x4f7455['on'](_0x4e1d51[_0x120958(0x139)],_0x537322=>{const _0x2417fc=_0x120958;_0x5e953b[_0x537322[0x0]]?(_0x5e953b[_0x537322[0x0]][_0x4e1d51[_0x2417fc(0x131)]]=_0x4e1d51['SVwJN'](_0x5e953b[_0x537322[0x0]][_0x4e1d51[_0x2417fc(0x131)]],_0x537322[0x1][_0x4e1d51[_0x2417fc(0x131)]]),_0x5e953b[_0x537322[0x0]][_0x4e1d51[_0x2417fc(0x137)]]=[..._0x5e953b[_0x537322[0x0]][_0x4e1d51[_0x2417fc(0x137)]],..._0x537322[0x1][_0x4e1d51['VixGx']]]):_0x5e953b[_0x537322[0x0]]={'failureCount':_0x537322[0x1][_0x4e1d51[_0x2417fc(0x131)]],'results':[..._0x537322[0x1][_0x4e1d51[_0x2417fc(0x137)]]]};}),_0x4f7455['on'](_0x4e1d51[_0x120958(0x130)],_0xcc787=>console[_0x120958(0x120)](_0xcc787[0x1]));_0x2f36b5[_0x120958(0x133)]()&&_0x2f36b5[_0x120958(0x133)]()[_0x120958(0x10f)](process[_0x120958(0x124)]);_0x2f36b5[_0x120958(0x107)]()&&_0x2f36b5[_0x120958(0x107)]()[_0x120958(0x10f)](process[_0x120958(0xf2)]);const _0x2b7f22=async()=>{const _0x1d66df=_0x120958,{forceExited:_0x314cfd}=await _0x2f36b5[_0x1d66df(0x103)]();_0x314cfd&&console['error'](_0x4e1d51[_0x1d66df(0x11e)]);try{await TestHubHandler[_0x1d66df(0xf5)]();}catch(_0x14d92c){_0x4e1d51[_0x1d66df(0x132)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x14d92c);}_0x4e1d51[_0x1d66df(0x132)](_0x3402fe,_0x5e953b);},_0x1666d1=_0x4e1d51[_0x120958(0x132)](pLimit,_0x4e1d51[_0x120958(0x13c)](_0x3cfa08,0x1)),_0x11135d=_0x5268d8=>_0x1666d1(async()=>{const _0x399921=_0x120958;await _0x4f7455[_0x399921(0x10c)](_0x4e1d51[_0x399921(0x10a)],_0x5268d8);const _0x4a15f4=_0x2f36b5['worker'](_0x5268d8,_0x57edee);try{parentPort&&_0x4a15f4['UNSTABLE_onCustomMessage'](_0x32247f=>{const _0x39212c=_0x399921;try{parentPort[_0x39212c(0x11f)](_0x32247f);}catch(_0x14ec73){logger[_0x39212c(0xea)](_0x39212c(0x127)+util['format'](_0x14ec73));}});}catch(_0x57019f){logger[_0x399921(0xea)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x399921(0x10d)](_0x57019f));}return _0x4a15f4;});PerformanceTester[_0x120958(0x103)](PerformanceEvents[_0x120958(0x119)]),Promise[_0x120958(0x118)](_0x1f1bca[_0x120958(0xfb)](_0x2e3347=>_0x11135d(_0x2e3347)[_0x120958(0x10b)](_0x12cbf0=>_0x4f7455[_0x120958(0x10c)]('test-file-success',[_0x2e3347[_0x120958(0xef)][_0x120958(0xf3)],_0x12cbf0]),_0x53760b=>_0x4f7455[_0x120958(0x10c)](_0x120958(0x110),[_0x2e3347,_0x53760b]))))[_0x120958(0x10b)](_0x2b7f22,_0x2b7f22);}),exports[a50_0x3141c7(0xe6)]=(_0x5828ea,_0x28486f,_0x44b45f,_0x2770d3,_0x26ac1f)=>{const _0xe863cc=a50_0x3141c7,_0x3de2dc={'jaNtm':_0xe863cc(0x111),'bdsgZ':function(_0x122669,_0x15bdf1){return _0x122669(_0x15bdf1);},'AruXf':_0xe863cc(0x113),'ZENPA':_0xe863cc(0x13f),'qTIsS':_0xe863cc(0x108),'vBrzr':_0xe863cc(0x102),'DUghb':'pipe','tsKjK':'platform-run-success','rHnjH':_0xe863cc(0xe7),'vohfk':function(_0x1af7b3,_0x22d545){return _0x1af7b3(_0x22d545);}};return new Promise(_0x327c1a=>{const _0x1f6173=_0xe863cc,_0x3faeec=[],_0x12e54e=new Worker(require[_0x1f6173(0xe9)](_0x3de2dc[_0x1f6173(0x116)]),{'exposedMethods':[_0x3de2dc[_0x1f6173(0x10e)]],'forkOptions':{'serialization':_0x3de2dc['vBrzr'],'stdio':_0x3de2dc[_0x1f6173(0xf9)]},'numWorkers':_0x5828ea[_0x1f6173(0x143)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5ca784=new Emittery();_0x5ca784['on'](_0x3de2dc[_0x1f6173(0x147)],_0x574784=>{_0x3faeec['push']([_0x574784[0x0],_0x574784[0x1]]);}),_0x5ca784['on'](_0x3de2dc[_0x1f6173(0x11c)],_0x3c6bd4=>console[_0x1f6173(0x120)](_0x3c6bd4[0x1]));_0x12e54e['getStdout']()&&_0x12e54e[_0x1f6173(0x133)]()[_0x1f6173(0x10f)](process['stdout']);_0x12e54e[_0x1f6173(0x107)]()&&_0x12e54e[_0x1f6173(0x107)]()['pipe'](process[_0x1f6173(0xf2)]);const _0x3e6cc2=async()=>{const _0x29b5c6=_0x1f6173,{forceExited:_0x37795d}=await _0x12e54e[_0x29b5c6(0x103)]();_0x37795d&&console[_0x29b5c6(0x114)](_0x3de2dc[_0x29b5c6(0xf4)]),_0x3de2dc[_0x29b5c6(0xec)](_0x327c1a,_0x3faeec);},_0x357f2b=_0x3de2dc[_0x1f6173(0x128)](pLimit,_0x5828ea[_0x1f6173(0x143)]||0x1),_0x3ca6e8=(_0x31c796,_0x318855)=>_0x357f2b(async()=>{const _0x3b4648=_0x1f6173;return await _0x5ca784[_0x3b4648(0x10c)](_0x3de2dc[_0x3b4648(0x134)],_0x31c796),_0x28486f[_0x3b4648(0x117)]=_0x44b45f['platforms'][_0x318855],_0x12e54e[_0x3b4648(0x108)](_0x31c796,_0x28486f,_0x44b45f,_0x2770d3,_0x26ac1f);});Promise[_0x1f6173(0x118)](_0x5828ea[_0x1f6173(0xfb)]((_0x3f76b8,_0x4d8b86)=>_0x3ca6e8(_0x3f76b8,_0x4d8b86)[_0x1f6173(0x10b)](_0x12afd0=>_0x5ca784[_0x1f6173(0x10c)](_0x1f6173(0xf1),[_0x3f76b8,_0x12afd0]),_0x560361=>_0x5ca784[_0x1f6173(0x10c)]('platform-run-failure',[_0x3f76b8,_0x560361]))))[_0x1f6173(0x10b)](_0x3e6cc2,_0x3e6cc2);});},exports[a50_0x3141c7(0x106)]=(_0x416665,_0x1fb2b2)=>new Promise(_0x595ffb=>{const _0x29165a=a50_0x3141c7,_0x8b6082={'xshxU':function(_0x97ffb9,_0x38b7f8){return _0x97ffb9===_0x38b7f8;},'cyIwD':function(_0x65bfed,_0xfd4d88){return _0x65bfed!==_0xfd4d88;},'oFkUZ':_0x29165a(0x13a),'RIFVu':'Workers\x20failed\x20to\x20exit\x20gracefully','nmNea':function(_0x39e3c8,_0x3f5f4e){return _0x39e3c8(_0x3f5f4e);},'fcKHc':_0x29165a(0x13f),'LZaCZ':_0x29165a(0x140),'WgNbt':_0x29165a(0x102),'Cvwbi':_0x29165a(0x10f),'CKLZw':_0x29165a(0x144),'BFASj':_0x29165a(0x110)},_0x1d3b3c={},_0x4e5dc0=new Worker(require['resolve'](_0x8b6082[_0x29165a(0xff)]),{'exposedMethods':[_0x8b6082[_0x29165a(0x112)]],'forkOptions':{'serialization':_0x8b6082[_0x29165a(0xfe)],'stdio':_0x8b6082[_0x29165a(0x121)]},'numWorkers':_0x1fb2b2,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x5448e3=new Emittery();_0x5448e3['on'](_0x8b6082[_0x29165a(0x13e)],_0x23b78f=>{const _0x44d2f8=_0x29165a;_0x23b78f[0x0]&&logger[_0x44d2f8(0x12c)](_0x44d2f8(0x123)+_0x23b78f[0x1]+'\x20for',_0x23b78f[0x0]);}),_0x5448e3['on'](_0x8b6082[_0x29165a(0x138)],_0x4549ff=>{const _0x191b08=_0x29165a;process[_0x191b08(0xf8)]=0x1;});_0x4e5dc0['getStdout']()&&_0x4e5dc0['getStdout']()['pipe'](process[_0x29165a(0x124)]);_0x4e5dc0['getStderr']()&&_0x4e5dc0['getStderr']()[_0x29165a(0x10f)](process[_0x29165a(0xf2)]);const _0x35b6cf=async()=>{const _0x2d1392=_0x29165a;let _0xfc7358=0x0;const _0xadbd7d=_0x4e5dc0[_0x2d1392(0x13b)][_0x2d1392(0x104)](),_0x1a0c68=()=>{},_0x4bdcfa=_0xadbd7d['map'](async _0x1440d6=>{const _0x197c81=_0x2d1392,_0x3f7dde={'TRute':function(_0x3847d7,_0x5b55be){const _0x3e0b52=a50_0x138a;return _0x8b6082[_0x3e0b52(0x142)](_0x3847d7,_0x5b55be);},'GVCrV':function(_0x3cf9ac,_0x21e05e){const _0x3d7f2c=a50_0x138a;return _0x8b6082[_0x3d7f2c(0x11a)](_0x3cf9ac,_0x21e05e);}};_0x1440d6[_0x197c81(0x125)]([0x2,![]],_0x1a0c68,_0x1a0c68,_0x1a0c68),_0x1440d6['_child']['on'](_0x8b6082['oFkUZ'],_0x2ec5f1=>{_0x3f7dde['TRute'](_0xfc7358,0x0)&&_0x3f7dde['GVCrV'](_0x2ec5f1,0x0)&&(_0xfc7358=_0x2ec5f1);}),await _0x1440d6['waitForExit']();});await Promise['all'](_0x4bdcfa),process[_0x2d1392(0xf8)]=_0xfc7358;const {forceExited:_0x79a0b5}=await _0x4e5dc0['end']();_0x79a0b5&&console[_0x2d1392(0x114)](_0x8b6082[_0x2d1392(0xfc)]),_0x8b6082['nmNea'](_0x595ffb,_0x1d3b3c);},_0x23171a=_0x8b6082[_0x29165a(0xeb)](pLimit,_0x1fb2b2),_0x3049cd=_0x1cb848=>_0x23171a(async()=>{const _0x2d0396=_0x29165a;return _0x4e5dc0[_0x2d0396(0x140)](_0x1cb848);});Promise[_0x29165a(0x118)](_0x416665[_0x29165a(0xfb)](_0x2b5918=>_0x3049cd(_0x2b5918)[_0x29165a(0x10b)](_0x138e6d=>_0x5448e3['emit'](_0x29165a(0x144),[_0x2b5918[_0x29165a(0xef)][_0x29165a(0xf3)],_0x2b5918[_0x29165a(0xef)][_0x29165a(0x122)]]),_0x1521f4=>_0x5448e3[_0x29165a(0x10c)]('test-file-failure',[_0x2b5918,_0x1521f4]))))[_0x29165a(0x10b)](_0x35b6cf,_0x35b6cf);});function a50_0x3d6e(){const _0x484ed6=['49048XhIlIw','Worker','gASTh','IBbMt','oQZjB','getStdout','AruXf','../../helpers/test-observability/utils','winstonLogger','VixGx','BFASj','fyMYQ','exit','_workerPool','WERzo','../../helpers/performance/constants','CKLZw','./testWorker.js','vanillaWorker','jest-worker','xshxU','length','test-file-success','425674pWOxJA','36228oDeoqK','tsKjK','parallelCucumberRun','platform-run-failure','1010BvGmOS','resolve','debug','nmNea','bdsgZ','results','config','configuration','12ALrBFJ','platform-run-success','stderr','platform','jaNtm','stop','worker_threads','5245723MSTdLL','exitCode','DUghb','VrwMn','map','RIFVu','369etevBm','WgNbt','fcKHc','../../helpers/testhub/testhubHandler','6CrGmEe','json','end','getWorkers','OBqnb','parallelVanillaRun','getStderr','cucumberWorker','failureCount','PBzgY','then','emit','format','qTIsS','pipe','test-file-failure','Workers\x20failed\x20to\x20exit\x20gracefully','LZaCZ','platform-run-start','error','p-limit','ZENPA','platformCaps','all','SDK_SETUP','cyIwD','worker','rHnjH','2251430PaPhBb','CWkLk','postMessage','log','Cvwbi','file','Running\x20','stdout','send','BTthx','Exception\x20in\x20sending\x20worker\x20message\x20','vohfk','XuZdG','2200lGpPsv','297608WNkLlk','info','../../helpers/logger'];a50_0x3d6e=function(){return _0x484ed6;};return a50_0x3d6e();}
@@ -1 +1 @@
1
- function a51_0x267b(){const _0x584ca2=['startMonitoring','1769dCfvgx','EVENTS','216610SDEOAZ','jPOgI','run','mocha','formatter','1440JRJWZU','176680GNqaim','3qQGbxU','stopMonitoring','232076ahFkjB','234YCVbaW','SDK_POST_TEST','../launcher/launcher','HsUzg','../../helpers/test-observability/utils','runVanillaTest','72kyeIkV','200860yqKcua','../../helpers/performance/constants','../../helpers/performance/performance-tester','534suUArM','273vWYPMD','4006812pLlMsU','17699INhFCk','runCucumberTest','KyIss'];a51_0x267b=function(){return _0x584ca2;};return a51_0x267b();}const a51_0x5848cf=a51_0x4404;(function(_0x4a135c,_0x1820c5){const _0x229c92=a51_0x4404,_0x2ea0d1=_0x4a135c();while(!![]){try{const _0x5d910b=parseInt(_0x229c92(0x1ed))/0x1*(-parseInt(_0x229c92(0x203))/0x2)+-parseInt(_0x229c92(0x1f6))/0x3*(parseInt(_0x229c92(0x205))/0x4)+-parseInt(_0x229c92(0x1ef))/0x5*(-parseInt(_0x229c92(0x1ff))/0x6)+parseInt(_0x229c92(0x204))/0x7*(parseInt(_0x229c92(0x1f5))/0x8)+-parseInt(_0x229c92(0x1f9))/0x9*(-parseInt(_0x229c92(0x200))/0xa)+parseInt(_0x229c92(0x206))/0xb*(parseInt(_0x229c92(0x1f4))/0xc)+-parseInt(_0x229c92(0x1f8))/0xd;if(_0x5d910b===_0x1820c5)break;else _0x2ea0d1['push'](_0x2ea0d1['shift']());}catch(_0x32ec71){_0x2ea0d1['push'](_0x2ea0d1['shift']());}}}(a51_0x267b,0x939c9));const PerformanceEvents=require(a51_0x5848cf(0x201))[a51_0x5848cf(0x1ee)],PerformanceTester=require(a51_0x5848cf(0x202)),{sleep}=require(a51_0x5848cf(0x1fd));function a51_0x4404(_0x31e882,_0x11f968){const _0x267b65=a51_0x267b();return a51_0x4404=function(_0x440430,_0x58f29c){_0x440430=_0x440430-0x1ed;let _0x51313a=_0x267b65[_0x440430];return _0x51313a;},a51_0x4404(_0x31e882,_0x11f968);}exports['runTest']=async(_0x17e3e8,_0x1b35d6)=>{const _0x491f75=a51_0x5848cf,_0x35eaea={'jPOgI':function(_0x5c032f,_0x4526cc){return _0x5c032f(_0x4526cc);},'bEdzw':'../launcher/launcher','tXrqW':_0x491f75(0x1f2)};PerformanceTester[_0x491f75(0x209)]();const _0x5de265=_0x35eaea[_0x491f75(0x1f0)](require,_0x35eaea['bEdzw']),_0x1bd8ba=new _0x5de265(_0x35eaea['tXrqW'],_0x17e3e8,_0x1b35d6),_0x584ae3=await _0x1bd8ba[_0x491f75(0x1f1)]();return PerformanceTester['end'](PerformanceEvents[_0x491f75(0x1fa)]),await _0x35eaea['jPOgI'](sleep,0x3e8),PerformanceTester[_0x491f75(0x1f7)](),_0x584ae3;},exports[a51_0x5848cf(0x207)]=async(_0x283e92,_0x8a9911,_0x1073d0,_0xf80af4,_0x3649aa)=>{const _0x3c1a31=a51_0x5848cf,_0x13da94={'fwOwb':function(_0x203ddb,_0x417633){return _0x203ddb(_0x417633);},'bOhfz':_0x3c1a31(0x1fb),'lZxCf':'cucumber-js'},_0x110e4d={'capability':_0x283e92,..._0x8a9911},_0x112416={};_0x112416['configuration']=_0x110e4d,_0x112416[_0x3c1a31(0x1f3)]=_0x3649aa;const _0xb57ebd=_0x112416,_0x42d4b8=_0x13da94['fwOwb'](require,_0x13da94['bOhfz']),_0x51ea92=new _0x42d4b8(_0x13da94['lZxCf'],_0xb57ebd,_0x1073d0,_0xf80af4);return await _0x51ea92[_0x3c1a31(0x1f1)]();},exports[a51_0x5848cf(0x1fe)]=async _0x295302=>{const _0x5072c5=a51_0x5848cf,_0x193792={'HkFlm':function(_0xce35a9,_0x149f15){return _0xce35a9(_0x149f15);},'HsUzg':_0x5072c5(0x1fb),'KyIss':'vanilla'},_0x2c8d78=_0x193792['HkFlm'](require,_0x193792[_0x5072c5(0x1fc)]),_0x15fc39=new _0x2c8d78(_0x193792[_0x5072c5(0x208)],_0x295302);return await _0x15fc39[_0x5072c5(0x1f1)]();};
1
+ function a51_0x1b58(_0x2e5952,_0x47a4e4){const _0x3774f1=a51_0x3774();return a51_0x1b58=function(_0x1b5885,_0x2acbae){_0x1b5885=_0x1b5885-0x86;let _0x586a02=_0x3774f1[_0x1b5885];return _0x586a02;},a51_0x1b58(_0x2e5952,_0x47a4e4);}const a51_0x5f5af4=a51_0x1b58;(function(_0x403c4e,_0x2b0bac){const _0x5e1cf4=a51_0x1b58,_0x4b9b35=_0x403c4e();while(!![]){try{const _0x1fc1df=parseInt(_0x5e1cf4(0x9e))/0x1+parseInt(_0x5e1cf4(0x8a))/0x2*(-parseInt(_0x5e1cf4(0x9a))/0x3)+parseInt(_0x5e1cf4(0xa9))/0x4*(parseInt(_0x5e1cf4(0x9c))/0x5)+-parseInt(_0x5e1cf4(0x88))/0x6*(parseInt(_0x5e1cf4(0xa4))/0x7)+parseInt(_0x5e1cf4(0xa7))/0x8*(-parseInt(_0x5e1cf4(0x99))/0x9)+parseInt(_0x5e1cf4(0x9f))/0xa*(-parseInt(_0x5e1cf4(0x96))/0xb)+parseInt(_0x5e1cf4(0x97))/0xc;if(_0x1fc1df===_0x2b0bac)break;else _0x4b9b35['push'](_0x4b9b35['shift']());}catch(_0x238ebc){_0x4b9b35['push'](_0x4b9b35['shift']());}}}(a51_0x3774,0x8b34a));const PerformanceEvents=require(a51_0x5f5af4(0xa3))[a51_0x5f5af4(0xa5)],PerformanceTester=require(a51_0x5f5af4(0xa6)),{sleep}=require(a51_0x5f5af4(0xa2));exports[a51_0x5f5af4(0x8f)]=async(_0x4896b3,_0x3327b2)=>{const _0x265288=a51_0x5f5af4,_0x3f892a={'dhfsI':function(_0xbb33f4,_0x101b91){return _0xbb33f4(_0x101b91);},'TuQFY':_0x265288(0x90),'TOPeX':_0x265288(0x8c),'Yishb':function(_0x15ec26,_0x3d76c8){return _0x15ec26(_0x3d76c8);}};PerformanceTester[_0x265288(0x8b)]();const _0x1632a3=_0x3f892a[_0x265288(0xa8)](require,_0x3f892a[_0x265288(0x8e)]),_0x10c4c7=new _0x1632a3(_0x3f892a['TOPeX'],_0x4896b3,_0x3327b2),_0x1de242=await _0x10c4c7[_0x265288(0x98)]();return PerformanceTester[_0x265288(0x92)](PerformanceEvents[_0x265288(0x9d)]),await _0x3f892a[_0x265288(0x86)](sleep,0x3e8),PerformanceTester[_0x265288(0x89)](),_0x1de242;},exports[a51_0x5f5af4(0x87)]=async(_0x5e75a0,_0x37bd0c,_0x4be289,_0x361993,_0x6e04d4)=>{const _0x5ac5cd=a51_0x5f5af4,_0x3bdcc7={'Dpgkj':function(_0x42d076,_0x646638){return _0x42d076(_0x646638);},'blqim':_0x5ac5cd(0x90),'vrfkE':_0x5ac5cd(0x8d)},_0xf9b263={'capability':_0x5e75a0,..._0x37bd0c},_0x1a98d1={};_0x1a98d1[_0x5ac5cd(0xa0)]=_0xf9b263,_0x1a98d1[_0x5ac5cd(0x95)]=_0x6e04d4;const _0x1be19a=_0x1a98d1,_0x1bc5a4=_0x3bdcc7['Dpgkj'](require,_0x3bdcc7[_0x5ac5cd(0x9b)]),_0x345e69=new _0x1bc5a4(_0x3bdcc7[_0x5ac5cd(0x91)],_0x1be19a,_0x4be289,_0x361993);return await _0x345e69[_0x5ac5cd(0x98)]();},exports[a51_0x5f5af4(0x93)]=async _0x52401f=>{const _0x276ea6=a51_0x5f5af4,_0x3cf91f={'RVaOm':function(_0x37a279,_0x2f016e){return _0x37a279(_0x2f016e);},'hhRWN':_0x276ea6(0x90),'jIdTx':_0x276ea6(0xa1)},_0x5b11e6=_0x3cf91f[_0x276ea6(0x94)](require,_0x3cf91f['hhRWN']),_0x4276e7=new _0x5b11e6(_0x3cf91f['jIdTx'],_0x52401f);return await _0x4276e7[_0x276ea6(0x98)]();};function a51_0x3774(){const _0x4cd31b=['665xlnJns','SDK_POST_TEST','510800btrRmW','10033340sUIWIH','configuration','vanilla','../../helpers/test-observability/utils','../../helpers/performance/constants','54698iJuXBC','EVENTS','../../helpers/performance/performance-tester','1320rIQjun','dhfsI','8068oNKszd','Yishb','runCucumberTest','570wePhls','stopMonitoring','4lnZddr','startMonitoring','mocha','cucumber-js','TuQFY','runTest','../launcher/launcher','vrfkE','end','runVanillaTest','RVaOm','formatter','11UbWPNC','34452000uXepok','run','16911UqMoHY','1536264EJZolv','blqim'];a51_0x3774=function(){return _0x4cd31b;};return a51_0x3774();}
@@ -1 +1 @@
1
- const a52_0xa33719=a52_0x4d21;(function(_0x5e447b,_0x58b0cb){const _0x32b146=a52_0x4d21,_0x2bd3ac=_0x5e447b();while(!![]){try{const _0x3d6aea=-parseInt(_0x32b146(0xdb))/0x1+parseInt(_0x32b146(0xe2))/0x2+parseInt(_0x32b146(0xe7))/0x3*(parseInt(_0x32b146(0xdf))/0x4)+-parseInt(_0x32b146(0xe0))/0x5*(-parseInt(_0x32b146(0xdc))/0x6)+-parseInt(_0x32b146(0xe1))/0x7*(parseInt(_0x32b146(0xe8))/0x8)+-parseInt(_0x32b146(0xe9))/0x9*(-parseInt(_0x32b146(0xe3))/0xa)+parseInt(_0x32b146(0xe5))/0xb*(-parseInt(_0x32b146(0xda))/0xc);if(_0x3d6aea===_0x58b0cb)break;else _0x2bd3ac['push'](_0x2bd3ac['shift']());}catch(_0x5c5b11){_0x2bd3ac['push'](_0x2bd3ac['shift']());}}}(a52_0x11bf,0x1fd3f));function a52_0x4d21(_0x18424d,_0x475c23){const _0x11bf1a=a52_0x11bf();return a52_0x4d21=function(_0x4d21ed,_0x6772f5){_0x4d21ed=_0x4d21ed-0xda;let _0x1be176=_0x11bf1a[_0x4d21ed];return _0x1be176;},a52_0x4d21(_0x18424d,_0x475c23);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0xa33719(0xdd));function a52_0x11bf(){const _0x5701ac=['30QeyUja','./runTest','vanillaWorker','1956biVDMc','78355skzCHd','21NOcFBw','63216XSEroH','176410WJzTWW','cucumberWorker','2101HIhNrF','UPaBz','1569spfcyH','135448QQtNGp','9xmUNLc','worker','sFCzA','jhTuH','4812YSliVS','125600cNaQFz'];a52_0x11bf=function(){return _0x5701ac;};return a52_0x11bf();}exports[a52_0xa33719(0xea)]=async(_0x50bf1b,_0x483937)=>{const _0x17a039=a52_0xa33719,_0x228791={'UPaBz':function(_0xa3c87f,_0x5f1154,_0x1e962c){return _0xa3c87f(_0x5f1154,_0x1e962c);}};return await _0x228791[_0x17a039(0xe6)](runTest,_0x50bf1b,_0x483937);},exports[a52_0xa33719(0xe4)]=async(_0x1f0ea6,_0x3cb8d3,_0x3ee299,_0x5cc4d5,_0x786f60)=>{const _0x48619e=a52_0xa33719,_0x37528a={'jhTuH':function(_0x18f808,_0x2d7b96,_0x2a2a2e,_0x1827fa,_0x5a0b10,_0x38b544){return _0x18f808(_0x2d7b96,_0x2a2a2e,_0x1827fa,_0x5a0b10,_0x38b544);}};return await _0x37528a[_0x48619e(0xec)](runCucumberTest,_0x1f0ea6,_0x3cb8d3,_0x3ee299,_0x5cc4d5,_0x786f60);},exports[a52_0xa33719(0xde)]=async _0xadc1ca=>{const _0x3dca43=a52_0xa33719,_0x143319={'sFCzA':function(_0x3d64b3,_0x422bb){return _0x3d64b3(_0x422bb);}};return await _0x143319[_0x3dca43(0xeb)](runVanillaTest,_0xadc1ca);};
1
+ const a52_0x525295=a52_0x4ae8;function a52_0x1df5(){const _0x38717a=['worker','936631EMiizD','949354tnPFvx','vanillaWorker','8738440pKGMwf','2120mFrVch','./runTest','234czNwDd','47932rvFDof','22237317nvvOMD','LqRnl','RvYdi','492khrUwW','cucumberWorker','uRyZs','2722370FrllEW'];a52_0x1df5=function(){return _0x38717a;};return a52_0x1df5();}function a52_0x4ae8(_0x1432c8,_0x31065b){const _0x1df505=a52_0x1df5();return a52_0x4ae8=function(_0x4ae811,_0x516e69){_0x4ae811=_0x4ae811-0xcc;let _0x65a826=_0x1df505[_0x4ae811];return _0x65a826;},a52_0x4ae8(_0x1432c8,_0x31065b);}(function(_0x4ec4f2,_0x575661){const _0x1a31e9=a52_0x4ae8,_0x365a50=_0x4ec4f2();while(!![]){try{const _0x4572c8=-parseInt(_0x1a31e9(0xd0))/0x1+-parseInt(_0x1a31e9(0xd1))/0x2+-parseInt(_0x1a31e9(0xd6))/0x3*(-parseInt(_0x1a31e9(0xd7))/0x4)+parseInt(_0x1a31e9(0xd4))/0x5*(parseInt(_0x1a31e9(0xdb))/0x6)+-parseInt(_0x1a31e9(0xce))/0x7+-parseInt(_0x1a31e9(0xd3))/0x8+parseInt(_0x1a31e9(0xd8))/0x9;if(_0x4572c8===_0x575661)break;else _0x365a50['push'](_0x365a50['shift']());}catch(_0xf1b5e7){_0x365a50['push'](_0x365a50['shift']());}}}(a52_0x1df5,0x85b94));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x525295(0xd5));exports[a52_0x525295(0xcf)]=async(_0x279b93,_0x597230)=>{const _0x3a3f00=a52_0x525295,_0x4d4bc6={'LqRnl':function(_0x443c4c,_0x26a77b,_0x3fff55){return _0x443c4c(_0x26a77b,_0x3fff55);}};return await _0x4d4bc6[_0x3a3f00(0xd9)](runTest,_0x279b93,_0x597230);},exports[a52_0x525295(0xcc)]=async(_0x2ced10,_0x38ae0f,_0x471de6,_0xa76a99,_0x31bc7e)=>{const _0x3d6f98=a52_0x525295,_0x5de3ae={'uRyZs':function(_0x4f5a0c,_0x2ff28b,_0x3af0d0,_0x403615,_0x348f2b,_0x59af26){return _0x4f5a0c(_0x2ff28b,_0x3af0d0,_0x403615,_0x348f2b,_0x59af26);}};return await _0x5de3ae[_0x3d6f98(0xcd)](runCucumberTest,_0x2ced10,_0x38ae0f,_0x471de6,_0xa76a99,_0x31bc7e);},exports[a52_0x525295(0xd2)]=async _0x3c81a2=>{const _0x304314=a52_0x525295,_0x4ce38a={'RvYdi':function(_0x21f135,_0x3072f4){return _0x21f135(_0x3072f4);}};return await _0x4ce38a[_0x304314(0xda)](runVanillaTest,_0x3c81a2);};
@@ -1 +1 @@
1
- function a53_0x35f5(){const _0x45b710=['SdEKU','dyePx','RlfJP','automate','mclwE','GCEia','23258472lgwikg','WQuvv','kxEOx','rcvhL','cdp','7OHDcyg','xWgIR','DBhLj','ataGq','CwxGU','122eSBiXT','nmHne','9826140kHateM','getAutomateSessionsListAPIUrl','RjQwG','api','getConfig','kGxOh','LJiOc','cQcdp','Igoln','pMyuw','vczIi','getPlaywrightHubUrl','ixyiI','./sharedUtils','oDqVN','QhkUu','dzkbQ','AKuqK','xrwvA','8jetIsz','replace','BGiau','TnzMz','KhOdI','sRAmT','VdCBk','bzeTY','3855642pjQzjf','8FYntUZ','endsWith','FPJOt','6018nelxPF','LkAQS','fLAbw','getAppAutomateSessionNameAPIUrl','pgERF','CnJRK','HSoKK','getBStackAPIUrl','getAppAutomateSessionsListAPIUrl','apis','6865659CjEHvi','1607885MPwaQP','HCTeX','APP_UPLOAD_URL','exports','ZoVmG','HUgnB','appAutomate','upload','DJuER','PHbjR','TzTIk','22650Ybkycx','7975CtVoly','VbajM','/playwright?caps=','bojyA','cueMv','YXhHZ','getInstance','vqfit','PLAYWRIGHT_HUB_URL','OBSERVABILITY_UPLOAD_URL','getAutoCaptureLogsAPIUrl','./constants','observability','BeKXu','VsSsj','JKwcu','edsInstrumentation','CkRVk','EVYMC','PEQXP','wss:','WyZKv','toString','QLVde','BROWSERSTACK_API_URL'];a53_0x35f5=function(){return _0x45b710;};return a53_0x35f5();}function a53_0x3bd7(_0x28493a,_0xd487f2){const _0x35f525=a53_0x35f5();return a53_0x3bd7=function(_0x3bd79c,_0x3abf84){_0x3bd79c=_0x3bd79c-0x1cc;let _0xd130c4=_0x35f525[_0x3bd79c];return _0xd130c4;},a53_0x3bd7(_0x28493a,_0xd487f2);}const a53_0xde3d3c=a53_0x3bd7;(function(_0x181b13,_0x1062bd){const _0x54df6a=a53_0x3bd7,_0x8b2ed6=_0x181b13();while(!![]){try{const _0x4028dc=-parseInt(_0x54df6a(0x1ef))/0x1*(-parseInt(_0x54df6a(0x210))/0x2)+-parseInt(_0x54df6a(0x20c))/0x3+parseInt(_0x54df6a(0x204))/0x4*(parseInt(_0x54df6a(0x21b))/0x5)+parseInt(_0x54df6a(0x1f1))/0x6*(-parseInt(_0x54df6a(0x1ea))/0x7)+-parseInt(_0x54df6a(0x20d))/0x8*(parseInt(_0x54df6a(0x21a))/0x9)+-parseInt(_0x54df6a(0x226))/0xa*(-parseInt(_0x54df6a(0x227))/0xb)+parseInt(_0x54df6a(0x1e5))/0xc;if(_0x4028dc===_0x1062bd)break;else _0x8b2ed6['push'](_0x8b2ed6['shift']());}catch(_0x5cf1ac){_0x8b2ed6['push'](_0x8b2ed6['shift']());}}}(a53_0x35f5,0xdce7c));const constants=require(a53_0xde3d3c(0x1d1)),{nestedKeyValue}=require(a53_0xde3d3c(0x1fe)),getBrowserstackCLI=()=>{const _0x4f0b6f=a53_0xde3d3c,_0x75032f={'YXhHZ':function(_0x19e9c2,_0x552696){return _0x19e9c2(_0x552696);},'ZoVmG':'../v2/browserstackCLI'};return _0x75032f[_0x4f0b6f(0x22c)](require,_0x75032f[_0x4f0b6f(0x21f)]);};class APIUtilityMethods{static[a53_0xde3d3c(0x217)](_0x46408f){const _0x5cb25d=a53_0xde3d3c,_0x1b3425={'PHbjR':function(_0x100cb0){return _0x100cb0();},'sRAmT':function(_0x22c563,_0xd35d63,_0x45dc18){return _0x22c563(_0xd35d63,_0x45dc18);},'RlfJP':_0x5cb25d(0x219),'KhOdI':_0x5cb25d(0x1e2),'OLvIf':_0x5cb25d(0x1f4),'PEQXP':function(_0x45078f,_0x58e98c){return _0x45078f===_0x58e98c;},'pgERF':function(_0xf18efb,_0x506789){return _0xf18efb+_0x506789;}},_0x23bae6=_0x1b3425[_0x5cb25d(0x224)](getBrowserstackCLI),_0x5613e8=_0x1b3425[_0x5cb25d(0x209)](nestedKeyValue,_0x23bae6[_0x5cb25d(0x1cc)]()['getConfig'](),[_0x1b3425[_0x5cb25d(0x1e1)],_0x1b3425[_0x5cb25d(0x208)],_0x1b3425['OLvIf']])||constants[_0x5cb25d(0x1de)];if(!_0x46408f||_0x1b3425[_0x5cb25d(0x1d9)](_0x46408f,''))return _0x5613e8;const _0x38d501=_0x5613e8['endsWith']('/')?_0x5613e8:_0x1b3425[_0x5cb25d(0x214)](_0x5613e8,'/');return new URL(_0x46408f,_0x38d501)['toString']();}static['getEdsInstrumentationAPIUrl'](_0x51ec93){const _0x2550cb=a53_0xde3d3c,_0x37231e={'bzeTY':function(_0xb7f33c){return _0xb7f33c();},'dzkbQ':function(_0x24be40,_0x30159b,_0x4107ef){return _0x24be40(_0x30159b,_0x4107ef);},'DqsAH':_0x2550cb(0x219),'TnzMz':_0x2550cb(0x1d6),'vczIi':_0x2550cb(0x1f4),'kGxOh':function(_0x2857c0,_0x298039){return _0x2857c0===_0x298039;},'kxEOx':function(_0x4b75d0,_0x31da35){return _0x4b75d0+_0x31da35;}},_0x30f72d=_0x37231e[_0x2550cb(0x20b)](getBrowserstackCLI),_0x95d4f9=_0x37231e[_0x2550cb(0x201)](nestedKeyValue,_0x30f72d['getInstance']()[_0x2550cb(0x1f5)](),[_0x37231e['DqsAH'],_0x37231e[_0x2550cb(0x207)],_0x37231e[_0x2550cb(0x1fb)]])||constants['EDS_URL'];if(!_0x51ec93||_0x37231e[_0x2550cb(0x1f6)](_0x51ec93,''))return _0x95d4f9;const _0x1cfa93=_0x95d4f9[_0x2550cb(0x20e)]('/')?_0x95d4f9:_0x37231e[_0x2550cb(0x1e7)](_0x95d4f9,'/');return new URL(_0x51ec93,_0x1cfa93)['toString']();}static['getAutomateSessionStatusAPIUrl'](_0x36d020){const _0x1d52b9=a53_0xde3d3c,_0x4b2151={'WSzgz':function(_0x3d8b19){return _0x3d8b19();},'LJiOc':function(_0x17f1d1,_0x3354ca,_0x1d65e5){return _0x17f1d1(_0x3354ca,_0x1d65e5);},'HUgnB':_0x1d52b9(0x219),'vqfit':'automate','nmHne':_0x1d52b9(0x1f4),'bKLsA':function(_0x177ca1,_0x57756c){return _0x177ca1===_0x57756c;},'RjQwG':function(_0x301bd6,_0x39d50f){return _0x301bd6+_0x39d50f;}},_0x256310=_0x4b2151['WSzgz'](getBrowserstackCLI),_0x4e8c2b=_0x4b2151[_0x1d52b9(0x1f7)](nestedKeyValue,_0x256310[_0x1d52b9(0x1cc)]()[_0x1d52b9(0x1f5)](),[_0x4b2151[_0x1d52b9(0x220)],_0x4b2151[_0x1d52b9(0x1cd)],_0x4b2151[_0x1d52b9(0x1f0)]])||constants[_0x1d52b9(0x1de)];if(!_0x36d020||_0x4b2151['bKLsA'](_0x36d020,''))return _0x4e8c2b;const _0x18a9b1=_0x4e8c2b['endsWith']('/')?_0x4e8c2b:_0x4b2151[_0x1d52b9(0x1f3)](_0x4e8c2b,'/');return new URL(_0x36d020,_0x18a9b1)[_0x1d52b9(0x1dc)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x47c5e4){const _0x32d0bb=a53_0xde3d3c,_0x1fa482={'VdCBk':function(_0xc89275){return _0xc89275();},'oDqVN':function(_0x31adc0,_0x23da00,_0x2a5712){return _0x31adc0(_0x23da00,_0x2a5712);},'CkRVk':_0x32d0bb(0x219),'FPJOt':_0x32d0bb(0x221),'SdEKU':_0x32d0bb(0x1f4),'pbKEc':function(_0x3d960f,_0x3c8abf){return _0x3d960f===_0x3c8abf;},'HCTeX':function(_0x110d7d,_0x253345){return _0x110d7d+_0x253345;}},_0x17fdbe=_0x1fa482[_0x32d0bb(0x20a)](getBrowserstackCLI),_0x32428d=_0x1fa482[_0x32d0bb(0x1ff)](nestedKeyValue,_0x17fdbe['getInstance']()['getConfig'](),[_0x1fa482[_0x32d0bb(0x1d7)],_0x1fa482[_0x32d0bb(0x20f)],_0x1fa482[_0x32d0bb(0x1df)]])||constants[_0x32d0bb(0x1de)];if(!_0x47c5e4||_0x1fa482['pbKEc'](_0x47c5e4,''))return _0x32428d;const _0x5090ee=_0x32428d[_0x32d0bb(0x20e)]('/')?_0x32428d:_0x1fa482[_0x32d0bb(0x21c)](_0x32428d,'/');return new URL(_0x47c5e4,_0x5090ee)[_0x32d0bb(0x1dc)]();}static['getAutomateSessionNameAPIUrl'](_0x52fe08){const _0x5eb5b1=a53_0xde3d3c,_0x52d66f={'fLAbw':function(_0x1a5e66){return _0x1a5e66();},'QhkUu':function(_0x382514,_0x452372,_0x224709){return _0x382514(_0x452372,_0x224709);},'JKwcu':'apis','BALAu':'automate','DJuER':'api','xWgIR':function(_0x475a3a,_0x304405){return _0x475a3a===_0x304405;},'EVYMC':function(_0x5ab800,_0x21f03e){return _0x5ab800+_0x21f03e;}},_0x2ef1a2=_0x52d66f[_0x5eb5b1(0x212)](getBrowserstackCLI),_0x28594f=_0x52d66f[_0x5eb5b1(0x200)](nestedKeyValue,_0x2ef1a2[_0x5eb5b1(0x1cc)]()[_0x5eb5b1(0x1f5)](),[_0x52d66f[_0x5eb5b1(0x1d5)],_0x52d66f['BALAu'],_0x52d66f[_0x5eb5b1(0x223)]])||constants[_0x5eb5b1(0x1de)];if(!_0x52fe08||_0x52d66f[_0x5eb5b1(0x1eb)](_0x52fe08,''))return _0x28594f;const _0x2f1997=_0x28594f[_0x5eb5b1(0x20e)]('/')?_0x28594f:_0x52d66f[_0x5eb5b1(0x1d8)](_0x28594f,'/');return new URL(_0x52fe08,_0x2f1997)[_0x5eb5b1(0x1dc)]();}static[a53_0xde3d3c(0x213)](_0x19a6d2){const _0x555bcf=a53_0xde3d3c,_0x4ae8a2={'rcvhL':function(_0x4356ae){return _0x4356ae();},'QLVde':function(_0x214f8f,_0x573dc0,_0x27eec5){return _0x214f8f(_0x573dc0,_0x27eec5);},'CwxGU':_0x555bcf(0x219),'ixyiI':_0x555bcf(0x221),'wlrQH':_0x555bcf(0x1f4),'LkAQS':function(_0x219bae,_0x35c6fe){return _0x219bae===_0x35c6fe;},'Igoln':function(_0x17338f,_0x2aec5f){return _0x17338f+_0x2aec5f;}},_0x1800cc=_0x4ae8a2[_0x555bcf(0x1e8)](getBrowserstackCLI),_0x165e34=_0x4ae8a2[_0x555bcf(0x1dd)](nestedKeyValue,_0x1800cc[_0x555bcf(0x1cc)]()[_0x555bcf(0x1f5)](),[_0x4ae8a2[_0x555bcf(0x1ee)],_0x4ae8a2[_0x555bcf(0x1fd)],_0x4ae8a2['wlrQH']])||constants[_0x555bcf(0x1de)];if(!_0x19a6d2||_0x4ae8a2[_0x555bcf(0x211)](_0x19a6d2,''))return _0x165e34;const _0x12686d=_0x165e34['endsWith']('/')?_0x165e34:_0x4ae8a2[_0x555bcf(0x1f9)](_0x165e34,'/');return new URL(_0x19a6d2,_0x12686d)['toString']();}static[a53_0xde3d3c(0x1f2)](_0x1912c2){const _0x34cc96=a53_0xde3d3c,_0x43ebac={'CVRwJ':function(_0x69cfb8){return _0x69cfb8();},'WQuvv':function(_0x26d556,_0x3cc7b2,_0x1d4e1c){return _0x26d556(_0x3cc7b2,_0x1d4e1c);},'pMyuw':_0x34cc96(0x219),'xcHas':'automate','hQLTb':'api','TzTIk':function(_0x4fabd9,_0x3455a1){return _0x4fabd9===_0x3455a1;},'BeKXu':function(_0x7dd5d7,_0x85ffa2){return _0x7dd5d7+_0x85ffa2;}},_0x2d22a8=_0x43ebac['CVRwJ'](getBrowserstackCLI),_0x1cc31b=_0x43ebac[_0x34cc96(0x1e6)](nestedKeyValue,_0x2d22a8[_0x34cc96(0x1cc)]()[_0x34cc96(0x1f5)](),[_0x43ebac[_0x34cc96(0x1fa)],_0x43ebac['xcHas'],_0x43ebac['hQLTb']])||constants['BROWSERSTACK_API_URL'];if(!_0x1912c2||_0x43ebac[_0x34cc96(0x225)](_0x1912c2,''))return _0x1cc31b;const _0x136a9f=_0x1cc31b[_0x34cc96(0x20e)]('/')?_0x1cc31b:_0x43ebac[_0x34cc96(0x1d3)](_0x1cc31b,'/');return new URL(_0x1912c2,_0x136a9f)[_0x34cc96(0x1dc)]()[_0x34cc96(0x205)](/^https?:\/\//,'');}static[a53_0xde3d3c(0x218)](_0x236b2a){const _0x5d405b=a53_0xde3d3c,_0x4ac928={'GCEia':function(_0x5dd440){return _0x5dd440();},'cueMv':function(_0x1a9e7e,_0x22dd57,_0x4c2801){return _0x1a9e7e(_0x22dd57,_0x4c2801);},'TMHuf':_0x5d405b(0x219),'xrwvA':'appAutomate','dyePx':'api','WyZKv':function(_0x12cf14,_0x3ad95f){return _0x12cf14===_0x3ad95f;},'ataGq':function(_0x241cb0,_0x48b5b3){return _0x241cb0+_0x48b5b3;}},_0x27a591=_0x4ac928[_0x5d405b(0x1e4)](getBrowserstackCLI),_0x5b9987=_0x4ac928[_0x5d405b(0x22b)](nestedKeyValue,_0x27a591[_0x5d405b(0x1cc)]()[_0x5d405b(0x1f5)](),[_0x4ac928['TMHuf'],_0x4ac928[_0x5d405b(0x203)],_0x4ac928[_0x5d405b(0x1e0)]])||constants[_0x5d405b(0x21d)];if(!_0x236b2a||_0x4ac928[_0x5d405b(0x1db)](_0x236b2a,''))return _0x5b9987;const _0x53aa4d=_0x5b9987[_0x5d405b(0x20e)]('/')?_0x5b9987:_0x4ac928[_0x5d405b(0x1ed)](_0x5b9987,'/');return new URL(_0x236b2a,_0x53aa4d)[_0x5d405b(0x1dc)]()[_0x5d405b(0x205)](/^https?:\/\//,'');}static[a53_0xde3d3c(0x1d0)](_0x545763){const _0x30e00d=a53_0xde3d3c,_0x3b8129={'qocvi':function(_0x10b0a9){return _0x10b0a9();},'inIHa':function(_0x619470,_0x4c4eab,_0x3d0258){return _0x619470(_0x4c4eab,_0x3d0258);},'BGiau':_0x30e00d(0x219),'DBhLj':_0x30e00d(0x1d2),'cQcdp':_0x30e00d(0x222),'VbajM':function(_0xb01c7d,_0x1845bb){return _0xb01c7d===_0x1845bb;},'bojyA':function(_0x263bf7,_0x3de14b){return _0x263bf7+_0x3de14b;}},_0x5143a6=_0x3b8129['qocvi'](getBrowserstackCLI),_0x310bf6=_0x3b8129['inIHa'](nestedKeyValue,_0x5143a6[_0x30e00d(0x1cc)]()[_0x30e00d(0x1f5)](),[_0x3b8129[_0x30e00d(0x206)],_0x3b8129[_0x30e00d(0x1ec)],_0x3b8129[_0x30e00d(0x1f8)]])||constants[_0x30e00d(0x1cf)];if(!_0x545763||_0x3b8129[_0x30e00d(0x228)](_0x545763,''))return _0x310bf6;const _0x1860c3=_0x310bf6['endsWith']('/')?_0x310bf6:_0x3b8129[_0x30e00d(0x22a)](_0x310bf6,'/');return new URL(_0x545763,_0x1860c3)[_0x30e00d(0x1dc)]();}static[a53_0xde3d3c(0x1fc)](_0x2a7206){const _0x47586d=a53_0xde3d3c,_0x155867={'HSoKK':function(_0xe91359){return _0xe91359();},'zqXzn':function(_0x1c34b9,_0x3a3167,_0xb2b5f3){return _0x1c34b9(_0x3a3167,_0xb2b5f3);},'VFAPa':_0x47586d(0x219),'VsSsj':'automate','CAJZB':_0x47586d(0x1e9),'cUJkE':_0x47586d(0x1da),'mclwE':function(_0x4c6b50,_0x2132c5){return _0x4c6b50===_0x2132c5;},'CnJRK':function(_0x31cea1,_0x5aa417){return _0x31cea1+_0x5aa417;},'AKuqK':_0x47586d(0x229)},_0x39b3db=_0x155867[_0x47586d(0x216)](getBrowserstackCLI),_0x5a8c19=_0x155867['zqXzn'](nestedKeyValue,_0x39b3db['getInstance']()[_0x47586d(0x1f5)](),[_0x155867['VFAPa'],_0x155867[_0x47586d(0x1d4)],_0x155867['CAJZB']]),_0x2ee8bd=(_0x5a8c19?_0x5a8c19[_0x47586d(0x205)](/^https:/,_0x155867['cUJkE']):null)||constants[_0x47586d(0x1ce)];let _0x31ceab;if(!_0x2a7206||_0x155867[_0x47586d(0x1e3)](_0x2a7206,''))_0x31ceab=_0x2ee8bd;else{const _0x10e897=_0x2ee8bd[_0x47586d(0x20e)]('/')?_0x2ee8bd:_0x155867[_0x47586d(0x215)](_0x2ee8bd,'/');_0x31ceab=new URL(_0x2a7206,_0x10e897)['toString']();}return!_0x31ceab[_0x47586d(0x20e)](_0x155867[_0x47586d(0x202)])&&(_0x31ceab+=_0x155867[_0x47586d(0x202)]),_0x31ceab;}}module[a53_0xde3d3c(0x21e)]=APIUtilityMethods;
1
+ const a53_0x3f3f74=a53_0x2058;function a53_0x2c5f(){const _0x2c7e8e=['eMnDy','Sgsgp','apis','wss:','ZoHUt','toString','BHjdo','fxZYa','VIXqX','getAppAutomateSessionNameAPIUrl','iRhKH','860391yWmBdK','skLLv','VcZRZ','XagZp','lDabq','replace','PYHSK','euKRi','gkTIH','appAutomate','getEdsInstrumentationAPIUrl','3890096kjfoUq','sdDZH','dXkcB','api','IqIiC','cdp','2297232rkCdCg','afTqN','kQVeR','/playwright?caps=','getAutomateSessionsListAPIUrl','fPAdJ','getAppAutomateSessionStatusAPIUrl','VajWc','observability','sOKDC','MkLXP','IHToC','../v2/browserstackCLI','KfXBY','sKxwv','srePX','170ySsJwE','DbcKg','pgyfW','yTsPf','EWTmO','rbupY','AOxZJ','getAutoCaptureLogsAPIUrl','IZcbE','1584258hbUtpY','getConfig','WyJte','JeWWQ','wMiAX','205gTUlNq','lveSg','EDS_URL','WqrEV','21652EVtIfG','PLAYWRIGHT_HUB_URL','endsWith','getAppAutomateSessionsListAPIUrl','automate','PjCmd','WWOIo','ZdzNS','doiuG','siLXo','rnAFn','7eZWjwv','irOjT','./sharedUtils','552984VASPkS','PPLvE','exports','APP_UPLOAD_URL','getInstance','27824mvNEEz','getPlaywrightHubUrl','anPSC','TIQHT','KyNzs','BROWSERSTACK_API_URL'];a53_0x2c5f=function(){return _0x2c7e8e;};return a53_0x2c5f();}function a53_0x2058(_0x40e518,_0x47b9dd){const _0x2c5f6c=a53_0x2c5f();return a53_0x2058=function(_0x20580f,_0x9e0805){_0x20580f=_0x20580f-0x104;let _0x157429=_0x2c5f6c[_0x20580f];return _0x157429;},a53_0x2058(_0x40e518,_0x47b9dd);}(function(_0x3f582c,_0x1ac112){const _0x215cd8=a53_0x2058,_0x218474=_0x3f582c();while(!![]){try{const _0x48e21d=-parseInt(_0x215cd8(0x10d))/0x1*(parseInt(_0x215cd8(0x115))/0x2)+parseInt(_0x215cd8(0x110))/0x3+parseInt(_0x215cd8(0x159))/0x4*(-parseInt(_0x215cd8(0x155))/0x5)+-parseInt(_0x215cd8(0x150))/0x6+-parseInt(_0x215cd8(0x131))/0x7+-parseInt(_0x215cd8(0x137))/0x8+parseInt(_0x215cd8(0x126))/0x9*(parseInt(_0x215cd8(0x147))/0xa);if(_0x48e21d===_0x1ac112)break;else _0x218474['push'](_0x218474['shift']());}catch(_0x3ebd59){_0x218474['push'](_0x218474['shift']());}}}(a53_0x2c5f,0x5d925));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x3f3f74(0x10f)),getBrowserstackCLI=()=>{const _0x79c00b=a53_0x3f3f74,_0x47383e={'KfXBY':function(_0xb1ed11,_0x2146ca){return _0xb1ed11(_0x2146ca);},'gkTIH':_0x79c00b(0x143)};return _0x47383e[_0x79c00b(0x144)](require,_0x47383e[_0x79c00b(0x12e)]);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x1457f2){const _0x32920b=a53_0x3f3f74,_0x21cebb={'VajWc':function(_0x2e252c){return _0x2e252c();},'WWOIo':function(_0x5ead5c,_0x6cfc01,_0x44812d){return _0x5ead5c(_0x6cfc01,_0x44812d);},'VcZRZ':_0x32920b(0x11d),'JniNB':_0x32920b(0x106),'WDNvM':_0x32920b(0x134),'afTqN':function(_0x4115d5,_0x3df5c6){return _0x4115d5===_0x3df5c6;},'anPSC':function(_0x3d0207,_0x4cdd8e){return _0x3d0207+_0x4cdd8e;}},_0x12800c=_0x21cebb[_0x32920b(0x13e)](getBrowserstackCLI),_0x2490db=_0x21cebb[_0x32920b(0x108)](nestedKeyValue,_0x12800c[_0x32920b(0x114)]()[_0x32920b(0x151)](),[_0x21cebb[_0x32920b(0x128)],_0x21cebb['JniNB'],_0x21cebb['WDNvM']])||constants['BROWSERSTACK_API_URL'];if(!_0x1457f2||_0x21cebb[_0x32920b(0x138)](_0x1457f2,''))return _0x2490db;const _0x553c18=_0x2490db['endsWith']('/')?_0x2490db:_0x21cebb[_0x32920b(0x117)](_0x2490db,'/');return new URL(_0x1457f2,_0x553c18)['toString']();}static[a53_0x3f3f74(0x130)](_0x3b321c){const _0x26cb7a=a53_0x3f3f74,_0x39ecc8={'MkLXP':function(_0x48dbe0){return _0x48dbe0();},'rbupY':function(_0x6fdae5,_0x2cf969,_0x22e116){return _0x6fdae5(_0x2cf969,_0x22e116);},'PYHSK':'apis','rnAFn':'edsInstrumentation','TIQHT':_0x26cb7a(0x134),'euKRi':function(_0x451abb,_0x2a6ee2){return _0x451abb===_0x2a6ee2;},'ZdzNS':function(_0x4505d7,_0x4e8830){return _0x4505d7+_0x4e8830;}},_0x41fac2=_0x39ecc8[_0x26cb7a(0x141)](getBrowserstackCLI),_0x478f26=_0x39ecc8[_0x26cb7a(0x14c)](nestedKeyValue,_0x41fac2[_0x26cb7a(0x114)]()[_0x26cb7a(0x151)](),[_0x39ecc8[_0x26cb7a(0x12c)],_0x39ecc8[_0x26cb7a(0x10c)],_0x39ecc8[_0x26cb7a(0x118)]])||constants[_0x26cb7a(0x157)];if(!_0x3b321c||_0x39ecc8[_0x26cb7a(0x12d)](_0x3b321c,''))return _0x478f26;const _0x2d8f40=_0x478f26['endsWith']('/')?_0x478f26:_0x39ecc8[_0x26cb7a(0x109)](_0x478f26,'/');return new URL(_0x3b321c,_0x2d8f40)[_0x26cb7a(0x120)]();}static['getAutomateSessionStatusAPIUrl'](_0x4da281){const _0x395715=a53_0x3f3f74,_0x17a083={'IHToC':function(_0x42aab1){return _0x42aab1();},'skLLv':function(_0x2fd02e,_0x464ded,_0x5cd76b){return _0x2fd02e(_0x464ded,_0x5cd76b);},'XVqYA':'apis','WqrEV':_0x395715(0x106),'XagZp':_0x395715(0x134),'yEmNd':function(_0x2920c0,_0x37f21b){return _0x2920c0===_0x37f21b;},'RPGJX':function(_0x146864,_0x460035){return _0x146864+_0x460035;}},_0x3740c0=_0x17a083[_0x395715(0x142)](getBrowserstackCLI),_0x190425=_0x17a083[_0x395715(0x127)](nestedKeyValue,_0x3740c0['getInstance']()[_0x395715(0x151)](),[_0x17a083['XVqYA'],_0x17a083[_0x395715(0x158)],_0x17a083[_0x395715(0x129)]])||constants[_0x395715(0x11a)];if(!_0x4da281||_0x17a083['yEmNd'](_0x4da281,''))return _0x190425;const _0x2fdefc=_0x190425['endsWith']('/')?_0x190425:_0x17a083['RPGJX'](_0x190425,'/');return new URL(_0x4da281,_0x2fdefc)[_0x395715(0x120)]();}static[a53_0x3f3f74(0x13d)](_0x411bf3){const _0x458b6d=a53_0x3f3f74,_0x44758c={'fxZYa':function(_0x741820){return _0x741820();},'IdjIu':function(_0x5a31ca,_0x1a3c82,_0xa63e37){return _0x5a31ca(_0x1a3c82,_0xa63e37);},'DbcKg':_0x458b6d(0x11d),'qhZbb':_0x458b6d(0x12f),'iRhKH':_0x458b6d(0x134),'EWTmO':function(_0x1d8dc6,_0x46cad4){return _0x1d8dc6===_0x46cad4;},'YciRS':function(_0x266e10,_0x759ef6){return _0x266e10+_0x759ef6;}},_0x48de8b=_0x44758c[_0x458b6d(0x122)](getBrowserstackCLI),_0x5945d0=_0x44758c['IdjIu'](nestedKeyValue,_0x48de8b[_0x458b6d(0x114)]()[_0x458b6d(0x151)](),[_0x44758c[_0x458b6d(0x148)],_0x44758c['qhZbb'],_0x44758c[_0x458b6d(0x125)]])||constants[_0x458b6d(0x11a)];if(!_0x411bf3||_0x44758c[_0x458b6d(0x14b)](_0x411bf3,''))return _0x5945d0;const _0x4be6ea=_0x5945d0[_0x458b6d(0x104)]('/')?_0x5945d0:_0x44758c['YciRS'](_0x5945d0,'/');return new URL(_0x411bf3,_0x4be6ea)[_0x458b6d(0x120)]();}static['getAutomateSessionNameAPIUrl'](_0x2bed88){const _0x476163=a53_0x3f3f74,_0x5a9ca0={'AOxZJ':function(_0x23868f){return _0x23868f();},'ihxOE':function(_0x3cd924,_0x4517b7,_0x8d61ce){return _0x3cd924(_0x4517b7,_0x8d61ce);},'wMiAX':'apis','dXkcB':_0x476163(0x106),'srePX':_0x476163(0x134),'PjCmd':function(_0x508269,_0x2cfaec){return _0x508269===_0x2cfaec;},'BHjdo':function(_0x5c2733,_0x2d91e8){return _0x5c2733+_0x2d91e8;}},_0x2a6452=_0x5a9ca0[_0x476163(0x14d)](getBrowserstackCLI),_0x736982=_0x5a9ca0['ihxOE'](nestedKeyValue,_0x2a6452['getInstance']()[_0x476163(0x151)](),[_0x5a9ca0[_0x476163(0x154)],_0x5a9ca0[_0x476163(0x133)],_0x5a9ca0[_0x476163(0x146)]])||constants[_0x476163(0x11a)];if(!_0x2bed88||_0x5a9ca0[_0x476163(0x107)](_0x2bed88,''))return _0x736982;const _0xff6536=_0x736982['endsWith']('/')?_0x736982:_0x5a9ca0[_0x476163(0x121)](_0x736982,'/');return new URL(_0x2bed88,_0xff6536)['toString']();}static[a53_0x3f3f74(0x124)](_0x39629e){const _0x272997=a53_0x3f3f74,_0x335d97={'PPLvE':function(_0x3707c7){return _0x3707c7();},'ZoHUt':function(_0x10b737,_0x30898a,_0x4f2429){return _0x10b737(_0x30898a,_0x4f2429);},'MjQAl':_0x272997(0x11d),'UMxaZ':_0x272997(0x12f),'eMnDy':_0x272997(0x134),'IqIiC':function(_0x253c36,_0x5f2921){return _0x253c36===_0x5f2921;},'irOjT':function(_0x41e2ba,_0x1c6f36){return _0x41e2ba+_0x1c6f36;}},_0x5011c7=_0x335d97[_0x272997(0x111)](getBrowserstackCLI),_0x20303f=_0x335d97[_0x272997(0x11f)](nestedKeyValue,_0x5011c7[_0x272997(0x114)]()['getConfig'](),[_0x335d97['MjQAl'],_0x335d97['UMxaZ'],_0x335d97[_0x272997(0x11b)]])||constants['BROWSERSTACK_API_URL'];if(!_0x39629e||_0x335d97[_0x272997(0x135)](_0x39629e,''))return _0x20303f;const _0x1358e6=_0x20303f[_0x272997(0x104)]('/')?_0x20303f:_0x335d97[_0x272997(0x10e)](_0x20303f,'/');return new URL(_0x39629e,_0x1358e6)[_0x272997(0x120)]();}static[a53_0x3f3f74(0x13b)](_0x567287){const _0x85ad70=a53_0x3f3f74,_0x792e62={'pgyfW':function(_0x4d13bd){return _0x4d13bd();},'sSuwt':function(_0x259600,_0x410cd7,_0x2d68d1){return _0x259600(_0x410cd7,_0x2d68d1);},'XTHka':'apis','VIXqX':_0x85ad70(0x106),'pFiYK':'api','siLXo':function(_0x251187,_0x57cd7d){return _0x251187===_0x57cd7d;},'HBqLc':function(_0x2d98ee,_0x15d6c7){return _0x2d98ee+_0x15d6c7;}},_0x1ceaaf=_0x792e62[_0x85ad70(0x149)](getBrowserstackCLI),_0x50927e=_0x792e62['sSuwt'](nestedKeyValue,_0x1ceaaf[_0x85ad70(0x114)]()['getConfig'](),[_0x792e62['XTHka'],_0x792e62[_0x85ad70(0x123)],_0x792e62['pFiYK']])||constants[_0x85ad70(0x11a)];if(!_0x567287||_0x792e62[_0x85ad70(0x10b)](_0x567287,''))return _0x50927e;const _0x514a51=_0x50927e[_0x85ad70(0x104)]('/')?_0x50927e:_0x792e62['HBqLc'](_0x50927e,'/');return new URL(_0x567287,_0x514a51)[_0x85ad70(0x120)]()[_0x85ad70(0x12b)](/^https?:\/\//,'');}static[a53_0x3f3f74(0x105)](_0xd494e1){const _0x3be48e=a53_0x3f3f74,_0x3c98b2={'LKlME':function(_0x43a4bd){return _0x43a4bd();},'sKxwv':function(_0x1f1acc,_0x2415bb,_0x330ea3){return _0x1f1acc(_0x2415bb,_0x330ea3);},'sOKDC':'apis','IZcbE':_0x3be48e(0x12f),'lDabq':'api','OofzC':function(_0x5e05ff,_0x525d2d){return _0x5e05ff===_0x525d2d;},'yeVMM':function(_0x41e0f0,_0x4cf2c3){return _0x41e0f0+_0x4cf2c3;}},_0x1cf089=_0x3c98b2['LKlME'](getBrowserstackCLI),_0xd2ddbf=_0x3c98b2[_0x3be48e(0x145)](nestedKeyValue,_0x1cf089[_0x3be48e(0x114)]()[_0x3be48e(0x151)](),[_0x3c98b2[_0x3be48e(0x140)],_0x3c98b2[_0x3be48e(0x14f)],_0x3c98b2[_0x3be48e(0x12a)]])||constants[_0x3be48e(0x113)];if(!_0xd494e1||_0x3c98b2['OofzC'](_0xd494e1,''))return _0xd2ddbf;const _0x731583=_0xd2ddbf['endsWith']('/')?_0xd2ddbf:_0x3c98b2['yeVMM'](_0xd2ddbf,'/');return new URL(_0xd494e1,_0x731583)['toString']()[_0x3be48e(0x12b)](/^https?:\/\//,'');}static[a53_0x3f3f74(0x14e)](_0x35716e){const _0xae76eb=a53_0x3f3f74,_0x5d4d10={'sdDZH':function(_0x3fa81a){return _0x3fa81a();},'lveSg':function(_0x1f93a3,_0x14c749,_0x200e3f){return _0x1f93a3(_0x14c749,_0x200e3f);},'MdZwa':_0xae76eb(0x11d),'KyNzs':_0xae76eb(0x13f),'qswSD':'upload','ReSzt':function(_0x113093,_0x43a5b9){return _0x113093===_0x43a5b9;},'JeWWQ':function(_0x57af7c,_0xc5717a){return _0x57af7c+_0xc5717a;}},_0x244928=_0x5d4d10[_0xae76eb(0x132)](getBrowserstackCLI),_0xd5d4ca=_0x5d4d10[_0xae76eb(0x156)](nestedKeyValue,_0x244928[_0xae76eb(0x114)]()[_0xae76eb(0x151)](),[_0x5d4d10['MdZwa'],_0x5d4d10[_0xae76eb(0x119)],_0x5d4d10['qswSD']])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x35716e||_0x5d4d10['ReSzt'](_0x35716e,''))return _0xd5d4ca;const _0x496d45=_0xd5d4ca[_0xae76eb(0x104)]('/')?_0xd5d4ca:_0x5d4d10[_0xae76eb(0x153)](_0xd5d4ca,'/');return new URL(_0x35716e,_0x496d45)[_0xae76eb(0x120)]();}static[a53_0x3f3f74(0x116)](_0xec4db7){const _0x5b1ba5=a53_0x3f3f74,_0xa5be3a={'doiuG':function(_0x1627b5){return _0x1627b5();},'kQVeR':function(_0xe148f1,_0x252bc5,_0x5c5ba0){return _0xe148f1(_0x252bc5,_0x5c5ba0);},'Sgsgp':'apis','yTsPf':_0x5b1ba5(0x106),'TOtcQ':_0x5b1ba5(0x136),'fPAdJ':_0x5b1ba5(0x11e),'MSdix':function(_0x1c7eb2,_0xd3dd4d){return _0x1c7eb2===_0xd3dd4d;},'gWKbv':function(_0x30f96c,_0x7223da){return _0x30f96c+_0x7223da;},'WyJte':_0x5b1ba5(0x13a)},_0x4f070d=_0xa5be3a[_0x5b1ba5(0x10a)](getBrowserstackCLI),_0x333a9d=_0xa5be3a[_0x5b1ba5(0x139)](nestedKeyValue,_0x4f070d[_0x5b1ba5(0x114)]()['getConfig'](),[_0xa5be3a[_0x5b1ba5(0x11c)],_0xa5be3a[_0x5b1ba5(0x14a)],_0xa5be3a['TOtcQ']]),_0x581505=(_0x333a9d?_0x333a9d[_0x5b1ba5(0x12b)](/^https:/,_0xa5be3a[_0x5b1ba5(0x13c)]):null)||constants[_0x5b1ba5(0x15a)];let _0x479169;if(!_0xec4db7||_0xa5be3a['MSdix'](_0xec4db7,''))_0x479169=_0x581505;else{const _0x4755c1=_0x581505['endsWith']('/')?_0x581505:_0xa5be3a['gWKbv'](_0x581505,'/');_0x479169=new URL(_0xec4db7,_0x4755c1)[_0x5b1ba5(0x120)]();}return!_0x479169['endsWith'](_0xa5be3a['WyJte'])&&(_0x479169+=_0xa5be3a[_0x5b1ba5(0x152)]),_0x479169;}}module[a53_0x3f3f74(0x112)]=APIUtilityMethods;
@@ -1 +1 @@
1
- function a54_0x4003(){const _0x292028=['replace','1194966TzPwUT','[ClientTroubleShootingService]\x20','toString','reportProcessInterruptionSituation','keys','base64','1223154jLICgs','gkGky','reportConflictingEnvVarIssue','{ERROR_CODES}','errorMessage','ssl\x20cert\x20issue','error','UEakm','216XbTMfE','isArray','Conflicting\x20Env\x20Var\x20details\x20not\x20found','logError','Hveuu','getDocumentationLink','warn','744222MIZdjF','reportClientTroubleshootingError','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','reportDotBrowserStackFolderNotAccessibleIssue','reportSSLCertIssue','object','qcHTo','errorCodes','size','isRunning','PNXOs','Error\x20in\x20getting\x20error\x20details\x20for\x20','HWIjH','vaMjt','vGGRt','getErrorCodes','getErrorCode','EvXBK','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getErrorDetails','aihcB','../v2/browserstackCLI','YBlsq','OfLAf','sEjAw','getAggregatedErrorCodes','documentationLink','NDzuq','UHQXn','logSituation','5874920EhjPTA','qrRYy','join','Process\x20Interruption\x20details\x20not\x20found:','winstonLogger','checkForErrorsOccuredInCLI','errorCode','{ENV_VAR}','174360aoZGyr','GZlhK','./constants','cachedErrorCodes','reportSessionLinkingIssue','Connectivity\x20Issue\x20details\x20not\x20found','HWTAM','duuHw','StEHm','finalErrorMessage','getSuccess','4508665LucbWw','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','LRTUE','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','errorCodesOccurredWhenCLINotRunning','ovmkA','stringify','HHsJD','OiesK','reportFinalDetectionState','tzTZY','from','wxWQx','64285LeRGxD','SpwOh','length','CLIENT_TROUBLESHOOTING_HASH','errorCodesOccurredInCLI','oaKgH','getFinalErrorMessage','LsknW','YEmLD','getInstance','MdpyF','.browserstack\x20folder\x20not\x20accessible','add','getErrorMessage','getCachedErrorCodes','1sVeGZw','parse','gPRYq'];a54_0x4003=function(){return _0x292028;};return a54_0x4003();}const a54_0x25d3c2=a54_0x4034;(function(_0x15a5ae,_0x33c47e){const _0x1b11f3=a54_0x4034,_0x3d452c=_0x15a5ae();while(!![]){try{const _0x49663c=parseInt(_0x1b11f3(0x1f7))/0x1*(-parseInt(_0x1b11f3(0x1d0))/0x2)+-parseInt(_0x1b11f3(0x1aa))/0x3+-parseInt(_0x1b11f3(0x209))/0x4*(-parseInt(_0x1b11f3(0x1e8))/0x5)+-parseInt(_0x1b11f3(0x1fb))/0x6+-parseInt(_0x1b11f3(0x1db))/0x7+parseInt(_0x1b11f3(0x1c8))/0x8+parseInt(_0x1b11f3(0x201))/0x9;if(_0x49663c===_0x33c47e)break;else _0x3d452c['push'](_0x3d452c['shift']());}catch(_0x4aeb65){_0x3d452c['push'](_0x3d452c['shift']());}}}(a54_0x4003,0x5e3f7));const logger=require('../../helpers/logger')[a54_0x25d3c2(0x1cc)],BrowserstackCLI=require(a54_0x25d3c2(0x1bf)),GrpcClient=require('../v2/grpcClient'),constants=require(a54_0x25d3c2(0x1d2));class ClientTroubleShootingService{static [a54_0x25d3c2(0x1d3)]=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async[a54_0x25d3c2(0x1bd)](_0x22f884){const _0x2c592b=a54_0x25d3c2,_0x2abf07={};_0x2abf07[_0x2c592b(0x1be)]=function(_0x589881,_0x140b96){return _0x589881!==_0x140b96;};const _0x573be6=_0x2abf07;try{if(BrowserstackCLI['getInstance']()[_0x2c592b(0x1b3)]()){const _0x75b1e7=await GrpcClient[_0x2c592b(0x1f1)]()[_0x2c592b(0x1ab)](_0x22f884);if(_0x573be6['aihcB'](_0x75b1e7,null)&&_0x75b1e7[_0x2c592b(0x1da)]())return{'errorCode':_0x75b1e7[_0x2c592b(0x1ba)](),'errorMessage':_0x75b1e7[_0x2c592b(0x1f5)]()};return{};}}catch(_0x43e36c){return this['logError'](_0x2c592b(0x1b5)+_0x22f884+':',_0x43e36c),{};}}static async[a54_0x25d3c2(0x1c3)](){const _0x53316f=a54_0x25d3c2,_0x2c47d9={};_0x2c47d9[_0x53316f(0x1e0)]=function(_0x1058ef,_0x488f4d){return _0x1058ef!==_0x488f4d;},_0x2c47d9[_0x53316f(0x1c9)]=_0x53316f(0x200),_0x2c47d9[_0x53316f(0x1f0)]=_0x53316f(0x1de);const _0x5b7727=_0x2c47d9;try{if(BrowserstackCLI[_0x53316f(0x1f1)]()[_0x53316f(0x1b3)]()){const _0xa42a7f=await GrpcClient[_0x53316f(0x1f1)]()['getAggregatedClientTroubleshootingErrors']();if(_0x5b7727['ovmkA'](_0xa42a7f,null)&&_0xa42a7f[_0x53316f(0x1da)]()){const _0x4a7972=Buffer[_0x53316f(0x1e6)](_0xa42a7f[_0x53316f(0x1b9)](),_0x5b7727[_0x53316f(0x1c9)])[_0x53316f(0x1fd)](),_0x39ed4f=_0x4a7972?JSON[_0x53316f(0x1f8)](_0x4a7972):[],_0x4bbaeb=_0xa42a7f[_0x53316f(0x1a8)](),_0x1878fc=_0xa42a7f[_0x53316f(0x1ee)](),_0x3ef2d0=Buffer[_0x53316f(0x1e6)](_0xa42a7f['getErrorCodesOccurredInCli'](),_0x5b7727[_0x53316f(0x1c9)])[_0x53316f(0x1fd)](),_0x4ec27b=_0x3ef2d0?JSON[_0x53316f(0x1f8)](_0x3ef2d0):[],_0x592064={};return _0x592064[_0x53316f(0x1b1)]=_0x39ed4f,_0x592064[_0x53316f(0x1c4)]=_0x4bbaeb,_0x592064[_0x53316f(0x1d9)]=_0x1878fc,_0x592064[_0x53316f(0x1ec)]=_0x4ec27b,_0x592064;}const _0x52d804={};return _0x52d804[_0x53316f(0x1b1)]=[],_0x52d804[_0x53316f(0x1c4)]='',_0x52d804[_0x53316f(0x1d9)]='',_0x52d804[_0x53316f(0x1ec)]=[],_0x52d804;}const _0x5bac38={};return _0x5bac38[_0x53316f(0x1b1)]=[],_0x5bac38['documentationLink']='',_0x5bac38[_0x53316f(0x1d9)]='',_0x5bac38[_0x53316f(0x1ec)]=[],_0x5bac38;}catch(_0x343afe){this[_0x53316f(0x1a6)](_0x5b7727[_0x53316f(0x1f0)],_0x343afe);const _0x489601={};return _0x489601[_0x53316f(0x1b1)]=[],_0x489601[_0x53316f(0x1c4)]='',_0x489601[_0x53316f(0x1d9)]='',_0x489601['errorCodesOccurredInCLI']=[],_0x489601;}}static[a54_0x25d3c2(0x1c7)](_0xb0f5a4,_0x2bfc7c){const _0x4d3216=a54_0x25d3c2;logger[_0x4d3216(0x1a9)](_0xb0f5a4+':\x20'+_0x2bfc7c);}static[a54_0x25d3c2(0x1cd)](_0x3006c6){const _0x54787b=a54_0x25d3c2,_0x5839bc={};_0x5839bc[_0x54787b(0x1f9)]=function(_0xf0fb46,_0x3c604f){return _0xf0fb46!=_0x3c604f;},_0x5839bc['SpwOh']=function(_0x4455b6,_0x11df69){return _0x4455b6!=_0x11df69;},_0x5839bc[_0x54787b(0x1b8)]=function(_0x483b1d,_0x55cd76){return _0x483b1d>_0x55cd76;},_0x5839bc[_0x54787b(0x1d6)]=function(_0x24659d,_0x448c5e){return _0x24659d!=_0x448c5e;};const _0x38bb97=_0x5839bc,_0x3659fa=[];if(_0x38bb97[_0x54787b(0x1f9)](_0x3006c6,null)&&_0x38bb97[_0x54787b(0x1e9)](_0x3006c6[_0x54787b(0x1ec)],null)&&_0x38bb97[_0x54787b(0x1b8)](_0x3006c6[_0x54787b(0x1ec)][_0x54787b(0x1ea)],0x0))for(const _0x47f6a4 of _0x3006c6[_0x54787b(0x1ec)]){_0x38bb97[_0x54787b(0x1d6)](_0x47f6a4[_0x54787b(0x1ce)],null)&&_0x38bb97[_0x54787b(0x1e9)](_0x47f6a4[_0x54787b(0x205)],null)&&(_0x3659fa['push'](_0x47f6a4[_0x54787b(0x1ce)]),this[_0x54787b(0x1c7)](_0x47f6a4[_0x54787b(0x1ce)],_0x47f6a4['errorMessage']));}return _0x3659fa;}static[a54_0x25d3c2(0x1f6)](){return this['cachedErrorCodes'];}static['logError'](_0x177a67,_0x1f6795){const _0xc39ba7=a54_0x25d3c2,_0x42271d={};_0x42271d[_0xc39ba7(0x1b4)]=function(_0x3e394f,_0x153661){return _0x3e394f===_0x153661;},_0x42271d[_0xc39ba7(0x1d1)]=_0xc39ba7(0x1af);const _0x567877=_0x42271d;if(_0x567877['PNXOs'](typeof _0x1f6795,_0x567877[_0xc39ba7(0x1d1)]))try{logger[_0xc39ba7(0x207)](_0xc39ba7(0x1fc)+_0x177a67+'\x20'+JSON[_0xc39ba7(0x1e1)](_0x1f6795));}catch(_0x8702b2){logger[_0xc39ba7(0x207)](_0xc39ba7(0x1fc)+_0x177a67+'\x20'+_0x1f6795);}else logger['error'](_0xc39ba7(0x1fc)+_0x177a67+'\x20'+_0x1f6795);}static async[a54_0x25d3c2(0x1fe)](_0x4e3506){const _0xe19179=a54_0x25d3c2,_0x17c314={};_0x17c314['gkGky']='Process\x20Interruption',_0x17c314[_0xe19179(0x1d7)]=function(_0x128e61,_0x2c50d0){return _0x128e61===_0x2c50d0;},_0x17c314['vaMjt']=_0xe19179(0x1cb),_0x17c314[_0xe19179(0x1c1)]='{SIGNAL}';const _0x597be0=_0x17c314,_0x4338ca=await this['getErrorDetails'](_0x597be0[_0xe19179(0x202)]);if(_0x597be0[_0xe19179(0x1d7)](Object[_0xe19179(0x1ff)](_0x4338ca)[_0xe19179(0x1ea)],0x0)){this['logError'](_0x597be0[_0xe19179(0x1b7)],_0x4338ca);return;}this['logSituation'](_0x4338ca[_0xe19179(0x1ce)],_0x4338ca[_0xe19179(0x205)][_0xe19179(0x1fa)](_0x597be0[_0xe19179(0x1c1)],_0x4e3506));}static async[a54_0x25d3c2(0x1d4)](){const _0x45772=a54_0x25d3c2,_0xfe9c7b={};_0xfe9c7b[_0x45772(0x1c2)]='Session\x20Linking\x20Issue',_0xfe9c7b[_0x45772(0x1c5)]=function(_0x3ded0b,_0xea4bcb){return _0x3ded0b===_0xea4bcb;},_0xfe9c7b[_0x45772(0x1ef)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x1fbcec=_0xfe9c7b,_0x1ea319=await this['getErrorDetails'](_0x1fbcec[_0x45772(0x1c2)]);if(_0x1fbcec[_0x45772(0x1c5)](Object[_0x45772(0x1ff)](_0x1ea319)[_0x45772(0x1ea)],0x0)){this[_0x45772(0x1a6)](_0x1fbcec[_0x45772(0x1ef)],_0x1ea319);return;}this[_0x45772(0x1c7)](_0x1ea319['errorCode'],_0x1ea319[_0x45772(0x205)]);}static async['reportConnectivityIssue'](){const _0x21c5d3=a54_0x25d3c2,_0x442dde={};_0x442dde[_0x21c5d3(0x1dd)]='browserstack\x20cloud\x20not\x20reachable',_0x442dde[_0x21c5d3(0x1b6)]=function(_0x3396ef,_0x1606dd){return _0x3396ef===_0x1606dd;},_0x442dde['tzTZY']=_0x21c5d3(0x1d5);const _0x15d2a8=_0x442dde,_0x5b535d=await this['getErrorDetails'](_0x15d2a8[_0x21c5d3(0x1dd)]);if(_0x15d2a8[_0x21c5d3(0x1b6)](Object[_0x21c5d3(0x1ff)](_0x5b535d)[_0x21c5d3(0x1ea)],0x0)){this[_0x21c5d3(0x1a6)](_0x15d2a8[_0x21c5d3(0x1e5)],_0x5b535d);return;}this[_0x21c5d3(0x1c7)](_0x5b535d[_0x21c5d3(0x1ce)],_0x5b535d['errorMessage']);}static async[a54_0x25d3c2(0x1ae)](){const _0x52bd3b=a54_0x25d3c2,_0x28ff5c={};_0x28ff5c['JiZeq']=_0x52bd3b(0x206),_0x28ff5c[_0x52bd3b(0x1c6)]=function(_0x439af3,_0x2cfc15){return _0x439af3===_0x2cfc15;},_0x28ff5c[_0x52bd3b(0x1d8)]=_0x52bd3b(0x1dc);const _0x45f7cb=_0x28ff5c,_0x11e57e=await this[_0x52bd3b(0x1bd)](_0x45f7cb['JiZeq']);if(_0x45f7cb[_0x52bd3b(0x1c6)](Object[_0x52bd3b(0x1ff)](_0x11e57e)[_0x52bd3b(0x1ea)],0x0)){this[_0x52bd3b(0x1a6)](_0x45f7cb[_0x52bd3b(0x1d8)],_0x11e57e);return;}this[_0x52bd3b(0x1c7)](_0x11e57e['errorCode'],_0x11e57e[_0x52bd3b(0x205)]);}static[a54_0x25d3c2(0x1ad)](){const _0x44ab1b=a54_0x25d3c2,_0x52180c={};_0x52180c[_0x44ab1b(0x1b0)]=_0x44ab1b(0x1f3),_0x52180c['HHsJD']=function(_0x309f75,_0x255dc2){return _0x309f75===_0x255dc2;},_0x52180c[_0x44ab1b(0x1e3)]=_0x44ab1b(0x1ac);const _0x38c8f9=_0x52180c,_0x3354b0=constants[_0x44ab1b(0x1eb)][_0x38c8f9[_0x44ab1b(0x1b0)]];if(_0x38c8f9[_0x44ab1b(0x1e2)](Object[_0x44ab1b(0x1ff)](_0x3354b0)[_0x44ab1b(0x1ea)],0x0)){this[_0x44ab1b(0x1a6)](_0x38c8f9[_0x44ab1b(0x1e3)],_0x3354b0);return;}this[_0x44ab1b(0x1df)][_0x44ab1b(0x1f4)](_0x3354b0[0x0]),this[_0x44ab1b(0x1c7)](_0x3354b0[0x0],_0x3354b0[0x1]);}static async[a54_0x25d3c2(0x203)](_0x4d10dd){const _0x3c9f43=a54_0x25d3c2,_0x101977={};_0x101977['YBlsq']='conflicting\x20env\x20var\x20detected',_0x101977[_0x3c9f43(0x1ed)]=function(_0x2991a6,_0x4d9ca4){return _0x2991a6===_0x4d9ca4;},_0x101977['MdpyF']=_0x3c9f43(0x1a5),_0x101977[_0x3c9f43(0x1e7)]=_0x3c9f43(0x1cf);const _0x1f9e0e=_0x101977,_0x5a5d94=await this['getErrorDetails'](_0x1f9e0e[_0x3c9f43(0x1c0)]);if(_0x1f9e0e[_0x3c9f43(0x1ed)](Object['keys'](_0x5a5d94)[_0x3c9f43(0x1ea)],0x0)){this[_0x3c9f43(0x1a6)](_0x1f9e0e[_0x3c9f43(0x1f2)],_0x5a5d94);return;}const _0x5a114c=_0x5a5d94[_0x3c9f43(0x205)]['replace'](_0x1f9e0e[_0x3c9f43(0x1e7)],_0x4d10dd);this[_0x3c9f43(0x1c7)](_0x5a5d94[_0x3c9f43(0x1ce)],_0x5a114c);}static async[a54_0x25d3c2(0x1e4)](){const _0x4a86c1=a54_0x25d3c2,_0x2b9582={};_0x2b9582[_0x4a86c1(0x1bb)]=function(_0x4e8249,_0x38537a){return _0x4e8249>_0x38537a;},_0x2b9582[_0x4a86c1(0x208)]=_0x4a86c1(0x204),_0x2b9582[_0x4a86c1(0x1a7)]=_0x4a86c1(0x1bc);const _0x403ecb=_0x2b9582,_0x20f569=await this['getAggregatedErrorCodes'](),_0x1c8d0e=this[_0x4a86c1(0x1cd)](_0x20f569),_0x1c8939=Array[_0x4a86c1(0x1a4)](_0x20f569[_0x4a86c1(0x1b1)])?_0x20f569['errorCodes']:[],_0x27c68c=_0x403ecb['EvXBK'](this[_0x4a86c1(0x1df)][_0x4a86c1(0x1b2)],0x0)?Array[_0x4a86c1(0x1e6)](this['errorCodesOccurredWhenCLINotRunning']):[],_0x433c72=new Set([..._0x1c8939,..._0x1c8d0e,..._0x27c68c]),_0x5bb416=Array[_0x4a86c1(0x1e6)](_0x433c72);if(_0x403ecb['EvXBK'](_0x5bb416[_0x4a86c1(0x1ea)],0x0)){const _0x382c1c=_0x20f569[_0x4a86c1(0x1d9)][_0x4a86c1(0x1fa)](_0x403ecb[_0x4a86c1(0x208)],_0x5bb416[_0x4a86c1(0x1ca)](',\x20'))[_0x4a86c1(0x1fa)](_0x403ecb[_0x4a86c1(0x1a7)],_0x20f569[_0x4a86c1(0x1c4)]);logger[_0x4a86c1(0x1a9)](_0x382c1c),this[_0x4a86c1(0x1d3)]=_0x5bb416;}}}function a54_0x4034(_0x20b51c,_0x3e89c0){const _0x400334=a54_0x4003();return a54_0x4034=function(_0x40345c,_0x49ca04){_0x40345c=_0x40345c-0x1a4;let _0x58c3d5=_0x400334[_0x40345c];return _0x58c3d5;},a54_0x4034(_0x20b51c,_0x3e89c0);}module['exports']=ClientTroubleShootingService;
1
+ const a54_0x3702f1=a54_0x1535;function a54_0x1535(_0x29ab4c,_0x19649b){const _0x517639=a54_0x5176();return a54_0x1535=function(_0x153500,_0x2ca79c){_0x153500=_0x153500-0x1c4;let _0x55ec09=_0x517639[_0x153500];return _0x55ec09;},a54_0x1535(_0x29ab4c,_0x19649b);}(function(_0x5d3db1,_0x10961f){const _0x4a3a9c=a54_0x1535,_0x77347d=_0x5d3db1();while(!![]){try{const _0x557b64=parseInt(_0x4a3a9c(0x1e1))/0x1+parseInt(_0x4a3a9c(0x1f0))/0x2*(parseInt(_0x4a3a9c(0x1fa))/0x3)+-parseInt(_0x4a3a9c(0x1cb))/0x4*(parseInt(_0x4a3a9c(0x215))/0x5)+-parseInt(_0x4a3a9c(0x223))/0x6+parseInt(_0x4a3a9c(0x20b))/0x7+-parseInt(_0x4a3a9c(0x1cc))/0x8+parseInt(_0x4a3a9c(0x202))/0x9;if(_0x557b64===_0x10961f)break;else _0x77347d['push'](_0x77347d['shift']());}catch(_0x86c993){_0x77347d['push'](_0x77347d['shift']());}}}(a54_0x5176,0x43a6e));const logger=require(a54_0x3702f1(0x222))[a54_0x3702f1(0x21d)],BrowserstackCLI=require(a54_0x3702f1(0x1d4)),GrpcClient=require(a54_0x3702f1(0x20c)),constants=require(a54_0x3702f1(0x1ec));class ClientTroubleShootingService{static [a54_0x3702f1(0x208)]=null;static [a54_0x3702f1(0x1d8)]=new Set();static async['getErrorDetails'](_0x23f682){const _0x58968a=a54_0x3702f1,_0x391a24={};_0x391a24['inOey']=function(_0x4c0b6f,_0x5891a7){return _0x4c0b6f!==_0x5891a7;};const _0x8c608a=_0x391a24;try{if(BrowserstackCLI[_0x58968a(0x218)]()['isRunning']()){const _0x3b6821=await GrpcClient[_0x58968a(0x218)]()[_0x58968a(0x21c)](_0x23f682);if(_0x8c608a[_0x58968a(0x1c6)](_0x3b6821,null)&&_0x3b6821[_0x58968a(0x1fe)]())return{'errorCode':_0x3b6821['getErrorCode'](),'errorMessage':_0x3b6821[_0x58968a(0x1cf)]()};return{};}}catch(_0x361ffd){return this['logError']('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x23f682+':',_0x361ffd),{};}}static async[a54_0x3702f1(0x203)](){const _0x19d1a3=a54_0x3702f1,_0x399dcf={};_0x399dcf['waUQt']=function(_0x10311c,_0x148f5b){return _0x10311c!==_0x148f5b;},_0x399dcf[_0x19d1a3(0x1dd)]=_0x19d1a3(0x1f8),_0x399dcf[_0x19d1a3(0x1de)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x4ab0da=_0x399dcf;try{if(BrowserstackCLI[_0x19d1a3(0x218)]()['isRunning']()){const _0x3670d8=await GrpcClient[_0x19d1a3(0x218)]()['getAggregatedClientTroubleshootingErrors']();if(_0x4ab0da[_0x19d1a3(0x21f)](_0x3670d8,null)&&_0x3670d8[_0x19d1a3(0x1fe)]()){const _0x34e363=Buffer[_0x19d1a3(0x1cd)](_0x3670d8[_0x19d1a3(0x1c7)](),_0x4ab0da[_0x19d1a3(0x1dd)])['toString'](),_0x565ca3=_0x34e363?JSON[_0x19d1a3(0x219)](_0x34e363):[],_0x524069=_0x3670d8[_0x19d1a3(0x1c5)](),_0x50267f=_0x3670d8['getFinalErrorMessage'](),_0x20c429=Buffer[_0x19d1a3(0x1cd)](_0x3670d8['getErrorCodesOccurredInCli'](),_0x4ab0da['IPvff'])[_0x19d1a3(0x1d9)](),_0x29e798=_0x20c429?JSON['parse'](_0x20c429):[],_0x4474bf={};return _0x4474bf[_0x19d1a3(0x201)]=_0x565ca3,_0x4474bf[_0x19d1a3(0x206)]=_0x524069,_0x4474bf[_0x19d1a3(0x1c4)]=_0x50267f,_0x4474bf['errorCodesOccurredInCLI']=_0x29e798,_0x4474bf;}const _0x9e5837={};return _0x9e5837[_0x19d1a3(0x201)]=[],_0x9e5837[_0x19d1a3(0x206)]='',_0x9e5837[_0x19d1a3(0x1c4)]='',_0x9e5837['errorCodesOccurredInCLI']=[],_0x9e5837;}const _0x1c212f={};return _0x1c212f['errorCodes']=[],_0x1c212f[_0x19d1a3(0x206)]='',_0x1c212f[_0x19d1a3(0x1c4)]='',_0x1c212f['errorCodesOccurredInCLI']=[],_0x1c212f;}catch(_0xb8c5f9){this['logError'](_0x4ab0da['cQboO'],_0xb8c5f9);const _0x15e709={};return _0x15e709['errorCodes']=[],_0x15e709['documentationLink']='',_0x15e709['finalErrorMessage']='',_0x15e709['errorCodesOccurredInCLI']=[],_0x15e709;}}static[a54_0x3702f1(0x1f1)](_0xb50a37,_0x4041aa){const _0x2adb1d=a54_0x3702f1;logger[_0x2adb1d(0x207)](_0xb50a37+':\x20'+_0x4041aa);}static[a54_0x3702f1(0x20d)](_0x302264){const _0x34f063=a54_0x3702f1,_0x1222ef={};_0x1222ef[_0x34f063(0x212)]=function(_0x53790c,_0x5ee6e2){return _0x53790c!=_0x5ee6e2;},_0x1222ef[_0x34f063(0x217)]=function(_0x100e87,_0x39a118){return _0x100e87>_0x39a118;},_0x1222ef[_0x34f063(0x209)]=function(_0x493379,_0x2d049b){return _0x493379!=_0x2d049b;};const _0xe3fbb8=_0x1222ef,_0x41343d=[];if(_0xe3fbb8[_0x34f063(0x212)](_0x302264,null)&&_0xe3fbb8['zzVPg'](_0x302264[_0x34f063(0x21e)],null)&&_0xe3fbb8[_0x34f063(0x217)](_0x302264['errorCodesOccurredInCLI']['length'],0x0))for(const _0x18d4ca of _0x302264[_0x34f063(0x21e)]){_0xe3fbb8[_0x34f063(0x209)](_0x18d4ca[_0x34f063(0x1e9)],null)&&_0xe3fbb8[_0x34f063(0x209)](_0x18d4ca[_0x34f063(0x20a)],null)&&(_0x41343d[_0x34f063(0x1ca)](_0x18d4ca[_0x34f063(0x1e9)]),this[_0x34f063(0x1f1)](_0x18d4ca[_0x34f063(0x1e9)],_0x18d4ca[_0x34f063(0x20a)]));}return _0x41343d;}static[a54_0x3702f1(0x1fb)](){return this['cachedErrorCodes'];}static[a54_0x3702f1(0x1d5)](_0x36d404,_0x38852d){const _0x3ed52f=a54_0x3702f1,_0x4cb751={};_0x4cb751['rneun']=function(_0x6d2069,_0x3be8fd){return _0x6d2069===_0x3be8fd;},_0x4cb751[_0x3ed52f(0x1d0)]='object';const _0x2a0bee=_0x4cb751;if(_0x2a0bee[_0x3ed52f(0x1ea)](typeof _0x38852d,_0x2a0bee[_0x3ed52f(0x1d0)]))try{logger[_0x3ed52f(0x1dc)](_0x3ed52f(0x20e)+_0x36d404+'\x20'+JSON['stringify'](_0x38852d));}catch(_0x34263e){logger[_0x3ed52f(0x1dc)]('[ClientTroubleShootingService]\x20'+_0x36d404+'\x20'+_0x38852d);}else logger[_0x3ed52f(0x1dc)]('[ClientTroubleShootingService]\x20'+_0x36d404+'\x20'+_0x38852d);}static async[a54_0x3702f1(0x1fd)](_0x4c1889){const _0xf622b9=a54_0x3702f1,_0x239d52={};_0x239d52[_0xf622b9(0x204)]=_0xf622b9(0x1d1),_0x239d52[_0xf622b9(0x1e4)]=function(_0x5485f3,_0x326f5f){return _0x5485f3===_0x326f5f;},_0x239d52[_0xf622b9(0x1f7)]=_0xf622b9(0x21b),_0x239d52[_0xf622b9(0x1d3)]=_0xf622b9(0x1ce);const _0x7af51d=_0x239d52,_0x136dc2=await this['getErrorDetails'](_0x7af51d['VRVSv']);if(_0x7af51d[_0xf622b9(0x1e4)](Object['keys'](_0x136dc2)[_0xf622b9(0x1f2)],0x0)){this['logError'](_0x7af51d['PwcSz'],_0x136dc2);return;}this[_0xf622b9(0x1f1)](_0x136dc2[_0xf622b9(0x1e9)],_0x136dc2['errorMessage'][_0xf622b9(0x1e6)](_0x7af51d[_0xf622b9(0x1d3)],_0x4c1889));}static async[a54_0x3702f1(0x221)](){const _0x20eec5=a54_0x3702f1,_0x16b982={};_0x16b982[_0x20eec5(0x1e2)]=_0x20eec5(0x213),_0x16b982[_0x20eec5(0x1eb)]=function(_0x20548a,_0x1c8d47){return _0x20548a===_0x1c8d47;},_0x16b982[_0x20eec5(0x1e7)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x26c2b7=_0x16b982,_0x482ab4=await this[_0x20eec5(0x211)](_0x26c2b7[_0x20eec5(0x1e2)]);if(_0x26c2b7[_0x20eec5(0x1eb)](Object['keys'](_0x482ab4)[_0x20eec5(0x1f2)],0x0)){this[_0x20eec5(0x1d5)](_0x26c2b7[_0x20eec5(0x1e7)],_0x482ab4);return;}this[_0x20eec5(0x1f1)](_0x482ab4[_0x20eec5(0x1e9)],_0x482ab4[_0x20eec5(0x20a)]);}static async[a54_0x3702f1(0x1ed)](){const _0x157d9b=a54_0x3702f1,_0x1a01e5={};_0x1a01e5[_0x157d9b(0x1c8)]=_0x157d9b(0x1c9),_0x1a01e5[_0x157d9b(0x1d7)]=function(_0x321e0a,_0x49888b){return _0x321e0a===_0x49888b;},_0x1a01e5[_0x157d9b(0x1f4)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x5def25=_0x1a01e5,_0x118f62=await this[_0x157d9b(0x211)](_0x5def25['jimbM']);if(_0x5def25[_0x157d9b(0x1d7)](Object['keys'](_0x118f62)['length'],0x0)){this['logError'](_0x5def25[_0x157d9b(0x1f4)],_0x118f62);return;}this['logSituation'](_0x118f62[_0x157d9b(0x1e9)],_0x118f62[_0x157d9b(0x20a)]);}static async['reportSSLCertIssue'](){const _0x53fe17=a54_0x3702f1,_0x4a2f81={};_0x4a2f81['ZwWwL']=_0x53fe17(0x224),_0x4a2f81[_0x53fe17(0x1e5)]=function(_0x2bc04b,_0x164ef8){return _0x2bc04b===_0x164ef8;},_0x4a2f81['Pctla']=_0x53fe17(0x1d2);const _0xeb470b=_0x4a2f81,_0x484d7e=await this['getErrorDetails'](_0xeb470b[_0x53fe17(0x1f6)]);if(_0xeb470b['TGeJw'](Object[_0x53fe17(0x214)](_0x484d7e)[_0x53fe17(0x1f2)],0x0)){this[_0x53fe17(0x1d5)](_0xeb470b['Pctla'],_0x484d7e);return;}this['logSituation'](_0x484d7e[_0x53fe17(0x1e9)],_0x484d7e[_0x53fe17(0x20a)]);}static[a54_0x3702f1(0x20f)](){const _0x5d30d9=a54_0x3702f1,_0x1ebadb={};_0x1ebadb[_0x5d30d9(0x1d6)]=_0x5d30d9(0x1e0),_0x1ebadb[_0x5d30d9(0x200)]=function(_0x141507,_0x71a01){return _0x141507===_0x71a01;},_0x1ebadb[_0x5d30d9(0x216)]=_0x5d30d9(0x1da);const _0x519f29=_0x1ebadb,_0xde850e=constants[_0x5d30d9(0x1f9)][_0x519f29['AtfaQ']];if(_0x519f29['blwkd'](Object['keys'](_0xde850e)['length'],0x0)){this[_0x5d30d9(0x1d5)](_0x519f29[_0x5d30d9(0x216)],_0xde850e);return;}this[_0x5d30d9(0x1d8)][_0x5d30d9(0x1ef)](_0xde850e[0x0]),this[_0x5d30d9(0x1f1)](_0xde850e[0x0],_0xde850e[0x1]);}static async['reportConflictingEnvVarIssue'](_0x44835a){const _0x486a60=a54_0x3702f1,_0x8b1e6a={};_0x8b1e6a[_0x486a60(0x1df)]='conflicting\x20env\x20var\x20detected',_0x8b1e6a[_0x486a60(0x1e3)]=function(_0x4d5b02,_0x286f96){return _0x4d5b02===_0x286f96;},_0x8b1e6a['PUqrZ']=_0x486a60(0x205),_0x8b1e6a[_0x486a60(0x1ee)]=_0x486a60(0x220);const _0x294789=_0x8b1e6a,_0xef3256=await this['getErrorDetails'](_0x294789['iaPwO']);if(_0x294789['mRyTj'](Object[_0x486a60(0x214)](_0xef3256)[_0x486a60(0x1f2)],0x0)){this['logError'](_0x294789[_0x486a60(0x21a)],_0xef3256);return;}const _0x129501=_0xef3256[_0x486a60(0x20a)][_0x486a60(0x1e6)](_0x294789[_0x486a60(0x1ee)],_0x44835a);this['logSituation'](_0xef3256[_0x486a60(0x1e9)],_0x129501);}static async['reportFinalDetectionState'](){const _0x2ca25b=a54_0x3702f1,_0x5509f3={};_0x5509f3['IYiKf']=function(_0x57eaeb,_0xe6cb52){return _0x57eaeb>_0xe6cb52;},_0x5509f3[_0x2ca25b(0x1ff)]=_0x2ca25b(0x1db),_0x5509f3['tcTvg']=_0x2ca25b(0x210);const _0x34bc34=_0x5509f3,_0x394f01=await this['getAggregatedErrorCodes'](),_0x5e9304=this[_0x2ca25b(0x20d)](_0x394f01),_0x2af768=Array[_0x2ca25b(0x1f5)](_0x394f01[_0x2ca25b(0x201)])?_0x394f01[_0x2ca25b(0x201)]:[],_0x3ce8b5=_0x34bc34[_0x2ca25b(0x1f3)](this[_0x2ca25b(0x1d8)]['size'],0x0)?Array[_0x2ca25b(0x1cd)](this[_0x2ca25b(0x1d8)]):[],_0x3b222f=new Set([..._0x2af768,..._0x5e9304,..._0x3ce8b5]),_0x29b5d0=Array[_0x2ca25b(0x1cd)](_0x3b222f);if(_0x34bc34[_0x2ca25b(0x1f3)](_0x29b5d0['length'],0x0)){const _0x5d7ca1=_0x394f01[_0x2ca25b(0x1c4)][_0x2ca25b(0x1e6)](_0x34bc34[_0x2ca25b(0x1ff)],_0x29b5d0[_0x2ca25b(0x1fc)](',\x20'))['replace'](_0x34bc34[_0x2ca25b(0x1e8)],_0x394f01['documentationLink']);logger[_0x2ca25b(0x207)](_0x5d7ca1),this[_0x2ca25b(0x208)]=_0x29b5d0;}}}function a54_0x5176(){const _0xf80c87=['Okjps','uudFq','getInstance','parse','PUqrZ','Process\x20Interruption\x20details\x20not\x20found:','reportClientTroubleshootingError','winstonLogger','errorCodesOccurredInCLI','waUQt','{ENV_VAR}','reportSessionLinkingIssue','../../helpers/logger','2791932FOYoFN','ssl\x20cert\x20issue','finalErrorMessage','getDocumentationLink','inOey','getErrorCodes','jimbM','browserstack\x20cloud\x20not\x20reachable','push','4Kzllwu','1262800qbhRCK','from','{SIGNAL}','getErrorMessage','YgJGa','Process\x20Interruption','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','VNGrp','../v2/browserstackCLI','logError','AtfaQ','qnQBr','errorCodesOccurredWhenCLINotRunning','toString','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','{ERROR_CODES}','error','IPvff','cQboO','iaPwO','.browserstack\x20folder\x20not\x20accessible','245726HxQjbO','aCSoD','mRyTj','uJqVu','TGeJw','replace','liBwW','tcTvg','errorCode','rneun','EfxxW','./constants','reportConnectivityIssue','TSZGV','add','580SVKmJb','logSituation','length','IYiKf','aFrsW','isArray','ZwWwL','PwcSz','base64','CLIENT_TROUBLESHOOTING_HASH','2793yuuJCC','getCachedErrorCodes','join','reportProcessInterruptionSituation','getSuccess','wjypi','blwkd','errorCodes','291627ZxUQVk','getAggregatedErrorCodes','VRVSv','Conflicting\x20Env\x20Var\x20details\x20not\x20found','documentationLink','warn','cachedErrorCodes','nnyey','errorMessage','3559920dnHVtx','../v2/grpcClient','checkForErrorsOccuredInCLI','[ClientTroubleShootingService]\x20','reportDotBrowserStackFolderNotAccessibleIssue','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getErrorDetails','zzVPg','Session\x20Linking\x20Issue','keys','782025WKkCbG'];a54_0x5176=function(){return _0xf80c87;};return a54_0x5176();}module['exports']=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0x5c3033=a55_0x54bb;(function(_0x117aa3,_0x6e0a63){const _0x2fa06d=a55_0x54bb,_0x21553d=_0x117aa3();while(!![]){try{const _0xd02d0d=parseInt(_0x2fa06d(0xfb))/0x1+parseInt(_0x2fa06d(0xbe))/0x2*(parseInt(_0x2fa06d(0x160))/0x3)+-parseInt(_0x2fa06d(0x17f))/0x4*(-parseInt(_0x2fa06d(0x101))/0x5)+-parseInt(_0x2fa06d(0x129))/0x6*(-parseInt(_0x2fa06d(0xae))/0x7)+parseInt(_0x2fa06d(0xdd))/0x8+-parseInt(_0x2fa06d(0x13b))/0x9*(-parseInt(_0x2fa06d(0xf7))/0xa)+parseInt(_0x2fa06d(0x120))/0xb*(-parseInt(_0x2fa06d(0xa7))/0xc);if(_0xd02d0d===_0x6e0a63)break;else _0x21553d['push'](_0x21553d['shift']());}catch(_0x2416d8){_0x21553d['push'](_0x21553d['shift']());}}}(a55_0x172e,0x3de84));const a55_0x5a1326={};a55_0x5a1326[a55_0x5c3033(0xdb)]=a55_0x5c3033(0xef),a55_0x5a1326[a55_0x5c3033(0x161)]=a55_0x5c3033(0xde);const a55_0x46b82d={};a55_0x46b82d[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x13f);const a55_0x4535ca={};function a55_0x54bb(_0xf604bc,_0x271cb5){const _0x172e57=a55_0x172e();return a55_0x54bb=function(_0x54bbdf,_0x2eaebc){_0x54bbdf=_0x54bbdf-0xa1;let _0x203f43=_0x172e57[_0x54bbdf];return _0x203f43;},a55_0x54bb(_0xf604bc,_0x271cb5);}a55_0x4535ca[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x132);const a55_0x348229={};a55_0x348229[a55_0x5c3033(0xdb)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x11f305={};a55_0x11f305['INFO']=a55_0x5c3033(0x17e);const a55_0x2957c6={};a55_0x2957c6[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x12d);const a55_0x269991={};a55_0x269991[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x10e);const a55_0x5f3536={};a55_0x5f3536[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x180);const a55_0x15ea3e={};a55_0x15ea3e[a55_0x5c3033(0xdb)]=a55_0x5c3033(0x16c);const a55_0x22231d={};a55_0x22231d[a55_0x5c3033(0xdb)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x244365={};a55_0x244365[a55_0x5c3033(0x18e)]='Playwright',a55_0x244365['MOCHA']=a55_0x5c3033(0x168),a55_0x244365[a55_0x5c3033(0xd6)]=a55_0x5c3033(0x14f),a55_0x244365['CODECEPT']=a55_0x5c3033(0x15c),a55_0x244365[a55_0x5c3033(0x195)]=a55_0x5c3033(0xc1),a55_0x244365['CUCUMBER']=a55_0x5c3033(0xfe),a55_0x244365[a55_0x5c3033(0xb1)]=a55_0x5c3033(0xf9);function a55_0x172e(){const _0x11a516=['acceptSslCert','AI_PROXY_FAILURE','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','COMMONJS','537020GXjwjw','/usage.log','https://api.browserstack.com','codeceptjs-cucumber','HEALING_FAILURE_TIMEOUT','APP_AUTOMATE_PRODUCTS','Cucumber-JS','GLOBAL_AGENT_NO_PROXY','ERR_CONNECTION_ABORTED','customVariables','https://automation.browserstack.com','ERR_CONNECTION_REFUSED','browserstackAutomation','.aab','ERR_CONNECTION_TIMED_OUT','playwright','accessKey','AI_INIT_FAILURE','testContextOptions','invalidTestInputType','percy','FUNNEL_INSTRUMENTATION_API_URL','MODULE','wss://cdp.browserstack.com/playwright?caps=','JEST','SET_TCG_TOKEN_TIMEOUT','authToken','env','browserstack.accessKey','INFO','ERR_NAME_RESOLUTION_FAILED','1966704UWcjrf','Specify\x20--help\x20for\x20available\x20options','PLAYWRIGHT_TRACE_LOGS','framework','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','SDKTestTcgAuthFailure','automate','ieOptions','acceptSslCerts','AI_ENABLED_FRAMEWORK','APP_AUTOMATE','CONNECTIVITY_ISSUE_ERROR_CODES','PLAYWRIGHT_HUB_URL','HST','browserstack.com','unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_CONNECTION_CLOSED','parallelsPerPlatform','shows\x20version\x20information','testObservability','MOCHA','rerunTests','SDK-GEN-001','./browserstack-artifacts/','accessibilityOptions','https://automation-preprod.bsstag.com','920nBEOvM','7|9|5|0|11|12|8|3|1|6|2|10|4','vanilla','ERR_SOCKS_CONNECTION_FAILED','40209zFenin','BSTACK_DELTA','LOG_FILE_NAME','cucumber','ATS_HUB_URL_REGEX','GLOBAL_AGENT_HTTP_PROXY','5cmxYAu','staging','ATS_WSS_URL_REGEX','toLowerCase','firefoxOptions','EDS_URL','MAX_GIT_META_DATA_SIZE_IN_BYTES','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','ERR_TIMED_OUT','ERR_FAILED','ETXTBSY','logLevel','https://upload-observability-preprod.bsstag.com','Run\x20playwright\x20tests\x20on\x20Browserstack','DEBUG_LOG_FILE_NAME','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','edgeOptions','AUTOMATION_LOG_COMMANDS','localProxyPass','AUTOLOGCAPTURE_NOTIFICATION','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserstack.userName','SDKTestInvalidTcgAuthResponseWithUserImpact','ObservabilitySync','SDKTestTcgDownResponse','BROWSERSTACK_AUTOMATE_URL','TEST_REPORTING_ANALYTICS','BINARY_BUSY_ERROR_CODES','A11Y_GET_RESULTS','https://tcg.bsstag.com','^[a-zA-Z0-9_.-]*$','2277UJxwql','SDK_INSTRUMENTATION_CONFIG','preprod','REDACTED_KEYS','OBSERVABILITY_SUPPORTED_FWS','https://tcg-preprod.bsstag.com','AUTOMATE','FRAMEWORKS','https://automate-preprod.bsstag.com/dashboard/v2/builds/','2010CyiqBf','ERR_TLS_CERT_ALTNAME_INVALID','https://apidevtestops.bsstag.com','OBSERVABILITY_UPLOAD_URL','Run\x20nightwatch\x20tests\x20on\x20browserstack','strictFileInteractability','pre-prod','AUTOMATE_PRODUCTS','TCG_AUTH_TIMEOUT','Run\x20mocha\x20tests\x20on\x20browserstack','localProxyUser','Upgrade\x20required','https://observability-devtestops.bsstag.com','TEST\x20REPORTING\x20AND\x20ANALYTICS','testReportingOptions','.apk','BSTACK_ATS_URL','GIT_META_DATA_TRUNCATED','19746FTfKvJ','percyScreenshot','https://hub.browserstack.com/wd/hub','VERSION','Run\x20jest\x20tests\x20on\x20browserstack','CLI_SUPPORTED_FRAMEWORKS','ERR_CONNECTION_RESET','commonjs','proxyUrl','testObservabilityOptions','APP_UPLOAD_URL','EBUSY','self\x20signed\x20certificate','INVALID_INIT_RESP_WITH_USER_IMPACT','INTEGRATIONS','ERR_ADDRESS_UNREACHABLE','UNABLE_TO_VERIFY_LEAF_SIGNATURE','chromeOptions','browserstackLocal','acceptInsecureCerts','jest','exports','SELF_SIGNED_CERT_IN_CHAIN','BROWSERSTACK_ENV','unable\x20to\x20verify\x20the\x20first\x20certificate','UPDATED_CLI_ENDPOINT','ROOT_CAPS','https://api-preprod.bsstag.com','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','9|0|1|10|12|4|11|5|7|8|3|2|6','SSL_ERROR_MESSAGES','https://hub-preprod.bsstag.com/wd/hub','BROWSERSTACK_API_URL','codeceptjs','localOptions','CODECEPTJS','CI_ARTIFACTS_PATH','3MRQDxm','HELP','TCG_AUTH_FAILURE','Playwright','A11Y_SCAN','CERT_HAS_EXPIRED','ERR_NETWORK_CHANGED','observability','mocha','VALID_APP_EXTENSION','https://api-cloud-devtestops.bsstag.com','Mocha','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','BSTACK_URL','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','httpsProxy','BROWSERSTACK','ERR_BLOCKED_BY_CLIENT','httpProxy','https://api-cloud.browserstack.com','PRIVATE_DOMAIN_OR_IP_REGEX','proxyPassword','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','proxySettings','TCG_DOWN','turboScale','split','DEPTH_ZERO_SELF_SIGNED_CERT','TCG_URL','https://upload-observability.browserstack.com','Run\x20js\x20tests\x20on\x20browserstack','192264DVttmv','Run\x20codeceptjs\x20tests\x20on\x20browserstack','testOrchestrationOptions','ERR_NAME_NOT_RESOLVED','HUB_URL_REGEX','NUDGE_LOCAL_ERRORS','PLAYWRIGHT_CONFIG_OPTION_ERRORS','INTERNALLY_USED_ENV_VARS','app-automate','ERR_ADDRESS_INVALID','browserVersion','turboScaleOptions','userName','browserstack-ats.com','https://automate.browserstack.com/dashboard/v2/builds/','PLAYWRIGHT','platforms','browserStackLocalOptions','A11Y_SAVE_RESULTS','unhandledPromptBehavior','percyCaptureMode','NIGHTWATCH','CODECEPT_CUCUMBER','bsstag','/usage-debug.log','stag','hubUrl','https://hub-devtestops.bsstag.com/wd/hub','browserstack','https://edsstaging.bsstag.com','37704PYMKPH','percyOptions','wss://cdp-preprod.bsstag.com/playwright?caps=','testReporting','Jest','accessibility','uniqueDependency','2079XeVbDU','mandatoryDependency','HEALING_LOG_DATA_TIMEOUT','VANILLA','.browserstack\x20folder\x20not\x20accessible','UPGRADE_REQUIRED','O11Y_URL','[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.','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ROOT_REGEX','bsstag.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$'];a55_0x172e=function(){return _0x11a516;};return a55_0x172e();}const a55_0x21adca={};a55_0x21adca['invalidKeys']=a55_0x5c3033(0x157),a55_0x21adca[a55_0x5c3033(0xad)]=a55_0x5c3033(0x115),a55_0x21adca[a55_0x5c3033(0xaf)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x21adca[a55_0x5c3033(0xd1)]=a55_0x5c3033(0xb6);const a55_0x573687={};a55_0x573687[a55_0x5c3033(0xbd)]=a55_0x5c3033(0x142),a55_0x573687[a55_0x5c3033(0xd4)]='module';const a55_0x2572cd={};a55_0x2572cd[a55_0x5c3033(0x16b)]=0xfde8,a55_0x2572cd[a55_0x5c3033(0xc4)]=0xfde8,a55_0x2572cd[a55_0x5c3033(0xab)]=0x186a0;const a55_0xa37b38={};a55_0xa37b38['root']=[a55_0x5c3033(0x18b),a55_0x5c3033(0xce),a55_0x5c3033(0x172),a55_0x5c3033(0x16f),a55_0x5c3033(0xc7),a55_0x5c3033(0x116),a55_0x5c3033(0xda),a55_0x5c3033(0x175),a55_0x5c3033(0xd8),a55_0x5c3033(0x143),'browserstack.overridelocalInfo.userAuthToken'],a55_0xa37b38[a55_0x5c3033(0x190)]=['proxyUser','proxyPass',a55_0x5c3033(0x133),a55_0x5c3033(0x113)];const a55_0x48e276={};a55_0x48e276[a55_0x5c3033(0x14d)]=a55_0x5c3033(0x14d),a55_0x48e276[a55_0x5c3033(0x190)]='browserStackLocalOptions',a55_0x48e276[a55_0x5c3033(0x15d)]='browserStackLocalOptions',a55_0x48e276[a55_0x5c3033(0xee)]=a55_0x5c3033(0xee),a55_0x48e276['platforms']=a55_0x5c3033(0x18f),a55_0x48e276[a55_0x5c3033(0x10c)]=a55_0x5c3033(0x10c),a55_0x48e276[a55_0x5c3033(0x172)]=a55_0x5c3033(0x172),a55_0x48e276['httpsProxy']=a55_0x5c3033(0x16f),a55_0x48e276[a55_0x5c3033(0xe0)]=a55_0x5c3033(0xe0),a55_0x48e276[a55_0x5c3033(0xd0)]=a55_0x5c3033(0xd0),a55_0x48e276[a55_0x5c3033(0xf0)]=a55_0x5c3033(0xf0),a55_0x48e276[a55_0x5c3033(0xaa)]=a55_0x5c3033(0xaa),a55_0x48e276[a55_0x5c3033(0x144)]=a55_0x5c3033(0x144),a55_0x48e276[a55_0x5c3033(0x137)]=a55_0x5c3033(0x137),a55_0x48e276[a55_0x5c3033(0xc7)]=a55_0x5c3033(0xc7),a55_0x48e276['automation']=a55_0x5c3033(0xca),a55_0x48e276[a55_0x5c3033(0xca)]=a55_0x5c3033(0xca),a55_0x48e276[a55_0x5c3033(0xf2)]=a55_0x5c3033(0xf2),a55_0x48e276[a55_0x5c3033(0xd2)]=a55_0x5c3033(0xd2),a55_0x48e276[a55_0x5c3033(0xa8)]=a55_0x5c3033(0xa8),a55_0x48e276[a55_0x5c3033(0x193)]=a55_0x5c3033(0x193),a55_0x48e276['disableAutoCaptureLogs']='disableAutoCaptureLogs',a55_0x48e276['accessibility']=a55_0x5c3033(0xac),a55_0x48e276[a55_0x5c3033(0xf5)]='accessibilityOptions',a55_0x48e276[a55_0x5c3033(0x179)]=a55_0x5c3033(0x179),a55_0x48e276[a55_0x5c3033(0x18a)]=a55_0x5c3033(0x18a),a55_0x48e276[a55_0x5c3033(0x177)]=a55_0x5c3033(0x177),a55_0x48e276[a55_0x5c3033(0x181)]=a55_0x5c3033(0x181);const a55_0x3f6899={};a55_0x3f6899[a55_0x5c3033(0xb2)]=[a55_0x5c3033(0xf3),a55_0x5c3033(0xb5)];const a55_0x7fd4f8={};a55_0x7fd4f8[a55_0x5c3033(0x13e)]=a55_0x5a1326,a55_0x7fd4f8[a55_0x5c3033(0xd6)]=a55_0x46b82d,a55_0x7fd4f8[a55_0x5c3033(0xf1)]=a55_0x4535ca,a55_0x7fd4f8['CUCUMBER']=a55_0x348229,a55_0x7fd4f8[a55_0x5c3033(0xb1)]=a55_0x11f305,a55_0x7fd4f8[a55_0x5c3033(0x194)]=a55_0x2957c6,a55_0x7fd4f8[a55_0x5c3033(0x18e)]=a55_0x269991,a55_0x7fd4f8[a55_0x5c3033(0x15e)]=a55_0x5f3536,a55_0x7fd4f8[a55_0x5c3033(0xea)]=a55_0x15ea3e,a55_0x7fd4f8[a55_0x5c3033(0x149)]=a55_0x22231d,a55_0x7fd4f8[a55_0x5c3033(0xfc)]=0xf*0x3c*0x3e8,a55_0x7fd4f8['hubUrl']=a55_0x5c3033(0x13d),a55_0x7fd4f8[a55_0x5c3033(0x17c)]='https://tcg.browserstack.com',a55_0x7fd4f8['TCG_REGION']='use',a55_0x7fd4f8[a55_0x5c3033(0x183)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x7fd4f8[a55_0x5c3033(0xff)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x7fd4f8[a55_0x5c3033(0x103)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x7fd4f8[a55_0x5c3033(0x155)]=[a55_0x5c3033(0x14e),'pageLoadStrategy',a55_0x5c3033(0x12e),a55_0x5c3033(0x192),'timeouts','browserName',a55_0x5c3033(0x189),a55_0x5c3033(0xe5),a55_0x5c3033(0xba),a55_0x5c3033(0x14c),a55_0x5c3033(0x105),a55_0x5c3033(0x111),a55_0x5c3033(0xe4)],a55_0x7fd4f8[a55_0x5c3033(0xb7)]=/^[\w-]+:.*$/,a55_0x7fd4f8[a55_0x5c3033(0x174)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x7fd4f8['EDS_URL']='https://eds.browserstack.com',a55_0x7fd4f8[a55_0x5c3033(0x15b)]=a55_0x5c3033(0xc0),a55_0x7fd4f8[a55_0x5c3033(0x145)]=a55_0x5c3033(0x173),a55_0x7fd4f8[a55_0x5c3033(0x154)]='sdk/v1/update_cli',a55_0x7fd4f8[a55_0x5c3033(0xd3)]='sdk/v1/event',a55_0x7fd4f8[a55_0x5c3033(0x130)]=[a55_0x5c3033(0xe3),a55_0x5c3033(0x167)],a55_0x7fd4f8[a55_0x5c3033(0xc3)]=[a55_0x5c3033(0x187),a55_0x5c3033(0x167)],a55_0x7fd4f8[a55_0x5c3033(0x108)]=[a55_0x5c3033(0x167)],a55_0x7fd4f8[a55_0x5c3033(0x12c)]=a55_0x5c3033(0x17d),a55_0x7fd4f8[a55_0x5c3033(0x124)]=['mocha',a55_0x5c3033(0x163)],a55_0x7fd4f8[a55_0x5c3033(0x126)]=[a55_0x5c3033(0xe3)],a55_0x7fd4f8[a55_0x5c3033(0x11a)]=a55_0x5c3033(0x18d),a55_0x7fd4f8['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate.browserstack.com/dashboard/v2/builds/',a55_0x7fd4f8[a55_0x5c3033(0xe7)]=[a55_0x5c3033(0x187)],a55_0x7fd4f8[a55_0x5c3033(0x184)]=[a55_0x5c3033(0x10a),a55_0x5c3033(0x109),a55_0x5c3033(0x171),a55_0x5c3033(0x166),'ERR_SOCKET_NOT_CONNECTED',a55_0x5c3033(0xed),a55_0x5c3033(0x141),a55_0x5c3033(0xc9),a55_0x5c3033(0xc6),'ERR_CONNECTION_FAILED',a55_0x5c3033(0x182),a55_0x5c3033(0x188),a55_0x5c3033(0x14a),'ERR_TUNNEL_CONNECTION_FAILED',a55_0x5c3033(0xcc),a55_0x5c3033(0xfa),a55_0x5c3033(0x16e),'ERR_PROXY_CONNECTION_FAILED',a55_0x5c3033(0x182),a55_0x5c3033(0xdc),a55_0x5c3033(0x176)],a55_0x7fd4f8[a55_0x5c3033(0x169)]=[a55_0x5c3033(0x138),a55_0x5c3033(0xcb),'.ipa'],a55_0x7fd4f8['CUSTOM_ID_REGEX']=a55_0x5c3033(0x11f),a55_0x7fd4f8['SHAREABLE_ID_REGEX']=a55_0x5c3033(0xb9),a55_0x7fd4f8[a55_0x5c3033(0x15f)]=a55_0x5c3033(0xf4),a55_0x7fd4f8[a55_0x5c3033(0xe9)]=a55_0x5c3033(0xd5),a55_0x7fd4f8[a55_0x5c3033(0x127)]=a55_0x244365,a55_0x7fd4f8['PERCY_SUPPORTED_FRAMEWORKS']=['jest',a55_0x5c3033(0x168)],a55_0x7fd4f8[a55_0x5c3033(0x185)]=a55_0x21adca,a55_0x7fd4f8[a55_0x5c3033(0x114)]=a55_0x5c3033(0xbc),a55_0x7fd4f8['PACKAGE_TYPE']=a55_0x573687,a55_0x7fd4f8[a55_0x5c3033(0x107)]=0x40*0x400,a55_0x7fd4f8[a55_0x5c3033(0x13a)]='...[TRUNCATED]',a55_0x7fd4f8[a55_0x5c3033(0xb3)]=a55_0x5c3033(0x134),a55_0x7fd4f8[a55_0x5c3033(0x178)]=a55_0x5c3033(0x119),a55_0x7fd4f8[a55_0x5c3033(0x148)]=a55_0x5c3033(0x117),a55_0x7fd4f8[a55_0x5c3033(0x162)]=a55_0x5c3033(0xe2),a55_0x7fd4f8['AI_INIT_SUCCESSFUL']='SDKTestTcgtInitSuccessful',a55_0x7fd4f8[a55_0x5c3033(0xcf)]='SDKTestInitFailedResponse',a55_0x7fd4f8[a55_0x5c3033(0xbb)]='SDKTestTcgProxyFailure',a55_0x7fd4f8[a55_0x5c3033(0x131)]=0x1388,a55_0x7fd4f8[a55_0x5c3033(0xd7)]=0x1388,a55_0x7fd4f8[a55_0x5c3033(0xb0)]=0x1388,a55_0x7fd4f8[a55_0x5c3033(0xc2)]=0x1388,a55_0x7fd4f8['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x7fd4f8['TEST_FRAMEWORK_HOOK_TIMEOUT']=a55_0x2572cd,a55_0x7fd4f8[a55_0x5c3033(0x123)]=a55_0xa37b38,a55_0x7fd4f8[a55_0x5c3033(0xe6)]=[a55_0x5c3033(0xf9),'codeceptjs'],a55_0x7fd4f8[a55_0x5c3033(0x121)]=a55_0x48e276,a55_0x7fd4f8[a55_0x5c3033(0xfd)]=a55_0x5c3033(0xbf),a55_0x7fd4f8[a55_0x5c3033(0x10f)]=a55_0x5c3033(0xa1),a55_0x7fd4f8[a55_0x5c3033(0x16d)]=a55_0x5c3033(0xeb),a55_0x7fd4f8[a55_0x5c3033(0x139)]=a55_0x5c3033(0x18c),a55_0x7fd4f8[a55_0x5c3033(0xb4)]=a55_0x5c3033(0xc8),a55_0x7fd4f8[a55_0x5c3033(0x11b)]=a55_0x5c3033(0x136),a55_0x7fd4f8[a55_0x5c3033(0x170)]=a55_0x5c3033(0xa5),a55_0x7fd4f8[a55_0x5c3033(0x140)]=[a55_0x5c3033(0xcd),a55_0x5c3033(0xfe),a55_0x5c3033(0x14f)],a55_0x7fd4f8[a55_0x5c3033(0x112)]=[a55_0x5c3033(0x164),'A11Y_GET_RESULTS_SUMMARY',a55_0x5c3033(0x11d),a55_0x5c3033(0x191),a55_0x5c3033(0x13c),a55_0x5c3033(0x118)],a55_0x7fd4f8[a55_0x5c3033(0xdf)]=a55_0x5c3033(0xdf),a55_0x7fd4f8[a55_0x5c3033(0x159)]=[a55_0x5c3033(0x147),a55_0x5c3033(0x153),'certificate\x20has\x20expired',a55_0x5c3033(0xec),a55_0x5c3033(0x12a),a55_0x5c3033(0x17b)],a55_0x7fd4f8['SSL_ERROR_CODES']=[a55_0x5c3033(0x151),a55_0x5c3033(0x17b),a55_0x5c3033(0x14b),a55_0x5c3033(0x165),a55_0x5c3033(0x12a),a55_0x5c3033(0xe1)],a55_0x7fd4f8[a55_0x5c3033(0xe8)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x7fd4f8['CLIENT_TROUBLESHOOTING_HASH']=a55_0x3f6899,a55_0x7fd4f8[a55_0x5c3033(0x186)]=[a55_0x5c3033(0x100),a55_0x5c3033(0xc5),'USER_CONFIG_DETAILS_PATH'],a55_0x7fd4f8[a55_0x5c3033(0x11c)]=[a55_0x5c3033(0x10b),a55_0x5c3033(0x146)],module[a55_0x5c3033(0x150)]=a55_0x7fd4f8;const _env=(process[a55_0x5c3033(0xd9)][a55_0x5c3033(0x152)]||'prod')[a55_0x5c3033(0x104)]();if(_env===a55_0x5c3033(0x102)||_env===a55_0x5c3033(0xa2)){const Bsfgea=a55_0x5c3033(0xf8)[a55_0x5c3033(0x17a)]('|');let RXTbwH=0x0;while(!![]){switch(Bsfgea[RXTbwH++]){case'0':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x183)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x16d)]=a55_0x5c3033(0xb8);continue;case'2':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x12c)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'3':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xe9)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'4':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x170)]=a55_0x5c3033(0x196);continue;case'5':module['exports'][a55_0x5c3033(0x17c)]=a55_0x5c3033(0x11e);continue;case'6':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xb4)]=a55_0x5c3033(0x135);continue;case'7':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xa3)]=a55_0x5c3033(0xa4);continue;case'8':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x145)]=a55_0x5c3033(0x16a);continue;case'9':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x15b)]=a55_0x5c3033(0x12b);continue;case'10':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x106)]=a55_0x5c3033(0xa6);continue;case'11':module['exports'][a55_0x5c3033(0x11a)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'12':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;}break;}}else{if(_env===a55_0x5c3033(0x122)||_env===a55_0x5c3033(0x12f)){const nJcMjL=a55_0x5c3033(0x158)['split']('|');let htXzVw=0x0;while(!![]){switch(nJcMjL[htXzVw++]){case'0':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x15b)]=a55_0x5c3033(0x156);continue;case'1':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x17c)]=a55_0x5c3033(0x125);continue;case'2':module['exports'][a55_0x5c3033(0x106)]=a55_0x5c3033(0xa6);continue;case'3':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x12c)]=a55_0x5c3033(0x10d);continue;case'4':module[a55_0x5c3033(0x150)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x5c3033(0x110);continue;case'5':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xe9)]=a55_0x5c3033(0xa9);continue;case'6':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x170)]=a55_0x5c3033(0x196);continue;case'7':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x16d)]=a55_0x5c3033(0xb8);continue;case'8':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xb4)]=a55_0x5c3033(0xf6);continue;case'9':module[a55_0x5c3033(0x150)][a55_0x5c3033(0xa3)]=a55_0x5c3033(0x15a);continue;case'10':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x183)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x145)]=a55_0x5c3033(0x156);continue;case'12':module[a55_0x5c3033(0x150)][a55_0x5c3033(0x11a)]=a55_0x5c3033(0x128);continue;}break;}}}
1
+ const a55_0x230132=a55_0xe718;(function(_0x2f2ae4,_0x552cf2){const _0x3bfb24=a55_0xe718,_0x38b85c=_0x2f2ae4();while(!![]){try{const _0x9f636e=parseInt(_0x3bfb24(0x165))/0x1+-parseInt(_0x3bfb24(0x18e))/0x2+parseInt(_0x3bfb24(0x1a8))/0x3*(parseInt(_0x3bfb24(0x146))/0x4)+parseInt(_0x3bfb24(0x19f))/0x5+parseInt(_0x3bfb24(0x18d))/0x6*(parseInt(_0x3bfb24(0x1a4))/0x7)+parseInt(_0x3bfb24(0xff))/0x8+-parseInt(_0x3bfb24(0x1a0))/0x9*(parseInt(_0x3bfb24(0x14e))/0xa);if(_0x9f636e===_0x552cf2)break;else _0x38b85c['push'](_0x38b85c['shift']());}catch(_0x5a969e){_0x38b85c['push'](_0x38b85c['shift']());}}}(a55_0x2923,0x6307f));const a55_0x124bbc={};a55_0x124bbc['INFO']='shows\x20version\x20information',a55_0x124bbc[a55_0x230132(0x185)]=a55_0x230132(0x111);const a55_0x5afcca={};a55_0x5afcca['INFO']=a55_0x230132(0x192);const a55_0xc95a40={};a55_0xc95a40[a55_0x230132(0xe4)]=a55_0x230132(0x1ad);const a55_0x2acef8={};a55_0x2acef8['INFO']=a55_0x230132(0x199);function a55_0x2923(){const _0xb13532=['stag','proxyPassword','https://api.browserstack.com','2|4|0|3|6|5|8|12|9|1|10|11|7','.aab','preprod','GLOBAL_AGENT_HTTP_PROXY','AI_INIT_SUCCESSFUL','proxyUser','unable\x20to\x20get\x20local\x20issuer\x20certificate','3125072kkbmyj','testReportingOptions','ERR_SOCKET_NOT_CONNECTED','Cucumber-JS','bsstag','DEPTH_ZERO_SELF_SIGNED_CERT','BSTACK_URL','ERR_TUNNEL_CONNECTION_FAILED','MAX_GIT_META_DATA_SIZE_IN_BYTES','customVariables','CI_ARTIFACTS_PATH','httpsProxy','NIGHTWATCH','HUB_URL_REGEX','A11Y_GET_RESULTS','turboScaleOptions','AI_ENABLED_FRAMEWORK','PLAYWRIGHT_CONFIG_OPTION_ERRORS','Specify\x20--help\x20for\x20available\x20options','use','EDS_URL','SDKTestTcgAuthFailure','VANILLA','https://automation-preprod.bsstag.com','accessibility','edgeOptions','ERR_TIMED_OUT','ROOT_REGEX','firefoxOptions','ERR_CONNECTION_REFUSED','proxyPass','https://automate.browserstack.com/dashboard/v2/builds/','accessKey','Jest','prod','Run\x20codeceptjs\x20tests\x20on\x20browserstack','automation','app-automate','parallelsPerPlatform','ERR_CONNECTION_CLOSED','CODECEPT','platforms','browserstack.overridelocalInfo.userAuthToken','staging','percyScreenshot','invalidKeys','PRIVATE_DOMAIN_OR_IP_REGEX','/usage-debug.log','ERR_CONNECTION_FAILED','commonjs','SDKTestTcgProxyFailure','turboScale','ERR_CONNECTION_RESET','testReporting','userName','disableAutoCaptureLogs','.ipa','testObservabilityOptions','CERT_HAS_EXPIRED','ERR_ADDRESS_INVALID','browserstackAutomation','TEST_FRAMEWORK_HOOK_TIMEOUT','percy','jest','BSTACK_ATS_URL','ERR_CONNECTION_TIMED_OUT','DEBUG_LOG_FILE_NAME','https://upload-observability.browserstack.com','split','A11Y_SAVE_RESULTS','browserstack.userName','92XQEttB','browserName','ieOptions','CONNECTIVITY_ISSUE_ERROR_CODES','https://apidevtestops.bsstag.com','codeceptjs-cucumber','https://tcg-preprod.bsstag.com','OBSERVABILITY_UPLOAD_URL','2140630pIssAo','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','APP_AUTOMATE','invalidTestInputType','browserStackLocalOptions','SDKTestInvalidTcgAuthResponseWithUserImpact','TCG_URL','ERR_TLS_CERT_ALTNAME_INVALID','ATS_WSS_URL_REGEX','sdk/v1/event','AI_PROXY_FAILURE','env','percyCaptureMode','acceptInsecureCerts','PERCY_SUPPORTED_FRAMEWORKS','FUNNEL_INSTRUMENTATION_API_URL','testContextOptions','ETXTBSY','https://eds.browserstack.com','pre-prod','https://automate-preprod.bsstag.com/dashboard/v2/builds/','USER_CONFIG_DETAILS_PATH','sdk/v1/update_cli','172251JNlyTz','ROOT_CAPS','PLAYWRIGHT_HUB_URL','BROWSERSTACK','certificate\x20has\x20expired','module','SET_TCG_TOKEN_TIMEOUT','rerunTests','FRAMEWORKS','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','POLL_HEALING_RESULT_TIMEOUT','localProxyPass','wss://cdp-preprod.bsstag.com/playwright?caps=','mocha','TCG_AUTH_FAILURE','MODULE','SSL_ERROR_MESSAGES','BROWSERSTACK_APP_AUTOMATE_URL','testOrchestrationOptions','acceptSslCerts','testObservability','TEST_REPORTING_ANALYTICS','AUTOMATE_PRODUCTS','httpProxy','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','UNABLE_TO_VERIFY_LEAF_SIGNATURE','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','browserstackLocal','APP_UPLOAD_URL','localProxyUser','ERR_ADDRESS_UNREACHABLE','HELP','acceptSslCert','APP_AUTOMATE_PRODUCTS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','INVALID_INIT_RESP_WITH_USER_IMPACT','self\x20signed\x20certificate','vanilla','framework','8010TzryDG','924184xbgTDL','PLAYWRIGHT','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK_AUTOMATE_URL','Run\x20jest\x20tests\x20on\x20browserstack','CUSTOM_ID_REGEX','Run\x20js\x20tests\x20on\x20browserstack','playwright','Upgrade\x20required','AUTOMATION_LOG_COMMANDS','REDACTED_KEYS','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_NAME_RESOLUTION_FAILED','TCG_AUTH_TIMEOUT','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','accessibilityOptions','https://hub.browserstack.com/wd/hub','533505Skybev','27babRAj','EBUSY','bsstag.com','CUCUMBER','1757BjNTig','Playwright','logLevel','JEST','65901GgMfkf','PLAYWRIGHT_TRACE_LOGS','COMMONJS','INTERNALLY_USED_ENV_VARS','GLOBAL_AGENT_NO_PROXY','Run\x20mocha\x20tests\x20on\x20browserstack','https://tcg.bsstag.com','.browserstack\x20folder\x20not\x20accessible','toLowerCase','CODECEPT_CUCUMBER','SDKTestInitFailedResponse','browserVersion','https://upload-observability-devtestops-ssi.bsstag.com','percyOptions','ERR_NAME_NOT_RESOLVED','https://edsstaging.bsstag.com','A11Y_GET_RESULTS_SUMMARY','pageLoadStrategy','TEST\x20REPORTING\x20AND\x20ANALYTICS','SHAREABLE_ID_REGEX','AUTOLOGCAPTURE_NOTIFICATION','./browserstack-artifacts/','BINARY_BUSY_ERROR_CODES','https://hub-devtestops.bsstag.com/wd/hub','BROWSERSTACK_ENV','BSTACK_DELTA','MOCHA','.apk','BROWSERSTACK_API_URL','browserstack.com','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','observability','AUTOMATE','Mocha','https://api-cloud-devtestops.bsstag.com','/usage.log','SDK_INSTRUMENTATION_CONFIG','O11Y_URL','INFO','localOptions','chromeOptions','proxySettings','codeceptjs','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDKTestTcgDownResponse','cucumber','Run\x20playwright\x20tests\x20on\x20Browserstack','^[a-zA-Z0-9_.-]*$','HST','https://api-preprod.bsstag.com','wss://cdp.browserstack.com/playwright?caps=','exports','CLI_SUPPORTED_FRAMEWORKS','hubUrl','https://app-automate.browserstack.com/dashboard/v2/builds/'];a55_0x2923=function(){return _0xb13532;};return a55_0x2923();}const a55_0x4f9be9={};a55_0x4f9be9['INFO']=a55_0x230132(0x194);const a55_0x5a9df1={};a55_0x5a9df1['INFO']='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0x4b6fab={};a55_0x4b6fab[a55_0x230132(0xe4)]=a55_0x230132(0xec);const a55_0x24db70={};a55_0x24db70[a55_0x230132(0xe4)]=a55_0x230132(0x122);const a55_0x56a958={};a55_0x56a958['INFO']=a55_0x230132(0x19c);const a55_0x55a155={};a55_0x55a155[a55_0x230132(0xe4)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x145b29={};a55_0x145b29[a55_0x230132(0x18f)]='Playwright',a55_0x145b29[a55_0x230132(0xd8)]=a55_0x230132(0x172),a55_0x145b29[a55_0x230132(0x1a7)]=a55_0x230132(0x13e),a55_0x145b29[a55_0x230132(0x127)]='codeceptjs',a55_0x145b29[a55_0x230132(0x1b1)]=a55_0x230132(0x14b),a55_0x145b29[a55_0x230132(0x1a3)]=a55_0x230132(0xeb),a55_0x145b29[a55_0x230132(0x115)]=a55_0x230132(0x18b);const a55_0x15f69b={};a55_0x15f69b[a55_0x230132(0x12c)]=a55_0x230132(0xe9),a55_0x15f69b['uniqueDependency']=a55_0x230132(0xdc),a55_0x15f69b['mandatoryDependency']=a55_0x230132(0x190),a55_0x15f69b[a55_0x230132(0x151)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x430d71={};a55_0x430d71[a55_0x230132(0x1aa)]=a55_0x230132(0x130),a55_0x430d71[a55_0x230132(0x174)]=a55_0x230132(0x16a);const a55_0x32c1ef={};a55_0x32c1ef[a55_0x230132(0xdf)]=0xfde8,a55_0x32c1ef[a55_0x230132(0x102)]=0xfde8,a55_0x32c1ef[a55_0x230132(0x120)]=0x186a0;const a55_0x168ace={};a55_0x168ace['root']=[a55_0x230132(0x135),a55_0x230132(0x11f),'httpProxy','httpsProxy','customVariables',a55_0x230132(0x145),'browserstack.accessKey',a55_0x230132(0xf6),'authToken','proxyUrl',a55_0x230132(0x129)],a55_0x168ace['browserStackLocalOptions']=[a55_0x230132(0xfd),a55_0x230132(0x11d),a55_0x230132(0x183),a55_0x230132(0x170)];const a55_0x1c6cb4={};a55_0x1c6cb4[a55_0x230132(0x181)]='browserstackLocal',a55_0x1c6cb4[a55_0x230132(0x152)]='browserStackLocalOptions',a55_0x1c6cb4[a55_0x230132(0xe5)]=a55_0x230132(0x152),a55_0x1c6cb4[a55_0x230132(0x125)]=a55_0x230132(0x125),a55_0x1c6cb4[a55_0x230132(0x128)]=a55_0x230132(0x128),a55_0x1c6cb4['logLevel']=a55_0x230132(0x1a6),a55_0x1c6cb4[a55_0x230132(0x17c)]='httpProxy',a55_0x1c6cb4[a55_0x230132(0x10a)]=a55_0x230132(0x10a),a55_0x1c6cb4[a55_0x230132(0x18c)]='framework',a55_0x1c6cb4[a55_0x230132(0x15e)]='testContextOptions',a55_0x1c6cb4[a55_0x230132(0x179)]=a55_0x230132(0x179),a55_0x1c6cb4[a55_0x230132(0x134)]='testReporting',a55_0x1c6cb4[a55_0x230132(0x138)]=a55_0x230132(0x138),a55_0x1c6cb4['testReportingOptions']=a55_0x230132(0x100),a55_0x1c6cb4[a55_0x230132(0x108)]=a55_0x230132(0x108),a55_0x1c6cb4[a55_0x230132(0x123)]=a55_0x230132(0x13b),a55_0x1c6cb4[a55_0x230132(0x13b)]='browserstackAutomation',a55_0x1c6cb4[a55_0x230132(0x16c)]='rerunTests',a55_0x1c6cb4[a55_0x230132(0x13d)]=a55_0x230132(0x13d),a55_0x1c6cb4['percyOptions']=a55_0x230132(0x1b5),a55_0x1c6cb4[a55_0x230132(0x15a)]=a55_0x230132(0x15a),a55_0x1c6cb4[a55_0x230132(0x136)]='disableAutoCaptureLogs',a55_0x1c6cb4[a55_0x230132(0x117)]=a55_0x230132(0x117),a55_0x1c6cb4['accessibilityOptions']=a55_0x230132(0x19d),a55_0x1c6cb4[a55_0x230132(0x132)]=a55_0x230132(0x132),a55_0x1c6cb4[a55_0x230132(0x10e)]=a55_0x230132(0x10e),a55_0x1c6cb4[a55_0x230132(0xe7)]='proxySettings',a55_0x1c6cb4[a55_0x230132(0x177)]=a55_0x230132(0x177);const a55_0x30d0fc={};a55_0x30d0fc[a55_0x230132(0x1af)]=['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_0x9d815b={};function a55_0xe718(_0x1d1080,_0x229dc9){const _0x2923a8=a55_0x2923();return a55_0xe718=function(_0xe718d2,_0x403034){_0xe718d2=_0xe718d2-0xd0;let _0x3cb015=_0x2923a8[_0xe718d2];return _0x3cb015;},a55_0xe718(_0x1d1080,_0x229dc9);}a55_0x9d815b['VERSION']=a55_0x124bbc,a55_0x9d815b[a55_0x230132(0x1a7)]=a55_0x5afcca,a55_0x9d815b[a55_0x230132(0xd8)]=a55_0xc95a40,a55_0x9d815b[a55_0x230132(0x1a3)]=a55_0x2acef8,a55_0x9d815b[a55_0x230132(0x115)]=a55_0x4f9be9,a55_0x9d815b[a55_0x230132(0x10b)]=a55_0x5a9df1,a55_0x9d815b['PLAYWRIGHT']=a55_0x4b6fab,a55_0x9d815b['CODECEPTJS']=a55_0x24db70,a55_0x9d815b[a55_0x230132(0xee)]=a55_0x56a958,a55_0x9d815b['INTEGRATIONS']=a55_0x55a155,a55_0x9d815b[a55_0x230132(0xd7)]=0xf*0x3c*0x3e8,a55_0x9d815b[a55_0x230132(0xf3)]=a55_0x230132(0x19e),a55_0x9d815b['TCG_URL']='https://tcg.browserstack.com',a55_0x9d815b['TCG_REGION']=a55_0x230132(0x112),a55_0x9d815b[a55_0x230132(0x10c)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x9d815b['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x9d815b[a55_0x230132(0x156)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x9d815b[a55_0x230132(0x166)]=[a55_0x230132(0x15b),a55_0x230132(0x1b9),'strictFileInteractability','unhandledPromptBehavior','timeouts',a55_0x230132(0x147),a55_0x230132(0x1b3),a55_0x230132(0x178),a55_0x230132(0x186),a55_0x230132(0xe6),a55_0x230132(0x11b),a55_0x230132(0x118),a55_0x230132(0x148)],a55_0x9d815b[a55_0x230132(0x11a)]=/^[\w-]+:.*$/,a55_0x9d815b[a55_0x230132(0x12d)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x9d815b[a55_0x230132(0x113)]=a55_0x230132(0x160),a55_0x9d815b['BROWSERSTACK_API_URL']=a55_0x230132(0xf7),a55_0x9d815b[a55_0x230132(0x182)]='https://api-cloud.browserstack.com',a55_0x9d815b['UPDATED_CLI_ENDPOINT']=a55_0x230132(0x164),a55_0x9d815b[a55_0x230132(0x15d)]=a55_0x230132(0x157),a55_0x9d815b[a55_0x230132(0x17b)]=['automate',a55_0x230132(0xdd)],a55_0x9d815b[a55_0x230132(0x187)]=[a55_0x230132(0x124),'observability'],a55_0x9d815b[a55_0x230132(0x16e)]=[a55_0x230132(0xdd)],a55_0x9d815b['OBSERVABILITY_UPLOAD_URL']=a55_0x230132(0x142),a55_0x9d815b['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x230132(0x172),a55_0x230132(0x1a5)],a55_0x9d815b[a55_0x230132(0xde)]=['automate'],a55_0x9d815b[a55_0x230132(0x191)]=a55_0x230132(0x11e),a55_0x9d815b[a55_0x230132(0x176)]=a55_0x230132(0xf4),a55_0x9d815b[a55_0x230132(0x150)]=[a55_0x230132(0x124)],a55_0x9d815b['NUDGE_LOCAL_ERRORS']=['ERR_FAILED',a55_0x230132(0x119),'ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a55_0x230132(0x101),a55_0x230132(0x126),a55_0x230132(0x133),a55_0x230132(0x11c),'ERR_CONNECTION_ABORTED',a55_0x230132(0x12f),a55_0x230132(0x1b6),a55_0x230132(0x13a),a55_0x230132(0x184),a55_0x230132(0x106),a55_0x230132(0x140),'ERR_SOCKS_CONNECTION_FAILED',a55_0x230132(0x14f),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a55_0x230132(0x19a),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x9d815b['VALID_APP_EXTENSION']=[a55_0x230132(0xd9),a55_0x230132(0xf9),a55_0x230132(0x137)],a55_0x9d815b[a55_0x230132(0x193)]=a55_0x230132(0xed),a55_0x9d815b[a55_0x230132(0xd1)]=a55_0x230132(0x180),a55_0x9d815b[a55_0x230132(0x109)]=a55_0x230132(0xd3),a55_0x9d815b[a55_0x230132(0x167)]=a55_0x230132(0xf0),a55_0x9d815b[a55_0x230132(0x16d)]=a55_0x145b29,a55_0x9d815b[a55_0x230132(0x15c)]=[a55_0x230132(0x13e),a55_0x230132(0x172)],a55_0x9d815b[a55_0x230132(0x110)]=a55_0x15f69b,a55_0x9d815b[a55_0x230132(0xd2)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x9d815b['PACKAGE_TYPE']=a55_0x430d71,a55_0x9d815b[a55_0x230132(0x107)]=0x40*0x400,a55_0x9d815b['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a55_0x9d815b['UPGRADE_REQUIRED']=a55_0x230132(0x196),a55_0x9d815b['TCG_DOWN']=a55_0x230132(0xea),a55_0x9d815b[a55_0x230132(0x189)]=a55_0x230132(0x153),a55_0x9d815b[a55_0x230132(0x173)]=a55_0x230132(0x114),a55_0x9d815b[a55_0x230132(0xfc)]='SDKTestTcgtInitSuccessful',a55_0x9d815b['AI_INIT_FAILURE']=a55_0x230132(0x1b2),a55_0x9d815b[a55_0x230132(0x158)]=a55_0x230132(0x131),a55_0x9d815b[a55_0x230132(0x19b)]=0x1388,a55_0x9d815b[a55_0x230132(0x16b)]=0x1388,a55_0x9d815b['HEALING_LOG_DATA_TIMEOUT']=0x1388,a55_0x9d815b['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x9d815b[a55_0x230132(0x16f)]=0xc350,a55_0x9d815b[a55_0x230132(0x13c)]=a55_0x32c1ef,a55_0x9d815b[a55_0x230132(0x198)]=a55_0x168ace,a55_0x9d815b[a55_0x230132(0x10f)]=['vanilla',a55_0x230132(0xe8)],a55_0x9d815b[a55_0x230132(0xe2)]=a55_0x1c6cb4,a55_0x9d815b['LOG_FILE_NAME']=a55_0x230132(0xe1),a55_0x9d815b[a55_0x230132(0x141)]=a55_0x230132(0x12e),a55_0x9d815b[a55_0x230132(0x105)]=a55_0x230132(0xdb),a55_0x9d815b[a55_0x230132(0x13f)]='browserstack-ats.com',a55_0x9d815b[a55_0x230132(0xe3)]='https://automation.browserstack.com',a55_0x9d815b[a55_0x230132(0x17a)]=a55_0x230132(0xd0),a55_0x9d815b['BROWSERSTACK']='browserstack',a55_0x9d815b[a55_0x230132(0xf2)]=[a55_0x230132(0x195),a55_0x230132(0xeb),a55_0x230132(0x13e)],a55_0x9d815b[a55_0x230132(0x197)]=['A11Y_SCAN',a55_0x230132(0x1b8),a55_0x230132(0x10d),a55_0x230132(0x144),a55_0x230132(0x12b),'ObservabilitySync'],a55_0x9d815b[a55_0x230132(0x1a9)]='PLAYWRIGHT_TRACE_LOGS',a55_0x9d815b[a55_0x230132(0x175)]=[a55_0x230132(0x18a),'unable\x20to\x20verify\x20the\x20first\x20certificate',a55_0x230132(0x169),a55_0x230132(0xfe),a55_0x230132(0x155),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x9d815b['SSL_ERROR_CODES']=['SELF_SIGNED_CERT_IN_CHAIN',a55_0x230132(0x104),a55_0x230132(0x17f),a55_0x230132(0x139),a55_0x230132(0x155),a55_0x230132(0x188)],a55_0x9d815b[a55_0x230132(0x149)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x9d815b['CLIENT_TROUBLESHOOTING_HASH']=a55_0x30d0fc,a55_0x9d815b[a55_0x230132(0x1ab)]=[a55_0x230132(0xfb),a55_0x230132(0x1ac),a55_0x230132(0x163)],a55_0x9d815b[a55_0x230132(0xd4)]=[a55_0x230132(0x15f),a55_0x230132(0x1a1)],module[a55_0x230132(0xf1)]=a55_0x9d815b;const _env=(process[a55_0x230132(0x159)][a55_0x230132(0xd6)]||a55_0x230132(0x121))[a55_0x230132(0x1b0)]();if(_env===a55_0x230132(0x12a)||_env===a55_0x230132(0xf5)){const qpgvlw='12|1|0|5|11|9|2|10|3|6|4|7|8'[a55_0x230132(0x143)]('|');let dPqFVi=0x0;while(!![]){switch(qpgvlw[dPqFVi++]){case'0':module[a55_0x230132(0xf1)][a55_0x230132(0x154)]=a55_0x230132(0x1ae);continue;case'1':module[a55_0x230132(0xf1)][a55_0x230132(0xda)]=a55_0x230132(0x14a);continue;case'2':module[a55_0x230132(0xf1)][a55_0x230132(0x182)]=a55_0x230132(0xe0);continue;case'3':module[a55_0x230132(0xf1)]['BSTACK_URL']=a55_0x230132(0x1a2);continue;case'4':module[a55_0x230132(0xf1)][a55_0x230132(0x14d)]=a55_0x230132(0x1b4);continue;case'5':module[a55_0x230132(0xf1)][a55_0x230132(0x10c)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module['exports'][a55_0x230132(0xe3)]='https://observability-devtestops.bsstag.com';continue;case'7':module[a55_0x230132(0xf1)][a55_0x230132(0x113)]=a55_0x230132(0x1b7);continue;case'8':module[a55_0x230132(0xf1)][a55_0x230132(0x168)]=a55_0x230132(0x103);continue;case'9':module['exports'][a55_0x230132(0x176)]=a55_0x230132(0x17e);continue;case'10':module[a55_0x230132(0xf1)][a55_0x230132(0x167)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a55_0x230132(0xf1)][a55_0x230132(0x191)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'12':module[a55_0x230132(0xf1)][a55_0x230132(0xf3)]=a55_0x230132(0xd5);continue;}break;}}else{if(_env===a55_0x230132(0xfa)||_env===a55_0x230132(0x161)){const WSYvmz=a55_0x230132(0xf8)[a55_0x230132(0x143)]('|');let IlwURa=0x0;while(!![]){switch(WSYvmz[IlwURa++]){case'0':module['exports']['TCG_URL']=a55_0x230132(0x14c);continue;case'1':module[a55_0x230132(0xf1)]['O11Y_URL']=a55_0x230132(0x116);continue;case'2':module['exports'][a55_0x230132(0xf3)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'3':module[a55_0x230132(0xf1)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a55_0x230132(0xf1)][a55_0x230132(0xda)]='https://api-preprod.bsstag.com';continue;case'5':module[a55_0x230132(0xf1)][a55_0x230132(0x176)]=a55_0x230132(0x17d);continue;case'6':module['exports'][a55_0x230132(0x191)]=a55_0x230132(0x162);continue;case'7':module['exports']['BROWSERSTACK']=a55_0x230132(0x103);continue;case'8':module[a55_0x230132(0xf1)][a55_0x230132(0x182)]=a55_0x230132(0xef);continue;case'9':module['exports'][a55_0x230132(0x105)]=a55_0x230132(0x1a2);continue;case'10':module[a55_0x230132(0xf1)][a55_0x230132(0x14d)]='https://upload-observability-preprod.bsstag.com';continue;case'11':module[a55_0x230132(0xf1)]['EDS_URL']=a55_0x230132(0x1b7);continue;case'12':module[a55_0x230132(0xf1)][a55_0x230132(0x167)]=a55_0x230132(0x171);continue;}break;}}}
@@ -1 +1 @@
1
- function a56_0x2de4(_0x4f0ed0,_0x24c50e){const _0x4a4030=a56_0x4a40();return a56_0x2de4=function(_0x2de42d,_0x14f6b6){_0x2de42d=_0x2de42d-0x137;let _0x48decc=_0x4a4030[_0x2de42d];return _0x48decc;},a56_0x2de4(_0x4f0ed0,_0x24c50e);}const a56_0x2b1965=a56_0x2de4;(function(_0x51cd25,_0x274215){const _0x4de7f7=a56_0x2de4,_0x920430=_0x51cd25();while(!![]){try{const _0x1b276a=-parseInt(_0x4de7f7(0x145))/0x1*(parseInt(_0x4de7f7(0x143))/0x2)+-parseInt(_0x4de7f7(0x137))/0x3*(parseInt(_0x4de7f7(0x142))/0x4)+parseInt(_0x4de7f7(0x149))/0x5*(-parseInt(_0x4de7f7(0x146))/0x6)+parseInt(_0x4de7f7(0x148))/0x7*(parseInt(_0x4de7f7(0x13f))/0x8)+parseInt(_0x4de7f7(0x14c))/0x9*(-parseInt(_0x4de7f7(0x144))/0xa)+-parseInt(_0x4de7f7(0x13e))/0xb*(-parseInt(_0x4de7f7(0x139))/0xc)+parseInt(_0x4de7f7(0x14b))/0xd;if(_0x1b276a===_0x274215)break;else _0x920430['push'](_0x920430['shift']());}catch(_0x4f854b){_0x920430['push'](_0x920430['shift']());}}}(a56_0x4a40,0x798ca));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x37ece4,_0x2420a5){return _0x408ec9=>{const _0x1fec27=a56_0x2de4;BSTestOpsLogger[_0x1fec27(0x140)]({'level':_0x408ec9[_0x1fec27(0x141)]?_0x408ec9[_0x1fec27(0x141)][_0x1fec27(0x138)]:null,'message':_0x408ec9[_0x1fec27(0x13a)]?_0x408ec9[_0x1fec27(0x13a)][_0x1fec27(0x14a)]('\x20'):null});};}exports[a56_0x2b1965(0x13d)]=(_0x3f3ef0,_0x3c2155)=>{const _0x9faf06=a56_0x2b1965,_0x37790c={'OJaei':function(_0x354bd2,_0x217ff3,_0x21d648){return _0x354bd2(_0x217ff3,_0x21d648);}};let _0x393fe4=_0x3c2155[_0x9faf06(0x147)];return _0x3f3ef0[_0x9faf06(0x13b)]&&(_0x393fe4=_0x3c2155[_0x9faf06(0x13b)](_0x3f3ef0[_0x9faf06(0x13b)]['type'],_0x3f3ef0[_0x9faf06(0x13b)])),_0x37790c['OJaei'](BSTestOpsLog4JSAppender,_0x393fe4,_0x3f3ef0[_0x9faf06(0x13c)]);};function a56_0x4a40(){const _0x14fdb1=['487284KesRqm','9474iQWhmz','2733230soNAwK','16tBGQzV','6xgtZqL','colouredLayout','329nHNqRk','1631190gOzEmq','join','17903951JUJFXr','18gzxqPp','18MszhcY','levelStr','300rkoWpw','data','layout','timezoneOffset','configure','343772kHRUdH','3224rNqBXK','log','level'];a56_0x4a40=function(){return _0x14fdb1;};return a56_0x4a40();}
1
+ function a56_0x2980(){const _0x16d82e=['985965HbLjPL','log','926916tNoocs','6024180PKehCW','levelStr','data','230738tQnsYh','1173320Iaunbg','15mvbKqB','10752028FUYKkp','layout','configure','2810250sRFiKK','./logReportingAPI','aADhZ','join','level','type'];a56_0x2980=function(){return _0x16d82e;};return a56_0x2980();}const a56_0x41b460=a56_0x1ec8;(function(_0xe874e6,_0x391dae){const _0x50ea90=a56_0x1ec8,_0x208706=_0xe874e6();while(!![]){try{const _0x4adbfd=-parseInt(_0x50ea90(0x96))/0x1+parseInt(_0x50ea90(0x8a))/0x2*(-parseInt(_0x50ea90(0x8c))/0x3)+parseInt(_0x50ea90(0x86))/0x4+-parseInt(_0x50ea90(0x90))/0x5+parseInt(_0x50ea90(0x87))/0x6+parseInt(_0x50ea90(0x8d))/0x7+parseInt(_0x50ea90(0x8b))/0x8;if(_0x4adbfd===_0x391dae)break;else _0x208706['push'](_0x208706['shift']());}catch(_0x58393f){_0x208706['push'](_0x208706['shift']());}}}(a56_0x2980,0xc1be0));function a56_0x1ec8(_0x48362c,_0x58564d){const _0x298062=a56_0x2980();return a56_0x1ec8=function(_0x1ec820,_0x132fed){_0x1ec820=_0x1ec820-0x86;let _0x4e04b9=_0x298062[_0x1ec820];return _0x4e04b9;},a56_0x1ec8(_0x48362c,_0x58564d);}const logReportingAPI=require(a56_0x41b460(0x91)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x29d612,_0x40761c){return _0x18a6fd=>{const _0x561504=a56_0x1ec8;BSTestOpsLogger[_0x561504(0x97)]({'level':_0x18a6fd[_0x561504(0x94)]?_0x18a6fd[_0x561504(0x94)][_0x561504(0x88)]:null,'message':_0x18a6fd['data']?_0x18a6fd[_0x561504(0x89)][_0x561504(0x93)]('\x20'):null});};}exports[a56_0x41b460(0x8f)]=(_0x532f88,_0x29e992)=>{const _0x5ac021=a56_0x41b460,_0x402bcd={'aADhZ':function(_0x58b7f6,_0x2bee63,_0xf957a2){return _0x58b7f6(_0x2bee63,_0xf957a2);}};let _0x270262=_0x29e992['colouredLayout'];return _0x532f88[_0x5ac021(0x8e)]&&(_0x270262=_0x29e992['layout'](_0x532f88['layout'][_0x5ac021(0x95)],_0x532f88[_0x5ac021(0x8e)])),_0x402bcd[_0x5ac021(0x92)](BSTestOpsLog4JSAppender,_0x270262,_0x532f88['timezoneOffset']);};
@@ -1 +1 @@
1
- const a57_0x54ed1a=a57_0x3629;function a57_0x1b1c(){const _0x3c3cf5=['TEST_LOG','TRACE','toUpperCase','2541764GaZmbZ','INFO','DEBUG','exports','453786ohiWuW','log','join','pid','emit','1288Kdcxqy','toISOString','66186chjXnD','36RdxvKz','../../helpers/test-observability/constants','WARN','logToTestOps','info','ERROR','866949KnepJS','3qTwHjI','error','trace','960twjvKU','toLowerCase','370307ochXcS','3886445OSANnR','309826xgicUb'];a57_0x1b1c=function(){return _0x3c3cf5;};return a57_0x1b1c();}(function(_0x454b25,_0x28d265){const _0x46bf71=a57_0x3629,_0x33cbd3=_0x454b25();while(!![]){try{const _0xe5913d=parseInt(_0x46bf71(0x16b))/0x1+parseInt(_0x46bf71(0x17b))/0x2+-parseInt(_0x46bf71(0x16c))/0x3*(-parseInt(_0x46bf71(0x177))/0x4)+parseInt(_0x46bf71(0x172))/0x5+-parseInt(_0x46bf71(0x165))/0x6*(parseInt(_0x46bf71(0x171))/0x7)+-parseInt(_0x46bf71(0x180))/0x8*(-parseInt(_0x46bf71(0x182))/0x9)+-parseInt(_0x46bf71(0x16f))/0xa*(parseInt(_0x46bf71(0x173))/0xb);if(_0xe5913d===_0x28d265)break;else _0x33cbd3['push'](_0x33cbd3['shift']());}catch(_0x8f4b6e){_0x33cbd3['push'](_0x33cbd3['shift']());}}}(a57_0x1b1c,0xa3628));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x54ed1a(0x166)),a57_0x4abf50={};a57_0x4abf50[a57_0x54ed1a(0x178)]=a57_0x54ed1a(0x178),a57_0x4abf50[a57_0x54ed1a(0x16a)]='ERROR',a57_0x4abf50['DEBUG']=a57_0x54ed1a(0x179),a57_0x4abf50['TRACE']=a57_0x54ed1a(0x175),a57_0x4abf50['WARN']=a57_0x54ed1a(0x167);function a57_0x3629(_0x49556d,_0x4762a9){const _0x1b1c0c=a57_0x1b1c();return a57_0x3629=function(_0x36295e,_0x3b2151){_0x36295e=_0x36295e-0x165;let _0x1aee75=_0x1b1c0c[_0x36295e];return _0x1aee75;},a57_0x3629(_0x49556d,_0x4762a9);}const LOG_LEVELS=a57_0x4abf50;class logPatcher extends Transport{constructor(_0x56fc48){super(_0x56fc48);}[a57_0x54ed1a(0x168)]=(_0x2a8efc=LOG_LEVELS[a57_0x54ed1a(0x178)],_0x2e18bc=[''])=>{const _0x1bca2c=a57_0x54ed1a,_0x49ed5d={};_0x49ed5d['fcMCc']=_0x1bca2c(0x174);const _0x411555=_0x49ed5d;consoleHolder[_0x2a8efc[_0x1bca2c(0x170)]()](..._0x2e18bc),process[_0x1bca2c(0x17f)]('bs:addLog:'+process[_0x1bca2c(0x17e)],{'timestamp':new Date()[_0x1bca2c(0x181)](),'level':_0x2a8efc[_0x1bca2c(0x176)](),'message':'\x22'+_0x2e18bc[_0x1bca2c(0x17d)](',\x20')+'\x22','kind':_0x411555['fcMCc'],'http_response':{}});};[a57_0x54ed1a(0x16e)]=(..._0x42524d)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x42524d);};['debug']=(..._0x1b2753)=>{const _0xb60de5=a57_0x54ed1a;this[_0xb60de5(0x168)](LOG_LEVELS[_0xb60de5(0x179)],_0x1b2753);};[a57_0x54ed1a(0x169)]=(..._0x9416db)=>{const _0x3f14e2=a57_0x54ed1a;this[_0x3f14e2(0x168)](LOG_LEVELS['INFO'],_0x9416db);};['warn']=(..._0x1f1cf2)=>{const _0x540e9f=a57_0x54ed1a;this[_0x540e9f(0x168)](LOG_LEVELS[_0x540e9f(0x167)],_0x1f1cf2);};[a57_0x54ed1a(0x16d)]=(..._0x315abb)=>{const _0x28ac1e=a57_0x54ed1a;this['logToTestOps'](LOG_LEVELS[_0x28ac1e(0x16a)],_0x315abb);};[a57_0x54ed1a(0x17c)]=(..._0x374f9c)=>{const _0xaa6481=a57_0x54ed1a;this[_0xaa6481(0x168)](LOG_LEVELS[_0xaa6481(0x178)],_0x374f9c);};};module[a57_0x54ed1a(0x17a)]=logPatcher;
1
+ const a57_0x2cc680=a57_0xc857;(function(_0x23f049,_0x5d0021){const _0x4642b5=a57_0xc857,_0x4d227a=_0x23f049();while(!![]){try{const _0x512d47=-parseInt(_0x4642b5(0x1c5))/0x1*(-parseInt(_0x4642b5(0x1ce))/0x2)+-parseInt(_0x4642b5(0x1c8))/0x3*(-parseInt(_0x4642b5(0x1c9))/0x4)+-parseInt(_0x4642b5(0x1dd))/0x5*(parseInt(_0x4642b5(0x1d4))/0x6)+parseInt(_0x4642b5(0x1d7))/0x7+parseInt(_0x4642b5(0x1cc))/0x8*(parseInt(_0x4642b5(0x1cd))/0x9)+-parseInt(_0x4642b5(0x1d2))/0xa*(parseInt(_0x4642b5(0x1df))/0xb)+parseInt(_0x4642b5(0x1c4))/0xc*(parseInt(_0x4642b5(0x1db))/0xd);if(_0x512d47===_0x5d0021)break;else _0x4d227a['push'](_0x4d227a['shift']());}catch(_0x1c7129){_0x4d227a['push'](_0x4d227a['shift']());}}}(a57_0x2be7,0xf2b11));function a57_0x2be7(){const _0x26b790=['103210LYDERi','error','6nxzciR','DEBUG','emit','9470370kGzXtT','winston-transport','log','../../helpers/test-observability/constants','10426olTMbm','WARN','7737505wAGTQz','toISOString','1221BaLgHy','INFO','debug','bPctR','48DGkpqH','176559gFuCSc','exports','ERROR','3045cReMLt','5860kAUWJp','TRACE','warn','1528jGtxMI','31455gWSWKh','2FwISas','info','pid','logToTestOps'];a57_0x2be7=function(){return _0x26b790;};return a57_0x2be7();}const Transport=require(a57_0x2cc680(0x1d8)),{consoleHolder}=require(a57_0x2cc680(0x1da)),a57_0x4622de={};a57_0x4622de['INFO']=a57_0x2cc680(0x1e0),a57_0x4622de[a57_0x2cc680(0x1c7)]=a57_0x2cc680(0x1c7),a57_0x4622de['DEBUG']=a57_0x2cc680(0x1d5),a57_0x4622de[a57_0x2cc680(0x1ca)]='TRACE',a57_0x4622de['WARN']=a57_0x2cc680(0x1dc);const LOG_LEVELS=a57_0x4622de;class logPatcher extends Transport{constructor(_0x305c92){super(_0x305c92);}[a57_0x2cc680(0x1d1)]=(_0xea5ded=LOG_LEVELS[a57_0x2cc680(0x1e0)],_0x1f5dd8=[''])=>{const _0x3902cf=a57_0x2cc680,_0x575410={};_0x575410['bPctR']='TEST_LOG';const _0x3abf89=_0x575410;consoleHolder[_0xea5ded['toLowerCase']()](..._0x1f5dd8),process[_0x3902cf(0x1d6)]('bs:addLog:'+process[_0x3902cf(0x1d0)],{'timestamp':new Date()[_0x3902cf(0x1de)](),'level':_0xea5ded['toUpperCase'](),'message':'\x22'+_0x1f5dd8['join'](',\x20')+'\x22','kind':_0x3abf89[_0x3902cf(0x1e2)],'http_response':{}});};['trace']=(..._0x22f160)=>{const _0x1663bb=a57_0x2cc680;this[_0x1663bb(0x1d1)](LOG_LEVELS['TRACE'],_0x22f160);};[a57_0x2cc680(0x1e1)]=(..._0xc886a2)=>{const _0x3151b1=a57_0x2cc680;this[_0x3151b1(0x1d1)](LOG_LEVELS[_0x3151b1(0x1d5)],_0xc886a2);};[a57_0x2cc680(0x1cf)]=(..._0x223731)=>{const _0x39d89d=a57_0x2cc680;this[_0x39d89d(0x1d1)](LOG_LEVELS[_0x39d89d(0x1e0)],_0x223731);};[a57_0x2cc680(0x1cb)]=(..._0x3824e3)=>{const _0x1f7415=a57_0x2cc680;this[_0x1f7415(0x1d1)](LOG_LEVELS[_0x1f7415(0x1dc)],_0x3824e3);};[a57_0x2cc680(0x1d3)]=(..._0x5dc657)=>{const _0x135bae=a57_0x2cc680;this[_0x135bae(0x1d1)](LOG_LEVELS['ERROR'],_0x5dc657);};[a57_0x2cc680(0x1d9)]=(..._0x4d1fde)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x4d1fde);};}function a57_0xc857(_0xa343ad,_0x476450){const _0x2be76a=a57_0x2be7();return a57_0xc857=function(_0xc8575d,_0x5eacfb){_0xc8575d=_0xc8575d-0x1c4;let _0x5a4d77=_0x2be76a[_0xc8575d];return _0x5a4d77;},a57_0xc857(_0xa343ad,_0x476450);};module[a57_0x2cc680(0x1c6)]=logPatcher;
@@ -1 +1 @@
1
- function a58_0x55a8(_0x471c8d,_0x34fa65){const _0x39e7de=a58_0x39e7();return a58_0x55a8=function(_0x55a80b,_0x59c5b7){_0x55a80b=_0x55a80b-0x155;let _0x48fa8b=_0x39e7de[_0x55a80b];return _0x48fa8b;},a58_0x55a8(_0x471c8d,_0x34fa65);}const a58_0x4b466a=a58_0x55a8;(function(_0x3fe5d4,_0x2eadd6){const _0x4ee723=a58_0x55a8,_0x52dead=_0x3fe5d4();while(!![]){try{const _0xb44f0f=-parseInt(_0x4ee723(0x16d))/0x1*(parseInt(_0x4ee723(0x167))/0x2)+-parseInt(_0x4ee723(0x170))/0x3*(-parseInt(_0x4ee723(0x16a))/0x4)+parseInt(_0x4ee723(0x173))/0x5+parseInt(_0x4ee723(0x15e))/0x6+-parseInt(_0x4ee723(0x169))/0x7+-parseInt(_0x4ee723(0x16b))/0x8+parseInt(_0x4ee723(0x166))/0x9;if(_0xb44f0f===_0x2eadd6)break;else _0x52dead['push'](_0x52dead['shift']());}catch(_0x4dc8f0){_0x52dead['push'](_0x52dead['shift']());}}}(a58_0x39e7,0x7b508));const Transport=require('winston-transport'),{consoleHolder}=require(a58_0x4b466a(0x158)),a58_0x1b8c3a={};a58_0x1b8c3a[a58_0x4b466a(0x156)]=a58_0x4b466a(0x156),a58_0x1b8c3a[a58_0x4b466a(0x159)]=a58_0x4b466a(0x159),a58_0x1b8c3a[a58_0x4b466a(0x178)]='DEBUG',a58_0x1b8c3a[a58_0x4b466a(0x168)]=a58_0x4b466a(0x168),a58_0x1b8c3a[a58_0x4b466a(0x15f)]=a58_0x4b466a(0x15f);function a58_0x39e7(){const _0x7cbf37=['198680PmOLBx','iJyYw','toISOString','error','logToTestOps','DEBUG','pid','INFO','level','../../helpers/test-observability/constants','ERROR','DEgcd','emit','toUpperCase','exports','2801790ktsTMU','WARN','sxgtm','message','qDSGL','zYLNj','trace','logged','6440238MdAseJ','32TeoEGw','TRACE','5670000CAikrN','2584240hmFINh','1961208aRFJzb','debug','19256KxHkzL','log','TEST_LOG','3iGBZCe','bs:addLog:','warn'];a58_0x39e7=function(){return _0x7cbf37;};return a58_0x39e7();}const LOG_LEVELS=a58_0x1b8c3a;class logReportingAPI extends Transport{constructor(_0x3b53c3){super(_0x3b53c3);}[a58_0x4b466a(0x16e)](_0x587ee6,_0x5860d2){const _0x37d95e=a58_0x4b466a,_0x2171f2={'DEgcd':_0x37d95e(0x165),'axcEg':function(_0x271321,_0x52d16e){return _0x271321(_0x52d16e);},'zYLNj':function(_0x204860,_0x25c063){return _0x204860===_0x25c063;},'iJyYw':'object','sxgtm':function(_0x3995ed){return _0x3995ed();}};_0x2171f2['axcEg'](setImmediate,()=>{const _0x587e4d=_0x37d95e;this[_0x587e4d(0x15b)](_0x2171f2[_0x587e4d(0x15a)],_0x587ee6);}),_0x2171f2[_0x37d95e(0x163)](typeof _0x587ee6,_0x2171f2[_0x37d95e(0x174)])?this['logToTestOps'](_0x587ee6[_0x37d95e(0x157)]||LOG_LEVELS[_0x37d95e(0x156)],_0x587ee6[_0x37d95e(0x161)],![]):this[_0x37d95e(0x177)](LOG_LEVELS[_0x37d95e(0x156)],_0x587ee6),_0x5860d2&&_0x2171f2[_0x37d95e(0x160)](_0x5860d2);}[a58_0x4b466a(0x177)]=(_0x457349=LOG_LEVELS[a58_0x4b466a(0x156)],_0x227b8d='',_0x4550a0=!![])=>{const _0xd91567=a58_0x4b466a,_0x4a21f2={};_0x4a21f2[_0xd91567(0x162)]=_0xd91567(0x16f);const _0x1db2cc=_0x4a21f2;_0x4550a0&&consoleHolder[_0x457349['toLowerCase']()](_0x227b8d),process[_0xd91567(0x15b)](_0xd91567(0x171)+process[_0xd91567(0x155)],{'timestamp':new Date()[_0xd91567(0x175)](),'level':_0x457349[_0xd91567(0x15c)](),'message':_0x227b8d,'kind':_0x1db2cc[_0xd91567(0x162)],'http_response':{}});};[a58_0x4b466a(0x164)]=(_0x20d6df,_0x17f5fa)=>{const _0xc09816=a58_0x4b466a;this[_0xc09816(0x177)](LOG_LEVELS[_0xc09816(0x168)],_0x20d6df);};[a58_0x4b466a(0x16c)]=(_0xdbd9d5,_0x52bb33)=>{const _0x32da59=a58_0x4b466a;this[_0x32da59(0x177)](LOG_LEVELS['DEBUG'],_0xdbd9d5);};['info']=(_0x463b16,_0x188ee9)=>{const _0x11cba3=a58_0x4b466a;this[_0x11cba3(0x177)](LOG_LEVELS['INFO'],_0x463b16);};[a58_0x4b466a(0x172)]=(_0x5679d6,_0x562685)=>{const _0x50c46b=a58_0x4b466a;this['logToTestOps'](LOG_LEVELS[_0x50c46b(0x15f)],_0x5679d6);};[a58_0x4b466a(0x176)]=(_0x37b825,_0x2dccc6)=>{const _0x5a1c55=a58_0x4b466a;this[_0x5a1c55(0x177)](LOG_LEVELS[_0x5a1c55(0x159)],_0x37b825);};};module[a58_0x4b466a(0x15d)]=logReportingAPI;
1
+ const a58_0x29dc4f=a58_0x28e9;(function(_0x41500d,_0x381615){const _0x1982f8=a58_0x28e9,_0xa6d9de=_0x41500d();while(!![]){try{const _0x325a09=parseInt(_0x1982f8(0x148))/0x1*(-parseInt(_0x1982f8(0x141))/0x2)+-parseInt(_0x1982f8(0x14f))/0x3*(-parseInt(_0x1982f8(0x139))/0x4)+-parseInt(_0x1982f8(0x132))/0x5+parseInt(_0x1982f8(0x155))/0x6*(parseInt(_0x1982f8(0x151))/0x7)+-parseInt(_0x1982f8(0x145))/0x8*(-parseInt(_0x1982f8(0x133))/0x9)+-parseInt(_0x1982f8(0x150))/0xa*(-parseInt(_0x1982f8(0x140))/0xb)+-parseInt(_0x1982f8(0x13a))/0xc;if(_0x325a09===_0x381615)break;else _0xa6d9de['push'](_0xa6d9de['shift']());}catch(_0x4ead2a){_0xa6d9de['push'](_0xa6d9de['shift']());}}}(a58_0x535f,0x8caa3));const Transport=require(a58_0x29dc4f(0x149)),{consoleHolder}=require(a58_0x29dc4f(0x13c)),a58_0x3d28df={};a58_0x3d28df['INFO']=a58_0x29dc4f(0x144),a58_0x3d28df['ERROR']='ERROR',a58_0x3d28df['DEBUG']=a58_0x29dc4f(0x14d),a58_0x3d28df[a58_0x29dc4f(0x14b)]='TRACE',a58_0x3d28df['WARN']=a58_0x29dc4f(0x13b);const LOG_LEVELS=a58_0x3d28df;class logReportingAPI extends Transport{constructor(_0x544c51){super(_0x544c51);}[a58_0x29dc4f(0x142)](_0x1df04d,_0x51b495){const _0x1a5306=a58_0x29dc4f,_0x3dc4c7={'yWyyl':_0x1a5306(0x143),'srEql':function(_0x43f0fe,_0x3a5c3d){return _0x43f0fe(_0x3a5c3d);},'BeSrR':function(_0x25f860,_0x1a303c){return _0x25f860===_0x1a303c;},'gEQxi':_0x1a5306(0x152),'mspgs':function(_0x3d204b){return _0x3d204b();}};_0x3dc4c7[_0x1a5306(0x14c)](setImmediate,()=>{const _0x22230b=_0x1a5306;this[_0x22230b(0x13f)](_0x3dc4c7['yWyyl'],_0x1df04d);}),_0x3dc4c7[_0x1a5306(0x13d)](typeof _0x1df04d,_0x3dc4c7['gEQxi'])?this[_0x1a5306(0x146)](_0x1df04d[_0x1a5306(0x14a)]||LOG_LEVELS[_0x1a5306(0x144)],_0x1df04d['message'],![]):this[_0x1a5306(0x146)](LOG_LEVELS[_0x1a5306(0x144)],_0x1df04d),_0x51b495&&_0x3dc4c7[_0x1a5306(0x138)](_0x51b495);}[a58_0x29dc4f(0x146)]=(_0x5d0635=LOG_LEVELS[a58_0x29dc4f(0x144)],_0x5ae9fb='',_0x2a286e=!![])=>{const _0x3c21d2=a58_0x29dc4f,_0x5c9bbc={};_0x5c9bbc[_0x3c21d2(0x136)]=_0x3c21d2(0x156);const _0x4264ed=_0x5c9bbc;_0x2a286e&&consoleHolder[_0x5d0635[_0x3c21d2(0x137)]()](_0x5ae9fb),process[_0x3c21d2(0x13f)]('bs:addLog:'+process[_0x3c21d2(0x147)],{'timestamp':new Date()['toISOString'](),'level':_0x5d0635[_0x3c21d2(0x134)](),'message':_0x5ae9fb,'kind':_0x4264ed['JOGNR'],'http_response':{}});};[a58_0x29dc4f(0x14e)]=(_0x147535,_0x5289bc)=>{const _0x2ae570=a58_0x29dc4f;this[_0x2ae570(0x146)](LOG_LEVELS[_0x2ae570(0x14b)],_0x147535);};[a58_0x29dc4f(0x157)]=(_0x1204fd,_0x2730b4)=>{const _0x1c094e=a58_0x29dc4f;this[_0x1c094e(0x146)](LOG_LEVELS[_0x1c094e(0x14d)],_0x1204fd);};[a58_0x29dc4f(0x153)]=(_0x291b3f,_0x1113fe)=>{const _0x48990f=a58_0x29dc4f;this['logToTestOps'](LOG_LEVELS[_0x48990f(0x144)],_0x291b3f);};[a58_0x29dc4f(0x154)]=(_0x1e6bf3,_0x4f8bd0)=>{const _0x464ac2=a58_0x29dc4f;this[_0x464ac2(0x146)](LOG_LEVELS[_0x464ac2(0x13b)],_0x1e6bf3);};[a58_0x29dc4f(0x135)]=(_0x307c8d,_0x8ad47)=>{const _0x2f0ba1=a58_0x29dc4f;this[_0x2f0ba1(0x146)](LOG_LEVELS[_0x2f0ba1(0x13e)],_0x307c8d);};}function a58_0x28e9(_0x564ba9,_0x5a13a5){const _0x535ffa=a58_0x535f();return a58_0x28e9=function(_0x28e9bb,_0x381d8c){_0x28e9bb=_0x28e9bb-0x132;let _0x195422=_0x535ffa[_0x28e9bb];return _0x195422;},a58_0x28e9(_0x564ba9,_0x5a13a5);}function a58_0x535f(){const _0x573335=['ERROR','emit','2251909KUxUZa','36QpdIHQ','log','logged','INFO','856oaCCCp','logToTestOps','pid','7283lZNxkp','winston-transport','level','TRACE','srEql','DEBUG','trace','330EsvihC','10dmXKQG','2093371PbWxBp','object','info','warn','12LqxuML','TEST_LOG','debug','194590hhlAmE','96507gAEJxw','toUpperCase','error','JOGNR','toLowerCase','mspgs','14932DSdlHB','19375692XXKSre','WARN','../../helpers/test-observability/constants','BeSrR'];a58_0x535f=function(){return _0x573335;};return a58_0x535f();};module['exports']=logReportingAPI;