browserstack-node-sdk 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) 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/percy/Percy.js +1 -0
  82. package/src/helpers/percy/PercyBinary.js +1 -0
  83. package/src/helpers/percy/PercyCaptureMap.js +1 -0
  84. package/src/helpers/percy/PercyCaptureModes.js +1 -0
  85. package/src/helpers/percy/PercySDK.js +1 -0
  86. package/src/helpers/percy/index.js +1 -0
  87. package/src/helpers/request-spy.js +1 -1
  88. package/src/helpers/setKeepAlive.js +1 -1
  89. package/src/helpers/test-observability/constants.js +1 -1
  90. package/src/helpers/test-observability/error-handler.js +1 -1
  91. package/src/helpers/test-observability/performance-tester.js +1 -1
  92. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  93. package/src/helpers/test-observability/sessionHandler.js +1 -1
  94. package/src/helpers/test-observability/utils.js +1 -1
  95. package/src/helpers/w3cMapping.js +1 -1
  96. package/src/hubAllocationMethods.js +1 -1
  97. 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
+ function a31_0x3dd6(){const _0x1988e2=['uBUSr','rmYhw','GQAmF','VqYUs','8AVNxxf','getStdout','xOzlw','stderr','IvYka','waitForExit','jest-worker','3201frfKeu','UPbwZ','cucumberWorker','CvAtv','./testWorker.js','test-file-failure','hPvwG','jwDQD','QjdLR','TiUjt','tCCbm','breKm','TBZsb','PkAnf','uKXha','../../helpers/logger','pGiPD','EyLBT','NKICE','264726whFWZY','ffHdn','YyWPf','jAWpC','tVmRs','../../helpers/test-observability/sessionHandler','JpbSI','NWIao','UvIeO','parallelVanillaRun','parallelTestRun','lkSCv','failureCount','xhENt','veqJA','DPuqK','GjXBh','nNUVf','1840307TkVksl','Running\x20','NWsep','TZMmk','platforms','opABc','push','BhABe','dDRqI','NGICb','VBNZw','platform-run-start','ArSqM','vanillaWorker','eLzAF','CySNb','2805978qpMmHu','worker','resolve','json','mocha','../../helpers/accessibility-automation/helper','oBFDk','wgCWV','MVLmm','accessibility','QauOy','FITxD','error','KWdWV','Ryiim','length','isLQb','purGV','then','EwprZ','emit','fQBzT','FxkvM','93140RcaeNh','map','EkhVl','platform-run-failure','PCdRe','exit','EWIFB','test-file-success','\x20for','Wfvtm','TWKZK','platform-run-success','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','avlQN','stdout','sahkY','31656SupYgb','nZcXG','YcrYd','getStderr','_child','WyxEA','debug','pipe','../../helpers/test-observability/utils','1429746QpfXZR','parallelCucumberRun','forEach','LzAYW','qPVJS','oFcil','OxvLF','KsAdQ','cMOfX','HXsKn','PQkTo','WEisT','sUWgL','265dXCNLs','env','send','VSDhc','Worker','all','root_dir_path','MsARm','platform','aNkEn','OzLGc','MitAw','DoiWi','log','BoAng','zCRNZ','XpmZx','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','SQZHk','results','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','catch','end','getWorkers','BROWSERSTACK_TEST_ACCESSIBILITY_YML','FPrum','GzqFe','gKtVV','uLFUg','2oeAGVA','kNNLN','launch','emittery','VFZkC','WZMoz','info','test-file-start','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','Workers\x20failed\x20to\x20exit\x20gracefully','FsNgv','ZqKkx','7644933wyaJeJ','hJcnd','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','hQPQX','isNyx','winstonLogger'];a31_0x3dd6=function(){return _0x1988e2;};return a31_0x3dd6();}const a31_0x424c07=a31_0xe1d4;function a31_0xe1d4(_0x1de20b,_0x34dd0d){const _0x3dd64f=a31_0x3dd6();return a31_0xe1d4=function(_0xe1d4e7,_0x32728e){_0xe1d4e7=_0xe1d4e7-0x89;let _0x5bd39f=_0x3dd64f[_0xe1d4e7];return _0x5bd39f;},a31_0xe1d4(_0x1de20b,_0x34dd0d);}(function(_0x466e98,_0x2324d6){const _0x3c38dd=a31_0xe1d4,_0x1c203a=_0x466e98();while(!![]){try{const _0x9dd70c=parseInt(_0x3c38dd(0xe7))/0x1+parseInt(_0x3c38dd(0xb7))/0x2*(-parseInt(_0x3c38dd(0x8d))/0x3)+-parseInt(_0x3c38dd(0x130))/0x4*(parseInt(_0x3c38dd(0x9a))/0x5)+-parseInt(_0x3c38dd(0x109))/0x6+-parseInt(_0x3c38dd(0xf9))/0x7*(parseInt(_0x3c38dd(0xcd))/0x8)+-parseInt(_0x3c38dd(0xc3))/0x9+parseInt(_0x3c38dd(0x120))/0xa*(parseInt(_0x3c38dd(0xd4))/0xb);if(_0x9dd70c===_0x2324d6)break;else _0x1c203a['push'](_0x1c203a['shift']());}catch(_0xfc8977){_0x1c203a['push'](_0x1c203a['shift']());}}}(a31_0x3dd6,0x79d83));const Worker=require(a31_0x424c07(0xd3))[a31_0x424c07(0x9e)],Emittery=require(a31_0x424c07(0xba)),pLimit=require('p-limit'),logger=require(a31_0x424c07(0xe3))[a31_0x424c07(0xc8)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x424c07(0x10e)),SessionHandler=require(a31_0x424c07(0xec)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x424c07(0x8c));checkAccessibility=_0x1c5db0=>{const _0x595fd8=a31_0x424c07,_0x1501ad={};_0x1501ad['YyWPf']=function(_0x4423da,_0x4e865a){return _0x4423da!==_0x4e865a;},_0x1501ad['VSDhc']=_0x595fd8(0x97),_0x1501ad[_0x595fd8(0xd5)]=function(_0x37718a,_0x237bf2){return _0x37718a===_0x237bf2;},_0x1501ad[_0x595fd8(0xb8)]=_0x595fd8(0x101),_0x1501ad[_0x595fd8(0x117)]=_0x595fd8(0xc0),_0x1501ad[_0x595fd8(0x100)]=_0x595fd8(0xe5),_0x1501ad[_0x595fd8(0xef)]=_0x595fd8(0xfb),_0x1501ad[_0x595fd8(0x92)]=function(_0x5e1c0e,_0x4e5b4b){return _0x5e1c0e===_0x4e5b4b;},_0x1501ad['ArSqM']=_0x595fd8(0xcc);const _0x1b64f5=_0x1501ad;let _0x4c7be6=![];try{_0x1b64f5[_0x595fd8(0xe9)](_0x1b64f5[_0x595fd8(0x100)],_0x1b64f5[_0x595fd8(0xef)])?_0x1c5db0[_0x595fd8(0xfd)]['forEach'](_0x5ceee6=>{const _0x4871f0=_0x595fd8;if(_0x1b64f5[_0x4871f0(0xe9)](_0x1b64f5['VSDhc'],_0x1b64f5[_0x4871f0(0x9d)]))_0x5d259e['error'](_0x4871f0(0x12c)+_0x222e6f);else{if(_0x1b64f5[_0x4871f0(0xd5)](_0x5ceee6[_0x4871f0(0x112)],!![])){if(_0x1b64f5[_0x4871f0(0xe9)](_0x1b64f5['kNNLN'],_0x1b64f5['kNNLN']))_0x3cfe66=_0x35a5b4;else return _0x4c7be6=!![],!![];}}}):_0x494444[_0x595fd8(0x115)](_0x1b64f5[_0x595fd8(0x117)]);}catch(_0x5ccff2){_0x1b64f5[_0x595fd8(0x92)](_0x1b64f5['ArSqM'],_0x1b64f5[_0x595fd8(0x105)])?logger[_0x595fd8(0x8a)](_0x595fd8(0xae)+_0x5ccff2):_0x576cb5[0x0]&&_0x15f51c['info'](_0x595fd8(0xfa)+_0x21fb92[0x1]+_0x595fd8(0x128),_0x97b373[0x0]);}return _0x4c7be6;},exports[a31_0x424c07(0xf1)]=(_0x37c2f6,_0x34b3d4,_0x11cae0)=>new Promise(async _0x58fd0f=>{const _0xaa043f=a31_0x424c07,_0x56b086={'cMOfX':function(_0x29cdb5,_0x421b9c){return _0x29cdb5(_0x421b9c);},'TiUjt':'failureCount','OqPwF':function(_0x47ace0,_0x476880){return _0x47ace0+_0x476880;},'purGV':_0xaa043f(0xad),'uLFUg':function(_0x3bd011,_0xeb0ca8){return _0x3bd011+_0xeb0ca8;},'XpmZx':function(_0x3c706a,_0x314194){return _0x3c706a===_0x314194;},'yfWQA':function(_0x1b3bfa,_0x70c0){return _0x1b3bfa!==_0x70c0;},'xqUEf':_0xaa043f(0x12a),'VBNZw':_0xaa043f(0x111),'SQZHk':function(_0x491631,_0x1e3e64){return _0x491631!==_0x1e3e64;},'CvAtv':_0xaa043f(0xa4),'aNkEn':function(_0x4d719d,_0xceb1cc){return _0x4d719d+_0xceb1cc;},'slyZY':_0xaa043f(0xbc),'JpbSI':'nLVXe','hQPQX':_0xaa043f(0xfc),'jwDQD':_0xaa043f(0xc0),'CySNb':_0xaa043f(0xf7),'KWdWV':_0xaa043f(0xe0),'wgCWV':_0xaa043f(0x98),'BoAng':function(_0x18da2c){return _0x18da2c();},'GzqFe':function(_0x5ad72c,_0x1ad7e3){return _0x5ad72c!==_0x1ad7e3;},'FPrum':_0xaa043f(0xe8),'tVmRs':function(_0xac808f,_0x14d41e){return _0xac808f(_0x14d41e);},'icGXZ':function(_0x27fb39,_0x158a08){return _0x27fb39!==_0x158a08;},'FITxD':_0xaa043f(0x124),'isNyx':function(_0x5d98c1,_0x40ec0f){return _0x5d98c1===_0x40ec0f;},'qPVJS':_0xaa043f(0xe4),'YcrYd':_0xaa043f(0x99),'yhpIM':function(_0x31d7e3,_0x542c54){return _0x31d7e3!==_0x542c54;},'VFZkC':'PClBf','FxkvM':function(_0x8900af,_0x3b25d8){return _0x8900af(_0x3b25d8);},'eLzAF':function(_0x3dd7b7,_0x35f18f){return _0x3dd7b7===_0x35f18f;},'xhENt':function(_0x3e5143,_0x1e072f){return _0x3e5143!==_0x1e072f;},'cdmOb':function(_0x144159,_0x279e21){return _0x144159!==_0x279e21;},'NKICE':_0xaa043f(0xc2),'zCRNZ':_0xaa043f(0xbe),'opABc':function(_0x4bec55,_0x521865){return _0x4bec55!==_0x521865;},'KlKJc':_0xaa043f(0xa6),'MsARm':_0xaa043f(0x12d),'DPuqK':_0xaa043f(0x10d),'QjdLR':'true','nNUVf':function(_0x4f9123,_0x21ed9f){return _0x4f9123===_0x21ed9f;},'oYErh':'YijKi','rmYhw':_0xaa043f(0x90),'CgERO':function(_0x4379d8,_0x4817f6,_0x12ecb6){return _0x4379d8(_0x4817f6,_0x12ecb6);},'FSbPj':_0xaa043f(0xd8),'uKXha':_0xaa043f(0x10a),'NWIao':'json','tCCbm':'pipe','GQAmF':function(_0x516554,_0x58a1cf){return _0x516554*_0x58a1cf;},'Bcecp':_0xaa043f(0x127),'EWIFB':_0xaa043f(0xd9),'QsndE':function(_0x469b83,_0x50b30c){return _0x469b83*_0x50b30c;}},_0x37ec00={};if(_0x56b086[_0xaa043f(0xa8)](isTestObservabilitySession)){if(_0x56b086[_0xaa043f(0xfe)](_0x56b086['KlKJc'],_0x56b086[_0xaa043f(0xa1)])){const _0x5d1d6c={..._0x11cae0};_0x5d1d6c[_0xaa043f(0xa0)]='',await SessionHandler[_0xaa043f(0xb9)](_0x5d1d6c,{'frameworkName':_0x56b086[_0xaa043f(0xf6)],'frameworkVersion':_0x56b086[_0xaa043f(0xeb)](getFrameworkVersion,_0x56b086[_0xaa043f(0xf6)])});}else _0x56b086['cMOfX'](_0x5f17cf,_0xaa043f(0xc5)+_0x35ae29);}let _0x281bb2=_0x56b086[_0xaa043f(0x107)](process[_0xaa043f(0x9b)][_0xaa043f(0xb2)],_0x56b086[_0xaa043f(0xdc)]);process[_0xaa043f(0x9b)][_0xaa043f(0xab)]=_0x56b086['FxkvM'](checkAccessibility,_0x11cae0),_0x281bb2=_0x281bb2||_0x56b086[_0xaa043f(0xf8)](process[_0xaa043f(0x9b)][_0xaa043f(0xab)],_0x56b086[_0xaa043f(0xdc)]);if(_0x281bb2){if(_0x56b086[_0xaa043f(0xb4)](_0x56b086['oYErh'],_0x56b086[_0xaa043f(0xca)])){const [_0x5117aa,_0x20041a]=await _0x56b086['CgERO'](createAccessibilityTestRun,_0x11cae0,_0x56b086[_0xaa043f(0xf6)]);logger[_0xaa043f(0x8a)](_0xaa043f(0xbf)+_0x20041a),process[_0xaa043f(0x9b)]['BS_A11Y_JWT']=_0x5117aa,process[_0xaa043f(0x9b)]['BS_A11Y_TEST_RUN_ID']=_0x20041a;}else return _0xa407b5[_0xaa043f(0x106)](_0x433135);}const _0x1ff857=new Worker(require[_0xaa043f(0x10b)](_0x56b086['FSbPj']),{'exposedMethods':[_0x56b086[_0xaa043f(0xe2)]],'forkOptions':{'serialization':_0x56b086[_0xaa043f(0xee)],'stdio':_0x56b086[_0xaa043f(0xde)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x56b086[_0xaa043f(0xcb)](_0x34b3d4,0x1),'enableWorkerThreads':!![]}),_0x58f0eb=new Emittery();_0x58f0eb['on'](_0x56b086['Bcecp'],_0x44e746=>{const _0x140496=_0xaa043f;if(_0x56b086['yfWQA'](_0x56b086['xqUEf'],_0x56b086[_0x140496(0x103)])){if(_0x37ec00[_0x44e746[0x0]])_0x56b086['SQZHk'](_0x56b086['CvAtv'],_0x56b086[_0x140496(0xd7)])?(_0x548831[_0x1deece[0x0]][_0x56b086[_0x140496(0xdd)]]=_0x56b086['OqPwF'](_0x480575[_0x37b7de[0x0]][_0x56b086['TiUjt']],_0x356aba[0x1][_0x56b086[_0x140496(0xdd)]]),_0x26f79a[_0x47ba2d[0x0]][_0x56b086['purGV']]=[..._0x31709f[_0x237b1a[0x0]][_0x56b086[_0x140496(0x11a)]],..._0x31c0c5[0x1][_0x56b086[_0x140496(0x11a)]]]):(_0x37ec00[_0x44e746[0x0]][_0x56b086['TiUjt']]=_0x56b086[_0x140496(0xa3)](_0x37ec00[_0x44e746[0x0]][_0x56b086[_0x140496(0xdd)]],_0x44e746[0x1][_0x56b086['TiUjt']]),_0x37ec00[_0x44e746[0x0]][_0x56b086[_0x140496(0x11a)]]=[..._0x37ec00[_0x44e746[0x0]][_0x56b086['purGV']],..._0x44e746[0x1][_0x56b086['purGV']]]);else{if(_0x56b086[_0x140496(0xaa)](_0x56b086['slyZY'],_0x56b086[_0x140496(0xed)])){if(_0x5087fb[_0x42f2c8[0x0]])_0x344d30[_0xdb6690[0x0]][_0x56b086[_0x140496(0xdd)]]=_0x56b086[_0x140496(0xb6)](_0x26c3ef[_0x2050a3[0x0]][_0x56b086[_0x140496(0xdd)]],_0x49dc57[0x1][_0x56b086[_0x140496(0xdd)]]),_0x1cb9f6[_0x1b5418[0x0]][_0x56b086[_0x140496(0x11a)]]=[..._0x2d2955[_0x54f640[0x0]][_0x56b086[_0x140496(0x11a)]],..._0x1ff44f[0x1][_0x56b086['purGV']]];else{const _0x5cace0={};_0x5cace0[_0x140496(0xf3)]=_0x1bfc1e[0x1][_0x56b086[_0x140496(0xdd)]],_0x5cace0[_0x140496(0xad)]=[..._0x5c5a26[0x1][_0x56b086[_0x140496(0x11a)]]],_0xe5d213[_0x477444[0x0]]=_0x5cace0;}}else _0x37ec00[_0x44e746[0x0]]={'failureCount':_0x44e746[0x1][_0x56b086[_0x140496(0xdd)]],'results':[..._0x44e746[0x1][_0x56b086[_0x140496(0x11a)]]]};}}else{const _0xa66c71={'HXsKn':function(_0x476493,_0x4ec3ae){const _0x14b48c=_0x140496;return _0x56b086[_0x14b48c(0xaa)](_0x476493,_0x4ec3ae);}};_0x37041b[_0x140496(0xfd)][_0x140496(0x8f)](_0x223bd1=>{const _0x115154=_0x140496;if(_0xa66c71[_0x115154(0x96)](_0x223bd1['accessibility'],!![]))return _0xe9ceef=!![],!![];});}}),_0x58f0eb['on'](_0x56b086[_0xaa043f(0x126)],_0x2369ea=>console[_0xaa043f(0xa7)](_0x2369ea[0x1]));if(_0x1ff857[_0xaa043f(0xce)]())_0x1ff857[_0xaa043f(0xce)]()[_0xaa043f(0x8b)](process['stdout']);if(_0x1ff857[_0xaa043f(0x133)]())_0x1ff857['getStderr']()[_0xaa043f(0x8b)](process[_0xaa043f(0xd0)]);const _0x52deb3=async()=>{const _0x29f32d=_0xaa043f,_0x38942a={'uBUSr':_0x56b086[_0x29f32d(0xdb)],'EkhVl':function(_0x4ae527,_0x346b89){return _0x56b086['XpmZx'](_0x4ae527,_0x346b89);}};if(_0x56b086['XpmZx'](_0x56b086['CySNb'],_0x56b086[_0x29f32d(0x108)])){const {forceExited:_0x5c16cc}=await _0x1ff857[_0x29f32d(0xb0)]();_0x5c16cc&&(_0x56b086[_0x29f32d(0xac)](_0x56b086[_0x29f32d(0x116)],_0x56b086[_0x29f32d(0x110)])?console[_0x29f32d(0x115)](_0x56b086['jwDQD']):_0x1cac11['debug'](_0x29f32d(0xae)+_0x501f39));_0x56b086[_0x29f32d(0xa8)](isAccessibilityAutomationSession)&&(_0x56b086[_0x29f32d(0xb4)](_0x56b086[_0x29f32d(0xb3)],_0x56b086[_0x29f32d(0xb3)])?_0x574f0b[_0x29f32d(0x115)](_0x38942a[_0x29f32d(0xc9)]):await _0x56b086['tVmRs'](stopAccessibilityTestRun,_0x11cae0)[_0x29f32d(0xaf)](_0x59ebef=>{const _0x37f531=_0x29f32d,_0x5b967a={};_0x5b967a[_0x37f531(0x11e)]=_0x56b086[_0x37f531(0xdd)],_0x5b967a[_0x37f531(0x113)]=_0x56b086[_0x37f531(0x11a)];const _0x3a015b=_0x5b967a;if(_0x56b086[_0x37f531(0xac)](_0x56b086['hQPQX'],_0x56b086[_0x37f531(0xc6)])){const _0x64dea6={};_0x64dea6['failureCount']=_0xd4ff46[0x1][_0x3a015b[_0x37f531(0x11e)]],_0x64dea6[_0x37f531(0xad)]=[..._0x12d4cf[0x1][_0x3a015b['QauOy']]],_0x3b377c[_0x5251ef[0x0]]=_0x64dea6;}else logger[_0x37f531(0x115)](_0x37f531(0x12c)+_0x59ebef);}));if(_0x56b086[_0x29f32d(0xa8)](isTestObservabilitySession)){if(_0x56b086['icGXZ'](_0x56b086[_0x29f32d(0x114)],_0x56b086['FITxD'])){if(_0x38942a[_0x29f32d(0x122)](_0x442777['accessibility'],!![]))return _0x1c8257=!![],!![];}else try{_0x56b086[_0x29f32d(0xc7)](_0x56b086[_0x29f32d(0x91)],_0x56b086[_0x29f32d(0x132)])?_0x4851e8[_0x29f32d(0xff)]([_0x2a79d1[0x0],_0x47a847[0x1]]):await SessionHandler['stop']();}catch(_0x574110){if(_0x56b086['yhpIM'](_0x56b086[_0x29f32d(0xbb)],_0x56b086[_0x29f32d(0xbb)]))return _0x569d18=!![],!![];else _0x56b086[_0x29f32d(0x95)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x574110);}}_0x56b086[_0x29f32d(0x11f)](_0x58fd0f,_0x37ec00);}else _0x453231[_0x29f32d(0x115)](_0x56b086[_0x29f32d(0xdb)]);},_0x4416b2=_0x56b086['FxkvM'](pLimit,_0x56b086['QsndE'](_0x34b3d4,0x1)),_0x2c732a=_0x5b836a=>_0x4416b2(async()=>{const _0x294d4d=_0xaa043f;if(_0x56b086['cdmOb'](_0x56b086[_0x294d4d(0xe6)],_0x56b086[_0x294d4d(0xe6)]))_0x56b086[_0x294d4d(0x107)](_0xcff2,0x0)&&_0x56b086[_0x294d4d(0xf4)](_0x2619cf,0x0)&&(_0x57010f=_0x35647d);else return await _0x58f0eb[_0x294d4d(0x11d)](_0x56b086[_0x294d4d(0xa9)],_0x5b836a),_0x1ff857[_0x294d4d(0x10a)](_0x5b836a,_0x11cae0);});Promise[_0xaa043f(0x9f)](_0x37c2f6[_0xaa043f(0x121)](_0x43500e=>_0x2c732a(_0x43500e)[_0xaa043f(0x11b)](_0x10d216=>_0x58f0eb[_0xaa043f(0x11d)]('test-file-success',[_0x43500e['configuration'][_0xaa043f(0xa2)],_0x10d216]),_0x47c56a=>_0x58f0eb[_0xaa043f(0x11d)](_0xaa043f(0xd9),[_0x43500e,_0x47c56a]))))[_0xaa043f(0x11b)](_0x52deb3,_0x52deb3);}),exports[a31_0x424c07(0x8e)]=(_0x12f0ec,_0x42f899,_0x35c115,_0x23df57,_0x273aa4)=>{const _0x256454=a31_0x424c07,_0x3870b9={'JMxDG':_0x256454(0xc0),'lkSCv':function(_0x1cb3ac,_0x1fe2a7){return _0x1cb3ac(_0x1fe2a7);},'veqJA':_0x256454(0x104),'IvYka':_0x256454(0xd8),'EwprZ':_0x256454(0xd6),'gKtVV':_0x256454(0x10c),'breKm':_0x256454(0x8b),'KsAdQ':_0x256454(0x12b),'oBFDk':_0x256454(0x123),'xOzlw':function(_0x44fc57,_0xe20f3d){return _0x44fc57(_0xe20f3d);}};return new Promise(_0x1704a6=>{const _0x37fd90=_0x256454,_0x1d6977={'tiWYx':_0x3870b9['JMxDG'],'sahkY':function(_0x27dea2,_0x5ee269){const _0x34ab86=a31_0xe1d4;return _0x3870b9[_0x34ab86(0xf2)](_0x27dea2,_0x5ee269);},'nZcXG':_0x3870b9[_0x37fd90(0xf5)]},_0x58f34e=[],_0x557f5f=new Worker(require[_0x37fd90(0x10b)](_0x3870b9[_0x37fd90(0xd1)]),{'exposedMethods':[_0x3870b9[_0x37fd90(0x11c)]],'forkOptions':{'serialization':_0x3870b9[_0x37fd90(0xb5)],'stdio':_0x3870b9[_0x37fd90(0xdf)]},'numWorkers':_0x12f0ec[_0x37fd90(0x118)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x586f2e=new Emittery();_0x586f2e['on'](_0x3870b9[_0x37fd90(0x94)],_0x52d6cd=>{_0x58f34e['push']([_0x52d6cd[0x0],_0x52d6cd[0x1]]);}),_0x586f2e['on'](_0x3870b9[_0x37fd90(0x10f)],_0x162de8=>console[_0x37fd90(0xa7)](_0x162de8[0x1]));if(_0x557f5f[_0x37fd90(0xce)]())_0x557f5f['getStdout']()[_0x37fd90(0x8b)](process[_0x37fd90(0x12e)]);if(_0x557f5f[_0x37fd90(0x133)]())_0x557f5f[_0x37fd90(0x133)]()[_0x37fd90(0x8b)](process[_0x37fd90(0xd0)]);const _0x19a0ee=async()=>{const _0x154a33=_0x37fd90,{forceExited:_0x58d2bf}=await _0x557f5f[_0x154a33(0xb0)]();_0x58d2bf&&console[_0x154a33(0x115)](_0x1d6977['tiWYx']),_0x1d6977[_0x154a33(0x12f)](_0x1704a6,_0x58f34e);},_0x2f5926=_0x3870b9[_0x37fd90(0xcf)](pLimit,_0x12f0ec[_0x37fd90(0x118)]),_0x5629aa=_0x3a2e40=>_0x2f5926(async()=>{const _0x4d71b6=_0x37fd90;return await _0x586f2e['emit'](_0x1d6977[_0x4d71b6(0x131)],_0x3a2e40),_0x557f5f[_0x4d71b6(0xd6)](_0x3a2e40,_0x42f899,_0x35c115,_0x23df57,_0x273aa4);});Promise[_0x37fd90(0x9f)](_0x12f0ec['map'](_0xb74251=>_0x5629aa(_0xb74251)['then'](_0x4953be=>_0x586f2e[_0x37fd90(0x11d)](_0x37fd90(0x12b),[_0xb74251,_0x4953be]),_0x4b9c51=>_0x586f2e[_0x37fd90(0x11d)](_0x37fd90(0x123),[_0xb74251,_0x4b9c51]))))[_0x37fd90(0x11b)](_0x19a0ee,_0x19a0ee);});},exports[a31_0x424c07(0xf0)]=(_0x265152,_0x5aeb59)=>new Promise(_0x56bcac=>{const _0x34c7de=a31_0x424c07,_0x3fef97={'hJcnd':function(_0x38002d,_0x43537f){return _0x38002d===_0x43537f;},'LTeIV':function(_0x464164,_0x130868){return _0x464164!==_0x130868;},'NGICb':_0x34c7de(0x125),'pNCFa':_0x34c7de(0xc0),'isLQb':function(_0x2a17bd,_0x4779e9){return _0x2a17bd(_0x4779e9);},'MitAw':_0x34c7de(0xd8),'hPvwG':'vanillaWorker','jAWpC':_0x34c7de(0x10c),'FsNgv':'pipe','Wfvtm':_0x34c7de(0x127),'WyxEA':_0x34c7de(0xd9),'ZfZjA':function(_0x54f6e1,_0x1626fa){return _0x54f6e1(_0x1626fa);}},_0x4beb63={},_0x231d40=new Worker(require[_0x34c7de(0x10b)](_0x3fef97[_0x34c7de(0xa5)]),{'exposedMethods':[_0x3fef97[_0x34c7de(0xda)]],'forkOptions':{'serialization':_0x3fef97[_0x34c7de(0xea)],'stdio':_0x3fef97[_0x34c7de(0xc1)]},'numWorkers':_0x5aeb59,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x44b63c=new Emittery();_0x44b63c['on'](_0x3fef97[_0x34c7de(0x129)],_0x205b8c=>{const _0x56e93b=_0x34c7de;_0x205b8c[0x0]&&logger[_0x56e93b(0xbd)]('Running\x20'+_0x205b8c[0x1]+_0x56e93b(0x128),_0x205b8c[0x0]);}),_0x44b63c['on'](_0x3fef97[_0x34c7de(0x89)],_0x216836=>console['log'](_0x216836[0x1]));if(_0x231d40[_0x34c7de(0xce)]())_0x231d40[_0x34c7de(0xce)]()['pipe'](process[_0x34c7de(0x12e)]);if(_0x231d40[_0x34c7de(0x133)]())_0x231d40['getStderr']()[_0x34c7de(0x8b)](process[_0x34c7de(0xd0)]);const _0x4c8e67=async()=>{const _0x4fb3d3=_0x34c7de;let _0x3a93a5=0x0;const _0x36653f=_0x231d40['_workerPool'][_0x4fb3d3(0xb1)](),_0x8fc4fd=()=>{},_0xe2ef3=_0x36653f[_0x4fb3d3(0x121)](async _0x212650=>{const _0x4ee694=_0x4fb3d3,_0x28aca7={'PkAnf':function(_0x3dd45f,_0x1ea10d){const _0x104177=a31_0xe1d4;return _0x3fef97[_0x104177(0xc4)](_0x3dd45f,_0x1ea10d);},'OxvLF':function(_0x5c826a,_0x20fd78){return _0x3fef97['LTeIV'](_0x5c826a,_0x20fd78);}};_0x212650[_0x4ee694(0x9c)]([0x2,![]],_0x8fc4fd,_0x8fc4fd,_0x8fc4fd),_0x212650[_0x4ee694(0x134)]['on'](_0x3fef97[_0x4ee694(0x102)],_0x232ac5=>{const _0x4b2bc4=_0x4ee694;_0x28aca7[_0x4b2bc4(0xe1)](_0x3a93a5,0x0)&&_0x28aca7[_0x4b2bc4(0x93)](_0x232ac5,0x0)&&(_0x3a93a5=_0x232ac5);}),await _0x212650[_0x4ee694(0xd2)]();});await Promise[_0x4fb3d3(0x9f)](_0xe2ef3),process['exitCode']=_0x3a93a5;const {forceExited:_0x4bfcee}=await _0x231d40[_0x4fb3d3(0xb0)]();_0x4bfcee&&console[_0x4fb3d3(0x115)](_0x3fef97['pNCFa']),_0x3fef97[_0x4fb3d3(0x119)](_0x56bcac,_0x4beb63);},_0x3839c3=_0x3fef97['ZfZjA'](pLimit,_0x5aeb59),_0x575d09=_0x3fadba=>_0x3839c3(async()=>{return _0x231d40['vanillaWorker'](_0x3fadba);});Promise['all'](_0x265152[_0x34c7de(0x121)](_0x17680e=>_0x575d09(_0x17680e)[_0x34c7de(0x11b)](_0x1e7086=>_0x44b63c[_0x34c7de(0x11d)](_0x34c7de(0x127),[_0x17680e['configuration'][_0x34c7de(0xa2)],_0x17680e['configuration']['file']]),_0x3e4e12=>_0x44b63c['emit'](_0x34c7de(0xd9),[_0x17680e,_0x3e4e12]))))[_0x34c7de(0x11b)](_0x4c8e67,_0x4c8e67);});
@@ -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
+ const a32_0x9786ad=a32_0x433d;function a32_0x433d(_0x3e7dbb,_0x61a4a7){const _0x11403d=a32_0x1140();return a32_0x433d=function(_0x433d3c,_0x45b781){_0x433d3c=_0x433d3c-0x1e5;let _0x396fe8=_0x11403d[_0x433d3c];return _0x396fe8;},a32_0x433d(_0x3e7dbb,_0x61a4a7);}function a32_0x1140(){const _0x4173e1=['347005CtaLXu','bLBZN','../launcher/launcher','244UJQDQq','90zNXPEd','27961758SlKPtp','7908216PnsMwp','runCucumberTest','mocha','run','6VRyKTc','9188apmNSB','237843axvuru','15126Fhqhfn','runVanillaTest','87726kUPezR','jPCkI','2744xFYtvK','formatter','MYpWw','fznBS','qwAHF','AuCgt','vanilla','runTest','cucumber-js','eEyXt','configuration'];a32_0x1140=function(){return _0x4173e1;};return a32_0x1140();}(function(_0x59da7b,_0x4a7e52){const _0x1bfbd0=a32_0x433d,_0x2837f9=_0x59da7b();while(!![]){try{const _0x162129=parseInt(_0x1bfbd0(0x200))/0x1*(-parseInt(_0x1bfbd0(0x1ff))/0x2)+parseInt(_0x1bfbd0(0x1e8))/0x3*(-parseInt(_0x1bfbd0(0x1f8))/0x4)+-parseInt(_0x1bfbd0(0x1f5))/0x5+-parseInt(_0x1bfbd0(0x1e6))/0x6*(parseInt(_0x1bfbd0(0x1ea))/0x7)+parseInt(_0x1bfbd0(0x1fb))/0x8+parseInt(_0x1bfbd0(0x1e5))/0x9*(parseInt(_0x1bfbd0(0x1f9))/0xa)+parseInt(_0x1bfbd0(0x1fa))/0xb;if(_0x162129===_0x4a7e52)break;else _0x2837f9['push'](_0x2837f9['shift']());}catch(_0x3e0876){_0x2837f9['push'](_0x2837f9['shift']());}}}(a32_0x1140,0xdb93d),exports[a32_0x9786ad(0x1f1)]=async(_0x4f923b,_0x23dae8)=>{const _0x3b4c49=a32_0x9786ad,_0x20e427={'MYpWw':function(_0x2b1f3c,_0x26188b){return _0x2b1f3c(_0x26188b);},'eEyXt':'../launcher/launcher','gBGqV':_0x3b4c49(0x1fd)},_0x57f612=_0x20e427[_0x3b4c49(0x1ec)](require,_0x20e427[_0x3b4c49(0x1f3)]),_0x1611ae=new _0x57f612(_0x20e427['gBGqV'],_0x4f923b,_0x23dae8);return await _0x1611ae[_0x3b4c49(0x1fe)]();},exports[a32_0x9786ad(0x1fc)]=async(_0x4e5417,_0x2a929a,_0x381126,_0x1e5a72,_0x1276ef)=>{const _0x3adc4a=a32_0x9786ad,_0x372a58={'AuCgt':function(_0x465481,_0x1fe60c){return _0x465481(_0x1fe60c);},'fznBS':'../launcher/launcher','gXDOI':_0x3adc4a(0x1f2)},_0x420852={'capability':_0x4e5417,..._0x2a929a},_0x255e30={};_0x255e30[_0x3adc4a(0x1f4)]=_0x420852,_0x255e30[_0x3adc4a(0x1eb)]=_0x1276ef;let _0x22e9ac=_0x255e30;const _0x5d97dd=_0x372a58[_0x3adc4a(0x1ef)](require,_0x372a58[_0x3adc4a(0x1ed)]),_0x22696e=new _0x5d97dd(_0x372a58['gXDOI'],_0x22e9ac,_0x381126,_0x1e5a72);return await _0x22696e[_0x3adc4a(0x1fe)]();},exports[a32_0x9786ad(0x1e7)]=async _0x43f363=>{const _0x24ad25=a32_0x9786ad,_0x59a618={'jPCkI':function(_0xe34f8e,_0x5d4955){return _0xe34f8e(_0x5d4955);},'bLBZN':_0x24ad25(0x1f7),'qwAHF':_0x24ad25(0x1f0)},_0x5df6e2=_0x59a618[_0x24ad25(0x1e9)](require,_0x59a618[_0x24ad25(0x1f6)]),_0x55d211=new _0x5df6e2(_0x59a618[_0x24ad25(0x1ee)],_0x43f363);return await _0x55d211[_0x24ad25(0x1fe)]();});
@@ -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
+ const a33_0x5c3e1b=a33_0x803f;(function(_0x453c91,_0x260c0d){const _0x381836=a33_0x803f,_0xc23a4b=_0x453c91();while(!![]){try{const _0x296fb0=-parseInt(_0x381836(0x72))/0x1+parseInt(_0x381836(0x7e))/0x2*(parseInt(_0x381836(0x7d))/0x3)+-parseInt(_0x381836(0x77))/0x4+parseInt(_0x381836(0x80))/0x5*(parseInt(_0x381836(0x7b))/0x6)+parseInt(_0x381836(0x75))/0x7+-parseInt(_0x381836(0x7f))/0x8+-parseInt(_0x381836(0x7c))/0x9;if(_0x296fb0===_0x260c0d)break;else _0xc23a4b['push'](_0xc23a4b['shift']());}catch(_0xfc5eeb){_0xc23a4b['push'](_0xc23a4b['shift']());}}}(a33_0x16fa,0x573a4));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x5c3e1b(0x7a));function a33_0x803f(_0x463797,_0x37d32c){const _0x16fa6d=a33_0x16fa();return a33_0x803f=function(_0x803fc2,_0x1871ba){_0x803fc2=_0x803fc2-0x72;let _0x598767=_0x16fa6d[_0x803fc2];return _0x598767;},a33_0x803f(_0x463797,_0x37d32c);}exports[a33_0x5c3e1b(0x73)]=async(_0x559d60,_0x1515c7)=>{const _0x174ed8=a33_0x5c3e1b,_0x593c36={'SsfxA':function(_0x55d008,_0x5c7b22,_0x16ea6a){return _0x55d008(_0x5c7b22,_0x16ea6a);}};return await _0x593c36[_0x174ed8(0x76)](runTest,_0x559d60,_0x1515c7);},exports['cucumberWorker']=async(_0x492891,_0x587956,_0x4f1562,_0x14cdfe,_0x409044)=>{const _0x587f94=a33_0x5c3e1b,_0x5b786a={'Svdji':function(_0x43ce07,_0x291b5c,_0x32110b,_0x4af895,_0x16a188,_0x8b25f9){return _0x43ce07(_0x291b5c,_0x32110b,_0x4af895,_0x16a188,_0x8b25f9);}};return await _0x5b786a[_0x587f94(0x74)](runCucumberTest,_0x492891,_0x587956,_0x4f1562,_0x14cdfe,_0x409044);},exports[a33_0x5c3e1b(0x78)]=async _0x429b2c=>{const _0x5e95c5=a33_0x5c3e1b,_0x374cc0={'TsrtX':function(_0x3da4a8,_0x2e9b82){return _0x3da4a8(_0x2e9b82);}};return await _0x374cc0[_0x5e95c5(0x79)](runVanillaTest,_0x429b2c);};function a33_0x16fa(){const _0x578621=['963072oPMqCm','15bsyhQu','474732YJuRwa','worker','Svdji','4738188HWbJvC','SsfxA','592908HMrhGb','vanillaWorker','TsrtX','./runTest','1045536Thcgxb','2174211Roergi','71277sKsyOW','12QLMcWa'];a33_0x16fa=function(){return _0x578621;};return a33_0x16fa();}
@@ -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_0x40958d=a34_0x3d56;(function(_0x2b7c00,_0xa2dca7){var _0x4596b3=a34_0x3d56,_0x317ea9=_0x2b7c00();while(!![]){try{var _0x50a90b=-parseInt(_0x4596b3(0xe9))/0x1+-parseInt(_0x4596b3(0x11e))/0x2*(-parseInt(_0x4596b3(0x110))/0x3)+-parseInt(_0x4596b3(0xfb))/0x4+-parseInt(_0x4596b3(0x123))/0x5+-parseInt(_0x4596b3(0x107))/0x6*(-parseInt(_0x4596b3(0xf8))/0x7)+parseInt(_0x4596b3(0x119))/0x8+-parseInt(_0x4596b3(0x117))/0x9*(-parseInt(_0x4596b3(0x120))/0xa);if(_0x50a90b===_0xa2dca7)break;else _0x317ea9['push'](_0x317ea9['shift']());}catch(_0x566304){_0x317ea9['push'](_0x317ea9['shift']());}}}(a34_0x5a72,0x5292c));function a34_0x3d56(_0x1eba2b,_0x21494b){var _0x5a72eb=a34_0x5a72();return a34_0x3d56=function(_0x3d5638,_0x2e986f){_0x3d5638=_0x3d5638-0xdf;var _0x7b1384=_0x5a72eb[_0x3d5638];return _0x7b1384;},a34_0x3d56(_0x1eba2b,_0x21494b);}var a34_0x32fbfc={};a34_0x32fbfc[a34_0x40958d(0x10a)]=a34_0x40958d(0x12e),a34_0x32fbfc[a34_0x40958d(0x128)]='Specify\x20--help\x20for\x20available\x20options';var a34_0x4c5d11={};a34_0x4c5d11[a34_0x40958d(0x10a)]=a34_0x40958d(0xfc);var a34_0x45dacc={};a34_0x45dacc[a34_0x40958d(0x10a)]=a34_0x40958d(0x111);var a34_0x2003c1={};a34_0x2003c1[a34_0x40958d(0x10a)]=a34_0x40958d(0xff);var a34_0x3f14df={};a34_0x3f14df[a34_0x40958d(0x10a)]=a34_0x40958d(0x12d);var a34_0xc5eb46={};a34_0xc5eb46[a34_0x40958d(0x10a)]=a34_0x40958d(0x125);var a34_0xa8c135={};a34_0xa8c135[a34_0x40958d(0x10a)]=a34_0x40958d(0x104);var a34_0x251396={};a34_0x251396[a34_0x40958d(0x10a)]=a34_0x40958d(0x122);var a34_0x440f99={};a34_0x440f99[a34_0x40958d(0x10a)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a34_0x4e1e9f={};function a34_0x5a72(){var _0x4becaa=['pageLoadStrategy','805245XGMFmu','Run\x20mocha\x20tests\x20on\x20browserstack','https://hub.browserstack.com/wd/hub','PRIVATE_DOMAIN_OR_IP_REGEX','APP_AUTOMATE_PRODUCTS','ERR_CONNECTION_FAILED','ERR_ADDRESS_INVALID','99QDirKQ','^[a-zA-Z0-9_.-]*$','228640ySenxk','VERSION','ERR_SOCKET_NOT_CONNECTED','FUNNEL_INSTRUMENTATION_API_URL','browserName','2bTNJax','https://api.browserstack.com','461660coCdqi','AUTOMATE','Run\x20codeceptjs\x20tests\x20on\x20browserstack','2422390liWVUF','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Run\x20nightwatch\x20tests\x20on\x20browserstack','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','ERR_NAME_RESOLUTION_FAILED','HELP','CI_ARTIFACTS_PATH','ERR_CONNECTION_CLOSED','exports','automate','Run\x20js\x20tests\x20on\x20browserstack','shows\x20version\x20information','.aab','edgeOptions','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','HUB_URL_REGEX','ieOptions','timeouts','ERR_SOCKS_CONNECTION_FAILED','unhandledPromptBehavior','ERR_NETWORK_CHANGED','firefoxOptions','ERR_CONNECTION_REFUSED','87473nFzzqw','ERR_CONNECTION_TIMED_OUT','ERR_NAME_NOT_RESOLVED','chromeOptions','browserVersion','VANILLA','CUSTOM_ID_REGEX','ROOT_REGEX','app-automate','acceptSslCert','ERR_TIMED_OUT','observability','NUDGE_LOCAL_ERRORS','NIGHTWATCH','hubUrl','14lnGYMj','HST','OBSERVABILITY_SUPPORTED_FWS','1433984WAJaIz','Run\x20jest\x20tests\x20on\x20browserstack','sdk/v1/event','BSTACK_DELTA','Run\x20cucumber-js\x20tests\x20on\x20browserstack','.apk','BROWSERSTACK_API_URL','ERR_CONNECTION_RESET','ERR_CONNECTION_ABORTED','Run\x20playwright\x20tests\x20on\x20Browserstack','MOCHA','./browserstack-artifacts/','1391538PECxKn','PLAYWRIGHT_HUB_URL','PLAYWRIGHT','INFO','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','https://api-cloud.browserstack.com','strictFileInteractability','Playwright'];a34_0x5a72=function(){return _0x4becaa;};return a34_0x5a72();}a34_0x4e1e9f[a34_0x40958d(0x11a)]=a34_0x32fbfc,a34_0x4e1e9f['JEST']=a34_0x4c5d11,a34_0x4e1e9f[a34_0x40958d(0x105)]=a34_0x45dacc,a34_0x4e1e9f['CUCUMBER']=a34_0x2003c1,a34_0x4e1e9f[a34_0x40958d(0xee)]=a34_0x3f14df,a34_0x4e1e9f[a34_0x40958d(0xf6)]=a34_0xc5eb46,a34_0x4e1e9f[a34_0x40958d(0x109)]=a34_0xa8c135,a34_0x4e1e9f['CODECEPTJS']=a34_0x251396,a34_0x4e1e9f[a34_0x40958d(0xf9)]=a34_0x440f99,a34_0x4e1e9f[a34_0x40958d(0xfe)]=0xf*0x3c*0x3e8,a34_0x4e1e9f[a34_0x40958d(0xf7)]=a34_0x40958d(0x112),a34_0x4e1e9f[a34_0x40958d(0xe1)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x4e1e9f['ROOT_CAPS']=['acceptInsecureCerts',a34_0x40958d(0x10f),a34_0x40958d(0x10d),a34_0x40958d(0xe5),a34_0x40958d(0xe3),a34_0x40958d(0x11d),a34_0x40958d(0xed),'acceptSslCerts',a34_0x40958d(0xf2),a34_0x40958d(0xec),a34_0x40958d(0xe7),a34_0x40958d(0xdf),a34_0x40958d(0xe2)],a34_0x4e1e9f[a34_0x40958d(0xf0)]=/^[\w-]+:.*$/,a34_0x4e1e9f[a34_0x40958d(0x113)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x4e1e9f[a34_0x40958d(0x101)]=a34_0x40958d(0x11f),a34_0x4e1e9f['APP_UPLOAD_URL']=a34_0x40958d(0x10c),a34_0x4e1e9f[a34_0x40958d(0x11c)]=a34_0x40958d(0xfd),a34_0x4e1e9f['AUTOMATE_PRODUCTS']=[a34_0x40958d(0x12c),a34_0x40958d(0xf4)],a34_0x4e1e9f[a34_0x40958d(0x114)]=[a34_0x40958d(0xf1),a34_0x40958d(0xf4)],a34_0x4e1e9f[a34_0x40958d(0x126)]=[a34_0x40958d(0xf4)],a34_0x4e1e9f[a34_0x40958d(0xfa)]=['mocha',a34_0x40958d(0x10e)],a34_0x4e1e9f[a34_0x40958d(0x121)]=['automate'],a34_0x4e1e9f['APP_AUTOMATE']=['app-automate'],a34_0x4e1e9f[a34_0x40958d(0xf5)]=['ERR_FAILED',a34_0x40958d(0xf3),'ERR_BLOCKED_BY_CLIENT',a34_0x40958d(0xe6),a34_0x40958d(0x11b),a34_0x40958d(0x12a),a34_0x40958d(0x102),a34_0x40958d(0xe8),a34_0x40958d(0x103),a34_0x40958d(0x115),a34_0x40958d(0xeb),a34_0x40958d(0x116),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a34_0x40958d(0xea),a34_0x40958d(0xe4),a34_0x40958d(0x124),'ERR_PROXY_CONNECTION_FAILED',a34_0x40958d(0xeb),a34_0x40958d(0x127),a34_0x40958d(0xe0)],a34_0x4e1e9f['VALID_APP_EXTENSION']=[a34_0x40958d(0x100),a34_0x40958d(0x12f),'.ipa'],a34_0x4e1e9f[a34_0x40958d(0xef)]=a34_0x40958d(0x118),a34_0x4e1e9f['SHAREABLE_ID_REGEX']=a34_0x40958d(0x10b),a34_0x4e1e9f[a34_0x40958d(0x129)]=a34_0x40958d(0x106),a34_0x4e1e9f[a34_0x40958d(0x108)]='wss://cdp.browserstack.com/playwright?caps=',module[a34_0x40958d(0x12b)]=a34_0x4e1e9f;
@@ -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
+ function a35_0x4b28(_0x361aca,_0x5c9506){const _0x377aa3=a35_0x377a();return a35_0x4b28=function(_0x4b28f6,_0x5944b6){_0x4b28f6=_0x4b28f6-0x195;let _0x41f340=_0x377aa3[_0x4b28f6];return _0x41f340;},a35_0x4b28(_0x361aca,_0x5c9506);}const a35_0xeb37d0=a35_0x4b28;(function(_0xa3c909,_0x4236ca){const _0x367a20=a35_0x4b28,_0x40da99=_0xa3c909();while(!![]){try{const _0x4a5c79=parseInt(_0x367a20(0x1a0))/0x1+-parseInt(_0x367a20(0x19d))/0x2+-parseInt(_0x367a20(0x1a3))/0x3*(parseInt(_0x367a20(0x1a4))/0x4)+parseInt(_0x367a20(0x19e))/0x5*(-parseInt(_0x367a20(0x1a8))/0x6)+-parseInt(_0x367a20(0x1a2))/0x7*(-parseInt(_0x367a20(0x199))/0x8)+parseInt(_0x367a20(0x19a))/0x9+parseInt(_0x367a20(0x195))/0xa*(-parseInt(_0x367a20(0x19f))/0xb);if(_0x4a5c79===_0x4236ca)break;else _0x40da99['push'](_0x40da99['shift']());}catch(_0x30512a){_0x40da99['push'](_0x40da99['shift']());}}}(a35_0x377a,0xa457e));const logReportingAPI=require(a35_0xeb37d0(0x196)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x12e46d,_0x47a05c){return _0x1ce26f=>{const _0x147d66=a35_0x4b28;BSTestOpsLogger['log']({'level':_0x1ce26f[_0x147d66(0x197)]?_0x1ce26f[_0x147d66(0x197)][_0x147d66(0x1a9)]:null,'message':_0x1ce26f['data']?_0x1ce26f[_0x147d66(0x1a7)][_0x147d66(0x1a6)]('\x20'):null});};}function a35_0x377a(){const _0x415d29=['type','join','data','1201110xfaFkL','levelStr','60bcsuhB','./logReportingAPI','level','timezoneOffset','24512SrKXKY','11919321CWuLZs','layout','EwiyG','1636818DFmyrO','25bHjeaQ','1126301hnTdje','928674SgGdmy','configure','2527XQByBS','756951HHvQFA','4xIKdfl'];a35_0x377a=function(){return _0x415d29;};return a35_0x377a();}exports[a35_0xeb37d0(0x1a1)]=(_0x32d348,_0x2e6303)=>{const _0x68962b=a35_0xeb37d0,_0x21f6bf={'EwiyG':function(_0x58b1c1,_0x5a23e0,_0x36814a){return _0x58b1c1(_0x5a23e0,_0x36814a);}};let _0x5c5e69=_0x2e6303['colouredLayout'];return _0x32d348['layout']&&(_0x5c5e69=_0x2e6303[_0x68962b(0x19b)](_0x32d348['layout'][_0x68962b(0x1a5)],_0x32d348['layout'])),_0x21f6bf[_0x68962b(0x19c)](BSTestOpsLog4JSAppender,_0x5c5e69,_0x32d348[_0x68962b(0x198)]);};
@@ -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_0xbbc24=a36_0x21de;function a36_0x21de(_0xf51148,_0x3471c2){const _0x37cc0=a36_0x37cc();return a36_0x21de=function(_0x21de3e,_0x3d2663){_0x21de3e=_0x21de3e-0xea;let _0x58f394=_0x37cc0[_0x21de3e];return _0x58f394;},a36_0x21de(_0xf51148,_0x3471c2);}(function(_0x2ff553,_0x5d16a2){const _0x268140=a36_0x21de,_0x896ca=_0x2ff553();while(!![]){try{const _0x5bd6dc=-parseInt(_0x268140(0xef))/0x1+-parseInt(_0x268140(0xf9))/0x2*(parseInt(_0x268140(0xf8))/0x3)+-parseInt(_0x268140(0xf7))/0x4*(-parseInt(_0x268140(0xfb))/0x5)+-parseInt(_0x268140(0x100))/0x6*(-parseInt(_0x268140(0xee))/0x7)+-parseInt(_0x268140(0xf6))/0x8*(parseInt(_0x268140(0xf0))/0x9)+parseInt(_0x268140(0x104))/0xa+parseInt(_0x268140(0xf4))/0xb;if(_0x5bd6dc===_0x5d16a2)break;else _0x896ca['push'](_0x896ca['shift']());}catch(_0xe52b94){_0x896ca['push'](_0x896ca['shift']());}}}(a36_0x37cc,0x53682));const Transport=require('winston-transport'),{consoleHolder}=require(a36_0xbbc24(0xf2)),a36_0x3081ea={};a36_0x3081ea[a36_0xbbc24(0x103)]='INFO',a36_0x3081ea[a36_0xbbc24(0xf3)]=a36_0xbbc24(0xf3),a36_0x3081ea[a36_0xbbc24(0xf5)]=a36_0xbbc24(0xf5),a36_0x3081ea[a36_0xbbc24(0x107)]=a36_0xbbc24(0x107),a36_0x3081ea[a36_0xbbc24(0xec)]='WARN';const LOG_LEVELS=a36_0x3081ea;class logPatcher extends Transport{constructor(_0x182334){super(_0x182334);}['logToTestOps']=(_0x17bdb3=LOG_LEVELS[a36_0xbbc24(0x103)],_0x2a288f=[''])=>{const _0x3b7259=a36_0xbbc24,_0x5a05da={};_0x5a05da['UeFGJ']=_0x3b7259(0xf1);const _0x40ece2=_0x5a05da;consoleHolder[_0x17bdb3[_0x3b7259(0xea)]()](..._0x2a288f),process[_0x3b7259(0xed)](_0x3b7259(0x106)+process[_0x3b7259(0x102)],{'timestamp':new Date()[_0x3b7259(0xfc)](),'level':_0x17bdb3[_0x3b7259(0xfa)](),'message':'\x22'+_0x2a288f['join'](',\x20')+'\x22','kind':_0x40ece2['UeFGJ'],'http_response':{}});};[a36_0xbbc24(0xfd)]=(..._0x5449e3)=>{const _0x153deb=a36_0xbbc24;this[_0x153deb(0x108)](LOG_LEVELS['TRACE'],_0x5449e3);};[a36_0xbbc24(0x105)]=(..._0x14dec7)=>{const _0x2a9fe1=a36_0xbbc24;this['logToTestOps'](LOG_LEVELS[_0x2a9fe1(0xf5)],_0x14dec7);};['info']=(..._0xe29e30)=>{const _0x311475=a36_0xbbc24;this[_0x311475(0x108)](LOG_LEVELS['INFO'],_0xe29e30);};[a36_0xbbc24(0xff)]=(..._0x31974b)=>{const _0xdc7c64=a36_0xbbc24;this[_0xdc7c64(0x108)](LOG_LEVELS[_0xdc7c64(0xec)],_0x31974b);};[a36_0xbbc24(0xfe)]=(..._0x54c3a1)=>{const _0x183feb=a36_0xbbc24;this[_0x183feb(0x108)](LOG_LEVELS['ERROR'],_0x54c3a1);};[a36_0xbbc24(0xeb)]=(..._0x2658b5)=>{const _0x2891dd=a36_0xbbc24;this[_0x2891dd(0x108)](LOG_LEVELS['INFO'],_0x2658b5);};}function a36_0x37cc(){const _0x521fbb=['emit','42OCzeZu','639520ZDxObK','185751dYPixq','TEST_LOG','../../helpers/test-observability/constants','ERROR','7151056tCtnvb','DEBUG','16ewezKU','4BlKUIK','3KTgFAN','1305818bnYnLf','toUpperCase','1473755PxqgdB','toISOString','trace','error','warn','365988cmyzAp','exports','pid','INFO','3645060uSmnon','debug','bs:addLog:','TRACE','logToTestOps','toLowerCase','log','WARN'];a36_0x37cc=function(){return _0x521fbb;};return a36_0x37cc();};module[a36_0xbbc24(0x101)]=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
+ const a37_0x241b50=a37_0x4c5a;(function(_0x3567c5,_0x5ea7b9){const _0x538c8b=a37_0x4c5a,_0x2b1093=_0x3567c5();while(!![]){try{const _0x317f3f=-parseInt(_0x538c8b(0x10f))/0x1+-parseInt(_0x538c8b(0x10e))/0x2*(parseInt(_0x538c8b(0x126))/0x3)+parseInt(_0x538c8b(0x11f))/0x4*(-parseInt(_0x538c8b(0x114))/0x5)+-parseInt(_0x538c8b(0x129))/0x6*(-parseInt(_0x538c8b(0x123))/0x7)+-parseInt(_0x538c8b(0x12a))/0x8+parseInt(_0x538c8b(0x12f))/0x9+-parseInt(_0x538c8b(0x11c))/0xa*(-parseInt(_0x538c8b(0x122))/0xb);if(_0x317f3f===_0x5ea7b9)break;else _0x2b1093['push'](_0x2b1093['shift']());}catch(_0xa5abc2){_0x2b1093['push'](_0x2b1093['shift']());}}}(a37_0x4911,0xb7ff6));const Transport=require('winston-transport'),{consoleHolder}=require('../../helpers/test-observability/constants'),a37_0x25fe3b={};a37_0x25fe3b[a37_0x241b50(0x124)]=a37_0x241b50(0x124),a37_0x25fe3b[a37_0x241b50(0x125)]=a37_0x241b50(0x125),a37_0x25fe3b[a37_0x241b50(0x133)]=a37_0x241b50(0x133),a37_0x25fe3b['TRACE']=a37_0x241b50(0x12c),a37_0x25fe3b[a37_0x241b50(0x128)]=a37_0x241b50(0x128);const LOG_LEVELS=a37_0x25fe3b;function a37_0x4911(){const _0x4c0b9e=['jcSCL','XQLqT','13053636lZFzWF','toUpperCase','IIqOl','Ujxpb','DEBUG','bs:addLog:','error','emit','UMpGo','OpSbK','logged','GiBJW','eVVCz','LLWSY','message','2ZvqseJ','200302xzeVhu','warn','object','toISOString','exports','9510emZRhp','JjgJc','OVhwk','info','logToTestOps','fxrlB','trace','toLowerCase','130nrFYri','QiJEj','level','344jfdNQW','XKWBh','log','969573YgVlXM','3227ktvYsS','INFO','ERROR','1410453SJVRXb','debug','WARN','3954haXxVO','10499064jzSZqw','TEST_LOG','TRACE'];a37_0x4911=function(){return _0x4c0b9e;};return a37_0x4911();}class logReportingAPI extends Transport{constructor(_0x404171){super(_0x404171);}[a37_0x241b50(0x121)](_0x2f7e6e,_0x5f39b3){const _0x18e5ed=a37_0x241b50,_0x3546e1={'ykYNd':function(_0x277d3f,_0x17aacb){return _0x277d3f===_0x17aacb;},'XQLqT':_0x18e5ed(0x132),'XKWBh':_0x18e5ed(0x11d),'GiBJW':_0x18e5ed(0x109),'LLWSY':function(_0xbc2363,_0x6158e4){return _0xbc2363(_0x6158e4);},'IIqOl':function(_0x98d07,_0x160ede){return _0x98d07===_0x160ede;},'UMpGo':_0x18e5ed(0x111),'jcSCL':function(_0xf138d,_0x56e62d){return _0xf138d!==_0x56e62d;},'JjgJc':'XWNob','OVhwk':function(_0x59c912,_0x4709e4){return _0x59c912!==_0x4709e4;},'yDqsp':_0x18e5ed(0x108),'iUdLb':_0x18e5ed(0x10b),'UGjZo':function(_0x1fea4a){return _0x1fea4a();}};_0x3546e1[_0x18e5ed(0x10c)](setImmediate,()=>{const _0x3a6421=_0x18e5ed;_0x3546e1['ykYNd'](_0x3546e1[_0x3a6421(0x12e)],_0x3546e1[_0x3a6421(0x120)])?this['logToTestOps'](_0x2df4f0[_0x3a6421(0x124)],_0x2bed13):this[_0x3a6421(0x106)](_0x3546e1[_0x3a6421(0x10a)],_0x2f7e6e);});_0x3546e1[_0x18e5ed(0x131)](typeof _0x2f7e6e,_0x3546e1[_0x18e5ed(0x107)])?_0x3546e1[_0x18e5ed(0x12d)](_0x3546e1[_0x18e5ed(0x115)],_0x3546e1[_0x18e5ed(0x115)])?this[_0x18e5ed(0x118)](_0x3cb06b[_0x18e5ed(0x133)],_0x24fc19):this[_0x18e5ed(0x118)](_0x2f7e6e[_0x18e5ed(0x11e)]||LOG_LEVELS['INFO'],_0x2f7e6e[_0x18e5ed(0x10d)],![]):_0x3546e1[_0x18e5ed(0x116)](_0x3546e1['yDqsp'],_0x3546e1['iUdLb'])?this[_0x18e5ed(0x118)](LOG_LEVELS[_0x18e5ed(0x124)],_0x2f7e6e):this[_0x18e5ed(0x118)](_0x4adcff[_0x18e5ed(0x124)],_0x46fe66);if(_0x5f39b3)_0x3546e1['UGjZo'](_0x5f39b3);}[a37_0x241b50(0x118)]=(_0x410eed=LOG_LEVELS[a37_0x241b50(0x124)],_0x405dd8='',_0x25573c=!![])=>{const _0x240495=a37_0x241b50,_0x3606ce={};_0x3606ce[_0x240495(0x119)]=_0x240495(0x12b);const _0x16def0=_0x3606ce;if(_0x25573c)consoleHolder[_0x410eed[_0x240495(0x11b)]()](_0x405dd8);process[_0x240495(0x106)](_0x240495(0x104)+process['pid'],{'timestamp':new Date()[_0x240495(0x112)](),'level':_0x410eed[_0x240495(0x130)](),'message':_0x405dd8,'kind':_0x16def0['fxrlB'],'http_response':{}});};[a37_0x241b50(0x11a)]=(_0x1d59a0,_0x141a64)=>{const _0xd33d07=a37_0x241b50;this[_0xd33d07(0x118)](LOG_LEVELS['TRACE'],_0x1d59a0);};[a37_0x241b50(0x127)]=(_0x241eff,_0x15fc74)=>{const _0x4b0cb1=a37_0x241b50;this[_0x4b0cb1(0x118)](LOG_LEVELS[_0x4b0cb1(0x133)],_0x241eff);};[a37_0x241b50(0x117)]=(_0x13a66d,_0x23e72d)=>{const _0x4027f6=a37_0x241b50;this[_0x4027f6(0x118)](LOG_LEVELS[_0x4027f6(0x124)],_0x13a66d);};[a37_0x241b50(0x110)]=(_0x11663f,_0x1e8044)=>{const _0x17ed07=a37_0x241b50;this[_0x17ed07(0x118)](LOG_LEVELS[_0x17ed07(0x128)],_0x11663f);};[a37_0x241b50(0x105)]=(_0x1372d3,_0x993b35)=>{const _0xa16109=a37_0x241b50;this[_0xa16109(0x118)](LOG_LEVELS[_0xa16109(0x125)],_0x1372d3);};};function a37_0x4c5a(_0x35b7a6,_0x222de7){const _0x4911b5=a37_0x4911();return a37_0x4c5a=function(_0x4c5a9c,_0x5931e4){_0x4c5a9c=_0x4c5a9c-0x104;let _0xbffde6=_0x4911b5[_0x4c5a9c];return _0xbffde6;},a37_0x4c5a(_0x35b7a6,_0x222de7);}module[a37_0x241b50(0x113)]=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';const a38_0x3abe74=a38_0x1ece;(function(_0x35305c,_0x523090){const _0x3b00bd=a38_0x1ece,_0x5a6d82=_0x35305c();while(!![]){try{const _0x5755ad=-parseInt(_0x3b00bd(0x126))/0x1+parseInt(_0x3b00bd(0xfd))/0x2+-parseInt(_0x3b00bd(0x125))/0x3+parseInt(_0x3b00bd(0x115))/0x4+parseInt(_0x3b00bd(0x114))/0x5+-parseInt(_0x3b00bd(0xfa))/0x6+parseInt(_0x3b00bd(0x11e))/0x7*(-parseInt(_0x3b00bd(0x127))/0x8);if(_0x5755ad===_0x523090)break;else _0x5a6d82['push'](_0x5a6d82['shift']());}catch(_0xb992fc){_0x5a6d82['push'](_0x5a6d82['shift']());}}}(a38_0x43a8,0xcf364));function a38_0x1ece(_0x26c96a,_0x1abcf2){const _0x43a829=a38_0x43a8();return a38_0x1ece=function(_0x1ece8c,_0xacd94a){_0x1ece8c=_0x1ece8c-0xf0;let _0x14bd3=_0x43a829[_0x1ece8c];return _0x14bd3;},a38_0x1ece(_0x26c96a,_0x1abcf2);}function a38_0x43a8(){const _0x28eb64=['Gfdmk','length','getHubUrl','SucDZ','VIQbp','CxfrO','modifyBrowserStackW3CCaps','gJeFw','File\x20path\x20is\x20required','VDMwJ','finalExecution','path','UUNeV','platforms','QIFfK','args','6330825NDnqBU','4972720TrRJXw','oedUN','tGOLh','nZyvg','forEach','../utils/constants','rcDBo','YDGIK','QsFXL','114135IjSxBH','cwd','initialize','parallelsPerPlatform','AYzXl','jJsbQ','config','2276502EHmCco','1117892kpghTi','232PXsRin','proxySettings','kpJPu','push','WYSLt','\x20doesn\x27t\x20exist','configuration','AZYsJ','../test-runner','isUndefined','finally','3975906PzddQe','file','getPlatformName','2703234RvMfGg','RKlVb','modifyBrowserStackCaps','Config\x20yml\x20is\x20required','MibdS','ljzJV','YblwZ'];a38_0x43a8=function(){return _0x28eb64;};return a38_0x43a8();}const fs=require('fs'),path=require(a38_0x3abe74(0x10f)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a38_0x3abe74(0x11a)),{parallelVanillaRun}=require(a38_0x3abe74(0xf7));async function run(_0x186f7a,_0x355fbe){const _0x5f4bc1=a38_0x3abe74,_0x3912dd={'QsFXL':'vanilla','kpJPu':function(_0x59402a,_0x43c622){return _0x59402a!==_0x43c622;},'QIFfK':_0x5f4bc1(0x117),'MibdS':_0x5f4bc1(0x10b),'VIQbp':function(_0x8831bc,_0x5b9614){return _0x8831bc(_0x5b9614);},'Gfdmk':_0x5f4bc1(0x10c),'AZYsJ':_0x5f4bc1(0x100),'CxfrO':function(_0x27b3da,_0x37b49f){return _0x27b3da>_0x37b49f;},'nyjpr':function(_0x50318c,_0x55ee97){return _0x50318c===_0x55ee97;},'YblwZ':'fKWCN','jJsbQ':function(_0x10f770,_0x40dfd3){return _0x10f770>_0x40dfd3;},'WYSLt':function(_0x40e795,_0xe48755){return _0x40e795===_0xe48755;},'rcDBo':_0x5f4bc1(0x122),'YDGIK':function(_0x1584ba,_0x2bc277){return _0x1584ba===_0x2bc277;},'nZyvg':_0x5f4bc1(0x116),'VDMwJ':_0x5f4bc1(0xfe),'ljzJV':function(_0x3d49b6,_0x25e726){return _0x3d49b6*_0x25e726;},'MwqIj':function(_0x31f0de,_0x4d7c78,_0x3e03b5){return _0x31f0de(_0x4d7c78,_0x3e03b5);}},_0x4c175e=new BrowserStackSetup(_0x186f7a,_0x3912dd[_0x5f4bc1(0x11d)]);await _0x4c175e[_0x5f4bc1(0x120)](),await helper['handleApp'](_0x4c175e[_0x5f4bc1(0x124)]);let _0x93b68a=[];if(helper[_0x5f4bc1(0xf8)](_0x186f7a['_'][0x1]))throw _0x3912dd[_0x5f4bc1(0x108)](Error,_0x3912dd[_0x5f4bc1(0x104)]);const _0x2e97aa=path['join'](process[_0x5f4bc1(0x11f)](),_0x186f7a['_'][0x1]);if(!fs['existsSync'](_0x2e97aa))throw _0x3912dd['VIQbp'](Error,'File\x20'+_0x186f7a['_'][0x1]+_0x5f4bc1(0xf4));if(!_0x4c175e[_0x5f4bc1(0x124)])throw _0x3912dd[_0x5f4bc1(0x108)](Error,_0x3912dd[_0x5f4bc1(0xf6)]);let _0x431ef0=helper['useW3C'](_0x4c175e[_0x5f4bc1(0x124)]);_0x4c175e[_0x5f4bc1(0x124)][_0x5f4bc1(0x111)]&&_0x3912dd[_0x5f4bc1(0x109)](_0x4c175e[_0x5f4bc1(0x124)][_0x5f4bc1(0x111)][_0x5f4bc1(0x105)],0x0)&&(_0x3912dd['nyjpr'](_0x3912dd[_0x5f4bc1(0x103)],_0x3912dd[_0x5f4bc1(0x103)])?_0x4c175e[_0x5f4bc1(0x124)][_0x5f4bc1(0x111)]['forEach']((_0x2b631f,_0x2a7c14)=>{const _0x2a4845=_0x5f4bc1,_0x36acff={};_0x36acff['UUNeV']=_0x3912dd[_0x2a4845(0x11d)];const _0x177884=_0x36acff;if(_0x3912dd[_0x2a4845(0xf1)](_0x3912dd[_0x2a4845(0x112)],_0x3912dd[_0x2a4845(0x112)])){if(_0x1494e9)_0x555638['push'](_0x2db578[_0x2a4845(0x10a)](_0x580574[_0x2a4845(0x124)],_0x177884[_0x2a4845(0x110)],_0x2aded5));else _0x34f14a['push'](_0x14ff04[_0x2a4845(0xff)](_0x32cdbf[_0x2a4845(0x124)],_0x177884[_0x2a4845(0x110)],_0x3d7935));}else{if(_0x431ef0)_0x93b68a[_0x2a4845(0xf2)](helper[_0x2a4845(0x10a)](_0x4c175e[_0x2a4845(0x124)],_0x3912dd[_0x2a4845(0x11d)],_0x2a7c14));else _0x93b68a['push'](helper[_0x2a4845(0xff)](_0x4c175e[_0x2a4845(0x124)],_0x3912dd[_0x2a4845(0x11d)],_0x2a7c14));}}):_0x95cd1a[_0x5f4bc1(0x119)](_0x300361=>{const _0x374728=_0x5f4bc1;_0x9efcab={'server':_0x316e6d['getHubUrl'](_0x25a20f['config']),'proxySettings':_0x137d9c[_0x374728(0x124)]['proxySettings'],'platform':_0x466057[_0x374728(0xfc)](_0x300361)};const _0x349df2={'capability':_0x300361,..._0xedf870};_0x349df2[_0x374728(0xfb)]=_0x4861a5,_0x349df2[_0x374728(0x113)]=_0x185443;const _0xc0f65d={};_0xc0f65d['configuration']=_0x349df2,_0x2611d1=_0xc0f65d,_0x1821e7[_0x374728(0xf2)](_0x50bbbe);}));let _0x3424fe,_0x38eb07;const _0x136232=[];if(_0x3912dd[_0x5f4bc1(0x123)](_0x93b68a[_0x5f4bc1(0x105)],0x0)){if(_0x3912dd[_0x5f4bc1(0xf3)](_0x3912dd[_0x5f4bc1(0x11b)],_0x3912dd[_0x5f4bc1(0x11b)]))_0x93b68a[_0x5f4bc1(0x119)](_0x161ff0=>{const _0x57ccf0=_0x5f4bc1;if(_0x3912dd['kpJPu'](_0x3912dd[_0x57ccf0(0x101)],_0x3912dd[_0x57ccf0(0x101)])){let _0x2554c1;if(_0x5b2836)_0x2554c1=_0x4c58a1[_0x57ccf0(0x10a)](_0x1bd736[_0x57ccf0(0x124)],_0x3912dd[_0x57ccf0(0x11d)],0x0);else _0x2554c1=_0xc2fbde[_0x57ccf0(0xff)](_0x3fcc4b[_0x57ccf0(0x124)],_0x3912dd[_0x57ccf0(0x11d)],0x0);_0x1dafa5={'server':_0x44099e['getHubUrl'](_0x3af81c['config']),'proxySettings':_0x460b61['config'][_0x57ccf0(0xf0)]};const _0x36d64a={'capability':_0x2554c1,..._0x565da0};_0x36d64a[_0x57ccf0(0xfb)]=_0x5b44bd,_0x36d64a[_0x57ccf0(0x113)]=_0x341367;const _0x21aa2e={};_0x21aa2e['configuration']=_0x36d64a,_0x2623be=_0x21aa2e,_0x3e0801[_0x57ccf0(0xf2)](_0x10dffc);}else{_0x3424fe={'server':helper[_0x57ccf0(0x106)](_0x4c175e[_0x57ccf0(0x124)]),'proxySettings':_0x4c175e[_0x57ccf0(0x124)][_0x57ccf0(0xf0)],'platform':helper['getPlatformName'](_0x161ff0)};const _0x479d2e={'capability':_0x161ff0,..._0x3424fe};_0x479d2e[_0x57ccf0(0xfb)]=_0x2e97aa,_0x479d2e[_0x57ccf0(0x113)]=_0x355fbe;const _0x3801ff={};_0x3801ff[_0x57ccf0(0xf5)]=_0x479d2e,_0x38eb07=_0x3801ff,_0x136232[_0x57ccf0(0xf2)](_0x38eb07);}});else{_0x9f8524={'server':_0x126628['getHubUrl'](_0x48829e['config']),'proxySettings':_0x39989c[_0x5f4bc1(0x124)][_0x5f4bc1(0xf0)],'platform':_0x40f117[_0x5f4bc1(0xfc)](_0x46b34b)};const _0x1ceb29={'capability':_0x930ff5,..._0x42ec};_0x1ceb29[_0x5f4bc1(0xfb)]=_0x1a5b1c,_0x1ceb29['args']=_0x3cc1b8;const _0x57143e={};_0x57143e[_0x5f4bc1(0xf5)]=_0x1ceb29,_0x3887db=_0x57143e,_0x9b5f71[_0x5f4bc1(0xf2)](_0x29ffb4);}}else{if(_0x3912dd[_0x5f4bc1(0x11c)](_0x3912dd[_0x5f4bc1(0x118)],_0x3912dd[_0x5f4bc1(0x10d)])){const _0x28b17b={};_0x28b17b[_0x5f4bc1(0x107)]=_0x3912dd[_0x5f4bc1(0x11d)];const _0x282bd3=_0x28b17b;_0x11e8f4['config'][_0x5f4bc1(0x111)][_0x5f4bc1(0x119)]((_0x2fec3a,_0x1d882a)=>{const _0x323c1d=_0x5f4bc1;if(_0x238a5f)_0x3a5f83[_0x323c1d(0xf2)](_0x8938b0[_0x323c1d(0x10a)](_0x330a21[_0x323c1d(0x124)],_0x282bd3['SucDZ'],_0x1d882a));else _0x5ae3b4[_0x323c1d(0xf2)](_0x360c5f['modifyBrowserStackCaps'](_0x201f18[_0x323c1d(0x124)],_0x282bd3[_0x323c1d(0x107)],_0x1d882a));});}else{let _0x3e4253;if(_0x431ef0)_0x3e4253=helper[_0x5f4bc1(0x10a)](_0x4c175e[_0x5f4bc1(0x124)],_0x3912dd[_0x5f4bc1(0x11d)],0x0);else _0x3e4253=helper['modifyBrowserStackCaps'](_0x4c175e[_0x5f4bc1(0x124)],_0x3912dd[_0x5f4bc1(0x11d)],0x0);_0x3424fe={'server':helper[_0x5f4bc1(0x106)](_0x4c175e[_0x5f4bc1(0x124)]),'proxySettings':_0x4c175e[_0x5f4bc1(0x124)][_0x5f4bc1(0xf0)]};const _0x2fc453={'capability':_0x3e4253,..._0x3424fe};_0x2fc453[_0x5f4bc1(0xfb)]=_0x2e97aa,_0x2fc453[_0x5f4bc1(0x113)]=_0x355fbe;const _0x2a43c4={};_0x2a43c4[_0x5f4bc1(0xf5)]=_0x2fc453,_0x38eb07=_0x2a43c4,_0x136232[_0x5f4bc1(0xf2)](_0x38eb07);}}const _0x51927e=_0x3912dd[_0x5f4bc1(0x102)](_0x4c175e['config'][_0x5f4bc1(0x111)][_0x5f4bc1(0x105)]||0x1,_0x4c175e[_0x5f4bc1(0x124)][_0x5f4bc1(0x121)]);_0x3912dd['MwqIj'](parallelVanillaRun,_0x136232,_0x51927e)['then'](_0x37c4b9=>{})[_0x5f4bc1(0xf9)](async()=>{const _0xe1ff89=_0x5f4bc1;await helper[_0xe1ff89(0x10e)](_0x4c175e);});}module['exports']=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_0x43a74e=a39_0xcf11;(function(_0x19a8bf,_0x301600){const _0x7c307b=a39_0xcf11,_0x3fbb46=_0x19a8bf();while(!![]){try{const _0x1b2400=-parseInt(_0x7c307b(0x14e))/0x1+parseInt(_0x7c307b(0x17e))/0x2+-parseInt(_0x7c307b(0x108))/0x3*(-parseInt(_0x7c307b(0xf6))/0x4)+parseInt(_0x7c307b(0x118))/0x5+-parseInt(_0x7c307b(0x182))/0x6+-parseInt(_0x7c307b(0x107))/0x7+parseInt(_0x7c307b(0x181))/0x8*(parseInt(_0x7c307b(0x142))/0x9);if(_0x1b2400===_0x301600)break;else _0x3fbb46['push'](_0x3fbb46['shift']());}catch(_0x3bc078){_0x3fbb46['push'](_0x3fbb46['shift']());}}}(a39_0x2011,0xa0531));const util=require(a39_0x43a74e(0xeb)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require('./ats/helper'),logger=require('./logger')[a39_0x43a74e(0x177)],helper=require('./helper'),hubAllocator=require(a39_0x43a74e(0xfa));function a39_0x2011(){const _0x5e096b=['XXHLn','qQOvM','Ayrmm','winstonLogger','WByfL','RWYcg','Error\x20occured\x20while\x20stopping\x20percy','localOptions','handleExceptions','startPercy','568954wSUwXl','isUndefined','MCtxm','3041432ztOoJO','7246932thkBUD','url','gNyiT','warn','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','bHMek','TJGao','MFOaX','xQzdI','mRDJF','JvkBb','jPNRX','turboScaleOptions','YyfWc','UjOPL','dHHpi','pnMzH','NeAWe','QcVwC','setCLICaps','hBDhO','xQNVL','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','IpiVS','uncaughtException','TqOUu','KYmkd','setUpHubUrl','DoWjx','ViaEC','qrCyg','getPackageVersion','hHfVn','getTurboScaleGridDetails','Local\x20binary\x20stopped','includes','XyKUf','LVtju','GQKcD','aPPsH','isTrue','QDBFB','env','QYeKG','uKHwB','SHepr','LxAJQ','isRunning','Percy\x20started\x20successfully','zAxEM','qgbKw','QiZMJ','ats-repeater','fGuSY','Local\x20binary\x20started\x20successfully','unhandledErrors','ryDuG','Xxbds','ObRJw','zrLWy','NRlJq','KYZIc','XrOmQ','ByOvh','startLocalBinary','debug','util','forceLocal','cliConfig','setEnvCaps','codeceptjs','yCKWU','setupKeepAlive','percy','generateLocalIdentifier','shYiw','udDvs','36WfTNyT','setupPercy','DvgIJ','ilNAO','../hubAllocationMethods','ahdRL','allocateHub','stopLocalBinary','envConfig','KLFqX','uLGKe','xsrai','GkuFV','useW3C','selenium-webdriver','getLocalIdentifier','No\x20config\x20provided.','2763509rkTruL','262398KDLJaD','./setKeepAlive','length','GCyls','turboScale','UjDeW','Percy\x20stopped','iHfCN','userName\x20or\x20accessKey\x20is\x20not\x20defined','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','fireFunnelTestEvent','wCXzZ','sanitizeCaps','HaOJJ','join','turboScaleUrl','5456160rEhowx','APIQi','SDKTestAttempted','NTbZq','riFYQ','BMWEZ','EAuES','browserstackLocal','error','oMcBD','SLYYR','pyeFx','AEwGR','psrWT','parallelsPerPlatform','RDksl','initialize','beforeExit','getUserName','wdpNf','AnTas','getFinalCaps','BROWSERSTACK_TURBOSCALE','Error\x20occured\x20while\x20stopping\x20local\x20binary','Error\x20in\x20percy\x20setup\x20','setProxySettings','pycjB','kiCoo','message','CQUSH','JlvRg','kMZAo','CkkRR','TGDnq','bqTdT','toString','QmfGG','UPJKD','NHDQg','UUwIP','framework','AVgoR','9yJijAu','tJgzX','setupBrowserstackLocal','SIGTERM','IfznJ','info','oZwos','fclSc','pbJCn','hPqnF','roaqc','CVgEC','283784fOfEju','dZwoQ','IqWKc','custom-repeater','FRAMEWORK','getAccessKey','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','getLocalConfig','requireSeleniumWebdriverCheck','constructor','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','SIGINT','ngqqF','SeQfC','hubUrl','lUrhk','RCTjF','stopPercy','yEmQi','jest','yJZLI','format','bruiU','true','platforms','localIdentifier','szEVv','config','YVCwy','DgNAw','getConfigPath','mXNiu','LnLcj','sEKuc','testContextOptions','TGisN','browserStackLocalOptions','getHubUrl'];a39_0x2011=function(){return _0x5e096b;};return a39_0x2011();}class BrowserStackSetup{constructor(_0x1e7d26,_0x59bead){const _0x2370b2=a39_0x43a74e,_0x3ddeed={'yEmQi':_0x2370b2(0x186),'BMWEZ':function(_0x71cadc,_0x298d3d){return _0x71cadc===_0x298d3d;},'qgbKw':_0x2370b2(0xdd),'udDvs':_0x2370b2(0x151),'fiqyE':'true','MCtxm':_0x2370b2(0x158),'bruiU':function(_0x4ec208,_0x22094f){return _0x4ec208<_0x22094f;},'xQzdI':function(_0x5c495b,_0x23095e){return _0x5c495b(_0x23095e);},'pycjB':_0x2370b2(0x104),'HGQYw':function(_0x44e45e,_0x3843c9){return _0x44e45e>=_0x3843c9;},'QDBFB':function(_0x3269ce,_0x1ab6d4){return _0x3269ce(_0x1ab6d4);},'LVtju':_0x2370b2(0x11a),'QcVwC':_0x2370b2(0x111),'baCAZ':_0x2370b2(0x12f),'UPJKD':_0x2370b2(0x109),'tJgzX':_0x2370b2(0x106),'RWYcg':function(_0x47d5a0,_0x467a19){return _0x47d5a0!==_0x467a19;},'kMZAo':_0x2370b2(0xe4),'oZwos':'iXsvq','pbJCn':'gNpwX','oMcBD':'cjXnb','WFjkb':function(_0x189095,_0x2e80a2){return _0x189095===_0x2e80a2;},'GQKcD':_0x2370b2(0x1af),'qrCyg':function(_0x2d5184,_0x5d2a7d){return _0x2d5184===_0x5d2a7d;},'KYmkd':'wtPvT','CVgEC':_0x2370b2(0x11b),'SeQfC':function(_0x15fed1,_0x50fd72){return _0x15fed1(_0x50fd72);},'aPPsH':function(_0x16aeb3,_0x30e289){return _0x16aeb3!==_0x30e289;},'hPqnF':'jjHDk','gIewD':_0x2370b2(0x10d),'TJGao':function(_0x27a043,_0x4c7f4f){return _0x27a043>=_0x4c7f4f;},'mRDJF':_0x2370b2(0x176),'TGisN':function(_0x38238f,_0x62392a){return _0x38238f===_0x62392a;},'dZwoQ':'NMlTg','QYeKG':_0x2370b2(0x199),'ryDuG':_0x2370b2(0x150),'bqTdT':function(_0x3a3bed,_0x8be1c3){return _0x3a3bed===_0x8be1c3;},'qQOvM':_0x2370b2(0x127),'NRlJq':function(_0x5cb002,_0x14985b){return _0x5cb002!==_0x14985b;},'wCXzZ':_0x2370b2(0x115),'XyKUf':_0x2370b2(0x12b),'WByfL':_0x2370b2(0x110),'VWrug':function(_0x55c799,_0x2891d3){return _0x55c799!==_0x2891d3;},'pnMzH':_0x2370b2(0x1b0),'EAuES':_0x2370b2(0xe8),'iHfCN':'jzjpf','fclSc':'zmkzN','UjOPL':_0x2370b2(0x123),'ilNAO':_0x2370b2(0x16b),'FHTod':function(_0x380b21,_0x5f0d2d){return _0x380b21!==_0x5f0d2d;},'bHMek':_0x2370b2(0x19b),'bRtsh':_0x2370b2(0x125)};this['unhandledErrors']=[],this[_0x2370b2(0xed)]=helper[_0x2370b2(0x195)](_0x1e7d26),this[_0x2370b2(0xfe)]=helper[_0x2370b2(0xee)](),this[_0x2370b2(0x11f)]=null,this[_0x2370b2(0xf2)]=null,this[_0x2370b2(0x169)]=helper['readConfig'](helper[_0x2370b2(0x16c)](_0x1e7d26)),global['config']=this[_0x2370b2(0x169)],global['framework']=_0x59bead,helper[_0x2370b2(0x114)](this[_0x2370b2(0x169)]),this[_0x2370b2(0x140)]=_0x59bead;if(helper[_0x2370b2(0x17f)](this[_0x2370b2(0x169)]))throw new Error(_0x3ddeed[_0x2370b2(0x143)]);if(this[_0x2370b2(0x169)][_0x2370b2(0x120)])throw new Error(this[_0x2370b2(0x169)][_0x2370b2(0x120)]);this[_0x2370b2(0x17c)]();process[_0x2370b2(0x1ac)]['BROWSERSTACK_TURBOSCALE']&&(_0x3ddeed[_0x2370b2(0x179)](_0x3ddeed[_0x2370b2(0x137)],_0x3ddeed[_0x2370b2(0x148)])?(this[_0x2370b2(0x169)][_0x2370b2(0x10c)]=helper[_0x2370b2(0x1aa)](process[_0x2370b2(0x1ac)][_0x2370b2(0x12e)]),this[_0x2370b2(0x169)][_0x2370b2(0x18e)]=this[_0x2370b2(0x169)]['turboScaleOptions']||{}):_0x3bb1ab[_0x2370b2(0x147)](_0x3ddeed[_0x2370b2(0x160)]));helper['setBrowserstackInfraFromConfig'](this['config'],this[_0x2370b2(0xed)]),helper[_0x2370b2(0x12d)](this[_0x2370b2(0x169)],this[_0x2370b2(0xed)],this[_0x2370b2(0xfe)]);if(!helper['isBrowserstackInfra']()){if(_0x3ddeed[_0x2370b2(0x179)](_0x3ddeed[_0x2370b2(0x14a)],_0x3ddeed[_0x2370b2(0x121)])){try{_0x3ddeed['WFjkb'](_0x3ddeed[_0x2370b2(0x1a8)],_0x3ddeed['GQKcD'])?(process[_0x2370b2(0x1ac)][_0x2370b2(0x152)]=_0x59bead,helper['fireFunnelTestEvent'](_0x3ddeed[_0x2370b2(0x1a7)],{},this['config'],this['framework'])):!_0x48ecb8[_0x2370b2(0x17f)](this[_0x2370b2(0x169)][_0x2370b2(0x172)])&&_0x3ddeed[_0x2370b2(0x11d)](this[_0x2370b2(0x169)][_0x2370b2(0x172)][_0x2370b2(0x157)],_0x152a01)?this['config'][_0x2370b2(0x172)][_0x2370b2(0x167)]=_0x1ddbc7[_0x2370b2(0xf3)]():this[_0x2370b2(0x169)][_0x2370b2(0x172)]={'localIdentifier':_0x4e3f09['generateLocalIdentifier']()};}catch(_0xe63ea4){_0x3ddeed['qrCyg'](_0x3ddeed[_0x2370b2(0x19c)],_0x3ddeed[_0x2370b2(0x19c)])?logger[_0x2370b2(0xea)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0xe63ea4):(this[_0x2370b2(0x169)][_0x2370b2(0x11f)]=!![],this[_0x2370b2(0x169)][_0x2370b2(0x172)][_0x2370b2(0x167)]=_0x3ddeed[_0x2370b2(0x1b4)],this[_0x2370b2(0x169)][_0x2370b2(0x172)][_0x3ddeed[_0x2370b2(0xf5)]]=_0x5efbaf['customRepeaters'][_0x2370b2(0x116)](','),this[_0x2370b2(0x169)]['browserStackLocalOptions'][_0x2370b2(0xec)]=_0x3ddeed['fiqyE']);}return;}else _0x2595d1['debug'](_0x2370b2(0x198)+_0x1b2376);}helper[_0x2370b2(0x156)](_0x59bead)&&(_0x3ddeed[_0x2370b2(0x179)](_0x3ddeed[_0x2370b2(0x14d)],_0x3ddeed[_0x2370b2(0x14d)])?this[_0x2370b2(0x169)]['useW3C']=!![]:(_0x3ddeed[_0x2370b2(0x164)](_0x3ddeed['SeQfC'](parseInt,helper['getPackageVersion'](_0x3ddeed[_0x2370b2(0x132)])),0x3)&&(_0x3ddeed[_0x2370b2(0x1a9)](_0x3ddeed[_0x2370b2(0x14b)],_0x3ddeed['gIewD'])?this['config'][_0x2370b2(0x103)]=![]:(_0x3719cc[_0x2370b2(0x17f)](this[_0x2370b2(0x169)][_0x2370b2(0x126)])?_0x2837f1[_0x2370b2(0x147)](_0x3ddeed[_0x2370b2(0x160)]):_0x50da26['warn'](_0x3ddeed[_0x2370b2(0x180)]),this[_0x2370b2(0x169)][_0x2370b2(0x166)]=[])),_0x3ddeed[_0x2370b2(0x188)](_0x3ddeed[_0x2370b2(0x15b)](parseInt,helper[_0x2370b2(0x1a1)](_0x3ddeed[_0x2370b2(0x132)])),4.5)&&(_0x3ddeed[_0x2370b2(0x179)](_0x3ddeed[_0x2370b2(0x18b)],_0x3ddeed[_0x2370b2(0x18b)])?(_0x3ddeed[_0x2370b2(0x164)](_0x3ddeed['xQzdI'](_0x469689,_0x263b12['getPackageVersion'](_0x3ddeed[_0x2370b2(0x132)])),0x3)&&(this['config'][_0x2370b2(0x103)]=![]),_0x3ddeed['HGQYw'](_0x3ddeed[_0x2370b2(0x1ab)](_0x134370,_0x12c838['getPackageVersion'](_0x3ddeed[_0x2370b2(0x132)])),4.5)&&(this['config'][_0x2370b2(0x103)]=!![])):this[_0x2370b2(0x169)][_0x2370b2(0x103)]=!![])));if(helper[_0x2370b2(0x17f)](this[_0x2370b2(0x169)][_0x2370b2(0x166)])||helper['isUndefined'](this['config'][_0x2370b2(0x166)][_0x2370b2(0x10a)])){if(_0x3ddeed[_0x2370b2(0x171)](_0x3ddeed[_0x2370b2(0x14f)],_0x3ddeed[_0x2370b2(0x1ad)]))_0x3a0b16['env'][_0x2370b2(0x152)]=_0x5d1cc0,_0x14c8c0[_0x2370b2(0x112)](_0x3ddeed[_0x2370b2(0x1a7)],{},this[_0x2370b2(0x169)],this[_0x2370b2(0x140)]);else{if(helper['isUndefined'](this[_0x2370b2(0x169)][_0x2370b2(0x126)]))_0x3ddeed['qrCyg'](_0x3ddeed[_0x2370b2(0xe1)],_0x3ddeed[_0x2370b2(0xe1)])?logger['info'](_0x3ddeed[_0x2370b2(0x160)]):(this[_0x2370b2(0x169)]['turboScale']=_0x57f495[_0x2370b2(0x1aa)](_0x385753[_0x2370b2(0x1ac)]['BROWSERSTACK_TURBOSCALE']),this[_0x2370b2(0x169)]['turboScaleOptions']=this[_0x2370b2(0x169)][_0x2370b2(0x18e)]||{});else{if(_0x3ddeed[_0x2370b2(0x13a)](_0x3ddeed[_0x2370b2(0x175)],_0x3ddeed['qQOvM']))logger['warn'](_0x3ddeed[_0x2370b2(0x180)]);else throw new _0xf46deb(_0x3ddeed[_0x2370b2(0x194)]);}this[_0x2370b2(0x169)][_0x2370b2(0x166)]=[];}}!this[_0x2370b2(0x169)][_0x2370b2(0x172)]&&(this[_0x2370b2(0x169)][_0x2370b2(0x172)]=this['config'][_0x2370b2(0x17b)]||{}),!this['config'][_0x2370b2(0x170)]&&(this[_0x2370b2(0x169)][_0x2370b2(0x170)]={});if(helper[_0x2370b2(0x17f)](helper[_0x2370b2(0x12a)](this[_0x2370b2(0x169)]))||helper['isUndefined'](helper[_0x2370b2(0x153)](this[_0x2370b2(0x169)]))){if(_0x3ddeed[_0x2370b2(0xe5)](_0x3ddeed[_0x2370b2(0x113)],_0x3ddeed[_0x2370b2(0x1a6)]))throw new Error(_0x3ddeed[_0x2370b2(0x178)]);else _0x53d0f0[_0x2370b2(0x120)](_0x552f43['message']),_0x24e693[_0x2370b2(0xea)](_0x2cb22c['format'](_0x146764)),this[_0x2370b2(0xe0)]['push'](_0x42b764['format']('%j',_0x356eba));}helper[_0x2370b2(0x155)](this[_0x2370b2(0x169)])&&helper[_0x2370b2(0x17f)](helper[_0x2370b2(0x105)](this[_0x2370b2(0x169)]))&&(_0x3ddeed['VWrug'](_0x3ddeed[_0x2370b2(0x192)],_0x3ddeed[_0x2370b2(0x11e)])?!helper[_0x2370b2(0x17f)](this['config'][_0x2370b2(0x172)])&&_0x3ddeed['WFjkb'](this[_0x2370b2(0x169)][_0x2370b2(0x172)]['constructor'],Object)?_0x3ddeed[_0x2370b2(0x171)](_0x3ddeed['iHfCN'],_0x3ddeed[_0x2370b2(0x10f)])?this[_0x2370b2(0x169)][_0x2370b2(0x172)][_0x2370b2(0x167)]=helper[_0x2370b2(0xf3)]():_0x4bedcf[_0x2370b2(0x120)](_0x3ddeed['baCAZ'],_0x2ed958[_0x2370b2(0x134)]):_0x3ddeed[_0x2370b2(0x1a0)](_0x3ddeed[_0x2370b2(0x149)],_0x3ddeed['fclSc'])?this[_0x2370b2(0x169)]['browserStackLocalOptions']={'localIdentifier':helper[_0x2370b2(0xf3)]()}:(_0x7c5a75[_0x2370b2(0x1ac)][_0x2370b2(0x152)]=_0x1aaca2['_'][0x0],_0x5dd043[_0x2370b2(0x112)](_0x3ddeed[_0x2370b2(0x1a7)],{},this['config'],this[_0x2370b2(0x140)])):_0x3ddeed[_0x2370b2(0x18a)](_0x332f16,_0x3ddeed[_0x2370b2(0x13d)])());helper['setLogLevel'](this[_0x2370b2(0x169)],this[_0x2370b2(0xed)],this[_0x2370b2(0xfe)]);try{_0x3ddeed[_0x2370b2(0xe5)](_0x3ddeed[_0x2370b2(0x190)],_0x3ddeed[_0x2370b2(0xf9)])?(process[_0x2370b2(0x1ac)][_0x2370b2(0x152)]=_0x1e7d26['_'][0x0],helper[_0x2370b2(0x112)](_0x3ddeed[_0x2370b2(0x1a7)],{},this[_0x2370b2(0x169)],this[_0x2370b2(0x140)])):this[_0x2370b2(0x169)][_0x2370b2(0x172)]={'localIdentifier':_0x3aed91[_0x2370b2(0xf3)]()};}catch(_0x2b984d){_0x3ddeed['FHTod'](_0x3ddeed[_0x2370b2(0x187)],_0x3ddeed['bRtsh'])?logger[_0x2370b2(0xea)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2b984d):_0x71727b['debug'](_0x2370b2(0x198)+_0x14af8e);}}async[a39_0x43a74e(0x128)](){const _0x2b35c3=a39_0x43a74e,_0x5ebcd6={'DvgIJ':_0x2b35c3(0x110),'yCKWU':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','YyfWc':function(_0x5357ee,_0x11f918){return _0x5357ee(_0x11f918);},'szEVv':function(_0x30237e,_0x2fda5){return _0x30237e===_0x2fda5;},'xQNVL':_0x2b35c3(0x133),'gcwcV':'BWSma','Xxbds':function(_0x437742,_0x16ce93){return _0x437742!==_0x16ce93;},'jPNRX':_0x2b35c3(0xe3),'DoWjx':'pHnBo','jDIKv':_0x2b35c3(0xdd),'hBDhO':'custom-repeater','roaqc':_0x2b35c3(0x165),'cmkJJ':_0x2b35c3(0x161),'sEKuc':function(_0x34b27d,_0xf76677){return _0x34b27d!==_0xf76677;},'RdJvx':'vDeeS','XXHLn':_0x2b35c3(0x101),'mXNiu':_0x2b35c3(0xef),'QIjvz':function(_0x5a9504,_0x408c62){return _0x5a9504===_0x408c62;},'dHHpi':_0x2b35c3(0x13e)};if(_0x5ebcd6[_0x2b35c3(0x18f)](isTurboScaleSession,this[_0x2b35c3(0x169)])){if(_0x5ebcd6[_0x2b35c3(0x168)](_0x5ebcd6[_0x2b35c3(0x197)],_0x5ebcd6['gcwcV']))this[_0x2b35c3(0x169)][_0x2b35c3(0x172)][_0x2b35c3(0x167)]=_0x4c19a9['generateLocalIdentifier']();else{const _0x68d529=await helper[_0x2b35c3(0x1a3)](this[_0x2b35c3(0x169)]);this[_0x2b35c3(0x169)]['turboScaleGridDetails']=_0x68d529;if(_0x68d529['isTrialGrid']){if(_0x5ebcd6[_0x2b35c3(0xe2)](_0x5ebcd6[_0x2b35c3(0x18d)],_0x5ebcd6[_0x2b35c3(0x19e)]))this[_0x2b35c3(0x169)][_0x2b35c3(0x11f)]=!![],this['config'][_0x2b35c3(0x172)][_0x2b35c3(0x167)]=_0x5ebcd6['jDIKv'],this[_0x2b35c3(0x169)][_0x2b35c3(0x172)][_0x5ebcd6[_0x2b35c3(0x196)]]=_0x68d529['customRepeaters'][_0x2b35c3(0x116)](','),this[_0x2b35c3(0x169)][_0x2b35c3(0x172)][_0x2b35c3(0xec)]=_0x5ebcd6[_0x2b35c3(0x14c)];else throw new _0x219cb7(_0x5ebcd6[_0x2b35c3(0xf8)]);}this['config'][_0x2b35c3(0x117)]=_0x68d529[_0x2b35c3(0x183)],constants[_0x2b35c3(0x15c)]=helper[_0x2b35c3(0x173)](this[_0x2b35c3(0x169)]),logger[_0x2b35c3(0xea)](_0x2b35c3(0x154)+constants['hubUrl']);}}helper[_0x2b35c3(0x131)](this[_0x2b35c3(0x169)]),this[_0x2b35c3(0xf1)]();if([_0x5ebcd6['cmkJJ']][_0x2b35c3(0x1a5)](this['framework'])){if(_0x5ebcd6[_0x2b35c3(0x16f)](_0x5ebcd6['RdJvx'],_0x5ebcd6[_0x2b35c3(0x174)]))await this[_0x2b35c3(0xf7)]();else{_0x29f31a[_0x2b35c3(0xea)](_0xbf73fd);throw new _0x3435ed(_0x3cf4b1[_0x2b35c3(0x13b)]());}}await this['setupBrowserstackLocal'](),![_0x5ebcd6[_0x2b35c3(0x16d)]][_0x2b35c3(0x1a5)](this[_0x2b35c3(0x140)])&&!_0x5ebcd6[_0x2b35c3(0x18f)](isTurboScaleSession,this['config'])&&(_0x5ebcd6['QIjvz'](_0x5ebcd6[_0x2b35c3(0x191)],_0x5ebcd6['dHHpi'])?await this[_0x2b35c3(0x19d)]():_0x3ff9ed[_0x2b35c3(0x185)](_0x5ebcd6[_0x2b35c3(0xf0)]));}async[a39_0x43a74e(0xf7)](){const _0x322512=a39_0x43a74e,_0x152375={};_0x152375[_0x322512(0x1a2)]=_0x322512(0x17a),_0x152375['shYiw']=function(_0x2a76e,_0x292eac){return _0x2a76e!==_0x292eac;},_0x152375[_0x322512(0x184)]=_0x322512(0x15e),_0x152375['TGDnq']='xymli',_0x152375['KLFqX']=function(_0x69c5a4,_0x175061){return _0x69c5a4==_0x175061;},_0x152375['uLGKe']='unhandledRejection',_0x152375['QiZMJ']=_0x322512(0x19a),_0x152375[_0x322512(0xde)]=_0x322512(0x11a),_0x152375['riFYQ']=_0x322512(0x141),_0x152375[_0x322512(0x1b3)]=function(_0x5ba4c4,_0xddad4b){return _0x5ba4c4===_0xddad4b;},_0x152375[_0x322512(0x193)]=_0x322512(0x102),_0x152375[_0x322512(0x12c)]=_0x322512(0xfb),_0x152375[_0x322512(0x162)]=_0x322512(0x111),_0x152375[_0x322512(0x10b)]=_0x322512(0x1b2),_0x152375[_0x322512(0xe6)]=_0x322512(0x129),_0x152375[_0x322512(0x146)]=_0x322512(0x159),_0x152375['JvkBb']='SIGTERM',_0x152375[_0x322512(0x138)]=function(_0x100a40,_0x49c84f){return _0x100a40===_0x49c84f;},_0x152375[_0x322512(0x19f)]=_0x322512(0xe7);const _0x14e452=_0x152375;if(helper[_0x322512(0x1aa)](this['config'][_0x322512(0xf2)])&&(!this[_0x322512(0xf2)]||!this[_0x322512(0xf2)][_0x322512(0x1b1)]())){if(_0x14e452[_0x322512(0xf4)](_0x14e452[_0x322512(0x11c)],_0x14e452[_0x322512(0x11c)]))_0x19b966[_0x322512(0x120)](_0x14e452[_0x322512(0x1a2)],_0x190504[_0x322512(0x134)]);else try{if(_0x14e452[_0x322512(0x1b3)](_0x14e452[_0x322512(0x193)],_0x14e452['NeAWe'])){this['percy']=await helper[_0x322512(0x17d)](this[_0x322512(0x169)]);if(!this[_0x322512(0xf2)]){if(_0x14e452[_0x322512(0xf4)](_0x14e452[_0x322512(0x12c)],_0x14e452[_0x322512(0x12c)])){_0x4e4907[_0x322512(0xea)](_0x322512(0x130)+_0x3c242e);throw new _0x28125f(_0x5abead[_0x322512(0x13b)]());}else throw new Error(_0x14e452[_0x322512(0x162)]);}logger[_0x322512(0x147)](_0x14e452['GCyls']);let _0x2d087f=0x0;const _0x31a536=async()=>{const _0x5509b9=_0x322512;_0x14e452[_0x5509b9(0xf4)](_0x14e452[_0x5509b9(0x184)],_0x14e452[_0x5509b9(0x139)])?(_0x2d087f++,_0x14e452[_0x5509b9(0xff)](_0x2d087f,0x1)&&await this[_0x5509b9(0x15f)]()):this[_0x5509b9(0x169)]['useW3C']=![];};process['on'](_0x14e452['KYZIc'],_0x31a536),process['on'](_0x14e452['IfznJ'],_0x31a536),process['on'](_0x14e452[_0x322512(0x18c)],_0x31a536);}else{const _0x55f2b1=_0x399599=>{const _0x39b7f9=_0x322512;_0x322742[_0x39b7f9(0x120)](_0x399599[_0x39b7f9(0x134)]),_0x4c9cda['debug'](_0x243b78[_0x39b7f9(0x163)](_0x399599)),this[_0x39b7f9(0xe0)]['push'](_0x54b507[_0x39b7f9(0x163)]('%j',_0x399599));};_0x2c2c26['on'](_0x14e452[_0x322512(0x100)],_0x55f2b1),_0x3f8833['on'](_0x14e452[_0x322512(0xdc)],_0x55f2b1);}}catch(_0x4c1558){if(_0x14e452[_0x322512(0x138)](_0x14e452[_0x322512(0x19f)],_0x14e452[_0x322512(0x19f)])){logger['debug'](_0x322512(0x130)+_0x4c1558);throw new Error(_0x4c1558[_0x322512(0x13b)]());}else{try{_0x14bd39[_0x322512(0x1ac)][_0x322512(0x152)]=_0x587aa1,_0x17aae2[_0x322512(0x112)](_0x14e452[_0x322512(0xde)],{},this[_0x322512(0x169)],this['framework']);}catch(_0x266ec4){_0x48446d[_0x322512(0xea)](_0x322512(0x198)+_0x266ec4);}return;}}}}async[a39_0x43a74e(0x15f)](){const _0x1b2e3a=a39_0x43a74e,_0x50d374={};_0x50d374[_0x1b2e3a(0x15a)]=_0x1b2e3a(0x10e),_0x50d374[_0x1b2e3a(0x136)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x1144b4=_0x50d374;if(this[_0x1b2e3a(0xf2)]&&this[_0x1b2e3a(0xf2)]['isRunning']())try{await helper[_0x1b2e3a(0x15f)](this[_0x1b2e3a(0xf2)]),logger[_0x1b2e3a(0x147)](_0x1144b4[_0x1b2e3a(0x15a)]);}catch(_0x11af42){logger['error'](_0x1144b4['JlvRg'],_0x11af42[_0x1b2e3a(0x134)]);}}async[a39_0x43a74e(0x144)](){const _0x1e678b=a39_0x43a74e,_0x2b7dbe={};_0x2b7dbe[_0x1e678b(0x16a)]=function(_0xff4874,_0x5ad5f9){return _0xff4874==_0x5ad5f9;},_0x2b7dbe[_0x1e678b(0x124)]=_0x1e678b(0xdf),_0x2b7dbe['APIQi']='beforeExit',_0x2b7dbe[_0x1e678b(0x13f)]=_0x1e678b(0x159),_0x2b7dbe[_0x1e678b(0x13c)]=_0x1e678b(0x145);const _0x40081e=_0x2b7dbe;if(helper[_0x1e678b(0x1aa)](this[_0x1e678b(0x169)][_0x1e678b(0x11f)])&&(!this[_0x1e678b(0x11f)]||!this[_0x1e678b(0x11f)][_0x1e678b(0x1b1)]()))try{this[_0x1e678b(0x11f)]=await helper[_0x1e678b(0xe9)](this[_0x1e678b(0x169)]),logger['info'](_0x40081e[_0x1e678b(0x124)]);let _0x4c77bd=0x0;const _0x5a7a08=async()=>{_0x4c77bd++,_0x40081e['YVCwy'](_0x4c77bd,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x40081e[_0x1e678b(0x119)],_0x5a7a08),process['on'](_0x40081e[_0x1e678b(0x13f)],_0x5a7a08),process['on'](_0x40081e['QmfGG'],_0x5a7a08);}catch(_0x560a5d){logger[_0x1e678b(0xea)](_0x560a5d);throw new Error(_0x560a5d['toString']());}}async['stopBrowserstackLocal'](){const _0x14a3cf=a39_0x43a74e,_0x57a1e9={};_0x57a1e9[_0x14a3cf(0x135)]=_0x14a3cf(0x1a4),_0x57a1e9[_0x14a3cf(0x189)]=_0x14a3cf(0x12f);const _0x16aa7a=_0x57a1e9;if(this[_0x14a3cf(0x11f)]&&this[_0x14a3cf(0x11f)][_0x14a3cf(0x1b1)]())try{await helper[_0x14a3cf(0xfd)](this['browserstackLocal']),logger[_0x14a3cf(0x147)](_0x16aa7a['CQUSH']);}catch(_0x2ee535){logger['error'](_0x16aa7a[_0x14a3cf(0x189)],_0x2ee535[_0x14a3cf(0x134)]);}}async[a39_0x43a74e(0x19d)](){const _0x2c31ca=a39_0x43a74e;await hubAllocator[_0x2c31ca(0xfc)](this[_0x2c31ca(0x169)]);}[a39_0x43a74e(0xf1)](){const _0x21d31d=a39_0x43a74e,_0x598f9b={'uKHwB':function(_0x39e031,_0x6e7044){return _0x39e031(_0x6e7044);},'LnLcj':_0x21d31d(0x109)};_0x598f9b[_0x21d31d(0x1ae)](require,_0x598f9b[_0x21d31d(0x16e)])();}[a39_0x43a74e(0x17c)](){const _0x49f8d1=a39_0x43a74e,_0x137519={};_0x137519[_0x49f8d1(0x122)]='unhandledRejection',_0x137519[_0x49f8d1(0x15d)]='uncaughtException';const _0x39ad2d=_0x137519,_0x4e2705=_0x532b99=>{const _0x24a53a=_0x49f8d1;logger[_0x24a53a(0x120)](_0x532b99[_0x24a53a(0x134)]),logger[_0x24a53a(0xea)](util['format'](_0x532b99)),this['unhandledErrors']['push'](util[_0x24a53a(0x163)]('%j',_0x532b99));};process['on'](_0x39ad2d[_0x49f8d1(0x122)],_0x4e2705),process['on'](_0x39ad2d[_0x49f8d1(0x15d)],_0x4e2705);}}function a39_0xcf11(_0xacfff1,_0x54badf){const _0x2011fe=a39_0x2011();return a39_0xcf11=function(_0xcf1100,_0x5d2f4a){_0xcf1100=_0xcf1100-0xdc;let _0x21a7f0=_0x2011fe[_0xcf1100];return _0x21a7f0;},a39_0xcf11(_0xacfff1,_0x54badf);}exports['default']=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_0x3201b4=a40_0x21cf;function a40_0x21cf(_0x213e95,_0x165589){var _0x28f849=a40_0x28f8();return a40_0x21cf=function(_0x21cfba,_0x3de033){_0x21cfba=_0x21cfba-0x133;var _0x222f4a=_0x28f849[_0x21cfba];return _0x222f4a;},a40_0x21cf(_0x213e95,_0x165589);}(function(_0x15fbaa,_0x23d501){var _0x4d07b8=a40_0x21cf,_0x65ab8c=_0x15fbaa();while(!![]){try{var _0x38c836=-parseInt(_0x4d07b8(0x133))/0x1+parseInt(_0x4d07b8(0x141))/0x2*(-parseInt(_0x4d07b8(0x13d))/0x3)+parseInt(_0x4d07b8(0x13e))/0x4*(-parseInt(_0x4d07b8(0x13f))/0x5)+parseInt(_0x4d07b8(0x134))/0x6*(-parseInt(_0x4d07b8(0x137))/0x7)+parseInt(_0x4d07b8(0x13c))/0x8*(parseInt(_0x4d07b8(0x13a))/0x9)+parseInt(_0x4d07b8(0x139))/0xa*(-parseInt(_0x4d07b8(0x136))/0xb)+parseInt(_0x4d07b8(0x135))/0xc*(parseInt(_0x4d07b8(0x138))/0xd);if(_0x38c836===_0x23d501)break;else _0x65ab8c['push'](_0x65ab8c['shift']());}catch(_0x46943b){_0x65ab8c['push'](_0x65ab8c['shift']());}}}(a40_0x28f8,0xd6327),exports[a40_0x3201b4(0x13b)]=a40_0x3201b4(0x140));function a40_0x28f8(){var _0x39cdc0=['API_URL','1186120xlGOwZ','2379126UJOJiL','148TlUBte','190220nrqIdW','https://accessibility.browserstack.com/api','2jGztEw','703909mYCvOE','132DvTHGT','21358380DOePia','92257GDsXmb','329399HajGme','39vYMsTc','1330UPxYkB','36HaVKEe'];a40_0x28f8=function(){return _0x39cdc0;};return a40_0x28f8();}