browserstack-node-sdk 1.50.8 → 1.50.10

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_0x5b6200=a48_0x1639;function a48_0x1639(_0x37fe58,_0x79c7b3){const _0x1aef9c=a48_0x1aef();return a48_0x1639=function(_0x16391e,_0x2ddf08){_0x16391e=_0x16391e-0x95;let _0x5fe8ec=_0x1aef9c[_0x16391e];return _0x5fe8ec;},a48_0x1639(_0x37fe58,_0x79c7b3);}(function(_0x7391b8,_0x453c19){const _0x5b6817=a48_0x1639,_0x5638b0=_0x7391b8();while(!![]){try{const _0x304710=parseInt(_0x5b6817(0xd4))/0x1+parseInt(_0x5b6817(0xfd))/0x2+-parseInt(_0x5b6817(0xb0))/0x3*(parseInt(_0x5b6817(0xc4))/0x4)+parseInt(_0x5b6817(0x9b))/0x5+parseInt(_0x5b6817(0x11c))/0x6+parseInt(_0x5b6817(0x11b))/0x7*(parseInt(_0x5b6817(0x109))/0x8)+-parseInt(_0x5b6817(0x114))/0x9;if(_0x304710===_0x453c19)break;else _0x5638b0['push'](_0x5638b0['shift']());}catch(_0x4dff10){_0x5638b0['push'](_0x5638b0['shift']());}}}(a48_0x1aef,0xa428b));const fs=require('fs'),path=require(a48_0x5b6200(0xb1)),util=require(a48_0x5b6200(0xbb)),spawn=require(a48_0x5b6200(0x111))[a48_0x5b6200(0xf3)],{requireModule}=require(a48_0x5b6200(0xc0)),PerformanceTester=require('../helpers/performance/performance-tester'),PerformanceEvents=require(a48_0x5b6200(0x118))['EVENTS'],helper=require(a48_0x5b6200(0xc0)),utilities=require(a48_0x5b6200(0xf8)),{default:BrowserStackSetup}=require('../helpers/BrowserStackSetup'),{FRAMEWORKS}=require(a48_0x5b6200(0xfa)),runIntegrations=require(a48_0x5b6200(0xf5)),yargs=require(a48_0x5b6200(0xd0)),Constants=require('./utils/constants'),BrowserstackCLI=require(a48_0x5b6200(0xc9)),logger=require(a48_0x5b6200(0xb7))[a48_0x5b6200(0xa0)],origArgs=Object[a48_0x5b6200(0xc1)]([],process[a48_0x5b6200(0xcf)]),captureError=async(_0x185fae,_0x517f21,_0x4bdd58,_0x1855d7=null)=>{const _0x21cd41=a48_0x5b6200,_0x16fae4={'JBQwd':function(_0x36c335,_0x51d71e,_0x2420c5,_0x347884){return _0x36c335(_0x51d71e,_0x2420c5,_0x347884);},'nHiRi':_0x21cd41(0x117)};try{logger[_0x21cd41(0x126)](_0x21cd41(0xe2)+origArgs[_0x21cd41(0x9a)]('\x20')),await _0x16fae4[_0x21cd41(0xfb)](_0x185fae,_0x517f21,_0x1855d7,_0x4bdd58);}catch(_0x2abec3){process[_0x21cd41(0xdd)]=0x1,logger['error'](util[_0x21cd41(0xcc)](_0x2abec3));const _0x2a03ae={'globalException':util[_0x21cd41(0xcc)]('%j',_0x2abec3)};PerformanceTester['end'](PerformanceEvents[_0x21cd41(0xdf)],![],util['format'](_0x2abec3));if(helper['isUndefined'](global[_0x21cd41(0xc3)])&&helper[_0x21cd41(0xbd)](global[_0x21cd41(0x10c)]))return;try{utilities[_0x21cd41(0xb5)](_0x16fae4[_0x21cd41(0xe4)],_0x2a03ae,global[_0x21cd41(0xc3)],global[_0x21cd41(0x10c)]);}catch(_0x57f3d7){logger['debug']('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x57f3d7[_0x21cd41(0xd7)]);}try{await helper[_0x21cd41(0x122)](global['config']);}catch(_0xca7bbc){logger[_0x21cd41(0xce)]('Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20'+_0xca7bbc[_0x21cd41(0xd7)]);}await BrowserstackCLI[_0x21cd41(0xad)]()[_0x21cd41(0x10d)](),PerformanceTester[_0x21cd41(0xcb)](PerformanceEvents[_0x21cd41(0xdf)],![],util[_0x21cd41(0xcc)](_0x2abec3));}finally{PerformanceTester[_0x21cd41(0xbe)](PerformanceEvents[_0x21cd41(0xe0)]);}};try{const browserstackFolderPath=path[a48_0x5b6200(0x9a)](helper[a48_0x5b6200(0xd5)](),a48_0x5b6200(0xaf));if(fs[a48_0x5b6200(0xa4)](browserstackFolderPath)){const filePath=path[a48_0x5b6200(0x9a)](browserstackFolderPath,a48_0x5b6200(0xea));fs[a48_0x5b6200(0xa4)](filePath)&&fs['unlinkSync'](filePath);}}catch(a48_0x4d1592){logger[a48_0x5b6200(0xce)](a48_0x5b6200(0xdb)+a48_0x4d1592[a48_0x5b6200(0x123)]);}process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xaa)](a48_0x5b6200(0xca))&&(!process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xaa)](a48_0x5b6200(0x103))&&process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xec)](a48_0x5b6200(0xfc)),!process['argv']['find'](_0x2646b8=>_0x2646b8[a48_0x5b6200(0xaa)](a48_0x5b6200(0xc2)))&&process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xec)]('--no-config'),!process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xaa)](a48_0x5b6200(0xb4))&&process[a48_0x5b6200(0xcf)][a48_0x5b6200(0xec)]('--no-package'),helper[a48_0x5b6200(0xe5)](process[a48_0x5b6200(0xcf)],'--require',a48_0x5b6200(0xf9)));PerformanceTester[a48_0x5b6200(0xbe)](PerformanceEvents[a48_0x5b6200(0xdf)]);function a48_0x1aef(){const _0xef65cb=['../helpers/logger','version','HUqao','demandCommand','util','zVQDV','isUndefined','start','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','../helpers/helper','assign','--config','config','45488CgpMui','showHelpOnFail','dot-notation','fTykp','bjsBJ','./v2/browserstackCLI','mocha','end','format','ZkJwb','debug','argv','yargs','integrations','RMlCx','node','444408JkNuMZ','homedir','mocha/lib/cli/run.js','stack','Parsing\x20command\x20line\x20arguments','kTVAm','INTEGRATIONS','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','hXIXW','exitCode','setTestObservabilityDisable','SDK_SETUP','SDK_CLEANUP','cNDMZ','Running\x20SDK\x20with\x20args\x20','getConfigPath','nHiRi','findAndReplace','error','CODECEPTJS','hBshH','DKCSn','.local-not-set.json','CTzxM','push','YLeVy','usage:\x20$0\x20<command>\x20[args]','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mocha/lib/cli/cli.js','playwright','RTPNC','spawn','HST','./integrations/command','tXMWY','jest','../helpers/utilities','--mochaRequire','../helpers/test-observability/constants','JBQwd','--no-opts','450UnOQlF','nYKrU','alias','./load/index','wrap','setBrowserStackAutomationDisable','--opts','VvCId','VANILLA','parserConfiguration','hmZxc','INFO','8iJLqxP','uKVue','help','framework','stop','slice','nightwatch','./nightwatch/command','child_process','env','INmwm','11950227mwjiWZ','CUCUMBER','TObKK','SDKTestSuccessful','../helpers/performance/constants','cucumber-js','command','8326941hWHRUN','3978186riRBsz','HRBsG','./codeceptjs/command','EtuoK','kOftO','./cucumber-js/command','sendLogs','message','Show\x20help','OlgXv','info','strict','./vanilla-js/command','LgLFL','codeceptjs','ZKttl','Burht','join','3575395RppnWD','mocha/lib/cli/commands.js','./mocha/command','handler','usage','winstonLogger','wCScc','../../ats/src/index','HELP','existsSync','XJFzA','load\x20[subcommand]','describe','boolean','PLAYWRIGHT','includes','ats','XrpRx','getInstance','vanilla','.browserstack','267SoDOkt','path','BeDAf','zBtNa','--package','fireFunnelTestEvent','option'];a48_0x1aef=function(){return _0xef65cb;};return a48_0x1aef();}const a48_0x7c8ab5={};a48_0x7c8ab5[a48_0x5b6200(0xc6)]=![];const argv=yargs[a48_0x5b6200(0x106)](a48_0x7c8ab5)[a48_0x5b6200(0x9f)](a48_0x5b6200(0xee))[a48_0x5b6200(0xff)]('v',a48_0x5b6200(0xb8))[a48_0x5b6200(0xa7)]('v')[a48_0x5b6200(0xff)]('h','help')[a48_0x5b6200(0x10b)](a48_0x5b6200(0x10b))[a48_0x5b6200(0xc5)](!![],Constants['VERSION'][a48_0x5b6200(0xa3)])['command'](a48_0x5b6200(0xf7),Constants['JEST'][a48_0x5b6200(0x108)],function(_0x37af84){const _0x835c42=a48_0x5b6200,_0x1e1934={'nYKrU':'jest','BeDAf':function(_0x55f126,_0x11b706,_0x258876,_0x1dce87,_0x5d753e){return _0x55f126(_0x11b706,_0x258876,_0x1dce87,_0x5d753e);},'bjsBJ':function(_0x360de6,_0x297a4e){return _0x360de6(_0x297a4e);},'hmZxc':'./jest/command'},_0xcd11ab=process[_0x835c42(0xcf)]['slice'](0x2);helper[_0x835c42(0xde)](),helper[_0x835c42(0x102)](),_0x37af84[_0x835c42(0x127)](![]);const _0x57189e=new BrowserStackSetup(_0x37af84[_0x835c42(0xcf)],_0x1e1934[_0x835c42(0xfe)]);return _0x1e1934[_0x835c42(0xb2)](captureError,_0x1e1934[_0x835c42(0xc8)](require,_0x1e1934[_0x835c42(0x107)]),_0x37af84[_0x835c42(0xcf)],_0x57189e,_0xcd11ab);})['command'](a48_0x5b6200(0xca),Constants['MOCHA'][a48_0x5b6200(0x108)],_0xa55e2f=>{const _0x3fd8b4=a48_0x5b6200,_0x35ac66={'ZoHEA':function(_0x4dd98e,_0x4cf3d6,_0x349290,_0x4e6ae2){return _0x4dd98e(_0x4cf3d6,_0x349290,_0x4e6ae2);},'uKVue':function(_0x4cc4e6,_0x4b6000){return _0x4cc4e6(_0x4b6000);},'Burht':_0x3fd8b4(0x9d),'CTzxM':'mocha','WXbrX':_0x3fd8b4(0xd8),'hXIXW':function(_0x45cca6,_0x13b5bd,_0x36e907){return _0x45cca6(_0x13b5bd,_0x36e907);},'EtuoK':_0x3fd8b4(0xd6),'DKCSn':_0x3fd8b4(0x9c),'XJFzA':function(_0x4f3b23,_0x3cbc27,_0x478d4d){return _0x4f3b23(_0x3cbc27,_0x478d4d);},'taQfN':_0x3fd8b4(0xf0),'VvCId':function(_0x2bcdf8){return _0x2bcdf8();}};process['argv']=process[_0x3fd8b4(0xcf)][_0x3fd8b4(0x10e)](0x1),helper[_0x3fd8b4(0xde)](),helper[_0x3fd8b4(0x102)]();const _0x40b5d1=new BrowserStackSetup(_0xa55e2f[_0x3fd8b4(0xcf)],_0x35ac66[_0x3fd8b4(0xeb)]);logger[_0x3fd8b4(0xce)](_0x35ac66['WXbrX']);const _0x534a0e=_0x35ac66[_0x3fd8b4(0xdc)](requireModule,_0x35ac66[_0x3fd8b4(0x11f)],_0x35ac66[_0x3fd8b4(0xeb)]),_0x418e6f=_0x35ac66[_0x3fd8b4(0xdc)](requireModule,_0x35ac66[_0x3fd8b4(0xe9)],_0x35ac66[_0x3fd8b4(0xeb)]);delete _0x534a0e['handler'],_0x534a0e[_0x3fd8b4(0x9e)]=function(_0x246708){const _0x16c5aa=_0x3fd8b4;return _0x35ac66['ZoHEA'](captureError,_0x35ac66[_0x16c5aa(0x10a)](require,_0x35ac66[_0x16c5aa(0x99)]),_0x246708,_0x40b5d1);},_0x418e6f['run']=_0x534a0e;const {main:_0x2ee696}=_0x35ac66[_0x3fd8b4(0xa5)](requireModule,_0x35ac66['taQfN'],_0x35ac66[_0x3fd8b4(0xeb)]);_0x35ac66[_0x3fd8b4(0x104)](_0x2ee696);})[a48_0x5b6200(0x11a)]('cucumber-js',Constants[a48_0x5b6200(0x115)][a48_0x5b6200(0x108)],function(_0x34992d){const _0x39c946=a48_0x5b6200,_0xfe0415={'SzDQM':_0x39c946(0x119),'INmwm':function(_0x49f677,_0x4fa4ed,_0x569b5a,_0x19a9b6,_0x2d5c15){return _0x49f677(_0x4fa4ed,_0x569b5a,_0x19a9b6,_0x2d5c15);},'cNDMZ':function(_0x542e4e,_0x3f9b9e){return _0x542e4e(_0x3f9b9e);},'UYPac':_0x39c946(0x121)},_0x3716f1=process[_0x39c946(0xcf)][_0x39c946(0x10e)](0x2),_0x27b7cc=new BrowserStackSetup(_0x34992d[_0x39c946(0xcf)],_0xfe0415['SzDQM']);return _0xfe0415[_0x39c946(0x113)](captureError,_0xfe0415[_0x39c946(0xe1)](require,_0xfe0415['UYPac']),_0x34992d[_0x39c946(0xcf)],_0x27b7cc,_0x3716f1);})[a48_0x5b6200(0x11a)](a48_0x5b6200(0xd3),Constants[a48_0x5b6200(0x105)]['INFO'],function(_0x2dbd5d){const _0x46c755=a48_0x5b6200,_0x4ce95f={'OlgXv':_0x46c755(0xae),'XrpRx':function(_0x533cdd,_0x3d92fa,_0x57c51e,_0x1fbe33,_0x453562){return _0x533cdd(_0x3d92fa,_0x57c51e,_0x1fbe33,_0x453562);},'YLeVy':function(_0x3cd42a,_0x31bc39){return _0x3cd42a(_0x31bc39);},'tXMWY':_0x46c755(0x95)},_0xd2c179=process[_0x46c755(0xcf)][_0x46c755(0x10e)](0x2),_0x2300c5=new BrowserStackSetup(_0x2dbd5d['argv'],_0x4ce95f[_0x46c755(0x125)]);return _0x4ce95f[_0x46c755(0xac)](captureError,_0x4ce95f[_0x46c755(0xed)](require,_0x4ce95f[_0x46c755(0xf6)]),_0x2dbd5d[_0x46c755(0xcf)],_0x2300c5,_0xd2c179);})[a48_0x5b6200(0x11a)](a48_0x5b6200(0x10f),Constants['NIGHTWATCH'][a48_0x5b6200(0x108)],function(_0x450b70){const _0x1bb3a1=a48_0x5b6200,_0x3334fe={'RMlCx':function(_0x2fa522,_0x152346,_0x3014fe,_0x144800,_0x158b44){return _0x2fa522(_0x152346,_0x3014fe,_0x144800,_0x158b44);},'ImUXM':function(_0x3ea743,_0x31642b){return _0x3ea743(_0x31642b);},'Tunqd':_0x1bb3a1(0x110)},_0x5c7807=process['argv']['slice'](0x2),_0x4846d6=new BrowserStackSetup(_0x450b70[_0x1bb3a1(0xcf)]);return _0x3334fe[_0x1bb3a1(0xd2)](captureError,_0x3334fe['ImUXM'](require,_0x3334fe['Tunqd']),_0x450b70[_0x1bb3a1(0xcf)],_0x4846d6,_0x5c7807);})[a48_0x5b6200(0x11a)](a48_0x5b6200(0x97),Constants[a48_0x5b6200(0xe7)]['INFO'],function(_0x7652ff){const _0x1d5721=a48_0x5b6200,_0x39e204={'ZkJwb':_0x1d5721(0x97),'CijMF':function(_0x56dc4e,_0x368b5d,_0xf5c250,_0x3f01e0,_0x5cee38){return _0x56dc4e(_0x368b5d,_0xf5c250,_0x3f01e0,_0x5cee38);},'HUqao':function(_0x489f96,_0x41df59){return _0x489f96(_0x41df59);},'RTPNC':_0x1d5721(0x11e)},_0x50837f=process[_0x1d5721(0xcf)][_0x1d5721(0x10e)](0x2),_0x2d80d5=new BrowserStackSetup(_0x7652ff['argv'],_0x39e204[_0x1d5721(0xcd)]);return _0x39e204['CijMF'](captureError,_0x39e204[_0x1d5721(0xb9)](require,_0x39e204[_0x1d5721(0xf2)]),_0x7652ff[_0x1d5721(0xcf)],_0x2d80d5,_0x50837f);})[a48_0x5b6200(0x11a)]('ats',Constants[a48_0x5b6200(0xf4)][a48_0x5b6200(0x108)],function(_0x1f621){const _0x4ecedb=a48_0x5b6200,_0x54cac8={'HRBsG':function(_0x3b7cce,_0xd59083,_0x5dfa92){return _0x3b7cce(_0xd59083,_0x5dfa92);},'wCScc':function(_0x22d240,_0x295674){return _0x22d240(_0x295674);},'zVQDV':_0x4ecedb(0xa2)},_0x5b5998=process[_0x4ecedb(0xcf)][_0x4ecedb(0x10e)](0x2);return _0x54cac8[_0x4ecedb(0x11d)](captureError,_0x54cac8[_0x4ecedb(0xa1)](require,_0x54cac8[_0x4ecedb(0xbc)]),_0x1f621);})['command'](a48_0x5b6200(0xd1),Constants[a48_0x5b6200(0xda)][a48_0x5b6200(0x108)],function(_0x14b501){const _0x4c0318=a48_0x5b6200,_0x28a6df={'zBtNa':function(_0x47d81e,_0xa8608a){return _0x47d81e(_0xa8608a);}};return _0x28a6df[_0x4c0318(0xb3)](runIntegrations,_0x14b501);})[a48_0x5b6200(0x11a)](a48_0x5b6200(0xf1),Constants[a48_0x5b6200(0xa9)][a48_0x5b6200(0x108)],function(_0x1a4dbe){const _0x355737=a48_0x5b6200,_0x5cd8e6={'hBshH':function(_0x5b476c,_0x33ffd1,_0x3a0de5,_0x23ff39,_0x131248){return _0x5b476c(_0x33ffd1,_0x3a0de5,_0x23ff39,_0x131248);},'myGDD':function(_0x123b7e,_0x1cdf9d){return _0x123b7e(_0x1cdf9d);},'RCaGg':'./playwright/command'},_0x295518=process[_0x355737(0xcf)][_0x355737(0x10e)](0x2);helper[_0x355737(0xe3)](process[_0x355737(0xcf)])&&(process[_0x355737(0x112)]['BROWSERSTACK_CONFIG_FILE_PATH']=helper['getConfigPath'](process['argv']));helper['setTestObservabilityDisable'](),helper[_0x355737(0x102)]();const _0x163def=new BrowserStackSetup(_0x1a4dbe['argv'],FRAMEWORKS[_0x355737(0xa9)]);return _0x5cd8e6[_0x355737(0xe8)](captureError,_0x5cd8e6['myGDD'](require,_0x5cd8e6['RCaGg']),_0x1a4dbe['argv'],_0x163def,_0x295518);})['command'](a48_0x5b6200(0xa6),'Runs\x20the\x20binary\x20with\x20load\x20command',function(_0xa88779){const _0x283566=a48_0x5b6200,_0x5d871b={};_0x5d871b['fTykp']='help',_0x5d871b[_0x283566(0xd9)]=_0x283566(0xa8),_0x5d871b[_0x283566(0x96)]=_0x283566(0x124);const _0x4cd100=_0x5d871b;return _0xa88779[_0x283566(0x10b)](![])[_0x283566(0xb6)](_0x4cd100[_0x283566(0xc7)],{'alias':'h','type':_0x4cd100[_0x283566(0xd9)],'describe':_0x4cd100[_0x283566(0x96)]})[_0x283566(0x127)](![])['exitProcess'](![]);},function(_0x3aeaaf){const _0x553485=a48_0x5b6200,_0x21c84c={'ZKttl':function(_0x1f0770,_0x23fcd9,_0x2ce830){return _0x1f0770(_0x23fcd9,_0x2ce830);},'TObKK':function(_0x46fd81,_0x3dc489){return _0x46fd81(_0x3dc489);},'kOftO':_0x553485(0x100)},_0x265baa={};return _0x265baa['argv']=_0x3aeaaf,_0x21c84c[_0x553485(0x98)](captureError,_0x21c84c[_0x553485(0x116)](require,_0x21c84c[_0x553485(0x120)]),_0x265baa);})[a48_0x5b6200(0xba)](0x1,a48_0x5b6200(0xef))[a48_0x5b6200(0x101)](null)[a48_0x5b6200(0xcf)];!helper[a48_0x5b6200(0xbd)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a48_0x5b6200(0xab)&&console[a48_0x5b6200(0xe6)](a48_0x5b6200(0xbf));
2
+ 'use strict';const a48_0x1c5961=a48_0x2a6d;(function(_0x1f7022,_0x53aca5){const _0x46332c=a48_0x2a6d,_0x39d190=_0x1f7022();while(!![]){try{const _0x183ac4=-parseInt(_0x46332c(0x1a6))/0x1*(parseInt(_0x46332c(0x1fb))/0x2)+parseInt(_0x46332c(0x1c2))/0x3*(parseInt(_0x46332c(0x1eb))/0x4)+-parseInt(_0x46332c(0x205))/0x5+parseInt(_0x46332c(0x17d))/0x6+parseInt(_0x46332c(0x1e5))/0x7*(parseInt(_0x46332c(0x193))/0x8)+parseInt(_0x46332c(0x179))/0x9+-parseInt(_0x46332c(0x1e3))/0xa;if(_0x183ac4===_0x53aca5)break;else _0x39d190['push'](_0x39d190['shift']());}catch(_0x1770f1){_0x39d190['push'](_0x39d190['shift']());}}}(a48_0xa1c0,0x90cf6));function a48_0xa1c0(){const _0x3def5f=['7986810BSTuoS','isUndefined','7uAtJEh','debug','ScqfC','ioKEG','../helpers/performance/performance-tester','EVENTS','4ekSkjJ','usage:\x20$0\x20<command>\x20[args]','exitCode','argv','framework','slice','--package','.browserstack','BJMKo','./codeceptjs/command','strict','OlqDn','load\x20[subcommand]','config','HELP','error','689916DvVKNL','./vanilla-js/command','SDK_SETUP','Parsing\x20command\x20line\x20arguments','--no-config','../helpers/logger','SmpPa','MOCHA','assign','WiHku','869000nAhpNp','../helpers/utilities','./load/index','duEFd','stop','DchDn','playwright','8242263eLOnMq','twAzJ','./jest/command','./integrations/command','368862gpIhtc','Jxddp','dot-notation','wrap','zZkwD','NscgO','handler','yIrHE','../helpers/helper','krSuv','SzZFw','../../ats/src/index','--no-opts','VERSION','node','parserConfiguration','OUTqa','.local-not-set.json','format','setBrowserStackAutomationDisable','BROWSERSTACK_CONFIG_FILE_PATH','join','605552jgyFvR','ssuri','./cucumber-js/command','../helpers/test-observability/constants','--no-package','cPgNi','info','includes','help','SDK_CLEANUP','./v2/browserstackCLI','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','run','integrations','INFO','winstonLogger','boolean','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','AHrSa','1PBOzRM','VANILLA','acmej','describe','homedir','INTEGRATIONS','JJLtc','tzncA','--config','jPtwd','NbkZf','exitProcess','mocha/lib/cli/run.js','../helpers/BrowserStackSetup','cucumber-js','start','igXmg','push','path','showHelpOnFail','TmnBb','command','getConfigPath','Yutew','VChGa','find','yargs','DRnrM','2572809XHUjYG','../helpers/performance/constants','BAGgG','setTestObservabilityDisable','codeceptjs','child_process','HST','usage','existsSync','getInstance','version','mocha/lib/cli/commands.js','NIGHTWATCH','zytlo','./nightwatch/command','spawn','GQQek','util','end','ddrGp','sendLogs','demandCommand','jest','Runs\x20the\x20binary\x20with\x20load\x20command','neiLX','stack','PsdAy','findAndReplace','syObW','PLAYWRIGHT','Qluiu','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','mocha'];a48_0xa1c0=function(){return _0x3def5f;};return a48_0xa1c0();}const fs=require('fs'),path=require(a48_0x1c5961(0x1b8)),util=require(a48_0x1c5961(0x1d3)),spawn=require(a48_0x1c5961(0x1c7))[a48_0x1c5961(0x1d1)],{requireModule}=require(a48_0x1c5961(0x185)),PerformanceTester=require(a48_0x1c5961(0x1e9)),PerformanceEvents=require(a48_0x1c5961(0x1c3))[a48_0x1c5961(0x1ea)],helper=require(a48_0x1c5961(0x185)),utilities=require(a48_0x1c5961(0x206)),{default:BrowserStackSetup}=require(a48_0x1c5961(0x1b3)),{FRAMEWORKS}=require(a48_0x1c5961(0x196)),runIntegrations=require(a48_0x1c5961(0x17c)),yargs=require(a48_0x1c5961(0x1c0)),Constants=require('./utils/constants'),BrowserstackCLI=require(a48_0x1c5961(0x19d)),logger=require(a48_0x1c5961(0x200))[a48_0x1c5961(0x1a2)],origArgs=Object[a48_0x1c5961(0x203)]([],process[a48_0x1c5961(0x1ee)]),captureError=async(_0xb076ab,_0x216d01,_0xaa080,_0x4c00b1=null)=>{const _0x3589a9=a48_0x1c5961,_0x4cbffd={'pTgRj':function(_0x12857c,_0xc4e6a,_0x55c274,_0x14a54b){return _0x12857c(_0xc4e6a,_0x55c274,_0x14a54b);},'xWUlz':'SDKTestSuccessful'};try{logger[_0x3589a9(0x199)]('Running\x20SDK\x20with\x20args\x20'+origArgs[_0x3589a9(0x192)]('\x20')),await _0x4cbffd['pTgRj'](_0xb076ab,_0x216d01,_0x4c00b1,_0xaa080);}catch(_0x2a872f){process[_0x3589a9(0x1ed)]=0x1,logger['error'](util[_0x3589a9(0x18f)](_0x2a872f));const _0x4d7985={'globalException':util[_0x3589a9(0x18f)]('%j',_0x2a872f)};PerformanceTester[_0x3589a9(0x1d4)](PerformanceEvents[_0x3589a9(0x1fd)],![],util['format'](_0x2a872f));if(helper[_0x3589a9(0x1e4)](global['config'])&&helper[_0x3589a9(0x1e4)](global['framework']))return;try{utilities['fireFunnelTestEvent'](_0x4cbffd['xWUlz'],_0x4d7985,global[_0x3589a9(0x1f8)],global[_0x3589a9(0x1ef)]);}catch(_0x13a582){logger[_0x3589a9(0x1e6)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x13a582[_0x3589a9(0x1db)]);}try{await helper[_0x3589a9(0x1d6)](global[_0x3589a9(0x1f8)]);}catch(_0x1b878){logger[_0x3589a9(0x1e6)]('Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20'+_0x1b878[_0x3589a9(0x1db)]);}await BrowserstackCLI[_0x3589a9(0x1cb)]()[_0x3589a9(0x209)](),PerformanceTester[_0x3589a9(0x1d4)](PerformanceEvents[_0x3589a9(0x1fd)],![],util[_0x3589a9(0x18f)](_0x2a872f));}finally{PerformanceTester[_0x3589a9(0x1b5)](PerformanceEvents[_0x3589a9(0x19c)]);}};try{const browserstackFolderPath=path[a48_0x1c5961(0x192)](helper[a48_0x1c5961(0x1aa)](),a48_0x1c5961(0x1f2));if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a48_0x1c5961(0x192)](browserstackFolderPath,a48_0x1c5961(0x18e));fs[a48_0x1c5961(0x1ca)](filePath)&&fs['unlinkSync'](filePath);}}catch(a48_0x4e1fc4){logger[a48_0x1c5961(0x1e6)](a48_0x1c5961(0x1e1)+a48_0x4e1fc4['message']);}process['argv'][a48_0x1c5961(0x19a)](a48_0x1c5961(0x1e2))&&(!process['argv'][a48_0x1c5961(0x19a)]('--opts')&&process[a48_0x1c5961(0x1ee)]['push'](a48_0x1c5961(0x189)),!process['argv'][a48_0x1c5961(0x1bf)](_0x41b1df=>_0x41b1df[a48_0x1c5961(0x19a)](a48_0x1c5961(0x1ae)))&&process[a48_0x1c5961(0x1ee)][a48_0x1c5961(0x1b7)](a48_0x1c5961(0x1ff)),!process[a48_0x1c5961(0x1ee)][a48_0x1c5961(0x19a)](a48_0x1c5961(0x1f1))&&process[a48_0x1c5961(0x1ee)][a48_0x1c5961(0x1b7)](a48_0x1c5961(0x197)),helper[a48_0x1c5961(0x1dd)](process[a48_0x1c5961(0x1ee)],'--require','--mochaRequire'));PerformanceTester[a48_0x1c5961(0x1b5)](PerformanceEvents[a48_0x1c5961(0x1fd)]);function a48_0x2a6d(_0x1e914f,_0x103009){const _0xa1c013=a48_0xa1c0();return a48_0x2a6d=function(_0x2a6d5e,_0x4dab21){_0x2a6d5e=_0x2a6d5e-0x178;let _0x132ed6=_0xa1c013[_0x2a6d5e];return _0x132ed6;},a48_0x2a6d(_0x1e914f,_0x103009);}const a48_0xf942c0={};a48_0xf942c0[a48_0x1c5961(0x17f)]=![];const argv=yargs[a48_0x1c5961(0x18c)](a48_0xf942c0)[a48_0x1c5961(0x1c9)](a48_0x1c5961(0x1ec))['alias']('v',a48_0x1c5961(0x1cc))[a48_0x1c5961(0x1a9)]('v')['alias']('h',a48_0x1c5961(0x19b))[a48_0x1c5961(0x19b)](a48_0x1c5961(0x19b))[a48_0x1c5961(0x1b9)](!![],Constants[a48_0x1c5961(0x18a)][a48_0x1c5961(0x1f9)])[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x1d8),Constants['JEST'][a48_0x1c5961(0x1a1)],function(_0x6048da){const _0x115237=a48_0x1c5961,_0x4981b7={'twAzJ':_0x115237(0x1d8),'neiLX':function(_0x5eccf9,_0x493baf,_0x3f934c,_0x3b0b94,_0x424c01){return _0x5eccf9(_0x493baf,_0x3f934c,_0x3b0b94,_0x424c01);},'ddrGp':function(_0x512e12,_0x595bdc){return _0x512e12(_0x595bdc);},'ScqfC':_0x115237(0x17b)},_0xf29abe=process[_0x115237(0x1ee)][_0x115237(0x1f0)](0x2);helper[_0x115237(0x1c5)](),helper[_0x115237(0x190)](),_0x6048da[_0x115237(0x1f5)](![]);const _0x1ea379=new BrowserStackSetup(_0x6048da[_0x115237(0x1ee)],_0x4981b7[_0x115237(0x17a)]);return _0x4981b7[_0x115237(0x1da)](captureError,_0x4981b7[_0x115237(0x1d5)](require,_0x4981b7[_0x115237(0x1e7)]),_0x6048da[_0x115237(0x1ee)],_0x1ea379,_0xf29abe);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x1e2),Constants[a48_0x1c5961(0x202)][a48_0x1c5961(0x1a1)],_0x135c27=>{const _0x58a56f=a48_0x1c5961,_0x4fcfbf={'zZkwD':function(_0x3c7ca7,_0xd82989,_0x2a1659,_0x8477d2){return _0x3c7ca7(_0xd82989,_0x2a1659,_0x8477d2);},'cWJzj':function(_0x3b82c4,_0x253c7b){return _0x3b82c4(_0x253c7b);},'tzncA':'./mocha/command','igXmg':'mocha','NscgO':_0x58a56f(0x1fe),'OUTqa':function(_0x355011,_0x306909,_0x89676a){return _0x355011(_0x306909,_0x89676a);},'Jxddp':_0x58a56f(0x1b2),'WiHku':_0x58a56f(0x1cd),'Yutew':function(_0x49ba50,_0x132e45,_0x3ab7b1){return _0x49ba50(_0x132e45,_0x3ab7b1);},'DchDn':'mocha/lib/cli/cli.js','ssuri':function(_0x2e21d3){return _0x2e21d3();}};process[_0x58a56f(0x1ee)]=process[_0x58a56f(0x1ee)][_0x58a56f(0x1f0)](0x1),helper['setTestObservabilityDisable'](),helper['setBrowserStackAutomationDisable']();const _0x143bad=new BrowserStackSetup(_0x135c27[_0x58a56f(0x1ee)],_0x4fcfbf['igXmg']);logger[_0x58a56f(0x1e6)](_0x4fcfbf[_0x58a56f(0x182)]);const _0x5163d4=_0x4fcfbf[_0x58a56f(0x18d)](requireModule,_0x4fcfbf[_0x58a56f(0x17e)],_0x4fcfbf[_0x58a56f(0x1b6)]),_0x58b2de=_0x4fcfbf[_0x58a56f(0x18d)](requireModule,_0x4fcfbf[_0x58a56f(0x204)],_0x4fcfbf[_0x58a56f(0x1b6)]);delete _0x5163d4[_0x58a56f(0x183)],_0x5163d4[_0x58a56f(0x183)]=function(_0x56d4dd){const _0x3dcb91=_0x58a56f;return _0x4fcfbf[_0x3dcb91(0x181)](captureError,_0x4fcfbf['cWJzj'](require,_0x4fcfbf[_0x3dcb91(0x1ad)]),_0x56d4dd,_0x143bad);},_0x58b2de[_0x58a56f(0x19f)]=_0x5163d4;const {main:_0xcc8325}=_0x4fcfbf[_0x58a56f(0x1bd)](requireModule,_0x4fcfbf[_0x58a56f(0x20a)],_0x4fcfbf['igXmg']);_0x4fcfbf[_0x58a56f(0x194)](_0xcc8325);})['command']('cucumber-js',Constants['CUCUMBER'][a48_0x1c5961(0x1a1)],function(_0x119e3c){const _0x1870a7=a48_0x1c5961,_0x324c7b={'vxJPe':_0x1870a7(0x1b4),'TmnBb':function(_0x21bd5f,_0x4120ab,_0x582a9d,_0x361e0d,_0x234e63){return _0x21bd5f(_0x4120ab,_0x582a9d,_0x361e0d,_0x234e63);},'VChGa':function(_0x1d9a70,_0x189f72){return _0x1d9a70(_0x189f72);},'yIrHE':_0x1870a7(0x195)},_0x3afa0d=process[_0x1870a7(0x1ee)][_0x1870a7(0x1f0)](0x2),_0x1c8f4c=new BrowserStackSetup(_0x119e3c['argv'],_0x324c7b['vxJPe']);return _0x324c7b[_0x1870a7(0x1ba)](captureError,_0x324c7b[_0x1870a7(0x1be)](require,_0x324c7b[_0x1870a7(0x184)]),_0x119e3c[_0x1870a7(0x1ee)],_0x1c8f4c,_0x3afa0d);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x18b),Constants[a48_0x1c5961(0x1a7)][a48_0x1c5961(0x1a1)],function(_0x4c1123){const _0x516308=a48_0x1c5961,_0x3a0d11={'BAGgG':'vanilla','PsdAy':function(_0x5572da,_0x5d217b,_0x2cddb4,_0x54e4b1,_0x328a75){return _0x5572da(_0x5d217b,_0x2cddb4,_0x54e4b1,_0x328a75);},'hymtU':function(_0x3e871d,_0x4ef02c){return _0x3e871d(_0x4ef02c);},'AHrSa':_0x516308(0x1fc)},_0x3ab4af=process[_0x516308(0x1ee)][_0x516308(0x1f0)](0x2),_0x2910e5=new BrowserStackSetup(_0x4c1123[_0x516308(0x1ee)],_0x3a0d11[_0x516308(0x1c4)]);return _0x3a0d11[_0x516308(0x1dc)](captureError,_0x3a0d11['hymtU'](require,_0x3a0d11[_0x516308(0x1a5)]),_0x4c1123[_0x516308(0x1ee)],_0x2910e5,_0x3ab4af);})[a48_0x1c5961(0x1bb)]('nightwatch',Constants[a48_0x1c5961(0x1ce)][a48_0x1c5961(0x1a1)],function(_0x39b3bd){const _0x49fabb=a48_0x1c5961,_0x42bbf8={'acmej':function(_0xca7944,_0x326b55,_0x31f708,_0x51c1c3,_0x1f3918){return _0xca7944(_0x326b55,_0x31f708,_0x51c1c3,_0x1f3918);},'krSuv':function(_0x19c7ea,_0x382f26){return _0x19c7ea(_0x382f26);},'jPtwd':_0x49fabb(0x1d0)},_0x148080=process[_0x49fabb(0x1ee)][_0x49fabb(0x1f0)](0x2),_0x43ee82=new BrowserStackSetup(_0x39b3bd[_0x49fabb(0x1ee)]);return _0x42bbf8[_0x49fabb(0x1a8)](captureError,_0x42bbf8[_0x49fabb(0x186)](require,_0x42bbf8[_0x49fabb(0x1af)]),_0x39b3bd[_0x49fabb(0x1ee)],_0x43ee82,_0x148080);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x1c6),Constants['CODECEPTJS']['INFO'],function(_0x2845a1){const _0x1e9e1e=a48_0x1c5961,_0x302f69={'zytlo':_0x1e9e1e(0x1c6),'cPgNi':function(_0x48bb9d,_0x330cc2,_0x3ee7e3,_0x3e8a6f,_0x196fac){return _0x48bb9d(_0x330cc2,_0x3ee7e3,_0x3e8a6f,_0x196fac);},'BJMKo':function(_0xc75ba4,_0x4d5b85){return _0xc75ba4(_0x4d5b85);},'syObW':_0x1e9e1e(0x1f4)},_0x5c6b63=process['argv'][_0x1e9e1e(0x1f0)](0x2),_0x626712=new BrowserStackSetup(_0x2845a1[_0x1e9e1e(0x1ee)],_0x302f69[_0x1e9e1e(0x1cf)]);return _0x302f69[_0x1e9e1e(0x198)](captureError,_0x302f69[_0x1e9e1e(0x1f3)](require,_0x302f69[_0x1e9e1e(0x1de)]),_0x2845a1[_0x1e9e1e(0x1ee)],_0x626712,_0x5c6b63);})[a48_0x1c5961(0x1bb)]('ats',Constants[a48_0x1c5961(0x1c8)][a48_0x1c5961(0x1a1)],function(_0x887583){const _0x1b084d=a48_0x1c5961,_0x551318={'SzZFw':function(_0x58c5ff,_0x5f5249,_0x2d64d8){return _0x58c5ff(_0x5f5249,_0x2d64d8);},'JJLtc':function(_0x23d6ca,_0xd9bb2){return _0x23d6ca(_0xd9bb2);},'DRnrM':_0x1b084d(0x188)},_0x1eac00=process[_0x1b084d(0x1ee)][_0x1b084d(0x1f0)](0x2);return _0x551318[_0x1b084d(0x187)](captureError,_0x551318[_0x1b084d(0x1ac)](require,_0x551318[_0x1b084d(0x1c1)]),_0x887583);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x1a0),Constants[a48_0x1c5961(0x1ab)][a48_0x1c5961(0x1a1)],function(_0x115b98){const _0x29350f=a48_0x1c5961,_0x4666f4={'SmpPa':function(_0x18272c,_0x5469ea){return _0x18272c(_0x5469ea);}};return _0x4666f4[_0x29350f(0x201)](runIntegrations,_0x115b98);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x178),Constants['PLAYWRIGHT'][a48_0x1c5961(0x1a1)],function(_0x93f3c1){const _0x1fd61d=a48_0x1c5961,_0xb73e34={'GQQek':function(_0x5d38e0,_0x4e0c25,_0x12c63d,_0x48858a,_0x5a7c62){return _0x5d38e0(_0x4e0c25,_0x12c63d,_0x48858a,_0x5a7c62);},'UrSkE':function(_0x21a1d0,_0x8edc66){return _0x21a1d0(_0x8edc66);},'ioKEG':'./playwright/command'},_0x2a6878=process['argv']['slice'](0x2);helper['getConfigPath'](process[_0x1fd61d(0x1ee)])&&(process['env'][_0x1fd61d(0x191)]=helper[_0x1fd61d(0x1bc)](process[_0x1fd61d(0x1ee)]));helper[_0x1fd61d(0x1c5)](),helper['setBrowserStackAutomationDisable']();const _0x1ec394=new BrowserStackSetup(_0x93f3c1[_0x1fd61d(0x1ee)],FRAMEWORKS[_0x1fd61d(0x1df)]);return _0xb73e34[_0x1fd61d(0x1d2)](captureError,_0xb73e34['UrSkE'](require,_0xb73e34[_0x1fd61d(0x1e8)]),_0x93f3c1['argv'],_0x1ec394,_0x2a6878);})[a48_0x1c5961(0x1bb)](a48_0x1c5961(0x1f7),a48_0x1c5961(0x1d9),function(_0x4bfa7b){const _0x3b8c94=a48_0x1c5961,_0x358cc0={};_0x358cc0[_0x3b8c94(0x1b0)]=_0x3b8c94(0x19b),_0x358cc0[_0x3b8c94(0x208)]=_0x3b8c94(0x1a3),_0x358cc0[_0x3b8c94(0x1f6)]='Show\x20help';const _0xa7104=_0x358cc0;return _0x4bfa7b['help'](![])['option'](_0xa7104[_0x3b8c94(0x1b0)],{'alias':'h','type':_0xa7104['duEFd'],'describe':_0xa7104['OlqDn']})[_0x3b8c94(0x1f5)](![])[_0x3b8c94(0x1b1)](![]);},function(_0x1fca1d){const _0x257a06=a48_0x1c5961,_0x412cb7={'Qluiu':function(_0x4ae633,_0x143112,_0x10fc45){return _0x4ae633(_0x143112,_0x10fc45);},'YxEyf':function(_0x2203cb,_0x5e37c0){return _0x2203cb(_0x5e37c0);},'WjUgi':_0x257a06(0x207)},_0x9a0c8d={};return _0x9a0c8d['argv']=_0x1fca1d,_0x412cb7[_0x257a06(0x1e0)](captureError,_0x412cb7['YxEyf'](require,_0x412cb7['WjUgi']),_0x9a0c8d);})[a48_0x1c5961(0x1d7)](0x1,a48_0x1c5961(0x1a4))[a48_0x1c5961(0x180)](null)[a48_0x1c5961(0x1ee)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console[a48_0x1c5961(0x1fa)](a48_0x1c5961(0x19e));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x599437=a49_0x47a9;(function(_0x586dd8,_0x18782b){const _0x3309dd=a49_0x47a9,_0x5bb879=_0x586dd8();while(!![]){try{const _0x3c82c4=-parseInt(_0x3309dd(0xaa))/0x1*(parseInt(_0x3309dd(0xeb))/0x2)+parseInt(_0x3309dd(0xde))/0x3+-parseInt(_0x3309dd(0xc0))/0x4*(-parseInt(_0x3309dd(0xca))/0x5)+parseInt(_0x3309dd(0xd6))/0x6+parseInt(_0x3309dd(0xcb))/0x7+-parseInt(_0x3309dd(0xdc))/0x8+parseInt(_0x3309dd(0xbe))/0x9*(-parseInt(_0x3309dd(0xbc))/0xa);if(_0x3c82c4===_0x18782b)break;else _0x5bb879['push'](_0x5bb879['shift']());}catch(_0xadba3c){_0x5bb879['push'](_0x5bb879['shift']());}}}(a49_0x15cc,0xc044f));const fs=require('fs'),helper=require(a49_0x599437(0xe4)),utilities=require(a49_0x599437(0xc2)),yaml=require(a49_0x599437(0xa1)),yargs=require('yargs'),logger=require(a49_0x599437(0xba))[a49_0x599437(0xb2)],configFileTemplate=__dirname+a49_0x599437(0xea),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a49_0x599437(0xc6)]()+a49_0x599437(0xb7),packageFile=process[a49_0x599437(0xc6)]()+a49_0x599437(0xb5),frameworks=['mocha','jest',a49_0x599437(0xdf),a49_0x599437(0xef),a49_0x599437(0xc1),a49_0x599437(0xd4),a49_0x599437(0xb6)];let config;logger[a49_0x599437(0xaf)](a49_0x599437(0xe0)),createConfigurationFile(yargs[a49_0x599437(0xa0)][a49_0x599437(0xbb)],yargs['argv'][a49_0x599437(0xed)],yargs[a49_0x599437(0xa0)][a49_0x599437(0xb6)]);try{sdkSetup();}catch(a49_0x1f3936){logger[a49_0x599437(0xc7)](a49_0x599437(0xe7)+a49_0x1f3936);}addScriptInPackageJson();function createConfigurationFile(_0xddd146,_0x576a82,_0x3e2612=![]){const _0x22e141=a49_0x599437,_0x11e4d1={};_0x11e4d1[_0x22e141(0xbf)]=_0x22e141(0xdb),_0x11e4d1[_0x22e141(0xd5)]=_0x22e141(0xc5),_0x11e4d1[_0x22e141(0xbd)]=_0x22e141(0xd7);const _0x435914=_0x11e4d1;try{let _0x59db94=fs[_0x22e141(0xa6)](_0x3e2612?configFileTemplatePW:configFileTemplate,_0x435914['GBJxJ']);_0xddd146&&(_0x59db94=_0x59db94[_0x22e141(0xa9)](_0x435914[_0x22e141(0xd5)],_0xddd146)),_0x576a82&&(_0x59db94=_0x59db94[_0x22e141(0xa9)](_0x435914[_0x22e141(0xbd)],_0x576a82)),config=yaml[_0x22e141(0xae)](_0x59db94),fs[_0x22e141(0xb0)](configFile,_0x59db94,_0x4c2c6e=>{const _0x19c61b=_0x22e141;_0x4c2c6e&&logger[_0x19c61b(0xee)](_0x4c2c6e);});}catch(_0xd54834){logger['error'](_0xd54834);}}function addPostInstallScript(_0x1d6559,_0x1af7c9){const _0x1b6fb6=a49_0x599437,_0x53f92e={};_0x53f92e['aAdUo']=_0x1b6fb6(0xe5),_0x53f92e['TfiBz']=_0x1b6fb6(0xa2),_0x53f92e[_0x1b6fb6(0xd9)]=_0x1b6fb6(0xad);const _0x34b161=_0x53f92e;let _0x4a26d2=_0x1d6559[_0x34b161[_0x1b6fb6(0xe6)]];if(_0x4a26d2&&_0x4a26d2[_0x1b6fb6(0xb3)](_0x34b161['TfiBz']))return;!_0x4a26d2?_0x4a26d2=_0x34b161[_0x1b6fb6(0xce)]:_0x4a26d2+=_0x34b161[_0x1b6fb6(0xd9)],_0x1af7c9[_0x1b6fb6(0xc3)]([_0x34b161['aAdUo'],_0x4a26d2]);}function addScriptInPackageJson(){const _0x46522e=a49_0x599437,_0x180c5e={'HhVNk':_0x46522e(0xdb),'UrmOJ':function(_0x250c78,_0x341aee){return _0x250c78<_0x341aee;},'mhKEz':function(_0x5404b1,_0x206de5,_0x10967f){return _0x5404b1(_0x206de5,_0x10967f);},'IihMb':function(_0x15419e,_0x41fed7,_0x23936c){return _0x15419e(_0x41fed7,_0x23936c);},'RBACa':function(_0x405a97,_0x5bf028){return _0x405a97<_0x5bf028;},'VlDOQ':function(_0x5468c7,_0x5e560b){return _0x5468c7!==_0x5e560b;},'IDdTu':_0x46522e(0xac)},_0x423157=JSON[_0x46522e(0xe1)](fs[_0x46522e(0xa6)](packageFile,_0x180c5e[_0x46522e(0xd1)])),_0x4418d2=[];for(let _0x1a4959=0x0;_0x180c5e[_0x46522e(0xcd)](_0x1a4959,frameworks['length']);_0x1a4959+=0x1){const _0x3391a7=_0x180c5e[_0x46522e(0xcf)](findScriptsWithFramework,_0x423157['scripts'],frameworks[_0x1a4959]);for(let _0x537b01=0x0;_0x180c5e['UrmOJ'](_0x537b01,_0x3391a7[_0x46522e(0xcc)]);_0x537b01+=0x1){_0x4418d2[_0x46522e(0xc3)](_0x180c5e[_0x46522e(0xd3)](getUpdatedCommand,_0x423157['scripts'],_0x3391a7[_0x537b01]));}_0x180c5e[_0x46522e(0xd3)](addPostInstallScript,_0x423157[_0x46522e(0xa8)],_0x4418d2);}const _0x42471f={..._0x423157['scripts']},_0x12aa94=_0x42471f;for(let _0x543aab=0x0;_0x180c5e[_0x46522e(0xb1)](_0x543aab,_0x4418d2[_0x46522e(0xcc)]);_0x543aab+=0x1){_0x12aa94[_0x4418d2[_0x543aab][0x0]]=_0x4418d2[_0x543aab][0x1];}_0x180c5e[_0x46522e(0xab)](JSON[_0x46522e(0xb9)](_0x423157[_0x46522e(0xa8)]),JSON[_0x46522e(0xb9)](_0x12aa94))&&(logger['info'](_0x180c5e['IDdTu']),_0x423157[_0x46522e(0xa8)]=_0x12aa94,fs['writeFileSync'](packageFile,JSON[_0x46522e(0xb9)](_0x423157,null,0x2),_0x4ea85d=>{const _0x591728=_0x46522e;_0x4ea85d&&logger[_0x591728(0xee)](_0x4ea85d);}));};function findScriptsWithFramework(_0x16bf4f,_0x2ceee4){const _0x34ee74=a49_0x599437,_0x39dfe4={};_0x39dfe4[_0x34ee74(0xc8)]=function(_0x2bb143,_0x70a730){return _0x2bb143<_0x70a730;},_0x39dfe4[_0x34ee74(0xda)]=_0x34ee74(0xe8);const _0x34ba97=_0x39dfe4,_0x1ba513=[],_0x2b39a5=Object[_0x34ee74(0xdd)](_0x16bf4f);for(let _0x24adc5=0x0;_0x34ba97['aQBni'](_0x24adc5,_0x2b39a5[_0x34ee74(0xcc)]);_0x24adc5+=0x1){_0x2b39a5[_0x24adc5][0x1]['includes'](_0x2ceee4)&&!_0x2b39a5[_0x24adc5][0x1]['includes'](_0x34ba97[_0x34ee74(0xda)])&&_0x1ba513[_0x34ee74(0xc3)](_0x2b39a5[_0x24adc5][0x0]);}return _0x1ba513;}function getUpdatedCommand(_0x37a4c7,_0x4583a8){const _0x5538d1=a49_0x599437,_0x51f891={};_0x51f891[_0x5538d1(0xa4)]=function(_0xef97f8,_0x1c9e34){return _0xef97f8!==_0x1c9e34;},_0x51f891['mvrCm']=_0x5538d1(0xe8),_0x51f891[_0x5538d1(0xd8)]=function(_0x1c85fa,_0x482b7d){return _0x1c85fa===_0x482b7d;};const _0x280d57=_0x51f891,_0x1b39c6=_0x4583a8+_0x5538d1(0xa5),_0x578808=_0x37a4c7[_0x4583a8],_0x49b1a9=_0x578808[_0x5538d1(0xa3)]('\x20');for(const _0x258d31 of frameworks){if(_0x280d57[_0x5538d1(0xa4)](_0x49b1a9['indexOf'](_0x258d31),-0x1)){_0x49b1a9[_0x5538d1(0xd0)](_0x49b1a9[_0x5538d1(0xb4)](_0x258d31),0x0,_0x280d57[_0x5538d1(0xec)]);break;}}let _0x370f54=_0x49b1a9[_0x5538d1(0xd2)]('\x20');return _0x280d57['LlCJI'](_0x370f54,_0x578808)&&(_0x370f54=_0x5538d1(0xc9)+_0x578808),[_0x1b39c6,_0x370f54];}function a49_0x47a9(_0x4be625,_0x342a75){const _0x15cc01=a49_0x15cc();return a49_0x47a9=function(_0x47a997,_0x134fd5){_0x47a997=_0x47a997-0xa0;let _0x542c46=_0x15cc01[_0x47a997];return _0x542c46;},a49_0x47a9(_0x4be625,_0x342a75);}function sdkSetup(){const _0x34cf70=a49_0x599437,_0x4d8794={};_0x4d8794[_0x34cf70(0xe2)]=_0x34cf70(0xe3),_0x4d8794['xXRBj']='SDKSetup';const _0x592a3b=_0x4d8794;if(helper[_0x34cf70(0xe9)](config))return;config[_0x34cf70(0xc4)]=_0x592a3b[_0x34cf70(0xe2)];try{utilities[_0x34cf70(0xa7)](_0x592a3b[_0x34cf70(0xb8)],{},config,'');}catch(_0x49fac4){logger[_0x34cf70(0xc7)](_0x34cf70(0xe7)+_0x49fac4);}}function a49_0x15cc(){const _0x433a99=['4976080Jirnzh','entries','3446034KyiyCe','cucumber-js','Creating\x20configuration\x20file...','parse','YZeFO','node-setup','../helpers/helper','postinstall','aAdUo','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','browserstack-node-sdk','isUndefined','/../../browserstack.yml.sample','77412soFmlU','mvrCm','key','error','node','argv','js-yaml','npm\x20update\x20browserstack-node-sdk','split','JfSXF','-browserstack','readFileSync','fireFunnelTestEvent','scripts','replace','15ZkbHxs','VlDOQ','Adding\x20new\x20script(s)\x20in\x20package.json...','\x20&&\x20npm\x20update\x20browserstack-node-sdk','load','info','writeFileSync','RBACa','winstonLogger','includes','indexOf','/package.json','playwright','/browserstack.yml','xXRBj','stringify','../helpers/logger','username','10bhCTJU','MLsCX','16407423VeIjtN','GBJxJ','5096188QxDekb','nightwatch','../helpers/utilities','push','source','YOUR_USERNAME','cwd','debug','aQBni','browserstack-node-sdk\x20','5CtJsgt','5996641KKlpFY','length','UrmOJ','TfiBz','mhKEz','splice','HhVNk','join','IihMb','codeceptjs','lpbfX','3202764mpWlRL','YOUR_ACCESS_KEY','LlCJI','vbrhv','JQDlL','utf8'];a49_0x15cc=function(){return _0x433a99;};return a49_0x15cc();}logger[a49_0x599437(0xaf)]('Setup\x20completed');
3
+ function a49_0x5b6a(){const _0x95717c=['116VDshwE','rOIrY','indexOf','NuZCl','1304991IvtHos','isUndefined','cwd','wLxUJ','oZCKN','stringify','15305WNMjsD','579530ulFCLL','entries','OHaoh','info','includes','node','mocha','88pZzmYO','TrPtw','nightwatch','Adding\x20new\x20script(s)\x20in\x20package.json...','TEQCc','318447gjtwSb','YOUR_USERNAME','Ujtac','join','winstonLogger','splice','142qCommc','CjWCk','-browserstack','js-yaml','writeFileSync','readFileSync','key','postinstall','299886tuqlEf','utf8','10459vBySAD','push','error','source','FhvmM','/package.json','cfnfB','browserstack-node-sdk\x20','/../../browserstack.yml.sample','4103xEvpov','Creating\x20configuration\x20file...','/../../browserstack.pw.yml.sample','pITmE','10610ermqBq','Setup\x20completed','browserstack-node-sdk','length','JTXPU','jest','yargs','xssVd','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','IGisL','/browserstack.yml','debug','argv','QYYAV','scripts','fireFunnelTestEvent','replace','../helpers/utilities'];a49_0x5b6a=function(){return _0x95717c;};return a49_0x5b6a();}const a49_0x5960af=a49_0x1a88;(function(_0x392aad,_0xfa3aa9){const _0x233464=a49_0x1a88,_0x55a41b=_0x392aad();while(!![]){try{const _0x5d1a41=-parseInt(_0x233464(0xd1))/0x1*(parseInt(_0x233464(0xc7))/0x2)+parseInt(_0x233464(0xae))/0x3+parseInt(_0x233464(0xaa))/0x4*(-parseInt(_0x233464(0xb4))/0x5)+-parseInt(_0x233464(0xcf))/0x6+parseInt(_0x233464(0xb5))/0x7+-parseInt(_0x233464(0xbc))/0x8*(-parseInt(_0x233464(0xc1))/0x9)+parseInt(_0x233464(0xde))/0xa*(parseInt(_0x233464(0xda))/0xb);if(_0x5d1a41===_0xfa3aa9)break;else _0x55a41b['push'](_0x55a41b['shift']());}catch(_0x1f8b5d){_0x55a41b['push'](_0x55a41b['shift']());}}}(a49_0x5b6a,0x66e26));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a49_0x5960af(0xef)),yaml=require(a49_0x5960af(0xca)),yargs=require(a49_0x5960af(0xe4)),logger=require('../helpers/logger')[a49_0x5960af(0xc5)],configFileTemplate=__dirname+a49_0x5960af(0xd9),configFileTemplatePW=__dirname+a49_0x5960af(0xdc),configFile=process[a49_0x5960af(0xb0)]()+a49_0x5960af(0xe8),packageFile=process['cwd']()+a49_0x5960af(0xd6),frameworks=[a49_0x5960af(0xbb),a49_0x5960af(0xe3),'cucumber-js',a49_0x5960af(0xba),a49_0x5960af(0xbe),'codeceptjs','playwright'];let config;logger['info'](a49_0x5960af(0xdb)),createConfigurationFile(yargs['argv']['username'],yargs[a49_0x5960af(0xea)][a49_0x5960af(0xcd)],yargs['argv']['playwright']);try{sdkSetup();}catch(a49_0x4ffd7b){logger[a49_0x5960af(0xe9)](a49_0x5960af(0xe6)+a49_0x4ffd7b);}addScriptInPackageJson();function createConfigurationFile(_0x105a07,_0x13772d,_0x3313b2=![]){const _0x38f765=a49_0x5960af,_0x114fe9={};_0x114fe9['QYYAV']='utf8',_0x114fe9['CjWCk']=_0x38f765(0xc2),_0x114fe9['rOIrY']='YOUR_ACCESS_KEY';const _0x451933=_0x114fe9;try{let _0x52c320=fs[_0x38f765(0xcc)](_0x3313b2?configFileTemplatePW:configFileTemplate,_0x451933[_0x38f765(0xeb)]);_0x105a07&&(_0x52c320=_0x52c320[_0x38f765(0xee)](_0x451933[_0x38f765(0xc8)],_0x105a07)),_0x13772d&&(_0x52c320=_0x52c320[_0x38f765(0xee)](_0x451933[_0x38f765(0xab)],_0x13772d)),config=yaml['load'](_0x52c320),fs[_0x38f765(0xcb)](configFile,_0x52c320,_0x5d1b6b=>{const _0x2b648c=_0x38f765;_0x5d1b6b&&logger[_0x2b648c(0xd3)](_0x5d1b6b);});}catch(_0x2a0d07){logger[_0x38f765(0xd3)](_0x2a0d07);}}function addPostInstallScript(_0xa136d5,_0x3375b2){const _0x5df9fd=a49_0x5960af,_0x58b133={};_0x58b133[_0x5df9fd(0xe2)]=_0x5df9fd(0xce),_0x58b133['Ujtac']='npm\x20update\x20browserstack-node-sdk',_0x58b133[_0x5df9fd(0xb7)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x8b8221=_0x58b133;let _0x11e93b=_0xa136d5[_0x8b8221[_0x5df9fd(0xe2)]];if(_0x11e93b&&_0x11e93b[_0x5df9fd(0xb9)](_0x8b8221['Ujtac']))return;!_0x11e93b?_0x11e93b=_0x8b8221[_0x5df9fd(0xc3)]:_0x11e93b+=_0x8b8221[_0x5df9fd(0xb7)],_0x3375b2['push']([_0x8b8221[_0x5df9fd(0xe2)],_0x11e93b]);}function addScriptInPackageJson(){const _0x1c6e49=a49_0x5960af,_0x1a9a96={'NuZCl':_0x1c6e49(0xd0),'pITmE':function(_0x4965a9,_0x58c230){return _0x4965a9<_0x58c230;},'OiuJT':function(_0xd38f02,_0x5b9062,_0x42f0bc){return _0xd38f02(_0x5b9062,_0x42f0bc);},'TEQCc':function(_0x3b5bda,_0x56fc45,_0x26c5a){return _0x3b5bda(_0x56fc45,_0x26c5a);},'NGdtN':function(_0x285cf5,_0x2a8fe0){return _0x285cf5<_0x2a8fe0;},'clgTc':function(_0x5979c1,_0x2ab9ee){return _0x5979c1!==_0x2ab9ee;},'ymwxv':_0x1c6e49(0xbf)},_0x2dfea7=JSON['parse'](fs[_0x1c6e49(0xcc)](packageFile,_0x1a9a96[_0x1c6e49(0xad)])),_0x203483=[];for(let _0x57334d=0x0;_0x1a9a96[_0x1c6e49(0xdd)](_0x57334d,frameworks[_0x1c6e49(0xe1)]);_0x57334d+=0x1){const _0xa58190=_0x1a9a96['OiuJT'](findScriptsWithFramework,_0x2dfea7['scripts'],frameworks[_0x57334d]);for(let _0x264540=0x0;_0x1a9a96[_0x1c6e49(0xdd)](_0x264540,_0xa58190[_0x1c6e49(0xe1)]);_0x264540+=0x1){_0x203483[_0x1c6e49(0xd2)](_0x1a9a96['TEQCc'](getUpdatedCommand,_0x2dfea7[_0x1c6e49(0xec)],_0xa58190[_0x264540]));}_0x1a9a96[_0x1c6e49(0xc0)](addPostInstallScript,_0x2dfea7['scripts'],_0x203483);}const _0xf06eb6={..._0x2dfea7[_0x1c6e49(0xec)]},_0x1cceb9=_0xf06eb6;for(let _0x141a0c=0x0;_0x1a9a96['NGdtN'](_0x141a0c,_0x203483['length']);_0x141a0c+=0x1){_0x1cceb9[_0x203483[_0x141a0c][0x0]]=_0x203483[_0x141a0c][0x1];}_0x1a9a96['clgTc'](JSON[_0x1c6e49(0xb3)](_0x2dfea7[_0x1c6e49(0xec)]),JSON[_0x1c6e49(0xb3)](_0x1cceb9))&&(logger[_0x1c6e49(0xb8)](_0x1a9a96['ymwxv']),_0x2dfea7[_0x1c6e49(0xec)]=_0x1cceb9,fs[_0x1c6e49(0xcb)](packageFile,JSON[_0x1c6e49(0xb3)](_0x2dfea7,null,0x2),_0x2bf58f=>{const _0xf9ed7e=_0x1c6e49;_0x2bf58f&&logger[_0xf9ed7e(0xd3)](_0x2bf58f);}));};function findScriptsWithFramework(_0x513cc0,_0x26c5e2){const _0x2d0e71=a49_0x5960af,_0x17fd16={};_0x17fd16[_0x2d0e71(0xd7)]=function(_0x559939,_0x320edf){return _0x559939<_0x320edf;},_0x17fd16[_0x2d0e71(0xbd)]=_0x2d0e71(0xe0);const _0x1b2b93=_0x17fd16,_0x34e669=[],_0x133be8=Object[_0x2d0e71(0xb6)](_0x513cc0);for(let _0x3f84b9=0x0;_0x1b2b93['cfnfB'](_0x3f84b9,_0x133be8[_0x2d0e71(0xe1)]);_0x3f84b9+=0x1){_0x133be8[_0x3f84b9][0x1]['includes'](_0x26c5e2)&&!_0x133be8[_0x3f84b9][0x1][_0x2d0e71(0xb9)](_0x1b2b93[_0x2d0e71(0xbd)])&&_0x34e669[_0x2d0e71(0xd2)](_0x133be8[_0x3f84b9][0x0]);}return _0x34e669;}function getUpdatedCommand(_0x335c7a,_0x20d39a){const _0x3d3ae9=a49_0x5960af,_0x2e2b97={};_0x2e2b97['wLxUJ']=function(_0x5bbdb7,_0x5b0b84){return _0x5bbdb7!==_0x5b0b84;},_0x2e2b97[_0x3d3ae9(0xe7)]=_0x3d3ae9(0xe0),_0x2e2b97[_0x3d3ae9(0xd5)]=function(_0x1ad3f1,_0x2195ee){return _0x1ad3f1===_0x2195ee;};const _0x558602=_0x2e2b97,_0xb33fda=_0x20d39a+_0x3d3ae9(0xc9),_0x213acf=_0x335c7a[_0x20d39a],_0x31311e=_0x213acf['split']('\x20');for(const _0x29f6f6 of frameworks){if(_0x558602[_0x3d3ae9(0xb1)](_0x31311e['indexOf'](_0x29f6f6),-0x1)){_0x31311e[_0x3d3ae9(0xc6)](_0x31311e[_0x3d3ae9(0xac)](_0x29f6f6),0x0,_0x558602[_0x3d3ae9(0xe7)]);break;}}let _0x14216c=_0x31311e[_0x3d3ae9(0xc4)]('\x20');return _0x558602[_0x3d3ae9(0xd5)](_0x14216c,_0x213acf)&&(_0x14216c=_0x3d3ae9(0xd8)+_0x213acf),[_0xb33fda,_0x14216c];}function sdkSetup(){const _0x1cbdc9=a49_0x5960af,_0x32a925={};_0x32a925[_0x1cbdc9(0xb2)]='node-setup',_0x32a925['xssVd']='SDKSetup';const _0x23ec42=_0x32a925;if(helper[_0x1cbdc9(0xaf)](config))return;config[_0x1cbdc9(0xd4)]=_0x23ec42[_0x1cbdc9(0xb2)];try{utilities[_0x1cbdc9(0xed)](_0x23ec42[_0x1cbdc9(0xe5)],{},config,'');}catch(_0x2537e6){logger[_0x1cbdc9(0xe9)](_0x1cbdc9(0xe6)+_0x2537e6);}}function a49_0x1a88(_0x40b51f,_0x3f3d1c){const _0x5b6a6d=a49_0x5b6a();return a49_0x1a88=function(_0x1a88ba,_0x335c16){_0x1a88ba=_0x1a88ba-0xaa;let _0x5e9b85=_0x5b6a6d[_0x1a88ba];return _0x5e9b85;},a49_0x1a88(_0x40b51f,_0x3f3d1c);}logger[a49_0x5960af(0xb8)](a49_0x5960af(0xdf));
@@ -1 +1 @@
1
- const a50_0x2824a8=a50_0x13a9;(function(_0xcbeed6,_0x240e76){const _0x172e37=a50_0x13a9,_0x1181b5=_0xcbeed6();while(!![]){try{const _0x25cf92=parseInt(_0x172e37(0x6a))/0x1+-parseInt(_0x172e37(0x7a))/0x2*(parseInt(_0x172e37(0xcd))/0x3)+parseInt(_0x172e37(0x7c))/0x4*(-parseInt(_0x172e37(0xa2))/0x5)+parseInt(_0x172e37(0xbd))/0x6*(-parseInt(_0x172e37(0x81))/0x7)+parseInt(_0x172e37(0x89))/0x8*(parseInt(_0x172e37(0xc8))/0x9)+-parseInt(_0x172e37(0xac))/0xa*(parseInt(_0x172e37(0x70))/0xb)+parseInt(_0x172e37(0x76))/0xc;if(_0x25cf92===_0x240e76)break;else _0x1181b5['push'](_0x1181b5['shift']());}catch(_0x18ad04){_0x1181b5['push'](_0x1181b5['shift']());}}}(a50_0x3487,0x7425f));function a50_0x13a9(_0x2d8fec,_0x320e7a){const _0x348775=a50_0x3487();return a50_0x13a9=function(_0x13a921,_0x18a185){_0x13a921=_0x13a921-0x65;let _0x1672f9=_0x348775[_0x13a921];return _0x1672f9;},a50_0x13a9(_0x2d8fec,_0x320e7a);}function a50_0x3487(){const _0x32123d=['mAEuS','lFQfm','./testWorker.js','Exception\x20in\x20sending\x20worker\x20message\x20','FXbLU','51750HuLcZA','platform-run-success','file','getStderr','rJwpR','_child','5951PQayAn','then','DTwAk','DevoY','results','debug','18971556USdqmc','_workerPool','Worker','UNSTABLE_onCustomMessage','20amGrSi','TlHvl','36lDQjVm','test-file-success','../../helpers/performance/constants','platformCaps','error','14kCTKaY','OnTiT','vanillaWorker','mTvFr','../../helpers/logger','exitCode','push','parallelVanillaRun','240wXoRuJ','mLdOi','RfbCN','uzVly','failureCount','Workers\x20failed\x20to\x20exit\x20gracefully','util','PCzTC','stderr','fWwvs','configuration','oQYGg','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','all','OGVQC','info','exit','rceNf','emit','AAbDI','send','cucumberWorker','format','hJIfq','stop','369405rYoFoZ','\x20for','EVENTS','stdout','platforms','yLvJd','end','postMessage','hwWqw','OYqiI','15490KNYdWJ','json','QhWbB','OMZYD','lpEVi','test-file-failure','flmlE','resolve','yDLLJ','rtPlC','platform','../../helpers/test-observability/utils','waitForExit','test-file-start','platform-run-start','hHSOZ','qGseK','537786tILsMF','taZGT','njiUW','parallelCucumberRun','worker','LjWGt','map','getStdout','../../helpers/performance/performance-tester','HKDnW','length','200223bzQNYJ','hebzF','pipe','jest-worker','../../helpers/testhub/testhubHandler','42654IdcMXP','log'];a50_0x3487=function(){return _0x32123d;};return a50_0x3487();}const Worker=require(a50_0x2824a8(0xcb))[a50_0x2824a8(0x78)],Emittery=require('emittery'),pLimit=require('p-limit'),{parentPort}=require('worker_threads'),util=require(a50_0x2824a8(0x8f)),logger=require(a50_0x2824a8(0x85))['winstonLogger'],PerformanceTester=require(a50_0x2824a8(0xc5)),PerformanceEvents=require(a50_0x2824a8(0x7e))[a50_0x2824a8(0xa4)],{debug}=require(a50_0x2824a8(0xb7)),TestHubHandler=require(a50_0x2824a8(0xcc));exports['parallelTestRun']=(_0x3fc938,_0x4b07b3,_0x1dddb2)=>new Promise(async _0x4de634=>{const _0x10528b=a50_0x2824a8,_0x12ff37={'hebzF':_0x10528b(0x8d),'hwWqw':function(_0x5ee352,_0x24b1b9){return _0x5ee352+_0x24b1b9;},'rceNf':_0x10528b(0x74),'DevoY':_0x10528b(0x8e),'lpEVi':function(_0x743c0a,_0x2a843d){return _0x743c0a(_0x2a843d);},'OYqiI':_0x10528b(0xb9),'rtPlC':'./testWorker.js','FXbLU':'worker','oQYGg':'json','osvNk':_0x10528b(0xca),'mTvFr':function(_0x36e3a5,_0x277905){return _0x36e3a5*_0x277905;},'QhWbB':_0x10528b(0x7d),'taZGT':_0x10528b(0xb1)},_0x2c3e58=_0x1dddb2['config'],_0x5f17ca={},_0xf6473b=new Worker(require[_0x10528b(0xb3)](_0x12ff37[_0x10528b(0xb5)]),{'exposedMethods':[_0x12ff37[_0x10528b(0x69)]],'forkOptions':{'serialization':_0x12ff37[_0x10528b(0x94)],'stdio':_0x12ff37['osvNk']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x12ff37[_0x10528b(0x84)](_0x4b07b3,0x1),'enableWorkerThreads':!![]}),_0x559848=new Emittery();_0x559848['on'](_0x12ff37[_0x10528b(0xae)],_0x5ccdd4=>{const _0x4b6d68=_0x10528b;_0x5f17ca[_0x5ccdd4[0x0]]?(_0x5f17ca[_0x5ccdd4[0x0]][_0x12ff37[_0x4b6d68(0xc9)]]=_0x12ff37[_0x4b6d68(0xaa)](_0x5f17ca[_0x5ccdd4[0x0]][_0x12ff37['hebzF']],_0x5ccdd4[0x1][_0x12ff37['hebzF']]),_0x5f17ca[_0x5ccdd4[0x0]][_0x12ff37[_0x4b6d68(0x9a)]]=[..._0x5f17ca[_0x5ccdd4[0x0]][_0x12ff37['rceNf']],..._0x5ccdd4[0x1][_0x12ff37['rceNf']]]):_0x5f17ca[_0x5ccdd4[0x0]]={'failureCount':_0x5ccdd4[0x1][_0x12ff37[_0x4b6d68(0xc9)]],'results':[..._0x5ccdd4[0x1][_0x12ff37[_0x4b6d68(0x9a)]]]};}),_0x559848['on'](_0x12ff37[_0x10528b(0xbe)],_0x24fda5=>console['log'](_0x24fda5[0x1]));_0xf6473b[_0x10528b(0xc4)]()&&_0xf6473b[_0x10528b(0xc4)]()[_0x10528b(0xca)](process[_0x10528b(0xa5)]);_0xf6473b[_0x10528b(0x6d)]()&&_0xf6473b['getStderr']()['pipe'](process['stderr']);const _0x581ff3=async()=>{const _0x43933b=_0x10528b,{forceExited:_0x2cc4af}=await _0xf6473b[_0x43933b(0xa8)]();_0x2cc4af&&console['error'](_0x12ff37[_0x43933b(0x73)]);try{await TestHubHandler[_0x43933b(0xa1)]();}catch(_0x304aff){_0x12ff37[_0x43933b(0xb0)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x304aff);}_0x12ff37[_0x43933b(0xb0)](_0x4de634,_0x5f17ca);},_0x1264d3=_0x12ff37[_0x10528b(0xb0)](pLimit,_0x12ff37[_0x10528b(0x84)](_0x4b07b3,0x1)),_0x11682e=_0xf489e9=>_0x1264d3(async()=>{const _0x16b85d=_0x10528b;await _0x559848[_0x16b85d(0x9b)](_0x12ff37[_0x16b85d(0xab)],_0xf489e9);const _0x2d0d57=_0xf6473b[_0x16b85d(0xc1)](_0xf489e9,_0x2c3e58);try{parentPort&&_0x2d0d57[_0x16b85d(0x79)](_0x58d8b9=>{const _0x40ab1d=_0x16b85d;try{parentPort[_0x40ab1d(0xa9)](_0x58d8b9);}catch(_0x2c0b3f){logger[_0x40ab1d(0x75)](_0x40ab1d(0x68)+util[_0x40ab1d(0x9f)](_0x2c0b3f));}});}catch(_0x12b0e3){logger[_0x16b85d(0x75)](_0x16b85d(0x95)+util['format'](_0x12b0e3));}return _0x2d0d57;});PerformanceTester[_0x10528b(0xa8)](PerformanceEvents['SDK_SETUP']),Promise[_0x10528b(0x96)](_0x3fc938[_0x10528b(0xc3)](_0x1b6ca2=>_0x11682e(_0x1b6ca2)[_0x10528b(0x71)](_0x242f89=>_0x559848[_0x10528b(0x9b)](_0x10528b(0x7d),[_0x1b6ca2[_0x10528b(0x93)][_0x10528b(0xb6)],_0x242f89]),_0x2bd9b5=>_0x559848[_0x10528b(0x9b)]('test-file-failure',[_0x1b6ca2,_0x2bd9b5]))))[_0x10528b(0x71)](_0x581ff3,_0x581ff3);}),exports[a50_0x2824a8(0xc0)]=(_0x3baba6,_0xf829ae,_0x2d8ac0,_0x1feff7,_0x283ffa)=>{const _0x66a809=a50_0x2824a8,_0x42a13d={'DTwAk':_0x66a809(0x8e),'HKDnW':function(_0x1cd693,_0x2a6fb7){return _0x1cd693(_0x2a6fb7);},'OMZYD':_0x66a809(0xba),'oywBD':_0x66a809(0x67),'lFQfm':_0x66a809(0x9e),'njiUW':_0x66a809(0xad),'nOBHW':_0x66a809(0xca),'rJwpR':_0x66a809(0x6b),'QxJKK':'platform-run-failure','OGVQC':function(_0x1ad572,_0x271457){return _0x1ad572(_0x271457);}};return new Promise(_0x3dbdcd=>{const _0x4e7add=_0x66a809,_0x11c608={};_0x11c608[_0x4e7add(0x8b)]=_0x42a13d[_0x4e7add(0xaf)];const _0x19ebe0=_0x11c608,_0x11b7e1=[],_0x2dcaab=new Worker(require['resolve'](_0x42a13d['oywBD']),{'exposedMethods':[_0x42a13d[_0x4e7add(0x66)]],'forkOptions':{'serialization':_0x42a13d[_0x4e7add(0xbf)],'stdio':_0x42a13d['nOBHW']},'numWorkers':_0x3baba6[_0x4e7add(0xc7)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5119d3=new Emittery();_0x5119d3['on'](_0x42a13d[_0x4e7add(0x6e)],_0x365c1c=>{const _0x4b9c46=_0x4e7add;_0x11b7e1[_0x4b9c46(0x87)]([_0x365c1c[0x0],_0x365c1c[0x1]]);}),_0x5119d3['on'](_0x42a13d['QxJKK'],_0x3dafe4=>console[_0x4e7add(0xce)](_0x3dafe4[0x1]));_0x2dcaab['getStdout']()&&_0x2dcaab[_0x4e7add(0xc4)]()[_0x4e7add(0xca)](process[_0x4e7add(0xa5)]);_0x2dcaab['getStderr']()&&_0x2dcaab[_0x4e7add(0x6d)]()[_0x4e7add(0xca)](process[_0x4e7add(0x91)]);const _0x191335=async()=>{const _0x5d3335=_0x4e7add,{forceExited:_0x1db888}=await _0x2dcaab[_0x5d3335(0xa8)]();_0x1db888&&console[_0x5d3335(0x80)](_0x42a13d[_0x5d3335(0x72)]),_0x42a13d[_0x5d3335(0xc6)](_0x3dbdcd,_0x11b7e1);},_0x23e327=_0x42a13d[_0x4e7add(0x97)](pLimit,_0x3baba6['length']||0x1),_0x6d0aee=(_0x5b0356,_0x58a027)=>_0x23e327(async()=>{const _0x244746=_0x4e7add;return await _0x5119d3[_0x244746(0x9b)](_0x19ebe0[_0x244746(0x8b)],_0x5b0356),_0xf829ae[_0x244746(0x7f)]=_0x2d8ac0[_0x244746(0xa6)][_0x58a027],_0x2dcaab[_0x244746(0x9e)](_0x5b0356,_0xf829ae,_0x2d8ac0,_0x1feff7,_0x283ffa);});Promise['all'](_0x3baba6[_0x4e7add(0xc3)]((_0x322507,_0x391b7a)=>_0x6d0aee(_0x322507,_0x391b7a)[_0x4e7add(0x71)](_0x46e233=>_0x5119d3[_0x4e7add(0x9b)](_0x4e7add(0x6b),[_0x322507,_0x46e233]),_0x14d25e=>_0x5119d3[_0x4e7add(0x9b)]('platform-run-failure',[_0x322507,_0x14d25e]))))[_0x4e7add(0x71)](_0x191335,_0x191335);});},exports[a50_0x2824a8(0x88)]=(_0x1369ef,_0x4582fa)=>new Promise(_0x1e4ae5=>{const _0x5c9ab7=a50_0x2824a8,_0x40f238={'mLdOi':function(_0x143f8f,_0x2ac4e1){return _0x143f8f===_0x2ac4e1;},'qGseK':function(_0x4a916e,_0x35c973){return _0x4a916e!==_0x35c973;},'uzVly':_0x5c9ab7(0x99),'LjWGt':_0x5c9ab7(0x8e),'YZYQA':function(_0x1e9a6e,_0x37a116){return _0x1e9a6e(_0x37a116);},'AAbDI':_0x5c9ab7(0x67),'flmlE':_0x5c9ab7(0x83),'TlHvl':_0x5c9ab7(0xad),'PCzTC':_0x5c9ab7(0xca),'hHSOZ':_0x5c9ab7(0x7d),'OnTiT':_0x5c9ab7(0xb1),'mAEuS':function(_0x20f0b6,_0x2a8e97){return _0x20f0b6(_0x2a8e97);}},_0x3fff8d={},_0x54b41b=new Worker(require[_0x5c9ab7(0xb3)](_0x40f238[_0x5c9ab7(0x9c)]),{'exposedMethods':[_0x40f238[_0x5c9ab7(0xb2)]],'forkOptions':{'serialization':_0x40f238[_0x5c9ab7(0x7b)],'stdio':_0x40f238[_0x5c9ab7(0x90)]},'numWorkers':_0x4582fa,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x9c7871=new Emittery();_0x9c7871['on'](_0x40f238[_0x5c9ab7(0xbb)],_0x5d671d=>{const _0x35b147=_0x5c9ab7;_0x5d671d[0x0]&&logger[_0x35b147(0x98)]('Running\x20'+_0x5d671d[0x1]+_0x35b147(0xa3),_0x5d671d[0x0]);}),_0x9c7871['on'](_0x40f238[_0x5c9ab7(0x82)],_0x50bf43=>{const _0x375f30=_0x5c9ab7;process[_0x375f30(0x86)]=0x1;});_0x54b41b[_0x5c9ab7(0xc4)]()&&_0x54b41b[_0x5c9ab7(0xc4)]()[_0x5c9ab7(0xca)](process[_0x5c9ab7(0xa5)]);_0x54b41b['getStderr']()&&_0x54b41b['getStderr']()[_0x5c9ab7(0xca)](process['stderr']);const _0x1f0f1e=async()=>{const _0x4c1463=_0x5c9ab7,_0x72ed02={'fWwvs':function(_0x584332,_0x5c7e82){const _0x2584ec=a50_0x13a9;return _0x40f238[_0x2584ec(0x8a)](_0x584332,_0x5c7e82);},'hJIfq':function(_0x3531a9,_0x17d447){const _0x15ce69=a50_0x13a9;return _0x40f238[_0x15ce69(0xbc)](_0x3531a9,_0x17d447);},'vcNvt':_0x40f238[_0x4c1463(0x8c)]};let _0x28d35c=0x0;const _0x5b4b33=_0x54b41b[_0x4c1463(0x77)]['getWorkers'](),_0x58cd94=()=>{},_0x2ccc5=_0x5b4b33['map'](async _0x4230ae=>{const _0x43ecf7=_0x4c1463,_0xdb9aab={'yDLLJ':function(_0x4b5986,_0xf7f79d){const _0x57be10=a50_0x13a9;return _0x72ed02[_0x57be10(0x92)](_0x4b5986,_0xf7f79d);},'yLvJd':function(_0x1eeb1c,_0x1c292d){const _0x487110=a50_0x13a9;return _0x72ed02[_0x487110(0xa0)](_0x1eeb1c,_0x1c292d);}};_0x4230ae[_0x43ecf7(0x9d)]([0x2,![]],_0x58cd94,_0x58cd94,_0x58cd94),_0x4230ae[_0x43ecf7(0x6f)]['on'](_0x72ed02['vcNvt'],_0x33b4db=>{const _0x235e1b=_0x43ecf7;_0xdb9aab[_0x235e1b(0xb4)](_0x28d35c,0x0)&&_0xdb9aab[_0x235e1b(0xa7)](_0x33b4db,0x0)&&(_0x28d35c=_0x33b4db);}),await _0x4230ae[_0x43ecf7(0xb8)]();});await Promise[_0x4c1463(0x96)](_0x2ccc5),process[_0x4c1463(0x86)]=_0x28d35c;const {forceExited:_0x4b402e}=await _0x54b41b[_0x4c1463(0xa8)]();_0x4b402e&&console[_0x4c1463(0x80)](_0x40f238[_0x4c1463(0xc2)]),_0x40f238['YZYQA'](_0x1e4ae5,_0x3fff8d);},_0x50504d=_0x40f238[_0x5c9ab7(0x65)](pLimit,_0x4582fa),_0xf7492=_0x2c5688=>_0x50504d(async()=>{return _0x54b41b['vanillaWorker'](_0x2c5688);});Promise[_0x5c9ab7(0x96)](_0x1369ef[_0x5c9ab7(0xc3)](_0x42d1a5=>_0xf7492(_0x42d1a5)[_0x5c9ab7(0x71)](_0x571bcb=>_0x9c7871[_0x5c9ab7(0x9b)](_0x5c9ab7(0x7d),[_0x42d1a5[_0x5c9ab7(0x93)][_0x5c9ab7(0xb6)],_0x42d1a5[_0x5c9ab7(0x93)][_0x5c9ab7(0x6c)]]),_0x21791e=>_0x9c7871[_0x5c9ab7(0x9b)](_0x5c9ab7(0xb1),[_0x42d1a5,_0x21791e]))))[_0x5c9ab7(0x71)](_0x1f0f1e,_0x1f0f1e);});
1
+ const a50_0x546eb8=a50_0x363b;function a50_0x363b(_0x129816,_0x54e1c9){const _0x3da515=a50_0x3da5();return a50_0x363b=function(_0x363b97,_0x3b7266){_0x363b97=_0x363b97-0xa9;let _0x5ae9a7=_0x3da515[_0x363b97];return _0x5ae9a7;},a50_0x363b(_0x129816,_0x54e1c9);}(function(_0x343942,_0x4dff67){const _0x19bd70=a50_0x363b,_0x3d6daf=_0x343942();while(!![]){try{const _0x5dd890=-parseInt(_0x19bd70(0xfd))/0x1+-parseInt(_0x19bd70(0x103))/0x2+-parseInt(_0x19bd70(0xf1))/0x3*(parseInt(_0x19bd70(0xf3))/0x4)+-parseInt(_0x19bd70(0xeb))/0x5*(-parseInt(_0x19bd70(0xf6))/0x6)+-parseInt(_0x19bd70(0xcb))/0x7+parseInt(_0x19bd70(0x10c))/0x8*(parseInt(_0x19bd70(0x10b))/0x9)+parseInt(_0x19bd70(0xb9))/0xa;if(_0x5dd890===_0x4dff67)break;else _0x3d6daf['push'](_0x3d6daf['shift']());}catch(_0x1ad316){_0x3d6daf['push'](_0x3d6daf['shift']());}}}(a50_0x3da5,0x4c812));function a50_0x3da5(){const _0x58c7a6=['503178MNgpWr','ZEuqN','stjmZ','info','JMbpq','p-limit','762834ByEFWg','failureCount','bAwDq','end','GwtLC','all','Zbkwi','DosQq','45wBllcD','522592OzATGc','../../helpers/testhub/testhubHandler','postMessage','CAuoR','../../helpers/performance/constants','UHYmK','Workers\x20failed\x20to\x20exit\x20gracefully','SDK_SETUP','getWorkers','results','winstonLogger','./testWorker.js','JAcJn','getStdout','format','stdout','jfaRW','parallelCucumberRun','log','waitForExit','11126420zUUhYz','pShYI','../../helpers/performance/performance-tester','../../helpers/logger','vanillaWorker','error','rNnXH','jDCmm','getStderr','platform-run-start','platformCaps','SQObm','test-file-start','send','test-file-failure','platform-run-success','parallelVanillaRun','YGKut','3641960ZNIxWc','Worker','Zkhfi','DqXEv','CTsdb','AkvRk','then','pipe','platform','oHxFR','platform-run-failure','JjHDh','length','jlTuv','parallelTestRun','map','ZLNnA','push','emittery','cucumberWorker','kvNTF','_workerPool','emit','exitCode','zUvHv','config','PhyZk','worker','stderr','jest-worker','../../helpers/test-observability/utils','srDVs','44865rtdxWK','cpebo','rKfgs','platforms','resolve','configuration','159078ryrNwD','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','4xLvONz','json','test-file-success','222yREzqp','debug','parQQ','QEFzM','fnyBp','qgPKJ','exit'];a50_0x3da5=function(){return _0x58c7a6;};return a50_0x3da5();}const Worker=require(a50_0x546eb8(0xe8))[a50_0x546eb8(0xcc)],Emittery=require(a50_0x546eb8(0xdd)),pLimit=require(a50_0x546eb8(0x102)),{parentPort}=require('worker_threads'),util=require('util'),logger=require(a50_0x546eb8(0xbc))[a50_0x546eb8(0xaf)],PerformanceTester=require(a50_0x546eb8(0xbb)),PerformanceEvents=require(a50_0x546eb8(0xa9))['EVENTS'],{debug}=require(a50_0x546eb8(0xe9)),TestHubHandler=require(a50_0x546eb8(0x10d));exports[a50_0x546eb8(0xd9)]=(_0x3d31c9,_0x2f3271,_0x40d9c6)=>new Promise(async _0x40d970=>{const _0x36935a=a50_0x546eb8,_0x37a4c5={'stjmZ':_0x36935a(0x104),'PELTC':function(_0x5d3a6a,_0x2c9580){return _0x5d3a6a+_0x2c9580;},'Zkhfi':_0x36935a(0xae),'ZEuqN':_0x36935a(0xab),'fAHBF':function(_0x37c362,_0x58e021){return _0x37c362(_0x58e021);},'zUvHv':function(_0x4aedd1,_0x44b993){return _0x4aedd1(_0x44b993);},'Zbkwi':_0x36935a(0xc5),'jlTuv':_0x36935a(0xb0),'sqwPt':_0x36935a(0xe6),'srDVs':_0x36935a(0xf4),'YGKut':'pipe','CTsdb':function(_0x4ee60a,_0x296bf6){return _0x4ee60a*_0x296bf6;},'DqXEv':_0x36935a(0xf5),'JMbpq':'test-file-failure','jfaRW':function(_0x46cd52,_0x1e2c11){return _0x46cd52(_0x1e2c11);},'VWeWG':function(_0x3a7f45,_0x575687){return _0x3a7f45*_0x575687;}},_0x40f1c2=_0x40d9c6[_0x36935a(0xe4)],_0x489caa={},_0x2d4d5a=new Worker(require['resolve'](_0x37a4c5[_0x36935a(0xd8)]),{'exposedMethods':[_0x37a4c5['sqwPt']],'forkOptions':{'serialization':_0x37a4c5[_0x36935a(0xea)],'stdio':_0x37a4c5[_0x36935a(0xca)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x37a4c5[_0x36935a(0xcf)](_0x2f3271,0x1),'enableWorkerThreads':!![]}),_0x1c8526=new Emittery();_0x1c8526['on'](_0x37a4c5[_0x36935a(0xce)],_0x55014b=>{const _0x388c12=_0x36935a;_0x489caa[_0x55014b[0x0]]?(_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xff)]]=_0x37a4c5['PELTC'](_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xff)]],_0x55014b[0x1][_0x37a4c5[_0x388c12(0xff)]]),_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xcd)]]=[..._0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xcd)]],..._0x55014b[0x1][_0x37a4c5[_0x388c12(0xcd)]]]):_0x489caa[_0x55014b[0x0]]={'failureCount':_0x55014b[0x1][_0x37a4c5['stjmZ']],'results':[..._0x55014b[0x1][_0x37a4c5[_0x388c12(0xcd)]]]};}),_0x1c8526['on'](_0x37a4c5[_0x36935a(0x101)],_0x397541=>console[_0x36935a(0xb7)](_0x397541[0x1]));_0x2d4d5a[_0x36935a(0xb2)]()&&_0x2d4d5a['getStdout']()['pipe'](process[_0x36935a(0xb4)]);_0x2d4d5a[_0x36935a(0xc1)]()&&_0x2d4d5a[_0x36935a(0xc1)]()[_0x36935a(0xd2)](process[_0x36935a(0xe7)]);const _0x20e3d9=async()=>{const _0x3df1e3=_0x36935a,{forceExited:_0x25c59f}=await _0x2d4d5a[_0x3df1e3(0x106)]();_0x25c59f&&console[_0x3df1e3(0xbe)](_0x37a4c5[_0x3df1e3(0xfe)]);try{await TestHubHandler['stop']();}catch(_0x5b8480){_0x37a4c5['fAHBF'](debug,_0x3df1e3(0xf2)+_0x5b8480);}_0x37a4c5[_0x3df1e3(0xe3)](_0x40d970,_0x489caa);},_0x5878bf=_0x37a4c5[_0x36935a(0xb5)](pLimit,_0x37a4c5['VWeWG'](_0x2f3271,0x1)),_0x51b05c=_0x16cbd8=>_0x5878bf(async()=>{const _0x4cbe75=_0x36935a;await _0x1c8526[_0x4cbe75(0xe1)](_0x37a4c5[_0x4cbe75(0x109)],_0x16cbd8);const _0x2c6296=_0x2d4d5a[_0x4cbe75(0xe6)](_0x16cbd8,_0x40f1c2);try{parentPort&&_0x2c6296['UNSTABLE_onCustomMessage'](_0xd2b26a=>{const _0x36096d=_0x4cbe75;try{parentPort[_0x36096d(0x10e)](_0xd2b26a);}catch(_0xbf3892){logger[_0x36096d(0xf7)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util['format'](_0xbf3892));}});}catch(_0x241d6f){logger[_0x4cbe75(0xf7)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x4cbe75(0xb3)](_0x241d6f));}return _0x2c6296;});PerformanceTester[_0x36935a(0x106)](PerformanceEvents[_0x36935a(0xac)]),Promise[_0x36935a(0x108)](_0x3d31c9[_0x36935a(0xda)](_0x4b8171=>_0x51b05c(_0x4b8171)[_0x36935a(0xd1)](_0x58703d=>_0x1c8526[_0x36935a(0xe1)]('test-file-success',[_0x4b8171['configuration'][_0x36935a(0xd3)],_0x58703d]),_0x177675=>_0x1c8526[_0x36935a(0xe1)](_0x36935a(0xc7),[_0x4b8171,_0x177675]))))['then'](_0x20e3d9,_0x20e3d9);}),exports[a50_0x546eb8(0xb6)]=(_0x2626d0,_0x194c11,_0x5884bf,_0x112310,_0x4600ec)=>{const _0x145dc9=a50_0x546eb8,_0x3d5dff={'qgPKJ':'Workers\x20failed\x20to\x20exit\x20gracefully','UHYmK':function(_0x5a781a,_0x28ec0a){return _0x5a781a(_0x28ec0a);},'AkvRk':_0x145dc9(0xc2),'ldcsQ':_0x145dc9(0xb0),'jrOzi':_0x145dc9(0xde),'rNnXH':_0x145dc9(0xf4),'DosQq':_0x145dc9(0xd2),'oHxFR':'platform-run-success','parQQ':'platform-run-failure'};return new Promise(_0x41446c=>{const _0x57b848=_0x145dc9,_0x4bf74d={'ZLNnA':_0x3d5dff[_0x57b848(0xfb)],'JAcJn':function(_0x551ebf,_0x27ef8e){const _0x4108ba=_0x57b848;return _0x3d5dff[_0x4108ba(0xaa)](_0x551ebf,_0x27ef8e);},'FayDn':_0x3d5dff[_0x57b848(0xd0)]},_0x59bf69=[],_0x492a1d=new Worker(require['resolve'](_0x3d5dff['ldcsQ']),{'exposedMethods':[_0x3d5dff['jrOzi']],'forkOptions':{'serialization':_0x3d5dff[_0x57b848(0xbf)],'stdio':_0x3d5dff[_0x57b848(0x10a)]},'numWorkers':_0x2626d0[_0x57b848(0xd7)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c7ad0=new Emittery();_0x1c7ad0['on'](_0x3d5dff[_0x57b848(0xd4)],_0x45a232=>{const _0x5d3e96=_0x57b848;_0x59bf69[_0x5d3e96(0xdc)]([_0x45a232[0x0],_0x45a232[0x1]]);}),_0x1c7ad0['on'](_0x3d5dff[_0x57b848(0xf8)],_0x521ecc=>console[_0x57b848(0xb7)](_0x521ecc[0x1]));_0x492a1d['getStdout']()&&_0x492a1d['getStdout']()[_0x57b848(0xd2)](process[_0x57b848(0xb4)]);_0x492a1d[_0x57b848(0xc1)]()&&_0x492a1d[_0x57b848(0xc1)]()[_0x57b848(0xd2)](process[_0x57b848(0xe7)]);const _0x34c4c9=async()=>{const _0x4f7fdb=_0x57b848,{forceExited:_0xa9a885}=await _0x492a1d[_0x4f7fdb(0x106)]();_0xa9a885&&console[_0x4f7fdb(0xbe)](_0x4bf74d[_0x4f7fdb(0xdb)]),_0x4bf74d[_0x4f7fdb(0xb1)](_0x41446c,_0x59bf69);},_0x3e465e=_0x3d5dff[_0x57b848(0xaa)](pLimit,_0x2626d0['length']||0x1),_0x1e3b70=(_0x58b0d6,_0x9618c4)=>_0x3e465e(async()=>{const _0x141492=_0x57b848;return await _0x1c7ad0[_0x141492(0xe1)](_0x4bf74d['FayDn'],_0x58b0d6),_0x194c11[_0x141492(0xc3)]=_0x5884bf[_0x141492(0xee)][_0x9618c4],_0x492a1d['cucumberWorker'](_0x58b0d6,_0x194c11,_0x5884bf,_0x112310,_0x4600ec);});Promise[_0x57b848(0x108)](_0x2626d0[_0x57b848(0xda)]((_0xca01b6,_0x33187b)=>_0x1e3b70(_0xca01b6,_0x33187b)[_0x57b848(0xd1)](_0x212c85=>_0x1c7ad0[_0x57b848(0xe1)](_0x57b848(0xc8),[_0xca01b6,_0x212c85]),_0xa11efb=>_0x1c7ad0[_0x57b848(0xe1)](_0x57b848(0xd5),[_0xca01b6,_0xa11efb]))))[_0x57b848(0xd1)](_0x34c4c9,_0x34c4c9);});},exports[a50_0x546eb8(0xc9)]=(_0xc5553f,_0x1696b0)=>new Promise(_0x1d3182=>{const _0xadb957=a50_0x546eb8,_0x5ef799={'SQObm':function(_0x164686,_0x1ba3e1){return _0x164686===_0x1ba3e1;},'pShYI':function(_0x2e1595,_0xb77edc){return _0x2e1595!==_0xb77edc;},'rKfgs':_0xadb957(0xfc),'CAuoR':_0xadb957(0xab),'bAwDq':function(_0x448908,_0x1654db){return _0x448908(_0x1654db);},'JjHDh':_0xadb957(0xb0),'cpebo':'vanillaWorker','GwtLC':'json','QEFzM':'pipe','kvNTF':_0xadb957(0xf5),'fnyBp':_0xadb957(0xc7)},_0x145ead={},_0x281483=new Worker(require[_0xadb957(0xef)](_0x5ef799[_0xadb957(0xd6)]),{'exposedMethods':[_0x5ef799[_0xadb957(0xec)]],'forkOptions':{'serialization':_0x5ef799[_0xadb957(0x107)],'stdio':_0x5ef799[_0xadb957(0xf9)]},'numWorkers':_0x1696b0,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x430c54=new Emittery();_0x430c54['on'](_0x5ef799[_0xadb957(0xdf)],_0x32c4fb=>{const _0x38eded=_0xadb957;_0x32c4fb[0x0]&&logger[_0x38eded(0x100)]('Running\x20'+_0x32c4fb[0x1]+'\x20for',_0x32c4fb[0x0]);}),_0x430c54['on'](_0x5ef799[_0xadb957(0xfa)],_0x420a14=>{process['exitCode']=0x1;});_0x281483['getStdout']()&&_0x281483['getStdout']()[_0xadb957(0xd2)](process[_0xadb957(0xb4)]);_0x281483[_0xadb957(0xc1)]()&&_0x281483['getStderr']()[_0xadb957(0xd2)](process[_0xadb957(0xe7)]);const _0x466d44=async()=>{const _0x3e9590=_0xadb957,_0x1ea0c7={'csAFQ':function(_0xee189b,_0x12fbd7){const _0x45e5cb=a50_0x363b;return _0x5ef799[_0x45e5cb(0xc4)](_0xee189b,_0x12fbd7);},'PhyZk':function(_0x569c37,_0x409851){const _0x474783=a50_0x363b;return _0x5ef799[_0x474783(0xba)](_0x569c37,_0x409851);},'wEwYs':_0x5ef799[_0x3e9590(0xed)]};let _0x5b12da=0x0;const _0x361b7e=_0x281483[_0x3e9590(0xe0)][_0x3e9590(0xad)](),_0x2e4c5d=()=>{},_0x84e567=_0x361b7e[_0x3e9590(0xda)](async _0x3f463c=>{const _0x3ebb76=_0x3e9590,_0x4f60a1={'uIBjo':function(_0x143d60,_0x477a86){return _0x1ea0c7['csAFQ'](_0x143d60,_0x477a86);},'jDCmm':function(_0x43eeee,_0x5860de){const _0x54a494=a50_0x363b;return _0x1ea0c7[_0x54a494(0xe5)](_0x43eeee,_0x5860de);}};_0x3f463c[_0x3ebb76(0xc6)]([0x2,![]],_0x2e4c5d,_0x2e4c5d,_0x2e4c5d),_0x3f463c['_child']['on'](_0x1ea0c7['wEwYs'],_0x1095c2=>{const _0x345459=_0x3ebb76;_0x4f60a1['uIBjo'](_0x5b12da,0x0)&&_0x4f60a1[_0x345459(0xc0)](_0x1095c2,0x0)&&(_0x5b12da=_0x1095c2);}),await _0x3f463c[_0x3ebb76(0xb8)]();});await Promise[_0x3e9590(0x108)](_0x84e567),process[_0x3e9590(0xe2)]=_0x5b12da;const {forceExited:_0x5118f8}=await _0x281483[_0x3e9590(0x106)]();_0x5118f8&&console[_0x3e9590(0xbe)](_0x5ef799[_0x3e9590(0x10f)]),_0x5ef799[_0x3e9590(0x105)](_0x1d3182,_0x145ead);},_0x27b262=_0x5ef799[_0xadb957(0x105)](pLimit,_0x1696b0),_0x2affe9=_0x1d0b62=>_0x27b262(async()=>{const _0x574456=_0xadb957;return _0x281483[_0x574456(0xbd)](_0x1d0b62);});Promise[_0xadb957(0x108)](_0xc5553f[_0xadb957(0xda)](_0x398ae9=>_0x2affe9(_0x398ae9)['then'](_0x474e80=>_0x430c54['emit'](_0xadb957(0xf5),[_0x398ae9[_0xadb957(0xf0)][_0xadb957(0xd3)],_0x398ae9['configuration']['file']]),_0x2d70f6=>_0x430c54[_0xadb957(0xe1)](_0xadb957(0xc7),[_0x398ae9,_0x2d70f6]))))[_0xadb957(0xd1)](_0x466d44,_0x466d44);});
@@ -1 +1 @@
1
- const a51_0x1bea6b=a51_0x4a11;(function(_0x390059,_0x254e85){const _0x3141eb=a51_0x4a11,_0x42f9b6=_0x390059();while(!![]){try{const _0x3603bc=parseInt(_0x3141eb(0x14c))/0x1*(-parseInt(_0x3141eb(0x14b))/0x2)+parseInt(_0x3141eb(0x14f))/0x3+parseInt(_0x3141eb(0x155))/0x4+-parseInt(_0x3141eb(0x13a))/0x5*(-parseInt(_0x3141eb(0x140))/0x6)+parseInt(_0x3141eb(0x157))/0x7+-parseInt(_0x3141eb(0x145))/0x8*(parseInt(_0x3141eb(0x149))/0x9)+parseInt(_0x3141eb(0x14e))/0xa;if(_0x3603bc===_0x254e85)break;else _0x42f9b6['push'](_0x42f9b6['shift']());}catch(_0x3ed6d1){_0x42f9b6['push'](_0x42f9b6['shift']());}}}(a51_0x3aa3,0xc1f47));const PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],PerformanceTester=require(a51_0x1bea6b(0x150)),{sleep}=require(a51_0x1bea6b(0x152));function a51_0x4a11(_0x2525f3,_0xe5af7e){const _0x3aa3ba=a51_0x3aa3();return a51_0x4a11=function(_0x4a1198,_0x5c856c){_0x4a1198=_0x4a1198-0x139;let _0x3d1cf2=_0x3aa3ba[_0x4a1198];return _0x3d1cf2;},a51_0x4a11(_0x2525f3,_0xe5af7e);}function a51_0x3aa3(){const _0x15e193=['end','690330yRmcyk','startMonitoring','runTest','mocha','fAclz','udlzr','36WqdltK','formatter','vanilla','stopMonitoring','../launcher/launcher','2124632kwcGbP','configuration','runCucumberTest','cucumber-js','36uotaou','ExcXL','347604WRpmhA','7JndDJE','LcyiS','6794360dFcSZT','2574687pvLDqO','../../helpers/performance/performance-tester','runVanillaTest','../../helpers/test-observability/utils','run','Pawuy','2442600TPnoCz','AAFBt','676606mcCVgO','mpKHK'];a51_0x3aa3=function(){return _0x15e193;};return a51_0x3aa3();}exports[a51_0x1bea6b(0x13c)]=async(_0x522d1e,_0x1bc4cf)=>{const _0x19641d=a51_0x1bea6b,_0x1a16f1={'Pawuy':function(_0x59f9dc,_0x486926){return _0x59f9dc(_0x486926);},'mpKHK':'../launcher/launcher','ExcXL':_0x19641d(0x13d)};PerformanceTester[_0x19641d(0x13b)]();const _0x3c41da=_0x1a16f1[_0x19641d(0x154)](require,_0x1a16f1[_0x19641d(0x158)]),_0x571a7e=new _0x3c41da(_0x1a16f1[_0x19641d(0x14a)],_0x522d1e,_0x1bc4cf),_0x238535=await _0x571a7e[_0x19641d(0x153)]();return PerformanceTester[_0x19641d(0x139)](PerformanceEvents['SDK_POST_TEST']),await _0x1a16f1[_0x19641d(0x154)](sleep,0x3e8),PerformanceTester[_0x19641d(0x143)](),_0x238535;},exports[a51_0x1bea6b(0x147)]=async(_0xbbe9c3,_0x1dde30,_0x5c6db1,_0x67144,_0x5eff7a)=>{const _0x3353df=a51_0x1bea6b,_0xf698f4={'udlzr':function(_0x243ceb,_0x335ac9){return _0x243ceb(_0x335ac9);},'vRGHX':_0x3353df(0x144),'BmBqu':_0x3353df(0x148)},_0x432faa={'capability':_0xbbe9c3,..._0x1dde30},_0xcf24e2={};_0xcf24e2[_0x3353df(0x146)]=_0x432faa,_0xcf24e2[_0x3353df(0x141)]=_0x5eff7a;const _0x50780a=_0xcf24e2,_0x1f57c2=_0xf698f4[_0x3353df(0x13f)](require,_0xf698f4['vRGHX']),_0x445db3=new _0x1f57c2(_0xf698f4['BmBqu'],_0x50780a,_0x5c6db1,_0x67144);return await _0x445db3['run']();},exports[a51_0x1bea6b(0x151)]=async _0xf03183=>{const _0x5e123a=a51_0x1bea6b,_0x32c98b={'fAclz':function(_0x1cf8b5,_0x1a0aa5){return _0x1cf8b5(_0x1a0aa5);},'AAFBt':_0x5e123a(0x144),'LcyiS':_0x5e123a(0x142)},_0x98fab0=_0x32c98b[_0x5e123a(0x13e)](require,_0x32c98b[_0x5e123a(0x156)]),_0x2a9b01=new _0x98fab0(_0x32c98b[_0x5e123a(0x14d)],_0xf03183);return await _0x2a9b01[_0x5e123a(0x153)]();};
1
+ function a51_0x557d(){const _0x266944=['../../helpers/test-observability/utils','configuration','runVanillaTest','uYGuX','end','SDK_POST_TEST','2591096alWMwz','formatter','uRLZm','../launcher/launcher','1002024etwDEn','../../helpers/performance/performance-tester','14avoDDD','vanilla','eSpBv','436074iLSeSK','run','PWAjg','startMonitoring','826027yfVkFc','110IjHdZK','mocha','52386iEUQjF','Swbok','stopMonitoring','yAhSH','../../helpers/performance/constants','runTest','723714rLWdON','JpzuY','BBZoz','320sdnTKM','runCucumberTest','cucumber-js','txwVL','CKsAE','283518IqpqxC','EVENTS'];a51_0x557d=function(){return _0x266944;};return a51_0x557d();}function a51_0x17c0(_0x16dfcc,_0x22f20f){const _0x557d32=a51_0x557d();return a51_0x17c0=function(_0x17c0e9,_0x52ea2d){_0x17c0e9=_0x17c0e9-0x116;let _0x302922=_0x557d32[_0x17c0e9];return _0x302922;},a51_0x17c0(_0x16dfcc,_0x22f20f);}const a51_0x2f23b3=a51_0x17c0;(function(_0x141c78,_0xd7939a){const _0x5c0d6e=a51_0x17c0,_0x3d77aa=_0x141c78();while(!![]){try{const _0x4a19e8=parseInt(_0x5c0d6e(0x12b))/0x1+-parseInt(_0x5c0d6e(0x134))/0x2+-parseInt(_0x5c0d6e(0x127))/0x3+-parseInt(_0x5c0d6e(0x122))/0x4+parseInt(_0x5c0d6e(0x137))/0x5*(-parseInt(_0x5c0d6e(0x12e))/0x6)+-parseInt(_0x5c0d6e(0x124))/0x7*(-parseInt(_0x5c0d6e(0x11e))/0x8)+parseInt(_0x5c0d6e(0x116))/0x9*(parseInt(_0x5c0d6e(0x12c))/0xa);if(_0x4a19e8===_0xd7939a)break;else _0x3d77aa['push'](_0x3d77aa['shift']());}catch(_0x1d564e){_0x3d77aa['push'](_0x3d77aa['shift']());}}}(a51_0x557d,0x7b00a));const PerformanceEvents=require(a51_0x2f23b3(0x132))[a51_0x2f23b3(0x117)],PerformanceTester=require(a51_0x2f23b3(0x123)),{sleep}=require(a51_0x2f23b3(0x118));exports[a51_0x2f23b3(0x133)]=async(_0x444ca0,_0x1df033)=>{const _0x54a07f=a51_0x2f23b3,_0x41af1b={'PWAjg':function(_0x361229,_0x26400e){return _0x361229(_0x26400e);},'uRLZm':_0x54a07f(0x121),'CKsAE':_0x54a07f(0x12d),'BBZoz':function(_0x4499b0,_0x5379f4){return _0x4499b0(_0x5379f4);}};PerformanceTester[_0x54a07f(0x12a)]();const _0x1cc135=_0x41af1b[_0x54a07f(0x129)](require,_0x41af1b[_0x54a07f(0x120)]),_0x19b34=new _0x1cc135(_0x41af1b[_0x54a07f(0x13b)],_0x444ca0,_0x1df033),_0xb26753=await _0x19b34['run']();return PerformanceTester[_0x54a07f(0x11c)](PerformanceEvents[_0x54a07f(0x11d)]),await _0x41af1b[_0x54a07f(0x136)](sleep,0x3e8),PerformanceTester[_0x54a07f(0x130)](),_0xb26753;},exports[a51_0x2f23b3(0x138)]=async(_0x39bc20,_0x5a99d8,_0x403317,_0xb13f28,_0x83f39e)=>{const _0x496f4b=a51_0x2f23b3,_0x30cf3e={'eSpBv':function(_0x211c1c,_0x375a48){return _0x211c1c(_0x375a48);},'uYGuX':'../launcher/launcher','yAhSH':_0x496f4b(0x139)},_0x1f2ee1={'capability':_0x39bc20,..._0x5a99d8},_0x2f6c5e={};_0x2f6c5e[_0x496f4b(0x119)]=_0x1f2ee1,_0x2f6c5e[_0x496f4b(0x11f)]=_0x83f39e;const _0xf2f69c=_0x2f6c5e,_0x5e7f0f=_0x30cf3e[_0x496f4b(0x126)](require,_0x30cf3e[_0x496f4b(0x11b)]),_0xbedd57=new _0x5e7f0f(_0x30cf3e[_0x496f4b(0x131)],_0xf2f69c,_0x403317,_0xb13f28);return await _0xbedd57['run']();},exports[a51_0x2f23b3(0x11a)]=async _0x4ceece=>{const _0x39f286=a51_0x2f23b3,_0x323faa={'Swbok':function(_0xeab140,_0x40731f){return _0xeab140(_0x40731f);},'JpzuY':'../launcher/launcher','txwVL':_0x39f286(0x125)},_0x4eb7cd=_0x323faa[_0x39f286(0x12f)](require,_0x323faa[_0x39f286(0x135)]),_0x3179e5=new _0x4eb7cd(_0x323faa[_0x39f286(0x13a)],_0x4ceece);return await _0x3179e5[_0x39f286(0x128)]();};
@@ -1 +1 @@
1
- const a52_0x14d3ac=a52_0x5bd4;(function(_0x5094dc,_0x192bc3){const _0x5e9e72=a52_0x5bd4,_0x84f2ba=_0x5094dc();while(!![]){try{const _0xda7a5f=parseInt(_0x5e9e72(0x112))/0x1+parseInt(_0x5e9e72(0x113))/0x2+parseInt(_0x5e9e72(0x11d))/0x3*(-parseInt(_0x5e9e72(0x114))/0x4)+parseInt(_0x5e9e72(0x117))/0x5+parseInt(_0x5e9e72(0x119))/0x6*(parseInt(_0x5e9e72(0x111))/0x7)+parseInt(_0x5e9e72(0x116))/0x8+-parseInt(_0x5e9e72(0x11b))/0x9;if(_0xda7a5f===_0x192bc3)break;else _0x84f2ba['push'](_0x84f2ba['shift']());}catch(_0xc59c7a){_0x84f2ba['push'](_0x84f2ba['shift']());}}}(a52_0x26c2,0xdf3ea));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports['worker']=async(_0x50fb1b,_0x2f0139)=>{const _0x1fd2e1=a52_0x5bd4,_0x30ee2b={'MzqiP':function(_0x55af7d,_0x582164,_0x4fbc34){return _0x55af7d(_0x582164,_0x4fbc34);}};return await _0x30ee2b[_0x1fd2e1(0x11a)](runTest,_0x50fb1b,_0x2f0139);},exports[a52_0x14d3ac(0x115)]=async(_0x296144,_0x3bce73,_0x3a940e,_0x66ce74,_0x5e0c15)=>{const _0x5951c7=a52_0x14d3ac,_0x5a9f93={'ppdxn':function(_0x1f9f51,_0x193e11,_0x3da6cd,_0x5d29d1,_0x73d58e,_0x562b52){return _0x1f9f51(_0x193e11,_0x3da6cd,_0x5d29d1,_0x73d58e,_0x562b52);}};return await _0x5a9f93[_0x5951c7(0x118)](runCucumberTest,_0x296144,_0x3bce73,_0x3a940e,_0x66ce74,_0x5e0c15);},exports['vanillaWorker']=async _0x32f655=>{const _0x367b87=a52_0x14d3ac,_0x130167={'YuUIB':function(_0x5f398c,_0x2a195e){return _0x5f398c(_0x2a195e);}};return await _0x130167[_0x367b87(0x11c)](runVanillaTest,_0x32f655);};function a52_0x5bd4(_0xceef55,_0x4bda6d){const _0x26c266=a52_0x26c2();return a52_0x5bd4=function(_0x5bd436,_0x4e7d52){_0x5bd436=_0x5bd436-0x111;let _0x426261=_0x26c266[_0x5bd436];return _0x426261;},a52_0x5bd4(_0xceef55,_0x4bda6d);}function a52_0x26c2(){const _0x3ffdd0=['2382kMnTCU','MzqiP','13876911OTxPHl','YuUIB','17709aPUTOR','12880MsHwZG','1371417uMHBBR','550086AhPniC','968bZMtyN','cucumberWorker','3466176cOPEWT','5373015PrHdDC','ppdxn'];a52_0x26c2=function(){return _0x3ffdd0;};return a52_0x26c2();}
1
+ function a52_0x39c6(_0x32e0aa,_0x437611){const _0x120521=a52_0x1205();return a52_0x39c6=function(_0x39c60e,_0x15155){_0x39c60e=_0x39c60e-0x171;let _0x1ac0ce=_0x120521[_0x39c60e];return _0x1ac0ce;},a52_0x39c6(_0x32e0aa,_0x437611);}const a52_0x168efb=a52_0x39c6;(function(_0x4f3982,_0x30961c){const _0x513388=a52_0x39c6,_0x4aa593=_0x4f3982();while(!![]){try{const _0x27d3c1=parseInt(_0x513388(0x176))/0x1*(-parseInt(_0x513388(0x172))/0x2)+-parseInt(_0x513388(0x175))/0x3*(parseInt(_0x513388(0x17e))/0x4)+parseInt(_0x513388(0x180))/0x5*(parseInt(_0x513388(0x17a))/0x6)+-parseInt(_0x513388(0x171))/0x7+-parseInt(_0x513388(0x17f))/0x8+parseInt(_0x513388(0x177))/0x9*(-parseInt(_0x513388(0x173))/0xa)+parseInt(_0x513388(0x179))/0xb;if(_0x27d3c1===_0x30961c)break;else _0x4aa593['push'](_0x4aa593['shift']());}catch(_0x3e1441){_0x4aa593['push'](_0x4aa593['shift']());}}}(a52_0x1205,0xa12bd));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a52_0x168efb(0x178)]=async(_0x55dd2a,_0x56c3e0)=>{const _0x4f56ca=a52_0x168efb,_0x11cafe={'BuQqt':function(_0x28a97b,_0x4bdaae,_0x45ccf8){return _0x28a97b(_0x4bdaae,_0x45ccf8);}};return await _0x11cafe[_0x4f56ca(0x17d)](runTest,_0x55dd2a,_0x56c3e0);},exports[a52_0x168efb(0x17b)]=async(_0x184434,_0x3bb3f3,_0x37c7b8,_0x412212,_0x15341a)=>{const _0x56f2e5={'hYCYC':function(_0x59ffc2,_0x11e4b0,_0x243243,_0x1f189d,_0x21ff0a,_0x4bb612){return _0x59ffc2(_0x11e4b0,_0x243243,_0x1f189d,_0x21ff0a,_0x4bb612);}};return await _0x56f2e5['hYCYC'](runCucumberTest,_0x184434,_0x3bb3f3,_0x37c7b8,_0x412212,_0x15341a);},exports[a52_0x168efb(0x174)]=async _0x5692ff=>{const _0xd11b2=a52_0x168efb,_0x3eae6b={'jiZKo':function(_0x33e667,_0x439a41){return _0x33e667(_0x439a41);}};return await _0x3eae6b[_0xd11b2(0x17c)](runVanillaTest,_0x5692ff);};function a52_0x1205(){const _0x263062=['cucumberWorker','jiZKo','BuQqt','32VzFQws','1300520zTrPCK','5HWqxbj','3302838KwYxoX','62OXrQHn','120etgBdr','vanillaWorker','330870AooWMS','40032zJIWkl','5787iEhEGz','worker','29050582BnFXpx','4707732sMBXDd'];a52_0x1205=function(){return _0x263062;};return a52_0x1205();}
@@ -1 +1 @@
1
- const a53_0x382a04=a53_0x5603;(function(_0x5028fd,_0x16a38d){const _0x2919e6=a53_0x5603,_0x532360=_0x5028fd();while(!![]){try{const _0x56bf55=-parseInt(_0x2919e6(0x1d1))/0x1*(parseInt(_0x2919e6(0x1f4))/0x2)+-parseInt(_0x2919e6(0x1f7))/0x3*(-parseInt(_0x2919e6(0x1e4))/0x4)+parseInt(_0x2919e6(0x1b7))/0x5*(parseInt(_0x2919e6(0x202))/0x6)+parseInt(_0x2919e6(0x20d))/0x7+-parseInt(_0x2919e6(0x1de))/0x8*(parseInt(_0x2919e6(0x1c9))/0x9)+-parseInt(_0x2919e6(0x206))/0xa*(parseInt(_0x2919e6(0x1fe))/0xb)+parseInt(_0x2919e6(0x1e0))/0xc*(-parseInt(_0x2919e6(0x201))/0xd);if(_0x56bf55===_0x16a38d)break;else _0x532360['push'](_0x532360['shift']());}catch(_0x3fe319){_0x532360['push'](_0x532360['shift']());}}}(a53_0x30c1,0x9ab4f));function a53_0x5603(_0xff83bb,_0xf57ab9){const _0x30c139=a53_0x30c1();return a53_0x5603=function(_0x560375,_0x54be44){_0x560375=_0x560375-0x1b6;let _0x40ff19=_0x30c139[_0x560375];return _0x40ff19;},a53_0x5603(_0xff83bb,_0xf57ab9);}function a53_0x30c1(){const _0x55f3cc=['172646yaVFKQ','mfFDO','exports','27bzPbkz','fYsAL','KjQyB','oeIjD','zVKja','/playwright?caps=','UKaXD','242eogWFK','zeAaU','cHOpz','4147xHlbrZ','215868kzkSIx','xoppt','vkKVK','apis','213830hqDQFj','hcRzY','zlMxZ','WlkuA','replace','OWuDk','wgAvb','4113060EFJnRt','htvmQ','getBStackAPIUrl','BROWSERSTACK_API_URL','Umgir','getConfig','EDS_URL','ioHDF','vTFGd','getPlaywrightHubUrl','MTqDJ','5rBoRau','CcQtn','endsWith','getAutomateSessionNameAPIUrl','LysJM','getInstance','automate','caroq','WNnIl','FDphX','SWyPM','jpxPT','toString','../v2/browserstackCLI','CeFSN','GfdNY','jZSOF','eZNRr','63630rvdDVz','wss:','mUXMm','getAppAutomateSessionStatusAPIUrl','ilpTN','lepyi','doUyG','yJkUN','3pnSDVl','haNNm','kRfot','DTPjc','APP_UPLOAD_URL','api','SjPdz','upload','zlKTY','ihbnx','NpUFi','getAutomateSessionsListAPIUrl','JgbmT','32EoEhOw','edsInstrumentation','9108HYOkzy','EdoTG','fjIGP','XItqu','448852NxuDKu','oqBDw','observability','fwLRf','ZOUmE','PLAYWRIGHT_HUB_URL','GEzyE','CxFuh','udSgk','getAutomateSessionStatusAPIUrl','appAutomate','cHSzX','gPqdG','OBSERVABILITY_UPLOAD_URL','jDVkG','txkcJ'];a53_0x30c1=function(){return _0x55f3cc;};return a53_0x30c1();}const constants=require('./constants'),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x1fb3da=a53_0x5603,_0x1fe2a4={'jtvsN':function(_0x36259c,_0x2e6e4a){return _0x36259c(_0x2e6e4a);},'ehbeF':_0x1fb3da(0x1c4)};return _0x1fe2a4['jtvsN'](require,_0x1fe2a4['ehbeF']);};class APIUtilityMethods{static[a53_0x382a04(0x20f)](_0x20cb62){const _0x21b08c=a53_0x382a04,_0x3bc85f={'YaDVx':function(_0xb63f85){return _0xb63f85();},'CxFuh':function(_0x1fe6f3,_0x3e4e8e,_0x26a87e){return _0x1fe6f3(_0x3e4e8e,_0x26a87e);},'SjPdz':_0x21b08c(0x205),'udSgk':_0x21b08c(0x1bd),'fYsAL':_0x21b08c(0x1d6),'haNNm':function(_0x46836b,_0x153d05){return _0x46836b===_0x153d05;},'ZOUmE':function(_0x330a23,_0x4d4280){return _0x330a23+_0x4d4280;}},_0x32f9ee=_0x3bc85f['YaDVx'](getBrowserstackCLI),_0xbe1c1e=_0x3bc85f[_0x21b08c(0x1eb)](nestedKeyValue,_0x32f9ee[_0x21b08c(0x1bc)]()['getConfig'](),[_0x3bc85f[_0x21b08c(0x1d7)],_0x3bc85f[_0x21b08c(0x1ec)],_0x3bc85f[_0x21b08c(0x1f8)]])||constants['BROWSERSTACK_API_URL'];if(!_0x20cb62||_0x3bc85f[_0x21b08c(0x1d2)](_0x20cb62,''))return _0xbe1c1e;const _0x11bb4f=_0xbe1c1e[_0x21b08c(0x1b9)]('/')?_0xbe1c1e:_0x3bc85f[_0x21b08c(0x1e8)](_0xbe1c1e,'/');return new URL(_0x20cb62,_0x11bb4f)[_0x21b08c(0x1c3)]();}static['getEdsInstrumentationAPIUrl'](_0x24fe0b){const _0x54c270=a53_0x382a04,_0x43c1a9={'LysJM':function(_0x40205b){return _0x40205b();},'jDVkG':function(_0xd07101,_0x223f11,_0x32c07c){return _0xd07101(_0x223f11,_0x32c07c);},'OWuDk':_0x54c270(0x205),'GLkAz':_0x54c270(0x1df),'kRfot':'api','AVMUK':function(_0xfae818,_0x38b2f9){return _0xfae818===_0x38b2f9;},'LCuGr':function(_0x1ad4d2,_0x213839){return _0x1ad4d2+_0x213839;}},_0x36a067=_0x43c1a9[_0x54c270(0x1bb)](getBrowserstackCLI),_0x384c96=_0x43c1a9[_0x54c270(0x1f2)](nestedKeyValue,_0x36a067[_0x54c270(0x1bc)]()[_0x54c270(0x212)](),[_0x43c1a9[_0x54c270(0x20b)],_0x43c1a9['GLkAz'],_0x43c1a9[_0x54c270(0x1d3)]])||constants[_0x54c270(0x213)];if(!_0x24fe0b||_0x43c1a9['AVMUK'](_0x24fe0b,''))return _0x384c96;const _0xa3955e=_0x384c96[_0x54c270(0x1b9)]('/')?_0x384c96:_0x43c1a9['LCuGr'](_0x384c96,'/');return new URL(_0x24fe0b,_0xa3955e)[_0x54c270(0x1c3)]();}static[a53_0x382a04(0x1ed)](_0x5c335d){const _0x382db0=a53_0x382a04,_0x349f93={'MTqDJ':function(_0xd26110){return _0xd26110();},'jxNoh':function(_0x1f701d,_0x41a3d4,_0x4226c2){return _0x1f701d(_0x41a3d4,_0x4226c2);},'ihbnx':_0x382db0(0x205),'doUyG':'automate','zVKja':_0x382db0(0x1d6),'DTPjc':function(_0x2a12ea,_0x2201a4){return _0x2a12ea===_0x2201a4;},'fjIGP':function(_0x5b4adc,_0x280cd1){return _0x5b4adc+_0x280cd1;}},_0x7150d3=_0x349f93[_0x382db0(0x1b6)](getBrowserstackCLI),_0x2145fc=_0x349f93['jxNoh'](nestedKeyValue,_0x7150d3[_0x382db0(0x1bc)]()[_0x382db0(0x212)](),[_0x349f93[_0x382db0(0x1da)],_0x349f93[_0x382db0(0x1cf)],_0x349f93[_0x382db0(0x1fb)]])||constants[_0x382db0(0x210)];if(!_0x5c335d||_0x349f93[_0x382db0(0x1d4)](_0x5c335d,''))return _0x2145fc;const _0x51044f=_0x2145fc[_0x382db0(0x1b9)]('/')?_0x2145fc:_0x349f93[_0x382db0(0x1e2)](_0x2145fc,'/');return new URL(_0x5c335d,_0x51044f)['toString']();}static[a53_0x382a04(0x1cc)](_0x5d6278){const _0x56a40e=a53_0x382a04,_0x51e95d={'FDphX':function(_0x44986f){return _0x44986f();},'ioHDF':function(_0x3168a9,_0x37f6d8,_0x1bd5ee){return _0x3168a9(_0x37f6d8,_0x1bd5ee);},'ilpTN':_0x56a40e(0x205),'gPqdG':_0x56a40e(0x1ee),'XItqu':_0x56a40e(0x1d6),'lepyi':function(_0x23395d,_0x3ef2c1){return _0x23395d===_0x3ef2c1;},'yJkUN':function(_0x3092cb,_0x47d080){return _0x3092cb+_0x47d080;}},_0x3d68b4=_0x51e95d[_0x56a40e(0x1c0)](getBrowserstackCLI),_0x59407f=_0x51e95d[_0x56a40e(0x214)](nestedKeyValue,_0x3d68b4[_0x56a40e(0x1bc)]()[_0x56a40e(0x212)](),[_0x51e95d[_0x56a40e(0x1cd)],_0x51e95d[_0x56a40e(0x1f0)],_0x51e95d[_0x56a40e(0x1e3)]])||constants[_0x56a40e(0x210)];if(!_0x5d6278||_0x51e95d[_0x56a40e(0x1ce)](_0x5d6278,''))return _0x59407f;const _0x33d1f8=_0x59407f[_0x56a40e(0x1b9)]('/')?_0x59407f:_0x51e95d[_0x56a40e(0x1d0)](_0x59407f,'/');return new URL(_0x5d6278,_0x33d1f8)[_0x56a40e(0x1c3)]();}static[a53_0x382a04(0x1ba)](_0x4ddb70){const _0x57d6fb=a53_0x382a04,_0x1c3cae={'fwLRf':function(_0x16b69f){return _0x16b69f();},'wBQYu':function(_0x3b4031,_0xa1f8b2,_0x119f0c){return _0x3b4031(_0xa1f8b2,_0x119f0c);},'zlMxZ':_0x57d6fb(0x205),'jZSOF':'automate','jpxPT':_0x57d6fb(0x1d6),'vVAHX':function(_0x4b27dc,_0x547d36){return _0x4b27dc===_0x547d36;},'xoppt':function(_0x4f9d77,_0x18d161){return _0x4f9d77+_0x18d161;}},_0x257f55=_0x1c3cae[_0x57d6fb(0x1e7)](getBrowserstackCLI),_0x53a589=_0x1c3cae['wBQYu'](nestedKeyValue,_0x257f55['getInstance']()[_0x57d6fb(0x212)](),[_0x1c3cae[_0x57d6fb(0x208)],_0x1c3cae[_0x57d6fb(0x1c7)],_0x1c3cae[_0x57d6fb(0x1c2)]])||constants[_0x57d6fb(0x210)];if(!_0x4ddb70||_0x1c3cae['vVAHX'](_0x4ddb70,''))return _0x53a589;const _0x132b49=_0x53a589['endsWith']('/')?_0x53a589:_0x1c3cae[_0x57d6fb(0x203)](_0x53a589,'/');return new URL(_0x4ddb70,_0x132b49)[_0x57d6fb(0x1c3)]();}static['getAppAutomateSessionNameAPIUrl'](_0xa7d2f7){const _0x22825f=a53_0x382a04,_0x10892b={'CeFSN':function(_0x148ad1){return _0x148ad1();},'KjQyB':function(_0x2ef3ba,_0x167e4a,_0x1b49e9){return _0x2ef3ba(_0x167e4a,_0x1b49e9);},'cHSzX':'apis','htvmQ':_0x22825f(0x1ee),'RgNaR':_0x22825f(0x1d6),'UKaXD':function(_0x42fa54,_0x96da03){return _0x42fa54===_0x96da03;},'VbjFB':function(_0x5edf71,_0x5c0e26){return _0x5edf71+_0x5c0e26;}},_0x39cc41=_0x10892b[_0x22825f(0x1c5)](getBrowserstackCLI),_0x2b9c91=_0x10892b[_0x22825f(0x1f9)](nestedKeyValue,_0x39cc41[_0x22825f(0x1bc)]()[_0x22825f(0x212)](),[_0x10892b[_0x22825f(0x1ef)],_0x10892b[_0x22825f(0x20e)],_0x10892b['RgNaR']])||constants[_0x22825f(0x210)];if(!_0xa7d2f7||_0x10892b[_0x22825f(0x1fd)](_0xa7d2f7,''))return _0x2b9c91;const _0x3f12da=_0x2b9c91['endsWith']('/')?_0x2b9c91:_0x10892b['VbjFB'](_0x2b9c91,'/');return new URL(_0xa7d2f7,_0x3f12da)[_0x22825f(0x1c3)]();}static[a53_0x382a04(0x1dc)](_0x17a01c){const _0x1f4be6=a53_0x382a04,_0x1612ed={'vkKVK':function(_0x520d93){return _0x520d93();},'cwrmn':function(_0x4ced99,_0x46ff3f,_0x21b0e7){return _0x4ced99(_0x46ff3f,_0x21b0e7);},'zeAaU':_0x1f4be6(0x205),'Umgir':'automate','tRNwf':'api','wgAvb':function(_0x5145c1,_0x4409e0){return _0x5145c1===_0x4409e0;},'oqBDw':function(_0x8683c7,_0x2fbc89){return _0x8683c7+_0x2fbc89;}},_0x22342a=_0x1612ed[_0x1f4be6(0x204)](getBrowserstackCLI),_0x4910b8=_0x1612ed['cwrmn'](nestedKeyValue,_0x22342a[_0x1f4be6(0x1bc)]()[_0x1f4be6(0x212)](),[_0x1612ed[_0x1f4be6(0x1ff)],_0x1612ed[_0x1f4be6(0x211)],_0x1612ed['tRNwf']])||constants['BROWSERSTACK_API_URL'];if(!_0x17a01c||_0x1612ed[_0x1f4be6(0x20c)](_0x17a01c,''))return _0x4910b8;const _0x516ca4=_0x4910b8[_0x1f4be6(0x1b9)]('/')?_0x4910b8:_0x1612ed[_0x1f4be6(0x1e5)](_0x4910b8,'/');return new URL(_0x17a01c,_0x516ca4)[_0x1f4be6(0x1c3)]()['replace'](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x9eff95){const _0x37fb55=a53_0x382a04,_0x5320e8={'GfdNY':function(_0x216f65){return _0x216f65();},'eZNRr':function(_0x29224f,_0x5f454b,_0x467a32){return _0x29224f(_0x5f454b,_0x467a32);},'UTecO':_0x37fb55(0x205),'GEzyE':_0x37fb55(0x1ee),'caroq':_0x37fb55(0x1d6),'CcQtn':function(_0x380f3b,_0x2713f6){return _0x380f3b===_0x2713f6;},'txkcJ':function(_0x28b790,_0x35659e){return _0x28b790+_0x35659e;}},_0x558918=_0x5320e8[_0x37fb55(0x1c6)](getBrowserstackCLI),_0x1deba6=_0x5320e8[_0x37fb55(0x1c8)](nestedKeyValue,_0x558918['getInstance']()[_0x37fb55(0x212)](),[_0x5320e8['UTecO'],_0x5320e8[_0x37fb55(0x1ea)],_0x5320e8[_0x37fb55(0x1be)]])||constants[_0x37fb55(0x1d5)];if(!_0x9eff95||_0x5320e8[_0x37fb55(0x1b8)](_0x9eff95,''))return _0x1deba6;const _0x51bb98=_0x1deba6[_0x37fb55(0x1b9)]('/')?_0x1deba6:_0x5320e8[_0x37fb55(0x1f3)](_0x1deba6,'/');return new URL(_0x9eff95,_0x51bb98)[_0x37fb55(0x1c3)]()[_0x37fb55(0x20a)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x210b32){const _0x4e6b02=a53_0x382a04,_0x2c7c1f={'WNnIl':function(_0x27fa5e){return _0x27fa5e();},'BEfzu':function(_0xd29291,_0x494fd1,_0x1cbe41){return _0xd29291(_0x494fd1,_0x1cbe41);},'zlKTY':_0x4e6b02(0x205),'WlkuA':_0x4e6b02(0x1e6),'NpUFi':_0x4e6b02(0x1d8),'YXXER':function(_0x32a27f,_0x42d570){return _0x32a27f===_0x42d570;},'mfFDO':function(_0x36e934,_0x6e1cfd){return _0x36e934+_0x6e1cfd;}},_0xd73882=_0x2c7c1f[_0x4e6b02(0x1bf)](getBrowserstackCLI),_0x2126f1=_0x2c7c1f['BEfzu'](nestedKeyValue,_0xd73882[_0x4e6b02(0x1bc)]()[_0x4e6b02(0x212)](),[_0x2c7c1f[_0x4e6b02(0x1d9)],_0x2c7c1f[_0x4e6b02(0x209)],_0x2c7c1f[_0x4e6b02(0x1db)]])||constants[_0x4e6b02(0x1f1)];if(!_0x210b32||_0x2c7c1f['YXXER'](_0x210b32,''))return _0x2126f1;const _0x14d2d7=_0x2126f1[_0x4e6b02(0x1b9)]('/')?_0x2126f1:_0x2c7c1f[_0x4e6b02(0x1f5)](_0x2126f1,'/');return new URL(_0x210b32,_0x14d2d7)[_0x4e6b02(0x1c3)]();}static[a53_0x382a04(0x216)](_0x1c1271){const _0x35016a=a53_0x382a04,_0x4a8599={'hcRzY':function(_0x8fae6a){return _0x8fae6a();},'cHOpz':function(_0x46f7db,_0x221353,_0x228817){return _0x46f7db(_0x221353,_0x228817);},'mUXMm':'apis','oeIjD':_0x35016a(0x1bd),'LFvOJ':'cdp','vTFGd':_0x35016a(0x1ca),'SWyPM':function(_0x4e5530,_0x2ba1c2){return _0x4e5530===_0x2ba1c2;},'JgbmT':function(_0x142864,_0x6f250b){return _0x142864+_0x6f250b;},'EdoTG':_0x35016a(0x1fc)},_0x37e1ff=_0x4a8599[_0x35016a(0x207)](getBrowserstackCLI),_0x24d553=_0x4a8599[_0x35016a(0x200)](nestedKeyValue,_0x37e1ff[_0x35016a(0x1bc)]()[_0x35016a(0x212)](),[_0x4a8599[_0x35016a(0x1cb)],_0x4a8599[_0x35016a(0x1fa)],_0x4a8599['LFvOJ']]),_0x3ef223=(_0x24d553?_0x24d553[_0x35016a(0x20a)](/^https:/,_0x4a8599[_0x35016a(0x215)]):null)||constants[_0x35016a(0x1e9)];let _0x4ff7e1;if(!_0x1c1271||_0x4a8599[_0x35016a(0x1c1)](_0x1c1271,''))_0x4ff7e1=_0x3ef223;else{const _0x17c7cd=_0x3ef223[_0x35016a(0x1b9)]('/')?_0x3ef223:_0x4a8599[_0x35016a(0x1dd)](_0x3ef223,'/');_0x4ff7e1=new URL(_0x1c1271,_0x17c7cd)['toString']();}return!_0x4ff7e1[_0x35016a(0x1b9)](_0x4a8599[_0x35016a(0x1e1)])&&(_0x4ff7e1+=_0x4a8599['EdoTG']),_0x4ff7e1;}}module[a53_0x382a04(0x1f6)]=APIUtilityMethods;
1
+ const a53_0x30f596=a53_0xd9a1;(function(_0x4622d1,_0x1709d5){const _0x32732a=a53_0xd9a1,_0x2bb562=_0x4622d1();while(!![]){try{const _0xcc20ee=parseInt(_0x32732a(0x1b0))/0x1*(-parseInt(_0x32732a(0x168))/0x2)+-parseInt(_0x32732a(0x1b7))/0x3+parseInt(_0x32732a(0x171))/0x4+-parseInt(_0x32732a(0x17b))/0x5+parseInt(_0x32732a(0x16b))/0x6+-parseInt(_0x32732a(0x1bb))/0x7+parseInt(_0x32732a(0x17f))/0x8*(parseInt(_0x32732a(0x1bf))/0x9);if(_0xcc20ee===_0x1709d5)break;else _0x2bb562['push'](_0x2bb562['shift']());}catch(_0x137528){_0x2bb562['push'](_0x2bb562['shift']());}}}(a53_0x2247,0x675a4));function a53_0x2247(){const _0x4fefe4=['18TUDGPt','bOtLY','EDS_URL','xjSYL','replace','appAutomate','322wTbTWl','TgOTT','bmEMZ','3778860PIiivy','uPKJD','./sharedUtils','DCBVg','OBSERVABILITY_UPLOAD_URL','gDvwN','775516FyYzEN','HSOwS','Qjczw','dezGJ','RRdqB','getConfig','getEdsInstrumentationAPIUrl','/playwright?caps=','qROlv','tlgpn','2124565wMmHHj','AfapQ','heXdY','frJKo','4219816elzwik','getAppAutomateSessionsListAPIUrl','YLupC','NCqFa','aAnkP','getAutomateSessionsListAPIUrl','KjzFA','QDtXD','GNCSK','xhvNP','oEPon','QCJFc','APjpH','Xkfog','CurOK','IcExk','oWNpq','Ciygj','XfoQs','apis','ZCGAy','oLKNx','qmbzm','UUWeb','KtQza','hMmAg','mswwb','getAutomateSessionStatusAPIUrl','BROWSERSTACK_API_URL','QDCQp','wss:','api','getBStackAPIUrl','PLAYWRIGHT_HUB_URL','exports','upload','endsWith','nNpTs','DKbeq','zwxWS','observability','msbcq','automate','atQMG','edsInstrumentation','yZQsA','IYiAf','toString','oTcUt','1237xhahaJ','getAppAutomateSessionStatusAPIUrl','LUsTV','rhjIC','VIYFT','getAutomateSessionNameAPIUrl','LLNcw','2278557agOyzJ','APP_UPLOAD_URL','FsABm','JRPvg','502054tDpVOd','JCqhN','getInstance','qNPlf'];a53_0x2247=function(){return _0x4fefe4;};return a53_0x2247();}function a53_0xd9a1(_0x3acad6,_0x526457){const _0x224721=a53_0x2247();return a53_0xd9a1=function(_0xd9a144,_0x5a4114){_0xd9a144=_0xd9a144-0x166;let _0x3c1c5f=_0x224721[_0xd9a144];return _0x3c1c5f;},a53_0xd9a1(_0x3acad6,_0x526457);}const constants=require('./constants'),{nestedKeyValue}=require(a53_0x30f596(0x16d)),getBrowserstackCLI=()=>{const _0x40afe8=a53_0x30f596,_0xaa8f11={'iqvhB':function(_0x41e10f,_0x261133){return _0x41e10f(_0x261133);},'TgOTT':'../v2/browserstackCLI'};return _0xaa8f11['iqvhB'](require,_0xaa8f11[_0x40afe8(0x169)]);};class APIUtilityMethods{static[a53_0x30f596(0x19f)](_0x51b3d6){const _0x6a3378=a53_0x30f596,_0x1b9fd3={'GNCSK':function(_0x139539){return _0x139539();},'LUsTV':function(_0x700d86,_0x488b50,_0x3751fb){return _0x700d86(_0x488b50,_0x3751fb);},'FKLju':_0x6a3378(0x192),'oTcUt':_0x6a3378(0x1a9),'dsqON':'api','qmbzm':function(_0x27cdf3,_0x324e65){return _0x27cdf3===_0x324e65;},'atQMG':function(_0xccf978,_0xd41b84){return _0xccf978+_0xd41b84;}},_0x56e84c=_0x1b9fd3[_0x6a3378(0x187)](getBrowserstackCLI),_0x107fc6=_0x1b9fd3[_0x6a3378(0x1b2)](nestedKeyValue,_0x56e84c['getInstance']()[_0x6a3378(0x176)](),[_0x1b9fd3['FKLju'],_0x1b9fd3[_0x6a3378(0x1af)],_0x1b9fd3['dsqON']])||constants['BROWSERSTACK_API_URL'];if(!_0x51b3d6||_0x1b9fd3[_0x6a3378(0x195)](_0x51b3d6,''))return _0x107fc6;const _0x4890dc=_0x107fc6[_0x6a3378(0x1a3)]('/')?_0x107fc6:_0x1b9fd3[_0x6a3378(0x1aa)](_0x107fc6,'/');return new URL(_0x51b3d6,_0x4890dc)[_0x6a3378(0x1ae)]();}static[a53_0x30f596(0x177)](_0x1a5213){const _0x219c8d=a53_0x30f596,_0x5145c3={'qROlv':function(_0x57649c){return _0x57649c();},'YLupC':function(_0x301eb0,_0x43ddd4,_0x34ca84){return _0x301eb0(_0x43ddd4,_0x34ca84);},'APjpH':_0x219c8d(0x192),'bOtLY':_0x219c8d(0x1ab),'XfoQs':_0x219c8d(0x19e),'RRdqB':function(_0x4b2fb8,_0x1aafb0){return _0x4b2fb8===_0x1aafb0;},'KtQza':function(_0x2cb15b,_0x323c93){return _0x2cb15b+_0x323c93;}},_0x5a28e0=_0x5145c3[_0x219c8d(0x179)](getBrowserstackCLI),_0x5b19b6=_0x5145c3[_0x219c8d(0x181)](nestedKeyValue,_0x5a28e0[_0x219c8d(0x1bd)]()['getConfig'](),[_0x5145c3[_0x219c8d(0x18b)],_0x5145c3[_0x219c8d(0x1c0)],_0x5145c3[_0x219c8d(0x191)]])||constants[_0x219c8d(0x1c1)];if(!_0x1a5213||_0x5145c3[_0x219c8d(0x175)](_0x1a5213,''))return _0x5b19b6;const _0x3f5c49=_0x5b19b6['endsWith']('/')?_0x5b19b6:_0x5145c3[_0x219c8d(0x197)](_0x5b19b6,'/');return new URL(_0x1a5213,_0x3f5c49)[_0x219c8d(0x1ae)]();}static[a53_0x30f596(0x19a)](_0x12c816){const _0x318b4d=a53_0x30f596,_0x402924={'bbDUR':function(_0x561f92){return _0x561f92();},'IYiAf':function(_0x599e5e,_0x21edd3,_0x202844){return _0x599e5e(_0x21edd3,_0x202844);},'QCJFc':'apis','Ciygj':_0x318b4d(0x1a9),'QDtXD':'api','crQQa':function(_0x16a06c,_0x261e1c){return _0x16a06c===_0x261e1c;},'qKxtr':function(_0xc6191b,_0x22af0e){return _0xc6191b+_0x22af0e;}},_0x1aed70=_0x402924['bbDUR'](getBrowserstackCLI),_0x4daea1=_0x402924[_0x318b4d(0x1ad)](nestedKeyValue,_0x1aed70['getInstance']()[_0x318b4d(0x176)](),[_0x402924[_0x318b4d(0x18a)],_0x402924[_0x318b4d(0x190)],_0x402924[_0x318b4d(0x186)]])||constants[_0x318b4d(0x19b)];if(!_0x12c816||_0x402924['crQQa'](_0x12c816,''))return _0x4daea1;const _0x19bda7=_0x4daea1[_0x318b4d(0x1a3)]('/')?_0x4daea1:_0x402924['qKxtr'](_0x4daea1,'/');return new URL(_0x12c816,_0x19bda7)[_0x318b4d(0x1ae)]();}static[a53_0x30f596(0x1b1)](_0x5958e2){const _0x195e3e=a53_0x30f596,_0x58bd3e={'gDvwN':function(_0x26834d){return _0x26834d();},'xjSYL':function(_0x59de7d,_0x18ea85,_0x1cc9c1){return _0x59de7d(_0x18ea85,_0x1cc9c1);},'bmEMZ':_0x195e3e(0x192),'hMmAg':_0x195e3e(0x167),'KjzFA':_0x195e3e(0x19e),'QDCQp':function(_0x3cc25b,_0x159c66){return _0x3cc25b===_0x159c66;},'FsABm':function(_0x2602f8,_0x553297){return _0x2602f8+_0x553297;}},_0x2bd095=_0x58bd3e[_0x195e3e(0x170)](getBrowserstackCLI),_0x163e66=_0x58bd3e[_0x195e3e(0x1c2)](nestedKeyValue,_0x2bd095['getInstance']()[_0x195e3e(0x176)](),[_0x58bd3e[_0x195e3e(0x16a)],_0x58bd3e[_0x195e3e(0x198)],_0x58bd3e[_0x195e3e(0x185)]])||constants[_0x195e3e(0x19b)];if(!_0x5958e2||_0x58bd3e[_0x195e3e(0x19c)](_0x5958e2,''))return _0x163e66;const _0x2d74c0=_0x163e66['endsWith']('/')?_0x163e66:_0x58bd3e[_0x195e3e(0x1b9)](_0x163e66,'/');return new URL(_0x5958e2,_0x2d74c0)[_0x195e3e(0x1ae)]();}static[a53_0x30f596(0x1b5)](_0x2b6d47){const _0x263d4b=a53_0x30f596,_0x4d1549={'UUWeb':function(_0x5a5e54){return _0x5a5e54();},'mswwb':function(_0x8325d9,_0x1c0eba,_0x59fbd7){return _0x8325d9(_0x1c0eba,_0x59fbd7);},'rhjIC':_0x263d4b(0x192),'bQeds':_0x263d4b(0x1a9),'KpTPo':'api','CWrkw':function(_0x18ba82,_0x5bd471){return _0x18ba82===_0x5bd471;},'IcExk':function(_0xed2968,_0x37a805){return _0xed2968+_0x37a805;}},_0x3c2449=_0x4d1549[_0x263d4b(0x196)](getBrowserstackCLI),_0x4c4e59=_0x4d1549[_0x263d4b(0x199)](nestedKeyValue,_0x3c2449[_0x263d4b(0x1bd)]()[_0x263d4b(0x176)](),[_0x4d1549[_0x263d4b(0x1b3)],_0x4d1549['bQeds'],_0x4d1549['KpTPo']])||constants[_0x263d4b(0x19b)];if(!_0x2b6d47||_0x4d1549['CWrkw'](_0x2b6d47,''))return _0x4c4e59;const _0x141b91=_0x4c4e59[_0x263d4b(0x1a3)]('/')?_0x4c4e59:_0x4d1549[_0x263d4b(0x18e)](_0x4c4e59,'/');return new URL(_0x2b6d47,_0x141b91)[_0x263d4b(0x1ae)]();}static['getAppAutomateSessionNameAPIUrl'](_0x2d6b23){const _0x9a1410=a53_0x30f596,_0xe96625={'DKbeq':function(_0x16af8b){return _0x16af8b();},'qNPlf':function(_0x361c67,_0x230f20,_0x226892){return _0x361c67(_0x230f20,_0x226892);},'frJKo':'apis','VIYFT':_0x9a1410(0x167),'zwxWS':_0x9a1410(0x19e),'lKXrB':function(_0xae85f0,_0x30dcf8){return _0xae85f0===_0x30dcf8;},'TVLNT':function(_0x2553f1,_0x298f63){return _0x2553f1+_0x298f63;}},_0x4e63d8=_0xe96625[_0x9a1410(0x1a5)](getBrowserstackCLI),_0x14789f=_0xe96625[_0x9a1410(0x1be)](nestedKeyValue,_0x4e63d8[_0x9a1410(0x1bd)]()[_0x9a1410(0x176)](),[_0xe96625[_0x9a1410(0x17e)],_0xe96625[_0x9a1410(0x1b4)],_0xe96625[_0x9a1410(0x1a6)]])||constants[_0x9a1410(0x19b)];if(!_0x2d6b23||_0xe96625['lKXrB'](_0x2d6b23,''))return _0x14789f;const _0xd6a2dd=_0x14789f[_0x9a1410(0x1a3)]('/')?_0x14789f:_0xe96625['TVLNT'](_0x14789f,'/');return new URL(_0x2d6b23,_0xd6a2dd)['toString']();}static[a53_0x30f596(0x184)](_0x2bae90){const _0x3483b7=a53_0x30f596,_0x5899a5={'oEPon':function(_0x2dbf1a){return _0x2dbf1a();},'Xkfog':function(_0x4e248f,_0x3c97c5,_0x341419){return _0x4e248f(_0x3c97c5,_0x341419);},'heXdY':'apis','rVkOF':_0x3483b7(0x1a9),'dezGJ':'api','JCqhN':function(_0x29e137,_0x26a758){return _0x29e137===_0x26a758;},'jMzZC':function(_0x20028f,_0x451ea8){return _0x20028f+_0x451ea8;}},_0xaeca1=_0x5899a5[_0x3483b7(0x189)](getBrowserstackCLI),_0x1eee28=_0x5899a5[_0x3483b7(0x18c)](nestedKeyValue,_0xaeca1[_0x3483b7(0x1bd)]()['getConfig'](),[_0x5899a5[_0x3483b7(0x17d)],_0x5899a5['rVkOF'],_0x5899a5[_0x3483b7(0x174)]])||constants['BROWSERSTACK_API_URL'];if(!_0x2bae90||_0x5899a5[_0x3483b7(0x1bc)](_0x2bae90,''))return _0x1eee28;const _0x61d946=_0x1eee28['endsWith']('/')?_0x1eee28:_0x5899a5['jMzZC'](_0x1eee28,'/');return new URL(_0x2bae90,_0x61d946)[_0x3483b7(0x1ae)]()[_0x3483b7(0x166)](/^https?:\/\//,'');}static[a53_0x30f596(0x180)](_0x480bf2){const _0x1cbcc3=a53_0x30f596,_0x4d3c56={'uPKJD':function(_0x3a0b10){return _0x3a0b10();},'CurOK':function(_0x7f69af,_0x53c04c,_0x1d4ca9){return _0x7f69af(_0x53c04c,_0x1d4ca9);},'aeYOy':_0x1cbcc3(0x192),'nNpTs':'appAutomate','ZCGAy':'api','HSOwS':function(_0x400914,_0x426360){return _0x400914===_0x426360;},'xhvNP':function(_0x2926d7,_0x54aa98){return _0x2926d7+_0x54aa98;}},_0xfa950a=_0x4d3c56[_0x1cbcc3(0x16c)](getBrowserstackCLI),_0x5d0fde=_0x4d3c56[_0x1cbcc3(0x18d)](nestedKeyValue,_0xfa950a['getInstance']()[_0x1cbcc3(0x176)](),[_0x4d3c56['aeYOy'],_0x4d3c56[_0x1cbcc3(0x1a4)],_0x4d3c56[_0x1cbcc3(0x193)]])||constants[_0x1cbcc3(0x1b8)];if(!_0x480bf2||_0x4d3c56[_0x1cbcc3(0x172)](_0x480bf2,''))return _0x5d0fde;const _0x39a262=_0x5d0fde['endsWith']('/')?_0x5d0fde:_0x4d3c56[_0x1cbcc3(0x188)](_0x5d0fde,'/');return new URL(_0x480bf2,_0x39a262)[_0x1cbcc3(0x1ae)]()[_0x1cbcc3(0x166)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x5243cb){const _0x4d6a37=a53_0x30f596,_0x105b87={'oWNpq':function(_0x17142f){return _0x17142f();},'fxCOQ':function(_0x4a7cf1,_0x1235c7,_0xb5e728){return _0x4a7cf1(_0x1235c7,_0xb5e728);},'JRPvg':_0x4d6a37(0x192),'yZQsA':_0x4d6a37(0x1a7),'RwEIi':_0x4d6a37(0x1a2),'Qjczw':function(_0x1e6c36,_0x3d1676){return _0x1e6c36===_0x3d1676;},'AfapQ':function(_0x2315b7,_0x4bb3e4){return _0x2315b7+_0x4bb3e4;}},_0x3cf3da=_0x105b87[_0x4d6a37(0x18f)](getBrowserstackCLI),_0x5dcb6a=_0x105b87['fxCOQ'](nestedKeyValue,_0x3cf3da[_0x4d6a37(0x1bd)]()[_0x4d6a37(0x176)](),[_0x105b87[_0x4d6a37(0x1ba)],_0x105b87[_0x4d6a37(0x1ac)],_0x105b87['RwEIi']])||constants[_0x4d6a37(0x16f)];if(!_0x5243cb||_0x105b87[_0x4d6a37(0x173)](_0x5243cb,''))return _0x5dcb6a;const _0x1ed1d1=_0x5dcb6a['endsWith']('/')?_0x5dcb6a:_0x105b87[_0x4d6a37(0x17c)](_0x5dcb6a,'/');return new URL(_0x5243cb,_0x1ed1d1)[_0x4d6a37(0x1ae)]();}static['getPlaywrightHubUrl'](_0x25002e){const _0x9ff122=a53_0x30f596,_0x3b1c83={'Ertbx':function(_0x293a02){return _0x293a02();},'NCqFa':function(_0x270713,_0x3180f8,_0x3367b9){return _0x270713(_0x3180f8,_0x3367b9);},'tlgpn':_0x9ff122(0x192),'aAnkP':'automate','msbcq':'cdp','oLKNx':_0x9ff122(0x19d),'ybpNT':function(_0x2d4f40,_0x25c8d9){return _0x2d4f40===_0x25c8d9;},'DCBVg':function(_0x3edf44,_0x3e87c1){return _0x3edf44+_0x3e87c1;},'LLNcw':_0x9ff122(0x178)},_0x149291=_0x3b1c83['Ertbx'](getBrowserstackCLI),_0x1c18d5=_0x3b1c83[_0x9ff122(0x182)](nestedKeyValue,_0x149291[_0x9ff122(0x1bd)]()[_0x9ff122(0x176)](),[_0x3b1c83[_0x9ff122(0x17a)],_0x3b1c83[_0x9ff122(0x183)],_0x3b1c83[_0x9ff122(0x1a8)]]),_0x34df06=(_0x1c18d5?_0x1c18d5[_0x9ff122(0x166)](/^https:/,_0x3b1c83[_0x9ff122(0x194)]):null)||constants[_0x9ff122(0x1a0)];let _0x2f3bb4;if(!_0x25002e||_0x3b1c83['ybpNT'](_0x25002e,''))_0x2f3bb4=_0x34df06;else{const _0x3b2b32=_0x34df06[_0x9ff122(0x1a3)]('/')?_0x34df06:_0x3b1c83[_0x9ff122(0x16e)](_0x34df06,'/');_0x2f3bb4=new URL(_0x25002e,_0x3b2b32)[_0x9ff122(0x1ae)]();}return!_0x2f3bb4[_0x9ff122(0x1a3)](_0x3b1c83[_0x9ff122(0x1b6)])&&(_0x2f3bb4+=_0x3b1c83[_0x9ff122(0x1b6)]),_0x2f3bb4;}}module[a53_0x30f596(0x1a1)]=APIUtilityMethods;
@@ -1 +1 @@
1
- const a54_0x916bab=a54_0x5634;(function(_0x531afe,_0x4b1190){const _0x3202e2=a54_0x5634,_0x485df8=_0x531afe();while(!![]){try{const _0x4675b9=parseInt(_0x3202e2(0xb9))/0x1+-parseInt(_0x3202e2(0xd1))/0x2*(-parseInt(_0x3202e2(0xa9))/0x3)+parseInt(_0x3202e2(0xaf))/0x4*(parseInt(_0x3202e2(0xb3))/0x5)+parseInt(_0x3202e2(0xed))/0x6+-parseInt(_0x3202e2(0xf8))/0x7+parseInt(_0x3202e2(0xcc))/0x8*(-parseInt(_0x3202e2(0xdc))/0x9)+-parseInt(_0x3202e2(0xe3))/0xa;if(_0x4675b9===_0x4b1190)break;else _0x485df8['push'](_0x485df8['shift']());}catch(_0xdf0f0c){_0x485df8['push'](_0x485df8['shift']());}}}(a54_0x55b2,0xbb7f8));const logger=require(a54_0x916bab(0xbe))[a54_0x916bab(0xad)],BrowserstackCLI=require(a54_0x916bab(0xe4)),GrpcClient=require(a54_0x916bab(0xa0)),constants=require('./constants');function a54_0x5634(_0x380f5f,_0x54e3d0){const _0x55b2b3=a54_0x55b2();return a54_0x5634=function(_0x5634ed,_0x537c79){_0x5634ed=_0x5634ed-0x96;let _0x3d0c93=_0x55b2b3[_0x5634ed];return _0x3d0c93;},a54_0x5634(_0x380f5f,_0x54e3d0);}class ClientTroubleShootingService{static [a54_0x916bab(0xa5)]=null;static [a54_0x916bab(0xef)]=new Set();static async[a54_0x916bab(0xfb)](_0x5027c3){const _0x4fab1a=a54_0x916bab,_0x56cf84={};_0x56cf84[_0x4fab1a(0xbd)]=function(_0x5d7924,_0x144e1d){return _0x5d7924!==_0x144e1d;};const _0x1ce5a1=_0x56cf84;try{if(BrowserstackCLI[_0x4fab1a(0xb8)]()[_0x4fab1a(0xaa)]()){const _0x2683a9=await GrpcClient['getInstance']()[_0x4fab1a(0xd8)](_0x5027c3);if(_0x1ce5a1[_0x4fab1a(0xbd)](_0x2683a9,null)&&_0x2683a9[_0x4fab1a(0xa8)]())return{'errorCode':_0x2683a9[_0x4fab1a(0xe8)](),'errorMessage':_0x2683a9[_0x4fab1a(0xa1)]()};return{};}return{};}catch(_0x51f763){return this[_0x4fab1a(0xc1)](_0x4fab1a(0xea)+_0x5027c3+':',_0x51f763),{};}}static async[a54_0x916bab(0xf4)](){const _0x1e2737=a54_0x916bab,_0x537937={};_0x537937[_0x1e2737(0xa7)]=function(_0x1dc944,_0x2b16b9){return _0x1dc944!==_0x2b16b9;},_0x537937[_0x1e2737(0xc9)]=_0x1e2737(0xde),_0x537937[_0x1e2737(0x99)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x537b9d=_0x537937;try{if(BrowserstackCLI['getInstance']()['isRunning']()){const _0x29a2e7=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0x537b9d['qZnIx'](_0x29a2e7,null)&&_0x29a2e7[_0x1e2737(0xa8)]()){const _0x110ef2=Buffer[_0x1e2737(0x9e)](_0x29a2e7['getErrorCodes'](),_0x537b9d[_0x1e2737(0xc9)])[_0x1e2737(0xb5)](),_0x40a821=_0x110ef2?JSON['parse'](_0x110ef2):[],_0x539905=_0x29a2e7[_0x1e2737(0xd0)](),_0x5872f5=_0x29a2e7[_0x1e2737(0xcd)](),_0x2ae494=Buffer[_0x1e2737(0x9e)](_0x29a2e7[_0x1e2737(0x9d)](),_0x537b9d[_0x1e2737(0xc9)])[_0x1e2737(0xb5)](),_0x30ed48=_0x2ae494?JSON[_0x1e2737(0xce)](_0x2ae494):[],_0x27338c={};return _0x27338c[_0x1e2737(0x97)]=_0x40a821,_0x27338c['documentationLink']=_0x539905,_0x27338c[_0x1e2737(0xe7)]=_0x5872f5,_0x27338c[_0x1e2737(0xf1)]=_0x30ed48,_0x27338c;}const _0x3f1c17={};return _0x3f1c17[_0x1e2737(0x97)]=[],_0x3f1c17[_0x1e2737(0xc2)]='',_0x3f1c17[_0x1e2737(0xe7)]='',_0x3f1c17[_0x1e2737(0xf1)]=[],_0x3f1c17;}const _0x283ee7={};return _0x283ee7[_0x1e2737(0x97)]=[],_0x283ee7[_0x1e2737(0xc2)]='',_0x283ee7[_0x1e2737(0xe7)]='',_0x283ee7[_0x1e2737(0xf1)]=[],_0x283ee7;}catch(_0x506c52){this[_0x1e2737(0xc1)](_0x537b9d[_0x1e2737(0x99)],_0x506c52);const _0x301122={};return _0x301122[_0x1e2737(0x97)]=[],_0x301122['documentationLink']='',_0x301122[_0x1e2737(0xe7)]='',_0x301122['errorCodesOccurredInCLI']=[],_0x301122;}}static['logSituation'](_0x59750d,_0x3a1f18){const _0x3803cc=a54_0x916bab;logger[_0x3803cc(0xa3)](_0x59750d+':\x20'+_0x3a1f18);}static[a54_0x916bab(0xd3)](_0x549563){const _0x342a65=a54_0x916bab,_0x26cb73={};_0x26cb73[_0x342a65(0xa6)]=function(_0x4e6009,_0x713cfe){return _0x4e6009!=_0x713cfe;},_0x26cb73[_0x342a65(0xb6)]=function(_0x4a5955,_0x5f01cd){return _0x4a5955!=_0x5f01cd;},_0x26cb73[_0x342a65(0xc4)]=function(_0x26af11,_0x961999){return _0x26af11>_0x961999;},_0x26cb73[_0x342a65(0x9b)]=function(_0x500df1,_0x51605b){return _0x500df1!=_0x51605b;};const _0x217dd9=_0x26cb73,_0x4b7d76=[];if(_0x217dd9['yicPk'](_0x549563,null)&&_0x217dd9[_0x342a65(0xb6)](_0x549563[_0x342a65(0xf1)],null)&&_0x217dd9[_0x342a65(0xc4)](_0x549563['errorCodesOccurredInCLI'][_0x342a65(0xd4)],0x0))for(const _0xf07454 of _0x549563[_0x342a65(0xf1)]){_0x217dd9[_0x342a65(0x9b)](_0xf07454[_0x342a65(0xba)],null)&&_0x217dd9['fyEwI'](_0xf07454['errorMessage'],null)&&(_0x4b7d76[_0x342a65(0xd5)](_0xf07454[_0x342a65(0xba)]),this[_0x342a65(0xdb)](_0xf07454[_0x342a65(0xba)],_0xf07454[_0x342a65(0xab)]));}return _0x4b7d76;}static[a54_0x916bab(0xc5)](){const _0x3b7b20=a54_0x916bab;return this[_0x3b7b20(0xa5)];}static['logError'](_0x54c100,_0x292714){const _0x59ec2b=a54_0x916bab,_0x271af0={};_0x271af0[_0x59ec2b(0xe6)]=function(_0x1edbed,_0x3dd714){return _0x1edbed===_0x3dd714;},_0x271af0['NYawF']=_0x59ec2b(0xc3);const _0x5a793c=_0x271af0;if(_0x5a793c[_0x59ec2b(0xe6)](typeof _0x292714,_0x5a793c[_0x59ec2b(0xee)]))try{logger[_0x59ec2b(0xd2)](_0x59ec2b(0xe9)+_0x54c100+'\x20'+JSON[_0x59ec2b(0x9f)](_0x292714));}catch(_0x5ca833){logger[_0x59ec2b(0xd2)](_0x59ec2b(0xe9)+_0x54c100+'\x20'+_0x292714);}else logger[_0x59ec2b(0xd2)](_0x59ec2b(0xe9)+_0x54c100+'\x20'+_0x292714);}static async['reportProcessInterruptionSituation'](_0x2e6472){const _0x172767=a54_0x916bab,_0xf698ef={};_0xf698ef[_0x172767(0xb2)]=_0x172767(0xa2),_0xf698ef[_0x172767(0xd9)]=function(_0x245cd0,_0x538f68){return _0x245cd0===_0x538f68;},_0xf698ef[_0x172767(0xc7)]='Process\x20Interruption\x20details\x20not\x20found:',_0xf698ef['lPWnW']=_0x172767(0xe1);const _0xc37093=_0xf698ef,_0x5654ac=await this[_0x172767(0xfb)](_0xc37093[_0x172767(0xb2)]);if(_0xc37093[_0x172767(0xd9)](Object[_0x172767(0xf0)](_0x5654ac)['length'],0x0)){this['logError'](_0xc37093['uxHbE'],_0x5654ac);return;}this[_0x172767(0xdb)](_0x5654ac['errorCode'],_0x5654ac[_0x172767(0xab)]['replace'](_0xc37093[_0x172767(0x9a)],_0x2e6472));}static async[a54_0x916bab(0xc0)](){const _0x13cd2a=a54_0x916bab,_0x423ad2={};_0x423ad2['UkSZa']=_0x13cd2a(0xf9),_0x423ad2[_0x13cd2a(0xfa)]=function(_0x3c3fc1,_0x31a45d){return _0x3c3fc1===_0x31a45d;},_0x423ad2['TwNfk']=_0x13cd2a(0xc6);const _0x1a5dd8=_0x423ad2,_0x30904c=await this[_0x13cd2a(0xfb)](_0x1a5dd8[_0x13cd2a(0xb4)]);if(_0x1a5dd8[_0x13cd2a(0xfa)](Object['keys'](_0x30904c)[_0x13cd2a(0xd4)],0x0)){this[_0x13cd2a(0xc1)](_0x1a5dd8['TwNfk'],_0x30904c);return;}this[_0x13cd2a(0xdb)](_0x30904c[_0x13cd2a(0xba)],_0x30904c[_0x13cd2a(0xab)]);}static async[a54_0x916bab(0xf6)](){const _0x515d8d=a54_0x916bab,_0x59eef2={};_0x59eef2['SqNsB']=_0x515d8d(0xf7),_0x59eef2['RMTKI']=function(_0x3fcc74,_0xbc981a){return _0x3fcc74===_0xbc981a;},_0x59eef2[_0x515d8d(0xfe)]=_0x515d8d(0xff);const _0x3f5adf=_0x59eef2,_0x569968=await this[_0x515d8d(0xfb)](_0x3f5adf['SqNsB']);if(_0x3f5adf[_0x515d8d(0xeb)](Object[_0x515d8d(0xf0)](_0x569968)[_0x515d8d(0xd4)],0x0)){this[_0x515d8d(0xc1)](_0x3f5adf[_0x515d8d(0xfe)],_0x569968);return;}this[_0x515d8d(0xdb)](_0x569968[_0x515d8d(0xba)],_0x569968[_0x515d8d(0xab)]);}static async[a54_0x916bab(0xda)](){const _0x1c7dfd=a54_0x916bab,_0x2a4b4e={};_0x2a4b4e[_0x1c7dfd(0xcb)]=_0x1c7dfd(0xec),_0x2a4b4e[_0x1c7dfd(0xfd)]=function(_0x10d3e1,_0x6284c4){return _0x10d3e1===_0x6284c4;},_0x2a4b4e['ycMMd']=_0x1c7dfd(0xdd);const _0x2bf3cc=_0x2a4b4e,_0x375135=await this[_0x1c7dfd(0xfb)](_0x2bf3cc[_0x1c7dfd(0xcb)]);if(_0x2bf3cc[_0x1c7dfd(0xfd)](Object[_0x1c7dfd(0xf0)](_0x375135)['length'],0x0)){this['logError'](_0x2bf3cc['ycMMd'],_0x375135);return;}this['logSituation'](_0x375135[_0x1c7dfd(0xba)],_0x375135['errorMessage']);}static[a54_0x916bab(0xae)](){const _0x383184=a54_0x916bab,_0x2c00ee={};_0x2c00ee[_0x383184(0xf5)]=_0x383184(0xcf),_0x2c00ee[_0x383184(0xbb)]=function(_0x3c0ef5,_0x2f9cdc){return _0x3c0ef5===_0x2f9cdc;},_0x2c00ee['wpNCU']=_0x383184(0xbf);const _0x284d34=_0x2c00ee,_0x8ff686=constants[_0x383184(0xac)][_0x284d34[_0x383184(0xf5)]];if(_0x284d34[_0x383184(0xbb)](Object[_0x383184(0xf0)](_0x8ff686)[_0x383184(0xd4)],0x0)){this['logError'](_0x284d34[_0x383184(0xb0)],_0x8ff686);return;}this[_0x383184(0xef)]['add'](_0x8ff686[0x0]),this[_0x383184(0xdb)](_0x8ff686[0x0],_0x8ff686[0x1]);}static async[a54_0x916bab(0xd6)](_0x9e2184){const _0x5945f3=a54_0x916bab,_0x20ee06={};_0x20ee06[_0x5945f3(0xc8)]=_0x5945f3(0xfc),_0x20ee06[_0x5945f3(0x9c)]=function(_0xe023a2,_0x1d4aec){return _0xe023a2===_0x1d4aec;},_0x20ee06[_0x5945f3(0xa4)]=_0x5945f3(0xb7),_0x20ee06[_0x5945f3(0xd7)]='{ENV_VAR}';const _0x5c95b3=_0x20ee06,_0x15118f=await this[_0x5945f3(0xfb)](_0x5c95b3['TlcRa']);if(_0x5c95b3[_0x5945f3(0x9c)](Object['keys'](_0x15118f)[_0x5945f3(0xd4)],0x0)){this[_0x5945f3(0xc1)](_0x5c95b3['ynOTu'],_0x15118f);return;}const _0x445875=_0x15118f[_0x5945f3(0xab)][_0x5945f3(0x96)](_0x5c95b3[_0x5945f3(0xd7)],_0x9e2184);this['logSituation'](_0x15118f[_0x5945f3(0xba)],_0x445875);}static async[a54_0x916bab(0xe5)](){const _0xc659e8=a54_0x916bab,_0x148116={};_0x148116[_0xc659e8(0xe2)]=function(_0x158f65,_0x52b236){return _0x158f65>_0x52b236;},_0x148116[_0xc659e8(0x98)]=function(_0xe58901,_0x4e8d89){return _0xe58901>_0x4e8d89;},_0x148116[_0xc659e8(0xbc)]=_0xc659e8(0xe0),_0x148116['vxIWV']='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x17736b=_0x148116,_0x34fe64=await this[_0xc659e8(0xf4)](),_0x29841a=this[_0xc659e8(0xd3)](_0x34fe64),_0x4a6f5f=Array[_0xc659e8(0xf2)](_0x34fe64[_0xc659e8(0x97)])?_0x34fe64[_0xc659e8(0x97)]:[],_0x51d5b7=_0x17736b[_0xc659e8(0xe2)](this['errorCodesOccurredWhenCLINotRunning'][_0xc659e8(0xb1)],0x0)?Array['from'](this['errorCodesOccurredWhenCLINotRunning']):[],_0x541cc4=new Set([..._0x4a6f5f,..._0x29841a,..._0x51d5b7]),_0x3841da=Array[_0xc659e8(0x9e)](_0x541cc4);if(_0x17736b['mGSSi'](_0x3841da[_0xc659e8(0xd4)],0x0)){const _0x180971=_0x34fe64[_0xc659e8(0xe7)][_0xc659e8(0x96)](_0x17736b[_0xc659e8(0xbc)],_0x3841da[_0xc659e8(0xca)](',\x20'))['replace'](_0x17736b[_0xc659e8(0xdf)],_0x34fe64[_0xc659e8(0xc2)]);logger[_0xc659e8(0xa3)](_0x180971),this[_0xc659e8(0xa5)]=_0x3841da;}}}module[a54_0x916bab(0xf3)]=ClientTroubleShootingService;function a54_0x55b2(){const _0x2e5bee=['ynOTu','cachedErrorCodes','yicPk','qZnIx','getSuccess','2630031yxdTvE','isRunning','errorMessage','CLIENT_TROUBLESHOOTING_HASH','winstonLogger','reportDotBrowserStackFolderNotAccessibleIssue','199784PYPlXb','wpNCU','size','FJROH','130FHSNQr','UkSZa','toString','fyEwI','Conflicting\x20Env\x20Var\x20details\x20not\x20found','getInstance','380851SqdELq','errorCode','dTbMG','gWjMs','ooSzp','../../helpers/logger','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','reportSessionLinkingIssue','logError','documentationLink','object','iDAYw','getCachedErrorCodes','Session\x20Linking\x20Issue\x20details\x20not\x20found','uxHbE','TlcRa','ioiJR','join','CvVyv','16mKCJTm','getFinalErrorMessage','parse','.browserstack\x20folder\x20not\x20accessible','getDocumentationLink','2EmlbEx','error','checkForErrorsOccuredInCLI','length','push','reportConflictingEnvVarIssue','cEZNS','reportClientTroubleshootingError','DxnZX','reportSSLCertIssue','logSituation','1846809fcARAF','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','base64','vxIWV','{ERROR_CODES}','{SIGNAL}','YThui','17453310orYvKY','../v2/browserstackCLI','reportFinalDetectionState','JmEUb','finalErrorMessage','getErrorCode','[ClientTroubleShootingService]\x20','Error\x20in\x20getting\x20error\x20details\x20for\x20','RMTKI','ssl\x20cert\x20issue','3932034xPqTyw','NYawF','errorCodesOccurredWhenCLINotRunning','keys','errorCodesOccurredInCLI','isArray','exports','getAggregatedErrorCodes','IoyUo','reportConnectivityIssue','browserstack\x20cloud\x20not\x20reachable','2014166YReGLS','Session\x20Linking\x20Issue','QDzpW','getErrorDetails','conflicting\x20env\x20var\x20detected','ESIcm','NeXAJ','Connectivity\x20Issue\x20details\x20not\x20found','replace','errorCodes','mGSSi','eKdhz','lPWnW','choNo','lWFaJ','getErrorCodesOccurredInCli','from','stringify','../v2/grpcClient','getErrorMessage','Process\x20Interruption','warn'];a54_0x55b2=function(){return _0x2e5bee;};return a54_0x55b2();}
1
+ const a54_0x20d480=a54_0x285b;(function(_0x329a03,_0x5a0d80){const _0x156b2b=a54_0x285b,_0x4f11f9=_0x329a03();while(!![]){try{const _0x5bfc22=parseInt(_0x156b2b(0x1d6))/0x1+parseInt(_0x156b2b(0x1b6))/0x2+-parseInt(_0x156b2b(0x1da))/0x3+-parseInt(_0x156b2b(0x1aa))/0x4*(-parseInt(_0x156b2b(0x1d3))/0x5)+-parseInt(_0x156b2b(0x1d5))/0x6+parseInt(_0x156b2b(0x1ae))/0x7*(-parseInt(_0x156b2b(0x1c0))/0x8)+-parseInt(_0x156b2b(0x1a6))/0x9*(-parseInt(_0x156b2b(0x1d4))/0xa);if(_0x5bfc22===_0x5a0d80)break;else _0x4f11f9['push'](_0x4f11f9['shift']());}catch(_0x519688){_0x4f11f9['push'](_0x4f11f9['shift']());}}}(a54_0x5c1a,0xc3c5a));function a54_0x285b(_0x32041a,_0x1af7e5){const _0x5c1a2b=a54_0x5c1a();return a54_0x285b=function(_0x285b33,_0x433866){_0x285b33=_0x285b33-0x198;let _0x4167fc=_0x5c1a2b[_0x285b33];return _0x4167fc;},a54_0x285b(_0x32041a,_0x1af7e5);}const logger=require(a54_0x20d480(0x199))['winstonLogger'],BrowserstackCLI=require(a54_0x20d480(0x198)),GrpcClient=require(a54_0x20d480(0x1e4)),constants=require('./constants');class ClientTroubleShootingService{static [a54_0x20d480(0x1c5)]=null;static [a54_0x20d480(0x19f)]=new Set();static async[a54_0x20d480(0x1bb)](_0x3ddff7){const _0x253358=a54_0x20d480,_0x39ada5={};_0x39ada5[_0x253358(0x1f5)]=function(_0x5a6d12,_0x27cec0){return _0x5a6d12!==_0x27cec0;};const _0x151230=_0x39ada5;try{if(BrowserstackCLI[_0x253358(0x1ba)]()['isRunning']()){const _0x349693=await GrpcClient[_0x253358(0x1ba)]()[_0x253358(0x1e5)](_0x3ddff7);if(_0x151230[_0x253358(0x1f5)](_0x349693,null)&&_0x349693['getSuccess']())return{'errorCode':_0x349693[_0x253358(0x1cc)](),'errorMessage':_0x349693[_0x253358(0x1d7)]()};return{};}return{};}catch(_0x2baeba){return this[_0x253358(0x1e3)]('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x3ddff7+':',_0x2baeba),{};}}static async['getAggregatedErrorCodes'](){const _0x31d9d8=a54_0x20d480,_0x52b789={};_0x52b789[_0x31d9d8(0x1fb)]=function(_0x1d5e4c,_0x510952){return _0x1d5e4c!==_0x510952;},_0x52b789['dercp']=_0x31d9d8(0x1be),_0x52b789['dQmrh']=_0x31d9d8(0x1dd);const _0xb29a40=_0x52b789;try{if(BrowserstackCLI['getInstance']()[_0x31d9d8(0x1a5)]()){const _0x3a6010=await GrpcClient['getInstance']()[_0x31d9d8(0x1a2)]();if(_0xb29a40['JQGLE'](_0x3a6010,null)&&_0x3a6010[_0x31d9d8(0x1a0)]()){const _0x1d6084=Buffer[_0x31d9d8(0x1ce)](_0x3a6010[_0x31d9d8(0x1e1)](),_0xb29a40[_0x31d9d8(0x1ed)])[_0x31d9d8(0x1a7)](),_0x275ccf=_0x1d6084?JSON[_0x31d9d8(0x1d0)](_0x1d6084):[],_0x32f3ac=_0x3a6010[_0x31d9d8(0x1b0)](),_0x1906cf=_0x3a6010[_0x31d9d8(0x19b)](),_0x4f2a97=Buffer[_0x31d9d8(0x1ce)](_0x3a6010['getErrorCodesOccurredInCli'](),_0xb29a40[_0x31d9d8(0x1ed)])[_0x31d9d8(0x1a7)](),_0x563a0a=_0x4f2a97?JSON[_0x31d9d8(0x1d0)](_0x4f2a97):[],_0xef5fbb={};return _0xef5fbb[_0x31d9d8(0x1c8)]=_0x275ccf,_0xef5fbb[_0x31d9d8(0x1a4)]=_0x32f3ac,_0xef5fbb[_0x31d9d8(0x1e2)]=_0x1906cf,_0xef5fbb[_0x31d9d8(0x1a9)]=_0x563a0a,_0xef5fbb;}const _0x5c603f={};return _0x5c603f[_0x31d9d8(0x1c8)]=[],_0x5c603f[_0x31d9d8(0x1a4)]='',_0x5c603f['finalErrorMessage']='',_0x5c603f['errorCodesOccurredInCLI']=[],_0x5c603f;}const _0x366de5={};return _0x366de5[_0x31d9d8(0x1c8)]=[],_0x366de5[_0x31d9d8(0x1a4)]='',_0x366de5[_0x31d9d8(0x1e2)]='',_0x366de5[_0x31d9d8(0x1a9)]=[],_0x366de5;}catch(_0x9a9486){this[_0x31d9d8(0x1e3)](_0xb29a40[_0x31d9d8(0x1ea)],_0x9a9486);const _0x209baa={};return _0x209baa[_0x31d9d8(0x1c8)]=[],_0x209baa['documentationLink']='',_0x209baa['finalErrorMessage']='',_0x209baa['errorCodesOccurredInCLI']=[],_0x209baa;}}static[a54_0x20d480(0x1d1)](_0x439fa2,_0x35b4c0){const _0x2c0e34=a54_0x20d480;logger[_0x2c0e34(0x1a8)](_0x439fa2+':\x20'+_0x35b4c0);}static[a54_0x20d480(0x1cb)](_0x543364){const _0xa4a254=a54_0x20d480,_0x27f5d0={};_0x27f5d0[_0xa4a254(0x1d8)]=function(_0x317a93,_0x59f6b4){return _0x317a93!=_0x59f6b4;},_0x27f5d0[_0xa4a254(0x1fa)]=function(_0x167639,_0x303f0c){return _0x167639!=_0x303f0c;},_0x27f5d0[_0xa4a254(0x1cd)]=function(_0x32858a,_0x122855){return _0x32858a>_0x122855;};const _0x328cfb=_0x27f5d0,_0x151ca7=[];if(_0x328cfb[_0xa4a254(0x1d8)](_0x543364,null)&&_0x328cfb[_0xa4a254(0x1fa)](_0x543364[_0xa4a254(0x1a9)],null)&&_0x328cfb[_0xa4a254(0x1cd)](_0x543364[_0xa4a254(0x1a9)]['length'],0x0))for(const _0x13e206 of _0x543364[_0xa4a254(0x1a9)]){_0x328cfb[_0xa4a254(0x1d8)](_0x13e206[_0xa4a254(0x1f0)],null)&&_0x328cfb['VEwgk'](_0x13e206['errorMessage'],null)&&(_0x151ca7[_0xa4a254(0x1f9)](_0x13e206[_0xa4a254(0x1f0)]),this[_0xa4a254(0x1d1)](_0x13e206['errorCode'],_0x13e206[_0xa4a254(0x1b4)]));}return _0x151ca7;}static[a54_0x20d480(0x1b9)](){const _0x28b3d8=a54_0x20d480;return this[_0x28b3d8(0x1c5)];}static[a54_0x20d480(0x1e3)](_0x539308,_0x1ab8c1){const _0x36ad50=a54_0x20d480,_0x387876={};_0x387876['HzuPb']=function(_0x11482e,_0x2aa1b2){return _0x11482e===_0x2aa1b2;},_0x387876[_0x36ad50(0x1bd)]='object';const _0x4616a4=_0x387876;if(_0x4616a4[_0x36ad50(0x1ef)](typeof _0x1ab8c1,_0x4616a4['uVtcH']))try{logger[_0x36ad50(0x1f8)](_0x36ad50(0x1b8)+_0x539308+'\x20'+JSON['stringify'](_0x1ab8c1));}catch(_0x4310d3){logger['error'](_0x36ad50(0x1b8)+_0x539308+'\x20'+_0x1ab8c1);}else logger[_0x36ad50(0x1f8)]('[ClientTroubleShootingService]\x20'+_0x539308+'\x20'+_0x1ab8c1);}static async[a54_0x20d480(0x1c1)](_0x1f6dc1){const _0x16b677=a54_0x20d480,_0x2dcc9b={};_0x2dcc9b[_0x16b677(0x1b7)]=_0x16b677(0x19c),_0x2dcc9b['AjipN']=function(_0x4bc776,_0x291a1e){return _0x4bc776===_0x291a1e;},_0x2dcc9b[_0x16b677(0x1ad)]=_0x16b677(0x1de),_0x2dcc9b[_0x16b677(0x1c2)]=_0x16b677(0x1dc);const _0x340505=_0x2dcc9b,_0xcfff3b=await this[_0x16b677(0x1bb)](_0x340505[_0x16b677(0x1b7)]);if(_0x340505['AjipN'](Object[_0x16b677(0x1c4)](_0xcfff3b)['length'],0x0)){this['logError'](_0x340505['kmmDp'],_0xcfff3b);return;}this[_0x16b677(0x1d1)](_0xcfff3b[_0x16b677(0x1f0)],_0xcfff3b[_0x16b677(0x1b4)][_0x16b677(0x1c3)](_0x340505[_0x16b677(0x1c2)],_0x1f6dc1));}static async[a54_0x20d480(0x1fc)](){const _0x989e70=a54_0x20d480,_0xf1b797={};_0xf1b797[_0x989e70(0x19e)]='Session\x20Linking\x20Issue',_0xf1b797[_0x989e70(0x1a3)]=function(_0x3e1f64,_0x479149){return _0x3e1f64===_0x479149;},_0xf1b797[_0x989e70(0x1bc)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x57a912=_0xf1b797,_0x47e3ef=await this[_0x989e70(0x1bb)](_0x57a912[_0x989e70(0x19e)]);if(_0x57a912[_0x989e70(0x1a3)](Object[_0x989e70(0x1c4)](_0x47e3ef)[_0x989e70(0x1ca)],0x0)){this[_0x989e70(0x1e3)](_0x57a912[_0x989e70(0x1bc)],_0x47e3ef);return;}this[_0x989e70(0x1d1)](_0x47e3ef[_0x989e70(0x1f0)],_0x47e3ef['errorMessage']);}static async[a54_0x20d480(0x1ab)](){const _0x10aa7e=a54_0x20d480,_0x413c62={};_0x413c62[_0x10aa7e(0x1e8)]=_0x10aa7e(0x1ee),_0x413c62[_0x10aa7e(0x1c9)]=function(_0x212b5c,_0x133c62){return _0x212b5c===_0x133c62;},_0x413c62[_0x10aa7e(0x1db)]=_0x10aa7e(0x19a);const _0x2f66ed=_0x413c62,_0xbb604f=await this[_0x10aa7e(0x1bb)](_0x2f66ed[_0x10aa7e(0x1e8)]);if(_0x2f66ed[_0x10aa7e(0x1c9)](Object[_0x10aa7e(0x1c4)](_0xbb604f)[_0x10aa7e(0x1ca)],0x0)){this[_0x10aa7e(0x1e3)](_0x2f66ed[_0x10aa7e(0x1db)],_0xbb604f);return;}this[_0x10aa7e(0x1d1)](_0xbb604f[_0x10aa7e(0x1f0)],_0xbb604f['errorMessage']);}static async['reportSSLCertIssue'](){const _0x29a98a=a54_0x20d480,_0x198836={};_0x198836[_0x29a98a(0x1e6)]=_0x29a98a(0x1c7),_0x198836[_0x29a98a(0x1bf)]=function(_0x19d665,_0x6efc68){return _0x19d665===_0x6efc68;},_0x198836[_0x29a98a(0x1c6)]=_0x29a98a(0x1df);const _0x1c8114=_0x198836,_0x4dd5aa=await this['getErrorDetails'](_0x1c8114[_0x29a98a(0x1e6)]);if(_0x1c8114[_0x29a98a(0x1bf)](Object[_0x29a98a(0x1c4)](_0x4dd5aa)[_0x29a98a(0x1ca)],0x0)){this[_0x29a98a(0x1e3)](_0x1c8114[_0x29a98a(0x1c6)],_0x4dd5aa);return;}this[_0x29a98a(0x1d1)](_0x4dd5aa['errorCode'],_0x4dd5aa[_0x29a98a(0x1b4)]);}static[a54_0x20d480(0x1ac)](){const _0x84925d=a54_0x20d480,_0x18d174={};_0x18d174[_0x84925d(0x1f2)]='.browserstack\x20folder\x20not\x20accessible',_0x18d174[_0x84925d(0x1af)]=function(_0x31448e,_0x32cfb8){return _0x31448e===_0x32cfb8;},_0x18d174[_0x84925d(0x1d2)]=_0x84925d(0x1e7);const _0x44b94b=_0x18d174,_0x90b76d=constants[_0x84925d(0x1ec)][_0x44b94b[_0x84925d(0x1f2)]];if(_0x44b94b[_0x84925d(0x1af)](Object['keys'](_0x90b76d)[_0x84925d(0x1ca)],0x0)){this[_0x84925d(0x1e3)](_0x44b94b[_0x84925d(0x1d2)],_0x90b76d);return;}this[_0x84925d(0x19f)][_0x84925d(0x1f6)](_0x90b76d[0x0]),this['logSituation'](_0x90b76d[0x0],_0x90b76d[0x1]);}static async[a54_0x20d480(0x1b3)](_0x12c7e1){const _0x4acdc1=a54_0x20d480,_0x12e030={};_0x12e030[_0x4acdc1(0x1d9)]=_0x4acdc1(0x1e0),_0x12e030[_0x4acdc1(0x1b5)]=function(_0x511fea,_0x423ebf){return _0x511fea===_0x423ebf;},_0x12e030[_0x4acdc1(0x1f7)]=_0x4acdc1(0x19d),_0x12e030[_0x4acdc1(0x1e9)]='{ENV_VAR}';const _0x1a0c64=_0x12e030,_0x113518=await this[_0x4acdc1(0x1bb)](_0x1a0c64[_0x4acdc1(0x1d9)]);if(_0x1a0c64[_0x4acdc1(0x1b5)](Object[_0x4acdc1(0x1c4)](_0x113518)[_0x4acdc1(0x1ca)],0x0)){this[_0x4acdc1(0x1e3)](_0x1a0c64[_0x4acdc1(0x1f7)],_0x113518);return;}const _0x3ac842=_0x113518['errorMessage'][_0x4acdc1(0x1c3)](_0x1a0c64[_0x4acdc1(0x1e9)],_0x12c7e1);this[_0x4acdc1(0x1d1)](_0x113518[_0x4acdc1(0x1f0)],_0x3ac842);}static async[a54_0x20d480(0x1b2)](){const _0x359218=a54_0x20d480,_0x37d3de={};_0x37d3de[_0x359218(0x1f3)]=function(_0x2969c3,_0x2dd30a){return _0x2969c3>_0x2dd30a;},_0x37d3de[_0x359218(0x1cf)]=function(_0x2119c9,_0x1580e8){return _0x2119c9>_0x1580e8;},_0x37d3de[_0x359218(0x1b1)]=_0x359218(0x1a1),_0x37d3de['LSGRP']=_0x359218(0x1f4);const _0x149468=_0x37d3de,_0x3dec27=await this['getAggregatedErrorCodes'](),_0x2e0c3e=this[_0x359218(0x1cb)](_0x3dec27),_0xe2def7=Array['isArray'](_0x3dec27[_0x359218(0x1c8)])?_0x3dec27[_0x359218(0x1c8)]:[],_0x5887b6=_0x149468[_0x359218(0x1f3)](this['errorCodesOccurredWhenCLINotRunning'][_0x359218(0x1eb)],0x0)?Array[_0x359218(0x1ce)](this[_0x359218(0x19f)]):[],_0x2bb9ca=new Set([..._0xe2def7,..._0x2e0c3e,..._0x5887b6]),_0x48e7b6=Array[_0x359218(0x1ce)](_0x2bb9ca);if(_0x149468[_0x359218(0x1cf)](_0x48e7b6['length'],0x0)){const _0x3c0ac0=_0x3dec27[_0x359218(0x1e2)][_0x359218(0x1c3)](_0x149468[_0x359218(0x1b1)],_0x48e7b6['join'](',\x20'))[_0x359218(0x1c3)](_0x149468[_0x359218(0x1f1)],_0x3dec27['documentationLink']);logger[_0x359218(0x1a8)](_0x3c0ac0),this[_0x359218(0x1c5)]=_0x48e7b6;}}}module['exports']=ClientTroubleShootingService;function a54_0x5c1a(){const _0x199411=['1656lGjvbf','reportProcessInterruptionSituation','CWArO','replace','keys','cachedErrorCodes','FLOZL','ssl\x20cert\x20issue','errorCodes','EUGel','length','checkForErrorsOccuredInCLI','getErrorCode','nqOuC','from','cYXNW','parse','logSituation','jPtBQ','55VlEwVH','1957070zPsFyS','8584764JeJnVp','1301782LWrRxo','getErrorMessage','kfqRu','AhRlA','1645053zdkeNB','FEIzd','{SIGNAL}','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','Process\x20Interruption\x20details\x20not\x20found:','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','conflicting\x20env\x20var\x20detected','getErrorCodes','finalErrorMessage','logError','../v2/grpcClient','reportClientTroubleshootingError','Xyeby','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','hzuZB','QERIb','dQmrh','size','CLIENT_TROUBLESHOOTING_HASH','dercp','browserstack\x20cloud\x20not\x20reachable','HzuPb','errorCode','LSGRP','GhaDn','Vdzim','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','sNzQW','add','ajOaH','error','push','VEwgk','JQGLE','reportSessionLinkingIssue','../v2/browserstackCLI','../../helpers/logger','Connectivity\x20Issue\x20details\x20not\x20found','getFinalErrorMessage','Process\x20Interruption','Conflicting\x20Env\x20Var\x20details\x20not\x20found','uYhnS','errorCodesOccurredWhenCLINotRunning','getSuccess','{ERROR_CODES}','getAggregatedClientTroubleshootingErrors','pNBKQ','documentationLink','isRunning','9CnepMA','toString','warn','errorCodesOccurredInCLI','582004oRVHbn','reportConnectivityIssue','reportDotBrowserStackFolderNotAccessibleIssue','kmmDp','33467izMuuC','gihqe','getDocumentationLink','lVMXm','reportFinalDetectionState','reportConflictingEnvVarIssue','errorMessage','ZciMf','1345388xNXmCu','HcJIM','[ClientTroubleShootingService]\x20','getCachedErrorCodes','getInstance','getErrorDetails','zATGT','uVtcH','base64','fgqxx'];a54_0x5c1a=function(){return _0x199411;};return a54_0x5c1a();}
@@ -1 +1 @@
1
- const a55_0x8b3159=a55_0x175f;(function(_0x252c19,_0x16827c){const _0x2a328e=a55_0x175f,_0xed04d4=_0x252c19();while(!![]){try{const _0x322980=parseInt(_0x2a328e(0x16f))/0x1*(-parseInt(_0x2a328e(0xe4))/0x2)+-parseInt(_0x2a328e(0x1c1))/0x3+-parseInt(_0x2a328e(0x1ad))/0x4+-parseInt(_0x2a328e(0xee))/0x5+-parseInt(_0x2a328e(0x158))/0x6*(parseInt(_0x2a328e(0x177))/0x7)+parseInt(_0x2a328e(0x134))/0x8*(parseInt(_0x2a328e(0x10b))/0x9)+-parseInt(_0x2a328e(0xe3))/0xa*(-parseInt(_0x2a328e(0x124))/0xb);if(_0x322980===_0x16827c)break;else _0xed04d4['push'](_0xed04d4['shift']());}catch(_0x1a3d97){_0xed04d4['push'](_0xed04d4['shift']());}}}(a55_0x48a4,0x47123));const a55_0x4d2c62={};a55_0x4d2c62['INFO']=a55_0x8b3159(0x109),a55_0x4d2c62[a55_0x8b3159(0x161)]=a55_0x8b3159(0x1c2);const a55_0x5efcce={};a55_0x5efcce[a55_0x8b3159(0x1a0)]=a55_0x8b3159(0xf6);const a55_0x149f43={};a55_0x149f43[a55_0x8b3159(0x1a0)]=a55_0x8b3159(0x165);const a55_0x230675={};a55_0x230675[a55_0x8b3159(0x1a0)]=a55_0x8b3159(0x160);const a55_0x240e4b={};a55_0x240e4b[a55_0x8b3159(0x1a0)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0xcac099={};a55_0xcac099['INFO']=a55_0x8b3159(0x198);const a55_0x263086={};a55_0x263086[a55_0x8b3159(0x1a0)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x3a4faf={};a55_0x3a4faf[a55_0x8b3159(0x1a0)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x4cb75c={};a55_0x4cb75c[a55_0x8b3159(0x1a0)]=a55_0x8b3159(0x120);const a55_0x5e3cb5={};a55_0x5e3cb5[a55_0x8b3159(0x1a0)]=a55_0x8b3159(0xe8);const a55_0x5dcc6a={};a55_0x5dcc6a['PLAYWRIGHT']=a55_0x8b3159(0x150),a55_0x5dcc6a[a55_0x8b3159(0x13e)]=a55_0x8b3159(0x10c),a55_0x5dcc6a[a55_0x8b3159(0xf4)]='jest',a55_0x5dcc6a[a55_0x8b3159(0x13c)]=a55_0x8b3159(0x1b4),a55_0x5dcc6a['CODECEPT_CUCUMBER']=a55_0x8b3159(0xe5),a55_0x5dcc6a[a55_0x8b3159(0x112)]=a55_0x8b3159(0x18e),a55_0x5dcc6a[a55_0x8b3159(0x10d)]=a55_0x8b3159(0xed);const a55_0x3800b4={};a55_0x3800b4[a55_0x8b3159(0x1b2)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x3800b4[a55_0x8b3159(0x1ae)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x3800b4['mandatoryDependency']=a55_0x8b3159(0x14b),a55_0x3800b4[a55_0x8b3159(0x110)]=a55_0x8b3159(0x11d);function a55_0x48a4(){const _0x5cf0b5=['MOCHA','Jest','PLAYWRIGHT_TRACE_LOGS','use','CLIENT_TROUBLESHOOTING_HASH','TCG_URL','ROOT_CAPS','framework','[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.','app-automate','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','REDACTED_KEYS','SDK-GEN-001','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','preprod','proxyPass','turboScaleOptions','acceptSslCert','Playwright','A11Y_SAVE_RESULTS','COMMONJS','BROWSERSTACK_AUTOMATE_URL','https://upload-observability-devtestops-ssi.bsstag.com','https://tcg.bsstag.com','bsstag','ERR_FAILED','2853762GSSZQz','BSTACK_DELTA','ERR_ADDRESS_INVALID','ETXTBSY','testOrchestrationOptions','testReporting','AI_ENABLED_FRAMEWORK','ERR_TUNNEL_CONNECTION_FAILED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','HELP','USER_CONFIG_DETAILS_PATH','AUTOMATE','firefoxOptions','Run\x20mocha\x20tests\x20on\x20browserstack','unable\x20to\x20verify\x20the\x20first\x20certificate','INTEGRATIONS','authToken','Cucumber-JS','playwright','self\x20signed\x20certificate','https://automate.browserstack.com/dashboard/v2/builds/','A11Y_GET_RESULTS_SUMMARY','https://hub.browserstack.com/wd/hub','6817rMpiTZ','DEBUG_LOG_FILE_NAME','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','platforms','customVariables','SDKTestTcgtInitSuccessful','edgeOptions','commonjs','7gQyPKL','pre-prod','ERR_CONNECTION_FAILED','stag','SHAREABLE_ID_REGEX','httpProxy','TCG_AUTH_FAILURE','A11Y_GET_RESULTS','ERR_CONNECTION_CLOSED','VALID_APP_EXTENSION','ieOptions','TCG_REGION','AI_INIT_FAILURE','ERR_SOCKS_CONNECTION_FAILED','browserstackAutomation','ERR_TIMED_OUT','AUTOMATE_PRODUCTS','sdk/v1/event','CODECEPTJS','AI_PROXY_FAILURE','HUB_URL_REGEX','Upgrade\x20required','SSL_ERROR_MESSAGES','cucumber','AI_INIT_SUCCESSFUL','split','https://upload-observability.browserstack.com','jest','TCG_DOWN','https://edsstaging.bsstag.com','CLI_SUPPORTED_FRAMEWORKS','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','NUDGE_LOCAL_ERRORS','Run\x20nightwatch\x20tests\x20on\x20browserstack','MAX_GIT_META_DATA_SIZE_IN_BYTES','ERR_SOCKET_NOT_CONNECTED','MODULE','https://apidevtestops.bsstag.com','TEST_FRAMEWORK_HOOK_TIMEOUT','./browserstack-artifacts/','DEPTH_ZERO_SELF_SIGNED_CERT','INFO','percy','https://eds.browserstack.com','ATS_WSS_URL_REGEX','browserstack','percyCaptureMode','root','ERR_NAME_RESOLUTION_FAILED','observability','browserstackLocal','BSTACK_URL','staging','ERR_CONNECTION_TIMED_OUT','846324LCXinB','uniqueDependency','NIGHTWATCH','disableAutoCaptureLogs','exports','invalidKeys','chromeOptions','codeceptjs','httpsProxy','proxyUrl','https://api-cloud.browserstack.com','browserStackLocalOptions','pageLoadStrategy','UPDATED_CLI_ENDPOINT','SELF_SIGNED_CERT_IN_CHAIN','logLevel','BROWSERSTACK_APP_AUTOMATE_URL','ERR_TLS_CERT_ALTNAME_INVALID','BROWSERSTACK_API_URL','browserstack.com','110286NpbgzR','Specify\x20--help\x20for\x20available\x20options','parallelsPerPlatform','localProxyUser','TEST\x20REPORTING\x20AND\x20ANALYTICS','bsstag.com','percyScreenshot','GLOBAL_AGENT_HTTP_PROXY','https://hub-preprod.bsstag.com/wd/hub','unable\x20to\x20get\x20local\x20issuer\x20certificate','3567730xpOEEb','132sdVMwT','codeceptjs-cucumber','https://api.browserstack.com','APP_AUTOMATE','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','testObservabilityOptions','CI_ARTIFACTS_PATH','SDKTestInvalidTcgAuthResponseWithUserImpact','APP_UPLOAD_URL','vanilla','90210swhOrl','turboScale','TEST_REPORTING_ANALYTICS','https://api-cloud-devtestops.bsstag.com','https://tcg-preprod.bsstag.com','https://tcg.browserstack.com','JEST','BROWSERSTACK','Run\x20jest\x20tests\x20on\x20browserstack','proxyUser','automate','accessKey','ERR_NAME_NOT_RESOLVED','ROOT_REGEX','https://automation-preprod.bsstag.com','AUTOLOGCAPTURE_NOTIFICATION','.browserstack\x20folder\x20not\x20accessible','O11Y_URL','BINARY_BUSY_ERROR_CODES','APP_AUTOMATE_PRODUCTS','HEALING_LOG_DATA_TIMEOUT','browserstack.accessKey','SDKTestTcgDownResponse','PLAYWRIGHT_HUB_URL','.aab','ERR_CONNECTION_REFUSED','browserName','shows\x20version\x20information','ERR_PROXY_CONNECTION_FAILED','9lYnIYy','mocha','VANILLA','INVALID_INIT_RESP_WITH_USER_IMPACT','AUTOMATION_LOG_COMMANDS','invalidTestInputType','ObservabilitySync','CUCUMBER','rerunTests','SDK_INSTRUMENTATION_CONFIG','accessibility','toLowerCase','7|12|0|1|8|2|10|3|6|5|9|4|11','testContextOptions','wss://cdp-devtestops.bsstag.com/playwright?caps=','...[TRUNCATED]','ERR_ADDRESS_UNREACHABLE','HST','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','A11Y_SCAN','wss://cdp.browserstack.com/playwright?caps=','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','timeouts','proxyPassword','env','44NgEQOA','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','accessibilityOptions','percyOptions','hubUrl','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','SDKTestTcgAuthFailure','ERR_NETWORK_CHANGED','VERSION','ATS_HUB_URL_REGEX','https://automation.browserstack.com','proxySettings','TCG_AUTH_TIMEOUT','CUSTOM_ID_REGEX','CERT_HAS_EXPIRED','/usage-debug.log','447592LtUTHx','https://api-preprod.bsstag.com','Mocha','GIT_META_DATA_TRUNCATED','browserstack.overridelocalInfo.userAuthToken','EDS_URL','.ipa','https://app-automate.browserstack.com/dashboard/v2/builds/','CODECEPT','prod'];a55_0x48a4=function(){return _0x5cf0b5;};return a55_0x48a4();}const a55_0x35ef05={};a55_0x35ef05[a55_0x8b3159(0x152)]=a55_0x8b3159(0x176),a55_0x35ef05[a55_0x8b3159(0x19b)]='module';const a55_0x4c3f29={};a55_0x4c3f29[a55_0x8b3159(0x136)]=0xfde8,a55_0x4c3f29[a55_0x8b3159(0x169)]=0xfde8,a55_0x4c3f29[a55_0x8b3159(0x13f)]=0x186a0;const a55_0x4c8e9b={};a55_0x4c8e9b[a55_0x8b3159(0x1a6)]=['userName',a55_0x8b3159(0xf9),a55_0x8b3159(0x17c),'httpsProxy','customVariables','browserstack.userName',a55_0x8b3159(0x103),a55_0x8b3159(0x122),a55_0x8b3159(0x168),a55_0x8b3159(0x1b6),a55_0x8b3159(0x138)],a55_0x4c8e9b[a55_0x8b3159(0x1b8)]=[a55_0x8b3159(0xf7),a55_0x8b3159(0x14d),a55_0x8b3159(0x1c4),'localProxyPass'];const a55_0x448476={};a55_0x448476['browserstackLocal']=a55_0x8b3159(0x1a9),a55_0x448476[a55_0x8b3159(0x1b8)]=a55_0x8b3159(0x1b8),a55_0x448476['localOptions']='browserStackLocalOptions',a55_0x448476[a55_0x8b3159(0x1c3)]='parallelsPerPlatform',a55_0x448476[a55_0x8b3159(0x172)]='platforms',a55_0x448476[a55_0x8b3159(0x1bc)]=a55_0x8b3159(0x1bc),a55_0x448476[a55_0x8b3159(0x17c)]='httpProxy',a55_0x448476[a55_0x8b3159(0x1b5)]=a55_0x8b3159(0x1b5),a55_0x448476[a55_0x8b3159(0x145)]=a55_0x8b3159(0x145),a55_0x448476[a55_0x8b3159(0x118)]='testContextOptions',a55_0x448476['testObservability']='testObservability',a55_0x448476[a55_0x8b3159(0x15d)]=a55_0x8b3159(0x15d),a55_0x448476[a55_0x8b3159(0xe9)]=a55_0x8b3159(0xe9),a55_0x448476['testReportingOptions']='testReportingOptions',a55_0x448476[a55_0x8b3159(0x173)]=a55_0x8b3159(0x173),a55_0x448476['automation']=a55_0x8b3159(0x185),a55_0x448476[a55_0x8b3159(0x185)]='browserstackAutomation',a55_0x448476[a55_0x8b3159(0x113)]=a55_0x8b3159(0x113),a55_0x448476['percy']=a55_0x8b3159(0x1a1),a55_0x448476[a55_0x8b3159(0x127)]=a55_0x8b3159(0x127),a55_0x448476[a55_0x8b3159(0x1a5)]=a55_0x8b3159(0x1a5),a55_0x448476['disableAutoCaptureLogs']=a55_0x8b3159(0x1b0),a55_0x448476[a55_0x8b3159(0x115)]='accessibility',a55_0x448476[a55_0x8b3159(0x126)]=a55_0x8b3159(0x126),a55_0x448476['turboScale']=a55_0x8b3159(0xef),a55_0x448476[a55_0x8b3159(0x14e)]=a55_0x8b3159(0x14e),a55_0x448476[a55_0x8b3159(0x12f)]=a55_0x8b3159(0x12f),a55_0x448476[a55_0x8b3159(0x15c)]=a55_0x8b3159(0x15c);const a55_0x3b2188={};a55_0x3b2188[a55_0x8b3159(0xfe)]=[a55_0x8b3159(0x14a),a55_0x8b3159(0x146)];function a55_0x175f(_0x27223b,_0x266183){const _0x48a412=a55_0x48a4();return a55_0x175f=function(_0x175f36,_0x180371){_0x175f36=_0x175f36-0xe3;let _0x498033=_0x48a412[_0x175f36];return _0x498033;},a55_0x175f(_0x27223b,_0x266183);}const a55_0x560245={};a55_0x560245[a55_0x8b3159(0x12c)]=a55_0x4d2c62,a55_0x560245[a55_0x8b3159(0xf4)]=a55_0x5efcce,a55_0x560245[a55_0x8b3159(0x13e)]=a55_0x149f43,a55_0x560245[a55_0x8b3159(0x112)]=a55_0x230675,a55_0x560245['VANILLA']=a55_0x240e4b,a55_0x560245[a55_0x8b3159(0x1af)]=a55_0xcac099,a55_0x560245['PLAYWRIGHT']=a55_0x263086,a55_0x560245[a55_0x8b3159(0x189)]=a55_0x3a4faf,a55_0x560245[a55_0x8b3159(0x11c)]=a55_0x4cb75c,a55_0x560245[a55_0x8b3159(0x167)]=a55_0x5e3cb5,a55_0x560245[a55_0x8b3159(0x159)]=0xf*0x3c*0x3e8,a55_0x560245[a55_0x8b3159(0x128)]=a55_0x8b3159(0x16e),a55_0x560245[a55_0x8b3159(0x143)]=a55_0x8b3159(0xf3),a55_0x560245[a55_0x8b3159(0x182)]=a55_0x8b3159(0x141),a55_0x560245[a55_0x8b3159(0x18b)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x560245[a55_0x8b3159(0x12d)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x560245[a55_0x8b3159(0x1a3)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x560245[a55_0x8b3159(0x144)]=['acceptInsecureCerts',a55_0x8b3159(0x1b9),'strictFileInteractability','unhandledPromptBehavior',a55_0x8b3159(0x121),a55_0x8b3159(0x108),'browserVersion','acceptSslCerts',a55_0x8b3159(0x14f),a55_0x8b3159(0x1b3),a55_0x8b3159(0x164),a55_0x8b3159(0x175),a55_0x8b3159(0x181)],a55_0x560245[a55_0x8b3159(0xfb)]=/^[\w-]+:.*$/,a55_0x560245['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x560245[a55_0x8b3159(0x139)]=a55_0x8b3159(0x1a2),a55_0x560245[a55_0x8b3159(0x1bf)]=a55_0x8b3159(0xe6),a55_0x560245[a55_0x8b3159(0xec)]=a55_0x8b3159(0x1b7),a55_0x560245[a55_0x8b3159(0x1ba)]='sdk/v1/update_cli',a55_0x560245['FUNNEL_INSTRUMENTATION_API_URL']=a55_0x8b3159(0x188),a55_0x560245[a55_0x8b3159(0x187)]=[a55_0x8b3159(0xf8),a55_0x8b3159(0x1a8)],a55_0x560245[a55_0x8b3159(0x101)]=[a55_0x8b3159(0x147),a55_0x8b3159(0x1a8)],a55_0x560245['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x8b3159(0x1a8)],a55_0x560245['OBSERVABILITY_UPLOAD_URL']=a55_0x8b3159(0x191),a55_0x560245['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x8b3159(0x10c),'Playwright'],a55_0x560245[a55_0x8b3159(0x163)]=['automate'],a55_0x560245[a55_0x8b3159(0x153)]=a55_0x8b3159(0x16c),a55_0x560245[a55_0x8b3159(0x1bd)]=a55_0x8b3159(0x13b),a55_0x560245[a55_0x8b3159(0xe7)]=[a55_0x8b3159(0x147)],a55_0x560245[a55_0x8b3159(0x197)]=[a55_0x8b3159(0x157),a55_0x8b3159(0x186),'ERR_BLOCKED_BY_CLIENT',a55_0x8b3159(0x12b),a55_0x8b3159(0x19a),a55_0x8b3159(0x17f),'ERR_CONNECTION_RESET',a55_0x8b3159(0x107),'ERR_CONNECTION_ABORTED',a55_0x8b3159(0x179),a55_0x8b3159(0xfa),a55_0x8b3159(0x15a),a55_0x8b3159(0x11b),a55_0x8b3159(0x15f),a55_0x8b3159(0x1ac),a55_0x8b3159(0x184),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0x8b3159(0x10a),a55_0x8b3159(0xfa),a55_0x8b3159(0x1a7),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x560245[a55_0x8b3159(0x180)]=['.apk',a55_0x8b3159(0x106),a55_0x8b3159(0x13a)],a55_0x560245[a55_0x8b3159(0x131)]='^[a-zA-Z0-9_.-]*$',a55_0x560245[a55_0x8b3159(0x17b)]=a55_0x8b3159(0x171),a55_0x560245[a55_0x8b3159(0xea)]=a55_0x8b3159(0x19e),a55_0x560245[a55_0x8b3159(0x105)]=a55_0x8b3159(0x11f),a55_0x560245['FRAMEWORKS']=a55_0x5dcc6a,a55_0x560245['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x8b3159(0x192),a55_0x8b3159(0x10c)],a55_0x560245['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x3800b4,a55_0x560245[a55_0x8b3159(0xfd)]=a55_0x8b3159(0x129),a55_0x560245['PACKAGE_TYPE']=a55_0x35ef05,a55_0x560245[a55_0x8b3159(0x199)]=0x40*0x400,a55_0x560245[a55_0x8b3159(0x137)]=a55_0x8b3159(0x11a),a55_0x560245['UPGRADE_REQUIRED']=a55_0x8b3159(0x18c),a55_0x560245[a55_0x8b3159(0x193)]=a55_0x8b3159(0x104),a55_0x560245[a55_0x8b3159(0x10e)]=a55_0x8b3159(0xeb),a55_0x560245[a55_0x8b3159(0x17d)]=a55_0x8b3159(0x12a),a55_0x560245[a55_0x8b3159(0x18f)]=a55_0x8b3159(0x174),a55_0x560245[a55_0x8b3159(0x183)]='SDKTestInitFailedResponse',a55_0x560245[a55_0x8b3159(0x18a)]='SDKTestTcgProxyFailure',a55_0x560245[a55_0x8b3159(0x130)]=0x1388,a55_0x560245['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x560245[a55_0x8b3159(0x102)]=0x1388,a55_0x560245['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x560245['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x560245[a55_0x8b3159(0x19d)]=a55_0x4c3f29,a55_0x560245[a55_0x8b3159(0x149)]=a55_0x4c8e9b,a55_0x560245[a55_0x8b3159(0x15e)]=[a55_0x8b3159(0xed),a55_0x8b3159(0x1b4)],a55_0x560245[a55_0x8b3159(0x114)]=a55_0x448476,a55_0x560245['LOG_FILE_NAME']='/usage.log',a55_0x560245[a55_0x8b3159(0x170)]=a55_0x8b3159(0x133),a55_0x560245[a55_0x8b3159(0x1aa)]=a55_0x8b3159(0x1c0),a55_0x560245['BSTACK_ATS_URL']='browserstack-ats.com',a55_0x560245[a55_0x8b3159(0xff)]=a55_0x8b3159(0x12e),a55_0x560245[a55_0x8b3159(0xf0)]=a55_0x8b3159(0x1c5),a55_0x560245[a55_0x8b3159(0xf5)]=a55_0x8b3159(0x1a4),a55_0x560245[a55_0x8b3159(0x195)]=[a55_0x8b3159(0x16a),'cucumber',a55_0x8b3159(0x192)],a55_0x560245[a55_0x8b3159(0x10f)]=[a55_0x8b3159(0x11e),a55_0x8b3159(0x16d),a55_0x8b3159(0x17e),a55_0x8b3159(0x151),a55_0x8b3159(0x1c7),a55_0x8b3159(0x111)],a55_0x560245['PLAYWRIGHT_TRACE_LOGS']=a55_0x8b3159(0x140),a55_0x560245[a55_0x8b3159(0x18d)]=[a55_0x8b3159(0x16b),a55_0x8b3159(0x166),'certificate\x20has\x20expired',a55_0x8b3159(0x1ca),a55_0x8b3159(0x1be),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x560245['SSL_ERROR_CODES']=[a55_0x8b3159(0x1bb),a55_0x8b3159(0x19f),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a55_0x8b3159(0x132),a55_0x8b3159(0x1be),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a55_0x560245['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x560245[a55_0x8b3159(0x142)]=a55_0x3b2188,a55_0x560245['INTERNALLY_USED_ENV_VARS']=[a55_0x8b3159(0x1c8),'GLOBAL_AGENT_NO_PROXY',a55_0x8b3159(0x162)],a55_0x560245[a55_0x8b3159(0x100)]=[a55_0x8b3159(0x15b),'EBUSY'],module['exports']=a55_0x560245;const _env=(process[a55_0x8b3159(0x123)]['BROWSERSTACK_ENV']||a55_0x8b3159(0x13d))[a55_0x8b3159(0x116)]();if(_env===a55_0x8b3159(0x1ab)||_env===a55_0x8b3159(0x17a)){const aPrDXa=a55_0x8b3159(0x117)[a55_0x8b3159(0x190)]('|');let XKqHXG=0x0;while(!![]){switch(aPrDXa[XKqHXG++]){case'0':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x143)]=a55_0x8b3159(0x155);continue;case'1':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x18b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x1bd)]=a55_0x8b3159(0x148);continue;case'3':module['exports'][a55_0x8b3159(0x105)]=a55_0x8b3159(0x119);continue;case'4':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x139)]=a55_0x8b3159(0x194);continue;case'5':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xff)]='https://observability-devtestops.bsstag.com';continue;case'6':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x1aa)]=a55_0x8b3159(0x1c6);continue;case'7':module[a55_0x8b3159(0x1b1)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'8':module['exports'][a55_0x8b3159(0x153)]=a55_0x8b3159(0x196);continue;case'9':module[a55_0x8b3159(0x1b1)]['OBSERVABILITY_UPLOAD_URL']=a55_0x8b3159(0x154);continue;case'10':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xec)]=a55_0x8b3159(0xf1);continue;case'11':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xf5)]=a55_0x8b3159(0x156);continue;case'12':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x1bf)]=a55_0x8b3159(0x19c);continue;}break;}}else{if(_env===a55_0x8b3159(0x14c)||_env===a55_0x8b3159(0x178)){const vmSWBz='1|5|4|9|12|7|3|2|6|0|10|11|8'[a55_0x8b3159(0x190)]('|');let vgLuyu=0x0;while(!![]){switch(vmSWBz[vgLuyu++]){case'0':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xff)]=a55_0x8b3159(0xfc);continue;case'1':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x128)]=a55_0x8b3159(0x1c9);continue;case'2':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x105)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'3':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xec)]=a55_0x8b3159(0x135);continue;case'4':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x143)]=a55_0x8b3159(0xf2);continue;case'5':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x1bf)]='https://api-preprod.bsstag.com';continue;case'6':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x1aa)]=a55_0x8b3159(0x1c6);continue;case'7':module['exports'][a55_0x8b3159(0x1bd)]=a55_0x8b3159(0x125);continue;case'8':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0xf5)]=a55_0x8b3159(0x156);continue;case'9':module['exports'][a55_0x8b3159(0x18b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'10':module['exports']['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-preprod.bsstag.com';continue;case'11':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x139)]='https://edsstaging.bsstag.com';continue;case'12':module[a55_0x8b3159(0x1b1)][a55_0x8b3159(0x153)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
1
+ const a55_0x4c7fba=a55_0x5d7a;function a55_0x2edb(){const _0x529b30=['AI_INIT_FAILURE','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BROWSERSTACK_ENV','use','browserstack.overridelocalInfo.userAuthToken','BSTACK_URL','0|1|6|3|5|12|2|8|4|9|10|7|11','VANILLA','SELF_SIGNED_CERT_IN_CHAIN','accessibilityOptions','https://apidevtestops.bsstag.com','https://edsstaging.bsstag.com','CODECEPT','ERR_BLOCKED_BY_CLIENT','browserVersion','unable\x20to\x20verify\x20the\x20first\x20certificate','ERR_PROXY_CONNECTION_FAILED','observability','22852DLJkwF','https://observability-devtestops.bsstag.com','ERR_NAME_NOT_RESOLVED','https://api-preprod.bsstag.com','browserstackLocal','percyScreenshot','https://api-cloud.browserstack.com','TCG_AUTH_FAILURE','BSTACK_DELTA','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','app-automate','wss://cdp-devtestops.bsstag.com/playwright?caps=','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BROWSERSTACK_APP_AUTOMATE_URL','ERR_SOCKS_CONNECTION_FAILED','pageLoadStrategy','90aUkQIv','TEST_FRAMEWORK_HOOK_TIMEOUT','ObservabilitySync','playwright','CUSTOM_ID_REGEX','A11Y_SCAN','ERR_TUNNEL_CONNECTION_FAILED','ERR_TLS_CERT_ALTNAME_INVALID','toLowerCase','edgeOptions','staging','browserStackLocalOptions','.browserstack\x20folder\x20not\x20accessible','.aab','USER_CONFIG_DETAILS_PATH','browserstackAutomation','ROOT_CAPS','bsstag.com','proxyUser','accessibility','SDKTestInvalidTcgAuthResponseWithUserImpact','wss://cdp.browserstack.com/playwright?caps=','browserstack-ats.com','https://upload-observability-devtestops-ssi.bsstag.com','69oHKkCz','authToken','percy','CLI_SUPPORTED_FRAMEWORKS','strictFileInteractability','proxyPassword','APP_UPLOAD_URL','pre-prod','ERR_ADDRESS_INVALID','AUTOLOGCAPTURE_NOTIFICATION','https://app-automate.browserstack.com/dashboard/v2/builds/','ERR_CONNECTION_FAILED','jest','ERR_ADDRESS_UNREACHABLE','660863OHaDVD','A11Y_GET_RESULTS','automate','GIT_META_DATA_TRUNCATED','https://api-cloud-devtestops.bsstag.com','prod','bsstag','SDKTestInitFailedResponse','firefoxOptions','REDACTED_KEYS','mocha','INVALID_INIT_RESP_WITH_USER_IMPACT','/usage-debug.log','ROOT_REGEX','PLAYWRIGHT_TRACE_LOGS','ERR_TIMED_OUT','VALID_APP_EXTENSION','stag','customVariables','PACKAGE_TYPE','wss://cdp-preprod.bsstag.com/playwright?caps=','UPDATED_CLI_ENDPOINT','SDK-GEN-001','SDK_INSTRUMENTATION_CONFIG','Cucumber-JS','SHAREABLE_ID_REGEX','userName','ERR_CONNECTION_RESET','CODECEPTJS','.ipa','INFO','LOG_FILE_NAME','vanilla','PERCY_SUPPORTED_FRAMEWORKS','PRIVATE_DOMAIN_OR_IP_REGEX','SET_TCG_TOKEN_TIMEOUT','acceptSslCert','ERR_CONNECTION_CLOSED','Run\x20jest\x20tests\x20on\x20browserstack','httpProxy','unhandledPromptBehavior','self\x20signed\x20certificate','accessKey','mandatoryDependency','https://automate-preprod.bsstag.com/dashboard/v2/builds/','FRAMEWORKS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','CUCUMBER','certificate\x20has\x20expired','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK_AUTOMATE_URL','browserstack.userName','parallelsPerPlatform','turboScaleOptions','unable\x20to\x20get\x20local\x20issuer\x20certificate','AUTOMATE','CLIENT_TROUBLESHOOTING_HASH','SDKTestTcgProxyFailure','0|8|11|7|9|2|4|1|6|10|5|12|3','DEPTH_ZERO_SELF_SIGNED_CERT','GLOBAL_AGENT_HTTP_PROXY','117009fjZYEi','CONNECTIVITY_ISSUE_ERROR_CODES','testObservability','O11Y_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://tcg-preprod.bsstag.com','[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.','acceptSslCerts','testOrchestrationOptions','Mocha','ATS_HUB_URL_REGEX','turboScale','BSTACK_ATS_URL','^[a-zA-Z0-9_.-]*$','framework','percyOptions','browserName','ieOptions','Playwright','Run\x20playwright\x20tests\x20on\x20Browserstack','Upgrade\x20required','PLAYWRIGHT_HUB_URL','JEST','AI_PROXY_FAILURE','SDKTestTcgDownResponse','SSL_ERROR_CODES','root','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxySettings','INTERNALLY_USED_ENV_VARS','OBSERVABILITY_UPLOAD_URL','hubUrl','proxyUrl','EDS_URL','testObservabilityOptions','12473593WCqaJQ','https://upload-observability-preprod.bsstag.com','BROWSERSTACK','codeceptjs-cucumber','testContextOptions','ETXTBSY','Run\x20mocha\x20tests\x20on\x20browserstack','VERSION','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','FUNNEL_INSTRUMENTATION_API_URL','chromeOptions','HEALING_FAILURE_TIMEOUT','ERR_NAME_RESOLUTION_FAILED','.apk','CODECEPT_CUCUMBER','invalidKeys','6kNwacn','PLAYWRIGHT','SDKTestTcgtInitSuccessful','755425NSYokM','preprod','MAX_GIT_META_DATA_SIZE_IN_BYTES','HUB_URL_REGEX','testReportingOptions','A11Y_GET_RESULTS_SUMMARY','exports','testReporting','10czXFdc','sdk/v1/event','cucumber','HEALING_LOG_DATA_TIMEOUT','EBUSY','BROWSERSTACK_API_URL','https://hub.browserstack.com/wd/hub','Run\x20codeceptjs\x20tests\x20on\x20browserstack','AUTOMATION_LOG_COMMANDS','MODULE','AUTOMATE_PRODUCTS','HST','CI_ARTIFACTS_PATH','ERR_CONNECTION_TIMED_OUT','TCG_URL','ERR_CONNECTION_ABORTED','3148716rNBFJE','logLevel','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','BINARY_BUSY_ERROR_CODES','browserstack.accessKey','ERR_NETWORK_CHANGED','rerunTests','UPGRADE_REQUIRED','split','percyCaptureMode','119976BONAWi','browserstack','httpsProxy','https://hub-preprod.bsstag.com/wd/hub','...[TRUNCATED]','TEST_REPORTING_ANALYTICS','automation','https://api.browserstack.com','Specify\x20--help\x20for\x20available\x20options','codeceptjs','DEBUG_LOG_FILE_NAME','disableAutoCaptureLogs'];a55_0x2edb=function(){return _0x529b30;};return a55_0x2edb();}function a55_0x5d7a(_0x97da1b,_0x5f0026){const _0x2edb9e=a55_0x2edb();return a55_0x5d7a=function(_0x5d7ac6,_0x5e5b35){_0x5d7ac6=_0x5d7ac6-0x8b;let _0x406820=_0x2edb9e[_0x5d7ac6];return _0x406820;},a55_0x5d7a(_0x97da1b,_0x5f0026);}(function(_0x5b78be,_0x5eb327){const _0x348d4b=a55_0x5d7a,_0x22f94f=_0x5b78be();while(!![]){try{const _0x388125=-parseInt(_0x348d4b(0x146))/0x1*(parseInt(_0x348d4b(0x8f))/0x2)+-parseInt(_0x348d4b(0xfb))/0x3*(-parseInt(_0x348d4b(0xd3))/0x4)+-parseInt(_0x348d4b(0x92))/0x5+-parseInt(_0x348d4b(0xaa))/0x6+-parseInt(_0x348d4b(0x109))/0x7+-parseInt(_0x348d4b(0xb5))/0x8*(-parseInt(_0x348d4b(0xe3))/0x9)+parseInt(_0x348d4b(0x9a))/0xa*(parseInt(_0x348d4b(0x16a))/0xb);if(_0x388125===_0x5eb327)break;else _0x22f94f['push'](_0x22f94f['shift']());}catch(_0x5a57b2){_0x22f94f['push'](_0x22f94f['shift']());}}}(a55_0x2edb,0x47c89));const a55_0x652519={};a55_0x652519['INFO']='shows\x20version\x20information',a55_0x652519['HELP']=a55_0x4c7fba(0xbd);const a55_0x20f827={};a55_0x20f827[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x12f);const a55_0x129e17={};a55_0x129e17[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x170);const a55_0x5a3c48={};a55_0x5a3c48[a55_0x4c7fba(0x127)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0xbca832={};a55_0xbca832[a55_0x4c7fba(0x127)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x591bfc={};a55_0x591bfc[a55_0x4c7fba(0x127)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0x2631b8={};a55_0x2631b8[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x15a);const a55_0xea239e={};a55_0xea239e['INFO']=a55_0x4c7fba(0xa1);const a55_0x4e32ba={};a55_0x4e32ba[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x14a);const a55_0x5387f6={};a55_0x5387f6[a55_0x4c7fba(0x127)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x3ff7e1={};a55_0x3ff7e1[a55_0x4c7fba(0x90)]=a55_0x4c7fba(0x159),a55_0x3ff7e1['MOCHA']=a55_0x4c7fba(0x113),a55_0x3ff7e1[a55_0x4c7fba(0x15d)]=a55_0x4c7fba(0x107),a55_0x3ff7e1[a55_0x4c7fba(0xcd)]=a55_0x4c7fba(0xbe),a55_0x3ff7e1[a55_0x4c7fba(0x8d)]=a55_0x4c7fba(0x16d),a55_0x3ff7e1[a55_0x4c7fba(0x138)]=a55_0x4c7fba(0x9c),a55_0x3ff7e1['VANILLA']=a55_0x4c7fba(0x129);const a55_0x354e07={};a55_0x354e07[a55_0x4c7fba(0x8e)]=a55_0x4c7fba(0x13a),a55_0x354e07['uniqueDependency']=a55_0x4c7fba(0x172),a55_0x354e07[a55_0x4c7fba(0x134)]=a55_0x4c7fba(0x162),a55_0x354e07['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x512b71={};a55_0x512b71['COMMONJS']='commonjs',a55_0x512b71[a55_0x4c7fba(0xa3)]='module';const a55_0x352a94={};a55_0x352a94[a55_0x4c7fba(0x150)]=0xfde8,a55_0x352a94[a55_0x4c7fba(0x121)]=0xfde8,a55_0x352a94['Jest']=0x186a0;const a55_0x4398f6={};a55_0x4398f6[a55_0x4c7fba(0x161)]=[a55_0x4c7fba(0x123),a55_0x4c7fba(0x133),'httpProxy',a55_0x4c7fba(0xb7),a55_0x4c7fba(0x11b),a55_0x4c7fba(0x13c),a55_0x4c7fba(0xaf),a55_0x4c7fba(0x100),a55_0x4c7fba(0xfc),a55_0x4c7fba(0x167),a55_0x4c7fba(0xc5)],a55_0x4398f6[a55_0x4c7fba(0xee)]=[a55_0x4c7fba(0xf5),'proxyPass','localProxyUser','localProxyPass'];const a55_0x29066b={};a55_0x29066b['browserstackLocal']=a55_0x4c7fba(0xd7),a55_0x29066b[a55_0x4c7fba(0xee)]=a55_0x4c7fba(0xee),a55_0x29066b['localOptions']='browserStackLocalOptions',a55_0x29066b['parallelsPerPlatform']=a55_0x4c7fba(0x13d),a55_0x29066b['platforms']='platforms',a55_0x29066b[a55_0x4c7fba(0xab)]=a55_0x4c7fba(0xab),a55_0x29066b[a55_0x4c7fba(0x130)]=a55_0x4c7fba(0x130),a55_0x29066b[a55_0x4c7fba(0xb7)]=a55_0x4c7fba(0xb7),a55_0x29066b[a55_0x4c7fba(0x155)]=a55_0x4c7fba(0x155),a55_0x29066b['testContextOptions']=a55_0x4c7fba(0x16e),a55_0x29066b[a55_0x4c7fba(0x148)]=a55_0x4c7fba(0x148),a55_0x29066b[a55_0x4c7fba(0x99)]=a55_0x4c7fba(0x99),a55_0x29066b[a55_0x4c7fba(0x169)]='testObservabilityOptions',a55_0x29066b[a55_0x4c7fba(0x96)]=a55_0x4c7fba(0x96),a55_0x29066b['customVariables']=a55_0x4c7fba(0x11b),a55_0x29066b[a55_0x4c7fba(0xbb)]=a55_0x4c7fba(0xf2),a55_0x29066b[a55_0x4c7fba(0xf2)]=a55_0x4c7fba(0xf2),a55_0x29066b['rerunTests']=a55_0x4c7fba(0xb1),a55_0x29066b[a55_0x4c7fba(0xfd)]=a55_0x4c7fba(0xfd),a55_0x29066b[a55_0x4c7fba(0x156)]=a55_0x4c7fba(0x156),a55_0x29066b[a55_0x4c7fba(0xb4)]=a55_0x4c7fba(0xb4),a55_0x29066b['disableAutoCaptureLogs']=a55_0x4c7fba(0xc0),a55_0x29066b[a55_0x4c7fba(0xf6)]=a55_0x4c7fba(0xf6),a55_0x29066b[a55_0x4c7fba(0xca)]=a55_0x4c7fba(0xca),a55_0x29066b[a55_0x4c7fba(0x152)]='turboScale',a55_0x29066b[a55_0x4c7fba(0x13e)]='turboScaleOptions',a55_0x29066b[a55_0x4c7fba(0x163)]=a55_0x4c7fba(0x163),a55_0x29066b[a55_0x4c7fba(0x14f)]='testOrchestrationOptions';const a55_0x3e3c5f={};a55_0x3e3c5f[a55_0x4c7fba(0xef)]=[a55_0x4c7fba(0x11f),a55_0x4c7fba(0x14d)];const a55_0x1a1114={};a55_0x1a1114[a55_0x4c7fba(0x171)]=a55_0x652519,a55_0x1a1114['JEST']=a55_0x20f827,a55_0x1a1114['MOCHA']=a55_0x129e17,a55_0x1a1114['CUCUMBER']=a55_0x5a3c48,a55_0x1a1114[a55_0x4c7fba(0xc8)]=a55_0xbca832,a55_0x1a1114['NIGHTWATCH']=a55_0x591bfc,a55_0x1a1114[a55_0x4c7fba(0x90)]=a55_0x2631b8,a55_0x1a1114[a55_0x4c7fba(0x125)]=a55_0xea239e,a55_0x1a1114[a55_0x4c7fba(0xa5)]=a55_0x4e32ba,a55_0x1a1114['INTEGRATIONS']=a55_0x5387f6,a55_0x1a1114[a55_0x4c7fba(0xdb)]=0xf*0x3c*0x3e8,a55_0x1a1114['hubUrl']=a55_0x4c7fba(0xa0),a55_0x1a1114[a55_0x4c7fba(0xa8)]='https://tcg.browserstack.com',a55_0x1a1114['TCG_REGION']=a55_0x4c7fba(0xc4),a55_0x1a1114['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x1a1114[a55_0x4c7fba(0x151)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x1a1114['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x1a1114[a55_0x4c7fba(0xf3)]=['acceptInsecureCerts',a55_0x4c7fba(0xe2),a55_0x4c7fba(0xff),a55_0x4c7fba(0x131),'timeouts',a55_0x4c7fba(0x157),a55_0x4c7fba(0xcf),a55_0x4c7fba(0x14e),a55_0x4c7fba(0x12d),a55_0x4c7fba(0x174),a55_0x4c7fba(0x111),a55_0x4c7fba(0xec),a55_0x4c7fba(0x158)],a55_0x1a1114[a55_0x4c7fba(0x116)]=/^[\w-]+:.*$/,a55_0x1a1114[a55_0x4c7fba(0x12b)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x1a1114[a55_0x4c7fba(0x168)]='https://eds.browserstack.com',a55_0x1a1114[a55_0x4c7fba(0x9f)]=a55_0x4c7fba(0xbc),a55_0x1a1114['APP_UPLOAD_URL']=a55_0x4c7fba(0xd9),a55_0x1a1114[a55_0x4c7fba(0x11e)]='sdk/v1/update_cli',a55_0x1a1114[a55_0x4c7fba(0x173)]=a55_0x4c7fba(0x9b),a55_0x1a1114[a55_0x4c7fba(0xa4)]=[a55_0x4c7fba(0x10b),a55_0x4c7fba(0xd2)],a55_0x1a1114['APP_AUTOMATE_PRODUCTS']=[a55_0x4c7fba(0xdd),'observability'],a55_0x1a1114[a55_0x4c7fba(0xdf)]=[a55_0x4c7fba(0xd2)],a55_0x1a1114['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a55_0x1a1114['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x4c7fba(0x113),a55_0x4c7fba(0x159)],a55_0x1a1114[a55_0x4c7fba(0x140)]=[a55_0x4c7fba(0x10b)],a55_0x1a1114[a55_0x4c7fba(0x13b)]='https://automate.browserstack.com/dashboard/v2/builds/',a55_0x1a1114[a55_0x4c7fba(0xe0)]=a55_0x4c7fba(0x105),a55_0x1a1114['APP_AUTOMATE']=[a55_0x4c7fba(0xdd)],a55_0x1a1114['NUDGE_LOCAL_ERRORS']=['ERR_FAILED',a55_0x4c7fba(0x118),a55_0x4c7fba(0xce),a55_0x4c7fba(0xb0),'ERR_SOCKET_NOT_CONNECTED',a55_0x4c7fba(0x12e),a55_0x4c7fba(0x124),'ERR_CONNECTION_REFUSED',a55_0x4c7fba(0xa9),a55_0x4c7fba(0x106),'ERR_NAME_NOT_RESOLVED',a55_0x4c7fba(0x103),a55_0x4c7fba(0x108),a55_0x4c7fba(0xe9),a55_0x4c7fba(0xa7),a55_0x4c7fba(0xe1),a55_0x4c7fba(0xdc),a55_0x4c7fba(0xd1),a55_0x4c7fba(0xd5),a55_0x4c7fba(0x8b),a55_0x4c7fba(0xc2)],a55_0x1a1114[a55_0x4c7fba(0x119)]=[a55_0x4c7fba(0x8c),a55_0x4c7fba(0xf0),a55_0x4c7fba(0x126)],a55_0x1a1114[a55_0x4c7fba(0xe7)]=a55_0x4c7fba(0x154),a55_0x1a1114[a55_0x4c7fba(0x122)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x1a1114[a55_0x4c7fba(0xa6)]='./browserstack-artifacts/',a55_0x1a1114[a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0xf8),a55_0x1a1114[a55_0x4c7fba(0x136)]=a55_0x3ff7e1,a55_0x1a1114[a55_0x4c7fba(0x12a)]=[a55_0x4c7fba(0x107),a55_0x4c7fba(0x113)],a55_0x1a1114['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x354e07,a55_0x1a1114[a55_0x4c7fba(0x104)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x1a1114[a55_0x4c7fba(0x11c)]=a55_0x512b71,a55_0x1a1114[a55_0x4c7fba(0x94)]=0x40*0x400,a55_0x1a1114[a55_0x4c7fba(0x10c)]=a55_0x4c7fba(0xb9),a55_0x1a1114[a55_0x4c7fba(0xb2)]=a55_0x4c7fba(0x15b),a55_0x1a1114['TCG_DOWN']=a55_0x4c7fba(0x15f),a55_0x1a1114[a55_0x4c7fba(0x114)]=a55_0x4c7fba(0xf7),a55_0x1a1114[a55_0x4c7fba(0xda)]='SDKTestTcgAuthFailure',a55_0x1a1114['AI_INIT_SUCCESSFUL']=a55_0x4c7fba(0x91),a55_0x1a1114[a55_0x4c7fba(0xc1)]=a55_0x4c7fba(0x110),a55_0x1a1114[a55_0x4c7fba(0x15e)]=a55_0x4c7fba(0x142),a55_0x1a1114['TCG_AUTH_TIMEOUT']=0x1388,a55_0x1a1114[a55_0x4c7fba(0x12c)]=0x1388,a55_0x1a1114[a55_0x4c7fba(0x9d)]=0x1388,a55_0x1a1114[a55_0x4c7fba(0x175)]=0x1388,a55_0x1a1114['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x1a1114[a55_0x4c7fba(0xe4)]=a55_0x352a94,a55_0x1a1114[a55_0x4c7fba(0x112)]=a55_0x4398f6,a55_0x1a1114['AI_ENABLED_FRAMEWORK']=[a55_0x4c7fba(0x129),a55_0x4c7fba(0xbe)],a55_0x1a1114[a55_0x4c7fba(0x120)]=a55_0x29066b,a55_0x1a1114[a55_0x4c7fba(0x128)]='/usage.log',a55_0x1a1114[a55_0x4c7fba(0xbf)]=a55_0x4c7fba(0x115),a55_0x1a1114[a55_0x4c7fba(0xc6)]='browserstack.com',a55_0x1a1114[a55_0x4c7fba(0x153)]=a55_0x4c7fba(0xf9),a55_0x1a1114['O11Y_URL']='https://automation.browserstack.com',a55_0x1a1114[a55_0x4c7fba(0xba)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x1a1114[a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0xb6),a55_0x1a1114[a55_0x4c7fba(0xfe)]=[a55_0x4c7fba(0xe6),a55_0x4c7fba(0x9c),a55_0x4c7fba(0x107)],a55_0x1a1114[a55_0x4c7fba(0xa2)]=[a55_0x4c7fba(0xe8),a55_0x4c7fba(0x97),a55_0x4c7fba(0x10a),'A11Y_SAVE_RESULTS',a55_0x4c7fba(0xd8),a55_0x4c7fba(0xe5)],a55_0x1a1114[a55_0x4c7fba(0x117)]=a55_0x4c7fba(0x117),a55_0x1a1114['SSL_ERROR_MESSAGES']=[a55_0x4c7fba(0x132),a55_0x4c7fba(0xd0),a55_0x4c7fba(0x139),a55_0x4c7fba(0x13f),a55_0x4c7fba(0xea),a55_0x4c7fba(0x144)],a55_0x1a1114[a55_0x4c7fba(0x160)]=[a55_0x4c7fba(0xc9),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x4c7fba(0x137),'CERT_HAS_EXPIRED','ERR_TLS_CERT_ALTNAME_INVALID',a55_0x4c7fba(0xac)],a55_0x1a1114[a55_0x4c7fba(0x147)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x1a1114[a55_0x4c7fba(0x141)]=a55_0x3e3c5f,a55_0x1a1114[a55_0x4c7fba(0x164)]=[a55_0x4c7fba(0x145),'GLOBAL_AGENT_NO_PROXY',a55_0x4c7fba(0xf1)],a55_0x1a1114[a55_0x4c7fba(0xae)]=[a55_0x4c7fba(0x16f),a55_0x4c7fba(0x9e)],module[a55_0x4c7fba(0x98)]=a55_0x1a1114;const _env=(process['env'][a55_0x4c7fba(0xc3)]||a55_0x4c7fba(0x10e))[a55_0x4c7fba(0xeb)]();if(_env===a55_0x4c7fba(0xed)||_env===a55_0x4c7fba(0x11a)){const gZcguY=a55_0x4c7fba(0x143)[a55_0x4c7fba(0xb3)]('|');let KEFLBx=0x0;while(!![]){switch(gZcguY[KEFLBx++]){case'0':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x166)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'1':module['exports'][a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0xde);continue;case'2':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xe0)]=a55_0x4c7fba(0xad);continue;case'3':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0x10f);continue;case'4':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x101)]=a55_0x4c7fba(0x10d);continue;case'5':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x165)]=a55_0x4c7fba(0xfa);continue;case'6':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xc6)]=a55_0x4c7fba(0xf4);continue;case'7':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x95)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x4c7fba(0x98)]['BROWSERSTACK_API_URL']=a55_0x4c7fba(0xcb);continue;case'9':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x13b)]=a55_0x4c7fba(0x14b);continue;case'10':module['exports'][a55_0x4c7fba(0x149)]=a55_0x4c7fba(0xd4);continue;case'11':module['exports']['TCG_URL']='https://tcg.bsstag.com';continue;case'12':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x168)]='https://edsstaging.bsstag.com';continue;}break;}}else{if(_env===a55_0x4c7fba(0x93)||_env===a55_0x4c7fba(0x102)){const oZWdWz=a55_0x4c7fba(0xc7)[a55_0x4c7fba(0xb3)]('|');let wctAjt=0x0;while(!![]){switch(oZWdWz[wctAjt++]){case'0':module['exports'][a55_0x4c7fba(0x166)]=a55_0x4c7fba(0xb8);continue;case'1':module['exports'][a55_0x4c7fba(0x9f)]=a55_0x4c7fba(0xd6);continue;case'2':module['exports'][a55_0x4c7fba(0x101)]='https://api-preprod.bsstag.com';continue;case'3':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x95)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xc6)]='bsstag.com';continue;case'5':module[a55_0x4c7fba(0x98)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x4c7fba(0x135);continue;case'6':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xa8)]=a55_0x4c7fba(0x14c);continue;case'7':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x168)]=a55_0x4c7fba(0xcc);continue;case'8':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0x11d);continue;case'9':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x149)]='https://automation-preprod.bsstag.com';continue;case'10':module[a55_0x4c7fba(0x98)]['OBSERVABILITY_UPLOAD_URL']=a55_0x4c7fba(0x16b);continue;case'11':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0x10f);continue;case'12':module['exports'][a55_0x4c7fba(0xe0)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
@@ -1 +1 @@
1
- function a56_0x13b3(){const _0x3e3065=['56ewtiir','colouredLayout','9DBSBSE','LtZBw','level','join','4554590fhYoFA','3832900ppyObm','type','5344880JMmDPf','./logReportingAPI','data','timezoneOffset','15ImIstt','log','4787574JHWuby','452326TBDZBA','483861ZisrnU','layout','904591VPeKad'];a56_0x13b3=function(){return _0x3e3065;};return a56_0x13b3();}const a56_0x2c2513=a56_0x1ad4;(function(_0x11c7c4,_0xafaa0e){const _0x5102ea=a56_0x1ad4,_0x19d3a0=_0x11c7c4();while(!![]){try{const _0x3a1af2=parseInt(_0x5102ea(0x71))/0x1+parseInt(_0x5102ea(0x82))/0x2*(parseInt(_0x5102ea(0x7f))/0x3)+-parseInt(_0x5102ea(0x7b))/0x4+-parseInt(_0x5102ea(0x78))/0x5+parseInt(_0x5102ea(0x81))/0x6+parseInt(_0x5102ea(0x83))/0x7*(parseInt(_0x5102ea(0x72))/0x8)+-parseInt(_0x5102ea(0x74))/0x9*(parseInt(_0x5102ea(0x79))/0xa);if(_0x3a1af2===_0xafaa0e)break;else _0x19d3a0['push'](_0x19d3a0['shift']());}catch(_0x1d8091){_0x19d3a0['push'](_0x19d3a0['shift']());}}}(a56_0x13b3,0xa7ab0));const logReportingAPI=require(a56_0x2c2513(0x7c)),BSTestOpsLogger=new logReportingAPI({});function a56_0x1ad4(_0x59a0f6,_0x31aae8){const _0x13b38c=a56_0x13b3();return a56_0x1ad4=function(_0x1ad467,_0x2116df){_0x1ad467=_0x1ad467-0x70;let _0xe77c40=_0x13b38c[_0x1ad467];return _0xe77c40;},a56_0x1ad4(_0x59a0f6,_0x31aae8);}function BSTestOpsLog4JSAppender(_0x43d5bb,_0x501b94){return _0x5712f7=>{const _0x4a12d7=a56_0x1ad4;BSTestOpsLogger[_0x4a12d7(0x80)]({'level':_0x5712f7[_0x4a12d7(0x76)]?_0x5712f7[_0x4a12d7(0x76)]['levelStr']:null,'message':_0x5712f7[_0x4a12d7(0x7d)]?_0x5712f7[_0x4a12d7(0x7d)][_0x4a12d7(0x77)]('\x20'):null});};}exports['configure']=(_0x58b6a0,_0x4c513d)=>{const _0x3bb484=a56_0x2c2513,_0x24cf61={'LtZBw':function(_0x523c67,_0x5d543e,_0x2120f1){return _0x523c67(_0x5d543e,_0x2120f1);}};let _0x497522=_0x4c513d[_0x3bb484(0x73)];return _0x58b6a0['layout']&&(_0x497522=_0x4c513d[_0x3bb484(0x70)](_0x58b6a0[_0x3bb484(0x70)][_0x3bb484(0x7a)],_0x58b6a0[_0x3bb484(0x70)])),_0x24cf61[_0x3bb484(0x75)](BSTestOpsLog4JSAppender,_0x497522,_0x58b6a0[_0x3bb484(0x7e)]);};
1
+ const a56_0x215828=a56_0x1c2d;(function(_0x79ad77,_0x32941e){const _0x4cdb3b=a56_0x1c2d,_0x4c62c9=_0x79ad77();while(!![]){try{const _0x50c47f=-parseInt(_0x4cdb3b(0x196))/0x1+parseInt(_0x4cdb3b(0x19f))/0x2*(-parseInt(_0x4cdb3b(0x19e))/0x3)+parseInt(_0x4cdb3b(0x199))/0x4*(-parseInt(_0x4cdb3b(0x1a0))/0x5)+-parseInt(_0x4cdb3b(0x197))/0x6+parseInt(_0x4cdb3b(0x194))/0x7+parseInt(_0x4cdb3b(0x19c))/0x8+-parseInt(_0x4cdb3b(0x193))/0x9*(-parseInt(_0x4cdb3b(0x19b))/0xa);if(_0x50c47f===_0x32941e)break;else _0x4c62c9['push'](_0x4c62c9['shift']());}catch(_0x5f0983){_0x4c62c9['push'](_0x4c62c9['shift']());}}}(a56_0x5c29,0xaeaf0));function a56_0x5c29(){const _0x290e69=['534987HTiUBE','7377622nRaSbs','data','417954ijJNEJ','8035236FrojVH','./logReportingAPI','4kKPqEs','log','270ryPqLp','9232488lKiHdc','join','45582ztyQEY','34ovELpm','5410030FpmAHO','configure','level','type','layout','timezoneOffset','colouredLayout'];a56_0x5c29=function(){return _0x290e69;};return a56_0x5c29();}const logReportingAPI=require(a56_0x215828(0x198)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5d7181,_0x106b4c){return _0xc78b02=>{const _0x345426=a56_0x1c2d;BSTestOpsLogger[_0x345426(0x19a)]({'level':_0xc78b02[_0x345426(0x1a2)]?_0xc78b02[_0x345426(0x1a2)]['levelStr']:null,'message':_0xc78b02[_0x345426(0x195)]?_0xc78b02[_0x345426(0x195)][_0x345426(0x19d)]('\x20'):null});};}function a56_0x1c2d(_0x175dd6,_0x47fbfb){const _0x5c2937=a56_0x5c29();return a56_0x1c2d=function(_0x1c2dad,_0x161f18){_0x1c2dad=_0x1c2dad-0x193;let _0x3c11f0=_0x5c2937[_0x1c2dad];return _0x3c11f0;},a56_0x1c2d(_0x175dd6,_0x47fbfb);}exports[a56_0x215828(0x1a1)]=(_0x1ca0b1,_0x588f50)=>{const _0x208011=a56_0x215828,_0x17f697={'MJCJk':function(_0x2f56ca,_0x1bce20,_0x3a215d){return _0x2f56ca(_0x1bce20,_0x3a215d);}};let _0x3f8c92=_0x588f50[_0x208011(0x1a6)];return _0x1ca0b1['layout']&&(_0x3f8c92=_0x588f50[_0x208011(0x1a4)](_0x1ca0b1[_0x208011(0x1a4)][_0x208011(0x1a3)],_0x1ca0b1[_0x208011(0x1a4)])),_0x17f697['MJCJk'](BSTestOpsLog4JSAppender,_0x3f8c92,_0x1ca0b1[_0x208011(0x1a5)]);};
@@ -1 +1 @@
1
- const a57_0x3fd0d6=a57_0xee12;function a57_0xee12(_0x505a48,_0x4bdcff){const _0x2898b7=a57_0x2898();return a57_0xee12=function(_0xee1222,_0x473ba5){_0xee1222=_0xee1222-0x179;let _0x5e8c9e=_0x2898b7[_0xee1222];return _0x5e8c9e;},a57_0xee12(_0x505a48,_0x4bdcff);}(function(_0x2a96df,_0x61eba6){const _0x22a63e=a57_0xee12,_0x31d226=_0x2a96df();while(!![]){try{const _0x2c92af=-parseInt(_0x22a63e(0x17e))/0x1*(parseInt(_0x22a63e(0x196))/0x2)+-parseInt(_0x22a63e(0x18a))/0x3*(-parseInt(_0x22a63e(0x190))/0x4)+parseInt(_0x22a63e(0x18f))/0x5+-parseInt(_0x22a63e(0x17b))/0x6*(-parseInt(_0x22a63e(0x17c))/0x7)+parseInt(_0x22a63e(0x17a))/0x8+-parseInt(_0x22a63e(0x188))/0x9*(parseInt(_0x22a63e(0x180))/0xa)+-parseInt(_0x22a63e(0x186))/0xb*(parseInt(_0x22a63e(0x18e))/0xc);if(_0x2c92af===_0x61eba6)break;else _0x31d226['push'](_0x31d226['shift']());}catch(_0x35f5db){_0x31d226['push'](_0x31d226['shift']());}}}(a57_0x2898,0x66bf5));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x3fd0d6(0x17f)),a57_0x1d3710={};a57_0x1d3710['INFO']='INFO',a57_0x1d3710[a57_0x3fd0d6(0x17d)]=a57_0x3fd0d6(0x17d),a57_0x1d3710[a57_0x3fd0d6(0x18c)]=a57_0x3fd0d6(0x18c),a57_0x1d3710[a57_0x3fd0d6(0x195)]=a57_0x3fd0d6(0x195),a57_0x1d3710[a57_0x3fd0d6(0x183)]=a57_0x3fd0d6(0x183);const LOG_LEVELS=a57_0x1d3710;function a57_0x2898(){const _0x1f2d95=['12617TrNMOs','vmHFh','1026WPSybw','error','195zsAdCC','INFO','DEBUG','log','6036pcBMGl','2664030gKFUpU','28596GJgZNi','emit','bs:addLog:','toUpperCase','trace','TRACE','22itBFPB','debug','6284280SPQjic','66bBJfRW','500983oAZTFx','ERROR','75787HXnVtU','../../helpers/test-observability/constants','64810jzRsuy','info','logToTestOps','WARN','toLowerCase','TEST_LOG'];a57_0x2898=function(){return _0x1f2d95;};return a57_0x2898();}class logPatcher extends Transport{constructor(_0xf3bec7){super(_0xf3bec7);}[a57_0x3fd0d6(0x182)]=(_0x4dd69a=LOG_LEVELS[a57_0x3fd0d6(0x18b)],_0x5efdd1=[''])=>{const _0x5867b0=a57_0x3fd0d6,_0x2f1600={};_0x2f1600[_0x5867b0(0x187)]=_0x5867b0(0x185);const _0x2bb9f0=_0x2f1600;consoleHolder[_0x4dd69a[_0x5867b0(0x184)]()](..._0x5efdd1),process[_0x5867b0(0x191)](_0x5867b0(0x192)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x4dd69a[_0x5867b0(0x193)](),'message':'\x22'+_0x5efdd1['join'](',\x20')+'\x22','kind':_0x2bb9f0[_0x5867b0(0x187)],'http_response':{}});};[a57_0x3fd0d6(0x194)]=(..._0x2f262e)=>{const _0x1bc599=a57_0x3fd0d6;this[_0x1bc599(0x182)](LOG_LEVELS[_0x1bc599(0x195)],_0x2f262e);};[a57_0x3fd0d6(0x179)]=(..._0x41c167)=>{const _0x3a1c3d=a57_0x3fd0d6;this[_0x3a1c3d(0x182)](LOG_LEVELS[_0x3a1c3d(0x18c)],_0x41c167);};[a57_0x3fd0d6(0x181)]=(..._0xb38a68)=>{const _0x8a681a=a57_0x3fd0d6;this[_0x8a681a(0x182)](LOG_LEVELS[_0x8a681a(0x18b)],_0xb38a68);};['warn']=(..._0x39468e)=>{const _0x3fd798=a57_0x3fd0d6;this[_0x3fd798(0x182)](LOG_LEVELS[_0x3fd798(0x183)],_0x39468e);};[a57_0x3fd0d6(0x189)]=(..._0x41e000)=>{const _0x2d5860=a57_0x3fd0d6;this[_0x2d5860(0x182)](LOG_LEVELS[_0x2d5860(0x17d)],_0x41e000);};[a57_0x3fd0d6(0x18d)]=(..._0x1fece8)=>{const _0x4c2519=a57_0x3fd0d6;this[_0x4c2519(0x182)](LOG_LEVELS['INFO'],_0x1fece8);};};module['exports']=logPatcher;
1
+ const a57_0x5045db=a57_0xaf82;(function(_0x3cae30,_0x51d2a0){const _0x3b24a4=a57_0xaf82,_0x5317ac=_0x3cae30();while(!![]){try{const _0x58a0e6=-parseInt(_0x3b24a4(0x19a))/0x1*(-parseInt(_0x3b24a4(0x193))/0x2)+parseInt(_0x3b24a4(0x18d))/0x3+parseInt(_0x3b24a4(0x18e))/0x4*(-parseInt(_0x3b24a4(0x1a2))/0x5)+parseInt(_0x3b24a4(0x18c))/0x6*(-parseInt(_0x3b24a4(0x19c))/0x7)+-parseInt(_0x3b24a4(0x1a8))/0x8*(-parseInt(_0x3b24a4(0x1a6))/0x9)+-parseInt(_0x3b24a4(0x1a0))/0xa+parseInt(_0x3b24a4(0x19e))/0xb*(parseInt(_0x3b24a4(0x195))/0xc);if(_0x58a0e6===_0x51d2a0)break;else _0x5317ac['push'](_0x5317ac['shift']());}catch(_0x387c96){_0x5317ac['push'](_0x5317ac['shift']());}}}(a57_0x447f,0x5c69d));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x5045db(0x1a7)),a57_0xefee55={};a57_0xefee55['INFO']=a57_0x5045db(0x19d),a57_0xefee55[a57_0x5045db(0x18a)]='ERROR',a57_0xefee55[a57_0x5045db(0x196)]=a57_0x5045db(0x196),a57_0xefee55['TRACE']='TRACE',a57_0xefee55['WARN']=a57_0x5045db(0x1a3);const LOG_LEVELS=a57_0xefee55;function a57_0xaf82(_0x58a936,_0x5745f5){const _0x447fa4=a57_0x447f();return a57_0xaf82=function(_0xaf8248,_0x1aeb03){_0xaf8248=_0xaf8248-0x18a;let _0x3ffe0a=_0x447fa4[_0xaf8248];return _0x3ffe0a;},a57_0xaf82(_0x58a936,_0x5745f5);}class logPatcher extends Transport{constructor(_0x4c9416){super(_0x4c9416);}[a57_0x5045db(0x192)]=(_0x42a0ee=LOG_LEVELS[a57_0x5045db(0x19d)],_0x39a273=[''])=>{const _0x52c84a=a57_0x5045db,_0x4910eb={};_0x4910eb['eSVIL']=_0x52c84a(0x194);const _0x558a5f=_0x4910eb;consoleHolder[_0x42a0ee['toLowerCase']()](..._0x39a273),process[_0x52c84a(0x198)](_0x52c84a(0x18f)+process['pid'],{'timestamp':new Date()[_0x52c84a(0x197)](),'level':_0x42a0ee[_0x52c84a(0x19f)](),'message':'\x22'+_0x39a273['join'](',\x20')+'\x22','kind':_0x558a5f[_0x52c84a(0x19b)],'http_response':{}});};[a57_0x5045db(0x191)]=(..._0x2d6e4d)=>{const _0x3011cf=a57_0x5045db;this[_0x3011cf(0x192)](LOG_LEVELS[_0x3011cf(0x1a4)],_0x2d6e4d);};[a57_0x5045db(0x190)]=(..._0x423df5)=>{const _0x3f48ff=a57_0x5045db;this['logToTestOps'](LOG_LEVELS[_0x3f48ff(0x196)],_0x423df5);};[a57_0x5045db(0x1a1)]=(..._0x2b923a)=>{const _0x451e79=a57_0x5045db;this[_0x451e79(0x192)](LOG_LEVELS[_0x451e79(0x19d)],_0x2b923a);};[a57_0x5045db(0x199)]=(..._0xbe5e5c)=>{const _0x1506ac=a57_0x5045db;this[_0x1506ac(0x192)](LOG_LEVELS['WARN'],_0xbe5e5c);};[a57_0x5045db(0x18b)]=(..._0x21fe82)=>{const _0x9f836d=a57_0x5045db;this[_0x9f836d(0x192)](LOG_LEVELS['ERROR'],_0x21fe82);};['log']=(..._0x14ea44)=>{const _0x5e3f22=a57_0x5045db;this[_0x5e3f22(0x192)](LOG_LEVELS['INFO'],_0x14ea44);};};function a57_0x447f(){const _0x2a686c=['toISOString','emit','warn','143334BOCcoc','eSVIL','1252895whdnVf','INFO','220407FPSavO','toUpperCase','2909160ROzIEf','info','5Bkqyxv','WARN','TRACE','exports','4712724Dnvlbf','../../helpers/test-observability/constants','8nLWVva','ERROR','error','18pvxwuN','270279qgRJJP','1285192UQflNQ','bs:addLog:','debug','trace','logToTestOps','8dfOutd','TEST_LOG','204HxCPBD','DEBUG'];a57_0x447f=function(){return _0x2a686c;};return a57_0x447f();}module[a57_0x5045db(0x1a5)]=logPatcher;