browserstack-node-sdk 1.50.1 → 1.50.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a48_0x3f7385=a48_0x47d3;function a48_0x3aa3(){const _0x126059=['unlinkSync','16111900lTeKzl','Qhfzb','Show\x20help','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','4031358PMsEdy','exitCode','message','pPSVl','upofG','../helpers/logger','argv','info','rCIeH','version','--no-opts','ECIdz','mocha/lib/cli/cli.js','mocha','fireFunnelTestEvent','command','env','setTestObservabilityDisable','INFO','Running\x20SDK\x20with\x20args\x20','4168899TXRfYx','--mochaRequire','describe','boolean','qjRoL','SQupi','EVENTS','parserConfiguration','setBrowserStackAutomationDisable','EieGY','existsSync','721615stAoRS','sendLogs','find','--no-config','./utils/constants','dot-notation','cucumber-js','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','strict','DPENM','includes','BEoZS','FArWA','isUndefined','TlYXn','exitProcess','vanilla','Runs\x20the\x20binary\x20with\x20load\x20command','homedir','yMTbo','./nightwatch/command','IbDoh','ZDZlD','handler','spawn','--no-package','--require','lQJOz','debug','./v2/browserstackCLI','eTQnX','end','LJjZt','stack','rpeML','findAndReplace','format','../helpers/utilities','VANILLA','Hlipx','nightwatch','start','MOCHA','CUCUMBER','nttHo','JEST','QAXXM','alias','Parsing\x20command\x20line\x20arguments','framework','--package','./codeceptjs/command','../helpers/performance/performance-tester','YCeEa','VERSION','4AMoYdb','xAqvi','HST','VqbmN','nWhBK','vnzXL','getConfigPath','./integrations/command','help','BfSuv','option','INTEGRATIONS','path','fMONQ','jest','686064JIXKvo','run','stop','Ncccv','HELP','../helpers/test-observability/constants','ats','PLAYWRIGHT','EnNZY','PdfVt','.local-not-set.json','../helpers/performance/constants','child_process','./jest/command','28AOLVNy','PYCMp','showHelpOnFail','./cucumber-js/command','6584ISAMWU','jxRXw','yargs','SDK_SETUP','708516gEoJon','usage','join','xHiyn','slice','FnslQ','lFhhF','DErqx','wrap','integrations','winstonLogger','390DGNijM','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','push','getInstance','./load/index','config','codeceptjs','playwright','./mocha/command','../helpers/helper'];a48_0x3aa3=function(){return _0x126059;};return a48_0x3aa3();}(function(_0x16a0a5,_0x42c1e2){const _0x5e6003=a48_0x47d3,_0x44d7c1=_0x16a0a5();while(!![]){try{const _0x19586e=-parseInt(_0x5e6003(0x9e))/0x1+parseInt(_0x5e6003(0x9a))/0x2*(parseInt(_0x5e6003(0xa9))/0x3)+-parseInt(_0x5e6003(0x79))/0x4*(parseInt(_0x5e6003(0xd7))/0x5)+-parseInt(_0x5e6003(0xb8))/0x6+-parseInt(_0x5e6003(0x96))/0x7*(-parseInt(_0x5e6003(0x88))/0x8)+-parseInt(_0x5e6003(0xcc))/0x9+parseInt(_0x5e6003(0xb4))/0xa;if(_0x19586e===_0x42c1e2)break;else _0x44d7c1['push'](_0x44d7c1['shift']());}catch(_0x302eec){_0x44d7c1['push'](_0x44d7c1['shift']());}}}(a48_0x3aa3,0x603ff));function a48_0x47d3(_0x43997b,_0x45563b){const _0x3aa383=a48_0x3aa3();return a48_0x47d3=function(_0x47d361,_0x1fbe4a){_0x47d361=_0x47d361-0x74;let _0x13afd7=_0x3aa383[_0x47d361];return _0x13afd7;},a48_0x47d3(_0x43997b,_0x45563b);}const fs=require('fs'),path=require(a48_0x3f7385(0x85)),util=require('util'),spawn=require(a48_0x3f7385(0x94))[a48_0x3f7385(0xef)],{requireModule}=require(a48_0x3f7385(0xb2)),PerformanceTester=require(a48_0x3f7385(0x76)),PerformanceEvents=require(a48_0x3f7385(0x93))[a48_0x3f7385(0xd2)],helper=require(a48_0x3f7385(0xb2)),utilities=require(a48_0x3f7385(0xfc)),{default:BrowserStackSetup}=require('../helpers/BrowserStackSetup'),{FRAMEWORKS}=require(a48_0x3f7385(0x8d)),runIntegrations=require(a48_0x3f7385(0x80)),yargs=require(a48_0x3f7385(0x9c)),Constants=require(a48_0x3f7385(0xdb)),BrowserstackCLI=require(a48_0x3f7385(0xf4)),logger=require(a48_0x3f7385(0xbd))[a48_0x3f7385(0xa8)],origArgs=Object['assign']([],process[a48_0x3f7385(0xbe)]),captureError=async(_0x3c5b71,_0x37502b,_0x3504b6,_0xb04148=null)=>{const _0x7f4c4f=a48_0x3f7385,_0x53b386={'IbDoh':function(_0x4ca5f7,_0x14f5ce,_0x5d9e7d,_0x3387df){return _0x4ca5f7(_0x14f5ce,_0x5d9e7d,_0x3387df);},'BfSuv':'SDKTestSuccessful'};try{logger[_0x7f4c4f(0xbf)](_0x7f4c4f(0xcb)+origArgs[_0x7f4c4f(0xa0)]('\x20')),await _0x53b386[_0x7f4c4f(0xec)](_0x3c5b71,_0x37502b,_0xb04148,_0x3504b6);}catch(_0x39d857){process[_0x7f4c4f(0xb9)]=0x1,logger['error'](util['format'](_0x39d857));const _0x39d27e={'globalException':util[_0x7f4c4f(0xfb)]('%j',_0x39d857)};PerformanceTester['end'](PerformanceEvents[_0x7f4c4f(0x9d)],![],util[_0x7f4c4f(0xfb)](_0x39d857));if(helper[_0x7f4c4f(0xe4)](global[_0x7f4c4f(0xae)])&&helper['isUndefined'](global[_0x7f4c4f(0x108)]))return;try{utilities[_0x7f4c4f(0xc6)](_0x53b386[_0x7f4c4f(0x82)],_0x39d27e,global[_0x7f4c4f(0xae)],global['framework']);}catch(_0x492965){logger[_0x7f4c4f(0xf3)](_0x7f4c4f(0xde)+_0x492965[_0x7f4c4f(0xf8)]);}try{await helper[_0x7f4c4f(0xd8)](global[_0x7f4c4f(0xae)]);}catch(_0x2c4327){logger[_0x7f4c4f(0xf3)]('Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20'+_0x2c4327[_0x7f4c4f(0xf8)]);}await BrowserstackCLI[_0x7f4c4f(0xac)]()[_0x7f4c4f(0x8a)](),PerformanceTester[_0x7f4c4f(0xf6)](PerformanceEvents[_0x7f4c4f(0x9d)],![],util[_0x7f4c4f(0xfb)](_0x39d857));}finally{PerformanceTester[_0x7f4c4f(0x100)](PerformanceEvents['SDK_CLEANUP']);}};try{const browserstackFolderPath=path['join'](helper[a48_0x3f7385(0xe9)](),'.browserstack');if(fs[a48_0x3f7385(0xd6)](browserstackFolderPath)){const filePath=path[a48_0x3f7385(0xa0)](browserstackFolderPath,a48_0x3f7385(0x92));fs[a48_0x3f7385(0xd6)](filePath)&&fs[a48_0x3f7385(0xb3)](filePath);}}catch(a48_0x1b39da){logger[a48_0x3f7385(0xf3)](a48_0x3f7385(0xb7)+a48_0x1b39da[a48_0x3f7385(0xba)]);}process['argv']['includes'](a48_0x3f7385(0xc5))&&(!process[a48_0x3f7385(0xbe)][a48_0x3f7385(0xe1)]('--opts')&&process[a48_0x3f7385(0xbe)]['push'](a48_0x3f7385(0xc2)),!process['argv'][a48_0x3f7385(0xd9)](_0x4a21d5=>_0x4a21d5['includes']('--config'))&&process[a48_0x3f7385(0xbe)][a48_0x3f7385(0xab)](a48_0x3f7385(0xda)),!process[a48_0x3f7385(0xbe)][a48_0x3f7385(0xe1)](a48_0x3f7385(0x74))&&process[a48_0x3f7385(0xbe)][a48_0x3f7385(0xab)](a48_0x3f7385(0xf0)),helper[a48_0x3f7385(0xfa)](process[a48_0x3f7385(0xbe)],a48_0x3f7385(0xf1),a48_0x3f7385(0xcd)));PerformanceTester[a48_0x3f7385(0x100)](PerformanceEvents[a48_0x3f7385(0x9d)]);const a48_0x5d71d0={};a48_0x5d71d0[a48_0x3f7385(0xdc)]=![];const argv=yargs[a48_0x3f7385(0xd3)](a48_0x5d71d0)[a48_0x3f7385(0x9f)]('usage:\x20$0\x20<command>\x20[args]')['alias']('v',a48_0x3f7385(0xc1))[a48_0x3f7385(0xce)]('v')[a48_0x3f7385(0x106)]('h',a48_0x3f7385(0x81))['help'](a48_0x3f7385(0x81))[a48_0x3f7385(0x98)](!![],Constants[a48_0x3f7385(0x78)][a48_0x3f7385(0x8c)])[a48_0x3f7385(0xc7)](a48_0x3f7385(0x87),Constants[a48_0x3f7385(0x104)][a48_0x3f7385(0xca)],function(_0x2f20c6){const _0x548606=a48_0x3f7385,_0x89ad3d={'ZDZlD':_0x548606(0x87),'RoRsm':function(_0x68c151,_0x3aa0f0,_0x4a7da5,_0xa188c0,_0x11bde6){return _0x68c151(_0x3aa0f0,_0x4a7da5,_0xa188c0,_0x11bde6);},'FnslQ':function(_0x4a07c3,_0x187cb1){return _0x4a07c3(_0x187cb1);},'nttHo':_0x548606(0x95)},_0x22b05a=process[_0x548606(0xbe)][_0x548606(0xa2)](0x2);helper['setTestObservabilityDisable'](),helper[_0x548606(0xd4)]();const _0x520dd2=new BrowserStackSetup(_0x2f20c6[_0x548606(0xbe)],_0x89ad3d[_0x548606(0xed)]);return _0x89ad3d['RoRsm'](captureError,_0x89ad3d[_0x548606(0xa3)](require,_0x89ad3d[_0x548606(0x103)]),_0x2f20c6[_0x548606(0xbe)],_0x520dd2,_0x22b05a);})[a48_0x3f7385(0xc7)]('mocha',Constants[a48_0x3f7385(0x101)][a48_0x3f7385(0xca)],_0x18ace9=>{const _0x84bba0=a48_0x3f7385,_0x22b152={'xHiyn':function(_0x253c73,_0x5cd2db,_0xcce28,_0xdc462c){return _0x253c73(_0x5cd2db,_0xcce28,_0xdc462c);},'yMTbo':function(_0x5ede50,_0x48d1aa){return _0x5ede50(_0x48d1aa);},'pPSVl':_0x84bba0(0xb1),'Hlipx':_0x84bba0(0xc5),'PYCMp':_0x84bba0(0x107),'YMtYf':function(_0x2148ef,_0x7c215c,_0x5433b1){return _0x2148ef(_0x7c215c,_0x5433b1);},'fMONQ':'mocha/lib/cli/run.js','BrvVY':function(_0x47a648,_0x363c9b,_0x499ba9){return _0x47a648(_0x363c9b,_0x499ba9);},'TlYXn':'mocha/lib/cli/commands.js','rCIeH':function(_0x73456f,_0x5299ff,_0x101aef){return _0x73456f(_0x5299ff,_0x101aef);},'PdfVt':_0x84bba0(0xc4),'xAqvi':function(_0x427a70){return _0x427a70();}};process[_0x84bba0(0xbe)]=process[_0x84bba0(0xbe)][_0x84bba0(0xa2)](0x1),helper[_0x84bba0(0xc9)](),helper[_0x84bba0(0xd4)]();const _0x297104=new BrowserStackSetup(_0x18ace9['argv'],_0x22b152[_0x84bba0(0xfe)]);logger[_0x84bba0(0xf3)](_0x22b152[_0x84bba0(0x97)]);const _0x3042a1=_0x22b152['YMtYf'](requireModule,_0x22b152[_0x84bba0(0x86)],_0x22b152[_0x84bba0(0xfe)]),_0x3ac8f2=_0x22b152['BrvVY'](requireModule,_0x22b152[_0x84bba0(0xe5)],_0x22b152[_0x84bba0(0xfe)]);delete _0x3042a1[_0x84bba0(0xee)],_0x3042a1[_0x84bba0(0xee)]=function(_0x94af02){const _0x55434e=_0x84bba0;return _0x22b152[_0x55434e(0xa1)](captureError,_0x22b152[_0x55434e(0xea)](require,_0x22b152[_0x55434e(0xbb)]),_0x94af02,_0x297104);},_0x3ac8f2[_0x84bba0(0x89)]=_0x3042a1;const {main:_0x3a3ca2}=_0x22b152[_0x84bba0(0xc0)](requireModule,_0x22b152[_0x84bba0(0x91)],_0x22b152[_0x84bba0(0xfe)]);_0x22b152[_0x84bba0(0x7a)](_0x3a3ca2);})['command']('cucumber-js',Constants[a48_0x3f7385(0x102)][a48_0x3f7385(0xca)],function(_0xbc3ec5){const _0x15922a=a48_0x3f7385,_0x314b34={'BEoZS':_0x15922a(0xdd),'QAXXM':function(_0x591c02,_0x1137a0,_0x56bf47,_0x3267fe,_0x3bcd20){return _0x591c02(_0x1137a0,_0x56bf47,_0x3267fe,_0x3bcd20);},'VqbmN':function(_0xfb8809,_0x1058bc){return _0xfb8809(_0x1058bc);},'upofG':_0x15922a(0x99)},_0x1c485b=process[_0x15922a(0xbe)][_0x15922a(0xa2)](0x2),_0x55082d=new BrowserStackSetup(_0xbc3ec5[_0x15922a(0xbe)],_0x314b34[_0x15922a(0xe2)]);return _0x314b34[_0x15922a(0x105)](captureError,_0x314b34[_0x15922a(0x7c)](require,_0x314b34[_0x15922a(0xbc)]),_0xbc3ec5[_0x15922a(0xbe)],_0x55082d,_0x1c485b);})[a48_0x3f7385(0xc7)]('node',Constants[a48_0x3f7385(0xfd)][a48_0x3f7385(0xca)],function(_0x1be6e4){const _0x57e18a=a48_0x3f7385,_0x78cf27={'DErqx':_0x57e18a(0xe7),'lQJOz':function(_0x4dff34,_0x6aee81,_0x6ca859,_0x2062ec,_0x5106f8){return _0x4dff34(_0x6aee81,_0x6ca859,_0x2062ec,_0x5106f8);},'lFhhF':function(_0x1ee41,_0x141c58){return _0x1ee41(_0x141c58);},'rpeML':'./vanilla-js/command'},_0x13dde2=process[_0x57e18a(0xbe)]['slice'](0x2),_0x112c22=new BrowserStackSetup(_0x1be6e4[_0x57e18a(0xbe)],_0x78cf27[_0x57e18a(0xa5)]);return _0x78cf27[_0x57e18a(0xf2)](captureError,_0x78cf27[_0x57e18a(0xa4)](require,_0x78cf27[_0x57e18a(0xf9)]),_0x1be6e4[_0x57e18a(0xbe)],_0x112c22,_0x13dde2);})[a48_0x3f7385(0xc7)](a48_0x3f7385(0xff),Constants['NIGHTWATCH']['INFO'],function(_0xcb9d7e){const _0x3c216e=a48_0x3f7385,_0x4d40bd={'BRxMA':function(_0x4b782c,_0x3fd1b5,_0x4bef46,_0x10231a,_0x9c2d79){return _0x4b782c(_0x3fd1b5,_0x4bef46,_0x10231a,_0x9c2d79);},'vnzXL':function(_0x5394bb,_0x5238d3){return _0x5394bb(_0x5238d3);},'nWhBK':_0x3c216e(0xeb)},_0xb0f6ac=process['argv'][_0x3c216e(0xa2)](0x2),_0x5c3925=new BrowserStackSetup(_0xcb9d7e[_0x3c216e(0xbe)]);return _0x4d40bd['BRxMA'](captureError,_0x4d40bd[_0x3c216e(0x7e)](require,_0x4d40bd[_0x3c216e(0x7d)]),_0xcb9d7e[_0x3c216e(0xbe)],_0x5c3925,_0xb0f6ac);})['command'](a48_0x3f7385(0xaf),Constants['CODECEPTJS']['INFO'],function(_0x143e1d){const _0x283a3a=a48_0x3f7385,_0x10c555={'ECIdz':'codeceptjs','ChCNl':function(_0x2bb6d6,_0x465f85,_0x2fe2db,_0x51b2fb,_0x7b3221){return _0x2bb6d6(_0x465f85,_0x2fe2db,_0x51b2fb,_0x7b3221);},'QNvnQ':function(_0x43aaff,_0x2d2807){return _0x43aaff(_0x2d2807);},'jxRXw':_0x283a3a(0x75)},_0xf4c0d1=process[_0x283a3a(0xbe)][_0x283a3a(0xa2)](0x2),_0x4f9ac1=new BrowserStackSetup(_0x143e1d[_0x283a3a(0xbe)],_0x10c555[_0x283a3a(0xc3)]);return _0x10c555['ChCNl'](captureError,_0x10c555['QNvnQ'](require,_0x10c555[_0x283a3a(0x9b)]),_0x143e1d[_0x283a3a(0xbe)],_0x4f9ac1,_0xf4c0d1);})[a48_0x3f7385(0xc7)](a48_0x3f7385(0x8e),Constants[a48_0x3f7385(0x7b)]['INFO'],function(_0x49846c){const _0x5699ef=a48_0x3f7385,_0x3d80ef={'Qhfzb':function(_0x106e6e,_0x11838b,_0x48b96b){return _0x106e6e(_0x11838b,_0x48b96b);},'EnNZY':function(_0x121c1a,_0x4b935e){return _0x121c1a(_0x4b935e);},'eTQnX':'../../ats/src/index'},_0xbc7b4=process[_0x5699ef(0xbe)][_0x5699ef(0xa2)](0x2);return _0x3d80ef[_0x5699ef(0xb5)](captureError,_0x3d80ef[_0x5699ef(0x90)](require,_0x3d80ef[_0x5699ef(0xf5)]),_0x49846c);})['command'](a48_0x3f7385(0xa7),Constants[a48_0x3f7385(0x84)][a48_0x3f7385(0xca)],function(_0x3b3cc3){const _0x448aaa=a48_0x3f7385,_0x14abc1={'YCeEa':function(_0x57684d,_0x503103){return _0x57684d(_0x503103);}};return _0x14abc1[_0x448aaa(0x77)](runIntegrations,_0x3b3cc3);})['command'](a48_0x3f7385(0xb0),Constants[a48_0x3f7385(0x8f)][a48_0x3f7385(0xca)],function(_0x26de22){const _0x30c3bd=a48_0x3f7385,_0x67f2c9={'LJjZt':function(_0xa63ec6,_0x4adb54,_0x2222a0,_0x2b228a,_0x184797){return _0xa63ec6(_0x4adb54,_0x2222a0,_0x2b228a,_0x184797);},'qjRoL':function(_0x356fa7,_0x552a3b){return _0x356fa7(_0x552a3b);},'DPENM':'./playwright/command'},_0x28ac65=process[_0x30c3bd(0xbe)][_0x30c3bd(0xa2)](0x2);helper[_0x30c3bd(0x7f)](process[_0x30c3bd(0xbe)])&&(process[_0x30c3bd(0xc8)]['BROWSERSTACK_CONFIG_FILE_PATH']=helper[_0x30c3bd(0x7f)](process[_0x30c3bd(0xbe)]));helper[_0x30c3bd(0xc9)](),helper[_0x30c3bd(0xd4)]();const _0x227608=new BrowserStackSetup(_0x26de22[_0x30c3bd(0xbe)],FRAMEWORKS[_0x30c3bd(0x8f)]);return _0x67f2c9[_0x30c3bd(0xf7)](captureError,_0x67f2c9[_0x30c3bd(0xd0)](require,_0x67f2c9[_0x30c3bd(0xe0)]),_0x26de22[_0x30c3bd(0xbe)],_0x227608,_0x28ac65);})[a48_0x3f7385(0xc7)]('load\x20[subcommand]',a48_0x3f7385(0xe8),function(_0x105766){const _0xbf0c98=a48_0x3f7385,_0x1af837={};_0x1af837[_0xbf0c98(0xe3)]=_0xbf0c98(0x81),_0x1af837[_0xbf0c98(0xd1)]=_0xbf0c98(0xcf),_0x1af837[_0xbf0c98(0x8b)]=_0xbf0c98(0xb6);const _0x268e61=_0x1af837;return _0x105766[_0xbf0c98(0x81)](![])[_0xbf0c98(0x83)](_0x268e61['FArWA'],{'alias':'h','type':_0x268e61['SQupi'],'describe':_0x268e61[_0xbf0c98(0x8b)]})[_0xbf0c98(0xdf)](![])[_0xbf0c98(0xe6)](![]);},function(_0x28448c){const _0xe68961=a48_0x3f7385,_0x5c2c1c={'hGwNM':function(_0x5b3199,_0x116800,_0x48cb84){return _0x5b3199(_0x116800,_0x48cb84);},'tPpES':function(_0x103878,_0xce8d72){return _0x103878(_0xce8d72);},'EieGY':_0xe68961(0xad)},_0xf5bea7={};return _0xf5bea7[_0xe68961(0xbe)]=_0x28448c,_0x5c2c1c['hGwNM'](captureError,_0x5c2c1c['tPpES'](require,_0x5c2c1c[_0xe68961(0xd5)]),_0xf5bea7);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a48_0x3f7385(0xa6)](null)[a48_0x3f7385(0xbe)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a48_0x3f7385(0x8e)&&console['error'](a48_0x3f7385(0xaa));
2
+ 'use strict';function a48_0x4745(_0x15c97a,_0x8130fc){const _0x2946e7=a48_0x2946();return a48_0x4745=function(_0x474522,_0x1355f8){_0x474522=_0x474522-0xb3;let _0x370210=_0x2946e7[_0x474522];return _0x370210;},a48_0x4745(_0x15c97a,_0x8130fc);}const a48_0x5eb507=a48_0x4745;(function(_0x2b3afd,_0x2a4bb5){const _0x93e1a3=a48_0x4745,_0x565f7f=_0x2b3afd();while(!![]){try{const _0x19d617=-parseInt(_0x93e1a3(0xbb))/0x1*(-parseInt(_0x93e1a3(0x125))/0x2)+parseInt(_0x93e1a3(0xcc))/0x3*(parseInt(_0x93e1a3(0x102))/0x4)+parseInt(_0x93e1a3(0x11e))/0x5+parseInt(_0x93e1a3(0x11f))/0x6+-parseInt(_0x93e1a3(0xfc))/0x7*(-parseInt(_0x93e1a3(0x116))/0x8)+-parseInt(_0x93e1a3(0xe2))/0x9+-parseInt(_0x93e1a3(0xf0))/0xa;if(_0x19d617===_0x2a4bb5)break;else _0x565f7f['push'](_0x565f7f['shift']());}catch(_0x13baba){_0x565f7f['push'](_0x565f7f['shift']());}}}(a48_0x2946,0xc6629));const fs=require('fs'),path=require('path'),util=require(a48_0x5eb507(0xba)),spawn=require(a48_0x5eb507(0x109))[a48_0x5eb507(0xd1)],{requireModule}=require(a48_0x5eb507(0x112)),PerformanceTester=require('../helpers/performance/performance-tester'),PerformanceEvents=require(a48_0x5eb507(0xd6))[a48_0x5eb507(0xc7)],helper=require(a48_0x5eb507(0x112)),utilities=require('../helpers/utilities'),{default:BrowserStackSetup}=require(a48_0x5eb507(0xfe)),{FRAMEWORKS}=require('../helpers/test-observability/constants'),runIntegrations=require(a48_0x5eb507(0xce)),yargs=require(a48_0x5eb507(0xf2)),Constants=require('./utils/constants'),BrowserstackCLI=require('./v2/browserstackCLI'),logger=require(a48_0x5eb507(0xb4))[a48_0x5eb507(0x115)],origArgs=Object[a48_0x5eb507(0xda)]([],process['argv']),captureError=async(_0x310445,_0x8844fc,_0x3d4ec9,_0x86c004=null)=>{const _0x214e6=a48_0x5eb507,_0x3e7591={'lznQC':function(_0x367f3b,_0x309411,_0x312091,_0x5ad5e3){return _0x367f3b(_0x309411,_0x312091,_0x5ad5e3);},'tdLSy':_0x214e6(0xc0)};try{logger[_0x214e6(0x117)]('Running\x20SDK\x20with\x20args\x20'+origArgs[_0x214e6(0xe0)]('\x20')),await _0x3e7591[_0x214e6(0x135)](_0x310445,_0x8844fc,_0x86c004,_0x3d4ec9);}catch(_0x2399bc){process['exitCode']=0x1,logger[_0x214e6(0xd9)](util[_0x214e6(0xed)](_0x2399bc));const _0x5c162a={'globalException':util['format']('%j',_0x2399bc)};PerformanceTester[_0x214e6(0x111)](PerformanceEvents['SDK_SETUP'],![],util[_0x214e6(0xed)](_0x2399bc));if(helper['isUndefined'](global[_0x214e6(0xdb)])&&helper['isUndefined'](global[_0x214e6(0x126)]))return;try{utilities[_0x214e6(0x10b)](_0x3e7591[_0x214e6(0xe6)],_0x5c162a,global[_0x214e6(0xdb)],global[_0x214e6(0x126)]);}catch(_0x50388d){logger[_0x214e6(0x11b)](_0x214e6(0xbf)+_0x50388d[_0x214e6(0x141)]);}try{await helper[_0x214e6(0xc6)](global[_0x214e6(0xdb)]);}catch(_0x3af571){logger[_0x214e6(0x11b)](_0x214e6(0xe9)+_0x3af571[_0x214e6(0x141)]);}await BrowserstackCLI[_0x214e6(0xc1)]()[_0x214e6(0xf8)](),PerformanceTester[_0x214e6(0x111)](PerformanceEvents[_0x214e6(0xc9)],![],util[_0x214e6(0xed)](_0x2399bc));}finally{PerformanceTester[_0x214e6(0x127)](PerformanceEvents[_0x214e6(0xc8)]);}};try{const browserstackFolderPath=path[a48_0x5eb507(0xe0)](helper['homedir'](),'.browserstack');if(fs[a48_0x5eb507(0xb8)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,a48_0x5eb507(0xd7));fs['existsSync'](filePath)&&fs[a48_0x5eb507(0x10d)](filePath);}}catch(a48_0x177ab9){logger[a48_0x5eb507(0x11b)](a48_0x5eb507(0x132)+a48_0x177ab9[a48_0x5eb507(0x123)]);}process[a48_0x5eb507(0xf4)][a48_0x5eb507(0xca)]('mocha')&&(!process['argv'][a48_0x5eb507(0xca)]('--opts')&&process[a48_0x5eb507(0xf4)][a48_0x5eb507(0x108)](a48_0x5eb507(0x107)),!process[a48_0x5eb507(0xf4)][a48_0x5eb507(0x136)](_0x58156e=>_0x58156e[a48_0x5eb507(0xca)]('--config'))&&process[a48_0x5eb507(0xf4)][a48_0x5eb507(0x108)](a48_0x5eb507(0xdc)),!process[a48_0x5eb507(0xf4)][a48_0x5eb507(0xca)](a48_0x5eb507(0x110))&&process[a48_0x5eb507(0xf4)][a48_0x5eb507(0x108)](a48_0x5eb507(0xd3)),helper[a48_0x5eb507(0xee)](process[a48_0x5eb507(0xf4)],a48_0x5eb507(0xde),a48_0x5eb507(0xc5)));PerformanceTester['start'](PerformanceEvents[a48_0x5eb507(0xc9)]);const a48_0x57a6dc={};a48_0x57a6dc[a48_0x5eb507(0x12a)]=![];const argv=yargs['parserConfiguration'](a48_0x57a6dc)['usage'](a48_0x5eb507(0x128))[a48_0x5eb507(0x13b)]('v','version')[a48_0x5eb507(0xb5)]('v')[a48_0x5eb507(0x13b)]('h',a48_0x5eb507(0x10c))[a48_0x5eb507(0x10c)](a48_0x5eb507(0x10c))[a48_0x5eb507(0x12d)](!![],Constants[a48_0x5eb507(0xbd)]['HELP'])[a48_0x5eb507(0x12f)](a48_0x5eb507(0x114),Constants['JEST'][a48_0x5eb507(0x113)],function(_0x1e073a){const _0x1cf8f3=a48_0x5eb507,_0x93fd57={'uiWLv':_0x1cf8f3(0x114),'JIXYq':function(_0x20ec46,_0x12d77a,_0x296ea0,_0xbf1d9,_0x4ea135){return _0x20ec46(_0x12d77a,_0x296ea0,_0xbf1d9,_0x4ea135);},'feFzv':function(_0x5ab5d5,_0x34d1c5){return _0x5ab5d5(_0x34d1c5);},'LjccP':_0x1cf8f3(0x11a)},_0x3b048a=process[_0x1cf8f3(0xf4)][_0x1cf8f3(0xd4)](0x2);helper[_0x1cf8f3(0xe4)](),helper[_0x1cf8f3(0x134)]();const _0x260b54=new BrowserStackSetup(_0x1e073a[_0x1cf8f3(0xf4)],_0x93fd57[_0x1cf8f3(0xdd)]);return _0x93fd57[_0x1cf8f3(0xdf)](captureError,_0x93fd57[_0x1cf8f3(0x118)](require,_0x93fd57['LjccP']),_0x1e073a[_0x1cf8f3(0xf4)],_0x260b54,_0x3b048a);})[a48_0x5eb507(0x12f)](a48_0x5eb507(0xcf),Constants['MOCHA']['INFO'],_0x467e80=>{const _0x3caef2=a48_0x5eb507,_0x4fa4f7={'OmiOC':function(_0x45fc5a,_0x3658c8,_0x3f0af5,_0x2069e7){return _0x45fc5a(_0x3658c8,_0x3f0af5,_0x2069e7);},'Hwizf':function(_0x1ce00e,_0x150106){return _0x1ce00e(_0x150106);},'uNhhj':_0x3caef2(0x122),'xohSA':_0x3caef2(0xcf),'GkZMK':'Parsing\x20command\x20line\x20arguments','CFuzX':function(_0x1690ed,_0x3ac540,_0x236e68){return _0x1690ed(_0x3ac540,_0x236e68);},'SAvft':'mocha/lib/cli/run.js','EYRpp':function(_0xf3fa5f,_0x34e67a,_0x4ba723){return _0xf3fa5f(_0x34e67a,_0x4ba723);},'eIzJk':'mocha/lib/cli/commands.js','MfXlL':_0x3caef2(0xf9),'MeaTy':function(_0x479a60){return _0x479a60();}};process[_0x3caef2(0xf4)]=process[_0x3caef2(0xf4)]['slice'](0x1),helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x547230=new BrowserStackSetup(_0x467e80[_0x3caef2(0xf4)],_0x4fa4f7[_0x3caef2(0x140)]);logger[_0x3caef2(0x11b)](_0x4fa4f7[_0x3caef2(0x12b)]);const _0x63cdc7=_0x4fa4f7[_0x3caef2(0xb6)](requireModule,_0x4fa4f7[_0x3caef2(0x101)],_0x4fa4f7[_0x3caef2(0x140)]),_0x345bb4=_0x4fa4f7[_0x3caef2(0x119)](requireModule,_0x4fa4f7[_0x3caef2(0x129)],_0x4fa4f7['xohSA']);delete _0x63cdc7[_0x3caef2(0x11d)],_0x63cdc7[_0x3caef2(0x11d)]=function(_0x2e6af4){const _0x5a59f6=_0x3caef2;return _0x4fa4f7[_0x5a59f6(0xb9)](captureError,_0x4fa4f7[_0x5a59f6(0xc3)](require,_0x4fa4f7[_0x5a59f6(0x105)]),_0x2e6af4,_0x547230);},_0x345bb4[_0x3caef2(0xfd)]=_0x63cdc7;const {main:_0x126095}=_0x4fa4f7[_0x3caef2(0x119)](requireModule,_0x4fa4f7['MfXlL'],_0x4fa4f7[_0x3caef2(0x140)]);_0x4fa4f7[_0x3caef2(0x12e)](_0x126095);})[a48_0x5eb507(0x12f)]('cucumber-js',Constants[a48_0x5eb507(0xb7)][a48_0x5eb507(0x113)],function(_0x594f32){const _0x35f3d2=a48_0x5eb507,_0x677f5c={'JPUaJ':_0x35f3d2(0xea),'dyIwK':function(_0x71112b,_0xb68ac2,_0x4d193d,_0x1c641f,_0x5841a9){return _0x71112b(_0xb68ac2,_0x4d193d,_0x1c641f,_0x5841a9);},'fhOon':function(_0x31e070,_0x5c0705){return _0x31e070(_0x5c0705);},'ggsAH':_0x35f3d2(0xf5)},_0x1723a7=process[_0x35f3d2(0xf4)][_0x35f3d2(0xd4)](0x2),_0x145b71=new BrowserStackSetup(_0x594f32[_0x35f3d2(0xf4)],_0x677f5c[_0x35f3d2(0xbc)]);return _0x677f5c['dyIwK'](captureError,_0x677f5c['fhOon'](require,_0x677f5c[_0x35f3d2(0xc4)]),_0x594f32[_0x35f3d2(0xf4)],_0x145b71,_0x1723a7);})[a48_0x5eb507(0x12f)](a48_0x5eb507(0x133),Constants[a48_0x5eb507(0xeb)][a48_0x5eb507(0x113)],function(_0x34086d){const _0x1b874e=a48_0x5eb507,_0x2d7561={'GTxzG':_0x1b874e(0x100),'gXtoG':function(_0x494aa3,_0x291de9,_0x30c6dc,_0x1ae379,_0x36ebbb){return _0x494aa3(_0x291de9,_0x30c6dc,_0x1ae379,_0x36ebbb);},'syzGl':function(_0x1006db,_0xf54e30){return _0x1006db(_0xf54e30);},'DyeBB':'./vanilla-js/command'},_0xf58100=process['argv'][_0x1b874e(0xd4)](0x2),_0x197aa5=new BrowserStackSetup(_0x34086d['argv'],_0x2d7561[_0x1b874e(0xd8)]);return _0x2d7561['gXtoG'](captureError,_0x2d7561[_0x1b874e(0xf1)](require,_0x2d7561[_0x1b874e(0x12c)]),_0x34086d[_0x1b874e(0xf4)],_0x197aa5,_0xf58100);})[a48_0x5eb507(0x12f)](a48_0x5eb507(0xe7),Constants[a48_0x5eb507(0xd0)][a48_0x5eb507(0x113)],function(_0xd5cb26){const _0xfeb9a0=a48_0x5eb507,_0x20d30a={'OMUmq':function(_0x8a9702,_0x209252,_0x258cdb,_0x350fe8,_0x1cd58e){return _0x8a9702(_0x209252,_0x258cdb,_0x350fe8,_0x1cd58e);},'pLiWI':function(_0x4c989c,_0x461624){return _0x4c989c(_0x461624);},'ASCUd':_0xfeb9a0(0x10e)},_0x918359=process[_0xfeb9a0(0xf4)][_0xfeb9a0(0xd4)](0x2),_0x5ee226=new BrowserStackSetup(_0xd5cb26['argv']);return _0x20d30a[_0xfeb9a0(0x10a)](captureError,_0x20d30a['pLiWI'](require,_0x20d30a[_0xfeb9a0(0x10f)]),_0xd5cb26[_0xfeb9a0(0xf4)],_0x5ee226,_0x918359);})[a48_0x5eb507(0x12f)](a48_0x5eb507(0x137),Constants[a48_0x5eb507(0x131)]['INFO'],function(_0x5c8b1c){const _0x3f6932=a48_0x5eb507,_0x3e1b3a={'iHRjy':_0x3f6932(0x137),'BvLra':function(_0x457b5e,_0x26e36f,_0x3c5220,_0x5ba692,_0x2baa1e){return _0x457b5e(_0x26e36f,_0x3c5220,_0x5ba692,_0x2baa1e);},'pbbsO':function(_0x1411b6,_0x4a1887){return _0x1411b6(_0x4a1887);},'hizWs':_0x3f6932(0xd5)},_0x21185f=process[_0x3f6932(0xf4)][_0x3f6932(0xd4)](0x2),_0x4c718a=new BrowserStackSetup(_0x5c8b1c[_0x3f6932(0xf4)],_0x3e1b3a['iHRjy']);return _0x3e1b3a[_0x3f6932(0x139)](captureError,_0x3e1b3a[_0x3f6932(0xb3)](require,_0x3e1b3a['hizWs']),_0x5c8b1c[_0x3f6932(0xf4)],_0x4c718a,_0x21185f);})['command']('ats',Constants['HST'][a48_0x5eb507(0x113)],function(_0x1dc997){const _0x4caeb2=a48_0x5eb507,_0xb05ef7={'zcAWd':function(_0x4c2046,_0x3391d0,_0x10cf7f){return _0x4c2046(_0x3391d0,_0x10cf7f);},'VoVqM':function(_0x3f4378,_0x43d0cf){return _0x3f4378(_0x43d0cf);},'BYiuV':_0x4caeb2(0xcb)},_0x39215a=process['argv'][_0x4caeb2(0xd4)](0x2);return _0xb05ef7['zcAWd'](captureError,_0xb05ef7[_0x4caeb2(0xef)](require,_0xb05ef7[_0x4caeb2(0x121)]),_0x1dc997);})['command']('integrations',Constants[a48_0x5eb507(0x13f)]['INFO'],function(_0x12764b){const _0x33369f=a48_0x5eb507,_0x1fef3b={'LKXRw':function(_0x271759,_0x1a8ac1){return _0x271759(_0x1a8ac1);}};return _0x1fef3b[_0x33369f(0x120)](runIntegrations,_0x12764b);})[a48_0x5eb507(0x12f)](a48_0x5eb507(0x104),Constants[a48_0x5eb507(0xec)][a48_0x5eb507(0x113)],function(_0x45a125){const _0x2a3e08=a48_0x5eb507,_0x56cd9f={'vVOeY':function(_0x2600fb,_0x2fbe85,_0x191efe,_0x168381,_0xc9a542){return _0x2600fb(_0x2fbe85,_0x191efe,_0x168381,_0xc9a542);},'RZCnN':function(_0x34c356,_0xa3cbe6){return _0x34c356(_0xa3cbe6);},'unGFx':_0x2a3e08(0xcd)},_0x58bf76=process['argv'][_0x2a3e08(0xd4)](0x2);helper[_0x2a3e08(0xfa)](process[_0x2a3e08(0xf4)])&&(process[_0x2a3e08(0x103)][_0x2a3e08(0xd2)]=helper[_0x2a3e08(0xfa)](process[_0x2a3e08(0xf4)]));helper[_0x2a3e08(0xe4)](),helper[_0x2a3e08(0x134)]();const _0x132678=new BrowserStackSetup(_0x45a125[_0x2a3e08(0xf4)],FRAMEWORKS[_0x2a3e08(0xec)]);return _0x56cd9f[_0x2a3e08(0xff)](captureError,_0x56cd9f[_0x2a3e08(0x13d)](require,_0x56cd9f[_0x2a3e08(0xf3)]),_0x45a125[_0x2a3e08(0xf4)],_0x132678,_0x58bf76);})[a48_0x5eb507(0x12f)]('load\x20[subcommand]',a48_0x5eb507(0x11c),function(_0xa1bbc6){const _0x76e27c=a48_0x5eb507,_0x59e80b={};_0x59e80b['IZULa']=_0x76e27c(0x10c),_0x59e80b[_0x76e27c(0xe8)]=_0x76e27c(0x130),_0x59e80b[_0x76e27c(0xbe)]=_0x76e27c(0xf6);const _0x27660a=_0x59e80b;return _0xa1bbc6[_0x76e27c(0x10c)](![])[_0x76e27c(0x13a)](_0x27660a['IZULa'],{'alias':'h','type':_0x27660a[_0x76e27c(0xe8)],'describe':_0x27660a['ygwNH']})[_0x76e27c(0x13c)](![])[_0x76e27c(0x13e)](![]);},function(_0xc33fca){const _0x1b342=a48_0x5eb507,_0xdd5b4={'hipMz':function(_0x342d51,_0x38c7b4,_0x51f4ce){return _0x342d51(_0x38c7b4,_0x51f4ce);},'EToYs':function(_0x3c44b0,_0x2d3c42){return _0x3c44b0(_0x2d3c42);},'LpgAD':_0x1b342(0xe1)},_0x46cd5f={};return _0x46cd5f['argv']=_0xc33fca,_0xdd5b4[_0x1b342(0xfb)](captureError,_0xdd5b4[_0x1b342(0x106)](require,_0xdd5b4[_0x1b342(0xc2)]),_0x46cd5f);})[a48_0x5eb507(0xe5)](0x1,a48_0x5eb507(0xe3))['wrap'](null)[a48_0x5eb507(0xf4)];function a48_0x2946(){const _0xd16f8d=['GkZMK','DyeBB','showHelpOnFail','MeaTy','command','boolean','CODECEPTJS','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','node','setBrowserStackAutomationDisable','lznQC','find','codeceptjs','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','BvLra','option','alias','strict','RZCnN','exitProcess','INTEGRATIONS','xohSA','stack','pbbsO','../helpers/logger','describe','CFuzX','CUCUMBER','existsSync','OmiOC','util','128WLcliU','JPUaJ','VERSION','ygwNH','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','SDKTestSuccessful','getInstance','LpgAD','Hwizf','ggsAH','--mochaRequire','sendLogs','EVENTS','SDK_CLEANUP','SDK_SETUP','includes','../../ats/src/index','1271508bIlcdX','./playwright/command','./integrations/command','mocha','NIGHTWATCH','spawn','BROWSERSTACK_CONFIG_FILE_PATH','--no-package','slice','./codeceptjs/command','../helpers/performance/constants','.local-not-set.json','GTxzG','error','assign','config','--no-config','uiWLv','--require','JIXYq','join','./load/index','10438056yQwJSz','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','setTestObservabilityDisable','demandCommand','tdLSy','nightwatch','BjkmN','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','cucumber-js','VANILLA','PLAYWRIGHT','format','findAndReplace','VoVqM','32413150ebpsVF','syzGl','yargs','unGFx','argv','./cucumber-js/command','Show\x20help','ats','stop','mocha/lib/cli/cli.js','getConfigPath','hipMz','57561NHRzuo','run','../helpers/BrowserStackSetup','vVOeY','vanilla','SAvft','12twBsKm','env','playwright','uNhhj','EToYs','--no-opts','push','child_process','OMUmq','fireFunnelTestEvent','help','unlinkSync','./nightwatch/command','ASCUd','--package','end','../helpers/helper','INFO','jest','winstonLogger','248YbVrJF','info','feFzv','EYRpp','./jest/command','debug','Runs\x20the\x20binary\x20with\x20load\x20command','handler','4513640skpPNW','9548682ckeErp','LKXRw','BYiuV','./mocha/command','message','isUndefined','18642pQumrH','framework','start','usage:\x20$0\x20<command>\x20[args]','eIzJk','dot-notation'];a48_0x2946=function(){return _0xd16f8d;};return a48_0x2946();}!helper[a48_0x5eb507(0x124)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a48_0x5eb507(0xf7)&&console[a48_0x5eb507(0xd9)](a48_0x5eb507(0x138));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x255d26=a49_0x5ebc;(function(_0x23a419,_0x196e87){const _0x2868ac=a49_0x5ebc,_0x3c2da2=_0x23a419();while(!![]){try{const _0x155c2f=parseInt(_0x2868ac(0x1a2))/0x1+parseInt(_0x2868ac(0x18d))/0x2+-parseInt(_0x2868ac(0x197))/0x3*(parseInt(_0x2868ac(0x1aa))/0x4)+-parseInt(_0x2868ac(0x1bd))/0x5*(parseInt(_0x2868ac(0x183))/0x6)+parseInt(_0x2868ac(0x1a8))/0x7*(parseInt(_0x2868ac(0x18c))/0x8)+-parseInt(_0x2868ac(0x1b4))/0x9*(parseInt(_0x2868ac(0x177))/0xa)+-parseInt(_0x2868ac(0x17f))/0xb*(-parseInt(_0x2868ac(0x19e))/0xc);if(_0x155c2f===_0x196e87)break;else _0x3c2da2['push'](_0x3c2da2['shift']());}catch(_0xf7c124){_0x3c2da2['push'](_0x3c2da2['shift']());}}}(a49_0x3a2c,0x97997));function a49_0x3a2c(){const _0x259fec=['/browserstack.yml','Setup\x20completed','replace','../helpers/helper','TEZaE','fireFunnelTestEvent','171ktQvMb','length','postinstall','../helpers/logger','browserstack-node-sdk','BMzQu','playwright','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','-browserstack','41765SJsgpn','tzeRE','cucumber-js','231190wbMjCq','mocha','SDKSetup','username','readFileSync','browserstack-node-sdk\x20','info','GTKeu','275nRLqQe','stringify','codeceptjs','wsFuN','54xFxlOT','split','argv','vQNvQ','YOUR_ACCESS_KEY','jest','Adding\x20new\x20script(s)\x20in\x20package.json...','mwJrS','bFncc','228392VwrNQa','1622656jSQCEb','js-yaml','Tzrhp','Creating\x20configuration\x20file...','join','cwd','writeFileSync','debug','utf8','ZAPir','658785iEZDbC','load','nYfGi','CGCQE','kcDCJ','nightwatch','includes','158940BaTkwk','push','DnMlC','../helpers/utilities','776872hjCFLe','node','scripts','cCWet','entries','Fzpez','77UOnsCU','parse','20zHBzIk','winstonLogger','splice','goxvS'];a49_0x3a2c=function(){return _0x259fec;};return a49_0x3a2c();}const fs=require('fs'),helper=require(a49_0x255d26(0x1b1)),utilities=require(a49_0x255d26(0x1a1)),yaml=require(a49_0x255d26(0x18e)),yargs=require('yargs'),logger=require(a49_0x255d26(0x1b7))[a49_0x255d26(0x1ab)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process['cwd']()+a49_0x255d26(0x1ae),packageFile=process[a49_0x255d26(0x192)]()+'/package.json',frameworks=[a49_0x255d26(0x178),a49_0x255d26(0x188),a49_0x255d26(0x176),a49_0x255d26(0x1a3),a49_0x255d26(0x19c),a49_0x255d26(0x181),a49_0x255d26(0x1ba)];let config;logger[a49_0x255d26(0x17d)](a49_0x255d26(0x190)),createConfigurationFile(yargs['argv'][a49_0x255d26(0x17a)],yargs['argv']['key'],yargs[a49_0x255d26(0x185)][a49_0x255d26(0x1ba)]);try{sdkSetup();}catch(a49_0x4f513f){logger[a49_0x255d26(0x194)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x4f513f);}addScriptInPackageJson();function createConfigurationFile(_0x31afac,_0xae80e,_0x1088ca=![]){const _0x53ea81=a49_0x255d26,_0x74504={};_0x74504[_0x53ea81(0x1a5)]='utf8',_0x74504[_0x53ea81(0x1a0)]='YOUR_USERNAME',_0x74504['tzeRE']=_0x53ea81(0x187);const _0x5a3fb8=_0x74504;try{let _0x46b738=fs[_0x53ea81(0x17b)](_0x1088ca?configFileTemplatePW:configFileTemplate,_0x5a3fb8['cCWet']);_0x31afac&&(_0x46b738=_0x46b738[_0x53ea81(0x1b0)](_0x5a3fb8[_0x53ea81(0x1a0)],_0x31afac)),_0xae80e&&(_0x46b738=_0x46b738[_0x53ea81(0x1b0)](_0x5a3fb8[_0x53ea81(0x175)],_0xae80e)),config=yaml[_0x53ea81(0x198)](_0x46b738),fs[_0x53ea81(0x193)](configFile,_0x46b738,_0x42689b=>{_0x42689b&&logger['error'](_0x42689b);});}catch(_0x3419a5){logger['error'](_0x3419a5);}}function addPostInstallScript(_0x170e16,_0x125701){const _0x504e1e=a49_0x255d26,_0x1f976b={};_0x1f976b[_0x504e1e(0x182)]=_0x504e1e(0x1b6),_0x1f976b[_0x504e1e(0x17e)]='npm\x20update\x20browserstack-node-sdk',_0x1f976b[_0x504e1e(0x1b2)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x311711=_0x1f976b;let _0x3218d7=_0x170e16[_0x311711[_0x504e1e(0x182)]];if(_0x3218d7&&_0x3218d7[_0x504e1e(0x19d)](_0x311711[_0x504e1e(0x17e)]))return;!_0x3218d7?_0x3218d7=_0x311711[_0x504e1e(0x17e)]:_0x3218d7+=_0x311711['TEZaE'],_0x125701[_0x504e1e(0x19f)]([_0x311711[_0x504e1e(0x182)],_0x3218d7]);}function addScriptInPackageJson(){const _0x4ca453=a49_0x255d26,_0x2a0785={'SmLkY':_0x4ca453(0x195),'vQNvQ':function(_0xbdf066,_0x541f4c){return _0xbdf066<_0x541f4c;},'ZAPir':function(_0x562140,_0x508f50,_0x292eec){return _0x562140(_0x508f50,_0x292eec);},'UKvRP':function(_0x3dca3e,_0x2ce11c){return _0x3dca3e<_0x2ce11c;},'bFncc':function(_0x238555,_0x571aae){return _0x238555!==_0x571aae;},'Tzrhp':_0x4ca453(0x189)},_0x10fa83=JSON[_0x4ca453(0x1a9)](fs[_0x4ca453(0x17b)](packageFile,_0x2a0785['SmLkY'])),_0x24e185=[];for(let _0x1f4911=0x0;_0x2a0785[_0x4ca453(0x186)](_0x1f4911,frameworks[_0x4ca453(0x1b5)]);_0x1f4911+=0x1){const _0x3b405c=_0x2a0785['ZAPir'](findScriptsWithFramework,_0x10fa83[_0x4ca453(0x1a4)],frameworks[_0x1f4911]);for(let _0x153c62=0x0;_0x2a0785['vQNvQ'](_0x153c62,_0x3b405c['length']);_0x153c62+=0x1){_0x24e185[_0x4ca453(0x19f)](_0x2a0785[_0x4ca453(0x196)](getUpdatedCommand,_0x10fa83[_0x4ca453(0x1a4)],_0x3b405c[_0x153c62]));}_0x2a0785['ZAPir'](addPostInstallScript,_0x10fa83[_0x4ca453(0x1a4)],_0x24e185);}const _0x4af8c7={..._0x10fa83[_0x4ca453(0x1a4)]},_0x15b504=_0x4af8c7;for(let _0x4d71d2=0x0;_0x2a0785['UKvRP'](_0x4d71d2,_0x24e185['length']);_0x4d71d2+=0x1){_0x15b504[_0x24e185[_0x4d71d2][0x0]]=_0x24e185[_0x4d71d2][0x1];}_0x2a0785[_0x4ca453(0x18b)](JSON[_0x4ca453(0x180)](_0x10fa83['scripts']),JSON['stringify'](_0x15b504))&&(logger[_0x4ca453(0x17d)](_0x2a0785[_0x4ca453(0x18f)]),_0x10fa83[_0x4ca453(0x1a4)]=_0x15b504,fs['writeFileSync'](packageFile,JSON[_0x4ca453(0x180)](_0x10fa83,null,0x2),_0x24699f=>{_0x24699f&&logger['error'](_0x24699f);}));}function a49_0x5ebc(_0xe879a3,_0x22afcc){const _0x3a2cd5=a49_0x3a2c();return a49_0x5ebc=function(_0x5ebcfe,_0x2783aa){_0x5ebcfe=_0x5ebcfe-0x175;let _0x17e26c=_0x3a2cd5[_0x5ebcfe];return _0x17e26c;},a49_0x5ebc(_0xe879a3,_0x22afcc);};function findScriptsWithFramework(_0x514df1,_0x489fd9){const _0x537428=a49_0x255d26,_0x207300={};_0x207300[_0x537428(0x1a7)]=function(_0xe3fb54,_0x4f5ff6){return _0xe3fb54<_0x4f5ff6;},_0x207300[_0x537428(0x1b9)]=_0x537428(0x1b8);const _0x11c86b=_0x207300,_0x25c0a3=[],_0x405e1a=Object[_0x537428(0x1a6)](_0x514df1);for(let _0xa9b018=0x0;_0x11c86b['Fzpez'](_0xa9b018,_0x405e1a[_0x537428(0x1b5)]);_0xa9b018+=0x1){_0x405e1a[_0xa9b018][0x1][_0x537428(0x19d)](_0x489fd9)&&!_0x405e1a[_0xa9b018][0x1][_0x537428(0x19d)](_0x11c86b[_0x537428(0x1b9)])&&_0x25c0a3[_0x537428(0x19f)](_0x405e1a[_0xa9b018][0x0]);}return _0x25c0a3;}function getUpdatedCommand(_0x232777,_0x31abb5){const _0x52bb93=a49_0x255d26,_0x44a292={};_0x44a292[_0x52bb93(0x19a)]=function(_0x2c67b9,_0x51d73e){return _0x2c67b9!==_0x51d73e;},_0x44a292[_0x52bb93(0x19b)]=_0x52bb93(0x1b8),_0x44a292[_0x52bb93(0x199)]=function(_0x5e235b,_0x2745bb){return _0x5e235b===_0x2745bb;};const _0x3d95ae=_0x44a292,_0x219057=_0x31abb5+_0x52bb93(0x1bc),_0x2735dc=_0x232777[_0x31abb5],_0x3aa3e6=_0x2735dc[_0x52bb93(0x184)]('\x20');for(const _0x327b8b of frameworks){if(_0x3d95ae['CGCQE'](_0x3aa3e6['indexOf'](_0x327b8b),-0x1)){_0x3aa3e6[_0x52bb93(0x1ac)](_0x3aa3e6['indexOf'](_0x327b8b),0x0,_0x3d95ae[_0x52bb93(0x19b)]);break;}}let _0x45a71c=_0x3aa3e6[_0x52bb93(0x191)]('\x20');return _0x3d95ae['nYfGi'](_0x45a71c,_0x2735dc)&&(_0x45a71c=_0x52bb93(0x17c)+_0x2735dc),[_0x219057,_0x45a71c];}function sdkSetup(){const _0x2b4ff4=a49_0x255d26,_0x2676d2={};_0x2676d2['mwJrS']='node-setup',_0x2676d2[_0x2b4ff4(0x1ad)]=_0x2b4ff4(0x179);const _0x4c0322=_0x2676d2;if(helper['isUndefined'](config))return;config['source']=_0x4c0322[_0x2b4ff4(0x18a)];try{utilities[_0x2b4ff4(0x1b3)](_0x4c0322[_0x2b4ff4(0x1ad)],{},config,'');}catch(_0x1312b0){logger[_0x2b4ff4(0x194)](_0x2b4ff4(0x1bb)+_0x1312b0);}}logger[a49_0x255d26(0x17d)](a49_0x255d26(0x1af));
3
+ const a49_0x2798a3=a49_0x29b8;function a49_0x291b(){const _0x4b4f48=['SDKSetup','90Tvbxrc','jest','isUndefined','Fkfwk','214841fZjKFu','Creating\x20configuration\x20file...','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','yargs','uDxrj','8UCdfoe','/../../browserstack.yml.sample','YOUR_USERNAME','stringify','2295680OHzTGA','includes','REaLX','browserstack-node-sdk\x20','browserstack-node-sdk','AZqAG','/package.json','UHBry','indexOf','Setup\x20completed','AkRel','cwd','parse','../helpers/logger','SDrvC','ZwPQR','source','QJreY','AnZhn','53031MdUvTS','bSfNf','winstonLogger','dJTPc','username','6779199mxqKCu','GvZYB','playwright','mocha','1769624vhWAjj','readFileSync','MIHDZ','js-yaml','ykbmA','fireFunnelTestEvent','IHiXP','jcYVy','-browserstack','scripts','argv','join','897597HGvtSQ','error','splice','nightwatch','key','cucumber-js','Adding\x20new\x20script(s)\x20in\x20package.json...','length','push','codeceptjs','\x20&&\x20npm\x20update\x20browserstack-node-sdk','node','/browserstack.yml','sQoVO','writeFileSync','utf8','info','node-setup','5846202vBPZBI','gupdD','4rNJPjp','replace','vZVMB'];a49_0x291b=function(){return _0x4b4f48;};return a49_0x291b();}(function(_0x22e917,_0x28b105){const _0x1fe673=a49_0x29b8,_0x390eaa=_0x22e917();while(!![]){try{const _0x153058=-parseInt(_0x1fe673(0x20c))/0x1*(-parseInt(_0x1fe673(0x204))/0x2)+parseInt(_0x1fe673(0x1db))/0x3+parseInt(_0x1fe673(0x211))/0x4*(parseInt(_0x1fe673(0x215))/0x5)+-parseInt(_0x1fe673(0x202))/0x6+-parseInt(_0x1fe673(0x1e0))/0x7+parseInt(_0x1fe673(0x1e4))/0x8+parseInt(_0x1fe673(0x1f0))/0x9*(parseInt(_0x1fe673(0x208))/0xa);if(_0x153058===_0x28b105)break;else _0x390eaa['push'](_0x390eaa['shift']());}catch(_0x3761cf){_0x390eaa['push'](_0x390eaa['shift']());}}}(a49_0x291b,0x843a7));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require('../helpers/utilities'),yaml=require(a49_0x2798a3(0x1e7)),yargs=require(a49_0x2798a3(0x20f)),logger=require(a49_0x2798a3(0x1d5))[a49_0x2798a3(0x1dd)],configFileTemplate=__dirname+a49_0x2798a3(0x212),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a49_0x2798a3(0x1d3)]()+a49_0x2798a3(0x1fc),packageFile=process[a49_0x2798a3(0x1d3)]()+a49_0x2798a3(0x1ce),frameworks=[a49_0x2798a3(0x1e3),a49_0x2798a3(0x209),a49_0x2798a3(0x1f5),a49_0x2798a3(0x1fb),a49_0x2798a3(0x1f3),a49_0x2798a3(0x1f9),a49_0x2798a3(0x1e2)];let config;logger[a49_0x2798a3(0x200)](a49_0x2798a3(0x20d)),createConfigurationFile(yargs['argv'][a49_0x2798a3(0x1df)],yargs[a49_0x2798a3(0x1ee)][a49_0x2798a3(0x1f4)],yargs[a49_0x2798a3(0x1ee)][a49_0x2798a3(0x1e2)]);try{sdkSetup();}catch(a49_0xd1cfaf){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0xd1cfaf);}addScriptInPackageJson();function createConfigurationFile(_0x406ee8,_0x3df865,_0x4c8abb=![]){const _0xfcba78=a49_0x2798a3,_0x10f0fc={};_0x10f0fc[_0xfcba78(0x1da)]='utf8',_0x10f0fc[_0xfcba78(0x217)]=_0xfcba78(0x213),_0x10f0fc['ZwPQR']='YOUR_ACCESS_KEY';const _0x4eb910=_0x10f0fc;try{let _0x1afc36=fs[_0xfcba78(0x1e5)](_0x4c8abb?configFileTemplatePW:configFileTemplate,_0x4eb910[_0xfcba78(0x1da)]);_0x406ee8&&(_0x1afc36=_0x1afc36[_0xfcba78(0x205)](_0x4eb910['REaLX'],_0x406ee8)),_0x3df865&&(_0x1afc36=_0x1afc36['replace'](_0x4eb910[_0xfcba78(0x1d7)],_0x3df865)),config=yaml['load'](_0x1afc36),fs[_0xfcba78(0x1fe)](configFile,_0x1afc36,_0x2051fc=>{_0x2051fc&&logger['error'](_0x2051fc);});}catch(_0x5cb5a5){logger[_0xfcba78(0x1f1)](_0x5cb5a5);}}function addPostInstallScript(_0x5258b4,_0x2bc8a5){const _0x2db8c4=a49_0x2798a3,_0x3c988d={};_0x3c988d[_0x2db8c4(0x1fd)]='postinstall',_0x3c988d[_0x2db8c4(0x1d6)]='npm\x20update\x20browserstack-node-sdk',_0x3c988d[_0x2db8c4(0x206)]=_0x2db8c4(0x1fa);const _0x24e2c6=_0x3c988d;let _0x39e7ff=_0x5258b4[_0x24e2c6[_0x2db8c4(0x1fd)]];if(_0x39e7ff&&_0x39e7ff['includes'](_0x24e2c6['SDrvC']))return;!_0x39e7ff?_0x39e7ff=_0x24e2c6['SDrvC']:_0x39e7ff+=_0x24e2c6[_0x2db8c4(0x206)],_0x2bc8a5[_0x2db8c4(0x1f8)]([_0x24e2c6['sQoVO'],_0x39e7ff]);}function addScriptInPackageJson(){const _0x154689=a49_0x2798a3,_0x442b65={'dJTPc':_0x154689(0x1ff),'ZHwON':function(_0x2b1641,_0x46bf30){return _0x2b1641<_0x46bf30;},'MIHDZ':function(_0x15c38a,_0x3d64b5,_0x4222b6){return _0x15c38a(_0x3d64b5,_0x4222b6);},'GvZYB':function(_0x56b211,_0x3d85cc){return _0x56b211<_0x3d85cc;},'UHBry':function(_0x1654af,_0x2870d5,_0x3d70b1){return _0x1654af(_0x2870d5,_0x3d70b1);},'gupdD':function(_0x3c81b9,_0x49262e){return _0x3c81b9<_0x49262e;},'uDxrj':function(_0x406c55,_0xc939f5){return _0x406c55!==_0xc939f5;},'bSfNf':_0x154689(0x1f6)},_0x18f62d=JSON[_0x154689(0x1d4)](fs[_0x154689(0x1e5)](packageFile,_0x442b65[_0x154689(0x1de)])),_0x48bdae=[];for(let _0x4855fe=0x0;_0x442b65['ZHwON'](_0x4855fe,frameworks[_0x154689(0x1f7)]);_0x4855fe+=0x1){const _0x39476e=_0x442b65['MIHDZ'](findScriptsWithFramework,_0x18f62d[_0x154689(0x1ed)],frameworks[_0x4855fe]);for(let _0x2ae492=0x0;_0x442b65[_0x154689(0x1e1)](_0x2ae492,_0x39476e[_0x154689(0x1f7)]);_0x2ae492+=0x1){_0x48bdae[_0x154689(0x1f8)](_0x442b65[_0x154689(0x1cf)](getUpdatedCommand,_0x18f62d['scripts'],_0x39476e[_0x2ae492]));}_0x442b65[_0x154689(0x1e6)](addPostInstallScript,_0x18f62d[_0x154689(0x1ed)],_0x48bdae);}const _0x51234e={..._0x18f62d[_0x154689(0x1ed)]},_0x4f5ac5=_0x51234e;for(let _0x4c134e=0x0;_0x442b65[_0x154689(0x203)](_0x4c134e,_0x48bdae['length']);_0x4c134e+=0x1){_0x4f5ac5[_0x48bdae[_0x4c134e][0x0]]=_0x48bdae[_0x4c134e][0x1];}_0x442b65[_0x154689(0x210)](JSON[_0x154689(0x214)](_0x18f62d[_0x154689(0x1ed)]),JSON['stringify'](_0x4f5ac5))&&(logger[_0x154689(0x200)](_0x442b65[_0x154689(0x1dc)]),_0x18f62d[_0x154689(0x1ed)]=_0x4f5ac5,fs[_0x154689(0x1fe)](packageFile,JSON[_0x154689(0x214)](_0x18f62d,null,0x2),_0x482f9b=>{const _0x30d824=_0x154689;_0x482f9b&&logger[_0x30d824(0x1f1)](_0x482f9b);}));};function findScriptsWithFramework(_0x2db8ac,_0x3a1b20){const _0x1c981f=a49_0x2798a3,_0x1678c6={};_0x1678c6[_0x1c981f(0x1d9)]=function(_0xe62157,_0x2dde24){return _0xe62157<_0x2dde24;},_0x1678c6[_0x1c981f(0x1eb)]=_0x1c981f(0x219);const _0x359ad2=_0x1678c6,_0x49178c=[],_0xff401=Object['entries'](_0x2db8ac);for(let _0x1c0dde=0x0;_0x359ad2[_0x1c981f(0x1d9)](_0x1c0dde,_0xff401[_0x1c981f(0x1f7)]);_0x1c0dde+=0x1){_0xff401[_0x1c0dde][0x1][_0x1c981f(0x216)](_0x3a1b20)&&!_0xff401[_0x1c0dde][0x1]['includes'](_0x359ad2[_0x1c981f(0x1eb)])&&_0x49178c[_0x1c981f(0x1f8)](_0xff401[_0x1c0dde][0x0]);}return _0x49178c;}function getUpdatedCommand(_0x3a8afe,_0xc7a81a){const _0x2ee7ac=a49_0x2798a3,_0xede3ac={};_0xede3ac[_0x2ee7ac(0x1ea)]=function(_0x82ac36,_0x32cbd6){return _0x82ac36!==_0x32cbd6;},_0xede3ac[_0x2ee7ac(0x20b)]=_0x2ee7ac(0x219),_0xede3ac['AkRel']=function(_0x3b2b8f,_0x162396){return _0x3b2b8f===_0x162396;};const _0x171fd8=_0xede3ac,_0x4f0c4f=_0xc7a81a+_0x2ee7ac(0x1ec),_0x392487=_0x3a8afe[_0xc7a81a],_0x5ebaae=_0x392487['split']('\x20');for(const _0x4d3f4f of frameworks){if(_0x171fd8['IHiXP'](_0x5ebaae[_0x2ee7ac(0x1d0)](_0x4d3f4f),-0x1)){_0x5ebaae[_0x2ee7ac(0x1f2)](_0x5ebaae[_0x2ee7ac(0x1d0)](_0x4d3f4f),0x0,_0x171fd8[_0x2ee7ac(0x20b)]);break;}}let _0x51d577=_0x5ebaae[_0x2ee7ac(0x1ef)]('\x20');return _0x171fd8[_0x2ee7ac(0x1d2)](_0x51d577,_0x392487)&&(_0x51d577=_0x2ee7ac(0x218)+_0x392487),[_0x4f0c4f,_0x51d577];}function a49_0x29b8(_0x2cb1a7,_0x49a364){const _0x291bf2=a49_0x291b();return a49_0x29b8=function(_0x29b873,_0x33404b){_0x29b873=_0x29b873-0x1ce;let _0x517d8b=_0x291bf2[_0x29b873];return _0x517d8b;},a49_0x29b8(_0x2cb1a7,_0x49a364);}function sdkSetup(){const _0x12b637=a49_0x2798a3,_0x3f93e4={};_0x3f93e4[_0x12b637(0x1e8)]=_0x12b637(0x201),_0x3f93e4[_0x12b637(0x21a)]=_0x12b637(0x207);const _0x1f5ea0=_0x3f93e4;if(helper[_0x12b637(0x20a)](config))return;config[_0x12b637(0x1d8)]=_0x1f5ea0['ykbmA'];try{utilities[_0x12b637(0x1e9)](_0x1f5ea0[_0x12b637(0x21a)],{},config,'');}catch(_0x14ed7a){logger['debug'](_0x12b637(0x20e)+_0x14ed7a);}}logger['info'](a49_0x2798a3(0x1d1));
@@ -1 +1 @@
1
- const a50_0x5a36f6=a50_0x1355;function a50_0x1355(_0x2392b3,_0x5640ec){const _0x4cf46a=a50_0x4cf4();return a50_0x1355=function(_0x135582,_0x185e96){_0x135582=_0x135582-0x82;let _0x55425d=_0x4cf46a[_0x135582];return _0x55425d;},a50_0x1355(_0x2392b3,_0x5640ec);}function a50_0x4cf4(){const _0x2e6014=['1493451kpxClV','Worker','EVENTS','25HCcSLr','getStderr','pSzCm','Workers\x20failed\x20to\x20exit\x20gracefully','jest-worker','8eJBDCY','vanillaWorker','end','jNgor','xjYwZ','BiXRv','TBYys','CTkSo','13QQopRo','umscb','map','RqjbY','../../helpers/performance/performance-tester','configuration','whHfJ','config','../../helpers/test-observability/utils','VJGqX','Exception\x20in\x20sending\x20worker\x20message\x20','then','hMEOU','IqRKk','qoBIb','parallelCucumberRun','log','UNSTABLE_onCustomMessage','exit','_child','igKaB','winstonLogger','emittery','799068RPFTxj','all','3831hocBxJ','../../helpers/performance/constants','platform','XDHLG','oUwlZ','MgxLp','file','platform-run-start','36wjQnaL','results','platform-run-success','worker_threads','3734FlOPPl','\x20for','SDK_SETUP','worker','getStdout','7kpUyvd','json','platform-run-failure','gGrTu','./testWorker.js','ZpsQD','1721830lwlLOC','ccOZa','error','send','push','UFaIt','failureCount','KFxtT','../../helpers/logger','699153LrqsMI','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','debug','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','stdout','platformCaps','Running\x20','stderr','test-file-success','test-file-failure','pipe','p-limit','VyMmK','postMessage','xDejJ','format','225564KHUyld','MviUV','util','10XAkozh','info','resolve','emit','length','UfPJc'];a50_0x4cf4=function(){return _0x2e6014;};return a50_0x4cf4();}(function(_0x2644ac,_0x3d2d07){const _0x5d157d=a50_0x1355,_0x31da4a=_0x2644ac();while(!![]){try{const _0x214885=-parseInt(_0x5d157d(0xa9))/0x1*(-parseInt(_0x5d157d(0xa4))/0x2)+parseInt(_0x5d157d(0x98))/0x3*(parseInt(_0x5d157d(0xa0))/0x4)+parseInt(_0x5d157d(0xd4))/0x5*(parseInt(_0x5d157d(0xc8))/0x6)+parseInt(_0x5d157d(0xb8))/0x7*(parseInt(_0x5d157d(0xd9))/0x8)+-parseInt(_0x5d157d(0xd1))/0x9+parseInt(_0x5d157d(0xcb))/0xa*(parseInt(_0x5d157d(0xaf))/0xb)+-parseInt(_0x5d157d(0x96))/0xc*(-parseInt(_0x5d157d(0xe1))/0xd);if(_0x214885===_0x3d2d07)break;else _0x31da4a['push'](_0x31da4a['shift']());}catch(_0x5067ff){_0x31da4a['push'](_0x31da4a['shift']());}}}(a50_0x4cf4,0x5a3b7));const Worker=require(a50_0x5a36f6(0xd8))[a50_0x5a36f6(0xd2)],Emittery=require(a50_0x5a36f6(0x95)),pLimit=require(a50_0x5a36f6(0xc3)),{parentPort}=require(a50_0x5a36f6(0xa3)),util=require(a50_0x5a36f6(0xca)),logger=require(a50_0x5a36f6(0xb7))[a50_0x5a36f6(0x94)],PerformanceTester=require(a50_0x5a36f6(0x83)),PerformanceEvents=require(a50_0x5a36f6(0x99))[a50_0x5a36f6(0xd3)],{debug}=require(a50_0x5a36f6(0x87)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports['parallelTestRun']=(_0x10dffe,_0x2cfb34,_0x481d0c)=>new Promise(async _0x30cc12=>{const _0x325c88=a50_0x5a36f6,_0x43857e={'gGrTu':_0x325c88(0xb5),'xuEMt':function(_0x42f807,_0x1aaef0){return _0x42f807+_0x1aaef0;},'xDejJ':_0x325c88(0xa1),'hMEOU':'Workers\x20failed\x20to\x20exit\x20gracefully','oUwlZ':function(_0xe3c6b6,_0x58ed34){return _0xe3c6b6(_0x58ed34);},'ccOZa':'test-file-start','OwTyk':_0x325c88(0xad),'igKaB':'worker','VGQKr':'json','rFZBN':_0x325c88(0xc2),'MviUV':function(_0x228cc0,_0x1b1ec3){return _0x228cc0*_0x1b1ec3;},'UFaIt':_0x325c88(0xc0),'eztQn':_0x325c88(0xc1)},_0x2c68a0=_0x481d0c[_0x325c88(0x86)],_0x57d32a={},_0x2bf9e1=new Worker(require[_0x325c88(0xcd)](_0x43857e['OwTyk']),{'exposedMethods':[_0x43857e[_0x325c88(0x93)]],'forkOptions':{'serialization':_0x43857e['VGQKr'],'stdio':_0x43857e['rFZBN']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x43857e[_0x325c88(0xc9)](_0x2cfb34,0x1),'enableWorkerThreads':!![]}),_0x173208=new Emittery();_0x173208['on'](_0x43857e[_0x325c88(0xb4)],_0x5c34eb=>{const _0x347a22=_0x325c88;_0x57d32a[_0x5c34eb[0x0]]?(_0x57d32a[_0x5c34eb[0x0]][_0x43857e['gGrTu']]=_0x43857e['xuEMt'](_0x57d32a[_0x5c34eb[0x0]][_0x43857e[_0x347a22(0xac)]],_0x5c34eb[0x1][_0x43857e[_0x347a22(0xac)]]),_0x57d32a[_0x5c34eb[0x0]][_0x43857e[_0x347a22(0xc6)]]=[..._0x57d32a[_0x5c34eb[0x0]][_0x43857e[_0x347a22(0xc6)]],..._0x5c34eb[0x1][_0x43857e[_0x347a22(0xc6)]]]):_0x57d32a[_0x5c34eb[0x0]]={'failureCount':_0x5c34eb[0x1][_0x43857e['gGrTu']],'results':[..._0x5c34eb[0x1][_0x43857e[_0x347a22(0xc6)]]]};}),_0x173208['on'](_0x43857e['eztQn'],_0xe57d2f=>console['log'](_0xe57d2f[0x1]));_0x2bf9e1[_0x325c88(0xa8)]()&&_0x2bf9e1[_0x325c88(0xa8)]()[_0x325c88(0xc2)](process[_0x325c88(0xbc)]);_0x2bf9e1['getStderr']()&&_0x2bf9e1[_0x325c88(0xd5)]()[_0x325c88(0xc2)](process[_0x325c88(0xbf)]);const _0x2fd892=async()=>{const _0x31fcef=_0x325c88,{forceExited:_0x5ad661}=await _0x2bf9e1[_0x31fcef(0xdb)]();_0x5ad661&&console[_0x31fcef(0xb1)](_0x43857e[_0x31fcef(0x8b)]);try{await TestHubHandler['stop']();}catch(_0x961ba3){_0x43857e[_0x31fcef(0x9c)](debug,_0x31fcef(0xb9)+_0x961ba3);}_0x43857e[_0x31fcef(0x9c)](_0x30cc12,_0x57d32a);},_0x29f70f=_0x43857e['oUwlZ'](pLimit,_0x43857e[_0x325c88(0xc9)](_0x2cfb34,0x1)),_0x1d9fb1=_0x21a6c2=>_0x29f70f(async()=>{const _0x2b193d=_0x325c88;await _0x173208[_0x2b193d(0xce)](_0x43857e[_0x2b193d(0xb0)],_0x21a6c2);const _0x16947c=_0x2bf9e1[_0x2b193d(0xa7)](_0x21a6c2,_0x2c68a0);try{parentPort&&_0x16947c[_0x2b193d(0x90)](_0x2d25bc=>{const _0x4d3d10=_0x2b193d;try{parentPort[_0x4d3d10(0xc5)](_0x2d25bc);}catch(_0x1e9369){logger['debug'](_0x4d3d10(0x89)+util[_0x4d3d10(0xc7)](_0x1e9369));}});}catch(_0x166926){logger[_0x2b193d(0xba)](_0x2b193d(0xbb)+util[_0x2b193d(0xc7)](_0x166926));}return _0x16947c;});PerformanceTester[_0x325c88(0xdb)](PerformanceEvents[_0x325c88(0xa6)]),Promise[_0x325c88(0x97)](_0x10dffe[_0x325c88(0xe3)](_0x382c30=>_0x1d9fb1(_0x382c30)['then'](_0x79fed6=>_0x173208[_0x325c88(0xce)](_0x325c88(0xc0),[_0x382c30[_0x325c88(0x84)][_0x325c88(0x9a)],_0x79fed6]),_0x3d86bd=>_0x173208[_0x325c88(0xce)](_0x325c88(0xc1),[_0x382c30,_0x3d86bd]))))['then'](_0x2fd892,_0x2fd892);}),exports[a50_0x5a36f6(0x8e)]=(_0xd94e82,_0x540d31,_0x4a2322,_0x382d08,_0x2c49e8)=>{const _0x5023de=a50_0x5a36f6,_0x1ff7fd={'MgxLp':_0x5023de(0xd7),'XDHLG':function(_0x1ba0e4,_0x59b0ad){return _0x1ba0e4(_0x59b0ad);},'jNgor':_0x5023de(0x9f),'CTkSo':_0x5023de(0xad),'rMjmw':'cucumberWorker','ZpsQD':_0x5023de(0xaa),'RqjbY':_0x5023de(0xc2),'oQXVO':_0x5023de(0xa2),'UfPJc':_0x5023de(0xab),'oXNsY':function(_0x56c1f9,_0x4ebddb){return _0x56c1f9(_0x4ebddb);}};return new Promise(_0x3e4488=>{const _0x2c027b=_0x5023de,_0x20ec38={'KFxtT':_0x1ff7fd[_0x2c027b(0x9d)],'pSzCm':function(_0x260c30,_0xcfcbf4){const _0x22f613=_0x2c027b;return _0x1ff7fd[_0x22f613(0x9b)](_0x260c30,_0xcfcbf4);},'umscb':_0x1ff7fd[_0x2c027b(0xdc)]},_0x4807ce=[],_0x1a2855=new Worker(require['resolve'](_0x1ff7fd[_0x2c027b(0xe0)]),{'exposedMethods':[_0x1ff7fd['rMjmw']],'forkOptions':{'serialization':_0x1ff7fd[_0x2c027b(0xae)],'stdio':_0x1ff7fd[_0x2c027b(0x82)]},'numWorkers':_0xd94e82[_0x2c027b(0xcf)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3b0688=new Emittery();_0x3b0688['on'](_0x1ff7fd['oQXVO'],_0x50af9c=>{const _0x58827c=_0x2c027b;_0x4807ce[_0x58827c(0xb3)]([_0x50af9c[0x0],_0x50af9c[0x1]]);}),_0x3b0688['on'](_0x1ff7fd[_0x2c027b(0xd0)],_0x1fc2a1=>console[_0x2c027b(0x8f)](_0x1fc2a1[0x1]));_0x1a2855['getStdout']()&&_0x1a2855[_0x2c027b(0xa8)]()[_0x2c027b(0xc2)](process[_0x2c027b(0xbc)]);_0x1a2855[_0x2c027b(0xd5)]()&&_0x1a2855['getStderr']()[_0x2c027b(0xc2)](process[_0x2c027b(0xbf)]);const _0xba9344=async()=>{const _0x4c5191=_0x2c027b,{forceExited:_0x4d091a}=await _0x1a2855[_0x4c5191(0xdb)]();_0x4d091a&&console[_0x4c5191(0xb1)](_0x20ec38[_0x4c5191(0xb6)]),_0x20ec38[_0x4c5191(0xd6)](_0x3e4488,_0x4807ce);},_0x3c0e6b=_0x1ff7fd['oXNsY'](pLimit,_0xd94e82[_0x2c027b(0xcf)]||0x1),_0x506e51=(_0x48fbdb,_0x3a28f2)=>_0x3c0e6b(async()=>{const _0x44a793=_0x2c027b;return await _0x3b0688['emit'](_0x20ec38[_0x44a793(0xe2)],_0x48fbdb),_0x540d31[_0x44a793(0xbd)]=_0x4a2322['platforms'][_0x3a28f2],_0x1a2855['cucumberWorker'](_0x48fbdb,_0x540d31,_0x4a2322,_0x382d08,_0x2c49e8);});Promise[_0x2c027b(0x97)](_0xd94e82[_0x2c027b(0xe3)]((_0x17eef7,_0x343232)=>_0x506e51(_0x17eef7,_0x343232)[_0x2c027b(0x8a)](_0xc1eab8=>_0x3b0688[_0x2c027b(0xce)](_0x2c027b(0xa2),[_0x17eef7,_0xc1eab8]),_0xacbb81=>_0x3b0688['emit'](_0x2c027b(0xab),[_0x17eef7,_0xacbb81]))))['then'](_0xba9344,_0xba9344);});},exports['parallelVanillaRun']=(_0x33538,_0x2bd5e6)=>new Promise(_0x31032e=>{const _0x314f1d=a50_0x5a36f6,_0x7a0a55={'Ntjba':_0x314f1d(0x91),'PSBFD':function(_0x149a4c,_0x367449){return _0x149a4c===_0x367449;},'xjYwZ':function(_0x53bac9,_0x19bc4a){return _0x53bac9!==_0x19bc4a;},'qoBIb':_0x314f1d(0xd7),'IqRKk':function(_0x4d7c12,_0x204c05){return _0x4d7c12(_0x204c05);},'XwFgJ':'./testWorker.js','kQwOg':_0x314f1d(0xda),'vzjOm':'json','VyMmK':'pipe','BiXRv':'test-file-success','VJGqX':_0x314f1d(0xc1)},_0x267b0d={},_0x49199c=new Worker(require['resolve'](_0x7a0a55['XwFgJ']),{'exposedMethods':[_0x7a0a55['kQwOg']],'forkOptions':{'serialization':_0x7a0a55['vzjOm'],'stdio':_0x7a0a55[_0x314f1d(0xc4)]},'numWorkers':_0x2bd5e6,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3003eb=new Emittery();_0x3003eb['on'](_0x7a0a55[_0x314f1d(0xde)],_0x49d75a=>{const _0x445f0e=_0x314f1d;_0x49d75a[0x0]&&logger[_0x445f0e(0xcc)](_0x445f0e(0xbe)+_0x49d75a[0x1]+_0x445f0e(0xa5),_0x49d75a[0x0]);}),_0x3003eb['on'](_0x7a0a55[_0x314f1d(0x88)],_0x47427f=>{process['exitCode']=0x1;});_0x49199c[_0x314f1d(0xa8)]()&&_0x49199c[_0x314f1d(0xa8)]()[_0x314f1d(0xc2)](process[_0x314f1d(0xbc)]);_0x49199c['getStderr']()&&_0x49199c[_0x314f1d(0xd5)]()[_0x314f1d(0xc2)](process[_0x314f1d(0xbf)]);const _0x6a9a8=async()=>{const _0xbf5ea8=_0x314f1d,_0xf5e5eb={'TBYys':function(_0x25c8bd,_0x5bf11b){return _0x7a0a55['PSBFD'](_0x25c8bd,_0x5bf11b);},'whHfJ':function(_0x249aa3,_0x58982c){const _0x2bb22b=a50_0x1355;return _0x7a0a55[_0x2bb22b(0xdd)](_0x249aa3,_0x58982c);}};let _0x2d4ea5=0x0;const _0x311925=_0x49199c['_workerPool']['getWorkers'](),_0x5ccf55=()=>{},_0x3a1265=_0x311925[_0xbf5ea8(0xe3)](async _0x865a30=>{const _0x54e588=_0xbf5ea8;_0x865a30[_0x54e588(0xb2)]([0x2,![]],_0x5ccf55,_0x5ccf55,_0x5ccf55),_0x865a30[_0x54e588(0x92)]['on'](_0x7a0a55['Ntjba'],_0x1f9cea=>{const _0x517f28=_0x54e588;_0xf5e5eb[_0x517f28(0xdf)](_0x2d4ea5,0x0)&&_0xf5e5eb[_0x517f28(0x85)](_0x1f9cea,0x0)&&(_0x2d4ea5=_0x1f9cea);}),await _0x865a30['waitForExit']();});await Promise[_0xbf5ea8(0x97)](_0x3a1265),process['exitCode']=_0x2d4ea5;const {forceExited:_0x22892d}=await _0x49199c[_0xbf5ea8(0xdb)]();_0x22892d&&console[_0xbf5ea8(0xb1)](_0x7a0a55[_0xbf5ea8(0x8d)]),_0x7a0a55[_0xbf5ea8(0x8c)](_0x31032e,_0x267b0d);},_0x3936fc=_0x7a0a55[_0x314f1d(0x8c)](pLimit,_0x2bd5e6),_0xfe9764=_0x192940=>_0x3936fc(async()=>{const _0x50cccf=_0x314f1d;return _0x49199c[_0x50cccf(0xda)](_0x192940);});Promise['all'](_0x33538['map'](_0x100a73=>_0xfe9764(_0x100a73)['then'](_0xcdcc5=>_0x3003eb[_0x314f1d(0xce)](_0x314f1d(0xc0),[_0x100a73[_0x314f1d(0x84)][_0x314f1d(0x9a)],_0x100a73[_0x314f1d(0x84)][_0x314f1d(0x9e)]]),_0x3aaeab=>_0x3003eb[_0x314f1d(0xce)]('test-file-failure',[_0x100a73,_0x3aaeab]))))[_0x314f1d(0x8a)](_0x6a9a8,_0x6a9a8);});
1
+ const a50_0xadbe8d=a50_0x5bb1;(function(_0x400989,_0x317092){const _0x5ae3f2=a50_0x5bb1,_0x214026=_0x400989();while(!![]){try{const _0x13aa9f=-parseInt(_0x5ae3f2(0x152))/0x1*(parseInt(_0x5ae3f2(0x157))/0x2)+parseInt(_0x5ae3f2(0x13a))/0x3+parseInt(_0x5ae3f2(0x12c))/0x4+parseInt(_0x5ae3f2(0x125))/0x5+parseInt(_0x5ae3f2(0x115))/0x6*(parseInt(_0x5ae3f2(0x130))/0x7)+parseInt(_0x5ae3f2(0x156))/0x8*(parseInt(_0x5ae3f2(0x139))/0x9)+parseInt(_0x5ae3f2(0x10b))/0xa*(-parseInt(_0x5ae3f2(0x15b))/0xb);if(_0x13aa9f===_0x317092)break;else _0x214026['push'](_0x214026['shift']());}catch(_0x9a3d7){_0x214026['push'](_0x214026['shift']());}}}(a50_0x3b8f,0x6bc25));const Worker=require(a50_0xadbe8d(0x119))[a50_0xadbe8d(0x136)],Emittery=require('emittery'),pLimit=require(a50_0xadbe8d(0x154)),{parentPort}=require('worker_threads'),util=require(a50_0xadbe8d(0x124)),logger=require('../../helpers/logger')['winstonLogger'],PerformanceTester=require(a50_0xadbe8d(0x109)),PerformanceEvents=require('../../helpers/performance/constants')[a50_0xadbe8d(0x11e)],{debug}=require(a50_0xadbe8d(0x14f)),TestHubHandler=require(a50_0xadbe8d(0x113));function a50_0x3b8f(){const _0x2d83c3=['\x20for','Dlwho','resolve','vtVmP','QgngC','eeNuX','Nncej','SDK_SETUP','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','aQnhY','cXAYU','test-file-success','../../helpers/test-observability/utils','iumdG','cucumberWorker','3848FdQpOV','Exception\x20in\x20sending\x20worker\x20message\x20','p-limit','RGtsE','30344cwOVci','26TwwQaO','length','pNmaY','xZjng','81301pDoZDI','PxakJ','EFGCq','info','AigZH','platform-run-failure','dGvsX','ZfeEL','exitCode','map','emit','parallelVanillaRun','EQZCP','getStdout','../../helpers/performance/performance-tester','stderr','4010XXjBDF','worker','all','test-file-start','failureCount','json','cNQtv','slXcw','../../helpers/testhub/testhubHandler','end','198liSDKi','format','vanillaWorker','platform-run-start','jest-worker','stop','getStderr','getWorkers','configuration','EVENTS','WUHcS','send','EWrpc','parallelTestRun','Workers\x20failed\x20to\x20exit\x20gracefully','util','3257880fIZDKU','_child','tirtb','vOCNs','AkEcW','stdout','./testWorker.js','3157588wdMEer','then','platform','Running\x20','164073TAsdOB','exit','error','test-file-failure','file','pipe','Worker','FSYRT','VgJGu','1359ovMHbJ','2003979pYoXJA','platforms','gqPwz','platformCaps','log','push','BLfxD','WgnVQ','BJNUx'];a50_0x3b8f=function(){return _0x2d83c3;};return a50_0x3b8f();}function a50_0x5bb1(_0x4b26db,_0x3c88a4){const _0x3b8f73=a50_0x3b8f();return a50_0x5bb1=function(_0x5bb18b,_0x248873){_0x5bb18b=_0x5bb18b-0x101;let _0x479880=_0x3b8f73[_0x5bb18b];return _0x479880;},a50_0x5bb1(_0x4b26db,_0x3c88a4);}exports[a50_0xadbe8d(0x122)]=(_0x49ce53,_0x201af6,_0x44cc79)=>new Promise(async _0x58ff1b=>{const _0x3ad74e=a50_0xadbe8d,_0x5e2263={'cXAYU':_0x3ad74e(0x10f),'FSYRT':function(_0x49fb2b,_0x4c1c53){return _0x49fb2b+_0x4c1c53;},'iumdG':'results','QgngC':'Workers\x20failed\x20to\x20exit\x20gracefully','vOCNs':function(_0x4423be,_0x4b5adc){return _0x4423be(_0x4b5adc);},'EQZCP':_0x3ad74e(0x10e),'LbwtS':_0x3ad74e(0x12b),'ZfeEL':_0x3ad74e(0x10c),'vqgBX':_0x3ad74e(0x110),'EWrpc':_0x3ad74e(0x135),'pNmaY':function(_0x4fb23c,_0x583f97){return _0x4fb23c*_0x583f97;},'BLfxD':'test-file-success','Nncej':_0x3ad74e(0x133)},_0x13b88c=_0x44cc79['config'],_0x4afa2b={},_0x194a03=new Worker(require[_0x3ad74e(0x145)](_0x5e2263['LbwtS']),{'exposedMethods':[_0x5e2263[_0x3ad74e(0x102)]],'forkOptions':{'serialization':_0x5e2263['vqgBX'],'stdio':_0x5e2263[_0x3ad74e(0x121)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5e2263[_0x3ad74e(0x159)](_0x201af6,0x1),'enableWorkerThreads':!![]}),_0x3015c5=new Emittery();_0x3015c5['on'](_0x5e2263[_0x3ad74e(0x140)],_0x5e33fc=>{const _0x56a2b3=_0x3ad74e;_0x4afa2b[_0x5e33fc[0x0]]?(_0x4afa2b[_0x5e33fc[0x0]][_0x5e2263[_0x56a2b3(0x14d)]]=_0x5e2263[_0x56a2b3(0x137)](_0x4afa2b[_0x5e33fc[0x0]][_0x5e2263[_0x56a2b3(0x14d)]],_0x5e33fc[0x1][_0x5e2263['cXAYU']]),_0x4afa2b[_0x5e33fc[0x0]][_0x5e2263[_0x56a2b3(0x150)]]=[..._0x4afa2b[_0x5e33fc[0x0]][_0x5e2263[_0x56a2b3(0x150)]],..._0x5e33fc[0x1][_0x5e2263['iumdG']]]):_0x4afa2b[_0x5e33fc[0x0]]={'failureCount':_0x5e33fc[0x1][_0x5e2263['cXAYU']],'results':[..._0x5e33fc[0x1][_0x5e2263[_0x56a2b3(0x150)]]]};}),_0x3015c5['on'](_0x5e2263[_0x3ad74e(0x149)],_0xfc6a22=>console[_0x3ad74e(0x13e)](_0xfc6a22[0x1]));_0x194a03[_0x3ad74e(0x108)]()&&_0x194a03[_0x3ad74e(0x108)]()[_0x3ad74e(0x135)](process[_0x3ad74e(0x12a)]);_0x194a03[_0x3ad74e(0x11b)]()&&_0x194a03[_0x3ad74e(0x11b)]()[_0x3ad74e(0x135)](process[_0x3ad74e(0x10a)]);const _0x2ba935=async()=>{const _0x154d88=_0x3ad74e,{forceExited:_0x5941e7}=await _0x194a03[_0x154d88(0x114)]();_0x5941e7&&console[_0x154d88(0x132)](_0x5e2263[_0x154d88(0x147)]);try{await TestHubHandler[_0x154d88(0x11a)]();}catch(_0x11edbe){_0x5e2263[_0x154d88(0x128)](debug,_0x154d88(0x14b)+_0x11edbe);}_0x5e2263[_0x154d88(0x128)](_0x58ff1b,_0x4afa2b);},_0x30ecc5=_0x5e2263[_0x3ad74e(0x128)](pLimit,_0x5e2263[_0x3ad74e(0x159)](_0x201af6,0x1)),_0x4f2ab5=_0x409899=>_0x30ecc5(async()=>{const _0x5276d2=_0x3ad74e;await _0x3015c5[_0x5276d2(0x105)](_0x5e2263[_0x5276d2(0x107)],_0x409899);const _0x2e544f=_0x194a03[_0x5276d2(0x10c)](_0x409899,_0x13b88c);try{parentPort&&_0x2e544f['UNSTABLE_onCustomMessage'](_0x15471b=>{const _0x16be0c=_0x5276d2;try{parentPort['postMessage'](_0x15471b);}catch(_0x39c981){logger['debug'](_0x16be0c(0x153)+util['format'](_0x39c981));}});}catch(_0x3d2215){logger['debug']('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x5276d2(0x116)](_0x3d2215));}return _0x2e544f;});PerformanceTester[_0x3ad74e(0x114)](PerformanceEvents[_0x3ad74e(0x14a)]),Promise[_0x3ad74e(0x10d)](_0x49ce53[_0x3ad74e(0x104)](_0x11efb9=>_0x4f2ab5(_0x11efb9)['then'](_0x2c1c19=>_0x3015c5[_0x3ad74e(0x105)]('test-file-success',[_0x11efb9['configuration'][_0x3ad74e(0x12e)],_0x2c1c19]),_0x48da0c=>_0x3015c5[_0x3ad74e(0x105)]('test-file-failure',[_0x11efb9,_0x48da0c]))))[_0x3ad74e(0x12d)](_0x2ba935,_0x2ba935);}),exports['parallelCucumberRun']=(_0x5ccacf,_0x1068c3,_0x347536,_0x1bd4a9,_0x14155d)=>{const _0x4c56ee=a50_0xadbe8d,_0x1b9814={'slXcw':_0x4c56ee(0x123),'VgJGu':function(_0x332c6a,_0x410243){return _0x332c6a(_0x410243);},'gqPwz':_0x4c56ee(0x118),'jsbnY':'./testWorker.js','AigZH':'cucumberWorker','vtVmP':_0x4c56ee(0x110),'NWzqT':'pipe','dGvsX':'platform-run-success','BJNUx':'platform-run-failure'};return new Promise(_0x430a35=>{const _0x56b981=_0x4c56ee,_0x3c0279=[],_0xb13f03=new Worker(require[_0x56b981(0x145)](_0x1b9814['jsbnY']),{'exposedMethods':[_0x1b9814[_0x56b981(0x15f)]],'forkOptions':{'serialization':_0x1b9814[_0x56b981(0x146)],'stdio':_0x1b9814['NWzqT']},'numWorkers':_0x5ccacf[_0x56b981(0x158)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x2ec2ea=new Emittery();_0x2ec2ea['on'](_0x1b9814[_0x56b981(0x101)],_0x5d23ce=>{const _0x188c1c=_0x56b981;_0x3c0279[_0x188c1c(0x13f)]([_0x5d23ce[0x0],_0x5d23ce[0x1]]);}),_0x2ec2ea['on'](_0x1b9814[_0x56b981(0x142)],_0x3b2da5=>console['log'](_0x3b2da5[0x1]));_0xb13f03[_0x56b981(0x108)]()&&_0xb13f03[_0x56b981(0x108)]()['pipe'](process[_0x56b981(0x12a)]);_0xb13f03[_0x56b981(0x11b)]()&&_0xb13f03[_0x56b981(0x11b)]()['pipe'](process['stderr']);const _0x13c928=async()=>{const _0x3d81c1=_0x56b981,{forceExited:_0x1dfa56}=await _0xb13f03[_0x3d81c1(0x114)]();_0x1dfa56&&console[_0x3d81c1(0x132)](_0x1b9814[_0x3d81c1(0x112)]),_0x1b9814['VgJGu'](_0x430a35,_0x3c0279);},_0x279ed5=_0x1b9814[_0x56b981(0x138)](pLimit,_0x5ccacf[_0x56b981(0x158)]||0x1),_0xb5be4f=(_0x2b78bd,_0x2cb363)=>_0x279ed5(async()=>{const _0x26d796=_0x56b981;return await _0x2ec2ea[_0x26d796(0x105)](_0x1b9814[_0x26d796(0x13c)],_0x2b78bd),_0x1068c3[_0x26d796(0x13d)]=_0x347536[_0x26d796(0x13b)][_0x2cb363],_0xb13f03[_0x26d796(0x151)](_0x2b78bd,_0x1068c3,_0x347536,_0x1bd4a9,_0x14155d);});Promise[_0x56b981(0x10d)](_0x5ccacf['map']((_0x28376a,_0x52c633)=>_0xb5be4f(_0x28376a,_0x52c633)['then'](_0x1e7dbe=>_0x2ec2ea[_0x56b981(0x105)]('platform-run-success',[_0x28376a,_0x1e7dbe]),_0x185dc5=>_0x2ec2ea[_0x56b981(0x105)](_0x56b981(0x160),[_0x28376a,_0x185dc5]))))[_0x56b981(0x12d)](_0x13c928,_0x13c928);});},exports[a50_0xadbe8d(0x106)]=(_0x409351,_0xd9a26e)=>new Promise(_0x5600ca=>{const _0x37ab0d=a50_0xadbe8d,_0x54a65e={'EFGCq':function(_0x5aeb77,_0x3cb070){return _0x5aeb77===_0x3cb070;},'aQnhY':function(_0x593789,_0x4bb3c9){return _0x593789!==_0x4bb3c9;},'xZjng':_0x37ab0d(0x131),'WUHcS':_0x37ab0d(0x123),'WgnVQ':function(_0x5e07dc,_0x16dbd9){return _0x5e07dc(_0x16dbd9);},'eeNuX':_0x37ab0d(0x12b),'tirtb':_0x37ab0d(0x117),'Dlwho':'json','AkEcW':'pipe','aEjZO':_0x37ab0d(0x14e),'PxakJ':_0x37ab0d(0x133),'cNQtv':function(_0xf757ef,_0x32a1cd){return _0xf757ef(_0x32a1cd);}},_0x3d3286={},_0x327627=new Worker(require[_0x37ab0d(0x145)](_0x54a65e[_0x37ab0d(0x148)]),{'exposedMethods':[_0x54a65e[_0x37ab0d(0x127)]],'forkOptions':{'serialization':_0x54a65e[_0x37ab0d(0x144)],'stdio':_0x54a65e[_0x37ab0d(0x129)]},'numWorkers':_0xd9a26e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3414b1=new Emittery();_0x3414b1['on'](_0x54a65e['aEjZO'],_0x39403d=>{const _0x322469=_0x37ab0d;_0x39403d[0x0]&&logger[_0x322469(0x15e)](_0x322469(0x12f)+_0x39403d[0x1]+_0x322469(0x143),_0x39403d[0x0]);}),_0x3414b1['on'](_0x54a65e[_0x37ab0d(0x15c)],_0x4b5aca=>{const _0x287442=_0x37ab0d;process[_0x287442(0x103)]=0x1;});_0x327627[_0x37ab0d(0x108)]()&&_0x327627[_0x37ab0d(0x108)]()['pipe'](process[_0x37ab0d(0x12a)]);_0x327627[_0x37ab0d(0x11b)]()&&_0x327627['getStderr']()[_0x37ab0d(0x135)](process[_0x37ab0d(0x10a)]);const _0x5a97aa=async()=>{const _0x43ea48=_0x37ab0d;let _0xdaead7=0x0;const _0xce962a=_0x327627['_workerPool'][_0x43ea48(0x11c)](),_0x54c708=()=>{},_0x8e72b9=_0xce962a[_0x43ea48(0x104)](async _0x55d57e=>{const _0x1b8347=_0x43ea48,_0x3431d3={'Haknm':function(_0x515c9a,_0x10f91f){const _0x45675b=a50_0x5bb1;return _0x54a65e[_0x45675b(0x15d)](_0x515c9a,_0x10f91f);},'RGtsE':function(_0xfa9b8e,_0x340583){const _0x71b523=a50_0x5bb1;return _0x54a65e[_0x71b523(0x14c)](_0xfa9b8e,_0x340583);}};_0x55d57e[_0x1b8347(0x120)]([0x2,![]],_0x54c708,_0x54c708,_0x54c708),_0x55d57e[_0x1b8347(0x126)]['on'](_0x54a65e[_0x1b8347(0x15a)],_0x472008=>{const _0x232274=_0x1b8347;_0x3431d3['Haknm'](_0xdaead7,0x0)&&_0x3431d3[_0x232274(0x155)](_0x472008,0x0)&&(_0xdaead7=_0x472008);}),await _0x55d57e['waitForExit']();});await Promise[_0x43ea48(0x10d)](_0x8e72b9),process[_0x43ea48(0x103)]=_0xdaead7;const {forceExited:_0x1cd4cf}=await _0x327627['end']();_0x1cd4cf&&console[_0x43ea48(0x132)](_0x54a65e[_0x43ea48(0x11f)]),_0x54a65e[_0x43ea48(0x141)](_0x5600ca,_0x3d3286);},_0x1edba1=_0x54a65e[_0x37ab0d(0x111)](pLimit,_0xd9a26e),_0x53a5dd=_0x28aa43=>_0x1edba1(async()=>{return _0x327627['vanillaWorker'](_0x28aa43);});Promise[_0x37ab0d(0x10d)](_0x409351[_0x37ab0d(0x104)](_0x5e3738=>_0x53a5dd(_0x5e3738)[_0x37ab0d(0x12d)](_0x1d40c6=>_0x3414b1[_0x37ab0d(0x105)]('test-file-success',[_0x5e3738[_0x37ab0d(0x11d)][_0x37ab0d(0x12e)],_0x5e3738['configuration'][_0x37ab0d(0x134)]]),_0x2985b6=>_0x3414b1['emit'](_0x37ab0d(0x133),[_0x5e3738,_0x2985b6]))))['then'](_0x5a97aa,_0x5a97aa);});
@@ -1 +1 @@
1
- const a51_0x1841ac=a51_0x4b3a;function a51_0x4b3a(_0x23c9db,_0x6ad98a){const _0x3c9a0d=a51_0x3c9a();return a51_0x4b3a=function(_0x4b3acd,_0x4decc6){_0x4b3acd=_0x4b3acd-0x14a;let _0x21bda4=_0x3c9a0d[_0x4b3acd];return _0x21bda4;},a51_0x4b3a(_0x23c9db,_0x6ad98a);}function a51_0x3c9a(){const _0xca9597=['KDvDB','../../helpers/performance/constants','vanilla','47039sJDXUK','runVanillaTest','96DeqGov','MhszL','../../helpers/test-observability/utils','9ZmvqME','Zzuwa','stopMonitoring','owQcW','end','EVENTS','LtOAX','DaqbS','1431970DDCxam','74658RyAODy','startMonitoring','bXcea','1552016vjmVYX','6ZAvqTS','SDK_POST_TEST','4izpUYG','configuration','689755ENRBvN','YrmVh','390720NsMbix','runTest','16OGwUPb','1446417znqGwI','run','formatter','../launcher/launcher','runCucumberTest'];a51_0x3c9a=function(){return _0xca9597;};return a51_0x3c9a();}(function(_0x3b7029,_0x5304ca){const _0x1b7777=a51_0x4b3a,_0x59a8af=_0x3b7029();while(!![]){try{const _0x56bfea=-parseInt(_0x1b7777(0x169))/0x1*(-parseInt(_0x1b7777(0x15a))/0x2)+-parseInt(_0x1b7777(0x154))/0x3*(parseInt(_0x1b7777(0x160))/0x4)+-parseInt(_0x1b7777(0x15e))/0x5*(-parseInt(_0x1b7777(0x158))/0x6)+parseInt(_0x1b7777(0x161))/0x7+parseInt(_0x1b7777(0x157))/0x8+-parseInt(_0x1b7777(0x14b))/0x9*(-parseInt(_0x1b7777(0x153))/0xa)+-parseInt(_0x1b7777(0x15c))/0xb*(parseInt(_0x1b7777(0x16b))/0xc);if(_0x56bfea===_0x5304ca)break;else _0x59a8af['push'](_0x59a8af['shift']());}catch(_0x54bf3f){_0x59a8af['push'](_0x59a8af['shift']());}}}(a51_0x3c9a,0x1c0b4));const PerformanceEvents=require(a51_0x1841ac(0x167))[a51_0x1841ac(0x150)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a51_0x1841ac(0x14a));exports[a51_0x1841ac(0x15f)]=async(_0x4f88fc,_0x1996a6)=>{const _0x152358=a51_0x1841ac,_0x874737={'bXcea':function(_0x5e561e,_0x26e415){return _0x5e561e(_0x26e415);},'MhszL':_0x152358(0x164),'DaqbS':'mocha'};PerformanceTester[_0x152358(0x155)]();const _0x153d9f=_0x874737[_0x152358(0x156)](require,_0x874737[_0x152358(0x16c)]),_0x406f5f=new _0x153d9f(_0x874737[_0x152358(0x152)],_0x4f88fc,_0x1996a6),_0x32acfc=await _0x406f5f['run']();return PerformanceTester[_0x152358(0x14f)](PerformanceEvents[_0x152358(0x159)]),await _0x874737[_0x152358(0x156)](sleep,0x3e8),PerformanceTester[_0x152358(0x14d)](),_0x32acfc;},exports[a51_0x1841ac(0x165)]=async(_0xcab918,_0x447b80,_0x1c096d,_0x111ec1,_0x9e9dd)=>{const _0x5b234e=a51_0x1841ac,_0x92d9bf={'Zzuwa':function(_0x4472ab,_0x179303){return _0x4472ab(_0x179303);},'KDvDB':_0x5b234e(0x164),'YrmVh':'cucumber-js'},_0x210d6c={'capability':_0xcab918,..._0x447b80},_0x38e643={};_0x38e643[_0x5b234e(0x15b)]=_0x210d6c,_0x38e643[_0x5b234e(0x163)]=_0x9e9dd;const _0x508353=_0x38e643,_0x1fd293=_0x92d9bf[_0x5b234e(0x14c)](require,_0x92d9bf[_0x5b234e(0x166)]),_0x5b3791=new _0x1fd293(_0x92d9bf[_0x5b234e(0x15d)],_0x508353,_0x1c096d,_0x111ec1);return await _0x5b3791[_0x5b234e(0x162)]();},exports[a51_0x1841ac(0x16a)]=async _0x2d6144=>{const _0x551d6c=a51_0x1841ac,_0x22b8f={'LtOAX':function(_0x47f18a,_0xafe24f){return _0x47f18a(_0xafe24f);},'owQcW':'../launcher/launcher','xKIQC':_0x551d6c(0x168)},_0x8dc733=_0x22b8f[_0x551d6c(0x151)](require,_0x22b8f[_0x551d6c(0x14e)]),_0x1a211c=new _0x8dc733(_0x22b8f['xKIQC'],_0x2d6144);return await _0x1a211c['run']();};
1
+ const a51_0x148146=a51_0x5962;(function(_0x4a8e97,_0x592b26){const _0x2858d8=a51_0x5962,_0x279e19=_0x4a8e97();while(!![]){try{const _0x59611e=-parseInt(_0x2858d8(0x1e9))/0x1+-parseInt(_0x2858d8(0x1e7))/0x2+-parseInt(_0x2858d8(0x1d6))/0x3+-parseInt(_0x2858d8(0x1ec))/0x4+-parseInt(_0x2858d8(0x1ed))/0x5+-parseInt(_0x2858d8(0x1e8))/0x6+parseInt(_0x2858d8(0x1d5))/0x7;if(_0x59611e===_0x592b26)break;else _0x279e19['push'](_0x279e19['shift']());}catch(_0x350c01){_0x279e19['push'](_0x279e19['shift']());}}}(a51_0x27ae,0x8e4b4));const PerformanceEvents=require(a51_0x148146(0x1d4))['EVENTS'],PerformanceTester=require(a51_0x148146(0x1ef)),{sleep}=require(a51_0x148146(0x1da));exports['runTest']=async(_0x2a74ed,_0xa4350)=>{const _0x3d3fe3=a51_0x148146,_0x1dc4b5={'cczJN':function(_0x59ae14,_0x2e4a29){return _0x59ae14(_0x2e4a29);},'GwAnZ':_0x3d3fe3(0x1de),'dXkWv':_0x3d3fe3(0x1e4)};PerformanceTester[_0x3d3fe3(0x1dc)]();const _0x537bb3=_0x1dc4b5['cczJN'](require,_0x1dc4b5[_0x3d3fe3(0x1e1)]),_0x4766da=new _0x537bb3(_0x1dc4b5[_0x3d3fe3(0x1e2)],_0x2a74ed,_0xa4350),_0x50fae8=await _0x4766da['run']();return PerformanceTester[_0x3d3fe3(0x1ee)](PerformanceEvents[_0x3d3fe3(0x1d7)]),await _0x1dc4b5[_0x3d3fe3(0x1e0)](sleep,0x3e8),PerformanceTester[_0x3d3fe3(0x1d8)](),_0x50fae8;},exports['runCucumberTest']=async(_0x5e8be9,_0x4239d0,_0x2272b9,_0x53157e,_0x5e7f96)=>{const _0x219a91=a51_0x148146,_0x5b46f8={'VHzcF':function(_0x46eff5,_0x390b61){return _0x46eff5(_0x390b61);},'MeCzF':_0x219a91(0x1de),'feSrq':_0x219a91(0x1d3)},_0x336d40={'capability':_0x5e8be9,..._0x4239d0},_0x2cb488={};_0x2cb488[_0x219a91(0x1d9)]=_0x336d40,_0x2cb488['formatter']=_0x5e7f96;const _0x100c51=_0x2cb488,_0x3c55f4=_0x5b46f8[_0x219a91(0x1db)](require,_0x5b46f8[_0x219a91(0x1d2)]),_0x3c97ce=new _0x3c55f4(_0x5b46f8[_0x219a91(0x1e5)],_0x100c51,_0x2272b9,_0x53157e);return await _0x3c97ce[_0x219a91(0x1e6)]();},exports[a51_0x148146(0x1df)]=async _0x51cc97=>{const _0x19df2f=a51_0x148146,_0x111746={'BocsH':function(_0x47ed2f,_0x3841bc){return _0x47ed2f(_0x3841bc);},'atUpg':_0x19df2f(0x1de),'wDEqo':_0x19df2f(0x1dd)},_0x29faba=_0x111746[_0x19df2f(0x1eb)](require,_0x111746[_0x19df2f(0x1e3)]),_0x44148b=new _0x29faba(_0x111746[_0x19df2f(0x1ea)],_0x51cc97);return await _0x44148b[_0x19df2f(0x1e6)]();};function a51_0x5962(_0x31b234,_0x55f5ac){const _0x27ae07=a51_0x27ae();return a51_0x5962=function(_0x596282,_0x1b0de4){_0x596282=_0x596282-0x1d2;let _0x391d5d=_0x27ae07[_0x596282];return _0x391d5d;},a51_0x5962(_0x31b234,_0x55f5ac);}function a51_0x27ae(){const _0x5082ba=['mocha','feSrq','run','1156074rUnLFp','5887092vMVEwH','440816uKKJCf','wDEqo','BocsH','2587808OeaAqF','3450530EJqmFl','end','../../helpers/performance/performance-tester','MeCzF','cucumber-js','../../helpers/performance/constants','28377615WCuDgP','402048eBNCfg','SDK_POST_TEST','stopMonitoring','configuration','../../helpers/test-observability/utils','VHzcF','startMonitoring','vanilla','../launcher/launcher','runVanillaTest','cczJN','GwAnZ','dXkWv','atUpg'];a51_0x27ae=function(){return _0x5082ba;};return a51_0x27ae();}
@@ -1 +1 @@
1
- function a52_0x1d9a(){const _0x58c95e=['GzEZc','6ozZHRx','vanillaWorker','43263vACwIP','1520120OcnfNz','43VHOVAR','12698yKfXKh','31805ogQLlw','894488yyoSNa','13170jscFdi','worker','YXOkk','./runTest','dhMFL','1469970svntIM'];a52_0x1d9a=function(){return _0x58c95e;};return a52_0x1d9a();}const a52_0x13cb06=a52_0xf9f5;(function(_0xd741a8,_0x340ce4){const _0x2a58f1=a52_0xf9f5,_0x5ca33b=_0xd741a8();while(!![]){try{const _0x4ade0c=-parseInt(_0x2a58f1(0xa0))/0x1*(-parseInt(_0x2a58f1(0xa4))/0x2)+parseInt(_0x2a58f1(0x9e))/0x3+parseInt(_0x2a58f1(0xa3))/0x4+-parseInt(_0x2a58f1(0xa2))/0x5+parseInt(_0x2a58f1(0x9c))/0x6*(-parseInt(_0x2a58f1(0xa1))/0x7)+-parseInt(_0x2a58f1(0x9f))/0x8+-parseInt(_0x2a58f1(0xa9))/0x9;if(_0x4ade0c===_0x340ce4)break;else _0x5ca33b['push'](_0x5ca33b['shift']());}catch(_0x187f1c){_0x5ca33b['push'](_0x5ca33b['shift']());}}}(a52_0x1d9a,0x26fbe));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x13cb06(0xa7));function a52_0xf9f5(_0x47e159,_0x329ee5){const _0x1d9a26=a52_0x1d9a();return a52_0xf9f5=function(_0xf9f56b,_0x56ccdd){_0xf9f56b=_0xf9f56b-0x9b;let _0x1d052c=_0x1d9a26[_0xf9f56b];return _0x1d052c;},a52_0xf9f5(_0x47e159,_0x329ee5);}exports[a52_0x13cb06(0xa5)]=async(_0x5d652e,_0x3d8e40)=>{const _0x18ac97=a52_0x13cb06,_0x2b938c={'dhMFL':function(_0xbad40b,_0x2ed649,_0x2e1efc){return _0xbad40b(_0x2ed649,_0x2e1efc);}};return await _0x2b938c[_0x18ac97(0xa8)](runTest,_0x5d652e,_0x3d8e40);},exports['cucumberWorker']=async(_0x132e48,_0x57599c,_0x1bc8cd,_0x4402a2,_0x29ba64)=>{const _0xadae80=a52_0x13cb06,_0x561b21={'GzEZc':function(_0x568e3c,_0x4b0c97,_0x3a87db,_0x36f525,_0x556c5d,_0x216b81){return _0x568e3c(_0x4b0c97,_0x3a87db,_0x36f525,_0x556c5d,_0x216b81);}};return await _0x561b21[_0xadae80(0x9b)](runCucumberTest,_0x132e48,_0x57599c,_0x1bc8cd,_0x4402a2,_0x29ba64);},exports[a52_0x13cb06(0x9d)]=async _0x386d37=>{const _0x561fc7=a52_0x13cb06,_0x545077={'YXOkk':function(_0x59ddd7,_0x334d16){return _0x59ddd7(_0x334d16);}};return await _0x545077[_0x561fc7(0xa6)](runVanillaTest,_0x386d37);};
1
+ const a52_0x167ada=a52_0x3160;function a52_0x3160(_0x48e35e,_0x41f926){const _0x36436b=a52_0x3643();return a52_0x3160=function(_0x3160c3,_0x354d6d){_0x3160c3=_0x3160c3-0x1c2;let _0x1e3df5=_0x36436b[_0x3160c3];return _0x1e3df5;},a52_0x3160(_0x48e35e,_0x41f926);}(function(_0x5c17b9,_0x203207){const _0x3a5f6d=a52_0x3160,_0x27de13=_0x5c17b9();while(!![]){try{const _0x4e6636=-parseInt(_0x3a5f6d(0x1c4))/0x1*(parseInt(_0x3a5f6d(0x1ca))/0x2)+parseInt(_0x3a5f6d(0x1cb))/0x3+parseInt(_0x3a5f6d(0x1cf))/0x4*(parseInt(_0x3a5f6d(0x1ce))/0x5)+-parseInt(_0x3a5f6d(0x1c8))/0x6+-parseInt(_0x3a5f6d(0x1cc))/0x7*(parseInt(_0x3a5f6d(0x1d0))/0x8)+-parseInt(_0x3a5f6d(0x1c3))/0x9*(parseInt(_0x3a5f6d(0x1c9))/0xa)+parseInt(_0x3a5f6d(0x1c5))/0xb*(parseInt(_0x3a5f6d(0x1cd))/0xc);if(_0x4e6636===_0x203207)break;else _0x27de13['push'](_0x27de13['shift']());}catch(_0xb530af){_0x27de13['push'](_0x27de13['shift']());}}}(a52_0x3643,0xa3ac0));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');function a52_0x3643(){const _0x9b4f4c=['3481709avvfFR','vanillaWorker','OlmLL','2082648emOzXQ','32330oqMgSD','8wfjgTF','23883DjwVBH','409339YBWWNn','84lUHSOl','1358805idVTbK','8jYbIZX','80KmISBN','worker','630zoraJw','234632iMtcaG'];a52_0x3643=function(){return _0x9b4f4c;};return a52_0x3643();}exports[a52_0x167ada(0x1c2)]=async(_0x457751,_0x2a1301)=>{const _0x59dd98=a52_0x167ada,_0x40cd9a={'OlmLL':function(_0x4675ed,_0x26783c,_0x3b3210){return _0x4675ed(_0x26783c,_0x3b3210);}};return await _0x40cd9a[_0x59dd98(0x1c7)](runTest,_0x457751,_0x2a1301);},exports['cucumberWorker']=async(_0x221621,_0xe1759d,_0x56386b,_0x56ca13,_0x5d59bd)=>{const _0x325a68={'aQGmb':function(_0x4a44d1,_0x4e2ea3,_0x15f166,_0x324fd1,_0x5f17e7,_0x5de558){return _0x4a44d1(_0x4e2ea3,_0x15f166,_0x324fd1,_0x5f17e7,_0x5de558);}};return await _0x325a68['aQGmb'](runCucumberTest,_0x221621,_0xe1759d,_0x56386b,_0x56ca13,_0x5d59bd);},exports[a52_0x167ada(0x1c6)]=async _0x4b800b=>{const _0x1f328f={'KsYoT':function(_0x48c0c7,_0x2b9c9f){return _0x48c0c7(_0x2b9c9f);}};return await _0x1f328f['KsYoT'](runVanillaTest,_0x4b800b);};
@@ -1 +1 @@
1
- const a53_0xc438bc=a53_0x14b4;(function(_0x3ebae9,_0x1d2a8a){const _0x5188b7=a53_0x14b4,_0x45d578=_0x3ebae9();while(!![]){try{const _0xe47d63=-parseInt(_0x5188b7(0x1db))/0x1*(-parseInt(_0x5188b7(0x1f9))/0x2)+-parseInt(_0x5188b7(0x20a))/0x3+-parseInt(_0x5188b7(0x1de))/0x4+parseInt(_0x5188b7(0x1d0))/0x5+-parseInt(_0x5188b7(0x1e7))/0x6*(-parseInt(_0x5188b7(0x1fe))/0x7)+parseInt(_0x5188b7(0x200))/0x8+parseInt(_0x5188b7(0x206))/0x9;if(_0xe47d63===_0x1d2a8a)break;else _0x45d578['push'](_0x45d578['shift']());}catch(_0x221708){_0x45d578['push'](_0x45d578['shift']());}}}(a53_0x1ad9,0xd1993));function a53_0x1ad9(){const _0x4e5eb3=['apis','getConfig','WNrRz','NKYNX','wss:','sPGaD','toString','loRnv','cdp','umQGu','XWfaB','CkTkv','OIFXo','TCVWI','pXJbD','32780zGTzQv','getEdsInstrumentationAPIUrl','getAppAutomateSessionStatusAPIUrl','tcVGl','FiEjV','CcWCD','lxCIa','getPlaywrightHubUrl','XczvV','IjTSa','usDSR','1hgpzmH','vVMcE','NIaAh','2261992brzDyf','OBSERVABILITY_UPLOAD_URL','./sharedUtils','getAutomateSessionsListAPIUrl','BJVkL','dMeJR','hfgvj','ABfak','CxYJq','930tpWdKa','../v2/browserstackCLI','NhktD','/playwright?caps=','XXbjP','./constants','BROWSERSTACK_API_URL','appAutomate','DrnDS','endsWith','YJErC','CNDEh','xThaF','KDnsX','FOXum','tTNdU','yCiro','observability','2030706mfVSMb','Dlgbc','IOyCI','yGYnW','APP_UPLOAD_URL','11179MgyrQr','getAutoCaptureLogsAPIUrl','6668360EkKpNu','YyuTv','xPmnz','replace','rSEUP','oRkaU','2838825dWbYeU','mVuBt','WhSeD','LgpVh','2983203KlLTnn','getAutomateSessionStatusAPIUrl','Aceti','pfOcL','api','HodNn','automate','VNFQR','cACiP','getInstance','VDyht','eQCkn','VqWGX','getAutomateSessionNameAPIUrl'];a53_0x1ad9=function(){return _0x4e5eb3;};return a53_0x1ad9();}function a53_0x14b4(_0x593844,_0x2feed5){const _0x1ad9ec=a53_0x1ad9();return a53_0x14b4=function(_0x14b4b4,_0x553c92){_0x14b4b4=_0x14b4b4-0x1d0;let _0x4efa28=_0x1ad9ec[_0x14b4b4];return _0x4efa28;},a53_0x14b4(_0x593844,_0x2feed5);}const constants=require(a53_0xc438bc(0x1ec)),{nestedKeyValue}=require(a53_0xc438bc(0x1e0)),getBrowserstackCLI=()=>{const _0x117ec3=a53_0xc438bc,_0x4f22bb={'cACiP':function(_0x33ef3d,_0x28885e){return _0x33ef3d(_0x28885e);},'ZwHum':_0x117ec3(0x1e8)};return _0x4f22bb[_0x117ec3(0x212)](require,_0x4f22bb['ZwHum']);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x44a224){const _0x3e066a=a53_0xc438bc,_0x1daa06={'lxCIa':function(_0x16a7ef){return _0x16a7ef();},'XWfaB':function(_0x1a03c7,_0x259b6e,_0x47ec14){return _0x1a03c7(_0x259b6e,_0x47ec14);},'loRnv':_0x3e066a(0x218),'KliSa':_0x3e066a(0x210),'YJErC':'api','XczvV':function(_0x42d853,_0x16fa0c){return _0x42d853===_0x16fa0c;},'NKYNX':function(_0x581c1f,_0x16b718){return _0x581c1f+_0x16b718;}},_0x39f190=_0x1daa06[_0x3e066a(0x1d6)](getBrowserstackCLI),_0x2e950c=_0x1daa06[_0x3e066a(0x222)](nestedKeyValue,_0x39f190[_0x3e066a(0x213)]()[_0x3e066a(0x219)](),[_0x1daa06[_0x3e066a(0x21f)],_0x1daa06['KliSa'],_0x1daa06[_0x3e066a(0x1f1)]])||constants[_0x3e066a(0x1ed)];if(!_0x44a224||_0x1daa06[_0x3e066a(0x1d8)](_0x44a224,''))return _0x2e950c;const _0x5c8a21=_0x2e950c[_0x3e066a(0x1f0)]('/')?_0x2e950c:_0x1daa06[_0x3e066a(0x21b)](_0x2e950c,'/');return new URL(_0x44a224,_0x5c8a21)['toString']();}static[a53_0xc438bc(0x1d1)](_0x567ffd){const _0x2ba269=a53_0xc438bc,_0x4874da={'FiEjV':function(_0x559df0){return _0x559df0();},'xThaF':function(_0x19963a,_0x104805,_0x4b3acb){return _0x19963a(_0x104805,_0x4b3acb);},'hfgvj':'apis','dMeJR':'edsInstrumentation','HRLEp':_0x2ba269(0x20e),'mVuBt':function(_0xfdfb47,_0x5797c9){return _0xfdfb47===_0x5797c9;},'wSITH':function(_0x3df117,_0x20e188){return _0x3df117+_0x20e188;}},_0x3a0a47=_0x4874da[_0x2ba269(0x1d4)](getBrowserstackCLI),_0x59cc89=_0x4874da[_0x2ba269(0x1f3)](nestedKeyValue,_0x3a0a47[_0x2ba269(0x213)]()[_0x2ba269(0x219)](),[_0x4874da[_0x2ba269(0x1e4)],_0x4874da[_0x2ba269(0x1e3)],_0x4874da['HRLEp']])||constants['EDS_URL'];if(!_0x567ffd||_0x4874da[_0x2ba269(0x207)](_0x567ffd,''))return _0x59cc89;const _0x262eb1=_0x59cc89[_0x2ba269(0x1f0)]('/')?_0x59cc89:_0x4874da['wSITH'](_0x59cc89,'/');return new URL(_0x567ffd,_0x262eb1)[_0x2ba269(0x21e)]();}static[a53_0xc438bc(0x20b)](_0x2f97bc){const _0x50f885=a53_0xc438bc,_0x151bca={'IjTSa':function(_0x21aac9){return _0x21aac9();},'YyuTv':function(_0x1fe153,_0xdd076a,_0x1ce925){return _0x1fe153(_0xdd076a,_0x1ce925);},'HodNn':_0x50f885(0x218),'pfOcL':_0x50f885(0x210),'CxYJq':_0x50f885(0x20e),'OiOMp':function(_0x132d56,_0x2ba878){return _0x132d56===_0x2ba878;},'ABfak':function(_0x402657,_0x3a179f){return _0x402657+_0x3a179f;}},_0x4d32ba=_0x151bca[_0x50f885(0x1d9)](getBrowserstackCLI),_0x2b5429=_0x151bca[_0x50f885(0x201)](nestedKeyValue,_0x4d32ba['getInstance']()[_0x50f885(0x219)](),[_0x151bca[_0x50f885(0x20f)],_0x151bca[_0x50f885(0x20d)],_0x151bca[_0x50f885(0x1e6)]])||constants[_0x50f885(0x1ed)];if(!_0x2f97bc||_0x151bca['OiOMp'](_0x2f97bc,''))return _0x2b5429;const _0x12f889=_0x2b5429[_0x50f885(0x1f0)]('/')?_0x2b5429:_0x151bca[_0x50f885(0x1e5)](_0x2b5429,'/');return new URL(_0x2f97bc,_0x12f889)['toString']();}static[a53_0xc438bc(0x1d2)](_0x29e052){const _0x5c06da=a53_0xc438bc,_0x346056={'RMHor':function(_0x57e2de){return _0x57e2de();},'VDyht':function(_0x2bc3a2,_0x575668,_0x325e7c){return _0x2bc3a2(_0x575668,_0x325e7c);},'Fmtix':_0x5c06da(0x218),'IOyCI':_0x5c06da(0x1ee),'VqWGX':'api','yGYnW':function(_0x78dd2,_0x217802){return _0x78dd2===_0x217802;},'hDaIz':function(_0x257bbc,_0x154620){return _0x257bbc+_0x154620;}},_0x39f9c1=_0x346056['RMHor'](getBrowserstackCLI),_0x142066=_0x346056[_0x5c06da(0x214)](nestedKeyValue,_0x39f9c1[_0x5c06da(0x213)]()[_0x5c06da(0x219)](),[_0x346056['Fmtix'],_0x346056[_0x5c06da(0x1fb)],_0x346056[_0x5c06da(0x216)]])||constants[_0x5c06da(0x1ed)];if(!_0x29e052||_0x346056[_0x5c06da(0x1fc)](_0x29e052,''))return _0x142066;const _0x1788d3=_0x142066[_0x5c06da(0x1f0)]('/')?_0x142066:_0x346056['hDaIz'](_0x142066,'/');return new URL(_0x29e052,_0x1788d3)[_0x5c06da(0x21e)]();}static[a53_0xc438bc(0x217)](_0x904d79){const _0x2cd4ea=a53_0xc438bc,_0x3e6f20={'KDnsX':function(_0x2d7f19){return _0x2d7f19();},'tcVGl':function(_0x31b244,_0x2583c9,_0x368c9d){return _0x31b244(_0x2583c9,_0x368c9d);},'rtfwg':_0x2cd4ea(0x218),'VvNJC':'automate','sPGaD':_0x2cd4ea(0x20e),'WNrRz':function(_0x38d1d1,_0x102331){return _0x38d1d1===_0x102331;},'yCiro':function(_0x5a7681,_0xb986e5){return _0x5a7681+_0xb986e5;}},_0x56672e=_0x3e6f20[_0x2cd4ea(0x1f4)](getBrowserstackCLI),_0x4a835f=_0x3e6f20[_0x2cd4ea(0x1d3)](nestedKeyValue,_0x56672e[_0x2cd4ea(0x213)]()['getConfig'](),[_0x3e6f20['rtfwg'],_0x3e6f20['VvNJC'],_0x3e6f20[_0x2cd4ea(0x21d)]])||constants[_0x2cd4ea(0x1ed)];if(!_0x904d79||_0x3e6f20[_0x2cd4ea(0x21a)](_0x904d79,''))return _0x4a835f;const _0x4cf36d=_0x4a835f[_0x2cd4ea(0x1f0)]('/')?_0x4a835f:_0x3e6f20[_0x2cd4ea(0x1f7)](_0x4a835f,'/');return new URL(_0x904d79,_0x4cf36d)[_0x2cd4ea(0x21e)]();}static['getAppAutomateSessionNameAPIUrl'](_0x42ac93){const _0x5322a6=a53_0xc438bc,_0x37b830={'umQGu':function(_0x407cb4){return _0x407cb4();},'SjNBa':function(_0x6aae87,_0x5e2499,_0x5f0483){return _0x6aae87(_0x5e2499,_0x5f0483);},'rSEUP':_0x5322a6(0x218),'XXbjP':_0x5322a6(0x1ee),'pXJbD':_0x5322a6(0x20e),'LVESj':function(_0x23942f,_0x52fd44){return _0x23942f===_0x52fd44;},'DrnDS':function(_0x484486,_0x51d0ad){return _0x484486+_0x51d0ad;}},_0x4162cc=_0x37b830[_0x5322a6(0x221)](getBrowserstackCLI),_0x1573de=_0x37b830['SjNBa'](nestedKeyValue,_0x4162cc['getInstance']()[_0x5322a6(0x219)](),[_0x37b830[_0x5322a6(0x204)],_0x37b830[_0x5322a6(0x1eb)],_0x37b830[_0x5322a6(0x226)]])||constants[_0x5322a6(0x1ed)];if(!_0x42ac93||_0x37b830['LVESj'](_0x42ac93,''))return _0x1573de;const _0x1b8094=_0x1573de['endsWith']('/')?_0x1573de:_0x37b830[_0x5322a6(0x1ef)](_0x1573de,'/');return new URL(_0x42ac93,_0x1b8094)[_0x5322a6(0x21e)]();}static[a53_0xc438bc(0x1e1)](_0x209163){const _0x10be5a=a53_0xc438bc,_0x10140a={'usDSR':function(_0x4ba26c){return _0x4ba26c();},'mQRQU':function(_0x424da6,_0x4c0118,_0x30bd94){return _0x424da6(_0x4c0118,_0x30bd94);},'YVVgo':'apis','NIaAh':_0x10be5a(0x210),'Aceti':_0x10be5a(0x20e),'WhSeD':function(_0x4bb4c7,_0x10b2d0){return _0x4bb4c7===_0x10b2d0;},'CcWCD':function(_0x5152d8,_0x30e8bd){return _0x5152d8+_0x30e8bd;}},_0x302aa9=_0x10140a[_0x10be5a(0x1da)](getBrowserstackCLI),_0x15c72e=_0x10140a['mQRQU'](nestedKeyValue,_0x302aa9[_0x10be5a(0x213)]()[_0x10be5a(0x219)](),[_0x10140a['YVVgo'],_0x10140a[_0x10be5a(0x1dd)],_0x10140a[_0x10be5a(0x20c)]])||constants[_0x10be5a(0x1ed)];if(!_0x209163||_0x10140a[_0x10be5a(0x208)](_0x209163,''))return _0x15c72e;const _0x158617=_0x15c72e[_0x10be5a(0x1f0)]('/')?_0x15c72e:_0x10140a[_0x10be5a(0x1d5)](_0x15c72e,'/');return new URL(_0x209163,_0x158617)[_0x10be5a(0x21e)]()[_0x10be5a(0x203)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x11624e){const _0x106d44=a53_0xc438bc,_0x245f00={'Dlgbc':function(_0x2d956f){return _0x2d956f();},'oRkaU':function(_0x1fcbf0,_0x39ebb3,_0x3ff5ba){return _0x1fcbf0(_0x39ebb3,_0x3ff5ba);},'FOXum':'apis','tTNdU':_0x106d44(0x1ee),'CkTkv':_0x106d44(0x20e),'VNFQR':function(_0x288254,_0xb17ea7){return _0x288254===_0xb17ea7;},'xPmnz':function(_0x14b485,_0x4d2cb6){return _0x14b485+_0x4d2cb6;}},_0x3ddc2a=_0x245f00[_0x106d44(0x1fa)](getBrowserstackCLI),_0x4b5b47=_0x245f00[_0x106d44(0x205)](nestedKeyValue,_0x3ddc2a[_0x106d44(0x213)]()[_0x106d44(0x219)](),[_0x245f00[_0x106d44(0x1f5)],_0x245f00[_0x106d44(0x1f6)],_0x245f00[_0x106d44(0x223)]])||constants[_0x106d44(0x1fd)];if(!_0x11624e||_0x245f00[_0x106d44(0x211)](_0x11624e,''))return _0x4b5b47;const _0x3f4d30=_0x4b5b47[_0x106d44(0x1f0)]('/')?_0x4b5b47:_0x245f00[_0x106d44(0x202)](_0x4b5b47,'/');return new URL(_0x11624e,_0x3f4d30)[_0x106d44(0x21e)]()[_0x106d44(0x203)](/^https?:\/\//,'');}static[a53_0xc438bc(0x1ff)](_0x377bcb){const _0x475eb7=a53_0xc438bc,_0x2cc926={'CNDEh':function(_0xe831fb){return _0xe831fb();},'pwKlo':function(_0x507c18,_0x138035,_0x32e644){return _0x507c18(_0x138035,_0x32e644);},'ZXAfJ':_0x475eb7(0x218),'LgpVh':_0x475eb7(0x1f8),'OIFXo':'upload','SdGbY':function(_0x380433,_0x52ad52){return _0x380433===_0x52ad52;},'TCVWI':function(_0x2413ab,_0x4aae36){return _0x2413ab+_0x4aae36;}},_0x3c2078=_0x2cc926[_0x475eb7(0x1f2)](getBrowserstackCLI),_0x2c8b00=_0x2cc926['pwKlo'](nestedKeyValue,_0x3c2078[_0x475eb7(0x213)]()[_0x475eb7(0x219)](),[_0x2cc926['ZXAfJ'],_0x2cc926[_0x475eb7(0x209)],_0x2cc926[_0x475eb7(0x224)]])||constants[_0x475eb7(0x1df)];if(!_0x377bcb||_0x2cc926['SdGbY'](_0x377bcb,''))return _0x2c8b00;const _0x269dda=_0x2c8b00['endsWith']('/')?_0x2c8b00:_0x2cc926[_0x475eb7(0x225)](_0x2c8b00,'/');return new URL(_0x377bcb,_0x269dda)[_0x475eb7(0x21e)]();}static[a53_0xc438bc(0x1d7)](_0x16138a){const _0x1cbe5f=a53_0xc438bc,_0x564313={'iyuVL':function(_0xf3b4b5){return _0xf3b4b5();},'OrCCr':function(_0x297386,_0x4733d2,_0x16f64f){return _0x297386(_0x4733d2,_0x16f64f);},'xePPm':_0x1cbe5f(0x218),'NnKwH':_0x1cbe5f(0x210),'BJVkL':_0x1cbe5f(0x220),'eQCkn':_0x1cbe5f(0x21c),'vVMcE':function(_0x2e5206,_0x2e962d){return _0x2e5206===_0x2e962d;},'QGZKh':function(_0x82047f,_0x5c538c){return _0x82047f+_0x5c538c;},'NhktD':_0x1cbe5f(0x1ea)},_0x343f19=_0x564313['iyuVL'](getBrowserstackCLI),_0x4eeab5=_0x564313['OrCCr'](nestedKeyValue,_0x343f19[_0x1cbe5f(0x213)]()[_0x1cbe5f(0x219)](),[_0x564313['xePPm'],_0x564313['NnKwH'],_0x564313[_0x1cbe5f(0x1e2)]]),_0x28a5f8=(_0x4eeab5?_0x4eeab5[_0x1cbe5f(0x203)](/^https:/,_0x564313[_0x1cbe5f(0x215)]):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x2b731e;if(!_0x16138a||_0x564313[_0x1cbe5f(0x1dc)](_0x16138a,''))_0x2b731e=_0x28a5f8;else{const _0x248e4=_0x28a5f8['endsWith']('/')?_0x28a5f8:_0x564313['QGZKh'](_0x28a5f8,'/');_0x2b731e=new URL(_0x16138a,_0x248e4)[_0x1cbe5f(0x21e)]();}return!_0x2b731e[_0x1cbe5f(0x1f0)](_0x564313[_0x1cbe5f(0x1e9)])&&(_0x2b731e+=_0x564313[_0x1cbe5f(0x1e9)]),_0x2b731e;}}module['exports']=APIUtilityMethods;
1
+ function a53_0x46e1(_0x3ec1ca,_0x2184d2){const _0x2fbffa=a53_0x2fbf();return a53_0x46e1=function(_0x46e144,_0x42cd5a){_0x46e144=_0x46e144-0x9c;let _0x3d1214=_0x2fbffa[_0x46e144];return _0x3d1214;},a53_0x46e1(_0x3ec1ca,_0x2184d2);}const a53_0x120e10=a53_0x46e1;(function(_0x29643d,_0x48ff31){const _0x5dbf94=a53_0x46e1,_0x5480a8=_0x29643d();while(!![]){try{const _0x6884b2=parseInt(_0x5dbf94(0xbe))/0x1*(parseInt(_0x5dbf94(0xe9))/0x2)+parseInt(_0x5dbf94(0xc6))/0x3*(-parseInt(_0x5dbf94(0xec))/0x4)+parseInt(_0x5dbf94(0xa6))/0x5*(parseInt(_0x5dbf94(0xf2))/0x6)+parseInt(_0x5dbf94(0xd4))/0x7*(parseInt(_0x5dbf94(0xab))/0x8)+parseInt(_0x5dbf94(0xca))/0x9+parseInt(_0x5dbf94(0xa7))/0xa+parseInt(_0x5dbf94(0xb6))/0xb;if(_0x6884b2===_0x48ff31)break;else _0x5480a8['push'](_0x5480a8['shift']());}catch(_0x4715b1){_0x5480a8['push'](_0x5480a8['shift']());}}}(a53_0x2fbf,0x71192));const constants=require(a53_0x120e10(0xbd)),{nestedKeyValue}=require(a53_0x120e10(0xc9)),getBrowserstackCLI=()=>{const _0x17e7a8=a53_0x120e10,_0x207492={'puQvg':function(_0x1e6642,_0x168f46){return _0x1e6642(_0x168f46);},'zkbNJ':'../v2/browserstackCLI'};return _0x207492[_0x17e7a8(0xa0)](require,_0x207492[_0x17e7a8(0xa1)]);};class APIUtilityMethods{static[a53_0x120e10(0xdb)](_0x130ada){const _0x75f4b1=a53_0x120e10,_0x56723f={'lTBcA':function(_0x399901){return _0x399901();},'WiOFv':function(_0x17456a,_0x4641e9,_0x5e7289){return _0x17456a(_0x4641e9,_0x5e7289);},'GOJEd':_0x75f4b1(0xf4),'UahpT':_0x75f4b1(0xd6),'AHRgY':'api','CgHKg':function(_0x4f00ba,_0x44457d){return _0x4f00ba===_0x44457d;},'waXIV':function(_0x4463c0,_0x2b71fa){return _0x4463c0+_0x2b71fa;}},_0x2f16c3=_0x56723f['lTBcA'](getBrowserstackCLI),_0x188ecb=_0x56723f[_0x75f4b1(0xdc)](nestedKeyValue,_0x2f16c3[_0x75f4b1(0xc2)]()[_0x75f4b1(0xe8)](),[_0x56723f[_0x75f4b1(0xf6)],_0x56723f[_0x75f4b1(0xa8)],_0x56723f[_0x75f4b1(0x9f)]])||constants[_0x75f4b1(0xc4)];if(!_0x130ada||_0x56723f[_0x75f4b1(0xe6)](_0x130ada,''))return _0x188ecb;const _0x5159bf=_0x188ecb[_0x75f4b1(0xb0)]('/')?_0x188ecb:_0x56723f[_0x75f4b1(0xf3)](_0x188ecb,'/');return new URL(_0x130ada,_0x5159bf)[_0x75f4b1(0xce)]();}static[a53_0x120e10(0xcd)](_0x3cd5f8){const _0x16d58d=a53_0x120e10,_0x5a6250={'cQjwH':function(_0x1dc767){return _0x1dc767();},'gBzUN':function(_0x55a79b,_0x2f2ca4,_0x1f09cb){return _0x55a79b(_0x2f2ca4,_0x1f09cb);},'LDGfJ':_0x16d58d(0xf4),'nqomR':_0x16d58d(0xcc),'QWigt':'api','UrMiN':function(_0x16fdd2,_0x306f61){return _0x16fdd2===_0x306f61;},'dOuRD':function(_0x1bef73,_0x9a4f92){return _0x1bef73+_0x9a4f92;}},_0x33b8c0=_0x5a6250[_0x16d58d(0xc1)](getBrowserstackCLI),_0x44bd05=_0x5a6250[_0x16d58d(0xd7)](nestedKeyValue,_0x33b8c0[_0x16d58d(0xc2)]()[_0x16d58d(0xe8)](),[_0x5a6250[_0x16d58d(0xb9)],_0x5a6250[_0x16d58d(0xbf)],_0x5a6250['QWigt']])||constants[_0x16d58d(0xb3)];if(!_0x3cd5f8||_0x5a6250[_0x16d58d(0xf7)](_0x3cd5f8,''))return _0x44bd05;const _0x5aa27e=_0x44bd05[_0x16d58d(0xb0)]('/')?_0x44bd05:_0x5a6250['dOuRD'](_0x44bd05,'/');return new URL(_0x3cd5f8,_0x5aa27e)[_0x16d58d(0xce)]();}static[a53_0x120e10(0xa4)](_0x43f210){const _0x1c04e3=a53_0x120e10,_0x4c7de9={'iSkTq':function(_0x9f2641){return _0x9f2641();},'lvwuU':function(_0x1bae6e,_0x3bce78,_0x4defaf){return _0x1bae6e(_0x3bce78,_0x4defaf);},'DgXjo':'apis','tRILQ':_0x1c04e3(0xd6),'iXkcz':_0x1c04e3(0xdf),'guvtv':function(_0x5379e1,_0x3fc657){return _0x5379e1===_0x3fc657;},'oUmQn':function(_0xeaaf0d,_0x553952){return _0xeaaf0d+_0x553952;}},_0x1d3b2e=_0x4c7de9[_0x1c04e3(0xd5)](getBrowserstackCLI),_0x5ec260=_0x4c7de9['lvwuU'](nestedKeyValue,_0x1d3b2e[_0x1c04e3(0xc2)]()[_0x1c04e3(0xe8)](),[_0x4c7de9[_0x1c04e3(0x9e)],_0x4c7de9[_0x1c04e3(0xe4)],_0x4c7de9[_0x1c04e3(0xe2)]])||constants[_0x1c04e3(0xc4)];if(!_0x43f210||_0x4c7de9['guvtv'](_0x43f210,''))return _0x5ec260;const _0x3d782c=_0x5ec260['endsWith']('/')?_0x5ec260:_0x4c7de9[_0x1c04e3(0xe7)](_0x5ec260,'/');return new URL(_0x43f210,_0x3d782c)['toString']();}static['getAppAutomateSessionStatusAPIUrl'](_0x499093){const _0x2f8499=a53_0x120e10,_0x2bdc5d={'VpvHA':function(_0x2759f8){return _0x2759f8();},'GGfsZ':function(_0x2a5569,_0x22194e,_0x45364a){return _0x2a5569(_0x22194e,_0x45364a);},'dFlOT':'apis','nPsAj':'appAutomate','kxgTx':_0x2f8499(0xdf),'vabSz':function(_0x414cb6,_0x3b135f){return _0x414cb6===_0x3b135f;},'vtQQp':function(_0x52aa2e,_0x48394b){return _0x52aa2e+_0x48394b;}},_0x492b0c=_0x2bdc5d['VpvHA'](getBrowserstackCLI),_0x2016dc=_0x2bdc5d[_0x2f8499(0xb2)](nestedKeyValue,_0x492b0c['getInstance']()[_0x2f8499(0xe8)](),[_0x2bdc5d[_0x2f8499(0xe5)],_0x2bdc5d[_0x2f8499(0xb8)],_0x2bdc5d[_0x2f8499(0xb1)]])||constants['BROWSERSTACK_API_URL'];if(!_0x499093||_0x2bdc5d[_0x2f8499(0xd0)](_0x499093,''))return _0x2016dc;const _0x2d24fc=_0x2016dc['endsWith']('/')?_0x2016dc:_0x2bdc5d['vtQQp'](_0x2016dc,'/');return new URL(_0x499093,_0x2d24fc)[_0x2f8499(0xce)]();}static[a53_0x120e10(0xe1)](_0x13d82d){const _0x38408e=a53_0x120e10,_0x45384e={'kkSNR':function(_0x564f8a){return _0x564f8a();},'LZlPD':function(_0x58a774,_0xb60a3f,_0x373f09){return _0x58a774(_0xb60a3f,_0x373f09);},'Fiiqr':_0x38408e(0xf4),'fbJDz':_0x38408e(0xd6),'YjJIk':_0x38408e(0xdf),'fvbbf':function(_0x2dc343,_0x39a72d){return _0x2dc343===_0x39a72d;},'gNwvG':function(_0x201d06,_0x57f6b3){return _0x201d06+_0x57f6b3;}},_0x221dc0=_0x45384e['kkSNR'](getBrowserstackCLI),_0x420166=_0x45384e[_0x38408e(0xea)](nestedKeyValue,_0x221dc0[_0x38408e(0xc2)]()[_0x38408e(0xe8)](),[_0x45384e[_0x38408e(0xeb)],_0x45384e['fbJDz'],_0x45384e['YjJIk']])||constants[_0x38408e(0xc4)];if(!_0x13d82d||_0x45384e['fvbbf'](_0x13d82d,''))return _0x420166;const _0x11a17a=_0x420166[_0x38408e(0xb0)]('/')?_0x420166:_0x45384e[_0x38408e(0x9d)](_0x420166,'/');return new URL(_0x13d82d,_0x11a17a)['toString']();}static[a53_0x120e10(0xae)](_0x1c36e2){const _0x24b500=a53_0x120e10,_0xb4b036={'iwILw':function(_0xe00889){return _0xe00889();},'NuJuz':function(_0x2b326f,_0x599347,_0x540831){return _0x2b326f(_0x599347,_0x540831);},'heHUK':_0x24b500(0xf4),'ZttuI':_0x24b500(0xcb),'BUJso':'api','aGhoZ':function(_0x3c84d1,_0x31bd85){return _0x3c84d1===_0x31bd85;},'Kxbpc':function(_0x498773,_0x44b2b2){return _0x498773+_0x44b2b2;}},_0x1bf46d=_0xb4b036[_0x24b500(0xee)](getBrowserstackCLI),_0x24670e=_0xb4b036[_0x24b500(0xc8)](nestedKeyValue,_0x1bf46d[_0x24b500(0xc2)]()[_0x24b500(0xe8)](),[_0xb4b036[_0x24b500(0xaf)],_0xb4b036[_0x24b500(0xde)],_0xb4b036[_0x24b500(0x9c)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1c36e2||_0xb4b036[_0x24b500(0xad)](_0x1c36e2,''))return _0x24670e;const _0x5f4c3f=_0x24670e[_0x24b500(0xb0)]('/')?_0x24670e:_0xb4b036[_0x24b500(0xda)](_0x24670e,'/');return new URL(_0x1c36e2,_0x5f4c3f)[_0x24b500(0xce)]();}static[a53_0x120e10(0xa5)](_0x19488c){const _0x26c590=a53_0x120e10,_0x138403={'VaPsH':function(_0x5f2dca){return _0x5f2dca();},'FkAXl':function(_0x39ed,_0x312400,_0x2f40f6){return _0x39ed(_0x312400,_0x2f40f6);},'LkdLU':_0x26c590(0xf4),'RmYOX':_0x26c590(0xd6),'EtYyA':_0x26c590(0xdf),'xBpkX':function(_0x314d90,_0x40cfba){return _0x314d90===_0x40cfba;},'srFHG':function(_0x51c57b,_0x978f1c){return _0x51c57b+_0x978f1c;}},_0x35ef6a=_0x138403[_0x26c590(0xf0)](getBrowserstackCLI),_0x3be728=_0x138403[_0x26c590(0xc5)](nestedKeyValue,_0x35ef6a[_0x26c590(0xc2)]()['getConfig'](),[_0x138403[_0x26c590(0xf5)],_0x138403[_0x26c590(0xc3)],_0x138403[_0x26c590(0xb4)]])||constants['BROWSERSTACK_API_URL'];if(!_0x19488c||_0x138403[_0x26c590(0xac)](_0x19488c,''))return _0x3be728;const _0x54c345=_0x3be728[_0x26c590(0xb0)]('/')?_0x3be728:_0x138403[_0x26c590(0xd3)](_0x3be728,'/');return new URL(_0x19488c,_0x54c345)['toString']()['replace'](/^https?:\/\//,'');}static[a53_0x120e10(0xdd)](_0x26b129){const _0x45973e=a53_0x120e10,_0x1c6f7a={'aYaks':function(_0x280c5a){return _0x280c5a();},'OvgVu':function(_0x4ab70a,_0x2e80ba,_0x2c18bf){return _0x4ab70a(_0x2e80ba,_0x2c18bf);},'WhIVB':_0x45973e(0xf4),'Vubqc':_0x45973e(0xcb),'caEYl':_0x45973e(0xdf),'txoXq':function(_0x3d0370,_0x3b83e5){return _0x3d0370===_0x3b83e5;},'ICgnk':function(_0x5c300f,_0x746e81){return _0x5c300f+_0x746e81;}},_0x176589=_0x1c6f7a[_0x45973e(0xe0)](getBrowserstackCLI),_0xad61e8=_0x1c6f7a[_0x45973e(0xbb)](nestedKeyValue,_0x176589[_0x45973e(0xc2)]()[_0x45973e(0xe8)](),[_0x1c6f7a[_0x45973e(0xb5)],_0x1c6f7a[_0x45973e(0xa3)],_0x1c6f7a[_0x45973e(0xd2)]])||constants['APP_UPLOAD_URL'];if(!_0x26b129||_0x1c6f7a[_0x45973e(0xbc)](_0x26b129,''))return _0xad61e8;const _0x1491e5=_0xad61e8[_0x45973e(0xb0)]('/')?_0xad61e8:_0x1c6f7a[_0x45973e(0xef)](_0xad61e8,'/');return new URL(_0x26b129,_0x1491e5)[_0x45973e(0xce)]()[_0x45973e(0xd8)](/^https?:\/\//,'');}static[a53_0x120e10(0xd9)](_0x350ade){const _0x48c2ae=a53_0x120e10,_0x4cf2e9={'LujEl':function(_0x4495de){return _0x4495de();},'WQKpv':function(_0x3c860b,_0x118360,_0x453fa9){return _0x3c860b(_0x118360,_0x453fa9);},'PbCFG':'apis','QByFk':_0x48c2ae(0xed),'rXkLk':'upload','TLoJD':function(_0x1bc440,_0x33a032){return _0x1bc440===_0x33a032;},'JvnRs':function(_0x3bb648,_0x268a5c){return _0x3bb648+_0x268a5c;}},_0x16c23f=_0x4cf2e9['LujEl'](getBrowserstackCLI),_0x1905e6=_0x4cf2e9['WQKpv'](nestedKeyValue,_0x16c23f['getInstance']()[_0x48c2ae(0xe8)](),[_0x4cf2e9[_0x48c2ae(0xb7)],_0x4cf2e9['QByFk'],_0x4cf2e9[_0x48c2ae(0xd1)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x350ade||_0x4cf2e9[_0x48c2ae(0xba)](_0x350ade,''))return _0x1905e6;const _0x20b08e=_0x1905e6[_0x48c2ae(0xb0)]('/')?_0x1905e6:_0x4cf2e9[_0x48c2ae(0xaa)](_0x1905e6,'/');return new URL(_0x350ade,_0x20b08e)[_0x48c2ae(0xce)]();}static['getPlaywrightHubUrl'](_0x40ca0a){const _0x5bed6e=a53_0x120e10,_0x3faab6={'mGWwQ':function(_0x165e79){return _0x165e79();},'fZVIo':function(_0x24cee3,_0x2fbdfb,_0x4c2123){return _0x24cee3(_0x2fbdfb,_0x4c2123);},'AgEuO':_0x5bed6e(0xf4),'cOaPo':_0x5bed6e(0xd6),'MXpCn':_0x5bed6e(0xa9),'SHzlQ':'wss:','UwlMD':function(_0x3517aa,_0x2cf582){return _0x3517aa===_0x2cf582;},'upfVP':function(_0x7bcca,_0x331d11){return _0x7bcca+_0x331d11;},'Hjmjt':'/playwright?caps='},_0x23312b=_0x3faab6['mGWwQ'](getBrowserstackCLI),_0x490d6d=_0x3faab6[_0x5bed6e(0xa2)](nestedKeyValue,_0x23312b[_0x5bed6e(0xc2)]()[_0x5bed6e(0xe8)](),[_0x3faab6[_0x5bed6e(0xcf)],_0x3faab6['cOaPo'],_0x3faab6['MXpCn']]),_0x1075dc=(_0x490d6d?_0x490d6d[_0x5bed6e(0xd8)](/^https:/,_0x3faab6[_0x5bed6e(0xc0)]):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x4675e8;if(!_0x40ca0a||_0x3faab6[_0x5bed6e(0xf1)](_0x40ca0a,''))_0x4675e8=_0x1075dc;else{const _0x3403f5=_0x1075dc[_0x5bed6e(0xb0)]('/')?_0x1075dc:_0x3faab6['upfVP'](_0x1075dc,'/');_0x4675e8=new URL(_0x40ca0a,_0x3403f5)[_0x5bed6e(0xce)]();}return!_0x4675e8[_0x5bed6e(0xb0)](_0x3faab6['Hjmjt'])&&(_0x4675e8+=_0x3faab6[_0x5bed6e(0xe3)]),_0x4675e8;}}function a53_0x2fbf(){const _0x5b3ed6=['DgXjo','AHRgY','puQvg','zkbNJ','fZVIo','Vubqc','getAutomateSessionStatusAPIUrl','getAutomateSessionsListAPIUrl','124530JlBesL','495440aBmczW','UahpT','cdp','JvnRs','40WXLRat','xBpkX','aGhoZ','getAppAutomateSessionNameAPIUrl','heHUK','endsWith','kxgTx','GGfsZ','EDS_URL','EtYyA','WhIVB','5601695wJoyDo','PbCFG','nPsAj','LDGfJ','TLoJD','OvgVu','txoXq','./constants','2974kUhGWB','nqomR','SHzlQ','cQjwH','getInstance','RmYOX','BROWSERSTACK_API_URL','FkAXl','36042ZbzSFa','exports','NuJuz','./sharedUtils','17388qAngmR','appAutomate','edsInstrumentation','getEdsInstrumentationAPIUrl','toString','AgEuO','vabSz','rXkLk','caEYl','srFHG','758317LUxORZ','iSkTq','automate','gBzUN','replace','getAutoCaptureLogsAPIUrl','Kxbpc','getBStackAPIUrl','WiOFv','getAppAutomateSessionsListAPIUrl','ZttuI','api','aYaks','getAutomateSessionNameAPIUrl','iXkcz','Hjmjt','tRILQ','dFlOT','CgHKg','oUmQn','getConfig','52lhznBj','LZlPD','Fiiqr','280hACZEI','observability','iwILw','ICgnk','VaPsH','UwlMD','30qWlawx','waXIV','apis','LkdLU','GOJEd','UrMiN','BUJso','gNwvG'];a53_0x2fbf=function(){return _0x5b3ed6;};return a53_0x2fbf();}module[a53_0x120e10(0xc7)]=APIUtilityMethods;
@@ -1 +1 @@
1
- function a54_0x394e(_0x52953a,_0xf03bb3){const _0x571f0a=a54_0x571f();return a54_0x394e=function(_0x394e73,_0x9b55c8){_0x394e73=_0x394e73-0x82;let _0x399a56=_0x571f0a[_0x394e73];return _0x399a56;},a54_0x394e(_0x52953a,_0xf03bb3);}const a54_0x268400=a54_0x394e;(function(_0x1f94a6,_0x11da24){const _0x312ade=a54_0x394e,_0x5dc4c0=_0x1f94a6();while(!![]){try{const _0x55baee=parseInt(_0x312ade(0xca))/0x1*(-parseInt(_0x312ade(0xa8))/0x2)+parseInt(_0x312ade(0xa4))/0x3+parseInt(_0x312ade(0xdb))/0x4+-parseInt(_0x312ade(0xc6))/0x5*(parseInt(_0x312ade(0xc7))/0x6)+parseInt(_0x312ade(0x87))/0x7+parseInt(_0x312ade(0x91))/0x8+-parseInt(_0x312ade(0xc9))/0x9;if(_0x55baee===_0x11da24)break;else _0x5dc4c0['push'](_0x5dc4c0['shift']());}catch(_0x5a8fad){_0x5dc4c0['push'](_0x5dc4c0['shift']());}}}(a54_0x571f,0x18bcd));const logger=require('../../helpers/logger')['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a54_0x268400(0x96)),constants=require('./constants');class ClientTroubleShootingService{static [a54_0x268400(0x95)]=null;static [a54_0x268400(0xcf)]=new Set();static async[a54_0x268400(0xb6)](_0x32605b){const _0x50c85c=a54_0x268400,_0x44607d={};_0x44607d[_0x50c85c(0x8c)]=function(_0x4a7433,_0x354507){return _0x4a7433!==_0x354507;};const _0x55f83f=_0x44607d;try{if(BrowserstackCLI[_0x50c85c(0xb9)]()[_0x50c85c(0x8d)]()){const _0x36acb5=await GrpcClient[_0x50c85c(0xb9)]()[_0x50c85c(0xde)](_0x32605b);if(_0x55f83f[_0x50c85c(0x8c)](_0x36acb5,null)&&_0x36acb5[_0x50c85c(0xd4)]())return{'errorCode':_0x36acb5['getErrorCode'](),'errorMessage':_0x36acb5[_0x50c85c(0x82)]()};return{};}return{};}catch(_0x385bcf){return this[_0x50c85c(0xcc)](_0x50c85c(0xd8)+_0x32605b+':',_0x385bcf),{};}}static async[a54_0x268400(0xba)](){const _0x3ea272=a54_0x268400,_0x270f49={};_0x270f49[_0x3ea272(0x9a)]=function(_0x5b0457,_0x52b028){return _0x5b0457!==_0x52b028;},_0x270f49['RxISY']=_0x3ea272(0x89),_0x270f49[_0x3ea272(0x93)]=_0x3ea272(0xb0);const _0x2236c1=_0x270f49;try{if(BrowserstackCLI[_0x3ea272(0xb9)]()['isRunning']()){const _0xdb52dc=await GrpcClient[_0x3ea272(0xb9)]()[_0x3ea272(0x92)]();if(_0x2236c1[_0x3ea272(0x9a)](_0xdb52dc,null)&&_0xdb52dc['getSuccess']()){const _0x4eaf43=Buffer[_0x3ea272(0xd5)](_0xdb52dc[_0x3ea272(0x99)](),_0x2236c1['RxISY'])[_0x3ea272(0x85)](),_0x563574=_0x4eaf43?JSON[_0x3ea272(0x97)](_0x4eaf43):[],_0x26146d=_0xdb52dc[_0x3ea272(0x8f)](),_0xc6c89=_0xdb52dc[_0x3ea272(0xb5)](),_0x1e4d34=Buffer[_0x3ea272(0xd5)](_0xdb52dc[_0x3ea272(0xbe)](),_0x2236c1[_0x3ea272(0x90)])['toString'](),_0xa6e03b=_0x1e4d34?JSON[_0x3ea272(0x97)](_0x1e4d34):[],_0x53e628={};return _0x53e628[_0x3ea272(0x9c)]=_0x563574,_0x53e628['documentationLink']=_0x26146d,_0x53e628['finalErrorMessage']=_0xc6c89,_0x53e628[_0x3ea272(0xc5)]=_0xa6e03b,_0x53e628;}const _0x40fbb3={};return _0x40fbb3[_0x3ea272(0x9c)]=[],_0x40fbb3['documentationLink']='',_0x40fbb3[_0x3ea272(0xda)]='',_0x40fbb3['errorCodesOccurredInCLI']=[],_0x40fbb3;}const _0x24e850={};return _0x24e850[_0x3ea272(0x9c)]=[],_0x24e850[_0x3ea272(0xe0)]='',_0x24e850[_0x3ea272(0xda)]='',_0x24e850[_0x3ea272(0xc5)]=[],_0x24e850;}catch(_0x5a4eb7){this[_0x3ea272(0xcc)](_0x2236c1[_0x3ea272(0x93)],_0x5a4eb7);const _0x1e3d73={};return _0x1e3d73[_0x3ea272(0x9c)]=[],_0x1e3d73[_0x3ea272(0xe0)]='',_0x1e3d73[_0x3ea272(0xda)]='',_0x1e3d73[_0x3ea272(0xc5)]=[],_0x1e3d73;}}static['logSituation'](_0x8d0e72,_0x4946fc){logger['warn'](_0x8d0e72+':\x20'+_0x4946fc);}static[a54_0x268400(0xb7)](_0xc2991c){const _0x450302=a54_0x268400,_0x19258e={};_0x19258e[_0x450302(0xb8)]=function(_0xc3b243,_0x4cb3ad){return _0xc3b243!=_0x4cb3ad;},_0x19258e['dROcY']=function(_0x5e5a54,_0x5378b8){return _0x5e5a54>_0x5378b8;},_0x19258e[_0x450302(0xd2)]=function(_0x306806,_0x47fe39){return _0x306806!=_0x47fe39;};const _0x190735=_0x19258e,_0x19a644=[];if(_0x190735[_0x450302(0xb8)](_0xc2991c,null)&&_0x190735[_0x450302(0xb8)](_0xc2991c[_0x450302(0xc5)],null)&&_0x190735[_0x450302(0x88)](_0xc2991c[_0x450302(0xc5)][_0x450302(0xd6)],0x0))for(const _0x1d0fef of _0xc2991c[_0x450302(0xc5)]){_0x190735[_0x450302(0xb8)](_0x1d0fef[_0x450302(0xdd)],null)&&_0x190735[_0x450302(0xd2)](_0x1d0fef[_0x450302(0xc1)],null)&&(_0x19a644['push'](_0x1d0fef['errorCode']),this[_0x450302(0xe3)](_0x1d0fef[_0x450302(0xdd)],_0x1d0fef[_0x450302(0xc1)]));}return _0x19a644;}static['getCachedErrorCodes'](){const _0x485280=a54_0x268400;return this[_0x485280(0x95)];}static[a54_0x268400(0xcc)](_0x1e87a4,_0x2369e0){const _0x471266=a54_0x268400,_0x446d8e={};_0x446d8e[_0x471266(0xc8)]=function(_0x511517,_0x1ea76c){return _0x511517===_0x1ea76c;},_0x446d8e[_0x471266(0x98)]=_0x471266(0xbf);const _0x2dcf1c=_0x446d8e;if(_0x2dcf1c[_0x471266(0xc8)](typeof _0x2369e0,_0x2dcf1c[_0x471266(0x98)]))try{logger[_0x471266(0xe1)]('[ClientTroubleShootingService]\x20'+_0x1e87a4+'\x20'+JSON[_0x471266(0xdc)](_0x2369e0));}catch(_0x557917){logger[_0x471266(0xe1)](_0x471266(0x84)+_0x1e87a4+'\x20'+_0x2369e0);}else logger['error'](_0x471266(0x84)+_0x1e87a4+'\x20'+_0x2369e0);}static async[a54_0x268400(0xa5)](_0x53068c){const _0xf45d04=a54_0x268400,_0x12ee8d={};_0x12ee8d['VnjwF']=_0xf45d04(0xc2),_0x12ee8d['LTYPg']=function(_0x593c7e,_0x1a246d){return _0x593c7e===_0x1a246d;},_0x12ee8d[_0xf45d04(0xaf)]=_0xf45d04(0xae),_0x12ee8d[_0xf45d04(0xa1)]='{SIGNAL}';const _0x101df5=_0x12ee8d,_0x7df1a0=await this[_0xf45d04(0xb6)](_0x101df5[_0xf45d04(0xb4)]);if(_0x101df5[_0xf45d04(0xd1)](Object[_0xf45d04(0x94)](_0x7df1a0)[_0xf45d04(0xd6)],0x0)){this[_0xf45d04(0xcc)](_0x101df5[_0xf45d04(0xaf)],_0x7df1a0);return;}this[_0xf45d04(0xe3)](_0x7df1a0[_0xf45d04(0xdd)],_0x7df1a0[_0xf45d04(0xc1)]['replace'](_0x101df5[_0xf45d04(0xa1)],_0x53068c));}static async[a54_0x268400(0xcb)](){const _0x1796f5=a54_0x268400,_0x5a2bff={};_0x5a2bff[_0x1796f5(0xb2)]=_0x1796f5(0x9f),_0x5a2bff[_0x1796f5(0xdf)]=function(_0x5ef8ff,_0x311fad){return _0x5ef8ff===_0x311fad;},_0x5a2bff[_0x1796f5(0xe2)]=_0x1796f5(0x8b);const _0x250985=_0x5a2bff,_0x1b760e=await this[_0x1796f5(0xb6)](_0x250985['LblLm']);if(_0x250985[_0x1796f5(0xdf)](Object[_0x1796f5(0x94)](_0x1b760e)[_0x1796f5(0xd6)],0x0)){this[_0x1796f5(0xcc)](_0x250985[_0x1796f5(0xe2)],_0x1b760e);return;}this[_0x1796f5(0xe3)](_0x1b760e[_0x1796f5(0xdd)],_0x1b760e['errorMessage']);}static async[a54_0x268400(0xac)](){const _0x483359=a54_0x268400,_0x7f9ea3={};_0x7f9ea3['sFxoE']=_0x483359(0xd9),_0x7f9ea3['LSJNC']=function(_0x2f0211,_0x234895){return _0x2f0211===_0x234895;},_0x7f9ea3[_0x483359(0xa0)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x58be63=_0x7f9ea3,_0x535aed=await this[_0x483359(0xb6)](_0x58be63['sFxoE']);if(_0x58be63[_0x483359(0x9e)](Object[_0x483359(0x94)](_0x535aed)[_0x483359(0xd6)],0x0)){this[_0x483359(0xcc)](_0x58be63[_0x483359(0xa0)],_0x535aed);return;}this[_0x483359(0xe3)](_0x535aed[_0x483359(0xdd)],_0x535aed['errorMessage']);}static async[a54_0x268400(0xd7)](){const _0x18d0bb=a54_0x268400,_0x1ac223={};_0x1ac223[_0x18d0bb(0xad)]=_0x18d0bb(0xce),_0x1ac223[_0x18d0bb(0xb3)]=function(_0x380ab0,_0x24af6f){return _0x380ab0===_0x24af6f;},_0x1ac223['IqgPN']=_0x18d0bb(0xc0);const _0x109c85=_0x1ac223,_0x1cef40=await this['getErrorDetails'](_0x109c85[_0x18d0bb(0xad)]);if(_0x109c85['AwIEF'](Object[_0x18d0bb(0x94)](_0x1cef40)[_0x18d0bb(0xd6)],0x0)){this[_0x18d0bb(0xcc)](_0x109c85['IqgPN'],_0x1cef40);return;}this['logSituation'](_0x1cef40[_0x18d0bb(0xdd)],_0x1cef40['errorMessage']);}static[a54_0x268400(0xa9)](){const _0x3765ef=a54_0x268400,_0x831caa={};_0x831caa[_0x3765ef(0xa2)]=_0x3765ef(0x8a),_0x831caa[_0x3765ef(0xbb)]=function(_0x416bff,_0x195b90){return _0x416bff===_0x195b90;},_0x831caa[_0x3765ef(0xab)]=_0x3765ef(0xa6);const _0x589a0e=_0x831caa,_0x421987=constants[_0x3765ef(0x83)][_0x589a0e[_0x3765ef(0xa2)]];if(_0x589a0e['yoGas'](Object[_0x3765ef(0x94)](_0x421987)[_0x3765ef(0xd6)],0x0)){this[_0x3765ef(0xcc)](_0x589a0e[_0x3765ef(0xab)],_0x421987);return;}this[_0x3765ef(0xcf)][_0x3765ef(0x86)](_0x421987[0x0]),this[_0x3765ef(0xe3)](_0x421987[0x0],_0x421987[0x1]);}static async[a54_0x268400(0xaa)](_0x5f4192){const _0x16e70e=a54_0x268400,_0xa35a3e={};_0xa35a3e[_0x16e70e(0xa7)]=_0x16e70e(0xc4),_0xa35a3e['oYwCv']=function(_0x1a7076,_0x5947f0){return _0x1a7076===_0x5947f0;},_0xa35a3e['dTdGK']=_0x16e70e(0xb1),_0xa35a3e['nnRzB']='{ENV_VAR}';const _0x44c10a=_0xa35a3e,_0x45cc57=await this['getErrorDetails'](_0x44c10a[_0x16e70e(0xa7)]);if(_0x44c10a['oYwCv'](Object[_0x16e70e(0x94)](_0x45cc57)['length'],0x0)){this[_0x16e70e(0xcc)](_0x44c10a[_0x16e70e(0xd0)],_0x45cc57);return;}const _0x2a032e=_0x45cc57['errorMessage'][_0x16e70e(0x9d)](_0x44c10a[_0x16e70e(0xa3)],_0x5f4192);this[_0x16e70e(0xe3)](_0x45cc57[_0x16e70e(0xdd)],_0x2a032e);}static async[a54_0x268400(0xcd)](){const _0x2254b0=a54_0x268400,_0x360ee4={};_0x360ee4[_0x2254b0(0x9b)]=function(_0xc52534,_0x4749e5){return _0xc52534>_0x4749e5;},_0x360ee4[_0x2254b0(0xc3)]=_0x2254b0(0xd3),_0x360ee4['OZCUN']=_0x2254b0(0xbc);const _0x5a6620=_0x360ee4,_0x147fc1=await this['getAggregatedErrorCodes'](),_0x5ead46=this['checkForErrorsOccuredInCLI'](_0x147fc1),_0x4ffa44=Array['isArray'](_0x147fc1[_0x2254b0(0x9c)])?_0x147fc1[_0x2254b0(0x9c)]:[],_0x2fa619=_0x5a6620[_0x2254b0(0x9b)](this[_0x2254b0(0xcf)]['size'],0x0)?Array['from'](this['errorCodesOccurredWhenCLINotRunning']):[],_0x169f01=new Set([..._0x4ffa44,..._0x5ead46,..._0x2fa619]),_0x4b6c33=Array[_0x2254b0(0xd5)](_0x169f01);if(_0x5a6620[_0x2254b0(0x9b)](_0x4b6c33[_0x2254b0(0xd6)],0x0)){const _0x15e0ad=_0x147fc1[_0x2254b0(0xda)][_0x2254b0(0x9d)](_0x5a6620[_0x2254b0(0xc3)],_0x4b6c33[_0x2254b0(0xbd)](',\x20'))[_0x2254b0(0x9d)](_0x5a6620['OZCUN'],_0x147fc1[_0x2254b0(0xe0)]);logger[_0x2254b0(0x8e)](_0x15e0ad),this[_0x2254b0(0x95)]=_0x4b6c33;}}}module[a54_0x268400(0xe4)]=ClientTroubleShootingService;function a54_0x571f(){const _0x42b6f8=['logError','reportFinalDetectionState','ssl\x20cert\x20issue','errorCodesOccurredWhenCLINotRunning','dTdGK','LTYPg','DSEDW','{ERROR_CODES}','getSuccess','from','length','reportSSLCertIssue','Error\x20in\x20getting\x20error\x20details\x20for\x20','browserstack\x20cloud\x20not\x20reachable','finalErrorMessage','571312rBGdse','stringify','errorCode','reportClientTroubleshootingError','JWwQt','documentationLink','error','WruQm','logSituation','exports','getErrorMessage','CLIENT_TROUBLESHOOTING_HASH','[ClientTroubleShootingService]\x20','toString','add','782390MyxMMV','dROcY','base64','.browserstack\x20folder\x20not\x20accessible','Session\x20Linking\x20Issue\x20details\x20not\x20found','TAFkx','isRunning','warn','getDocumentationLink','RxISY','770008AAFjIP','getAggregatedClientTroubleshootingErrors','RKOdx','keys','cachedErrorCodes','../v2/grpcClient','parse','WONCI','getErrorCodes','KJkuC','nFySZ','errorCodes','replace','LSJNC','Session\x20Linking\x20Issue','yduiB','XDfus','FgFVE','nnRzB','559275xhAtdO','reportProcessInterruptionSituation','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','YTsbT','308zUxWSq','reportDotBrowserStackFolderNotAccessibleIssue','reportConflictingEnvVarIssue','JQKPi','reportConnectivityIssue','rGZON','Process\x20Interruption\x20details\x20not\x20found:','yLLEV','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','Conflicting\x20Env\x20Var\x20details\x20not\x20found','LblLm','AwIEF','VnjwF','getFinalErrorMessage','getErrorDetails','checkForErrorsOccuredInCLI','iQIDf','getInstance','getAggregatedErrorCodes','yoGas','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','join','getErrorCodesOccurredInCli','object','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','errorMessage','Process\x20Interruption','wiuTs','conflicting\x20env\x20var\x20detected','errorCodesOccurredInCLI','965QmJMlP','3270DyfDaz','nOyKt','2920050zwKOLV','41OSsZsB','reportSessionLinkingIssue'];a54_0x571f=function(){return _0x42b6f8;};return a54_0x571f();}
1
+ const a54_0xdc8f90=a54_0x1573;(function(_0x24bb64,_0x4e269b){const _0x526a0a=a54_0x1573,_0x41c414=_0x24bb64();while(!![]){try{const _0x1d16d1=-parseInt(_0x526a0a(0x1cd))/0x1+-parseInt(_0x526a0a(0x1f9))/0x2*(-parseInt(_0x526a0a(0x1e4))/0x3)+-parseInt(_0x526a0a(0x1f6))/0x4+parseInt(_0x526a0a(0x21e))/0x5*(parseInt(_0x526a0a(0x1f3))/0x6)+parseInt(_0x526a0a(0x1fa))/0x7+-parseInt(_0x526a0a(0x213))/0x8+parseInt(_0x526a0a(0x1ec))/0x9;if(_0x1d16d1===_0x4e269b)break;else _0x41c414['push'](_0x41c414['shift']());}catch(_0x434615){_0x41c414['push'](_0x41c414['shift']());}}}(a54_0x116e,0x895a0));const logger=require(a54_0xdc8f90(0x1c3))[a54_0xdc8f90(0x1e6)],BrowserstackCLI=require(a54_0xdc8f90(0x1da)),GrpcClient=require('../v2/grpcClient'),constants=require(a54_0xdc8f90(0x1dc));class ClientTroubleShootingService{static [a54_0xdc8f90(0x216)]=null;static [a54_0xdc8f90(0x1ca)]=new Set();static async['getErrorDetails'](_0x3adf04){const _0x2fdd29=a54_0xdc8f90,_0x254d5c={};_0x254d5c[_0x2fdd29(0x1db)]=function(_0x356a9b,_0x2933c9){return _0x356a9b!==_0x2933c9;};const _0x6c57a=_0x254d5c;try{if(BrowserstackCLI['getInstance']()[_0x2fdd29(0x1ed)]()){const _0x5570e8=await GrpcClient[_0x2fdd29(0x206)]()[_0x2fdd29(0x203)](_0x3adf04);if(_0x6c57a[_0x2fdd29(0x1db)](_0x5570e8,null)&&_0x5570e8[_0x2fdd29(0x210)]())return{'errorCode':_0x5570e8['getErrorCode'](),'errorMessage':_0x5570e8[_0x2fdd29(0x1cb)]()};return{};}return{};}catch(_0x4feaeb){return this['logError'](_0x2fdd29(0x222)+_0x3adf04+':',_0x4feaeb),{};}}static async[a54_0xdc8f90(0x223)](){const _0x381ff8=a54_0xdc8f90,_0x34917a={};_0x34917a[_0x381ff8(0x218)]=function(_0x1a9237,_0x2382f8){return _0x1a9237!==_0x2382f8;},_0x34917a[_0x381ff8(0x1fc)]='base64',_0x34917a[_0x381ff8(0x1d9)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x6a33a2=_0x34917a;try{if(BrowserstackCLI['getInstance']()[_0x381ff8(0x1ed)]()){const _0x4db630=await GrpcClient[_0x381ff8(0x206)]()[_0x381ff8(0x1d7)]();if(_0x6a33a2[_0x381ff8(0x218)](_0x4db630,null)&&_0x4db630[_0x381ff8(0x210)]()){const _0x235de5=Buffer['from'](_0x4db630[_0x381ff8(0x1ef)](),_0x6a33a2[_0x381ff8(0x1fc)])[_0x381ff8(0x1f2)](),_0x545303=_0x235de5?JSON['parse'](_0x235de5):[],_0x526f76=_0x4db630[_0x381ff8(0x1f7)](),_0x6bb0fa=_0x4db630['getFinalErrorMessage'](),_0x562e14=Buffer[_0x381ff8(0x202)](_0x4db630[_0x381ff8(0x1f1)](),_0x6a33a2['nNcZs'])[_0x381ff8(0x1f2)](),_0xec636f=_0x562e14?JSON['parse'](_0x562e14):[],_0x16abc4={};return _0x16abc4['errorCodes']=_0x545303,_0x16abc4[_0x381ff8(0x211)]=_0x526f76,_0x16abc4[_0x381ff8(0x1e1)]=_0x6bb0fa,_0x16abc4[_0x381ff8(0x220)]=_0xec636f,_0x16abc4;}const _0x51fb4f={};return _0x51fb4f[_0x381ff8(0x20d)]=[],_0x51fb4f[_0x381ff8(0x211)]='',_0x51fb4f[_0x381ff8(0x1e1)]='',_0x51fb4f['errorCodesOccurredInCLI']=[],_0x51fb4f;}const _0x5dfd16={};return _0x5dfd16[_0x381ff8(0x20d)]=[],_0x5dfd16['documentationLink']='',_0x5dfd16[_0x381ff8(0x1e1)]='',_0x5dfd16['errorCodesOccurredInCLI']=[],_0x5dfd16;}catch(_0x296e74){this[_0x381ff8(0x1f5)](_0x6a33a2[_0x381ff8(0x1d9)],_0x296e74);const _0x5666d3={};return _0x5666d3[_0x381ff8(0x20d)]=[],_0x5666d3[_0x381ff8(0x211)]='',_0x5666d3[_0x381ff8(0x1e1)]='',_0x5666d3[_0x381ff8(0x220)]=[],_0x5666d3;}}static['logSituation'](_0x403945,_0x311c0a){const _0x399f05=a54_0xdc8f90;logger[_0x399f05(0x200)](_0x403945+':\x20'+_0x311c0a);}static['checkForErrorsOccuredInCLI'](_0x4d4d97){const _0x27ec39=a54_0xdc8f90,_0x556e14={};_0x556e14['Vrewr']=function(_0x2371b4,_0x6513b5){return _0x2371b4!=_0x6513b5;},_0x556e14[_0x27ec39(0x207)]=function(_0x315cec,_0x5efd6c){return _0x315cec!=_0x5efd6c;},_0x556e14['nLXIP']=function(_0x4f1f0f,_0x40ae58){return _0x4f1f0f>_0x40ae58;},_0x556e14[_0x27ec39(0x1e2)]=function(_0x2f9f76,_0x3253a5){return _0x2f9f76!=_0x3253a5;},_0x556e14[_0x27ec39(0x1e8)]=function(_0x515c0a,_0x1105f0){return _0x515c0a!=_0x1105f0;};const _0x4dc40f=_0x556e14,_0x31f620=[];if(_0x4dc40f['Vrewr'](_0x4d4d97,null)&&_0x4dc40f[_0x27ec39(0x207)](_0x4d4d97[_0x27ec39(0x220)],null)&&_0x4dc40f[_0x27ec39(0x1f4)](_0x4d4d97['errorCodesOccurredInCLI'][_0x27ec39(0x217)],0x0))for(const _0x3d7021 of _0x4d4d97[_0x27ec39(0x220)]){_0x4dc40f[_0x27ec39(0x1e2)](_0x3d7021[_0x27ec39(0x204)],null)&&_0x4dc40f[_0x27ec39(0x1e8)](_0x3d7021['errorMessage'],null)&&(_0x31f620[_0x27ec39(0x1e5)](_0x3d7021[_0x27ec39(0x204)]),this[_0x27ec39(0x1cf)](_0x3d7021[_0x27ec39(0x204)],_0x3d7021[_0x27ec39(0x20c)]));}return _0x31f620;}static['getCachedErrorCodes'](){const _0x9e66c8=a54_0xdc8f90;return this[_0x9e66c8(0x216)];}static['logError'](_0x201dcc,_0x265281){const _0x55ac49=a54_0xdc8f90,_0x525153={};_0x525153[_0x55ac49(0x1c7)]=function(_0x334dfe,_0x13b2b5){return _0x334dfe===_0x13b2b5;},_0x525153[_0x55ac49(0x20a)]=_0x55ac49(0x1f0);const _0x16b661=_0x525153;if(_0x16b661[_0x55ac49(0x1c7)](typeof _0x265281,_0x16b661['NQAaZ']))try{logger[_0x55ac49(0x201)](_0x55ac49(0x1ce)+_0x201dcc+'\x20'+JSON['stringify'](_0x265281));}catch(_0x76d39f){logger[_0x55ac49(0x201)](_0x55ac49(0x1ce)+_0x201dcc+'\x20'+_0x265281);}else logger['error'](_0x55ac49(0x1ce)+_0x201dcc+'\x20'+_0x265281);}static async[a54_0xdc8f90(0x1d3)](_0x45d4c1){const _0x1bc2f2=a54_0xdc8f90,_0x48365c={};_0x48365c['kxwwN']=_0x1bc2f2(0x1fb),_0x48365c[_0x1bc2f2(0x21b)]=function(_0x1b992a,_0x4fb541){return _0x1b992a===_0x4fb541;},_0x48365c[_0x1bc2f2(0x20f)]=_0x1bc2f2(0x1fe),_0x48365c[_0x1bc2f2(0x1d4)]=_0x1bc2f2(0x1ea);const _0x6898f5=_0x48365c,_0x31a66b=await this['getErrorDetails'](_0x6898f5['kxwwN']);if(_0x6898f5[_0x1bc2f2(0x21b)](Object[_0x1bc2f2(0x1d5)](_0x31a66b)[_0x1bc2f2(0x217)],0x0)){this[_0x1bc2f2(0x1f5)](_0x6898f5[_0x1bc2f2(0x20f)],_0x31a66b);return;}this[_0x1bc2f2(0x1cf)](_0x31a66b[_0x1bc2f2(0x204)],_0x31a66b['errorMessage'][_0x1bc2f2(0x1cc)](_0x6898f5['kxGwo'],_0x45d4c1));}static async['reportSessionLinkingIssue'](){const _0x39683c=a54_0xdc8f90,_0x4ad8ac={};_0x4ad8ac[_0x39683c(0x214)]=_0x39683c(0x1d0),_0x4ad8ac[_0x39683c(0x215)]=function(_0x13ee53,_0x56b1bc){return _0x13ee53===_0x56b1bc;},_0x4ad8ac[_0x39683c(0x1ee)]=_0x39683c(0x1dd);const _0x5d448b=_0x4ad8ac,_0x333658=await this[_0x39683c(0x1d1)](_0x5d448b[_0x39683c(0x214)]);if(_0x5d448b[_0x39683c(0x215)](Object[_0x39683c(0x1d5)](_0x333658)[_0x39683c(0x217)],0x0)){this[_0x39683c(0x1f5)](_0x5d448b[_0x39683c(0x1ee)],_0x333658);return;}this[_0x39683c(0x1cf)](_0x333658['errorCode'],_0x333658['errorMessage']);}static async['reportConnectivityIssue'](){const _0x44c026=a54_0xdc8f90,_0x181eff={};_0x181eff['eGiGp']=_0x44c026(0x1fd),_0x181eff[_0x44c026(0x221)]=function(_0xd91c3b,_0x548502){return _0xd91c3b===_0x548502;},_0x181eff[_0x44c026(0x1c5)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x6658f6=_0x181eff,_0x5c04b8=await this[_0x44c026(0x1d1)](_0x6658f6[_0x44c026(0x21c)]);if(_0x6658f6[_0x44c026(0x221)](Object[_0x44c026(0x1d5)](_0x5c04b8)['length'],0x0)){this[_0x44c026(0x1f5)](_0x6658f6[_0x44c026(0x1c5)],_0x5c04b8);return;}this[_0x44c026(0x1cf)](_0x5c04b8[_0x44c026(0x204)],_0x5c04b8[_0x44c026(0x20c)]);}static async[a54_0xdc8f90(0x209)](){const _0x97d66c=a54_0xdc8f90,_0x1a0cd9={};_0x1a0cd9[_0x97d66c(0x20e)]=_0x97d66c(0x1ff),_0x1a0cd9[_0x97d66c(0x1c1)]=function(_0x1637b7,_0xdb8bc7){return _0x1637b7===_0xdb8bc7;},_0x1a0cd9[_0x97d66c(0x1c8)]=_0x97d66c(0x1d6);const _0x5e11be=_0x1a0cd9,_0x4b0d9a=await this[_0x97d66c(0x1d1)](_0x5e11be[_0x97d66c(0x20e)]);if(_0x5e11be['zismy'](Object[_0x97d66c(0x1d5)](_0x4b0d9a)['length'],0x0)){this['logError'](_0x5e11be[_0x97d66c(0x1c8)],_0x4b0d9a);return;}this[_0x97d66c(0x1cf)](_0x4b0d9a[_0x97d66c(0x204)],_0x4b0d9a[_0x97d66c(0x20c)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x17ad0b=a54_0xdc8f90,_0x56487d={};_0x56487d['JagPJ']='.browserstack\x20folder\x20not\x20accessible',_0x56487d[_0x17ad0b(0x21d)]=function(_0x55cefb,_0x459c3f){return _0x55cefb===_0x459c3f;},_0x56487d[_0x17ad0b(0x1c9)]=_0x17ad0b(0x1d8);const _0x277ed4=_0x56487d,_0x4576ac=constants[_0x17ad0b(0x224)][_0x277ed4[_0x17ad0b(0x219)]];if(_0x277ed4['JEBnd'](Object[_0x17ad0b(0x1d5)](_0x4576ac)[_0x17ad0b(0x217)],0x0)){this[_0x17ad0b(0x1f5)](_0x277ed4[_0x17ad0b(0x1c9)],_0x4576ac);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x17ad0b(0x208)](_0x4576ac[0x0]),this[_0x17ad0b(0x1cf)](_0x4576ac[0x0],_0x4576ac[0x1]);}static async[a54_0xdc8f90(0x1de)](_0xc2da42){const _0x37749c=a54_0xdc8f90,_0x442e9d={};_0x442e9d[_0x37749c(0x21a)]=_0x37749c(0x1d2),_0x442e9d[_0x37749c(0x1e0)]=function(_0x3ba80e,_0x24822d){return _0x3ba80e===_0x24822d;},_0x442e9d['MZHvp']=_0x37749c(0x212),_0x442e9d[_0x37749c(0x1e3)]=_0x37749c(0x1e7);const _0x2bd191=_0x442e9d,_0x166ace=await this['getErrorDetails'](_0x2bd191['akPHa']);if(_0x2bd191[_0x37749c(0x1e0)](Object[_0x37749c(0x1d5)](_0x166ace)[_0x37749c(0x217)],0x0)){this[_0x37749c(0x1f5)](_0x2bd191[_0x37749c(0x1c2)],_0x166ace);return;}const _0xbf7129=_0x166ace[_0x37749c(0x20c)]['replace'](_0x2bd191[_0x37749c(0x1e3)],_0xc2da42);this['logSituation'](_0x166ace[_0x37749c(0x204)],_0xbf7129);}static async[a54_0xdc8f90(0x1df)](){const _0x342e18=a54_0xdc8f90,_0x2ddd21={};_0x2ddd21[_0x342e18(0x1e9)]=function(_0x538374,_0x564ab8){return _0x538374>_0x564ab8;},_0x2ddd21['KHOfs']=_0x342e18(0x21f),_0x2ddd21['ToGUq']='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0xaa541e=_0x2ddd21,_0x20bf12=await this[_0x342e18(0x223)](),_0x5dc1ad=this['checkForErrorsOccuredInCLI'](_0x20bf12),_0xfb0db7=Array[_0x342e18(0x20b)](_0x20bf12[_0x342e18(0x20d)])?_0x20bf12[_0x342e18(0x20d)]:[],_0x21f8d5=_0xaa541e[_0x342e18(0x1e9)](this[_0x342e18(0x1ca)][_0x342e18(0x1c6)],0x0)?Array['from'](this[_0x342e18(0x1ca)]):[],_0x33e527=new Set([..._0xfb0db7,..._0x5dc1ad,..._0x21f8d5]),_0xfc5a27=Array[_0x342e18(0x202)](_0x33e527);if(_0xaa541e[_0x342e18(0x1e9)](_0xfc5a27[_0x342e18(0x217)],0x0)){const _0x4f8eb8=_0x20bf12[_0x342e18(0x1e1)]['replace'](_0xaa541e[_0x342e18(0x205)],_0xfc5a27[_0x342e18(0x1f8)](',\x20'))[_0x342e18(0x1cc)](_0xaa541e[_0x342e18(0x1c4)],_0x20bf12[_0x342e18(0x211)]);logger[_0x342e18(0x200)](_0x4f8eb8),this[_0x342e18(0x216)]=_0xfc5a27;}}}function a54_0x116e(){const _0x27fee9=['oeeQH','LNomh','{SIGNAL}','exports','12940731VehKpC','isRunning','bfwsK','getErrorCodes','object','getErrorCodesOccurredInCli','toString','5285778ECzrka','nLXIP','logError','4363268DdBDss','getDocumentationLink','join','28326wKfjOi','255017dJSQBa','Process\x20Interruption','nNcZs','browserstack\x20cloud\x20not\x20reachable','Process\x20Interruption\x20details\x20not\x20found:','ssl\x20cert\x20issue','warn','error','from','reportClientTroubleshootingError','errorCode','KHOfs','getInstance','vCgSM','add','reportSSLCertIssue','NQAaZ','isArray','errorMessage','errorCodes','sjlUX','wZiUd','getSuccess','documentationLink','Conflicting\x20Env\x20Var\x20details\x20not\x20found','4690720NITGKI','ZIHuV','CWRlb','cachedErrorCodes','length','XHrEi','JagPJ','akPHa','reSQA','eGiGp','JEBnd','5uTbkhD','{ERROR_CODES}','errorCodesOccurredInCLI','hzjmA','Error\x20in\x20getting\x20error\x20details\x20for\x20','getAggregatedErrorCodes','CLIENT_TROUBLESHOOTING_HASH','zismy','MZHvp','../../helpers/logger','ToGUq','fLurM','size','QdiKI','EsNBa','dAMpD','errorCodesOccurredWhenCLINotRunning','getErrorMessage','replace','172156FklYBU','[ClientTroubleShootingService]\x20','logSituation','Session\x20Linking\x20Issue','getErrorDetails','conflicting\x20env\x20var\x20detected','reportProcessInterruptionSituation','kxGwo','keys','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','getAggregatedClientTroubleshootingErrors','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','NfqVd','../v2/browserstackCLI','fprAf','./constants','Session\x20Linking\x20Issue\x20details\x20not\x20found','reportConflictingEnvVarIssue','reportFinalDetectionState','YNcIr','finalErrorMessage','UIgsY','gLpYH','12YRshWr','push','winstonLogger','{ENV_VAR}'];a54_0x116e=function(){return _0x27fee9;};return a54_0x116e();}function a54_0x1573(_0x236030,_0xd39932){const _0x116e53=a54_0x116e();return a54_0x1573=function(_0x157386,_0x32e24e){_0x157386=_0x157386-0x1c1;let _0x2e7646=_0x116e53[_0x157386];return _0x2e7646;},a54_0x1573(_0x236030,_0xd39932);}module[a54_0xdc8f90(0x1eb)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0x536bf0=a55_0x3112;(function(_0x1ebd5b,_0x5d7ddf){const _0x53caa8=a55_0x3112,_0x57638e=_0x1ebd5b();while(!![]){try{const _0x48e491=-parseInt(_0x53caa8(0x233))/0x1*(parseInt(_0x53caa8(0x220))/0x2)+-parseInt(_0x53caa8(0x252))/0x3*(-parseInt(_0x53caa8(0x1b0))/0x4)+-parseInt(_0x53caa8(0x243))/0x5+parseInt(_0x53caa8(0x197))/0x6*(-parseInt(_0x53caa8(0x19b))/0x7)+-parseInt(_0x53caa8(0x261))/0x8+parseInt(_0x53caa8(0x1db))/0x9+-parseInt(_0x53caa8(0x1e2))/0xa*(-parseInt(_0x53caa8(0x1fc))/0xb);if(_0x48e491===_0x5d7ddf)break;else _0x57638e['push'](_0x57638e['shift']());}catch(_0x3e397a){_0x57638e['push'](_0x57638e['shift']());}}}(a55_0x2208,0x289b5));const a55_0xaafb2e={};a55_0xaafb2e[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x18d),a55_0xaafb2e[a55_0x536bf0(0x247)]=a55_0x536bf0(0x25e);const a55_0x126acc={};a55_0x126acc[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x1df);const a55_0x102a6c={};a55_0x102a6c[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x24b);const a55_0x3350b9={};a55_0x3350b9[a55_0x536bf0(0x25f)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0xa1f946={};a55_0xa1f946[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x1a7);const a55_0x2137e9={};a55_0x2137e9['INFO']=a55_0x536bf0(0x1f3);const a55_0x32a710={};a55_0x32a710[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x23a);const a55_0x45cc69={};a55_0x45cc69['INFO']=a55_0x536bf0(0x1d7);const a55_0x59b3f4={};a55_0x59b3f4[a55_0x536bf0(0x25f)]=a55_0x536bf0(0x1fb);const a55_0x29b97d={};a55_0x29b97d['INFO']=a55_0x536bf0(0x248);const a55_0x5dfbc6={};a55_0x5dfbc6[a55_0x536bf0(0x1a3)]=a55_0x536bf0(0x200),a55_0x5dfbc6[a55_0x536bf0(0x19c)]=a55_0x536bf0(0x1e9),a55_0x5dfbc6[a55_0x536bf0(0x26b)]=a55_0x536bf0(0x1e0),a55_0x5dfbc6[a55_0x536bf0(0x188)]=a55_0x536bf0(0x192),a55_0x5dfbc6['CODECEPT_CUCUMBER']='codeceptjs-cucumber',a55_0x5dfbc6[a55_0x536bf0(0x1ea)]=a55_0x536bf0(0x241),a55_0x5dfbc6[a55_0x536bf0(0x25b)]=a55_0x536bf0(0x1ca);const a55_0xd3dbf7={};a55_0xd3dbf7[a55_0x536bf0(0x24d)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0xd3dbf7['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0xd3dbf7[a55_0x536bf0(0x239)]=a55_0x536bf0(0x1d6),a55_0xd3dbf7['invalidTestInputType']=a55_0x536bf0(0x264);const a55_0x243204={};a55_0x243204['COMMONJS']='commonjs',a55_0x243204[a55_0x536bf0(0x1c0)]=a55_0x536bf0(0x23d);const a55_0x22c203={};a55_0x22c203['Mocha']=0xfde8,a55_0x22c203[a55_0x536bf0(0x1bf)]=0xfde8,a55_0x22c203['Jest']=0x186a0;function a55_0x3112(_0x1823b1,_0x16ec36){const _0x22088e=a55_0x2208();return a55_0x3112=function(_0x311290,_0x1e6f03){_0x311290=_0x311290-0x183;let _0x331f1a=_0x22088e[_0x311290];return _0x331f1a;},a55_0x3112(_0x1823b1,_0x16ec36);}const a55_0x70e644={};a55_0x70e644[a55_0x536bf0(0x212)]=['userName',a55_0x536bf0(0x259),a55_0x536bf0(0x18c),a55_0x536bf0(0x1da),a55_0x536bf0(0x18b),a55_0x536bf0(0x1d2),a55_0x536bf0(0x1b7),'proxyPassword',a55_0x536bf0(0x1cc),a55_0x536bf0(0x238),a55_0x536bf0(0x216)],a55_0x70e644['browserStackLocalOptions']=['proxyUser',a55_0x536bf0(0x203),a55_0x536bf0(0x1a1),a55_0x536bf0(0x218)];const a55_0x3db4ec={};a55_0x3db4ec[a55_0x536bf0(0x1a8)]=a55_0x536bf0(0x1a8),a55_0x3db4ec[a55_0x536bf0(0x1de)]='browserStackLocalOptions',a55_0x3db4ec['localOptions']=a55_0x536bf0(0x1de),a55_0x3db4ec['parallelsPerPlatform']=a55_0x536bf0(0x1ef),a55_0x3db4ec[a55_0x536bf0(0x183)]=a55_0x536bf0(0x183),a55_0x3db4ec[a55_0x536bf0(0x1d9)]='logLevel',a55_0x3db4ec[a55_0x536bf0(0x18c)]=a55_0x536bf0(0x18c),a55_0x3db4ec['httpsProxy']='httpsProxy',a55_0x3db4ec[a55_0x536bf0(0x194)]=a55_0x536bf0(0x194),a55_0x3db4ec['testContextOptions']=a55_0x536bf0(0x258),a55_0x3db4ec[a55_0x536bf0(0x265)]=a55_0x536bf0(0x265),a55_0x3db4ec[a55_0x536bf0(0x1cb)]=a55_0x536bf0(0x1cb),a55_0x3db4ec[a55_0x536bf0(0x1b6)]=a55_0x536bf0(0x1b6),a55_0x3db4ec['testReportingOptions']='testReportingOptions',a55_0x3db4ec['customVariables']=a55_0x536bf0(0x18b),a55_0x3db4ec['automation']=a55_0x536bf0(0x19a),a55_0x3db4ec[a55_0x536bf0(0x19a)]=a55_0x536bf0(0x19a),a55_0x3db4ec[a55_0x536bf0(0x213)]=a55_0x536bf0(0x213),a55_0x3db4ec[a55_0x536bf0(0x1ba)]=a55_0x536bf0(0x1ba),a55_0x3db4ec['percyOptions']='percyOptions',a55_0x3db4ec[a55_0x536bf0(0x215)]='percyCaptureMode',a55_0x3db4ec[a55_0x536bf0(0x1f1)]=a55_0x536bf0(0x1f1),a55_0x3db4ec[a55_0x536bf0(0x244)]=a55_0x536bf0(0x244),a55_0x3db4ec['accessibilityOptions']=a55_0x536bf0(0x253),a55_0x3db4ec[a55_0x536bf0(0x19f)]=a55_0x536bf0(0x19f),a55_0x3db4ec[a55_0x536bf0(0x1c5)]=a55_0x536bf0(0x1c5),a55_0x3db4ec['proxySettings']='proxySettings',a55_0x3db4ec[a55_0x536bf0(0x224)]=a55_0x536bf0(0x224);const a55_0x48c2e7={};a55_0x48c2e7[a55_0x536bf0(0x1a2)]=[a55_0x536bf0(0x20a),a55_0x536bf0(0x230)];const a55_0x4ac049={};a55_0x4ac049[a55_0x536bf0(0x1b1)]=a55_0xaafb2e,a55_0x4ac049[a55_0x536bf0(0x26b)]=a55_0x126acc,a55_0x4ac049[a55_0x536bf0(0x19c)]=a55_0x102a6c,a55_0x4ac049['CUCUMBER']=a55_0x3350b9,a55_0x4ac049[a55_0x536bf0(0x25b)]=a55_0xa1f946,a55_0x4ac049[a55_0x536bf0(0x245)]=a55_0x2137e9,a55_0x4ac049[a55_0x536bf0(0x1a3)]=a55_0x32a710,a55_0x4ac049[a55_0x536bf0(0x267)]=a55_0x45cc69,a55_0x4ac049[a55_0x536bf0(0x1d3)]=a55_0x59b3f4,a55_0x4ac049['INTEGRATIONS']=a55_0x29b97d,a55_0x4ac049[a55_0x536bf0(0x20c)]=0xf*0x3c*0x3e8,a55_0x4ac049[a55_0x536bf0(0x23f)]=a55_0x536bf0(0x18f),a55_0x4ac049[a55_0x536bf0(0x246)]='https://tcg.browserstack.com',a55_0x4ac049[a55_0x536bf0(0x19d)]='use',a55_0x4ac049[a55_0x536bf0(0x1eb)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x4ac049[a55_0x536bf0(0x1f4)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x4ac049[a55_0x536bf0(0x24c)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x4ac049[a55_0x536bf0(0x254)]=[a55_0x536bf0(0x184),a55_0x536bf0(0x1f9),a55_0x536bf0(0x223),a55_0x536bf0(0x199),'timeouts',a55_0x536bf0(0x26c),a55_0x536bf0(0x26d),a55_0x536bf0(0x20e),a55_0x536bf0(0x1ac),'chromeOptions',a55_0x536bf0(0x1f2),a55_0x536bf0(0x26a),a55_0x536bf0(0x1a0)],a55_0x4ac049[a55_0x536bf0(0x24e)]=/^[\w-]+:.*$/,a55_0x4ac049[a55_0x536bf0(0x228)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x4ac049['EDS_URL']=a55_0x536bf0(0x1c7),a55_0x4ac049[a55_0x536bf0(0x1a5)]='https://api.browserstack.com',a55_0x4ac049[a55_0x536bf0(0x20b)]='https://api-cloud.browserstack.com',a55_0x4ac049[a55_0x536bf0(0x1d0)]=a55_0x536bf0(0x22e),a55_0x4ac049[a55_0x536bf0(0x25a)]=a55_0x536bf0(0x1c3),a55_0x4ac049[a55_0x536bf0(0x260)]=['automate','observability'],a55_0x4ac049[a55_0x536bf0(0x1fa)]=['app-automate','observability'],a55_0x4ac049[a55_0x536bf0(0x1b2)]=[a55_0x536bf0(0x229)],a55_0x4ac049[a55_0x536bf0(0x191)]='https://upload-observability.browserstack.com',a55_0x4ac049[a55_0x536bf0(0x221)]=[a55_0x536bf0(0x1e9),'Playwright'],a55_0x4ac049[a55_0x536bf0(0x1c6)]=['automate'],a55_0x4ac049[a55_0x536bf0(0x206)]=a55_0x536bf0(0x1f0),a55_0x4ac049['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x536bf0(0x201),a55_0x4ac049['APP_AUTOMATE']=['app-automate'],a55_0x4ac049['NUDGE_LOCAL_ERRORS']=[a55_0x536bf0(0x1af),'ERR_TIMED_OUT',a55_0x536bf0(0x1fd),a55_0x536bf0(0x205),'ERR_SOCKET_NOT_CONNECTED',a55_0x536bf0(0x18a),a55_0x536bf0(0x1b4),a55_0x536bf0(0x1ee),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a55_0x536bf0(0x1e6),a55_0x536bf0(0x257),a55_0x536bf0(0x232),a55_0x536bf0(0x1a9),a55_0x536bf0(0x1f7),a55_0x536bf0(0x1a4),a55_0x536bf0(0x208),a55_0x536bf0(0x1dd),a55_0x536bf0(0x1e6),a55_0x536bf0(0x1e3),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x4ac049[a55_0x536bf0(0x21f)]=['.apk',a55_0x536bf0(0x204),a55_0x536bf0(0x22b)],a55_0x4ac049[a55_0x536bf0(0x21b)]=a55_0x536bf0(0x231),a55_0x4ac049[a55_0x536bf0(0x22c)]=a55_0x536bf0(0x1b8),a55_0x4ac049[a55_0x536bf0(0x225)]=a55_0x536bf0(0x23b),a55_0x4ac049['PLAYWRIGHT_HUB_URL']=a55_0x536bf0(0x269),a55_0x4ac049[a55_0x536bf0(0x23c)]=a55_0x5dfbc6,a55_0x4ac049['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x536bf0(0x1e0),a55_0x536bf0(0x1e9)],a55_0x4ac049[a55_0x536bf0(0x21d)]=a55_0xd3dbf7,a55_0x4ac049['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x4ac049[a55_0x536bf0(0x268)]=a55_0x243204,a55_0x4ac049[a55_0x536bf0(0x1c4)]=0x40*0x400,a55_0x4ac049[a55_0x536bf0(0x21a)]=a55_0x536bf0(0x242),a55_0x4ac049[a55_0x536bf0(0x21c)]=a55_0x536bf0(0x262),a55_0x4ac049[a55_0x536bf0(0x219)]=a55_0x536bf0(0x185),a55_0x4ac049[a55_0x536bf0(0x1bb)]=a55_0x536bf0(0x1e4),a55_0x4ac049['TCG_AUTH_FAILURE']=a55_0x536bf0(0x226),a55_0x4ac049[a55_0x536bf0(0x1ff)]=a55_0x536bf0(0x193),a55_0x4ac049['AI_INIT_FAILURE']=a55_0x536bf0(0x24f),a55_0x4ac049[a55_0x536bf0(0x187)]='SDKTestTcgProxyFailure',a55_0x4ac049[a55_0x536bf0(0x214)]=0x1388,a55_0x4ac049['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x4ac049[a55_0x536bf0(0x190)]=0x1388,a55_0x4ac049[a55_0x536bf0(0x1d4)]=0x1388,a55_0x4ac049[a55_0x536bf0(0x22f)]=0xc350,a55_0x4ac049['TEST_FRAMEWORK_HOOK_TIMEOUT']=a55_0x22c203,a55_0x4ac049[a55_0x536bf0(0x23e)]=a55_0x70e644,a55_0x4ac049['AI_ENABLED_FRAMEWORK']=[a55_0x536bf0(0x1ca),a55_0x536bf0(0x192)],a55_0x4ac049[a55_0x536bf0(0x1ce)]=a55_0x3db4ec,a55_0x4ac049[a55_0x536bf0(0x256)]=a55_0x536bf0(0x1b5),a55_0x4ac049[a55_0x536bf0(0x1aa)]='/usage-debug.log',a55_0x4ac049[a55_0x536bf0(0x22a)]=a55_0x536bf0(0x198),a55_0x4ac049[a55_0x536bf0(0x186)]=a55_0x536bf0(0x1c9),a55_0x4ac049[a55_0x536bf0(0x250)]='https://automation.browserstack.com',a55_0x4ac049[a55_0x536bf0(0x222)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x4ac049['BROWSERSTACK']=a55_0x536bf0(0x1d1),a55_0x4ac049[a55_0x536bf0(0x20f)]=[a55_0x536bf0(0x263),a55_0x536bf0(0x241),a55_0x536bf0(0x1e0)],a55_0x4ac049[a55_0x536bf0(0x1ae)]=[a55_0x536bf0(0x1e7),a55_0x536bf0(0x1d8),a55_0x536bf0(0x1a6),a55_0x536bf0(0x209),a55_0x536bf0(0x21e),a55_0x536bf0(0x189)],a55_0x4ac049[a55_0x536bf0(0x1bc)]=a55_0x536bf0(0x1bc),a55_0x4ac049[a55_0x536bf0(0x196)]=[a55_0x536bf0(0x236),a55_0x536bf0(0x1bd),a55_0x536bf0(0x237),a55_0x536bf0(0x1e1),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x536bf0(0x227)],a55_0x4ac049['SSL_ERROR_CODES']=[a55_0x536bf0(0x240),a55_0x536bf0(0x227),a55_0x536bf0(0x217),a55_0x536bf0(0x22d),a55_0x536bf0(0x1cf),a55_0x536bf0(0x202)],a55_0x4ac049['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x4ac049['CLIENT_TROUBLESHOOTING_HASH']=a55_0x48c2e7,a55_0x4ac049[a55_0x536bf0(0x24a)]=[a55_0x536bf0(0x1c8),a55_0x536bf0(0x1c2),a55_0x536bf0(0x1d5)],a55_0x4ac049[a55_0x536bf0(0x18e)]=[a55_0x536bf0(0x1e5),a55_0x536bf0(0x1cd)],module['exports']=a55_0x4ac049;function a55_0x2208(){const _0x3736e7=['JEST','browserName','browserVersion','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','platforms','acceptInsecureCerts','SDKTestTcgDownResponse','BSTACK_ATS_URL','AI_PROXY_FAILURE','CODECEPT','ObservabilitySync','ERR_CONNECTION_CLOSED','customVariables','httpProxy','shows\x20version\x20information','BINARY_BUSY_ERROR_CODES','https://hub.browserstack.com/wd/hub','HEALING_LOG_DATA_TIMEOUT','OBSERVABILITY_UPLOAD_URL','codeceptjs','SDKTestTcgtInitSuccessful','framework','toLowerCase','SSL_ERROR_MESSAGES','12126dybOkh','browserstack.com','unhandledPromptBehavior','browserstackAutomation','364glYGjk','MOCHA','TCG_REGION','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','turboScale','ieOptions','localProxyUser','.browserstack\x20folder\x20not\x20accessible','PLAYWRIGHT','ERR_SOCKS_CONNECTION_FAILED','BROWSERSTACK_API_URL','A11Y_GET_RESULTS','Run\x20js\x20tests\x20on\x20browserstack','browserstackLocal','ERR_TUNNEL_CONNECTION_FAILED','DEBUG_LOG_FILE_NAME','pre-prod','acceptSslCert','https://hub-preprod.bsstag.com/wd/hub','AUTOMATION_LOG_COMMANDS','ERR_FAILED','183812pxKIJx','VERSION','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://observability-devtestops.bsstag.com','ERR_CONNECTION_RESET','/usage.log','testObservabilityOptions','browserstack.accessKey','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','https://automate-preprod.bsstag.com/dashboard/v2/builds/','percy','INVALID_INIT_RESP_WITH_USER_IMPACT','PLAYWRIGHT_TRACE_LOGS','unable\x20to\x20verify\x20the\x20first\x20certificate','https://edsstaging.bsstag.com','Cucumber-JS','MODULE','BROWSERSTACK_ENV','GLOBAL_AGENT_NO_PROXY','sdk/v1/event','MAX_GIT_META_DATA_SIZE_IN_BYTES','turboScaleOptions','AUTOMATE','https://eds.browserstack.com','GLOBAL_AGENT_HTTP_PROXY','browserstack-ats.com','vanilla','testReporting','authToken','EBUSY','SDK_INSTRUMENTATION_CONFIG','ERR_TLS_CERT_ALTNAME_INVALID','UPDATED_CLI_ENDPOINT','browserstack','browserstack.userName','HST','HEALING_FAILURE_TIMEOUT','USER_CONFIG_DETAILS_PATH','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Run\x20codeceptjs\x20tests\x20on\x20browserstack','A11Y_GET_RESULTS_SUMMARY','logLevel','httpsProxy','2610927TTdcXk','10|6|11|4|9|3|5|1|12|2|8|0|7','ERR_PROXY_CONNECTION_FAILED','browserStackLocalOptions','Run\x20jest\x20tests\x20on\x20browserstack','jest','unable\x20to\x20get\x20local\x20issuer\x20certificate','14270DUHCXc','ERR_NAME_RESOLUTION_FAILED','SDKTestInvalidTcgAuthResponseWithUserImpact','ETXTBSY','ERR_NAME_NOT_RESOLVED','A11Y_SCAN','wss://cdp-devtestops.bsstag.com/playwright?caps=','mocha','CUCUMBER','HUB_URL_REGEX','PLAYWRIGHT_HUB_URL','https://api-preprod.bsstag.com','ERR_CONNECTION_REFUSED','parallelsPerPlatform','https://automate.browserstack.com/dashboard/v2/builds/','disableAutoCaptureLogs','firefoxOptions','Run\x20nightwatch\x20tests\x20on\x20browserstack','ATS_HUB_URL_REGEX','prod','EDS_URL','ERR_CONNECTION_TIMED_OUT','https://upload-observability-devtestops-ssi.bsstag.com','pageLoadStrategy','APP_AUTOMATE_PRODUCTS','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','2651GJsAWr','ERR_BLOCKED_BY_CLIENT','BROWSERSTACK','AI_INIT_SUCCESSFUL','Playwright','https://app-automate.browserstack.com/dashboard/v2/builds/','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','proxyPass','.aab','ERR_NETWORK_CHANGED','BROWSERSTACK_AUTOMATE_URL','exports','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','A11Y_SAVE_RESULTS','SDK-GEN-001','APP_UPLOAD_URL','BSTACK_DELTA','staging','acceptSslCerts','CLI_SUPPORTED_FRAMEWORKS','wss://cdp-preprod.bsstag.com/playwright?caps=','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','root','rerunTests','TCG_AUTH_TIMEOUT','percyCaptureMode','browserstack.overridelocalInfo.userAuthToken','UNABLE_TO_VERIFY_LEAF_SIGNATURE','localProxyPass','TCG_DOWN','GIT_META_DATA_TRUNCATED','CUSTOM_ID_REGEX','UPGRADE_REQUIRED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','percyScreenshot','VALID_APP_EXTENSION','38948nehcFo','OBSERVABILITY_SUPPORTED_FWS','TEST_REPORTING_ANALYTICS','strictFileInteractability','testOrchestrationOptions','CI_ARTIFACTS_PATH','SDKTestTcgAuthFailure','DEPTH_ZERO_SELF_SIGNED_CERT','PRIVATE_DOMAIN_OR_IP_REGEX','observability','BSTACK_URL','.ipa','SHAREABLE_ID_REGEX','CERT_HAS_EXPIRED','sdk/v1/update_cli','POLL_HEALING_RESULT_TIMEOUT','[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.','^[a-zA-Z0-9_.-]*$','ERR_ADDRESS_UNREACHABLE','1tkUHAO','bsstag','https://hub-devtestops.bsstag.com/wd/hub','self\x20signed\x20certificate','certificate\x20has\x20expired','proxyUrl','mandatoryDependency','Run\x20playwright\x20tests\x20on\x20Browserstack','./browserstack-artifacts/','FRAMEWORKS','module','REDACTED_KEYS','hubUrl','SELF_SIGNED_CERT_IN_CHAIN','cucumber','...[TRUNCATED]','611885vJceGB','accessibility','NIGHTWATCH','TCG_URL','HELP','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','bsstag.com','INTERNALLY_USED_ENV_VARS','Run\x20mocha\x20tests\x20on\x20browserstack','ATS_WSS_URL_REGEX','invalidKeys','ROOT_REGEX','SDKTestInitFailedResponse','O11Y_URL','env','3BVnSrv','accessibilityOptions','ROOT_CAPS','BROWSERSTACK_APP_AUTOMATE_URL','LOG_FILE_NAME','ERR_ADDRESS_INVALID','testContextOptions','accessKey','FUNNEL_INSTRUMENTATION_API_URL','VANILLA','split','https://upload-observability-preprod.bsstag.com','Specify\x20--help\x20for\x20available\x20options','INFO','AUTOMATE_PRODUCTS','2133560Uhlvvk','Upgrade\x20required','playwright','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','testObservability','https://tcg-preprod.bsstag.com','CODECEPTJS','PACKAGE_TYPE','wss://cdp.browserstack.com/playwright?caps=','edgeOptions'];a55_0x2208=function(){return _0x3736e7;};return a55_0x2208();}const _env=(process[a55_0x536bf0(0x251)][a55_0x536bf0(0x1c1)]||a55_0x536bf0(0x1f5))[a55_0x536bf0(0x195)]();if(_env===a55_0x536bf0(0x20d)||_env==='stag'){const MoJMei='8|9|3|7|2|10|6|12|4|11|1|0|5'[a55_0x536bf0(0x25c)]('|');let HAGMbW=0x0;while(!![]){switch(MoJMei[HAGMbW++]){case'0':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1f6)]=a55_0x536bf0(0x1be);continue;case'1':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x191)]=a55_0x536bf0(0x1f8);continue;case'2':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x206)]=a55_0x536bf0(0x26e);continue;case'3':module['exports'][a55_0x536bf0(0x246)]='https://tcg.bsstag.com';continue;case'4':module['exports'][a55_0x536bf0(0x22a)]='bsstag.com';continue;case'5':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1fe)]=a55_0x536bf0(0x234);continue;case'6':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x20b)]='https://api-cloud-devtestops.bsstag.com';continue;case'7':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1eb)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x23f)]=a55_0x536bf0(0x235);continue;case'9':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1a5)]='https://apidevtestops.bsstag.com';continue;case'10':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x255)]=a55_0x536bf0(0x19e);continue;case'11':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x250)]=a55_0x536bf0(0x1b3);continue;case'12':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1ec)]=a55_0x536bf0(0x1e8);continue;}break;}}else{if(_env==='preprod'||_env===a55_0x536bf0(0x1ab)){const bIqfhN=a55_0x536bf0(0x1dc)[a55_0x536bf0(0x25c)]('|');let OLqVxs=0x0;while(!![]){switch(bIqfhN[OLqVxs++]){case'0':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1f6)]='https://edsstaging.bsstag.com';continue;case'1':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1ec)]=a55_0x536bf0(0x210);continue;case'2':module['exports'][a55_0x536bf0(0x250)]='https://automation-preprod.bsstag.com';continue;case'3':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x255)]=a55_0x536bf0(0x211);continue;case'4':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1eb)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module['exports']['APP_UPLOAD_URL']=a55_0x536bf0(0x1ed);continue;case'6':module[a55_0x536bf0(0x207)]['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'7':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x1fe)]=a55_0x536bf0(0x234);continue;case'8':module['exports'][a55_0x536bf0(0x191)]=a55_0x536bf0(0x25d);continue;case'9':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x206)]=a55_0x536bf0(0x1b9);continue;case'10':module[a55_0x536bf0(0x207)][a55_0x536bf0(0x23f)]=a55_0x536bf0(0x1ad);continue;case'11':module[a55_0x536bf0(0x207)]['TCG_URL']=a55_0x536bf0(0x266);continue;case'12':module['exports'][a55_0x536bf0(0x22a)]=a55_0x536bf0(0x249);continue;}break;}}}
1
+ const a55_0x3226f8=a55_0x44fb;(function(_0x4be598,_0x26db30){const _0x4b3477=a55_0x44fb,_0x39fffb=_0x4be598();while(!![]){try{const _0x5a1d3b=parseInt(_0x4b3477(0x2af))/0x1+-parseInt(_0x4b3477(0x1fd))/0x2*(-parseInt(_0x4b3477(0x232))/0x3)+-parseInt(_0x4b3477(0x1e2))/0x4+parseInt(_0x4b3477(0x23f))/0x5+-parseInt(_0x4b3477(0x1f0))/0x6*(-parseInt(_0x4b3477(0x1de))/0x7)+-parseInt(_0x4b3477(0x22a))/0x8+-parseInt(_0x4b3477(0x227))/0x9*(-parseInt(_0x4b3477(0x24e))/0xa);if(_0x5a1d3b===_0x26db30)break;else _0x39fffb['push'](_0x39fffb['shift']());}catch(_0x193dc8){_0x39fffb['push'](_0x39fffb['shift']());}}}(a55_0x38ed,0x8b56f));const a55_0x1f9a4e={};a55_0x1f9a4e[a55_0x3226f8(0x223)]=a55_0x3226f8(0x234),a55_0x1f9a4e[a55_0x3226f8(0x1fc)]=a55_0x3226f8(0x1ea);const a55_0x5c30b6={};a55_0x5c30b6['INFO']=a55_0x3226f8(0x2aa);const a55_0x3cfb9f={};a55_0x3cfb9f['INFO']=a55_0x3226f8(0x1ec);const a55_0x2fd904={};a55_0x2fd904[a55_0x3226f8(0x223)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x192aec={};a55_0x192aec[a55_0x3226f8(0x223)]=a55_0x3226f8(0x20a);const a55_0x234635={};a55_0x234635[a55_0x3226f8(0x223)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0x326c45={};a55_0x326c45['INFO']=a55_0x3226f8(0x283);const a55_0x486889={};function a55_0x44fb(_0x385196,_0x266688){const _0x38ed37=a55_0x38ed();return a55_0x44fb=function(_0x44fbab,_0xeaf5dc){_0x44fbab=_0x44fbab-0x1d7;let _0x11cb67=_0x38ed37[_0x44fbab];return _0x11cb67;},a55_0x44fb(_0x385196,_0x266688);}a55_0x486889['INFO']=a55_0x3226f8(0x280);const a55_0xa2c971={};a55_0xa2c971[a55_0x3226f8(0x223)]=a55_0x3226f8(0x27c);const a55_0x269153={};a55_0x269153[a55_0x3226f8(0x223)]=a55_0x3226f8(0x2ad);const a55_0x52d51e={};a55_0x52d51e[a55_0x3226f8(0x24d)]=a55_0x3226f8(0x2a6),a55_0x52d51e[a55_0x3226f8(0x202)]=a55_0x3226f8(0x1ff),a55_0x52d51e['JEST']='jest',a55_0x52d51e[a55_0x3226f8(0x247)]=a55_0x3226f8(0x263),a55_0x52d51e[a55_0x3226f8(0x241)]=a55_0x3226f8(0x22d),a55_0x52d51e['CUCUMBER']='cucumber',a55_0x52d51e[a55_0x3226f8(0x239)]=a55_0x3226f8(0x24c);const a55_0x160019={};a55_0x160019[a55_0x3226f8(0x252)]=a55_0x3226f8(0x27d),a55_0x160019['uniqueDependency']=a55_0x3226f8(0x236),a55_0x160019[a55_0x3226f8(0x243)]=a55_0x3226f8(0x296),a55_0x160019[a55_0x3226f8(0x284)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x546a5f={};a55_0x546a5f[a55_0x3226f8(0x255)]=a55_0x3226f8(0x217),a55_0x546a5f[a55_0x3226f8(0x2a0)]=a55_0x3226f8(0x2b1);const a55_0x8fce3={};a55_0x8fce3[a55_0x3226f8(0x28b)]=0xfde8,a55_0x8fce3['Cucumber-JS']=0xfde8,a55_0x8fce3[a55_0x3226f8(0x2a3)]=0x186a0;const a55_0x11ad86={};a55_0x11ad86['root']=['userName','accessKey','httpProxy','httpsProxy',a55_0x3226f8(0x1e0),'browserstack.userName','browserstack.accessKey',a55_0x3226f8(0x298),a55_0x3226f8(0x2b3),a55_0x3226f8(0x233),a55_0x3226f8(0x20e)],a55_0x11ad86['browserStackLocalOptions']=[a55_0x3226f8(0x2be),a55_0x3226f8(0x268),a55_0x3226f8(0x220),a55_0x3226f8(0x1d9)];const a55_0x510574={};a55_0x510574[a55_0x3226f8(0x25f)]=a55_0x3226f8(0x25f),a55_0x510574['browserStackLocalOptions']='browserStackLocalOptions',a55_0x510574['localOptions']='browserStackLocalOptions',a55_0x510574[a55_0x3226f8(0x20f)]=a55_0x3226f8(0x20f),a55_0x510574[a55_0x3226f8(0x1e4)]=a55_0x3226f8(0x1e4),a55_0x510574[a55_0x3226f8(0x1ef)]=a55_0x3226f8(0x1ef),a55_0x510574[a55_0x3226f8(0x1e5)]=a55_0x3226f8(0x1e5),a55_0x510574['httpsProxy']=a55_0x3226f8(0x23c),a55_0x510574['framework']=a55_0x3226f8(0x25b),a55_0x510574[a55_0x3226f8(0x2b2)]='testContextOptions',a55_0x510574['testObservability']=a55_0x3226f8(0x278),a55_0x510574[a55_0x3226f8(0x22f)]=a55_0x3226f8(0x22f),a55_0x510574[a55_0x3226f8(0x2b4)]=a55_0x3226f8(0x2b4),a55_0x510574[a55_0x3226f8(0x228)]=a55_0x3226f8(0x228),a55_0x510574[a55_0x3226f8(0x1e0)]='customVariables',a55_0x510574['automation']=a55_0x3226f8(0x27a),a55_0x510574[a55_0x3226f8(0x27a)]=a55_0x3226f8(0x27a),a55_0x510574[a55_0x3226f8(0x274)]=a55_0x3226f8(0x274),a55_0x510574[a55_0x3226f8(0x1f4)]='percy',a55_0x510574[a55_0x3226f8(0x2bb)]=a55_0x3226f8(0x2bb),a55_0x510574[a55_0x3226f8(0x29c)]=a55_0x3226f8(0x29c),a55_0x510574[a55_0x3226f8(0x1eb)]=a55_0x3226f8(0x1eb),a55_0x510574[a55_0x3226f8(0x211)]=a55_0x3226f8(0x211),a55_0x510574['accessibilityOptions']=a55_0x3226f8(0x291),a55_0x510574[a55_0x3226f8(0x253)]=a55_0x3226f8(0x253),a55_0x510574[a55_0x3226f8(0x207)]='turboScaleOptions',a55_0x510574[a55_0x3226f8(0x2ba)]=a55_0x3226f8(0x2ba),a55_0x510574[a55_0x3226f8(0x1dc)]=a55_0x3226f8(0x1dc);const a55_0x2c4d3d={};function a55_0x38ed(){const _0x30abf0=['14YSMzAh','FRAMEWORKS','customVariables','4|8|12|11|6|7|10|5|3|0|9|1|2','4131952yARMAf','BROWSERSTACK_API_URL','platforms','httpProxy','VERSION','OBSERVABILITY_SUPPORTED_FWS','O11Y_URL','.apk','Specify\x20--help\x20for\x20available\x20options','disableAutoCaptureLogs','Run\x20mocha\x20tests\x20on\x20browserstack','EDS_URL','ROOT_CAPS','logLevel','2522052yUVVDS','https://api.browserstack.com','https://app-automate.browserstack.com/dashboard/v2/builds/','ERR_TIMED_OUT','percy','ERR_NETWORK_CHANGED','BSTACK_URL','ERR_CONNECTION_FAILED','GIT_META_DATA_TRUNCATED','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','JEST','ERR_CONNECTION_TIMED_OUT','HELP','24868qskqLf','UPDATED_CLI_ENDPOINT','mocha','HEALING_LOG_DATA_TIMEOUT','A11Y_SAVE_RESULTS','MOCHA','POLL_HEALING_RESULT_TIMEOUT','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BSTACK_DELTA','A11Y_GET_RESULTS_SUMMARY','turboScaleOptions','acceptSslCert','bsstag','Run\x20js\x20tests\x20on\x20browserstack','https://tcg.browserstack.com','toLowerCase','https://automate.browserstack.com/dashboard/v2/builds/','browserstack.overridelocalInfo.userAuthToken','parallelsPerPlatform','timeouts','accessibility','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','pageLoadStrategy','ERR_CONNECTION_ABORTED','SSL_ERROR_MESSAGES','https://automation.browserstack.com','commonjs','ERR_SOCKS_CONNECTION_FAILED','https://hub-preprod.bsstag.com/wd/hub','https://observability-devtestops.bsstag.com','https://edsstaging.bsstag.com','sdk/v1/update_cli','acceptInsecureCerts','/usage-debug.log','cucumber','localProxyUser','TCG_DOWN','AI_INIT_FAILURE','INFO','https://api-cloud-devtestops.bsstag.com','CUCUMBER','LOG_FILE_NAME','153NjhHpd','testReportingOptions','SELF_SIGNED_CERT_IN_CHAIN','3524336liTKlx','sdk/v1/event','https://tcg-preprod.bsstag.com','codeceptjs-cucumber','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','testReporting','PRIVATE_DOMAIN_OR_IP_REGEX','BROWSERSTACK_ENV','6gtlDol','proxyUrl','shows\x20version\x20information','OBSERVABILITY_UPLOAD_URL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserName','jest','VANILLA','ERR_SOCKET_NOT_CONNECTED','SDKTestTcgtInitSuccessful','httpsProxy','https://hub.browserstack.com/wd/hub','unable\x20to\x20verify\x20the\x20first\x20certificate','3525705CDwbJL','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','CODECEPT_CUCUMBER','pre-prod','mandatoryDependency','ERR_BLOCKED_BY_CLIENT','observability','BROWSERSTACK_AUTOMATE_URL','CODECEPT','REDACTED_KEYS','ERR_NAME_RESOLUTION_FAILED','stag','SDKTestTcgAuthFailure','vanilla','PLAYWRIGHT','11410ynpuDw','prod','ERR_CONNECTION_CLOSED','...[TRUNCATED]','invalidKeys','turboScale','ROOT_REGEX','COMMONJS','HUB_URL_REGEX','preprod','APP_AUTOMATE','^[a-zA-Z0-9_.-]*$','APP_UPLOAD_URL','framework','AI_ENABLED_FRAMEWORK','ETXTBSY','HEALING_FAILURE_TIMEOUT','browserstackLocal','https://upload-observability-devtestops-ssi.bsstag.com','unhandledPromptBehavior','ATS_WSS_URL_REGEX','codeceptjs','VALID_APP_EXTENSION','SDKTestTcgProxyFailure','GLOBAL_AGENT_HTTP_PROXY','BROWSERSTACK_APP_AUTOMATE_URL','proxyPass','BINARY_BUSY_ERROR_CODES','https://eds.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','edgeOptions','SDKTestInvalidTcgAuthResponseWithUserImpact','UNABLE_TO_VERIFY_LEAF_SIGNATURE','https://automate-preprod.bsstag.com/dashboard/v2/builds/','unable\x20to\x20get\x20local\x20issuer\x20certificate','NIGHTWATCH','INVALID_INIT_RESP_WITH_USER_IMPACT','.browserstack\x20folder\x20not\x20accessible','rerunTests','ERR_ADDRESS_UNREACHABLE','DEBUG_LOG_FILE_NAME','TCG_REGION','testObservability','SHAREABLE_ID_REGEX','browserstackAutomation','ERR_FAILED','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-preprod.bsstag.com','Run\x20codeceptjs\x20tests\x20on\x20browserstack','bsstag.com','AUTOMATION_LOG_COMMANDS','Run\x20playwright\x20tests\x20on\x20Browserstack','invalidTestInputType','MAX_GIT_META_DATA_SIZE_IN_BYTES','.aab','acceptSslCerts','PLAYWRIGHT_TRACE_LOGS','INTEGRATIONS','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Mocha','ERR_TLS_CERT_ALTNAME_INVALID','use','ieOptions','app-automate','TCG_URL','accessibilityOptions','ERR_CONNECTION_REFUSED','certificate\x20has\x20expired','SSL_ERROR_CODES','ERR_CONNECTION_RESET','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserVersion','proxyPassword','ERR_NAME_NOT_RESOLVED','GLOBAL_AGENT_NO_PROXY','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','percyCaptureMode','SDK_INSTRUMENTATION_CONFIG','TCG_AUTH_FAILURE','Upgrade\x20required','MODULE','BROWSERSTACK','3|0|5|6|2|8|12|10|9|11|1|4|7','Jest','AUTOLOGCAPTURE_NOTIFICATION','A11Y_GET_RESULTS','Playwright','FUNNEL_INSTRUMENTATION_API_URL','UPGRADE_REQUIRED','https://apidevtestops.bsstag.com','Run\x20jest\x20tests\x20on\x20browserstack','ERR_PROXY_CONNECTION_FAILED','split','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','CODECEPTJS','454175HxUhMF','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','module','testContextOptions','authToken','testObservabilityOptions','PERCY_SUPPORTED_FRAMEWORKS','CLIENT_TROUBLESHOOTING_HASH','/usage.log','AUTOMATE_PRODUCTS','exports','proxySettings','percyOptions','PLAYWRIGHT_CONFIG_OPTION_ERRORS','PLAYWRIGHT_HUB_URL','proxyUser','TCG_AUTH_TIMEOUT','CERT_HAS_EXPIRED','https://upload-observability.browserstack.com','https://hub-devtestops.bsstag.com/wd/hub','ObservabilitySync','hubUrl','staging','localProxyPass','./browserstack-artifacts/','env','testOrchestrationOptions','https://tcg.bsstag.com'];a55_0x38ed=function(){return _0x30abf0;};return a55_0x38ed();}a55_0x2c4d3d[a55_0x3226f8(0x273)]=['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_0x47f327={};a55_0x47f327[a55_0x3226f8(0x1e6)]=a55_0x1f9a4e,a55_0x47f327[a55_0x3226f8(0x1fa)]=a55_0x5c30b6,a55_0x47f327[a55_0x3226f8(0x202)]=a55_0x3cfb9f,a55_0x47f327[a55_0x3226f8(0x225)]=a55_0x2fd904,a55_0x47f327[a55_0x3226f8(0x239)]=a55_0x192aec,a55_0x47f327[a55_0x3226f8(0x271)]=a55_0x234635,a55_0x47f327[a55_0x3226f8(0x24d)]=a55_0x326c45,a55_0x47f327[a55_0x3226f8(0x2ae)]=a55_0x486889,a55_0x47f327['HST']=a55_0xa2c971,a55_0x47f327[a55_0x3226f8(0x289)]=a55_0x269153,a55_0x47f327[a55_0x3226f8(0x205)]=0xf*0x3c*0x3e8,a55_0x47f327[a55_0x3226f8(0x1d7)]=a55_0x3226f8(0x23d),a55_0x47f327[a55_0x3226f8(0x290)]=a55_0x3226f8(0x20b),a55_0x47f327[a55_0x3226f8(0x277)]=a55_0x3226f8(0x28d),a55_0x47f327[a55_0x3226f8(0x256)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x47f327['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x47f327[a55_0x3226f8(0x262)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x47f327[a55_0x3226f8(0x1ee)]=[a55_0x3226f8(0x21d),a55_0x3226f8(0x213),'strictFileInteractability',a55_0x3226f8(0x261),a55_0x3226f8(0x210),a55_0x3226f8(0x237),a55_0x3226f8(0x297),a55_0x3226f8(0x287),a55_0x3226f8(0x208),'chromeOptions','firefoxOptions',a55_0x3226f8(0x26c),a55_0x3226f8(0x28e)],a55_0x47f327[a55_0x3226f8(0x254)]=/^[\w-]+:.*$/,a55_0x47f327[a55_0x3226f8(0x230)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x47f327[a55_0x3226f8(0x1ed)]=a55_0x3226f8(0x26a),a55_0x47f327[a55_0x3226f8(0x1e3)]=a55_0x3226f8(0x1f1),a55_0x47f327[a55_0x3226f8(0x25a)]='https://api-cloud.browserstack.com',a55_0x47f327[a55_0x3226f8(0x1fe)]=a55_0x3226f8(0x21c),a55_0x47f327[a55_0x3226f8(0x2a7)]=a55_0x3226f8(0x22b),a55_0x47f327[a55_0x3226f8(0x2b8)]=['automate',a55_0x3226f8(0x245)],a55_0x47f327['APP_AUTOMATE_PRODUCTS']=[a55_0x3226f8(0x28f),a55_0x3226f8(0x245)],a55_0x47f327[a55_0x3226f8(0x2b0)]=['observability'],a55_0x47f327[a55_0x3226f8(0x235)]=a55_0x3226f8(0x2c1),a55_0x47f327[a55_0x3226f8(0x1e7)]=[a55_0x3226f8(0x1ff),a55_0x3226f8(0x2a6)],a55_0x47f327['AUTOMATE']=['automate'],a55_0x47f327['BROWSERSTACK_AUTOMATE_URL']=a55_0x3226f8(0x20d),a55_0x47f327[a55_0x3226f8(0x267)]=a55_0x3226f8(0x1f2),a55_0x47f327[a55_0x3226f8(0x258)]=[a55_0x3226f8(0x28f)],a55_0x47f327['NUDGE_LOCAL_ERRORS']=[a55_0x3226f8(0x27b),a55_0x3226f8(0x1f3),a55_0x3226f8(0x244),a55_0x3226f8(0x1f5),a55_0x3226f8(0x23a),a55_0x3226f8(0x250),a55_0x3226f8(0x295),a55_0x3226f8(0x292),a55_0x3226f8(0x214),a55_0x3226f8(0x1f7),a55_0x3226f8(0x299),'ERR_ADDRESS_INVALID',a55_0x3226f8(0x275),'ERR_TUNNEL_CONNECTION_FAILED',a55_0x3226f8(0x1fb),a55_0x3226f8(0x218),a55_0x3226f8(0x28a),a55_0x3226f8(0x2ab),a55_0x3226f8(0x299),a55_0x3226f8(0x249),a55_0x3226f8(0x204)],a55_0x47f327[a55_0x3226f8(0x264)]=[a55_0x3226f8(0x1e9),a55_0x3226f8(0x286),'.ipa'],a55_0x47f327['CUSTOM_ID_REGEX']=a55_0x3226f8(0x259),a55_0x47f327[a55_0x3226f8(0x279)]=a55_0x3226f8(0x212),a55_0x47f327['CI_ARTIFACTS_PATH']=a55_0x3226f8(0x1da),a55_0x47f327[a55_0x3226f8(0x2bd)]='wss://cdp.browserstack.com/playwright?caps=',a55_0x47f327[a55_0x3226f8(0x1df)]=a55_0x52d51e,a55_0x47f327[a55_0x3226f8(0x2b5)]=[a55_0x3226f8(0x238),a55_0x3226f8(0x1ff)],a55_0x47f327[a55_0x3226f8(0x2bc)]=a55_0x160019,a55_0x47f327[a55_0x3226f8(0x2a4)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x47f327['PACKAGE_TYPE']=a55_0x546a5f,a55_0x47f327[a55_0x3226f8(0x285)]=0x40*0x400,a55_0x47f327[a55_0x3226f8(0x1f8)]=a55_0x3226f8(0x251),a55_0x47f327[a55_0x3226f8(0x2a8)]=a55_0x3226f8(0x29f),a55_0x47f327[a55_0x3226f8(0x221)]='SDKTestTcgDownResponse',a55_0x47f327[a55_0x3226f8(0x272)]=a55_0x3226f8(0x26d),a55_0x47f327[a55_0x3226f8(0x29e)]=a55_0x3226f8(0x24b),a55_0x47f327['AI_INIT_SUCCESSFUL']=a55_0x3226f8(0x23b),a55_0x47f327[a55_0x3226f8(0x222)]='SDKTestInitFailedResponse',a55_0x47f327['AI_PROXY_FAILURE']=a55_0x3226f8(0x265),a55_0x47f327[a55_0x3226f8(0x2bf)]=0x1388,a55_0x47f327['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x47f327[a55_0x3226f8(0x200)]=0x1388,a55_0x47f327[a55_0x3226f8(0x25e)]=0x1388,a55_0x47f327[a55_0x3226f8(0x203)]=0xc350,a55_0x47f327[a55_0x3226f8(0x26b)]=a55_0x8fce3,a55_0x47f327[a55_0x3226f8(0x248)]=a55_0x11ad86,a55_0x47f327[a55_0x3226f8(0x25c)]=[a55_0x3226f8(0x24c),'codeceptjs'],a55_0x47f327[a55_0x3226f8(0x29d)]=a55_0x510574,a55_0x47f327[a55_0x3226f8(0x226)]=a55_0x3226f8(0x2b7),a55_0x47f327[a55_0x3226f8(0x276)]=a55_0x3226f8(0x21e),a55_0x47f327['BSTACK_URL']='browserstack.com',a55_0x47f327['BSTACK_ATS_URL']='browserstack-ats.com',a55_0x47f327[a55_0x3226f8(0x1e8)]=a55_0x3226f8(0x216),a55_0x47f327['TEST_REPORTING_ANALYTICS']='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x47f327[a55_0x3226f8(0x2a1)]='browserstack',a55_0x47f327['CLI_SUPPORTED_FRAMEWORKS']=['playwright',a55_0x3226f8(0x21f),'jest'],a55_0x47f327[a55_0x3226f8(0x282)]=['A11Y_SCAN',a55_0x3226f8(0x206),a55_0x3226f8(0x2a5),a55_0x3226f8(0x201),'percyScreenshot',a55_0x3226f8(0x2c3)],a55_0x47f327[a55_0x3226f8(0x288)]=a55_0x3226f8(0x288),a55_0x47f327[a55_0x3226f8(0x215)]=['self\x20signed\x20certificate',a55_0x3226f8(0x23e),a55_0x3226f8(0x293),a55_0x3226f8(0x270),a55_0x3226f8(0x28c),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x47f327[a55_0x3226f8(0x294)]=[a55_0x3226f8(0x229),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x3226f8(0x26e),a55_0x3226f8(0x2c0),a55_0x3226f8(0x28c),a55_0x3226f8(0x22e)],a55_0x47f327[a55_0x3226f8(0x27e)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x47f327[a55_0x3226f8(0x2b6)]=a55_0x2c4d3d,a55_0x47f327['INTERNALLY_USED_ENV_VARS']=[a55_0x3226f8(0x266),a55_0x3226f8(0x29a),'USER_CONFIG_DETAILS_PATH'],a55_0x47f327[a55_0x3226f8(0x269)]=[a55_0x3226f8(0x25d),'EBUSY'],module[a55_0x3226f8(0x2b9)]=a55_0x47f327;const _env=(process[a55_0x3226f8(0x1db)][a55_0x3226f8(0x231)]||a55_0x3226f8(0x24f))[a55_0x3226f8(0x20c)]();if(_env===a55_0x3226f8(0x1d8)||_env===a55_0x3226f8(0x24a)){const utJbsv=a55_0x3226f8(0x2a2)[a55_0x3226f8(0x2ac)]('|');let nlcJin=0x0;while(!![]){switch(utJbsv[nlcJin++]){case'0':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1e3)]=a55_0x3226f8(0x2a9);continue;case'1':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x235)]=a55_0x3226f8(0x260);continue;case'2':module[a55_0x3226f8(0x2b9)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x3226f8(0x1f9);continue;case'3':module['exports']['hubUrl']=a55_0x3226f8(0x2c2);continue;case'4':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1ed)]=a55_0x3226f8(0x21b);continue;case'5':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x290)]=a55_0x3226f8(0x1dd);continue;case'6':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x256)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x2a1)]=a55_0x3226f8(0x209);continue;case'8':module[a55_0x3226f8(0x2b9)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x3226f8(0x29b);continue;case'9':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1f6)]='bsstag.com';continue;case'10':module[a55_0x3226f8(0x2b9)]['PLAYWRIGHT_HUB_URL']='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a55_0x3226f8(0x2b9)]['O11Y_URL']=a55_0x3226f8(0x21a);continue;case'12':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x25a)]=a55_0x3226f8(0x224);continue;}break;}}else{if(_env===a55_0x3226f8(0x257)||_env===a55_0x3226f8(0x242)){const ekFMRk=a55_0x3226f8(0x1e1)[a55_0x3226f8(0x2ac)]('|');let DfdfYN=0x0;while(!![]){switch(ekFMRk[DfdfYN++]){case'0':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1e8)]='https://automation-preprod.bsstag.com';continue;case'1':module['exports']['EDS_URL']=a55_0x3226f8(0x21b);continue;case'2':module['exports'][a55_0x3226f8(0x2a1)]='bsstag';continue;case'3':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1f6)]=a55_0x3226f8(0x281);continue;case'4':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x1d7)]=a55_0x3226f8(0x219);continue;case'5':module[a55_0x3226f8(0x2b9)]['PLAYWRIGHT_HUB_URL']='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'6':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x246)]=a55_0x3226f8(0x26f);continue;case'7':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x267)]=a55_0x3226f8(0x240);continue;case'8':module[a55_0x3226f8(0x2b9)]['BROWSERSTACK_API_URL']=a55_0x3226f8(0x27f);continue;case'9':module['exports']['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-preprod.bsstag.com';continue;case'10':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x25a)]=a55_0x3226f8(0x27f);continue;case'11':module['exports'][a55_0x3226f8(0x256)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a55_0x3226f8(0x2b9)][a55_0x3226f8(0x290)]=a55_0x3226f8(0x22c);continue;}break;}}}
@@ -1 +1 @@
1
- const a56_0x3743ec=a56_0xcb01;function a56_0xcb01(_0x4af6e7,_0x21e28c){const _0x3a203b=a56_0x3a20();return a56_0xcb01=function(_0xcb01f6,_0x2f7604){_0xcb01f6=_0xcb01f6-0x7b;let _0x1b9770=_0x3a203b[_0xcb01f6];return _0x1b9770;},a56_0xcb01(_0x4af6e7,_0x21e28c);}(function(_0x1fc7f3,_0x4ee523){const _0x3560c9=a56_0xcb01,_0x4be237=_0x1fc7f3();while(!![]){try{const _0xa40fdc=parseInt(_0x3560c9(0x7b))/0x1+-parseInt(_0x3560c9(0x7f))/0x2*(parseInt(_0x3560c9(0x81))/0x3)+-parseInt(_0x3560c9(0x88))/0x4+parseInt(_0x3560c9(0x87))/0x5+-parseInt(_0x3560c9(0x84))/0x6+-parseInt(_0x3560c9(0x7c))/0x7+-parseInt(_0x3560c9(0x8b))/0x8*(-parseInt(_0x3560c9(0x7e))/0x9);if(_0xa40fdc===_0x4ee523)break;else _0x4be237['push'](_0x4be237['shift']());}catch(_0x2041cb){_0x4be237['push'](_0x4be237['shift']());}}}(a56_0x3a20,0x59d73));const logReportingAPI=require(a56_0x3743ec(0x85)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x2b37d1,_0x467601){return _0x97dcd6=>{const _0x19b2ec=a56_0xcb01;BSTestOpsLogger['log']({'level':_0x97dcd6[_0x19b2ec(0x83)]?_0x97dcd6['level'][_0x19b2ec(0x8c)]:null,'message':_0x97dcd6[_0x19b2ec(0x82)]?_0x97dcd6['data'][_0x19b2ec(0x89)]('\x20'):null});};}exports[a56_0x3743ec(0x86)]=(_0x433d54,_0xd11ebf)=>{const _0x1f6c96=a56_0x3743ec,_0x466fc7={'hIUqY':function(_0x14bb96,_0x52dd40,_0x1de09d){return _0x14bb96(_0x52dd40,_0x1de09d);}};let _0x287a7e=_0xd11ebf[_0x1f6c96(0x8a)];return _0x433d54[_0x1f6c96(0x8d)]&&(_0x287a7e=_0xd11ebf[_0x1f6c96(0x8d)](_0x433d54[_0x1f6c96(0x8d)][_0x1f6c96(0x7d)],_0x433d54[_0x1f6c96(0x8d)])),_0x466fc7['hIUqY'](BSTestOpsLog4JSAppender,_0x287a7e,_0x433d54[_0x1f6c96(0x80)]);};function a56_0x3a20(){const _0xb7c756=['71368YCenxu','levelStr','layout','730002dOGrFD','2866556ytADZv','type','522KFzMug','36802CaxQom','timezoneOffset','81VMbLag','data','level','2261418bORBwO','./logReportingAPI','configure','3101485nuSkpb','865968pKfRrC','join','colouredLayout'];a56_0x3a20=function(){return _0xb7c756;};return a56_0x3a20();}
1
+ function a56_0x2206(_0x564835,_0xb515e){const _0x14f437=a56_0x14f4();return a56_0x2206=function(_0x220678,_0x159a1c){_0x220678=_0x220678-0x1af;let _0x2386a1=_0x14f437[_0x220678];return _0x2386a1;},a56_0x2206(_0x564835,_0xb515e);}const a56_0x27c61c=a56_0x2206;(function(_0x599261,_0xe93b78){const _0x672fe=a56_0x2206,_0x52b0e7=_0x599261();while(!![]){try{const _0x3999ed=-parseInt(_0x672fe(0x1b5))/0x1+-parseInt(_0x672fe(0x1b1))/0x2*(-parseInt(_0x672fe(0x1b4))/0x3)+parseInt(_0x672fe(0x1b3))/0x4+-parseInt(_0x672fe(0x1bf))/0x5+parseInt(_0x672fe(0x1b6))/0x6+-parseInt(_0x672fe(0x1bc))/0x7+-parseInt(_0x672fe(0x1af))/0x8*(-parseInt(_0x672fe(0x1b2))/0x9);if(_0x3999ed===_0xe93b78)break;else _0x52b0e7['push'](_0x52b0e7['shift']());}catch(_0x345884){_0x52b0e7['push'](_0x52b0e7['shift']());}}}(a56_0x14f4,0x5ae40));const logReportingAPI=require(a56_0x27c61c(0x1b9)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0xd6718d,_0x5f1ef5){return _0x52e1a5=>{const _0x282cc7=a56_0x2206;BSTestOpsLogger[_0x282cc7(0x1ba)]({'level':_0x52e1a5[_0x282cc7(0x1b7)]?_0x52e1a5[_0x282cc7(0x1b7)][_0x282cc7(0x1b0)]:null,'message':_0x52e1a5[_0x282cc7(0x1be)]?_0x52e1a5[_0x282cc7(0x1be)][_0x282cc7(0x1b8)]('\x20'):null});};}exports[a56_0x27c61c(0x1bb)]=(_0x1e2361,_0x58b230)=>{const _0x38fa5a=a56_0x27c61c,_0x4c6e1c={'smmpR':function(_0x4fb97b,_0x540851,_0x11d9e6){return _0x4fb97b(_0x540851,_0x11d9e6);}};let _0x13061f=_0x58b230['colouredLayout'];return _0x1e2361[_0x38fa5a(0x1c0)]&&(_0x13061f=_0x58b230[_0x38fa5a(0x1c0)](_0x1e2361[_0x38fa5a(0x1c0)]['type'],_0x1e2361['layout'])),_0x4c6e1c[_0x38fa5a(0x1bd)](BSTestOpsLog4JSAppender,_0x13061f,_0x1e2361['timezoneOffset']);};function a56_0x14f4(){const _0x4f9cc6=['6eWSkMq','484008fnNTwD','4210062fMfGeF','level','join','./logReportingAPI','log','configure','4122846YXQuQj','smmpR','data','2563555vdInsw','layout','180888KeXBTI','levelStr','515390BwAUgG','117PiagNC','1787900jNDoUv'];a56_0x14f4=function(){return _0x4f9cc6;};return a56_0x14f4();}
@@ -1 +1 @@
1
- const a57_0x5e83df=a57_0x449d;(function(_0x51c13d,_0x24812c){const _0x2738be=a57_0x449d,_0x3a296e=_0x51c13d();while(!![]){try{const _0xc39586=-parseInt(_0x2738be(0x176))/0x1*(parseInt(_0x2738be(0x184))/0x2)+-parseInt(_0x2738be(0x16d))/0x3*(-parseInt(_0x2738be(0x173))/0x4)+-parseInt(_0x2738be(0x172))/0x5+parseInt(_0x2738be(0x183))/0x6+parseInt(_0x2738be(0x16b))/0x7*(-parseInt(_0x2738be(0x186))/0x8)+parseInt(_0x2738be(0x169))/0x9+parseInt(_0x2738be(0x17d))/0xa;if(_0xc39586===_0x24812c)break;else _0x3a296e['push'](_0x3a296e['shift']());}catch(_0x3ca46d){_0x3a296e['push'](_0x3a296e['shift']());}}}(a57_0x2981,0xeca37));const Transport=require(a57_0x5e83df(0x188)),{consoleHolder}=require(a57_0x5e83df(0x180)),a57_0x1eaa0d={};a57_0x1eaa0d[a57_0x5e83df(0x16e)]=a57_0x5e83df(0x16e),a57_0x1eaa0d[a57_0x5e83df(0x16c)]=a57_0x5e83df(0x16c),a57_0x1eaa0d[a57_0x5e83df(0x16f)]=a57_0x5e83df(0x16f),a57_0x1eaa0d[a57_0x5e83df(0x17e)]=a57_0x5e83df(0x17e),a57_0x1eaa0d['WARN']=a57_0x5e83df(0x171);const LOG_LEVELS=a57_0x1eaa0d;function a57_0x449d(_0x35ce90,_0x344390){const _0x298128=a57_0x2981();return a57_0x449d=function(_0x449d63,_0x5a6ee5){_0x449d63=_0x449d63-0x169;let _0x25c42a=_0x298128[_0x449d63];return _0x25c42a;},a57_0x449d(_0x35ce90,_0x344390);}class logPatcher extends Transport{constructor(_0x2d6f3c){super(_0x2d6f3c);}[a57_0x5e83df(0x17a)]=(_0x7b9705=LOG_LEVELS[a57_0x5e83df(0x16e)],_0x1b8175=[''])=>{const _0x488478=a57_0x5e83df,_0x33ce66={};_0x33ce66[_0x488478(0x181)]=_0x488478(0x17f);const _0x2e8d62=_0x33ce66;consoleHolder[_0x7b9705[_0x488478(0x182)]()](..._0x1b8175),process[_0x488478(0x178)](_0x488478(0x17c)+process['pid'],{'timestamp':new Date()[_0x488478(0x174)](),'level':_0x7b9705[_0x488478(0x189)](),'message':'\x22'+_0x1b8175[_0x488478(0x177)](',\x20')+'\x22','kind':_0x2e8d62[_0x488478(0x181)],'http_response':{}});};[a57_0x5e83df(0x175)]=(..._0x3ba9eb)=>{const _0x12621c=a57_0x5e83df;this[_0x12621c(0x17a)](LOG_LEVELS[_0x12621c(0x17e)],_0x3ba9eb);};[a57_0x5e83df(0x16a)]=(..._0x172e93)=>{const _0x2f325f=a57_0x5e83df;this[_0x2f325f(0x17a)](LOG_LEVELS[_0x2f325f(0x16f)],_0x172e93);};[a57_0x5e83df(0x170)]=(..._0x4380df)=>{const _0xe1ac14=a57_0x5e83df;this[_0xe1ac14(0x17a)](LOG_LEVELS[_0xe1ac14(0x16e)],_0x4380df);};[a57_0x5e83df(0x17b)]=(..._0x283a2b)=>{const _0x332fa5=a57_0x5e83df;this[_0x332fa5(0x17a)](LOG_LEVELS[_0x332fa5(0x171)],_0x283a2b);};[a57_0x5e83df(0x179)]=(..._0x3410e6)=>{const _0x28edd5=a57_0x5e83df;this[_0x28edd5(0x17a)](LOG_LEVELS[_0x28edd5(0x16c)],_0x3410e6);};[a57_0x5e83df(0x187)]=(..._0xf2c1dd)=>{const _0x1ebe91=a57_0x5e83df;this[_0x1ebe91(0x17a)](LOG_LEVELS[_0x1ebe91(0x16e)],_0xf2c1dd);};};function a57_0x2981(){const _0x1cbbf5=['WARN','8714085pvSFjB','52444dSBEhD','toISOString','trace','493553sflVOu','join','emit','error','logToTestOps','warn','bs:addLog:','9436690bwjdTR','TRACE','TEST_LOG','../../helpers/test-observability/constants','MkEnK','toLowerCase','2334336cOniwk','2aJMBSE','exports','776SHSlCd','log','winston-transport','toUpperCase','7569036xXTUFs','debug','53263XJWHmL','ERROR','405TOmqtB','INFO','DEBUG','info'];a57_0x2981=function(){return _0x1cbbf5;};return a57_0x2981();}module[a57_0x5e83df(0x185)]=logPatcher;
1
+ function a57_0x9603(){const _0x6f3198=['toLowerCase','emit','ERROR','warn','TRACE','winston-transport','5384285CNzkvw','trace','8206092BnMdNX','exports','toISOString','3544EjzwnM','WARN','9156uHnGTe','debug','../../helpers/test-observability/constants','2735376PvBKcC','toUpperCase','6836850SFrdSw','8324TRxCDK','INFO','logToTestOps','726LGcFxk','pid','TEST_LOG','701mcbwSi','tkPNV','info','error','520rqHXtz','DEBUG'];a57_0x9603=function(){return _0x6f3198;};return a57_0x9603();}function a57_0x581f(_0xe146f8,_0x5499da){const _0x96036f=a57_0x9603();return a57_0x581f=function(_0x581f53,_0x456278){_0x581f53=_0x581f53-0x1a9;let _0x3b911c=_0x96036f[_0x581f53];return _0x3b911c;},a57_0x581f(_0xe146f8,_0x5499da);}const a57_0x4bfb96=a57_0x581f;(function(_0x198e1f,_0x276836){const _0x129e77=a57_0x581f,_0x3826ff=_0x198e1f();while(!![]){try{const _0x56f2fd=parseInt(_0x129e77(0x1b5))/0x1*(parseInt(_0x129e77(0x1b9))/0x2)+parseInt(_0x129e77(0x1b2))/0x3*(-parseInt(_0x129e77(0x1af))/0x4)+parseInt(_0x129e77(0x1c1))/0x5+-parseInt(_0x129e77(0x1ac))/0x6+-parseInt(_0x129e77(0x1a9))/0x7*(-parseInt(_0x129e77(0x1c6))/0x8)+-parseInt(_0x129e77(0x1c3))/0x9+parseInt(_0x129e77(0x1ae))/0xa;if(_0x56f2fd===_0x276836)break;else _0x3826ff['push'](_0x3826ff['shift']());}catch(_0x5eef93){_0x3826ff['push'](_0x3826ff['shift']());}}}(a57_0x9603,0x9eed0));const Transport=require(a57_0x4bfb96(0x1c0)),{consoleHolder}=require(a57_0x4bfb96(0x1ab)),a57_0xc0ce52={};a57_0xc0ce52[a57_0x4bfb96(0x1b0)]=a57_0x4bfb96(0x1b0),a57_0xc0ce52['ERROR']=a57_0x4bfb96(0x1bd),a57_0xc0ce52['DEBUG']=a57_0x4bfb96(0x1ba),a57_0xc0ce52[a57_0x4bfb96(0x1bf)]=a57_0x4bfb96(0x1bf),a57_0xc0ce52[a57_0x4bfb96(0x1c7)]=a57_0x4bfb96(0x1c7);const LOG_LEVELS=a57_0xc0ce52;class logPatcher extends Transport{constructor(_0x29b898){super(_0x29b898);}[a57_0x4bfb96(0x1b1)]=(_0x424fd5=LOG_LEVELS['INFO'],_0x292682=[''])=>{const _0x1e7a14=a57_0x4bfb96,_0x6491fd={};_0x6491fd[_0x1e7a14(0x1b6)]=_0x1e7a14(0x1b4);const _0x16d5b2=_0x6491fd;consoleHolder[_0x424fd5[_0x1e7a14(0x1bb)]()](..._0x292682),process[_0x1e7a14(0x1bc)]('bs:addLog:'+process[_0x1e7a14(0x1b3)],{'timestamp':new Date()[_0x1e7a14(0x1c5)](),'level':_0x424fd5[_0x1e7a14(0x1ad)](),'message':'\x22'+_0x292682['join'](',\x20')+'\x22','kind':_0x16d5b2['tkPNV'],'http_response':{}});};[a57_0x4bfb96(0x1c2)]=(..._0x29872e)=>{const _0x160889=a57_0x4bfb96;this[_0x160889(0x1b1)](LOG_LEVELS[_0x160889(0x1bf)],_0x29872e);};[a57_0x4bfb96(0x1aa)]=(..._0x2d1f26)=>{const _0x32d7f9=a57_0x4bfb96;this[_0x32d7f9(0x1b1)](LOG_LEVELS[_0x32d7f9(0x1ba)],_0x2d1f26);};[a57_0x4bfb96(0x1b7)]=(..._0x40bf7b)=>{const _0x1f14a1=a57_0x4bfb96;this['logToTestOps'](LOG_LEVELS[_0x1f14a1(0x1b0)],_0x40bf7b);};[a57_0x4bfb96(0x1be)]=(..._0x4b28eb)=>{const _0x142424=a57_0x4bfb96;this[_0x142424(0x1b1)](LOG_LEVELS[_0x142424(0x1c7)],_0x4b28eb);};[a57_0x4bfb96(0x1b8)]=(..._0x1f597d)=>{const _0x38a21f=a57_0x4bfb96;this['logToTestOps'](LOG_LEVELS[_0x38a21f(0x1bd)],_0x1f597d);};['log']=(..._0x2f0c03)=>{const _0x5edd64=a57_0x4bfb96;this[_0x5edd64(0x1b1)](LOG_LEVELS['INFO'],_0x2f0c03);};};module[a57_0x4bfb96(0x1c4)]=logPatcher;