browserstack-node-sdk 1.46.6 → 1.46.7

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 (183) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  114. package/src/bin/v2/framework/testFramework.js +1 -1
  115. package/src/bin/v2/grpcClient.js +1 -1
  116. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  117. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/trackedContext.js +1 -1
  119. package/src/bin/v2/instances/trackedInstance.js +1 -1
  120. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  121. package/src/bin/v2/modules/baseModule.js +1 -1
  122. package/src/bin/v2/modules/observabilityModule.js +1 -1
  123. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  124. package/src/bin/v2/modules/testhubModule.js +1 -1
  125. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  126. package/src/bin/v2/state/hookState.js +1 -1
  127. package/src/bin/v2/state/testFrameworkState.js +1 -1
  128. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  129. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  130. package/src/bin/vanilla-js/command.js +1 -1
  131. package/src/browserStackSdk.js +1 -1
  132. package/src/helpers/BrowserStackSetup.js +1 -1
  133. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  134. package/src/helpers/accessibility-automation/constants.js +1 -1
  135. package/src/helpers/accessibility-automation/helper.js +1 -1
  136. package/src/helpers/accessibility-automation/scripts.js +1 -1
  137. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  138. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  139. package/src/helpers/ats/constants.js +1 -1
  140. package/src/helpers/ats/helper.js +1 -1
  141. package/src/helpers/capsMapping.js +1 -1
  142. package/src/helpers/central-scanner/constants.js +1 -1
  143. package/src/helpers/central-scanner/helpers.js +1 -1
  144. package/src/helpers/classLogger.js +1 -1
  145. package/src/helpers/globals.js +1 -1
  146. package/src/helpers/helper.js +1 -1
  147. package/src/helpers/logger.js +1 -1
  148. package/src/helpers/metadata.js +1 -1
  149. package/src/helpers/patchHelper.js +1 -1
  150. package/src/helpers/patchHelpers.js +1 -1
  151. package/src/helpers/percy/Percy.js +1 -1
  152. package/src/helpers/percy/PercyBinary.js +1 -1
  153. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  154. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  155. package/src/helpers/percy/PercySDK.js +1 -1
  156. package/src/helpers/percy/index.js +1 -1
  157. package/src/helpers/percy/utils.js +1 -1
  158. package/src/helpers/performance/constants.js +1 -1
  159. package/src/helpers/performance/performance-tester.js +1 -1
  160. package/src/helpers/playwright-helper.js +1 -1
  161. package/src/helpers/processHelper.js +1 -1
  162. package/src/helpers/request-spy.js +1 -1
  163. package/src/helpers/setKeepAlive.js +1 -1
  164. package/src/helpers/test-observability/constants.js +1 -1
  165. package/src/helpers/test-observability/error-handler.js +1 -1
  166. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  167. package/src/helpers/test-observability/sessionHandler.js +1 -1
  168. package/src/helpers/test-observability/utils.js +1 -1
  169. package/src/helpers/test-orchestration/constants.js +1 -1
  170. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  171. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  172. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  173. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  174. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  175. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  176. package/src/helpers/testhub/constants.js +1 -1
  177. package/src/helpers/testhub/testhubHandler.js +1 -1
  178. package/src/helpers/testhub/utils.js +1 -1
  179. package/src/helpers/timeoutPromise.js +1 -1
  180. package/src/helpers/utilities.js +1 -1
  181. package/src/helpers/w3cMapping.js +1 -1
  182. package/src/hubAllocationMethods.js +1 -1
  183. 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
- function a49_0x1334(_0x515168,_0x3a866c){const _0x5c12c3=a49_0x5c12();return a49_0x1334=function(_0x13344f,_0x2ecad4){_0x13344f=_0x13344f-0x6b;let _0x363dfd=_0x5c12c3[_0x13344f];return _0x363dfd;},a49_0x1334(_0x515168,_0x3a866c);}const a49_0x210b6c=a49_0x1334;(function(_0x5dfc86,_0x490aa6){const _0x1f7eba=a49_0x1334,_0x376fe4=_0x5dfc86();while(!![]){try{const _0x160df9=-parseInt(_0x1f7eba(0x9d))/0x1*(-parseInt(_0x1f7eba(0xa3))/0x2)+parseInt(_0x1f7eba(0x6e))/0x3*(parseInt(_0x1f7eba(0x8a))/0x4)+-parseInt(_0x1f7eba(0xab))/0x5*(parseInt(_0x1f7eba(0xb3))/0x6)+-parseInt(_0x1f7eba(0x9e))/0x7+-parseInt(_0x1f7eba(0xa0))/0x8*(parseInt(_0x1f7eba(0x99))/0x9)+parseInt(_0x1f7eba(0xa7))/0xa*(-parseInt(_0x1f7eba(0x7b))/0xb)+parseInt(_0x1f7eba(0x8c))/0xc*(parseInt(_0x1f7eba(0x87))/0xd);if(_0x160df9===_0x490aa6)break;else _0x376fe4['push'](_0x376fe4['shift']());}catch(_0x4b9cc1){_0x376fe4['push'](_0x376fe4['shift']());}}}(a49_0x5c12,0x79489));const fs=require('fs'),helper=require(a49_0x210b6c(0xb1)),utilities=require(a49_0x210b6c(0x96)),yaml=require(a49_0x210b6c(0x97)),yargs=require('yargs'),logger=require(a49_0x210b6c(0xb2))[a49_0x210b6c(0xa9)],configFileTemplate=__dirname+a49_0x210b6c(0x80),configFileTemplatePW=__dirname+a49_0x210b6c(0xb0),configFile=process['cwd']()+a49_0x210b6c(0x95),packageFile=process['cwd']()+'/package.json',frameworks=[a49_0x210b6c(0x9c),'jest',a49_0x210b6c(0x85),'node',a49_0x210b6c(0x7c),a49_0x210b6c(0x70),a49_0x210b6c(0x75)];function a49_0x5c12(){const _0x570df7=['LNGwI','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','replace','YOUR_ACCESS_KEY','/browserstack.yml','../helpers/utilities','js-yaml','npm\x20update\x20browserstack-node-sdk','16074viPQWe','parse','splice','mocha','61XUPzmH','1770860fmjqJl','indexOf','4008EjelOw','Setup\x20completed','GZHuO','19268GRmgEe','jZJBK','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','vNtLc','6750ECXEdu','fireFunnelTestEvent','winstonLogger','error','2041945UyyraZ','readFileSync','VzDwh','browserstack-node-sdk','info','/../../browserstack.pw.yml.sample','../helpers/helper','../helpers/logger','12rsnGpS','stringify','TLnKL','browserstack-node-sdk\x20','writeFileSync','59685WHsIul','includes','codeceptjs','-browserstack','DiPnH','MEsnn','debug','playwright','load','join','argv','pFZYA','scripts','9416WMxICe','nightwatch','YTkUK','utf8','postinstall','/../../browserstack.yml.sample','wQqpr','isUndefined','username','levOF','cucumber-js','ELEiJ','1199731EjvFDC','length','zmvuN','196WswKNs','node-setup','192MDCgVG','OVhES','key','dzkjb'];a49_0x5c12=function(){return _0x570df7;};return a49_0x5c12();}let config;logger[a49_0x210b6c(0xaf)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x83)],yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x8e)],yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x75)]);try{sdkSetup();}catch(a49_0x35b45b){logger[a49_0x210b6c(0x74)](a49_0x210b6c(0xa5)+a49_0x35b45b);}addScriptInPackageJson();function createConfigurationFile(_0x4a1dc6,_0x4731e0,_0x5da8cd=![]){const _0x58402f=a49_0x210b6c,_0x12413c={};_0x12413c[_0x58402f(0x81)]=_0x58402f(0x7e),_0x12413c[_0x58402f(0x6b)]='YOUR_USERNAME',_0x12413c[_0x58402f(0xad)]=_0x58402f(0x94);const _0x33512a=_0x12413c;try{let _0x53f830=fs[_0x58402f(0xac)](_0x5da8cd?configFileTemplatePW:configFileTemplate,_0x33512a['wQqpr']);_0x4a1dc6&&(_0x53f830=_0x53f830[_0x58402f(0x93)](_0x33512a['TLnKL'],_0x4a1dc6)),_0x4731e0&&(_0x53f830=_0x53f830[_0x58402f(0x93)](_0x33512a['VzDwh'],_0x4731e0)),config=yaml[_0x58402f(0x76)](_0x53f830),fs['writeFileSync'](configFile,_0x53f830,_0x3d3177=>{const _0x24a9e8=_0x58402f;_0x3d3177&&logger[_0x24a9e8(0xaa)](_0x3d3177);});}catch(_0x5b6386){logger['error'](_0x5b6386);}}function addPostInstallScript(_0x4f5e66,_0x386b34){const _0x5a01af=a49_0x210b6c,_0x31db39={};_0x31db39[_0x5a01af(0x89)]=_0x5a01af(0x7f),_0x31db39[_0x5a01af(0x86)]=_0x5a01af(0x98),_0x31db39[_0x5a01af(0x84)]=_0x5a01af(0x91);const _0x3ebdda=_0x31db39;let _0x396e29=_0x4f5e66[_0x3ebdda[_0x5a01af(0x89)]];if(_0x396e29&&_0x396e29[_0x5a01af(0x6f)](_0x3ebdda[_0x5a01af(0x86)]))return;!_0x396e29?_0x396e29=_0x3ebdda['ELEiJ']:_0x396e29+=_0x3ebdda[_0x5a01af(0x84)],_0x386b34['push']([_0x3ebdda[_0x5a01af(0x89)],_0x396e29]);}function addScriptInPackageJson(){const _0x366641=a49_0x210b6c,_0x36dccd={'GZHuO':_0x366641(0x7e),'MEsnn':function(_0x2c57f5,_0x2d6c3f){return _0x2c57f5<_0x2d6c3f;},'vNtLc':function(_0x25f5f0,_0x15ae12,_0x1c48b4){return _0x25f5f0(_0x15ae12,_0x1c48b4);},'Nnuri':function(_0x4bf44c,_0x3256f2,_0x2cfbf0){return _0x4bf44c(_0x3256f2,_0x2cfbf0);},'DiPnH':function(_0x2dabcd,_0x366d48){return _0x2dabcd!==_0x366d48;},'FfPaU':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x26aaef=JSON[_0x366641(0x9a)](fs[_0x366641(0xac)](packageFile,_0x36dccd[_0x366641(0xa2)])),_0x72d4bf=[];for(let _0x3da2a8=0x0;_0x36dccd['MEsnn'](_0x3da2a8,frameworks[_0x366641(0x88)]);_0x3da2a8+=0x1){const _0x586419=_0x36dccd[_0x366641(0xa6)](findScriptsWithFramework,_0x26aaef['scripts'],frameworks[_0x3da2a8]);for(let _0x323f8b=0x0;_0x36dccd[_0x366641(0x73)](_0x323f8b,_0x586419[_0x366641(0x88)]);_0x323f8b+=0x1){_0x72d4bf[_0x366641(0x92)](_0x36dccd[_0x366641(0xa6)](getUpdatedCommand,_0x26aaef[_0x366641(0x7a)],_0x586419[_0x323f8b]));}_0x36dccd['Nnuri'](addPostInstallScript,_0x26aaef[_0x366641(0x7a)],_0x72d4bf);}const _0x5c5ca3={..._0x26aaef[_0x366641(0x7a)]},_0x465af1=_0x5c5ca3;for(let _0x23eae1=0x0;_0x36dccd[_0x366641(0x73)](_0x23eae1,_0x72d4bf['length']);_0x23eae1+=0x1){_0x465af1[_0x72d4bf[_0x23eae1][0x0]]=_0x72d4bf[_0x23eae1][0x1];}_0x36dccd[_0x366641(0x72)](JSON[_0x366641(0xb4)](_0x26aaef['scripts']),JSON['stringify'](_0x465af1))&&(logger[_0x366641(0xaf)](_0x36dccd['FfPaU']),_0x26aaef[_0x366641(0x7a)]=_0x465af1,fs[_0x366641(0x6d)](packageFile,JSON[_0x366641(0xb4)](_0x26aaef,null,0x2),_0xb4f3dc=>{const _0x32dfab=_0x366641;_0xb4f3dc&&logger[_0x32dfab(0xaa)](_0xb4f3dc);}));};function findScriptsWithFramework(_0x3d0580,_0x2c70d1){const _0x3cb87c=a49_0x210b6c,_0x15760b={};_0x15760b[_0x3cb87c(0x7d)]=function(_0x18eda2,_0x16b24b){return _0x18eda2<_0x16b24b;},_0x15760b[_0x3cb87c(0x8f)]=_0x3cb87c(0xae);const _0x4c6ba2=_0x15760b,_0x5475d3=[],_0x20efa4=Object['entries'](_0x3d0580);for(let _0xfe792d=0x0;_0x4c6ba2['YTkUK'](_0xfe792d,_0x20efa4[_0x3cb87c(0x88)]);_0xfe792d+=0x1){_0x20efa4[_0xfe792d][0x1][_0x3cb87c(0x6f)](_0x2c70d1)&&!_0x20efa4[_0xfe792d][0x1]['includes'](_0x4c6ba2[_0x3cb87c(0x8f)])&&_0x5475d3[_0x3cb87c(0x92)](_0x20efa4[_0xfe792d][0x0]);}return _0x5475d3;}function getUpdatedCommand(_0x20404a,_0x126a58){const _0x8966=a49_0x210b6c,_0x50b29b={};_0x50b29b[_0x8966(0xa4)]=function(_0x51391c,_0x18b07b){return _0x51391c!==_0x18b07b;},_0x50b29b[_0x8966(0x8d)]=_0x8966(0xae),_0x50b29b[_0x8966(0x90)]=function(_0x32dea4,_0x4c6e24){return _0x32dea4===_0x4c6e24;};const _0x195dbd=_0x50b29b,_0x55f2ce=_0x126a58+_0x8966(0x71),_0x519f58=_0x20404a[_0x126a58],_0x504d70=_0x519f58['split']('\x20');for(const _0x1fc247 of frameworks){if(_0x195dbd[_0x8966(0xa4)](_0x504d70[_0x8966(0x9f)](_0x1fc247),-0x1)){_0x504d70[_0x8966(0x9b)](_0x504d70[_0x8966(0x9f)](_0x1fc247),0x0,_0x195dbd[_0x8966(0x8d)]);break;}}let _0x1d943d=_0x504d70[_0x8966(0x77)]('\x20');return _0x195dbd[_0x8966(0x90)](_0x1d943d,_0x519f58)&&(_0x1d943d=_0x8966(0x6c)+_0x519f58),[_0x55f2ce,_0x1d943d];}function sdkSetup(){const _0x354357=a49_0x210b6c,_0x225e01={};_0x225e01[_0x354357(0x79)]=_0x354357(0x8b),_0x225e01['bxLdp']='SDKSetup';const _0x38d14b=_0x225e01;if(helper[_0x354357(0x82)](config))return;config['source']=_0x38d14b['pFZYA'];try{utilities[_0x354357(0xa8)](_0x38d14b['bxLdp'],{},config,'');}catch(_0x1282ae){logger[_0x354357(0x74)](_0x354357(0xa5)+_0x1282ae);}}logger[a49_0x210b6c(0xaf)](a49_0x210b6c(0xa1));
3
+ const a49_0x79c210=a49_0x1742;function a49_0x1742(_0x4bda91,_0x44c700){const _0x33bf29=a49_0x33bf();return a49_0x1742=function(_0x174286,_0x262f68){_0x174286=_0x174286-0x91;let _0x1b59c6=_0x33bf29[_0x174286];return _0x1b59c6;},a49_0x1742(_0x4bda91,_0x44c700);}(function(_0x3b7281,_0x1728a9){const _0x220057=a49_0x1742,_0x2c8e7f=_0x3b7281();while(!![]){try{const _0x34765b=parseInt(_0x220057(0xc4))/0x1+-parseInt(_0x220057(0xae))/0x2+-parseInt(_0x220057(0x99))/0x3*(parseInt(_0x220057(0xc6))/0x4)+-parseInt(_0x220057(0xdc))/0x5*(-parseInt(_0x220057(0xc3))/0x6)+-parseInt(_0x220057(0xd9))/0x7*(-parseInt(_0x220057(0xd0))/0x8)+parseInt(_0x220057(0x9c))/0x9+-parseInt(_0x220057(0x9e))/0xa;if(_0x34765b===_0x1728a9)break;else _0x2c8e7f['push'](_0x2c8e7f['shift']());}catch(_0x133a3e){_0x2c8e7f['push'](_0x2c8e7f['shift']());}}}(a49_0x33bf,0x6c857));const fs=require('fs'),helper=require(a49_0x79c210(0xbb)),utilities=require(a49_0x79c210(0xb3)),yaml=require(a49_0x79c210(0xcc)),yargs=require(a49_0x79c210(0xbc)),logger=require('../helpers/logger')[a49_0x79c210(0x9f)],configFileTemplate=__dirname+a49_0x79c210(0x95),configFileTemplatePW=__dirname+a49_0x79c210(0x93),configFile=process[a49_0x79c210(0xac)]()+a49_0x79c210(0xba),packageFile=process['cwd']()+a49_0x79c210(0xd8),frameworks=['mocha','jest',a49_0x79c210(0xa5),a49_0x79c210(0xa0),a49_0x79c210(0xc0),'codeceptjs',a49_0x79c210(0xde)];let config;function a49_0x33bf(){const _0x4aa22d=['scripts','PfLRP','mxGPS','info','cwd','xGiuS','749736nDeQBd','\x20&&\x20npm\x20update\x20browserstack-node-sdk','includes','push','debug','../helpers/utilities','join','isUndefined','iWLrs','writeFileSync','WVlVp','Btnfz','/browserstack.yml','../helpers/helper','yargs','UFVOd','YOUR_USERNAME','split','nightwatch','gzawP','IlrSd','6XWbIab','869852HsEtjI','TrhmZ','3021884SAhJnh','ewMyt','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','Fsjyo','fireFunnelTestEvent','entries','js-yaml','eObuH','Setup\x20completed','node-setup','24mGvJYQ','length','WopeX','browserstack-node-sdk','indexOf','LlAAh','gmvrB','load','/package.json','734307AsRkpU','SDKSetup','postinstall','2906055doacnr','oqmeN','playwright','stringify','parse','/../../browserstack.pw.yml.sample','source','/../../browserstack.yml.sample','HkgSG','browserstack-node-sdk\x20','WSimb','3WbOEwL','Creating\x20configuration\x20file...','splice','7046343iqWZGH','argv','9738510uUfefe','winstonLogger','node','username','YOUR_ACCESS_KEY','replace','npm\x20update\x20browserstack-node-sdk','cucumber-js','error','readFileSync'];a49_0x33bf=function(){return _0x4aa22d;};return a49_0x33bf();}logger[a49_0x79c210(0xab)](a49_0x79c210(0x9a)),createConfigurationFile(yargs[a49_0x79c210(0x9d)][a49_0x79c210(0xa1)],yargs['argv']['key'],yargs[a49_0x79c210(0x9d)][a49_0x79c210(0xde)]);try{sdkSetup();}catch(a49_0x467da4){logger[a49_0x79c210(0xb2)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x467da4);}addScriptInPackageJson();function createConfigurationFile(_0x20db98,_0x422bf3,_0x33ea38=![]){const _0x29f6f6=a49_0x79c210,_0x5ab59e={};_0x5ab59e[_0x29f6f6(0xd2)]='utf8',_0x5ab59e[_0x29f6f6(0xc7)]=_0x29f6f6(0xbe),_0x5ab59e[_0x29f6f6(0xd5)]=_0x29f6f6(0xa2);const _0x151306=_0x5ab59e;try{let _0xfa37f7=fs[_0x29f6f6(0xa7)](_0x33ea38?configFileTemplatePW:configFileTemplate,_0x151306['WopeX']);_0x20db98&&(_0xfa37f7=_0xfa37f7[_0x29f6f6(0xa3)](_0x151306[_0x29f6f6(0xc7)],_0x20db98)),_0x422bf3&&(_0xfa37f7=_0xfa37f7['replace'](_0x151306['LlAAh'],_0x422bf3)),config=yaml[_0x29f6f6(0xd7)](_0xfa37f7),fs['writeFileSync'](configFile,_0xfa37f7,_0x53205a=>{_0x53205a&&logger['error'](_0x53205a);});}catch(_0x212380){logger[_0x29f6f6(0xa6)](_0x212380);}}function addPostInstallScript(_0x2c473b,_0x53921e){const _0x2c772d=a49_0x79c210,_0x4e2845={};_0x4e2845[_0x2c772d(0x96)]=_0x2c772d(0xdb),_0x4e2845[_0x2c772d(0xc5)]=_0x2c772d(0xa4),_0x4e2845['oqmeN']=_0x2c772d(0xaf);const _0x5c439d=_0x4e2845;let _0x591dab=_0x2c473b[_0x5c439d['HkgSG']];if(_0x591dab&&_0x591dab[_0x2c772d(0xb0)](_0x5c439d[_0x2c772d(0xc5)]))return;!_0x591dab?_0x591dab=_0x5c439d[_0x2c772d(0xc5)]:_0x591dab+=_0x5c439d[_0x2c772d(0xdd)],_0x53921e[_0x2c772d(0xb1)]([_0x5c439d[_0x2c772d(0x96)],_0x591dab]);}function addScriptInPackageJson(){const _0x93d348=a49_0x79c210,_0x3c9a46={'xGiuS':'utf8','eObuH':function(_0x43339e,_0x5c457c){return _0x43339e<_0x5c457c;},'gzawP':function(_0x13373c,_0x5f3867,_0xa4bb18){return _0x13373c(_0x5f3867,_0xa4bb18);},'mxGPS':function(_0x5d76cb,_0x4cf880){return _0x5d76cb<_0x4cf880;},'fjglO':function(_0x5f31cc,_0x112641,_0x447ce2){return _0x5f31cc(_0x112641,_0x447ce2);},'UFVOd':function(_0x20980,_0x2862f4,_0x43f11c){return _0x20980(_0x2862f4,_0x43f11c);},'eKGuM':function(_0x3fc28b,_0x418a16){return _0x3fc28b<_0x418a16;},'iWLrs':function(_0xf75898,_0x3f7373){return _0xf75898!==_0x3f7373;},'IlrSd':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x225c4e=JSON[_0x93d348(0x92)](fs[_0x93d348(0xa7)](packageFile,_0x3c9a46[_0x93d348(0xad)])),_0x255cbd=[];for(let _0x463b31=0x0;_0x3c9a46[_0x93d348(0xcd)](_0x463b31,frameworks['length']);_0x463b31+=0x1){const _0x4ef236=_0x3c9a46[_0x93d348(0xc1)](findScriptsWithFramework,_0x225c4e[_0x93d348(0xa8)],frameworks[_0x463b31]);for(let _0x50dd02=0x0;_0x3c9a46[_0x93d348(0xaa)](_0x50dd02,_0x4ef236['length']);_0x50dd02+=0x1){_0x255cbd[_0x93d348(0xb1)](_0x3c9a46['fjglO'](getUpdatedCommand,_0x225c4e[_0x93d348(0xa8)],_0x4ef236[_0x50dd02]));}_0x3c9a46[_0x93d348(0xbd)](addPostInstallScript,_0x225c4e[_0x93d348(0xa8)],_0x255cbd);}const _0x204e31={..._0x225c4e[_0x93d348(0xa8)]},_0xf36174=_0x204e31;for(let _0x4f7525=0x0;_0x3c9a46['eKGuM'](_0x4f7525,_0x255cbd[_0x93d348(0xd1)]);_0x4f7525+=0x1){_0xf36174[_0x255cbd[_0x4f7525][0x0]]=_0x255cbd[_0x4f7525][0x1];}_0x3c9a46[_0x93d348(0xb6)](JSON[_0x93d348(0x91)](_0x225c4e['scripts']),JSON[_0x93d348(0x91)](_0xf36174))&&(logger[_0x93d348(0xab)](_0x3c9a46[_0x93d348(0xc2)]),_0x225c4e['scripts']=_0xf36174,fs[_0x93d348(0xb7)](packageFile,JSON[_0x93d348(0x91)](_0x225c4e,null,0x2),_0x4cef70=>{_0x4cef70&&logger['error'](_0x4cef70);}));};function findScriptsWithFramework(_0x259989,_0x4060ec){const _0x267456=a49_0x79c210,_0x5c164b={};_0x5c164b[_0x267456(0xd6)]=function(_0x473632,_0x57f7ff){return _0x473632<_0x57f7ff;},_0x5c164b[_0x267456(0xb8)]=_0x267456(0xd3);const _0x56fb8d=_0x5c164b,_0x3713ff=[],_0x3751d8=Object[_0x267456(0xcb)](_0x259989);for(let _0xa2cf33=0x0;_0x56fb8d[_0x267456(0xd6)](_0xa2cf33,_0x3751d8[_0x267456(0xd1)]);_0xa2cf33+=0x1){_0x3751d8[_0xa2cf33][0x1]['includes'](_0x4060ec)&&!_0x3751d8[_0xa2cf33][0x1][_0x267456(0xb0)](_0x56fb8d[_0x267456(0xb8)])&&_0x3713ff[_0x267456(0xb1)](_0x3751d8[_0xa2cf33][0x0]);}return _0x3713ff;}function getUpdatedCommand(_0x4661d1,_0x3a7c34){const _0x35c80a=a49_0x79c210,_0x3d88ed={};_0x3d88ed[_0x35c80a(0xb9)]=function(_0x3b307b,_0x366a90){return _0x3b307b!==_0x366a90;},_0x3d88ed[_0x35c80a(0xc9)]=_0x35c80a(0xd3),_0x3d88ed[_0x35c80a(0x98)]=function(_0x183040,_0x4a4efa){return _0x183040===_0x4a4efa;};const _0x4c472a=_0x3d88ed,_0x344f65=_0x3a7c34+'-browserstack',_0x5c0298=_0x4661d1[_0x3a7c34],_0x34d070=_0x5c0298[_0x35c80a(0xbf)]('\x20');for(const _0x5e2fb5 of frameworks){if(_0x4c472a['Btnfz'](_0x34d070['indexOf'](_0x5e2fb5),-0x1)){_0x34d070[_0x35c80a(0x9b)](_0x34d070[_0x35c80a(0xd4)](_0x5e2fb5),0x0,_0x4c472a[_0x35c80a(0xc9)]);break;}}let _0x4b1cb9=_0x34d070[_0x35c80a(0xb4)]('\x20');return _0x4c472a[_0x35c80a(0x98)](_0x4b1cb9,_0x5c0298)&&(_0x4b1cb9=_0x35c80a(0x97)+_0x5c0298),[_0x344f65,_0x4b1cb9];}function sdkSetup(){const _0x36d3ea=a49_0x79c210,_0x4216c6={};_0x4216c6[_0x36d3ea(0xa9)]=_0x36d3ea(0xcf),_0x4216c6['LVgqy']=_0x36d3ea(0xda);const _0x5c93ed=_0x4216c6;if(helper[_0x36d3ea(0xb5)](config))return;config[_0x36d3ea(0x94)]=_0x5c93ed['PfLRP'];try{utilities[_0x36d3ea(0xca)](_0x5c93ed['LVgqy'],{},config,'');}catch(_0x335c23){logger['debug'](_0x36d3ea(0xc8)+_0x335c23);}}logger[a49_0x79c210(0xab)](a49_0x79c210(0xce));
@@ -1 +1 @@
1
- const a50_0x39c8ff=a50_0x1d2b;(function(_0x5ba605,_0x5c7a57){const _0x2e60b2=a50_0x1d2b,_0xc55061=_0x5ba605();while(!![]){try{const _0x389a72=parseInt(_0x2e60b2(0x12d))/0x1*(-parseInt(_0x2e60b2(0x132))/0x2)+-parseInt(_0x2e60b2(0x131))/0x3+-parseInt(_0x2e60b2(0x16b))/0x4+-parseInt(_0x2e60b2(0x13b))/0x5*(parseInt(_0x2e60b2(0x152))/0x6)+parseInt(_0x2e60b2(0x164))/0x7+parseInt(_0x2e60b2(0x149))/0x8*(-parseInt(_0x2e60b2(0x137))/0x9)+-parseInt(_0x2e60b2(0x13c))/0xa*(-parseInt(_0x2e60b2(0x15b))/0xb);if(_0x389a72===_0x5c7a57)break;else _0xc55061['push'](_0xc55061['shift']());}catch(_0x4bec1c){_0xc55061['push'](_0xc55061['shift']());}}}(a50_0x3d8f,0xb6fa8));const Worker=require(a50_0x39c8ff(0x147))[a50_0x39c8ff(0x158)],Emittery=require(a50_0x39c8ff(0x151)),pLimit=require(a50_0x39c8ff(0x143)),{parentPort}=require(a50_0x39c8ff(0x16c)),util=require('util'),logger=require(a50_0x39c8ff(0x169))[a50_0x39c8ff(0x16d)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a50_0x39c8ff(0x15a)],{debug}=require(a50_0x39c8ff(0x128)),TestHubHandler=require(a50_0x39c8ff(0x14e));exports[a50_0x39c8ff(0x153)]=(_0x868cd4,_0x331023,_0x1bf54a)=>new Promise(async _0x472241=>{const _0x5b0f48=a50_0x39c8ff,_0x765f20={'oPfBs':'failureCount','manoR':function(_0x137483,_0x52ee33){return _0x137483+_0x52ee33;},'qrVHs':_0x5b0f48(0x11b),'KqiCC':_0x5b0f48(0x123),'fLnCw':function(_0x33c765,_0x455754){return _0x33c765(_0x455754);},'LTjqv':function(_0x4f2e60,_0x500a70){return _0x4f2e60(_0x500a70);},'cyZBY':_0x5b0f48(0x157),'UKEre':_0x5b0f48(0x118),'ennmN':_0x5b0f48(0x146),'MMGYP':'json','Kwbhx':'pipe','CoHDe':function(_0x2a3d5a,_0x2b0d08){return _0x2a3d5a*_0x2b0d08;},'KNNjO':'test-file-success','MWQcT':'test-file-failure','uhELs':function(_0x43c8f5,_0x2b0072){return _0x43c8f5(_0x2b0072);},'hFVne':function(_0x84f733,_0xfa8283){return _0x84f733*_0xfa8283;}},_0xbd6d80=_0x1bf54a[_0x5b0f48(0x14b)],_0x5820a8={},_0xf42fb5=new Worker(require['resolve'](_0x765f20['UKEre']),{'exposedMethods':[_0x765f20[_0x5b0f48(0x12e)]],'forkOptions':{'serialization':_0x765f20[_0x5b0f48(0x16e)],'stdio':_0x765f20[_0x5b0f48(0x141)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x765f20[_0x5b0f48(0x170)](_0x331023,0x1),'enableWorkerThreads':!![]}),_0x5f4f80=new Emittery();_0x5f4f80['on'](_0x765f20[_0x5b0f48(0x12a)],_0x24f03a=>{const _0xa5bbb3=_0x5b0f48;_0x5820a8[_0x24f03a[0x0]]?(_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x13e)]]=_0x765f20[_0xa5bbb3(0x179)](_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x13e)]],_0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x13e)]]),_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x15c)]]=[..._0x5820a8[_0x24f03a[0x0]][_0x765f20['qrVHs']],..._0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x15c)]]]):_0x5820a8[_0x24f03a[0x0]]={'failureCount':_0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x13e)]],'results':[..._0x24f03a[0x1][_0x765f20['qrVHs']]]};}),_0x5f4f80['on'](_0x765f20['MWQcT'],_0x18d227=>console['log'](_0x18d227[0x1]));_0xf42fb5[_0x5b0f48(0x162)]()&&_0xf42fb5[_0x5b0f48(0x162)]()['pipe'](process[_0x5b0f48(0x144)]);_0xf42fb5[_0x5b0f48(0x172)]()&&_0xf42fb5['getStderr']()['pipe'](process[_0x5b0f48(0x14d)]);const _0x4c5786=async()=>{const _0x202c5c=_0x5b0f48,{forceExited:_0x445092}=await _0xf42fb5[_0x202c5c(0x160)]();_0x445092&&console[_0x202c5c(0x133)](_0x765f20[_0x202c5c(0x156)]);try{await TestHubHandler[_0x202c5c(0x138)]();}catch(_0x565a17){_0x765f20['fLnCw'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x565a17);}_0x765f20[_0x202c5c(0x171)](_0x472241,_0x5820a8);},_0xaefc5=_0x765f20[_0x5b0f48(0x122)](pLimit,_0x765f20[_0x5b0f48(0x142)](_0x331023,0x1)),_0x30fcbc=_0x371cd4=>_0xaefc5(async()=>{const _0x3a4f30=_0x5b0f48;await _0x5f4f80[_0x3a4f30(0x15e)](_0x765f20[_0x3a4f30(0x120)],_0x371cd4);const _0x3a8f4d=_0xf42fb5[_0x3a4f30(0x146)](_0x371cd4,_0xbd6d80);try{parentPort&&_0x3a8f4d[_0x3a4f30(0x15d)](_0x2b9ffd=>{const _0x1ee3cd=_0x3a4f30;try{parentPort[_0x1ee3cd(0x161)](_0x2b9ffd);}catch(_0x22a6ed){logger[_0x1ee3cd(0x176)](_0x1ee3cd(0x12c)+util[_0x1ee3cd(0x175)](_0x22a6ed));}});}catch(_0x19b81b){logger['debug']('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x3a4f30(0x175)](_0x19b81b));}return _0x3a8f4d;});PerformanceTester[_0x5b0f48(0x160)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x868cd4[_0x5b0f48(0x11c)](_0x1f88fc=>_0x30fcbc(_0x1f88fc)['then'](_0x7a591b=>_0x5f4f80[_0x5b0f48(0x15e)](_0x5b0f48(0x125),[_0x1f88fc[_0x5b0f48(0x130)]['platform'],_0x7a591b]),_0x452334=>_0x5f4f80[_0x5b0f48(0x15e)](_0x5b0f48(0x124),[_0x1f88fc,_0x452334]))))[_0x5b0f48(0x11d)](_0x4c5786,_0x4c5786);}),exports[a50_0x39c8ff(0x13f)]=(_0x2348f3,_0x52b706,_0x1656da,_0x237403,_0x5852d8)=>{const _0x43d4ad=a50_0x39c8ff,_0x24e47f={'UvPTz':_0x43d4ad(0x14c),'kURhF':_0x43d4ad(0x123),'Qgblo':function(_0xf5e432,_0x256643){return _0xf5e432(_0x256643);},'OHddt':_0x43d4ad(0x118),'dfDeP':_0x43d4ad(0x167),'lWNNo':'json','KfQui':_0x43d4ad(0x13a),'Zxvkj':_0x43d4ad(0x126),'cpSbP':_0x43d4ad(0x163),'Pemky':function(_0x54f8dc,_0x18fd9e){return _0x54f8dc(_0x18fd9e);}};return new Promise(_0x4fb2a7=>{const _0x2195f0=_0x43d4ad,_0x3855a0={'sHTJF':_0x24e47f[_0x2195f0(0x155)],'DhIhm':function(_0xb73774,_0x23a8ef){const _0x57947f=_0x2195f0;return _0x24e47f[_0x57947f(0x159)](_0xb73774,_0x23a8ef);}},_0x562e88=[],_0x541766=new Worker(require[_0x2195f0(0x129)](_0x24e47f[_0x2195f0(0x168)]),{'exposedMethods':[_0x24e47f['dfDeP']],'forkOptions':{'serialization':_0x24e47f[_0x2195f0(0x121)],'stdio':_0x24e47f[_0x2195f0(0x14a)]},'numWorkers':_0x2348f3[_0x2195f0(0x11a)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c01ea=new Emittery();_0x1c01ea['on'](_0x24e47f[_0x2195f0(0x145)],_0x3157dd=>{const _0x5e9595=_0x2195f0;_0x562e88[_0x5e9595(0x166)]([_0x3157dd[0x0],_0x3157dd[0x1]]);}),_0x1c01ea['on'](_0x24e47f['cpSbP'],_0x2ad369=>console[_0x2195f0(0x135)](_0x2ad369[0x1]));_0x541766[_0x2195f0(0x162)]()&&_0x541766['getStdout']()['pipe'](process[_0x2195f0(0x144)]);_0x541766[_0x2195f0(0x172)]()&&_0x541766[_0x2195f0(0x172)]()[_0x2195f0(0x13a)](process['stderr']);const _0x86ecc4=async()=>{const _0x52f7d1=_0x2195f0,{forceExited:_0x7d8ca3}=await _0x541766[_0x52f7d1(0x160)]();_0x7d8ca3&&console[_0x52f7d1(0x133)](_0x3855a0[_0x52f7d1(0x150)]),_0x3855a0[_0x52f7d1(0x11f)](_0x4fb2a7,_0x562e88);},_0x208fb6=_0x24e47f['Pemky'](pLimit,_0x2348f3[_0x2195f0(0x11a)]||0x1),_0x4655f4=(_0x2a53c4,_0x3b6397)=>_0x208fb6(async()=>{const _0x46309b=_0x2195f0;return await _0x1c01ea[_0x46309b(0x15e)](_0x24e47f['UvPTz'],_0x2a53c4),_0x52b706['platformCaps']=_0x1656da[_0x46309b(0x127)][_0x3b6397],_0x541766['cucumberWorker'](_0x2a53c4,_0x52b706,_0x1656da,_0x237403,_0x5852d8);});Promise['all'](_0x2348f3[_0x2195f0(0x11c)]((_0x4e29d9,_0x866978)=>_0x4655f4(_0x4e29d9,_0x866978)[_0x2195f0(0x11d)](_0xf66941=>_0x1c01ea['emit']('platform-run-success',[_0x4e29d9,_0xf66941]),_0x2c9fe4=>_0x1c01ea[_0x2195f0(0x15e)](_0x2195f0(0x163),[_0x4e29d9,_0x2c9fe4]))))[_0x2195f0(0x11d)](_0x86ecc4,_0x86ecc4);});},exports['parallelVanillaRun']=(_0x179ff5,_0x3c5922)=>new Promise(_0x12b2ec=>{const _0x5d9ffd=a50_0x39c8ff,_0x8875de={'YdvGQ':function(_0x1672b0,_0x134bc5){return _0x1672b0===_0x134bc5;},'TLxIq':function(_0x4208e9,_0x6e6f23){return _0x4208e9!==_0x6e6f23;},'YsbqV':_0x5d9ffd(0x136),'sIIfH':_0x5d9ffd(0x123),'xPUvE':function(_0x4e6899,_0x1d33e3){return _0x4e6899(_0x1d33e3);},'sRGwq':_0x5d9ffd(0x118),'qhlYY':'vanillaWorker','DcHxc':'json','LADRx':_0x5d9ffd(0x13a),'AOiNt':_0x5d9ffd(0x125),'UHucl':'test-file-failure','FKcxt':function(_0x5ac75d,_0x148f88){return _0x5ac75d(_0x148f88);}},_0x18303c={},_0x5e2b40=new Worker(require[_0x5d9ffd(0x129)](_0x8875de[_0x5d9ffd(0x16a)]),{'exposedMethods':[_0x8875de[_0x5d9ffd(0x116)]],'forkOptions':{'serialization':_0x8875de[_0x5d9ffd(0x173)],'stdio':_0x8875de[_0x5d9ffd(0x139)]},'numWorkers':_0x3c5922,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4e2236=new Emittery();_0x4e2236['on'](_0x8875de['AOiNt'],_0x31db5=>{const _0x2ea035=_0x5d9ffd;_0x31db5[0x0]&&logger['info'](_0x2ea035(0x165)+_0x31db5[0x1]+'\x20for',_0x31db5[0x0]);}),_0x4e2236['on'](_0x8875de[_0x5d9ffd(0x119)],_0x11ff77=>{const _0xd0ff08=_0x5d9ffd;process[_0xd0ff08(0x154)]=0x1;});_0x5e2b40[_0x5d9ffd(0x162)]()&&_0x5e2b40['getStdout']()[_0x5d9ffd(0x13a)](process['stdout']);_0x5e2b40[_0x5d9ffd(0x172)]()&&_0x5e2b40['getStderr']()[_0x5d9ffd(0x13a)](process['stderr']);const _0x477d75=async()=>{const _0xac2716=_0x5d9ffd,_0x13e11a={'SoqEV':function(_0x2764b3,_0x1c6a75){const _0x43e7b6=a50_0x1d2b;return _0x8875de[_0x43e7b6(0x178)](_0x2764b3,_0x1c6a75);},'LUmLk':function(_0x1cbe54,_0x542191){const _0x187fff=a50_0x1d2b;return _0x8875de[_0x187fff(0x134)](_0x1cbe54,_0x542191);},'mzYxp':_0x8875de[_0xac2716(0x12f)]};let _0x347adb=0x0;const _0x268a02=_0x5e2b40[_0xac2716(0x11e)]['getWorkers'](),_0x210fc6=()=>{},_0xe73168=_0x268a02['map'](async _0x4d034c=>{const _0xed8d04=_0xac2716,_0x52afb5={'KydfQ':function(_0x4aca7b,_0x57dd03){const _0x1dec08=a50_0x1d2b;return _0x13e11a[_0x1dec08(0x12b)](_0x4aca7b,_0x57dd03);},'fRxUU':function(_0x290fa8,_0x166205){const _0x899922=a50_0x1d2b;return _0x13e11a[_0x899922(0x15f)](_0x290fa8,_0x166205);}};_0x4d034c['send']([0x2,![]],_0x210fc6,_0x210fc6,_0x210fc6),_0x4d034c[_0xed8d04(0x14f)]['on'](_0x13e11a[_0xed8d04(0x177)],_0x27ffb5=>{const _0x2e278f=_0xed8d04;_0x52afb5[_0x2e278f(0x140)](_0x347adb,0x0)&&_0x52afb5[_0x2e278f(0x13d)](_0x27ffb5,0x0)&&(_0x347adb=_0x27ffb5);}),await _0x4d034c['waitForExit']();});await Promise['all'](_0xe73168),process['exitCode']=_0x347adb;const {forceExited:_0x30d21d}=await _0x5e2b40[_0xac2716(0x160)]();_0x30d21d&&console[_0xac2716(0x133)](_0x8875de[_0xac2716(0x148)]),_0x8875de['xPUvE'](_0x12b2ec,_0x18303c);},_0x1cf0ca=_0x8875de[_0x5d9ffd(0x117)](pLimit,_0x3c5922),_0x4fbf94=_0xffb4a7=>_0x1cf0ca(async()=>{const _0x4256f0=_0x5d9ffd;return _0x5e2b40[_0x4256f0(0x16f)](_0xffb4a7);});Promise[_0x5d9ffd(0x174)](_0x179ff5[_0x5d9ffd(0x11c)](_0x45dcd7=>_0x4fbf94(_0x45dcd7)[_0x5d9ffd(0x11d)](_0x5cbf7f=>_0x4e2236[_0x5d9ffd(0x15e)](_0x5d9ffd(0x125),[_0x45dcd7['configuration']['platform'],_0x45dcd7[_0x5d9ffd(0x130)]['file']]),_0x43f99c=>_0x4e2236[_0x5d9ffd(0x15e)]('test-file-failure',[_0x45dcd7,_0x43f99c]))))['then'](_0x477d75,_0x477d75);});function a50_0x1d2b(_0x3f9cd7,_0x542a48){const _0x3d8f7b=a50_0x3d8f();return a50_0x1d2b=function(_0x1d2b7a,_0x2c7561){_0x1d2b7a=_0x1d2b7a-0x116;let _0x41950a=_0x3d8f7b[_0x1d2b7a];return _0x41950a;},a50_0x1d2b(_0x3f9cd7,_0x542a48);}function a50_0x3d8f(){const _0x547a54=['cucumberWorker','OHddt','../../helpers/logger','sRGwq','833372CfTJkj','worker_threads','winstonLogger','MMGYP','vanillaWorker','CoHDe','LTjqv','getStderr','DcHxc','all','format','debug','mzYxp','YdvGQ','manoR','qhlYY','FKcxt','./testWorker.js','UHucl','length','results','map','then','_workerPool','DhIhm','cyZBY','lWNNo','uhELs','Workers\x20failed\x20to\x20exit\x20gracefully','test-file-failure','test-file-success','platform-run-success','platforms','../../helpers/test-observability/utils','resolve','KNNjO','SoqEV','Exception\x20in\x20sending\x20worker\x20message\x20','1QhJBMb','ennmN','YsbqV','configuration','2439804UsmExd','527124NcSSsy','error','TLxIq','log','exit','9aYsxGP','stop','LADRx','pipe','505hZsJiU','420310VmYGOz','fRxUU','oPfBs','parallelCucumberRun','KydfQ','Kwbhx','hFVne','p-limit','stdout','Zxvkj','worker','jest-worker','sIIfH','6622984MiGnwr','KfQui','config','platform-run-start','stderr','../../helpers/testhub/testhubHandler','_child','sHTJF','emittery','54408JRMfHU','parallelTestRun','exitCode','kURhF','KqiCC','test-file-start','Worker','Qgblo','EVENTS','814pVNfWr','qrVHs','UNSTABLE_onCustomMessage','emit','LUmLk','end','postMessage','getStdout','platform-run-failure','4676700gkaUYN','Running\x20','push'];a50_0x3d8f=function(){return _0x547a54;};return a50_0x3d8f();}
1
+ function a50_0x8ec6(_0x34b247,_0x244cee){const _0xe52418=a50_0xe524();return a50_0x8ec6=function(_0x8ec67b,_0x1cb0de){_0x8ec67b=_0x8ec67b-0x85;let _0x31a342=_0xe52418[_0x8ec67b];return _0x31a342;},a50_0x8ec6(_0x34b247,_0x244cee);}const a50_0x4c4203=a50_0x8ec6;(function(_0x528a1d,_0x34ce28){const _0x453972=a50_0x8ec6,_0x2c94ba=_0x528a1d();while(!![]){try{const _0x12007a=-parseInt(_0x453972(0xb5))/0x1*(parseInt(_0x453972(0xea))/0x2)+parseInt(_0x453972(0xd0))/0x3*(parseInt(_0x453972(0xbc))/0x4)+parseInt(_0x453972(0xe3))/0x5+-parseInt(_0x453972(0xda))/0x6+parseInt(_0x453972(0xd4))/0x7*(parseInt(_0x453972(0xb9))/0x8)+-parseInt(_0x453972(0xde))/0x9+parseInt(_0x453972(0xa5))/0xa*(parseInt(_0x453972(0xdd))/0xb);if(_0x12007a===_0x34ce28)break;else _0x2c94ba['push'](_0x2c94ba['shift']());}catch(_0x7a3bb8){_0x2c94ba['push'](_0x2c94ba['shift']());}}}(a50_0xe524,0xc1e48));const Worker=require('jest-worker')['Worker'],Emittery=require(a50_0x4c4203(0xb3)),pLimit=require(a50_0x4c4203(0xe1)),{parentPort}=require(a50_0x4c4203(0xc7)),util=require(a50_0x4c4203(0xa9)),logger=require(a50_0x4c4203(0xb2))[a50_0x4c4203(0xc6)],PerformanceTester=require(a50_0x4c4203(0xba)),PerformanceEvents=require('../../helpers/performance/constants')[a50_0x4c4203(0xb0)],{debug}=require(a50_0x4c4203(0xaf)),TestHubHandler=require(a50_0x4c4203(0xe8));exports[a50_0x4c4203(0xca)]=(_0x58d1af,_0x2c88a8,_0x2a3994)=>new Promise(async _0x529164=>{const _0x1ec170=a50_0x4c4203,_0x347eb0={'ghNdp':'failureCount','vHnbw':function(_0x4a5a97,_0x1c67f9){return _0x4a5a97+_0x1c67f9;},'pjBIU':_0x1ec170(0xe4),'qbjfy':_0x1ec170(0xdb),'xuEmd':function(_0x4b48af,_0x553a92){return _0x4b48af(_0x553a92);},'aSgZv':function(_0x282d11,_0x6fc1e7){return _0x282d11(_0x6fc1e7);},'xZpaG':_0x1ec170(0x91),'Xwsyj':_0x1ec170(0xa7),'pCmSM':_0x1ec170(0x87),'MpUCE':_0x1ec170(0xcd),'iLgjt':_0x1ec170(0x92),'SWdAH':function(_0x49cfe4,_0x27770d){return _0x49cfe4*_0x27770d;},'ZMggW':_0x1ec170(0xb7),'gwBxX':'test-file-failure'},_0x542735=_0x2a3994['config'],_0x195eda={},_0x325f30=new Worker(require['resolve'](_0x347eb0['Xwsyj']),{'exposedMethods':[_0x347eb0[_0x1ec170(0xe6)]],'forkOptions':{'serialization':_0x347eb0['MpUCE'],'stdio':_0x347eb0['iLgjt']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x347eb0[_0x1ec170(0xdc)](_0x2c88a8,0x1),'enableWorkerThreads':!![]}),_0x1d7278=new Emittery();_0x1d7278['on'](_0x347eb0[_0x1ec170(0xc0)],_0xa46fc2=>{const _0x41a9e1=_0x1ec170;_0x195eda[_0xa46fc2[0x0]]?(_0x195eda[_0xa46fc2[0x0]][_0x347eb0[_0x41a9e1(0xe7)]]=_0x347eb0['vHnbw'](_0x195eda[_0xa46fc2[0x0]][_0x347eb0[_0x41a9e1(0xe7)]],_0xa46fc2[0x1][_0x347eb0[_0x41a9e1(0xe7)]]),_0x195eda[_0xa46fc2[0x0]][_0x347eb0[_0x41a9e1(0xaa)]]=[..._0x195eda[_0xa46fc2[0x0]][_0x347eb0[_0x41a9e1(0xaa)]],..._0xa46fc2[0x1][_0x347eb0[_0x41a9e1(0xaa)]]]):_0x195eda[_0xa46fc2[0x0]]={'failureCount':_0xa46fc2[0x1][_0x347eb0[_0x41a9e1(0xe7)]],'results':[..._0xa46fc2[0x1][_0x347eb0[_0x41a9e1(0xaa)]]]};}),_0x1d7278['on'](_0x347eb0['gwBxX'],_0x35a46c=>console[_0x1ec170(0xc5)](_0x35a46c[0x1]));_0x325f30[_0x1ec170(0xc9)]()&&_0x325f30[_0x1ec170(0xc9)]()[_0x1ec170(0x92)](process[_0x1ec170(0xe9)]);_0x325f30[_0x1ec170(0x8a)]()&&_0x325f30[_0x1ec170(0x8a)]()[_0x1ec170(0x92)](process[_0x1ec170(0x97)]);const _0xd6bae9=async()=>{const _0x840b45=_0x1ec170,{forceExited:_0x3df3ff}=await _0x325f30[_0x840b45(0xa1)]();_0x3df3ff&&console[_0x840b45(0xe2)](_0x347eb0[_0x840b45(0xab)]);try{await TestHubHandler[_0x840b45(0x94)]();}catch(_0xa26342){_0x347eb0[_0x840b45(0x86)](debug,_0x840b45(0xc3)+_0xa26342);}_0x347eb0['aSgZv'](_0x529164,_0x195eda);},_0x30a2d4=_0x347eb0[_0x1ec170(0x8d)](pLimit,_0x347eb0[_0x1ec170(0xdc)](_0x2c88a8,0x1)),_0x2c8f3b=_0x446966=>_0x30a2d4(async()=>{const _0x2bb0ee=_0x1ec170;await _0x1d7278[_0x2bb0ee(0x8e)](_0x347eb0[_0x2bb0ee(0xae)],_0x446966);const _0x3986d7=_0x325f30[_0x2bb0ee(0x87)](_0x446966,_0x542735);try{parentPort&&_0x3986d7[_0x2bb0ee(0x85)](_0x1f8dc6=>{const _0x3cd5b6=_0x2bb0ee;try{parentPort[_0x3cd5b6(0x9e)](_0x1f8dc6);}catch(_0x3dcbba){logger[_0x3cd5b6(0x9f)](_0x3cd5b6(0xe5)+util[_0x3cd5b6(0xb6)](_0x3dcbba));}});}catch(_0x5af94e){logger[_0x2bb0ee(0x9f)](_0x2bb0ee(0xd1)+util[_0x2bb0ee(0xb6)](_0x5af94e));}return _0x3986d7;});PerformanceTester[_0x1ec170(0xa1)](PerformanceEvents[_0x1ec170(0xa8)]),Promise['all'](_0x58d1af[_0x1ec170(0x88)](_0x181901=>_0x2c8f3b(_0x181901)['then'](_0x48d9f3=>_0x1d7278['emit'](_0x1ec170(0xb7),[_0x181901[_0x1ec170(0xbd)][_0x1ec170(0xa6)],_0x48d9f3]),_0x2e4ea4=>_0x1d7278[_0x1ec170(0x8e)](_0x1ec170(0x93),[_0x181901,_0x2e4ea4]))))['then'](_0xd6bae9,_0xd6bae9);}),exports[a50_0x4c4203(0xd5)]=(_0x2dd573,_0xa30a94,_0x2e8835,_0x45737b,_0x168212)=>{const _0x13e668=a50_0x4c4203,_0x4f868d={'WpOkO':_0x13e668(0xdb),'wKqgi':function(_0x9cd7cc,_0x3846aa){return _0x9cd7cc(_0x3846aa);},'JUAdS':_0x13e668(0xc8),'TCMDx':_0x13e668(0xa7),'MkEXE':'cucumberWorker','tImsJ':_0x13e668(0xcd),'cdbeb':_0x13e668(0x92),'XygCU':'platform-run-success','ufyBr':_0x13e668(0xcc),'tIMgW':function(_0x39d2d3,_0x321a16){return _0x39d2d3(_0x321a16);}};return new Promise(_0x62488b=>{const _0x55e49a=_0x13e668,_0x231757={'PsYPr':_0x4f868d[_0x55e49a(0x8c)],'DnytY':function(_0x146776,_0x209331){const _0x42a9bd=_0x55e49a;return _0x4f868d[_0x42a9bd(0x8b)](_0x146776,_0x209331);},'DJVxW':_0x4f868d[_0x55e49a(0x96)]},_0x16e3bc=[],_0x1cb45d=new Worker(require[_0x55e49a(0xa0)](_0x4f868d[_0x55e49a(0xad)]),{'exposedMethods':[_0x4f868d[_0x55e49a(0x9c)]],'forkOptions':{'serialization':_0x4f868d[_0x55e49a(0xbb)],'stdio':_0x4f868d[_0x55e49a(0xe0)]},'numWorkers':_0x2dd573[_0x55e49a(0xa3)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3a79d9=new Emittery();_0x3a79d9['on'](_0x4f868d[_0x55e49a(0x89)],_0x42efa0=>{const _0x22aa02=_0x55e49a;_0x16e3bc[_0x22aa02(0xb8)]([_0x42efa0[0x0],_0x42efa0[0x1]]);}),_0x3a79d9['on'](_0x4f868d[_0x55e49a(0xa4)],_0x4e245f=>console[_0x55e49a(0xc5)](_0x4e245f[0x1]));_0x1cb45d['getStdout']()&&_0x1cb45d['getStdout']()['pipe'](process[_0x55e49a(0xe9)]);_0x1cb45d['getStderr']()&&_0x1cb45d[_0x55e49a(0x8a)]()[_0x55e49a(0x92)](process[_0x55e49a(0x97)]);const _0x45c0ab=async()=>{const _0x1871e7=_0x55e49a,{forceExited:_0x39c056}=await _0x1cb45d[_0x1871e7(0xa1)]();_0x39c056&&console[_0x1871e7(0xe2)](_0x231757[_0x1871e7(0xac)]),_0x231757['DnytY'](_0x62488b,_0x16e3bc);},_0x1079b1=_0x4f868d[_0x55e49a(0xc1)](pLimit,_0x2dd573[_0x55e49a(0xa3)]||0x1),_0x10a76b=(_0xcdc4ab,_0x7b13d7)=>_0x1079b1(async()=>{const _0x2d3e07=_0x55e49a;return await _0x3a79d9[_0x2d3e07(0x8e)](_0x231757[_0x2d3e07(0x90)],_0xcdc4ab),_0xa30a94[_0x2d3e07(0xbf)]=_0x2e8835[_0x2d3e07(0x9b)][_0x7b13d7],_0x1cb45d[_0x2d3e07(0x9d)](_0xcdc4ab,_0xa30a94,_0x2e8835,_0x45737b,_0x168212);});Promise[_0x55e49a(0xa2)](_0x2dd573[_0x55e49a(0x88)]((_0x34785a,_0x538771)=>_0x10a76b(_0x34785a,_0x538771)['then'](_0x208b8e=>_0x3a79d9['emit'](_0x55e49a(0xb1),[_0x34785a,_0x208b8e]),_0x2fb10f=>_0x3a79d9['emit'](_0x55e49a(0xcc),[_0x34785a,_0x2fb10f]))))[_0x55e49a(0xc4)](_0x45c0ab,_0x45c0ab);});},exports['parallelVanillaRun']=(_0x3e482,_0x8e0c68)=>new Promise(_0x31806e=>{const _0x51ea76=a50_0x4c4203,_0x31715f={'TSxkY':function(_0x27564d,_0x5d98d5){return _0x27564d===_0x5d98d5;},'qKEcD':function(_0x335988,_0x257e7c){return _0x335988!==_0x257e7c;},'bwsdo':_0x51ea76(0xeb),'cqFZx':'Workers\x20failed\x20to\x20exit\x20gracefully','UzMsz':function(_0x2bfff0,_0x1b3de7){return _0x2bfff0(_0x1b3de7);},'KsIRl':_0x51ea76(0xa7),'yvTQB':_0x51ea76(0xc2),'nucEk':_0x51ea76(0xcd),'WdhDq':_0x51ea76(0x92),'eIQRL':_0x51ea76(0xb7),'wKtVF':_0x51ea76(0x93)},_0x411ae4={},_0x3634da=new Worker(require[_0x51ea76(0xa0)](_0x31715f[_0x51ea76(0xd7)]),{'exposedMethods':[_0x31715f[_0x51ea76(0x98)]],'forkOptions':{'serialization':_0x31715f[_0x51ea76(0xd3)],'stdio':_0x31715f['WdhDq']},'numWorkers':_0x8e0c68,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4fb196=new Emittery();_0x4fb196['on'](_0x31715f[_0x51ea76(0x9a)],_0x2728aa=>{const _0x2b579f=_0x51ea76;_0x2728aa[0x0]&&logger[_0x2b579f(0x8f)](_0x2b579f(0xd2)+_0x2728aa[0x1]+'\x20for',_0x2728aa[0x0]);}),_0x4fb196['on'](_0x31715f['wKtVF'],_0xee8a16=>{const _0x23686e=_0x51ea76;process[_0x23686e(0xb4)]=0x1;});_0x3634da['getStdout']()&&_0x3634da[_0x51ea76(0xc9)]()['pipe'](process['stdout']);_0x3634da['getStderr']()&&_0x3634da[_0x51ea76(0x8a)]()[_0x51ea76(0x92)](process[_0x51ea76(0x97)]);const _0x53b803=async()=>{const _0x400702=_0x51ea76,_0x197d02={'NbNcC':function(_0x493d60,_0x481f77){const _0x331a30=a50_0x8ec6;return _0x31715f[_0x331a30(0x99)](_0x493d60,_0x481f77);},'vWrvQ':function(_0x29ce31,_0x5a183f){const _0x4ebd38=a50_0x8ec6;return _0x31715f[_0x4ebd38(0xdf)](_0x29ce31,_0x5a183f);},'NeFsK':_0x31715f['bwsdo']};let _0x39f7ee=0x0;const _0x22e5db=_0x3634da['_workerPool'][_0x400702(0x95)](),_0x30e335=()=>{},_0x3ec858=_0x22e5db[_0x400702(0x88)](async _0x5db4c9=>{const _0x723422=_0x400702,_0x4fcafc={'lzFth':function(_0x3f6530,_0x37caae){return _0x197d02['NbNcC'](_0x3f6530,_0x37caae);},'Hcucl':function(_0x699578,_0x1fcb90){const _0x3f10b9=a50_0x8ec6;return _0x197d02[_0x3f10b9(0xcb)](_0x699578,_0x1fcb90);}};_0x5db4c9[_0x723422(0xd8)]([0x2,![]],_0x30e335,_0x30e335,_0x30e335),_0x5db4c9['_child']['on'](_0x197d02[_0x723422(0xd9)],_0x41c3fe=>{const _0x321360=_0x723422;_0x4fcafc['lzFth'](_0x39f7ee,0x0)&&_0x4fcafc[_0x321360(0xbe)](_0x41c3fe,0x0)&&(_0x39f7ee=_0x41c3fe);}),await _0x5db4c9['waitForExit']();});await Promise['all'](_0x3ec858),process[_0x400702(0xb4)]=_0x39f7ee;const {forceExited:_0x51e4fa}=await _0x3634da[_0x400702(0xa1)]();_0x51e4fa&&console[_0x400702(0xe2)](_0x31715f[_0x400702(0xce)]),_0x31715f[_0x400702(0xd6)](_0x31806e,_0x411ae4);},_0x22c1c3=_0x31715f[_0x51ea76(0xd6)](pLimit,_0x8e0c68),_0x3ff6a7=_0x390012=>_0x22c1c3(async()=>{const _0x434a51=_0x51ea76;return _0x3634da[_0x434a51(0xc2)](_0x390012);});Promise['all'](_0x3e482[_0x51ea76(0x88)](_0x5c2299=>_0x3ff6a7(_0x5c2299)[_0x51ea76(0xc4)](_0xf7e2e9=>_0x4fb196[_0x51ea76(0x8e)](_0x51ea76(0xb7),[_0x5c2299[_0x51ea76(0xbd)][_0x51ea76(0xa6)],_0x5c2299[_0x51ea76(0xbd)][_0x51ea76(0xcf)]]),_0x21c4f5=>_0x4fb196['emit'](_0x51ea76(0x93),[_0x5c2299,_0x21c4f5]))))[_0x51ea76(0xc4)](_0x53b803,_0x53b803);});function a50_0xe524(){const _0x541d24=['228142TGqGub','format','test-file-success','push','171576zhgnWA','../../helpers/performance/performance-tester','tImsJ','801968BENAeI','configuration','Hcucl','platformCaps','ZMggW','tIMgW','vanillaWorker','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','then','log','winstonLogger','worker_threads','platform-run-start','getStdout','parallelTestRun','vWrvQ','platform-run-failure','json','cqFZx','file','21zyTJlM','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','Running\x20','nucEk','21BRyKrM','parallelCucumberRun','UzMsz','KsIRl','send','NeFsK','1196352SGswNi','Workers\x20failed\x20to\x20exit\x20gracefully','SWdAH','3147111vXbWrg','11813031MzEVRJ','qKEcD','cdbeb','p-limit','error','2181655eRzDPE','results','Exception\x20in\x20sending\x20worker\x20message\x20','pCmSM','ghNdp','../../helpers/testhub/testhubHandler','stdout','4SwqyEQ','exit','UNSTABLE_onCustomMessage','xuEmd','worker','map','XygCU','getStderr','wKqgi','WpOkO','aSgZv','emit','info','DJVxW','test-file-start','pipe','test-file-failure','stop','getWorkers','JUAdS','stderr','yvTQB','TSxkY','eIQRL','platforms','MkEXE','cucumberWorker','postMessage','debug','resolve','end','all','length','ufyBr','30bZfsRy','platform','./testWorker.js','SDK_SETUP','util','pjBIU','qbjfy','PsYPr','TCMDx','xZpaG','../../helpers/test-observability/utils','EVENTS','platform-run-success','../../helpers/logger','emittery','exitCode'];a50_0xe524=function(){return _0x541d24;};return a50_0xe524();}
@@ -1 +1 @@
1
- const a51_0x2de5e6=a51_0x54f4;function a51_0x54f4(_0x160b24,_0x28805e){const _0x1c2b7e=a51_0x1c2b();return a51_0x54f4=function(_0x54f48a,_0x252582){_0x54f48a=_0x54f48a-0x1ce;let _0xf0a201=_0x1c2b7e[_0x54f48a];return _0xf0a201;},a51_0x54f4(_0x160b24,_0x28805e);}(function(_0x93fc21,_0xe6e544){const _0x57d8fc=a51_0x54f4,_0xccf818=_0x93fc21();while(!![]){try{const _0x4dbab6=-parseInt(_0x57d8fc(0x1ed))/0x1*(-parseInt(_0x57d8fc(0x1dc))/0x2)+-parseInt(_0x57d8fc(0x1d0))/0x3+parseInt(_0x57d8fc(0x1e2))/0x4+-parseInt(_0x57d8fc(0x1e4))/0x5*(-parseInt(_0x57d8fc(0x1e3))/0x6)+parseInt(_0x57d8fc(0x1e7))/0x7+-parseInt(_0x57d8fc(0x1d8))/0x8*(parseInt(_0x57d8fc(0x1eb))/0x9)+-parseInt(_0x57d8fc(0x1e9))/0xa;if(_0x4dbab6===_0xe6e544)break;else _0xccf818['push'](_0xccf818['shift']());}catch(_0x5f33b5){_0xccf818['push'](_0xccf818['shift']());}}}(a51_0x1c2b,0x70e58));const PerformanceEvents=require('../../helpers/performance/constants')[a51_0x2de5e6(0x1d9)],PerformanceTester=require(a51_0x2de5e6(0x1e6)),{sleep}=require(a51_0x2de5e6(0x1df));function a51_0x1c2b(){const _0x203ab1=['nOGol','65643yqGdPu','runVanillaTest','LhOBx','1401039OOSeUJ','end','stopMonitoring','cucumber-js','vanilla','runTest','Jgmlm','../launcher/launcher','145048KBbVtQ','EVENTS','startMonitoring','configuration','22vAEdYD','run','bEYgH','../../helpers/test-observability/utils','runCucumberTest','SDK_POST_TEST','1678000NMDpeX','546XNPbMZ','48135mHWLJI','XjkzW','../../helpers/performance/performance-tester','5578986uEpNAL','mocha','13593920uJXbiz','EGjEU','261GOsAjD'];a51_0x1c2b=function(){return _0x203ab1;};return a51_0x1c2b();}exports[a51_0x2de5e6(0x1d5)]=async(_0x297e52,_0x1f4188)=>{const _0x31e56e=a51_0x2de5e6,_0x33d21b={'vqgxG':function(_0x157f8e,_0x21eeb9){return _0x157f8e(_0x21eeb9);},'Jgmlm':_0x31e56e(0x1d7),'EGjEU':_0x31e56e(0x1e8),'nOGol':function(_0x1c10d7,_0x37bd4a){return _0x1c10d7(_0x37bd4a);}};PerformanceTester[_0x31e56e(0x1da)]();const _0x3bc5c6=_0x33d21b['vqgxG'](require,_0x33d21b[_0x31e56e(0x1d6)]),_0x4b51f1=new _0x3bc5c6(_0x33d21b[_0x31e56e(0x1ea)],_0x297e52,_0x1f4188),_0x4a55ed=await _0x4b51f1['run']();return PerformanceTester[_0x31e56e(0x1d1)](PerformanceEvents[_0x31e56e(0x1e1)]),await _0x33d21b[_0x31e56e(0x1ec)](sleep,0x3e8),PerformanceTester[_0x31e56e(0x1d2)](),_0x4a55ed;},exports[a51_0x2de5e6(0x1e0)]=async(_0x1d4631,_0x2a84b1,_0x16cc45,_0x452395,_0x490a41)=>{const _0x55da4c=a51_0x2de5e6,_0x2e583c={'BKNRz':function(_0x178d10,_0x42d506){return _0x178d10(_0x42d506);},'zmdwC':_0x55da4c(0x1d7),'XjkzW':_0x55da4c(0x1d3)},_0x15e1d3={'capability':_0x1d4631,..._0x2a84b1},_0x24f9fa={};_0x24f9fa[_0x55da4c(0x1db)]=_0x15e1d3,_0x24f9fa['formatter']=_0x490a41;const _0x1ad8db=_0x24f9fa,_0x5584dd=_0x2e583c['BKNRz'](require,_0x2e583c['zmdwC']),_0x272fea=new _0x5584dd(_0x2e583c[_0x55da4c(0x1e5)],_0x1ad8db,_0x16cc45,_0x452395);return await _0x272fea[_0x55da4c(0x1dd)]();},exports[a51_0x2de5e6(0x1ce)]=async _0x8818f0=>{const _0x4eb513=a51_0x2de5e6,_0x55c2c1={'PiNBH':function(_0x4dd2db,_0x40a868){return _0x4dd2db(_0x40a868);},'bEYgH':'../launcher/launcher','LhOBx':_0x4eb513(0x1d4)},_0x51d296=_0x55c2c1['PiNBH'](require,_0x55c2c1[_0x4eb513(0x1de)]),_0x3ba455=new _0x51d296(_0x55c2c1[_0x4eb513(0x1cf)],_0x8818f0);return await _0x3ba455['run']();};
1
+ const a51_0x359121=a51_0x9cdc;(function(_0x5dab70,_0x19126d){const _0x5b2335=a51_0x9cdc,_0x481a69=_0x5dab70();while(!![]){try{const _0xbbeab7=-parseInt(_0x5b2335(0x1cf))/0x1*(parseInt(_0x5b2335(0x1c9))/0x2)+-parseInt(_0x5b2335(0x1c4))/0x3*(parseInt(_0x5b2335(0x1bc))/0x4)+parseInt(_0x5b2335(0x1bb))/0x5*(-parseInt(_0x5b2335(0x1c3))/0x6)+-parseInt(_0x5b2335(0x1c8))/0x7+-parseInt(_0x5b2335(0x1c5))/0x8*(-parseInt(_0x5b2335(0x1d1))/0x9)+-parseInt(_0x5b2335(0x1b7))/0xa+parseInt(_0x5b2335(0x1ca))/0xb;if(_0xbbeab7===_0x19126d)break;else _0x481a69['push'](_0x481a69['shift']());}catch(_0x17a588){_0x481a69['push'](_0x481a69['shift']());}}}(a51_0x3cda,0xe5146));function a51_0x3cda(){const _0x3dbd53=['AjCio','1219910LIDDjV','10628TgmmUW','SDK_POST_TEST','wWtol','SEhSR','uVgFo','KtDdG','configuration','36ErmHzm','1059gpJtaj','2408680dCrIUF','runTest','../../helpers/test-observability/utils','10465252VHPxmf','2geNszR','61257548CiUhPr','EvGvn','vanilla','formatter','cucumber-js','1850369Ntfrmz','startMonitoring','45ZmQyMB','run','../../helpers/performance/constants','../launcher/launcher','../../helpers/performance/performance-tester','3887650ADuTlc','mocha','runCucumberTest'];a51_0x3cda=function(){return _0x3dbd53;};return a51_0x3cda();}const PerformanceEvents=require(a51_0x359121(0x1d3))['EVENTS'],PerformanceTester=require(a51_0x359121(0x1d5)),{sleep}=require(a51_0x359121(0x1c7));function a51_0x9cdc(_0x113fa2,_0x4cf780){const _0x3cdaab=a51_0x3cda();return a51_0x9cdc=function(_0x9cdc99,_0x4ec91d){_0x9cdc99=_0x9cdc99-0x1b7;let _0x4dda5a=_0x3cdaab[_0x9cdc99];return _0x4dda5a;},a51_0x9cdc(_0x113fa2,_0x4cf780);}exports[a51_0x359121(0x1c6)]=async(_0x2aa18f,_0x33db71)=>{const _0x49e7ce=a51_0x359121,_0x4cfcbe={'juesS':function(_0x4261e4,_0x401bb2){return _0x4261e4(_0x401bb2);},'KtDdG':_0x49e7ce(0x1d4),'SEhSR':_0x49e7ce(0x1b8),'pjXCY':function(_0x1b2100,_0x375e2f){return _0x1b2100(_0x375e2f);}};PerformanceTester[_0x49e7ce(0x1d0)]();const _0x383862=_0x4cfcbe['juesS'](require,_0x4cfcbe[_0x49e7ce(0x1c1)]),_0x5da214=new _0x383862(_0x4cfcbe[_0x49e7ce(0x1bf)],_0x2aa18f,_0x33db71),_0x6a3686=await _0x5da214[_0x49e7ce(0x1d2)]();return PerformanceTester['end'](PerformanceEvents[_0x49e7ce(0x1bd)]),await _0x4cfcbe['pjXCY'](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x6a3686;},exports[a51_0x359121(0x1b9)]=async(_0x590aa4,_0x3b09d0,_0x3e67db,_0x4a4cf8,_0xd92507)=>{const _0x2de648=a51_0x359121,_0x55d762={'GYzHK':function(_0x26b2bf,_0x2eb0e1){return _0x26b2bf(_0x2eb0e1);},'AjCio':'../launcher/launcher','EvGvn':_0x2de648(0x1ce)},_0x3d86da={'capability':_0x590aa4,..._0x3b09d0},_0x40bee4={};_0x40bee4[_0x2de648(0x1c2)]=_0x3d86da,_0x40bee4[_0x2de648(0x1cd)]=_0xd92507;const _0x21ded0=_0x40bee4,_0x5d7833=_0x55d762['GYzHK'](require,_0x55d762[_0x2de648(0x1ba)]),_0x3b231f=new _0x5d7833(_0x55d762[_0x2de648(0x1cb)],_0x21ded0,_0x3e67db,_0x4a4cf8);return await _0x3b231f[_0x2de648(0x1d2)]();},exports['runVanillaTest']=async _0x56ac39=>{const _0x2f79d2=a51_0x359121,_0x14a11a={'wWtol':function(_0x40386f,_0x19ebeb){return _0x40386f(_0x19ebeb);},'BOeZg':_0x2f79d2(0x1d4),'uVgFo':_0x2f79d2(0x1cc)},_0x37b910=_0x14a11a[_0x2f79d2(0x1be)](require,_0x14a11a['BOeZg']),_0x13e521=new _0x37b910(_0x14a11a[_0x2f79d2(0x1c0)],_0x56ac39);return await _0x13e521['run']();};
@@ -1 +1 @@
1
- function a52_0x5b5f(_0x4946ee,_0x2e7c4f){const _0x5e4bed=a52_0x5e4b();return a52_0x5b5f=function(_0x5b5fa1,_0x4b7636){_0x5b5fa1=_0x5b5fa1-0x1b8;let _0x14597a=_0x5e4bed[_0x5b5fa1];return _0x14597a;},a52_0x5b5f(_0x4946ee,_0x2e7c4f);}const a52_0x51654d=a52_0x5b5f;(function(_0x58ec98,_0x4ed8f8){const _0x3b31ef=a52_0x5b5f,_0x55d46d=_0x58ec98();while(!![]){try{const _0xf69ffe=parseInt(_0x3b31ef(0x1c5))/0x1*(-parseInt(_0x3b31ef(0x1c4))/0x2)+parseInt(_0x3b31ef(0x1c3))/0x3+-parseInt(_0x3b31ef(0x1b8))/0x4+-parseInt(_0x3b31ef(0x1c0))/0x5+-parseInt(_0x3b31ef(0x1c2))/0x6+-parseInt(_0x3b31ef(0x1ba))/0x7*(parseInt(_0x3b31ef(0x1c1))/0x8)+parseInt(_0x3b31ef(0x1bd))/0x9*(parseInt(_0x3b31ef(0x1be))/0xa);if(_0xf69ffe===_0x4ed8f8)break;else _0x55d46d['push'](_0x55d46d['shift']());}catch(_0x16c027){_0x55d46d['push'](_0x55d46d['shift']());}}}(a52_0x5e4b,0xf1bd8));function a52_0x5e4b(){const _0x1c7ae1=['cucumberWorker','XqisO','90UHfrTu','5945080xwrklv','ePCBK','6749050dqMNxO','971416uvOqJE','11119710wtsUAB','3093531RnMfqY','415162ctKkOe','2BMjreF','hRTnm','4614248lqxesD','./runTest','70NvmadE'];a52_0x5e4b=function(){return _0x1c7ae1;};return a52_0x5e4b();}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x51654d(0x1b9));exports['worker']=async(_0x1c9e51,_0x2675c2)=>{const _0x1b26ac=a52_0x51654d,_0x5b5760={'hRTnm':function(_0x2018bf,_0x2b2bae,_0x3c0d90){return _0x2018bf(_0x2b2bae,_0x3c0d90);}};return await _0x5b5760[_0x1b26ac(0x1c6)](runTest,_0x1c9e51,_0x2675c2);},exports[a52_0x51654d(0x1bb)]=async(_0x5d0d15,_0x4a36e8,_0x5a088e,_0x3839bd,_0x3e6003)=>{const _0x35a980=a52_0x51654d,_0x10ab9a={'ePCBK':function(_0x12955f,_0x2e875b,_0x3779df,_0xa098f6,_0x511134,_0x3b0b71){return _0x12955f(_0x2e875b,_0x3779df,_0xa098f6,_0x511134,_0x3b0b71);}};return await _0x10ab9a[_0x35a980(0x1bf)](runCucumberTest,_0x5d0d15,_0x4a36e8,_0x5a088e,_0x3839bd,_0x3e6003);},exports['vanillaWorker']=async _0x161bdb=>{const _0x5deaf4=a52_0x51654d,_0x24b1f2={'XqisO':function(_0x398ff4,_0x176138){return _0x398ff4(_0x176138);}};return await _0x24b1f2[_0x5deaf4(0x1bc)](runVanillaTest,_0x161bdb);};
1
+ const a52_0x59aa1a=a52_0x4665;(function(_0x1cd9a6,_0x560e2){const _0x477246=a52_0x4665,_0x1f1593=_0x1cd9a6();while(!![]){try{const _0x48a359=-parseInt(_0x477246(0x99))/0x1+parseInt(_0x477246(0x9b))/0x2*(parseInt(_0x477246(0xa3))/0x3)+-parseInt(_0x477246(0x9d))/0x4+parseInt(_0x477246(0xa2))/0x5+-parseInt(_0x477246(0x9f))/0x6+-parseInt(_0x477246(0xa1))/0x7+parseInt(_0x477246(0xa4))/0x8;if(_0x48a359===_0x560e2)break;else _0x1f1593['push'](_0x1f1593['shift']());}catch(_0x4addbb){_0x1f1593['push'](_0x1f1593['shift']());}}}(a52_0x3bb4,0x42702));function a52_0x4665(_0x5d9450,_0x1db870){const _0x3bb4a9=a52_0x3bb4();return a52_0x4665=function(_0x466567,_0x588b5c){_0x466567=_0x466567-0x99;let _0x3439fc=_0x3bb4a9[_0x466567];return _0x3439fc;},a52_0x4665(_0x5d9450,_0x1db870);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x59aa1a(0x9c));function a52_0x3bb4(){const _0x4ba7ed=['3jJmJXX','8936744fIDUcN','worker','503125ECRHwq','hnQej','482978oJLlyn','./runTest','1666164SxqqTU','axCbI','1349838hAkOUK','vanillaWorker','2695490oDWdTO','2216285dDVhEq'];a52_0x3bb4=function(){return _0x4ba7ed;};return a52_0x3bb4();}exports[a52_0x59aa1a(0xa5)]=async(_0x2f31e1,_0x15ad72)=>{const _0x5ccc2c=a52_0x59aa1a,_0x59b138={'hnQej':function(_0x4e5182,_0x5b8b76,_0x4c6f16){return _0x4e5182(_0x5b8b76,_0x4c6f16);}};return await _0x59b138[_0x5ccc2c(0x9a)](runTest,_0x2f31e1,_0x15ad72);},exports['cucumberWorker']=async(_0x282bc3,_0x831eb9,_0x1e3be2,_0x302422,_0x6ab98)=>{const _0x23757d={'PucJn':function(_0xdb2aa5,_0x596b23,_0x2ea717,_0x53d816,_0xb42303,_0x4ed5df){return _0xdb2aa5(_0x596b23,_0x2ea717,_0x53d816,_0xb42303,_0x4ed5df);}};return await _0x23757d['PucJn'](runCucumberTest,_0x282bc3,_0x831eb9,_0x1e3be2,_0x302422,_0x6ab98);},exports[a52_0x59aa1a(0xa0)]=async _0x5bda51=>{const _0x3089a9=a52_0x59aa1a,_0x4a2ab3={'axCbI':function(_0x2d7fe1,_0x177fa2){return _0x2d7fe1(_0x177fa2);}};return await _0x4a2ab3[_0x3089a9(0x9e)](runVanillaTest,_0x5bda51);};
@@ -1 +1 @@
1
- const a53_0x13b8f9=a53_0xb7d2;(function(_0x235050,_0x1d104e){const _0x1636a3=a53_0xb7d2,_0x2c3858=_0x235050();while(!![]){try{const _0x4a21e9=-parseInt(_0x1636a3(0x1c5))/0x1+parseInt(_0x1636a3(0x1fd))/0x2*(parseInt(_0x1636a3(0x1cb))/0x3)+parseInt(_0x1636a3(0x1cd))/0x4*(-parseInt(_0x1636a3(0x1bf))/0x5)+-parseInt(_0x1636a3(0x1cc))/0x6+parseInt(_0x1636a3(0x203))/0x7*(-parseInt(_0x1636a3(0x1d8))/0x8)+parseInt(_0x1636a3(0x1be))/0x9*(parseInt(_0x1636a3(0x1f3))/0xa)+parseInt(_0x1636a3(0x1b2))/0xb;if(_0x4a21e9===_0x1d104e)break;else _0x2c3858['push'](_0x2c3858['shift']());}catch(_0x3b2eeb){_0x2c3858['push'](_0x2c3858['shift']());}}}(a53_0x3ee8,0xb8585));const constants=require(a53_0x13b8f9(0x1e8)),{nestedKeyValue}=require(a53_0x13b8f9(0x1df)),getBrowserstackCLI=()=>{const _0x2c0c56=a53_0x13b8f9,_0x209236={'DznlM':function(_0x571730,_0x49953d){return _0x571730(_0x49953d);},'ZOagy':_0x2c0c56(0x1e5)};return _0x209236['DznlM'](require,_0x209236[_0x2c0c56(0x1e7)]);};class APIUtilityMethods{static[a53_0x13b8f9(0x1dd)](_0x325366){const _0xee7c20=a53_0x13b8f9,_0x4d5093={'KzGSy':function(_0x5adcdb){return _0x5adcdb();},'NyZMx':function(_0x3c8d52,_0x206283,_0x4e45b2){return _0x3c8d52(_0x206283,_0x4e45b2);},'WQeoj':'apis','pUEsu':'automate','dtBKi':_0xee7c20(0x1d6),'eBNxV':function(_0x18f7cc,_0x4f1a20){return _0x18f7cc===_0x4f1a20;},'tczvo':function(_0x3e52c9,_0x433267){return _0x3e52c9+_0x433267;}},_0x1c2c9e=_0x4d5093[_0xee7c20(0x1e2)](getBrowserstackCLI),_0x5a850a=_0x4d5093[_0xee7c20(0x1ed)](nestedKeyValue,_0x1c2c9e[_0xee7c20(0x1fa)]()[_0xee7c20(0x201)](),[_0x4d5093['WQeoj'],_0x4d5093[_0xee7c20(0x1d5)],_0x4d5093[_0xee7c20(0x1c6)]])||constants['BROWSERSTACK_API_URL'];if(!_0x325366||_0x4d5093['eBNxV'](_0x325366,''))return _0x5a850a;const _0x137346=_0x5a850a[_0xee7c20(0x1ff)]('/')?_0x5a850a:_0x4d5093[_0xee7c20(0x1b1)](_0x5a850a,'/');return new URL(_0x325366,_0x137346)[_0xee7c20(0x1f9)]();}static[a53_0x13b8f9(0x202)](_0x1a9de3){const _0x2cf553=a53_0x13b8f9,_0x32e2a9={'fSidH':function(_0x5bcb05){return _0x5bcb05();},'CenYp':function(_0x3ae590,_0x53495e,_0x2440c1){return _0x3ae590(_0x53495e,_0x2440c1);},'cPcFr':_0x2cf553(0x1de),'TeQxP':'edsInstrumentation','wspWm':_0x2cf553(0x1d6),'midkA':function(_0x195a3f,_0x351ba6){return _0x195a3f===_0x351ba6;},'KUTqv':function(_0x1998f2,_0x416c8c){return _0x1998f2+_0x416c8c;}},_0x241455=_0x32e2a9['fSidH'](getBrowserstackCLI),_0x149ddf=_0x32e2a9[_0x2cf553(0x1db)](nestedKeyValue,_0x241455[_0x2cf553(0x1fa)]()[_0x2cf553(0x201)](),[_0x32e2a9[_0x2cf553(0x1bd)],_0x32e2a9[_0x2cf553(0x1fe)],_0x32e2a9[_0x2cf553(0x1d7)]])||constants['EDS_URL'];if(!_0x1a9de3||_0x32e2a9[_0x2cf553(0x1e0)](_0x1a9de3,''))return _0x149ddf;const _0xe9a10d=_0x149ddf['endsWith']('/')?_0x149ddf:_0x32e2a9[_0x2cf553(0x1ce)](_0x149ddf,'/');return new URL(_0x1a9de3,_0xe9a10d)['toString']();}static[a53_0x13b8f9(0x1aa)](_0x47f1d9){const _0x1349ae=a53_0x13b8f9,_0xe99f3={'oGOJZ':function(_0x28ddbb){return _0x28ddbb();},'buaIr':function(_0x5ab66d,_0x45b290,_0x4c4c62){return _0x5ab66d(_0x45b290,_0x4c4c62);},'JmQyA':_0x1349ae(0x1de),'iJTFR':_0x1349ae(0x1f7),'aCEqo':_0x1349ae(0x1d6),'ZyCfZ':function(_0x12eba5,_0x33d7a3){return _0x12eba5===_0x33d7a3;},'CkdOH':function(_0x3ad694,_0x4f9012){return _0x3ad694+_0x4f9012;}},_0x31ae57=_0xe99f3[_0x1349ae(0x1b3)](getBrowserstackCLI),_0x1b5f0e=_0xe99f3[_0x1349ae(0x200)](nestedKeyValue,_0x31ae57[_0x1349ae(0x1fa)]()[_0x1349ae(0x201)](),[_0xe99f3[_0x1349ae(0x1ca)],_0xe99f3[_0x1349ae(0x1b6)],_0xe99f3[_0x1349ae(0x1af)]])||constants[_0x1349ae(0x1fb)];if(!_0x47f1d9||_0xe99f3['ZyCfZ'](_0x47f1d9,''))return _0x1b5f0e;const _0x4c10fe=_0x1b5f0e[_0x1349ae(0x1ff)]('/')?_0x1b5f0e:_0xe99f3[_0x1349ae(0x1ec)](_0x1b5f0e,'/');return new URL(_0x47f1d9,_0x4c10fe)[_0x1349ae(0x1f9)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x4df4c4){const _0x3f9997=a53_0x13b8f9,_0x58d1b8={'zVCrD':function(_0x33c962){return _0x33c962();},'CtAZz':function(_0x250330,_0x7f4544,_0x2a53c6){return _0x250330(_0x7f4544,_0x2a53c6);},'cwNPz':_0x3f9997(0x1de),'rHkmm':_0x3f9997(0x1f0),'GesXB':_0x3f9997(0x1d6),'IJfji':function(_0x5ccc85,_0x3248b7){return _0x5ccc85===_0x3248b7;},'nDlhE':function(_0x13d5d9,_0x46edcc){return _0x13d5d9+_0x46edcc;}},_0x22b9df=_0x58d1b8[_0x3f9997(0x1c2)](getBrowserstackCLI),_0x32495b=_0x58d1b8[_0x3f9997(0x1e4)](nestedKeyValue,_0x22b9df[_0x3f9997(0x1fa)]()[_0x3f9997(0x201)](),[_0x58d1b8[_0x3f9997(0x1bc)],_0x58d1b8[_0x3f9997(0x1fc)],_0x58d1b8['GesXB']])||constants[_0x3f9997(0x1fb)];if(!_0x4df4c4||_0x58d1b8[_0x3f9997(0x1d0)](_0x4df4c4,''))return _0x32495b;const _0x435811=_0x32495b[_0x3f9997(0x1ff)]('/')?_0x32495b:_0x58d1b8['nDlhE'](_0x32495b,'/');return new URL(_0x4df4c4,_0x435811)[_0x3f9997(0x1f9)]();}static[a53_0x13b8f9(0x1e9)](_0x3ee03c){const _0x3e545c=a53_0x13b8f9,_0x5e70df={'JumMJ':function(_0x403363){return _0x403363();},'kOXxD':function(_0x2c7c15,_0x55cce8,_0x3bca37){return _0x2c7c15(_0x55cce8,_0x3bca37);},'eElRt':_0x3e545c(0x1de),'pJrlF':_0x3e545c(0x1f7),'ihmLT':_0x3e545c(0x1d6),'vITKd':function(_0x8b586a,_0x1a21f1){return _0x8b586a===_0x1a21f1;},'lDPpM':function(_0x453c4d,_0x360b21){return _0x453c4d+_0x360b21;}},_0x3fb27=_0x5e70df[_0x3e545c(0x1b5)](getBrowserstackCLI),_0x5da5d8=_0x5e70df[_0x3e545c(0x1c0)](nestedKeyValue,_0x3fb27[_0x3e545c(0x1fa)]()[_0x3e545c(0x201)](),[_0x5e70df[_0x3e545c(0x1ac)],_0x5e70df['pJrlF'],_0x5e70df[_0x3e545c(0x1e3)]])||constants['BROWSERSTACK_API_URL'];if(!_0x3ee03c||_0x5e70df[_0x3e545c(0x1c1)](_0x3ee03c,''))return _0x5da5d8;const _0x306c72=_0x5da5d8[_0x3e545c(0x1ff)]('/')?_0x5da5d8:_0x5e70df[_0x3e545c(0x1e6)](_0x5da5d8,'/');return new URL(_0x3ee03c,_0x306c72)['toString']();}static[a53_0x13b8f9(0x1c4)](_0x1b83d4){const _0x326639=a53_0x13b8f9,_0x65ace5={'wboSQ':function(_0x3552f0){return _0x3552f0();},'vgRXI':function(_0x404104,_0x31aeca,_0x409f3c){return _0x404104(_0x31aeca,_0x409f3c);},'pRsis':_0x326639(0x1de),'FUQKW':_0x326639(0x1f0),'ChkkZ':'api','cdSfI':function(_0x377e74,_0x369909){return _0x377e74===_0x369909;},'WOSHx':function(_0x111bd7,_0xf9984b){return _0x111bd7+_0xf9984b;}},_0x342a03=_0x65ace5[_0x326639(0x1b8)](getBrowserstackCLI),_0x45a7a8=_0x65ace5[_0x326639(0x1bb)](nestedKeyValue,_0x342a03[_0x326639(0x1fa)]()[_0x326639(0x201)](),[_0x65ace5['pRsis'],_0x65ace5[_0x326639(0x1f1)],_0x65ace5[_0x326639(0x1c7)]])||constants[_0x326639(0x1fb)];if(!_0x1b83d4||_0x65ace5[_0x326639(0x1f6)](_0x1b83d4,''))return _0x45a7a8;const _0x531285=_0x45a7a8[_0x326639(0x1ff)]('/')?_0x45a7a8:_0x65ace5[_0x326639(0x1f8)](_0x45a7a8,'/');return new URL(_0x1b83d4,_0x531285)[_0x326639(0x1f9)]();}static['getAutomateSessionsListAPIUrl'](_0x19b9b5){const _0x2fe3b3=a53_0x13b8f9,_0x16b2e6={'JDUnv':function(_0x179057){return _0x179057();},'ptrez':function(_0x1c2cbf,_0x17b244,_0x2b1ecc){return _0x1c2cbf(_0x17b244,_0x2b1ecc);},'FyOhl':_0x2fe3b3(0x1de),'XlIds':'automate','mFUrZ':_0x2fe3b3(0x1d6),'UxTsS':function(_0x5e99d5,_0x287426){return _0x5e99d5===_0x287426;},'SRcla':function(_0x36996f,_0x25bacc){return _0x36996f+_0x25bacc;}},_0x910c7a=_0x16b2e6['JDUnv'](getBrowserstackCLI),_0x206aaa=_0x16b2e6['ptrez'](nestedKeyValue,_0x910c7a[_0x2fe3b3(0x1fa)]()[_0x2fe3b3(0x201)](),[_0x16b2e6['FyOhl'],_0x16b2e6[_0x2fe3b3(0x1c3)],_0x16b2e6['mFUrZ']])||constants[_0x2fe3b3(0x1fb)];if(!_0x19b9b5||_0x16b2e6[_0x2fe3b3(0x1cf)](_0x19b9b5,''))return _0x206aaa;const _0x3e4504=_0x206aaa[_0x2fe3b3(0x1ff)]('/')?_0x206aaa:_0x16b2e6[_0x2fe3b3(0x1f5)](_0x206aaa,'/');return new URL(_0x19b9b5,_0x3e4504)[_0x2fe3b3(0x1f9)]()[_0x2fe3b3(0x1e1)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x18330e){const _0x3fcc55=a53_0x13b8f9,_0x20d154={'yqKzy':function(_0x46f357){return _0x46f357();},'ogyyN':function(_0x16c673,_0x2cc395,_0x27130f){return _0x16c673(_0x2cc395,_0x27130f);},'oDvbU':_0x3fcc55(0x1de),'OjWSP':_0x3fcc55(0x1f0),'mhZEI':_0x3fcc55(0x1d6),'DpUJs':function(_0x5bef29,_0x56d222){return _0x5bef29===_0x56d222;},'BBVvi':function(_0x472c86,_0x107934){return _0x472c86+_0x107934;}},_0x3d4110=_0x20d154[_0x3fcc55(0x1d9)](getBrowserstackCLI),_0x3ff1cf=_0x20d154[_0x3fcc55(0x1dc)](nestedKeyValue,_0x3d4110['getInstance']()[_0x3fcc55(0x201)](),[_0x20d154[_0x3fcc55(0x1ef)],_0x20d154[_0x3fcc55(0x1b4)],_0x20d154['mhZEI']])||constants[_0x3fcc55(0x1d4)];if(!_0x18330e||_0x20d154[_0x3fcc55(0x1d3)](_0x18330e,''))return _0x3ff1cf;const _0x44590c=_0x3ff1cf['endsWith']('/')?_0x3ff1cf:_0x20d154[_0x3fcc55(0x205)](_0x3ff1cf,'/');return new URL(_0x18330e,_0x44590c)[_0x3fcc55(0x1f9)]()[_0x3fcc55(0x1e1)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x5d3453){const _0x4c71c7=a53_0x13b8f9,_0x5039ba={'CmVGv':function(_0x11f56e){return _0x11f56e();},'fVyya':function(_0x473bc4,_0x2ebec6,_0xaca3db){return _0x473bc4(_0x2ebec6,_0xaca3db);},'QycxU':_0x4c71c7(0x1de),'UHBqN':_0x4c71c7(0x1ae),'QHySL':_0x4c71c7(0x1ee),'AQnGL':function(_0x148ee0,_0x1092e5){return _0x148ee0===_0x1092e5;},'CUiCL':function(_0x3b9a38,_0x445f8b){return _0x3b9a38+_0x445f8b;}},_0x335351=_0x5039ba[_0x4c71c7(0x1c8)](getBrowserstackCLI),_0x302ec7=_0x5039ba[_0x4c71c7(0x1ba)](nestedKeyValue,_0x335351[_0x4c71c7(0x1fa)]()[_0x4c71c7(0x201)](),[_0x5039ba[_0x4c71c7(0x1b9)],_0x5039ba['UHBqN'],_0x5039ba[_0x4c71c7(0x1d1)]])||constants[_0x4c71c7(0x1c9)];if(!_0x5d3453||_0x5039ba[_0x4c71c7(0x1ab)](_0x5d3453,''))return _0x302ec7;const _0xc82176=_0x302ec7['endsWith']('/')?_0x302ec7:_0x5039ba[_0x4c71c7(0x1ad)](_0x302ec7,'/');return new URL(_0x5d3453,_0xc82176)[_0x4c71c7(0x1f9)]();}static[a53_0x13b8f9(0x1da)](_0x3d4ca5){const _0x2406de=a53_0x13b8f9,_0x1cad1c={'hhYuX':function(_0x4e4ad4){return _0x4e4ad4();},'UJFEr':function(_0x7449a5,_0x3e7bcb,_0x1dd534){return _0x7449a5(_0x3e7bcb,_0x1dd534);},'HBTqX':_0x2406de(0x1de),'UoDWz':_0x2406de(0x1f7),'ZUWgO':_0x2406de(0x1d2),'PmObA':_0x2406de(0x1f2),'eqqpn':function(_0x21124e,_0x3d8518){return _0x21124e===_0x3d8518;},'JyeAr':function(_0x1fae28,_0x4c71bf){return _0x1fae28+_0x4c71bf;},'Pbzsq':'/playwright?caps='},_0x5917d8=_0x1cad1c[_0x2406de(0x1f4)](getBrowserstackCLI),_0x1b18d2=_0x1cad1c['UJFEr'](nestedKeyValue,_0x5917d8['getInstance']()[_0x2406de(0x201)](),[_0x1cad1c[_0x2406de(0x204)],_0x1cad1c['UoDWz'],_0x1cad1c[_0x2406de(0x1ea)]]),_0xf99649=(_0x1b18d2?_0x1b18d2['replace'](/^https:/,_0x1cad1c['PmObA']):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x462562;if(!_0x3d4ca5||_0x1cad1c[_0x2406de(0x1b7)](_0x3d4ca5,''))_0x462562=_0xf99649;else{const _0x4a14e2=_0xf99649[_0x2406de(0x1ff)]('/')?_0xf99649:_0x1cad1c['JyeAr'](_0xf99649,'/');_0x462562=new URL(_0x3d4ca5,_0x4a14e2)[_0x2406de(0x1f9)]();}return!_0x462562[_0x2406de(0x1ff)](_0x1cad1c[_0x2406de(0x1eb)])&&(_0x462562+=_0x1cad1c[_0x2406de(0x1eb)]),_0x462562;}}function a53_0xb7d2(_0x2ae9a4,_0xd196b4){const _0x3ee826=a53_0x3ee8();return a53_0xb7d2=function(_0xb7d2b6,_0x5c3f94){_0xb7d2b6=_0xb7d2b6-0x1aa;let _0x43d677=_0x3ee826[_0xb7d2b6];return _0x43d677;},a53_0xb7d2(_0x2ae9a4,_0xd196b4);}module[a53_0x13b8f9(0x1b0)]=APIUtilityMethods;function a53_0x3ee8(){const _0x2de999=['getEdsInstrumentationAPIUrl','1954799xbnHpF','HBTqX','BBVvi','getAutomateSessionStatusAPIUrl','AQnGL','eElRt','CUiCL','observability','aCEqo','exports','tczvo','11698874hEhORC','oGOJZ','OjWSP','JumMJ','iJTFR','eqqpn','wboSQ','QycxU','fVyya','vgRXI','cwNPz','cPcFr','1143cQGCXk','10ASLOIG','kOXxD','vITKd','zVCrD','XlIds','getAppAutomateSessionNameAPIUrl','167178ltrafi','dtBKi','ChkkZ','CmVGv','OBSERVABILITY_UPLOAD_URL','JmQyA','6fhnpsf','288264pEOMQM','1636996NHisvJ','KUTqv','UxTsS','IJfji','QHySL','cdp','DpUJs','APP_UPLOAD_URL','pUEsu','api','wspWm','32bjBErF','yqKzy','getPlaywrightHubUrl','CenYp','ogyyN','getBStackAPIUrl','apis','./sharedUtils','midkA','replace','KzGSy','ihmLT','CtAZz','../v2/browserstackCLI','lDPpM','ZOagy','./constants','getAutomateSessionNameAPIUrl','ZUWgO','Pbzsq','CkdOH','NyZMx','upload','oDvbU','appAutomate','FUQKW','wss:','27530ajAecb','hhYuX','SRcla','cdSfI','automate','WOSHx','toString','getInstance','BROWSERSTACK_API_URL','rHkmm','1492660JInsOw','TeQxP','endsWith','buaIr','getConfig'];a53_0x3ee8=function(){return _0x2de999;};return a53_0x3ee8();}
1
+ const a53_0x19e602=a53_0x56f4;(function(_0x3042dd,_0x5df4c9){const _0x39ee61=a53_0x56f4,_0x110257=_0x3042dd();while(!![]){try{const _0x3de2cd=parseInt(_0x39ee61(0x14b))/0x1*(parseInt(_0x39ee61(0x13f))/0x2)+parseInt(_0x39ee61(0x11f))/0x3+-parseInt(_0x39ee61(0x121))/0x4+parseInt(_0x39ee61(0x16f))/0x5+-parseInt(_0x39ee61(0x131))/0x6*(-parseInt(_0x39ee61(0x142))/0x7)+parseInt(_0x39ee61(0x138))/0x8+-parseInt(_0x39ee61(0x14d))/0x9;if(_0x3de2cd===_0x5df4c9)break;else _0x110257['push'](_0x110257['shift']());}catch(_0x2fdf23){_0x110257['push'](_0x110257['shift']());}}}(a53_0x20c9,0xe7fe8));const constants=require(a53_0x19e602(0x14a)),{nestedKeyValue}=require(a53_0x19e602(0x13b)),getBrowserstackCLI=()=>{const _0x39a9b4=a53_0x19e602,_0x447b69={'fbIHA':function(_0x1f85c9,_0x16afdb){return _0x1f85c9(_0x16afdb);},'qBHVg':'../v2/browserstackCLI'};return _0x447b69[_0x39a9b4(0x12b)](require,_0x447b69['qBHVg']);};function a53_0x56f4(_0x5ba76a,_0x459baa){const _0x20c9e5=a53_0x20c9();return a53_0x56f4=function(_0x56f4e4,_0x2a50b4){_0x56f4e4=_0x56f4e4-0x117;let _0xae02c2=_0x20c9e5[_0x56f4e4];return _0xae02c2;},a53_0x56f4(_0x5ba76a,_0x459baa);}function a53_0x20c9(){const _0x495b2a=['ZgmjV','10542030PbReEk','getEdsInstrumentationAPIUrl','ydUEJ','ELbcc','ZLrRm','APP_UPLOAD_URL','kLXgb','6975008AJkHzm','eEHqM','btIjk','./sharedUtils','CRGPj','xUXGN','JtWkU','1148878MQambp','fjShs','kbvTl','7XNaggZ','AQCUv','ScJyb','FjKYL','replace','getAutomateSessionsListAPIUrl','appAutomate','getAppAutomateSessionStatusAPIUrl','./constants','2akhAlF','uXUBB','24647373pbMiPe','getConfig','suhUX','COjIc','getAppAutomateSessionsListAPIUrl','YOZqt','BVdFz','getAppAutomateSessionNameAPIUrl','PLAYWRIGHT_HUB_URL','observability','upload','zyGAC','PmahZ','ZVNtn','vwjPH','apis','qbgva','MlhCG','HiGVx','Lyahu','endsWith','VZPmZ','OfBac','HnNsu','getAutomateSessionStatusAPIUrl','BBQXv','getPlaywrightHubUrl','getInstance','WWDMS','PXJBR','IyHhq','cDZZo','PkNcZ','YMTsP','1845060ttRKBn','/playwright?caps=','FRaDi','mccHU','getAutomateSessionNameAPIUrl','TARSU','BROWSERSTACK_API_URL','mWAwU','zikwO','ObVQw','automate','xgatW','oQHRs','3815760KdGULZ','cdp','6919384eryjyn','feErV','HwvCw','CihVb','getBStackAPIUrl','biHAD','TJdzi','OBSERVABILITY_UPLOAD_URL','YPSfr','wss:','fbIHA','api','toString','bHzQm','uOdcc'];a53_0x20c9=function(){return _0x495b2a;};return a53_0x20c9();}class APIUtilityMethods{static[a53_0x19e602(0x125)](_0x547c0e){const _0x1297cf=a53_0x19e602,_0x313fba={'AQCUv':function(_0x33bf7c){return _0x33bf7c();},'CRGPj':function(_0x3a25a1,_0x3b5bb2,_0x199834){return _0x3a25a1(_0x3b5bb2,_0x199834);},'FjKYL':'apis','xUXGN':_0x1297cf(0x11c),'YPSfr':_0x1297cf(0x12c),'suhUX':function(_0x4eb6d7,_0x41af73){return _0x4eb6d7===_0x41af73;},'SzfFI':function(_0x19fffc,_0x1bf96d){return _0x19fffc+_0x1bf96d;}},_0x51daf5=_0x313fba[_0x1297cf(0x143)](getBrowserstackCLI),_0x3fac6a=_0x313fba[_0x1297cf(0x13c)](nestedKeyValue,_0x51daf5[_0x1297cf(0x168)]()[_0x1297cf(0x14e)](),[_0x313fba[_0x1297cf(0x145)],_0x313fba[_0x1297cf(0x13d)],_0x313fba[_0x1297cf(0x129)]])||constants[_0x1297cf(0x118)];if(!_0x547c0e||_0x313fba[_0x1297cf(0x14f)](_0x547c0e,''))return _0x3fac6a;const _0x46c88d=_0x3fac6a[_0x1297cf(0x161)]('/')?_0x3fac6a:_0x313fba['SzfFI'](_0x3fac6a,'/');return new URL(_0x547c0e,_0x46c88d)[_0x1297cf(0x12d)]();}static[a53_0x19e602(0x132)](_0xedbe10){const _0x4d1852=a53_0x19e602,_0x26aa47={'YMTsP':function(_0xa4f5e3){return _0xa4f5e3();},'HiGVx':function(_0x1d2ba5,_0x4e193a,_0x132cc9){return _0x1d2ba5(_0x4e193a,_0x132cc9);},'PkNcZ':'apis','COjIc':'edsInstrumentation','oQHRs':_0x4d1852(0x12c),'OfBac':function(_0x4cd094,_0x983bce){return _0x4cd094===_0x983bce;},'KHZJj':function(_0xd92032,_0x5e1bb7){return _0xd92032+_0x5e1bb7;}},_0x358d33=_0x26aa47[_0x4d1852(0x16e)](getBrowserstackCLI),_0x5acab3=_0x26aa47[_0x4d1852(0x15f)](nestedKeyValue,_0x358d33['getInstance']()[_0x4d1852(0x14e)](),[_0x26aa47[_0x4d1852(0x16d)],_0x26aa47[_0x4d1852(0x150)],_0x26aa47[_0x4d1852(0x11e)]])||constants['EDS_URL'];if(!_0xedbe10||_0x26aa47[_0x4d1852(0x163)](_0xedbe10,''))return _0x5acab3;const _0x3e137b=_0x5acab3[_0x4d1852(0x161)]('/')?_0x5acab3:_0x26aa47['KHZJj'](_0x5acab3,'/');return new URL(_0xedbe10,_0x3e137b)[_0x4d1852(0x12d)]();}static[a53_0x19e602(0x165)](_0xe13925){const _0x5a7984=a53_0x19e602,_0x4816ef={'zyGAC':function(_0x23bc24){return _0x23bc24();},'eEHqM':function(_0x5e4ae6,_0x5ccc2,_0x42aba5){return _0x5e4ae6(_0x5ccc2,_0x42aba5);},'IyHhq':_0x5a7984(0x15c),'ZLrRm':_0x5a7984(0x11c),'hsTWv':_0x5a7984(0x12c),'ZqQUT':function(_0x1bfb3b,_0x42b8b7){return _0x1bfb3b===_0x42b8b7;},'TJdzi':function(_0xb95c54,_0x1cf052){return _0xb95c54+_0x1cf052;}},_0x58a53b=_0x4816ef[_0x5a7984(0x158)](getBrowserstackCLI),_0x450ed3=_0x4816ef[_0x5a7984(0x139)](nestedKeyValue,_0x58a53b[_0x5a7984(0x168)]()[_0x5a7984(0x14e)](),[_0x4816ef[_0x5a7984(0x16b)],_0x4816ef[_0x5a7984(0x135)],_0x4816ef['hsTWv']])||constants['BROWSERSTACK_API_URL'];if(!_0xe13925||_0x4816ef['ZqQUT'](_0xe13925,''))return _0x450ed3;const _0x5c82b8=_0x450ed3['endsWith']('/')?_0x450ed3:_0x4816ef[_0x5a7984(0x127)](_0x450ed3,'/');return new URL(_0xe13925,_0x5c82b8)['toString']();}static[a53_0x19e602(0x149)](_0x1db3b8){const _0x1feeba=a53_0x19e602,_0x62e22d={'QQndp':function(_0x5d48a9){return _0x5d48a9();},'kLXgb':function(_0x2736af,_0x49fdc1,_0xbb9467){return _0x2736af(_0x49fdc1,_0xbb9467);},'PmahZ':_0x1feeba(0x15c),'ydUEJ':_0x1feeba(0x148),'YdQby':_0x1feeba(0x12c),'MnucI':function(_0x290fb1,_0x1e284e){return _0x290fb1===_0x1e284e;},'BBQXv':function(_0x5378a9,_0x588473){return _0x5378a9+_0x588473;}},_0x13f907=_0x62e22d['QQndp'](getBrowserstackCLI),_0x3024fc=_0x62e22d[_0x1feeba(0x137)](nestedKeyValue,_0x13f907['getInstance']()[_0x1feeba(0x14e)](),[_0x62e22d[_0x1feeba(0x159)],_0x62e22d[_0x1feeba(0x133)],_0x62e22d['YdQby']])||constants[_0x1feeba(0x118)];if(!_0x1db3b8||_0x62e22d['MnucI'](_0x1db3b8,''))return _0x3024fc;const _0x5068f8=_0x3024fc[_0x1feeba(0x161)]('/')?_0x3024fc:_0x62e22d[_0x1feeba(0x166)](_0x3024fc,'/');return new URL(_0x1db3b8,_0x5068f8)['toString']();}static[a53_0x19e602(0x173)](_0x42c508){const _0x20fb15=a53_0x19e602,_0x1b83d7={'YpdAe':function(_0x1abc07){return _0x1abc07();},'HnNsu':function(_0x7e8de1,_0x4d2449,_0x196937){return _0x7e8de1(_0x4d2449,_0x196937);},'CihVb':_0x20fb15(0x15c),'bHzQm':_0x20fb15(0x11c),'sshVo':_0x20fb15(0x12c),'cDZZo':function(_0x4486ad,_0x136885){return _0x4486ad===_0x136885;},'JtWkU':function(_0x433ba7,_0x38ad06){return _0x433ba7+_0x38ad06;}},_0x4c8b78=_0x1b83d7['YpdAe'](getBrowserstackCLI),_0x525850=_0x1b83d7[_0x20fb15(0x164)](nestedKeyValue,_0x4c8b78[_0x20fb15(0x168)]()[_0x20fb15(0x14e)](),[_0x1b83d7[_0x20fb15(0x124)],_0x1b83d7[_0x20fb15(0x12e)],_0x1b83d7['sshVo']])||constants[_0x20fb15(0x118)];if(!_0x42c508||_0x1b83d7[_0x20fb15(0x16c)](_0x42c508,''))return _0x525850;const _0x159f22=_0x525850['endsWith']('/')?_0x525850:_0x1b83d7[_0x20fb15(0x13e)](_0x525850,'/');return new URL(_0x42c508,_0x159f22)[_0x20fb15(0x12d)]();}static[a53_0x19e602(0x154)](_0x19ca47){const _0x1e23df=a53_0x19e602,_0x388940={'ScJyb':function(_0x45bc06){return _0x45bc06();},'ZVNtn':function(_0x51112a,_0x45ec4a,_0x3017c2){return _0x51112a(_0x45ec4a,_0x3017c2);},'MlhCG':_0x1e23df(0x15c),'fjShs':_0x1e23df(0x148),'mWAwU':_0x1e23df(0x12c),'VZPmZ':function(_0x5141b1,_0x457f38){return _0x5141b1===_0x457f38;},'Lyahu':function(_0x3c03fb,_0x50ab87){return _0x3c03fb+_0x50ab87;}},_0x46617a=_0x388940[_0x1e23df(0x144)](getBrowserstackCLI),_0x3c7908=_0x388940[_0x1e23df(0x15a)](nestedKeyValue,_0x46617a[_0x1e23df(0x168)]()[_0x1e23df(0x14e)](),[_0x388940[_0x1e23df(0x15e)],_0x388940[_0x1e23df(0x140)],_0x388940[_0x1e23df(0x119)]])||constants[_0x1e23df(0x118)];if(!_0x19ca47||_0x388940[_0x1e23df(0x162)](_0x19ca47,''))return _0x3c7908;const _0x3166cd=_0x3c7908[_0x1e23df(0x161)]('/')?_0x3c7908:_0x388940[_0x1e23df(0x160)](_0x3c7908,'/');return new URL(_0x19ca47,_0x3166cd)['toString']();}static[a53_0x19e602(0x147)](_0x1bfb8d){const _0x3552f8=a53_0x19e602,_0x1440fb={'ELbcc':function(_0x2060b6){return _0x2060b6();},'YOZqt':function(_0x518a97,_0x2f2d7d,_0x4cc409){return _0x518a97(_0x2f2d7d,_0x4cc409);},'feErV':_0x3552f8(0x15c),'uXUBB':'automate','btIjk':'api','TARSU':function(_0x5d5db3,_0x26e7af){return _0x5d5db3===_0x26e7af;},'pHxfR':function(_0x174fa4,_0x2ad2ea){return _0x174fa4+_0x2ad2ea;}},_0x2da022=_0x1440fb[_0x3552f8(0x134)](getBrowserstackCLI),_0x3168b8=_0x1440fb[_0x3552f8(0x152)](nestedKeyValue,_0x2da022[_0x3552f8(0x168)]()['getConfig'](),[_0x1440fb[_0x3552f8(0x122)],_0x1440fb[_0x3552f8(0x14c)],_0x1440fb[_0x3552f8(0x13a)]])||constants[_0x3552f8(0x118)];if(!_0x1bfb8d||_0x1440fb[_0x3552f8(0x117)](_0x1bfb8d,''))return _0x3168b8;const _0x1a7c99=_0x3168b8[_0x3552f8(0x161)]('/')?_0x3168b8:_0x1440fb['pHxfR'](_0x3168b8,'/');return new URL(_0x1bfb8d,_0x1a7c99)[_0x3552f8(0x12d)]()[_0x3552f8(0x146)](/^https?:\/\//,'');}static[a53_0x19e602(0x151)](_0x5a4eff){const _0x28be2f=a53_0x19e602,_0x5e455c={'uJYZK':function(_0x2b51f9){return _0x2b51f9();},'eLROt':function(_0x1472c8,_0xfcab29,_0x5ed5cc){return _0x1472c8(_0xfcab29,_0x5ed5cc);},'vwjPH':'apis','wQgpO':_0x28be2f(0x148),'ohATi':_0x28be2f(0x12c),'mccHU':function(_0x4e131d,_0x4fea7d){return _0x4e131d===_0x4fea7d;},'FRaDi':function(_0x3b2029,_0x4dac3d){return _0x3b2029+_0x4dac3d;}},_0x4d625f=_0x5e455c['uJYZK'](getBrowserstackCLI),_0x3c1ff4=_0x5e455c['eLROt'](nestedKeyValue,_0x4d625f['getInstance']()['getConfig'](),[_0x5e455c[_0x28be2f(0x15b)],_0x5e455c['wQgpO'],_0x5e455c['ohATi']])||constants[_0x28be2f(0x136)];if(!_0x5a4eff||_0x5e455c[_0x28be2f(0x172)](_0x5a4eff,''))return _0x3c1ff4;const _0x24a1a3=_0x3c1ff4[_0x28be2f(0x161)]('/')?_0x3c1ff4:_0x5e455c[_0x28be2f(0x171)](_0x3c1ff4,'/');return new URL(_0x5a4eff,_0x24a1a3)[_0x28be2f(0x12d)]()[_0x28be2f(0x146)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x25469c){const _0x9d527c=a53_0x19e602,_0xf13bb7={'vrqXn':function(_0x3d94d5){return _0x3d94d5();},'ZgmjV':function(_0x221b4e,_0x3ae2f6,_0x2588d3){return _0x221b4e(_0x3ae2f6,_0x2588d3);},'ObVQw':'apis','uOdcc':_0x9d527c(0x156),'biHAD':_0x9d527c(0x157),'WKbCV':function(_0x2aad60,_0x296fba){return _0x2aad60===_0x296fba;},'WWDMS':function(_0x29f560,_0x5801cd){return _0x29f560+_0x5801cd;}},_0x4b2146=_0xf13bb7['vrqXn'](getBrowserstackCLI),_0x103779=_0xf13bb7[_0x9d527c(0x130)](nestedKeyValue,_0x4b2146[_0x9d527c(0x168)]()[_0x9d527c(0x14e)](),[_0xf13bb7[_0x9d527c(0x11b)],_0xf13bb7[_0x9d527c(0x12f)],_0xf13bb7[_0x9d527c(0x126)]])||constants[_0x9d527c(0x128)];if(!_0x25469c||_0xf13bb7['WKbCV'](_0x25469c,''))return _0x103779;const _0x32280b=_0x103779['endsWith']('/')?_0x103779:_0xf13bb7[_0x9d527c(0x169)](_0x103779,'/');return new URL(_0x25469c,_0x32280b)['toString']();}static[a53_0x19e602(0x167)](_0x128fc1){const _0x3a8f11=a53_0x19e602,_0x45ac9a={'xgatW':function(_0x547adf){return _0x547adf();},'qbgva':function(_0x3fdb06,_0x3aba68,_0x5e47cc){return _0x3fdb06(_0x3aba68,_0x5e47cc);},'GzaMX':'apis','kbvTl':_0x3a8f11(0x11c),'HwvCw':_0x3a8f11(0x120),'mkgQw':_0x3a8f11(0x12a),'PXJBR':function(_0x2a86ba,_0x29fedf){return _0x2a86ba===_0x29fedf;},'BVdFz':function(_0x547183,_0x2ad911){return _0x547183+_0x2ad911;},'zikwO':_0x3a8f11(0x170)},_0xb9534=_0x45ac9a[_0x3a8f11(0x11d)](getBrowserstackCLI),_0x1175ac=_0x45ac9a[_0x3a8f11(0x15d)](nestedKeyValue,_0xb9534[_0x3a8f11(0x168)]()[_0x3a8f11(0x14e)](),[_0x45ac9a['GzaMX'],_0x45ac9a[_0x3a8f11(0x141)],_0x45ac9a[_0x3a8f11(0x123)]]),_0x180baa=(_0x1175ac?_0x1175ac[_0x3a8f11(0x146)](/^https:/,_0x45ac9a['mkgQw']):null)||constants[_0x3a8f11(0x155)];let _0x448c87;if(!_0x128fc1||_0x45ac9a[_0x3a8f11(0x16a)](_0x128fc1,''))_0x448c87=_0x180baa;else{const _0x2d029f=_0x180baa[_0x3a8f11(0x161)]('/')?_0x180baa:_0x45ac9a[_0x3a8f11(0x153)](_0x180baa,'/');_0x448c87=new URL(_0x128fc1,_0x2d029f)['toString']();}return!_0x448c87[_0x3a8f11(0x161)](_0x45ac9a[_0x3a8f11(0x11a)])&&(_0x448c87+=_0x45ac9a[_0x3a8f11(0x11a)]),_0x448c87;}}module['exports']=APIUtilityMethods;
@@ -1 +1 @@
1
- function a54_0x2a4a(){const _0x2fb8f9=['eaIWj','Process\x20Interruption\x20details\x20not\x20found:','reportSSLCertIssue','658488mCiuIY','parse','getErrorCodes','reportFinalDetectionState','errorCodesOccurredWhenCLINotRunning','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','geVxI','getSuccess','errorMessage','456099hXcoUB','mrgmv','uzpyg','534770LVEELY','stringify','error','Conflicting\x20Env\x20Var\x20details\x20not\x20found','{SIGNAL}','4hiHezU','length','keys','xOUXv','104425BGUpbi','logSituation','toString','hFaEz','reportConnectivityIssue','cachedErrorCodes','Connectivity\x20Issue\x20details\x20not\x20found','qNUxT','getCachedErrorCodes','KCfWX','DzKGz','KWglZ','getErrorDetails','reportProcessInterruptionSituation','reportDotBrowserStackFolderNotAccessibleIssue','lQfdd','gwWUm','TaTWW','checkForErrorsOccuredInCLI','replace','exports','reportSessionLinkingIssue','documentationLink','GtLkY','{ERROR_CODES}','getAggregatedErrorCodes','./constants','errorCode','554764QiJcsR','.browserstack\x20folder\x20not\x20accessible','warn','logError','Session\x20Linking\x20Issue','hDLML','getErrorCode','object','isArray','KHohD','getErrorMessage','CLIENT_TROUBLESHOOTING_HASH','wAynF','716919XzifCM','from','zXpuV','getErrorCodesOccurredInCli','1518840tjiZYH','[ClientTroubleShootingService]\x20','browserstack\x20cloud\x20not\x20reachable','wfAGe','../v2/browserstackCLI','join','base64','UDIpY','oDhPZ','kpHfA','getInstance','reportClientTroubleshootingError','GNQkW','SgsEP','conflicting\x20env\x20var\x20detected','ZAodn','fABzb','Error\x20in\x20getting\x20error\x20details\x20for\x20','qPbOt','vfzFS','../v2/grpcClient','size','push','errorCodesOccurredInCLI','errorCodes','DMxRM','WrgQp','finalErrorMessage','isRunning','getAggregatedClientTroubleshootingErrors','TxpFt'];a54_0x2a4a=function(){return _0x2fb8f9;};return a54_0x2a4a();}const a54_0x332fa6=a54_0x1e2d;function a54_0x1e2d(_0x536144,_0x41e83a){const _0x2a4a0d=a54_0x2a4a();return a54_0x1e2d=function(_0x1e2d7a,_0x13f5ad){_0x1e2d7a=_0x1e2d7a-0x83;let _0x486f9d=_0x2a4a0d[_0x1e2d7a];return _0x486f9d;},a54_0x1e2d(_0x536144,_0x41e83a);}(function(_0x58abfc,_0x31cb76){const _0x5e62ed=a54_0x1e2d,_0x380ed2=_0x58abfc();while(!![]){try{const _0x9afa19=-parseInt(_0x5e62ed(0xaf))/0x1*(-parseInt(_0x5e62ed(0xab))/0x2)+-parseInt(_0x5e62ed(0xd8))/0x3+-parseInt(_0x5e62ed(0xcb))/0x4+parseInt(_0x5e62ed(0xa6))/0x5+parseInt(_0x5e62ed(0xdc))/0x6+parseInt(_0x5e62ed(0xa3))/0x7+-parseInt(_0x5e62ed(0x9a))/0x8;if(_0x9afa19===_0x31cb76)break;else _0x380ed2['push'](_0x380ed2['shift']());}catch(_0x13b186){_0x380ed2['push'](_0x380ed2['shift']());}}}(a54_0x2a4a,0x2a82e));const logger=require('../../helpers/logger')['winstonLogger'],BrowserstackCLI=require(a54_0x332fa6(0xe0)),GrpcClient=require(a54_0x332fa6(0x8c)),constants=require(a54_0x332fa6(0xc9));class ClientTroubleShootingService{static [a54_0x332fa6(0xb4)]=null;static [a54_0x332fa6(0x9e)]=new Set();static async[a54_0x332fa6(0xbb)](_0x1f1fe5){const _0x5ea288=a54_0x332fa6,_0x536207={};_0x536207[_0x5ea288(0xe5)]=function(_0x2d7ae1,_0x1defd4){return _0x2d7ae1!==_0x1defd4;};const _0x54156e=_0x536207;try{if(BrowserstackCLI[_0x5ea288(0xe6)]()['isRunning']()){const _0x4acd0e=await GrpcClient['getInstance']()[_0x5ea288(0x83)](_0x1f1fe5);if(_0x54156e['kpHfA'](_0x4acd0e,null)&&_0x4acd0e[_0x5ea288(0xa1)]())return{'errorCode':_0x4acd0e[_0x5ea288(0xd1)](),'errorMessage':_0x4acd0e[_0x5ea288(0xd5)]()};return{};}}catch(_0x34eaf8){return this[_0x5ea288(0xce)](_0x5ea288(0x89)+_0x1f1fe5+':',_0x34eaf8),{};}}static async[a54_0x332fa6(0xc8)](){const _0x933fd7=a54_0x332fa6,_0x55496f={};_0x55496f[_0x933fd7(0x91)]=function(_0x44ae54,_0x562381){return _0x44ae54!==_0x562381;},_0x55496f['qNUxT']=_0x933fd7(0xe2),_0x55496f[_0x933fd7(0xe4)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x778a55=_0x55496f;try{if(BrowserstackCLI['getInstance']()[_0x933fd7(0x94)]()){const _0x5731f1=await GrpcClient[_0x933fd7(0xe6)]()[_0x933fd7(0x95)]();if(_0x778a55[_0x933fd7(0x91)](_0x5731f1,null)&&_0x5731f1[_0x933fd7(0xa1)]()){const _0x1577e3=Buffer[_0x933fd7(0xd9)](_0x5731f1[_0x933fd7(0x9c)](),_0x778a55['qNUxT'])[_0x933fd7(0xb1)](),_0xd1721b=_0x1577e3?JSON[_0x933fd7(0x9b)](_0x1577e3):[],_0xf1dced=_0x5731f1['getDocumentationLink'](),_0x586759=_0x5731f1['getFinalErrorMessage'](),_0xaecc34=Buffer[_0x933fd7(0xd9)](_0x5731f1[_0x933fd7(0xdb)](),_0x778a55[_0x933fd7(0xb6)])['toString'](),_0x571239=_0xaecc34?JSON[_0x933fd7(0x9b)](_0xaecc34):[],_0x3b22b3={};return _0x3b22b3[_0x933fd7(0x90)]=_0xd1721b,_0x3b22b3['documentationLink']=_0xf1dced,_0x3b22b3[_0x933fd7(0x93)]=_0x586759,_0x3b22b3['errorCodesOccurredInCLI']=_0x571239,_0x3b22b3;}const _0x3bfbb4={};return _0x3bfbb4[_0x933fd7(0x90)]=[],_0x3bfbb4[_0x933fd7(0xc5)]='',_0x3bfbb4['finalErrorMessage']='',_0x3bfbb4[_0x933fd7(0x8f)]=[],_0x3bfbb4;}const _0x113d0f={};return _0x113d0f[_0x933fd7(0x90)]=[],_0x113d0f[_0x933fd7(0xc5)]='',_0x113d0f['finalErrorMessage']='',_0x113d0f[_0x933fd7(0x8f)]=[],_0x113d0f;}catch(_0x4a1574){this[_0x933fd7(0xce)](_0x778a55[_0x933fd7(0xe4)],_0x4a1574);const _0x507cc5={};return _0x507cc5[_0x933fd7(0x90)]=[],_0x507cc5[_0x933fd7(0xc5)]='',_0x507cc5[_0x933fd7(0x93)]='',_0x507cc5[_0x933fd7(0x8f)]=[],_0x507cc5;}}static[a54_0x332fa6(0xb0)](_0x476ea0,_0x2e007b){const _0x48061c=a54_0x332fa6;logger[_0x48061c(0xcd)](_0x476ea0+':\x20'+_0x2e007b);}static[a54_0x332fa6(0xc1)](_0x4c63fe){const _0x23ec01=a54_0x332fa6,_0x4b06d2={};_0x4b06d2[_0x23ec01(0x8b)]=function(_0x1410b3,_0x16a113){return _0x1410b3!=_0x16a113;},_0x4b06d2['KWglZ']=function(_0x1faa12,_0x340ed0){return _0x1faa12!=_0x340ed0;},_0x4b06d2[_0x23ec01(0xae)]=function(_0x2a39a8,_0x2f816d){return _0x2a39a8>_0x2f816d;},_0x4b06d2[_0x23ec01(0xb2)]=function(_0x1374e3,_0x5a2169){return _0x1374e3!=_0x5a2169;};const _0x1f31ff=_0x4b06d2,_0x5d2a5e=[];if(_0x1f31ff[_0x23ec01(0x8b)](_0x4c63fe,null)&&_0x1f31ff['KWglZ'](_0x4c63fe[_0x23ec01(0x8f)],null)&&_0x1f31ff['xOUXv'](_0x4c63fe[_0x23ec01(0x8f)][_0x23ec01(0xac)],0x0))for(const _0x1d1a02 of _0x4c63fe[_0x23ec01(0x8f)]){_0x1f31ff[_0x23ec01(0xba)](_0x1d1a02[_0x23ec01(0xca)],null)&&_0x1f31ff['hFaEz'](_0x1d1a02[_0x23ec01(0xa2)],null)&&(_0x5d2a5e[_0x23ec01(0x8e)](_0x1d1a02[_0x23ec01(0xca)]),this[_0x23ec01(0xb0)](_0x1d1a02[_0x23ec01(0xca)],_0x1d1a02[_0x23ec01(0xa2)]));}return _0x5d2a5e;}static[a54_0x332fa6(0xb7)](){return this['cachedErrorCodes'];}static[a54_0x332fa6(0xce)](_0x230aee,_0x3ccdef){const _0x1fb21f=a54_0x332fa6,_0x4d5c08={};_0x4d5c08[_0x1fb21f(0xa0)]=function(_0x485e0a,_0x2f8f42){return _0x485e0a===_0x2f8f42;},_0x4d5c08[_0x1fb21f(0xbf)]=_0x1fb21f(0xd2);const _0x45ffd9=_0x4d5c08;if(_0x45ffd9[_0x1fb21f(0xa0)](typeof _0x3ccdef,_0x45ffd9[_0x1fb21f(0xbf)]))try{logger[_0x1fb21f(0xa8)](_0x1fb21f(0xdd)+_0x230aee+'\x20'+JSON[_0x1fb21f(0xa7)](_0x3ccdef));}catch(_0x513214){logger[_0x1fb21f(0xa8)](_0x1fb21f(0xdd)+_0x230aee+'\x20'+_0x3ccdef);}else logger['error'](_0x1fb21f(0xdd)+_0x230aee+'\x20'+_0x3ccdef);}static async[a54_0x332fa6(0xbc)](_0x3361d0){const _0x515ea4=a54_0x332fa6,_0x8df892={};_0x8df892[_0x515ea4(0xdf)]='Process\x20Interruption',_0x8df892[_0x515ea4(0x84)]=function(_0x2c4c4c,_0x1de087){return _0x2c4c4c===_0x1de087;},_0x8df892['hDLML']=_0x515ea4(0x98),_0x8df892[_0x515ea4(0xa4)]=_0x515ea4(0xaa);const _0x202757=_0x8df892,_0x319054=await this['getErrorDetails'](_0x202757[_0x515ea4(0xdf)]);if(_0x202757[_0x515ea4(0x84)](Object[_0x515ea4(0xad)](_0x319054)[_0x515ea4(0xac)],0x0)){this[_0x515ea4(0xce)](_0x202757[_0x515ea4(0xd0)],_0x319054);return;}this[_0x515ea4(0xb0)](_0x319054[_0x515ea4(0xca)],_0x319054['errorMessage'][_0x515ea4(0xc2)](_0x202757['mrgmv'],_0x3361d0));}static async[a54_0x332fa6(0xc4)](){const _0x1ef897=a54_0x332fa6,_0x26fa72={};_0x26fa72[_0x1ef897(0x96)]=_0x1ef897(0xcf),_0x26fa72[_0x1ef897(0x97)]=function(_0x80ae37,_0x3bbc0c){return _0x80ae37===_0x3bbc0c;},_0x26fa72['DzKGz']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x3e7c20=_0x26fa72,_0x1b89ec=await this[_0x1ef897(0xbb)](_0x3e7c20[_0x1ef897(0x96)]);if(_0x3e7c20[_0x1ef897(0x97)](Object[_0x1ef897(0xad)](_0x1b89ec)[_0x1ef897(0xac)],0x0)){this[_0x1ef897(0xce)](_0x3e7c20[_0x1ef897(0xb9)],_0x1b89ec);return;}this[_0x1ef897(0xb0)](_0x1b89ec[_0x1ef897(0xca)],_0x1b89ec[_0x1ef897(0xa2)]);}static async[a54_0x332fa6(0xb3)](){const _0x898ff8=a54_0x332fa6,_0x102b36={};_0x102b36[_0x898ff8(0xb8)]=_0x898ff8(0xde),_0x102b36[_0x898ff8(0xda)]=function(_0x140d42,_0x1111d8){return _0x140d42===_0x1111d8;},_0x102b36['VZvXu']=_0x898ff8(0xb5);const _0x4db29a=_0x102b36,_0x51d157=await this['getErrorDetails'](_0x4db29a[_0x898ff8(0xb8)]);if(_0x4db29a['zXpuV'](Object[_0x898ff8(0xad)](_0x51d157)[_0x898ff8(0xac)],0x0)){this[_0x898ff8(0xce)](_0x4db29a['VZvXu'],_0x51d157);return;}this[_0x898ff8(0xb0)](_0x51d157[_0x898ff8(0xca)],_0x51d157[_0x898ff8(0xa2)]);}static async[a54_0x332fa6(0x99)](){const _0x4bdfb0=a54_0x332fa6,_0x32794b={};_0x32794b[_0x4bdfb0(0xbe)]='ssl\x20cert\x20issue',_0x32794b[_0x4bdfb0(0xd4)]=function(_0x1bfc4d,_0x2cf9e3){return _0x1bfc4d===_0x2cf9e3;},_0x32794b[_0x4bdfb0(0xc0)]=_0x4bdfb0(0x9f);const _0xf113a2=_0x32794b,_0x5764bb=await this['getErrorDetails'](_0xf113a2[_0x4bdfb0(0xbe)]);if(_0xf113a2[_0x4bdfb0(0xd4)](Object[_0x4bdfb0(0xad)](_0x5764bb)[_0x4bdfb0(0xac)],0x0)){this[_0x4bdfb0(0xce)](_0xf113a2['TaTWW'],_0x5764bb);return;}this[_0x4bdfb0(0xb0)](_0x5764bb[_0x4bdfb0(0xca)],_0x5764bb[_0x4bdfb0(0xa2)]);}static[a54_0x332fa6(0xbd)](){const _0x3bacbb=a54_0x332fa6,_0x292f1c={};_0x292f1c[_0x3bacbb(0xc6)]=_0x3bacbb(0xcc),_0x292f1c[_0x3bacbb(0x88)]=function(_0x366bf8,_0x2839b5){return _0x366bf8===_0x2839b5;},_0x292f1c[_0x3bacbb(0xd7)]='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x206a3f=_0x292f1c,_0x2b35ed=constants[_0x3bacbb(0xd6)][_0x206a3f[_0x3bacbb(0xc6)]];if(_0x206a3f[_0x3bacbb(0x88)](Object[_0x3bacbb(0xad)](_0x2b35ed)[_0x3bacbb(0xac)],0x0)){this['logError'](_0x206a3f[_0x3bacbb(0xd7)],_0x2b35ed);return;}this['errorCodesOccurredWhenCLINotRunning']['add'](_0x2b35ed[_0x3bacbb(0xca)]),this['logSituation'](_0x2b35ed[_0x3bacbb(0xca)],_0x2b35ed[_0x3bacbb(0xa2)]);}static async['reportConflictingEnvVarIssue'](_0x22ea2f){const _0x4ce126=a54_0x332fa6,_0x37625c={};_0x37625c[_0x4ce126(0x92)]=_0x4ce126(0x86),_0x37625c[_0x4ce126(0xa5)]=function(_0x38195c,_0x5852ed){return _0x38195c===_0x5852ed;},_0x37625c[_0x4ce126(0x85)]=_0x4ce126(0xa9),_0x37625c['EpARg']='{ENV_VAR}';const _0x4d05d2=_0x37625c,_0x47611d=await this['getErrorDetails'](_0x4d05d2[_0x4ce126(0x92)]);if(_0x4d05d2[_0x4ce126(0xa5)](Object[_0x4ce126(0xad)](_0x47611d)['length'],0x0)){this[_0x4ce126(0xce)](_0x4d05d2['SgsEP'],_0x47611d);return;}const _0x4f3402=_0x47611d[_0x4ce126(0xa2)][_0x4ce126(0xc2)](_0x4d05d2['EpARg'],_0x22ea2f);this[_0x4ce126(0xb0)](_0x47611d[_0x4ce126(0xca)],_0x4f3402);}static async[a54_0x332fa6(0x9d)](){const _0x443f46=a54_0x332fa6,_0x4a4333={};_0x4a4333[_0x443f46(0xe3)]=function(_0x30ce39,_0x3bec37){return _0x30ce39>_0x3bec37;},_0x4a4333['ZAodn']=_0x443f46(0xc7),_0x4a4333[_0x443f46(0x8a)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x144978=_0x4a4333,_0x33e044=await this[_0x443f46(0xc8)](),_0x4140e=this['checkForErrorsOccuredInCLI'](_0x33e044),_0x453fa7=Array[_0x443f46(0xd3)](_0x33e044[_0x443f46(0x90)])?_0x33e044[_0x443f46(0x90)]:[],_0x2a83d4=_0x144978['UDIpY'](this['errorCodesOccurredWhenCLINotRunning'][_0x443f46(0x8d)],0x0)?Array['from'](this[_0x443f46(0x9e)]):[],_0x2849c2=new Set([..._0x453fa7,..._0x4140e,..._0x2a83d4]),_0x23ef18=Array[_0x443f46(0xd9)](_0x2849c2);if(_0x144978[_0x443f46(0xe3)](_0x23ef18['length'],0x0)){const _0x4c8024=_0x33e044['finalErrorMessage'][_0x443f46(0xc2)](_0x144978[_0x443f46(0x87)],_0x23ef18[_0x443f46(0xe1)](',\x20'))[_0x443f46(0xc2)](_0x144978[_0x443f46(0x8a)],_0x33e044['documentationLink']);logger['warn'](_0x4c8024),this['cachedErrorCodes']=_0x23ef18;}}}module[a54_0x332fa6(0xc3)]=ClientTroubleShootingService;
1
+ const a54_0x389925=a54_0x1126;function a54_0x1126(_0x52292f,_0x40329b){const _0x38bfbe=a54_0x38bf();return a54_0x1126=function(_0x11269a,_0xc6733f){_0x11269a=_0x11269a-0x1a1;let _0x20266c=_0x38bfbe[_0x11269a];return _0x20266c;},a54_0x1126(_0x52292f,_0x40329b);}(function(_0x5bb676,_0x32442a){const _0x1780a9=a54_0x1126,_0x1299bd=_0x5bb676();while(!![]){try{const _0x4d94a=-parseInt(_0x1780a9(0x1ef))/0x1*(parseInt(_0x1780a9(0x1b5))/0x2)+parseInt(_0x1780a9(0x1a3))/0x3+parseInt(_0x1780a9(0x1ee))/0x4+parseInt(_0x1780a9(0x1d6))/0x5+parseInt(_0x1780a9(0x1b3))/0x6+-parseInt(_0x1780a9(0x1a7))/0x7*(-parseInt(_0x1780a9(0x1c0))/0x8)+-parseInt(_0x1780a9(0x1e5))/0x9;if(_0x4d94a===_0x32442a)break;else _0x1299bd['push'](_0x1299bd['shift']());}catch(_0x1ecb72){_0x1299bd['push'](_0x1299bd['shift']());}}}(a54_0x38bf,0xccb45));const logger=require(a54_0x389925(0x1cf))['winstonLogger'],BrowserstackCLI=require(a54_0x389925(0x1c5)),GrpcClient=require(a54_0x389925(0x1aa)),constants=require('./constants');function a54_0x38bf(){const _0xa7a460=['SSL\x20Certificate\x20Issue\x20details\x20not\x20found','QjwIq','getAggregatedErrorCodes','GPtIL','MzcSW','vUBsm','object','1718151pKFCPV','getFinalErrorMessage','getDocumentationLink','reportSessionLinkingIssue','4897340JgObEk','fXdWF','[ClientTroubleShootingService]\x20','../v2/grpcClient','error','isRunning','mDzMT','udcCp','sSLbc','fFPbF','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','YWwHs','1359804HUXciQ','Process\x20Interruption\x20details\x20not\x20found:','1402vnLLNL','join','.browserstack\x20folder\x20not\x20accessible','reportProcessInterruptionSituation','mMLQa','LvGkf','CHnfx','AcSHr','checkForErrorsOccuredInCLI','getErrorCodes','TDXTm','8zjqBDK','nXiCt','length','getErrorMessage','base64','../v2/browserstackCLI','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','keys','getAggregatedClientTroubleshootingErrors','mXbcR','browserstack\x20cloud\x20not\x20reachable','ptIua','conflicting\x20env\x20var\x20detected','getErrorCode','../../helpers/logger','parse','CLIENT_TROUBLESHOOTING_HASH','Error\x20in\x20getting\x20error\x20details\x20for\x20','errorCodes','jsAXR','PoECS','809570hFlPDA','warn','getSuccess','errorCodesOccurredWhenCLINotRunning','push','reportClientTroubleshootingError','iktqB','size','SwAli','ffYYC','Ddsmh','finalErrorMessage','Connectivity\x20Issue\x20details\x20not\x20found','replace','getErrorDetails','251343ZqcbJS','getInstance','cTABk','from','ssl\x20cert\x20issue','cachedErrorCodes','reportConnectivityIssue','qaRJX','errorCodesOccurredInCLI','1473880SOUWQQ','1659MQTCVT','tFrCb','KvxjR','logError','errorCode','logSituation','Conflicting\x20Env\x20Var\x20details\x20not\x20found','NcKUH','ZcpST','getErrorCodesOccurredInCli','errorMessage','documentationLink'];a54_0x38bf=function(){return _0xa7a460;};return a54_0x38bf();}class ClientTroubleShootingService{static [a54_0x389925(0x1ea)]=null;static [a54_0x389925(0x1d9)]=new Set();static async[a54_0x389925(0x1e4)](_0x5e56bb){const _0x48127e=a54_0x389925,_0x20c059={};_0x20c059[_0x48127e(0x1e0)]=function(_0x393542,_0x22bdb4){return _0x393542!==_0x22bdb4;};const _0x2054f9=_0x20c059;try{if(BrowserstackCLI[_0x48127e(0x1e6)]()[_0x48127e(0x1ac)]()){const _0x297f9f=await GrpcClient[_0x48127e(0x1e6)]()[_0x48127e(0x1db)](_0x5e56bb);if(_0x2054f9['Ddsmh'](_0x297f9f,null)&&_0x297f9f[_0x48127e(0x1d8)]())return{'errorCode':_0x297f9f[_0x48127e(0x1ce)](),'errorMessage':_0x297f9f[_0x48127e(0x1c3)]()};return{};}}catch(_0xe925a){return this[_0x48127e(0x1f2)](_0x48127e(0x1d2)+_0x5e56bb+':',_0xe925a),{};}}static async['getAggregatedErrorCodes'](){const _0x521915=a54_0x389925,_0x33ef7f={};_0x33ef7f[_0x521915(0x1fc)]=function(_0x1b4c0f,_0x3f3fa0){return _0x1b4c0f!==_0x3f3fa0;},_0x33ef7f['LvGkf']=_0x521915(0x1c4),_0x33ef7f[_0x521915(0x1bc)]=_0x521915(0x1c6);const _0x351bed=_0x33ef7f;try{if(BrowserstackCLI[_0x521915(0x1e6)]()[_0x521915(0x1ac)]()){const _0x28bdd0=await GrpcClient[_0x521915(0x1e6)]()[_0x521915(0x1c9)]();if(_0x351bed[_0x521915(0x1fc)](_0x28bdd0,null)&&_0x28bdd0[_0x521915(0x1d8)]()){const _0x290111=Buffer['from'](_0x28bdd0[_0x521915(0x1be)](),_0x351bed[_0x521915(0x1ba)])['toString'](),_0x40b7fb=_0x290111?JSON[_0x521915(0x1d0)](_0x290111):[],_0x528817=_0x28bdd0[_0x521915(0x1a5)](),_0x33a8a3=_0x28bdd0[_0x521915(0x1a4)](),_0x433059=Buffer[_0x521915(0x1e8)](_0x28bdd0[_0x521915(0x1f8)](),_0x351bed[_0x521915(0x1ba)])['toString'](),_0x3a8b8a=_0x433059?JSON['parse'](_0x433059):[],_0x1b122f={};return _0x1b122f[_0x521915(0x1d3)]=_0x40b7fb,_0x1b122f['documentationLink']=_0x528817,_0x1b122f[_0x521915(0x1e1)]=_0x33a8a3,_0x1b122f['errorCodesOccurredInCLI']=_0x3a8b8a,_0x1b122f;}const _0x3b90b9={};return _0x3b90b9['errorCodes']=[],_0x3b90b9[_0x521915(0x1fa)]='',_0x3b90b9['finalErrorMessage']='',_0x3b90b9[_0x521915(0x1ed)]=[],_0x3b90b9;}const _0x1accf8={};return _0x1accf8['errorCodes']=[],_0x1accf8['documentationLink']='',_0x1accf8[_0x521915(0x1e1)]='',_0x1accf8[_0x521915(0x1ed)]=[],_0x1accf8;}catch(_0x3a9a19){this[_0x521915(0x1f2)](_0x351bed[_0x521915(0x1bc)],_0x3a9a19);const _0xe41f63={};return _0xe41f63[_0x521915(0x1d3)]=[],_0xe41f63[_0x521915(0x1fa)]='',_0xe41f63['finalErrorMessage']='',_0xe41f63[_0x521915(0x1ed)]=[],_0xe41f63;}}static[a54_0x389925(0x1f4)](_0x513481,_0x5d3b13){const _0x1524d2=a54_0x389925;logger[_0x1524d2(0x1d7)](_0x513481+':\x20'+_0x5d3b13);}static[a54_0x389925(0x1bd)](_0x117aeb){const _0x1568a9=a54_0x389925,_0x2ccde0={};_0x2ccde0[_0x1568a9(0x1b2)]=function(_0x2659f5,_0x275fc0){return _0x2659f5!=_0x275fc0;},_0x2ccde0['TDXTm']=function(_0x42c93a,_0x1a393b){return _0x42c93a>_0x1a393b;},_0x2ccde0[_0x1568a9(0x1fe)]=function(_0x31c78b,_0x3c8ffd){return _0x31c78b!=_0x3c8ffd;},_0x2ccde0[_0x1568a9(0x1b0)]=function(_0x76567a,_0x2a0348){return _0x76567a!=_0x2a0348;};const _0xc5d7d0=_0x2ccde0,_0x13766f=[];if(_0xc5d7d0['YWwHs'](_0x117aeb,null)&&_0xc5d7d0[_0x1568a9(0x1b2)](_0x117aeb[_0x1568a9(0x1ed)],null)&&_0xc5d7d0[_0x1568a9(0x1bf)](_0x117aeb[_0x1568a9(0x1ed)][_0x1568a9(0x1c2)],0x0))for(const _0x1d0451 of _0x117aeb['errorCodesOccurredInCLI']){_0xc5d7d0[_0x1568a9(0x1fe)](_0x1d0451[_0x1568a9(0x1f3)],null)&&_0xc5d7d0[_0x1568a9(0x1b0)](_0x1d0451[_0x1568a9(0x1f9)],null)&&(_0x13766f[_0x1568a9(0x1da)](_0x1d0451[_0x1568a9(0x1f3)]),this[_0x1568a9(0x1f4)](_0x1d0451[_0x1568a9(0x1f3)],_0x1d0451[_0x1568a9(0x1f9)]));}return _0x13766f;}static['getCachedErrorCodes'](){return this['cachedErrorCodes'];}static[a54_0x389925(0x1f2)](_0x2fc27d,_0x15a36f){const _0x8a87ba=a54_0x389925,_0x468775={};_0x468775[_0x8a87ba(0x1f7)]=function(_0x39af47,_0x2b502d){return _0x39af47===_0x2b502d;},_0x468775[_0x8a87ba(0x1f6)]=_0x8a87ba(0x1a2);const _0xba91ad=_0x468775;if(_0xba91ad[_0x8a87ba(0x1f7)](typeof _0x15a36f,_0xba91ad[_0x8a87ba(0x1f6)]))try{logger[_0x8a87ba(0x1ab)](_0x8a87ba(0x1a9)+_0x2fc27d+'\x20'+JSON['stringify'](_0x15a36f));}catch(_0x3859c7){logger[_0x8a87ba(0x1ab)]('[ClientTroubleShootingService]\x20'+_0x2fc27d+'\x20'+_0x15a36f);}else logger[_0x8a87ba(0x1ab)](_0x8a87ba(0x1a9)+_0x2fc27d+'\x20'+_0x15a36f);}static async[a54_0x389925(0x1b8)](_0x255e1e){const _0x17e7d3=a54_0x389925,_0x518eda={};_0x518eda[_0x17e7d3(0x1ff)]='Process\x20Interruption',_0x518eda[_0x17e7d3(0x1df)]=function(_0x176f1b,_0x4666d6){return _0x176f1b===_0x4666d6;},_0x518eda['kufhV']=_0x17e7d3(0x1b4),_0x518eda[_0x17e7d3(0x1f1)]='{SIGNAL}';const _0x2c2f23=_0x518eda,_0x355fd2=await this[_0x17e7d3(0x1e4)](_0x2c2f23[_0x17e7d3(0x1ff)]);if(_0x2c2f23[_0x17e7d3(0x1df)](Object[_0x17e7d3(0x1c8)](_0x355fd2)[_0x17e7d3(0x1c2)],0x0)){this[_0x17e7d3(0x1f2)](_0x2c2f23['kufhV'],_0x355fd2);return;}this[_0x17e7d3(0x1f4)](_0x355fd2['errorCode'],_0x355fd2['errorMessage']['replace'](_0x2c2f23['KvxjR'],_0x255e1e));}static async[a54_0x389925(0x1a6)](){const _0x3cc79b=a54_0x389925,_0x40d7dd={};_0x40d7dd['rIYoh']='Session\x20Linking\x20Issue',_0x40d7dd[_0x3cc79b(0x1ec)]=function(_0x441219,_0x2fde03){return _0x441219===_0x2fde03;},_0x40d7dd[_0x3cc79b(0x1af)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x1ddf46=_0x40d7dd,_0x3cf7c5=await this['getErrorDetails'](_0x1ddf46['rIYoh']);if(_0x1ddf46['qaRJX'](Object['keys'](_0x3cf7c5)['length'],0x0)){this[_0x3cc79b(0x1f2)](_0x1ddf46[_0x3cc79b(0x1af)],_0x3cf7c5);return;}this[_0x3cc79b(0x1f4)](_0x3cf7c5[_0x3cc79b(0x1f3)],_0x3cf7c5[_0x3cc79b(0x1f9)]);}static async[a54_0x389925(0x1eb)](){const _0x81b99c=a54_0x389925,_0x489d02={};_0x489d02[_0x81b99c(0x1ca)]=_0x81b99c(0x1cb),_0x489d02[_0x81b99c(0x1ad)]=function(_0x373c6c,_0x53bb27){return _0x373c6c===_0x53bb27;},_0x489d02[_0x81b99c(0x1d4)]=_0x81b99c(0x1e2);const _0x435f25=_0x489d02,_0x3a92aa=await this[_0x81b99c(0x1e4)](_0x435f25['mXbcR']);if(_0x435f25[_0x81b99c(0x1ad)](Object[_0x81b99c(0x1c8)](_0x3a92aa)[_0x81b99c(0x1c2)],0x0)){this[_0x81b99c(0x1f2)](_0x435f25['jsAXR'],_0x3a92aa);return;}this['logSituation'](_0x3a92aa[_0x81b99c(0x1f3)],_0x3a92aa[_0x81b99c(0x1f9)]);}static async['reportSSLCertIssue'](){const _0x4385be=a54_0x389925,_0x282ede={};_0x282ede[_0x4385be(0x1bb)]=_0x4385be(0x1e9),_0x282ede['qsfbD']=function(_0xf025af,_0x4acaf2){return _0xf025af===_0x4acaf2;},_0x282ede[_0x4385be(0x1f0)]=_0x4385be(0x1fb);const _0x3150c6=_0x282ede,_0x57aa78=await this[_0x4385be(0x1e4)](_0x3150c6[_0x4385be(0x1bb)]);if(_0x3150c6['qsfbD'](Object['keys'](_0x57aa78)['length'],0x0)){this[_0x4385be(0x1f2)](_0x3150c6[_0x4385be(0x1f0)],_0x57aa78);return;}this['logSituation'](_0x57aa78[_0x4385be(0x1f3)],_0x57aa78['errorMessage']);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0xd6c943=a54_0x389925,_0x58f532={};_0x58f532[_0xd6c943(0x1de)]=_0xd6c943(0x1b7),_0x58f532[_0xd6c943(0x1b9)]=function(_0x4cf6d6,_0x2bd34a){return _0x4cf6d6===_0x2bd34a;},_0x58f532[_0xd6c943(0x1ae)]=_0xd6c943(0x1b1);const _0x1e0465=_0x58f532,_0x1d54e6=constants[_0xd6c943(0x1d1)][_0x1e0465['SwAli']];if(_0x1e0465[_0xd6c943(0x1b9)](Object[_0xd6c943(0x1c8)](_0x1d54e6)[_0xd6c943(0x1c2)],0x0)){this['logError'](_0x1e0465[_0xd6c943(0x1ae)],_0x1d54e6);return;}this[_0xd6c943(0x1d9)]['add'](_0x1d54e6[_0xd6c943(0x1f3)]),this[_0xd6c943(0x1f4)](_0x1d54e6['errorCode'],_0x1d54e6[_0xd6c943(0x1f9)]);}static async['reportConflictingEnvVarIssue'](_0x44e17d){const _0x25a830=a54_0x389925,_0x2c7165={};_0x2c7165['nXiCt']=_0x25a830(0x1cd),_0x2c7165[_0x25a830(0x1e7)]=function(_0x5984bd,_0xc1246d){return _0x5984bd===_0xc1246d;},_0x2c7165[_0x25a830(0x1a8)]=_0x25a830(0x1f5),_0x2c7165[_0x25a830(0x1cc)]='{ENV_VAR}';const _0x24112f=_0x2c7165,_0x4d9c9c=await this[_0x25a830(0x1e4)](_0x24112f[_0x25a830(0x1c1)]);if(_0x24112f[_0x25a830(0x1e7)](Object[_0x25a830(0x1c8)](_0x4d9c9c)[_0x25a830(0x1c2)],0x0)){this['logError'](_0x24112f['fXdWF'],_0x4d9c9c);return;}const _0x4727b4=_0x4d9c9c[_0x25a830(0x1f9)]['replace'](_0x24112f[_0x25a830(0x1cc)],_0x44e17d);this['logSituation'](_0x4d9c9c[_0x25a830(0x1f3)],_0x4727b4);}static async['reportFinalDetectionState'](){const _0x44b73b=a54_0x389925,_0x1290a1={};_0x1290a1['vUBsm']=function(_0x1399d2,_0x2c8b94){return _0x1399d2>_0x2c8b94;},_0x1290a1[_0x44b73b(0x1d5)]='{ERROR_CODES}',_0x1290a1['iktqB']=_0x44b73b(0x1c7);const _0x2cbd19=_0x1290a1,_0x5c7bb3=await this[_0x44b73b(0x1fd)](),_0x3dfe60=this[_0x44b73b(0x1bd)](_0x5c7bb3),_0x1106bd=Array['isArray'](_0x5c7bb3['errorCodes'])?_0x5c7bb3[_0x44b73b(0x1d3)]:[],_0x704314=_0x2cbd19[_0x44b73b(0x1a1)](this['errorCodesOccurredWhenCLINotRunning'][_0x44b73b(0x1dd)],0x0)?Array[_0x44b73b(0x1e8)](this['errorCodesOccurredWhenCLINotRunning']):[],_0x12438d=new Set([..._0x1106bd,..._0x3dfe60,..._0x704314]),_0x5576ca=Array[_0x44b73b(0x1e8)](_0x12438d);if(_0x2cbd19['vUBsm'](_0x5576ca[_0x44b73b(0x1c2)],0x0)){const _0x167ae7=_0x5c7bb3[_0x44b73b(0x1e1)][_0x44b73b(0x1e3)](_0x2cbd19[_0x44b73b(0x1d5)],_0x5576ca[_0x44b73b(0x1b6)](',\x20'))[_0x44b73b(0x1e3)](_0x2cbd19[_0x44b73b(0x1dc)],_0x5c7bb3[_0x44b73b(0x1fa)]);logger[_0x44b73b(0x1d7)](_0x167ae7),this[_0x44b73b(0x1ea)]=_0x5576ca;}}}module['exports']=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0x29367d=a55_0x5497;(function(_0x2e219a,_0x2a303e){const _0x5f105a=a55_0x5497,_0x52e446=_0x2e219a();while(!![]){try{const _0x833ad2=parseInt(_0x5f105a(0x214))/0x1*(parseInt(_0x5f105a(0x1f9))/0x2)+-parseInt(_0x5f105a(0x20e))/0x3*(parseInt(_0x5f105a(0x2a2))/0x4)+-parseInt(_0x5f105a(0x269))/0x5+parseInt(_0x5f105a(0x1cd))/0x6+-parseInt(_0x5f105a(0x2a1))/0x7*(parseInt(_0x5f105a(0x249))/0x8)+-parseInt(_0x5f105a(0x1c2))/0x9*(parseInt(_0x5f105a(0x1c4))/0xa)+parseInt(_0x5f105a(0x298))/0xb;if(_0x833ad2===_0x2a303e)break;else _0x52e446['push'](_0x52e446['shift']());}catch(_0x3deae0){_0x52e446['push'](_0x52e446['shift']());}}}(a55_0x3cdc,0xcad71));const a55_0x2b7d7d={};a55_0x2b7d7d['INFO']=a55_0x29367d(0x218),a55_0x2b7d7d[a55_0x29367d(0x25d)]=a55_0x29367d(0x278);const a55_0x3caf4e={};a55_0x3caf4e[a55_0x29367d(0x1cc)]=a55_0x29367d(0x263);const a55_0x8b369e={};a55_0x8b369e['INFO']=a55_0x29367d(0x1c1);const a55_0x4e1d50={};a55_0x4e1d50[a55_0x29367d(0x1cc)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x1bc4f2={};a55_0x1bc4f2[a55_0x29367d(0x1cc)]=a55_0x29367d(0x1ba);const a55_0x5a4415={};a55_0x5a4415[a55_0x29367d(0x1cc)]=a55_0x29367d(0x293);const a55_0x1a0b7c={};a55_0x1a0b7c[a55_0x29367d(0x1cc)]=a55_0x29367d(0x24d);const a55_0x3b1cc7={};a55_0x3b1cc7[a55_0x29367d(0x1cc)]=a55_0x29367d(0x1fc);const a55_0x4c142a={};a55_0x4c142a[a55_0x29367d(0x1cc)]=a55_0x29367d(0x26c);function a55_0x3cdc(){const _0x4b9ae0=['wss://cdp-preprod.bsstag.com/playwright?caps=','percyOptions','module','strictFileInteractability','browserstack.accessKey','OBSERVABILITY_SUPPORTED_FWS','PLAYWRIGHT_HUB_URL','turboScaleOptions','VALID_APP_EXTENSION','ATS_WSS_URL_REGEX','sdk/v1/update_cli','BROWSERSTACK_ENV','commonjs','edgeOptions','TCG_REGION','ERR_BLOCKED_BY_CLIENT','[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.','automate','3720ifqfHl','PERCY_SUPPORTED_FRAMEWORKS','Mocha','AUTOMATE_PRODUCTS','Run\x20playwright\x20tests\x20on\x20Browserstack','SHAREABLE_ID_REGEX','acceptInsecureCerts','HEALING_LOG_DATA_TIMEOUT','SELF_SIGNED_CERT_IN_CHAIN','ERR_NETWORK_CHANGED','HEALING_FAILURE_TIMEOUT','TCG_AUTH_FAILURE','SDKTestTcgProxyFailure','CUSTOM_ID_REGEX','percyCaptureMode','disableAutoCaptureLogs','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_FAILED','rerunTests','FUNNEL_INSTRUMENTATION_API_URL','HELP','acceptSslCert','ERR_FAILED','prod','BROWSERSTACK_APP_AUTOMATE_URL','exports','Run\x20jest\x20tests\x20on\x20browserstack','percyScreenshot','browserStackLocalOptions','A11Y_SCAN','AUTOMATION_LOG_COMMANDS','SDKTestTcgAuthFailure','316685FbolfK','https://automation-preprod.bsstag.com','BROWSERSTACK_API_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Playwright','GIT_META_DATA_TRUNCATED','ERR_ADDRESS_UNREACHABLE','https://tcg.browserstack.com','ATS_HUB_URL_REGEX','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','TEST_FRAMEWORK_HOOK_TIMEOUT','CODECEPT','REDACTED_KEYS','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','OBSERVABILITY_UPLOAD_URL','Specify\x20--help\x20for\x20available\x20options','POLL_HEALING_RESULT_TIMEOUT','./browserstack-artifacts/','ERR_PROXY_CONNECTION_FAILED','acceptSslCerts','testContextOptions','chromeOptions','stag','CLI_SUPPORTED_FRAMEWORKS','timeouts','browserVersion','accessibilityOptions','accessKey','testOrchestrationOptions','ERR_ADDRESS_INVALID','firefoxOptions','https://tcg-preprod.bsstag.com','PLAYWRIGHT_CONFIG_OPTION_ERRORS','self\x20signed\x20certificate','certificate\x20has\x20expired','SDK-GEN-001','jest','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','invalidKeys','VERSION','ROOT_CAPS','Run\x20nightwatch\x20tests\x20on\x20browserstack','proxyPass','browserstackAutomation','browserstackLocal','UNABLE_TO_VERIFY_LEAF_SIGNATURE','13743675HXZtJO','A11Y_SAVE_RESULTS','wss://cdp-devtestops.bsstag.com/playwright?caps=','proxySettings','O11Y_URL','https://upload-observability-devtestops-ssi.bsstag.com','observability','/usage.log','SDKTestInvalidTcgAuthResponseWithUserImpact','9639KJqXsC','719252aGryUv','BSTACK_DELTA','percy','Run\x20js\x20tests\x20on\x20browserstack','platforms','ERR_NAME_RESOLUTION_FAILED','ERR_TLS_CERT_ALTNAME_INVALID','turboScale','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','AUTOLOGCAPTURE_NOTIFICATION','Run\x20mocha\x20tests\x20on\x20browserstack','1107tsXmvb','USER_CONFIG_DETAILS_PATH','88930iAaBmK','unable\x20to\x20verify\x20the\x20first\x20certificate','HUB_URL_REGEX','BROWSERSTACK_AUTOMATE_URL','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','CUCUMBER','https://tcg.bsstag.com','proxyUser','INFO','5448948AmxWuH','testObservability','TCG_AUTH_TIMEOUT','APP_UPLOAD_URL','customVariables','BSTACK_URL','https://upload-observability.browserstack.com','Jest','pageLoadStrategy','root','.apk','automation','ERR_TIMED_OUT','Upgrade\x20required','browserstack-ats.com','UPDATED_CLI_ENDPOINT','.aab','browserstack','bsstag','GLOBAL_AGENT_HTTP_PROXY','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-preprod.bsstag.com','NIGHTWATCH','/usage-debug.log','TCG_DOWN','logLevel','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','mandatoryDependency','browserstack.userName','testReportingOptions','FRAMEWORKS','vanilla','invalidTestInputType','codeceptjs','AI_INIT_FAILURE','CLIENT_TROUBLESHOOTING_HASH','BROWSERSTACK','TEST_REPORTING_ANALYTICS','httpProxy','https://apidevtestops.bsstag.com','JEST','TEST\x20REPORTING\x20AND\x20ANALYTICS','https://hub-preprod.bsstag.com/wd/hub','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','1010170ZEUwvL','userName','SDKTestTcgDownResponse','Run\x20codeceptjs\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','https://app-automate.browserstack.com/dashboard/v2/builds/','authToken','toLowerCase','bsstag.com','testObservabilityOptions','preprod','MOCHA','ERR_SOCKS_CONNECTION_FAILED','httpsProxy','PLAYWRIGHT','https://automate-preprod.bsstag.com/dashboard/v2/builds/','SDK_INSTRUMENTATION_CONFIG','sdk/v1/event','localProxyUser','accessibility','CERT_HAS_EXPIRED','9HMfISm','parallelsPerPlatform','https://automation.browserstack.com','CI_ARTIFACTS_PATH','ERR_SOCKET_NOT_CONNECTED','mocha','2QWgsHH','INVALID_INIT_RESP_WITH_USER_IMPACT','framework','AI_INIT_SUCCESSFUL','shows\x20version\x20information','ERR_NAME_NOT_RESOLVED','DEBUG_LOG_FILE_NAME','.browserstack\x20folder\x20not\x20accessible','COMMONJS','https://hub-devtestops.bsstag.com/wd/hub','A11Y_GET_RESULTS','ERR_CONNECTION_REFUSED','browserstack.overridelocalInfo.userAuthToken','CODECEPT_CUCUMBER','VANILLA','EDS_URL','env','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','proxyPassword','DEPTH_ZERO_SELF_SIGNED_CERT','browserstack.com','PRIVATE_DOMAIN_OR_IP_REGEX','https://upload-observability-preprod.bsstag.com','https://observability-devtestops.bsstag.com','TCG_URL','hubUrl','INTEGRATIONS','SSL_ERROR_CODES','app-automate','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','use','MODULE','APP_AUTOMATE_PRODUCTS','staging'];a55_0x3cdc=function(){return _0x4b9ae0;};return a55_0x3cdc();}const a55_0x2b7b3f={};a55_0x2b7b3f['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x382090={};a55_0x382090['PLAYWRIGHT']=a55_0x29367d(0x26d),a55_0x382090[a55_0x29367d(0x204)]=a55_0x29367d(0x213),a55_0x382090[a55_0x29367d(0x1f5)]='jest',a55_0x382090[a55_0x29367d(0x274)]=a55_0x29367d(0x1ee),a55_0x382090[a55_0x29367d(0x221)]=a55_0x29367d(0x28e),a55_0x382090[a55_0x29367d(0x1c9)]='cucumber',a55_0x382090[a55_0x29367d(0x222)]='vanilla';const a55_0x102a5e={};a55_0x102a5e[a55_0x29367d(0x290)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x102a5e['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x102a5e[a55_0x29367d(0x1e8)]=a55_0x29367d(0x276),a55_0x102a5e[a55_0x29367d(0x1ed)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x2b4f5a={};a55_0x2b4f5a[a55_0x29367d(0x21c)]=a55_0x29367d(0x243),a55_0x2b4f5a[a55_0x29367d(0x234)]=a55_0x29367d(0x239);const a55_0x47199d={};a55_0x47199d[a55_0x29367d(0x24b)]=0xfde8,a55_0x47199d['Cucumber-JS']=0xfde8,a55_0x47199d[a55_0x29367d(0x1d4)]=0x186a0;const a55_0x3e2a7f={};function a55_0x5497(_0x55b1c7,_0x1d0c00){const _0x3cdcd3=a55_0x3cdc();return a55_0x5497=function(_0x5497f0,_0x4b936d){_0x5497f0=_0x5497f0-0x1ba;let _0x499b00=_0x3cdcd3[_0x5497f0];return _0x499b00;},a55_0x5497(_0x55b1c7,_0x1d0c00);}a55_0x3e2a7f[a55_0x29367d(0x1d6)]=[a55_0x29367d(0x1fa),a55_0x29367d(0x284),a55_0x29367d(0x1f3),'httpsProxy',a55_0x29367d(0x1d1),a55_0x29367d(0x1e9),a55_0x29367d(0x23b),a55_0x29367d(0x227),a55_0x29367d(0x1ff),'proxyUrl',a55_0x29367d(0x220)],a55_0x3e2a7f[a55_0x29367d(0x265)]=[a55_0x29367d(0x1cb),a55_0x29367d(0x294),a55_0x29367d(0x20b),'localProxyPass'];const a55_0x9b9377={};a55_0x9b9377[a55_0x29367d(0x296)]=a55_0x29367d(0x296),a55_0x9b9377['browserStackLocalOptions']=a55_0x29367d(0x265),a55_0x9b9377['localOptions']='browserStackLocalOptions',a55_0x9b9377[a55_0x29367d(0x20f)]=a55_0x29367d(0x20f),a55_0x9b9377[a55_0x29367d(0x1bb)]=a55_0x29367d(0x1bb),a55_0x9b9377[a55_0x29367d(0x1e6)]='logLevel',a55_0x9b9377[a55_0x29367d(0x1f3)]='httpProxy',a55_0x9b9377[a55_0x29367d(0x206)]=a55_0x29367d(0x206),a55_0x9b9377[a55_0x29367d(0x216)]=a55_0x29367d(0x216),a55_0x9b9377[a55_0x29367d(0x27d)]=a55_0x29367d(0x27d),a55_0x9b9377[a55_0x29367d(0x1ce)]=a55_0x29367d(0x1ce),a55_0x9b9377['testReporting']='testReporting',a55_0x9b9377[a55_0x29367d(0x202)]=a55_0x29367d(0x202),a55_0x9b9377[a55_0x29367d(0x1ea)]=a55_0x29367d(0x1ea),a55_0x9b9377[a55_0x29367d(0x1d1)]=a55_0x29367d(0x1d1),a55_0x9b9377[a55_0x29367d(0x1d8)]=a55_0x29367d(0x295),a55_0x9b9377['browserstackAutomation']=a55_0x29367d(0x295),a55_0x9b9377[a55_0x29367d(0x25b)]='rerunTests',a55_0x9b9377[a55_0x29367d(0x2a4)]=a55_0x29367d(0x2a4),a55_0x9b9377[a55_0x29367d(0x238)]='percyOptions',a55_0x9b9377[a55_0x29367d(0x257)]=a55_0x29367d(0x257),a55_0x9b9377[a55_0x29367d(0x258)]=a55_0x29367d(0x258),a55_0x9b9377[a55_0x29367d(0x20c)]=a55_0x29367d(0x20c),a55_0x9b9377[a55_0x29367d(0x283)]=a55_0x29367d(0x283),a55_0x9b9377[a55_0x29367d(0x1be)]='turboScale',a55_0x9b9377['turboScaleOptions']=a55_0x29367d(0x23e),a55_0x9b9377[a55_0x29367d(0x29b)]='proxySettings',a55_0x9b9377[a55_0x29367d(0x285)]='testOrchestrationOptions';const a55_0x99f083={};a55_0x99f083[a55_0x29367d(0x21b)]=[a55_0x29367d(0x28c),a55_0x29367d(0x247)];const a55_0x9ad0f={};a55_0x9ad0f[a55_0x29367d(0x291)]=a55_0x2b7d7d,a55_0x9ad0f[a55_0x29367d(0x1f5)]=a55_0x3caf4e,a55_0x9ad0f[a55_0x29367d(0x204)]=a55_0x8b369e,a55_0x9ad0f[a55_0x29367d(0x1c9)]=a55_0x4e1d50,a55_0x9ad0f['VANILLA']=a55_0x1bc4f2,a55_0x9ad0f[a55_0x29367d(0x1e3)]=a55_0x5a4415,a55_0x9ad0f[a55_0x29367d(0x207)]=a55_0x1a0b7c,a55_0x9ad0f['CODECEPTJS']=a55_0x3b1cc7,a55_0x9ad0f['HST']=a55_0x4c142a,a55_0x9ad0f[a55_0x29367d(0x22f)]=a55_0x2b7b3f,a55_0x9ad0f[a55_0x29367d(0x2a3)]=0xf*0x3c*0x3e8,a55_0x9ad0f[a55_0x29367d(0x22e)]='https://hub.browserstack.com/wd/hub',a55_0x9ad0f[a55_0x29367d(0x22d)]=a55_0x29367d(0x270),a55_0x9ad0f[a55_0x29367d(0x245)]=a55_0x29367d(0x233),a55_0x9ad0f[a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x9ad0f[a55_0x29367d(0x271)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x9ad0f[a55_0x29367d(0x240)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x9ad0f[a55_0x29367d(0x292)]=[a55_0x29367d(0x24f),a55_0x29367d(0x1d5),a55_0x29367d(0x23a),'unhandledPromptBehavior',a55_0x29367d(0x281),'browserName',a55_0x29367d(0x282),a55_0x29367d(0x27c),a55_0x29367d(0x25e),a55_0x29367d(0x27e),a55_0x29367d(0x287),a55_0x29367d(0x244),'ieOptions'],a55_0x9ad0f['ROOT_REGEX']=/^[\w-]+:.*$/,a55_0x9ad0f[a55_0x29367d(0x22a)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x9ad0f[a55_0x29367d(0x223)]='https://eds.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x26b)]='https://api.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x1d0)]='https://api-cloud.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x1dc)]=a55_0x29367d(0x241),a55_0x9ad0f[a55_0x29367d(0x25c)]=a55_0x29367d(0x20a),a55_0x9ad0f[a55_0x29367d(0x24c)]=[a55_0x29367d(0x248),a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x235)]=[a55_0x29367d(0x231),a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x272)]=[a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x277)]=a55_0x29367d(0x1d3),a55_0x9ad0f[a55_0x29367d(0x23c)]=[a55_0x29367d(0x213),'Playwright'],a55_0x9ad0f['AUTOMATE']=[a55_0x29367d(0x248)],a55_0x9ad0f[a55_0x29367d(0x1c7)]=a55_0x29367d(0x28f),a55_0x9ad0f[a55_0x29367d(0x261)]=a55_0x29367d(0x1fe),a55_0x9ad0f['APP_AUTOMATE']=['app-automate'],a55_0x9ad0f['NUDGE_LOCAL_ERRORS']=[a55_0x29367d(0x25f),a55_0x29367d(0x1d9),a55_0x29367d(0x246),a55_0x29367d(0x252),a55_0x29367d(0x212),'ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET',a55_0x29367d(0x21f),'ERR_CONNECTION_ABORTED',a55_0x29367d(0x25a),'ERR_NAME_NOT_RESOLVED',a55_0x29367d(0x286),a55_0x29367d(0x26f),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a55_0x29367d(0x205),a55_0x29367d(0x1e7),a55_0x29367d(0x27b),a55_0x29367d(0x219),a55_0x29367d(0x1bc),a55_0x29367d(0x1bf)],a55_0x9ad0f[a55_0x29367d(0x23f)]=[a55_0x29367d(0x1d7),a55_0x29367d(0x1dd),'.ipa'],a55_0x9ad0f[a55_0x29367d(0x256)]=a55_0x29367d(0x1fd),a55_0x9ad0f[a55_0x29367d(0x24e)]=a55_0x29367d(0x1c8),a55_0x9ad0f[a55_0x29367d(0x211)]=a55_0x29367d(0x27a),a55_0x9ad0f['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a55_0x9ad0f[a55_0x29367d(0x1eb)]=a55_0x382090,a55_0x9ad0f[a55_0x29367d(0x24a)]=[a55_0x29367d(0x28d),a55_0x29367d(0x213)],a55_0x9ad0f[a55_0x29367d(0x289)]=a55_0x102a5e,a55_0x9ad0f[a55_0x29367d(0x1c0)]=a55_0x29367d(0x225),a55_0x9ad0f['PACKAGE_TYPE']=a55_0x2b4f5a,a55_0x9ad0f['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x9ad0f[a55_0x29367d(0x26e)]='...[TRUNCATED]',a55_0x9ad0f['UPGRADE_REQUIRED']=a55_0x29367d(0x1da),a55_0x9ad0f[a55_0x29367d(0x1e5)]=a55_0x29367d(0x1fb),a55_0x9ad0f[a55_0x29367d(0x215)]=a55_0x29367d(0x2a0),a55_0x9ad0f[a55_0x29367d(0x254)]=a55_0x29367d(0x268),a55_0x9ad0f[a55_0x29367d(0x217)]='SDKTestTcgtInitSuccessful',a55_0x9ad0f[a55_0x29367d(0x1ef)]='SDKTestInitFailedResponse',a55_0x9ad0f['AI_PROXY_FAILURE']=a55_0x29367d(0x255),a55_0x9ad0f[a55_0x29367d(0x1cf)]=0x1388,a55_0x9ad0f['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x9ad0f[a55_0x29367d(0x250)]=0x1388,a55_0x9ad0f[a55_0x29367d(0x253)]=0x1388,a55_0x9ad0f[a55_0x29367d(0x279)]=0xc350,a55_0x9ad0f[a55_0x29367d(0x273)]=a55_0x47199d,a55_0x9ad0f[a55_0x29367d(0x275)]=a55_0x3e2a7f,a55_0x9ad0f['AI_ENABLED_FRAMEWORK']=[a55_0x29367d(0x1ec),a55_0x29367d(0x1ee)],a55_0x9ad0f[a55_0x29367d(0x209)]=a55_0x9b9377,a55_0x9ad0f['LOG_FILE_NAME']=a55_0x29367d(0x29f),a55_0x9ad0f[a55_0x29367d(0x21a)]=a55_0x29367d(0x1e4),a55_0x9ad0f['BSTACK_URL']=a55_0x29367d(0x229),a55_0x9ad0f['BSTACK_ATS_URL']=a55_0x29367d(0x1db),a55_0x9ad0f[a55_0x29367d(0x29c)]=a55_0x29367d(0x210),a55_0x9ad0f[a55_0x29367d(0x1f2)]=a55_0x29367d(0x1f6),a55_0x9ad0f[a55_0x29367d(0x1f1)]=a55_0x29367d(0x1de),a55_0x9ad0f[a55_0x29367d(0x280)]=['playwright','cucumber','jest'],a55_0x9ad0f[a55_0x29367d(0x267)]=[a55_0x29367d(0x266),'A11Y_GET_RESULTS_SUMMARY',a55_0x29367d(0x21e),a55_0x29367d(0x299),a55_0x29367d(0x264),'ObservabilitySync'],a55_0x9ad0f['PLAYWRIGHT_TRACE_LOGS']='PLAYWRIGHT_TRACE_LOGS',a55_0x9ad0f['SSL_ERROR_MESSAGES']=[a55_0x29367d(0x28a),a55_0x29367d(0x1c5),a55_0x29367d(0x28b),'unable\x20to\x20get\x20local\x20issuer\x20certificate',a55_0x29367d(0x1bd),a55_0x29367d(0x228)],a55_0x9ad0f[a55_0x29367d(0x230)]=[a55_0x29367d(0x251),a55_0x29367d(0x228),a55_0x29367d(0x297),a55_0x29367d(0x20d),a55_0x29367d(0x1bd),a55_0x29367d(0x1f8)],a55_0x9ad0f[a55_0x29367d(0x1e1)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x9ad0f[a55_0x29367d(0x1f0)]=a55_0x99f083,a55_0x9ad0f['INTERNALLY_USED_ENV_VARS']=[a55_0x29367d(0x1e0),'GLOBAL_AGENT_NO_PROXY',a55_0x29367d(0x1c3)],module[a55_0x29367d(0x262)]=a55_0x9ad0f;const _env=(process[a55_0x29367d(0x224)][a55_0x29367d(0x242)]||a55_0x29367d(0x260))[a55_0x29367d(0x200)]();if(_env===a55_0x29367d(0x236)||_env===a55_0x29367d(0x27f)){const qddmyN='8|7|3|12|11|6|9|5|10|1|4|2|0'['split']('|');let QqlSmV=0x0;while(!![]){switch(qddmyN[QqlSmV++]){case'0':module[a55_0x29367d(0x262)][a55_0x29367d(0x1f1)]=a55_0x29367d(0x1df);continue;case'1':module[a55_0x29367d(0x262)]['O11Y_URL']=a55_0x29367d(0x22c);continue;case'2':module['exports'][a55_0x29367d(0x223)]='https://edsstaging.bsstag.com';continue;case'3':module[a55_0x29367d(0x262)][a55_0x29367d(0x22d)]=a55_0x29367d(0x1ca);continue;case'4':module[a55_0x29367d(0x262)]['OBSERVABILITY_UPLOAD_URL']=a55_0x29367d(0x29d);continue;case'5':module[a55_0x29367d(0x262)][a55_0x29367d(0x23d)]=a55_0x29367d(0x29a);continue;case'6':module[a55_0x29367d(0x262)][a55_0x29367d(0x261)]=a55_0x29367d(0x226);continue;case'7':module[a55_0x29367d(0x262)][a55_0x29367d(0x26b)]=a55_0x29367d(0x1f4);continue;case'8':module['exports']['hubUrl']=a55_0x29367d(0x21d);continue;case'9':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d0)]='https://api-cloud-devtestops.bsstag.com';continue;case'10':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d2)]=a55_0x29367d(0x201);continue;case'11':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c7)]=a55_0x29367d(0x259);continue;case'12':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}else{if(_env===a55_0x29367d(0x203)||_env==='pre-prod'){const QyhTXE='12|8|0|3|6|7|9|4|11|5|2|1|10'['split']('|');let Lwkfvf=0x0;while(!![]){switch(QyhTXE[Lwkfvf++]){case'0':module[a55_0x29367d(0x262)][a55_0x29367d(0x22d)]=a55_0x29367d(0x288);continue;case'1':module[a55_0x29367d(0x262)][a55_0x29367d(0x223)]='https://edsstaging.bsstag.com';continue;case'2':module['exports'][a55_0x29367d(0x277)]=a55_0x29367d(0x22b);continue;case'3':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a55_0x29367d(0x262)]['PLAYWRIGHT_HUB_URL']=a55_0x29367d(0x237);continue;case'5':module[a55_0x29367d(0x262)][a55_0x29367d(0x29c)]=a55_0x29367d(0x26a);continue;case'6':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c7)]=a55_0x29367d(0x208);continue;case'7':module[a55_0x29367d(0x262)][a55_0x29367d(0x261)]=a55_0x29367d(0x232);continue;case'8':module[a55_0x29367d(0x262)][a55_0x29367d(0x26b)]='https://api-preprod.bsstag.com';continue;case'9':module['exports']['APP_UPLOAD_URL']=a55_0x29367d(0x1e2);continue;case'10':module['exports']['BROWSERSTACK']=a55_0x29367d(0x1df);continue;case'11':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d2)]=a55_0x29367d(0x201);continue;case'12':module['exports'][a55_0x29367d(0x22e)]=a55_0x29367d(0x1f7);continue;}break;}}}
1
+ const a55_0x594751=a55_0x11dd;(function(_0x2777f8,_0x16751c){const _0x1fdaa3=a55_0x11dd,_0x347e3c=_0x2777f8();while(!![]){try{const _0xbdb891=-parseInt(_0x1fdaa3(0x163))/0x1+parseInt(_0x1fdaa3(0x118))/0x2+-parseInt(_0x1fdaa3(0xa2))/0x3+parseInt(_0x1fdaa3(0xb5))/0x4+-parseInt(_0x1fdaa3(0x132))/0x5*(-parseInt(_0x1fdaa3(0x147))/0x6)+parseInt(_0x1fdaa3(0xe4))/0x7*(parseInt(_0x1fdaa3(0xea))/0x8)+-parseInt(_0x1fdaa3(0x104))/0x9;if(_0xbdb891===_0x16751c)break;else _0x347e3c['push'](_0x347e3c['shift']());}catch(_0x934650){_0x347e3c['push'](_0x347e3c['shift']());}}}(a55_0x18a0,0x28a4e));const a55_0x15cb85={};a55_0x15cb85[a55_0x594751(0xd8)]=a55_0x594751(0xfd),a55_0x15cb85[a55_0x594751(0xd9)]='Specify\x20--help\x20for\x20available\x20options';const a55_0xa194d7={};a55_0xa194d7[a55_0x594751(0xd8)]=a55_0x594751(0x10c);const a55_0x181430={};a55_0x181430[a55_0x594751(0xd8)]=a55_0x594751(0x8f);const a55_0x164a76={};a55_0x164a76[a55_0x594751(0xd8)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';function a55_0x11dd(_0x10c42b,_0xf96855){const _0x18a01c=a55_0x18a0();return a55_0x11dd=function(_0x11dd2d,_0x3b723e){_0x11dd2d=_0x11dd2d-0x8b;let _0x21b93f=_0x18a01c[_0x11dd2d];return _0x21b93f;},a55_0x11dd(_0x10c42b,_0xf96855);}const a55_0x9409df={};a55_0x9409df[a55_0x594751(0xd8)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x1dc6ea={};a55_0x1dc6ea[a55_0x594751(0xd8)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';function a55_0x18a0(){const _0x5c4533=['2850vPXYbN','AI_INIT_SUCCESSFUL','APP_UPLOAD_URL','automation','authToken','wss://cdp-preprod.bsstag.com/playwright?caps=','FRAMEWORKS','uniqueDependency','HUB_URL_REGEX','OBSERVABILITY_UPLOAD_URL','https://edsstaging.bsstag.com','exports','VANILLA','https://tcg-preprod.bsstag.com','platforms','APP_AUTOMATE_PRODUCTS','GLOBAL_AGENT_NO_PROXY','CODECEPT_CUCUMBER','DEBUG_LOG_FILE_NAME','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','BROWSERSTACK_AUTOMATE_URL','2094bgyuNr','DEPTH_ZERO_SELF_SIGNED_CERT','proxyUser','customVariables','localProxyPass','AI_INIT_FAILURE','accessKey','ERR_NAME_NOT_RESOLVED','browserstackAutomation','SDKTestTcgAuthFailure','MOCHA','TCG_URL','0|9|4|7|12|3|10|6|1|5|2|8|11','ERR_SOCKET_NOT_CONNECTED','logLevel','rerunTests','ERR_SOCKS_CONNECTION_FAILED','browserVersion','https://upload-observability.browserstack.com','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','JEST','TCG_DOWN','ERR_CONNECTION_ABORTED','GIT_META_DATA_TRUNCATED','ERR_CONNECTION_FAILED','GLOBAL_AGENT_HTTP_PROXY','automate','staging','291269ADdFyK','edgeOptions','SSL_ERROR_MESSAGES','https://hub.browserstack.com/wd/hub','localOptions','Run\x20mocha\x20tests\x20on\x20browserstack','AUTOLOGCAPTURE_NOTIFICATION','Mocha','percyCaptureMode','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','percy','browserstack.com','https://hub-preprod.bsstag.com/wd/hub','https://upload-observability-devtestops-ssi.bsstag.com','USER_CONFIG_DETAILS_PATH','ERR_BLOCKED_BY_CLIENT','SDK_INSTRUMENTATION_CONFIG','certificate\x20has\x20expired','pre-prod','BROWSERSTACK_APP_AUTOMATE_URL','self\x20signed\x20certificate','.ipa','PRIVATE_DOMAIN_OR_IP_REGEX','CLI_SUPPORTED_FRAMEWORKS','768810FfYQEV','vanilla','[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.','strictFileInteractability','HST','O11Y_URL','A11Y_GET_RESULTS','PLAYWRIGHT_TRACE_LOGS','browserstack.overridelocalInfo.userAuthToken','cucumber','INVALID_INIT_RESP_WITH_USER_IMPACT','https://automation-preprod.bsstag.com','MODULE','observability','BROWSERSTACK_ENV','AUTOMATION_LOG_COMMANDS','unable\x20to\x20verify\x20the\x20first\x20certificate','AUTOMATE_PRODUCTS','prod','1047360lLipfE','.aab','.browserstack\x20folder\x20not\x20accessible','BSTACK_ATS_URL','./browserstack-artifacts/','accessibilityOptions','CODECEPT','module','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','SDK-GEN-001','turboScale','TEST_FRAMEWORK_HOOK_TIMEOUT','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','hubUrl','TCG_REGION','unable\x20to\x20get\x20local\x20issuer\x20certificate','CI_ARTIFACTS_PATH','bsstag','browserStackLocalOptions','SDKTestTcgtInitSuccessful','wss://cdp-devtestops.bsstag.com/playwright?caps=','NUDGE_LOCAL_ERRORS','POLL_HEALING_RESULT_TIMEOUT','CLIENT_TROUBLESHOOTING_HASH','commonjs','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://tcg.bsstag.com','/usage.log','firefoxOptions','testReporting','httpProxy','Playwright','httpsProxy','Jest','COMMONJS','INFO','HELP','mocha','ATS_WSS_URL_REGEX','preprod','SELF_SIGNED_CERT_IN_CHAIN','sdk/v1/update_cli','EDS_URL','https://automate.browserstack.com/dashboard/v2/builds/','INTERNALLY_USED_ENV_VARS','https://eds.browserstack.com','browserstack','1247071BtESrI','testContextOptions','TEST\x20REPORTING\x20AND\x20ANALYTICS','UPDATED_CLI_ENDPOINT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','testObservability','8KKDxqo','proxyPass','ObservabilitySync','testReportingOptions','AI_PROXY_FAILURE','ERR_NETWORK_CHANGED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','browserstack-ats.com','browserName','...[TRUNCATED]','CUSTOM_ID_REGEX','ERR_PROXY_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ROOT_REGEX','unhandledPromptBehavior','split','SDKTestInitFailedResponse','TEST_REPORTING_ANALYTICS','jest','shows\x20version\x20information','turboScaleOptions','testOrchestrationOptions','mandatoryDependency','CONNECTIVITY_ISSUE_ERROR_CODES','ERR_CONNECTION_RESET','https://api-preprod.bsstag.com','1794195drgJyC','ERR_TLS_CERT_ALTNAME_INVALID','proxySettings','app-automate','AI_ENABLED_FRAMEWORK','A11Y_SAVE_RESULTS','accessibility','HEALING_LOG_DATA_TIMEOUT','Run\x20jest\x20tests\x20on\x20browserstack','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','UPGRADE_REQUIRED','https://apidevtestops.bsstag.com','FUNNEL_INSTRUMENTATION_API_URL','ERR_CONNECTION_TIMED_OUT','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','PLAYWRIGHT','REDACTED_KEYS','NIGHTWATCH','CUCUMBER','proxyPassword','548898ynPQzo','ETXTBSY','SDKTestInvalidTcgAuthResponseWithUserImpact','framework','wss://cdp.browserstack.com/playwright?caps=','EBUSY','PERCY_SUPPORTED_FRAMEWORKS','chromeOptions','bsstag.com','proxyUrl','codeceptjs-cucumber','PLAYWRIGHT_HUB_URL','acceptSslCert','HEALING_FAILURE_TIMEOUT','browserstack.userName','https://api-cloud-devtestops.bsstag.com','BSTACK_URL','invalidKeys','parallelsPerPlatform','APP_AUTOMATE','https://automate-preprod.bsstag.com/dashboard/v2/builds/','testObservabilityOptions','SET_TCG_TOKEN_TIMEOUT','BROWSERSTACK','BSTACK_DELTA','ERR_FAILED'];a55_0x18a0=function(){return _0x5c4533;};return a55_0x18a0();}const a55_0x484ccc={};a55_0x484ccc[a55_0x594751(0xd8)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x5c81d8={};a55_0x5c81d8[a55_0x594751(0xd8)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x2507bc={};a55_0x2507bc['INFO']=a55_0x594751(0x145);const a55_0x1af5f8={};a55_0x1af5f8[a55_0x594751(0xd8)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x524f11={};a55_0x524f11['PLAYWRIGHT']='Playwright',a55_0x524f11[a55_0x594751(0x151)]='mocha',a55_0x524f11[a55_0x594751(0x15b)]='jest',a55_0x524f11[a55_0x594751(0xbb)]='codeceptjs',a55_0x524f11[a55_0x594751(0x143)]=a55_0x594751(0x122),a55_0x524f11[a55_0x594751(0x116)]='cucumber',a55_0x524f11[a55_0x594751(0x13e)]=a55_0x594751(0xa3);const a55_0x49c3c5={};a55_0x49c3c5[a55_0x594751(0x129)]=a55_0x594751(0xce),a55_0x49c3c5[a55_0x594751(0x139)]=a55_0x594751(0x93),a55_0x49c3c5[a55_0x594751(0x100)]=a55_0x594751(0x112),a55_0x49c3c5['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x202532={};a55_0x202532[a55_0x594751(0xd7)]=a55_0x594751(0xcd),a55_0x202532[a55_0x594751(0xae)]=a55_0x594751(0xbc);const a55_0x141d70={};a55_0x141d70[a55_0x594751(0x91)]=0xfde8,a55_0x141d70['Cucumber-JS']=0xfde8,a55_0x141d70[a55_0x594751(0xd6)]=0x186a0;const a55_0x578080={};a55_0x578080['root']=['userName',a55_0x594751(0x14d),a55_0x594751(0xd3),a55_0x594751(0xd5),'customVariables',a55_0x594751(0x126),'browserstack.accessKey',a55_0x594751(0x117),a55_0x594751(0x136),a55_0x594751(0x121),a55_0x594751(0xaa)],a55_0x578080['browserStackLocalOptions']=[a55_0x594751(0x149),a55_0x594751(0xeb),'localProxyUser',a55_0x594751(0x14b)];const a55_0x484b90={};a55_0x484b90['browserstackLocal']='browserstackLocal',a55_0x484b90['browserStackLocalOptions']=a55_0x594751(0xc7),a55_0x484b90[a55_0x594751(0x8e)]=a55_0x594751(0xc7),a55_0x484b90[a55_0x594751(0x12a)]=a55_0x594751(0x12a),a55_0x484b90[a55_0x594751(0x140)]=a55_0x594751(0x140),a55_0x484b90[a55_0x594751(0x155)]=a55_0x594751(0x155),a55_0x484b90['httpProxy']=a55_0x594751(0xd3),a55_0x484b90[a55_0x594751(0xd5)]=a55_0x594751(0xd5),a55_0x484b90['framework']=a55_0x594751(0x11b),a55_0x484b90[a55_0x594751(0xe5)]='testContextOptions',a55_0x484b90[a55_0x594751(0xe9)]=a55_0x594751(0xe9),a55_0x484b90['testReporting']=a55_0x594751(0xd2),a55_0x484b90[a55_0x594751(0x12d)]=a55_0x594751(0x12d),a55_0x484b90[a55_0x594751(0xed)]='testReportingOptions',a55_0x484b90[a55_0x594751(0x14a)]='customVariables',a55_0x484b90[a55_0x594751(0x135)]=a55_0x594751(0x14f),a55_0x484b90['browserstackAutomation']=a55_0x594751(0x14f),a55_0x484b90[a55_0x594751(0x156)]='rerunTests',a55_0x484b90['percy']=a55_0x594751(0x94),a55_0x484b90['percyOptions']='percyOptions',a55_0x484b90[a55_0x594751(0x92)]=a55_0x594751(0x92),a55_0x484b90['disableAutoCaptureLogs']='disableAutoCaptureLogs',a55_0x484b90['accessibility']=a55_0x594751(0x10a),a55_0x484b90[a55_0x594751(0xba)]=a55_0x594751(0xba),a55_0x484b90[a55_0x594751(0xbf)]=a55_0x594751(0xbf),a55_0x484b90['turboScaleOptions']=a55_0x594751(0xfe),a55_0x484b90['proxySettings']=a55_0x594751(0x106),a55_0x484b90[a55_0x594751(0xff)]=a55_0x594751(0xff);const a55_0x37f36f={};a55_0x37f36f[a55_0x594751(0xb7)]=[a55_0x594751(0xbe),a55_0x594751(0xa4)];const a55_0x1d97e0={};a55_0x1d97e0['VERSION']=a55_0x15cb85,a55_0x1d97e0['JEST']=a55_0xa194d7,a55_0x1d97e0[a55_0x594751(0x151)]=a55_0x181430,a55_0x1d97e0[a55_0x594751(0x116)]=a55_0x164a76,a55_0x1d97e0[a55_0x594751(0x13e)]=a55_0x9409df,a55_0x1d97e0[a55_0x594751(0x115)]=a55_0x1dc6ea,a55_0x1d97e0[a55_0x594751(0x113)]=a55_0x484ccc,a55_0x1d97e0['CODECEPTJS']=a55_0x5c81d8,a55_0x1d97e0[a55_0x594751(0xa6)]=a55_0x2507bc,a55_0x1d97e0['INTEGRATIONS']=a55_0x1af5f8,a55_0x1d97e0[a55_0x594751(0x130)]=0xf*0x3c*0x3e8,a55_0x1d97e0[a55_0x594751(0xc2)]=a55_0x594751(0x8d),a55_0x1d97e0[a55_0x594751(0x152)]='https://tcg.browserstack.com',a55_0x1d97e0[a55_0x594751(0xc3)]='use',a55_0x1d97e0[a55_0x594751(0x13a)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x1d97e0['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x1d97e0[a55_0x594751(0xdb)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x1d97e0['ROOT_CAPS']=['acceptInsecureCerts','pageLoadStrategy',a55_0x594751(0xa5),a55_0x594751(0xf8),'timeouts',a55_0x594751(0xf2),a55_0x594751(0x158),'acceptSslCerts',a55_0x594751(0x124),a55_0x594751(0x11f),a55_0x594751(0xd1),a55_0x594751(0x8b),'ieOptions'],a55_0x1d97e0[a55_0x594751(0xf7)]=/^[\w-]+:.*$/,a55_0x1d97e0[a55_0x594751(0xa0)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x1d97e0[a55_0x594751(0xdf)]=a55_0x594751(0xe2),a55_0x1d97e0['BROWSERSTACK_API_URL']='https://api.browserstack.com',a55_0x1d97e0[a55_0x594751(0x134)]='https://api-cloud.browserstack.com',a55_0x1d97e0[a55_0x594751(0xe7)]=a55_0x594751(0xde),a55_0x1d97e0[a55_0x594751(0x110)]='sdk/v1/event',a55_0x1d97e0[a55_0x594751(0xb3)]=['automate',a55_0x594751(0xaf)],a55_0x1d97e0[a55_0x594751(0x141)]=[a55_0x594751(0x107),a55_0x594751(0xaf)],a55_0x1d97e0[a55_0x594751(0xe8)]=[a55_0x594751(0xaf)],a55_0x1d97e0['OBSERVABILITY_UPLOAD_URL']=a55_0x594751(0x159),a55_0x1d97e0['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x594751(0xda),a55_0x594751(0xd4)],a55_0x1d97e0['AUTOMATE']=[a55_0x594751(0x161)],a55_0x1d97e0[a55_0x594751(0x146)]=a55_0x594751(0xe0),a55_0x1d97e0[a55_0x594751(0x9d)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a55_0x1d97e0[a55_0x594751(0x12b)]=['app-automate'],a55_0x1d97e0[a55_0x594751(0xca)]=[a55_0x594751(0x131),'ERR_TIMED_OUT',a55_0x594751(0x99),a55_0x594751(0xef),a55_0x594751(0x154),'ERR_CONNECTION_CLOSED',a55_0x594751(0x102),'ERR_CONNECTION_REFUSED',a55_0x594751(0x15d),a55_0x594751(0x15f),a55_0x594751(0x14e),'ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a55_0x594751(0x111),a55_0x594751(0x157),a55_0x594751(0xf6),a55_0x594751(0xf5),a55_0x594751(0x14e),'ERR_NAME_RESOLUTION_FAILED',a55_0x594751(0x10d)],a55_0x1d97e0['VALID_APP_EXTENSION']=['.apk',a55_0x594751(0xb6),a55_0x594751(0x9f)],a55_0x1d97e0[a55_0x594751(0xf4)]='^[a-zA-Z0-9_.-]*$',a55_0x1d97e0['SHAREABLE_ID_REGEX']=a55_0x594751(0xf0),a55_0x1d97e0[a55_0x594751(0xc5)]=a55_0x594751(0xb9),a55_0x1d97e0[a55_0x594751(0x123)]=a55_0x594751(0x11c),a55_0x1d97e0[a55_0x594751(0x138)]=a55_0x524f11,a55_0x1d97e0[a55_0x594751(0x11e)]=['jest',a55_0x594751(0xda)],a55_0x1d97e0['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x49c3c5,a55_0x1d97e0[a55_0x594751(0x90)]=a55_0x594751(0x15a),a55_0x1d97e0['PACKAGE_TYPE']=a55_0x202532,a55_0x1d97e0['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x1d97e0[a55_0x594751(0x15e)]=a55_0x594751(0xf3),a55_0x1d97e0[a55_0x594751(0x10e)]='Upgrade\x20required',a55_0x1d97e0[a55_0x594751(0x15c)]='SDKTestTcgDownResponse',a55_0x1d97e0[a55_0x594751(0xac)]=a55_0x594751(0x11a),a55_0x1d97e0['TCG_AUTH_FAILURE']=a55_0x594751(0x150),a55_0x1d97e0[a55_0x594751(0x133)]=a55_0x594751(0xc8),a55_0x1d97e0[a55_0x594751(0x14c)]=a55_0x594751(0xfa),a55_0x1d97e0[a55_0x594751(0xee)]='SDKTestTcgProxyFailure',a55_0x1d97e0['TCG_AUTH_TIMEOUT']=0x1388,a55_0x1d97e0[a55_0x594751(0x12e)]=0x1388,a55_0x1d97e0[a55_0x594751(0x10b)]=0x1388,a55_0x1d97e0[a55_0x594751(0x125)]=0x1388,a55_0x1d97e0[a55_0x594751(0xcb)]=0xc350,a55_0x1d97e0[a55_0x594751(0xc0)]=a55_0x141d70,a55_0x1d97e0[a55_0x594751(0x114)]=a55_0x578080,a55_0x1d97e0[a55_0x594751(0x108)]=[a55_0x594751(0xa3),'codeceptjs'],a55_0x1d97e0[a55_0x594751(0x9a)]=a55_0x484b90,a55_0x1d97e0['LOG_FILE_NAME']=a55_0x594751(0xd0),a55_0x1d97e0[a55_0x594751(0x144)]='/usage-debug.log',a55_0x1d97e0[a55_0x594751(0x128)]=a55_0x594751(0x95),a55_0x1d97e0[a55_0x594751(0xb8)]=a55_0x594751(0xf1),a55_0x1d97e0['O11Y_URL']='https://automation.browserstack.com',a55_0x1d97e0[a55_0x594751(0xfb)]=a55_0x594751(0xe6),a55_0x1d97e0[a55_0x594751(0x12f)]=a55_0x594751(0xe3),a55_0x1d97e0[a55_0x594751(0xa1)]=['playwright',a55_0x594751(0xab),a55_0x594751(0xfc)],a55_0x1d97e0[a55_0x594751(0xb1)]=['A11Y_SCAN','A11Y_GET_RESULTS_SUMMARY',a55_0x594751(0xa8),a55_0x594751(0x109),'percyScreenshot',a55_0x594751(0xec)],a55_0x1d97e0['PLAYWRIGHT_TRACE_LOGS']=a55_0x594751(0xa9),a55_0x1d97e0[a55_0x594751(0x8c)]=[a55_0x594751(0x9e),a55_0x594751(0xb2),a55_0x594751(0x9b),a55_0x594751(0xc4),a55_0x594751(0x105),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x1d97e0['SSL_ERROR_CODES']=[a55_0x594751(0xdd),a55_0x594751(0x148),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a55_0x594751(0x105),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a55_0x1d97e0[a55_0x594751(0x101)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x1d97e0[a55_0x594751(0xcc)]=a55_0x37f36f,a55_0x1d97e0[a55_0x594751(0xe1)]=[a55_0x594751(0x160),a55_0x594751(0x142),a55_0x594751(0x98)],a55_0x1d97e0['BINARY_BUSY_ERROR_CODES']=[a55_0x594751(0x119),a55_0x594751(0x11d)],module[a55_0x594751(0x13d)]=a55_0x1d97e0;const _env=(process['env'][a55_0x594751(0xb0)]||a55_0x594751(0xb4))['toLowerCase']();if(_env===a55_0x594751(0x162)||_env==='stag'){const KDDVJf=a55_0x594751(0x153)[a55_0x594751(0xf9)]('|');let KvikxE=0x0;while(!![]){switch(KDDVJf[KvikxE++]){case'0':module[a55_0x594751(0x13d)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'1':module['exports'][a55_0x594751(0x128)]='bsstag.com';continue;case'2':module[a55_0x594751(0x13d)][a55_0x594751(0x13b)]=a55_0x594751(0x97);continue;case'3':module['exports'][a55_0x594751(0x9d)]=a55_0x594751(0xc1);continue;case'4':module[a55_0x594751(0x13d)][a55_0x594751(0x152)]=a55_0x594751(0xcf);continue;case'5':module['exports']['O11Y_URL']='https://observability-devtestops.bsstag.com';continue;case'6':module[a55_0x594751(0x13d)]['PLAYWRIGHT_HUB_URL']=a55_0x594751(0xc9);continue;case'7':module[a55_0x594751(0x13d)][a55_0x594751(0x13a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x594751(0x13d)][a55_0x594751(0xdf)]=a55_0x594751(0x13c);continue;case'9':module[a55_0x594751(0x13d)]['BROWSERSTACK_API_URL']=a55_0x594751(0x10f);continue;case'10':module[a55_0x594751(0x13d)][a55_0x594751(0x134)]=a55_0x594751(0x127);continue;case'11':module[a55_0x594751(0x13d)]['BROWSERSTACK']=a55_0x594751(0xc6);continue;case'12':module['exports']['BROWSERSTACK_AUTOMATE_URL']='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;}break;}}else{if(_env===a55_0x594751(0xdc)||_env===a55_0x594751(0x9c)){const huODVc='3|10|9|8|7|1|5|0|11|6|2|4|12'[a55_0x594751(0xf9)]('|');let DKsYNw=0x0;while(!![]){switch(huODVc[DKsYNw++]){case'0':module[a55_0x594751(0x13d)][a55_0x594751(0x123)]=a55_0x594751(0x137);continue;case'1':module[a55_0x594751(0x13d)][a55_0x594751(0x9d)]=a55_0x594751(0xbd);continue;case'2':module[a55_0x594751(0x13d)][a55_0x594751(0x13b)]='https://upload-observability-preprod.bsstag.com';continue;case'3':module[a55_0x594751(0x13d)][a55_0x594751(0xc2)]=a55_0x594751(0x96);continue;case'4':module[a55_0x594751(0x13d)][a55_0x594751(0xdf)]=a55_0x594751(0x13c);continue;case'5':module['exports'][a55_0x594751(0x134)]=a55_0x594751(0x103);continue;case'6':module['exports'][a55_0x594751(0xa7)]=a55_0x594751(0xad);continue;case'7':module[a55_0x594751(0x13d)][a55_0x594751(0x146)]=a55_0x594751(0x12c);continue;case'8':module['exports'][a55_0x594751(0x13a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module[a55_0x594751(0x13d)][a55_0x594751(0x152)]=a55_0x594751(0x13f);continue;case'10':module[a55_0x594751(0x13d)]['BROWSERSTACK_API_URL']=a55_0x594751(0x103);continue;case'11':module['exports'][a55_0x594751(0x128)]=a55_0x594751(0x120);continue;case'12':module['exports'][a55_0x594751(0x12f)]='bsstag';continue;}break;}}}
@@ -1 +1 @@
1
- const a56_0x23135d=a56_0x8661;function a56_0x8661(_0x1f2523,_0x2f8b0e){const _0x943a54=a56_0x943a();return a56_0x8661=function(_0x86615,_0x330a55){_0x86615=_0x86615-0x154;let _0x402eab=_0x943a54[_0x86615];return _0x402eab;},a56_0x8661(_0x1f2523,_0x2f8b0e);}(function(_0x5af86b,_0x472c45){const _0x973f68=a56_0x8661,_0x12611d=_0x5af86b();while(!![]){try{const _0x23ec9c=parseInt(_0x973f68(0x15e))/0x1+parseInt(_0x973f68(0x157))/0x2*(-parseInt(_0x973f68(0x159))/0x3)+parseInt(_0x973f68(0x15f))/0x4*(parseInt(_0x973f68(0x161))/0x5)+parseInt(_0x973f68(0x154))/0x6+parseInt(_0x973f68(0x15d))/0x7*(-parseInt(_0x973f68(0x160))/0x8)+parseInt(_0x973f68(0x165))/0x9+-parseInt(_0x973f68(0x15a))/0xa*(parseInt(_0x973f68(0x166))/0xb);if(_0x23ec9c===_0x472c45)break;else _0x12611d['push'](_0x12611d['shift']());}catch(_0x191b44){_0x12611d['push'](_0x12611d['shift']());}}}(a56_0x943a,0x8c29a));const logReportingAPI=require(a56_0x23135d(0x164)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0xd4b7a,_0x480754){return _0x13f465=>{const _0x5d79c9=a56_0x8661;BSTestOpsLogger[_0x5d79c9(0x162)]({'level':_0x13f465[_0x5d79c9(0x15c)]?_0x13f465[_0x5d79c9(0x15c)]['levelStr']:null,'message':_0x13f465['data']?_0x13f465['data'][_0x5d79c9(0x168)]('\x20'):null});};}function a56_0x943a(){const _0x5c76e7=['configure','timezoneOffset','2uPNTJw','XdWzx','2522787KZXwuU','23740vqHKtI','type','level','14xOvPED','762920RwfmgF','28zwIopO','403592ysXfXB','210580ZOIHRV','log','colouredLayout','./logReportingAPI','1790028BxCDdY','638CfzKWH','layout','join','2382006cZmIxd'];a56_0x943a=function(){return _0x5c76e7;};return a56_0x943a();}exports[a56_0x23135d(0x155)]=(_0x1c647b,_0x152e8a)=>{const _0x2bae50=a56_0x23135d,_0x4f64d7={'XdWzx':function(_0x320291,_0x1d44b4,_0x301176){return _0x320291(_0x1d44b4,_0x301176);}};let _0x1e95a4=_0x152e8a[_0x2bae50(0x163)];return _0x1c647b[_0x2bae50(0x167)]&&(_0x1e95a4=_0x152e8a[_0x2bae50(0x167)](_0x1c647b[_0x2bae50(0x167)][_0x2bae50(0x15b)],_0x1c647b[_0x2bae50(0x167)])),_0x4f64d7[_0x2bae50(0x158)](BSTestOpsLog4JSAppender,_0x1e95a4,_0x1c647b[_0x2bae50(0x156)]);};
1
+ const a56_0x442f64=a56_0x3f27;(function(_0x18ec63,_0x51ac71){const _0x4cdb54=a56_0x3f27,_0x1edd03=_0x18ec63();while(!![]){try{const _0x777d7d=-parseInt(_0x4cdb54(0x7a))/0x1*(-parseInt(_0x4cdb54(0x89))/0x2)+-parseInt(_0x4cdb54(0x8a))/0x3+parseInt(_0x4cdb54(0x78))/0x4*(parseInt(_0x4cdb54(0x7e))/0x5)+-parseInt(_0x4cdb54(0x75))/0x6*(parseInt(_0x4cdb54(0x85))/0x7)+-parseInt(_0x4cdb54(0x86))/0x8*(parseInt(_0x4cdb54(0x88))/0x9)+-parseInt(_0x4cdb54(0x81))/0xa*(-parseInt(_0x4cdb54(0x87))/0xb)+-parseInt(_0x4cdb54(0x8b))/0xc*(-parseInt(_0x4cdb54(0x7c))/0xd);if(_0x777d7d===_0x51ac71)break;else _0x1edd03['push'](_0x1edd03['shift']());}catch(_0x208f8e){_0x1edd03['push'](_0x1edd03['shift']());}}}(a56_0x2a55,0x2eac3));function a56_0x2a55(){const _0x2867e4=['configure','328370QqRiSI','log','layout','53980MWvEVj','./logReportingAPI','tReuG','data','28HQIika','176104zQSmyL','506aWWUNT','81cPOPsk','28472DsdSIE','409431DZKOss','732yZSMUD','150888NixiHI','type','level','4jxcnEP','join','13JtYiHt','colouredLayout','27131HkczhH'];a56_0x2a55=function(){return _0x2867e4;};return a56_0x2a55();}function a56_0x3f27(_0x98d663,_0x20a3a9){const _0x2a5518=a56_0x2a55();return a56_0x3f27=function(_0x3f27ca,_0x1684eb){_0x3f27ca=_0x3f27ca-0x75;let _0x40aa97=_0x2a5518[_0x3f27ca];return _0x40aa97;},a56_0x3f27(_0x98d663,_0x20a3a9);}const logReportingAPI=require(a56_0x442f64(0x82)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x55d291,_0x421fbd){return _0x1ca4f7=>{const _0x5c795b=a56_0x3f27;BSTestOpsLogger[_0x5c795b(0x7f)]({'level':_0x1ca4f7[_0x5c795b(0x77)]?_0x1ca4f7[_0x5c795b(0x77)]['levelStr']:null,'message':_0x1ca4f7[_0x5c795b(0x84)]?_0x1ca4f7['data'][_0x5c795b(0x79)]('\x20'):null});};}exports[a56_0x442f64(0x7d)]=(_0x16bbd8,_0x5aaa02)=>{const _0x1243c1=a56_0x442f64,_0x1cf0c3={'tReuG':function(_0x24ac94,_0x1ecbec,_0x203ea9){return _0x24ac94(_0x1ecbec,_0x203ea9);}};let _0x22dfbf=_0x5aaa02[_0x1243c1(0x7b)];return _0x16bbd8[_0x1243c1(0x80)]&&(_0x22dfbf=_0x5aaa02['layout'](_0x16bbd8['layout'][_0x1243c1(0x76)],_0x16bbd8[_0x1243c1(0x80)])),_0x1cf0c3[_0x1243c1(0x83)](BSTestOpsLog4JSAppender,_0x22dfbf,_0x16bbd8['timezoneOffset']);};
@@ -1 +1 @@
1
- function a57_0x5b61(_0x24a4ae,_0x58f9c0){const _0x41b36b=a57_0x41b3();return a57_0x5b61=function(_0x5b61e1,_0x342e1f){_0x5b61e1=_0x5b61e1-0x99;let _0x5a96b8=_0x41b36b[_0x5b61e1];return _0x5a96b8;},a57_0x5b61(_0x24a4ae,_0x58f9c0);}const a57_0x2391f8=a57_0x5b61;(function(_0x51d5e2,_0x2db213){const _0x53a20e=a57_0x5b61,_0x8379c3=_0x51d5e2();while(!![]){try{const _0x39564d=parseInt(_0x53a20e(0xb0))/0x1*(parseInt(_0x53a20e(0xa6))/0x2)+-parseInt(_0x53a20e(0xa7))/0x3+parseInt(_0x53a20e(0xb7))/0x4*(-parseInt(_0x53a20e(0xa9))/0x5)+parseInt(_0x53a20e(0xa8))/0x6*(parseInt(_0x53a20e(0xb6))/0x7)+parseInt(_0x53a20e(0xac))/0x8+parseInt(_0x53a20e(0x9c))/0x9*(parseInt(_0x53a20e(0xb5))/0xa)+-parseInt(_0x53a20e(0xb2))/0xb;if(_0x39564d===_0x2db213)break;else _0x8379c3['push'](_0x8379c3['shift']());}catch(_0x5d0556){_0x8379c3['push'](_0x8379c3['shift']());}}}(a57_0x41b3,0x770b4));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x2391f8(0x9f)),a57_0xdd4508={};a57_0xdd4508['INFO']=a57_0x2391f8(0xa1),a57_0xdd4508['ERROR']=a57_0x2391f8(0x99),a57_0xdd4508[a57_0x2391f8(0x9a)]='DEBUG',a57_0xdd4508[a57_0x2391f8(0xa0)]=a57_0x2391f8(0xa0),a57_0xdd4508[a57_0x2391f8(0x9b)]=a57_0x2391f8(0x9b);const LOG_LEVELS=a57_0xdd4508;class logPatcher extends Transport{constructor(_0x22278d){super(_0x22278d);}[a57_0x2391f8(0xa4)]=(_0x21fe14=LOG_LEVELS[a57_0x2391f8(0xa1)],_0x58e871=[''])=>{const _0xf8cdba=a57_0x2391f8,_0x23e07f={};_0x23e07f[_0xf8cdba(0xa5)]=_0xf8cdba(0xaf);const _0x3be38a=_0x23e07f;consoleHolder[_0x21fe14[_0xf8cdba(0xa3)]()](..._0x58e871),process[_0xf8cdba(0xae)](_0xf8cdba(0xb8)+process[_0xf8cdba(0xab)],{'timestamp':new Date()[_0xf8cdba(0xa2)](),'level':_0x21fe14['toUpperCase'](),'message':'\x22'+_0x58e871[_0xf8cdba(0xaa)](',\x20')+'\x22','kind':_0x3be38a[_0xf8cdba(0xa5)],'http_response':{}});};[a57_0x2391f8(0xb9)]=(..._0x1e1c9e)=>{const _0x170674=a57_0x2391f8;this[_0x170674(0xa4)](LOG_LEVELS['TRACE'],_0x1e1c9e);};[a57_0x2391f8(0xb1)]=(..._0x1601cf)=>{const _0x17f4e6=a57_0x2391f8;this[_0x17f4e6(0xa4)](LOG_LEVELS['DEBUG'],_0x1601cf);};[a57_0x2391f8(0xad)]=(..._0x25a8cd)=>{const _0x222d88=a57_0x2391f8;this['logToTestOps'](LOG_LEVELS[_0x222d88(0xa1)],_0x25a8cd);};[a57_0x2391f8(0x9d)]=(..._0x170560)=>{const _0x43eb54=a57_0x2391f8;this[_0x43eb54(0xa4)](LOG_LEVELS['WARN'],_0x170560);};[a57_0x2391f8(0xb4)]=(..._0x5d5406)=>{const _0x24b1df=a57_0x2391f8;this['logToTestOps'](LOG_LEVELS[_0x24b1df(0x99)],_0x5d5406);};[a57_0x2391f8(0x9e)]=(..._0x2fa90c)=>{const _0x60f5a8=a57_0x2391f8;this[_0x60f5a8(0xa4)](LOG_LEVELS[_0x60f5a8(0xa1)],_0x2fa90c);};};module[a57_0x2391f8(0xb3)]=logPatcher;function a57_0x41b3(){const _0x3c7fd9=['emit','TEST_LOG','754738QdxnlM','debug','16233382QWzlXw','exports','error','6170xJcPXB','14wXSaES','7192affvbL','bs:addLog:','trace','ERROR','DEBUG','WARN','3006pnnjoR','warn','log','../../helpers/test-observability/constants','TRACE','INFO','toISOString','toLowerCase','logToTestOps','FbEDW','2Xfzlzb','228141dNILqR','1909914pVWjLo','120XIUKxE','join','pid','3880888WVDcJs','info'];a57_0x41b3=function(){return _0x3c7fd9;};return a57_0x41b3();}
1
+ const a57_0x4f37b9=a57_0x5a37;(function(_0x2ab15a,_0x4f804a){const _0x4d5cf5=a57_0x5a37,_0x163a87=_0x2ab15a();while(!![]){try{const _0x3e9c02=parseInt(_0x4d5cf5(0xea))/0x1*(parseInt(_0x4d5cf5(0xec))/0x2)+parseInt(_0x4d5cf5(0xf7))/0x3*(parseInt(_0x4d5cf5(0xf0))/0x4)+-parseInt(_0x4d5cf5(0xf3))/0x5*(parseInt(_0x4d5cf5(0xf2))/0x6)+-parseInt(_0x4d5cf5(0xfc))/0x7+parseInt(_0x4d5cf5(0x102))/0x8+parseInt(_0x4d5cf5(0xe9))/0x9+-parseInt(_0x4d5cf5(0xf8))/0xa;if(_0x3e9c02===_0x4f804a)break;else _0x163a87['push'](_0x163a87['shift']());}catch(_0x333eab){_0x163a87['push'](_0x163a87['shift']());}}}(a57_0x51bf,0x91b82));const Transport=require(a57_0x4f37b9(0xfd)),{consoleHolder}=require(a57_0x4f37b9(0xf4)),a57_0x29e0f8={};a57_0x29e0f8['INFO']=a57_0x4f37b9(0x104),a57_0x29e0f8['ERROR']='ERROR',a57_0x29e0f8[a57_0x4f37b9(0xfa)]=a57_0x4f37b9(0xfa),a57_0x29e0f8[a57_0x4f37b9(0xee)]='TRACE',a57_0x29e0f8[a57_0x4f37b9(0xef)]='WARN';const LOG_LEVELS=a57_0x29e0f8;function a57_0x5a37(_0x921256,_0xf8b601){const _0x51bf48=a57_0x51bf();return a57_0x5a37=function(_0x5a3748,_0x428198){_0x5a3748=_0x5a3748-0xe6;let _0x3c432a=_0x51bf48[_0x5a3748];return _0x3c432a;},a57_0x5a37(_0x921256,_0xf8b601);}class logPatcher extends Transport{constructor(_0x24ae39){super(_0x24ae39);}[a57_0x4f37b9(0x103)]=(_0x423815=LOG_LEVELS['INFO'],_0x2c8559=[''])=>{const _0x5203c4=a57_0x4f37b9,_0x31bb31={};_0x31bb31['vDYMc']=_0x5203c4(0xfe);const _0x192e09=_0x31bb31;consoleHolder[_0x423815[_0x5203c4(0xf1)]()](..._0x2c8559),process[_0x5203c4(0xe6)](_0x5203c4(0x101)+process[_0x5203c4(0xe8)],{'timestamp':new Date()[_0x5203c4(0xfb)](),'level':_0x423815['toUpperCase'](),'message':'\x22'+_0x2c8559['join'](',\x20')+'\x22','kind':_0x192e09[_0x5203c4(0xf6)],'http_response':{}});};[a57_0x4f37b9(0xed)]=(..._0x575a11)=>{const _0xbe4be5=a57_0x4f37b9;this[_0xbe4be5(0x103)](LOG_LEVELS[_0xbe4be5(0xee)],_0x575a11);};[a57_0x4f37b9(0x100)]=(..._0xf05469)=>{const _0x2bd927=a57_0x4f37b9;this[_0x2bd927(0x103)](LOG_LEVELS['DEBUG'],_0xf05469);};[a57_0x4f37b9(0xeb)]=(..._0xfd90c3)=>{const _0x3b0125=a57_0x4f37b9;this[_0x3b0125(0x103)](LOG_LEVELS[_0x3b0125(0x104)],_0xfd90c3);};[a57_0x4f37b9(0xff)]=(..._0x44aa62)=>{const _0x5c0e2a=a57_0x4f37b9;this[_0x5c0e2a(0x103)](LOG_LEVELS[_0x5c0e2a(0xef)],_0x44aa62);};['error']=(..._0x5917b5)=>{const _0x5f05c5=a57_0x4f37b9;this['logToTestOps'](LOG_LEVELS[_0x5f05c5(0xf9)],_0x5917b5);};[a57_0x4f37b9(0xe7)]=(..._0x4aeec0)=>{const _0x18921b=a57_0x4f37b9;this[_0x18921b(0x103)](LOG_LEVELS[_0x18921b(0x104)],_0x4aeec0);};};function a57_0x51bf(){const _0x243588=['logToTestOps','INFO','emit','log','pid','4212594ZHkrBl','2mooCgE','info','859440upJBoT','trace','TRACE','WARN','233620XUBnFS','toLowerCase','4831878nJlYtW','5UJebHf','../../helpers/test-observability/constants','exports','vDYMc','57lleveW','18294330naUJYQ','ERROR','DEBUG','toISOString','1291290bElnvx','winston-transport','TEST_LOG','warn','debug','bs:addLog:','7831048kjpRhY'];a57_0x51bf=function(){return _0x243588;};return a57_0x51bf();}module[a57_0x4f37b9(0xf5)]=logPatcher;
@@ -1 +1 @@
1
- const a58_0x42ecc8=a58_0x466b;(function(_0x1cffee,_0x2da02b){const _0x2228ba=a58_0x466b,_0x826abb=_0x1cffee();while(!![]){try{const _0x1053c9=-parseInt(_0x2228ba(0x19e))/0x1+parseInt(_0x2228ba(0x1b2))/0x2*(parseInt(_0x2228ba(0x1a2))/0x3)+-parseInt(_0x2228ba(0x1b6))/0x4+-parseInt(_0x2228ba(0x1b3))/0x5*(-parseInt(_0x2228ba(0x1a3))/0x6)+parseInt(_0x2228ba(0x1b8))/0x7*(parseInt(_0x2228ba(0x1ae))/0x8)+-parseInt(_0x2228ba(0x1a9))/0x9*(parseInt(_0x2228ba(0x19d))/0xa)+-parseInt(_0x2228ba(0x1ab))/0xb;if(_0x1053c9===_0x2da02b)break;else _0x826abb['push'](_0x826abb['shift']());}catch(_0x3a749b){_0x826abb['push'](_0x826abb['shift']());}}}(a58_0x524b,0x430d0));function a58_0x524b(){const _0x295e6b=['zJWvj','INFO','ERROR','toISOString','20mUhqbG','52348MAdeUm','wZGOr','object','TpaPo','1239YmDqOl','3206418yjlWiO','warn','qRPja','logToTestOps','log','toLowerCase','825948wXrUJM','trace','206767WWPTGw','logged','message','8bMGEwC','DEBUG','debug','TEST_LOG','818TCRsMJ','5diQaGL','emit','TRACE','1572416Fqsgsg','WARN','1533791VLahCT'];a58_0x524b=function(){return _0x295e6b;};return a58_0x524b();}const Transport=require('winston-transport'),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x82541a={};a58_0x82541a[a58_0x42ecc8(0x19a)]='INFO',a58_0x82541a[a58_0x42ecc8(0x19b)]=a58_0x42ecc8(0x19b),a58_0x82541a[a58_0x42ecc8(0x1af)]=a58_0x42ecc8(0x1af),a58_0x82541a[a58_0x42ecc8(0x1b5)]=a58_0x42ecc8(0x1b5),a58_0x82541a[a58_0x42ecc8(0x1b7)]=a58_0x42ecc8(0x1b7);const LOG_LEVELS=a58_0x82541a;class logReportingAPI extends Transport{constructor(_0x469a8a){super(_0x469a8a);}[a58_0x42ecc8(0x1a7)](_0x1b97cb,_0x31057f){const _0xfff279=a58_0x42ecc8,_0x22d5a9={'wZGOr':_0xfff279(0x1ac),'zJWvj':function(_0x26273a,_0x46f94b){return _0x26273a(_0x46f94b);},'CjJtF':function(_0x1e7f45,_0x3a0205){return _0x1e7f45===_0x3a0205;},'mtQsE':_0xfff279(0x1a0),'TpaPo':function(_0x333bc6){return _0x333bc6();}};_0x22d5a9[_0xfff279(0x199)](setImmediate,()=>{const _0x2607c8=_0xfff279;this['emit'](_0x22d5a9[_0x2607c8(0x19f)],_0x1b97cb);}),_0x22d5a9['CjJtF'](typeof _0x1b97cb,_0x22d5a9['mtQsE'])?this[_0xfff279(0x1a6)](_0x1b97cb['level']||LOG_LEVELS[_0xfff279(0x19a)],_0x1b97cb[_0xfff279(0x1ad)],![]):this[_0xfff279(0x1a6)](LOG_LEVELS['INFO'],_0x1b97cb),_0x31057f&&_0x22d5a9[_0xfff279(0x1a1)](_0x31057f);}[a58_0x42ecc8(0x1a6)]=(_0x3cc041=LOG_LEVELS[a58_0x42ecc8(0x19a)],_0x5e0216='',_0x175475=!![])=>{const _0x3b26ca=a58_0x42ecc8,_0x2b22df={};_0x2b22df[_0x3b26ca(0x1a5)]=_0x3b26ca(0x1b1);const _0x41dacb=_0x2b22df;_0x175475&&consoleHolder[_0x3cc041[_0x3b26ca(0x1a8)]()](_0x5e0216),process[_0x3b26ca(0x1b4)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x3b26ca(0x19c)](),'level':_0x3cc041['toUpperCase'](),'message':_0x5e0216,'kind':_0x41dacb['qRPja'],'http_response':{}});};[a58_0x42ecc8(0x1aa)]=(_0x59c574,_0x5ac357)=>{const _0x1dbf4d=a58_0x42ecc8;this['logToTestOps'](LOG_LEVELS[_0x1dbf4d(0x1b5)],_0x59c574);};[a58_0x42ecc8(0x1b0)]=(_0x17e6b5,_0x178a8f)=>{const _0x344b5e=a58_0x42ecc8;this[_0x344b5e(0x1a6)](LOG_LEVELS[_0x344b5e(0x1af)],_0x17e6b5);};['info']=(_0x3c746b,_0x1b88a3)=>{const _0x53d5f5=a58_0x42ecc8;this['logToTestOps'](LOG_LEVELS[_0x53d5f5(0x19a)],_0x3c746b);};[a58_0x42ecc8(0x1a4)]=(_0x194eee,_0x1b37c1)=>{const _0xd34e40=a58_0x42ecc8;this[_0xd34e40(0x1a6)](LOG_LEVELS['WARN'],_0x194eee);};['error']=(_0x5c3b67,_0x41baed)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x5c3b67);};};function a58_0x466b(_0x1def6e,_0xbeec88){const _0x524b6a=a58_0x524b();return a58_0x466b=function(_0x466b33,_0x23d7b1){_0x466b33=_0x466b33-0x199;let _0x42444b=_0x524b6a[_0x466b33];return _0x42444b;},a58_0x466b(_0x1def6e,_0xbeec88);}module['exports']=logReportingAPI;
1
+ const a58_0x4f674f=a58_0x3b04;function a58_0x16c7(){const _0x4a9519=['info','debug','ERROR','WARN','2252684WuDdLh','asuba','toUpperCase','INFO','../../helpers/test-observability/constants','message','55716RXqQPU','DEBUG','3222lAMdSd','toLowerCase','57590EozTaF','exports','573438DqBttR','emit','error','1034xOOqdQ','hDeYq','6uDaUGS','pid','toISOString','level','3739200GxTkZH','bs:addLog:','19352AfprHE','TRACE','TEST_LOG','1134885SHaWBA','trace','KxzAs','4qCbRrl','logToTestOps'];a58_0x16c7=function(){return _0x4a9519;};return a58_0x16c7();}function a58_0x3b04(_0x864ab,_0x471ebb){const _0x16c702=a58_0x16c7();return a58_0x3b04=function(_0x3b0412,_0x553d48){_0x3b0412=_0x3b0412-0x91;let _0x50fb7b=_0x16c702[_0x3b0412];return _0x50fb7b;},a58_0x3b04(_0x864ab,_0x471ebb);}(function(_0xeb657,_0x4cecd5){const _0x599f9d=a58_0x3b04,_0x51e715=_0xeb657();while(!![]){try{const _0x318d33=-parseInt(_0x599f9d(0xb3))/0x1+parseInt(_0x599f9d(0xad))/0x2+parseInt(_0x599f9d(0x9e))/0x3*(-parseInt(_0x599f9d(0xa1))/0x4)+parseInt(_0x599f9d(0x99))/0x5+parseInt(_0x599f9d(0x95))/0x6*(parseInt(_0x599f9d(0xa7))/0x7)+-parseInt(_0x599f9d(0x9b))/0x8*(-parseInt(_0x599f9d(0xaf))/0x9)+parseInt(_0x599f9d(0xb1))/0xa*(-parseInt(_0x599f9d(0x93))/0xb);if(_0x318d33===_0x4cecd5)break;else _0x51e715['push'](_0x51e715['shift']());}catch(_0x41381f){_0x51e715['push'](_0x51e715['shift']());}}}(a58_0x16c7,0x72da1));const Transport=require('winston-transport'),{consoleHolder}=require(a58_0x4f674f(0xab)),a58_0x5e0695={};a58_0x5e0695[a58_0x4f674f(0xaa)]=a58_0x4f674f(0xaa),a58_0x5e0695[a58_0x4f674f(0xa5)]=a58_0x4f674f(0xa5),a58_0x5e0695[a58_0x4f674f(0xae)]=a58_0x4f674f(0xae),a58_0x5e0695[a58_0x4f674f(0x9c)]=a58_0x4f674f(0x9c),a58_0x5e0695[a58_0x4f674f(0xa6)]='WARN';const LOG_LEVELS=a58_0x5e0695;class logReportingAPI extends Transport{constructor(_0xa85c7c){super(_0xa85c7c);}['log'](_0x12a4b7,_0x450a34){const _0x83398f=a58_0x4f674f,_0x161e84={'LFEbW':'logged','KxzAs':function(_0x563311,_0x24ac19){return _0x563311(_0x24ac19);},'asuba':function(_0xcb4f60,_0x1bbab8){return _0xcb4f60===_0x1bbab8;},'UFPBt':'object','hDeYq':function(_0x176407){return _0x176407();}};_0x161e84[_0x83398f(0xa0)](setImmediate,()=>{this['emit'](_0x161e84['LFEbW'],_0x12a4b7);}),_0x161e84[_0x83398f(0xa8)](typeof _0x12a4b7,_0x161e84['UFPBt'])?this[_0x83398f(0xa2)](_0x12a4b7[_0x83398f(0x98)]||LOG_LEVELS[_0x83398f(0xaa)],_0x12a4b7[_0x83398f(0xac)],![]):this[_0x83398f(0xa2)](LOG_LEVELS['INFO'],_0x12a4b7),_0x450a34&&_0x161e84[_0x83398f(0x94)](_0x450a34);}['logToTestOps']=(_0x657ebc=LOG_LEVELS[a58_0x4f674f(0xaa)],_0x45be65='',_0x2ed853=!![])=>{const _0xd02baf=a58_0x4f674f,_0x501fea={};_0x501fea['DOQLw']=_0xd02baf(0x9d);const _0x31e54a=_0x501fea;_0x2ed853&&consoleHolder[_0x657ebc[_0xd02baf(0xb0)]()](_0x45be65),process[_0xd02baf(0x91)](_0xd02baf(0x9a)+process[_0xd02baf(0x96)],{'timestamp':new Date()[_0xd02baf(0x97)](),'level':_0x657ebc[_0xd02baf(0xa9)](),'message':_0x45be65,'kind':_0x31e54a['DOQLw'],'http_response':{}});};[a58_0x4f674f(0x9f)]=(_0x4bc700,_0x316b63)=>{const _0x579a00=a58_0x4f674f;this[_0x579a00(0xa2)](LOG_LEVELS[_0x579a00(0x9c)],_0x4bc700);};[a58_0x4f674f(0xa4)]=(_0x3fd1a4,_0x2b1606)=>{const _0x392712=a58_0x4f674f;this[_0x392712(0xa2)](LOG_LEVELS[_0x392712(0xae)],_0x3fd1a4);};[a58_0x4f674f(0xa3)]=(_0x6553ec,_0x4ebf56)=>{const _0x19703b=a58_0x4f674f;this[_0x19703b(0xa2)](LOG_LEVELS[_0x19703b(0xaa)],_0x6553ec);};['warn']=(_0x13b1d6,_0x3dc041)=>{const _0x509d40=a58_0x4f674f;this[_0x509d40(0xa2)](LOG_LEVELS['WARN'],_0x13b1d6);};[a58_0x4f674f(0x92)]=(_0x56fc99,_0x51ce57)=>{const _0x4717bc=a58_0x4f674f;this[_0x4717bc(0xa2)](LOG_LEVELS['ERROR'],_0x56fc99);};};module[a58_0x4f674f(0xb2)]=logReportingAPI;