browserstack-node-sdk 1.46.6 → 1.46.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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_0x362f6e=a49_0x4b3d;(function(_0x1b69be,_0x5a87ab){const _0x1f2014=a49_0x4b3d,_0x54860e=_0x1b69be();while(!![]){try{const _0x23d958=-parseInt(_0x1f2014(0xa9))/0x1+parseInt(_0x1f2014(0x6e))/0x2*(-parseInt(_0x1f2014(0x67))/0x3)+-parseInt(_0x1f2014(0x87))/0x4*(-parseInt(_0x1f2014(0x8b))/0x5)+parseInt(_0x1f2014(0x7d))/0x6*(-parseInt(_0x1f2014(0x6d))/0x7)+parseInt(_0x1f2014(0x92))/0x8*(parseInt(_0x1f2014(0x81))/0x9)+-parseInt(_0x1f2014(0x6b))/0xa*(parseInt(_0x1f2014(0xa1))/0xb)+parseInt(_0x1f2014(0xa7))/0xc;if(_0x23d958===_0x5a87ab)break;else _0x54860e['push'](_0x54860e['shift']());}catch(_0x112f48){_0x54860e['push'](_0x54860e['shift']());}}}(a49_0x206d,0x82d36));const fs=require('fs'),helper=require(a49_0x362f6e(0x97)),utilities=require(a49_0x362f6e(0x69)),yaml=require(a49_0x362f6e(0x72)),yargs=require(a49_0x362f6e(0xb5)),logger=require(a49_0x362f6e(0x83))[a49_0x362f6e(0x73)],configFileTemplate=__dirname+a49_0x362f6e(0xb0),configFileTemplatePW=__dirname+a49_0x362f6e(0x8f),configFile=process[a49_0x362f6e(0x9a)]()+a49_0x362f6e(0x91),packageFile=process[a49_0x362f6e(0x9a)]()+a49_0x362f6e(0xa6),frameworks=['mocha',a49_0x362f6e(0x8a),a49_0x362f6e(0x90),a49_0x362f6e(0x8e),a49_0x362f6e(0x76),a49_0x362f6e(0x7b),a49_0x362f6e(0x74)];let config;logger[a49_0x362f6e(0x71)](a49_0x362f6e(0x99)),createConfigurationFile(yargs['argv'][a49_0x362f6e(0x66)],yargs[a49_0x362f6e(0x8d)]['key'],yargs[a49_0x362f6e(0x8d)][a49_0x362f6e(0x74)]);try{sdkSetup();}catch(a49_0x4f57ca){logger['debug'](a49_0x362f6e(0x82)+a49_0x4f57ca);}addScriptInPackageJson();function createConfigurationFile(_0x13271f,_0x53c5fc,_0xd7425d=![]){const _0x46aa9e=a49_0x362f6e,_0x31246c={};_0x31246c['HrzcJ']=_0x46aa9e(0x9d),_0x31246c[_0x46aa9e(0xa0)]=_0x46aa9e(0xb3),_0x31246c[_0x46aa9e(0xa4)]=_0x46aa9e(0x85);const _0x3263e2=_0x31246c;try{let _0x2ec063=fs['readFileSync'](_0xd7425d?configFileTemplatePW:configFileTemplate,_0x3263e2[_0x46aa9e(0x9c)]);_0x13271f&&(_0x2ec063=_0x2ec063[_0x46aa9e(0xa3)](_0x3263e2[_0x46aa9e(0xa0)],_0x13271f)),_0x53c5fc&&(_0x2ec063=_0x2ec063[_0x46aa9e(0xa3)](_0x3263e2[_0x46aa9e(0xa4)],_0x53c5fc)),config=yaml[_0x46aa9e(0x88)](_0x2ec063),fs[_0x46aa9e(0xab)](configFile,_0x2ec063,_0xa487be=>{const _0x1b1974=_0x46aa9e;_0xa487be&&logger[_0x1b1974(0x95)](_0xa487be);});}catch(_0x2492b9){logger[_0x46aa9e(0x95)](_0x2492b9);}}function addPostInstallScript(_0x51f030,_0x1d032e){const _0x4d8aaa=a49_0x362f6e,_0x244705={};_0x244705['zHeoT']=_0x4d8aaa(0xb4),_0x244705[_0x4d8aaa(0xac)]='npm\x20update\x20browserstack-node-sdk',_0x244705[_0x4d8aaa(0xaf)]=_0x4d8aaa(0x9e);const _0x3cfada=_0x244705;let _0xc5b58b=_0x51f030[_0x3cfada[_0x4d8aaa(0x86)]];if(_0xc5b58b&&_0xc5b58b[_0x4d8aaa(0x98)](_0x3cfada[_0x4d8aaa(0xac)]))return;!_0xc5b58b?_0xc5b58b=_0x3cfada[_0x4d8aaa(0xac)]:_0xc5b58b+=_0x3cfada[_0x4d8aaa(0xaf)],_0x1d032e[_0x4d8aaa(0x6c)]([_0x3cfada[_0x4d8aaa(0x86)],_0xc5b58b]);}function addScriptInPackageJson(){const _0x57e487=a49_0x362f6e,_0x58f76d={'eejYl':_0x57e487(0x9d),'tLgzz':function(_0x3f3a38,_0x81a1a8){return _0x3f3a38<_0x81a1a8;},'NYffp':function(_0x41b95a,_0x299343,_0x3635af){return _0x41b95a(_0x299343,_0x3635af);},'AIRDN':function(_0x220ed4,_0xb3516,_0x52257f){return _0x220ed4(_0xb3516,_0x52257f);},'JrLDX':function(_0x4405ab,_0x5c0208){return _0x4405ab<_0x5c0208;},'qEgIU':function(_0x475f9b,_0x264f6b){return _0x475f9b!==_0x264f6b;},'TjGBN':_0x57e487(0xb2)},_0x395ad7=JSON[_0x57e487(0x89)](fs['readFileSync'](packageFile,_0x58f76d[_0x57e487(0x80)])),_0xd5c04c=[];for(let _0x110224=0x0;_0x58f76d['tLgzz'](_0x110224,frameworks['length']);_0x110224+=0x1){const _0x2cc20d=_0x58f76d[_0x57e487(0x77)](findScriptsWithFramework,_0x395ad7['scripts'],frameworks[_0x110224]);for(let _0x49e3a3=0x0;_0x58f76d[_0x57e487(0x93)](_0x49e3a3,_0x2cc20d['length']);_0x49e3a3+=0x1){_0xd5c04c['push'](_0x58f76d[_0x57e487(0x77)](getUpdatedCommand,_0x395ad7[_0x57e487(0x84)],_0x2cc20d[_0x49e3a3]));}_0x58f76d[_0x57e487(0x7f)](addPostInstallScript,_0x395ad7[_0x57e487(0x84)],_0xd5c04c);}const _0x1c25cf={..._0x395ad7[_0x57e487(0x84)]},_0x1c7bb8=_0x1c25cf;for(let _0x1b01c2=0x0;_0x58f76d[_0x57e487(0x7e)](_0x1b01c2,_0xd5c04c[_0x57e487(0x7c)]);_0x1b01c2+=0x1){_0x1c7bb8[_0xd5c04c[_0x1b01c2][0x0]]=_0xd5c04c[_0x1b01c2][0x1];}_0x58f76d['qEgIU'](JSON[_0x57e487(0xa2)](_0x395ad7['scripts']),JSON[_0x57e487(0xa2)](_0x1c7bb8))&&(logger[_0x57e487(0x71)](_0x58f76d[_0x57e487(0x6a)]),_0x395ad7[_0x57e487(0x84)]=_0x1c7bb8,fs[_0x57e487(0xab)](packageFile,JSON[_0x57e487(0xa2)](_0x395ad7,null,0x2),_0x498f42=>{const _0x383808=_0x57e487;_0x498f42&&logger[_0x383808(0x95)](_0x498f42);}));};function a49_0x4b3d(_0x3728e4,_0x15783f){const _0x206de7=a49_0x206d();return a49_0x4b3d=function(_0x4b3d8a,_0xfb67bc){_0x4b3d8a=_0x4b3d8a-0x66;let _0x287e34=_0x206de7[_0x4b3d8a];return _0x287e34;},a49_0x4b3d(_0x3728e4,_0x15783f);}function findScriptsWithFramework(_0x4a605d,_0x31bc95){const _0x2efff4=a49_0x362f6e,_0x33eed9={};_0x33eed9[_0x2efff4(0x75)]=function(_0x571ae8,_0x12f5ae){return _0x571ae8<_0x12f5ae;},_0x33eed9['XhCKu']=_0x2efff4(0x8c);const _0xd15dc9=_0x33eed9,_0x4ba1cb=[],_0xda78ca=Object[_0x2efff4(0xa8)](_0x4a605d);for(let _0x32afa0=0x0;_0xd15dc9[_0x2efff4(0x75)](_0x32afa0,_0xda78ca[_0x2efff4(0x7c)]);_0x32afa0+=0x1){_0xda78ca[_0x32afa0][0x1][_0x2efff4(0x98)](_0x31bc95)&&!_0xda78ca[_0x32afa0][0x1][_0x2efff4(0x98)](_0xd15dc9[_0x2efff4(0xad)])&&_0x4ba1cb[_0x2efff4(0x6c)](_0xda78ca[_0x32afa0][0x0]);}return _0x4ba1cb;}function getUpdatedCommand(_0x8551fc,_0x5d5e01){const _0x2e67b9=a49_0x362f6e,_0x55a761={};_0x55a761['iQnJE']=function(_0x59a450,_0x4009c0){return _0x59a450!==_0x4009c0;},_0x55a761[_0x2e67b9(0xaa)]=_0x2e67b9(0x8c),_0x55a761[_0x2e67b9(0x68)]=function(_0x305d92,_0x2eba37){return _0x305d92===_0x2eba37;};const _0x1dfbeb=_0x55a761,_0x19ae93=_0x5d5e01+'-browserstack',_0x28e57d=_0x8551fc[_0x5d5e01],_0x5edbb2=_0x28e57d[_0x2e67b9(0x78)]('\x20');for(const _0x516f14 of frameworks){if(_0x1dfbeb[_0x2e67b9(0x9b)](_0x5edbb2[_0x2e67b9(0x70)](_0x516f14),-0x1)){_0x5edbb2[_0x2e67b9(0x9f)](_0x5edbb2[_0x2e67b9(0x70)](_0x516f14),0x0,_0x1dfbeb[_0x2e67b9(0xaa)]);break;}}let _0x8a3b77=_0x5edbb2['join']('\x20');return _0x1dfbeb[_0x2e67b9(0x68)](_0x8a3b77,_0x28e57d)&&(_0x8a3b77=_0x2e67b9(0x6f)+_0x28e57d),[_0x19ae93,_0x8a3b77];}function a49_0x206d(){const _0x282ddc=['/browserstack.yml','3664orlMqZ','tLgzz','node-setup','error','Setup\x20completed','../helpers/helper','includes','Creating\x20configuration\x20file...','cwd','iQnJE','HrzcJ','utf8','\x20&&\x20npm\x20update\x20browserstack-node-sdk','splice','iwekr','1007479kzSXlz','stringify','replace','DsfwJ','FyaFi','/package.json','23997576XjoTHq','entries','420386NzlEFe','pRriZ','writeFileSync','KeQKx','XhCKu','UHyeX','uGJpU','/../../browserstack.yml.sample','fireFunnelTestEvent','Adding\x20new\x20script(s)\x20in\x20package.json...','YOUR_USERNAME','postinstall','yargs','username','581379XOIuir','DfiTp','../helpers/utilities','TjGBN','50lotRCo','push','14763Hswxkg','6ujGLPj','browserstack-node-sdk\x20','indexOf','info','js-yaml','winstonLogger','playwright','bbLRy','nightwatch','NYffp','split','debug','SDKSetup','codeceptjs','length','1704YZQuiM','JrLDX','AIRDN','eejYl','6039TmgrNt','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','../helpers/logger','scripts','YOUR_ACCESS_KEY','zHeoT','688rRKnUF','load','parse','jest','8355JcwyIf','browserstack-node-sdk','argv','node','/../../browserstack.pw.yml.sample','cucumber-js'];a49_0x206d=function(){return _0x282ddc;};return a49_0x206d();}function sdkSetup(){const _0x1b5c91=a49_0x362f6e,_0x497d74={};_0x497d74[_0x1b5c91(0xa5)]=_0x1b5c91(0x94),_0x497d74[_0x1b5c91(0xae)]=_0x1b5c91(0x7a);const _0x16f0c8=_0x497d74;if(helper['isUndefined'](config))return;config['source']=_0x16f0c8['FyaFi'];try{utilities[_0x1b5c91(0xb1)](_0x16f0c8[_0x1b5c91(0xae)],{},config,'');}catch(_0x1d09d2){logger[_0x1b5c91(0x79)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x1d09d2);}}logger[a49_0x362f6e(0x71)](a49_0x362f6e(0x96));
@@ -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
+ const a50_0x1c7e17=a50_0x148b;(function(_0x4ef882,_0x589537){const _0x3f111c=a50_0x148b,_0x125266=_0x4ef882();while(!![]){try{const _0x374772=-parseInt(_0x3f111c(0xff))/0x1*(parseInt(_0x3f111c(0xfe))/0x2)+-parseInt(_0x3f111c(0x10e))/0x3*(-parseInt(_0x3f111c(0x115))/0x4)+parseInt(_0x3f111c(0xe7))/0x5*(-parseInt(_0x3f111c(0x12e))/0x6)+parseInt(_0x3f111c(0x143))/0x7*(parseInt(_0x3f111c(0xf0))/0x8)+-parseInt(_0x3f111c(0x112))/0x9*(parseInt(_0x3f111c(0xe1))/0xa)+-parseInt(_0x3f111c(0x11c))/0xb+parseInt(_0x3f111c(0x116))/0xc*(parseInt(_0x3f111c(0x130))/0xd);if(_0x374772===_0x589537)break;else _0x125266['push'](_0x125266['shift']());}catch(_0x3b2baa){_0x125266['push'](_0x125266['shift']());}}}(a50_0x1a60,0xcd178));function a50_0x1a60(){const _0x27de88=['AFUcH','1968YCtVmD','epqma','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','./testWorker.js','resolve','emit','platformCaps','map','getWorkers','xjfsU','pipe','ghIOu','end','xwZOe','2570vEWfCd','996tWNQfi','NSmGn','stdout','keHkq','platforms','cggzl','pvggP','stop','Workers\x20failed\x20to\x20exit\x20gracefully','lLkzw','vanillaWorker','p-limit','SDK_SETUP','../../helpers/performance/performance-tester','failureCount','357831UrMDXU','tcMDM','LoDRT','length','124614uvgPbp','format','Running\x20','40quQVWI','951732mgUYJy','exit','lFUze','jGMOt','parallelTestRun','platform-run-start','11053482ctSkSi','log','PzVxd','worker_threads','getStderr','parallelCucumberRun','KJHla','uMQIj','platform-run-success','then','rbOyN','send','\x20for','jest-worker','getStdout','../../helpers/performance/constants','error','info','31116XGivOW','stderr','260plyXkD','all','Exception\x20in\x20sending\x20worker\x20message\x20','exitCode','OdKes','configuration','platform-run-failure','cGCEF','platform','rTGuV','cucumberWorker','file','worker','JENgR','postMessage','EVENTS','test-file-failure','util','test-file-success','42336hVRogu','CkGxs','debug','660HpdvFX','UifTo','../../helpers/test-observability/utils','UNSTABLE_onCustomMessage','config','results','220WFOWYU','tIfVu','winstonLogger','bsNsN','json','_workerPool','zXfdw','emittery'];a50_0x1a60=function(){return _0x27de88;};return a50_0x1a60();}function a50_0x148b(_0xe6d78c,_0x2e73b){const _0x1a60fd=a50_0x1a60();return a50_0x148b=function(_0x148bae,_0x1f3ef3){_0x148bae=_0x148bae-0xe1;let _0x4e9b4a=_0x1a60fd[_0x148bae];return _0x4e9b4a;},a50_0x148b(_0xe6d78c,_0x2e73b);}const Worker=require(a50_0x1c7e17(0x129))['Worker'],Emittery=require(a50_0x1c7e17(0xee)),pLimit=require(a50_0x1c7e17(0x10a)),{parentPort}=require(a50_0x1c7e17(0x11f)),util=require(a50_0x1c7e17(0x141)),logger=require('../../helpers/logger')[a50_0x1c7e17(0xe9)],PerformanceTester=require(a50_0x1c7e17(0x10c)),PerformanceEvents=require(a50_0x1c7e17(0x12b))[a50_0x1c7e17(0x13f)],{debug}=require(a50_0x1c7e17(0xe3)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports[a50_0x1c7e17(0x11a)]=(_0x462e68,_0x2281bc,_0x2060a4)=>new Promise(async _0x4088b=>{const _0xf23253=a50_0x1c7e17,_0x17cfd8={'xjfsU':_0xf23253(0x10d),'PzVxd':function(_0x21d893,_0x7a37fc){return _0x21d893+_0x7a37fc;},'keHkq':_0xf23253(0xe6),'uMQIj':'Workers\x20failed\x20to\x20exit\x20gracefully','LoDRT':function(_0x3ccb4b,_0x59652e){return _0x3ccb4b(_0x59652e);},'VjDSY':'test-file-start','kXFdD':_0xf23253(0xf3),'pvggP':_0xf23253(0x13c),'jscWr':_0xf23253(0xeb),'zednU':_0xf23253(0xfa),'tIfVu':function(_0x2afdcf,_0x430bd9){return _0x2afdcf*_0x430bd9;},'rTGuV':_0xf23253(0x142),'slOTe':_0xf23253(0x140)},_0x5b5080=_0x2060a4[_0xf23253(0xe5)],_0x13584c={},_0x2d1a42=new Worker(require[_0xf23253(0xf4)](_0x17cfd8['kXFdD']),{'exposedMethods':[_0x17cfd8[_0xf23253(0x105)]],'forkOptions':{'serialization':_0x17cfd8['jscWr'],'stdio':_0x17cfd8['zednU']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x17cfd8[_0xf23253(0xe8)](_0x2281bc,0x1),'enableWorkerThreads':!![]}),_0xb0b33b=new Emittery();_0xb0b33b['on'](_0x17cfd8[_0xf23253(0x139)],_0x53c86a=>{const _0x306acc=_0xf23253;_0x13584c[_0x53c86a[0x0]]?(_0x13584c[_0x53c86a[0x0]][_0x17cfd8[_0x306acc(0xf9)]]=_0x17cfd8[_0x306acc(0x11e)](_0x13584c[_0x53c86a[0x0]][_0x17cfd8[_0x306acc(0xf9)]],_0x53c86a[0x1][_0x17cfd8[_0x306acc(0xf9)]]),_0x13584c[_0x53c86a[0x0]][_0x17cfd8[_0x306acc(0x102)]]=[..._0x13584c[_0x53c86a[0x0]][_0x17cfd8[_0x306acc(0x102)]],..._0x53c86a[0x1][_0x17cfd8[_0x306acc(0x102)]]]):_0x13584c[_0x53c86a[0x0]]={'failureCount':_0x53c86a[0x1][_0x17cfd8[_0x306acc(0xf9)]],'results':[..._0x53c86a[0x1][_0x17cfd8[_0x306acc(0x102)]]]};}),_0xb0b33b['on'](_0x17cfd8['slOTe'],_0x4db125=>console[_0xf23253(0x11d)](_0x4db125[0x1]));_0x2d1a42[_0xf23253(0x12a)]()&&_0x2d1a42[_0xf23253(0x12a)]()[_0xf23253(0xfa)](process['stdout']);_0x2d1a42[_0xf23253(0x120)]()&&_0x2d1a42[_0xf23253(0x120)]()[_0xf23253(0xfa)](process[_0xf23253(0x12f)]);const _0x20cbd3=async()=>{const _0x5964f6=_0xf23253,{forceExited:_0x1b9002}=await _0x2d1a42[_0x5964f6(0xfc)]();_0x1b9002&&console['error'](_0x17cfd8[_0x5964f6(0x123)]);try{await TestHubHandler[_0x5964f6(0x106)]();}catch(_0x193c27){_0x17cfd8[_0x5964f6(0x110)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x193c27);}_0x17cfd8[_0x5964f6(0x110)](_0x4088b,_0x13584c);},_0x5163b4=_0x17cfd8[_0xf23253(0x110)](pLimit,_0x17cfd8['tIfVu'](_0x2281bc,0x1)),_0xca4af0=_0x6af69d=>_0x5163b4(async()=>{const _0x247094=_0xf23253;await _0xb0b33b['emit'](_0x17cfd8['VjDSY'],_0x6af69d);const _0x333bd0=_0x2d1a42['worker'](_0x6af69d,_0x5b5080);try{parentPort&&_0x333bd0[_0x247094(0xe4)](_0x3db3a4=>{const _0x376f9c=_0x247094;try{parentPort[_0x376f9c(0x13e)](_0x3db3a4);}catch(_0xb987db){logger[_0x376f9c(0x145)](_0x376f9c(0x132)+util[_0x376f9c(0x113)](_0xb987db));}});}catch(_0x1cda08){logger[_0x247094(0x145)](_0x247094(0xf2)+util[_0x247094(0x113)](_0x1cda08));}return _0x333bd0;});PerformanceTester[_0xf23253(0xfc)](PerformanceEvents[_0xf23253(0x10b)]),Promise[_0xf23253(0x131)](_0x462e68[_0xf23253(0xf7)](_0x1b301c=>_0xca4af0(_0x1b301c)[_0xf23253(0x125)](_0x1642c1=>_0xb0b33b[_0xf23253(0xf5)](_0xf23253(0x142),[_0x1b301c[_0xf23253(0x135)][_0xf23253(0x138)],_0x1642c1]),_0x2cdc3e=>_0xb0b33b['emit'](_0xf23253(0x140),[_0x1b301c,_0x2cdc3e]))))[_0xf23253(0x125)](_0x20cbd3,_0x20cbd3);}),exports[a50_0x1c7e17(0x121)]=(_0x1770f5,_0x459bc6,_0x43f324,_0x458deb,_0x4588ac)=>{const _0x495703=a50_0x1c7e17,_0x593b83={'gyIhu':_0x495703(0x11b),'OdKes':_0x495703(0x107),'iWNyR':function(_0x5b3466,_0x223d5d){return _0x5b3466(_0x223d5d);},'AFUcH':_0x495703(0xf3),'NSmGn':_0x495703(0x13a),'lFUze':'json','KJHla':_0x495703(0xfa),'KmwtK':_0x495703(0x124),'JPJwc':_0x495703(0x136),'ghIOu':function(_0x141055,_0x3f2631){return _0x141055(_0x3f2631);}};return new Promise(_0x13cb22=>{const _0x5bd0bb=_0x495703,_0x5c0748={'MIzWF':_0x593b83[_0x5bd0bb(0x134)],'cggzl':function(_0x49b370,_0x4832d8){return _0x593b83['iWNyR'](_0x49b370,_0x4832d8);}},_0x51b9df=[],_0x48ec13=new Worker(require[_0x5bd0bb(0xf4)](_0x593b83[_0x5bd0bb(0xef)]),{'exposedMethods':[_0x593b83[_0x5bd0bb(0x100)]],'forkOptions':{'serialization':_0x593b83[_0x5bd0bb(0x118)],'stdio':_0x593b83[_0x5bd0bb(0x122)]},'numWorkers':_0x1770f5[_0x5bd0bb(0x111)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c825c=new Emittery();_0x1c825c['on'](_0x593b83['KmwtK'],_0x10dcfc=>{_0x51b9df['push']([_0x10dcfc[0x0],_0x10dcfc[0x1]]);}),_0x1c825c['on'](_0x593b83['JPJwc'],_0x1d2b2b=>console[_0x5bd0bb(0x11d)](_0x1d2b2b[0x1]));_0x48ec13['getStdout']()&&_0x48ec13[_0x5bd0bb(0x12a)]()['pipe'](process['stdout']);_0x48ec13[_0x5bd0bb(0x120)]()&&_0x48ec13[_0x5bd0bb(0x120)]()['pipe'](process[_0x5bd0bb(0x12f)]);const _0x3f45fb=async()=>{const _0x5f296e=_0x5bd0bb,{forceExited:_0x3322ea}=await _0x48ec13[_0x5f296e(0xfc)]();_0x3322ea&&console[_0x5f296e(0x12c)](_0x5c0748['MIzWF']),_0x5c0748[_0x5f296e(0x104)](_0x13cb22,_0x51b9df);},_0x7801a1=_0x593b83[_0x5bd0bb(0xfb)](pLimit,_0x1770f5[_0x5bd0bb(0x111)]||0x1),_0xb2bbc1=(_0xc56d1,_0x2c30db)=>_0x7801a1(async()=>{const _0x260380=_0x5bd0bb;return await _0x1c825c[_0x260380(0xf5)](_0x593b83['gyIhu'],_0xc56d1),_0x459bc6[_0x260380(0xf6)]=_0x43f324[_0x260380(0x103)][_0x2c30db],_0x48ec13[_0x260380(0x13a)](_0xc56d1,_0x459bc6,_0x43f324,_0x458deb,_0x4588ac);});Promise[_0x5bd0bb(0x131)](_0x1770f5[_0x5bd0bb(0xf7)]((_0x8b585d,_0x5da6ee)=>_0xb2bbc1(_0x8b585d,_0x5da6ee)[_0x5bd0bb(0x125)](_0x159cb4=>_0x1c825c['emit'](_0x5bd0bb(0x124),[_0x8b585d,_0x159cb4]),_0xf6eeab=>_0x1c825c[_0x5bd0bb(0xf5)](_0x5bd0bb(0x136),[_0x8b585d,_0xf6eeab]))))[_0x5bd0bb(0x125)](_0x3f45fb,_0x3f45fb);});},exports['parallelVanillaRun']=(_0x486463,_0x32c809)=>new Promise(_0x49a7ac=>{const _0x5cc5b0=a50_0x1c7e17,_0x4c5228={'CkGxs':_0x5cc5b0(0x117),'UifTo':function(_0x4cf8d2,_0x5b41c3){return _0x4cf8d2===_0x5b41c3;},'xwZOe':function(_0x57b65c,_0x42d1ca){return _0x57b65c!==_0x42d1ca;},'epqma':_0x5cc5b0(0x107),'JENgR':function(_0x4f25c2,_0x463c5c){return _0x4f25c2(_0x463c5c);},'eydCz':_0x5cc5b0(0xf3),'rbOyN':_0x5cc5b0(0x109),'jGMOt':_0x5cc5b0(0xeb),'tcMDM':'pipe','zXfdw':_0x5cc5b0(0x142),'cGCEF':_0x5cc5b0(0x140)},_0x5baf7e={},_0xb22187=new Worker(require['resolve'](_0x4c5228['eydCz']),{'exposedMethods':[_0x4c5228[_0x5cc5b0(0x126)]],'forkOptions':{'serialization':_0x4c5228[_0x5cc5b0(0x119)],'stdio':_0x4c5228[_0x5cc5b0(0x10f)]},'numWorkers':_0x32c809,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3dda80=new Emittery();_0x3dda80['on'](_0x4c5228[_0x5cc5b0(0xed)],_0x1dd043=>{const _0x13e152=_0x5cc5b0;_0x1dd043[0x0]&&logger[_0x13e152(0x12d)](_0x13e152(0x114)+_0x1dd043[0x1]+_0x13e152(0x128),_0x1dd043[0x0]);}),_0x3dda80['on'](_0x4c5228[_0x5cc5b0(0x137)],_0x1e2411=>{const _0x3e8274=_0x5cc5b0;process[_0x3e8274(0x133)]=0x1;});_0xb22187['getStdout']()&&_0xb22187[_0x5cc5b0(0x12a)]()[_0x5cc5b0(0xfa)](process[_0x5cc5b0(0x101)]);_0xb22187['getStderr']()&&_0xb22187['getStderr']()[_0x5cc5b0(0xfa)](process[_0x5cc5b0(0x12f)]);const _0x429a3a=async()=>{const _0x5ed675=_0x5cc5b0,_0x3ab5a6={'bsNsN':function(_0xc3f0eb,_0x5f42eb){const _0x506f9c=a50_0x148b;return _0x4c5228[_0x506f9c(0xe2)](_0xc3f0eb,_0x5f42eb);},'lLkzw':function(_0x4809c4,_0x556786){const _0x4dfa51=a50_0x148b;return _0x4c5228[_0x4dfa51(0xfd)](_0x4809c4,_0x556786);}};let _0x2194e6=0x0;const _0x1c6e3e=_0xb22187[_0x5ed675(0xec)][_0x5ed675(0xf8)](),_0x4ee0b3=()=>{},_0x528567=_0x1c6e3e[_0x5ed675(0xf7)](async _0x36c0c4=>{const _0x2f4ff7=_0x5ed675;_0x36c0c4[_0x2f4ff7(0x127)]([0x2,![]],_0x4ee0b3,_0x4ee0b3,_0x4ee0b3),_0x36c0c4['_child']['on'](_0x4c5228[_0x2f4ff7(0x144)],_0x738a79=>{const _0x1fd612=_0x2f4ff7;_0x3ab5a6[_0x1fd612(0xea)](_0x2194e6,0x0)&&_0x3ab5a6[_0x1fd612(0x108)](_0x738a79,0x0)&&(_0x2194e6=_0x738a79);}),await _0x36c0c4['waitForExit']();});await Promise[_0x5ed675(0x131)](_0x528567),process[_0x5ed675(0x133)]=_0x2194e6;const {forceExited:_0x56560f}=await _0xb22187['end']();_0x56560f&&console[_0x5ed675(0x12c)](_0x4c5228[_0x5ed675(0xf1)]),_0x4c5228[_0x5ed675(0x13d)](_0x49a7ac,_0x5baf7e);},_0x51726b=_0x4c5228[_0x5cc5b0(0x13d)](pLimit,_0x32c809),_0x89a27d=_0x13dee6=>_0x51726b(async()=>{const _0x1ac4de=_0x5cc5b0;return _0xb22187[_0x1ac4de(0x109)](_0x13dee6);});Promise[_0x5cc5b0(0x131)](_0x486463['map'](_0x3468c0=>_0x89a27d(_0x3468c0)[_0x5cc5b0(0x125)](_0x2cc539=>_0x3dda80[_0x5cc5b0(0xf5)]('test-file-success',[_0x3468c0[_0x5cc5b0(0x135)][_0x5cc5b0(0x138)],_0x3468c0[_0x5cc5b0(0x135)][_0x5cc5b0(0x13b)]]),_0x4aa75a=>_0x3dda80[_0x5cc5b0(0xf5)](_0x5cc5b0(0x140),[_0x3468c0,_0x4aa75a]))))[_0x5cc5b0(0x125)](_0x429a3a,_0x429a3a);});
@@ -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_0x598a26=a51_0x557b;function a51_0x557b(_0x1aaa8e,_0x1e978a){const _0x84ec9d=a51_0x84ec();return a51_0x557b=function(_0x557bc3,_0x445934){_0x557bc3=_0x557bc3-0x1dd;let _0x392eca=_0x84ec9d[_0x557bc3];return _0x392eca;},a51_0x557b(_0x1aaa8e,_0x1e978a);}(function(_0x1ee47f,_0x104dfb){const _0x32d398=a51_0x557b,_0x400f7a=_0x1ee47f();while(!![]){try{const _0x1f8e88=-parseInt(_0x32d398(0x1ea))/0x1+-parseInt(_0x32d398(0x1ef))/0x2+parseInt(_0x32d398(0x1e2))/0x3*(parseInt(_0x32d398(0x1f4))/0x4)+-parseInt(_0x32d398(0x1eb))/0x5*(parseInt(_0x32d398(0x1e1))/0x6)+-parseInt(_0x32d398(0x1e4))/0x7+-parseInt(_0x32d398(0x1f2))/0x8*(-parseInt(_0x32d398(0x1e0))/0x9)+parseInt(_0x32d398(0x1f6))/0xa;if(_0x1f8e88===_0x104dfb)break;else _0x400f7a['push'](_0x400f7a['shift']());}catch(_0x139d0f){_0x400f7a['push'](_0x400f7a['shift']());}}}(a51_0x84ec,0x63a36));const PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],PerformanceTester=require(a51_0x598a26(0x1df)),{sleep}=require('../../helpers/test-observability/utils');function a51_0x84ec(){const _0x232e90=['4689WUesIO','6ubhSVs','3CmiclM','run','4030866bwstEu','runCucumberTest','startMonitoring','mcEKN','mocha','SDK_POST_TEST','62469PJBJSX','598545OoGUgR','UwCcJ','stopMonitoring','cucumber-js','229644Alrpix','nUMIj','SUbUw','6056AEmgKX','rnjzM','214208fXkuLY','configuration','8330070FikZKL','end','dBdVT','formatter','xDoYx','dPokX','uVdPU','runTest','runVanillaTest','../launcher/launcher','../../helpers/performance/performance-tester'];a51_0x84ec=function(){return _0x232e90;};return a51_0x84ec();}exports[a51_0x598a26(0x1fd)]=async(_0x437fa9,_0x528c8e)=>{const _0x5dc9c4=a51_0x598a26,_0x5dcb2f={'rnjzM':function(_0x156f70,_0x3ebb38){return _0x156f70(_0x3ebb38);},'uVdPU':_0x5dc9c4(0x1de),'dBdVT':_0x5dc9c4(0x1e8)};PerformanceTester[_0x5dc9c4(0x1e6)]();const _0x41c61a=_0x5dcb2f['rnjzM'](require,_0x5dcb2f[_0x5dc9c4(0x1fc)]),_0x18b0fb=new _0x41c61a(_0x5dcb2f[_0x5dc9c4(0x1f8)],_0x437fa9,_0x528c8e),_0x4f5391=await _0x18b0fb[_0x5dc9c4(0x1e3)]();return PerformanceTester[_0x5dc9c4(0x1f7)](PerformanceEvents[_0x5dc9c4(0x1e9)]),await _0x5dcb2f[_0x5dc9c4(0x1f3)](sleep,0x3e8),PerformanceTester[_0x5dc9c4(0x1ed)](),_0x4f5391;},exports[a51_0x598a26(0x1e5)]=async(_0x438b5c,_0x183785,_0x4289a8,_0x4eeec1,_0x31685f)=>{const _0x2416a2=a51_0x598a26,_0x57c7cb={'nUMIj':function(_0x38a6bb,_0x3d6e9b){return _0x38a6bb(_0x3d6e9b);},'UwCcJ':'../launcher/launcher','SUbUw':_0x2416a2(0x1ee)},_0x3bd6d6={'capability':_0x438b5c,..._0x183785},_0x596fd8={};_0x596fd8[_0x2416a2(0x1f5)]=_0x3bd6d6,_0x596fd8[_0x2416a2(0x1f9)]=_0x31685f;const _0x9b2052=_0x596fd8,_0x45802d=_0x57c7cb[_0x2416a2(0x1f0)](require,_0x57c7cb[_0x2416a2(0x1ec)]),_0x5ca2da=new _0x45802d(_0x57c7cb[_0x2416a2(0x1f1)],_0x9b2052,_0x4289a8,_0x4eeec1);return await _0x5ca2da['run']();},exports[a51_0x598a26(0x1dd)]=async _0x4b1c89=>{const _0x3b5bde=a51_0x598a26,_0x56df11={'mcEKN':function(_0xc4fd8b,_0x8455d6){return _0xc4fd8b(_0x8455d6);},'xDoYx':'../launcher/launcher','dPokX':'vanilla'},_0x5f37c0=_0x56df11[_0x3b5bde(0x1e7)](require,_0x56df11[_0x3b5bde(0x1fa)]),_0xca0955=new _0x5f37c0(_0x56df11[_0x3b5bde(0x1fb)],_0x4b1c89);return await _0xca0955[_0x3b5bde(0x1e3)]();};
@@ -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_0x67f0f9=a52_0x15cd;(function(_0x4fe046,_0x5a96c9){const _0x550801=a52_0x15cd,_0x50afde=_0x4fe046();while(!![]){try{const _0x210f75=-parseInt(_0x550801(0x115))/0x1*(parseInt(_0x550801(0x10d))/0x2)+-parseInt(_0x550801(0x10b))/0x3*(-parseInt(_0x550801(0x114))/0x4)+-parseInt(_0x550801(0x113))/0x5+parseInt(_0x550801(0x117))/0x6*(-parseInt(_0x550801(0x11a))/0x7)+-parseInt(_0x550801(0x111))/0x8*(-parseInt(_0x550801(0x116))/0x9)+parseInt(_0x550801(0x110))/0xa*(parseInt(_0x550801(0x10c))/0xb)+-parseInt(_0x550801(0x119))/0xc*(-parseInt(_0x550801(0x112))/0xd);if(_0x210f75===_0x5a96c9)break;else _0x50afde['push'](_0x50afde['shift']());}catch(_0x9e35f6){_0x50afde['push'](_0x50afde['shift']());}}}(a52_0x4920,0xc9e4c));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x67f0f9(0x10f));function a52_0x15cd(_0x555e94,_0x339992){const _0x4920c0=a52_0x4920();return a52_0x15cd=function(_0x15cd16,_0x14f5a3){_0x15cd16=_0x15cd16-0x10b;let _0x4743a6=_0x4920c0[_0x15cd16];return _0x4743a6;},a52_0x15cd(_0x555e94,_0x339992);}exports['worker']=async(_0x9336d8,_0xb7292)=>{const _0x331db6=a52_0x67f0f9,_0x5ab363={'ucYiu':function(_0x5cef84,_0x6250aa,_0x57666e){return _0x5cef84(_0x6250aa,_0x57666e);}};return await _0x5ab363[_0x331db6(0x118)](runTest,_0x9336d8,_0xb7292);},exports[a52_0x67f0f9(0x10e)]=async(_0x4012c0,_0x327402,_0x5c46f7,_0x29efd4,_0x26b612)=>{const _0x140038={'sGknI':function(_0x54a99d,_0xe1002b,_0x268ac8,_0x3b0452,_0x253b11,_0x46eec2){return _0x54a99d(_0xe1002b,_0x268ac8,_0x3b0452,_0x253b11,_0x46eec2);}};return await _0x140038['sGknI'](runCucumberTest,_0x4012c0,_0x327402,_0x5c46f7,_0x29efd4,_0x26b612);},exports['vanillaWorker']=async _0x5ee57d=>{const _0x457f01={'ZkAVH':function(_0x470eed,_0x137235){return _0x470eed(_0x137235);}};return await _0x457f01['ZkAVH'](runVanillaTest,_0x5ee57d);};function a52_0x4920(){const _0xeeaff8=['105164NaRqzk','638701eCXKVB','2089755MHauKp','288VOtGXq','ucYiu','60iCptXB','40166YfYKQs','18ozkcGl','11NFFQqF','4ZLDrqw','cucumberWorker','./runTest','6746780dbssaz','24AlxQHd','2538939mBOVlP','628710CfpkLq'];a52_0x4920=function(){return _0xeeaff8;};return a52_0x4920();}
@@ -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_0xcbda9c=a53_0x167e;(function(_0x578c42,_0x54d45d){const _0x44870f=a53_0x167e,_0x3997de=_0x578c42();while(!![]){try{const _0x450665=-parseInt(_0x44870f(0x20c))/0x1*(-parseInt(_0x44870f(0x202))/0x2)+-parseInt(_0x44870f(0x1cd))/0x3*(parseInt(_0x44870f(0x1ec))/0x4)+-parseInt(_0x44870f(0x1d8))/0x5+parseInt(_0x44870f(0x1fd))/0x6*(-parseInt(_0x44870f(0x1f7))/0x7)+parseInt(_0x44870f(0x1f1))/0x8+parseInt(_0x44870f(0x1cf))/0x9*(parseInt(_0x44870f(0x1e3))/0xa)+parseInt(_0x44870f(0x20b))/0xb;if(_0x450665===_0x54d45d)break;else _0x3997de['push'](_0x3997de['shift']());}catch(_0x2b6171){_0x3997de['push'](_0x3997de['shift']());}}}(a53_0x55ba,0x835fc));function a53_0x167e(_0x51e055,_0x5e7944){const _0x55bad6=a53_0x55ba();return a53_0x167e=function(_0x167e39,_0x2ec7db){_0x167e39=_0x167e39-0x1cb;let _0x575c1b=_0x55bad6[_0x167e39];return _0x575c1b;},a53_0x167e(_0x51e055,_0x5e7944);}const constants=require(a53_0xcbda9c(0x1e8)),{nestedKeyValue}=require(a53_0xcbda9c(0x221)),getBrowserstackCLI=()=>{const _0x22dff9=a53_0xcbda9c,_0x53e36c={'sCUyx':function(_0x4d7bde,_0x34c90c){return _0x4d7bde(_0x34c90c);},'GGzUS':'../v2/browserstackCLI'};return _0x53e36c[_0x22dff9(0x211)](require,_0x53e36c['GGzUS']);};function a53_0x55ba(){const _0x43d1aa=['GcafK','gDRVC','IqGXG','replace','automate','569720YgeFXG','djgEX','zhimG','nkiSo','wss:','gJfPx','upload','cXmYX','GtfKM','Iuuhe','edsInstrumentation','20pwEiyN','KuYqj','APP_UPLOAD_URL','appAutomate','cLKIv','./constants','TGzfF','getEdsInstrumentationAPIUrl','endsWith','4BtUvKD','POdNC','getAutomateSessionStatusAPIUrl','xHoMo','IPiIU','1955384gTgtXD','LCaEd','BROWSERSTACK_API_URL','bjtNy','tKiBR','zxjRl','1489523MJFoxz','DUyZz','dpCqR','observability','bSqQy','getInstance','6EfLKUv','pWyQE','GFMqu','apis','exports','82674wDHHBy','getAutomateSessionsListAPIUrl','BIuoq','toString','RfRHz','bJgkv','tKYBQ','api','eVEii','5383565fYceKY','9rZKViD','tWdVt','hEbZo','getAutomateSessionNameAPIUrl','JYbau','sCUyx','YiHOW','HeCNS','fWXIo','FMLEl','flSeE','puFOp','getPlaywrightHubUrl','epMgK','WkEtD','jHmaz','lkNrr','VsJlo','getBStackAPIUrl','vhFBx','getConfig','./sharedUtils','/playwright?caps=','QtMNn','NiCUm','StJcN','2105052fAVmcn','PLAYWRIGHT_HUB_URL','2072943zusaPU','getAppAutomateSessionStatusAPIUrl','FdufN','FLqBM'];a53_0x55ba=function(){return _0x43d1aa;};return a53_0x55ba();}class APIUtilityMethods{static[a53_0xcbda9c(0x21e)](_0x465958){const _0x1b474a=a53_0xcbda9c,_0x3508a1={'vhFBx':function(_0x7ffc4c){return _0x7ffc4c();},'MZGxy':function(_0x2a2c19,_0x2d3031,_0x5e9eb9){return _0x2a2c19(_0x2d3031,_0x5e9eb9);},'FdufN':_0x1b474a(0x200),'GGBzp':_0x1b474a(0x1d7),'eVEii':_0x1b474a(0x209),'puFOp':function(_0x1d6b43,_0x504821){return _0x1d6b43===_0x504821;},'COsqG':function(_0x1ea2b5,_0x5385ac){return _0x1ea2b5+_0x5385ac;}},_0x5271c7=_0x3508a1[_0x1b474a(0x21f)](getBrowserstackCLI),_0x4bfc81=_0x3508a1['MZGxy'](nestedKeyValue,_0x5271c7[_0x1b474a(0x1fc)]()[_0x1b474a(0x220)](),[_0x3508a1[_0x1b474a(0x1d1)],_0x3508a1['GGBzp'],_0x3508a1[_0x1b474a(0x20a)]])||constants[_0x1b474a(0x1f3)];if(!_0x465958||_0x3508a1[_0x1b474a(0x217)](_0x465958,''))return _0x4bfc81;const _0x1a3791=_0x4bfc81[_0x1b474a(0x1eb)]('/')?_0x4bfc81:_0x3508a1['COsqG'](_0x4bfc81,'/');return new URL(_0x465958,_0x1a3791)[_0x1b474a(0x205)]();}static[a53_0xcbda9c(0x1ea)](_0x48af62){const _0x13db2b=a53_0xcbda9c,_0x4a5362={'sKvJG':function(_0x599896){return _0x599896();},'tWdVt':function(_0xe1272d,_0x637e49,_0x49b2b5){return _0xe1272d(_0x637e49,_0x49b2b5);},'mBRfx':_0x13db2b(0x200),'ZINcj':_0x13db2b(0x1e2),'yavfp':_0x13db2b(0x209),'flSeE':function(_0x20473a,_0x4a0ea3){return _0x20473a===_0x4a0ea3;},'GFMqu':function(_0x1239dd,_0x1769f8){return _0x1239dd+_0x1769f8;}},_0x1ee3b1=_0x4a5362['sKvJG'](getBrowserstackCLI),_0x4ebf65=_0x4a5362[_0x13db2b(0x20d)](nestedKeyValue,_0x1ee3b1[_0x13db2b(0x1fc)]()['getConfig'](),[_0x4a5362['mBRfx'],_0x4a5362['ZINcj'],_0x4a5362['yavfp']])||constants['EDS_URL'];if(!_0x48af62||_0x4a5362[_0x13db2b(0x216)](_0x48af62,''))return _0x4ebf65;const _0x2535f5=_0x4ebf65[_0x13db2b(0x1eb)]('/')?_0x4ebf65:_0x4a5362[_0x13db2b(0x1ff)](_0x4ebf65,'/');return new URL(_0x48af62,_0x2535f5)[_0x13db2b(0x205)]();}static[a53_0xcbda9c(0x1ee)](_0x452283){const _0x377b0e=a53_0xcbda9c,_0x30a9e3={'WkEtD':function(_0x3186f8){return _0x3186f8();},'LCaEd':function(_0x370a8e,_0x483644,_0x24d4f4){return _0x370a8e(_0x483644,_0x24d4f4);},'HbZNd':_0x377b0e(0x200),'YiHOW':'automate','IqGXG':_0x377b0e(0x209),'MsZya':function(_0x2640fc,_0x45d1be){return _0x2640fc===_0x45d1be;},'NiCUm':function(_0x2f6de9,_0x5122ef){return _0x2f6de9+_0x5122ef;}},_0x59530d=_0x30a9e3[_0x377b0e(0x21a)](getBrowserstackCLI),_0x599815=_0x30a9e3[_0x377b0e(0x1f2)](nestedKeyValue,_0x59530d[_0x377b0e(0x1fc)]()['getConfig'](),[_0x30a9e3['HbZNd'],_0x30a9e3[_0x377b0e(0x212)],_0x30a9e3[_0x377b0e(0x1d5)]])||constants['BROWSERSTACK_API_URL'];if(!_0x452283||_0x30a9e3['MsZya'](_0x452283,''))return _0x599815;const _0x1265a6=_0x599815[_0x377b0e(0x1eb)]('/')?_0x599815:_0x30a9e3[_0x377b0e(0x1cb)](_0x599815,'/');return new URL(_0x452283,_0x1265a6)[_0x377b0e(0x205)]();}static[a53_0xcbda9c(0x1d0)](_0x2c5063){const _0x160a80=a53_0xcbda9c,_0x4fcf71={'FMLEl':function(_0x1a989d){return _0x1a989d();},'zxjRl':function(_0x520c0a,_0x320b89,_0x5c09dd){return _0x520c0a(_0x320b89,_0x5c09dd);},'yjXoR':'apis','lkNrr':_0x160a80(0x1e6),'PWtOL':'api','HeCNS':function(_0x18b139,_0x22b566){return _0x18b139===_0x22b566;},'tKiBR':function(_0xb7f840,_0x134994){return _0xb7f840+_0x134994;}},_0x2fef95=_0x4fcf71[_0x160a80(0x215)](getBrowserstackCLI),_0x3da488=_0x4fcf71[_0x160a80(0x1f6)](nestedKeyValue,_0x2fef95[_0x160a80(0x1fc)]()[_0x160a80(0x220)](),[_0x4fcf71['yjXoR'],_0x4fcf71[_0x160a80(0x21c)],_0x4fcf71['PWtOL']])||constants[_0x160a80(0x1f3)];if(!_0x2c5063||_0x4fcf71[_0x160a80(0x213)](_0x2c5063,''))return _0x3da488;const _0x40da03=_0x3da488[_0x160a80(0x1eb)]('/')?_0x3da488:_0x4fcf71[_0x160a80(0x1f5)](_0x3da488,'/');return new URL(_0x2c5063,_0x40da03)[_0x160a80(0x205)]();}static[a53_0xcbda9c(0x20f)](_0xb9d370){const _0x35754f=a53_0xcbda9c,_0xcde92b={'xHoMo':function(_0x202985){return _0x202985();},'DUyZz':function(_0x933704,_0x4b427e,_0x7e6ff7){return _0x933704(_0x4b427e,_0x7e6ff7);},'Iuuhe':_0x35754f(0x200),'epMgK':_0x35754f(0x1d7),'AnxLG':_0x35754f(0x209),'pWyQE':function(_0xfa4f6b,_0x1938f1){return _0xfa4f6b===_0x1938f1;},'jHmaz':function(_0x26a2cc,_0x2f9f1f){return _0x26a2cc+_0x2f9f1f;}},_0x5d766a=_0xcde92b[_0x35754f(0x1ef)](getBrowserstackCLI),_0x3c55cd=_0xcde92b[_0x35754f(0x1f8)](nestedKeyValue,_0x5d766a[_0x35754f(0x1fc)]()[_0x35754f(0x220)](),[_0xcde92b[_0x35754f(0x1e1)],_0xcde92b[_0x35754f(0x219)],_0xcde92b['AnxLG']])||constants[_0x35754f(0x1f3)];if(!_0xb9d370||_0xcde92b[_0x35754f(0x1fe)](_0xb9d370,''))return _0x3c55cd;const _0x327f01=_0x3c55cd[_0x35754f(0x1eb)]('/')?_0x3c55cd:_0xcde92b[_0x35754f(0x21b)](_0x3c55cd,'/');return new URL(_0xb9d370,_0x327f01)[_0x35754f(0x205)]();}static['getAppAutomateSessionNameAPIUrl'](_0x186ebc){const _0x4299db=a53_0xcbda9c,_0x536909={'dpCqR':function(_0xa37a55){return _0xa37a55();},'nkiSo':function(_0x5ee0df,_0x85db43,_0x1be05a){return _0x5ee0df(_0x85db43,_0x1be05a);},'hurry':_0x4299db(0x200),'POdNC':_0x4299db(0x1e6),'jDuOJ':_0x4299db(0x209),'GcafK':function(_0x5c7ca0,_0x3f4848){return _0x5c7ca0===_0x3f4848;},'djgEX':function(_0x2f60a3,_0xa9b428){return _0x2f60a3+_0xa9b428;}},_0x3a353d=_0x536909[_0x4299db(0x1f9)](getBrowserstackCLI),_0x15f5ba=_0x536909[_0x4299db(0x1db)](nestedKeyValue,_0x3a353d['getInstance']()[_0x4299db(0x220)](),[_0x536909['hurry'],_0x536909[_0x4299db(0x1ed)],_0x536909['jDuOJ']])||constants[_0x4299db(0x1f3)];if(!_0x186ebc||_0x536909[_0x4299db(0x1d3)](_0x186ebc,''))return _0x15f5ba;const _0x5f53e9=_0x15f5ba[_0x4299db(0x1eb)]('/')?_0x15f5ba:_0x536909[_0x4299db(0x1d9)](_0x15f5ba,'/');return new URL(_0x186ebc,_0x5f53e9)[_0x4299db(0x205)]();}static[a53_0xcbda9c(0x203)](_0x3f3c04){const _0x25a35b=a53_0xcbda9c,_0x43cc23={'JYbau':function(_0xc0e022){return _0xc0e022();},'BIuoq':function(_0x38350c,_0xf09277,_0xda1522){return _0x38350c(_0xf09277,_0xda1522);},'QtMNn':'apis','yvqUR':_0x25a35b(0x1d7),'FLqBM':_0x25a35b(0x209),'VsJlo':function(_0x55e1f5,_0xbda1ef){return _0x55e1f5===_0xbda1ef;},'YezBO':function(_0x296c0d,_0x483bdd){return _0x296c0d+_0x483bdd;}},_0x482c5f=_0x43cc23[_0x25a35b(0x210)](getBrowserstackCLI),_0x588268=_0x43cc23[_0x25a35b(0x204)](nestedKeyValue,_0x482c5f[_0x25a35b(0x1fc)]()[_0x25a35b(0x220)](),[_0x43cc23[_0x25a35b(0x223)],_0x43cc23['yvqUR'],_0x43cc23[_0x25a35b(0x1d2)]])||constants['BROWSERSTACK_API_URL'];if(!_0x3f3c04||_0x43cc23[_0x25a35b(0x21d)](_0x3f3c04,''))return _0x588268;const _0x109915=_0x588268['endsWith']('/')?_0x588268:_0x43cc23['YezBO'](_0x588268,'/');return new URL(_0x3f3c04,_0x109915)[_0x25a35b(0x205)]()[_0x25a35b(0x1d6)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x14b9dc){const _0x479742=a53_0xcbda9c,_0x4db968={'KuYqj':function(_0x379f72){return _0x379f72();},'PwFEr':function(_0xce79d1,_0x238b6b,_0x2ff703){return _0xce79d1(_0x238b6b,_0x2ff703);},'IPiIU':'apis','imEPf':_0x479742(0x1e6),'RfRHz':_0x479742(0x209),'uWIrc':function(_0x54a81a,_0xc6a19){return _0x54a81a===_0xc6a19;},'bjtNy':function(_0x50b964,_0x478f80){return _0x50b964+_0x478f80;}},_0x44320d=_0x4db968[_0x479742(0x1e4)](getBrowserstackCLI),_0x40f033=_0x4db968['PwFEr'](nestedKeyValue,_0x44320d['getInstance']()['getConfig'](),[_0x4db968[_0x479742(0x1f0)],_0x4db968['imEPf'],_0x4db968[_0x479742(0x206)]])||constants[_0x479742(0x1e5)];if(!_0x14b9dc||_0x4db968['uWIrc'](_0x14b9dc,''))return _0x40f033;const _0x971234=_0x40f033[_0x479742(0x1eb)]('/')?_0x40f033:_0x4db968[_0x479742(0x1f4)](_0x40f033,'/');return new URL(_0x14b9dc,_0x971234)[_0x479742(0x205)]()[_0x479742(0x1d6)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x68b0ff){const _0x1c4ebb=a53_0xcbda9c,_0x1a46ad={'TGzfF':function(_0x54cae4){return _0x54cae4();},'bJgkv':function(_0x15a838,_0x391f5b,_0x5d257b){return _0x15a838(_0x391f5b,_0x5d257b);},'zETqy':_0x1c4ebb(0x200),'zhimG':_0x1c4ebb(0x1fa),'gDRVC':_0x1c4ebb(0x1de),'StJcN':function(_0x516f30,_0x40021a){return _0x516f30===_0x40021a;},'mSUZO':function(_0x23df06,_0x1b267c){return _0x23df06+_0x1b267c;}},_0x568425=_0x1a46ad[_0x1c4ebb(0x1e9)](getBrowserstackCLI),_0x51c980=_0x1a46ad[_0x1c4ebb(0x207)](nestedKeyValue,_0x568425[_0x1c4ebb(0x1fc)]()[_0x1c4ebb(0x220)](),[_0x1a46ad['zETqy'],_0x1a46ad[_0x1c4ebb(0x1da)],_0x1a46ad[_0x1c4ebb(0x1d4)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x68b0ff||_0x1a46ad[_0x1c4ebb(0x1cc)](_0x68b0ff,''))return _0x51c980;const _0x4b92fc=_0x51c980[_0x1c4ebb(0x1eb)]('/')?_0x51c980:_0x1a46ad['mSUZO'](_0x51c980,'/');return new URL(_0x68b0ff,_0x4b92fc)[_0x1c4ebb(0x205)]();}static[a53_0xcbda9c(0x218)](_0x1356fe){const _0x568459=a53_0xcbda9c,_0xd83266={'tKYBQ':function(_0x1b5a5b){return _0x1b5a5b();},'hEbZo':function(_0x3bb19e,_0x18da8c,_0x4456d2){return _0x3bb19e(_0x18da8c,_0x4456d2);},'cXmYX':'apis','GtfKM':_0x568459(0x1d7),'gJfPx':'cdp','cLKIv':_0x568459(0x1dc),'VOGRD':function(_0x5eb830,_0x48a532){return _0x5eb830===_0x48a532;},'bSqQy':function(_0x449fb5,_0x46c32b){return _0x449fb5+_0x46c32b;},'fWXIo':_0x568459(0x222)},_0x43854f=_0xd83266[_0x568459(0x208)](getBrowserstackCLI),_0xe0889f=_0xd83266[_0x568459(0x20e)](nestedKeyValue,_0x43854f[_0x568459(0x1fc)]()['getConfig'](),[_0xd83266[_0x568459(0x1df)],_0xd83266[_0x568459(0x1e0)],_0xd83266[_0x568459(0x1dd)]]),_0x551f9b=(_0xe0889f?_0xe0889f[_0x568459(0x1d6)](/^https:/,_0xd83266[_0x568459(0x1e7)]):null)||constants[_0x568459(0x1ce)];let _0x32fa38;if(!_0x1356fe||_0xd83266['VOGRD'](_0x1356fe,''))_0x32fa38=_0x551f9b;else{const _0x2ac2c0=_0x551f9b['endsWith']('/')?_0x551f9b:_0xd83266[_0x568459(0x1fb)](_0x551f9b,'/');_0x32fa38=new URL(_0x1356fe,_0x2ac2c0)[_0x568459(0x205)]();}return!_0x32fa38[_0x568459(0x1eb)](_0xd83266['fWXIo'])&&(_0x32fa38+=_0xd83266[_0x568459(0x214)]),_0x32fa38;}}module[a53_0xcbda9c(0x201)]=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_0x35f4de=a54_0x22dc;(function(_0x16286c,_0x2c030c){const _0x102650=a54_0x22dc,_0x18a927=_0x16286c();while(!![]){try{const _0x5b8e26=parseInt(_0x102650(0x13a))/0x1+-parseInt(_0x102650(0x17e))/0x2+-parseInt(_0x102650(0x147))/0x3*(parseInt(_0x102650(0x152))/0x4)+-parseInt(_0x102650(0x149))/0x5*(parseInt(_0x102650(0x14c))/0x6)+parseInt(_0x102650(0x151))/0x7*(parseInt(_0x102650(0x12f))/0x8)+parseInt(_0x102650(0x18a))/0x9+parseInt(_0x102650(0x173))/0xa;if(_0x5b8e26===_0x2c030c)break;else _0x18a927['push'](_0x18a927['shift']());}catch(_0x5d8d8b){_0x18a927['push'](_0x18a927['shift']());}}}(a54_0x2b9d,0xe56fa));const logger=require('../../helpers/logger')[a54_0x35f4de(0x165)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require('../v2/grpcClient'),constants=require(a54_0x35f4de(0x180));function a54_0x22dc(_0x54d389,_0x2d3668){const _0x2b9d82=a54_0x2b9d();return a54_0x22dc=function(_0x22dcc5,_0x2b092f){_0x22dcc5=_0x22dcc5-0x12b;let _0x409849=_0x2b9d82[_0x22dcc5];return _0x409849;},a54_0x22dc(_0x54d389,_0x2d3668);}function a54_0x2b9d(){const _0x5304ae=['errorCode','Session\x20Linking\x20Issue\x20details\x20not\x20found','reportFinalDetectionState','Process\x20Interruption\x20details\x20not\x20found:','OaGOf','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportConnectivityIssue','hjOLs','jdMJe','getErrorCodesOccurredInCli','base64','parse','3MdWTWO','reportProcessInterruptionSituation','5iHdpbj','toString','VIKJr','5290716GVnHuV','XfhbR','BVXWt','getFinalErrorMessage','object','35EqrlYa','4590268LNAzgZ','.browserstack\x20folder\x20not\x20accessible','ssl\x20cert\x20issue','keys','EKaDz','join','fnasT','from','XuClh','Conflicting\x20Env\x20Var\x20details\x20not\x20found','warn','bSjnQ','getCachedErrorCodes','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','{SIGNAL}','BWmpw','reportDotBrowserStackFolderNotAccessibleIssue','Session\x20Linking\x20Issue','kXhjY','winstonLogger','ElZiT','error','finalErrorMessage','push','PjklF','deoPD','isArray','conflicting\x20env\x20var\x20detected','KTCCL','add','getErrorDetails','getDocumentationLink','{ERROR_CODES}','6374780MFIhTf','DmZXy','ahWOc','reportClientTroubleshootingError','errorMessage','phwcz','vQVKO','ggAhD','GmQRW','WKIqm','{ENV_VAR}','1599608xsivEI','exports','./constants','vaUOA','checkForErrorsOccuredInCLI','[ClientTroubleShootingService]\x20','logError','ILCxF','lbWru','errorCodes','LmBCG','ojEWT','5344974jNPayN','getAggregatedErrorCodes','logSituation','getInstance','errorCodesOccurredWhenCLINotRunning','stringify','hZSpP','isRunning','documentationLink','replace','1560752hUukXy','wPHhu','Process\x20Interruption','UrMZV','length','cachedErrorCodes','MoxJO','Jlcvm','errorCodesOccurredInCLI','Error\x20in\x20getting\x20error\x20details\x20for\x20','DjneD','1562093ZCNhGh'];a54_0x2b9d=function(){return _0x5304ae;};return a54_0x2b9d();}class ClientTroubleShootingService{static [a54_0x35f4de(0x134)]=null;static [a54_0x35f4de(0x18e)]=new Set();static async[a54_0x35f4de(0x170)](_0x6f6665){const _0x27b55a=a54_0x35f4de,_0x4d38b7={};_0x4d38b7[_0x27b55a(0x186)]=function(_0x4ee60c,_0x1c9ae9){return _0x4ee60c!==_0x1c9ae9;};const _0x587279=_0x4d38b7;try{if(BrowserstackCLI[_0x27b55a(0x18d)]()[_0x27b55a(0x12c)]()){const _0x194d0f=await GrpcClient[_0x27b55a(0x18d)]()[_0x27b55a(0x176)](_0x6f6665);if(_0x587279['lbWru'](_0x194d0f,null)&&_0x194d0f['getSuccess']())return{'errorCode':_0x194d0f['getErrorCode'](),'errorMessage':_0x194d0f['getErrorMessage']()};return{};}}catch(_0x183593){return this[_0x27b55a(0x184)](_0x27b55a(0x138)+_0x6f6665+':',_0x183593),{};}}static async[a54_0x35f4de(0x18b)](){const _0x127dc3=a54_0x35f4de,_0x17504f={};_0x17504f['vQVKO']=function(_0x2bf830,_0x5240ef){return _0x2bf830!==_0x5240ef;},_0x17504f[_0x127dc3(0x166)]=_0x127dc3(0x145),_0x17504f[_0x127dc3(0x188)]=_0x127dc3(0x15f);const _0x3c729b=_0x17504f;try{if(BrowserstackCLI[_0x127dc3(0x18d)]()['isRunning']()){const _0xbaa92b=await GrpcClient[_0x127dc3(0x18d)]()['getAggregatedClientTroubleshootingErrors']();if(_0x3c729b[_0x127dc3(0x179)](_0xbaa92b,null)&&_0xbaa92b['getSuccess']()){const _0xae0747=Buffer[_0x127dc3(0x159)](_0xbaa92b['getErrorCodes'](),_0x3c729b[_0x127dc3(0x166)])[_0x127dc3(0x14a)](),_0x40a3d6=_0xae0747?JSON[_0x127dc3(0x146)](_0xae0747):[],_0x35a11d=_0xbaa92b[_0x127dc3(0x171)](),_0x17377b=_0xbaa92b[_0x127dc3(0x14f)](),_0x4ab67c=Buffer['from'](_0xbaa92b[_0x127dc3(0x144)](),_0x3c729b['ElZiT'])['toString'](),_0x109f55=_0x4ab67c?JSON[_0x127dc3(0x146)](_0x4ab67c):[],_0x115ed7={};return _0x115ed7[_0x127dc3(0x187)]=_0x40a3d6,_0x115ed7[_0x127dc3(0x12d)]=_0x35a11d,_0x115ed7['finalErrorMessage']=_0x17377b,_0x115ed7[_0x127dc3(0x137)]=_0x109f55,_0x115ed7;}const _0x44f94d={};return _0x44f94d[_0x127dc3(0x187)]=[],_0x44f94d['documentationLink']='',_0x44f94d['finalErrorMessage']='',_0x44f94d[_0x127dc3(0x137)]=[],_0x44f94d;}const _0x2de570={};return _0x2de570[_0x127dc3(0x187)]=[],_0x2de570[_0x127dc3(0x12d)]='',_0x2de570[_0x127dc3(0x168)]='',_0x2de570[_0x127dc3(0x137)]=[],_0x2de570;}catch(_0x46c21f){this[_0x127dc3(0x184)](_0x3c729b[_0x127dc3(0x188)],_0x46c21f);const _0x3eb10a={};return _0x3eb10a['errorCodes']=[],_0x3eb10a[_0x127dc3(0x12d)]='',_0x3eb10a['finalErrorMessage']='',_0x3eb10a[_0x127dc3(0x137)]=[],_0x3eb10a;}}static[a54_0x35f4de(0x18c)](_0x11e06d,_0x362ca1){const _0x11e08b=a54_0x35f4de;logger[_0x11e08b(0x15c)](_0x11e06d+':\x20'+_0x362ca1);}static[a54_0x35f4de(0x182)](_0x4367b3){const _0x195753=a54_0x35f4de,_0x1bdc5e={};_0x1bdc5e[_0x195753(0x17a)]=function(_0x51ca40,_0x699db5){return _0x51ca40!=_0x699db5;},_0x1bdc5e['XuClh']=function(_0x22b082,_0x1d3e64){return _0x22b082!=_0x1d3e64;},_0x1bdc5e[_0x195753(0x139)]=function(_0x3251d1,_0x56bfa5){return _0x3251d1>_0x56bfa5;},_0x1bdc5e['BVXWt']=function(_0x414694,_0xd8104f){return _0x414694!=_0xd8104f;},_0x1bdc5e[_0x195753(0x143)]=function(_0x49a9bd,_0x2fb54b){return _0x49a9bd!=_0x2fb54b;};const _0x3a8608=_0x1bdc5e,_0x1d1110=[];if(_0x3a8608['ggAhD'](_0x4367b3,null)&&_0x3a8608[_0x195753(0x15a)](_0x4367b3[_0x195753(0x137)],null)&&_0x3a8608[_0x195753(0x139)](_0x4367b3[_0x195753(0x137)][_0x195753(0x133)],0x0))for(const _0x56e91f of _0x4367b3[_0x195753(0x137)]){_0x3a8608[_0x195753(0x14e)](_0x56e91f[_0x195753(0x13b)],null)&&_0x3a8608[_0x195753(0x143)](_0x56e91f[_0x195753(0x177)],null)&&(_0x1d1110[_0x195753(0x169)](_0x56e91f[_0x195753(0x13b)]),this[_0x195753(0x18c)](_0x56e91f[_0x195753(0x13b)],_0x56e91f[_0x195753(0x177)]));}return _0x1d1110;}static[a54_0x35f4de(0x15e)](){const _0x1fb700=a54_0x35f4de;return this[_0x1fb700(0x134)];}static[a54_0x35f4de(0x184)](_0x853cc9,_0x2db2d4){const _0x267855=a54_0x35f4de,_0x17cbc={};_0x17cbc[_0x267855(0x130)]=function(_0x3d0497,_0x99d081){return _0x3d0497===_0x99d081;},_0x17cbc[_0x267855(0x178)]=_0x267855(0x150);const _0x4dcd5a=_0x17cbc;if(_0x4dcd5a[_0x267855(0x130)](typeof _0x2db2d4,_0x4dcd5a[_0x267855(0x178)]))try{logger[_0x267855(0x167)]('[ClientTroubleShootingService]\x20'+_0x853cc9+'\x20'+JSON[_0x267855(0x18f)](_0x2db2d4));}catch(_0x3288db){logger['error']('[ClientTroubleShootingService]\x20'+_0x853cc9+'\x20'+_0x2db2d4);}else logger[_0x267855(0x167)](_0x267855(0x183)+_0x853cc9+'\x20'+_0x2db2d4);}static async[a54_0x35f4de(0x148)](_0x20a701){const _0x4ef510=a54_0x35f4de,_0x50c49d={};_0x50c49d['MoxJO']=_0x4ef510(0x131),_0x50c49d[_0x4ef510(0x15d)]=function(_0x121bc0,_0x6a3d6a){return _0x121bc0===_0x6a3d6a;},_0x50c49d['PjklF']=_0x4ef510(0x13e),_0x50c49d[_0x4ef510(0x158)]=_0x4ef510(0x160);const _0x30be15=_0x50c49d,_0x185d24=await this[_0x4ef510(0x170)](_0x30be15[_0x4ef510(0x135)]);if(_0x30be15[_0x4ef510(0x15d)](Object['keys'](_0x185d24)['length'],0x0)){this[_0x4ef510(0x184)](_0x30be15[_0x4ef510(0x16a)],_0x185d24);return;}this[_0x4ef510(0x18c)](_0x185d24[_0x4ef510(0x13b)],_0x185d24[_0x4ef510(0x177)]['replace'](_0x30be15[_0x4ef510(0x158)],_0x20a701));}static async['reportSessionLinkingIssue'](){const _0x1bb118=a54_0x35f4de,_0x18e2a8={};_0x18e2a8[_0x1bb118(0x14d)]=_0x1bb118(0x163),_0x18e2a8[_0x1bb118(0x16b)]=function(_0x27026a,_0x52adb6){return _0x27026a===_0x52adb6;},_0x18e2a8['EKaDz']=_0x1bb118(0x13c);const _0x5bfa98=_0x18e2a8,_0x475928=await this[_0x1bb118(0x170)](_0x5bfa98[_0x1bb118(0x14d)]);if(_0x5bfa98[_0x1bb118(0x16b)](Object[_0x1bb118(0x155)](_0x475928)['length'],0x0)){this[_0x1bb118(0x184)](_0x5bfa98[_0x1bb118(0x156)],_0x475928);return;}this[_0x1bb118(0x18c)](_0x475928[_0x1bb118(0x13b)],_0x475928['errorMessage']);}static async[a54_0x35f4de(0x141)](){const _0x3f1faf=a54_0x35f4de,_0x380f93={};_0x380f93[_0x3f1faf(0x164)]='browserstack\x20cloud\x20not\x20reachable',_0x380f93[_0x3f1faf(0x13f)]=function(_0x42e822,_0x420420){return _0x42e822===_0x420420;},_0x380f93['Jlcvm']='Connectivity\x20Issue\x20details\x20not\x20found';const _0x13e6b5=_0x380f93,_0x545dea=await this[_0x3f1faf(0x170)](_0x13e6b5[_0x3f1faf(0x164)]);if(_0x13e6b5['OaGOf'](Object['keys'](_0x545dea)[_0x3f1faf(0x133)],0x0)){this[_0x3f1faf(0x184)](_0x13e6b5[_0x3f1faf(0x136)],_0x545dea);return;}this[_0x3f1faf(0x18c)](_0x545dea['errorCode'],_0x545dea['errorMessage']);}static async['reportSSLCertIssue'](){const _0x2ba3eb=a54_0x35f4de,_0x2e0f0d={};_0x2e0f0d['DmZXy']=_0x2ba3eb(0x154),_0x2e0f0d[_0x2ba3eb(0x142)]=function(_0x222610,_0x56261b){return _0x222610===_0x56261b;},_0x2e0f0d[_0x2ba3eb(0x17c)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0x30f68a=_0x2e0f0d,_0x3a07c1=await this[_0x2ba3eb(0x170)](_0x30f68a[_0x2ba3eb(0x174)]);if(_0x30f68a[_0x2ba3eb(0x142)](Object[_0x2ba3eb(0x155)](_0x3a07c1)[_0x2ba3eb(0x133)],0x0)){this[_0x2ba3eb(0x184)](_0x30f68a['WKIqm'],_0x3a07c1);return;}this['logSituation'](_0x3a07c1[_0x2ba3eb(0x13b)],_0x3a07c1['errorMessage']);}static[a54_0x35f4de(0x162)](){const _0x4a04e5=a54_0x35f4de,_0x397a71={};_0x397a71[_0x4a04e5(0x185)]=_0x4a04e5(0x153),_0x397a71[_0x4a04e5(0x132)]=function(_0x5cc21a,_0x4a45f0){return _0x5cc21a===_0x4a45f0;},_0x397a71[_0x4a04e5(0x175)]='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x528149=_0x397a71,_0x5bfd3a=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x528149[_0x4a04e5(0x185)]];if(_0x528149[_0x4a04e5(0x132)](Object[_0x4a04e5(0x155)](_0x5bfd3a)[_0x4a04e5(0x133)],0x0)){this[_0x4a04e5(0x184)](_0x528149[_0x4a04e5(0x175)],_0x5bfd3a);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x4a04e5(0x16f)](_0x5bfd3a[_0x4a04e5(0x13b)]),this[_0x4a04e5(0x18c)](_0x5bfd3a['errorCode'],_0x5bfd3a[_0x4a04e5(0x177)]);}static async['reportConflictingEnvVarIssue'](_0x28adf6){const _0x3263b9=a54_0x35f4de,_0x30c229={};_0x30c229[_0x3263b9(0x161)]=_0x3263b9(0x16d),_0x30c229[_0x3263b9(0x189)]=function(_0x3f928e,_0x516d59){return _0x3f928e===_0x516d59;},_0x30c229[_0x3263b9(0x12b)]=_0x3263b9(0x15b),_0x30c229[_0x3263b9(0x181)]=_0x3263b9(0x17d);const _0x113718=_0x30c229,_0x332aba=await this[_0x3263b9(0x170)](_0x113718[_0x3263b9(0x161)]);if(_0x113718[_0x3263b9(0x189)](Object[_0x3263b9(0x155)](_0x332aba)[_0x3263b9(0x133)],0x0)){this[_0x3263b9(0x184)](_0x113718[_0x3263b9(0x12b)],_0x332aba);return;}const _0x400f15=_0x332aba[_0x3263b9(0x177)][_0x3263b9(0x12e)](_0x113718[_0x3263b9(0x181)],_0x28adf6);this[_0x3263b9(0x18c)](_0x332aba[_0x3263b9(0x13b)],_0x400f15);}static async[a54_0x35f4de(0x13d)](){const _0x5b7a60=a54_0x35f4de,_0x170f12={};_0x170f12[_0x5b7a60(0x16e)]=function(_0x41c32c,_0x12c88e){return _0x41c32c>_0x12c88e;},_0x170f12[_0x5b7a60(0x17b)]=_0x5b7a60(0x172),_0x170f12[_0x5b7a60(0x14b)]=_0x5b7a60(0x140);const _0x5d8fa9=_0x170f12,_0x46e4cb=await this[_0x5b7a60(0x18b)](),_0xf06e5f=this[_0x5b7a60(0x182)](_0x46e4cb),_0x425094=Array[_0x5b7a60(0x16c)](_0x46e4cb[_0x5b7a60(0x187)])?_0x46e4cb[_0x5b7a60(0x187)]:[],_0x550975=_0x5d8fa9[_0x5b7a60(0x16e)](this[_0x5b7a60(0x18e)]['size'],0x0)?Array[_0x5b7a60(0x159)](this[_0x5b7a60(0x18e)]):[],_0x4109a2=new Set([..._0x425094,..._0xf06e5f,..._0x550975]),_0x5b5e85=Array['from'](_0x4109a2);if(_0x5d8fa9[_0x5b7a60(0x16e)](_0x5b5e85[_0x5b7a60(0x133)],0x0)){const _0x3d5366=_0x46e4cb['finalErrorMessage']['replace'](_0x5d8fa9[_0x5b7a60(0x17b)],_0x5b5e85[_0x5b7a60(0x157)](',\x20'))[_0x5b7a60(0x12e)](_0x5d8fa9[_0x5b7a60(0x14b)],_0x46e4cb[_0x5b7a60(0x12d)]);logger[_0x5b7a60(0x15c)](_0x3d5366),this[_0x5b7a60(0x134)]=_0x5b5e85;}}}module[a54_0x35f4de(0x17f)]=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_0x18e2c7=a55_0x17c5;(function(_0x4c17db,_0x1fb688){const _0x3e4104=a55_0x17c5,_0x35ec36=_0x4c17db();while(!![]){try{const _0x3511cc=parseInt(_0x3e4104(0x1b8))/0x1+parseInt(_0x3e4104(0x188))/0x2+parseInt(_0x3e4104(0x1da))/0x3+-parseInt(_0x3e4104(0x1af))/0x4*(-parseInt(_0x3e4104(0x1d1))/0x5)+-parseInt(_0x3e4104(0x152))/0x6*(parseInt(_0x3e4104(0x137))/0x7)+parseInt(_0x3e4104(0x160))/0x8+-parseInt(_0x3e4104(0x14a))/0x9;if(_0x3511cc===_0x1fb688)break;else _0x35ec36['push'](_0x35ec36['shift']());}catch(_0x38a24a){_0x35ec36['push'](_0x35ec36['shift']());}}}(a55_0xaee2,0x834bc));const a55_0x4b61d1={};a55_0x4b61d1['INFO']=a55_0x18e2c7(0x1b7),a55_0x4b61d1[a55_0x18e2c7(0x170)]=a55_0x18e2c7(0x154);const a55_0x5c270c={};a55_0x5c270c[a55_0x18e2c7(0x1a1)]=a55_0x18e2c7(0x1bf);const a55_0x208bb3={};a55_0x208bb3[a55_0x18e2c7(0x1a1)]=a55_0x18e2c7(0x132);const a55_0x4740be={};a55_0x4740be[a55_0x18e2c7(0x1a1)]=a55_0x18e2c7(0x1b5);function a55_0x17c5(_0x337f25,_0x5b42e5){const _0xaee2a5=a55_0xaee2();return a55_0x17c5=function(_0x17c552,_0x3b1b01){_0x17c552=_0x17c552-0x11a;let _0x520eab=_0xaee2a5[_0x17c552];return _0x520eab;},a55_0x17c5(_0x337f25,_0x5b42e5);}const a55_0x588eb1={};a55_0x588eb1[a55_0x18e2c7(0x1a1)]=a55_0x18e2c7(0x1c1);const a55_0xb634d6={};a55_0xb634d6['INFO']=a55_0x18e2c7(0x120);const a55_0x59430d={};a55_0x59430d[a55_0x18e2c7(0x1a1)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x2eab17={};a55_0x2eab17[a55_0x18e2c7(0x1a1)]=a55_0x18e2c7(0x139);const a55_0x43ca19={};a55_0x43ca19[a55_0x18e2c7(0x1a1)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a55_0x357f20={};a55_0x357f20[a55_0x18e2c7(0x1a1)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x16f888={};function a55_0xaee2(){const _0x4a6439=['accessibility','bsstag','browserstack.com','BROWSERSTACK_APP_AUTOMATE_URL','toLowerCase','AUTOLOGCAPTURE_NOTIFICATION','UNABLE_TO_VERIFY_LEAF_SIGNATURE','^[a-zA-Z0-9_.-]*$','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','INTEGRATIONS','SDK_INSTRUMENTATION_CONFIG','codeceptjs-cucumber','turboScale','MODULE','1405UcANMc','ROOT_REGEX','ERR_TUNNEL_CONNECTION_FAILED','platforms','BROWSERSTACK_AUTOMATE_URL','observability','wss://cdp.browserstack.com/playwright?caps=','hubUrl','bsstag.com','2995041pXyaAg','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','root','timeouts','SDKTestTcgAuthFailure','unable\x20to\x20verify\x20the\x20first\x20certificate','.apk','browserstack','httpProxy','JEST','HST','CUSTOM_ID_REGEX','DEPTH_ZERO_SELF_SIGNED_CERT','MOCHA','customVariables','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','A11Y_GET_RESULTS','TCG_AUTH_TIMEOUT','percyOptions','https://automation.browserstack.com','CODECEPT_CUCUMBER','module','SDKTestTcgProxyFailure','SSL_ERROR_MESSAGES','TEST\x20REPORTING\x20AND\x20ANALYTICS','strictFileInteractability','GLOBAL_AGENT_NO_PROXY','proxyPassword','disableAutoCaptureLogs','OBSERVABILITY_SUPPORTED_FWS','ERR_CONNECTION_TIMED_OUT','https://api-preprod.bsstag.com','ERR_SOCKS_CONNECTION_FAILED','VALID_APP_EXTENSION','proxyPass','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_FAILED','APP_AUTOMATE','2|12|10|3|0|11|5|8|9|1|4|7|6','https://app-automate.browserstack.com/dashboard/v2/builds/','CODECEPTJS','localProxyUser','CONNECTIVITY_ISSUE_ERROR_CODES','jest','Upgrade\x20required','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','FRAMEWORKS','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BROWSERSTACK','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserstack.userName','Run\x20nightwatch\x20tests\x20on\x20browserstack','browserstack-ats.com','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','codeceptjs','https://api.browserstack.com','ERR_TIMED_OUT','automate','testOrchestrationOptions','framework','https://upload-observability-devtestops-ssi.bsstag.com','exports','https://tcg.browserstack.com','unable\x20to\x20get\x20local\x20issuer\x20certificate','PLAYWRIGHT_CONFIG_OPTION_ERRORS','.ipa','browserstackLocal','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','turboScaleOptions','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_CONNECTION_FAILED','ERR_BLOCKED_BY_CLIENT','PRIVATE_DOMAIN_OR_IP_REGEX','percyCaptureMode','11543jTAIqQ','ERR_TLS_CERT_ALTNAME_INVALID','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','VANILLA','...[TRUNCATED]','testReportingOptions','acceptInsecureCerts','CUCUMBER','ETXTBSY','ATS_WSS_URL_REGEX','testContextOptions','VERSION','A11Y_GET_RESULTS_SUMMARY','https://automation-preprod.bsstag.com','SHAREABLE_ID_REGEX','Jest','A11Y_SAVE_RESULTS','mocha','26826300ZzKzOz','localProxyPass','httpsProxy','O11Y_URL','proxySettings','accessibilityOptions','sdk/v1/update_cli','.browserstack\x20folder\x20not\x20accessible','6tZbszB','SDKTestInvalidTcgAuthResponseWithUserImpact','Specify\x20--help\x20for\x20available\x20options','HUB_URL_REGEX','FUNNEL_INSTRUMENTATION_API_URL','TCG_AUTH_FAILURE','AI_PROXY_FAILURE','OBSERVABILITY_UPLOAD_URL','wss://cdp-preprod.bsstag.com/playwright?caps=','cucumber','https://api-cloud-devtestops.bsstag.com','Playwright','env','acceptSslCert','2002760hlJANP','HEALING_LOG_DATA_TIMEOUT','SELF_SIGNED_CERT_IN_CHAIN','CLI_SUPPORTED_FRAMEWORKS','GLOBAL_AGENT_HTTP_PROXY','preprod','https://eds.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','DEBUG_LOG_FILE_NAME','PLAYWRIGHT_TRACE_LOGS','browserStackLocalOptions','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_NAME_NOT_RESOLVED','split','acceptSslCerts','self\x20signed\x20certificate','HELP','INTERNALLY_USED_ENV_VARS','userName','/usage.log','https://edsstaging.bsstag.com','commonjs','https://tcg-preprod.bsstag.com','TCG_URL','A11Y_SCAN','sdk/v1/event','https://tcg.bsstag.com','ATS_HUB_URL_REGEX','localOptions','3|6|0|10|2|1|9|5|7|12|4|11|8','automation','parallelsPerPlatform','firefoxOptions','playwright','percyScreenshot','certificate\x20has\x20expired','AI_ENABLED_FRAMEWORK','testObservabilityOptions','https://observability-devtestops.bsstag.com','BSTACK_URL','2022236IkDQFa','CLIENT_TROUBLESHOOTING_HASH','ERR_SOCKET_NOT_CONNECTED','HEALING_FAILURE_TIMEOUT','SET_TCG_TOKEN_TIMEOUT','ERR_NAME_RESOLUTION_FAILED','wss://cdp-devtestops.bsstag.com/playwright?caps=','AI_INIT_SUCCESSFUL','pageLoadStrategy','vanilla','CERT_HAS_EXPIRED','Cucumber-JS','APP_UPLOAD_URL','invalidKeys','TCG_REGION','app-automate','POLL_HEALING_RESULT_TIMEOUT','browserstack.overridelocalInfo.userAuthToken','browserVersion','use','COMMONJS','https://hub-devtestops.bsstag.com/wd/hub','testReporting','testObservability','USER_CONFIG_DETAILS_PATH','INFO','AI_INIT_FAILURE','browserstackAutomation','ERR_CONNECTION_ABORTED','SDKTestTcgtInitSuccessful','BROWSERSTACK_ENV','ERR_PROXY_CONNECTION_FAILED','stag','EDS_URL','https://upload-observability.browserstack.com','LOG_FILE_NAME','PLAYWRIGHT_HUB_URL','BROWSERSTACK_API_URL','PLAYWRIGHT','11444RheyNy','REDACTED_KEYS','BSTACK_ATS_URL','BINARY_BUSY_ERROR_CODES','SSL_ERROR_CODES','INVALID_INIT_RESP_WITH_USER_IMPACT','Run\x20cucumber-js\x20tests\x20on\x20browserstack','Mocha','shows\x20version\x20information','456386mfLFDe','unhandledPromptBehavior','chromeOptions','uniqueDependency','percy','rerunTests','https://automate.browserstack.com/dashboard/v2/builds/','Run\x20jest\x20tests\x20on\x20browserstack','ERR_NETWORK_CHANGED','Run\x20js\x20tests\x20on\x20browserstack','SDKTestInitFailedResponse'];a55_0xaee2=function(){return _0x4a6439;};return a55_0xaee2();}a55_0x16f888[a55_0x18e2c7(0x1ae)]=a55_0x18e2c7(0x15d),a55_0x16f888[a55_0x18e2c7(0x1e7)]=a55_0x18e2c7(0x149),a55_0x16f888[a55_0x18e2c7(0x1e3)]=a55_0x18e2c7(0x205),a55_0x16f888['CODECEPT']=a55_0x18e2c7(0x123),a55_0x16f888[a55_0x18e2c7(0x1ee)]=a55_0x18e2c7(0x1ce),a55_0x16f888['CUCUMBER']=a55_0x18e2c7(0x15b),a55_0x16f888[a55_0x18e2c7(0x13b)]=a55_0x18e2c7(0x191);const a55_0x35b9a8={};a55_0x35b9a8[a55_0x18e2c7(0x195)]=a55_0x18e2c7(0x207),a55_0x35b9a8[a55_0x18e2c7(0x1bb)]=a55_0x18e2c7(0x130),a55_0x35b9a8['mandatoryDependency']=a55_0x18e2c7(0x11e),a55_0x35b9a8['invalidTestInputType']=a55_0x18e2c7(0x13a);const a55_0x4b3237={};a55_0x4b3237[a55_0x18e2c7(0x19c)]=a55_0x18e2c7(0x175),a55_0x4b3237[a55_0x18e2c7(0x1d0)]=a55_0x18e2c7(0x1ef);const a55_0x2eb310={};a55_0x2eb310[a55_0x18e2c7(0x1b6)]=0xfde8,a55_0x2eb310[a55_0x18e2c7(0x193)]=0xfde8,a55_0x2eb310[a55_0x18e2c7(0x147)]=0x186a0;const a55_0x371cdc={};a55_0x371cdc[a55_0x18e2c7(0x1dc)]=[a55_0x18e2c7(0x172),'accessKey',a55_0x18e2c7(0x1e2),a55_0x18e2c7(0x14c),a55_0x18e2c7(0x1e8),a55_0x18e2c7(0x11f),'browserstack.accessKey',a55_0x18e2c7(0x1f5),'authToken','proxyUrl',a55_0x18e2c7(0x199)],a55_0x371cdc[a55_0x18e2c7(0x16a)]=['proxyUser',a55_0x18e2c7(0x1fc),a55_0x18e2c7(0x203),a55_0x18e2c7(0x14b)];const a55_0x220341={};a55_0x220341[a55_0x18e2c7(0x12f)]=a55_0x18e2c7(0x12f),a55_0x220341[a55_0x18e2c7(0x16a)]='browserStackLocalOptions',a55_0x220341[a55_0x18e2c7(0x17c)]=a55_0x18e2c7(0x16a),a55_0x220341[a55_0x18e2c7(0x17f)]=a55_0x18e2c7(0x17f),a55_0x220341[a55_0x18e2c7(0x1d4)]='platforms',a55_0x220341['logLevel']='logLevel',a55_0x220341[a55_0x18e2c7(0x1e2)]='httpProxy',a55_0x220341['httpsProxy']=a55_0x18e2c7(0x14c),a55_0x220341[a55_0x18e2c7(0x128)]=a55_0x18e2c7(0x128),a55_0x220341[a55_0x18e2c7(0x142)]='testContextOptions',a55_0x220341[a55_0x18e2c7(0x19f)]=a55_0x18e2c7(0x19f),a55_0x220341[a55_0x18e2c7(0x19e)]='testReporting',a55_0x220341['testObservabilityOptions']=a55_0x18e2c7(0x185),a55_0x220341[a55_0x18e2c7(0x13d)]='testReportingOptions',a55_0x220341['customVariables']='customVariables',a55_0x220341[a55_0x18e2c7(0x17e)]=a55_0x18e2c7(0x1a3),a55_0x220341[a55_0x18e2c7(0x1a3)]='browserstackAutomation',a55_0x220341[a55_0x18e2c7(0x1bd)]=a55_0x18e2c7(0x1bd),a55_0x220341[a55_0x18e2c7(0x1bc)]=a55_0x18e2c7(0x1bc),a55_0x220341[a55_0x18e2c7(0x1ec)]=a55_0x18e2c7(0x1ec),a55_0x220341[a55_0x18e2c7(0x136)]='percyCaptureMode',a55_0x220341[a55_0x18e2c7(0x1f6)]='disableAutoCaptureLogs',a55_0x220341[a55_0x18e2c7(0x1c3)]=a55_0x18e2c7(0x1c3),a55_0x220341['accessibilityOptions']=a55_0x18e2c7(0x14f),a55_0x220341[a55_0x18e2c7(0x1cf)]=a55_0x18e2c7(0x1cf),a55_0x220341['turboScaleOptions']=a55_0x18e2c7(0x131),a55_0x220341[a55_0x18e2c7(0x14e)]=a55_0x18e2c7(0x14e),a55_0x220341[a55_0x18e2c7(0x127)]=a55_0x18e2c7(0x127);const a55_0x329303={};a55_0x329303[a55_0x18e2c7(0x151)]=['SDK-GEN-001','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a55_0x142851={};a55_0x142851[a55_0x18e2c7(0x143)]=a55_0x4b61d1,a55_0x142851[a55_0x18e2c7(0x1e3)]=a55_0x5c270c,a55_0x142851[a55_0x18e2c7(0x1e7)]=a55_0x208bb3,a55_0x142851[a55_0x18e2c7(0x13f)]=a55_0x4740be,a55_0x142851[a55_0x18e2c7(0x13b)]=a55_0x588eb1,a55_0x142851['NIGHTWATCH']=a55_0xb634d6,a55_0x142851['PLAYWRIGHT']=a55_0x59430d,a55_0x142851[a55_0x18e2c7(0x202)]=a55_0x2eab17,a55_0x142851[a55_0x18e2c7(0x1e4)]=a55_0x43ca19,a55_0x142851[a55_0x18e2c7(0x1cc)]=a55_0x357f20,a55_0x142851['BSTACK_DELTA']=0xf*0x3c*0x3e8,a55_0x142851[a55_0x18e2c7(0x1d8)]='https://hub.browserstack.com/wd/hub',a55_0x142851[a55_0x18e2c7(0x177)]=a55_0x18e2c7(0x12b),a55_0x142851[a55_0x18e2c7(0x196)]=a55_0x18e2c7(0x19b),a55_0x142851[a55_0x18e2c7(0x155)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x142851[a55_0x18e2c7(0x17b)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x142851[a55_0x18e2c7(0x141)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x142851['ROOT_CAPS']=[a55_0x18e2c7(0x13e),a55_0x18e2c7(0x190),a55_0x18e2c7(0x1f3),a55_0x18e2c7(0x1b9),a55_0x18e2c7(0x1dd),'browserName',a55_0x18e2c7(0x19a),a55_0x18e2c7(0x16e),a55_0x18e2c7(0x15f),a55_0x18e2c7(0x1ba),a55_0x18e2c7(0x180),'edgeOptions','ieOptions'],a55_0x142851[a55_0x18e2c7(0x1d2)]=/^[\w-]+:.*$/,a55_0x142851[a55_0x18e2c7(0x135)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x142851['EDS_URL']=a55_0x18e2c7(0x166),a55_0x142851[a55_0x18e2c7(0x1ad)]=a55_0x18e2c7(0x124),a55_0x142851['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a55_0x142851['UPDATED_CLI_ENDPOINT']=a55_0x18e2c7(0x150),a55_0x142851[a55_0x18e2c7(0x156)]=a55_0x18e2c7(0x179),a55_0x142851['AUTOMATE_PRODUCTS']=[a55_0x18e2c7(0x126),a55_0x18e2c7(0x1d6)],a55_0x142851['APP_AUTOMATE_PRODUCTS']=['app-automate',a55_0x18e2c7(0x1d6)],a55_0x142851[a55_0x18e2c7(0x1db)]=['observability'],a55_0x142851[a55_0x18e2c7(0x159)]=a55_0x18e2c7(0x1aa),a55_0x142851[a55_0x18e2c7(0x1f7)]=[a55_0x18e2c7(0x149),a55_0x18e2c7(0x15d)],a55_0x142851['AUTOMATE']=[a55_0x18e2c7(0x126)],a55_0x142851[a55_0x18e2c7(0x1d5)]=a55_0x18e2c7(0x1be),a55_0x142851[a55_0x18e2c7(0x1c6)]=a55_0x18e2c7(0x201),a55_0x142851[a55_0x18e2c7(0x1ff)]=[a55_0x18e2c7(0x197)],a55_0x142851['NUDGE_LOCAL_ERRORS']=[a55_0x18e2c7(0x1fe),a55_0x18e2c7(0x125),a55_0x18e2c7(0x134),a55_0x18e2c7(0x1c0),a55_0x18e2c7(0x18a),'ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED',a55_0x18e2c7(0x1a4),a55_0x18e2c7(0x133),a55_0x18e2c7(0x16c),'ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE',a55_0x18e2c7(0x1d3),a55_0x18e2c7(0x1f8),a55_0x18e2c7(0x1fa),a55_0x18e2c7(0x1e9),a55_0x18e2c7(0x1a7),'ERR_NAME_NOT_RESOLVED',a55_0x18e2c7(0x18d),a55_0x18e2c7(0x11b)],a55_0x142851[a55_0x18e2c7(0x1fb)]=[a55_0x18e2c7(0x1e0),'.aab',a55_0x18e2c7(0x12e)],a55_0x142851[a55_0x18e2c7(0x1e5)]=a55_0x18e2c7(0x1ca),a55_0x142851[a55_0x18e2c7(0x146)]=a55_0x18e2c7(0x16b),a55_0x142851['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a55_0x142851[a55_0x18e2c7(0x1ac)]=a55_0x18e2c7(0x1d7),a55_0x142851[a55_0x18e2c7(0x11a)]=a55_0x16f888,a55_0x142851['PERCY_SUPPORTED_FRAMEWORKS']=['jest',a55_0x18e2c7(0x149)],a55_0x142851[a55_0x18e2c7(0x12d)]=a55_0x35b9a8,a55_0x142851[a55_0x18e2c7(0x1c8)]=a55_0x18e2c7(0x1cb),a55_0x142851['PACKAGE_TYPE']=a55_0x4b3237,a55_0x142851['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x142851['GIT_META_DATA_TRUNCATED']=a55_0x18e2c7(0x13c),a55_0x142851['UPGRADE_REQUIRED']=a55_0x18e2c7(0x206),a55_0x142851['TCG_DOWN']='SDKTestTcgDownResponse',a55_0x142851[a55_0x18e2c7(0x1b4)]=a55_0x18e2c7(0x153),a55_0x142851[a55_0x18e2c7(0x157)]=a55_0x18e2c7(0x1de),a55_0x142851[a55_0x18e2c7(0x18f)]=a55_0x18e2c7(0x1a5),a55_0x142851[a55_0x18e2c7(0x1a2)]=a55_0x18e2c7(0x1c2),a55_0x142851[a55_0x18e2c7(0x158)]=a55_0x18e2c7(0x1f0),a55_0x142851[a55_0x18e2c7(0x1eb)]=0x1388,a55_0x142851[a55_0x18e2c7(0x18c)]=0x1388,a55_0x142851[a55_0x18e2c7(0x161)]=0x1388,a55_0x142851[a55_0x18e2c7(0x18b)]=0x1388,a55_0x142851[a55_0x18e2c7(0x198)]=0xc350,a55_0x142851[a55_0x18e2c7(0x167)]=a55_0x2eb310,a55_0x142851[a55_0x18e2c7(0x1b0)]=a55_0x371cdc,a55_0x142851[a55_0x18e2c7(0x184)]=[a55_0x18e2c7(0x191),'codeceptjs'],a55_0x142851[a55_0x18e2c7(0x1cd)]=a55_0x220341,a55_0x142851[a55_0x18e2c7(0x1ab)]=a55_0x18e2c7(0x173),a55_0x142851[a55_0x18e2c7(0x168)]='/usage-debug.log',a55_0x142851[a55_0x18e2c7(0x187)]=a55_0x18e2c7(0x1c5),a55_0x142851[a55_0x18e2c7(0x1b1)]=a55_0x18e2c7(0x121),a55_0x142851['O11Y_URL']=a55_0x18e2c7(0x1ed),a55_0x142851['TEST_REPORTING_ANALYTICS']=a55_0x18e2c7(0x1f2),a55_0x142851[a55_0x18e2c7(0x11c)]=a55_0x18e2c7(0x1e1),a55_0x142851[a55_0x18e2c7(0x163)]=[a55_0x18e2c7(0x181),a55_0x18e2c7(0x15b),'jest'],a55_0x142851['AUTOMATION_LOG_COMMANDS']=[a55_0x18e2c7(0x178),a55_0x18e2c7(0x144),a55_0x18e2c7(0x1ea),a55_0x18e2c7(0x148),a55_0x18e2c7(0x182),'ObservabilitySync'],a55_0x142851['PLAYWRIGHT_TRACE_LOGS']=a55_0x18e2c7(0x169),a55_0x142851[a55_0x18e2c7(0x1f1)]=[a55_0x18e2c7(0x16f),a55_0x18e2c7(0x1df),a55_0x18e2c7(0x183),a55_0x18e2c7(0x12c),a55_0x18e2c7(0x138),a55_0x18e2c7(0x1e6)],a55_0x142851[a55_0x18e2c7(0x1b3)]=[a55_0x18e2c7(0x162),a55_0x18e2c7(0x1e6),a55_0x18e2c7(0x1c9),a55_0x18e2c7(0x192),a55_0x18e2c7(0x138),a55_0x18e2c7(0x122)],a55_0x142851[a55_0x18e2c7(0x204)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x142851[a55_0x18e2c7(0x189)]=a55_0x329303,a55_0x142851[a55_0x18e2c7(0x171)]=[a55_0x18e2c7(0x164),a55_0x18e2c7(0x1f4),a55_0x18e2c7(0x1a0)],a55_0x142851[a55_0x18e2c7(0x1b2)]=[a55_0x18e2c7(0x140),'EBUSY'],module[a55_0x18e2c7(0x12a)]=a55_0x142851;const _env=(process[a55_0x18e2c7(0x15e)][a55_0x18e2c7(0x1a6)]||'prod')[a55_0x18e2c7(0x1c7)]();if(_env==='staging'||_env===a55_0x18e2c7(0x1a8)){const rHlveK=a55_0x18e2c7(0x200)[a55_0x18e2c7(0x16d)]('|');let LVZAiC=0x0;while(!![]){switch(rHlveK[LVZAiC++]){case'0':module[a55_0x18e2c7(0x12a)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x18e2c7(0x1fd);continue;case'1':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x14d)]=a55_0x18e2c7(0x186);continue;case'2':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x1d8)]=a55_0x18e2c7(0x19d);continue;case'3':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x155)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module['exports'][a55_0x18e2c7(0x159)]=a55_0x18e2c7(0x129);continue;case'5':module['exports'][a55_0x18e2c7(0x194)]=a55_0x18e2c7(0x15c);continue;case'6':module[a55_0x18e2c7(0x12a)]['BROWSERSTACK']='bsstag';continue;case'7':module[a55_0x18e2c7(0x12a)]['EDS_URL']=a55_0x18e2c7(0x174);continue;case'8':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x1ac)]=a55_0x18e2c7(0x18e);continue;case'9':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x187)]=a55_0x18e2c7(0x1d9);continue;case'10':module['exports']['TCG_URL']=a55_0x18e2c7(0x17a);continue;case'11':module[a55_0x18e2c7(0x12a)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'12':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x1ad)]='https://apidevtestops.bsstag.com';continue;}break;}}else{if(_env===a55_0x18e2c7(0x165)||_env==='pre-prod'){const emTjUR=a55_0x18e2c7(0x17d)[a55_0x18e2c7(0x16d)]('|');let OLnbLc=0x0;while(!![]){switch(emTjUR[OLnbLc++]){case'0':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x177)]=a55_0x18e2c7(0x176);continue;case'1':module['exports'][a55_0x18e2c7(0x1c6)]=a55_0x18e2c7(0x11d);continue;case'2':module[a55_0x18e2c7(0x12a)]['BROWSERSTACK_AUTOMATE_URL']='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'3':module[a55_0x18e2c7(0x12a)]['hubUrl']='https://hub-preprod.bsstag.com/wd/hub';continue;case'4':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x159)]='https://upload-observability-preprod.bsstag.com';continue;case'5':module['exports']['PLAYWRIGHT_HUB_URL']=a55_0x18e2c7(0x15a);continue;case'6':module['exports']['BROWSERSTACK_API_URL']=a55_0x18e2c7(0x1f9);continue;case'7':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x187)]=a55_0x18e2c7(0x1d9);continue;case'8':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x11c)]=a55_0x18e2c7(0x1c4);continue;case'9':module['exports'][a55_0x18e2c7(0x194)]='https://api-preprod.bsstag.com';continue;case'10':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x155)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module['exports'][a55_0x18e2c7(0x1a9)]=a55_0x18e2c7(0x174);continue;case'12':module[a55_0x18e2c7(0x12a)][a55_0x18e2c7(0x14d)]=a55_0x18e2c7(0x145);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
+ function a56_0x1cbc(_0x3cfd87,_0x4875a0){const _0x4f898f=a56_0x4f89();return a56_0x1cbc=function(_0x1cbc12,_0x128db5){_0x1cbc12=_0x1cbc12-0x169;let _0x4e7e5b=_0x4f898f[_0x1cbc12];return _0x4e7e5b;},a56_0x1cbc(_0x3cfd87,_0x4875a0);}const a56_0x1bcbc8=a56_0x1cbc;(function(_0x3850df,_0x39dcdd){const _0x19f291=a56_0x1cbc,_0x4ef3b7=_0x3850df();while(!![]){try{const _0x4ddd5b=-parseInt(_0x19f291(0x176))/0x1+-parseInt(_0x19f291(0x172))/0x2*(parseInt(_0x19f291(0x179))/0x3)+parseInt(_0x19f291(0x16a))/0x4*(-parseInt(_0x19f291(0x169))/0x5)+parseInt(_0x19f291(0x16c))/0x6+parseInt(_0x19f291(0x177))/0x7*(parseInt(_0x19f291(0x170))/0x8)+parseInt(_0x19f291(0x175))/0x9+-parseInt(_0x19f291(0x17a))/0xa*(-parseInt(_0x19f291(0x178))/0xb);if(_0x4ddd5b===_0x39dcdd)break;else _0x4ef3b7['push'](_0x4ef3b7['shift']());}catch(_0x50002b){_0x4ef3b7['push'](_0x4ef3b7['shift']());}}}(a56_0x4f89,0xf11a0));const logReportingAPI=require(a56_0x1bcbc8(0x16e)),BSTestOpsLogger=new logReportingAPI({});function a56_0x4f89(){const _0x241006=['configure','5542MJcSNZ','type','log','326142vUxsbA','367591zaLxhi','744737lDIwjj','121319GGgjNd','1977rhMsqR','1000EQovde','5gyiBMx','3004004jNxBEL','join','11013456KUxBDi','layout','./logReportingAPI','data','72GhcTXI'];a56_0x4f89=function(){return _0x241006;};return a56_0x4f89();}function BSTestOpsLog4JSAppender(_0xbdef42,_0x56b531){return _0x5385e3=>{const _0x1046d9=a56_0x1cbc;BSTestOpsLogger[_0x1046d9(0x174)]({'level':_0x5385e3['level']?_0x5385e3['level']['levelStr']:null,'message':_0x5385e3[_0x1046d9(0x16f)]?_0x5385e3[_0x1046d9(0x16f)][_0x1046d9(0x16b)]('\x20'):null});};}exports[a56_0x1bcbc8(0x171)]=(_0xc7251e,_0x37c252)=>{const _0x5d45b4=a56_0x1bcbc8,_0x525c2e={'IwXZW':function(_0x2a2744,_0x3b71d0,_0x2d9e87){return _0x2a2744(_0x3b71d0,_0x2d9e87);}};let _0x283592=_0x37c252['colouredLayout'];return _0xc7251e[_0x5d45b4(0x16d)]&&(_0x283592=_0x37c252['layout'](_0xc7251e[_0x5d45b4(0x16d)][_0x5d45b4(0x173)],_0xc7251e[_0x5d45b4(0x16d)])),_0x525c2e['IwXZW'](BSTestOpsLog4JSAppender,_0x283592,_0xc7251e['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_0x5ed078=a57_0x5b95;(function(_0x448e77,_0x52aa5e){const _0x4200d7=a57_0x5b95,_0x26b2a9=_0x448e77();while(!![]){try{const _0x4a83a1=parseInt(_0x4200d7(0x1f9))/0x1+parseInt(_0x4200d7(0x1f3))/0x2+parseInt(_0x4200d7(0x1ef))/0x3+parseInt(_0x4200d7(0x1fa))/0x4*(parseInt(_0x4200d7(0x1f8))/0x5)+-parseInt(_0x4200d7(0x1e6))/0x6*(parseInt(_0x4200d7(0x1e7))/0x7)+parseInt(_0x4200d7(0x1ee))/0x8*(-parseInt(_0x4200d7(0x1f0))/0x9)+parseInt(_0x4200d7(0x1e4))/0xa;if(_0x4a83a1===_0x52aa5e)break;else _0x26b2a9['push'](_0x26b2a9['shift']());}catch(_0x1bbabf){_0x26b2a9['push'](_0x26b2a9['shift']());}}}(a57_0x5227,0xe105f));function a57_0x5b95(_0x29cc38,_0x5ec8c5){const _0x522703=a57_0x5227();return a57_0x5b95=function(_0x5b9542,_0x20fb9e){_0x5b9542=_0x5b9542-0x1e1;let _0x1c8663=_0x522703[_0x5b9542];return _0x1c8663;},a57_0x5b95(_0x29cc38,_0x5ec8c5);}const Transport=require(a57_0x5ed078(0x1fe)),{consoleHolder}=require(a57_0x5ed078(0x1f6)),a57_0x469797={};a57_0x469797[a57_0x5ed078(0x1f4)]=a57_0x5ed078(0x1f4),a57_0x469797['ERROR']=a57_0x5ed078(0x1fb),a57_0x469797['DEBUG']=a57_0x5ed078(0x1ff),a57_0x469797[a57_0x5ed078(0x1e3)]=a57_0x5ed078(0x1e3),a57_0x469797[a57_0x5ed078(0x200)]='WARN';const LOG_LEVELS=a57_0x469797;function a57_0x5227(){const _0x406f1f=['INFO','debug','../../helpers/test-observability/constants','toUpperCase','3280790DnEcLR','1144406OMgvyA','8kKeRVe','ERROR','OpTOZ','pid','winston-transport','DEBUG','WARN','toLowerCase','toISOString','logToTestOps','TRACE','5333870ewMexC','warn','1050bDRBbk','57841TzoYxI','error','exports','bs:addLog:','info','join','TEST_LOG','515232gWFFVX','1554846nBhSgw','189cNWcBY','log','trace','423626HeTNLV'];a57_0x5227=function(){return _0x406f1f;};return a57_0x5227();}class logPatcher extends Transport{constructor(_0x1007f3){super(_0x1007f3);}[a57_0x5ed078(0x1e2)]=(_0x563ec9=LOG_LEVELS[a57_0x5ed078(0x1f4)],_0x220198=[''])=>{const _0x23dd7a=a57_0x5ed078,_0x2a935e={};_0x2a935e[_0x23dd7a(0x1fc)]=_0x23dd7a(0x1ed);const _0x440b28=_0x2a935e;consoleHolder[_0x563ec9[_0x23dd7a(0x201)]()](..._0x220198),process['emit'](_0x23dd7a(0x1ea)+process[_0x23dd7a(0x1fd)],{'timestamp':new Date()[_0x23dd7a(0x1e1)](),'level':_0x563ec9[_0x23dd7a(0x1f7)](),'message':'\x22'+_0x220198[_0x23dd7a(0x1ec)](',\x20')+'\x22','kind':_0x440b28['OpTOZ'],'http_response':{}});};[a57_0x5ed078(0x1f2)]=(..._0x43620e)=>{const _0x333de7=a57_0x5ed078;this[_0x333de7(0x1e2)](LOG_LEVELS[_0x333de7(0x1e3)],_0x43620e);};[a57_0x5ed078(0x1f5)]=(..._0x592655)=>{const _0x329281=a57_0x5ed078;this['logToTestOps'](LOG_LEVELS[_0x329281(0x1ff)],_0x592655);};[a57_0x5ed078(0x1eb)]=(..._0x5945d7)=>{const _0x1e3634=a57_0x5ed078;this[_0x1e3634(0x1e2)](LOG_LEVELS[_0x1e3634(0x1f4)],_0x5945d7);};[a57_0x5ed078(0x1e5)]=(..._0x1b8df8)=>{const _0x30372d=a57_0x5ed078;this['logToTestOps'](LOG_LEVELS[_0x30372d(0x200)],_0x1b8df8);};[a57_0x5ed078(0x1e8)]=(..._0x338c17)=>{const _0x39e933=a57_0x5ed078;this[_0x39e933(0x1e2)](LOG_LEVELS[_0x39e933(0x1fb)],_0x338c17);};[a57_0x5ed078(0x1f1)]=(..._0x1ac2d1)=>{const _0x255f72=a57_0x5ed078;this[_0x255f72(0x1e2)](LOG_LEVELS[_0x255f72(0x1f4)],_0x1ac2d1);};};module[a57_0x5ed078(0x1e9)]=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
+ function a58_0x204e(_0x2996be,_0x593f13){const _0x17f233=a58_0x17f2();return a58_0x204e=function(_0x204e74,_0xd3196e){_0x204e74=_0x204e74-0x13f;let _0x3139c7=_0x17f233[_0x204e74];return _0x3139c7;},a58_0x204e(_0x2996be,_0x593f13);}const a58_0xfb50b2=a58_0x204e;(function(_0x50f705,_0x1fd1ca){const _0x287bce=a58_0x204e,_0x298e32=_0x50f705();while(!![]){try{const _0x27fdad=parseInt(_0x287bce(0x15c))/0x1*(-parseInt(_0x287bce(0x158))/0x2)+parseInt(_0x287bce(0x157))/0x3+-parseInt(_0x287bce(0x160))/0x4+-parseInt(_0x287bce(0x141))/0x5+-parseInt(_0x287bce(0x142))/0x6*(parseInt(_0x287bce(0x15f))/0x7)+-parseInt(_0x287bce(0x153))/0x8*(-parseInt(_0x287bce(0x144))/0x9)+parseInt(_0x287bce(0x147))/0xa*(parseInt(_0x287bce(0x14c))/0xb);if(_0x27fdad===_0x1fd1ca)break;else _0x298e32['push'](_0x298e32['shift']());}catch(_0x4c329b){_0x298e32['push'](_0x298e32['shift']());}}}(a58_0x17f2,0x48094));const Transport=require(a58_0xfb50b2(0x143)),{consoleHolder}=require(a58_0xfb50b2(0x161)),a58_0x1da85f={};a58_0x1da85f[a58_0xfb50b2(0x159)]=a58_0xfb50b2(0x159),a58_0x1da85f['ERROR']=a58_0xfb50b2(0x148),a58_0x1da85f[a58_0xfb50b2(0x14b)]=a58_0xfb50b2(0x14b),a58_0x1da85f[a58_0xfb50b2(0x15d)]='TRACE',a58_0x1da85f[a58_0xfb50b2(0x146)]=a58_0xfb50b2(0x146);const LOG_LEVELS=a58_0x1da85f;class logReportingAPI extends Transport{constructor(_0x4755fb){super(_0x4755fb);}['log'](_0x4cd340,_0x30bb0c){const _0x4e0f70=a58_0xfb50b2,_0x4367d1={'OCDHV':_0x4e0f70(0x14f),'Jlewv':function(_0x43f573,_0x39a433){return _0x43f573(_0x39a433);},'UVETr':function(_0x38eb04,_0x5b856f){return _0x38eb04===_0x5b856f;},'MhLmG':_0x4e0f70(0x154),'sehSa':function(_0x30a3a5){return _0x30a3a5();}};_0x4367d1['Jlewv'](setImmediate,()=>{const _0xb9771a=_0x4e0f70;this[_0xb9771a(0x14e)](_0x4367d1[_0xb9771a(0x15b)],_0x4cd340);}),_0x4367d1[_0x4e0f70(0x150)](typeof _0x4cd340,_0x4367d1['MhLmG'])?this['logToTestOps'](_0x4cd340[_0x4e0f70(0x14a)]||LOG_LEVELS['INFO'],_0x4cd340[_0x4e0f70(0x13f)],![]):this[_0x4e0f70(0x15e)](LOG_LEVELS['INFO'],_0x4cd340),_0x30bb0c&&_0x4367d1[_0x4e0f70(0x145)](_0x30bb0c);}['logToTestOps']=(_0x23f950=LOG_LEVELS[a58_0xfb50b2(0x159)],_0x4b7fca='',_0x581d28=!![])=>{const _0x4304db=a58_0xfb50b2,_0x4f0bc8={};_0x4f0bc8['CiXNY']=_0x4304db(0x149);const _0x10b002=_0x4f0bc8;_0x581d28&&consoleHolder[_0x23f950['toLowerCase']()](_0x4b7fca),process[_0x4304db(0x14e)](_0x4304db(0x155)+process[_0x4304db(0x15a)],{'timestamp':new Date()[_0x4304db(0x14d)](),'level':_0x23f950[_0x4304db(0x152)](),'message':_0x4b7fca,'kind':_0x10b002['CiXNY'],'http_response':{}});};['trace']=(_0x847238,_0x3c201b)=>{const _0x10c116=a58_0xfb50b2;this[_0x10c116(0x15e)](LOG_LEVELS['TRACE'],_0x847238);};['debug']=(_0xaf28a5,_0x48f90c)=>{const _0xfc3740=a58_0xfb50b2;this[_0xfc3740(0x15e)](LOG_LEVELS[_0xfc3740(0x14b)],_0xaf28a5);};['info']=(_0x25f7ba,_0x55ba10)=>{const _0x49fd1b=a58_0xfb50b2;this[_0x49fd1b(0x15e)](LOG_LEVELS['INFO'],_0x25f7ba);};[a58_0xfb50b2(0x140)]=(_0x32c0a4,_0x3f586f)=>{const _0x3030fe=a58_0xfb50b2;this[_0x3030fe(0x15e)](LOG_LEVELS[_0x3030fe(0x146)],_0x32c0a4);};[a58_0xfb50b2(0x156)]=(_0x3b7b6e,_0x26baf4)=>{const _0x2f1901=a58_0xfb50b2;this[_0x2f1901(0x15e)](LOG_LEVELS['ERROR'],_0x3b7b6e);};};module[a58_0xfb50b2(0x151)]=logReportingAPI;function a58_0x17f2(){const _0x48795b=['level','DEBUG','11DmHNyz','toISOString','emit','logged','UVETr','exports','toUpperCase','112XSaZKf','object','bs:addLog:','error','690042SPieap','2eMXZrY','INFO','pid','OCDHV','432662TOyxoZ','TRACE','logToTestOps','31703eATnZQ','1239508BkuogK','../../helpers/test-observability/constants','message','warn','903405vEaYId','42WIvmzV','winston-transport','370503pkhycC','sehSa','WARN','4436310vDvGzJ','ERROR','TEST_LOG'];a58_0x17f2=function(){return _0x48795b;};return a58_0x17f2();}