browserstack-node-sdk 1.35.0 → 1.35.1

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 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/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_0x5a8a8a=a45_0x30ec;(function(_0x235cdf,_0x388034){const _0x1fef8b=a45_0x30ec,_0x1132f1=_0x235cdf();while(!![]){try{const _0x37bf09=-parseInt(_0x1fef8b(0x14f))/0x1*(parseInt(_0x1fef8b(0x138))/0x2)+-parseInt(_0x1fef8b(0x147))/0x3*(-parseInt(_0x1fef8b(0x141))/0x4)+parseInt(_0x1fef8b(0x173))/0x5*(-parseInt(_0x1fef8b(0x15b))/0x6)+-parseInt(_0x1fef8b(0x162))/0x7*(parseInt(_0x1fef8b(0x168))/0x8)+parseInt(_0x1fef8b(0x136))/0x9*(parseInt(_0x1fef8b(0x150))/0xa)+-parseInt(_0x1fef8b(0x143))/0xb+parseInt(_0x1fef8b(0x13c))/0xc*(parseInt(_0x1fef8b(0x15e))/0xd);if(_0x37bf09===_0x388034)break;else _0x1132f1['push'](_0x1132f1['shift']());}catch(_0x2960e8){_0x1132f1['push'](_0x1132f1['shift']());}}}(a45_0x13cf,0xcba1b));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a45_0x5a8a8a(0x158)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require('../helpers/logger')[a45_0x5a8a8a(0x142)],configFileTemplate=__dirname+a45_0x5a8a8a(0x169),configFileTemplatePW=__dirname+a45_0x5a8a8a(0x16f),configFile=process[a45_0x5a8a8a(0x165)]()+a45_0x5a8a8a(0x14d),packageFile=process[a45_0x5a8a8a(0x165)]()+a45_0x5a8a8a(0x174),frameworks=[a45_0x5a8a8a(0x15c),a45_0x5a8a8a(0x12f),a45_0x5a8a8a(0x156),a45_0x5a8a8a(0x16a),a45_0x5a8a8a(0x159),a45_0x5a8a8a(0x130),a45_0x5a8a8a(0x171)];function a45_0x30ec(_0x20b659,_0x143d4c){const _0x13cfb0=a45_0x13cf();return a45_0x30ec=function(_0x30ec61,_0x13e583){_0x30ec61=_0x30ec61-0x12f;let _0x2d6ada=_0x13cfb0[_0x30ec61];return _0x2d6ada;},a45_0x30ec(_0x20b659,_0x143d4c);}let config;logger['info'](a45_0x5a8a8a(0x16d)),createConfigurationFile(yargs[a45_0x5a8a8a(0x153)][a45_0x5a8a8a(0x152)],yargs[a45_0x5a8a8a(0x153)][a45_0x5a8a8a(0x157)],yargs[a45_0x5a8a8a(0x153)][a45_0x5a8a8a(0x171)]);try{sdkSetup();}catch(a45_0x494a79){logger[a45_0x5a8a8a(0x139)](a45_0x5a8a8a(0x13b)+a45_0x494a79);}addScriptInPackageJson();function createConfigurationFile(_0x3efbae,_0x8eab3,_0xbf6752=![]){const _0x332532=a45_0x5a8a8a,_0x4231b6={};_0x4231b6['Eyxcp']=_0x332532(0x179),_0x4231b6[_0x332532(0x14a)]=_0x332532(0x15a),_0x4231b6[_0x332532(0x135)]=_0x332532(0x15f);const _0x59ef65=_0x4231b6;try{let _0x32984c=fs[_0x332532(0x154)](_0xbf6752?configFileTemplatePW:configFileTemplate,_0x59ef65[_0x332532(0x15d)]);_0x3efbae&&(_0x32984c=_0x32984c[_0x332532(0x167)](_0x59ef65[_0x332532(0x14a)],_0x3efbae)),_0x8eab3&&(_0x32984c=_0x32984c[_0x332532(0x167)](_0x59ef65[_0x332532(0x135)],_0x8eab3)),config=yaml['load'](_0x32984c),fs['writeFileSync'](configFile,_0x32984c,_0x445a0d=>{const _0x92ebf8=_0x332532;_0x445a0d&&logger[_0x92ebf8(0x16c)](_0x445a0d);});}catch(_0x33b46b){logger[_0x332532(0x16c)](_0x33b46b);}}function addPostInstallScript(_0x54540d,_0x478e91){const _0x57e92c=a45_0x5a8a8a,_0x26189b={};_0x26189b['ExYYU']=_0x57e92c(0x163),_0x26189b[_0x57e92c(0x14c)]='npm\x20update\x20browserstack-node-sdk',_0x26189b['CPPEX']=_0x57e92c(0x176);const _0x2f62b9=_0x26189b;let _0x4eb7d6=_0x54540d[_0x2f62b9[_0x57e92c(0x132)]];if(_0x4eb7d6&&_0x4eb7d6[_0x57e92c(0x133)](_0x2f62b9[_0x57e92c(0x14c)]))return;!_0x4eb7d6?_0x4eb7d6=_0x2f62b9[_0x57e92c(0x14c)]:_0x4eb7d6+=_0x2f62b9[_0x57e92c(0x155)],_0x478e91[_0x57e92c(0x137)]([_0x2f62b9[_0x57e92c(0x132)],_0x4eb7d6]);}function addScriptInPackageJson(){const _0x5f2321=a45_0x5a8a8a,_0x34125a={'uNHCQ':'utf8','hADCs':function(_0xd3fb0d,_0x5509c1){return _0xd3fb0d<_0x5509c1;},'hgksb':function(_0x44cd30,_0x2ff4fd,_0x793de0){return _0x44cd30(_0x2ff4fd,_0x793de0);},'hadsP':function(_0x29e133,_0x58ee60,_0x20c3f){return _0x29e133(_0x58ee60,_0x20c3f);},'SaEAS':function(_0x1e81d7,_0x437eb4,_0x556d9d){return _0x1e81d7(_0x437eb4,_0x556d9d);},'vjQrJ':function(_0xe35e4,_0x13c0aa){return _0xe35e4<_0x13c0aa;},'VWjjE':function(_0x3a8f8a,_0x420e7b){return _0x3a8f8a!==_0x420e7b;},'LxYKd':_0x5f2321(0x170)},_0x110ea5=JSON['parse'](fs[_0x5f2321(0x154)](packageFile,_0x34125a[_0x5f2321(0x17a)])),_0x42fa87=[];for(let _0xca0a19=0x0;_0x34125a[_0x5f2321(0x145)](_0xca0a19,frameworks['length']);_0xca0a19+=0x1){const _0x5bf3d5=_0x34125a['hgksb'](findScriptsWithFramework,_0x110ea5[_0x5f2321(0x164)],frameworks[_0xca0a19]);for(let _0x3740c3=0x0;_0x34125a['hADCs'](_0x3740c3,_0x5bf3d5[_0x5f2321(0x13d)]);_0x3740c3+=0x1){_0x42fa87[_0x5f2321(0x137)](_0x34125a[_0x5f2321(0x177)](getUpdatedCommand,_0x110ea5['scripts'],_0x5bf3d5[_0x3740c3]));}_0x34125a[_0x5f2321(0x16b)](addPostInstallScript,_0x110ea5['scripts'],_0x42fa87);}const _0x49e592={..._0x110ea5[_0x5f2321(0x164)]},_0x5e70a8=_0x49e592;for(let _0x1f4180=0x0;_0x34125a['vjQrJ'](_0x1f4180,_0x42fa87[_0x5f2321(0x13d)]);_0x1f4180+=0x1){_0x5e70a8[_0x42fa87[_0x1f4180][0x0]]=_0x42fa87[_0x1f4180][0x1];}_0x34125a['VWjjE'](JSON[_0x5f2321(0x14e)](_0x110ea5['scripts']),JSON[_0x5f2321(0x14e)](_0x5e70a8))&&(logger[_0x5f2321(0x16e)](_0x34125a[_0x5f2321(0x146)]),_0x110ea5[_0x5f2321(0x164)]=_0x5e70a8,fs[_0x5f2321(0x13f)](packageFile,JSON['stringify'](_0x110ea5,null,0x2),_0x270fd4=>{const _0x2b21be=_0x5f2321;_0x270fd4&&logger[_0x2b21be(0x16c)](_0x270fd4);}));};function findScriptsWithFramework(_0x2334ad,_0x435d14){const _0x2d80ff=a45_0x5a8a8a,_0x40bcb5={};_0x40bcb5[_0x2d80ff(0x178)]=function(_0x27dce6,_0x4b5213){return _0x27dce6<_0x4b5213;},_0x40bcb5[_0x2d80ff(0x175)]=_0x2d80ff(0x140);const _0x5e4f15=_0x40bcb5,_0x10378f=[],_0x3c0e61=Object[_0x2d80ff(0x131)](_0x2334ad);for(let _0x5bc31d=0x0;_0x5e4f15['cLtFo'](_0x5bc31d,_0x3c0e61[_0x2d80ff(0x13d)]);_0x5bc31d+=0x1){_0x3c0e61[_0x5bc31d][0x1][_0x2d80ff(0x133)](_0x435d14)&&!_0x3c0e61[_0x5bc31d][0x1][_0x2d80ff(0x133)](_0x5e4f15[_0x2d80ff(0x175)])&&_0x10378f['push'](_0x3c0e61[_0x5bc31d][0x0]);}return _0x10378f;}function getUpdatedCommand(_0x2e1883,_0x581089){const _0x264067=a45_0x5a8a8a,_0x1c9677={};_0x1c9677[_0x264067(0x151)]=function(_0x512f2a,_0x1f595b){return _0x512f2a!==_0x1f595b;},_0x1c9677[_0x264067(0x17b)]=_0x264067(0x140),_0x1c9677[_0x264067(0x14b)]=function(_0xa1b629,_0x44adf1){return _0xa1b629===_0x44adf1;};const _0x5e0495=_0x1c9677,_0x45484c=_0x581089+_0x264067(0x149),_0x6a2366=_0x2e1883[_0x581089],_0x5ca2b4=_0x6a2366['split']('\x20');for(const _0xd977f9 of frameworks){if(_0x5e0495[_0x264067(0x151)](_0x5ca2b4[_0x264067(0x172)](_0xd977f9),-0x1)){_0x5ca2b4[_0x264067(0x144)](_0x5ca2b4[_0x264067(0x172)](_0xd977f9),0x0,_0x5e0495[_0x264067(0x17b)]);break;}}let _0x16e7c1=_0x5ca2b4['join']('\x20');return _0x5e0495[_0x264067(0x14b)](_0x16e7c1,_0x6a2366)&&(_0x16e7c1=_0x264067(0x161)+_0x6a2366),[_0x45484c,_0x16e7c1];}function sdkSetup(){const _0x1207fa=a45_0x5a8a8a,_0x526901={};_0x526901['ftFEB']='node-setup',_0x526901[_0x1207fa(0x134)]=_0x1207fa(0x13a);const _0x40e709=_0x526901;if(helper[_0x1207fa(0x148)](config))return;config[_0x1207fa(0x160)]=_0x40e709['ftFEB'];try{utilities[_0x1207fa(0x166)](_0x40e709['TPcSZ'],{},config,'');}catch(_0x23e394){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x23e394);}}function a45_0x13cf(){const _0x33fa11=['YOUR_ACCESS_KEY','source','browserstack-node-sdk\x20','7JnDXIB','postinstall','scripts','cwd','fireFunnelTestEvent','replace','5322352ZaQuqP','/../../browserstack.yml.sample','node','SaEAS','error','Creating\x20configuration\x20file...','info','/../../browserstack.pw.yml.sample','Adding\x20new\x20script(s)\x20in\x20package.json...','playwright','indexOf','3225pfLoCB','/package.json','GcVOq','\x20&&\x20npm\x20update\x20browserstack-node-sdk','hadsP','cLtFo','utf8','uNHCQ','iThho','jest','codeceptjs','entries','ExYYU','includes','TPcSZ','kZOBv','3123zvqdRS','push','34PSLzKj','debug','SDKSetup','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','12zFUzJp','length','Setup\x20completed','writeFileSync','browserstack-node-sdk','44996iTwqQw','winstonLogger','14584262ZbcrQR','splice','hADCs','LxYKd','282YpekhN','isUndefined','-browserstack','txUrK','yaOAD','fcHba','/browserstack.yml','stringify','38644qIOVpy','1130epWuqx','xZDJF','username','argv','readFileSync','CPPEX','cucumber-js','key','../helpers/utilities','nightwatch','YOUR_USERNAME','5634fpSeoZ','mocha','Eyxcp','38885561AskRHX'];a45_0x13cf=function(){return _0x33fa11;};return a45_0x13cf();}logger[a45_0x5a8a8a(0x16e)](a45_0x5a8a8a(0x13e));
3
+ const a45_0x4a8f2d=a45_0x2fdd;(function(_0x4298f4,_0x178fba){const _0x57ef3f=a45_0x2fdd,_0x391377=_0x4298f4();while(!![]){try{const _0x2f9c92=parseInt(_0x57ef3f(0xcd))/0x1+parseInt(_0x57ef3f(0xba))/0x2+parseInt(_0x57ef3f(0xd0))/0x3+-parseInt(_0x57ef3f(0xa1))/0x4+-parseInt(_0x57ef3f(0xa3))/0x5+parseInt(_0x57ef3f(0xa4))/0x6+-parseInt(_0x57ef3f(0xaf))/0x7;if(_0x2f9c92===_0x178fba)break;else _0x391377['push'](_0x391377['shift']());}catch(_0xb0e6d9){_0x391377['push'](_0x391377['shift']());}}}(a45_0x45a0,0x76a4c));const fs=require('fs'),helper=require(a45_0x4a8f2d(0xc6)),utilities=require('../helpers/utilities'),yaml=require('js-yaml'),yargs=require(a45_0x4a8f2d(0xc8)),logger=require(a45_0x4a8f2d(0xb7))['winstonLogger'],configFileTemplate=__dirname+a45_0x4a8f2d(0xa2),configFileTemplatePW=__dirname+a45_0x4a8f2d(0xd6),configFile=process[a45_0x4a8f2d(0xe0)]()+'/browserstack.yml',packageFile=process[a45_0x4a8f2d(0xe0)]()+a45_0x4a8f2d(0xce),frameworks=[a45_0x4a8f2d(0xb9),'jest',a45_0x4a8f2d(0xae),a45_0x4a8f2d(0xd2),'nightwatch',a45_0x4a8f2d(0xbb),a45_0x4a8f2d(0xcb)];let config;logger[a45_0x4a8f2d(0xc0)](a45_0x4a8f2d(0xc1)),createConfigurationFile(yargs['argv'][a45_0x4a8f2d(0xda)],yargs[a45_0x4a8f2d(0xc3)]['key'],yargs['argv']['playwright']);try{sdkSetup();}catch(a45_0x2ea84a){logger[a45_0x4a8f2d(0xa5)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a45_0x2ea84a);}addScriptInPackageJson();function createConfigurationFile(_0x45c73e,_0x11d76c,_0x332855=![]){const _0x549960=a45_0x4a8f2d,_0x506f8d={};_0x506f8d[_0x549960(0xe1)]=_0x549960(0xb8),_0x506f8d[_0x549960(0xd8)]=_0x549960(0xc9),_0x506f8d[_0x549960(0xcc)]='YOUR_ACCESS_KEY';const _0x5c75c9=_0x506f8d;try{let _0xf55139=fs[_0x549960(0xde)](_0x332855?configFileTemplatePW:configFileTemplate,_0x5c75c9[_0x549960(0xe1)]);_0x45c73e&&(_0xf55139=_0xf55139[_0x549960(0xaa)](_0x5c75c9['WnMKs'],_0x45c73e)),_0x11d76c&&(_0xf55139=_0xf55139[_0x549960(0xaa)](_0x5c75c9[_0x549960(0xcc)],_0x11d76c)),config=yaml[_0x549960(0xdc)](_0xf55139),fs['writeFileSync'](configFile,_0xf55139,_0x1956c0=>{const _0x434fc8=_0x549960;_0x1956c0&&logger[_0x434fc8(0xa6)](_0x1956c0);});}catch(_0x1f2b2d){logger[_0x549960(0xa6)](_0x1f2b2d);}}function addPostInstallScript(_0x1b595c,_0x83c8bf){const _0x1d6ea8=a45_0x4a8f2d,_0x476faa={};_0x476faa[_0x1d6ea8(0xd7)]=_0x1d6ea8(0xca),_0x476faa[_0x1d6ea8(0xbe)]=_0x1d6ea8(0xc2),_0x476faa[_0x1d6ea8(0xdd)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0xf310c3=_0x476faa;let _0x7410d1=_0x1b595c[_0xf310c3[_0x1d6ea8(0xd7)]];if(_0x7410d1&&_0x7410d1['includes'](_0xf310c3[_0x1d6ea8(0xbe)]))return;!_0x7410d1?_0x7410d1=_0xf310c3[_0x1d6ea8(0xbe)]:_0x7410d1+=_0xf310c3[_0x1d6ea8(0xdd)],_0x83c8bf[_0x1d6ea8(0xd1)]([_0xf310c3[_0x1d6ea8(0xd7)],_0x7410d1]);}function addScriptInPackageJson(){const _0x46308e=a45_0x4a8f2d,_0x30a8c3={'eppsy':_0x46308e(0xb8),'TIjAi':function(_0x55cee7,_0x148a9e){return _0x55cee7<_0x148a9e;},'oQWbB':function(_0x1cd766,_0x2f5934,_0x1a50c5){return _0x1cd766(_0x2f5934,_0x1a50c5);},'Gylws':function(_0x26141f,_0x1f4bf8,_0xb7c5c2){return _0x26141f(_0x1f4bf8,_0xb7c5c2);},'LDrFy':function(_0x25876b,_0x890051,_0x5d3f9d){return _0x25876b(_0x890051,_0x5d3f9d);},'crJPf':function(_0x4dd209,_0x3ae0e5){return _0x4dd209!==_0x3ae0e5;},'oawcz':_0x46308e(0xe3)},_0x41f817=JSON['parse'](fs[_0x46308e(0xde)](packageFile,_0x30a8c3[_0x46308e(0xac)])),_0x322a3d=[];for(let _0x365e15=0x0;_0x30a8c3[_0x46308e(0xa8)](_0x365e15,frameworks['length']);_0x365e15+=0x1){const _0x57658e=_0x30a8c3[_0x46308e(0xb3)](findScriptsWithFramework,_0x41f817[_0x46308e(0xbc)],frameworks[_0x365e15]);for(let _0x20335e=0x0;_0x30a8c3['TIjAi'](_0x20335e,_0x57658e[_0x46308e(0xb5)]);_0x20335e+=0x1){_0x322a3d[_0x46308e(0xd1)](_0x30a8c3['Gylws'](getUpdatedCommand,_0x41f817[_0x46308e(0xbc)],_0x57658e[_0x20335e]));}_0x30a8c3[_0x46308e(0xb6)](addPostInstallScript,_0x41f817['scripts'],_0x322a3d);}const _0x50301f={..._0x41f817[_0x46308e(0xbc)]},_0x556e93=_0x50301f;for(let _0x151fde=0x0;_0x30a8c3[_0x46308e(0xa8)](_0x151fde,_0x322a3d[_0x46308e(0xb5)]);_0x151fde+=0x1){_0x556e93[_0x322a3d[_0x151fde][0x0]]=_0x322a3d[_0x151fde][0x1];}_0x30a8c3['crJPf'](JSON[_0x46308e(0xc4)](_0x41f817['scripts']),JSON[_0x46308e(0xc4)](_0x556e93))&&(logger[_0x46308e(0xc0)](_0x30a8c3[_0x46308e(0xc7)]),_0x41f817[_0x46308e(0xbc)]=_0x556e93,fs['writeFileSync'](packageFile,JSON[_0x46308e(0xc4)](_0x41f817,null,0x2),_0x18f456=>{_0x18f456&&logger['error'](_0x18f456);}));};function findScriptsWithFramework(_0xf3e2d0,_0xcff916){const _0x2a1530=a45_0x4a8f2d,_0x353a17={};_0x353a17[_0x2a1530(0xdb)]=function(_0x139a4e,_0x2b297b){return _0x139a4e<_0x2b297b;},_0x353a17[_0x2a1530(0xb4)]='browserstack-node-sdk';const _0x4508f4=_0x353a17,_0x127794=[],_0x17e481=Object[_0x2a1530(0xbf)](_0xf3e2d0);for(let _0x6f80e7=0x0;_0x4508f4[_0x2a1530(0xdb)](_0x6f80e7,_0x17e481['length']);_0x6f80e7+=0x1){_0x17e481[_0x6f80e7][0x1][_0x2a1530(0xab)](_0xcff916)&&!_0x17e481[_0x6f80e7][0x1][_0x2a1530(0xab)](_0x4508f4[_0x2a1530(0xb4)])&&_0x127794[_0x2a1530(0xd1)](_0x17e481[_0x6f80e7][0x0]);}return _0x127794;}function getUpdatedCommand(_0x1e1b47,_0x48f98c){const _0x269241=a45_0x4a8f2d,_0x2f7557={};_0x2f7557[_0x269241(0xa7)]=function(_0x29dde8,_0x3a947a){return _0x29dde8!==_0x3a947a;},_0x2f7557[_0x269241(0xd4)]=_0x269241(0xb1),_0x2f7557['gMFdZ']=function(_0x5cc9ff,_0x2bbeda){return _0x5cc9ff===_0x2bbeda;};const _0x45f3ac=_0x2f7557,_0x2b3450=_0x48f98c+'-browserstack',_0x25a733=_0x1e1b47[_0x48f98c],_0x2985d3=_0x25a733[_0x269241(0xb0)]('\x20');for(const _0x33e45d of frameworks){if(_0x45f3ac['naYvT'](_0x2985d3[_0x269241(0xd9)](_0x33e45d),-0x1)){_0x2985d3['splice'](_0x2985d3[_0x269241(0xd9)](_0x33e45d),0x0,_0x45f3ac[_0x269241(0xd4)]);break;}}let _0x39aa60=_0x2985d3[_0x269241(0xdf)]('\x20');return _0x45f3ac['gMFdZ'](_0x39aa60,_0x25a733)&&(_0x39aa60=_0x269241(0xa9)+_0x25a733),[_0x2b3450,_0x39aa60];}function a45_0x2fdd(_0x325157,_0x3435ab){const _0x45a0a3=a45_0x45a0();return a45_0x2fdd=function(_0x2fdd05,_0x2b097f){_0x2fdd05=_0x2fdd05-0xa1;let _0x4be273=_0x45a0a3[_0x2fdd05];return _0x4be273;},a45_0x2fdd(_0x325157,_0x3435ab);}function sdkSetup(){const _0x24cb17=a45_0x4a8f2d,_0xb8e862={};_0xb8e862[_0x24cb17(0xc5)]=_0x24cb17(0xcf),_0xb8e862[_0x24cb17(0xb2)]=_0x24cb17(0xad);const _0x2e9a10=_0xb8e862;if(helper['isUndefined'](config))return;config[_0x24cb17(0xd5)]=_0x2e9a10[_0x24cb17(0xc5)];try{utilities[_0x24cb17(0xe2)](_0x2e9a10['PSWlj'],{},config,'');}catch(_0x32299a){logger[_0x24cb17(0xa5)](_0x24cb17(0xd3)+_0x32299a);}}logger['info'](a45_0x4a8f2d(0xbd));function a45_0x45a0(){const _0x396797=['4406900MeCLdV','329388XaBaTK','debug','error','naYvT','TIjAi','browserstack-node-sdk\x20','replace','includes','eppsy','SDKSetup','cucumber-js','1807645rfIrVe','split','browserstack-node-sdk','PSWlj','oQWbB','GZbFL','length','LDrFy','../helpers/logger','utf8','mocha','1589674yMjtYG','codeceptjs','scripts','Setup\x20completed','KdJuC','entries','info','Creating\x20configuration\x20file...','npm\x20update\x20browserstack-node-sdk','argv','stringify','iZJhB','../helpers/helper','oawcz','yargs','YOUR_USERNAME','postinstall','playwright','UxWrE','251144iPhOKb','/package.json','node-setup','1914510rrcpRb','push','node','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','rzBou','source','/../../browserstack.pw.yml.sample','tOUuS','WnMKs','indexOf','username','OEKMf','load','htzuZ','readFileSync','join','cwd','EODnx','fireFunnelTestEvent','Adding\x20new\x20script(s)\x20in\x20package.json...','453880yEQWzV','/../../browserstack.yml.sample'];a45_0x45a0=function(){return _0x396797;};return a45_0x45a0();}
@@ -1 +1 @@
1
- const a46_0xbe58ae=a46_0x320e;(function(_0x1e83cd,_0x187af7){const _0x9deaf8=a46_0x320e,_0x540afa=_0x1e83cd();while(!![]){try{const _0x2a90c6=parseInt(_0x9deaf8(0x203))/0x1*(-parseInt(_0x9deaf8(0x1e1))/0x2)+-parseInt(_0x9deaf8(0x1c7))/0x3+-parseInt(_0x9deaf8(0x1f6))/0x4+parseInt(_0x9deaf8(0x1ce))/0x5*(parseInt(_0x9deaf8(0x1ed))/0x6)+-parseInt(_0x9deaf8(0x1f7))/0x7*(-parseInt(_0x9deaf8(0x1ad))/0x8)+-parseInt(_0x9deaf8(0x1e8))/0x9+parseInt(_0x9deaf8(0x1be))/0xa;if(_0x2a90c6===_0x187af7)break;else _0x540afa['push'](_0x540afa['shift']());}catch(_0x286f02){_0x540afa['push'](_0x540afa['shift']());}}}(a46_0x46ad,0xbbc47));const Worker=require(a46_0xbe58ae(0x1c0))[a46_0xbe58ae(0x1d7)],Emittery=require(a46_0xbe58ae(0x1c2)),pLimit=require('p-limit'),{parentPort}=require(a46_0xbe58ae(0x205)),util=require(a46_0xbe58ae(0x208)),logger=require(a46_0xbe58ae(0x1da))['winstonLogger'],PerformanceTester=require(a46_0xbe58ae(0x202)),PerformanceEvents=require('../../helpers/performance/constants')[a46_0xbe58ae(0x1ca)],{debug}=require(a46_0xbe58ae(0x1ea)),TestHubHandler=require(a46_0xbe58ae(0x20a)),{FRAMEWORKS}=require('../../helpers/test-observability/constants');function a46_0x320e(_0x551d34,_0xa5f60){const _0x46ad36=a46_0x46ad();return a46_0x320e=function(_0x320e8a,_0x27779c){_0x320e8a=_0x320e8a-0x1a9;let _0x256d24=_0x46ad36[_0x320e8a];return _0x256d24;},a46_0x320e(_0x551d34,_0xa5f60);}exports[a46_0xbe58ae(0x1ef)]=(_0x448c5c,_0x1ff638,_0x469b93)=>new Promise(async _0x27a8ab=>{const _0x3abfa5=a46_0xbe58ae,_0x5f2f04={'xkYyE':_0x3abfa5(0x1b1),'IUIty':function(_0x468cd8,_0x4d50fb){return _0x468cd8+_0x4d50fb;},'JOwBe':_0x3abfa5(0x1e9),'lZswp':'Workers\x20failed\x20to\x20exit\x20gracefully','bRsQv':function(_0x22aa27,_0x161bfd){return _0x22aa27(_0x161bfd);},'DeNGF':'test-file-start','rBWaW':_0x3abfa5(0x1d6),'XolVm':_0x3abfa5(0x1d4),'gaLYJ':_0x3abfa5(0x1dd),'CPZZQ':_0x3abfa5(0x1f5),'UbAXO':function(_0x10f362,_0x6076eb){return _0x10f362*_0x6076eb;},'DctHq':_0x3abfa5(0x1e7),'SnrBx':_0x3abfa5(0x1d0)},_0x53d4c8=_0x469b93[_0x3abfa5(0x1dc)],_0x32f0b5={},_0x31052a=await TestHubHandler[_0x3abfa5(0x1ac)](FRAMEWORKS[_0x3abfa5(0x1b2)],_0x469b93),_0x1d058c=new Worker(require[_0x3abfa5(0x1e4)](_0x5f2f04['rBWaW']),{'exposedMethods':[_0x5f2f04[_0x3abfa5(0x1ec)]],'forkOptions':{'serialization':_0x5f2f04[_0x3abfa5(0x1cc)],'stdio':_0x5f2f04[_0x3abfa5(0x1d1)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5f2f04['UbAXO'](_0x1ff638,0x1),'enableWorkerThreads':!![]}),_0x5c38dd=new Emittery();_0x5c38dd['on'](_0x5f2f04['DctHq'],_0x3f9de0=>{const _0x5ada3f=_0x3abfa5;_0x32f0b5[_0x3f9de0[0x0]]?(_0x32f0b5[_0x3f9de0[0x0]][_0x5f2f04[_0x5ada3f(0x1c4)]]=_0x5f2f04[_0x5ada3f(0x1cd)](_0x32f0b5[_0x3f9de0[0x0]][_0x5f2f04[_0x5ada3f(0x1c4)]],_0x3f9de0[0x1][_0x5f2f04[_0x5ada3f(0x1c4)]]),_0x32f0b5[_0x3f9de0[0x0]][_0x5f2f04[_0x5ada3f(0x1d3)]]=[..._0x32f0b5[_0x3f9de0[0x0]][_0x5f2f04[_0x5ada3f(0x1d3)]],..._0x3f9de0[0x1][_0x5f2f04[_0x5ada3f(0x1d3)]]]):_0x32f0b5[_0x3f9de0[0x0]]={'failureCount':_0x3f9de0[0x1][_0x5f2f04['xkYyE']],'results':[..._0x3f9de0[0x1][_0x5f2f04[_0x5ada3f(0x1d3)]]]};}),_0x5c38dd['on'](_0x5f2f04[_0x3abfa5(0x1f8)],_0x16f36e=>console[_0x3abfa5(0x1f9)](_0x16f36e[0x1]));_0x1d058c['getStdout']()&&_0x1d058c['getStdout']()[_0x3abfa5(0x1f5)](process[_0x3abfa5(0x1df)]);_0x1d058c[_0x3abfa5(0x1ba)]()&&_0x1d058c[_0x3abfa5(0x1ba)]()[_0x3abfa5(0x1f5)](process[_0x3abfa5(0x1d9)]);const _0x269b20=async()=>{const _0x44700b=_0x3abfa5,{forceExited:_0x462646}=await _0x1d058c['end']();_0x462646&&console[_0x44700b(0x1bd)](_0x5f2f04[_0x44700b(0x1de)]);try{await TestHubHandler[_0x44700b(0x1e6)]();}catch(_0x4dece5){_0x5f2f04[_0x44700b(0x1cb)](debug,_0x44700b(0x1b0)+_0x4dece5);}_0x5f2f04[_0x44700b(0x1cb)](_0x27a8ab,_0x32f0b5);},_0x4d2bf0=_0x5f2f04[_0x3abfa5(0x1cb)](pLimit,_0x5f2f04[_0x3abfa5(0x1f2)](_0x1ff638,0x1)),_0x22a8c7=_0x4f9478=>_0x4d2bf0(async()=>{const _0x5d51f7=_0x3abfa5;await _0x5c38dd['emit'](_0x5f2f04[_0x5d51f7(0x1ff)],_0x4f9478);const _0x5b5b1a=_0x1d058c[_0x5d51f7(0x1d4)](_0x4f9478,_0x53d4c8);try{parentPort&&_0x5b5b1a[_0x5d51f7(0x1e5)](_0x56ec5f=>{const _0x333365=_0x5d51f7;try{parentPort[_0x333365(0x1c1)](_0x56ec5f);}catch(_0x2c12b0){logger[_0x333365(0x1e0)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util['format'](_0x2c12b0));}});}catch(_0x5c1d03){logger[_0x5d51f7(0x1e0)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util['format'](_0x5c1d03));}return _0x5b5b1a;});PerformanceTester[_0x3abfa5(0x1fc)](PerformanceEvents[_0x3abfa5(0x1bb)]),Promise[_0x3abfa5(0x20b)](_0x448c5c[_0x3abfa5(0x1fa)](_0x5f1c40=>_0x22a8c7(_0x5f1c40)[_0x3abfa5(0x1c8)](_0x1c1196=>_0x5c38dd['emit']('test-file-success',[_0x5f1c40['configuration'][_0x3abfa5(0x1f0)],_0x1c1196]),_0x5bd712=>_0x5c38dd[_0x3abfa5(0x206)]('test-file-failure',[_0x5f1c40,_0x5bd712]))))[_0x3abfa5(0x1c8)](_0x269b20,_0x269b20);}),exports[a46_0xbe58ae(0x1eb)]=(_0x4e661a,_0x2a4743,_0x29e568,_0x3b8d8e,_0x4712e3)=>{const _0x1b3a02=a46_0xbe58ae,_0x5361f8={'CVsUB':_0x1b3a02(0x1b8),'UtYsS':function(_0x16813f,_0x2ad942){return _0x16813f(_0x2ad942);},'lVWgd':'platform-run-start','arOos':_0x1b3a02(0x1d6),'AyUJt':_0x1b3a02(0x201),'PAcvs':'json','FqKOl':_0x1b3a02(0x1f5),'QuYXa':_0x1b3a02(0x1ab),'wJKLM':_0x1b3a02(0x1c9)};return new Promise(_0x282319=>{const _0x23653c=_0x1b3a02,_0x3628a0={'eEjoy':_0x5361f8[_0x23653c(0x1b4)],'RmOGa':function(_0x43cab9,_0x553444){const _0x2a6fee=_0x23653c;return _0x5361f8[_0x2a6fee(0x1b5)](_0x43cab9,_0x553444);},'WTRVL':_0x5361f8['lVWgd']},_0x35820a=[],_0x258c08=new Worker(require[_0x23653c(0x1e4)](_0x5361f8[_0x23653c(0x1d8)]),{'exposedMethods':[_0x5361f8['AyUJt']],'forkOptions':{'serialization':_0x5361f8[_0x23653c(0x1c6)],'stdio':_0x5361f8['FqKOl']},'numWorkers':_0x4e661a[_0x23653c(0x1bc)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x348171=new Emittery();_0x348171['on'](_0x5361f8[_0x23653c(0x1c5)],_0x254bd1=>{const _0x1daebd=_0x23653c;_0x35820a[_0x1daebd(0x1e3)]([_0x254bd1[0x0],_0x254bd1[0x1]]);}),_0x348171['on'](_0x5361f8[_0x23653c(0x1f3)],_0x109452=>console[_0x23653c(0x1f9)](_0x109452[0x1]));_0x258c08[_0x23653c(0x209)]()&&_0x258c08['getStdout']()[_0x23653c(0x1f5)](process[_0x23653c(0x1df)]);_0x258c08[_0x23653c(0x1ba)]()&&_0x258c08['getStderr']()['pipe'](process[_0x23653c(0x1d9)]);const _0x3fd1a9=async()=>{const _0x14b89a=_0x23653c,{forceExited:_0x20b899}=await _0x258c08[_0x14b89a(0x1fc)]();_0x20b899&&console[_0x14b89a(0x1bd)](_0x3628a0['eEjoy']),_0x3628a0[_0x14b89a(0x1b6)](_0x282319,_0x35820a);},_0x335360=_0x5361f8['UtYsS'](pLimit,_0x4e661a[_0x23653c(0x1bc)]||0x1),_0x591851=(_0x50cd0a,_0xaa2acd)=>_0x335360(async()=>{const _0x27d53e=_0x23653c;return await _0x348171[_0x27d53e(0x206)](_0x3628a0[_0x27d53e(0x1b7)],_0x50cd0a),_0x2a4743[_0x27d53e(0x1d2)]=_0x29e568['platforms'][_0xaa2acd],_0x258c08['cucumberWorker'](_0x50cd0a,_0x2a4743,_0x29e568,_0x3b8d8e,_0x4712e3);});Promise[_0x23653c(0x20b)](_0x4e661a[_0x23653c(0x1fa)]((_0x9af6b4,_0x268499)=>_0x591851(_0x9af6b4,_0x268499)[_0x23653c(0x1c8)](_0x4928f4=>_0x348171[_0x23653c(0x206)](_0x23653c(0x1ab),[_0x9af6b4,_0x4928f4]),_0x35078f=>_0x348171[_0x23653c(0x206)](_0x23653c(0x1c9),[_0x9af6b4,_0x35078f]))))[_0x23653c(0x1c8)](_0x3fd1a9,_0x3fd1a9);});},exports[a46_0xbe58ae(0x207)]=(_0x34e41a,_0x48c665)=>new Promise(_0x52c848=>{const _0x31c9e3=a46_0xbe58ae,_0x5b82a4={'BPrqm':function(_0x580c41,_0xfe71c0){return _0x580c41===_0xfe71c0;},'DTXxh':function(_0x26cbc0,_0x51dbb6){return _0x26cbc0!==_0x51dbb6;},'xveLa':'exit','OGFcO':'Workers\x20failed\x20to\x20exit\x20gracefully','JsuBn':function(_0x395eaf,_0x34ba91){return _0x395eaf(_0x34ba91);},'ErKUb':'./testWorker.js','KeFqn':_0x31c9e3(0x1c3),'xPQpU':_0x31c9e3(0x1dd),'QCxwG':_0x31c9e3(0x1f5),'apLrA':_0x31c9e3(0x1e7),'cqxUD':_0x31c9e3(0x1d0),'aWbhe':function(_0x53f955,_0x2d7c8f){return _0x53f955(_0x2d7c8f);}},_0x70693b={},_0xf7442=new Worker(require[_0x31c9e3(0x1e4)](_0x5b82a4[_0x31c9e3(0x1cf)]),{'exposedMethods':[_0x5b82a4[_0x31c9e3(0x1e2)]],'forkOptions':{'serialization':_0x5b82a4[_0x31c9e3(0x1b3)],'stdio':_0x5b82a4['QCxwG']},'numWorkers':_0x48c665,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x23df28=new Emittery();_0x23df28['on'](_0x5b82a4['apLrA'],_0x180aa1=>{const _0x3b8c6f=_0x31c9e3;_0x180aa1[0x0]&&logger[_0x3b8c6f(0x1af)](_0x3b8c6f(0x1a9)+_0x180aa1[0x1]+_0x3b8c6f(0x1ae),_0x180aa1[0x0]);}),_0x23df28['on'](_0x5b82a4['cqxUD'],_0x546932=>{const _0x3591e1=_0x31c9e3;process[_0x3591e1(0x1b9)]=0x1;});_0xf7442[_0x31c9e3(0x209)]()&&_0xf7442[_0x31c9e3(0x209)]()[_0x31c9e3(0x1f5)](process[_0x31c9e3(0x1df)]);_0xf7442[_0x31c9e3(0x1ba)]()&&_0xf7442['getStderr']()[_0x31c9e3(0x1f5)](process['stderr']);const _0x1c5519=async()=>{const _0x3a85ea=_0x31c9e3;let _0x42fee9=0x0;const _0x32ce62=_0xf7442['_workerPool'][_0x3a85ea(0x204)](),_0x45ea36=()=>{},_0x41a91e=_0x32ce62['map'](async _0x160f9b=>{const _0x1301ce=_0x3a85ea,_0xf66aad={'mUMuE':function(_0x11f33a,_0x3762f6){const _0x2de73b=a46_0x320e;return _0x5b82a4[_0x2de73b(0x1fe)](_0x11f33a,_0x3762f6);},'OiaBl':function(_0x2a6da3,_0x5ef749){return _0x5b82a4['DTXxh'](_0x2a6da3,_0x5ef749);}};_0x160f9b[_0x1301ce(0x1aa)]([0x2,![]],_0x45ea36,_0x45ea36,_0x45ea36),_0x160f9b[_0x1301ce(0x1fd)]['on'](_0x5b82a4['xveLa'],_0x2ce2f4=>{const _0x3dd931=_0x1301ce;_0xf66aad[_0x3dd931(0x1d5)](_0x42fee9,0x0)&&_0xf66aad[_0x3dd931(0x1db)](_0x2ce2f4,0x0)&&(_0x42fee9=_0x2ce2f4);}),await _0x160f9b[_0x1301ce(0x200)]();});await Promise[_0x3a85ea(0x20b)](_0x41a91e),process[_0x3a85ea(0x1b9)]=_0x42fee9;const {forceExited:_0x52de64}=await _0xf7442[_0x3a85ea(0x1fc)]();_0x52de64&&console['error'](_0x5b82a4[_0x3a85ea(0x1ee)]),_0x5b82a4[_0x3a85ea(0x1f1)](_0x52c848,_0x70693b);},_0x5493d2=_0x5b82a4[_0x31c9e3(0x1bf)](pLimit,_0x48c665),_0x1874bd=_0x41d8dc=>_0x5493d2(async()=>{return _0xf7442['vanillaWorker'](_0x41d8dc);});Promise[_0x31c9e3(0x20b)](_0x34e41a['map'](_0x4ae62b=>_0x1874bd(_0x4ae62b)[_0x31c9e3(0x1c8)](_0x79e0b9=>_0x23df28[_0x31c9e3(0x206)](_0x31c9e3(0x1e7),[_0x4ae62b[_0x31c9e3(0x1fb)][_0x31c9e3(0x1f0)],_0x4ae62b[_0x31c9e3(0x1fb)][_0x31c9e3(0x1f4)]]),_0x161296=>_0x23df28[_0x31c9e3(0x206)](_0x31c9e3(0x1d0),[_0x4ae62b,_0x161296]))))[_0x31c9e3(0x1c8)](_0x1c5519,_0x1c5519);});function a46_0x46ad(){const _0x4d1b36=['SDK_SETUP','length','error','2353540tbgOGt','aWbhe','jest-worker','postMessage','emittery','vanillaWorker','xkYyE','QuYXa','PAcvs','1449159bJZGSH','then','platform-run-failure','EVENTS','bRsQv','gaLYJ','IUIty','7544630oCBfdJ','ErKUb','test-file-failure','CPZZQ','platformCaps','JOwBe','worker','mUMuE','./testWorker.js','Worker','arOos','stderr','../../helpers/logger','OiaBl','config','json','lZswp','stdout','debug','30464kVSCfe','KeFqn','push','resolve','UNSTABLE_onCustomMessage','stop','test-file-success','6508440loKjDD','results','../../helpers/test-observability/utils','parallelCucumberRun','XolVm','6bKobRj','OGFcO','parallelTestRun','platform','JsuBn','UbAXO','wJKLM','file','pipe','1495128HbjPAF','14SbZNpA','SnrBx','log','map','configuration','end','_child','BPrqm','DeNGF','waitForExit','cucumberWorker','../../helpers/performance/performance-tester','42JJqbFr','getWorkers','worker_threads','emit','parallelVanillaRun','util','getStdout','../../helpers/testhub/testhubHandler','all','Running\x20','send','platform-run-success','launchBuild','4978216AgCShA','\x20for','info','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','failureCount','MOCHA','xPQpU','CVsUB','UtYsS','RmOGa','WTRVL','Workers\x20failed\x20to\x20exit\x20gracefully','exitCode','getStderr'];a46_0x46ad=function(){return _0x4d1b36;};return a46_0x46ad();}
1
+ function a46_0xecee(_0x548d06,_0x203051){const _0x202721=a46_0x2027();return a46_0xecee=function(_0xeceeba,_0x5123fc){_0xeceeba=_0xeceeba-0xbc;let _0xaf478f=_0x202721[_0xeceeba];return _0xaf478f;},a46_0xecee(_0x548d06,_0x203051);}const a46_0xe71b4a=a46_0xecee;(function(_0x67618c,_0x6e2fa5){const _0x529b6e=a46_0xecee,_0x158890=_0x67618c();while(!![]){try{const _0x226f30=parseInt(_0x529b6e(0xef))/0x1*(-parseInt(_0x529b6e(0x103))/0x2)+-parseInt(_0x529b6e(0x110))/0x3+parseInt(_0x529b6e(0xcf))/0x4+-parseInt(_0x529b6e(0xf2))/0x5*(-parseInt(_0x529b6e(0xd8))/0x6)+parseInt(_0x529b6e(0x117))/0x7+parseInt(_0x529b6e(0xd3))/0x8*(-parseInt(_0x529b6e(0xd6))/0x9)+parseInt(_0x529b6e(0xd9))/0xa*(parseInt(_0x529b6e(0xc8))/0xb);if(_0x226f30===_0x6e2fa5)break;else _0x158890['push'](_0x158890['shift']());}catch(_0x5a7445){_0x158890['push'](_0x158890['shift']());}}}(a46_0x2027,0x93be1));const Worker=require('jest-worker')[a46_0xe71b4a(0xc9)],Emittery=require('emittery'),pLimit=require(a46_0xe71b4a(0x106)),{parentPort}=require(a46_0xe71b4a(0xf0)),util=require(a46_0xe71b4a(0xdc)),logger=require('../../helpers/logger')[a46_0xe71b4a(0x114)],PerformanceTester=require(a46_0xe71b4a(0x112)),PerformanceEvents=require('../../helpers/performance/constants')[a46_0xe71b4a(0xc4)],{debug}=require(a46_0xe71b4a(0xf7)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require(a46_0xe71b4a(0xc7));function a46_0x2027(){const _0x13d142=['exitCode','pipe','util','vanillaWorker','EJgBV','failureCount','getStdout','info','test-file-start','EUSPX','emit','hVsUP','CmwRb','parallelCucumberRun','end','aHHrz','parallelVanillaRun','YApTn','qwVaE','xtByI','log','309LwZjER','worker_threads','configuration','1350YSwcqC','push','then','lfwcL','XHpLS','../../helpers/test-observability/utils','stderr','stdout','NUlOS','results','rnIni','map','UrHMJ','MauoY','BIzpw','worker','getStderr','7324lNDdBI','cucumberWorker','norEd','p-limit','_child','CkIlQ','guKcV','./testWorker.js','json','exit','platform-run-failure','launchBuild','qjvVd','167718nBoeWq','LVBYz','../../helpers/performance/performance-tester','wmJVF','winstonLogger','debug','resolve','5494720aokChi','length','eJDMe','SDK_SETUP','platform','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','jZePF','all','pLfEB','BslZJ','OceBf','format','DeiZc','Heesj','config','vtNmw','Workers\x20failed\x20to\x20exit\x20gracefully','test-file-success','\x20for','EVENTS','platform-run-start','send','../../helpers/test-observability/constants','95876ztTYeN','Worker','test-file-failure','AmGvd','Bowcb','platform-run-success','Exception\x20in\x20sending\x20worker\x20message\x20','3744748ELjyYp','grKMw','GduAZ','ENrqB','2218072tCEZkO','error','postMessage','18UrPnKD','qnTJs','9456LprroL','230BvmSUs'];a46_0x2027=function(){return _0x13d142;};return a46_0x2027();}exports['parallelTestRun']=(_0x4fb61c,_0x15f77c,_0x5ae030)=>new Promise(async _0x4bcaaf=>{const _0x2b5127=a46_0xe71b4a,_0x5ab9b3={'lfwcL':_0x2b5127(0xdf),'vtNmw':function(_0x227b04,_0x2a5bb4){return _0x227b04+_0x2a5bb4;},'XHpLS':_0x2b5127(0xfb),'BslZJ':_0x2b5127(0xc1),'Heesj':function(_0x137d86,_0x2678a7){return _0x137d86(_0x2678a7);},'DeiZc':_0x2b5127(0xe2),'GduAZ':_0x2b5127(0x10a),'YApTn':_0x2b5127(0x101),'jZePF':_0x2b5127(0x10b),'guKcV':_0x2b5127(0xdb),'LVBYz':function(_0x3705e9,_0x519d75){return _0x3705e9*_0x519d75;},'UrHMJ':_0x2b5127(0xc2),'lbPhA':_0x2b5127(0xca)},_0x9a11d9=_0x5ae030[_0x2b5127(0xbf)],_0x257b6b={},_0x841a80=await TestHubHandler[_0x2b5127(0x10e)](FRAMEWORKS['MOCHA'],_0x5ae030),_0x22b223=new Worker(require[_0x2b5127(0x116)](_0x5ab9b3[_0x2b5127(0xd1)]),{'exposedMethods':[_0x5ab9b3[_0x2b5127(0xeb)]],'forkOptions':{'serialization':_0x5ab9b3[_0x2b5127(0x11d)],'stdio':_0x5ab9b3[_0x2b5127(0x109)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5ab9b3[_0x2b5127(0x111)](_0x15f77c,0x1),'enableWorkerThreads':!![]}),_0x40671b=new Emittery();_0x40671b['on'](_0x5ab9b3[_0x2b5127(0xfe)],_0x5a3237=>{const _0x3b2ad0=_0x2b5127;_0x257b6b[_0x5a3237[0x0]]?(_0x257b6b[_0x5a3237[0x0]][_0x5ab9b3[_0x3b2ad0(0xf5)]]=_0x5ab9b3[_0x3b2ad0(0xc0)](_0x257b6b[_0x5a3237[0x0]][_0x5ab9b3[_0x3b2ad0(0xf5)]],_0x5a3237[0x1][_0x5ab9b3[_0x3b2ad0(0xf5)]]),_0x257b6b[_0x5a3237[0x0]][_0x5ab9b3['XHpLS']]=[..._0x257b6b[_0x5a3237[0x0]][_0x5ab9b3[_0x3b2ad0(0xf6)]],..._0x5a3237[0x1][_0x5ab9b3[_0x3b2ad0(0xf6)]]]):_0x257b6b[_0x5a3237[0x0]]={'failureCount':_0x5a3237[0x1][_0x5ab9b3[_0x3b2ad0(0xf5)]],'results':[..._0x5a3237[0x1][_0x5ab9b3[_0x3b2ad0(0xf6)]]]};}),_0x40671b['on'](_0x5ab9b3['lbPhA'],_0xeaa4a5=>console[_0x2b5127(0xee)](_0xeaa4a5[0x1]));_0x22b223[_0x2b5127(0xe0)]()&&_0x22b223[_0x2b5127(0xe0)]()['pipe'](process[_0x2b5127(0xf9)]);_0x22b223[_0x2b5127(0x102)]()&&_0x22b223[_0x2b5127(0x102)]()[_0x2b5127(0xdb)](process[_0x2b5127(0xf8)]);const _0x1fb214=async()=>{const _0xc52c79=_0x2b5127,{forceExited:_0x1b4db3}=await _0x22b223['end']();_0x1b4db3&&console[_0xc52c79(0xd4)](_0x5ab9b3[_0xc52c79(0x120)]);try{await TestHubHandler['stop']();}catch(_0x1372e8){_0x5ab9b3['Heesj'](debug,_0xc52c79(0x11c)+_0x1372e8);}_0x5ab9b3[_0xc52c79(0xbe)](_0x4bcaaf,_0x257b6b);},_0x2afb3b=_0x5ab9b3[_0x2b5127(0xbe)](pLimit,_0x5ab9b3[_0x2b5127(0x111)](_0x15f77c,0x1)),_0x54fd9a=_0x163620=>_0x2afb3b(async()=>{const _0x564dda=_0x2b5127;await _0x40671b[_0x564dda(0xe4)](_0x5ab9b3[_0x564dda(0xbd)],_0x163620);const _0x1574a2=_0x22b223[_0x564dda(0x101)](_0x163620,_0x9a11d9);try{parentPort&&_0x1574a2['UNSTABLE_onCustomMessage'](_0x1e4014=>{const _0x939d61=_0x564dda;try{parentPort[_0x939d61(0xd5)](_0x1e4014);}catch(_0x47b07f){logger[_0x939d61(0x115)](_0x939d61(0xce)+util[_0x939d61(0xbc)](_0x47b07f));}});}catch(_0x4672b2){logger[_0x564dda(0x115)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x564dda(0xbc)](_0x4672b2));}return _0x1574a2;});PerformanceTester[_0x2b5127(0xe8)](PerformanceEvents[_0x2b5127(0x11a)]),Promise[_0x2b5127(0x11e)](_0x4fb61c[_0x2b5127(0xfd)](_0x3313a2=>_0x54fd9a(_0x3313a2)['then'](_0x4f7f03=>_0x40671b['emit']('test-file-success',[_0x3313a2[_0x2b5127(0xf1)][_0x2b5127(0x11b)],_0x4f7f03]),_0x1d119d=>_0x40671b[_0x2b5127(0xe4)](_0x2b5127(0xca),[_0x3313a2,_0x1d119d]))))['then'](_0x1fb214,_0x1fb214);}),exports[a46_0xe71b4a(0xe7)]=(_0x329908,_0x16d6e5,_0x36e2cd,_0x16074a,_0x198449)=>{const _0x3bc37c=a46_0xe71b4a,_0x4a93d2={'pLfEB':_0x3bc37c(0xc1),'eJDMe':function(_0x410835,_0x5bdc18){return _0x410835(_0x5bdc18);},'JXSwN':_0x3bc37c(0xc5),'EUSPX':_0x3bc37c(0x10a),'OceBf':_0x3bc37c(0x104),'AmGvd':_0x3bc37c(0x10b),'CmwRb':_0x3bc37c(0xdb),'hVsUP':_0x3bc37c(0xcd),'MauoY':_0x3bc37c(0x10d)};return new Promise(_0x25f27c=>{const _0x54f0a7=_0x3bc37c,_0x5a0362={'wmJVF':_0x4a93d2[_0x54f0a7(0x11f)],'EJgBV':function(_0x5660ed,_0x3ca9bd){const _0x436d60=_0x54f0a7;return _0x4a93d2[_0x436d60(0x119)](_0x5660ed,_0x3ca9bd);},'ghkpE':_0x4a93d2['JXSwN']},_0x34c2a5=[],_0x992870=new Worker(require[_0x54f0a7(0x116)](_0x4a93d2[_0x54f0a7(0xe3)]),{'exposedMethods':[_0x4a93d2[_0x54f0a7(0x121)]],'forkOptions':{'serialization':_0x4a93d2[_0x54f0a7(0xcb)],'stdio':_0x4a93d2[_0x54f0a7(0xe6)]},'numWorkers':_0x329908[_0x54f0a7(0x118)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x24e9c9=new Emittery();_0x24e9c9['on'](_0x4a93d2[_0x54f0a7(0xe5)],_0x1d441d=>{const _0x1604e5=_0x54f0a7;_0x34c2a5[_0x1604e5(0xf3)]([_0x1d441d[0x0],_0x1d441d[0x1]]);}),_0x24e9c9['on'](_0x4a93d2[_0x54f0a7(0xff)],_0x46279c=>console[_0x54f0a7(0xee)](_0x46279c[0x1]));_0x992870[_0x54f0a7(0xe0)]()&&_0x992870['getStdout']()['pipe'](process[_0x54f0a7(0xf9)]);_0x992870[_0x54f0a7(0x102)]()&&_0x992870[_0x54f0a7(0x102)]()['pipe'](process[_0x54f0a7(0xf8)]);const _0x3c20d9=async()=>{const _0x332b37=_0x54f0a7,{forceExited:_0x1f814e}=await _0x992870[_0x332b37(0xe8)]();_0x1f814e&&console['error'](_0x5a0362[_0x332b37(0x113)]),_0x5a0362[_0x332b37(0xde)](_0x25f27c,_0x34c2a5);},_0x5f40d6=_0x4a93d2[_0x54f0a7(0x119)](pLimit,_0x329908[_0x54f0a7(0x118)]||0x1),_0x381de6=(_0x1ef093,_0x1d7c0b)=>_0x5f40d6(async()=>{const _0x2d1a56=_0x54f0a7;return await _0x24e9c9['emit'](_0x5a0362['ghkpE'],_0x1ef093),_0x16d6e5['platformCaps']=_0x36e2cd['platforms'][_0x1d7c0b],_0x992870[_0x2d1a56(0x104)](_0x1ef093,_0x16d6e5,_0x36e2cd,_0x16074a,_0x198449);});Promise[_0x54f0a7(0x11e)](_0x329908[_0x54f0a7(0xfd)]((_0x3bf93f,_0x10f0c5)=>_0x381de6(_0x3bf93f,_0x10f0c5)['then'](_0x4cf73e=>_0x24e9c9[_0x54f0a7(0xe4)](_0x54f0a7(0xcd),[_0x3bf93f,_0x4cf73e]),_0x1b32b1=>_0x24e9c9[_0x54f0a7(0xe4)](_0x54f0a7(0x10d),[_0x3bf93f,_0x1b32b1]))))['then'](_0x3c20d9,_0x3c20d9);});},exports[a46_0xe71b4a(0xea)]=(_0x4e6fe0,_0x168a44)=>new Promise(_0x317dce=>{const _0x99f484=a46_0xe71b4a,_0x377b18={'BIzpw':function(_0x3d3da6,_0x384b87){return _0x3d3da6===_0x384b87;},'Bowcb':function(_0x3acf11,_0x393b14){return _0x3acf11!==_0x393b14;},'norEd':_0x99f484(0x10c),'iqwsu':'Workers\x20failed\x20to\x20exit\x20gracefully','qwVaE':function(_0x5f4dd7,_0x32b702){return _0x5f4dd7(_0x32b702);},'CkIlQ':_0x99f484(0x10a),'ENrqB':_0x99f484(0xdd),'NUlOS':_0x99f484(0x10b),'qjvVd':_0x99f484(0xdb),'rnIni':_0x99f484(0xc2),'qnTJs':_0x99f484(0xca)},_0x453c50={},_0x575ea3=new Worker(require['resolve'](_0x377b18[_0x99f484(0x108)]),{'exposedMethods':[_0x377b18[_0x99f484(0xd2)]],'forkOptions':{'serialization':_0x377b18[_0x99f484(0xfa)],'stdio':_0x377b18[_0x99f484(0x10f)]},'numWorkers':_0x168a44,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x28112b=new Emittery();_0x28112b['on'](_0x377b18[_0x99f484(0xfc)],_0x4e9b75=>{const _0x7f6dbd=_0x99f484;_0x4e9b75[0x0]&&logger[_0x7f6dbd(0xe1)]('Running\x20'+_0x4e9b75[0x1]+_0x7f6dbd(0xc3),_0x4e9b75[0x0]);}),_0x28112b['on'](_0x377b18[_0x99f484(0xd7)],_0x197443=>{const _0x3382a3=_0x99f484;process[_0x3382a3(0xda)]=0x1;});_0x575ea3[_0x99f484(0xe0)]()&&_0x575ea3[_0x99f484(0xe0)]()[_0x99f484(0xdb)](process[_0x99f484(0xf9)]);_0x575ea3['getStderr']()&&_0x575ea3[_0x99f484(0x102)]()[_0x99f484(0xdb)](process[_0x99f484(0xf8)]);const _0x18ed33=async()=>{const _0x3f0956=_0x99f484,_0x58cad8={'xtByI':function(_0x65853b,_0x642aaa){const _0xc0239f=a46_0xecee;return _0x377b18[_0xc0239f(0x100)](_0x65853b,_0x642aaa);},'grKMw':function(_0x5514dc,_0x4a916f){const _0x28496f=a46_0xecee;return _0x377b18[_0x28496f(0xcc)](_0x5514dc,_0x4a916f);},'aHHrz':_0x377b18[_0x3f0956(0x105)]};let _0x5decd5=0x0;const _0x1746c3=_0x575ea3['_workerPool']['getWorkers'](),_0x10ea2f=()=>{},_0x50b371=_0x1746c3[_0x3f0956(0xfd)](async _0x57cedd=>{const _0x2fa8e6=_0x3f0956;_0x57cedd[_0x2fa8e6(0xc6)]([0x2,![]],_0x10ea2f,_0x10ea2f,_0x10ea2f),_0x57cedd[_0x2fa8e6(0x107)]['on'](_0x58cad8[_0x2fa8e6(0xe9)],_0x24c996=>{const _0x5c86c5=_0x2fa8e6;_0x58cad8[_0x5c86c5(0xed)](_0x5decd5,0x0)&&_0x58cad8[_0x5c86c5(0xd0)](_0x24c996,0x0)&&(_0x5decd5=_0x24c996);}),await _0x57cedd['waitForExit']();});await Promise['all'](_0x50b371),process[_0x3f0956(0xda)]=_0x5decd5;const {forceExited:_0x375672}=await _0x575ea3[_0x3f0956(0xe8)]();_0x375672&&console[_0x3f0956(0xd4)](_0x377b18['iqwsu']),_0x377b18[_0x3f0956(0xec)](_0x317dce,_0x453c50);},_0x1f907f=_0x377b18[_0x99f484(0xec)](pLimit,_0x168a44),_0x2cfc21=_0x42bfbd=>_0x1f907f(async()=>{return _0x575ea3['vanillaWorker'](_0x42bfbd);});Promise[_0x99f484(0x11e)](_0x4e6fe0[_0x99f484(0xfd)](_0x9edcd4=>_0x2cfc21(_0x9edcd4)[_0x99f484(0xf4)](_0x216a53=>_0x28112b['emit'](_0x99f484(0xc2),[_0x9edcd4[_0x99f484(0xf1)][_0x99f484(0x11b)],_0x9edcd4[_0x99f484(0xf1)]['file']]),_0x4394ef=>_0x28112b[_0x99f484(0xe4)]('test-file-failure',[_0x9edcd4,_0x4394ef]))))[_0x99f484(0xf4)](_0x18ed33,_0x18ed33);});
@@ -1 +1 @@
1
- function a47_0xea3d(_0x1533c9,_0x26cad9){const _0x4b1d12=a47_0x4b1d();return a47_0xea3d=function(_0xea3dc6,_0x5a0caf){_0xea3dc6=_0xea3dc6-0x1d1;let _0x4b374f=_0x4b1d12[_0xea3dc6];return _0x4b374f;},a47_0xea3d(_0x1533c9,_0x26cad9);}function a47_0x4b1d(){const _0x50537f=['configuration','1405314raaMDg','mocha','startMonitoring','stopMonitoring','8qvYBTC','vanilla','11174733GpUVkd','runCucumberTest','run','UqtGX','rCevG','2501880UYARtG','runTest','xjqzM','UmWea','ookEn','68545tbkLbW','20ubyOit','9274951iXbldc','wvczz','cucumber-js','../launcher/launcher','end','runVanillaTest','SDK_POST_TEST','formatter','3990800MjXayh','../../helpers/performance/constants','762mlOVNA','IksJF','JToTD','12cIkMqa','../../helpers/performance/performance-tester','124685OauxqP'];a47_0x4b1d=function(){return _0x50537f;};return a47_0x4b1d();}const a47_0x5771f0=a47_0xea3d;(function(_0x2103cd,_0x1ccfa5){const _0xd15e82=a47_0xea3d,_0x52c4e8=_0x2103cd();while(!![]){try{const _0x3badb0=parseInt(_0xd15e82(0x1db))/0x1*(parseInt(_0xd15e82(0x1ee))/0x2)+-parseInt(_0xd15e82(0x1dd))/0x3*(parseInt(_0xd15e82(0x1d9))/0x4)+-parseInt(_0xd15e82(0x1ed))/0x5*(-parseInt(_0xd15e82(0x1d6))/0x6)+-parseInt(_0xd15e82(0x1ef))/0x7*(parseInt(_0xd15e82(0x1e1))/0x8)+parseInt(_0xd15e82(0x1e3))/0x9+-parseInt(_0xd15e82(0x1e8))/0xa+-parseInt(_0xd15e82(0x1d4))/0xb;if(_0x3badb0===_0x1ccfa5)break;else _0x52c4e8['push'](_0x52c4e8['shift']());}catch(_0x182f01){_0x52c4e8['push'](_0x52c4e8['shift']());}}}(a47_0x4b1d,0xd85db));const PerformanceEvents=require(a47_0x5771f0(0x1d5))['EVENTS'],PerformanceTester=require(a47_0x5771f0(0x1da)),{sleep}=require('../../helpers/test-observability/utils');exports[a47_0x5771f0(0x1e9)]=async(_0x5d331c,_0x5aed8a)=>{const _0xb89ffa=a47_0x5771f0,_0x1cf90f={'xjqzM':function(_0x456aaf,_0x3a4e9a){return _0x456aaf(_0x3a4e9a);},'UqtGX':_0xb89ffa(0x1f2),'UmWea':_0xb89ffa(0x1de)};PerformanceTester[_0xb89ffa(0x1df)]();const _0x244dd0=_0x1cf90f[_0xb89ffa(0x1ea)](require,_0x1cf90f[_0xb89ffa(0x1e6)]),_0xf7c83f=new _0x244dd0(_0x1cf90f[_0xb89ffa(0x1eb)],_0x5d331c,_0x5aed8a),_0x557766=await _0xf7c83f[_0xb89ffa(0x1e5)]();return PerformanceTester[_0xb89ffa(0x1f3)](PerformanceEvents[_0xb89ffa(0x1d2)]),await _0x1cf90f[_0xb89ffa(0x1ea)](sleep,0x3e8),PerformanceTester[_0xb89ffa(0x1e0)](),_0x557766;},exports[a47_0x5771f0(0x1e4)]=async(_0x495752,_0x55627f,_0x27ad3b,_0x479325,_0x3502da)=>{const _0x3115df=a47_0x5771f0,_0x3da930={'rCevG':function(_0x4e7e54,_0x202c4e){return _0x4e7e54(_0x202c4e);},'ookEn':_0x3115df(0x1f2),'IksJF':_0x3115df(0x1f1)},_0x28975c={'capability':_0x495752,..._0x55627f},_0x4b4788={};_0x4b4788[_0x3115df(0x1dc)]=_0x28975c,_0x4b4788[_0x3115df(0x1d3)]=_0x3502da;const _0x56737d=_0x4b4788,_0x255028=_0x3da930[_0x3115df(0x1e7)](require,_0x3da930[_0x3115df(0x1ec)]),_0x482146=new _0x255028(_0x3da930[_0x3115df(0x1d7)],_0x56737d,_0x27ad3b,_0x479325);return await _0x482146['run']();},exports[a47_0x5771f0(0x1d1)]=async _0x14f34c=>{const _0xebe45b=a47_0x5771f0,_0x7e1171={'IgeAF':function(_0x426200,_0x4bebb0){return _0x426200(_0x4bebb0);},'wvczz':_0xebe45b(0x1f2),'JToTD':_0xebe45b(0x1e2)},_0x279930=_0x7e1171['IgeAF'](require,_0x7e1171[_0xebe45b(0x1f0)]),_0x144587=new _0x279930(_0x7e1171[_0xebe45b(0x1d8)],_0x14f34c);return await _0x144587[_0xebe45b(0x1e5)]();};
1
+ const a47_0x211039=a47_0x52ce;(function(_0x4909c4,_0x378880){const _0x13d251=a47_0x52ce,_0x543614=_0x4909c4();while(!![]){try{const _0x16d4c7=parseInt(_0x13d251(0x10f))/0x1*(parseInt(_0x13d251(0x11c))/0x2)+parseInt(_0x13d251(0x11d))/0x3+parseInt(_0x13d251(0x102))/0x4+parseInt(_0x13d251(0x113))/0x5*(-parseInt(_0x13d251(0x114))/0x6)+-parseInt(_0x13d251(0x10c))/0x7+-parseInt(_0x13d251(0x110))/0x8*(parseInt(_0x13d251(0x11a))/0x9)+parseInt(_0x13d251(0x11e))/0xa;if(_0x16d4c7===_0x378880)break;else _0x543614['push'](_0x543614['shift']());}catch(_0x3d1f29){_0x543614['push'](_0x543614['shift']());}}}(a47_0x5143,0x4ba5a));function a47_0x52ce(_0x1ba9de,_0x3adefe){const _0x51436f=a47_0x5143();return a47_0x52ce=function(_0x52ced6,_0xc6d7ce){_0x52ced6=_0x52ced6-0x102;let _0x45b3b0=_0x51436f[_0x52ced6];return _0x45b3b0;},a47_0x52ce(_0x1ba9de,_0x3adefe);}const PerformanceEvents=require('../../helpers/performance/constants')[a47_0x211039(0x119)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a47_0x211039(0x118));exports[a47_0x211039(0x111)]=async(_0x1c8e8c,_0x175f5d)=>{const _0x497dbd=a47_0x211039,_0x5c9b32={'GIoLj':function(_0x4666b1,_0x3133e0){return _0x4666b1(_0x3133e0);},'oxcjI':_0x497dbd(0x109),'lUKXP':_0x497dbd(0x11b),'HCYmr':function(_0x1b833e,_0x26bd86){return _0x1b833e(_0x26bd86);}};PerformanceTester[_0x497dbd(0x10e)]();const _0x1347f4=_0x5c9b32[_0x497dbd(0x10b)](require,_0x5c9b32['oxcjI']),_0x1cf93d=new _0x1347f4(_0x5c9b32[_0x497dbd(0x103)],_0x1c8e8c,_0x175f5d),_0x221d51=await _0x1cf93d[_0x497dbd(0x116)]();return PerformanceTester[_0x497dbd(0x104)](PerformanceEvents['SDK_POST_TEST']),await _0x5c9b32['HCYmr'](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x221d51;},exports[a47_0x211039(0x10a)]=async(_0x1f580a,_0x585105,_0x2ef2ab,_0x402f0b,_0x158c3b)=>{const _0x157773=a47_0x211039,_0x58da3b={'tumqH':function(_0x1af45f,_0x4aa9ae){return _0x1af45f(_0x4aa9ae);},'EHmoa':_0x157773(0x109),'tQIRB':_0x157773(0x117)},_0x168a54={'capability':_0x1f580a,..._0x585105},_0x29a17c={};_0x29a17c[_0x157773(0x107)]=_0x168a54,_0x29a17c['formatter']=_0x158c3b;const _0x3c9967=_0x29a17c,_0x83b573=_0x58da3b[_0x157773(0x10d)](require,_0x58da3b[_0x157773(0x112)]),_0x4327ef=new _0x83b573(_0x58da3b['tQIRB'],_0x3c9967,_0x2ef2ab,_0x402f0b);return await _0x4327ef[_0x157773(0x116)]();},exports[a47_0x211039(0x105)]=async _0x39f53a=>{const _0x2b948f=a47_0x211039,_0x573481={'oqaYm':function(_0xea7ab6,_0xaed4e3){return _0xea7ab6(_0xaed4e3);},'pIbKM':_0x2b948f(0x109),'aIesB':_0x2b948f(0x106)},_0x329101=_0x573481['oqaYm'](require,_0x573481[_0x2b948f(0x108)]),_0x447bca=new _0x329101(_0x573481[_0x2b948f(0x115)],_0x39f53a);return await _0x447bca[_0x2b948f(0x116)]();};function a47_0x5143(){const _0x337d1a=['end','runVanillaTest','vanilla','configuration','pIbKM','../launcher/launcher','runCucumberTest','GIoLj','2564408SUikei','tumqH','startMonitoring','18944wLTFWN','16cpkfur','runTest','EHmoa','206260btjHZD','42NZQzcv','aIesB','run','cucumber-js','../../helpers/test-observability/utils','EVENTS','2684529lhQXkF','mocha','12uGqTrI','1266072gVZjPT','4263130CehnTY','2398076VawMCm','lUKXP'];a47_0x5143=function(){return _0x337d1a;};return a47_0x5143();}
@@ -1 +1 @@
1
- const a48_0x13354f=a48_0x39f8;function a48_0x1942(){const _0x18bea3=['./runTest','29631WmsetZ','499825OQAbaF','1376196tLXiqx','DqhZq','1810136xQuTWp','14dUygVX','3223900SSEQIT','27NcimqZ','uDVGB','worker','12OYRuTH','cucumberWorker','555225FORNap','76834xQblLs','vanillaWorker','306qPMMAH','OkMwO'];a48_0x1942=function(){return _0x18bea3;};return a48_0x1942();}(function(_0x5c7aa4,_0x12e1cc){const _0x1f5a07=a48_0x39f8,_0x2ca04b=_0x5c7aa4();while(!![]){try{const _0x15b0e9=-parseInt(_0x1f5a07(0x12d))/0x1*(parseInt(_0x1f5a07(0x125))/0x2)+parseInt(_0x1f5a07(0x122))/0x3+parseInt(_0x1f5a07(0x12a))/0x4*(-parseInt(_0x1f5a07(0x121))/0x5)+-parseInt(_0x1f5a07(0x11d))/0x6*(parseInt(_0x1f5a07(0x120))/0x7)+parseInt(_0x1f5a07(0x124))/0x8*(parseInt(_0x1f5a07(0x127))/0x9)+parseInt(_0x1f5a07(0x126))/0xa+-parseInt(_0x1f5a07(0x12c))/0xb;if(_0x15b0e9===_0x12e1cc)break;else _0x2ca04b['push'](_0x2ca04b['shift']());}catch(_0xefe9f8){_0x2ca04b['push'](_0x2ca04b['shift']());}}}(a48_0x1942,0x56df8));function a48_0x39f8(_0x49c090,_0x39781f){const _0x1942be=a48_0x1942();return a48_0x39f8=function(_0x39f82c,_0x1ae562){_0x39f82c=_0x39f82c-0x11c;let _0x263ca8=_0x1942be[_0x39f82c];return _0x263ca8;},a48_0x39f8(_0x49c090,_0x39781f);}const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x13354f(0x11f));exports[a48_0x13354f(0x129)]=async(_0x20ce38,_0x55eede)=>{const _0xeb9517=a48_0x13354f,_0x2042bb={'DqhZq':function(_0x1d9106,_0x3b7246,_0x26a725){return _0x1d9106(_0x3b7246,_0x26a725);}};return await _0x2042bb[_0xeb9517(0x123)](runTest,_0x20ce38,_0x55eede);},exports[a48_0x13354f(0x12b)]=async(_0x285624,_0x4a4dc5,_0x5e8a3b,_0x5e962d,_0x267715)=>{const _0x5477a5=a48_0x13354f,_0x3e5a8a={'uDVGB':function(_0x4cc10b,_0x4714a9,_0x298095,_0x27e29c,_0x364d06,_0x7ee525){return _0x4cc10b(_0x4714a9,_0x298095,_0x27e29c,_0x364d06,_0x7ee525);}};return await _0x3e5a8a[_0x5477a5(0x128)](runCucumberTest,_0x285624,_0x4a4dc5,_0x5e8a3b,_0x5e962d,_0x267715);},exports[a48_0x13354f(0x11c)]=async _0x39790d=>{const _0x429021=a48_0x13354f,_0x5b380d={'OkMwO':function(_0x2a9365,_0x520131){return _0x2a9365(_0x520131);}};return await _0x5b380d[_0x429021(0x11e)](runVanillaTest,_0x39790d);};
1
+ const a48_0x254811=a48_0x2864;(function(_0x2b7204,_0x9cc684){const _0x325484=a48_0x2864,_0x547c48=_0x2b7204();while(!![]){try{const _0x2a989c=parseInt(_0x325484(0x77))/0x1*(-parseInt(_0x325484(0x7e))/0x2)+parseInt(_0x325484(0x7f))/0x3+-parseInt(_0x325484(0x79))/0x4+parseInt(_0x325484(0x7a))/0x5*(-parseInt(_0x325484(0x76))/0x6)+-parseInt(_0x325484(0x7c))/0x7+-parseInt(_0x325484(0x83))/0x8*(parseInt(_0x325484(0x7b))/0x9)+parseInt(_0x325484(0x81))/0xa;if(_0x2a989c===_0x9cc684)break;else _0x547c48['push'](_0x547c48['shift']());}catch(_0x379868){_0x547c48['push'](_0x547c48['shift']());}}}(a48_0x12ee,0x2a8e0));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x254811(0x78));function a48_0x2864(_0x4150a9,_0x37c478){const _0x12ee9d=a48_0x12ee();return a48_0x2864=function(_0x2864fa,_0x17ca2f){_0x2864fa=_0x2864fa-0x75;let _0x3e291d=_0x12ee9d[_0x2864fa];return _0x3e291d;},a48_0x2864(_0x4150a9,_0x37c478);}exports[a48_0x254811(0x75)]=async(_0x2420ec,_0x705419)=>{const _0x54b1d4={'oIpBW':function(_0x12ce7e,_0x3e5856,_0x5258bf){return _0x12ce7e(_0x3e5856,_0x5258bf);}};return await _0x54b1d4['oIpBW'](runTest,_0x2420ec,_0x705419);},exports[a48_0x254811(0x82)]=async(_0xf940f0,_0x419c5c,_0x14bfc3,_0x5e9afc,_0x1f29c5)=>{const _0x464263=a48_0x254811,_0x4a87ed={'ssrII':function(_0x3760d8,_0x478e4e,_0x3c6df6,_0x5a8314,_0x447416,_0xef670d){return _0x3760d8(_0x478e4e,_0x3c6df6,_0x5a8314,_0x447416,_0xef670d);}};return await _0x4a87ed[_0x464263(0x80)](runCucumberTest,_0xf940f0,_0x419c5c,_0x14bfc3,_0x5e9afc,_0x1f29c5);},exports['vanillaWorker']=async _0x113e7e=>{const _0x5879b0=a48_0x254811,_0x372af3={'ktEDm':function(_0x7f0d43,_0x1a1ec8){return _0x7f0d43(_0x1a1ec8);}};return await _0x372af3[_0x5879b0(0x7d)](runVanillaTest,_0x113e7e);};function a48_0x12ee(){const _0x5e093a=['46VHFhLE','./runTest','1188964CUsJnn','78455ixIJVv','990JzqhKW','63728GeUAPC','ktEDm','9838Cqjxov','691929HRHyMd','ssrII','7152250mokFpW','cucumberWorker','11672qDWVye','worker','30DXwWTq'];a48_0x12ee=function(){return _0x5e093a;};return a48_0x12ee();}
@@ -1 +1 @@
1
- function a49_0x3b0b(_0x4e9b44,_0x3e7b21){var _0x36c9d7=a49_0x36c9();return a49_0x3b0b=function(_0x3b0bc5,_0x532eb9){_0x3b0bc5=_0x3b0bc5-0xa1;var _0x3dcd5c=_0x36c9d7[_0x3b0bc5];return _0x3dcd5c;},a49_0x3b0b(_0x4e9b44,_0x3e7b21);}var a49_0x211ff9=a49_0x3b0b;(function(_0x3ebed1,_0x365a06){var _0x6aa829=a49_0x3b0b,_0x2a5a2c=_0x3ebed1();while(!![]){try{var _0x2d4a44=-parseInt(_0x6aa829(0x140))/0x1+-parseInt(_0x6aa829(0xa6))/0x2*(-parseInt(_0x6aa829(0xdd))/0x3)+parseInt(_0x6aa829(0x146))/0x4*(-parseInt(_0x6aa829(0x14e))/0x5)+parseInt(_0x6aa829(0x12e))/0x6*(-parseInt(_0x6aa829(0xd7))/0x7)+parseInt(_0x6aa829(0xec))/0x8*(-parseInt(_0x6aa829(0xa1))/0x9)+-parseInt(_0x6aa829(0x135))/0xa*(parseInt(_0x6aa829(0x147))/0xb)+parseInt(_0x6aa829(0x11d))/0xc;if(_0x2d4a44===_0x365a06)break;else _0x2a5a2c['push'](_0x2a5a2c['shift']());}catch(_0x4c1f6e){_0x2a5a2c['push'](_0x2a5a2c['shift']());}}}(a49_0x36c9,0x9dfba));var a49_0x4a46e7={};a49_0x4a46e7[a49_0x211ff9(0x11e)]='shows\x20version\x20information',a49_0x4a46e7['HELP']=a49_0x211ff9(0xdc);var a49_0x4d034d={};a49_0x4d034d['INFO']=a49_0x211ff9(0x13d);var a49_0x15aa3d={};a49_0x15aa3d[a49_0x211ff9(0x11e)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a49_0x4ffd7a={};a49_0x4ffd7a[a49_0x211ff9(0x11e)]=a49_0x211ff9(0x14f);var a49_0x56231a={};a49_0x56231a[a49_0x211ff9(0x11e)]=a49_0x211ff9(0xb6);var a49_0x35a164={};function a49_0x36c9(){var _0x2cfd0a=['.ipa','jest','mandatoryDependency','parallelsPerPlatform','Specify\x20--help\x20for\x20available\x20options','41577PVERRZ','timeouts','POLL_HEALING_RESULT_TIMEOUT','HUB_URL_REGEX','ERR_CONNECTION_RESET','ERR_CONNECTION_FAILED','ROOT_REGEX','percyCaptureMode','proxyUrl','https://api.browserstack.com','BROWSERSTACK_AUTOMATE_URL','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','commonjs','edgeOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','24kdnwqH','HST','SDKTestTcgAuthFailure','ERR_CONNECTION_REFUSED','module','cucumber','ERR_ADDRESS_UNREACHABLE','TCG_REGION','ERR_SOCKET_NOT_CONNECTED','CODECEPT_CUCUMBER','Playwright','disableAutoCaptureLogs','NUDGE_LOCAL_ERRORS','https://tcg.browserstack.com','ERR_BLOCKED_BY_CLIENT','TCG_AUTH_FAILURE','AUTOMATE','ERR_ADDRESS_INVALID','PLAYWRIGHT','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK_APP_AUTOMATE_URL','app-automate','rerunTests','browserstack.userName','automate','httpProxy','uniqueDependency','vanilla','Run\x20playwright\x20tests\x20on\x20Browserstack','VERSION','COMMONJS','localProxyPass','sdk/v1/event','ERR_TIMED_OUT','browserStackLocalOptions','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','localOptions','mocha','AI_ENABLED_FRAMEWORK','invalidTestInputType','^[a-zA-Z0-9_.-]*$','VALID_APP_EXTENSION','CUSTOM_ID_REGEX','testObservabilityOptions','SDKTestTcgProxyFailure','percy','CODECEPTJS','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','.apk','29738508HabmKY','INFO','HEALING_FAILURE_TIMEOUT','accessibilityOptions','.aab','observability','codeceptjs','REDACTED_KEYS','browserVersion','GIT_META_DATA_TRUNCATED','exports','userName','FRAMEWORKS','use','browserstack.accessKey','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','NIGHTWATCH','6oWXhmo','wss://cdp.browserstack.com/playwright?caps=','authToken','unhandledPromptBehavior','ERR_CONNECTION_CLOSED','logLevel','PERCY_SUPPORTED_FRAMEWORKS','10772530pUmFBm','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','BROWSERSTACK_API_URL','AUTOLOGCAPTURE_NOTIFICATION','browserName','httpsProxy','ERR_CONNECTION_TIMED_OUT','OBSERVABILITY_SUPPORTED_FWS','Run\x20jest\x20tests\x20on\x20browserstack','platforms','MAX_GIT_META_DATA_SIZE_IN_BYTES','270746suDbtK','...[TRUNCATED]','testContextOptions','browserstackLocal','hubUrl','browserstack.overridelocalInfo.userAuthToken','20jHlGEP','11nQyCOi','AI_INIT_FAILURE','FUNNEL_INSTRUMENTATION_API_URL','PACKAGE_TYPE','root','UPGRADE_REQUIRED','turboScaleOptions','167260XfUPjE','Run\x20cucumber-js\x20tests\x20on\x20browserstack','MODULE','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','testObservability','3090213mXcTAA','AI_INIT_SUCCESSFUL','framework','AUTOMATE_PRODUCTS','ERR_NETWORK_CHANGED','170zcAnaW','./browserstack-artifacts/','EDS_URL','https://upload-observability.browserstack.com','browserstackAutomation','MOCHA','OBSERVABILITY_UPLOAD_URL','CODECEPT','ERR_NAME_NOT_RESOLVED','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','acceptSslCerts','SHAREABLE_ID_REGEX','PLAYWRIGHT_CONFIG_OPTION_ERRORS','proxySettings','ERR_TUNNEL_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','INTEGRATIONS','INVALID_INIT_RESP_WITH_USER_IMPACT','JEST','TCG_AUTH_TIMEOUT','acceptInsecureCerts','percyOptions','customVariables','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_SOCKS_CONNECTION_FAILED','APP_AUTOMATE_PRODUCTS','ERR_FAILED','ERR_NAME_RESOLUTION_FAILED','VANILLA','APP_AUTOMATE','https://api-cloud.browserstack.com','HEALING_LOG_DATA_TIMEOUT','turboScale','APP_UPLOAD_URL','PRIVATE_DOMAIN_OR_IP_REGEX','AI_PROXY_FAILURE','acceptSslCert','CI_ARTIFACTS_PATH','https://hub.browserstack.com/wd/hub','SDKTestInitFailedResponse','localProxyUser','CUCUMBER','accessibility','invalidKeys','TCG_DOWN','ieOptions','SDK_INSTRUMENTATION_CONFIG','SDKTestInvalidTcgAuthResponseWithUserImpact','3246572aGGOAS'];a49_0x36c9=function(){return _0x2cfd0a;};return a49_0x36c9();}a49_0x35a164['INFO']=a49_0x211ff9(0xaf);var a49_0x361b80={};a49_0x361b80['INFO']=a49_0x211ff9(0x108);var a49_0x3144d5={};a49_0x3144d5[a49_0x211ff9(0x11e)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a49_0x3cd708={};a49_0x3cd708[a49_0x211ff9(0x11e)]=a49_0x211ff9(0x11b);var a49_0x44db3b={};a49_0x44db3b[a49_0x211ff9(0x11e)]=a49_0x211ff9(0xe8);var a49_0x364a04={};a49_0x364a04[a49_0x211ff9(0xfe)]=a49_0x211ff9(0xf6),a49_0x364a04[a49_0x211ff9(0xab)]='mocha',a49_0x364a04[a49_0x211ff9(0xb9)]=a49_0x211ff9(0xd9),a49_0x364a04[a49_0x211ff9(0xad)]=a49_0x211ff9(0x123),a49_0x364a04[a49_0x211ff9(0xf5)]=a49_0x211ff9(0x151),a49_0x364a04[a49_0x211ff9(0xd0)]=a49_0x211ff9(0xf1);var a49_0x1cd0e8={};a49_0x1cd0e8[a49_0x211ff9(0xd2)]=a49_0x211ff9(0xbe),a49_0x1cd0e8[a49_0x211ff9(0x106)]=a49_0x211ff9(0xff),a49_0x1cd0e8[a49_0x211ff9(0xda)]=a49_0x211ff9(0xeb),a49_0x1cd0e8[a49_0x211ff9(0x113)]=a49_0x211ff9(0x136);var a49_0x5d9284={};a49_0x5d9284[a49_0x211ff9(0x10a)]=a49_0x211ff9(0xe9),a49_0x5d9284[a49_0x211ff9(0x150)]=a49_0x211ff9(0xf0);var a49_0x384e7d={};a49_0x384e7d[a49_0x211ff9(0x14b)]=[a49_0x211ff9(0x128),'accessKey',a49_0x211ff9(0x105),a49_0x211ff9(0x13a),'customVariables',a49_0x211ff9(0x103),a49_0x211ff9(0x12b),'proxyPassword',a49_0x211ff9(0x130),a49_0x211ff9(0xe5),a49_0x211ff9(0x145)],a49_0x384e7d[a49_0x211ff9(0x10e)]=['proxyUser','proxyPass',a49_0x211ff9(0xcf),a49_0x211ff9(0x10b)];var a49_0x4ee5f8={};a49_0x4ee5f8['browserstackLocal']=a49_0x211ff9(0x143),a49_0x4ee5f8[a49_0x211ff9(0x10e)]=a49_0x211ff9(0x10e),a49_0x4ee5f8[a49_0x211ff9(0x110)]=a49_0x211ff9(0x10e),a49_0x4ee5f8[a49_0x211ff9(0xdb)]='parallelsPerPlatform',a49_0x4ee5f8[a49_0x211ff9(0x13e)]=a49_0x211ff9(0x13e),a49_0x4ee5f8[a49_0x211ff9(0x133)]=a49_0x211ff9(0x133),a49_0x4ee5f8['httpProxy']=a49_0x211ff9(0x105),a49_0x4ee5f8['httpsProxy']=a49_0x211ff9(0x13a),a49_0x4ee5f8[a49_0x211ff9(0xa3)]='framework',a49_0x4ee5f8[a49_0x211ff9(0x142)]=a49_0x211ff9(0x142),a49_0x4ee5f8[a49_0x211ff9(0x153)]=a49_0x211ff9(0x153),a49_0x4ee5f8['testObservabilityOptions']=a49_0x211ff9(0x117),a49_0x4ee5f8['customVariables']=a49_0x211ff9(0xbd),a49_0x4ee5f8['automation']='browserstackAutomation',a49_0x4ee5f8['browserstackAutomation']=a49_0x211ff9(0xaa),a49_0x4ee5f8[a49_0x211ff9(0x102)]=a49_0x211ff9(0x102),a49_0x4ee5f8[a49_0x211ff9(0x119)]=a49_0x211ff9(0x119),a49_0x4ee5f8['percyOptions']=a49_0x211ff9(0xbc),a49_0x4ee5f8[a49_0x211ff9(0xe4)]='percyCaptureMode',a49_0x4ee5f8['disableAutoCaptureLogs']=a49_0x211ff9(0xf7),a49_0x4ee5f8[a49_0x211ff9(0xd1)]=a49_0x211ff9(0xd1),a49_0x4ee5f8[a49_0x211ff9(0x120)]=a49_0x211ff9(0x120),a49_0x4ee5f8[a49_0x211ff9(0xc7)]='turboScale',a49_0x4ee5f8[a49_0x211ff9(0x14d)]='turboScaleOptions',a49_0x4ee5f8[a49_0x211ff9(0xb4)]=a49_0x211ff9(0xb4);var a49_0x160c7b={};a49_0x160c7b[a49_0x211ff9(0x109)]=a49_0x4a46e7,a49_0x160c7b[a49_0x211ff9(0xb9)]=a49_0x4d034d,a49_0x160c7b[a49_0x211ff9(0xab)]=a49_0x15aa3d,a49_0x160c7b[a49_0x211ff9(0xd0)]=a49_0x4ffd7a,a49_0x160c7b[a49_0x211ff9(0xc3)]=a49_0x56231a,a49_0x160c7b[a49_0x211ff9(0x12d)]=a49_0x35a164,a49_0x160c7b[a49_0x211ff9(0xfe)]=a49_0x361b80,a49_0x160c7b[a49_0x211ff9(0x11a)]=a49_0x3144d5,a49_0x160c7b[a49_0x211ff9(0xed)]=a49_0x3cd708,a49_0x160c7b[a49_0x211ff9(0xb7)]=a49_0x44db3b,a49_0x160c7b['BSTACK_DELTA']=0xf*0x3c*0x3e8,a49_0x160c7b[a49_0x211ff9(0x144)]=a49_0x211ff9(0xcd),a49_0x160c7b['TCG_URL']=a49_0x211ff9(0xf9),a49_0x160c7b[a49_0x211ff9(0xf3)]=a49_0x211ff9(0x12a),a49_0x160c7b[a49_0x211ff9(0xe0)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x160c7b['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x160c7b['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x160c7b['ROOT_CAPS']=[a49_0x211ff9(0xbb),'pageLoadStrategy','strictFileInteractability',a49_0x211ff9(0x131),a49_0x211ff9(0xde),a49_0x211ff9(0x139),a49_0x211ff9(0x125),a49_0x211ff9(0xb1),a49_0x211ff9(0xcb),'chromeOptions','firefoxOptions',a49_0x211ff9(0xea),a49_0x211ff9(0xd4)],a49_0x160c7b[a49_0x211ff9(0xe3)]=/^[\w-]+:.*$/,a49_0x160c7b[a49_0x211ff9(0xc9)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x160c7b[a49_0x211ff9(0xa8)]='https://eds.browserstack.com',a49_0x160c7b[a49_0x211ff9(0x137)]=a49_0x211ff9(0xe6),a49_0x160c7b[a49_0x211ff9(0xc8)]=a49_0x211ff9(0xc5),a49_0x160c7b[a49_0x211ff9(0x149)]=a49_0x211ff9(0x10c),a49_0x160c7b[a49_0x211ff9(0xa4)]=[a49_0x211ff9(0x104),'observability'],a49_0x160c7b[a49_0x211ff9(0xc0)]=[a49_0x211ff9(0x101),'observability'],a49_0x160c7b['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a49_0x211ff9(0x122)],a49_0x160c7b[a49_0x211ff9(0xac)]=a49_0x211ff9(0xa9),a49_0x160c7b[a49_0x211ff9(0x13c)]=[a49_0x211ff9(0x111),a49_0x211ff9(0xf6)],a49_0x160c7b[a49_0x211ff9(0xfc)]=[a49_0x211ff9(0x104)],a49_0x160c7b[a49_0x211ff9(0xe7)]=a49_0x211ff9(0x152),a49_0x160c7b[a49_0x211ff9(0x100)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a49_0x160c7b[a49_0x211ff9(0xc4)]=[a49_0x211ff9(0x101)],a49_0x160c7b[a49_0x211ff9(0xf8)]=[a49_0x211ff9(0xc1),a49_0x211ff9(0x10d),a49_0x211ff9(0xfa),a49_0x211ff9(0xa5),a49_0x211ff9(0xf4),a49_0x211ff9(0x132),a49_0x211ff9(0xe1),a49_0x211ff9(0xef),a49_0x211ff9(0xb0),a49_0x211ff9(0xe2),a49_0x211ff9(0xae),a49_0x211ff9(0xfd),a49_0x211ff9(0xf2),a49_0x211ff9(0xb5),a49_0x211ff9(0x13b),a49_0x211ff9(0xbf),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a49_0x211ff9(0xae),a49_0x211ff9(0xc2),a49_0x211ff9(0x10f)],a49_0x160c7b[a49_0x211ff9(0x115)]=[a49_0x211ff9(0x11c),a49_0x211ff9(0x121),a49_0x211ff9(0xd8)],a49_0x160c7b[a49_0x211ff9(0x116)]=a49_0x211ff9(0x114),a49_0x160c7b[a49_0x211ff9(0xb2)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a49_0x160c7b[a49_0x211ff9(0xcc)]=a49_0x211ff9(0xa7),a49_0x160c7b['PLAYWRIGHT_HUB_URL']=a49_0x211ff9(0x12f),a49_0x160c7b[a49_0x211ff9(0x129)]=a49_0x364a04,a49_0x160c7b[a49_0x211ff9(0x134)]=[a49_0x211ff9(0xd9),'mocha'],a49_0x160c7b[a49_0x211ff9(0xb3)]=a49_0x1cd0e8,a49_0x160c7b[a49_0x211ff9(0x138)]=a49_0x211ff9(0x12c),a49_0x160c7b[a49_0x211ff9(0x14a)]=a49_0x5d9284,a49_0x160c7b[a49_0x211ff9(0x13f)]=0x40*0x400,a49_0x160c7b[a49_0x211ff9(0x126)]=a49_0x211ff9(0x141),a49_0x160c7b[a49_0x211ff9(0x14c)]='Upgrade\x20required',a49_0x160c7b[a49_0x211ff9(0xd3)]='SDKTestTcgDownResponse',a49_0x160c7b[a49_0x211ff9(0xb8)]=a49_0x211ff9(0xd6),a49_0x160c7b[a49_0x211ff9(0xfb)]=a49_0x211ff9(0xee),a49_0x160c7b[a49_0x211ff9(0xa2)]='SDKTestTcgtInitSuccessful',a49_0x160c7b[a49_0x211ff9(0x148)]=a49_0x211ff9(0xce),a49_0x160c7b[a49_0x211ff9(0xca)]=a49_0x211ff9(0x118),a49_0x160c7b[a49_0x211ff9(0xba)]=0x1388,a49_0x160c7b['SET_TCG_TOKEN_TIMEOUT']=0x1388,a49_0x160c7b[a49_0x211ff9(0xc6)]=0x1388,a49_0x160c7b[a49_0x211ff9(0x11f)]=0x1388,a49_0x160c7b[a49_0x211ff9(0xdf)]=0xc350,a49_0x160c7b[a49_0x211ff9(0x124)]=a49_0x384e7d,a49_0x160c7b[a49_0x211ff9(0x112)]=[a49_0x211ff9(0x107),a49_0x211ff9(0x123)],a49_0x160c7b[a49_0x211ff9(0xd5)]=a49_0x4ee5f8,module[a49_0x211ff9(0x127)]=a49_0x160c7b;
1
+ var a49_0x4525b9=a49_0x14d2;(function(_0x1203f6,_0x3e2d1d){var _0x248af6=a49_0x14d2,_0x1bd6c4=_0x1203f6();while(!![]){try{var _0x276956=parseInt(_0x248af6(0x11a))/0x1+-parseInt(_0x248af6(0x133))/0x2*(-parseInt(_0x248af6(0x162))/0x3)+-parseInt(_0x248af6(0x146))/0x4+parseInt(_0x248af6(0x147))/0x5+parseInt(_0x248af6(0x187))/0x6+parseInt(_0x248af6(0x18f))/0x7+-parseInt(_0x248af6(0x11e))/0x8*(parseInt(_0x248af6(0x197))/0x9);if(_0x276956===_0x3e2d1d)break;else _0x1bd6c4['push'](_0x1bd6c4['shift']());}catch(_0x1ae54e){_0x1bd6c4['push'](_0x1bd6c4['shift']());}}}(a49_0x458f,0xde8b0));var a49_0x5e2719={};a49_0x5e2719[a49_0x4525b9(0x1ac)]=a49_0x4525b9(0x1b2),a49_0x5e2719[a49_0x4525b9(0x163)]=a49_0x4525b9(0x145);var a49_0x5aef12={};function a49_0x14d2(_0x355add,_0x326d9e){var _0x458f8a=a49_0x458f();return a49_0x14d2=function(_0x14d232,_0x3e20c4){_0x14d232=_0x14d232-0x11a;var _0x387df5=_0x458f8a[_0x14d232];return _0x387df5;},a49_0x14d2(_0x355add,_0x326d9e);}a49_0x5aef12[a49_0x4525b9(0x1ac)]='Run\x20jest\x20tests\x20on\x20browserstack';var a49_0x3d6682={};a49_0x3d6682['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';var a49_0xaf675f={};a49_0xaf675f['INFO']=a49_0x4525b9(0x16b);var a49_0x43b401={};a49_0x43b401[a49_0x4525b9(0x1ac)]='Run\x20js\x20tests\x20on\x20browserstack';var a49_0x143a71={};a49_0x143a71['INFO']=a49_0x4525b9(0x190);function a49_0x458f(){var _0x25a84f=['proxyUser','Upgrade\x20required','ERR_NAME_NOT_RESOLVED','ERR_TUNNEL_CONNECTION_FAILED','CI_ARTIFACTS_PATH','framework','percyCaptureMode','3xbuKLM','HELP','SDKTestTcgProxyFailure','invalidTestInputType','UPGRADE_REQUIRED','.aab','browserstackLocal','vanilla','accessibility','Run\x20cucumber-js\x20tests\x20on\x20browserstack','OBSERVABILITY_UPLOAD_URL','TCG_DOWN','Run\x20playwright\x20tests\x20on\x20Browserstack','proxySettings','sdk/v1/event','INVALID_INIT_RESP_WITH_USER_IMPACT','CODECEPTJS','browserstack.overridelocalInfo.userAuthToken','PERCY_SUPPORTED_FRAMEWORKS','authToken','codeceptjs','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','REDACTED_KEYS','SHAREABLE_ID_REGEX','percyOptions','accessibilityOptions','MODULE','pageLoadStrategy','userName','browserstack.userName','CODECEPT','ERR_FAILED','ERR_CONNECTION_FAILED','PRIVATE_DOMAIN_OR_IP_REGEX','APP_AUTOMATE','customVariables','https://tcg.browserstack.com','5609646swvxYJ','testObservabilityOptions','browserVersion','SDKTestTcgAuthFailure','httpProxy','automate','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','module','2892596YBqzKn','Run\x20nightwatch\x20tests\x20on\x20browserstack','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','commonjs','turboScaleOptions','unhandledPromptBehavior','browserStackLocalOptions','mocha','9GzEIAo','observability','ERR_CONNECTION_RESET','mandatoryDependency','APP_UPLOAD_URL','SDKTestTcgtInitSuccessful','SDKTestInitFailedResponse','ERR_CONNECTION_REFUSED','PLAYWRIGHT','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','CUSTOM_ID_REGEX','GIT_META_DATA_TRUNCATED','AI_INIT_FAILURE','disableAutoCaptureLogs','ERR_SOCKS_CONNECTION_FAILED','AI_ENABLED_FRAMEWORK','uniqueDependency','BROWSERSTACK_AUTOMATE_URL','jest','NIGHTWATCH','invalidKeys','INFO','browserstackAutomation','SDK_INSTRUMENTATION_CONFIG','JEST','BSTACK_DELTA','APP_AUTOMATE_PRODUCTS','shows\x20version\x20information','accessKey','CODECEPT_CUCUMBER','localOptions','ATS_HUB_URL_REGEX','1655953cRTzLp','CUCUMBER','ERR_ADDRESS_UNREACHABLE','https://eds.browserstack.com','22451096vMHlqX','ERR_BLOCKED_BY_CLIENT','testContextOptions','testObservability','./browserstack-artifacts/','ROOT_REGEX','browserName','firefoxOptions','ERR_CONNECTION_TIMED_OUT','Playwright','SDKTestTcgDownResponse','TCG_AUTH_FAILURE','wss://cdp.browserstack.com/playwright?caps=','parallelsPerPlatform','MAX_GIT_META_DATA_SIZE_IN_BYTES','.ipa','proxyPassword','MOCHA','proxyUrl','use','HUB_URL_REGEX','3152804TGaKPu','Run\x20codeceptjs\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','app-automate','chromeOptions','POLL_HEALING_RESULT_TIMEOUT','SDKTestInvalidTcgAuthResponseWithUserImpact','https://app-automate.browserstack.com/dashboard/v2/builds/','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','VERSION','localProxyPass','BROWSERSTACK_API_URL','PACKAGE_TYPE','timeouts','turboScale','ROOT_CAPS','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','codeceptjs-cucumber','Specify\x20--help\x20for\x20available\x20options','5721484dJFhvw','2838850jleFnr','httpsProxy','ERR_SOCKET_NOT_CONNECTED','VALID_APP_EXTENSION','VANILLA','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_PROXY_CONNECTION_FAILED','proxyPass','acceptSslCert','strictFileInteractability','ieOptions','SET_TCG_TOKEN_TIMEOUT','TCG_AUTH_TIMEOUT','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','ERR_ADDRESS_INVALID','percy','localProxyUser','AUTOMATE_PRODUCTS','AUTOLOGCAPTURE_NOTIFICATION','NUDGE_LOCAL_ERRORS'];a49_0x458f=function(){return _0x25a84f;};return a49_0x458f();}var a49_0x29bf6f={};a49_0x29bf6f['INFO']=a49_0x4525b9(0x16e);var a49_0x20c38d={};a49_0x20c38d['INFO']=a49_0x4525b9(0x134);var a49_0x28b00d={};a49_0x28b00d[a49_0x4525b9(0x1ac)]=a49_0x4525b9(0x13b);var a49_0x3f2327={};a49_0x3f2327[a49_0x4525b9(0x1ac)]=a49_0x4525b9(0x154);var a49_0x313f5d={};a49_0x313f5d[a49_0x4525b9(0x19f)]=a49_0x4525b9(0x127),a49_0x313f5d[a49_0x4525b9(0x12f)]=a49_0x4525b9(0x196),a49_0x313f5d[a49_0x4525b9(0x1af)]=a49_0x4525b9(0x1a9),a49_0x313f5d[a49_0x4525b9(0x180)]='codeceptjs',a49_0x313f5d[a49_0x4525b9(0x1b4)]=a49_0x4525b9(0x144),a49_0x313f5d[a49_0x4525b9(0x11b)]='cucumber';var a49_0x48ca64={};a49_0x48ca64[a49_0x4525b9(0x1ab)]=a49_0x4525b9(0x14c),a49_0x48ca64[a49_0x4525b9(0x1a7)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x48ca64[a49_0x4525b9(0x19a)]=a49_0x4525b9(0x18d),a49_0x48ca64[a49_0x4525b9(0x165)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';var a49_0x2f841c={};a49_0x2f841c['COMMONJS']=a49_0x4525b9(0x192),a49_0x2f841c[a49_0x4525b9(0x17c)]=a49_0x4525b9(0x18e);var a49_0x9abfcf={};a49_0x9abfcf['root']=[a49_0x4525b9(0x17e),a49_0x4525b9(0x1b3),a49_0x4525b9(0x18b),a49_0x4525b9(0x148),a49_0x4525b9(0x185),a49_0x4525b9(0x17f),'browserstack.accessKey',a49_0x4525b9(0x12e),a49_0x4525b9(0x175),a49_0x4525b9(0x130),a49_0x4525b9(0x173)],a49_0x9abfcf['browserStackLocalOptions']=[a49_0x4525b9(0x15b),a49_0x4525b9(0x14e),a49_0x4525b9(0x157),a49_0x4525b9(0x13d)];var a49_0x4fcf60={};a49_0x4fcf60['browserstackLocal']=a49_0x4525b9(0x168),a49_0x4fcf60[a49_0x4525b9(0x195)]='browserStackLocalOptions',a49_0x4fcf60[a49_0x4525b9(0x1b5)]=a49_0x4525b9(0x195),a49_0x4fcf60[a49_0x4525b9(0x12b)]=a49_0x4525b9(0x12b),a49_0x4fcf60['platforms']='platforms',a49_0x4fcf60['logLevel']='logLevel',a49_0x4fcf60[a49_0x4525b9(0x18b)]=a49_0x4525b9(0x18b),a49_0x4fcf60[a49_0x4525b9(0x148)]='httpsProxy',a49_0x4fcf60['framework']=a49_0x4525b9(0x160),a49_0x4fcf60[a49_0x4525b9(0x120)]='testContextOptions',a49_0x4fcf60['testObservability']=a49_0x4525b9(0x121),a49_0x4fcf60[a49_0x4525b9(0x188)]=a49_0x4525b9(0x188),a49_0x4fcf60[a49_0x4525b9(0x185)]=a49_0x4525b9(0x185),a49_0x4fcf60['automation']='browserstackAutomation',a49_0x4fcf60[a49_0x4525b9(0x1ad)]=a49_0x4525b9(0x1ad),a49_0x4fcf60['rerunTests']='rerunTests',a49_0x4fcf60[a49_0x4525b9(0x156)]=a49_0x4525b9(0x156),a49_0x4fcf60['percyOptions']=a49_0x4525b9(0x17a),a49_0x4fcf60[a49_0x4525b9(0x161)]=a49_0x4525b9(0x161),a49_0x4fcf60[a49_0x4525b9(0x1a4)]=a49_0x4525b9(0x1a4),a49_0x4fcf60[a49_0x4525b9(0x16a)]=a49_0x4525b9(0x16a),a49_0x4fcf60['accessibilityOptions']=a49_0x4525b9(0x17b),a49_0x4fcf60[a49_0x4525b9(0x141)]=a49_0x4525b9(0x141),a49_0x4fcf60[a49_0x4525b9(0x193)]=a49_0x4525b9(0x193),a49_0x4fcf60['proxySettings']=a49_0x4525b9(0x16f);var a49_0x246b7e={};a49_0x246b7e[a49_0x4525b9(0x13c)]=a49_0x5e2719,a49_0x246b7e[a49_0x4525b9(0x1af)]=a49_0x5aef12,a49_0x246b7e[a49_0x4525b9(0x12f)]=a49_0x3d6682,a49_0x246b7e['CUCUMBER']=a49_0xaf675f,a49_0x246b7e[a49_0x4525b9(0x14b)]=a49_0x43b401,a49_0x246b7e[a49_0x4525b9(0x1aa)]=a49_0x143a71,a49_0x246b7e[a49_0x4525b9(0x19f)]=a49_0x29bf6f,a49_0x246b7e[a49_0x4525b9(0x172)]=a49_0x20c38d,a49_0x246b7e['HST']=a49_0x28b00d,a49_0x246b7e['INTEGRATIONS']=a49_0x3f2327,a49_0x246b7e[a49_0x4525b9(0x1b0)]=0xf*0x3c*0x3e8,a49_0x246b7e['hubUrl']='https://hub.browserstack.com/wd/hub',a49_0x246b7e['TCG_URL']=a49_0x4525b9(0x186),a49_0x246b7e['TCG_REGION']=a49_0x4525b9(0x131),a49_0x246b7e[a49_0x4525b9(0x132)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x246b7e[a49_0x4525b9(0x1b6)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x246b7e['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x246b7e[a49_0x4525b9(0x142)]=['acceptInsecureCerts',a49_0x4525b9(0x17d),a49_0x4525b9(0x150),a49_0x4525b9(0x194),a49_0x4525b9(0x140),a49_0x4525b9(0x124),a49_0x4525b9(0x189),'acceptSslCerts',a49_0x4525b9(0x14f),a49_0x4525b9(0x137),a49_0x4525b9(0x125),'edgeOptions',a49_0x4525b9(0x151)],a49_0x246b7e[a49_0x4525b9(0x123)]=/^[\w-]+:.*$/,a49_0x246b7e[a49_0x4525b9(0x183)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x246b7e['EDS_URL']=a49_0x4525b9(0x11d),a49_0x246b7e[a49_0x4525b9(0x13e)]='https://api.browserstack.com',a49_0x246b7e[a49_0x4525b9(0x19b)]='https://api-cloud.browserstack.com',a49_0x246b7e['FUNNEL_INSTRUMENTATION_API_URL']=a49_0x4525b9(0x170),a49_0x246b7e[a49_0x4525b9(0x158)]=[a49_0x4525b9(0x18c),'observability'],a49_0x246b7e[a49_0x4525b9(0x1b1)]=['app-automate',a49_0x4525b9(0x198)],a49_0x246b7e[a49_0x4525b9(0x191)]=[a49_0x4525b9(0x198)],a49_0x246b7e[a49_0x4525b9(0x16c)]='https://upload-observability.browserstack.com',a49_0x246b7e['OBSERVABILITY_SUPPORTED_FWS']=['mocha',a49_0x4525b9(0x127)],a49_0x246b7e['AUTOMATE']=['automate'],a49_0x246b7e[a49_0x4525b9(0x1a8)]='https://automate.browserstack.com/dashboard/v2/builds/',a49_0x246b7e['BROWSERSTACK_APP_AUTOMATE_URL']=a49_0x4525b9(0x13a),a49_0x246b7e[a49_0x4525b9(0x184)]=[a49_0x4525b9(0x136)],a49_0x246b7e[a49_0x4525b9(0x15a)]=[a49_0x4525b9(0x181),'ERR_TIMED_OUT',a49_0x4525b9(0x11f),'ERR_NETWORK_CHANGED',a49_0x4525b9(0x149),'ERR_CONNECTION_CLOSED',a49_0x4525b9(0x199),a49_0x4525b9(0x19e),'ERR_CONNECTION_ABORTED',a49_0x4525b9(0x182),a49_0x4525b9(0x15d),a49_0x4525b9(0x155),a49_0x4525b9(0x11c),a49_0x4525b9(0x15e),a49_0x4525b9(0x126),a49_0x4525b9(0x1a5),a49_0x4525b9(0x1a0),a49_0x4525b9(0x14d),a49_0x4525b9(0x15d),'ERR_NAME_RESOLUTION_FAILED',a49_0x4525b9(0x177)],a49_0x246b7e[a49_0x4525b9(0x14a)]=['.apk',a49_0x4525b9(0x167),a49_0x4525b9(0x12d)],a49_0x246b7e[a49_0x4525b9(0x1a1)]=a49_0x4525b9(0x135),a49_0x246b7e[a49_0x4525b9(0x179)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a49_0x246b7e[a49_0x4525b9(0x15f)]=a49_0x4525b9(0x122),a49_0x246b7e['PLAYWRIGHT_HUB_URL']=a49_0x4525b9(0x12a),a49_0x246b7e['FRAMEWORKS']=a49_0x313f5d,a49_0x246b7e[a49_0x4525b9(0x174)]=['jest',a49_0x4525b9(0x196)],a49_0x246b7e['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a49_0x48ca64,a49_0x246b7e[a49_0x4525b9(0x159)]=a49_0x4525b9(0x143),a49_0x246b7e[a49_0x4525b9(0x13f)]=a49_0x2f841c,a49_0x246b7e[a49_0x4525b9(0x12c)]=0x40*0x400,a49_0x246b7e[a49_0x4525b9(0x1a2)]='...[TRUNCATED]',a49_0x246b7e[a49_0x4525b9(0x166)]=a49_0x4525b9(0x15c),a49_0x246b7e[a49_0x4525b9(0x16d)]=a49_0x4525b9(0x128),a49_0x246b7e[a49_0x4525b9(0x171)]=a49_0x4525b9(0x139),a49_0x246b7e[a49_0x4525b9(0x129)]=a49_0x4525b9(0x18a),a49_0x246b7e['AI_INIT_SUCCESSFUL']=a49_0x4525b9(0x19c),a49_0x246b7e[a49_0x4525b9(0x1a3)]=a49_0x4525b9(0x19d),a49_0x246b7e['AI_PROXY_FAILURE']=a49_0x4525b9(0x164),a49_0x246b7e[a49_0x4525b9(0x153)]=0x1388,a49_0x246b7e[a49_0x4525b9(0x152)]=0x1388,a49_0x246b7e['HEALING_LOG_DATA_TIMEOUT']=0x1388,a49_0x246b7e['HEALING_FAILURE_TIMEOUT']=0x1388,a49_0x246b7e[a49_0x4525b9(0x138)]=0xc350,a49_0x246b7e[a49_0x4525b9(0x178)]=a49_0x9abfcf,a49_0x246b7e[a49_0x4525b9(0x1a6)]=[a49_0x4525b9(0x169),a49_0x4525b9(0x176)],a49_0x246b7e[a49_0x4525b9(0x1ae)]=a49_0x4fcf60,module['exports']=a49_0x246b7e;
@@ -1 +1 @@
1
- const a50_0x40350f=a50_0x275c;(function(_0x58e2b8,_0x333465){const _0x25f196=a50_0x275c,_0x3aba20=_0x58e2b8();while(!![]){try{const _0x297a82=-parseInt(_0x25f196(0x1a1))/0x1+-parseInt(_0x25f196(0x1a2))/0x2+parseInt(_0x25f196(0x19e))/0x3*(parseInt(_0x25f196(0x1a0))/0x4)+-parseInt(_0x25f196(0x19a))/0x5+parseInt(_0x25f196(0x1ab))/0x6*(-parseInt(_0x25f196(0x1ad))/0x7)+-parseInt(_0x25f196(0x1a4))/0x8*(-parseInt(_0x25f196(0x1aa))/0x9)+-parseInt(_0x25f196(0x1a7))/0xa*(-parseInt(_0x25f196(0x1a3))/0xb);if(_0x297a82===_0x333465)break;else _0x3aba20['push'](_0x3aba20['shift']());}catch(_0x1a865a){_0x3aba20['push'](_0x3aba20['shift']());}}}(a50_0xe2fc,0xda43d));function a50_0x275c(_0x1e7bbc,_0x481c61){const _0xe2fc6f=a50_0xe2fc();return a50_0x275c=function(_0x275cc9,_0x348658){_0x275cc9=_0x275cc9-0x199;let _0x4354d1=_0xe2fc6f[_0x275cc9];return _0x4354d1;},a50_0x275c(_0x1e7bbc,_0x481c61);}const logReportingAPI=require(a50_0x40350f(0x19f)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x3db091,_0x273f63){return _0x25b8a1=>{const _0x378618=a50_0x275c;BSTestOpsLogger[_0x378618(0x19d)]({'level':_0x25b8a1[_0x378618(0x19c)]?_0x25b8a1['level']['levelStr']:null,'message':_0x25b8a1[_0x378618(0x1ac)]?_0x25b8a1['data'][_0x378618(0x19b)]('\x20'):null});};}exports[a50_0x40350f(0x199)]=(_0x283aa9,_0x3de8f8)=>{const _0x174f1f=a50_0x40350f,_0x15bd6a={'cVgAe':function(_0x287b93,_0x30e696,_0x6d9cac){return _0x287b93(_0x30e696,_0x6d9cac);}};let _0x1928d3=_0x3de8f8[_0x174f1f(0x1ae)];return _0x283aa9[_0x174f1f(0x1a9)]&&(_0x1928d3=_0x3de8f8[_0x174f1f(0x1a9)](_0x283aa9[_0x174f1f(0x1a9)][_0x174f1f(0x1a6)],_0x283aa9[_0x174f1f(0x1a9)])),_0x15bd6a[_0x174f1f(0x1a8)](BSTestOpsLog4JSAppender,_0x1928d3,_0x283aa9[_0x174f1f(0x1a5)]);};function a50_0xe2fc(){const _0x4e579a=['15FfSzgN','./logReportingAPI','1402296kNfnJW','1082577xOdRKj','3335880tsMLCz','25476YWFOzu','8hpfRpq','timezoneOffset','type','15190cVcrSq','cVgAe','layout','2401947FmWZTA','32322qppYDP','data','1897aQWbgi','colouredLayout','configure','2166750OhPKYn','join','level','log'];a50_0xe2fc=function(){return _0x4e579a;};return a50_0xe2fc();}
1
+ function a50_0x2272(){const _0x3f81e5=['levelStr','1073211eTVYoO','92704PeSGXz','layout','10GPvPKO','njDzs','6172497SefXBo','timezoneOffset','1646550xhRCkX','2260868rigGAK','data','./logReportingAPI','colouredLayout','configure','669192GsnhVy','7qpLGfH','level','3399366LOqCOD'];a50_0x2272=function(){return _0x3f81e5;};return a50_0x2272();}const a50_0x30378d=a50_0x57c7;(function(_0x482247,_0x1b37af){const _0x5e6b0d=a50_0x57c7,_0x465c17=_0x482247();while(!![]){try{const _0x7cb8d6=parseInt(_0x5e6b0d(0x95))/0x1*(-parseInt(_0x5e6b0d(0x93))/0x2)+parseInt(_0x5e6b0d(0x92))/0x3+-parseInt(_0x5e6b0d(0x88))/0x4+-parseInt(_0x5e6b0d(0x87))/0x5+parseInt(_0x5e6b0d(0x90))/0x6*(parseInt(_0x5e6b0d(0x8e))/0x7)+parseInt(_0x5e6b0d(0x8d))/0x8+parseInt(_0x5e6b0d(0x97))/0x9;if(_0x7cb8d6===_0x1b37af)break;else _0x465c17['push'](_0x465c17['shift']());}catch(_0x30a072){_0x465c17['push'](_0x465c17['shift']());}}}(a50_0x2272,0x51f75));function a50_0x57c7(_0x284cfc,_0x33024d){const _0x227234=a50_0x2272();return a50_0x57c7=function(_0x57c7a8,_0x5c856f){_0x57c7a8=_0x57c7a8-0x87;let _0x2d320d=_0x227234[_0x57c7a8];return _0x2d320d;},a50_0x57c7(_0x284cfc,_0x33024d);}const logReportingAPI=require(a50_0x30378d(0x8a)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x1ab76d,_0x4cc8eb){return _0x438990=>{const _0x408ca8=a50_0x57c7;BSTestOpsLogger['log']({'level':_0x438990[_0x408ca8(0x8f)]?_0x438990[_0x408ca8(0x8f)][_0x408ca8(0x91)]:null,'message':_0x438990[_0x408ca8(0x89)]?_0x438990[_0x408ca8(0x89)]['join']('\x20'):null});};}exports[a50_0x30378d(0x8c)]=(_0x1c0e38,_0x3aff1d)=>{const _0xb8dc3f=a50_0x30378d,_0x4914ed={'njDzs':function(_0x154f5c,_0x152f85,_0x1105f5){return _0x154f5c(_0x152f85,_0x1105f5);}};let _0x1bfc5b=_0x3aff1d[_0xb8dc3f(0x8b)];return _0x1c0e38[_0xb8dc3f(0x94)]&&(_0x1bfc5b=_0x3aff1d['layout'](_0x1c0e38['layout']['type'],_0x1c0e38[_0xb8dc3f(0x94)])),_0x4914ed[_0xb8dc3f(0x96)](BSTestOpsLog4JSAppender,_0x1bfc5b,_0x1c0e38[_0xb8dc3f(0x98)]);};
@@ -1 +1 @@
1
- const a51_0x58a492=a51_0x2084;function a51_0x2084(_0x1b0362,_0x15efa8){const _0x579a67=a51_0x579a();return a51_0x2084=function(_0x208407,_0x4819f2){_0x208407=_0x208407-0x73;let _0x540ddb=_0x579a67[_0x208407];return _0x540ddb;},a51_0x2084(_0x1b0362,_0x15efa8);}(function(_0x25afc7,_0x13f3fa){const _0x53a0ae=a51_0x2084,_0x4f5f62=_0x25afc7();while(!![]){try{const _0x25d925=parseInt(_0x53a0ae(0x7f))/0x1*(-parseInt(_0x53a0ae(0x83))/0x2)+-parseInt(_0x53a0ae(0x8e))/0x3+-parseInt(_0x53a0ae(0x7c))/0x4*(parseInt(_0x53a0ae(0x85))/0x5)+parseInt(_0x53a0ae(0x7a))/0x6+-parseInt(_0x53a0ae(0x8f))/0x7+parseInt(_0x53a0ae(0x75))/0x8+-parseInt(_0x53a0ae(0x76))/0x9*(-parseInt(_0x53a0ae(0x7b))/0xa);if(_0x25d925===_0x13f3fa)break;else _0x4f5f62['push'](_0x4f5f62['shift']());}catch(_0x42bbb0){_0x4f5f62['push'](_0x4f5f62['shift']());}}}(a51_0x579a,0xb450e));const Transport=require('winston-transport'),{consoleHolder}=require(a51_0x58a492(0x7e)),a51_0x146ad7={};a51_0x146ad7['INFO']=a51_0x58a492(0x8c),a51_0x146ad7[a51_0x58a492(0x8b)]=a51_0x58a492(0x8b),a51_0x146ad7[a51_0x58a492(0x8d)]=a51_0x58a492(0x8d),a51_0x146ad7[a51_0x58a492(0x84)]=a51_0x58a492(0x84),a51_0x146ad7[a51_0x58a492(0x81)]=a51_0x58a492(0x81);const LOG_LEVELS=a51_0x146ad7;class logPatcher extends Transport{constructor(_0x575296){super(_0x575296);}[a51_0x58a492(0x88)]=(_0x588cba=LOG_LEVELS[a51_0x58a492(0x8c)],_0x1b7442=[''])=>{const _0x4a30bb=a51_0x58a492,_0x261c63={};_0x261c63[_0x4a30bb(0x80)]=_0x4a30bb(0x86);const _0x3c4c0b=_0x261c63;consoleHolder[_0x588cba['toLowerCase']()](..._0x1b7442),process[_0x4a30bb(0x7d)](_0x4a30bb(0x89)+process[_0x4a30bb(0x74)],{'timestamp':new Date()['toISOString'](),'level':_0x588cba[_0x4a30bb(0x77)](),'message':'\x22'+_0x1b7442['join'](',\x20')+'\x22','kind':_0x3c4c0b[_0x4a30bb(0x80)],'http_response':{}});};[a51_0x58a492(0x78)]=(..._0x20e184)=>{const _0x2c3a49=a51_0x58a492;this[_0x2c3a49(0x88)](LOG_LEVELS['TRACE'],_0x20e184);};[a51_0x58a492(0x8a)]=(..._0x14202d)=>{const _0x5b69ef=a51_0x58a492;this[_0x5b69ef(0x88)](LOG_LEVELS['DEBUG'],_0x14202d);};[a51_0x58a492(0x87)]=(..._0x239149)=>{const _0x5cbfa5=a51_0x58a492;this[_0x5cbfa5(0x88)](LOG_LEVELS[_0x5cbfa5(0x8c)],_0x239149);};[a51_0x58a492(0x73)]=(..._0x5e8cd1)=>{const _0x412ef2=a51_0x58a492;this['logToTestOps'](LOG_LEVELS[_0x412ef2(0x81)],_0x5e8cd1);};[a51_0x58a492(0x82)]=(..._0xc33f3e)=>{const _0x3563b8=a51_0x58a492;this[_0x3563b8(0x88)](LOG_LEVELS['ERROR'],_0xc33f3e);};['log']=(..._0x222802)=>{const _0x305926=a51_0x58a492;this[_0x305926(0x88)](LOG_LEVELS[_0x305926(0x8c)],_0x222802);};}function a51_0x579a(){const _0xdd7b01=['exports','7837572kgvyFs','20dKuanB','4qAvzZt','emit','../../helpers/test-observability/constants','1455145Mshxxl','klifG','WARN','error','2Ehfzrn','TRACE','6371515EYQYxn','TEST_LOG','info','logToTestOps','bs:addLog:','debug','ERROR','INFO','DEBUG','2294178BIkXee','9471735ECFjaA','warn','pid','3900424RGBUAC','17064171DaovzC','toUpperCase','trace'];a51_0x579a=function(){return _0xdd7b01;};return a51_0x579a();};module[a51_0x58a492(0x79)]=logPatcher;
1
+ const a51_0x281dc9=a51_0x65da;function a51_0x3d53(){const _0x4c2640=['411068PqjcKK','pid','261726Rpmaom','5992ZQGbPT','1hmALJQ','1551dGxWcS','toLowerCase','3092331uarGQI','error','toISOString','231UMKAsz','warn','RvRls','join','INFO','emit','debug','logToTestOps','DEBUG','396510FtjYuY','27rLYNvL','../../helpers/test-observability/constants','exports','TRACE','WARN','ERROR','6dvLTMH','523435gCRjIl','trace','bs:addLog:'];a51_0x3d53=function(){return _0x4c2640;};return a51_0x3d53();}(function(_0x22d37e,_0x292edf){const _0x52fc76=a51_0x65da,_0x44b764=_0x22d37e();while(!![]){try{const _0x41ddff=parseInt(_0x52fc76(0xd2))/0x1*(parseInt(_0x52fc76(0xd0))/0x2)+parseInt(_0x52fc76(0xd3))/0x3+-parseInt(_0x52fc76(0xce))/0x4+parseInt(_0x52fc76(0xcb))/0x5*(-parseInt(_0x52fc76(0xca))/0x6)+-parseInt(_0x52fc76(0xd8))/0x7*(-parseInt(_0x52fc76(0xd1))/0x8)+-parseInt(_0x52fc76(0xe2))/0x9*(parseInt(_0x52fc76(0xe1))/0xa)+parseInt(_0x52fc76(0xd5))/0xb;if(_0x41ddff===_0x292edf)break;else _0x44b764['push'](_0x44b764['shift']());}catch(_0x3deb51){_0x44b764['push'](_0x44b764['shift']());}}}(a51_0x3d53,0x1b0db));const Transport=require('winston-transport'),{consoleHolder}=require(a51_0x281dc9(0xe3)),a51_0x5a05db={};a51_0x5a05db['INFO']='INFO',a51_0x5a05db[a51_0x281dc9(0xc9)]='ERROR',a51_0x5a05db['DEBUG']=a51_0x281dc9(0xe0),a51_0x5a05db[a51_0x281dc9(0xc7)]=a51_0x281dc9(0xc7),a51_0x5a05db[a51_0x281dc9(0xc8)]=a51_0x281dc9(0xc8);const LOG_LEVELS=a51_0x5a05db;class logPatcher extends Transport{constructor(_0x258711){super(_0x258711);}['logToTestOps']=(_0xab7c39=LOG_LEVELS['INFO'],_0x1b78e8=[''])=>{const _0xe21983=a51_0x281dc9,_0x478a6c={};_0x478a6c[_0xe21983(0xda)]='TEST_LOG';const _0x2899f8=_0x478a6c;consoleHolder[_0xab7c39[_0xe21983(0xd4)]()](..._0x1b78e8),process[_0xe21983(0xdd)](_0xe21983(0xcd)+process[_0xe21983(0xcf)],{'timestamp':new Date()[_0xe21983(0xd7)](),'level':_0xab7c39['toUpperCase'](),'message':'\x22'+_0x1b78e8[_0xe21983(0xdb)](',\x20')+'\x22','kind':_0x2899f8[_0xe21983(0xda)],'http_response':{}});};[a51_0x281dc9(0xcc)]=(..._0x3a13f9)=>{const _0x3a7f38=a51_0x281dc9;this[_0x3a7f38(0xdf)](LOG_LEVELS[_0x3a7f38(0xc7)],_0x3a13f9);};[a51_0x281dc9(0xde)]=(..._0x5a27db)=>{const _0x398965=a51_0x281dc9;this[_0x398965(0xdf)](LOG_LEVELS[_0x398965(0xe0)],_0x5a27db);};['info']=(..._0x22360e)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x22360e);};[a51_0x281dc9(0xd9)]=(..._0x27408b)=>{const _0xfb19ee=a51_0x281dc9;this[_0xfb19ee(0xdf)](LOG_LEVELS[_0xfb19ee(0xc8)],_0x27408b);};[a51_0x281dc9(0xd6)]=(..._0x495144)=>{const _0x3217ea=a51_0x281dc9;this[_0x3217ea(0xdf)](LOG_LEVELS['ERROR'],_0x495144);};['log']=(..._0x580071)=>{const _0x5c57d6=a51_0x281dc9;this[_0x5c57d6(0xdf)](LOG_LEVELS[_0x5c57d6(0xdc)],_0x580071);};}function a51_0x65da(_0x40d5cd,_0x31a40a){const _0x3d5370=a51_0x3d53();return a51_0x65da=function(_0x65da43,_0x3fa472){_0x65da43=_0x65da43-0xc7;let _0x146f34=_0x3d5370[_0x65da43];return _0x146f34;},a51_0x65da(_0x40d5cd,_0x31a40a);};module[a51_0x281dc9(0xe4)]=logPatcher;
@@ -1 +1 @@
1
- const a52_0x3d1002=a52_0x5c1c;(function(_0x18f763,_0x580900){const _0x3eb240=a52_0x5c1c,_0x1dc576=_0x18f763();while(!![]){try{const _0x1347d5=parseInt(_0x3eb240(0x18c))/0x1+-parseInt(_0x3eb240(0x194))/0x2+parseInt(_0x3eb240(0x199))/0x3*(-parseInt(_0x3eb240(0x18d))/0x4)+-parseInt(_0x3eb240(0x195))/0x5*(parseInt(_0x3eb240(0x19d))/0x6)+parseInt(_0x3eb240(0x18f))/0x7*(parseInt(_0x3eb240(0x187))/0x8)+parseInt(_0x3eb240(0x196))/0x9+-parseInt(_0x3eb240(0x183))/0xa;if(_0x1347d5===_0x580900)break;else _0x1dc576['push'](_0x1dc576['shift']());}catch(_0x301abd){_0x1dc576['push'](_0x1dc576['shift']());}}}(a52_0x2903,0x7cdb1));const Transport=require(a52_0x3d1002(0x19e)),{consoleHolder}=require(a52_0x3d1002(0x188)),a52_0x35c565={};function a52_0x5c1c(_0x2122e8,_0x4984ca){const _0x2903f9=a52_0x2903();return a52_0x5c1c=function(_0x5c1c99,_0x3c2021){_0x5c1c99=_0x5c1c99-0x17f;let _0x4bba43=_0x2903f9[_0x5c1c99];return _0x4bba43;},a52_0x5c1c(_0x2122e8,_0x4984ca);}a52_0x35c565[a52_0x3d1002(0x193)]=a52_0x3d1002(0x193),a52_0x35c565[a52_0x3d1002(0x19a)]=a52_0x3d1002(0x19a),a52_0x35c565[a52_0x3d1002(0x19b)]=a52_0x3d1002(0x19b),a52_0x35c565[a52_0x3d1002(0x198)]=a52_0x3d1002(0x198),a52_0x35c565[a52_0x3d1002(0x181)]=a52_0x3d1002(0x181);const LOG_LEVELS=a52_0x35c565;function a52_0x2903(){const _0x1feae8=['level','logToTestOps','toLowerCase','8nWdPGY','../../helpers/test-observability/constants','emit','eVrsO','trace','656060gNmgBy','20KssYSq','debug','5377316NzFeRJ','JRQgC','error','warn','INFO','568606SMHPRT','25765FDwwOi','3973203avSTCl','exports','TRACE','572988VVHjxZ','ERROR','DEBUG','iDMLd','78GqwIYy','winston-transport','toUpperCase','raPdg','pid','logged','WARN','toISOString','480340KTmDLh'];a52_0x2903=function(){return _0x1feae8;};return a52_0x2903();}class logReportingAPI extends Transport{constructor(_0x2e3be){super(_0x2e3be);}['log'](_0x45ee80,_0xe2dd38){const _0x276e38=a52_0x3d1002,_0x325250={'iDMLd':_0x276e38(0x180),'kTpJW':function(_0x247590,_0x59ba9c){return _0x247590(_0x59ba9c);},'rkFzA':function(_0x24fca1,_0x58e46f){return _0x24fca1===_0x58e46f;},'raPdg':'object','JRQgC':function(_0x538f6a){return _0x538f6a();}};_0x325250['kTpJW'](setImmediate,()=>{const _0x510da8=_0x276e38;this[_0x510da8(0x189)](_0x325250[_0x510da8(0x19c)],_0x45ee80);}),_0x325250['rkFzA'](typeof _0x45ee80,_0x325250[_0x276e38(0x1a0)])?this[_0x276e38(0x185)](_0x45ee80[_0x276e38(0x184)]||LOG_LEVELS['INFO'],_0x45ee80['message'],![]):this[_0x276e38(0x185)](LOG_LEVELS[_0x276e38(0x193)],_0x45ee80),_0xe2dd38&&_0x325250[_0x276e38(0x190)](_0xe2dd38);}[a52_0x3d1002(0x185)]=(_0x31dcc6=LOG_LEVELS['INFO'],_0x52ca32='',_0x8df055=!![])=>{const _0x5c1dbd=a52_0x3d1002,_0x514dee={};_0x514dee[_0x5c1dbd(0x18a)]='TEST_LOG';const _0x120aa2=_0x514dee;_0x8df055&&consoleHolder[_0x31dcc6[_0x5c1dbd(0x186)]()](_0x52ca32),process['emit']('bs:addLog:'+process[_0x5c1dbd(0x17f)],{'timestamp':new Date()[_0x5c1dbd(0x182)](),'level':_0x31dcc6[_0x5c1dbd(0x19f)](),'message':_0x52ca32,'kind':_0x120aa2[_0x5c1dbd(0x18a)],'http_response':{}});};[a52_0x3d1002(0x18b)]=(_0x32cefe,_0x24b156)=>{const _0x201be3=a52_0x3d1002;this['logToTestOps'](LOG_LEVELS[_0x201be3(0x198)],_0x32cefe);};[a52_0x3d1002(0x18e)]=(_0x4e5348,_0x40bd50)=>{const _0x54e572=a52_0x3d1002;this[_0x54e572(0x185)](LOG_LEVELS[_0x54e572(0x19b)],_0x4e5348);};['info']=(_0x416d3d,_0x58b67c)=>{const _0x49ecba=a52_0x3d1002;this[_0x49ecba(0x185)](LOG_LEVELS[_0x49ecba(0x193)],_0x416d3d);};[a52_0x3d1002(0x192)]=(_0x22d7ca,_0x51ffd1)=>{const _0x5f132f=a52_0x3d1002;this[_0x5f132f(0x185)](LOG_LEVELS[_0x5f132f(0x181)],_0x22d7ca);};[a52_0x3d1002(0x191)]=(_0x21ef8e,_0x3e6ece)=>{const _0x128173=a52_0x3d1002;this[_0x128173(0x185)](LOG_LEVELS[_0x128173(0x19a)],_0x21ef8e);};};module[a52_0x3d1002(0x197)]=logReportingAPI;
1
+ const a52_0x1cab7b=a52_0x5f12;function a52_0x5f12(_0x2ba3fb,_0xb79a1e){const _0x5c8cdd=a52_0x5c8c();return a52_0x5f12=function(_0x5f1239,_0x26c5a7){_0x5f1239=_0x5f1239-0x1ba;let _0x173400=_0x5c8cdd[_0x5f1239];return _0x173400;},a52_0x5f12(_0x2ba3fb,_0xb79a1e);}(function(_0x24cdab,_0x425387){const _0x7927e6=a52_0x5f12,_0x333795=_0x24cdab();while(!![]){try{const _0x5b9405=-parseInt(_0x7927e6(0x1e1))/0x1*(-parseInt(_0x7927e6(0x1ce))/0x2)+parseInt(_0x7927e6(0x1df))/0x3*(parseInt(_0x7927e6(0x1c1))/0x4)+-parseInt(_0x7927e6(0x1c5))/0x5*(parseInt(_0x7927e6(0x1da))/0x6)+parseInt(_0x7927e6(0x1e0))/0x7+-parseInt(_0x7927e6(0x1cf))/0x8*(-parseInt(_0x7927e6(0x1d2))/0x9)+parseInt(_0x7927e6(0x1d8))/0xa*(parseInt(_0x7927e6(0x1c9))/0xb)+parseInt(_0x7927e6(0x1dc))/0xc*(-parseInt(_0x7927e6(0x1de))/0xd);if(_0x5b9405===_0x425387)break;else _0x333795['push'](_0x333795['shift']());}catch(_0x264c67){_0x333795['push'](_0x333795['shift']());}}}(a52_0x5c8c,0xc98ef));const Transport=require('winston-transport'),{consoleHolder}=require(a52_0x1cab7b(0x1db)),a52_0xd599d8={};a52_0xd599d8['INFO']=a52_0x1cab7b(0x1cc),a52_0xd599d8[a52_0x1cab7b(0x1d0)]=a52_0x1cab7b(0x1d0),a52_0xd599d8[a52_0x1cab7b(0x1bb)]=a52_0x1cab7b(0x1bb),a52_0xd599d8[a52_0x1cab7b(0x1d9)]=a52_0x1cab7b(0x1d9),a52_0xd599d8[a52_0x1cab7b(0x1c8)]='WARN';const LOG_LEVELS=a52_0xd599d8;class logReportingAPI extends Transport{constructor(_0x3b1ed8){super(_0x3b1ed8);}['log'](_0x53506f,_0x4b883c){const _0x8cb516=a52_0x1cab7b,_0x2e5e3d={'UJBXd':_0x8cb516(0x1d5),'MDXUv':function(_0x229cf7,_0x2fa947){return _0x229cf7(_0x2fa947);},'weskF':function(_0x545a92,_0x243335){return _0x545a92===_0x243335;},'GqDKD':'object','KNpOI':function(_0x1b5175){return _0x1b5175();}};_0x2e5e3d[_0x8cb516(0x1be)](setImmediate,()=>{const _0x59e2d2=_0x8cb516;this[_0x59e2d2(0x1d1)](_0x2e5e3d[_0x59e2d2(0x1cd)],_0x53506f);}),_0x2e5e3d[_0x8cb516(0x1bd)](typeof _0x53506f,_0x2e5e3d[_0x8cb516(0x1d4)])?this[_0x8cb516(0x1bf)](_0x53506f[_0x8cb516(0x1c6)]||LOG_LEVELS[_0x8cb516(0x1cc)],_0x53506f[_0x8cb516(0x1ba)],![]):this[_0x8cb516(0x1bf)](LOG_LEVELS[_0x8cb516(0x1cc)],_0x53506f),_0x4b883c&&_0x2e5e3d[_0x8cb516(0x1d7)](_0x4b883c);}['logToTestOps']=(_0x1d82fc=LOG_LEVELS[a52_0x1cab7b(0x1cc)],_0x2daa1b='',_0x338325=!![])=>{const _0xa1f18b=a52_0x1cab7b,_0x3780b8={};_0x3780b8['dqQZD']=_0xa1f18b(0x1c2);const _0x22cfbf=_0x3780b8;_0x338325&&consoleHolder[_0x1d82fc[_0xa1f18b(0x1d3)]()](_0x2daa1b),process[_0xa1f18b(0x1d1)](_0xa1f18b(0x1e2)+process[_0xa1f18b(0x1c0)],{'timestamp':new Date()[_0xa1f18b(0x1cb)](),'level':_0x1d82fc[_0xa1f18b(0x1c7)](),'message':_0x2daa1b,'kind':_0x22cfbf[_0xa1f18b(0x1c3)],'http_response':{}});};[a52_0x1cab7b(0x1c4)]=(_0x3dcea9,_0x475ffd)=>{const _0x302be3=a52_0x1cab7b;this['logToTestOps'](LOG_LEVELS[_0x302be3(0x1d9)],_0x3dcea9);};[a52_0x1cab7b(0x1ca)]=(_0x35ddfc,_0x34b9f5)=>{const _0x32c5c1=a52_0x1cab7b;this[_0x32c5c1(0x1bf)](LOG_LEVELS[_0x32c5c1(0x1bb)],_0x35ddfc);};['info']=(_0x246571,_0x3e218d)=>{const _0x19ec38=a52_0x1cab7b;this[_0x19ec38(0x1bf)](LOG_LEVELS[_0x19ec38(0x1cc)],_0x246571);};[a52_0x1cab7b(0x1d6)]=(_0x204f0c,_0x3976d4)=>{const _0x549cf8=a52_0x1cab7b;this[_0x549cf8(0x1bf)](LOG_LEVELS[_0x549cf8(0x1c8)],_0x204f0c);};[a52_0x1cab7b(0x1bc)]=(_0x8ab9f5,_0x33cb0f)=>{const _0x335ba5=a52_0x1cab7b;this[_0x335ba5(0x1bf)](LOG_LEVELS[_0x335ba5(0x1d0)],_0x8ab9f5);};}function a52_0x5c8c(){const _0xef2aa1=['bs:addLog:','message','DEBUG','error','weskF','MDXUv','logToTestOps','pid','4UXARqr','TEST_LOG','dqQZD','trace','95UZRMyR','level','toUpperCase','WARN','11BpIkot','debug','toISOString','INFO','UJBXd','2442470qMVjOG','32uiLigT','ERROR','emit','3329721nHCCou','toLowerCase','GqDKD','logged','warn','KNpOI','6048260OeTPei','TRACE','312324DTJziG','../../helpers/test-observability/constants','306060ogQfQH','exports','806oKNxap','17607qAFbYp','588791MxvUIp','1kjjxLI'];a52_0x5c8c=function(){return _0xef2aa1;};return a52_0x5c8c();};module[a52_0x1cab7b(0x1dd)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0x1db60c=a53_0x36b6;(function(_0x3a99e4,_0x79c18a){const _0x4e90fc=a53_0x36b6,_0x101e0e=_0x3a99e4();while(!![]){try{const _0x1bb2e5=-parseInt(_0x4e90fc(0x1cd))/0x1*(parseInt(_0x4e90fc(0x1a8))/0x2)+parseInt(_0x4e90fc(0x1c0))/0x3+-parseInt(_0x4e90fc(0x1b2))/0x4+parseInt(_0x4e90fc(0x1c1))/0x5*(-parseInt(_0x4e90fc(0x1b1))/0x6)+-parseInt(_0x4e90fc(0x1b6))/0x7*(parseInt(_0x4e90fc(0x1b8))/0x8)+parseInt(_0x4e90fc(0x1c9))/0x9*(-parseInt(_0x4e90fc(0x1a0))/0xa)+parseInt(_0x4e90fc(0x1c7))/0xb;if(_0x1bb2e5===_0x79c18a)break;else _0x101e0e['push'](_0x101e0e['shift']());}catch(_0x4e9b88){_0x101e0e['push'](_0x101e0e['shift']());}}}(a53_0x5b6e,0x6b54d));function a53_0x5b6e(){const _0x5e6c59=['parallelsPerPlatform','1014651WwkFAa','5wxiUEm','args','initialize','path','configuration','proxySettings','35684198pBtkjP','SDK_SETUP','4925196ufpbZS','../../helpers/testhub/testhubHandler','getHubUrl','ThWoj','22350svOUgT','config','exports','index','file','fttBm','cwd','File\x20','existsSync','launchBuild','../../helpers/performance/constants','vanilla','10bpOBRY','forEach','eHOVC','finalExecution','getPlatformName','end','../../helpers/helper','isUndefined','76rGwQkq','modifyBrowserStackCaps','EVENTS','brNAW','uCfem','../../helpers/utilities','npGhr','length','SDK_CLEANUP','3218514lMdNYu','2752400hsOTcz','../../helpers/BrowserStackSetup','Config\x20yml\x20is\x20required','\x20doesn\x27t\x20exist','3650801cIHBcN','useW3C','8avKqIq','../../helpers/performance/performance-tester','push','modifyBrowserStackW3CCaps','finally','platforms','ZhcZb'];a53_0x5b6e=function(){return _0x5e6c59;};return a53_0x5b6e();}function a53_0x36b6(_0x22f17f,_0x4325e9){const _0x5b6e18=a53_0x5b6e();return a53_0x36b6=function(_0x36b6f2,_0x1e3104){_0x36b6f2=_0x36b6f2-0x199;let _0x5e6d24=_0x5b6e18[_0x36b6f2];return _0x5e6d24;},a53_0x36b6(_0x22f17f,_0x4325e9);}const fs=require('fs'),path=require(a53_0x1db60c(0x1c4)),{default:BrowserStackSetup}=require(a53_0x1db60c(0x1b3)),helper=require(a53_0x1db60c(0x1a6)),PerformanceTester=require(a53_0x1db60c(0x1b9)),PerformanceEvents=require(a53_0x1db60c(0x19e))[a53_0x1db60c(0x1aa)],utilities=require(a53_0x1db60c(0x1ad)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a53_0x1db60c(0x1ca));async function run(_0x395871,_0x5ef52d){const _0x16e481=a53_0x1db60c,_0x4d8df5={'uCfem':_0x16e481(0x19f),'ZhcZb':function(_0x58228f,_0xec94b6){return _0x58228f(_0xec94b6);},'npGhr':'File\x20path\x20is\x20required','QzCOD':function(_0x30a59a,_0x392eed){return _0x30a59a(_0x392eed);},'fttBm':function(_0x4141a7,_0x4a63bb){return _0x4141a7(_0x4a63bb);},'eHOVC':_0x16e481(0x1b4),'hKNyc':function(_0x4ad8cc,_0x2e693d){return _0x4ad8cc>_0x2e693d;},'ThWoj':function(_0x56932f,_0x50246d){return _0x56932f*_0x50246d;},'brNAW':function(_0x2485ab,_0x3c01e2,_0x71eb97){return _0x2485ab(_0x3c01e2,_0x71eb97);}},_0x594223=new BrowserStackSetup(_0x395871,_0x4d8df5[_0x16e481(0x1ac)]);await _0x594223[_0x16e481(0x1c3)](),await helper['handleApp'](_0x594223[_0x16e481(0x1ce)]);const _0x497627=[];if(helper[_0x16e481(0x1a7)](_0x395871['_'][0x1]))throw _0x4d8df5[_0x16e481(0x1be)](Error,_0x4d8df5[_0x16e481(0x1ae)]);const _0x151908=path['join'](process[_0x16e481(0x19a)](),_0x395871['_'][0x1]);if(!fs[_0x16e481(0x19c)](_0x151908))throw _0x4d8df5['QzCOD'](Error,_0x16e481(0x19b)+_0x395871['_'][0x1]+_0x16e481(0x1b5));if(!_0x594223['config'])throw _0x4d8df5[_0x16e481(0x199)](Error,_0x4d8df5[_0x16e481(0x1a2)]);const _0x6a3e52=helper[_0x16e481(0x1b7)](_0x594223[_0x16e481(0x1ce)]);_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bd)]&&_0x4d8df5['hKNyc'](_0x594223['config'][_0x16e481(0x1bd)][_0x16e481(0x1af)],0x0)&&_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bd)][_0x16e481(0x1a1)]((_0x35b0c7,_0x33a3f6)=>{const _0x5bec8a=_0x16e481;_0x6a3e52?_0x497627[_0x5bec8a(0x1ba)](helper[_0x5bec8a(0x1bb)](_0x594223[_0x5bec8a(0x1ce)],_0x4d8df5[_0x5bec8a(0x1ac)],_0x33a3f6)):_0x497627[_0x5bec8a(0x1ba)](helper[_0x5bec8a(0x1a9)](_0x594223[_0x5bec8a(0x1ce)],_0x4d8df5[_0x5bec8a(0x1ac)],_0x33a3f6));});let _0x4c5428,_0x47e1d2;const _0x25e9e4=[];if(_0x4d8df5['hKNyc'](_0x497627[_0x16e481(0x1af)],0x0))_0x497627[_0x16e481(0x1a1)]((_0xa439,_0x5a9a06)=>{const _0x3a2906=_0x16e481,_0x3279b2={};_0x3279b2[_0x3a2906(0x1d0)]=_0x5a9a06,_0x4c5428={'server':helper[_0x3a2906(0x1cb)](_0x594223[_0x3a2906(0x1ce)]),'proxySettings':_0x594223['config']['proxySettings'],'platform':helper[_0x3a2906(0x1a4)](_0xa439),'platformCaps':Object['assign'](_0x3279b2,_0x594223[_0x3a2906(0x1ce)][_0x3a2906(0x1bd)][_0x5a9a06])};const _0x4e67c4={'capability':_0xa439,..._0x4c5428};_0x4e67c4['file']=_0x151908,_0x4e67c4[_0x3a2906(0x1c2)]=_0x5ef52d;const _0x53ca48={};_0x53ca48[_0x3a2906(0x1c5)]=_0x4e67c4,_0x47e1d2=_0x53ca48,_0x25e9e4[_0x3a2906(0x1ba)](_0x47e1d2);});else{let _0x3f9ac2;_0x6a3e52?_0x3f9ac2=helper['modifyBrowserStackW3CCaps'](_0x594223[_0x16e481(0x1ce)],_0x4d8df5[_0x16e481(0x1ac)],0x0):_0x3f9ac2=helper[_0x16e481(0x1a9)](_0x594223[_0x16e481(0x1ce)],_0x4d8df5[_0x16e481(0x1ac)],0x0);_0x4c5428={'server':helper[_0x16e481(0x1cb)](_0x594223[_0x16e481(0x1ce)]),'proxySettings':_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1c6)]};const _0x4e3880={'capability':_0x3f9ac2,..._0x4c5428};_0x4e3880[_0x16e481(0x1d1)]=_0x151908,_0x4e3880[_0x16e481(0x1c2)]=_0x5ef52d;const _0x8d4688={};_0x8d4688[_0x16e481(0x1c5)]=_0x4e3880,_0x47e1d2=_0x8d4688,_0x25e9e4[_0x16e481(0x1ba)](_0x47e1d2);}const _0x2480d1=await TestHubHandler[_0x16e481(0x19d)](_0x4d8df5[_0x16e481(0x1ac)],_0x594223),_0x5b514c=_0x4d8df5[_0x16e481(0x1cc)](_0x594223['config'][_0x16e481(0x1bd)][_0x16e481(0x1af)]||0x1,_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bf)]||0x1);PerformanceTester[_0x16e481(0x1a5)](PerformanceEvents[_0x16e481(0x1c8)]),_0x4d8df5[_0x16e481(0x1ab)](parallelVanillaRun,_0x25e9e4,_0x5b514c)['then'](_0x4c6b7f=>{})[_0x16e481(0x1bc)](async()=>{const _0x111cfd=_0x16e481;PerformanceTester['start'](PerformanceEvents[_0x111cfd(0x1b0)]),await utilities[_0x111cfd(0x1a3)](_0x594223);});}module[a53_0x1db60c(0x1cf)]=run;
2
+ 'use strict';const a53_0x5adc53=a53_0x44fa;function a53_0x44fa(_0x1822c8,_0x3ebeca){const _0x4243e5=a53_0x4243();return a53_0x44fa=function(_0x44fa1e,_0x20846e){_0x44fa1e=_0x44fa1e-0x16b;let _0x424b27=_0x4243e5[_0x44fa1e];return _0x424b27;},a53_0x44fa(_0x1822c8,_0x3ebeca);}(function(_0x1ab7b8,_0x20c6b8){const _0x5debf9=a53_0x44fa,_0x4bf162=_0x1ab7b8();while(!![]){try{const _0x221ccb=-parseInt(_0x5debf9(0x184))/0x1*(parseInt(_0x5debf9(0x1a3))/0x2)+-parseInt(_0x5debf9(0x18a))/0x3*(parseInt(_0x5debf9(0x1a2))/0x4)+-parseInt(_0x5debf9(0x181))/0x5+-parseInt(_0x5debf9(0x186))/0x6*(parseInt(_0x5debf9(0x18e))/0x7)+-parseInt(_0x5debf9(0x19b))/0x8+parseInt(_0x5debf9(0x1a5))/0x9*(parseInt(_0x5debf9(0x192))/0xa)+parseInt(_0x5debf9(0x194))/0xb;if(_0x221ccb===_0x20c6b8)break;else _0x4bf162['push'](_0x4bf162['shift']());}catch(_0xb7412f){_0x4bf162['push'](_0x4bf162['shift']());}}}(a53_0x4243,0x83fe1));const fs=require('fs'),path=require(a53_0x5adc53(0x173)),{default:BrowserStackSetup}=require(a53_0x5adc53(0x19c)),helper=require(a53_0x5adc53(0x171)),PerformanceTester=require(a53_0x5adc53(0x199)),PerformanceEvents=require(a53_0x5adc53(0x18b))[a53_0x5adc53(0x177)],utilities=require(a53_0x5adc53(0x175)),{parallelVanillaRun}=require(a53_0x5adc53(0x187)),TestHubHandler=require(a53_0x5adc53(0x185));async function run(_0x51fa52,_0x5c028b){const _0x36353e=a53_0x5adc53,_0x5eacde={'kfWPH':_0x36353e(0x17d),'Kpoeu':function(_0x38b200,_0x25a3b1){return _0x38b200(_0x25a3b1);},'EdPBz':_0x36353e(0x19f),'hVZoR':function(_0x111067,_0x5d4eba){return _0x111067(_0x5d4eba);},'MtauH':function(_0x555c1d,_0x55776a){return _0x555c1d(_0x55776a);},'xOHBb':'Config\x20yml\x20is\x20required','aarKt':function(_0x5ad705,_0x2e9775){return _0x5ad705>_0x2e9775;},'NrVOM':function(_0x3522d8,_0x43d7f5){return _0x3522d8>_0x43d7f5;},'oiZRd':function(_0x517463,_0x5b1abc){return _0x517463*_0x5b1abc;},'aAYrO':function(_0x44f458,_0xb13060,_0xcbcb5a){return _0x44f458(_0xb13060,_0xcbcb5a);}},_0x304afc=new BrowserStackSetup(_0x51fa52,_0x5eacde[_0x36353e(0x16c)]);await _0x304afc['initialize'](),await helper[_0x36353e(0x17a)](_0x304afc[_0x36353e(0x182)]);const _0x43f4bb=[];if(helper['isUndefined'](_0x51fa52['_'][0x1]))throw _0x5eacde[_0x36353e(0x19d)](Error,_0x5eacde[_0x36353e(0x176)]);const _0x88db77=path['join'](process[_0x36353e(0x16d)](),_0x51fa52['_'][0x1]);if(!fs[_0x36353e(0x188)](_0x88db77))throw _0x5eacde['hVZoR'](Error,_0x36353e(0x17e)+_0x51fa52['_'][0x1]+_0x36353e(0x190));if(!_0x304afc['config'])throw _0x5eacde[_0x36353e(0x198)](Error,_0x5eacde[_0x36353e(0x1a1)]);const _0x46c924=helper[_0x36353e(0x19e)](_0x304afc['config']);_0x304afc[_0x36353e(0x182)][_0x36353e(0x18c)]&&_0x5eacde[_0x36353e(0x18d)](_0x304afc[_0x36353e(0x182)][_0x36353e(0x18c)][_0x36353e(0x170)],0x0)&&_0x304afc[_0x36353e(0x182)]['platforms']['forEach']((_0x48f52f,_0x478c4d)=>{const _0x4d8f2d=_0x36353e;_0x46c924?_0x43f4bb['push'](helper[_0x4d8f2d(0x1a4)](_0x304afc['config'],_0x5eacde[_0x4d8f2d(0x16c)],_0x478c4d)):_0x43f4bb['push'](helper['modifyBrowserStackCaps'](_0x304afc[_0x4d8f2d(0x182)],_0x5eacde[_0x4d8f2d(0x16c)],_0x478c4d));});let _0x347ff0,_0x2884f3;const _0x5739bd=[];if(_0x5eacde[_0x36353e(0x180)](_0x43f4bb[_0x36353e(0x170)],0x0))_0x43f4bb[_0x36353e(0x17b)]((_0x19a6e3,_0xb5d1b3)=>{const _0x13b94c=_0x36353e,_0x543d91={};_0x543d91[_0x13b94c(0x191)]=_0xb5d1b3,_0x347ff0={'server':helper[_0x13b94c(0x16e)](_0x304afc[_0x13b94c(0x182)]),'proxySettings':_0x304afc[_0x13b94c(0x182)][_0x13b94c(0x183)],'platform':helper[_0x13b94c(0x17f)](_0x19a6e3),'platformCaps':Object[_0x13b94c(0x179)](_0x543d91,_0x304afc['config'][_0x13b94c(0x18c)][_0xb5d1b3])};const _0x43fcd1={'capability':_0x19a6e3,..._0x347ff0};_0x43fcd1[_0x13b94c(0x197)]=_0x88db77,_0x43fcd1[_0x13b94c(0x19a)]=_0x5c028b;const _0x3e2220={};_0x3e2220[_0x13b94c(0x189)]=_0x43fcd1,_0x2884f3=_0x3e2220,_0x5739bd[_0x13b94c(0x196)](_0x2884f3);});else{let _0x3def64;_0x46c924?_0x3def64=helper[_0x36353e(0x1a4)](_0x304afc['config'],_0x5eacde[_0x36353e(0x16c)],0x0):_0x3def64=helper[_0x36353e(0x172)](_0x304afc[_0x36353e(0x182)],_0x5eacde['kfWPH'],0x0);_0x347ff0={'server':helper[_0x36353e(0x16e)](_0x304afc[_0x36353e(0x182)]),'proxySettings':_0x304afc[_0x36353e(0x182)][_0x36353e(0x183)]};const _0x5861b5={'capability':_0x3def64,..._0x347ff0};_0x5861b5[_0x36353e(0x197)]=_0x88db77,_0x5861b5[_0x36353e(0x19a)]=_0x5c028b;const _0x11002c={};_0x11002c[_0x36353e(0x189)]=_0x5861b5,_0x2884f3=_0x11002c,_0x5739bd[_0x36353e(0x196)](_0x2884f3);}const _0x4d94a7=await TestHubHandler[_0x36353e(0x1a0)](_0x5eacde[_0x36353e(0x16c)],_0x304afc),_0x3b5e43=_0x5eacde['oiZRd'](_0x304afc['config'][_0x36353e(0x18c)][_0x36353e(0x170)]||0x1,_0x304afc[_0x36353e(0x182)]['parallelsPerPlatform']||0x1);PerformanceTester[_0x36353e(0x178)](PerformanceEvents[_0x36353e(0x195)]),_0x5eacde[_0x36353e(0x193)](parallelVanillaRun,_0x5739bd,_0x3b5e43)[_0x36353e(0x16f)](_0x49b6af=>{})[_0x36353e(0x16b)](async()=>{const _0x2cc34d=_0x36353e;PerformanceTester['start'](PerformanceEvents[_0x2cc34d(0x17c)]),await utilities[_0x2cc34d(0x174)](_0x304afc);});}module[a53_0x5adc53(0x18f)]=run;function a53_0x4243(){const _0x1765d6=['\x20doesn\x27t\x20exist','index','10wTOPxJ','aAYrO','33305206xnHcuj','SDK_SETUP','push','file','MtauH','../../helpers/performance/performance-tester','args','5841904ttzIwR','../../helpers/BrowserStackSetup','Kpoeu','useW3C','File\x20path\x20is\x20required','launchBuild','xOHBb','16KSgPBX','787102FJcNbV','modifyBrowserStackW3CCaps','4804623bWyliS','finally','kfWPH','cwd','getHubUrl','then','length','../../helpers/helper','modifyBrowserStackCaps','path','finalExecution','../../helpers/utilities','EdPBz','EVENTS','end','assign','handleApp','forEach','SDK_CLEANUP','vanilla','File\x20','getPlatformName','NrVOM','2973210QrhbcG','config','proxySettings','1SqGcFL','../../helpers/testhub/testhubHandler','6WuuZGl','../test-runner','existsSync','configuration','619653rZiQnc','../../helpers/performance/constants','platforms','aarKt','3334219xWsrQc','exports'];a53_0x4243=function(){return _0x1765d6;};return a53_0x4243();}
@@ -1 +1 @@
1
- const a54_0x1ff472=a54_0x48fe;function a54_0x4d11(){const _0x7f881d=['platformVersion','PReJK','exports','osVersion','TMqIe','78MxcXfV','idEtb','SFnXz','customVariables','Epnqv','set','__platformCaps','platform','7SGkVxS','deviceName','OvFyT','11395692TAMrOU','947988YGedjy','pfoJP','2481480IGniPR','XKmfs','1691520CVemKr','394926WgFLjO','os_version','hHKiz','2002392qFdkmC','15068jeMFtz','./helpers/metadata','platform_version','hrtnW','setTestMetadata','browser'];a54_0x4d11=function(){return _0x7f881d;};return a54_0x4d11();}function a54_0x48fe(_0x1d7449,_0x28ca43){const _0x4d111c=a54_0x4d11();return a54_0x48fe=function(_0x48fe4d,_0x33155e){_0x48fe4d=_0x48fe4d-0x16e;let _0x3d6a65=_0x4d111c[_0x48fe4d];return _0x3d6a65;},a54_0x48fe(_0x1d7449,_0x28ca43);}(function(_0x57d304,_0x3312a2){const _0x42a357=a54_0x48fe,_0x44e9c9=_0x57d304();while(!![]){try{const _0x4ae6d4=parseInt(_0x42a357(0x17a))/0x1+parseInt(_0x42a357(0x17e))/0x2*(parseInt(_0x42a357(0x189))/0x3)+parseInt(_0x42a357(0x17d))/0x4+parseInt(_0x42a357(0x177))/0x5+-parseInt(_0x42a357(0x175))/0x6*(-parseInt(_0x42a357(0x171))/0x7)+parseInt(_0x42a357(0x179))/0x8+-parseInt(_0x42a357(0x174))/0x9;if(_0x4ae6d4===_0x3312a2)break;else _0x44e9c9['push'](_0x44e9c9['shift']());}catch(_0x38b749){_0x44e9c9['push'](_0x44e9c9['shift']());}}}(a54_0x4d11,0xa8b0a));const TestMetadata=require(a54_0x1ff472(0x17f));class BrowserStackSdk{static['getCurrentPlatform'](){const _0x808fc9=a54_0x1ff472,_0xaa18ad={};_0xaa18ad[_0x808fc9(0x18d)]=_0x808fc9(0x17b),_0xaa18ad[_0x808fc9(0x176)]=_0x808fc9(0x187),_0xaa18ad['hHKiz']=_0x808fc9(0x183),_0xaa18ad[_0x808fc9(0x185)]='browserName',_0xaa18ad['sDrDy']='browser_version',_0xaa18ad[_0x808fc9(0x18a)]='browserVersion',_0xaa18ad['jEVRR']='device',_0xaa18ad[_0x808fc9(0x178)]=_0x808fc9(0x172),_0xaa18ad[_0x808fc9(0x18b)]=_0x808fc9(0x170),_0xaa18ad['VuOTb']='platformName',_0xaa18ad[_0x808fc9(0x173)]=_0x808fc9(0x180),_0xaa18ad[_0x808fc9(0x181)]=_0x808fc9(0x184),_0xaa18ad[_0x808fc9(0x188)]=_0x808fc9(0x18c);const _0x45a526=_0xaa18ad,_0x503e2d={};if(global[_0x808fc9(0x16f)]){const _0x118c1f=global[_0x808fc9(0x16f)],_0x21d72f=_0x118c1f[_0x45a526[_0x808fc9(0x18d)]]||_0x118c1f[_0x45a526[_0x808fc9(0x176)]],_0x1d17f1=_0x118c1f[_0x45a526[_0x808fc9(0x17c)]]||_0x118c1f[_0x45a526[_0x808fc9(0x185)]],_0x5eba9a=_0x118c1f[_0x45a526['sDrDy']]||_0x118c1f[_0x45a526[_0x808fc9(0x18a)]],_0x325a29=_0x118c1f[_0x45a526['jEVRR']]||_0x118c1f[_0x45a526[_0x808fc9(0x178)]],_0x5660dd=_0x118c1f[_0x45a526[_0x808fc9(0x18b)]]||_0x118c1f[_0x45a526['VuOTb']],_0x180ddb=_0x118c1f[_0x45a526[_0x808fc9(0x173)]]||_0x118c1f[_0x45a526['hrtnW']];_0x118c1f['os']&&(_0x503e2d['os']=_0x118c1f['os']),_0x21d72f&&(_0x503e2d[_0x45a526[_0x808fc9(0x176)]]=_0x21d72f),_0x1d17f1&&(_0x503e2d[_0x45a526[_0x808fc9(0x185)]]=_0x1d17f1),_0x5eba9a&&(_0x503e2d[_0x45a526[_0x808fc9(0x18a)]]=_0x5eba9a),_0x325a29&&(_0x503e2d[_0x45a526[_0x808fc9(0x178)]]=_0x325a29),_0x5660dd&&(_0x503e2d[_0x45a526['VuOTb']]=_0x5660dd),_0x180ddb&&(_0x503e2d[_0x45a526['hrtnW']]=_0x180ddb),_0x118c1f[_0x45a526[_0x808fc9(0x188)]]&&(_0x503e2d[_0x45a526['TMqIe']]=_0x118c1f[_0x45a526[_0x808fc9(0x188)]]);}return _0x503e2d;}static[a54_0x1ff472(0x182)](_0x181b6e={}){const _0x25b00b=a54_0x1ff472;TestMetadata[_0x25b00b(0x16e)](_0x181b6e);}}module[a54_0x1ff472(0x186)]=BrowserStackSdk;
1
+ const a54_0x11e764=a54_0xbb9b;(function(_0x39ee5c,_0x540587){const _0x25c46e=a54_0xbb9b,_0x5c418b=_0x39ee5c();while(!![]){try{const _0x5e1b18=parseInt(_0x25c46e(0x152))/0x1+-parseInt(_0x25c46e(0x16c))/0x2+-parseInt(_0x25c46e(0x163))/0x3*(parseInt(_0x25c46e(0x153))/0x4)+parseInt(_0x25c46e(0x161))/0x5*(-parseInt(_0x25c46e(0x154))/0x6)+-parseInt(_0x25c46e(0x168))/0x7*(-parseInt(_0x25c46e(0x170))/0x8)+-parseInt(_0x25c46e(0x16b))/0x9*(parseInt(_0x25c46e(0x14e))/0xa)+parseInt(_0x25c46e(0x162))/0xb;if(_0x5e1b18===_0x540587)break;else _0x5c418b['push'](_0x5c418b['shift']());}catch(_0x114aa7){_0x5c418b['push'](_0x5c418b['shift']());}}}(a54_0x3597,0xd1217));const TestMetadata=require('./helpers/metadata');function a54_0xbb9b(_0x3568ec,_0x376d39){const _0x359771=a54_0x3597();return a54_0xbb9b=function(_0xbb9b89,_0x572515){_0xbb9b89=_0xbb9b89-0x14d;let _0x2a4bcd=_0x359771[_0xbb9b89];return _0x2a4bcd;},a54_0xbb9b(_0x3568ec,_0x376d39);}class BrowserStackSdk{static[a54_0x11e764(0x15c)](){const _0x21495d=a54_0x11e764,_0x3e35a6={};_0x3e35a6[_0x21495d(0x16d)]=_0x21495d(0x14d),_0x3e35a6[_0x21495d(0x150)]=_0x21495d(0x160),_0x3e35a6[_0x21495d(0x16f)]=_0x21495d(0x155),_0x3e35a6['licSp']=_0x21495d(0x151),_0x3e35a6['gubyA']=_0x21495d(0x157),_0x3e35a6['IllMA']=_0x21495d(0x159),_0x3e35a6['pwSCP']='device',_0x3e35a6[_0x21495d(0x15a)]='deviceName',_0x3e35a6[_0x21495d(0x172)]=_0x21495d(0x14f),_0x3e35a6[_0x21495d(0x16a)]=_0x21495d(0x15b),_0x3e35a6[_0x21495d(0x15d)]=_0x21495d(0x166),_0x3e35a6['NffBd']='platformVersion',_0x3e35a6['bIERF']=_0x21495d(0x15f);const _0x28b0e8=_0x3e35a6,_0x514597={};if(global['__platformCaps']){const _0x3cf567=global[_0x21495d(0x156)],_0x2001dc=_0x3cf567[_0x28b0e8[_0x21495d(0x16d)]]||_0x3cf567[_0x28b0e8[_0x21495d(0x150)]],_0x53cedd=_0x3cf567[_0x28b0e8[_0x21495d(0x16f)]]||_0x3cf567[_0x28b0e8[_0x21495d(0x16e)]],_0x9175c7=_0x3cf567[_0x28b0e8[_0x21495d(0x171)]]||_0x3cf567[_0x28b0e8[_0x21495d(0x158)]],_0x382955=_0x3cf567[_0x28b0e8['pwSCP']]||_0x3cf567[_0x28b0e8[_0x21495d(0x15a)]],_0x913a02=_0x3cf567[_0x28b0e8[_0x21495d(0x172)]]||_0x3cf567[_0x28b0e8['nvvDJ']],_0x4eb864=_0x3cf567[_0x28b0e8[_0x21495d(0x15d)]]||_0x3cf567[_0x28b0e8[_0x21495d(0x165)]];_0x3cf567['os']&&(_0x514597['os']=_0x3cf567['os']),_0x2001dc&&(_0x514597[_0x28b0e8[_0x21495d(0x150)]]=_0x2001dc),_0x53cedd&&(_0x514597[_0x28b0e8[_0x21495d(0x16e)]]=_0x53cedd),_0x9175c7&&(_0x514597[_0x28b0e8[_0x21495d(0x158)]]=_0x9175c7),_0x382955&&(_0x514597[_0x28b0e8[_0x21495d(0x15a)]]=_0x382955),_0x913a02&&(_0x514597[_0x28b0e8[_0x21495d(0x16a)]]=_0x913a02),_0x4eb864&&(_0x514597[_0x28b0e8[_0x21495d(0x165)]]=_0x4eb864),_0x3cf567[_0x28b0e8[_0x21495d(0x15e)]]&&(_0x514597[_0x28b0e8[_0x21495d(0x15e)]]=_0x3cf567[_0x28b0e8[_0x21495d(0x15e)]]);}return _0x514597;}static[a54_0x11e764(0x169)](_0x2f43c4={}){const _0x1e23f0=a54_0x11e764;TestMetadata[_0x1e23f0(0x167)](_0x2f43c4);}}module[a54_0x11e764(0x164)]=BrowserStackSdk;function a54_0x3597(){const _0x36be6f=['platformName','getCurrentPlatform','BMcJl','bIERF','customVariables','osVersion','2714995Kotdgy','34560977adsMfj','45adXRvl','exports','NffBd','platform_version','set','1205253FcxXKp','setTestMetadata','nvvDJ','918kncTwa','534602UIqbyC','cZpUk','licSp','lhygh','32ftcYPN','gubyA','JpZon','os_version','133910cPCLtD','platform','hhNOP','browserName','964071CYHabx','180244TBPYcp','18ZMdklu','browser','__platformCaps','browser_version','IllMA','browserVersion','NNcPf'];a54_0x3597=function(){return _0x36be6f;};return a54_0x3597();}