browserstack-node-sdk 1.49.1 → 1.49.2

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_0x29a5d6=a48_0x515e;(function(_0x1a0cd1,_0x565348){const _0xf84d1b=a48_0x515e,_0x529114=_0x1a0cd1();while(!![]){try{const _0x534b21=-parseInt(_0xf84d1b(0x107))/0x1+-parseInt(_0xf84d1b(0xbd))/0x2*(parseInt(_0xf84d1b(0xf9))/0x3)+-parseInt(_0xf84d1b(0xd2))/0x4*(-parseInt(_0xf84d1b(0x110))/0x5)+-parseInt(_0xf84d1b(0xc5))/0x6*(parseInt(_0xf84d1b(0xd7))/0x7)+-parseInt(_0xf84d1b(0xcd))/0x8+parseInt(_0xf84d1b(0xc6))/0x9+parseInt(_0xf84d1b(0x116))/0xa;if(_0x534b21===_0x565348)break;else _0x529114['push'](_0x529114['shift']());}catch(_0x59e256){_0x529114['push'](_0x529114['shift']());}}}(a48_0x1433,0x38fed));const fs=require('fs'),path=require(a48_0x29a5d6(0x134)),util=require(a48_0x29a5d6(0x127)),spawn=require('child_process')[a48_0x29a5d6(0xb8)],{requireModule}=require('../helpers/helper'),PerformanceTester=require('../helpers/performance/performance-tester'),PerformanceEvents=require('../helpers/performance/constants')[a48_0x29a5d6(0x145)],helper=require('../helpers/helper'),utilities=require(a48_0x29a5d6(0xdf)),{default:BrowserStackSetup}=require(a48_0x29a5d6(0xe7)),{FRAMEWORKS}=require(a48_0x29a5d6(0xec)),runIntegrations=require('./integrations/command'),yargs=require(a48_0x29a5d6(0x141)),Constants=require(a48_0x29a5d6(0xb5)),BrowserstackCLI=require(a48_0x29a5d6(0x123)),logger=require('../helpers/logger')['winstonLogger'],origArgs=Object[a48_0x29a5d6(0xf2)]([],process[a48_0x29a5d6(0x104)]),captureError=async(_0x11ccf8,_0x320fec,_0xfa34b6,_0x68a8eb=null)=>{const _0x7a16fe=a48_0x29a5d6,_0x383126={'adhHs':function(_0x43be27,_0x154a5f,_0x1dac29,_0x5d60a1){return _0x43be27(_0x154a5f,_0x1dac29,_0x5d60a1);},'yEopA':_0x7a16fe(0x13c)};try{logger[_0x7a16fe(0x105)](_0x7a16fe(0x10c)+origArgs[_0x7a16fe(0x13d)]('\x20')),await _0x383126[_0x7a16fe(0x109)](_0x11ccf8,_0x320fec,_0x68a8eb,_0xfa34b6);}catch(_0x17183a){process['exitCode']=0x1,logger[_0x7a16fe(0x119)](util[_0x7a16fe(0xd9)](_0x17183a));const _0x36ac6e={'globalException':util[_0x7a16fe(0xd9)]('%j',_0x17183a)};PerformanceTester[_0x7a16fe(0xc3)](PerformanceEvents[_0x7a16fe(0xe6)],![],util[_0x7a16fe(0xd9)](_0x17183a));if(helper[_0x7a16fe(0xb4)](global['config'])&&helper[_0x7a16fe(0xb4)](global[_0x7a16fe(0x11e)]))return;try{utilities[_0x7a16fe(0x137)](_0x383126['yEopA'],_0x36ac6e,global[_0x7a16fe(0xd5)],global[_0x7a16fe(0x11e)]);}catch(_0x12b042){logger['debug'](_0x7a16fe(0xf0)+_0x12b042[_0x7a16fe(0xc9)]);}try{await helper[_0x7a16fe(0x12c)](global['config']);}catch(_0xeb2d19){logger[_0x7a16fe(0x135)](_0x7a16fe(0xcc)+_0xeb2d19[_0x7a16fe(0xc9)]);}await BrowserstackCLI['getInstance']()['stop'](),PerformanceTester[_0x7a16fe(0xc3)](PerformanceEvents[_0x7a16fe(0xe6)],![],util[_0x7a16fe(0xd9)](_0x17183a));}finally{PerformanceTester[_0x7a16fe(0x118)](PerformanceEvents[_0x7a16fe(0xf6)]);}};function a48_0x515e(_0x3c70c2,_0x56afac){const _0x1433a5=a48_0x1433();return a48_0x515e=function(_0x515e93,_0x2c236f){_0x515e93=_0x515e93-0xb2;let _0x4a2787=_0x1433a5[_0x515e93];return _0x4a2787;},a48_0x515e(_0x3c70c2,_0x56afac);}try{const browserstackFolderPath=path[a48_0x29a5d6(0x13d)](helper[a48_0x29a5d6(0x125)](),a48_0x29a5d6(0xe1));if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a48_0x29a5d6(0x13d)](browserstackFolderPath,a48_0x29a5d6(0x103));fs[a48_0x29a5d6(0xe2)](filePath)&&fs[a48_0x29a5d6(0x136)](filePath);}}catch(a48_0x69cfb4){logger[a48_0x29a5d6(0x135)](a48_0x29a5d6(0xff)+a48_0x69cfb4[a48_0x29a5d6(0x10f)]);}process['argv'][a48_0x29a5d6(0x112)](a48_0x29a5d6(0xd3))&&(!process[a48_0x29a5d6(0x104)][a48_0x29a5d6(0x112)]('--opts')&&process[a48_0x29a5d6(0x104)][a48_0x29a5d6(0x133)]('--no-opts'),!process[a48_0x29a5d6(0x104)]['find'](_0x1d2088=>_0x1d2088[a48_0x29a5d6(0x112)](a48_0x29a5d6(0xfe)))&&process[a48_0x29a5d6(0x104)]['push'](a48_0x29a5d6(0xbc)),!process['argv']['includes'](a48_0x29a5d6(0x10a))&&process[a48_0x29a5d6(0x104)][a48_0x29a5d6(0x133)](a48_0x29a5d6(0x113)),helper[a48_0x29a5d6(0xb9)](process[a48_0x29a5d6(0x104)],a48_0x29a5d6(0x143),a48_0x29a5d6(0x111)));PerformanceTester[a48_0x29a5d6(0x118)](PerformanceEvents['SDK_SETUP']);function a48_0x1433(){const _0x3a968e=['describe','framework','mocha/lib/cli/cli.js','version','QyPWe','UumZU','./v2/browserstackCLI','dDxgS','homedir','HELP','util','CODECEPTJS','strict','HFzNq','qpJRC','sendLogs','MOCHA','wrap','bxTPf','PLAYWRIGHT','mocha/lib/cli/run.js','VERSION','push','path','debug','unlinkSync','fireFunnelTestEvent','load\x20[subcommand]','getConfigPath','showHelpOnFail','./load/index','SDKTestSuccessful','join','vmOkT','SvNBv','Runs\x20the\x20binary\x20with\x20load\x20command','yargs','INTEGRATIONS','--require','nightwatch','EVENTS','BorRX','help','fEvZU','isUndefined','./utils/constants','./playwright/command','ygSVQ','spawn','findAndReplace','zVTbt','msghJ','--no-config','2fIRaXt','IhRmX','JsRUW','SAlqF','HjZFh','AKCrF','end','./nightwatch/command','249894LgzdVX','3864681RkNNiO','jest','wvJZK','stack','xyRuE','eBNAg','Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20','2624960JlVCsL','slice','JDoLU','FDykH','iTkOB','4twaRzY','mocha','ocRpW','config','./mocha/command','63ugcvod','parserConfiguration','format','NIGHTWATCH','cssSO','dot-notation','boolean','./cucumber-js/command','../helpers/utilities','INFO','.browserstack','existsSync','./codeceptjs/command','VANILLA','setBrowserStackAutomationDisable','SDK_SETUP','../helpers/BrowserStackSetup','wtbiB','option','env','HOnBu','../helpers/test-observability/constants','codeceptjs','xRaiv','usage','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','./vanilla-js/command','assign','JEST','integrations','ats','SDK_CLEANUP','SbdzS','BCXMy','28065XHWphF','HST','../../ats/src/index','fkZGi','UVOqY','--config','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','Show\x20help','vanilla','cucumber-js','.local-not-set.json','argv','info','node','56003YtMqpR','BROWSERSTACK_CONFIG_FILE_PATH','adhHs','--package','setTestObservabilityDisable','Running\x20SDK\x20with\x20args\x20','handler','exitProcess','message','2074365srZRGa','--mochaRequire','includes','--no-package','command','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','1574900bhwBhh','WPDMQ','start','error','LAJDu','Parsing\x20command\x20line\x20arguments','vePyW'];a48_0x1433=function(){return _0x3a968e;};return a48_0x1433();}const a48_0x23bec1={};a48_0x23bec1[a48_0x29a5d6(0xdc)]=![];const argv=yargs[a48_0x29a5d6(0xd8)](a48_0x23bec1)[a48_0x29a5d6(0xef)]('usage:\x20$0\x20<command>\x20[args]')['alias']('v',a48_0x29a5d6(0x120))[a48_0x29a5d6(0x11d)]('v')['alias']('h','help')[a48_0x29a5d6(0xb2)]('help')[a48_0x29a5d6(0x13a)](!![],Constants[a48_0x29a5d6(0x132)][a48_0x29a5d6(0x126)])['command'](a48_0x29a5d6(0xc7),Constants[a48_0x29a5d6(0xf3)][a48_0x29a5d6(0xe0)],function(_0x42df6f){const _0x42e9b6=a48_0x29a5d6,_0x96cde4={'xyRuE':'jest','vmOkT':function(_0xb624b2,_0x2f9b9c,_0x1e1855,_0x2f41ed,_0x5d78d1){return _0xb624b2(_0x2f9b9c,_0x1e1855,_0x2f41ed,_0x5d78d1);},'eBNAg':function(_0x2135f1,_0x22887f){return _0x2135f1(_0x22887f);},'zVTbt':'./jest/command'},_0x45202d=process[_0x42e9b6(0x104)]['slice'](0x2);helper[_0x42e9b6(0x10b)](),helper['setBrowserStackAutomationDisable']();const _0x53adff=new BrowserStackSetup(_0x42df6f[_0x42e9b6(0x104)],_0x96cde4[_0x42e9b6(0xca)]);return _0x96cde4[_0x42e9b6(0x13e)](captureError,_0x96cde4[_0x42e9b6(0xcb)](require,_0x96cde4[_0x42e9b6(0xba)]),_0x42df6f['argv'],_0x53adff,_0x45202d);})[a48_0x29a5d6(0x114)](a48_0x29a5d6(0xd3),Constants[a48_0x29a5d6(0x12d)][a48_0x29a5d6(0xe0)],_0x4e2fd0=>{const _0x265adf=a48_0x29a5d6,_0x430cad={'tBCkA':function(_0x369807,_0x1278be,_0xd3a52c,_0x1a10a7){return _0x369807(_0x1278be,_0xd3a52c,_0x1a10a7);},'msghJ':function(_0x4f167b,_0x346bbf){return _0x4f167b(_0x346bbf);},'JDoLU':_0x265adf(0xd6),'vePyW':'mocha','LAJDu':_0x265adf(0x11b),'BorRX':function(_0x2b2e4d,_0x2844ae,_0x205e8d){return _0x2b2e4d(_0x2844ae,_0x205e8d);},'FDykH':_0x265adf(0x131),'uOVnk':function(_0x1899be,_0x19aa89,_0xdc2689){return _0x1899be(_0x19aa89,_0xdc2689);},'HjZFh':'mocha/lib/cli/commands.js','fEvZU':function(_0x176145,_0x48c698,_0x2b2d79){return _0x176145(_0x48c698,_0x2b2d79);},'bxTPf':_0x265adf(0x11f),'qpJRC':function(_0x39c8b6){return _0x39c8b6();}};process[_0x265adf(0x104)]=process[_0x265adf(0x104)]['slice'](0x1),helper['setTestObservabilityDisable'](),helper[_0x265adf(0xe5)]();const _0x1c5489=new BrowserStackSetup(_0x4e2fd0[_0x265adf(0x104)],_0x430cad['vePyW']);logger[_0x265adf(0x135)](_0x430cad[_0x265adf(0x11a)]);const _0x2e24ee=_0x430cad[_0x265adf(0x146)](requireModule,_0x430cad[_0x265adf(0xd0)],_0x430cad[_0x265adf(0x11c)]),_0x425e5c=_0x430cad['uOVnk'](requireModule,_0x430cad[_0x265adf(0xc1)],_0x430cad[_0x265adf(0x11c)]);delete _0x2e24ee[_0x265adf(0x10d)],_0x2e24ee[_0x265adf(0x10d)]=function(_0x20db5d){const _0x50c58e=_0x265adf;return _0x430cad['tBCkA'](captureError,_0x430cad[_0x50c58e(0xbb)](require,_0x430cad[_0x50c58e(0xcf)]),_0x20db5d,_0x1c5489);},_0x425e5c['run']=_0x2e24ee;const {main:_0xb787db}=_0x430cad[_0x265adf(0xb3)](requireModule,_0x430cad[_0x265adf(0x12f)],_0x430cad[_0x265adf(0x11c)]);_0x430cad[_0x265adf(0x12b)](_0xb787db);})['command'](a48_0x29a5d6(0x102),Constants['CUCUMBER'][a48_0x29a5d6(0xe0)],function(_0x26b3c6){const _0x26b5b0=a48_0x29a5d6,_0x2d2bec={'ygSVQ':'cucumber-js','VpbYJ':function(_0x257e54,_0x1f478d,_0x2dbd74,_0x334bd2,_0x7b07d1){return _0x257e54(_0x1f478d,_0x2dbd74,_0x334bd2,_0x7b07d1);},'UVOqY':function(_0x144120,_0xdb37c2){return _0x144120(_0xdb37c2);},'AKCrF':_0x26b5b0(0xde)},_0x57dde1=process[_0x26b5b0(0x104)][_0x26b5b0(0xce)](0x2),_0x10ceda=new BrowserStackSetup(_0x26b3c6[_0x26b5b0(0x104)],_0x2d2bec[_0x26b5b0(0xb7)]);return _0x2d2bec['VpbYJ'](captureError,_0x2d2bec[_0x26b5b0(0xfd)](require,_0x2d2bec[_0x26b5b0(0xc2)]),_0x26b3c6[_0x26b5b0(0x104)],_0x10ceda,_0x57dde1);})['command'](a48_0x29a5d6(0x106),Constants[a48_0x29a5d6(0xe4)]['INFO'],function(_0x4dbaf6){const _0x5e992d=a48_0x29a5d6,_0x28f5bf={'ocRpW':_0x5e992d(0x101),'iTkOB':function(_0x47684a,_0x25b5a1,_0x57d7cd,_0x45667e,_0x1a5666){return _0x47684a(_0x25b5a1,_0x57d7cd,_0x45667e,_0x1a5666);},'xRaiv':function(_0x345f1b,_0x20e51c){return _0x345f1b(_0x20e51c);},'JQpNc':_0x5e992d(0xf1)},_0x19a6a8=process[_0x5e992d(0x104)][_0x5e992d(0xce)](0x2),_0x436f91=new BrowserStackSetup(_0x4dbaf6['argv'],_0x28f5bf[_0x5e992d(0xd4)]);return _0x28f5bf[_0x5e992d(0xd1)](captureError,_0x28f5bf[_0x5e992d(0xee)](require,_0x28f5bf['JQpNc']),_0x4dbaf6[_0x5e992d(0x104)],_0x436f91,_0x19a6a8);})[a48_0x29a5d6(0x114)](a48_0x29a5d6(0x144),Constants[a48_0x29a5d6(0xda)][a48_0x29a5d6(0xe0)],function(_0x4b7e5d){const _0x531698=a48_0x29a5d6,_0x151ade={'BCXMy':function(_0x299454,_0x16d65c,_0x38f6e7,_0x401fa2,_0x58fd09){return _0x299454(_0x16d65c,_0x38f6e7,_0x401fa2,_0x58fd09);},'bjqcf':function(_0x2cd145,_0x292633){return _0x2cd145(_0x292633);},'SbdzS':_0x531698(0xc4)},_0x420de8=process[_0x531698(0x104)]['slice'](0x2),_0x40e405=new BrowserStackSetup(_0x4b7e5d[_0x531698(0x104)]);return _0x151ade[_0x531698(0xf8)](captureError,_0x151ade['bjqcf'](require,_0x151ade[_0x531698(0xf7)]),_0x4b7e5d[_0x531698(0x104)],_0x40e405,_0x420de8);})['command']('codeceptjs',Constants[a48_0x29a5d6(0x128)]['INFO'],function(_0x467ec7){const _0x4afacd=a48_0x29a5d6,_0x7342bc={'dDxgS':_0x4afacd(0xed),'SAlqF':function(_0x201136,_0x1533c9,_0x591c09,_0x4a4031,_0x2ee4cd){return _0x201136(_0x1533c9,_0x591c09,_0x4a4031,_0x2ee4cd);},'CAovD':function(_0x248676,_0x1d7220){return _0x248676(_0x1d7220);},'fkZGi':_0x4afacd(0xe3)},_0x2dc7a5=process[_0x4afacd(0x104)]['slice'](0x2),_0xaf291=new BrowserStackSetup(_0x467ec7[_0x4afacd(0x104)],_0x7342bc[_0x4afacd(0x124)]);return _0x7342bc[_0x4afacd(0xc0)](captureError,_0x7342bc['CAovD'](require,_0x7342bc[_0x4afacd(0xfc)]),_0x467ec7[_0x4afacd(0x104)],_0xaf291,_0x2dc7a5);})[a48_0x29a5d6(0x114)](a48_0x29a5d6(0xf5),Constants[a48_0x29a5d6(0xfa)]['INFO'],function(_0x1fa535){const _0x4b1743=a48_0x29a5d6,_0x570abf={'QyPWe':function(_0x987d0,_0x20a60c,_0x4fe557){return _0x987d0(_0x20a60c,_0x4fe557);},'cssSO':function(_0x4470a1,_0x191cb1){return _0x4470a1(_0x191cb1);},'uTDMy':_0x4b1743(0xfb)},_0x463884=process[_0x4b1743(0x104)]['slice'](0x2);return _0x570abf[_0x4b1743(0x121)](captureError,_0x570abf[_0x4b1743(0xdb)](require,_0x570abf['uTDMy']),_0x1fa535);})[a48_0x29a5d6(0x114)](a48_0x29a5d6(0xf4),Constants[a48_0x29a5d6(0x142)][a48_0x29a5d6(0xe0)],function(_0x57fd42){const _0x6d8e99=a48_0x29a5d6,_0x1e4ed7={'SvNBv':function(_0x2cd273,_0x1f2661){return _0x2cd273(_0x1f2661);}};return _0x1e4ed7[_0x6d8e99(0x13f)](runIntegrations,_0x57fd42);})['command']('playwright',Constants[a48_0x29a5d6(0x130)][a48_0x29a5d6(0xe0)],function(_0x3f30d2){const _0x1fe1c1=a48_0x29a5d6,_0x3095b1={'HOnBu':function(_0xac0ccb,_0x5a04b8,_0x5559cb,_0x4595d0,_0x4e34de){return _0xac0ccb(_0x5a04b8,_0x5559cb,_0x4595d0,_0x4e34de);},'wtbiB':function(_0x30083f,_0x4f0244){return _0x30083f(_0x4f0244);},'UumZU':_0x1fe1c1(0xb6)},_0x5c4684=process[_0x1fe1c1(0x104)][_0x1fe1c1(0xce)](0x2);helper[_0x1fe1c1(0x139)](process[_0x1fe1c1(0x104)])&&(process[_0x1fe1c1(0xea)][_0x1fe1c1(0x108)]=helper[_0x1fe1c1(0x139)](process[_0x1fe1c1(0x104)]));helper['setTestObservabilityDisable'](),helper[_0x1fe1c1(0xe5)]();const _0x587d43=new BrowserStackSetup(_0x3f30d2[_0x1fe1c1(0x104)],FRAMEWORKS[_0x1fe1c1(0x130)]);return _0x3095b1[_0x1fe1c1(0xeb)](captureError,_0x3095b1[_0x1fe1c1(0xe8)](require,_0x3095b1[_0x1fe1c1(0x122)]),_0x3f30d2[_0x1fe1c1(0x104)],_0x587d43,_0x5c4684);})[a48_0x29a5d6(0x114)](a48_0x29a5d6(0x138),a48_0x29a5d6(0x140),function(_0x258f5a){const _0x318a7e=a48_0x29a5d6,_0x2dfef6={};_0x2dfef6[_0x318a7e(0xbe)]=_0x318a7e(0xb2),_0x2dfef6[_0x318a7e(0xc8)]=_0x318a7e(0xdd),_0x2dfef6[_0x318a7e(0xbf)]=_0x318a7e(0x100);const _0x53c5d9=_0x2dfef6;return _0x258f5a['help'](![])[_0x318a7e(0xe9)](_0x53c5d9[_0x318a7e(0xbe)],{'alias':'h','type':_0x53c5d9[_0x318a7e(0xc8)],'describe':_0x53c5d9[_0x318a7e(0xbf)]})[_0x318a7e(0x129)](![])[_0x318a7e(0x10e)](![]);},function(_0x24e1e5){const _0x46217b=a48_0x29a5d6,_0x486bfc={'HFzNq':function(_0x23db54,_0x2a583f,_0x421038){return _0x23db54(_0x2a583f,_0x421038);},'WPDMQ':function(_0x1df690,_0x51e8c8){return _0x1df690(_0x51e8c8);},'ZyChi':_0x46217b(0x13b)},_0x21cafa={};return _0x21cafa[_0x46217b(0x104)]=_0x24e1e5,_0x486bfc[_0x46217b(0x12a)](captureError,_0x486bfc[_0x46217b(0x117)](require,_0x486bfc['ZyChi']),_0x21cafa);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')[a48_0x29a5d6(0x12e)](null)[a48_0x29a5d6(0x104)];!helper[a48_0x29a5d6(0xb4)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a48_0x29a5d6(0xf5)&&console[a48_0x29a5d6(0x119)](a48_0x29a5d6(0x115));
2
+ 'use strict';const a48_0x5cc4ef=a48_0x29f0;(function(_0x4f9b4c,_0x48f9cb){const _0x318ed1=a48_0x29f0,_0x581478=_0x4f9b4c();while(!![]){try{const _0x32e258=parseInt(_0x318ed1(0x195))/0x1+-parseInt(_0x318ed1(0x180))/0x2*(parseInt(_0x318ed1(0x140))/0x3)+-parseInt(_0x318ed1(0x182))/0x4+-parseInt(_0x318ed1(0x176))/0x5+parseInt(_0x318ed1(0x115))/0x6*(parseInt(_0x318ed1(0x146))/0x7)+-parseInt(_0x318ed1(0x135))/0x8+parseInt(_0x318ed1(0x162))/0x9*(parseInt(_0x318ed1(0x133))/0xa);if(_0x32e258===_0x48f9cb)break;else _0x581478['push'](_0x581478['shift']());}catch(_0x31597b){_0x581478['push'](_0x581478['shift']());}}}(a48_0x3886,0x19a44));const fs=require('fs'),path=require(a48_0x5cc4ef(0x15d)),util=require(a48_0x5cc4ef(0x163)),spawn=require(a48_0x5cc4ef(0x147))[a48_0x5cc4ef(0x11f)],{requireModule}=require('../helpers/helper'),PerformanceTester=require(a48_0x5cc4ef(0x132)),PerformanceEvents=require('../helpers/performance/constants')['EVENTS'],helper=require(a48_0x5cc4ef(0x18e)),utilities=require(a48_0x5cc4ef(0x187)),{default:BrowserStackSetup}=require('../helpers/BrowserStackSetup'),{FRAMEWORKS}=require(a48_0x5cc4ef(0x193)),runIntegrations=require(a48_0x5cc4ef(0x137)),yargs=require(a48_0x5cc4ef(0x18d)),Constants=require(a48_0x5cc4ef(0x18f)),BrowserstackCLI=require('./v2/browserstackCLI'),logger=require(a48_0x5cc4ef(0x178))['winstonLogger'],origArgs=Object[a48_0x5cc4ef(0x117)]([],process[a48_0x5cc4ef(0x194)]),captureError=async(_0x4073cf,_0x296f0a,_0x126aff,_0x3766c5=null)=>{const _0x52fc50=a48_0x5cc4ef,_0x52db7e={'xTxVL':function(_0x14eb5a,_0x56a846,_0x198df2,_0x4d2a6f){return _0x14eb5a(_0x56a846,_0x198df2,_0x4d2a6f);},'VOYRH':'SDKTestSuccessful'};try{logger['info']('Running\x20SDK\x20with\x20args\x20'+origArgs[_0x52fc50(0x11c)]('\x20')),await _0x52db7e[_0x52fc50(0x142)](_0x4073cf,_0x296f0a,_0x3766c5,_0x126aff);}catch(_0x42fc77){process[_0x52fc50(0x184)]=0x1,logger[_0x52fc50(0x191)](util['format'](_0x42fc77));const _0x149bd6={'globalException':util['format']('%j',_0x42fc77)};PerformanceTester[_0x52fc50(0x16a)](PerformanceEvents[_0x52fc50(0x11b)],![],util[_0x52fc50(0x138)](_0x42fc77));if(helper['isUndefined'](global['config'])&&helper['isUndefined'](global['framework']))return;try{utilities[_0x52fc50(0x12f)](_0x52db7e['VOYRH'],_0x149bd6,global[_0x52fc50(0x13b)],global[_0x52fc50(0x148)]);}catch(_0x38c206){logger[_0x52fc50(0x14e)](_0x52fc50(0x141)+_0x38c206[_0x52fc50(0x19c)]);}try{await helper[_0x52fc50(0x165)](global['config']);}catch(_0x1170b3){logger['debug']('Error\x20in\x20sending\x20logs.\x20Stacktrace:\x20'+_0x1170b3[_0x52fc50(0x19c)]);}await BrowserstackCLI[_0x52fc50(0x169)]()[_0x52fc50(0x16b)](),PerformanceTester[_0x52fc50(0x16a)](PerformanceEvents['SDK_SETUP'],![],util[_0x52fc50(0x138)](_0x42fc77));}finally{PerformanceTester[_0x52fc50(0x18b)](PerformanceEvents[_0x52fc50(0x116)]);}};function a48_0x29f0(_0xac0d36,_0x1933f0){const _0x3886fa=a48_0x3886();return a48_0x29f0=function(_0x29f02c,_0xff8200){_0x29f02c=_0x29f02c-0x112;let _0x3697a6=_0x3886fa[_0x29f02c];return _0x3697a6;},a48_0x29f0(_0xac0d36,_0x1933f0);}try{const browserstackFolderPath=path[a48_0x5cc4ef(0x11c)](helper[a48_0x5cc4ef(0x13d)](),'.browserstack');if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a48_0x5cc4ef(0x11c)](browserstackFolderPath,a48_0x5cc4ef(0x18c));fs['existsSync'](filePath)&&fs[a48_0x5cc4ef(0x14a)](filePath);}}catch(a48_0x21c006){logger[a48_0x5cc4ef(0x14e)](a48_0x5cc4ef(0x164)+a48_0x21c006[a48_0x5cc4ef(0x171)]);}process['argv'][a48_0x5cc4ef(0x143)]('mocha')&&(!process[a48_0x5cc4ef(0x194)][a48_0x5cc4ef(0x143)](a48_0x5cc4ef(0x154))&&process[a48_0x5cc4ef(0x194)]['push'](a48_0x5cc4ef(0x17d)),!process[a48_0x5cc4ef(0x194)]['find'](_0x12a349=>_0x12a349[a48_0x5cc4ef(0x143)](a48_0x5cc4ef(0x15f)))&&process[a48_0x5cc4ef(0x194)][a48_0x5cc4ef(0x145)](a48_0x5cc4ef(0x11e)),!process[a48_0x5cc4ef(0x194)][a48_0x5cc4ef(0x143)]('--package')&&process[a48_0x5cc4ef(0x194)][a48_0x5cc4ef(0x145)](a48_0x5cc4ef(0x172)),helper[a48_0x5cc4ef(0x114)](process[a48_0x5cc4ef(0x194)],a48_0x5cc4ef(0x199),a48_0x5cc4ef(0x158)));PerformanceTester[a48_0x5cc4ef(0x18b)](PerformanceEvents[a48_0x5cc4ef(0x11b)]);const a48_0x30a5a9={};a48_0x30a5a9['dot-notation']=![];function a48_0x3886(){const _0x4f6916=['exitProcess','setTestObservabilityDisable','getInstance','end','stop','fkeKM','VANILLA','ZIEyx','PLAYWRIGHT','INTEGRATIONS','message','--no-package','codeceptjs','fXHvD','mHRBH','982140FRIMPm','tYFBL','../helpers/logger','NTGuf','uDQOz','PzrnD','load\x20[subcommand]','--no-opts','setBrowserStackAutomationDisable','OdKvN','2326YcVMbc','describe','311936TEJvFL','kYXxV','exitCode','EKVfc','CODECEPTJS','../helpers/utilities','GMjzr','OYNug','fCLWX','start','.local-not-set.json','yargs','../helpers/helper','./utils/constants','Fvuqm','error','yvSyl','../helpers/test-observability/constants','argv','70012FLBogz','option','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','Ygqps','--require','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','slice','stack','HELP','ZLzil','usage:\x20$0\x20<command>\x20[args]','findAndReplace','360nlHNBr','SDK_CLEANUP','assign','qdGnO','AAmBS','./cucumber-js/command','SDK_SETUP','join','KbUnU','--no-config','spawn','vanilla','hVBEu','uQFeD','integrations','./codeceptjs/command','FobFe','mocha/lib/cli/run.js','cucumber-js','sPFvo','wrap','fVQub','parserConfiguration','INFO','JEST','usage','fireFunnelTestEvent','RnLoj','command','../helpers/performance/performance-tester','2440SpyxBV','nzKAG','1189544ZbjWsj','jest','./integrations/command','format','strict','NIGHTWATCH','config','help','homedir','VERSION','env','231aPeiSt','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','xTxVL','includes','./vanilla-js/command','push','8869QCfBKm','child_process','framework','MOCHA','unlinkSync','TBkUt','IPMWM','Show\x20help','debug','mocha/lib/cli/cli.js','getConfigPath','boolean','XKGtW','CUCUMBER','--opts','mocha','alias','handler','--mochaRequire','node','run','Runs\x20the\x20binary\x20with\x20load\x20command','nightwatch','path','sgTKE','--config','./jest/command','cvJJA','17397KsDdcP','util','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','sendLogs','./load/index'];a48_0x3886=function(){return _0x4f6916;};return a48_0x3886();}const argv=yargs[a48_0x5cc4ef(0x12b)](a48_0x30a5a9)[a48_0x5cc4ef(0x12e)](a48_0x5cc4ef(0x113))[a48_0x5cc4ef(0x156)]('v','version')[a48_0x5cc4ef(0x181)]('v')[a48_0x5cc4ef(0x156)]('h',a48_0x5cc4ef(0x13c))[a48_0x5cc4ef(0x13c)](a48_0x5cc4ef(0x13c))['showHelpOnFail'](!![],Constants[a48_0x5cc4ef(0x13e)][a48_0x5cc4ef(0x19d)])[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x136),Constants[a48_0x5cc4ef(0x12d)]['INFO'],function(_0x478cc9){const _0x866db7=a48_0x5cc4ef,_0x141273={'pXJLa':'jest','SzkRC':function(_0x154c89,_0x209e75,_0x1cb594,_0x4b177f,_0x4515bf){return _0x154c89(_0x209e75,_0x1cb594,_0x4b177f,_0x4515bf);},'GMjzr':function(_0x4ca781,_0x5edf57){return _0x4ca781(_0x5edf57);},'ZIEyx':_0x866db7(0x160)},_0x3fd404=process[_0x866db7(0x194)][_0x866db7(0x19b)](0x2);helper[_0x866db7(0x168)](),helper[_0x866db7(0x17e)]();const _0x44cb7c=new BrowserStackSetup(_0x478cc9[_0x866db7(0x194)],_0x141273['pXJLa']);return _0x141273['SzkRC'](captureError,_0x141273[_0x866db7(0x188)](require,_0x141273[_0x866db7(0x16e)]),_0x478cc9[_0x866db7(0x194)],_0x44cb7c,_0x3fd404);})[a48_0x5cc4ef(0x131)]('mocha',Constants[a48_0x5cc4ef(0x149)][a48_0x5cc4ef(0x12c)],_0x59893a=>{const _0x232685=a48_0x5cc4ef,_0x5ea9e8={'cvJJA':function(_0x3ca9c9,_0x5be2dc,_0x5d750f,_0xa996ad){return _0x3ca9c9(_0x5be2dc,_0x5d750f,_0xa996ad);},'OdKvN':function(_0x265d85,_0x28c6ae){return _0x265d85(_0x28c6ae);},'mHRBH':'./mocha/command','IPMWM':_0x232685(0x155),'NTGuf':'Parsing\x20command\x20line\x20arguments','fVQub':function(_0x37ae89,_0x18af31,_0x32105d){return _0x37ae89(_0x18af31,_0x32105d);},'XKGtW':_0x232685(0x126),'uDQOz':function(_0x280b4f,_0x1b4c9b,_0x20bd2d){return _0x280b4f(_0x1b4c9b,_0x20bd2d);},'fCLWX':'mocha/lib/cli/commands.js','AbPOh':function(_0x450924,_0x4fcd19,_0x2e3526){return _0x450924(_0x4fcd19,_0x2e3526);},'MoWic':_0x232685(0x14f),'AAmBS':function(_0x1b400f){return _0x1b400f();}};process[_0x232685(0x194)]=process['argv']['slice'](0x1),helper[_0x232685(0x168)](),helper[_0x232685(0x17e)]();const _0x3cb831=new BrowserStackSetup(_0x59893a[_0x232685(0x194)],_0x5ea9e8[_0x232685(0x14c)]);logger[_0x232685(0x14e)](_0x5ea9e8[_0x232685(0x179)]);const _0x3de904=_0x5ea9e8[_0x232685(0x12a)](requireModule,_0x5ea9e8[_0x232685(0x152)],_0x5ea9e8[_0x232685(0x14c)]),_0x45c9ec=_0x5ea9e8[_0x232685(0x17a)](requireModule,_0x5ea9e8[_0x232685(0x18a)],_0x5ea9e8[_0x232685(0x14c)]);delete _0x3de904[_0x232685(0x157)],_0x3de904[_0x232685(0x157)]=function(_0x581bce){const _0x15e6ab=_0x232685;return _0x5ea9e8[_0x15e6ab(0x161)](captureError,_0x5ea9e8[_0x15e6ab(0x17f)](require,_0x5ea9e8[_0x15e6ab(0x175)]),_0x581bce,_0x3cb831);},_0x45c9ec[_0x232685(0x15a)]=_0x3de904;const {main:_0x55349f}=_0x5ea9e8['AbPOh'](requireModule,_0x5ea9e8['MoWic'],_0x5ea9e8['IPMWM']);_0x5ea9e8[_0x232685(0x119)](_0x55349f);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x127),Constants[a48_0x5cc4ef(0x153)][a48_0x5cc4ef(0x12c)],function(_0x15b8fc){const _0x96e145=a48_0x5cc4ef,_0x57fe22={'PzrnD':_0x96e145(0x127),'Ygqps':function(_0x26a50e,_0x6e4b90,_0x7c0046,_0x6e974a,_0x52375f){return _0x26a50e(_0x6e4b90,_0x7c0046,_0x6e974a,_0x52375f);},'Fgtgh':function(_0x307e4d,_0x516742){return _0x307e4d(_0x516742);},'nzKAG':_0x96e145(0x11a)},_0x4ab075=process[_0x96e145(0x194)]['slice'](0x2),_0x1b29e1=new BrowserStackSetup(_0x15b8fc['argv'],_0x57fe22[_0x96e145(0x17b)]);return _0x57fe22[_0x96e145(0x198)](captureError,_0x57fe22['Fgtgh'](require,_0x57fe22[_0x96e145(0x134)]),_0x15b8fc[_0x96e145(0x194)],_0x1b29e1,_0x4ab075);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x159),Constants[a48_0x5cc4ef(0x16d)][a48_0x5cc4ef(0x12c)],function(_0x10a7e4){const _0x105199=a48_0x5cc4ef,_0x2221a5={'kDhVG':_0x105199(0x120),'EKVfc':function(_0x3a337b,_0x284d7c,_0x4d6ef1,_0x27d262,_0x5d81ab){return _0x3a337b(_0x284d7c,_0x4d6ef1,_0x27d262,_0x5d81ab);},'sgTKE':function(_0x1de12b,_0x38aec4){return _0x1de12b(_0x38aec4);},'KbUnU':_0x105199(0x144)},_0x383a07=process[_0x105199(0x194)][_0x105199(0x19b)](0x2),_0x1d1aa8=new BrowserStackSetup(_0x10a7e4[_0x105199(0x194)],_0x2221a5['kDhVG']);return _0x2221a5[_0x105199(0x185)](captureError,_0x2221a5[_0x105199(0x15e)](require,_0x2221a5[_0x105199(0x11d)]),_0x10a7e4['argv'],_0x1d1aa8,_0x383a07);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x15c),Constants[a48_0x5cc4ef(0x13a)][a48_0x5cc4ef(0x12c)],function(_0x48546b){const _0x56fe25=a48_0x5cc4ef,_0x52a46d={'OYNug':function(_0x34c860,_0x5c957c,_0x125263,_0x1b42d0,_0x15befa){return _0x34c860(_0x5c957c,_0x125263,_0x1b42d0,_0x15befa);},'tVprr':function(_0x2fa391,_0x2c6449){return _0x2fa391(_0x2c6449);},'qdGnO':'./nightwatch/command'},_0x71aac6=process[_0x56fe25(0x194)][_0x56fe25(0x19b)](0x2),_0xdfb28c=new BrowserStackSetup(_0x48546b[_0x56fe25(0x194)]);return _0x52a46d[_0x56fe25(0x189)](captureError,_0x52a46d['tVprr'](require,_0x52a46d[_0x56fe25(0x118)]),_0x48546b[_0x56fe25(0x194)],_0xdfb28c,_0x71aac6);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x173),Constants[a48_0x5cc4ef(0x186)][a48_0x5cc4ef(0x12c)],function(_0x4a864b){const _0x4471c6=a48_0x5cc4ef,_0xd536df={'fkeKM':_0x4471c6(0x173),'RnLoj':function(_0x44f153,_0x2b06f3,_0x26a2ef,_0x3b042a,_0x95fe09){return _0x44f153(_0x2b06f3,_0x26a2ef,_0x3b042a,_0x95fe09);},'kYXxV':function(_0x104e11,_0x34be5c){return _0x104e11(_0x34be5c);},'fXHvD':_0x4471c6(0x124)},_0x1949d3=process['argv'][_0x4471c6(0x19b)](0x2),_0x274a70=new BrowserStackSetup(_0x4a864b[_0x4471c6(0x194)],_0xd536df[_0x4471c6(0x16c)]);return _0xd536df[_0x4471c6(0x130)](captureError,_0xd536df[_0x4471c6(0x183)](require,_0xd536df[_0x4471c6(0x174)]),_0x4a864b['argv'],_0x274a70,_0x1949d3);})[a48_0x5cc4ef(0x131)]('ats',Constants['HST'][a48_0x5cc4ef(0x12c)],function(_0x13cdd7){const _0x595dd6=a48_0x5cc4ef,_0xae8e2f={'XcCpz':function(_0x407f73,_0x4af0b6,_0x3b577f){return _0x407f73(_0x4af0b6,_0x3b577f);},'uQFeD':function(_0x4baf17,_0x197da2){return _0x4baf17(_0x197da2);},'FKerV':'../../ats/src/index'},_0x2222fa=process[_0x595dd6(0x194)]['slice'](0x2);return _0xae8e2f['XcCpz'](captureError,_0xae8e2f[_0x595dd6(0x122)](require,_0xae8e2f['FKerV']),_0x13cdd7);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x123),Constants[a48_0x5cc4ef(0x170)][a48_0x5cc4ef(0x12c)],function(_0x58b0c9){const _0x555cae=a48_0x5cc4ef,_0x91fdac={'hVBEu':function(_0x53bb24,_0x4e54fc){return _0x53bb24(_0x4e54fc);}};return _0x91fdac[_0x555cae(0x121)](runIntegrations,_0x58b0c9);})[a48_0x5cc4ef(0x131)]('playwright',Constants[a48_0x5cc4ef(0x16f)]['INFO'],function(_0x10cfb7){const _0x3a59ed=a48_0x5cc4ef,_0x5cf586={'Fvuqm':function(_0x1a12be,_0x21e038,_0x1af4b9,_0x231e87,_0x3c4ce6){return _0x1a12be(_0x21e038,_0x1af4b9,_0x231e87,_0x3c4ce6);},'yvSyl':function(_0x3d67e8,_0x502eab){return _0x3d67e8(_0x502eab);},'pKpqG':'./playwright/command'},_0x357858=process[_0x3a59ed(0x194)][_0x3a59ed(0x19b)](0x2);helper[_0x3a59ed(0x150)](process[_0x3a59ed(0x194)])&&(process[_0x3a59ed(0x13f)]['BROWSERSTACK_CONFIG_FILE_PATH']=helper['getConfigPath'](process['argv']));helper[_0x3a59ed(0x168)](),helper[_0x3a59ed(0x17e)]();const _0x4388f9=new BrowserStackSetup(_0x10cfb7[_0x3a59ed(0x194)],FRAMEWORKS[_0x3a59ed(0x16f)]);return _0x5cf586[_0x3a59ed(0x190)](captureError,_0x5cf586[_0x3a59ed(0x192)](require,_0x5cf586['pKpqG']),_0x10cfb7[_0x3a59ed(0x194)],_0x4388f9,_0x357858);})[a48_0x5cc4ef(0x131)](a48_0x5cc4ef(0x17c),a48_0x5cc4ef(0x15b),function(_0x28d877){const _0x40b9aa=a48_0x5cc4ef,_0x2ee542={};_0x2ee542['ZLzil']='help',_0x2ee542[_0x40b9aa(0x128)]=_0x40b9aa(0x151),_0x2ee542[_0x40b9aa(0x125)]=_0x40b9aa(0x14d);const _0x1490f5=_0x2ee542;return _0x28d877['help'](![])[_0x40b9aa(0x196)](_0x1490f5[_0x40b9aa(0x112)],{'alias':'h','type':_0x1490f5[_0x40b9aa(0x128)],'describe':_0x1490f5[_0x40b9aa(0x125)]})[_0x40b9aa(0x139)](![])[_0x40b9aa(0x167)](![]);},function(_0x4db83a){const _0x328dd7=a48_0x5cc4ef,_0x3045e5={'TBkUt':function(_0x27086b,_0x19d32e,_0x38dedb){return _0x27086b(_0x19d32e,_0x38dedb);},'tYFBL':function(_0x3ac648,_0x21774d){return _0x3ac648(_0x21774d);},'dGGZe':_0x328dd7(0x166)},_0x166df9={};return _0x166df9[_0x328dd7(0x194)]=_0x4db83a,_0x3045e5[_0x328dd7(0x14b)](captureError,_0x3045e5[_0x328dd7(0x177)](require,_0x3045e5['dGGZe']),_0x166df9);})['demandCommand'](0x1,a48_0x5cc4ef(0x197))[a48_0x5cc4ef(0x129)](null)[a48_0x5cc4ef(0x194)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!=='ats'&&console[a48_0x5cc4ef(0x191)](a48_0x5cc4ef(0x19a));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x21b906=a49_0x4c67;(function(_0x1d8569,_0xad5f91){const _0x443c58=a49_0x4c67,_0xefcc8d=_0x1d8569();while(!![]){try{const _0x4fc91a=parseInt(_0x443c58(0x1dd))/0x1*(parseInt(_0x443c58(0x1b7))/0x2)+-parseInt(_0x443c58(0x1bf))/0x3+-parseInt(_0x443c58(0x1cd))/0x4+-parseInt(_0x443c58(0x1f5))/0x5*(parseInt(_0x443c58(0x1fb))/0x6)+-parseInt(_0x443c58(0x1cf))/0x7*(parseInt(_0x443c58(0x1df))/0x8)+parseInt(_0x443c58(0x1fe))/0x9+parseInt(_0x443c58(0x1d1))/0xa;if(_0x4fc91a===_0xad5f91)break;else _0xefcc8d['push'](_0xefcc8d['shift']());}catch(_0x283383){_0xefcc8d['push'](_0xefcc8d['shift']());}}}(a49_0x1075,0xe369b));const fs=require('fs'),helper=require(a49_0x21b906(0x1c3)),utilities=require(a49_0x21b906(0x1e5)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require('../helpers/logger')[a49_0x21b906(0x1f3)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a49_0x21b906(0x1f8)]()+a49_0x21b906(0x1de),packageFile=process[a49_0x21b906(0x1f8)]()+'/package.json',frameworks=[a49_0x21b906(0x1d0),a49_0x21b906(0x1e2),'cucumber-js',a49_0x21b906(0x1ba),a49_0x21b906(0x1c9),a49_0x21b906(0x1f2),a49_0x21b906(0x1b8)];let config;logger[a49_0x21b906(0x1b5)](a49_0x21b906(0x1e7)),createConfigurationFile(yargs[a49_0x21b906(0x1d6)][a49_0x21b906(0x1cc)],yargs[a49_0x21b906(0x1d6)]['key'],yargs[a49_0x21b906(0x1d6)][a49_0x21b906(0x1b8)]);try{sdkSetup();}catch(a49_0x457252){logger[a49_0x21b906(0x1f9)](a49_0x21b906(0x1da)+a49_0x457252);}addScriptInPackageJson();function a49_0x1075(){const _0xbaa32b=['../helpers/utilities','BSAvh','Creating\x20configuration\x20file...','-browserstack','indexOf','source','splice','npLos','AkBXC','VtIge','push','join','npm\x20update\x20browserstack-node-sdk','codeceptjs','winstonLogger','scripts','280580HuZYuM','cjkFW','error','cwd','debug','ZYtxr','6WlIxob','vdZIU','Adding\x20new\x20script(s)\x20in\x20package.json...','12744864KsJxYS','nTENp','info','WLSxL','2beDWoS','playwright','yRPVE','node','utf8','split','length','load','2247945fqLXFJ','writeFileSync','sZoYs','stringify','../helpers/helper','browserstack-node-sdk','readFileSync','UYPai','parse','YOUR_USERNAME','nightwatch','YIIxA','bYcQh','username','4467684jmErfD','node-setup','2270940YjuQmO','mocha','5637350QrhmrU','oKZGs','aWYMW','PmkyG','fireFunnelTestEvent','argv','seThn','Setup\x20completed','aBFpG','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','includes','browserstack-node-sdk\x20','1522844kZRdbs','/browserstack.yml','16NfWypw','isUndefined','replace','jest','entries','YOUR_ACCESS_KEY'];a49_0x1075=function(){return _0xbaa32b;};return a49_0x1075();}function createConfigurationFile(_0x5a7ea2,_0x577476,_0x5efc74=![]){const _0x1bcdec=a49_0x21b906,_0x31e6ee={};_0x31e6ee[_0x1bcdec(0x1d2)]=_0x1bcdec(0x1bb),_0x31e6ee[_0x1bcdec(0x1fc)]=_0x1bcdec(0x1c8),_0x31e6ee[_0x1bcdec(0x1ca)]=_0x1bcdec(0x1e4);const _0x114109=_0x31e6ee;try{let _0x3a82ad=fs[_0x1bcdec(0x1c5)](_0x5efc74?configFileTemplatePW:configFileTemplate,_0x114109[_0x1bcdec(0x1d2)]);_0x5a7ea2&&(_0x3a82ad=_0x3a82ad[_0x1bcdec(0x1e1)](_0x114109['vdZIU'],_0x5a7ea2)),_0x577476&&(_0x3a82ad=_0x3a82ad['replace'](_0x114109[_0x1bcdec(0x1ca)],_0x577476)),config=yaml[_0x1bcdec(0x1be)](_0x3a82ad),fs[_0x1bcdec(0x1c0)](configFile,_0x3a82ad,_0x5ceea3=>{_0x5ceea3&&logger['error'](_0x5ceea3);});}catch(_0x19122e){logger['error'](_0x19122e);}}function addPostInstallScript(_0x285bd1,_0x2ead75){const _0x495fc1=a49_0x21b906,_0x8b4536={};_0x8b4536['BSAvh']='postinstall',_0x8b4536[_0x495fc1(0x1b4)]=_0x495fc1(0x1f1),_0x8b4536[_0x495fc1(0x1c1)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0xc22fa7=_0x8b4536;let _0x368fc4=_0x285bd1[_0xc22fa7[_0x495fc1(0x1e6)]];if(_0x368fc4&&_0x368fc4[_0x495fc1(0x1db)](_0xc22fa7['nTENp']))return;!_0x368fc4?_0x368fc4=_0xc22fa7[_0x495fc1(0x1b4)]:_0x368fc4+=_0xc22fa7[_0x495fc1(0x1c1)],_0x2ead75['push']([_0xc22fa7['BSAvh'],_0x368fc4]);}function addScriptInPackageJson(){const _0x2dd709=a49_0x21b906,_0xc4cf6c={'seThn':_0x2dd709(0x1bb),'npLos':function(_0x6db65c,_0x50d0dc){return _0x6db65c<_0x50d0dc;},'PmkyG':function(_0x28a54d,_0x4929f5,_0x26af28){return _0x28a54d(_0x4929f5,_0x26af28);},'aBFpG':function(_0xfdf7f5,_0x293b50,_0x7d2534){return _0xfdf7f5(_0x293b50,_0x7d2534);},'cjkFW':function(_0x322801,_0x99706c){return _0x322801<_0x99706c;},'bYcQh':function(_0x5828aa,_0x1fd9af){return _0x5828aa!==_0x1fd9af;},'oALhB':_0x2dd709(0x1fd)},_0x5f3764=JSON[_0x2dd709(0x1c7)](fs[_0x2dd709(0x1c5)](packageFile,_0xc4cf6c[_0x2dd709(0x1d7)])),_0x370d4c=[];for(let _0xfc5469=0x0;_0xc4cf6c[_0x2dd709(0x1ec)](_0xfc5469,frameworks[_0x2dd709(0x1bd)]);_0xfc5469+=0x1){const _0x1e51ff=_0xc4cf6c[_0x2dd709(0x1d4)](findScriptsWithFramework,_0x5f3764['scripts'],frameworks[_0xfc5469]);for(let _0x4992c4=0x0;_0xc4cf6c[_0x2dd709(0x1ec)](_0x4992c4,_0x1e51ff['length']);_0x4992c4+=0x1){_0x370d4c[_0x2dd709(0x1ef)](_0xc4cf6c[_0x2dd709(0x1d9)](getUpdatedCommand,_0x5f3764['scripts'],_0x1e51ff[_0x4992c4]));}_0xc4cf6c[_0x2dd709(0x1d4)](addPostInstallScript,_0x5f3764['scripts'],_0x370d4c);}const _0x101710={..._0x5f3764[_0x2dd709(0x1f4)]},_0x51840e=_0x101710;for(let _0x2a6357=0x0;_0xc4cf6c[_0x2dd709(0x1f6)](_0x2a6357,_0x370d4c[_0x2dd709(0x1bd)]);_0x2a6357+=0x1){_0x51840e[_0x370d4c[_0x2a6357][0x0]]=_0x370d4c[_0x2a6357][0x1];}_0xc4cf6c[_0x2dd709(0x1cb)](JSON[_0x2dd709(0x1c2)](_0x5f3764[_0x2dd709(0x1f4)]),JSON['stringify'](_0x51840e))&&(logger[_0x2dd709(0x1b5)](_0xc4cf6c['oALhB']),_0x5f3764[_0x2dd709(0x1f4)]=_0x51840e,fs[_0x2dd709(0x1c0)](packageFile,JSON[_0x2dd709(0x1c2)](_0x5f3764,null,0x2),_0x3ad63d=>{const _0x4d5100=_0x2dd709;_0x3ad63d&&logger[_0x4d5100(0x1f7)](_0x3ad63d);}));}function a49_0x4c67(_0x5776d5,_0x1d7a82){const _0x10758e=a49_0x1075();return a49_0x4c67=function(_0x4c67e8,_0x19d603){_0x4c67e8=_0x4c67e8-0x1b4;let _0x5319d6=_0x10758e[_0x4c67e8];return _0x5319d6;},a49_0x4c67(_0x5776d5,_0x1d7a82);};function findScriptsWithFramework(_0xfb21b7,_0x33a17a){const _0x136f67=a49_0x21b906,_0x5bcbf7={};_0x5bcbf7['AkBXC']=function(_0x3e83a6,_0x557304){return _0x3e83a6<_0x557304;},_0x5bcbf7[_0x136f67(0x1b9)]=_0x136f67(0x1c4);const _0x473a55=_0x5bcbf7,_0x4d33ae=[],_0x18ad13=Object[_0x136f67(0x1e3)](_0xfb21b7);for(let _0x3a091c=0x0;_0x473a55[_0x136f67(0x1ed)](_0x3a091c,_0x18ad13[_0x136f67(0x1bd)]);_0x3a091c+=0x1){_0x18ad13[_0x3a091c][0x1]['includes'](_0x33a17a)&&!_0x18ad13[_0x3a091c][0x1][_0x136f67(0x1db)](_0x473a55['yRPVE'])&&_0x4d33ae[_0x136f67(0x1ef)](_0x18ad13[_0x3a091c][0x0]);}return _0x4d33ae;}function getUpdatedCommand(_0x5f55e6,_0x41e2b4){const _0x26bdaf=a49_0x21b906,_0x26fcd5={};_0x26fcd5[_0x26bdaf(0x1fa)]=function(_0x391c21,_0x4d7450){return _0x391c21!==_0x4d7450;},_0x26fcd5[_0x26bdaf(0x1d3)]=_0x26bdaf(0x1c4),_0x26fcd5['WLSxL']=function(_0x390e22,_0x599f97){return _0x390e22===_0x599f97;};const _0xeea5ef=_0x26fcd5,_0x14a844=_0x41e2b4+_0x26bdaf(0x1e8),_0x79eeda=_0x5f55e6[_0x41e2b4],_0x4fc266=_0x79eeda[_0x26bdaf(0x1bc)]('\x20');for(const _0x214c76 of frameworks){if(_0xeea5ef[_0x26bdaf(0x1fa)](_0x4fc266[_0x26bdaf(0x1e9)](_0x214c76),-0x1)){_0x4fc266[_0x26bdaf(0x1eb)](_0x4fc266[_0x26bdaf(0x1e9)](_0x214c76),0x0,_0xeea5ef[_0x26bdaf(0x1d3)]);break;}}let _0x4e3032=_0x4fc266[_0x26bdaf(0x1f0)]('\x20');return _0xeea5ef[_0x26bdaf(0x1b6)](_0x4e3032,_0x79eeda)&&(_0x4e3032=_0x26bdaf(0x1dc)+_0x79eeda),[_0x14a844,_0x4e3032];}function sdkSetup(){const _0x13c0fd=a49_0x21b906,_0x3a2461={};_0x3a2461[_0x13c0fd(0x1c6)]=_0x13c0fd(0x1ce),_0x3a2461[_0x13c0fd(0x1ee)]='SDKSetup';const _0x5201aa=_0x3a2461;if(helper[_0x13c0fd(0x1e0)](config))return;config[_0x13c0fd(0x1ea)]=_0x5201aa['UYPai'];try{utilities[_0x13c0fd(0x1d5)](_0x5201aa['VtIge'],{},config,'');}catch(_0x2bfb35){logger['debug'](_0x13c0fd(0x1da)+_0x2bfb35);}}logger[a49_0x21b906(0x1b5)](a49_0x21b906(0x1d8));
3
+ function a49_0x2e4a(_0x521fa6,_0x32df8a){const _0x271d48=a49_0x271d();return a49_0x2e4a=function(_0x2e4a6e,_0x152cd7){_0x2e4a6e=_0x2e4a6e-0x13d;let _0x33f2a0=_0x271d48[_0x2e4a6e];return _0x33f2a0;},a49_0x2e4a(_0x521fa6,_0x32df8a);}function a49_0x271d(){const _0x337f90=['source','push','18TMuLdV','scripts','qOVnW','379454ToUMWg','Pvyhg','/browserstack.yml','isUndefined','stringify','postinstall','887421PDMNEW','lcbIe','load','Adding\x20new\x20script(s)\x20in\x20package.json...','playwright','10326fppMRt','jOyht','24271577FVMDBd','winstonLogger','cucumber-js','jWmXs','key','Setup\x20completed','dJXsL','cwd','join','browserstack-node-sdk\x20','node-setup','/package.json','63TfFvCH','SLDjf','-browserstack','length','SmBOX','includes','yargs','SDKSetup','readFileSync','error','PdWiQ','replace','nightwatch','Creating\x20configuration\x20file...','entries','iNnAA','info','MPUyf','jest','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','\x20&&\x20npm\x20update\x20browserstack-node-sdk','writeFileSync','node','splice','browserstack-node-sdk','eaEfX','indexOf','YOUR_ACCESS_KEY','IOsPe','codeceptjs','VUHod','argv','360584veKtwv','../helpers/utilities','../helpers/helper','339736BrpHxb','UhmIl','fireFunnelTestEvent','AHyUi','212510JNCPdx','js-yaml','/../../browserstack.pw.yml.sample','175wGgBVM','2075DMvDAS'];a49_0x271d=function(){return _0x337f90;};return a49_0x271d();}const a49_0xb11fb2=a49_0x2e4a;(function(_0xdfec2,_0x5618df){const _0x5df45b=a49_0x2e4a,_0x676274=_0xdfec2();while(!![]){try{const _0x438fb4=parseInt(_0x5df45b(0x151))/0x1+-parseInt(_0x5df45b(0x14b))/0x2+-parseInt(_0x5df45b(0x148))/0x3*(-parseInt(_0x5df45b(0x184))/0x4)+-parseInt(_0x5df45b(0x145))/0x5*(-parseInt(_0x5df45b(0x156))/0x6)+-parseInt(_0x5df45b(0x144))/0x7*(-parseInt(_0x5df45b(0x13d))/0x8)+parseInt(_0x5df45b(0x164))/0x9*(-parseInt(_0x5df45b(0x141))/0xa)+-parseInt(_0x5df45b(0x158))/0xb;if(_0x438fb4===_0x5618df)break;else _0x676274['push'](_0x676274['shift']());}catch(_0x3b0d72){_0x676274['push'](_0x676274['shift']());}}}(a49_0x271d,0xa0efc));const fs=require('fs'),helper=require(a49_0xb11fb2(0x186)),utilities=require(a49_0xb11fb2(0x185)),yaml=require(a49_0xb11fb2(0x142)),yargs=require(a49_0xb11fb2(0x16a)),logger=require('../helpers/logger')[a49_0xb11fb2(0x159)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a49_0xb11fb2(0x143),configFile=process[a49_0xb11fb2(0x15f)]()+a49_0xb11fb2(0x14d),packageFile=process[a49_0xb11fb2(0x15f)]()+a49_0xb11fb2(0x163),frameworks=['mocha',a49_0xb11fb2(0x176),a49_0xb11fb2(0x15a),a49_0xb11fb2(0x17a),a49_0xb11fb2(0x170),a49_0xb11fb2(0x181),a49_0xb11fb2(0x155)];let config;logger[a49_0xb11fb2(0x174)](a49_0xb11fb2(0x171)),createConfigurationFile(yargs['argv']['username'],yargs[a49_0xb11fb2(0x183)][a49_0xb11fb2(0x15c)],yargs[a49_0xb11fb2(0x183)]['playwright']);try{sdkSetup();}catch(a49_0x1df5d8){logger['debug'](a49_0xb11fb2(0x177)+a49_0x1df5d8);}addScriptInPackageJson();function createConfigurationFile(_0x1a7498,_0x107e0d,_0x25f8b9=![]){const _0x21e76a=a49_0xb11fb2,_0x284984={};_0x284984['qOGDR']='utf8',_0x284984['IOsPe']='YOUR_USERNAME',_0x284984['jOyht']=_0x21e76a(0x17f);const _0x595b91=_0x284984;try{let _0x45d361=fs['readFileSync'](_0x25f8b9?configFileTemplatePW:configFileTemplate,_0x595b91['qOGDR']);_0x1a7498&&(_0x45d361=_0x45d361[_0x21e76a(0x16f)](_0x595b91[_0x21e76a(0x180)],_0x1a7498)),_0x107e0d&&(_0x45d361=_0x45d361[_0x21e76a(0x16f)](_0x595b91[_0x21e76a(0x157)],_0x107e0d)),config=yaml[_0x21e76a(0x153)](_0x45d361),fs[_0x21e76a(0x179)](configFile,_0x45d361,_0x3ef3e1=>{const _0x2df72a=_0x21e76a;_0x3ef3e1&&logger[_0x2df72a(0x16d)](_0x3ef3e1);});}catch(_0x36bd7a){logger[_0x21e76a(0x16d)](_0x36bd7a);}}function addPostInstallScript(_0x535024,_0x137415){const _0x145b03=a49_0xb11fb2,_0x1a6ec7={};_0x1a6ec7[_0x145b03(0x173)]=_0x145b03(0x150),_0x1a6ec7[_0x145b03(0x13e)]='npm\x20update\x20browserstack-node-sdk',_0x1a6ec7[_0x145b03(0x17d)]=_0x145b03(0x178);const _0x4cd7cc=_0x1a6ec7;let _0x1f02e0=_0x535024[_0x4cd7cc[_0x145b03(0x173)]];if(_0x1f02e0&&_0x1f02e0[_0x145b03(0x169)](_0x4cd7cc['UhmIl']))return;!_0x1f02e0?_0x1f02e0=_0x4cd7cc[_0x145b03(0x13e)]:_0x1f02e0+=_0x4cd7cc[_0x145b03(0x17d)],_0x137415[_0x145b03(0x147)]([_0x4cd7cc[_0x145b03(0x173)],_0x1f02e0]);}function addScriptInPackageJson(){const _0xb2073f=a49_0xb11fb2,_0x1474a1={'SLDjf':'utf8','dJXsL':function(_0x45bc09,_0x2b7a85){return _0x45bc09<_0x2b7a85;},'VUHod':function(_0x2ecea4,_0x1131f3,_0x148b5b){return _0x2ecea4(_0x1131f3,_0x148b5b);},'SmBOX':function(_0x3c230b,_0x377beb,_0x42104c){return _0x3c230b(_0x377beb,_0x42104c);},'RfmTD':function(_0x1009d9,_0x1ac844){return _0x1009d9!==_0x1ac844;},'dQmHz':_0xb2073f(0x154)},_0x45c750=JSON['parse'](fs[_0xb2073f(0x16c)](packageFile,_0x1474a1[_0xb2073f(0x165)])),_0x3b87c8=[];for(let _0x52138b=0x0;_0x1474a1[_0xb2073f(0x15e)](_0x52138b,frameworks[_0xb2073f(0x167)]);_0x52138b+=0x1){const _0x3345f0=_0x1474a1[_0xb2073f(0x182)](findScriptsWithFramework,_0x45c750['scripts'],frameworks[_0x52138b]);for(let _0x31b4a2=0x0;_0x1474a1[_0xb2073f(0x15e)](_0x31b4a2,_0x3345f0[_0xb2073f(0x167)]);_0x31b4a2+=0x1){_0x3b87c8[_0xb2073f(0x147)](_0x1474a1[_0xb2073f(0x182)](getUpdatedCommand,_0x45c750['scripts'],_0x3345f0[_0x31b4a2]));}_0x1474a1[_0xb2073f(0x168)](addPostInstallScript,_0x45c750['scripts'],_0x3b87c8);}const _0x838b52={..._0x45c750['scripts']},_0x45f412=_0x838b52;for(let _0x24d18c=0x0;_0x1474a1[_0xb2073f(0x15e)](_0x24d18c,_0x3b87c8[_0xb2073f(0x167)]);_0x24d18c+=0x1){_0x45f412[_0x3b87c8[_0x24d18c][0x0]]=_0x3b87c8[_0x24d18c][0x1];}_0x1474a1['RfmTD'](JSON[_0xb2073f(0x14f)](_0x45c750['scripts']),JSON[_0xb2073f(0x14f)](_0x45f412))&&(logger[_0xb2073f(0x174)](_0x1474a1['dQmHz']),_0x45c750[_0xb2073f(0x149)]=_0x45f412,fs[_0xb2073f(0x179)](packageFile,JSON[_0xb2073f(0x14f)](_0x45c750,null,0x2),_0x19f2da=>{const _0x4557f7=_0xb2073f;_0x19f2da&&logger[_0x4557f7(0x16d)](_0x19f2da);}));};function findScriptsWithFramework(_0x521249,_0x5e67c0){const _0x46d252=a49_0xb11fb2,_0x19f481={};_0x19f481[_0x46d252(0x152)]=function(_0x3196a8,_0x2d853a){return _0x3196a8<_0x2d853a;},_0x19f481[_0x46d252(0x16e)]=_0x46d252(0x17c);const _0x283a92=_0x19f481,_0x3338bb=[],_0x36d5c8=Object[_0x46d252(0x172)](_0x521249);for(let _0x3c9aab=0x0;_0x283a92[_0x46d252(0x152)](_0x3c9aab,_0x36d5c8[_0x46d252(0x167)]);_0x3c9aab+=0x1){_0x36d5c8[_0x3c9aab][0x1][_0x46d252(0x169)](_0x5e67c0)&&!_0x36d5c8[_0x3c9aab][0x1][_0x46d252(0x169)](_0x283a92['PdWiQ'])&&_0x3338bb[_0x46d252(0x147)](_0x36d5c8[_0x3c9aab][0x0]);}return _0x3338bb;}function getUpdatedCommand(_0x177d18,_0x28a24d){const _0x2cad32=a49_0xb11fb2,_0x394d1c={};_0x394d1c[_0x2cad32(0x140)]=function(_0x17bf16,_0x3bcc96){return _0x17bf16!==_0x3bcc96;},_0x394d1c[_0x2cad32(0x15b)]=_0x2cad32(0x17c),_0x394d1c[_0x2cad32(0x175)]=function(_0x38f14f,_0x146516){return _0x38f14f===_0x146516;};const _0x2213e9=_0x394d1c,_0x2b4090=_0x28a24d+_0x2cad32(0x166),_0x3fd12b=_0x177d18[_0x28a24d],_0x43b1cc=_0x3fd12b['split']('\x20');for(const _0x5efed5 of frameworks){if(_0x2213e9[_0x2cad32(0x140)](_0x43b1cc[_0x2cad32(0x17e)](_0x5efed5),-0x1)){_0x43b1cc[_0x2cad32(0x17b)](_0x43b1cc[_0x2cad32(0x17e)](_0x5efed5),0x0,_0x2213e9['jWmXs']);break;}}let _0x2dd33a=_0x43b1cc[_0x2cad32(0x160)]('\x20');return _0x2213e9[_0x2cad32(0x175)](_0x2dd33a,_0x3fd12b)&&(_0x2dd33a=_0x2cad32(0x161)+_0x3fd12b),[_0x2b4090,_0x2dd33a];}function sdkSetup(){const _0x1ff567=a49_0xb11fb2,_0x364dc0={};_0x364dc0[_0x1ff567(0x14a)]=_0x1ff567(0x162),_0x364dc0[_0x1ff567(0x14c)]=_0x1ff567(0x16b);const _0x2e8c47=_0x364dc0;if(helper[_0x1ff567(0x14e)](config))return;config[_0x1ff567(0x146)]=_0x2e8c47[_0x1ff567(0x14a)];try{utilities[_0x1ff567(0x13f)](_0x2e8c47[_0x1ff567(0x14c)],{},config,'');}catch(_0x579c5f){logger['debug'](_0x1ff567(0x177)+_0x579c5f);}}logger['info'](a49_0xb11fb2(0x15d));
@@ -1 +1 @@
1
- const a50_0x80a0b5=a50_0x585f;function a50_0x585f(_0x577041,_0x4bc99f){const _0x575dd2=a50_0x575d();return a50_0x585f=function(_0x585f70,_0x2d0d12){_0x585f70=_0x585f70-0xdd;let _0x493268=_0x575dd2[_0x585f70];return _0x493268;},a50_0x585f(_0x577041,_0x4bc99f);}(function(_0x314a08,_0x4c1b78){const _0xfb7d34=a50_0x585f,_0x3d7fb6=_0x314a08();while(!![]){try{const _0x3433f3=-parseInt(_0xfb7d34(0x128))/0x1*(-parseInt(_0xfb7d34(0x11a))/0x2)+-parseInt(_0xfb7d34(0xe1))/0x3+-parseInt(_0xfb7d34(0xe0))/0x4+-parseInt(_0xfb7d34(0xed))/0x5+-parseInt(_0xfb7d34(0x11e))/0x6*(parseInt(_0xfb7d34(0xf0))/0x7)+parseInt(_0xfb7d34(0xe2))/0x8+parseInt(_0xfb7d34(0x12e))/0x9*(parseInt(_0xfb7d34(0xe3))/0xa);if(_0x3433f3===_0x4c1b78)break;else _0x3d7fb6['push'](_0x3d7fb6['shift']());}catch(_0x24077b){_0x3d7fb6['push'](_0x3d7fb6['shift']());}}}(a50_0x575d,0xdf17f));function a50_0x575d(){const _0x52acea=['format','qcWtq','CwSrJ','worker','platform-run-failure','platforms','222748EiFVWq','PDNhO','yhoCI','yminI','lviJO','CDKsF','24945885qNdSjL','EVENTS','HHNUz','jlxGc','../../helpers/logger','json','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','test-file-start','bqhOZ','util','platform','./testWorker.js','file','exitCode','oYANc','test-file-failure','Running\x20','6660716wxzjiM','1337430SCHDBo','5784880VOaLFS','10zuzGKk','Workers\x20failed\x20to\x20exit\x20gracefully','exit','length','debug','stderr','getStdout','p-limit','configuration','vanillaWorker','5970105VmGUqv','info','all','602yryvMH','push','oCTgO','getStderr','mEAhC','GhwVf','platform-run-success','test-file-success','error','iLUdx','resolve','kepHp','lIVsh','stdout','LbGtk','parallelCucumberRun','parallelTestRun','zRSbL','pipe','waitForExit','log','mWvjg','BMEwx','FOjVs','_child','MIBVt','parallelVanillaRun','end','xqkqA','qipEZ','lDyYc','XkPft','piaZG','platformCaps','worker_threads','cucumberWorker','failureCount','../../helpers/performance/constants','then','emit','tMwpf','../../helpers/testhub/testhubHandler','16JsVHaB','kEcPG','uzMqx','emittery','73818pywCAl','results','map','IoSoq'];a50_0x575d=function(){return _0x52acea;};return a50_0x575d();}const Worker=require('jest-worker')['Worker'],Emittery=require(a50_0x80a0b5(0x11d)),pLimit=require(a50_0x80a0b5(0xea)),{parentPort}=require(a50_0x80a0b5(0x112)),util=require(a50_0x80a0b5(0x137)),logger=require(a50_0x80a0b5(0x132))['winstonLogger'],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a50_0x80a0b5(0x115))[a50_0x80a0b5(0x12f)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a50_0x80a0b5(0x119));exports[a50_0x80a0b5(0x100)]=(_0xe23ab0,_0x1ac541,_0x9e99b6)=>new Promise(async _0x11c8da=>{const _0x5c91d4=a50_0x80a0b5,_0x1984d6={'mWvjg':_0x5c91d4(0x114),'CwSrJ':function(_0x51ae0a,_0x33faba){return _0x51ae0a+_0x33faba;},'XkPft':_0x5c91d4(0x11f),'lDyYc':'Workers\x20failed\x20to\x20exit\x20gracefully','BTEkY':function(_0x53b6ea,_0x298a87){return _0x53b6ea(_0x298a87);},'GVNCD':function(_0x3b8d6b,_0x5a2747){return _0x3b8d6b(_0x5a2747);},'qcWtq':_0x5c91d4(0x135),'zRSbL':_0x5c91d4(0x139),'GhwVf':_0x5c91d4(0x125),'oYANc':_0x5c91d4(0x133),'iLUdx':_0x5c91d4(0x102),'qipEZ':function(_0x40c4c9,_0x183294){return _0x40c4c9*_0x183294;},'PomAi':_0x5c91d4(0xf7),'HHNUz':_0x5c91d4(0xde),'MIBVt':function(_0x4109ee,_0x5a7e5f){return _0x4109ee(_0x5a7e5f);},'kepHp':function(_0x55edea,_0x5a889e){return _0x55edea*_0x5a889e;}},_0x4bf470=_0x9e99b6['config'],_0x408ac5={},_0x3f65be=new Worker(require[_0x5c91d4(0xfa)](_0x1984d6[_0x5c91d4(0x101)]),{'exposedMethods':[_0x1984d6[_0x5c91d4(0xf5)]],'forkOptions':{'serialization':_0x1984d6[_0x5c91d4(0xdd)],'stdio':_0x1984d6[_0x5c91d4(0xf9)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1984d6[_0x5c91d4(0x10d)](_0x1ac541,0x1),'enableWorkerThreads':!![]}),_0x36604c=new Emittery();_0x36604c['on'](_0x1984d6['PomAi'],_0x12f90d=>{const _0x56acf2=_0x5c91d4;_0x408ac5[_0x12f90d[0x0]]?(_0x408ac5[_0x12f90d[0x0]][_0x1984d6[_0x56acf2(0x105)]]=_0x1984d6[_0x56acf2(0x124)](_0x408ac5[_0x12f90d[0x0]][_0x1984d6[_0x56acf2(0x105)]],_0x12f90d[0x1][_0x1984d6[_0x56acf2(0x105)]]),_0x408ac5[_0x12f90d[0x0]][_0x1984d6[_0x56acf2(0x10f)]]=[..._0x408ac5[_0x12f90d[0x0]][_0x1984d6['XkPft']],..._0x12f90d[0x1][_0x1984d6[_0x56acf2(0x10f)]]]):_0x408ac5[_0x12f90d[0x0]]={'failureCount':_0x12f90d[0x1][_0x1984d6['mWvjg']],'results':[..._0x12f90d[0x1][_0x1984d6[_0x56acf2(0x10f)]]]};}),_0x36604c['on'](_0x1984d6[_0x5c91d4(0x130)],_0x4fa10f=>console[_0x5c91d4(0x104)](_0x4fa10f[0x1]));_0x3f65be[_0x5c91d4(0xe9)]()&&_0x3f65be[_0x5c91d4(0xe9)]()['pipe'](process['stdout']);_0x3f65be['getStderr']()&&_0x3f65be[_0x5c91d4(0xf3)]()[_0x5c91d4(0x102)](process['stderr']);const _0x15c05a=async()=>{const _0x5dcdcb=_0x5c91d4,{forceExited:_0x2f83be}=await _0x3f65be[_0x5dcdcb(0x10b)]();_0x2f83be&&console['error'](_0x1984d6[_0x5dcdcb(0x10e)]);try{await TestHubHandler['stop']();}catch(_0x9e784c){_0x1984d6['BTEkY'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x9e784c);}_0x1984d6['GVNCD'](_0x11c8da,_0x408ac5);},_0x27f95e=_0x1984d6[_0x5c91d4(0x109)](pLimit,_0x1984d6[_0x5c91d4(0xfb)](_0x1ac541,0x1)),_0x589e47=_0x3745f0=>_0x27f95e(async()=>{const _0x79b36=_0x5c91d4;await _0x36604c['emit'](_0x1984d6[_0x79b36(0x123)],_0x3745f0);const _0x4a59f7=_0x3f65be['worker'](_0x3745f0,_0x4bf470);try{parentPort&&_0x4a59f7['UNSTABLE_onCustomMessage'](_0x3db147=>{const _0x44cffe=_0x79b36;try{parentPort['postMessage'](_0x3db147);}catch(_0x4678aa){logger[_0x44cffe(0xe7)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util[_0x44cffe(0x122)](_0x4678aa));}});}catch(_0x2d3f10){logger[_0x79b36(0xe7)](_0x79b36(0x134)+util[_0x79b36(0x122)](_0x2d3f10));}return _0x4a59f7;});PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),Promise[_0x5c91d4(0xef)](_0xe23ab0[_0x5c91d4(0x120)](_0x4602c1=>_0x589e47(_0x4602c1)['then'](_0x45cf02=>_0x36604c[_0x5c91d4(0x117)]('test-file-success',[_0x4602c1[_0x5c91d4(0xeb)][_0x5c91d4(0x138)],_0x45cf02]),_0x4de232=>_0x36604c[_0x5c91d4(0x117)](_0x5c91d4(0xde),[_0x4602c1,_0x4de232]))))[_0x5c91d4(0x116)](_0x15c05a,_0x15c05a);}),exports[a50_0x80a0b5(0xff)]=(_0x1d29a0,_0x21c01c,_0x37d0b6,_0x7a104a,_0x284f1e)=>{const _0xb22aa1=a50_0x80a0b5,_0x2cfd1f={'BMEwx':_0xb22aa1(0xe4),'fZcEz':function(_0x2a8bdc,_0x2f11e1){return _0x2a8bdc(_0x2f11e1);},'jlxGc':'platform-run-start','piaZG':'./testWorker.js','LbGtk':_0xb22aa1(0x113),'mEAhC':'json','xqkqA':_0xb22aa1(0x102),'CbxtB':_0xb22aa1(0xf6),'yhoCI':'platform-run-failure','yminI':function(_0x368ce9,_0xc218b7){return _0x368ce9(_0xc218b7);}};return new Promise(_0x3b8a4a=>{const _0x3b2aba=_0xb22aa1,_0x4e464a=[],_0x583406=new Worker(require['resolve'](_0x2cfd1f[_0x3b2aba(0x110)]),{'exposedMethods':[_0x2cfd1f[_0x3b2aba(0xfe)]],'forkOptions':{'serialization':_0x2cfd1f[_0x3b2aba(0xf4)],'stdio':_0x2cfd1f[_0x3b2aba(0x10c)]},'numWorkers':_0x1d29a0[_0x3b2aba(0xe6)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1ffd24=new Emittery();_0x1ffd24['on'](_0x2cfd1f['CbxtB'],_0x347150=>{const _0x2d325e=_0x3b2aba;_0x4e464a[_0x2d325e(0xf1)]([_0x347150[0x0],_0x347150[0x1]]);}),_0x1ffd24['on'](_0x2cfd1f[_0x3b2aba(0x12a)],_0x5b5b24=>console[_0x3b2aba(0x104)](_0x5b5b24[0x1]));_0x583406[_0x3b2aba(0xe9)]()&&_0x583406[_0x3b2aba(0xe9)]()['pipe'](process[_0x3b2aba(0xfd)]);_0x583406[_0x3b2aba(0xf3)]()&&_0x583406[_0x3b2aba(0xf3)]()[_0x3b2aba(0x102)](process[_0x3b2aba(0xe8)]);const _0x44f959=async()=>{const _0x1de783=_0x3b2aba,{forceExited:_0x4f91b7}=await _0x583406[_0x1de783(0x10b)]();_0x4f91b7&&console[_0x1de783(0xf8)](_0x2cfd1f[_0x1de783(0x106)]),_0x2cfd1f['fZcEz'](_0x3b8a4a,_0x4e464a);},_0x5dea19=_0x2cfd1f[_0x3b2aba(0x12b)](pLimit,_0x1d29a0[_0x3b2aba(0xe6)]||0x1),_0x6f9b76=(_0x203591,_0x2b0a72)=>_0x5dea19(async()=>{const _0x42e89c=_0x3b2aba;return await _0x1ffd24[_0x42e89c(0x117)](_0x2cfd1f[_0x42e89c(0x131)],_0x203591),_0x21c01c[_0x42e89c(0x111)]=_0x37d0b6[_0x42e89c(0x127)][_0x2b0a72],_0x583406[_0x42e89c(0x113)](_0x203591,_0x21c01c,_0x37d0b6,_0x7a104a,_0x284f1e);});Promise[_0x3b2aba(0xef)](_0x1d29a0['map']((_0x309827,_0x3bfc21)=>_0x6f9b76(_0x309827,_0x3bfc21)['then'](_0x1fea3f=>_0x1ffd24[_0x3b2aba(0x117)](_0x3b2aba(0xf6),[_0x309827,_0x1fea3f]),_0x1fffde=>_0x1ffd24[_0x3b2aba(0x117)](_0x3b2aba(0x126),[_0x309827,_0x1fffde]))))[_0x3b2aba(0x116)](_0x44f959,_0x44f959);});},exports[a50_0x80a0b5(0x10a)]=(_0xeb49d9,_0x470d2e)=>new Promise(_0x2dbe93=>{const _0x1aa7da=a50_0x80a0b5,_0x5d6f5e={'tMwpf':function(_0x3f15c3,_0x4a0ea1){return _0x3f15c3===_0x4a0ea1;},'oCTgO':function(_0x3c2d69,_0x11e361){return _0x3c2d69!==_0x11e361;},'PDNhO':_0x1aa7da(0xe5),'lviJO':_0x1aa7da(0xe4),'Qmvlz':function(_0x391aa1,_0x1f1fc9){return _0x391aa1(_0x1f1fc9);},'bqhOZ':_0x1aa7da(0x139),'iJUKf':_0x1aa7da(0xec),'lIVsh':_0x1aa7da(0x133),'FOjVs':_0x1aa7da(0x102),'IoSoq':_0x1aa7da(0xf7),'CDKsF':'test-file-failure'},_0x10b6b6={},_0x5c3caf=new Worker(require[_0x1aa7da(0xfa)](_0x5d6f5e[_0x1aa7da(0x136)]),{'exposedMethods':[_0x5d6f5e['iJUKf']],'forkOptions':{'serialization':_0x5d6f5e[_0x1aa7da(0xfc)],'stdio':_0x5d6f5e[_0x1aa7da(0x107)]},'numWorkers':_0x470d2e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x171c5c=new Emittery();_0x171c5c['on'](_0x5d6f5e[_0x1aa7da(0x121)],_0x54f4ef=>{const _0x42ffe6=_0x1aa7da;_0x54f4ef[0x0]&&logger[_0x42ffe6(0xee)](_0x42ffe6(0xdf)+_0x54f4ef[0x1]+'\x20for',_0x54f4ef[0x0]);}),_0x171c5c['on'](_0x5d6f5e[_0x1aa7da(0x12d)],_0x4367e7=>{process['exitCode']=0x1;});_0x5c3caf[_0x1aa7da(0xe9)]()&&_0x5c3caf['getStdout']()[_0x1aa7da(0x102)](process[_0x1aa7da(0xfd)]);_0x5c3caf['getStderr']()&&_0x5c3caf[_0x1aa7da(0xf3)]()[_0x1aa7da(0x102)](process[_0x1aa7da(0xe8)]);const _0x84cff1=async()=>{const _0x3d71b2=_0x1aa7da;let _0x153d6a=0x0;const _0x50b84b=_0x5c3caf['_workerPool']['getWorkers'](),_0x578832=()=>{},_0x5656da=_0x50b84b[_0x3d71b2(0x120)](async _0x46e1a9=>{const _0x456ec4=_0x3d71b2,_0x3079b3={'uzMqx':function(_0xa44adc,_0x41e03f){const _0x5056ea=a50_0x585f;return _0x5d6f5e[_0x5056ea(0x118)](_0xa44adc,_0x41e03f);},'kEcPG':function(_0xc00c41,_0x5bb6b9){const _0x3c79dd=a50_0x585f;return _0x5d6f5e[_0x3c79dd(0xf2)](_0xc00c41,_0x5bb6b9);}};_0x46e1a9['send']([0x2,![]],_0x578832,_0x578832,_0x578832),_0x46e1a9[_0x456ec4(0x108)]['on'](_0x5d6f5e[_0x456ec4(0x129)],_0xf88a69=>{const _0x1d1757=_0x456ec4;_0x3079b3[_0x1d1757(0x11c)](_0x153d6a,0x0)&&_0x3079b3[_0x1d1757(0x11b)](_0xf88a69,0x0)&&(_0x153d6a=_0xf88a69);}),await _0x46e1a9[_0x456ec4(0x103)]();});await Promise[_0x3d71b2(0xef)](_0x5656da),process[_0x3d71b2(0x13b)]=_0x153d6a;const {forceExited:_0x3e498b}=await _0x5c3caf[_0x3d71b2(0x10b)]();_0x3e498b&&console[_0x3d71b2(0xf8)](_0x5d6f5e[_0x3d71b2(0x12c)]),_0x5d6f5e['Qmvlz'](_0x2dbe93,_0x10b6b6);},_0x5ce948=_0x5d6f5e['Qmvlz'](pLimit,_0x470d2e),_0x4bda5c=_0x5cdf1a=>_0x5ce948(async()=>{const _0x48d03e=_0x1aa7da;return _0x5c3caf[_0x48d03e(0xec)](_0x5cdf1a);});Promise[_0x1aa7da(0xef)](_0xeb49d9[_0x1aa7da(0x120)](_0x577c0e=>_0x4bda5c(_0x577c0e)[_0x1aa7da(0x116)](_0x5f2393=>_0x171c5c[_0x1aa7da(0x117)]('test-file-success',[_0x577c0e[_0x1aa7da(0xeb)]['platform'],_0x577c0e[_0x1aa7da(0xeb)][_0x1aa7da(0x13a)]]),_0x1d1f48=>_0x171c5c[_0x1aa7da(0x117)](_0x1aa7da(0xde),[_0x577c0e,_0x1d1f48]))))['then'](_0x84cff1,_0x84cff1);});
1
+ function a50_0x12e3(){const _0x4d5de2=['vanillaWorker','json','test-file-success','cucumberWorker','Exception\x20in\x20sending\x20worker\x20message\x20','exit','./testWorker.js','10hLTdnl','Workers\x20failed\x20to\x20exit\x20gracefully','map','exitCode','platform','EVENTS','_child','debug','../../helpers/performance/constants','error','mqjPj','winstonLogger','emit','../../helpers/testhub/testhubHandler','platform-run-success','getStderr','OabUG','FIipw','waitForExit','length','postMessage','Worker','results','5197509rkxrVq','all','SDK_SETUP','IluUm','XeQPX','push','configuration','then','DPloJ','platforms','ebtMA','1649625EsUyVm','config','file','XBDUK','platform-run-failure','EmuBl','worker_threads','p-limit','test-file-failure','uoTtq','KAwOi','log','gTgpe','stderr','util','test-file-start','end','yhWoK','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','iszgr','getStdout','worker','4952shdWQP','ZzYZn','pipe','stdout','ocJQp','5IXmeaF','Running\x20','3160182CjxaCw','../../helpers/performance/performance-tester','zayar','send','UPBFv','_workerPool','emittery','wfQQq','jest-worker','../../helpers/test-observability/utils','4333eyPlcY','xHmSd','failureCount','gJyJH','2263080mcBsve','getWorkers','format','35509oTELYv','resolve','UlMZh','platformCaps','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','453072IhTtxu','parallelTestRun'];a50_0x12e3=function(){return _0x4d5de2;};return a50_0x12e3();}const a50_0x328cc1=a50_0x145f;function a50_0x145f(_0x3df0ca,_0x4376f2){const _0x12e365=a50_0x12e3();return a50_0x145f=function(_0x145f77,_0x3bc88d){_0x145f77=_0x145f77-0x7d;let _0x3e5f65=_0x12e365[_0x145f77];return _0x3e5f65;},a50_0x145f(_0x3df0ca,_0x4376f2);}(function(_0x33f844,_0x227faa){const _0x37e04c=a50_0x145f,_0x9ab16f=_0x33f844();while(!![]){try{const _0x3a8000=-parseInt(_0x37e04c(0x8c))/0x1+-parseInt(_0x37e04c(0x91))/0x2+parseInt(_0x37e04c(0xbc))/0x3+-parseInt(_0x37e04c(0x89))/0x4+parseInt(_0x37e04c(0xd7))/0x5*(parseInt(_0x37e04c(0xd9))/0x6)+-parseInt(_0x37e04c(0x85))/0x7*(parseInt(_0x37e04c(0xd2))/0x8)+parseInt(_0x37e04c(0xb1))/0x9*(parseInt(_0x37e04c(0x9a))/0xa);if(_0x3a8000===_0x227faa)break;else _0x9ab16f['push'](_0x9ab16f['shift']());}catch(_0x2c4b98){_0x9ab16f['push'](_0x9ab16f['shift']());}}}(a50_0x12e3,0x6c2d9));const Worker=require(a50_0x328cc1(0x83))[a50_0x328cc1(0xaf)],Emittery=require(a50_0x328cc1(0x81)),pLimit=require(a50_0x328cc1(0xc3)),{parentPort}=require(a50_0x328cc1(0xc2)),util=require(a50_0x328cc1(0xca)),logger=require('../../helpers/logger')[a50_0x328cc1(0xa5)],PerformanceTester=require(a50_0x328cc1(0xda)),PerformanceEvents=require(a50_0x328cc1(0xa2))[a50_0x328cc1(0x9f)],{debug}=require(a50_0x328cc1(0x84)),TestHubHandler=require(a50_0x328cc1(0xa7));exports[a50_0x328cc1(0x92)]=(_0x47567c,_0x398aa8,_0x1ad717)=>new Promise(async _0x757cc7=>{const _0x56cebf=a50_0x328cc1,_0x310d0b={'mqjPj':_0x56cebf(0x87),'cDxxU':function(_0x3a722a,_0x5f04b0){return _0x3a722a+_0x5f04b0;},'XeQPX':_0x56cebf(0xb0),'zayar':_0x56cebf(0x9b),'XBDUK':function(_0x465a3d,_0x5df4ac){return _0x465a3d(_0x5df4ac);},'EmDfn':_0x56cebf(0xcb),'EmuBl':_0x56cebf(0x99),'KAwOi':_0x56cebf(0xd1),'lpVme':_0x56cebf(0x94),'FIipw':_0x56cebf(0xd4),'uoTtq':function(_0x1dff3e,_0x4dd9e5){return _0x1dff3e*_0x4dd9e5;},'iszgr':_0x56cebf(0x95),'VcQmd':_0x56cebf(0xc4),'IluUm':function(_0x17f07f,_0x34e1e9){return _0x17f07f(_0x34e1e9);}},_0x4a7079=_0x1ad717[_0x56cebf(0xbd)],_0x384701={},_0x2c89a=new Worker(require[_0x56cebf(0x8d)](_0x310d0b[_0x56cebf(0xc1)]),{'exposedMethods':[_0x310d0b[_0x56cebf(0xc6)]],'forkOptions':{'serialization':_0x310d0b['lpVme'],'stdio':_0x310d0b[_0x56cebf(0xab)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x310d0b[_0x56cebf(0xc5)](_0x398aa8,0x1),'enableWorkerThreads':!![]}),_0x1235e9=new Emittery();_0x1235e9['on'](_0x310d0b[_0x56cebf(0xcf)],_0x4e6477=>{const _0x1c5621=_0x56cebf;_0x384701[_0x4e6477[0x0]]?(_0x384701[_0x4e6477[0x0]][_0x310d0b['mqjPj']]=_0x310d0b['cDxxU'](_0x384701[_0x4e6477[0x0]][_0x310d0b[_0x1c5621(0xa4)]],_0x4e6477[0x1][_0x310d0b[_0x1c5621(0xa4)]]),_0x384701[_0x4e6477[0x0]][_0x310d0b['XeQPX']]=[..._0x384701[_0x4e6477[0x0]][_0x310d0b[_0x1c5621(0xb5)]],..._0x4e6477[0x1][_0x310d0b['XeQPX']]]):_0x384701[_0x4e6477[0x0]]={'failureCount':_0x4e6477[0x1][_0x310d0b[_0x1c5621(0xa4)]],'results':[..._0x4e6477[0x1][_0x310d0b[_0x1c5621(0xb5)]]]};}),_0x1235e9['on'](_0x310d0b['VcQmd'],_0x35ff67=>console[_0x56cebf(0xc7)](_0x35ff67[0x1]));_0x2c89a[_0x56cebf(0xd0)]()&&_0x2c89a[_0x56cebf(0xd0)]()[_0x56cebf(0xd4)](process[_0x56cebf(0xd5)]);_0x2c89a[_0x56cebf(0xa9)]()&&_0x2c89a['getStderr']()[_0x56cebf(0xd4)](process[_0x56cebf(0xc9)]);const _0x150970=async()=>{const _0x3446bf=_0x56cebf,{forceExited:_0x1de0d7}=await _0x2c89a['end']();_0x1de0d7&&console['error'](_0x310d0b[_0x3446bf(0x7d)]);try{await TestHubHandler['stop']();}catch(_0x36149b){_0x310d0b['XBDUK'](debug,_0x3446bf(0x90)+_0x36149b);}_0x310d0b[_0x3446bf(0xbf)](_0x757cc7,_0x384701);},_0x58d6b7=_0x310d0b[_0x56cebf(0xb4)](pLimit,_0x310d0b[_0x56cebf(0xc5)](_0x398aa8,0x1)),_0x510195=_0x3251e7=>_0x58d6b7(async()=>{const _0x362682=_0x56cebf;await _0x1235e9[_0x362682(0xa6)](_0x310d0b['EmDfn'],_0x3251e7);const _0x177963=_0x2c89a[_0x362682(0xd1)](_0x3251e7,_0x4a7079);try{parentPort&&_0x177963['UNSTABLE_onCustomMessage'](_0x28372e=>{const _0x5aff17=_0x362682;try{parentPort[_0x5aff17(0xae)](_0x28372e);}catch(_0x306b50){logger[_0x5aff17(0xa1)](_0x5aff17(0x97)+util['format'](_0x306b50));}});}catch(_0x131c2c){logger[_0x362682(0xa1)](_0x362682(0xce)+util[_0x362682(0x8b)](_0x131c2c));}return _0x177963;});PerformanceTester[_0x56cebf(0xcc)](PerformanceEvents[_0x56cebf(0xb3)]),Promise[_0x56cebf(0xb2)](_0x47567c['map'](_0x415d86=>_0x510195(_0x415d86)[_0x56cebf(0xb8)](_0x328880=>_0x1235e9[_0x56cebf(0xa6)](_0x56cebf(0x95),[_0x415d86[_0x56cebf(0xb7)][_0x56cebf(0x9e)],_0x328880]),_0x12ef60=>_0x1235e9[_0x56cebf(0xa6)](_0x56cebf(0xc4),[_0x415d86,_0x12ef60]))))['then'](_0x150970,_0x150970);}),exports['parallelCucumberRun']=(_0x3bfd86,_0x449232,_0x340c79,_0x358893,_0x1226f5)=>{const _0x113d79=a50_0x328cc1,_0x16d677={'DPloJ':_0x113d79(0x9b),'aCGNk':function(_0xc3de18,_0x9db0a9){return _0xc3de18(_0x9db0a9);},'hEFNv':'platform-run-start','bZItp':_0x113d79(0x99),'lubSr':_0x113d79(0x96),'yhWoK':'json','HMRka':_0x113d79(0xd4),'ebtMA':_0x113d79(0xa8),'wfQQq':_0x113d79(0xc0),'UPBFv':function(_0x222eb5,_0x36b40e){return _0x222eb5(_0x36b40e);}};return new Promise(_0x160396=>{const _0x14b546=_0x113d79,_0x3d2e23=[],_0x2f55c1=new Worker(require['resolve'](_0x16d677['bZItp']),{'exposedMethods':[_0x16d677['lubSr']],'forkOptions':{'serialization':_0x16d677[_0x14b546(0xcd)],'stdio':_0x16d677['HMRka']},'numWorkers':_0x3bfd86[_0x14b546(0xad)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x506f22=new Emittery();_0x506f22['on'](_0x16d677[_0x14b546(0xbb)],_0x4d2341=>{const _0x28b62b=_0x14b546;_0x3d2e23[_0x28b62b(0xb6)]([_0x4d2341[0x0],_0x4d2341[0x1]]);}),_0x506f22['on'](_0x16d677[_0x14b546(0x82)],_0x4362da=>console[_0x14b546(0xc7)](_0x4362da[0x1]));_0x2f55c1[_0x14b546(0xd0)]()&&_0x2f55c1[_0x14b546(0xd0)]()[_0x14b546(0xd4)](process[_0x14b546(0xd5)]);_0x2f55c1[_0x14b546(0xa9)]()&&_0x2f55c1['getStderr']()[_0x14b546(0xd4)](process[_0x14b546(0xc9)]);const _0x5ab784=async()=>{const _0x3b6630=_0x14b546,{forceExited:_0x43c746}=await _0x2f55c1[_0x3b6630(0xcc)]();_0x43c746&&console['error'](_0x16d677[_0x3b6630(0xb9)]),_0x16d677['aCGNk'](_0x160396,_0x3d2e23);},_0x1404a3=_0x16d677[_0x14b546(0x7f)](pLimit,_0x3bfd86[_0x14b546(0xad)]||0x1),_0x137c6e=(_0x34f1b0,_0x3dec2b)=>_0x1404a3(async()=>{const _0x3d90b6=_0x14b546;return await _0x506f22[_0x3d90b6(0xa6)](_0x16d677['hEFNv'],_0x34f1b0),_0x449232[_0x3d90b6(0x8f)]=_0x340c79[_0x3d90b6(0xba)][_0x3dec2b],_0x2f55c1[_0x3d90b6(0x96)](_0x34f1b0,_0x449232,_0x340c79,_0x358893,_0x1226f5);});Promise[_0x14b546(0xb2)](_0x3bfd86['map']((_0x4fef74,_0x385ff6)=>_0x137c6e(_0x4fef74,_0x385ff6)[_0x14b546(0xb8)](_0x1e411e=>_0x506f22['emit'](_0x14b546(0xa8),[_0x4fef74,_0x1e411e]),_0x16fa43=>_0x506f22[_0x14b546(0xa6)]('platform-run-failure',[_0x4fef74,_0x16fa43]))))[_0x14b546(0xb8)](_0x5ab784,_0x5ab784);});},exports['parallelVanillaRun']=(_0x33bad8,_0x2e0260)=>new Promise(_0x226ce2=>{const _0x26569a=a50_0x328cc1,_0x3a550={'fGAat':_0x26569a(0x98),'XZhwt':function(_0xe7a0fb,_0x12b14f){return _0xe7a0fb===_0x12b14f;},'OabUG':function(_0x58723d,_0x4fb6f7){return _0x58723d!==_0x4fb6f7;},'fRsve':_0x26569a(0x9b),'xHmSd':function(_0x28641c,_0x13716f){return _0x28641c(_0x13716f);},'ZzYZn':_0x26569a(0x99),'JtfuZ':_0x26569a(0x93),'UlMZh':'json','ocJQp':_0x26569a(0xd4),'gJyJH':'test-file-success','gTgpe':'test-file-failure'},_0x2d17bb={},_0x192e85=new Worker(require['resolve'](_0x3a550[_0x26569a(0xd3)]),{'exposedMethods':[_0x3a550['JtfuZ']],'forkOptions':{'serialization':_0x3a550[_0x26569a(0x8e)],'stdio':_0x3a550[_0x26569a(0xd6)]},'numWorkers':_0x2e0260,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x147248=new Emittery();_0x147248['on'](_0x3a550[_0x26569a(0x88)],_0x4fb43c=>{const _0xfb2517=_0x26569a;_0x4fb43c[0x0]&&logger['info'](_0xfb2517(0xd8)+_0x4fb43c[0x1]+'\x20for',_0x4fb43c[0x0]);}),_0x147248['on'](_0x3a550[_0x26569a(0xc8)],_0x2eedcc=>{const _0x377a22=_0x26569a;process[_0x377a22(0x9d)]=0x1;});_0x192e85[_0x26569a(0xd0)]()&&_0x192e85[_0x26569a(0xd0)]()[_0x26569a(0xd4)](process[_0x26569a(0xd5)]);_0x192e85[_0x26569a(0xa9)]()&&_0x192e85[_0x26569a(0xa9)]()[_0x26569a(0xd4)](process['stderr']);const _0x3ad8ca=async()=>{const _0x4396e0=_0x26569a,_0x25ffa7={'eoLxN':function(_0x2d7e46,_0x556db8){return _0x3a550['XZhwt'](_0x2d7e46,_0x556db8);},'oEDpU':function(_0x54bcca,_0x5f5265){const _0x2a76ec=a50_0x145f;return _0x3a550[_0x2a76ec(0xaa)](_0x54bcca,_0x5f5265);}};let _0x3c9e8a=0x0;const _0x2bf65a=_0x192e85[_0x4396e0(0x80)][_0x4396e0(0x8a)](),_0x1bba40=()=>{},_0x4a6cc9=_0x2bf65a[_0x4396e0(0x9c)](async _0x535144=>{const _0x585f46=_0x4396e0;_0x535144[_0x585f46(0x7e)]([0x2,![]],_0x1bba40,_0x1bba40,_0x1bba40),_0x535144[_0x585f46(0xa0)]['on'](_0x3a550['fGAat'],_0x51f853=>{_0x25ffa7['eoLxN'](_0x3c9e8a,0x0)&&_0x25ffa7['oEDpU'](_0x51f853,0x0)&&(_0x3c9e8a=_0x51f853);}),await _0x535144[_0x585f46(0xac)]();});await Promise[_0x4396e0(0xb2)](_0x4a6cc9),process[_0x4396e0(0x9d)]=_0x3c9e8a;const {forceExited:_0x3043ca}=await _0x192e85[_0x4396e0(0xcc)]();_0x3043ca&&console[_0x4396e0(0xa3)](_0x3a550['fRsve']),_0x3a550[_0x4396e0(0x86)](_0x226ce2,_0x2d17bb);},_0x3a3e9f=_0x3a550['xHmSd'](pLimit,_0x2e0260),_0x4c7869=_0x141dbb=>_0x3a3e9f(async()=>{const _0x2739b6=_0x26569a;return _0x192e85[_0x2739b6(0x93)](_0x141dbb);});Promise[_0x26569a(0xb2)](_0x33bad8[_0x26569a(0x9c)](_0x44b4d8=>_0x4c7869(_0x44b4d8)[_0x26569a(0xb8)](_0x19413f=>_0x147248[_0x26569a(0xa6)](_0x26569a(0x95),[_0x44b4d8['configuration'][_0x26569a(0x9e)],_0x44b4d8[_0x26569a(0xb7)][_0x26569a(0xbe)]]),_0x305799=>_0x147248[_0x26569a(0xa6)](_0x26569a(0xc4),[_0x44b4d8,_0x305799]))))[_0x26569a(0xb8)](_0x3ad8ca,_0x3ad8ca);});
@@ -1 +1 @@
1
- const a51_0x5b66f4=a51_0x5cd8;(function(_0x30e50b,_0x52d527){const _0x36767d=a51_0x5cd8,_0x3d5577=_0x30e50b();while(!![]){try{const _0x5c1e60=-parseInt(_0x36767d(0x11d))/0x1+parseInt(_0x36767d(0x125))/0x2+parseInt(_0x36767d(0x11c))/0x3*(parseInt(_0x36767d(0x11a))/0x4)+-parseInt(_0x36767d(0x128))/0x5*(parseInt(_0x36767d(0x124))/0x6)+-parseInt(_0x36767d(0x123))/0x7+-parseInt(_0x36767d(0x118))/0x8*(parseInt(_0x36767d(0x122))/0x9)+parseInt(_0x36767d(0x130))/0xa;if(_0x5c1e60===_0x52d527)break;else _0x3d5577['push'](_0x3d5577['shift']());}catch(_0x341c88){_0x3d5577['push'](_0x3d5577['shift']());}}}(a51_0x5589,0xe2d23));const PerformanceEvents=require('../../helpers/performance/constants')[a51_0x5b66f4(0x11e)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a51_0x5b66f4(0x120));function a51_0x5589(){const _0x2caaad=['DXXWq','6bdMpYy','1352914iDUOsG','EVENTS','end','../../helpers/test-observability/utils','../launcher/launcher','9xDkNgZ','6155499ivIgKf','246qYxeTg','118836BkYPQx','HtpQm','ZpYUN','15835zajoUo','formatter','runTest','stopMonitoring','mocha','aPGWX','WDQIg','VQcvQ','26202840fQUXro','pdKlM','cucumber-js','vanilla','runCucumberTest','run','Qgwzq','runVanillaTest','9646824gnhDsr','SDK_POST_TEST','3634656odWlPN'];a51_0x5589=function(){return _0x2caaad;};return a51_0x5589();}function a51_0x5cd8(_0x2c26b6,_0x4bdf74){const _0x5589e0=a51_0x5589();return a51_0x5cd8=function(_0x5cd858,_0x427383){_0x5cd858=_0x5cd858-0x113;let _0x1f7d0e=_0x5589e0[_0x5cd858];return _0x1f7d0e;},a51_0x5cd8(_0x2c26b6,_0x4bdf74);}exports[a51_0x5b66f4(0x12a)]=async(_0x4f417c,_0x31aa4a)=>{const _0x2fc4f1=a51_0x5b66f4,_0x96507b={'WDQIg':function(_0x23d8e1,_0x444932){return _0x23d8e1(_0x444932);},'Qgwzq':_0x2fc4f1(0x121),'nPhyi':_0x2fc4f1(0x12c)};PerformanceTester['startMonitoring']();const _0x1a1d57=_0x96507b[_0x2fc4f1(0x12e)](require,_0x96507b[_0x2fc4f1(0x116)]),_0x1897e3=new _0x1a1d57(_0x96507b['nPhyi'],_0x4f417c,_0x31aa4a),_0x39739f=await _0x1897e3[_0x2fc4f1(0x115)]();return PerformanceTester[_0x2fc4f1(0x11f)](PerformanceEvents[_0x2fc4f1(0x119)]),await _0x96507b['WDQIg'](sleep,0x3e8),PerformanceTester[_0x2fc4f1(0x12b)](),_0x39739f;},exports[a51_0x5b66f4(0x114)]=async(_0x3feb65,_0x16f430,_0x197297,_0x173f80,_0x359d56)=>{const _0x1dc912=a51_0x5b66f4,_0x24219f={'VQcvQ':function(_0x15f7d3,_0x1d9f83){return _0x15f7d3(_0x1d9f83);},'HtpQm':_0x1dc912(0x121),'pdKlM':_0x1dc912(0x132)},_0xcfbc4e={'capability':_0x3feb65,..._0x16f430},_0xdb6011={};_0xdb6011['configuration']=_0xcfbc4e,_0xdb6011[_0x1dc912(0x129)]=_0x359d56;const _0xee498d=_0xdb6011,_0x19d411=_0x24219f[_0x1dc912(0x12f)](require,_0x24219f[_0x1dc912(0x126)]),_0x5746fd=new _0x19d411(_0x24219f[_0x1dc912(0x131)],_0xee498d,_0x197297,_0x173f80);return await _0x5746fd[_0x1dc912(0x115)]();},exports[a51_0x5b66f4(0x117)]=async _0x5527ca=>{const _0x1bc298=a51_0x5b66f4,_0x35628c={'aPGWX':function(_0x8821b5,_0x53c3ba){return _0x8821b5(_0x53c3ba);},'DXXWq':_0x1bc298(0x121),'ZpYUN':_0x1bc298(0x113)},_0x5b64b3=_0x35628c[_0x1bc298(0x12d)](require,_0x35628c[_0x1bc298(0x11b)]),_0x27a474=new _0x5b64b3(_0x35628c[_0x1bc298(0x127)],_0x5527ca);return await _0x27a474[_0x1bc298(0x115)]();};
1
+ function a51_0x5e15(){const _0x539b5f=['../../helpers/performance/performance-tester','fYzYM','225616LspmhF','184671cJqdUT','SDK_POST_TEST','cucumber-js','pkgJx','stopMonitoring','../../helpers/performance/constants','runVanillaTest','run','1694620dMmloz','19194zYOARm','mocha','vanilla','startMonitoring','end','DBwlg','8660224FZiMPD','246628FbmXiR','../launcher/launcher','7fzJpip','configuration','runTest','1800060QAMqJs','runCucumberTest','RRAKb','jUCDF','lyalX'];a51_0x5e15=function(){return _0x539b5f;};return a51_0x5e15();}const a51_0x5865ea=a51_0x2848;function a51_0x2848(_0x318082,_0x10d04b){const _0x5e1525=a51_0x5e15();return a51_0x2848=function(_0x2848ad,_0x18d186){_0x2848ad=_0x2848ad-0x108;let _0x39530f=_0x5e1525[_0x2848ad];return _0x39530f;},a51_0x2848(_0x318082,_0x10d04b);}(function(_0x51bd3d,_0x1d7fe0){const _0x4fb18e=a51_0x2848,_0x458e04=_0x51bd3d();while(!![]){try{const _0x40d050=-parseInt(_0x4fb18e(0x108))/0x1+-parseInt(_0x4fb18e(0x11e))/0x2+-parseInt(_0x4fb18e(0x115))/0x3+parseInt(_0x4fb18e(0x114))/0x4+-parseInt(_0x4fb18e(0x11d))/0x5+-parseInt(_0x4fb18e(0x10d))/0x6+-parseInt(_0x4fb18e(0x10a))/0x7*(-parseInt(_0x4fb18e(0x124))/0x8);if(_0x40d050===_0x1d7fe0)break;else _0x458e04['push'](_0x458e04['shift']());}catch(_0xb1b41c){_0x458e04['push'](_0x458e04['shift']());}}}(a51_0x5e15,0x2c7c8));const PerformanceEvents=require(a51_0x5865ea(0x11a))['EVENTS'],PerformanceTester=require(a51_0x5865ea(0x112)),{sleep}=require('../../helpers/test-observability/utils');exports[a51_0x5865ea(0x10c)]=async(_0x584472,_0x3f81df)=>{const _0x39ea79=a51_0x5865ea,_0x12f243={'yYFhL':function(_0x3ff647,_0x449d8c){return _0x3ff647(_0x449d8c);},'jUCDF':_0x39ea79(0x109),'djmur':_0x39ea79(0x11f),'OoIGO':function(_0x2cfc7e,_0x2d93c1){return _0x2cfc7e(_0x2d93c1);}};PerformanceTester[_0x39ea79(0x121)]();const _0x32b9b9=_0x12f243['yYFhL'](require,_0x12f243[_0x39ea79(0x110)]),_0x3cab78=new _0x32b9b9(_0x12f243['djmur'],_0x584472,_0x3f81df),_0x467444=await _0x3cab78[_0x39ea79(0x11c)]();return PerformanceTester[_0x39ea79(0x122)](PerformanceEvents[_0x39ea79(0x116)]),await _0x12f243['OoIGO'](sleep,0x3e8),PerformanceTester[_0x39ea79(0x119)](),_0x467444;},exports[a51_0x5865ea(0x10e)]=async(_0x4a3513,_0x846252,_0x2020aa,_0x3fa21b,_0x12de6e)=>{const _0x13b3fa=a51_0x5865ea,_0x428728={'lyalX':function(_0x2d71f4,_0x16b539){return _0x2d71f4(_0x16b539);},'pkgJx':_0x13b3fa(0x109),'RRAKb':_0x13b3fa(0x117)},_0x1218b6={'capability':_0x4a3513,..._0x846252},_0x388ff8={};_0x388ff8[_0x13b3fa(0x10b)]=_0x1218b6,_0x388ff8['formatter']=_0x12de6e;const _0x110636=_0x388ff8,_0x242266=_0x428728[_0x13b3fa(0x111)](require,_0x428728[_0x13b3fa(0x118)]),_0x7666d1=new _0x242266(_0x428728[_0x13b3fa(0x10f)],_0x110636,_0x2020aa,_0x3fa21b);return await _0x7666d1[_0x13b3fa(0x11c)]();},exports[a51_0x5865ea(0x11b)]=async _0x55ecf5=>{const _0x53b025=a51_0x5865ea,_0x3cdeea={'DBwlg':function(_0x405a90,_0x55aeda){return _0x405a90(_0x55aeda);},'rADCH':_0x53b025(0x109),'fYzYM':_0x53b025(0x120)},_0x270e2b=_0x3cdeea[_0x53b025(0x123)](require,_0x3cdeea['rADCH']),_0xaac5eb=new _0x270e2b(_0x3cdeea[_0x53b025(0x113)],_0x55ecf5);return await _0xaac5eb['run']();};
@@ -1 +1 @@
1
- const a52_0x3d5b7c=a52_0x354b;function a52_0x5a42(){const _0x494b17=['worker','yvEPa','201991evmfAQ','70086qVQUGr','837604zwHAbn','vanillaWorker','24EmzLDv','30DjRYYq','350442cOHFpF','cucumberWorker','./runTest','729090QQPbQJ','563886QsPnsr','2060980GUaync','7sQvgux'];a52_0x5a42=function(){return _0x494b17;};return a52_0x5a42();}(function(_0x4d6731,_0x21a645){const _0x348a12=a52_0x354b,_0x31c872=_0x4d6731();while(!![]){try{const _0x440439=-parseInt(_0x348a12(0xf9))/0x1+parseInt(_0x348a12(0xfe))/0x2*(parseInt(_0x348a12(0xfa))/0x3)+-parseInt(_0x348a12(0xfb))/0x4+-parseInt(_0x348a12(0x102))/0x5+-parseInt(_0x348a12(0x103))/0x6*(-parseInt(_0x348a12(0xf6))/0x7)+-parseInt(_0x348a12(0xfd))/0x8*(-parseInt(_0x348a12(0xff))/0x9)+parseInt(_0x348a12(0xf5))/0xa;if(_0x440439===_0x21a645)break;else _0x31c872['push'](_0x31c872['shift']());}catch(_0x16fe36){_0x31c872['push'](_0x31c872['shift']());}}}(a52_0x5a42,0x334c1));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x3d5b7c(0x101));function a52_0x354b(_0x1eb3d0,_0x2d43cd){const _0x5a427b=a52_0x5a42();return a52_0x354b=function(_0x354bd1,_0x56db5c){_0x354bd1=_0x354bd1-0xf5;let _0x295b8e=_0x5a427b[_0x354bd1];return _0x295b8e;},a52_0x354b(_0x1eb3d0,_0x2d43cd);}exports[a52_0x3d5b7c(0xf7)]=async(_0x3242bd,_0x577349)=>{const _0xda2d5e=a52_0x3d5b7c,_0x527077={'yvEPa':function(_0x392213,_0x59226d,_0x1a267f){return _0x392213(_0x59226d,_0x1a267f);}};return await _0x527077[_0xda2d5e(0xf8)](runTest,_0x3242bd,_0x577349);},exports[a52_0x3d5b7c(0x100)]=async(_0x45a0ac,_0x2d4f5f,_0x49ddaa,_0xffd3a2,_0x5570d6)=>{const _0x50ff04={'roNDM':function(_0x44f300,_0xbc7c02,_0x35f7d0,_0x40c87b,_0x283089,_0x4e0e05){return _0x44f300(_0xbc7c02,_0x35f7d0,_0x40c87b,_0x283089,_0x4e0e05);}};return await _0x50ff04['roNDM'](runCucumberTest,_0x45a0ac,_0x2d4f5f,_0x49ddaa,_0xffd3a2,_0x5570d6);},exports[a52_0x3d5b7c(0xfc)]=async _0x401092=>{const _0x222752={'SjRwQ':function(_0x17e288,_0x13f3c4){return _0x17e288(_0x13f3c4);}};return await _0x222752['SjRwQ'](runVanillaTest,_0x401092);};
1
+ function a52_0x2bf8(_0x24de3b,_0x129ef5){const _0x223582=a52_0x2235();return a52_0x2bf8=function(_0x2bf8bf,_0x192581){_0x2bf8bf=_0x2bf8bf-0x1cb;let _0x483571=_0x223582[_0x2bf8bf];return _0x483571;},a52_0x2bf8(_0x24de3b,_0x129ef5);}const a52_0x2b60d3=a52_0x2bf8;(function(_0x48ce4b,_0x3bd476){const _0x459471=a52_0x2bf8,_0x2766d8=_0x48ce4b();while(!![]){try{const _0x4c185e=-parseInt(_0x459471(0x1cb))/0x1*(-parseInt(_0x459471(0x1cd))/0x2)+parseInt(_0x459471(0x1d5))/0x3*(parseInt(_0x459471(0x1ce))/0x4)+parseInt(_0x459471(0x1cc))/0x5+parseInt(_0x459471(0x1cf))/0x6+-parseInt(_0x459471(0x1d3))/0x7+parseInt(_0x459471(0x1d2))/0x8*(parseInt(_0x459471(0x1d7))/0x9)+-parseInt(_0x459471(0x1da))/0xa*(parseInt(_0x459471(0x1d0))/0xb);if(_0x4c185e===_0x3bd476)break;else _0x2766d8['push'](_0x2766d8['shift']());}catch(_0x307efa){_0x2766d8['push'](_0x2766d8['shift']());}}}(a52_0x2235,0x6ffee));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a52_0x2b60d3(0x1d1)]=async(_0x2e629b,_0x15a7f7)=>{const _0xcc8ccc=a52_0x2b60d3,_0x63e329={'Fggab':function(_0xb8846a,_0x502497,_0x39fa87){return _0xb8846a(_0x502497,_0x39fa87);}};return await _0x63e329[_0xcc8ccc(0x1d8)](runTest,_0x2e629b,_0x15a7f7);},exports['cucumberWorker']=async(_0x414c07,_0x2787cc,_0x5d6834,_0x3bfbbc,_0xac32e7)=>{const _0x534e81=a52_0x2b60d3,_0x1c4a31={'rLNlz':function(_0x4c1a51,_0x40744b,_0x1d0ab0,_0x559f44,_0x139f4a,_0xc234e8){return _0x4c1a51(_0x40744b,_0x1d0ab0,_0x559f44,_0x139f4a,_0xc234e8);}};return await _0x1c4a31[_0x534e81(0x1d9)](runCucumberTest,_0x414c07,_0x2787cc,_0x5d6834,_0x3bfbbc,_0xac32e7);},exports[a52_0x2b60d3(0x1d4)]=async _0x44c811=>{const _0x58a143=a52_0x2b60d3,_0x599360={'HXPnd':function(_0x110595,_0x5786ab){return _0x110595(_0x5786ab);}};return await _0x599360[_0x58a143(0x1d6)](runVanillaTest,_0x44c811);};function a52_0x2235(){const _0x26cc6a=['worker','2984OLySIP','3210984scrSMH','vanillaWorker','192UTmEUp','HXPnd','12177VSZjBX','Fggab','rLNlz','200VgxnNo','83341AKeuKf','4513510DGorXf','18IvQDSP','52300sQKpED','198156xNgKKB','1160401lqdmnZ'];a52_0x2235=function(){return _0x26cc6a;};return a52_0x2235();}
@@ -1 +1 @@
1
- const a53_0x165730=a53_0xdfa2;(function(_0x3424b7,_0x5b4c46){const _0x15ca67=a53_0xdfa2,_0x4b3303=_0x3424b7();while(!![]){try{const _0xf350da=-parseInt(_0x15ca67(0x1bb))/0x1*(-parseInt(_0x15ca67(0x1c9))/0x2)+parseInt(_0x15ca67(0x187))/0x3+parseInt(_0x15ca67(0x19a))/0x4*(-parseInt(_0x15ca67(0x1af))/0x5)+parseInt(_0x15ca67(0x196))/0x6+-parseInt(_0x15ca67(0x1ab))/0x7+-parseInt(_0x15ca67(0x189))/0x8+-parseInt(_0x15ca67(0x1a5))/0x9*(parseInt(_0x15ca67(0x1a0))/0xa);if(_0xf350da===_0x5b4c46)break;else _0x4b3303['push'](_0x4b3303['shift']());}catch(_0x1dbf3d){_0x4b3303['push'](_0x4b3303['shift']());}}}(a53_0x9904,0xbc387));const constants=require(a53_0x165730(0x1c4)),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x26a858=a53_0x165730,_0x492713={'TKujM':function(_0x1f3b82,_0x2bb1a7){return _0x1f3b82(_0x2bb1a7);},'gZkZW':_0x26a858(0x18a)};return _0x492713[_0x26a858(0x17f)](require,_0x492713[_0x26a858(0x17e)]);};function a53_0x9904(){const _0x215cef=['toString','WuHqI','doFVs','NKyly','4349160HQFRGw','getBStackAPIUrl','edsInstrumentation','EnGKF','96XaKmog','lhOuN','ZTRBT','mIObx','getEdsInstrumentationAPIUrl','BROWSERSTACK_API_URL','320KMByqK','UTocL','HOxTa','OBSERVABILITY_UPLOAD_URL','waxmp','6237XXcItE','endsWith','observability','YLDyp','aooFk','jrLmK','10016027wshWyD','getAutoCaptureLogsAPIUrl','ZjejF','getAppAutomateSessionNameAPIUrl','218870dTMAoX','BkaZc','rfBKo','wNptV','sDQcR','getPlaywrightHubUrl','qSqVB','ltUnf','vfzmh','appAutomate','getAppAutomateSessionStatusAPIUrl','XizkZ','29cmaHJc','Pcicf','CEpCs','PLAYWRIGHT_HUB_URL','exports','zPtjR','wss:','Ccckv','frEDz','./constants','EDS_URL','getAutomateSessionStatusAPIUrl','ZtKHq','cHRnl','80200XWFQNq','lGAZf','VaiwN','automate','qxkUq','ffRmF','getInstance','ZSaGU','upload','api','zwqoW','DzvOd','yNbru','CgTKw','replace','SNHHC','kwvhx','wAHuf','LqAoY','gZkZW','TKujM','getAppAutomateSessionsListAPIUrl','ieLFi','vribn','Ayzwc','awkxy','getConfig','ajSlF','4488417oAQUkr','ApvvW','874680wohznD','../v2/browserstackCLI','apis','INTBZ','LaDri','/playwright?caps=','TsLFS','QSXct','ceAIi'];a53_0x9904=function(){return _0x215cef;};return a53_0x9904();}class APIUtilityMethods{static[a53_0x165730(0x197)](_0x4d6df3){const _0xb3c7df=a53_0x165730,_0x2e2d4a={'Pcicf':function(_0x108676){return _0x108676();},'ybFQB':function(_0x2ae4cb,_0x4ef8fb,_0x4066da){return _0x2ae4cb(_0x4ef8fb,_0x4066da);},'QSXct':_0xb3c7df(0x18b),'cHRnl':_0xb3c7df(0x1cc),'rfBKo':_0xb3c7df(0x1d2),'aooFk':function(_0x114a06,_0x2a926c){return _0x114a06===_0x2a926c;},'WuHqI':function(_0x20112a,_0x90e7b6){return _0x20112a+_0x90e7b6;}},_0x1022c8=_0x2e2d4a[_0xb3c7df(0x1bc)](getBrowserstackCLI),_0x50651a=_0x2e2d4a['ybFQB'](nestedKeyValue,_0x1022c8['getInstance']()[_0xb3c7df(0x185)](),[_0x2e2d4a[_0xb3c7df(0x190)],_0x2e2d4a[_0xb3c7df(0x1c8)],_0x2e2d4a[_0xb3c7df(0x1b1)]])||constants[_0xb3c7df(0x19f)];if(!_0x4d6df3||_0x2e2d4a[_0xb3c7df(0x1a9)](_0x4d6df3,''))return _0x50651a;const _0x2996ea=_0x50651a[_0xb3c7df(0x1a6)]('/')?_0x50651a:_0x2e2d4a[_0xb3c7df(0x193)](_0x50651a,'/');return new URL(_0x4d6df3,_0x2996ea)[_0xb3c7df(0x192)]();}static[a53_0x165730(0x19e)](_0x840d74){const _0x4f6fed=a53_0x165730,_0x166b21={'EnGKF':function(_0x523165){return _0x523165();},'lvWAJ':function(_0x182c4d,_0x36cae4,_0x41fa05){return _0x182c4d(_0x36cae4,_0x41fa05);},'CEpCs':_0x4f6fed(0x18b),'vfzmh':_0x4f6fed(0x198),'qxkUq':_0x4f6fed(0x1d2),'ajSlF':function(_0xb3680,_0x2b3579){return _0xb3680===_0x2b3579;},'ieLFi':function(_0x11256c,_0x2bc184){return _0x11256c+_0x2bc184;}},_0x2c4acb=_0x166b21[_0x4f6fed(0x199)](getBrowserstackCLI),_0x3b6598=_0x166b21['lvWAJ'](nestedKeyValue,_0x2c4acb['getInstance']()[_0x4f6fed(0x185)](),[_0x166b21[_0x4f6fed(0x1bd)],_0x166b21[_0x4f6fed(0x1b7)],_0x166b21[_0x4f6fed(0x1cd)]])||constants[_0x4f6fed(0x1c5)];if(!_0x840d74||_0x166b21[_0x4f6fed(0x186)](_0x840d74,''))return _0x3b6598;const _0x842b6c=_0x3b6598[_0x4f6fed(0x1a6)]('/')?_0x3b6598:_0x166b21[_0x4f6fed(0x181)](_0x3b6598,'/');return new URL(_0x840d74,_0x842b6c)[_0x4f6fed(0x192)]();}static[a53_0x165730(0x1c6)](_0x5e6bb1){const _0x36b90e=a53_0x165730,_0x5e739f={'gqoga':function(_0x446af0){return _0x446af0();},'XizkZ':function(_0x254fa1,_0x4c2a7f,_0x3c31a5){return _0x254fa1(_0x4c2a7f,_0x3c31a5);},'nFKmp':'apis','khOrM':'automate','wAHuf':'api','TjePU':function(_0x3bd740,_0x3b3c43){return _0x3bd740===_0x3b3c43;},'eZAJO':function(_0x483d0b,_0xc5bac9){return _0x483d0b+_0xc5bac9;}},_0xc909ab=_0x5e739f['gqoga'](getBrowserstackCLI),_0x17303b=_0x5e739f[_0x36b90e(0x1ba)](nestedKeyValue,_0xc909ab[_0x36b90e(0x1cf)]()[_0x36b90e(0x185)](),[_0x5e739f['nFKmp'],_0x5e739f['khOrM'],_0x5e739f[_0x36b90e(0x17c)]])||constants[_0x36b90e(0x19f)];if(!_0x5e6bb1||_0x5e739f['TjePU'](_0x5e6bb1,''))return _0x17303b;const _0x2e1c95=_0x17303b['endsWith']('/')?_0x17303b:_0x5e739f['eZAJO'](_0x17303b,'/');return new URL(_0x5e6bb1,_0x2e1c95)[_0x36b90e(0x192)]();}static[a53_0x165730(0x1b9)](_0x147bd3){const _0x43718a=a53_0x165730,_0x3deffc={'wNptV':function(_0x195939){return _0x195939();},'iIRpv':function(_0x487dd5,_0xdca3a6,_0x24c42b){return _0x487dd5(_0xdca3a6,_0x24c42b);},'waxmp':_0x43718a(0x18b),'sDQcR':_0x43718a(0x1b8),'Ayzwc':_0x43718a(0x1d2),'HOxTa':function(_0x58b24e,_0x11a0b9){return _0x58b24e===_0x11a0b9;},'cEwJD':function(_0x295750,_0x58d987){return _0x295750+_0x58d987;}},_0x13ec49=_0x3deffc[_0x43718a(0x1b2)](getBrowserstackCLI),_0x5d2764=_0x3deffc['iIRpv'](nestedKeyValue,_0x13ec49[_0x43718a(0x1cf)]()[_0x43718a(0x185)](),[_0x3deffc[_0x43718a(0x1a4)],_0x3deffc[_0x43718a(0x1b3)],_0x3deffc[_0x43718a(0x183)]])||constants[_0x43718a(0x19f)];if(!_0x147bd3||_0x3deffc[_0x43718a(0x1a2)](_0x147bd3,''))return _0x5d2764;const _0x4942a8=_0x5d2764['endsWith']('/')?_0x5d2764:_0x3deffc['cEwJD'](_0x5d2764,'/');return new URL(_0x147bd3,_0x4942a8)[_0x43718a(0x192)]();}static['getAutomateSessionNameAPIUrl'](_0x4330e1){const _0x2ac01a=a53_0x165730,_0x13b609={'bnpXY':function(_0x65a4cd){return _0x65a4cd();},'mIObx':function(_0x2300b3,_0x5a16d5,_0xb2beba){return _0x2300b3(_0x5a16d5,_0xb2beba);},'INTBZ':_0x2ac01a(0x18b),'frEDz':_0x2ac01a(0x1cc),'vpMyU':_0x2ac01a(0x1d2),'TsLFS':function(_0x3042d5,_0x4f20fa){return _0x3042d5===_0x4f20fa;},'MzjGg':function(_0x47a337,_0x27ad52){return _0x47a337+_0x27ad52;}},_0x2b63e1=_0x13b609['bnpXY'](getBrowserstackCLI),_0x5a559a=_0x13b609[_0x2ac01a(0x19d)](nestedKeyValue,_0x2b63e1[_0x2ac01a(0x1cf)]()[_0x2ac01a(0x185)](),[_0x13b609[_0x2ac01a(0x18c)],_0x13b609[_0x2ac01a(0x1c3)],_0x13b609['vpMyU']])||constants[_0x2ac01a(0x19f)];if(!_0x4330e1||_0x13b609[_0x2ac01a(0x18f)](_0x4330e1,''))return _0x5a559a;const _0x18537b=_0x5a559a[_0x2ac01a(0x1a6)]('/')?_0x5a559a:_0x13b609['MzjGg'](_0x5a559a,'/');return new URL(_0x4330e1,_0x18537b)[_0x2ac01a(0x192)]();}static[a53_0x165730(0x1ae)](_0xa8dab5){const _0x5a4c25=a53_0x165730,_0x1a3b5b={'EQRzE':function(_0x1b03aa){return _0x1b03aa();},'NKyly':function(_0x284549,_0x156d72,_0x4dffb6){return _0x284549(_0x156d72,_0x4dffb6);},'UTocL':_0x5a4c25(0x18b),'lhOuN':'appAutomate','AMcNl':'api','ApvvW':function(_0xc3a48c,_0xdeac04){return _0xc3a48c===_0xdeac04;},'VaiwN':function(_0x3a9900,_0x1520c8){return _0x3a9900+_0x1520c8;}},_0x28eb55=_0x1a3b5b['EQRzE'](getBrowserstackCLI),_0x442294=_0x1a3b5b[_0x5a4c25(0x195)](nestedKeyValue,_0x28eb55[_0x5a4c25(0x1cf)]()[_0x5a4c25(0x185)](),[_0x1a3b5b[_0x5a4c25(0x1a1)],_0x1a3b5b[_0x5a4c25(0x19b)],_0x1a3b5b['AMcNl']])||constants[_0x5a4c25(0x19f)];if(!_0xa8dab5||_0x1a3b5b[_0x5a4c25(0x188)](_0xa8dab5,''))return _0x442294;const _0x5217d4=_0x442294[_0x5a4c25(0x1a6)]('/')?_0x442294:_0x1a3b5b[_0x5a4c25(0x1cb)](_0x442294,'/');return new URL(_0xa8dab5,_0x5217d4)[_0x5a4c25(0x192)]();}static['getAutomateSessionsListAPIUrl'](_0x48f22d){const _0x49980f=a53_0x165730,_0x863ed9={'aIBAD':function(_0x288b5c){return _0x288b5c();},'CgTKw':function(_0x7ae575,_0x547ade,_0x13d010){return _0x7ae575(_0x547ade,_0x13d010);},'ZTRBT':_0x49980f(0x18b),'LqAoY':_0x49980f(0x1cc),'BkaZc':_0x49980f(0x1d2),'zPtjR':function(_0x5c9def,_0x2dd6f9){return _0x5c9def===_0x2dd6f9;},'qSqVB':function(_0x42ab7f,_0x18c204){return _0x42ab7f+_0x18c204;}},_0x3197e7=_0x863ed9['aIBAD'](getBrowserstackCLI),_0x5bc5c6=_0x863ed9[_0x49980f(0x1d6)](nestedKeyValue,_0x3197e7[_0x49980f(0x1cf)]()[_0x49980f(0x185)](),[_0x863ed9[_0x49980f(0x19c)],_0x863ed9[_0x49980f(0x17d)],_0x863ed9[_0x49980f(0x1b0)]])||constants[_0x49980f(0x19f)];if(!_0x48f22d||_0x863ed9[_0x49980f(0x1c0)](_0x48f22d,''))return _0x5bc5c6;const _0x215ce8=_0x5bc5c6['endsWith']('/')?_0x5bc5c6:_0x863ed9[_0x49980f(0x1b5)](_0x5bc5c6,'/');return new URL(_0x48f22d,_0x215ce8)[_0x49980f(0x192)]()[_0x49980f(0x179)](/^https?:\/\//,'');}static[a53_0x165730(0x180)](_0x243fbd){const _0x2e5f18=a53_0x165730,_0x4e0a8f={'awkxy':function(_0x3c9caa){return _0x3c9caa();},'kwvhx':function(_0x3b46b8,_0x10d861,_0x2c9ae1){return _0x3b46b8(_0x10d861,_0x2c9ae1);},'hdCuE':'apis','jrLmK':'appAutomate','ZjejF':'api','vribn':function(_0x1426d2,_0x4fe765){return _0x1426d2===_0x4fe765;},'sYAkM':function(_0x10f371,_0x8d1d3e){return _0x10f371+_0x8d1d3e;}},_0x56e87e=_0x4e0a8f[_0x2e5f18(0x184)](getBrowserstackCLI),_0x50b936=_0x4e0a8f[_0x2e5f18(0x17b)](nestedKeyValue,_0x56e87e['getInstance']()[_0x2e5f18(0x185)](),[_0x4e0a8f['hdCuE'],_0x4e0a8f[_0x2e5f18(0x1aa)],_0x4e0a8f[_0x2e5f18(0x1ad)]])||constants['APP_UPLOAD_URL'];if(!_0x243fbd||_0x4e0a8f[_0x2e5f18(0x182)](_0x243fbd,''))return _0x50b936;const _0x5d74be=_0x50b936[_0x2e5f18(0x1a6)]('/')?_0x50b936:_0x4e0a8f['sYAkM'](_0x50b936,'/');return new URL(_0x243fbd,_0x5d74be)['toString']()[_0x2e5f18(0x179)](/^https?:\/\//,'');}static[a53_0x165730(0x1ac)](_0x21029b){const _0x500061=a53_0x165730,_0x53f892={'ltUnf':function(_0x2a8a3c){return _0x2a8a3c();},'lGAZf':function(_0x19e823,_0x2fc79f,_0x24c743){return _0x19e823(_0x2fc79f,_0x24c743);},'ffRmF':_0x500061(0x18b),'YLDyp':_0x500061(0x1a7),'zwqoW':_0x500061(0x1d1),'yNbru':function(_0x553088,_0x387aa0){return _0x553088===_0x387aa0;},'doFVs':function(_0x16b197,_0x1eac1a){return _0x16b197+_0x1eac1a;}},_0x12c3d6=_0x53f892[_0x500061(0x1b6)](getBrowserstackCLI),_0x25d5a0=_0x53f892[_0x500061(0x1ca)](nestedKeyValue,_0x12c3d6[_0x500061(0x1cf)]()[_0x500061(0x185)](),[_0x53f892[_0x500061(0x1ce)],_0x53f892[_0x500061(0x1a8)],_0x53f892[_0x500061(0x1d3)]])||constants[_0x500061(0x1a3)];if(!_0x21029b||_0x53f892[_0x500061(0x1d5)](_0x21029b,''))return _0x25d5a0;const _0x1e2812=_0x25d5a0['endsWith']('/')?_0x25d5a0:_0x53f892[_0x500061(0x194)](_0x25d5a0,'/');return new URL(_0x21029b,_0x1e2812)[_0x500061(0x192)]();}static[a53_0x165730(0x1b4)](_0x1e2b77){const _0x31c0b3=a53_0x165730,_0xfb75b4={'LaDri':function(_0x8864ff){return _0x8864ff();},'ZSaGU':function(_0x34ca0e,_0x4e4e81,_0x3c099c){return _0x34ca0e(_0x4e4e81,_0x3c099c);},'ZtKHq':_0x31c0b3(0x18b),'ceAIi':_0x31c0b3(0x1cc),'HArKt':'cdp','DzvOd':_0x31c0b3(0x1c1),'SNHHC':function(_0x45fc2b,_0x463551){return _0x45fc2b===_0x463551;},'zZaze':function(_0x1a9c51,_0x357715){return _0x1a9c51+_0x357715;},'Ccckv':_0x31c0b3(0x18e)},_0x42f085=_0xfb75b4[_0x31c0b3(0x18d)](getBrowserstackCLI),_0x5608d4=_0xfb75b4[_0x31c0b3(0x1d0)](nestedKeyValue,_0x42f085[_0x31c0b3(0x1cf)]()[_0x31c0b3(0x185)](),[_0xfb75b4[_0x31c0b3(0x1c7)],_0xfb75b4[_0x31c0b3(0x191)],_0xfb75b4['HArKt']]),_0x3833c8=(_0x5608d4?_0x5608d4[_0x31c0b3(0x179)](/^https:/,_0xfb75b4[_0x31c0b3(0x1d4)]):null)||constants[_0x31c0b3(0x1be)];let _0x56fcb1;if(!_0x1e2b77||_0xfb75b4[_0x31c0b3(0x17a)](_0x1e2b77,''))_0x56fcb1=_0x3833c8;else{const _0x42c59c=_0x3833c8[_0x31c0b3(0x1a6)]('/')?_0x3833c8:_0xfb75b4['zZaze'](_0x3833c8,'/');_0x56fcb1=new URL(_0x1e2b77,_0x42c59c)['toString']();}return!_0x56fcb1[_0x31c0b3(0x1a6)](_0xfb75b4[_0x31c0b3(0x1c2)])&&(_0x56fcb1+=_0xfb75b4['Ccckv']),_0x56fcb1;}}function a53_0xdfa2(_0x231ac3,_0x16cd37){const _0x9904f=a53_0x9904();return a53_0xdfa2=function(_0xdfa28,_0x344f65){_0xdfa28=_0xdfa28-0x179;let _0x2279b1=_0x9904f[_0xdfa28];return _0x2279b1;},a53_0xdfa2(_0x231ac3,_0x16cd37);}module[a53_0x165730(0x1bf)]=APIUtilityMethods;
1
+ const a53_0x59c735=a53_0x25ca;function a53_0x52a7(){const _0x2e818b=['3qUFZCZ','upload','121009RvUOtE','OBSERVABILITY_UPLOAD_URL','QIITR','970wrosLJ','getInstance','lqiSf','xgZrD','getAppAutomateSessionsListAPIUrl','mDalG','YvDmE','getAppAutomateSessionStatusAPIUrl','getEdsInstrumentationAPIUrl','UsrWI','HrUAd','cjNSy','FPxkr','APP_UPLOAD_URL','MvTRG','ZcJSl','CrkRj','./constants','BROWSERSTACK_API_URL','IpoGW','getAutomateSessionNameAPIUrl','../v2/browserstackCLI','RwMyF','FIAJM','oRbMO','appAutomate','472fVKytn','743NfDjZZ','/playwright?caps=','FPuAz','MOFqG','sCraM','pCJEI','dXGEk','26WErTjj','hXKKp','HbhjA','svRGo','OrLng','kbyQE','tqiSn','exports','VylXV','gkwLF','30141FWNIJT','replace','pUyID','zrrQr','api','getAppAutomateSessionNameAPIUrl','kXSua','18ESHImM','12611364NGputf','faQYa','CkCxn','wss:','toString','tgEFr','1978aBgcKm','qtCUz','GDYIZ','VBNDG','wVuxh','IprPx','edsInstrumentation','fuFAa','TFYKg','automate','endsWith','getPlaywrightHubUrl','lmgtI','Lrmdm','tOfpP','438845idIYmT','EDS_URL','getConfig','observability','wMdMo','apis','./sharedUtils','luhow','SnXkb','HRilB','IOvGp','getAutomateSessionStatusAPIUrl','getAutomateSessionsListAPIUrl','1044488XIqkTy','56793JsTkhF'];a53_0x52a7=function(){return _0x2e818b;};return a53_0x52a7();}(function(_0xd4d50c,_0x55f11f){const _0x125a35=a53_0x25ca,_0x7d527f=_0xd4d50c();while(!![]){try{const _0x552811=parseInt(_0x125a35(0x1b9))/0x1*(-parseInt(_0x125a35(0x1d8))/0x2)+parseInt(_0x125a35(0x199))/0x3*(-parseInt(_0x125a35(0x197))/0x4)+-parseInt(_0x125a35(0x1e7))/0x5+-parseInt(_0x125a35(0x1d1))/0x6*(parseInt(_0x125a35(0x19b))/0x7)+parseInt(_0x125a35(0x1b8))/0x8*(parseInt(_0x125a35(0x1ca))/0x9)+-parseInt(_0x125a35(0x19e))/0xa*(parseInt(_0x125a35(0x198))/0xb)+-parseInt(_0x125a35(0x1d2))/0xc*(-parseInt(_0x125a35(0x1c0))/0xd);if(_0x552811===_0x55f11f)break;else _0x7d527f['push'](_0x7d527f['shift']());}catch(_0x1fbdc5){_0x7d527f['push'](_0x7d527f['shift']());}}}(a53_0x52a7,0xa1e37));const constants=require(a53_0x59c735(0x1af)),{nestedKeyValue}=require(a53_0x59c735(0x1ed)),getBrowserstackCLI=()=>{const _0x3be518=a53_0x59c735,_0x392c47={'YvDmE':function(_0x8eee74,_0x28ed60){return _0x8eee74(_0x28ed60);},'wVuxh':_0x3be518(0x1b3)};return _0x392c47[_0x3be518(0x1a4)](require,_0x392c47[_0x3be518(0x1dc)]);};function a53_0x25ca(_0x549ebd,_0x62aa83){const _0x52a75b=a53_0x52a7();return a53_0x25ca=function(_0x25ca27,_0x295cea){_0x25ca27=_0x25ca27-0x194;let _0xfee47d=_0x52a75b[_0x25ca27];return _0xfee47d;},a53_0x25ca(_0x549ebd,_0x62aa83);}class APIUtilityMethods{static['getBStackAPIUrl'](_0x15ecba){const _0x262807=a53_0x59c735,_0x392b57={'kXSua':function(_0x1981f2){return _0x1981f2();},'luhow':function(_0x17afd4,_0x1c61bb,_0x2af25d){return _0x17afd4(_0x1c61bb,_0x2af25d);},'MvTRG':'apis','VylXV':_0x262807(0x1e1),'lrLgZ':_0x262807(0x1ce),'xRViQ':function(_0x18e483,_0xd1f727){return _0x18e483===_0xd1f727;},'QIITR':function(_0x561fab,_0x2d836a){return _0x561fab+_0x2d836a;}},_0x33bc99=_0x392b57[_0x262807(0x1d0)](getBrowserstackCLI),_0x2cef47=_0x392b57[_0x262807(0x1ee)](nestedKeyValue,_0x33bc99[_0x262807(0x19f)]()[_0x262807(0x1e9)](),[_0x392b57[_0x262807(0x1ac)],_0x392b57[_0x262807(0x1c8)],_0x392b57['lrLgZ']])||constants['BROWSERSTACK_API_URL'];if(!_0x15ecba||_0x392b57['xRViQ'](_0x15ecba,''))return _0x2cef47;const _0x159eb6=_0x2cef47[_0x262807(0x1e2)]('/')?_0x2cef47:_0x392b57[_0x262807(0x19d)](_0x2cef47,'/');return new URL(_0x15ecba,_0x159eb6)[_0x262807(0x1d6)]();}static[a53_0x59c735(0x1a6)](_0x4effd7){const _0x536f8d=a53_0x59c735,_0x3ba069={'IOvGp':function(_0x3b3668){return _0x3b3668();},'IprPx':function(_0x2d2639,_0x5a735e,_0x5d690e){return _0x2d2639(_0x5a735e,_0x5d690e);},'tgEFr':_0x536f8d(0x1ec),'lmgtI':_0x536f8d(0x1de),'dXGEk':_0x536f8d(0x1ce),'cjNSy':function(_0x3594cf,_0xd2c9c){return _0x3594cf===_0xd2c9c;},'FIAJM':function(_0x100105,_0xc4a013){return _0x100105+_0xc4a013;}},_0x255f9e=_0x3ba069[_0x536f8d(0x194)](getBrowserstackCLI),_0x1730d8=_0x3ba069[_0x536f8d(0x1dd)](nestedKeyValue,_0x255f9e[_0x536f8d(0x19f)]()[_0x536f8d(0x1e9)](),[_0x3ba069[_0x536f8d(0x1d7)],_0x3ba069[_0x536f8d(0x1e4)],_0x3ba069[_0x536f8d(0x1bf)]])||constants[_0x536f8d(0x1e8)];if(!_0x4effd7||_0x3ba069[_0x536f8d(0x1a9)](_0x4effd7,''))return _0x1730d8;const _0x5374b6=_0x1730d8[_0x536f8d(0x1e2)]('/')?_0x1730d8:_0x3ba069[_0x536f8d(0x1b5)](_0x1730d8,'/');return new URL(_0x4effd7,_0x5374b6)[_0x536f8d(0x1d6)]();}static[a53_0x59c735(0x195)](_0x157667){const _0x480069=a53_0x59c735,_0x17d5e9={'TQvNj':function(_0x4ecf5e){return _0x4ecf5e();},'FNMYz':function(_0x37322b,_0x50bdf5,_0x421c5d){return _0x37322b(_0x50bdf5,_0x421c5d);},'ysVGB':_0x480069(0x1ec),'VAagK':'automate','FPuAz':_0x480069(0x1ce),'OrLng':function(_0x58f2de,_0x16fc30){return _0x58f2de===_0x16fc30;},'yYXPC':function(_0x459502,_0x42d786){return _0x459502+_0x42d786;}},_0x670c7d=_0x17d5e9['TQvNj'](getBrowserstackCLI),_0x3a386d=_0x17d5e9['FNMYz'](nestedKeyValue,_0x670c7d[_0x480069(0x19f)]()[_0x480069(0x1e9)](),[_0x17d5e9['ysVGB'],_0x17d5e9['VAagK'],_0x17d5e9[_0x480069(0x1bb)]])||constants[_0x480069(0x1b0)];if(!_0x157667||_0x17d5e9[_0x480069(0x1c4)](_0x157667,''))return _0x3a386d;const _0x3998b5=_0x3a386d[_0x480069(0x1e2)]('/')?_0x3a386d:_0x17d5e9['yYXPC'](_0x3a386d,'/');return new URL(_0x157667,_0x3998b5)[_0x480069(0x1d6)]();}static[a53_0x59c735(0x1a5)](_0x14ea65){const _0x142089=a53_0x59c735,_0x259eeb={'oJzLk':function(_0x2cb0ac){return _0x2cb0ac();},'jUhgu':function(_0x45ef5c,_0x4c43ea,_0x455d07){return _0x45ef5c(_0x4c43ea,_0x455d07);},'svRGo':_0x142089(0x1ec),'sCraM':_0x142089(0x1b7),'lkCAs':_0x142089(0x1ce),'RwMyF':function(_0x534a3f,_0x4fd8f4){return _0x534a3f===_0x4fd8f4;},'lqiSf':function(_0xa97436,_0x5816cc){return _0xa97436+_0x5816cc;}},_0x2796d0=_0x259eeb['oJzLk'](getBrowserstackCLI),_0x2b8f2f=_0x259eeb['jUhgu'](nestedKeyValue,_0x2796d0[_0x142089(0x19f)]()[_0x142089(0x1e9)](),[_0x259eeb[_0x142089(0x1c3)],_0x259eeb[_0x142089(0x1bd)],_0x259eeb['lkCAs']])||constants[_0x142089(0x1b0)];if(!_0x14ea65||_0x259eeb[_0x142089(0x1b4)](_0x14ea65,''))return _0x2b8f2f;const _0xe59e4a=_0x2b8f2f[_0x142089(0x1e2)]('/')?_0x2b8f2f:_0x259eeb[_0x142089(0x1a0)](_0x2b8f2f,'/');return new URL(_0x14ea65,_0xe59e4a)['toString']();}static[a53_0x59c735(0x1b2)](_0x436e07){const _0x28b0a6=a53_0x59c735,_0x2462bc={'pxBzF':function(_0x4b1601){return _0x4b1601();},'fuFAa':function(_0x39db74,_0x28a2b8,_0x58fa63){return _0x39db74(_0x28a2b8,_0x58fa63);},'QYvAp':_0x28b0a6(0x1ec),'lgpXt':'automate','PTAKX':_0x28b0a6(0x1ce),'MklUt':function(_0x106c5f,_0x1818c7){return _0x106c5f===_0x1818c7;},'hXKKp':function(_0x39dea2,_0x502638){return _0x39dea2+_0x502638;}},_0x2a0fc5=_0x2462bc['pxBzF'](getBrowserstackCLI),_0x5b7368=_0x2462bc[_0x28b0a6(0x1df)](nestedKeyValue,_0x2a0fc5[_0x28b0a6(0x19f)]()['getConfig'](),[_0x2462bc['QYvAp'],_0x2462bc['lgpXt'],_0x2462bc['PTAKX']])||constants['BROWSERSTACK_API_URL'];if(!_0x436e07||_0x2462bc['MklUt'](_0x436e07,''))return _0x5b7368;const _0x52c79c=_0x5b7368['endsWith']('/')?_0x5b7368:_0x2462bc[_0x28b0a6(0x1c1)](_0x5b7368,'/');return new URL(_0x436e07,_0x52c79c)[_0x28b0a6(0x1d6)]();}static[a53_0x59c735(0x1cf)](_0xd11448){const _0x53c26c=a53_0x59c735,_0x392c5d={'CrkRj':function(_0x55a496){return _0x55a496();},'qTtjP':function(_0x46c55d,_0x5f3209,_0x58b2ba){return _0x46c55d(_0x5f3209,_0x58b2ba);},'VBNDG':_0x53c26c(0x1ec),'HrUAd':_0x53c26c(0x1b7),'KlBhf':_0x53c26c(0x1ce),'SnXkb':function(_0x433cc9,_0x2e31f0){return _0x433cc9===_0x2e31f0;},'UsrWI':function(_0x3c61a0,_0x50bec2){return _0x3c61a0+_0x50bec2;}},_0x25c2d5=_0x392c5d[_0x53c26c(0x1ae)](getBrowserstackCLI),_0x25ed35=_0x392c5d['qTtjP'](nestedKeyValue,_0x25c2d5[_0x53c26c(0x19f)]()[_0x53c26c(0x1e9)](),[_0x392c5d[_0x53c26c(0x1db)],_0x392c5d[_0x53c26c(0x1a8)],_0x392c5d['KlBhf']])||constants[_0x53c26c(0x1b0)];if(!_0xd11448||_0x392c5d[_0x53c26c(0x1ef)](_0xd11448,''))return _0x25ed35;const _0x7b6c71=_0x25ed35[_0x53c26c(0x1e2)]('/')?_0x25ed35:_0x392c5d[_0x53c26c(0x1a7)](_0x25ed35,'/');return new URL(_0xd11448,_0x7b6c71)[_0x53c26c(0x1d6)]();}static[a53_0x59c735(0x196)](_0x5705e5){const _0x175762=a53_0x59c735,_0x3f2ef1={'xgZrD':function(_0x57b6d2){return _0x57b6d2();},'pUyID':function(_0x1d864c,_0x3b8594,_0x520132){return _0x1d864c(_0x3b8594,_0x520132);},'cNeRx':_0x175762(0x1ec),'mDalG':_0x175762(0x1e1),'HRilB':_0x175762(0x1ce),'AgcGk':function(_0x53a061,_0x5e9159){return _0x53a061===_0x5e9159;},'TFYKg':function(_0x2f65be,_0x47f002){return _0x2f65be+_0x47f002;}},_0x285ec8=_0x3f2ef1[_0x175762(0x1a1)](getBrowserstackCLI),_0x183291=_0x3f2ef1[_0x175762(0x1cc)](nestedKeyValue,_0x285ec8[_0x175762(0x19f)]()[_0x175762(0x1e9)](),[_0x3f2ef1['cNeRx'],_0x3f2ef1[_0x175762(0x1a3)],_0x3f2ef1[_0x175762(0x1f0)]])||constants[_0x175762(0x1b0)];if(!_0x5705e5||_0x3f2ef1['AgcGk'](_0x5705e5,''))return _0x183291;const _0x9ed580=_0x183291[_0x175762(0x1e2)]('/')?_0x183291:_0x3f2ef1[_0x175762(0x1e0)](_0x183291,'/');return new URL(_0x5705e5,_0x9ed580)[_0x175762(0x1d6)]()[_0x175762(0x1cb)](/^https?:\/\//,'');}static[a53_0x59c735(0x1a2)](_0x3d25e4){const _0x2e366f=a53_0x59c735,_0x106dbc={'kbyQE':function(_0x3cb468){return _0x3cb468();},'MOFqG':function(_0xc1d691,_0xb26525,_0x4840c7){return _0xc1d691(_0xb26525,_0x4840c7);},'faQYa':_0x2e366f(0x1ec),'HbhjA':_0x2e366f(0x1b7),'zbfEp':_0x2e366f(0x1ce),'ZcJSl':function(_0x36af9c,_0x214427){return _0x36af9c===_0x214427;},'oRbMO':function(_0x28a710,_0x3f7ea8){return _0x28a710+_0x3f7ea8;}},_0x19e7a0=_0x106dbc[_0x2e366f(0x1c5)](getBrowserstackCLI),_0x2f7e81=_0x106dbc[_0x2e366f(0x1bc)](nestedKeyValue,_0x19e7a0[_0x2e366f(0x19f)]()[_0x2e366f(0x1e9)](),[_0x106dbc[_0x2e366f(0x1d3)],_0x106dbc[_0x2e366f(0x1c2)],_0x106dbc['zbfEp']])||constants[_0x2e366f(0x1ab)];if(!_0x3d25e4||_0x106dbc[_0x2e366f(0x1ad)](_0x3d25e4,''))return _0x2f7e81;const _0xd1ee73=_0x2f7e81['endsWith']('/')?_0x2f7e81:_0x106dbc[_0x2e366f(0x1b6)](_0x2f7e81,'/');return new URL(_0x3d25e4,_0xd1ee73)[_0x2e366f(0x1d6)]()[_0x2e366f(0x1cb)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x104c2b){const _0x3c04e5=a53_0x59c735,_0x575250={'CkCxn':function(_0x21da04){return _0x21da04();},'zrrQr':function(_0x197b60,_0x421f54,_0x5af56a){return _0x197b60(_0x421f54,_0x5af56a);},'IpoGW':'apis','Lrmdm':_0x3c04e5(0x1ea),'tqiSn':_0x3c04e5(0x19a),'AYqZO':function(_0x2da41c,_0x5085e0){return _0x2da41c===_0x5085e0;},'GDYIZ':function(_0x58937f,_0x379050){return _0x58937f+_0x379050;}},_0x1cee11=_0x575250[_0x3c04e5(0x1d4)](getBrowserstackCLI),_0x323f41=_0x575250[_0x3c04e5(0x1cd)](nestedKeyValue,_0x1cee11[_0x3c04e5(0x19f)]()[_0x3c04e5(0x1e9)](),[_0x575250[_0x3c04e5(0x1b1)],_0x575250[_0x3c04e5(0x1e5)],_0x575250[_0x3c04e5(0x1c6)]])||constants[_0x3c04e5(0x19c)];if(!_0x104c2b||_0x575250['AYqZO'](_0x104c2b,''))return _0x323f41;const _0x75780f=_0x323f41['endsWith']('/')?_0x323f41:_0x575250[_0x3c04e5(0x1da)](_0x323f41,'/');return new URL(_0x104c2b,_0x75780f)[_0x3c04e5(0x1d6)]();}static[a53_0x59c735(0x1e3)](_0x247fa5){const _0x4fdcd4=a53_0x59c735,_0x5bb3c4={'FPxkr':function(_0x5a46aa){return _0x5a46aa();},'qtCUz':function(_0x14f73d,_0x269cd8,_0x4fc8e0){return _0x14f73d(_0x269cd8,_0x4fc8e0);},'gkwLF':_0x4fdcd4(0x1ec),'VkmLI':_0x4fdcd4(0x1e1),'wMdMo':'cdp','tOfpP':_0x4fdcd4(0x1d5),'vAvvj':function(_0x5a6e30,_0x1e0446){return _0x5a6e30===_0x1e0446;},'GUhTp':function(_0x55ad4c,_0x1f0065){return _0x55ad4c+_0x1f0065;},'pCJEI':_0x4fdcd4(0x1ba)},_0x49e859=_0x5bb3c4[_0x4fdcd4(0x1aa)](getBrowserstackCLI),_0x42c4ce=_0x5bb3c4[_0x4fdcd4(0x1d9)](nestedKeyValue,_0x49e859[_0x4fdcd4(0x19f)]()[_0x4fdcd4(0x1e9)](),[_0x5bb3c4[_0x4fdcd4(0x1c9)],_0x5bb3c4['VkmLI'],_0x5bb3c4[_0x4fdcd4(0x1eb)]]),_0x615e6d=(_0x42c4ce?_0x42c4ce[_0x4fdcd4(0x1cb)](/^https:/,_0x5bb3c4[_0x4fdcd4(0x1e6)]):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x146478;if(!_0x247fa5||_0x5bb3c4['vAvvj'](_0x247fa5,''))_0x146478=_0x615e6d;else{const _0x2bc2a4=_0x615e6d['endsWith']('/')?_0x615e6d:_0x5bb3c4['GUhTp'](_0x615e6d,'/');_0x146478=new URL(_0x247fa5,_0x2bc2a4)[_0x4fdcd4(0x1d6)]();}return!_0x146478[_0x4fdcd4(0x1e2)](_0x5bb3c4['pCJEI'])&&(_0x146478+=_0x5bb3c4[_0x4fdcd4(0x1be)]),_0x146478;}}module[a53_0x59c735(0x1c7)]=APIUtilityMethods;
@@ -1 +1 @@
1
- function a54_0x17ec(){const _0x3a759d=['../../helpers/logger','finalErrorMessage','length','join','checkForErrorsOccuredInCLI','3YFsZyb','bkQAq','reportConflictingEnvVarIssue','errorCodes','QpHIO','CLIENT_TROUBLESHOOTING_HASH','dUDMd','MJsVz','logSituation','hTyxd','errorCodesOccurredInCLI','DZyWL','getDocumentationLink','Session\x20Linking\x20Issue\x20details\x20not\x20found','LAcRh','1843970hjrwoe','toString','getInstance','cMgvJ','../v2/browserstackCLI','exports','{ERROR_CODES}','push','otifB','jEmil','214793GRcrPg','reportSSLCertIssue','browserstack\x20cloud\x20not\x20reachable','replace','xniZK','reportClientTroubleshootingError','sErtQ','getErrorMessage','{ENV_VAR}','getErrorCodesOccurredInCli','logError','Conflicting\x20Env\x20Var\x20details\x20not\x20found','WXvqb','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','[ClientTroubleShootingService]\x20','getErrorDetails','73936xRNjBQ','../v2/grpcClient','getAggregatedErrorCodes','yaeqZ','getAggregatedClientTroubleshootingErrors','keys','object','aGbVP','reportSessionLinkingIssue','Process\x20Interruption\x20details\x20not\x20found:','qHMpo','Xfeyb','135DthIJg','qgOxL','MzSok','285388rcpams','561676sOGdeY','ssl\x20cert\x20issue','error','errorCodesOccurredWhenCLINotRunning','Djywj','Process\x20Interruption','winstonLogger','getFinalErrorMessage','parse','1578282hWQPiB','Error\x20in\x20getting\x20error\x20details\x20for\x20','getErrorCodes','LudzL','./constants','add','size','documentationLink','fnFTR','reportProcessInterruptionSituation','SatVW','cachedErrorCodes','14qGkcAi','kvsLj','errorCode','getErrorCode','warn','BkPbl','conflicting\x20env\x20var\x20detected','reportConnectivityIssue','wLNkr','getSuccess','from','Session\x20Linking\x20Issue','HjODr','isRunning','.browserstack\x20folder\x20not\x20accessible','IovBJ','MIyUM','AdeGZ','2948655EwVqGt','{SIGNAL}','isArray','errorMessage','getCachedErrorCodes','reportFinalDetectionState'];a54_0x17ec=function(){return _0x3a759d;};return a54_0x17ec();}function a54_0x293b(_0x57397e,_0xf0f246){const _0x17ec4a=a54_0x17ec();return a54_0x293b=function(_0x293b28,_0x49630c){_0x293b28=_0x293b28-0x197;let _0x38d159=_0x17ec4a[_0x293b28];return _0x38d159;},a54_0x293b(_0x57397e,_0xf0f246);}const a54_0x2acb82=a54_0x293b;(function(_0x5b20cd,_0x120181){const _0x93d59c=a54_0x293b,_0x295f55=_0x5b20cd();while(!![]){try{const _0x4aaaeb=parseInt(_0x93d59c(0x200))/0x1+parseInt(_0x93d59c(0x1b5))/0x2+-parseInt(_0x93d59c(0x1e7))/0x3*(-parseInt(_0x93d59c(0x1b4))/0x4)+parseInt(_0x93d59c(0x1dc))/0x5+-parseInt(_0x93d59c(0x1be))/0x6*(parseInt(_0x93d59c(0x1ca))/0x7)+-parseInt(_0x93d59c(0x1a5))/0x8*(parseInt(_0x93d59c(0x1b1))/0x9)+-parseInt(_0x93d59c(0x1f6))/0xa;if(_0x4aaaeb===_0x120181)break;else _0x295f55['push'](_0x295f55['shift']());}catch(_0x104367){_0x295f55['push'](_0x295f55['shift']());}}}(a54_0x17ec,0x4b184));const logger=require(a54_0x2acb82(0x1e2))[a54_0x2acb82(0x1bb)],BrowserstackCLI=require(a54_0x2acb82(0x1fa)),GrpcClient=require(a54_0x2acb82(0x1a6)),constants=require(a54_0x2acb82(0x1c2));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async[a54_0x2acb82(0x1a4)](_0x4507e3){const _0x4fc365=a54_0x2acb82,_0x64d0a2={};_0x64d0a2[_0x4fc365(0x1a1)]=function(_0x585678,_0x392231){return _0x585678!==_0x392231;};const _0x5e61df=_0x64d0a2;try{if(BrowserstackCLI[_0x4fc365(0x1f8)]()[_0x4fc365(0x1d7)]()){const _0x2f9496=await GrpcClient[_0x4fc365(0x1f8)]()[_0x4fc365(0x19a)](_0x4507e3);if(_0x5e61df[_0x4fc365(0x1a1)](_0x2f9496,null)&&_0x2f9496['getSuccess']())return{'errorCode':_0x2f9496[_0x4fc365(0x1cd)](),'errorMessage':_0x2f9496[_0x4fc365(0x19c)]()};return{};}}catch(_0x722c8f){return this[_0x4fc365(0x19f)](_0x4fc365(0x1bf)+_0x4507e3+':',_0x722c8f),{};}}static async[a54_0x2acb82(0x1a7)](){const _0x541a5d=a54_0x2acb82,_0x582639={};_0x582639['HjODr']=function(_0x52de92,_0x5128a2){return _0x52de92!==_0x5128a2;},_0x582639['BkPbl']='base64',_0x582639[_0x541a5d(0x1f5)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x32c0e6=_0x582639;try{if(BrowserstackCLI[_0x541a5d(0x1f8)]()[_0x541a5d(0x1d7)]()){const _0x1b41c5=await GrpcClient[_0x541a5d(0x1f8)]()[_0x541a5d(0x1a9)]();if(_0x32c0e6[_0x541a5d(0x1d6)](_0x1b41c5,null)&&_0x1b41c5[_0x541a5d(0x1d3)]()){const _0x30342d=Buffer[_0x541a5d(0x1d4)](_0x1b41c5[_0x541a5d(0x1c0)](),_0x32c0e6[_0x541a5d(0x1cf)])[_0x541a5d(0x1f7)](),_0x23a5a4=_0x30342d?JSON[_0x541a5d(0x1bd)](_0x30342d):[],_0x159032=_0x1b41c5[_0x541a5d(0x1f3)](),_0x1729ac=_0x1b41c5[_0x541a5d(0x1bc)](),_0x82e09b=Buffer[_0x541a5d(0x1d4)](_0x1b41c5[_0x541a5d(0x19e)](),_0x32c0e6[_0x541a5d(0x1cf)])[_0x541a5d(0x1f7)](),_0x5cdbaf=_0x82e09b?JSON['parse'](_0x82e09b):[],_0x432544={};return _0x432544[_0x541a5d(0x1ea)]=_0x23a5a4,_0x432544[_0x541a5d(0x1c5)]=_0x159032,_0x432544[_0x541a5d(0x1e3)]=_0x1729ac,_0x432544[_0x541a5d(0x1f1)]=_0x5cdbaf,_0x432544;}const _0x25cba2={};return _0x25cba2[_0x541a5d(0x1ea)]=[],_0x25cba2['documentationLink']='',_0x25cba2[_0x541a5d(0x1e3)]='',_0x25cba2[_0x541a5d(0x1f1)]=[],_0x25cba2;}const _0x23345c={};return _0x23345c[_0x541a5d(0x1ea)]=[],_0x23345c['documentationLink']='',_0x23345c[_0x541a5d(0x1e3)]='',_0x23345c['errorCodesOccurredInCLI']=[],_0x23345c;}catch(_0x11bf44){this[_0x541a5d(0x19f)](_0x32c0e6[_0x541a5d(0x1f5)],_0x11bf44);const _0x2c5d56={};return _0x2c5d56['errorCodes']=[],_0x2c5d56[_0x541a5d(0x1c5)]='',_0x2c5d56['finalErrorMessage']='',_0x2c5d56[_0x541a5d(0x1f1)]=[],_0x2c5d56;}}static[a54_0x2acb82(0x1ef)](_0x17235d,_0x551537){const _0x1dedaf=a54_0x2acb82;logger[_0x1dedaf(0x1ce)](_0x17235d+':\x20'+_0x551537);}static[a54_0x2acb82(0x1e6)](_0x2f64fd){const _0x34aff9=a54_0x2acb82,_0x5ceb9e={};_0x5ceb9e[_0x34aff9(0x199)]=function(_0x3ac2b0,_0x5764c3){return _0x3ac2b0!=_0x5764c3;},_0x5ceb9e[_0x34aff9(0x1eb)]=function(_0x4f060b,_0x3273b0){return _0x4f060b>_0x3273b0;},_0x5ceb9e[_0x34aff9(0x1f0)]=function(_0x54d4fd,_0x585574){return _0x54d4fd!=_0x585574;};const _0x31aa77=_0x5ceb9e,_0x3a17ba=[];if(_0x31aa77[_0x34aff9(0x199)](_0x2f64fd,null)&&_0x31aa77[_0x34aff9(0x199)](_0x2f64fd[_0x34aff9(0x1f1)],null)&&_0x31aa77[_0x34aff9(0x1eb)](_0x2f64fd[_0x34aff9(0x1f1)][_0x34aff9(0x1e4)],0x0))for(const _0x5ebe08 of _0x2f64fd['errorCodesOccurredInCLI']){_0x31aa77['hTyxd'](_0x5ebe08[_0x34aff9(0x1cc)],null)&&_0x31aa77[_0x34aff9(0x1f0)](_0x5ebe08[_0x34aff9(0x1df)],null)&&(_0x3a17ba[_0x34aff9(0x1fd)](_0x5ebe08[_0x34aff9(0x1cc)]),this[_0x34aff9(0x1ef)](_0x5ebe08[_0x34aff9(0x1cc)],_0x5ebe08['errorMessage']));}return _0x3a17ba;}static[a54_0x2acb82(0x1e0)](){const _0x31194d=a54_0x2acb82;return this[_0x31194d(0x1c9)];}static[a54_0x2acb82(0x19f)](_0x19e3dc,_0x6eb688){const _0x446501=a54_0x2acb82,_0x7136d4={};_0x7136d4['cMgvJ']=function(_0x44feb4,_0x5e9110){return _0x44feb4===_0x5e9110;},_0x7136d4[_0x446501(0x1f2)]=_0x446501(0x1ab);const _0xfc9302=_0x7136d4;if(_0xfc9302[_0x446501(0x1f9)](typeof _0x6eb688,_0xfc9302[_0x446501(0x1f2)]))try{logger[_0x446501(0x1b7)](_0x446501(0x1a3)+_0x19e3dc+'\x20'+JSON['stringify'](_0x6eb688));}catch(_0x448a13){logger[_0x446501(0x1b7)](_0x446501(0x1a3)+_0x19e3dc+'\x20'+_0x6eb688);}else logger[_0x446501(0x1b7)](_0x446501(0x1a3)+_0x19e3dc+'\x20'+_0x6eb688);}static async[a54_0x2acb82(0x1c7)](_0x5bcbee){const _0x2e41d5=a54_0x2acb82,_0xfe39e1={};_0xfe39e1['AdeGZ']=_0x2e41d5(0x1ba),_0xfe39e1['aGbVP']=function(_0x4114ab,_0x46cd63){return _0x4114ab===_0x46cd63;},_0xfe39e1[_0x2e41d5(0x1b0)]=_0x2e41d5(0x1ae),_0xfe39e1[_0x2e41d5(0x19b)]=_0x2e41d5(0x1dd);const _0x26b014=_0xfe39e1,_0x2ee39b=await this[_0x2e41d5(0x1a4)](_0x26b014[_0x2e41d5(0x1db)]);if(_0x26b014[_0x2e41d5(0x1ac)](Object[_0x2e41d5(0x1aa)](_0x2ee39b)[_0x2e41d5(0x1e4)],0x0)){this[_0x2e41d5(0x19f)](_0x26b014[_0x2e41d5(0x1b0)],_0x2ee39b);return;}this['logSituation'](_0x2ee39b[_0x2e41d5(0x1cc)],_0x2ee39b[_0x2e41d5(0x1df)][_0x2e41d5(0x198)](_0x26b014[_0x2e41d5(0x19b)],_0x5bcbee));}static async[a54_0x2acb82(0x1ad)](){const _0x23b4a7=a54_0x2acb82,_0x2f0114={};_0x2f0114[_0x23b4a7(0x1ee)]=_0x23b4a7(0x1d5),_0x2f0114[_0x23b4a7(0x1a8)]=function(_0x2e5855,_0x1734cb){return _0x2e5855===_0x1734cb;},_0x2f0114['BHJBK']=_0x23b4a7(0x1f4);const _0x97270=_0x2f0114,_0xe5a504=await this[_0x23b4a7(0x1a4)](_0x97270['MJsVz']);if(_0x97270['yaeqZ'](Object['keys'](_0xe5a504)[_0x23b4a7(0x1e4)],0x0)){this[_0x23b4a7(0x19f)](_0x97270['BHJBK'],_0xe5a504);return;}this[_0x23b4a7(0x1ef)](_0xe5a504[_0x23b4a7(0x1cc)],_0xe5a504['errorMessage']);}static async[a54_0x2acb82(0x1d1)](){const _0x5311c2=a54_0x2acb82,_0x10e5e7={};_0x10e5e7[_0x5311c2(0x1b2)]=_0x5311c2(0x197),_0x10e5e7['bkQAq']=function(_0x374933,_0x2f8a56){return _0x374933===_0x2f8a56;},_0x10e5e7[_0x5311c2(0x1b9)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x5ec847=_0x10e5e7,_0x59f227=await this[_0x5311c2(0x1a4)](_0x5ec847['qgOxL']);if(_0x5ec847[_0x5311c2(0x1e8)](Object[_0x5311c2(0x1aa)](_0x59f227)[_0x5311c2(0x1e4)],0x0)){this['logError'](_0x5ec847[_0x5311c2(0x1b9)],_0x59f227);return;}this[_0x5311c2(0x1ef)](_0x59f227['errorCode'],_0x59f227[_0x5311c2(0x1df)]);}static async[a54_0x2acb82(0x201)](){const _0x107957=a54_0x2acb82,_0x5b4972={};_0x5b4972[_0x107957(0x1fe)]=_0x107957(0x1b6),_0x5b4972[_0x107957(0x1d2)]=function(_0x5538cd,_0xd29202){return _0x5538cd===_0xd29202;},_0x5b4972['tmznH']='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0x3714eb=_0x5b4972,_0x25842b=await this[_0x107957(0x1a4)](_0x3714eb[_0x107957(0x1fe)]);if(_0x3714eb[_0x107957(0x1d2)](Object[_0x107957(0x1aa)](_0x25842b)['length'],0x0)){this[_0x107957(0x19f)](_0x3714eb['tmznH'],_0x25842b);return;}this[_0x107957(0x1ef)](_0x25842b[_0x107957(0x1cc)],_0x25842b['errorMessage']);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0xafca9=a54_0x2acb82,_0x3287b1={};_0x3287b1[_0xafca9(0x1ed)]=_0xafca9(0x1d8),_0x3287b1[_0xafca9(0x1c8)]=function(_0x2d9542,_0x17c154){return _0x2d9542===_0x17c154;},_0x3287b1['IovBJ']=_0xafca9(0x1a2);const _0x3b0d76=_0x3287b1,_0x5c5729=constants[_0xafca9(0x1ec)][_0x3b0d76[_0xafca9(0x1ed)]];if(_0x3b0d76[_0xafca9(0x1c8)](Object[_0xafca9(0x1aa)](_0x5c5729)[_0xafca9(0x1e4)],0x0)){this[_0xafca9(0x19f)](_0x3b0d76[_0xafca9(0x1d9)],_0x5c5729);return;}this[_0xafca9(0x1b8)][_0xafca9(0x1c3)](_0x5c5729[0x0]),this[_0xafca9(0x1ef)](_0x5c5729[0x0],_0x5c5729[0x1]);}static async[a54_0x2acb82(0x1e9)](_0x1334fa){const _0xd36e9d=a54_0x2acb82,_0x42a422={};_0x42a422['fnFTR']=_0xd36e9d(0x1d0),_0x42a422['jEmil']=function(_0x52c314,_0xac386c){return _0x52c314===_0xac386c;},_0x42a422[_0xd36e9d(0x1cb)]=_0xd36e9d(0x1a0),_0x42a422['MIyUM']=_0xd36e9d(0x19d);const _0x2dfc6e=_0x42a422,_0x2fad20=await this['getErrorDetails'](_0x2dfc6e[_0xd36e9d(0x1c6)]);if(_0x2dfc6e[_0xd36e9d(0x1ff)](Object['keys'](_0x2fad20)['length'],0x0)){this[_0xd36e9d(0x19f)](_0x2dfc6e['kvsLj'],_0x2fad20);return;}const _0x330f57=_0x2fad20['errorMessage'][_0xd36e9d(0x198)](_0x2dfc6e[_0xd36e9d(0x1da)],_0x1334fa);this['logSituation'](_0x2fad20[_0xd36e9d(0x1cc)],_0x330f57);}static async[a54_0x2acb82(0x1e1)](){const _0x4369d7=a54_0x2acb82,_0x2d657e={};_0x2d657e['qHMpo']=function(_0x16a1d9,_0x1b4485){return _0x16a1d9>_0x1b4485;},_0x2d657e['MzSok']=_0x4369d7(0x1fc),_0x2d657e[_0x4369d7(0x1c1)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x42af80=_0x2d657e,_0x251fa1=await this['getAggregatedErrorCodes'](),_0x57e1c1=this['checkForErrorsOccuredInCLI'](_0x251fa1),_0x461eee=Array[_0x4369d7(0x1de)](_0x251fa1[_0x4369d7(0x1ea)])?_0x251fa1[_0x4369d7(0x1ea)]:[],_0x4365bf=_0x42af80[_0x4369d7(0x1af)](this[_0x4369d7(0x1b8)][_0x4369d7(0x1c4)],0x0)?Array['from'](this[_0x4369d7(0x1b8)]):[],_0x355da5=new Set([..._0x461eee,..._0x57e1c1,..._0x4365bf]),_0x3f5e38=Array[_0x4369d7(0x1d4)](_0x355da5);if(_0x42af80[_0x4369d7(0x1af)](_0x3f5e38[_0x4369d7(0x1e4)],0x0)){const _0x2ce640=_0x251fa1['finalErrorMessage'][_0x4369d7(0x198)](_0x42af80[_0x4369d7(0x1b3)],_0x3f5e38[_0x4369d7(0x1e5)](',\x20'))['replace'](_0x42af80[_0x4369d7(0x1c1)],_0x251fa1['documentationLink']);logger[_0x4369d7(0x1ce)](_0x2ce640),this[_0x4369d7(0x1c9)]=_0x3f5e38;}}}module[a54_0x2acb82(0x1fb)]=ClientTroubleShootingService;
1
+ function a54_0x3bd1(_0x508b25,_0x5baacc){const _0x388149=a54_0x3881();return a54_0x3bd1=function(_0x3bd1a5,_0x58cebe){_0x3bd1a5=_0x3bd1a5-0x146;let _0x2fac9d=_0x388149[_0x3bd1a5];return _0x2fac9d;},a54_0x3bd1(_0x508b25,_0x5baacc);}const a54_0x179f3e=a54_0x3bd1;(function(_0xd932ed,_0x215ee1){const _0x12e324=a54_0x3bd1,_0x3715a5=_0xd932ed();while(!![]){try{const _0x41748d=-parseInt(_0x12e324(0x16f))/0x1+parseInt(_0x12e324(0x15c))/0x2+parseInt(_0x12e324(0x17f))/0x3*(parseInt(_0x12e324(0x198))/0x4)+parseInt(_0x12e324(0x17d))/0x5*(-parseInt(_0x12e324(0x167))/0x6)+parseInt(_0x12e324(0x14b))/0x7+-parseInt(_0x12e324(0x185))/0x8+-parseInt(_0x12e324(0x181))/0x9;if(_0x41748d===_0x215ee1)break;else _0x3715a5['push'](_0x3715a5['shift']());}catch(_0x34209c){_0x3715a5['push'](_0x3715a5['shift']());}}}(a54_0x3881,0x240c5));const logger=require(a54_0x179f3e(0x17a))[a54_0x179f3e(0x165)],BrowserstackCLI=require(a54_0x179f3e(0x16e)),GrpcClient=require(a54_0x179f3e(0x187)),constants=require(a54_0x179f3e(0x168));class ClientTroubleShootingService{static [a54_0x179f3e(0x18f)]=null;static [a54_0x179f3e(0x177)]=new Set();static async['getErrorDetails'](_0x4ac993){const _0x5f0274=a54_0x179f3e,_0x1a9655={};_0x1a9655[_0x5f0274(0x1a2)]=function(_0x2182d8,_0x589f11){return _0x2182d8!==_0x589f11;};const _0x592b32=_0x1a9655;try{if(BrowserstackCLI[_0x5f0274(0x192)]()[_0x5f0274(0x153)]()){const _0x456cd7=await GrpcClient['getInstance']()[_0x5f0274(0x1a6)](_0x4ac993);if(_0x592b32[_0x5f0274(0x1a2)](_0x456cd7,null)&&_0x456cd7[_0x5f0274(0x19d)]())return{'errorCode':_0x456cd7[_0x5f0274(0x14d)](),'errorMessage':_0x456cd7[_0x5f0274(0x184)]()};return{};}}catch(_0x13fb6c){return this[_0x5f0274(0x19b)]('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x4ac993+':',_0x13fb6c),{};}}static async[a54_0x179f3e(0x15f)](){const _0x3e4959=a54_0x179f3e,_0x17d905={};_0x17d905[_0x3e4959(0x151)]=function(_0x1ad3e8,_0x2e9fcc){return _0x1ad3e8!==_0x2e9fcc;},_0x17d905[_0x3e4959(0x18e)]=_0x3e4959(0x152),_0x17d905['YUMmL']=_0x3e4959(0x15e);const _0x286a74=_0x17d905;try{if(BrowserstackCLI[_0x3e4959(0x192)]()[_0x3e4959(0x153)]()){const _0x3355d5=await GrpcClient[_0x3e4959(0x192)]()[_0x3e4959(0x15d)]();if(_0x286a74['jwLAk'](_0x3355d5,null)&&_0x3355d5[_0x3e4959(0x19d)]()){const _0x4338aa=Buffer[_0x3e4959(0x180)](_0x3355d5['getErrorCodes'](),_0x286a74[_0x3e4959(0x18e)])[_0x3e4959(0x1a4)](),_0x3d0763=_0x4338aa?JSON[_0x3e4959(0x155)](_0x4338aa):[],_0x46471e=_0x3355d5['getDocumentationLink'](),_0x242dd5=_0x3355d5[_0x3e4959(0x156)](),_0x1f756c=Buffer['from'](_0x3355d5[_0x3e4959(0x149)](),_0x286a74[_0x3e4959(0x18e)])[_0x3e4959(0x1a4)](),_0x454620=_0x1f756c?JSON[_0x3e4959(0x155)](_0x1f756c):[],_0x285782={};return _0x285782[_0x3e4959(0x186)]=_0x3d0763,_0x285782['documentationLink']=_0x46471e,_0x285782[_0x3e4959(0x199)]=_0x242dd5,_0x285782['errorCodesOccurredInCLI']=_0x454620,_0x285782;}const _0x35bbaa={};return _0x35bbaa['errorCodes']=[],_0x35bbaa[_0x3e4959(0x15b)]='',_0x35bbaa['finalErrorMessage']='',_0x35bbaa[_0x3e4959(0x172)]=[],_0x35bbaa;}const _0x443f00={};return _0x443f00[_0x3e4959(0x186)]=[],_0x443f00[_0x3e4959(0x15b)]='',_0x443f00[_0x3e4959(0x199)]='',_0x443f00[_0x3e4959(0x172)]=[],_0x443f00;}catch(_0x46fc0a){this[_0x3e4959(0x19b)](_0x286a74[_0x3e4959(0x190)],_0x46fc0a);const _0x412c98={};return _0x412c98[_0x3e4959(0x186)]=[],_0x412c98[_0x3e4959(0x15b)]='',_0x412c98[_0x3e4959(0x199)]='',_0x412c98['errorCodesOccurredInCLI']=[],_0x412c98;}}static[a54_0x179f3e(0x195)](_0x22b3f7,_0x532bab){const _0x4115c2=a54_0x179f3e;logger[_0x4115c2(0x148)](_0x22b3f7+':\x20'+_0x532bab);}static['checkForErrorsOccuredInCLI'](_0x22a602){const _0x2af89c=a54_0x179f3e,_0x52dccc={};_0x52dccc[_0x2af89c(0x14e)]=function(_0x39f529,_0x10503e){return _0x39f529!=_0x10503e;},_0x52dccc[_0x2af89c(0x1aa)]=function(_0xdc003e,_0x54c69b){return _0xdc003e>_0x54c69b;},_0x52dccc['MkZkC']=function(_0x962067,_0x4eb869){return _0x962067!=_0x4eb869;};const _0x164c43=_0x52dccc,_0x117016=[];if(_0x164c43[_0x2af89c(0x14e)](_0x22a602,null)&&_0x164c43[_0x2af89c(0x14e)](_0x22a602[_0x2af89c(0x172)],null)&&_0x164c43['JQmGV'](_0x22a602[_0x2af89c(0x172)]['length'],0x0))for(const _0xed750d of _0x22a602[_0x2af89c(0x172)]){_0x164c43['MkZkC'](_0xed750d[_0x2af89c(0x15a)],null)&&_0x164c43[_0x2af89c(0x17c)](_0xed750d[_0x2af89c(0x18a)],null)&&(_0x117016[_0x2af89c(0x1a1)](_0xed750d[_0x2af89c(0x15a)]),this['logSituation'](_0xed750d[_0x2af89c(0x15a)],_0xed750d[_0x2af89c(0x18a)]));}return _0x117016;}static[a54_0x179f3e(0x197)](){return this['cachedErrorCodes'];}static[a54_0x179f3e(0x19b)](_0x23d4ff,_0x2d3991){const _0x213735=a54_0x179f3e,_0x170aa8={};_0x170aa8['khXOn']=function(_0x3d97,_0x1af07d){return _0x3d97===_0x1af07d;},_0x170aa8[_0x213735(0x16a)]=_0x213735(0x16b);const _0x130c42=_0x170aa8;if(_0x130c42[_0x213735(0x1a3)](typeof _0x2d3991,_0x130c42[_0x213735(0x16a)]))try{logger['error'](_0x213735(0x161)+_0x23d4ff+'\x20'+JSON[_0x213735(0x164)](_0x2d3991));}catch(_0x4ccbb9){logger[_0x213735(0x14a)]('[ClientTroubleShootingService]\x20'+_0x23d4ff+'\x20'+_0x2d3991);}else logger[_0x213735(0x14a)](_0x213735(0x161)+_0x23d4ff+'\x20'+_0x2d3991);}static async['reportProcessInterruptionSituation'](_0x56788c){const _0x175c20=a54_0x179f3e,_0x341a40={};_0x341a40[_0x175c20(0x19c)]=_0x175c20(0x163),_0x341a40['RrnDh']=function(_0x3c81f1,_0xd8f076){return _0x3c81f1===_0xd8f076;},_0x341a40[_0x175c20(0x1a8)]=_0x175c20(0x166),_0x341a40[_0x175c20(0x14f)]=_0x175c20(0x173);const _0x1367fd=_0x341a40,_0x2a0fb5=await this[_0x175c20(0x174)](_0x1367fd[_0x175c20(0x19c)]);if(_0x1367fd['RrnDh'](Object[_0x175c20(0x169)](_0x2a0fb5)[_0x175c20(0x17b)],0x0)){this[_0x175c20(0x19b)](_0x1367fd[_0x175c20(0x1a8)],_0x2a0fb5);return;}this[_0x175c20(0x195)](_0x2a0fb5[_0x175c20(0x15a)],_0x2a0fb5[_0x175c20(0x18a)][_0x175c20(0x1a5)](_0x1367fd['XcQXl'],_0x56788c));}static async['reportSessionLinkingIssue'](){const _0x3595b6=a54_0x179f3e,_0x202fcd={};_0x202fcd[_0x3595b6(0x191)]='Session\x20Linking\x20Issue',_0x202fcd['zGKVa']=function(_0x5a1045,_0x4aca1d){return _0x5a1045===_0x4aca1d;},_0x202fcd[_0x3595b6(0x160)]=_0x3595b6(0x16c);const _0x4ab93b=_0x202fcd,_0x564f2a=await this[_0x3595b6(0x174)](_0x4ab93b[_0x3595b6(0x191)]);if(_0x4ab93b[_0x3595b6(0x182)](Object['keys'](_0x564f2a)['length'],0x0)){this['logError'](_0x4ab93b[_0x3595b6(0x160)],_0x564f2a);return;}this[_0x3595b6(0x195)](_0x564f2a[_0x3595b6(0x15a)],_0x564f2a[_0x3595b6(0x18a)]);}static async[a54_0x179f3e(0x196)](){const _0x116074=a54_0x179f3e,_0x11dbc3={};_0x11dbc3[_0x116074(0x1a7)]=_0x116074(0x175),_0x11dbc3[_0x116074(0x17e)]=function(_0x3f2fc5,_0x283918){return _0x3f2fc5===_0x283918;},_0x11dbc3[_0x116074(0x170)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x33f20d=_0x11dbc3,_0x1a628d=await this['getErrorDetails'](_0x33f20d[_0x116074(0x1a7)]);if(_0x33f20d[_0x116074(0x17e)](Object['keys'](_0x1a628d)['length'],0x0)){this['logError'](_0x33f20d[_0x116074(0x170)],_0x1a628d);return;}this['logSituation'](_0x1a628d[_0x116074(0x15a)],_0x1a628d[_0x116074(0x18a)]);}static async[a54_0x179f3e(0x193)](){const _0x394820=a54_0x179f3e,_0x26a3f1={};_0x26a3f1[_0x394820(0x18b)]='ssl\x20cert\x20issue',_0x26a3f1['yKQED']=function(_0x143e89,_0x626e64){return _0x143e89===_0x626e64;},_0x26a3f1['PmutY']=_0x394820(0x171);const _0x3459f8=_0x26a3f1,_0x20b52=await this['getErrorDetails'](_0x3459f8[_0x394820(0x18b)]);if(_0x3459f8[_0x394820(0x1a0)](Object[_0x394820(0x169)](_0x20b52)['length'],0x0)){this[_0x394820(0x19b)](_0x3459f8[_0x394820(0x183)],_0x20b52);return;}this[_0x394820(0x195)](_0x20b52['errorCode'],_0x20b52[_0x394820(0x18a)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x181dbb=a54_0x179f3e,_0x494875={};_0x494875[_0x181dbb(0x189)]=_0x181dbb(0x19a),_0x494875['ktJSt']=function(_0x23f215,_0x16177c){return _0x23f215===_0x16177c;},_0x494875['MQTfd']=_0x181dbb(0x14c);const _0x6b8897=_0x494875,_0x170390=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x6b8897['TooWR']];if(_0x6b8897[_0x181dbb(0x162)](Object[_0x181dbb(0x169)](_0x170390)['length'],0x0)){this['logError'](_0x6b8897[_0x181dbb(0x1ab)],_0x170390);return;}this[_0x181dbb(0x177)][_0x181dbb(0x147)](_0x170390[0x0]),this[_0x181dbb(0x195)](_0x170390[0x0],_0x170390[0x1]);}static async[a54_0x179f3e(0x179)](_0xb0f8c9){const _0x11eca3=a54_0x179f3e,_0x198b09={};_0x198b09['Nfxdy']=_0x11eca3(0x154),_0x198b09['XschO']=function(_0x387cd4,_0x2ab54c){return _0x387cd4===_0x2ab54c;},_0x198b09[_0x11eca3(0x158)]=_0x11eca3(0x1a9),_0x198b09[_0x11eca3(0x18d)]='{ENV_VAR}';const _0x38fb07=_0x198b09,_0x4937bb=await this[_0x11eca3(0x174)](_0x38fb07[_0x11eca3(0x19e)]);if(_0x38fb07['XschO'](Object[_0x11eca3(0x169)](_0x4937bb)[_0x11eca3(0x17b)],0x0)){this[_0x11eca3(0x19b)](_0x38fb07[_0x11eca3(0x158)],_0x4937bb);return;}const _0x39fb0e=_0x4937bb['errorMessage']['replace'](_0x38fb07[_0x11eca3(0x18d)],_0xb0f8c9);this[_0x11eca3(0x195)](_0x4937bb[_0x11eca3(0x15a)],_0x39fb0e);}static async[a54_0x179f3e(0x150)](){const _0x3f04c7=a54_0x179f3e,_0x522b43={};_0x522b43[_0x3f04c7(0x159)]=function(_0x4a4614,_0x231d8c){return _0x4a4614>_0x231d8c;},_0x522b43[_0x3f04c7(0x188)]=_0x3f04c7(0x176),_0x522b43[_0x3f04c7(0x16d)]=_0x3f04c7(0x146);const _0x36a1ec=_0x522b43,_0x2160c7=await this[_0x3f04c7(0x15f)](),_0x4dd9cd=this[_0x3f04c7(0x178)](_0x2160c7),_0x588193=Array[_0x3f04c7(0x194)](_0x2160c7[_0x3f04c7(0x186)])?_0x2160c7[_0x3f04c7(0x186)]:[],_0x4de7cd=_0x36a1ec[_0x3f04c7(0x159)](this[_0x3f04c7(0x177)][_0x3f04c7(0x18c)],0x0)?Array[_0x3f04c7(0x180)](this[_0x3f04c7(0x177)]):[],_0x57cf1f=new Set([..._0x588193,..._0x4dd9cd,..._0x4de7cd]),_0x1ecbc5=Array[_0x3f04c7(0x180)](_0x57cf1f);if(_0x36a1ec[_0x3f04c7(0x159)](_0x1ecbc5['length'],0x0)){const _0x4cff45=_0x2160c7[_0x3f04c7(0x199)][_0x3f04c7(0x1a5)](_0x36a1ec[_0x3f04c7(0x188)],_0x1ecbc5[_0x3f04c7(0x19f)](',\x20'))[_0x3f04c7(0x1a5)](_0x36a1ec[_0x3f04c7(0x16d)],_0x2160c7[_0x3f04c7(0x15b)]);logger[_0x3f04c7(0x148)](_0x4cff45),this[_0x3f04c7(0x18f)]=_0x1ecbc5;}}}module[a54_0x179f3e(0x157)]=ClientTroubleShootingService;function a54_0x3881(){const _0x14a06f=['error','1214745kzplkf','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','getErrorCode','anpvH','XcQXl','reportFinalDetectionState','jwLAk','base64','isRunning','conflicting\x20env\x20var\x20detected','parse','getFinalErrorMessage','exports','iahuj','HhKuh','errorCode','documentationLink','535270ErifGH','getAggregatedClientTroubleshootingErrors','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','getAggregatedErrorCodes','XGZQn','[ClientTroubleShootingService]\x20','ktJSt','Process\x20Interruption','stringify','winstonLogger','Process\x20Interruption\x20details\x20not\x20found:','60LxZwlK','./constants','keys','KWGWy','object','Session\x20Linking\x20Issue\x20details\x20not\x20found','kAmpp','../v2/browserstackCLI','209253XWHTTw','rlNqr','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','errorCodesOccurredInCLI','{SIGNAL}','getErrorDetails','browserstack\x20cloud\x20not\x20reachable','{ERROR_CODES}','errorCodesOccurredWhenCLINotRunning','checkForErrorsOccuredInCLI','reportConflictingEnvVarIssue','../../helpers/logger','length','MkZkC','6685HMChIU','SJGLZ','3EPQOyU','from','757953wAmtvr','zGKVa','PmutY','getErrorMessage','1062592ootXwl','errorCodes','../v2/grpcClient','RZdoY','TooWR','errorMessage','TYMpf','size','nAYIv','nGRRd','cachedErrorCodes','YUMmL','fnLOt','getInstance','reportSSLCertIssue','isArray','logSituation','reportConnectivityIssue','getCachedErrorCodes','584588SvuQLT','finalErrorMessage','.browserstack\x20folder\x20not\x20accessible','logError','giLWV','getSuccess','Nfxdy','join','yKQED','push','RMcIE','khXOn','toString','replace','reportClientTroubleshootingError','NHZzm','aHPrN','Conflicting\x20Env\x20Var\x20details\x20not\x20found','JQmGV','MQTfd','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','add','warn','getErrorCodesOccurredInCli'];a54_0x3881=function(){return _0x14a06f;};return a54_0x3881();}
@@ -1 +1 @@
1
- const a55_0x50e520=a55_0x1560;(function(_0xba5ff5,_0xaa0e1a){const _0x45aa68=a55_0x1560,_0x143ff6=_0xba5ff5();while(!![]){try{const _0x492049=parseInt(_0x45aa68(0x177))/0x1*(parseInt(_0x45aa68(0x229))/0x2)+parseInt(_0x45aa68(0x24e))/0x3+-parseInt(_0x45aa68(0x23d))/0x4*(parseInt(_0x45aa68(0x198))/0x5)+parseInt(_0x45aa68(0x1d4))/0x6+-parseInt(_0x45aa68(0x248))/0x7*(parseInt(_0x45aa68(0x17b))/0x8)+-parseInt(_0x45aa68(0x1bd))/0x9+parseInt(_0x45aa68(0x22c))/0xa*(parseInt(_0x45aa68(0x23e))/0xb);if(_0x492049===_0xaa0e1a)break;else _0x143ff6['push'](_0x143ff6['shift']());}catch(_0x2ff7e5){_0x143ff6['push'](_0x143ff6['shift']());}}}(a55_0x4c75,0x59565));const a55_0x34dc1d={};a55_0x34dc1d['INFO']=a55_0x50e520(0x23a),a55_0x34dc1d[a55_0x50e520(0x1cd)]=a55_0x50e520(0x1a1);const a55_0x1cace7={};a55_0x1cace7[a55_0x50e520(0x1e7)]=a55_0x50e520(0x1ae);const a55_0x48e313={};a55_0x48e313[a55_0x50e520(0x1e7)]=a55_0x50e520(0x21a);const a55_0x5c59ed={};a55_0x5c59ed[a55_0x50e520(0x1e7)]=a55_0x50e520(0x230);const a55_0x2833b3={};a55_0x2833b3[a55_0x50e520(0x1e7)]=a55_0x50e520(0x19f);const a55_0x66d053={};a55_0x66d053['INFO']=a55_0x50e520(0x241);const a55_0x21749f={};a55_0x21749f[a55_0x50e520(0x1e7)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0xea0374={};a55_0xea0374[a55_0x50e520(0x1e7)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x432140={};a55_0x432140[a55_0x50e520(0x1e7)]=a55_0x50e520(0x205);const a55_0x56798f={};a55_0x56798f[a55_0x50e520(0x1e7)]=a55_0x50e520(0x1fa);const a55_0xe3f0fb={};a55_0xe3f0fb['PLAYWRIGHT']='Playwright',a55_0xe3f0fb[a55_0x50e520(0x19c)]=a55_0x50e520(0x1ec),a55_0xe3f0fb['JEST']=a55_0x50e520(0x201),a55_0xe3f0fb[a55_0x50e520(0x249)]=a55_0x50e520(0x1e2),a55_0xe3f0fb['CODECEPT_CUCUMBER']=a55_0x50e520(0x1cf),a55_0xe3f0fb[a55_0x50e520(0x17a)]=a55_0x50e520(0x20c),a55_0xe3f0fb[a55_0x50e520(0x1f8)]=a55_0x50e520(0x180);const a55_0x8a1b57={};a55_0x8a1b57['invalidKeys']=a55_0x50e520(0x197),a55_0x8a1b57['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x8a1b57['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x8a1b57[a55_0x50e520(0x188)]=a55_0x50e520(0x1fd);const a55_0x2091a9={};a55_0x2091a9[a55_0x50e520(0x1c4)]=a55_0x50e520(0x245),a55_0x2091a9[a55_0x50e520(0x250)]=a55_0x50e520(0x1ad);const a55_0x6fe685={};a55_0x6fe685[a55_0x50e520(0x1f2)]=0xfde8,a55_0x6fe685['Cucumber-JS']=0xfde8,a55_0x6fe685[a55_0x50e520(0x172)]=0x186a0;const a55_0x4888d9={};a55_0x4888d9[a55_0x50e520(0x235)]=[a55_0x50e520(0x217),a55_0x50e520(0x238),'httpProxy',a55_0x50e520(0x17c),a55_0x50e520(0x1c9),a55_0x50e520(0x173),'browserstack.accessKey',a55_0x50e520(0x1a5),'authToken',a55_0x50e520(0x1df),a55_0x50e520(0x24a)],a55_0x4888d9[a55_0x50e520(0x207)]=['proxyUser','proxyPass','localProxyUser','localProxyPass'];const a55_0x1e6193={};a55_0x1e6193[a55_0x50e520(0x18f)]=a55_0x50e520(0x18f),a55_0x1e6193['browserStackLocalOptions']=a55_0x50e520(0x207),a55_0x1e6193['localOptions']='browserStackLocalOptions',a55_0x1e6193['parallelsPerPlatform']=a55_0x50e520(0x1fe),a55_0x1e6193[a55_0x50e520(0x1e9)]=a55_0x50e520(0x1e9),a55_0x1e6193[a55_0x50e520(0x19e)]=a55_0x50e520(0x19e),a55_0x1e6193['httpProxy']=a55_0x50e520(0x1eb),a55_0x1e6193[a55_0x50e520(0x17c)]=a55_0x50e520(0x17c),a55_0x1e6193[a55_0x50e520(0x192)]=a55_0x50e520(0x192),a55_0x1e6193[a55_0x50e520(0x1ab)]=a55_0x50e520(0x1ab),a55_0x1e6193[a55_0x50e520(0x1a9)]=a55_0x50e520(0x1a9),a55_0x1e6193['testReporting']=a55_0x50e520(0x1ce),a55_0x1e6193['testObservabilityOptions']=a55_0x50e520(0x219),a55_0x1e6193[a55_0x50e520(0x1d0)]='testReportingOptions',a55_0x1e6193[a55_0x50e520(0x1c9)]=a55_0x50e520(0x1c9),a55_0x1e6193[a55_0x50e520(0x1b0)]=a55_0x50e520(0x23b),a55_0x1e6193[a55_0x50e520(0x23b)]=a55_0x50e520(0x23b),a55_0x1e6193[a55_0x50e520(0x22b)]=a55_0x50e520(0x22b),a55_0x1e6193[a55_0x50e520(0x1a0)]=a55_0x50e520(0x1a0),a55_0x1e6193[a55_0x50e520(0x1fc)]=a55_0x50e520(0x1fc),a55_0x1e6193[a55_0x50e520(0x1b7)]='percyCaptureMode',a55_0x1e6193[a55_0x50e520(0x1e1)]=a55_0x50e520(0x1e1),a55_0x1e6193[a55_0x50e520(0x1f1)]='accessibility',a55_0x1e6193[a55_0x50e520(0x220)]=a55_0x50e520(0x220),a55_0x1e6193[a55_0x50e520(0x1f0)]=a55_0x50e520(0x1f0),a55_0x1e6193[a55_0x50e520(0x176)]=a55_0x50e520(0x176),a55_0x1e6193[a55_0x50e520(0x1d5)]=a55_0x50e520(0x1d5),a55_0x1e6193[a55_0x50e520(0x1ca)]=a55_0x50e520(0x1ca);function a55_0x4c75(){const _0x1f22ff=['VERSION','https://automation-preprod.bsstag.com','sdk/v1/event','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','browserstack','browserStackLocalOptions','.apk','ROOT_REGEX','edgeOptions','AUTOMATE','cucumber','prod','ERR_ADDRESS_INVALID','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','OBSERVABILITY_UPLOAD_URL','APP_UPLOAD_URL','AUTOLOGCAPTURE_NOTIFICATION','PRIVATE_DOMAIN_OR_IP_REGEX','unable\x20to\x20get\x20local\x20issuer\x20certificate','split','CI_ARTIFACTS_PATH','userName','app-automate','testObservabilityOptions','Run\x20mocha\x20tests\x20on\x20browserstack','PERCY_SUPPORTED_FRAMEWORKS','AI_PROXY_FAILURE','self\x20signed\x20certificate','acceptSslCert','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','accessibilityOptions','SDKTestTcgAuthFailure','ERR_ADDRESS_UNREACHABLE','CONNECTIVITY_ISSUE_ERROR_CODES','percyScreenshot','BSTACK_ATS_URL','INTERNALLY_USED_ENV_VARS','^[a-zA-Z0-9_.-]*$','PLAYWRIGHT','1240658TRBCTg','TCG_AUTH_TIMEOUT','rerunTests','4858360OdlSoa','BINARY_BUSY_ERROR_CODES','CODECEPTJS','BSTACK_URL','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://automate.browserstack.com/dashboard/v2/builds/','BROWSERSTACK_AUTOMATE_URL','ERR_PROXY_CONNECTION_FAILED','UPDATED_CLI_ENDPOINT','root','bsstag','APP_AUTOMATE','accessKey','MAX_GIT_META_DATA_SIZE_IN_BYTES','shows\x20version\x20information','browserstackAutomation','https://tcg-preprod.bsstag.com','125216UgrssE','11svxnxP','A11Y_SAVE_RESULTS','SDKTestTcgDownResponse','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_SOCKET_NOT_CONNECTED','https://apidevtestops.bsstag.com','HUB_URL_REGEX','commonjs','TEST_REPORTING_ANALYTICS','ERR_NETWORK_CHANGED','17773ojobnu','CODECEPT','browserstack.overridelocalInfo.userAuthToken','https://observability-devtestops.bsstag.com','https://hub-preprod.bsstag.com/wd/hub','ERR_TLS_CERT_ALTNAME_INVALID','150390glJvMs','TCG_DOWN','MODULE','https://app-automate.browserstack.com/dashboard/v2/builds/','Jest','browserstack.userName','SELF_SIGNED_CERT_IN_CHAIN','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','turboScaleOptions','1PVsvaD','CLI_SUPPORTED_FRAMEWORKS','TEST\x20REPORTING\x20AND\x20ANALYTICS','CUCUMBER','504XIWHQF','httpsProxy','SDKTestInitFailedResponse','APP_AUTOMATE_PRODUCTS','https://eds.browserstack.com','vanilla','ERR_CONNECTION_ABORTED','ERR_TIMED_OUT','SDKTestTcgProxyFailure','[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.','hubUrl','exports','AI_ENABLED_FRAMEWORK','invalidTestInputType','DEPTH_ZERO_SELF_SIGNED_CERT','chromeOptions','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_TIMED_OUT','PACKAGE_TYPE','https://upload-observability-preprod.bsstag.com','browserstackLocal','.ipa','INVALID_INIT_RESP_WITH_USER_IMPACT','framework','GLOBAL_AGENT_HTTP_PROXY','ERR_NAME_RESOLUTION_FAILED','TCG_AUTH_FAILURE','ObservabilitySync','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','40ZeGThf','SSL_ERROR_CODES','SDKTestTcgtInitSuccessful','BSTACK_DELTA','MOCHA','https://upload-observability.browserstack.com','logLevel','Run\x20js\x20tests\x20on\x20browserstack','percy','Specify\x20--help\x20for\x20available\x20options','./browserstack-artifacts/','https://api-cloud-devtestops.bsstag.com','wss://cdp-devtestops.bsstag.com/playwright?caps=','proxyPassword','use','VALID_APP_EXTENSION','stag','testObservability','sdk/v1/update_cli','testContextOptions','SHAREABLE_ID_REGEX','module','Run\x20jest\x20tests\x20on\x20browserstack','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','automation','pre-prod','ROOT_CAPS','EDS_URL','PLAYWRIGHT_HUB_URL','BROWSERSTACK_APP_AUTOMATE_URL','Upgrade\x20required','percyCaptureMode','BROWSERSTACK','O11Y_URL','acceptSslCerts','https://api.browserstack.com','timeouts','4676913vdgvnV','toLowerCase','ERR_SOCKS_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_CONNECTION_REFUSED','certificate\x20has\x20expired','bsstag.com','COMMONJS','strictFileInteractability','TCG_REGION','SDK-GEN-001','https://edsstaging.bsstag.com','customVariables','testOrchestrationOptions','TCG_URL','FRAMEWORKS','HELP','testReporting','codeceptjs-cucumber','testReportingOptions','ERR_FAILED','browserName','FUNNEL_INSTRUMENTATION_API_URL','838056RAcWJS','proxySettings','ERR_NAME_NOT_RESOLVED','preprod','SDKTestInvalidTcgAuthResponseWithUserImpact','GLOBAL_AGENT_NO_PROXY','SSL_ERROR_MESSAGES','BROWSERSTACK_API_URL','/usage-debug.log','ETXTBSY','https://hub-devtestops.bsstag.com/wd/hub','proxyUrl','HEALING_LOG_DATA_TIMEOUT','disableAutoCaptureLogs','codeceptjs','TEST_FRAMEWORK_HOOK_TIMEOUT','HST','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','A11Y_SCAN','INFO','ERR_CONNECTION_CLOSED','platforms','https://api-cloud.browserstack.com','httpProxy','mocha','automate','https://api-preprod.bsstag.com','unable\x20to\x20verify\x20the\x20first\x20certificate','turboScale','accessibility','Mocha','observability','INTEGRATIONS','https://tcg.browserstack.com','CUSTOM_ID_REGEX','USER_CONFIG_DETAILS_PATH','VANILLA','https://automate-preprod.bsstag.com/dashboard/v2/builds/','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','unhandledPromptBehavior','percyOptions','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','parallelsPerPlatform','A11Y_GET_RESULTS','ERR_BLOCKED_BY_CLIENT','jest'];a55_0x4c75=function(){return _0x1f22ff;};return a55_0x4c75();}const a55_0x3b2ac0={};function a55_0x1560(_0x477a10,_0x51b56d){const _0x4c755d=a55_0x4c75();return a55_0x1560=function(_0x156042,_0x374aaf){_0x156042=_0x156042-0x172;let _0x2f813f=_0x4c755d[_0x156042];return _0x2f813f;},a55_0x1560(_0x477a10,_0x51b56d);}a55_0x3b2ac0['.browserstack\x20folder\x20not\x20accessible']=[a55_0x50e520(0x1c7),a55_0x50e520(0x184)];const a55_0x254c4a={};a55_0x254c4a[a55_0x50e520(0x202)]=a55_0x34dc1d,a55_0x254c4a['JEST']=a55_0x1cace7,a55_0x254c4a[a55_0x50e520(0x19c)]=a55_0x48e313,a55_0x254c4a[a55_0x50e520(0x17a)]=a55_0x5c59ed,a55_0x254c4a[a55_0x50e520(0x1f8)]=a55_0x2833b3,a55_0x254c4a['NIGHTWATCH']=a55_0x66d053,a55_0x254c4a[a55_0x50e520(0x228)]=a55_0x21749f,a55_0x254c4a[a55_0x50e520(0x22e)]=a55_0xea0374,a55_0x254c4a[a55_0x50e520(0x1e4)]=a55_0x432140,a55_0x254c4a[a55_0x50e520(0x1f4)]=a55_0x56798f,a55_0x254c4a[a55_0x50e520(0x19b)]=0xf*0x3c*0x3e8,a55_0x254c4a[a55_0x50e520(0x185)]='https://hub.browserstack.com/wd/hub',a55_0x254c4a[a55_0x50e520(0x1cb)]=a55_0x50e520(0x1f5),a55_0x254c4a[a55_0x50e520(0x1c6)]=a55_0x50e520(0x1a6),a55_0x254c4a[a55_0x50e520(0x244)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x254c4a['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x254c4a['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x254c4a[a55_0x50e520(0x1b2)]=['acceptInsecureCerts','pageLoadStrategy',a55_0x50e520(0x1c5),a55_0x50e520(0x1fb),a55_0x50e520(0x1bc),a55_0x50e520(0x1d2),'browserVersion',a55_0x50e520(0x1ba),a55_0x50e520(0x21e),a55_0x50e520(0x18a),'firefoxOptions',a55_0x50e520(0x20a),'ieOptions'],a55_0x254c4a[a55_0x50e520(0x209)]=/^[\w-]+:.*$/,a55_0x254c4a[a55_0x50e520(0x213)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x254c4a['EDS_URL']=a55_0x50e520(0x17f),a55_0x254c4a[a55_0x50e520(0x1db)]=a55_0x50e520(0x1bb),a55_0x254c4a[a55_0x50e520(0x211)]=a55_0x50e520(0x1ea),a55_0x254c4a[a55_0x50e520(0x234)]=a55_0x50e520(0x1aa),a55_0x254c4a[a55_0x50e520(0x1d3)]=a55_0x50e520(0x204),a55_0x254c4a['AUTOMATE_PRODUCTS']=[a55_0x50e520(0x1ed),'observability'],a55_0x254c4a[a55_0x50e520(0x17e)]=[a55_0x50e520(0x218),a55_0x50e520(0x1f3)],a55_0x254c4a[a55_0x50e520(0x21f)]=[a55_0x50e520(0x1f3)],a55_0x254c4a[a55_0x50e520(0x210)]=a55_0x50e520(0x19d),a55_0x254c4a['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x50e520(0x1ec),'Playwright'],a55_0x254c4a[a55_0x50e520(0x20b)]=['automate'],a55_0x254c4a['BROWSERSTACK_AUTOMATE_URL']=a55_0x50e520(0x231),a55_0x254c4a['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x50e520(0x251),a55_0x254c4a[a55_0x50e520(0x237)]=[a55_0x50e520(0x218)],a55_0x254c4a['NUDGE_LOCAL_ERRORS']=[a55_0x50e520(0x1d1),a55_0x50e520(0x182),a55_0x50e520(0x200),a55_0x50e520(0x247),a55_0x50e520(0x242),a55_0x50e520(0x1e8),'ERR_CONNECTION_RESET',a55_0x50e520(0x1c1),a55_0x50e520(0x181),'ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a55_0x50e520(0x20e),a55_0x50e520(0x222),'ERR_TUNNEL_CONNECTION_FAILED',a55_0x50e520(0x18c),a55_0x50e520(0x1bf),a55_0x50e520(0x1c0),a55_0x50e520(0x233),a55_0x50e520(0x1d6),a55_0x50e520(0x194),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x254c4a[a55_0x50e520(0x1a7)]=[a55_0x50e520(0x208),'.aab',a55_0x50e520(0x190)],a55_0x254c4a[a55_0x50e520(0x1f6)]=a55_0x50e520(0x227),a55_0x254c4a[a55_0x50e520(0x1ac)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x254c4a[a55_0x50e520(0x216)]=a55_0x50e520(0x1a2),a55_0x254c4a[a55_0x50e520(0x1b4)]='wss://cdp.browserstack.com/playwright?caps=',a55_0x254c4a[a55_0x50e520(0x1cc)]=a55_0xe3f0fb,a55_0x254c4a[a55_0x50e520(0x21b)]=['jest',a55_0x50e520(0x1ec)],a55_0x254c4a['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x8a1b57,a55_0x254c4a[a55_0x50e520(0x212)]=a55_0x50e520(0x175),a55_0x254c4a[a55_0x50e520(0x18d)]=a55_0x2091a9,a55_0x254c4a[a55_0x50e520(0x239)]=0x40*0x400,a55_0x254c4a['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a55_0x254c4a['UPGRADE_REQUIRED']=a55_0x50e520(0x1b6),a55_0x254c4a[a55_0x50e520(0x24f)]=a55_0x50e520(0x240),a55_0x254c4a[a55_0x50e520(0x191)]=a55_0x50e520(0x1d8),a55_0x254c4a[a55_0x50e520(0x195)]=a55_0x50e520(0x221),a55_0x254c4a['AI_INIT_SUCCESSFUL']=a55_0x50e520(0x19a),a55_0x254c4a['AI_INIT_FAILURE']=a55_0x50e520(0x17d),a55_0x254c4a[a55_0x50e520(0x21c)]=a55_0x50e520(0x183),a55_0x254c4a[a55_0x50e520(0x22a)]=0x1388,a55_0x254c4a['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x254c4a[a55_0x50e520(0x1e0)]=0x1388,a55_0x254c4a['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x254c4a['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x254c4a[a55_0x50e520(0x1e3)]=a55_0x6fe685,a55_0x254c4a['REDACTED_KEYS']=a55_0x4888d9,a55_0x254c4a[a55_0x50e520(0x187)]=[a55_0x50e520(0x180),'codeceptjs'],a55_0x254c4a['SDK_INSTRUMENTATION_CONFIG']=a55_0x1e6193,a55_0x254c4a['LOG_FILE_NAME']='/usage.log',a55_0x254c4a['DEBUG_LOG_FILE_NAME']=a55_0x50e520(0x1dc),a55_0x254c4a[a55_0x50e520(0x22f)]='browserstack.com',a55_0x254c4a[a55_0x50e520(0x225)]='browserstack-ats.com',a55_0x254c4a[a55_0x50e520(0x1b9)]='https://automation.browserstack.com',a55_0x254c4a[a55_0x50e520(0x246)]=a55_0x50e520(0x179),a55_0x254c4a[a55_0x50e520(0x1b8)]=a55_0x50e520(0x206),a55_0x254c4a[a55_0x50e520(0x178)]=['playwright',a55_0x50e520(0x20c),'jest'],a55_0x254c4a['AUTOMATION_LOG_COMMANDS']=[a55_0x50e520(0x1e6),'A11Y_GET_RESULTS_SUMMARY',a55_0x50e520(0x1ff),a55_0x50e520(0x23f),a55_0x50e520(0x224),a55_0x50e520(0x196)],a55_0x254c4a['PLAYWRIGHT_TRACE_LOGS']='PLAYWRIGHT_TRACE_LOGS',a55_0x254c4a[a55_0x50e520(0x1da)]=[a55_0x50e520(0x21d),a55_0x50e520(0x1ef),a55_0x50e520(0x1c2),a55_0x50e520(0x214),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x50e520(0x189)],a55_0x254c4a[a55_0x50e520(0x199)]=[a55_0x50e520(0x174),a55_0x50e520(0x189),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a55_0x50e520(0x24d),a55_0x50e520(0x20f)],a55_0x254c4a[a55_0x50e520(0x223)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x254c4a['CLIENT_TROUBLESHOOTING_HASH']=a55_0x3b2ac0,a55_0x254c4a[a55_0x50e520(0x226)]=[a55_0x50e520(0x193),a55_0x50e520(0x1d9),a55_0x50e520(0x1f7)],a55_0x254c4a[a55_0x50e520(0x22d)]=[a55_0x50e520(0x1dd),'EBUSY'],module[a55_0x50e520(0x186)]=a55_0x254c4a;const _env=(process['env']['BROWSERSTACK_ENV']||a55_0x50e520(0x20d))[a55_0x50e520(0x1be)]();if(_env==='staging'||_env===a55_0x50e520(0x1a8)){const VFByvO='10|9|5|12|2|3|8|6|11|4|1|7|0'['split']('|');let XaUktb=0x0;while(!![]){switch(VFByvO[XaUktb++]){case'0':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b8)]=a55_0x50e520(0x236);continue;case'1':module[a55_0x50e520(0x186)][a55_0x50e520(0x210)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'2':module[a55_0x50e520(0x186)][a55_0x50e520(0x232)]=a55_0x50e520(0x18b);continue;case'3':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b5)]=a55_0x50e520(0x1e5);continue;case'4':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b9)]=a55_0x50e520(0x24b);continue;case'5':module[a55_0x50e520(0x186)][a55_0x50e520(0x1cb)]='https://tcg.bsstag.com';continue;case'6':module[a55_0x50e520(0x186)]['PLAYWRIGHT_HUB_URL']=a55_0x50e520(0x1a4);continue;case'7':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b3)]=a55_0x50e520(0x1c8);continue;case'8':module[a55_0x50e520(0x186)][a55_0x50e520(0x211)]=a55_0x50e520(0x1a3);continue;case'9':module[a55_0x50e520(0x186)][a55_0x50e520(0x1db)]=a55_0x50e520(0x243);continue;case'10':module[a55_0x50e520(0x186)][a55_0x50e520(0x185)]=a55_0x50e520(0x1de);continue;case'11':module['exports'][a55_0x50e520(0x22f)]=a55_0x50e520(0x1c3);continue;case'12':module[a55_0x50e520(0x186)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}else{if(_env===a55_0x50e520(0x1d7)||_env===a55_0x50e520(0x1b1)){const uNaaEw='9|4|10|1|0|6|5|12|8|3|7|2|11'[a55_0x50e520(0x215)]('|');let WmdJNg=0x0;while(!![]){switch(uNaaEw[WmdJNg++]){case'0':module[a55_0x50e520(0x186)][a55_0x50e520(0x232)]=a55_0x50e520(0x1f9);continue;case'1':module[a55_0x50e520(0x186)][a55_0x50e520(0x244)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b3)]=a55_0x50e520(0x1c8);continue;case'3':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b9)]=a55_0x50e520(0x203);continue;case'4':module[a55_0x50e520(0x186)][a55_0x50e520(0x1db)]=a55_0x50e520(0x1ee);continue;case'5':module['exports'][a55_0x50e520(0x211)]='https://api-preprod.bsstag.com';continue;case'6':module[a55_0x50e520(0x186)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x50e520(0x1af);continue;case'7':module[a55_0x50e520(0x186)][a55_0x50e520(0x210)]=a55_0x50e520(0x18e);continue;case'8':module['exports']['BSTACK_URL']=a55_0x50e520(0x1c3);continue;case'9':module[a55_0x50e520(0x186)][a55_0x50e520(0x185)]=a55_0x50e520(0x24c);continue;case'10':module[a55_0x50e520(0x186)][a55_0x50e520(0x1cb)]=a55_0x50e520(0x23c);continue;case'11':module['exports']['BROWSERSTACK']=a55_0x50e520(0x236);continue;case'12':module[a55_0x50e520(0x186)][a55_0x50e520(0x1b4)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;}break;}}}
1
+ const a55_0x24e5a3=a55_0x2c24;(function(_0x561979,_0x186af4){const _0x4d529d=a55_0x2c24,_0x50fc42=_0x561979();while(!![]){try{const _0x28bb49=parseInt(_0x4d529d(0x123))/0x1*(parseInt(_0x4d529d(0xaa))/0x2)+parseInt(_0x4d529d(0x13e))/0x3*(-parseInt(_0x4d529d(0xd8))/0x4)+parseInt(_0x4d529d(0xc4))/0x5*(parseInt(_0x4d529d(0x116))/0x6)+-parseInt(_0x4d529d(0x100))/0x7+parseInt(_0x4d529d(0x124))/0x8*(parseInt(_0x4d529d(0xbe))/0x9)+-parseInt(_0x4d529d(0xc5))/0xa*(-parseInt(_0x4d529d(0x12a))/0xb)+-parseInt(_0x4d529d(0x143))/0xc;if(_0x28bb49===_0x186af4)break;else _0x50fc42['push'](_0x50fc42['shift']());}catch(_0x3d3c06){_0x50fc42['push'](_0x50fc42['shift']());}}}(a55_0x3630,0xc9640));function a55_0x3630(){const _0x2379f3=['Run\x20jest\x20tests\x20on\x20browserstack','https://upload-observability.browserstack.com','percyOptions','app-automate','stag','https://upload-observability-preprod.bsstag.com','customVariables','BSTACK_ATS_URL','use','HST','BROWSERSTACK_APP_AUTOMATE_URL','automation','APP_AUTOMATE_PRODUCTS','TEST_REPORTING_ANALYTICS','ERR_TLS_CERT_ALTNAME_INVALID','.ipa','DEBUG_LOG_FILE_NAME','wss://cdp.browserstack.com/playwright?caps=','wss://cdp-devtestops.bsstag.com/playwright?caps=','./browserstack-artifacts/','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','MOCHA','BSTACK_URL','browserVersion','httpsProxy','10XgScGe','[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.','AI_ENABLED_FRAMEWORK','10|2|4|6|8|12|7|5|0|3|11|1|9','INFO','testContextOptions','accessibility','invalidTestInputType','https://hub.browserstack.com/wd/hub','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_CONNECTION_CLOSED','logLevel','firefoxOptions','proxyUser','https://tcg.bsstag.com','cucumber','proxyUrl','acceptInsecureCerts','ieOptions','PLAYWRIGHT_TRACE_LOGS','333CDELUM','ERR_BLOCKED_BY_CLIENT','POLL_HEALING_RESULT_TIMEOUT','HUB_URL_REGEX','BROWSERSTACK_AUTOMATE_URL','proxyPassword','215RIWPrO','151790NJlqzP','proxyPass','TCG_DOWN','ERR_NAME_NOT_RESOLVED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','jest','SDKTestInitFailedResponse','split','INVALID_INIT_RESP_WITH_USER_IMPACT','https://observability-devtestops.bsstag.com','browserstackLocal','turboScale','^[a-zA-Z0-9_.-]*$','SET_TCG_TOKEN_TIMEOUT','root','SDKTestTcgAuthFailure','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','pageLoadStrategy','TCG_AUTH_FAILURE','149084WgZzTh','INTERNALLY_USED_ENV_VARS','ERR_TUNNEL_CONNECTION_FAILED','A11Y_GET_RESULTS','MODULE','ERR_FAILED','ERR_TIMED_OUT','ATS_WSS_URL_REGEX','https://api.browserstack.com','testOrchestrationOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','CODECEPTJS','ERR_CONNECTION_ABORTED','rerunTests','AI_INIT_SUCCESSFUL','observability','https://edsstaging.bsstag.com','https://apidevtestops.bsstag.com','Playwright','preprod','Run\x20cucumber-js\x20tests\x20on\x20browserstack','acceptSslCerts','timeouts','BROWSERSTACK','prod','SDKTestTcgDownResponse','chromeOptions','browserstack-ats.com','parallelsPerPlatform','https://tcg.browserstack.com','testReporting','testObservability','percyScreenshot','browserstack.userName','CUSTOM_ID_REGEX','A11Y_SAVE_RESULTS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','.aab','CLI_SUPPORTED_FRAMEWORKS','O11Y_URL','2049775EOgept','ERR_ADDRESS_INVALID','AUTOMATE_PRODUCTS','CONNECTIVITY_ISSUE_ERROR_CODES','vanilla','bsstag.com','Cucumber-JS','https://hub-devtestops.bsstag.com/wd/hub','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','testObservabilityOptions','APP_UPLOAD_URL','HEALING_FAILURE_TIMEOUT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','self\x20signed\x20certificate','/usage.log','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','httpProxy','accessKey','DEPTH_ZERO_SELF_SIGNED_CERT','ERR_SOCKS_CONNECTION_FAILED','SDKTestTcgProxyFailure','browserstackAutomation','44934fDhSdn','UNABLE_TO_VERIFY_LEAF_SIGNATURE','turboScaleOptions','percyCaptureMode','sdk/v1/update_cli','...[TRUNCATED]','A11Y_GET_RESULTS_SUMMARY','ERR_NAME_RESOLUTION_FAILED','TCG_REGION','10|1|7|6|11|4|3|12|8|0|9|5|2','wss://cdp-preprod.bsstag.com/playwright?caps=','commonjs','TEST_FRAMEWORK_HOOK_TIMEOUT','251336ZkKDAF','105664iZYFmV','automate','ERR_CONNECTION_FAILED','PLAYWRIGHT','AUTOLOGCAPTURE_NOTIFICATION','LOG_FILE_NAME','11dUgRhx','BSTACK_DELTA','UPDATED_CLI_ENDPOINT','Run\x20js\x20tests\x20on\x20browserstack','unhandledPromptBehavior','disableAutoCaptureLogs','ROOT_REGEX','NIGHTWATCH','AUTOMATION_LOG_COMMANDS','INTEGRATIONS','CODECEPT_CUCUMBER','staging','BROWSERSTACK_API_URL','VALID_APP_EXTENSION','toLowerCase','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack.overridelocalInfo.userAuthToken','SSL_ERROR_CODES','ERR_CONNECTION_RESET','uniqueDependency','15RDYfJB','.apk','https://app-automate.browserstack.com/dashboard/v2/builds/','platforms','GLOBAL_AGENT_NO_PROXY','9342072gTVhWE','TEST\x20REPORTING\x20AND\x20ANALYTICS','Mocha','framework','AI_PROXY_FAILURE','playwright','NUDGE_LOCAL_ERRORS','PERCY_SUPPORTED_FRAMEWORKS','bsstag','browserstack','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://api-preprod.bsstag.com','browserStackLocalOptions','https://automate-preprod.bsstag.com/dashboard/v2/builds/','HEALING_LOG_DATA_TIMEOUT','Jest','A11Y_SCAN','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Upgrade\x20required','.browserstack\x20folder\x20not\x20accessible','unable\x20to\x20verify\x20the\x20first\x20certificate','localOptions','EBUSY','MAX_GIT_META_DATA_SIZE_IN_BYTES','ERR_NETWORK_CHANGED','TCG_URL','browserstack.accessKey','exports','ETXTBSY','mocha','PLAYWRIGHT_HUB_URL','ROOT_CAPS','ERR_CONNECTION_REFUSED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','/usage-debug.log','testReportingOptions','localProxyPass','OBSERVABILITY_SUPPORTED_FWS','pre-prod','invalidKeys','Run\x20playwright\x20tests\x20on\x20Browserstack','GLOBAL_AGENT_HTTP_PROXY','codeceptjs','codeceptjs-cucumber','Specify\x20--help\x20for\x20available\x20options','ATS_HUB_URL_REGEX','JEST','OBSERVABILITY_UPLOAD_URL','SDKTestInvalidTcgAuthResponseWithUserImpact','CUCUMBER','https://automate.browserstack.com/dashboard/v2/builds/','AI_INIT_FAILURE','proxySettings','https://tcg-preprod.bsstag.com','edgeOptions','sdk/v1/event','acceptSslCert','accessibilityOptions','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','VANILLA','mandatoryDependency'];a55_0x3630=function(){return _0x2379f3;};return a55_0x3630();}const a55_0x952407={};a55_0x952407['INFO']='shows\x20version\x20information',a55_0x952407['HELP']=a55_0x24e5a3(0x80);const a55_0x327611={};a55_0x327611[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0x91);const a55_0x2daedc={};a55_0x2daedc[a55_0x24e5a3(0xae)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a55_0x363ff2={};a55_0x363ff2[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0xec);const a55_0x5a2581={};a55_0x5a2581[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0x12d);const a55_0x131079={};a55_0x131079[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0xb3);const a55_0x4884ec={};a55_0x4884ec[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0x7c);const a55_0x164768={};a55_0x164768[a55_0x24e5a3(0xae)]=a55_0x24e5a3(0xc9);const a55_0x15d0ce={};a55_0x15d0ce['INFO']=a55_0x24e5a3(0xa5);const a55_0x2151a1={};a55_0x2151a1['INFO']=a55_0x24e5a3(0x8e);const a55_0x37e5e1={};a55_0x37e5e1[a55_0x24e5a3(0x127)]='Playwright',a55_0x37e5e1['MOCHA']=a55_0x24e5a3(0x160),a55_0x37e5e1[a55_0x24e5a3(0x82)]=a55_0x24e5a3(0xca),a55_0x37e5e1['CODECEPT']=a55_0x24e5a3(0x7e),a55_0x37e5e1[a55_0x24e5a3(0x134)]=a55_0x24e5a3(0x7f),a55_0x37e5e1[a55_0x24e5a3(0x85)]=a55_0x24e5a3(0xb9),a55_0x37e5e1['VANILLA']=a55_0x24e5a3(0x104);function a55_0x2c24(_0x23ff3b,_0x1f4baf){const _0x363045=a55_0x3630();return a55_0x2c24=function(_0x2c2492,_0x58c65c){_0x2c2492=_0x2c2492-0x77;let _0x4333c7=_0x363045[_0x2c2492];return _0x4333c7;},a55_0x2c24(_0x23ff3b,_0x1f4baf);}const a55_0x303d52={};a55_0x303d52[a55_0x24e5a3(0x7b)]=a55_0x24e5a3(0x154),a55_0x303d52[a55_0x24e5a3(0x13d)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x303d52[a55_0x24e5a3(0x90)]=a55_0x24e5a3(0xe2),a55_0x303d52[a55_0x24e5a3(0xb1)]=a55_0x24e5a3(0x10f);const a55_0x5a4679={};a55_0x5a4679['COMMONJS']=a55_0x24e5a3(0x121),a55_0x5a4679[a55_0x24e5a3(0xdc)]='module';const a55_0xebc77d={};a55_0xebc77d[a55_0x24e5a3(0x145)]=0xfde8,a55_0xebc77d[a55_0x24e5a3(0x106)]=0xfde8,a55_0xebc77d[a55_0x24e5a3(0x152)]=0x186a0;const a55_0x11d473={};a55_0x11d473[a55_0x24e5a3(0xd3)]=['userName',a55_0x24e5a3(0x111),a55_0x24e5a3(0x110),a55_0x24e5a3(0xa9),a55_0x24e5a3(0x97),a55_0x24e5a3(0xf9),a55_0x24e5a3(0x15d),a55_0x24e5a3(0xc3),'authToken',a55_0x24e5a3(0xba),a55_0x24e5a3(0x13a)],a55_0x11d473[a55_0x24e5a3(0x14f)]=[a55_0x24e5a3(0xb7),a55_0x24e5a3(0xc6),'localProxyUser',a55_0x24e5a3(0x78)];const a55_0x4f2eb8={};a55_0x4f2eb8[a55_0x24e5a3(0xcf)]=a55_0x24e5a3(0xcf),a55_0x4f2eb8[a55_0x24e5a3(0x14f)]=a55_0x24e5a3(0x14f),a55_0x4f2eb8[a55_0x24e5a3(0x158)]=a55_0x24e5a3(0x14f),a55_0x4f2eb8[a55_0x24e5a3(0xf4)]='parallelsPerPlatform',a55_0x4f2eb8[a55_0x24e5a3(0x141)]='platforms',a55_0x4f2eb8['logLevel']=a55_0x24e5a3(0xb5),a55_0x4f2eb8[a55_0x24e5a3(0x110)]=a55_0x24e5a3(0x110),a55_0x4f2eb8[a55_0x24e5a3(0xa9)]='httpsProxy',a55_0x4f2eb8['framework']=a55_0x24e5a3(0x146),a55_0x4f2eb8[a55_0x24e5a3(0xaf)]='testContextOptions',a55_0x4f2eb8['testObservability']=a55_0x24e5a3(0xf7),a55_0x4f2eb8[a55_0x24e5a3(0xf6)]=a55_0x24e5a3(0xf6),a55_0x4f2eb8[a55_0x24e5a3(0x109)]=a55_0x24e5a3(0x109),a55_0x4f2eb8[a55_0x24e5a3(0x77)]=a55_0x24e5a3(0x77),a55_0x4f2eb8['customVariables']=a55_0x24e5a3(0x97),a55_0x4f2eb8[a55_0x24e5a3(0x9c)]=a55_0x24e5a3(0x115),a55_0x4f2eb8[a55_0x24e5a3(0x115)]=a55_0x24e5a3(0x115),a55_0x4f2eb8[a55_0x24e5a3(0xe5)]=a55_0x24e5a3(0xe5),a55_0x4f2eb8['percy']='percy',a55_0x4f2eb8[a55_0x24e5a3(0x93)]='percyOptions',a55_0x4f2eb8[a55_0x24e5a3(0x119)]=a55_0x24e5a3(0x119),a55_0x4f2eb8['disableAutoCaptureLogs']=a55_0x24e5a3(0x12f),a55_0x4f2eb8['accessibility']=a55_0x24e5a3(0xb0),a55_0x4f2eb8['accessibilityOptions']=a55_0x24e5a3(0x8d),a55_0x4f2eb8[a55_0x24e5a3(0xd0)]='turboScale',a55_0x4f2eb8['turboScaleOptions']=a55_0x24e5a3(0x118),a55_0x4f2eb8[a55_0x24e5a3(0x88)]=a55_0x24e5a3(0x88),a55_0x4f2eb8[a55_0x24e5a3(0xe1)]=a55_0x24e5a3(0xe1);const a55_0x54b2b8={};a55_0x54b2b8[a55_0x24e5a3(0x156)]=['SDK-GEN-001',a55_0x24e5a3(0xab)];const a55_0x4eff70={};a55_0x4eff70['VERSION']=a55_0x952407,a55_0x4eff70[a55_0x24e5a3(0x82)]=a55_0x327611,a55_0x4eff70[a55_0x24e5a3(0xa6)]=a55_0x2daedc,a55_0x4eff70[a55_0x24e5a3(0x85)]=a55_0x363ff2,a55_0x4eff70[a55_0x24e5a3(0x8f)]=a55_0x5a2581,a55_0x4eff70[a55_0x24e5a3(0x131)]=a55_0x131079,a55_0x4eff70[a55_0x24e5a3(0x127)]=a55_0x4884ec,a55_0x4eff70[a55_0x24e5a3(0xe3)]=a55_0x164768,a55_0x4eff70[a55_0x24e5a3(0x9a)]=a55_0x15d0ce,a55_0x4eff70[a55_0x24e5a3(0x133)]=a55_0x2151a1,a55_0x4eff70[a55_0x24e5a3(0x12b)]=0xf*0x3c*0x3e8,a55_0x4eff70['hubUrl']=a55_0x24e5a3(0xb2),a55_0x4eff70[a55_0x24e5a3(0x15c)]=a55_0x24e5a3(0xf5),a55_0x4eff70[a55_0x24e5a3(0x11e)]=a55_0x24e5a3(0x99),a55_0x4eff70[a55_0x24e5a3(0xc1)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x4eff70[a55_0x24e5a3(0x81)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x4eff70[a55_0x24e5a3(0xdf)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x4eff70[a55_0x24e5a3(0x162)]=[a55_0x24e5a3(0xbb),a55_0x24e5a3(0xd6),'strictFileInteractability',a55_0x24e5a3(0x12e),a55_0x24e5a3(0xee),'browserName',a55_0x24e5a3(0xa8),a55_0x24e5a3(0xed),a55_0x24e5a3(0x8c),a55_0x24e5a3(0xf2),a55_0x24e5a3(0xb6),a55_0x24e5a3(0x8a),a55_0x24e5a3(0xbc)],a55_0x4eff70[a55_0x24e5a3(0x130)]=/^[\w-]+:.*$/,a55_0x4eff70['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_0x4eff70['EDS_URL']='https://eds.browserstack.com',a55_0x4eff70[a55_0x24e5a3(0x136)]=a55_0x24e5a3(0xe0),a55_0x4eff70[a55_0x24e5a3(0x10a)]='https://api-cloud.browserstack.com',a55_0x4eff70[a55_0x24e5a3(0x12c)]=a55_0x24e5a3(0x11a),a55_0x4eff70['FUNNEL_INSTRUMENTATION_API_URL']=a55_0x24e5a3(0x8b),a55_0x4eff70[a55_0x24e5a3(0x102)]=[a55_0x24e5a3(0x125),a55_0x24e5a3(0xe7)],a55_0x4eff70[a55_0x24e5a3(0x9d)]=[a55_0x24e5a3(0x94),a55_0x24e5a3(0xe7)],a55_0x4eff70[a55_0x24e5a3(0x10c)]=[a55_0x24e5a3(0xe7)],a55_0x4eff70['OBSERVABILITY_UPLOAD_URL']=a55_0x24e5a3(0x92),a55_0x4eff70[a55_0x24e5a3(0x79)]=[a55_0x24e5a3(0x160),a55_0x24e5a3(0xea)],a55_0x4eff70['AUTOMATE']=['automate'],a55_0x4eff70[a55_0x24e5a3(0xc2)]=a55_0x24e5a3(0x86),a55_0x4eff70[a55_0x24e5a3(0x9b)]=a55_0x24e5a3(0x140),a55_0x4eff70['APP_AUTOMATE']=['app-automate'],a55_0x4eff70[a55_0x24e5a3(0x149)]=[a55_0x24e5a3(0xdd),a55_0x24e5a3(0xde),a55_0x24e5a3(0xbf),a55_0x24e5a3(0x15b),'ERR_SOCKET_NOT_CONNECTED',a55_0x24e5a3(0xb4),a55_0x24e5a3(0x13c),a55_0x24e5a3(0x163),a55_0x24e5a3(0xe4),a55_0x24e5a3(0x126),a55_0x24e5a3(0xc8),a55_0x24e5a3(0x101),'ERR_ADDRESS_UNREACHABLE',a55_0x24e5a3(0xda),'ERR_CONNECTION_TIMED_OUT',a55_0x24e5a3(0x113),a55_0x24e5a3(0x108),'ERR_PROXY_CONNECTION_FAILED',a55_0x24e5a3(0xc8),a55_0x24e5a3(0x11d),a55_0x24e5a3(0xd5)],a55_0x4eff70[a55_0x24e5a3(0x137)]=[a55_0x24e5a3(0x13f),a55_0x24e5a3(0xfd),a55_0x24e5a3(0xa0)],a55_0x4eff70[a55_0x24e5a3(0xfa)]=a55_0x24e5a3(0xd1),a55_0x4eff70['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x4eff70['CI_ARTIFACTS_PATH']=a55_0x24e5a3(0xa4),a55_0x4eff70[a55_0x24e5a3(0x161)]=a55_0x24e5a3(0xa2),a55_0x4eff70['FRAMEWORKS']=a55_0x37e5e1,a55_0x4eff70[a55_0x24e5a3(0x14a)]=[a55_0x24e5a3(0xca),a55_0x24e5a3(0x160)],a55_0x4eff70[a55_0x24e5a3(0x164)]=a55_0x303d52,a55_0x4eff70[a55_0x24e5a3(0x128)]=a55_0x24e5a3(0x139),a55_0x4eff70['PACKAGE_TYPE']=a55_0x5a4679,a55_0x4eff70[a55_0x24e5a3(0x15a)]=0x40*0x400,a55_0x4eff70['GIT_META_DATA_TRUNCATED']=a55_0x24e5a3(0x11b),a55_0x4eff70['UPGRADE_REQUIRED']=a55_0x24e5a3(0x155),a55_0x4eff70[a55_0x24e5a3(0xc7)]=a55_0x24e5a3(0xf1),a55_0x4eff70[a55_0x24e5a3(0xcd)]=a55_0x24e5a3(0x84),a55_0x4eff70[a55_0x24e5a3(0xd7)]=a55_0x24e5a3(0xd4),a55_0x4eff70[a55_0x24e5a3(0xe6)]='SDKTestTcgtInitSuccessful',a55_0x4eff70[a55_0x24e5a3(0x87)]=a55_0x24e5a3(0xcb),a55_0x4eff70[a55_0x24e5a3(0x147)]=a55_0x24e5a3(0x114),a55_0x4eff70['TCG_AUTH_TIMEOUT']=0x1388,a55_0x4eff70[a55_0x24e5a3(0xd2)]=0x1388,a55_0x4eff70[a55_0x24e5a3(0x151)]=0x1388,a55_0x4eff70[a55_0x24e5a3(0x10b)]=0x1388,a55_0x4eff70[a55_0x24e5a3(0xc0)]=0xc350,a55_0x4eff70[a55_0x24e5a3(0x122)]=a55_0xebc77d,a55_0x4eff70['REDACTED_KEYS']=a55_0x11d473,a55_0x4eff70[a55_0x24e5a3(0xac)]=[a55_0x24e5a3(0x104),a55_0x24e5a3(0x7e)],a55_0x4eff70['SDK_INSTRUMENTATION_CONFIG']=a55_0x4f2eb8,a55_0x4eff70[a55_0x24e5a3(0x129)]=a55_0x24e5a3(0x10e),a55_0x4eff70[a55_0x24e5a3(0xa1)]=a55_0x24e5a3(0x165),a55_0x4eff70['BSTACK_URL']='browserstack.com',a55_0x4eff70[a55_0x24e5a3(0x98)]=a55_0x24e5a3(0xf3),a55_0x4eff70[a55_0x24e5a3(0xff)]='https://automation.browserstack.com',a55_0x4eff70[a55_0x24e5a3(0x9e)]=a55_0x24e5a3(0x144),a55_0x4eff70[a55_0x24e5a3(0xef)]=a55_0x24e5a3(0x14c),a55_0x4eff70[a55_0x24e5a3(0xfe)]=[a55_0x24e5a3(0x148),a55_0x24e5a3(0xb9),a55_0x24e5a3(0xca)],a55_0x4eff70[a55_0x24e5a3(0x132)]=[a55_0x24e5a3(0x153),a55_0x24e5a3(0x11c),a55_0x24e5a3(0xdb),a55_0x24e5a3(0xfb),a55_0x24e5a3(0xf8),'ObservabilitySync'],a55_0x4eff70[a55_0x24e5a3(0xbd)]=a55_0x24e5a3(0xbd),a55_0x4eff70['SSL_ERROR_MESSAGES']=[a55_0x24e5a3(0x10d),a55_0x24e5a3(0x157),'certificate\x20has\x20expired','unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_TLS_CERT_ALTNAME_INVALID',a55_0x24e5a3(0x112)],a55_0x4eff70[a55_0x24e5a3(0x13b)]=['SELF_SIGNED_CERT_IN_CHAIN',a55_0x24e5a3(0x112),a55_0x24e5a3(0x117),'CERT_HAS_EXPIRED',a55_0x24e5a3(0x9f),a55_0x24e5a3(0xfc)],a55_0x4eff70[a55_0x24e5a3(0x103)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x4eff70['CLIENT_TROUBLESHOOTING_HASH']=a55_0x54b2b8,a55_0x4eff70[a55_0x24e5a3(0xd9)]=[a55_0x24e5a3(0x7d),a55_0x24e5a3(0x142),'USER_CONFIG_DETAILS_PATH'],a55_0x4eff70['BINARY_BUSY_ERROR_CODES']=[a55_0x24e5a3(0x15f),a55_0x24e5a3(0x159)],module[a55_0x24e5a3(0x15e)]=a55_0x4eff70;const _env=(process['env']['BROWSERSTACK_ENV']||a55_0x24e5a3(0xf0))[a55_0x24e5a3(0x138)]();if(_env===a55_0x24e5a3(0x135)||_env===a55_0x24e5a3(0x95)){const cxtROs=a55_0x24e5a3(0x11f)[a55_0x24e5a3(0xcc)]('|');let YYyrRF=0x0;while(!![]){switch(cxtROs[YYyrRF++]){case'0':module['exports'][a55_0x24e5a3(0xff)]=a55_0x24e5a3(0xce);continue;case'1':module['exports'][a55_0x24e5a3(0x136)]=a55_0x24e5a3(0xe9);continue;case'2':module['exports'][a55_0x24e5a3(0xef)]='bsstag';continue;case'3':module['exports'][a55_0x24e5a3(0x10a)]='https://api-cloud-devtestops.bsstag.com';continue;case'4':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0x9b)]=a55_0x24e5a3(0x14d);continue;case'5':module[a55_0x24e5a3(0x15e)]['EDS_URL']=a55_0x24e5a3(0xe8);continue;case'6':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0xc1)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x24e5a3(0x15e)]['TCG_URL']=a55_0x24e5a3(0xb8);continue;case'8':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0xa7)]=a55_0x24e5a3(0x105);continue;case'9':module['exports'][a55_0x24e5a3(0x83)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'10':module[a55_0x24e5a3(0x15e)]['hubUrl']=a55_0x24e5a3(0x107);continue;case'11':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0xc2)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'12':module['exports'][a55_0x24e5a3(0x161)]=a55_0x24e5a3(0xa3);continue;}break;}}else{if(_env===a55_0x24e5a3(0xeb)||_env===a55_0x24e5a3(0x7a)){const rykKHG=a55_0x24e5a3(0xad)[a55_0x24e5a3(0xcc)]('|');let JAkFKQ=0x0;while(!![]){switch(rykKHG[JAkFKQ++]){case'0':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0xa7)]=a55_0x24e5a3(0x105);continue;case'1':module[a55_0x24e5a3(0x15e)]['EDS_URL']=a55_0x24e5a3(0xe8);continue;case'2':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0x136)]=a55_0x24e5a3(0x14e);continue;case'3':module['exports'][a55_0x24e5a3(0xff)]='https://automation-preprod.bsstag.com';continue;case'4':module['exports'][a55_0x24e5a3(0x15c)]=a55_0x24e5a3(0x89);continue;case'5':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0x161)]=a55_0x24e5a3(0x120);continue;case'6':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0xc1)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x24e5a3(0x15e)]['APP_UPLOAD_URL']=a55_0x24e5a3(0x14e);continue;case'8':module['exports'][a55_0x24e5a3(0xc2)]=a55_0x24e5a3(0x150);continue;case'9':module['exports'][a55_0x24e5a3(0xef)]=a55_0x24e5a3(0x14b);continue;case'10':module[a55_0x24e5a3(0x15e)]['hubUrl']='https://hub-preprod.bsstag.com/wd/hub';continue;case'11':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0x83)]=a55_0x24e5a3(0x96);continue;case'12':module[a55_0x24e5a3(0x15e)][a55_0x24e5a3(0x9b)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
@@ -1 +1 @@
1
- const a56_0x4828ed=a56_0x3222;(function(_0xa30248,_0x5c3758){const _0x2a35d9=a56_0x3222,_0x23c1d9=_0xa30248();while(!![]){try{const _0x446de5=parseInt(_0x2a35d9(0x1a7))/0x1*(-parseInt(_0x2a35d9(0x1a8))/0x2)+parseInt(_0x2a35d9(0x1a1))/0x3+parseInt(_0x2a35d9(0x19c))/0x4+parseInt(_0x2a35d9(0x19e))/0x5+-parseInt(_0x2a35d9(0x1a5))/0x6+parseInt(_0x2a35d9(0x19d))/0x7*(-parseInt(_0x2a35d9(0x1a3))/0x8)+-parseInt(_0x2a35d9(0x1a2))/0x9*(-parseInt(_0x2a35d9(0x1a0))/0xa);if(_0x446de5===_0x5c3758)break;else _0x23c1d9['push'](_0x23c1d9['shift']());}catch(_0x4b7f4c){_0x23c1d9['push'](_0x23c1d9['shift']());}}}(a56_0x5236,0x1d660));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x20593f,_0x183c5e){return _0x5de057=>{const _0x59db4a=a56_0x3222;BSTestOpsLogger['log']({'level':_0x5de057[_0x59db4a(0x1a4)]?_0x5de057[_0x59db4a(0x1a4)]['levelStr']:null,'message':_0x5de057[_0x59db4a(0x19f)]?_0x5de057[_0x59db4a(0x19f)][_0x59db4a(0x199)]('\x20'):null});};}function a56_0x5236(){const _0x5682d7=['data','158230jcfLLt','393333hAIwCV','81kCmMpA','16qkjMOI','level','733302HeVHOA','TisrT','90QpORbI','1296GwJkdv','join','configure','layout','209076zFkQxk','135394GlbKeL','69250huxnDq'];a56_0x5236=function(){return _0x5682d7;};return a56_0x5236();}function a56_0x3222(_0x11de09,_0x4341f4){const _0x5236c7=a56_0x5236();return a56_0x3222=function(_0x3222c8,_0xc8d030){_0x3222c8=_0x3222c8-0x199;let _0x214735=_0x5236c7[_0x3222c8];return _0x214735;},a56_0x3222(_0x11de09,_0x4341f4);}exports[a56_0x4828ed(0x19a)]=(_0x71a33a,_0x19e3c1)=>{const _0x3a7110=a56_0x4828ed,_0xc79f87={'TisrT':function(_0x4e3fe8,_0x245979,_0x24f909){return _0x4e3fe8(_0x245979,_0x24f909);}};let _0x2a3553=_0x19e3c1['colouredLayout'];return _0x71a33a['layout']&&(_0x2a3553=_0x19e3c1['layout'](_0x71a33a[_0x3a7110(0x19b)]['type'],_0x71a33a[_0x3a7110(0x19b)])),_0xc79f87[_0x3a7110(0x1a6)](BSTestOpsLog4JSAppender,_0x2a3553,_0x71a33a['timezoneOffset']);};
1
+ const a56_0x3472ef=a56_0x5889;(function(_0xe4d963,_0x331544){const _0x30d77=a56_0x5889,_0x471b82=_0xe4d963();while(!![]){try{const _0x303828=parseInt(_0x30d77(0xb4))/0x1*(parseInt(_0x30d77(0xb3))/0x2)+parseInt(_0x30d77(0xc6))/0x3*(-parseInt(_0x30d77(0xb8))/0x4)+-parseInt(_0x30d77(0xba))/0x5*(-parseInt(_0x30d77(0xc7))/0x6)+parseInt(_0x30d77(0xb5))/0x7*(parseInt(_0x30d77(0xb9))/0x8)+parseInt(_0x30d77(0xb6))/0x9+-parseInt(_0x30d77(0xbf))/0xa*(-parseInt(_0x30d77(0xc3))/0xb)+parseInt(_0x30d77(0xb2))/0xc*(-parseInt(_0x30d77(0xc2))/0xd);if(_0x303828===_0x331544)break;else _0x471b82['push'](_0x471b82['shift']());}catch(_0x5f1407){_0x471b82['push'](_0x471b82['shift']());}}}(a56_0x1c6e,0xa4a6f));function a56_0x5889(_0x50c99b,_0x20bd01){const _0x1c6ec1=a56_0x1c6e();return a56_0x5889=function(_0x5889ba,_0x2a2a09){_0x5889ba=_0x5889ba-0xb2;let _0x138566=_0x1c6ec1[_0x5889ba];return _0x138566;},a56_0x5889(_0x50c99b,_0x20bd01);}const logReportingAPI=require(a56_0x3472ef(0xbe)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x20a36f,_0x44127f){return _0xe749f=>{const _0x1939ff=a56_0x5889;BSTestOpsLogger['log']({'level':_0xe749f[_0x1939ff(0xbb)]?_0xe749f['level'][_0x1939ff(0xbc)]:null,'message':_0xe749f[_0x1939ff(0xc0)]?_0xe749f[_0x1939ff(0xc0)]['join']('\x20'):null});};}function a56_0x1c6e(){const _0x22516b=['colouredLayout','layout','282taZVMq','18ddXsfP','1776udguEb','1115894kBmXxC','1nIwrpu','7cwUGLK','4898961PuUOUe','configure','40336ybkWot','5062696AiKytG','328565rNvENF','level','levelStr','timezoneOffset','./logReportingAPI','825250WoAWoL','data','type','48971PYthpZ','33gRRZNs'];a56_0x1c6e=function(){return _0x22516b;};return a56_0x1c6e();}exports[a56_0x3472ef(0xb7)]=(_0x3701d3,_0x39cd9c)=>{const _0x22fbf0=a56_0x3472ef,_0x581c93={'IVgwi':function(_0x1e3522,_0x43d9ed,_0x3c9f89){return _0x1e3522(_0x43d9ed,_0x3c9f89);}};let _0x335c55=_0x39cd9c[_0x22fbf0(0xc4)];return _0x3701d3[_0x22fbf0(0xc5)]&&(_0x335c55=_0x39cd9c[_0x22fbf0(0xc5)](_0x3701d3[_0x22fbf0(0xc5)][_0x22fbf0(0xc1)],_0x3701d3[_0x22fbf0(0xc5)])),_0x581c93['IVgwi'](BSTestOpsLog4JSAppender,_0x335c55,_0x3701d3[_0x22fbf0(0xbd)]);};
@@ -1 +1 @@
1
- const a57_0xe56551=a57_0x4d37;(function(_0x7116f0,_0x1d08c3){const _0x36b9a6=a57_0x4d37,_0x6d1123=_0x7116f0();while(!![]){try{const _0x13e049=-parseInt(_0x36b9a6(0x73))/0x1+-parseInt(_0x36b9a6(0x78))/0x2*(-parseInt(_0x36b9a6(0x67))/0x3)+-parseInt(_0x36b9a6(0x83))/0x4*(parseInt(_0x36b9a6(0x6d))/0x5)+parseInt(_0x36b9a6(0x7a))/0x6+parseInt(_0x36b9a6(0x7e))/0x7*(parseInt(_0x36b9a6(0x68))/0x8)+parseInt(_0x36b9a6(0x75))/0x9+-parseInt(_0x36b9a6(0x6c))/0xa*(parseInt(_0x36b9a6(0x72))/0xb);if(_0x13e049===_0x1d08c3)break;else _0x6d1123['push'](_0x6d1123['shift']());}catch(_0x45b652){_0x6d1123['push'](_0x6d1123['shift']());}}}(a57_0x4b2e,0xd9d1b));function a57_0x4d37(_0x4aea84,_0x3c2ee3){const _0x4b2e8d=a57_0x4b2e();return a57_0x4d37=function(_0x4d377b,_0x2273fe){_0x4d377b=_0x4d377b-0x67;let _0x5aa912=_0x4b2e8d[_0x4d377b];return _0x5aa912;},a57_0x4d37(_0x4aea84,_0x3c2ee3);}const Transport=require(a57_0xe56551(0x6e)),{consoleHolder}=require(a57_0xe56551(0x77)),a57_0x37425d={};a57_0x37425d['INFO']='INFO',a57_0x37425d['ERROR']=a57_0xe56551(0x76),a57_0x37425d[a57_0xe56551(0x87)]=a57_0xe56551(0x87),a57_0x37425d[a57_0xe56551(0x7b)]=a57_0xe56551(0x7b),a57_0x37425d[a57_0xe56551(0x6f)]=a57_0xe56551(0x6f);const LOG_LEVELS=a57_0x37425d;class logPatcher extends Transport{constructor(_0x4885e6){super(_0x4885e6);}['logToTestOps']=(_0x3852ea=LOG_LEVELS[a57_0xe56551(0x81)],_0x5de5bb=[''])=>{const _0x43c972=a57_0xe56551,_0x2d537e={};_0x2d537e['gEaQt']='TEST_LOG';const _0x4ede1e=_0x2d537e;consoleHolder[_0x3852ea[_0x43c972(0x7d)]()](..._0x5de5bb),process[_0x43c972(0x69)](_0x43c972(0x70)+process[_0x43c972(0x6b)],{'timestamp':new Date()[_0x43c972(0x82)](),'level':_0x3852ea[_0x43c972(0x6a)](),'message':'\x22'+_0x5de5bb[_0x43c972(0x88)](',\x20')+'\x22','kind':_0x4ede1e[_0x43c972(0x80)],'http_response':{}});};[a57_0xe56551(0x85)]=(..._0x29ae77)=>{const _0x2c959f=a57_0xe56551;this[_0x2c959f(0x74)](LOG_LEVELS[_0x2c959f(0x7b)],_0x29ae77);};[a57_0xe56551(0x79)]=(..._0x2f0b66)=>{const _0x49172c=a57_0xe56551;this[_0x49172c(0x74)](LOG_LEVELS[_0x49172c(0x87)],_0x2f0b66);};[a57_0xe56551(0x7f)]=(..._0xf72cc9)=>{const _0x4cd16e=a57_0xe56551;this['logToTestOps'](LOG_LEVELS[_0x4cd16e(0x81)],_0xf72cc9);};[a57_0xe56551(0x86)]=(..._0xd2809a)=>{const _0x2011bb=a57_0xe56551;this[_0x2011bb(0x74)](LOG_LEVELS['WARN'],_0xd2809a);};[a57_0xe56551(0x7c)]=(..._0xddf6b5)=>{const _0x4f3d83=a57_0xe56551;this[_0x4f3d83(0x74)](LOG_LEVELS[_0x4f3d83(0x76)],_0xddf6b5);};[a57_0xe56551(0x84)]=(..._0xa3d7a4)=>{const _0x39626f=a57_0xe56551;this[_0x39626f(0x74)](LOG_LEVELS[_0x39626f(0x81)],_0xa3d7a4);};};function a57_0x4b2e(){const _0x89b4dc=['11KBacJY','1227454hYHgWp','logToTestOps','5343660CFLJzF','ERROR','../../helpers/test-observability/constants','18KFpMkF','debug','8855358gOvjiq','TRACE','error','toLowerCase','21pWrDbe','info','gEaQt','INFO','toISOString','12612bcLLJP','log','trace','warn','DEBUG','join','115707TjMOTC','4188176FgRvWN','emit','toUpperCase','pid','3353210gAyEmd','2430PJDOmc','winston-transport','WARN','bs:addLog:','exports'];a57_0x4b2e=function(){return _0x89b4dc;};return a57_0x4b2e();}module[a57_0xe56551(0x71)]=logPatcher;
1
+ const a57_0x325f32=a57_0x281d;(function(_0x2c2f4b,_0x4a5acf){const _0x1a8c08=a57_0x281d,_0x583d90=_0x2c2f4b();while(!![]){try{const _0x2cf144=parseInt(_0x1a8c08(0x154))/0x1*(-parseInt(_0x1a8c08(0x155))/0x2)+-parseInt(_0x1a8c08(0x164))/0x3+parseInt(_0x1a8c08(0x161))/0x4*(-parseInt(_0x1a8c08(0x149))/0x5)+-parseInt(_0x1a8c08(0x14a))/0x6+-parseInt(_0x1a8c08(0x160))/0x7+parseInt(_0x1a8c08(0x14e))/0x8+parseInt(_0x1a8c08(0x163))/0x9*(parseInt(_0x1a8c08(0x15a))/0xa);if(_0x2cf144===_0x4a5acf)break;else _0x583d90['push'](_0x583d90['shift']());}catch(_0x2c35a){_0x583d90['push'](_0x583d90['shift']());}}}(a57_0x2289,0x93aa5));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x325f32(0x148)),a57_0x21e44b={};function a57_0x281d(_0x175721,_0x5e8f7f){const _0x228945=a57_0x2289();return a57_0x281d=function(_0x281d57,_0x477d7f){_0x281d57=_0x281d57-0x148;let _0x56da61=_0x228945[_0x281d57];return _0x56da61;},a57_0x281d(_0x175721,_0x5e8f7f);}a57_0x21e44b[a57_0x325f32(0x14f)]=a57_0x325f32(0x14f),a57_0x21e44b[a57_0x325f32(0x14d)]=a57_0x325f32(0x14d),a57_0x21e44b['DEBUG']='DEBUG',a57_0x21e44b[a57_0x325f32(0x15f)]='TRACE',a57_0x21e44b['WARN']=a57_0x325f32(0x15d);const LOG_LEVELS=a57_0x21e44b;class logPatcher extends Transport{constructor(_0x2d79f9){super(_0x2d79f9);}['logToTestOps']=(_0x566699=LOG_LEVELS[a57_0x325f32(0x14f)],_0x133a8c=[''])=>{const _0x36fa1e=a57_0x325f32,_0x3aa9ad={};_0x3aa9ad['qxyOk']='TEST_LOG';const _0xb4d290=_0x3aa9ad;consoleHolder[_0x566699[_0x36fa1e(0x165)]()](..._0x133a8c),process[_0x36fa1e(0x157)](_0x36fa1e(0x159)+process['pid'],{'timestamp':new Date()[_0x36fa1e(0x151)](),'level':_0x566699[_0x36fa1e(0x14c)](),'message':'\x22'+_0x133a8c[_0x36fa1e(0x162)](',\x20')+'\x22','kind':_0xb4d290[_0x36fa1e(0x150)],'http_response':{}});};[a57_0x325f32(0x15e)]=(..._0x319593)=>{const _0x9d6789=a57_0x325f32;this['logToTestOps'](LOG_LEVELS[_0x9d6789(0x15f)],_0x319593);};[a57_0x325f32(0x156)]=(..._0x3e1898)=>{const _0x160dfd=a57_0x325f32;this['logToTestOps'](LOG_LEVELS[_0x160dfd(0x14b)],_0x3e1898);};[a57_0x325f32(0x152)]=(..._0x4696f0)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x4696f0);};[a57_0x325f32(0x153)]=(..._0x4cbb59)=>{const _0x312791=a57_0x325f32;this[_0x312791(0x166)](LOG_LEVELS[_0x312791(0x15d)],_0x4cbb59);};[a57_0x325f32(0x15b)]=(..._0x5da5eb)=>{const _0x564a18=a57_0x325f32;this[_0x564a18(0x166)](LOG_LEVELS[_0x564a18(0x14d)],_0x5da5eb);};[a57_0x325f32(0x158)]=(..._0x399c1b)=>{const _0x4e5f48=a57_0x325f32;this[_0x4e5f48(0x166)](LOG_LEVELS[_0x4e5f48(0x14f)],_0x399c1b);};}function a57_0x2289(){const _0x248795=['352124BOAEkT','join','65340gKANpA','507123TUMggo','toLowerCase','logToTestOps','../../helpers/test-observability/constants','5myXqkc','5102436iHlvrm','DEBUG','toUpperCase','ERROR','3446344fPKGHs','INFO','qxyOk','toISOString','info','warn','21xXzSOM','22574IxXNZV','debug','emit','log','bs:addLog:','2310aDPVLW','error','exports','WARN','trace','TRACE','1109577rlNVgh'];a57_0x2289=function(){return _0x248795;};return a57_0x2289();};module[a57_0x325f32(0x15c)]=logPatcher;