browserstack-node-sdk 1.47.3 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) 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/generated/sdk-messages-accessibility_pb.d.ts +6 -0
  41. package/generated/sdk-messages-accessibility_pb.js +49 -1
  42. package/generated/sdk-messages_pb.d.ts +12 -0
  43. package/generated/sdk-messages_pb.js +98 -2
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/runner.js +1 -1
  94. package/src/bin/setup.js +1 -1
  95. package/src/bin/test-runner/index.js +1 -1
  96. package/src/bin/test-runner/runTest.js +1 -1
  97. package/src/bin/test-runner/testWorker.js +1 -1
  98. package/src/bin/utils/apiUtilityMethods.js +1 -1
  99. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  100. package/src/bin/utils/constants.js +1 -1
  101. package/src/bin/utils/log4jsAppender.js +1 -1
  102. package/src/bin/utils/logPatcher.js +1 -1
  103. package/src/bin/utils/logReportingAPI.js +1 -1
  104. package/src/bin/utils/playwright-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/testFramework.js +1 -1
  120. package/src/bin/v2/grpcClient.js +1 -1
  121. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  122. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/trackedContext.js +1 -1
  124. package/src/bin/v2/instances/trackedInstance.js +1 -1
  125. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  126. package/src/bin/v2/modules/baseModule.js +1 -1
  127. package/src/bin/v2/modules/loadTestModule.js +1 -1
  128. package/src/bin/v2/modules/observabilityModule.js +1 -1
  129. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  130. package/src/bin/v2/modules/testhubModule.js +1 -1
  131. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  132. package/src/bin/v2/state/hookState.js +1 -1
  133. package/src/bin/v2/state/testFrameworkState.js +1 -1
  134. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  135. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  136. package/src/bin/v2/utils/jest-utils.js +1 -1
  137. package/src/bin/vanilla-js/command.js +1 -1
  138. package/src/browserStackSdk.js +1 -1
  139. package/src/helpers/BrowserStackSetup.js +1 -1
  140. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  141. package/src/helpers/accessibility-automation/constants.js +1 -1
  142. package/src/helpers/accessibility-automation/helper.js +1 -1
  143. package/src/helpers/accessibility-automation/scripts.js +1 -1
  144. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  145. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  146. package/src/helpers/ats/constants.js +1 -1
  147. package/src/helpers/ats/helper.js +1 -1
  148. package/src/helpers/capsMapping.js +1 -1
  149. package/src/helpers/central-scanner/constants.js +1 -1
  150. package/src/helpers/central-scanner/helpers.js +1 -1
  151. package/src/helpers/classLogger.js +1 -1
  152. package/src/helpers/globals.js +1 -1
  153. package/src/helpers/helper.js +1 -1
  154. package/src/helpers/logger.js +1 -1
  155. package/src/helpers/metadata.js +1 -1
  156. package/src/helpers/patchHelper.js +1 -1
  157. package/src/helpers/patchHelpers.js +1 -1
  158. package/src/helpers/percy/Percy.js +1 -1
  159. package/src/helpers/percy/PercyBinary.js +1 -1
  160. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  161. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  162. package/src/helpers/percy/PercySDK.js +1 -1
  163. package/src/helpers/percy/index.js +1 -1
  164. package/src/helpers/percy/utils.js +1 -1
  165. package/src/helpers/performance/constants.js +1 -1
  166. package/src/helpers/performance/performance-tester.js +1 -1
  167. package/src/helpers/playwright-helper.js +1 -1
  168. package/src/helpers/processHelper.js +1 -1
  169. package/src/helpers/request-spy.js +1 -1
  170. package/src/helpers/setKeepAlive.js +1 -1
  171. package/src/helpers/test-observability/constants.js +1 -1
  172. package/src/helpers/test-observability/error-handler.js +1 -1
  173. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  174. package/src/helpers/test-observability/sessionHandler.js +1 -1
  175. package/src/helpers/test-observability/utils.js +1 -1
  176. package/src/helpers/test-orchestration/constants.js +1 -1
  177. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  178. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  179. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  180. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  181. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  182. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  183. package/src/helpers/testhub/constants.js +1 -1
  184. package/src/helpers/testhub/testhubHandler.js +1 -1
  185. package/src/helpers/testhub/utils.js +1 -1
  186. package/src/helpers/timeoutPromise.js +1 -1
  187. package/src/helpers/utilities.js +1 -1
  188. package/src/helpers/w3cMapping.js +1 -1
  189. package/src/hubAllocationMethods.js +1 -1
  190. 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_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');
3
+ const a49_0x14fe88=a49_0x4116;(function(_0x4a90e4,_0x550fd7){const _0x2978d9=a49_0x4116,_0x48ad86=_0x4a90e4();while(!![]){try{const _0x17bb3c=-parseInt(_0x2978d9(0x1e2))/0x1+parseInt(_0x2978d9(0x1c0))/0x2+-parseInt(_0x2978d9(0x1c7))/0x3*(parseInt(_0x2978d9(0x1ed))/0x4)+parseInt(_0x2978d9(0x1c1))/0x5*(-parseInt(_0x2978d9(0x1ec))/0x6)+parseInt(_0x2978d9(0x1da))/0x7*(parseInt(_0x2978d9(0x1a0))/0x8)+parseInt(_0x2978d9(0x1e5))/0x9*(parseInt(_0x2978d9(0x1f3))/0xa)+parseInt(_0x2978d9(0x1cd))/0xb*(parseInt(_0x2978d9(0x1d7))/0xc);if(_0x17bb3c===_0x550fd7)break;else _0x48ad86['push'](_0x48ad86['shift']());}catch(_0x2d2c41){_0x48ad86['push'](_0x48ad86['shift']());}}}(a49_0x3d0b,0xdd68d));const fs=require('fs'),helper=require(a49_0x14fe88(0x1d8)),utilities=require(a49_0x14fe88(0x1ee)),yaml=require(a49_0x14fe88(0x1a2)),yargs=require(a49_0x14fe88(0x1db)),logger=require(a49_0x14fe88(0x1d3))[a49_0x14fe88(0x1bd)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a49_0x14fe88(0x1d4),configFile=process[a49_0x14fe88(0x1d9)]()+a49_0x14fe88(0x1b3),packageFile=process[a49_0x14fe88(0x1d9)]()+a49_0x14fe88(0x1c2),frameworks=[a49_0x14fe88(0x1c8),a49_0x14fe88(0x1ca),a49_0x14fe88(0x1b6),a49_0x14fe88(0x1dd),a49_0x14fe88(0x1bf),a49_0x14fe88(0x1ac),a49_0x14fe88(0x1b8)];let config;logger[a49_0x14fe88(0x1bc)](a49_0x14fe88(0x1a3)),createConfigurationFile(yargs['argv'][a49_0x14fe88(0x1bb)],yargs[a49_0x14fe88(0x1b0)][a49_0x14fe88(0x1a4)],yargs['argv'][a49_0x14fe88(0x1b8)]);try{sdkSetup();}catch(a49_0x356b2d){logger['debug'](a49_0x14fe88(0x1df)+a49_0x356b2d);}function a49_0x4116(_0x4bede0,_0x582dc6){const _0x3d0b82=a49_0x3d0b();return a49_0x4116=function(_0x4116b9,_0x40975f){_0x4116b9=_0x4116b9-0x1a0;let _0x45d3ac=_0x3d0b82[_0x4116b9];return _0x45d3ac;},a49_0x4116(_0x4bede0,_0x582dc6);}addScriptInPackageJson();function createConfigurationFile(_0x22bc45,_0x3c9842,_0x406b32=![]){const _0x3a0460=a49_0x14fe88,_0x474045={};_0x474045[_0x3a0460(0x1cc)]=_0x3a0460(0x1ba),_0x474045['exVNY']='YOUR_USERNAME',_0x474045[_0x3a0460(0x1be)]=_0x3a0460(0x1c3);const _0x4a1f8c=_0x474045;try{let _0xfdf6fc=fs[_0x3a0460(0x1e9)](_0x406b32?configFileTemplatePW:configFileTemplate,_0x4a1f8c[_0x3a0460(0x1cc)]);_0x22bc45&&(_0xfdf6fc=_0xfdf6fc[_0x3a0460(0x1ea)](_0x4a1f8c[_0x3a0460(0x1cb)],_0x22bc45)),_0x3c9842&&(_0xfdf6fc=_0xfdf6fc[_0x3a0460(0x1ea)](_0x4a1f8c['eCYBL'],_0x3c9842)),config=yaml[_0x3a0460(0x1ad)](_0xfdf6fc),fs[_0x3a0460(0x1e0)](configFile,_0xfdf6fc,_0xbee946=>{const _0x26200e=_0x3a0460;_0xbee946&&logger[_0x26200e(0x1d0)](_0xbee946);});}catch(_0xdbc55c){logger[_0x3a0460(0x1d0)](_0xdbc55c);}}function addPostInstallScript(_0x3679ca,_0x5de34b){const _0x2216d8=a49_0x14fe88,_0x6ab4e={};_0x6ab4e[_0x2216d8(0x1f2)]='postinstall',_0x6ab4e['nigsy']=_0x2216d8(0x1ab),_0x6ab4e[_0x2216d8(0x1e6)]=_0x2216d8(0x1a6);const _0x168927=_0x6ab4e;let _0x108892=_0x3679ca[_0x168927['cVUim']];if(_0x108892&&_0x108892[_0x2216d8(0x1c4)](_0x168927[_0x2216d8(0x1de)]))return;!_0x108892?_0x108892=_0x168927[_0x2216d8(0x1de)]:_0x108892+=_0x168927[_0x2216d8(0x1e6)],_0x5de34b[_0x2216d8(0x1eb)]([_0x168927['cVUim'],_0x108892]);}function addScriptInPackageJson(){const _0x7170cf=a49_0x14fe88,_0xc4a30d={'CPNgP':_0x7170cf(0x1ba),'MERjD':function(_0x18458c,_0x42fbc2){return _0x18458c<_0x42fbc2;},'oAaER':function(_0x377d66,_0x22e8d3,_0x4f468f){return _0x377d66(_0x22e8d3,_0x4f468f);},'PzXRs':function(_0x241769,_0xcc07dd){return _0x241769<_0xcc07dd;},'opuWt':function(_0x5f421b,_0x372f38,_0x4ae7fb){return _0x5f421b(_0x372f38,_0x4ae7fb);},'jZhgr':function(_0x192bec,_0x2712c2,_0x546568){return _0x192bec(_0x2712c2,_0x546568);},'OFwxA':function(_0x4bc056,_0x562990){return _0x4bc056!==_0x562990;},'ekzMN':_0x7170cf(0x1af)},_0x2baa63=JSON[_0x7170cf(0x1ef)](fs[_0x7170cf(0x1e9)](packageFile,_0xc4a30d[_0x7170cf(0x1b9)])),_0x401878=[];for(let _0xd0f3d6=0x0;_0xc4a30d[_0x7170cf(0x1a8)](_0xd0f3d6,frameworks[_0x7170cf(0x1b1)]);_0xd0f3d6+=0x1){const _0x198b9c=_0xc4a30d[_0x7170cf(0x1a9)](findScriptsWithFramework,_0x2baa63[_0x7170cf(0x1ae)],frameworks[_0xd0f3d6]);for(let _0x3089e0=0x0;_0xc4a30d[_0x7170cf(0x1aa)](_0x3089e0,_0x198b9c['length']);_0x3089e0+=0x1){_0x401878['push'](_0xc4a30d[_0x7170cf(0x1a7)](getUpdatedCommand,_0x2baa63[_0x7170cf(0x1ae)],_0x198b9c[_0x3089e0]));}_0xc4a30d[_0x7170cf(0x1d5)](addPostInstallScript,_0x2baa63['scripts'],_0x401878);}const _0x361711={..._0x2baa63[_0x7170cf(0x1ae)]},_0x26d6bd=_0x361711;for(let _0x3ada86=0x0;_0xc4a30d[_0x7170cf(0x1aa)](_0x3ada86,_0x401878[_0x7170cf(0x1b1)]);_0x3ada86+=0x1){_0x26d6bd[_0x401878[_0x3ada86][0x0]]=_0x401878[_0x3ada86][0x1];}_0xc4a30d[_0x7170cf(0x1e1)](JSON[_0x7170cf(0x1e4)](_0x2baa63[_0x7170cf(0x1ae)]),JSON[_0x7170cf(0x1e4)](_0x26d6bd))&&(logger[_0x7170cf(0x1bc)](_0xc4a30d[_0x7170cf(0x1e8)]),_0x2baa63[_0x7170cf(0x1ae)]=_0x26d6bd,fs[_0x7170cf(0x1e0)](packageFile,JSON['stringify'](_0x2baa63,null,0x2),_0x574889=>{const _0x48e625=_0x7170cf;_0x574889&&logger[_0x48e625(0x1d0)](_0x574889);}));};function findScriptsWithFramework(_0x4b37f9,_0x58d193){const _0x40e8eb=a49_0x14fe88,_0x14ddb2={};_0x14ddb2[_0x40e8eb(0x1d6)]=function(_0x580f78,_0x5215e7){return _0x580f78<_0x5215e7;},_0x14ddb2[_0x40e8eb(0x1cf)]=_0x40e8eb(0x1a1);const _0x5dcb7f=_0x14ddb2,_0x36e9a2=[],_0x2ef73c=Object[_0x40e8eb(0x1b2)](_0x4b37f9);for(let _0x3e82af=0x0;_0x5dcb7f[_0x40e8eb(0x1d6)](_0x3e82af,_0x2ef73c[_0x40e8eb(0x1b1)]);_0x3e82af+=0x1){_0x2ef73c[_0x3e82af][0x1][_0x40e8eb(0x1c4)](_0x58d193)&&!_0x2ef73c[_0x3e82af][0x1][_0x40e8eb(0x1c4)](_0x5dcb7f['WalUx'])&&_0x36e9a2[_0x40e8eb(0x1eb)](_0x2ef73c[_0x3e82af][0x0]);}return _0x36e9a2;}function a49_0x3d0b(){const _0x577475=['/../../browserstack.pw.yml.sample','jZhgr','FZukY','22271412PqmJaW','../helpers/helper','cwd','7iAreEN','yargs','debug','node','nigsy','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','writeFileSync','OFwxA','1487764jhzYCD','split','stringify','1215yZpJLY','iVHlz','join','ekzMN','readFileSync','replace','push','234TXhbTC','5669812DfKgYO','../helpers/utilities','parse','-browserstack','fireFunnelTestEvent','cVUim','53470NmIkQn','9621616LoUecq','browserstack-node-sdk','js-yaml','Creating\x20configuration\x20file...','key','qVssU','\x20&&\x20npm\x20update\x20browserstack-node-sdk','opuWt','MERjD','oAaER','PzXRs','npm\x20update\x20browserstack-node-sdk','codeceptjs','load','scripts','Adding\x20new\x20script(s)\x20in\x20package.json...','argv','length','entries','/browserstack.yml','node-setup','pKLYv','cucumber-js','indexOf','playwright','CPNgP','utf8','username','info','winstonLogger','eCYBL','nightwatch','1624394zVdjxT','100075kGTGER','/package.json','YOUR_ACCESS_KEY','includes','rdHdS','ftjxN','3GxypSn','mocha','dKpFB','jest','exVNY','eYSqa','11TkSFnI','source','WalUx','error','browserstack-node-sdk\x20','SDKSetup','../helpers/logger'];a49_0x3d0b=function(){return _0x577475;};return a49_0x3d0b();}function getUpdatedCommand(_0x54c942,_0x158c65){const _0x6c3b19=a49_0x14fe88,_0x597c21={};_0x597c21[_0x6c3b19(0x1c6)]=function(_0x1b92fb,_0x1fbde3){return _0x1b92fb!==_0x1fbde3;},_0x597c21['pKLYv']=_0x6c3b19(0x1a1),_0x597c21[_0x6c3b19(0x1a5)]=function(_0x579ca7,_0x464270){return _0x579ca7===_0x464270;};const _0x483430=_0x597c21,_0x470aa0=_0x158c65+_0x6c3b19(0x1f0),_0x367655=_0x54c942[_0x158c65],_0x2bd1de=_0x367655[_0x6c3b19(0x1e3)]('\x20');for(const _0x20676b of frameworks){if(_0x483430['ftjxN'](_0x2bd1de['indexOf'](_0x20676b),-0x1)){_0x2bd1de['splice'](_0x2bd1de[_0x6c3b19(0x1b7)](_0x20676b),0x0,_0x483430[_0x6c3b19(0x1b5)]);break;}}let _0x3a35d7=_0x2bd1de[_0x6c3b19(0x1e7)]('\x20');return _0x483430[_0x6c3b19(0x1a5)](_0x3a35d7,_0x367655)&&(_0x3a35d7=_0x6c3b19(0x1d1)+_0x367655),[_0x470aa0,_0x3a35d7];}function sdkSetup(){const _0x1b2119=a49_0x14fe88,_0x3eec3c={};_0x3eec3c['rdHdS']=_0x1b2119(0x1b4),_0x3eec3c[_0x1b2119(0x1c9)]=_0x1b2119(0x1d2);const _0x214252=_0x3eec3c;if(helper['isUndefined'](config))return;config[_0x1b2119(0x1ce)]=_0x214252[_0x1b2119(0x1c5)];try{utilities[_0x1b2119(0x1f1)](_0x214252[_0x1b2119(0x1c9)],{},config,'');}catch(_0x34e04f){logger[_0x1b2119(0x1dc)](_0x1b2119(0x1df)+_0x34e04f);}}logger[a49_0x14fe88(0x1bc)]('Setup\x20completed');
@@ -1 +1 @@
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
+ const a50_0x39423c=a50_0x3949;(function(_0x391cd7,_0x2aef17){const _0xf86b41=a50_0x3949,_0x2bc5e1=_0x391cd7();while(!![]){try{const _0x193341=-parseInt(_0xf86b41(0x10b))/0x1*(parseInt(_0xf86b41(0x12d))/0x2)+parseInt(_0xf86b41(0x122))/0x3+parseInt(_0xf86b41(0xd6))/0x4*(-parseInt(_0xf86b41(0x112))/0x5)+-parseInt(_0xf86b41(0xe6))/0x6*(parseInt(_0xf86b41(0x12b))/0x7)+parseInt(_0xf86b41(0x120))/0x8*(-parseInt(_0xf86b41(0xe7))/0x9)+parseInt(_0xf86b41(0x119))/0xa+parseInt(_0xf86b41(0xeb))/0xb;if(_0x193341===_0x2aef17)break;else _0x2bc5e1['push'](_0x2bc5e1['shift']());}catch(_0x3b47f8){_0x2bc5e1['push'](_0x2bc5e1['shift']());}}}(a50_0x404f,0x2b39e));function a50_0x404f(){const _0x51a245=['stop','vanillaWorker','24hSGdgO','9ynGyCC','emittery','winstonLogger','BSvLl','4460951GZoHRa','test-file-start','platform-run-success','length','_workerPool','athpb','BNVTj','ptBHN','bZPmk','resolve','oGElw','lmtDt','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','debug','test-file-failure','pemYp','platform','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','AoFQy','../../helpers/performance/constants','platform-run-start','test-file-success','getStdout','dKRye','biuRp','gJAfe','exit','\x20for','sTWog','getStderr','then','stderr','1IyIszh','error','worker','configuration','worker_threads','waitForExit','Cwqhq','140265IAbpOR','YdtiQ','parallelTestRun','RjcmV','file','dGjIF','end','2526210mWzJAV','util','./testWorker.js','lirUN','CzIFE','emit','send','1918024qKVOsO','platform-run-failure','65709wtExAG','UEKsA','ILeiA','../../helpers/performance/performance-tester','vpFkP','cucumberWorker','log','platforms','sfEqC','198758KZjeVq','tUkSa','243258vAnafu','json','all','tpyVR','Running\x20','p-limit','results','UNSTABLE_onCustomMessage','gRPnU','failureCount','eFXBa','4CUOfQQ','Exception\x20in\x20sending\x20worker\x20message\x20','platformCaps','map','aJxsd','Worker','pipe','yYlck','Workers\x20failed\x20to\x20exit\x20gracefully','ajeGI','KHdMe','sPpdJ','stdout','jLWIo'];a50_0x404f=function(){return _0x51a245;};return a50_0x404f();}const Worker=require('jest-worker')[a50_0x39423c(0xdb)],Emittery=require(a50_0x39423c(0xe8)),pLimit=require(a50_0x39423c(0xd0)),{parentPort}=require(a50_0x39423c(0x10f)),util=require(a50_0x39423c(0x11a)),logger=require('../../helpers/logger')[a50_0x39423c(0xe9)],PerformanceTester=require(a50_0x39423c(0x125)),PerformanceEvents=require(a50_0x39423c(0xfe))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a50_0x3949(_0xe0cab5,_0xf0eab0){const _0x404faa=a50_0x404f();return a50_0x3949=function(_0x394924,_0x361af5){_0x394924=_0x394924-0xcd;let _0x339034=_0x404faa[_0x394924];return _0x339034;},a50_0x3949(_0xe0cab5,_0xf0eab0);}exports[a50_0x39423c(0x114)]=(_0x30cf52,_0x6f0b77,_0x3973e5)=>new Promise(async _0x4650ba=>{const _0x1c3a4a=a50_0x39423c,_0x4cebe2={'CzIFE':_0x1c3a4a(0xd4),'aJxsd':function(_0x12486b,_0x3a87ac){return _0x12486b+_0x3a87ac;},'BSvLl':_0x1c3a4a(0xd1),'JCQFC':'Workers\x20failed\x20to\x20exit\x20gracefully','BNVTj':function(_0x349708,_0xcc86b7){return _0x349708(_0xcc86b7);},'yYlck':_0x1c3a4a(0xec),'lmtDt':_0x1c3a4a(0x11b),'dKRye':_0x1c3a4a(0x10d),'pVxWW':_0x1c3a4a(0x12e),'ajeGI':_0x1c3a4a(0xdc),'kgAJs':function(_0x510489,_0x3dc20f){return _0x510489*_0x3dc20f;},'YdtiQ':_0x1c3a4a(0x100),'oGElw':_0x1c3a4a(0xf9),'VBrZx':function(_0x2aa007,_0x4406e2){return _0x2aa007(_0x4406e2);},'ILeiA':function(_0x3ce202,_0x1edc3c){return _0x3ce202*_0x1edc3c;}},_0x3c2328=_0x3973e5['config'],_0x57b711={},_0x66b3ec=new Worker(require[_0x1c3a4a(0xf4)](_0x4cebe2[_0x1c3a4a(0xf6)]),{'exposedMethods':[_0x4cebe2[_0x1c3a4a(0x102)]],'forkOptions':{'serialization':_0x4cebe2['pVxWW'],'stdio':_0x4cebe2[_0x1c3a4a(0xdf)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4cebe2['kgAJs'](_0x6f0b77,0x1),'enableWorkerThreads':!![]}),_0x273e50=new Emittery();_0x273e50['on'](_0x4cebe2[_0x1c3a4a(0x113)],_0x609128=>{const _0x2faec9=_0x1c3a4a;_0x57b711[_0x609128[0x0]]?(_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0x11d)]]=_0x4cebe2[_0x2faec9(0xda)](_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0x11d)]],_0x609128[0x1][_0x4cebe2['CzIFE']]),_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0xea)]]=[..._0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0xea)]],..._0x609128[0x1][_0x4cebe2[_0x2faec9(0xea)]]]):_0x57b711[_0x609128[0x0]]={'failureCount':_0x609128[0x1][_0x4cebe2[_0x2faec9(0x11d)]],'results':[..._0x609128[0x1][_0x4cebe2[_0x2faec9(0xea)]]]};}),_0x273e50['on'](_0x4cebe2[_0x1c3a4a(0xf5)],_0x9153bc=>console['log'](_0x9153bc[0x1]));_0x66b3ec[_0x1c3a4a(0x101)]()&&_0x66b3ec[_0x1c3a4a(0x101)]()[_0x1c3a4a(0xdc)](process[_0x1c3a4a(0xe2)]);_0x66b3ec[_0x1c3a4a(0x108)]()&&_0x66b3ec[_0x1c3a4a(0x108)]()[_0x1c3a4a(0xdc)](process[_0x1c3a4a(0x10a)]);const _0x226cdb=async()=>{const _0x375122=_0x1c3a4a,{forceExited:_0x39b018}=await _0x66b3ec[_0x375122(0x118)]();_0x39b018&&console['error'](_0x4cebe2['JCQFC']);try{await TestHubHandler[_0x375122(0xe4)]();}catch(_0x1ff894){_0x4cebe2[_0x375122(0xf1)](debug,_0x375122(0xf7)+_0x1ff894);}_0x4cebe2[_0x375122(0xf1)](_0x4650ba,_0x57b711);},_0x595fe4=_0x4cebe2['VBrZx'](pLimit,_0x4cebe2[_0x1c3a4a(0x124)](_0x6f0b77,0x1)),_0x3650b7=_0x4826a0=>_0x595fe4(async()=>{const _0x560bc5=_0x1c3a4a;await _0x273e50[_0x560bc5(0x11e)](_0x4cebe2[_0x560bc5(0xdd)],_0x4826a0);const _0x13b770=_0x66b3ec['worker'](_0x4826a0,_0x3c2328);try{parentPort&&_0x13b770[_0x560bc5(0xd2)](_0x4ec33d=>{const _0x258df8=_0x560bc5;try{parentPort['postMessage'](_0x4ec33d);}catch(_0x28d6ac){logger[_0x258df8(0xf8)](_0x258df8(0xd7)+util['format'](_0x28d6ac));}});}catch(_0x1b4727){logger[_0x560bc5(0xf8)](_0x560bc5(0xfc)+util['format'](_0x1b4727));}return _0x13b770;});PerformanceTester[_0x1c3a4a(0x118)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x30cf52[_0x1c3a4a(0xd9)](_0x11f888=>_0x3650b7(_0x11f888)[_0x1c3a4a(0x109)](_0x1fe373=>_0x273e50['emit']('test-file-success',[_0x11f888[_0x1c3a4a(0x10e)][_0x1c3a4a(0xfb)],_0x1fe373]),_0x45eff2=>_0x273e50[_0x1c3a4a(0x11e)](_0x1c3a4a(0xf9),[_0x11f888,_0x45eff2]))))['then'](_0x226cdb,_0x226cdb);}),exports['parallelCucumberRun']=(_0x482986,_0x4f390c,_0x30abd8,_0x3bb187,_0x1483b8)=>{const _0x40e18e=a50_0x39423c,_0x3a97f9={'qbwsk':_0x40e18e(0xde),'tUkSa':function(_0x3ceb6b,_0xae892d){return _0x3ceb6b(_0xae892d);},'biuRp':_0x40e18e(0xff),'tpyVR':_0x40e18e(0x11b),'eFXBa':_0x40e18e(0x127),'vpFkP':'json','gRPnU':_0x40e18e(0xdc),'UEKsA':'platform-run-success','Cwqhq':'platform-run-failure'};return new Promise(_0x3859bc=>{const _0x5198a7=_0x40e18e,_0x3298eb={'lAIWR':_0x3a97f9['qbwsk'],'gJAfe':function(_0x44c933,_0x46ab9d){const _0x3a665f=a50_0x3949;return _0x3a97f9[_0x3a665f(0x12c)](_0x44c933,_0x46ab9d);},'bZPmk':_0x3a97f9[_0x5198a7(0x103)]},_0xa38876=[],_0x3a1f01=new Worker(require['resolve'](_0x3a97f9[_0x5198a7(0xce)]),{'exposedMethods':[_0x3a97f9[_0x5198a7(0xd5)]],'forkOptions':{'serialization':_0x3a97f9[_0x5198a7(0x126)],'stdio':_0x3a97f9[_0x5198a7(0xd3)]},'numWorkers':_0x482986[_0x5198a7(0xee)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x170946=new Emittery();_0x170946['on'](_0x3a97f9[_0x5198a7(0x123)],_0x37a591=>{_0xa38876['push']([_0x37a591[0x0],_0x37a591[0x1]]);}),_0x170946['on'](_0x3a97f9[_0x5198a7(0x111)],_0x398845=>console[_0x5198a7(0x128)](_0x398845[0x1]));_0x3a1f01[_0x5198a7(0x101)]()&&_0x3a1f01[_0x5198a7(0x101)]()[_0x5198a7(0xdc)](process[_0x5198a7(0xe2)]);_0x3a1f01[_0x5198a7(0x108)]()&&_0x3a1f01[_0x5198a7(0x108)]()[_0x5198a7(0xdc)](process[_0x5198a7(0x10a)]);const _0x45c3f0=async()=>{const _0xcfd2e2=_0x5198a7,{forceExited:_0x47bafe}=await _0x3a1f01['end']();_0x47bafe&&console[_0xcfd2e2(0x10c)](_0x3298eb['lAIWR']),_0x3298eb[_0xcfd2e2(0x104)](_0x3859bc,_0xa38876);},_0x3a72b6=_0x3a97f9['tUkSa'](pLimit,_0x482986['length']||0x1),_0x2c955c=(_0x479c29,_0x5a0993)=>_0x3a72b6(async()=>{const _0x42aa4b=_0x5198a7;return await _0x170946[_0x42aa4b(0x11e)](_0x3298eb[_0x42aa4b(0xf3)],_0x479c29),_0x4f390c[_0x42aa4b(0xd8)]=_0x30abd8[_0x42aa4b(0x129)][_0x5a0993],_0x3a1f01[_0x42aa4b(0x127)](_0x479c29,_0x4f390c,_0x30abd8,_0x3bb187,_0x1483b8);});Promise[_0x5198a7(0xcd)](_0x482986['map']((_0x8bfb56,_0x2a8462)=>_0x2c955c(_0x8bfb56,_0x2a8462)[_0x5198a7(0x109)](_0x283a63=>_0x170946[_0x5198a7(0x11e)](_0x5198a7(0xed),[_0x8bfb56,_0x283a63]),_0x1d2ce5=>_0x170946[_0x5198a7(0x11e)](_0x5198a7(0x121),[_0x8bfb56,_0x1d2ce5]))))['then'](_0x45c3f0,_0x45c3f0);});},exports['parallelVanillaRun']=(_0x4d85df,_0x1ac83c)=>new Promise(_0x127682=>{const _0x543059=a50_0x39423c,_0x25efc3={'RjcmV':function(_0x5af29f,_0x29f99a){return _0x5af29f===_0x29f99a;},'AoFQy':function(_0x22f993,_0x1de9a6){return _0x22f993!==_0x1de9a6;},'LPLli':_0x543059(0x105),'sJQeC':'Workers\x20failed\x20to\x20exit\x20gracefully','lirUN':function(_0x14d3e7,_0x178a10){return _0x14d3e7(_0x178a10);},'jLWIo':_0x543059(0x11b),'KHdMe':_0x543059(0xe5),'dGjIF':'json','sPpdJ':_0x543059(0xdc),'PoTYz':'test-file-success','sfEqC':_0x543059(0xf9),'pemYp':function(_0x316e09,_0x460860){return _0x316e09(_0x460860);}},_0x25df9a={},_0x14d5f8=new Worker(require[_0x543059(0xf4)](_0x25efc3[_0x543059(0xe3)]),{'exposedMethods':[_0x25efc3[_0x543059(0xe0)]],'forkOptions':{'serialization':_0x25efc3[_0x543059(0x117)],'stdio':_0x25efc3[_0x543059(0xe1)]},'numWorkers':_0x1ac83c,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4cbaa2=new Emittery();_0x4cbaa2['on'](_0x25efc3['PoTYz'],_0x96499f=>{const _0x1ee188=_0x543059;_0x96499f[0x0]&&logger['info'](_0x1ee188(0xcf)+_0x96499f[0x1]+_0x1ee188(0x106),_0x96499f[0x0]);}),_0x4cbaa2['on'](_0x25efc3[_0x543059(0x12a)],_0x4b296f=>{process['exitCode']=0x1;});_0x14d5f8['getStdout']()&&_0x14d5f8['getStdout']()[_0x543059(0xdc)](process['stdout']);_0x14d5f8['getStderr']()&&_0x14d5f8[_0x543059(0x108)]()[_0x543059(0xdc)](process[_0x543059(0x10a)]);const _0x46683a=async()=>{const _0x45fafe=_0x543059,_0x3065d8={'uROxm':function(_0x1bb5a9,_0x24b6a0){const _0x5d90bb=a50_0x3949;return _0x25efc3[_0x5d90bb(0x115)](_0x1bb5a9,_0x24b6a0);},'athpb':function(_0x5d6958,_0x4c9dbb){const _0xd68eb7=a50_0x3949;return _0x25efc3[_0xd68eb7(0xfd)](_0x5d6958,_0x4c9dbb);},'WgKrj':_0x25efc3['LPLli']};let _0x1cd79f=0x0;const _0x54aa3f=_0x14d5f8[_0x45fafe(0xef)]['getWorkers'](),_0x90c1c6=()=>{},_0x3078ec=_0x54aa3f[_0x45fafe(0xd9)](async _0x549352=>{const _0x223b60=_0x45fafe,_0x57c16b={'ptBHN':function(_0x3bbcb4,_0x101953){return _0x3065d8['uROxm'](_0x3bbcb4,_0x101953);},'sTWog':function(_0x176fed,_0x4bb9d0){const _0x16ce8e=a50_0x3949;return _0x3065d8[_0x16ce8e(0xf0)](_0x176fed,_0x4bb9d0);}};_0x549352[_0x223b60(0x11f)]([0x2,![]],_0x90c1c6,_0x90c1c6,_0x90c1c6),_0x549352['_child']['on'](_0x3065d8['WgKrj'],_0x41a78c=>{const _0x108081=_0x223b60;_0x57c16b[_0x108081(0xf2)](_0x1cd79f,0x0)&&_0x57c16b[_0x108081(0x107)](_0x41a78c,0x0)&&(_0x1cd79f=_0x41a78c);}),await _0x549352[_0x223b60(0x110)]();});await Promise[_0x45fafe(0xcd)](_0x3078ec),process['exitCode']=_0x1cd79f;const {forceExited:_0x5b9f82}=await _0x14d5f8[_0x45fafe(0x118)]();_0x5b9f82&&console['error'](_0x25efc3['sJQeC']),_0x25efc3[_0x45fafe(0x11c)](_0x127682,_0x25df9a);},_0x17a1e5=_0x25efc3[_0x543059(0xfa)](pLimit,_0x1ac83c),_0x1e41e4=_0x52e995=>_0x17a1e5(async()=>{const _0xd54993=_0x543059;return _0x14d5f8[_0xd54993(0xe5)](_0x52e995);});Promise[_0x543059(0xcd)](_0x4d85df[_0x543059(0xd9)](_0x45ba6c=>_0x1e41e4(_0x45ba6c)['then'](_0x552ade=>_0x4cbaa2['emit'](_0x543059(0x100),[_0x45ba6c['configuration']['platform'],_0x45ba6c['configuration'][_0x543059(0x116)]]),_0x3b20bd=>_0x4cbaa2[_0x543059(0x11e)](_0x543059(0xf9),[_0x45ba6c,_0x3b20bd]))))[_0x543059(0x109)](_0x46683a,_0x46683a);});
@@ -1 +1 @@
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
+ function a51_0x2c98(){const _0x56fa14=['XqCHv','formatter','MhPIS','6QJhSXx','247065wTQMnD','qlqZy','stopMonitoring','../../helpers/performance/performance-tester','RZcCq','Yktyq','configuration','run','runVanillaTest','3278635TYvYVK','../launcher/launcher','1071371fJWSfB','EVENTS','41544dwCfIG','720YeMchA','mocha','end','sLnYP','../../helpers/test-observability/utils','vanilla','328dhtDbO','184869ZyNupZ','runTest','runCucumberTest','mvUgu','GuYek','63702QiQAmc','5996776MoJcnD','startMonitoring','CUErW','cucumber-js','../../helpers/performance/constants','3025sXzAEZ','16xcPEdL'];a51_0x2c98=function(){return _0x56fa14;};return a51_0x2c98();}const a51_0x9490dd=a51_0x4cbb;function a51_0x4cbb(_0x27db44,_0x2dddc3){const _0x2c98c6=a51_0x2c98();return a51_0x4cbb=function(_0x4cbb95,_0x1f2085){_0x4cbb95=_0x4cbb95-0xeb;let _0x1e72fa=_0x2c98c6[_0x4cbb95];return _0x1e72fa;},a51_0x4cbb(_0x27db44,_0x2dddc3);}(function(_0x5d2714,_0x25089e){const _0x20f290=a51_0x4cbb,_0xaa4bdd=_0x5d2714();while(!![]){try{const _0x399cd7=parseInt(_0x20f290(0xfe))/0x1+-parseInt(_0x20f290(0xee))/0x2*(-parseInt(_0x20f290(0x108))/0x3)+parseInt(_0x20f290(0x10e))/0x4+-parseInt(_0x20f290(0xfc))/0x5*(-parseInt(_0x20f290(0xf2))/0x6)+parseInt(_0x20f290(0xf3))/0x7*(-parseInt(_0x20f290(0x107))/0x8)+parseInt(_0x20f290(0x10d))/0x9*(-parseInt(_0x20f290(0x101))/0xa)+parseInt(_0x20f290(0xed))/0xb*(-parseInt(_0x20f290(0x100))/0xc);if(_0x399cd7===_0x25089e)break;else _0xaa4bdd['push'](_0xaa4bdd['shift']());}catch(_0x410c1a){_0xaa4bdd['push'](_0xaa4bdd['shift']());}}}(a51_0x2c98,0xc5e13));const PerformanceEvents=require(a51_0x9490dd(0xec))[a51_0x9490dd(0xff)],PerformanceTester=require(a51_0x9490dd(0xf6)),{sleep}=require(a51_0x9490dd(0x105));exports[a51_0x9490dd(0x109)]=async(_0x467071,_0x222ade)=>{const _0x1c7792=a51_0x9490dd,_0x2de3bc={'sLnYP':function(_0x27c81d,_0x3c66d1){return _0x27c81d(_0x3c66d1);},'hBwqd':_0x1c7792(0xfd),'GuYek':_0x1c7792(0x102),'mvUgu':function(_0x585467,_0x1b3244){return _0x585467(_0x1b3244);}};PerformanceTester[_0x1c7792(0x10f)]();const _0x12df1a=_0x2de3bc[_0x1c7792(0x104)](require,_0x2de3bc['hBwqd']),_0x4c790e=new _0x12df1a(_0x2de3bc[_0x1c7792(0x10c)],_0x467071,_0x222ade),_0xec66ba=await _0x4c790e[_0x1c7792(0xfa)]();return PerformanceTester[_0x1c7792(0x103)](PerformanceEvents['SDK_POST_TEST']),await _0x2de3bc[_0x1c7792(0x10b)](sleep,0x3e8),PerformanceTester[_0x1c7792(0xf5)](),_0xec66ba;},exports[a51_0x9490dd(0x10a)]=async(_0x162783,_0x504e3f,_0x8dbe29,_0x37f792,_0x1a66ba)=>{const _0x3bce81=a51_0x9490dd,_0xa9b192={'RZcCq':function(_0x4bdbc4,_0x241f67){return _0x4bdbc4(_0x241f67);},'Yktyq':'../launcher/launcher','CUErW':_0x3bce81(0xeb)},_0x2122e4={'capability':_0x162783,..._0x504e3f},_0x2b1571={};_0x2b1571[_0x3bce81(0xf9)]=_0x2122e4,_0x2b1571[_0x3bce81(0xf0)]=_0x1a66ba;const _0x19526f=_0x2b1571,_0x596d2f=_0xa9b192[_0x3bce81(0xf7)](require,_0xa9b192[_0x3bce81(0xf8)]),_0xe124a5=new _0x596d2f(_0xa9b192[_0x3bce81(0x110)],_0x19526f,_0x8dbe29,_0x37f792);return await _0xe124a5[_0x3bce81(0xfa)]();},exports[a51_0x9490dd(0xfb)]=async _0x40d3f4=>{const _0x2ee1c8=a51_0x9490dd,_0x112235={'qlqZy':function(_0x535897,_0x4931f5){return _0x535897(_0x4931f5);},'MhPIS':_0x2ee1c8(0xfd),'XqCHv':_0x2ee1c8(0x106)},_0x23bd55=_0x112235[_0x2ee1c8(0xf4)](require,_0x112235[_0x2ee1c8(0xf1)]),_0x29248c=new _0x23bd55(_0x112235[_0x2ee1c8(0xef)],_0x40d3f4);return await _0x29248c['run']();};
@@ -1 +1 @@
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
+ function a52_0x40ad(){const _0x507407=['vanillaWorker','350829WenMRh','480ZLzEhC','NHEnT','213723IBeMvp','430050YlrxGh','367780EPgrRY','10059QWLoMa','cucumberWorker','2638188MvzVde','worker','985385jsMIOz','TSvUi','128AwCMiv','./runTest'];a52_0x40ad=function(){return _0x507407;};return a52_0x40ad();}const a52_0x403e17=a52_0xa5c8;(function(_0x3608b0,_0x330d72){const _0x47606a=a52_0xa5c8,_0x5cfad6=_0x3608b0();while(!![]){try{const _0x425be6=-parseInt(_0x47606a(0x18b))/0x1+parseInt(_0x47606a(0x190))/0x2+-parseInt(_0x47606a(0x191))/0x3*(parseInt(_0x47606a(0x18c))/0x4)+parseInt(_0x47606a(0x186))/0x5+-parseInt(_0x47606a(0x18f))/0x6+parseInt(_0x47606a(0x193))/0x7+parseInt(_0x47606a(0x188))/0x8*(parseInt(_0x47606a(0x18e))/0x9);if(_0x425be6===_0x330d72)break;else _0x5cfad6['push'](_0x5cfad6['shift']());}catch(_0x186474){_0x5cfad6['push'](_0x5cfad6['shift']());}}}(a52_0x40ad,0x4c66b));function a52_0xa5c8(_0x34f737,_0x58b46e){const _0x40adfc=a52_0x40ad();return a52_0xa5c8=function(_0xa5c886,_0x4128ec){_0xa5c886=_0xa5c886-0x185;let _0x554225=_0x40adfc[_0xa5c886];return _0x554225;},a52_0xa5c8(_0x34f737,_0x58b46e);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x403e17(0x189));exports[a52_0x403e17(0x185)]=async(_0x8a395e,_0x1c94ba)=>{const _0x475104=a52_0x403e17,_0x4596d6={'TSvUi':function(_0x4a3631,_0x41649e,_0x61ae0e){return _0x4a3631(_0x41649e,_0x61ae0e);}};return await _0x4596d6[_0x475104(0x187)](runTest,_0x8a395e,_0x1c94ba);},exports[a52_0x403e17(0x192)]=async(_0x2ed8c8,_0x401de7,_0x7200c6,_0x25a660,_0x2b7c51)=>{const _0x3ee38d=a52_0x403e17,_0x1b4fa0={'NHEnT':function(_0x525a99,_0x1709f3,_0x17f202,_0x28b249,_0x147c95,_0x10861d){return _0x525a99(_0x1709f3,_0x17f202,_0x28b249,_0x147c95,_0x10861d);}};return await _0x1b4fa0[_0x3ee38d(0x18d)](runCucumberTest,_0x2ed8c8,_0x401de7,_0x7200c6,_0x25a660,_0x2b7c51);},exports[a52_0x403e17(0x18a)]=async _0x4134b8=>{const _0x1814d6={'qVoEU':function(_0x435f87,_0x1270ff){return _0x435f87(_0x1270ff);}};return await _0x1814d6['qVoEU'](runVanillaTest,_0x4134b8);};
@@ -1 +1 @@
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
+ const a53_0x4688dc=a53_0x39a9;function a53_0x1d80(){const _0x5d170f=['tBTDo','./sharedUtils','ICmaH','DUQdO','automate','oienv','FygZl','cdp','CrdUD','getAutomateSessionStatusAPIUrl','getAppAutomateSessionStatusAPIUrl','getAppAutomateSessionsListAPIUrl','nvWGE','getAutomateSessionsListAPIUrl','PLAYWRIGHT_HUB_URL','APP_UPLOAD_URL','xhbwn','LbgMW','9qrbAOT','OBSERVABILITY_UPLOAD_URL','363147pDAPqV','IvIqP','4962QnfvgN','tTPaM','exports','XaPWR','replace','fRBuE','396559aqyJAk','OdCrX','YtDmv','MeBDq','19548RMXjvP','DBwuL','kFZbJ','foZlM','xBZiT','rCGAp','blISO','BszsS','api','jzZKL','XRqCn','observability','XTwXN','edsInstrumentation','GcPrp','wOfbh','fOFlu','bvYre','ZOVxe','jlUFf','getAutoCaptureLogsAPIUrl','getAutomateSessionNameAPIUrl','mlgLe','XrjVX','endsWith','hjTKY','EDS_URL','8990KOJWsH','QDobY','EwFIL','EoGts','1176PmmrTC','apis','ltBHP','gmwQb','GUCJl','qAJgF','../v2/browserstackCLI','370BlSQwN','hyEHJ','mjzTQ','vNBrl','3377NYecRu','xAQUh','HXmji','VLIZr','Hurlf','1455472HKcsor','MyinM','wgwpQ','appAutomate','nFJQb','PqMXY','upload','getConfig','DVSmc','getInstance','5740632phgavN','EhCBp','getAppAutomateSessionNameAPIUrl','toString','xVgig','wss:','BROWSERSTACK_API_URL','2quRAKk','getBStackAPIUrl'];a53_0x1d80=function(){return _0x5d170f;};return a53_0x1d80();}(function(_0x926f9b,_0x240ad5){const _0x4aa020=a53_0x39a9,_0x3ed2a5=_0x926f9b();while(!![]){try{const _0x209557=parseInt(_0x4aa020(0x1b6))/0x1*(parseInt(_0x4aa020(0x198))/0x2)+parseInt(_0x4aa020(0x1ae))/0x3+-parseInt(_0x4aa020(0x1ba))/0x4*(parseInt(_0x4aa020(0x17e))/0x5)+-parseInt(_0x4aa020(0x1b0))/0x6*(parseInt(_0x4aa020(0x177))/0x7)+parseInt(_0x4aa020(0x187))/0x8*(parseInt(_0x4aa020(0x1ac))/0x9)+parseInt(_0x4aa020(0x173))/0xa*(-parseInt(_0x4aa020(0x182))/0xb)+parseInt(_0x4aa020(0x191))/0xc;if(_0x209557===_0x240ad5)break;else _0x3ed2a5['push'](_0x3ed2a5['shift']());}catch(_0x556473){_0x3ed2a5['push'](_0x3ed2a5['shift']());}}}(a53_0x1d80,0x61fd1));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x4688dc(0x19b)),getBrowserstackCLI=()=>{const _0x13afe8=a53_0x4688dc,_0x277b3b={'GcPrp':function(_0x5dbba5,_0x4255ec){return _0x5dbba5(_0x4255ec);},'qAJgF':_0x13afe8(0x17d)};return _0x277b3b[_0x13afe8(0x1c8)](require,_0x277b3b[_0x13afe8(0x17c)]);};function a53_0x39a9(_0x184f4e,_0x2a1854){const _0x1d80cb=a53_0x1d80();return a53_0x39a9=function(_0x39a9dd,_0x2f030f){_0x39a9dd=_0x39a9dd-0x16b;let _0x1f8864=_0x1d80cb[_0x39a9dd];return _0x1f8864;},a53_0x39a9(_0x184f4e,_0x2a1854);}class APIUtilityMethods{static[a53_0x4688dc(0x199)](_0x55e729){const _0x14698f=a53_0x4688dc,_0x506ea8={'GMYsx':function(_0x3e0a07){return _0x3e0a07();},'CrdUD':function(_0x4909da,_0x2c9988,_0x267b25){return _0x4909da(_0x2c9988,_0x267b25);},'mlgLe':_0x14698f(0x178),'ZLqzr':_0x14698f(0x19e),'xAQUh':_0x14698f(0x1c2),'hjTKY':function(_0x1449d8,_0x48e87a){return _0x1449d8===_0x48e87a;},'fOFlu':function(_0x46969e,_0x190a9){return _0x46969e+_0x190a9;}},_0x20dd13=_0x506ea8['GMYsx'](getBrowserstackCLI),_0xb104c9=_0x506ea8[_0x14698f(0x1a2)](nestedKeyValue,_0x20dd13[_0x14698f(0x190)]()['getConfig'](),[_0x506ea8[_0x14698f(0x16e)],_0x506ea8['ZLqzr'],_0x506ea8[_0x14698f(0x183)]])||constants[_0x14698f(0x197)];if(!_0x55e729||_0x506ea8[_0x14698f(0x171)](_0x55e729,''))return _0xb104c9;const _0x26cdd6=_0xb104c9[_0x14698f(0x170)]('/')?_0xb104c9:_0x506ea8[_0x14698f(0x1ca)](_0xb104c9,'/');return new URL(_0x55e729,_0x26cdd6)['toString']();}static['getEdsInstrumentationAPIUrl'](_0xae9670){const _0xf25cea=a53_0x4688dc,_0x2abefb={'jzZKL':function(_0x145b4a){return _0x145b4a();},'oienv':function(_0x1d8245,_0x141e62,_0x42820b){return _0x1d8245(_0x141e62,_0x42820b);},'Masdy':_0xf25cea(0x178),'ZOVxe':_0xf25cea(0x1c7),'DVSmc':_0xf25cea(0x1c2),'EhCBp':function(_0x4951a2,_0x47a183){return _0x4951a2===_0x47a183;},'MLQJl':function(_0x41ce76,_0x39d915){return _0x41ce76+_0x39d915;}},_0x188555=_0x2abefb[_0xf25cea(0x1c3)](getBrowserstackCLI),_0x19993e=_0x2abefb[_0xf25cea(0x19f)](nestedKeyValue,_0x188555[_0xf25cea(0x190)]()[_0xf25cea(0x18e)](),[_0x2abefb['Masdy'],_0x2abefb[_0xf25cea(0x1cc)],_0x2abefb[_0xf25cea(0x18f)]])||constants[_0xf25cea(0x172)];if(!_0xae9670||_0x2abefb[_0xf25cea(0x192)](_0xae9670,''))return _0x19993e;const _0x534bc7=_0x19993e[_0xf25cea(0x170)]('/')?_0x19993e:_0x2abefb['MLQJl'](_0x19993e,'/');return new URL(_0xae9670,_0x534bc7)[_0xf25cea(0x194)]();}static[a53_0x4688dc(0x1a3)](_0x4d61cc){const _0x3749f0=a53_0x4688dc,_0x59c33f={'jlUFf':function(_0x1c39c6){return _0x1c39c6();},'DUQdO':function(_0x2a6b07,_0x5b2b84,_0x4ce5e6){return _0x2a6b07(_0x5b2b84,_0x4ce5e6);},'PqMXY':_0x3749f0(0x178),'XTwXN':_0x3749f0(0x19e),'iKiyy':_0x3749f0(0x1c2),'gVWqk':function(_0x300160,_0xee7f4d){return _0x300160===_0xee7f4d;},'Badyp':function(_0x3a64f1,_0x564d24){return _0x3a64f1+_0x564d24;}},_0x8f1b4a=_0x59c33f[_0x3749f0(0x16b)](getBrowserstackCLI),_0x1c457c=_0x59c33f[_0x3749f0(0x19d)](nestedKeyValue,_0x8f1b4a[_0x3749f0(0x190)]()['getConfig'](),[_0x59c33f[_0x3749f0(0x18c)],_0x59c33f[_0x3749f0(0x1c6)],_0x59c33f['iKiyy']])||constants[_0x3749f0(0x197)];if(!_0x4d61cc||_0x59c33f['gVWqk'](_0x4d61cc,''))return _0x1c457c;const _0x11ef6e=_0x1c457c[_0x3749f0(0x170)]('/')?_0x1c457c:_0x59c33f['Badyp'](_0x1c457c,'/');return new URL(_0x4d61cc,_0x11ef6e)[_0x3749f0(0x194)]();}static[a53_0x4688dc(0x1a4)](_0x491162){const _0x26d432=a53_0x4688dc,_0x15336d={'kHEWc':function(_0x278810){return _0x278810();},'HXmji':function(_0x5df8f9,_0x4a7166,_0x48fe84){return _0x5df8f9(_0x4a7166,_0x48fe84);},'XRqCn':'apis','rCGAp':'appAutomate','nvWGE':'api','BszsS':function(_0x99bc1b,_0x24c291){return _0x99bc1b===_0x24c291;},'hyEHJ':function(_0x2027a4,_0x5d19ff){return _0x2027a4+_0x5d19ff;}},_0x4b10ed=_0x15336d['kHEWc'](getBrowserstackCLI),_0x20a7a5=_0x15336d[_0x26d432(0x184)](nestedKeyValue,_0x4b10ed['getInstance']()['getConfig'](),[_0x15336d[_0x26d432(0x1c4)],_0x15336d[_0x26d432(0x1bf)],_0x15336d[_0x26d432(0x1a6)]])||constants[_0x26d432(0x197)];if(!_0x491162||_0x15336d[_0x26d432(0x1c1)](_0x491162,''))return _0x20a7a5;const _0x488f5c=_0x20a7a5[_0x26d432(0x170)]('/')?_0x20a7a5:_0x15336d[_0x26d432(0x17f)](_0x20a7a5,'/');return new URL(_0x491162,_0x488f5c)[_0x26d432(0x194)]();}static[a53_0x4688dc(0x16d)](_0xad7c5d){const _0x4a816d=a53_0x4688dc,_0x2792c4={'KpAsW':function(_0x19091c){return _0x19091c();},'kFZbJ':function(_0x51ac89,_0x346d4f,_0x28afe4){return _0x51ac89(_0x346d4f,_0x28afe4);},'GUCJl':_0x4a816d(0x178),'MeBDq':_0x4a816d(0x19e),'wgwpQ':_0x4a816d(0x1c2),'QDobY':function(_0x3bd40b,_0x511714){return _0x3bd40b===_0x511714;},'MACiX':function(_0x19799e,_0xb23b7c){return _0x19799e+_0xb23b7c;}},_0x210336=_0x2792c4['KpAsW'](getBrowserstackCLI),_0x351226=_0x2792c4[_0x4a816d(0x1bc)](nestedKeyValue,_0x210336['getInstance']()['getConfig'](),[_0x2792c4[_0x4a816d(0x17b)],_0x2792c4[_0x4a816d(0x1b9)],_0x2792c4[_0x4a816d(0x189)]])||constants[_0x4a816d(0x197)];if(!_0xad7c5d||_0x2792c4[_0x4a816d(0x174)](_0xad7c5d,''))return _0x351226;const _0x587e2c=_0x351226[_0x4a816d(0x170)]('/')?_0x351226:_0x2792c4['MACiX'](_0x351226,'/');return new URL(_0xad7c5d,_0x587e2c)['toString']();}static[a53_0x4688dc(0x193)](_0x4edd9c){const _0x8c55d0=a53_0x4688dc,_0x5984bb={'VLIZr':function(_0x11cb42){return _0x11cb42();},'vNBrl':function(_0xb69812,_0x46a3d1,_0x1164db){return _0xb69812(_0x46a3d1,_0x1164db);},'skWAi':_0x8c55d0(0x178),'gmwQb':_0x8c55d0(0x18a),'tBTDo':_0x8c55d0(0x1c2),'EoGts':function(_0x343d24,_0x302258){return _0x343d24===_0x302258;},'nFJQb':function(_0x5ab584,_0x2fb2f9){return _0x5ab584+_0x2fb2f9;}},_0xb14ecc=_0x5984bb[_0x8c55d0(0x185)](getBrowserstackCLI),_0x581988=_0x5984bb[_0x8c55d0(0x181)](nestedKeyValue,_0xb14ecc[_0x8c55d0(0x190)]()[_0x8c55d0(0x18e)](),[_0x5984bb['skWAi'],_0x5984bb[_0x8c55d0(0x17a)],_0x5984bb[_0x8c55d0(0x19a)]])||constants[_0x8c55d0(0x197)];if(!_0x4edd9c||_0x5984bb[_0x8c55d0(0x176)](_0x4edd9c,''))return _0x581988;const _0x2a6752=_0x581988['endsWith']('/')?_0x581988:_0x5984bb[_0x8c55d0(0x18b)](_0x581988,'/');return new URL(_0x4edd9c,_0x2a6752)[_0x8c55d0(0x194)]();}static[a53_0x4688dc(0x1a7)](_0x1adcc5){const _0x43f1ed=a53_0x4688dc,_0x94352={'GXPBJ':function(_0x43c3c3){return _0x43c3c3();},'EwFIL':function(_0x1c4388,_0x583454,_0x581571){return _0x1c4388(_0x583454,_0x581571);},'MyinM':_0x43f1ed(0x178),'xhbwn':_0x43f1ed(0x19e),'FygZl':_0x43f1ed(0x1c2),'xVgig':function(_0x1ca055,_0x49fb5f){return _0x1ca055===_0x49fb5f;},'ltBHP':function(_0x2204f8,_0x3a7527){return _0x2204f8+_0x3a7527;}},_0x120547=_0x94352['GXPBJ'](getBrowserstackCLI),_0x4c2809=_0x94352[_0x43f1ed(0x175)](nestedKeyValue,_0x120547[_0x43f1ed(0x190)]()[_0x43f1ed(0x18e)](),[_0x94352[_0x43f1ed(0x188)],_0x94352[_0x43f1ed(0x1aa)],_0x94352[_0x43f1ed(0x1a0)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1adcc5||_0x94352[_0x43f1ed(0x195)](_0x1adcc5,''))return _0x4c2809;const _0x8f6259=_0x4c2809[_0x43f1ed(0x170)]('/')?_0x4c2809:_0x94352[_0x43f1ed(0x179)](_0x4c2809,'/');return new URL(_0x1adcc5,_0x8f6259)[_0x43f1ed(0x194)]()[_0x43f1ed(0x1b4)](/^https?:\/\//,'');}static[a53_0x4688dc(0x1a5)](_0x32d870){const _0x3f85a6=a53_0x4688dc,_0x18fb32={'LbgMW':function(_0x330ee9){return _0x330ee9();},'ICmaH':function(_0x3e64de,_0x55e953,_0x4d918d){return _0x3e64de(_0x55e953,_0x4d918d);},'OdCrX':_0x3f85a6(0x178),'blISO':_0x3f85a6(0x18a),'BvwFo':_0x3f85a6(0x1c2),'YtDmv':function(_0x210ed2,_0x49a421){return _0x210ed2===_0x49a421;},'yYagM':function(_0x53d33f,_0x13903c){return _0x53d33f+_0x13903c;}},_0x492805=_0x18fb32[_0x3f85a6(0x1ab)](getBrowserstackCLI),_0x3a5ff2=_0x18fb32[_0x3f85a6(0x19c)](nestedKeyValue,_0x492805[_0x3f85a6(0x190)]()[_0x3f85a6(0x18e)](),[_0x18fb32[_0x3f85a6(0x1b7)],_0x18fb32[_0x3f85a6(0x1c0)],_0x18fb32['BvwFo']])||constants[_0x3f85a6(0x1a9)];if(!_0x32d870||_0x18fb32[_0x3f85a6(0x1b8)](_0x32d870,''))return _0x3a5ff2;const _0x53649b=_0x3a5ff2['endsWith']('/')?_0x3a5ff2:_0x18fb32['yYagM'](_0x3a5ff2,'/');return new URL(_0x32d870,_0x53649b)[_0x3f85a6(0x194)]()[_0x3f85a6(0x1b4)](/^https?:\/\//,'');}static[a53_0x4688dc(0x16c)](_0x4a4d02){const _0x4ae376=a53_0x4688dc,_0x2bc720={'XrjVX':function(_0x1a82cf){return _0x1a82cf();},'bvYre':function(_0x20619f,_0x11dd9e,_0x5ef341){return _0x20619f(_0x11dd9e,_0x5ef341);},'hZVxP':_0x4ae376(0x178),'IvIqP':_0x4ae376(0x1c5),'Hurlf':_0x4ae376(0x18d),'xBZiT':function(_0x419928,_0x30f070){return _0x419928===_0x30f070;},'tTPaM':function(_0x3bdebc,_0xc89c3a){return _0x3bdebc+_0xc89c3a;}},_0x3462d7=_0x2bc720[_0x4ae376(0x16f)](getBrowserstackCLI),_0x41f831=_0x2bc720[_0x4ae376(0x1cb)](nestedKeyValue,_0x3462d7[_0x4ae376(0x190)]()['getConfig'](),[_0x2bc720['hZVxP'],_0x2bc720[_0x4ae376(0x1af)],_0x2bc720[_0x4ae376(0x186)]])||constants[_0x4ae376(0x1ad)];if(!_0x4a4d02||_0x2bc720[_0x4ae376(0x1be)](_0x4a4d02,''))return _0x41f831;const _0x5f2b66=_0x41f831['endsWith']('/')?_0x41f831:_0x2bc720[_0x4ae376(0x1b1)](_0x41f831,'/');return new URL(_0x4a4d02,_0x5f2b66)[_0x4ae376(0x194)]();}static['getPlaywrightHubUrl'](_0x2d3a70){const _0x159e36=a53_0x4688dc,_0x54686b={'mjzTQ':function(_0x3e4e7b){return _0x3e4e7b();},'fRBuE':function(_0x2fe654,_0x2f7a33,_0x5e0571){return _0x2fe654(_0x2f7a33,_0x5e0571);},'wOfbh':_0x159e36(0x178),'gcOtW':'automate','jcOoF':_0x159e36(0x1a1),'foZlM':_0x159e36(0x196),'DBwuL':function(_0x44a1f2,_0x5c805e){return _0x44a1f2===_0x5c805e;},'AlLMp':function(_0xaaee0d,_0x1efac9){return _0xaaee0d+_0x1efac9;},'XaPWR':'/playwright?caps='},_0x1043b2=_0x54686b[_0x159e36(0x180)](getBrowserstackCLI),_0x4b33bc=_0x54686b[_0x159e36(0x1b5)](nestedKeyValue,_0x1043b2['getInstance']()[_0x159e36(0x18e)](),[_0x54686b[_0x159e36(0x1c9)],_0x54686b['gcOtW'],_0x54686b['jcOoF']]),_0x556ebd=(_0x4b33bc?_0x4b33bc[_0x159e36(0x1b4)](/^https:/,_0x54686b[_0x159e36(0x1bd)]):null)||constants[_0x159e36(0x1a8)];let _0xbd8f33;if(!_0x2d3a70||_0x54686b[_0x159e36(0x1bb)](_0x2d3a70,''))_0xbd8f33=_0x556ebd;else{const _0x149b2b=_0x556ebd[_0x159e36(0x170)]('/')?_0x556ebd:_0x54686b['AlLMp'](_0x556ebd,'/');_0xbd8f33=new URL(_0x2d3a70,_0x149b2b)['toString']();}return!_0xbd8f33[_0x159e36(0x170)](_0x54686b[_0x159e36(0x1b3)])&&(_0xbd8f33+=_0x54686b[_0x159e36(0x1b3)]),_0xbd8f33;}}module[a53_0x4688dc(0x1b2)]=APIUtilityMethods;
@@ -1 +1 @@
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
+ function a54_0x48c9(_0x1437b0,_0x4db470){const _0x38c883=a54_0x38c8();return a54_0x48c9=function(_0x48c95a,_0x257065){_0x48c95a=_0x48c95a-0xdd;let _0x3d7c10=_0x38c883[_0x48c95a];return _0x3d7c10;},a54_0x48c9(_0x1437b0,_0x4db470);}function a54_0x38c8(){const _0x2c6a79=['idTKK','ZJTXG','1177435gObGDQ','.browserstack\x20folder\x20not\x20accessible','BXWFO','reportFinalDetectionState','Edupu','[ClientTroubleShootingService]\x20','ckICz','reportProcessInterruptionSituation','getErrorMessage','{ENV_VAR}','../../helpers/logger','TuDIV','807958hFqXhM','getErrorDetails','finalErrorMessage','replace','getErrorCode','NvoyG','XPlru','gzTiC','IUmND','browserstack\x20cloud\x20not\x20reachable','toString','errorCodes','ClkLl','keys','glDSP','getInstance','isRunning','from','object','errorCode','getErrorCodesOccurredInCli','3207456PQMzWx','14368vhfaGO','Session\x20Linking\x20Issue','../v2/grpcClient','reportSessionLinkingIssue','getSuccess','hWGcL','warn','wBNBR','RcSNt','push','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','niGhp','ssl\x20cert\x20issue','Connectivity\x20Issue\x20details\x20not\x20found','getAggregatedClientTroubleshootingErrors','documentationLink','reportClientTroubleshootingError','sVFYg','XnFnC','add','size','Process\x20Interruption\x20details\x20not\x20found:','length','errorCodesOccurredWhenCLINotRunning','nVOcG','ecRix','error','Conflicting\x20Env\x20Var\x20details\x20not\x20found','CLIENT_TROUBLESHOOTING_HASH','logSituation','SpNEZ','./constants','checkForErrorsOccuredInCLI','base64','getDocumentationLink','sLQGZ','ddzCM','oiDPt','UcrBi','Process\x20Interruption','3429SJDXAD','exports','conflicting\x20env\x20var\x20detected','LKsgT','cqCnw','4xkIzuP','JQqvC','reportSSLCertIssue','getFinalErrorMessage','reportConflictingEnvVarIssue','isArray','EeWRE','logError','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','1431360GVjrKP','getAggregatedErrorCodes','qdoLn','Session\x20Linking\x20Issue\x20details\x20not\x20found','getCachedErrorCodes','../v2/browserstackCLI','getErrorCodes','errorCodesOccurredInCLI','cachedErrorCodes','errorMessage','Error\x20in\x20getting\x20error\x20details\x20for\x20','169263zDlslc','{SIGNAL}','yMGvQ','282660bzIaUF'];a54_0x38c8=function(){return _0x2c6a79;};return a54_0x38c8();}const a54_0x52236b=a54_0x48c9;(function(_0x52ea28,_0x30f518){const _0x52b4bf=a54_0x48c9,_0x462850=_0x52ea28();while(!![]){try{const _0x19c0b1=parseInt(_0x52b4bf(0x10a))/0x1+parseInt(_0x52b4bf(0x119))/0x2+-parseInt(_0x52b4bf(0x107))/0x3*(parseInt(_0x52b4bf(0xf3))/0x4)+-parseInt(_0x52b4bf(0xfc))/0x5+-parseInt(_0x52b4bf(0x12e))/0x6+-parseInt(_0x52b4bf(0x10d))/0x7+parseInt(_0x52b4bf(0x12f))/0x8*(parseInt(_0x52b4bf(0xee))/0x9);if(_0x19c0b1===_0x30f518)break;else _0x462850['push'](_0x462850['shift']());}catch(_0x404e1b){_0x462850['push'](_0x462850['shift']());}}}(a54_0x38c8,0x4f741));const logger=require(a54_0x52236b(0x117))['winstonLogger'],BrowserstackCLI=require(a54_0x52236b(0x101)),GrpcClient=require(a54_0x52236b(0x131)),constants=require(a54_0x52236b(0xe5));class ClientTroubleShootingService{static [a54_0x52236b(0x104)]=null;static [a54_0x52236b(0xdd)]=new Set();static async[a54_0x52236b(0x11a)](_0x175bea){const _0x41143a=a54_0x52236b,_0x131faa={};_0x131faa['cqCnw']=function(_0x388525,_0x296f59){return _0x388525!==_0x296f59;};const _0x4f1187=_0x131faa;try{if(BrowserstackCLI[_0x41143a(0x128)]()['isRunning']()){const _0x160bd5=await GrpcClient[_0x41143a(0x128)]()[_0x41143a(0x13f)](_0x175bea);if(_0x4f1187[_0x41143a(0xf2)](_0x160bd5,null)&&_0x160bd5[_0x41143a(0x133)]())return{'errorCode':_0x160bd5[_0x41143a(0x11d)](),'errorMessage':_0x160bd5[_0x41143a(0x115)]()};return{};}}catch(_0x5dbea0){return this['logError'](_0x41143a(0x106)+_0x175bea+':',_0x5dbea0),{};}}static async[a54_0x52236b(0xfd)](){const _0x1bd449=a54_0x52236b,_0x137f85={};_0x137f85['BsBZG']=function(_0x1f884f,_0x387bc9){return _0x1f884f!==_0x387bc9;},_0x137f85[_0x1bd449(0x137)]=_0x1bd449(0xe7),_0x137f85['kQAZr']=_0x1bd449(0x139);const _0x2572e8=_0x137f85;try{if(BrowserstackCLI[_0x1bd449(0x128)]()[_0x1bd449(0x129)]()){const _0x54ea13=await GrpcClient['getInstance']()[_0x1bd449(0x13d)]();if(_0x2572e8['BsBZG'](_0x54ea13,null)&&_0x54ea13[_0x1bd449(0x133)]()){const _0x5b1649=Buffer[_0x1bd449(0x12a)](_0x54ea13[_0x1bd449(0x102)](),_0x2572e8[_0x1bd449(0x137)])[_0x1bd449(0x123)](),_0x5e9e85=_0x5b1649?JSON['parse'](_0x5b1649):[],_0x13a16a=_0x54ea13[_0x1bd449(0xe8)](),_0x4a428a=_0x54ea13[_0x1bd449(0xf6)](),_0x669e4b=Buffer['from'](_0x54ea13[_0x1bd449(0x12d)](),_0x2572e8['RcSNt'])[_0x1bd449(0x123)](),_0x140681=_0x669e4b?JSON['parse'](_0x669e4b):[],_0x147763={};return _0x147763[_0x1bd449(0x124)]=_0x5e9e85,_0x147763[_0x1bd449(0x13e)]=_0x13a16a,_0x147763[_0x1bd449(0x11b)]=_0x4a428a,_0x147763[_0x1bd449(0x103)]=_0x140681,_0x147763;}const _0x5d2ecb={};return _0x5d2ecb[_0x1bd449(0x124)]=[],_0x5d2ecb[_0x1bd449(0x13e)]='',_0x5d2ecb['finalErrorMessage']='',_0x5d2ecb['errorCodesOccurredInCLI']=[],_0x5d2ecb;}const _0xc752a2={};return _0xc752a2['errorCodes']=[],_0xc752a2[_0x1bd449(0x13e)]='',_0xc752a2[_0x1bd449(0x11b)]='',_0xc752a2[_0x1bd449(0x103)]=[],_0xc752a2;}catch(_0xb85efe){this[_0x1bd449(0xfa)](_0x2572e8['kQAZr'],_0xb85efe);const _0x31ace2={};return _0x31ace2[_0x1bd449(0x124)]=[],_0x31ace2[_0x1bd449(0x13e)]='',_0x31ace2[_0x1bd449(0x11b)]='',_0x31ace2[_0x1bd449(0x103)]=[],_0x31ace2;}}static['logSituation'](_0x5233d0,_0x9795a0){const _0x487ab9=a54_0x52236b;logger[_0x487ab9(0x135)](_0x5233d0+':\x20'+_0x9795a0);}static[a54_0x52236b(0xe6)](_0x1b506d){const _0x4d681f=a54_0x52236b,_0x6998d4={};_0x6998d4[_0x4d681f(0x120)]=function(_0x237d8c,_0x2a26c9){return _0x237d8c!=_0x2a26c9;},_0x6998d4[_0x4d681f(0xf4)]=function(_0x5dba66,_0x57a401){return _0x5dba66!=_0x57a401;},_0x6998d4[_0x4d681f(0xde)]=function(_0x256930,_0x23b8e2){return _0x256930>_0x23b8e2;},_0x6998d4['XPlru']=function(_0x17728c,_0x2d6819){return _0x17728c!=_0x2d6819;};const _0x5c0da2=_0x6998d4,_0x782dbb=[];if(_0x5c0da2[_0x4d681f(0x120)](_0x1b506d,null)&&_0x5c0da2[_0x4d681f(0xf4)](_0x1b506d['errorCodesOccurredInCLI'],null)&&_0x5c0da2[_0x4d681f(0xde)](_0x1b506d['errorCodesOccurredInCLI']['length'],0x0))for(const _0x256b57 of _0x1b506d['errorCodesOccurredInCLI']){_0x5c0da2[_0x4d681f(0x11f)](_0x256b57[_0x4d681f(0x12c)],null)&&_0x5c0da2[_0x4d681f(0x11f)](_0x256b57['errorMessage'],null)&&(_0x782dbb[_0x4d681f(0x138)](_0x256b57[_0x4d681f(0x12c)]),this['logSituation'](_0x256b57[_0x4d681f(0x12c)],_0x256b57[_0x4d681f(0x105)]));}return _0x782dbb;}static[a54_0x52236b(0x100)](){return this['cachedErrorCodes'];}static[a54_0x52236b(0xfa)](_0x3a5bb0,_0x4d5960){const _0x230fb6=a54_0x52236b,_0x43fade={};_0x43fade[_0x230fb6(0xfe)]=function(_0x259d42,_0x59c989){return _0x259d42===_0x59c989;},_0x43fade[_0x230fb6(0xdf)]=_0x230fb6(0x12b);const _0x4ef2c0=_0x43fade;if(_0x4ef2c0[_0x230fb6(0xfe)](typeof _0x4d5960,_0x4ef2c0[_0x230fb6(0xdf)]))try{logger[_0x230fb6(0xe0)](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+JSON['stringify'](_0x4d5960));}catch(_0x5edfdf){logger['error'](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+_0x4d5960);}else logger[_0x230fb6(0xe0)](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+_0x4d5960);}static async[a54_0x52236b(0x114)](_0x459513){const _0x117ca5=a54_0x52236b,_0x45f1ff={};_0x45f1ff[_0x117ca5(0x141)]=_0x117ca5(0xed),_0x45f1ff['dNlpX']=function(_0x110c1b,_0x56bcd8){return _0x110c1b===_0x56bcd8;},_0x45f1ff[_0x117ca5(0x10f)]=_0x117ca5(0x144),_0x45f1ff[_0x117ca5(0x113)]=_0x117ca5(0x108);const _0x2b4af4=_0x45f1ff,_0x4adb53=await this['getErrorDetails'](_0x2b4af4[_0x117ca5(0x141)]);if(_0x2b4af4['dNlpX'](Object['keys'](_0x4adb53)['length'],0x0)){this[_0x117ca5(0xfa)](_0x2b4af4[_0x117ca5(0x10f)],_0x4adb53);return;}this['logSituation'](_0x4adb53['errorCode'],_0x4adb53['errorMessage']['replace'](_0x2b4af4[_0x117ca5(0x113)],_0x459513));}static async[a54_0x52236b(0x132)](){const _0x385a02=a54_0x52236b,_0x1321f4={};_0x1321f4[_0x385a02(0xf1)]=_0x385a02(0x130),_0x1321f4['niGhp']=function(_0x11890f,_0x584274){return _0x11890f===_0x584274;},_0x1321f4[_0x385a02(0x134)]=_0x385a02(0xff);const _0x128ded=_0x1321f4,_0x3666a5=await this[_0x385a02(0x11a)](_0x128ded[_0x385a02(0xf1)]);if(_0x128ded[_0x385a02(0x13a)](Object[_0x385a02(0x126)](_0x3666a5)[_0x385a02(0x145)],0x0)){this[_0x385a02(0xfa)](_0x128ded[_0x385a02(0x134)],_0x3666a5);return;}this[_0x385a02(0xe3)](_0x3666a5['errorCode'],_0x3666a5[_0x385a02(0x105)]);}static async['reportConnectivityIssue'](){const _0xcfb34a=a54_0x52236b,_0x2640ea={};_0x2640ea[_0xcfb34a(0x109)]=_0xcfb34a(0x122),_0x2640ea[_0xcfb34a(0xe4)]=function(_0xb92868,_0x1972b1){return _0xb92868===_0x1972b1;},_0x2640ea[_0xcfb34a(0x125)]=_0xcfb34a(0x13c);const _0x35930a=_0x2640ea,_0x2d602b=await this['getErrorDetails'](_0x35930a[_0xcfb34a(0x109)]);if(_0x35930a[_0xcfb34a(0xe4)](Object[_0xcfb34a(0x126)](_0x2d602b)[_0xcfb34a(0x145)],0x0)){this[_0xcfb34a(0xfa)](_0x35930a[_0xcfb34a(0x125)],_0x2d602b);return;}this[_0xcfb34a(0xe3)](_0x2d602b[_0xcfb34a(0x12c)],_0x2d602b['errorMessage']);}static async[a54_0x52236b(0xf5)](){const _0x4251a1=a54_0x52236b,_0x448031={};_0x448031[_0x4251a1(0x127)]=_0x4251a1(0x13b),_0x448031['EeWRE']=function(_0x490655,_0x4c5f4b){return _0x490655===_0x4c5f4b;},_0x448031[_0x4251a1(0x121)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0x104a5c=_0x448031,_0x22f3e0=await this[_0x4251a1(0x11a)](_0x104a5c[_0x4251a1(0x127)]);if(_0x104a5c[_0x4251a1(0xf9)](Object[_0x4251a1(0x126)](_0x22f3e0)[_0x4251a1(0x145)],0x0)){this[_0x4251a1(0xfa)](_0x104a5c[_0x4251a1(0x121)],_0x22f3e0);return;}this['logSituation'](_0x22f3e0[_0x4251a1(0x12c)],_0x22f3e0[_0x4251a1(0x105)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x2d93d7=a54_0x52236b,_0x1eb725={};_0x1eb725[_0x2d93d7(0xea)]=_0x2d93d7(0x10e),_0x1eb725[_0x2d93d7(0x136)]=function(_0x345c3f,_0x202bab){return _0x345c3f===_0x202bab;},_0x1eb725[_0x2d93d7(0x140)]=_0x2d93d7(0xfb);const _0x39d11c=_0x1eb725,_0x534865=constants[_0x2d93d7(0xe2)][_0x39d11c['ddzCM']];if(_0x39d11c[_0x2d93d7(0x136)](Object[_0x2d93d7(0x126)](_0x534865)[_0x2d93d7(0x145)],0x0)){this[_0x2d93d7(0xfa)](_0x39d11c[_0x2d93d7(0x140)],_0x534865);return;}this[_0x2d93d7(0xdd)][_0x2d93d7(0x142)](_0x534865[0x0]),this[_0x2d93d7(0xe3)](_0x534865[0x0],_0x534865[0x1]);}static async[a54_0x52236b(0xf7)](_0x24f93e){const _0x4db715=a54_0x52236b,_0x3133d1={};_0x3133d1[_0x4db715(0xe9)]=_0x4db715(0xf0),_0x3133d1[_0x4db715(0x10c)]=function(_0x5cb050,_0x178c19){return _0x5cb050===_0x178c19;},_0x3133d1[_0x4db715(0x111)]=_0x4db715(0xe1),_0x3133d1[_0x4db715(0x11e)]=_0x4db715(0x116);const _0x1ffbd0=_0x3133d1,_0x2a7752=await this[_0x4db715(0x11a)](_0x1ffbd0[_0x4db715(0xe9)]);if(_0x1ffbd0[_0x4db715(0x10c)](Object[_0x4db715(0x126)](_0x2a7752)['length'],0x0)){this['logError'](_0x1ffbd0['Edupu'],_0x2a7752);return;}const _0x47953f=_0x2a7752[_0x4db715(0x105)][_0x4db715(0x11c)](_0x1ffbd0[_0x4db715(0x11e)],_0x24f93e);this['logSituation'](_0x2a7752['errorCode'],_0x47953f);}static async[a54_0x52236b(0x110)](){const _0x16c3bd=a54_0x52236b,_0x33df8f={};_0x33df8f['TuDIV']=function(_0x3df7a3,_0x8735c3){return _0x3df7a3>_0x8735c3;},_0x33df8f[_0x16c3bd(0xec)]=function(_0x47b5f9,_0x4812d4){return _0x47b5f9>_0x4812d4;},_0x33df8f[_0x16c3bd(0xeb)]='{ERROR_CODES}',_0x33df8f[_0x16c3bd(0x10b)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x3459b2=_0x33df8f,_0x4a499f=await this[_0x16c3bd(0xfd)](),_0x2ccf2f=this[_0x16c3bd(0xe6)](_0x4a499f),_0x3e84ec=Array[_0x16c3bd(0xf8)](_0x4a499f['errorCodes'])?_0x4a499f[_0x16c3bd(0x124)]:[],_0x50518d=_0x3459b2[_0x16c3bd(0x118)](this[_0x16c3bd(0xdd)][_0x16c3bd(0x143)],0x0)?Array[_0x16c3bd(0x12a)](this[_0x16c3bd(0xdd)]):[],_0x6d92e4=new Set([..._0x3e84ec,..._0x2ccf2f,..._0x50518d]),_0x70c2bb=Array[_0x16c3bd(0x12a)](_0x6d92e4);if(_0x3459b2[_0x16c3bd(0xec)](_0x70c2bb['length'],0x0)){const _0x136544=_0x4a499f['finalErrorMessage']['replace'](_0x3459b2[_0x16c3bd(0xeb)],_0x70c2bb['join'](',\x20'))[_0x16c3bd(0x11c)](_0x3459b2['idTKK'],_0x4a499f[_0x16c3bd(0x13e)]);logger[_0x16c3bd(0x135)](_0x136544),this[_0x16c3bd(0x104)]=_0x70c2bb;}}}module[a54_0x52236b(0xef)]=ClientTroubleShootingService;
@@ -1 +1 @@
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
+ const a55_0x29a001=a55_0x42c0;(function(_0x58ef3e,_0x308cca){const _0x3b9000=a55_0x42c0,_0x41def3=_0x58ef3e();while(!![]){try{const _0x3d369c=parseInt(_0x3b9000(0xa7))/0x1+parseInt(_0x3b9000(0x155))/0x2+parseInt(_0x3b9000(0x151))/0x3+parseInt(_0x3b9000(0xe2))/0x4+-parseInt(_0x3b9000(0x142))/0x5*(-parseInt(_0x3b9000(0x169))/0x6)+parseInt(_0x3b9000(0xee))/0x7+-parseInt(_0x3b9000(0x15d))/0x8;if(_0x3d369c===_0x308cca)break;else _0x41def3['push'](_0x41def3['shift']());}catch(_0xfd2f8f){_0x41def3['push'](_0x41def3['shift']());}}}(a55_0x48d8,0x32756));const a55_0x4bd93={};a55_0x4bd93[a55_0x29a001(0x125)]='shows\x20version\x20information',a55_0x4bd93[a55_0x29a001(0x127)]='Specify\x20--help\x20for\x20available\x20options';const a55_0x2bc10e={};a55_0x2bc10e[a55_0x29a001(0x125)]=a55_0x29a001(0x17f);const a55_0x267540={};a55_0x267540[a55_0x29a001(0x125)]=a55_0x29a001(0xb1);const a55_0x2ac929={};a55_0x2ac929[a55_0x29a001(0x125)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';function a55_0x48d8(){const _0x5b8743=['MODULE','cucumber','staging','CERT_HAS_EXPIRED','Upgrade\x20required','ERR_PROXY_CONNECTION_FAILED','https://hub-devtestops.bsstag.com/wd/hub','OBSERVABILITY_UPLOAD_URL','https://eds.browserstack.com','https://automation-preprod.bsstag.com','CLIENT_TROUBLESHOOTING_HASH','ETXTBSY','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','EDS_URL','1472168WLfvKd','ERR_TIMED_OUT','wss://cdp.browserstack.com/playwright?caps=','ERR_TLS_CERT_ALTNAME_INVALID','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','customVariables','BSTACK_DELTA','bsstag.com','Run\x20js\x20tests\x20on\x20browserstack','preprod','vanilla','httpProxy','446754ypVUkh','proxyPassword','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Run\x20playwright\x20tests\x20on\x20Browserstack','UPDATED_CLI_ENDPOINT','localProxyPass','GLOBAL_AGENT_HTTP_PROXY','ERR_CONNECTION_ABORTED','SELF_SIGNED_CERT_IN_CHAIN','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','INTERNALLY_USED_ENV_VARS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','CODECEPTJS','TEST_FRAMEWORK_HOOK_TIMEOUT','percyOptions','SET_TCG_TOKEN_TIMEOUT','SDKTestTcgAuthFailure','PLAYWRIGHT','browserstack.overridelocalInfo.userAuthToken','percyScreenshot','.aab','EBUSY','AI_INIT_FAILURE','VALID_APP_EXTENSION','pre-prod','accessibility','PRIVATE_DOMAIN_OR_IP_REGEX','jest','wss://cdp-devtestops.bsstag.com/playwright?caps=','firefoxOptions','ERR_FAILED','BROWSERSTACK','ROOT_REGEX','JEST','uniqueDependency','BSTACK_URL','GLOBAL_AGENT_NO_PROXY','disableAutoCaptureLogs','https://automate.browserstack.com/dashboard/v2/builds/','ERR_ADDRESS_INVALID','browserstackAutomation','browserstack.com','.ipa','BROWSERSTACK_API_URL','exports','USER_CONFIG_DETAILS_PATH','mandatoryDependency','sdk/v1/update_cli','ATS_HUB_URL_REGEX','A11Y_SAVE_RESULTS','TEST\x20REPORTING\x20AND\x20ANALYTICS','invalidTestInputType','sdk/v1/event','https://api.browserstack.com','https://tcg-preprod.bsstag.com','INFO','SDKTestInvalidTcgAuthResponseWithUserImpact','HELP','AUTOMATE_PRODUCTS','TCG_DOWN','AI_ENABLED_FRAMEWORK','https://edsstaging.bsstag.com','BSTACK_ATS_URL','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','edgeOptions','prod','NIGHTWATCH','TCG_AUTH_FAILURE','INTEGRATIONS','A11Y_SCAN','./browserstack-artifacts/','browserStackLocalOptions','mocha','parallelsPerPlatform','https://api-preprod.bsstag.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','playwright','UNABLE_TO_VERIFY_LEAF_SIGNATURE','timeouts','browserstackLocal','https://tcg.browserstack.com','LOG_FILE_NAME','testContextOptions','953115gbXdXl','DEPTH_ZERO_SELF_SIGNED_CERT','ERR_BLOCKED_BY_CLIENT','ieOptions','HUB_URL_REGEX','codeceptjs','SDK_INSTRUMENTATION_CONFIG','TCG_URL','strictFileInteractability','Playwright','turboScaleOptions','https://upload-observability-preprod.bsstag.com','AI_INIT_SUCCESSFUL','rerunTests','BROWSERSTACK_APP_AUTOMATE_URL','181641FQmuFD','7|9|4|6|1|12|8|0|10|5|3|11|2','O11Y_URL','commonjs','318512ppeYPi','testReportingOptions','SSL_ERROR_MESSAGES','AUTOLOGCAPTURE_NOTIFICATION','use','observability','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_REFUSED','7924944rBsNeP','ERR_ADDRESS_UNREACHABLE','GIT_META_DATA_TRUNCATED','ERR_NAME_RESOLUTION_FAILED','PLAYWRIGHT_TRACE_LOGS','APP_AUTOMATE_PRODUCTS','PERCY_SUPPORTED_FRAMEWORKS','/usage-debug.log','ObservabilitySync','unable\x20to\x20get\x20local\x20issuer\x20certificate','PLAYWRIGHT_HUB_URL','https://app-automate.browserstack.com/dashboard/v2/builds/','6GAiRaV','userName','COMMONJS','testOrchestrationOptions','localProxyUser','hubUrl','FUNNEL_INSTRUMENTATION_API_URL','CONNECTIVITY_ISSUE_ERROR_CODES','authToken','TCG_AUTH_TIMEOUT','CODECEPT_CUCUMBER','proxyUser','app-automate','ERR_NAME_NOT_RESOLVED','https://upload-observability.browserstack.com','Mocha','TCG_REGION','BROWSERSTACK_ENV','https://upload-observability-devtestops-ssi.bsstag.com','httpsProxy','logLevel','^[a-zA-Z0-9_.-]*$','Run\x20jest\x20tests\x20on\x20browserstack','browserstack-ats.com','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://automation.browserstack.com','https://api-cloud.browserstack.com','proxyPass','HEALING_LOG_DATA_TIMEOUT','.apk','BROWSERSTACK_AUTOMATE_URL','https://hub-preprod.bsstag.com/wd/hub','CI_ARTIFACTS_PATH','355006ktfyNI','split','browserName','https://hub.browserstack.com/wd/hub','INVALID_INIT_RESP_WITH_USER_IMPACT','CODECEPT','REDACTED_KEYS','A11Y_GET_RESULTS_SUMMARY','bsstag','SDKTestTcgDownResponse','Run\x20mocha\x20tests\x20on\x20browserstack','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','NUDGE_LOCAL_ERRORS','ATS_WSS_URL_REGEX','acceptSslCert','percyCaptureMode','https://tcg.bsstag.com','VANILLA','invalidKeys','testObservability','percy','/usage.log','AUTOMATION_LOG_COMMANDS','unhandledPromptBehavior','wss://cdp-preprod.bsstag.com/playwright?caps=','AI_PROXY_FAILURE','codeceptjs-cucumber','AUTOMATE','OBSERVABILITY_SUPPORTED_FWS','PACKAGE_TYPE','SDKTestTcgProxyFailure','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','automate','TEST_REPORTING_ANALYTICS','framework','ROOT_CAPS','CUCUMBER','APP_UPLOAD_URL','automation','turboScale','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack','FRAMEWORKS','ERR_CONNECTION_FAILED','unable\x20to\x20verify\x20the\x20first\x20certificate'];a55_0x48d8=function(){return _0x5b8743;};return a55_0x48d8();}const a55_0x5a08b7={};a55_0x5a08b7['INFO']=a55_0x29a001(0xea);const a55_0x81e9f6={};a55_0x81e9f6[a55_0x29a001(0x125)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0xdecdf3={};a55_0xdecdf3['INFO']=a55_0x29a001(0xf1);function a55_0x42c0(_0x2adfcc,_0x34aa7e){const _0x48d84d=a55_0x48d8();return a55_0x42c0=function(_0x42c02e,_0x409ce2){_0x42c02e=_0x42c02e-0xa5;let _0x40d6e9=_0x48d84d[_0x42c02e];return _0x40d6e9;},a55_0x42c0(_0x2adfcc,_0x34aa7e);}const a55_0x5838f2={};a55_0x5838f2[a55_0x29a001(0x125)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x38b2d6={};a55_0x38b2d6[a55_0x29a001(0x125)]=a55_0x29a001(0xf0);const a55_0x541198={};a55_0x541198[a55_0x29a001(0x125)]=a55_0x29a001(0xc6);const a55_0x5c43e5={};a55_0x5c43e5[a55_0x29a001(0xff)]=a55_0x29a001(0x14b),a55_0x5c43e5['MOCHA']=a55_0x29a001(0x136),a55_0x5c43e5['JEST']=a55_0x29a001(0x109),a55_0x5c43e5[a55_0x29a001(0xac)]=a55_0x29a001(0x147),a55_0x5c43e5[a55_0x29a001(0x173)]=a55_0x29a001(0xc1),a55_0x5c43e5['CUCUMBER']='cucumber',a55_0x5c43e5['VANILLA']=a55_0x29a001(0xec);const a55_0x5123d4={};a55_0x5123d4[a55_0x29a001(0xb9)]=a55_0x29a001(0xf7),a55_0x5123d4[a55_0x29a001(0x110)]=a55_0x29a001(0xe0),a55_0x5123d4[a55_0x29a001(0x11c)]=a55_0x29a001(0x15b),a55_0x5123d4[a55_0x29a001(0x121)]=a55_0x29a001(0xf9);const a55_0x9f3110={};a55_0x9f3110[a55_0x29a001(0x16b)]=a55_0x29a001(0x154),a55_0x9f3110[a55_0x29a001(0xd4)]='module';const a55_0x254ae1={};a55_0x254ae1[a55_0x29a001(0x178)]=0xfde8,a55_0x254ae1['Cucumber-JS']=0xfde8,a55_0x254ae1['Jest']=0x186a0;const a55_0x449030={};a55_0x449030['root']=[a55_0x29a001(0x16a),'accessKey',a55_0x29a001(0xed),a55_0x29a001(0x17c),a55_0x29a001(0xe7),'browserstack.userName','browserstack.accessKey',a55_0x29a001(0xef),a55_0x29a001(0x171),'proxyUrl',a55_0x29a001(0x100)],a55_0x449030[a55_0x29a001(0x135)]=[a55_0x29a001(0x174),a55_0x29a001(0x185),a55_0x29a001(0x16d),a55_0x29a001(0xf3)];const a55_0x516282={};a55_0x516282[a55_0x29a001(0x13e)]=a55_0x29a001(0x13e),a55_0x516282[a55_0x29a001(0x135)]=a55_0x29a001(0x135),a55_0x516282['localOptions']=a55_0x29a001(0x135),a55_0x516282[a55_0x29a001(0x137)]=a55_0x29a001(0x137),a55_0x516282['platforms']='platforms',a55_0x516282[a55_0x29a001(0x17d)]=a55_0x29a001(0x17d),a55_0x516282[a55_0x29a001(0xed)]=a55_0x29a001(0xed),a55_0x516282[a55_0x29a001(0x17c)]=a55_0x29a001(0x17c),a55_0x516282[a55_0x29a001(0xc9)]=a55_0x29a001(0xc9),a55_0x516282['testContextOptions']=a55_0x29a001(0x141),a55_0x516282[a55_0x29a001(0xba)]=a55_0x29a001(0xba),a55_0x516282['testReporting']='testReporting',a55_0x516282['testObservabilityOptions']='testObservabilityOptions',a55_0x516282[a55_0x29a001(0x156)]=a55_0x29a001(0x156),a55_0x516282[a55_0x29a001(0xe7)]='customVariables',a55_0x516282[a55_0x29a001(0xcd)]=a55_0x29a001(0x116),a55_0x516282[a55_0x29a001(0x116)]=a55_0x29a001(0x116),a55_0x516282[a55_0x29a001(0x14f)]=a55_0x29a001(0x14f),a55_0x516282[a55_0x29a001(0xbb)]=a55_0x29a001(0xbb),a55_0x516282[a55_0x29a001(0xfc)]='percyOptions',a55_0x516282[a55_0x29a001(0xb6)]='percyCaptureMode',a55_0x516282[a55_0x29a001(0x113)]=a55_0x29a001(0x113),a55_0x516282['accessibility']=a55_0x29a001(0x107),a55_0x516282['accessibilityOptions']='accessibilityOptions',a55_0x516282[a55_0x29a001(0xce)]=a55_0x29a001(0xce),a55_0x516282[a55_0x29a001(0x14c)]=a55_0x29a001(0x14c),a55_0x516282['proxySettings']='proxySettings',a55_0x516282[a55_0x29a001(0x16c)]='testOrchestrationOptions';const a55_0xacac74={};a55_0xacac74['.browserstack\x20folder\x20not\x20accessible']=['SDK-GEN-001',a55_0x29a001(0x13a)];const a55_0x5748de={};a55_0x5748de['VERSION']=a55_0x4bd93,a55_0x5748de[a55_0x29a001(0x10f)]=a55_0x2bc10e,a55_0x5748de['MOCHA']=a55_0x267540,a55_0x5748de[a55_0x29a001(0xcb)]=a55_0x2ac929,a55_0x5748de[a55_0x29a001(0xb8)]=a55_0x5a08b7,a55_0x5748de[a55_0x29a001(0x130)]=a55_0x81e9f6,a55_0x5748de['PLAYWRIGHT']=a55_0xdecdf3,a55_0x5748de[a55_0x29a001(0xfa)]=a55_0x5838f2,a55_0x5748de['HST']=a55_0x38b2d6,a55_0x5748de[a55_0x29a001(0x132)]=a55_0x541198,a55_0x5748de[a55_0x29a001(0xe8)]=0xf*0x3c*0x3e8,a55_0x5748de[a55_0x29a001(0x16e)]=a55_0x29a001(0xaa),a55_0x5748de['TCG_URL']=a55_0x29a001(0x13f),a55_0x5748de[a55_0x29a001(0x179)]=a55_0x29a001(0x159),a55_0x5748de[a55_0x29a001(0x146)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x5748de[a55_0x29a001(0x11e)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x5748de[a55_0x29a001(0xb4)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x5748de[a55_0x29a001(0xca)]=['acceptInsecureCerts','pageLoadStrategy',a55_0x29a001(0x14a),a55_0x29a001(0xbe),a55_0x29a001(0x13d),a55_0x29a001(0xa9),'browserVersion','acceptSslCerts',a55_0x29a001(0xb5),'chromeOptions',a55_0x29a001(0x10b),a55_0x29a001(0x12e),a55_0x29a001(0x145)],a55_0x5748de[a55_0x29a001(0x10e)]=/^[\w-]+:.*$/,a55_0x5748de[a55_0x29a001(0x108)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x5748de[a55_0x29a001(0xe1)]=a55_0x29a001(0xdc),a55_0x5748de[a55_0x29a001(0x119)]=a55_0x29a001(0x123),a55_0x5748de[a55_0x29a001(0xcc)]=a55_0x29a001(0x184),a55_0x5748de[a55_0x29a001(0xf2)]=a55_0x29a001(0x11d),a55_0x5748de[a55_0x29a001(0x16f)]=a55_0x29a001(0x122),a55_0x5748de[a55_0x29a001(0x128)]=[a55_0x29a001(0xc7),a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0x162)]=[a55_0x29a001(0x175),a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0x12d)]=[a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0xdb)]=a55_0x29a001(0x177),a55_0x5748de[a55_0x29a001(0xc3)]=[a55_0x29a001(0x136),'Playwright'],a55_0x5748de[a55_0x29a001(0xc2)]=[a55_0x29a001(0xc7)],a55_0x5748de[a55_0x29a001(0x188)]=a55_0x29a001(0x114),a55_0x5748de[a55_0x29a001(0x150)]=a55_0x29a001(0x168),a55_0x5748de['APP_AUTOMATE']=[a55_0x29a001(0x175)],a55_0x5748de[a55_0x29a001(0xb3)]=[a55_0x29a001(0x10c),a55_0x29a001(0xe3),a55_0x29a001(0x144),'ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET',a55_0x29a001(0x15c),a55_0x29a001(0xf5),a55_0x29a001(0xd2),a55_0x29a001(0x176),a55_0x29a001(0x115),a55_0x29a001(0x15e),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT','ERR_SOCKS_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0x29a001(0xd9),'ERR_NAME_NOT_RESOLVED',a55_0x29a001(0x160),a55_0x29a001(0x139)],a55_0x5748de[a55_0x29a001(0x105)]=[a55_0x29a001(0x187),a55_0x29a001(0x102),a55_0x29a001(0x118)],a55_0x5748de['CUSTOM_ID_REGEX']=a55_0x29a001(0x17e),a55_0x5748de['SHAREABLE_ID_REGEX']=a55_0x29a001(0xe6),a55_0x5748de[a55_0x29a001(0xa6)]=a55_0x29a001(0x134),a55_0x5748de[a55_0x29a001(0x167)]=a55_0x29a001(0xe4),a55_0x5748de[a55_0x29a001(0xd1)]=a55_0x5c43e5,a55_0x5748de[a55_0x29a001(0x163)]=[a55_0x29a001(0x109),a55_0x29a001(0x136)],a55_0x5748de['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x5123d4,a55_0x5748de[a55_0x29a001(0x158)]=a55_0x29a001(0xcf),a55_0x5748de[a55_0x29a001(0xc4)]=a55_0x9f3110,a55_0x5748de['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x5748de[a55_0x29a001(0x15f)]='...[TRUNCATED]',a55_0x5748de['UPGRADE_REQUIRED']=a55_0x29a001(0xd8),a55_0x5748de[a55_0x29a001(0x129)]=a55_0x29a001(0xb0),a55_0x5748de[a55_0x29a001(0xab)]=a55_0x29a001(0x126),a55_0x5748de[a55_0x29a001(0x131)]=a55_0x29a001(0xfe),a55_0x5748de[a55_0x29a001(0x14e)]='SDKTestTcgtInitSuccessful',a55_0x5748de[a55_0x29a001(0x104)]='SDKTestInitFailedResponse',a55_0x5748de[a55_0x29a001(0xc0)]=a55_0x29a001(0xc5),a55_0x5748de[a55_0x29a001(0x172)]=0x1388,a55_0x5748de[a55_0x29a001(0xfd)]=0x1388,a55_0x5748de[a55_0x29a001(0x186)]=0x1388,a55_0x5748de['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x5748de['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x5748de[a55_0x29a001(0xfb)]=a55_0x254ae1,a55_0x5748de[a55_0x29a001(0xad)]=a55_0x449030,a55_0x5748de[a55_0x29a001(0x12a)]=[a55_0x29a001(0xec),a55_0x29a001(0x147)],a55_0x5748de[a55_0x29a001(0x148)]=a55_0x516282,a55_0x5748de[a55_0x29a001(0x140)]=a55_0x29a001(0xbc),a55_0x5748de['DEBUG_LOG_FILE_NAME']=a55_0x29a001(0x164),a55_0x5748de[a55_0x29a001(0x111)]=a55_0x29a001(0x117),a55_0x5748de[a55_0x29a001(0x12c)]=a55_0x29a001(0x180),a55_0x5748de['O11Y_URL']=a55_0x29a001(0x183),a55_0x5748de[a55_0x29a001(0xc8)]=a55_0x29a001(0x120),a55_0x5748de[a55_0x29a001(0x10d)]=a55_0x29a001(0xd0),a55_0x5748de['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x29a001(0x13b),a55_0x29a001(0xd5),a55_0x29a001(0x109)],a55_0x5748de[a55_0x29a001(0xbd)]=[a55_0x29a001(0x133),a55_0x29a001(0xae),'A11Y_GET_RESULTS',a55_0x29a001(0x11f),a55_0x29a001(0x101),a55_0x29a001(0x165)],a55_0x5748de[a55_0x29a001(0x161)]=a55_0x29a001(0x161),a55_0x5748de[a55_0x29a001(0x157)]=['self\x20signed\x20certificate',a55_0x29a001(0xd3),'certificate\x20has\x20expired',a55_0x29a001(0x166),a55_0x29a001(0xe5),a55_0x29a001(0x143)],a55_0x5748de['SSL_ERROR_CODES']=[a55_0x29a001(0xf6),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x29a001(0x13c),a55_0x29a001(0xd7),a55_0x29a001(0xe5),a55_0x29a001(0xb2)],a55_0x5748de[a55_0x29a001(0x170)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x5748de[a55_0x29a001(0xde)]=a55_0xacac74,a55_0x5748de[a55_0x29a001(0xf8)]=[a55_0x29a001(0xf4),a55_0x29a001(0x112),a55_0x29a001(0x11b)],a55_0x5748de['BINARY_BUSY_ERROR_CODES']=[a55_0x29a001(0xdf),a55_0x29a001(0x103)],module[a55_0x29a001(0x11a)]=a55_0x5748de;const _env=(process['env'][a55_0x29a001(0x17a)]||a55_0x29a001(0x12f))['toLowerCase']();if(_env===a55_0x29a001(0xd6)||_env==='stag'){const ZXJmrH='4|3|1|2|6|12|9|8|10|7|0|5|11'['split']('|');let xbZFnJ=0x0;while(!![]){switch(ZXJmrH[xbZFnJ++]){case'0':module[a55_0x29a001(0x11a)][a55_0x29a001(0xdb)]=a55_0x29a001(0x17b);continue;case'1':module[a55_0x29a001(0x11a)]['TCG_URL']=a55_0x29a001(0xb7);continue;case'2':module[a55_0x29a001(0x11a)][a55_0x29a001(0x146)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module[a55_0x29a001(0x11a)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;case'4':module[a55_0x29a001(0x11a)][a55_0x29a001(0x16e)]=a55_0x29a001(0xda);continue;case'5':module[a55_0x29a001(0x11a)]['EDS_URL']=a55_0x29a001(0x12b);continue;case'6':module[a55_0x29a001(0x11a)][a55_0x29a001(0x188)]=a55_0x29a001(0x182);continue;case'7':module[a55_0x29a001(0x11a)][a55_0x29a001(0x153)]='https://observability-devtestops.bsstag.com';continue;case'8':module[a55_0x29a001(0x11a)][a55_0x29a001(0x167)]=a55_0x29a001(0x10a);continue;case'9':module[a55_0x29a001(0x11a)]['APP_UPLOAD_URL']='https://api-cloud-devtestops.bsstag.com';continue;case'10':module['exports']['BSTACK_URL']='bsstag.com';continue;case'11':module[a55_0x29a001(0x11a)][a55_0x29a001(0x10d)]=a55_0x29a001(0xaf);continue;case'12':module[a55_0x29a001(0x11a)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x29a001(0x181);continue;}break;}}else{if(_env===a55_0x29a001(0xeb)||_env===a55_0x29a001(0x106)){const HsiNFm=a55_0x29a001(0x152)[a55_0x29a001(0xa8)]('|');let hHgQNf=0x0;while(!![]){switch(HsiNFm[hHgQNf++]){case'0':module[a55_0x29a001(0x11a)]['PLAYWRIGHT_HUB_URL']=a55_0x29a001(0xbf);continue;case'1':module[a55_0x29a001(0x11a)]['BROWSERSTACK_AUTOMATE_URL']='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a55_0x29a001(0x11a)][a55_0x29a001(0x10d)]='bsstag';continue;case'3':module[a55_0x29a001(0x11a)][a55_0x29a001(0xdb)]=a55_0x29a001(0x14d);continue;case'4':module[a55_0x29a001(0x11a)][a55_0x29a001(0x149)]=a55_0x29a001(0x124);continue;case'5':module[a55_0x29a001(0x11a)][a55_0x29a001(0x153)]=a55_0x29a001(0xdd);continue;case'6':module[a55_0x29a001(0x11a)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x29a001(0x11a)]['hubUrl']=a55_0x29a001(0xa5);continue;case'8':module[a55_0x29a001(0x11a)]['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'9':module['exports'][a55_0x29a001(0x119)]=a55_0x29a001(0x138);continue;case'10':module[a55_0x29a001(0x11a)][a55_0x29a001(0x111)]=a55_0x29a001(0xe9);continue;case'11':module[a55_0x29a001(0x11a)][a55_0x29a001(0xe1)]=a55_0x29a001(0x12b);continue;case'12':module[a55_0x29a001(0x11a)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
@@ -1 +1 @@
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
+ const a56_0x2ef4d6=a56_0x3b89;function a56_0x5bd3(){const _0x341d91=['log','levelStr','layout','904pmqOKz','2447037auMjLL','18916yLFnQQ','395cqfFic','./logReportingAPI','1864biiYSI','join','data','configure','level','colouredLayout','31956750jAyDcX','241641SqIlLA','16SytBCM','7716696ZqVKou','5847135WCVKRO'];a56_0x5bd3=function(){return _0x341d91;};return a56_0x5bd3();}(function(_0xca93be,_0x4eccf6){const _0x16da2e=a56_0x3b89,_0xee9222=_0xca93be();while(!![]){try{const _0x283f7f=parseInt(_0x16da2e(0x182))/0x1*(-parseInt(_0x16da2e(0x187))/0x2)+-parseInt(_0x16da2e(0x183))/0x3+parseInt(_0x16da2e(0x184))/0x4*(-parseInt(_0x16da2e(0x185))/0x5)+-parseInt(_0x16da2e(0x17d))/0x6+parseInt(_0x16da2e(0x17e))/0x7+parseInt(_0x16da2e(0x17c))/0x8*(parseInt(_0x16da2e(0x17b))/0x9)+parseInt(_0x16da2e(0x17a))/0xa;if(_0x283f7f===_0x4eccf6)break;else _0xee9222['push'](_0xee9222['shift']());}catch(_0x1db792){_0xee9222['push'](_0xee9222['shift']());}}}(a56_0x5bd3,0xbb32c));const logReportingAPI=require(a56_0x2ef4d6(0x186)),BSTestOpsLogger=new logReportingAPI({});function a56_0x3b89(_0x48990c,_0x343c20){const _0x5bd3f8=a56_0x5bd3();return a56_0x3b89=function(_0x3b8963,_0x48a948){_0x3b8963=_0x3b8963-0x176;let _0x5eb3d4=_0x5bd3f8[_0x3b8963];return _0x5eb3d4;},a56_0x3b89(_0x48990c,_0x343c20);}function BSTestOpsLog4JSAppender(_0x3ac4d0,_0x447987){return _0x146fbb=>{const _0x2f8cf6=a56_0x3b89;BSTestOpsLogger[_0x2f8cf6(0x17f)]({'level':_0x146fbb[_0x2f8cf6(0x178)]?_0x146fbb[_0x2f8cf6(0x178)][_0x2f8cf6(0x180)]:null,'message':_0x146fbb[_0x2f8cf6(0x176)]?_0x146fbb[_0x2f8cf6(0x176)][_0x2f8cf6(0x188)]('\x20'):null});};}exports[a56_0x2ef4d6(0x177)]=(_0x3e99eb,_0xda14b5)=>{const _0x94b7d1=a56_0x2ef4d6,_0x5f04c6={'qGAGs':function(_0x532842,_0x17830d,_0xce6523){return _0x532842(_0x17830d,_0xce6523);}};let _0x17fd82=_0xda14b5[_0x94b7d1(0x179)];return _0x3e99eb[_0x94b7d1(0x181)]&&(_0x17fd82=_0xda14b5['layout'](_0x3e99eb['layout']['type'],_0x3e99eb['layout'])),_0x5f04c6['qGAGs'](BSTestOpsLog4JSAppender,_0x17fd82,_0x3e99eb['timezoneOffset']);};
@@ -1 +1 @@
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
+ const a57_0x3794de=a57_0x1647;function a57_0x1647(_0xba1190,_0x40582c){const _0x30453b=a57_0x3045();return a57_0x1647=function(_0x16472f,_0x525275){_0x16472f=_0x16472f-0xee;let _0x31f318=_0x30453b[_0x16472f];return _0x31f318;},a57_0x1647(_0xba1190,_0x40582c);}(function(_0x1dd7a6,_0x7ef51a){const _0x2385eb=a57_0x1647,_0x2f7f84=_0x1dd7a6();while(!![]){try{const _0x353ebd=parseInt(_0x2385eb(0x104))/0x1+-parseInt(_0x2385eb(0x103))/0x2+-parseInt(_0x2385eb(0xf9))/0x3*(-parseInt(_0x2385eb(0xf8))/0x4)+parseInt(_0x2385eb(0xf5))/0x5+-parseInt(_0x2385eb(0xef))/0x6*(parseInt(_0x2385eb(0xfb))/0x7)+parseInt(_0x2385eb(0xf0))/0x8+-parseInt(_0x2385eb(0xf6))/0x9;if(_0x353ebd===_0x7ef51a)break;else _0x2f7f84['push'](_0x2f7f84['shift']());}catch(_0x4c8a86){_0x2f7f84['push'](_0x2f7f84['shift']());}}}(a57_0x3045,0x4bb76));function a57_0x3045(){const _0x5cefa3=['debug','ERROR','join','159376ssdblp','506094KukCbs','TRACE','EKeKN','toISOString','6UrqidG','4446784XJffYA','INFO','WARN','DEBUG','logToTestOps','920265plDWTk','7198470wYydEB','../../helpers/test-observability/constants','5920WsgqYL','168EQdrLm','info','974561jjJruD','exports','warn','error','log'];a57_0x3045=function(){return _0x5cefa3;};return a57_0x3045();}const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x3794de(0xf7)),a57_0x273f5a={};a57_0x273f5a[a57_0x3794de(0xf1)]=a57_0x3794de(0xf1),a57_0x273f5a['ERROR']=a57_0x3794de(0x101),a57_0x273f5a['DEBUG']=a57_0x3794de(0xf3),a57_0x273f5a[a57_0x3794de(0x105)]=a57_0x3794de(0x105),a57_0x273f5a[a57_0x3794de(0xf2)]=a57_0x3794de(0xf2);const LOG_LEVELS=a57_0x273f5a;class logPatcher extends Transport{constructor(_0x2e31de){super(_0x2e31de);}[a57_0x3794de(0xf4)]=(_0x19b419=LOG_LEVELS[a57_0x3794de(0xf1)],_0x4d36ff=[''])=>{const _0x32cb78=a57_0x3794de,_0x1b5da5={};_0x1b5da5[_0x32cb78(0x106)]='TEST_LOG';const _0x55cf65=_0x1b5da5;consoleHolder[_0x19b419['toLowerCase']()](..._0x4d36ff),process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x32cb78(0xee)](),'level':_0x19b419['toUpperCase'](),'message':'\x22'+_0x4d36ff[_0x32cb78(0x102)](',\x20')+'\x22','kind':_0x55cf65['EKeKN'],'http_response':{}});};['trace']=(..._0x3d0225)=>{const _0x293af7=a57_0x3794de;this[_0x293af7(0xf4)](LOG_LEVELS[_0x293af7(0x105)],_0x3d0225);};[a57_0x3794de(0x100)]=(..._0x120166)=>{const _0x118067=a57_0x3794de;this[_0x118067(0xf4)](LOG_LEVELS[_0x118067(0xf3)],_0x120166);};[a57_0x3794de(0xfa)]=(..._0x95555)=>{const _0x4b834b=a57_0x3794de;this[_0x4b834b(0xf4)](LOG_LEVELS[_0x4b834b(0xf1)],_0x95555);};[a57_0x3794de(0xfd)]=(..._0x51c950)=>{const _0x2a4802=a57_0x3794de;this[_0x2a4802(0xf4)](LOG_LEVELS[_0x2a4802(0xf2)],_0x51c950);};[a57_0x3794de(0xfe)]=(..._0x32c7cf)=>{const _0x36307b=a57_0x3794de;this[_0x36307b(0xf4)](LOG_LEVELS['ERROR'],_0x32c7cf);};[a57_0x3794de(0xff)]=(..._0x55ef66)=>{const _0x5a0ac9=a57_0x3794de;this[_0x5a0ac9(0xf4)](LOG_LEVELS[_0x5a0ac9(0xf1)],_0x55ef66);};};module[a57_0x3794de(0xfc)]=logPatcher;
@@ -1 +1 @@
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;
1
+ function a58_0x4b43(){const _0xa96fbb=['level','457336afaLXH','LuBsg','logToTestOps','WARN','342VLHpbD','TRACE','fQHEY','184nbQpjw','ERROR','toISOString','INFO','DEBUG','qLybz','trace','pid','1321146GJeGxG','error','toUpperCase','winston-transport','12ToEizQ','debug','../../helpers/test-observability/constants','tkQxD','345960ERZzzk','warn','exports','84343PhqdeQ','361138QQIiqn','message','log','XioQb','bs:addLog:','emit','TEST_LOG','601374XaCbvu','object','toLowerCase','LqSoZ','1085360jgDDWl'];a58_0x4b43=function(){return _0xa96fbb;};return a58_0x4b43();}const a58_0x62324e=a58_0x2dde;(function(_0x1022d8,_0x573701){const _0x1bfc8f=a58_0x2dde,_0x3be7c2=_0x1022d8();while(!![]){try{const _0x3d72ba=parseInt(_0x1bfc8f(0xa8))/0x1+parseInt(_0x1bfc8f(0xb4))/0x2*(parseInt(_0x1bfc8f(0xac))/0x3)+parseInt(_0x1bfc8f(0xc1))/0x4+parseInt(_0x1bfc8f(0xbf))/0x5+-parseInt(_0x1bfc8f(0xbb))/0x6+-parseInt(_0x1bfc8f(0xb3))/0x7*(parseInt(_0x1bfc8f(0xa0))/0x8)+-parseInt(_0x1bfc8f(0x9d))/0x9*(parseInt(_0x1bfc8f(0xb0))/0xa);if(_0x3d72ba===_0x573701)break;else _0x3be7c2['push'](_0x3be7c2['shift']());}catch(_0x2063c4){_0x3be7c2['push'](_0x3be7c2['shift']());}}}(a58_0x4b43,0xa6b48));const Transport=require(a58_0x62324e(0xab)),{consoleHolder}=require(a58_0x62324e(0xae)),a58_0x2f4d33={};a58_0x2f4d33[a58_0x62324e(0xa3)]='INFO',a58_0x2f4d33[a58_0x62324e(0xa1)]=a58_0x62324e(0xa1),a58_0x2f4d33['DEBUG']=a58_0x62324e(0xa4),a58_0x2f4d33[a58_0x62324e(0x9e)]='TRACE',a58_0x2f4d33[a58_0x62324e(0x9c)]=a58_0x62324e(0x9c);function a58_0x2dde(_0x4d6a8f,_0x4363c4){const _0x4b433e=a58_0x4b43();return a58_0x2dde=function(_0x2ddebb,_0x2a1d6){_0x2ddebb=_0x2ddebb-0x9c;let _0x19ed80=_0x4b433e[_0x2ddebb];return _0x19ed80;},a58_0x2dde(_0x4d6a8f,_0x4363c4);}const LOG_LEVELS=a58_0x2f4d33;class logReportingAPI extends Transport{constructor(_0x4c58bc){super(_0x4c58bc);}[a58_0x62324e(0xb6)](_0x1c6b82,_0x257556){const _0x413936=a58_0x62324e,_0x376ba6={'XioQb':'logged','fQHEY':function(_0xd3d586,_0x2ae113){return _0xd3d586(_0x2ae113);},'tkQxD':function(_0xe8e4a7,_0x3c7179){return _0xe8e4a7===_0x3c7179;},'LqSoZ':_0x413936(0xbc),'qLybz':function(_0x7995a){return _0x7995a();}};_0x376ba6[_0x413936(0x9f)](setImmediate,()=>{const _0x589ad7=_0x413936;this[_0x589ad7(0xb9)](_0x376ba6[_0x589ad7(0xb7)],_0x1c6b82);}),_0x376ba6[_0x413936(0xaf)](typeof _0x1c6b82,_0x376ba6[_0x413936(0xbe)])?this[_0x413936(0xc3)](_0x1c6b82[_0x413936(0xc0)]||LOG_LEVELS[_0x413936(0xa3)],_0x1c6b82[_0x413936(0xb5)],![]):this[_0x413936(0xc3)](LOG_LEVELS[_0x413936(0xa3)],_0x1c6b82),_0x257556&&_0x376ba6[_0x413936(0xa5)](_0x257556);}[a58_0x62324e(0xc3)]=(_0x2522e3=LOG_LEVELS[a58_0x62324e(0xa3)],_0x2c042c='',_0x1e576b=!![])=>{const _0x3ea570=a58_0x62324e,_0x42d927={};_0x42d927[_0x3ea570(0xc2)]=_0x3ea570(0xba);const _0x510f38=_0x42d927;_0x1e576b&&consoleHolder[_0x2522e3[_0x3ea570(0xbd)]()](_0x2c042c),process[_0x3ea570(0xb9)](_0x3ea570(0xb8)+process[_0x3ea570(0xa7)],{'timestamp':new Date()[_0x3ea570(0xa2)](),'level':_0x2522e3[_0x3ea570(0xaa)](),'message':_0x2c042c,'kind':_0x510f38[_0x3ea570(0xc2)],'http_response':{}});};[a58_0x62324e(0xa6)]=(_0x1486c8,_0x479977)=>{const _0x341195=a58_0x62324e;this[_0x341195(0xc3)](LOG_LEVELS[_0x341195(0x9e)],_0x1486c8);};[a58_0x62324e(0xad)]=(_0x8ee48d,_0x182bfb)=>{const _0x46a905=a58_0x62324e;this[_0x46a905(0xc3)](LOG_LEVELS['DEBUG'],_0x8ee48d);};['info']=(_0x10bcd0,_0x28ce72)=>{const _0x486949=a58_0x62324e;this['logToTestOps'](LOG_LEVELS[_0x486949(0xa3)],_0x10bcd0);};[a58_0x62324e(0xb1)]=(_0x39f0c9,_0x3b53bd)=>{const _0x31ea9e=a58_0x62324e;this[_0x31ea9e(0xc3)](LOG_LEVELS['WARN'],_0x39f0c9);};[a58_0x62324e(0xa9)]=(_0x9a2a63,_0x1ff694)=>{const _0x411440=a58_0x62324e;this[_0x411440(0xc3)](LOG_LEVELS[_0x411440(0xa1)],_0x9a2a63);};};module[a58_0x62324e(0xb2)]=logReportingAPI;