browserstack-node-sdk 1.49.0 → 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/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- function a49_0x4735(){const _0x2fe68f=['fireFunnelTestEvent','/browserstack.yml','username','IZwMz','qeSTK','7340125mkESiF','JFnkH','ZuesE','argv','YmyIs','rwpVL','browserstack-node-sdk\x20','../helpers/utilities','Setup\x20completed','browserstack-node-sdk','winstonLogger','934274kMZilo','../helpers/helper','entries','push','YOUR_ACCESS_KEY','npm\x20update\x20browserstack-node-sdk','cbvCT','replace','postinstall','FhNly','42zCcesO','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','MBxcG','debug','playwright','js-yaml','189KhcQKe','split','yZIim','YIVYa','12235376yhLMxa','yargs','1281364UAREjk','node-setup','../helpers/logger','error','4974540KGqXwL','writeFileSync','PccaZ','806490hvqdiT','24454uZvfou','jest','isUndefined','orAJd','YOUR_USERNAME','includes','gJqIf','\x20&&\x20npm\x20update\x20browserstack-node-sdk','length','rSiyg','-browserstack','codeceptjs','/../../browserstack.yml.sample','scripts','parse','cwd','stringify','indexOf','wXGDt','load','ozFeq','xOSrc','Adding\x20new\x20script(s)\x20in\x20package.json...','readFileSync','kmNLP','300DLynjz','/../../browserstack.pw.yml.sample','SDKSetup','info'];a49_0x4735=function(){return _0x2fe68f;};return a49_0x4735();}const a49_0x5d0dbd=a49_0x3d2e;function a49_0x3d2e(_0x4f584c,_0x2ea970){const _0x473552=a49_0x4735();return a49_0x3d2e=function(_0x3d2eb5,_0x5d72b0){_0x3d2eb5=_0x3d2eb5-0x18d;let _0x3001be=_0x473552[_0x3d2eb5];return _0x3001be;},a49_0x3d2e(_0x4f584c,_0x2ea970);}(function(_0x28fb28,_0x375aad){const _0x27362c=a49_0x3d2e,_0x54ddc5=_0x28fb28();while(!![]){try{const _0xf4b155=parseInt(_0x27362c(0x1b9))/0x1+parseInt(_0x27362c(0x1d7))/0x2*(parseInt(_0x27362c(0x1a5))/0x3)+parseInt(_0x27362c(0x1d3))/0x4+-parseInt(_0x27362c(0x1ae))/0x5+-parseInt(_0x27362c(0x1c3))/0x6*(parseInt(_0x27362c(0x1cf))/0x7)+-parseInt(_0x27362c(0x1cd))/0x8+-parseInt(_0x27362c(0x1c9))/0x9*(-parseInt(_0x27362c(0x1d6))/0xa);if(_0xf4b155===_0x375aad)break;else _0x54ddc5['push'](_0x54ddc5['shift']());}catch(_0x348b85){_0x54ddc5['push'](_0x54ddc5['shift']());}}}(a49_0x4735,0xc7143));const fs=require('fs'),helper=require(a49_0x5d0dbd(0x1ba)),utilities=require(a49_0x5d0dbd(0x1b5)),yaml=require(a49_0x5d0dbd(0x1c8)),yargs=require(a49_0x5d0dbd(0x1ce)),logger=require(a49_0x5d0dbd(0x1d1))[a49_0x5d0dbd(0x1b8)],configFileTemplate=__dirname+a49_0x5d0dbd(0x198),configFileTemplatePW=__dirname+a49_0x5d0dbd(0x1a6),configFile=process[a49_0x5d0dbd(0x19b)]()+a49_0x5d0dbd(0x1aa),packageFile=process[a49_0x5d0dbd(0x19b)]()+'/package.json',frameworks=['mocha',a49_0x5d0dbd(0x18d),'cucumber-js','node','nightwatch',a49_0x5d0dbd(0x197),a49_0x5d0dbd(0x1c7)];let config;logger[a49_0x5d0dbd(0x1a8)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x5d0dbd(0x1b1)][a49_0x5d0dbd(0x1ab)],yargs[a49_0x5d0dbd(0x1b1)]['key'],yargs[a49_0x5d0dbd(0x1b1)][a49_0x5d0dbd(0x1c7)]);try{sdkSetup();}catch(a49_0x2d8736){logger[a49_0x5d0dbd(0x1c6)](a49_0x5d0dbd(0x1c4)+a49_0x2d8736);}addScriptInPackageJson();function createConfigurationFile(_0x5161bf,_0x30a958,_0x18c9f3=![]){const _0x359c1d=a49_0x5d0dbd,_0x48a24f={};_0x48a24f['PccaZ']='utf8',_0x48a24f[_0x359c1d(0x1c2)]=_0x359c1d(0x190),_0x48a24f['chVAP']=_0x359c1d(0x1bd);const _0x3a21c0=_0x48a24f;try{let _0xc4f666=fs[_0x359c1d(0x1a3)](_0x18c9f3?configFileTemplatePW:configFileTemplate,_0x3a21c0[_0x359c1d(0x1d5)]);_0x5161bf&&(_0xc4f666=_0xc4f666[_0x359c1d(0x1c0)](_0x3a21c0[_0x359c1d(0x1c2)],_0x5161bf)),_0x30a958&&(_0xc4f666=_0xc4f666[_0x359c1d(0x1c0)](_0x3a21c0['chVAP'],_0x30a958)),config=yaml[_0x359c1d(0x19f)](_0xc4f666),fs[_0x359c1d(0x1d4)](configFile,_0xc4f666,_0x14e79f=>{const _0x31ff52=_0x359c1d;_0x14e79f&&logger[_0x31ff52(0x1d2)](_0x14e79f);});}catch(_0x3c15fc){logger[_0x359c1d(0x1d2)](_0x3c15fc);}}function addPostInstallScript(_0x4b28ce,_0x2771b6){const _0x7fa5aa=a49_0x5d0dbd,_0xab3a61={};_0xab3a61[_0x7fa5aa(0x1a0)]=_0x7fa5aa(0x1c1),_0xab3a61[_0x7fa5aa(0x1c5)]=_0x7fa5aa(0x1be),_0xab3a61[_0x7fa5aa(0x1cc)]=_0x7fa5aa(0x193);const _0x45c658=_0xab3a61;let _0x4aaefe=_0x4b28ce[_0x45c658[_0x7fa5aa(0x1a0)]];if(_0x4aaefe&&_0x4aaefe[_0x7fa5aa(0x191)](_0x45c658[_0x7fa5aa(0x1c5)]))return;!_0x4aaefe?_0x4aaefe=_0x45c658[_0x7fa5aa(0x1c5)]:_0x4aaefe+=_0x45c658[_0x7fa5aa(0x1cc)],_0x2771b6[_0x7fa5aa(0x1bc)]([_0x45c658[_0x7fa5aa(0x1a0)],_0x4aaefe]);}function addScriptInPackageJson(){const _0x49cae3=a49_0x5d0dbd,_0x56927a={'orAJd':'utf8','yZIim':function(_0x414356,_0x2122ed){return _0x414356<_0x2122ed;},'kmNLP':function(_0x866f08,_0x42f5f0,_0x1b5c9c){return _0x866f08(_0x42f5f0,_0x1b5c9c);},'rwpVL':function(_0x265338,_0x11eab7,_0x453fc6){return _0x265338(_0x11eab7,_0x453fc6);},'wXGDt':function(_0x29cd2e,_0x3e920d){return _0x29cd2e<_0x3e920d;},'rSiyg':function(_0x3b36e3,_0x49451f){return _0x3b36e3!==_0x49451f;},'JFnkH':_0x49cae3(0x1a2)},_0x3f5080=JSON[_0x49cae3(0x19a)](fs[_0x49cae3(0x1a3)](packageFile,_0x56927a[_0x49cae3(0x18f)])),_0x2773bf=[];for(let _0x3dc51f=0x0;_0x56927a[_0x49cae3(0x1cb)](_0x3dc51f,frameworks[_0x49cae3(0x194)]);_0x3dc51f+=0x1){const _0x56c5c0=_0x56927a[_0x49cae3(0x1a4)](findScriptsWithFramework,_0x3f5080[_0x49cae3(0x199)],frameworks[_0x3dc51f]);for(let _0x1d4930=0x0;_0x56927a[_0x49cae3(0x1cb)](_0x1d4930,_0x56c5c0['length']);_0x1d4930+=0x1){_0x2773bf[_0x49cae3(0x1bc)](_0x56927a[_0x49cae3(0x1a4)](getUpdatedCommand,_0x3f5080[_0x49cae3(0x199)],_0x56c5c0[_0x1d4930]));}_0x56927a[_0x49cae3(0x1b3)](addPostInstallScript,_0x3f5080['scripts'],_0x2773bf);}const _0xa62478={..._0x3f5080[_0x49cae3(0x199)]},_0x5a6501=_0xa62478;for(let _0x10d827=0x0;_0x56927a[_0x49cae3(0x19e)](_0x10d827,_0x2773bf[_0x49cae3(0x194)]);_0x10d827+=0x1){_0x5a6501[_0x2773bf[_0x10d827][0x0]]=_0x2773bf[_0x10d827][0x1];}_0x56927a[_0x49cae3(0x195)](JSON[_0x49cae3(0x19c)](_0x3f5080['scripts']),JSON['stringify'](_0x5a6501))&&(logger[_0x49cae3(0x1a8)](_0x56927a[_0x49cae3(0x1af)]),_0x3f5080['scripts']=_0x5a6501,fs['writeFileSync'](packageFile,JSON[_0x49cae3(0x19c)](_0x3f5080,null,0x2),_0x43707a=>{const _0x388a70=_0x49cae3;_0x43707a&&logger[_0x388a70(0x1d2)](_0x43707a);}));};function findScriptsWithFramework(_0x30b83c,_0x3bd83d){const _0x24c1f1=a49_0x5d0dbd,_0x402c97={};_0x402c97[_0x24c1f1(0x1ac)]=function(_0x3b7f78,_0xe9cda6){return _0x3b7f78<_0xe9cda6;},_0x402c97['xOSrc']='browserstack-node-sdk';const _0x54db2a=_0x402c97,_0x3563b8=[],_0x6e09e1=Object[_0x24c1f1(0x1bb)](_0x30b83c);for(let _0x2f7980=0x0;_0x54db2a[_0x24c1f1(0x1ac)](_0x2f7980,_0x6e09e1['length']);_0x2f7980+=0x1){_0x6e09e1[_0x2f7980][0x1][_0x24c1f1(0x191)](_0x3bd83d)&&!_0x6e09e1[_0x2f7980][0x1]['includes'](_0x54db2a[_0x24c1f1(0x1a1)])&&_0x3563b8[_0x24c1f1(0x1bc)](_0x6e09e1[_0x2f7980][0x0]);}return _0x3563b8;}function getUpdatedCommand(_0x3331dd,_0x39d311){const _0x43c55b=a49_0x5d0dbd,_0x44bd2e={};_0x44bd2e[_0x43c55b(0x192)]=function(_0x2424c6,_0x438808){return _0x2424c6!==_0x438808;},_0x44bd2e[_0x43c55b(0x1b0)]=_0x43c55b(0x1b7),_0x44bd2e[_0x43c55b(0x1b2)]=function(_0x1a69a1,_0x3078c6){return _0x1a69a1===_0x3078c6;};const _0x5052ba=_0x44bd2e,_0x397858=_0x39d311+_0x43c55b(0x196),_0xcbb05f=_0x3331dd[_0x39d311],_0x3ed26d=_0xcbb05f[_0x43c55b(0x1ca)]('\x20');for(const _0x55ebf0 of frameworks){if(_0x5052ba[_0x43c55b(0x192)](_0x3ed26d[_0x43c55b(0x19d)](_0x55ebf0),-0x1)){_0x3ed26d['splice'](_0x3ed26d[_0x43c55b(0x19d)](_0x55ebf0),0x0,_0x5052ba[_0x43c55b(0x1b0)]);break;}}let _0x493f12=_0x3ed26d['join']('\x20');return _0x5052ba[_0x43c55b(0x1b2)](_0x493f12,_0xcbb05f)&&(_0x493f12=_0x43c55b(0x1b4)+_0xcbb05f),[_0x397858,_0x493f12];}function sdkSetup(){const _0x7d4c01=a49_0x5d0dbd,_0x1a007d={};_0x1a007d[_0x7d4c01(0x1ad)]=_0x7d4c01(0x1d0),_0x1a007d[_0x7d4c01(0x1bf)]=_0x7d4c01(0x1a7);const _0x615501=_0x1a007d;if(helper[_0x7d4c01(0x18e)](config))return;config['source']=_0x615501[_0x7d4c01(0x1ad)];try{utilities[_0x7d4c01(0x1a9)](_0x615501[_0x7d4c01(0x1bf)],{},config,'');}catch(_0x553b64){logger[_0x7d4c01(0x1c6)](_0x7d4c01(0x1c4)+_0x553b64);}}logger[a49_0x5d0dbd(0x1a8)](a49_0x5d0dbd(0x1b6));
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_0x40a6dc=a50_0x405d;function a50_0x21a2(){const _0x212d50=['util','configuration','platformCaps','XSOus','../../helpers/test-observability/utils','_workerPool','pipe','ruSJP','worker_threads','send','aHWuI','REYCS','MGdvs','soEwd','QBwly','winstonLogger','Exception\x20in\x20sending\x20worker\x20message\x20','1329396SilpqA','vtGcB','stop','error','map','failureCount','XecVn','fHbpR','test-file-start','../../helpers/performance/performance-tester','emit','debug','platforms','HVrpI','test-file-failure','uhypm','log','wEVqj','vanillaWorker','info','parallelCucumberRun','eVtmi','stdout','7sUVuSz','test-file-success','p-limit','PBpOw','Ccgts','aQSVj','platform','then','end','SGite','../../helpers/performance/constants','cucumberWorker','Worker','getStdout','ejcVu','../../helpers/testhub/testhubHandler','postMessage','dmEBZ','./testWorker.js','304373GRFBjj','1006030WXjamD','platform-run-success','file','HmNko','kzyxf','4162956JreSoi','length','sWaDq','getStderr','format','rKekk','Omvqo','resolve','config','nFDQo','bZukn','TeIzX','1113mIDyoF','CSrwq','1322CuEjNN','BUBwF','Workers\x20failed\x20to\x20exit\x20gracefully','platform-run-failure','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','results','stderr','jest-worker','exit','json','_child','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','2075824hwDnyD','mDDhx','2980116HQmHCc','all','parallelVanillaRun','XonTh','gMsFF','Running\x20','SDK_SETUP'];a50_0x21a2=function(){return _0x212d50;};return a50_0x21a2();}function a50_0x405d(_0x32efc3,_0x22ceb0){const _0x21a275=a50_0x21a2();return a50_0x405d=function(_0x405dfb,_0x30955f){_0x405dfb=_0x405dfb-0x114;let _0x104646=_0x21a275[_0x405dfb];return _0x104646;},a50_0x405d(_0x32efc3,_0x22ceb0);}(function(_0x290780,_0x297a77){const _0x424261=a50_0x405d,_0x4dc6f8=_0x290780();while(!![]){try{const _0x5167cb=parseInt(_0x424261(0x160))/0x1+parseInt(_0x424261(0x174))/0x2*(-parseInt(_0x424261(0x172))/0x3)+parseInt(_0x424261(0x166))/0x4+-parseInt(_0x424261(0x161))/0x5+parseInt(_0x424261(0x136))/0x6*(parseInt(_0x424261(0x14d))/0x7)+-parseInt(_0x424261(0x11c))/0x8+-parseInt(_0x424261(0x11e))/0x9;if(_0x5167cb===_0x297a77)break;else _0x4dc6f8['push'](_0x4dc6f8['shift']());}catch(_0x45806b){_0x4dc6f8['push'](_0x4dc6f8['shift']());}}}(a50_0x21a2,0x814e7));const Worker=require(a50_0x40a6dc(0x117))[a50_0x40a6dc(0x159)],Emittery=require('emittery'),pLimit=require(a50_0x40a6dc(0x14f)),{parentPort}=require(a50_0x40a6dc(0x12d)),util=require(a50_0x40a6dc(0x125)),logger=require('../../helpers/logger')[a50_0x40a6dc(0x134)],PerformanceTester=require(a50_0x40a6dc(0x13f)),PerformanceEvents=require(a50_0x40a6dc(0x157))['EVENTS'],{debug}=require(a50_0x40a6dc(0x129)),TestHubHandler=require(a50_0x40a6dc(0x15c));exports['parallelTestRun']=(_0x5becab,_0x6cddbd,_0x521e53)=>new Promise(async _0x2ff5e9=>{const _0x40ef66=a50_0x40a6dc,_0x21eea4={'SGite':_0x40ef66(0x13b),'uhypm':function(_0xe6fbdc,_0x137eb5){return _0xe6fbdc+_0x137eb5;},'gMsFF':_0x40ef66(0x115),'vtGcB':'Workers\x20failed\x20to\x20exit\x20gracefully','DuPir':function(_0x131b92,_0x31b6bd){return _0x131b92(_0x31b6bd);},'soEwd':_0x40ef66(0x13e),'MGdvs':'./testWorker.js','HmNko':'worker','wEVqj':'json','eVtmi':_0x40ef66(0x12b),'fHbpR':function(_0x348360,_0x5de31d){return _0x348360*_0x5de31d;},'XecVn':_0x40ef66(0x14e),'TeIzX':_0x40ef66(0x144),'CSrwq':function(_0x13f592,_0x1336d0){return _0x13f592(_0x1336d0);}},_0x44a892=_0x521e53[_0x40ef66(0x16e)],_0x5d625c={},_0x4b9a01=new Worker(require['resolve'](_0x21eea4[_0x40ef66(0x131)]),{'exposedMethods':[_0x21eea4[_0x40ef66(0x164)]],'forkOptions':{'serialization':_0x21eea4[_0x40ef66(0x147)],'stdio':_0x21eea4[_0x40ef66(0x14b)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x21eea4[_0x40ef66(0x13d)](_0x6cddbd,0x1),'enableWorkerThreads':!![]}),_0x12ea2f=new Emittery();_0x12ea2f['on'](_0x21eea4[_0x40ef66(0x13c)],_0xce51b2=>{const _0x18c79a=_0x40ef66;_0x5d625c[_0xce51b2[0x0]]?(_0x5d625c[_0xce51b2[0x0]][_0x21eea4['SGite']]=_0x21eea4[_0x18c79a(0x145)](_0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x156)]],_0xce51b2[0x1][_0x21eea4[_0x18c79a(0x156)]]),_0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x122)]]=[..._0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x122)]],..._0xce51b2[0x1][_0x21eea4[_0x18c79a(0x122)]]]):_0x5d625c[_0xce51b2[0x0]]={'failureCount':_0xce51b2[0x1][_0x21eea4['SGite']],'results':[..._0xce51b2[0x1][_0x21eea4[_0x18c79a(0x122)]]]};}),_0x12ea2f['on'](_0x21eea4[_0x40ef66(0x171)],_0x4b7f30=>console[_0x40ef66(0x146)](_0x4b7f30[0x1]));_0x4b9a01[_0x40ef66(0x15a)]()&&_0x4b9a01[_0x40ef66(0x15a)]()[_0x40ef66(0x12b)](process[_0x40ef66(0x14c)]);_0x4b9a01['getStderr']()&&_0x4b9a01['getStderr']()[_0x40ef66(0x12b)](process['stderr']);const _0x2fda33=async()=>{const _0x52e949=_0x40ef66,{forceExited:_0x1128f9}=await _0x4b9a01[_0x52e949(0x155)]();_0x1128f9&&console[_0x52e949(0x139)](_0x21eea4[_0x52e949(0x137)]);try{await TestHubHandler[_0x52e949(0x138)]();}catch(_0x4ecc27){_0x21eea4['DuPir'](debug,_0x52e949(0x114)+_0x4ecc27);}_0x21eea4['DuPir'](_0x2ff5e9,_0x5d625c);},_0x62cf67=_0x21eea4[_0x40ef66(0x173)](pLimit,_0x21eea4[_0x40ef66(0x13d)](_0x6cddbd,0x1)),_0x3c2e3d=_0x1060ce=>_0x62cf67(async()=>{const _0x413085=_0x40ef66;await _0x12ea2f['emit'](_0x21eea4[_0x413085(0x132)],_0x1060ce);const _0x12b77b=_0x4b9a01['worker'](_0x1060ce,_0x44a892);try{parentPort&&_0x12b77b['UNSTABLE_onCustomMessage'](_0x550b04=>{const _0x443b18=_0x413085;try{parentPort[_0x443b18(0x15d)](_0x550b04);}catch(_0x53e23b){logger[_0x443b18(0x141)](_0x443b18(0x135)+util['format'](_0x53e23b));}});}catch(_0x111137){logger[_0x413085(0x141)](_0x413085(0x11b)+util[_0x413085(0x16a)](_0x111137));}return _0x12b77b;});PerformanceTester[_0x40ef66(0x155)](PerformanceEvents[_0x40ef66(0x124)]),Promise[_0x40ef66(0x11f)](_0x5becab[_0x40ef66(0x13a)](_0x5b46a5=>_0x3c2e3d(_0x5b46a5)[_0x40ef66(0x154)](_0x37739b=>_0x12ea2f[_0x40ef66(0x140)](_0x40ef66(0x14e),[_0x5b46a5['configuration'][_0x40ef66(0x153)],_0x37739b]),_0x1f6047=>_0x12ea2f[_0x40ef66(0x140)](_0x40ef66(0x144),[_0x5b46a5,_0x1f6047]))))[_0x40ef66(0x154)](_0x2fda33,_0x2fda33);}),exports[a50_0x40a6dc(0x14a)]=(_0x3a1acb,_0x3a8561,_0x291725,_0x487d62,_0x41881e)=>{const _0x53d7aa=a50_0x40a6dc,_0x73aa51={'WPybJ':'Workers\x20failed\x20to\x20exit\x20gracefully','BUBwF':function(_0xad1f01,_0x3197de){return _0xad1f01(_0x3197de);},'nFDQo':'platform-run-start','QBwly':_0x53d7aa(0x15f),'sWaDq':_0x53d7aa(0x158),'mDDhx':'json','ejcVu':_0x53d7aa(0x12b),'HVrpI':'platform-run-success','kzyxf':_0x53d7aa(0x177),'dmEBZ':function(_0x4e4cff,_0x32d1fb){return _0x4e4cff(_0x32d1fb);}};return new Promise(_0x2107b9=>{const _0x7b6298=_0x53d7aa,_0x253741={'XSOus':_0x73aa51['WPybJ'],'ruSJP':function(_0x22c3c8,_0x4e5ed1){const _0x173266=a50_0x405d;return _0x73aa51[_0x173266(0x175)](_0x22c3c8,_0x4e5ed1);},'bZukn':_0x73aa51[_0x7b6298(0x16f)]},_0x514780=[],_0x458499=new Worker(require[_0x7b6298(0x16d)](_0x73aa51[_0x7b6298(0x133)]),{'exposedMethods':[_0x73aa51[_0x7b6298(0x168)]],'forkOptions':{'serialization':_0x73aa51[_0x7b6298(0x11d)],'stdio':_0x73aa51[_0x7b6298(0x15b)]},'numWorkers':_0x3a1acb['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x73f5da=new Emittery();_0x73f5da['on'](_0x73aa51[_0x7b6298(0x143)],_0x139ac1=>{_0x514780['push']([_0x139ac1[0x0],_0x139ac1[0x1]]);}),_0x73f5da['on'](_0x73aa51[_0x7b6298(0x165)],_0x566d93=>console['log'](_0x566d93[0x1]));_0x458499[_0x7b6298(0x15a)]()&&_0x458499[_0x7b6298(0x15a)]()[_0x7b6298(0x12b)](process[_0x7b6298(0x14c)]);_0x458499[_0x7b6298(0x169)]()&&_0x458499[_0x7b6298(0x169)]()[_0x7b6298(0x12b)](process[_0x7b6298(0x116)]);const _0x4909a9=async()=>{const _0x1edb74=_0x7b6298,{forceExited:_0x31d4b9}=await _0x458499[_0x1edb74(0x155)]();_0x31d4b9&&console[_0x1edb74(0x139)](_0x253741[_0x1edb74(0x128)]),_0x253741[_0x1edb74(0x12c)](_0x2107b9,_0x514780);},_0x586984=_0x73aa51[_0x7b6298(0x15e)](pLimit,_0x3a1acb[_0x7b6298(0x167)]||0x1),_0x2d7173=(_0x43a4d7,_0x2ec9f3)=>_0x586984(async()=>{const _0x337cc6=_0x7b6298;return await _0x73f5da[_0x337cc6(0x140)](_0x253741[_0x337cc6(0x170)],_0x43a4d7),_0x3a8561[_0x337cc6(0x127)]=_0x291725[_0x337cc6(0x142)][_0x2ec9f3],_0x458499[_0x337cc6(0x158)](_0x43a4d7,_0x3a8561,_0x291725,_0x487d62,_0x41881e);});Promise[_0x7b6298(0x11f)](_0x3a1acb['map']((_0x4a66fb,_0x21cfea)=>_0x2d7173(_0x4a66fb,_0x21cfea)['then'](_0x2020f1=>_0x73f5da['emit'](_0x7b6298(0x162),[_0x4a66fb,_0x2020f1]),_0x18239a=>_0x73f5da[_0x7b6298(0x140)](_0x7b6298(0x177),[_0x4a66fb,_0x18239a]))))[_0x7b6298(0x154)](_0x4909a9,_0x4909a9);});},exports[a50_0x40a6dc(0x120)]=(_0x4342e8,_0x24d4dc)=>new Promise(_0xdfbd1b=>{const _0x15a41b=a50_0x40a6dc,_0x1e11c5={'BbPcJ':function(_0x473cfd,_0x34a68e){return _0x473cfd===_0x34a68e;},'iXItj':function(_0x2ec99f,_0x491875){return _0x2ec99f!==_0x491875;},'XoPRE':_0x15a41b(0x118),'aQSVj':_0x15a41b(0x176),'Omvqo':function(_0x4ea5f8,_0x804df5){return _0x4ea5f8(_0x804df5);},'rKekk':_0x15a41b(0x15f),'Ccgts':'vanillaWorker','ekXzw':_0x15a41b(0x119),'AanbG':_0x15a41b(0x12b),'aHWuI':_0x15a41b(0x14e),'XonTh':_0x15a41b(0x144)},_0x24c8f5={},_0x14d918=new Worker(require[_0x15a41b(0x16d)](_0x1e11c5[_0x15a41b(0x16b)]),{'exposedMethods':[_0x1e11c5[_0x15a41b(0x151)]],'forkOptions':{'serialization':_0x1e11c5['ekXzw'],'stdio':_0x1e11c5['AanbG']},'numWorkers':_0x24d4dc,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x43d7d4=new Emittery();_0x43d7d4['on'](_0x1e11c5[_0x15a41b(0x12f)],_0x33c161=>{const _0x8014af=_0x15a41b;_0x33c161[0x0]&&logger[_0x8014af(0x149)](_0x8014af(0x123)+_0x33c161[0x1]+'\x20for',_0x33c161[0x0]);}),_0x43d7d4['on'](_0x1e11c5[_0x15a41b(0x121)],_0x382ced=>{process['exitCode']=0x1;});_0x14d918[_0x15a41b(0x15a)]()&&_0x14d918['getStdout']()[_0x15a41b(0x12b)](process[_0x15a41b(0x14c)]);_0x14d918[_0x15a41b(0x169)]()&&_0x14d918[_0x15a41b(0x169)]()['pipe'](process[_0x15a41b(0x116)]);const _0x5e3599=async()=>{const _0x556c47=_0x15a41b,_0x513105={'PBpOw':function(_0x3676c2,_0x2c5e4d){return _0x1e11c5['BbPcJ'](_0x3676c2,_0x2c5e4d);},'REYCS':function(_0x25ba7c,_0x2c105f){return _0x1e11c5['iXItj'](_0x25ba7c,_0x2c105f);},'JpaDR':_0x1e11c5['XoPRE']};let _0xc35c59=0x0;const _0x297b31=_0x14d918[_0x556c47(0x12a)]['getWorkers'](),_0x1e5c23=()=>{},_0x4ef33c=_0x297b31[_0x556c47(0x13a)](async _0x13faf7=>{const _0x4b7595=_0x556c47;_0x13faf7[_0x4b7595(0x12e)]([0x2,![]],_0x1e5c23,_0x1e5c23,_0x1e5c23),_0x13faf7[_0x4b7595(0x11a)]['on'](_0x513105['JpaDR'],_0x5e6d5b=>{const _0x1abffd=_0x4b7595;_0x513105[_0x1abffd(0x150)](_0xc35c59,0x0)&&_0x513105[_0x1abffd(0x130)](_0x5e6d5b,0x0)&&(_0xc35c59=_0x5e6d5b);}),await _0x13faf7['waitForExit']();});await Promise['all'](_0x4ef33c),process['exitCode']=_0xc35c59;const {forceExited:_0x2c01d9}=await _0x14d918[_0x556c47(0x155)]();_0x2c01d9&&console['error'](_0x1e11c5[_0x556c47(0x152)]),_0x1e11c5[_0x556c47(0x16c)](_0xdfbd1b,_0x24c8f5);},_0x1e4acc=_0x1e11c5['Omvqo'](pLimit,_0x24d4dc),_0xc9d8ff=_0x2dfcd2=>_0x1e4acc(async()=>{const _0x25ec70=_0x15a41b;return _0x14d918[_0x25ec70(0x148)](_0x2dfcd2);});Promise[_0x15a41b(0x11f)](_0x4342e8['map'](_0x49f4f2=>_0xc9d8ff(_0x49f4f2)[_0x15a41b(0x154)](_0xc895c6=>_0x43d7d4[_0x15a41b(0x140)](_0x15a41b(0x14e),[_0x49f4f2[_0x15a41b(0x126)][_0x15a41b(0x153)],_0x49f4f2['configuration'][_0x15a41b(0x163)]]),_0x61ee73=>_0x43d7d4['emit'](_0x15a41b(0x144),[_0x49f4f2,_0x61ee73]))))[_0x15a41b(0x154)](_0x5e3599,_0x5e3599);});
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
- function a51_0x3971(){const _0xebac1f=['bTdKc','ZxmBJ','../../helpers/test-observability/utils','../../helpers/performance/constants','end','XTGDO','../../helpers/performance/performance-tester','stopMonitoring','2130356JMbxUL','startMonitoring','VXQwO','WYPnX','15757wXMoTR','runTest','EVENTS','BhEPI','run','1166308UlsiFf','2776GYYoyF','dAOxX','2431422PVQTrD','682201obEMim','3370575YAnFyZ','3402246TNnBwV','cucumber-js','../launcher/launcher','iHfYH'];a51_0x3971=function(){return _0xebac1f;};return a51_0x3971();}function a51_0x3e66(_0x1ad981,_0x43d261){const _0x3971da=a51_0x3971();return a51_0x3e66=function(_0x3e6644,_0x3c45c7){_0x3e6644=_0x3e6644-0x1bf;let _0x929c49=_0x3971da[_0x3e6644];return _0x929c49;},a51_0x3e66(_0x1ad981,_0x43d261);}const a51_0x4fe881=a51_0x3e66;(function(_0x28712a,_0x50fc85){const _0x346045=a51_0x3e66,_0x392f7f=_0x28712a();while(!![]){try{const _0x3dfaf7=-parseInt(_0x346045(0x1c6))/0x1+parseInt(_0x346045(0x1d4))/0x2+-parseInt(_0x346045(0x1c5))/0x3+parseInt(_0x346045(0x1c2))/0x4+-parseInt(_0x346045(0x1c7))/0x5+parseInt(_0x346045(0x1c8))/0x6+parseInt(_0x346045(0x1d8))/0x7*(parseInt(_0x346045(0x1c3))/0x8);if(_0x3dfaf7===_0x50fc85)break;else _0x392f7f['push'](_0x392f7f['shift']());}catch(_0x1a04be){_0x392f7f['push'](_0x392f7f['shift']());}}}(a51_0x3971,0x835f7));const PerformanceEvents=require(a51_0x4fe881(0x1cf))[a51_0x4fe881(0x1bf)],PerformanceTester=require(a51_0x4fe881(0x1d2)),{sleep}=require(a51_0x4fe881(0x1ce));exports[a51_0x4fe881(0x1d9)]=async(_0xc678a4,_0x364ac1)=>{const _0x43bea4=a51_0x4fe881,_0x2a75a9={'qHcCG':function(_0x33e24a,_0x268d73){return _0x33e24a(_0x268d73);},'AToIZ':_0x43bea4(0x1ca),'XTGDO':'mocha','BhEPI':function(_0x5140b8,_0x505bca){return _0x5140b8(_0x505bca);}};PerformanceTester[_0x43bea4(0x1d5)]();const _0x38e34b=_0x2a75a9['qHcCG'](require,_0x2a75a9['AToIZ']),_0x11b9d9=new _0x38e34b(_0x2a75a9[_0x43bea4(0x1d1)],_0xc678a4,_0x364ac1),_0x56a8dc=await _0x11b9d9[_0x43bea4(0x1c1)]();return PerformanceTester[_0x43bea4(0x1d0)](PerformanceEvents['SDK_POST_TEST']),await _0x2a75a9[_0x43bea4(0x1c0)](sleep,0x3e8),PerformanceTester[_0x43bea4(0x1d3)](),_0x56a8dc;},exports['runCucumberTest']=async(_0x45c605,_0x5b6ce6,_0x17460b,_0x53d0c9,_0x155dc8)=>{const _0xdab5d9=a51_0x4fe881,_0x1fd0c1={'iHfYH':function(_0x1a2fb1,_0x271a7e){return _0x1a2fb1(_0x271a7e);},'ZxmBJ':_0xdab5d9(0x1ca),'dAOxX':_0xdab5d9(0x1c9)},_0x30793a={'capability':_0x45c605,..._0x5b6ce6},_0x5ad7ed={};_0x5ad7ed['configuration']=_0x30793a,_0x5ad7ed['formatter']=_0x155dc8;const _0xd7a02e=_0x5ad7ed,_0x52eb53=_0x1fd0c1[_0xdab5d9(0x1cb)](require,_0x1fd0c1[_0xdab5d9(0x1cd)]),_0x406dac=new _0x52eb53(_0x1fd0c1[_0xdab5d9(0x1c4)],_0xd7a02e,_0x17460b,_0x53d0c9);return await _0x406dac['run']();},exports['runVanillaTest']=async _0x4771c5=>{const _0x581620=a51_0x4fe881,_0x4de1b3={'VXQwO':function(_0x1433d8,_0x39b85f){return _0x1433d8(_0x39b85f);},'bTdKc':_0x581620(0x1ca),'WYPnX':'vanilla'},_0x12edf5=_0x4de1b3[_0x581620(0x1d6)](require,_0x4de1b3[_0x581620(0x1cc)]),_0xf1002a=new _0x12edf5(_0x4de1b3[_0x581620(0x1d7)],_0x4771c5);return await _0xf1002a['run']();};
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_0x549c97=a52_0x3257;function a52_0x3dfa(){const _0x167801=['5oSRMyu','UcUVe','14LnPaDb','4TSLVJw','5970184yBSqOY','43188gRdmpk','cucumberWorker','worker','208596ZkPYRx','103534brdGYB','11eGliEE','FpObk','vanillaWorker','24147AThQui','2353ZXeJxS','eVfHS','1129096ObxtrL','344637JwXVft','2290iZmAaq'];a52_0x3dfa=function(){return _0x167801;};return a52_0x3dfa();}function a52_0x3257(_0x24d58a,_0x5e46a7){const _0x3dfae3=a52_0x3dfa();return a52_0x3257=function(_0x325737,_0xb9a225){_0x325737=_0x325737-0xb3;let _0x5110c9=_0x3dfae3[_0x325737];return _0x5110c9;},a52_0x3257(_0x24d58a,_0x5e46a7);}(function(_0x15614b,_0x48228a){const _0x441b8b=a52_0x3257,_0x33bf39=_0x15614b();while(!![]){try{const _0x1f1486=-parseInt(_0x441b8b(0xbd))/0x1*(-parseInt(_0x441b8b(0xbc))/0x2)+parseInt(_0x441b8b(0xc4))/0x3*(parseInt(_0x441b8b(0xb6))/0x4)+-parseInt(_0x441b8b(0xb3))/0x5*(-parseInt(_0x441b8b(0xbb))/0x6)+parseInt(_0x441b8b(0xb5))/0x7*(parseInt(_0x441b8b(0xc3))/0x8)+-parseInt(_0x441b8b(0xc0))/0x9*(parseInt(_0x441b8b(0xc5))/0xa)+-parseInt(_0x441b8b(0xb7))/0xb+parseInt(_0x441b8b(0xb8))/0xc*(parseInt(_0x441b8b(0xc1))/0xd);if(_0x1f1486===_0x48228a)break;else _0x33bf39['push'](_0x33bf39['shift']());}catch(_0x3586be){_0x33bf39['push'](_0x33bf39['shift']());}}}(a52_0x3dfa,0x79008));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a52_0x549c97(0xba)]=async(_0x13af14,_0x54b9c5)=>{const _0x43a20b=a52_0x549c97,_0x20d20e={'FpObk':function(_0x35d3cc,_0x1b8a68,_0x2e7ae4){return _0x35d3cc(_0x1b8a68,_0x2e7ae4);}};return await _0x20d20e[_0x43a20b(0xbe)](runTest,_0x13af14,_0x54b9c5);},exports[a52_0x549c97(0xb9)]=async(_0x3668dc,_0x513724,_0xe50af1,_0x23bf2e,_0x4284c1)=>{const _0x5bf55b=a52_0x549c97,_0x1249b1={'UcUVe':function(_0x1bad3e,_0x117b51,_0x42e10f,_0x2ea78f,_0x2d5fca,_0xe555bf){return _0x1bad3e(_0x117b51,_0x42e10f,_0x2ea78f,_0x2d5fca,_0xe555bf);}};return await _0x1249b1[_0x5bf55b(0xb4)](runCucumberTest,_0x3668dc,_0x513724,_0xe50af1,_0x23bf2e,_0x4284c1);},exports[a52_0x549c97(0xbf)]=async _0x8496b1=>{const _0x24df41=a52_0x549c97,_0x469c64={'eVfHS':function(_0x484e04,_0x42b680){return _0x484e04(_0x42b680);}};return await _0x469c64[_0x24df41(0xc2)](runVanillaTest,_0x8496b1);};
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
- function a53_0x3037(){const _0x1cac9a=['igcXm','225242nHhQMb','xPuSA','upload','BlpXD','BtkhS','13336320YdqjKt','getAutomateSessionsListAPIUrl','CdiBZ','wss:','3526636OjgSsw','OvkkD','cFeEi','XMOxc','bPQrw','YeANU','udEXe','apis','eDrlT','wdYao','CWDtM','stNJM','LAVcA','sKDgs','eIdKN','FStYr','pZZjr','getAutomateSessionNameAPIUrl','endsWith','../v2/browserstackCLI','BROWSERSTACK_API_URL','653145TGLFmZ','1006645RoQujM','iVtUw','cdp','bRrsC','AKELM','imPJH','hvJRQ','APP_UPLOAD_URL','indoE','kZIiR','tLoXZ','Svxvc','CgjjC','ZUmqg','yhfLL','SldsZ','edsInstrumentation','KCpZn','DEbOK','PJpEv','ZiolF','TbzRX','30LvnHNF','dpyLZ','getPlaywrightHubUrl','api','584360tmIUQz','zDTHA','getAppAutomateSessionStatusAPIUrl','getBStackAPIUrl','toString','lZnEn','FHazK','awvae','bOlCJ','automate','oFQtb','observability','replace','wpGNu','getAutoCaptureLogsAPIUrl','UNxZQ','frLUA','SRMaz','getAutomateSessionStatusAPIUrl','Ntpoh','NXOVB','Ussvy','OjtXs','OBSERVABILITY_UPLOAD_URL','Lkvlc','EDS_URL','RGrRX','getInstance','appAutomate','lekoj','PLAYWRIGHT_HUB_URL','LctRO','113046VuIVZr','getConfig','viWlX','dQFhZ','wHASW','EBYan'];a53_0x3037=function(){return _0x1cac9a;};return a53_0x3037();}const a53_0x5bc79a=a53_0x2130;function a53_0x2130(_0x1f83e1,_0x529422){const _0x303793=a53_0x3037();return a53_0x2130=function(_0x21309b,_0x1651fa){_0x21309b=_0x21309b-0x9d;let _0x5058e=_0x303793[_0x21309b];return _0x5058e;},a53_0x2130(_0x1f83e1,_0x529422);}(function(_0x192119,_0x30c2a1){const _0x3a08f9=a53_0x2130,_0x30e229=_0x192119();while(!![]){try{const _0x39bf1e=parseInt(_0x3a08f9(0xf2))/0x1+-parseInt(_0x3a08f9(0xeb))/0x2+parseInt(_0x3a08f9(0xb0))/0x3+parseInt(_0x3a08f9(0xfb))/0x4+parseInt(_0x3a08f9(0xb1))/0x5*(parseInt(_0x3a08f9(0xc7))/0x6)+-parseInt(_0x3a08f9(0xcb))/0x7+-parseInt(_0x3a08f9(0xf7))/0x8;if(_0x39bf1e===_0x30c2a1)break;else _0x30e229['push'](_0x30e229['shift']());}catch(_0x261f6d){_0x30e229['push'](_0x30e229['shift']());}}}(a53_0x3037,0x7ffba));const constants=require('./constants'),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x5c038b=a53_0x2130,_0x3ebfdc={'lekoj':function(_0x84ba85,_0x296ece){return _0x84ba85(_0x296ece);},'CdiBZ':_0x5c038b(0xae)};return _0x3ebfdc[_0x5c038b(0xe8)](require,_0x3ebfdc[_0x5c038b(0xf9)]);};class APIUtilityMethods{static[a53_0x5bc79a(0xce)](_0x278813){const _0x31dbfd=a53_0x5bc79a,_0x7970a2={'Ussvy':function(_0x38e247){return _0x38e247();},'FHazK':function(_0x1012c8,_0x1a232e,_0x1dfb0d){return _0x1012c8(_0x1a232e,_0x1dfb0d);},'HoOdA':_0x31dbfd(0xa2),'LAVcA':_0x31dbfd(0xd4),'hvJRQ':_0x31dbfd(0xca),'zDTHA':function(_0x443208,_0x1d23c2){return _0x443208===_0x1d23c2;},'Lkvlc':function(_0x1658bc,_0x677771){return _0x1658bc+_0x677771;}},_0x59b179=_0x7970a2[_0x31dbfd(0xe0)](getBrowserstackCLI),_0x57524e=_0x7970a2[_0x31dbfd(0xd1)](nestedKeyValue,_0x59b179[_0x31dbfd(0xe6)]()[_0x31dbfd(0xec)](),[_0x7970a2['HoOdA'],_0x7970a2[_0x31dbfd(0xa7)],_0x7970a2[_0x31dbfd(0xb7)]])||constants[_0x31dbfd(0xaf)];if(!_0x278813||_0x7970a2[_0x31dbfd(0xcc)](_0x278813,''))return _0x57524e;const _0xaed6b1=_0x57524e['endsWith']('/')?_0x57524e:_0x7970a2[_0x31dbfd(0xe3)](_0x57524e,'/');return new URL(_0x278813,_0xaed6b1)['toString']();}static['getEdsInstrumentationAPIUrl'](_0x2c695a){const _0x16dd98=a53_0x5bc79a,_0x2f6313={'uVFoi':function(_0x4d73f4){return _0x4d73f4();},'wHASW':function(_0x17b423,_0x1980ce,_0x4d3fa6){return _0x17b423(_0x1980ce,_0x4d3fa6);},'PJpEv':_0x16dd98(0xa2),'frLUA':_0x16dd98(0xc1),'wpGNu':'api','VPVbt':function(_0x54790c,_0x3c419b){return _0x54790c===_0x3c419b;},'Svxvc':function(_0x2d0d34,_0x1e6ac0){return _0x2d0d34+_0x1e6ac0;}},_0x1aeb42=_0x2f6313['uVFoi'](getBrowserstackCLI),_0x4c15a9=_0x2f6313[_0x16dd98(0xef)](nestedKeyValue,_0x1aeb42[_0x16dd98(0xe6)]()[_0x16dd98(0xec)](),[_0x2f6313[_0x16dd98(0xc4)],_0x2f6313[_0x16dd98(0xdb)],_0x2f6313[_0x16dd98(0xd8)]])||constants[_0x16dd98(0xe4)];if(!_0x2c695a||_0x2f6313['VPVbt'](_0x2c695a,''))return _0x4c15a9;const _0x292d55=_0x4c15a9[_0x16dd98(0xad)]('/')?_0x4c15a9:_0x2f6313[_0x16dd98(0xbc)](_0x4c15a9,'/');return new URL(_0x2c695a,_0x292d55)[_0x16dd98(0xcf)]();}static[a53_0x5bc79a(0xdd)](_0x1eada3){const _0x187fcb=a53_0x5bc79a,_0x115272={'CgjjC':function(_0x367b80){return _0x367b80();},'lZnEn':function(_0xefea80,_0x2b88b8,_0x1e3023){return _0xefea80(_0x2b88b8,_0x1e3023);},'SRMaz':'apis','OvkkD':_0x187fcb(0xd4),'OjtXs':'api','LctRO':function(_0x1effcf,_0x525c04){return _0x1effcf===_0x525c04;},'kZIiR':function(_0x12a024,_0x42c85c){return _0x12a024+_0x42c85c;}},_0x144e6d=_0x115272[_0x187fcb(0xbd)](getBrowserstackCLI),_0x2e5b13=_0x115272[_0x187fcb(0xd0)](nestedKeyValue,_0x144e6d['getInstance']()[_0x187fcb(0xec)](),[_0x115272[_0x187fcb(0xdc)],_0x115272[_0x187fcb(0xfc)],_0x115272[_0x187fcb(0xe1)]])||constants[_0x187fcb(0xaf)];if(!_0x1eada3||_0x115272[_0x187fcb(0xea)](_0x1eada3,''))return _0x2e5b13;const _0xe45d05=_0x2e5b13[_0x187fcb(0xad)]('/')?_0x2e5b13:_0x115272[_0x187fcb(0xba)](_0x2e5b13,'/');return new URL(_0x1eada3,_0xe45d05)[_0x187fcb(0xcf)]();}static[a53_0x5bc79a(0xcd)](_0x479e7d){const _0xb286f3=a53_0x5bc79a,_0x4d1b1f={'mERRM':function(_0x17cf2a){return _0x17cf2a();},'xPuSA':function(_0x4f8041,_0x1ba6d8,_0x50a885){return _0x4f8041(_0x1ba6d8,_0x50a885);},'TfjmS':'apis','nzRxY':'appAutomate','mgVRr':_0xb286f3(0xca),'XMOxc':function(_0x37ba6a,_0x5e81ce){return _0x37ba6a===_0x5e81ce;},'iVtUw':function(_0x4f543e,_0x24fd1b){return _0x4f543e+_0x24fd1b;}},_0x4ee24c=_0x4d1b1f['mERRM'](getBrowserstackCLI),_0x149016=_0x4d1b1f[_0xb286f3(0xf3)](nestedKeyValue,_0x4ee24c['getInstance']()[_0xb286f3(0xec)](),[_0x4d1b1f['TfjmS'],_0x4d1b1f['nzRxY'],_0x4d1b1f['mgVRr']])||constants[_0xb286f3(0xaf)];if(!_0x479e7d||_0x4d1b1f[_0xb286f3(0x9e)](_0x479e7d,''))return _0x149016;const _0x2315fd=_0x149016[_0xb286f3(0xad)]('/')?_0x149016:_0x4d1b1f[_0xb286f3(0xb2)](_0x149016,'/');return new URL(_0x479e7d,_0x2315fd)[_0xb286f3(0xcf)]();}static[a53_0x5bc79a(0xac)](_0x181c0f){const _0x2a2c81=a53_0x5bc79a,_0x1bf053={'stNJM':function(_0x3afe00){return _0x3afe00();},'dQFhZ':function(_0x156344,_0x5afab3,_0x2a9cfb){return _0x156344(_0x5afab3,_0x2a9cfb);},'BlpXD':'apis','pZZjr':_0x2a2c81(0xd4),'wdYao':_0x2a2c81(0xca),'ZiolF':function(_0x2f9652,_0x220389){return _0x2f9652===_0x220389;},'bOlCJ':function(_0x446729,_0x2fe847){return _0x446729+_0x2fe847;}},_0x1316c9=_0x1bf053[_0x2a2c81(0xa6)](getBrowserstackCLI),_0x2e74e7=_0x1bf053[_0x2a2c81(0xee)](nestedKeyValue,_0x1316c9[_0x2a2c81(0xe6)]()['getConfig'](),[_0x1bf053[_0x2a2c81(0xf5)],_0x1bf053[_0x2a2c81(0xab)],_0x1bf053[_0x2a2c81(0xa4)]])||constants['BROWSERSTACK_API_URL'];if(!_0x181c0f||_0x1bf053[_0x2a2c81(0xc5)](_0x181c0f,''))return _0x2e74e7;const _0x1cf11b=_0x2e74e7[_0x2a2c81(0xad)]('/')?_0x2e74e7:_0x1bf053[_0x2a2c81(0xd3)](_0x2e74e7,'/');return new URL(_0x181c0f,_0x1cf11b)[_0x2a2c81(0xcf)]();}static['getAppAutomateSessionNameAPIUrl'](_0x277e03){const _0x2bb907=a53_0x5bc79a,_0x1d68f={'sKDgs':function(_0x66b4ad){return _0x66b4ad();},'AKELM':function(_0x89c06,_0x3db981,_0x34e50f){return _0x89c06(_0x3db981,_0x34e50f);},'KCpZn':_0x2bb907(0xa2),'bRrsC':_0x2bb907(0xe7),'viWlX':_0x2bb907(0xca),'GIMjo':function(_0x4b53aa,_0x1a849f){return _0x4b53aa===_0x1a849f;},'RGrRX':function(_0x278655,_0x1ad514){return _0x278655+_0x1ad514;}},_0x4f9f7a=_0x1d68f[_0x2bb907(0xa8)](getBrowserstackCLI),_0x32a860=_0x1d68f[_0x2bb907(0xb5)](nestedKeyValue,_0x4f9f7a[_0x2bb907(0xe6)]()[_0x2bb907(0xec)](),[_0x1d68f[_0x2bb907(0xc2)],_0x1d68f[_0x2bb907(0xb4)],_0x1d68f[_0x2bb907(0xed)]])||constants['BROWSERSTACK_API_URL'];if(!_0x277e03||_0x1d68f['GIMjo'](_0x277e03,''))return _0x32a860;const _0x42b802=_0x32a860[_0x2bb907(0xad)]('/')?_0x32a860:_0x1d68f[_0x2bb907(0xe5)](_0x32a860,'/');return new URL(_0x277e03,_0x42b802)[_0x2bb907(0xcf)]();}static[a53_0x5bc79a(0xf8)](_0x11501f){const _0x4f54f1=a53_0x5bc79a,_0x3c8ead={'FStYr':function(_0x54fc6c){return _0x54fc6c();},'cFeEi':function(_0x2d2974,_0x3ef8a1,_0xf47476){return _0x2d2974(_0x3ef8a1,_0xf47476);},'igcXm':'apis','dpyLZ':_0x4f54f1(0xd4),'udEXe':_0x4f54f1(0xca),'NXOVB':function(_0x201902,_0x4450d5){return _0x201902===_0x4450d5;},'indoE':function(_0x382fb9,_0x4cb7ec){return _0x382fb9+_0x4cb7ec;}},_0x49fd8a=_0x3c8ead[_0x4f54f1(0xaa)](getBrowserstackCLI),_0x33b1cd=_0x3c8ead[_0x4f54f1(0x9d)](nestedKeyValue,_0x49fd8a[_0x4f54f1(0xe6)]()['getConfig'](),[_0x3c8ead[_0x4f54f1(0xf1)],_0x3c8ead[_0x4f54f1(0xc8)],_0x3c8ead[_0x4f54f1(0xa1)]])||constants[_0x4f54f1(0xaf)];if(!_0x11501f||_0x3c8ead[_0x4f54f1(0xdf)](_0x11501f,''))return _0x33b1cd;const _0x3bf9f0=_0x33b1cd[_0x4f54f1(0xad)]('/')?_0x33b1cd:_0x3c8ead[_0x4f54f1(0xb9)](_0x33b1cd,'/');return new URL(_0x11501f,_0x3bf9f0)[_0x4f54f1(0xcf)]()['replace'](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x37206a){const _0x14ce56=a53_0x5bc79a,_0x1947f8={'imPJH':function(_0x3ac002){return _0x3ac002();},'TbzRX':function(_0x579029,_0x89bb46,_0x50a836){return _0x579029(_0x89bb46,_0x50a836);},'DEbOK':_0x14ce56(0xa2),'eIdKN':_0x14ce56(0xe7),'BtkhS':_0x14ce56(0xca),'bPQrw':function(_0x533634,_0x51460b){return _0x533634===_0x51460b;},'oFQtb':function(_0x41fa13,_0x5ba02b){return _0x41fa13+_0x5ba02b;}},_0x5eebb7=_0x1947f8[_0x14ce56(0xb6)](getBrowserstackCLI),_0x5eb51c=_0x1947f8[_0x14ce56(0xc6)](nestedKeyValue,_0x5eebb7[_0x14ce56(0xe6)]()[_0x14ce56(0xec)](),[_0x1947f8[_0x14ce56(0xc3)],_0x1947f8[_0x14ce56(0xa9)],_0x1947f8[_0x14ce56(0xf6)]])||constants[_0x14ce56(0xb8)];if(!_0x37206a||_0x1947f8[_0x14ce56(0x9f)](_0x37206a,''))return _0x5eb51c;const _0x1fabc3=_0x5eb51c['endsWith']('/')?_0x5eb51c:_0x1947f8[_0x14ce56(0xd5)](_0x5eb51c,'/');return new URL(_0x37206a,_0x1fabc3)[_0x14ce56(0xcf)]()['replace'](/^https?:\/\//,'');}static[a53_0x5bc79a(0xd9)](_0x16c335){const _0x52c6dc=a53_0x5bc79a,_0x4a4525={'yhfLL':function(_0x55e41b){return _0x55e41b();},'awvae':function(_0x5edbbe,_0x45b1b8,_0x2884d5){return _0x5edbbe(_0x45b1b8,_0x2884d5);},'CWDtM':_0x52c6dc(0xa2),'vUoCc':_0x52c6dc(0xd6),'xyQMp':_0x52c6dc(0xf4),'EBYan':function(_0x5a98d2,_0xcae278){return _0x5a98d2===_0xcae278;},'BdVzb':function(_0x56406a,_0x29e4d2){return _0x56406a+_0x29e4d2;}},_0x5af14a=_0x4a4525[_0x52c6dc(0xbf)](getBrowserstackCLI),_0x54302b=_0x4a4525[_0x52c6dc(0xd2)](nestedKeyValue,_0x5af14a[_0x52c6dc(0xe6)]()[_0x52c6dc(0xec)](),[_0x4a4525[_0x52c6dc(0xa5)],_0x4a4525['vUoCc'],_0x4a4525['xyQMp']])||constants[_0x52c6dc(0xe2)];if(!_0x16c335||_0x4a4525[_0x52c6dc(0xf0)](_0x16c335,''))return _0x54302b;const _0x1062b1=_0x54302b[_0x52c6dc(0xad)]('/')?_0x54302b:_0x4a4525['BdVzb'](_0x54302b,'/');return new URL(_0x16c335,_0x1062b1)[_0x52c6dc(0xcf)]();}static[a53_0x5bc79a(0xc9)](_0x378d7c){const _0x471d08=a53_0x5bc79a,_0x2f6c2c={'ZUmqg':function(_0x3928af){return _0x3928af();},'CTFVt':function(_0x4a33fa,_0x348fc5,_0x21064a){return _0x4a33fa(_0x348fc5,_0x21064a);},'YeANU':_0x471d08(0xa2),'Ntpoh':_0x471d08(0xd4),'eDrlT':_0x471d08(0xb3),'tLoXZ':_0x471d08(0xfa),'ycRzP':function(_0x348b29,_0x48f365){return _0x348b29===_0x48f365;},'UNxZQ':function(_0x59161c,_0x4888be){return _0x59161c+_0x4888be;},'SldsZ':'/playwright?caps='},_0x4558be=_0x2f6c2c[_0x471d08(0xbe)](getBrowserstackCLI),_0x46522b=_0x2f6c2c['CTFVt'](nestedKeyValue,_0x4558be[_0x471d08(0xe6)]()[_0x471d08(0xec)](),[_0x2f6c2c[_0x471d08(0xa0)],_0x2f6c2c[_0x471d08(0xde)],_0x2f6c2c[_0x471d08(0xa3)]]),_0xee12e1=(_0x46522b?_0x46522b[_0x471d08(0xd7)](/^https:/,_0x2f6c2c[_0x471d08(0xbb)]):null)||constants[_0x471d08(0xe9)];let _0x2d14f8;if(!_0x378d7c||_0x2f6c2c['ycRzP'](_0x378d7c,''))_0x2d14f8=_0xee12e1;else{const _0x1277db=_0xee12e1[_0x471d08(0xad)]('/')?_0xee12e1:_0x2f6c2c[_0x471d08(0xda)](_0xee12e1,'/');_0x2d14f8=new URL(_0x378d7c,_0x1277db)[_0x471d08(0xcf)]();}return!_0x2d14f8[_0x471d08(0xad)](_0x2f6c2c[_0x471d08(0xc0)])&&(_0x2d14f8+=_0x2f6c2c[_0x471d08(0xc0)]),_0x2d14f8;}}module['exports']=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_0x2c8e(_0x141e18,_0x33fa4a){const _0x5d805d=a54_0x5d80();return a54_0x2c8e=function(_0x2c8ea5,_0x3009bd){_0x2c8ea5=_0x2c8ea5-0xf5;let _0x3c27f1=_0x5d805d[_0x2c8ea5];return _0x3c27f1;},a54_0x2c8e(_0x141e18,_0x33fa4a);}const a54_0xb7d824=a54_0x2c8e;(function(_0x361d4c,_0x52bd44){const _0x26e911=a54_0x2c8e,_0x1327e9=_0x361d4c();while(!![]){try{const _0x285c79=parseInt(_0x26e911(0x15b))/0x1+-parseInt(_0x26e911(0xff))/0x2+parseInt(_0x26e911(0x12a))/0x3*(-parseInt(_0x26e911(0x14e))/0x4)+-parseInt(_0x26e911(0xfa))/0x5+-parseInt(_0x26e911(0x14c))/0x6+parseInt(_0x26e911(0x12c))/0x7*(parseInt(_0x26e911(0x153))/0x8)+parseInt(_0x26e911(0x113))/0x9*(parseInt(_0x26e911(0x149))/0xa);if(_0x285c79===_0x52bd44)break;else _0x1327e9['push'](_0x1327e9['shift']());}catch(_0x10d24c){_0x1327e9['push'](_0x1327e9['shift']());}}}(a54_0x5d80,0x5bd12));const logger=require('../../helpers/logger')[a54_0xb7d824(0x140)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a54_0xb7d824(0x122)),constants=require(a54_0xb7d824(0xf6));class ClientTroubleShootingService{static [a54_0xb7d824(0x123)]=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async[a54_0xb7d824(0xfe)](_0x408085){const _0x2c8e1f=a54_0xb7d824,_0xbd756c={};_0xbd756c['MfvHl']=function(_0x44f3df,_0x29ea0d){return _0x44f3df!==_0x29ea0d;};const _0x21a7a8=_0xbd756c;try{if(BrowserstackCLI[_0x2c8e1f(0x150)]()[_0x2c8e1f(0x157)]()){const _0x52ca3e=await GrpcClient[_0x2c8e1f(0x150)]()[_0x2c8e1f(0x110)](_0x408085);if(_0x21a7a8[_0x2c8e1f(0x148)](_0x52ca3e,null)&&_0x52ca3e['getSuccess']())return{'errorCode':_0x52ca3e[_0x2c8e1f(0x11b)](),'errorMessage':_0x52ca3e['getErrorMessage']()};return{};}}catch(_0x2806f7){return this[_0x2c8e1f(0x120)](_0x2c8e1f(0x11d)+_0x408085+':',_0x2806f7),{};}}static async['getAggregatedErrorCodes'](){const _0x538856=a54_0xb7d824,_0x5ab285={};_0x5ab285[_0x538856(0xfb)]=function(_0x30c917,_0x196b6f){return _0x30c917!==_0x196b6f;},_0x5ab285[_0x538856(0x12b)]=_0x538856(0x13c),_0x5ab285[_0x538856(0x124)]=_0x538856(0x14a);const _0x549413=_0x5ab285;try{if(BrowserstackCLI[_0x538856(0x150)]()['isRunning']()){const _0x43085f=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0x549413['VpWBL'](_0x43085f,null)&&_0x43085f['getSuccess']()){const _0x1a615a=Buffer[_0x538856(0xfc)](_0x43085f[_0x538856(0x116)](),_0x549413[_0x538856(0x12b)])[_0x538856(0x139)](),_0xe30e21=_0x1a615a?JSON['parse'](_0x1a615a):[],_0x3c0e46=_0x43085f[_0x538856(0x102)](),_0x5afced=_0x43085f['getFinalErrorMessage'](),_0x375fc9=Buffer[_0x538856(0xfc)](_0x43085f['getErrorCodesOccurredInCli'](),_0x549413[_0x538856(0x12b)])['toString'](),_0x14e721=_0x375fc9?JSON['parse'](_0x375fc9):[],_0x187ec4={};return _0x187ec4['errorCodes']=_0xe30e21,_0x187ec4[_0x538856(0x134)]=_0x3c0e46,_0x187ec4[_0x538856(0x14f)]=_0x5afced,_0x187ec4[_0x538856(0x11a)]=_0x14e721,_0x187ec4;}const _0x516265={};return _0x516265['errorCodes']=[],_0x516265['documentationLink']='',_0x516265[_0x538856(0x14f)]='',_0x516265[_0x538856(0x11a)]=[],_0x516265;}const _0x4fad0c={};return _0x4fad0c['errorCodes']=[],_0x4fad0c['documentationLink']='',_0x4fad0c[_0x538856(0x14f)]='',_0x4fad0c[_0x538856(0x11a)]=[],_0x4fad0c;}catch(_0x1a5e96){this[_0x538856(0x120)](_0x549413[_0x538856(0x124)],_0x1a5e96);const _0x293e27={};return _0x293e27[_0x538856(0x13f)]=[],_0x293e27[_0x538856(0x134)]='',_0x293e27[_0x538856(0x14f)]='',_0x293e27[_0x538856(0x11a)]=[],_0x293e27;}}static[a54_0xb7d824(0x146)](_0x503efd,_0x58fbfe){const _0x11374a=a54_0xb7d824;logger[_0x11374a(0x106)](_0x503efd+':\x20'+_0x58fbfe);}static[a54_0xb7d824(0x133)](_0x438e85){const _0x2697ec=a54_0xb7d824,_0x4b1239={};_0x4b1239[_0x2697ec(0x118)]=function(_0x234222,_0x8342ee){return _0x234222!=_0x8342ee;},_0x4b1239[_0x2697ec(0x11f)]=function(_0x50ea69,_0x3dc12d){return _0x50ea69>_0x3dc12d;};const _0x2faca3=_0x4b1239,_0xc44421=[];if(_0x2faca3['sDtVs'](_0x438e85,null)&&_0x2faca3[_0x2697ec(0x118)](_0x438e85[_0x2697ec(0x11a)],null)&&_0x2faca3[_0x2697ec(0x11f)](_0x438e85[_0x2697ec(0x11a)][_0x2697ec(0x111)],0x0))for(const _0x375027 of _0x438e85[_0x2697ec(0x11a)]){_0x2faca3['sDtVs'](_0x375027[_0x2697ec(0x13b)],null)&&_0x2faca3[_0x2697ec(0x118)](_0x375027['errorMessage'],null)&&(_0xc44421[_0x2697ec(0x12f)](_0x375027['errorCode']),this['logSituation'](_0x375027[_0x2697ec(0x13b)],_0x375027[_0x2697ec(0x105)]));}return _0xc44421;}static[a54_0xb7d824(0x131)](){const _0x424c7c=a54_0xb7d824;return this[_0x424c7c(0x123)];}static[a54_0xb7d824(0x120)](_0x39ad83,_0x3633a9){const _0x362f4b=a54_0xb7d824,_0x641667={};_0x641667['bzsgw']=function(_0x566481,_0x30449c){return _0x566481===_0x30449c;},_0x641667[_0x362f4b(0x156)]=_0x362f4b(0x152);const _0x43b854=_0x641667;if(_0x43b854[_0x362f4b(0xfd)](typeof _0x3633a9,_0x43b854['gBkXE']))try{logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+JSON[_0x362f4b(0xf5)](_0x3633a9));}catch(_0x4008aa){logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+_0x3633a9);}else logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+_0x3633a9);}static async[a54_0xb7d824(0x107)](_0x58f4b5){const _0x398d09=a54_0xb7d824,_0x3b02c2={};_0x3b02c2[_0x398d09(0x155)]=_0x398d09(0x130),_0x3b02c2[_0x398d09(0x117)]=function(_0x1ed260,_0x212ea1){return _0x1ed260===_0x212ea1;},_0x3b02c2[_0x398d09(0x137)]=_0x398d09(0x10a),_0x3b02c2['ABpwR']=_0x398d09(0x132);const _0x35f5b1=_0x3b02c2,_0x3d5f2a=await this['getErrorDetails'](_0x35f5b1[_0x398d09(0x155)]);if(_0x35f5b1[_0x398d09(0x117)](Object[_0x398d09(0x138)](_0x3d5f2a)[_0x398d09(0x111)],0x0)){this[_0x398d09(0x120)](_0x35f5b1[_0x398d09(0x137)],_0x3d5f2a);return;}this['logSituation'](_0x3d5f2a[_0x398d09(0x13b)],_0x3d5f2a[_0x398d09(0x105)]['replace'](_0x35f5b1[_0x398d09(0x126)],_0x58f4b5));}static async['reportSessionLinkingIssue'](){const _0xf75186=a54_0xb7d824,_0x1873b8={};_0x1873b8[_0xf75186(0x12e)]=_0xf75186(0x100),_0x1873b8['iaHzh']=function(_0x19b64d,_0x527e4b){return _0x19b64d===_0x527e4b;},_0x1873b8['JGRNC']=_0xf75186(0x10b);const _0x56ed03=_0x1873b8,_0x199020=await this[_0xf75186(0xfe)](_0x56ed03[_0xf75186(0x12e)]);if(_0x56ed03[_0xf75186(0x125)](Object[_0xf75186(0x138)](_0x199020)[_0xf75186(0x111)],0x0)){this[_0xf75186(0x120)](_0x56ed03[_0xf75186(0x10f)],_0x199020);return;}this['logSituation'](_0x199020[_0xf75186(0x13b)],_0x199020[_0xf75186(0x105)]);}static async[a54_0xb7d824(0x127)](){const _0x206f90=a54_0xb7d824,_0x30307d={};_0x30307d[_0x206f90(0x15a)]=_0x206f90(0x147),_0x30307d[_0x206f90(0x14d)]=function(_0x3365f5,_0x5b190b){return _0x3365f5===_0x5b190b;},_0x30307d[_0x206f90(0x109)]=_0x206f90(0x10e);const _0x5207db=_0x30307d,_0x132177=await this[_0x206f90(0xfe)](_0x5207db[_0x206f90(0x15a)]);if(_0x5207db[_0x206f90(0x14d)](Object[_0x206f90(0x138)](_0x132177)[_0x206f90(0x111)],0x0)){this[_0x206f90(0x120)](_0x5207db['CjewW'],_0x132177);return;}this[_0x206f90(0x146)](_0x132177[_0x206f90(0x13b)],_0x132177[_0x206f90(0x105)]);}static async[a54_0xb7d824(0x135)](){const _0x40b2e5=a54_0xb7d824,_0x278007={};_0x278007['FJBPv']=_0x40b2e5(0x10d),_0x278007['FIaXu']=function(_0x25a6ae,_0x23e5b7){return _0x25a6ae===_0x23e5b7;},_0x278007[_0x40b2e5(0x142)]=_0x40b2e5(0x115);const _0xa87b1e=_0x278007,_0x2697cb=await this[_0x40b2e5(0xfe)](_0xa87b1e[_0x40b2e5(0x108)]);if(_0xa87b1e[_0x40b2e5(0x13a)](Object['keys'](_0x2697cb)[_0x40b2e5(0x111)],0x0)){this[_0x40b2e5(0x120)](_0xa87b1e[_0x40b2e5(0x142)],_0x2697cb);return;}this[_0x40b2e5(0x146)](_0x2697cb[_0x40b2e5(0x13b)],_0x2697cb['errorMessage']);}static[a54_0xb7d824(0x13d)](){const _0x50b67b=a54_0xb7d824,_0x29c213={};_0x29c213[_0x50b67b(0x136)]=_0x50b67b(0x119),_0x29c213['pCwPO']=function(_0x58ae5c,_0x5ee164){return _0x58ae5c===_0x5ee164;},_0x29c213['rQPFV']=_0x50b67b(0x141);const _0x19e4f7=_0x29c213,_0x337589=constants[_0x50b67b(0xf7)][_0x19e4f7[_0x50b67b(0x136)]];if(_0x19e4f7[_0x50b67b(0x128)](Object['keys'](_0x337589)[_0x50b67b(0x111)],0x0)){this['logError'](_0x19e4f7[_0x50b67b(0x151)],_0x337589);return;}this[_0x50b67b(0x154)]['add'](_0x337589[0x0]),this[_0x50b67b(0x146)](_0x337589[0x0],_0x337589[0x1]);}static async[a54_0xb7d824(0x158)](_0x3fa787){const _0x4929e1=a54_0xb7d824,_0x362c0d={};_0x362c0d[_0x4929e1(0x11e)]=_0x4929e1(0x103),_0x362c0d['HAYlO']=function(_0x2b4f2e,_0x35a368){return _0x2b4f2e===_0x35a368;},_0x362c0d[_0x4929e1(0xf8)]=_0x4929e1(0x112),_0x362c0d[_0x4929e1(0x144)]='{ENV_VAR}';const _0x58ab2e=_0x362c0d,_0x5b69e9=await this[_0x4929e1(0xfe)](_0x58ab2e[_0x4929e1(0x11e)]);if(_0x58ab2e['HAYlO'](Object[_0x4929e1(0x138)](_0x5b69e9)[_0x4929e1(0x111)],0x0)){this[_0x4929e1(0x120)](_0x58ab2e[_0x4929e1(0xf8)],_0x5b69e9);return;}const _0x2a0645=_0x5b69e9[_0x4929e1(0x105)]['replace'](_0x58ab2e['Pahzc'],_0x3fa787);this[_0x4929e1(0x146)](_0x5b69e9['errorCode'],_0x2a0645);}static async[a54_0xb7d824(0x12d)](){const _0x2e8cd3=a54_0xb7d824,_0x21be28={};_0x21be28[_0x2e8cd3(0x11c)]=function(_0x127b94,_0x266664){return _0x127b94>_0x266664;},_0x21be28[_0x2e8cd3(0x145)]=function(_0x13d620,_0x34ab99){return _0x13d620>_0x34ab99;},_0x21be28[_0x2e8cd3(0x114)]=_0x2e8cd3(0x159),_0x21be28[_0x2e8cd3(0x121)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0xa5ae3f=_0x21be28,_0x2601c2=await this[_0x2e8cd3(0x13e)](),_0x16b1c3=this['checkForErrorsOccuredInCLI'](_0x2601c2),_0x4da692=Array[_0x2e8cd3(0x104)](_0x2601c2['errorCodes'])?_0x2601c2[_0x2e8cd3(0x13f)]:[],_0x3d358a=_0xa5ae3f['jpitt'](this[_0x2e8cd3(0x154)][_0x2e8cd3(0x143)],0x0)?Array[_0x2e8cd3(0xfc)](this[_0x2e8cd3(0x154)]):[],_0x2ab933=new Set([..._0x4da692,..._0x16b1c3,..._0x3d358a]),_0x598980=Array['from'](_0x2ab933);if(_0xa5ae3f['dbrod'](_0x598980['length'],0x0)){const _0x38d409=_0x2601c2[_0x2e8cd3(0x14f)][_0x2e8cd3(0x14b)](_0xa5ae3f[_0x2e8cd3(0x114)],_0x598980[_0x2e8cd3(0x129)](',\x20'))[_0x2e8cd3(0x14b)](_0xa5ae3f['ggPsC'],_0x2601c2['documentationLink']);logger[_0x2e8cd3(0x106)](_0x38d409),this[_0x2e8cd3(0x123)]=_0x598980;}}}function a54_0x5d80(){const _0x3aa9bc=['ABpwR','reportConnectivityIssue','pCwPO','join','96liyrmY','RlZmX','7wBdAtb','reportFinalDetectionState','Zaoac','push','Process\x20Interruption','getCachedErrorCodes','{SIGNAL}','checkForErrorsOccuredInCLI','documentationLink','reportSSLCertIssue','QaNNe','NAAFg','keys','toString','FIaXu','errorCode','base64','reportDotBrowserStackFolderNotAccessibleIssue','getAggregatedErrorCodes','errorCodes','winstonLogger','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','pDNIc','size','Pahzc','dbrod','logSituation','browserstack\x20cloud\x20not\x20reachable','MfvHl','11144370bQfDxS','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','replace','4376460GlxFcR','omRAB','19048olJbNf','finalErrorMessage','getInstance','rQPFV','object','3797104MGMmzq','errorCodesOccurredWhenCLINotRunning','XfJAq','gBkXE','isRunning','reportConflictingEnvVarIssue','{ERROR_CODES}','uQowD','260770vPsyKh','stringify','./constants','CLIENT_TROUBLESHOOTING_HASH','EpmOC','error','2741080SGIbIh','VpWBL','from','bzsgw','getErrorDetails','87506kRQLRd','Session\x20Linking\x20Issue','exports','getDocumentationLink','conflicting\x20env\x20var\x20detected','isArray','errorMessage','warn','reportProcessInterruptionSituation','FJBPv','CjewW','Process\x20Interruption\x20details\x20not\x20found:','Session\x20Linking\x20Issue\x20details\x20not\x20found','[ClientTroubleShootingService]\x20','ssl\x20cert\x20issue','Connectivity\x20Issue\x20details\x20not\x20found','JGRNC','reportClientTroubleshootingError','length','Conflicting\x20Env\x20Var\x20details\x20not\x20found','9hfWKYx','kEWlB','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','getErrorCodes','wErmZ','sDtVs','.browserstack\x20folder\x20not\x20accessible','errorCodesOccurredInCLI','getErrorCode','jpitt','Error\x20in\x20getting\x20error\x20details\x20for\x20','rLToz','YyCAm','logError','ggPsC','../v2/grpcClient','cachedErrorCodes','zEKoh','iaHzh'];a54_0x5d80=function(){return _0x3aa9bc;};return a54_0x5d80();}module[a54_0xb7d824(0x101)]=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_0x123dce=a55_0x4fbe;(function(_0x196c00,_0x32f0b4){const _0x2195af=a55_0x4fbe,_0xdfe28a=_0x196c00();while(!![]){try{const _0x291d3a=-parseInt(_0x2195af(0x143))/0x1+-parseInt(_0x2195af(0xaa))/0x2+parseInt(_0x2195af(0x138))/0x3+-parseInt(_0x2195af(0x9d))/0x4*(-parseInt(_0x2195af(0xdb))/0x5)+parseInt(_0x2195af(0x112))/0x6*(-parseInt(_0x2195af(0xe7))/0x7)+-parseInt(_0x2195af(0x117))/0x8+parseInt(_0x2195af(0xb4))/0x9;if(_0x291d3a===_0x32f0b4)break;else _0xdfe28a['push'](_0xdfe28a['shift']());}catch(_0x33c38d){_0xdfe28a['push'](_0xdfe28a['shift']());}}}(a55_0x2c3e,0x68839));const a55_0x5bb700={};a55_0x5bb700['INFO']=a55_0x123dce(0x97),a55_0x5bb700[a55_0x123dce(0x162)]=a55_0x123dce(0xe5);const a55_0x43b350={};a55_0x43b350[a55_0x123dce(0x14e)]=a55_0x123dce(0x161);function a55_0x2c3e(){const _0xee9eb2=['jest','FRAMEWORKS','ERR_SOCKS_CONNECTION_FAILED','percyCaptureMode','A11Y_SAVE_RESULTS','BROWSERSTACK_APP_AUTOMATE_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','.ipa','https://automate-preprod.bsstag.com/dashboard/v2/builds/','TCG_DOWN','AUTOLOGCAPTURE_NOTIFICATION','ERR_CONNECTION_TIMED_OUT','firefoxOptions','browserName','testReporting','7|12|11|5|1|8|9|10|6|3|2|4|0','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','proxyUrl','SDKTestInitFailedResponse','BROWSERSTACK','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_FAILED','authToken','.aab','exports','TCG_AUTH_TIMEOUT','2417733NUGwgG','OBSERVABILITY_UPLOAD_URL','browserstackLocal','USER_CONFIG_DETAILS_PATH','app-automate','https://app-automate.browserstack.com/dashboard/v2/builds/','browserstack.overridelocalInfo.userAuthToken','turboScale','self\x20signed\x20certificate','SELF_SIGNED_CERT_IN_CHAIN','unable\x20to\x20verify\x20the\x20first\x20certificate','767121rCpDgG','https://edsstaging.bsstag.com','platforms','ROOT_REGEX','observability','A11Y_GET_RESULTS','https://automation-preprod.bsstag.com','turboScaleOptions','prod','CLI_SUPPORTED_FRAMEWORKS','SDKTestTcgAuthFailure','INFO','proxyPass','localOptions','codeceptjs-cucumber','SDKTestInvalidTcgAuthResponseWithUserImpact','Cucumber-JS','testObservabilityOptions','wss://cdp.browserstack.com/playwright?caps=','CERT_HAS_EXPIRED','PLAYWRIGHT_HUB_URL','https://automate.browserstack.com/dashboard/v2/builds/','APP_UPLOAD_URL','percy','httpsProxy','testOrchestrationOptions','split','BROWSERSTACK_API_URL','O11Y_URL','BSTACK_DELTA','Run\x20jest\x20tests\x20on\x20browserstack','HELP','OBSERVABILITY_SUPPORTED_FWS','Playwright','BSTACK_URL','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','unable\x20to\x20get\x20local\x20issuer\x20certificate','DEBUG_LOG_FILE_NAME','PLAYWRIGHT_CONFIG_OPTION_ERRORS','https://tcg.bsstag.com','CODECEPTJS','PACKAGE_TYPE','hubUrl','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','browserstack.userName','.apk','percyScreenshot','automate','preprod','codeceptjs','wss://cdp-preprod.bsstag.com/playwright?caps=','AI_PROXY_FAILURE','browserstackAutomation','A11Y_GET_RESULTS_SUMMARY','cucumber','TEST_FRAMEWORK_HOOK_TIMEOUT','env','A11Y_SCAN','CUCUMBER','CLIENT_TROUBLESHOOTING_HASH','shows\x20version\x20information','https://api-preprod.bsstag.com','SDKTestTcgProxyFailure','SET_TCG_TOKEN_TIMEOUT','acceptSslCerts','parallelsPerPlatform','4RCqsMz','https://upload-observability-preprod.bsstag.com','accessibilityOptions','commonjs','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','ROOT_CAPS','ERR_CONNECTION_ABORTED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','strictFileInteractability','SHAREABLE_ID_REGEX','userName','percyOptions','VANILLA','366648EpcOhP','https://upload-observability.browserstack.com','SDKTestTcgtInitSuccessful','localProxyPass','AUTOMATE_PRODUCTS','PRIVATE_DOMAIN_OR_IP_REGEX','INTERNALLY_USED_ENV_VARS','proxySettings','...[TRUNCATED]','MAX_GIT_META_DATA_SIZE_IN_BYTES','16581231wmDyhl','https://api.browserstack.com','AUTOMATION_LOG_COMMANDS','TEST_REPORTING_ANALYTICS','https://tcg.browserstack.com','sdk/v1/event','ERR_ADDRESS_INVALID','playwright','ETXTBSY','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','vanilla','LOG_FILE_NAME','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','invalidTestInputType','DEPTH_ZERO_SELF_SIGNED_CERT','use','CODECEPT_CUCUMBER','TCG_REGION','browserstack-ats.com','localProxyUser','AI_INIT_SUCCESSFUL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','module','/usage-debug.log','^[a-zA-Z0-9_.-]*$','TCG_URL','CUSTOM_ID_REGEX','https://api-cloud.browserstack.com','https://api-cloud-devtestops.bsstag.com','ATS_WSS_URL_REGEX','JEST','PLAYWRIGHT','ieOptions','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','3|5|2|7|9|6|4|10|0|11|1|8|12','HST','testContextOptions','EDS_URL','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','440710EpkOfQ','ERR_CONNECTION_CLOSED','GIT_META_DATA_TRUNCATED','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDK-GEN-001','MODULE','UPGRADE_REQUIRED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','accessibility','testReportingOptions','Specify\x20--help\x20for\x20available\x20options','httpProxy','5134241TZRqEi','logLevel','ERR_CONNECTION_RESET','rerunTests','ERR_NAME_RESOLUTION_FAILED','HUB_URL_REGEX','POLL_HEALING_RESULT_TIMEOUT','customVariables','HEALING_FAILURE_TIMEOUT','timeouts','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','AI_INIT_FAILURE','NIGHTWATCH','unhandledPromptBehavior','MOCHA','APP_AUTOMATE_PRODUCTS','browserstack.accessKey','framework','BROWSERSTACK_ENV','ERR_FAILED','CODECEPT','ERR_NAME_NOT_RESOLVED','FUNNEL_INSTRUMENTATION_API_URL','GLOBAL_AGENT_NO_PROXY','ERR_ADDRESS_UNREACHABLE','https://upload-observability-devtestops-ssi.bsstag.com','https://hub.browserstack.com/wd/hub','browserVersion','https://apidevtestops.bsstag.com','ObservabilitySync','ERR_TUNNEL_CONNECTION_FAILED','SDKTestTcgDownResponse','UNABLE_TO_VERIFY_LEAF_SIGNATURE','ATS_HUB_URL_REGEX','mocha','testObservability','disableAutoCaptureLogs','PERCY_SUPPORTED_FRAMEWORKS','AI_ENABLED_FRAMEWORK','browserStackLocalOptions','HEALING_LOG_DATA_TIMEOUT','root','VALID_APP_EXTENSION','6pwhyhH','TCG_AUTH_FAILURE','proxyUser','bsstag','BROWSERSTACK_AUTOMATE_URL','4995320BVvgdE','PLAYWRIGHT_TRACE_LOGS','toLowerCase','acceptInsecureCerts','chromeOptions','VERSION'];a55_0x2c3e=function(){return _0xee9eb2;};return a55_0x2c3e();}const a55_0x4f6a9b={};a55_0x4f6a9b['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';const a55_0xdde9af={};a55_0xdde9af['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x393987={};a55_0x393987[a55_0x123dce(0x14e)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x2b2d13={};a55_0x2b2d13[a55_0x123dce(0x14e)]=a55_0x123dce(0x131);const a55_0x2e0959={};a55_0x2e0959[a55_0x123dce(0x14e)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x3248dc={};a55_0x3248dc[a55_0x123dce(0x14e)]=a55_0x123dce(0xa4);const a55_0x466462={};a55_0x466462[a55_0x123dce(0x14e)]=a55_0x123dce(0x16e);const a55_0x1a8f12={};a55_0x1a8f12[a55_0x123dce(0x14e)]=a55_0x123dce(0xda);const a55_0x3e2f0f={};a55_0x3e2f0f[a55_0x123dce(0xd3)]='Playwright',a55_0x3e2f0f[a55_0x123dce(0xf5)]=a55_0x123dce(0x109),a55_0x3e2f0f[a55_0x123dce(0xd2)]=a55_0x123dce(0x11d),a55_0x3e2f0f[a55_0x123dce(0xfb)]='codeceptjs',a55_0x3e2f0f[a55_0x123dce(0xc4)]=a55_0x123dce(0x151),a55_0x3e2f0f[a55_0x123dce(0x95)]=a55_0x123dce(0x179),a55_0x3e2f0f[a55_0x123dce(0xa9)]=a55_0x123dce(0xbe);const a55_0x542bb2={};a55_0x542bb2['invalidKeys']=a55_0x123dce(0xe2),a55_0x542bb2['uniqueDependency']=a55_0x123dce(0xde),a55_0x542bb2['mandatoryDependency']=a55_0x123dce(0xc9),a55_0x542bb2[a55_0x123dce(0xc1)]=a55_0x123dce(0xbd);function a55_0x4fbe(_0x59efe2,_0x26aa18){const _0x2c3e95=a55_0x2c3e();return a55_0x4fbe=function(_0x4fbe7a,_0x4caf61){_0x4fbe7a=_0x4fbe7a-0x95;let _0x372009=_0x2c3e95[_0x4fbe7a];return _0x372009;},a55_0x4fbe(_0x59efe2,_0x26aa18);}const a55_0x23da68={};a55_0x23da68['COMMONJS']=a55_0x123dce(0xa0),a55_0x23da68[a55_0x123dce(0xe0)]=a55_0x123dce(0xca);const a55_0xd6c3aa={};a55_0xd6c3aa['Mocha']=0xfde8,a55_0xd6c3aa[a55_0x123dce(0x153)]=0xfde8,a55_0xd6c3aa['Jest']=0x186a0;const a55_0x52dad4={};a55_0x52dad4[a55_0x123dce(0x110)]=[a55_0x123dce(0xa7),'accessKey',a55_0x123dce(0xe6),'httpsProxy','customVariables',a55_0x123dce(0x16f),a55_0x123dce(0xf7),'proxyPassword',a55_0x123dce(0x134),a55_0x123dce(0x12e),a55_0x123dce(0x13e)],a55_0x52dad4['browserStackLocalOptions']=[a55_0x123dce(0x114),a55_0x123dce(0x14f),a55_0x123dce(0xc7),a55_0x123dce(0xad)];const a55_0x5e1ebc={};a55_0x5e1ebc[a55_0x123dce(0x13a)]=a55_0x123dce(0x13a),a55_0x5e1ebc['browserStackLocalOptions']=a55_0x123dce(0x10e),a55_0x5e1ebc[a55_0x123dce(0x150)]=a55_0x123dce(0x10e),a55_0x5e1ebc[a55_0x123dce(0x9c)]=a55_0x123dce(0x9c),a55_0x5e1ebc[a55_0x123dce(0x145)]=a55_0x123dce(0x145),a55_0x5e1ebc[a55_0x123dce(0xe8)]=a55_0x123dce(0xe8),a55_0x5e1ebc['httpProxy']='httpProxy',a55_0x5e1ebc[a55_0x123dce(0x15b)]=a55_0x123dce(0x15b),a55_0x5e1ebc[a55_0x123dce(0xf8)]=a55_0x123dce(0xf8),a55_0x5e1ebc['testContextOptions']=a55_0x123dce(0xd8),a55_0x5e1ebc[a55_0x123dce(0x10a)]=a55_0x123dce(0x10a),a55_0x5e1ebc[a55_0x123dce(0x12b)]=a55_0x123dce(0x12b),a55_0x5e1ebc[a55_0x123dce(0x154)]=a55_0x123dce(0x154),a55_0x5e1ebc[a55_0x123dce(0xe4)]=a55_0x123dce(0xe4),a55_0x5e1ebc[a55_0x123dce(0xee)]=a55_0x123dce(0xee),a55_0x5e1ebc['automation']=a55_0x123dce(0x177),a55_0x5e1ebc[a55_0x123dce(0x177)]=a55_0x123dce(0x177),a55_0x5e1ebc[a55_0x123dce(0xea)]=a55_0x123dce(0xea),a55_0x5e1ebc[a55_0x123dce(0x15a)]=a55_0x123dce(0x15a),a55_0x5e1ebc[a55_0x123dce(0xa8)]=a55_0x123dce(0xa8),a55_0x5e1ebc['percyCaptureMode']=a55_0x123dce(0x120),a55_0x5e1ebc[a55_0x123dce(0x10b)]=a55_0x123dce(0x10b),a55_0x5e1ebc['accessibility']=a55_0x123dce(0xe3),a55_0x5e1ebc[a55_0x123dce(0x9f)]=a55_0x123dce(0x9f),a55_0x5e1ebc['turboScale']=a55_0x123dce(0x13f),a55_0x5e1ebc[a55_0x123dce(0x14a)]='turboScaleOptions',a55_0x5e1ebc[a55_0x123dce(0xb1)]=a55_0x123dce(0xb1),a55_0x5e1ebc[a55_0x123dce(0x15c)]=a55_0x123dce(0x15c);const a55_0x25c0ac={};a55_0x25c0ac['.browserstack\x20folder\x20not\x20accessible']=[a55_0x123dce(0xdf),'[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a55_0x9eb535={};a55_0x9eb535[a55_0x123dce(0x11c)]=a55_0x5bb700,a55_0x9eb535[a55_0x123dce(0xd2)]=a55_0x43b350,a55_0x9eb535[a55_0x123dce(0xf5)]=a55_0x4f6a9b,a55_0x9eb535[a55_0x123dce(0x95)]=a55_0xdde9af,a55_0x9eb535[a55_0x123dce(0xa9)]=a55_0x393987,a55_0x9eb535[a55_0x123dce(0xf3)]=a55_0x2b2d13,a55_0x9eb535[a55_0x123dce(0xd3)]=a55_0x2e0959,a55_0x9eb535[a55_0x123dce(0x16b)]=a55_0x3248dc,a55_0x9eb535[a55_0x123dce(0xd7)]=a55_0x466462,a55_0x9eb535['INTEGRATIONS']=a55_0x1a8f12,a55_0x9eb535[a55_0x123dce(0x160)]=0xf*0x3c*0x3e8,a55_0x9eb535[a55_0x123dce(0x16d)]=a55_0x123dce(0x101),a55_0x9eb535[a55_0x123dce(0xcd)]=a55_0x123dce(0xb8),a55_0x9eb535[a55_0x123dce(0xc5)]=a55_0x123dce(0xc3),a55_0x9eb535['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x9eb535[a55_0x123dce(0x108)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x9eb535[a55_0x123dce(0xd1)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x9eb535[a55_0x123dce(0xa2)]=[a55_0x123dce(0x11a),'pageLoadStrategy',a55_0x123dce(0xa5),a55_0x123dce(0xf4),a55_0x123dce(0xf0),a55_0x123dce(0x12a),a55_0x123dce(0x102),a55_0x123dce(0x9b),'acceptSslCert',a55_0x123dce(0x11b),a55_0x123dce(0x129),'edgeOptions',a55_0x123dce(0xd4)],a55_0x9eb535[a55_0x123dce(0x146)]=/^[\w-]+:.*$/,a55_0x9eb535[a55_0x123dce(0xaf)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x9eb535[a55_0x123dce(0xd9)]='https://eds.browserstack.com',a55_0x9eb535[a55_0x123dce(0x15e)]=a55_0x123dce(0xb5),a55_0x9eb535['APP_UPLOAD_URL']=a55_0x123dce(0xcf),a55_0x9eb535['UPDATED_CLI_ENDPOINT']='sdk/v1/update_cli',a55_0x9eb535[a55_0x123dce(0xfd)]=a55_0x123dce(0xb9),a55_0x9eb535[a55_0x123dce(0xae)]=[a55_0x123dce(0x172),a55_0x123dce(0x147)],a55_0x9eb535[a55_0x123dce(0xf6)]=[a55_0x123dce(0x13c),'observability'],a55_0x9eb535['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x123dce(0x147)],a55_0x9eb535['OBSERVABILITY_UPLOAD_URL']=a55_0x123dce(0xab),a55_0x9eb535[a55_0x123dce(0x163)]=[a55_0x123dce(0x109),a55_0x123dce(0x164)],a55_0x9eb535['AUTOMATE']=[a55_0x123dce(0x172)],a55_0x9eb535[a55_0x123dce(0x116)]=a55_0x123dce(0x158),a55_0x9eb535['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x123dce(0x13d),a55_0x9eb535['APP_AUTOMATE']=[a55_0x123dce(0x13c)],a55_0x9eb535['NUDGE_LOCAL_ERRORS']=[a55_0x123dce(0xfa),'ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a55_0x123dce(0x132),a55_0x123dce(0xdc),a55_0x123dce(0xe9),'ERR_CONNECTION_REFUSED',a55_0x123dce(0xa3),a55_0x123dce(0x133),a55_0x123dce(0xfc),a55_0x123dce(0xba),a55_0x123dce(0xff),a55_0x123dce(0x105),a55_0x123dce(0x128),a55_0x123dce(0x11f),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a55_0x123dce(0xfc),a55_0x123dce(0xeb),a55_0x123dce(0x166)],a55_0x9eb535[a55_0x123dce(0x111)]=[a55_0x123dce(0x170),a55_0x123dce(0x135),a55_0x123dce(0x124)],a55_0x9eb535[a55_0x123dce(0xce)]=a55_0x123dce(0xcc),a55_0x9eb535[a55_0x123dce(0xa6)]=a55_0x123dce(0xf1),a55_0x9eb535['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a55_0x9eb535[a55_0x123dce(0x157)]=a55_0x123dce(0x155),a55_0x9eb535[a55_0x123dce(0x11e)]=a55_0x3e2f0f,a55_0x9eb535[a55_0x123dce(0x10c)]=[a55_0x123dce(0x11d),a55_0x123dce(0x109)],a55_0x9eb535[a55_0x123dce(0x169)]=a55_0x542bb2,a55_0x9eb535[a55_0x123dce(0x127)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x9eb535[a55_0x123dce(0x16c)]=a55_0x23da68,a55_0x9eb535[a55_0x123dce(0xb3)]=0x40*0x400,a55_0x9eb535[a55_0x123dce(0xdd)]=a55_0x123dce(0xb2),a55_0x9eb535[a55_0x123dce(0xe1)]='Upgrade\x20required',a55_0x9eb535[a55_0x123dce(0x126)]=a55_0x123dce(0x106),a55_0x9eb535['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0x123dce(0x152),a55_0x9eb535[a55_0x123dce(0x113)]=a55_0x123dce(0x14d),a55_0x9eb535[a55_0x123dce(0xc8)]=a55_0x123dce(0xac),a55_0x9eb535[a55_0x123dce(0xf2)]=a55_0x123dce(0x12f),a55_0x9eb535[a55_0x123dce(0x176)]=a55_0x123dce(0x99),a55_0x9eb535[a55_0x123dce(0x137)]=0x1388,a55_0x9eb535[a55_0x123dce(0x9a)]=0x1388,a55_0x9eb535[a55_0x123dce(0x10f)]=0x1388,a55_0x9eb535[a55_0x123dce(0xef)]=0x1388,a55_0x9eb535[a55_0x123dce(0xed)]=0xc350,a55_0x9eb535[a55_0x123dce(0x17a)]=a55_0xd6c3aa,a55_0x9eb535['REDACTED_KEYS']=a55_0x52dad4,a55_0x9eb535[a55_0x123dce(0x10d)]=['vanilla',a55_0x123dce(0x174)],a55_0x9eb535['SDK_INSTRUMENTATION_CONFIG']=a55_0x5e1ebc,a55_0x9eb535[a55_0x123dce(0xbf)]='/usage.log',a55_0x9eb535[a55_0x123dce(0x168)]=a55_0x123dce(0xcb),a55_0x9eb535[a55_0x123dce(0x165)]='browserstack.com',a55_0x9eb535['BSTACK_ATS_URL']=a55_0x123dce(0xc6),a55_0x9eb535[a55_0x123dce(0x15f)]='https://automation.browserstack.com',a55_0x9eb535[a55_0x123dce(0xb7)]=a55_0x123dce(0x123),a55_0x9eb535[a55_0x123dce(0x130)]='browserstack',a55_0x9eb535[a55_0x123dce(0x14c)]=[a55_0x123dce(0xbb),a55_0x123dce(0x179),a55_0x123dce(0x11d)],a55_0x9eb535[a55_0x123dce(0xb6)]=[a55_0x123dce(0x17c),a55_0x123dce(0x178),a55_0x123dce(0x148),a55_0x123dce(0x121),a55_0x123dce(0x171),a55_0x123dce(0x104)],a55_0x9eb535[a55_0x123dce(0x118)]='PLAYWRIGHT_TRACE_LOGS',a55_0x9eb535['SSL_ERROR_MESSAGES']=[a55_0x123dce(0x140),a55_0x123dce(0x142),'certificate\x20has\x20expired',a55_0x123dce(0x167),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x123dce(0xc2)],a55_0x9eb535['SSL_ERROR_CODES']=[a55_0x123dce(0x141),a55_0x123dce(0xc2),a55_0x123dce(0x107),a55_0x123dce(0x156),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x123dce(0xd5)],a55_0x9eb535['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x9eb535[a55_0x123dce(0x96)]=a55_0x25c0ac,a55_0x9eb535[a55_0x123dce(0xb0)]=['GLOBAL_AGENT_HTTP_PROXY',a55_0x123dce(0xfe),a55_0x123dce(0x13b)],a55_0x9eb535['BINARY_BUSY_ERROR_CODES']=[a55_0x123dce(0xbc),'EBUSY'],module[a55_0x123dce(0x136)]=a55_0x9eb535;const _env=(process[a55_0x123dce(0x17b)][a55_0x123dce(0xf9)]||a55_0x123dce(0x14b))[a55_0x123dce(0x119)]();if(_env==='staging'||_env==='stag'){const IJsdoT=a55_0x123dce(0xd6)[a55_0x123dce(0x15d)]('|');let YIazSV=0x0;while(!![]){switch(IJsdoT[YIazSV++]){case'0':module[a55_0x123dce(0x136)][a55_0x123dce(0x165)]='bsstag.com';continue;case'1':module['exports'][a55_0x123dce(0x139)]=a55_0x123dce(0x100);continue;case'2':module[a55_0x123dce(0x136)][a55_0x123dce(0xcd)]=a55_0x123dce(0x16a);continue;case'3':module[a55_0x123dce(0x136)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'4':module[a55_0x123dce(0x136)][a55_0x123dce(0x159)]=a55_0x123dce(0xd0);continue;case'5':module['exports'][a55_0x123dce(0x15e)]=a55_0x123dce(0x103);continue;case'6':module[a55_0x123dce(0x136)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x123dce(0xa1);continue;case'7':module[a55_0x123dce(0x136)][a55_0x123dce(0xec)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x123dce(0x136)][a55_0x123dce(0xd9)]=a55_0x123dce(0x144);continue;case'9':module[a55_0x123dce(0x136)][a55_0x123dce(0x116)]=a55_0x123dce(0xc0);continue;case'10':module[a55_0x123dce(0x136)][a55_0x123dce(0x157)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a55_0x123dce(0x136)][a55_0x123dce(0x15f)]='https://observability-devtestops.bsstag.com';continue;case'12':module['exports'][a55_0x123dce(0x130)]='bsstag';continue;}break;}}else{if(_env===a55_0x123dce(0x173)||_env==='pre-prod'){const dlRZTn=a55_0x123dce(0x12c)[a55_0x123dce(0x15d)]('|');let dtBGkf=0x0;while(!![]){switch(dlRZTn[dtBGkf++]){case'0':module['exports']['BROWSERSTACK']=a55_0x123dce(0x115);continue;case'1':module[a55_0x123dce(0x136)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x123dce(0x125);continue;case'2':module[a55_0x123dce(0x136)]['OBSERVABILITY_UPLOAD_URL']=a55_0x123dce(0x9e);continue;case'3':module['exports']['O11Y_URL']=a55_0x123dce(0x149);continue;case'4':module[a55_0x123dce(0x136)][a55_0x123dce(0xd9)]=a55_0x123dce(0x144);continue;case'5':module[a55_0x123dce(0x136)][a55_0x123dce(0xec)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module['exports']['BSTACK_URL']='bsstag.com';continue;case'7':module[a55_0x123dce(0x136)][a55_0x123dce(0x16d)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'8':module[a55_0x123dce(0x136)][a55_0x123dce(0x122)]=a55_0x123dce(0x12d);continue;case'9':module[a55_0x123dce(0x136)][a55_0x123dce(0x159)]=a55_0x123dce(0x98);continue;case'10':module[a55_0x123dce(0x136)][a55_0x123dce(0x157)]=a55_0x123dce(0x175);continue;case'11':module[a55_0x123dce(0x136)][a55_0x123dce(0xcd)]='https://tcg-preprod.bsstag.com';continue;case'12':module[a55_0x123dce(0x136)]['BROWSERSTACK_API_URL']=a55_0x123dce(0x98);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_0x2b8d27=a56_0x3b70;function a56_0x3b70(_0x13f83e,_0x11b9b2){const _0x919a28=a56_0x919a();return a56_0x3b70=function(_0x3b706b,_0x4378ae){_0x3b706b=_0x3b706b-0x1ea;let _0x2ca9a6=_0x919a28[_0x3b706b];return _0x2ca9a6;},a56_0x3b70(_0x13f83e,_0x11b9b2);}(function(_0x3bf911,_0x2e04fb){const _0x4acb80=a56_0x3b70,_0x1e3919=_0x3bf911();while(!![]){try{const _0x30b3b5=-parseInt(_0x4acb80(0x1f3))/0x1+parseInt(_0x4acb80(0x1fc))/0x2+-parseInt(_0x4acb80(0x1fd))/0x3*(parseInt(_0x4acb80(0x1f2))/0x4)+parseInt(_0x4acb80(0x1eb))/0x5+parseInt(_0x4acb80(0x1fb))/0x6*(parseInt(_0x4acb80(0x1ef))/0x7)+parseInt(_0x4acb80(0x1ee))/0x8*(-parseInt(_0x4acb80(0x1f8))/0x9)+parseInt(_0x4acb80(0x1ec))/0xa;if(_0x30b3b5===_0x2e04fb)break;else _0x1e3919['push'](_0x1e3919['shift']());}catch(_0x207161){_0x1e3919['push'](_0x1e3919['shift']());}}}(a56_0x919a,0xb8451));const logReportingAPI=require(a56_0x2b8d27(0x1fa)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x55818a,_0x22b126){return _0x123298=>{const _0x4ec51c=a56_0x3b70;BSTestOpsLogger[_0x4ec51c(0x1f1)]({'level':_0x123298[_0x4ec51c(0x1ed)]?_0x123298[_0x4ec51c(0x1ed)][_0x4ec51c(0x1f0)]:null,'message':_0x123298[_0x4ec51c(0x1fe)]?_0x123298[_0x4ec51c(0x1fe)][_0x4ec51c(0x1f6)]('\x20'):null});};}exports['configure']=(_0x35ae77,_0x25365a)=>{const _0x3cabc1=a56_0x2b8d27,_0x3444b3={'WRxAM':function(_0x2198b9,_0xd3d4c9,_0x4ac539){return _0x2198b9(_0xd3d4c9,_0x4ac539);}};let _0x472f88=_0x25365a[_0x3cabc1(0x1ea)];return _0x35ae77['layout']&&(_0x472f88=_0x25365a[_0x3cabc1(0x1f4)](_0x35ae77[_0x3cabc1(0x1f4)][_0x3cabc1(0x1f5)],_0x35ae77['layout'])),_0x3444b3[_0x3cabc1(0x1f7)](BSTestOpsLog4JSAppender,_0x472f88,_0x35ae77[_0x3cabc1(0x1f9)]);};function a56_0x919a(){const _0x425a65=['440919YmZgjr','timezoneOffset','./logReportingAPI','4219440OfTzHm','2143464RuLmQx','29157WyHnCc','data','colouredLayout','3984810FqGgHU','3380130dBdoMu','level','120oHrvST','14DdWoNU','levelStr','log','596luNwWB','675422NZzIDc','layout','type','join','WRxAM'];a56_0x919a=function(){return _0x425a65;};return a56_0x919a();}
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_0x4930b1=a57_0x9fe2;function a57_0x9fe2(_0x17f76a,_0x399ad0){const _0x32c714=a57_0x32c7();return a57_0x9fe2=function(_0x9fe277,_0x3a66b7){_0x9fe277=_0x9fe277-0xef;let _0x4edb59=_0x32c714[_0x9fe277];return _0x4edb59;},a57_0x9fe2(_0x17f76a,_0x399ad0);}(function(_0x2f0875,_0x1ce95c){const _0x1dae5f=a57_0x9fe2,_0x406e47=_0x2f0875();while(!![]){try{const _0x125d02=parseInt(_0x1dae5f(0x100))/0x1*(parseInt(_0x1dae5f(0x106))/0x2)+parseInt(_0x1dae5f(0xf6))/0x3+parseInt(_0x1dae5f(0xfd))/0x4*(parseInt(_0x1dae5f(0xfb))/0x5)+parseInt(_0x1dae5f(0x10b))/0x6*(parseInt(_0x1dae5f(0xef))/0x7)+parseInt(_0x1dae5f(0xf9))/0x8*(parseInt(_0x1dae5f(0xf2))/0x9)+-parseInt(_0x1dae5f(0x108))/0xa*(-parseInt(_0x1dae5f(0xfa))/0xb)+-parseInt(_0x1dae5f(0x109))/0xc;if(_0x125d02===_0x1ce95c)break;else _0x406e47['push'](_0x406e47['shift']());}catch(_0x132322){_0x406e47['push'](_0x406e47['shift']());}}}(a57_0x32c7,0x5a647));function a57_0x32c7(){const _0xf63232=['INFO','TEST_LOG','4PVPFjv','exports','winston-transport','toISOString','ERROR','log','64906gFydgc','WARN','50guJZuX','12639828kvaqgV','../../helpers/test-observability/constants','1662meoEWb','1946ulrjaM','error','toLowerCase','23553SycxIr','DEBUG','bs:addLog:','debug','221856fJzeHo','TRACE','logToTestOps','968dEBrzs','1250777VrznuN','322005pzuBdJ','join','16CRdaKN'];a57_0x32c7=function(){return _0xf63232;};return a57_0x32c7();}const Transport=require(a57_0x4930b1(0x102)),{consoleHolder}=require(a57_0x4930b1(0x10a)),a57_0x1dcd9b={};a57_0x1dcd9b[a57_0x4930b1(0xfe)]=a57_0x4930b1(0xfe),a57_0x1dcd9b[a57_0x4930b1(0x104)]=a57_0x4930b1(0x104),a57_0x1dcd9b[a57_0x4930b1(0xf3)]=a57_0x4930b1(0xf3),a57_0x1dcd9b[a57_0x4930b1(0xf7)]=a57_0x4930b1(0xf7),a57_0x1dcd9b[a57_0x4930b1(0x107)]='WARN';const LOG_LEVELS=a57_0x1dcd9b;class logPatcher extends Transport{constructor(_0x1f1f1b){super(_0x1f1f1b);}['logToTestOps']=(_0x45575a=LOG_LEVELS[a57_0x4930b1(0xfe)],_0x215dc4=[''])=>{const _0x5c9f8d=a57_0x4930b1,_0x244126={};_0x244126['HZxFb']=_0x5c9f8d(0xff);const _0x2cdff1=_0x244126;consoleHolder[_0x45575a[_0x5c9f8d(0xf1)]()](..._0x215dc4),process['emit'](_0x5c9f8d(0xf4)+process['pid'],{'timestamp':new Date()[_0x5c9f8d(0x103)](),'level':_0x45575a['toUpperCase'](),'message':'\x22'+_0x215dc4[_0x5c9f8d(0xfc)](',\x20')+'\x22','kind':_0x2cdff1['HZxFb'],'http_response':{}});};['trace']=(..._0x371d13)=>{const _0x5199b2=a57_0x4930b1;this['logToTestOps'](LOG_LEVELS[_0x5199b2(0xf7)],_0x371d13);};[a57_0x4930b1(0xf5)]=(..._0x26ab61)=>{const _0x1886d3=a57_0x4930b1;this['logToTestOps'](LOG_LEVELS[_0x1886d3(0xf3)],_0x26ab61);};['info']=(..._0x448d8a)=>{const _0x4e7073=a57_0x4930b1;this[_0x4e7073(0xf8)](LOG_LEVELS[_0x4e7073(0xfe)],_0x448d8a);};['warn']=(..._0x4cdcf5)=>{const _0x596996=a57_0x4930b1;this[_0x596996(0xf8)](LOG_LEVELS[_0x596996(0x107)],_0x4cdcf5);};[a57_0x4930b1(0xf0)]=(..._0xb61992)=>{const _0x322816=a57_0x4930b1;this[_0x322816(0xf8)](LOG_LEVELS[_0x322816(0x104)],_0xb61992);};[a57_0x4930b1(0x105)]=(..._0x2891eb)=>{const _0x457e41=a57_0x4930b1;this[_0x457e41(0xf8)](LOG_LEVELS[_0x457e41(0xfe)],_0x2891eb);};};module[a57_0x4930b1(0x101)]=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;
@@ -1 +1 @@
1
- function a58_0x5235(_0x4e4f3b,_0x41a0e3){const _0x50cb4a=a58_0x50cb();return a58_0x5235=function(_0x52359c,_0x32dcdf){_0x52359c=_0x52359c-0x18a;let _0x3e24ae=_0x50cb4a[_0x52359c];return _0x3e24ae;},a58_0x5235(_0x4e4f3b,_0x41a0e3);}const a58_0x1629d6=a58_0x5235;(function(_0x453516,_0x4a53b8){const _0x87650c=a58_0x5235,_0x54778c=_0x453516();while(!![]){try{const _0x5312ea=parseInt(_0x87650c(0x1a9))/0x1+-parseInt(_0x87650c(0x1a0))/0x2+-parseInt(_0x87650c(0x18c))/0x3*(-parseInt(_0x87650c(0x196))/0x4)+-parseInt(_0x87650c(0x194))/0x5+parseInt(_0x87650c(0x193))/0x6*(-parseInt(_0x87650c(0x18f))/0x7)+parseInt(_0x87650c(0x1aa))/0x8*(-parseInt(_0x87650c(0x1a4))/0x9)+parseInt(_0x87650c(0x1a1))/0xa;if(_0x5312ea===_0x4a53b8)break;else _0x54778c['push'](_0x54778c['shift']());}catch(_0x8d9dc2){_0x54778c['push'](_0x54778c['shift']());}}}(a58_0x50cb,0x2bfdb));const Transport=require('winston-transport'),{consoleHolder}=require(a58_0x1629d6(0x18a)),a58_0x41251e={};a58_0x41251e[a58_0x1629d6(0x190)]=a58_0x1629d6(0x190),a58_0x41251e[a58_0x1629d6(0x19f)]='ERROR',a58_0x41251e[a58_0x1629d6(0x1a3)]='DEBUG',a58_0x41251e[a58_0x1629d6(0x198)]='TRACE',a58_0x41251e[a58_0x1629d6(0x199)]=a58_0x1629d6(0x199);const LOG_LEVELS=a58_0x41251e;function a58_0x50cb(){const _0x54947e=['WARN','logToTestOps','hjTPS','logged','toUpperCase','level','ERROR','10018xqbjqU','3156650OqMZfn','debug','DEBUG','22257teGDFu','log','toISOString','exports','Ssaaf','30103DevsPk','104fCpRyM','../../helpers/test-observability/constants','TEST_LOG','696351NKiFlr','nrEaj','toLowerCase','1992592iZcfyJ','INFO','warn','FQGHp','6VpfpNV','379420xNVShu','info','4xPPHXO','emit','TRACE'];a58_0x50cb=function(){return _0x54947e;};return a58_0x50cb();}class logReportingAPI extends Transport{constructor(_0x515ada){super(_0x515ada);}[a58_0x1629d6(0x1a5)](_0x5178f0,_0x4552e7){const _0xb6fdc7=a58_0x1629d6,_0x51b1f2={'Ssaaf':_0xb6fdc7(0x19c),'oaqAi':function(_0x3817cc,_0x4fdf3f){return _0x3817cc(_0x4fdf3f);},'hjTPS':function(_0x328dbd,_0x356f7a){return _0x328dbd===_0x356f7a;},'GSOnN':'object','FQGHp':function(_0x526993){return _0x526993();}};_0x51b1f2['oaqAi'](setImmediate,()=>{const _0x88aca5=_0xb6fdc7;this[_0x88aca5(0x197)](_0x51b1f2[_0x88aca5(0x1a8)],_0x5178f0);}),_0x51b1f2[_0xb6fdc7(0x19b)](typeof _0x5178f0,_0x51b1f2['GSOnN'])?this[_0xb6fdc7(0x19a)](_0x5178f0[_0xb6fdc7(0x19e)]||LOG_LEVELS[_0xb6fdc7(0x190)],_0x5178f0['message'],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x5178f0),_0x4552e7&&_0x51b1f2[_0xb6fdc7(0x192)](_0x4552e7);}[a58_0x1629d6(0x19a)]=(_0x43d911=LOG_LEVELS[a58_0x1629d6(0x190)],_0x532653='',_0x2b3b56=!![])=>{const _0x25f1d7=a58_0x1629d6,_0x5d506a={};_0x5d506a[_0x25f1d7(0x18d)]=_0x25f1d7(0x18b);const _0x4228d6=_0x5d506a;_0x2b3b56&&consoleHolder[_0x43d911[_0x25f1d7(0x18e)]()](_0x532653),process[_0x25f1d7(0x197)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x25f1d7(0x1a6)](),'level':_0x43d911[_0x25f1d7(0x19d)](),'message':_0x532653,'kind':_0x4228d6[_0x25f1d7(0x18d)],'http_response':{}});};['trace']=(_0xb55dab,_0x582850)=>{const _0x4e1d4d=a58_0x1629d6;this['logToTestOps'](LOG_LEVELS[_0x4e1d4d(0x198)],_0xb55dab);};[a58_0x1629d6(0x1a2)]=(_0xd65179,_0x3a29eb)=>{const _0x58d00f=a58_0x1629d6;this[_0x58d00f(0x19a)](LOG_LEVELS['DEBUG'],_0xd65179);};[a58_0x1629d6(0x195)]=(_0x31679,_0x20b309)=>{const _0x512c04=a58_0x1629d6;this[_0x512c04(0x19a)](LOG_LEVELS[_0x512c04(0x190)],_0x31679);};[a58_0x1629d6(0x191)]=(_0x57352a,_0x4e721b)=>{const _0x45102c=a58_0x1629d6;this[_0x45102c(0x19a)](LOG_LEVELS[_0x45102c(0x199)],_0x57352a);};['error']=(_0x4578d3,_0x177c1d)=>{const _0x122230=a58_0x1629d6;this['logToTestOps'](LOG_LEVELS[_0x122230(0x19f)],_0x4578d3);};};module[a58_0x1629d6(0x1a7)]=logReportingAPI;
1
+ const a58_0x28110a=a58_0x27ab;(function(_0x197a84,_0x3dd674){const _0x87b31a=a58_0x27ab,_0x119374=_0x197a84();while(!![]){try{const _0x39a485=-parseInt(_0x87b31a(0xac))/0x1*(-parseInt(_0x87b31a(0x9c))/0x2)+parseInt(_0x87b31a(0xa0))/0x3+-parseInt(_0x87b31a(0x94))/0x4*(-parseInt(_0x87b31a(0x93))/0x5)+parseInt(_0x87b31a(0xa4))/0x6+parseInt(_0x87b31a(0x98))/0x7*(parseInt(_0x87b31a(0xa2))/0x8)+parseInt(_0x87b31a(0xa5))/0x9+-parseInt(_0x87b31a(0xb0))/0xa;if(_0x39a485===_0x3dd674)break;else _0x119374['push'](_0x119374['shift']());}catch(_0x63de21){_0x119374['push'](_0x119374['shift']());}}}(a58_0x5a15,0x797f4));const Transport=require(a58_0x28110a(0x9d)),{consoleHolder}=require(a58_0x28110a(0xaa)),a58_0x7884c6={};a58_0x7884c6[a58_0x28110a(0xa7)]=a58_0x28110a(0xa7),a58_0x7884c6[a58_0x28110a(0xab)]=a58_0x28110a(0xab),a58_0x7884c6['DEBUG']=a58_0x28110a(0x9e),a58_0x7884c6[a58_0x28110a(0xb2)]=a58_0x28110a(0xb2),a58_0x7884c6[a58_0x28110a(0xa9)]=a58_0x28110a(0xa9);const LOG_LEVELS=a58_0x7884c6;class logReportingAPI extends Transport{constructor(_0x4572d2){super(_0x4572d2);}[a58_0x28110a(0xae)](_0x576b10,_0x5005c7){const _0x4a29c1=a58_0x28110a,_0x6492f0={'XZEVy':'logged','Cpefw':function(_0x1d2172,_0x3c6636){return _0x1d2172(_0x3c6636);},'YVUnc':function(_0x4b5551,_0x51b32d){return _0x4b5551===_0x51b32d;},'mBkRZ':'object','eeLBc':function(_0x1472d3){return _0x1472d3();}};_0x6492f0[_0x4a29c1(0xb4)](setImmediate,()=>{const _0x3a6a87=_0x4a29c1;this[_0x3a6a87(0x99)](_0x6492f0[_0x3a6a87(0x96)],_0x576b10);}),_0x6492f0[_0x4a29c1(0xa8)](typeof _0x576b10,_0x6492f0[_0x4a29c1(0x95)])?this[_0x4a29c1(0xaf)](_0x576b10[_0x4a29c1(0xad)]||LOG_LEVELS[_0x4a29c1(0xa7)],_0x576b10['message'],![]):this[_0x4a29c1(0xaf)](LOG_LEVELS['INFO'],_0x576b10),_0x5005c7&&_0x6492f0[_0x4a29c1(0xb1)](_0x5005c7);}[a58_0x28110a(0xaf)]=(_0x5a0c3e=LOG_LEVELS[a58_0x28110a(0xa7)],_0x50887a='',_0x2109e2=!![])=>{const _0x46192e=a58_0x28110a,_0x3f8f97={};_0x3f8f97[_0x46192e(0x9b)]=_0x46192e(0xa1);const _0x2066f4=_0x3f8f97;_0x2109e2&&consoleHolder[_0x5a0c3e['toLowerCase']()](_0x50887a),process['emit'](_0x46192e(0x9a)+process[_0x46192e(0x9f)],{'timestamp':new Date()[_0x46192e(0xb3)](),'level':_0x5a0c3e['toUpperCase'](),'message':_0x50887a,'kind':_0x2066f4[_0x46192e(0x9b)],'http_response':{}});};[a58_0x28110a(0xa3)]=(_0x28def5,_0xd507b)=>{const _0x3cecb7=a58_0x28110a;this['logToTestOps'](LOG_LEVELS[_0x3cecb7(0xb2)],_0x28def5);};['debug']=(_0x52e2de,_0x179652)=>{const _0x80b844=a58_0x28110a;this[_0x80b844(0xaf)](LOG_LEVELS['DEBUG'],_0x52e2de);};[a58_0x28110a(0xa6)]=(_0x5b45ce,_0x48c06c)=>{const _0x45327d=a58_0x28110a;this[_0x45327d(0xaf)](LOG_LEVELS['INFO'],_0x5b45ce);};['warn']=(_0x189d06,_0x163e15)=>{const _0x5de456=a58_0x28110a;this['logToTestOps'](LOG_LEVELS[_0x5de456(0xa9)],_0x189d06);};['error']=(_0x190995,_0x3ad1fd)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x190995);};}function a58_0x27ab(_0x3ed350,_0x1edd4b){const _0x5a1575=a58_0x5a15();return a58_0x27ab=function(_0x27ab0a,_0x2fbdcd){_0x27ab0a=_0x27ab0a-0x93;let _0x57ccbc=_0x5a1575[_0x27ab0a];return _0x57ccbc;},a58_0x27ab(_0x3ed350,_0x1edd4b);}function a58_0x5a15(){const _0x8c8159=['XZEVy','exports','164423csQznN','emit','bs:addLog:','jdvOG','1422114CnIoJb','winston-transport','DEBUG','pid','475629GfoVEU','TEST_LOG','320odUfaB','trace','2774262UHMyaN','7746921wzwJvz','info','INFO','YVUnc','WARN','../../helpers/test-observability/constants','ERROR','1EFzxsn','level','log','logToTestOps','27818420oRpXHo','eeLBc','TRACE','toISOString','Cpefw','367970HTNNXx','8kjqlxM','mBkRZ'];a58_0x5a15=function(){return _0x8c8159;};return a58_0x5a15();};module[a58_0x28110a(0x97)]=logReportingAPI;