browserstack-node-sdk 1.46.3 → 1.46.5

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 (187) 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/generated/sdk-messages_pb.d.ts +116 -0
  41. package/generated/sdk-messages_pb.js +902 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +66 -0
  44. package/package.json +1 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/runner.js +1 -1
  94. package/src/bin/setup.js +1 -1
  95. package/src/bin/test-runner/index.js +1 -1
  96. package/src/bin/test-runner/runTest.js +1 -1
  97. package/src/bin/test-runner/testWorker.js +1 -1
  98. package/src/bin/utils/apiUtilityMethods.js +1 -1
  99. package/src/bin/utils/clientTroubleshootingService.js +1 -0
  100. package/src/bin/utils/constants.js +1 -1
  101. package/src/bin/utils/log4jsAppender.js +1 -1
  102. package/src/bin/utils/logPatcher.js +1 -1
  103. package/src/bin/utils/logReportingAPI.js +1 -1
  104. package/src/bin/utils/playwright-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  118. package/src/bin/v2/framework/testFramework.js +1 -1
  119. package/src/bin/v2/grpcClient.js +1 -1
  120. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  121. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  122. package/src/bin/v2/instances/trackedContext.js +1 -1
  123. package/src/bin/v2/instances/trackedInstance.js +1 -1
  124. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  125. package/src/bin/v2/modules/baseModule.js +1 -1
  126. package/src/bin/v2/modules/observabilityModule.js +1 -1
  127. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  128. package/src/bin/v2/modules/testhubModule.js +1 -1
  129. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  130. package/src/bin/v2/state/hookState.js +1 -1
  131. package/src/bin/v2/state/testFrameworkState.js +1 -1
  132. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  133. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  134. package/src/bin/vanilla-js/command.js +1 -1
  135. package/src/browserStackSdk.js +1 -1
  136. package/src/helpers/BrowserStackSetup.js +1 -1
  137. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  138. package/src/helpers/accessibility-automation/constants.js +1 -1
  139. package/src/helpers/accessibility-automation/helper.js +1 -1
  140. package/src/helpers/accessibility-automation/scripts.js +1 -1
  141. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  142. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  143. package/src/helpers/ats/constants.js +1 -1
  144. package/src/helpers/ats/helper.js +1 -1
  145. package/src/helpers/capsMapping.js +1 -1
  146. package/src/helpers/central-scanner/constants.js +1 -1
  147. package/src/helpers/central-scanner/helpers.js +1 -1
  148. package/src/helpers/classLogger.js +1 -1
  149. package/src/helpers/globals.js +1 -1
  150. package/src/helpers/helper.js +1 -1
  151. package/src/helpers/logger.js +1 -1
  152. package/src/helpers/metadata.js +1 -1
  153. package/src/helpers/patchHelper.js +1 -1
  154. package/src/helpers/patchHelpers.js +1 -1
  155. package/src/helpers/percy/Percy.js +1 -1
  156. package/src/helpers/percy/PercyBinary.js +1 -1
  157. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  158. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  159. package/src/helpers/percy/PercySDK.js +1 -1
  160. package/src/helpers/percy/index.js +1 -1
  161. package/src/helpers/percy/utils.js +1 -1
  162. package/src/helpers/performance/constants.js +1 -1
  163. package/src/helpers/performance/performance-tester.js +1 -1
  164. package/src/helpers/playwright-helper.js +1 -1
  165. package/src/helpers/processHelper.js +1 -1
  166. package/src/helpers/request-spy.js +1 -1
  167. package/src/helpers/setKeepAlive.js +1 -1
  168. package/src/helpers/test-observability/constants.js +1 -1
  169. package/src/helpers/test-observability/error-handler.js +1 -1
  170. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  171. package/src/helpers/test-observability/sessionHandler.js +1 -1
  172. package/src/helpers/test-observability/utils.js +1 -1
  173. package/src/helpers/test-orchestration/constants.js +1 -1
  174. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  175. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  176. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  177. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  178. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  179. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  180. package/src/helpers/testhub/constants.js +1 -1
  181. package/src/helpers/testhub/testhubHandler.js +1 -1
  182. package/src/helpers/testhub/utils.js +1 -1
  183. package/src/helpers/timeoutPromise.js +1 -1
  184. package/src/helpers/utilities.js +1 -1
  185. package/src/helpers/w3cMapping.js +1 -1
  186. package/src/hubAllocationMethods.js +1 -1
  187. 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_0x37c7(){const _0x4f2bf2=['6327AJUWvx','YqeIj','../helpers/logger','writeFileSync','replace','readFileSync','iMHdk','browserstack-node-sdk','indexOf','error','oOiez','../helpers/utilities','zKGHX','3651637pZFsiY','1048gyBIsn','debug','load','12935oKrKPM','OMdya','codeceptjs','eHESU','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','push','GJniP','join','4twXwNs','length','browserstack-node-sdk\x20','lBajh','node-setup','Dqmxg','stringify','/../../browserstack.pw.yml.sample','JOWyl','fpjfb','590828aMbnIC','node','Setup\x20completed','winstonLogger','yargs','cwd','197553THfbJI','1050180DvdhCW','mzQcF','5246bTUsAa','postinstall','npm\x20update\x20browserstack-node-sdk','Adding\x20new\x20script(s)\x20in\x20package.json...','includes','rkxvF','playwright','WNMjc','key','/package.json','YOUR_ACCESS_KEY','67ljFUHS','mNWLC','HHXfr','\x20&&\x20npm\x20update\x20browserstack-node-sdk','QxKoj','isUndefined','../helpers/helper','username','SDKSetup','info','xRRhq','js-yaml','YOUR_USERNAME','split','mocha','jest','162iciThk','utf8','/../../browserstack.yml.sample','splice','source','argv','parse','-browserstack','scripts'];a49_0x37c7=function(){return _0x4f2bf2;};return a49_0x37c7();}const a49_0x2249f9=a49_0x6eac;(function(_0x9ea819,_0x561848){const _0x5e5548=a49_0x6eac,_0x1c9819=_0x9ea819();while(!![]){try{const _0x5431dd=parseInt(_0x5e5548(0x166))/0x1*(parseInt(_0x5e5548(0x15b))/0x2)+parseInt(_0x5e5548(0x158))/0x3*(parseInt(_0x5e5548(0x198))/0x4)+parseInt(_0x5e5548(0x190))/0x5*(-parseInt(_0x5e5548(0x176))/0x6)+parseInt(_0x5e5548(0x1a2))/0x7+-parseInt(_0x5e5548(0x18d))/0x8*(-parseInt(_0x5e5548(0x17f))/0x9)+parseInt(_0x5e5548(0x159))/0xa+-parseInt(_0x5e5548(0x18c))/0xb;if(_0x5431dd===_0x561848)break;else _0x1c9819['push'](_0x1c9819['shift']());}catch(_0x45f1d8){_0x1c9819['push'](_0x1c9819['shift']());}}}(a49_0x37c7,0x1d9cb));function a49_0x6eac(_0x2600f1,_0x56906e){const _0x37c707=a49_0x37c7();return a49_0x6eac=function(_0x6eac98,_0x26cac1){_0x6eac98=_0x6eac98-0x157;let _0x4e523e=_0x37c707[_0x6eac98];return _0x4e523e;},a49_0x6eac(_0x2600f1,_0x56906e);}const fs=require('fs'),helper=require(a49_0x2249f9(0x16c)),utilities=require(a49_0x2249f9(0x18a)),yaml=require(a49_0x2249f9(0x171)),yargs=require(a49_0x2249f9(0x1a6)),logger=require(a49_0x2249f9(0x181))[a49_0x2249f9(0x1a5)],configFileTemplate=__dirname+a49_0x2249f9(0x178),configFileTemplatePW=__dirname+a49_0x2249f9(0x19f),configFile=process[a49_0x2249f9(0x157)]()+'/browserstack.yml',packageFile=process[a49_0x2249f9(0x157)]()+a49_0x2249f9(0x164),frameworks=[a49_0x2249f9(0x174),a49_0x2249f9(0x175),'cucumber-js',a49_0x2249f9(0x1a3),'nightwatch',a49_0x2249f9(0x192),a49_0x2249f9(0x161)];let config;logger[a49_0x2249f9(0x16f)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x2249f9(0x17b)][a49_0x2249f9(0x16d)],yargs['argv'][a49_0x2249f9(0x163)],yargs[a49_0x2249f9(0x17b)][a49_0x2249f9(0x161)]);try{sdkSetup();}catch(a49_0x204e94){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x204e94);}addScriptInPackageJson();function createConfigurationFile(_0x47c303,_0x172649,_0x20a878=![]){const _0x51042e=a49_0x2249f9,_0x3a1375={};_0x3a1375['YqeIj']=_0x51042e(0x177),_0x3a1375[_0x51042e(0x162)]=_0x51042e(0x172),_0x3a1375[_0x51042e(0x167)]=_0x51042e(0x165);const _0x5276d9=_0x3a1375;try{let _0x46f28e=fs[_0x51042e(0x184)](_0x20a878?configFileTemplatePW:configFileTemplate,_0x5276d9[_0x51042e(0x180)]);_0x47c303&&(_0x46f28e=_0x46f28e[_0x51042e(0x183)](_0x5276d9['WNMjc'],_0x47c303)),_0x172649&&(_0x46f28e=_0x46f28e['replace'](_0x5276d9['mNWLC'],_0x172649)),config=yaml[_0x51042e(0x18f)](_0x46f28e),fs[_0x51042e(0x182)](configFile,_0x46f28e,_0x3fb82e=>{const _0x5c4655=_0x51042e;_0x3fb82e&&logger[_0x5c4655(0x188)](_0x3fb82e);});}catch(_0x2f96b7){logger[_0x51042e(0x188)](_0x2f96b7);}}function addPostInstallScript(_0x3030e2,_0x5520f6){const _0x49a614=a49_0x2249f9,_0x437a51={};_0x437a51[_0x49a614(0x196)]=_0x49a614(0x15c),_0x437a51[_0x49a614(0x15a)]=_0x49a614(0x15d),_0x437a51['lBajh']=_0x49a614(0x169);const _0x47f1a4=_0x437a51;let _0xf06b8b=_0x3030e2[_0x47f1a4[_0x49a614(0x196)]];if(_0xf06b8b&&_0xf06b8b[_0x49a614(0x15f)](_0x47f1a4[_0x49a614(0x15a)]))return;!_0xf06b8b?_0xf06b8b=_0x47f1a4['mzQcF']:_0xf06b8b+=_0x47f1a4[_0x49a614(0x19b)],_0x5520f6['push']([_0x47f1a4[_0x49a614(0x196)],_0xf06b8b]);}function addScriptInPackageJson(){const _0xc96f1f=a49_0x2249f9,_0x22b886={'WdaLr':_0xc96f1f(0x177),'OMdya':function(_0x4b0a26,_0x576e9e){return _0x4b0a26<_0x576e9e;},'fpjfb':function(_0x2c3190,_0x54d93b,_0x308798){return _0x2c3190(_0x54d93b,_0x308798);},'zKGHX':function(_0x2a5320,_0x5c8f5f,_0x27c665){return _0x2a5320(_0x5c8f5f,_0x27c665);},'eHESU':function(_0x40c97c,_0x19c05b){return _0x40c97c!==_0x19c05b;},'HHXfr':_0xc96f1f(0x15e)},_0x40161c=JSON[_0xc96f1f(0x17c)](fs[_0xc96f1f(0x184)](packageFile,_0x22b886['WdaLr'])),_0x1c8bfb=[];for(let _0x48f73a=0x0;_0x22b886[_0xc96f1f(0x191)](_0x48f73a,frameworks[_0xc96f1f(0x199)]);_0x48f73a+=0x1){const _0x288069=_0x22b886['fpjfb'](findScriptsWithFramework,_0x40161c['scripts'],frameworks[_0x48f73a]);for(let _0x3b454e=0x0;_0x22b886[_0xc96f1f(0x191)](_0x3b454e,_0x288069['length']);_0x3b454e+=0x1){_0x1c8bfb[_0xc96f1f(0x195)](_0x22b886[_0xc96f1f(0x1a1)](getUpdatedCommand,_0x40161c[_0xc96f1f(0x17e)],_0x288069[_0x3b454e]));}_0x22b886[_0xc96f1f(0x18b)](addPostInstallScript,_0x40161c['scripts'],_0x1c8bfb);}const _0x455bce={..._0x40161c[_0xc96f1f(0x17e)]},_0x1c687a=_0x455bce;for(let _0x1f4ebb=0x0;_0x22b886['OMdya'](_0x1f4ebb,_0x1c8bfb['length']);_0x1f4ebb+=0x1){_0x1c687a[_0x1c8bfb[_0x1f4ebb][0x0]]=_0x1c8bfb[_0x1f4ebb][0x1];}_0x22b886[_0xc96f1f(0x193)](JSON[_0xc96f1f(0x19e)](_0x40161c[_0xc96f1f(0x17e)]),JSON[_0xc96f1f(0x19e)](_0x1c687a))&&(logger['info'](_0x22b886[_0xc96f1f(0x168)]),_0x40161c[_0xc96f1f(0x17e)]=_0x1c687a,fs[_0xc96f1f(0x182)](packageFile,JSON['stringify'](_0x40161c,null,0x2),_0xc0bf9d=>{const _0x135832=_0xc96f1f;_0xc0bf9d&&logger[_0x135832(0x188)](_0xc0bf9d);}));};function findScriptsWithFramework(_0x195e8b,_0x5a76a1){const _0x19d9c2=a49_0x2249f9,_0x4d709a={};_0x4d709a[_0x19d9c2(0x185)]=function(_0x5278ac,_0xcb74fc){return _0x5278ac<_0xcb74fc;},_0x4d709a[_0x19d9c2(0x1a0)]=_0x19d9c2(0x186);const _0x9b87d5=_0x4d709a,_0x4f793b=[],_0x26df5c=Object['entries'](_0x195e8b);for(let _0x557d96=0x0;_0x9b87d5[_0x19d9c2(0x185)](_0x557d96,_0x26df5c[_0x19d9c2(0x199)]);_0x557d96+=0x1){_0x26df5c[_0x557d96][0x1][_0x19d9c2(0x15f)](_0x5a76a1)&&!_0x26df5c[_0x557d96][0x1][_0x19d9c2(0x15f)](_0x9b87d5[_0x19d9c2(0x1a0)])&&_0x4f793b[_0x19d9c2(0x195)](_0x26df5c[_0x557d96][0x0]);}return _0x4f793b;}function getUpdatedCommand(_0x5c9e2d,_0x3e623b){const _0x16a15e=a49_0x2249f9,_0x10dab2={};_0x10dab2[_0x16a15e(0x170)]=function(_0x4eefae,_0x446b4c){return _0x4eefae!==_0x446b4c;},_0x10dab2['rkxvF']=_0x16a15e(0x186),_0x10dab2[_0x16a15e(0x189)]=function(_0x83cb8,_0x1d072b){return _0x83cb8===_0x1d072b;};const _0x95ceb8=_0x10dab2,_0x18545a=_0x3e623b+_0x16a15e(0x17d),_0x402ff4=_0x5c9e2d[_0x3e623b],_0x55ca42=_0x402ff4[_0x16a15e(0x173)]('\x20');for(const _0x393156 of frameworks){if(_0x95ceb8['xRRhq'](_0x55ca42[_0x16a15e(0x187)](_0x393156),-0x1)){_0x55ca42[_0x16a15e(0x179)](_0x55ca42[_0x16a15e(0x187)](_0x393156),0x0,_0x95ceb8[_0x16a15e(0x160)]);break;}}let _0x1ca435=_0x55ca42[_0x16a15e(0x197)]('\x20');return _0x95ceb8[_0x16a15e(0x189)](_0x1ca435,_0x402ff4)&&(_0x1ca435=_0x16a15e(0x19a)+_0x402ff4),[_0x18545a,_0x1ca435];}function sdkSetup(){const _0x487ca4=a49_0x2249f9,_0x3f99a6={};_0x3f99a6[_0x487ca4(0x16a)]=_0x487ca4(0x19c),_0x3f99a6[_0x487ca4(0x19d)]=_0x487ca4(0x16e);const _0xf67e95=_0x3f99a6;if(helper[_0x487ca4(0x16b)](config))return;config[_0x487ca4(0x17a)]=_0xf67e95['QxKoj'];try{utilities['fireFunnelTestEvent'](_0xf67e95[_0x487ca4(0x19d)],{},config,'');}catch(_0x23d670){logger[_0x487ca4(0x18e)](_0x487ca4(0x194)+_0x23d670);}}logger[a49_0x2249f9(0x16f)](a49_0x2249f9(0x1a4));
3
+ const a49_0x1c76cf=a49_0x4aeb;(function(_0x210361,_0x241bfc){const _0x2ba2ee=a49_0x4aeb,_0x851ae=_0x210361();while(!![]){try{const _0xf640f=parseInt(_0x2ba2ee(0x1a6))/0x1+-parseInt(_0x2ba2ee(0x196))/0x2*(parseInt(_0x2ba2ee(0x192))/0x3)+-parseInt(_0x2ba2ee(0x1a0))/0x4+parseInt(_0x2ba2ee(0x1ca))/0x5*(parseInt(_0x2ba2ee(0x1ae))/0x6)+parseInt(_0x2ba2ee(0x183))/0x7*(parseInt(_0x2ba2ee(0x197))/0x8)+parseInt(_0x2ba2ee(0x188))/0x9+-parseInt(_0x2ba2ee(0x19b))/0xa;if(_0xf640f===_0x241bfc)break;else _0x851ae['push'](_0x851ae['shift']());}catch(_0x33faf5){_0x851ae['push'](_0x851ae['shift']());}}}(a49_0x4365,0xe2d33));const fs=require('fs'),helper=require(a49_0x1c76cf(0x1c7)),utilities=require(a49_0x1c76cf(0x1ac)),yaml=require('js-yaml'),yargs=require(a49_0x1c76cf(0x1a2)),logger=require(a49_0x1c76cf(0x1b9))[a49_0x1c76cf(0x1bc)],configFileTemplate=__dirname+a49_0x1c76cf(0x1ba),configFileTemplatePW=__dirname+a49_0x1c76cf(0x1c1),configFile=process[a49_0x1c76cf(0x18a)]()+'/browserstack.yml',packageFile=process[a49_0x1c76cf(0x18a)]()+'/package.json',frameworks=[a49_0x1c76cf(0x1a1),a49_0x1c76cf(0x193),a49_0x1c76cf(0x182),'node','nightwatch',a49_0x1c76cf(0x18c),a49_0x1c76cf(0x1a8)];function a49_0x4365(){const _0x2f05e1=['source','isUndefined','load','browserstack-node-sdk\x20','../helpers/logger','/../../browserstack.yml.sample','debug','winstonLogger','join','browserstack-node-sdk','UISdF','-browserstack','/../../browserstack.pw.yml.sample','split','info','entries','zctji','indexOf','../helpers/helper','writeFileSync','dcyoM','796135dRkqlH','parse','cucumber-js','7IuCfaK','error','SDKSetup','lvMpi','vOTKg','15560370tWUkqP','FYGvg','cwd','utf8','codeceptjs','scripts','vvCPn','gkbCi','GvbLN','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','14127yxfODJ','jest','laMrU','npm\x20update\x20browserstack-node-sdk','166kYVGDD','6224872zkqwEh','RPAir','length','argv','34597730YgzgUF','readFileSync','sEeFj','username','ADYTB','2273836FXdwpo','mocha','yargs','tTOZh','includes','Creating\x20configuration\x20file...','1567299GbaffL','push','playwright','key','Adding\x20new\x20script(s)\x20in\x20package.json...','fireFunnelTestEvent','../helpers/utilities','hhVGk','48eVhljh','stringify','YOUR_USERNAME','Setup\x20completed','postinstall','Fbwlj','DXJGF'];a49_0x4365=function(){return _0x2f05e1;};return a49_0x4365();}let config;logger[a49_0x1c76cf(0x1c3)](a49_0x1c76cf(0x1a5)),createConfigurationFile(yargs[a49_0x1c76cf(0x19a)][a49_0x1c76cf(0x19e)],yargs[a49_0x1c76cf(0x19a)][a49_0x1c76cf(0x1a9)],yargs[a49_0x1c76cf(0x19a)][a49_0x1c76cf(0x1a8)]);try{sdkSetup();}catch(a49_0x3619f2){logger[a49_0x1c76cf(0x1bb)](a49_0x1c76cf(0x191)+a49_0x3619f2);}addScriptInPackageJson();function createConfigurationFile(_0x16db25,_0x44eb19,_0x2943c5=![]){const _0x1debad=a49_0x1c76cf,_0x39fcfb={};_0x39fcfb[_0x1debad(0x18f)]=_0x1debad(0x18b),_0x39fcfb[_0x1debad(0x19d)]=_0x1debad(0x1b0),_0x39fcfb[_0x1debad(0x189)]='YOUR_ACCESS_KEY';const _0x1896b0=_0x39fcfb;try{let _0x4e834e=fs['readFileSync'](_0x2943c5?configFileTemplatePW:configFileTemplate,_0x1896b0[_0x1debad(0x18f)]);_0x16db25&&(_0x4e834e=_0x4e834e['replace'](_0x1896b0[_0x1debad(0x19d)],_0x16db25)),_0x44eb19&&(_0x4e834e=_0x4e834e['replace'](_0x1896b0[_0x1debad(0x189)],_0x44eb19)),config=yaml[_0x1debad(0x1b7)](_0x4e834e),fs[_0x1debad(0x1c8)](configFile,_0x4e834e,_0x39e7ae=>{const _0xbc9c18=_0x1debad;_0x39e7ae&&logger[_0xbc9c18(0x184)](_0x39e7ae);});}catch(_0x469c8c){logger[_0x1debad(0x184)](_0x469c8c);}}function addPostInstallScript(_0xb53956,_0x22110e){const _0x36fe72=a49_0x1c76cf,_0x376e5c={};_0x376e5c['GvbLN']=_0x36fe72(0x1b2),_0x376e5c[_0x36fe72(0x1b4)]=_0x36fe72(0x195),_0x376e5c[_0x36fe72(0x186)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x18b9a6=_0x376e5c;let _0x20ead7=_0xb53956[_0x18b9a6['GvbLN']];if(_0x20ead7&&_0x20ead7[_0x36fe72(0x1a4)](_0x18b9a6[_0x36fe72(0x1b4)]))return;!_0x20ead7?_0x20ead7=_0x18b9a6['DXJGF']:_0x20ead7+=_0x18b9a6[_0x36fe72(0x186)],_0x22110e[_0x36fe72(0x1a7)]([_0x18b9a6[_0x36fe72(0x190)],_0x20ead7]);}function a49_0x4aeb(_0x2a27d5,_0x18bd7e){const _0x436531=a49_0x4365();return a49_0x4aeb=function(_0x4aeb60,_0x4b75b8){_0x4aeb60=_0x4aeb60-0x181;let _0x34fd53=_0x436531[_0x4aeb60];return _0x34fd53;},a49_0x4aeb(_0x2a27d5,_0x18bd7e);}function addScriptInPackageJson(){const _0x429e82=a49_0x1c76cf,_0x5a0bdd={'tTOZh':'utf8','hhVGk':function(_0x2508e6,_0x5b0fd8){return _0x2508e6<_0x5b0fd8;},'ADYTB':function(_0x23566e,_0x1d5988,_0x664dc0){return _0x23566e(_0x1d5988,_0x664dc0);},'ouLJX':function(_0x2a068c,_0x1fcb4f){return _0x2a068c<_0x1fcb4f;},'WzMdz':function(_0x4b1576,_0x1abd6c){return _0x4b1576<_0x1abd6c;},'gEmLb':function(_0x2ca197,_0x7dcf30){return _0x2ca197!==_0x7dcf30;},'laMrU':_0x429e82(0x1aa)},_0x3a2fb8=JSON[_0x429e82(0x181)](fs[_0x429e82(0x19c)](packageFile,_0x5a0bdd[_0x429e82(0x1a3)])),_0xb1f009=[];for(let _0x48a0be=0x0;_0x5a0bdd[_0x429e82(0x1ad)](_0x48a0be,frameworks[_0x429e82(0x199)]);_0x48a0be+=0x1){const _0x197835=_0x5a0bdd[_0x429e82(0x19f)](findScriptsWithFramework,_0x3a2fb8['scripts'],frameworks[_0x48a0be]);for(let _0x42aa9f=0x0;_0x5a0bdd['ouLJX'](_0x42aa9f,_0x197835[_0x429e82(0x199)]);_0x42aa9f+=0x1){_0xb1f009[_0x429e82(0x1a7)](_0x5a0bdd[_0x429e82(0x19f)](getUpdatedCommand,_0x3a2fb8[_0x429e82(0x18d)],_0x197835[_0x42aa9f]));}_0x5a0bdd[_0x429e82(0x19f)](addPostInstallScript,_0x3a2fb8[_0x429e82(0x18d)],_0xb1f009);}const _0x324f63={..._0x3a2fb8[_0x429e82(0x18d)]},_0xd87b27=_0x324f63;for(let _0x36380a=0x0;_0x5a0bdd['WzMdz'](_0x36380a,_0xb1f009[_0x429e82(0x199)]);_0x36380a+=0x1){_0xd87b27[_0xb1f009[_0x36380a][0x0]]=_0xb1f009[_0x36380a][0x1];}_0x5a0bdd['gEmLb'](JSON[_0x429e82(0x1af)](_0x3a2fb8[_0x429e82(0x18d)]),JSON['stringify'](_0xd87b27))&&(logger[_0x429e82(0x1c3)](_0x5a0bdd[_0x429e82(0x194)]),_0x3a2fb8[_0x429e82(0x18d)]=_0xd87b27,fs[_0x429e82(0x1c8)](packageFile,JSON['stringify'](_0x3a2fb8,null,0x2),_0x3a32de=>{const _0x43f039=_0x429e82;_0x3a32de&&logger[_0x43f039(0x184)](_0x3a32de);}));};function findScriptsWithFramework(_0x3518df,_0xc9934a){const _0x3007e9=a49_0x1c76cf,_0x41f702={};_0x41f702[_0x3007e9(0x1b3)]=function(_0x401f8e,_0x119bf3){return _0x401f8e<_0x119bf3;},_0x41f702['RPAir']=_0x3007e9(0x1be);const _0x2659de=_0x41f702,_0x53dfb5=[],_0x582d81=Object[_0x3007e9(0x1c4)](_0x3518df);for(let _0x72a47f=0x0;_0x2659de['Fbwlj'](_0x72a47f,_0x582d81[_0x3007e9(0x199)]);_0x72a47f+=0x1){_0x582d81[_0x72a47f][0x1]['includes'](_0xc9934a)&&!_0x582d81[_0x72a47f][0x1][_0x3007e9(0x1a4)](_0x2659de[_0x3007e9(0x198)])&&_0x53dfb5[_0x3007e9(0x1a7)](_0x582d81[_0x72a47f][0x0]);}return _0x53dfb5;}function getUpdatedCommand(_0x126388,_0x12c9f8){const _0x41abfb=a49_0x1c76cf,_0x53928d={};_0x53928d[_0x41abfb(0x1bf)]=function(_0x1c4356,_0x250e69){return _0x1c4356!==_0x250e69;},_0x53928d['vOTKg']=_0x41abfb(0x1be),_0x53928d[_0x41abfb(0x1c9)]=function(_0x3625b3,_0x5d7ec5){return _0x3625b3===_0x5d7ec5;};const _0x582646=_0x53928d,_0x3eb682=_0x12c9f8+_0x41abfb(0x1c0),_0x217480=_0x126388[_0x12c9f8],_0x115f14=_0x217480[_0x41abfb(0x1c2)]('\x20');for(const _0x4af738 of frameworks){if(_0x582646[_0x41abfb(0x1bf)](_0x115f14[_0x41abfb(0x1c6)](_0x4af738),-0x1)){_0x115f14['splice'](_0x115f14['indexOf'](_0x4af738),0x0,_0x582646[_0x41abfb(0x187)]);break;}}let _0x8e1d18=_0x115f14[_0x41abfb(0x1bd)]('\x20');return _0x582646[_0x41abfb(0x1c9)](_0x8e1d18,_0x217480)&&(_0x8e1d18=_0x41abfb(0x1b8)+_0x217480),[_0x3eb682,_0x8e1d18];}function sdkSetup(){const _0x358552=a49_0x1c76cf,_0x13f883={};_0x13f883[_0x358552(0x18e)]='node-setup',_0x13f883['zctji']=_0x358552(0x185);const _0xca8e34=_0x13f883;if(helper[_0x358552(0x1b6)](config))return;config[_0x358552(0x1b5)]=_0xca8e34[_0x358552(0x18e)];try{utilities[_0x358552(0x1ab)](_0xca8e34[_0x358552(0x1c5)],{},config,'');}catch(_0x5b69ee){logger[_0x358552(0x1bb)](_0x358552(0x191)+_0x5b69ee);}}logger['info'](a49_0x1c76cf(0x1b1));
@@ -1 +1 @@
1
- function a50_0x2c22(){const _0x204c78=['info','results','Running\x20','2750050SVuJxO','418109HenzDM','QyohP','15OVGCya','config','platform','platform-run-failure','length','2875439sGAtjT','Lprxh','9wsIABo','SDK_SETUP','platform-run-success','error','json','vanillaWorker','pJfaq','HQWjm','../../helpers/logger','LoiyV','winstonLogger','xrzRU','SegiC','exitCode','then','OBlAn','IKVDi','test-file-success','HNxYS','EVENTS','QKDIf','Ykvpy','hfbqp','Snvev','map','all','_child','../../helpers/performance/performance-tester','TTPyu','configuration','worker_threads','stdout','platforms','bUHPg','167464mdwtPZ','PZBIZ','Worker','emittery','parallelCucumberRun','waitForExit','tHIhj','VqRXS','pipe','getStderr','629958Gexzbx','jiqkd','2ekVzOo','UrBWi','aiGFQ','hsCyV','./testWorker.js','getStdout','log','jest-worker','_workerPool','Workers\x20failed\x20to\x20exit\x20gracefully','../../helpers/performance/constants','getWorkers','test-file-failure','emit','3333304WzCFRE','UoKaJ','GLrWY','wddME','stderr','GWSIT','resolve','stop','20npHSMN','end','ExkUX','push','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','syFZu','GDDQA','worker','UNSTABLE_onCustomMessage','511660yJlfSc','test-file-start','Exception\x20in\x20sending\x20worker\x20message\x20','format','zmiKe','aJetC','debug'];a50_0x2c22=function(){return _0x204c78;};return a50_0x2c22();}const a50_0x1524e8=a50_0x143c;function a50_0x143c(_0x1828df,_0x1357fa){const _0x2c2258=a50_0x2c22();return a50_0x143c=function(_0x143c70,_0x283490){_0x143c70=_0x143c70-0xdc;let _0x3fa0b2=_0x2c2258[_0x143c70];return _0x3fa0b2;},a50_0x143c(_0x1828df,_0x1357fa);}(function(_0x6412ad,_0x3672e4){const _0x2b0815=a50_0x143c,_0x28ddfd=_0x6412ad();while(!![]){try{const _0x453222=parseInt(_0x2b0815(0x134))/0x1*(-parseInt(_0x2b0815(0x10a))/0x2)+parseInt(_0x2b0815(0x136))/0x3*(parseInt(_0x2b0815(0x129))/0x4)+-parseInt(_0x2b0815(0x120))/0x5*(parseInt(_0x2b0815(0x108))/0x6)+parseInt(_0x2b0815(0x13b))/0x7+parseInt(_0x2b0815(0x118))/0x8+parseInt(_0x2b0815(0xdc))/0x9*(-parseInt(_0x2b0815(0x133))/0xa)+-parseInt(_0x2b0815(0xfe))/0xb;if(_0x453222===_0x3672e4)break;else _0x28ddfd['push'](_0x28ddfd['shift']());}catch(_0x14cb52){_0x28ddfd['push'](_0x28ddfd['shift']());}}}(a50_0x2c22,0x52b11));const Worker=require(a50_0x1524e8(0x111))[a50_0x1524e8(0x100)],Emittery=require(a50_0x1524e8(0x101)),pLimit=require('p-limit'),{parentPort}=require(a50_0x1524e8(0xfa)),util=require('util'),logger=require(a50_0x1524e8(0xe4))[a50_0x1524e8(0xe6)],PerformanceTester=require(a50_0x1524e8(0xf7)),PerformanceEvents=require(a50_0x1524e8(0x114))[a50_0x1524e8(0xef)],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports['parallelTestRun']=(_0x5dfa7b,_0x3613b1,_0x544495)=>new Promise(async _0x445352=>{const _0x191123=a50_0x1524e8,_0x1703eb={'SegiC':'failureCount','aiGFQ':function(_0x349807,_0x136a8c){return _0x349807+_0x136a8c;},'UoKaJ':_0x191123(0x131),'ExkUX':_0x191123(0x113),'OBlAn':function(_0x7ece78,_0x19d168){return _0x7ece78(_0x19d168);},'GWSIT':function(_0x55a958,_0x1aa53c){return _0x55a958(_0x1aa53c);},'QKDIf':_0x191123(0x12a),'HQWjm':_0x191123(0x10e),'bUHPg':_0x191123(0x127),'pJfaq':_0x191123(0xe0),'Snvev':'pipe','jiqkd':function(_0x5ab075,_0xac939){return _0x5ab075*_0xac939;},'PZBIZ':_0x191123(0xed),'CMsZS':_0x191123(0x116)},_0xa0d5c5=_0x544495[_0x191123(0x137)],_0x353bf8={},_0x2b7db8=new Worker(require['resolve'](_0x1703eb[_0x191123(0xe3)]),{'exposedMethods':[_0x1703eb[_0x191123(0xfd)]],'forkOptions':{'serialization':_0x1703eb[_0x191123(0xe2)],'stdio':_0x1703eb[_0x191123(0xf3)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1703eb[_0x191123(0x109)](_0x3613b1,0x1),'enableWorkerThreads':!![]}),_0x1e24ff=new Emittery();_0x1e24ff['on'](_0x1703eb[_0x191123(0xff)],_0x50c731=>{const _0x351d4f=_0x191123;_0x353bf8[_0x50c731[0x0]]?(_0x353bf8[_0x50c731[0x0]][_0x1703eb[_0x351d4f(0xe8)]]=_0x1703eb[_0x351d4f(0x10c)](_0x353bf8[_0x50c731[0x0]][_0x1703eb[_0x351d4f(0xe8)]],_0x50c731[0x1][_0x1703eb[_0x351d4f(0xe8)]]),_0x353bf8[_0x50c731[0x0]][_0x1703eb[_0x351d4f(0x119)]]=[..._0x353bf8[_0x50c731[0x0]][_0x1703eb[_0x351d4f(0x119)]],..._0x50c731[0x1][_0x1703eb[_0x351d4f(0x119)]]]):_0x353bf8[_0x50c731[0x0]]={'failureCount':_0x50c731[0x1][_0x1703eb['SegiC']],'results':[..._0x50c731[0x1][_0x1703eb[_0x351d4f(0x119)]]]};}),_0x1e24ff['on'](_0x1703eb['CMsZS'],_0x3fbcbf=>console[_0x191123(0x110)](_0x3fbcbf[0x1]));_0x2b7db8[_0x191123(0x10f)]()&&_0x2b7db8['getStdout']()['pipe'](process[_0x191123(0xfb)]);_0x2b7db8[_0x191123(0x107)]()&&_0x2b7db8[_0x191123(0x107)]()[_0x191123(0x106)](process[_0x191123(0x11c)]);const _0x2dfdb7=async()=>{const _0x23795d=_0x191123,{forceExited:_0x226339}=await _0x2b7db8[_0x23795d(0x121)]();_0x226339&&console[_0x23795d(0xdf)](_0x1703eb[_0x23795d(0x122)]);try{await TestHubHandler[_0x23795d(0x11f)]();}catch(_0x4726a6){_0x1703eb[_0x23795d(0xeb)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x4726a6);}_0x1703eb[_0x23795d(0x11d)](_0x445352,_0x353bf8);},_0x522217=_0x1703eb[_0x191123(0xeb)](pLimit,_0x1703eb[_0x191123(0x109)](_0x3613b1,0x1)),_0x4b7959=_0x299a75=>_0x522217(async()=>{const _0x299295=_0x191123;await _0x1e24ff[_0x299295(0x117)](_0x1703eb[_0x299295(0xf0)],_0x299a75);const _0x525c2f=_0x2b7db8['worker'](_0x299a75,_0xa0d5c5);try{parentPort&&_0x525c2f[_0x299295(0x128)](_0x13b612=>{const _0x8ed933=_0x299295;try{parentPort['postMessage'](_0x13b612);}catch(_0xbb4077){logger[_0x8ed933(0x12f)](_0x8ed933(0x12b)+util['format'](_0xbb4077));}});}catch(_0x2782a4){logger[_0x299295(0x12f)](_0x299295(0x124)+util[_0x299295(0x12c)](_0x2782a4));}return _0x525c2f;});PerformanceTester[_0x191123(0x121)](PerformanceEvents[_0x191123(0xdd)]),Promise[_0x191123(0xf5)](_0x5dfa7b[_0x191123(0xf4)](_0x547f98=>_0x4b7959(_0x547f98)[_0x191123(0xea)](_0x53a40f=>_0x1e24ff[_0x191123(0x117)](_0x191123(0xed),[_0x547f98['configuration'][_0x191123(0x138)],_0x53a40f]),_0x1036a0=>_0x1e24ff[_0x191123(0x117)](_0x191123(0x116),[_0x547f98,_0x1036a0]))))['then'](_0x2dfdb7,_0x2dfdb7);}),exports[a50_0x1524e8(0x102)]=(_0x1c14d4,_0x3e09c6,_0x116f1e,_0x5a7a6d,_0x35ce09)=>{const _0x448061=a50_0x1524e8,_0x2ccbf5={'OZFkm':_0x448061(0x113),'IKVDi':function(_0x45803f,_0x46b69d){return _0x45803f(_0x46b69d);},'Ykvpy':'platform-run-start','igvgE':_0x448061(0x10e),'HNxYS':'cucumberWorker','Lprxh':'json','syFZu':_0x448061(0x106),'DnoCC':'platform-run-success','zmiKe':_0x448061(0x139),'hsCyV':function(_0x55a4f3,_0x5ae6f3){return _0x55a4f3(_0x5ae6f3);}};return new Promise(_0x49618c=>{const _0x5f5ba6=_0x448061,_0x24d8da={};_0x24d8da['GLUye']=_0x2ccbf5[_0x5f5ba6(0xf1)];const _0x2905db=_0x24d8da,_0x1166df=[],_0x5c96df=new Worker(require['resolve'](_0x2ccbf5['igvgE']),{'exposedMethods':[_0x2ccbf5[_0x5f5ba6(0xee)]],'forkOptions':{'serialization':_0x2ccbf5[_0x5f5ba6(0x13c)],'stdio':_0x2ccbf5[_0x5f5ba6(0x125)]},'numWorkers':_0x1c14d4['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x188388=new Emittery();_0x188388['on'](_0x2ccbf5['DnoCC'],_0x34775d=>{const _0xcfa358=_0x5f5ba6;_0x1166df[_0xcfa358(0x123)]([_0x34775d[0x0],_0x34775d[0x1]]);}),_0x188388['on'](_0x2ccbf5[_0x5f5ba6(0x12d)],_0x2ddcc2=>console['log'](_0x2ddcc2[0x1]));_0x5c96df['getStdout']()&&_0x5c96df[_0x5f5ba6(0x10f)]()['pipe'](process['stdout']);_0x5c96df[_0x5f5ba6(0x107)]()&&_0x5c96df[_0x5f5ba6(0x107)]()[_0x5f5ba6(0x106)](process[_0x5f5ba6(0x11c)]);const _0x3612fa=async()=>{const _0x98d632=_0x5f5ba6,{forceExited:_0x24c800}=await _0x5c96df[_0x98d632(0x121)]();_0x24c800&&console[_0x98d632(0xdf)](_0x2ccbf5['OZFkm']),_0x2ccbf5[_0x98d632(0xec)](_0x49618c,_0x1166df);},_0x2942ae=_0x2ccbf5[_0x5f5ba6(0x10d)](pLimit,_0x1c14d4[_0x5f5ba6(0x13a)]||0x1),_0x8043f8=(_0x103b19,_0x1388f0)=>_0x2942ae(async()=>{const _0x4bc9b4=_0x5f5ba6;return await _0x188388[_0x4bc9b4(0x117)](_0x2905db['GLUye'],_0x103b19),_0x3e09c6['platformCaps']=_0x116f1e[_0x4bc9b4(0xfc)][_0x1388f0],_0x5c96df['cucumberWorker'](_0x103b19,_0x3e09c6,_0x116f1e,_0x5a7a6d,_0x35ce09);});Promise[_0x5f5ba6(0xf5)](_0x1c14d4[_0x5f5ba6(0xf4)]((_0x3edde4,_0x3d122d)=>_0x8043f8(_0x3edde4,_0x3d122d)['then'](_0x219762=>_0x188388[_0x5f5ba6(0x117)](_0x5f5ba6(0xde),[_0x3edde4,_0x219762]),_0x389e92=>_0x188388['emit'](_0x5f5ba6(0x139),[_0x3edde4,_0x389e92]))))['then'](_0x3612fa,_0x3612fa);});},exports['parallelVanillaRun']=(_0x271ee7,_0x2559af)=>new Promise(_0x410c35=>{const _0x3c4e22=a50_0x1524e8,_0xbcb41b={'ohdxY':function(_0x19db75,_0x494be3){return _0x19db75===_0x494be3;},'VqRXS':function(_0x5dbc48,_0x537b75){return _0x5dbc48!==_0x537b75;},'UrBWi':'exit','tHIhj':'Workers\x20failed\x20to\x20exit\x20gracefully','hfbqp':function(_0x2ee881,_0x414119){return _0x2ee881(_0x414119);},'TTPyu':_0x3c4e22(0x10e),'wddME':_0x3c4e22(0xe1),'QyohP':_0x3c4e22(0xe0),'YoEKp':_0x3c4e22(0x106),'IvXZd':'test-file-success','GLrWY':_0x3c4e22(0x116),'LoiyV':function(_0x5f1a18,_0x1ef0e8){return _0x5f1a18(_0x1ef0e8);}},_0x31c3e3={},_0x1c5ffc=new Worker(require[_0x3c4e22(0x11e)](_0xbcb41b[_0x3c4e22(0xf8)]),{'exposedMethods':[_0xbcb41b[_0x3c4e22(0x11b)]],'forkOptions':{'serialization':_0xbcb41b[_0x3c4e22(0x135)],'stdio':_0xbcb41b['YoEKp']},'numWorkers':_0x2559af,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x2926de=new Emittery();_0x2926de['on'](_0xbcb41b['IvXZd'],_0x8b9eaf=>{const _0x5151ca=_0x3c4e22;_0x8b9eaf[0x0]&&logger[_0x5151ca(0x130)](_0x5151ca(0x132)+_0x8b9eaf[0x1]+'\x20for',_0x8b9eaf[0x0]);}),_0x2926de['on'](_0xbcb41b[_0x3c4e22(0x11a)],_0xdd2c5f=>{process['exitCode']=0x1;});_0x1c5ffc[_0x3c4e22(0x10f)]()&&_0x1c5ffc[_0x3c4e22(0x10f)]()[_0x3c4e22(0x106)](process[_0x3c4e22(0xfb)]);_0x1c5ffc[_0x3c4e22(0x107)]()&&_0x1c5ffc[_0x3c4e22(0x107)]()[_0x3c4e22(0x106)](process[_0x3c4e22(0x11c)]);const _0x4448e2=async()=>{const _0x13eaab=_0x3c4e22,_0x29d992={'xrzRU':function(_0x493f4a,_0xea1207){return _0xbcb41b['ohdxY'](_0x493f4a,_0xea1207);},'GDDQA':function(_0x3150b9,_0x3571fd){const _0x5d5f65=a50_0x143c;return _0xbcb41b[_0x5d5f65(0x105)](_0x3150b9,_0x3571fd);},'aJetC':_0xbcb41b[_0x13eaab(0x10b)]};let _0x157cef=0x0;const _0x58ee86=_0x1c5ffc[_0x13eaab(0x112)][_0x13eaab(0x115)](),_0x421487=()=>{},_0x5e204b=_0x58ee86['map'](async _0x1826c6=>{const _0x404bc0=_0x13eaab;_0x1826c6['send']([0x2,![]],_0x421487,_0x421487,_0x421487),_0x1826c6[_0x404bc0(0xf6)]['on'](_0x29d992[_0x404bc0(0x12e)],_0x547dc4=>{const _0xc9368a=_0x404bc0;_0x29d992[_0xc9368a(0xe7)](_0x157cef,0x0)&&_0x29d992[_0xc9368a(0x126)](_0x547dc4,0x0)&&(_0x157cef=_0x547dc4);}),await _0x1826c6[_0x404bc0(0x103)]();});await Promise[_0x13eaab(0xf5)](_0x5e204b),process[_0x13eaab(0xe9)]=_0x157cef;const {forceExited:_0x2ed7ff}=await _0x1c5ffc['end']();_0x2ed7ff&&console['error'](_0xbcb41b[_0x13eaab(0x104)]),_0xbcb41b[_0x13eaab(0xf2)](_0x410c35,_0x31c3e3);},_0x41b705=_0xbcb41b[_0x3c4e22(0xe5)](pLimit,_0x2559af),_0x5670fa=_0x554fac=>_0x41b705(async()=>{return _0x1c5ffc['vanillaWorker'](_0x554fac);});Promise[_0x3c4e22(0xf5)](_0x271ee7[_0x3c4e22(0xf4)](_0x15f16d=>_0x5670fa(_0x15f16d)[_0x3c4e22(0xea)](_0x1ab70c=>_0x2926de[_0x3c4e22(0x117)]('test-file-success',[_0x15f16d[_0x3c4e22(0xf9)]['platform'],_0x15f16d['configuration']['file']]),_0x2dab33=>_0x2926de['emit'](_0x3c4e22(0x116),[_0x15f16d,_0x2dab33]))))[_0x3c4e22(0xea)](_0x4448e2,_0x4448e2);});
1
+ function a50_0x1315(_0x31424c,_0x2a5de8){const _0xf13311=a50_0xf133();return a50_0x1315=function(_0x1315e5,_0x53d86d){_0x1315e5=_0x1315e5-0x1b7;let _0x1f0528=_0xf13311[_0x1315e5];return _0x1f0528;},a50_0x1315(_0x31424c,_0x2a5de8);}const a50_0xdbd38=a50_0x1315;function a50_0xf133(){const _0xc163d1=['results','platform-run-failure','../../helpers/performance/performance-tester','map','lOLhE','Zzwsa','winstonLogger','config','all','SDK_SETUP','length','end','jest-worker','p-limit','JMxCx','getWorkers','send','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','fuBCy','MspSE','Workers\x20failed\x20to\x20exit\x20gracefully','4386112DOgnql','configuration','format','vWllk','dmtqP','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','cudVe','stdout','YQGhO','PCokG','error','aQFjG','log','1890904gbudFu','failureCount','VknfM','getStderr','YRbAM','Worker','info','test-file-success','KpIsk','REvwY','KkzPc','test-file-failure','GkXJs','waitForExit','qWEJZ','cucumberWorker','push','worker','vanillaWorker','postMessage','4670435hGHIon','platform-run-success','platform','KbTxu','ENtyu','KGjJp','HSqQG','../../helpers/logger','Exception\x20in\x20sending\x20worker\x20message\x20','worker_threads','5007006jyxphP','../../helpers/test-observability/utils','pipe','stderr','parallelVanillaRun','FBxvr','rLTmE','QEQfD','stop','resolve','LyRYd','216686aBEPan','_child','GZlua','then','oyAHP','parallelCucumberRun','ZdCfO','json','572365eakMJi','emit','cKYwl','./testWorker.js','1225359BzNwTr','parallelTestRun','ECWZT','exitCode','platform-run-start','test-file-start','getStdout','6FpTrXe','mQcry','\x20for','debug'];a50_0xf133=function(){return _0xc163d1;};return a50_0xf133();}(function(_0x11e655,_0x139ccc){const _0x2ef58d=a50_0x1315,_0x7579e2=_0x11e655();while(!![]){try{const _0x2275db=-parseInt(_0x2ef58d(0x1ba))/0x1*(parseInt(_0x2ef58d(0x1cd))/0x2)+parseInt(_0x2ef58d(0x1c6))/0x3+parseInt(_0x2ef58d(0x1e6))/0x4+parseInt(_0x2ef58d(0x1c2))/0x5+-parseInt(_0x2ef58d(0x211))/0x6+parseInt(_0x2ef58d(0x207))/0x7+-parseInt(_0x2ef58d(0x1f3))/0x8;if(_0x2275db===_0x139ccc)break;else _0x7579e2['push'](_0x7579e2['shift']());}catch(_0x3dcb10){_0x7579e2['push'](_0x7579e2['shift']());}}}(a50_0xf133,0x8a1e9));const Worker=require(a50_0xdbd38(0x1dd))[a50_0xdbd38(0x1f8)],Emittery=require('emittery'),pLimit=require(a50_0xdbd38(0x1de)),{parentPort}=require(a50_0xdbd38(0x210)),util=require('util'),logger=require(a50_0xdbd38(0x20e))[a50_0xdbd38(0x1d7)],PerformanceTester=require(a50_0xdbd38(0x1d3)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],{debug}=require(a50_0xdbd38(0x212)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports[a50_0xdbd38(0x1c7)]=(_0x2891e3,_0x249168,_0x3f3868)=>new Promise(async _0x53e71a=>{const _0x55544c=a50_0xdbd38,_0x4f5803={'MspSE':_0x55544c(0x1f4),'HSqQG':function(_0x319845,_0x55ff5f){return _0x319845+_0x55ff5f;},'dmtqP':_0x55544c(0x1d1),'GkXJs':'Workers\x20failed\x20to\x20exit\x20gracefully','fuBCy':function(_0x399766,_0x1b54e3){return _0x399766(_0x1b54e3);},'KkzPc':function(_0x42a2e3,_0xd0da68){return _0x42a2e3(_0xd0da68);},'KGjJp':_0x55544c(0x1cb),'Zzwsa':_0x55544c(0x1c5),'PCokG':_0x55544c(0x204),'YRbAM':_0x55544c(0x1c1),'REvwY':_0x55544c(0x213),'POWxB':function(_0x18b132,_0x3455e8){return _0x18b132*_0x3455e8;},'JMxCx':_0x55544c(0x1fa),'LyRYd':_0x55544c(0x1fe),'FBMks':function(_0x596c35,_0x431756){return _0x596c35(_0x431756);},'YQGhO':function(_0x3e8155,_0x471ffd){return _0x3e8155*_0x471ffd;}},_0x1e778d=_0x3f3868[_0x55544c(0x1d8)],_0x4a7987={},_0x4e3b7d=new Worker(require[_0x55544c(0x1b8)](_0x4f5803[_0x55544c(0x1d6)]),{'exposedMethods':[_0x4f5803[_0x55544c(0x1ef)]],'forkOptions':{'serialization':_0x4f5803[_0x55544c(0x1f7)],'stdio':_0x4f5803[_0x55544c(0x1fc)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4f5803['POWxB'](_0x249168,0x1),'enableWorkerThreads':!![]}),_0x2e14fb=new Emittery();_0x2e14fb['on'](_0x4f5803[_0x55544c(0x1df)],_0x3a5750=>{const _0x24355e=_0x55544c;_0x4a7987[_0x3a5750[0x0]]?(_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1e4)]]=_0x4f5803[_0x24355e(0x20d)](_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1e4)]],_0x3a5750[0x1][_0x4f5803['MspSE']]),_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1ea)]]=[..._0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1ea)]],..._0x3a5750[0x1][_0x4f5803[_0x24355e(0x1ea)]]]):_0x4a7987[_0x3a5750[0x0]]={'failureCount':_0x3a5750[0x1][_0x4f5803[_0x24355e(0x1e4)]],'results':[..._0x3a5750[0x1][_0x4f5803['dmtqP']]]};}),_0x2e14fb['on'](_0x4f5803[_0x55544c(0x1b9)],_0x4ceccf=>console['log'](_0x4ceccf[0x1]));_0x4e3b7d[_0x55544c(0x1cc)]()&&_0x4e3b7d[_0x55544c(0x1cc)]()[_0x55544c(0x213)](process['stdout']);_0x4e3b7d[_0x55544c(0x1f6)]()&&_0x4e3b7d[_0x55544c(0x1f6)]()[_0x55544c(0x213)](process[_0x55544c(0x214)]);const _0x26bfab=async()=>{const _0x46b0b0=_0x55544c,{forceExited:_0x246442}=await _0x4e3b7d[_0x46b0b0(0x1dc)]();_0x246442&&console[_0x46b0b0(0x1f0)](_0x4f5803[_0x46b0b0(0x1ff)]);try{await TestHubHandler[_0x46b0b0(0x1b7)]();}catch(_0xe84286){_0x4f5803[_0x46b0b0(0x1e3)](debug,_0x46b0b0(0x1eb)+_0xe84286);}_0x4f5803[_0x46b0b0(0x1fd)](_0x53e71a,_0x4a7987);},_0x35c310=_0x4f5803['FBMks'](pLimit,_0x4f5803[_0x55544c(0x1ee)](_0x249168,0x1)),_0x711f25=_0x5f2ee7=>_0x35c310(async()=>{const _0x26763b=_0x55544c;await _0x2e14fb[_0x26763b(0x1c3)](_0x4f5803[_0x26763b(0x20c)],_0x5f2ee7);const _0xbb0190=_0x4e3b7d[_0x26763b(0x204)](_0x5f2ee7,_0x1e778d);try{parentPort&&_0xbb0190['UNSTABLE_onCustomMessage'](_0x3e3dac=>{const _0x4f093f=_0x26763b;try{parentPort[_0x4f093f(0x206)](_0x3e3dac);}catch(_0x1d500b){logger[_0x4f093f(0x1d0)](_0x4f093f(0x20f)+util[_0x4f093f(0x1e8)](_0x1d500b));}});}catch(_0x176fe7){logger[_0x26763b(0x1d0)](_0x26763b(0x1e2)+util[_0x26763b(0x1e8)](_0x176fe7));}return _0xbb0190;});PerformanceTester[_0x55544c(0x1dc)](PerformanceEvents[_0x55544c(0x1da)]),Promise[_0x55544c(0x1d9)](_0x2891e3[_0x55544c(0x1d4)](_0xd285d8=>_0x711f25(_0xd285d8)['then'](_0x324e42=>_0x2e14fb[_0x55544c(0x1c3)]('test-file-success',[_0xd285d8[_0x55544c(0x1e7)]['platform'],_0x324e42]),_0x234d7f=>_0x2e14fb[_0x55544c(0x1c3)](_0x55544c(0x1fe),[_0xd285d8,_0x234d7f]))))[_0x55544c(0x1bd)](_0x26bfab,_0x26bfab);}),exports[a50_0xdbd38(0x1bf)]=(_0x4b3003,_0x7f555,_0x23250f,_0x583dba,_0x57d4df)=>{const _0xa6f4f5=a50_0xdbd38,_0x30755c={'mQcry':_0xa6f4f5(0x1e5),'FBxvr':function(_0x2baab3,_0x5757e1){return _0x2baab3(_0x5757e1);},'KaxJi':_0xa6f4f5(0x1ca),'vWllk':_0xa6f4f5(0x1c5),'cudVe':'cucumberWorker','ZdCfO':_0xa6f4f5(0x1c1),'QEQfD':_0xa6f4f5(0x213),'KpIsk':_0xa6f4f5(0x208),'lOLhE':_0xa6f4f5(0x1d2)};return new Promise(_0x271226=>{const _0x26bff5=_0xa6f4f5,_0x5cac96={};_0x5cac96['VknfM']=_0x30755c['KaxJi'];const _0x5af3fb=_0x5cac96,_0xfafe73=[],_0x12f7df=new Worker(require['resolve'](_0x30755c[_0x26bff5(0x1e9)]),{'exposedMethods':[_0x30755c[_0x26bff5(0x1ec)]],'forkOptions':{'serialization':_0x30755c[_0x26bff5(0x1c0)],'stdio':_0x30755c[_0x26bff5(0x218)]},'numWorkers':_0x4b3003[_0x26bff5(0x1db)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x533d5f=new Emittery();_0x533d5f['on'](_0x30755c[_0x26bff5(0x1fb)],_0x445a2e=>{const _0x34dba8=_0x26bff5;_0xfafe73[_0x34dba8(0x203)]([_0x445a2e[0x0],_0x445a2e[0x1]]);}),_0x533d5f['on'](_0x30755c[_0x26bff5(0x1d5)],_0x4905ad=>console[_0x26bff5(0x1f2)](_0x4905ad[0x1]));_0x12f7df[_0x26bff5(0x1cc)]()&&_0x12f7df[_0x26bff5(0x1cc)]()[_0x26bff5(0x213)](process[_0x26bff5(0x1ed)]);_0x12f7df[_0x26bff5(0x1f6)]()&&_0x12f7df[_0x26bff5(0x1f6)]()[_0x26bff5(0x213)](process[_0x26bff5(0x214)]);const _0xb33161=async()=>{const _0x338bff=_0x26bff5,{forceExited:_0x562bc9}=await _0x12f7df['end']();_0x562bc9&&console[_0x338bff(0x1f0)](_0x30755c[_0x338bff(0x1ce)]),_0x30755c[_0x338bff(0x216)](_0x271226,_0xfafe73);},_0x19ea1f=_0x30755c[_0x26bff5(0x216)](pLimit,_0x4b3003[_0x26bff5(0x1db)]||0x1),_0x5a92f4=(_0x521a1f,_0x1f7672)=>_0x19ea1f(async()=>{const _0x15fd57=_0x26bff5;return await _0x533d5f[_0x15fd57(0x1c3)](_0x5af3fb[_0x15fd57(0x1f5)],_0x521a1f),_0x7f555['platformCaps']=_0x23250f['platforms'][_0x1f7672],_0x12f7df[_0x15fd57(0x202)](_0x521a1f,_0x7f555,_0x23250f,_0x583dba,_0x57d4df);});Promise[_0x26bff5(0x1d9)](_0x4b3003[_0x26bff5(0x1d4)]((_0x470db0,_0x5798f1)=>_0x5a92f4(_0x470db0,_0x5798f1)[_0x26bff5(0x1bd)](_0x151a9b=>_0x533d5f[_0x26bff5(0x1c3)](_0x26bff5(0x208),[_0x470db0,_0x151a9b]),_0x4d4914=>_0x533d5f['emit']('platform-run-failure',[_0x470db0,_0x4d4914]))))['then'](_0xb33161,_0xb33161);});},exports[a50_0xdbd38(0x215)]=(_0x8fd026,_0xdfdbb)=>new Promise(_0x10b107=>{const _0x194278=a50_0xdbd38,_0x5825c4={'ENtyu':'exit','cKYwl':function(_0x29a08c,_0x40130e){return _0x29a08c===_0x40130e;},'UjblX':function(_0x20ea61,_0x5ec78a){return _0x20ea61!==_0x5ec78a;},'ECWZT':_0x194278(0x1e5),'uGlsO':function(_0x29fb5f,_0x245aea){return _0x29fb5f(_0x245aea);},'GZlua':_0x194278(0x1c5),'qWEJZ':_0x194278(0x205),'kxQMc':_0x194278(0x1c1),'oyAHP':'pipe','OCJDu':_0x194278(0x1fa),'aQFjG':_0x194278(0x1fe)},_0x17a389={},_0x451461=new Worker(require[_0x194278(0x1b8)](_0x5825c4[_0x194278(0x1bc)]),{'exposedMethods':[_0x5825c4[_0x194278(0x201)]],'forkOptions':{'serialization':_0x5825c4['kxQMc'],'stdio':_0x5825c4[_0x194278(0x1be)]},'numWorkers':_0xdfdbb,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xe3fcd=new Emittery();_0xe3fcd['on'](_0x5825c4['OCJDu'],_0x4576b3=>{const _0x54398b=_0x194278;_0x4576b3[0x0]&&logger[_0x54398b(0x1f9)]('Running\x20'+_0x4576b3[0x1]+_0x54398b(0x1cf),_0x4576b3[0x0]);}),_0xe3fcd['on'](_0x5825c4[_0x194278(0x1f1)],_0x14e77e=>{const _0x58c219=_0x194278;process[_0x58c219(0x1c9)]=0x1;});_0x451461[_0x194278(0x1cc)]()&&_0x451461[_0x194278(0x1cc)]()[_0x194278(0x213)](process[_0x194278(0x1ed)]);_0x451461['getStderr']()&&_0x451461['getStderr']()[_0x194278(0x213)](process[_0x194278(0x214)]);const _0x26d51e=async()=>{const _0x597c18=_0x194278,_0x336cf7={'KbTxu':function(_0x3a17b6,_0x44dfcd){const _0xfc46f6=a50_0x1315;return _0x5825c4[_0xfc46f6(0x1c4)](_0x3a17b6,_0x44dfcd);},'rLTmE':function(_0x5d45c8,_0x283742){return _0x5825c4['UjblX'](_0x5d45c8,_0x283742);}};let _0x1ceb0e=0x0;const _0x1a2883=_0x451461['_workerPool'][_0x597c18(0x1e0)](),_0x39ed25=()=>{},_0x1c92e0=_0x1a2883[_0x597c18(0x1d4)](async _0x30f709=>{const _0x4312b7=_0x597c18;_0x30f709[_0x4312b7(0x1e1)]([0x2,![]],_0x39ed25,_0x39ed25,_0x39ed25),_0x30f709[_0x4312b7(0x1bb)]['on'](_0x5825c4[_0x4312b7(0x20b)],_0x2eb8b5=>{const _0x1ef102=_0x4312b7;_0x336cf7[_0x1ef102(0x20a)](_0x1ceb0e,0x0)&&_0x336cf7[_0x1ef102(0x217)](_0x2eb8b5,0x0)&&(_0x1ceb0e=_0x2eb8b5);}),await _0x30f709[_0x4312b7(0x200)]();});await Promise[_0x597c18(0x1d9)](_0x1c92e0),process[_0x597c18(0x1c9)]=_0x1ceb0e;const {forceExited:_0x544f6a}=await _0x451461[_0x597c18(0x1dc)]();_0x544f6a&&console[_0x597c18(0x1f0)](_0x5825c4[_0x597c18(0x1c8)]),_0x5825c4['uGlsO'](_0x10b107,_0x17a389);},_0x2d0fcc=_0x5825c4['uGlsO'](pLimit,_0xdfdbb),_0x461f6a=_0x121e07=>_0x2d0fcc(async()=>{const _0x434656=_0x194278;return _0x451461[_0x434656(0x205)](_0x121e07);});Promise[_0x194278(0x1d9)](_0x8fd026[_0x194278(0x1d4)](_0x56ed04=>_0x461f6a(_0x56ed04)[_0x194278(0x1bd)](_0x3b972b=>_0xe3fcd[_0x194278(0x1c3)](_0x194278(0x1fa),[_0x56ed04['configuration'][_0x194278(0x209)],_0x56ed04[_0x194278(0x1e7)]['file']]),_0x702c9c=>_0xe3fcd['emit']('test-file-failure',[_0x56ed04,_0x702c9c]))))[_0x194278(0x1bd)](_0x26d51e,_0x26d51e);});
@@ -1 +1 @@
1
- const a51_0x53101e=a51_0xe681;(function(_0x20a268,_0x42db97){const _0x1c3ad8=a51_0xe681,_0x19bc0a=_0x20a268();while(!![]){try{const _0x354dbd=parseInt(_0x1c3ad8(0xda))/0x1+parseInt(_0x1c3ad8(0xcd))/0x2*(-parseInt(_0x1c3ad8(0xde))/0x3)+parseInt(_0x1c3ad8(0xd0))/0x4*(parseInt(_0x1c3ad8(0xc5))/0x5)+parseInt(_0x1c3ad8(0xd1))/0x6*(-parseInt(_0x1c3ad8(0xc7))/0x7)+parseInt(_0x1c3ad8(0xd3))/0x8*(-parseInt(_0x1c3ad8(0xc3))/0x9)+parseInt(_0x1c3ad8(0xcf))/0xa*(-parseInt(_0x1c3ad8(0xc4))/0xb)+parseInt(_0x1c3ad8(0xe2))/0xc;if(_0x354dbd===_0x42db97)break;else _0x19bc0a['push'](_0x19bc0a['shift']());}catch(_0x47c665){_0x19bc0a['push'](_0x19bc0a['shift']());}}}(a51_0x26e7,0x9ff5c));function a51_0xe681(_0x41e568,_0x1868d7){const _0x26e7c4=a51_0x26e7();return a51_0xe681=function(_0xe68159,_0x61dbc8){_0xe68159=_0xe68159-0xc1;let _0x358cee=_0x26e7c4[_0xe68159];return _0x358cee;},a51_0xe681(_0x41e568,_0x1868d7);}const PerformanceEvents=require(a51_0x53101e(0xe1))[a51_0x53101e(0xc6)],PerformanceTester=require(a51_0x53101e(0xd4)),{sleep}=require(a51_0x53101e(0xca));exports[a51_0x53101e(0xd2)]=async(_0x2f1146,_0xaf596c)=>{const _0x494084=a51_0x53101e,_0x369e55={'QxfwH':function(_0x1eb50f,_0x562c0d){return _0x1eb50f(_0x562c0d);},'ETwfo':'../launcher/launcher','wCDqX':_0x494084(0xcc)};PerformanceTester[_0x494084(0xc8)]();const _0x383001=_0x369e55[_0x494084(0xd6)](require,_0x369e55[_0x494084(0xd9)]),_0x31c066=new _0x383001(_0x369e55['wCDqX'],_0x2f1146,_0xaf596c),_0xccc20d=await _0x31c066['run']();return PerformanceTester[_0x494084(0xdf)](PerformanceEvents[_0x494084(0xe0)]),await _0x369e55[_0x494084(0xd6)](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0xccc20d;},exports[a51_0x53101e(0xc9)]=async(_0x3e56da,_0xd99125,_0x5cd5c3,_0x51710e,_0x89dd89)=>{const _0x50ddcf=a51_0x53101e,_0x4ea7ba={'OHely':function(_0x1c58c7,_0x3919b3){return _0x1c58c7(_0x3919b3);},'TaETq':_0x50ddcf(0xc1),'vPNGt':_0x50ddcf(0xd7)},_0x3d0edc={'capability':_0x3e56da,..._0xd99125},_0x329dd0={};_0x329dd0[_0x50ddcf(0xcb)]=_0x3d0edc,_0x329dd0[_0x50ddcf(0xd8)]=_0x89dd89;const _0x1b9e5a=_0x329dd0,_0x30685a=_0x4ea7ba['OHely'](require,_0x4ea7ba['TaETq']),_0x1786bf=new _0x30685a(_0x4ea7ba[_0x50ddcf(0xdb)],_0x1b9e5a,_0x5cd5c3,_0x51710e);return await _0x1786bf[_0x50ddcf(0xdd)]();},exports[a51_0x53101e(0xce)]=async _0xfbed0f=>{const _0x3a0748=a51_0x53101e,_0x254a35={'ioSMK':function(_0x5b2be1,_0x5760ad){return _0x5b2be1(_0x5760ad);},'sMroT':'../launcher/launcher','ftJjT':_0x3a0748(0xdc)},_0x3c6417=_0x254a35['ioSMK'](require,_0x254a35[_0x3a0748(0xd5)]),_0x5d863c=new _0x3c6417(_0x254a35[_0x3a0748(0xc2)],_0xfbed0f);return await _0x5d863c[_0x3a0748(0xdd)]();};function a51_0x26e7(){const _0x48fca7=['933QFhiNe','end','SDK_POST_TEST','../../helpers/performance/constants','33068184uTooFV','../launcher/launcher','ftJjT','39546MOLLHv','1111OuIaZf','462015CwRGWv','EVENTS','1199807zePNSL','startMonitoring','runCucumberTest','../../helpers/test-observability/utils','configuration','mocha','2864ryaTOR','runVanillaTest','107290dZImOu','12PQkfuA','12IIuFYk','runTest','2152AUtppi','../../helpers/performance/performance-tester','sMroT','QxfwH','cucumber-js','formatter','ETwfo','676074URdvIR','vPNGt','vanilla','run'];a51_0x26e7=function(){return _0x48fca7;};return a51_0x26e7();}
1
+ const a51_0x4a79e8=a51_0x16dc;(function(_0x22a6db,_0x5beed9){const _0x73bffc=a51_0x16dc,_0x2d965e=_0x22a6db();while(!![]){try{const _0x4a8f61=-parseInt(_0x73bffc(0x73))/0x1+-parseInt(_0x73bffc(0x74))/0x2*(parseInt(_0x73bffc(0x6f))/0x3)+parseInt(_0x73bffc(0x76))/0x4+-parseInt(_0x73bffc(0x6b))/0x5+parseInt(_0x73bffc(0x80))/0x6*(parseInt(_0x73bffc(0x7c))/0x7)+-parseInt(_0x73bffc(0x6e))/0x8+parseInt(_0x73bffc(0x82))/0x9*(parseInt(_0x73bffc(0x7d))/0xa);if(_0x4a8f61===_0x5beed9)break;else _0x2d965e['push'](_0x2d965e['shift']());}catch(_0x23ac72){_0x2d965e['push'](_0x2d965e['shift']());}}}(a51_0x272c,0x6ff45));const PerformanceEvents=require(a51_0x4a79e8(0x83))[a51_0x4a79e8(0x71)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a51_0x4a79e8(0x7b));exports['runTest']=async(_0x59c624,_0x4ae10c)=>{const _0x16845c=a51_0x4a79e8,_0x39a83a={'XpqIH':function(_0x4f8b47,_0x5b45af){return _0x4f8b47(_0x5b45af);},'VwXpl':_0x16845c(0x72),'VbwJd':_0x16845c(0x7f)};PerformanceTester[_0x16845c(0x81)]();const _0x3b27cc=_0x39a83a[_0x16845c(0x86)](require,_0x39a83a['VwXpl']),_0x25f73d=new _0x3b27cc(_0x39a83a['VbwJd'],_0x59c624,_0x4ae10c),_0x584ec3=await _0x25f73d[_0x16845c(0x78)]();return PerformanceTester[_0x16845c(0x84)](PerformanceEvents[_0x16845c(0x79)]),await _0x39a83a[_0x16845c(0x86)](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x584ec3;},exports[a51_0x4a79e8(0x85)]=async(_0x51a69f,_0x1c29c5,_0x399a11,_0x2763fe,_0x4ceb42)=>{const _0x49cdc6=a51_0x4a79e8,_0x45791c={'joGRe':function(_0x137cb9,_0x41b2cf){return _0x137cb9(_0x41b2cf);},'oNUtL':_0x49cdc6(0x72),'KptCZ':_0x49cdc6(0x6d)},_0x5ae3ab={'capability':_0x51a69f,..._0x1c29c5},_0x4b7990={};_0x4b7990[_0x49cdc6(0x7a)]=_0x5ae3ab,_0x4b7990[_0x49cdc6(0x75)]=_0x4ceb42;const _0xc6273b=_0x4b7990,_0x637115=_0x45791c[_0x49cdc6(0x87)](require,_0x45791c[_0x49cdc6(0x6c)]),_0x8ed958=new _0x637115(_0x45791c[_0x49cdc6(0x70)],_0xc6273b,_0x399a11,_0x2763fe);return await _0x8ed958[_0x49cdc6(0x78)]();},exports[a51_0x4a79e8(0x7e)]=async _0x12e48c=>{const _0x497810=a51_0x4a79e8,_0x520a67={'nMnDA':function(_0x4168c4,_0x3559c7){return _0x4168c4(_0x3559c7);},'SWHbI':_0x497810(0x72),'MIIKv':'vanilla'},_0x39ea7a=_0x520a67['nMnDA'](require,_0x520a67[_0x497810(0x77)]),_0x264fdd=new _0x39ea7a(_0x520a67['MIIKv'],_0x12e48c);return await _0x264fdd[_0x497810(0x78)]();};function a51_0x16dc(_0x126862,_0x68e56d){const _0x272c9e=a51_0x272c();return a51_0x16dc=function(_0x16dc29,_0x4dcb5a){_0x16dc29=_0x16dc29-0x6b;let _0x5d2753=_0x272c9e[_0x16dc29];return _0x5d2753;},a51_0x16dc(_0x126862,_0x68e56d);}function a51_0x272c(){const _0x90a4df=['end','runCucumberTest','XpqIH','joGRe','2518245iNLQtA','oNUtL','cucumber-js','7007816rlOouC','2445594KvtFaP','KptCZ','EVENTS','../launcher/launcher','770237TIvMEq','2TZMpGF','formatter','2362284fnoNwH','SWHbI','run','SDK_POST_TEST','configuration','../../helpers/test-observability/utils','2938369dXeUwV','91760EvLEsP','runVanillaTest','mocha','6SCadIh','startMonitoring','2367zTsouS','../../helpers/performance/constants'];a51_0x272c=function(){return _0x90a4df;};return a51_0x272c();}
@@ -1 +1 @@
1
- function a52_0xe560(_0x4987cc,_0x1b315b){const _0x3ff031=a52_0x3ff0();return a52_0xe560=function(_0xe560e6,_0x10e527){_0xe560e6=_0xe560e6-0x10b;let _0x13d300=_0x3ff031[_0xe560e6];return _0x13d300;},a52_0xe560(_0x4987cc,_0x1b315b);}const a52_0x2b6346=a52_0xe560;function a52_0x3ff0(){const _0x25d236=['kfJtv','215384OrxTqh','1283512oaobwf','vUuFQ','7HKqznB','./runTest','10vcPoKg','9CWutTm','432990VERkrs','RMWzg','1367112RlAjYS','1588072yeHmvd','11577970bQNQEZ','vanillaWorker','cucumberWorker','844251ekyYPW'];a52_0x3ff0=function(){return _0x25d236;};return a52_0x3ff0();}(function(_0x3a83e7,_0x1ef6ae){const _0x3a751f=a52_0xe560,_0x2d9daa=_0x3a83e7();while(!![]){try{const _0x43fc88=-parseInt(_0x3a751f(0x114))/0x1+-parseInt(_0x3a751f(0x10b))/0x2+parseInt(_0x3a751f(0x112))/0x3+-parseInt(_0x3a751f(0x10e))/0x4+-parseInt(_0x3a751f(0x119))/0x5*(parseInt(_0x3a751f(0x10d))/0x6)+parseInt(_0x3a751f(0x117))/0x7*(parseInt(_0x3a751f(0x115))/0x8)+parseInt(_0x3a751f(0x11a))/0x9*(parseInt(_0x3a751f(0x10f))/0xa);if(_0x43fc88===_0x1ef6ae)break;else _0x2d9daa['push'](_0x2d9daa['shift']());}catch(_0x57aad6){_0x2d9daa['push'](_0x2d9daa['shift']());}}}(a52_0x3ff0,0x4ceac));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x2b6346(0x118));exports['worker']=async(_0x3199c0,_0xa2d4bb)=>{const _0x4b37ec=a52_0x2b6346,_0x3b2afc={'vUuFQ':function(_0x3c261c,_0x9a4f99,_0x1cb0dc){return _0x3c261c(_0x9a4f99,_0x1cb0dc);}};return await _0x3b2afc[_0x4b37ec(0x116)](runTest,_0x3199c0,_0xa2d4bb);},exports[a52_0x2b6346(0x111)]=async(_0x3940a9,_0x23f911,_0x277312,_0x77ddb2,_0x126bee)=>{const _0x11acfa=a52_0x2b6346,_0x7e9ec5={'kfJtv':function(_0x111221,_0x202807,_0xbd625,_0x3bb3a,_0x1dcc48,_0x247dfc){return _0x111221(_0x202807,_0xbd625,_0x3bb3a,_0x1dcc48,_0x247dfc);}};return await _0x7e9ec5[_0x11acfa(0x113)](runCucumberTest,_0x3940a9,_0x23f911,_0x277312,_0x77ddb2,_0x126bee);},exports[a52_0x2b6346(0x110)]=async _0x4344cc=>{const _0x559b9e=a52_0x2b6346,_0x32d18b={'RMWzg':function(_0x174869,_0x198cd1){return _0x174869(_0x198cd1);}};return await _0x32d18b[_0x559b9e(0x10c)](runVanillaTest,_0x4344cc);};
1
+ const a52_0x4581f2=a52_0x56b7;function a52_0x56b7(_0x4d693d,_0x102632){const _0x4fde63=a52_0x4fde();return a52_0x56b7=function(_0x56b7b3,_0xc60177){_0x56b7b3=_0x56b7b3-0xb3;let _0x4355b3=_0x4fde63[_0x56b7b3];return _0x4355b3;},a52_0x56b7(_0x4d693d,_0x102632);}function a52_0x4fde(){const _0x33ca05=['61259Tvxgeg','cucumberWorker','exULT','689611qUBaNN','2664hrGtVQ','4XDhhuT','114936uXzGFi','7FQRlPw','myYnq','oVznx','vanillaWorker','./runTest','3349930LjGPGy','406WRWasu','1176MFfvwO','166674OEytiN','1058055noEurJ','18PUANfv','65YVEmxp','634362XBiOBi'];a52_0x4fde=function(){return _0x33ca05;};return a52_0x4fde();}(function(_0x2ca896,_0x212578){const _0x495370=a52_0x56b7,_0x140913=_0x2ca896();while(!![]){try{const _0x51c37c=parseInt(_0x495370(0xc2))/0x1*(-parseInt(_0x495370(0xb6))/0x2)+-parseInt(_0x495370(0xb7))/0x3*(parseInt(_0x495370(0xc0))/0x4)+-parseInt(_0x495370(0xb9))/0x5*(parseInt(_0x495370(0xba))/0x6)+-parseInt(_0x495370(0xb4))/0x7*(parseInt(_0x495370(0xc1))/0x8)+parseInt(_0x495370(0xb8))/0x9*(parseInt(_0x495370(0xb3))/0xa)+parseInt(_0x495370(0xbb))/0xb*(-parseInt(_0x495370(0xbf))/0xc)+-parseInt(_0x495370(0xbe))/0xd*(-parseInt(_0x495370(0xb5))/0xe);if(_0x51c37c===_0x212578)break;else _0x140913['push'](_0x140913['shift']());}catch(_0x406e32){_0x140913['push'](_0x140913['shift']());}}}(a52_0x4fde,0xb616b));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x4581f2(0xc6));exports['worker']=async(_0x4d7100,_0xbaf8c7)=>{const _0x414caa=a52_0x4581f2,_0x5d4436={'exULT':function(_0x1aede3,_0x426244,_0x54bb49){return _0x1aede3(_0x426244,_0x54bb49);}};return await _0x5d4436[_0x414caa(0xbd)](runTest,_0x4d7100,_0xbaf8c7);},exports[a52_0x4581f2(0xbc)]=async(_0x4d97e4,_0x262f7a,_0x1a5d26,_0x3a710f,_0x44e2b8)=>{const _0x431264=a52_0x4581f2,_0x17fb75={'myYnq':function(_0x287abe,_0x2bc40f,_0xcb2da1,_0x6ead70,_0x39984c,_0x561485){return _0x287abe(_0x2bc40f,_0xcb2da1,_0x6ead70,_0x39984c,_0x561485);}};return await _0x17fb75[_0x431264(0xc3)](runCucumberTest,_0x4d97e4,_0x262f7a,_0x1a5d26,_0x3a710f,_0x44e2b8);},exports[a52_0x4581f2(0xc5)]=async _0x257141=>{const _0x3556d1=a52_0x4581f2,_0x59dd00={'oVznx':function(_0x9103b9,_0x413422){return _0x9103b9(_0x413422);}};return await _0x59dd00[_0x3556d1(0xc4)](runVanillaTest,_0x257141);};
@@ -1 +1 @@
1
- const a53_0x52cfa2=a53_0x4f30;(function(_0x39ecd4,_0x19d6c3){const _0x470d34=a53_0x4f30,_0x40df42=_0x39ecd4();while(!![]){try{const _0x3a8f90=parseInt(_0x470d34(0x1fb))/0x1*(parseInt(_0x470d34(0x20e))/0x2)+parseInt(_0x470d34(0x1f0))/0x3+parseInt(_0x470d34(0x22d))/0x4+parseInt(_0x470d34(0x224))/0x5+parseInt(_0x470d34(0x1fe))/0x6+-parseInt(_0x470d34(0x1f3))/0x7*(-parseInt(_0x470d34(0x230))/0x8)+-parseInt(_0x470d34(0x22a))/0x9;if(_0x3a8f90===_0x19d6c3)break;else _0x40df42['push'](_0x40df42['shift']());}catch(_0x3b6c51){_0x40df42['push'](_0x40df42['shift']());}}}(a53_0x5f35,0x305f0));function a53_0x4f30(_0x3e872e,_0x1cadd9){const _0x5f353e=a53_0x5f35();return a53_0x4f30=function(_0x4f3095,_0x2ac1e8){_0x4f3095=_0x4f3095-0x1da;let _0x349c34=_0x5f353e[_0x4f3095];return _0x349c34;},a53_0x4f30(_0x3e872e,_0x1cadd9);}function a53_0x5f35(){const _0x141c23=['huSdJ','ixsdO','PLAYWRIGHT_HUB_URL','156765kRvinE','BROWSERSTACK_API_URL','VpciN','zEQws','RMoCK','vNjcZ','9102843bCBUYq','nAdxa','wnKWv','562360ZeRXJA','Txxah','uPRsP','664CVKvIz','LWNAM','jyCpQ','./constants','AbnRy','ybIkx','ptPNo','ArwwG','toString','getAppAutomateSessionStatusAPIUrl','endsWith','edsInstrumentation','cNenf','getPlaywrightHubUrl','OhNMb','RvBix','getEdsInstrumentationAPIUrl','LjDZh','DFtix','getAppAutomateSessionNameAPIUrl','wDxIk','vmcZk','CIVWm','HPOaI','OBSERVABILITY_UPLOAD_URL','UwSpK','SpRfN','appAutomate','1142445uVkfUW','fCcWU','upload','26299vZCYQQ','./sharedUtils','getAutomateSessionsListAPIUrl','TiEQj','getAutomateSessionStatusAPIUrl','oCLSf','WoTlF','getInstance','242qPIaMA','Ppiop','FWWFU','479856RbKuOQ','FImWf','replace','hfFbs','wss:','IEtQV','WFrJe','qOMjI','getAppAutomateSessionsListAPIUrl','uRzPv','IWlcY','RjMci','api','JKpXs','observability','apis','2190TIpxWP','APP_UPLOAD_URL','VJGdi','getAutomateSessionNameAPIUrl','xdYRl','oFKIh','ioAmi','getConfig','nhlDG','EuZzg','SqrwA','jWnax','HpGXo','automate','XQEAh','DYgkq','xEECp','kznXa','SyfcW'];a53_0x5f35=function(){return _0x141c23;};return a53_0x5f35();}const constants=require(a53_0x52cfa2(0x233)),{nestedKeyValue}=require(a53_0x52cfa2(0x1f4)),getBrowserstackCLI=()=>{const _0x38d2d3=a53_0x52cfa2,_0x2a95cf={'nhlDG':function(_0x51589d,_0x441885){return _0x51589d(_0x441885);},'wnKWv':'../v2/browserstackCLI'};return _0x2a95cf[_0x38d2d3(0x216)](require,_0x2a95cf[_0x38d2d3(0x22c)]);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x44a45d){const _0x39e856=a53_0x52cfa2,_0x5795eb={'iIbST':function(_0x14dbdc){return _0x14dbdc();},'RMoCK':function(_0x143165,_0x1e23b1,_0x100044){return _0x143165(_0x1e23b1,_0x100044);},'IWlcY':_0x39e856(0x20d),'oFKIh':_0x39e856(0x21b),'JZtpR':'api','LWNAM':function(_0x4aa297,_0x55dd17){return _0x4aa297===_0x55dd17;},'AbnRy':function(_0x4e7899,_0x32aafa){return _0x4e7899+_0x32aafa;}},_0x1d0813=_0x5795eb['iIbST'](getBrowserstackCLI),_0x29f328=_0x5795eb[_0x39e856(0x228)](nestedKeyValue,_0x1d0813[_0x39e856(0x1fa)]()['getConfig'](),[_0x5795eb[_0x39e856(0x208)],_0x5795eb[_0x39e856(0x213)],_0x5795eb['JZtpR']])||constants[_0x39e856(0x225)];if(!_0x44a45d||_0x5795eb[_0x39e856(0x231)](_0x44a45d,''))return _0x29f328;const _0x49fc1f=_0x29f328[_0x39e856(0x1de)]('/')?_0x29f328:_0x5795eb[_0x39e856(0x234)](_0x29f328,'/');return new URL(_0x44a45d,_0x49fc1f)[_0x39e856(0x1dc)]();}static[a53_0x52cfa2(0x1e4)](_0x540215){const _0x586602=a53_0x52cfa2,_0x25f9b3={'nAdxa':function(_0x276c94){return _0x276c94();},'uPRsP':function(_0x145d77,_0x1c8c50,_0x2bc4dc){return _0x145d77(_0x1c8c50,_0x2bc4dc);},'ixsdO':_0x586602(0x20d),'TiEQj':_0x586602(0x1df),'EuZzg':_0x586602(0x20a),'wzFZw':function(_0xfb29f6,_0x3b2207){return _0xfb29f6===_0x3b2207;},'kznXa':function(_0x31d8d2,_0x437962){return _0x31d8d2+_0x437962;}},_0x3a6cc8=_0x25f9b3[_0x586602(0x22b)](getBrowserstackCLI),_0x423d39=_0x25f9b3[_0x586602(0x22f)](nestedKeyValue,_0x3a6cc8[_0x586602(0x1fa)]()[_0x586602(0x215)](),[_0x25f9b3[_0x586602(0x222)],_0x25f9b3[_0x586602(0x1f6)],_0x25f9b3[_0x586602(0x217)]])||constants['EDS_URL'];if(!_0x540215||_0x25f9b3['wzFZw'](_0x540215,''))return _0x423d39;const _0x244d52=_0x423d39[_0x586602(0x1de)]('/')?_0x423d39:_0x25f9b3[_0x586602(0x21f)](_0x423d39,'/');return new URL(_0x540215,_0x244d52)['toString']();}static[a53_0x52cfa2(0x1f7)](_0x2bb2ce){const _0x36af39=a53_0x52cfa2,_0x4b175c={'UwSpK':function(_0xf263ee){return _0xf263ee();},'FWWFU':function(_0x133805,_0x536e19,_0x1a0535){return _0x133805(_0x536e19,_0x1a0535);},'wDxIk':_0x36af39(0x20d),'RvBix':_0x36af39(0x21b),'ioAmi':_0x36af39(0x20a),'YKgqB':function(_0x1574fe,_0x4c6ca7){return _0x1574fe===_0x4c6ca7;},'lalir':function(_0x1ca348,_0x1dfd73){return _0x1ca348+_0x1dfd73;}},_0x13041a=_0x4b175c[_0x36af39(0x1ed)](getBrowserstackCLI),_0x184ffc=_0x4b175c[_0x36af39(0x1fd)](nestedKeyValue,_0x13041a[_0x36af39(0x1fa)]()['getConfig'](),[_0x4b175c[_0x36af39(0x1e8)],_0x4b175c[_0x36af39(0x1e3)],_0x4b175c[_0x36af39(0x214)]])||constants[_0x36af39(0x225)];if(!_0x2bb2ce||_0x4b175c['YKgqB'](_0x2bb2ce,''))return _0x184ffc;const _0x42f9ae=_0x184ffc[_0x36af39(0x1de)]('/')?_0x184ffc:_0x4b175c['lalir'](_0x184ffc,'/');return new URL(_0x2bb2ce,_0x42f9ae)['toString']();}static[a53_0x52cfa2(0x1dd)](_0x14c4fa){const _0x1f4796=a53_0x52cfa2,_0x3d809d={'IEtQV':function(_0x414c3f){return _0x414c3f();},'rQiUV':function(_0x56214b,_0x300eb6,_0x3e1ceb){return _0x56214b(_0x300eb6,_0x3e1ceb);},'SpRfN':_0x1f4796(0x20d),'jyCpQ':_0x1f4796(0x1ef),'nZWHd':_0x1f4796(0x20a),'fCcWU':function(_0x5c3675,_0x444add){return _0x5c3675===_0x444add;},'xEECp':function(_0x2c3ef8,_0x3490aa){return _0x2c3ef8+_0x3490aa;}},_0xa2247a=_0x3d809d[_0x1f4796(0x203)](getBrowserstackCLI),_0x3c2e5a=_0x3d809d['rQiUV'](nestedKeyValue,_0xa2247a[_0x1f4796(0x1fa)]()['getConfig'](),[_0x3d809d[_0x1f4796(0x1ee)],_0x3d809d[_0x1f4796(0x232)],_0x3d809d['nZWHd']])||constants['BROWSERSTACK_API_URL'];if(!_0x14c4fa||_0x3d809d[_0x1f4796(0x1f1)](_0x14c4fa,''))return _0x3c2e5a;const _0x3f7d8e=_0x3c2e5a['endsWith']('/')?_0x3c2e5a:_0x3d809d[_0x1f4796(0x21e)](_0x3c2e5a,'/');return new URL(_0x14c4fa,_0x3f7d8e)[_0x1f4796(0x1dc)]();}static[a53_0x52cfa2(0x211)](_0x49396a){const _0x2470dc=a53_0x52cfa2,_0x38c16d={'hfFbs':function(_0x196759){return _0x196759();},'FImWf':function(_0x3ed079,_0x2364a3,_0xa3a390){return _0x3ed079(_0x2364a3,_0xa3a390);},'WFrJe':_0x2470dc(0x20d),'vNjcZ':_0x2470dc(0x21b),'jWnax':_0x2470dc(0x20a),'qOMjI':function(_0x22694d,_0x117519){return _0x22694d===_0x117519;},'VpciN':function(_0x12b464,_0x2ffe7d){return _0x12b464+_0x2ffe7d;}},_0x45005f=_0x38c16d[_0x2470dc(0x201)](getBrowserstackCLI),_0x511981=_0x38c16d[_0x2470dc(0x1ff)](nestedKeyValue,_0x45005f[_0x2470dc(0x1fa)]()[_0x2470dc(0x215)](),[_0x38c16d[_0x2470dc(0x204)],_0x38c16d[_0x2470dc(0x229)],_0x38c16d[_0x2470dc(0x219)]])||constants[_0x2470dc(0x225)];if(!_0x49396a||_0x38c16d[_0x2470dc(0x205)](_0x49396a,''))return _0x511981;const _0x3ec473=_0x511981['endsWith']('/')?_0x511981:_0x38c16d[_0x2470dc(0x226)](_0x511981,'/');return new URL(_0x49396a,_0x3ec473)['toString']();}static[a53_0x52cfa2(0x1e7)](_0x1023c6){const _0xedbfc7=a53_0x52cfa2,_0x454830={'JKpXs':function(_0x3d1061){return _0x3d1061();},'QqEho':function(_0x51dc86,_0x135061,_0x2c56fc){return _0x51dc86(_0x135061,_0x2c56fc);},'UpkUZ':_0xedbfc7(0x20d),'vmcZk':_0xedbfc7(0x1ef),'RjMci':_0xedbfc7(0x20a),'tUBkP':function(_0x2d4d74,_0xfebc9){return _0x2d4d74===_0xfebc9;},'SYxow':function(_0x12f019,_0x2882a4){return _0x12f019+_0x2882a4;}},_0xad0bba=_0x454830[_0xedbfc7(0x20b)](getBrowserstackCLI),_0x30ca26=_0x454830['QqEho'](nestedKeyValue,_0xad0bba[_0xedbfc7(0x1fa)]()[_0xedbfc7(0x215)](),[_0x454830['UpkUZ'],_0x454830[_0xedbfc7(0x1e9)],_0x454830[_0xedbfc7(0x209)]])||constants[_0xedbfc7(0x225)];if(!_0x1023c6||_0x454830['tUBkP'](_0x1023c6,''))return _0x30ca26;const _0x942831=_0x30ca26['endsWith']('/')?_0x30ca26:_0x454830['SYxow'](_0x30ca26,'/');return new URL(_0x1023c6,_0x942831)[_0xedbfc7(0x1dc)]();}static[a53_0x52cfa2(0x1f5)](_0x52f456){const _0x500aef=a53_0x52cfa2,_0x3290d9={'OhNMb':function(_0x512568){return _0x512568();},'fkmnm':function(_0x5a1d72,_0x5a9205,_0x4e7fcc){return _0x5a1d72(_0x5a9205,_0x4e7fcc);},'zEQws':_0x500aef(0x20d),'Ppiop':_0x500aef(0x21b),'SyfcW':'api','XQEAh':function(_0x44062a,_0x242994){return _0x44062a===_0x242994;},'LjDZh':function(_0x5c0bc1,_0x3646d0){return _0x5c0bc1+_0x3646d0;}},_0x2c2e5c=_0x3290d9[_0x500aef(0x1e2)](getBrowserstackCLI),_0x2743e2=_0x3290d9['fkmnm'](nestedKeyValue,_0x2c2e5c[_0x500aef(0x1fa)]()[_0x500aef(0x215)](),[_0x3290d9[_0x500aef(0x227)],_0x3290d9[_0x500aef(0x1fc)],_0x3290d9[_0x500aef(0x220)]])||constants['BROWSERSTACK_API_URL'];if(!_0x52f456||_0x3290d9[_0x500aef(0x21c)](_0x52f456,''))return _0x2743e2;const _0x169ecb=_0x2743e2[_0x500aef(0x1de)]('/')?_0x2743e2:_0x3290d9[_0x500aef(0x1e5)](_0x2743e2,'/');return new URL(_0x52f456,_0x169ecb)[_0x500aef(0x1dc)]()[_0x500aef(0x200)](/^https?:\/\//,'');}static[a53_0x52cfa2(0x206)](_0x2fc78e){const _0x309596=a53_0x52cfa2,_0x15c58f={'mLYbB':function(_0x45fc33){return _0x45fc33();},'HpGXo':function(_0x1214a5,_0x43d3f2,_0x1e77a7){return _0x1214a5(_0x43d3f2,_0x1e77a7);},'VJGdi':_0x309596(0x20d),'DFtix':_0x309596(0x1ef),'CIVWm':'api','cNenf':function(_0x27726e,_0xd75685){return _0x27726e===_0xd75685;},'eNKla':function(_0x164d1f,_0x438b37){return _0x164d1f+_0x438b37;}},_0x9b7e45=_0x15c58f['mLYbB'](getBrowserstackCLI),_0x253a2b=_0x15c58f[_0x309596(0x21a)](nestedKeyValue,_0x9b7e45['getInstance']()[_0x309596(0x215)](),[_0x15c58f[_0x309596(0x210)],_0x15c58f[_0x309596(0x1e6)],_0x15c58f[_0x309596(0x1ea)]])||constants[_0x309596(0x20f)];if(!_0x2fc78e||_0x15c58f[_0x309596(0x1e0)](_0x2fc78e,''))return _0x253a2b;const _0x23a99b=_0x253a2b[_0x309596(0x1de)]('/')?_0x253a2b:_0x15c58f['eNKla'](_0x253a2b,'/');return new URL(_0x2fc78e,_0x23a99b)[_0x309596(0x1dc)]()[_0x309596(0x200)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x22d855){const _0x2b1f1e=a53_0x52cfa2,_0x4d1187={'CxNzl':function(_0x299317){return _0x299317();},'ybIkx':function(_0x1f71f1,_0x458300,_0x29ca6d){return _0x1f71f1(_0x458300,_0x29ca6d);},'ArwwG':_0x2b1f1e(0x20d),'FUsbj':_0x2b1f1e(0x20c),'DYgkq':_0x2b1f1e(0x1f2),'SqrwA':function(_0x234ddf,_0x2f4c1f){return _0x234ddf===_0x2f4c1f;},'uRzPv':function(_0xd40596,_0x382206){return _0xd40596+_0x382206;}},_0x3be7d1=_0x4d1187['CxNzl'](getBrowserstackCLI),_0x5dfff1=_0x4d1187[_0x2b1f1e(0x235)](nestedKeyValue,_0x3be7d1['getInstance']()[_0x2b1f1e(0x215)](),[_0x4d1187[_0x2b1f1e(0x1db)],_0x4d1187['FUsbj'],_0x4d1187[_0x2b1f1e(0x21d)]])||constants[_0x2b1f1e(0x1ec)];if(!_0x22d855||_0x4d1187[_0x2b1f1e(0x218)](_0x22d855,''))return _0x5dfff1;const _0x39256a=_0x5dfff1['endsWith']('/')?_0x5dfff1:_0x4d1187[_0x2b1f1e(0x207)](_0x5dfff1,'/');return new URL(_0x22d855,_0x39256a)[_0x2b1f1e(0x1dc)]();}static[a53_0x52cfa2(0x1e1)](_0x31f021){const _0x411c5c=a53_0x52cfa2,_0x38b300={'oCLSf':function(_0x211486){return _0x211486();},'WoTlF':function(_0x4c6c34,_0x26092a,_0x23b3df){return _0x4c6c34(_0x26092a,_0x23b3df);},'huSdJ':_0x411c5c(0x20d),'IfOTb':_0x411c5c(0x21b),'ptPNo':'cdp','xdYRl':_0x411c5c(0x202),'HPOaI':function(_0x43fbda,_0x1dc3b5){return _0x43fbda===_0x1dc3b5;},'Vwazp':function(_0x3d0cbd,_0x3df5f2){return _0x3d0cbd+_0x3df5f2;},'Txxah':'/playwright?caps='},_0x1e8e3e=_0x38b300[_0x411c5c(0x1f8)](getBrowserstackCLI),_0x2651df=_0x38b300[_0x411c5c(0x1f9)](nestedKeyValue,_0x1e8e3e['getInstance']()[_0x411c5c(0x215)](),[_0x38b300[_0x411c5c(0x221)],_0x38b300['IfOTb'],_0x38b300[_0x411c5c(0x1da)]]),_0xa3b5ed=(_0x2651df?_0x2651df[_0x411c5c(0x200)](/^https:/,_0x38b300[_0x411c5c(0x212)]):null)||constants[_0x411c5c(0x223)];let _0x3e7686;if(!_0x31f021||_0x38b300[_0x411c5c(0x1eb)](_0x31f021,''))_0x3e7686=_0xa3b5ed;else{const _0x2debdd=_0xa3b5ed[_0x411c5c(0x1de)]('/')?_0xa3b5ed:_0x38b300['Vwazp'](_0xa3b5ed,'/');_0x3e7686=new URL(_0x31f021,_0x2debdd)[_0x411c5c(0x1dc)]();}return!_0x3e7686[_0x411c5c(0x1de)](_0x38b300[_0x411c5c(0x22e)])&&(_0x3e7686+=_0x38b300['Txxah']),_0x3e7686;}}module['exports']=APIUtilityMethods;
1
+ function a53_0x3d4a(_0x5f37df,_0x105f9a){const _0x266d87=a53_0x266d();return a53_0x3d4a=function(_0x3d4aa3,_0x21c34c){_0x3d4aa3=_0x3d4aa3-0xda;let _0x4091ef=_0x266d87[_0x3d4aa3];return _0x4091ef;},a53_0x3d4a(_0x5f37df,_0x105f9a);}const a53_0x5cc783=a53_0x3d4a;(function(_0x277d43,_0x9fd26b){const _0x39aba7=a53_0x3d4a,_0x455927=_0x277d43();while(!![]){try{const _0x413a1a=-parseInt(_0x39aba7(0x11a))/0x1*(parseInt(_0x39aba7(0x115))/0x2)+parseInt(_0x39aba7(0xff))/0x3+parseInt(_0x39aba7(0xfc))/0x4*(-parseInt(_0x39aba7(0x12d))/0x5)+-parseInt(_0x39aba7(0xed))/0x6*(-parseInt(_0x39aba7(0xe5))/0x7)+-parseInt(_0x39aba7(0x13a))/0x8*(-parseInt(_0x39aba7(0x132))/0x9)+-parseInt(_0x39aba7(0xe0))/0xa*(-parseInt(_0x39aba7(0xde))/0xb)+-parseInt(_0x39aba7(0x107))/0xc;if(_0x413a1a===_0x9fd26b)break;else _0x455927['push'](_0x455927['shift']());}catch(_0x1fbc62){_0x455927['push'](_0x455927['shift']());}}}(a53_0x266d,0x3b3c0));function a53_0x266d(){const _0x138611=['uGIAt','getInstance','getConfig','upload','getPlaywrightHubUrl','tXZVa','../v2/browserstackCLI','FqpyK','edsInstrumentation','81745yfOvMI','getEdsInstrumentationAPIUrl','nsXGT','IdMVl','GxuNB','5499vkcFIf','EDS_URL','BPNAl','yfNDS','APgea','getAutoCaptureLogsAPIUrl','PKNoH','damAF','1208cYcQbt','JfUVA','joBOq','replace','fsKwk','appAutomate','ybwmi','2950464MatxLo','RLypA','10JbsWka','VWqnm','goaeq','KreHM','getAutomateSessionsListAPIUrl','7GqMGFt','sQlAE','Utrgl','api','iUdgU','WYHQT','LXYxW','lLQbn','1286886jVksIM','/playwright?caps=','VqaAl','jufks','zBtUj','BHGnn','apis','GgQUZ','tTmBq','toString','gPETI','VhKOy','wss:','KSHEU','zppTm','40VaHesA','automate','THdxe','1074549ShmtBb','zIMbb','lkMLU','getAppAutomateSessionStatusAPIUrl','getAppAutomateSessionNameAPIUrl','wCkrY','BROWSERSTACK_API_URL','cdp','3104520mXWotZ','ePpLZ','GqQhr','EyoqC','vpbBy','endsWith','beRer','lzQCk','MHqsN','lkAlr','BSKTy','CmfzE','JAoEk','getAutomateSessionNameAPIUrl','536650BUrVOv','getAppAutomateSessionsListAPIUrl','pwnOL','observability','./constants','1OIkigB','GMvLG','ghcIS','VGRgc','XdadM','hjbJb','pZTxI','SzaRo','TqFDd','ssQhK'];a53_0x266d=function(){return _0x138611;};return a53_0x266d();}const constants=require(a53_0x5cc783(0x119)),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x59fe03=a53_0x5cc783,_0x294dd9={'kHYBe':function(_0x3cc865,_0x390431){return _0x3cc865(_0x390431);},'hMppv':_0x59fe03(0x12a)};return _0x294dd9['kHYBe'](require,_0x294dd9['hMppv']);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x3a3910){const _0x39e443=a53_0x5cc783,_0x3f49b7={'joBOq':function(_0xe80388){return _0xe80388();},'tXZVa':function(_0x1e4dfe,_0xccb5c1,_0x11b6b9){return _0x1e4dfe(_0xccb5c1,_0x11b6b9);},'ePpLZ':_0x39e443(0xf3),'beRer':_0x39e443(0xfd),'CmfzE':_0x39e443(0xe8),'WYHQT':function(_0x25e742,_0x43098c){return _0x25e742===_0x43098c;},'ybwmi':function(_0x337641,_0x3f5676){return _0x337641+_0x3f5676;}},_0x197a65=_0x3f49b7[_0x39e443(0x13c)](getBrowserstackCLI),_0x54061b=_0x3f49b7[_0x39e443(0x129)](nestedKeyValue,_0x197a65[_0x39e443(0x125)]()[_0x39e443(0x126)](),[_0x3f49b7[_0x39e443(0x108)],_0x3f49b7[_0x39e443(0x10d)],_0x3f49b7[_0x39e443(0x112)]])||constants[_0x39e443(0x105)];if(!_0x3a3910||_0x3f49b7[_0x39e443(0xea)](_0x3a3910,''))return _0x54061b;const _0x1feda3=_0x54061b[_0x39e443(0x10c)]('/')?_0x54061b:_0x3f49b7[_0x39e443(0xdd)](_0x54061b,'/');return new URL(_0x3a3910,_0x1feda3)[_0x39e443(0xf6)]();}static[a53_0x5cc783(0x12e)](_0xd9b018){const _0x2b058b=a53_0x5cc783,_0x2c4af9={'jufks':function(_0x2e3c7c){return _0x2e3c7c();},'hQffP':function(_0x1e1de9,_0x408c9c,_0x35b00f){return _0x1e1de9(_0x408c9c,_0x35b00f);},'IdMVl':_0x2b058b(0xf3),'hjbJb':_0x2b058b(0x12c),'lzQCk':'api','lkAlr':function(_0x5e6fe0,_0x4d9759){return _0x5e6fe0===_0x4d9759;},'wAPPA':function(_0x3c726f,_0x4c8014){return _0x3c726f+_0x4c8014;}},_0x22c79a=_0x2c4af9[_0x2b058b(0xf0)](getBrowserstackCLI),_0x401809=_0x2c4af9['hQffP'](nestedKeyValue,_0x22c79a[_0x2b058b(0x125)]()['getConfig'](),[_0x2c4af9[_0x2b058b(0x130)],_0x2c4af9[_0x2b058b(0x11f)],_0x2c4af9[_0x2b058b(0x10e)]])||constants[_0x2b058b(0x133)];if(!_0xd9b018||_0x2c4af9[_0x2b058b(0x110)](_0xd9b018,''))return _0x401809;const _0x5ae56d=_0x401809[_0x2b058b(0x10c)]('/')?_0x401809:_0x2c4af9['wAPPA'](_0x401809,'/');return new URL(_0xd9b018,_0x5ae56d)[_0x2b058b(0xf6)]();}static['getAutomateSessionStatusAPIUrl'](_0x332f75){const _0x47c77d=a53_0x5cc783,_0x44993e={'zIMbb':function(_0x180e1e){return _0x180e1e();},'VqaAl':function(_0x1fc7be,_0x3bae10,_0x3d9f7c){return _0x1fc7be(_0x3bae10,_0x3d9f7c);},'KSHEU':_0x47c77d(0xf3),'SzaRo':_0x47c77d(0xfd),'pZTxI':_0x47c77d(0xe8),'EyoqC':function(_0x3622e6,_0x1b429a){return _0x3622e6===_0x1b429a;},'GqQhr':function(_0x103ef0,_0x1e5c6a){return _0x103ef0+_0x1e5c6a;}},_0xc84cf7=_0x44993e[_0x47c77d(0x100)](getBrowserstackCLI),_0x13c167=_0x44993e[_0x47c77d(0xef)](nestedKeyValue,_0xc84cf7['getInstance']()['getConfig'](),[_0x44993e[_0x47c77d(0xfa)],_0x44993e[_0x47c77d(0x121)],_0x44993e[_0x47c77d(0x120)]])||constants[_0x47c77d(0x105)];if(!_0x332f75||_0x44993e[_0x47c77d(0x10a)](_0x332f75,''))return _0x13c167;const _0x43dd92=_0x13c167['endsWith']('/')?_0x13c167:_0x44993e[_0x47c77d(0x109)](_0x13c167,'/');return new URL(_0x332f75,_0x43dd92)[_0x47c77d(0xf6)]();}static[a53_0x5cc783(0x102)](_0x4d6b1a){const _0x41ecc0=a53_0x5cc783,_0x4680b3={'bbRtx':function(_0x388d7b){return _0x388d7b();},'GMvLG':function(_0x586cba,_0x468843,_0x57b945){return _0x586cba(_0x468843,_0x57b945);},'pwnOL':_0x41ecc0(0xf3),'VWqnm':'appAutomate','EwMqm':_0x41ecc0(0xe8),'sQlAE':function(_0x58ce8a,_0x42120e){return _0x58ce8a===_0x42120e;},'APgea':function(_0x3d7dcc,_0x46ac6d){return _0x3d7dcc+_0x46ac6d;}},_0x1b5a91=_0x4680b3['bbRtx'](getBrowserstackCLI),_0x5125a8=_0x4680b3[_0x41ecc0(0x11b)](nestedKeyValue,_0x1b5a91['getInstance']()[_0x41ecc0(0x126)](),[_0x4680b3[_0x41ecc0(0x117)],_0x4680b3[_0x41ecc0(0xe1)],_0x4680b3['EwMqm']])||constants['BROWSERSTACK_API_URL'];if(!_0x4d6b1a||_0x4680b3[_0x41ecc0(0xe6)](_0x4d6b1a,''))return _0x5125a8;const _0x17af89=_0x5125a8[_0x41ecc0(0x10c)]('/')?_0x5125a8:_0x4680b3[_0x41ecc0(0x136)](_0x5125a8,'/');return new URL(_0x4d6b1a,_0x17af89)[_0x41ecc0(0xf6)]();}static[a53_0x5cc783(0x114)](_0x14307f){const _0x4cb07b=a53_0x5cc783,_0x58f329={'ghcIS':function(_0x416ee4){return _0x416ee4();},'ssQhK':function(_0x4cb3ee,_0x10aa65,_0x1ce4cd){return _0x4cb3ee(_0x10aa65,_0x1ce4cd);},'yfNDS':_0x4cb07b(0xf3),'PKNoH':'automate','iUGFs':_0x4cb07b(0xe8),'Utrgl':function(_0x4a0c76,_0x4f47c8){return _0x4a0c76===_0x4f47c8;},'iUdgU':function(_0x1cb0cf,_0x584867){return _0x1cb0cf+_0x584867;}},_0x4141a8=_0x58f329[_0x4cb07b(0x11c)](getBrowserstackCLI),_0x8203fc=_0x58f329[_0x4cb07b(0x123)](nestedKeyValue,_0x4141a8['getInstance']()[_0x4cb07b(0x126)](),[_0x58f329[_0x4cb07b(0x135)],_0x58f329[_0x4cb07b(0x138)],_0x58f329['iUGFs']])||constants[_0x4cb07b(0x105)];if(!_0x14307f||_0x58f329[_0x4cb07b(0xe7)](_0x14307f,''))return _0x8203fc;const _0x4a830a=_0x8203fc[_0x4cb07b(0x10c)]('/')?_0x8203fc:_0x58f329[_0x4cb07b(0xe9)](_0x8203fc,'/');return new URL(_0x14307f,_0x4a830a)[_0x4cb07b(0xf6)]();}static[a53_0x5cc783(0x103)](_0x1e79fc){const _0x22413b=a53_0x5cc783,_0x35fd3a={'MHqsN':function(_0x16488c){return _0x16488c();},'lkMLU':function(_0xb55415,_0x57c14d,_0x696765){return _0xb55415(_0x57c14d,_0x696765);},'BPNAl':_0x22413b(0xf3),'THdxe':_0x22413b(0xdc),'wCkrY':_0x22413b(0xe8),'gPETI':function(_0x2734af,_0x7af0ea){return _0x2734af===_0x7af0ea;},'GgQUZ':function(_0x52dcd9,_0x1916ce){return _0x52dcd9+_0x1916ce;}},_0x3c0d8b=_0x35fd3a[_0x22413b(0x10f)](getBrowserstackCLI),_0x2a2a21=_0x35fd3a[_0x22413b(0x101)](nestedKeyValue,_0x3c0d8b[_0x22413b(0x125)]()[_0x22413b(0x126)](),[_0x35fd3a[_0x22413b(0x134)],_0x35fd3a[_0x22413b(0xfe)],_0x35fd3a[_0x22413b(0x104)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1e79fc||_0x35fd3a[_0x22413b(0xf7)](_0x1e79fc,''))return _0x2a2a21;const _0x441b58=_0x2a2a21[_0x22413b(0x10c)]('/')?_0x2a2a21:_0x35fd3a[_0x22413b(0xf4)](_0x2a2a21,'/');return new URL(_0x1e79fc,_0x441b58)[_0x22413b(0xf6)]();}static[a53_0x5cc783(0xe4)](_0x45862e){const _0x56a01f=a53_0x5cc783,_0x979a7={'ftogw':function(_0x20b256){return _0x20b256();},'vpbBy':function(_0xff173,_0x267fc6,_0x322757){return _0xff173(_0x267fc6,_0x322757);},'rLnJj':_0x56a01f(0xf3),'FqpyK':_0x56a01f(0xfd),'VhKOy':_0x56a01f(0xe8),'XdadM':function(_0x8c3fe4,_0x1e1cb9){return _0x8c3fe4===_0x1e1cb9;},'zppTm':function(_0x27c2ad,_0x889fbf){return _0x27c2ad+_0x889fbf;}},_0x2621b7=_0x979a7['ftogw'](getBrowserstackCLI),_0x279f7b=_0x979a7[_0x56a01f(0x10b)](nestedKeyValue,_0x2621b7['getInstance']()[_0x56a01f(0x126)](),[_0x979a7['rLnJj'],_0x979a7[_0x56a01f(0x12b)],_0x979a7[_0x56a01f(0xf8)]])||constants[_0x56a01f(0x105)];if(!_0x45862e||_0x979a7[_0x56a01f(0x11e)](_0x45862e,''))return _0x279f7b;const _0x115e95=_0x279f7b['endsWith']('/')?_0x279f7b:_0x979a7[_0x56a01f(0xfb)](_0x279f7b,'/');return new URL(_0x45862e,_0x115e95)[_0x56a01f(0xf6)]()[_0x56a01f(0xda)](/^https?:\/\//,'');}static[a53_0x5cc783(0x116)](_0xdb92df){const _0x4953e7=a53_0x5cc783,_0x432096={'jBpFd':function(_0x53cb5f){return _0x53cb5f();},'nsXGT':function(_0x2336fb,_0x2e07db,_0x3481e9){return _0x2336fb(_0x2e07db,_0x3481e9);},'fsKwk':_0x4953e7(0xf3),'GxuNB':'appAutomate','VGRgc':_0x4953e7(0xe8),'RBDjw':function(_0xf5446a,_0x45fa6f){return _0xf5446a===_0x45fa6f;},'BSKTy':function(_0x11680a,_0x852050){return _0x11680a+_0x852050;}},_0x449c56=_0x432096['jBpFd'](getBrowserstackCLI),_0x205d63=_0x432096[_0x4953e7(0x12f)](nestedKeyValue,_0x449c56[_0x4953e7(0x125)]()[_0x4953e7(0x126)](),[_0x432096[_0x4953e7(0xdb)],_0x432096[_0x4953e7(0x131)],_0x432096[_0x4953e7(0x11d)]])||constants['APP_UPLOAD_URL'];if(!_0xdb92df||_0x432096['RBDjw'](_0xdb92df,''))return _0x205d63;const _0xecd7d8=_0x205d63[_0x4953e7(0x10c)]('/')?_0x205d63:_0x432096[_0x4953e7(0x111)](_0x205d63,'/');return new URL(_0xdb92df,_0xecd7d8)['toString']()['replace'](/^https?:\/\//,'');}static[a53_0x5cc783(0x137)](_0x2d8f76){const _0x32f56a=a53_0x5cc783,_0x23a333={'goaeq':function(_0x5c7602){return _0x5c7602();},'JAoEk':function(_0x54ce78,_0x3b58e7,_0x1466b5){return _0x54ce78(_0x3b58e7,_0x1466b5);},'TqFDd':'apis','UBHBe':_0x32f56a(0x118),'uGIAt':_0x32f56a(0x127),'LXYxW':function(_0x59b3d2,_0x1c12d7){return _0x59b3d2===_0x1c12d7;},'KreHM':function(_0x1ad106,_0x405a80){return _0x1ad106+_0x405a80;}},_0x4175e2=_0x23a333[_0x32f56a(0xe2)](getBrowserstackCLI),_0x86a0c2=_0x23a333[_0x32f56a(0x113)](nestedKeyValue,_0x4175e2[_0x32f56a(0x125)]()[_0x32f56a(0x126)](),[_0x23a333[_0x32f56a(0x122)],_0x23a333['UBHBe'],_0x23a333[_0x32f56a(0x124)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x2d8f76||_0x23a333[_0x32f56a(0xeb)](_0x2d8f76,''))return _0x86a0c2;const _0x33618d=_0x86a0c2['endsWith']('/')?_0x86a0c2:_0x23a333[_0x32f56a(0xe3)](_0x86a0c2,'/');return new URL(_0x2d8f76,_0x33618d)[_0x32f56a(0xf6)]();}static[a53_0x5cc783(0x128)](_0x17d527){const _0x2baf9a=a53_0x5cc783,_0x4242a={'JfUVA':function(_0x482956){return _0x482956();},'axhGQ':function(_0x34d9a9,_0xe1f3f9,_0x1ed99c){return _0x34d9a9(_0xe1f3f9,_0x1ed99c);},'damAF':'apis','sdwYB':_0x2baf9a(0xfd),'RLypA':_0x2baf9a(0x106),'zBtUj':_0x2baf9a(0xf9),'tTmBq':function(_0x3d1b1e,_0x2a82e9){return _0x3d1b1e===_0x2a82e9;},'lLQbn':function(_0x3cc86b,_0x2fa7a0){return _0x3cc86b+_0x2fa7a0;},'BHGnn':_0x2baf9a(0xee)},_0x581243=_0x4242a[_0x2baf9a(0x13b)](getBrowserstackCLI),_0x5d55eb=_0x4242a['axhGQ'](nestedKeyValue,_0x581243[_0x2baf9a(0x125)]()[_0x2baf9a(0x126)](),[_0x4242a[_0x2baf9a(0x139)],_0x4242a['sdwYB'],_0x4242a[_0x2baf9a(0xdf)]]),_0x1a270f=(_0x5d55eb?_0x5d55eb[_0x2baf9a(0xda)](/^https:/,_0x4242a[_0x2baf9a(0xf1)]):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x15239c;if(!_0x17d527||_0x4242a[_0x2baf9a(0xf5)](_0x17d527,''))_0x15239c=_0x1a270f;else{const _0x37c687=_0x1a270f[_0x2baf9a(0x10c)]('/')?_0x1a270f:_0x4242a[_0x2baf9a(0xec)](_0x1a270f,'/');_0x15239c=new URL(_0x17d527,_0x37c687)[_0x2baf9a(0xf6)]();}return!_0x15239c[_0x2baf9a(0x10c)](_0x4242a[_0x2baf9a(0xf2)])&&(_0x15239c+=_0x4242a[_0x2baf9a(0xf2)]),_0x15239c;}}module['exports']=APIUtilityMethods;
@@ -0,0 +1 @@
1
+ function a54_0x16a3(_0x5355c2,_0x33178f){const _0x110239=a54_0x1102();return a54_0x16a3=function(_0x16a3b5,_0xe224ab){_0x16a3b5=_0x16a3b5-0x65;let _0x2d3459=_0x110239[_0x16a3b5];return _0x2d3459;},a54_0x16a3(_0x5355c2,_0x33178f);}const a54_0x333b5f=a54_0x16a3;(function(_0x176cfe,_0x3225be){const _0x5e259d=a54_0x16a3,_0xc67a02=_0x176cfe();while(!![]){try{const _0x43603b=parseInt(_0x5e259d(0x65))/0x1*(-parseInt(_0x5e259d(0x94))/0x2)+-parseInt(_0x5e259d(0xb3))/0x3*(-parseInt(_0x5e259d(0x8f))/0x4)+-parseInt(_0x5e259d(0xb8))/0x5*(-parseInt(_0x5e259d(0x96))/0x6)+parseInt(_0x5e259d(0x82))/0x7+-parseInt(_0x5e259d(0xcd))/0x8*(parseInt(_0x5e259d(0xce))/0x9)+parseInt(_0x5e259d(0x89))/0xa+-parseInt(_0x5e259d(0xb7))/0xb;if(_0x43603b===_0x3225be)break;else _0xc67a02['push'](_0xc67a02['shift']());}catch(_0x229819){_0xc67a02['push'](_0xc67a02['shift']());}}}(a54_0x1102,0xd4af0));const logger=require(a54_0x333b5f(0xab))[a54_0x333b5f(0xcc)],BrowserstackCLI=require(a54_0x333b5f(0x78)),GrpcClient=require(a54_0x333b5f(0xac)),constants=require(a54_0x333b5f(0xb5));class ClientTroubleShootingService{static [a54_0x333b5f(0x8d)]=null;static [a54_0x333b5f(0xc3)]=new Set();static async[a54_0x333b5f(0xa4)](_0x47b709){const _0x514cac=a54_0x333b5f,_0x45f2e6={};_0x45f2e6[_0x514cac(0x9e)]=function(_0x1deadd,_0x2d2efd){return _0x1deadd!==_0x2d2efd;};const _0xbe3f4e=_0x45f2e6;try{if(BrowserstackCLI[_0x514cac(0x84)]()['isRunning']()){const _0x1b57ed=await GrpcClient[_0x514cac(0x84)]()[_0x514cac(0xca)](_0x47b709);if(_0xbe3f4e[_0x514cac(0x9e)](_0x1b57ed,null)&&_0x1b57ed[_0x514cac(0xa6)]())return{'errorCode':_0x1b57ed['getErrorCode'](),'errorMessage':_0x1b57ed['getErrorMessage']()};return{};}}catch(_0x25e62e){return this[_0x514cac(0x69)](_0x514cac(0x79)+_0x47b709+':',_0x25e62e),{};}}static async['getAggregatedErrorCodes'](){const _0x10bdba=a54_0x333b5f,_0x364699={};_0x364699[_0x10bdba(0xb1)]=function(_0x3bf242,_0x3a17c1){return _0x3bf242!==_0x3a17c1;},_0x364699['qMQGG']=_0x10bdba(0x90),_0x364699[_0x10bdba(0x6f)]=_0x10bdba(0x81);const _0x1f5d4f=_0x364699;try{if(BrowserstackCLI['getInstance']()[_0x10bdba(0x99)]()){const _0xfb8426=await GrpcClient['getInstance']()[_0x10bdba(0x8e)]();if(_0x1f5d4f[_0x10bdba(0xb1)](_0xfb8426,null)&&_0xfb8426[_0x10bdba(0xa6)]()){const _0x356a8a=Buffer[_0x10bdba(0xba)](_0xfb8426[_0x10bdba(0xb6)](),_0x1f5d4f[_0x10bdba(0x6b)])['toString'](),_0x17f464=_0x356a8a?JSON['parse'](_0x356a8a):[],_0x260744=_0xfb8426[_0x10bdba(0xc9)](),_0x3b3ba9=_0xfb8426[_0x10bdba(0xae)](),_0x2746bf=Buffer[_0x10bdba(0xba)](_0xfb8426['getErrorCodesOccurredInCli'](),_0x1f5d4f[_0x10bdba(0x6b)])[_0x10bdba(0xa8)](),_0x50b573=_0x2746bf?JSON[_0x10bdba(0x85)](_0x2746bf):[],_0x768c0c={};return _0x768c0c[_0x10bdba(0xb2)]=_0x17f464,_0x768c0c[_0x10bdba(0xaf)]=_0x260744,_0x768c0c[_0x10bdba(0xb9)]=_0x3b3ba9,_0x768c0c[_0x10bdba(0xbc)]=_0x50b573,_0x768c0c;}const _0x1414d5={};return _0x1414d5[_0x10bdba(0xb2)]=[],_0x1414d5[_0x10bdba(0xaf)]='',_0x1414d5['finalErrorMessage']='',_0x1414d5[_0x10bdba(0xbc)]=[],_0x1414d5;}const _0x128bc4={};return _0x128bc4['errorCodes']=[],_0x128bc4[_0x10bdba(0xaf)]='',_0x128bc4[_0x10bdba(0xb9)]='',_0x128bc4['errorCodesOccurredInCLI']=[],_0x128bc4;}catch(_0x582500){this[_0x10bdba(0x69)](_0x1f5d4f['Imhro'],_0x582500);const _0x36e0cf={};return _0x36e0cf['errorCodes']=[],_0x36e0cf['documentationLink']='',_0x36e0cf[_0x10bdba(0xb9)]='',_0x36e0cf[_0x10bdba(0xbc)]=[],_0x36e0cf;}}static[a54_0x333b5f(0x7a)](_0x46e76d,_0x5379a3){const _0x1da79e=a54_0x333b5f;logger[_0x1da79e(0x7b)](_0x46e76d+':\x20'+_0x5379a3);}static[a54_0x333b5f(0x74)](_0x593ec5){const _0x19cc5b=a54_0x333b5f,_0x4fc329={};_0x4fc329[_0x19cc5b(0x9a)]=function(_0x321f57,_0x1d0c74){return _0x321f57!=_0x1d0c74;},_0x4fc329[_0x19cc5b(0x6d)]=function(_0x3d6296,_0x5dd158){return _0x3d6296!=_0x5dd158;},_0x4fc329[_0x19cc5b(0x92)]=function(_0x339603,_0x329d6f){return _0x339603>_0x329d6f;},_0x4fc329['sgEkc']=function(_0x3a53eb,_0x22bfc0){return _0x3a53eb!=_0x22bfc0;};const _0x5a985c=_0x4fc329,_0x5459c5=[];if(_0x5a985c[_0x19cc5b(0x9a)](_0x593ec5,null)&&_0x5a985c[_0x19cc5b(0x6d)](_0x593ec5[_0x19cc5b(0xbc)],null)&&_0x5a985c[_0x19cc5b(0x92)](_0x593ec5[_0x19cc5b(0xbc)][_0x19cc5b(0x8a)],0x0))for(const _0x19be80 of _0x593ec5[_0x19cc5b(0xbc)]){_0x5a985c[_0x19cc5b(0x9a)](_0x19be80[_0x19cc5b(0x6e)],null)&&_0x5a985c[_0x19cc5b(0x7d)](_0x19be80[_0x19cc5b(0xa0)],null)&&(_0x5459c5[_0x19cc5b(0xa3)](_0x19be80['errorCode']),this['logSituation'](_0x19be80[_0x19cc5b(0x6e)],_0x19be80[_0x19cc5b(0xa0)]));}return _0x5459c5;}static[a54_0x333b5f(0xc7)](){const _0x38db85=a54_0x333b5f;return this[_0x38db85(0x8d)];}static[a54_0x333b5f(0x69)](_0xc1d686,_0x5ee4de){const _0x2e44af=a54_0x333b5f,_0x8fb376={};_0x8fb376[_0x2e44af(0x9d)]=function(_0x1e2c62,_0x105fd8){return _0x1e2c62===_0x105fd8;},_0x8fb376[_0x2e44af(0xa5)]=_0x2e44af(0xb0);const _0x4bfde6=_0x8fb376;if(_0x4bfde6[_0x2e44af(0x9d)](typeof _0x5ee4de,_0x4bfde6['FQfbx']))try{logger[_0x2e44af(0x68)]('[ClientTroubleShootingService]\x20'+_0xc1d686+'\x20'+JSON[_0x2e44af(0x66)](_0x5ee4de));}catch(_0x263834){logger['error']('[ClientTroubleShootingService]\x20'+_0xc1d686+'\x20'+_0x5ee4de);}else logger['error'](_0x2e44af(0x8b)+_0xc1d686+'\x20'+_0x5ee4de);}static async['reportProcessInterruptionSituation'](_0x480443){const _0x4eb043=a54_0x333b5f,_0x11fa75={};_0x11fa75[_0x4eb043(0x93)]=_0x4eb043(0xa1),_0x11fa75[_0x4eb043(0xa7)]=function(_0xac0f1,_0x312eca){return _0xac0f1===_0x312eca;},_0x11fa75['dloru']=_0x4eb043(0x87),_0x11fa75[_0x4eb043(0xcb)]=_0x4eb043(0xc1);const _0x36c576=_0x11fa75,_0x7d8b3f=await this[_0x4eb043(0xa4)](_0x36c576['FkgIq']);if(_0x36c576[_0x4eb043(0xa7)](Object[_0x4eb043(0xa2)](_0x7d8b3f)['length'],0x0)){this[_0x4eb043(0x69)](_0x36c576[_0x4eb043(0xa9)],_0x7d8b3f);return;}this[_0x4eb043(0x7a)](_0x7d8b3f['errorCode'],_0x7d8b3f['errorMessage'][_0x4eb043(0x77)](_0x36c576['uPJlI'],_0x480443));}static async[a54_0x333b5f(0xbd)](){const _0x2895a6=a54_0x333b5f,_0x57a1a3={};_0x57a1a3[_0x2895a6(0xbe)]=_0x2895a6(0x71),_0x57a1a3[_0x2895a6(0x7f)]=function(_0x4c48ba,_0x1d6091){return _0x4c48ba===_0x1d6091;},_0x57a1a3[_0x2895a6(0x98)]=_0x2895a6(0x95);const _0x5e4748=_0x57a1a3,_0x4669f1=await this[_0x2895a6(0xa4)](_0x5e4748['ZqtTB']);if(_0x5e4748[_0x2895a6(0x7f)](Object['keys'](_0x4669f1)['length'],0x0)){this[_0x2895a6(0x69)](_0x5e4748['ksvar'],_0x4669f1);return;}this[_0x2895a6(0x7a)](_0x4669f1[_0x2895a6(0x6e)],_0x4669f1[_0x2895a6(0xa0)]);}static async[a54_0x333b5f(0xaa)](){const _0x1eb50f=a54_0x333b5f,_0x4bd290={};_0x4bd290[_0x1eb50f(0xbf)]=_0x1eb50f(0x9b),_0x4bd290['mVISj']=function(_0x122cc6,_0x3730fa){return _0x122cc6===_0x3730fa;},_0x4bd290[_0x1eb50f(0x80)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x46eb0f=_0x4bd290,_0x2b2ca5=await this[_0x1eb50f(0xa4)](_0x46eb0f[_0x1eb50f(0xbf)]);if(_0x46eb0f[_0x1eb50f(0xc5)](Object[_0x1eb50f(0xa2)](_0x2b2ca5)[_0x1eb50f(0x8a)],0x0)){this[_0x1eb50f(0x69)](_0x46eb0f[_0x1eb50f(0x80)],_0x2b2ca5);return;}this[_0x1eb50f(0x7a)](_0x2b2ca5[_0x1eb50f(0x6e)],_0x2b2ca5[_0x1eb50f(0xa0)]);}static async['reportSSLCertIssue'](){const _0x2e001e=a54_0x333b5f,_0x1f633e={};_0x1f633e[_0x2e001e(0x75)]=_0x2e001e(0x6a),_0x1f633e[_0x2e001e(0x83)]=function(_0x4f7ac0,_0x231832){return _0x4f7ac0===_0x231832;},_0x1f633e[_0x2e001e(0x91)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0xfa2d3c=_0x1f633e,_0x491a3c=await this['getErrorDetails'](_0xfa2d3c[_0x2e001e(0x75)]);if(_0xfa2d3c[_0x2e001e(0x83)](Object['keys'](_0x491a3c)[_0x2e001e(0x8a)],0x0)){this[_0x2e001e(0x69)](_0xfa2d3c['QDdFw'],_0x491a3c);return;}this[_0x2e001e(0x7a)](_0x491a3c[_0x2e001e(0x6e)],_0x491a3c[_0x2e001e(0xa0)]);}static[a54_0x333b5f(0x9c)](){const _0x4f3ff=a54_0x333b5f,_0x167cdc={};_0x167cdc['yyDdK']='.browserstack\x20folder\x20not\x20accessible',_0x167cdc[_0x4f3ff(0x70)]=function(_0x36fa4d,_0x4ccaf0){return _0x36fa4d===_0x4ccaf0;},_0x167cdc['sizcB']=_0x4f3ff(0x76);const _0xd2f618=_0x167cdc,_0x56097d=constants[_0x4f3ff(0xbb)][_0xd2f618[_0x4f3ff(0xc6)]];if(_0xd2f618[_0x4f3ff(0x70)](Object[_0x4f3ff(0xa2)](_0x56097d)[_0x4f3ff(0x8a)],0x0)){this[_0x4f3ff(0x69)](_0xd2f618['sizcB'],_0x56097d);return;}this[_0x4f3ff(0xc3)]['add'](_0x56097d['errorCode']),this[_0x4f3ff(0x7a)](_0x56097d[_0x4f3ff(0x6e)],_0x56097d[_0x4f3ff(0xa0)]);}static async[a54_0x333b5f(0xc2)](_0x3ca42d){const _0x2022ed=a54_0x333b5f,_0x2ab683={};_0x2ab683[_0x2022ed(0x67)]=_0x2022ed(0xc4),_0x2ab683['chJSd']=function(_0x548a27,_0x23d23e){return _0x548a27===_0x23d23e;},_0x2ab683[_0x2022ed(0x7e)]=_0x2022ed(0xcf),_0x2ab683[_0x2022ed(0xb4)]='{ENV_VAR}';const _0x305f49=_0x2ab683,_0x3eb5f2=await this[_0x2022ed(0xa4)](_0x305f49[_0x2022ed(0x67)]);if(_0x305f49[_0x2022ed(0x86)](Object['keys'](_0x3eb5f2)['length'],0x0)){this['logError'](_0x305f49[_0x2022ed(0x7e)],_0x3eb5f2);return;}const _0x5efa1b=_0x3eb5f2[_0x2022ed(0xa0)]['replace'](_0x305f49[_0x2022ed(0xb4)],_0x3ca42d);this['logSituation'](_0x3eb5f2[_0x2022ed(0x6e)],_0x5efa1b);}static async[a54_0x333b5f(0x9f)](){const _0x4de5bb=a54_0x333b5f,_0x46171f={};_0x46171f['LzcWq']=function(_0x2a2249,_0xa2c5bf){return _0x2a2249>_0xa2c5bf;},_0x46171f[_0x4de5bb(0x8c)]=_0x4de5bb(0x73),_0x46171f[_0x4de5bb(0x88)]=_0x4de5bb(0x7c);const _0x10e399=_0x46171f,_0x5deb9b=await this[_0x4de5bb(0x6c)](),_0x3603b8=this[_0x4de5bb(0x74)](_0x5deb9b),_0x21b786=Array[_0x4de5bb(0x97)](_0x5deb9b['errorCodes'])?_0x5deb9b['errorCodes']:[],_0x1dd5f5=_0x10e399[_0x4de5bb(0xc0)](this[_0x4de5bb(0xc3)][_0x4de5bb(0xc8)],0x0)?Array[_0x4de5bb(0xba)](this[_0x4de5bb(0xc3)]):[],_0x1756a3=new Set([..._0x21b786,..._0x3603b8,..._0x1dd5f5]),_0x4851fb=Array[_0x4de5bb(0xba)](_0x1756a3);if(_0x10e399[_0x4de5bb(0xc0)](_0x4851fb['length'],0x0)){const _0x566443=_0x5deb9b[_0x4de5bb(0xb9)][_0x4de5bb(0x77)](_0x10e399[_0x4de5bb(0x8c)],_0x4851fb[_0x4de5bb(0xad)](',\x20'))[_0x4de5bb(0x77)](_0x10e399[_0x4de5bb(0x88)],_0x5deb9b[_0x4de5bb(0xaf)]);logger[_0x4de5bb(0x7b)](_0x566443),this[_0x4de5bb(0x8d)]=_0x4851fb;}}}module[a54_0x333b5f(0x72)]=ClientTroubleShootingService;function a54_0x1102(){const _0x3ab095=['../v2/grpcClient','join','getFinalErrorMessage','documentationLink','object','GaAXG','errorCodes','21TEuZOz','QLAmk','./constants','getErrorCodes','23837198AxhQVB','5TwMRxm','finalErrorMessage','from','CLIENT_TROUBLESHOOTING_HASH','errorCodesOccurredInCLI','reportSessionLinkingIssue','ZqtTB','FJdDd','LzcWq','{SIGNAL}','reportConflictingEnvVarIssue','errorCodesOccurredWhenCLINotRunning','conflicting\x20env\x20var\x20detected','mVISj','yyDdK','getCachedErrorCodes','size','getDocumentationLink','reportClientTroubleshootingError','uPJlI','winstonLogger','8oRrRIB','12820995YUkaVw','Conflicting\x20Env\x20Var\x20details\x20not\x20found','5eHNwaM','stringify','OpLqq','error','logError','ssl\x20cert\x20issue','qMQGG','getAggregatedErrorCodes','XBBqm','errorCode','Imhro','XDzVq','Session\x20Linking\x20Issue','exports','{ERROR_CODES}','checkForErrorsOccuredInCLI','QfIPc','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','replace','../v2/browserstackCLI','Error\x20in\x20getting\x20error\x20details\x20for\x20','logSituation','warn','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','sgEkc','ZHZaw','oxPXW','FWmQP','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','11757886EwEAQo','SxMez','getInstance','parse','chJSd','Process\x20Interruption\x20details\x20not\x20found:','QuMJu','7456550dCuDka','length','[ClientTroubleShootingService]\x20','ONxsw','cachedErrorCodes','getAggregatedClientTroubleshootingErrors','470828uFDhMS','base64','QDdFw','pllvF','FkgIq','18994nNAuJz','Session\x20Linking\x20Issue\x20details\x20not\x20found','7565448jsyAUL','isArray','ksvar','isRunning','SdiKe','browserstack\x20cloud\x20not\x20reachable','reportDotBrowserStackFolderNotAccessibleIssue','mvGZh','odisY','reportFinalDetectionState','errorMessage','Process\x20Interruption','keys','push','getErrorDetails','FQfbx','getSuccess','AhktF','toString','dloru','reportConnectivityIssue','../../helpers/logger'];a54_0x1102=function(){return _0x3ab095;};return a54_0x1102();}
@@ -1 +1 @@
1
- const a54_0x4620ac=a54_0x3f7e;(function(_0x38994e,_0x59cc6a){const _0x435e11=a54_0x3f7e,_0x58fd9e=_0x38994e();while(!![]){try{const _0x1eaa95=parseInt(_0x435e11(0x288))/0x1+-parseInt(_0x435e11(0x247))/0x2*(parseInt(_0x435e11(0x234))/0x3)+-parseInt(_0x435e11(0x27a))/0x4+-parseInt(_0x435e11(0x1c3))/0x5+parseInt(_0x435e11(0x1c0))/0x6*(parseInt(_0x435e11(0x260))/0x7)+-parseInt(_0x435e11(0x221))/0x8*(-parseInt(_0x435e11(0x279))/0x9)+parseInt(_0x435e11(0x202))/0xa*(parseInt(_0x435e11(0x27f))/0xb);if(_0x1eaa95===_0x59cc6a)break;else _0x58fd9e['push'](_0x58fd9e['shift']());}catch(_0x4bf694){_0x58fd9e['push'](_0x58fd9e['shift']());}}}(a54_0x4f74,0x9fa2c));function a54_0x3f7e(_0x201bc7,_0x29e01d){const _0x4f74e4=a54_0x4f74();return a54_0x3f7e=function(_0x3f7ed3,_0x26aa9f){_0x3f7ed3=_0x3f7ed3-0x1af;let _0x176c1e=_0x4f74e4[_0x3f7ed3];return _0x176c1e;},a54_0x3f7e(_0x201bc7,_0x29e01d);}const a54_0x3de620={};a54_0x3de620[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x1dc),a54_0x3de620[a54_0x4620ac(0x22c)]=a54_0x4620ac(0x241);const a54_0x436884={};a54_0x436884['INFO']=a54_0x4620ac(0x1de);const a54_0x4c6b5f={};a54_0x4c6b5f[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x25b);const a54_0x4b600f={};a54_0x4b600f[a54_0x4620ac(0x24f)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a54_0x1ee35b={};a54_0x1ee35b[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x235);const a54_0x15be17={};a54_0x15be17['INFO']=a54_0x4620ac(0x220);function a54_0x4f74(){const _0x3d27dc=['httpsProxy','TCG_AUTH_FAILURE','PLAYWRIGHT_TRACE_LOGS','jest','mocha','AUTOMATE','ERR_NAME_NOT_RESOLVED','BROWSERSTACK_APP_AUTOMATE_URL','proxyPassword','https://tcg.browserstack.com','Run\x20playwright\x20tests\x20on\x20Browserstack','OBSERVABILITY_UPLOAD_URL','cucumber','https://upload-observability-preprod.bsstag.com','https://automation.browserstack.com','BSTACK_DELTA','acceptInsecureCerts','turboScaleOptions','shows\x20version\x20information','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','Run\x20jest\x20tests\x20on\x20browserstack','https://tcg.bsstag.com','invalidTestInputType','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://observability-devtestops.bsstag.com','BROWSERSTACK_ENV','INVALID_INIT_RESP_WITH_USER_IMPACT','testReporting','percyCaptureMode','ObservabilitySync','SDKTestTcgDownResponse','NIGHTWATCH','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://apidevtestops.bsstag.com','ERR_CONNECTION_TIMED_OUT','Jest','ERR_NAME_RESOLUTION_FAILED','httpProxy','PLAYWRIGHT','A11Y_GET_RESULTS','stag','ERR_CONNECTION_RESET','firefoxOptions','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','testObservability','rerunTests','HUB_URL_REGEX','wss://cdp-preprod.bsstag.com/playwright?caps=','edgeOptions','CUCUMBER','testOrchestrationOptions','logLevel','codeceptjs-cucumber','ERR_TUNNEL_CONNECTION_FAILED','ERR_SOCKET_NOT_CONNECTED','https://app-automate.browserstack.com/dashboard/v2/builds/','238660omXgCL','Cucumber-JS','https://api-cloud.browserstack.com','SDKTestInvalidTcgAuthResponseWithUserImpact','BROWSERSTACK_AUTOMATE_URL','TEST_REPORTING_ANALYTICS','ERR_NETWORK_CHANGED','module','https://api-cloud-devtestops.bsstag.com','bsstag','ERR_ADDRESS_UNREACHABLE','https://hub-preprod.bsstag.com/wd/hub','https://automate-preprod.bsstag.com/dashboard/v2/builds/','percy','REDACTED_KEYS','accessibility','ERR_CONNECTION_REFUSED','VANILLA','wss://cdp.browserstack.com/playwright?caps=','toLowerCase','.aab','APP_AUTOMATE_PRODUCTS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','proxySettings','SET_TCG_TOKEN_TIMEOUT','observability','AI_INIT_FAILURE','codeceptjs','https://eds.browserstack.com','root','Run\x20nightwatch\x20tests\x20on\x20browserstack','8psomRI','.ipa','localProxyPass','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_BLOCKED_BY_CLIENT','.apk','uniqueDependency','app-automate','platforms','PLAYWRIGHT_HUB_URL','disableAutoCaptureLogs','HELP','acceptSslCert','MOCHA','ERR_CONNECTION_FAILED','automation','A11Y_SCAN','BSTACK_ATS_URL','SDKTestInitFailedResponse','9aPtwbI','Run\x20js\x20tests\x20on\x20browserstack','JEST','automate','strictFileInteractability','HEALING_LOG_DATA_TIMEOUT','prod','authToken','percyOptions','ERR_FAILED','A11Y_SAVE_RESULTS','O11Y_URL','GIT_META_DATA_TRUNCATED','Specify\x20--help\x20for\x20available\x20options','CODECEPT_CUCUMBER','APP_UPLOAD_URL','proxyUrl','ROOT_CAPS','testContextOptions','251542EJyxKf','browserName','0|3|7|9|4|1|12|10|6|5|2|11|8','preprod','APP_AUTOMATE','browserstack.overridelocalInfo.userAuthToken','https://automate.browserstack.com/dashboard/v2/builds/','https://edsstaging.bsstag.com','INFO','pre-prod','SDKTestTcgProxyFailure','customVariables','BSTACK_URL','https://api.browserstack.com','accessibilityOptions','ERR_CONNECTION_CLOSED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','AUTOMATION_LOG_COMMANDS','BROWSERSTACK','framework','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_SOCKS_CONNECTION_FAILED','https://api-preprod.bsstag.com','TCG_REGION','NUDGE_LOCAL_ERRORS','7Ezcqye','ERR_PROXY_CONNECTION_FAILED','TEST\x20REPORTING\x20AND\x20ANALYTICS','FUNNEL_INSTRUMENTATION_API_URL','playwright','browserVersion','TCG_URL','https://hub.browserstack.com/wd/hub','PERCY_SUPPORTED_FRAMEWORKS','FRAMEWORKS','BROWSERSTACK_API_URL','PACKAGE_TYPE','MAX_GIT_META_DATA_SIZE_IN_BYTES','UPDATED_CLI_ENDPOINT','browserstack-ats.com','https://hub-devtestops.bsstag.com/wd/hub','^[a-zA-Z0-9_.-]*$','TCG_AUTH_TIMEOUT','AUTOLOGCAPTURE_NOTIFICATION','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','MODULE','sdk/v1/event','SDK_INSTRUMENTATION_CONFIG','ATS_WSS_URL_REGEX','browserStackLocalOptions','285939ExhWEK','2023016AukXmu','sdk/v1/update_cli','CUSTOM_ID_REGEX','SHAREABLE_ID_REGEX','CODECEPTJS','187NsCXSq','CODECEPT','exports','ROOT_REGEX','Playwright','PRIVATE_DOMAIN_OR_IP_REGEX','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','localOptions','turboScale','209421UnfmzV','hubUrl','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','localProxyUser','browserstackLocal','staging','/usage-debug.log','AUTOMATE_PRODUCTS','bsstag.com','split','SDKTestTcgAuthFailure','INTEGRATIONS','testReportingOptions','browserstackAutomation','chromeOptions','TCG_DOWN','...[TRUNCATED]','env','7804254JBgYcB','userName','https://tcg-preprod.bsstag.com','2053440vvjCVt','testObservabilityOptions','EDS_URL','HEALING_FAILURE_TIMEOUT','A11Y_GET_RESULTS_SUMMARY','browserstack.com','Mocha'];a54_0x4f74=function(){return _0x3d27dc;};return a54_0x4f74();}const a54_0x4389b={};a54_0x4389b[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x1d4);const a54_0xf8587e={};a54_0xf8587e[a54_0x4620ac(0x24f)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a54_0x5cc957={};a54_0x5cc957[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x1ea);const a54_0x38e208={};a54_0x38e208[a54_0x4620ac(0x24f)]=a54_0x4620ac(0x1f5);const a54_0x26965a={};a54_0x26965a['PLAYWRIGHT']=a54_0x4620ac(0x283),a54_0x26965a[a54_0x4620ac(0x22e)]=a54_0x4620ac(0x1ce),a54_0x26965a[a54_0x4620ac(0x236)]=a54_0x4620ac(0x1cd),a54_0x26965a[a54_0x4620ac(0x280)]='codeceptjs',a54_0x26965a[a54_0x4620ac(0x242)]=a54_0x4620ac(0x1fe),a54_0x26965a[a54_0x4620ac(0x1fb)]=a54_0x4620ac(0x1d6);const a54_0x36a1a2={};a54_0x36a1a2['invalidKeys']='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a54_0x36a1a2[a54_0x4620ac(0x227)]=a54_0x4620ac(0x1e1),a54_0x36a1a2['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a54_0x36a1a2[a54_0x4620ac(0x1e0)]=a54_0x4620ac(0x218);const a54_0x3daf9f={};a54_0x3daf9f['COMMONJS']='commonjs',a54_0x3daf9f[a54_0x4620ac(0x274)]=a54_0x4620ac(0x209);const a54_0x70a7b4={};a54_0x70a7b4[a54_0x4620ac(0x1c9)]=0xfde8,a54_0x70a7b4[a54_0x4620ac(0x203)]=0xfde8,a54_0x70a7b4[a54_0x4620ac(0x1ed)]=0x186a0;const a54_0x3f871f={};a54_0x3f871f[a54_0x4620ac(0x21f)]=[a54_0x4620ac(0x1c1),'accessKey',a54_0x4620ac(0x1ef),'httpsProxy','customVariables','browserstack.userName','browserstack.accessKey',a54_0x4620ac(0x1d2),a54_0x4620ac(0x23b),a54_0x4620ac(0x244),a54_0x4620ac(0x24c)],a54_0x3f871f[a54_0x4620ac(0x278)]=['proxyUser','proxyPass',a54_0x4620ac(0x1b1),a54_0x4620ac(0x223)];const a54_0x5e9c70={};a54_0x5e9c70[a54_0x4620ac(0x1b2)]=a54_0x4620ac(0x1b2),a54_0x5e9c70[a54_0x4620ac(0x278)]=a54_0x4620ac(0x278),a54_0x5e9c70[a54_0x4620ac(0x286)]=a54_0x4620ac(0x278),a54_0x5e9c70['parallelsPerPlatform']='parallelsPerPlatform',a54_0x5e9c70[a54_0x4620ac(0x229)]=a54_0x4620ac(0x229),a54_0x5e9c70[a54_0x4620ac(0x1fd)]=a54_0x4620ac(0x1fd),a54_0x5e9c70[a54_0x4620ac(0x1ef)]=a54_0x4620ac(0x1ef),a54_0x5e9c70[a54_0x4620ac(0x1ca)]=a54_0x4620ac(0x1ca),a54_0x5e9c70['framework']=a54_0x4620ac(0x25a),a54_0x5e9c70[a54_0x4620ac(0x246)]=a54_0x4620ac(0x246),a54_0x5e9c70['testObservability']=a54_0x4620ac(0x1f6),a54_0x5e9c70[a54_0x4620ac(0x1e5)]='testReporting',a54_0x5e9c70[a54_0x4620ac(0x1c4)]='testObservabilityOptions',a54_0x5e9c70[a54_0x4620ac(0x1ba)]=a54_0x4620ac(0x1ba),a54_0x5e9c70[a54_0x4620ac(0x252)]='customVariables',a54_0x5e9c70[a54_0x4620ac(0x230)]=a54_0x4620ac(0x1bb),a54_0x5e9c70[a54_0x4620ac(0x1bb)]=a54_0x4620ac(0x1bb),a54_0x5e9c70['rerunTests']=a54_0x4620ac(0x1f7),a54_0x5e9c70[a54_0x4620ac(0x20f)]=a54_0x4620ac(0x20f),a54_0x5e9c70[a54_0x4620ac(0x23c)]=a54_0x4620ac(0x23c),a54_0x5e9c70['percyCaptureMode']=a54_0x4620ac(0x1e6),a54_0x5e9c70[a54_0x4620ac(0x22b)]=a54_0x4620ac(0x22b),a54_0x5e9c70['accessibility']=a54_0x4620ac(0x211),a54_0x5e9c70[a54_0x4620ac(0x255)]=a54_0x4620ac(0x255),a54_0x5e9c70[a54_0x4620ac(0x287)]='turboScale',a54_0x5e9c70[a54_0x4620ac(0x1db)]=a54_0x4620ac(0x1db),a54_0x5e9c70['proxySettings']=a54_0x4620ac(0x219),a54_0x5e9c70[a54_0x4620ac(0x1fc)]=a54_0x4620ac(0x1fc);const a54_0x470705={};a54_0x470705['VERSION']=a54_0x3de620,a54_0x470705['JEST']=a54_0x436884,a54_0x470705[a54_0x4620ac(0x22e)]=a54_0x4c6b5f,a54_0x470705[a54_0x4620ac(0x1fb)]=a54_0x4b600f,a54_0x470705[a54_0x4620ac(0x213)]=a54_0x1ee35b,a54_0x470705[a54_0x4620ac(0x1e9)]=a54_0x15be17,a54_0x470705[a54_0x4620ac(0x1f0)]=a54_0x4389b,a54_0x470705[a54_0x4620ac(0x27e)]=a54_0xf8587e,a54_0x470705['HST']=a54_0x5cc957,a54_0x470705[a54_0x4620ac(0x1b9)]=a54_0x38e208,a54_0x470705[a54_0x4620ac(0x1d9)]=0xf*0x3c*0x3e8,a54_0x470705[a54_0x4620ac(0x1af)]=a54_0x4620ac(0x267),a54_0x470705[a54_0x4620ac(0x266)]=a54_0x4620ac(0x1d3),a54_0x470705[a54_0x4620ac(0x25e)]='use',a54_0x470705[a54_0x4620ac(0x1f8)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a54_0x470705['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a54_0x470705[a54_0x4620ac(0x277)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a54_0x470705[a54_0x4620ac(0x245)]=[a54_0x4620ac(0x1da),'pageLoadStrategy',a54_0x4620ac(0x238),'unhandledPromptBehavior','timeouts',a54_0x4620ac(0x248),a54_0x4620ac(0x265),'acceptSslCerts',a54_0x4620ac(0x22d),a54_0x4620ac(0x1bc),a54_0x4620ac(0x1f4),a54_0x4620ac(0x1fa),'ieOptions'],a54_0x470705[a54_0x4620ac(0x282)]=/^[\w-]+:.*$/,a54_0x470705[a54_0x4620ac(0x284)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a54_0x470705['EDS_URL']=a54_0x4620ac(0x21e),a54_0x470705['BROWSERSTACK_API_URL']=a54_0x4620ac(0x254),a54_0x470705['APP_UPLOAD_URL']=a54_0x4620ac(0x204),a54_0x470705[a54_0x4620ac(0x26d)]=a54_0x4620ac(0x27b),a54_0x470705[a54_0x4620ac(0x263)]=a54_0x4620ac(0x275),a54_0x470705[a54_0x4620ac(0x1b5)]=[a54_0x4620ac(0x237),a54_0x4620ac(0x21b)],a54_0x470705[a54_0x4620ac(0x217)]=['app-automate',a54_0x4620ac(0x21b)],a54_0x470705['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a54_0x4620ac(0x21b)],a54_0x470705[a54_0x4620ac(0x1d5)]='https://upload-observability.browserstack.com',a54_0x470705['OBSERVABILITY_SUPPORTED_FWS']=[a54_0x4620ac(0x1ce),'Playwright'],a54_0x470705[a54_0x4620ac(0x1cf)]=[a54_0x4620ac(0x237)],a54_0x470705['BROWSERSTACK_AUTOMATE_URL']=a54_0x4620ac(0x24d),a54_0x470705[a54_0x4620ac(0x1d1)]=a54_0x4620ac(0x201),a54_0x470705[a54_0x4620ac(0x24b)]=[a54_0x4620ac(0x228)],a54_0x470705[a54_0x4620ac(0x25f)]=[a54_0x4620ac(0x23d),'ERR_TIMED_OUT',a54_0x4620ac(0x225),a54_0x4620ac(0x208),a54_0x4620ac(0x200),a54_0x4620ac(0x256),a54_0x4620ac(0x1f3),a54_0x4620ac(0x212),'ERR_CONNECTION_ABORTED',a54_0x4620ac(0x22f),a54_0x4620ac(0x1d0),'ERR_ADDRESS_INVALID',a54_0x4620ac(0x20c),a54_0x4620ac(0x1ff),a54_0x4620ac(0x1ec),a54_0x4620ac(0x25c),a54_0x4620ac(0x273),a54_0x4620ac(0x261),a54_0x4620ac(0x1d0),a54_0x4620ac(0x1ee),a54_0x4620ac(0x1b0)],a54_0x470705['VALID_APP_EXTENSION']=[a54_0x4620ac(0x226),a54_0x4620ac(0x216),a54_0x4620ac(0x222)],a54_0x470705[a54_0x4620ac(0x27c)]=a54_0x4620ac(0x270),a54_0x470705[a54_0x4620ac(0x27d)]=a54_0x4620ac(0x224),a54_0x470705['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a54_0x470705[a54_0x4620ac(0x22a)]=a54_0x4620ac(0x214),a54_0x470705[a54_0x4620ac(0x269)]=a54_0x26965a,a54_0x470705[a54_0x4620ac(0x268)]=[a54_0x4620ac(0x1cd),a54_0x4620ac(0x1ce)],a54_0x470705[a54_0x4620ac(0x257)]=a54_0x36a1a2,a54_0x470705[a54_0x4620ac(0x272)]=a54_0x4620ac(0x1dd),a54_0x470705[a54_0x4620ac(0x26b)]=a54_0x3daf9f,a54_0x470705[a54_0x4620ac(0x26c)]=0x40*0x400,a54_0x470705[a54_0x4620ac(0x240)]=a54_0x4620ac(0x1be),a54_0x470705['UPGRADE_REQUIRED']='Upgrade\x20required',a54_0x470705[a54_0x4620ac(0x1bd)]=a54_0x4620ac(0x1e8),a54_0x470705[a54_0x4620ac(0x1e4)]=a54_0x4620ac(0x205),a54_0x470705[a54_0x4620ac(0x1cb)]=a54_0x4620ac(0x1b8),a54_0x470705['AI_INIT_SUCCESSFUL']='SDKTestTcgtInitSuccessful',a54_0x470705[a54_0x4620ac(0x21c)]=a54_0x4620ac(0x233),a54_0x470705['AI_PROXY_FAILURE']=a54_0x4620ac(0x251),a54_0x470705[a54_0x4620ac(0x271)]=0x1388,a54_0x470705[a54_0x4620ac(0x21a)]=0x1388,a54_0x470705[a54_0x4620ac(0x239)]=0x1388,a54_0x470705[a54_0x4620ac(0x1c6)]=0x1388,a54_0x470705['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a54_0x470705['TEST_FRAMEWORK_HOOK_TIMEOUT']=a54_0x70a7b4,a54_0x470705[a54_0x4620ac(0x210)]=a54_0x3f871f,a54_0x470705['AI_ENABLED_FRAMEWORK']=['vanilla',a54_0x4620ac(0x21d)],a54_0x470705[a54_0x4620ac(0x276)]=a54_0x5e9c70,a54_0x470705['LOG_FILE_NAME']='/usage.log',a54_0x470705['DEBUG_LOG_FILE_NAME']=a54_0x4620ac(0x1b4),a54_0x470705[a54_0x4620ac(0x253)]=a54_0x4620ac(0x1c8),a54_0x470705[a54_0x4620ac(0x232)]=a54_0x4620ac(0x26e),a54_0x470705[a54_0x4620ac(0x23f)]=a54_0x4620ac(0x1d8),a54_0x470705[a54_0x4620ac(0x207)]=a54_0x4620ac(0x262),a54_0x470705['BROWSERSTACK']='browserstack',a54_0x470705['CLI_SUPPORTED_FRAMEWORKS']=[a54_0x4620ac(0x264),'cucumber',a54_0x4620ac(0x1cd)],a54_0x470705[a54_0x4620ac(0x258)]=[a54_0x4620ac(0x231),a54_0x4620ac(0x1c7),a54_0x4620ac(0x1f1),a54_0x4620ac(0x23e),'percyScreenshot',a54_0x4620ac(0x1e7)],a54_0x470705[a54_0x4620ac(0x1cc)]=a54_0x4620ac(0x1cc),module['exports']=a54_0x470705;const _env=(process[a54_0x4620ac(0x1bf)][a54_0x4620ac(0x1e3)]||a54_0x4620ac(0x23a))[a54_0x4620ac(0x215)]();if(_env===a54_0x4620ac(0x1b3)||_env===a54_0x4620ac(0x1f2)){const oIUAwE=a54_0x4620ac(0x249)[a54_0x4620ac(0x1b7)]('|');let Txefjm=0x0;while(!![]){switch(oIUAwE[Txefjm++]){case'0':module[a54_0x4620ac(0x281)]['hubUrl']=a54_0x4620ac(0x26f);continue;case'1':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x1d1)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a54_0x4620ac(0x281)]['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'3':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x26a)]=a54_0x4620ac(0x1eb);continue;case'4':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x206)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'5':module[a54_0x4620ac(0x281)]['O11Y_URL']=a54_0x4620ac(0x1e2);continue;case'6':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x253)]=a54_0x4620ac(0x1b6);continue;case'7':module[a54_0x4620ac(0x281)]['TCG_URL']=a54_0x4620ac(0x1df);continue;case'8':module[a54_0x4620ac(0x281)]['BROWSERSTACK']=a54_0x4620ac(0x20b);continue;case'9':module['exports']['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'10':module['exports']['PLAYWRIGHT_HUB_URL']='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a54_0x4620ac(0x281)]['EDS_URL']=a54_0x4620ac(0x24e);continue;case'12':module['exports'][a54_0x4620ac(0x243)]=a54_0x4620ac(0x20a);continue;}break;}}else{if(_env===a54_0x4620ac(0x24a)||_env===a54_0x4620ac(0x250)){const BqeGdo='2|6|12|8|9|5|7|4|3|0|10|1|11'[a54_0x4620ac(0x1b7)]('|');let PtVWqC=0x0;while(!![]){switch(BqeGdo[PtVWqC++]){case'0':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x23f)]='https://automation-preprod.bsstag.com';continue;case'1':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x1c5)]=a54_0x4620ac(0x24e);continue;case'2':module[a54_0x4620ac(0x281)]['hubUrl']=a54_0x4620ac(0x20d);continue;case'3':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x253)]=a54_0x4620ac(0x1b6);continue;case'4':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x22a)]=a54_0x4620ac(0x1f9);continue;case'5':module[a54_0x4620ac(0x281)]['BROWSERSTACK_APP_AUTOMATE_URL']=a54_0x4620ac(0x285);continue;case'6':module['exports']['BROWSERSTACK_API_URL']=a54_0x4620ac(0x25d);continue;case'7':module['exports'][a54_0x4620ac(0x243)]=a54_0x4620ac(0x25d);continue;case'8':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x1f8)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x206)]=a54_0x4620ac(0x20e);continue;case'10':module[a54_0x4620ac(0x281)][a54_0x4620ac(0x1d5)]=a54_0x4620ac(0x1d7);continue;case'11':module['exports'][a54_0x4620ac(0x259)]=a54_0x4620ac(0x20b);continue;case'12':module[a54_0x4620ac(0x281)]['TCG_URL']=a54_0x4620ac(0x1c2);continue;}break;}}}
1
+ const a55_0x43347b=a55_0x4d04;(function(_0x16eb4c,_0x5c80a6){const _0x1c93d8=a55_0x4d04,_0x33398d=_0x16eb4c();while(!![]){try{const _0x4bfdfc=parseInt(_0x1c93d8(0x216))/0x1+parseInt(_0x1c93d8(0x1fe))/0x2+-parseInt(_0x1c93d8(0x26d))/0x3+-parseInt(_0x1c93d8(0x1df))/0x4+-parseInt(_0x1c93d8(0x1fa))/0x5+-parseInt(_0x1c93d8(0x1d6))/0x6*(parseInt(_0x1c93d8(0x1bb))/0x7)+parseInt(_0x1c93d8(0x235))/0x8*(parseInt(_0x1c93d8(0x234))/0x9);if(_0x4bfdfc===_0x5c80a6)break;else _0x33398d['push'](_0x33398d['shift']());}catch(_0x2ad0d2){_0x33398d['push'](_0x33398d['shift']());}}}(a55_0x5ad5,0xd34f2));const a55_0x4c9598={};a55_0x4c9598['INFO']='shows\x20version\x20information',a55_0x4c9598[a55_0x43347b(0x267)]=a55_0x43347b(0x192);const a55_0x2dc247={};a55_0x2dc247[a55_0x43347b(0x20e)]='Run\x20jest\x20tests\x20on\x20browserstack';const a55_0x3a4ca4={};a55_0x3a4ca4[a55_0x43347b(0x20e)]=a55_0x43347b(0x20f);const a55_0x22b73b={};a55_0x22b73b[a55_0x43347b(0x20e)]=a55_0x43347b(0x242);const a55_0x386499={};a55_0x386499[a55_0x43347b(0x20e)]=a55_0x43347b(0x1a6);const a55_0xf8c5f7={};a55_0xf8c5f7[a55_0x43347b(0x20e)]=a55_0x43347b(0x223);const a55_0x305e59={};function a55_0x5ad5(){const _0x46beca=['jest','CLIENT_TROUBLESHOOTING_HASH','split','INTEGRATIONS','APP_AUTOMATE_PRODUCTS','PLAYWRIGHT_TRACE_LOGS','observability','INFO','Run\x20mocha\x20tests\x20on\x20browserstack','chromeOptions','AUTOMATE_PRODUCTS','ERR_NAME_NOT_RESOLVED','LOG_FILE_NAME','rerunTests','^[a-zA-Z0-9_.-]*$','511137IIYFpd','Upgrade\x20required','SDKTestTcgtInitSuccessful','https://api-cloud.browserstack.com','ROOT_REGEX','https://upload-observability-preprod.bsstag.com','AI_PROXY_FAILURE','TCG_REGION','ATS_HUB_URL_REGEX','strictFileInteractability','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_RESET','ERR_PROXY_CONNECTION_FAILED','Run\x20nightwatch\x20tests\x20on\x20browserstack','parallelsPerPlatform','/usage-debug.log','ERR_CONNECTION_REFUSED','acceptSslCert','PRIVATE_DOMAIN_OR_IP_REGEX','INVALID_INIT_RESP_WITH_USER_IMPACT','proxySettings','BROWSERSTACK_APP_AUTOMATE_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','https://api-cloud-devtestops.bsstag.com','framework','.ipa','SDK-GE-001','prod','OBSERVABILITY_UPLOAD_URL','37036143MQyEHx','8LLnCBx','https://hub-devtestops.bsstag.com/wd/hub','https://automation-preprod.bsstag.com','SELF_SIGNED_CERT_IN_CHAIN','USER_CONFIG_DETAILS_PATH','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserstack.overridelocalInfo.userAuthToken','Run\x20codeceptjs\x20tests\x20on\x20browserstack','TCG_DOWN','pageLoadStrategy','SDK_INSTRUMENTATION_CONFIG','vanilla','exports','Run\x20cucumber-js\x20tests\x20on\x20browserstack','browserName','unable\x20to\x20get\x20local\x20issuer\x20certificate','automate','ERR_TUNNEL_CONNECTION_FAILED','staging','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://tcg.bsstag.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Mocha','https://tcg.browserstack.com','proxyPassword','testReporting','self\x20signed\x20certificate','BROWSERSTACK_AUTOMATE_URL','TEST_REPORTING_ANALYTICS','VALID_APP_EXTENSION','.aab','httpsProxy','SHAREABLE_ID_REGEX','SSL_ERROR_MESSAGES','https://automate.browserstack.com/dashboard/v2/builds/','ERR_TIMED_OUT','accessibility','GLOBAL_AGENT_NO_PROXY','timeouts','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','UPDATED_CLI_ENDPOINT','SDKTestInvalidTcgAuthResponseWithUserImpact','ERR_CONNECTION_TIMED_OUT','NUDGE_LOCAL_ERRORS','AI_ENABLED_FRAMEWORK','TCG_URL','PLAYWRIGHT_CONFIG_OPTION_ERRORS','TCG_AUTH_TIMEOUT','https://automation.browserstack.com','CODECEPT_CUCUMBER','HELP','ROOT_CAPS','hubUrl','HUB_URL_REGEX','turboScaleOptions','PACKAGE_TYPE','2618910dvAonr','HEALING_LOG_DATA_TIMEOUT','customVariables','userName','[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.','testOrchestrationOptions','REDACTED_KEYS','accessibilityOptions','Cucumber-JS','testObservabilityOptions','browserstack.com','bsstag','Specify\x20--help\x20for\x20available\x20options','O11Y_URL','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','MODULE','https://api-preprod.bsstag.com','A11Y_GET_RESULTS_SUMMARY','BSTACK_URL','browserstack.accessKey','percyOptions','AUTOMATION_LOG_COMMANDS','ERR_FAILED','CI_ARTIFACTS_PATH','ieOptions','ERR_TLS_CERT_ALTNAME_INVALID','https://tcg-preprod.bsstag.com','SDKTestTcgProxyFailure','BROWSERSTACK','.browserstack\x20folder\x20not\x20accessible','OBSERVABILITY_SUPPORTED_FWS','MOCHA','Run\x20js\x20tests\x20on\x20browserstack','turboScale','VANILLA','ERR_CONNECTION_CLOSED','https://apidevtestops.bsstag.com','sdk/v1/update_cli','https://automate-preprod.bsstag.com/dashboard/v2/builds/','ObservabilitySync','unhandledPromptBehavior','logLevel','ERR_SOCKET_NOT_CONNECTED','COMMONJS','BROWSERSTACK_ENV','playwright','https://upload-observability-devtestops-ssi.bsstag.com','https://upload-observability.browserstack.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','APP_AUTOMATE','testObservability','wss://cdp-devtestops.bsstag.com/playwright?caps=','ATS_WSS_URL_REGEX','7glSWTK','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','POLL_HEALING_RESULT_TIMEOUT','UPGRADE_REQUIRED','GLOBAL_AGENT_HTTP_PROXY','percyScreenshot','proxyPass','percyCaptureMode','uniqueDependency','codeceptjs-cucumber','https://hub.browserstack.com/wd/hub','Playwright','CUSTOM_ID_REGEX','JEST','accessKey','bsstag.com','mandatoryDependency','root','cucumber','BROWSERSTACK_API_URL','automation','.apk','testReportingOptions','CODECEPT','codeceptjs','ERR_ADDRESS_UNREACHABLE','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','9974118nZdAkE','ERR_SOCKS_CONNECTION_FAILED','https://observability-devtestops.bsstag.com','mocha','AUTOMATE','browserstackAutomation','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','testContextOptions','...[TRUNCATED]','1781008FTkzzY','wss://cdp-preprod.bsstag.com/playwright?caps=','CERT_HAS_EXPIRED','BSTACK_ATS_URL','PLAYWRIGHT_HUB_URL','SDKTestTcgDownResponse','./browserstack-artifacts/','localOptions','/usage.log','localProxyUser','https://edsstaging.bsstag.com','browserstack','browserstack.userName','SET_TCG_TOKEN_TIMEOUT','httpProxy','A11Y_SAVE_RESULTS','invalidKeys','MAX_GIT_META_DATA_SIZE_IN_BYTES','percy','APP_UPLOAD_URL','PLAYWRIGHT','Jest','browserstackLocal','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','browserStackLocalOptions','https://hub-preprod.bsstag.com/wd/hub','invalidTestInputType','6505985WzUQZo','NIGHTWATCH','Run\x20playwright\x20tests\x20on\x20Browserstack','pre-prod','1042060hIVxjJ','CODECEPTJS','browserVersion','disableAutoCaptureLogs','platforms','CONNECTIVITY_ISSUE_ERROR_CODES','https://api.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','SDKTestInitFailedResponse'];a55_0x5ad5=function(){return _0x46beca;};return a55_0x5ad5();}a55_0x305e59[a55_0x43347b(0x20e)]=a55_0x43347b(0x1fc);const a55_0x8b7d77={};a55_0x8b7d77[a55_0x43347b(0x20e)]=a55_0x43347b(0x23c);const a55_0x1f4241={};a55_0x1f4241[a55_0x43347b(0x20e)]=a55_0x43347b(0x248);const a55_0x16a135={};a55_0x16a135[a55_0x43347b(0x20e)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x5c8889={};a55_0x5c8889[a55_0x43347b(0x1f3)]=a55_0x43347b(0x1c6),a55_0x5c8889[a55_0x43347b(0x1a5)]=a55_0x43347b(0x1d9),a55_0x5c8889[a55_0x43347b(0x1c8)]=a55_0x43347b(0x207),a55_0x5c8889[a55_0x43347b(0x1d2)]='codeceptjs',a55_0x5c8889[a55_0x43347b(0x266)]=a55_0x43347b(0x1c4),a55_0x5c8889['CUCUMBER']='cucumber',a55_0x5c8889[a55_0x43347b(0x1a8)]='vanilla';const a55_0x5f0f5e={};a55_0x5f0f5e[a55_0x43347b(0x1ef)]=a55_0x43347b(0x194),a55_0x5f0f5e[a55_0x43347b(0x1c3)]=a55_0x43347b(0x220),a55_0x5f0f5e[a55_0x43347b(0x1cb)]=a55_0x43347b(0x1dc),a55_0x5f0f5e[a55_0x43347b(0x1f9)]=a55_0x43347b(0x1f6);const a55_0x4c101a={};a55_0x4c101a[a55_0x43347b(0x1b1)]='commonjs',a55_0x4c101a[a55_0x43347b(0x195)]='module';function a55_0x4d04(_0x468d96,_0x41f10f){const _0x5ad5f4=a55_0x5ad5();return a55_0x4d04=function(_0x4d0451,_0x233665){_0x4d0451=_0x4d0451-0x191;let _0x58d115=_0x5ad5f4[_0x4d0451];return _0x58d115;},a55_0x4d04(_0x468d96,_0x41f10f);}const a55_0x11aeca={};a55_0x11aeca[a55_0x43347b(0x24b)]=0xfde8,a55_0x11aeca[a55_0x43347b(0x275)]=0xfde8,a55_0x11aeca[a55_0x43347b(0x1f4)]=0x186a0;const a55_0x55b1b8={};a55_0x55b1b8[a55_0x43347b(0x1cc)]=[a55_0x43347b(0x270),a55_0x43347b(0x1c9),a55_0x43347b(0x1ed),'httpsProxy',a55_0x43347b(0x26f),a55_0x43347b(0x1eb),a55_0x43347b(0x199),a55_0x43347b(0x24d),'authToken','proxyUrl',a55_0x43347b(0x23b)],a55_0x55b1b8[a55_0x43347b(0x1f7)]=['proxyUser',a55_0x43347b(0x1c1),a55_0x43347b(0x1e8),'localProxyPass'];const a55_0xfe239a={};a55_0xfe239a[a55_0x43347b(0x1f5)]=a55_0x43347b(0x1f5),a55_0xfe239a['browserStackLocalOptions']=a55_0x43347b(0x1f7),a55_0xfe239a[a55_0x43347b(0x1e6)]=a55_0x43347b(0x1f7),a55_0xfe239a[a55_0x43347b(0x224)]=a55_0x43347b(0x224),a55_0xfe239a[a55_0x43347b(0x202)]='platforms',a55_0xfe239a['logLevel']=a55_0x43347b(0x1af),a55_0xfe239a['httpProxy']=a55_0x43347b(0x1ed),a55_0xfe239a[a55_0x43347b(0x254)]=a55_0x43347b(0x254),a55_0xfe239a[a55_0x43347b(0x22f)]=a55_0x43347b(0x22f),a55_0xfe239a[a55_0x43347b(0x1dd)]=a55_0x43347b(0x1dd),a55_0xfe239a[a55_0x43347b(0x1b8)]=a55_0x43347b(0x1b8),a55_0xfe239a['testReporting']=a55_0x43347b(0x24e),a55_0xfe239a[a55_0x43347b(0x276)]=a55_0x43347b(0x276),a55_0xfe239a[a55_0x43347b(0x1d1)]=a55_0x43347b(0x1d1),a55_0xfe239a[a55_0x43347b(0x26f)]='customVariables',a55_0xfe239a[a55_0x43347b(0x1cf)]=a55_0x43347b(0x1db),a55_0xfe239a['browserstackAutomation']=a55_0x43347b(0x1db),a55_0xfe239a[a55_0x43347b(0x214)]=a55_0x43347b(0x214),a55_0xfe239a[a55_0x43347b(0x1f1)]='percy',a55_0xfe239a[a55_0x43347b(0x19a)]=a55_0x43347b(0x19a),a55_0xfe239a[a55_0x43347b(0x1c2)]=a55_0x43347b(0x1c2),a55_0xfe239a['disableAutoCaptureLogs']=a55_0x43347b(0x201),a55_0xfe239a[a55_0x43347b(0x259)]=a55_0x43347b(0x259),a55_0xfe239a[a55_0x43347b(0x274)]=a55_0x43347b(0x274),a55_0xfe239a[a55_0x43347b(0x1a7)]='turboScale',a55_0xfe239a[a55_0x43347b(0x26b)]=a55_0x43347b(0x26b),a55_0xfe239a[a55_0x43347b(0x22a)]=a55_0x43347b(0x22a),a55_0xfe239a['testOrchestrationOptions']=a55_0x43347b(0x272);const a55_0x10e19f={};a55_0x10e19f[a55_0x43347b(0x1a3)]=[a55_0x43347b(0x231),a55_0x43347b(0x271)];const a55_0x28b1a4={};a55_0x28b1a4['VERSION']=a55_0x4c9598,a55_0x28b1a4[a55_0x43347b(0x1c8)]=a55_0x2dc247,a55_0x28b1a4[a55_0x43347b(0x1a5)]=a55_0x3a4ca4,a55_0x28b1a4['CUCUMBER']=a55_0x22b73b,a55_0x28b1a4[a55_0x43347b(0x1a8)]=a55_0x386499,a55_0x28b1a4[a55_0x43347b(0x1fb)]=a55_0xf8c5f7,a55_0x28b1a4[a55_0x43347b(0x1f3)]=a55_0x305e59,a55_0x28b1a4[a55_0x43347b(0x1ff)]=a55_0x8b7d77,a55_0x28b1a4['HST']=a55_0x1f4241,a55_0x28b1a4[a55_0x43347b(0x20a)]=a55_0x16a135,a55_0x28b1a4['BSTACK_DELTA']=0xf*0x3c*0x3e8,a55_0x28b1a4[a55_0x43347b(0x269)]=a55_0x43347b(0x1c5),a55_0x28b1a4[a55_0x43347b(0x262)]=a55_0x43347b(0x24c),a55_0x28b1a4[a55_0x43347b(0x21d)]='use',a55_0x28b1a4[a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x28b1a4[a55_0x43347b(0x21e)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x28b1a4[a55_0x43347b(0x1ba)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x28b1a4[a55_0x43347b(0x268)]=['acceptInsecureCerts',a55_0x43347b(0x23e),a55_0x43347b(0x21f),a55_0x43347b(0x1ae),a55_0x43347b(0x25b),a55_0x43347b(0x243),a55_0x43347b(0x200),'acceptSslCerts',a55_0x43347b(0x227),a55_0x43347b(0x210),'firefoxOptions','edgeOptions',a55_0x43347b(0x19e)],a55_0x28b1a4[a55_0x43347b(0x21a)]=/^[\w-]+:.*$/,a55_0x28b1a4[a55_0x43347b(0x228)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x28b1a4['EDS_URL']='https://eds.browserstack.com',a55_0x28b1a4[a55_0x43347b(0x1ce)]=a55_0x43347b(0x204),a55_0x28b1a4[a55_0x43347b(0x1f2)]=a55_0x43347b(0x219),a55_0x28b1a4[a55_0x43347b(0x25d)]=a55_0x43347b(0x1ab),a55_0x28b1a4['FUNNEL_INSTRUMENTATION_API_URL']='sdk/v1/event',a55_0x28b1a4[a55_0x43347b(0x211)]=[a55_0x43347b(0x245),a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x20b)]=['app-automate',a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x23a)]=[a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x233)]=a55_0x43347b(0x1b5),a55_0x28b1a4[a55_0x43347b(0x1a4)]=[a55_0x43347b(0x1d9),a55_0x43347b(0x1c6)],a55_0x28b1a4[a55_0x43347b(0x1da)]=['automate'],a55_0x28b1a4[a55_0x43347b(0x250)]=a55_0x43347b(0x257),a55_0x28b1a4[a55_0x43347b(0x22b)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a55_0x28b1a4[a55_0x43347b(0x1b7)]=['app-automate'],a55_0x28b1a4[a55_0x43347b(0x260)]=[a55_0x43347b(0x19c),a55_0x43347b(0x258),'ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a55_0x43347b(0x1b0),a55_0x43347b(0x1a9),a55_0x43347b(0x221),a55_0x43347b(0x226),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a55_0x43347b(0x1d4),a55_0x43347b(0x246),a55_0x43347b(0x25f),a55_0x43347b(0x1d7),a55_0x43347b(0x24a),a55_0x43347b(0x222),a55_0x43347b(0x212),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x28b1a4[a55_0x43347b(0x252)]=[a55_0x43347b(0x1d0),a55_0x43347b(0x253),a55_0x43347b(0x230)],a55_0x28b1a4[a55_0x43347b(0x1c7)]=a55_0x43347b(0x215),a55_0x28b1a4[a55_0x43347b(0x255)]=a55_0x43347b(0x1b6),a55_0x28b1a4[a55_0x43347b(0x19d)]=a55_0x43347b(0x1e5),a55_0x28b1a4[a55_0x43347b(0x1e3)]='wss://cdp.browserstack.com/playwright?caps=',a55_0x28b1a4['FRAMEWORKS']=a55_0x5c8889,a55_0x28b1a4['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x43347b(0x207),'mocha'],a55_0x28b1a4[a55_0x43347b(0x263)]=a55_0x5f0f5e,a55_0x28b1a4['AUTOLOGCAPTURE_NOTIFICATION']=a55_0x43347b(0x1bc),a55_0x28b1a4[a55_0x43347b(0x26c)]=a55_0x4c101a,a55_0x28b1a4[a55_0x43347b(0x1f0)]=0x40*0x400,a55_0x28b1a4['GIT_META_DATA_TRUNCATED']=a55_0x43347b(0x1de),a55_0x28b1a4[a55_0x43347b(0x1be)]=a55_0x43347b(0x217),a55_0x28b1a4[a55_0x43347b(0x23d)]=a55_0x43347b(0x1e4),a55_0x28b1a4[a55_0x43347b(0x229)]=a55_0x43347b(0x25e),a55_0x28b1a4['TCG_AUTH_FAILURE']='SDKTestTcgAuthFailure',a55_0x28b1a4['AI_INIT_SUCCESSFUL']=a55_0x43347b(0x218),a55_0x28b1a4['AI_INIT_FAILURE']=a55_0x43347b(0x206),a55_0x28b1a4[a55_0x43347b(0x21c)]=a55_0x43347b(0x1a1),a55_0x28b1a4[a55_0x43347b(0x264)]=0x1388,a55_0x28b1a4[a55_0x43347b(0x1ec)]=0x1388,a55_0x28b1a4[a55_0x43347b(0x26e)]=0x1388,a55_0x28b1a4['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x28b1a4[a55_0x43347b(0x1bd)]=0xc350,a55_0x28b1a4[a55_0x43347b(0x205)]=a55_0x11aeca,a55_0x28b1a4[a55_0x43347b(0x273)]=a55_0x55b1b8,a55_0x28b1a4[a55_0x43347b(0x261)]=[a55_0x43347b(0x240),a55_0x43347b(0x1d3)],a55_0x28b1a4[a55_0x43347b(0x23f)]=a55_0xfe239a,a55_0x28b1a4[a55_0x43347b(0x213)]=a55_0x43347b(0x1e7),a55_0x28b1a4['DEBUG_LOG_FILE_NAME']=a55_0x43347b(0x225),a55_0x28b1a4[a55_0x43347b(0x198)]=a55_0x43347b(0x277),a55_0x28b1a4[a55_0x43347b(0x1e2)]='browserstack-ats.com',a55_0x28b1a4[a55_0x43347b(0x193)]=a55_0x43347b(0x265),a55_0x28b1a4[a55_0x43347b(0x251)]=a55_0x43347b(0x22c),a55_0x28b1a4[a55_0x43347b(0x1a2)]=a55_0x43347b(0x1ea),a55_0x28b1a4['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x43347b(0x1b3),a55_0x43347b(0x1cd),'jest'],a55_0x28b1a4[a55_0x43347b(0x19b)]=['A11Y_SCAN',a55_0x43347b(0x197),'A11Y_GET_RESULTS',a55_0x43347b(0x1ee),a55_0x43347b(0x1c0),a55_0x43347b(0x1ad)],a55_0x28b1a4[a55_0x43347b(0x20c)]='PLAYWRIGHT_TRACE_LOGS',a55_0x28b1a4[a55_0x43347b(0x256)]=[a55_0x43347b(0x24f),'unable\x20to\x20verify\x20the\x20first\x20certificate','certificate\x20has\x20expired',a55_0x43347b(0x244),a55_0x43347b(0x19f),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x28b1a4['SSL_ERROR_CODES']=[a55_0x43347b(0x238),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x43347b(0x22d),a55_0x43347b(0x1e1),a55_0x43347b(0x19f),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a55_0x28b1a4[a55_0x43347b(0x203)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x28b1a4[a55_0x43347b(0x208)]=a55_0x10e19f,a55_0x28b1a4['INTERNALLY_USED_ENV_VARS']=[a55_0x43347b(0x1bf),a55_0x43347b(0x25a),a55_0x43347b(0x239)],module[a55_0x43347b(0x241)]=a55_0x28b1a4;const _env=(process['env'][a55_0x43347b(0x1b2)]||a55_0x43347b(0x232))['toLowerCase']();if(_env===a55_0x43347b(0x247)||_env==='stag'){const pmhUyr='8|10|0|1|6|9|2|7|11|5|3|12|4'['split']('|');let SvSwGI=0x0;while(!![]){switch(pmhUyr[SvSwGI++]){case'0':module['exports'][a55_0x43347b(0x262)]=a55_0x43347b(0x249);continue;case'1':module[a55_0x43347b(0x241)][a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a55_0x43347b(0x241)][a55_0x43347b(0x1f2)]=a55_0x43347b(0x22e);continue;case'3':module[a55_0x43347b(0x241)][a55_0x43347b(0x233)]=a55_0x43347b(0x1b4);continue;case'4':module['exports']['BROWSERSTACK']=a55_0x43347b(0x191);continue;case'5':module[a55_0x43347b(0x241)]['O11Y_URL']=a55_0x43347b(0x1d8);continue;case'6':module[a55_0x43347b(0x241)][a55_0x43347b(0x250)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'7':module[a55_0x43347b(0x241)][a55_0x43347b(0x1e3)]=a55_0x43347b(0x1b9);continue;case'8':module[a55_0x43347b(0x241)][a55_0x43347b(0x269)]=a55_0x43347b(0x236);continue;case'9':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x43347b(0x1d5);continue;case'10':module[a55_0x43347b(0x241)]['BROWSERSTACK_API_URL']=a55_0x43347b(0x1aa);continue;case'11':module['exports'][a55_0x43347b(0x198)]=a55_0x43347b(0x1ca);continue;case'12':module[a55_0x43347b(0x241)]['EDS_URL']=a55_0x43347b(0x1e9);continue;}break;}}else{if(_env==='preprod'||_env===a55_0x43347b(0x1fd)){const pDUaOB='8|10|5|4|9|0|3|6|1|12|11|7|2'[a55_0x43347b(0x209)]('|');let VQJNrn=0x0;while(!![]){switch(pDUaOB[VQJNrn++]){case'0':module[a55_0x43347b(0x241)][a55_0x43347b(0x22b)]=a55_0x43347b(0x25c);continue;case'1':module[a55_0x43347b(0x241)][a55_0x43347b(0x198)]=a55_0x43347b(0x1ca);continue;case'2':module[a55_0x43347b(0x241)]['BROWSERSTACK']=a55_0x43347b(0x191);continue;case'3':module[a55_0x43347b(0x241)][a55_0x43347b(0x1f2)]='https://api-preprod.bsstag.com';continue;case'4':module[a55_0x43347b(0x241)][a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a55_0x43347b(0x241)][a55_0x43347b(0x262)]=a55_0x43347b(0x1a0);continue;case'6':module[a55_0x43347b(0x241)][a55_0x43347b(0x1e3)]=a55_0x43347b(0x1e0);continue;case'7':module[a55_0x43347b(0x241)]['EDS_URL']=a55_0x43347b(0x1e9);continue;case'8':module[a55_0x43347b(0x241)]['hubUrl']=a55_0x43347b(0x1f8);continue;case'9':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a55_0x43347b(0x1ac);continue;case'10':module[a55_0x43347b(0x241)]['BROWSERSTACK_API_URL']=a55_0x43347b(0x196);continue;case'11':module[a55_0x43347b(0x241)][a55_0x43347b(0x233)]=a55_0x43347b(0x21b);continue;case'12':module[a55_0x43347b(0x241)]['O11Y_URL']=a55_0x43347b(0x237);continue;}break;}}}
@@ -1 +1 @@
1
- function a55_0x10b6(_0x1a8d43,_0x1f22b1){const _0x5b9385=a55_0x5b93();return a55_0x10b6=function(_0x10b679,_0x378196){_0x10b679=_0x10b679-0x133;let _0x12fb49=_0x5b9385[_0x10b679];return _0x12fb49;},a55_0x10b6(_0x1a8d43,_0x1f22b1);}const a55_0x5064c6=a55_0x10b6;(function(_0x3885eb,_0x572e08){const _0x224134=a55_0x10b6,_0x12358f=_0x3885eb();while(!![]){try{const _0x21ed42=-parseInt(_0x224134(0x13d))/0x1+-parseInt(_0x224134(0x143))/0x2*(parseInt(_0x224134(0x136))/0x3)+parseInt(_0x224134(0x142))/0x4+-parseInt(_0x224134(0x135))/0x5*(parseInt(_0x224134(0x140))/0x6)+parseInt(_0x224134(0x133))/0x7+parseInt(_0x224134(0x13f))/0x8*(-parseInt(_0x224134(0x13e))/0x9)+parseInt(_0x224134(0x137))/0xa;if(_0x21ed42===_0x572e08)break;else _0x12358f['push'](_0x12358f['shift']());}catch(_0x471550){_0x12358f['push'](_0x12358f['shift']());}}}(a55_0x5b93,0x8c472));function a55_0x5b93(){const _0x3a0ed0=['7206wYMOyL','configure','950148VJskcY','2zPeunk','join','7490343bmxZSE','layout','1075xWLzsp','2108346GiNtqg','17633910MhchWf','levelStr','./logReportingAPI','nVWSm','colouredLayout','data','1095599dVlner','14499sgCbYa','2184ZPaxsU'];a55_0x5b93=function(){return _0x3a0ed0;};return a55_0x5b93();}const logReportingAPI=require(a55_0x5064c6(0x139)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x1ab54b,_0x2cf86b){return _0x4ec39f=>{const _0x462f31=a55_0x10b6;BSTestOpsLogger['log']({'level':_0x4ec39f['level']?_0x4ec39f['level'][_0x462f31(0x138)]:null,'message':_0x4ec39f[_0x462f31(0x13c)]?_0x4ec39f[_0x462f31(0x13c)][_0x462f31(0x144)]('\x20'):null});};}exports[a55_0x5064c6(0x141)]=(_0x4adc01,_0x519d05)=>{const _0x4d7c36=a55_0x5064c6,_0x25cf20={'nVWSm':function(_0x21a42e,_0x3dec24,_0x3f1e60){return _0x21a42e(_0x3dec24,_0x3f1e60);}};let _0x451e1e=_0x519d05[_0x4d7c36(0x13b)];return _0x4adc01[_0x4d7c36(0x134)]&&(_0x451e1e=_0x519d05[_0x4d7c36(0x134)](_0x4adc01[_0x4d7c36(0x134)]['type'],_0x4adc01[_0x4d7c36(0x134)])),_0x25cf20[_0x4d7c36(0x13a)](BSTestOpsLog4JSAppender,_0x451e1e,_0x4adc01['timezoneOffset']);};
1
+ function a56_0x5dfc(_0x2d934b,_0x3019c3){const _0x21b6c3=a56_0x21b6();return a56_0x5dfc=function(_0x5dfc16,_0x163ca3){_0x5dfc16=_0x5dfc16-0x1d6;let _0x2de2ed=_0x21b6c3[_0x5dfc16];return _0x2de2ed;},a56_0x5dfc(_0x2d934b,_0x3019c3);}const a56_0x22e88e=a56_0x5dfc;(function(_0x4355df,_0x1cb855){const _0x1cecc0=a56_0x5dfc,_0x553a86=_0x4355df();while(!![]){try{const _0x7b85e8=-parseInt(_0x1cecc0(0x1e7))/0x1+-parseInt(_0x1cecc0(0x1e6))/0x2*(parseInt(_0x1cecc0(0x1d7))/0x3)+-parseInt(_0x1cecc0(0x1d9))/0x4*(-parseInt(_0x1cecc0(0x1d6))/0x5)+parseInt(_0x1cecc0(0x1d8))/0x6+parseInt(_0x1cecc0(0x1de))/0x7+parseInt(_0x1cecc0(0x1e9))/0x8+parseInt(_0x1cecc0(0x1e1))/0x9*(-parseInt(_0x1cecc0(0x1e3))/0xa);if(_0x7b85e8===_0x1cb855)break;else _0x553a86['push'](_0x553a86['shift']());}catch(_0x50c005){_0x553a86['push'](_0x553a86['shift']());}}}(a56_0x21b6,0x4d351));function a56_0x21b6(){const _0x14a27c=['data','164dOwHET','4619QxMCmk','./logReportingAPI','514176EJPcpf','1431395psGTKP','13107cdSacd','3422790IFrEXK','4iCUkuP','JnBAc','join','type','timezoneOffset','1604204CXZZAz','colouredLayout','level','18hKAVYL','layout','2355350PXqZay','levelStr'];a56_0x21b6=function(){return _0x14a27c;};return a56_0x21b6();}const logReportingAPI=require(a56_0x22e88e(0x1e8)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x4b5ef1,_0x4d33bb){return _0x53e035=>{const _0x48bc23=a56_0x5dfc;BSTestOpsLogger['log']({'level':_0x53e035[_0x48bc23(0x1e0)]?_0x53e035[_0x48bc23(0x1e0)][_0x48bc23(0x1e4)]:null,'message':_0x53e035['data']?_0x53e035[_0x48bc23(0x1e5)][_0x48bc23(0x1db)]('\x20'):null});};}exports['configure']=(_0x2724bd,_0x39f0df)=>{const _0x14d7f4=a56_0x22e88e,_0x130e38={'JnBAc':function(_0x11cedc,_0x36b7e4,_0x5abfce){return _0x11cedc(_0x36b7e4,_0x5abfce);}};let _0xd6d9a9=_0x39f0df[_0x14d7f4(0x1df)];return _0x2724bd[_0x14d7f4(0x1e2)]&&(_0xd6d9a9=_0x39f0df[_0x14d7f4(0x1e2)](_0x2724bd['layout'][_0x14d7f4(0x1dc)],_0x2724bd[_0x14d7f4(0x1e2)])),_0x130e38[_0x14d7f4(0x1da)](BSTestOpsLog4JSAppender,_0xd6d9a9,_0x2724bd[_0x14d7f4(0x1dd)]);};
@@ -1 +1 @@
1
- function a56_0x3232(_0x1de65e,_0x395741){const _0x5cb405=a56_0x5cb4();return a56_0x3232=function(_0x3232d7,_0x2a5b0a){_0x3232d7=_0x3232d7-0x1b8;let _0x56bbe1=_0x5cb405[_0x3232d7];return _0x56bbe1;},a56_0x3232(_0x1de65e,_0x395741);}const a56_0x48c131=a56_0x3232;function a56_0x5cb4(){const _0x1571ec=['toISOString','24296VPPRuB','TRACE','emit','59evwQxr','INFO','ERROR','logToTestOps','exports','rJWQT','trace','5DbIQyb','2082740nSthhD','debug','1035YilwnB','info','pid','warn','toUpperCase','3170692rSvhoe','error','WARN','1349532CLKKvB','DEBUG','log','13136UzGlVY','1803177zrWNHz','bs:addLog:','../../helpers/test-observability/constants','2108164NHVvnx'];a56_0x5cb4=function(){return _0x1571ec;};return a56_0x5cb4();}(function(_0x114d37,_0x4409e9){const _0x8e2b5e=a56_0x3232,_0x2ac8d3=_0x114d37();while(!![]){try{const _0x4903c6=-parseInt(_0x8e2b5e(0x1bd))/0x1*(-parseInt(_0x8e2b5e(0x1d2))/0x2)+parseInt(_0x8e2b5e(0x1d3))/0x3+-parseInt(_0x8e2b5e(0x1b8))/0x4+-parseInt(_0x8e2b5e(0x1c4))/0x5*(parseInt(_0x8e2b5e(0x1cf))/0x6)+-parseInt(_0x8e2b5e(0x1cc))/0x7+-parseInt(_0x8e2b5e(0x1ba))/0x8*(-parseInt(_0x8e2b5e(0x1c7))/0x9)+parseInt(_0x8e2b5e(0x1c5))/0xa;if(_0x4903c6===_0x4409e9)break;else _0x2ac8d3['push'](_0x2ac8d3['shift']());}catch(_0x58f1cd){_0x2ac8d3['push'](_0x2ac8d3['shift']());}}}(a56_0x5cb4,0x534bd));const Transport=require('winston-transport'),{consoleHolder}=require(a56_0x48c131(0x1d5)),a56_0x337824={};a56_0x337824[a56_0x48c131(0x1be)]='INFO',a56_0x337824[a56_0x48c131(0x1bf)]=a56_0x48c131(0x1bf),a56_0x337824[a56_0x48c131(0x1d0)]=a56_0x48c131(0x1d0),a56_0x337824[a56_0x48c131(0x1bb)]='TRACE',a56_0x337824[a56_0x48c131(0x1ce)]=a56_0x48c131(0x1ce);const LOG_LEVELS=a56_0x337824;class logPatcher extends Transport{constructor(_0x112e2c){super(_0x112e2c);}[a56_0x48c131(0x1c0)]=(_0x36002e=LOG_LEVELS[a56_0x48c131(0x1be)],_0x23d15a=[''])=>{const _0x2a3b7a=a56_0x48c131,_0x48a5e5={};_0x48a5e5[_0x2a3b7a(0x1c2)]='TEST_LOG';const _0x552945=_0x48a5e5;consoleHolder[_0x36002e['toLowerCase']()](..._0x23d15a),process[_0x2a3b7a(0x1bc)](_0x2a3b7a(0x1d4)+process[_0x2a3b7a(0x1c9)],{'timestamp':new Date()[_0x2a3b7a(0x1b9)](),'level':_0x36002e[_0x2a3b7a(0x1cb)](),'message':'\x22'+_0x23d15a['join'](',\x20')+'\x22','kind':_0x552945['rJWQT'],'http_response':{}});};[a56_0x48c131(0x1c3)]=(..._0x6d14b7)=>{const _0x472beb=a56_0x48c131;this[_0x472beb(0x1c0)](LOG_LEVELS['TRACE'],_0x6d14b7);};[a56_0x48c131(0x1c6)]=(..._0x179522)=>{const _0x2ad8fa=a56_0x48c131;this['logToTestOps'](LOG_LEVELS[_0x2ad8fa(0x1d0)],_0x179522);};[a56_0x48c131(0x1c8)]=(..._0x11580d)=>{const _0x3cd673=a56_0x48c131;this['logToTestOps'](LOG_LEVELS[_0x3cd673(0x1be)],_0x11580d);};[a56_0x48c131(0x1ca)]=(..._0x11818c)=>{const _0x4987ae=a56_0x48c131;this[_0x4987ae(0x1c0)](LOG_LEVELS[_0x4987ae(0x1ce)],_0x11818c);};[a56_0x48c131(0x1cd)]=(..._0x1b19ba)=>{const _0x29fa12=a56_0x48c131;this[_0x29fa12(0x1c0)](LOG_LEVELS[_0x29fa12(0x1bf)],_0x1b19ba);};[a56_0x48c131(0x1d1)]=(..._0x3b7686)=>{const _0x1dd6d3=a56_0x48c131;this[_0x1dd6d3(0x1c0)](LOG_LEVELS[_0x1dd6d3(0x1be)],_0x3b7686);};};module[a56_0x48c131(0x1c1)]=logPatcher;
1
+ const a57_0x766848=a57_0x19e6;(function(_0x18f5ff,_0x3ca62f){const _0x4e0068=a57_0x19e6,_0x42c43f=_0x18f5ff();while(!![]){try{const _0xe19b4d=parseInt(_0x4e0068(0x1f0))/0x1*(-parseInt(_0x4e0068(0x1e7))/0x2)+-parseInt(_0x4e0068(0x1e6))/0x3+parseInt(_0x4e0068(0x1e4))/0x4+-parseInt(_0x4e0068(0x200))/0x5+parseInt(_0x4e0068(0x1ec))/0x6+parseInt(_0x4e0068(0x1f2))/0x7+parseInt(_0x4e0068(0x1f4))/0x8;if(_0xe19b4d===_0x3ca62f)break;else _0x42c43f['push'](_0x42c43f['shift']());}catch(_0x9c8b72){_0x42c43f['push'](_0x42c43f['shift']());}}}(a57_0xca0a,0x520a0));function a57_0x19e6(_0x480782,_0x19f8ea){const _0xca0aee=a57_0xca0a();return a57_0x19e6=function(_0x19e684,_0x232815){_0x19e684=_0x19e684-0x1e3;let _0x15e935=_0xca0aee[_0x19e684];return _0x15e935;},a57_0x19e6(_0x480782,_0x19f8ea);}const Transport=require(a57_0x766848(0x1eb)),{consoleHolder}=require(a57_0x766848(0x1ea)),a57_0x1d6ca5={};function a57_0xca0a(){const _0x378554=['1113432pNiajW','94omLDRe','error','warn','../../helpers/test-observability/constants','winston-transport','200874yrdgjR','emit','trace','bs:addLog:','8761EDTYnX','vuHKo','3159800JLCHWz','log','2436680NLYhza','DEBUG','TRACE','WARN','join','logToTestOps','ERROR','exports','toUpperCase','info','toISOString','toLowerCase','422005BjqlgM','TEST_LOG','1655520GtVlmS','INFO'];a57_0xca0a=function(){return _0x378554;};return a57_0xca0a();}a57_0x1d6ca5[a57_0x766848(0x1e5)]=a57_0x766848(0x1e5),a57_0x1d6ca5[a57_0x766848(0x1fa)]=a57_0x766848(0x1fa),a57_0x1d6ca5[a57_0x766848(0x1f5)]='DEBUG',a57_0x1d6ca5['TRACE']=a57_0x766848(0x1f6),a57_0x1d6ca5[a57_0x766848(0x1f7)]=a57_0x766848(0x1f7);const LOG_LEVELS=a57_0x1d6ca5;class logPatcher extends Transport{constructor(_0x1eb1d7){super(_0x1eb1d7);}[a57_0x766848(0x1f9)]=(_0x579947=LOG_LEVELS[a57_0x766848(0x1e5)],_0x1facaa=[''])=>{const _0x3a241b=a57_0x766848,_0x4d7ee2={};_0x4d7ee2[_0x3a241b(0x1f1)]=_0x3a241b(0x1e3);const _0x56f77a=_0x4d7ee2;consoleHolder[_0x579947[_0x3a241b(0x1ff)]()](..._0x1facaa),process[_0x3a241b(0x1ed)](_0x3a241b(0x1ef)+process['pid'],{'timestamp':new Date()[_0x3a241b(0x1fe)](),'level':_0x579947[_0x3a241b(0x1fc)](),'message':'\x22'+_0x1facaa[_0x3a241b(0x1f8)](',\x20')+'\x22','kind':_0x56f77a['vuHKo'],'http_response':{}});};[a57_0x766848(0x1ee)]=(..._0x1be207)=>{const _0x3ac98c=a57_0x766848;this['logToTestOps'](LOG_LEVELS[_0x3ac98c(0x1f6)],_0x1be207);};['debug']=(..._0x21d493)=>{const _0xb2b7ef=a57_0x766848;this['logToTestOps'](LOG_LEVELS[_0xb2b7ef(0x1f5)],_0x21d493);};[a57_0x766848(0x1fd)]=(..._0x310c2b)=>{const _0xaf6af7=a57_0x766848;this[_0xaf6af7(0x1f9)](LOG_LEVELS[_0xaf6af7(0x1e5)],_0x310c2b);};[a57_0x766848(0x1e9)]=(..._0x53759c)=>{const _0x440ded=a57_0x766848;this[_0x440ded(0x1f9)](LOG_LEVELS[_0x440ded(0x1f7)],_0x53759c);};[a57_0x766848(0x1e8)]=(..._0x9a3e7e)=>{const _0x2ba984=a57_0x766848;this[_0x2ba984(0x1f9)](LOG_LEVELS[_0x2ba984(0x1fa)],_0x9a3e7e);};[a57_0x766848(0x1f3)]=(..._0x5223d4)=>{const _0x45b1b9=a57_0x766848;this[_0x45b1b9(0x1f9)](LOG_LEVELS[_0x45b1b9(0x1e5)],_0x5223d4);};};module[a57_0x766848(0x1fb)]=logPatcher;
@@ -1 +1 @@
1
- const a57_0x354135=a57_0x551f;(function(_0x291dca,_0x2bfbb3){const _0x2c35a2=a57_0x551f,_0x11a49c=_0x291dca();while(!![]){try{const _0x16a946=-parseInt(_0x2c35a2(0x97))/0x1+parseInt(_0x2c35a2(0x92))/0x2*(parseInt(_0x2c35a2(0xad))/0x3)+parseInt(_0x2c35a2(0xa3))/0x4*(parseInt(_0x2c35a2(0xb0))/0x5)+parseInt(_0x2c35a2(0xac))/0x6*(-parseInt(_0x2c35a2(0xa1))/0x7)+parseInt(_0x2c35a2(0xb2))/0x8+-parseInt(_0x2c35a2(0x9a))/0x9*(-parseInt(_0x2c35a2(0x96))/0xa)+-parseInt(_0x2c35a2(0x91))/0xb;if(_0x16a946===_0x2bfbb3)break;else _0x11a49c['push'](_0x11a49c['shift']());}catch(_0x6feb79){_0x11a49c['push'](_0x11a49c['shift']());}}}(a57_0x17b4,0x5adff));const Transport=require(a57_0x354135(0x9b)),{consoleHolder}=require(a57_0x354135(0xa7)),a57_0x2b7b33={};function a57_0x17b4(){const _0xa59351=['../../helpers/test-observability/constants','error','level','pid','bs:addLog:','10554UYuudI','961815UnQxrv','ztqXE','message','196465OkpKTK','debug','4390112lDuDuD','emit','RtfwY','INFO','exports','logged','object','3845237PAsijb','2apmEfl','TRACE','DEBUG','toUpperCase','1480SSicUm','301442QpHism','toISOString','ERROR','9819qrqJrY','winston-transport','toLowerCase','hriuh','zgyyP','info','logToTestOps','343zoPWlQ','TEST_LOG','8NcquvN','trace','WARN','eYqvE'];a57_0x17b4=function(){return _0xa59351;};return a57_0x17b4();}a57_0x2b7b33[a57_0x354135(0xb5)]=a57_0x354135(0xb5),a57_0x2b7b33[a57_0x354135(0x99)]='ERROR',a57_0x2b7b33[a57_0x354135(0x94)]=a57_0x354135(0x94),a57_0x2b7b33[a57_0x354135(0x93)]=a57_0x354135(0x93),a57_0x2b7b33[a57_0x354135(0xa5)]='WARN';const LOG_LEVELS=a57_0x2b7b33;function a57_0x551f(_0x2d17f6,_0x2d8112){const _0x17b495=a57_0x17b4();return a57_0x551f=function(_0x551fc9,_0x1b4d62){_0x551fc9=_0x551fc9-0x90;let _0x14153b=_0x17b495[_0x551fc9];return _0x14153b;},a57_0x551f(_0x2d17f6,_0x2d8112);}class logReportingAPI extends Transport{constructor(_0x10cde3){super(_0x10cde3);}['log'](_0x4dd277,_0x36c48c){const _0x1b6b88=a57_0x354135,_0x50b8c0={'zgyyP':_0x1b6b88(0xb7),'RtfwY':function(_0x41ae3e,_0x2dd09c){return _0x41ae3e(_0x2dd09c);},'VNcTA':function(_0x458a24,_0x4dda34){return _0x458a24===_0x4dda34;},'hriuh':_0x1b6b88(0x90),'eYqvE':function(_0x4f88fe){return _0x4f88fe();}};_0x50b8c0[_0x1b6b88(0xb4)](setImmediate,()=>{const _0x2c16c2=_0x1b6b88;this[_0x2c16c2(0xb3)](_0x50b8c0[_0x2c16c2(0x9e)],_0x4dd277);}),_0x50b8c0['VNcTA'](typeof _0x4dd277,_0x50b8c0[_0x1b6b88(0x9d)])?this[_0x1b6b88(0xa0)](_0x4dd277[_0x1b6b88(0xa9)]||LOG_LEVELS['INFO'],_0x4dd277[_0x1b6b88(0xaf)],![]):this['logToTestOps'](LOG_LEVELS[_0x1b6b88(0xb5)],_0x4dd277),_0x36c48c&&_0x50b8c0[_0x1b6b88(0xa6)](_0x36c48c);}['logToTestOps']=(_0x3e5905=LOG_LEVELS[a57_0x354135(0xb5)],_0x3b034b='',_0x583343=!![])=>{const _0x2c4ddf=a57_0x354135,_0x140d1b={};_0x140d1b[_0x2c4ddf(0xae)]=_0x2c4ddf(0xa2);const _0x5127e6=_0x140d1b;_0x583343&&consoleHolder[_0x3e5905[_0x2c4ddf(0x9c)]()](_0x3b034b),process[_0x2c4ddf(0xb3)](_0x2c4ddf(0xab)+process[_0x2c4ddf(0xaa)],{'timestamp':new Date()[_0x2c4ddf(0x98)](),'level':_0x3e5905[_0x2c4ddf(0x95)](),'message':_0x3b034b,'kind':_0x5127e6['ztqXE'],'http_response':{}});};[a57_0x354135(0xa4)]=(_0x4b235a,_0x1de795)=>{const _0x27d76d=a57_0x354135;this[_0x27d76d(0xa0)](LOG_LEVELS['TRACE'],_0x4b235a);};[a57_0x354135(0xb1)]=(_0xd7b1c9,_0x29e6e1)=>{const _0x3951ba=a57_0x354135;this['logToTestOps'](LOG_LEVELS[_0x3951ba(0x94)],_0xd7b1c9);};[a57_0x354135(0x9f)]=(_0x52c665,_0x11eeaa)=>{const _0x2bce78=a57_0x354135;this[_0x2bce78(0xa0)](LOG_LEVELS[_0x2bce78(0xb5)],_0x52c665);};['warn']=(_0x1d63af,_0x2462d5)=>{const _0x45011b=a57_0x354135;this[_0x45011b(0xa0)](LOG_LEVELS['WARN'],_0x1d63af);};[a57_0x354135(0xa8)]=(_0x44f8b3,_0x4bfa9e)=>{const _0x4e3458=a57_0x354135;this['logToTestOps'](LOG_LEVELS[_0x4e3458(0x99)],_0x44f8b3);};};module[a57_0x354135(0xb6)]=logReportingAPI;
1
+ const a58_0x6a041d=a58_0x1c87;(function(_0x1a61eb,_0x6ddb0f){const _0x2fa62a=a58_0x1c87,_0x3f88f6=_0x1a61eb();while(!![]){try{const _0x3a6412=-parseInt(_0x2fa62a(0xeb))/0x1*(parseInt(_0x2fa62a(0xe5))/0x2)+parseInt(_0x2fa62a(0xe4))/0x3*(-parseInt(_0x2fa62a(0xe7))/0x4)+parseInt(_0x2fa62a(0xdd))/0x5+-parseInt(_0x2fa62a(0xdb))/0x6+parseInt(_0x2fa62a(0xe9))/0x7*(parseInt(_0x2fa62a(0xd8))/0x8)+-parseInt(_0x2fa62a(0xdf))/0x9+parseInt(_0x2fa62a(0xdc))/0xa;if(_0x3a6412===_0x6ddb0f)break;else _0x3f88f6['push'](_0x3f88f6['shift']());}catch(_0x21434e){_0x3f88f6['push'](_0x3f88f6['shift']());}}}(a58_0x48cc,0xe96c8));const Transport=require('winston-transport'),{consoleHolder}=require(a58_0x6a041d(0xda)),a58_0x27831d={};function a58_0x1c87(_0x2f4ad8,_0x352ca5){const _0x48ccc1=a58_0x48cc();return a58_0x1c87=function(_0x1c872e,_0x41667b){_0x1c872e=_0x1c872e-0xcf;let _0x4a8535=_0x48ccc1[_0x1c872e];return _0x4a8535;},a58_0x1c87(_0x2f4ad8,_0x352ca5);}function a58_0x48cc(){const _0x1fc885=['toUpperCase','emit','level','JQEuw','debug','QkCvQ','pid','exports','trace','816pKRAYV','logged','../../helpers/test-observability/constants','11006010KMhKmE','26779810DBChVj','7963640NmgWBy','DEBUG','6964164fsdpBz','logToTestOps','ERROR','VBoZr','log','3maRiyv','142olwkYP','error','2654584PaiDuS','INFO','1680yEbTTV','WARN','948wvHDps','TRACE','toISOString','toLowerCase','object'];a58_0x48cc=function(){return _0x1fc885;};return a58_0x48cc();}a58_0x27831d['INFO']='INFO',a58_0x27831d['ERROR']=a58_0x6a041d(0xe1),a58_0x27831d[a58_0x6a041d(0xde)]=a58_0x6a041d(0xde),a58_0x27831d['TRACE']='TRACE',a58_0x27831d[a58_0x6a041d(0xea)]='WARN';const LOG_LEVELS=a58_0x27831d;class logReportingAPI extends Transport{constructor(_0xf298bb){super(_0xf298bb);}[a58_0x6a041d(0xe3)](_0x34a343,_0x46ef35){const _0x5c15b1=a58_0x6a041d,_0x37741c={'ysfRa':_0x5c15b1(0xd9),'VAGsW':function(_0x494a1d,_0xfa6f8a){return _0x494a1d(_0xfa6f8a);},'JQEuw':function(_0xa3ce1e,_0x4838fb){return _0xa3ce1e===_0x4838fb;},'xDWyV':_0x5c15b1(0xef),'VBoZr':function(_0x278ea1){return _0x278ea1();}};_0x37741c['VAGsW'](setImmediate,()=>{this['emit'](_0x37741c['ysfRa'],_0x34a343);}),_0x37741c[_0x5c15b1(0xd2)](typeof _0x34a343,_0x37741c['xDWyV'])?this[_0x5c15b1(0xe0)](_0x34a343[_0x5c15b1(0xd1)]||LOG_LEVELS[_0x5c15b1(0xe8)],_0x34a343['message'],![]):this[_0x5c15b1(0xe0)](LOG_LEVELS['INFO'],_0x34a343),_0x46ef35&&_0x37741c[_0x5c15b1(0xe2)](_0x46ef35);}[a58_0x6a041d(0xe0)]=(_0x3a0d6e=LOG_LEVELS[a58_0x6a041d(0xe8)],_0x344294='',_0x343b7b=!![])=>{const _0x30e45b=a58_0x6a041d,_0x5d485d={};_0x5d485d[_0x30e45b(0xd4)]='TEST_LOG';const _0x48c968=_0x5d485d;_0x343b7b&&consoleHolder[_0x3a0d6e[_0x30e45b(0xee)]()](_0x344294),process[_0x30e45b(0xd0)]('bs:addLog:'+process[_0x30e45b(0xd5)],{'timestamp':new Date()[_0x30e45b(0xed)](),'level':_0x3a0d6e[_0x30e45b(0xcf)](),'message':_0x344294,'kind':_0x48c968[_0x30e45b(0xd4)],'http_response':{}});};[a58_0x6a041d(0xd7)]=(_0x4c6048,_0x3a7dca)=>{const _0x23d99e=a58_0x6a041d;this['logToTestOps'](LOG_LEVELS[_0x23d99e(0xec)],_0x4c6048);};[a58_0x6a041d(0xd3)]=(_0x312ed5,_0x1a8ab0)=>{const _0x4b363e=a58_0x6a041d;this[_0x4b363e(0xe0)](LOG_LEVELS['DEBUG'],_0x312ed5);};['info']=(_0x33af2e,_0x4b7bcc)=>{const _0x37640a=a58_0x6a041d;this[_0x37640a(0xe0)](LOG_LEVELS[_0x37640a(0xe8)],_0x33af2e);};['warn']=(_0x368763,_0x2743f7)=>{const _0x94afb2=a58_0x6a041d;this[_0x94afb2(0xe0)](LOG_LEVELS[_0x94afb2(0xea)],_0x368763);};[a58_0x6a041d(0xe6)]=(_0x2bff13,_0x4cc2fc)=>{const _0x97322=a58_0x6a041d;this[_0x97322(0xe0)](LOG_LEVELS['ERROR'],_0x2bff13);};};module[a58_0x6a041d(0xd6)]=logReportingAPI;