browserstack-node-sdk 1.31.2 → 1.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  65. package/src/bin/playwright/reporter/reporter.js +1 -1
  66. package/src/bin/playwright/reporter/test-details.js +1 -1
  67. package/src/bin/runner.js +1 -1
  68. package/src/bin/setup.js +1 -1
  69. package/src/bin/test-runner/index.js +1 -1
  70. package/src/bin/test-runner/runTest.js +1 -1
  71. package/src/bin/test-runner/testWorker.js +1 -1
  72. package/src/bin/utils/constants.js +1 -1
  73. package/src/bin/utils/log4jsAppender.js +1 -1
  74. package/src/bin/utils/logPatcher.js +1 -1
  75. package/src/bin/utils/logReportingAPI.js +1 -1
  76. package/src/bin/vanilla-js/command.js +1 -1
  77. package/src/browserstackSDKMethods.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -1
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
  105. package/ats/src/cloudproviders/gcs.js +0 -1
@@ -1 +1 @@
1
- const a37_0x1dab6c=a37_0x4a1e;(function(_0x52393a,_0x914e8d){const _0x24c6bc=a37_0x4a1e,_0x3cf1e5=_0x52393a();while(!![]){try{const _0x2f7d57=-parseInt(_0x24c6bc(0x122))/0x1+parseInt(_0x24c6bc(0x181))/0x2*(-parseInt(_0x24c6bc(0x158))/0x3)+-parseInt(_0x24c6bc(0x170))/0x4+-parseInt(_0x24c6bc(0x10b))/0x5+-parseInt(_0x24c6bc(0x16c))/0x6+-parseInt(_0x24c6bc(0x17f))/0x7+parseInt(_0x24c6bc(0x190))/0x8;if(_0x2f7d57===_0x914e8d)break;else _0x3cf1e5['push'](_0x3cf1e5['shift']());}catch(_0x25193c){_0x3cf1e5['push'](_0x3cf1e5['shift']());}}}(a37_0x472e,0x29224));function a37_0x472e(){const _0x2135a6=['Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','HvMzM','platform-run-start','fVoxm','NiCrQ','soYzs','txEvL','all','RRfZr','gtDka','Xwybi','cITMW','length','hTuzo','jTXiU','XYyaU','test-file-success','platforms','emittery','error','dTMCr','HEVio','TNoKg','GLMgb','vZKKt','BS_A11Y_JWT','Worker','dDAWC','RMAWt','paZSL','139560DVyXaP','jOMMG','kJGkj','file','platform','getStderr','Fqdbs','parallelCucumberRun','forEach','CdgdG','pipe','iaHyo','aIevY','jprvu','XcxoR','./testWorker.js','azyWr','XuxPv','atyil','YVxvL','604572KgQirn','WduFu','../../helpers/test-observability/sessionHandler','cPPOq','827628shXVTu','parallelVanillaRun','vRlpY','pafNd','dANqT','FeHiH','NJrzB','GNaEc','getStdout','nVAXD','XMueB','then','SDJCr','test-file-failure','SEIOy','2068773LpkJvK','platformCaps','6SIlGdn','TLpMU','accessibility','RlsvQ','waitForExit','cucumberWorker','emit','SwYQb','qQezr','UvuSL','Ommwo','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','log','YzxVw','vgTRU','9598552yycaKD','jTPsY','catch','HRytc','configuration','hzVXO','JCTAq','vanillaWorker','failureCount','fTdgO','tWlLs','platform-run-failure','exitCode','NEsRE','RDztw','lfTyc','ZxCcn','kBuEJ','MeHQl','ewWEJ','wDyGb','format','evSIH','json','debug','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','YDGyw','LgbWT','env','hxYdg','TfnpZ','stderr','etUki','../../helpers/logger','yxgGP','getWorkers','HBnLD','rtwqK','WSqUu','platform-run-success','haaWe','VpvOq','TNHjk','root_dir_path','GIHiu','send','VsMMW','BZcXW','BpOZW','srTwy','cPXJb','743570JxPaGU','resolve','kmtKu','util','PXwRn','rJkOX','zavel','vShFh','parallelTestRun','Running\x20','fDTwN','vVDRd','bHphk','PAlzL','WWMfi','\x20for','Workers\x20failed\x20to\x20exit\x20gracefully','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','rEjxN','dsAdp','ktQMv','_child','YmYPs','139853iURptv','ZSLje','hBwjX','UAfrM','stop','end','bgomg','info','rJGSM','dRqXY','CrFni','map','stdout','push','yHTTZ','jRKaA','uPlcL','zRAye','WqFoM','rGxxy','p-limit','WbJQz','NLgpf','jest-worker'];a37_0x472e=function(){return _0x2135a6;};return a37_0x472e();}function a37_0x4a1e(_0xd71e4d,_0x25bc54){const _0x472e12=a37_0x472e();return a37_0x4a1e=function(_0x4a1e68,_0x319a26){_0x4a1e68=_0x4a1e68-0x101;let _0x38a56e=_0x472e12[_0x4a1e68];return _0x38a56e;},a37_0x4a1e(_0xd71e4d,_0x25bc54);}const Worker=require(a37_0x1dab6c(0x139))[a37_0x1dab6c(0x154)],Emittery=require(a37_0x1dab6c(0x14c)),pLimit=require(a37_0x1dab6c(0x136)),util=require(a37_0x1dab6c(0x10e)),logger=require(a37_0x1dab6c(0x1b1))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),SessionHandler=require(a37_0x1dab6c(0x16e)),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0x489a3b=>{const _0x57a5d8=a37_0x1dab6c,_0x58d1e0={};_0x58d1e0[_0x57a5d8(0x15e)]=_0x57a5d8(0x11b),_0x58d1e0[_0x57a5d8(0x109)]=function(_0x259f66,_0x4c9bab){return _0x259f66!==_0x4c9bab;},_0x58d1e0[_0x57a5d8(0x13e)]='HiijZ',_0x58d1e0['dgaPP']=function(_0x5bb7b3,_0x546b8c){return _0x5bb7b3===_0x546b8c;},_0x58d1e0[_0x57a5d8(0x107)]='cXOWo',_0x58d1e0[_0x57a5d8(0x148)]=function(_0xcc55ca,_0x264fe5){return _0xcc55ca===_0x264fe5;},_0x58d1e0[_0x57a5d8(0x165)]=_0x57a5d8(0x1a6),_0x58d1e0['jOdab']='WjYnw',_0x58d1e0['UnYVV']=_0x57a5d8(0x18b);const _0x44a777=_0x58d1e0;let _0x2d3bc0=![];try{if(_0x44a777[_0x57a5d8(0x148)](_0x44a777[_0x57a5d8(0x165)],_0x44a777[_0x57a5d8(0x165)]))_0x489a3b[_0x57a5d8(0x14b)][_0x57a5d8(0x160)](_0x2f9de0=>{const _0x482155=_0x57a5d8;if(_0x44a777[_0x482155(0x109)](_0x44a777[_0x482155(0x13e)],_0x44a777[_0x482155(0x13e)]))_0x2bab87['error'](_0x44a777['Fqdbs']);else{if(_0x44a777['dgaPP'](_0x2f9de0[_0x482155(0x183)],!![])){if(_0x44a777[_0x482155(0x109)](_0x44a777[_0x482155(0x107)],_0x44a777[_0x482155(0x107)]))_0x4d7434[_0x482155(0x15d)]()[_0x482155(0x162)](_0x40d399[_0x482155(0x1af)]);else return _0x2d3bc0=!![],!![];}}});else return _0x92fe50[_0x57a5d8(0x197)](_0x28c4e4);}catch(_0x101fbf){_0x44a777[_0x57a5d8(0x109)](_0x44a777['jOdab'],_0x44a777['UnYVV'])?logger[_0x57a5d8(0x1a8)](_0x57a5d8(0x13a)+_0x101fbf):_0x2d3e26=_0x53fb0e;}return _0x2d3bc0;};exports[a37_0x1dab6c(0x113)]=(_0x95ff57,_0x112507,_0x4dd470)=>new Promise(async _0x45febf=>{const _0x33f36e=a37_0x1dab6c,_0x29495a={'FeHiH':function(_0x11ac8e,_0x2c3036){return _0x11ac8e(_0x2c3036);},'cPXJb':function(_0x143c3b,_0x4bb114){return _0x143c3b===_0x4bb114;},'ewWEJ':function(_0x13a972,_0x119613){return _0x13a972!==_0x119613;},'NJrzB':_0x33f36e(0x102),'TlJlr':_0x33f36e(0x1ae),'MeHQl':function(_0x3458d0,_0x24560c){return _0x3458d0===_0x24560c;},'itnZx':_0x33f36e(0x134),'soYzs':'failureCount','zavel':function(_0x37d957,_0x46c2c1){return _0x37d957+_0x46c2c1;},'fTdgO':'results','vVDRd':_0x33f36e(0x106),'zRAye':_0x33f36e(0x184),'hxYdg':_0x33f36e(0x11b),'paZSL':function(_0x98f6b8,_0x8e6c6c){return _0x98f6b8===_0x8e6c6c;},'hTuzo':function(_0x4a241d,_0x5bdecc){return _0x4a241d!==_0x5bdecc;},'dANqT':_0x33f36e(0x188),'YmYPs':_0x33f36e(0x17e),'ktQMv':function(_0x3c8202){return _0x3c8202();},'WSqUu':function(_0xbe999a,_0x383fcc){return _0xbe999a===_0x383fcc;},'jRKaA':_0x33f36e(0x150),'YVxvL':_0x33f36e(0x138),'nVAXD':'UHWEY','kBuEJ':'TNeRD','vZKKt':function(_0x407664,_0x4ac0ce){return _0x407664(_0x4ac0ce);},'YPfwJ':function(_0x1c798,_0x5ed96d){return _0x1c798===_0x5ed96d;},'WWMfi':'sLePx','HBnLD':'YVWNU','yxgGP':'test-file-start','PXwRn':_0x33f36e(0x14e),'dRqXY':_0x33f36e(0x137),'dDAWC':'mocha','ZxCcn':'true','kmtKu':function(_0x3e244b,_0x15b2ee){return _0x3e244b(_0x15b2ee);},'haaWe':function(_0x493593,_0x1693a7){return _0x493593!==_0x1693a7;},'HRytc':_0x33f36e(0x172),'TLpMU':_0x33f36e(0x104),'pafNd':function(_0x5495ae,_0x2a6c83,_0x3d0d4d){return _0x5495ae(_0x2a6c83,_0x3d0d4d);},'gdJUJ':_0x33f36e(0x167),'LgbWT':'worker','fVoxm':'json','rJkOX':_0x33f36e(0x162),'rGxxy':function(_0x168f56,_0x29b905){return _0x168f56*_0x29b905;},'jOMMG':_0x33f36e(0x14a),'HvMzM':'test-file-failure','txEvL':'mViGP','NEsRE':_0x33f36e(0x166),'HEVio':_0x33f36e(0x142),'fDTwN':'PAxbh','rEjxN':function(_0x305645,_0xbacaf0){return _0x305645(_0xbacaf0);},'MGJVg':function(_0x3a8f7f,_0xd14a33){return _0x3a8f7f*_0xd14a33;}},_0x33a5b7={};if(_0x29495a[_0x33f36e(0x11f)](isTestObservabilitySession)){if(_0x29495a['paZSL'](_0x29495a[_0x33f36e(0x10f)],_0x29495a[_0x33f36e(0x12b)]))_0x2f5c48[0x0]&&_0x5f5284['info'](_0x33f36e(0x114)+_0x49f998[0x1]+_0x33f36e(0x11a),_0x55a219[0x0]);else{const _0x4fa854={..._0x4dd470};_0x4fa854[_0x33f36e(0x103)]='',await SessionHandler['launch'](_0x4fa854,{'frameworkName':_0x29495a[_0x33f36e(0x155)],'frameworkVersion':_0x29495a[_0x33f36e(0x152)](getFrameworkVersion,_0x29495a[_0x33f36e(0x155)])});}}let _0x13e9cc=_0x29495a[_0x33f36e(0x1a2)](process[_0x33f36e(0x1ac)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x29495a[_0x33f36e(0x1a0)]);process[_0x33f36e(0x1ac)][_0x33f36e(0x18c)]=_0x29495a[_0x33f36e(0x10d)](checkAccessibility,_0x4dd470),_0x13e9cc=_0x13e9cc||_0x29495a['MeHQl'](process[_0x33f36e(0x1ac)][_0x33f36e(0x18c)],_0x29495a[_0x33f36e(0x1a0)]);if(_0x13e9cc){if(_0x29495a['haaWe'](_0x29495a[_0x33f36e(0x193)],_0x29495a[_0x33f36e(0x182)])){const [_0x395f9c,_0x3cb1b8]=await _0x29495a[_0x33f36e(0x173)](createAccessibilityTestRun,_0x4dd470,_0x29495a[_0x33f36e(0x155)]);logger[_0x33f36e(0x1a8)](_0x33f36e(0x11c)+_0x3cb1b8),process[_0x33f36e(0x1ac)][_0x33f36e(0x153)]=_0x395f9c,process[_0x33f36e(0x1ac)]['BS_A11Y_TEST_RUN_ID']=_0x3cb1b8;}else _0x6db7a2[_0x33f36e(0x12f)]([_0x1b445b[0x0],_0x536379[0x1]]);}const _0x48c0f0=new Worker(require['resolve'](_0x29495a['gdJUJ']),{'exposedMethods':[_0x29495a[_0x33f36e(0x1ab)]],'forkOptions':{'serialization':_0x29495a[_0x33f36e(0x13d)],'stdio':_0x29495a[_0x33f36e(0x110)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x29495a[_0x33f36e(0x135)](_0x112507,0x1),'enableWorkerThreads':!![]}),_0x547100=new Emittery();_0x547100['on'](_0x29495a[_0x33f36e(0x159)],_0x328366=>{const _0x18cc3f=_0x33f36e,_0x4bc146={'rJGSM':function(_0x4bcaeb,_0x2b8985){const _0x2574ce=a37_0x4a1e;return _0x29495a[_0x2574ce(0x10a)](_0x4bcaeb,_0x2b8985);},'Ilogg':function(_0x2cb203,_0x359043){const _0x3c424b=a37_0x4a1e;return _0x29495a[_0x3c424b(0x1a3)](_0x2cb203,_0x359043);}};_0x29495a['ewWEJ'](_0x29495a[_0x18cc3f(0x176)],_0x29495a['TlJlr'])?_0x33a5b7[_0x328366[0x0]]?_0x29495a[_0x18cc3f(0x1a2)](_0x29495a['itnZx'],_0x29495a['itnZx'])?(_0x33a5b7[_0x328366[0x0]][_0x29495a[_0x18cc3f(0x13f)]]=_0x29495a[_0x18cc3f(0x111)](_0x33a5b7[_0x328366[0x0]][_0x29495a['soYzs']],_0x328366[0x1][_0x29495a[_0x18cc3f(0x13f)]]),_0x33a5b7[_0x328366[0x0]][_0x29495a[_0x18cc3f(0x199)]]=[..._0x33a5b7[_0x328366[0x0]][_0x29495a[_0x18cc3f(0x199)]],..._0x328366[0x1][_0x29495a['fTdgO']]]):_0x29495a[_0x18cc3f(0x175)](_0x3eeece,_0x18cc3f(0x1a9)+_0x5ad72c):_0x29495a[_0x18cc3f(0x1a3)](_0x29495a[_0x18cc3f(0x116)],_0x29495a[_0x18cc3f(0x116)])?_0x3e6a8c[_0x18cc3f(0x19c)]=0x1:_0x33a5b7[_0x328366[0x0]]={'failureCount':_0x328366[0x1][_0x29495a[_0x18cc3f(0x13f)]],'results':[..._0x328366[0x1][_0x29495a[_0x18cc3f(0x199)]]]}:_0x4bc146[_0x18cc3f(0x12a)](_0x2ccaad,0x0)&&_0x4bc146['Ilogg'](_0x326369,0x0)&&(_0x4608ac=_0x190a0f);}),_0x547100['on'](_0x29495a[_0x33f36e(0x13b)],_0x1f50b9=>console[_0x33f36e(0x18d)](_0x1f50b9[0x1]));_0x48c0f0[_0x33f36e(0x178)]()&&(_0x29495a[_0x33f36e(0x147)](_0x29495a[_0x33f36e(0x140)],_0x29495a[_0x33f36e(0x19d)])?_0x48c0f0[_0x33f36e(0x178)]()[_0x33f36e(0x162)](process[_0x33f36e(0x12e)]):_0x48a899['getStdout']()['pipe'](_0x3f5433[_0x33f36e(0x12e)]));if(_0x48c0f0['getStderr']()){if(_0x29495a[_0x33f36e(0x1b8)](_0x29495a[_0x33f36e(0x14f)],_0x29495a[_0x33f36e(0x115)]))_0x48c0f0[_0x33f36e(0x15d)]()[_0x33f36e(0x162)](process[_0x33f36e(0x1af)]);else{const _0x21a5b6={};_0x21a5b6['failureCount']=_0xb06c8c[0x1][_0x29495a['soYzs']],_0x21a5b6['results']=[..._0x369d16[0x1][_0x29495a['fTdgO']]],_0xb35d7[_0x416466[0x0]]=_0x21a5b6;}}const _0x534bc9=async()=>{const _0xb3772a=_0x33f36e,_0x133c8e={'qQezr':_0x29495a['hxYdg'],'CrFni':function(_0x9039a,_0x3357a7){const _0x331a1f=a37_0x4a1e;return _0x29495a[_0x331a1f(0x157)](_0x9039a,_0x3357a7);}};if(_0x29495a['hTuzo'](_0x29495a[_0xb3772a(0x174)],_0x29495a['dANqT']))_0x161007[_0xb3772a(0x178)]()['pipe'](_0x5cebda[_0xb3772a(0x12e)]);else{const {forceExited:_0x548edd}=await _0x48c0f0[_0xb3772a(0x127)]();_0x548edd&&(_0x29495a['hTuzo'](_0x29495a['YmYPs'],_0x29495a[_0xb3772a(0x121)])?(_0x53134c[_0x4a176a[0x0]][_0x29495a['soYzs']]=_0x29495a[_0xb3772a(0x111)](_0x2d4769[_0x54953b[0x0]][_0x29495a[_0xb3772a(0x13f)]],_0x1d9b60[0x1][_0x29495a['soYzs']]),_0x2c27c8[_0x520eae[0x0]][_0x29495a['fTdgO']]=[..._0x3cc36c[_0x2ae731[0x0]][_0x29495a[_0xb3772a(0x199)]],..._0x27c902[0x1][_0x29495a[_0xb3772a(0x199)]]]):console['error'](_0x29495a[_0xb3772a(0x1ad)]));if(_0x29495a[_0xb3772a(0x11f)](isAccessibilityAutomationSession)){if(_0x29495a[_0xb3772a(0x1b6)](_0x29495a['jRKaA'],_0x29495a[_0xb3772a(0x131)]))await _0x29495a[_0xb3772a(0x175)](stopAccessibilityTestRun,_0x4dd470)[_0xb3772a(0x192)](_0x142e55=>{const _0x56b9d1=_0xb3772a;_0x29495a[_0x56b9d1(0x1a2)](_0x29495a[_0x56b9d1(0x133)],_0x29495a[_0x56b9d1(0x133)])?logger[_0x56b9d1(0x14d)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+util[_0x56b9d1(0x1a5)](_0x142e55)):_0xc97f21[_0x56b9d1(0x14d)](_0x133c8e[_0x56b9d1(0x189)]);});else return _0x10fbc3=!![],!![];}if(_0x29495a[_0xb3772a(0x11f)](isTestObservabilitySession)){if(_0x29495a[_0xb3772a(0x147)](_0x29495a[_0xb3772a(0x16b)],_0x29495a[_0xb3772a(0x16b)]))_0x2d2d62['getStderr']()[_0xb3772a(0x162)](_0x2cff89[_0xb3772a(0x1af)]);else try{if(_0x29495a[_0xb3772a(0x147)](_0x29495a[_0xb3772a(0x179)],_0x29495a[_0xb3772a(0x179)])){const _0x5396fb={'kJGkj':function(_0x3343ea,_0x391e96){const _0x1bb898=_0xb3772a;return _0x133c8e[_0x1bb898(0x12c)](_0x3343ea,_0x391e96);}};_0x49d9fc[_0xb3772a(0x14b)][_0xb3772a(0x160)](_0x4dc823=>{const _0x420e09=_0xb3772a;if(_0x5396fb[_0x420e09(0x15a)](_0x4dc823['accessibility'],!![]))return _0x38af01=!![],!![];});}else await SessionHandler[_0xb3772a(0x126)]();}catch(_0x317563){if(_0x29495a['paZSL'](_0x29495a[_0xb3772a(0x1a1)],_0x29495a['kBuEJ']))_0x29495a[_0xb3772a(0x175)](debug,_0xb3772a(0x1a9)+_0x317563);else{if(_0x266086[_0x5cb01f[0x0]])_0xf446de[_0x3c3a16[0x0]][_0x29495a[_0xb3772a(0x13f)]]=_0x29495a[_0xb3772a(0x111)](_0x39874b[_0x3d0e33[0x0]][_0x29495a[_0xb3772a(0x13f)]],_0x37879e[0x1][_0x29495a[_0xb3772a(0x13f)]]),_0x4b4ed1[_0x51fe41[0x0]][_0x29495a['fTdgO']]=[..._0x2968ef[_0x9e3f3d[0x0]][_0x29495a['fTdgO']],..._0x28f0ee[0x1][_0x29495a[_0xb3772a(0x199)]]];else{const _0x22f17a={};_0x22f17a[_0xb3772a(0x198)]=_0x525de3[0x1][_0x29495a[_0xb3772a(0x13f)]],_0x22f17a['results']=[..._0x42d0ee[0x1][_0x29495a[_0xb3772a(0x199)]]],_0x12724e[_0x18533e[0x0]]=_0x22f17a;}}}}_0x29495a['vZKKt'](_0x45febf,_0x33a5b7);}},_0x46be3c=_0x29495a[_0x33f36e(0x11d)](pLimit,_0x29495a['MGJVg'](_0x112507,0x1)),_0x53a1bb=_0x67378c=>_0x46be3c(async()=>{const _0x308c51=_0x33f36e;if(_0x29495a['YPfwJ'](_0x29495a[_0x308c51(0x119)],_0x29495a[_0x308c51(0x1b4)]))_0x3f3432[_0x308c51(0x15d)]()[_0x308c51(0x162)](_0x331d7d[_0x308c51(0x1af)]);else return await _0x547100[_0x308c51(0x187)](_0x29495a[_0x308c51(0x1b2)],_0x67378c),_0x48c0f0['worker'](_0x67378c,_0x4dd470);});Promise[_0x33f36e(0x141)](_0x95ff57['map'](_0x57f916=>_0x53a1bb(_0x57f916)[_0x33f36e(0x17b)](_0x4c94ed=>_0x547100[_0x33f36e(0x187)](_0x33f36e(0x14a),[_0x57f916[_0x33f36e(0x194)][_0x33f36e(0x15c)],_0x4c94ed]),_0x5218eb=>_0x547100['emit'](_0x33f36e(0x17d),[_0x57f916,_0x5218eb]))))['then'](_0x534bc9,_0x534bc9);}),exports[a37_0x1dab6c(0x15f)]=(_0x1fa36f,_0xc8dd45,_0x3ca859,_0x38bb5c,_0x26243e)=>{const _0x4db900=a37_0x1dab6c,_0x381f76={'aZCbc':function(_0x512db1,_0x19c93e){return _0x512db1===_0x19c93e;},'Xwybi':_0x4db900(0x130),'WduFu':'Workers\x20failed\x20to\x20exit\x20gracefully','VpvOq':function(_0x4697a0,_0x4bfc75){return _0x4697a0!==_0x4bfc75;},'vDaoL':'YomkT','rtwqK':_0x4db900(0x145),'ZSLje':function(_0x2f9b12,_0x386964){return _0x2f9b12===_0x386964;},'hBwjX':_0x4db900(0x117),'gtDka':'JJYQV','GNaEc':function(_0x9d2f00,_0x56ed4b){return _0x9d2f00(_0x56ed4b);},'JCTAq':_0x4db900(0x13c),'SDJCr':'./testWorker.js','jTPsY':_0x4db900(0x186),'YzxVw':_0x4db900(0x1a7),'aIevY':_0x4db900(0x162),'YwDoV':_0x4db900(0x1b7),'RMAWt':_0x4db900(0x19b),'UAfrM':function(_0x5c1c21,_0x1d898e){return _0x5c1c21!==_0x1d898e;},'vShFh':_0x4db900(0x168),'uPlcL':'ZZxUp','CdgdG':_0x4db900(0x19e),'wDyGb':function(_0x25d2fc,_0x56eb73){return _0x25d2fc(_0x56eb73);}};return new Promise(_0x3c814b=>{const _0x13336c=_0x4db900,_0x4ef4e7={'GLMgb':function(_0x1ef986,_0x205910){return _0x381f76['aZCbc'](_0x1ef986,_0x205910);},'XuxPv':function(_0x5a59d8,_0x2cf8b0){const _0x286ff6=a37_0x4a1e;return _0x381f76[_0x286ff6(0x101)](_0x5a59d8,_0x2cf8b0);},'ZvKVA':_0x381f76['vDaoL'],'sORma':_0x381f76[_0x13336c(0x1b5)],'hzVXO':function(_0x272d5a,_0x5afc18){const _0x36208e=_0x13336c;return _0x381f76[_0x36208e(0x123)](_0x272d5a,_0x5afc18);},'lfTyc':_0x381f76[_0x13336c(0x124)],'atyil':_0x381f76[_0x13336c(0x143)],'vgTRU':_0x381f76[_0x13336c(0x16d)],'Omgcq':function(_0x4da321,_0x126b38){const _0x39b9dc=_0x13336c;return _0x381f76[_0x39b9dc(0x177)](_0x4da321,_0x126b38);},'MtdqT':_0x381f76[_0x13336c(0x196)]},_0x3b580f=[],_0x3a46b1=new Worker(require[_0x13336c(0x10c)](_0x381f76[_0x13336c(0x17c)]),{'exposedMethods':[_0x381f76[_0x13336c(0x191)]],'forkOptions':{'serialization':_0x381f76[_0x13336c(0x18e)],'stdio':_0x381f76[_0x13336c(0x164)]},'numWorkers':_0x1fa36f[_0x13336c(0x146)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3cbbb6=new Emittery();_0x3cbbb6['on'](_0x381f76['YwDoV'],_0x560d66=>{const _0x53024e=_0x13336c;_0x381f76['aZCbc'](_0x381f76['Xwybi'],_0x381f76[_0x53024e(0x144)])?_0x3b580f[_0x53024e(0x12f)]([_0x560d66[0x0],_0x560d66[0x1]]):_0x4ae8aa[_0x53024e(0x14d)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x1e6a06[_0x53024e(0x1a5)](_0xeaf69d));}),_0x3cbbb6['on'](_0x381f76[_0x13336c(0x156)],_0x555db5=>console[_0x13336c(0x18d)](_0x555db5[0x1]));_0x3a46b1[_0x13336c(0x178)]()&&(_0x381f76[_0x13336c(0x125)](_0x381f76[_0x13336c(0x112)],_0x381f76[_0x13336c(0x132)])?_0x3a46b1[_0x13336c(0x178)]()[_0x13336c(0x162)](process['stdout']):_0x222702[_0x13336c(0x14d)](_0x381f76[_0x13336c(0x16d)]));_0x3a46b1[_0x13336c(0x15d)]()&&(_0x381f76['VpvOq'](_0x381f76[_0x13336c(0x161)],_0x381f76['CdgdG'])?_0x48dbd8[_0x13336c(0x1a8)](_0x13336c(0x13a)+_0x6c602f):_0x3a46b1['getStderr']()['pipe'](process[_0x13336c(0x1af)]));const _0x3d2f02=async()=>{const _0x14ffd5=_0x13336c,_0x4d27c5={'XYyaU':function(_0x3a3c8c,_0x5362e5){const _0x22ce6f=a37_0x4a1e;return _0x4ef4e7[_0x22ce6f(0x151)](_0x3a3c8c,_0x5362e5);}};if(_0x4ef4e7[_0x14ffd5(0x169)](_0x4ef4e7['ZvKVA'],_0x4ef4e7['sORma'])){const {forceExited:_0x164326}=await _0x3a46b1[_0x14ffd5(0x127)]();if(_0x164326){if(_0x4ef4e7[_0x14ffd5(0x195)](_0x4ef4e7[_0x14ffd5(0x19f)],_0x4ef4e7[_0x14ffd5(0x16a)])){if(_0x4d27c5[_0x14ffd5(0x149)](_0x1ec41a[_0x14ffd5(0x183)],!![]))return _0x2fe73c=!![],!![];}else console['error'](_0x4ef4e7[_0x14ffd5(0x18f)]);}_0x4ef4e7['Omgcq'](_0x3c814b,_0x3b580f);}else _0x1229a1['getStdout']()[_0x14ffd5(0x162)](_0x1d9939['stdout']);},_0x151458=_0x381f76[_0x13336c(0x1a4)](pLimit,_0x1fa36f['length']),_0x1faf66=(_0x4331ea,_0x2e79b4)=>_0x151458(async()=>{const _0x21b822=_0x13336c;return await _0x3cbbb6[_0x21b822(0x187)](_0x4ef4e7['MtdqT'],_0x4331ea),_0xc8dd45[_0x21b822(0x180)]=_0x3ca859[_0x21b822(0x14b)][_0x2e79b4],_0x3a46b1[_0x21b822(0x186)](_0x4331ea,_0xc8dd45,_0x3ca859,_0x38bb5c,_0x26243e);});Promise[_0x13336c(0x141)](_0x1fa36f[_0x13336c(0x12d)]((_0xd42b6d,_0x5d4a28)=>_0x1faf66(_0xd42b6d,_0x5d4a28)['then'](_0x393efa=>_0x3cbbb6[_0x13336c(0x187)]('platform-run-success',[_0xd42b6d,_0x393efa]),_0x6641d=>_0x3cbbb6['emit']('platform-run-failure',[_0xd42b6d,_0x6641d]))))[_0x13336c(0x17b)](_0x3d2f02,_0x3d2f02);});},exports[a37_0x1dab6c(0x171)]=(_0x360f53,_0x509eed)=>new Promise(_0x451bcc=>{const _0x3d6772=a37_0x1dab6c,_0x2bcd06={'UvuSL':'exit','etUki':function(_0x460c07,_0x55f4f6){return _0x460c07===_0x55f4f6;},'cPPOq':function(_0x48e55a,_0x5028d4){return _0x48e55a!==_0x5028d4;},'iaHyo':_0x3d6772(0x11b),'XMueB':function(_0x74294e,_0x3f9a95){return _0x74294e(_0x3f9a95);},'PAlzL':_0x3d6772(0x167),'tWlLs':_0x3d6772(0x197),'aPAzW':_0x3d6772(0x1a7),'AalIt':_0x3d6772(0x162),'BpOZW':_0x3d6772(0x14a),'YDGyw':_0x3d6772(0x17d),'dsAdp':function(_0x5efd55,_0x30282d){return _0x5efd55(_0x30282d);}},_0x30f67d={},_0x22d633=new Worker(require[_0x3d6772(0x10c)](_0x2bcd06[_0x3d6772(0x118)]),{'exposedMethods':[_0x2bcd06[_0x3d6772(0x19a)]],'forkOptions':{'serialization':_0x2bcd06['aPAzW'],'stdio':_0x2bcd06['AalIt']},'numWorkers':_0x509eed,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x21a673=new Emittery();_0x21a673['on'](_0x2bcd06[_0x3d6772(0x108)],_0x48bc61=>{const _0x210566=_0x3d6772;_0x48bc61[0x0]&&logger[_0x210566(0x129)](_0x210566(0x114)+_0x48bc61[0x1]+'\x20for',_0x48bc61[0x0]);}),_0x21a673['on'](_0x2bcd06[_0x3d6772(0x1aa)],_0x4bb5e3=>{const _0x122061=_0x3d6772;process[_0x122061(0x19c)]=0x1;});_0x22d633[_0x3d6772(0x178)]()&&_0x22d633[_0x3d6772(0x178)]()['pipe'](process[_0x3d6772(0x12e)]);_0x22d633[_0x3d6772(0x15d)]()&&_0x22d633[_0x3d6772(0x15d)]()[_0x3d6772(0x162)](process[_0x3d6772(0x1af)]);const _0x26ed77=async()=>{const _0x487eed=_0x3d6772,_0x1c8e64={'bgomg':function(_0x426945,_0xd2f194){const _0x332beb=a37_0x4a1e;return _0x2bcd06[_0x332beb(0x1b0)](_0x426945,_0xd2f194);},'WFSZh':function(_0x22d317,_0x54cbd4){const _0x47c9b4=a37_0x4a1e;return _0x2bcd06[_0x47c9b4(0x16f)](_0x22d317,_0x54cbd4);}};let _0x3ed919=0x0;const _0x478705=_0x22d633['_workerPool'][_0x487eed(0x1b3)](),_0x43adc0=()=>{},_0x576d9e=_0x478705[_0x487eed(0x12d)](async _0x3c072b=>{const _0x2aa7ab=_0x487eed;_0x3c072b[_0x2aa7ab(0x105)]([0x2,![]],_0x43adc0,_0x43adc0,_0x43adc0),_0x3c072b[_0x2aa7ab(0x120)]['on'](_0x2bcd06[_0x2aa7ab(0x18a)],_0x4fbc4e=>{const _0x762227=_0x2aa7ab;_0x1c8e64[_0x762227(0x128)](_0x3ed919,0x0)&&_0x1c8e64['WFSZh'](_0x4fbc4e,0x0)&&(_0x3ed919=_0x4fbc4e);}),await _0x3c072b[_0x2aa7ab(0x185)]();});await Promise['all'](_0x576d9e),process[_0x487eed(0x19c)]=_0x3ed919;const {forceExited:_0x4f2efe}=await _0x22d633[_0x487eed(0x127)]();_0x4f2efe&&console[_0x487eed(0x14d)](_0x2bcd06[_0x487eed(0x163)]),_0x2bcd06[_0x487eed(0x17a)](_0x451bcc,_0x30f67d);},_0x81e66b=_0x2bcd06[_0x3d6772(0x11e)](pLimit,_0x509eed),_0x5a20ee=_0x51332a=>_0x81e66b(async()=>{return _0x22d633['vanillaWorker'](_0x51332a);});Promise['all'](_0x360f53[_0x3d6772(0x12d)](_0x24a15f=>_0x5a20ee(_0x24a15f)[_0x3d6772(0x17b)](_0x5f077e=>_0x21a673[_0x3d6772(0x187)](_0x3d6772(0x14a),[_0x24a15f[_0x3d6772(0x194)][_0x3d6772(0x15c)],_0x24a15f[_0x3d6772(0x194)][_0x3d6772(0x15b)]]),_0x32b5b4=>_0x21a673['emit'](_0x3d6772(0x17d),[_0x24a15f,_0x32b5b4]))))[_0x3d6772(0x17b)](_0x26ed77,_0x26ed77);});
1
+ function a37_0x5f25(_0x514594,_0x1a5413){const _0x598e99=a37_0x598e();return a37_0x5f25=function(_0x5f25ca,_0x41b209){_0x5f25ca=_0x5f25ca-0xcb;let _0x43668a=_0x598e99[_0x5f25ca];return _0x43668a;},a37_0x5f25(_0x514594,_0x1a5413);}const a37_0x16e886=a37_0x5f25;(function(_0x416d01,_0x27b84c){const _0x3b45d3=a37_0x5f25,_0x34a5a6=_0x416d01();while(!![]){try{const _0x2fb172=-parseInt(_0x3b45d3(0xda))/0x1*(-parseInt(_0x3b45d3(0x16c))/0x2)+parseInt(_0x3b45d3(0xfc))/0x3*(parseInt(_0x3b45d3(0xec))/0x4)+parseInt(_0x3b45d3(0x154))/0x5+parseInt(_0x3b45d3(0xd5))/0x6*(parseInt(_0x3b45d3(0x119))/0x7)+parseInt(_0x3b45d3(0x11c))/0x8*(-parseInt(_0x3b45d3(0x135))/0x9)+-parseInt(_0x3b45d3(0x10c))/0xa+parseInt(_0x3b45d3(0x151))/0xb*(-parseInt(_0x3b45d3(0x136))/0xc);if(_0x2fb172===_0x27b84c)break;else _0x34a5a6['push'](_0x34a5a6['shift']());}catch(_0x5a1f3e){_0x34a5a6['push'](_0x34a5a6['shift']());}}}(a37_0x598e,0xcf3e7));const Worker=require(a37_0x16e886(0x11a))['Worker'],Emittery=require(a37_0x16e886(0x12d)),pLimit=require(a37_0x16e886(0x131)),util=require(a37_0x16e886(0xd3)),logger=require('../../helpers/logger')['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a37_0x16e886(0xcd)),SessionHandler=require(a37_0x16e886(0x10e)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a37_0x16e886(0x16e)),checkAccessibility=_0x1b077d=>{const _0x2bd7bd=a37_0x16e886,_0x2ffca1={};_0x2ffca1[_0x2bd7bd(0xd2)]=function(_0x55b668,_0x43c42e){return _0x55b668===_0x43c42e;},_0x2ffca1['cgnHu']='tCkfF',_0x2ffca1['rhKOu']=function(_0x28b346,_0x4e922a){return _0x28b346!==_0x4e922a;},_0x2ffca1[_0x2bd7bd(0x125)]=_0x2bd7bd(0x16b),_0x2ffca1[_0x2bd7bd(0xe1)]=_0x2bd7bd(0xfd),_0x2ffca1[_0x2bd7bd(0x161)]=_0x2bd7bd(0x14e),_0x2ffca1[_0x2bd7bd(0x145)]=function(_0x20e615,_0x401fba){return _0x20e615+_0x401fba;},_0x2ffca1[_0x2bd7bd(0xe0)]=_0x2bd7bd(0x114),_0x2ffca1[_0x2bd7bd(0x184)]=function(_0x405d80,_0x3ae790){return _0x405d80===_0x3ae790;},_0x2ffca1['eJtaP']=_0x2bd7bd(0x160),_0x2ffca1[_0x2bd7bd(0xe4)]='IqJBb',_0x2ffca1['ezKyg']='xHluF';const _0x1ad4af=_0x2ffca1;let _0x3a9c90=![];try{if(_0x1ad4af[_0x2bd7bd(0x184)](_0x1ad4af[_0x2bd7bd(0x16d)],_0x1ad4af[_0x2bd7bd(0x16d)]))_0x1b077d[_0x2bd7bd(0x170)][_0x2bd7bd(0xea)](_0x1bb5a5=>{const _0x3505af=_0x2bd7bd;if(_0x1ad4af[_0x3505af(0xd2)](_0x1ad4af[_0x3505af(0x165)],_0x1ad4af[_0x3505af(0x165)])){if(_0x1ad4af[_0x3505af(0xd2)](_0x1bb5a5['accessibility'],!![])){if(_0x1ad4af['rhKOu'](_0x1ad4af['QxngK'],_0x1ad4af[_0x3505af(0xe1)]))return _0x3a9c90=!![],!![];else _0x24afe6['getStdout']()['pipe'](_0x3c4d4a[_0x3505af(0x132)]);}}else _0x4d0f6f[_0x3505af(0x155)]()[_0x3505af(0xef)](_0x1434be[_0x3505af(0xeb)]);});else{if(_0x2431f9[_0x12d3e8[0x0]])_0x1be36e[_0x440829[0x0]][_0x1ad4af[_0x2bd7bd(0x161)]]=_0x1ad4af[_0x2bd7bd(0x145)](_0x59f985[_0x353f9d[0x0]][_0x1ad4af['EDbPm']],_0x4c91d9[0x1][_0x1ad4af['EDbPm']]),_0xbf668e[_0x14023d[0x0]][_0x1ad4af['JUwqh']]=[..._0x470b6d[_0x4d4327[0x0]][_0x1ad4af[_0x2bd7bd(0xe0)]],..._0x46da00[0x1][_0x1ad4af[_0x2bd7bd(0xe0)]]];else{const _0x1d6ef2={};_0x1d6ef2['failureCount']=_0xbb4ddd[0x1][_0x1ad4af[_0x2bd7bd(0x161)]],_0x1d6ef2[_0x2bd7bd(0x114)]=[..._0x315ad6[0x1][_0x1ad4af[_0x2bd7bd(0xe0)]]],_0x33c4[_0x21b4a0[0x0]]=_0x1d6ef2;}}}catch(_0x338b77){_0x1ad4af['wRzpH'](_0x1ad4af[_0x2bd7bd(0xe4)],_0x1ad4af[_0x2bd7bd(0xdd)])?_0x1efc3e[_0x2bd7bd(0x155)]()[_0x2bd7bd(0xef)](_0x2edbe8[_0x2bd7bd(0xeb)]):logger[_0x2bd7bd(0xf2)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x338b77);}return _0x3a9c90;};function a37_0x598e(){const _0x5f47a5=['XdtZu','debug','platform-run-start','Wfxsp','MSBEZ','Workers\x20failed\x20to\x20exit\x20gracefully','qXPMc','KBhtw','accessibility','test-file-failure','tsywH','219aqfMzg','kECRP','aSLNp','length','catch','UcSfT','MBtpy','zGVvQ','platformCaps','Cfetq','HRhFg','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','cLngj','XqHTp','aIjeT','ucOMz','12741200yVPYaH','json','../../helpers/test-observability/sessionHandler','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','TYhVL','Running\x20','configuration','sHwhY','results','vanillaWorker','eFiWz','RWBBc','worker','161dQMsux','jest-worker','end','8wvmgwu','launch','LnixU','parallelTestRun','GnRfF','_child','TbOUA','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','pIPcp','QxngK','exitCode','error','pBJwg','KWsMm','cucumberWorker','cIlDh','WazES','emittery','wxkDy','FGEFn','covUG','p-limit','stdout','push','fFvLj','20934HVqwha','324uyUAqU','LYrBT','XeEPt','sBDJF','\x20for','Smugo','parallelVanillaRun','UpqZv','swQon','HJTrp','zLYmg','./testWorker.js','test-file-success','resolve','rbECr','qOmsW','BROWSERSTACK_TEST_ACCESSIBILITY_YML','UTXKX','aIMpo','qrJmI','JxzUi','KfEzl','then','info','failureCount','rNaUl','true','704451qNQAkZ','all','Ephvl','4651660mpKaEH','getStderr','AFOLD','BifRh','ptMqO','SBcwI','tLTHy','TijdX','format','wYrjY','xxXwf','log','jFzCh','EDbPm','DNjMV','QdBfD','RtgoX','cgnHu','gyeNu','RfVWs','xWUrY','bWZLV','utUgc','rvavo','18098MxEyyM','eJtaP','../../helpers/test-observability/utils','SDemn','platforms','env','cGUbf','SxRbq','waitForExit','YrRWE','send','emit','getWorkers','platform','gBeNo','Vodlm','uAgBt','PzkjF','zsHqR','kboqv','cLeJU','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','platform-run-success','map','wRzpH','getStdout','dDmWN','../../helpers/accessibility-automation/helper','platform-run-failure','iXlUi','ogBVR','parallelCucumberRun','CiASB','util','CYUWZ','240822gsOaOA','test-file-start','GeoWF','MxbBl','pwsLE','45IwjvBG','ViSao','Wnfsl','ezKyg','qggkf','fTwYm','JUwqh','OFuzz','XlwQG','dsztp','ZjcPu','bLeEX','_workerPool','aQLWq','wDXsv','koWVB','forEach','stderr','87328kFEzwg','bzUPD','QzVuC','pipe','stop'];a37_0x598e=function(){return _0x5f47a5;};return a37_0x598e();}exports[a37_0x16e886(0x11f)]=(_0x534a92,_0x488921,_0x75d51b)=>new Promise(async _0x5ec5eb=>{const _0xed3d02=a37_0x16e886,_0x3048ef={'dDmWN':_0xed3d02(0xf6),'TbOUA':function(_0x2efb87,_0x12747f){return _0x2efb87===_0x12747f;},'LYrBT':_0xed3d02(0x14b),'cLngj':_0xed3d02(0x173),'qrJmI':function(_0x3ec21d,_0x41c2a6){return _0x3ec21d!==_0x41c2a6;},'LnixU':'Owzxz','gyeNu':'failureCount','FqOBn':function(_0x4f2826,_0x424e92){return _0x4f2826+_0x424e92;},'ogBVR':_0xed3d02(0x114),'XeEPt':function(_0x2f0257,_0xaf1ebb){return _0x2f0257!==_0xaf1ebb;},'bzUPD':_0xed3d02(0x103),'XqHTp':function(_0x3960f2,_0x2c0778){return _0x3960f2(_0x2c0778);},'XfszT':_0xed3d02(0x175),'QdBfD':_0xed3d02(0x17b),'wYrjY':_0xed3d02(0xf8),'Wnfsl':_0xed3d02(0x13e),'rNaUl':function(_0x13ed67){return _0x13ed67();},'Smugo':function(_0x38dee1,_0x346c5d){return _0x38dee1===_0x346c5d;},'bWZLV':_0xed3d02(0x148),'wDXsv':function(_0x119ccc,_0xb3cc23){return _0x119ccc===_0xb3cc23;},'umlhJ':'bDtuM','KWsMm':_0xed3d02(0xfe),'RtgoX':function(_0x272fdb,_0x14c560){return _0x272fdb===_0x14c560;},'cGUbf':_0xed3d02(0x128),'qggkf':function(_0x267df2,_0x246d16){return _0x267df2(_0x246d16);},'covUG':function(_0x18ef9a,_0x575dac){return _0x18ef9a===_0x575dac;},'xWUrY':_0xed3d02(0xf5),'VIXBt':_0xed3d02(0xd6),'tvnyh':function(_0x1ac5dd,_0x3e3c62){return _0x1ac5dd!==_0x3e3c62;},'ptMqO':_0xed3d02(0xd9),'QzVuC':'mocha','XlwQG':function(_0xcf1eaa,_0x16f795){return _0xcf1eaa===_0x16f795;},'tsywH':_0xed3d02(0x150),'TYhVL':function(_0x5e7015,_0x4c32ba){return _0x5e7015===_0x4c32ba;},'HRhFg':_0xed3d02(0xdf),'RsmlH':function(_0xe2ced9,_0x10461e,_0x5616c9){return _0xe2ced9(_0x10461e,_0x5616c9);},'zhsBj':_0xed3d02(0x141),'RWBBc':_0xed3d02(0x118),'okTCG':_0xed3d02(0x10d),'dsztp':_0xed3d02(0xef),'XvWyu':function(_0xd77ad,_0x45113b){return _0xd77ad*_0x45113b;},'zsHqR':_0xed3d02(0x142),'vRwNP':_0xed3d02(0xfa),'GnRfF':_0xed3d02(0x102),'gTivv':_0xed3d02(0x167),'utUgc':_0xed3d02(0xd8),'SDemn':function(_0x4d0f4b,_0x4f2438){return _0x4d0f4b(_0x4f2438);}},_0x531775={};if(_0x3048ef[_0xed3d02(0x14f)](isTestObservabilitySession)){if(_0x3048ef['tvnyh'](_0x3048ef[_0xed3d02(0x158)],_0x3048ef[_0xed3d02(0x158)]))_0x3ba98c[_0xed3d02(0x126)]=0x1;else{const _0x3c07ec={..._0x75d51b};_0x3c07ec['root_dir_path']='',await SessionHandler[_0xed3d02(0x11d)](_0x3c07ec,{'frameworkName':_0x3048ef['QzVuC'],'frameworkVersion':_0x3048ef[_0xed3d02(0xde)](getFrameworkVersion,_0x3048ef['QzVuC'])});}}let _0x5ba1f4=_0x3048ef[_0xed3d02(0xe2)](process[_0xed3d02(0x171)][_0xed3d02(0x146)],_0x3048ef[_0xed3d02(0xfb)]);process[_0xed3d02(0x171)][_0xed3d02(0x123)]=_0x3048ef[_0xed3d02(0x109)](checkAccessibility,_0x75d51b),_0x5ba1f4=_0x5ba1f4||_0x3048ef[_0xed3d02(0x110)](process[_0xed3d02(0x171)][_0xed3d02(0x123)],_0x3048ef[_0xed3d02(0xfb)]);if(_0x5ba1f4){if(_0x3048ef[_0xed3d02(0x149)](_0x3048ef['HRhFg'],_0x3048ef[_0xed3d02(0x106)]))_0x8c3150[_0xed3d02(0xcb)]()[_0xed3d02(0xef)](_0x1b5655[_0xed3d02(0x132)]);else{const [_0x2a0497,_0x4e5727]=await _0x3048ef['RsmlH'](createAccessibilityTestRun,_0x75d51b,_0x3048ef[_0xed3d02(0xee)]);logger[_0xed3d02(0xf2)](_0xed3d02(0x181)+_0x4e5727),process['env']['BS_A11Y_JWT']=_0x2a0497,process[_0xed3d02(0x171)]['BS_A11Y_TEST_RUN_ID']=_0x4e5727;}}const _0x24fca6=new Worker(require[_0xed3d02(0x143)](_0x3048ef['zhsBj']),{'exposedMethods':[_0x3048ef[_0xed3d02(0x117)]],'forkOptions':{'serialization':_0x3048ef['okTCG'],'stdio':_0x3048ef[_0xed3d02(0xe3)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3048ef['XvWyu'](_0x488921,0x1),'enableWorkerThreads':!![]}),_0x5d6473=new Emittery();_0x5d6473['on'](_0x3048ef[_0xed3d02(0x17e)],_0xb02d35=>{const _0x1c18ed=_0xed3d02,_0x2af5d3={'pIPcp':function(_0xab7a76,_0x21e300){const _0x550327=a37_0x5f25;return _0x3048ef[_0x550327(0x122)](_0xab7a76,_0x21e300);}};if(_0x3048ef[_0x1c18ed(0x122)](_0x3048ef[_0x1c18ed(0x137)],_0x3048ef[_0x1c18ed(0x108)]))_0x4c61c3[_0x1c18ed(0x127)](_0x3048ef[_0x1c18ed(0xcc)]);else{if(_0x531775[_0xb02d35[0x0]]){if(_0x3048ef['qrJmI'](_0x3048ef['LnixU'],_0x3048ef[_0x1c18ed(0x11e)])){if(_0x2af5d3[_0x1c18ed(0x124)](_0x46bdc7[_0x1c18ed(0xf9)],!![]))return _0x2d1401=!![],!![];}else _0x531775[_0xb02d35[0x0]][_0x3048ef['gyeNu']]=_0x3048ef['FqOBn'](_0x531775[_0xb02d35[0x0]][_0x3048ef[_0x1c18ed(0x166)]],_0xb02d35[0x1][_0x3048ef[_0x1c18ed(0x166)]]),_0x531775[_0xb02d35[0x0]][_0x3048ef['ogBVR']]=[..._0x531775[_0xb02d35[0x0]][_0x3048ef[_0x1c18ed(0xd0)]],..._0xb02d35[0x1][_0x3048ef[_0x1c18ed(0xd0)]]];}else _0x3048ef[_0x1c18ed(0x138)](_0x3048ef[_0x1c18ed(0xed)],_0x3048ef[_0x1c18ed(0xed)])?_0x5a6e88['error'](_0x3048ef['dDmWN']):_0x531775[_0xb02d35[0x0]]={'failureCount':_0xb02d35[0x1][_0x3048ef[_0x1c18ed(0x166)]],'results':[..._0xb02d35[0x1][_0x3048ef[_0x1c18ed(0xd0)]]]};}}),_0x5d6473['on'](_0x3048ef['vRwNP'],_0x409ae1=>console[_0xed3d02(0x15f)](_0x409ae1[0x1]));_0x24fca6[_0xed3d02(0xcb)]()&&(_0x3048ef[_0xed3d02(0x122)](_0x3048ef[_0xed3d02(0x120)],_0x3048ef[_0xed3d02(0x120)])?_0x24fca6[_0xed3d02(0xcb)]()[_0xed3d02(0xef)](process['stdout']):_0x3048ef['XqHTp'](_0x5e1ab6,_0xed3d02(0x10f)+_0x3c50c0));_0x24fca6[_0xed3d02(0x155)]()&&(_0x3048ef[_0xed3d02(0xe2)](_0x3048ef['gTivv'],_0x3048ef[_0xed3d02(0x16a)])?_0x26e9b4['error']('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x43755d[_0xed3d02(0x15c)](_0xfaa4d8)):_0x24fca6[_0xed3d02(0x155)]()['pipe'](process[_0xed3d02(0xeb)]));const _0x186e97=async()=>{const _0x3f09d5=_0xed3d02,_0x1d6a48={'TijdX':function(_0x597ab8,_0x5a15bc){const _0x3ec7d5=a37_0x5f25;return _0x3048ef[_0x3ec7d5(0x122)](_0x597ab8,_0x5a15bc);},'wxkDy':_0x3048ef['XfszT']};if(_0x3048ef['qrJmI'](_0x3048ef[_0x3f09d5(0x163)],_0x3048ef[_0x3f09d5(0x163)]))return _0x20c5d0[_0x3f09d5(0x115)](_0xc6ed2c);else{const {forceExited:_0x258f10}=await _0x24fca6[_0x3f09d5(0x11b)]();_0x258f10&&(_0x3048ef[_0x3f09d5(0x138)](_0x3048ef[_0x3f09d5(0x15d)],_0x3048ef[_0x3f09d5(0xdc)])?console[_0x3f09d5(0x127)](_0x3048ef[_0x3f09d5(0xcc)]):_0x5ddd79[_0x3f09d5(0xcb)]()[_0x3f09d5(0xef)](_0xc9d0be[_0x3f09d5(0x132)]));_0x3048ef[_0x3f09d5(0x14f)](isAccessibilityAutomationSession)&&(_0x3048ef[_0x3f09d5(0x13b)](_0x3048ef['bWZLV'],_0x3048ef[_0x3f09d5(0x169)])?await _0x3048ef[_0x3f09d5(0x109)](stopAccessibilityTestRun,_0x75d51b)[_0x3f09d5(0x100)](_0x21f9ab=>{const _0xd7f2f2=_0x3f09d5;_0x1d6a48[_0xd7f2f2(0x15b)](_0x1d6a48[_0xd7f2f2(0x12e)],_0x1d6a48[_0xd7f2f2(0x12e)])?logger[_0xd7f2f2(0x127)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+util['format'](_0x21f9ab)):_0x14fb6b=_0x3d48fb;}):_0x3b302c[_0x3f09d5(0xf2)](_0x3f09d5(0x107)+_0x55f983));if(_0x3048ef[_0x3f09d5(0x14f)](isTestObservabilitySession)){if(_0x3048ef[_0x3f09d5(0xe8)](_0x3048ef['umlhJ'],_0x3048ef['umlhJ']))try{_0x3048ef[_0x3f09d5(0x149)](_0x3048ef[_0x3f09d5(0x129)],_0x3048ef[_0x3f09d5(0x129)])?_0x459993[_0x3f09d5(0x133)]([_0x49cc0d[0x0],_0xcc79bf[0x1]]):await SessionHandler[_0x3f09d5(0xf0)]();}catch(_0x502968){if(_0x3048ef[_0x3f09d5(0x164)](_0x3048ef[_0x3f09d5(0x172)],_0x3048ef[_0x3f09d5(0x172)]))_0x3048ef[_0x3f09d5(0xde)](debug,_0x3f09d5(0x10f)+_0x502968);else{const _0x2b1381={'fFvLj':function(_0x366c64,_0x5a5317){return _0x3048ef['TbOUA'](_0x366c64,_0x5a5317);}};_0x4bde83[_0x3f09d5(0x170)][_0x3f09d5(0xea)](_0x4eff2c=>{const _0x1586e9=_0x3f09d5;if(_0x2b1381[_0x1586e9(0x134)](_0x4eff2c[_0x1586e9(0xf9)],!![]))return _0x18e2dd=!![],!![];});}}else _0x2c8153['getStderr']()[_0x3f09d5(0xef)](_0x14a82d[_0x3f09d5(0xeb)]);}_0x3048ef['qggkf'](_0x5ec5eb,_0x531775);}},_0x3051ac=_0x3048ef[_0xed3d02(0x16f)](pLimit,_0x3048ef['XvWyu'](_0x488921,0x1)),_0x25d03a=_0xd503b3=>_0x3051ac(async()=>{const _0x5171c5=_0xed3d02,_0x76dc0e={};_0x76dc0e[_0x5171c5(0x140)]=_0x3048ef[_0x5171c5(0xcc)];const _0x4c4443=_0x76dc0e;if(_0x3048ef[_0x5171c5(0x130)](_0x3048ef['xWUrY'],_0x3048ef[_0x5171c5(0x168)]))return await _0x5d6473[_0x5171c5(0x177)](_0x3048ef['VIXBt'],_0xd503b3),_0x24fca6[_0x5171c5(0x118)](_0xd503b3,_0x75d51b);else _0x4b4c81[_0x5171c5(0x127)](_0x4c4443['zLYmg']);});Promise[_0xed3d02(0x152)](_0x534a92[_0xed3d02(0x183)](_0x24ac32=>_0x25d03a(_0x24ac32)[_0xed3d02(0x14c)](_0x597091=>_0x5d6473[_0xed3d02(0x177)](_0xed3d02(0x142),[_0x24ac32[_0xed3d02(0x112)][_0xed3d02(0x179)],_0x597091]),_0x57dd83=>_0x5d6473[_0xed3d02(0x177)](_0xed3d02(0xfa),[_0x24ac32,_0x57dd83]))))['then'](_0x186e97,_0x186e97);}),exports[a37_0x16e886(0xd1)]=(_0x2c029e,_0x14a12c,_0x23a211,_0x1d6042,_0x1385a1)=>{const _0x1875a9=a37_0x16e886,_0x5a9fcd={'HJTrp':function(_0x24703f,_0x1f52ad){return _0x24703f!==_0x1f52ad;},'aQLWq':_0x1875a9(0x156),'PzkjF':'failureCount','BHOSz':_0x1875a9(0x114),'LWwjX':function(_0xd0d2e4,_0x579688){return _0xd0d2e4===_0x579688;},'sBDJF':_0x1875a9(0xcf),'nYvrg':function(_0x264c4f,_0xb67388){return _0x264c4f!==_0xb67388;},'WazES':'xjWUG','kboqv':_0x1875a9(0x12f),'mEERc':'Workers\x20failed\x20to\x20exit\x20gracefully','UpqZv':function(_0x5a1d3b,_0x21c880){return _0x5a1d3b(_0x21c880);},'kgxgC':function(_0x29e30d,_0x535f52){return _0x29e30d!==_0x535f52;},'xxXwf':function(_0x51d5db,_0x4f7ca5){return _0x51d5db+_0x4f7ca5;},'CYUWZ':_0x1875a9(0xf3),'cLeJU':_0x1875a9(0x141),'jbxzE':'cucumberWorker','GeoWF':_0x1875a9(0x10d),'KQiIR':'pipe','sHwhY':_0x1875a9(0x182),'hgfmr':_0x1875a9(0xce),'DNjMV':_0x1875a9(0x10b),'XrIEj':function(_0x51b0b4,_0x201460){return _0x51b0b4===_0x201460;},'rbECr':_0x1875a9(0x15a),'SBcwI':'GjCjH'};return new Promise(_0x336781=>{const _0x136441=_0x1875a9,_0x46057f={'Cfetq':function(_0x5a23aa,_0x2e1b47){return _0x5a9fcd['LWwjX'](_0x5a23aa,_0x2e1b47);},'cIlDh':function(_0x996db9,_0x568473){return _0x5a9fcd['kgxgC'](_0x996db9,_0x568473);},'Wfxsp':_0x5a9fcd[_0x136441(0x17d)],'BifRh':function(_0x5b7308,_0x36d714){const _0x3815e7=_0x136441;return _0x5a9fcd[_0x3815e7(0x15e)](_0x5b7308,_0x36d714);},'qXPMc':_0x5a9fcd['BHOSz'],'JxzUi':_0x5a9fcd[_0x136441(0xd4)]},_0x401b1c=[],_0x4a3576=new Worker(require[_0x136441(0x143)](_0x5a9fcd[_0x136441(0x180)]),{'exposedMethods':[_0x5a9fcd['jbxzE']],'forkOptions':{'serialization':_0x5a9fcd[_0x136441(0xd7)],'stdio':_0x5a9fcd['KQiIR']},'numWorkers':_0x2c029e[_0x136441(0xff)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5191cf=new Emittery();_0x5191cf['on'](_0x5a9fcd[_0x136441(0x113)],_0x42cfb9=>{const _0xf5838=_0x136441;if(_0x5a9fcd['HJTrp'](_0x5a9fcd[_0xf5838(0xe7)],_0x5a9fcd['aQLWq']))return _0x3e2535=!![],!![];else _0x401b1c[_0xf5838(0x133)]([_0x42cfb9[0x0],_0x42cfb9[0x1]]);}),_0x5191cf['on'](_0x5a9fcd['hgfmr'],_0x54c97f=>console['log'](_0x54c97f[0x1]));_0x4a3576[_0x136441(0xcb)]()&&(_0x5a9fcd[_0x136441(0x13f)](_0x5a9fcd[_0x136441(0x162)],_0x5a9fcd[_0x136441(0x162)])?_0x46057f[_0x136441(0x105)](_0x12a357,0x0)&&_0x46057f[_0x136441(0x12b)](_0x6e03f3,0x0)&&(_0x3b53fa=_0x532082):_0x4a3576['getStdout']()[_0x136441(0xef)](process[_0x136441(0x132)]));if(_0x4a3576['getStderr']()){if(_0x5a9fcd['XrIEj'](_0x5a9fcd[_0x136441(0x144)],_0x5a9fcd[_0x136441(0x159)])){const _0x319cee={};_0x319cee[_0x136441(0x14e)]=_0x1f1eba[0x1][_0x5a9fcd['PzkjF']],_0x319cee[_0x136441(0x114)]=[..._0x39374d[0x1][_0x5a9fcd['BHOSz']]],_0x34f059[_0xd2d26d[0x0]]=_0x319cee;}else _0x4a3576[_0x136441(0x155)]()[_0x136441(0xef)](process[_0x136441(0xeb)]);}const _0x14193a=async()=>{const _0x309c47=_0x136441;if(_0x5a9fcd['LWwjX'](_0x5a9fcd[_0x309c47(0x139)],_0x5a9fcd[_0x309c47(0x139)])){const {forceExited:_0x39f68a}=await _0x4a3576[_0x309c47(0x11b)]();_0x39f68a&&(_0x5a9fcd['nYvrg'](_0x5a9fcd[_0x309c47(0x12c)],_0x5a9fcd[_0x309c47(0x17f)])?console[_0x309c47(0x127)](_0x5a9fcd['mEERc']):_0x50ed5f[0x0]&&_0x3bb8c8[_0x309c47(0x14d)]('Running\x20'+_0x22638b[0x1]+_0x309c47(0x13a),_0x19d571[0x0])),_0x5a9fcd['UpqZv'](_0x336781,_0x401b1c);}else _0x3e4547[_0x5eab21[0x0]][_0x46057f[_0x309c47(0xf4)]]=_0x46057f[_0x309c47(0x157)](_0x204067[_0x3869d8[0x0]][_0x46057f['Wfxsp']],_0x126c6a[0x1][_0x46057f['Wfxsp']]),_0x15e479[_0x1be1d6[0x0]][_0x46057f[_0x309c47(0xf7)]]=[..._0x269c67[_0xde3bb3[0x0]][_0x46057f[_0x309c47(0xf7)]],..._0x10afa5[0x1][_0x46057f[_0x309c47(0xf7)]]];},_0x2e7299=_0x5a9fcd[_0x136441(0x13d)](pLimit,_0x2c029e[_0x136441(0xff)]),_0x3ab802=(_0x48dd61,_0x101e05)=>_0x2e7299(async()=>{const _0x53340f=_0x136441;return await _0x5191cf[_0x53340f(0x177)](_0x46057f[_0x53340f(0x14a)],_0x48dd61),_0x14a12c[_0x53340f(0x104)]=_0x23a211[_0x53340f(0x170)][_0x101e05],_0x4a3576[_0x53340f(0x12a)](_0x48dd61,_0x14a12c,_0x23a211,_0x1d6042,_0x1385a1);});Promise[_0x136441(0x152)](_0x2c029e[_0x136441(0x183)]((_0x555ce0,_0x21a2b2)=>_0x3ab802(_0x555ce0,_0x21a2b2)[_0x136441(0x14c)](_0x1a6dea=>_0x5191cf['emit'](_0x136441(0x182),[_0x555ce0,_0x1a6dea]),_0x44d165=>_0x5191cf[_0x136441(0x177)](_0x136441(0xce),[_0x555ce0,_0x44d165]))))[_0x136441(0x14c)](_0x14193a,_0x14193a);});},exports[a37_0x16e886(0x13c)]=(_0x5bcd4b,_0x56febf)=>new Promise(_0x24a196=>{const _0x209d94=a37_0x16e886,_0x50a962={'UcSfT':function(_0x1dbd01,_0x57009c){return _0x1dbd01===_0x57009c;},'UTXKX':function(_0x3bcdb6,_0x4b0727){return _0x3bcdb6!==_0x4b0727;},'NeQeA':'exit','aIjeT':'Workers\x20failed\x20to\x20exit\x20gracefully','Ephvl':function(_0x261669,_0x1eddcc){return _0x261669(_0x1eddcc);},'rYCDY':_0x209d94(0x141),'gBeNo':_0x209d94(0x115),'KHJFL':_0x209d94(0x10d),'uAgBt':_0x209d94(0xef),'koWVB':'test-file-success','XdtZu':'test-file-failure'},_0x2da535={},_0x40db94=new Worker(require[_0x209d94(0x143)](_0x50a962['rYCDY']),{'exposedMethods':[_0x50a962[_0x209d94(0x17a)]],'forkOptions':{'serialization':_0x50a962['KHJFL'],'stdio':_0x50a962[_0x209d94(0x17c)]},'numWorkers':_0x56febf,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x451b64=new Emittery();_0x451b64['on'](_0x50a962[_0x209d94(0xe9)],_0x20f266=>{const _0x4a6080=_0x209d94;_0x20f266[0x0]&&logger['info'](_0x4a6080(0x111)+_0x20f266[0x1]+_0x4a6080(0x13a),_0x20f266[0x0]);}),_0x451b64['on'](_0x50a962[_0x209d94(0xf1)],_0x55c283=>{const _0x38d8fe=_0x209d94;process[_0x38d8fe(0x126)]=0x1;});_0x40db94[_0x209d94(0xcb)]()&&_0x40db94[_0x209d94(0xcb)]()[_0x209d94(0xef)](process[_0x209d94(0x132)]);_0x40db94['getStderr']()&&_0x40db94[_0x209d94(0x155)]()['pipe'](process[_0x209d94(0xeb)]);const _0x194576=async()=>{const _0x12bb9c=_0x209d94,_0x214961={'bLeEX':function(_0x37ab20,_0x147746){const _0x57776a=a37_0x5f25;return _0x50a962[_0x57776a(0x101)](_0x37ab20,_0x147746);},'eFiWz':function(_0x1d8da9,_0x66feb2){const _0x25a557=a37_0x5f25;return _0x50a962[_0x25a557(0x147)](_0x1d8da9,_0x66feb2);},'ViSao':_0x50a962['NeQeA']};let _0x5129f2=0x0;const _0x162e94=_0x40db94[_0x12bb9c(0xe6)][_0x12bb9c(0x178)](),_0x1d589f=()=>{},_0x2eb9aa=_0x162e94[_0x12bb9c(0x183)](async _0x337d93=>{const _0x2afced=_0x12bb9c,_0x18d382={'ysRrI':function(_0x4b0e2e,_0x1a9dad){const _0x1b9e4f=a37_0x5f25;return _0x214961[_0x1b9e4f(0xe5)](_0x4b0e2e,_0x1a9dad);},'TLmQk':function(_0x3b699f,_0x3a1b9a){const _0x431201=a37_0x5f25;return _0x214961[_0x431201(0x116)](_0x3b699f,_0x3a1b9a);}};_0x337d93[_0x2afced(0x176)]([0x2,![]],_0x1d589f,_0x1d589f,_0x1d589f),_0x337d93[_0x2afced(0x121)]['on'](_0x214961[_0x2afced(0xdb)],_0x5f0e72=>{_0x18d382['ysRrI'](_0x5129f2,0x0)&&_0x18d382['TLmQk'](_0x5f0e72,0x0)&&(_0x5129f2=_0x5f0e72);}),await _0x337d93[_0x2afced(0x174)]();});await Promise[_0x12bb9c(0x152)](_0x2eb9aa),process['exitCode']=_0x5129f2;const {forceExited:_0x76aa15}=await _0x40db94[_0x12bb9c(0x11b)]();_0x76aa15&&console[_0x12bb9c(0x127)](_0x50a962[_0x12bb9c(0x10a)]),_0x50a962['Ephvl'](_0x24a196,_0x2da535);},_0x22fe34=_0x50a962[_0x209d94(0x153)](pLimit,_0x56febf),_0x1093c2=_0x2c5973=>_0x22fe34(async()=>{const _0x15b559=_0x209d94;return _0x40db94[_0x15b559(0x115)](_0x2c5973);});Promise[_0x209d94(0x152)](_0x5bcd4b['map'](_0x321833=>_0x1093c2(_0x321833)[_0x209d94(0x14c)](_0x2ac722=>_0x451b64[_0x209d94(0x177)](_0x209d94(0x142),[_0x321833[_0x209d94(0x112)][_0x209d94(0x179)],_0x321833[_0x209d94(0x112)]['file']]),_0x68f1b6=>_0x451b64[_0x209d94(0x177)](_0x209d94(0xfa),[_0x321833,_0x68f1b6]))))[_0x209d94(0x14c)](_0x194576,_0x194576);});
@@ -1 +1 @@
1
- function a38_0x61ce(_0x669b02,_0x251031){const _0x945d64=a38_0x945d();return a38_0x61ce=function(_0x61ce2b,_0x1ec1c0){_0x61ce2b=_0x61ce2b-0x7f;let _0x3a33ac=_0x945d64[_0x61ce2b];return _0x3a33ac;},a38_0x61ce(_0x669b02,_0x251031);}function a38_0x945d(){const _0x1d274c=['1113705JemqCu','1693985sQOmGr','CZkZG','10FrljqW','aRYwM','80553wFEGHX','787486crBLGY','8GTMgcn','cHTlQ','465312eQtTGI','1584DShTPE','configuration','runVanillaTest','OkAaM','ujaIv','344YAOnAO','hCBoE','../launcher/launcher','1884CkkFEb','run','395262TtTehs','dxxsP','mocha','LMlse','6rpinyo','cucumber-js'];a38_0x945d=function(){return _0x1d274c;};return a38_0x945d();}const a38_0x27c380=a38_0x61ce;(function(_0x391771,_0x4f4833){const _0x20b458=a38_0x61ce,_0x3e8865=_0x391771();while(!![]){try{const _0xb16cb0=parseInt(_0x20b458(0x8e))/0x1*(-parseInt(_0x20b458(0x93))/0x2)+-parseInt(_0x20b458(0x98))/0x3+parseInt(_0x20b458(0x8d))/0x4+-parseInt(_0x20b458(0x85))/0x5*(parseInt(_0x20b458(0x82))/0x6)+-parseInt(_0x20b458(0x8a))/0x7*(parseInt(_0x20b458(0x8b))/0x8)+-parseInt(_0x20b458(0x84))/0x9*(parseInt(_0x20b458(0x87))/0xa)+parseInt(_0x20b458(0x89))/0xb*(parseInt(_0x20b458(0x96))/0xc);if(_0xb16cb0===_0x4f4833)break;else _0x3e8865['push'](_0x3e8865['shift']());}catch(_0x52f29a){_0x3e8865['push'](_0x3e8865['shift']());}}}(a38_0x945d,0x4604d),exports['runTest']=async(_0xe7e477,_0x12bf84)=>{const _0x41ac2f=a38_0x61ce,_0x548617={'hCBoE':function(_0x3762b7,_0x2e6327){return _0x3762b7(_0x2e6327);},'AgLFP':'../launcher/launcher','CZkZG':_0x41ac2f(0x80)},_0xc93a1f=_0x548617[_0x41ac2f(0x94)](require,_0x548617['AgLFP']),_0x1ac0f0=new _0xc93a1f(_0x548617[_0x41ac2f(0x86)],_0xe7e477,_0x12bf84);return await _0x1ac0f0[_0x41ac2f(0x97)]();},exports['runCucumberTest']=async(_0x3699c4,_0xe68f62,_0x2fe911,_0x370554,_0x42c286)=>{const _0x3cc4aa=a38_0x61ce,_0x3843cd={'dxxsP':function(_0xcc4216,_0x35844e){return _0xcc4216(_0x35844e);},'OkAaM':_0x3cc4aa(0x95),'cHTlQ':_0x3cc4aa(0x83)},_0x23b213={'capability':_0x3699c4,..._0xe68f62},_0xe7b97d={};_0xe7b97d[_0x3cc4aa(0x8f)]=_0x23b213,_0xe7b97d['formatter']=_0x42c286;const _0x63a96f=_0xe7b97d,_0x4312b2=_0x3843cd[_0x3cc4aa(0x7f)](require,_0x3843cd[_0x3cc4aa(0x91)]),_0x392b9f=new _0x4312b2(_0x3843cd[_0x3cc4aa(0x8c)],_0x63a96f,_0x2fe911,_0x370554);return await _0x392b9f[_0x3cc4aa(0x97)]();},exports[a38_0x27c380(0x90)]=async _0xb587b=>{const _0x439bcb=a38_0x27c380,_0x2728b9={'aRYwM':function(_0x38aaeb,_0x5f2589){return _0x38aaeb(_0x5f2589);},'LMlse':_0x439bcb(0x95),'ujaIv':'vanilla'},_0x26e484=_0x2728b9[_0x439bcb(0x88)](require,_0x2728b9[_0x439bcb(0x81)]),_0x9558ac=new _0x26e484(_0x2728b9[_0x439bcb(0x92)],_0xb587b);return await _0x9558ac['run']();});
1
+ function a38_0x3734(_0x47611f,_0x2b1e2f){const _0x23ae3a=a38_0x23ae();return a38_0x3734=function(_0x3734e7,_0x8bff2d){_0x3734e7=_0x3734e7-0xa4;let _0x54ba2b=_0x23ae3a[_0x3734e7];return _0x54ba2b;},a38_0x3734(_0x47611f,_0x2b1e2f);}const a38_0x4c8239=a38_0x3734;(function(_0x396334,_0x5f4563){const _0x487c5b=a38_0x3734,_0x2725fe=_0x396334();while(!![]){try{const _0x376df9=parseInt(_0x487c5b(0xb2))/0x1*(parseInt(_0x487c5b(0xc1))/0x2)+-parseInt(_0x487c5b(0xb6))/0x3+-parseInt(_0x487c5b(0xa5))/0x4*(parseInt(_0x487c5b(0xa9))/0x5)+-parseInt(_0x487c5b(0xb3))/0x6*(-parseInt(_0x487c5b(0xbc))/0x7)+-parseInt(_0x487c5b(0xaf))/0x8*(parseInt(_0x487c5b(0xac))/0x9)+-parseInt(_0x487c5b(0xb9))/0xa*(-parseInt(_0x487c5b(0xb5))/0xb)+parseInt(_0x487c5b(0xa6))/0xc*(parseInt(_0x487c5b(0xb7))/0xd);if(_0x376df9===_0x5f4563)break;else _0x2725fe['push'](_0x2725fe['shift']());}catch(_0x47d2e5){_0x2725fe['push'](_0x2725fe['shift']());}}}(a38_0x23ae,0xb8987),exports[a38_0x4c8239(0xa4)]=async(_0x16fb34,_0x2d9a50)=>{const _0x57fcf1=a38_0x4c8239,_0x2695bc={'Brpbp':function(_0xdb6f2d,_0x5adaaa){return _0xdb6f2d(_0x5adaaa);},'LZunL':_0x57fcf1(0xa7),'gQMHv':_0x57fcf1(0xa8)},_0x1179ee=_0x2695bc[_0x57fcf1(0xbf)](require,_0x2695bc[_0x57fcf1(0xb4)]),_0x229680=new _0x1179ee(_0x2695bc[_0x57fcf1(0xbe)],_0x16fb34,_0x2d9a50);return await _0x229680[_0x57fcf1(0xc0)]();},exports[a38_0x4c8239(0xb0)]=async(_0x483234,_0x3eb55,_0x9df88e,_0x60ba2b,_0x1e521d)=>{const _0x23ea1c=a38_0x4c8239,_0x409b7a={'sQivv':function(_0x5bc685,_0x3cefba){return _0x5bc685(_0x3cefba);},'qvUXZ':_0x23ea1c(0xa7),'Hhsla':_0x23ea1c(0xad)},_0x370e75={'capability':_0x483234,..._0x3eb55},_0x525ab1={};_0x525ab1[_0x23ea1c(0xb1)]=_0x370e75,_0x525ab1[_0x23ea1c(0xab)]=_0x1e521d;const _0x363bb3=_0x525ab1,_0x22b6c7=_0x409b7a['sQivv'](require,_0x409b7a[_0x23ea1c(0xaa)]),_0x2cdd27=new _0x22b6c7(_0x409b7a[_0x23ea1c(0xb8)],_0x363bb3,_0x9df88e,_0x60ba2b);return await _0x2cdd27[_0x23ea1c(0xc0)]();},exports[a38_0x4c8239(0xae)]=async _0x3e296d=>{const _0x2d3eb4=a38_0x4c8239,_0x429bb1={'fKDrB':function(_0x52821b,_0x1d8a08){return _0x52821b(_0x1d8a08);},'cZBuM':_0x2d3eb4(0xa7),'Dbxnv':'vanilla'},_0x521360=_0x429bb1[_0x2d3eb4(0xba)](require,_0x429bb1[_0x2d3eb4(0xbb)]),_0x1bc9c1=new _0x521360(_0x429bb1[_0x2d3eb4(0xbd)],_0x3e296d);return await _0x1bc9c1[_0x2d3eb4(0xc0)]();});function a38_0x23ae(){const _0x36ee15=['3540xnvpsl','fKDrB','cZBuM','7Dcjvax','Dbxnv','gQMHv','Brpbp','run','44rHGJdR','runTest','5969804XpXmgv','132SsEBYR','../launcher/launcher','mocha','5wwhnMV','qvUXZ','formatter','848718IaxwWK','cucumber-js','runVanillaTest','56IwiFWN','runCucumberTest','configuration','11024CMNkAm','5593398ZIRTlf','LZunL','29062EZAEdF','225042KsmxWr','1032499ToSIQH','Hhsla'];a38_0x23ae=function(){return _0x36ee15;};return a38_0x23ae();}
@@ -1 +1 @@
1
- function a39_0x5a23(_0x3e4500,_0x44725e){const _0xec777=a39_0xec77();return a39_0x5a23=function(_0x5a23d5,_0x316421){_0x5a23d5=_0x5a23d5-0x19d;let _0x5ed3fb=_0xec777[_0x5a23d5];return _0x5ed3fb;},a39_0x5a23(_0x3e4500,_0x44725e);}const a39_0x536822=a39_0x5a23;(function(_0x4418dc,_0x2675bb){const _0x321bfc=a39_0x5a23,_0x3d2aff=_0x4418dc();while(!![]){try{const _0x5298a5=-parseInt(_0x321bfc(0x1a8))/0x1*(-parseInt(_0x321bfc(0x19e))/0x2)+-parseInt(_0x321bfc(0x1a4))/0x3*(-parseInt(_0x321bfc(0x19d))/0x4)+parseInt(_0x321bfc(0x1ac))/0x5*(parseInt(_0x321bfc(0x1aa))/0x6)+parseInt(_0x321bfc(0x1a5))/0x7+-parseInt(_0x321bfc(0x1a7))/0x8*(-parseInt(_0x321bfc(0x1a3))/0x9)+-parseInt(_0x321bfc(0x1a6))/0xa+-parseInt(_0x321bfc(0x1a0))/0xb;if(_0x5298a5===_0x2675bb)break;else _0x3d2aff['push'](_0x3d2aff['shift']());}catch(_0x3e09d4){_0x3d2aff['push'](_0x3d2aff['shift']());}}}(a39_0xec77,0x9a38c));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a39_0x536822(0x1a2)]=async(_0x2000e7,_0x1382d2)=>{const _0x46a55e=a39_0x536822,_0x28e4cb={'uQBIM':function(_0x32857c,_0x4beacf,_0x2bb0c6){return _0x32857c(_0x4beacf,_0x2bb0c6);}};return await _0x28e4cb[_0x46a55e(0x1ab)](runTest,_0x2000e7,_0x1382d2);},exports[a39_0x536822(0x1a9)]=async(_0x57ea4f,_0x441878,_0x3836ad,_0x5643a1,_0x5e36ad)=>{const _0x54831a=a39_0x536822,_0x2bf74a={'IUrjZ':function(_0x2a8701,_0x44c72e,_0x22eaa2,_0x51daca,_0x50465e,_0x424775){return _0x2a8701(_0x44c72e,_0x22eaa2,_0x51daca,_0x50465e,_0x424775);}};return await _0x2bf74a[_0x54831a(0x1a1)](runCucumberTest,_0x57ea4f,_0x441878,_0x3836ad,_0x5643a1,_0x5e36ad);},exports[a39_0x536822(0x19f)]=async _0x1f3784=>{const _0x4ac6d9=a39_0x536822,_0x5f88cd={'aFKtk':function(_0x3ca8f0,_0xa57369){return _0x3ca8f0(_0xa57369);}};return await _0x5f88cd[_0x4ac6d9(0x1ad)](runVanillaTest,_0x1f3784);};function a39_0xec77(){const _0x2cc2bb=['6527eprTMr','cucumberWorker','66oMdDSZ','uQBIM','94960jxyWBm','aFKtk','4wnXcUV','60TnufWE','vanillaWorker','8564138CvBnex','IUrjZ','worker','7542999oGEajR','305253GDBVXO','4623311mlyapW','5948070qELDyn','8RQNQWM'];a39_0xec77=function(){return _0x2cc2bb;};return a39_0xec77();}
1
+ function a39_0x587f(){const _0x3a336d=['14XeqGkZ','1205784weprTX','38418MFXbcj','913vrRKZd','IRwxt','13280cFiIhL','zYLNx','14mNvdmd','9sNFsTH','UgDwv','20868kJwRuO','1674390wKAvMC','worker','cucumberWorker','56DyElDD','./runTest','26759PQoNKG','vanillaWorker','11687247ABhTFy','126PbQIDc'];a39_0x587f=function(){return _0x3a336d;};return a39_0x587f();}const a39_0x1f0847=a39_0x3f4d;function a39_0x3f4d(_0x54a8b2,_0x56fc16){const _0x587f67=a39_0x587f();return a39_0x3f4d=function(_0x3f4dab,_0x225c39){_0x3f4dab=_0x3f4dab-0x1c4;let _0x32fc9d=_0x587f67[_0x3f4dab];return _0x32fc9d;},a39_0x3f4d(_0x54a8b2,_0x56fc16);}(function(_0x26082f,_0x4f896b){const _0x4ffdc3=a39_0x3f4d,_0x1bc7a5=_0x26082f();while(!![]){try{const _0x5360a9=-parseInt(_0x4ffdc3(0x1cc))/0x1*(parseInt(_0x4ffdc3(0x1d0))/0x2)+parseInt(_0x4ffdc3(0x1d2))/0x3*(-parseInt(_0x4ffdc3(0x1ca))/0x4)+parseInt(_0x4ffdc3(0x1d5))/0x5*(-parseInt(_0x4ffdc3(0x1cf))/0x6)+-parseInt(_0x4ffdc3(0x1d7))/0x7*(parseInt(_0x4ffdc3(0x1d1))/0x8)+parseInt(_0x4ffdc3(0x1c4))/0x9*(-parseInt(_0x4ffdc3(0x1c7))/0xa)+parseInt(_0x4ffdc3(0x1d3))/0xb*(parseInt(_0x4ffdc3(0x1c6))/0xc)+parseInt(_0x4ffdc3(0x1ce))/0xd;if(_0x5360a9===_0x4f896b)break;else _0x1bc7a5['push'](_0x1bc7a5['shift']());}catch(_0x5d496f){_0x1bc7a5['push'](_0x1bc7a5['shift']());}}}(a39_0x587f,0x25222));const {runTest,runCucumberTest,runVanillaTest}=require(a39_0x1f0847(0x1cb));exports[a39_0x1f0847(0x1c8)]=async(_0x5565b4,_0x3d9908)=>{const _0x42d9e7=a39_0x1f0847,_0x287e78={'zYLNx':function(_0xfbfc7c,_0x27a8f7,_0x30a1b4){return _0xfbfc7c(_0x27a8f7,_0x30a1b4);}};return await _0x287e78[_0x42d9e7(0x1d6)](runTest,_0x5565b4,_0x3d9908);},exports[a39_0x1f0847(0x1c9)]=async(_0x3bb0e9,_0x2ff605,_0x32bf9d,_0x1ae179,_0x33c571)=>{const _0x40292f=a39_0x1f0847,_0x4db16e={'UgDwv':function(_0x1b4224,_0x5b7edb,_0x2f7077,_0xf8d127,_0x25d169,_0x3ea93a){return _0x1b4224(_0x5b7edb,_0x2f7077,_0xf8d127,_0x25d169,_0x3ea93a);}};return await _0x4db16e[_0x40292f(0x1c5)](runCucumberTest,_0x3bb0e9,_0x2ff605,_0x32bf9d,_0x1ae179,_0x33c571);},exports[a39_0x1f0847(0x1cd)]=async _0x40670f=>{const _0x449fd7=a39_0x1f0847,_0x5684df={'IRwxt':function(_0x5f1c85,_0xf5a226){return _0x5f1c85(_0xf5a226);}};return await _0x5684df[_0x449fd7(0x1d4)](runVanillaTest,_0x40670f);};
@@ -1 +1 @@
1
- function a40_0xa39f(_0x341e37,_0x317c7e){var _0x4501ee=a40_0x4501();return a40_0xa39f=function(_0xa39f89,_0x43b365){_0xa39f89=_0xa39f89-0x133;var _0x346086=_0x4501ee[_0xa39f89];return _0x346086;},a40_0xa39f(_0x341e37,_0x317c7e);}var a40_0x330632=a40_0xa39f;(function(_0x413733,_0x102561){var _0x2df686=a40_0xa39f,_0x3d490d=_0x413733();while(!![]){try{var _0x151414=-parseInt(_0x2df686(0x13f))/0x1*(-parseInt(_0x2df686(0x17f))/0x2)+-parseInt(_0x2df686(0x150))/0x3*(-parseInt(_0x2df686(0x143))/0x4)+-parseInt(_0x2df686(0x159))/0x5*(-parseInt(_0x2df686(0x144))/0x6)+parseInt(_0x2df686(0x17c))/0x7*(-parseInt(_0x2df686(0x154))/0x8)+parseInt(_0x2df686(0x155))/0x9*(parseInt(_0x2df686(0x14c))/0xa)+parseInt(_0x2df686(0x15d))/0xb+-parseInt(_0x2df686(0x175))/0xc;if(_0x151414===_0x102561)break;else _0x3d490d['push'](_0x3d490d['shift']());}catch(_0x181fd6){_0x3d490d['push'](_0x3d490d['shift']());}}}(a40_0x4501,0x5a4a5));var a40_0x3481a3={};a40_0x3481a3[a40_0x330632(0x183)]='shows\x20version\x20information',a40_0x3481a3[a40_0x330632(0x15b)]=a40_0x330632(0x184);var a40_0x333d75={};a40_0x333d75[a40_0x330632(0x183)]=a40_0x330632(0x138);var a40_0x3ec701={};a40_0x3ec701[a40_0x330632(0x183)]=a40_0x330632(0x151);var a40_0x4c4a8b={};a40_0x4c4a8b['INFO']=a40_0x330632(0x171);var a40_0xcc565d={};a40_0xcc565d[a40_0x330632(0x183)]=a40_0x330632(0x13a);var a40_0x506162={};a40_0x506162[a40_0x330632(0x183)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a40_0x86290a={};a40_0x86290a[a40_0x330632(0x183)]=a40_0x330632(0x153);var a40_0x104a36={};function a40_0x4501(){var _0x2b9416=['ROOT_CAPS','INFO','Specify\x20--help\x20for\x20available\x20options','NIGHTWATCH','firefoxOptions','ERR_CONNECTION_REFUSED','PLAYWRIGHT_HUB_URL','chromeOptions','Run\x20jest\x20tests\x20on\x20browserstack','CUSTOM_ID_REGEX','Run\x20js\x20tests\x20on\x20browserstack','wss://cdp.browserstack.com/playwright?caps=','browserVersion','sdk/v1/event','unhandledPromptBehavior','731452QORMPk','app-automate','APP_AUTOMATE_PRODUCTS','ERR_CONNECTION_TIMED_OUT','692jBwrKN','3614052rMsGbd','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','FUNNEL_INSTRUMENTATION_API_URL','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_CONNECTION_RESET','VERSION','jest','ERR_SOCKS_CONNECTION_FAILED','218590vYAaKk','.ipa','ERR_PROXY_CONNECTION_FAILED','APP_UPLOAD_URL','2211hXMhWr','Run\x20mocha\x20tests\x20on\x20browserstack','Playwright','Run\x20playwright\x20tests\x20on\x20Browserstack','2311624ydAzhQ','108ROaOeD','Run\x20codeceptjs\x20tests\x20on\x20browserstack','timeouts','BSTACK_DELTA','5wLjvcz','ERR_BLOCKED_BY_CLIENT','HELP','observability','897941nFnJwq','pageLoadStrategy','ERR_ADDRESS_UNREACHABLE','https://hub.browserstack.com/wd/hub','ERR_FAILED','ERR_TIMED_OUT','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HST','https://api.browserstack.com','edgeOptions','.aab','VANILLA','ERR_NAME_RESOLUTION_FAILED','PERCY_SUPPORTED_FRAMEWORKS','https://api-cloud.browserstack.com','CUCUMBER','automate','ERR_CONNECTION_CLOSED','strictFileInteractability','acceptSslCert','Run\x20cucumber-js\x20tests\x20on\x20browserstack','browserName','PLAYWRIGHT','NUDGE_LOCAL_ERRORS','13757424otRrOy','JEST','ERR_NAME_NOT_RESOLVED','ERR_SOCKET_NOT_CONNECTED','acceptInsecureCerts','CI_ARTIFACTS_PATH','MOCHA','7OBbMnu','^[a-zA-Z0-9_.-]*$','AUTOMATE','2DUIbFi','VALID_APP_EXTENSION','mocha'];a40_0x4501=function(){return _0x2b9416;};return a40_0x4501();}a40_0x104a36['INFO']=a40_0x330632(0x156);var a40_0x1c65e1={};a40_0x1c65e1[a40_0x330632(0x183)]=a40_0x330632(0x163);var a40_0x585367={};a40_0x585367[a40_0x330632(0x173)]=a40_0x330632(0x152),a40_0x585367[a40_0x330632(0x17b)]=a40_0x330632(0x181),a40_0x585367[a40_0x330632(0x176)]='jest';var a40_0x1ea708={};a40_0x1ea708[a40_0x330632(0x149)]=a40_0x3481a3,a40_0x1ea708[a40_0x330632(0x176)]=a40_0x333d75,a40_0x1ea708[a40_0x330632(0x17b)]=a40_0x3ec701,a40_0x1ea708[a40_0x330632(0x16c)]=a40_0x4c4a8b,a40_0x1ea708[a40_0x330632(0x168)]=a40_0xcc565d,a40_0x1ea708[a40_0x330632(0x133)]=a40_0x506162,a40_0x1ea708[a40_0x330632(0x173)]=a40_0x86290a,a40_0x1ea708['CODECEPTJS']=a40_0x104a36,a40_0x1ea708[a40_0x330632(0x164)]=a40_0x1c65e1,a40_0x1ea708[a40_0x330632(0x158)]=0xf*0x3c*0x3e8,a40_0x1ea708['hubUrl']=a40_0x330632(0x160),a40_0x1ea708['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a40_0x1ea708[a40_0x330632(0x182)]=[a40_0x330632(0x179),a40_0x330632(0x15e),a40_0x330632(0x16f),a40_0x330632(0x13e),a40_0x330632(0x157),a40_0x330632(0x172),a40_0x330632(0x13c),'acceptSslCerts',a40_0x330632(0x170),a40_0x330632(0x137),a40_0x330632(0x134),a40_0x330632(0x166),'ieOptions'],a40_0x1ea708['ROOT_REGEX']=/^[\w-]+:.*$/,a40_0x1ea708['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a40_0x1ea708['BROWSERSTACK_API_URL']=a40_0x330632(0x165),a40_0x1ea708[a40_0x330632(0x14f)]=a40_0x330632(0x16b),a40_0x1ea708[a40_0x330632(0x146)]=a40_0x330632(0x13d),a40_0x1ea708['AUTOMATE_PRODUCTS']=[a40_0x330632(0x16d),a40_0x330632(0x15c)],a40_0x1ea708[a40_0x330632(0x141)]=[a40_0x330632(0x140),a40_0x330632(0x15c)],a40_0x1ea708['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a40_0x330632(0x15c)],a40_0x1ea708['OBSERVABILITY_SUPPORTED_FWS']=[a40_0x330632(0x181),a40_0x330632(0x152)],a40_0x1ea708[a40_0x330632(0x17e)]=[a40_0x330632(0x16d)],a40_0x1ea708['APP_AUTOMATE']=[a40_0x330632(0x140)],a40_0x1ea708[a40_0x330632(0x174)]=[a40_0x330632(0x161),a40_0x330632(0x162),a40_0x330632(0x15a),'ERR_NETWORK_CHANGED',a40_0x330632(0x178),a40_0x330632(0x16e),a40_0x330632(0x148),a40_0x330632(0x135),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a40_0x330632(0x15f),'ERR_TUNNEL_CONNECTION_FAILED',a40_0x330632(0x142),a40_0x330632(0x14b),a40_0x330632(0x147),a40_0x330632(0x14e),a40_0x330632(0x177),a40_0x330632(0x169),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a40_0x1ea708[a40_0x330632(0x180)]=['.apk',a40_0x330632(0x167),a40_0x330632(0x14d)],a40_0x1ea708[a40_0x330632(0x139)]=a40_0x330632(0x17d),a40_0x1ea708['SHAREABLE_ID_REGEX']=a40_0x330632(0x145),a40_0x1ea708[a40_0x330632(0x17a)]='./browserstack-artifacts/',a40_0x1ea708[a40_0x330632(0x136)]=a40_0x330632(0x13b),a40_0x1ea708['FRAMEWORKS']=a40_0x585367,a40_0x1ea708[a40_0x330632(0x16a)]=[a40_0x330632(0x14a),a40_0x330632(0x181)],module['exports']=a40_0x1ea708;
1
+ var a40_0x5db91d=a40_0x1ed1;(function(_0x1f5b52,_0x1babc3){var _0x58f384=a40_0x1ed1,_0x31fd79=_0x1f5b52();while(!![]){try{var _0x1355cc=-parseInt(_0x58f384(0x1db))/0x1*(-parseInt(_0x58f384(0x1c2))/0x2)+-parseInt(_0x58f384(0x1c0))/0x3*(-parseInt(_0x58f384(0x194))/0x4)+-parseInt(_0x58f384(0x1d9))/0x5+parseInt(_0x58f384(0x198))/0x6+parseInt(_0x58f384(0x1d0))/0x7+parseInt(_0x58f384(0x18d))/0x8*(parseInt(_0x58f384(0x197))/0x9)+-parseInt(_0x58f384(0x1c6))/0xa;if(_0x1355cc===_0x1babc3)break;else _0x31fd79['push'](_0x31fd79['shift']());}catch(_0x17bbf0){_0x31fd79['push'](_0x31fd79['shift']());}}}(a40_0x3e39,0xbea2e));function a40_0x1ed1(_0x580724,_0x47f92d){var _0x3e3939=a40_0x3e39();return a40_0x1ed1=function(_0x1ed1db,_0x58ccd){_0x1ed1db=_0x1ed1db-0x18c;var _0xac52f=_0x3e3939[_0x1ed1db];return _0xac52f;},a40_0x1ed1(_0x580724,_0x47f92d);}var a40_0xcbc18={};a40_0xcbc18[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x1cd),a40_0xcbc18['HELP']=a40_0x5db91d(0x1a9);var a40_0x138fec={};a40_0x138fec[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x18f);var a40_0x11666a={};a40_0x11666a['INFO']=a40_0x5db91d(0x191);var a40_0x440869={};function a40_0x3e39(){var _0x44b126=['FUNNEL_INSTRUMENTATION_API_URL','.ipa','APP_UPLOAD_URL','OBSERVABILITY_SUPPORTED_FWS','.aab','acceptSslCert','./browserstack-artifacts/','ERR_CONNECTION_FAILED','MOCHA','pageLoadStrategy','mocha','Specify\x20--help\x20for\x20available\x20options','BSTACK_DELTA','chromeOptions','VALID_APP_EXTENSION','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ERR_CONNECTION_RESET','CUCUMBER','ERR_CONNECTION_ABORTED','PLAYWRIGHT','ERR_ADDRESS_UNREACHABLE','browserVersion','ERR_CONNECTION_CLOSED','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_SOCKS_CONNECTION_FAILED','edgeOptions','FRAMEWORKS','ERR_SOCKET_NOT_CONNECTED','VANILLA','Run\x20js\x20tests\x20on\x20browserstack','APP_AUTOMATE','hubUrl','ERR_NAME_NOT_RESOLVED','acceptSslCerts','2819877ldKajz','BROWSERSTACK_API_URL','2CwUlHQ','ERR_PROXY_CONNECTION_FAILED','ERR_TUNNEL_CONNECTION_FAILED','SHAREABLE_ID_REGEX','30180810nyIhGO','ROOT_REGEX','AUTOMATE','ERR_NAME_RESOLUTION_FAILED','PERCY_SUPPORTED_FRAMEWORKS','automate','.apk','shows\x20version\x20information','unhandledPromptBehavior','app-automate','8549590BXlvMu','VERSION','Playwright','exports','^[a-zA-Z0-9_.-]*$','ERR_FAILED','CODECEPTJS','CUSTOM_ID_REGEX','INFO','2224105yVEboQ','browserName','1340596razXRf','observability','32Daeegq','jest','Run\x20jest\x20tests\x20on\x20browserstack','AUTOMATE_PRODUCTS','Run\x20mocha\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_CONNECTION_TIMED_OUT','4HfGVex','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_NETWORK_CHANGED','508347rMUmrE','3095346NKumce','https://api-cloud.browserstack.com','JEST','https://hub.browserstack.com/wd/hub','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_ADDRESS_INVALID'];a40_0x3e39=function(){return _0x44b126;};return a40_0x3e39();}a40_0x440869[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x19c);var a40_0x4c15c2={};a40_0x4c15c2[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x1bb);var a40_0x5e5aa5={};a40_0x5e5aa5[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x1b5);var a40_0x320fe2={};a40_0x320fe2[a40_0x5db91d(0x1d8)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a40_0x48a2cb={};a40_0x48a2cb[a40_0x5db91d(0x1d8)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a40_0x414233={};a40_0x414233[a40_0x5db91d(0x1d8)]=a40_0x5db91d(0x1ad);var a40_0x2f13ce={};a40_0x2f13ce[a40_0x5db91d(0x1b1)]=a40_0x5db91d(0x1d2),a40_0x2f13ce[a40_0x5db91d(0x1a6)]='mocha',a40_0x2f13ce[a40_0x5db91d(0x19a)]='jest';var a40_0x5b43c7={};a40_0x5b43c7[a40_0x5db91d(0x1d1)]=a40_0xcbc18,a40_0x5b43c7[a40_0x5db91d(0x19a)]=a40_0x138fec,a40_0x5b43c7['MOCHA']=a40_0x11666a,a40_0x5b43c7[a40_0x5db91d(0x1af)]=a40_0x440869,a40_0x5b43c7[a40_0x5db91d(0x1ba)]=a40_0x4c15c2,a40_0x5b43c7['NIGHTWATCH']=a40_0x5e5aa5,a40_0x5b43c7['PLAYWRIGHT']=a40_0x320fe2,a40_0x5b43c7[a40_0x5db91d(0x1d6)]=a40_0x48a2cb,a40_0x5b43c7['HST']=a40_0x414233,a40_0x5b43c7[a40_0x5db91d(0x1aa)]=0xf*0x3c*0x3e8,a40_0x5b43c7[a40_0x5db91d(0x1bd)]=a40_0x5db91d(0x19b),a40_0x5b43c7['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a40_0x5b43c7['ROOT_CAPS']=['acceptInsecureCerts',a40_0x5db91d(0x1a7),'strictFileInteractability',a40_0x5db91d(0x1ce),'timeouts',a40_0x5db91d(0x1da),a40_0x5db91d(0x1b3),a40_0x5db91d(0x1bf),a40_0x5db91d(0x1a3),a40_0x5db91d(0x1ab),'firefoxOptions',a40_0x5db91d(0x1b7),'ieOptions'],a40_0x5b43c7[a40_0x5db91d(0x1c7)]=/^[\w-]+:.*$/,a40_0x5b43c7['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a40_0x5b43c7[a40_0x5db91d(0x1c1)]='https://api.browserstack.com',a40_0x5b43c7[a40_0x5db91d(0x1a0)]=a40_0x5db91d(0x199),a40_0x5b43c7[a40_0x5db91d(0x19e)]='sdk/v1/event',a40_0x5b43c7[a40_0x5db91d(0x190)]=[a40_0x5db91d(0x1cb),a40_0x5db91d(0x18c)],a40_0x5b43c7['APP_AUTOMATE_PRODUCTS']=['app-automate',a40_0x5db91d(0x18c)],a40_0x5b43c7['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a40_0x5db91d(0x18c)],a40_0x5b43c7[a40_0x5db91d(0x1a1)]=['mocha',a40_0x5db91d(0x1d2)],a40_0x5b43c7[a40_0x5db91d(0x1c8)]=[a40_0x5db91d(0x1cb)],a40_0x5b43c7[a40_0x5db91d(0x1bc)]=[a40_0x5db91d(0x1cf)],a40_0x5b43c7['NUDGE_LOCAL_ERRORS']=[a40_0x5db91d(0x1d5),'ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT',a40_0x5db91d(0x196),a40_0x5db91d(0x1b9),a40_0x5db91d(0x1b4),a40_0x5db91d(0x1ae),'ERR_CONNECTION_REFUSED',a40_0x5db91d(0x1b0),a40_0x5db91d(0x1a5),'ERR_NAME_NOT_RESOLVED',a40_0x5db91d(0x19d),a40_0x5db91d(0x1b2),a40_0x5db91d(0x1c4),a40_0x5db91d(0x193),a40_0x5db91d(0x1b6),a40_0x5db91d(0x195),a40_0x5db91d(0x1c3),a40_0x5db91d(0x1be),a40_0x5db91d(0x1c9),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a40_0x5b43c7[a40_0x5db91d(0x1ac)]=[a40_0x5db91d(0x1cc),a40_0x5db91d(0x1a2),a40_0x5db91d(0x19f)],a40_0x5b43c7[a40_0x5db91d(0x1d7)]=a40_0x5db91d(0x1d4),a40_0x5b43c7[a40_0x5db91d(0x1c5)]=a40_0x5db91d(0x192),a40_0x5b43c7['CI_ARTIFACTS_PATH']=a40_0x5db91d(0x1a4),a40_0x5b43c7['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a40_0x5b43c7[a40_0x5db91d(0x1b8)]=a40_0x2f13ce,a40_0x5b43c7[a40_0x5db91d(0x1ca)]=[a40_0x5db91d(0x18e),a40_0x5db91d(0x1a8)],module[a40_0x5db91d(0x1d3)]=a40_0x5b43c7;
@@ -1 +1 @@
1
- function a41_0x3124(){const _0x160c87=['85771baXdwB','layout','298wCVDnc','data','IhjZB','log','4008276ZRDkKJ','configure','level','./logReportingAPI','8175204eYkiDn','598410zKisFP','10hXkUrY','246lLFUPu','levelStr','2076056TKbxKY','21360RvCGVH','155883RPvDqy','colouredLayout'];a41_0x3124=function(){return _0x160c87;};return a41_0x3124();}const a41_0x4cca30=a41_0x4e18;(function(_0x485bc6,_0x13d648){const _0x117e36=a41_0x4e18,_0x372065=_0x485bc6();while(!![]){try{const _0x19284b=parseInt(_0x117e36(0x121))/0x1+parseInt(_0x117e36(0x112))/0x2*(parseInt(_0x117e36(0x120))/0x3)+parseInt(_0x117e36(0x116))/0x4+parseInt(_0x117e36(0x11b))/0x5+-parseInt(_0x117e36(0x11d))/0x6*(parseInt(_0x117e36(0x110))/0x7)+-parseInt(_0x117e36(0x11f))/0x8+-parseInt(_0x117e36(0x11a))/0x9*(parseInt(_0x117e36(0x11c))/0xa);if(_0x19284b===_0x13d648)break;else _0x372065['push'](_0x372065['shift']());}catch(_0x5647ff){_0x372065['push'](_0x372065['shift']());}}}(a41_0x3124,0xa3276));const logReportingAPI=require(a41_0x4cca30(0x119)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x34a856,_0x408af1){return _0x2fc934=>{const _0x33066a=a41_0x4e18;BSTestOpsLogger[_0x33066a(0x115)]({'level':_0x2fc934[_0x33066a(0x118)]?_0x2fc934[_0x33066a(0x118)][_0x33066a(0x11e)]:null,'message':_0x2fc934[_0x33066a(0x113)]?_0x2fc934[_0x33066a(0x113)]['join']('\x20'):null});};}function a41_0x4e18(_0x51c2a9,_0x33eb31){const _0x312459=a41_0x3124();return a41_0x4e18=function(_0x4e1845,_0x2b386e){_0x4e1845=_0x4e1845-0x110;let _0x256bd5=_0x312459[_0x4e1845];return _0x256bd5;},a41_0x4e18(_0x51c2a9,_0x33eb31);}exports[a41_0x4cca30(0x117)]=(_0x2bd15f,_0x32d1c7)=>{const _0x4aeb97=a41_0x4cca30,_0x2dca26={'IhjZB':function(_0x306cb6,_0x138c3e,_0x8ae15b){return _0x306cb6(_0x138c3e,_0x8ae15b);}};let _0x4974ed=_0x32d1c7[_0x4aeb97(0x122)];return _0x2bd15f[_0x4aeb97(0x111)]&&(_0x4974ed=_0x32d1c7[_0x4aeb97(0x111)](_0x2bd15f[_0x4aeb97(0x111)]['type'],_0x2bd15f[_0x4aeb97(0x111)])),_0x2dca26[_0x4aeb97(0x114)](BSTestOpsLog4JSAppender,_0x4974ed,_0x2bd15f['timezoneOffset']);};
1
+ const a41_0xc84a09=a41_0x4396;(function(_0x457513,_0x4a2aff){const _0xf0eef6=a41_0x4396,_0x24506b=_0x457513();while(!![]){try{const _0x20fff0=-parseInt(_0xf0eef6(0x6e))/0x1+parseInt(_0xf0eef6(0x6d))/0x2*(parseInt(_0xf0eef6(0x7f))/0x3)+parseInt(_0xf0eef6(0x71))/0x4*(parseInt(_0xf0eef6(0x79))/0x5)+parseInt(_0xf0eef6(0x78))/0x6*(-parseInt(_0xf0eef6(0x70))/0x7)+parseInt(_0xf0eef6(0x7c))/0x8*(parseInt(_0xf0eef6(0x7e))/0x9)+-parseInt(_0xf0eef6(0x76))/0xa*(parseInt(_0xf0eef6(0x75))/0xb)+-parseInt(_0xf0eef6(0x6a))/0xc*(-parseInt(_0xf0eef6(0x80))/0xd);if(_0x20fff0===_0x4a2aff)break;else _0x24506b['push'](_0x24506b['shift']());}catch(_0x1a5c16){_0x24506b['push'](_0x24506b['shift']());}}}(a41_0x540c,0xdde74));const logReportingAPI=require(a41_0xc84a09(0x7d)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5930ae,_0x3b9188){return _0x404318=>{const _0x4a22c0=a41_0x4396;BSTestOpsLogger[_0x4a22c0(0x81)]({'level':_0x404318[_0x4a22c0(0x73)]?_0x404318['level']['levelStr']:null,'message':_0x404318[_0x4a22c0(0x74)]?_0x404318['data'][_0x4a22c0(0x77)]('\x20'):null});};}function a41_0x540c(){const _0x5833e5=['level','data','13020997IfAUnl','10RIiPTZ','join','18DgHbbO','33130LmABVg','timezoneOffset','xugnh','38504swvtlR','./logReportingAPI','2943mnYBOC','3DfRkPN','13eCkyYI','log','6777660FHIpEr','layout','type','947194Gbjase','227480JyTYfu','configure','2799748DGmSRF','548cjFZdQ','colouredLayout'];a41_0x540c=function(){return _0x5833e5;};return a41_0x540c();}function a41_0x4396(_0x451dd9,_0x5482d2){const _0x540c82=a41_0x540c();return a41_0x4396=function(_0x4396d6,_0x465022){_0x4396d6=_0x4396d6-0x6a;let _0x329689=_0x540c82[_0x4396d6];return _0x329689;},a41_0x4396(_0x451dd9,_0x5482d2);}exports[a41_0xc84a09(0x6f)]=(_0x17639a,_0x384e72)=>{const _0x592158=a41_0xc84a09,_0x499729={'xugnh':function(_0x277c99,_0x1a74aa,_0x154f6c){return _0x277c99(_0x1a74aa,_0x154f6c);}};let _0x5949db=_0x384e72[_0x592158(0x72)];return _0x17639a[_0x592158(0x6b)]&&(_0x5949db=_0x384e72[_0x592158(0x6b)](_0x17639a[_0x592158(0x6b)][_0x592158(0x6c)],_0x17639a[_0x592158(0x6b)])),_0x499729[_0x592158(0x7b)](BSTestOpsLog4JSAppender,_0x5949db,_0x17639a[_0x592158(0x7a)]);};
@@ -1 +1 @@
1
- function a42_0x251a(_0x136d21,_0x3c4337){const _0x4884b9=a42_0x4884();return a42_0x251a=function(_0x251a08,_0x5ebbbf){_0x251a08=_0x251a08-0x132;let _0x39c6b6=_0x4884b9[_0x251a08];return _0x39c6b6;},a42_0x251a(_0x136d21,_0x3c4337);}const a42_0x4e6195=a42_0x251a;(function(_0x224d35,_0x24b95e){const _0x8eb7af=a42_0x251a,_0x198092=_0x224d35();while(!![]){try{const _0x34de14=-parseInt(_0x8eb7af(0x132))/0x1+parseInt(_0x8eb7af(0x145))/0x2*(parseInt(_0x8eb7af(0x141))/0x3)+parseInt(_0x8eb7af(0x144))/0x4+parseInt(_0x8eb7af(0x13d))/0x5+parseInt(_0x8eb7af(0x140))/0x6+-parseInt(_0x8eb7af(0x135))/0x7*(-parseInt(_0x8eb7af(0x14d))/0x8)+-parseInt(_0x8eb7af(0x139))/0x9*(parseInt(_0x8eb7af(0x147))/0xa);if(_0x34de14===_0x24b95e)break;else _0x198092['push'](_0x198092['shift']());}catch(_0x1a9de8){_0x198092['push'](_0x198092['shift']());}}}(a42_0x4884,0x94ba2));const Transport=require(a42_0x4e6195(0x14c)),{consoleHolder}=require(a42_0x4e6195(0x14b)),a42_0xae4d4b={};a42_0xae4d4b[a42_0x4e6195(0x150)]=a42_0x4e6195(0x150),a42_0xae4d4b['ERROR']=a42_0x4e6195(0x146),a42_0xae4d4b[a42_0x4e6195(0x14f)]=a42_0x4e6195(0x14f),a42_0xae4d4b[a42_0x4e6195(0x136)]=a42_0x4e6195(0x136),a42_0xae4d4b[a42_0x4e6195(0x133)]=a42_0x4e6195(0x133);const LOG_LEVELS=a42_0xae4d4b;function a42_0x4884(){const _0x3a56ff=['4jcKqAA','ERROR','10HAhNua','debug','pid','logToTestOps','../../helpers/test-observability/constants','winston-transport','424abFFQc','toLowerCase','DEBUG','INFO','log','515035OXkDSt','WARN','kPfXq','104937KAItPi','TRACE','toUpperCase','error','18162801grWNhF','exports','info','emit','3947980RPhWic','trace','warn','3921120ybjpCI','151881LsBOCM','TEST_LOG','toISOString','3213668aNrumm'];a42_0x4884=function(){return _0x3a56ff;};return a42_0x4884();}class logPatcher extends Transport{constructor(_0x2dce64){super(_0x2dce64);}[a42_0x4e6195(0x14a)]=(_0x1d3efd=LOG_LEVELS[a42_0x4e6195(0x150)],_0x1b1fa6=[''])=>{const _0xbfa59c=a42_0x4e6195,_0x143f78={};_0x143f78[_0xbfa59c(0x134)]=_0xbfa59c(0x142);const _0x44d168=_0x143f78;consoleHolder[_0x1d3efd[_0xbfa59c(0x14e)]()](..._0x1b1fa6),process[_0xbfa59c(0x13c)]('bs:addLog:'+process[_0xbfa59c(0x149)],{'timestamp':new Date()[_0xbfa59c(0x143)](),'level':_0x1d3efd[_0xbfa59c(0x137)](),'message':'\x22'+_0x1b1fa6['join'](',\x20')+'\x22','kind':_0x44d168[_0xbfa59c(0x134)],'http_response':{}});};[a42_0x4e6195(0x13e)]=(..._0x5d91f6)=>{const _0x12bb1c=a42_0x4e6195;this[_0x12bb1c(0x14a)](LOG_LEVELS[_0x12bb1c(0x136)],_0x5d91f6);};[a42_0x4e6195(0x148)]=(..._0x1e5e4e)=>{const _0x2ccb6b=a42_0x4e6195;this[_0x2ccb6b(0x14a)](LOG_LEVELS[_0x2ccb6b(0x14f)],_0x1e5e4e);};[a42_0x4e6195(0x13b)]=(..._0x5b660c)=>{const _0x277418=a42_0x4e6195;this[_0x277418(0x14a)](LOG_LEVELS[_0x277418(0x150)],_0x5b660c);};[a42_0x4e6195(0x13f)]=(..._0x3f5391)=>{const _0x8972ae=a42_0x4e6195;this[_0x8972ae(0x14a)](LOG_LEVELS[_0x8972ae(0x133)],_0x3f5391);};[a42_0x4e6195(0x138)]=(..._0x4226d0)=>{const _0x225598=a42_0x4e6195;this[_0x225598(0x14a)](LOG_LEVELS['ERROR'],_0x4226d0);};[a42_0x4e6195(0x151)]=(..._0x20e5dc)=>{const _0x124db9=a42_0x4e6195;this[_0x124db9(0x14a)](LOG_LEVELS[_0x124db9(0x150)],_0x20e5dc);};};module[a42_0x4e6195(0x13a)]=logPatcher;
1
+ const a42_0xf91996=a42_0x3434;(function(_0x3c6a30,_0x2d1df2){const _0x4a8073=a42_0x3434,_0x164b26=_0x3c6a30();while(!![]){try{const _0x383a81=parseInt(_0x4a8073(0x18c))/0x1+-parseInt(_0x4a8073(0x185))/0x2+-parseInt(_0x4a8073(0x17a))/0x3*(-parseInt(_0x4a8073(0x176))/0x4)+-parseInt(_0x4a8073(0x18d))/0x5*(parseInt(_0x4a8073(0x177))/0x6)+-parseInt(_0x4a8073(0x175))/0x7+-parseInt(_0x4a8073(0x182))/0x8*(parseInt(_0x4a8073(0x184))/0x9)+parseInt(_0x4a8073(0x187))/0xa;if(_0x383a81===_0x2d1df2)break;else _0x164b26['push'](_0x164b26['shift']());}catch(_0x2a0641){_0x164b26['push'](_0x164b26['shift']());}}}(a42_0x4014,0xe0865));function a42_0x4014(){const _0x511ee4=['50795SevMkC','trace','exports','toUpperCase','winston-transport','toLowerCase','WARN','2188207edlkYB','617928BnBMPh','564rIHZWz','TEST_LOG','log','12CntnwD','error','join','logToTestOps','../../helpers/test-observability/constants','TRACE','INFO','emit','34120dnIHxi','DEBUG','3204exCGmV','1628268bPzBNQ','toISOString','22464530uNButs','info','ERROR','warn','pid','1655293UpWWqt'];a42_0x4014=function(){return _0x511ee4;};return a42_0x4014();}const Transport=require(a42_0xf91996(0x191)),{consoleHolder}=require(a42_0xf91996(0x17e)),a42_0x44d76f={};function a42_0x3434(_0x1b51f5,_0x2822ac){const _0x40144a=a42_0x4014();return a42_0x3434=function(_0x3434bd,_0x17b01e){_0x3434bd=_0x3434bd-0x173;let _0x5d3cee=_0x40144a[_0x3434bd];return _0x5d3cee;},a42_0x3434(_0x1b51f5,_0x2822ac);}a42_0x44d76f[a42_0xf91996(0x180)]=a42_0xf91996(0x180),a42_0x44d76f[a42_0xf91996(0x189)]='ERROR',a42_0x44d76f['DEBUG']=a42_0xf91996(0x183),a42_0x44d76f[a42_0xf91996(0x17f)]=a42_0xf91996(0x17f),a42_0x44d76f[a42_0xf91996(0x174)]='WARN';const LOG_LEVELS=a42_0x44d76f;class logPatcher extends Transport{constructor(_0xb336a){super(_0xb336a);}[a42_0xf91996(0x17d)]=(_0x3e1d20=LOG_LEVELS[a42_0xf91996(0x180)],_0x5d1fa7=[''])=>{const _0x2d866f=a42_0xf91996,_0x572b20={};_0x572b20['uOZYa']=_0x2d866f(0x178);const _0x56df55=_0x572b20;consoleHolder[_0x3e1d20[_0x2d866f(0x173)]()](..._0x5d1fa7),process[_0x2d866f(0x181)]('bs:addLog:'+process[_0x2d866f(0x18b)],{'timestamp':new Date()[_0x2d866f(0x186)](),'level':_0x3e1d20[_0x2d866f(0x190)](),'message':'\x22'+_0x5d1fa7[_0x2d866f(0x17c)](',\x20')+'\x22','kind':_0x56df55['uOZYa'],'http_response':{}});};[a42_0xf91996(0x18e)]=(..._0x5a7c33)=>{const _0x3dc1eb=a42_0xf91996;this[_0x3dc1eb(0x17d)](LOG_LEVELS[_0x3dc1eb(0x17f)],_0x5a7c33);};['debug']=(..._0x318399)=>{const _0x34ee46=a42_0xf91996;this[_0x34ee46(0x17d)](LOG_LEVELS['DEBUG'],_0x318399);};[a42_0xf91996(0x188)]=(..._0x492af1)=>{const _0xef4327=a42_0xf91996;this[_0xef4327(0x17d)](LOG_LEVELS[_0xef4327(0x180)],_0x492af1);};[a42_0xf91996(0x18a)]=(..._0x9258aa)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x9258aa);};[a42_0xf91996(0x17b)]=(..._0xe6a62d)=>{const _0x34ca23=a42_0xf91996;this['logToTestOps'](LOG_LEVELS[_0x34ca23(0x189)],_0xe6a62d);};[a42_0xf91996(0x179)]=(..._0x269f1a)=>{const _0x39a6d0=a42_0xf91996;this[_0x39a6d0(0x17d)](LOG_LEVELS[_0x39a6d0(0x180)],_0x269f1a);};};module[a42_0xf91996(0x18f)]=logPatcher;
@@ -1 +1 @@
1
- function a43_0xc607(_0x13f4a6,_0x12cde3){const _0x31669f=a43_0x3166();return a43_0xc607=function(_0xc60719,_0x2035f7){_0xc60719=_0xc60719-0x1c0;let _0x2fce81=_0x31669f[_0xc60719];return _0x2fce81;},a43_0xc607(_0x13f4a6,_0x12cde3);}function a43_0x3166(){const _0x491fd5=['LfKZn','SVlLI','log','kyRQf','kizAl','1fXnfOD','GeckD','toISOString','yLDPX','debug','info','INFO','toLowerCase','jVCnG','trace','pvKJQ','324jeWvXx','error','1904442tRdsfq','10NlKDpH','994555UToLFW','WARN','exports','RvMID','dRMlA','winston-transport','RNFVL','rMynB','emit','39781dxqvjR','TXbWH','logged','1038732qVYwkV','KkCnQ','NhiwI','AgNCQ','BnElv','3576iDPVHs','../../helpers/test-observability/constants','level','vBWqj','fkXEW','nbJLI','11102388QIvakL','XDDTe','logToTestOps','toUpperCase','TRACE','vmhgv','DEBUG','ERROR','object','OnMNo','448ZmDOck','TEST_LOG','bs:addLog:','message','4667751YaHlfQ'];a43_0x3166=function(){return _0x491fd5;};return a43_0x3166();}const a43_0x20652a=a43_0xc607;(function(_0x1053c3,_0x442d92){const _0x42d967=a43_0xc607,_0x4cd151=_0x1053c3();while(!![]){try{const _0x4e02ad=parseInt(_0x42d967(0x1d1))/0x1*(-parseInt(_0x42d967(0x1ec))/0x2)+parseInt(_0x42d967(0x1dc))/0x3*(-parseInt(_0x42d967(0x1f1))/0x4)+-parseInt(_0x42d967(0x1e0))/0x5+parseInt(_0x42d967(0x1de))/0x6+-parseInt(_0x42d967(0x1e9))/0x7*(-parseInt(_0x42d967(0x1c7))/0x8)+-parseInt(_0x42d967(0x1cb))/0x9*(parseInt(_0x42d967(0x1df))/0xa)+parseInt(_0x42d967(0x1f7))/0xb;if(_0x4e02ad===_0x442d92)break;else _0x4cd151['push'](_0x4cd151['shift']());}catch(_0x3695d2){_0x4cd151['push'](_0x4cd151['shift']());}}}(a43_0x3166,0x4c0c7));const Transport=require(a43_0x20652a(0x1e5)),{consoleHolder}=require(a43_0x20652a(0x1f2)),a43_0x303fb5={};a43_0x303fb5[a43_0x20652a(0x1d7)]=a43_0x20652a(0x1d7),a43_0x303fb5['ERROR']=a43_0x20652a(0x1c4),a43_0x303fb5['DEBUG']=a43_0x20652a(0x1c3),a43_0x303fb5[a43_0x20652a(0x1c1)]=a43_0x20652a(0x1c1),a43_0x303fb5[a43_0x20652a(0x1e1)]=a43_0x20652a(0x1e1);const LOG_LEVELS=a43_0x303fb5;class logReportingAPI extends Transport{constructor(_0x36af27){super(_0x36af27);}[a43_0x20652a(0x1ce)](_0x6044ef,_0x36c7ed){const _0x4d9358=a43_0x20652a,_0x772589={'BnElv':function(_0x440b04,_0x51032c){return _0x440b04===_0x51032c;},'yLDPX':_0x4d9358(0x1d2),'AgNCQ':_0x4d9358(0x1c6),'vBWqj':_0x4d9358(0x1eb),'KkCnQ':_0x4d9358(0x1c8),'FdXbh':function(_0x5e04aa,_0x37bc51){return _0x5e04aa(_0x37bc51);},'kizAl':function(_0x4dea5a,_0x3a7167){return _0x4dea5a===_0x3a7167;},'RvMID':_0x4d9358(0x1c5),'fkXEW':function(_0x4cf33e,_0x5ae520){return _0x4cf33e!==_0x5ae520;},'NhiwI':'kyIqu','RNFVL':_0x4d9358(0x1f8),'TXbWH':_0x4d9358(0x1e4),'nbJLI':_0x4d9358(0x1cd),'LfKZn':function(_0x2ed36b){return _0x2ed36b();}};_0x772589['FdXbh'](setImmediate,()=>{const _0x1af140=_0x4d9358;_0x772589[_0x1af140(0x1f0)](_0x772589[_0x1af140(0x1d4)],_0x772589[_0x1af140(0x1ef)])?this['logToTestOps'](_0x4db5cd[_0x1af140(0x1c1)],_0x7c85b6):this[_0x1af140(0x1e8)](_0x772589[_0x1af140(0x1f4)],_0x6044ef);}),_0x772589[_0x4d9358(0x1d0)](typeof _0x6044ef,_0x772589[_0x4d9358(0x1e3)])?_0x772589[_0x4d9358(0x1f5)](_0x772589[_0x4d9358(0x1ee)],_0x772589[_0x4d9358(0x1e6)])?this[_0x4d9358(0x1f9)](_0x6044ef[_0x4d9358(0x1f3)]||LOG_LEVELS['INFO'],_0x6044ef[_0x4d9358(0x1ca)],![]):this['logToTestOps'](_0x1bde99[_0x4d9358(0x1d7)],_0x1d9402):_0x772589[_0x4d9358(0x1f5)](_0x772589[_0x4d9358(0x1ea)],_0x772589[_0x4d9358(0x1ea)])?this[_0x4d9358(0x1f9)](_0x265d70[_0x4d9358(0x1c3)],_0x262836):this[_0x4d9358(0x1f9)](LOG_LEVELS[_0x4d9358(0x1d7)],_0x6044ef),_0x36c7ed&&(_0x772589[_0x4d9358(0x1f0)](_0x772589[_0x4d9358(0x1f6)],_0x772589[_0x4d9358(0x1f6)])?_0x772589[_0x4d9358(0x1cc)](_0x36c7ed):(_0x4fdcfd&&_0x442825[_0x4f7ed0[_0x4d9358(0x1d8)]()](_0x62795a),_0x68b390[_0x4d9358(0x1e8)]('bs:addLog:'+_0x492654['pid'],{'timestamp':new _0x2c88ac()[_0x4d9358(0x1d3)](),'level':_0x56a986[_0x4d9358(0x1c0)](),'message':_0x20f864,'kind':_0x772589[_0x4d9358(0x1ed)],'http_response':{}})));}['logToTestOps']=(_0x4f23ac=LOG_LEVELS['INFO'],_0x13c38d='',_0x120964=!![])=>{const _0x44322b=a43_0x20652a,_0x3075d0={};_0x3075d0[_0x44322b(0x1c2)]=function(_0x2bb5e3,_0x39cac1){return _0x2bb5e3===_0x39cac1;},_0x3075d0[_0x44322b(0x1d9)]='CcsVl',_0x3075d0[_0x44322b(0x1e7)]=_0x44322b(0x1cf),_0x3075d0[_0x44322b(0x1db)]='TEST_LOG';const _0x5caa6c=_0x3075d0;_0x120964&&(_0x5caa6c[_0x44322b(0x1c2)](_0x5caa6c['jVCnG'],_0x5caa6c[_0x44322b(0x1e7)])?this[_0x44322b(0x1f9)](_0x1e220c[_0x44322b(0x1d7)],_0x4320e2):consoleHolder[_0x4f23ac[_0x44322b(0x1d8)]()](_0x13c38d)),process['emit'](_0x44322b(0x1c9)+process['pid'],{'timestamp':new Date()[_0x44322b(0x1d3)](),'level':_0x4f23ac[_0x44322b(0x1c0)](),'message':_0x13c38d,'kind':_0x5caa6c['pvKJQ'],'http_response':{}});};[a43_0x20652a(0x1da)]=(_0x120034,_0x771591)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x120034);};[a43_0x20652a(0x1d5)]=(_0x36e10e,_0xcd959d)=>{const _0x1f431f=a43_0x20652a;this[_0x1f431f(0x1f9)](LOG_LEVELS[_0x1f431f(0x1c3)],_0x36e10e);};[a43_0x20652a(0x1d6)]=(_0x1f3eb5,_0x2295ac)=>{const _0x596c9e=a43_0x20652a;this[_0x596c9e(0x1f9)](LOG_LEVELS[_0x596c9e(0x1d7)],_0x1f3eb5);};['warn']=(_0x383693,_0xdcaa2a)=>{const _0x358bd0=a43_0x20652a;this[_0x358bd0(0x1f9)](LOG_LEVELS['WARN'],_0x383693);};[a43_0x20652a(0x1dd)]=(_0x47c283,_0xd1ecf7)=>{const _0xaa8ce9=a43_0x20652a;this[_0xaa8ce9(0x1f9)](LOG_LEVELS[_0xaa8ce9(0x1c4)],_0x47c283);};};module[a43_0x20652a(0x1e2)]=logReportingAPI;
1
+ const a43_0x3da809=a43_0x550c;function a43_0x550c(_0x226ad2,_0xfbd487){const _0x411785=a43_0x4117();return a43_0x550c=function(_0x550c50,_0x8bbb0){_0x550c50=_0x550c50-0x1ec;let _0x3a3200=_0x411785[_0x550c50];return _0x3a3200;},a43_0x550c(_0x226ad2,_0xfbd487);}(function(_0x50601a,_0x3c7b2a){const _0x3b27ff=a43_0x550c,_0x1c368b=_0x50601a();while(!![]){try{const _0x39dc2b=parseInt(_0x3b27ff(0x21a))/0x1*(parseInt(_0x3b27ff(0x1f3))/0x2)+parseInt(_0x3b27ff(0x1ee))/0x3*(parseInt(_0x3b27ff(0x1ff))/0x4)+parseInt(_0x3b27ff(0x204))/0x5+parseInt(_0x3b27ff(0x217))/0x6+parseInt(_0x3b27ff(0x1f7))/0x7+-parseInt(_0x3b27ff(0x211))/0x8*(parseInt(_0x3b27ff(0x20e))/0x9)+-parseInt(_0x3b27ff(0x216))/0xa;if(_0x39dc2b===_0x3c7b2a)break;else _0x1c368b['push'](_0x1c368b['shift']());}catch(_0x3f787a){_0x1c368b['push'](_0x1c368b['shift']());}}}(a43_0x4117,0xf07fe));const Transport=require(a43_0x3da809(0x210)),{consoleHolder}=require(a43_0x3da809(0x1ed)),a43_0x59b474={};a43_0x59b474['INFO']=a43_0x3da809(0x1f5),a43_0x59b474[a43_0x3da809(0x214)]=a43_0x3da809(0x214),a43_0x59b474['DEBUG']=a43_0x3da809(0x205),a43_0x59b474['TRACE']=a43_0x3da809(0x218),a43_0x59b474[a43_0x3da809(0x203)]=a43_0x3da809(0x203);const LOG_LEVELS=a43_0x59b474;function a43_0x4117(){const _0x5b3354=['9332265aXjUjF','DEBUG','tVGVE','Pblcn','AGyZt','gPkIr','bs:addLog:','yZZvq','pid','wmqXa','9nMLOKm','VOsjU','winston-transport','4991384aTItHV','emit','kgqkf','ERROR','log','24397240yEWWuU','1293762JxcatO','TRACE','mMmNl','42dYeosZ','EPsCu','YNrOC','NCnNL','warn','logToTestOps','trace','error','level','../../helpers/test-observability/constants','513210EfCfBl','ugXyJ','logged','kxmdw','object','64076wwkxvc','xetVn','INFO','exports','1952419gJfFAX','JjqNs','pOCvx','toUpperCase','message','wKDIc','TqedI','UlAxA','8DiwVxZ','debug','toLowerCase','JrwWC','WARN'];a43_0x4117=function(){return _0x5b3354;};return a43_0x4117();}class logReportingAPI extends Transport{constructor(_0x267c87){super(_0x267c87);}[a43_0x3da809(0x215)](_0x3ef7bd,_0x4c7183){const _0x1d595e=a43_0x3da809,_0x154228={'JjqNs':function(_0x1a7380,_0x261b79){return _0x1a7380!==_0x261b79;},'LRgyK':_0x1d595e(0x1f1),'EPsCu':_0x1d595e(0x1f0),'NCnNL':function(_0x2b8218){return _0x2b8218();},'TqedI':function(_0x3ec6b0,_0x2e3dfb){return _0x3ec6b0(_0x2e3dfb);},'DYdgO':function(_0x2ef263,_0x3ebae3){return _0x2ef263===_0x3ebae3;},'hQtzC':_0x1d595e(0x1f2),'YuCIl':_0x1d595e(0x20b),'pOCvx':'Oljwy','tVGVE':function(_0xfea95b,_0x3863e6){return _0xfea95b===_0x3863e6;},'YNrOC':_0x1d595e(0x1fc),'FnrRf':_0x1d595e(0x208),'kgqkf':function(_0x3b435c,_0x13524e){return _0x3b435c===_0x13524e;},'mMmNl':_0x1d595e(0x1fe),'ABnGg':'LNYAO','gPkIr':function(_0x112bd9){return _0x112bd9();}};_0x154228[_0x1d595e(0x1fd)](setImmediate,()=>{const _0x16b3f8=_0x1d595e;_0x154228[_0x16b3f8(0x1f8)](_0x154228['LRgyK'],_0x154228['LRgyK'])?this[_0x16b3f8(0x21f)](_0x47917e[_0x16b3f8(0x1ec)]||_0x812343[_0x16b3f8(0x1f5)],_0x1762f3[_0x16b3f8(0x1fb)],![]):this[_0x16b3f8(0x212)](_0x154228[_0x16b3f8(0x21b)],_0x3ef7bd);}),_0x154228['DYdgO'](typeof _0x3ef7bd,_0x154228['hQtzC'])?_0x154228['DYdgO'](_0x154228['YuCIl'],_0x154228[_0x1d595e(0x1f9)])?_0x154228[_0x1d595e(0x21d)](_0x40791f):this[_0x1d595e(0x21f)](_0x3ef7bd[_0x1d595e(0x1ec)]||LOG_LEVELS[_0x1d595e(0x1f5)],_0x3ef7bd['message'],![]):_0x154228[_0x1d595e(0x206)](_0x154228[_0x1d595e(0x21c)],_0x154228['FnrRf'])?this[_0x1d595e(0x21f)](_0x362d8b[_0x1d595e(0x205)],_0x30c7dd):this[_0x1d595e(0x21f)](LOG_LEVELS['INFO'],_0x3ef7bd),_0x4c7183&&(_0x154228[_0x1d595e(0x213)](_0x154228[_0x1d595e(0x219)],_0x154228['ABnGg'])?_0x5d4786[_0x1ccfec[_0x1d595e(0x201)]()](_0x2b7f8d):_0x154228[_0x1d595e(0x209)](_0x4c7183));}[a43_0x3da809(0x21f)]=(_0x1e0af1=LOG_LEVELS[a43_0x3da809(0x1f5)],_0x16f69d='',_0x43ea44=!![])=>{const _0x3c4782=a43_0x3da809,_0x2e4241={};_0x2e4241[_0x3c4782(0x1ef)]=_0x3c4782(0x1f0),_0x2e4241[_0x3c4782(0x1f4)]=function(_0x5a0ff0,_0x2f3401){return _0x5a0ff0!==_0x2f3401;},_0x2e4241[_0x3c4782(0x20d)]='PKAHv',_0x2e4241['Pblcn']=_0x3c4782(0x202),_0x2e4241[_0x3c4782(0x20f)]='TEST_LOG';const _0x2ac6fe=_0x2e4241;_0x43ea44&&(_0x2ac6fe[_0x3c4782(0x1f4)](_0x2ac6fe[_0x3c4782(0x20d)],_0x2ac6fe[_0x3c4782(0x207)])?consoleHolder[_0x1e0af1[_0x3c4782(0x201)]()](_0x16f69d):this['emit'](_0x2ac6fe[_0x3c4782(0x1ef)],_0x50de1c)),process[_0x3c4782(0x212)](_0x3c4782(0x20a)+process[_0x3c4782(0x20c)],{'timestamp':new Date()['toISOString'](),'level':_0x1e0af1[_0x3c4782(0x1fa)](),'message':_0x16f69d,'kind':_0x2ac6fe[_0x3c4782(0x20f)],'http_response':{}});};[a43_0x3da809(0x220)]=(_0x4f8635,_0x3468ee)=>{const _0x51ecca=a43_0x3da809;this[_0x51ecca(0x21f)](LOG_LEVELS['TRACE'],_0x4f8635);};[a43_0x3da809(0x200)]=(_0xb4279c,_0x34faf0)=>{this['logToTestOps'](LOG_LEVELS['DEBUG'],_0xb4279c);};['info']=(_0x5539f0,_0x2df13d)=>{const _0x52cf17=a43_0x3da809;this['logToTestOps'](LOG_LEVELS[_0x52cf17(0x1f5)],_0x5539f0);};[a43_0x3da809(0x21e)]=(_0x79623a,_0x358779)=>{const _0x1a0702=a43_0x3da809;this[_0x1a0702(0x21f)](LOG_LEVELS[_0x1a0702(0x203)],_0x79623a);};[a43_0x3da809(0x221)]=(_0x408479,_0x2ab2b8)=>{const _0x3eb1bc=a43_0x3da809;this[_0x3eb1bc(0x21f)](LOG_LEVELS[_0x3eb1bc(0x214)],_0x408479);};};module[a43_0x3da809(0x1f6)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a44_0xca1fb7=a44_0x19ce;(function(_0x44f61a,_0x1a13fe){const _0x4ce570=a44_0x19ce,_0x44f35e=_0x44f61a();while(!![]){try{const _0x10aece=-parseInt(_0x4ce570(0x212))/0x1+-parseInt(_0x4ce570(0x22f))/0x2+-parseInt(_0x4ce570(0x21a))/0x3*(parseInt(_0x4ce570(0x22d))/0x4)+-parseInt(_0x4ce570(0x210))/0x5+parseInt(_0x4ce570(0x20f))/0x6*(parseInt(_0x4ce570(0x22a))/0x7)+-parseInt(_0x4ce570(0x231))/0x8*(-parseInt(_0x4ce570(0x1f9))/0x9)+-parseInt(_0x4ce570(0x1ff))/0xa*(-parseInt(_0x4ce570(0x237))/0xb);if(_0x10aece===_0x1a13fe)break;else _0x44f35e['push'](_0x44f35e['shift']());}catch(_0x16e7d7){_0x44f35e['push'](_0x44f35e['shift']());}}}(a44_0x186d,0x78c5c));function a44_0x186d(){const _0x40ad53=['then','hlmTW','yVIeQ','\x20doesn\x27t\x20exist','bSEPc','args','qFTNu','ioPxh','File\x20','TMVky','UlOmg','File\x20path\x20is\x20required','KnWqS','PLsZe','18BpzsBi','join','hLWhP','getHubUrl','finalExecution','modifyBrowserStackW3CCaps','530hOjsKu','nQJXp','jBMwg','XkVdO','../../helpers/BrowserStackSetup','file','../test-runner','push','Fchft','platforms','forEach','cwd','xJiTb','length','oUfeJ','BuNFB','3870ikuvYb','2929095ASbLDS','zdirt','262011BPRbNX','jXHhh','kZuLe','NxkSM','xAXxZ','obpSc','JsBTy','GvYNU','9yYNuxi','dAlOp','UVSua','config','EVroS','handleApp','zyqCT','getPlatformName','modifyBrowserStackCaps','lOMTP','wnUiQ','dpUhK','CUkCx','GMVWW','existsSync','proxySettings','6447qEKPSd','nyeJC','nIIuM','189604JhpMlk','exports','1688854eKVSYs','Jwpbb','249464ihxQut','kSYkK','iyLeJ','zkQve','HHTYL','configuration','347171yZGCEa','../utils/constants','naWiU','StIxw','initialize','ywWLW','pXSQG','CHMhX'];a44_0x186d=function(){return _0x40ad53;};return a44_0x186d();}const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a44_0xca1fb7(0x203)),helper=require('../../helpers/helper'),constants=require(a44_0xca1fb7(0x238)),{parallelVanillaRun}=require(a44_0xca1fb7(0x205));async function run(_0x554a0f,_0x24acd0){const _0x9a3678=a44_0xca1fb7,_0x27e98e={'GMVWW':'vanilla','obpSc':function(_0x3a8835,_0x513ca2){return _0x3a8835(_0x513ca2);},'nIIuM':'Config\x20yml\x20is\x20required','HHTYL':_0x9a3678(0x1f6),'CHMhX':function(_0xb479ab,_0x165d1f){return _0xb479ab!==_0x165d1f;},'naWiU':_0x9a3678(0x201),'NxkSM':_0x9a3678(0x21e),'bSEPc':function(_0x51adb3,_0x5e8317){return _0x51adb3===_0x5e8317;},'zkQve':_0x9a3678(0x202),'kZuLe':'aqzEi','UVSua':_0x9a3678(0x20b),'mImgl':function(_0x2230b3,_0x581dd7){return _0x2230b3(_0x581dd7);},'wnUiQ':function(_0x42d04d,_0x47869f){return _0x42d04d===_0x47869f;},'hlmTW':_0x9a3678(0x23d),'TMVky':_0x9a3678(0x1ed),'ywWLW':function(_0xf07cb8,_0x261fd3){return _0xf07cb8!==_0x261fd3;},'CUkCx':_0x9a3678(0x22b),'zdirt':function(_0x4a929a,_0x933d3f){return _0x4a929a!==_0x933d3f;},'nSFye':_0x9a3678(0x1f7),'baPby':_0x9a3678(0x223),'Jwpbb':function(_0xfcc4e,_0x56d2b1){return _0xfcc4e(_0x56d2b1);},'StIxw':function(_0x4e1d83,_0xe58821){return _0x4e1d83!==_0xe58821;},'nQJXp':'KZLZu','GvYNU':function(_0x5887d4,_0x1820c0){return _0x5887d4(_0x1820c0);},'PLsZe':function(_0x16461d,_0x13d3e7){return _0x16461d>_0x13d3e7;},'zyqCT':_0x9a3678(0x20e),'YJkDD':function(_0x249cc4,_0x271be7){return _0x249cc4>_0x271be7;},'MGsdx':function(_0x16a03a,_0x5dfed1){return _0x16a03a!==_0x5dfed1;},'xAXxZ':_0x9a3678(0x232),'dAlOp':_0x9a3678(0x20d),'jXHhh':_0x9a3678(0x207),'ioPxh':function(_0x5dd4c1,_0x2601ab){return _0x5dd4c1!==_0x2601ab;},'XCCvV':'yQPsr','qFTNu':_0x9a3678(0x233),'ftrFq':_0x9a3678(0x1f5),'JsBTy':'VbCyg','dpUhK':function(_0x15899c,_0x5b9be1){return _0x15899c*_0x5b9be1;},'hLWhP':function(_0x2d84cd,_0x595b2e,_0x910394){return _0x2d84cd(_0x595b2e,_0x910394);}},_0x3e1239=new BrowserStackSetup(_0x554a0f,_0x27e98e[_0x9a3678(0x227)]);await _0x3e1239[_0x9a3678(0x23b)](),await helper[_0x9a3678(0x21f)](_0x3e1239['config']);const _0x17f32e=[];if(helper['isUndefined'](_0x554a0f['_'][0x1])){if(_0x27e98e[_0x9a3678(0x23c)](_0x27e98e[_0x9a3678(0x226)],_0x27e98e['CUkCx']))_0x44c1cb=_0x1eeba3[_0x9a3678(0x222)](_0x4a6178[_0x9a3678(0x21d)],_0x27e98e['GMVWW'],0x0);else throw _0x27e98e['mImgl'](Error,_0x27e98e[_0x9a3678(0x235)]);}const _0x9791d7=path[_0x9a3678(0x1fa)](process[_0x9a3678(0x20a)](),_0x554a0f['_'][0x1]);if(!fs[_0x9a3678(0x228)](_0x9791d7)){if(_0x27e98e['zdirt'](_0x27e98e['nSFye'],_0x27e98e['baPby']))throw _0x27e98e[_0x9a3678(0x230)](Error,_0x9a3678(0x1f3)+_0x554a0f['_'][0x1]+_0x9a3678(0x1ee));else _0x1807a4?_0x4d2bf0[_0x9a3678(0x206)](_0x3dbfe2[_0x9a3678(0x1fe)](_0x6b56e7['config'],_0x27e98e[_0x9a3678(0x227)],_0x5d5b09)):_0x10520b[_0x9a3678(0x206)](_0x5ae6a9['modifyBrowserStackCaps'](_0x457f2d[_0x9a3678(0x21d)],_0x27e98e[_0x9a3678(0x227)],_0xffecf0));}if(!_0x3e1239['config']){if(_0x27e98e[_0x9a3678(0x23a)](_0x27e98e[_0x9a3678(0x200)],_0x27e98e[_0x9a3678(0x200)]))_0x443c1b=_0x5ce536[_0x9a3678(0x1fe)](_0x4ffdb7[_0x9a3678(0x21d)],_0x27e98e[_0x9a3678(0x227)],0x0);else throw _0x27e98e[_0x9a3678(0x219)](Error,_0x27e98e[_0x9a3678(0x22c)]);}const _0x6f07c3=helper['useW3C'](_0x3e1239['config']);if(_0x3e1239['config'][_0x9a3678(0x208)]&&_0x27e98e[_0x9a3678(0x1f8)](_0x3e1239[_0x9a3678(0x21d)][_0x9a3678(0x208)]['length'],0x0)){if(_0x27e98e[_0x9a3678(0x211)](_0x27e98e[_0x9a3678(0x220)],_0x27e98e['zyqCT']))throw _0x27e98e[_0x9a3678(0x217)](_0x3598c8,_0x27e98e['nIIuM']);else _0x3e1239[_0x9a3678(0x21d)][_0x9a3678(0x208)][_0x9a3678(0x209)]((_0x5dee81,_0x2759bc)=>{const _0x2f1501=_0x9a3678;if(_0x27e98e[_0x2f1501(0x1ea)](_0x27e98e[_0x2f1501(0x239)],_0x27e98e[_0x2f1501(0x215)])){if(_0x6f07c3)_0x27e98e[_0x2f1501(0x1ef)](_0x27e98e[_0x2f1501(0x234)],_0x27e98e[_0x2f1501(0x214)])?_0x422e97[_0x2f1501(0x209)]((_0x1fc579,_0x25efcf)=>{const _0x522068=_0x2f1501;_0x5c732c={'server':_0x3aafa0[_0x522068(0x1fc)](_0x93ac52[_0x522068(0x21d)]),'proxySettings':_0x1acbab[_0x522068(0x21d)][_0x522068(0x229)],'platform':_0x253ff1[_0x522068(0x221)](_0x1fc579),'platformCaps':_0x5c27c4['config'][_0x522068(0x208)][_0x25efcf]};const _0x5724b6={'capability':_0x1fc579,..._0x4679e6};_0x5724b6[_0x522068(0x204)]=_0x262e33,_0x5724b6[_0x522068(0x1f0)]=_0x3fb561;const _0xca07ff={};_0xca07ff[_0x522068(0x236)]=_0x5724b6,_0x2f6a6b=_0xca07ff,_0x375fbd['push'](_0x1d3a5e);}):_0x17f32e[_0x2f1501(0x206)](helper['modifyBrowserStackW3CCaps'](_0x3e1239[_0x2f1501(0x21d)],_0x27e98e[_0x2f1501(0x227)],_0x2759bc));else{if(_0x27e98e['bSEPc'](_0x27e98e[_0x2f1501(0x21c)],_0x27e98e['UVSua']))_0x17f32e['push'](helper['modifyBrowserStackCaps'](_0x3e1239['config'],_0x27e98e['GMVWW'],_0x2759bc));else throw _0x27e98e['obpSc'](_0x802b48,_0x27e98e['HHTYL']);}}else _0xb92ff6[_0x2f1501(0x206)](_0x13593e['modifyBrowserStackW3CCaps'](_0x46d5d3[_0x2f1501(0x21d)],_0x27e98e[_0x2f1501(0x227)],_0x393871));});}let _0x156f0e,_0x418a54;const _0x3b0f75=[];if(_0x27e98e['YJkDD'](_0x17f32e[_0x9a3678(0x20c)],0x0)){if(_0x27e98e['MGsdx'](_0x27e98e[_0x9a3678(0x216)],_0x27e98e[_0x9a3678(0x216)])){let _0x2ab3a6;_0x3483c4?_0x2ab3a6=_0x590855['modifyBrowserStackW3CCaps'](_0x2a16a8[_0x9a3678(0x21d)],_0x27e98e['GMVWW'],0x0):_0x2ab3a6=_0x48cea9[_0x9a3678(0x222)](_0x27e6aa[_0x9a3678(0x21d)],_0x27e98e[_0x9a3678(0x227)],0x0);_0x577566={'server':_0x43a3d1[_0x9a3678(0x1fc)](_0x106d08[_0x9a3678(0x21d)]),'proxySettings':_0xb1ed7d[_0x9a3678(0x21d)][_0x9a3678(0x229)]};const _0x16d19e={'capability':_0x2ab3a6,..._0x501bae};_0x16d19e[_0x9a3678(0x204)]=_0x494d85,_0x16d19e[_0x9a3678(0x1f0)]=_0x327ac1;const _0x28db86={};_0x28db86[_0x9a3678(0x236)]=_0x16d19e,_0x20a223=_0x28db86,_0x2bfecf[_0x9a3678(0x206)](_0x4c75a3);}else _0x17f32e[_0x9a3678(0x209)]((_0x3b348e,_0x189e82)=>{const _0x460aca=_0x9a3678,_0x4d0ca7={'vERhu':function(_0x2c1507,_0x2f8427){return _0x27e98e['mImgl'](_0x2c1507,_0x2f8427);}};if(_0x27e98e[_0x460aca(0x224)](_0x27e98e[_0x460aca(0x1ec)],_0x27e98e[_0x460aca(0x1f4)]))throw _0x4d0ca7['vERhu'](_0x4535ed,'File\x20'+_0x3df61a['_'][0x1]+_0x460aca(0x1ee));else{_0x156f0e={'server':helper['getHubUrl'](_0x3e1239[_0x460aca(0x21d)]),'proxySettings':_0x3e1239['config']['proxySettings'],'platform':helper[_0x460aca(0x221)](_0x3b348e),'platformCaps':_0x3e1239[_0x460aca(0x21d)][_0x460aca(0x208)][_0x189e82]};const _0x836995={'capability':_0x3b348e,..._0x156f0e};_0x836995['file']=_0x9791d7,_0x836995[_0x460aca(0x1f0)]=_0x24acd0;const _0x4c6cea={};_0x4c6cea[_0x460aca(0x236)]=_0x836995,_0x418a54=_0x4c6cea,_0x3b0f75['push'](_0x418a54);}});}else{if(_0x27e98e[_0x9a3678(0x1ef)](_0x27e98e[_0x9a3678(0x21b)],_0x27e98e[_0x9a3678(0x213)]))_0x347e0c[_0x9a3678(0x206)](_0x178c5a[_0x9a3678(0x222)](_0x2c04db[_0x9a3678(0x21d)],_0x27e98e[_0x9a3678(0x227)],_0x84a862));else{let _0x1eee4c;if(_0x6f07c3)_0x27e98e[_0x9a3678(0x1f2)](_0x27e98e['XCCvV'],_0x27e98e[_0x9a3678(0x1f1)])?_0x1eee4c=helper[_0x9a3678(0x1fe)](_0x3e1239[_0x9a3678(0x21d)],_0x27e98e['GMVWW'],0x0):_0x4d7476[_0x9a3678(0x21d)][_0x9a3678(0x208)][_0x9a3678(0x209)]((_0x4e5486,_0x4047aa)=>{const _0x5ba6f3=_0x9a3678;_0x2be29f?_0x7538b6['push'](_0x164983[_0x5ba6f3(0x1fe)](_0x3b8280['config'],_0x27e98e[_0x5ba6f3(0x227)],_0x4047aa)):_0x2512ca[_0x5ba6f3(0x206)](_0x51fca6[_0x5ba6f3(0x222)](_0x4bde0e['config'],_0x27e98e['GMVWW'],_0x4047aa));});else{if(_0x27e98e['bSEPc'](_0x27e98e['ftrFq'],_0x27e98e[_0x9a3678(0x218)])){_0x2bd93f={'server':_0x15a00f[_0x9a3678(0x1fc)](_0xb34123[_0x9a3678(0x21d)]),'proxySettings':_0x3a368d[_0x9a3678(0x21d)][_0x9a3678(0x229)],'platform':_0x9bab8c[_0x9a3678(0x221)](_0x49b31d),'platformCaps':_0xf216f8[_0x9a3678(0x21d)][_0x9a3678(0x208)][_0x2c85bc]};const _0x380aea={'capability':_0x537532,..._0x214977};_0x380aea[_0x9a3678(0x204)]=_0x551cf2,_0x380aea[_0x9a3678(0x1f0)]=_0x3c9b56;const _0x543c8d={};_0x543c8d[_0x9a3678(0x236)]=_0x380aea,_0x25f070=_0x543c8d,_0x1ad415[_0x9a3678(0x206)](_0x56343a);}else _0x1eee4c=helper[_0x9a3678(0x222)](_0x3e1239[_0x9a3678(0x21d)],_0x27e98e[_0x9a3678(0x227)],0x0);}_0x156f0e={'server':helper[_0x9a3678(0x1fc)](_0x3e1239[_0x9a3678(0x21d)]),'proxySettings':_0x3e1239[_0x9a3678(0x21d)][_0x9a3678(0x229)]};const _0xe3ba7b={'capability':_0x1eee4c,..._0x156f0e};_0xe3ba7b[_0x9a3678(0x204)]=_0x9791d7,_0xe3ba7b[_0x9a3678(0x1f0)]=_0x24acd0;const _0x2027d6={};_0x2027d6[_0x9a3678(0x236)]=_0xe3ba7b,_0x418a54=_0x2027d6,_0x3b0f75['push'](_0x418a54);}}const _0x22e318=_0x27e98e[_0x9a3678(0x225)](_0x3e1239[_0x9a3678(0x21d)][_0x9a3678(0x208)][_0x9a3678(0x20c)]||0x1,_0x3e1239[_0x9a3678(0x21d)]['parallelsPerPlatform']);_0x27e98e[_0x9a3678(0x1fb)](parallelVanillaRun,_0x3b0f75,_0x22e318)[_0x9a3678(0x1eb)](_0x29b9fd=>{})['finally'](async()=>{const _0x1e6685=_0x9a3678;await helper[_0x1e6685(0x1fd)](_0x3e1239);});}function a44_0x19ce(_0x26afe0,_0x543d5f){const _0x186d03=a44_0x186d();return a44_0x19ce=function(_0x19ce90,_0x32490b){_0x19ce90=_0x19ce90-0x1ea;let _0x699cf7=_0x186d03[_0x19ce90];return _0x699cf7;},a44_0x19ce(_0x26afe0,_0x543d5f);}module[a44_0xca1fb7(0x22e)]=run;
2
+ 'use strict';const a44_0x5e29ee=a44_0x1fb1;function a44_0x1fb1(_0x4b63ad,_0x195b4d){const _0x461338=a44_0x4613();return a44_0x1fb1=function(_0x1fb1b9,_0xe494cc){_0x1fb1b9=_0x1fb1b9-0x1c7;let _0x142d45=_0x461338[_0x1fb1b9];return _0x142d45;},a44_0x1fb1(_0x4b63ad,_0x195b4d);}(function(_0x2f7edc,_0x51ef6e){const _0x237051=a44_0x1fb1,_0x44c903=_0x2f7edc();while(!![]){try{const _0x2e8677=-parseInt(_0x237051(0x1e1))/0x1+parseInt(_0x237051(0x1ca))/0x2+-parseInt(_0x237051(0x1e6))/0x3*(parseInt(_0x237051(0x1cd))/0x4)+parseInt(_0x237051(0x1c8))/0x5+-parseInt(_0x237051(0x215))/0x6*(-parseInt(_0x237051(0x216))/0x7)+-parseInt(_0x237051(0x20f))/0x8+parseInt(_0x237051(0x1d4))/0x9;if(_0x2e8677===_0x51ef6e)break;else _0x44c903['push'](_0x44c903['shift']());}catch(_0x340843){_0x44c903['push'](_0x44c903['shift']());}}}(a44_0x4613,0xd5229));function a44_0x4613(){const _0xdb79c9=['aAWza','gvgHI','Config\x20yml\x20is\x20required','platforms','uYhbK','SQtbt','ziOwM','CqwqR','File\x20','ipVir','NBWIB','rMBgv','proxySettings','WcXSV','TBSyi','push','PNOGi','kmaSI','file','getHubUrl','jcZKq','length','vkRgn','cwd','zVEYY','mPNdy','lUzeg','gJZJa','UuAwq','tjVIQ','GSaRj','HldmQ','sqxUD','13627800GeQzgR','args','../utils/constants','ZzJqM','SUBck','Psxbt','972588DtMZeX','28sJmgvn','forEach','join','modifyBrowserStackCaps','1160165LVSSbw','getPlatformName','2381160riZMrH','CfYrz','then','10188RQCLoj','wfkRw','../test-runner','configuration','rKBLD','joxPF','useW3C','16132149vsHJGl','vffsP','path','parallelsPerPlatform','gpsUW','config','lHRAg','duzMb','../../helpers/BrowserStackSetup','modifyBrowserStackW3CCaps','vanilla','NHMbK','../../helpers/helper','245267BmeazP','JmMGk','finalExecution','ciRKx','TdhFV','1227HBLdJF','Ixzkv','\x20doesn\x27t\x20exist','RUHFD','jtLcs','wcIzp','initialize','ApoSh'];a44_0x4613=function(){return _0xdb79c9;};return a44_0x4613();}const fs=require('fs'),path=require(a44_0x5e29ee(0x1d6)),{default:BrowserStackSetup}=require(a44_0x5e29ee(0x1dc)),helper=require(a44_0x5e29ee(0x1e0)),constants=require(a44_0x5e29ee(0x211)),{parallelVanillaRun}=require(a44_0x5e29ee(0x1cf));async function run(_0x2461e6,_0x169745){const _0x2364f8=a44_0x5e29ee,_0x4d8509={'gvgHI':_0x2364f8(0x1de),'Ixzkv':function(_0x1913e0,_0x244607){return _0x1913e0(_0x244607);},'jcZKq':'File\x20path\x20is\x20required','joxPF':function(_0x30bbca,_0x5ba8e2){return _0x30bbca(_0x5ba8e2);},'RUHFD':_0x2364f8(0x1f0),'TdhFV':function(_0x433fc9,_0x145794){return _0x433fc9===_0x145794;},'uYhbK':'zvtHc','NHMbK':'QYAXr','Psxbt':function(_0x1cbda5,_0x5287d7){return _0x1cbda5!==_0x5287d7;},'HldmQ':_0x2364f8(0x1ed),'vffsP':function(_0x271726,_0xaeffde){return _0x271726===_0xaeffde;},'rKBLD':_0x2364f8(0x1db),'gpsUW':_0x2364f8(0x1f5),'aAWza':_0x2364f8(0x20a),'GSaRj':function(_0x331869,_0x1c2f4b){return _0x331869(_0x1c2f4b);},'lHRAg':_0x2364f8(0x204),'lUzeg':'VQTDT','KLKVb':function(_0x43b1ea,_0x53bb59){return _0x43b1ea(_0x53bb59);},'sqxUD':function(_0x210d03,_0x4d51d3){return _0x210d03===_0x4d51d3;},'PNOGi':_0x2364f8(0x1cb),'kikDI':function(_0xdd67f3,_0xcf7be4){return _0xdd67f3(_0xcf7be4);},'ZzJqM':function(_0xf0a9c6,_0x4b98a3){return _0xf0a9c6>_0x4b98a3;},'vczEY':function(_0x1db68a,_0x3e3516){return _0x1db68a!==_0x3e3516;},'kmaSI':'NzCSN','wcIzp':function(_0xb30179,_0x277af9){return _0xb30179!==_0x277af9;},'mPNdy':_0x2364f8(0x1f9),'JmMGk':_0x2364f8(0x1f4),'NBWIB':'rlGKe','gJZJa':_0x2364f8(0x20b),'SUBck':function(_0x5810bf,_0x328c07){return _0x5810bf!==_0x328c07;},'zVEYY':_0x2364f8(0x1fc),'ciRKx':function(_0x235878,_0x1ee8e1){return _0x235878!==_0x1ee8e1;},'SQtbt':_0x2364f8(0x1f7),'aaDBB':function(_0x184cc5,_0x26e887){return _0x184cc5*_0x26e887;},'rQJzK':function(_0x5015fa,_0xdc7f61,_0x2ccde3){return _0x5015fa(_0xdc7f61,_0x2ccde3);}},_0x5819d6=new BrowserStackSetup(_0x2461e6,_0x4d8509['gvgHI']);await _0x5819d6[_0x2364f8(0x1ec)](),await helper['handleApp'](_0x5819d6[_0x2364f8(0x1d9)]);const _0x486cb6=[];if(helper['isUndefined'](_0x2461e6['_'][0x1])){if(_0x4d8509[_0x2364f8(0x214)](_0x4d8509[_0x2364f8(0x1d8)],_0x4d8509[_0x2364f8(0x1ee)]))throw _0x4d8509[_0x2364f8(0x20c)](Error,_0x4d8509[_0x2364f8(0x202)]);else _0x144663['config'][_0x2364f8(0x1f1)]['forEach']((_0xa5bc59,_0x5d4753)=>{const _0x312924=_0x2364f8;_0x3526c1?_0x4a3a6d[_0x312924(0x1fd)](_0x107650[_0x312924(0x1dd)](_0x5ca6b4[_0x312924(0x1d9)],_0x4d8509[_0x312924(0x1ef)],_0x5d4753)):_0x1beaaa['push'](_0x340980[_0x312924(0x1c7)](_0x239ec3[_0x312924(0x1d9)],_0x4d8509[_0x312924(0x1ef)],_0x5d4753));});}const _0x12ca27=path[_0x2364f8(0x218)](process[_0x2364f8(0x205)](),_0x2461e6['_'][0x1]);if(!fs['existsSync'](_0x12ca27)){if(_0x4d8509[_0x2364f8(0x214)](_0x4d8509[_0x2364f8(0x1da)],_0x4d8509[_0x2364f8(0x208)]))throw _0x4d8509['KLKVb'](Error,_0x2364f8(0x1f6)+_0x2461e6['_'][0x1]+'\x20doesn\x27t\x20exist');else _0x3b2c97['push'](_0x12ddce[_0x2364f8(0x1c7)](_0x2a2f42[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],_0x5db190));}if(!_0x5819d6['config']){if(_0x4d8509[_0x2364f8(0x20e)](_0x4d8509[_0x2364f8(0x1fe)],_0x4d8509[_0x2364f8(0x1fe)]))throw _0x4d8509['kikDI'](Error,_0x4d8509['RUHFD']);else{let _0x4b594f;_0x3888f7?_0x4b594f=_0x54b525['modifyBrowserStackW3CCaps'](_0x59ddd1[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0):_0x4b594f=_0x4564f3[_0x2364f8(0x1c7)](_0x704611[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0);_0x167558={'server':_0xddbee3[_0x2364f8(0x201)](_0x30583e['config']),'proxySettings':_0x4304d6['config'][_0x2364f8(0x1fa)]};const _0x24a685={'capability':_0x4b594f,..._0x3283ce};_0x24a685['file']=_0x4f8aa2,_0x24a685['args']=_0xf56355;const _0x2c3c7f={};_0x2c3c7f[_0x2364f8(0x1d0)]=_0x24a685,_0x30f205=_0x2c3c7f,_0x208699[_0x2364f8(0x1fd)](_0x19706f);}}const _0x4cdbeb=helper[_0x2364f8(0x1d3)](_0x5819d6['config']);_0x5819d6[_0x2364f8(0x1d9)][_0x2364f8(0x1f1)]&&_0x4d8509[_0x2364f8(0x212)](_0x5819d6[_0x2364f8(0x1d9)][_0x2364f8(0x1f1)][_0x2364f8(0x203)],0x0)&&(_0x4d8509['vczEY'](_0x4d8509[_0x2364f8(0x1ff)],_0x4d8509[_0x2364f8(0x1ff)])?_0x8b8910=_0x5a5837['modifyBrowserStackW3CCaps'](_0x50bd30[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0):_0x5819d6['config'][_0x2364f8(0x1f1)][_0x2364f8(0x217)]((_0x4cd6d7,_0x499c30)=>{const _0x284854=_0x2364f8,_0x5b3770={'wfkRw':function(_0x4b8990,_0x4d5b4b){const _0x3e342b=a44_0x1fb1;return _0x4d8509[_0x3e342b(0x1d2)](_0x4b8990,_0x4d5b4b);},'jtLcs':_0x4d8509[_0x284854(0x1e9)]};if(_0x4d8509[_0x284854(0x1e5)](_0x4d8509['uYhbK'],_0x4d8509[_0x284854(0x1f2)])){if(_0x4cdbeb){if(_0x4d8509['TdhFV'](_0x4d8509[_0x284854(0x1df)],_0x4d8509['NHMbK']))_0x486cb6['push'](helper['modifyBrowserStackW3CCaps'](_0x5819d6[_0x284854(0x1d9)],_0x4d8509[_0x284854(0x1ef)],_0x499c30));else throw _0x5b3770['wfkRw'](_0x193223,'File\x20'+_0x129fc1['_'][0x1]+_0x284854(0x1e8));}else{if(_0x4d8509[_0x284854(0x214)](_0x4d8509[_0x284854(0x20d)],_0x4d8509[_0x284854(0x20d)]))throw _0x5b3770[_0x284854(0x1ce)](_0x305292,_0x5b3770[_0x284854(0x1ea)]);else _0x486cb6[_0x284854(0x1fd)](helper[_0x284854(0x1c7)](_0x5819d6['config'],_0x4d8509[_0x284854(0x1ef)],_0x499c30));}}else throw _0x4d8509[_0x284854(0x1e7)](_0x5e2d9d,_0x4d8509[_0x284854(0x202)]);}));let _0x2d1612,_0x88d47b;const _0x32ea79=[];if(_0x4d8509[_0x2364f8(0x212)](_0x486cb6[_0x2364f8(0x203)],0x0)){if(_0x4d8509[_0x2364f8(0x1eb)](_0x4d8509[_0x2364f8(0x207)],_0x4d8509[_0x2364f8(0x1e2)]))_0x486cb6[_0x2364f8(0x217)]((_0x580cab,_0x522cce)=>{const _0x289b62=_0x2364f8,_0x390683={};_0x390683['WcXSV']=_0x4d8509[_0x289b62(0x1ef)];const _0x1983c3=_0x390683;if(_0x4d8509[_0x289b62(0x1d5)](_0x4d8509[_0x289b62(0x1d1)],_0x4d8509[_0x289b62(0x1d1)])){_0x2d1612={'server':helper[_0x289b62(0x201)](_0x5819d6[_0x289b62(0x1d9)]),'proxySettings':_0x5819d6['config']['proxySettings'],'platform':helper[_0x289b62(0x1c9)](_0x580cab),'platformCaps':_0x5819d6[_0x289b62(0x1d9)][_0x289b62(0x1f1)][_0x522cce]};const _0x487acf={'capability':_0x580cab,..._0x2d1612};_0x487acf[_0x289b62(0x200)]=_0x12ca27,_0x487acf[_0x289b62(0x210)]=_0x169745;const _0x586759={};_0x586759[_0x289b62(0x1d0)]=_0x487acf,_0x88d47b=_0x586759,_0x32ea79[_0x289b62(0x1fd)](_0x88d47b);}else _0x5482fe[_0x289b62(0x1fd)](_0x3f8f91['modifyBrowserStackW3CCaps'](_0x1c4ec5['config'],_0x1983c3[_0x289b62(0x1fb)],_0x3d05a3));});else{_0x178ac1={'server':_0x5c84d8[_0x2364f8(0x201)](_0x41a01c['config']),'proxySettings':_0x2d8518[_0x2364f8(0x1d9)]['proxySettings'],'platform':_0x324ffe[_0x2364f8(0x1c9)](_0x284786),'platformCaps':_0x334a45[_0x2364f8(0x1d9)]['platforms'][_0x3869eb]};const _0x8968ea={'capability':_0x598236,..._0xdb74d1};_0x8968ea['file']=_0x332596,_0x8968ea[_0x2364f8(0x210)]=_0x3a0814;const _0x714115={};_0x714115['configuration']=_0x8968ea,_0xc91d5d=_0x714115,_0x128e5d[_0x2364f8(0x1fd)](_0x3a1524);}}else{if(_0x4d8509[_0x2364f8(0x214)](_0x4d8509[_0x2364f8(0x1f8)],_0x4d8509[_0x2364f8(0x209)])){let _0x202f24;_0x4cdbeb?_0x4d8509[_0x2364f8(0x213)](_0x4d8509[_0x2364f8(0x206)],_0x4d8509['zVEYY'])?_0x55206e?_0x5758fa[_0x2364f8(0x1fd)](_0x3c9942[_0x2364f8(0x1dd)](_0x5dfb43[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],_0x2b5dd0)):_0x5497e2[_0x2364f8(0x1fd)](_0xccf955[_0x2364f8(0x1c7)](_0x423916[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],_0x3d3acb)):_0x202f24=helper[_0x2364f8(0x1dd)](_0x5819d6[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0):_0x4d8509[_0x2364f8(0x1e4)](_0x4d8509['SQtbt'],_0x4d8509[_0x2364f8(0x1f3)])?_0x197b52[_0x2364f8(0x217)]((_0x2d7605,_0x1f4a07)=>{const _0x5dfa18=_0x2364f8;_0x167476={'server':_0x27c904[_0x5dfa18(0x201)](_0x1eecb8[_0x5dfa18(0x1d9)]),'proxySettings':_0x2778c4[_0x5dfa18(0x1d9)]['proxySettings'],'platform':_0x30f845[_0x5dfa18(0x1c9)](_0x2d7605),'platformCaps':_0x2f4d9c[_0x5dfa18(0x1d9)][_0x5dfa18(0x1f1)][_0x1f4a07]};const _0x2bd8af={'capability':_0x2d7605,..._0x451598};_0x2bd8af['file']=_0x1e3474,_0x2bd8af[_0x5dfa18(0x210)]=_0x1436fd;const _0xc4ab9e={};_0xc4ab9e[_0x5dfa18(0x1d0)]=_0x2bd8af,_0x5b90a1=_0xc4ab9e,_0x343ea8[_0x5dfa18(0x1fd)](_0x2c5ecf);}):_0x202f24=helper[_0x2364f8(0x1c7)](_0x5819d6[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0);_0x2d1612={'server':helper[_0x2364f8(0x201)](_0x5819d6[_0x2364f8(0x1d9)]),'proxySettings':_0x5819d6[_0x2364f8(0x1d9)][_0x2364f8(0x1fa)]};const _0x2daffe={'capability':_0x202f24,..._0x2d1612};_0x2daffe[_0x2364f8(0x200)]=_0x12ca27,_0x2daffe[_0x2364f8(0x210)]=_0x169745;const _0x1a9234={};_0x1a9234[_0x2364f8(0x1d0)]=_0x2daffe,_0x88d47b=_0x1a9234,_0x32ea79['push'](_0x88d47b);}else _0x4d0851=_0x1b3608['modifyBrowserStackCaps'](_0xa50564[_0x2364f8(0x1d9)],_0x4d8509[_0x2364f8(0x1ef)],0x0);}const _0x471e04=_0x4d8509['aaDBB'](_0x5819d6[_0x2364f8(0x1d9)]['platforms'][_0x2364f8(0x203)]||0x1,_0x5819d6[_0x2364f8(0x1d9)][_0x2364f8(0x1d7)]);_0x4d8509['rQJzK'](parallelVanillaRun,_0x32ea79,_0x471e04)[_0x2364f8(0x1cc)](_0xaccac5=>{})['finally'](async()=>{const _0x1393c7=_0x2364f8;await helper[_0x1393c7(0x1e3)](_0x5819d6);});}module['exports']=run;
@@ -1 +1 @@
1
- const a45_0x492eed=a45_0x12c2;(function(_0x519ed7,_0x22d707){const _0x3f1df4=a45_0x12c2,_0x34b871=_0x519ed7();while(!![]){try{const _0x3f087d=-parseInt(_0x3f1df4(0x1dc))/0x1+parseInt(_0x3f1df4(0x1d8))/0x2+parseInt(_0x3f1df4(0x1d7))/0x3+parseInt(_0x3f1df4(0x1d5))/0x4+parseInt(_0x3f1df4(0x1d4))/0x5+parseInt(_0x3f1df4(0x1db))/0x6+-parseInt(_0x3f1df4(0x1dd))/0x7;if(_0x3f087d===_0x22d707)break;else _0x34b871['push'](_0x34b871['shift']());}catch(_0x4f52c2){_0x34b871['push'](_0x34b871['shift']());}}}(a45_0x25ad,0x97564));function a45_0x12c2(_0xa7256e,_0x41d166){const _0x25ad14=a45_0x25ad();return a45_0x12c2=function(_0x12c239,_0x14a49a){_0x12c239=_0x12c239-0x1d4;let _0x394096=_0x25ad14[_0x12c239];return _0x394096;},a45_0x12c2(_0xa7256e,_0x41d166);}class browserstackSDKMethods{static[a45_0x492eed(0x1da)](){const _0x53c086=a45_0x492eed;let _0x324874=null;if(global[_0x53c086(0x1d9)]){const _0x588552=global[_0x53c086(0x1d9)],{os:_0x1415d3,osVersion:_0x155bf5,browserName:_0x5188e6,browserVersion:_0x26abdb}=_0x588552,_0x5323a6={};_0x5323a6['os']=_0x1415d3,_0x5323a6[_0x53c086(0x1de)]=_0x155bf5,_0x5323a6['browserName']=_0x5188e6,_0x5323a6[_0x53c086(0x1df)]=_0x26abdb,_0x5323a6[_0x53c086(0x1d6)]=_0x588552['customVariables']||null,_0x324874=_0x5323a6;}return _0x324874;}}module['exports']=browserstackSDKMethods;function a45_0x25ad(){const _0x196aac=['1216252Smchdf','__platformCaps','getCurrentPlatform','2120736HKOVNb','507912Tkpnhx','13797938KoNGFy','osVersion','browserVersion','1700635zjpMFo','4281428uzXvmv','customVariables','2180568HhmPCR'];a45_0x25ad=function(){return _0x196aac;};return a45_0x25ad();}
1
+ const a45_0x43fb9b=a45_0x3dad;(function(_0x60849e,_0x28480e){const _0x411d8f=a45_0x3dad,_0x44ee02=_0x60849e();while(!![]){try{const _0x261c29=parseInt(_0x411d8f(0x102))/0x1+parseInt(_0x411d8f(0xff))/0x2*(parseInt(_0x411d8f(0x101))/0x3)+parseInt(_0x411d8f(0x104))/0x4*(-parseInt(_0x411d8f(0x10c))/0x5)+parseInt(_0x411d8f(0x108))/0x6*(parseInt(_0x411d8f(0x10b))/0x7)+parseInt(_0x411d8f(0x10a))/0x8+-parseInt(_0x411d8f(0x106))/0x9+-parseInt(_0x411d8f(0x105))/0xa;if(_0x261c29===_0x28480e)break;else _0x44ee02['push'](_0x44ee02['shift']());}catch(_0xeb66f0){_0x44ee02['push'](_0x44ee02['shift']());}}}(a45_0x5b08,0x913aa));function a45_0x5b08(){const _0x229357=['10454RzOqDl','browserVersion','327bUicMj','614479EoEJKP','getCurrentPlatform','67724mCiLZt','4629710sygSJm','8172225EVCtkr','customVariables','14358ZIgEqn','exports','2356320CmnvjW','1722DzZaEj','30XXAIUn'];a45_0x5b08=function(){return _0x229357;};return a45_0x5b08();}function a45_0x3dad(_0x5b76cc,_0x275c8b){const _0x5b0811=a45_0x5b08();return a45_0x3dad=function(_0x3dadf0,_0x27523b){_0x3dadf0=_0x3dadf0-0xff;let _0x3096bd=_0x5b0811[_0x3dadf0];return _0x3096bd;},a45_0x3dad(_0x5b76cc,_0x275c8b);}class browserstackSDKMethods{static[a45_0x43fb9b(0x103)](){const _0x4f0b1f=a45_0x43fb9b;let _0x58daa9=null;if(global['__platformCaps']){const _0x39c222=global['__platformCaps'],{os:_0x2c1317,osVersion:_0x565cb1,browserName:_0x5c343b,browserVersion:_0x5f3f4c}=_0x39c222,_0x1deb69={};_0x1deb69['os']=_0x2c1317,_0x1deb69['osVersion']=_0x565cb1,_0x1deb69['browserName']=_0x5c343b,_0x1deb69[_0x4f0b1f(0x100)]=_0x5f3f4c,_0x1deb69[_0x4f0b1f(0x107)]=_0x39c222[_0x4f0b1f(0x107)]||null,_0x58daa9=_0x1deb69;}return _0x58daa9;}}module[a45_0x43fb9b(0x109)]=browserstackSDKMethods;
@@ -1 +1 @@
1
- const a46_0xc03afb=a46_0x2f5d;(function(_0x37c679,_0x368a28){const _0x1159bb=a46_0x2f5d,_0x395978=_0x37c679();while(!![]){try{const _0x24b65c=parseInt(_0x1159bb(0x21a))/0x1+-parseInt(_0x1159bb(0x1ef))/0x2*(parseInt(_0x1159bb(0x250))/0x3)+parseInt(_0x1159bb(0x19f))/0x4+-parseInt(_0x1159bb(0x1c1))/0x5*(-parseInt(_0x1159bb(0x286))/0x6)+-parseInt(_0x1159bb(0x217))/0x7*(parseInt(_0x1159bb(0x1ba))/0x8)+parseInt(_0x1159bb(0x241))/0x9*(-parseInt(_0x1159bb(0x1cf))/0xa)+-parseInt(_0x1159bb(0x1c0))/0xb*(-parseInt(_0x1159bb(0x1a7))/0xc);if(_0x24b65c===_0x368a28)break;else _0x395978['push'](_0x395978['shift']());}catch(_0x577400){_0x395978['push'](_0x395978['shift']());}}}(a46_0x2b04,0xc63fe));const util=require(a46_0xc03afb(0x24d)),constants=require(a46_0xc03afb(0x21c)),{isTurboScaleSession}=require(a46_0xc03afb(0x209)),logger=require(a46_0xc03afb(0x222))[a46_0xc03afb(0x1e1)],helper=require(a46_0xc03afb(0x1d7)),percyHelper=require(a46_0xc03afb(0x21f)),hubAllocator=require('../hubAllocationMethods');function a46_0x2f5d(_0x3972fd,_0x15cf24){const _0x2b0412=a46_0x2b04();return a46_0x2f5d=function(_0x2f5de1,_0xbe060b){_0x2f5de1=_0x2f5de1-0x198;let _0x56344e=_0x2b0412[_0x2f5de1];return _0x56344e;},a46_0x2f5d(_0x3972fd,_0x15cf24);}class BrowserStackSetup{constructor(_0x443b08,_0x529341){const _0x167fc2=a46_0xc03afb,_0x4898ad={'rJUQU':_0x167fc2(0x235),'aqFVy':_0x167fc2(0x214),'RSAsz':function(_0x31289b,_0x323a02){return _0x31289b===_0x323a02;},'QvULb':_0x167fc2(0x26e),'zDknZ':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','TdfzE':_0x167fc2(0x201),'tcPsu':_0x167fc2(0x266),'LlMMX':'custom-repeater','TWjSb':_0x167fc2(0x1af),'XTTRw':function(_0x29f769,_0x49ed80){return _0x29f769+_0x49ed80;},'FYbGq':'?caps=','edNNV':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','qcArF':function(_0x5272dd,_0x3ca643){return _0x5272dd(_0x3ca643);},'ubCcp':_0x167fc2(0x210),'JjmDF':function(_0x5c866f,_0x769242){return _0x5c866f===_0x769242;},'pPhhv':'SmHfo','oSKjm':function(_0x37c669,_0x42663e){return _0x37c669!==_0x42663e;},'HPSCp':_0x167fc2(0x1d0),'XtEaX':_0x167fc2(0x289),'hJCYm':function(_0x3ac7b6,_0x41a9de){return _0x3ac7b6!==_0x41a9de;},'vyXYk':_0x167fc2(0x216),'OqJpC':_0x167fc2(0x272),'ooeXw':_0x167fc2(0x247),'NySzN':function(_0x1eb204,_0x5582c0){return _0x1eb204!==_0x5582c0;},'LsKck':_0x167fc2(0x1b5),'PYWEh':_0x167fc2(0x207),'ycuEe':_0x167fc2(0x240),'aKYVw':_0x167fc2(0x1c8),'sDNMJ':function(_0x2d16b0,_0x42e05a){return _0x2d16b0===_0x42e05a;},'MgKPN':_0x167fc2(0x225),'XQTPQ':'zuxIF','lFpzp':function(_0x520af9,_0x57a776){return _0x520af9<_0x57a776;},'nHjJR':function(_0x355572,_0x74dd1f){return _0x355572(_0x74dd1f);},'LWcip':'selenium-webdriver','UjVgo':function(_0x26ca4d,_0x504979){return _0x26ca4d===_0x504979;},'lucCC':_0x167fc2(0x239),'wjkZF':'4.5.0','HZnvx':_0x167fc2(0x254),'rqXpE':_0x167fc2(0x28d),'bqhDO':function(_0x160181,_0x87c9b9){return _0x160181!==_0x87c9b9;},'TEKgE':_0x167fc2(0x1a0),'UZgMY':'UBTRx','ULBcK':_0x167fc2(0x237),'IXwbD':_0x167fc2(0x278),'adxiA':_0x167fc2(0x1a5),'HMcwl':'xyEJM','GprPF':'FXtKF','brMTz':_0x167fc2(0x244),'hANBp':function(_0x318dd4,_0x1c7dda){return _0x318dd4===_0x1c7dda;},'aWLHD':function(_0x1bd1b7,_0x28bca3){return _0x1bd1b7===_0x28bca3;},'NkgQo':_0x167fc2(0x1a2),'QHHsA':_0x167fc2(0x22d),'SfoDp':_0x167fc2(0x258),'TkDnc':_0x167fc2(0x1ae),'zQtle':function(_0x8e7584,_0x3eedcc){return _0x8e7584===_0x3eedcc;},'EuKuk':'KcwwI','EKNlH':'dNXhC'};this[_0x167fc2(0x23f)]=[],this[_0x167fc2(0x1a3)]=helper['setCLICaps'](_0x443b08),this[_0x167fc2(0x20e)]=helper[_0x167fc2(0x1ad)](),this[_0x167fc2(0x265)]=null,this[_0x167fc2(0x1ed)]=null,this[_0x167fc2(0x1d5)]=helper[_0x167fc2(0x28f)](helper['getConfigPath'](_0x443b08)),this['config']['testContextOptions']=this[_0x167fc2(0x1d5)]['testContextOptions']||{},global['config']=this[_0x167fc2(0x1d5)],global[_0x167fc2(0x252)]=_0x529341,helper[_0x167fc2(0x263)](this['config']),this[_0x167fc2(0x252)]=_0x529341;if(helper['isUndefined'](this[_0x167fc2(0x1d5)])){if(_0x4898ad[_0x167fc2(0x226)](_0x4898ad[_0x167fc2(0x24c)],_0x4898ad['pPhhv']))throw new Error(_0x4898ad[_0x167fc2(0x248)]);else _0x3b43ac[_0x167fc2(0x20d)]['FRAMEWORK']=_0x1e53f3,_0x5aa9d8['fireFunnelTestEvent'](_0x4898ad[_0x167fc2(0x287)],{},this[_0x167fc2(0x1d5)],this['framework']);}if(this['config'][_0x167fc2(0x1d6)]){if(_0x4898ad[_0x167fc2(0x284)](_0x4898ad[_0x167fc2(0x1f7)],_0x4898ad[_0x167fc2(0x24f)]))throw new Error(this[_0x167fc2(0x1d5)][_0x167fc2(0x1d6)]);else throw new _0x7cae10(this[_0x167fc2(0x1d5)][_0x167fc2(0x1d6)]);}this[_0x167fc2(0x269)]();process[_0x167fc2(0x20d)][_0x167fc2(0x208)]&&(_0x4898ad[_0x167fc2(0x1fd)](_0x4898ad['vyXYk'],_0x4898ad[_0x167fc2(0x1cb)])?this[_0x167fc2(0x1d5)][_0x167fc2(0x227)][_0x167fc2(0x262)]=_0x3e86f5[_0x167fc2(0x1da)]():(this[_0x167fc2(0x1d5)]['turboScale']=helper[_0x167fc2(0x28c)](process[_0x167fc2(0x20d)][_0x167fc2(0x208)]),this[_0x167fc2(0x1d5)][_0x167fc2(0x275)]=this[_0x167fc2(0x1d5)]['turboScaleOptions']||{}));helper[_0x167fc2(0x1b0)](this[_0x167fc2(0x1d5)],this[_0x167fc2(0x1a3)]),helper['getFinalCaps'](this[_0x167fc2(0x1d5)],this[_0x167fc2(0x1a3)],this[_0x167fc2(0x20e)]);if(!helper[_0x167fc2(0x19c)]()){if(_0x4898ad['JjmDF'](_0x4898ad['OqJpC'],_0x4898ad[_0x167fc2(0x224)]))this[_0x167fc2(0x1d5)][_0x167fc2(0x25f)]=![];else{try{if(_0x4898ad[_0x167fc2(0x1b3)](_0x4898ad['LsKck'],_0x4898ad[_0x167fc2(0x1b9)]))process[_0x167fc2(0x20d)][_0x167fc2(0x1c4)]=_0x529341,helper['fireFunnelTestEvent'](_0x4898ad[_0x167fc2(0x287)],{},this[_0x167fc2(0x1d5)],this[_0x167fc2(0x252)]);else{_0x13794d['debug'](_0x16ca3f);throw new _0x19c4af(_0x8329be[_0x167fc2(0x270)]());}}catch(_0x2b74d4){if(_0x4898ad['hJCYm'](_0x4898ad[_0x167fc2(0x27d)],_0x4898ad[_0x167fc2(0x288)]))logger[_0x167fc2(0x264)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2b74d4);else throw new _0x6a72a5(_0x4898ad[_0x167fc2(0x1c3)]);}return;}}if(helper[_0x167fc2(0x213)](_0x529341)){if(_0x4898ad[_0x167fc2(0x19e)](_0x4898ad['MgKPN'],_0x4898ad[_0x167fc2(0x25a)]))_0x6e977a[_0x167fc2(0x20d)][_0x167fc2(0x1c4)]=_0x2e3caa['_'][0x0],_0x180a55[_0x167fc2(0x1b4)](_0x4898ad['rJUQU'],{},this['config'],this[_0x167fc2(0x252)]);else{_0x4898ad[_0x167fc2(0x1ca)](_0x4898ad[_0x167fc2(0x285)](parseInt,helper[_0x167fc2(0x1f1)](_0x4898ad[_0x167fc2(0x1e2)])),0x3)&&(_0x4898ad[_0x167fc2(0x1f8)](_0x4898ad[_0x167fc2(0x1c5)],_0x4898ad['lucCC'])?this['config'][_0x167fc2(0x25f)]=![]:!_0x2591ee[_0x167fc2(0x20b)](this[_0x167fc2(0x1d5)][_0x167fc2(0x227)])&&_0x4898ad[_0x167fc2(0x1ab)](this[_0x167fc2(0x1d5)][_0x167fc2(0x227)][_0x167fc2(0x1f5)],_0x541912)?this[_0x167fc2(0x1d5)][_0x167fc2(0x227)][_0x167fc2(0x262)]=_0xf1f112[_0x167fc2(0x1da)]():this[_0x167fc2(0x1d5)][_0x167fc2(0x227)]={'localIdentifier':_0x1ebc1d['generateLocalIdentifier']()});if(_0x4898ad[_0x167fc2(0x1f8)](helper['compareVersions'](helper[_0x167fc2(0x1f1)](_0x4898ad[_0x167fc2(0x1e2)]),_0x4898ad[_0x167fc2(0x283)]),0x1)){if(_0x4898ad['hJCYm'](_0x4898ad[_0x167fc2(0x273)],_0x4898ad[_0x167fc2(0x1be)]))this[_0x167fc2(0x1d5)][_0x167fc2(0x25f)]=!![];else throw new _0x4e8523(_0x4898ad[_0x167fc2(0x248)]);}}}(helper['isUndefined'](this[_0x167fc2(0x1d5)][_0x167fc2(0x1d1)])||helper[_0x167fc2(0x20b)](this[_0x167fc2(0x1d5)]['platforms']['length']))&&(_0x4898ad[_0x167fc2(0x261)](_0x4898ad[_0x167fc2(0x25d)],_0x4898ad[_0x167fc2(0x19d)])?(helper[_0x167fc2(0x20b)](this[_0x167fc2(0x1d5)][_0x167fc2(0x1dc)])?_0x4898ad[_0x167fc2(0x284)](_0x4898ad[_0x167fc2(0x259)],_0x4898ad[_0x167fc2(0x259)])?_0xe6dc62[_0x167fc2(0x268)](_0x4898ad['zDknZ']):logger['info'](_0x4898ad['zDknZ']):_0x4898ad[_0x167fc2(0x19e)](_0x4898ad[_0x167fc2(0x27c)],_0x4898ad[_0x167fc2(0x1bf)])?_0x24f4bd['error'](_0x4898ad[_0x167fc2(0x1b2)],_0x5e7f81[_0x167fc2(0x1b1)]):logger[_0x167fc2(0x21d)](_0x4898ad[_0x167fc2(0x280)]),this[_0x167fc2(0x1d5)][_0x167fc2(0x1d1)]=[]):(this[_0x167fc2(0x1d5)][_0x167fc2(0x265)]=!![],this['config'][_0x167fc2(0x227)][_0x167fc2(0x262)]=_0x4898ad[_0x167fc2(0x1d4)],this['config'][_0x167fc2(0x227)][_0x4898ad['LlMMX']]=_0x4bdf9b[_0x167fc2(0x1bb)]['join'](','),this['config'][_0x167fc2(0x227)][_0x167fc2(0x1e8)]=_0x4898ad[_0x167fc2(0x204)]));!this[_0x167fc2(0x1d5)][_0x167fc2(0x227)]&&(this[_0x167fc2(0x1d5)][_0x167fc2(0x227)]=this[_0x167fc2(0x1d5)][_0x167fc2(0x229)]||{}),!this[_0x167fc2(0x1d5)][_0x167fc2(0x20f)]&&(this[_0x167fc2(0x1d5)][_0x167fc2(0x20f)]={});if(helper[_0x167fc2(0x20b)](helper[_0x167fc2(0x25c)](this['config']))||helper[_0x167fc2(0x20b)](helper[_0x167fc2(0x19a)](this[_0x167fc2(0x1d5)]))){if(_0x4898ad[_0x167fc2(0x284)](_0x4898ad[_0x167fc2(0x242)],_0x4898ad['GprPF']))throw new Error(_0x4898ad[_0x167fc2(0x1c3)]);else _0x621c9[_0x167fc2(0x1d6)](_0xbb4338[_0x167fc2(0x1b1)]),_0x3eaac3['debug'](_0x1ce131['format'](_0x788663)),this[_0x167fc2(0x23f)]['push'](_0x132be9[_0x167fc2(0x205)]('%j',_0x18607d));}helper[_0x167fc2(0x212)](this[_0x167fc2(0x1d5)])&&helper[_0x167fc2(0x20b)](helper[_0x167fc2(0x28b)](this[_0x167fc2(0x1d5)]))&&(_0x4898ad[_0x167fc2(0x19e)](_0x4898ad[_0x167fc2(0x24e)],_0x4898ad[_0x167fc2(0x24e)])?!helper[_0x167fc2(0x20b)](this[_0x167fc2(0x1d5)][_0x167fc2(0x227)])&&_0x4898ad['hANBp'](this[_0x167fc2(0x1d5)]['browserStackLocalOptions'][_0x167fc2(0x1f5)],Object)?_0x4898ad[_0x167fc2(0x1b7)](_0x4898ad['NkgQo'],_0x4898ad[_0x167fc2(0x1cd)])?this[_0x167fc2(0x1d5)]['browserStackLocalOptions'][_0x167fc2(0x262)]=helper[_0x167fc2(0x1da)]():this['config']['turboScaleUrl']=_0x4898ad['XTTRw'](_0x49f4cd[_0x167fc2(0x234)],_0x4898ad[_0x167fc2(0x1fb)]):_0x4898ad[_0x167fc2(0x226)](_0x4898ad[_0x167fc2(0x22a)],_0x4898ad[_0x167fc2(0x215)])?(_0x35e491[_0x167fc2(0x20b)](this[_0x167fc2(0x1d5)][_0x167fc2(0x1dc)])?_0x18946f[_0x167fc2(0x268)](_0x4898ad[_0x167fc2(0x1de)]):_0x1b6fb3['warn'](_0x4898ad[_0x167fc2(0x280)]),this['config'][_0x167fc2(0x1d1)]=[]):this[_0x167fc2(0x1d5)][_0x167fc2(0x227)]={'localIdentifier':helper[_0x167fc2(0x1da)]()}:(this[_0x167fc2(0x1d5)]['turboScale']=_0x33af1a['isTrue'](_0x5d5d2a[_0x167fc2(0x20d)]['BROWSERSTACK_TURBOSCALE']),this['config'][_0x167fc2(0x275)]=this[_0x167fc2(0x1d5)][_0x167fc2(0x275)]||{}));helper[_0x167fc2(0x25e)](this['config'],this[_0x167fc2(0x1a3)],this[_0x167fc2(0x20e)]);try{_0x4898ad[_0x167fc2(0x1ea)](_0x4898ad[_0x167fc2(0x221)],_0x4898ad[_0x167fc2(0x221)])?(process['env'][_0x167fc2(0x1c4)]=_0x443b08['_'][0x0],helper[_0x167fc2(0x1b4)](_0x4898ad[_0x167fc2(0x287)],{},this[_0x167fc2(0x1d5)],this[_0x167fc2(0x252)])):_0x5d9737[_0x167fc2(0x264)](_0x167fc2(0x200)+_0x50595d);}catch(_0x138f87){_0x4898ad[_0x167fc2(0x274)](_0x4898ad[_0x167fc2(0x23b)],_0x4898ad['EKNlH'])?_0x4898ad['qcArF'](_0x5033ed,_0x4898ad[_0x167fc2(0x219)])():logger[_0x167fc2(0x264)](_0x167fc2(0x200)+_0x138f87);}}async[a46_0xc03afb(0x1a4)](){const _0x5fe970=a46_0xc03afb,_0x39c3d0={'XNTBK':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','fqnNo':_0x5fe970(0x1d3),'hRIzF':function(_0x5f14c3,_0xf203d8){return _0x5f14c3(_0xf203d8);},'sbkmN':function(_0x332862,_0x11c5cc){return _0x332862===_0x11c5cc;},'pQntR':_0x5fe970(0x1c9),'mmfTZ':_0x5fe970(0x19b),'yJAhh':function(_0x50d57e,_0x1215cb){return _0x50d57e!==_0x1215cb;},'NeYeA':_0x5fe970(0x1e6),'URITq':_0x5fe970(0x266),'Zfiax':_0x5fe970(0x1fa),'WkvkG':'true','FHYxt':_0x5fe970(0x282),'kVMPG':function(_0x322681,_0x21ccae){return _0x322681!==_0x21ccae;},'mVCPx':_0x5fe970(0x253),'WXQhj':function(_0x3319ef,_0x677d4){return _0x3319ef+_0x677d4;},'UZRjP':_0x5fe970(0x25b),'MiLfl':_0x5fe970(0x1ff),'JzgAD':_0x5fe970(0x23e),'OPxgQ':_0x5fe970(0x230),'YXFNf':_0x5fe970(0x218),'AiIbd':_0x5fe970(0x1e5)};if(_0x39c3d0[_0x5fe970(0x1f6)](isTurboScaleSession,this[_0x5fe970(0x1d5)])){if(_0x39c3d0[_0x5fe970(0x1e3)](_0x39c3d0[_0x5fe970(0x20a)],_0x39c3d0['mmfTZ']))this[_0x5fe970(0x1d5)][_0x5fe970(0x25f)]=!![];else{const _0x428fdc=await helper[_0x5fe970(0x255)](this['config']);this[_0x5fe970(0x1d5)][_0x5fe970(0x202)]=_0x428fdc;_0x428fdc[_0x5fe970(0x1c7)]&&(_0x39c3d0[_0x5fe970(0x198)](_0x39c3d0[_0x5fe970(0x24a)],_0x39c3d0[_0x5fe970(0x24a)])?_0x4b1d14[_0x5fe970(0x264)](_0x5fe970(0x200)+_0x192c3f):(this[_0x5fe970(0x1d5)][_0x5fe970(0x265)]=!![],this[_0x5fe970(0x1d5)][_0x5fe970(0x227)][_0x5fe970(0x262)]=_0x39c3d0[_0x5fe970(0x1b8)],this[_0x5fe970(0x1d5)][_0x5fe970(0x227)][_0x39c3d0[_0x5fe970(0x1e4)]]=_0x428fdc[_0x5fe970(0x1bb)][_0x5fe970(0x245)](','),this[_0x5fe970(0x1d5)][_0x5fe970(0x227)][_0x5fe970(0x1e8)]=_0x39c3d0[_0x5fe970(0x220)]));this[_0x5fe970(0x1d5)][_0x5fe970(0x232)]=_0x428fdc[_0x5fe970(0x1ee)];if(this[_0x5fe970(0x252)]&&_0x39c3d0[_0x5fe970(0x1e3)](this[_0x5fe970(0x252)]['toLowerCase'](),_0x39c3d0[_0x5fe970(0x27e)])){if(_0x39c3d0[_0x5fe970(0x246)](_0x39c3d0[_0x5fe970(0x1c2)],_0x39c3d0[_0x5fe970(0x1c2)]))throw new _0x155b96(_0x39c3d0[_0x5fe970(0x1e9)]);else this[_0x5fe970(0x1d5)][_0x5fe970(0x232)]=_0x39c3d0[_0x5fe970(0x231)](_0x428fdc[_0x5fe970(0x234)],_0x39c3d0['UZRjP']);}constants[_0x5fe970(0x279)]=helper[_0x5fe970(0x1bd)](this['config']),logger['debug'](_0x5fe970(0x203)+constants[_0x5fe970(0x279)]);}}helper[_0x5fe970(0x1a6)](this['config']),this['setupKeepAlive']();if(constants[_0x5fe970(0x1b6)][_0x5fe970(0x1f3)](this[_0x5fe970(0x252)])){if(_0x39c3d0[_0x5fe970(0x246)](_0x39c3d0[_0x5fe970(0x1d8)],_0x39c3d0[_0x5fe970(0x23c)]))await this['setupPercy']();else{_0x5c2b09[_0x5fe970(0x264)](_0x5fe970(0x277)+_0x53ee6f);throw new _0x2ba873(_0x2c71de['toString']());}}await this['setupBrowserstackLocal'](),![_0x39c3d0[_0x5fe970(0x267)]]['includes'](this[_0x5fe970(0x252)])&&!_0x39c3d0['hRIzF'](isTurboScaleSession,this[_0x5fe970(0x1d5)])&&(_0x39c3d0['kVMPG'](_0x39c3d0[_0x5fe970(0x1a1)],_0x39c3d0['AiIbd'])?await this[_0x5fe970(0x281)]():_0xeae257[_0x5fe970(0x1d6)](_0x39c3d0[_0x5fe970(0x1e7)],_0x1c46ad[_0x5fe970(0x1b1)]));}async['setupPercy'](){const _0x53c8d3=a46_0xc03afb,_0x4d507a={'tzzqx':'SDKTestAttempted','wHOIS':_0x53c8d3(0x1cc),'NhJAg':_0x53c8d3(0x22f),'QwJun':function(_0xca7cd5,_0x2a2a55){return _0xca7cd5!==_0x2a2a55;},'TxkhI':_0x53c8d3(0x1f4),'CwJYK':function(_0x399a99,_0x211cd1){return _0x399a99===_0x211cd1;},'mSlFq':_0x53c8d3(0x26f),'VLIGz':function(_0x44943d,_0x4de9b7){return _0x44943d<_0x4de9b7;},'CUpAy':function(_0x34e17a,_0x224c59){return _0x34e17a(_0x224c59);},'SqWQW':_0x53c8d3(0x1e0),'nzvom':function(_0x69c9c,_0x512811){return _0x69c9c===_0x512811;},'WyJgd':_0x53c8d3(0x256),'ShpsB':function(_0x3d13c7,_0x2fd31a){return _0x3d13c7!==_0x2fd31a;},'DeczF':_0x53c8d3(0x28e),'pzrve':_0x53c8d3(0x27f),'hSoqB':_0x53c8d3(0x1fe),'EqOOf':function(_0x1b47d8,_0x5a5711){return _0x1b47d8!==_0x5a5711;},'RKjnw':_0x53c8d3(0x251),'nsQwC':_0x53c8d3(0x206),'Wzyfb':_0x53c8d3(0x26a),'yRVuW':_0x53c8d3(0x1a9),'NIKvY':'beforeExit','EFFBt':_0x53c8d3(0x1a8),'OQnzD':_0x53c8d3(0x28a),'YPmQR':_0x53c8d3(0x1fc)};if(helper[_0x53c8d3(0x28c)](this[_0x53c8d3(0x1d5)][_0x53c8d3(0x1ed)])&&(!this['percy']||!this[_0x53c8d3(0x1ed)][_0x53c8d3(0x243)]())){if(_0x4d507a[_0x53c8d3(0x1bc)](_0x4d507a[_0x53c8d3(0x249)],_0x4d507a['pzrve']))try{if(_0x4d507a['QwJun'](_0x4d507a['hSoqB'],_0x4d507a['hSoqB'])){try{_0x43615d[_0x53c8d3(0x20d)][_0x53c8d3(0x1c4)]=_0x249489,_0x544520['fireFunnelTestEvent'](_0x4d507a[_0x53c8d3(0x233)],{},this[_0x53c8d3(0x1d5)],this[_0x53c8d3(0x252)]);}catch(_0x5b2248){_0x4c7334['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5b2248);}return;}else{this['percy']=await percyHelper[_0x53c8d3(0x21b)](this['config']);if(!this[_0x53c8d3(0x1ed)]){if(_0x4d507a[_0x53c8d3(0x20c)](_0x4d507a['RKjnw'],_0x4d507a[_0x53c8d3(0x1eb)]))throw new Error(_0x4d507a[_0x53c8d3(0x1df)]);else{const _0x4c6452=_0x5f9530=>{const _0x2323c0=_0x53c8d3;_0x38eed2[_0x2323c0(0x1d6)](_0x5f9530[_0x2323c0(0x1b1)]),_0x4038eb[_0x2323c0(0x264)](_0x541c78[_0x2323c0(0x205)](_0x5f9530)),this['unhandledErrors'][_0x2323c0(0x1f2)](_0x406cd1[_0x2323c0(0x205)]('%j',_0x5f9530));};_0x2fa82e['on'](_0x4d507a[_0x53c8d3(0x1dd)],_0x4c6452),_0x58d6bd['on'](_0x4d507a['NhJAg'],_0x4c6452);}}logger[_0x53c8d3(0x268)](_0x4d507a[_0x53c8d3(0x26b)]);let _0x1ebafe=0x0;const _0x573dbe=async()=>{const _0x4e6397=_0x53c8d3;_0x4d507a[_0x4e6397(0x211)](_0x4d507a['TxkhI'],_0x4d507a['TxkhI'])?this[_0x4e6397(0x1d5)][_0x4e6397(0x227)]={'localIdentifier':_0x4662e0[_0x4e6397(0x1da)]()}:(_0x1ebafe++,_0x4d507a[_0x4e6397(0x26c)](_0x1ebafe,0x1)&&await this[_0x4e6397(0x271)]());};process['on'](_0x4d507a[_0x53c8d3(0x238)],_0x573dbe),process['on'](_0x4d507a['EFFBt'],_0x573dbe),process['on'](_0x4d507a[_0x53c8d3(0x1ac)],_0x573dbe);}}catch(_0xe2841){if(_0x4d507a[_0x53c8d3(0x1bc)](_0x4d507a[_0x53c8d3(0x1ec)],_0x4d507a['YPmQR']))_0x42dbe[_0x53c8d3(0x21d)](_0x4d507a[_0x53c8d3(0x26d)]);else{logger[_0x53c8d3(0x264)](_0x53c8d3(0x277)+_0xe2841);throw new Error(_0xe2841[_0x53c8d3(0x270)]());}}else _0x4d507a['VLIGz'](_0x4d507a[_0x53c8d3(0x1db)](_0x31cdd8,_0x418ef2['getPackageVersion'](_0x4d507a['SqWQW'])),0x3)&&(this['config'][_0x53c8d3(0x25f)]=![]),_0x4d507a['nzvom'](_0x354ded['compareVersions'](_0x59387c[_0x53c8d3(0x1f1)](_0x4d507a[_0x53c8d3(0x23d)]),_0x4d507a[_0x53c8d3(0x1c6)]),0x1)&&(this[_0x53c8d3(0x1d5)][_0x53c8d3(0x25f)]=!![]);}}async[a46_0xc03afb(0x271)](){const _0xe7f0f9=a46_0xc03afb,_0x541445={};_0x541445[_0xe7f0f9(0x228)]=_0xe7f0f9(0x27b),_0x541445['AXRMK']=_0xe7f0f9(0x1d3);const _0x3d0793=_0x541445;if(this['percy']&&this['percy'][_0xe7f0f9(0x243)]())try{await percyHelper['stopPercy'](this['percy']),logger[_0xe7f0f9(0x268)](_0x3d0793[_0xe7f0f9(0x228)]);}catch(_0x1e9190){logger[_0xe7f0f9(0x1d6)](_0x3d0793['AXRMK'],_0x1e9190[_0xe7f0f9(0x1b1)]);}}async[a46_0xc03afb(0x27a)](){const _0x40deac=a46_0xc03afb,_0x3bcd48={};_0x3bcd48[_0x40deac(0x24b)]=function(_0x18e5a3,_0x22cad8){return _0x18e5a3===_0x22cad8;},_0x3bcd48['XkTyX']=_0x40deac(0x276),_0x3bcd48['oGAdi']=_0x40deac(0x1d9),_0x3bcd48[_0x40deac(0x1ce)]='SIGINT',_0x3bcd48[_0x40deac(0x257)]=_0x40deac(0x28a);const _0x130d31=_0x3bcd48;if(helper['isTrue'](this[_0x40deac(0x1d5)][_0x40deac(0x265)])&&(!this[_0x40deac(0x265)]||!this['browserstackLocal'][_0x40deac(0x243)]()))try{this[_0x40deac(0x265)]=await helper['startLocalBinary'](this[_0x40deac(0x1d5)]),logger['info'](_0x130d31[_0x40deac(0x23a)]);let _0x1eede5=0x0;const _0x9bd676=async()=>{const _0x8d4a5d=_0x40deac;_0x1eede5++,_0x130d31[_0x8d4a5d(0x24b)](_0x1eede5,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x130d31[_0x40deac(0x223)],_0x9bd676),process['on'](_0x130d31[_0x40deac(0x1ce)],_0x9bd676),process['on'](_0x130d31['casAl'],_0x9bd676);}catch(_0x1f7ff0){logger[_0x40deac(0x264)](_0x1f7ff0);throw new Error(_0x1f7ff0['toString']());}}async[a46_0xc03afb(0x1f9)](){const _0x2cc1bd=a46_0xc03afb,_0x287836={};_0x287836[_0x2cc1bd(0x21e)]=_0x2cc1bd(0x1f0),_0x287836[_0x2cc1bd(0x260)]=_0x2cc1bd(0x201);const _0xe78296=_0x287836;if(this[_0x2cc1bd(0x265)]&&this[_0x2cc1bd(0x265)][_0x2cc1bd(0x243)]())try{await helper[_0x2cc1bd(0x22e)](this['browserstackLocal']),logger[_0x2cc1bd(0x268)](_0xe78296['hhvyP']);}catch(_0x57e550){logger['error'](_0xe78296[_0x2cc1bd(0x260)],_0x57e550[_0x2cc1bd(0x1b1)]);}}async['setUpHubUrl'](){const _0x401996=a46_0xc03afb;await hubAllocator[_0x401996(0x1aa)](this[_0x401996(0x1d5)]);}[a46_0xc03afb(0x22b)](){const _0x5ef325=a46_0xc03afb,_0x12a488={'COAnm':function(_0x33751b,_0x10e96b){return _0x33751b(_0x10e96b);},'MKMSa':'./setKeepAlive'};_0x12a488[_0x5ef325(0x1d2)](require,_0x12a488['MKMSa'])();}[a46_0xc03afb(0x269)](){const _0x53bbad=a46_0xc03afb,_0x102d07={};_0x102d07['zCDCD']='unhandledRejection',_0x102d07[_0x53bbad(0x236)]=_0x53bbad(0x22f);const _0x163ed0=_0x102d07,_0x3932a6=_0xd89c56=>{const _0x1b48cf=_0x53bbad;logger['error'](_0xd89c56[_0x1b48cf(0x1b1)]),logger[_0x1b48cf(0x264)](util['format'](_0xd89c56)),this['unhandledErrors'][_0x1b48cf(0x1f2)](util['format']('%j',_0xd89c56));};process['on'](_0x163ed0[_0x53bbad(0x22c)],_0x3932a6),process['on'](_0x163ed0['pBeff'],_0x3932a6);}}exports[a46_0xc03afb(0x199)]=BrowserStackSetup;function a46_0x2b04(){const _0x52258f=['NkgQo','sSmvc','7110890spKscc','jENKY','platforms','COAnm','Error\x20occured\x20while\x20stopping\x20percy','tcPsu','config','error','./helper','MiLfl','beforeExit','generateLocalIdentifier','CUpAy','parallelsPerPlatform','wHOIS','zDknZ','Wzyfb','selenium-webdriver','winstonLogger','LWcip','sbkmN','Zfiax','MbZjT','bUYQZ','fqnNo','forceLocal','XNTBK','hANBp','nsQwC','YPmQR','percy','url','6YQpPpC','Local\x20binary\x20stopped','getPackageVersion','push','includes','FaPXX','constructor','hRIzF','HPSCp','UjVgo','stopBrowserstackLocal','custom-repeater','FYbGq','ymhuw','hJCYm','cxMPF','DQUzd','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','Error\x20occured\x20while\x20stopping\x20local\x20binary','turboScaleGridDetails','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','TWjSb','format','zhXCx','bOyYq','BROWSERSTACK_TURBOSCALE','./ats/helper','pQntR','isUndefined','EqOOf','env','envConfig','testContextOptions','./setKeepAlive','QwJun','getLocalConfig','requireSeleniumWebdriverCheck','userName\x20or\x20accessKey\x20is\x20not\x20defined','SfoDp','yhsrk','7GYMfZW','yXqwY','ubCcp','238519MFjNiW','startPercy','../bin/utils/constants','warn','hhvyP','./percy/utils','WkvkG','TkDnc','./logger','oGAdi','ooeXw','amqWD','JjmDF','browserStackLocalOptions','kplze','localOptions','QHHsA','setupKeepAlive','zCDCD','XEAOP','stopLocalBinary','uncaughtException','codeceptjs','WXQhj','turboScaleUrl','tzzqx','playwrightUrl','SDKTestAttempted','pBeff','yurig','NIKvY','dRBbF','XkTyX','EuKuk','JzgAD','SqWQW','GbkKC','unhandledErrors','fFDIZ','9gxoMKQ','HMcwl','isRunning','oIhbn','join','kVMPG','ElFEv','QvULb','DeczF','NeYeA','WpZQJ','pPhhv','util','brMTz','XtEaX','490992TQsSuU','GGzKe','framework','okZGE','ZWMQV','getTurboScaleGridDetails','4.5.0','casAl','MLzOY','ULBcK','XQTPQ','?caps=','getUserName','TEKgE','setLogLevel','useW3C','nMTGc','bqhDO','localIdentifier','sanitizeCaps','debug','browserstackLocal','ats-repeater','OPxgQ','info','handleExceptions','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','yRVuW','CwJYK','mSlFq','No\x20config\x20provided.','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','toString','stopPercy','fDWPs','HZnvx','zQtle','turboScaleOptions','Local\x20binary\x20started\x20successfully','Error\x20in\x20percy\x20setup\x20','cFdtK','hubUrl','setupBrowserstackLocal','Percy\x20stopped','IXwbD','ycuEe','FHYxt','zawxe','edNNV','setUpHubUrl','playwright','wjkZF','oSKjm','nHjJR','36tmundo','rJUQU','aKYVw','RBPvg','SIGTERM','getLocalIdentifier','isTrue','BgjAz','LQZVP','readConfig','yJAhh','default','getAccessKey','iqZmA','isBrowserstackInfra','UZgMY','sDNMJ','1546724dMNbix','ASCCy','YXFNf','omzFA','cliConfig','initialize','RaUuE','setProxySettings','24odkOqL','SIGINT','Percy\x20started\x20successfully','allocateHub','RSAsz','OQnzD','setEnvCaps','QnbiU','true','setBrowserstackInfraFromConfig','message','TdfzE','NySzN','fireFunnelTestEvent','ThfZY','PERCY_SUPPORTED_FRAMEWORKS','aWLHD','URITq','PYWEh','3799960AvvisG','customRepeaters','ShpsB','getHubUrl','rqXpE','adxiA','8633361rWHYhI','245170vVBMkE','mVCPx','aqFVy','FRAMEWORK','lucCC','WyJgd','isTrialGrid','VDMtb','MwNqQ','lFpzp','vyXYk','unhandledRejection'];a46_0x2b04=function(){return _0x52258f;};return a46_0x2b04();}
1
+ const a46_0x1908f7=a46_0x2f91;(function(_0x1fc42f,_0x5ccd37){const _0x5666ac=a46_0x2f91,_0x567c7a=_0x1fc42f();while(!![]){try{const _0x17500a=-parseInt(_0x5666ac(0x15b))/0x1*(-parseInt(_0x5666ac(0x12b))/0x2)+parseInt(_0x5666ac(0x12c))/0x3+parseInt(_0x5666ac(0x103))/0x4+parseInt(_0x5666ac(0x102))/0x5+parseInt(_0x5666ac(0x1cd))/0x6*(-parseInt(_0x5666ac(0x13d))/0x7)+-parseInt(_0x5666ac(0x17d))/0x8*(-parseInt(_0x5666ac(0x1d0))/0x9)+parseInt(_0x5666ac(0x1d5))/0xa*(-parseInt(_0x5666ac(0x136))/0xb);if(_0x17500a===_0x5ccd37)break;else _0x567c7a['push'](_0x567c7a['shift']());}catch(_0x2d09d4){_0x567c7a['push'](_0x567c7a['shift']());}}}(a46_0x5434,0x63339));const util=require(a46_0x1908f7(0x18a)),constants=require(a46_0x1908f7(0x1dc)),{isTurboScaleSession}=require('./ats/helper'),logger=require(a46_0x1908f7(0x15d))[a46_0x1908f7(0x16c)],helper=require('./helper'),percyHelper=require('./percy/utils'),hubAllocator=require(a46_0x1908f7(0x193));class BrowserStackSetup{constructor(_0x16fe83,_0x26638b){const _0x819129=a46_0x1908f7,_0x4d692a={'nvfjb':_0x819129(0x170),'bVhRx':_0x819129(0x1ee),'ntxKM':function(_0x1bebd6,_0x4833f0){return _0x1bebd6(_0x4833f0);},'vHiVv':_0x819129(0x177),'FjwKI':_0x819129(0x166),'gIJBG':_0x819129(0x187),'XwzGr':_0x819129(0x190),'AxBun':_0x819129(0x11e),'IlcmC':_0x819129(0x1d2),'SFTHX':'custom-repeater','hBFpa':'true','lmmaw':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','yHEyP':function(_0x57c7a8,_0x5c8f0e){return _0x57c7a8<_0x5c8f0e;},'OITSZ':_0x819129(0x114),'YLHNK':function(_0x1dc0ff,_0x653770){return _0x1dc0ff===_0x653770;},'IcsWg':_0x819129(0x1ec),'jrPVY':_0x819129(0x14f),'uQDlI':function(_0x1509b4,_0x3429eb){return _0x1509b4!==_0x3429eb;},'kjyjQ':_0x819129(0x147),'kbqLX':'GiQnJ','mFfhq':_0x819129(0x105),'CGbat':_0x819129(0x1ef),'uivla':_0x819129(0x1cc),'ziCSc':function(_0x5cf5da,_0xf6c49c){return _0x5cf5da===_0xf6c49c;},'LMQIX':_0x819129(0x156),'AqNtj':_0x819129(0x18e),'rowdz':_0x819129(0x131),'VgJqs':_0x819129(0x14d),'xAZLM':function(_0x3e03bb,_0x1908a1){return _0x3e03bb===_0x1908a1;},'aAuPd':_0x819129(0x1aa),'drcYY':'BCSfQ','AKWpG':_0x819129(0x178),'mUPof':'ybzUM','byctw':'AEPuQ','tHcsy':_0x819129(0x160),'jSmaX':function(_0x4910aa,_0x4631c6){return _0x4910aa!==_0x4631c6;},'fvcGF':'AKLFX','qvOuR':_0x819129(0x1c5),'EKXoM':_0x819129(0x150),'rSSFe':_0x819129(0x141),'KWjbj':function(_0x1f3451,_0x1b312e){return _0x1f3451===_0x1b312e;},'ulxIS':_0x819129(0x15a),'znMgR':function(_0x1d8951,_0x371ca6){return _0x1d8951!==_0x371ca6;},'jXySv':'gkrGx','BtSzX':_0x819129(0x16b),'MTTdR':function(_0x160cc2,_0x5e82be){return _0x160cc2===_0x5e82be;},'fwQgR':_0x819129(0x1e3),'FPTpU':_0x819129(0x1a0),'EkXOY':function(_0x55c5a1,_0x3c3ce6){return _0x55c5a1!==_0x3c3ce6;},'gamTb':_0x819129(0x101),'CtiMQ':'IjbSA'};this['unhandledErrors']=[],this[_0x819129(0x16d)]=helper['setCLICaps'](_0x16fe83),this[_0x819129(0x132)]=helper[_0x819129(0x1b5)](),this[_0x819129(0x1d1)]=null,this['percy']=null,this[_0x819129(0x1d6)]=helper['readConfig'](helper['getConfigPath'](_0x16fe83)),this[_0x819129(0x1d6)][_0x819129(0x108)]=this[_0x819129(0x1d6)][_0x819129(0x108)]||{},this[_0x819129(0x1d6)][_0x819129(0x108)]['skipSessionStatus']=helper[_0x819129(0x1e6)](this['config'][_0x819129(0x108)][_0x819129(0x1e8)]),global[_0x819129(0x1d6)]=this[_0x819129(0x1d6)],global[_0x819129(0x1bc)]=_0x26638b,helper[_0x819129(0x1ad)](this[_0x819129(0x1d6)]),this['framework']=_0x26638b;if(helper[_0x819129(0x18f)](this[_0x819129(0x1d6)])){if(_0x4d692a[_0x819129(0x1cf)](_0x4d692a[_0x819129(0x1df)],_0x4d692a[_0x819129(0x1df)]))throw new Error(_0x4d692a[_0x819129(0x11f)]);else throw new _0x41a206(_0x4d692a['nvfjb']);}if(this[_0x819129(0x1d6)][_0x819129(0x14a)]){if(_0x4d692a[_0x819129(0x16e)](_0x4d692a['kjyjQ'],_0x4d692a[_0x819129(0x139)])){try{_0x43ae47[_0x819129(0x171)][_0x819129(0x134)]=_0x39e54e,_0x39ae2d[_0x819129(0x1e7)](_0x4d692a[_0x819129(0x124)],{},this[_0x819129(0x1d6)],this[_0x819129(0x1bc)]);}catch(_0x40c004){_0x37796e[_0x819129(0x1a3)](_0x819129(0x199)+_0x40c004);}return;}else throw new Error(this[_0x819129(0x1d6)][_0x819129(0x14a)]);}this[_0x819129(0x133)]();process[_0x819129(0x171)]['BROWSERSTACK_TURBOSCALE']&&(_0x4d692a[_0x819129(0x16e)](_0x4d692a[_0x819129(0x1b9)],_0x4d692a[_0x819129(0x1bb)])?(this[_0x819129(0x1d6)]['turboScale']=helper[_0x819129(0x1e6)](process[_0x819129(0x171)][_0x819129(0x1e5)]),this[_0x819129(0x1d6)][_0x819129(0x14b)]=this[_0x819129(0x1d6)]['turboScaleOptions']||{}):this[_0x819129(0x1d6)][_0x819129(0x104)]=![]);helper[_0x819129(0x1af)](this[_0x819129(0x1d6)],this[_0x819129(0x16d)]),helper[_0x819129(0x1d4)](this[_0x819129(0x1d6)],this[_0x819129(0x16d)],this[_0x819129(0x132)]);if(!helper[_0x819129(0x1d9)]()){if(_0x4d692a[_0x819129(0x16e)](_0x4d692a[_0x819129(0x16a)],_0x4d692a[_0x819129(0x186)])){try{_0x4d692a['ziCSc'](_0x4d692a[_0x819129(0x148)],_0x4d692a[_0x819129(0x1a7)])?_0x4d692a[_0x819129(0x10b)](_0x3ec995,_0x4d692a['vHiVv'])():(process[_0x819129(0x171)]['FRAMEWORK']=_0x26638b,helper[_0x819129(0x1e7)](_0x4d692a[_0x819129(0x124)],{},this[_0x819129(0x1d6)],this[_0x819129(0x1bc)]));}catch(_0x588b73){if(_0x4d692a[_0x819129(0x16e)](_0x4d692a[_0x819129(0x175)],_0x4d692a['VgJqs']))logger[_0x819129(0x1a3)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x588b73);else{const _0x58d644=_0x44566d=>{const _0x1e3fc4=_0x819129;_0x370d8e['error'](_0x44566d[_0x1e3fc4(0x14e)]),_0x4a112c[_0x1e3fc4(0x1a3)](_0x1cfa40[_0x1e3fc4(0x107)](_0x44566d)),this[_0x1e3fc4(0x137)][_0x1e3fc4(0x19e)](_0x370ae8[_0x1e3fc4(0x107)]('%j',_0x44566d));};_0x3a26b4['on'](_0x4d692a[_0x819129(0x19a)],_0x58d644),_0x2242f3['on'](_0x4d692a['gIJBG'],_0x58d644);}}return;}else{_0x2eb509[_0x819129(0x1a3)](_0x2309d0);throw new _0x4eaa99(_0xaf856b['toString']());}}helper[_0x819129(0x1bd)](_0x26638b)&&(_0x4d692a[_0x819129(0x165)](_0x4d692a[_0x819129(0x18d)],_0x4d692a[_0x819129(0x18d)])?(_0x4d692a[_0x819129(0x110)](_0x4d692a[_0x819129(0x10b)](parseInt,helper[_0x819129(0x1b0)](_0x4d692a['OITSZ'])),0x3)&&(_0x4d692a[_0x819129(0x16e)](_0x4d692a['drcYY'],_0x4d692a[_0x819129(0x152)])?this[_0x819129(0x1d6)][_0x819129(0x104)]=!![]:this[_0x819129(0x1d6)][_0x819129(0x104)]=![]),_0x4d692a['xAZLM'](helper[_0x819129(0x169)](helper[_0x819129(0x1b0)](_0x4d692a['OITSZ']),_0x4d692a['IcsWg']),0x1)&&(_0x4d692a['ziCSc'](_0x4d692a[_0x819129(0x121)],_0x4d692a[_0x819129(0x121)])?this[_0x819129(0x1d6)][_0x819129(0x104)]=!![]:(_0x2af791['env'][_0x819129(0x134)]=_0xd295c1['_'][0x0],_0x3af46a[_0x819129(0x1e7)](_0x4d692a[_0x819129(0x124)],{},this[_0x819129(0x1d6)],this[_0x819129(0x1bc)])))):this[_0x819129(0x1d6)][_0x819129(0x142)]={'localIdentifier':_0x10bd4c[_0x819129(0x123)]()});(helper[_0x819129(0x18f)](this['config']['platforms'])||helper[_0x819129(0x18f)](this[_0x819129(0x1d6)]['platforms'][_0x819129(0x13a)]))&&(_0x4d692a['uQDlI'](_0x4d692a[_0x819129(0x1d8)],_0x4d692a[_0x819129(0x1d8)])?(_0x1d633a[_0x819129(0x18f)](this[_0x819129(0x1d6)][_0x819129(0x1c6)])?_0x2ee6a3[_0x819129(0x168)](_0x4d692a[_0x819129(0x197)]):_0xb25650[_0x819129(0x195)](_0x4d692a[_0x819129(0x1b2)]),this['config'][_0x819129(0x1a4)]=[]):(helper[_0x819129(0x18f)](this['config'][_0x819129(0x1c6)])?_0x4d692a[_0x819129(0x16e)](_0x4d692a['byctw'],_0x4d692a[_0x819129(0x1e2)])?_0x110202[_0x819129(0x168)](_0x4d692a[_0x819129(0x197)]):logger[_0x819129(0x168)](_0x4d692a[_0x819129(0x197)]):_0x4d692a['uQDlI'](_0x4d692a[_0x819129(0x125)],_0x4d692a[_0x819129(0x125)])?_0x118df2[_0x819129(0x1a3)](_0x819129(0x199)+_0x7cf2a):logger[_0x819129(0x195)](_0x4d692a['AxBun']),this['config'][_0x819129(0x1a4)]=[]));!this[_0x819129(0x1d6)][_0x819129(0x142)]&&(this[_0x819129(0x1d6)][_0x819129(0x142)]=this['config'][_0x819129(0x1d3)]||{}),!this[_0x819129(0x1d6)][_0x819129(0x108)]&&(this[_0x819129(0x1d6)]['testContextOptions']={});if(helper[_0x819129(0x18f)](helper[_0x819129(0x115)](this[_0x819129(0x1d6)]))||helper[_0x819129(0x18f)](helper[_0x819129(0x13e)](this[_0x819129(0x1d6)]))){if(_0x4d692a[_0x819129(0x1de)](_0x4d692a[_0x819129(0x181)],_0x4d692a[_0x819129(0x181)]))_0xfe6ba4[_0x819129(0x195)](_0x4d692a[_0x819129(0x1b2)]);else throw new Error(_0x4d692a[_0x819129(0x182)]);}if(helper[_0x819129(0x129)](this[_0x819129(0x1d6)])&&helper[_0x819129(0x18f)](helper[_0x819129(0x192)](this[_0x819129(0x1d6)]))){if(_0x4d692a['uQDlI'](_0x4d692a['EKXoM'],_0x4d692a[_0x819129(0x17c)])){if(!helper[_0x819129(0x18f)](this[_0x819129(0x1d6)][_0x819129(0x142)])&&_0x4d692a[_0x819129(0x19b)](this[_0x819129(0x1d6)][_0x819129(0x142)][_0x819129(0x1e9)],Object))_0x4d692a['xAZLM'](_0x4d692a[_0x819129(0x1f0)],_0x4d692a[_0x819129(0x1f0)])?this[_0x819129(0x1d6)][_0x819129(0x142)]['localIdentifier']=helper['generateLocalIdentifier']():(this[_0x819129(0x1d6)]['browserstackLocal']=!![],this[_0x819129(0x1d6)][_0x819129(0x142)][_0x819129(0x196)]=_0x4d692a[_0x819129(0x11d)],this[_0x819129(0x1d6)][_0x819129(0x142)][_0x4d692a[_0x819129(0x17f)]]=_0x34e4aa[_0x819129(0x1c7)][_0x819129(0x111)](','),this[_0x819129(0x1d6)][_0x819129(0x142)][_0x819129(0x17b)]=_0x4d692a[_0x819129(0x159)]);else{if(_0x4d692a['znMgR'](_0x4d692a[_0x819129(0x1b8)],_0x4d692a[_0x819129(0x11a)]))this['config'][_0x819129(0x142)]={'localIdentifier':helper[_0x819129(0x123)]()};else throw new _0x17de68(this['config'][_0x819129(0x14a)]);}}else _0x2862fe[_0x819129(0x1a3)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x132103);}helper[_0x819129(0x122)](this[_0x819129(0x1d6)],this[_0x819129(0x16d)],this['envConfig']);try{if(_0x4d692a[_0x819129(0x146)](_0x4d692a[_0x819129(0x1be)],_0x4d692a['FPTpU']))throw new _0x203c8d(_0x4d692a[_0x819129(0x18b)]);else process[_0x819129(0x171)][_0x819129(0x134)]=_0x16fe83['_'][0x0],helper[_0x819129(0x1e7)](_0x4d692a[_0x819129(0x124)],{},this['config'],this['framework']);}catch(_0x10bfd9){_0x4d692a[_0x819129(0x140)](_0x4d692a[_0x819129(0x1db)],_0x4d692a[_0x819129(0x188)])?logger['debug'](_0x819129(0x199)+_0x10bfd9):(_0x4d692a[_0x819129(0x110)](_0x4d692a[_0x819129(0x10b)](_0x56f650,_0x4b80e0[_0x819129(0x1b0)](_0x4d692a[_0x819129(0x163)])),0x3)&&(this[_0x819129(0x1d6)][_0x819129(0x104)]=![]),_0x4d692a[_0x819129(0x1cf)](_0x3283c7['compareVersions'](_0x17ea19[_0x819129(0x1b0)](_0x4d692a['OITSZ']),_0x4d692a[_0x819129(0x1ce)]),0x1)&&(this[_0x819129(0x1d6)][_0x819129(0x104)]=!![]));}}async['initialize'](){const _0x10828c=a46_0x1908f7,_0x25470c={'McQNk':function(_0x78b066,_0x514e51){return _0x78b066+_0x514e51;},'AmSab':_0x10828c(0x1a6),'XzeNN':'Error\x20occured\x20while\x20stopping\x20local\x20binary','ffeOj':_0x10828c(0x1c5),'nmfhi':_0x10828c(0x198),'QdaLk':function(_0x151c13,_0x56dcce){return _0x151c13(_0x56dcce);},'xNcxY':function(_0x4dc7b4,_0x571fa6){return _0x4dc7b4!==_0x571fa6;},'hyGiI':_0x10828c(0x149),'soiiZ':function(_0x54147a,_0x1cbca3){return _0x54147a===_0x1cbca3;},'tMOoN':_0x10828c(0x19d),'dgtLd':_0x10828c(0x12a),'uzdlH':'ats-repeater','nvDSw':'custom-repeater','QfacY':_0x10828c(0x15e),'OUAgS':_0x10828c(0x184),'JyfzZ':function(_0x19734e,_0x4af52b){return _0x19734e===_0x4af52b;},'LiaFB':_0x10828c(0x10c),'bdkOb':_0x10828c(0x191),'owCUL':function(_0xcd3ef4,_0x38e809){return _0xcd3ef4+_0x38e809;},'iYbrB':function(_0xb5fe98,_0x111892){return _0xb5fe98!==_0x111892;},'hkXqE':_0x10828c(0x12e),'biJOk':_0x10828c(0x11b),'HsQvy':_0x10828c(0x180),'RWcIf':'kLmGA'};if(_0x25470c[_0x10828c(0x12d)](isTurboScaleSession,this['config'])){if(_0x25470c['xNcxY'](_0x25470c['hyGiI'],_0x25470c[_0x10828c(0x1c9)]))this['config'][_0x10828c(0x135)]=_0x25470c[_0x10828c(0x1bf)](_0x217070[_0x10828c(0x1cb)],_0x25470c['AmSab']);else{const _0x4fe823=await helper[_0x10828c(0x100)](this['config']);this['config'][_0x10828c(0x1c3)]=_0x4fe823;_0x4fe823[_0x10828c(0x15f)]&&(_0x25470c[_0x10828c(0x1e0)](_0x25470c[_0x10828c(0x189)],_0x25470c['dgtLd'])?_0x17b4cc[_0x10828c(0x14a)](_0x25470c[_0x10828c(0x1ac)],_0xe38306[_0x10828c(0x14e)]):(this[_0x10828c(0x1d6)]['browserstackLocal']=!![],this['config'][_0x10828c(0x142)][_0x10828c(0x196)]=_0x25470c[_0x10828c(0x155)],this[_0x10828c(0x1d6)][_0x10828c(0x142)][_0x25470c[_0x10828c(0x119)]]=_0x4fe823['customRepeaters'][_0x10828c(0x111)](','),this[_0x10828c(0x1d6)][_0x10828c(0x142)][_0x10828c(0x17b)]=_0x25470c[_0x10828c(0x153)]));this[_0x10828c(0x1d6)][_0x10828c(0x135)]=_0x4fe823[_0x10828c(0x1ea)];if(this['framework']&&_0x25470c[_0x10828c(0x1e0)](this[_0x10828c(0x1bc)][_0x10828c(0x1e1)](),_0x25470c['OUAgS'])){if(_0x25470c[_0x10828c(0x127)](_0x25470c[_0x10828c(0x13b)],_0x25470c[_0x10828c(0x1ab)])){_0x56ac0a[_0x10828c(0x1a3)]('Error\x20in\x20percy\x20setup\x20'+_0x316488);throw new _0x2cc9b7(_0x225dc2['toString']());}else this[_0x10828c(0x1d6)][_0x10828c(0x135)]=_0x25470c[_0x10828c(0x116)](_0x4fe823[_0x10828c(0x1cb)],_0x25470c[_0x10828c(0x144)]);}constants[_0x10828c(0x15c)]=helper[_0x10828c(0x106)](this[_0x10828c(0x1d6)]),logger['debug'](_0x10828c(0x1a8)+constants[_0x10828c(0x15c)]);}}helper[_0x10828c(0x176)](this[_0x10828c(0x1d6)]),this['setupKeepAlive']();if(constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x10828c(0x16f)](this[_0x10828c(0x1bc)])){if(_0x25470c[_0x10828c(0x164)](_0x25470c[_0x10828c(0x183)],_0x25470c['hkXqE']))throw new _0x179542(_0x25470c[_0x10828c(0x172)]);else await this[_0x10828c(0x161)]();}await this[_0x10828c(0x1c0)](),![_0x25470c[_0x10828c(0x1ca)]][_0x10828c(0x16f)](this[_0x10828c(0x1bc)])&&!_0x25470c[_0x10828c(0x12d)](isTurboScaleSession,this[_0x10828c(0x1d6)])&&(_0x25470c['JyfzZ'](_0x25470c[_0x10828c(0x1b4)],_0x25470c[_0x10828c(0x1a5)])?_0x535a5b[_0x10828c(0x14a)](_0x25470c[_0x10828c(0x10d)],_0x53eb27[_0x10828c(0x14e)]):await this['setUpHubUrl']());}async['setupPercy'](){const _0x10b46f=a46_0x1908f7,_0xb09e75={};_0xb09e75['NtwLW']=function(_0x1c7db2,_0x1acf20){return _0x1c7db2===_0x1acf20;},_0xb09e75[_0x10b46f(0x143)]=_0x10b46f(0x1ee),_0xb09e75[_0x10b46f(0x19f)]=function(_0x18b175,_0x1e63ee){return _0x18b175===_0x1e63ee;},_0xb09e75['wfeyO']=_0x10b46f(0x109),_0xb09e75[_0x10b46f(0x1a9)]=function(_0x42b0f6,_0x1c48d2){return _0x42b0f6===_0x1c48d2;},_0xb09e75[_0x10b46f(0x1d7)]=_0x10b46f(0x157),_0xb09e75[_0x10b46f(0x13c)]=_0x10b46f(0x174),_0xb09e75['weczn']=_0x10b46f(0x1dd),_0xb09e75[_0x10b46f(0x11c)]=_0x10b46f(0x1c2),_0xb09e75[_0x10b46f(0x158)]=function(_0x2e4eec,_0x3e90c3){return _0x2e4eec!==_0x3e90c3;},_0xb09e75[_0x10b46f(0x10a)]=_0x10b46f(0x112),_0xb09e75['PLGlc']=_0x10b46f(0x1b7),_0xb09e75[_0x10b46f(0x19c)]=_0x10b46f(0x1e4),_0xb09e75[_0x10b46f(0x179)]=_0x10b46f(0x13f),_0xb09e75['LEITi']='SIGINT',_0xb09e75[_0x10b46f(0x194)]=_0x10b46f(0x1c1),_0xb09e75[_0x10b46f(0x154)]=function(_0x1b440a,_0x337d69){return _0x1b440a===_0x337d69;},_0xb09e75[_0x10b46f(0x185)]='mqetz',_0xb09e75[_0x10b46f(0x1a2)]=_0x10b46f(0x173);const _0x5bf222=_0xb09e75;if(helper['isTrue'](this[_0x10b46f(0x1d6)]['percy'])&&(!this[_0x10b46f(0x117)]||!this['percy'][_0x10b46f(0x128)]())){if(_0x5bf222[_0x10b46f(0x1a9)](_0x5bf222[_0x10b46f(0x1d7)],_0x5bf222['jARNG']))_0x294de7['error'](_0x3c19ef[_0x10b46f(0x14e)]),_0x2cd9d7['debug'](_0x227993[_0x10b46f(0x107)](_0x2f147e)),this['unhandledErrors'][_0x10b46f(0x19e)](_0x210a8a[_0x10b46f(0x107)]('%j',_0x4dbe26));else try{if(_0x5bf222['dvPMI'](_0x5bf222[_0x10b46f(0x1b1)],_0x5bf222[_0x10b46f(0x11c)]))!_0x59c608['isUndefined'](this[_0x10b46f(0x1d6)][_0x10b46f(0x142)])&&_0x5bf222['NtwLW'](this[_0x10b46f(0x1d6)][_0x10b46f(0x142)]['constructor'],_0x403dfb)?this['config']['browserStackLocalOptions'][_0x10b46f(0x196)]=_0x59f86d[_0x10b46f(0x123)]():this[_0x10b46f(0x1d6)][_0x10b46f(0x142)]={'localIdentifier':_0x44b4a1[_0x10b46f(0x123)]()};else{this[_0x10b46f(0x117)]=await percyHelper[_0x10b46f(0x145)](this[_0x10b46f(0x1d6)]);if(!this[_0x10b46f(0x117)]){if(_0x5bf222['OQRGx'](_0x5bf222[_0x10b46f(0x10a)],_0x5bf222[_0x10b46f(0x10a)]))_0x25f625[_0x10b46f(0x171)][_0x10b46f(0x134)]=_0x42e97f,_0x5bac7d[_0x10b46f(0x1e7)](_0x5bf222[_0x10b46f(0x143)],{},this[_0x10b46f(0x1d6)],this[_0x10b46f(0x1bc)]);else throw new Error(_0x5bf222[_0x10b46f(0x126)]);}logger[_0x10b46f(0x168)](_0x5bf222[_0x10b46f(0x19c)]);let _0x1a74f8=0x0;const _0xb68e95=async()=>{const _0x258747=_0x10b46f;_0x5bf222[_0x258747(0x19f)](_0x5bf222[_0x258747(0x151)],_0x5bf222[_0x258747(0x151)])?(_0x1a74f8++,_0x5bf222['dvPMI'](_0x1a74f8,0x1)&&await this['stopPercy']()):this[_0x258747(0x1d6)][_0x258747(0x142)][_0x258747(0x196)]=_0x317ba8[_0x258747(0x123)]();};process['on'](_0x5bf222[_0x10b46f(0x179)],_0xb68e95),process['on'](_0x5bf222[_0x10b46f(0x10e)],_0xb68e95),process['on'](_0x5bf222[_0x10b46f(0x194)],_0xb68e95);}}catch(_0x8970ca){if(_0x5bf222[_0x10b46f(0x154)](_0x5bf222[_0x10b46f(0x185)],_0x5bf222[_0x10b46f(0x1a2)]))this[_0x10b46f(0x1d6)][_0x10b46f(0x1ed)]=_0xfa0625['isTrue'](_0x39b617[_0x10b46f(0x171)]['BROWSERSTACK_TURBOSCALE']),this[_0x10b46f(0x1d6)][_0x10b46f(0x14b)]=this['config'][_0x10b46f(0x14b)]||{};else{logger[_0x10b46f(0x1a3)](_0x10b46f(0x130)+_0x8970ca);throw new Error(_0x8970ca[_0x10b46f(0x10f)]());}}}}async[a46_0x1908f7(0x1ae)](){const _0x14264f=a46_0x1908f7,_0x4b67ba={};_0x4b67ba[_0x14264f(0x1b6)]=_0x14264f(0x12f),_0x4b67ba['pXorV']=_0x14264f(0x198);const _0x4eafe7=_0x4b67ba;if(this[_0x14264f(0x117)]&&this['percy'][_0x14264f(0x128)]())try{await percyHelper[_0x14264f(0x1ae)](this[_0x14264f(0x117)]),logger[_0x14264f(0x168)](_0x4eafe7['IDCMQ']);}catch(_0x54ff1d){logger[_0x14264f(0x14a)](_0x4eafe7[_0x14264f(0x17a)],_0x54ff1d[_0x14264f(0x14e)]);}}async[a46_0x1908f7(0x1c0)](){const _0x52278d=a46_0x1908f7,_0x30dfad={};_0x30dfad[_0x52278d(0x167)]=function(_0x293477,_0x12911f){return _0x293477===_0x12911f;},_0x30dfad[_0x52278d(0x162)]='Local\x20binary\x20started\x20successfully',_0x30dfad[_0x52278d(0x1c8)]=_0x52278d(0x13f),_0x30dfad[_0x52278d(0x118)]='SIGINT',_0x30dfad[_0x52278d(0x18c)]=_0x52278d(0x1c1);const _0x3bf70e=_0x30dfad;if(helper[_0x52278d(0x1e6)](this['config']['browserstackLocal'])&&(!this[_0x52278d(0x1d1)]||!this[_0x52278d(0x1d1)][_0x52278d(0x128)]()))try{this[_0x52278d(0x1d1)]=await helper[_0x52278d(0x1ba)](this[_0x52278d(0x1d6)]),logger['info'](_0x3bf70e['WVOcr']);let _0x272ef8=0x0;const _0x5c5740=async()=>{const _0x171498=_0x52278d;_0x272ef8++,_0x3bf70e[_0x171498(0x167)](_0x272ef8,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x3bf70e['GmFUJ'],_0x5c5740),process['on'](_0x3bf70e['qwyqJ'],_0x5c5740),process['on'](_0x3bf70e[_0x52278d(0x18c)],_0x5c5740);}catch(_0x2f849d){logger[_0x52278d(0x1a3)](_0x2f849d);throw new Error(_0x2f849d[_0x52278d(0x10f)]());}}async['stopBrowserstackLocal'](){const _0xa5f064=a46_0x1908f7,_0x54baf8={};_0x54baf8[_0xa5f064(0x17e)]=_0xa5f064(0x1c4),_0x54baf8[_0xa5f064(0x1b3)]=_0xa5f064(0x14c);const _0x2a3aa9=_0x54baf8;if(this[_0xa5f064(0x1d1)]&&this[_0xa5f064(0x1d1)][_0xa5f064(0x128)]())try{await helper['stopLocalBinary'](this[_0xa5f064(0x1d1)]),logger[_0xa5f064(0x168)](_0x2a3aa9[_0xa5f064(0x17e)]);}catch(_0x134ecf){logger[_0xa5f064(0x14a)](_0x2a3aa9['hfubP'],_0x134ecf[_0xa5f064(0x14e)]);}}async[a46_0x1908f7(0x113)](){const _0x176a9a=a46_0x1908f7;await hubAllocator[_0x176a9a(0x120)](this[_0x176a9a(0x1d6)]);}[a46_0x1908f7(0x1da)](){const _0x1d2b1a=a46_0x1908f7,_0x10612d={'wCwss':function(_0xf0deed,_0x1bfd4c){return _0xf0deed(_0x1bfd4c);},'lRxEf':'./setKeepAlive'};_0x10612d[_0x1d2b1a(0x1a1)](require,_0x10612d[_0x1d2b1a(0x1eb)])();}[a46_0x1908f7(0x133)](){const _0x309a05=a46_0x1908f7,_0x33dc6b={};_0x33dc6b[_0x309a05(0x138)]='unhandledRejection',_0x33dc6b['OofaI']=_0x309a05(0x187);const _0x482b41=_0x33dc6b,_0x4a87ba=_0x21a843=>{const _0x1ad3dd=_0x309a05;logger[_0x1ad3dd(0x14a)](_0x21a843[_0x1ad3dd(0x14e)]),logger[_0x1ad3dd(0x1a3)](util[_0x1ad3dd(0x107)](_0x21a843)),this['unhandledErrors'][_0x1ad3dd(0x19e)](util[_0x1ad3dd(0x107)]('%j',_0x21a843));};process['on'](_0x482b41[_0x309a05(0x138)],_0x4a87ba),process['on'](_0x482b41['OofaI'],_0x4a87ba);}}function a46_0x5434(){const _0x37c74c=['HWAnb','ntxKM','VWZUj','nmfhi','LEITi','toString','yHEyP','join','zLBmZ','setUpHubUrl','selenium-webdriver','getUserName','owCUL','percy','qwyqJ','nvDSw','BtSzX','codeceptjs','zMZfi','IlcmC','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','nvfjb','allocateHub','AKWpG','setLogLevel','generateLocalIdentifier','bVhRx','tHcsy','PLGlc','JyfzZ','isRunning','getLocalConfig','WZgSS','576138yBqYkY','795480VvQNgb','QdaLk','poRTa','Percy\x20stopped','Error\x20in\x20percy\x20setup\x20','RcDvj','envConfig','handleExceptions','FRAMEWORK','turboScaleUrl','284218gCiAkg','unhandledErrors','IruQi','kjyjQ','length','LiaFB','jARNG','2443SuqMzi','getAccessKey','beforeExit','EkXOY','MgJHB','browserStackLocalOptions','Cetkk','AmSab','startPercy','MTTdR','wOmvd','LMQIX','rpIIX','error','turboScaleOptions','Error\x20occured\x20while\x20stopping\x20local\x20binary','pZNtq','message','YAfsI','hIZsK','wfeyO','drcYY','QfacY','hKBgH','uzdlH','WxWQB','urrWR','OQRGx','hBFpa','BJSic','1vHHnBs','hubUrl','./logger','true','isTrialGrid','kRnVm','setupPercy','WVOcr','OITSZ','iYbrB','xAZLM','unhandledRejection','AUnoZ','info','compareVersions','CGbat','GjBsD','winstonLogger','cliConfig','uQDlI','includes','No\x20config\x20provided.','env','ffeOj','Utomo','QAnBf','rowdz','setProxySettings','./setKeepAlive','TGnQP','NmtSB','pXorV','forceLocal','rSSFe','19512cXbpXC','OwTpv','SFTHX','qvLyA','fvcGF','qvOuR','hkXqE','playwright','BiDmz','uivla','uncaughtException','CtiMQ','tMOoN','util','lmmaw','qCyCO','aAuPd','rtznX','isUndefined','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','yOfFf','getLocalIdentifier','../hubAllocationMethods','UPHHT','warn','localIdentifier','XwzGr','Error\x20occured\x20while\x20stopping\x20percy','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','FjwKI','KWjbj','gQfOd','pvFnI','push','dvPMI','OcydB','wCwss','PeKTr','debug','platforms','RWcIf','?caps=','AqNtj','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','UAAkD','ITFYH','bdkOb','XzeNN','sanitizeCaps','stopPercy','setBrowserstackInfraFromConfig','getPackageVersion','weczn','AxBun','hfubP','HsQvy','setEnvCaps','IDCMQ','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','jXySv','kbqLX','startLocalBinary','mFfhq','framework','requireSeleniumWebdriverCheck','fwQgR','McQNk','setupBrowserstackLocal','SIGTERM','hrfZc','turboScaleGridDetails','Local\x20binary\x20stopped','userName\x20or\x20accessKey\x20is\x20not\x20defined','parallelsPerPlatform','customRepeaters','GmFUJ','hyGiI','biJOk','playwrightUrl','kAZGg','642qLYToN','IcsWg','YLHNK','2673iNHDOX','browserstackLocal','ats-repeater','localOptions','getFinalCaps','570RKUZSp','config','fBUop','mUPof','isBrowserstackInfra','setupKeepAlive','gamTb','../bin/utils/constants','YtHnU','jSmaX','jrPVY','soiiZ','toLowerCase','byctw','Lfocw','Percy\x20started\x20successfully','BROWSERSTACK_TURBOSCALE','isTrue','fireFunnelTestEvent','skipSessionStatus','constructor','url','lRxEf','4.5.0','turboScale','SDKTestAttempted','GxZzP','ulxIS','getTurboScaleGridDetails','WuGwN','3045925NUuDhp','118564MiHvAw','useW3C','yABDD','getHubUrl','format','testContextOptions','SEgaW'];a46_0x5434=function(){return _0x37c74c;};return a46_0x5434();}function a46_0x2f91(_0x50419e,_0xb3585b){const _0x5434bb=a46_0x5434();return a46_0x2f91=function(_0x2f91d9,_0x2eb430){_0x2f91d9=_0x2f91d9-0x100;let _0x1f5ca2=_0x5434bb[_0x2f91d9];return _0x1f5ca2;},a46_0x2f91(_0x50419e,_0xb3585b);}exports['default']=BrowserStackSetup;
@@ -1 +1 @@
1
- function a47_0x2f9d(){var _0x582af6=['7432440blElNi','60kIqlWy','69rvGXGP','https://accessibility.browserstack.com/api','15tRAEmR','8740818sShhec','3028861URAXAh','10966nNgjaN','API_URL','634434mlbaTS','57752oeKqoT','8391404UNfSGI','26iFAFSH'];a47_0x2f9d=function(){return _0x582af6;};return a47_0x2f9d();}var a47_0x3a101f=a47_0x3b20;function a47_0x3b20(_0x48faf4,_0x5ad221){var _0x2f9d62=a47_0x2f9d();return a47_0x3b20=function(_0x3b2096,_0x58d0b0){_0x3b2096=_0x3b2096-0xfe;var _0x297b78=_0x2f9d62[_0x3b2096];return _0x297b78;},a47_0x3b20(_0x48faf4,_0x5ad221);}(function(_0x1209c3,_0x4fe4d6){var _0x3c2127=a47_0x3b20,_0x5341bc=_0x1209c3();while(!![]){try{var _0x3421d0=parseInt(_0x3c2127(0xfe))/0x1*(-parseInt(_0x3c2127(0x106))/0x2)+-parseInt(_0x3c2127(0x101))/0x3*(-parseInt(_0x3c2127(0x109))/0x4)+-parseInt(_0x3c2127(0x103))/0x5*(parseInt(_0x3c2127(0x108))/0x6)+parseInt(_0x3c2127(0x10a))/0x7+-parseInt(_0x3c2127(0xff))/0x8+-parseInt(_0x3c2127(0x104))/0x9+parseInt(_0x3c2127(0x100))/0xa*(parseInt(_0x3c2127(0x105))/0xb);if(_0x3421d0===_0x4fe4d6)break;else _0x5341bc['push'](_0x5341bc['shift']());}catch(_0x111079){_0x5341bc['push'](_0x5341bc['shift']());}}}(a47_0x2f9d,0xc8e88),exports[a47_0x3a101f(0x107)]=a47_0x3a101f(0x102));
1
+ function a47_0x350b(_0x4d7e1e,_0xe56d05){var _0x3629e3=a47_0x3629();return a47_0x350b=function(_0x350b71,_0x5d1fc7){_0x350b71=_0x350b71-0x88;var _0x13cf02=_0x3629e3[_0x350b71];return _0x13cf02;},a47_0x350b(_0x4d7e1e,_0xe56d05);}var a47_0x213e78=a47_0x350b;function a47_0x3629(){var _0x1f473a=['5jcqrkg','2696780ewlmft','61464310eIcIOb','628533SZCsXX','8ObwlOg','8243940Dbfcuz','12194406jiXtuo','8216TaTuUJ','https://accessibility.browserstack.com/api','11xcplOH','1547sveBIp','1059249XoDRpU'];a47_0x3629=function(){return _0x1f473a;};return a47_0x3629();}(function(_0x4d7b86,_0x8c61b0){var _0xeeb975=a47_0x350b,_0x2c3f91=_0x4d7b86();while(!![]){try{var _0x2f7ee6=-parseInt(_0xeeb975(0x8c))/0x1+parseInt(_0xeeb975(0x8d))/0x2*(-parseInt(_0xeeb975(0x88))/0x3)+-parseInt(_0xeeb975(0x8a))/0x4*(parseInt(_0xeeb975(0x89))/0x5)+-parseInt(_0xeeb975(0x8e))/0x6+-parseInt(_0xeeb975(0x93))/0x7*(-parseInt(_0xeeb975(0x90))/0x8)+-parseInt(_0xeeb975(0x8f))/0x9+-parseInt(_0xeeb975(0x8b))/0xa*(-parseInt(_0xeeb975(0x92))/0xb);if(_0x2f7ee6===_0x8c61b0)break;else _0x2c3f91['push'](_0x2c3f91['shift']());}catch(_0x3af35b){_0x2c3f91['push'](_0x2c3f91['shift']());}}}(a47_0x3629,0xe2e86),exports['API_URL']=a47_0x213e78(0x91));