browserstack-node-sdk 1.35.3 → 1.35.4

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 (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -60
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. 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
- const a45_0x10e6b3=a45_0x302f;(function(_0x454c9c,_0x4c2e54){const _0x3d4859=a45_0x302f,_0xc0ff9d=_0x454c9c();while(!![]){try{const _0x27ffbf=-parseInt(_0x3d4859(0xea))/0x1+-parseInt(_0x3d4859(0xbb))/0x2+parseInt(_0x3d4859(0xde))/0x3*(parseInt(_0x3d4859(0xe0))/0x4)+-parseInt(_0x3d4859(0xb2))/0x5+-parseInt(_0x3d4859(0xcb))/0x6+parseInt(_0x3d4859(0xf7))/0x7+parseInt(_0x3d4859(0xb5))/0x8;if(_0x27ffbf===_0x4c2e54)break;else _0xc0ff9d['push'](_0xc0ff9d['shift']());}catch(_0x278ce1){_0xc0ff9d['push'](_0xc0ff9d['shift']());}}}(a45_0x1264,0x45a61));const fs=require('fs'),helper=require(a45_0x10e6b3(0xd7)),utilities=require(a45_0x10e6b3(0xf3)),yaml=require(a45_0x10e6b3(0xb7)),yargs=require(a45_0x10e6b3(0xcc)),logger=require(a45_0x10e6b3(0xc3))[a45_0x10e6b3(0xbf)],configFileTemplate=__dirname+a45_0x10e6b3(0xd9),configFileTemplatePW=__dirname+a45_0x10e6b3(0xb4),configFile=process[a45_0x10e6b3(0xcd)]()+a45_0x10e6b3(0xc1),packageFile=process[a45_0x10e6b3(0xcd)]()+a45_0x10e6b3(0xf9),frameworks=[a45_0x10e6b3(0xd8),a45_0x10e6b3(0xf8),a45_0x10e6b3(0xb3),a45_0x10e6b3(0xe6),a45_0x10e6b3(0xeb),'codeceptjs',a45_0x10e6b3(0xef)];let config;logger[a45_0x10e6b3(0xc0)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a45_0x10e6b3(0xf0)][a45_0x10e6b3(0xf1)],yargs['argv'][a45_0x10e6b3(0xee)],yargs[a45_0x10e6b3(0xf0)]['playwright']);try{sdkSetup();}catch(a45_0x9c4ed8){logger[a45_0x10e6b3(0xed)](a45_0x10e6b3(0xbe)+a45_0x9c4ed8);}addScriptInPackageJson();function createConfigurationFile(_0x1ae596,_0x3b7e9d,_0x4784a6=![]){const _0x3e5993=a45_0x10e6b3,_0xeec441={};_0xeec441['MzonR']='utf8',_0xeec441[_0x3e5993(0xe9)]=_0x3e5993(0xe8),_0xeec441[_0x3e5993(0xc5)]=_0x3e5993(0xbd);const _0x327c95=_0xeec441;try{let _0x2ec355=fs[_0x3e5993(0xda)](_0x4784a6?configFileTemplatePW:configFileTemplate,_0x327c95['MzonR']);_0x1ae596&&(_0x2ec355=_0x2ec355[_0x3e5993(0xd4)](_0x327c95[_0x3e5993(0xe9)],_0x1ae596)),_0x3b7e9d&&(_0x2ec355=_0x2ec355[_0x3e5993(0xd4)](_0x327c95[_0x3e5993(0xc5)],_0x3b7e9d)),config=yaml[_0x3e5993(0xb9)](_0x2ec355),fs[_0x3e5993(0xd2)](configFile,_0x2ec355,_0x3064b4=>{_0x3064b4&&logger['error'](_0x3064b4);});}catch(_0x42a60b){logger[_0x3e5993(0xf6)](_0x42a60b);}}function addPostInstallScript(_0x1d4511,_0x29ee8e){const _0x256faf=a45_0x10e6b3,_0x381f49={};_0x381f49[_0x256faf(0xdc)]=_0x256faf(0xc8),_0x381f49[_0x256faf(0xc2)]=_0x256faf(0xf5),_0x381f49[_0x256faf(0xce)]=_0x256faf(0xca);const _0x42ac15=_0x381f49;let _0x22842e=_0x1d4511[_0x42ac15[_0x256faf(0xdc)]];if(_0x22842e&&_0x22842e[_0x256faf(0xf2)](_0x42ac15[_0x256faf(0xc2)]))return;!_0x22842e?_0x22842e=_0x42ac15['dHgzo']:_0x22842e+=_0x42ac15[_0x256faf(0xce)],_0x29ee8e[_0x256faf(0xc6)]([_0x42ac15[_0x256faf(0xdc)],_0x22842e]);}function a45_0x302f(_0x5b654c,_0x1201bb){const _0x1264f7=a45_0x1264();return a45_0x302f=function(_0x302f82,_0x1415a0){_0x302f82=_0x302f82-0xb0;let _0x3a19cb=_0x1264f7[_0x302f82];return _0x3a19cb;},a45_0x302f(_0x5b654c,_0x1201bb);}function addScriptInPackageJson(){const _0x2072e6=a45_0x10e6b3,_0xfe80b2={'sjsDd':'utf8','iazNa':function(_0x59da36,_0x1d4dfa){return _0x59da36<_0x1d4dfa;},'IqGgT':function(_0x37af60,_0x4c85de,_0x90afad){return _0x37af60(_0x4c85de,_0x90afad);},'jcJQh':function(_0x37a8ee,_0x417265,_0x223639){return _0x37a8ee(_0x417265,_0x223639);},'JWvNt':function(_0x973800,_0x1b13ff,_0x4d49ad){return _0x973800(_0x1b13ff,_0x4d49ad);},'CScEP':function(_0x9b41cd,_0x264e8a){return _0x9b41cd<_0x264e8a;},'SbZfn':function(_0x17fd96,_0x104529){return _0x17fd96!==_0x104529;},'SHwSp':_0x2072e6(0xd0)},_0x5490fe=JSON['parse'](fs[_0x2072e6(0xda)](packageFile,_0xfe80b2['sjsDd'])),_0x1414bc=[];for(let _0x535076=0x0;_0xfe80b2[_0x2072e6(0xe1)](_0x535076,frameworks['length']);_0x535076+=0x1){const _0x4cc50e=_0xfe80b2[_0x2072e6(0xe7)](findScriptsWithFramework,_0x5490fe[_0x2072e6(0xe4)],frameworks[_0x535076]);for(let _0x5b51b2=0x0;_0xfe80b2[_0x2072e6(0xe1)](_0x5b51b2,_0x4cc50e[_0x2072e6(0xc9)]);_0x5b51b2+=0x1){_0x1414bc[_0x2072e6(0xc6)](_0xfe80b2['jcJQh'](getUpdatedCommand,_0x5490fe['scripts'],_0x4cc50e[_0x5b51b2]));}_0xfe80b2[_0x2072e6(0xec)](addPostInstallScript,_0x5490fe[_0x2072e6(0xe4)],_0x1414bc);}const _0xd5de29={..._0x5490fe[_0x2072e6(0xe4)]},_0x3c076e=_0xd5de29;for(let _0x11a313=0x0;_0xfe80b2[_0x2072e6(0xd1)](_0x11a313,_0x1414bc['length']);_0x11a313+=0x1){_0x3c076e[_0x1414bc[_0x11a313][0x0]]=_0x1414bc[_0x11a313][0x1];}_0xfe80b2[_0x2072e6(0xd5)](JSON[_0x2072e6(0xb6)](_0x5490fe[_0x2072e6(0xe4)]),JSON[_0x2072e6(0xb6)](_0x3c076e))&&(logger[_0x2072e6(0xc0)](_0xfe80b2['SHwSp']),_0x5490fe[_0x2072e6(0xe4)]=_0x3c076e,fs[_0x2072e6(0xd2)](packageFile,JSON['stringify'](_0x5490fe,null,0x2),_0xcde3c8=>{_0xcde3c8&&logger['error'](_0xcde3c8);}));};function a45_0x1264(){const _0x45c5f6=['postinstall','length','\x20&&\x20npm\x20update\x20browserstack-node-sdk','2417598mEXxeP','yargs','cwd','QrAcH','dekiP','Adding\x20new\x20script(s)\x20in\x20package.json...','CScEP','writeFileSync','split','replace','SbZfn','PNKSV','../helpers/helper','mocha','/../../browserstack.yml.sample','readFileSync','-browserstack','uESPA','join','340179euYkXx','browserstack-node-sdk\x20','20yUBgPs','iazNa','splice','entries','scripts','Setup\x20completed','node','IqGgT','YOUR_USERNAME','wDniE','162079CPyfDS','nightwatch','JWvNt','debug','key','playwright','argv','username','includes','../helpers/utilities','bhZTP','npm\x20update\x20browserstack-node-sdk','error','2571646ACGruP','jest','/package.json','isUndefined','jPigP','1148735nDNQHs','cucumber-js','/../../browserstack.pw.yml.sample','3467096DVJeFk','stringify','js-yaml','indexOf','load','SDKSetup','575380UzgIAy','node-setup','YOUR_ACCESS_KEY','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','winstonLogger','info','/browserstack.yml','dHgzo','../helpers/logger','BdCPF','rnMXy','push','RBjtF'];a45_0x1264=function(){return _0x45c5f6;};return a45_0x1264();}function findScriptsWithFramework(_0x40818b,_0x564bd4){const _0x58b6b4=a45_0x10e6b3,_0x3ae4ed={};_0x3ae4ed[_0x58b6b4(0xc4)]=function(_0xb8e4a3,_0x3585ea){return _0xb8e4a3<_0x3585ea;},_0x3ae4ed['bhZTP']='browserstack-node-sdk';const _0x3ed395=_0x3ae4ed,_0x2c4cb7=[],_0x4abfdd=Object[_0x58b6b4(0xe3)](_0x40818b);for(let _0x461586=0x0;_0x3ed395[_0x58b6b4(0xc4)](_0x461586,_0x4abfdd['length']);_0x461586+=0x1){_0x4abfdd[_0x461586][0x1]['includes'](_0x564bd4)&&!_0x4abfdd[_0x461586][0x1][_0x58b6b4(0xf2)](_0x3ed395[_0x58b6b4(0xf4)])&&_0x2c4cb7[_0x58b6b4(0xc6)](_0x4abfdd[_0x461586][0x0]);}return _0x2c4cb7;}function getUpdatedCommand(_0x5ee303,_0x59ac71){const _0x2f9dd3=a45_0x10e6b3,_0x452c0b={};_0x452c0b['RBjtF']=function(_0x34c6a3,_0x116cb6){return _0x34c6a3!==_0x116cb6;},_0x452c0b['khfWp']='browserstack-node-sdk',_0x452c0b['dekiP']=function(_0x438d3b,_0x4ec0b4){return _0x438d3b===_0x4ec0b4;};const _0x2c771f=_0x452c0b,_0x452ad7=_0x59ac71+_0x2f9dd3(0xdb),_0x31da12=_0x5ee303[_0x59ac71],_0x254128=_0x31da12[_0x2f9dd3(0xd3)]('\x20');for(const _0x263fd1 of frameworks){if(_0x2c771f[_0x2f9dd3(0xc7)](_0x254128['indexOf'](_0x263fd1),-0x1)){_0x254128[_0x2f9dd3(0xe2)](_0x254128[_0x2f9dd3(0xb8)](_0x263fd1),0x0,_0x2c771f['khfWp']);break;}}let _0x1028ba=_0x254128[_0x2f9dd3(0xdd)]('\x20');return _0x2c771f[_0x2f9dd3(0xcf)](_0x1028ba,_0x31da12)&&(_0x1028ba=_0x2f9dd3(0xdf)+_0x31da12),[_0x452ad7,_0x1028ba];}function sdkSetup(){const _0x46d588=a45_0x10e6b3,_0x1eba3f={};_0x1eba3f[_0x46d588(0xd6)]=_0x46d588(0xbc),_0x1eba3f[_0x46d588(0xb1)]=_0x46d588(0xba);const _0x5344cd=_0x1eba3f;if(helper[_0x46d588(0xb0)](config))return;config['source']=_0x5344cd[_0x46d588(0xd6)];try{utilities['fireFunnelTestEvent'](_0x5344cd[_0x46d588(0xb1)],{},config,'');}catch(_0x5700f4){logger[_0x46d588(0xed)](_0x46d588(0xbe)+_0x5700f4);}}logger[a45_0x10e6b3(0xc0)](a45_0x10e6b3(0xe5));
3
+ function a45_0x2bc4(){const _0x34fa0c=['indexOf','username','71109ZJQxpJ','entries','22lrLJXn','1172055yIZkxL','3713718qbhBiQ','/../../browserstack.yml.sample','isUndefined','1918705PkTVoa','4nPkYrL','Adding\x20new\x20script(s)\x20in\x20package.json...','npm\x20update\x20browserstack-node-sdk','TZMGc','270rutcba','includes','Yngtp','/package.json','key','push','replace','browserstack-node-sdk','485sXQcVP','playwright','node','postinstall','parse','error','utf8','scripts','\x20&&\x20npm\x20update\x20browserstack-node-sdk','QBoeu','../helpers/logger','Creating\x20configuration\x20file...','QSJot','winstonLogger','Setup\x20completed','mocha','nmdan','EwVVh','readFileSync','cucumber-js','jest','HjWMW','YOUR_ACCESS_KEY','source','jLjMj','length','dWjMW','join','WMcto','/browserstack.yml','argv','splice','js-yaml','2278daUbjG','debug','cwd','stringify','TPrGH','browserstack-node-sdk\x20','JFMbk','dhvck','QGOPR','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','../helpers/utilities','103082PdOFnW','split','yqobP','info','codeceptjs','tHtQp','168tsBfJf','GHtFw','10418388kZJpeX','/../../browserstack.pw.yml.sample','yargs','xYJfD'];a45_0x2bc4=function(){return _0x34fa0c;};return a45_0x2bc4();}const a45_0xc0cb7=a45_0x3b87;(function(_0x35cb33,_0x3ab0f9){const _0x19bff4=a45_0x3b87,_0x548c5c=_0x35cb33();while(!![]){try{const _0x3e91dd=-parseInt(_0x19bff4(0x137))/0x1*(parseInt(_0x19bff4(0x10a))/0x2)+-parseInt(_0x19bff4(0x126))/0x3+parseInt(_0x19bff4(0x12b))/0x4*(-parseInt(_0x19bff4(0x12a))/0x5)+-parseInt(_0x19bff4(0x127))/0x6+-parseInt(_0x19bff4(0x115))/0x7*(-parseInt(_0x19bff4(0x11b))/0x8)+-parseInt(_0x19bff4(0x123))/0x9*(-parseInt(_0x19bff4(0x12f))/0xa)+parseInt(_0x19bff4(0x125))/0xb*(parseInt(_0x19bff4(0x11d))/0xc);if(_0x3e91dd===_0x3ab0f9)break;else _0x548c5c['push'](_0x548c5c['shift']());}catch(_0x2e0efa){_0x548c5c['push'](_0x548c5c['shift']());}}}(a45_0x2bc4,0x4c759));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a45_0xc0cb7(0x114)),yaml=require(a45_0xc0cb7(0x109)),yargs=require(a45_0xc0cb7(0x11f)),logger=require(a45_0xc0cb7(0x141))[a45_0xc0cb7(0xf6)],configFileTemplate=__dirname+a45_0xc0cb7(0x128),configFileTemplatePW=__dirname+a45_0xc0cb7(0x11e),configFile=process[a45_0xc0cb7(0x10c)]()+a45_0xc0cb7(0x106),packageFile=process[a45_0xc0cb7(0x10c)]()+a45_0xc0cb7(0x132),frameworks=[a45_0xc0cb7(0xf8),a45_0xc0cb7(0xfd),a45_0xc0cb7(0xfc),a45_0xc0cb7(0x139),'nightwatch',a45_0xc0cb7(0x119),a45_0xc0cb7(0x138)];let config;logger[a45_0xc0cb7(0x118)](a45_0xc0cb7(0xf4)),createConfigurationFile(yargs[a45_0xc0cb7(0x107)][a45_0xc0cb7(0x122)],yargs[a45_0xc0cb7(0x107)][a45_0xc0cb7(0x133)],yargs[a45_0xc0cb7(0x107)]['playwright']);try{sdkSetup();}catch(a45_0x66c099){logger[a45_0xc0cb7(0x10b)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x66c099);}addScriptInPackageJson();function createConfigurationFile(_0x3d984f,_0x522910,_0x25b346=![]){const _0x334d6e=a45_0xc0cb7,_0x2cd893={};_0x2cd893[_0x334d6e(0x117)]=_0x334d6e(0x13d),_0x2cd893[_0x334d6e(0x103)]='YOUR_USERNAME',_0x2cd893[_0x334d6e(0x12e)]=_0x334d6e(0xff);const _0x6127eb=_0x2cd893;try{let _0x3f3ba4=fs[_0x334d6e(0xfb)](_0x25b346?configFileTemplatePW:configFileTemplate,_0x6127eb[_0x334d6e(0x117)]);_0x3d984f&&(_0x3f3ba4=_0x3f3ba4[_0x334d6e(0x135)](_0x6127eb[_0x334d6e(0x103)],_0x3d984f)),_0x522910&&(_0x3f3ba4=_0x3f3ba4['replace'](_0x6127eb[_0x334d6e(0x12e)],_0x522910)),config=yaml['load'](_0x3f3ba4),fs['writeFileSync'](configFile,_0x3f3ba4,_0x5ba133=>{const _0x229469=_0x334d6e;_0x5ba133&&logger[_0x229469(0x13c)](_0x5ba133);});}catch(_0x522246){logger[_0x334d6e(0x13c)](_0x522246);}}function addPostInstallScript(_0xa78462,_0x3adf80){const _0x4333ed=a45_0xc0cb7,_0x9bba23={};_0x9bba23[_0x4333ed(0x112)]=_0x4333ed(0x13a),_0x9bba23[_0x4333ed(0x110)]=_0x4333ed(0x12d),_0x9bba23['HjWMW']=_0x4333ed(0x13f);const _0x4a96ce=_0x9bba23;let _0x3ad2cd=_0xa78462[_0x4a96ce[_0x4333ed(0x112)]];if(_0x3ad2cd&&_0x3ad2cd[_0x4333ed(0x130)](_0x4a96ce[_0x4333ed(0x110)]))return;!_0x3ad2cd?_0x3ad2cd=_0x4a96ce[_0x4333ed(0x110)]:_0x3ad2cd+=_0x4a96ce[_0x4333ed(0xfe)],_0x3adf80[_0x4333ed(0x134)]([_0x4a96ce[_0x4333ed(0x112)],_0x3ad2cd]);}function addScriptInPackageJson(){const _0x141e0b=a45_0xc0cb7,_0x594829={'QSJot':_0x141e0b(0x13d),'QBoeu':function(_0x491751,_0x44fbc7){return _0x491751<_0x44fbc7;},'dhvck':function(_0xd2ecbe,_0xc626c,_0x339838){return _0xd2ecbe(_0xc626c,_0x339838);},'WMcto':function(_0x3251f9,_0xb622d5){return _0x3251f9<_0xb622d5;},'tHtQp':function(_0x5223ee,_0x5e3b3b){return _0x5223ee!==_0x5e3b3b;},'yAeyc':_0x141e0b(0x12c)},_0x21dd91=JSON[_0x141e0b(0x13b)](fs[_0x141e0b(0xfb)](packageFile,_0x594829[_0x141e0b(0xf5)])),_0x164703=[];for(let _0x2dc808=0x0;_0x594829[_0x141e0b(0x140)](_0x2dc808,frameworks[_0x141e0b(0x102)]);_0x2dc808+=0x1){const _0x25cc10=_0x594829[_0x141e0b(0x111)](findScriptsWithFramework,_0x21dd91[_0x141e0b(0x13e)],frameworks[_0x2dc808]);for(let _0x34617e=0x0;_0x594829[_0x141e0b(0x105)](_0x34617e,_0x25cc10[_0x141e0b(0x102)]);_0x34617e+=0x1){_0x164703[_0x141e0b(0x134)](_0x594829['dhvck'](getUpdatedCommand,_0x21dd91[_0x141e0b(0x13e)],_0x25cc10[_0x34617e]));}_0x594829['dhvck'](addPostInstallScript,_0x21dd91[_0x141e0b(0x13e)],_0x164703);}const _0x2689e4={..._0x21dd91[_0x141e0b(0x13e)]},_0x30fa4f=_0x2689e4;for(let _0x2ffa52=0x0;_0x594829['QBoeu'](_0x2ffa52,_0x164703['length']);_0x2ffa52+=0x1){_0x30fa4f[_0x164703[_0x2ffa52][0x0]]=_0x164703[_0x2ffa52][0x1];}_0x594829[_0x141e0b(0x11a)](JSON[_0x141e0b(0x10d)](_0x21dd91[_0x141e0b(0x13e)]),JSON[_0x141e0b(0x10d)](_0x30fa4f))&&(logger[_0x141e0b(0x118)](_0x594829['yAeyc']),_0x21dd91[_0x141e0b(0x13e)]=_0x30fa4f,fs['writeFileSync'](packageFile,JSON['stringify'](_0x21dd91,null,0x2),_0x11187f=>{const _0x22ab6d=_0x141e0b;_0x11187f&&logger[_0x22ab6d(0x13c)](_0x11187f);}));}function a45_0x3b87(_0x42def3,_0xc8273){const _0x2bc40c=a45_0x2bc4();return a45_0x3b87=function(_0x3b87cc,_0x564654){_0x3b87cc=_0x3b87cc-0xf4;let _0xcd23a1=_0x2bc40c[_0x3b87cc];return _0xcd23a1;},a45_0x3b87(_0x42def3,_0xc8273);};function findScriptsWithFramework(_0x88c84c,_0x44679b){const _0x49069e=a45_0xc0cb7,_0x45468a={};_0x45468a['nmdan']=function(_0x293789,_0x575d12){return _0x293789<_0x575d12;},_0x45468a[_0x49069e(0x131)]=_0x49069e(0x136);const _0x55fd29=_0x45468a,_0x128002=[],_0x4e6cff=Object[_0x49069e(0x124)](_0x88c84c);for(let _0x273117=0x0;_0x55fd29[_0x49069e(0xf9)](_0x273117,_0x4e6cff[_0x49069e(0x102)]);_0x273117+=0x1){_0x4e6cff[_0x273117][0x1][_0x49069e(0x130)](_0x44679b)&&!_0x4e6cff[_0x273117][0x1][_0x49069e(0x130)](_0x55fd29[_0x49069e(0x131)])&&_0x128002[_0x49069e(0x134)](_0x4e6cff[_0x273117][0x0]);}return _0x128002;}function getUpdatedCommand(_0x4705a6,_0x28a7f5){const _0x3311ce=a45_0xc0cb7,_0x5a0cf8={};_0x5a0cf8[_0x3311ce(0x11c)]=function(_0x1893fe,_0x17b6c2){return _0x1893fe!==_0x17b6c2;},_0x5a0cf8[_0x3311ce(0xfa)]=_0x3311ce(0x136),_0x5a0cf8[_0x3311ce(0x10e)]=function(_0x1e05a0,_0xdf8f1d){return _0x1e05a0===_0xdf8f1d;};const _0x36676f=_0x5a0cf8,_0x444d59=_0x28a7f5+'-browserstack',_0x152e48=_0x4705a6[_0x28a7f5],_0x58dc1d=_0x152e48[_0x3311ce(0x116)]('\x20');for(const _0x15456f of frameworks){if(_0x36676f['GHtFw'](_0x58dc1d[_0x3311ce(0x121)](_0x15456f),-0x1)){_0x58dc1d[_0x3311ce(0x108)](_0x58dc1d[_0x3311ce(0x121)](_0x15456f),0x0,_0x36676f[_0x3311ce(0xfa)]);break;}}let _0x9d1187=_0x58dc1d[_0x3311ce(0x104)]('\x20');return _0x36676f['TPrGH'](_0x9d1187,_0x152e48)&&(_0x9d1187=_0x3311ce(0x10f)+_0x152e48),[_0x444d59,_0x9d1187];}function sdkSetup(){const _0x195d8c=a45_0xc0cb7,_0x722db1={};_0x722db1[_0x195d8c(0x120)]='node-setup',_0x722db1[_0x195d8c(0x101)]='SDKSetup';const _0xdfea74=_0x722db1;if(helper[_0x195d8c(0x129)](config))return;config[_0x195d8c(0x100)]=_0xdfea74['xYJfD'];try{utilities['fireFunnelTestEvent'](_0xdfea74[_0x195d8c(0x101)],{},config,'');}catch(_0x4a6452){logger[_0x195d8c(0x10b)](_0x195d8c(0x113)+_0x4a6452);}}logger['info'](a45_0xc0cb7(0xf7));
@@ -1 +1 @@
1
- const a46_0x4ed904=a46_0x18ec;(function(_0x167615,_0x48def5){const _0x20a406=a46_0x18ec,_0x1e6fe6=_0x167615();while(!![]){try{const _0x27359a=parseInt(_0x20a406(0x221))/0x1*(parseInt(_0x20a406(0x23c))/0x2)+-parseInt(_0x20a406(0x212))/0x3*(parseInt(_0x20a406(0x23f))/0x4)+-parseInt(_0x20a406(0x240))/0x5+parseInt(_0x20a406(0x1f4))/0x6+-parseInt(_0x20a406(0x206))/0x7+parseInt(_0x20a406(0x1ef))/0x8*(-parseInt(_0x20a406(0x249))/0x9)+parseInt(_0x20a406(0x22c))/0xa;if(_0x27359a===_0x48def5)break;else _0x1e6fe6['push'](_0x1e6fe6['shift']());}catch(_0x4fa6dc){_0x1e6fe6['push'](_0x1e6fe6['shift']());}}}(a46_0x3147,0x528ec));function a46_0x18ec(_0x489fa9,_0x1b1d9d){const _0x31479=a46_0x3147();return a46_0x18ec=function(_0x18ece3,_0x5e7be0){_0x18ece3=_0x18ece3-0x1ee;let _0x4b26b6=_0x31479[_0x18ece3];return _0x4b26b6;},a46_0x18ec(_0x489fa9,_0x1b1d9d);}function a46_0x3147(){const _0x4458f3=['3459960cmKZzN','../../helpers/performance/performance-tester','cucumberWorker','cmNiy','parallelTestRun','Cfhga','map','sHnqd','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','info','hIpkY','yToBU','parallelCucumberRun','format','stop','debug','399668BWcMPP','pipe','../../helpers/test-observability/constants','4aWXQYY','942295EEbCpE','getStderr','HKGwk','vanillaWorker','EVENTS','HWdOU','KZOHc','then','dzWar','464859KFyEXf','Worker','aQGvh','jest-worker','\x20for','tTugR','../../helpers/testhub/testhubHandler','ggVmx','worker','config','SDK_SETUP','lyFrY','configuration','exit','16XRtMfb','push','stdout','exitCode','end','1787964mFMzop','bXtaj','resolve','VYKxG','SOLLV','getStdout','error','_child','getWorkers','test-file-failure','platform','nZDbQ','test-file-success','platforms','failureCount','stderr','UjgFy','../../helpers/test-observability/utils','106442kYHqXC','../../helpers/logger','LUvdd','ysHVl','parallelVanillaRun','dqLDH','test-file-start','length','./testWorker.js','zqquW','send','GQNgx','1195605lGfNNe','platform-run-failure','hnFhC','kYjSj','postMessage','ZYYdP','all','platform-run-success','Exception\x20in\x20sending\x20worker\x20message\x20','Workers\x20failed\x20to\x20exit\x20gracefully','p-limit','platformCaps','YfjDp','../../helpers/performance/constants','emit','2BrVAfQ','util','mqTye','log','MOCHA','results','HAeeH','emittery','Uehjh','_workerPool','json'];a46_0x3147=function(){return _0x4458f3;};return a46_0x3147();}const Worker=require(a46_0x4ed904(0x24c))[a46_0x4ed904(0x24a)],Emittery=require(a46_0x4ed904(0x228)),pLimit=require(a46_0x4ed904(0x21c)),{parentPort}=require('worker_threads'),util=require(a46_0x4ed904(0x222)),logger=require(a46_0x4ed904(0x207))['winstonLogger'],PerformanceTester=require(a46_0x4ed904(0x22d)),PerformanceEvents=require(a46_0x4ed904(0x21f))[a46_0x4ed904(0x244)],{debug}=require(a46_0x4ed904(0x205)),TestHubHandler=require(a46_0x4ed904(0x24f)),{FRAMEWORKS}=require(a46_0x4ed904(0x23e));exports[a46_0x4ed904(0x230)]=(_0x1f2b8b,_0x488d33,_0x42af4d)=>new Promise(async _0x5a5285=>{const _0x38dc5f=a46_0x4ed904,_0x962513={'hIpkY':_0x38dc5f(0x202),'ZYYdP':function(_0x325f7d,_0x3aafa8){return _0x325f7d+_0x3aafa8;},'lyFrY':_0x38dc5f(0x226),'Cfhga':_0x38dc5f(0x21b),'FJFcl':function(_0x5558ad,_0x4f4aac){return _0x5558ad(_0x4f4aac);},'wtDOv':function(_0xadb2b1,_0xc773bf){return _0xadb2b1(_0xc773bf);},'HKGwk':_0x38dc5f(0x20c),'HAeeH':_0x38dc5f(0x20e),'sCwXT':'worker','cmNiy':_0x38dc5f(0x22b),'bXtaj':'pipe','KZOHc':function(_0x4009a0,_0x1e92e0){return _0x4009a0*_0x1e92e0;},'NpMxZ':_0x38dc5f(0x200),'GQNgx':_0x38dc5f(0x1fd),'tTugR':function(_0x247575,_0x2211b9){return _0x247575(_0x2211b9);}},_0x1717bc=_0x42af4d[_0x38dc5f(0x252)],_0x2f7b1b={},_0x37d2f3=await TestHubHandler['launchBuild'](FRAMEWORKS[_0x38dc5f(0x225)],_0x42af4d),_0x392ac6=new Worker(require['resolve'](_0x962513[_0x38dc5f(0x227)]),{'exposedMethods':[_0x962513['sCwXT']],'forkOptions':{'serialization':_0x962513[_0x38dc5f(0x22f)],'stdio':_0x962513[_0x38dc5f(0x1f5)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x962513[_0x38dc5f(0x246)](_0x488d33,0x1),'enableWorkerThreads':!![]}),_0x5afa51=new Emittery();_0x5afa51['on'](_0x962513['NpMxZ'],_0x1f0b71=>{const _0x559153=_0x38dc5f;_0x2f7b1b[_0x1f0b71[0x0]]?(_0x2f7b1b[_0x1f0b71[0x0]][_0x962513[_0x559153(0x236)]]=_0x962513[_0x559153(0x217)](_0x2f7b1b[_0x1f0b71[0x0]][_0x962513[_0x559153(0x236)]],_0x1f0b71[0x1][_0x962513['hIpkY']]),_0x2f7b1b[_0x1f0b71[0x0]][_0x962513[_0x559153(0x254)]]=[..._0x2f7b1b[_0x1f0b71[0x0]][_0x962513[_0x559153(0x254)]],..._0x1f0b71[0x1][_0x962513[_0x559153(0x254)]]]):_0x2f7b1b[_0x1f0b71[0x0]]={'failureCount':_0x1f0b71[0x1][_0x962513[_0x559153(0x236)]],'results':[..._0x1f0b71[0x1][_0x962513[_0x559153(0x254)]]]};}),_0x5afa51['on'](_0x962513[_0x38dc5f(0x211)],_0x2c7ce0=>console[_0x38dc5f(0x224)](_0x2c7ce0[0x1]));_0x392ac6[_0x38dc5f(0x1f9)]()&&_0x392ac6[_0x38dc5f(0x1f9)]()[_0x38dc5f(0x23d)](process['stdout']);_0x392ac6['getStderr']()&&_0x392ac6[_0x38dc5f(0x241)]()[_0x38dc5f(0x23d)](process['stderr']);const _0x24f9a6=async()=>{const _0x157fcd=_0x38dc5f,{forceExited:_0x27efa5}=await _0x392ac6['end']();_0x27efa5&&console[_0x157fcd(0x1fa)](_0x962513[_0x157fcd(0x231)]);try{await TestHubHandler[_0x157fcd(0x23a)]();}catch(_0x3ba414){_0x962513['FJFcl'](debug,_0x157fcd(0x234)+_0x3ba414);}_0x962513['wtDOv'](_0x5a5285,_0x2f7b1b);},_0xd0ba40=_0x962513[_0x38dc5f(0x24e)](pLimit,_0x962513[_0x38dc5f(0x246)](_0x488d33,0x1)),_0x36ac95=_0x5b77fa=>_0xd0ba40(async()=>{const _0x158a70=_0x38dc5f;await _0x5afa51[_0x158a70(0x220)](_0x962513[_0x158a70(0x242)],_0x5b77fa);const _0x102444=_0x392ac6[_0x158a70(0x251)](_0x5b77fa,_0x1717bc);try{parentPort&&_0x102444['UNSTABLE_onCustomMessage'](_0x1e8f5a=>{const _0x56cd81=_0x158a70;try{parentPort[_0x56cd81(0x216)](_0x1e8f5a);}catch(_0x405a78){logger['debug'](_0x56cd81(0x21a)+util[_0x56cd81(0x239)](_0x405a78));}});}catch(_0x313e20){logger[_0x158a70(0x23b)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x158a70(0x239)](_0x313e20));}return _0x102444;});PerformanceTester[_0x38dc5f(0x1f3)](PerformanceEvents[_0x38dc5f(0x253)]),Promise[_0x38dc5f(0x218)](_0x1f2b8b['map'](_0xadc907=>_0x36ac95(_0xadc907)['then'](_0x44682a=>_0x5afa51[_0x38dc5f(0x220)](_0x38dc5f(0x200),[_0xadc907[_0x38dc5f(0x255)][_0x38dc5f(0x1fe)],_0x44682a]),_0x3e96e7=>_0x5afa51['emit']('test-file-failure',[_0xadc907,_0x3e96e7]))))[_0x38dc5f(0x247)](_0x24f9a6,_0x24f9a6);}),exports[a46_0x4ed904(0x238)]=(_0x6663b5,_0x381716,_0x2d32df,_0x1d27bd,_0x2d24ac)=>{const _0x2790cd=a46_0x4ed904,_0x53ba2c={'HWdOU':'platform-run-start','aQGvh':'Workers\x20failed\x20to\x20exit\x20gracefully','CVnDC':function(_0x2aecd6,_0x17c262){return _0x2aecd6(_0x17c262);},'LUvdd':_0x2790cd(0x20e),'ceKvE':_0x2790cd(0x22e),'ndNDX':_0x2790cd(0x22b),'UjgFy':'pipe','sHnqd':_0x2790cd(0x219),'dqLDH':_0x2790cd(0x213),'nZDbQ':function(_0x35cd45,_0x3b95d6){return _0x35cd45(_0x3b95d6);}};return new Promise(_0x3c3ccd=>{const _0x2bf7b6=_0x2790cd,_0x51d4e2={'Uehjh':_0x53ba2c[_0x2bf7b6(0x24b)],'WgbaP':function(_0x1f1465,_0x104f90){return _0x53ba2c['CVnDC'](_0x1f1465,_0x104f90);}},_0x342cb6=[],_0x1c03af=new Worker(require[_0x2bf7b6(0x1f6)](_0x53ba2c[_0x2bf7b6(0x208)]),{'exposedMethods':[_0x53ba2c['ceKvE']],'forkOptions':{'serialization':_0x53ba2c['ndNDX'],'stdio':_0x53ba2c[_0x2bf7b6(0x204)]},'numWorkers':_0x6663b5[_0x2bf7b6(0x20d)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x44a632=new Emittery();_0x44a632['on'](_0x53ba2c[_0x2bf7b6(0x233)],_0x3799f3=>{const _0x4b0e2c=_0x2bf7b6;_0x342cb6[_0x4b0e2c(0x1f0)]([_0x3799f3[0x0],_0x3799f3[0x1]]);}),_0x44a632['on'](_0x53ba2c[_0x2bf7b6(0x20b)],_0x5c9a0d=>console['log'](_0x5c9a0d[0x1]));_0x1c03af['getStdout']()&&_0x1c03af['getStdout']()[_0x2bf7b6(0x23d)](process['stdout']);_0x1c03af[_0x2bf7b6(0x241)]()&&_0x1c03af[_0x2bf7b6(0x241)]()[_0x2bf7b6(0x23d)](process['stderr']);const _0x2e8cc8=async()=>{const _0x52fb75=_0x2bf7b6,{forceExited:_0x31589b}=await _0x1c03af[_0x52fb75(0x1f3)]();_0x31589b&&console['error'](_0x51d4e2[_0x52fb75(0x229)]),_0x51d4e2['WgbaP'](_0x3c3ccd,_0x342cb6);},_0x5a19f9=_0x53ba2c[_0x2bf7b6(0x1ff)](pLimit,_0x6663b5[_0x2bf7b6(0x20d)]||0x1),_0x3bab5e=(_0xae597b,_0x307402)=>_0x5a19f9(async()=>{const _0x345b7a=_0x2bf7b6;return await _0x44a632[_0x345b7a(0x220)](_0x53ba2c[_0x345b7a(0x245)],_0xae597b),_0x381716[_0x345b7a(0x21d)]=_0x2d32df[_0x345b7a(0x201)][_0x307402],_0x1c03af[_0x345b7a(0x22e)](_0xae597b,_0x381716,_0x2d32df,_0x1d27bd,_0x2d24ac);});Promise[_0x2bf7b6(0x218)](_0x6663b5['map']((_0x31de67,_0x8cdf4)=>_0x3bab5e(_0x31de67,_0x8cdf4)[_0x2bf7b6(0x247)](_0x25375b=>_0x44a632[_0x2bf7b6(0x220)](_0x2bf7b6(0x219),[_0x31de67,_0x25375b]),_0x1f08fa=>_0x44a632[_0x2bf7b6(0x220)]('platform-run-failure',[_0x31de67,_0x1f08fa]))))['then'](_0x2e8cc8,_0x2e8cc8);});},exports[a46_0x4ed904(0x20a)]=(_0x2c5617,_0x239fd7)=>new Promise(_0x4e0b97=>{const _0x5a1b21=a46_0x4ed904,_0x3d9ac7={'zqquW':_0x5a1b21(0x1ee),'dzWar':function(_0xffedc5,_0x545983){return _0xffedc5===_0x545983;},'ysHVl':function(_0xebdb00,_0x495640){return _0xebdb00!==_0x495640;},'WWqeF':_0x5a1b21(0x21b),'yToBU':function(_0x2fead9,_0x32a229){return _0x2fead9(_0x32a229);},'hnFhC':'./testWorker.js','SOLLV':_0x5a1b21(0x243),'GHxbY':_0x5a1b21(0x22b),'kYjSj':'pipe','ggVmx':_0x5a1b21(0x200),'YfjDp':'test-file-failure'},_0x27e846={},_0x30cff2=new Worker(require['resolve'](_0x3d9ac7[_0x5a1b21(0x214)]),{'exposedMethods':[_0x3d9ac7[_0x5a1b21(0x1f8)]],'forkOptions':{'serialization':_0x3d9ac7['GHxbY'],'stdio':_0x3d9ac7[_0x5a1b21(0x215)]},'numWorkers':_0x239fd7,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x11f69e=new Emittery();_0x11f69e['on'](_0x3d9ac7[_0x5a1b21(0x250)],_0x346c91=>{const _0x576023=_0x5a1b21;_0x346c91[0x0]&&logger[_0x576023(0x235)]('Running\x20'+_0x346c91[0x1]+_0x576023(0x24d),_0x346c91[0x0]);}),_0x11f69e['on'](_0x3d9ac7[_0x5a1b21(0x21e)],_0xbf2335=>{const _0x58731f=_0x5a1b21;process[_0x58731f(0x1f2)]=0x1;});_0x30cff2[_0x5a1b21(0x1f9)]()&&_0x30cff2[_0x5a1b21(0x1f9)]()[_0x5a1b21(0x23d)](process[_0x5a1b21(0x1f1)]);_0x30cff2[_0x5a1b21(0x241)]()&&_0x30cff2['getStderr']()['pipe'](process[_0x5a1b21(0x203)]);const _0x5132d6=async()=>{const _0x5a99b4=_0x5a1b21,_0x3bcef4={'VYKxG':function(_0x5ea05d,_0x5f07f5){const _0x2854a2=a46_0x18ec;return _0x3d9ac7[_0x2854a2(0x248)](_0x5ea05d,_0x5f07f5);},'mqTye':function(_0x10445a,_0x346856){const _0x11c7e5=a46_0x18ec;return _0x3d9ac7[_0x11c7e5(0x209)](_0x10445a,_0x346856);}};let _0x281218=0x0;const _0x1cea76=_0x30cff2[_0x5a99b4(0x22a)][_0x5a99b4(0x1fc)](),_0x50e7a0=()=>{},_0x44c78c=_0x1cea76['map'](async _0x3e8394=>{const _0x4d4b2a=_0x5a99b4;_0x3e8394[_0x4d4b2a(0x210)]([0x2,![]],_0x50e7a0,_0x50e7a0,_0x50e7a0),_0x3e8394[_0x4d4b2a(0x1fb)]['on'](_0x3d9ac7[_0x4d4b2a(0x20f)],_0x4849f7=>{const _0xd76d9d=_0x4d4b2a;_0x3bcef4[_0xd76d9d(0x1f7)](_0x281218,0x0)&&_0x3bcef4[_0xd76d9d(0x223)](_0x4849f7,0x0)&&(_0x281218=_0x4849f7);}),await _0x3e8394['waitForExit']();});await Promise['all'](_0x44c78c),process[_0x5a99b4(0x1f2)]=_0x281218;const {forceExited:_0x3515f2}=await _0x30cff2[_0x5a99b4(0x1f3)]();_0x3515f2&&console['error'](_0x3d9ac7['WWqeF']),_0x3d9ac7[_0x5a99b4(0x237)](_0x4e0b97,_0x27e846);},_0x5d1595=_0x3d9ac7[_0x5a1b21(0x237)](pLimit,_0x239fd7),_0x41657c=_0x2733c7=>_0x5d1595(async()=>{const _0x3e21f9=_0x5a1b21;return _0x30cff2[_0x3e21f9(0x243)](_0x2733c7);});Promise[_0x5a1b21(0x218)](_0x2c5617[_0x5a1b21(0x232)](_0x308dc1=>_0x41657c(_0x308dc1)[_0x5a1b21(0x247)](_0x2e0a7e=>_0x11f69e[_0x5a1b21(0x220)](_0x5a1b21(0x200),[_0x308dc1['configuration'][_0x5a1b21(0x1fe)],_0x308dc1['configuration']['file']]),_0xbe70a=>_0x11f69e['emit']('test-file-failure',[_0x308dc1,_0xbe70a]))))[_0x5a1b21(0x247)](_0x5132d6,_0x5132d6);});
1
+ function a46_0xdf14(){const _0x359861=['end','util','configuration','879640mNCvzd','ArJgq','platform','json','FuSGu','stdout','Abplz','../../helpers/performance/performance-tester','length','worker_threads','file','gveRc','uhzXK','LEePd','beqgC','waitForExit','35300euCkyL','p-limit','stop','error','./testWorker.js','results','worker','13276rTmwtE','../../helpers/test-observability/utils','platform-run-failure','info','exit','cPkdr','owtmh','all','config','bkgah','28FOPKQx','vanillaWorker','905860BnElYR','NYbwD','getStderr','hlTTC','winstonLogger','getStdout','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','CgXld','Workers\x20failed\x20to\x20exit\x20gracefully','4802733kYqxzE','then','log','827658sbuInr','platform-run-start','SEvSA','format','pipe','sHULq','platforms','\x20for','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','339tgHTZE','postMessage','../../helpers/logger','resolve','WCUCV','_child','vDPBc','EVENTS','test-file-failure','cucumberWorker','PioDt','Exception\x20in\x20sending\x20worker\x20message\x20','stderr','YLzXR','test-file-start','tapTQ','getWorkers','23JaIcMi','Worker','xzYRd','hmPgX','failureCount','10363590VtUqFz','jest-worker','dLuWH','kAuoO','htDUW','11xzTyqW','WUkdJ','test-file-success','hmMyh','debug','iGGTp','DMiaB','map','_workerPool','../../helpers/testhub/testhubHandler','push','emit','owNQj','dfqje','LsTfL','parallelCucumberRun','kSLMi','UsmXl'];a46_0xdf14=function(){return _0x359861;};return a46_0xdf14();}const a46_0x5bdd62=a46_0x1e4c;function a46_0x1e4c(_0x36ca66,_0x2cd606){const _0xdf14ce=a46_0xdf14();return a46_0x1e4c=function(_0x1e4c5c,_0xe7e1ba){_0x1e4c5c=_0x1e4c5c-0xd5;let _0x36775e=_0xdf14ce[_0x1e4c5c];return _0x36775e;},a46_0x1e4c(_0x36ca66,_0x2cd606);}(function(_0x41c84b,_0xb2e3c){const _0x544e56=a46_0x1e4c,_0x3ef14c=_0x41c84b();while(!![]){try{const _0x57fa9f=parseInt(_0x544e56(0x11d))/0x1*(-parseInt(_0x544e56(0xe4))/0x2)+parseInt(_0x544e56(0x10c))/0x3*(-parseInt(_0x544e56(0xeb))/0x4)+-parseInt(_0x544e56(0xf7))/0x5+parseInt(_0x544e56(0x103))/0x6+parseInt(_0x544e56(0xf5))/0x7*(-parseInt(_0x544e56(0x13c))/0x8)+parseInt(_0x544e56(0x100))/0x9+parseInt(_0x544e56(0x122))/0xa*(parseInt(_0x544e56(0x127))/0xb);if(_0x57fa9f===_0xb2e3c)break;else _0x3ef14c['push'](_0x3ef14c['shift']());}catch(_0x6f066c){_0x3ef14c['push'](_0x3ef14c['shift']());}}}(a46_0xdf14,0x4ab1e));const Worker=require(a46_0x5bdd62(0x123))[a46_0x5bdd62(0x11e)],Emittery=require('emittery'),pLimit=require(a46_0x5bdd62(0xe5)),{parentPort}=require(a46_0x5bdd62(0xdd)),util=require(a46_0x5bdd62(0x13a)),logger=require(a46_0x5bdd62(0x10e))[a46_0x5bdd62(0xfb)],PerformanceTester=require(a46_0x5bdd62(0xdb)),PerformanceEvents=require('../../helpers/performance/constants')[a46_0x5bdd62(0x113)],{debug}=require(a46_0x5bdd62(0xec)),TestHubHandler=require(a46_0x5bdd62(0x130));exports['parallelTestRun']=(_0x451c3e,_0x51423a,_0x1adc99)=>new Promise(async _0x254699=>{const _0xc649db=a46_0x5bdd62,_0x40a35d={'beqgC':_0xc649db(0x121),'DMiaB':function(_0x5b487d,_0x799c2d){return _0x5b487d+_0x799c2d;},'SEvSA':_0xc649db(0xe9),'SrBRi':_0xc649db(0xff),'dfqje':function(_0x229200,_0x3dfb1d){return _0x229200(_0x3dfb1d);},'gveRc':_0xc649db(0x11a),'MtcNY':'./testWorker.js','kSLMi':'worker','WCUCV':_0xc649db(0xd7),'LsTfL':_0xc649db(0x107),'cPkdr':function(_0x3cc63e,_0x3c348a){return _0x3cc63e*_0x3c348a;},'PioDt':_0xc649db(0x129),'owtmh':'test-file-failure','vDPBc':function(_0x4ae315,_0x27f329){return _0x4ae315(_0x27f329);}},_0x528ff7=_0x1adc99[_0xc649db(0xf3)],_0x4b59fd={},_0x2bd9a7=new Worker(require[_0xc649db(0x10f)](_0x40a35d['MtcNY']),{'exposedMethods':[_0x40a35d[_0xc649db(0x137)]],'forkOptions':{'serialization':_0x40a35d[_0xc649db(0x110)],'stdio':_0x40a35d[_0xc649db(0x135)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x40a35d[_0xc649db(0xf0)](_0x51423a,0x1),'enableWorkerThreads':!![]}),_0x266f72=new Emittery();_0x266f72['on'](_0x40a35d[_0xc649db(0x116)],_0x3eea06=>{const _0xe4eab8=_0xc649db;_0x4b59fd[_0x3eea06[0x0]]?(_0x4b59fd[_0x3eea06[0x0]][_0x40a35d[_0xe4eab8(0xe2)]]=_0x40a35d[_0xe4eab8(0x12d)](_0x4b59fd[_0x3eea06[0x0]][_0x40a35d['beqgC']],_0x3eea06[0x1][_0x40a35d[_0xe4eab8(0xe2)]]),_0x4b59fd[_0x3eea06[0x0]][_0x40a35d[_0xe4eab8(0x105)]]=[..._0x4b59fd[_0x3eea06[0x0]][_0x40a35d[_0xe4eab8(0x105)]],..._0x3eea06[0x1][_0x40a35d[_0xe4eab8(0x105)]]]):_0x4b59fd[_0x3eea06[0x0]]={'failureCount':_0x3eea06[0x1][_0x40a35d['beqgC']],'results':[..._0x3eea06[0x1][_0x40a35d['SEvSA']]]};}),_0x266f72['on'](_0x40a35d[_0xc649db(0xf1)],_0xfe184b=>console[_0xc649db(0x102)](_0xfe184b[0x1]));_0x2bd9a7[_0xc649db(0xfc)]()&&_0x2bd9a7[_0xc649db(0xfc)]()[_0xc649db(0x107)](process[_0xc649db(0xd9)]);_0x2bd9a7[_0xc649db(0xf9)]()&&_0x2bd9a7['getStderr']()[_0xc649db(0x107)](process[_0xc649db(0x118)]);const _0x2116e9=async()=>{const _0x1870ad=_0xc649db,{forceExited:_0x1e32cc}=await _0x2bd9a7[_0x1870ad(0x139)]();_0x1e32cc&&console[_0x1870ad(0xe7)](_0x40a35d['SrBRi']);try{await TestHubHandler[_0x1870ad(0xe6)]();}catch(_0x11efd9){_0x40a35d[_0x1870ad(0x134)](debug,_0x1870ad(0xfd)+_0x11efd9);}_0x40a35d[_0x1870ad(0x134)](_0x254699,_0x4b59fd);},_0x596470=_0x40a35d[_0xc649db(0x112)](pLimit,_0x40a35d[_0xc649db(0xf0)](_0x51423a,0x1)),_0x33eb47=_0x13a5f1=>_0x596470(async()=>{const _0x426585=_0xc649db;await _0x266f72[_0x426585(0x132)](_0x40a35d[_0x426585(0xdf)],_0x13a5f1);const _0x55cf1c=_0x2bd9a7[_0x426585(0xea)](_0x13a5f1,_0x528ff7);try{parentPort&&_0x55cf1c['UNSTABLE_onCustomMessage'](_0x51842a=>{const _0x33be16=_0x426585;try{parentPort[_0x33be16(0x10d)](_0x51842a);}catch(_0x25f5c2){logger[_0x33be16(0x12b)](_0x33be16(0x117)+util[_0x33be16(0x106)](_0x25f5c2));}});}catch(_0x79b01e){logger[_0x426585(0x12b)](_0x426585(0x10b)+util[_0x426585(0x106)](_0x79b01e));}return _0x55cf1c;});PerformanceTester['end'](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x451c3e['map'](_0x5672e2=>_0x33eb47(_0x5672e2)['then'](_0x49c1eb=>_0x266f72[_0xc649db(0x132)]('test-file-success',[_0x5672e2[_0xc649db(0x13b)][_0xc649db(0xd6)],_0x49c1eb]),_0x424f7b=>_0x266f72['emit'](_0xc649db(0x114),[_0x5672e2,_0x424f7b]))))['then'](_0x2116e9,_0x2116e9);}),exports[a46_0x5bdd62(0x136)]=(_0x5381b6,_0x14d083,_0x1ef2f7,_0x2d7cea,_0x2d3733)=>{const _0x1cef94=a46_0x5bdd62,_0x4c07cb={'hlTTC':_0x1cef94(0xff),'owNQj':function(_0x1e7e36,_0x12b0f3){return _0x1e7e36(_0x12b0f3);},'CgXld':_0x1cef94(0x104),'TbrQv':'./testWorker.js','iGGTp':_0x1cef94(0x115),'htDUW':_0x1cef94(0xd7),'Abplz':_0x1cef94(0x107),'ArJgq':'platform-run-success','WUkdJ':_0x1cef94(0xed)};return new Promise(_0x4f387c=>{const _0x3cb0b0=_0x1cef94,_0x42ee3b=[],_0x5590f1=new Worker(require[_0x3cb0b0(0x10f)](_0x4c07cb['TbrQv']),{'exposedMethods':[_0x4c07cb[_0x3cb0b0(0x12c)]],'forkOptions':{'serialization':_0x4c07cb[_0x3cb0b0(0x126)],'stdio':_0x4c07cb[_0x3cb0b0(0xda)]},'numWorkers':_0x5381b6[_0x3cb0b0(0xdc)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x574f7c=new Emittery();_0x574f7c['on'](_0x4c07cb[_0x3cb0b0(0xd5)],_0x4841b5=>{const _0x56565f=_0x3cb0b0;_0x42ee3b[_0x56565f(0x131)]([_0x4841b5[0x0],_0x4841b5[0x1]]);}),_0x574f7c['on'](_0x4c07cb[_0x3cb0b0(0x128)],_0x376a5e=>console[_0x3cb0b0(0x102)](_0x376a5e[0x1]));_0x5590f1[_0x3cb0b0(0xfc)]()&&_0x5590f1[_0x3cb0b0(0xfc)]()[_0x3cb0b0(0x107)](process[_0x3cb0b0(0xd9)]);_0x5590f1[_0x3cb0b0(0xf9)]()&&_0x5590f1[_0x3cb0b0(0xf9)]()['pipe'](process[_0x3cb0b0(0x118)]);const _0x59373b=async()=>{const _0x290105=_0x3cb0b0,{forceExited:_0x4fb982}=await _0x5590f1[_0x290105(0x139)]();_0x4fb982&&console[_0x290105(0xe7)](_0x4c07cb[_0x290105(0xfa)]),_0x4c07cb[_0x290105(0x133)](_0x4f387c,_0x42ee3b);},_0x30fb15=_0x4c07cb[_0x3cb0b0(0x133)](pLimit,_0x5381b6['length']||0x1),_0x288e97=(_0x283e4f,_0x2c2178)=>_0x30fb15(async()=>{const _0x3c6418=_0x3cb0b0;return await _0x574f7c[_0x3c6418(0x132)](_0x4c07cb[_0x3c6418(0xfe)],_0x283e4f),_0x14d083['platformCaps']=_0x1ef2f7[_0x3c6418(0x109)][_0x2c2178],_0x5590f1[_0x3c6418(0x115)](_0x283e4f,_0x14d083,_0x1ef2f7,_0x2d7cea,_0x2d3733);});Promise['all'](_0x5381b6['map']((_0x52241a,_0x218cd0)=>_0x288e97(_0x52241a,_0x218cd0)[_0x3cb0b0(0x101)](_0x4b3773=>_0x574f7c[_0x3cb0b0(0x132)]('platform-run-success',[_0x52241a,_0x4b3773]),_0x192754=>_0x574f7c[_0x3cb0b0(0x132)](_0x3cb0b0(0xed),[_0x52241a,_0x192754]))))[_0x3cb0b0(0x101)](_0x59373b,_0x59373b);});},exports['parallelVanillaRun']=(_0x17951c,_0x17061e)=>new Promise(_0x3ab3f1=>{const _0x3d78b8=a46_0x5bdd62,_0x6dd7f8={'YLzXR':function(_0x240ad6,_0x1d9007){return _0x240ad6===_0x1d9007;},'XnXJt':function(_0x13ca23,_0x1e7e16){return _0x13ca23!==_0x1e7e16;},'dLuWH':_0x3d78b8(0xef),'uhzXK':_0x3d78b8(0xff),'NYbwD':function(_0x3faf56,_0x4627d9){return _0x3faf56(_0x4627d9);},'LEePd':_0x3d78b8(0xe8),'tapTQ':_0x3d78b8(0xf6),'FuSGu':_0x3d78b8(0xd7),'xzYRd':'pipe','qbPxd':'test-file-success','RgqDe':_0x3d78b8(0x114),'sHULq':function(_0x5504e3,_0x1cdb91){return _0x5504e3(_0x1cdb91);}},_0x1e323e={},_0x36a3bd=new Worker(require[_0x3d78b8(0x10f)](_0x6dd7f8[_0x3d78b8(0xe1)]),{'exposedMethods':[_0x6dd7f8[_0x3d78b8(0x11b)]],'forkOptions':{'serialization':_0x6dd7f8[_0x3d78b8(0xd8)],'stdio':_0x6dd7f8[_0x3d78b8(0x11f)]},'numWorkers':_0x17061e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xbb690f=new Emittery();_0xbb690f['on'](_0x6dd7f8['qbPxd'],_0x4a3fee=>{const _0xc29fd=_0x3d78b8;_0x4a3fee[0x0]&&logger[_0xc29fd(0xee)]('Running\x20'+_0x4a3fee[0x1]+_0xc29fd(0x10a),_0x4a3fee[0x0]);}),_0xbb690f['on'](_0x6dd7f8['RgqDe'],_0x159e31=>{process['exitCode']=0x1;});_0x36a3bd['getStdout']()&&_0x36a3bd[_0x3d78b8(0xfc)]()['pipe'](process['stdout']);_0x36a3bd['getStderr']()&&_0x36a3bd[_0x3d78b8(0xf9)]()[_0x3d78b8(0x107)](process[_0x3d78b8(0x118)]);const _0x4cbfbf=async()=>{const _0x5c566a=_0x3d78b8,_0x3f35e0={'UsmXl':function(_0x57cfb1,_0x2dfd56){const _0x562525=a46_0x1e4c;return _0x6dd7f8[_0x562525(0x119)](_0x57cfb1,_0x2dfd56);},'hmMyh':function(_0xa4713b,_0xf1cb35){return _0x6dd7f8['XnXJt'](_0xa4713b,_0xf1cb35);},'bkgah':_0x6dd7f8[_0x5c566a(0x124)]};let _0x45b1ea=0x0;const _0x5225c1=_0x36a3bd[_0x5c566a(0x12f)][_0x5c566a(0x11c)](),_0x3482d6=()=>{},_0x59fb13=_0x5225c1[_0x5c566a(0x12e)](async _0x4dd1b1=>{const _0x29deca=_0x5c566a,_0x42b82f={'kAuoO':function(_0xebda37,_0x4b4668){const _0x5b5bb8=a46_0x1e4c;return _0x3f35e0[_0x5b5bb8(0x138)](_0xebda37,_0x4b4668);},'hmPgX':function(_0x345cbb,_0x1c6787){const _0x50fb29=a46_0x1e4c;return _0x3f35e0[_0x50fb29(0x12a)](_0x345cbb,_0x1c6787);}};_0x4dd1b1['send']([0x2,![]],_0x3482d6,_0x3482d6,_0x3482d6),_0x4dd1b1[_0x29deca(0x111)]['on'](_0x3f35e0[_0x29deca(0xf4)],_0x1f56d2=>{const _0xb7d3b8=_0x29deca;_0x42b82f[_0xb7d3b8(0x125)](_0x45b1ea,0x0)&&_0x42b82f[_0xb7d3b8(0x120)](_0x1f56d2,0x0)&&(_0x45b1ea=_0x1f56d2);}),await _0x4dd1b1[_0x29deca(0xe3)]();});await Promise[_0x5c566a(0xf2)](_0x59fb13),process['exitCode']=_0x45b1ea;const {forceExited:_0x396d41}=await _0x36a3bd[_0x5c566a(0x139)]();_0x396d41&&console['error'](_0x6dd7f8[_0x5c566a(0xe0)]),_0x6dd7f8[_0x5c566a(0xf8)](_0x3ab3f1,_0x1e323e);},_0xf9d9fd=_0x6dd7f8[_0x3d78b8(0x108)](pLimit,_0x17061e),_0x16bc10=_0xc669ee=>_0xf9d9fd(async()=>{const _0x9035c3=_0x3d78b8;return _0x36a3bd[_0x9035c3(0xf6)](_0xc669ee);});Promise[_0x3d78b8(0xf2)](_0x17951c[_0x3d78b8(0x12e)](_0xe47398=>_0x16bc10(_0xe47398)[_0x3d78b8(0x101)](_0x2cf96b=>_0xbb690f['emit'](_0x3d78b8(0x129),[_0xe47398[_0x3d78b8(0x13b)][_0x3d78b8(0xd6)],_0xe47398[_0x3d78b8(0x13b)][_0x3d78b8(0xde)]]),_0x22e260=>_0xbb690f[_0x3d78b8(0x132)](_0x3d78b8(0x114),[_0xe47398,_0x22e260]))))[_0x3d78b8(0x101)](_0x4cbfbf,_0x4cbfbf);});
@@ -1 +1 @@
1
- function a47_0x3f93(){const _0x567612=['LLmeq','SDK_POST_TEST','MRhrw','../../helpers/performance/performance-tester','XEOhl','589372tQnibs','195712Kshpwj','startMonitoring','1565hdFHyH','16919peIGiQ','1087254dVKVTj','configuration','1128rcBOMA','NnyRi','fsMQX','ZKldL','run','end','645872iwdLVj','8789JPPbPN','../../helpers/performance/constants','3678YCehsk','runCucumberTest','51fVbsIF','EVENTS','vanilla','1030BeqUQK','mocha','stopMonitoring','runTest','../launcher/launcher'];a47_0x3f93=function(){return _0x567612;};return a47_0x3f93();}const a47_0x35c72c=a47_0x2e4d;(function(_0x2836aa,_0x16e46e){const _0x1fe340=a47_0x2e4d,_0x171e18=_0x2836aa();while(!![]){try{const _0x2fa5a8=-parseInt(_0x1fe340(0x1bf))/0x1+parseInt(_0x1fe340(0x1d1))/0x2+-parseInt(_0x1fe340(0x1c4))/0x3*(-parseInt(_0x1fe340(0x1d2))/0x4)+-parseInt(_0x1fe340(0x1d4))/0x5*(parseInt(_0x1fe340(0x1c2))/0x6)+parseInt(_0x1fe340(0x1d5))/0x7*(parseInt(_0x1fe340(0x1d8))/0x8)+-parseInt(_0x1fe340(0x1d6))/0x9+parseInt(_0x1fe340(0x1c7))/0xa*(-parseInt(_0x1fe340(0x1c0))/0xb);if(_0x2fa5a8===_0x16e46e)break;else _0x171e18['push'](_0x171e18['shift']());}catch(_0x596d30){_0x171e18['push'](_0x171e18['shift']());}}}(a47_0x3f93,0x681af));const PerformanceEvents=require(a47_0x35c72c(0x1c1))[a47_0x35c72c(0x1c5)],PerformanceTester=require(a47_0x35c72c(0x1cf)),{sleep}=require('../../helpers/test-observability/utils');function a47_0x2e4d(_0x340197,_0x596982){const _0x3f93bd=a47_0x3f93();return a47_0x2e4d=function(_0x2e4db7,_0x124b01){_0x2e4db7=_0x2e4db7-0x1bc;let _0x4d45e9=_0x3f93bd[_0x2e4db7];return _0x4d45e9;},a47_0x2e4d(_0x340197,_0x596982);}exports[a47_0x35c72c(0x1ca)]=async(_0xf3bd2b,_0x3c1b40)=>{const _0x969eed=a47_0x35c72c,_0x3b76a9={'ZKldL':function(_0x4ab898,_0x5a8f22){return _0x4ab898(_0x5a8f22);},'KftcW':'../launcher/launcher','dapQq':_0x969eed(0x1c8),'LLmeq':function(_0x24eeb2,_0x4eb86a){return _0x24eeb2(_0x4eb86a);}};PerformanceTester[_0x969eed(0x1d3)]();const _0x11f190=_0x3b76a9[_0x969eed(0x1bc)](require,_0x3b76a9['KftcW']),_0x2714fd=new _0x11f190(_0x3b76a9['dapQq'],_0xf3bd2b,_0x3c1b40),_0x133e98=await _0x2714fd['run']();return PerformanceTester[_0x969eed(0x1be)](PerformanceEvents[_0x969eed(0x1cd)]),await _0x3b76a9[_0x969eed(0x1cc)](sleep,0x3e8),PerformanceTester[_0x969eed(0x1c9)](),_0x133e98;},exports[a47_0x35c72c(0x1c3)]=async(_0x42a988,_0x123851,_0x27c791,_0x6d520a,_0x1bd5ea)=>{const _0x19b3ef=a47_0x35c72c,_0x3458ba={'MRhrw':function(_0x250dfa,_0x25109d){return _0x250dfa(_0x25109d);},'XEOhl':_0x19b3ef(0x1cb),'fsMQX':'cucumber-js'},_0x3b45f8={'capability':_0x42a988,..._0x123851},_0xeb74a1={};_0xeb74a1[_0x19b3ef(0x1d7)]=_0x3b45f8,_0xeb74a1['formatter']=_0x1bd5ea;const _0x124479=_0xeb74a1,_0x456072=_0x3458ba[_0x19b3ef(0x1ce)](require,_0x3458ba[_0x19b3ef(0x1d0)]),_0x7d8df3=new _0x456072(_0x3458ba[_0x19b3ef(0x1da)],_0x124479,_0x27c791,_0x6d520a);return await _0x7d8df3[_0x19b3ef(0x1bd)]();},exports['runVanillaTest']=async _0x141817=>{const _0xa55f9c=a47_0x35c72c,_0x3aae18={'gwHJo':function(_0x14a1d9,_0x3718a7){return _0x14a1d9(_0x3718a7);},'NnyRi':_0xa55f9c(0x1cb),'PoLbq':_0xa55f9c(0x1c6)},_0x4a4799=_0x3aae18['gwHJo'](require,_0x3aae18[_0xa55f9c(0x1d9)]),_0x116866=new _0x4a4799(_0x3aae18['PoLbq'],_0x141817);return await _0x116866[_0xa55f9c(0x1bd)]();};
1
+ function a47_0x337a(){const _0x2c360d=['piasj','EVENTS','SDK_POST_TEST','../../helpers/performance/constants','vanilla','startMonitoring','formatter','63vLNWik','runVanillaTest','../launcher/launcher','FmsKh','pphnb','5066blRstK','1275720kpSmBb','stopMonitoring','898060UpEXxI','114394FSfwKu','2294577bNOuSg','run','788895XYPLFG','../../helpers/test-observability/utils','655746crfHZU','cucumber-js','runTest','48oqIdoT'];a47_0x337a=function(){return _0x2c360d;};return a47_0x337a();}const a47_0x2b9281=a47_0x1e86;(function(_0x54d5ad,_0x3aeb48){const _0x110448=a47_0x1e86,_0x33246c=_0x54d5ad();while(!![]){try{const _0x2d0779=parseInt(_0x110448(0xf3))/0x1*(-parseInt(_0x110448(0xf8))/0x2)+-parseInt(_0x110448(0xe8))/0x3+-parseInt(_0x110448(0xfb))/0x4+parseInt(_0x110448(0xe6))/0x5+parseInt(_0x110448(0xf9))/0x6+-parseInt(_0x110448(0xe3))/0x7*(-parseInt(_0x110448(0xeb))/0x8)+parseInt(_0x110448(0xe4))/0x9;if(_0x2d0779===_0x3aeb48)break;else _0x33246c['push'](_0x33246c['shift']());}catch(_0x3bd869){_0x33246c['push'](_0x33246c['shift']());}}}(a47_0x337a,0x1d798));function a47_0x1e86(_0x4afbf9,_0xaca918){const _0x337a30=a47_0x337a();return a47_0x1e86=function(_0x1e8668,_0x561dae){_0x1e8668=_0x1e8668-0xe3;let _0x5400c5=_0x337a30[_0x1e8668];return _0x5400c5;},a47_0x1e86(_0x4afbf9,_0xaca918);}const PerformanceEvents=require(a47_0x2b9281(0xef))[a47_0x2b9281(0xed)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a47_0x2b9281(0xe7));exports[a47_0x2b9281(0xea)]=async(_0x2f6f2d,_0x30e132)=>{const _0x467b3e=a47_0x2b9281,_0xe7d9c0={'piasj':function(_0x2406e3,_0x421f03){return _0x2406e3(_0x421f03);},'SogIm':_0x467b3e(0xf5),'Eoowb':'mocha'};PerformanceTester[_0x467b3e(0xf1)]();const _0x1ac6ac=_0xe7d9c0[_0x467b3e(0xec)](require,_0xe7d9c0['SogIm']),_0x40075d=new _0x1ac6ac(_0xe7d9c0['Eoowb'],_0x2f6f2d,_0x30e132),_0x3c8979=await _0x40075d['run']();return PerformanceTester['end'](PerformanceEvents[_0x467b3e(0xee)]),await _0xe7d9c0[_0x467b3e(0xec)](sleep,0x3e8),PerformanceTester[_0x467b3e(0xfa)](),_0x3c8979;},exports['runCucumberTest']=async(_0x2956ae,_0x340eed,_0x3c7d08,_0x2bdaa4,_0x53fa55)=>{const _0x299734=a47_0x2b9281,_0x51dc7b={'eTpIL':function(_0x5c5a02,_0xa97a49){return _0x5c5a02(_0xa97a49);},'FmsKh':_0x299734(0xf5),'fzXsG':_0x299734(0xe9)},_0x566130={'capability':_0x2956ae,..._0x340eed},_0x573412={};_0x573412['configuration']=_0x566130,_0x573412[_0x299734(0xf2)]=_0x53fa55;const _0x589339=_0x573412,_0xc8234=_0x51dc7b['eTpIL'](require,_0x51dc7b[_0x299734(0xf6)]),_0x5769fe=new _0xc8234(_0x51dc7b['fzXsG'],_0x589339,_0x3c7d08,_0x2bdaa4);return await _0x5769fe[_0x299734(0xe5)]();},exports[a47_0x2b9281(0xf4)]=async _0x32e426=>{const _0x5cedc1=a47_0x2b9281,_0x3b0729={'jImyZ':function(_0x5475bb,_0x478686){return _0x5475bb(_0x478686);},'iQzQm':_0x5cedc1(0xf5),'pphnb':_0x5cedc1(0xf0)},_0x23b315=_0x3b0729['jImyZ'](require,_0x3b0729['iQzQm']),_0x6179de=new _0x23b315(_0x3b0729[_0x5cedc1(0xf7)],_0x32e426);return await _0x6179de[_0x5cedc1(0xe5)]();};
@@ -1 +1 @@
1
- const a48_0xedb407=a48_0x1a37;function a48_0x283d(){const _0x3fada2=['927500AXmoNO','312927OYDQDz','1270400BfnldW','cucumberWorker','438rftiYE','./runTest','vanillaWorker','900560gvXjHq','1314jKjhgt','2rWoxFH','56290SvEKvu','27321hyVvPw','279843EKLrFx','ShbaK'];a48_0x283d=function(){return _0x3fada2;};return a48_0x283d();}(function(_0xd1be82,_0x45847f){const _0x4e7245=a48_0x1a37,_0x58e171=_0xd1be82();while(!![]){try{const _0x3780df=-parseInt(_0x4e7245(0xf3))/0x1+parseInt(_0x4e7245(0xfe))/0x2*(-parseInt(_0x4e7245(0xf6))/0x3)+parseInt(_0x4e7245(0xf7))/0x4+-parseInt(_0x4e7245(0xf5))/0x5+-parseInt(_0x4e7245(0xf9))/0x6*(parseInt(_0x4e7245(0x100))/0x7)+-parseInt(_0x4e7245(0xfc))/0x8+parseInt(_0x4e7245(0xfd))/0x9*(parseInt(_0x4e7245(0xff))/0xa);if(_0x3780df===_0x45847f)break;else _0x58e171['push'](_0x58e171['shift']());}catch(_0x5db25c){_0x58e171['push'](_0x58e171['shift']());}}}(a48_0x283d,0x2a105));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0xedb407(0xfa));function a48_0x1a37(_0x910e15,_0x5e7183){const _0x283de3=a48_0x283d();return a48_0x1a37=function(_0x1a374d,_0x4afb74){_0x1a374d=_0x1a374d-0xf3;let _0x155fdb=_0x283de3[_0x1a374d];return _0x155fdb;},a48_0x1a37(_0x910e15,_0x5e7183);}exports['worker']=async(_0x144406,_0x1cbdd6)=>{const _0x254ae8={'ucSpM':function(_0x439a99,_0x13ce76,_0x1ea958){return _0x439a99(_0x13ce76,_0x1ea958);}};return await _0x254ae8['ucSpM'](runTest,_0x144406,_0x1cbdd6);},exports[a48_0xedb407(0xf8)]=async(_0x32b459,_0x548620,_0x2afd9f,_0x162477,_0x48310b)=>{const _0x418eb7={'Ucdgp':function(_0x5c4fd6,_0x3552df,_0x2768a9,_0x796e13,_0x59959d,_0x282739){return _0x5c4fd6(_0x3552df,_0x2768a9,_0x796e13,_0x59959d,_0x282739);}};return await _0x418eb7['Ucdgp'](runCucumberTest,_0x32b459,_0x548620,_0x2afd9f,_0x162477,_0x48310b);},exports[a48_0xedb407(0xfb)]=async _0x3349f1=>{const _0x57fd73=a48_0xedb407,_0x63d71={'ShbaK':function(_0x41c2b7,_0x5035e7){return _0x41c2b7(_0x5035e7);}};return await _0x63d71[_0x57fd73(0xf4)](runVanillaTest,_0x3349f1);};
1
+ const a48_0x97938b=a48_0x464e;(function(_0x4b46f5,_0x2b9c85){const _0x299b20=a48_0x464e,_0x1d8150=_0x4b46f5();while(!![]){try{const _0x3a6365=-parseInt(_0x299b20(0x12c))/0x1+parseInt(_0x299b20(0x121))/0x2+-parseInt(_0x299b20(0x12a))/0x3*(-parseInt(_0x299b20(0x127))/0x4)+-parseInt(_0x299b20(0x124))/0x5*(parseInt(_0x299b20(0x126))/0x6)+-parseInt(_0x299b20(0x128))/0x7+parseInt(_0x299b20(0x12d))/0x8*(-parseInt(_0x299b20(0x12e))/0x9)+parseInt(_0x299b20(0x120))/0xa;if(_0x3a6365===_0x2b9c85)break;else _0x1d8150['push'](_0x1d8150['shift']());}catch(_0x159b39){_0x1d8150['push'](_0x1d8150['shift']());}}}(a48_0xfb42,0x6766f));function a48_0x464e(_0x481650,_0x46052c){const _0xfb42b6=a48_0xfb42();return a48_0x464e=function(_0x464ed3,_0x583e85){_0x464ed3=_0x464ed3-0x120;let _0x1856e4=_0xfb42b6[_0x464ed3];return _0x1856e4;},a48_0x464e(_0x481650,_0x46052c);}const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x97938b(0x129));exports[a48_0x97938b(0x12f)]=async(_0x568b9a,_0x44ad8e)=>{const _0xe1cf3a=a48_0x97938b,_0x30ad91={'vdAJw':function(_0x38c3a8,_0x2f3a18,_0x408dad){return _0x38c3a8(_0x2f3a18,_0x408dad);}};return await _0x30ad91[_0xe1cf3a(0x123)](runTest,_0x568b9a,_0x44ad8e);},exports[a48_0x97938b(0x12b)]=async(_0x5c0dfc,_0x373ca7,_0x23eb7a,_0x273ac1,_0x5aab5e)=>{const _0x78ef2b=a48_0x97938b,_0x5af60c={'TcEIG':function(_0x19590d,_0x55e6de,_0x5594a1,_0x548c68,_0x350a5b,_0x540f9b){return _0x19590d(_0x55e6de,_0x5594a1,_0x548c68,_0x350a5b,_0x540f9b);}};return await _0x5af60c[_0x78ef2b(0x125)](runCucumberTest,_0x5c0dfc,_0x373ca7,_0x23eb7a,_0x273ac1,_0x5aab5e);},exports[a48_0x97938b(0x122)]=async _0x5af4e2=>{const _0x127ff6={'mscQC':function(_0x266ce7,_0x5a0441){return _0x266ce7(_0x5a0441);}};return await _0x127ff6['mscQC'](runVanillaTest,_0x5af4e2);};function a48_0xfb42(){const _0x6e238a=['9SuQWsP','worker','12696640SCjfRW','238344YKDEly','vanillaWorker','vdAJw','70kuKusL','TcEIG','44646vMQNtT','539788LRKZOv','4233936ljnvIl','./runTest','15iMqlML','cucumberWorker','508627DYyEnu','3379096mlxytf'];a48_0xfb42=function(){return _0x6e238a;};return a48_0xfb42();}
@@ -1 +1 @@
1
- var a49_0x3ff40e=a49_0x5a0a;(function(_0x51873e,_0x1cca20){var _0x2c19d7=a49_0x5a0a,_0x325648=_0x51873e();while(!![]){try{var _0x47acf8=-parseInt(_0x2c19d7(0x1a1))/0x1+-parseInt(_0x2c19d7(0x1f3))/0x2*(parseInt(_0x2c19d7(0x202))/0x3)+parseInt(_0x2c19d7(0x1b3))/0x4*(parseInt(_0x2c19d7(0x206))/0x5)+-parseInt(_0x2c19d7(0x1e5))/0x6*(parseInt(_0x2c19d7(0x17b))/0x7)+parseInt(_0x2c19d7(0x1e6))/0x8*(-parseInt(_0x2c19d7(0x180))/0x9)+-parseInt(_0x2c19d7(0x1e0))/0xa+parseInt(_0x2c19d7(0x200))/0xb*(parseInt(_0x2c19d7(0x1c2))/0xc);if(_0x47acf8===_0x1cca20)break;else _0x325648['push'](_0x325648['shift']());}catch(_0x449ff3){_0x325648['push'](_0x325648['shift']());}}}(a49_0x3562,0xaf57c));function a49_0x5a0a(_0x57a3aa,_0x370c3c){var _0x356288=a49_0x3562();return a49_0x5a0a=function(_0x5a0a69,_0x1ea7e1){_0x5a0a69=_0x5a0a69-0x179;var _0x419df2=_0x356288[_0x5a0a69];return _0x419df2;},a49_0x5a0a(_0x57a3aa,_0x370c3c);}var a49_0x179a7f={};a49_0x179a7f[a49_0x3ff40e(0x1dc)]=a49_0x3ff40e(0x1f6),a49_0x179a7f[a49_0x3ff40e(0x18a)]='Specify\x20--help\x20for\x20available\x20options';var a49_0x28e9f2={};a49_0x28e9f2['INFO']=a49_0x3ff40e(0x186);var a49_0x475469={};a49_0x475469[a49_0x3ff40e(0x1dc)]=a49_0x3ff40e(0x1bd);var a49_0x4ffb02={};a49_0x4ffb02[a49_0x3ff40e(0x1dc)]=a49_0x3ff40e(0x1bb);var a49_0x4be906={};a49_0x4be906[a49_0x3ff40e(0x1dc)]=a49_0x3ff40e(0x1fe);var a49_0x4c16c6={};a49_0x4c16c6[a49_0x3ff40e(0x1dc)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a49_0x5dd725={};a49_0x5dd725[a49_0x3ff40e(0x1dc)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a49_0x427bb5={};function a49_0x3562(){var _0x46a45b=['PACKAGE_TYPE','TCG_REGION','https://api-cloud.browserstack.com','invalidKeys','ERR_CONNECTION_CLOSED','logLevel','36500UPdWqj','.apk','AI_ENABLED_FRAMEWORK','pageLoadStrategy','https://app-automate.browserstack.com/dashboard/v2/builds/','CODECEPTJS','HST','customVariables','Run\x20cucumber-js\x20tests\x20on\x20browserstack','codeceptjs','Run\x20mocha\x20tests\x20on\x20browserstack','SET_TCG_TOKEN_TIMEOUT','use','APP_AUTOMATE','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','12sgWzHE','SDKTestTcgProxyFailure','percy','acceptInsecureCerts','vanilla','unhandledPromptBehavior','disableAutoCaptureLogs','https://tcg.browserstack.com','SDKTestInvalidTcgAuthResponseWithUserImpact','ERR_CONNECTION_REFUSED','rerunTests','^[a-zA-Z0-9_.-]*$','TCG_AUTH_FAILURE','browserstack.accessKey','browserName','BROWSERSTACK_API_URL','browserstackAutomation','PERCY_SUPPORTED_FRAMEWORKS','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','localOptions','cucumber','TCG_URL','EDS_URL','CODECEPT_CUCUMBER','browserstack.userName','FRAMEWORKS','INFO','accessibilityOptions','GIT_META_DATA_TRUNCATED','ERR_FAILED','9942690ATXvds','ERR_CONNECTION_FAILED','UPGRADE_REQUIRED','ERR_NAME_RESOLUTION_FAILED','httpProxy','527376IoNeor','9160zTUeDY','mocha','ROOT_CAPS','https://hub.browserstack.com/wd/hub','REDACTED_KEYS','TCG_AUTH_TIMEOUT','OBSERVABILITY_SUPPORTED_FWS','ERR_SOCKS_CONNECTION_FAILED','timeouts','NUDGE_LOCAL_ERRORS','HEALING_FAILURE_TIMEOUT','VANILLA','browserstackLocal','1363634doMCxd','NIGHTWATCH','userName','shows\x20version\x20information','proxySettings','ROOT_REGEX','root','ERR_NAME_NOT_RESOLVED','AI_PROXY_FAILURE','jest','SDKTestTcgAuthFailure','Run\x20js\x20tests\x20on\x20browserstack','SDKTestTcgDownResponse','56787071pyjFSE','ERR_ADDRESS_INVALID','6IKimbc','BROWSERSTACK_AUTOMATE_URL','testObservabilityOptions','PLAYWRIGHT','605hcIoME','testContextOptions','ERR_CONNECTION_TIMED_OUT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','AUTOMATE_PRODUCTS','accessibility','ERR_ADDRESS_UNREACHABLE','ERR_BLOCKED_BY_CLIENT','SDK_INSTRUMENTATION_CONFIG','commonjs','automate','MAX_GIT_META_DATA_SIZE_IN_BYTES','APP_UPLOAD_URL','ieOptions','proxyUser','56oarWNE','...[TRUNCATED]','HEALING_LOG_DATA_TIMEOUT','SDKTestTcgtInitSuccessful','BROWSERSTACK_APP_AUTOMATE_URL','10359ASWVAs','AUTOMATE','CODECEPT','SHAREABLE_ID_REGEX','testObservability','localProxyPass','Run\x20jest\x20tests\x20on\x20browserstack','https://automate.browserstack.com/dashboard/v2/builds/','MOCHA','browserVersion','HELP','AI_INIT_FAILURE','VALID_APP_EXTENSION','ERR_TIMED_OUT','CI_ARTIFACTS_PATH','uniqueDependency','framework','Run\x20codeceptjs\x20tests\x20on\x20browserstack','PLAYWRIGHT_HUB_URL','app-automate','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','authToken','CUCUMBER','.ipa','PLAYWRIGHT_CONFIG_OPTION_ERRORS','mandatoryDependency','proxyPass','./browserstack-artifacts/','percyCaptureMode','acceptSslCerts','INVALID_INIT_RESP_WITH_USER_IMPACT','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','platforms','1169416EAttfW','parallelsPerPlatform','strictFileInteractability','browserStackLocalOptions','turboScaleOptions','APP_AUTOMATE_PRODUCTS','httpsProxy','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','.aab','FUNNEL_INSTRUMENTATION_API_URL','AI_INIT_SUCCESSFUL','ERR_SOCKET_NOT_CONNECTED'];a49_0x3562=function(){return _0x46a45b;};return a49_0x3562();}a49_0x427bb5[a49_0x3ff40e(0x1dc)]=a49_0x3ff40e(0x191);var a49_0x157308={};a49_0x157308[a49_0x3ff40e(0x1dc)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a49_0x4c273a={};a49_0x4c273a['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';var a49_0x6629c6={};a49_0x6629c6[a49_0x3ff40e(0x205)]='Playwright',a49_0x6629c6[a49_0x3ff40e(0x188)]=a49_0x3ff40e(0x1e7),a49_0x6629c6['JEST']='jest',a49_0x6629c6[a49_0x3ff40e(0x182)]='codeceptjs',a49_0x6629c6[a49_0x3ff40e(0x1d9)]='codeceptjs-cucumber',a49_0x6629c6['CUCUMBER']=a49_0x3ff40e(0x1d6);var a49_0xfc75b9={};a49_0xfc75b9[a49_0x3ff40e(0x1b0)]=a49_0x3ff40e(0x19f),a49_0xfc75b9[a49_0x3ff40e(0x18f)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0xfc75b9[a49_0x3ff40e(0x199)]=a49_0x3ff40e(0x1a8),a49_0xfc75b9['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';var a49_0x59d14b={};a49_0x59d14b['COMMONJS']=a49_0x3ff40e(0x20f),a49_0x59d14b['MODULE']='module';var a49_0x2175cc={};a49_0x2175cc[a49_0x3ff40e(0x1f9)]=[a49_0x3ff40e(0x1f5),'accessKey','httpProxy',a49_0x3ff40e(0x1a7),a49_0x3ff40e(0x1ba),a49_0x3ff40e(0x1da),a49_0x3ff40e(0x1cf),'proxyPassword',a49_0x3ff40e(0x195),'proxyUrl','browserstack.overridelocalInfo.userAuthToken'],a49_0x2175cc['browserStackLocalOptions']=[a49_0x3ff40e(0x17a),a49_0x3ff40e(0x19a),'localProxyUser',a49_0x3ff40e(0x185)];var a49_0x806b06={};a49_0x806b06['browserstackLocal']=a49_0x3ff40e(0x1f2),a49_0x806b06['browserStackLocalOptions']=a49_0x3ff40e(0x1a4),a49_0x806b06[a49_0x3ff40e(0x1d5)]=a49_0x3ff40e(0x1a4),a49_0x806b06[a49_0x3ff40e(0x1a2)]=a49_0x3ff40e(0x1a2),a49_0x806b06['platforms']=a49_0x3ff40e(0x1a0),a49_0x806b06[a49_0x3ff40e(0x1b2)]=a49_0x3ff40e(0x1b2),a49_0x806b06[a49_0x3ff40e(0x1e4)]=a49_0x3ff40e(0x1e4),a49_0x806b06[a49_0x3ff40e(0x1a7)]=a49_0x3ff40e(0x1a7),a49_0x806b06[a49_0x3ff40e(0x190)]='framework',a49_0x806b06[a49_0x3ff40e(0x207)]=a49_0x3ff40e(0x207),a49_0x806b06[a49_0x3ff40e(0x184)]=a49_0x3ff40e(0x184),a49_0x806b06[a49_0x3ff40e(0x204)]=a49_0x3ff40e(0x204),a49_0x806b06[a49_0x3ff40e(0x1ba)]=a49_0x3ff40e(0x1ba),a49_0x806b06['automation']='browserstackAutomation',a49_0x806b06['browserstackAutomation']=a49_0x3ff40e(0x1d2),a49_0x806b06[a49_0x3ff40e(0x1cc)]='rerunTests',a49_0x806b06[a49_0x3ff40e(0x1c4)]='percy',a49_0x806b06['percyOptions']='percyOptions',a49_0x806b06[a49_0x3ff40e(0x19c)]=a49_0x3ff40e(0x19c),a49_0x806b06['disableAutoCaptureLogs']=a49_0x3ff40e(0x1c8),a49_0x806b06[a49_0x3ff40e(0x20b)]=a49_0x3ff40e(0x20b),a49_0x806b06[a49_0x3ff40e(0x1dd)]=a49_0x3ff40e(0x1dd),a49_0x806b06['turboScale']='turboScale',a49_0x806b06[a49_0x3ff40e(0x1a5)]=a49_0x3ff40e(0x1a5),a49_0x806b06['proxySettings']=a49_0x3ff40e(0x1f7);var a49_0x51163d={};a49_0x51163d['VERSION']=a49_0x179a7f,a49_0x51163d['JEST']=a49_0x28e9f2,a49_0x51163d[a49_0x3ff40e(0x188)]=a49_0x475469,a49_0x51163d[a49_0x3ff40e(0x196)]=a49_0x4ffb02,a49_0x51163d[a49_0x3ff40e(0x1f1)]=a49_0x4be906,a49_0x51163d[a49_0x3ff40e(0x1f4)]=a49_0x4c16c6,a49_0x51163d[a49_0x3ff40e(0x205)]=a49_0x5dd725,a49_0x51163d[a49_0x3ff40e(0x1b8)]=a49_0x427bb5,a49_0x51163d[a49_0x3ff40e(0x1b9)]=a49_0x157308,a49_0x51163d['INTEGRATIONS']=a49_0x4c273a,a49_0x51163d['BSTACK_DELTA']=0xf*0x3c*0x3e8,a49_0x51163d['hubUrl']=a49_0x3ff40e(0x1e9),a49_0x51163d[a49_0x3ff40e(0x1d7)]=a49_0x3ff40e(0x1c9),a49_0x51163d[a49_0x3ff40e(0x1ae)]=a49_0x3ff40e(0x1bf),a49_0x51163d['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x51163d['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x51163d['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x51163d[a49_0x3ff40e(0x1e8)]=[a49_0x3ff40e(0x1c5),a49_0x3ff40e(0x1b6),a49_0x3ff40e(0x1a3),a49_0x3ff40e(0x1c7),a49_0x3ff40e(0x1ee),a49_0x3ff40e(0x1d0),a49_0x3ff40e(0x189),a49_0x3ff40e(0x19d),'acceptSslCert','chromeOptions','firefoxOptions','edgeOptions',a49_0x3ff40e(0x179)],a49_0x51163d[a49_0x3ff40e(0x1f8)]=/^[\w-]+:.*$/,a49_0x51163d['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x51163d[a49_0x3ff40e(0x1d8)]='https://eds.browserstack.com',a49_0x51163d[a49_0x3ff40e(0x1d1)]='https://api.browserstack.com',a49_0x51163d[a49_0x3ff40e(0x212)]=a49_0x3ff40e(0x1af),a49_0x51163d[a49_0x3ff40e(0x1aa)]='sdk/v1/event',a49_0x51163d[a49_0x3ff40e(0x20a)]=[a49_0x3ff40e(0x210),'observability'],a49_0x51163d[a49_0x3ff40e(0x1a6)]=[a49_0x3ff40e(0x193),'observability'],a49_0x51163d[a49_0x3ff40e(0x209)]=['observability'],a49_0x51163d['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a49_0x51163d[a49_0x3ff40e(0x1ec)]=[a49_0x3ff40e(0x1e7),'Playwright'],a49_0x51163d[a49_0x3ff40e(0x181)]=[a49_0x3ff40e(0x210)],a49_0x51163d[a49_0x3ff40e(0x203)]=a49_0x3ff40e(0x187),a49_0x51163d[a49_0x3ff40e(0x17f)]=a49_0x3ff40e(0x1b7),a49_0x51163d[a49_0x3ff40e(0x1c0)]=[a49_0x3ff40e(0x193)],a49_0x51163d[a49_0x3ff40e(0x1ef)]=[a49_0x3ff40e(0x1df),a49_0x3ff40e(0x18d),a49_0x3ff40e(0x20d),'ERR_NETWORK_CHANGED',a49_0x3ff40e(0x1ac),a49_0x3ff40e(0x1b1),'ERR_CONNECTION_RESET',a49_0x3ff40e(0x1cb),'ERR_CONNECTION_ABORTED',a49_0x3ff40e(0x1e1),a49_0x3ff40e(0x1fa),a49_0x3ff40e(0x201),a49_0x3ff40e(0x20c),'ERR_TUNNEL_CONNECTION_FAILED',a49_0x3ff40e(0x208),a49_0x3ff40e(0x1ed),a49_0x3ff40e(0x194),'ERR_PROXY_CONNECTION_FAILED',a49_0x3ff40e(0x1fa),a49_0x3ff40e(0x1e3),a49_0x3ff40e(0x1c1)],a49_0x51163d[a49_0x3ff40e(0x18c)]=[a49_0x3ff40e(0x1b4),a49_0x3ff40e(0x1a9),a49_0x3ff40e(0x197)],a49_0x51163d['CUSTOM_ID_REGEX']=a49_0x3ff40e(0x1cd),a49_0x51163d[a49_0x3ff40e(0x183)]=a49_0x3ff40e(0x1d4),a49_0x51163d[a49_0x3ff40e(0x18e)]=a49_0x3ff40e(0x19b),a49_0x51163d[a49_0x3ff40e(0x192)]='wss://cdp.browserstack.com/playwright?caps=',a49_0x51163d[a49_0x3ff40e(0x1db)]=a49_0x6629c6,a49_0x51163d[a49_0x3ff40e(0x1d3)]=[a49_0x3ff40e(0x1fc),a49_0x3ff40e(0x1e7)],a49_0x51163d[a49_0x3ff40e(0x198)]=a49_0xfc75b9,a49_0x51163d['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a49_0x51163d[a49_0x3ff40e(0x1ad)]=a49_0x59d14b,a49_0x51163d[a49_0x3ff40e(0x211)]=0x40*0x400,a49_0x51163d[a49_0x3ff40e(0x1de)]=a49_0x3ff40e(0x17c),a49_0x51163d[a49_0x3ff40e(0x1e2)]='Upgrade\x20required',a49_0x51163d['TCG_DOWN']=a49_0x3ff40e(0x1ff),a49_0x51163d[a49_0x3ff40e(0x19e)]=a49_0x3ff40e(0x1ca),a49_0x51163d[a49_0x3ff40e(0x1ce)]=a49_0x3ff40e(0x1fd),a49_0x51163d[a49_0x3ff40e(0x1ab)]=a49_0x3ff40e(0x17e),a49_0x51163d[a49_0x3ff40e(0x18b)]='SDKTestInitFailedResponse',a49_0x51163d[a49_0x3ff40e(0x1fb)]=a49_0x3ff40e(0x1c3),a49_0x51163d[a49_0x3ff40e(0x1eb)]=0x1388,a49_0x51163d[a49_0x3ff40e(0x1be)]=0x1388,a49_0x51163d[a49_0x3ff40e(0x17d)]=0x1388,a49_0x51163d[a49_0x3ff40e(0x1f0)]=0x1388,a49_0x51163d['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a49_0x51163d[a49_0x3ff40e(0x1ea)]=a49_0x2175cc,a49_0x51163d[a49_0x3ff40e(0x1b5)]=[a49_0x3ff40e(0x1c6),a49_0x3ff40e(0x1bc)],a49_0x51163d[a49_0x3ff40e(0x20e)]=a49_0x806b06,module['exports']=a49_0x51163d;
1
+ function a49_0x56f5(){var _0x26a9e2=['...[TRUNCATED]','AUTOMATE_PRODUCTS','Run\x20codeceptjs\x20tests\x20on\x20browserstack','ERR_TIMED_OUT','SDKTestTcgProxyFailure','UPGRADE_REQUIRED','CUSTOM_ID_REGEX','BROWSERSTACK_APP_AUTOMATE_URL','ERR_ADDRESS_INVALID','BSTACK_DELTA','authToken','ERR_CONNECTION_TIMED_OUT','OBSERVABILITY_SUPPORTED_FWS','https://eds.browserstack.com','SDK_INSTRUMENTATION_CONFIG','BROWSERSTACK_API_URL','accessibilityOptions','POLL_HEALING_RESULT_TIMEOUT','APP_AUTOMATE','use','6YdSbaQ','Playwright','turboScale','ERR_NAME_NOT_RESOLVED','NUDGE_LOCAL_ERRORS','app-automate','codeceptjs-cucumber','chromeOptions','localProxyUser','disableAutoCaptureLogs','ERR_CONNECTION_ABORTED','INFO','PLAYWRIGHT_CONFIG_OPTION_ERRORS','11358sJTdZV','AI_ENABLED_FRAMEWORK','proxyPass','https://app-automate.browserstack.com/dashboard/v2/builds/','Run\x20nightwatch\x20tests\x20on\x20browserstack','HEALING_FAILURE_TIMEOUT','percyCaptureMode','https://tcg.browserstack.com','CODECEPT','PERCY_SUPPORTED_FRAMEWORKS','platforms','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','AUTOMATE','SDKTestInvalidTcgAuthResponseWithUserImpact','percyOptions','APP_UPLOAD_URL','edgeOptions','AUTOLOGCAPTURE_NOTIFICATION','shows\x20version\x20information','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','vanilla','exports','timeouts','codeceptjs','VERSION','customVariables','observability','framework','httpProxy','pageLoadStrategy','automate','percy','PLAYWRIGHT','TCG_URL','proxyUrl','testObservabilityOptions','./browserstack-artifacts/','module','SHAREABLE_ID_REGEX','testContextOptions','817756eUoNBH','FRAMEWORKS','accessibility','CUCUMBER','191711tTbEyi','SDKTestTcgtInitSuccessful','Run\x20jest\x20tests\x20on\x20browserstack','acceptSslCerts','accessKey','882144RfCxYO','TCG_REGION','proxyUser','.ipa','CI_ARTIFACTS_PATH','5010cMjwBn','SET_TCG_TOKEN_TIMEOUT','browserstackLocal','BROWSERSTACK_AUTOMATE_URL','hubUrl','mandatoryDependency','invalidKeys','httpsProxy','firefoxOptions','localOptions','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','MOCHA','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','ATS_HUB_URL_REGEX','SDKTestTcgAuthFailure','INVALID_INIT_RESP_WITH_USER_IMPACT','commonjs','ERR_FAILED','Upgrade\x20required','localProxyPass','PLAYWRIGHT_HUB_URL','invalidTestInputType','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserStackLocalOptions','.apk','MODULE','JEST','turboScaleOptions','ROOT_CAPS','ERR_NETWORK_CHANGED','2235485bgnIqr','proxySettings','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_TUNNEL_CONNECTION_FAILED','COMMONJS','parallelsPerPlatform','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','REDACTED_KEYS','uniqueDependency','rerunTests','ERR_SOCKS_CONNECTION_FAILED','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','TCG_AUTH_TIMEOUT','3myVOjU','acceptSslCert','1889400UlGHIQ','ERR_CONNECTION_REFUSED','wss://cdp.browserstack.com/playwright?caps=','SDKTestInitFailedResponse','6200sOQjFJ','browserVersion','.aab','CODECEPT_CUCUMBER','testObservability','https://api-cloud.browserstack.com','PACKAGE_TYPE','Run\x20playwright\x20tests\x20on\x20Browserstack','sdk/v1/event','APP_AUTOMATE_PRODUCTS','mocha','ERR_NAME_RESOLUTION_FAILED','HUB_URL_REGEX','ERR_ADDRESS_UNREACHABLE','HELP','browserstackAutomation','ERR_CONNECTION_RESET','https://upload-observability.browserstack.com','automation','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','https://automate.browserstack.com/dashboard/v2/builds/','PRIVATE_DOMAIN_OR_IP_REGEX','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ieOptions','VALID_APP_EXTENSION','Run\x20js\x20tests\x20on\x20browserstack','https://hub.browserstack.com/wd/hub','AI_PROXY_FAILURE','jest','https://api.browserstack.com','NIGHTWATCH','SDKTestTcgDownResponse','root','HST'];a49_0x56f5=function(){return _0x26a9e2;};return a49_0x56f5();}var a49_0xb6385e=a49_0x2b83;(function(_0x1733a0,_0x3efd83){var _0x4c4c91=a49_0x2b83,_0x3c5eab=_0x1733a0();while(!![]){try{var _0x93356a=-parseInt(_0x4c4c91(0x120))/0x1+parseInt(_0x4c4c91(0x15b))/0x2+-parseInt(_0x4c4c91(0x155))/0x3*(-parseInt(_0x4c4c91(0x11c))/0x4)+parseInt(_0x4c4c91(0x157))/0x5+-parseInt(_0x4c4c91(0xe7))/0x6*(-parseInt(_0x4c4c91(0x148))/0x7)+parseInt(_0x4c4c91(0x125))/0x8+-parseInt(_0x4c4c91(0xf4))/0x9*(parseInt(_0x4c4c91(0x12a))/0xa);if(_0x93356a===_0x3efd83)break;else _0x3c5eab['push'](_0x3c5eab['shift']());}catch(_0x2b61cc){_0x3c5eab['push'](_0x3c5eab['shift']());}}}(a49_0x56f5,0x2ea5d));var a49_0xbc4ac2={};a49_0xbc4ac2[a49_0xb6385e(0xf2)]=a49_0xb6385e(0x106),a49_0xbc4ac2[a49_0xb6385e(0x169)]='Specify\x20--help\x20for\x20available\x20options';var a49_0x100897={};a49_0x100897[a49_0xb6385e(0xf2)]=a49_0xb6385e(0x122);var a49_0x1b4033={};a49_0x1b4033[a49_0xb6385e(0xf2)]=a49_0xb6385e(0x14a);var a49_0xadd893={};a49_0xadd893[a49_0xb6385e(0xf2)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a49_0xd4d17c={};a49_0xd4d17c['INFO']=a49_0xb6385e(0xca);var a49_0x5b2cca={};a49_0x5b2cca[a49_0xb6385e(0xf2)]=a49_0xb6385e(0xf8);var a49_0x53d4f7={};a49_0x53d4f7['INFO']=a49_0xb6385e(0x162);var a49_0x245dcf={};a49_0x245dcf['INFO']=a49_0xb6385e(0xd5);var a49_0x1f50d8={};a49_0x1f50d8[a49_0xb6385e(0xf2)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a49_0x6c84e6={};a49_0x6c84e6['INFO']=a49_0xb6385e(0xff);var a49_0x48324a={};a49_0x48324a[a49_0xb6385e(0x114)]=a49_0xb6385e(0xe8),a49_0x48324a[a49_0xb6385e(0x135)]=a49_0xb6385e(0x165),a49_0x48324a[a49_0xb6385e(0x144)]=a49_0xb6385e(0xcd),a49_0x48324a[a49_0xb6385e(0xfc)]=a49_0xb6385e(0x10b),a49_0x48324a[a49_0xb6385e(0x15e)]=a49_0xb6385e(0xed),a49_0x48324a[a49_0xb6385e(0x11f)]='cucumber';var a49_0x48e430={};a49_0x48e430[a49_0xb6385e(0x130)]=a49_0xb6385e(0x140),a49_0x48e430[a49_0xb6385e(0x150)]=a49_0xb6385e(0x134),a49_0x48e430[a49_0xb6385e(0x12f)]=a49_0xb6385e(0x107),a49_0x48e430[a49_0xb6385e(0x13f)]=a49_0xb6385e(0x153);var a49_0x3171e9={};a49_0x3171e9[a49_0xb6385e(0x14c)]=a49_0xb6385e(0x13a),a49_0x3171e9[a49_0xb6385e(0x143)]=a49_0xb6385e(0x119);var a49_0x551f17={};a49_0x551f17[a49_0xb6385e(0xd1)]=['userName',a49_0xb6385e(0x124),a49_0xb6385e(0x110),a49_0xb6385e(0x131),'customVariables','browserstack.userName','browserstack.accessKey','proxyPassword',a49_0xb6385e(0xdd),a49_0xb6385e(0x116),'browserstack.overridelocalInfo.userAuthToken'],a49_0x551f17[a49_0xb6385e(0x141)]=[a49_0xb6385e(0x127),a49_0xb6385e(0xf6),a49_0xb6385e(0xef),a49_0xb6385e(0x13d)];var a49_0x51325f={};a49_0x51325f[a49_0xb6385e(0x12c)]=a49_0xb6385e(0x12c),a49_0x51325f[a49_0xb6385e(0x141)]=a49_0xb6385e(0x141),a49_0x51325f[a49_0xb6385e(0x133)]=a49_0xb6385e(0x141),a49_0x51325f[a49_0xb6385e(0x14d)]='parallelsPerPlatform',a49_0x51325f[a49_0xb6385e(0xfe)]=a49_0xb6385e(0xfe),a49_0x51325f['logLevel']='logLevel',a49_0x51325f['httpProxy']=a49_0xb6385e(0x110),a49_0x51325f[a49_0xb6385e(0x131)]='httpsProxy',a49_0x51325f[a49_0xb6385e(0x10f)]=a49_0xb6385e(0x10f),a49_0x51325f[a49_0xb6385e(0x11b)]=a49_0xb6385e(0x11b),a49_0x51325f[a49_0xb6385e(0x15f)]=a49_0xb6385e(0x15f),a49_0x51325f['testObservabilityOptions']=a49_0xb6385e(0x117),a49_0x51325f[a49_0xb6385e(0x10d)]=a49_0xb6385e(0x10d),a49_0x51325f[a49_0xb6385e(0xc3)]=a49_0xb6385e(0x16a),a49_0x51325f['browserstackAutomation']='browserstackAutomation',a49_0x51325f[a49_0xb6385e(0x151)]=a49_0xb6385e(0x151),a49_0x51325f['percy']=a49_0xb6385e(0x113),a49_0x51325f[a49_0xb6385e(0x102)]=a49_0xb6385e(0x102),a49_0x51325f['percyCaptureMode']=a49_0xb6385e(0xfa),a49_0x51325f[a49_0xb6385e(0xf0)]=a49_0xb6385e(0xf0),a49_0x51325f['accessibility']=a49_0xb6385e(0x11e),a49_0x51325f[a49_0xb6385e(0xe3)]=a49_0xb6385e(0xe3),a49_0x51325f[a49_0xb6385e(0xe9)]=a49_0xb6385e(0xe9),a49_0x51325f['turboScaleOptions']=a49_0xb6385e(0x145),a49_0x51325f[a49_0xb6385e(0x149)]=a49_0xb6385e(0x149);function a49_0x2b83(_0x11168b,_0x2dfd6d){var _0x56f55c=a49_0x56f5();return a49_0x2b83=function(_0x2b8319,_0x350bf9){_0x2b8319=_0x2b8319-0xc2;var _0x2543e5=_0x56f55c[_0x2b8319];return _0x2543e5;},a49_0x2b83(_0x11168b,_0x2dfd6d);}var a49_0x262c8c={};a49_0x262c8c[a49_0xb6385e(0x10c)]=a49_0xbc4ac2,a49_0x262c8c[a49_0xb6385e(0x144)]=a49_0x100897,a49_0x262c8c['MOCHA']=a49_0x1b4033,a49_0x262c8c[a49_0xb6385e(0x11f)]=a49_0xadd893,a49_0x262c8c['VANILLA']=a49_0xd4d17c,a49_0x262c8c[a49_0xb6385e(0xcf)]=a49_0x5b2cca,a49_0x262c8c[a49_0xb6385e(0x114)]=a49_0x53d4f7,a49_0x262c8c['CODECEPTJS']=a49_0x245dcf,a49_0x262c8c[a49_0xb6385e(0xd2)]=a49_0x1f50d8,a49_0x262c8c['INTEGRATIONS']=a49_0x6c84e6,a49_0x262c8c[a49_0xb6385e(0xdc)]=0xf*0x3c*0x3e8,a49_0x262c8c[a49_0xb6385e(0x12e)]=a49_0xb6385e(0xcb),a49_0x262c8c[a49_0xb6385e(0x115)]=a49_0xb6385e(0xfb),a49_0x262c8c[a49_0xb6385e(0x126)]=a49_0xb6385e(0xe6),a49_0x262c8c[a49_0xb6385e(0x167)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x262c8c[a49_0xb6385e(0x137)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x262c8c['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x262c8c[a49_0xb6385e(0x146)]=['acceptInsecureCerts',a49_0xb6385e(0x111),'strictFileInteractability','unhandledPromptBehavior',a49_0xb6385e(0x10a),'browserName',a49_0xb6385e(0x15c),a49_0xb6385e(0x123),a49_0xb6385e(0x156),a49_0xb6385e(0xee),a49_0xb6385e(0x132),a49_0xb6385e(0x104),a49_0xb6385e(0xc8)],a49_0x262c8c['ROOT_REGEX']=/^[\w-]+:.*$/,a49_0x262c8c[a49_0xb6385e(0xc6)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x262c8c['EDS_URL']=a49_0xb6385e(0xe0),a49_0x262c8c[a49_0xb6385e(0xe2)]=a49_0xb6385e(0xce),a49_0x262c8c[a49_0xb6385e(0x103)]=a49_0xb6385e(0x160),a49_0x262c8c['FUNNEL_INSTRUMENTATION_API_URL']=a49_0xb6385e(0x163),a49_0x262c8c[a49_0xb6385e(0xd4)]=[a49_0xb6385e(0x112),a49_0xb6385e(0x10e)],a49_0x262c8c[a49_0xb6385e(0x164)]=[a49_0xb6385e(0xec),'observability'],a49_0x262c8c[a49_0xb6385e(0x14e)]=[a49_0xb6385e(0x10e)],a49_0x262c8c['OBSERVABILITY_UPLOAD_URL']=a49_0xb6385e(0xc2),a49_0x262c8c[a49_0xb6385e(0xdf)]=['mocha','Playwright'],a49_0x262c8c[a49_0xb6385e(0x100)]=['automate'],a49_0x262c8c[a49_0xb6385e(0x12d)]=a49_0xb6385e(0xc5),a49_0x262c8c[a49_0xb6385e(0xda)]=a49_0xb6385e(0xf7),a49_0x262c8c[a49_0xb6385e(0xe5)]=[a49_0xb6385e(0xec)],a49_0x262c8c[a49_0xb6385e(0xeb)]=[a49_0xb6385e(0x13b),a49_0xb6385e(0xd6),'ERR_BLOCKED_BY_CLIENT',a49_0xb6385e(0x147),'ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a49_0xb6385e(0x16b),a49_0xb6385e(0x158),a49_0xb6385e(0xf1),'ERR_CONNECTION_FAILED',a49_0xb6385e(0xea),a49_0xb6385e(0xdb),a49_0xb6385e(0x168),a49_0xb6385e(0x14b),a49_0xb6385e(0xde),a49_0xb6385e(0x152),a49_0xb6385e(0xc4),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a49_0xb6385e(0x166),a49_0xb6385e(0x136)],a49_0x262c8c[a49_0xb6385e(0xc9)]=[a49_0xb6385e(0x142),a49_0xb6385e(0x15d),a49_0xb6385e(0x128)],a49_0x262c8c[a49_0xb6385e(0xd9)]='^[a-zA-Z0-9_.-]*$',a49_0x262c8c[a49_0xb6385e(0x11a)]=a49_0xb6385e(0xc7),a49_0x262c8c[a49_0xb6385e(0x129)]=a49_0xb6385e(0x118),a49_0x262c8c[a49_0xb6385e(0x13e)]=a49_0xb6385e(0x159),a49_0x262c8c[a49_0xb6385e(0x11d)]=a49_0x48324a,a49_0x262c8c[a49_0xb6385e(0xfd)]=[a49_0xb6385e(0xcd),a49_0xb6385e(0x165)],a49_0x262c8c[a49_0xb6385e(0xf3)]=a49_0x48e430,a49_0x262c8c[a49_0xb6385e(0x105)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a49_0x262c8c[a49_0xb6385e(0x161)]=a49_0x3171e9,a49_0x262c8c['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a49_0x262c8c['GIT_META_DATA_TRUNCATED']=a49_0xb6385e(0xd3),a49_0x262c8c[a49_0xb6385e(0xd8)]=a49_0xb6385e(0x13c),a49_0x262c8c['TCG_DOWN']=a49_0xb6385e(0xd0),a49_0x262c8c[a49_0xb6385e(0x139)]=a49_0xb6385e(0x101),a49_0x262c8c['TCG_AUTH_FAILURE']=a49_0xb6385e(0x138),a49_0x262c8c['AI_INIT_SUCCESSFUL']=a49_0xb6385e(0x121),a49_0x262c8c['AI_INIT_FAILURE']=a49_0xb6385e(0x15a),a49_0x262c8c[a49_0xb6385e(0xcc)]=a49_0xb6385e(0xd7),a49_0x262c8c[a49_0xb6385e(0x154)]=0x1388,a49_0x262c8c[a49_0xb6385e(0x12b)]=0x1388,a49_0x262c8c['HEALING_LOG_DATA_TIMEOUT']=0x1388,a49_0x262c8c[a49_0xb6385e(0xf9)]=0x1388,a49_0x262c8c[a49_0xb6385e(0xe4)]=0xc350,a49_0x262c8c[a49_0xb6385e(0x14f)]=a49_0x551f17,a49_0x262c8c[a49_0xb6385e(0xf5)]=[a49_0xb6385e(0x108),a49_0xb6385e(0x10b)],a49_0x262c8c[a49_0xb6385e(0xe1)]=a49_0x51325f,module[a49_0xb6385e(0x109)]=a49_0x262c8c;
@@ -1 +1 @@
1
- function a50_0x5eed(){const _0x3def35=['6129MQaWhg','configure','1544BHLzAE','10670IWxtpN','layout','1182mpOhzX','5388663hFXOEb','type','461409mmmqJM','2351976KyXECi','13618GMxNIo','data','colouredLayout','./logReportingAPI','timezoneOffset','20cudHHo','level','664878qOJEhY','1816lMNneQ','log'];a50_0x5eed=function(){return _0x3def35;};return a50_0x5eed();}function a50_0x15e8(_0x3e9be2,_0x29d469){const _0x5eed7f=a50_0x5eed();return a50_0x15e8=function(_0x15e8a6,_0xdf91c2){_0x15e8a6=_0x15e8a6-0x105;let _0x2a4204=_0x5eed7f[_0x15e8a6];return _0x2a4204;},a50_0x15e8(_0x3e9be2,_0x29d469);}const a50_0x3336fc=a50_0x15e8;(function(_0x1a2974,_0x4646e3){const _0x382409=a50_0x15e8,_0x12ad50=_0x1a2974();while(!![]){try{const _0x40a34c=parseInt(_0x382409(0x107))/0x1+parseInt(_0x382409(0x115))/0x2*(parseInt(_0x382409(0x118))/0x3)+-parseInt(_0x382409(0x108))/0x4+parseInt(_0x382409(0x10e))/0x5*(-parseInt(_0x382409(0x110))/0x6)+-parseInt(_0x382409(0x105))/0x7+-parseInt(_0x382409(0x111))/0x8*(-parseInt(_0x382409(0x113))/0x9)+parseInt(_0x382409(0x116))/0xa*(parseInt(_0x382409(0x109))/0xb);if(_0x40a34c===_0x4646e3)break;else _0x12ad50['push'](_0x12ad50['shift']());}catch(_0x2c267a){_0x12ad50['push'](_0x12ad50['shift']());}}}(a50_0x5eed,0x6b6f7));const logReportingAPI=require(a50_0x3336fc(0x10c)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x1b855d,_0x5efcdc){return _0x555873=>{const _0x46584c=a50_0x15e8;BSTestOpsLogger[_0x46584c(0x112)]({'level':_0x555873[_0x46584c(0x10f)]?_0x555873[_0x46584c(0x10f)]['levelStr']:null,'message':_0x555873['data']?_0x555873[_0x46584c(0x10a)]['join']('\x20'):null});};}exports[a50_0x3336fc(0x114)]=(_0x296553,_0x17d940)=>{const _0x570590=a50_0x3336fc,_0x4977a9={'AOvVY':function(_0x219b02,_0x18c2d9,_0x22ea0b){return _0x219b02(_0x18c2d9,_0x22ea0b);}};let _0x8aee69=_0x17d940[_0x570590(0x10b)];return _0x296553['layout']&&(_0x8aee69=_0x17d940[_0x570590(0x117)](_0x296553[_0x570590(0x117)][_0x570590(0x106)],_0x296553[_0x570590(0x117)])),_0x4977a9['AOvVY'](BSTestOpsLog4JSAppender,_0x8aee69,_0x296553[_0x570590(0x10d)]);};
1
+ const a50_0x172a7f=a50_0x3f78;function a50_0x3c3e(){const _0x858bf8=['396zEsSKX','type','2lREVEv','39KyxChj','level','join','1130hrEBeh','22432596DbTepC','colouredLayout','1357459gaQBWf','103128wjNUSC','data','configure','1806250USrSqT','levelStr','15224STULgh','timezoneOffset','log','77632UhZnJe','6mqOZrL','9140761aePmxa','layout'];a50_0x3c3e=function(){return _0x858bf8;};return a50_0x3c3e();}function a50_0x3f78(_0xe993a0,_0x2ae5e3){const _0x3c3e02=a50_0x3c3e();return a50_0x3f78=function(_0x3f78dd,_0x4581bc){_0x3f78dd=_0x3f78dd-0x1aa;let _0x3cbe29=_0x3c3e02[_0x3f78dd];return _0x3cbe29;},a50_0x3f78(_0xe993a0,_0x2ae5e3);}(function(_0xbaff88,_0x16e6c9){const _0x15a1b9=a50_0x3f78,_0x3bf578=_0xbaff88();while(!![]){try{const _0x2bdebf=parseInt(_0x15a1b9(0x1ad))/0x1*(-parseInt(_0x15a1b9(0x1bc))/0x2)+parseInt(_0x15a1b9(0x1bd))/0x3*(-parseInt(_0x15a1b9(0x1ae))/0x4)+-parseInt(_0x15a1b9(0x1b1))/0x5+parseInt(_0x15a1b9(0x1b7))/0x6*(parseInt(_0x15a1b9(0x1b8))/0x7)+-parseInt(_0x15a1b9(0x1b6))/0x8*(parseInt(_0x15a1b9(0x1ba))/0x9)+-parseInt(_0x15a1b9(0x1aa))/0xa*(-parseInt(_0x15a1b9(0x1b3))/0xb)+parseInt(_0x15a1b9(0x1ab))/0xc;if(_0x2bdebf===_0x16e6c9)break;else _0x3bf578['push'](_0x3bf578['shift']());}catch(_0x5ad6d0){_0x3bf578['push'](_0x3bf578['shift']());}}}(a50_0x3c3e,0xcfb3b));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x52ff50,_0x5d89c7){return _0x59b233=>{const _0x5549c8=a50_0x3f78;BSTestOpsLogger[_0x5549c8(0x1b5)]({'level':_0x59b233[_0x5549c8(0x1be)]?_0x59b233[_0x5549c8(0x1be)][_0x5549c8(0x1b2)]:null,'message':_0x59b233[_0x5549c8(0x1af)]?_0x59b233['data'][_0x5549c8(0x1bf)]('\x20'):null});};}exports[a50_0x172a7f(0x1b0)]=(_0x36d10f,_0x516008)=>{const _0x4d5dee=a50_0x172a7f,_0x94fdf2={'TnYeQ':function(_0x4e27e3,_0x1385e3,_0x5191f2){return _0x4e27e3(_0x1385e3,_0x5191f2);}};let _0x4dd2d2=_0x516008[_0x4d5dee(0x1ac)];return _0x36d10f[_0x4d5dee(0x1b9)]&&(_0x4dd2d2=_0x516008[_0x4d5dee(0x1b9)](_0x36d10f[_0x4d5dee(0x1b9)][_0x4d5dee(0x1bb)],_0x36d10f['layout'])),_0x94fdf2['TnYeQ'](BSTestOpsLog4JSAppender,_0x4dd2d2,_0x36d10f[_0x4d5dee(0x1b4)]);};
@@ -1 +1 @@
1
- const a51_0x537793=a51_0x2e6f;function a51_0xf758(){const _0x5ec266=['TRACE','toUpperCase','join','logToTestOps','bs:addLog:','35809CzCVMD','50BshZju','info','WARN','debug','winston-transport','664281qcrNFS','60ZgdPHZ','3523460tKksoG','ERROR','176PtAdMt','75380uGPRvD','log','DEBUG','248946sxJtxn','TEST_LOG','1129387rqfcCs','error','toISOString','warn','INFO','pid','1153713MNLvMw','8QNChCV','toLowerCase'];a51_0xf758=function(){return _0x5ec266;};return a51_0xf758();}(function(_0x35c20e,_0x11c635){const _0x32634e=a51_0x2e6f,_0x47745c=_0x35c20e();while(!![]){try{const _0x4acb8c=-parseInt(_0x32634e(0xab))/0x1*(parseInt(_0x32634e(0xb2))/0x2)+parseInt(_0x32634e(0xa3))/0x3+parseInt(_0x32634e(0xb3))/0x4+-parseInt(_0x32634e(0xac))/0x5*(-parseInt(_0x32634e(0x9b))/0x6)+-parseInt(_0x32634e(0x9d))/0x7*(-parseInt(_0x32634e(0xa4))/0x8)+-parseInt(_0x32634e(0xb1))/0x9+-parseInt(_0x32634e(0x98))/0xa*(parseInt(_0x32634e(0x97))/0xb);if(_0x4acb8c===_0x11c635)break;else _0x47745c['push'](_0x47745c['shift']());}catch(_0x1775f5){_0x47745c['push'](_0x47745c['shift']());}}}(a51_0xf758,0x8be48));function a51_0x2e6f(_0x15ec41,_0x5b621a){const _0xf75855=a51_0xf758();return a51_0x2e6f=function(_0x2e6f7b,_0x582700){_0x2e6f7b=_0x2e6f7b-0x96;let _0x58fb29=_0xf75855[_0x2e6f7b];return _0x58fb29;},a51_0x2e6f(_0x15ec41,_0x5b621a);}const Transport=require(a51_0x537793(0xb0)),{consoleHolder}=require('../../helpers/test-observability/constants'),a51_0xfba5b2={};a51_0xfba5b2[a51_0x537793(0xa1)]=a51_0x537793(0xa1),a51_0xfba5b2['ERROR']=a51_0x537793(0x96),a51_0xfba5b2[a51_0x537793(0x9a)]=a51_0x537793(0x9a),a51_0xfba5b2[a51_0x537793(0xa6)]=a51_0x537793(0xa6),a51_0xfba5b2[a51_0x537793(0xae)]=a51_0x537793(0xae);const LOG_LEVELS=a51_0xfba5b2;class logPatcher extends Transport{constructor(_0x32372d){super(_0x32372d);}['logToTestOps']=(_0x553c59=LOG_LEVELS[a51_0x537793(0xa1)],_0x208099=[''])=>{const _0x4459f5=a51_0x537793,_0x1dee5c={};_0x1dee5c['lucib']=_0x4459f5(0x9c);const _0x495fb8=_0x1dee5c;consoleHolder[_0x553c59[_0x4459f5(0xa5)]()](..._0x208099),process['emit'](_0x4459f5(0xaa)+process[_0x4459f5(0xa2)],{'timestamp':new Date()[_0x4459f5(0x9f)](),'level':_0x553c59[_0x4459f5(0xa7)](),'message':'\x22'+_0x208099[_0x4459f5(0xa8)](',\x20')+'\x22','kind':_0x495fb8['lucib'],'http_response':{}});};['trace']=(..._0xf32473)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0xf32473);};[a51_0x537793(0xaf)]=(..._0x51a2d7)=>{const _0x20de41=a51_0x537793;this[_0x20de41(0xa9)](LOG_LEVELS['DEBUG'],_0x51a2d7);};[a51_0x537793(0xad)]=(..._0x37bed4)=>{const _0x210664=a51_0x537793;this[_0x210664(0xa9)](LOG_LEVELS[_0x210664(0xa1)],_0x37bed4);};[a51_0x537793(0xa0)]=(..._0x14d791)=>{const _0x4378c3=a51_0x537793;this[_0x4378c3(0xa9)](LOG_LEVELS[_0x4378c3(0xae)],_0x14d791);};[a51_0x537793(0x9e)]=(..._0x298a57)=>{const _0x3a5184=a51_0x537793;this['logToTestOps'](LOG_LEVELS[_0x3a5184(0x96)],_0x298a57);};[a51_0x537793(0x99)]=(..._0x1935c7)=>{const _0x19ed7b=a51_0x537793;this['logToTestOps'](LOG_LEVELS[_0x19ed7b(0xa1)],_0x1935c7);};};module['exports']=logPatcher;
1
+ const a51_0x4c2863=a51_0x2140;function a51_0x70af(){const _0xcebe83=['WARN','140ogOBDl','debug','exports','ERROR','../../helpers/test-observability/constants','toUpperCase','TEST_LOG','TRACE','386qJnWbP','warn','60232FuBfsg','2443400GwGJCd','join','1912086IACovo','pid','268536PXtNpg','INFO','1696UcKnBM','10cFXCQu','DEBUG','cvXTU','toISOString','error','336594yfsDSr','info','logToTestOps','324036mICaCf'];a51_0x70af=function(){return _0xcebe83;};return a51_0x70af();}(function(_0xc8ac83,_0x516bd9){const _0x38a01f=a51_0x2140,_0xf40616=_0xc8ac83();while(!![]){try{const _0x3d3adc=-parseInt(_0x38a01f(0xfe))/0x1*(parseInt(_0x38a01f(0x107))/0x2)+parseInt(_0x38a01f(0xf1))/0x3+parseInt(_0x38a01f(0xf4))/0x4*(parseInt(_0x38a01f(0x108))/0x5)+parseInt(_0x38a01f(0x105))/0x6+parseInt(_0x38a01f(0xf6))/0x7*(parseInt(_0x38a01f(0x100))/0x8)+-parseInt(_0x38a01f(0x103))/0x9+parseInt(_0x38a01f(0x101))/0xa;if(_0x3d3adc===_0x516bd9)break;else _0xf40616['push'](_0xf40616['shift']());}catch(_0x22b1ee){_0xf40616['push'](_0xf40616['shift']());}}}(a51_0x70af,0x2a81e));const Transport=require('winston-transport'),{consoleHolder}=require(a51_0x4c2863(0xfa)),a51_0x39e02b={};function a51_0x2140(_0xdd7620,_0x42b08f){const _0x70afd8=a51_0x70af();return a51_0x2140=function(_0x214084,_0x295429){_0x214084=_0x214084-0xee;let _0x486dab=_0x70afd8[_0x214084];return _0x486dab;},a51_0x2140(_0xdd7620,_0x42b08f);}a51_0x39e02b[a51_0x4c2863(0x106)]=a51_0x4c2863(0x106),a51_0x39e02b[a51_0x4c2863(0xf9)]=a51_0x4c2863(0xf9),a51_0x39e02b[a51_0x4c2863(0x109)]=a51_0x4c2863(0x109),a51_0x39e02b[a51_0x4c2863(0xfd)]='TRACE',a51_0x39e02b[a51_0x4c2863(0xf5)]=a51_0x4c2863(0xf5);const LOG_LEVELS=a51_0x39e02b;class logPatcher extends Transport{constructor(_0x4ace4e){super(_0x4ace4e);}[a51_0x4c2863(0xf3)]=(_0x1f987f=LOG_LEVELS['INFO'],_0x4a7e81=[''])=>{const _0x54884e=a51_0x4c2863,_0x246d0d={};_0x246d0d[_0x54884e(0xee)]=_0x54884e(0xfc);const _0x615523=_0x246d0d;consoleHolder[_0x1f987f['toLowerCase']()](..._0x4a7e81),process['emit']('bs:addLog:'+process[_0x54884e(0x104)],{'timestamp':new Date()[_0x54884e(0xef)](),'level':_0x1f987f[_0x54884e(0xfb)](),'message':'\x22'+_0x4a7e81[_0x54884e(0x102)](',\x20')+'\x22','kind':_0x615523[_0x54884e(0xee)],'http_response':{}});};['trace']=(..._0x2523d7)=>{const _0x5e264d=a51_0x4c2863;this[_0x5e264d(0xf3)](LOG_LEVELS[_0x5e264d(0xfd)],_0x2523d7);};[a51_0x4c2863(0xf7)]=(..._0x2d1f36)=>{const _0x55af1d=a51_0x4c2863;this[_0x55af1d(0xf3)](LOG_LEVELS[_0x55af1d(0x109)],_0x2d1f36);};[a51_0x4c2863(0xf2)]=(..._0x4874db)=>{const _0x14be13=a51_0x4c2863;this[_0x14be13(0xf3)](LOG_LEVELS[_0x14be13(0x106)],_0x4874db);};[a51_0x4c2863(0xff)]=(..._0x503306)=>{const _0x446719=a51_0x4c2863;this[_0x446719(0xf3)](LOG_LEVELS['WARN'],_0x503306);};[a51_0x4c2863(0xf0)]=(..._0x4a91e5)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x4a91e5);};['log']=(..._0x125d16)=>{const _0x3f0539=a51_0x4c2863;this[_0x3f0539(0xf3)](LOG_LEVELS[_0x3f0539(0x106)],_0x125d16);};};module[a51_0x4c2863(0xf8)]=logPatcher;
@@ -1 +1 @@
1
- const a52_0x19db39=a52_0x3575;(function(_0x331a86,_0x511a0){const _0x4031f2=a52_0x3575,_0x1f9dbd=_0x331a86();while(!![]){try{const _0x4d33d8=parseInt(_0x4031f2(0x1ec))/0x1*(-parseInt(_0x4031f2(0x1cf))/0x2)+parseInt(_0x4031f2(0x1d9))/0x3*(-parseInt(_0x4031f2(0x1ee))/0x4)+-parseInt(_0x4031f2(0x1d8))/0x5+parseInt(_0x4031f2(0x1e4))/0x6+-parseInt(_0x4031f2(0x1d2))/0x7*(-parseInt(_0x4031f2(0x1f0))/0x8)+parseInt(_0x4031f2(0x1db))/0x9*(-parseInt(_0x4031f2(0x1e1))/0xa)+parseInt(_0x4031f2(0x1d0))/0xb*(parseInt(_0x4031f2(0x1e6))/0xc);if(_0x4d33d8===_0x511a0)break;else _0x1f9dbd['push'](_0x1f9dbd['shift']());}catch(_0x12f75a){_0x1f9dbd['push'](_0x1f9dbd['shift']());}}}(a52_0x28d1,0x70cd3));const Transport=require(a52_0x19db39(0x1d6)),{consoleHolder}=require(a52_0x19db39(0x1ea)),a52_0x254a10={};function a52_0x3575(_0x4c4467,_0x555df7){const _0x28d114=a52_0x28d1();return a52_0x3575=function(_0x357536,_0x104bf5){_0x357536=_0x357536-0x1cb;let _0xc5863a=_0x28d114[_0x357536];return _0xc5863a;},a52_0x3575(_0x4c4467,_0x555df7);}a52_0x254a10[a52_0x19db39(0x1e3)]='INFO',a52_0x254a10['ERROR']=a52_0x19db39(0x1e2),a52_0x254a10['DEBUG']=a52_0x19db39(0x1de),a52_0x254a10[a52_0x19db39(0x1eb)]=a52_0x19db39(0x1eb),a52_0x254a10['WARN']='WARN';const LOG_LEVELS=a52_0x254a10;class logReportingAPI extends Transport{constructor(_0x2eb6e4){super(_0x2eb6e4);}[a52_0x19db39(0x1e0)](_0x2faf81,_0x2a26f9){const _0x48dabb=a52_0x19db39,_0x1c0f0d={'gDNTy':_0x48dabb(0x1e7),'BuTxH':function(_0x28b0e2,_0x34c501){return _0x28b0e2(_0x34c501);},'Egsvs':function(_0x482aea,_0x121c27){return _0x482aea===_0x121c27;},'MxQMp':_0x48dabb(0x1e8),'LfxHA':function(_0x396cd7){return _0x396cd7();}};_0x1c0f0d[_0x48dabb(0x1d1)](setImmediate,()=>{const _0x4d1c3e=_0x48dabb;this[_0x4d1c3e(0x1cd)](_0x1c0f0d[_0x4d1c3e(0x1e5)],_0x2faf81);}),_0x1c0f0d[_0x48dabb(0x1f1)](typeof _0x2faf81,_0x1c0f0d[_0x48dabb(0x1cb)])?this[_0x48dabb(0x1d5)](_0x2faf81[_0x48dabb(0x1dd)]||LOG_LEVELS['INFO'],_0x2faf81[_0x48dabb(0x1ef)],![]):this[_0x48dabb(0x1d5)](LOG_LEVELS[_0x48dabb(0x1e3)],_0x2faf81),_0x2a26f9&&_0x1c0f0d[_0x48dabb(0x1f3)](_0x2a26f9);}[a52_0x19db39(0x1d5)]=(_0xb0037c=LOG_LEVELS[a52_0x19db39(0x1e3)],_0x45d190='',_0x75f19e=!![])=>{const _0x59906b=a52_0x19db39,_0x1b89ce={};_0x1b89ce['OagjK']=_0x59906b(0x1cc);const _0x454957=_0x1b89ce;_0x75f19e&&consoleHolder[_0xb0037c['toLowerCase']()](_0x45d190),process[_0x59906b(0x1cd)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x59906b(0x1d3)](),'level':_0xb0037c[_0x59906b(0x1df)](),'message':_0x45d190,'kind':_0x454957[_0x59906b(0x1f2)],'http_response':{}});};[a52_0x19db39(0x1e9)]=(_0x27ed30,_0x14d971)=>{const _0x3ac5f7=a52_0x19db39;this[_0x3ac5f7(0x1d5)](LOG_LEVELS[_0x3ac5f7(0x1eb)],_0x27ed30);};[a52_0x19db39(0x1ce)]=(_0x4ce265,_0x202ddb)=>{const _0x52f42f=a52_0x19db39;this[_0x52f42f(0x1d5)](LOG_LEVELS['DEBUG'],_0x4ce265);};[a52_0x19db39(0x1ed)]=(_0x495015,_0x593a7a)=>{const _0x213098=a52_0x19db39;this[_0x213098(0x1d5)](LOG_LEVELS['INFO'],_0x495015);};[a52_0x19db39(0x1d4)]=(_0x28e6de,_0x489f71)=>{const _0x32746e=a52_0x19db39;this[_0x32746e(0x1d5)](LOG_LEVELS[_0x32746e(0x1dc)],_0x28e6de);};[a52_0x19db39(0x1d7)]=(_0x443e4d,_0x4ddb2a)=>{const _0x3e2178=a52_0x19db39;this[_0x3e2178(0x1d5)](LOG_LEVELS['ERROR'],_0x443e4d);};};function a52_0x28d1(){const _0x475039=['../../helpers/test-observability/constants','TRACE','3PuygpP','info','2507564cHtYrB','message','94552xqqRpT','Egsvs','OagjK','LfxHA','MxQMp','TEST_LOG','emit','debug','374534pEKDHE','554906LAQgJY','BuTxH','133rFbsMB','toISOString','warn','logToTestOps','winston-transport','error','3946345reXrkH','3aFpnon','exports','608193NtmUwj','WARN','level','DEBUG','toUpperCase','log','10gwvhnC','ERROR','INFO','3407088pedxrd','gDNTy','408aFVPHQ','logged','object','trace'];a52_0x28d1=function(){return _0x475039;};return a52_0x28d1();}module[a52_0x19db39(0x1da)]=logReportingAPI;
1
+ const a52_0x151c6d=a52_0x515c;function a52_0x515c(_0x4e99a5,_0x45760e){const _0x2c2988=a52_0x2c29();return a52_0x515c=function(_0x515c19,_0x535400){_0x515c19=_0x515c19-0x1ae;let _0x5ab3e3=_0x2c2988[_0x515c19];return _0x5ab3e3;},a52_0x515c(_0x4e99a5,_0x45760e);}(function(_0x356407,_0x217eb8){const _0x54b577=a52_0x515c,_0xf591b8=_0x356407();while(!![]){try{const _0x264491=-parseInt(_0x54b577(0x1ae))/0x1+-parseInt(_0x54b577(0x1b5))/0x2*(-parseInt(_0x54b577(0x1c4))/0x3)+-parseInt(_0x54b577(0x1be))/0x4+-parseInt(_0x54b577(0x1c5))/0x5+-parseInt(_0x54b577(0x1ca))/0x6+-parseInt(_0x54b577(0x1b2))/0x7+parseInt(_0x54b577(0x1c2))/0x8*(parseInt(_0x54b577(0x1c8))/0x9);if(_0x264491===_0x217eb8)break;else _0xf591b8['push'](_0xf591b8['shift']());}catch(_0x129ebd){_0xf591b8['push'](_0xf591b8['shift']());}}}(a52_0x2c29,0x77d64));const Transport=require(a52_0x151c6d(0x1c9)),{consoleHolder}=require(a52_0x151c6d(0x1bb)),a52_0x45c514={};a52_0x45c514[a52_0x151c6d(0x1cb)]='INFO',a52_0x45c514['ERROR']='ERROR',a52_0x45c514[a52_0x151c6d(0x1bc)]=a52_0x151c6d(0x1bc),a52_0x45c514[a52_0x151c6d(0x1ce)]=a52_0x151c6d(0x1ce),a52_0x45c514['WARN']='WARN';function a52_0x2c29(){const _0x49f61c=['logToTestOps','35471322VYFfhQ','winston-transport','4870842ffMMPR','INFO','message','mFVpJ','TRACE','trace','exports','803641hbIGEL','KQyNA','tFIyq','error','4632950YELjqX','debug','toLowerCase','2lbtSxV','info','IWdjG','toISOString','object','level','../../helpers/test-observability/constants','DEBUG','emit','3885296DnURAt','warn','logged','log','8uZFIUw','TEST_LOG','1238835xuIBzq','3073645gQAPJl','sUlrd'];a52_0x2c29=function(){return _0x49f61c;};return a52_0x2c29();}const LOG_LEVELS=a52_0x45c514;class logReportingAPI extends Transport{constructor(_0x29b070){super(_0x29b070);}[a52_0x151c6d(0x1c1)](_0x7122d7,_0x4fbe3){const _0x3dc0e6=a52_0x151c6d,_0x3eb416={'sUlrd':_0x3dc0e6(0x1c0),'JwtHq':function(_0x182385,_0x3a07ed){return _0x182385(_0x3a07ed);},'IWdjG':function(_0x573eb2,_0x439c2f){return _0x573eb2===_0x439c2f;},'KQyNA':_0x3dc0e6(0x1b9),'mFVpJ':function(_0x31badf){return _0x31badf();}};_0x3eb416['JwtHq'](setImmediate,()=>{const _0x28a822=_0x3dc0e6;this['emit'](_0x3eb416[_0x28a822(0x1c6)],_0x7122d7);}),_0x3eb416[_0x3dc0e6(0x1b7)](typeof _0x7122d7,_0x3eb416[_0x3dc0e6(0x1af)])?this[_0x3dc0e6(0x1c7)](_0x7122d7[_0x3dc0e6(0x1ba)]||LOG_LEVELS[_0x3dc0e6(0x1cb)],_0x7122d7[_0x3dc0e6(0x1cc)],![]):this[_0x3dc0e6(0x1c7)](LOG_LEVELS[_0x3dc0e6(0x1cb)],_0x7122d7),_0x4fbe3&&_0x3eb416[_0x3dc0e6(0x1cd)](_0x4fbe3);}[a52_0x151c6d(0x1c7)]=(_0x39a5c9=LOG_LEVELS[a52_0x151c6d(0x1cb)],_0x1ad7e2='',_0x33e945=!![])=>{const _0x56db39=a52_0x151c6d,_0x47b4c6={};_0x47b4c6[_0x56db39(0x1b0)]=_0x56db39(0x1c3);const _0x4c86cf=_0x47b4c6;_0x33e945&&consoleHolder[_0x39a5c9[_0x56db39(0x1b4)]()](_0x1ad7e2),process[_0x56db39(0x1bd)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x56db39(0x1b8)](),'level':_0x39a5c9['toUpperCase'](),'message':_0x1ad7e2,'kind':_0x4c86cf[_0x56db39(0x1b0)],'http_response':{}});};[a52_0x151c6d(0x1cf)]=(_0x6fc034,_0x567da8)=>{const _0x7cb78f=a52_0x151c6d;this[_0x7cb78f(0x1c7)](LOG_LEVELS[_0x7cb78f(0x1ce)],_0x6fc034);};[a52_0x151c6d(0x1b3)]=(_0x1d46d1,_0x3c382)=>{const _0x42d102=a52_0x151c6d;this[_0x42d102(0x1c7)](LOG_LEVELS[_0x42d102(0x1bc)],_0x1d46d1);};[a52_0x151c6d(0x1b6)]=(_0xb644cc,_0x105d99)=>{const _0x44f08b=a52_0x151c6d;this[_0x44f08b(0x1c7)](LOG_LEVELS['INFO'],_0xb644cc);};[a52_0x151c6d(0x1bf)]=(_0x2327a8,_0x44c45a)=>{const _0x3f15de=a52_0x151c6d;this[_0x3f15de(0x1c7)](LOG_LEVELS['WARN'],_0x2327a8);};[a52_0x151c6d(0x1b1)]=(_0x518dfa,_0x24c78b)=>{const _0x3b3ff3=a52_0x151c6d;this[_0x3b3ff3(0x1c7)](LOG_LEVELS['ERROR'],_0x518dfa);};};module[a52_0x151c6d(0x1d0)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a53_0x4c84(){const _0x512232=['80121MdRUSC','44rxAEnA','SDK_SETUP','modifyBrowserStackW3CCaps','assign','2008WcCyyH','index','../../helpers/testhub/testhubHandler','dwFkS','KvwKv','429gFCxQQ','configuration','args','gXvzI','\x20doesn\x27t\x20exist','51570LjDWPf','length','end','parallelsPerPlatform','start','getHubUrl','then','File\x20','finally','1953576jnDgaY','push','1146050kpCYHS','config','forEach','../../helpers/performance/constants','1391598wQkomv','handleApp','IaJSV','join','../test-runner','8lrLWDn','launchBuild','File\x20path\x20is\x20required','ZrwUV','proxySettings','YNRtZ','platforms','../../helpers/utilities','KlYHs','../../helpers/helper','existsSync','EVENTS','184pCexFx','file','path','initialize','modifyBrowserStackCaps','isUndefined','StJhZ','../../helpers/performance/performance-tester','1474963EDlxZa','../../helpers/BrowserStackSetup'];a53_0x4c84=function(){return _0x512232;};return a53_0x4c84();}const a53_0x272acf=a53_0x398f;(function(_0x2a3e04,_0x44a23c){const _0x1730c7=a53_0x398f,_0x34c6f5=_0x2a3e04();while(!![]){try{const _0x230cf4=-parseInt(_0x1730c7(0x221))/0x1*(parseInt(_0x1730c7(0x1f7))/0x2)+-parseInt(_0x1730c7(0x1f2))/0x3*(parseInt(_0x1730c7(0x1f3))/0x4)+-parseInt(_0x1730c7(0x20c))/0x5+parseInt(_0x1730c7(0x20a))/0x6+-parseInt(_0x1730c7(0x1f0))/0x7*(-parseInt(_0x1730c7(0x215))/0x8)+parseInt(_0x1730c7(0x210))/0x9+parseInt(_0x1730c7(0x201))/0xa*(parseInt(_0x1730c7(0x1fc))/0xb);if(_0x230cf4===_0x44a23c)break;else _0x34c6f5['push'](_0x34c6f5['shift']());}catch(_0x19b899){_0x34c6f5['push'](_0x34c6f5['shift']());}}}(a53_0x4c84,0x2d007));function a53_0x398f(_0x329b36,_0x3b8c10){const _0x4c84ea=a53_0x4c84();return a53_0x398f=function(_0x398fde,_0x1270c6){_0x398fde=_0x398fde-0x1ef;let _0x100cfa=_0x4c84ea[_0x398fde];return _0x100cfa;},a53_0x398f(_0x329b36,_0x3b8c10);}const fs=require('fs'),path=require(a53_0x272acf(0x223)),{default:BrowserStackSetup}=require(a53_0x272acf(0x1f1)),helper=require(a53_0x272acf(0x21e)),PerformanceTester=require(a53_0x272acf(0x1ef)),PerformanceEvents=require(a53_0x272acf(0x20f))[a53_0x272acf(0x220)],utilities=require(a53_0x272acf(0x21c)),{parallelVanillaRun}=require(a53_0x272acf(0x214)),TestHubHandler=require(a53_0x272acf(0x1f9));async function run(_0x35a4ee,_0x34a76d){const _0x3bae5b=a53_0x272acf,_0x7f7731={'gXvzI':'vanilla','YNRtZ':function(_0x3ce113,_0x28c702){return _0x3ce113(_0x28c702);},'StJhZ':_0x3bae5b(0x217),'KlYHs':function(_0x2236e7,_0x4ee79f){return _0x2236e7(_0x4ee79f);},'IaJSV':function(_0x502384,_0x2794e7){return _0x502384(_0x2794e7);},'dwFkS':'Config\x20yml\x20is\x20required','ZrwUV':function(_0x56b0a6,_0x47efed){return _0x56b0a6>_0x47efed;},'KvwKv':function(_0x4ea5ac,_0x1e4eee){return _0x4ea5ac>_0x1e4eee;},'nALDX':function(_0x486241,_0x4b16e8){return _0x486241*_0x4b16e8;},'UkTRd':function(_0x61ee05,_0x319620,_0x26a841){return _0x61ee05(_0x319620,_0x26a841);}},_0xda04b2=new BrowserStackSetup(_0x35a4ee,_0x7f7731[_0x3bae5b(0x1ff)]);await _0xda04b2[_0x3bae5b(0x224)](),await helper[_0x3bae5b(0x211)](_0xda04b2[_0x3bae5b(0x20d)]);const _0x508d38=[];if(helper[_0x3bae5b(0x226)](_0x35a4ee['_'][0x1]))throw _0x7f7731[_0x3bae5b(0x21a)](Error,_0x7f7731[_0x3bae5b(0x227)]);const _0x1dc126=path[_0x3bae5b(0x213)](process['cwd'](),_0x35a4ee['_'][0x1]);if(!fs[_0x3bae5b(0x21f)](_0x1dc126))throw _0x7f7731[_0x3bae5b(0x21d)](Error,_0x3bae5b(0x208)+_0x35a4ee['_'][0x1]+_0x3bae5b(0x200));if(!_0xda04b2[_0x3bae5b(0x20d)])throw _0x7f7731[_0x3bae5b(0x212)](Error,_0x7f7731[_0x3bae5b(0x1fa)]);const _0x5a37a0=helper['useW3C'](_0xda04b2[_0x3bae5b(0x20d)]);_0xda04b2[_0x3bae5b(0x20d)]['platforms']&&_0x7f7731[_0x3bae5b(0x218)](_0xda04b2[_0x3bae5b(0x20d)]['platforms'][_0x3bae5b(0x202)],0x0)&&_0xda04b2[_0x3bae5b(0x20d)][_0x3bae5b(0x21b)][_0x3bae5b(0x20e)]((_0x5790ff,_0x4ff7f5)=>{const _0x453451=_0x3bae5b;_0x5a37a0?_0x508d38[_0x453451(0x20b)](helper[_0x453451(0x1f5)](_0xda04b2['config'],_0x7f7731[_0x453451(0x1ff)],_0x4ff7f5)):_0x508d38['push'](helper['modifyBrowserStackCaps'](_0xda04b2[_0x453451(0x20d)],_0x7f7731[_0x453451(0x1ff)],_0x4ff7f5));});let _0x405816,_0x1a9351;const _0x1ba6c7=[];if(_0x7f7731[_0x3bae5b(0x1fb)](_0x508d38[_0x3bae5b(0x202)],0x0))_0x508d38['forEach']((_0x19afaa,_0x322a02)=>{const _0x24dda7=_0x3bae5b,_0x2ada4f={};_0x2ada4f[_0x24dda7(0x1f8)]=_0x322a02,_0x405816={'server':helper[_0x24dda7(0x206)](_0xda04b2[_0x24dda7(0x20d)]),'proxySettings':_0xda04b2[_0x24dda7(0x20d)]['proxySettings'],'platform':helper['getPlatformName'](_0x19afaa),'platformCaps':Object[_0x24dda7(0x1f6)](_0x2ada4f,_0xda04b2[_0x24dda7(0x20d)]['platforms'][_0x322a02])};const _0x5742ba={'capability':_0x19afaa,..._0x405816};_0x5742ba[_0x24dda7(0x222)]=_0x1dc126,_0x5742ba[_0x24dda7(0x1fe)]=_0x34a76d;const _0x3dba62={};_0x3dba62[_0x24dda7(0x1fd)]=_0x5742ba,_0x1a9351=_0x3dba62,_0x1ba6c7[_0x24dda7(0x20b)](_0x1a9351);});else{let _0x387428;_0x5a37a0?_0x387428=helper[_0x3bae5b(0x1f5)](_0xda04b2[_0x3bae5b(0x20d)],_0x7f7731[_0x3bae5b(0x1ff)],0x0):_0x387428=helper[_0x3bae5b(0x225)](_0xda04b2['config'],_0x7f7731['gXvzI'],0x0);_0x405816={'server':helper[_0x3bae5b(0x206)](_0xda04b2['config']),'proxySettings':_0xda04b2[_0x3bae5b(0x20d)][_0x3bae5b(0x219)]};const _0x415eec={'capability':_0x387428,..._0x405816};_0x415eec['file']=_0x1dc126,_0x415eec[_0x3bae5b(0x1fe)]=_0x34a76d;const _0x40b1f1={};_0x40b1f1[_0x3bae5b(0x1fd)]=_0x415eec,_0x1a9351=_0x40b1f1,_0x1ba6c7[_0x3bae5b(0x20b)](_0x1a9351);}const _0x56462b=await TestHubHandler[_0x3bae5b(0x216)](_0x7f7731[_0x3bae5b(0x1ff)],_0xda04b2),_0x117b22=_0x7f7731['nALDX'](_0xda04b2[_0x3bae5b(0x20d)]['platforms']['length']||0x1,_0xda04b2[_0x3bae5b(0x20d)][_0x3bae5b(0x204)]||0x1);PerformanceTester[_0x3bae5b(0x203)](PerformanceEvents[_0x3bae5b(0x1f4)]),_0x7f7731['UkTRd'](parallelVanillaRun,_0x1ba6c7,_0x117b22)[_0x3bae5b(0x207)](_0x449666=>{})[_0x3bae5b(0x209)](async()=>{const _0x54db2a=_0x3bae5b;PerformanceTester[_0x54db2a(0x205)](PerformanceEvents['SDK_CLEANUP']),await utilities['finalExecution'](_0xda04b2);});}module['exports']=run;
2
+ 'use strict';function a53_0x3f0a(){const _0x2b49cd=['lMdzq','parallelsPerPlatform','66IrRlFy','Config\x20yml\x20is\x20required','UnFxt','2626056yVbOhK','getPlatformName','EVENTS','505780JGPYuE','../../helpers/BrowserStackSetup','handleApp','configuration','../../helpers/performance/performance-tester','isUndefined','cwd','File\x20','\x20doesn\x27t\x20exist','../../helpers/helper','1028778YyJojB','useW3C','QkNQr','../../helpers/performance/constants','start','File\x20path\x20is\x20required','args','platforms','SDK_SETUP','8EmQSfE','exports','51087cHgtiE','finalExecution','modifyBrowserStackW3CCaps','18WDWrhU','push','end','launchBuild','jwzOk','initialize','888685KikKcD','join','finally','vanilla','../../helpers/testhub/testhubHandler','path','getHubUrl','TdAGD','210eZsDCy','forEach','14356PEXKyD','index','SDK_CLEANUP','205069LJdaTy','assign','file','config','length'];a53_0x3f0a=function(){return _0x2b49cd;};return a53_0x3f0a();}const a53_0x371d6b=a53_0x36c5;(function(_0x250d52,_0x4bf7a5){const _0x3a82d7=a53_0x36c5,_0x3823c9=_0x250d52();while(!![]){try{const _0x2e4d0b=parseInt(_0x3a82d7(0xed))/0x1+parseInt(_0x3a82d7(0xda))/0x2*(-parseInt(_0x3a82d7(0xd7))/0x3)+-parseInt(_0x3a82d7(0xea))/0x4*(-parseInt(_0x3a82d7(0xe8))/0x5)+-parseInt(_0x3a82d7(0xcc))/0x6+-parseInt(_0x3a82d7(0xe0))/0x7*(-parseInt(_0x3a82d7(0xd5))/0x8)+parseInt(_0x3a82d7(0xf7))/0x9+-parseInt(_0x3a82d7(0xfa))/0xa*(parseInt(_0x3a82d7(0xf4))/0xb);if(_0x2e4d0b===_0x4bf7a5)break;else _0x3823c9['push'](_0x3823c9['shift']());}catch(_0x394574){_0x3823c9['push'](_0x3823c9['shift']());}}}(a53_0x3f0a,0x23bb2));function a53_0x36c5(_0x44ddeb,_0x170271){const _0x3f0a83=a53_0x3f0a();return a53_0x36c5=function(_0x36c5c8,_0x55d912){_0x36c5c8=_0x36c5c8-0xc5;let _0x50ff31=_0x3f0a83[_0x36c5c8];return _0x50ff31;},a53_0x36c5(_0x44ddeb,_0x170271);}const fs=require('fs'),path=require(a53_0x371d6b(0xe5)),{default:BrowserStackSetup}=require(a53_0x371d6b(0xfb)),helper=require(a53_0x371d6b(0xcb)),PerformanceTester=require(a53_0x371d6b(0xc6)),PerformanceEvents=require(a53_0x371d6b(0xcf))[a53_0x371d6b(0xf9)],utilities=require('../../helpers/utilities'),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a53_0x371d6b(0xe4));async function run(_0x554149,_0x30c6ab){const _0x6d9dd8=a53_0x371d6b,_0x5066c8={'UnFxt':_0x6d9dd8(0xe3),'QkNQr':function(_0x36aece,_0x2e445a){return _0x36aece(_0x2e445a);},'DQaPV':_0x6d9dd8(0xd1),'nsOEU':_0x6d9dd8(0xf5),'jwzOk':function(_0x2f93e3,_0x4512ef){return _0x2f93e3>_0x4512ef;},'TdAGD':function(_0x14b485,_0x473d4b){return _0x14b485*_0x473d4b;},'lMdzq':function(_0x33e5fd,_0x1f17ec,_0x13b5b2){return _0x33e5fd(_0x1f17ec,_0x13b5b2);}},_0x2f9e0d=new BrowserStackSetup(_0x554149,_0x5066c8['UnFxt']);await _0x2f9e0d[_0x6d9dd8(0xdf)](),await helper[_0x6d9dd8(0xfc)](_0x2f9e0d[_0x6d9dd8(0xf0)]);const _0x44f8c4=[];if(helper[_0x6d9dd8(0xc7)](_0x554149['_'][0x1]))throw _0x5066c8['QkNQr'](Error,_0x5066c8['DQaPV']);const _0x3cc3ac=path[_0x6d9dd8(0xe1)](process[_0x6d9dd8(0xc8)](),_0x554149['_'][0x1]);if(!fs['existsSync'](_0x3cc3ac))throw _0x5066c8[_0x6d9dd8(0xce)](Error,_0x6d9dd8(0xc9)+_0x554149['_'][0x1]+_0x6d9dd8(0xca));if(!_0x2f9e0d[_0x6d9dd8(0xf0)])throw _0x5066c8[_0x6d9dd8(0xce)](Error,_0x5066c8['nsOEU']);const _0x567ecb=helper[_0x6d9dd8(0xcd)](_0x2f9e0d[_0x6d9dd8(0xf0)]);_0x2f9e0d['config']['platforms']&&_0x5066c8[_0x6d9dd8(0xde)](_0x2f9e0d[_0x6d9dd8(0xf0)][_0x6d9dd8(0xd3)]['length'],0x0)&&_0x2f9e0d[_0x6d9dd8(0xf0)][_0x6d9dd8(0xd3)][_0x6d9dd8(0xe9)]((_0x459079,_0x21f695)=>{const _0x4e180a=_0x6d9dd8;_0x567ecb?_0x44f8c4[_0x4e180a(0xdb)](helper[_0x4e180a(0xd9)](_0x2f9e0d[_0x4e180a(0xf0)],_0x5066c8['UnFxt'],_0x21f695)):_0x44f8c4[_0x4e180a(0xdb)](helper['modifyBrowserStackCaps'](_0x2f9e0d['config'],_0x5066c8[_0x4e180a(0xf6)],_0x21f695));});let _0x43d518,_0xf5deba;const _0x445508=[];if(_0x5066c8[_0x6d9dd8(0xde)](_0x44f8c4['length'],0x0))_0x44f8c4[_0x6d9dd8(0xe9)]((_0xc90249,_0x8dcbcc)=>{const _0x13bff6=_0x6d9dd8,_0x39a9c0={};_0x39a9c0[_0x13bff6(0xeb)]=_0x8dcbcc,_0x43d518={'server':helper['getHubUrl'](_0x2f9e0d['config']),'proxySettings':_0x2f9e0d['config']['proxySettings'],'platform':helper[_0x13bff6(0xf8)](_0xc90249),'platformCaps':Object[_0x13bff6(0xee)](_0x39a9c0,_0x2f9e0d[_0x13bff6(0xf0)]['platforms'][_0x8dcbcc])};const _0x49bae3={'capability':_0xc90249,..._0x43d518};_0x49bae3[_0x13bff6(0xef)]=_0x3cc3ac,_0x49bae3[_0x13bff6(0xd2)]=_0x30c6ab;const _0x50598c={};_0x50598c['configuration']=_0x49bae3,_0xf5deba=_0x50598c,_0x445508[_0x13bff6(0xdb)](_0xf5deba);});else{let _0x11eba5;_0x567ecb?_0x11eba5=helper[_0x6d9dd8(0xd9)](_0x2f9e0d['config'],_0x5066c8[_0x6d9dd8(0xf6)],0x0):_0x11eba5=helper['modifyBrowserStackCaps'](_0x2f9e0d[_0x6d9dd8(0xf0)],_0x5066c8[_0x6d9dd8(0xf6)],0x0);_0x43d518={'server':helper[_0x6d9dd8(0xe6)](_0x2f9e0d[_0x6d9dd8(0xf0)]),'proxySettings':_0x2f9e0d[_0x6d9dd8(0xf0)]['proxySettings']};const _0x430ae0={'capability':_0x11eba5,..._0x43d518};_0x430ae0['file']=_0x3cc3ac,_0x430ae0[_0x6d9dd8(0xd2)]=_0x30c6ab;const _0x5cc6fe={};_0x5cc6fe[_0x6d9dd8(0xc5)]=_0x430ae0,_0xf5deba=_0x5cc6fe,_0x445508[_0x6d9dd8(0xdb)](_0xf5deba);}const _0x1ec847=await TestHubHandler[_0x6d9dd8(0xdd)](_0x5066c8[_0x6d9dd8(0xf6)],_0x2f9e0d),_0x2a8aff=_0x5066c8[_0x6d9dd8(0xe7)](_0x2f9e0d[_0x6d9dd8(0xf0)][_0x6d9dd8(0xd3)][_0x6d9dd8(0xf1)]||0x1,_0x2f9e0d[_0x6d9dd8(0xf0)][_0x6d9dd8(0xf3)]||0x1);PerformanceTester[_0x6d9dd8(0xdc)](PerformanceEvents[_0x6d9dd8(0xd4)]),_0x5066c8[_0x6d9dd8(0xf2)](parallelVanillaRun,_0x445508,_0x2a8aff)['then'](_0x53a2cb=>{})[_0x6d9dd8(0xe2)](async()=>{const _0xcf61fb=_0x6d9dd8;PerformanceTester[_0xcf61fb(0xd0)](PerformanceEvents[_0xcf61fb(0xec)]),await utilities[_0xcf61fb(0xd8)](_0x2f9e0d);});}module[a53_0x371d6b(0xd6)]=run;
@@ -1 +1 @@
1
- const a54_0x4ee495=a54_0x281c;(function(_0x86cb3e,_0x38ae4){const _0x470cb8=a54_0x281c,_0x5cc22c=_0x86cb3e();while(!![]){try{const _0x515ea9=-parseInt(_0x470cb8(0x13d))/0x1*(parseInt(_0x470cb8(0x140))/0x2)+parseInt(_0x470cb8(0x13f))/0x3*(-parseInt(_0x470cb8(0x137))/0x4)+-parseInt(_0x470cb8(0x141))/0x5*(parseInt(_0x470cb8(0x12d))/0x6)+parseInt(_0x470cb8(0x131))/0x7+parseInt(_0x470cb8(0x139))/0x8+-parseInt(_0x470cb8(0x13a))/0x9+parseInt(_0x470cb8(0x132))/0xa*(parseInt(_0x470cb8(0x130))/0xb);if(_0x515ea9===_0x38ae4)break;else _0x5cc22c['push'](_0x5cc22c['shift']());}catch(_0x220861){_0x5cc22c['push'](_0x5cc22c['shift']());}}}(a54_0x1c7b,0xd1fd0));const TestMetadata=require(a54_0x4ee495(0x13e));class BrowserStackSdk{static[a54_0x4ee495(0x13b)](){const _0x44a20f=a54_0x4ee495,_0x530af7={};_0x530af7[_0x44a20f(0x121)]=_0x44a20f(0x128),_0x530af7['OrJpP']='osVersion',_0x530af7[_0x44a20f(0x133)]='browser',_0x530af7['SFwWI']='browserName',_0x530af7[_0x44a20f(0x142)]='browser_version',_0x530af7[_0x44a20f(0x127)]=_0x44a20f(0x122),_0x530af7[_0x44a20f(0x124)]=_0x44a20f(0x13c),_0x530af7[_0x44a20f(0x129)]='deviceName',_0x530af7['ykSMq']=_0x44a20f(0x12b),_0x530af7[_0x44a20f(0x135)]=_0x44a20f(0x125),_0x530af7[_0x44a20f(0x12f)]=_0x44a20f(0x12a),_0x530af7[_0x44a20f(0x120)]=_0x44a20f(0x134),_0x530af7[_0x44a20f(0x138)]='customVariables';const _0x53a095=_0x530af7,_0x57955a={};if(global[_0x44a20f(0x136)]){const _0x513648=global[_0x44a20f(0x136)],_0x244061=_0x513648[_0x53a095[_0x44a20f(0x121)]]||_0x513648[_0x53a095[_0x44a20f(0x11f)]],_0x14a62b=_0x513648[_0x53a095['fypfV']]||_0x513648[_0x53a095[_0x44a20f(0x123)]],_0x3c23a0=_0x513648[_0x53a095['ZVjqY']]||_0x513648[_0x53a095[_0x44a20f(0x127)]],_0x29d3b6=_0x513648[_0x53a095['Ntwmf']]||_0x513648[_0x53a095[_0x44a20f(0x129)]],_0x131842=_0x513648[_0x53a095[_0x44a20f(0x12e)]]||_0x513648[_0x53a095[_0x44a20f(0x135)]],_0x1e935f=_0x513648[_0x53a095[_0x44a20f(0x12f)]]||_0x513648[_0x53a095[_0x44a20f(0x120)]];_0x513648['os']&&(_0x57955a['os']=_0x513648['os']),_0x244061&&(_0x57955a[_0x53a095[_0x44a20f(0x11f)]]=_0x244061),_0x14a62b&&(_0x57955a[_0x53a095[_0x44a20f(0x123)]]=_0x14a62b),_0x3c23a0&&(_0x57955a[_0x53a095[_0x44a20f(0x127)]]=_0x3c23a0),_0x29d3b6&&(_0x57955a[_0x53a095[_0x44a20f(0x129)]]=_0x29d3b6),_0x131842&&(_0x57955a[_0x53a095['SkYZT']]=_0x131842),_0x1e935f&&(_0x57955a[_0x53a095[_0x44a20f(0x120)]]=_0x1e935f),_0x513648[_0x53a095[_0x44a20f(0x138)]]&&(_0x57955a[_0x53a095['BTWpJ']]=_0x513648[_0x53a095[_0x44a20f(0x138)]]);}return _0x57955a;}static['setTestMetadata'](_0x456e2a={}){const _0x6d0eef=a54_0x4ee495;TestMetadata[_0x6d0eef(0x12c)](_0x456e2a);}}module[a54_0x4ee495(0x126)]=BrowserStackSdk;function a54_0x281c(_0x3dd34f,_0x515577){const _0x1c7bbf=a54_0x1c7b();return a54_0x281c=function(_0x281c7d,_0x4ee1c5){_0x281c7d=_0x281c7d-0x11f;let _0x3a5c62=_0x1c7bbf[_0x281c7d];return _0x3a5c62;},a54_0x281c(_0x3dd34f,_0x515577);}function a54_0x1c7b(){const _0x287d62=['ZVjqY','OrJpP','lfbIY','OKDTr','browserVersion','SFwWI','Ntwmf','platformName','exports','dBjDl','os_version','UWEpq','platform_version','platform','set','42150ZSWgdC','ykSMq','bLFXh','495bHQfwS','4025574POExxm','316840NXjogB','fypfV','platformVersion','SkYZT','__platformCaps','2199884NojUFl','BTWpJ','10491184ZIFUMj','6531399CxXSJf','getCurrentPlatform','device','89957KbRgzT','./helpers/metadata','3fWWQBp','26SZcudp','5dmaPcm'];a54_0x1c7b=function(){return _0x287d62;};return a54_0x1c7b();}
1
+ const a54_0x210a88=a54_0x563f;(function(_0x298d3a,_0x138f48){const _0x461c84=a54_0x563f,_0x461d2a=_0x298d3a();while(!![]){try{const _0x4aee49=parseInt(_0x461c84(0x1d3))/0x1*(parseInt(_0x461c84(0x1dc))/0x2)+parseInt(_0x461c84(0x1d5))/0x3*(parseInt(_0x461c84(0x1db))/0x4)+parseInt(_0x461c84(0x1dd))/0x5*(-parseInt(_0x461c84(0x1cf))/0x6)+parseInt(_0x461c84(0x1e4))/0x7*(parseInt(_0x461c84(0x1e7))/0x8)+parseInt(_0x461c84(0x1d9))/0x9*(-parseInt(_0x461c84(0x1d4))/0xa)+-parseInt(_0x461c84(0x1e0))/0xb*(-parseInt(_0x461c84(0x1e5))/0xc)+parseInt(_0x461c84(0x1e3))/0xd;if(_0x4aee49===_0x138f48)break;else _0x461d2a['push'](_0x461d2a['shift']());}catch(_0x1b2c10){_0x461d2a['push'](_0x461d2a['shift']());}}}(a54_0x361d,0x7ec28));function a54_0x361d(){const _0x330708=['478566rwMTET','FfnAS','os_version','5906082aXeCrg','154ZjbVdj','192KfozEo','LaMec','159304vtlPLr','platformName','./helpers/metadata','GpDoL','exports','__platformCaps','set','platformVersion','BXbBn','HaxgY','deviceName','DGEfs','lxzYy','646728GheUHw','qdZvy','WcTMb','browserName','1xZDLvc','10tlUZwh','3zfPcVt','LIDGH','RHUqw','osVersion','8663301IauRWN','gFYuw','1850864fnlzga','585778wuRFac','40YMzGDj','getCurrentPlatform','device'];a54_0x361d=function(){return _0x330708;};return a54_0x361d();}function a54_0x563f(_0x372e18,_0x68d21b){const _0x361d01=a54_0x361d();return a54_0x563f=function(_0x563ff8,_0x1f3abc){_0x563ff8=_0x563ff8-0x1c7;let _0x36106d=_0x361d01[_0x563ff8];return _0x36106d;},a54_0x563f(_0x372e18,_0x68d21b);}const TestMetadata=require(a54_0x210a88(0x1e9));class BrowserStackSdk{static[a54_0x210a88(0x1de)](){const _0x2bd5b2=a54_0x210a88,_0x5a5b4c={};_0x5a5b4c[_0x2bd5b2(0x1d1)]=_0x2bd5b2(0x1e2),_0x5a5b4c['HaxgY']=_0x2bd5b2(0x1d8),_0x5a5b4c[_0x2bd5b2(0x1d7)]='browser',_0x5a5b4c['mfDMB']=_0x2bd5b2(0x1d2),_0x5a5b4c[_0x2bd5b2(0x1da)]='browser_version',_0x5a5b4c[_0x2bd5b2(0x1ce)]='browserVersion',_0x5a5b4c[_0x2bd5b2(0x1d0)]=_0x2bd5b2(0x1df),_0x5a5b4c[_0x2bd5b2(0x1e1)]=_0x2bd5b2(0x1cc),_0x5a5b4c['GpDoL']='platform',_0x5a5b4c[_0x2bd5b2(0x1e6)]=_0x2bd5b2(0x1e8),_0x5a5b4c[_0x2bd5b2(0x1ca)]='platform_version',_0x5a5b4c[_0x2bd5b2(0x1d6)]=_0x2bd5b2(0x1c9),_0x5a5b4c[_0x2bd5b2(0x1cd)]='customVariables';const _0x41c999=_0x5a5b4c,_0x16e520={};if(global['__platformCaps']){const _0x265e4b=global[_0x2bd5b2(0x1c7)],_0x2e4e53=_0x265e4b[_0x41c999[_0x2bd5b2(0x1d1)]]||_0x265e4b[_0x41c999[_0x2bd5b2(0x1cb)]],_0x396706=_0x265e4b[_0x41c999['RHUqw']]||_0x265e4b[_0x41c999['mfDMB']],_0x1d0b2d=_0x265e4b[_0x41c999[_0x2bd5b2(0x1da)]]||_0x265e4b[_0x41c999[_0x2bd5b2(0x1ce)]],_0x45a7ff=_0x265e4b[_0x41c999[_0x2bd5b2(0x1d0)]]||_0x265e4b[_0x41c999[_0x2bd5b2(0x1e1)]],_0x38484b=_0x265e4b[_0x41c999[_0x2bd5b2(0x1ea)]]||_0x265e4b[_0x41c999['LaMec']],_0x554e86=_0x265e4b[_0x41c999[_0x2bd5b2(0x1ca)]]||_0x265e4b[_0x41c999[_0x2bd5b2(0x1d6)]];_0x265e4b['os']&&(_0x16e520['os']=_0x265e4b['os']),_0x2e4e53&&(_0x16e520[_0x41c999['HaxgY']]=_0x2e4e53),_0x396706&&(_0x16e520[_0x41c999['mfDMB']]=_0x396706),_0x1d0b2d&&(_0x16e520[_0x41c999['lxzYy']]=_0x1d0b2d),_0x45a7ff&&(_0x16e520[_0x41c999[_0x2bd5b2(0x1e1)]]=_0x45a7ff),_0x38484b&&(_0x16e520[_0x41c999['LaMec']]=_0x38484b),_0x554e86&&(_0x16e520[_0x41c999[_0x2bd5b2(0x1d6)]]=_0x554e86),_0x265e4b[_0x41c999[_0x2bd5b2(0x1cd)]]&&(_0x16e520[_0x41c999[_0x2bd5b2(0x1cd)]]=_0x265e4b[_0x41c999[_0x2bd5b2(0x1cd)]]);}return _0x16e520;}static['setTestMetadata'](_0x5cc1df={}){const _0xd0c404=a54_0x210a88;TestMetadata[_0xd0c404(0x1c8)](_0x5cc1df);}}module[a54_0x210a88(0x1eb)]=BrowserStackSdk;