browserstack-node-sdk 1.28.0 → 1.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) 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/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customEnvironment.js +1 -1
  43. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  44. package/src/bin/jest/jest.setup.js +1 -1
  45. package/src/bin/jest/test_before.setup.js +1 -1
  46. package/src/bin/launcher/launcher.js +1 -1
  47. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  48. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  49. package/src/bin/mocha/command.js +1 -1
  50. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  51. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  52. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  53. package/src/bin/mocha/test.setup.js +1 -1
  54. package/src/bin/nightwatch/command.js +1 -1
  55. package/src/bin/playwright/accessibility-helper.js +1 -1
  56. package/src/bin/playwright/command.js +1 -1
  57. package/src/bin/playwright/globalSetup.js +1 -1
  58. package/src/bin/playwright/mock-process.js +1 -1
  59. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  60. package/src/bin/playwright/reporter/reporter.js +1 -1
  61. package/src/bin/playwright/reporter/test-details.js +1 -1
  62. package/src/bin/runner.js +1 -1
  63. package/src/bin/setup.js +1 -1
  64. package/src/bin/test-runner/index.js +1 -1
  65. package/src/bin/test-runner/runTest.js +1 -1
  66. package/src/bin/test-runner/testWorker.js +1 -1
  67. package/src/bin/utils/constants.js +1 -1
  68. package/src/bin/utils/log4jsAppender.js +1 -1
  69. package/src/bin/utils/logPatcher.js +1 -1
  70. package/src/bin/utils/logReportingAPI.js +1 -1
  71. package/src/bin/vanilla-js/command.js +1 -1
  72. package/src/helpers/BrowserStackSetup.js +1 -1
  73. package/src/helpers/accessibility-automation/constants.js +1 -1
  74. package/src/helpers/accessibility-automation/helper.js +1 -1
  75. package/src/helpers/ats/constants.js +1 -1
  76. package/src/helpers/ats/helper.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/request-spy.js +1 -1
  82. package/src/helpers/setKeepAlive.js +1 -1
  83. package/src/helpers/test-observability/constants.js +1 -1
  84. package/src/helpers/test-observability/error-handler.js +1 -1
  85. package/src/helpers/test-observability/performance-tester.js +1 -1
  86. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  87. package/src/helpers/test-observability/sessionHandler.js +1 -1
  88. package/src/helpers/test-observability/utils.js +1 -1
  89. package/src/helpers/w3cMapping.js +1 -1
  90. package/src/hubAllocationMethods.js +1 -1
  91. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a31_0x2f8079=a31_0x165e;(function(_0x32310d,_0x570721){const _0x465f48=a31_0x165e,_0x2474de=_0x32310d();while(!![]){try{const _0x5032e9=-parseInt(_0x465f48(0x161))/0x1+parseInt(_0x465f48(0x19f))/0x2+parseInt(_0x465f48(0x1d4))/0x3+-parseInt(_0x465f48(0x1a1))/0x4+-parseInt(_0x465f48(0x19a))/0x5*(-parseInt(_0x465f48(0x193))/0x6)+parseInt(_0x465f48(0x1f5))/0x7+parseInt(_0x465f48(0x18a))/0x8*(parseInt(_0x465f48(0x171))/0x9);if(_0x5032e9===_0x570721)break;else _0x2474de['push'](_0x2474de['shift']());}catch(_0xf71258){_0x2474de['push'](_0x2474de['shift']());}}}(a31_0x2b34,0x2aee0));function a31_0x165e(_0x19d96d,_0x3977bf){const _0x2b34b6=a31_0x2b34();return a31_0x165e=function(_0x165e0c,_0x568e49){_0x165e0c=_0x165e0c-0x14f;let _0x314fc0=_0x2b34b6[_0x165e0c];return _0x314fc0;},a31_0x165e(_0x19d96d,_0x3977bf);}const Worker=require(a31_0x2f8079(0x1e5))[a31_0x2f8079(0x150)],Emittery=require(a31_0x2f8079(0x1ed)),pLimit=require(a31_0x2f8079(0x1a5)),logger=require(a31_0x2f8079(0x1ee))[a31_0x2f8079(0x18d)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x2f8079(0x1cf)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x2f8079(0x1e4));checkAccessibility=_0x5dd582=>{const _0x240d48=a31_0x2f8079,_0x176f51={};_0x176f51['WVWMG']=_0x240d48(0x1df),_0x176f51[_0x240d48(0x1c8)]=function(_0x6486b0,_0x226525){return _0x6486b0+_0x226525;},_0x176f51[_0x240d48(0x1c3)]='results',_0x176f51['gpQky']=function(_0x154b25,_0x37ea17){return _0x154b25!==_0x37ea17;},_0x176f51[_0x240d48(0x180)]=_0x240d48(0x16c),_0x176f51[_0x240d48(0x1ca)]=function(_0x18bc0c,_0x391ec2){return _0x18bc0c===_0x391ec2;},_0x176f51['vFcOv']='PvtUz',_0x176f51[_0x240d48(0x170)]=_0x240d48(0x198),_0x176f51[_0x240d48(0x1c0)]=function(_0x12933e,_0x1e9079){return _0x12933e!==_0x1e9079;},_0x176f51[_0x240d48(0x16b)]=_0x240d48(0x1af),_0x176f51[_0x240d48(0x186)]=_0x240d48(0x1b0),_0x176f51['gchnW']=function(_0x2e38d7,_0x40f60d){return _0x2e38d7!==_0x40f60d;},_0x176f51[_0x240d48(0x16d)]=_0x240d48(0x1b6);const _0x59548f=_0x176f51;let _0x386cad=![];try{if(_0x59548f[_0x240d48(0x1c0)](_0x59548f[_0x240d48(0x16b)],_0x59548f[_0x240d48(0x186)]))_0x5dd582[_0x240d48(0x16e)]['forEach'](_0x3f80d2=>{const _0x5bca63=_0x240d48;if(_0x59548f[_0x5bca63(0x1eb)](_0x59548f['geqvt'],_0x59548f[_0x5bca63(0x180)])){if(_0x126ebd[_0x1d1c72[0x0]])_0x45645a[_0x2e48ad[0x0]][_0x59548f[_0x5bca63(0x1c5)]]=_0x59548f[_0x5bca63(0x1c8)](_0x314105[_0x35c227[0x0]][_0x59548f[_0x5bca63(0x1c5)]],_0xc39a4[0x1][_0x59548f[_0x5bca63(0x1c5)]]),_0xf06d53[_0x3ce7f1[0x0]][_0x59548f[_0x5bca63(0x1c3)]]=[..._0x80fb63[_0xdf24f5[0x0]][_0x59548f[_0x5bca63(0x1c3)]],..._0x11e5f7[0x1][_0x59548f[_0x5bca63(0x1c3)]]];else{const _0x5dbe9e={};_0x5dbe9e['failureCount']=_0xb422fb[0x1][_0x59548f[_0x5bca63(0x1c5)]],_0x5dbe9e[_0x5bca63(0x181)]=[..._0x18780e[0x1][_0x59548f[_0x5bca63(0x1c3)]]],_0x232571[_0x2afca8[0x0]]=_0x5dbe9e;}}else{if(_0x59548f[_0x5bca63(0x1ca)](_0x3f80d2[_0x5bca63(0x1c1)],!![])){if(_0x59548f[_0x5bca63(0x1eb)](_0x59548f['vFcOv'],_0x59548f[_0x5bca63(0x170)]))return _0x386cad=!![],!![];else _0x425f88=_0x3eb4de;}}});else{const _0x591a49={};_0x591a49[_0x240d48(0x1df)]=_0x5cd30a[0x1][_0x59548f['WVWMG']],_0x591a49[_0x240d48(0x181)]=[..._0x26a0b0[0x1][_0x59548f['LgbBt']]],_0x1b9ed1[_0x45ece2[0x0]]=_0x591a49;}}catch(_0x573524){if(_0x59548f[_0x240d48(0x1b1)](_0x59548f[_0x240d48(0x16d)],_0x59548f[_0x240d48(0x16d)]))return _0xe7e1b9[_0x240d48(0x1f1)](_0x45a1e2);else logger['debug'](_0x240d48(0x1c2)+_0x573524);}return _0x386cad;},exports[a31_0x2f8079(0x15a)]=(_0x462a46,_0x415674,_0x9de814)=>new Promise(async _0x59ce1e=>{const _0x52e267=a31_0x2f8079,_0x46efcf={'kxWzS':function(_0x4f2bc7,_0x37e7c9){return _0x4f2bc7===_0x37e7c9;},'mzalE':function(_0x380739,_0x17c002){return _0x380739===_0x17c002;},'nupID':_0x52e267(0x177),'LHsPi':_0x52e267(0x151),'ZrDEQ':function(_0x4d40c1,_0x512db4){return _0x4d40c1!==_0x512db4;},'yDRIf':_0x52e267(0x172),'iFvCp':_0x52e267(0x1df),'wJLiG':function(_0x418a2c,_0x399dbd){return _0x418a2c+_0x399dbd;},'jumgv':_0x52e267(0x181),'ocqwl':_0x52e267(0x1b7),'tzVxQ':'mTNxl','TXyai':function(_0xcbcde7,_0x14e76a){return _0xcbcde7===_0x14e76a;},'yXMld':function(_0x435b9a,_0x28d03e){return _0x435b9a!==_0x28d03e;},'iCoOy':_0x52e267(0x19b),'DluMl':_0x52e267(0x178),'EKFlZ':function(_0xa60024,_0x58af8e){return _0xa60024===_0x58af8e;},'LFRaZ':function(_0x2c7826,_0x567547){return _0x2c7826!==_0x567547;},'blOsR':_0x52e267(0x18f),'XjZuI':_0x52e267(0x153),'qfSwj':function(_0xea1d3f,_0x11cf12){return _0xea1d3f!==_0x11cf12;},'IQlwP':_0x52e267(0x165),'SOIMt':function(_0x5e0358){return _0x5e0358();},'yyYVB':function(_0x5008f1,_0x394456){return _0x5008f1===_0x394456;},'ljWis':_0x52e267(0x15d),'PsqYU':function(_0x52f469,_0x75b7e8){return _0x52f469(_0x75b7e8);},'blHGx':_0x52e267(0x159),'pwbzY':_0x52e267(0x1cb),'likoS':function(_0x4c7ccc,_0x362941){return _0x4c7ccc===_0x362941;},'nWKBU':_0x52e267(0x1ea),'Kaigd':_0x52e267(0x1be),'TjtlL':function(_0x329cc3,_0x5eb243){return _0x329cc3(_0x5eb243);},'AOfbJ':function(_0x4b0454,_0x21288e){return _0x4b0454(_0x21288e);},'OAcbg':_0x52e267(0x185),'JLhmR':_0x52e267(0x1aa),'Ugnks':_0x52e267(0x18e),'BuJrX':_0x52e267(0x1d1),'WErHL':_0x52e267(0x1cd),'NGlHF':function(_0x540096,_0x2b4bbd){return _0x540096===_0x2b4bbd;},'WRxMk':'true','HnUdW':'dyUmz','aVLBB':'LzvFE','Cwzml':function(_0x356022,_0x1cb4ed,_0x4d5311){return _0x356022(_0x1cb4ed,_0x4d5311);},'rstat':_0x52e267(0x194),'BrkGv':_0x52e267(0x1b5),'JtxOt':_0x52e267(0x196),'XywCD':_0x52e267(0x1db),'xdyic':function(_0xce1b7c,_0xfcb57b){return _0xce1b7c*_0xfcb57b;},'dXUGL':_0x52e267(0x1bd),'QKLKb':_0x52e267(0x19d)},_0x2de72c={};if(_0x46efcf[_0x52e267(0x1bf)](isTestObservabilitySession)){if(_0x46efcf[_0x52e267(0x1ab)](_0x46efcf[_0x52e267(0x162)],_0x46efcf[_0x52e267(0x1b2)])){const _0x9b8c34={..._0x9de814};_0x9b8c34['root_dir_path']='',await SessionHandler[_0x52e267(0x199)](_0x9b8c34,{'frameworkName':_0x46efcf[_0x52e267(0x190)],'frameworkVersion':_0x46efcf[_0x52e267(0x195)](getFrameworkVersion,_0x46efcf[_0x52e267(0x190)])});}else _0x1fbd4d['debug'](_0x52e267(0x1c2)+_0x128a6a);}let _0x39ae0d=_0x46efcf[_0x52e267(0x1c4)](process[_0x52e267(0x1f6)][_0x52e267(0x174)],_0x46efcf[_0x52e267(0x1a2)]);process[_0x52e267(0x1f6)][_0x52e267(0x1f2)]=_0x46efcf[_0x52e267(0x17b)](checkAccessibility,_0x9de814),_0x39ae0d=_0x39ae0d||_0x46efcf[_0x52e267(0x1e1)](process[_0x52e267(0x1f6)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x46efcf[_0x52e267(0x1a2)]);if(_0x39ae0d){if(_0x46efcf['qfSwj'](_0x46efcf[_0x52e267(0x17e)],_0x46efcf[_0x52e267(0x1e9)])){const [_0xcdf98b,_0x3f94ff]=await _0x46efcf[_0x52e267(0x1b4)](createAccessibilityTestRun,_0x9de814,_0x46efcf[_0x52e267(0x190)]);logger[_0x52e267(0x155)](_0x52e267(0x156)+_0x3f94ff),process[_0x52e267(0x1f6)][_0x52e267(0x1a8)]=_0xcdf98b,process['env']['BS_A11Y_TEST_RUN_ID']=_0x3f94ff;}else _0x31e515[_0x52e267(0x152)]([_0x4991f8[0x0],_0x5af4e8[0x1]]);}const _0x466e5f=new Worker(require[_0x52e267(0x15f)](_0x46efcf[_0x52e267(0x157)]),{'exposedMethods':[_0x46efcf[_0x52e267(0x1ec)]],'forkOptions':{'serialization':_0x46efcf[_0x52e267(0x19e)],'stdio':_0x46efcf[_0x52e267(0x1e6)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x46efcf['xdyic'](_0x415674,0x1),'enableWorkerThreads':!![]}),_0x412221=new Emittery();_0x412221['on'](_0x46efcf[_0x52e267(0x1d3)],_0x3a81c0=>{const _0x39abd1=_0x52e267;if(_0x46efcf[_0x39abd1(0x1e8)](_0x46efcf[_0x39abd1(0x189)],_0x46efcf[_0x39abd1(0x183)]))_0xaec445[0x0]&&_0x3fe557[_0x39abd1(0x1ef)]('Running\x20'+_0x5b06dc[0x1]+_0x39abd1(0x17a),_0x54367d[0x0]);else{if(_0x2de72c[_0x3a81c0[0x0]]){if(_0x46efcf[_0x39abd1(0x163)](_0x46efcf[_0x39abd1(0x1bb)],_0x46efcf[_0x39abd1(0x1bb)]))return _0x40602b=!![],!![];else _0x2de72c[_0x3a81c0[0x0]][_0x46efcf[_0x39abd1(0x1c9)]]=_0x46efcf[_0x39abd1(0x1e3)](_0x2de72c[_0x3a81c0[0x0]][_0x46efcf[_0x39abd1(0x1c9)]],_0x3a81c0[0x1][_0x46efcf[_0x39abd1(0x1c9)]]),_0x2de72c[_0x3a81c0[0x0]][_0x46efcf[_0x39abd1(0x1d5)]]=[..._0x2de72c[_0x3a81c0[0x0]][_0x46efcf[_0x39abd1(0x1d5)]],..._0x3a81c0[0x1][_0x46efcf[_0x39abd1(0x1d5)]]];}else{if(_0x46efcf[_0x39abd1(0x163)](_0x46efcf[_0x39abd1(0x1c6)],_0x46efcf[_0x39abd1(0x1a9)]))_0x2de72c[_0x3a81c0[0x0]]={'failureCount':_0x3a81c0[0x1][_0x46efcf[_0x39abd1(0x1c9)]],'results':[..._0x3a81c0[0x1][_0x46efcf[_0x39abd1(0x1d5)]]]};else{if(_0x46efcf[_0x39abd1(0x18c)](_0x248d70[_0x39abd1(0x1c1)],!![]))return _0x18600d=!![],!![];}}}}),_0x412221['on'](_0x46efcf[_0x52e267(0x17c)],_0x376cca=>console[_0x52e267(0x1b8)](_0x376cca[0x1]));if(_0x466e5f[_0x52e267(0x17d)]())_0x466e5f[_0x52e267(0x17d)]()[_0x52e267(0x1db)](process[_0x52e267(0x1ba)]);if(_0x466e5f['getStderr']())_0x466e5f['getStderr']()['pipe'](process[_0x52e267(0x1ad)]);const _0x862878=async()=>{const _0x194c01=_0x52e267,_0x56c490={'MRjuT':_0x46efcf[_0x194c01(0x16a)],'SRGLK':function(_0x33208c,_0x3951b1){const _0x106022=_0x194c01;return _0x46efcf[_0x106022(0x1de)](_0x33208c,_0x3951b1);}};if(_0x46efcf[_0x194c01(0x1ab)](_0x46efcf[_0x194c01(0x1d8)],_0x46efcf['XjZuI'])){const {forceExited:_0x333316}=await _0x466e5f[_0x194c01(0x1bc)]();_0x333316&&(_0x46efcf[_0x194c01(0x1e2)](_0x46efcf[_0x194c01(0x1a0)],_0x46efcf['IQlwP'])?_0x2c6808['error'](_0x56c490['MRjuT']):console[_0x194c01(0x18b)](_0x46efcf['DluMl']));if(_0x46efcf['SOIMt'](isAccessibilityAutomationSession)){if(_0x46efcf[_0x194c01(0x182)](_0x46efcf[_0x194c01(0x1d6)],_0x46efcf[_0x194c01(0x1d6)]))await _0x46efcf[_0x194c01(0x17b)](stopAccessibilityTestRun,_0x9de814)[_0x194c01(0x15c)](_0x608848=>{const _0x2b73a8=_0x194c01,_0x4c0a49={'SrJJv':function(_0x55d22a,_0x397447){return _0x46efcf['TXyai'](_0x55d22a,_0x397447);},'HFobb':function(_0x37ede6,_0x3a2120){return _0x46efcf['yXMld'](_0x37ede6,_0x3a2120);}};_0x46efcf['kxWzS'](_0x46efcf[_0x2b73a8(0x1e7)],_0x46efcf[_0x2b73a8(0x1e7)])?logger[_0x2b73a8(0x18b)](_0x2b73a8(0x1a4)+_0x608848):_0x4c0a49[_0x2b73a8(0x154)](_0x4356eb,0x0)&&_0x4c0a49[_0x2b73a8(0x188)](_0xf65be2,0x0)&&(_0x12a41c=_0x12a741);});else{const _0x6d43f5={'qDKRM':function(_0x2a32d5,_0x3f6c7a){return _0x56c490['SRGLK'](_0x2a32d5,_0x3f6c7a);}};_0x5a2aed['platforms']['forEach'](_0x50ba31=>{const _0x2901dd=_0x194c01;if(_0x6d43f5[_0x2901dd(0x1ce)](_0x50ba31[_0x2901dd(0x1c1)],!![]))return _0xffeac=!![],!![];});}}if(_0x46efcf[_0x194c01(0x1bf)](isTestObservabilitySession)){if(_0x46efcf['EKFlZ'](_0x46efcf[_0x194c01(0x1ae)],_0x46efcf['blHGx']))try{_0x46efcf[_0x194c01(0x1e1)](_0x46efcf['pwbzY'],_0x46efcf['pwbzY'])?await SessionHandler['stop']():_0x38ace0[_0x194c01(0x18b)](_0x56c490['MRjuT']);}catch(_0x582cfd){_0x46efcf[_0x194c01(0x1e0)](_0x46efcf[_0x194c01(0x1d7)],_0x46efcf[_0x194c01(0x1b9)])?(_0x2ef066[_0x12649c[0x0]][_0x46efcf[_0x194c01(0x1c9)]]=_0x46efcf[_0x194c01(0x1e3)](_0x7cc93f[_0xa181bf[0x0]][_0x46efcf[_0x194c01(0x1c9)]],_0x1d3916[0x1][_0x46efcf[_0x194c01(0x1c9)]]),_0x22fdd3[_0x2e29d7[0x0]][_0x46efcf['jumgv']]=[..._0x319c35[_0x288247[0x0]][_0x46efcf[_0x194c01(0x1d5)]],..._0x13df0a[0x1][_0x46efcf[_0x194c01(0x1d5)]]]):_0x46efcf[_0x194c01(0x195)](debug,_0x194c01(0x1d9)+_0x582cfd);}else _0x3dc970[_0x194c01(0x18b)](_0x46efcf[_0x194c01(0x16a)]);}_0x46efcf[_0x194c01(0x17b)](_0x59ce1e,_0x2de72c);}else _0x22539d[_0x194c01(0x18b)](_0x194c01(0x1a4)+_0x478646);},_0xc755ed=_0x46efcf[_0x52e267(0x1dc)](pLimit,_0x46efcf['xdyic'](_0x415674,0x1)),_0x2b205a=_0x559f25=>_0xc755ed(async()=>{const _0x5193ea=_0x52e267;if(_0x46efcf[_0x5193ea(0x1e2)](_0x46efcf[_0x5193ea(0x187)],_0x46efcf[_0x5193ea(0x187)]))_0x46efcf[_0x5193ea(0x1dc)](_0x2ead2c,_0x5193ea(0x1d9)+_0x3d29db);else return await _0x412221[_0x5193ea(0x175)](_0x46efcf['JLhmR'],_0x559f25),_0x466e5f['worker'](_0x559f25,_0x9de814);});Promise['all'](_0x462a46[_0x52e267(0x167)](_0x302f78=>_0x2b205a(_0x302f78)[_0x52e267(0x1f3)](_0x48e103=>_0x412221['emit'](_0x52e267(0x1bd),[_0x302f78['configuration']['platform'],_0x48e103]),_0x23ed45=>_0x412221[_0x52e267(0x175)](_0x52e267(0x19d),[_0x302f78,_0x23ed45]))))['then'](_0x862878,_0x862878);}),exports[a31_0x2f8079(0x192)]=(_0x3ab502,_0x2c2edb,_0x3007bf,_0x175d1f,_0x18653b)=>{const _0x34cade=a31_0x2f8079,_0x37326b={'pqXDP':'Workers\x20failed\x20to\x20exit\x20gracefully','BheEa':function(_0x1375e7,_0x5c1a59){return _0x1375e7(_0x5c1a59);},'ZxuGn':'platform-run-start','FZkjT':_0x34cade(0x194),'KEcwn':_0x34cade(0x15b),'AKalV':_0x34cade(0x196),'EZSNU':_0x34cade(0x1db),'yzzCX':_0x34cade(0x1a7),'UvMzQ':_0x34cade(0x1dd)};return new Promise(_0x497675=>{const _0x431128=_0x34cade,_0x469f88={};_0x469f88['qeAeV']=_0x37326b[_0x431128(0x19c)];const _0x358fc0=_0x469f88,_0xfbec2=[],_0x2bbb98=new Worker(require['resolve'](_0x37326b[_0x431128(0x14f)]),{'exposedMethods':[_0x37326b[_0x431128(0x1cc)]],'forkOptions':{'serialization':_0x37326b[_0x431128(0x17f)],'stdio':_0x37326b['EZSNU']},'numWorkers':_0x3ab502[_0x431128(0x16f)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x31399f=new Emittery();_0x31399f['on'](_0x37326b['yzzCX'],_0x563d35=>{const _0x34365a=_0x431128;_0xfbec2[_0x34365a(0x152)]([_0x563d35[0x0],_0x563d35[0x1]]);}),_0x31399f['on'](_0x37326b[_0x431128(0x179)],_0x39949f=>console[_0x431128(0x1b8)](_0x39949f[0x1]));if(_0x2bbb98[_0x431128(0x17d)]())_0x2bbb98[_0x431128(0x17d)]()[_0x431128(0x1db)](process[_0x431128(0x1ba)]);if(_0x2bbb98[_0x431128(0x1a6)]())_0x2bbb98['getStderr']()[_0x431128(0x1db)](process[_0x431128(0x1ad)]);const _0x1bb819=async()=>{const _0x5d61b1=_0x431128,{forceExited:_0x53ddb}=await _0x2bbb98[_0x5d61b1(0x1bc)]();_0x53ddb&&console['error'](_0x37326b['pqXDP']),_0x37326b[_0x5d61b1(0x169)](_0x497675,_0xfbec2);},_0x468f42=_0x37326b[_0x431128(0x169)](pLimit,_0x3ab502[_0x431128(0x16f)]),_0x408753=_0x4d1e00=>_0x468f42(async()=>{const _0x21df39=_0x431128;return await _0x31399f[_0x21df39(0x175)](_0x358fc0['qeAeV'],_0x4d1e00),_0x2bbb98[_0x21df39(0x15b)](_0x4d1e00,_0x2c2edb,_0x3007bf,_0x175d1f,_0x18653b);});Promise[_0x431128(0x166)](_0x3ab502[_0x431128(0x167)](_0xb222de=>_0x408753(_0xb222de)[_0x431128(0x1f3)](_0x742a8e=>_0x31399f[_0x431128(0x175)](_0x431128(0x1a7),[_0xb222de,_0x742a8e]),_0x453b59=>_0x31399f[_0x431128(0x175)](_0x431128(0x1dd),[_0xb222de,_0x453b59]))))[_0x431128(0x1f3)](_0x1bb819,_0x1bb819);});},exports[a31_0x2f8079(0x173)]=(_0x35d05e,_0x31727d)=>new Promise(_0xe7a1f4=>{const _0x16c407=a31_0x2f8079,_0x29f1db={'lhWuf':function(_0x3a9ad0,_0x358409){return _0x3a9ad0===_0x358409;},'rIbeG':function(_0x2aece9,_0x418184){return _0x2aece9!==_0x418184;},'Hydoj':_0x16c407(0x160),'aIUfv':_0x16c407(0x178),'FdyMq':function(_0x17ea9e,_0x48c0d1){return _0x17ea9e(_0x48c0d1);},'TZtCk':'./testWorker.js','TqzYI':_0x16c407(0x1f1),'ueiPw':_0x16c407(0x196),'fLMEk':'pipe','MbMox':'test-file-success','ZriZg':'test-file-failure'},_0x3a5b36={},_0x5c02f6=new Worker(require[_0x16c407(0x15f)](_0x29f1db[_0x16c407(0x184)]),{'exposedMethods':[_0x29f1db[_0x16c407(0x158)]],'forkOptions':{'serialization':_0x29f1db['ueiPw'],'stdio':_0x29f1db[_0x16c407(0x1d2)]},'numWorkers':_0x31727d,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3e826f=new Emittery();_0x3e826f['on'](_0x29f1db['MbMox'],_0x25fa26=>{const _0xabc4b0=_0x16c407;_0x25fa26[0x0]&&logger[_0xabc4b0(0x1ef)](_0xabc4b0(0x1f0)+_0x25fa26[0x1]+_0xabc4b0(0x17a),_0x25fa26[0x0]);}),_0x3e826f['on'](_0x29f1db[_0x16c407(0x191)],_0x5929bd=>console[_0x16c407(0x1b8)](_0x5929bd[0x1]));if(_0x5c02f6[_0x16c407(0x17d)]())_0x5c02f6[_0x16c407(0x17d)]()[_0x16c407(0x1db)](process[_0x16c407(0x1ba)]);if(_0x5c02f6['getStderr']())_0x5c02f6[_0x16c407(0x1a6)]()[_0x16c407(0x1db)](process[_0x16c407(0x1ad)]);const _0x48f3c6=async()=>{const _0x274e3e=_0x16c407;let _0x5ebbd9=0x0;const _0x5628d4=_0x5c02f6[_0x274e3e(0x164)]['getWorkers'](),_0x1ec74a=()=>{},_0x12f989=_0x5628d4[_0x274e3e(0x167)](async _0x1a652b=>{const _0x5bc603=_0x274e3e,_0xfe2fe9={'YLEHT':function(_0xa6bd17,_0x4f1a13){return _0x29f1db['lhWuf'](_0xa6bd17,_0x4f1a13);},'znGvh':function(_0x4d1982,_0x501026){const _0x340931=a31_0x165e;return _0x29f1db[_0x340931(0x1b3)](_0x4d1982,_0x501026);}};_0x1a652b[_0x5bc603(0x1ac)]([0x2,![]],_0x1ec74a,_0x1ec74a,_0x1ec74a),_0x1a652b[_0x5bc603(0x1da)]['on'](_0x29f1db[_0x5bc603(0x1f4)],_0x5f41c2=>{const _0x4e9e20=_0x5bc603;_0xfe2fe9['YLEHT'](_0x5ebbd9,0x0)&&_0xfe2fe9[_0x4e9e20(0x168)](_0x5f41c2,0x0)&&(_0x5ebbd9=_0x5f41c2);}),await _0x1a652b['waitForExit']();});await Promise[_0x274e3e(0x166)](_0x12f989),process[_0x274e3e(0x176)]=_0x5ebbd9;const {forceExited:_0x2c5b03}=await _0x5c02f6[_0x274e3e(0x1bc)]();_0x2c5b03&&console[_0x274e3e(0x18b)](_0x29f1db[_0x274e3e(0x1d0)]),_0x29f1db['FdyMq'](_0xe7a1f4,_0x3a5b36);},_0xbe8d6f=_0x29f1db[_0x16c407(0x1c7)](pLimit,_0x31727d),_0x57377d=_0x2ca47f=>_0xbe8d6f(async()=>{const _0x566f7e=_0x16c407;return _0x5c02f6[_0x566f7e(0x1f1)](_0x2ca47f);});Promise['all'](_0x35d05e[_0x16c407(0x167)](_0x341cba=>_0x57377d(_0x341cba)[_0x16c407(0x1f3)](_0x3413cd=>_0x3e826f[_0x16c407(0x175)]('test-file-success',[_0x341cba[_0x16c407(0x1a3)][_0x16c407(0x15e)],_0x341cba[_0x16c407(0x1a3)][_0x16c407(0x197)]]),_0x13d45a=>_0x3e826f[_0x16c407(0x175)]('test-file-failure',[_0x341cba,_0x13d45a]))))[_0x16c407(0x1f3)](_0x48f3c6,_0x48f3c6);});function a31_0x2b34(){const _0x598c6d=['HnUdW','AKalV','geqvt','results','yyYVB','LHsPi','TZtCk','rwlmv','NNneZ','OAcbg','HFobb','nupID','8RROZHg','error','kxWzS','winstonLogger','hojPN','mirhX','WErHL','ZriZg','parallelCucumberRun','5274ztWxzK','./testWorker.js','TjtlL','json','file','XUwPo','launch','335SofmrD','msdAj','ZxuGn','test-file-failure','JtxOt','109226oWRzki','IQlwP','1115544zurRUY','WRxMk','configuration','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','p-limit','getStderr','platform-run-success','BS_A11Y_JWT','tzVxQ','test-file-start','LFRaZ','send','stderr','blHGx','mjhMu','yYoyO','gchnW','BuJrX','rIbeG','Cwzml','worker','LafGX','PNfuz','log','Kaigd','stdout','yDRIf','end','test-file-success','uFLKN','SOIMt','HwmYv','accessibility','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','LgbBt','NGlHF','WVWMG','ocqwl','FdyMq','uiNpZ','iFvCp','lGEyH','fpFNI','KEcwn','mocha','qDKRM','../../helpers/accessibility-automation/helper','aIUfv','VodLS','fLMEk','dXUGL','475824SDlEcf','jumgv','ljWis','nWKBU','blOsR','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','_child','pipe','AOfbJ','platform-run-failure','EKFlZ','failureCount','likoS','TXyai','qfSwj','wJLiG','../../helpers/test-observability/utils','jest-worker','XywCD','iCoOy','mzalE','aVLBB','WVRpM','gpQky','BrkGv','emittery','../../helpers/logger','info','Running\x20','vanillaWorker','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','then','Hydoj','884450TkVVrm','env','FZkjT','Worker','pjrhG','push','cqcdS','SrJJv','debug','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','rstat','TqzYI','alcxw','parallelTestRun','cucumberWorker','catch','wyTYp','platform','resolve','exit','158347YGMdIx','Ugnks','ZrDEQ','_workerPool','rMVks','all','map','znGvh','BheEa','DluMl','UrxCE','LvdIA','QWmWq','platforms','length','uDtfK','1931481QAAsUK','pfNeH','parallelVanillaRun','BROWSERSTACK_TEST_ACCESSIBILITY_YML','emit','exitCode','PeLrv','Workers\x20failed\x20to\x20exit\x20gracefully','UvMzQ','\x20for','PsqYU','QKLKb','getStdout'];a31_0x2b34=function(){return _0x598c6d;};return a31_0x2b34();}
1
+ const a31_0x28a51f=a31_0x49de;(function(_0x50d6e8,_0x312984){const _0x30c6e=a31_0x49de,_0x301b4e=_0x50d6e8();while(!![]){try{const _0x5daa29=-parseInt(_0x30c6e(0xe3))/0x1+parseInt(_0x30c6e(0xc7))/0x2*(parseInt(_0x30c6e(0x12a))/0x3)+parseInt(_0x30c6e(0xbe))/0x4+-parseInt(_0x30c6e(0xd3))/0x5*(-parseInt(_0x30c6e(0xe6))/0x6)+parseInt(_0x30c6e(0xaf))/0x7*(parseInt(_0x30c6e(0xe5))/0x8)+parseInt(_0x30c6e(0x110))/0x9*(-parseInt(_0x30c6e(0xda))/0xa)+-parseInt(_0x30c6e(0x12d))/0xb;if(_0x5daa29===_0x312984)break;else _0x301b4e['push'](_0x301b4e['shift']());}catch(_0x175f49){_0x301b4e['push'](_0x301b4e['shift']());}}}(a31_0x16d2,0x57cb0));function a31_0x16d2(){const _0x5854c3=['16gnNKku','SpKIs','etrfG','log','yFGed','jqigH','kjjte','Running\x20','emit','FPSno','bDBdO','Pwdlm','46330beZpTw','eKNQF','ZSMfc','qhPVU','bUJmh','aCaAk','FZldA','790ckIPgZ','QAMPz','iblRQ','Nuoni','test-file-start','QDbyb','pFkIe','JBgOl','MwkCM','310159HELmMc','getStderr','1013872Uxloxp','18aKTbtA','BJQln','debug','uDXke','cucumberWorker','uYNOM','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','Worker','stderr','fJCaJ','platform','uqTXq','getStdout','_workerPool','_child','hpDKQ','vzYqP','Daafc','exitCode','push','fUiHF','p-limit','BS_A11Y_TEST_RUN_ID','\x20for','kBMeJ','length','lokkv','iJdNS','uQFpK','ivZTF','yxmXA','VHYiK','RhbcS','info','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','dwHxZ','qIeQK','results','zBkla','Hwrnt','ebXRD','GviIS','13626QVqGql','zyitS','uyVQV','pipe','fNKjv','fNzuX','cEQIZ','FFQbq','worker','YYwag','winstonLogger','./testWorker.js','ZFjFS','dJvRZ','vCtXo','HmCff','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','rOHxn','hQNhT','AruJo','test-file-success','../../helpers/logger','yvwuo','IzSIs','uTGQx','EYHuP','268530SkKpdl','emittery','end','9652049zmKMii','failureCount','map','taMNI','bDuHs','true','error','llpoO','wtkGD','MIzje','UoUrC','BROWSERSTACK_TEST_ACCESSIBILITY_YML','laoer','ASbcR','xeftS','launch','Uyxcv','UforV','xNMwj','iPaPX','platform-run-success','waitForExit','hxAZg','HzfDs','rfbgl','aeNgf','mocha','../../helpers/accessibility-automation/helper','forEach','platform-run-start','AeUSF','gSmNW','QpEWc','HvVOR','send','platform-run-failure','qeosX','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','dkaAQ','TvXdb','all','stdout','BklFC','ENIwt','configuration','dGkXP','test-file-failure','Workers\x20failed\x20to\x20exit\x20gracefully','then','nmwSB','resolve','35WbtemW','aUTbR','LOvlV','UXtEe','AhJzv','STqFy','jrEtO','platforms','OntlX','UxgvQ','czXBd','json','borLl','MSVOn','UpRqj','1157104TQirDf','parallelCucumberRun','QRkQi','stop','accessibility','WkGJS','catch','ahRIX','GPLcL'];a31_0x16d2=function(){return _0x5854c3;};return a31_0x16d2();}const Worker=require('jest-worker')[a31_0x28a51f(0xed)],Emittery=require(a31_0x28a51f(0x12b)),pLimit=require(a31_0x28a51f(0xfb)),logger=require(a31_0x28a51f(0x125))[a31_0x28a51f(0x11a)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x28a51f(0x97)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils');function a31_0x49de(_0x1fff54,_0x1a0ec4){const _0x16d287=a31_0x16d2();return a31_0x49de=function(_0x49de10,_0x537c4f){_0x49de10=_0x49de10-0x7f;let _0x3e2290=_0x16d287[_0x49de10];return _0x3e2290;},a31_0x49de(_0x1fff54,_0x1a0ec4);}checkAccessibility=_0x403064=>{const _0x416331=a31_0x28a51f,_0x2251b8={};_0x2251b8[_0x416331(0xc0)]=function(_0x3cc9c5,_0x1d3e62){return _0x3cc9c5===_0x1d3e62;},_0x2251b8['bDBdO']=function(_0x399dd7,_0x51c240){return _0x399dd7!==_0x51c240;},_0x2251b8['QAMPz']=_0x416331(0x12e),_0x2251b8[_0x416331(0x8e)]=_0x416331(0x10b),_0x2251b8[_0x416331(0xdc)]='oDudu',_0x2251b8[_0x416331(0x95)]=_0x416331(0x116),_0x2251b8[_0x416331(0xfe)]=function(_0x3c9781,_0x23f036){return _0x3c9781===_0x23f036;},_0x2251b8[_0x416331(0x100)]=_0x416331(0x9c),_0x2251b8[_0x416331(0x102)]=function(_0x26ba6a,_0x3c1ca0){return _0x26ba6a===_0x3c1ca0;},_0x2251b8[_0x416331(0x105)]=function(_0xccd12a,_0x5ed9be){return _0xccd12a===_0x5ed9be;},_0x2251b8[_0x416331(0x94)]=_0x416331(0xc3),_0x2251b8[_0x416331(0x126)]='StCWo',_0x2251b8[_0x416331(0xeb)]=_0x416331(0xef);const _0x35593f=_0x2251b8;let _0x26354d=![];try{if(_0x35593f[_0x416331(0x105)](_0x35593f['rfbgl'],_0x35593f[_0x416331(0x94)]))_0x403064[_0x416331(0xb6)][_0x416331(0x98)](_0x339b74=>{const _0x418601=_0x416331,_0x5d7d69={'BSfky':function(_0x3295f6,_0x26f5cb){const _0x2dd383=a31_0x49de;return _0x35593f[_0x2dd383(0xc0)](_0x3295f6,_0x26f5cb);},'Daafc':function(_0x4592bd,_0x5443f8){return _0x35593f['bDBdO'](_0x4592bd,_0x5443f8);},'uqTXq':_0x35593f[_0x418601(0xdb)],'vCtXo':_0x35593f['xNMwj']};if(_0x35593f['bDBdO'](_0x35593f[_0x418601(0xdc)],_0x35593f[_0x418601(0x95)])){if(_0x35593f[_0x418601(0xfe)](_0x339b74[_0x418601(0xc2)],!![])){if(_0x35593f[_0x418601(0xd1)](_0x35593f['lokkv'],_0x35593f['lokkv']))_0x5d7d69['BSfky'](_0x219b3a,0x0)&&_0x5d7d69[_0x418601(0xf7)](_0x4d3f72,0x0)&&(_0x2c61c2=_0x2b9a62);else return _0x26354d=!![],!![];}}else{const _0x300bd8={};_0x300bd8[_0x418601(0x12e)]=_0x760af5[0x1][_0x5d7d69[_0x418601(0xf1)]],_0x300bd8[_0x418601(0x10b)]=[..._0x47491b[0x1][_0x5d7d69[_0x418601(0x11e)]]],_0x1d2490[_0x22cee9[0x0]]=_0x300bd8;}});else{if(_0x35593f[_0x416331(0x102)](_0x105c55[_0x416331(0xc2)],!![]))return _0x1ea1a6=!![],!![];}}catch(_0x1f164f){_0x35593f[_0x416331(0xd1)](_0x35593f[_0x416331(0x126)],_0x35593f[_0x416331(0xeb)])?logger[_0x416331(0xe8)](_0x416331(0xec)+_0x1f164f):_0x58ec82[0x0]&&_0x2271a8[_0x416331(0x107)](_0x416331(0xce)+_0x160c14[0x1]+_0x416331(0xfd),_0x24295f[0x0]);}return _0x26354d;},exports['parallelTestRun']=(_0x197076,_0x159c32,_0x5a145c)=>new Promise(async _0xc96b74=>{const _0x51d80d=a31_0x28a51f,_0x1f3c2e={'fNKjv':function(_0x19012e,_0x5c87ec){return _0x19012e===_0x5c87ec;},'dJvRZ':_0x51d80d(0x12e),'YYwag':function(_0x35af98,_0x29246e){return _0x35af98+_0x29246e;},'UXtEe':_0x51d80d(0x10b),'nmwSB':_0x51d80d(0xab),'Nuoni':function(_0x5dc286,_0x56bf87){return _0x5dc286===_0x56bf87;},'BJQln':_0x51d80d(0x109),'bVIQt':_0x51d80d(0xc6),'gSmNW':function(_0x174451,_0x27a5b3){return _0x174451!==_0x27a5b3;},'yFGed':'EMEvk','vZyMM':'HYMKC','kvlRE':function(_0x1d7a85,_0x559972){return _0x1d7a85!==_0x559972;},'UxgvQ':'jHmbj','aUTbR':function(_0x3fe181,_0x4b4d4a){return _0x3fe181===_0x4b4d4a;},'borLl':'TTvwB','IzSIs':_0x51d80d(0xd7),'uTGQx':function(_0x28ddc1,_0xa1856a){return _0x28ddc1===_0xa1856a;},'laoer':_0x51d80d(0x8a),'Uyxcv':_0x51d80d(0x83),'qhPVU':_0x51d80d(0x121),'EYHuP':function(_0x51f1da){return _0x51f1da();},'SpKIs':_0x51d80d(0x103),'DAyPP':_0x51d80d(0xe2),'kjjte':function(_0x2401c2,_0x545d13){return _0x2401c2(_0x545d13);},'eKNQF':function(_0x4a48bc){return _0x4a48bc();},'oIZvy':function(_0x9e8190,_0x138acf){return _0x9e8190===_0x138acf;},'TvXdb':_0x51d80d(0x101),'zgEGw':_0x51d80d(0xa6),'wornS':function(_0x25a7fa,_0x45cecb){return _0x25a7fa===_0x45cecb;},'UpRqj':'MOVUI','taMNI':_0x51d80d(0xe1),'IRPyR':'uRojK','HmCff':_0x51d80d(0x8d),'QDbyb':function(_0x43aa44,_0x5238e3){return _0x43aa44(_0x5238e3);},'Ifiyu':function(_0x3ab4b3,_0x19427f){return _0x3ab4b3!==_0x19427f;},'bjFNi':_0x51d80d(0xcc),'aCaAk':'Rmucm','fNzuX':_0x51d80d(0xde),'ENIwt':_0x51d80d(0xb7),'etrfG':'WMFUE','vzYqP':_0x51d80d(0x96),'AeUSF':_0x51d80d(0x81),'hxAZg':function(_0x440fe2,_0x986a82){return _0x440fe2(_0x986a82);},'lTfHp':function(_0x33132b,_0x6adeb3){return _0x33132b!==_0x6adeb3;},'ASbcR':_0x51d80d(0x111),'MSVOn':_0x51d80d(0xf5),'ZSMfc':function(_0x8336ba,_0x118660,_0x554742){return _0x8336ba(_0x118660,_0x554742);},'HzfDs':_0x51d80d(0x11b),'zBkla':'worker','Hwrnt':_0x51d80d(0xba),'ebXRD':_0x51d80d(0x113),'MIzje':function(_0x7cb9d1,_0x7e4519){return _0x7cb9d1*_0x7e4519;},'qIeQK':'test-file-success','UoUrC':_0x51d80d(0xaa),'czXBd':function(_0xc3d244,_0x3edb91){return _0xc3d244(_0x3edb91);}},_0x1cf884={};if(_0x1f3c2e[_0x51d80d(0xd4)](isTestObservabilitySession)){if(_0x1f3c2e[_0x51d80d(0x128)](_0x1f3c2e[_0x51d80d(0xa7)],_0x1f3c2e[_0x51d80d(0xc9)]))_0x15e5bb=_0x779d0a;else{const _0x161ba9={..._0x5a145c};_0x161ba9['root_dir_path']='',await SessionHandler[_0x51d80d(0x8b)](_0x161ba9,{'frameworkName':_0x1f3c2e[_0x51d80d(0xf6)],'frameworkVersion':_0x1f3c2e[_0x51d80d(0xcd)](getFrameworkVersion,_0x1f3c2e[_0x51d80d(0xf6)])});}}let _0x57c64c=_0x1f3c2e['fNKjv'](process['env'][_0x51d80d(0x87)],_0x1f3c2e[_0x51d80d(0x9a)]);process['env'][_0x51d80d(0x108)]=_0x1f3c2e[_0x51d80d(0x92)](checkAccessibility,_0x5a145c),_0x57c64c=_0x57c64c||_0x1f3c2e[_0x51d80d(0xb0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x1f3c2e[_0x51d80d(0x9a)]);if(_0x57c64c){if(_0x1f3c2e['lTfHp'](_0x1f3c2e[_0x51d80d(0x89)],_0x1f3c2e[_0x51d80d(0xbc)])){const [_0x3da919,_0x55a03f]=await _0x1f3c2e[_0x51d80d(0xd5)](createAccessibilityTestRun,_0x5a145c,_0x1f3c2e[_0x51d80d(0xf6)]);logger[_0x51d80d(0xe8)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x55a03f),process['env']['BS_A11Y_JWT']=_0x3da919,process['env'][_0x51d80d(0xfc)]=_0x55a03f;}else _0x331fec[_0x51d80d(0xb6)]['forEach'](_0x33ae0e=>{const _0x1aef95=_0x51d80d;if(_0x1f3c2e[_0x1aef95(0x114)](_0x33ae0e[_0x1aef95(0xc2)],!![]))return _0x50e25f=!![],!![];});}const _0x27cc47=new Worker(require[_0x51d80d(0xae)](_0x1f3c2e[_0x51d80d(0x93)]),{'exposedMethods':[_0x1f3c2e[_0x51d80d(0x10c)]],'forkOptions':{'serialization':_0x1f3c2e[_0x51d80d(0x10d)],'stdio':_0x1f3c2e[_0x51d80d(0x10e)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1f3c2e[_0x51d80d(0x85)](_0x159c32,0x1),'enableWorkerThreads':!![]}),_0x52ead0=new Emittery();_0x52ead0['on'](_0x1f3c2e[_0x51d80d(0x10a)],_0x3347c3=>{const _0x35153a=_0x51d80d,_0x2a3bd9={};_0x2a3bd9[_0x35153a(0xb3)]=_0x1f3c2e[_0x35153a(0xad)];const _0xbb6e6a=_0x2a3bd9;if(_0x1f3c2e[_0x35153a(0xdd)](_0x1f3c2e[_0x35153a(0xe7)],_0x1f3c2e['bVIQt']))return _0x409031=!![],!![];else{if(_0x1cf884[_0x3347c3[0x0]]){if(_0x1f3c2e[_0x35153a(0x9b)](_0x1f3c2e[_0x35153a(0xcb)],_0x1f3c2e['vZyMM']))_0x1cf884[_0x3347c3[0x0]][_0x1f3c2e[_0x35153a(0x11d)]]=_0x1f3c2e[_0x35153a(0x119)](_0x1cf884[_0x3347c3[0x0]][_0x1f3c2e['dJvRZ']],_0x3347c3[0x1][_0x1f3c2e[_0x35153a(0x11d)]]),_0x1cf884[_0x3347c3[0x0]][_0x1f3c2e[_0x35153a(0xb2)]]=[..._0x1cf884[_0x3347c3[0x0]][_0x1f3c2e[_0x35153a(0xb2)]],..._0x3347c3[0x1][_0x1f3c2e[_0x35153a(0xb2)]]];else{if(_0x5135d3[_0x5d5ee9[0x0]])_0x2e4a53[_0x5b5812[0x0]][_0x1f3c2e[_0x35153a(0x11d)]]=_0x1f3c2e[_0x35153a(0x119)](_0x1dbdfd[_0x2a1493[0x0]][_0x1f3c2e[_0x35153a(0x11d)]],_0x8dce8d[0x1][_0x1f3c2e[_0x35153a(0x11d)]]),_0x1b3089[_0x4b13cc[0x0]][_0x1f3c2e[_0x35153a(0xb2)]]=[..._0x5abe15[_0x203a29[0x0]][_0x1f3c2e[_0x35153a(0xb2)]],..._0x2c4d0f[0x1][_0x1f3c2e[_0x35153a(0xb2)]]];else{const _0x24ffb3={};_0x24ffb3[_0x35153a(0x12e)]=_0x192947[0x1][_0x1f3c2e['dJvRZ']],_0x24ffb3['results']=[..._0x3f0afb[0x1][_0x1f3c2e[_0x35153a(0xb2)]]],_0x4c19d2[_0x18e4d1[0x0]]=_0x24ffb3;}}}else _0x1f3c2e['kvlRE'](_0x1f3c2e[_0x35153a(0xb8)],_0x1f3c2e['UxgvQ'])?_0x190d81[_0x35153a(0x82)](_0xbb6e6a[_0x35153a(0xb3)]):_0x1cf884[_0x3347c3[0x0]]={'failureCount':_0x3347c3[0x1][_0x1f3c2e[_0x35153a(0x11d)]],'results':[..._0x3347c3[0x1][_0x1f3c2e[_0x35153a(0xb2)]]]};}}),_0x52ead0['on'](_0x1f3c2e[_0x51d80d(0x86)],_0x5deb1e=>console[_0x51d80d(0xca)](_0x5deb1e[0x1]));if(_0x27cc47[_0x51d80d(0xf2)]())_0x27cc47[_0x51d80d(0xf2)]()['pipe'](process['stdout']);if(_0x27cc47['getStderr']())_0x27cc47[_0x51d80d(0xe4)]()[_0x51d80d(0x113)](process[_0x51d80d(0xee)]);const _0x452596=async()=>{const _0x54c3ad=_0x51d80d,_0x4621c8={'LOvlV':_0x1f3c2e['nmwSB'],'TVoTO':function(_0x16dc51,_0x5a75b3){return _0x1f3c2e['aUTbR'](_0x16dc51,_0x5a75b3);},'FFQbq':_0x1f3c2e[_0x54c3ad(0xbb)],'kGNQL':_0x1f3c2e[_0x54c3ad(0x127)],'jrEtO':_0x1f3c2e['dJvRZ'],'OHKeP':function(_0x70cfc,_0x3916b5){const _0x1ad3ea=_0x54c3ad;return _0x1f3c2e[_0x1ad3ea(0x119)](_0x70cfc,_0x3916b5);},'ahRIX':_0x1f3c2e[_0x54c3ad(0xb2)]};if(_0x1f3c2e['uTGQx'](_0x1f3c2e[_0x54c3ad(0x88)],_0x1f3c2e[_0x54c3ad(0x88)])){const {forceExited:_0x1ac368}=await _0x27cc47[_0x54c3ad(0x12c)]();_0x1ac368&&(_0x1f3c2e[_0x54c3ad(0x114)](_0x1f3c2e[_0x54c3ad(0x8c)],_0x1f3c2e[_0x54c3ad(0xd6)])?_0x32b2a3['error'](_0x4621c8[_0x54c3ad(0xb1)]):console[_0x54c3ad(0x82)](_0x1f3c2e[_0x54c3ad(0xad)]));_0x1f3c2e[_0x54c3ad(0x129)](isAccessibilityAutomationSession)&&(_0x1f3c2e[_0x54c3ad(0xdd)](_0x1f3c2e[_0x54c3ad(0xc8)],_0x1f3c2e['DAyPP'])?_0x486c89[_0x54c3ad(0xe8)](_0x54c3ad(0xec)+_0x4297d6):await _0x1f3c2e[_0x54c3ad(0xcd)](stopAccessibilityTestRun,_0x5a145c)[_0x54c3ad(0xc4)](_0x3b6f0a=>{const _0x3ef1e4=_0x54c3ad,_0x5ecd53={};_0x5ecd53[_0x3ef1e4(0x8f)]=_0x4621c8[_0x3ef1e4(0xb1)];const _0x164548=_0x5ecd53;_0x4621c8['TVoTO'](_0x4621c8[_0x3ef1e4(0x117)],_0x4621c8['kGNQL'])?_0x4b1a22['error'](_0x164548['iPaPX']):logger[_0x3ef1e4(0x82)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x3b6f0a);}));if(_0x1f3c2e[_0x54c3ad(0xd4)](isTestObservabilitySession)){if(_0x1f3c2e['oIZvy'](_0x1f3c2e[_0x54c3ad(0xa3)],_0x1f3c2e['zgEGw']))_0x519b7b[_0x54c3ad(0xf9)]([_0x346e4d[0x0],_0x388866[0x1]]);else try{if(_0x1f3c2e['wornS'](_0x1f3c2e[_0x54c3ad(0xbd)],_0x1f3c2e[_0x54c3ad(0x7f)]))return _0x3c5bd9['vanillaWorker'](_0x455e3c);else await SessionHandler[_0x54c3ad(0xc1)]();}catch(_0x2e0391){_0x1f3c2e['kvlRE'](_0x1f3c2e['IRPyR'],_0x1f3c2e[_0x54c3ad(0x11f)])?_0x1f3c2e[_0x54c3ad(0xdf)](debug,_0x54c3ad(0x120)+_0x2e0391):_0x2cecba[_0x54c3ad(0x82)](_0x54c3ad(0xa1)+_0x4c3817);}}_0x1f3c2e['QDbyb'](_0xc96b74,_0x1cf884);}else _0x480e5b[_0x337295[0x0]][_0x4621c8[_0x54c3ad(0xb5)]]=_0x4621c8['OHKeP'](_0x2bb7e2[_0x372619[0x0]][_0x4621c8[_0x54c3ad(0xb5)]],_0x924006[0x1][_0x4621c8[_0x54c3ad(0xb5)]]),_0x136e82[_0x2a71c8[0x0]][_0x4621c8['ahRIX']]=[..._0x29778f[_0x166602[0x0]][_0x4621c8[_0x54c3ad(0xc5)]],..._0x27b604[0x1][_0x4621c8['ahRIX']]];},_0x22ddd9=_0x1f3c2e[_0x51d80d(0xb9)](pLimit,_0x1f3c2e[_0x51d80d(0x85)](_0x159c32,0x1)),_0x126f04=_0x14fc20=>_0x22ddd9(async()=>{const _0xd17ac6=_0x51d80d;if(_0x1f3c2e['Ifiyu'](_0x1f3c2e['bjFNi'],_0x1f3c2e[_0xd17ac6(0xd8)]))return await _0x52ead0[_0xd17ac6(0xcf)](_0x1f3c2e[_0xd17ac6(0x115)],_0x14fc20),_0x27cc47[_0xd17ac6(0x118)](_0x14fc20,_0x5a145c);else _0x1f3c2e['QDbyb'](_0x306455,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x41f7ae);});Promise[_0x51d80d(0xa4)](_0x197076['map'](_0x28d11f=>_0x126f04(_0x28d11f)[_0x51d80d(0xac)](_0x4f5825=>_0x52ead0[_0x51d80d(0xcf)](_0x51d80d(0x124),[_0x28d11f['configuration'][_0x51d80d(0xf0)],_0x4f5825]),_0x4b7841=>_0x52ead0[_0x51d80d(0xcf)](_0x51d80d(0xaa),[_0x28d11f,_0x4b7841]))))['then'](_0x452596,_0x452596);}),exports[a31_0x28a51f(0xbf)]=(_0x2d4511,_0x19ca0b,_0x5d2029,_0x4f616a,_0x51decb)=>{const _0x326737=a31_0x28a51f,_0x28f062={'hQNhT':_0x326737(0xab),'uyVQV':function(_0x36a6f8,_0x4877b4){return _0x36a6f8(_0x4877b4);},'uDXke':_0x326737(0x99),'GviIS':_0x326737(0x11b),'FZldA':'cucumberWorker','tqHLl':'json','yxmXA':'pipe','USKzU':_0x326737(0x90),'HvVOR':_0x326737(0x9f),'QDBfh':function(_0x3c2de9,_0x35c0a8){return _0x3c2de9(_0x35c0a8);}};return new Promise(_0x17eeec=>{const _0x399f6f=_0x326737,_0x39b274={'ZFjFS':_0x28f062[_0x399f6f(0x122)],'FPSno':function(_0x1b5b93,_0x2da0e2){const _0x540137=_0x399f6f;return _0x28f062[_0x540137(0x112)](_0x1b5b93,_0x2da0e2);},'RhbcS':_0x28f062[_0x399f6f(0xe9)]},_0xfdb037=[],_0x4464d2=new Worker(require['resolve'](_0x28f062[_0x399f6f(0x10f)]),{'exposedMethods':[_0x28f062[_0x399f6f(0xd9)]],'forkOptions':{'serialization':_0x28f062['tqHLl'],'stdio':_0x28f062[_0x399f6f(0x104)]},'numWorkers':_0x2d4511[_0x399f6f(0xff)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x332bd4=new Emittery();_0x332bd4['on'](_0x28f062['USKzU'],_0x46d8ea=>{_0xfdb037['push']([_0x46d8ea[0x0],_0x46d8ea[0x1]]);}),_0x332bd4['on'](_0x28f062[_0x399f6f(0x9d)],_0x239ff7=>console[_0x399f6f(0xca)](_0x239ff7[0x1]));if(_0x4464d2[_0x399f6f(0xf2)]())_0x4464d2[_0x399f6f(0xf2)]()[_0x399f6f(0x113)](process[_0x399f6f(0xa5)]);if(_0x4464d2[_0x399f6f(0xe4)]())_0x4464d2[_0x399f6f(0xe4)]()['pipe'](process[_0x399f6f(0xee)]);const _0x1670d0=async()=>{const _0x15bc4a=_0x399f6f,{forceExited:_0xd92132}=await _0x4464d2[_0x15bc4a(0x12c)]();_0xd92132&&console[_0x15bc4a(0x82)](_0x39b274[_0x15bc4a(0x11c)]),_0x39b274[_0x15bc4a(0xd0)](_0x17eeec,_0xfdb037);},_0x132adb=_0x28f062['QDBfh'](pLimit,_0x2d4511[_0x399f6f(0xff)]),_0x3f81d6=_0x468a3b=>_0x132adb(async()=>{const _0xf33d45=_0x399f6f;return await _0x332bd4['emit'](_0x39b274[_0xf33d45(0x106)],_0x468a3b),_0x4464d2[_0xf33d45(0xea)](_0x468a3b,_0x19ca0b,_0x5d2029,_0x4f616a,_0x51decb);});Promise[_0x399f6f(0xa4)](_0x2d4511['map'](_0x24292c=>_0x3f81d6(_0x24292c)[_0x399f6f(0xac)](_0x103110=>_0x332bd4['emit'](_0x399f6f(0x90),[_0x24292c,_0x103110]),_0x5b7943=>_0x332bd4[_0x399f6f(0xcf)](_0x399f6f(0x9f),[_0x24292c,_0x5b7943]))))[_0x399f6f(0xac)](_0x1670d0,_0x1670d0);});},exports['parallelVanillaRun']=(_0xd180de,_0x25ffb0)=>new Promise(_0x2c81ed=>{const _0xa028e9=a31_0x28a51f,_0x49141f={'pFkIe':function(_0x30f494,_0x4039d9){return _0x30f494===_0x4039d9;},'OPyyj':function(_0x383078,_0x1bbf35){return _0x383078!==_0x1bbf35;},'bDuHs':'exit','wtkGD':'Workers\x20failed\x20to\x20exit\x20gracefully','poaYs':function(_0x1cc794,_0x3c26ab){return _0x1cc794(_0x3c26ab);},'Pwdlm':_0xa028e9(0x11b),'qeosX':'vanillaWorker','AruJo':'json','dkaAQ':_0xa028e9(0x113),'kgjbi':_0xa028e9(0x124),'dGkXP':_0xa028e9(0xaa)},_0x2c638e={},_0x1051f2=new Worker(require[_0xa028e9(0xae)](_0x49141f[_0xa028e9(0xd2)]),{'exposedMethods':[_0x49141f[_0xa028e9(0xa0)]],'forkOptions':{'serialization':_0x49141f[_0xa028e9(0x123)],'stdio':_0x49141f[_0xa028e9(0xa2)]},'numWorkers':_0x25ffb0,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x1e3a62=new Emittery();_0x1e3a62['on'](_0x49141f['kgjbi'],_0x21d045=>{const _0x411587=_0xa028e9;_0x21d045[0x0]&&logger[_0x411587(0x107)](_0x411587(0xce)+_0x21d045[0x1]+'\x20for',_0x21d045[0x0]);}),_0x1e3a62['on'](_0x49141f[_0xa028e9(0xa9)],_0x5f2ac2=>console[_0xa028e9(0xca)](_0x5f2ac2[0x1]));if(_0x1051f2['getStdout']())_0x1051f2[_0xa028e9(0xf2)]()[_0xa028e9(0x113)](process[_0xa028e9(0xa5)]);if(_0x1051f2[_0xa028e9(0xe4)]())_0x1051f2[_0xa028e9(0xe4)]()['pipe'](process[_0xa028e9(0xee)]);const _0x313220=async()=>{const _0x574d95=_0xa028e9,_0x4444d0={'EDkty':function(_0xa84392,_0x5205e5){const _0x787b7f=a31_0x49de;return _0x49141f[_0x787b7f(0xe0)](_0xa84392,_0x5205e5);},'STqFy':function(_0x2c2fe8,_0x5c4e06){return _0x49141f['OPyyj'](_0x2c2fe8,_0x5c4e06);},'fUiHF':_0x49141f[_0x574d95(0x80)]};let _0x12b737=0x0;const _0x412969=_0x1051f2[_0x574d95(0xf3)]['getWorkers'](),_0x5f230f=()=>{},_0x585ee3=_0x412969[_0x574d95(0x12f)](async _0x4a4b29=>{const _0x578e6a=_0x574d95;_0x4a4b29[_0x578e6a(0x9e)]([0x2,![]],_0x5f230f,_0x5f230f,_0x5f230f),_0x4a4b29[_0x578e6a(0xf4)]['on'](_0x4444d0[_0x578e6a(0xfa)],_0x4d2fa6=>{const _0x3508fb=_0x578e6a;_0x4444d0['EDkty'](_0x12b737,0x0)&&_0x4444d0[_0x3508fb(0xb4)](_0x4d2fa6,0x0)&&(_0x12b737=_0x4d2fa6);}),await _0x4a4b29[_0x578e6a(0x91)]();});await Promise[_0x574d95(0xa4)](_0x585ee3),process[_0x574d95(0xf8)]=_0x12b737;const {forceExited:_0x179551}=await _0x1051f2[_0x574d95(0x12c)]();_0x179551&&console[_0x574d95(0x82)](_0x49141f[_0x574d95(0x84)]),_0x49141f['poaYs'](_0x2c81ed,_0x2c638e);},_0x396368=_0x49141f['poaYs'](pLimit,_0x25ffb0),_0x2d2c1e=_0x597904=>_0x396368(async()=>{return _0x1051f2['vanillaWorker'](_0x597904);});Promise[_0xa028e9(0xa4)](_0xd180de['map'](_0x10a191=>_0x2d2c1e(_0x10a191)[_0xa028e9(0xac)](_0x2eb0bf=>_0x1e3a62[_0xa028e9(0xcf)](_0xa028e9(0x124),[_0x10a191[_0xa028e9(0xa8)]['platform'],_0x10a191['configuration']['file']]),_0x107e7e=>_0x1e3a62[_0xa028e9(0xcf)]('test-file-failure',[_0x10a191,_0x107e7e]))))[_0xa028e9(0xac)](_0x313220,_0x313220);});
@@ -1 +1 @@
1
- function a32_0x1725(){const _0x104a95=['bwSES','LNQxc','3861855gJAjJX','4648272ITbcYP','configuration','811598PpheKp','559840vypdHk','runVanillaTest','YuImF','runTest','1Hglfht','../launcher/launcher','formatter','qcpru','979gXCZvw','YASbd','cucumber-js','run','4155324ZrIFvN','agXeg','128490irdaCj','7HwqdWI','36kJIbix','runCucumberTest','vanilla','15218208IGjYAH','aTsQu'];a32_0x1725=function(){return _0x104a95;};return a32_0x1725();}const a32_0x36895f=a32_0x1850;function a32_0x1850(_0x12cd4e,_0x3c98e3){const _0x1725f6=a32_0x1725();return a32_0x1850=function(_0x18502d,_0x3c48c3){_0x18502d=_0x18502d-0xcb;let _0x48713f=_0x1725f6[_0x18502d];return _0x48713f;},a32_0x1850(_0x12cd4e,_0x3c98e3);}(function(_0x49d85a,_0x2de3b0){const _0x2f9cf6=a32_0x1850,_0xca7688=_0x49d85a();while(!![]){try{const _0x4161fd=-parseInt(_0x2f9cf6(0xdb))/0x1*(-parseInt(_0x2f9cf6(0xd6))/0x2)+parseInt(_0x2f9cf6(0xd3))/0x3+-parseInt(_0x2f9cf6(0xcc))/0x4*(-parseInt(_0x2f9cf6(0xd7))/0x5)+-parseInt(_0x2f9cf6(0xe3))/0x6*(parseInt(_0x2f9cf6(0xcb))/0x7)+-parseInt(_0x2f9cf6(0xd4))/0x8+-parseInt(_0x2f9cf6(0xcf))/0x9+parseInt(_0x2f9cf6(0xe5))/0xa*(parseInt(_0x2f9cf6(0xdf))/0xb);if(_0x4161fd===_0x2de3b0)break;else _0xca7688['push'](_0xca7688['shift']());}catch(_0x20f240){_0xca7688['push'](_0xca7688['shift']());}}}(a32_0x1725,0xd6cf1),exports[a32_0x36895f(0xda)]=async(_0x41fca3,_0x62ed2e)=>{const _0xbcbda5=a32_0x36895f,_0x57f1af={'YASbd':function(_0x30f49d,_0x2db762){return _0x30f49d(_0x2db762);},'agXeg':_0xbcbda5(0xdc),'qcpru':'mocha'},_0x98c96e=_0x57f1af[_0xbcbda5(0xe0)](require,_0x57f1af[_0xbcbda5(0xe4)]),_0x512b3d=new _0x98c96e(_0x57f1af[_0xbcbda5(0xde)],_0x41fca3,_0x62ed2e);return await _0x512b3d[_0xbcbda5(0xe2)]();},exports[a32_0x36895f(0xcd)]=async(_0x1363dc,_0x11ab5b,_0x47c5a3,_0x198b0e,_0x2d8582)=>{const _0x160143=a32_0x36895f,_0x385bd={'PutGs':function(_0x3c125b,_0x1a3a1a){return _0x3c125b(_0x1a3a1a);},'YuImF':_0x160143(0xdc),'OVnAD':_0x160143(0xe1)},_0x63f78f={'capability':_0x1363dc,..._0x11ab5b},_0x48638d={};_0x48638d[_0x160143(0xd5)]=_0x63f78f,_0x48638d[_0x160143(0xdd)]=_0x2d8582;let _0x2d1b42=_0x48638d;const _0x5f11a9=_0x385bd['PutGs'](require,_0x385bd[_0x160143(0xd9)]),_0x1b2160=new _0x5f11a9(_0x385bd['OVnAD'],_0x2d1b42,_0x47c5a3,_0x198b0e);return await _0x1b2160[_0x160143(0xe2)]();},exports[a32_0x36895f(0xd8)]=async _0x18e07a=>{const _0x343218=a32_0x36895f,_0x52e77d={'aTsQu':function(_0x1f5945,_0x3b8481){return _0x1f5945(_0x3b8481);},'LNQxc':_0x343218(0xdc),'bwSES':_0x343218(0xce)},_0x55206e=_0x52e77d[_0x343218(0xd0)](require,_0x52e77d[_0x343218(0xd2)]),_0xbe8651=new _0x55206e(_0x52e77d[_0x343218(0xd1)],_0x18e07a);return await _0xbe8651[_0x343218(0xe2)]();});
1
+ function a32_0x3083(){const _0x17c4ef=['eiwli','gMWrs','1137829tISKUQ','mocha','913224OjCnEw','run','yquvL','Wpzex','nMcQY','386SmEkmd','../launcher/launcher','formatter','bUVAH','302536qRZqvz','1689ZdhYJw','HSCmq','runCucumberTest','runVanillaTest','vanilla','7687960CcGZAI','1063910yNytuV','cucumber-js','404433HGjygY'];a32_0x3083=function(){return _0x17c4ef;};return a32_0x3083();}const a32_0x140c6d=a32_0x1236;function a32_0x1236(_0x1b0aab,_0xc7fe11){const _0x30837d=a32_0x3083();return a32_0x1236=function(_0x12364b,_0x9930f){_0x12364b=_0x12364b-0xb6;let _0xd0165e=_0x30837d[_0x12364b];return _0xd0165e;},a32_0x1236(_0x1b0aab,_0xc7fe11);}(function(_0x2d9822,_0x567384){const _0x53db11=a32_0x1236,_0x9e7a19=_0x2d9822();while(!![]){try{const _0x158bc3=-parseInt(_0x53db11(0xc5))/0x1*(parseInt(_0x53db11(0xc0))/0x2)+-parseInt(_0x53db11(0xb6))/0x3+-parseInt(_0x53db11(0xc4))/0x4+-parseInt(_0x53db11(0xcb))/0x5+parseInt(_0x53db11(0xbb))/0x6+-parseInt(_0x53db11(0xb9))/0x7+parseInt(_0x53db11(0xca))/0x8;if(_0x158bc3===_0x567384)break;else _0x9e7a19['push'](_0x9e7a19['shift']());}catch(_0x32363a){_0x9e7a19['push'](_0x9e7a19['shift']());}}}(a32_0x3083,0x312e8),exports['runTest']=async(_0x574033,_0x253c7e)=>{const _0x5487d6=a32_0x1236,_0x214795={'gMWrs':function(_0x2ad644,_0x37469e){return _0x2ad644(_0x37469e);},'Wpzex':'../launcher/launcher','CiUyl':_0x5487d6(0xba)},_0x5c3bad=_0x214795[_0x5487d6(0xb8)](require,_0x214795[_0x5487d6(0xbe)]),_0xf5462c=new _0x5c3bad(_0x214795['CiUyl'],_0x574033,_0x253c7e);return await _0xf5462c[_0x5487d6(0xbc)]();},exports[a32_0x140c6d(0xc7)]=async(_0x435767,_0x246e24,_0x259370,_0x362d0b,_0xc8babf)=>{const _0x5a33c1=a32_0x140c6d,_0x371583={'sgjMm':function(_0x35bab5,_0xde3652){return _0x35bab5(_0xde3652);},'bUVAH':_0x5a33c1(0xc1),'nMcQY':_0x5a33c1(0xcc)},_0x574042={'capability':_0x435767,..._0x246e24},_0x57e91f={};_0x57e91f['configuration']=_0x574042,_0x57e91f[_0x5a33c1(0xc2)]=_0xc8babf;let _0x32464b=_0x57e91f;const _0x5bc0f1=_0x371583['sgjMm'](require,_0x371583[_0x5a33c1(0xc3)]),_0x5f50a8=new _0x5bc0f1(_0x371583[_0x5a33c1(0xbf)],_0x32464b,_0x259370,_0x362d0b);return await _0x5f50a8[_0x5a33c1(0xbc)]();},exports[a32_0x140c6d(0xc8)]=async _0x3d6430=>{const _0xa08096=a32_0x140c6d,_0xfee199={'HSCmq':function(_0x29f366,_0x2b9aa3){return _0x29f366(_0x2b9aa3);},'eiwli':_0xa08096(0xc1),'yquvL':_0xa08096(0xc9)},_0x2b11d7=_0xfee199[_0xa08096(0xc6)](require,_0xfee199[_0xa08096(0xb7)]),_0x457f8a=new _0x2b11d7(_0xfee199[_0xa08096(0xbd)],_0x3d6430);return await _0x457f8a[_0xa08096(0xbc)]();});
@@ -1 +1 @@
1
- const a33_0x14e5cc=a33_0x562a;function a33_0x562a(_0x3c1ee1,_0xc98f38){const _0x1f5dcf=a33_0x1f5d();return a33_0x562a=function(_0x562aa5,_0x85d732){_0x562aa5=_0x562aa5-0x106;let _0x23518d=_0x1f5dcf[_0x562aa5];return _0x23518d;},a33_0x562a(_0x3c1ee1,_0xc98f38);}(function(_0x3f7817,_0xf94638){const _0x32a2f9=a33_0x562a,_0x1f3eb1=_0x3f7817();while(!![]){try{const _0x1429d2=parseInt(_0x32a2f9(0x113))/0x1*(-parseInt(_0x32a2f9(0x112))/0x2)+-parseInt(_0x32a2f9(0x111))/0x3+parseInt(_0x32a2f9(0x10c))/0x4+parseInt(_0x32a2f9(0x10f))/0x5+parseInt(_0x32a2f9(0x114))/0x6*(-parseInt(_0x32a2f9(0x115))/0x7)+parseInt(_0x32a2f9(0x109))/0x8*(-parseInt(_0x32a2f9(0x108))/0x9)+parseInt(_0x32a2f9(0x10d))/0xa;if(_0x1429d2===_0xf94638)break;else _0x1f3eb1['push'](_0x1f3eb1['shift']());}catch(_0x3f02d4){_0x1f3eb1['push'](_0x1f3eb1['shift']());}}}(a33_0x1f5d,0xd4583));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x14e5cc(0x10b));function a33_0x1f5d(){const _0x20fcd1=['2169488jMlvTk','13246060cPLVzv','cucumberWorker','8074925ubpcXc','kscYJ','2490069WzDfnu','2026462BxlvSp','1mwsXDi','6QxqkAB','3567137LaomLO','vanillaWorker','worker','9MFZlIk','2074840zOkrTM','vuFaV','./runTest'];a33_0x1f5d=function(){return _0x20fcd1;};return a33_0x1f5d();}exports[a33_0x14e5cc(0x107)]=async(_0x48440c,_0xcb4d61)=>{const _0x2d0755=a33_0x14e5cc,_0x2a4675={'kscYJ':function(_0xfb7647,_0x264aa9,_0x17922f){return _0xfb7647(_0x264aa9,_0x17922f);}};return await _0x2a4675[_0x2d0755(0x110)](runTest,_0x48440c,_0xcb4d61);},exports[a33_0x14e5cc(0x10e)]=async(_0x13020e,_0x53008b,_0x297249,_0x5b1127,_0x33ed8c)=>{const _0x3634a9={'qNHRT':function(_0x405db0,_0x1ac5ff,_0x415edc,_0x285824,_0x1ebd3e,_0x8fe47f){return _0x405db0(_0x1ac5ff,_0x415edc,_0x285824,_0x1ebd3e,_0x8fe47f);}};return await _0x3634a9['qNHRT'](runCucumberTest,_0x13020e,_0x53008b,_0x297249,_0x5b1127,_0x33ed8c);},exports[a33_0x14e5cc(0x106)]=async _0x5681f2=>{const _0x279c35=a33_0x14e5cc,_0x572b97={'vuFaV':function(_0x3cecef,_0x4cb92b){return _0x3cecef(_0x4cb92b);}};return await _0x572b97[_0x279c35(0x10a)](runVanillaTest,_0x5681f2);};
1
+ function a33_0x1bed(){const _0x2086fb=['ksyvj','KQvDO','./runTest','Jrqaj','worker','1155176cOdHjE','170180apaRXh','3596120CqSuPv','2801022AAqPui','1223592LaOYqj','1671320cgTtAP','755191nfMVWu','cucumberWorker','2eQXXIw','18eYewQX'];a33_0x1bed=function(){return _0x2086fb;};return a33_0x1bed();}const a33_0x45bdd2=a33_0xe749;function a33_0xe749(_0x4f12c3,_0x5cebbb){const _0x1bed89=a33_0x1bed();return a33_0xe749=function(_0xe74939,_0x3bb81a){_0xe74939=_0xe74939-0x65;let _0x4b447c=_0x1bed89[_0xe74939];return _0x4b447c;},a33_0xe749(_0x4f12c3,_0x5cebbb);}(function(_0x166409,_0x22b252){const _0x2a7b13=a33_0xe749,_0x39c7f5=_0x166409();while(!![]){try{const _0x67b0b3=parseInt(_0x2a7b13(0x69))/0x1+parseInt(_0x2a7b13(0x6b))/0x2*(parseInt(_0x2a7b13(0x66))/0x3)+-parseInt(_0x2a7b13(0x72))/0x4+parseInt(_0x2a7b13(0x73))/0x5+parseInt(_0x2a7b13(0x67))/0x6+-parseInt(_0x2a7b13(0x68))/0x7+-parseInt(_0x2a7b13(0x65))/0x8*(parseInt(_0x2a7b13(0x6c))/0x9);if(_0x67b0b3===_0x22b252)break;else _0x39c7f5['push'](_0x39c7f5['shift']());}catch(_0x1bce4a){_0x39c7f5['push'](_0x39c7f5['shift']());}}}(a33_0x1bed,0x7a219));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x45bdd2(0x6f));exports[a33_0x45bdd2(0x71)]=async(_0x1f8887,_0x6d8840)=>{const _0x3f0608=a33_0x45bdd2,_0x1ee6e5={'KQvDO':function(_0x4a8ed1,_0x291d15,_0x4c72c0){return _0x4a8ed1(_0x291d15,_0x4c72c0);}};return await _0x1ee6e5[_0x3f0608(0x6e)](runTest,_0x1f8887,_0x6d8840);},exports[a33_0x45bdd2(0x6a)]=async(_0x2bcf58,_0x4f7337,_0x11e67e,_0x5aae2b,_0x455761)=>{const _0x16c1e6=a33_0x45bdd2,_0x8ff683={'ksyvj':function(_0x21ce04,_0xf9271b,_0x462a63,_0x22aa93,_0x457863,_0x48ab26){return _0x21ce04(_0xf9271b,_0x462a63,_0x22aa93,_0x457863,_0x48ab26);}};return await _0x8ff683[_0x16c1e6(0x6d)](runCucumberTest,_0x2bcf58,_0x4f7337,_0x11e67e,_0x5aae2b,_0x455761);},exports['vanillaWorker']=async _0x48fde6=>{const _0x4e78e6=a33_0x45bdd2,_0x15ffd6={'Jrqaj':function(_0x1d9973,_0x167c9d){return _0x1d9973(_0x167c9d);}};return await _0x15ffd6[_0x4e78e6(0x70)](runVanillaTest,_0x48fde6);};
@@ -1 +1 @@
1
- var a34_0x402f64=a34_0x579c;(function(_0x42433f,_0x4a644f){var _0x38d156=a34_0x579c,_0x1c9754=_0x42433f();while(!![]){try{var _0x4d8403=parseInt(_0x38d156(0x14b))/0x1*(parseInt(_0x38d156(0x16f))/0x2)+-parseInt(_0x38d156(0x159))/0x3*(parseInt(_0x38d156(0x14c))/0x4)+-parseInt(_0x38d156(0x170))/0x5*(parseInt(_0x38d156(0x17a))/0x6)+-parseInt(_0x38d156(0x17f))/0x7+-parseInt(_0x38d156(0x17c))/0x8+-parseInt(_0x38d156(0x165))/0x9+parseInt(_0x38d156(0x171))/0xa;if(_0x4d8403===_0x4a644f)break;else _0x1c9754['push'](_0x1c9754['shift']());}catch(_0xa7f850){_0x1c9754['push'](_0x1c9754['shift']());}}}(a34_0x27e0,0xc6e2a));var a34_0x54915e={};a34_0x54915e['INFO']='shows\x20version\x20information',a34_0x54915e[a34_0x402f64(0x15d)]=a34_0x402f64(0x13d);var a34_0x275a4f={};a34_0x275a4f[a34_0x402f64(0x15c)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x147490={};a34_0x147490['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';var a34_0x2a0c43={};a34_0x2a0c43[a34_0x402f64(0x15c)]=a34_0x402f64(0x181);var a34_0x57105e={};a34_0x57105e['INFO']=a34_0x402f64(0x149);var a34_0x375d93={};a34_0x375d93[a34_0x402f64(0x15c)]=a34_0x402f64(0x160);var a34_0x368d12={};a34_0x368d12[a34_0x402f64(0x15c)]=a34_0x402f64(0x15f);function a34_0x579c(_0x2ee9ca,_0x304119){var _0x27e06b=a34_0x27e0();return a34_0x579c=function(_0x579ce3,_0x446e09){_0x579ce3=_0x579ce3-0x133;var _0x9f44b8=_0x27e06b[_0x579ce3];return _0x9f44b8;},a34_0x579c(_0x2ee9ca,_0x304119);}var a34_0x5466ba={};function a34_0x27e0(){var _0x464527=['ERR_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_FAILED','automate','AUTOMATE_PRODUCTS','CODECEPTJS','acceptSslCert','BROWSERSTACK_API_URL','ERR_NETWORK_CHANGED','^[a-zA-Z0-9_.-]*$','https://hub.browserstack.com/wd/hub','HUB_URL_REGEX','strictFileInteractability','sdk/v1/event','Specify\x20--help\x20for\x20available\x20options','AUTOMATE','Playwright','APP_UPLOAD_URL','ROOT_CAPS','unhandledPromptBehavior','hubUrl','NIGHTWATCH','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','ERR_TUNNEL_CONNECTION_FAILED','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','CUCUMBER','Run\x20js\x20tests\x20on\x20browserstack','ERR_PROXY_CONNECTION_FAILED','56323LjoVpw','436836knOahI','acceptInsecureCerts','browserName','.ipa','ERR_NAME_RESOLUTION_FAILED','ERR_FAILED','ERR_CONNECTION_CLOSED','.apk','ERR_CONNECTION_TIMED_OUT','ERR_ADDRESS_UNREACHABLE','observability','Run\x20codeceptjs\x20tests\x20on\x20browserstack','ERR_CONNECTION_REFUSED','39zviaUK','ROOT_REGEX','ERR_CONNECTION_RESET','INFO','HELP','edgeOptions','Run\x20playwright\x20tests\x20on\x20Browserstack','Run\x20nightwatch\x20tests\x20on\x20browserstack','APP_AUTOMATE','chromeOptions','BSTACK_DELTA','ERR_ADDRESS_INVALID','4909392hGuZRA','ERR_NAME_NOT_RESOLVED','.aab','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','exports','app-automate','mocha','OBSERVABILITY_SUPPORTED_FWS','PLAYWRIGHT_HUB_URL','firefoxOptions','2BvVhCd','10RrrOQp','31316820UuOOsh','CUSTOM_ID_REGEX','VALID_APP_EXTENSION','MOCHA','https://api.browserstack.com','acceptSslCerts','wss://cdp.browserstack.com/playwright?caps=','VERSION','VANILLA','305346EYVOck','browserVersion','1049520NrxyUO','APP_AUTOMATE_PRODUCTS','PRIVATE_DOMAIN_OR_IP_REGEX','1226358iUjKoh','CI_ARTIFACTS_PATH','Run\x20cucumber-js\x20tests\x20on\x20browserstack','NUDGE_LOCAL_ERRORS'];a34_0x27e0=function(){return _0x464527;};return a34_0x27e0();}a34_0x5466ba[a34_0x402f64(0x15c)]=a34_0x402f64(0x157);var a34_0x451292={};a34_0x451292[a34_0x402f64(0x15c)]=a34_0x402f64(0x147);var a34_0x1e5c5a={};a34_0x1e5c5a[a34_0x402f64(0x178)]=a34_0x54915e,a34_0x1e5c5a['JEST']=a34_0x275a4f,a34_0x1e5c5a[a34_0x402f64(0x174)]=a34_0x147490,a34_0x1e5c5a[a34_0x402f64(0x148)]=a34_0x2a0c43,a34_0x1e5c5a[a34_0x402f64(0x179)]=a34_0x57105e,a34_0x1e5c5a[a34_0x402f64(0x144)]=a34_0x375d93,a34_0x1e5c5a['PLAYWRIGHT']=a34_0x368d12,a34_0x1e5c5a[a34_0x402f64(0x134)]=a34_0x5466ba,a34_0x1e5c5a['HST']=a34_0x451292,a34_0x1e5c5a[a34_0x402f64(0x163)]=0xf*0x3c*0x3e8,a34_0x1e5c5a[a34_0x402f64(0x143)]=a34_0x402f64(0x139),a34_0x1e5c5a[a34_0x402f64(0x13a)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x1e5c5a[a34_0x402f64(0x141)]=[a34_0x402f64(0x14d),'pageLoadStrategy',a34_0x402f64(0x13b),a34_0x402f64(0x142),'timeouts',a34_0x402f64(0x14e),a34_0x402f64(0x17b),a34_0x402f64(0x176),a34_0x402f64(0x135),a34_0x402f64(0x162),a34_0x402f64(0x16e),a34_0x402f64(0x15e),'ieOptions'],a34_0x1e5c5a[a34_0x402f64(0x15a)]=/^[\w-]+:.*$/,a34_0x1e5c5a[a34_0x402f64(0x17e)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x1e5c5a[a34_0x402f64(0x136)]=a34_0x402f64(0x175),a34_0x1e5c5a[a34_0x402f64(0x140)]='https://api-cloud.browserstack.com',a34_0x1e5c5a['FUNNEL_INSTRUMENTATION_API_URL']=a34_0x402f64(0x13c),a34_0x1e5c5a[a34_0x402f64(0x133)]=['automate',a34_0x402f64(0x156)],a34_0x1e5c5a[a34_0x402f64(0x17d)]=[a34_0x402f64(0x16a),a34_0x402f64(0x156)],a34_0x1e5c5a['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a34_0x402f64(0x156)],a34_0x1e5c5a[a34_0x402f64(0x16c)]=[a34_0x402f64(0x16b),a34_0x402f64(0x13f)],a34_0x1e5c5a[a34_0x402f64(0x13e)]=[a34_0x402f64(0x185)],a34_0x1e5c5a[a34_0x402f64(0x161)]=['app-automate'],a34_0x1e5c5a[a34_0x402f64(0x182)]=[a34_0x402f64(0x151),'ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT',a34_0x402f64(0x137),'ERR_SOCKET_NOT_CONNECTED',a34_0x402f64(0x152),a34_0x402f64(0x15b),a34_0x402f64(0x158),'ERR_CONNECTION_ABORTED',a34_0x402f64(0x183),a34_0x402f64(0x166),a34_0x402f64(0x164),a34_0x402f64(0x155),a34_0x402f64(0x146),a34_0x402f64(0x154),a34_0x402f64(0x184),a34_0x402f64(0x168),a34_0x402f64(0x14a),a34_0x402f64(0x166),a34_0x402f64(0x150),a34_0x402f64(0x145)],a34_0x1e5c5a[a34_0x402f64(0x173)]=[a34_0x402f64(0x153),a34_0x402f64(0x167),a34_0x402f64(0x14f)],a34_0x1e5c5a[a34_0x402f64(0x172)]=a34_0x402f64(0x138),a34_0x1e5c5a['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a34_0x1e5c5a[a34_0x402f64(0x180)]='./browserstack-artifacts/',a34_0x1e5c5a[a34_0x402f64(0x16d)]=a34_0x402f64(0x177),module[a34_0x402f64(0x169)]=a34_0x1e5c5a;
1
+ var a34_0x4e304a=a34_0x3701;(function(_0x4c1fcf,_0x595bc6){var _0x2b1eb1=a34_0x3701,_0x435779=_0x4c1fcf();while(!![]){try{var _0x4c5d72=parseInt(_0x2b1eb1(0x8f))/0x1*(parseInt(_0x2b1eb1(0x91))/0x2)+parseInt(_0x2b1eb1(0x97))/0x3+-parseInt(_0x2b1eb1(0x98))/0x4*(parseInt(_0x2b1eb1(0x81))/0x5)+parseInt(_0x2b1eb1(0xac))/0x6*(-parseInt(_0x2b1eb1(0x83))/0x7)+-parseInt(_0x2b1eb1(0xa1))/0x8*(-parseInt(_0x2b1eb1(0xb5))/0x9)+-parseInt(_0x2b1eb1(0x99))/0xa+parseInt(_0x2b1eb1(0x87))/0xb;if(_0x4c5d72===_0x595bc6)break;else _0x435779['push'](_0x435779['shift']());}catch(_0x1fa7db){_0x435779['push'](_0x435779['shift']());}}}(a34_0x2a78,0x4f31e));var a34_0x585936={};a34_0x585936['INFO']='shows\x20version\x20information',a34_0x585936[a34_0x4e304a(0x89)]=a34_0x4e304a(0x7a);var a34_0x1ed7db={};a34_0x1ed7db['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x1e0ad6={};a34_0x1e0ad6[a34_0x4e304a(0x88)]=a34_0x4e304a(0xc1);var a34_0x1a27df={};a34_0x1a27df['INFO']=a34_0x4e304a(0xb3);var a34_0xa969b0={};a34_0xa969b0['INFO']=a34_0x4e304a(0xba);var a34_0x2afea7={};a34_0x2afea7[a34_0x4e304a(0x88)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x473b23={};function a34_0x2a78(){var _0x14dd97=['CODECEPTJS','OBSERVABILITY_SUPPORTED_FWS','ERR_CONNECTION_ABORTED','.apk','mocha','BROWSERSTACK_API_URL','BSTACK_DELTA','6avIuBh','NIGHTWATCH','Playwright','observability','exports','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_FAILED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_CONNECTION_FAILED','9qusrDl','JEST','APP_UPLOAD_URL','acceptSslCerts','HST','Run\x20js\x20tests\x20on\x20browserstack','chromeOptions','strictFileInteractability','edgeOptions','FUNNEL_INSTRUMENTATION_API_URL','ROOT_CAPS','ERR_NAME_NOT_RESOLVED','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_ADDRESS_INVALID','AUTOMATE_PRODUCTS','browserName','Specify\x20--help\x20for\x20available\x20options','ERR_CONNECTION_TIMED_OUT','VANILLA','VERSION','https://api-cloud.browserstack.com','SHAREABLE_ID_REGEX','CUCUMBER','88240KOxcNi','https://api.browserstack.com','3147949QSSCBa','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','timeouts','pageLoadStrategy','8908130ZYXzVo','INFO','HELP','ROOT_REGEX','NUDGE_LOCAL_ERRORS','https://hub.browserstack.com/wd/hub','^[a-zA-Z0-9_.-]*$','Run\x20playwright\x20tests\x20on\x20Browserstack','38BXWMii','HUB_URL_REGEX','33822MDkvcw','ERR_CONNECTION_RESET','automate','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','MOCHA','./browserstack-artifacts/','639564iQJsNA','112nCjQmI','5104300PtSBwA','AUTOMATE','app-automate','acceptInsecureCerts','CUSTOM_ID_REGEX','ERR_SOCKS_CONNECTION_FAILED','.ipa','ERR_TIMED_OUT','904216LXmLKP','unhandledPromptBehavior','acceptSslCert','ERR_CONNECTION_CLOSED'];a34_0x2a78=function(){return _0x14dd97;};return a34_0x2a78();}a34_0x473b23[a34_0x4e304a(0x88)]=a34_0x4e304a(0x8e);function a34_0x3701(_0x3de5de,_0x557566){var _0x2a7834=a34_0x2a78();return a34_0x3701=function(_0x37010d,_0x115124){_0x37010d=_0x37010d-0x7a;var _0x292112=_0x2a7834[_0x37010d];return _0x292112;},a34_0x3701(_0x3de5de,_0x557566);}var a34_0x3ea0c0={};a34_0x3ea0c0[a34_0x4e304a(0x88)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a34_0x40d904={};a34_0x40d904[a34_0x4e304a(0x88)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a34_0xcff91c={};a34_0xcff91c[a34_0x4e304a(0x7d)]=a34_0x585936,a34_0xcff91c[a34_0x4e304a(0xb6)]=a34_0x1ed7db,a34_0xcff91c[a34_0x4e304a(0x95)]=a34_0x1e0ad6,a34_0xcff91c[a34_0x4e304a(0x80)]=a34_0x1a27df,a34_0xcff91c[a34_0x4e304a(0x7c)]=a34_0xa969b0,a34_0xcff91c[a34_0x4e304a(0xad)]=a34_0x2afea7,a34_0xcff91c['PLAYWRIGHT']=a34_0x473b23,a34_0xcff91c[a34_0x4e304a(0xa5)]=a34_0x3ea0c0,a34_0xcff91c[a34_0x4e304a(0xb9)]=a34_0x40d904,a34_0xcff91c[a34_0x4e304a(0xab)]=0xf*0x3c*0x3e8,a34_0xcff91c['hubUrl']=a34_0x4e304a(0x8c),a34_0xcff91c[a34_0x4e304a(0x90)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0xcff91c[a34_0x4e304a(0xbf)]=[a34_0x4e304a(0x9c),a34_0x4e304a(0x86),a34_0x4e304a(0xbc),a34_0x4e304a(0xa2),a34_0x4e304a(0x85),a34_0x4e304a(0xc4),'browserVersion',a34_0x4e304a(0xb8),a34_0x4e304a(0xa3),a34_0x4e304a(0xbb),'firefoxOptions',a34_0x4e304a(0xbd),'ieOptions'],a34_0xcff91c[a34_0x4e304a(0x8a)]=/^[\w-]+:.*$/,a34_0xcff91c['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0xcff91c[a34_0x4e304a(0xaa)]=a34_0x4e304a(0x82),a34_0xcff91c[a34_0x4e304a(0xb7)]=a34_0x4e304a(0x7e),a34_0xcff91c[a34_0x4e304a(0xbe)]='sdk/v1/event',a34_0xcff91c[a34_0x4e304a(0xc3)]=[a34_0x4e304a(0x93),a34_0x4e304a(0xaf)],a34_0xcff91c['APP_AUTOMATE_PRODUCTS']=[a34_0x4e304a(0x9b),'observability'],a34_0xcff91c[a34_0x4e304a(0x84)]=[a34_0x4e304a(0xaf)],a34_0xcff91c[a34_0x4e304a(0xa6)]=[a34_0x4e304a(0xa9),a34_0x4e304a(0xae)],a34_0xcff91c[a34_0x4e304a(0x9a)]=['automate'],a34_0xcff91c['APP_AUTOMATE']=[a34_0x4e304a(0x9b)],a34_0xcff91c[a34_0x4e304a(0x8b)]=[a34_0x4e304a(0xb2),a34_0x4e304a(0xa0),'ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED',a34_0x4e304a(0xa4),a34_0x4e304a(0x92),'ERR_CONNECTION_REFUSED',a34_0x4e304a(0xa7),a34_0x4e304a(0xb4),a34_0x4e304a(0xc0),a34_0x4e304a(0xc2),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a34_0x4e304a(0x7b),a34_0x4e304a(0x9e),a34_0x4e304a(0x94),'ERR_PROXY_CONNECTION_FAILED',a34_0x4e304a(0xc0),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a34_0xcff91c['VALID_APP_EXTENSION']=[a34_0x4e304a(0xa8),'.aab',a34_0x4e304a(0x9f)],a34_0xcff91c[a34_0x4e304a(0x9d)]=a34_0x4e304a(0x8d),a34_0xcff91c[a34_0x4e304a(0x7f)]=a34_0x4e304a(0xb1),a34_0xcff91c['CI_ARTIFACTS_PATH']=a34_0x4e304a(0x96),a34_0xcff91c['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',module[a34_0x4e304a(0xb0)]=a34_0xcff91c;
@@ -1 +1 @@
1
- const a35_0xf245b9=a35_0x1940;(function(_0x36c0e3,_0x3873a5){const _0x1eb910=a35_0x1940,_0x220cf4=_0x36c0e3();while(!![]){try{const _0x280d4b=-parseInt(_0x1eb910(0xb1))/0x1+parseInt(_0x1eb910(0xb9))/0x2+-parseInt(_0x1eb910(0xbb))/0x3+-parseInt(_0x1eb910(0xb8))/0x4+-parseInt(_0x1eb910(0xb0))/0x5+-parseInt(_0x1eb910(0xb5))/0x6+parseInt(_0x1eb910(0xb6))/0x7;if(_0x280d4b===_0x3873a5)break;else _0x220cf4['push'](_0x220cf4['shift']());}catch(_0xb7830c){_0x220cf4['push'](_0x220cf4['shift']());}}}(a35_0x2e7f,0x49451));const logReportingAPI=require(a35_0xf245b9(0xb4)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5dc706,_0x3a7402){return _0x1dbbb7=>{const _0x131a3a=a35_0x1940;BSTestOpsLogger[_0x131a3a(0xaf)]({'level':_0x1dbbb7[_0x131a3a(0xb3)]?_0x1dbbb7[_0x131a3a(0xb3)][_0x131a3a(0xb2)]:null,'message':_0x1dbbb7[_0x131a3a(0xbc)]?_0x1dbbb7[_0x131a3a(0xbc)]['join']('\x20'):null});};}exports[a35_0xf245b9(0xba)]=(_0x468bbd,_0x250afe)=>{const _0xc44c70=a35_0xf245b9,_0x1d6933={'hxwRl':function(_0x451159,_0x227268,_0x45b261){return _0x451159(_0x227268,_0x45b261);}};let _0x54a6ad=_0x250afe['colouredLayout'];return _0x468bbd[_0xc44c70(0xbd)]&&(_0x54a6ad=_0x250afe[_0xc44c70(0xbd)](_0x468bbd[_0xc44c70(0xbd)][_0xc44c70(0xb7)],_0x468bbd[_0xc44c70(0xbd)])),_0x1d6933[_0xc44c70(0xbe)](BSTestOpsLog4JSAppender,_0x54a6ad,_0x468bbd['timezoneOffset']);};function a35_0x1940(_0xece7a6,_0x32df65){const _0x2e7f6f=a35_0x2e7f();return a35_0x1940=function(_0x1940e,_0x5772f5){_0x1940e=_0x1940e-0xaf;let _0x537df9=_0x2e7f6f[_0x1940e];return _0x537df9;},a35_0x1940(_0xece7a6,_0x32df65);}function a35_0x2e7f(){const _0x48ca07=['2996170hYqdsM','548075kjCBNe','levelStr','level','./logReportingAPI','3566352LuDPEz','19967059RRbtyX','type','1810616KwODUu','211004XQMYSt','configure','1390413XkXvox','data','layout','hxwRl','log'];a35_0x2e7f=function(){return _0x48ca07;};return a35_0x2e7f();}
1
+ const a35_0x92509e=a35_0x5cca;(function(_0x2bea74,_0x1f36c4){const _0xd4c218=a35_0x5cca,_0x511d2e=_0x2bea74();while(!![]){try{const _0x945253=-parseInt(_0xd4c218(0xba))/0x1+parseInt(_0xd4c218(0xbf))/0x2+-parseInt(_0xd4c218(0xc9))/0x3+parseInt(_0xd4c218(0xcb))/0x4*(-parseInt(_0xd4c218(0xc8))/0x5)+-parseInt(_0xd4c218(0xbc))/0x6+-parseInt(_0xd4c218(0xca))/0x7+parseInt(_0xd4c218(0xc1))/0x8;if(_0x945253===_0x1f36c4)break;else _0x511d2e['push'](_0x511d2e['shift']());}catch(_0x11afbb){_0x511d2e['push'](_0x511d2e['shift']());}}}(a35_0x37bf,0xec79f));const logReportingAPI=require(a35_0x92509e(0xbd)),BSTestOpsLogger=new logReportingAPI({});function a35_0x5cca(_0x517fc0,_0x11e211){const _0x37bf40=a35_0x37bf();return a35_0x5cca=function(_0x5cca91,_0x565cc1){_0x5cca91=_0x5cca91-0xba;let _0x1b05d0=_0x37bf40[_0x5cca91];return _0x1b05d0;},a35_0x5cca(_0x517fc0,_0x11e211);}function BSTestOpsLog4JSAppender(_0xd6b84d,_0x34a334){return _0x2d821=>{const _0x941fe8=a35_0x5cca;BSTestOpsLogger[_0x941fe8(0xc0)]({'level':_0x2d821[_0x941fe8(0xcc)]?_0x2d821['level'][_0x941fe8(0xc7)]:null,'message':_0x2d821[_0x941fe8(0xc4)]?_0x2d821[_0x941fe8(0xc4)][_0x941fe8(0xc2)]('\x20'):null});};}function a35_0x37bf(){const _0x127c4e=['376372FPgcYs','level','576258OgMMxJ','NpyOc','7553328ZIPxoM','./logReportingAPI','configure','87358nYikyW','log','46632176PkmsNk','join','timezoneOffset','data','colouredLayout','layout','levelStr','45RKzsIv','3839280XOJDZp','6596457kYvRhm'];a35_0x37bf=function(){return _0x127c4e;};return a35_0x37bf();}exports[a35_0x92509e(0xbe)]=(_0x2ea9d2,_0x56056f)=>{const _0x17eecd=a35_0x92509e,_0x31b497={'NpyOc':function(_0x48aad0,_0x1ae87f,_0x2f542e){return _0x48aad0(_0x1ae87f,_0x2f542e);}};let _0xe7468b=_0x56056f[_0x17eecd(0xc5)];return _0x2ea9d2[_0x17eecd(0xc6)]&&(_0xe7468b=_0x56056f[_0x17eecd(0xc6)](_0x2ea9d2['layout']['type'],_0x2ea9d2[_0x17eecd(0xc6)])),_0x31b497[_0x17eecd(0xbb)](BSTestOpsLog4JSAppender,_0xe7468b,_0x2ea9d2[_0x17eecd(0xc3)]);};
@@ -1 +1 @@
1
- const a36_0x64130b=a36_0x1754;(function(_0x619337,_0x52c426){const _0x583d8c=a36_0x1754,_0x818f6b=_0x619337();while(!![]){try{const _0x224e42=-parseInt(_0x583d8c(0x8d))/0x1+parseInt(_0x583d8c(0x9a))/0x2*(parseInt(_0x583d8c(0x9e))/0x3)+parseInt(_0x583d8c(0x93))/0x4+-parseInt(_0x583d8c(0x9f))/0x5+-parseInt(_0x583d8c(0x88))/0x6*(-parseInt(_0x583d8c(0x92))/0x7)+-parseInt(_0x583d8c(0x8c))/0x8*(parseInt(_0x583d8c(0x8a))/0x9)+parseInt(_0x583d8c(0x97))/0xa;if(_0x224e42===_0x52c426)break;else _0x818f6b['push'](_0x818f6b['shift']());}catch(_0x2807b2){_0x818f6b['push'](_0x818f6b['shift']());}}}(a36_0x2f28,0x504a3));const Transport=require(a36_0x64130b(0x94)),{consoleHolder}=require(a36_0x64130b(0x8b)),a36_0x3c7be7={};a36_0x3c7be7['INFO']=a36_0x64130b(0x99),a36_0x3c7be7[a36_0x64130b(0x9c)]=a36_0x64130b(0x9c),a36_0x3c7be7[a36_0x64130b(0xa1)]=a36_0x64130b(0xa1),a36_0x3c7be7[a36_0x64130b(0x8f)]=a36_0x64130b(0x8f),a36_0x3c7be7['WARN']='WARN';const LOG_LEVELS=a36_0x3c7be7;class logPatcher extends Transport{constructor(_0x5155d2){super(_0x5155d2);}[a36_0x64130b(0x9d)]=(_0x172e68=LOG_LEVELS[a36_0x64130b(0x99)],_0x559138=[''])=>{const _0x49d07d=a36_0x64130b,_0x93b472={};_0x93b472['eiWMa']=_0x49d07d(0x89);const _0x21734c=_0x93b472;consoleHolder[_0x172e68['toLowerCase']()](..._0x559138),process['emit'](_0x49d07d(0x95)+process[_0x49d07d(0x96)],{'timestamp':new Date()['toISOString'](),'level':_0x172e68[_0x49d07d(0x9b)](),'message':'\x22'+_0x559138['join'](',\x20')+'\x22','kind':_0x21734c[_0x49d07d(0x98)],'http_response':{}});};[a36_0x64130b(0xa0)]=(..._0x51d931)=>{const _0x3c476e=a36_0x64130b;this[_0x3c476e(0x9d)](LOG_LEVELS['TRACE'],_0x51d931);};[a36_0x64130b(0x91)]=(..._0x2e6837)=>{const _0xb93313=a36_0x64130b;this[_0xb93313(0x9d)](LOG_LEVELS['DEBUG'],_0x2e6837);};['info']=(..._0x48346d)=>{const _0x265a75=a36_0x64130b;this['logToTestOps'](LOG_LEVELS[_0x265a75(0x99)],_0x48346d);};[a36_0x64130b(0x8e)]=(..._0x484144)=>{const _0x2dd235=a36_0x64130b;this[_0x2dd235(0x9d)](LOG_LEVELS['WARN'],_0x484144);};['error']=(..._0x1bc45c)=>{const _0x198361=a36_0x64130b;this[_0x198361(0x9d)](LOG_LEVELS[_0x198361(0x9c)],_0x1bc45c);};[a36_0x64130b(0x87)]=(..._0x2ed1bc)=>{const _0xe2944b=a36_0x64130b;this['logToTestOps'](LOG_LEVELS[_0xe2944b(0x99)],_0x2ed1bc);};}function a36_0x2f28(){const _0x56d154=['log','7662wqPszk','TEST_LOG','9CABCOb','../../helpers/test-observability/constants','635144nuDXLf','412092MjmyMG','warn','TRACE','exports','debug','161sJLbvC','1685820nVclxh','winston-transport','bs:addLog:','pid','3157750kfstss','eiWMa','INFO','2UAAspp','toUpperCase','ERROR','logToTestOps','913326BbtQvi','1253455cOuSPM','trace','DEBUG'];a36_0x2f28=function(){return _0x56d154;};return a36_0x2f28();}function a36_0x1754(_0x3c68e2,_0x14e4fb){const _0x2f282a=a36_0x2f28();return a36_0x1754=function(_0x175496,_0x43a689){_0x175496=_0x175496-0x87;let _0x153df9=_0x2f282a[_0x175496];return _0x153df9;},a36_0x1754(_0x3c68e2,_0x14e4fb);};module[a36_0x64130b(0x90)]=logPatcher;
1
+ const a36_0x57affd=a36_0x3b49;(function(_0x5875be,_0x2acc61){const _0x4aa84b=a36_0x3b49,_0x116cbe=_0x5875be();while(!![]){try{const _0x40c561=parseInt(_0x4aa84b(0x91))/0x1+-parseInt(_0x4aa84b(0x7f))/0x2*(-parseInt(_0x4aa84b(0x89))/0x3)+parseInt(_0x4aa84b(0x8d))/0x4*(parseInt(_0x4aa84b(0x8a))/0x5)+parseInt(_0x4aa84b(0x76))/0x6+-parseInt(_0x4aa84b(0x8e))/0x7*(-parseInt(_0x4aa84b(0x88))/0x8)+parseInt(_0x4aa84b(0x79))/0x9+-parseInt(_0x4aa84b(0x85))/0xa;if(_0x40c561===_0x2acc61)break;else _0x116cbe['push'](_0x116cbe['shift']());}catch(_0x3aa450){_0x116cbe['push'](_0x116cbe['shift']());}}}(a36_0x25f9,0x272b0));const Transport=require(a36_0x57affd(0x8c)),{consoleHolder}=require(a36_0x57affd(0x92)),a36_0x32c5a5={};a36_0x32c5a5['INFO']=a36_0x57affd(0x84),a36_0x32c5a5[a36_0x57affd(0x8b)]='ERROR',a36_0x32c5a5['DEBUG']='DEBUG',a36_0x32c5a5[a36_0x57affd(0x75)]=a36_0x57affd(0x75),a36_0x32c5a5['WARN']=a36_0x57affd(0x80);const LOG_LEVELS=a36_0x32c5a5;function a36_0x3b49(_0x28cd28,_0x55a3de){const _0x25f9bc=a36_0x25f9();return a36_0x3b49=function(_0x3b4994,_0x248efb){_0x3b4994=_0x3b4994-0x75;let _0x5b3a68=_0x25f9bc[_0x3b4994];return _0x5b3a68;},a36_0x3b49(_0x28cd28,_0x55a3de);}function a36_0x25f9(){const _0x42e319=['1352IXJhbq','741nAtbCa','5ghgyUy','ERROR','winston-transport','1223960ZUZiKs','11459ynJeiM','toUpperCase','join','307398CWwUxK','../../helpers/test-observability/constants','TRACE','1576590WBNNJt','toLowerCase','error','704664NixodO','DEBUG','log','trace','debug','bLExF','540eNPAMQ','WARN','info','bs:addLog:','emit','INFO','11373600hNyeio','logToTestOps','exports'];a36_0x25f9=function(){return _0x42e319;};return a36_0x25f9();}class logPatcher extends Transport{constructor(_0x5447d9){super(_0x5447d9);}['logToTestOps']=(_0x97285d=LOG_LEVELS[a36_0x57affd(0x84)],_0x423994=[''])=>{const _0x45c45f=a36_0x57affd,_0x1f8c7c={};_0x1f8c7c[_0x45c45f(0x7e)]='TEST_LOG';const _0x5cb336=_0x1f8c7c;consoleHolder[_0x97285d[_0x45c45f(0x77)]()](..._0x423994),process[_0x45c45f(0x83)](_0x45c45f(0x82)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x97285d[_0x45c45f(0x8f)](),'message':'\x22'+_0x423994[_0x45c45f(0x90)](',\x20')+'\x22','kind':_0x5cb336[_0x45c45f(0x7e)],'http_response':{}});};[a36_0x57affd(0x7c)]=(..._0x12ba4c)=>{const _0xf44507=a36_0x57affd;this[_0xf44507(0x86)](LOG_LEVELS[_0xf44507(0x75)],_0x12ba4c);};[a36_0x57affd(0x7d)]=(..._0x4fb2f7)=>{const _0x111c7a=a36_0x57affd;this['logToTestOps'](LOG_LEVELS[_0x111c7a(0x7a)],_0x4fb2f7);};[a36_0x57affd(0x81)]=(..._0x182ff9)=>{const _0x4c6602=a36_0x57affd;this[_0x4c6602(0x86)](LOG_LEVELS['INFO'],_0x182ff9);};['warn']=(..._0x382e5b)=>{const _0x5c1392=a36_0x57affd;this[_0x5c1392(0x86)](LOG_LEVELS[_0x5c1392(0x80)],_0x382e5b);};[a36_0x57affd(0x78)]=(..._0x3d8ade)=>{const _0x5bd5d2=a36_0x57affd;this[_0x5bd5d2(0x86)](LOG_LEVELS[_0x5bd5d2(0x8b)],_0x3d8ade);};[a36_0x57affd(0x7b)]=(..._0x4c6705)=>{const _0x46fcc7=a36_0x57affd;this[_0x46fcc7(0x86)](LOG_LEVELS[_0x46fcc7(0x84)],_0x4c6705);};};module[a36_0x57affd(0x87)]=logPatcher;
@@ -1 +1 @@
1
- const a37_0x476954=a37_0xea41;(function(_0x22c522,_0x1b7841){const _0x157b67=a37_0xea41,_0x1f706b=_0x22c522();while(!![]){try{const _0x1fe8cc=parseInt(_0x157b67(0xd2))/0x1*(-parseInt(_0x157b67(0xb4))/0x2)+-parseInt(_0x157b67(0xc8))/0x3+parseInt(_0x157b67(0xbd))/0x4*(parseInt(_0x157b67(0xb6))/0x5)+parseInt(_0x157b67(0xd5))/0x6*(parseInt(_0x157b67(0xac))/0x7)+-parseInt(_0x157b67(0xc6))/0x8+-parseInt(_0x157b67(0xcf))/0x9*(-parseInt(_0x157b67(0xd6))/0xa)+-parseInt(_0x157b67(0xbe))/0xb*(-parseInt(_0x157b67(0xaf))/0xc);if(_0x1fe8cc===_0x1b7841)break;else _0x1f706b['push'](_0x1f706b['shift']());}catch(_0x44d807){_0x1f706b['push'](_0x1f706b['shift']());}}}(a37_0x47d5,0xe219d));const Transport=require(a37_0x476954(0xd1)),{consoleHolder}=require('../../helpers/test-observability/constants'),a37_0x22bc58={};a37_0x22bc58[a37_0x476954(0xd4)]=a37_0x476954(0xd4),a37_0x22bc58[a37_0x476954(0xd0)]=a37_0x476954(0xd0),a37_0x22bc58[a37_0x476954(0xb1)]=a37_0x476954(0xb1),a37_0x22bc58[a37_0x476954(0xd9)]=a37_0x476954(0xd9),a37_0x22bc58[a37_0x476954(0xd3)]='WARN';const LOG_LEVELS=a37_0x22bc58;class logReportingAPI extends Transport{constructor(_0x619b98){super(_0x619b98);}[a37_0x476954(0xb0)](_0x40fc15,_0x3c55bf){const _0x6cd7c4=a37_0x476954,_0x276c20={'xmIhZ':function(_0x5a56f4,_0x3a8ca0){return _0x5a56f4===_0x3a8ca0;},'Uzjql':'YFnIs','ondtD':_0x6cd7c4(0xb7),'SWzjw':_0x6cd7c4(0xda),'WANIj':'TEST_LOG','VWfab':function(_0xff615f,_0x19aca9){return _0xff615f(_0x19aca9);},'KVkLK':'object','CQudu':function(_0x5af81d,_0x33f7a9){return _0x5af81d===_0x33f7a9;},'ErgVH':'JFaWD','TFlEZ':function(_0x5c37f4,_0x2f4160){return _0x5c37f4===_0x2f4160;},'suNao':_0x6cd7c4(0xcd),'rhjDz':function(_0x11e8f6){return _0x11e8f6();}};_0x276c20[_0x6cd7c4(0xcb)](setImmediate,()=>{const _0x26fe8e=_0x6cd7c4;_0x276c20[_0x26fe8e(0xbf)](_0x276c20['Uzjql'],_0x276c20[_0x26fe8e(0xb8)])?this[_0x26fe8e(0xd8)](_0xee15b5[_0x26fe8e(0xd4)],_0x4db650):this[_0x26fe8e(0xae)](_0x276c20[_0x26fe8e(0xca)],_0x40fc15);});if(_0x276c20[_0x6cd7c4(0xbf)](typeof _0x40fc15,_0x276c20[_0x6cd7c4(0xce)]))_0x276c20[_0x6cd7c4(0xc7)](_0x276c20[_0x6cd7c4(0xc0)],_0x276c20['ErgVH'])?this['logToTestOps'](_0x40fc15[_0x6cd7c4(0xbc)]||LOG_LEVELS['INFO'],_0x40fc15[_0x6cd7c4(0xb2)],![]):this[_0x6cd7c4(0xd8)](_0x42cee6['INFO'],_0x1a26fc);else{if(_0x276c20[_0x6cd7c4(0xc1)](_0x276c20[_0x6cd7c4(0xb3)],_0x276c20[_0x6cd7c4(0xb3)]))this[_0x6cd7c4(0xd8)](LOG_LEVELS[_0x6cd7c4(0xd4)],_0x40fc15);else{if(_0x496120)_0x479385[_0x1a2d35[_0x6cd7c4(0xbb)]()](_0x2708a6);_0xe8d45a[_0x6cd7c4(0xae)](_0x6cd7c4(0xb9)+_0x29f207[_0x6cd7c4(0xc3)],{'timestamp':new _0x53b365()['toISOString'](),'level':_0x173352[_0x6cd7c4(0xd7)](),'message':_0x492ae8,'kind':_0x276c20[_0x6cd7c4(0xad)],'http_response':{}});}}if(_0x3c55bf)_0x276c20['rhjDz'](_0x3c55bf);}[a37_0x476954(0xd8)]=(_0x36222f=LOG_LEVELS[a37_0x476954(0xd4)],_0x817879='',_0x20a258=!![])=>{const _0x1238cd=a37_0x476954,_0x429beb={};_0x429beb[_0x1238cd(0xcc)]=_0x1238cd(0xc9);const _0x2a4a0c=_0x429beb;if(_0x20a258)consoleHolder[_0x36222f[_0x1238cd(0xbb)]()](_0x817879);process[_0x1238cd(0xae)](_0x1238cd(0xb9)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x36222f['toUpperCase'](),'message':_0x817879,'kind':_0x2a4a0c[_0x1238cd(0xcc)],'http_response':{}});};[a37_0x476954(0xba)]=(_0x468daf,_0x3e90c9)=>{const _0x4f48b1=a37_0x476954;this[_0x4f48b1(0xd8)](LOG_LEVELS[_0x4f48b1(0xd9)],_0x468daf);};[a37_0x476954(0xc2)]=(_0x169981,_0x33bdfb)=>{const _0x617c2c=a37_0x476954;this[_0x617c2c(0xd8)](LOG_LEVELS[_0x617c2c(0xb1)],_0x169981);};[a37_0x476954(0xb5)]=(_0x1b744e,_0x5efda2)=>{const _0x585a1d=a37_0x476954;this[_0x585a1d(0xd8)](LOG_LEVELS[_0x585a1d(0xd4)],_0x1b744e);};[a37_0x476954(0xc4)]=(_0x573dd9,_0x3071d2)=>{const _0x3f66de=a37_0x476954;this['logToTestOps'](LOG_LEVELS[_0x3f66de(0xd3)],_0x573dd9);};['error']=(_0x2c4b43,_0x4b71e4)=>{const _0x2a1c6c=a37_0x476954;this[_0x2a1c6c(0xd8)](LOG_LEVELS[_0x2a1c6c(0xd0)],_0x2c4b43);};};function a37_0xea41(_0x320b04,_0x5d3174){const _0x47d5d4=a37_0x47d5();return a37_0xea41=function(_0xea41dd,_0x32c52a){_0xea41dd=_0xea41dd-0xac;let _0x44f112=_0x47d5d4[_0xea41dd];return _0x44f112;},a37_0xea41(_0x320b04,_0x5d3174);}function a37_0x47d5(){const _0x2ffbfd=['level','16HmZemy','11UbRSiM','xmIhZ','ErgVH','TFlEZ','debug','pid','warn','exports','6202168TUqUdm','CQudu','4169877PVbIKZ','TEST_LOG','SWzjw','VWfab','iFDJg','eQKqD','KVkLK','1359QnJdwI','ERROR','winston-transport','59zqFYGy','WARN','INFO','6ztyYDC','46040eUFLxi','toUpperCase','logToTestOps','TRACE','logged','2815561NbZtQI','WANIj','emit','21344484JxONIs','log','DEBUG','message','suNao','8666okuazP','info','588565gmGUaY','HrJpa','ondtD','bs:addLog:','trace','toLowerCase'];a37_0x47d5=function(){return _0x2ffbfd;};return a37_0x47d5();}module[a37_0x476954(0xc5)]=logReportingAPI;
1
+ function a37_0x3358(){const _0x5525e1=['DEBUG','JyWsO','emit','4008384tfJUUq','iJJuQ','bs:addLog:','INFO','error','WDGxO','level','xlyho','../../helpers/test-observability/constants','93sOGekA','TEST_LOG','toISOString','747mQhXKP','159VLWEoa','yLsDJ','DTXqT','pid','winston-transport','ERROR','message','toLowerCase','jCoGI','GWVDo','HuQMX','logToTestOps','9992zCDlvg','info','object','TRACE','3635775sRxSuK','log','jbOcH','11832DpiBuk','LOaJM','bJOFV','3077316nmGDYU','trace','zfeex','WARN','warn','POAZG','exports','debug','2376458znvyjo','88990vApYct'];a37_0x3358=function(){return _0x5525e1;};return a37_0x3358();}const a37_0x4c542f=a37_0x4454;(function(_0x40e0c8,_0x38e0a4){const _0x1f9aa4=a37_0x4454,_0x487419=_0x40e0c8();while(!![]){try{const _0x445df5=parseInt(_0x1f9aa4(0x18d))/0x1*(-parseInt(_0x1f9aa4(0x199))/0x2)+-parseInt(_0x1f9aa4(0x189))/0x3*(-parseInt(_0x1f9aa4(0x1a0))/0x4)+parseInt(_0x1f9aa4(0x19d))/0x5+parseInt(_0x1f9aa4(0x1a3))/0x6+-parseInt(_0x1f9aa4(0x1ab))/0x7+-parseInt(_0x1f9aa4(0x1b0))/0x8+parseInt(_0x1f9aa4(0x18c))/0x9*(parseInt(_0x1f9aa4(0x1ac))/0xa);if(_0x445df5===_0x38e0a4)break;else _0x487419['push'](_0x487419['shift']());}catch(_0x2f8bff){_0x487419['push'](_0x487419['shift']());}}}(a37_0x3358,0x6a4fa));function a37_0x4454(_0x19d3a1,_0x25fe4a){const _0x335835=a37_0x3358();return a37_0x4454=function(_0x445459,_0x41b52e){_0x445459=_0x445459-0x181;let _0x19eb93=_0x335835[_0x445459];return _0x19eb93;},a37_0x4454(_0x19d3a1,_0x25fe4a);}const Transport=require(a37_0x4c542f(0x191)),{consoleHolder}=require(a37_0x4c542f(0x188)),a37_0x5c0d2e={};a37_0x5c0d2e[a37_0x4c542f(0x183)]=a37_0x4c542f(0x183),a37_0x5c0d2e['ERROR']='ERROR',a37_0x5c0d2e[a37_0x4c542f(0x1ad)]='DEBUG',a37_0x5c0d2e[a37_0x4c542f(0x19c)]=a37_0x4c542f(0x19c),a37_0x5c0d2e[a37_0x4c542f(0x1a6)]=a37_0x4c542f(0x1a6);const LOG_LEVELS=a37_0x5c0d2e;class logReportingAPI extends Transport{constructor(_0x5f4c76){super(_0x5f4c76);}[a37_0x4c542f(0x19e)](_0x4ea151,_0x42640d){const _0x279d9f=a37_0x4c542f,_0x1c66fa={'jCoGI':function(_0x240db5,_0x290cd0){return _0x240db5===_0x290cd0;},'xDjYw':'iUsVF','bJOFV':'VnWAL','xlyho':'logged','POAZG':_0x279d9f(0x18a),'LOaJM':function(_0x5a7bd7,_0x1a5ba6){return _0x5a7bd7(_0x1a5ba6);},'GWVDo':function(_0x2384a1,_0x2249bd){return _0x2384a1===_0x2249bd;},'iJJuQ':_0x279d9f(0x19b),'yLsDJ':function(_0x39587a,_0x64c62d){return _0x39587a!==_0x64c62d;},'jbOcH':_0x279d9f(0x1a5),'DTXqT':function(_0x6a24b,_0x4a1456){return _0x6a24b===_0x4a1456;},'WDGxO':_0x279d9f(0x197),'nbbpP':function(_0x2ce1ca){return _0x2ce1ca();}};_0x1c66fa[_0x279d9f(0x1a1)](setImmediate,()=>{const _0x1e8bd1=_0x279d9f;_0x1c66fa[_0x1e8bd1(0x195)](_0x1c66fa['xDjYw'],_0x1c66fa[_0x1e8bd1(0x1a2)])?this['logToTestOps'](_0x2a4b5e['DEBUG'],_0x27c323):this[_0x1e8bd1(0x1af)](_0x1c66fa[_0x1e8bd1(0x187)],_0x4ea151);});if(_0x1c66fa[_0x279d9f(0x196)](typeof _0x4ea151,_0x1c66fa[_0x279d9f(0x181)]))_0x1c66fa[_0x279d9f(0x18e)](_0x1c66fa[_0x279d9f(0x19f)],_0x1c66fa[_0x279d9f(0x19f)])?this['logToTestOps'](_0x3a4968['ERROR'],_0x54d28e):this[_0x279d9f(0x198)](_0x4ea151[_0x279d9f(0x186)]||LOG_LEVELS['INFO'],_0x4ea151[_0x279d9f(0x193)],![]);else{if(_0x1c66fa[_0x279d9f(0x18f)](_0x1c66fa[_0x279d9f(0x185)],_0x1c66fa[_0x279d9f(0x185)]))this[_0x279d9f(0x198)](LOG_LEVELS[_0x279d9f(0x183)],_0x4ea151);else{if(_0x1d46c3)_0x4ad7ec[_0x3f9aaf[_0x279d9f(0x194)]()](_0x4f91e2);_0x3643f8[_0x279d9f(0x1af)](_0x279d9f(0x182)+_0x3c246b['pid'],{'timestamp':new _0x32ec9d()[_0x279d9f(0x18b)](),'level':_0xc41060['toUpperCase'](),'message':_0x93854f,'kind':_0x1c66fa[_0x279d9f(0x1a8)],'http_response':{}});}}if(_0x42640d)_0x1c66fa['nbbpP'](_0x42640d);}['logToTestOps']=(_0x5cb641=LOG_LEVELS[a37_0x4c542f(0x183)],_0x211d8b='',_0x1f6520=!![])=>{const _0x467a90=a37_0x4c542f,_0x37e623={};_0x37e623[_0x467a90(0x1ae)]=_0x467a90(0x18a);const _0x15c931=_0x37e623;if(_0x1f6520)consoleHolder[_0x5cb641['toLowerCase']()](_0x211d8b);process[_0x467a90(0x1af)](_0x467a90(0x182)+process[_0x467a90(0x190)],{'timestamp':new Date()[_0x467a90(0x18b)](),'level':_0x5cb641['toUpperCase'](),'message':_0x211d8b,'kind':_0x15c931[_0x467a90(0x1ae)],'http_response':{}});};[a37_0x4c542f(0x1a4)]=(_0x45aca0,_0x5be5d7)=>{const _0x477dcc=a37_0x4c542f;this[_0x477dcc(0x198)](LOG_LEVELS[_0x477dcc(0x19c)],_0x45aca0);};[a37_0x4c542f(0x1aa)]=(_0x168307,_0x4f05cd)=>{const _0x3e4d33=a37_0x4c542f;this[_0x3e4d33(0x198)](LOG_LEVELS['DEBUG'],_0x168307);};[a37_0x4c542f(0x19a)]=(_0x442814,_0x23cc5a)=>{const _0x506884=a37_0x4c542f;this[_0x506884(0x198)](LOG_LEVELS[_0x506884(0x183)],_0x442814);};[a37_0x4c542f(0x1a7)]=(_0x80289e,_0x483f13)=>{const _0x2c43ee=a37_0x4c542f;this[_0x2c43ee(0x198)](LOG_LEVELS[_0x2c43ee(0x1a6)],_0x80289e);};[a37_0x4c542f(0x184)]=(_0x5565c7,_0xd58450)=>{const _0x264212=a37_0x4c542f;this['logToTestOps'](LOG_LEVELS[_0x264212(0x192)],_0x5565c7);};};module[a37_0x4c542f(0x1a9)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a38_0x579b36=a38_0x3f27;function a38_0x152f(){const _0x29395d=['bGlwL','initialize','cwd','kUqMr','parallelsPerPlatform','BXTkT','XQGcE','505256snYbzd','1111698gWupCR','7vMrxvP','finally','qipvK','finalExecution','jCYAs','TLvkl','1501029SNtIQI','configuration','file','isUndefined','modifyBrowserStackW3CCaps','72356yWWttJ','forEach','mpDWs','GHKWf','pWSKN','2060970WVNIzw','../test-runner','3106032BsKEon','push','BBRAG','proxySettings','length','OTQZd','297ZzvsXm','File\x20','exports','useW3C','dTDiJ','getPlatformName','185510YGfRMf','../utils/constants','lGBSt','config','../../helpers/helper','join','getHubUrl','platforms','YPyET','modifyBrowserStackCaps','oLuPG','WFqkd','path','aRiAB','existsSync','args','RdHKA','agMIt','handleApp','czNTR','IAuMg','265gzZYxt','then','oiFHI'];a38_0x152f=function(){return _0x29395d;};return a38_0x152f();}(function(_0x374f3d,_0x167c8b){const _0x43e9f1=a38_0x3f27,_0x2647e1=_0x374f3d();while(!![]){try{const _0xc65fb2=parseInt(_0x43e9f1(0x215))/0x1+-parseInt(_0x43e9f1(0x214))/0x2+-parseInt(_0x43e9f1(0x21c))/0x3+parseInt(_0x43e9f1(0x221))/0x4*(parseInt(_0x43e9f1(0x20a))/0x5)+-parseInt(_0x43e9f1(0x226))/0x6*(-parseInt(_0x43e9f1(0x216))/0x7)+-parseInt(_0x43e9f1(0x228))/0x8+-parseInt(_0x43e9f1(0x1ef))/0x9*(parseInt(_0x43e9f1(0x1f5))/0xa);if(_0xc65fb2===_0x167c8b)break;else _0x2647e1['push'](_0x2647e1['shift']());}catch(_0x29c943){_0x2647e1['push'](_0x2647e1['shift']());}}}(a38_0x152f,0xa1416));function a38_0x3f27(_0x8ba3e7,_0x46feb3){const _0x152f07=a38_0x152f();return a38_0x3f27=function(_0x3f278e,_0x59a0a1){_0x3f278e=_0x3f278e-0x1ee;let _0x4e1e73=_0x152f07[_0x3f278e];return _0x4e1e73;},a38_0x3f27(_0x8ba3e7,_0x46feb3);}const fs=require('fs'),path=require(a38_0x579b36(0x201)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a38_0x579b36(0x1f9)),constants=require(a38_0x579b36(0x1f6)),{parallelVanillaRun}=require(a38_0x579b36(0x227));async function run(_0x34f640,_0x321b7f){const _0x5438de=a38_0x579b36,_0x548b2f={'pWSKN':'vanilla','agMIt':function(_0x25d9ea,_0x2adc72){return _0x25d9ea===_0x2adc72;},'WFqkd':_0x5438de(0x20c),'TLvkl':function(_0x20b64c,_0x2600ef){return _0x20b64c!==_0x2600ef;},'YPyET':_0x5438de(0x1f7),'dTDiJ':function(_0x99b9b4,_0xbb1861){return _0x99b9b4(_0xbb1861);},'OTQZd':'File\x20path\x20is\x20required','qipvK':'Config\x20yml\x20is\x20required','GHKWf':function(_0x10cafa,_0x5bc607){return _0x10cafa>_0x5bc607;},'IAuMg':'ZDZFD','suiLU':_0x5438de(0x213),'czNTR':function(_0x5bcb1e,_0x36e8ca){return _0x5bcb1e>_0x36e8ca;},'mpDWs':function(_0x126339,_0x1eeda7){return _0x126339!==_0x1eeda7;},'bGlwL':_0x5438de(0x212),'xedme':_0x5438de(0x22a),'aRiAB':_0x5438de(0x210),'jCYAs':function(_0x5623e4,_0x27c925){return _0x5623e4*_0x27c925;},'RdHKA':function(_0x4dffe1,_0x379092,_0x160374){return _0x4dffe1(_0x379092,_0x160374);}},_0x3205ff=new BrowserStackSetup(_0x34f640,_0x548b2f[_0x5438de(0x225)]);await _0x3205ff[_0x5438de(0x20e)](),await helper[_0x5438de(0x207)](_0x3205ff['config']);let _0x464659=[];if(helper[_0x5438de(0x21f)](_0x34f640['_'][0x1]))throw _0x548b2f[_0x5438de(0x1f3)](Error,_0x548b2f[_0x5438de(0x1ee)]);const _0x1580c4=path[_0x5438de(0x1fa)](process[_0x5438de(0x20f)](),_0x34f640['_'][0x1]);if(!fs[_0x5438de(0x203)](_0x1580c4))throw _0x548b2f[_0x5438de(0x1f3)](Error,_0x5438de(0x1f0)+_0x34f640['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x3205ff['config'])throw _0x548b2f[_0x5438de(0x1f3)](Error,_0x548b2f[_0x5438de(0x218)]);let _0x4354ce=helper[_0x5438de(0x1f2)](_0x3205ff[_0x5438de(0x1f8)]);_0x3205ff[_0x5438de(0x1f8)][_0x5438de(0x1fc)]&&_0x548b2f[_0x5438de(0x224)](_0x3205ff[_0x5438de(0x1f8)]['platforms'][_0x5438de(0x22c)],0x0)&&(_0x548b2f[_0x5438de(0x206)](_0x548b2f[_0x5438de(0x209)],_0x548b2f['suiLU'])?_0x2cc39e[_0x5438de(0x1f8)]['platforms']['forEach']((_0x434923,_0x426fe4)=>{const _0xbbd064=_0x5438de;if(_0x4f4b9c)_0x9b3881[_0xbbd064(0x229)](_0x1b05e9['modifyBrowserStackW3CCaps'](_0x52a790[_0xbbd064(0x1f8)],_0x548b2f[_0xbbd064(0x225)],_0x426fe4));else _0x4a4484['push'](_0x1a352a[_0xbbd064(0x1fe)](_0x264e73['config'],_0x548b2f[_0xbbd064(0x225)],_0x426fe4));}):_0x3205ff['config'][_0x5438de(0x1fc)][_0x5438de(0x222)]((_0xc6d952,_0x52f33b)=>{const _0x598a09=_0x5438de,_0x400660={};_0x400660['oLuPG']=_0x548b2f[_0x598a09(0x225)];const _0x11e4bc=_0x400660;if(_0x548b2f['agMIt'](_0x548b2f[_0x598a09(0x200)],_0x548b2f['WFqkd'])){if(_0x4354ce)_0x464659['push'](helper[_0x598a09(0x220)](_0x3205ff[_0x598a09(0x1f8)],_0x548b2f[_0x598a09(0x225)],_0x52f33b));else _0x464659[_0x598a09(0x229)](helper[_0x598a09(0x1fe)](_0x3205ff['config'],_0x548b2f[_0x598a09(0x225)],_0x52f33b));}else{if(_0x45d6ee)_0x221458[_0x598a09(0x229)](_0x3f4f80[_0x598a09(0x220)](_0x2d212b[_0x598a09(0x1f8)],_0x11e4bc[_0x598a09(0x1ff)],_0x148f1a));else _0x5b7dc9['push'](_0x44d317[_0x598a09(0x1fe)](_0x401734['config'],_0x11e4bc[_0x598a09(0x1ff)],_0x5354df));}}));let _0xe84904,_0xab1f2f;const _0x43f307=[];if(_0x548b2f[_0x5438de(0x208)](_0x464659[_0x5438de(0x22c)],0x0))_0x548b2f[_0x5438de(0x223)](_0x548b2f[_0x5438de(0x20d)],_0x548b2f['xedme'])?_0x464659[_0x5438de(0x222)](_0xbcd6f9=>{const _0x1bf2e8=_0x5438de;if(_0x548b2f[_0x1bf2e8(0x21b)](_0x548b2f[_0x1bf2e8(0x1fd)],_0x548b2f[_0x1bf2e8(0x1fd)])){_0x2c426b={'server':_0x46c9f0[_0x1bf2e8(0x1fb)](_0x384963[_0x1bf2e8(0x1f8)]),'proxySettings':_0x23a5c4['config'][_0x1bf2e8(0x22b)],'platform':_0x2f63c3['getPlatformName'](_0xa72884)};const _0x256cc2={'capability':_0xc5671d,..._0x51ab63};_0x256cc2[_0x1bf2e8(0x21e)]=_0x3cba5b,_0x256cc2['args']=_0x33b16c;const _0x4c4b73={};_0x4c4b73['configuration']=_0x256cc2,_0x4d43c5=_0x4c4b73,_0x51cb90[_0x1bf2e8(0x229)](_0x406fb5);}else{_0xe84904={'server':helper[_0x1bf2e8(0x1fb)](_0x3205ff[_0x1bf2e8(0x1f8)]),'proxySettings':_0x3205ff['config']['proxySettings'],'platform':helper[_0x1bf2e8(0x1f4)](_0xbcd6f9)};const _0x1c7ddb={'capability':_0xbcd6f9,..._0xe84904};_0x1c7ddb[_0x1bf2e8(0x21e)]=_0x1580c4,_0x1c7ddb[_0x1bf2e8(0x204)]=_0x321b7f;const _0x5ae6f4={};_0x5ae6f4[_0x1bf2e8(0x21d)]=_0x1c7ddb,_0xab1f2f=_0x5ae6f4,_0x43f307[_0x1bf2e8(0x229)](_0xab1f2f);}}):_0x473c6b[_0x5438de(0x222)](_0x4d7d2d=>{const _0x1b4c8a=_0x5438de;_0x5e3c8b={'server':_0x1ba811[_0x1b4c8a(0x1fb)](_0x53a92e[_0x1b4c8a(0x1f8)]),'proxySettings':_0x363960['config'][_0x1b4c8a(0x22b)],'platform':_0x595d0c[_0x1b4c8a(0x1f4)](_0x4d7d2d)};const _0x21ed77={'capability':_0x4d7d2d,..._0x18cb76};_0x21ed77['file']=_0x34fcf3,_0x21ed77[_0x1b4c8a(0x204)]=_0x46af72;const _0x5c5de5={};_0x5c5de5['configuration']=_0x21ed77,_0x1c1086=_0x5c5de5,_0x10d633['push'](_0x4792b5);});else{if(_0x548b2f[_0x5438de(0x206)](_0x548b2f[_0x5438de(0x202)],_0x548b2f[_0x5438de(0x202)])){let _0x2c8bca;if(_0x4354ce)_0x2c8bca=helper['modifyBrowserStackW3CCaps'](_0x3205ff[_0x5438de(0x1f8)],_0x548b2f['pWSKN'],0x0);else _0x2c8bca=helper[_0x5438de(0x1fe)](_0x3205ff[_0x5438de(0x1f8)],_0x548b2f[_0x5438de(0x225)],0x0);_0xe84904={'server':helper[_0x5438de(0x1fb)](_0x3205ff[_0x5438de(0x1f8)]),'proxySettings':_0x3205ff[_0x5438de(0x1f8)][_0x5438de(0x22b)]};const _0x368fa7={'capability':_0x2c8bca,..._0xe84904};_0x368fa7[_0x5438de(0x21e)]=_0x1580c4,_0x368fa7[_0x5438de(0x204)]=_0x321b7f;const _0x4f17d7={};_0x4f17d7['configuration']=_0x368fa7,_0xab1f2f=_0x4f17d7,_0x43f307[_0x5438de(0x229)](_0xab1f2f);}else{let _0x52640a;if(_0x65b287)_0x52640a=_0x550b1d[_0x5438de(0x220)](_0x3ec517[_0x5438de(0x1f8)],_0x548b2f[_0x5438de(0x225)],0x0);else _0x52640a=_0x14f680[_0x5438de(0x1fe)](_0x30b4da[_0x5438de(0x1f8)],_0x548b2f[_0x5438de(0x225)],0x0);_0x1a3f03={'server':_0x30d122[_0x5438de(0x1fb)](_0x2129cf['config']),'proxySettings':_0x17c534[_0x5438de(0x1f8)][_0x5438de(0x22b)]};const _0x3ce018={'capability':_0x52640a,..._0x58eb69};_0x3ce018['file']=_0x138c04,_0x3ce018[_0x5438de(0x204)]=_0x3d8b16;const _0x2d0064={};_0x2d0064['configuration']=_0x3ce018,_0xda85ba=_0x2d0064,_0x97bfb7[_0x5438de(0x229)](_0x2d0379);}}const _0x2c5b72=_0x548b2f[_0x5438de(0x21a)](_0x3205ff['config'][_0x5438de(0x1fc)][_0x5438de(0x22c)]||0x1,_0x3205ff[_0x5438de(0x1f8)][_0x5438de(0x211)]);_0x548b2f[_0x5438de(0x205)](parallelVanillaRun,_0x43f307,_0x2c5b72)[_0x5438de(0x20b)](_0xf49940=>{})[_0x5438de(0x217)](async()=>{const _0x554b33=_0x5438de;await helper[_0x554b33(0x219)](_0x3205ff);});}module[a38_0x579b36(0x1f1)]=run;
2
+ 'use strict';function a38_0x4bb4(){const _0x281197=['cRlDs','wmoQz','2798112XyveIU','324fsXFWw','PZKPK','1420384vtDNyR','1oYGqlm','CbvSz','cwd','initialize','then','2496123ZwJyTu','zOzlN','3Oftyab','gqsNu','finally','path','hzXAb','NBLzd','../test-runner','OJrrN','file','configuration','1671158jfhjWw','GXOGa','modifyBrowserStackCaps','../../helpers/helper','File\x20','QPvUZ','4547780GuOzQc','\x20doesn\x27t\x20exist','join','21795hvdBsF','exports','aVxJp','NmRhp','QLlka','length','qzCVk','406484ZNyOCk','isUndefined','kjAgT','platforms','ZEGuU','useW3C','modifyBrowserStackW3CCaps','existsSync','File\x20path\x20is\x20required','TwCPo','VjyhF','TCMfW','tTVsV','forEach','config','proxySettings','Config\x20yml\x20is\x20required','args','parallelsPerPlatform','dJYMO','../../helpers/BrowserStackSetup','../utils/constants','vanilla','pTYKD','push','hDpsk','getPlatformName','KMWAX','getHubUrl','FqiCc'];a38_0x4bb4=function(){return _0x281197;};return a38_0x4bb4();}const a38_0x2c0f53=a38_0x5532;function a38_0x5532(_0x267dd3,_0x3aa02d){const _0x4bb425=a38_0x4bb4();return a38_0x5532=function(_0x553205,_0x75d652){_0x553205=_0x553205-0xb6;let _0x171b5d=_0x4bb425[_0x553205];return _0x171b5d;},a38_0x5532(_0x267dd3,_0x3aa02d);}(function(_0x11177e,_0x2bcd30){const _0x23a164=a38_0x5532,_0x2ef75b=_0x11177e();while(!![]){try{const _0x2d0753=-parseInt(_0x23a164(0xfa))/0x1*(-parseInt(_0x23a164(0xc6))/0x2)+-parseInt(_0x23a164(0xbc))/0x3*(parseInt(_0x23a164(0xd6))/0x4)+parseInt(_0x23a164(0xcf))/0x5*(parseInt(_0x23a164(0xf7))/0x6)+parseInt(_0x23a164(0xf9))/0x7+-parseInt(_0x23a164(0xf6))/0x8+parseInt(_0x23a164(0xba))/0x9+-parseInt(_0x23a164(0xcc))/0xa;if(_0x2d0753===_0x2bcd30)break;else _0x2ef75b['push'](_0x2ef75b['shift']());}catch(_0x51f1b3){_0x2ef75b['push'](_0x2ef75b['shift']());}}}(a38_0x4bb4,0x9d7c5));const fs=require('fs'),path=require(a38_0x2c0f53(0xbf)),{default:BrowserStackSetup}=require(a38_0x2c0f53(0xea)),helper=require(a38_0x2c0f53(0xc9)),constants=require(a38_0x2c0f53(0xeb)),{parallelVanillaRun}=require(a38_0x2c0f53(0xc2));async function run(_0x212778,_0x1c6e19){const _0x806c1a=a38_0x2c0f53,_0x400f34={'cRlDs':_0x806c1a(0xec),'wmoQz':function(_0x59b0c1,_0x22c395){return _0x59b0c1!==_0x22c395;},'NBLzd':'TXqwR','TwCPo':_0x806c1a(0xd2),'OJrrN':function(_0x191512,_0x10f226){return _0x191512!==_0x10f226;},'tTVsV':'ihuWg','kjAgT':function(_0xfe835a,_0x3d5c9b){return _0xfe835a(_0x3d5c9b);},'hzXAb':_0x806c1a(0xde),'QPvUZ':_0x806c1a(0xe6),'gqsNu':function(_0x27975d,_0x77c049){return _0x27975d>_0x77c049;},'pTYKD':function(_0x4a9e22,_0x418db3){return _0x4a9e22===_0x418db3;},'aVxJp':_0x806c1a(0xd5),'zOzlN':function(_0x3f2063,_0x2a5abe){return _0x3f2063!==_0x2a5abe;},'GXOGa':_0x806c1a(0xf3),'VjyhF':_0x806c1a(0xda),'PZKPK':function(_0x59d86c,_0x5e70ff){return _0x59d86c===_0x5e70ff;},'TCMfW':_0x806c1a(0xe9),'CbvSz':_0x806c1a(0xd3),'FLGwK':function(_0xbfe205,_0x1a08ea){return _0xbfe205*_0x1a08ea;},'KMWAX':function(_0x467744,_0x4dfa63,_0x44a9cb){return _0x467744(_0x4dfa63,_0x44a9cb);}},_0x4dbad5=new BrowserStackSetup(_0x212778,_0x400f34['cRlDs']);await _0x4dbad5[_0x806c1a(0xb8)](),await helper['handleApp'](_0x4dbad5[_0x806c1a(0xe4)]);let _0x4f4c93=[];if(helper[_0x806c1a(0xd7)](_0x212778['_'][0x1]))throw _0x400f34[_0x806c1a(0xd8)](Error,_0x400f34[_0x806c1a(0xc0)]);const _0x18d888=path[_0x806c1a(0xce)](process[_0x806c1a(0xb7)](),_0x212778['_'][0x1]);if(!fs[_0x806c1a(0xdd)](_0x18d888))throw _0x400f34[_0x806c1a(0xd8)](Error,_0x806c1a(0xca)+_0x212778['_'][0x1]+_0x806c1a(0xcd));if(!_0x4dbad5[_0x806c1a(0xe4)])throw _0x400f34[_0x806c1a(0xd8)](Error,_0x400f34[_0x806c1a(0xcb)]);let _0x3d18e5=helper[_0x806c1a(0xdb)](_0x4dbad5[_0x806c1a(0xe4)]);if(_0x4dbad5[_0x806c1a(0xe4)]['platforms']&&_0x400f34['gqsNu'](_0x4dbad5[_0x806c1a(0xe4)][_0x806c1a(0xd9)][_0x806c1a(0xd4)],0x0)){if(_0x400f34[_0x806c1a(0xed)](_0x400f34[_0x806c1a(0xd1)],_0x400f34[_0x806c1a(0xd1)]))_0x4dbad5[_0x806c1a(0xe4)][_0x806c1a(0xd9)]['forEach']((_0x4ef4d5,_0x4020cd)=>{const _0x73e1d=_0x806c1a,_0x4e117f={};_0x4e117f['hDpsk']=_0x400f34['cRlDs'];const _0x144ccb=_0x4e117f;if(_0x400f34[_0x73e1d(0xf5)](_0x400f34[_0x73e1d(0xc1)],_0x400f34[_0x73e1d(0xdf)])){if(_0x3d18e5)_0x4f4c93[_0x73e1d(0xee)](helper[_0x73e1d(0xdc)](_0x4dbad5[_0x73e1d(0xe4)],_0x400f34[_0x73e1d(0xf4)],_0x4020cd));else _0x4f4c93[_0x73e1d(0xee)](helper[_0x73e1d(0xc8)](_0x4dbad5[_0x73e1d(0xe4)],_0x400f34[_0x73e1d(0xf4)],_0x4020cd));}else _0x112a67[_0x73e1d(0xe4)][_0x73e1d(0xd9)][_0x73e1d(0xe3)]((_0x16e17e,_0x2bf8d8)=>{const _0x2650ae=_0x73e1d;if(_0x1f13c4)_0x4e6917['push'](_0x216bb1[_0x2650ae(0xdc)](_0x29bff5['config'],_0x144ccb[_0x2650ae(0xef)],_0x2bf8d8));else _0x7103ec[_0x2650ae(0xee)](_0x35d2c6[_0x2650ae(0xc8)](_0x123fbf[_0x2650ae(0xe4)],_0x144ccb[_0x2650ae(0xef)],_0x2bf8d8));});});else{if(_0x2cbd27)_0x3ac4d5['push'](_0x43a157[_0x806c1a(0xdc)](_0x40b84f[_0x806c1a(0xe4)],_0x400f34[_0x806c1a(0xf4)],_0x357fa2));else _0x3d29ab[_0x806c1a(0xee)](_0x3e89e4[_0x806c1a(0xc8)](_0xd569d2[_0x806c1a(0xe4)],_0x400f34[_0x806c1a(0xf4)],_0x5be150));}}let _0x12afea,_0x5b9fe8;const _0x1359dc=[];if(_0x400f34[_0x806c1a(0xbd)](_0x4f4c93[_0x806c1a(0xd4)],0x0)){if(_0x400f34[_0x806c1a(0xbb)](_0x400f34[_0x806c1a(0xc7)],_0x400f34[_0x806c1a(0xe0)]))_0x4f4c93[_0x806c1a(0xe3)](_0x1b85dc=>{const _0x3cac38=_0x806c1a;if(_0x400f34[_0x3cac38(0xc3)](_0x400f34[_0x3cac38(0xe2)],_0x400f34[_0x3cac38(0xe2)])){_0x124719={'server':_0x59124d[_0x3cac38(0xf2)](_0x44b251[_0x3cac38(0xe4)]),'proxySettings':_0x348eda[_0x3cac38(0xe4)][_0x3cac38(0xe5)],'platform':_0x534a7c[_0x3cac38(0xf0)](_0x5e1f9f)};const _0x545e32={'capability':_0x3db8b3,..._0x2c839d};_0x545e32[_0x3cac38(0xc4)]=_0x13efb2,_0x545e32[_0x3cac38(0xe7)]=_0x4e6fcc;const _0xe72cfd={};_0xe72cfd[_0x3cac38(0xc5)]=_0x545e32,_0x11f37b=_0xe72cfd,_0x42c335[_0x3cac38(0xee)](_0x311151);}else{_0x12afea={'server':helper[_0x3cac38(0xf2)](_0x4dbad5[_0x3cac38(0xe4)]),'proxySettings':_0x4dbad5[_0x3cac38(0xe4)][_0x3cac38(0xe5)],'platform':helper[_0x3cac38(0xf0)](_0x1b85dc)};const _0x52ce67={'capability':_0x1b85dc,..._0x12afea};_0x52ce67['file']=_0x18d888,_0x52ce67[_0x3cac38(0xe7)]=_0x1c6e19;const _0x3953ac={};_0x3953ac['configuration']=_0x52ce67,_0x5b9fe8=_0x3953ac,_0x1359dc[_0x3cac38(0xee)](_0x5b9fe8);}});else{let _0x599a48;if(_0x3d327e)_0x599a48=_0x33fc8f[_0x806c1a(0xdc)](_0x1a6626[_0x806c1a(0xe4)],_0x400f34[_0x806c1a(0xf4)],0x0);else _0x599a48=_0x58641e[_0x806c1a(0xc8)](_0x3815ae['config'],_0x400f34[_0x806c1a(0xf4)],0x0);_0x354622={'server':_0x17bc49['getHubUrl'](_0x172891['config']),'proxySettings':_0xc42015['config'][_0x806c1a(0xe5)]};const _0x45920b={'capability':_0x599a48,..._0x46ff8b};_0x45920b[_0x806c1a(0xc4)]=_0x3d57ee,_0x45920b[_0x806c1a(0xe7)]=_0x40ca50;const _0x17cce9={};_0x17cce9[_0x806c1a(0xc5)]=_0x45920b,_0x44d7b9=_0x17cce9,_0x5e5017[_0x806c1a(0xee)](_0x5ed4d6);}}else{if(_0x400f34[_0x806c1a(0xf8)](_0x400f34[_0x806c1a(0xe1)],_0x400f34[_0x806c1a(0xb6)]))_0x12f0c5['forEach'](_0x55e6d6=>{const _0x26f64c=_0x806c1a;_0x412c88={'server':_0x36f6a8['getHubUrl'](_0x5e3d4f[_0x26f64c(0xe4)]),'proxySettings':_0x5ea81d['config'][_0x26f64c(0xe5)],'platform':_0x55c446[_0x26f64c(0xf0)](_0x55e6d6)};const _0x51aca6={'capability':_0x55e6d6,..._0x1eb50f};_0x51aca6[_0x26f64c(0xc4)]=_0x1af9ef,_0x51aca6[_0x26f64c(0xe7)]=_0x3bb03b;const _0x19e395={};_0x19e395['configuration']=_0x51aca6,_0x356db2=_0x19e395,_0x34878f[_0x26f64c(0xee)](_0x273748);});else{let _0x2043bb;if(_0x3d18e5)_0x2043bb=helper[_0x806c1a(0xdc)](_0x4dbad5['config'],_0x400f34[_0x806c1a(0xf4)],0x0);else _0x2043bb=helper[_0x806c1a(0xc8)](_0x4dbad5[_0x806c1a(0xe4)],_0x400f34[_0x806c1a(0xf4)],0x0);_0x12afea={'server':helper['getHubUrl'](_0x4dbad5[_0x806c1a(0xe4)]),'proxySettings':_0x4dbad5[_0x806c1a(0xe4)][_0x806c1a(0xe5)]};const _0x16b5dc={'capability':_0x2043bb,..._0x12afea};_0x16b5dc[_0x806c1a(0xc4)]=_0x18d888,_0x16b5dc[_0x806c1a(0xe7)]=_0x1c6e19;const _0x1fb86d={};_0x1fb86d[_0x806c1a(0xc5)]=_0x16b5dc,_0x5b9fe8=_0x1fb86d,_0x1359dc[_0x806c1a(0xee)](_0x5b9fe8);}}const _0x54d4ea=_0x400f34['FLGwK'](_0x4dbad5[_0x806c1a(0xe4)][_0x806c1a(0xd9)]['length']||0x1,_0x4dbad5[_0x806c1a(0xe4)][_0x806c1a(0xe8)]);_0x400f34[_0x806c1a(0xf1)](parallelVanillaRun,_0x1359dc,_0x54d4ea)[_0x806c1a(0xb9)](_0x3fe0ae=>{})[_0x806c1a(0xbe)](async()=>{await helper['finalExecution'](_0x4dbad5);});}module[a38_0x2c0f53(0xd0)]=run;
@@ -1 +1 @@
1
- const a39_0x270341=a39_0x4094;(function(_0x18830,_0x2f41f1){const _0x5708bc=a39_0x4094,_0x5b50cc=_0x18830();while(!![]){try{const _0x440e10=-parseInt(_0x5708bc(0x180))/0x1+-parseInt(_0x5708bc(0x158))/0x2+parseInt(_0x5708bc(0x1a5))/0x3*(-parseInt(_0x5708bc(0x1ee))/0x4)+parseInt(_0x5708bc(0x13e))/0x5*(-parseInt(_0x5708bc(0x175))/0x6)+-parseInt(_0x5708bc(0x185))/0x7+parseInt(_0x5708bc(0x1ae))/0x8+parseInt(_0x5708bc(0x1c2))/0x9;if(_0x440e10===_0x2f41f1)break;else _0x5b50cc['push'](_0x5b50cc['shift']());}catch(_0x347500){_0x5b50cc['push'](_0x5b50cc['shift']());}}}(a39_0x5d0f,0x947e0));const util=require('util'),constants=require(a39_0x270341(0x184)),{isTurboScaleSession}=require(a39_0x270341(0x167)),logger=require(a39_0x270341(0x1c5))[a39_0x270341(0x166)],helper=require(a39_0x270341(0x1aa)),hubAllocator=require(a39_0x270341(0x16d));function a39_0x5d0f(){const _0x3f3029=['RKEkD','iVfAp','sKrQP','turboScale','FRAMEWORK','cdnTm','Zzvll','ZRqiR','isRunning','SIGTERM','754290bUgGqP','config','hubUrl','hNEiR','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','bbGwb','DjJEY','Bvbvt','default','getPackageVersion','wxKEx','drgir','VmJLF','hvzRh','winstonLogger','./ats/helper','true','wnEcy','TxcfZ','GhDMc','HpvYp','../hubAllocationMethods','platforms','oIcxw','GaQRI','initialize','YFDBO','stopBrowserstackLocal','AVFKc','1338NRqLyo','toString','framework','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','CYYQo','url','lrjdb','hkeMW','Nwfbj','message','OdUlm','628607rFkCph','mcmrq','selenium-webdriver','unhandledRejection','../bin/utils/constants','8130857iExqwb','isTrialGrid','RdBPK','envConfig','kHRul','wBuRg','apdti','CkDEA','EQkev','HdEQx','sOuee','uncaughtException','lxumT','testContextOptions','localOptions','COEKJ','isTrue','TViiX','dTxuh','HjyEg','debug','getAccessKey','NGKCL','bmmaH','browserStackLocalOptions','RCJgg','getHubUrl','Wjwjm','ialOR','lgJzt','SDKTestAttempted','AFRJJ','2460957QhXQGP','UOaCs','RioIy','KkoXQ','JCPol','./helper','Local\x20binary\x20stopped','turboScaleUrl','setProxySettings','4619800fDtmim','cliConfig','parallelsPerPlatform','GDozG','Jzbbn','SiYUL','forceLocal','userName\x20or\x20accessKey\x20is\x20not\x20defined','WVapf','dVIFv','setUpHubUrl','setupKeepAlive','mCHxg','stopLocalBinary','setupBrowserstackLocal','KnKaO','localIdentifier','YvLZj','tmUEC','xXwsG','34753806xrIaSM','ThIMw','JtNQI','./logger','useW3C','setEnvCaps','VdxKa','isBrowserstackInfra','zAAZX','ndeGD','customRepeaters','aHynt','handleExceptions','constructor','PlbJq','TwWIS','UWGWQ','yYigU','bLLtR','ftDKS','gKxlA','isUndefined','EtLFi','FRmxd','hnMWU','error','setCLICaps','info','getConfigPath','custom-repeater','dVJJm','hJuli','IPGst','getLocalIdentifier','startLocalBinary','ABTfi','xMPIP','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','WFRTB','format','readConfig','join','DpdRD','iFcre','4HKNwBh','setLogLevel','fireFunnelTestEvent','PgHqQ','JMtrl','generateLocalIdentifier','length','DzwqN','Wupie','BDBBp','bbQpo','browserstackLocal','GijkC','ZXVLj','APIdp','getFinalCaps','xCiVM','warn','ElzpP','XwFiR','Local\x20binary\x20started\x20successfully','FpZWb','NThfn','turboScaleOptions','unhandledErrors','18905DoxGvR','KXJxJ','NRsEK','oLnxe','ZCRUy','BROWSERSTACK_TURBOSCALE','Xdieo','turboScaleGridDetails','sttZn','requireSeleniumWebdriverCheck','getLocalConfig','setBrowserstackInfraFromConfig','env','push','getUserName','JLcrO'];a39_0x5d0f=function(){return _0x3f3029;};return a39_0x5d0f();}class BrowserStackSetup{constructor(_0x2f1300,_0x56db76){const _0x4f8e67=a39_0x270341,_0x1c2e14={'fSCGs':'Error\x20occured\x20while\x20stopping\x20local\x20binary','Zzvll':function(_0x3cb700,_0x554098){return _0x3cb700<_0x554098;},'iFcre':function(_0xd6a219,_0x5d63fb){return _0xd6a219(_0x5d63fb);},'dVJJm':_0x4f8e67(0x182),'hJuli':function(_0x731f16,_0x42f7cd){return _0x731f16>=_0x42f7cd;},'KkoXQ':function(_0x114c48,_0x3d249b){return _0x114c48(_0x3d249b);},'kGMNv':'ats-repeater','YvLZj':_0x4f8e67(0x1df),'FpZWb':'true','tmUEC':_0x4f8e67(0x15c),'wnEcy':_0x4f8e67(0x183),'OdUlm':_0x4f8e67(0x190),'kHRul':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','NGKCL':function(_0x142017,_0x40033e){return _0x142017(_0x40033e);},'ndeGD':'./setKeepAlive','Wjwjm':_0x4f8e67(0x1b5),'lxumT':'No\x20config\x20provided.','DqRUh':function(_0x5ac336,_0x2556f6){return _0x5ac336===_0x2556f6;},'IPGst':_0x4f8e67(0x16f),'QaAmC':function(_0x2c7d71,_0x250106){return _0x2c7d71!==_0x250106;},'JLcrO':_0x4f8e67(0x1d4),'DpdRD':function(_0x444883,_0xef9c8c){return _0x444883!==_0xef9c8c;},'NjJyZ':_0x4f8e67(0x12c),'TwWIS':_0x4f8e67(0x1d3),'YFDBO':_0x4f8e67(0x1a3),'PlbJq':function(_0x3c6a32,_0xd86771){return _0x3c6a32===_0xd86771;},'ZCRUy':'NYhAb','NRsEK':_0x4f8e67(0x155),'Gbdmx':_0x4f8e67(0x146),'wxKEx':function(_0x4da8cb,_0x53d34d){return _0x4da8cb<_0x53d34d;},'ZXVLj':function(_0x478d20,_0x26c9ab){return _0x478d20(_0x26c9ab);},'Bvbvt':function(_0x1d131f,_0x40f7bb){return _0x1d131f!==_0x40f7bb;},'JCPol':_0x4f8e67(0x1d8),'BDBBp':_0x4f8e67(0x1e5),'EdwGR':function(_0x44197e,_0x674d9){return _0x44197e===_0x674d9;},'SyONk':_0x4f8e67(0x1c8),'gKxlA':_0x4f8e67(0x165),'bbGwb':function(_0x30747a,_0x1ae92e){return _0x30747a===_0x1ae92e;},'SiYUL':_0x4f8e67(0x1a7),'hkeMW':_0x4f8e67(0x1ca),'wBuRg':_0x4f8e67(0x15e),'HjyEg':function(_0x9b7470,_0x16dd4e){return _0x9b7470===_0x16dd4e;},'ftDKS':_0x4f8e67(0x141),'UWGWQ':_0x4f8e67(0x16a),'lrjdb':_0x4f8e67(0x1c4),'bbQpo':_0x4f8e67(0x1c3),'ElzpP':function(_0x1d6900,_0x2b8641){return _0x1d6900===_0x2b8641;},'bmmaH':_0x4f8e67(0x1b1),'xJVwP':function(_0x311fcf,_0x4766ab){return _0x311fcf!==_0x4766ab;},'dVIFv':_0x4f8e67(0x18b),'CYYQo':_0x4f8e67(0x1f1),'NThfn':_0x4f8e67(0x1f2),'WVapf':'vEZvo'};this[_0x4f8e67(0x13d)]=[],this['cliConfig']=helper[_0x4f8e67(0x1dc)](_0x2f1300),this[_0x4f8e67(0x188)]=helper[_0x4f8e67(0x1c7)](),this[_0x4f8e67(0x130)]=null,this['config']=helper[_0x4f8e67(0x1ea)](helper[_0x4f8e67(0x1de)](_0x2f1300)),global[_0x4f8e67(0x159)]=this[_0x4f8e67(0x159)],global[_0x4f8e67(0x177)]=_0x56db76,helper['sanitizeCaps'](this[_0x4f8e67(0x159)]),this['framework']=_0x56db76;if(helper[_0x4f8e67(0x1d7)](this['config']))throw new Error(_0x1c2e14[_0x4f8e67(0x191)]);if(this['config']['error'])throw new Error(this[_0x4f8e67(0x159)]['error']);this[_0x4f8e67(0x1ce)]();process[_0x4f8e67(0x14a)][_0x4f8e67(0x143)]&&(_0x1c2e14['DqRUh'](_0x1c2e14[_0x4f8e67(0x1e2)],_0x1c2e14[_0x4f8e67(0x1e2)])?(this[_0x4f8e67(0x159)][_0x4f8e67(0x151)]=helper[_0x4f8e67(0x195)](process[_0x4f8e67(0x14a)][_0x4f8e67(0x143)]),this['config'][_0x4f8e67(0x13c)]=this['config'][_0x4f8e67(0x13c)]||{}):this[_0x4f8e67(0x159)]['useW3C']=!![]);helper[_0x4f8e67(0x149)](this[_0x4f8e67(0x159)],this['cliConfig']),helper[_0x4f8e67(0x134)](this['config'],this[_0x4f8e67(0x1af)],this[_0x4f8e67(0x188)]);if(!helper[_0x4f8e67(0x1c9)]()){if(_0x1c2e14['QaAmC'](_0x1c2e14[_0x4f8e67(0x14d)],_0x1c2e14[_0x4f8e67(0x14d)]))this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)]={'localIdentifier':_0xf73c33['generateLocalIdentifier']()};else{try{if(_0x1c2e14[_0x4f8e67(0x1ec)](_0x1c2e14['NjJyZ'],_0x1c2e14[_0x4f8e67(0x1d1)]))process['env']['FRAMEWORK']=_0x56db76,helper[_0x4f8e67(0x1f0)](_0x1c2e14[_0x4f8e67(0x172)],{},this[_0x4f8e67(0x159)],this['framework']);else{_0x2f6d4c[_0x4f8e67(0x199)](_0x2b7030);throw new _0x6a094a(_0x4b5dc9[_0x4f8e67(0x176)]());}}catch(_0x55841c){_0x1c2e14[_0x4f8e67(0x1d0)](_0x1c2e14[_0x4f8e67(0x142)],_0x1c2e14[_0x4f8e67(0x142)])?logger['debug'](_0x4f8e67(0x178)+_0x55841c):_0x5aa370['error'](_0x1c2e14['fSCGs'],_0x130650[_0x4f8e67(0x17e)]);}return;}}helper[_0x4f8e67(0x147)](_0x56db76)&&(_0x1c2e14[_0x4f8e67(0x1ec)](_0x1c2e14[_0x4f8e67(0x140)],_0x1c2e14['Gbdmx'])?(_0x1c2e14[_0x4f8e67(0x162)](_0x1c2e14[_0x4f8e67(0x132)](parseInt,helper[_0x4f8e67(0x161)](_0x1c2e14[_0x4f8e67(0x1e0)])),0x3)&&(_0x1c2e14[_0x4f8e67(0x15f)](_0x1c2e14[_0x4f8e67(0x1a9)],_0x1c2e14[_0x4f8e67(0x12e)])?this['config']['useW3C']=![]:_0x1cd6dd[_0x4f8e67(0x199)](_0x4f8e67(0x178)+_0x2560b3)),_0x1c2e14['hJuli'](_0x1c2e14['NGKCL'](parseInt,helper[_0x4f8e67(0x161)](_0x1c2e14['dVJJm'])),4.5)&&(_0x1c2e14['EdwGR'](_0x1c2e14['SyONk'],_0x1c2e14[_0x4f8e67(0x1d6)])?(this[_0x4f8e67(0x159)]['turboScale']=_0xf1ffe8[_0x4f8e67(0x195)](_0x591c90[_0x4f8e67(0x14a)][_0x4f8e67(0x143)]),this[_0x4f8e67(0x159)][_0x4f8e67(0x13c)]=this[_0x4f8e67(0x159)]['turboScaleOptions']||{}):this[_0x4f8e67(0x159)][_0x4f8e67(0x1c6)]=!![])):(_0x1c2e14[_0x4f8e67(0x154)](_0x1c2e14[_0x4f8e67(0x1ed)](_0x1863fb,_0x4b57f5[_0x4f8e67(0x161)](_0x1c2e14[_0x4f8e67(0x1e0)])),0x3)&&(this[_0x4f8e67(0x159)]['useW3C']=![]),_0x1c2e14[_0x4f8e67(0x1e1)](_0x1c2e14[_0x4f8e67(0x1a8)](_0x241b3c,_0x54375c['getPackageVersion'](_0x1c2e14[_0x4f8e67(0x1e0)])),4.5)&&(this[_0x4f8e67(0x159)][_0x4f8e67(0x1c6)]=!![])));(helper['isUndefined'](this[_0x4f8e67(0x159)]['platforms'])||helper[_0x4f8e67(0x1d7)](this['config'][_0x4f8e67(0x16e)][_0x4f8e67(0x1f4)]))&&(_0x1c2e14[_0x4f8e67(0x15d)](_0x1c2e14['SiYUL'],_0x1c2e14[_0x4f8e67(0x1b3)])?(helper[_0x4f8e67(0x1d7)](this[_0x4f8e67(0x159)][_0x4f8e67(0x1b0)])?_0x1c2e14[_0x4f8e67(0x1d0)](_0x1c2e14[_0x4f8e67(0x17c)],_0x1c2e14[_0x4f8e67(0x18a)])?(this[_0x4f8e67(0x159)][_0x4f8e67(0x130)]=!![],this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)][_0x4f8e67(0x1be)]=_0x1c2e14['kGMNv'],this['config']['browserStackLocalOptions'][_0x1c2e14[_0x4f8e67(0x1bf)]]=_0x339f1b[_0x4f8e67(0x1cc)][_0x4f8e67(0x1eb)](','),this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)][_0x4f8e67(0x1b4)]=_0x1c2e14[_0x4f8e67(0x13a)]):logger[_0x4f8e67(0x1dd)](_0x1c2e14[_0x4f8e67(0x189)]):_0x1c2e14[_0x4f8e67(0x198)](_0x1c2e14[_0x4f8e67(0x1d5)],_0x1c2e14[_0x4f8e67(0x1d5)])?logger[_0x4f8e67(0x136)](_0x1c2e14[_0x4f8e67(0x1c0)]):_0x18ed4f['warn'](_0x1c2e14['tmUEC']),this[_0x4f8e67(0x159)][_0x4f8e67(0x16e)]=[]):_0x14ce30[_0x4f8e67(0x199)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0xd86068));!this[_0x4f8e67(0x159)]['browserStackLocalOptions']&&(this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)]=this[_0x4f8e67(0x159)][_0x4f8e67(0x193)]||{}),!this[_0x4f8e67(0x159)]['testContextOptions']&&(this['config'][_0x4f8e67(0x192)]={});if(helper['isUndefined'](helper[_0x4f8e67(0x14c)](this[_0x4f8e67(0x159)]))||helper[_0x4f8e67(0x1d7)](helper[_0x4f8e67(0x19a)](this[_0x4f8e67(0x159)]))){if(_0x1c2e14[_0x4f8e67(0x198)](_0x1c2e14[_0x4f8e67(0x1d2)],_0x1c2e14[_0x4f8e67(0x17b)]))this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)][_0x4f8e67(0x1be)]=_0x1f3047[_0x4f8e67(0x1f3)]();else throw new Error(_0x1c2e14[_0x4f8e67(0x1a0)]);}if(helper[_0x4f8e67(0x148)](this[_0x4f8e67(0x159)])&&helper[_0x4f8e67(0x1d7)](helper[_0x4f8e67(0x1e3)](this[_0x4f8e67(0x159)]))){if(_0x1c2e14['EdwGR'](_0x1c2e14[_0x4f8e67(0x12f)],_0x1c2e14[_0x4f8e67(0x12f)])){if(!helper[_0x4f8e67(0x1d7)](this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)])&&_0x1c2e14['ElzpP'](this[_0x4f8e67(0x159)]['browserStackLocalOptions'][_0x4f8e67(0x1cf)],Object)){if(_0x1c2e14[_0x4f8e67(0x137)](_0x1c2e14[_0x4f8e67(0x19c)],_0x1c2e14[_0x4f8e67(0x19c)]))this[_0x4f8e67(0x159)][_0x4f8e67(0x19d)][_0x4f8e67(0x1be)]=helper[_0x4f8e67(0x1f3)]();else{const _0x222b8e=_0x5e2f9f=>{const _0x561e73=_0x4f8e67;_0x46c64a[_0x561e73(0x1db)](_0x5e2f9f['message']),_0x4661e0[_0x561e73(0x199)](_0x8739bb[_0x561e73(0x1e9)](_0x5e2f9f)),this[_0x561e73(0x13d)]['push'](_0x5bec39[_0x561e73(0x1e9)]('%j',_0x5e2f9f));};_0x2f59c8['on'](_0x1c2e14[_0x4f8e67(0x169)],_0x222b8e),_0x27f7ec['on'](_0x1c2e14[_0x4f8e67(0x17f)],_0x222b8e);}}else _0x1c2e14['xJVwP'](_0x1c2e14[_0x4f8e67(0x1b7)],_0x1c2e14[_0x4f8e67(0x179)])?this[_0x4f8e67(0x159)]['browserStackLocalOptions']={'localIdentifier':helper[_0x4f8e67(0x1f3)]()}:(_0x453537[_0x4f8e67(0x1d7)](this[_0x4f8e67(0x159)][_0x4f8e67(0x1b0)])?_0x100237[_0x4f8e67(0x1dd)](_0x1c2e14[_0x4f8e67(0x189)]):_0x4efe90['warn'](_0x1c2e14[_0x4f8e67(0x1c0)]),this[_0x4f8e67(0x159)]['platforms']=[]);}else this['config']['useW3C']=![];}helper[_0x4f8e67(0x1ef)](this[_0x4f8e67(0x159)],this[_0x4f8e67(0x1af)],this[_0x4f8e67(0x188)]);try{_0x1c2e14['xJVwP'](_0x1c2e14[_0x4f8e67(0x13b)],_0x1c2e14[_0x4f8e67(0x13b)])?_0x1c2e14[_0x4f8e67(0x19b)](_0x2e7880,_0x1c2e14[_0x4f8e67(0x1cb)])():(process[_0x4f8e67(0x14a)]['FRAMEWORK']=_0x2f1300['_'][0x0],helper['fireFunnelTestEvent'](_0x1c2e14[_0x4f8e67(0x172)],{},this[_0x4f8e67(0x159)],this[_0x4f8e67(0x177)]));}catch(_0x2930e0){if(_0x1c2e14['PlbJq'](_0x1c2e14['WVapf'],_0x1c2e14[_0x4f8e67(0x1b6)]))logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2930e0);else throw new _0x3a9946(_0x1c2e14[_0x4f8e67(0x1a0)]);}}async[a39_0x270341(0x171)](){const _0x90d169=a39_0x270341,_0x366dfd={'ialOR':_0x90d169(0x1a3),'aHynt':function(_0xe498e9,_0x3166e1){return _0xe498e9(_0x3166e1);},'bgCRw':function(_0x2f64ce,_0x1c324a){return _0x2f64ce!==_0x1c324a;},'VmJLF':_0x90d169(0x181),'hNEiR':_0x90d169(0x1a2),'xMPIP':function(_0x34f96a,_0x30e7ff){return _0x34f96a===_0x30e7ff;},'FRmxd':_0x90d169(0x16b),'KXJxJ':_0x90d169(0x163),'APIdp':'ats-repeater','HpvYp':'custom-repeater','GaQRI':_0x90d169(0x168),'iVfAp':'codeceptjs','sOuee':_0x90d169(0x17d),'UOaCs':'xHDaX'};if(_0x366dfd[_0x90d169(0x1cd)](isTurboScaleSession,this['config'])){if(_0x366dfd['bgCRw'](_0x366dfd[_0x90d169(0x164)],_0x366dfd[_0x90d169(0x15b)])){const _0x3c6119=await helper['getTurboScaleGridDetails'](this[_0x90d169(0x159)]);this[_0x90d169(0x159)][_0x90d169(0x145)]=_0x3c6119;if(_0x3c6119[_0x90d169(0x186)]){if(_0x366dfd[_0x90d169(0x1e6)](_0x366dfd[_0x90d169(0x1d9)],_0x366dfd[_0x90d169(0x13f)])){try{_0x34cb44[_0x90d169(0x14a)][_0x90d169(0x152)]=_0x5b1bc3,_0xafe621[_0x90d169(0x1f0)](_0x366dfd[_0x90d169(0x1a1)],{},this[_0x90d169(0x159)],this[_0x90d169(0x177)]);}catch(_0x3ab520){_0x36c18c['debug'](_0x90d169(0x178)+_0x3ab520);}return;}else this[_0x90d169(0x159)][_0x90d169(0x130)]=!![],this[_0x90d169(0x159)][_0x90d169(0x19d)][_0x90d169(0x1be)]=_0x366dfd[_0x90d169(0x133)],this[_0x90d169(0x159)][_0x90d169(0x19d)][_0x366dfd[_0x90d169(0x16c)]]=_0x3c6119[_0x90d169(0x1cc)][_0x90d169(0x1eb)](','),this[_0x90d169(0x159)][_0x90d169(0x19d)]['forceLocal']=_0x366dfd[_0x90d169(0x170)];}this['config'][_0x90d169(0x1ac)]=_0x3c6119[_0x90d169(0x17a)],constants[_0x90d169(0x15a)]=helper[_0x90d169(0x19f)](this[_0x90d169(0x159)]),logger[_0x90d169(0x199)](_0x90d169(0x1e7)+constants[_0x90d169(0x15a)]);}else _0x598a48[_0x90d169(0x14a)][_0x90d169(0x152)]=_0x4acdd1['_'][0x0],_0x412a29[_0x90d169(0x1f0)](_0x366dfd['ialOR'],{},this[_0x90d169(0x159)],this['framework']);}helper[_0x90d169(0x1ad)](this[_0x90d169(0x159)]),this[_0x90d169(0x1b9)](),await this[_0x90d169(0x1bc)](),![_0x366dfd[_0x90d169(0x14f)]]['includes'](this[_0x90d169(0x177)])&&!_0x366dfd[_0x90d169(0x1cd)](isTurboScaleSession,this[_0x90d169(0x159)])&&(_0x366dfd[_0x90d169(0x1e6)](_0x366dfd[_0x90d169(0x18f)],_0x366dfd[_0x90d169(0x1a6)])?(_0x18ae3a[_0x90d169(0x1db)](_0x31bbd2['message']),_0x2d3023[_0x90d169(0x199)](_0x47c9bf['format'](_0x726b6f)),this['unhandledErrors'][_0x90d169(0x14b)](_0x255f9b[_0x90d169(0x1e9)]('%j',_0x4ca95e))):await this[_0x90d169(0x1b8)]());}async[a39_0x270341(0x1bc)](){const _0x2ce004=a39_0x270341,_0x5b56c0={};_0x5b56c0['xXwsG']=_0x2ce004(0x1a3),_0x5b56c0[_0x2ce004(0x1bd)]='Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined',_0x5b56c0['EQkev']=function(_0x570259,_0x86f1a5){return _0x570259===_0x86f1a5;},_0x5b56c0[_0x2ce004(0x19e)]='OHcOA',_0x5b56c0['xCiVM']=function(_0x19eea7,_0x40c0fb){return _0x19eea7==_0x40c0fb;},_0x5b56c0[_0x2ce004(0x197)]=function(_0x56993d,_0x11ec40){return _0x56993d===_0x11ec40;},_0x5b56c0['Wupie']=_0x2ce004(0x194),_0x5b56c0[_0x2ce004(0x1ba)]='RmoaW',_0x5b56c0[_0x2ce004(0x18c)]=_0x2ce004(0x139),_0x5b56c0[_0x2ce004(0x196)]='beforeExit',_0x5b56c0[_0x2ce004(0x174)]='SIGINT',_0x5b56c0['RKEkD']=_0x2ce004(0x157),_0x5b56c0[_0x2ce004(0x144)]=function(_0x1ebab0,_0x3e7c18){return _0x1ebab0!==_0x3e7c18;},_0x5b56c0['GijkC']=_0x2ce004(0x1da),_0x5b56c0[_0x2ce004(0x150)]='teckz';const _0x5bdb1e=_0x5b56c0;if(helper[_0x2ce004(0x195)](this[_0x2ce004(0x159)]['browserstackLocal'])&&(!this[_0x2ce004(0x130)]||!this[_0x2ce004(0x130)][_0x2ce004(0x156)]()))try{if(_0x5bdb1e[_0x2ce004(0x197)](_0x5bdb1e[_0x2ce004(0x12d)],_0x5bdb1e['mCHxg']))_0x755b06[_0x2ce004(0x14a)][_0x2ce004(0x152)]=_0x5b1b85,_0x3d74e9[_0x2ce004(0x1f0)](_0x5bdb1e[_0x2ce004(0x1c1)],{},this['config'],this['framework']);else{this[_0x2ce004(0x130)]=await helper[_0x2ce004(0x1e4)](this['config']),logger[_0x2ce004(0x1dd)](_0x5bdb1e[_0x2ce004(0x18c)]);let _0x20d563=0x0;const _0x29f59a=async()=>{const _0x1e6d03=_0x2ce004,_0x58f2cf={};_0x58f2cf[_0x1e6d03(0x153)]=_0x5bdb1e[_0x1e6d03(0x1bd)];const _0x34cf99=_0x58f2cf;_0x5bdb1e[_0x1e6d03(0x18d)](_0x5bdb1e[_0x1e6d03(0x19e)],_0x5bdb1e[_0x1e6d03(0x19e)])?(_0x20d563++,_0x5bdb1e[_0x1e6d03(0x135)](_0x20d563,0x1)&&await this[_0x1e6d03(0x173)]()):_0x560986[_0x1e6d03(0x1dd)](_0x34cf99['cdnTm']);};process['on'](_0x5bdb1e['TViiX'],_0x29f59a),process['on'](_0x5bdb1e[_0x2ce004(0x174)],_0x29f59a),process['on'](_0x5bdb1e[_0x2ce004(0x14e)],_0x29f59a);}}catch(_0x460502){if(_0x5bdb1e[_0x2ce004(0x144)](_0x5bdb1e[_0x2ce004(0x131)],_0x5bdb1e[_0x2ce004(0x150)])){logger[_0x2ce004(0x199)](_0x460502);throw new Error(_0x460502[_0x2ce004(0x176)]());}else!_0x540477[_0x2ce004(0x1d7)](this[_0x2ce004(0x159)]['browserStackLocalOptions'])&&_0x5bdb1e[_0x2ce004(0x18d)](this[_0x2ce004(0x159)]['browserStackLocalOptions']['constructor'],_0x41a829)?this[_0x2ce004(0x159)][_0x2ce004(0x19d)][_0x2ce004(0x1be)]=_0x572db5[_0x2ce004(0x1f3)]():this[_0x2ce004(0x159)][_0x2ce004(0x19d)]={'localIdentifier':_0x32b325['generateLocalIdentifier']()};}}async['stopBrowserstackLocal'](){const _0x43dffe=a39_0x270341,_0x2e850f={};_0x2e850f[_0x43dffe(0x18e)]=_0x43dffe(0x1ab),_0x2e850f[_0x43dffe(0x187)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x5ec68c=_0x2e850f;if(this[_0x43dffe(0x130)]&&this[_0x43dffe(0x130)][_0x43dffe(0x156)]())try{await helper[_0x43dffe(0x1bb)](this['browserstackLocal']),logger[_0x43dffe(0x1dd)](_0x5ec68c[_0x43dffe(0x18e)]);}catch(_0x3da4d2){logger[_0x43dffe(0x1db)](_0x5ec68c[_0x43dffe(0x187)],_0x3da4d2[_0x43dffe(0x17e)]);}}async[a39_0x270341(0x1b8)](){const _0x25991b=a39_0x270341;await hubAllocator['allocateHub'](this[_0x25991b(0x159)]);}[a39_0x270341(0x1b9)](){const _0x4a6244=a39_0x270341,_0x30fa44={'Jzbbn':function(_0x169008,_0x5b306c){return _0x169008(_0x5b306c);},'XwFiR':'./setKeepAlive'};_0x30fa44[_0x4a6244(0x1b2)](require,_0x30fa44[_0x4a6244(0x138)])();}[a39_0x270341(0x1ce)](){const _0x175a13=a39_0x270341,_0x21e488={};_0x21e488[_0x175a13(0x1e8)]='unhandledRejection',_0x21e488[_0x175a13(0x1a4)]=_0x175a13(0x190);const _0x29c200=_0x21e488,_0x3cb5ee=_0x346043=>{const _0xd7fc6c=_0x175a13;logger[_0xd7fc6c(0x1db)](_0x346043[_0xd7fc6c(0x17e)]),logger[_0xd7fc6c(0x199)](util[_0xd7fc6c(0x1e9)](_0x346043)),this[_0xd7fc6c(0x13d)][_0xd7fc6c(0x14b)](util[_0xd7fc6c(0x1e9)]('%j',_0x346043));};process['on'](_0x29c200[_0x175a13(0x1e8)],_0x3cb5ee),process['on'](_0x29c200['AFRJJ'],_0x3cb5ee);}}function a39_0x4094(_0xbe286,_0x4616fe){const _0x5d0ff3=a39_0x5d0f();return a39_0x4094=function(_0x40940d,_0x597434){_0x40940d=_0x40940d-0x12c;let _0x18fedc=_0x5d0ff3[_0x40940d];return _0x18fedc;},a39_0x4094(_0xbe286,_0x4616fe);}exports[a39_0x270341(0x160)]=BrowserStackSetup;
1
+ const a39_0x2b98d1=a39_0x14d8;function a39_0x14d8(_0xdbf387,_0x261feb){const _0xf05e7b=a39_0xf05e();return a39_0x14d8=function(_0x14d804,_0x218c32){_0x14d804=_0x14d804-0xa3;let _0x105982=_0xf05e7b[_0x14d804];return _0x105982;},a39_0x14d8(_0xdbf387,_0x261feb);}(function(_0x4dbfcc,_0x457ef6){const _0x2b693f=a39_0x14d8,_0x5437d7=_0x4dbfcc();while(!![]){try{const _0x3c2632=-parseInt(_0x2b693f(0x116))/0x1+-parseInt(_0x2b693f(0x154))/0x2+-parseInt(_0x2b693f(0xd3))/0x3*(parseInt(_0x2b693f(0xaf))/0x4)+parseInt(_0x2b693f(0x112))/0x5*(-parseInt(_0x2b693f(0xac))/0x6)+parseInt(_0x2b693f(0x149))/0x7*(parseInt(_0x2b693f(0xf8))/0x8)+-parseInt(_0x2b693f(0x107))/0x9+parseInt(_0x2b693f(0x11f))/0xa*(parseInt(_0x2b693f(0x10d))/0xb);if(_0x3c2632===_0x457ef6)break;else _0x5437d7['push'](_0x5437d7['shift']());}catch(_0x561e61){_0x5437d7['push'](_0x5437d7['shift']());}}}(a39_0xf05e,0x62fef));function a39_0xf05e(){const _0x504153=['browserstackLocal','qfVvB','hfZBx','HHpgI','uncaughtException','length','useW3C','env','ZuaJH','warn','FRAMEWORK','5070681UoRdFL','url','ADrIj','localOptions','parallelsPerPlatform','tBnzQ','33CaBOjU','hofxf','uLwDr','Error\x20occured\x20while\x20stopping\x20local\x20binary','BROWSERSTACK_TURBOSCALE','35aEpZip','XVdlD','constructor','beforeExit','693558FPImHO','No\x20config\x20provided.','TxGFI','info','cliConfig','mWNgS','includes','unhandledErrors','isUndefined','7180060vcSfyA','bkjqW','DbWgE','FOiUq','isRunning','setLogLevel','selenium-webdriver','config','error','requireSeleniumWebdriverCheck','sTENH','rJYeD','kVWXM','mHQPW','NcfDg','bXCIE','stopLocalBinary','util','join','isTrialGrid','fireFunnelTestEvent','getFinalCaps','sanitizeCaps','startLocalBinary','VQxcI','LZQOM','ARRoE','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','generateLocalIdentifier','SDKTestAttempted','zeepl','QPHRJ','zEEAJ','ogTJC','qWbBl','push','userName\x20or\x20accessKey\x20is\x20not\x20defined','YqvbN','unhandledRejection','AzVmK','SzZWs','forceLocal','35YZIrvE','setUpHubUrl','sucSh','setupKeepAlive','./setKeepAlive','GDauT','CmNvx','BgGYc','debug','oxNjL','toString','291374lszFVn','wPYLP','booVm','EIJoq','sygGA','message','readConfig','stopBrowserstackLocal','BQlqE','getTurboScaleGridDetails','WbaYY','mvdru','xaecn','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','isTrue','URNTC','blZSg','hubUrl','kcFnp','FsQbs','./helper','qGNdB','framework','rzqbD','471804oFdqet','format','getHubUrl','272KrufSQ','Ofvjl','JqUTl','ctUqZ','StOzq','setProxySettings','oEnNe','rVqKW','getUserName','JYmns','lFrWN','true','CnBak','epaxg','ats-repeater','./logger','LpsXK','setCLICaps','oGrpL','setupBrowserstackLocal','vnLnn','gJOFf','setEnvCaps','UAvrT','trknI','envConfig','sCsHU','turboScale','xWKkp','localIdentifier','testContextOptions','jElSr','getPackageVersion','initialize','IhuZt','hekjq','15099fTMTuN','qFHnN','customRepeaters','MwgeB','yfnXI','SATrr','turboScaleUrl','platforms','KSrzE','handleExceptions','UaaqN','nXIJV','suDjh','mCbzn','DFMlf','qWsdr','sKtXY','../hubAllocationMethods','isBrowserstackInfra','Local\x20binary\x20stopped','nrbMY','GAMiC','winstonLogger','getAccessKey','turboScaleOptions','../bin/utils/constants','jIrJp','SIGTERM','default','sxflp','setBrowserstackInfraFromConfig','gFwZz','getLocalConfig','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','CuTWR','allocateHub','SIGINT','874888gWyvJe','VhBVB','xGrYr','browserStackLocalOptions'];a39_0xf05e=function(){return _0x504153;};return a39_0xf05e();}const util=require(a39_0x2b98d1(0x130)),constants=require(a39_0x2b98d1(0xec)),{isTurboScaleSession}=require('./ats/helper'),logger=require(a39_0x2b98d1(0xbe))[a39_0x2b98d1(0xe9)],helper=require(a39_0x2b98d1(0xa8)),hubAllocator=require(a39_0x2b98d1(0xe4));class BrowserStackSetup{constructor(_0x5bc333,_0x2b677d){const _0x6e08ff=a39_0x2b98d1,_0x12a712={'nrbMY':function(_0xd428c1,_0x250814){return _0xd428c1===_0x250814;},'mWNgS':function(_0x1d7793,_0x429e5b){return _0x1d7793<_0x429e5b;},'zeepl':function(_0x102f14,_0x507a22){return _0x102f14(_0x507a22);},'jElSr':_0x6e08ff(0x125),'uLwDr':function(_0x7d1617,_0x4a41e7){return _0x7d1617>=_0x4a41e7;},'oGrpL':_0x6e08ff(0x110),'DFMlf':_0x6e08ff(0xf4),'rJYeD':_0x6e08ff(0x161),'JYmns':_0x6e08ff(0x13c),'sxflp':function(_0x128fd4,_0x55f230){return _0x128fd4(_0x55f230);},'sTENH':'./setKeepAlive','zEEAJ':_0x6e08ff(0x145),'WbaYY':_0x6e08ff(0x100),'TqdoC':_0x6e08ff(0x117),'vnLnn':'AOYwH','URNTC':function(_0x47170f,_0x4e4f8a){return _0x47170f!==_0x4e4f8a;},'sCsHU':_0x6e08ff(0xb6),'xGrYr':_0x6e08ff(0xd1),'LXIzR':function(_0x5365fe,_0x3e12cd){return _0x5365fe!==_0x3e12cd;},'vAJmy':_0x6e08ff(0xc7),'lFrWN':_0x6e08ff(0x157),'DbWgE':_0x6e08ff(0xc4),'tzIpV':'GfroJ','ogTJC':'lUceq','CuTWR':function(_0x592e41,_0x237b46){return _0x592e41<_0x237b46;},'FsQbs':function(_0x53ab6f,_0x5c6380){return _0x53ab6f===_0x5c6380;},'UAvrT':'DzxNz','ctUqZ':function(_0x118905,_0x22bfe9){return _0x118905(_0x22bfe9);},'hfZBx':_0x6e08ff(0xbf),'bXCIE':_0x6e08ff(0x139),'yfnXI':function(_0xb192b8,_0x599bd5){return _0xb192b8===_0x599bd5;},'BQlqE':_0x6e08ff(0xab),'NcfDg':function(_0x5a11e7,_0x1a4ab4){return _0x5a11e7===_0x1a4ab4;},'QPHRJ':_0x6e08ff(0x12c),'TxGFI':function(_0x3bc5f7,_0x5538f6){return _0x3bc5f7===_0x5538f6;},'booVm':_0x6e08ff(0x146),'CmNvx':function(_0x16ff66,_0x5b7940){return _0x16ff66===_0x5b7940;},'FsUUJ':_0x6e08ff(0xb1),'mWBoM':_0x6e08ff(0x143),'qWsdr':function(_0x276c82,_0x2d567d){return _0x276c82===_0x2d567d;},'nXIJV':_0x6e08ff(0xdd),'mvdru':'tUxQu','qFHnN':function(_0x58c93d,_0x82056a){return _0x58c93d===_0x82056a;},'VQxcI':'uVobx','QPxAY':function(_0x4b39af,_0x50dcc2){return _0x4b39af!==_0x50dcc2;},'JERji':'uPSAd','MwgeB':_0x6e08ff(0x14b),'eBZEp':function(_0x3ac586,_0x151d6a){return _0x3ac586!==_0x151d6a;},'ZHtfk':_0x6e08ff(0x10e),'GDauT':_0x6e08ff(0xb0),'hekjq':_0x6e08ff(0x12b)};this['unhandledErrors']=[],this[_0x6e08ff(0x11a)]=helper[_0x6e08ff(0xc0)](_0x5bc333),this['envConfig']=helper[_0x6e08ff(0xc5)](),this[_0x6e08ff(0xfc)]=null,this[_0x6e08ff(0x126)]=helper[_0x6e08ff(0x15a)](helper['getConfigPath'](_0x5bc333)),global[_0x6e08ff(0x126)]=this['config'],global[_0x6e08ff(0xaa)]=_0x2b677d,helper[_0x6e08ff(0x135)](this[_0x6e08ff(0x126)]),this['framework']=_0x2b677d;if(helper['isUndefined'](this[_0x6e08ff(0x126)]))throw new Error(_0x12a712['TqdoC']);if(this[_0x6e08ff(0x126)]['error'])throw new Error(this[_0x6e08ff(0x126)][_0x6e08ff(0x127)]);this[_0x6e08ff(0xdc)]();process[_0x6e08ff(0x103)]['BROWSERSTACK_TURBOSCALE']&&(_0x12a712['nrbMY'](_0x12a712[_0x6e08ff(0xc3)],_0x12a712['vnLnn'])?(this[_0x6e08ff(0x126)]['turboScale']=helper[_0x6e08ff(0x162)](process['env'][_0x6e08ff(0x111)]),this[_0x6e08ff(0x126)][_0x6e08ff(0xeb)]=this[_0x6e08ff(0x126)]['turboScaleOptions']||{}):this[_0x6e08ff(0x126)][_0x6e08ff(0x102)]=!![]);helper[_0x6e08ff(0xf1)](this[_0x6e08ff(0x126)],this[_0x6e08ff(0x11a)]),helper[_0x6e08ff(0x134)](this[_0x6e08ff(0x126)],this[_0x6e08ff(0x11a)],this[_0x6e08ff(0xc8)]);if(!helper[_0x6e08ff(0xe5)]()){if(_0x12a712[_0x6e08ff(0xa3)](_0x12a712[_0x6e08ff(0xc9)],_0x12a712[_0x6e08ff(0xfa)])){try{_0x12a712['LXIzR'](_0x12a712['vAJmy'],_0x12a712[_0x6e08ff(0xb9)])?(process[_0x6e08ff(0x103)][_0x6e08ff(0x106)]=_0x2b677d,helper[_0x6e08ff(0x133)](_0x12a712[_0x6e08ff(0xb8)],{},this[_0x6e08ff(0x126)],this[_0x6e08ff(0xaa)])):!_0x4f3bd9[_0x6e08ff(0x11e)](this[_0x6e08ff(0x126)][_0x6e08ff(0xfb)])&&_0x12a712[_0x6e08ff(0xe7)](this[_0x6e08ff(0x126)]['browserStackLocalOptions'][_0x6e08ff(0x114)],_0x44eba6)?this['config'][_0x6e08ff(0xfb)][_0x6e08ff(0xcc)]=_0x5e0045['generateLocalIdentifier']():this['config'][_0x6e08ff(0xfb)]={'localIdentifier':_0x486458[_0x6e08ff(0x13b)]()};}catch(_0x189151){_0x12a712[_0x6e08ff(0xe7)](_0x12a712[_0x6e08ff(0x121)],_0x12a712['tzIpV'])?(_0x3ce64e[_0x6e08ff(0x127)](_0xd6e81a['message']),_0x1f6526[_0x6e08ff(0x151)](_0x4b08ea[_0x6e08ff(0xad)](_0xa0a675)),this[_0x6e08ff(0x11d)][_0x6e08ff(0x142)](_0x5dca22['format']('%j',_0x254e49))):logger[_0x6e08ff(0x151)](_0x6e08ff(0x13a)+_0x189151);}return;}else _0x12a712[_0x6e08ff(0x11b)](_0x12a712[_0x6e08ff(0x13d)](_0x3d4f6c,_0x3c3f76[_0x6e08ff(0xcf)](_0x12a712[_0x6e08ff(0xce)])),0x3)&&(this[_0x6e08ff(0x126)]['useW3C']=![]),_0x12a712[_0x6e08ff(0x10f)](_0x12a712[_0x6e08ff(0x13d)](_0xec54e7,_0x2e0220['getPackageVersion'](_0x12a712[_0x6e08ff(0xce)])),4.5)&&(this[_0x6e08ff(0x126)]['useW3C']=!![]);}helper[_0x6e08ff(0x128)](_0x2b677d)&&(_0x12a712[_0x6e08ff(0xa3)](_0x12a712[_0x6e08ff(0x140)],_0x12a712[_0x6e08ff(0x140)])?_0x1d83c7[_0x6e08ff(0x127)](_0x12a712[_0x6e08ff(0xc1)],_0x9cabea['message']):(_0x12a712[_0x6e08ff(0xf5)](_0x12a712[_0x6e08ff(0xf0)](parseInt,helper[_0x6e08ff(0xcf)](_0x12a712['jElSr'])),0x3)&&(_0x12a712[_0x6e08ff(0xa7)](_0x12a712[_0x6e08ff(0xc6)],_0x12a712[_0x6e08ff(0xc6)])?this[_0x6e08ff(0x126)][_0x6e08ff(0x102)]=![]:_0x443c22['debug'](_0x6e08ff(0x13a)+_0x204da4)),_0x12a712[_0x6e08ff(0x10f)](_0x12a712[_0x6e08ff(0xb2)](parseInt,helper[_0x6e08ff(0xcf)](_0x12a712[_0x6e08ff(0xce)])),4.5)&&(_0x12a712['URNTC'](_0x12a712[_0x6e08ff(0xfe)],_0x12a712[_0x6e08ff(0x12e)])?this[_0x6e08ff(0x126)][_0x6e08ff(0x102)]=!![]:this[_0x6e08ff(0x126)][_0x6e08ff(0xfb)]['localIdentifier']=_0x40eb33[_0x6e08ff(0x13b)]())));(helper[_0x6e08ff(0x11e)](this['config'][_0x6e08ff(0xda)])||helper[_0x6e08ff(0x11e)](this[_0x6e08ff(0x126)][_0x6e08ff(0xda)][_0x6e08ff(0x101)]))&&(_0x12a712[_0x6e08ff(0xd7)](_0x12a712[_0x6e08ff(0x15c)],_0x12a712['BQlqE'])?(helper[_0x6e08ff(0x11e)](this[_0x6e08ff(0x126)]['parallelsPerPlatform'])?_0x12a712[_0x6e08ff(0x12d)](_0x12a712[_0x6e08ff(0x13e)],_0x12a712[_0x6e08ff(0x13e)])?logger[_0x6e08ff(0x119)](_0x12a712[_0x6e08ff(0xe1)]):(_0x3db326[_0x6e08ff(0x11e)](this[_0x6e08ff(0x126)][_0x6e08ff(0x10b)])?_0x545106['info'](_0x12a712[_0x6e08ff(0xe1)]):_0x1b4c06['warn'](_0x12a712['rJYeD']),this[_0x6e08ff(0x126)][_0x6e08ff(0xda)]=[]):_0x12a712['TxGFI'](_0x12a712['booVm'],_0x12a712[_0x6e08ff(0x156)])?logger[_0x6e08ff(0x105)](_0x12a712[_0x6e08ff(0x12a)]):(_0x486ffd['env'][_0x6e08ff(0x106)]=_0x2714f9['_'][0x0],_0x6095f5[_0x6e08ff(0x133)](_0x12a712[_0x6e08ff(0xb8)],{},this[_0x6e08ff(0x126)],this[_0x6e08ff(0xaa)])),this['config']['platforms']=[]):this[_0x6e08ff(0x126)][_0x6e08ff(0x102)]=![]);!this['config'][_0x6e08ff(0xfb)]&&(this['config'][_0x6e08ff(0xfb)]=this[_0x6e08ff(0x126)][_0x6e08ff(0x10a)]||{}),!this[_0x6e08ff(0x126)][_0x6e08ff(0xcd)]&&(this['config'][_0x6e08ff(0xcd)]={});if(helper['isUndefined'](helper[_0x6e08ff(0xb7)](this[_0x6e08ff(0x126)]))||helper[_0x6e08ff(0x11e)](helper[_0x6e08ff(0xea)](this['config']))){if(_0x12a712[_0x6e08ff(0x14f)](_0x12a712['FsUUJ'],_0x12a712['FsUUJ']))throw new Error(_0x12a712['mWBoM']);else _0x12a712[_0x6e08ff(0xf0)](_0x4e5ce5,_0x12a712[_0x6e08ff(0x129)])();}if(helper[_0x6e08ff(0xf3)](this[_0x6e08ff(0x126)])&&helper[_0x6e08ff(0x11e)](helper['getLocalIdentifier'](this[_0x6e08ff(0x126)]))){if(_0x12a712[_0x6e08ff(0xe2)](_0x12a712[_0x6e08ff(0xde)],_0x12a712[_0x6e08ff(0x15f)]))_0x29e0e2[_0x6e08ff(0x105)](_0x12a712['rJYeD']);else{if(!helper[_0x6e08ff(0x11e)](this['config'][_0x6e08ff(0xfb)])&&_0x12a712['nrbMY'](this[_0x6e08ff(0x126)]['browserStackLocalOptions'][_0x6e08ff(0x114)],Object))_0x12a712[_0x6e08ff(0xd4)](_0x12a712['VQxcI'],_0x12a712[_0x6e08ff(0x137)])?this[_0x6e08ff(0x126)][_0x6e08ff(0xfb)][_0x6e08ff(0xcc)]=helper[_0x6e08ff(0x13b)]():_0x46ff8a['info'](_0x12a712[_0x6e08ff(0xe1)]);else{if(_0x12a712['QPxAY'](_0x12a712['JERji'],_0x12a712[_0x6e08ff(0xd6)]))this['config']['browserStackLocalOptions']={'localIdentifier':helper['generateLocalIdentifier']()};else{const _0x280b50=_0x39f5d5=>{const _0x1ca740=_0x6e08ff;_0x42e9e5[_0x1ca740(0x127)](_0x39f5d5['message']),_0x421377[_0x1ca740(0x151)](_0x5e99f1[_0x1ca740(0xad)](_0x39f5d5)),this['unhandledErrors'][_0x1ca740(0x142)](_0x9a89ca[_0x1ca740(0xad)]('%j',_0x39f5d5));};_0x58e2d9['on'](_0x12a712[_0x6e08ff(0x13f)],_0x280b50),_0x25e2b0['on'](_0x12a712[_0x6e08ff(0x15e)],_0x280b50);}}}}helper[_0x6e08ff(0x124)](this['config'],this[_0x6e08ff(0x11a)],this[_0x6e08ff(0xc8)]);try{if(_0x12a712['eBZEp'](_0x12a712['ZHtfk'],_0x12a712[_0x6e08ff(0x14e)]))process[_0x6e08ff(0x103)][_0x6e08ff(0x106)]=_0x5bc333['_'][0x0],helper[_0x6e08ff(0x133)](_0x12a712[_0x6e08ff(0xb8)],{},this['config'],this[_0x6e08ff(0xaa)]);else{try{_0x249d42[_0x6e08ff(0x103)][_0x6e08ff(0x106)]=_0x589533,_0x14f32f[_0x6e08ff(0x133)](_0x12a712['JYmns'],{},this['config'],this[_0x6e08ff(0xaa)]);}catch(_0x5edba3){_0x3a8de7[_0x6e08ff(0x151)](_0x6e08ff(0x13a)+_0x5edba3);}return;}}catch(_0x23b1a8){_0x12a712[_0x6e08ff(0x118)](_0x12a712[_0x6e08ff(0xd2)],_0x12a712['hekjq'])?logger['debug'](_0x6e08ff(0x13a)+_0x23b1a8):(_0x30b6ca[_0x6e08ff(0x103)][_0x6e08ff(0x106)]=_0x4025e6,_0x413422[_0x6e08ff(0x133)](_0x12a712['JYmns'],{},this[_0x6e08ff(0x126)],this[_0x6e08ff(0xaa)]));}}async[a39_0x2b98d1(0xd0)](){const _0x17029d=a39_0x2b98d1,_0x5514d7={'mCbzn':_0x17029d(0xbd),'XVdlD':'custom-repeater','wPYLP':_0x17029d(0xba),'SzZWs':'userName\x20or\x20accessKey\x20is\x20not\x20defined','FKKeS':function(_0x2669e1,_0x18871e){return _0x2669e1(_0x18871e);},'GAMiC':function(_0x10be8c,_0x495a86){return _0x10be8c!==_0x495a86;},'tBnzQ':'GPBuI','IROff':function(_0x29463c,_0x2e0624){return _0x29463c===_0x2e0624;},'xwkMz':_0x17029d(0xcb),'qWbBl':_0x17029d(0xed),'xaecn':'codeceptjs','VhBVB':function(_0x4e9ff3,_0x8825b1){return _0x4e9ff3(_0x8825b1);},'LZQOM':function(_0x4123f5,_0x101132){return _0x4123f5!==_0x101132;},'suDjh':_0x17029d(0xa6),'FOiUq':'VtZxa'};if(_0x5514d7['FKKeS'](isTurboScaleSession,this[_0x17029d(0x126)])){if(_0x5514d7[_0x17029d(0xe8)](_0x5514d7[_0x17029d(0x10c)],_0x5514d7['tBnzQ']))this['config'][_0x17029d(0xca)]=_0x7527b8[_0x17029d(0x162)](_0x160446[_0x17029d(0x103)][_0x17029d(0x111)]),this[_0x17029d(0x126)]['turboScaleOptions']=this[_0x17029d(0x126)]['turboScaleOptions']||{};else{const _0x1707c9=await helper[_0x17029d(0x15d)](this[_0x17029d(0x126)]);this['config']['turboScaleGridDetails']=_0x1707c9,_0x1707c9[_0x17029d(0x132)]&&(_0x5514d7['IROff'](_0x5514d7['xwkMz'],_0x5514d7[_0x17029d(0x141)])?(this['config'][_0x17029d(0xfc)]=!![],this[_0x17029d(0x126)]['browserStackLocalOptions'][_0x17029d(0xcc)]=_0x5514d7[_0x17029d(0xe0)],this['config'][_0x17029d(0xfb)][_0x5514d7[_0x17029d(0x113)]]=_0x4855f7[_0x17029d(0xd5)][_0x17029d(0x131)](','),this[_0x17029d(0x126)][_0x17029d(0xfb)][_0x17029d(0x148)]=_0x5514d7[_0x17029d(0x155)]):(this[_0x17029d(0x126)]['browserstackLocal']=!![],this['config'][_0x17029d(0xfb)][_0x17029d(0xcc)]=_0x5514d7['mCbzn'],this[_0x17029d(0x126)][_0x17029d(0xfb)][_0x5514d7[_0x17029d(0x113)]]=_0x1707c9[_0x17029d(0xd5)][_0x17029d(0x131)](','),this[_0x17029d(0x126)][_0x17029d(0xfb)]['forceLocal']=_0x5514d7[_0x17029d(0x155)])),this['config'][_0x17029d(0xd9)]=_0x1707c9[_0x17029d(0x108)],constants[_0x17029d(0xa5)]=helper[_0x17029d(0xae)](this[_0x17029d(0x126)]),logger[_0x17029d(0x151)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants['hubUrl']);}}helper[_0x17029d(0xb4)](this[_0x17029d(0x126)]),this[_0x17029d(0x14c)](),await this['setupBrowserstackLocal']();if(![_0x5514d7[_0x17029d(0x160)]][_0x17029d(0x11c)](this[_0x17029d(0xaa)])&&!_0x5514d7[_0x17029d(0xf9)](isTurboScaleSession,this[_0x17029d(0x126)])){if(_0x5514d7[_0x17029d(0x138)](_0x5514d7[_0x17029d(0xdf)],_0x5514d7[_0x17029d(0x122)]))await this[_0x17029d(0x14a)]();else throw new _0x324ae6(_0x5514d7[_0x17029d(0x147)]);}}async[a39_0x2b98d1(0xc2)](){const _0xcc6337=a39_0x2b98d1,_0x2e252d={};_0x2e252d[_0xcc6337(0x104)]=function(_0x5e7d9d,_0x469aab){return _0x5e7d9d===_0x469aab;},_0x2e252d[_0xcc6337(0x144)]=_0xcc6337(0x150),_0x2e252d[_0xcc6337(0x158)]=function(_0x23643c,_0x4f7b34){return _0x23643c==_0x4f7b34;},_0x2e252d[_0xcc6337(0xd8)]=_0xcc6337(0xbc),_0x2e252d[_0xcc6337(0xb5)]=_0xcc6337(0xff),_0x2e252d[_0xcc6337(0xdb)]='Local\x20binary\x20started\x20successfully',_0x2e252d[_0xcc6337(0xa4)]=_0xcc6337(0x115),_0x2e252d[_0xcc6337(0xbb)]=_0xcc6337(0xf7),_0x2e252d[_0xcc6337(0xfd)]=_0xcc6337(0xee),_0x2e252d[_0xcc6337(0xe3)]=function(_0x49aef0,_0x5c5c8a){return _0x49aef0!==_0x5c5c8a;},_0x2e252d[_0xcc6337(0x120)]='UshnQ';const _0x1bdf78=_0x2e252d;if(helper[_0xcc6337(0x162)](this[_0xcc6337(0x126)]['browserstackLocal'])&&(!this[_0xcc6337(0xfc)]||!this[_0xcc6337(0xfc)][_0xcc6337(0x123)]()))try{if(_0x1bdf78[_0xcc6337(0x104)](_0x1bdf78[_0xcc6337(0xd8)],_0x1bdf78[_0xcc6337(0xb5)])){_0x4c08ad['debug'](_0x5efe07);throw new _0x20f998(_0x1999d0['toString']());}else{this[_0xcc6337(0xfc)]=await helper[_0xcc6337(0x136)](this[_0xcc6337(0x126)]),logger[_0xcc6337(0x119)](_0x1bdf78[_0xcc6337(0xdb)]);let _0x2a434f=0x0;const _0x1b5425=async()=>{const _0x357c29=_0xcc6337;_0x1bdf78[_0x357c29(0x104)](_0x1bdf78[_0x357c29(0x144)],_0x1bdf78[_0x357c29(0x144)])?(_0x2a434f++,_0x1bdf78[_0x357c29(0x158)](_0x2a434f,0x1)&&await this[_0x357c29(0x15b)]()):_0x77ed19['debug'](_0x357c29(0x13a)+_0x4eac8e);};process['on'](_0x1bdf78['blZSg'],_0x1b5425),process['on'](_0x1bdf78['CnBak'],_0x1b5425),process['on'](_0x1bdf78['qfVvB'],_0x1b5425);}}catch(_0x4ae5a9){if(_0x1bdf78[_0xcc6337(0xe3)](_0x1bdf78[_0xcc6337(0x120)],_0x1bdf78[_0xcc6337(0x120)]))this[_0xcc6337(0x126)]['browserStackLocalOptions']={'localIdentifier':_0x4f6501[_0xcc6337(0x13b)]()};else{logger[_0xcc6337(0x151)](_0x4ae5a9);throw new Error(_0x4ae5a9[_0xcc6337(0x153)]());}}}async[a39_0x2b98d1(0x15b)](){const _0x2387ea=a39_0x2b98d1,_0xe7ac34={};_0xe7ac34[_0x2387ea(0x109)]=_0x2387ea(0xe6),_0xe7ac34[_0x2387ea(0x152)]=_0x2387ea(0x110);const _0x4d0fe6=_0xe7ac34;if(this[_0x2387ea(0xfc)]&&this[_0x2387ea(0xfc)]['isRunning']())try{await helper[_0x2387ea(0x12f)](this[_0x2387ea(0xfc)]),logger[_0x2387ea(0x119)](_0x4d0fe6[_0x2387ea(0x109)]);}catch(_0xe4882a){logger[_0x2387ea(0x127)](_0x4d0fe6[_0x2387ea(0x152)],_0xe4882a[_0x2387ea(0x159)]);}}async[a39_0x2b98d1(0x14a)](){const _0xf134d=a39_0x2b98d1;await hubAllocator[_0xf134d(0xf6)](this[_0xf134d(0x126)]);}[a39_0x2b98d1(0x14c)](){const _0x1c304e=a39_0x2b98d1,_0x5d03bb={'qGNdB':function(_0x2ed595,_0x4d57ae){return _0x2ed595(_0x4d57ae);},'gFwZz':_0x1c304e(0x14d)};_0x5d03bb[_0x1c304e(0xa9)](require,_0x5d03bb[_0x1c304e(0xf2)])();}[a39_0x2b98d1(0xdc)](){const _0x1b67ba=a39_0x2b98d1,_0x59fee0={};_0x59fee0['DGwKL']=_0x1b67ba(0x145),_0x59fee0[_0x1b67ba(0xb3)]=_0x1b67ba(0x100);const _0x4ce1f6=_0x59fee0,_0x37f33d=_0x3d3d7=>{const _0x50f1f3=_0x1b67ba;logger[_0x50f1f3(0x127)](_0x3d3d7['message']),logger['debug'](util[_0x50f1f3(0xad)](_0x3d3d7)),this[_0x50f1f3(0x11d)][_0x50f1f3(0x142)](util['format']('%j',_0x3d3d7));};process['on'](_0x4ce1f6['DGwKL'],_0x37f33d),process['on'](_0x4ce1f6[_0x1b67ba(0xb3)],_0x37f33d);}}exports[a39_0x2b98d1(0xef)]=BrowserStackSetup;
@@ -1 +1 @@
1
- function a40_0x8e0f(_0x4df018,_0x55688a){var _0xe1498e=a40_0xe149();return a40_0x8e0f=function(_0x8e0f7,_0x37b4fe){_0x8e0f7=_0x8e0f7-0x16e;var _0x2e774f=_0xe1498e[_0x8e0f7];return _0x2e774f;},a40_0x8e0f(_0x4df018,_0x55688a);}var a40_0x5e5e9c=a40_0x8e0f;function a40_0xe149(){var _0x2adb84=['2428965bYJdJb','83092ZpAaWK','72zLxsVH','40yhQXPr','6cJvWsw','203274VpvuAo','880011DySFZD','19953560RtSwzh','339903NqJEHs','179570lTOeTm','API_URL'];a40_0xe149=function(){return _0x2adb84;};return a40_0xe149();}(function(_0x3c43b4,_0x61fdbe){var _0x18cc3d=a40_0x8e0f,_0x1739a6=_0x3c43b4();while(!![]){try{var _0x5ca26c=-parseInt(_0x18cc3d(0x16f))/0x1*(parseInt(_0x18cc3d(0x175))/0x2)+-parseInt(_0x18cc3d(0x177))/0x3+-parseInt(_0x18cc3d(0x172))/0x4*(parseInt(_0x18cc3d(0x174))/0x5)+-parseInt(_0x18cc3d(0x176))/0x6+-parseInt(_0x18cc3d(0x171))/0x7+parseInt(_0x18cc3d(0x173))/0x8*(-parseInt(_0x18cc3d(0x16e))/0x9)+parseInt(_0x18cc3d(0x178))/0xa;if(_0x5ca26c===_0x61fdbe)break;else _0x1739a6['push'](_0x1739a6['shift']());}catch(_0x1b70b6){_0x1739a6['push'](_0x1739a6['shift']());}}}(a40_0xe149,0x4377c),exports[a40_0x5e5e9c(0x170)]='https://accessibility.browserstack.com/api');
1
+ var a40_0x1f7b2a=a40_0x41e1;function a40_0x41e1(_0xb97c21,_0x45732d){var _0x21d435=a40_0x21d4();return a40_0x41e1=function(_0x41e18f,_0x355ba8){_0x41e18f=_0x41e18f-0x142;var _0x2ebd9d=_0x21d435[_0x41e18f];return _0x2ebd9d;},a40_0x41e1(_0xb97c21,_0x45732d);}(function(_0x117251,_0x58a792){var _0x1e698d=a40_0x41e1,_0x3a685e=_0x117251();while(!![]){try{var _0x37a67c=parseInt(_0x1e698d(0x147))/0x1+-parseInt(_0x1e698d(0x142))/0x2+-parseInt(_0x1e698d(0x14d))/0x3*(parseInt(_0x1e698d(0x144))/0x4)+-parseInt(_0x1e698d(0x149))/0x5*(parseInt(_0x1e698d(0x146))/0x6)+parseInt(_0x1e698d(0x143))/0x7+-parseInt(_0x1e698d(0x14a))/0x8+parseInt(_0x1e698d(0x148))/0x9*(parseInt(_0x1e698d(0x145))/0xa);if(_0x37a67c===_0x58a792)break;else _0x3a685e['push'](_0x3a685e['shift']());}catch(_0x188c9f){_0x3a685e['push'](_0x3a685e['shift']());}}}(a40_0x21d4,0x8ed8c),exports[a40_0x1f7b2a(0x14b)]=a40_0x1f7b2a(0x14c));function a40_0x21d4(){var _0x19e675=['4360016mqHvvY','API_URL','https://accessibility.browserstack.com/api','267219HFANKF','806378YoTHEX','2645076MxPKhh','32iIHBeI','10fSTDiU','2333154kgoLkE','31017lvAjdR','20032641GchPWo','5OkdcrR'];a40_0x21d4=function(){return _0x19e675;};return a40_0x21d4();}