browserstack-node-sdk 1.24.1 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/ats/src/commands/configure.js +1 -1
  2. package/ats/src/commands/connect.js +1 -1
  3. package/ats/src/commands/connect_commands/grid.js +1 -1
  4. package/ats/src/commands/create.js +1 -1
  5. package/ats/src/commands/create_commands/grid.js +1 -1
  6. package/ats/src/commands/delete.js +1 -1
  7. package/ats/src/commands/delete_commands/grid.js +1 -1
  8. package/ats/src/commands/init.js +1 -1
  9. package/ats/src/commands/list.js +1 -1
  10. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  11. package/ats/src/commands/list_commands/grids.js +1 -1
  12. package/ats/src/config/constants.js +1 -1
  13. package/ats/src/config/logger.js +1 -1
  14. package/ats/src/index.js +1 -1
  15. package/ats/src/templates/hub-deployment.yaml +3 -1
  16. package/ats/src/templates/metrics-server/api-service.yaml +16 -0
  17. package/ats/src/templates/metrics-server/cluster-role-aggregated-reader.yaml +20 -0
  18. package/ats/src/templates/metrics-server/cluster-role-binding-auth-delegator.yaml +15 -0
  19. package/ats/src/templates/metrics-server/cluster-role-binding.yaml +15 -0
  20. package/ats/src/templates/metrics-server/cluster-role.yaml +23 -0
  21. package/ats/src/templates/metrics-server/deployment.yaml +68 -0
  22. package/ats/src/templates/metrics-server/role-binding.yaml +16 -0
  23. package/ats/src/templates/metrics-server/service-account.yaml +7 -0
  24. package/ats/src/templates/metrics-server/service.yaml +16 -0
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/cucumber-js/command.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  42. package/src/bin/cucumber-js/test.setup.js +1 -1
  43. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  44. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  45. package/src/bin/jest/command.js +1 -1
  46. package/src/bin/jest/customEnvironment.js +1 -1
  47. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  48. package/src/bin/jest/jest.setup.js +1 -1
  49. package/src/bin/jest/test_before.setup.js +1 -1
  50. package/src/bin/launcher/launcher.js +1 -1
  51. package/src/bin/mocha/accessibility-automation/constants.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/command.js +1 -1
  61. package/src/bin/playwright/globalSetup.js +1 -1
  62. package/src/bin/playwright/mock-process.js +1 -1
  63. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  64. package/src/bin/playwright/reporter/reporter.js +1 -1
  65. package/src/bin/playwright/reporter/test-details.js +1 -1
  66. package/src/bin/runner.js +1 -1
  67. package/src/bin/setup.js +1 -1
  68. package/src/bin/test-runner/index.js +1 -1
  69. package/src/bin/test-runner/runTest.js +1 -1
  70. package/src/bin/test-runner/testWorker.js +1 -1
  71. package/src/bin/utils/constants.js +1 -1
  72. package/src/bin/utils/log4jsAppender.js +1 -1
  73. package/src/bin/utils/logPatcher.js +1 -1
  74. package/src/bin/utils/logReportingAPI.js +1 -1
  75. package/src/bin/vanilla-js/command.js +1 -1
  76. package/src/helpers/BrowserStackSetup.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/request-spy.js +1 -1
  82. package/src/helpers/setKeepAlive.js +1 -1
  83. package/src/helpers/test-observability/constants.js +1 -1
  84. package/src/helpers/test-observability/error-handler.js +1 -1
  85. package/src/helpers/test-observability/performance-tester.js +1 -1
  86. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  87. package/src/helpers/test-observability/sessionHandler.js +1 -1
  88. package/src/helpers/test-observability/utils.js +1 -1
  89. package/src/helpers/w3cMapping.js +1 -1
  90. package/src/hubAllocationMethods.js +1 -1
  91. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a31_0x1d424b=a31_0x3469;(function(_0x18e86e,_0x2bb949){const _0x188bb5=a31_0x3469,_0x3499ba=_0x18e86e();while(!![]){try{const _0x412924=parseInt(_0x188bb5(0xad))/0x1+parseInt(_0x188bb5(0xbc))/0x2*(-parseInt(_0x188bb5(0x115))/0x3)+-parseInt(_0x188bb5(0x10e))/0x4*(-parseInt(_0x188bb5(0x116))/0x5)+parseInt(_0x188bb5(0xeb))/0x6*(parseInt(_0x188bb5(0xf6))/0x7)+-parseInt(_0x188bb5(0x12b))/0x8*(parseInt(_0x188bb5(0xf5))/0x9)+parseInt(_0x188bb5(0x10c))/0xa*(parseInt(_0x188bb5(0xa0))/0xb)+-parseInt(_0x188bb5(0xce))/0xc;if(_0x412924===_0x2bb949)break;else _0x3499ba['push'](_0x3499ba['shift']());}catch(_0x4f839d){_0x3499ba['push'](_0x3499ba['shift']());}}}(a31_0x9510,0x826ae));function a31_0x9510(){const _0x50995e=['EQUvb','exitCode','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','pipe','fuJBi','p-limit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','JZFff','platform-run-start','16568256vnKRIA','dRuST','iqHdu','getStderr','launch','CIFAQ','Workers\x20failed\x20to\x20exit\x20gracefully','cHQOt','QfgkM','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','FCelP','xYBau','xznnK','rCXzE','kYJcU','KyUPy','bRelr','jhtnl','wnBxm','./testWorker.js','HtjYU','HcqXy','wKfLG','ymEOV','platforms','failureCount','then','map','jest-worker','3001740iThimr','neQik','Rkevb','emit','file','test-file-success','WQZhY','XNWth','_workerPool','waitForExit','132471hwoITw','7EkuvCS','KaLOD','parallelVanillaRun','ssfvG','tGvem','mocha','VScAn','RMkbU','pVjWZ','resolve','DzwpB','MxyPL','json','sEuDF','hEmMA','qeSNM','QFmhM','getStdout','hufTX','taeCr','ccmIw','Running\x20','4924060hYJeLC','WbfOU','2535292mXLQhO','log','push','ClDnW','wedTE','biahZ','MYvXF','18fhlXqC','5eeDNUY','platform-run-failure','VVhJv','parallelTestRun','hjzBH','configuration','BweBT','worker','bzHSx','bJOhK','JNqGa','stdout','uWQiE','test-file-failure','length','platform-run-success','UWNkN','hBxUk','mlWZS','end','stop','8EeNpIH','ZiEZI','Wkmbq','../mocha/accessibility-automation/helper','ZPTLd','bLvxL','\x20for','hgyse','pjJBG','accessibility','cucumberWorker','BS_A11Y_TEST_RUN_ID','ynpoI','gsmBk','UWIGt','22WRokgO','QYsdQ','dyuoW','NRovz','cpCHG','OIwNq','frAic','iuhjG','root_dir_path','zxDjU','vhABg','fWEPT','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','562166OkeNeR','WrWzY','uevDR','blTJc','forEach','UxMOr','exit','debug','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','error','all','stderr','env','vLBfJ','vanillaWorker','250498lZlnnO','RXTOS','GzVYf','../../helpers/logger','jMWXe','APNmC','SyCTA','winstonLogger','results'];a31_0x9510=function(){return _0x50995e;};return a31_0x9510();}function a31_0x3469(_0xb2380a,_0x35023d){const _0x95103d=a31_0x9510();return a31_0x3469=function(_0x346979,_0x59d26f){_0x346979=_0x346979-0x96;let _0x3b02e7=_0x95103d[_0x346979];return _0x3b02e7;},a31_0x3469(_0xb2380a,_0x35023d);}const Worker=require(a31_0x1d424b(0xea))['Worker'],Emittery=require('emittery'),pLimit=require(a31_0x1d424b(0xca)),logger=require(a31_0x1d424b(0xbf))[a31_0x1d424b(0xc3)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x1d424b(0x12e)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils');checkAccessibility=_0x3cc3d3=>{const _0x443d12=a31_0x1d424b,_0x362649={};_0x362649[_0x443d12(0xa7)]=_0x443d12(0xe7),_0x362649['kYJcU']=_0x443d12(0xc4),_0x362649[_0x443d12(0x100)]=function(_0x5bee0f,_0x24be45){return _0x5bee0f===_0x24be45;},_0x362649[_0x443d12(0xed)]=_0x443d12(0xab),_0x362649[_0x443d12(0xc9)]=_0x443d12(0xa5),_0x362649[_0x443d12(0x99)]='XbCXp',_0x362649['zAyDP']=_0x443d12(0xd4),_0x362649['sMNxI']=function(_0x50a31c,_0x316770){return _0x50a31c===_0x316770;},_0x362649[_0x443d12(0x96)]='RCowl',_0x362649[_0x443d12(0xd8)]=_0x443d12(0x12f),_0x362649[_0x443d12(0xf9)]=_0x443d12(0xbe);const _0x1023df=_0x362649;let _0x3774a6=![];try{_0x1023df['sMNxI'](_0x1023df['bLvxL'],_0x1023df['FCelP'])?_0x9a8525[0x0]&&_0x30e84f['info'](_0x443d12(0x10b)+_0x32b506[0x1]+_0x443d12(0x97),_0x1652a8[0x0]):_0x3cc3d3[_0x443d12(0xe6)][_0x443d12(0xb1)](_0x5e128b=>{const _0x5c4c52=_0x443d12;if(_0x1023df[_0x5c4c52(0x100)](_0x1023df[_0x5c4c52(0xed)],_0x1023df[_0x5c4c52(0xed)])){if(_0x1023df[_0x5c4c52(0x100)](_0x5e128b['accessibility'],!![])){if(_0x1023df['DzwpB'](_0x1023df[_0x5c4c52(0xc9)],_0x1023df[_0x5c4c52(0x99)]))_0x25a21d[_0x5c4c52(0xb4)](_0x5c4c52(0xac)+_0x277b8f);else return _0x3774a6=!![],!![];}}else{const _0x5ceb85={};_0x5ceb85[_0x5c4c52(0xe7)]=_0x5d7c80[0x1][_0x1023df[_0x5c4c52(0xa7)]],_0x5ceb85[_0x5c4c52(0xc4)]=[..._0x8f583a[0x1][_0x1023df[_0x5c4c52(0xdc)]]],_0x5784cc[_0x52cc9a[0x0]]=_0x5ceb85;}});}catch(_0x564edd){_0x1023df['DzwpB'](_0x1023df['ssfvG'],_0x1023df['ssfvG'])?logger['debug'](_0x443d12(0xac)+_0x564edd):_0x4b7023['error'](_0x1023df['zAyDP']);}return _0x3774a6;},exports[a31_0x1d424b(0x119)]=(_0xde66c9,_0x272563,_0x31b14d)=>new Promise(async _0x3d45ad=>{const _0x4d7389=a31_0x1d424b,_0x5b1ed9={'CIFAQ':_0x4d7389(0xe7),'sEuDF':function(_0x994eb7,_0x403ab2){return _0x994eb7+_0x403ab2;},'WQZhY':'results','bzHSx':_0x4d7389(0xd4),'UqYKZ':function(_0x34b11e,_0x466228){return _0x34b11e===_0x466228;},'QFmhM':function(_0xf40af5,_0x1eb88e){return _0xf40af5===_0x1eb88e;},'BweBT':_0x4d7389(0x98),'mlWZS':function(_0x4cc45a,_0x677e9){return _0x4cc45a===_0x677e9;},'UxMOr':'NLImJ','HcqXy':function(_0x2c1c50,_0x23c6e8){return _0x2c1c50+_0x23c6e8;},'qeSNM':function(_0x211693,_0x55d4c9){return _0x211693===_0x55d4c9;},'EbZqT':_0x4d7389(0xfa),'zxDjU':'Rsuad','hufTX':function(_0x16a653,_0x447e36){return _0x16a653(_0x447e36);},'qkgeJ':function(_0x3f5272,_0x158dd7){return _0x3f5272===_0x158dd7;},'APNmC':_0x4d7389(0x114),'GsQjQ':'FSUgT','gsmBk':function(_0x49420e,_0xbb9322){return _0x49420e!==_0xbb9322;},'ccmIw':_0x4d7389(0xdb),'bRelr':function(_0x58db5b,_0x586a5b){return _0x58db5b!==_0x586a5b;},'wKfLG':_0x4d7389(0xa6),'cpCHG':function(_0x5ba0b4){return _0x5ba0b4();},'hEmMA':_0x4d7389(0xf2),'vhABg':function(_0x281cba,_0x1fe60f){return _0x281cba(_0x1fe60f);},'blTJc':function(_0x5cb241){return _0x5cb241();},'uWQiE':function(_0x1181dd,_0x2dea27){return _0x1181dd===_0x2dea27;},'SyCTA':_0x4d7389(0xdf),'cNpOI':'Egpsr','xYBau':function(_0x883fac,_0x3e302d){return _0x883fac===_0x3e302d;},'pHkJq':'gyhFz','welof':function(_0x16a5cc,_0x427c84){return _0x16a5cc===_0x427c84;},'WrWzY':_0x4d7389(0x111),'AmXfy':function(_0x4d06b7,_0x61d828){return _0x4d06b7(_0x61d828);},'UcRCg':function(_0x592b82,_0xae5bb){return _0x592b82===_0xae5bb;},'Wkmbq':'ETWqZ','NGcnU':'test-file-start','AeLNQ':function(_0xd879f4,_0x4e901a){return _0xd879f4===_0x4e901a;},'YrBCq':_0x4d7389(0x11a),'wnBxm':_0x4d7389(0x109),'bJOhK':_0x4d7389(0xfb),'QYsdQ':function(_0x7a088d,_0x3dd0fd){return _0x7a088d(_0x3dd0fd);},'ynpoI':function(_0x6df4d5,_0x5d48fc){return _0x6df4d5===_0x5d48fc;},'NRovz':'true','UWNkN':_0x4d7389(0xfe),'Uheso':'udCWV','pycdI':_0x4d7389(0xe1),'QfgkM':_0x4d7389(0x11d),'EXsvD':_0x4d7389(0x102),'nOZPu':_0x4d7389(0xc8),'nczCc':function(_0x1a9b40,_0x189842){return _0x1a9b40*_0x189842;},'Hookp':_0x4d7389(0xf0),'cHQOt':'test-file-failure','sjatf':function(_0x53b365,_0x35a225){return _0x53b365*_0x35a225;}},_0x3a0135={};if(_0x5b1ed9[_0x4d7389(0xb0)](isTestObservabilitySession)){if(_0x5b1ed9['AeLNQ'](_0x5b1ed9['YrBCq'],_0x5b1ed9[_0x4d7389(0xe0)])){if(_0x520097[_0x5932ab[0x0]])_0x371719[_0x4e0df1[0x0]][_0x5b1ed9['CIFAQ']]=_0x5b1ed9['sEuDF'](_0x50f8e7[_0x58add3[0x0]][_0x5b1ed9[_0x4d7389(0xd3)]],_0x14d424[0x1][_0x5b1ed9[_0x4d7389(0xd3)]]),_0x3538f1[_0xde7f6c[0x0]][_0x5b1ed9['WQZhY']]=[..._0x1b81d0[_0x4b8aa5[0x0]][_0x5b1ed9[_0x4d7389(0xf1)]],..._0x6758cf[0x1][_0x5b1ed9[_0x4d7389(0xf1)]]];else{const _0x30e66d={};_0x30e66d[_0x4d7389(0xe7)]=_0x5d9510[0x1][_0x5b1ed9[_0x4d7389(0xd3)]],_0x30e66d['results']=[..._0x4b7bd8[0x1][_0x5b1ed9[_0x4d7389(0xf1)]]],_0x1731c7[_0x30bd86[0x0]]=_0x30e66d;}}else{const _0x4a0a40={..._0x31b14d};_0x4a0a40[_0x4d7389(0xa8)]='',await SessionHandler[_0x4d7389(0xd2)](_0x4a0a40,{'frameworkName':_0x5b1ed9[_0x4d7389(0x11f)],'frameworkVersion':_0x5b1ed9['QYsdQ'](getFrameworkVersion,_0x5b1ed9[_0x4d7389(0x11f)])});}}let _0x5390e0=_0x5b1ed9[_0x4d7389(0x9d)](process['env'][_0x4d7389(0xcb)],_0x5b1ed9[_0x4d7389(0xa3)]);process[_0x4d7389(0xb9)][_0x4d7389(0xd7)]=_0x5b1ed9['hufTX'](checkAccessibility,_0x31b14d),_0x5390e0=_0x5390e0||_0x5b1ed9[_0x4d7389(0x122)](process[_0x4d7389(0xb9)][_0x4d7389(0xd7)],_0x5b1ed9[_0x4d7389(0xa3)]);if(_0x5390e0){if(_0x5b1ed9['welof'](_0x5b1ed9[_0x4d7389(0x126)],_0x5b1ed9['Uheso']))_0x4e7082[_0x4d7389(0xb6)](_0x5b1ed9[_0x4d7389(0x11e)]);else{const _0x1cdfd1={..._0x31b14d};_0x1cdfd1[_0x4d7389(0xa8)]='';const [_0x21d3bc,_0x44c41d]=await _0x5b1ed9[_0x4d7389(0x108)](createAccessibilityTestRun,_0x1cdfd1);logger[_0x4d7389(0xb4)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x44c41d),process[_0x4d7389(0xb9)]['BS_A11Y_JWT']=_0x21d3bc,process['env'][_0x4d7389(0x9c)]=_0x44c41d;}}const _0x3995c3=new Worker(require[_0x4d7389(0xff)](_0x5b1ed9['pycdI']),{'exposedMethods':[_0x5b1ed9[_0x4d7389(0xd6)]],'forkOptions':{'serialization':_0x5b1ed9['EXsvD'],'stdio':_0x5b1ed9['nOZPu']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5b1ed9['nczCc'](_0x272563,0x1),'enableWorkerThreads':!![]}),_0x5c40bc=new Emittery();_0x5c40bc['on'](_0x5b1ed9['Hookp'],_0x2a5998=>{const _0x5d771e=_0x4d7389,_0x22cf89={'UWIGt':_0x5b1ed9['CIFAQ'],'KyUPy':function(_0xd14c43,_0xb53e08){const _0x32468b=a31_0x3469;return _0x5b1ed9[_0x32468b(0x103)](_0xd14c43,_0xb53e08);},'neQik':_0x5b1ed9[_0x5d771e(0xf1)]};if(_0x5b1ed9[_0x5d771e(0x106)](_0x5b1ed9[_0x5d771e(0x11c)],_0x5b1ed9[_0x5d771e(0x11c)]))_0x3a0135[_0x2a5998[0x0]]?_0x5b1ed9[_0x5d771e(0x128)](_0x5b1ed9[_0x5d771e(0xb2)],_0x5b1ed9['UxMOr'])?(_0x3a0135[_0x2a5998[0x0]][_0x5b1ed9[_0x5d771e(0xd3)]]=_0x5b1ed9[_0x5d771e(0xe3)](_0x3a0135[_0x2a5998[0x0]][_0x5b1ed9[_0x5d771e(0xd3)]],_0x2a5998[0x1][_0x5b1ed9[_0x5d771e(0xd3)]]),_0x3a0135[_0x2a5998[0x0]][_0x5b1ed9[_0x5d771e(0xf1)]]=[..._0x3a0135[_0x2a5998[0x0]][_0x5b1ed9[_0x5d771e(0xf1)]],..._0x2a5998[0x1][_0x5b1ed9[_0x5d771e(0xf1)]]]):(_0x4319d1[_0x42895f[0x0]][_0x22cf89[_0x5d771e(0x9f)]]=_0x22cf89[_0x5d771e(0xdd)](_0x59ccc5[_0x1cf74f[0x0]][_0x22cf89[_0x5d771e(0x9f)]],_0x96eec[0x1][_0x22cf89[_0x5d771e(0x9f)]]),_0x2b8df8[_0x28599c[0x0]][_0x22cf89[_0x5d771e(0xec)]]=[..._0x397693[_0x5cf557[0x0]][_0x22cf89[_0x5d771e(0xec)]],..._0x71812c[0x1][_0x22cf89[_0x5d771e(0xec)]]]):_0x5b1ed9[_0x5d771e(0x105)](_0x5b1ed9['EbZqT'],_0x5b1ed9[_0x5d771e(0xa9)])?_0x51a530[_0x5d771e(0xb6)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x5c18f3):_0x3a0135[_0x2a5998[0x0]]={'failureCount':_0x2a5998[0x1][_0x5b1ed9[_0x5d771e(0xd3)]],'results':[..._0x2a5998[0x1][_0x5b1ed9['WQZhY']]]};else{if(_0x5b1ed9['UqYKZ'](_0x22ae3e[_0x5d771e(0x9a)],!![]))return _0x2c8251=!![],!![];}}),_0x5c40bc['on'](_0x5b1ed9[_0x4d7389(0xd5)],_0x35269e=>console['log'](_0x35269e[0x1]));if(_0x3995c3[_0x4d7389(0x107)]())_0x3995c3[_0x4d7389(0x107)]()[_0x4d7389(0xc8)](process[_0x4d7389(0x121)]);if(_0x3995c3[_0x4d7389(0xd1)]())_0x3995c3['getStderr']()[_0x4d7389(0xc8)](process['stderr']);const _0x2ed000=async()=>{const _0x37cef2=_0x4d7389,_0x30bdb2={'wedTE':function(_0x54a5db,_0x2a07ed){return _0x5b1ed9['qkgeJ'](_0x54a5db,_0x2a07ed);},'XtyCK':_0x5b1ed9['bzHSx'],'JNqGa':_0x5b1ed9[_0x37cef2(0xc1)],'RXTOS':_0x5b1ed9['GsQjQ']};if(_0x5b1ed9['gsmBk'](_0x5b1ed9[_0x37cef2(0x10a)],_0x5b1ed9['ccmIw']))_0x2fa583['push']([_0x2fbad9[0x0],_0x63e208[0x1]]);else{const {forceExited:_0x200cdf}=await _0x3995c3[_0x37cef2(0x129)]();if(_0x200cdf){if(_0x5b1ed9[_0x37cef2(0xde)](_0x5b1ed9[_0x37cef2(0xe4)],_0x5b1ed9[_0x37cef2(0xe4)]))return _0x205f6f=!![],!![];else console[_0x37cef2(0xb6)](_0x5b1ed9['bzHSx']);}_0x5b1ed9[_0x37cef2(0xa4)](isAccessibilityAutomationSession)&&(_0x5b1ed9[_0x37cef2(0x9e)](_0x5b1ed9[_0x37cef2(0x104)],_0x5b1ed9[_0x37cef2(0x104)])?_0x30228e[_0x37cef2(0xe6)][_0x37cef2(0xb1)](_0x83ca76=>{const _0x119f08=_0x37cef2;if(_0x30bdb2[_0x119f08(0x112)](_0x83ca76[_0x119f08(0x9a)],!![]))return _0x11fa04=!![],!![];}):await _0x5b1ed9[_0x37cef2(0xaa)](stopAccessibilityTestRun,_0x31b14d)['catch'](_0x3650c7=>{const _0x472be1=_0x37cef2;_0x30bdb2[_0x472be1(0x112)](_0x30bdb2[_0x472be1(0x120)],_0x30bdb2[_0x472be1(0xbd)])?_0x42364e['error'](_0x30bdb2['XtyCK']):logger['error'](_0x472be1(0xc7)+_0x3650c7);}));if(_0x5b1ed9[_0x37cef2(0xb0)](isTestObservabilitySession)){if(_0x5b1ed9[_0x37cef2(0x122)](_0x5b1ed9[_0x37cef2(0xc2)],_0x5b1ed9['cNpOI']))_0xaa85da=_0x2c322c;else try{if(_0x5b1ed9['xYBau'](_0x5b1ed9['pHkJq'],_0x5b1ed9['pHkJq']))await SessionHandler[_0x37cef2(0x12a)]();else return _0x4f7334[_0x37cef2(0xbb)](_0x20735b);}catch(_0x606b11){_0x5b1ed9['welof'](_0x5b1ed9['WrWzY'],_0x5b1ed9[_0x37cef2(0xae)])?_0x5b1ed9['hufTX'](debug,_0x37cef2(0xb5)+_0x606b11):_0x5b1ed9[_0x37cef2(0x108)](_0x441d07,_0x37cef2(0xb5)+_0xfcfb2);}}_0x5b1ed9['AmXfy'](_0x3d45ad,_0x3a0135);}},_0xf420ff=_0x5b1ed9[_0x4d7389(0xa1)](pLimit,_0x5b1ed9['sjatf'](_0x272563,0x1)),_0x20a436=_0x4f8b33=>_0xf420ff(async()=>{const _0x5b9c69=_0x4d7389,_0x1a398f={'HtjYU':function(_0xa3ec9c,_0xf04e32){return _0x5b1ed9['UcRCg'](_0xa3ec9c,_0xf04e32);},'jIjyu':function(_0x49fd5b,_0x5b3915){return _0x5b1ed9['bRelr'](_0x49fd5b,_0x5b3915);}};if(_0x5b1ed9[_0x5b9c69(0xd9)](_0x5b1ed9[_0x5b9c69(0x12d)],_0x5b1ed9[_0x5b9c69(0x12d)]))return await _0x5c40bc[_0x5b9c69(0xee)](_0x5b1ed9['NGcnU'],_0x4f8b33),_0x3995c3[_0x5b9c69(0x11d)](_0x4f8b33,_0x31b14d);else _0x1a398f[_0x5b9c69(0xe2)](_0x92c5c3,0x0)&&_0x1a398f['jIjyu'](_0x263d2c,0x0)&&(_0x44e9ce=_0x3c00fb);});Promise[_0x4d7389(0xb7)](_0xde66c9['map'](_0x5c31a6=>_0x20a436(_0x5c31a6)[_0x4d7389(0xe8)](_0xab2c65=>_0x5c40bc[_0x4d7389(0xee)]('test-file-success',[_0x5c31a6[_0x4d7389(0x11b)]['platform'],_0xab2c65]),_0x3177bf=>_0x5c40bc[_0x4d7389(0xee)](_0x4d7389(0x123),[_0x5c31a6,_0x3177bf]))))[_0x4d7389(0xe8)](_0x2ed000,_0x2ed000);}),exports['parallelCucumberRun']=(_0x571792,_0x2de243,_0xd0129e,_0x2f3d1b,_0x540de8)=>{const _0x1a4c89=a31_0x1d424b,_0x30923c={'kntpY':_0x1a4c89(0xd4),'hBxUk':function(_0xcb168e,_0x1c1b86){return _0xcb168e(_0x1c1b86);},'KaLOD':_0x1a4c89(0xcd),'dRuST':_0x1a4c89(0xe1),'jMWXe':_0x1a4c89(0x9b),'ymEOV':_0x1a4c89(0x102),'JZFff':'pipe','MpjAU':_0x1a4c89(0x125),'gCqjk':_0x1a4c89(0x117),'biahZ':function(_0x1806d9,_0x3c93bf){return _0x1806d9(_0x3c93bf);}};return new Promise(_0x374f62=>{const _0x56e0bf=_0x1a4c89,_0x5c1f7e={};_0x5c1f7e[_0x56e0bf(0xd0)]=_0x30923c[_0x56e0bf(0xf7)];const _0x4baa0c=_0x5c1f7e,_0x4f1b99=[],_0x448593=new Worker(require[_0x56e0bf(0xff)](_0x30923c[_0x56e0bf(0xcf)]),{'exposedMethods':[_0x30923c[_0x56e0bf(0xc0)]],'forkOptions':{'serialization':_0x30923c[_0x56e0bf(0xe5)],'stdio':_0x30923c[_0x56e0bf(0xcc)]},'numWorkers':_0x571792[_0x56e0bf(0x124)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5b98cf=new Emittery();_0x5b98cf['on'](_0x30923c['MpjAU'],_0x44ed22=>{const _0x38be42=_0x56e0bf;_0x4f1b99[_0x38be42(0x110)]([_0x44ed22[0x0],_0x44ed22[0x1]]);}),_0x5b98cf['on'](_0x30923c['gCqjk'],_0x3eadab=>console[_0x56e0bf(0x10f)](_0x3eadab[0x1]));if(_0x448593[_0x56e0bf(0x107)]())_0x448593['getStdout']()['pipe'](process[_0x56e0bf(0x121)]);if(_0x448593[_0x56e0bf(0xd1)]())_0x448593['getStderr']()[_0x56e0bf(0xc8)](process[_0x56e0bf(0xb8)]);const _0x2109b9=async()=>{const _0x777aac=_0x56e0bf,{forceExited:_0x1b6b9d}=await _0x448593['end']();_0x1b6b9d&&console[_0x777aac(0xb6)](_0x30923c['kntpY']),_0x30923c[_0x777aac(0x127)](_0x374f62,_0x4f1b99);},_0x595395=_0x30923c[_0x56e0bf(0x113)](pLimit,_0x571792['length']),_0xc9dfb3=_0x2deda9=>_0x595395(async()=>{const _0x2c0d76=_0x56e0bf;return await _0x5b98cf[_0x2c0d76(0xee)](_0x4baa0c[_0x2c0d76(0xd0)],_0x2deda9),_0x448593[_0x2c0d76(0x9b)](_0x2deda9,_0x2de243,_0xd0129e,_0x2f3d1b,_0x540de8);});Promise[_0x56e0bf(0xb7)](_0x571792[_0x56e0bf(0xe9)](_0x175adb=>_0xc9dfb3(_0x175adb)[_0x56e0bf(0xe8)](_0x4cf56d=>_0x5b98cf['emit'](_0x56e0bf(0x125),[_0x175adb,_0x4cf56d]),_0x13b193=>_0x5b98cf[_0x56e0bf(0xee)](_0x56e0bf(0x117),[_0x175adb,_0x13b193]))))[_0x56e0bf(0xe8)](_0x2109b9,_0x2109b9);});},exports[a31_0x1d424b(0xf8)]=(_0x4ffe52,_0x1b09da)=>new Promise(_0x59aa64=>{const _0x33948d=a31_0x1d424b,_0x3471af={'QDyHq':function(_0x488f2c,_0x22ac42){return _0x488f2c===_0x22ac42;},'VVhJv':function(_0x5526a2,_0x246571){return _0x5526a2!==_0x246571;},'vLBfJ':_0x33948d(0xb3),'zzSsb':_0x33948d(0xd4),'uevDR':function(_0x2d3689,_0x81b0df){return _0x2d3689(_0x81b0df);},'MxyPL':_0x33948d(0xe1),'dyuoW':_0x33948d(0xbb),'xznnK':_0x33948d(0x102),'EQUvb':'pipe','VScAn':'test-file-success','RMkbU':_0x33948d(0x123),'ZiEZI':function(_0x412cb7,_0x4ad17d){return _0x412cb7(_0x4ad17d);}},_0xb27cab={},_0x5d493c=new Worker(require[_0x33948d(0xff)](_0x3471af[_0x33948d(0x101)]),{'exposedMethods':[_0x3471af[_0x33948d(0xa2)]],'forkOptions':{'serialization':_0x3471af[_0x33948d(0xda)],'stdio':_0x3471af[_0x33948d(0xc5)]},'numWorkers':_0x1b09da,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x32ce58=new Emittery();_0x32ce58['on'](_0x3471af[_0x33948d(0xfc)],_0x28a147=>{const _0x38dca1=_0x33948d;_0x28a147[0x0]&&logger['info'](_0x38dca1(0x10b)+_0x28a147[0x1]+'\x20for',_0x28a147[0x0]);}),_0x32ce58['on'](_0x3471af[_0x33948d(0xfd)],_0x2b09a3=>console[_0x33948d(0x10f)](_0x2b09a3[0x1]));if(_0x5d493c[_0x33948d(0x107)]())_0x5d493c[_0x33948d(0x107)]()[_0x33948d(0xc8)](process[_0x33948d(0x121)]);if(_0x5d493c[_0x33948d(0xd1)]())_0x5d493c['getStderr']()[_0x33948d(0xc8)](process[_0x33948d(0xb8)]);const _0x340c4c=async()=>{const _0x350f3e=_0x33948d;let _0x4c35d9=0x0;const _0xe66d55=_0x5d493c[_0x350f3e(0xf3)]['getWorkers'](),_0x5e46fe=()=>{},_0x51777d=_0xe66d55[_0x350f3e(0xe9)](async _0x362632=>{const _0x12c8c9=_0x350f3e,_0xcddd7c={'WbfOU':function(_0x130e3b,_0x3d1757){return _0x3471af['QDyHq'](_0x130e3b,_0x3d1757);},'RxMid':function(_0x2b8723,_0x203697){const _0x3e582c=a31_0x3469;return _0x3471af[_0x3e582c(0x118)](_0x2b8723,_0x203697);}};_0x362632['send']([0x2,![]],_0x5e46fe,_0x5e46fe,_0x5e46fe),_0x362632['_child']['on'](_0x3471af[_0x12c8c9(0xba)],_0x2ee7c9=>{const _0x12492f=_0x12c8c9;_0xcddd7c[_0x12492f(0x10d)](_0x4c35d9,0x0)&&_0xcddd7c['RxMid'](_0x2ee7c9,0x0)&&(_0x4c35d9=_0x2ee7c9);}),await _0x362632[_0x12c8c9(0xf4)]();});await Promise[_0x350f3e(0xb7)](_0x51777d),process[_0x350f3e(0xc6)]=_0x4c35d9;const {forceExited:_0x5eb2e6}=await _0x5d493c[_0x350f3e(0x129)]();_0x5eb2e6&&console[_0x350f3e(0xb6)](_0x3471af['zzSsb']),_0x3471af[_0x350f3e(0xaf)](_0x59aa64,_0xb27cab);},_0x5e2673=_0x3471af[_0x33948d(0x12c)](pLimit,_0x1b09da),_0x5b1c0c=_0x5141c9=>_0x5e2673(async()=>{const _0x207b81=_0x33948d;return _0x5d493c[_0x207b81(0xbb)](_0x5141c9);});Promise['all'](_0x4ffe52[_0x33948d(0xe9)](_0x26b7d0=>_0x5b1c0c(_0x26b7d0)[_0x33948d(0xe8)](_0x33c15c=>_0x32ce58[_0x33948d(0xee)](_0x33948d(0xf0),[_0x26b7d0['configuration']['platform'],_0x26b7d0[_0x33948d(0x11b)][_0x33948d(0xef)]]),_0x15ba36=>_0x32ce58[_0x33948d(0xee)](_0x33948d(0x123),[_0x26b7d0,_0x15ba36]))))[_0x33948d(0xe8)](_0x340c4c,_0x340c4c);});
1
+ const a31_0x24947b=a31_0x252c;function a31_0x592d(){const _0x17481a=['test-file-success','end','EmZOg','dZAwe','platform-run-failure','zbYZZ','xswlG','jkWaj','risbi','1124028KYcujF','ySuZL','ajPwh','ansBH','exitCode','1314mVAIvW','../../helpers/logger','all','pipe','worker','accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','stdout','3392124tKEhFF','QunEF','BS_A11Y_JWT','qfFhz','BFhsP','DVIJf','BS_A11Y_TEST_RUN_ID','dvgYe','RyZrT','mocha','zrLHY','winstonLogger','tCRWg','HZbGO','IZLnI','FWgLH','error','kIdhk','failureCount','json','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','RpbJd','ghEPP','xBnFk','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','emittery','LdnTN','map','RiPeB','launch','fvzCz','stderr','../mocha/accessibility-automation/helper','platform-run-start','39460jTPHTe','ySLNi','CLCQU','IHoio','RPwHm','tKVCU','zBIbX','parallelTestRun','gjaaE','WEGkE','xbPmq','platforms','hYBhu','YHaTK','PDdCT','JTmVM','OBOcu','NTXxz','nDVPk','Worker','./testWorker.js','Workers\x20failed\x20to\x20exit\x20gracefully','aUqEZ','SBLbT','info','BdGRv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','debug','dsIVa','FWKRJ','wCuGm','ZTYAj','kscHI','NwBdN','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','bqNCd','EpEWr','getStdout','YdZAQ','_child','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','kqLJy','IXGmM','ypHFl','cucumberWorker','WMdil','emit','stop','waitForExit','Mygxs','push','888086NHoLZg','../../helpers/test-observability/utils','feNNm','QSgfi','flLTS','FPwju','6HvxobL','kQNHQ','yseFe','configuration','vanillaWorker','343oVzlYf','liHef','JWBHy','p-limit','xJeMt','yykzQ','cpNZK','hLFch','YzwDP','ksnkp','Running\x20','qibCv','then','qSbJP','getWorkers','ZNOaX','nLtOq','env','log','qoaGh','VmUOs','YEBeB','forEach','ocvef','200136PdArPz','VQeSP','7530320JJUjQu','WnIyW','YRNxY','Bsvlo','qqysM','RQWKp','XnZay','212664bxCfhO','rrbeu','eKrNf','EkpXs','../../helpers/test-observability/sessionHandler','QmFzG','sagkm','root_dir_path','getStderr','wjVgl','platform','SDDyk','cEOsm','platform-run-success','dEtPu','OOcAE','wSlMJ','catch','egqQP','test-file-failure','resolve','ERdRr'];a31_0x592d=function(){return _0x17481a;};return a31_0x592d();}(function(_0x471158,_0x227294){const _0x4d0b01=a31_0x252c,_0x4ac903=_0x471158();while(!![]){try{const _0x40cbf3=-parseInt(_0x4d0b01(0x180))/0x1+-parseInt(_0x4d0b01(0x20a))/0x2*(-parseInt(_0x4d0b01(0x210))/0x3)+parseInt(_0x4d0b01(0x1a8))/0x4+-parseInt(_0x4d0b01(0x182))/0x5+parseInt(_0x4d0b01(0x1b5))/0x6+parseInt(_0x4d0b01(0x215))/0x7*(parseInt(_0x4d0b01(0x189))/0x8)+parseInt(_0x4d0b01(0x1ad))/0x9*(-parseInt(_0x4d0b01(0x1d7))/0xa);if(_0x40cbf3===_0x227294)break;else _0x4ac903['push'](_0x4ac903['shift']());}catch(_0x336faf){_0x4ac903['push'](_0x4ac903['shift']());}}}(a31_0x592d,0xb840a));function a31_0x252c(_0x2e3cc7,_0x5a126b){const _0x592dc1=a31_0x592d();return a31_0x252c=function(_0x252cdd,_0x8657a2){_0x252cdd=_0x252cdd-0x173;let _0x3abf77=_0x592dc1[_0x252cdd];return _0x3abf77;},a31_0x252c(_0x2e3cc7,_0x5a126b);}const Worker=require('jest-worker')[a31_0x24947b(0x1ea)],Emittery=require(a31_0x24947b(0x1ce)),pLimit=require(a31_0x24947b(0x218)),logger=require(a31_0x24947b(0x1ae))[a31_0x24947b(0x1c0)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x24947b(0x1d5)),SessionHandler=require(a31_0x24947b(0x18d)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x24947b(0x20b));checkAccessibility=_0x42afae=>{const _0x3b71fe=a31_0x24947b,_0x2c7160={};_0x2c7160[_0x3b71fe(0x1e0)]=function(_0x2d55cb,_0x4d7d4b){return _0x2d55cb===_0x4d7d4b;},_0x2c7160[_0x3b71fe(0x1e9)]=_0x3b71fe(0x1ec),_0x2c7160[_0x3b71fe(0x1e4)]=_0x3b71fe(0x201),_0x2c7160[_0x3b71fe(0x183)]=_0x3b71fe(0x1a1),_0x2c7160[_0x3b71fe(0x199)]=function(_0x3a545d,_0x53af0a){return _0x3a545d===_0x53af0a;},_0x2c7160[_0x3b71fe(0x1ab)]='mctFa',_0x2c7160[_0x3b71fe(0x186)]=function(_0x351db8,_0x201090){return _0x351db8===_0x201090;},_0x2c7160[_0x3b71fe(0x1ca)]='tvzCR',_0x2c7160['muayO']=function(_0x5eca68,_0x2914af){return _0x5eca68!==_0x2914af;},_0x2c7160[_0x3b71fe(0x181)]=_0x3b71fe(0x173);const _0xe5dd2d=_0x2c7160;let _0x3ace6f=![];try{_0xe5dd2d[_0x3b71fe(0x186)](_0xe5dd2d[_0x3b71fe(0x1ca)],_0xe5dd2d[_0x3b71fe(0x1ca)])?_0x42afae['platforms']['forEach'](_0x1021c9=>{const _0x31a346=_0x3b71fe,_0x5cae46={'FWKRJ':function(_0x55d9c3,_0x58825e){return _0xe5dd2d['WEGkE'](_0x55d9c3,_0x58825e);},'EvaKV':_0xe5dd2d[_0x31a346(0x1e9)]};if(_0xe5dd2d[_0x31a346(0x1e0)](_0xe5dd2d[_0x31a346(0x1e4)],_0xe5dd2d[_0x31a346(0x183)])){const _0x110223={'HZbGO':function(_0x292f0c,_0x394063){const _0x27da58=_0x31a346;return _0x5cae46[_0x27da58(0x1f4)](_0x292f0c,_0x394063);}};_0x45c0b1[_0x31a346(0x1e2)][_0x31a346(0x17e)](_0xbb8b6b=>{const _0x119b4e=_0x31a346;if(_0x110223[_0x119b4e(0x1c2)](_0xbb8b6b[_0x119b4e(0x1b2)],!![]))return _0x55d1f6=!![],!![];});}else{if(_0xe5dd2d[_0x31a346(0x1e0)](_0x1021c9['accessibility'],!![])){if(_0xe5dd2d[_0x31a346(0x199)](_0xe5dd2d[_0x31a346(0x1ab)],_0xe5dd2d[_0x31a346(0x1ab)]))return _0x3ace6f=!![],!![];else _0x1bf662['error'](_0x5cae46['EvaKV']);}}}):_0x150b70['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3501fb);}catch(_0xdfc9d7){_0xe5dd2d['muayO'](_0xe5dd2d[_0x3b71fe(0x181)],_0xe5dd2d[_0x3b71fe(0x181)])?_0x4dcf5d[_0x3b71fe(0x209)]([_0x1d5804[0x0],_0x4d398d[0x1]]):logger[_0x3b71fe(0x1f2)](_0x3b71fe(0x1ff)+_0xdfc9d7);}return _0x3ace6f;},exports[a31_0x24947b(0x1de)]=(_0x3cf79e,_0x49f3d7,_0x1b216c)=>new Promise(async _0x5b7934=>{const _0x2257bd=a31_0x24947b,_0x30ebcc={'xbPmq':'failureCount','kqLJy':function(_0x60a7e4,_0x31f1a6){return _0x60a7e4+_0x31f1a6;},'egqQP':'results','qSbJP':function(_0x3a9598,_0x2bb4b7){return _0x3a9598(_0x2bb4b7);},'LdnTN':function(_0x4ba1ff,_0x1fe37b){return _0x4ba1ff===_0x1fe37b;},'wCuGm':function(_0x40d37e,_0x5c1f3b){return _0x40d37e!==_0x5c1f3b;},'nLtOq':_0x2257bd(0x212),'aUqEZ':'XCCiE','Kmmea':function(_0x30bbae,_0x42a00a){return _0x30bbae===_0x42a00a;},'YEBeB':_0x2257bd(0x204),'Mygxs':function(_0x5d7859,_0x4034b8){return _0x5d7859+_0x4034b8;},'yykzQ':function(_0x24d894,_0x198b3f){return _0x24d894!==_0x198b3f;},'cEOsm':_0x2257bd(0x1a2),'JWBHy':function(_0x2a315b,_0x4f568b){return _0x2a315b===_0x4f568b;},'fvzCz':_0x2257bd(0x1ec),'hYBhu':_0x2257bd(0x1b8),'tCRWg':_0x2257bd(0x18b),'sagkm':function(_0x5e4cd8,_0x446fae){return _0x5e4cd8===_0x446fae;},'BFhsP':'MoFzS','OBOcu':function(_0x4d9f05,_0x3c3ff9){return _0x4d9f05===_0x3c3ff9;},'NTXxz':_0x2257bd(0x1d8),'feNNm':function(_0x2a01f1){return _0x2a01f1();},'qoaGh':function(_0x556c3c,_0xc39a28){return _0x556c3c!==_0xc39a28;},'SBLbT':'vcOHd','bqNCd':function(_0xd37f8d,_0x4541bd){return _0xd37f8d(_0x4541bd);},'TWdAX':function(_0x46917c,_0x3c5e67){return _0x46917c!==_0x3c5e67;},'cpNZK':_0x2257bd(0x18c),'LnuOf':function(_0x2cff07,_0x266353){return _0x2cff07!==_0x266353;},'hLFch':'kfaKy','rrbeu':function(_0x6cec15,_0x5e0496){return _0x6cec15===_0x5e0496;},'SDDyk':'msRFk','zrLHY':'jSsuf','CLCQU':function(_0x46cfb1,_0x4be6ce){return _0x46cfb1(_0x4be6ce);},'FWgLH':function(_0x52cf81,_0x3f268c){return _0x52cf81!==_0x3f268c;},'dvgYe':_0x2257bd(0x219),'VmUOs':'test-file-start','zbYZZ':function(_0x3d5cd5,_0x24fb3c){return _0x3d5cd5!==_0x24fb3c;},'RQWKp':_0x2257bd(0x1aa),'ypHFl':_0x2257bd(0x20d),'OOcAE':_0x2257bd(0x1be),'gjaaE':function(_0x129148,_0x5d639f){return _0x129148(_0x5d639f);},'NwBdN':'true','YzwDP':function(_0x2346d6,_0x170b65){return _0x2346d6(_0x170b65);},'jkWaj':_0x2257bd(0x1a9),'RiPeB':_0x2257bd(0x1f0),'EpEWr':function(_0x3fe802,_0x29282c){return _0x3fe802(_0x29282c);},'zBIbX':_0x2257bd(0x1eb),'xaUzn':_0x2257bd(0x1b1),'ksnkp':_0x2257bd(0x1c8),'ZNOaX':_0x2257bd(0x1b0),'flLTS':function(_0x19f60a,_0x3338a3){return _0x19f60a*_0x3338a3;},'xBnFk':_0x2257bd(0x19f),'GPlcD':_0x2257bd(0x19c),'PDdCT':function(_0x27ed23,_0x1c9439){return _0x27ed23*_0x1c9439;}},_0x53c54b={};if(_0x30ebcc[_0x2257bd(0x20c)](isTestObservabilitySession)){if(_0x30ebcc[_0x2257bd(0x1a4)](_0x30ebcc[_0x2257bd(0x187)],_0x30ebcc[_0x2257bd(0x202)])){const _0x38be2b={..._0x1b216c};_0x38be2b[_0x2257bd(0x190)]='',await SessionHandler[_0x2257bd(0x1d2)](_0x38be2b,{'frameworkName':_0x30ebcc[_0x2257bd(0x198)],'frameworkVersion':_0x30ebcc[_0x2257bd(0x1df)](getFrameworkVersion,_0x30ebcc[_0x2257bd(0x198)])});}else{if(_0x5ab460[_0x4b7d2c[0x0]])_0x551dd5[_0x145dad[0x0]][_0x30ebcc[_0x2257bd(0x1e1)]]=_0x30ebcc[_0x2257bd(0x200)](_0x26569d[_0xfc13d2[0x0]][_0x30ebcc[_0x2257bd(0x1e1)]],_0x5e47c0[0x1][_0x30ebcc[_0x2257bd(0x1e1)]]),_0x45c67a[_0x1ad04e[0x0]][_0x30ebcc[_0x2257bd(0x19b)]]=[..._0x7b3af[_0x55f2d2[0x0]][_0x30ebcc[_0x2257bd(0x19b)]],..._0x3648bc[0x1][_0x30ebcc[_0x2257bd(0x19b)]]];else{const _0x42d199={};_0x42d199[_0x2257bd(0x1c7)]=_0x3ba6d0[0x1][_0x30ebcc[_0x2257bd(0x1e1)]],_0x42d199['results']=[..._0x90530c[0x1][_0x30ebcc[_0x2257bd(0x19b)]]],_0x345345[_0x367cf1[0x0]]=_0x42d199;}}}let _0x7c3a5e=_0x30ebcc[_0x2257bd(0x18a)](process['env'][_0x2257bd(0x1f1)],_0x30ebcc[_0x2257bd(0x1f8)]);process['env'][_0x2257bd(0x1b3)]=_0x30ebcc['YzwDP'](checkAccessibility,_0x1b216c),_0x7c3a5e=_0x7c3a5e||_0x30ebcc[_0x2257bd(0x1cf)](process[_0x2257bd(0x179)][_0x2257bd(0x1b3)],_0x30ebcc[_0x2257bd(0x1f8)]);if(_0x7c3a5e){if(_0x30ebcc['sagkm'](_0x30ebcc[_0x2257bd(0x1a6)],_0x30ebcc[_0x2257bd(0x1d1)]))_0x3e097e=_0x25993a;else{const _0x4847a1={..._0x1b216c};_0x4847a1[_0x2257bd(0x190)]='';const [_0x21f518,_0x555801]=await _0x30ebcc[_0x2257bd(0x1fb)](createAccessibilityTestRun,_0x4847a1);logger[_0x2257bd(0x1f2)](_0x2257bd(0x1cd)+_0x555801),process['env'][_0x2257bd(0x1b7)]=_0x21f518,process[_0x2257bd(0x179)][_0x2257bd(0x1bb)]=_0x555801;}}const _0x5068d9=new Worker(require[_0x2257bd(0x19d)](_0x30ebcc[_0x2257bd(0x1dd)]),{'exposedMethods':[_0x30ebcc['xaUzn']],'forkOptions':{'serialization':_0x30ebcc[_0x2257bd(0x21e)],'stdio':_0x30ebcc[_0x2257bd(0x177)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x30ebcc[_0x2257bd(0x20e)](_0x49f3d7,0x1),'enableWorkerThreads':!![]}),_0x322373=new Emittery();_0x322373['on'](_0x30ebcc[_0x2257bd(0x1cc)],_0x1e8b5e=>{const _0x2ddc1c=_0x2257bd,_0x195a06={'FPwju':function(_0x2986ec,_0x1bb6db){const _0x41d96a=a31_0x252c;return _0x30ebcc[_0x41d96a(0x1cf)](_0x2986ec,_0x1bb6db);},'HnnIv':function(_0xf1a3a4,_0x8756fb){const _0x140d84=a31_0x252c;return _0x30ebcc[_0x140d84(0x1f5)](_0xf1a3a4,_0x8756fb);}};_0x30ebcc[_0x2ddc1c(0x1f5)](_0x30ebcc[_0x2ddc1c(0x178)],_0x30ebcc[_0x2ddc1c(0x1ed)])?_0x53c54b[_0x1e8b5e[0x0]]?_0x30ebcc['Kmmea'](_0x30ebcc[_0x2ddc1c(0x17d)],_0x30ebcc['YEBeB'])?(_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc[_0x2ddc1c(0x1e1)]]=_0x30ebcc[_0x2ddc1c(0x208)](_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['xbPmq']],_0x1e8b5e[0x1][_0x30ebcc['xbPmq']]),_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['egqQP']]=[..._0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['egqQP']],..._0x1e8b5e[0x1][_0x30ebcc[_0x2ddc1c(0x19b)]]]):_0x30ebcc[_0x2ddc1c(0x175)](_0x5e23ad,_0x2ddc1c(0x1f9)+_0x1b4f85):_0x30ebcc[_0x2ddc1c(0x21a)](_0x30ebcc[_0x2ddc1c(0x195)],_0x30ebcc[_0x2ddc1c(0x195)])?_0x23ba04[_0x2ddc1c(0x1c5)](_0x2ddc1c(0x1c9)+_0x41ee6c):_0x53c54b[_0x1e8b5e[0x0]]={'failureCount':_0x1e8b5e[0x1][_0x30ebcc['xbPmq']],'results':[..._0x1e8b5e[0x1][_0x30ebcc[_0x2ddc1c(0x19b)]]]}:_0x195a06[_0x2ddc1c(0x20f)](_0x3838cf,0x0)&&_0x195a06['HnnIv'](_0x3090e4,0x0)&&(_0x231203=_0x54b7d7);}),_0x322373['on'](_0x30ebcc['GPlcD'],_0x346a65=>console[_0x2257bd(0x17a)](_0x346a65[0x1]));if(_0x5068d9[_0x2257bd(0x1fc)]())_0x5068d9[_0x2257bd(0x1fc)]()[_0x2257bd(0x1b0)](process[_0x2257bd(0x1b4)]);if(_0x5068d9[_0x2257bd(0x191)]())_0x5068d9[_0x2257bd(0x191)]()[_0x2257bd(0x1b0)](process[_0x2257bd(0x1d4)]);const _0xe4d550=async()=>{const _0xfc4216=_0x2257bd,_0x2847af={'kIdhk':_0x30ebcc[_0xfc4216(0x1d3)],'FpJym':function(_0x577400,_0x521919){const _0x207c98=_0xfc4216;return _0x30ebcc[_0x207c98(0x217)](_0x577400,_0x521919);},'dEtPu':_0x30ebcc[_0xfc4216(0x1e3)],'YdZAQ':_0x30ebcc[_0xfc4216(0x1c1)],'kQNHQ':_0x30ebcc['xbPmq'],'wjVgl':function(_0x327e3f,_0x55452f){const _0x4f5065=_0xfc4216;return _0x30ebcc[_0x4f5065(0x200)](_0x327e3f,_0x55452f);},'risbi':_0x30ebcc[_0xfc4216(0x19b)]};if(_0x30ebcc[_0xfc4216(0x18f)](_0x30ebcc['BFhsP'],_0x30ebcc[_0xfc4216(0x1b9)])){const {forceExited:_0x425c90}=await _0x5068d9[_0xfc4216(0x1a0)]();if(_0x425c90){if(_0x30ebcc[_0xfc4216(0x1e7)](_0x30ebcc[_0xfc4216(0x1e8)],_0x30ebcc[_0xfc4216(0x1e8)]))console['error'](_0x30ebcc[_0xfc4216(0x1d3)]);else{const _0x3671a0={};_0x3671a0[_0xfc4216(0x1c7)]=_0x27d79d[0x1][_0x30ebcc['xbPmq']],_0x3671a0['results']=[..._0x254e92[0x1][_0x30ebcc[_0xfc4216(0x19b)]]],_0x5c7d26[_0x197036[0x0]]=_0x3671a0;}}_0x30ebcc[_0xfc4216(0x20c)](isAccessibilityAutomationSession)&&(_0x30ebcc[_0xfc4216(0x17b)](_0x30ebcc[_0xfc4216(0x1ee)],_0x30ebcc['SBLbT'])?_0x1fe371['error'](_0x2847af[_0xfc4216(0x1c6)]):await _0x30ebcc[_0xfc4216(0x1fa)](stopAccessibilityTestRun,_0x1b216c)[_0xfc4216(0x19a)](_0x426686=>{const _0x1ae6b8=_0xfc4216;if(_0x2847af['FpJym'](_0x2847af[_0x1ae6b8(0x197)],_0x2847af[_0x1ae6b8(0x1fd)]))return _0x69bb5d[_0x1ae6b8(0x214)](_0x34442b);else logger['error']('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x426686);}));if(_0x30ebcc['feNNm'](isTestObservabilitySession)){if(_0x30ebcc['TWdAX'](_0x30ebcc[_0xfc4216(0x21b)],_0x30ebcc[_0xfc4216(0x21b)])){if(_0x30ebcc[_0xfc4216(0x217)](_0x392108['accessibility'],!![]))return _0xb24195=!![],!![];}else try{_0x30ebcc['LnuOf'](_0x30ebcc[_0xfc4216(0x21c)],_0x30ebcc[_0xfc4216(0x21c)])?_0x224f59[0x0]&&_0x3827aa[_0xfc4216(0x1ef)](_0xfc4216(0x21f)+_0xa80601[0x1]+'\x20for',_0x3eef4a[0x0]):await SessionHandler[_0xfc4216(0x206)]();}catch(_0x58baa1){_0x30ebcc[_0xfc4216(0x18a)](_0x30ebcc[_0xfc4216(0x194)],_0x30ebcc[_0xfc4216(0x1bf)])?(_0x5d3de7[_0x3b66f5[0x0]][_0x2847af[_0xfc4216(0x211)]]=_0x2847af[_0xfc4216(0x192)](_0x27c5ad[_0x21c592[0x0]][_0x2847af[_0xfc4216(0x211)]],_0x377cbd[0x1][_0x2847af[_0xfc4216(0x211)]]),_0x182272[_0x4ad5f4[0x0]][_0x2847af[_0xfc4216(0x1a7)]]=[..._0x2fab7f[_0x2bfdb3[0x0]][_0x2847af['risbi']],..._0x3c1fbe[0x1][_0x2847af['risbi']]]):_0x30ebcc[_0xfc4216(0x1d9)](debug,_0xfc4216(0x1f9)+_0x58baa1);}}_0x30ebcc[_0xfc4216(0x175)](_0x5b7934,_0x53c54b);}else return _0x381e84=!![],!![];},_0x3af035=_0x30ebcc[_0x2257bd(0x21d)](pLimit,_0x30ebcc[_0x2257bd(0x1e5)](_0x49f3d7,0x1)),_0x336006=_0x20662c=>_0x3af035(async()=>{const _0x390262=_0x2257bd,_0x57ef08={};_0x57ef08[_0x390262(0x17f)]=_0x30ebcc[_0x390262(0x1d3)];const _0x2793d9=_0x57ef08;if(_0x30ebcc[_0x390262(0x1c4)](_0x30ebcc[_0x390262(0x1bc)],_0x30ebcc[_0x390262(0x1bc)]))_0xa2b417[_0x390262(0x1c5)](_0x2793d9[_0x390262(0x17f)]);else return await _0x322373[_0x390262(0x205)](_0x30ebcc[_0x390262(0x17c)],_0x20662c),_0x5068d9['worker'](_0x20662c,_0x1b216c);});Promise[_0x2257bd(0x1af)](_0x3cf79e[_0x2257bd(0x1d0)](_0x478323=>_0x336006(_0x478323)['then'](_0x440a93=>_0x322373[_0x2257bd(0x205)]('test-file-success',[_0x478323[_0x2257bd(0x213)][_0x2257bd(0x193)],_0x440a93]),_0x20b906=>_0x322373[_0x2257bd(0x205)](_0x2257bd(0x19c),[_0x478323,_0x20b906]))))[_0x2257bd(0x174)](_0xe4d550,_0xe4d550);}),exports['parallelCucumberRun']=(_0x6ea7bd,_0x252066,_0x25a002,_0x23fcec,_0x58907f)=>{const _0x4cc135=a31_0x24947b,_0xe48f3c={'ghEPP':_0x4cc135(0x1d6),'RoYKU':_0x4cc135(0x1ec),'DVIJf':function(_0x7dd951,_0x9548f3){return _0x7dd951(_0x9548f3);},'LtNIw':_0x4cc135(0x1eb),'Bsvlo':_0x4cc135(0x203),'liHef':_0x4cc135(0x1c8),'gmSvm':_0x4cc135(0x1b0),'RyZrT':_0x4cc135(0x196),'ZTYAj':'platform-run-failure'};return new Promise(_0x5b9379=>{const _0x4b1315=_0x4cc135,_0x51b50c={'RPwHm':_0xe48f3c['RoYKU'],'IHoio':function(_0xaad64e,_0x27ef72){const _0x26298c=a31_0x252c;return _0xe48f3c[_0x26298c(0x1ba)](_0xaad64e,_0x27ef72);}},_0x56d9dd=[],_0x53fba4=new Worker(require[_0x4b1315(0x19d)](_0xe48f3c['LtNIw']),{'exposedMethods':[_0xe48f3c[_0x4b1315(0x185)]],'forkOptions':{'serialization':_0xe48f3c[_0x4b1315(0x216)],'stdio':_0xe48f3c['gmSvm']},'numWorkers':_0x6ea7bd['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3618eb=new Emittery();_0x3618eb['on'](_0xe48f3c[_0x4b1315(0x1bd)],_0x3030bd=>{const _0x10f6a8=_0x4b1315;_0x56d9dd[_0x10f6a8(0x209)]([_0x3030bd[0x0],_0x3030bd[0x1]]);}),_0x3618eb['on'](_0xe48f3c[_0x4b1315(0x1f6)],_0x1d89c=>console[_0x4b1315(0x17a)](_0x1d89c[0x1]));if(_0x53fba4[_0x4b1315(0x1fc)]())_0x53fba4['getStdout']()['pipe'](process[_0x4b1315(0x1b4)]);if(_0x53fba4[_0x4b1315(0x191)]())_0x53fba4['getStderr']()[_0x4b1315(0x1b0)](process[_0x4b1315(0x1d4)]);const _0x38b0c3=async()=>{const _0x3e943f=_0x4b1315,{forceExited:_0x3f6225}=await _0x53fba4['end']();_0x3f6225&&console[_0x3e943f(0x1c5)](_0x51b50c[_0x3e943f(0x1db)]),_0x51b50c[_0x3e943f(0x1da)](_0x5b9379,_0x56d9dd);},_0x22364c=_0xe48f3c[_0x4b1315(0x1ba)](pLimit,_0x6ea7bd['length']),_0x1ba1dd=_0x42458d=>_0x22364c(async()=>{const _0x1a6826=_0x4b1315;return await _0x3618eb[_0x1a6826(0x205)](_0xe48f3c[_0x1a6826(0x1cb)],_0x42458d),_0x53fba4[_0x1a6826(0x203)](_0x42458d,_0x252066,_0x25a002,_0x23fcec,_0x58907f);});Promise[_0x4b1315(0x1af)](_0x6ea7bd[_0x4b1315(0x1d0)](_0x1cab00=>_0x1ba1dd(_0x1cab00)[_0x4b1315(0x174)](_0x36da1b=>_0x3618eb['emit'](_0x4b1315(0x196),[_0x1cab00,_0x36da1b]),_0x1d6393=>_0x3618eb[_0x4b1315(0x205)](_0x4b1315(0x1a3),[_0x1cab00,_0x1d6393]))))['then'](_0x38b0c3,_0x38b0c3);});},exports['parallelVanillaRun']=(_0x4b8be0,_0x231099)=>new Promise(_0x12d8d9=>{const _0x5bfe7d=a31_0x24947b,_0x243bf5={'QunEF':'exit','dsIVa':function(_0x6f2801,_0x471228){return _0x6f2801===_0x471228;},'kscHI':function(_0x271627,_0x23205f){return _0x271627!==_0x23205f;},'DhLXi':_0x5bfe7d(0x1ec),'YRNxY':function(_0x149494,_0x2ba845){return _0x149494(_0x2ba845);},'IZLnI':'./testWorker.js','XnZay':_0x5bfe7d(0x214),'YhGBt':_0x5bfe7d(0x1c8),'ERdRr':_0x5bfe7d(0x1b0),'QmFzG':_0x5bfe7d(0x19f),'tKVCU':_0x5bfe7d(0x19c)},_0x54765c={},_0x24c64b=new Worker(require[_0x5bfe7d(0x19d)](_0x243bf5[_0x5bfe7d(0x1c3)]),{'exposedMethods':[_0x243bf5[_0x5bfe7d(0x188)]],'forkOptions':{'serialization':_0x243bf5['YhGBt'],'stdio':_0x243bf5[_0x5bfe7d(0x19e)]},'numWorkers':_0x231099,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x2faa27=new Emittery();_0x2faa27['on'](_0x243bf5[_0x5bfe7d(0x18e)],_0x25e1e9=>{const _0x3d5fa9=_0x5bfe7d;_0x25e1e9[0x0]&&logger[_0x3d5fa9(0x1ef)](_0x3d5fa9(0x21f)+_0x25e1e9[0x1]+'\x20for',_0x25e1e9[0x0]);}),_0x2faa27['on'](_0x243bf5[_0x5bfe7d(0x1dc)],_0x2bcb8c=>console[_0x5bfe7d(0x17a)](_0x2bcb8c[0x1]));if(_0x24c64b[_0x5bfe7d(0x1fc)]())_0x24c64b[_0x5bfe7d(0x1fc)]()[_0x5bfe7d(0x1b0)](process[_0x5bfe7d(0x1b4)]);if(_0x24c64b[_0x5bfe7d(0x191)]())_0x24c64b[_0x5bfe7d(0x191)]()[_0x5bfe7d(0x1b0)](process[_0x5bfe7d(0x1d4)]);const _0x423257=async()=>{const _0x434991=_0x5bfe7d,_0x2f67b4={'JTmVM':function(_0x5530f6,_0x52891e){const _0x11cfd7=a31_0x252c;return _0x243bf5[_0x11cfd7(0x1f3)](_0x5530f6,_0x52891e);},'xswlG':function(_0x453bbe,_0x26ac9f){const _0xf98413=a31_0x252c;return _0x243bf5[_0xf98413(0x1f7)](_0x453bbe,_0x26ac9f);}};let _0x52eb3e=0x0;const _0x1160b2=_0x24c64b['_workerPool'][_0x434991(0x176)](),_0x1c280f=()=>{},_0x46545a=_0x1160b2[_0x434991(0x1d0)](async _0x5bf363=>{const _0x532e3b=_0x434991;_0x5bf363['send']([0x2,![]],_0x1c280f,_0x1c280f,_0x1c280f),_0x5bf363[_0x532e3b(0x1fe)]['on'](_0x243bf5[_0x532e3b(0x1b6)],_0x57048b=>{const _0x4b18e8=_0x532e3b;_0x2f67b4[_0x4b18e8(0x1e6)](_0x52eb3e,0x0)&&_0x2f67b4[_0x4b18e8(0x1a5)](_0x57048b,0x0)&&(_0x52eb3e=_0x57048b);}),await _0x5bf363[_0x532e3b(0x207)]();});await Promise[_0x434991(0x1af)](_0x46545a),process[_0x434991(0x1ac)]=_0x52eb3e;const {forceExited:_0xc1125}=await _0x24c64b[_0x434991(0x1a0)]();_0xc1125&&console['error'](_0x243bf5['DhLXi']),_0x243bf5[_0x434991(0x184)](_0x12d8d9,_0x54765c);},_0x42ba67=_0x243bf5[_0x5bfe7d(0x184)](pLimit,_0x231099),_0x3cd5ee=_0x346599=>_0x42ba67(async()=>{const _0x331e17=_0x5bfe7d;return _0x24c64b[_0x331e17(0x214)](_0x346599);});Promise[_0x5bfe7d(0x1af)](_0x4b8be0['map'](_0x587aa5=>_0x3cd5ee(_0x587aa5)[_0x5bfe7d(0x174)](_0x74a1ce=>_0x2faa27[_0x5bfe7d(0x205)](_0x5bfe7d(0x19f),[_0x587aa5[_0x5bfe7d(0x213)]['platform'],_0x587aa5[_0x5bfe7d(0x213)]['file']]),_0x461945=>_0x2faa27[_0x5bfe7d(0x205)](_0x5bfe7d(0x19c),[_0x587aa5,_0x461945]))))[_0x5bfe7d(0x174)](_0x423257,_0x423257);});
@@ -1 +1 @@
1
- const a32_0x1db41d=a32_0x98bc;function a32_0x98bc(_0xc21ae0,_0x1d23a0){const _0x5cf509=a32_0x5cf5();return a32_0x98bc=function(_0x98bcae,_0xf29a49){_0x98bcae=_0x98bcae-0x16a;let _0xb891a8=_0x5cf509[_0x98bcae];return _0xb891a8;},a32_0x98bc(_0xc21ae0,_0x1d23a0);}(function(_0x293556,_0x595dcb){const _0x57b52f=a32_0x98bc,_0x50b882=_0x293556();while(!![]){try{const _0x3a955d=parseInt(_0x57b52f(0x171))/0x1+-parseInt(_0x57b52f(0x174))/0x2*(parseInt(_0x57b52f(0x16a))/0x3)+-parseInt(_0x57b52f(0x177))/0x4+-parseInt(_0x57b52f(0x170))/0x5*(parseInt(_0x57b52f(0x178))/0x6)+-parseInt(_0x57b52f(0x16c))/0x7*(-parseInt(_0x57b52f(0x16d))/0x8)+parseInt(_0x57b52f(0x16e))/0x9*(-parseInt(_0x57b52f(0x179))/0xa)+parseInt(_0x57b52f(0x17a))/0xb;if(_0x3a955d===_0x595dcb)break;else _0x50b882['push'](_0x50b882['shift']());}catch(_0x5ebca9){_0x50b882['push'](_0x50b882['shift']());}}}(a32_0x5cf5,0xf2661),exports[a32_0x1db41d(0x180)]=async(_0x4e6238,_0x14fb1d)=>{const _0xae675=a32_0x1db41d,_0x4828bf={'NQIbE':function(_0x525dee,_0x625945){return _0x525dee(_0x625945);},'gyhQQ':'../launcher/launcher','oRoNn':'mocha'},_0x31b762=_0x4828bf[_0xae675(0x17b)](require,_0x4828bf[_0xae675(0x172)]),_0x910f5a=new _0x31b762(_0x4828bf['oRoNn'],_0x4e6238,_0x14fb1d);return await _0x910f5a[_0xae675(0x17c)]();},exports[a32_0x1db41d(0x17d)]=async(_0x4bc397,_0x37df4d,_0x4f3c80,_0x5250f9,_0x4c919e)=>{const _0x36b566=a32_0x1db41d,_0x356985={'qGVdB':function(_0x2849ea,_0x3caaf4){return _0x2849ea(_0x3caaf4);},'bHnym':_0x36b566(0x181),'hVWjo':_0x36b566(0x175)},_0x70f312={'capability':_0x4bc397,..._0x37df4d},_0x3cf095={};_0x3cf095[_0x36b566(0x176)]=_0x70f312,_0x3cf095['formatter']=_0x4c919e;let _0x27038a=_0x3cf095;const _0x4afc90=_0x356985[_0x36b566(0x182)](require,_0x356985['bHnym']),_0x22f93c=new _0x4afc90(_0x356985[_0x36b566(0x17e)],_0x27038a,_0x4f3c80,_0x5250f9);return await _0x22f93c[_0x36b566(0x17c)]();},exports['runVanillaTest']=async _0x4089b2=>{const _0x624605=a32_0x1db41d,_0x13f360={'PofiR':function(_0x5802bf,_0x9e2fc){return _0x5802bf(_0x9e2fc);},'kubtR':_0x624605(0x181),'wOkGh':_0x624605(0x173)},_0x5216b8=_0x13f360[_0x624605(0x17f)](require,_0x13f360[_0x624605(0x16b)]),_0x610eda=new _0x5216b8(_0x13f360[_0x624605(0x16f)],_0x4089b2);return await _0x610eda['run']();});function a32_0x5cf5(){const _0x558c08=['qGVdB','3uYtXzU','kubtR','7GGZztv','4456ahcdbq','16931097XvSWPe','wOkGh','5rhIpDw','1812070SsGPYM','gyhQQ','vanilla','813324UnNRxU','cucumber-js','configuration','2804968EvwuUC','3519906sMrWnu','10uwWzya','30316286gjpKHH','NQIbE','run','runCucumberTest','hVWjo','PofiR','runTest','../launcher/launcher'];a32_0x5cf5=function(){return _0x558c08;};return a32_0x5cf5();}
1
+ function a32_0x20b5(_0x3a9183,_0x1985f0){const _0x5513f8=a32_0x5513();return a32_0x20b5=function(_0x20b5c8,_0x597824){_0x20b5c8=_0x20b5c8-0x8c;let _0xb71661=_0x5513f8[_0x20b5c8];return _0xb71661;},a32_0x20b5(_0x3a9183,_0x1985f0);}const a32_0x4b15fc=a32_0x20b5;(function(_0x272c53,_0x1b9e14){const _0x1f2b1d=a32_0x20b5,_0x2696bf=_0x272c53();while(!![]){try{const _0x938fd8=-parseInt(_0x1f2b1d(0xa0))/0x1+parseInt(_0x1f2b1d(0x92))/0x2+-parseInt(_0x1f2b1d(0x97))/0x3*(-parseInt(_0x1f2b1d(0x9d))/0x4)+parseInt(_0x1f2b1d(0x8f))/0x5*(parseInt(_0x1f2b1d(0x98))/0x6)+-parseInt(_0x1f2b1d(0x94))/0x7*(parseInt(_0x1f2b1d(0x96))/0x8)+parseInt(_0x1f2b1d(0x9b))/0x9+-parseInt(_0x1f2b1d(0x9c))/0xa;if(_0x938fd8===_0x1b9e14)break;else _0x2696bf['push'](_0x2696bf['shift']());}catch(_0x5385a7){_0x2696bf['push'](_0x2696bf['shift']());}}}(a32_0x5513,0x1979b),exports['runTest']=async(_0x5ecbf8,_0x212ae2)=>{const _0x5aaa76=a32_0x20b5,_0x2ba1c2={'HXiLG':function(_0x236950,_0x4cba0f){return _0x236950(_0x4cba0f);},'KgSUg':_0x5aaa76(0x8c),'QIgmC':_0x5aaa76(0x93)},_0x5d690e=_0x2ba1c2[_0x5aaa76(0x99)](require,_0x2ba1c2['KgSUg']),_0x38916c=new _0x5d690e(_0x2ba1c2[_0x5aaa76(0x95)],_0x5ecbf8,_0x212ae2);return await _0x38916c[_0x5aaa76(0x90)]();},exports[a32_0x4b15fc(0x9f)]=async(_0x4556fb,_0x38ec4b,_0x4888e4,_0x45e27,_0x534963)=>{const _0x54aa7f=a32_0x4b15fc,_0x3d6e47={'GVnOM':function(_0x42e319,_0x1731dd){return _0x42e319(_0x1731dd);},'ysMqK':'../launcher/launcher','YbRHp':'cucumber-js'},_0x4e5944={'capability':_0x4556fb,..._0x38ec4b},_0x5b2f7f={};_0x5b2f7f[_0x54aa7f(0xa2)]=_0x4e5944,_0x5b2f7f[_0x54aa7f(0x91)]=_0x534963;let _0x1a45c9=_0x5b2f7f;const _0x2f2507=_0x3d6e47['GVnOM'](require,_0x3d6e47['ysMqK']),_0x563f09=new _0x2f2507(_0x3d6e47[_0x54aa7f(0x8d)],_0x1a45c9,_0x4888e4,_0x45e27);return await _0x563f09['run']();},exports[a32_0x4b15fc(0x9a)]=async _0x4b5ba5=>{const _0x4d862b=a32_0x4b15fc,_0x19a863={'GSrAh':function(_0x4866e3,_0x8997d){return _0x4866e3(_0x8997d);},'boTIL':_0x4d862b(0x8c),'XfVYC':_0x4d862b(0x9e)},_0x186b67=_0x19a863['GSrAh'](require,_0x19a863[_0x4d862b(0x8e)]),_0x2f6de9=new _0x186b67(_0x19a863[_0x4d862b(0xa1)],_0x4b5ba5);return await _0x2f6de9['run']();});function a32_0x5513(){const _0x1cf602=['XfVYC','configuration','../launcher/launcher','YbRHp','boTIL','31130ZhCWzv','run','formatter','201482TwAHEd','mocha','697445eXoUYM','QIgmC','8NMAZcc','642PATzNK','102ndKikp','HXiLG','runVanillaTest','1049904ohfpcD','580740yPUiMr','2696mkwUMf','vanilla','runCucumberTest','205419opGsng'];a32_0x5513=function(){return _0x1cf602;};return a32_0x5513();}
@@ -1 +1 @@
1
- const a33_0x13d203=a33_0x53b6;(function(_0x4b0745,_0x5de3d5){const _0x4a6f8e=a33_0x53b6,_0x42fed8=_0x4b0745();while(!![]){try{const _0x5dcfa1=-parseInt(_0x4a6f8e(0xbf))/0x1+parseInt(_0x4a6f8e(0xc2))/0x2*(-parseInt(_0x4a6f8e(0xc9))/0x3)+-parseInt(_0x4a6f8e(0xc7))/0x4+-parseInt(_0x4a6f8e(0xc8))/0x5*(-parseInt(_0x4a6f8e(0xca))/0x6)+parseInt(_0x4a6f8e(0xbd))/0x7+-parseInt(_0x4a6f8e(0xc6))/0x8*(parseInt(_0x4a6f8e(0xbe))/0x9)+-parseInt(_0x4a6f8e(0xc4))/0xa*(-parseInt(_0x4a6f8e(0xc3))/0xb);if(_0x5dcfa1===_0x5de3d5)break;else _0x42fed8['push'](_0x42fed8['shift']());}catch(_0x7e074b){_0x42fed8['push'](_0x42fed8['shift']());}}}(a33_0x28e2,0x45d4e));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x13d203(0xc1));function a33_0x28e2(){const _0x5b1589=['AaSJf','3282083knSsQL','65151DWFOwU','182346Qjmhbx','fCKzP','./runTest','6XJzzLb','10057069cTmybZ','10umSLrV','worker','136ZromyN','2114048CbOnQg','5KXMSEY','428892NsJeHH','994170stStfD','cucumberWorker','hlJcW'];a33_0x28e2=function(){return _0x5b1589;};return a33_0x28e2();}function a33_0x53b6(_0x4160cd,_0x266077){const _0x28e20d=a33_0x28e2();return a33_0x53b6=function(_0x53b63b,_0x26fc68){_0x53b63b=_0x53b63b-0xbc;let _0x2d54e6=_0x28e20d[_0x53b63b];return _0x2d54e6;},a33_0x53b6(_0x4160cd,_0x266077);}exports[a33_0x13d203(0xc5)]=async(_0x3f8ffc,_0x5726eb)=>{const _0x414c0a=a33_0x13d203,_0x553b12={'hlJcW':function(_0x5e282a,_0x3fa3ba,_0x357d6f){return _0x5e282a(_0x3fa3ba,_0x357d6f);}};return await _0x553b12[_0x414c0a(0xcc)](runTest,_0x3f8ffc,_0x5726eb);},exports[a33_0x13d203(0xcb)]=async(_0xeee2c4,_0x2d4788,_0x54b52a,_0x1a0a3b,_0x29dcc1)=>{const _0x26fd87=a33_0x13d203,_0xd096e7={'AaSJf':function(_0x1adfe9,_0x5c3435,_0x59e1f4,_0x4547b3,_0x1a83e2,_0x22ded6){return _0x1adfe9(_0x5c3435,_0x59e1f4,_0x4547b3,_0x1a83e2,_0x22ded6);}};return await _0xd096e7[_0x26fd87(0xbc)](runCucumberTest,_0xeee2c4,_0x2d4788,_0x54b52a,_0x1a0a3b,_0x29dcc1);},exports['vanillaWorker']=async _0x4e8234=>{const _0x431a34=a33_0x13d203,_0x4dff24={'fCKzP':function(_0x9ad249,_0x3c937d){return _0x9ad249(_0x3c937d);}};return await _0x4dff24[_0x431a34(0xc0)](runVanillaTest,_0x4e8234);};
1
+ const a33_0x39d2bc=a33_0x1836;(function(_0x4c2aae,_0x5728d7){const _0x1b595d=a33_0x1836,_0x3e6439=_0x4c2aae();while(!![]){try{const _0xfc5c4a=parseInt(_0x1b595d(0x1a6))/0x1*(-parseInt(_0x1b595d(0x19c))/0x2)+parseInt(_0x1b595d(0x1a9))/0x3+parseInt(_0x1b595d(0x1a8))/0x4+-parseInt(_0x1b595d(0x1a1))/0x5*(parseInt(_0x1b595d(0x19d))/0x6)+parseInt(_0x1b595d(0x19f))/0x7*(parseInt(_0x1b595d(0x1aa))/0x8)+parseInt(_0x1b595d(0x1a4))/0x9+-parseInt(_0x1b595d(0x1a5))/0xa*(-parseInt(_0x1b595d(0x1a0))/0xb);if(_0xfc5c4a===_0x5728d7)break;else _0x3e6439['push'](_0x3e6439['shift']());}catch(_0x2fa7fa){_0x3e6439['push'](_0x3e6439['shift']());}}}(a33_0x42d9,0x3228b));function a33_0x1836(_0x14345d,_0x298bda){const _0x42d9a5=a33_0x42d9();return a33_0x1836=function(_0x183640,_0x29622a){_0x183640=_0x183640-0x19c;let _0x3510e3=_0x42d9a5[_0x183640];return _0x3510e3;},a33_0x1836(_0x14345d,_0x298bda);}const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x39d2bc(0x19e));function a33_0x42d9(){const _0x218e76=['adZwg','188244rrSmvX','823851XVoaik','136bMxEaZ','52964rUkaDM','29364gaWXgX','./runTest','64967yjIKPn','546898yQBomA','365bKxleP','worker','lvGHo','2208564JXTkYS','10wqEJBR','8paRScr'];a33_0x42d9=function(){return _0x218e76;};return a33_0x42d9();}exports[a33_0x39d2bc(0x1a2)]=async(_0x5894e2,_0x3a8a3f)=>{const _0x1552b3=a33_0x39d2bc,_0x1623a4={'lvGHo':function(_0x245cc3,_0x3bcac2,_0x12a711){return _0x245cc3(_0x3bcac2,_0x12a711);}};return await _0x1623a4[_0x1552b3(0x1a3)](runTest,_0x5894e2,_0x3a8a3f);},exports['cucumberWorker']=async(_0x1d56b7,_0x237348,_0x17c2df,_0x273a73,_0x46c540)=>{const _0x184474=a33_0x39d2bc,_0x32ea10={'adZwg':function(_0x1423ee,_0x15b567,_0x1d827c,_0x3f1590,_0x5f0499,_0x207f6b){return _0x1423ee(_0x15b567,_0x1d827c,_0x3f1590,_0x5f0499,_0x207f6b);}};return await _0x32ea10[_0x184474(0x1a7)](runCucumberTest,_0x1d56b7,_0x237348,_0x17c2df,_0x273a73,_0x46c540);},exports['vanillaWorker']=async _0xbfdcfa=>{const _0x42c1db={'PCXai':function(_0x711f24,_0x1e6536){return _0x711f24(_0x1e6536);}};return await _0x42c1db['PCXai'](runVanillaTest,_0xbfdcfa);};
@@ -1 +1 @@
1
- var a34_0x33409a=a34_0x1159;(function(_0x4eb8ea,_0x2f059b){var _0x8c63a6=a34_0x1159,_0xa4e35b=_0x4eb8ea();while(!![]){try{var _0x3a8e25=-parseInt(_0x8c63a6(0xeb))/0x1+parseInt(_0x8c63a6(0x10c))/0x2+-parseInt(_0x8c63a6(0xfe))/0x3+parseInt(_0x8c63a6(0xd7))/0x4+parseInt(_0x8c63a6(0x10b))/0x5+parseInt(_0x8c63a6(0xff))/0x6*(-parseInt(_0x8c63a6(0x105))/0x7)+parseInt(_0x8c63a6(0xe0))/0x8*(parseInt(_0x8c63a6(0x11c))/0x9);if(_0x3a8e25===_0x2f059b)break;else _0xa4e35b['push'](_0xa4e35b['shift']());}catch(_0x127e43){_0xa4e35b['push'](_0xa4e35b['shift']());}}}(a34_0xdfc6,0xbc474));var a34_0x28d8e6={};a34_0x28d8e6[a34_0x33409a(0x11a)]=a34_0x33409a(0xf3),a34_0x28d8e6['HELP']='Specify\x20--help\x20for\x20available\x20options';var a34_0x3da9ad={};a34_0x3da9ad[a34_0x33409a(0x11a)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x1365fa={};function a34_0x1159(_0x4c502d,_0x476143){var _0xdfc642=a34_0xdfc6();return a34_0x1159=function(_0x11594a,_0x4d7a3e){_0x11594a=_0x11594a-0xcf;var _0x3f9c68=_0xdfc642[_0x11594a];return _0x3f9c68;},a34_0x1159(_0x4c502d,_0x476143);}a34_0x1365fa[a34_0x33409a(0x11a)]=a34_0x33409a(0x109);var a34_0x534af0={};a34_0x534af0[a34_0x33409a(0x11a)]=a34_0x33409a(0xe9);var a34_0x435b54={};a34_0x435b54[a34_0x33409a(0x11a)]='Run\x20js\x20tests\x20on\x20browserstack';var a34_0x536698={};a34_0x536698['INFO']=a34_0x33409a(0xef);var a34_0x43ef86={};a34_0x43ef86[a34_0x33409a(0x11a)]=a34_0x33409a(0xcf);var a34_0x1421d4={};function a34_0xdfc6(){var _0x5ed86e=['observability','strictFileInteractability','ERR_NAME_RESOLUTION_FAILED','NUDGE_LOCAL_ERRORS','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','./browserstack-artifacts/','ERR_BLOCKED_BY_CLIENT','342548TsaiSB','ERR_TIMED_OUT','CI_ARTIFACTS_PATH','unhandledPromptBehavior','automate','firefoxOptions','CODECEPTJS','CUCUMBER','ROOT_REGEX','58088JQMfXn','ERR_CONNECTION_CLOSED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','APP_AUTOMATE','ERR_SOCKS_CONNECTION_FAILED','ERR_CONNECTION_ABORTED','ERR_PROXY_CONNECTION_FAILED','ERR_CONNECTION_RESET','NIGHTWATCH','Run\x20cucumber-js\x20tests\x20on\x20browserstack','sdk/v1/event','1140559LuQOju','ERR_CONNECTION_TIMED_OUT','pageLoadStrategy','APP_AUTOMATE_PRODUCTS','Run\x20nightwatch\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','ERR_FAILED','ROOT_CAPS','shows\x20version\x20information','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','edgeOptions','BROWSERSTACK_API_URL','Playwright','acceptInsecureCerts','.ipa','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','VANILLA','ERR_ADDRESS_INVALID','CUSTOM_ID_REGEX','3199626iFXVEV','278958TLoUFx','app-automate','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','JEST','exports','browserName','217IIMDyD','ieOptions','chromeOptions','VERSION','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_CONNECTION_FAILED','3933190FGdQtg','414474QxvLRm','acceptSslCert','AUTOMATE','ERR_SOCKET_NOT_CONNECTED','ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_REFUSED','PLAYWRIGHT','SHAREABLE_ID_REGEX','ERR_NETWORK_CHANGED','mocha','ERR_ADDRESS_UNREACHABLE','.aab','FUNNEL_INSTRUMENTATION_API_URL','ERR_NAME_NOT_RESOLVED','INFO','BSTACK_DELTA','4140DYahfz','Run\x20playwright\x20tests\x20with\x20Observability'];a34_0xdfc6=function(){return _0x5ed86e;};return a34_0xdfc6();}a34_0x1421d4['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a34_0x344dac={};a34_0x344dac[a34_0x33409a(0x11a)]=a34_0x33409a(0xd4);var a34_0x3babc0={};a34_0x3babc0[a34_0x33409a(0x108)]=a34_0x28d8e6,a34_0x3babc0[a34_0x33409a(0x102)]=a34_0x3da9ad,a34_0x3babc0['MOCHA']=a34_0x1365fa,a34_0x3babc0[a34_0x33409a(0xde)]=a34_0x534af0,a34_0x3babc0[a34_0x33409a(0xfb)]=a34_0x435b54,a34_0x3babc0[a34_0x33409a(0xe8)]=a34_0x536698,a34_0x3babc0[a34_0x33409a(0x112)]=a34_0x43ef86,a34_0x3babc0[a34_0x33409a(0xdd)]=a34_0x1421d4,a34_0x3babc0['HST']=a34_0x344dac,a34_0x3babc0[a34_0x33409a(0x11b)]=0xf*0x3c*0x3e8,a34_0x3babc0['hubUrl']='https://hub.browserstack.com/wd/hub',a34_0x3babc0['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x3babc0[a34_0x33409a(0xf2)]=[a34_0x33409a(0xf8),a34_0x33409a(0xed),a34_0x33409a(0xd1),a34_0x33409a(0xda),'timeouts',a34_0x33409a(0x104),'browserVersion','acceptSslCerts',a34_0x33409a(0x10d),a34_0x33409a(0x107),a34_0x33409a(0xdc),a34_0x33409a(0xf5),a34_0x33409a(0x106)],a34_0x3babc0[a34_0x33409a(0xdf)]=/^[\w-]+:.*$/,a34_0x3babc0['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x3babc0[a34_0x33409a(0xf6)]='https://api.browserstack.com',a34_0x3babc0['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a34_0x3babc0[a34_0x33409a(0x118)]=a34_0x33409a(0xea),a34_0x3babc0['AUTOMATE_PRODUCTS']=[a34_0x33409a(0xdb),a34_0x33409a(0xd0)],a34_0x3babc0[a34_0x33409a(0xee)]=[a34_0x33409a(0x100),'observability'],a34_0x3babc0[a34_0x33409a(0xfa)]=[a34_0x33409a(0xd0)],a34_0x3babc0[a34_0x33409a(0xf0)]=[a34_0x33409a(0x115),a34_0x33409a(0xf7)],a34_0x3babc0[a34_0x33409a(0x10e)]=[a34_0x33409a(0xdb)],a34_0x3babc0[a34_0x33409a(0xe3)]=[a34_0x33409a(0x100)],a34_0x3babc0[a34_0x33409a(0xd3)]=[a34_0x33409a(0xf1),a34_0x33409a(0xd8),a34_0x33409a(0xd6),a34_0x33409a(0x114),a34_0x33409a(0x10f),a34_0x33409a(0xe1),a34_0x33409a(0xe7),a34_0x33409a(0x111),a34_0x33409a(0xe5),a34_0x33409a(0x10a),a34_0x33409a(0x119),a34_0x33409a(0xfc),a34_0x33409a(0x116),a34_0x33409a(0x110),a34_0x33409a(0xec),a34_0x33409a(0xe4),a34_0x33409a(0xf4),a34_0x33409a(0xe6),a34_0x33409a(0x119),a34_0x33409a(0xd2),a34_0x33409a(0x101)],a34_0x3babc0['VALID_APP_EXTENSION']=['.apk',a34_0x33409a(0x117),a34_0x33409a(0xf9)],a34_0x3babc0[a34_0x33409a(0xfd)]='^[a-zA-Z0-9_.-]*$',a34_0x3babc0[a34_0x33409a(0x113)]=a34_0x33409a(0xe2),a34_0x3babc0[a34_0x33409a(0xd9)]=a34_0x33409a(0xd5),module[a34_0x33409a(0x103)]=a34_0x3babc0;
1
+ var a34_0x5cd226=a34_0x21ee;(function(_0x12f4cd,_0x137055){var _0x3005fe=a34_0x21ee,_0x4d37c2=_0x12f4cd();while(!![]){try{var _0x443cca=-parseInt(_0x3005fe(0x12c))/0x1+-parseInt(_0x3005fe(0x156))/0x2+-parseInt(_0x3005fe(0x157))/0x3+parseInt(_0x3005fe(0x14c))/0x4+-parseInt(_0x3005fe(0x142))/0x5*(-parseInt(_0x3005fe(0x16e))/0x6)+parseInt(_0x3005fe(0x149))/0x7+parseInt(_0x3005fe(0x139))/0x8;if(_0x443cca===_0x137055)break;else _0x4d37c2['push'](_0x4d37c2['shift']());}catch(_0x12235e){_0x4d37c2['push'](_0x4d37c2['shift']());}}}(a34_0xa8c3,0xc17f9));var a34_0x1f053f={};a34_0x1f053f['INFO']=a34_0x5cd226(0x13d),a34_0x1f053f['HELP']=a34_0x5cd226(0x140);var a34_0x15dd62={};a34_0x15dd62['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x316d36={};a34_0x316d36['INFO']=a34_0x5cd226(0x15f);var a34_0x121bc1={};a34_0x121bc1[a34_0x5cd226(0x143)]=a34_0x5cd226(0x12a);var a34_0x2f37b8={};function a34_0x21ee(_0x20cccc,_0x573bae){var _0xa8c38f=a34_0xa8c3();return a34_0x21ee=function(_0x21ee9f,_0x1e4aec){_0x21ee9f=_0x21ee9f-0x127;var _0x21c743=_0xa8c38f[_0x21ee9f];return _0x21c743;},a34_0x21ee(_0x20cccc,_0x573bae);}a34_0x2f37b8[a34_0x5cd226(0x143)]=a34_0x5cd226(0x136);var a34_0x22369f={};a34_0x22369f[a34_0x5cd226(0x143)]=a34_0x5cd226(0x13e);var a34_0x29c076={};a34_0x29c076[a34_0x5cd226(0x143)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a34_0x1d22e8={};a34_0x1d22e8[a34_0x5cd226(0x143)]=a34_0x5cd226(0x135);var a34_0x27466a={};a34_0x27466a[a34_0x5cd226(0x143)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a34_0x2c7730={};a34_0x2c7730[a34_0x5cd226(0x14f)]=a34_0x1f053f,a34_0x2c7730[a34_0x5cd226(0x163)]=a34_0x15dd62,a34_0x2c7730[a34_0x5cd226(0x138)]=a34_0x316d36,a34_0x2c7730['CUCUMBER']=a34_0x121bc1,a34_0x2c7730[a34_0x5cd226(0x15e)]=a34_0x2f37b8,a34_0x2c7730['NIGHTWATCH']=a34_0x22369f,a34_0x2c7730[a34_0x5cd226(0x154)]=a34_0x29c076,a34_0x2c7730[a34_0x5cd226(0x132)]=a34_0x1d22e8,a34_0x2c7730[a34_0x5cd226(0x165)]=a34_0x27466a,a34_0x2c7730['BSTACK_DELTA']=0xf*0x3c*0x3e8,a34_0x2c7730['hubUrl']='https://hub.browserstack.com/wd/hub',a34_0x2c7730[a34_0x5cd226(0x14e)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x2c7730[a34_0x5cd226(0x168)]=['acceptInsecureCerts',a34_0x5cd226(0x13b),a34_0x5cd226(0x12f),a34_0x5cd226(0x160),'timeouts',a34_0x5cd226(0x158),a34_0x5cd226(0x166),'acceptSslCerts',a34_0x5cd226(0x130),a34_0x5cd226(0x146),a34_0x5cd226(0x16c),a34_0x5cd226(0x167),a34_0x5cd226(0x134)],a34_0x2c7730[a34_0x5cd226(0x14d)]=/^[\w-]+:.*$/,a34_0x2c7730['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x2c7730['BROWSERSTACK_API_URL']=a34_0x5cd226(0x13c),a34_0x2c7730[a34_0x5cd226(0x13a)]=a34_0x5cd226(0x151),a34_0x2c7730[a34_0x5cd226(0x16d)]='sdk/v1/event',a34_0x2c7730['AUTOMATE_PRODUCTS']=[a34_0x5cd226(0x161),a34_0x5cd226(0x153)],a34_0x2c7730[a34_0x5cd226(0x155)]=[a34_0x5cd226(0x127),a34_0x5cd226(0x153)],a34_0x2c7730['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a34_0x2c7730[a34_0x5cd226(0x129)]=[a34_0x5cd226(0x16a),a34_0x5cd226(0x14b)],a34_0x2c7730[a34_0x5cd226(0x159)]=[a34_0x5cd226(0x161)],a34_0x2c7730[a34_0x5cd226(0x128)]=[a34_0x5cd226(0x127)],a34_0x2c7730[a34_0x5cd226(0x12b)]=[a34_0x5cd226(0x13f),a34_0x5cd226(0x144),a34_0x5cd226(0x15b),a34_0x5cd226(0x15d),a34_0x5cd226(0x131),'ERR_CONNECTION_CLOSED',a34_0x5cd226(0x133),a34_0x5cd226(0x16f),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a34_0x5cd226(0x15a),a34_0x5cd226(0x12e),a34_0x5cd226(0x14a),a34_0x5cd226(0x12d),'ERR_SOCKS_CONNECTION_FAILED',a34_0x5cd226(0x16b),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a34_0x5cd226(0x148),a34_0x5cd226(0x152)],a34_0x2c7730[a34_0x5cd226(0x147)]=[a34_0x5cd226(0x169),a34_0x5cd226(0x164),'.ipa'],a34_0x2c7730[a34_0x5cd226(0x141)]=a34_0x5cd226(0x150),a34_0x2c7730[a34_0x5cd226(0x162)]=a34_0x5cd226(0x137),a34_0x2c7730[a34_0x5cd226(0x145)]='./browserstack-artifacts/',a34_0x2c7730['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',module[a34_0x5cd226(0x15c)]=a34_0x2c7730;function a34_0xa8c3(){var _0x2778a9=['5650016ejDJoA','ROOT_REGEX','HUB_URL_REGEX','VERSION','^[a-zA-Z0-9_.-]*$','https://api-cloud.browserstack.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','observability','PLAYWRIGHT','APP_AUTOMATE_PRODUCTS','916492DJgArE','3824772IyLsva','browserName','AUTOMATE','ERR_ADDRESS_INVALID','ERR_BLOCKED_BY_CLIENT','exports','ERR_NETWORK_CHANGED','VANILLA','Run\x20mocha\x20tests\x20on\x20browserstack','unhandledPromptBehavior','automate','SHAREABLE_ID_REGEX','JEST','.aab','HST','browserVersion','edgeOptions','ROOT_CAPS','.apk','mocha','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','firefoxOptions','FUNNEL_INSTRUMENTATION_API_URL','19650bEPuzB','ERR_CONNECTION_REFUSED','app-automate','APP_AUTOMATE','OBSERVABILITY_SUPPORTED_FWS','Run\x20cucumber-js\x20tests\x20on\x20browserstack','NUDGE_LOCAL_ERRORS','489422cVUFuD','ERR_CONNECTION_TIMED_OUT','ERR_ADDRESS_UNREACHABLE','strictFileInteractability','acceptSslCert','ERR_SOCKET_NOT_CONNECTED','CODECEPTJS','ERR_CONNECTION_RESET','ieOptions','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Run\x20js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','MOCHA','8619400TEUcsX','APP_UPLOAD_URL','pageLoadStrategy','https://api.browserstack.com','shows\x20version\x20information','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_FAILED','Specify\x20--help\x20for\x20available\x20options','CUSTOM_ID_REGEX','5LCVVQX','INFO','ERR_TIMED_OUT','CI_ARTIFACTS_PATH','chromeOptions','VALID_APP_EXTENSION','ERR_NAME_RESOLUTION_FAILED','3653699lGoTed','ERR_TUNNEL_CONNECTION_FAILED','Playwright'];a34_0xa8c3=function(){return _0x2778a9;};return a34_0xa8c3();}
@@ -1 +1 @@
1
- const a35_0x35939f=a35_0x4fc9;(function(_0x3fff0c,_0x19a9d2){const _0x2965d1=a35_0x4fc9,_0x5b59e1=_0x3fff0c();while(!![]){try{const _0x8d68da=parseInt(_0x2965d1(0x1d1))/0x1*(parseInt(_0x2965d1(0x1d3))/0x2)+-parseInt(_0x2965d1(0x1dc))/0x3+-parseInt(_0x2965d1(0x1e1))/0x4+-parseInt(_0x2965d1(0x1d0))/0x5+-parseInt(_0x2965d1(0x1df))/0x6*(-parseInt(_0x2965d1(0x1d5))/0x7)+-parseInt(_0x2965d1(0x1d6))/0x8+parseInt(_0x2965d1(0x1e0))/0x9;if(_0x8d68da===_0x19a9d2)break;else _0x5b59e1['push'](_0x5b59e1['shift']());}catch(_0x6f5748){_0x5b59e1['push'](_0x5b59e1['shift']());}}}(a35_0x5516,0xdc3b3));const logReportingAPI=require(a35_0x35939f(0x1d4)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5a41fd,_0x45ba8e){return _0x242959=>{const _0xd8ab13=a35_0x4fc9;BSTestOpsLogger[_0xd8ab13(0x1dd)]({'level':_0x242959['level']?_0x242959[_0xd8ab13(0x1de)][_0xd8ab13(0x1d8)]:null,'message':_0x242959['data']?_0x242959[_0xd8ab13(0x1d7)][_0xd8ab13(0x1db)]('\x20'):null});};}function a35_0x4fc9(_0x4d6007,_0x22b5a3){const _0x551635=a35_0x5516();return a35_0x4fc9=function(_0x4fc9ea,_0x5b94d8){_0x4fc9ea=_0x4fc9ea-0x1cf;let _0x433d6=_0x551635[_0x4fc9ea];return _0x433d6;},a35_0x4fc9(_0x4d6007,_0x22b5a3);}function a35_0x5516(){const _0x17a53a=['colouredLayout','4172765lAxHgp','14xvSVkX','layout','235032bMkCwm','./logReportingAPI','7jIBWgi','8346056Oblomx','data','levelStr','timezoneOffset','configure','join','743247gaNAfs','log','level','3740010vOlIhh','22023765PgtVCJ','6752072AAAVAW'];a35_0x5516=function(){return _0x17a53a;};return a35_0x5516();}exports[a35_0x35939f(0x1da)]=(_0x466f9d,_0x19d38d)=>{const _0x5c179f=a35_0x35939f,_0x52ed9c={'nPmRO':function(_0xde99fd,_0x311a1c,_0x1d95c7){return _0xde99fd(_0x311a1c,_0x1d95c7);}};let _0x5602f7=_0x19d38d[_0x5c179f(0x1cf)];return _0x466f9d[_0x5c179f(0x1d2)]&&(_0x5602f7=_0x19d38d[_0x5c179f(0x1d2)](_0x466f9d[_0x5c179f(0x1d2)]['type'],_0x466f9d[_0x5c179f(0x1d2)])),_0x52ed9c['nPmRO'](BSTestOpsLog4JSAppender,_0x5602f7,_0x466f9d[_0x5c179f(0x1d9)]);};
1
+ const a35_0x43c5bc=a35_0xca24;function a35_0x3777(){const _0x4595c7=['20iDYGWz','1348AIGaav','1741OShZxN','type','1498624qhfjYk','colouredLayout','546630jewiEF','1546989CIzeAN','27TZehpC','15379310ixptJt','data','timezoneOffset','14cqAMDM','2161488ASLcfi','11aMsCXk','level','3234464uRZsVi','levelStr','essjq','layout','configure','log'];a35_0x3777=function(){return _0x4595c7;};return a35_0x3777();}(function(_0x1493b6,_0x81c231){const _0x17b6af=a35_0xca24,_0x180a21=_0x1493b6();while(!![]){try{const _0x660342=-parseInt(_0x17b6af(0x87))/0x1*(-parseInt(_0x17b6af(0x86))/0x2)+parseInt(_0x17b6af(0x8c))/0x3+parseInt(_0x17b6af(0x89))/0x4*(parseInt(_0x17b6af(0x85))/0x5)+-parseInt(_0x17b6af(0x8b))/0x6*(-parseInt(_0x17b6af(0x91))/0x7)+parseInt(_0x17b6af(0x95))/0x8*(-parseInt(_0x17b6af(0x8d))/0x9)+parseInt(_0x17b6af(0x8e))/0xa*(-parseInt(_0x17b6af(0x93))/0xb)+parseInt(_0x17b6af(0x92))/0xc;if(_0x660342===_0x81c231)break;else _0x180a21['push'](_0x180a21['shift']());}catch(_0x15fdf2){_0x180a21['push'](_0x180a21['shift']());}}}(a35_0x3777,0xc31e0));function a35_0xca24(_0x477680,_0x3f7458){const _0x37779c=a35_0x3777();return a35_0xca24=function(_0xca2421,_0x262551){_0xca2421=_0xca2421-0x81;let _0x41c3e2=_0x37779c[_0xca2421];return _0x41c3e2;},a35_0xca24(_0x477680,_0x3f7458);}const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x50c51f,_0x495673){return _0x2b4b20=>{const _0x9a8f82=a35_0xca24;BSTestOpsLogger[_0x9a8f82(0x84)]({'level':_0x2b4b20[_0x9a8f82(0x94)]?_0x2b4b20[_0x9a8f82(0x94)][_0x9a8f82(0x96)]:null,'message':_0x2b4b20['data']?_0x2b4b20[_0x9a8f82(0x8f)]['join']('\x20'):null});};}exports[a35_0x43c5bc(0x83)]=(_0x196e77,_0x1e71ac)=>{const _0x2bc8e1=a35_0x43c5bc,_0x41e117={'essjq':function(_0x209810,_0x470c83,_0x19ec64){return _0x209810(_0x470c83,_0x19ec64);}};let _0x292a9a=_0x1e71ac[_0x2bc8e1(0x8a)];return _0x196e77[_0x2bc8e1(0x82)]&&(_0x292a9a=_0x1e71ac['layout'](_0x196e77[_0x2bc8e1(0x82)][_0x2bc8e1(0x88)],_0x196e77[_0x2bc8e1(0x82)])),_0x41e117[_0x2bc8e1(0x81)](BSTestOpsLog4JSAppender,_0x292a9a,_0x196e77[_0x2bc8e1(0x90)]);};
@@ -1 +1 @@
1
- function a36_0x2287(){const _0x481531=['../../helpers/test-observability/constants','logToTestOps','emit','error','WARN','pid','3354759wtkjQx','ERROR','info','warn','18758592DPZffC','log','1393002mbOxDU','TRACE','bs:addLog:','INFO','8731856pwLjKy','DEBUG','join','trace','440QxmAjB','toLowerCase','39542jSOniC','TEST_LOG','exports','5954662dpRHnt','43xGrtCJ','33855dZyquA','toISOString','iLpex','toUpperCase','winston-transport'];a36_0x2287=function(){return _0x481531;};return a36_0x2287();}const a36_0x4eb622=a36_0x20c1;(function(_0x1bffb2,_0x162a8b){const _0x21fc3f=a36_0x20c1,_0x18506d=_0x1bffb2();while(!![]){try{const _0x200469=-parseInt(_0x21fc3f(0x1bf))/0x1*(parseInt(_0x21fc3f(0x1bb))/0x2)+parseInt(_0x21fc3f(0x1ab))/0x3+parseInt(_0x21fc3f(0x1b9))/0x4*(parseInt(_0x21fc3f(0x1c0))/0x5)+-parseInt(_0x21fc3f(0x1b1))/0x6+-parseInt(_0x21fc3f(0x1be))/0x7+-parseInt(_0x21fc3f(0x1b5))/0x8+parseInt(_0x21fc3f(0x1af))/0x9;if(_0x200469===_0x162a8b)break;else _0x18506d['push'](_0x18506d['shift']());}catch(_0x3481a4){_0x18506d['push'](_0x18506d['shift']());}}}(a36_0x2287,0xe1503));const Transport=require(a36_0x4eb622(0x1a4)),{consoleHolder}=require(a36_0x4eb622(0x1a5)),a36_0x2ba210={};a36_0x2ba210[a36_0x4eb622(0x1b4)]=a36_0x4eb622(0x1b4),a36_0x2ba210[a36_0x4eb622(0x1ac)]='ERROR',a36_0x2ba210[a36_0x4eb622(0x1b6)]=a36_0x4eb622(0x1b6),a36_0x2ba210[a36_0x4eb622(0x1b2)]=a36_0x4eb622(0x1b2),a36_0x2ba210[a36_0x4eb622(0x1a9)]=a36_0x4eb622(0x1a9);const LOG_LEVELS=a36_0x2ba210;function a36_0x20c1(_0x5607fa,_0xfa6854){const _0x22879e=a36_0x2287();return a36_0x20c1=function(_0x20c1dc,_0x6e853){_0x20c1dc=_0x20c1dc-0x1a3;let _0x52d625=_0x22879e[_0x20c1dc];return _0x52d625;},a36_0x20c1(_0x5607fa,_0xfa6854);}class logPatcher extends Transport{constructor(_0x2f09d7){super(_0x2f09d7);}[a36_0x4eb622(0x1a6)]=(_0xf85f57=LOG_LEVELS[a36_0x4eb622(0x1b4)],_0x272909=[''])=>{const _0x3100ba=a36_0x4eb622,_0x323454={};_0x323454[_0x3100ba(0x1c2)]=_0x3100ba(0x1bc);const _0x121e27=_0x323454;consoleHolder[_0xf85f57[_0x3100ba(0x1ba)]()](..._0x272909),process[_0x3100ba(0x1a7)](_0x3100ba(0x1b3)+process[_0x3100ba(0x1aa)],{'timestamp':new Date()[_0x3100ba(0x1c1)](),'level':_0xf85f57[_0x3100ba(0x1a3)](),'message':'\x22'+_0x272909[_0x3100ba(0x1b7)](',\x20')+'\x22','kind':_0x121e27[_0x3100ba(0x1c2)],'http_response':{}});};[a36_0x4eb622(0x1b8)]=(..._0x35ec9e)=>{const _0x3d4659=a36_0x4eb622;this[_0x3d4659(0x1a6)](LOG_LEVELS[_0x3d4659(0x1b2)],_0x35ec9e);};['debug']=(..._0x34d325)=>{const _0x1a0d67=a36_0x4eb622;this[_0x1a0d67(0x1a6)](LOG_LEVELS[_0x1a0d67(0x1b6)],_0x34d325);};[a36_0x4eb622(0x1ad)]=(..._0xd38bd7)=>{const _0x2c577c=a36_0x4eb622;this['logToTestOps'](LOG_LEVELS[_0x2c577c(0x1b4)],_0xd38bd7);};[a36_0x4eb622(0x1ae)]=(..._0x4a96a0)=>{const _0x462278=a36_0x4eb622;this['logToTestOps'](LOG_LEVELS[_0x462278(0x1a9)],_0x4a96a0);};[a36_0x4eb622(0x1a8)]=(..._0x52a61d)=>{const _0xb67b9b=a36_0x4eb622;this[_0xb67b9b(0x1a6)](LOG_LEVELS['ERROR'],_0x52a61d);};[a36_0x4eb622(0x1b0)]=(..._0x379ada)=>{const _0x73d520=a36_0x4eb622;this[_0x73d520(0x1a6)](LOG_LEVELS[_0x73d520(0x1b4)],_0x379ada);};};module[a36_0x4eb622(0x1bd)]=logPatcher;
1
+ const a36_0x21329c=a36_0x4e60;function a36_0x4e60(_0x4fc177,_0x239523){const _0x2b88d9=a36_0x2b88();return a36_0x4e60=function(_0x4e6026,_0x5af3f2){_0x4e6026=_0x4e6026-0x19a;let _0x2af744=_0x2b88d9[_0x4e6026];return _0x2af744;},a36_0x4e60(_0x4fc177,_0x239523);}(function(_0x7c386a,_0x57bd6c){const _0x590d8c=a36_0x4e60,_0x40072a=_0x7c386a();while(!![]){try{const _0x5450f8=-parseInt(_0x590d8c(0x1a2))/0x1*(-parseInt(_0x590d8c(0x1a1))/0x2)+parseInt(_0x590d8c(0x1a0))/0x3*(parseInt(_0x590d8c(0x1ad))/0x4)+-parseInt(_0x590d8c(0x1b0))/0x5*(parseInt(_0x590d8c(0x19b))/0x6)+-parseInt(_0x590d8c(0x1a8))/0x7*(parseInt(_0x590d8c(0x19e))/0x8)+parseInt(_0x590d8c(0x19a))/0x9*(-parseInt(_0x590d8c(0x1b7))/0xa)+parseInt(_0x590d8c(0x1a4))/0xb*(-parseInt(_0x590d8c(0x1bb))/0xc)+-parseInt(_0x590d8c(0x1b9))/0xd*(-parseInt(_0x590d8c(0x19d))/0xe);if(_0x5450f8===_0x57bd6c)break;else _0x40072a['push'](_0x40072a['shift']());}catch(_0x5686ea){_0x40072a['push'](_0x40072a['shift']());}}}(a36_0x2b88,0xee88b));const Transport=require('winston-transport'),{consoleHolder}=require(a36_0x21329c(0x1a3)),a36_0x464bd4={};a36_0x464bd4[a36_0x21329c(0x1ba)]='INFO',a36_0x464bd4[a36_0x21329c(0x1ac)]=a36_0x21329c(0x1ac),a36_0x464bd4[a36_0x21329c(0x1a7)]='DEBUG',a36_0x464bd4[a36_0x21329c(0x1b2)]=a36_0x21329c(0x1b2),a36_0x464bd4['WARN']='WARN';const LOG_LEVELS=a36_0x464bd4;class logPatcher extends Transport{constructor(_0x32b47e){super(_0x32b47e);}['logToTestOps']=(_0x2a331e=LOG_LEVELS['INFO'],_0x3dac22=[''])=>{const _0x4c4605=a36_0x21329c,_0x4a9c9c={};_0x4a9c9c['rIiyD']=_0x4c4605(0x1b6);const _0x2681e2=_0x4a9c9c;consoleHolder[_0x2a331e[_0x4c4605(0x1b8)]()](..._0x3dac22),process['emit'](_0x4c4605(0x1b4)+process[_0x4c4605(0x1aa)],{'timestamp':new Date()[_0x4c4605(0x1b3)](),'level':_0x2a331e[_0x4c4605(0x1af)](),'message':'\x22'+_0x3dac22[_0x4c4605(0x1a5)](',\x20')+'\x22','kind':_0x2681e2[_0x4c4605(0x1a9)],'http_response':{}});};[a36_0x21329c(0x19c)]=(..._0x2d9873)=>{const _0x38f7a1=a36_0x21329c;this[_0x38f7a1(0x19f)](LOG_LEVELS[_0x38f7a1(0x1b2)],_0x2d9873);};[a36_0x21329c(0x1b1)]=(..._0x3011e5)=>{const _0x51c981=a36_0x21329c;this['logToTestOps'](LOG_LEVELS[_0x51c981(0x1a7)],_0x3011e5);};['info']=(..._0x20f3d2)=>{const _0x299541=a36_0x21329c;this[_0x299541(0x19f)](LOG_LEVELS['INFO'],_0x20f3d2);};[a36_0x21329c(0x1b5)]=(..._0x5d08f0)=>{const _0x2bb2ad=a36_0x21329c;this[_0x2bb2ad(0x19f)](LOG_LEVELS['WARN'],_0x5d08f0);};[a36_0x21329c(0x1ab)]=(..._0x236570)=>{const _0x5ac73a=a36_0x21329c;this[_0x5ac73a(0x19f)](LOG_LEVELS[_0x5ac73a(0x1ac)],_0x236570);};[a36_0x21329c(0x1a6)]=(..._0xfcae3b)=>{const _0x3620b9=a36_0x21329c;this[_0x3620b9(0x19f)](LOG_LEVELS[_0x3620b9(0x1ba)],_0xfcae3b);};}function a36_0x2b88(){const _0x3c96de=['join','log','DEBUG','35jfOJux','rIiyD','pid','error','ERROR','28UuTtQQ','exports','toUpperCase','3378215pAbONC','debug','TRACE','toISOString','bs:addLog:','warn','TEST_LOG','673120uOUYEg','toLowerCase','47086637qQSbkI','INFO','95412aGeyuz','54zslxCP','6CHvCBk','trace','14gtRslR','1268584gsFwCi','logToTestOps','6792hnXPlO','42nMIzbz','25304VXoXPf','../../helpers/test-observability/constants','1826srItwp'];a36_0x2b88=function(){return _0x3c96de;};return a36_0x2b88();};module[a36_0x21329c(0x1ae)]=logPatcher;
@@ -1 +1 @@
1
- const a37_0x4f29a7=a37_0x5038;(function(_0x383ef3,_0xb11743){const _0x4be55e=a37_0x5038,_0x18e3ef=_0x383ef3();while(!![]){try{const _0x450e4b=parseInt(_0x4be55e(0x150))/0x1+-parseInt(_0x4be55e(0x163))/0x2*(parseInt(_0x4be55e(0x161))/0x3)+-parseInt(_0x4be55e(0x15a))/0x4*(-parseInt(_0x4be55e(0x15b))/0x5)+parseInt(_0x4be55e(0x13e))/0x6*(parseInt(_0x4be55e(0x156))/0x7)+-parseInt(_0x4be55e(0x13a))/0x8+-parseInt(_0x4be55e(0x13f))/0x9+-parseInt(_0x4be55e(0x143))/0xa;if(_0x450e4b===_0xb11743)break;else _0x18e3ef['push'](_0x18e3ef['shift']());}catch(_0x23f009){_0x18e3ef['push'](_0x18e3ef['shift']());}}}(a37_0x328a,0x61dc2));function a37_0x5038(_0x2ec220,_0x1f137a){const _0x328a64=a37_0x328a();return a37_0x5038=function(_0x5038f4,_0xaeed96){_0x5038f4=_0x5038f4-0x137;let _0x1f7de9=_0x328a64[_0x5038f4];return _0x1f7de9;},a37_0x5038(_0x2ec220,_0x1f137a);}const Transport=require(a37_0x4f29a7(0x142)),{consoleHolder}=require('../../helpers/test-observability/constants'),a37_0x595e61={};function a37_0x328a(){const _0x3207c1=['DEBUG','WZMDs','719548dxoMJU','10CinMqc','Ivuqc','bs:addLog:','toISOString','log','fLfxG','933PaGOWu','WXnRk','1742eARtBX','EfGAP','exports','error','RaDPV','2570824stxWxZ','pid','logToTestOps','level','36jHyTXd','5078457mxbcZE','Omnob','ybvYk','winston-transport','754010yjXjSq','TRACE','emit','INFO','logged','pDjjx','warn','pnWCY','FJUtR','object','message','WARN','KdvAM','499550zwziMv','debug','MctwG','ERROR','trace','info','902321PaZotT','toLowerCase'];a37_0x328a=function(){return _0x3207c1;};return a37_0x328a();}a37_0x595e61[a37_0x4f29a7(0x146)]=a37_0x4f29a7(0x146),a37_0x595e61[a37_0x4f29a7(0x153)]='ERROR',a37_0x595e61[a37_0x4f29a7(0x158)]=a37_0x4f29a7(0x158),a37_0x595e61[a37_0x4f29a7(0x144)]='TRACE',a37_0x595e61[a37_0x4f29a7(0x14e)]=a37_0x4f29a7(0x14e);const LOG_LEVELS=a37_0x595e61;class logReportingAPI extends Transport{constructor(_0x4659f7){super(_0x4659f7);}[a37_0x4f29a7(0x15f)](_0x22360e,_0x3fc47b){const _0x1a7726=a37_0x4f29a7,_0x18a41d={'ybvYk':function(_0x408f24,_0x8fe671){return _0x408f24===_0x8fe671;},'pDjjx':_0x1a7726(0x14b),'EfGAP':_0x1a7726(0x140),'fLfxG':_0x1a7726(0x147),'obwfM':function(_0x191317,_0x2e40f6){return _0x191317(_0x2e40f6);},'RaDPV':function(_0x51ea0c,_0x30f4a8){return _0x51ea0c===_0x30f4a8;},'imXaA':_0x1a7726(0x14c),'MctwG':function(_0x3daa61,_0x269f2a){return _0x3daa61!==_0x269f2a;},'KdvAM':_0x1a7726(0x15c),'WZMDs':'HqIXb','WXnRk':function(_0x4bcccd){return _0x4bcccd();}};_0x18a41d['obwfM'](setImmediate,()=>{const _0x43bf03=_0x1a7726;_0x18a41d[_0x43bf03(0x141)](_0x18a41d[_0x43bf03(0x148)],_0x18a41d[_0x43bf03(0x164)])?this[_0x43bf03(0x13c)](_0x38282e['INFO'],_0x41930c):this[_0x43bf03(0x145)](_0x18a41d[_0x43bf03(0x160)],_0x22360e);});_0x18a41d[_0x1a7726(0x139)](typeof _0x22360e,_0x18a41d['imXaA'])?_0x18a41d[_0x1a7726(0x152)](_0x18a41d[_0x1a7726(0x14f)],_0x18a41d[_0x1a7726(0x14f)])?this[_0x1a7726(0x145)](_0x18a41d['fLfxG'],_0x8fdb46):this[_0x1a7726(0x13c)](_0x22360e[_0x1a7726(0x13d)]||LOG_LEVELS[_0x1a7726(0x146)],_0x22360e[_0x1a7726(0x14d)],![]):_0x18a41d['ybvYk'](_0x18a41d[_0x1a7726(0x159)],_0x18a41d['WZMDs'])?this[_0x1a7726(0x13c)](LOG_LEVELS['INFO'],_0x22360e):this[_0x1a7726(0x13c)](_0x3d316e[_0x1a7726(0x158)],_0x39f7b4);if(_0x3fc47b)_0x18a41d[_0x1a7726(0x162)](_0x3fc47b);}[a37_0x4f29a7(0x13c)]=(_0x5d0850=LOG_LEVELS[a37_0x4f29a7(0x146)],_0x3a8b0b='',_0x4c0741=!![])=>{const _0xe62ecc=a37_0x4f29a7,_0x16a116={};_0x16a116[_0xe62ecc(0x14a)]='TEST_LOG';const _0x109d08=_0x16a116;if(_0x4c0741)consoleHolder[_0x5d0850[_0xe62ecc(0x157)]()](_0x3a8b0b);process[_0xe62ecc(0x145)](_0xe62ecc(0x15d)+process[_0xe62ecc(0x13b)],{'timestamp':new Date()[_0xe62ecc(0x15e)](),'level':_0x5d0850['toUpperCase'](),'message':_0x3a8b0b,'kind':_0x109d08[_0xe62ecc(0x14a)],'http_response':{}});};[a37_0x4f29a7(0x154)]=(_0x468398,_0x16ad44)=>{const _0x5e9f16=a37_0x4f29a7;this[_0x5e9f16(0x13c)](LOG_LEVELS[_0x5e9f16(0x144)],_0x468398);};[a37_0x4f29a7(0x151)]=(_0x4a3ccb,_0x4d9fb7)=>{const _0x4c3893=a37_0x4f29a7;this[_0x4c3893(0x13c)](LOG_LEVELS[_0x4c3893(0x158)],_0x4a3ccb);};[a37_0x4f29a7(0x155)]=(_0x183ed0,_0x2df26d)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x183ed0);};[a37_0x4f29a7(0x149)]=(_0x13ef4d,_0x47a37c)=>{const _0xb22c40=a37_0x4f29a7;this[_0xb22c40(0x13c)](LOG_LEVELS[_0xb22c40(0x14e)],_0x13ef4d);};[a37_0x4f29a7(0x138)]=(_0x2c16b3,_0x44edde)=>{const _0x4cdfef=a37_0x4f29a7;this[_0x4cdfef(0x13c)](LOG_LEVELS[_0x4cdfef(0x153)],_0x2c16b3);};};module[a37_0x4f29a7(0x137)]=logReportingAPI;
1
+ const a37_0x575dcb=a37_0x156c;function a37_0x3977(){const _0xe24ec4=['31194vLaDVO','error','toLowerCase','BufPj','1408WLCaGw','LqGux','1584525cCufoJ','vhpVB','warn','DEBUG','JGkOW','oUywk','jmTNX','logged','../../helpers/test-observability/constants','TRACE','HGdTl','debug','ERROR','gtudV','INFO','12437560NgLuNM','winston-transport','bs:addLog:','logToTestOps','WARN','wCBKB','TEST_LOG','654YHbzfd','94bmNamd','pid','trace','toISOString','ycgtZ','level','1484pLiatv','info','21678VCXlHY','5634175bcSONs','rCBuD','XKWvb','toUpperCase','465832CvwsPN','emit'];a37_0x3977=function(){return _0xe24ec4;};return a37_0x3977();}(function(_0x1da21f,_0x215828){const _0x29fc67=a37_0x156c,_0x12b20c=_0x1da21f();while(!![]){try{const _0x2cc30c=parseInt(_0x29fc67(0xb6))/0x1*(-parseInt(_0x29fc67(0xb5))/0x2)+parseInt(_0x29fc67(0x9f))/0x3+parseInt(_0x29fc67(0x97))/0x4+parseInt(_0x29fc67(0x93))/0x5+parseInt(_0x29fc67(0xbe))/0x6*(parseInt(_0x29fc67(0xbc))/0x7)+parseInt(_0x29fc67(0x9d))/0x8*(-parseInt(_0x29fc67(0x99))/0x9)+-parseInt(_0x29fc67(0xae))/0xa;if(_0x2cc30c===_0x215828)break;else _0x12b20c['push'](_0x12b20c['shift']());}catch(_0x838abd){_0x12b20c['push'](_0x12b20c['shift']());}}}(a37_0x3977,0x9f672));const Transport=require(a37_0x575dcb(0xaf)),{consoleHolder}=require(a37_0x575dcb(0xa7)),a37_0x182f3e={};a37_0x182f3e[a37_0x575dcb(0xad)]=a37_0x575dcb(0xad),a37_0x182f3e[a37_0x575dcb(0xab)]=a37_0x575dcb(0xab),a37_0x182f3e[a37_0x575dcb(0xa2)]=a37_0x575dcb(0xa2),a37_0x182f3e['TRACE']=a37_0x575dcb(0xa8),a37_0x182f3e[a37_0x575dcb(0xb2)]=a37_0x575dcb(0xb2);const LOG_LEVELS=a37_0x182f3e;class logReportingAPI extends Transport{constructor(_0x137812){super(_0x137812);}['log'](_0x5b5608,_0x53c08e){const _0x399484=a37_0x575dcb,_0x4aae59={'rCBuD':function(_0x3d0fe3,_0x15023c){return _0x3d0fe3!==_0x15023c;},'QIMwt':_0x399484(0xb3),'oUywk':'dTQKI','gtudV':_0x399484(0xa6),'BufPj':function(_0x20c6b2,_0x106fba){return _0x20c6b2(_0x106fba);},'XKWvb':function(_0x2e2ec8,_0x4d286b){return _0x2e2ec8===_0x4d286b;},'dsZjt':'object','JGkOW':_0x399484(0xa9),'ycgtZ':function(_0x293516,_0x3ac2a8){return _0x293516===_0x3ac2a8;},'vhpVB':'YVuzV','jmTNX':function(_0x2bb29d){return _0x2bb29d();}};_0x4aae59[_0x399484(0x9c)](setImmediate,()=>{const _0x2965d9=_0x399484;_0x4aae59[_0x2965d9(0x94)](_0x4aae59['QIMwt'],_0x4aae59[_0x2965d9(0xa4)])?this[_0x2965d9(0x98)](_0x4aae59[_0x2965d9(0xac)],_0x5b5608):this[_0x2965d9(0xb1)](_0x255a99[_0x2965d9(0xa2)],_0x2327c8);});_0x4aae59['XKWvb'](typeof _0x5b5608,_0x4aae59['dsZjt'])?_0x4aae59[_0x399484(0x95)](_0x4aae59['JGkOW'],_0x4aae59[_0x399484(0xa3)])?this[_0x399484(0xb1)](_0x5b5608[_0x399484(0xbb)]||LOG_LEVELS[_0x399484(0xad)],_0x5b5608['message'],![]):this['logToTestOps'](_0x15cf8b['TRACE'],_0x404bbf):_0x4aae59[_0x399484(0xba)](_0x4aae59[_0x399484(0xa0)],_0x4aae59['vhpVB'])?this['logToTestOps'](LOG_LEVELS['INFO'],_0x5b5608):this['emit'](_0x4aae59[_0x399484(0xac)],_0x3f6dfa);if(_0x53c08e)_0x4aae59[_0x399484(0xa5)](_0x53c08e);}['logToTestOps']=(_0x196649=LOG_LEVELS[a37_0x575dcb(0xad)],_0x2a367a='',_0x1b61a8=!![])=>{const _0xde0d25=a37_0x575dcb,_0x42d31f={};_0x42d31f[_0xde0d25(0x9e)]=_0xde0d25(0xb4);const _0x283b8c=_0x42d31f;if(_0x1b61a8)consoleHolder[_0x196649[_0xde0d25(0x9b)]()](_0x2a367a);process[_0xde0d25(0x98)](_0xde0d25(0xb0)+process[_0xde0d25(0xb7)],{'timestamp':new Date()[_0xde0d25(0xb9)](),'level':_0x196649[_0xde0d25(0x96)](),'message':_0x2a367a,'kind':_0x283b8c[_0xde0d25(0x9e)],'http_response':{}});};[a37_0x575dcb(0xb8)]=(_0x4e564c,_0x2c2cb2)=>{const _0x38fea6=a37_0x575dcb;this[_0x38fea6(0xb1)](LOG_LEVELS[_0x38fea6(0xa8)],_0x4e564c);};[a37_0x575dcb(0xaa)]=(_0x5f24aa,_0x547e04)=>{const _0xf4a74b=a37_0x575dcb;this[_0xf4a74b(0xb1)](LOG_LEVELS[_0xf4a74b(0xa2)],_0x5f24aa);};[a37_0x575dcb(0xbd)]=(_0x13c5cd,_0x2c8925)=>{const _0x414351=a37_0x575dcb;this['logToTestOps'](LOG_LEVELS[_0x414351(0xad)],_0x13c5cd);};[a37_0x575dcb(0xa1)]=(_0x3c8fcb,_0x3221a7)=>{const _0x5f04d2=a37_0x575dcb;this[_0x5f04d2(0xb1)](LOG_LEVELS['WARN'],_0x3c8fcb);};[a37_0x575dcb(0x9a)]=(_0x5d474b,_0x4b4195)=>{const _0x3655a3=a37_0x575dcb;this[_0x3655a3(0xb1)](LOG_LEVELS[_0x3655a3(0xab)],_0x5d474b);};}function a37_0x156c(_0x4e6ad4,_0x3b73a9){const _0x397772=a37_0x3977();return a37_0x156c=function(_0x156c7c,_0x507250){_0x156c7c=_0x156c7c-0x93;let _0xcdfb94=_0x397772[_0x156c7c];return _0xcdfb94;},a37_0x156c(_0x4e6ad4,_0x3b73a9);};module['exports']=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a38_0x3410(){const _0x35e720=['push','QjbUK','../../helpers/helper','exports','vanilla','server','sQFDS','zQANv','../utils/constants','IkeUg','CYtlh','CQRpA','cwd','324223ARZwSU','1935534mudvqy','join','ysMtM','configuration','bICZr','initialize','39222TTkJIb','aHkhJ','finally','164fwqCsV','existsSync','stRsL','parallelsPerPlatform','finalExecution','getPlatformName','modifyBrowserStackW3CCaps','modifyBrowserStackCaps','cEzrB','hubUrl','cyuvo','then','File\x20','1948622bxnlvh','SYaCB','length','hGlfD','7145660TZTLea','handleApp','1784HljKmy','aNZsi','GcOic','platforms','iEMuM','path','proxySettings','twSAP','file','72680evDPVN','forEach','EbAHc','VKCFt','DSLHf','args','7tNRlhN','bsqdl','DQfYq','OdVZa','useW3C','config','11itRmcD','1293105dUrrMQ'];a38_0x3410=function(){return _0x35e720;};return a38_0x3410();}const a38_0x583e04=a38_0x1d87;(function(_0x1b5b03,_0x38d192){const _0x561842=a38_0x1d87,_0x473e8d=_0x1b5b03();while(!![]){try{const _0x3799d9=-parseInt(_0x561842(0xef))/0x1+-parseInt(_0x561842(0x106))/0x2+parseInt(_0x561842(0xe1))/0x3+-parseInt(_0x561842(0xf9))/0x4*(parseInt(_0x561842(0x115))/0x5)+-parseInt(_0x561842(0xf0))/0x6*(-parseInt(_0x561842(0x11b))/0x7)+parseInt(_0x561842(0x10c))/0x8*(parseInt(_0x561842(0xf6))/0x9)+-parseInt(_0x561842(0x10a))/0xa*(-parseInt(_0x561842(0xe0))/0xb);if(_0x3799d9===_0x38d192)break;else _0x473e8d['push'](_0x473e8d['shift']());}catch(_0x47cac2){_0x473e8d['push'](_0x473e8d['shift']());}}}(a38_0x3410,0x852ea));const fs=require('fs'),path=require(a38_0x583e04(0x111)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a38_0x583e04(0xe4)),constants=require(a38_0x583e04(0xea)),{parallelVanillaRun}=require('../test-runner');function a38_0x1d87(_0x2c3b13,_0x5c44e8){const _0x341068=a38_0x3410();return a38_0x1d87=function(_0x1d87f7,_0x41d7c0){_0x1d87f7=_0x1d87f7-0xde;let _0x97e186=_0x341068[_0x1d87f7];return _0x97e186;},a38_0x1d87(_0x2c3b13,_0x5c44e8);}async function run(_0x3b14e5,_0x3b66f7){const _0x215b26=a38_0x583e04,_0x5d8a31={'DSLHf':_0x215b26(0xe6),'cyuvo':function(_0x113a5c,_0x218ba6){return _0x113a5c===_0x218ba6;},'SYaCB':_0x215b26(0xf7),'JrrRB':function(_0x48b65a,_0x3ff5c3){return _0x48b65a!==_0x3ff5c3;},'EjGnl':_0x215b26(0x113),'bICZr':'zsgpD','OdVZa':function(_0x3ea06f,_0x5c05fe){return _0x3ea06f(_0x5c05fe);},'aNZsi':'File\x20path\x20is\x20required','IkeUg':function(_0x36ff49,_0x5a2e24){return _0x36ff49(_0x5a2e24);},'ysMtM':function(_0x4b564c,_0x23053b){return _0x4b564c(_0x23053b);},'XDmXj':'Config\x20yml\x20is\x20required','iEMuM':function(_0x324ef1,_0x38dc84){return _0x324ef1>_0x38dc84;},'VKCFt':function(_0x1e26a6,_0x10b6cb){return _0x1e26a6!==_0x10b6cb;},'bsqdl':_0x215b26(0x10e),'zQANv':_0x215b26(0x101),'sQFDS':'CnkQX','EbAHc':_0x215b26(0xed),'CYtlh':function(_0x4d8945,_0x3e7229){return _0x4d8945*_0x3e7229;},'stRsL':function(_0x22a8b6,_0x28cd6b,_0x5168bc){return _0x22a8b6(_0x28cd6b,_0x5168bc);}},_0x2c1668=new BrowserStackSetup(_0x3b14e5,_0x5d8a31[_0x215b26(0x119)]);await _0x2c1668[_0x215b26(0xf5)](),await helper[_0x215b26(0x10b)](_0x2c1668[_0x215b26(0xdf)]);let _0xe9e1d4=[];if(helper['isUndefined'](_0x3b14e5['_'][0x1]))throw _0x5d8a31[_0x215b26(0x11e)](Error,_0x5d8a31[_0x215b26(0x10d)]);const _0x48fd93=path[_0x215b26(0xf1)](process[_0x215b26(0xee)](),_0x3b14e5['_'][0x1]);if(!fs[_0x215b26(0xfa)](_0x48fd93))throw _0x5d8a31[_0x215b26(0xeb)](Error,_0x215b26(0x105)+_0x3b14e5['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x2c1668['config'])throw _0x5d8a31[_0x215b26(0xf2)](Error,_0x5d8a31['XDmXj']);let _0x56f33e=helper[_0x215b26(0xde)](_0x2c1668['config']);_0x2c1668['config'][_0x215b26(0x10f)]&&_0x5d8a31[_0x215b26(0x110)](_0x2c1668[_0x215b26(0xdf)]['platforms'][_0x215b26(0x108)],0x0)&&(_0x5d8a31[_0x215b26(0x118)](_0x5d8a31['bsqdl'],_0x5d8a31[_0x215b26(0x11c)])?_0x5e3a3b[_0x215b26(0x116)](_0x4c40e4=>{const _0x386b2f=_0x215b26;_0x55c5e2={'server':_0x8b7564[_0x386b2f(0x102)],'proxySettings':_0x1ca5f7[_0x386b2f(0xdf)][_0x386b2f(0x112)],'platform':_0x3145ce[_0x386b2f(0xfe)](_0x4c40e4)};const _0x42d99c={'capability':_0x4c40e4,..._0x537e07};_0x42d99c[_0x386b2f(0x114)]=_0x51d1af,_0x42d99c['args']=_0x2bc552;const _0x161588={};_0x161588[_0x386b2f(0xf3)]=_0x42d99c,_0x2df327=_0x161588,_0x4dd293[_0x386b2f(0xe2)](_0x431384);}):_0x2c1668[_0x215b26(0xdf)][_0x215b26(0x10f)]['forEach']((_0x1dd697,_0x2b05d7)=>{const _0x3d7879=_0x215b26,_0x5679d8={};_0x5679d8[_0x3d7879(0x109)]=_0x5d8a31['DSLHf'];const _0x25f3e4=_0x5679d8;if(_0x5d8a31[_0x3d7879(0x103)](_0x5d8a31[_0x3d7879(0x107)],_0x5d8a31[_0x3d7879(0x107)])){if(_0x56f33e)_0xe9e1d4['push'](helper[_0x3d7879(0xff)](_0x2c1668[_0x3d7879(0xdf)],_0x5d8a31[_0x3d7879(0x119)],_0x2b05d7));else _0xe9e1d4[_0x3d7879(0xe2)](helper[_0x3d7879(0x100)](_0x2c1668[_0x3d7879(0xdf)],_0x5d8a31[_0x3d7879(0x119)],_0x2b05d7));}else{if(_0x3cb59f)_0x1ce358[_0x3d7879(0xe2)](_0x1d079b[_0x3d7879(0xff)](_0x6eee38[_0x3d7879(0xdf)],_0x25f3e4[_0x3d7879(0x109)],_0x536495));else _0xd061be[_0x3d7879(0xe2)](_0x218ea3[_0x3d7879(0x100)](_0x46a572['config'],_0x25f3e4[_0x3d7879(0x109)],_0x1b0490));}}));let _0x3327f4,_0x1b967b;const _0x5bffe2=[];if(_0x5d8a31[_0x215b26(0x110)](_0xe9e1d4['length'],0x0)){if(_0x5d8a31[_0x215b26(0x118)](_0x5d8a31[_0x215b26(0xe9)],_0x5d8a31[_0x215b26(0xe9)])){_0x5ad02d={'server':_0x55fe47[_0x215b26(0x102)],'proxySettings':_0x346a48[_0x215b26(0xdf)][_0x215b26(0x112)],'platform':_0x545ce3[_0x215b26(0xfe)](_0x4cc9b7)};const _0x3d4f45={'capability':_0x39c2a9,..._0x4cd046};_0x3d4f45[_0x215b26(0x114)]=_0x4cbd02,_0x3d4f45[_0x215b26(0x11a)]=_0x48ce53;const _0x2534ae={};_0x2534ae['configuration']=_0x3d4f45,_0x24919f=_0x2534ae,_0x119438['push'](_0x5e0682);}else _0xe9e1d4[_0x215b26(0x116)](_0x2dde2b=>{const _0x352653=_0x215b26,_0x877f68={};_0x877f68['QjbUK']=_0x5d8a31[_0x352653(0x119)];const _0x48db6f=_0x877f68;if(_0x5d8a31['JrrRB'](_0x5d8a31['EjGnl'],_0x5d8a31[_0x352653(0xf4)])){_0x3327f4={'server':constants[_0x352653(0x102)],'proxySettings':_0x2c1668[_0x352653(0xdf)][_0x352653(0x112)],'platform':helper[_0x352653(0xfe)](_0x2dde2b)};const _0x3dd071={'capability':_0x2dde2b,..._0x3327f4};_0x3dd071[_0x352653(0x114)]=_0x48fd93,_0x3dd071[_0x352653(0x11a)]=_0x3b66f7;const _0x36f5d0={};_0x36f5d0['configuration']=_0x3dd071,_0x1b967b=_0x36f5d0,_0x5bffe2[_0x352653(0xe2)](_0x1b967b);}else{let _0x1bad05;if(_0x49d252)_0x1bad05=_0x523433[_0x352653(0xff)](_0x2e6f4a['config'],_0x48db6f[_0x352653(0xe3)],0x0);else _0x1bad05=_0x5c81b9['modifyBrowserStackCaps'](_0x5f4ea3[_0x352653(0xdf)],_0x48db6f[_0x352653(0xe3)],0x0);const _0x307ba4={};_0x307ba4[_0x352653(0xe7)]=_0x243823['hubUrl'],_0x307ba4[_0x352653(0x112)]=_0x5539e9['config'][_0x352653(0x112)],_0x5d543a=_0x307ba4;const _0x3f6e7b={'capability':_0x1bad05,..._0x2ab0bd};_0x3f6e7b['file']=_0x219c56,_0x3f6e7b[_0x352653(0x11a)]=_0x1d0ae8;const _0x350beb={};_0x350beb[_0x352653(0xf3)]=_0x3f6e7b,_0x47aa80=_0x350beb,_0x322838[_0x352653(0xe2)](_0x1078fc);}});}else{if(_0x5d8a31[_0x215b26(0x118)](_0x5d8a31[_0x215b26(0xe8)],_0x5d8a31[_0x215b26(0x117)])){let _0x510753;if(_0x56f33e)_0x510753=helper[_0x215b26(0xff)](_0x2c1668['config'],_0x5d8a31[_0x215b26(0x119)],0x0);else _0x510753=helper['modifyBrowserStackCaps'](_0x2c1668[_0x215b26(0xdf)],_0x5d8a31[_0x215b26(0x119)],0x0);const _0x3e63b8={};_0x3e63b8[_0x215b26(0xe7)]=constants['hubUrl'],_0x3e63b8['proxySettings']=_0x2c1668[_0x215b26(0xdf)][_0x215b26(0x112)],_0x3327f4=_0x3e63b8;const _0x286f24={'capability':_0x510753,..._0x3327f4};_0x286f24[_0x215b26(0x114)]=_0x48fd93,_0x286f24[_0x215b26(0x11a)]=_0x3b66f7;const _0xebc922={};_0xebc922[_0x215b26(0xf3)]=_0x286f24,_0x1b967b=_0xebc922,_0x5bffe2['push'](_0x1b967b);}else{const _0x40c513={};_0x40c513['DQfYq']=_0x5d8a31[_0x215b26(0x119)];const _0x15f3e3=_0x40c513;_0x290340[_0x215b26(0xdf)][_0x215b26(0x10f)][_0x215b26(0x116)]((_0x2d7f84,_0x260154)=>{const _0x59a2a5=_0x215b26;if(_0x55af3a)_0x40984a[_0x59a2a5(0xe2)](_0x584de0[_0x59a2a5(0xff)](_0x447feb['config'],_0x15f3e3['DQfYq'],_0x260154));else _0xaad8cf['push'](_0x50c7ff[_0x59a2a5(0x100)](_0x57b056[_0x59a2a5(0xdf)],_0x15f3e3[_0x59a2a5(0x11d)],_0x260154));});}}const _0x3b2b7f=_0x5d8a31[_0x215b26(0xec)](_0x2c1668['config'][_0x215b26(0x10f)][_0x215b26(0x108)]||0x1,_0x2c1668[_0x215b26(0xdf)][_0x215b26(0xfc)]);_0x5d8a31[_0x215b26(0xfb)](parallelVanillaRun,_0x5bffe2,_0x3b2b7f)[_0x215b26(0x104)](_0x236850=>{})[_0x215b26(0xf8)](async()=>{const _0x56a18e=_0x215b26;await helper[_0x56a18e(0xfd)](_0x2c1668);});}module[a38_0x583e04(0xe5)]=run;
2
+ 'use strict';const a38_0xa16dcc=a38_0x4e49;(function(_0x531590,_0x40e362){const _0x28c00c=a38_0x4e49,_0x464916=_0x531590();while(!![]){try{const _0x183cb4=-parseInt(_0x28c00c(0x1a4))/0x1*(parseInt(_0x28c00c(0x1a1))/0x2)+-parseInt(_0x28c00c(0x199))/0x3+parseInt(_0x28c00c(0x18e))/0x4*(parseInt(_0x28c00c(0x1ba))/0x5)+-parseInt(_0x28c00c(0x191))/0x6*(-parseInt(_0x28c00c(0x19f))/0x7)+parseInt(_0x28c00c(0x188))/0x8+parseInt(_0x28c00c(0x195))/0x9*(parseInt(_0x28c00c(0x196))/0xa)+parseInt(_0x28c00c(0x189))/0xb;if(_0x183cb4===_0x40e362)break;else _0x464916['push'](_0x464916['shift']());}catch(_0xf48b2a){_0x464916['push'](_0x464916['shift']());}}}(a38_0x4fd5,0x3198c));function a38_0x4fd5(){const _0x14fb50=['1173240RNqxNq','path','OTkat','../../helpers/helper','finally','File\x20path\x20is\x20required','7EwGGcW','tcowP','898MgXYfd','xWjwt','nFDvQ','353YKdoKR','platforms','then','MUYRK','args','iFKVJ','modifyBrowserStackCaps','getPlatformName','join','forEach','isUndefined','\x20doesn\x27t\x20exist','HaaQk','luuFD','proxySettings','useW3C','length','thQzL','modifyBrowserStackW3CCaps','ruAGn','CWfYq','push','5CwBIJR','file','server','configuration','exports','../../helpers/BrowserStackSetup','KYATs','qsLoE','TJrsX','Config\x20yml\x20is\x20required','541288LYIbuu','784839XOUyWC','IqWnu','qCdeK','DqzDA','hubUrl','1048676qTfbqJ','initialize','FQCKL','825498abhzOw','vanilla','config','JlxuV','8793hURkcO','2190NmKZza','NxJlR','GMrqi'];a38_0x4fd5=function(){return _0x14fb50;};return a38_0x4fd5();}const fs=require('fs'),path=require(a38_0xa16dcc(0x19a)),{default:BrowserStackSetup}=require(a38_0xa16dcc(0x183)),helper=require(a38_0xa16dcc(0x19c)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');function a38_0x4e49(_0x290b54,_0x255193){const _0x4fd516=a38_0x4fd5();return a38_0x4e49=function(_0x4e49f4,_0x6934ac){_0x4e49f4=_0x4e49f4-0x181;let _0x2a2a1d=_0x4fd516[_0x4e49f4];return _0x2a2a1d;},a38_0x4e49(_0x290b54,_0x255193);}async function run(_0x21f6bf,_0x28cb8c){const _0x2b753d=a38_0xa16dcc,_0x406bb1={'thQzL':_0x2b753d(0x192),'MUYRK':function(_0x2b2c2f,_0x3d74b5){return _0x2b2c2f===_0x3d74b5;},'ewhOv':_0x2b753d(0x1a2),'qCdeK':_0x2b753d(0x194),'NxJlR':_0x2b753d(0x1a9),'qsLoE':function(_0x488c54,_0x36c70d){return _0x488c54(_0x36c70d);},'DqzDA':_0x2b753d(0x19e),'GjyPP':function(_0x364d0b,_0x40dcb0){return _0x364d0b(_0x40dcb0);},'CWfYq':function(_0x28acbe,_0x1a931c){return _0x28acbe(_0x1a931c);},'iwGgk':_0x2b753d(0x187),'FQCKL':function(_0x5395e0,_0x3d26ed){return _0x5395e0>_0x3d26ed;},'luuFD':function(_0x589de4,_0x314510){return _0x589de4===_0x314510;},'GMrqi':'FbSIR','nVpcG':_0x2b753d(0x184),'MuqJd':function(_0x256884,_0x3fa25d){return _0x256884!==_0x3fa25d;},'TJrsX':_0x2b753d(0x18a),'ruAGn':_0x2b753d(0x19b),'nFDvQ':function(_0x20d00b,_0x44adc5){return _0x20d00b*_0x44adc5;},'tcowP':function(_0x2fb2d0,_0x5bec75,_0x54a145){return _0x2fb2d0(_0x5bec75,_0x54a145);}},_0x65a20=new BrowserStackSetup(_0x21f6bf,_0x406bb1[_0x2b753d(0x1b5)]);await _0x65a20[_0x2b753d(0x18f)](),await helper['handleApp'](_0x65a20[_0x2b753d(0x193)]);let _0x48537e=[];if(helper[_0x2b753d(0x1ae)](_0x21f6bf['_'][0x1]))throw _0x406bb1[_0x2b753d(0x185)](Error,_0x406bb1[_0x2b753d(0x18c)]);const _0xcb66cc=path[_0x2b753d(0x1ac)](process['cwd'](),_0x21f6bf['_'][0x1]);if(!fs['existsSync'](_0xcb66cc))throw _0x406bb1['GjyPP'](Error,'File\x20'+_0x21f6bf['_'][0x1]+_0x2b753d(0x1af));if(!_0x65a20['config'])throw _0x406bb1[_0x2b753d(0x1b8)](Error,_0x406bb1['iwGgk']);let _0x32fbcf=helper[_0x2b753d(0x1b3)](_0x65a20[_0x2b753d(0x193)]);if(_0x65a20[_0x2b753d(0x193)]['platforms']&&_0x406bb1[_0x2b753d(0x190)](_0x65a20[_0x2b753d(0x193)][_0x2b753d(0x1a5)][_0x2b753d(0x1b4)],0x0)){if(_0x406bb1[_0x2b753d(0x1b1)](_0x406bb1[_0x2b753d(0x198)],_0x406bb1['nVpcG'])){const _0x278d97={};_0x278d97[_0x2b753d(0x1b0)]=_0x406bb1[_0x2b753d(0x1b5)];const _0x2e938e=_0x278d97;_0x562c0b[_0x2b753d(0x193)]['platforms'][_0x2b753d(0x1ad)]((_0x11e615,_0x44ef5d)=>{const _0x4edbeb=_0x2b753d;if(_0x50e69b)_0x1c807f[_0x4edbeb(0x1b9)](_0x4f2820[_0x4edbeb(0x1b6)](_0x2ae54f[_0x4edbeb(0x193)],_0x2e938e[_0x4edbeb(0x1b0)],_0x44ef5d));else _0x542b3e['push'](_0x2348c4[_0x4edbeb(0x1aa)](_0x6c6e46[_0x4edbeb(0x193)],_0x2e938e[_0x4edbeb(0x1b0)],_0x44ef5d));});}else _0x65a20[_0x2b753d(0x193)][_0x2b753d(0x1a5)][_0x2b753d(0x1ad)]((_0x12761e,_0x43104f)=>{const _0x1510cb=_0x2b753d;if(_0x406bb1[_0x1510cb(0x1a7)](_0x406bb1['ewhOv'],_0x406bb1[_0x1510cb(0x18b)])){if(_0x5c5672)_0x394fc7[_0x1510cb(0x1b9)](_0x1bb708[_0x1510cb(0x1b6)](_0x1c7f68[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x2c0c0a));else _0x42bf04['push'](_0xd675cd[_0x1510cb(0x1aa)](_0x2750a6[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x6c3a28));}else{if(_0x32fbcf)_0x48537e['push'](helper[_0x1510cb(0x1b6)](_0x65a20[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x43104f));else _0x48537e[_0x1510cb(0x1b9)](helper[_0x1510cb(0x1aa)](_0x65a20[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x43104f));}});}let _0x5b8b61,_0x21ede0;const _0x5758ca=[];if(_0x406bb1[_0x2b753d(0x190)](_0x48537e[_0x2b753d(0x1b4)],0x0))_0x406bb1['MuqJd'](_0x406bb1[_0x2b753d(0x186)],_0x406bb1[_0x2b753d(0x186)])?_0x37b79c[_0x2b753d(0x1ad)](_0x329192=>{const _0x4e8e16=_0x2b753d;_0x5eb40b={'server':_0x3ae271[_0x4e8e16(0x18d)],'proxySettings':_0x1f78a4['config']['proxySettings'],'platform':_0x377834[_0x4e8e16(0x1ab)](_0x329192)};const _0x3cb419={'capability':_0x329192,..._0x1b99e9};_0x3cb419[_0x4e8e16(0x1bb)]=_0x5d1fa9,_0x3cb419['args']=_0x40a887;const _0x479c36={};_0x479c36[_0x4e8e16(0x181)]=_0x3cb419,_0x5ed8d2=_0x479c36,_0x5beddc['push'](_0x1c34e3);}):_0x48537e[_0x2b753d(0x1ad)](_0x597dde=>{const _0x492998=_0x2b753d;if(_0x406bb1[_0x492998(0x1a7)](_0x406bb1[_0x492998(0x197)],_0x406bb1[_0x492998(0x197)])){_0x5b8b61={'server':constants[_0x492998(0x18d)],'proxySettings':_0x65a20['config'][_0x492998(0x1b2)],'platform':helper[_0x492998(0x1ab)](_0x597dde)};const _0x5112d8={'capability':_0x597dde,..._0x5b8b61};_0x5112d8[_0x492998(0x1bb)]=_0xcb66cc,_0x5112d8['args']=_0x28cb8c;const _0x7a902c={};_0x7a902c[_0x492998(0x181)]=_0x5112d8,_0x21ede0=_0x7a902c,_0x5758ca[_0x492998(0x1b9)](_0x21ede0);}else{_0x23b9ab={'server':_0x3140ec['hubUrl'],'proxySettings':_0x38a659['config'][_0x492998(0x1b2)],'platform':_0x324b8d[_0x492998(0x1ab)](_0x2fc5cb)};const _0x397dc6={'capability':_0x3b530a,..._0x2d911f};_0x397dc6[_0x492998(0x1bb)]=_0x4224a1,_0x397dc6[_0x492998(0x1a8)]=_0x3d679e;const _0x5df0df={};_0x5df0df['configuration']=_0x397dc6,_0x5e6c98=_0x5df0df,_0x5df123[_0x492998(0x1b9)](_0x4b7308);}});else{if(_0x406bb1['MuqJd'](_0x406bb1[_0x2b753d(0x1b7)],_0x406bb1[_0x2b753d(0x1b7)])){let _0x5b73b4;if(_0x24eaac)_0x5b73b4=_0x33e181[_0x2b753d(0x1b6)](_0x5ab99e[_0x2b753d(0x193)],_0x406bb1[_0x2b753d(0x1b5)],0x0);else _0x5b73b4=_0x5ec5ef['modifyBrowserStackCaps'](_0x289d51[_0x2b753d(0x193)],_0x406bb1['thQzL'],0x0);const _0x3e0edf={};_0x3e0edf[_0x2b753d(0x1bc)]=_0x438fb0[_0x2b753d(0x18d)],_0x3e0edf['proxySettings']=_0x344626['config'][_0x2b753d(0x1b2)],_0x16634f=_0x3e0edf;const _0x38e1b5={'capability':_0x5b73b4,..._0x125d9c};_0x38e1b5[_0x2b753d(0x1bb)]=_0x185a1e,_0x38e1b5[_0x2b753d(0x1a8)]=_0x5c0648;const _0x57c0f5={};_0x57c0f5[_0x2b753d(0x181)]=_0x38e1b5,_0x49473f=_0x57c0f5,_0x4ae0b4[_0x2b753d(0x1b9)](_0x5dbfbd);}else{let _0x5cb858;if(_0x32fbcf)_0x5cb858=helper[_0x2b753d(0x1b6)](_0x65a20['config'],_0x406bb1[_0x2b753d(0x1b5)],0x0);else _0x5cb858=helper[_0x2b753d(0x1aa)](_0x65a20[_0x2b753d(0x193)],_0x406bb1[_0x2b753d(0x1b5)],0x0);const _0x43efd7={};_0x43efd7[_0x2b753d(0x1bc)]=constants[_0x2b753d(0x18d)],_0x43efd7[_0x2b753d(0x1b2)]=_0x65a20['config']['proxySettings'],_0x5b8b61=_0x43efd7;const _0x6ff69={'capability':_0x5cb858,..._0x5b8b61};_0x6ff69[_0x2b753d(0x1bb)]=_0xcb66cc,_0x6ff69[_0x2b753d(0x1a8)]=_0x28cb8c;const _0x1d186a={};_0x1d186a[_0x2b753d(0x181)]=_0x6ff69,_0x21ede0=_0x1d186a,_0x5758ca[_0x2b753d(0x1b9)](_0x21ede0);}}const _0x1f83b7=_0x406bb1[_0x2b753d(0x1a3)](_0x65a20[_0x2b753d(0x193)]['platforms']['length']||0x1,_0x65a20[_0x2b753d(0x193)]['parallelsPerPlatform']);_0x406bb1[_0x2b753d(0x1a0)](parallelVanillaRun,_0x5758ca,_0x1f83b7)[_0x2b753d(0x1a6)](_0x4a9a21=>{})[_0x2b753d(0x19d)](async()=>{await helper['finalExecution'](_0x65a20);});}module[a38_0xa16dcc(0x182)]=run;
@@ -1 +1 @@
1
- function a39_0x5baa(){const _0x44eb13=['SDKTestAttempted','SUevt','../hubAllocationMethods','setupKeepAlive','Local\x20binary\x20started\x20successfully','aKIje','kRGmC','isUndefined','KRAuZ','browserstackLocal','FRAMEWORK','push','48cXfFed','YicDw','kaqet','lnXOk','zRrRn','mOWlf','SIGINT','pqnYV','piRnk','NyFTp','VIUwK','hDLIa','getLocalIdentifier','./helper','SIGTERM','760320lPkber','localOptions','jwWTD','xwOkL','stopLocalBinary','WcuaB','YTPjP','rTBix','isRunning','130066sLVAUE','cbHiM','ILBHE','format','siLGF','setProxySettings','uQtaC','SMlbR','length','setupBrowserstackLocal','dLtZJ','unhandledErrors','pGvAt','GiDkT','FBjwq','getPackageVersion','debug','setEnvCaps','TBSPu','LUBTN','./setKeepAlive','tNwbq','XrdyU','uncaughtException','dXHQH','stopBrowserstackLocal','orWKT','SdWOZ','AvqMd','parallelsPerPlatform','xsUIx','14149935bRmVsG','WuAJy','framework','qIpYT','setUpHubUrl','testContextOptions','YyRAR','generateLocalIdentifier','BPaun','SUtWQ','LuUCv','AFgfI','3920784mFJPdK','info','cAnzV','selenium-webdriver','browserStackLocalOptions','cliConfig','isBrowserstackInfra','setLogLevel','400547ARUxRQ','xXiRF','usvgf','VdjsS','lCOMl','localIdentifier','allocateHub','IqxGr','fireFunnelTestEvent','Error\x20occured\x20while\x20stopping\x20local\x20binary','platforms','unhandledRejection','TcXKN','pGLUq','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','getAccessKey','pVcrS','MPFkR','LFLHB','Local\x20binary\x20stopped','jSVvH','MnZkU','ILRaB','47073Iuomkw','sanitizeCaps','config','readConfig','KpoYc','gwzvQ','yRrgO','FUskG','getUserName','172113cHUrqX','constructor','warn','GuJaQ','DHGPQ','codeceptjs','setCLICaps','lgmkK','envConfig','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','message','winstonLogger','util','uzyIn','LlVux','userName\x20or\x20accessKey\x20is\x20not\x20defined','ycCVr','CBdiG','useW3C','MAoXL','nQgDb','TSXdI','tbIUT','tGVYT','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','env','pXJdb','JmgZU','includes','jEcpg','DwAgZ','AhiSm','frpbi','LnXJT','YrCYG','error','eCuBI','132hfzrlx','getConfigPath','handleExceptions','getFinalCaps','yZNUC','kXJTq','initialize','JboUy','isTrue'];a39_0x5baa=function(){return _0x44eb13;};return a39_0x5baa();}const a39_0x5ed08d=a39_0x4a15;function a39_0x4a15(_0x3f590b,_0x159d22){const _0x5baa11=a39_0x5baa();return a39_0x4a15=function(_0x4a1514,_0x47e287){_0x4a1514=_0x4a1514-0x1c3;let _0x55b28f=_0x5baa11[_0x4a1514];return _0x55b28f;},a39_0x4a15(_0x3f590b,_0x159d22);}(function(_0x25f7f4,_0x39882d){const _0x571239=a39_0x4a15,_0x291283=_0x25f7f4();while(!![]){try{const _0xe0ec8b=parseInt(_0x571239(0x205))/0x1+parseInt(_0x571239(0x257))/0x2+parseInt(_0x571239(0x1fc))/0x3*(parseInt(_0x571239(0x22a))/0x4)+parseInt(_0x571239(0x24e))/0x5+parseInt(_0x571239(0x1dd))/0x6+parseInt(_0x571239(0x1e5))/0x7*(parseInt(_0x571239(0x23f))/0x8)+-parseInt(_0x571239(0x1d1))/0x9;if(_0xe0ec8b===_0x39882d)break;else _0x291283['push'](_0x291283['shift']());}catch(_0x57265f){_0x291283['push'](_0x291283['shift']());}}}(a39_0x5baa,0x50f44));const util=require(a39_0x5ed08d(0x211)),logger=require('./logger')[a39_0x5ed08d(0x210)],helper=require(a39_0x5ed08d(0x24c)),hubAllocator=require(a39_0x5ed08d(0x235));class BrowserStackSetup{constructor(_0x44472c,_0x58a0c3){const _0x103ec2=a39_0x5ed08d,_0x4b350d={'jTbuJ':_0x103ec2(0x21d),'KpoYc':_0x103ec2(0x233),'LlVux':_0x103ec2(0x1f3),'orWKT':_0x103ec2(0x1f0),'XrdyU':_0x103ec2(0x1c9),'SMlbR':_0x103ec2(0x1ee),'lnXOk':function(_0x3fda9c,_0x3c8de2){return _0x3fda9c(_0x3c8de2);},'YeDTR':_0x103ec2(0x1c6),'RWGAm':'No\x20config\x20provided.','YyRAR':function(_0x472373,_0x39b9fb){return _0x472373!==_0x39b9fb;},'ILRaB':_0x103ec2(0x218),'dLtZJ':_0x103ec2(0x1d0),'jEcpg':function(_0x4eccf2,_0x26017b){return _0x4eccf2===_0x26017b;},'IWQvX':'RAHUd','MxXwr':function(_0x49c533,_0x3b4aea){return _0x49c533===_0x3b4aea;},'dacxo':_0x103ec2(0x225),'LUBTN':_0x103ec2(0x223),'tNwbq':function(_0x481c3d,_0x30c869){return _0x481c3d===_0x30c869;},'JhaKW':_0x103ec2(0x254),'lgmkK':_0x103ec2(0x212),'tGVYT':function(_0x29bd71,_0x12bbc7){return _0x29bd71<_0x12bbc7;},'WcuaB':_0x103ec2(0x1e0),'LnXJT':function(_0x2dca19,_0xcdbb41){return _0x2dca19===_0xcdbb41;},'FrEwc':_0x103ec2(0x202),'FkNlw':function(_0x3c3b9b,_0x59dec8){return _0x3c3b9b>=_0x59dec8;},'rTBix':function(_0x443cc4,_0xf7f2d8){return _0x443cc4(_0xf7f2d8);},'CBdiG':function(_0x3805c6,_0x5e7a81){return _0x3805c6!==_0x5e7a81;},'WuAJy':_0x103ec2(0x258),'Kehoo':_0x103ec2(0x241),'NWyKI':function(_0x3833ba,_0x7e593c){return _0x3833ba===_0x7e593c;},'kRGmC':'VgNMW','SUevt':function(_0x4840c7,_0xfaecb3){return _0x4840c7===_0xfaecb3;},'jSVvH':_0x103ec2(0x25b),'VdjsS':_0x103ec2(0x23b),'ZdOMO':function(_0x3aba75,_0x277776){return _0x3aba75!==_0x277776;},'TcXKN':_0x103ec2(0x1da),'BPaun':function(_0x533ff6,_0x33c68f){return _0x533ff6===_0x33c68f;},'TBSPu':_0x103ec2(0x231),'FBjwq':_0x103ec2(0x208),'TSXdI':_0x103ec2(0x214),'AvqMd':_0x103ec2(0x1e6),'jwWTD':_0x103ec2(0x246),'gJgrz':_0x103ec2(0x21f),'LqSAd':function(_0x2543f1,_0x322412){return _0x2543f1===_0x322412;},'lCOMl':_0x103ec2(0x249),'GiDkT':_0x103ec2(0x220),'nQgDb':function(_0x5c1524,_0x260c7c){return _0x5c1524===_0x260c7c;},'mOWlf':'ZDenL','hDLIa':function(_0x19ea38,_0x14c60f){return _0x19ea38===_0x14c60f;},'MnZkU':'IyfJT','usvgf':_0x103ec2(0x263)};this['unhandledErrors']=[],this[_0x103ec2(0x1e2)]=helper[_0x103ec2(0x20b)](_0x44472c),this[_0x103ec2(0x20d)]=helper[_0x103ec2(0x1c3)](),this[_0x103ec2(0x23c)]=null,this[_0x103ec2(0x1fe)]=helper[_0x103ec2(0x1ff)](helper[_0x103ec2(0x22b)](_0x44472c)),global[_0x103ec2(0x1fe)]=this[_0x103ec2(0x1fe)],global['framework']=_0x58a0c3,helper[_0x103ec2(0x1fd)](this['config']),this[_0x103ec2(0x1d3)]=_0x58a0c3;if(helper[_0x103ec2(0x23a)](this[_0x103ec2(0x1fe)]))throw new Error(_0x4b350d['RWGAm']);if(this[_0x103ec2(0x1fe)][_0x103ec2(0x228)])throw new Error(this[_0x103ec2(0x1fe)]['error']);this['handleExceptions'](),helper['setBrowserstackInfraFromConfig'](this['config'],this[_0x103ec2(0x1e2)]);if(!helper[_0x103ec2(0x1e3)]()){if(_0x4b350d[_0x103ec2(0x1d7)](_0x4b350d[_0x103ec2(0x1fb)],_0x4b350d[_0x103ec2(0x261)])){try{_0x4b350d[_0x103ec2(0x222)](_0x4b350d['IWQvX'],_0x4b350d['IWQvX'])?(process['env'][_0x103ec2(0x23d)]=_0x58a0c3,helper['fireFunnelTestEvent'](_0x4b350d[_0x103ec2(0x200)],{},this[_0x103ec2(0x1fe)],this[_0x103ec2(0x1d3)])):_0x146302[_0x103ec2(0x267)](_0x103ec2(0x20e)+_0x12bebd);}catch(_0x3fae1e){_0x4b350d['MxXwr'](_0x4b350d['dacxo'],_0x4b350d[_0x103ec2(0x1c5)])?_0x1fba3b[_0x103ec2(0x267)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2d8a4f):logger[_0x103ec2(0x267)](_0x103ec2(0x20e)+_0x3fae1e);}return;}else this[_0x103ec2(0x1fe)]['useW3C']=!![];}helper[_0x103ec2(0x22d)](this[_0x103ec2(0x1fe)],this[_0x103ec2(0x1e2)],this[_0x103ec2(0x20d)]);if(helper['requireSeleniumWebdriverCheck'](_0x58a0c3)){if(_0x4b350d[_0x103ec2(0x1c7)](_0x4b350d['JhaKW'],_0x4b350d[_0x103ec2(0x20c)]))_0x5927dc[_0x103ec2(0x207)](_0x4b350d['jTbuJ']);else{if(_0x4b350d[_0x103ec2(0x21c)](_0x4b350d[_0x103ec2(0x242)](parseInt,helper[_0x103ec2(0x266)](_0x4b350d[_0x103ec2(0x253)])),0x3)){if(_0x4b350d[_0x103ec2(0x226)](_0x4b350d['FrEwc'],_0x4b350d['FrEwc']))this[_0x103ec2(0x1fe)][_0x103ec2(0x217)]=![];else{try{_0x3c3803[_0x103ec2(0x21e)][_0x103ec2(0x23d)]=_0xb20aa3,_0x37f4ee[_0x103ec2(0x1ed)](_0x4b350d[_0x103ec2(0x200)],{},this[_0x103ec2(0x1fe)],this['framework']);}catch(_0x98b310){_0x283dfb[_0x103ec2(0x267)](_0x103ec2(0x20e)+_0x98b310);}return;}}_0x4b350d['FkNlw'](_0x4b350d[_0x103ec2(0x255)](parseInt,helper[_0x103ec2(0x266)](_0x4b350d[_0x103ec2(0x253)])),4.5)&&(_0x4b350d[_0x103ec2(0x216)](_0x4b350d[_0x103ec2(0x1d2)],_0x4b350d['Kehoo'])?this[_0x103ec2(0x1fe)][_0x103ec2(0x217)]=!![]:(_0x33524b[_0x103ec2(0x23a)](this['config'][_0x103ec2(0x1cf)])?_0x499580[_0x103ec2(0x1de)](_0x4b350d[_0x103ec2(0x213)]):_0x559ce2[_0x103ec2(0x207)](_0x4b350d['jTbuJ']),this[_0x103ec2(0x1fe)][_0x103ec2(0x1ef)]=[]));}}if(helper[_0x103ec2(0x23a)](this[_0x103ec2(0x1fe)][_0x103ec2(0x1ef)])||helper[_0x103ec2(0x23a)](this[_0x103ec2(0x1fe)][_0x103ec2(0x1ef)][_0x103ec2(0x25f)])){if(_0x4b350d['NWyKI'](_0x4b350d[_0x103ec2(0x239)],_0x4b350d[_0x103ec2(0x239)])){if(helper['isUndefined'](this[_0x103ec2(0x1fe)][_0x103ec2(0x1cf)]))_0x4b350d[_0x103ec2(0x234)](_0x4b350d[_0x103ec2(0x1f9)],_0x4b350d[_0x103ec2(0x1e8)])?_0x3ae1f9[_0x103ec2(0x1de)](_0x4b350d['LlVux']):logger[_0x103ec2(0x1de)](_0x4b350d[_0x103ec2(0x213)]);else{if(_0x4b350d['ZdOMO'](_0x4b350d[_0x103ec2(0x1f1)],_0x4b350d[_0x103ec2(0x1f1)])){const _0xb9398a=_0x274080=>{const _0x1f52f5=_0x103ec2;_0x1f450e[_0x1f52f5(0x228)](_0x274080['message']),_0x22b023[_0x1f52f5(0x267)](_0x3e7461[_0x1f52f5(0x25a)](_0x274080)),this[_0x1f52f5(0x262)]['push'](_0x4b4c1d['format']('%j',_0x274080));};_0x28c40f['on'](_0x4b350d[_0x103ec2(0x1cc)],_0xb9398a),_0xd03cd8['on'](_0x4b350d[_0x103ec2(0x1c8)],_0xb9398a);}else logger[_0x103ec2(0x207)](_0x4b350d['jTbuJ']);}this['config'][_0x103ec2(0x1ef)]=[];}else this[_0x103ec2(0x1fe)]['browserStackLocalOptions']['localIdentifier']=_0x3a20a9['generateLocalIdentifier']();}!this['config'][_0x103ec2(0x1e1)]&&(this[_0x103ec2(0x1fe)][_0x103ec2(0x1e1)]=this[_0x103ec2(0x1fe)][_0x103ec2(0x24f)]||{}),!this['config'][_0x103ec2(0x1d6)]&&(this[_0x103ec2(0x1fe)][_0x103ec2(0x1d6)]={});if(helper[_0x103ec2(0x23a)](helper[_0x103ec2(0x204)](this[_0x103ec2(0x1fe)]))||helper[_0x103ec2(0x23a)](helper[_0x103ec2(0x1f4)](this[_0x103ec2(0x1fe)]))){if(_0x4b350d[_0x103ec2(0x1d9)](_0x4b350d[_0x103ec2(0x1c4)],_0x4b350d[_0x103ec2(0x265)]))_0x1561cb[_0x103ec2(0x21e)][_0x103ec2(0x23d)]=_0x140863['_'][0x0],_0x131677['fireFunnelTestEvent'](_0x4b350d[_0x103ec2(0x200)],{},this['config'],this['framework']);else throw new Error(_0x4b350d[_0x103ec2(0x21a)]);}helper['getLocalConfig'](this[_0x103ec2(0x1fe)])&&helper[_0x103ec2(0x23a)](helper[_0x103ec2(0x24b)](this[_0x103ec2(0x1fe)]))&&(_0x4b350d['jEcpg'](_0x4b350d[_0x103ec2(0x1ce)],_0x4b350d[_0x103ec2(0x1ce)])?!helper[_0x103ec2(0x23a)](this[_0x103ec2(0x1fe)][_0x103ec2(0x1e1)])&&_0x4b350d[_0x103ec2(0x234)](this[_0x103ec2(0x1fe)]['browserStackLocalOptions']['constructor'],Object)?_0x4b350d[_0x103ec2(0x216)](_0x4b350d[_0x103ec2(0x250)],_0x4b350d['gJgrz'])?this['config'][_0x103ec2(0x1e1)][_0x103ec2(0x1ea)]=helper[_0x103ec2(0x1d8)]():_0x436bf6['error'](_0x4b350d[_0x103ec2(0x25e)],_0x24f7fd['message']):_0x4b350d['LqSAd'](_0x4b350d[_0x103ec2(0x1e9)],_0x4b350d[_0x103ec2(0x264)])?this[_0x103ec2(0x1fe)][_0x103ec2(0x1e1)]={'localIdentifier':_0x263831[_0x103ec2(0x1d8)]()}:this[_0x103ec2(0x1fe)]['browserStackLocalOptions']={'localIdentifier':helper['generateLocalIdentifier']()}:this[_0x103ec2(0x1fe)][_0x103ec2(0x217)]=![]);helper[_0x103ec2(0x1e4)](this[_0x103ec2(0x1fe)],this[_0x103ec2(0x1e2)],this[_0x103ec2(0x20d)]);try{_0x4b350d[_0x103ec2(0x219)](_0x4b350d['mOWlf'],_0x4b350d[_0x103ec2(0x244)])?(process['env'][_0x103ec2(0x23d)]=_0x44472c['_'][0x0],helper[_0x103ec2(0x1ed)](_0x4b350d[_0x103ec2(0x200)],{},this[_0x103ec2(0x1fe)],this['framework'])):(_0x361f6c[_0x103ec2(0x21e)]['FRAMEWORK']=_0x2273ec,_0x8746b9['fireFunnelTestEvent'](_0x4b350d[_0x103ec2(0x200)],{},this['config'],this[_0x103ec2(0x1d3)]));}catch(_0x20816a){_0x4b350d[_0x103ec2(0x24a)](_0x4b350d[_0x103ec2(0x1fa)],_0x4b350d[_0x103ec2(0x1e7)])?_0x4b350d[_0x103ec2(0x242)](_0x1e073e,_0x4b350d['YeDTR'])():logger['debug'](_0x103ec2(0x20e)+_0x20816a);}}async[a39_0x5ed08d(0x230)](){const _0x10f8a0=a39_0x5ed08d,_0x4b9086={'gwzvQ':function(_0x574d2d,_0x1f8330){return _0x574d2d<_0x1f8330;},'DHGPQ':function(_0x195fd0,_0x252d16){return _0x195fd0(_0x252d16);},'IqxGr':'selenium-webdriver','eCuBI':function(_0x27a698,_0x2e7bf9){return _0x27a698>=_0x2e7bf9;},'tbIUT':function(_0x302f07,_0x5ab36b){return _0x302f07(_0x5ab36b);},'ycCVr':_0x10f8a0(0x20a),'FUskG':function(_0x1b83aa,_0x3b904a){return _0x1b83aa===_0x3b904a;},'JzsIY':_0x10f8a0(0x1f2)};helper[_0x10f8a0(0x25c)](this[_0x10f8a0(0x1fe)]),this[_0x10f8a0(0x236)](),await this[_0x10f8a0(0x260)](),![_0x4b9086[_0x10f8a0(0x215)]][_0x10f8a0(0x221)](this[_0x10f8a0(0x1d3)])&&(_0x4b9086[_0x10f8a0(0x203)](_0x4b9086['JzsIY'],_0x4b9086['JzsIY'])?await this[_0x10f8a0(0x1d5)]():(_0x4b9086[_0x10f8a0(0x201)](_0x4b9086[_0x10f8a0(0x209)](_0x43256d,_0x2fc52b[_0x10f8a0(0x266)](_0x4b9086[_0x10f8a0(0x1ec)])),0x3)&&(this[_0x10f8a0(0x1fe)][_0x10f8a0(0x217)]=![]),_0x4b9086[_0x10f8a0(0x229)](_0x4b9086[_0x10f8a0(0x21b)](_0x5b4c85,_0x508250[_0x10f8a0(0x266)](_0x4b9086[_0x10f8a0(0x1ec)])),4.5)&&(this[_0x10f8a0(0x1fe)][_0x10f8a0(0x217)]=!![])));}async[a39_0x5ed08d(0x260)](){const _0x1ff9eb=a39_0x5ed08d,_0x3ec7bd={};_0x3ec7bd['NyFTp']=function(_0x143b29,_0x5663d1){return _0x143b29!==_0x5663d1;},_0x3ec7bd[_0x1ff9eb(0x22e)]='GhDdD',_0x3ec7bd['dXHQH']=_0x1ff9eb(0x224),_0x3ec7bd[_0x1ff9eb(0x243)]=function(_0x2610ab,_0x20b11f){return _0x2610ab==_0x20b11f;},_0x3ec7bd[_0x1ff9eb(0x238)]=function(_0xa7539e,_0x3cd81a){return _0xa7539e===_0x3cd81a;},_0x3ec7bd[_0x1ff9eb(0x1f7)]='userName\x20or\x20accessKey\x20is\x20not\x20defined',_0x3ec7bd[_0x1ff9eb(0x251)]='RUCfp',_0x3ec7bd[_0x1ff9eb(0x1f5)]=_0x1ff9eb(0x227),_0x3ec7bd[_0x1ff9eb(0x25d)]=_0x1ff9eb(0x1df),_0x3ec7bd['MPFkR']=_0x1ff9eb(0x237),_0x3ec7bd[_0x1ff9eb(0x22f)]='beforeExit',_0x3ec7bd[_0x1ff9eb(0x247)]=_0x1ff9eb(0x245),_0x3ec7bd[_0x1ff9eb(0x1db)]=_0x1ff9eb(0x24d),_0x3ec7bd[_0x1ff9eb(0x259)]='hcYqx';const _0x4fedac=_0x3ec7bd;if(helper[_0x1ff9eb(0x232)](this[_0x1ff9eb(0x1fe)][_0x1ff9eb(0x23c)])&&(!this[_0x1ff9eb(0x23c)]||!this[_0x1ff9eb(0x23c)][_0x1ff9eb(0x256)]())){if(_0x4fedac[_0x1ff9eb(0x248)](_0x4fedac[_0x1ff9eb(0x251)],_0x4fedac[_0x1ff9eb(0x1f5)]))try{if(_0x4fedac[_0x1ff9eb(0x238)](_0x4fedac[_0x1ff9eb(0x25d)],_0x4fedac[_0x1ff9eb(0x25d)])){this[_0x1ff9eb(0x23c)]=await helper['startLocalBinary'](this[_0x1ff9eb(0x1fe)]),logger[_0x1ff9eb(0x1de)](_0x4fedac[_0x1ff9eb(0x1f6)]);let _0x3f6329=0x0;const _0x3a29e8=async()=>{const _0x57113b=_0x1ff9eb;_0x4fedac[_0x57113b(0x248)](_0x4fedac['yZNUC'],_0x4fedac[_0x57113b(0x1ca)])?(_0x3f6329++,_0x4fedac[_0x57113b(0x243)](_0x3f6329,0x1)&&await this[_0x57113b(0x1cb)]()):(_0x54329a[_0x57113b(0x228)](_0x928305[_0x57113b(0x20f)]),_0x16b9ad[_0x57113b(0x267)](_0x31cf18['format'](_0x23b7b2)),this[_0x57113b(0x262)][_0x57113b(0x23e)](_0x2cbe59[_0x57113b(0x25a)]('%j',_0x4debd1)));};process['on'](_0x4fedac[_0x1ff9eb(0x22f)],_0x3a29e8),process['on'](_0x4fedac[_0x1ff9eb(0x247)],_0x3a29e8),process['on'](_0x4fedac[_0x1ff9eb(0x1db)],_0x3a29e8);}else!_0x3666b2[_0x1ff9eb(0x23a)](this[_0x1ff9eb(0x1fe)][_0x1ff9eb(0x1e1)])&&_0x4fedac[_0x1ff9eb(0x238)](this['config'][_0x1ff9eb(0x1e1)][_0x1ff9eb(0x206)],_0x66e490)?this[_0x1ff9eb(0x1fe)][_0x1ff9eb(0x1e1)]['localIdentifier']=_0x36db7d[_0x1ff9eb(0x1d8)]():this[_0x1ff9eb(0x1fe)][_0x1ff9eb(0x1e1)]={'localIdentifier':_0x5117a0[_0x1ff9eb(0x1d8)]()};}catch(_0x109c44){if(_0x4fedac[_0x1ff9eb(0x238)](_0x4fedac[_0x1ff9eb(0x259)],_0x4fedac[_0x1ff9eb(0x259)])){logger[_0x1ff9eb(0x267)](_0x109c44);throw new Error(_0x109c44['toString']());}else{_0x46c800[_0x1ff9eb(0x267)](_0x1e716b);throw new _0x58d700(_0x2ee3c2['toString']());}}else throw new _0x1a3ba3(_0x4fedac[_0x1ff9eb(0x1f7)]);}}async[a39_0x5ed08d(0x1cb)](){const _0x29e8fe=a39_0x5ed08d,_0x33a35e={};_0x33a35e[_0x29e8fe(0x240)]=_0x29e8fe(0x1f8),_0x33a35e[_0x29e8fe(0x1cd)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x155d52=_0x33a35e;if(this[_0x29e8fe(0x23c)]&&this[_0x29e8fe(0x23c)]['isRunning']())try{await helper[_0x29e8fe(0x252)](this[_0x29e8fe(0x23c)]),logger['info'](_0x155d52[_0x29e8fe(0x240)]);}catch(_0x4885c1){logger[_0x29e8fe(0x228)](_0x155d52[_0x29e8fe(0x1cd)],_0x4885c1[_0x29e8fe(0x20f)]);}}async[a39_0x5ed08d(0x1d5)](){const _0x2f0b48=a39_0x5ed08d;await hubAllocator[_0x2f0b48(0x1eb)](this['config']);}[a39_0x5ed08d(0x236)](){const _0x21816b=a39_0x5ed08d,_0x5ce595={'UJrms':function(_0x2960e7,_0x3a4545){return _0x2960e7(_0x3a4545);},'ZfYkw':_0x21816b(0x1c6)};_0x5ce595['UJrms'](require,_0x5ce595['ZfYkw'])();}[a39_0x5ed08d(0x22c)](){const _0x57a5bb=a39_0x5ed08d,_0x1ae299={};_0x1ae299[_0x57a5bb(0x1d4)]='unhandledRejection',_0x1ae299[_0x57a5bb(0x1dc)]=_0x57a5bb(0x1c9);const _0x37395=_0x1ae299,_0x330569=_0x52ebec=>{const _0x256781=_0x57a5bb;logger['error'](_0x52ebec['message']),logger[_0x256781(0x267)](util[_0x256781(0x25a)](_0x52ebec)),this[_0x256781(0x262)][_0x256781(0x23e)](util[_0x256781(0x25a)]('%j',_0x52ebec));};process['on'](_0x37395[_0x57a5bb(0x1d4)],_0x330569),process['on'](_0x37395[_0x57a5bb(0x1dc)],_0x330569);}}exports['default']=BrowserStackSetup;
1
+ function a39_0x273c(){const _0xa59387=['tSLpK','hrWdA','format','ZwcHJ','VCbaw','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','IWSak','browserStackLocalOptions','dGSUx','wIrLZ','nZZqA','WTCkY','uXjzp','Error\x20occured\x20while\x20stopping\x20local\x20binary','ZSByJ','mFMPZ','ZaFKv','1942470XpjUqq','../hubAllocationMethods','warn','error','WansK','Local\x20binary\x20started\x20successfully','qFmCX','isTrue','eQzWq','KgIoz','env','abCPW','49672gmSBuk','allocateHub','wjiXY','cliConfig','config','isRunning','debug','initialize','syuPu','./helper','rLZjG','localIdentifier','898752hEGeZn','EpbJg','./logger','./setKeepAlive','Nodcb','byink','ahLBs','zgRNy','userName\x20or\x20accessKey\x20is\x20not\x20defined','jaXpu','generateLocalIdentifier','lJthd','parallelsPerPlatform','QjpPv','unhandledRejection','YUInM','VRxAZ','Dqkwq','hcIpA','674PUxary','winstonLogger','pHSLx','kKWRk','KlvnE','RYGMA','GKQiM','SDKTestAttempted','wXsVm','unhandledErrors','ksygR','HBpAG','SoApW','No\x20config\x20provided.','giISe','WVGnO','UvWoh','rNpty','EoaiU','aWSXw','getUserName','lrNNR','wJVVY','fireFunnelTestEvent','GPFXo','oHeNi','mSznT','LSixH','bMvIp','getAccessKey','info','QmfRG','wqgFP','201QMhbxO','toString','SJmwK','CkmCd','includes','testContextOptions','rCZkz','SIGTERM','setCLICaps','372351CdxpTB','useW3C','getLocalConfig','RkpUF','requireSeleniumWebdriverCheck','OzXlY','lfUlZ','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','kHHBd','vKDPi','isBrowserstackInfra','setupKeepAlive','hInac','length','hQrkR','envConfig','jbuAE','xetGX','ZhydN','gSlJh','ZATNm','ivdry','getPackageVersion','platforms','Owfki','395330SkPmmu','isUndefined','oApSB','push','setBrowserstackInfraFromConfig','constructor','gFAdb','FRiUl','zwpWU','56zdXIzn','LvsMy','bXBQe','NzdcR','xZeBV','setProxySettings','12zUtgFy','sanitizeCaps','selenium-webdriver','getFinalCaps','isvgq','stopLocalBinary','util','framework','readConfig','POvOw','636530MJPFHC','handleExceptions','Ntunu','stopBrowserstackLocal','GAzuP','browserstackLocal','bQcNh','setupBrowserstackLocal','localOptions','Local\x20binary\x20stopped','message','Gqwkl','FRAMEWORK','setLogLevel','default','setUpHubUrl'];a39_0x273c=function(){return _0xa59387;};return a39_0x273c();}const a39_0x2fd391=a39_0x4590;(function(_0x4b64e1,_0x4f6af8){const _0x5e9a09=a39_0x4590,_0x1f3a29=_0x4b64e1();while(!![]){try{const _0x1459af=-parseInt(_0x5e9a09(0x187))/0x1*(-parseInt(_0x5e9a09(0x166))/0x2)+-parseInt(_0x5e9a09(0x190))/0x3+parseInt(_0x5e9a09(0x110))/0x4*(parseInt(_0x5e9a09(0x101))/0x5)+-parseInt(_0x5e9a09(0x153))/0x6+parseInt(_0x5e9a09(0x147))/0x7*(-parseInt(_0x5e9a09(0x10a))/0x8)+parseInt(_0x5e9a09(0x13b))/0x9+-parseInt(_0x5e9a09(0x11a))/0xa;if(_0x1459af===_0x4f6af8)break;else _0x1f3a29['push'](_0x1f3a29['shift']());}catch(_0x213c00){_0x1f3a29['push'](_0x1f3a29['shift']());}}}(a39_0x273c,0x2099b));const util=require(a39_0x2fd391(0x116)),logger=require(a39_0x2fd391(0x155))[a39_0x2fd391(0x167)],helper=require(a39_0x2fd391(0x150)),hubAllocator=require(a39_0x2fd391(0x13c));class BrowserStackSetup{constructor(_0x3fe188,_0x2ef1fb){const _0x49ca63=a39_0x2fd391,_0x52f312={'giISe':_0x49ca63(0x137),'xvsKb':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','oHeNi':_0x49ca63(0x15b),'RYGMA':_0x49ca63(0x16d),'NzdcR':function(_0x33bc07,_0x59a4e6){return _0x33bc07<_0x59a4e6;},'hQrkR':function(_0x3aff85,_0x4ae8a3){return _0x3aff85(_0x4ae8a3);},'aWSXw':_0x49ca63(0x112),'EpbJg':function(_0x2bdf85,_0x1787fd){return _0x2bdf85>=_0x1787fd;},'OMNcj':function(_0x2da0d3,_0x478476){return _0x2da0d3(_0x478476);},'qFmCX':_0x49ca63(0x12f),'KVuZP':_0x49ca63(0x161),'Dqkwq':'uncaughtException','wIrLZ':_0x49ca63(0x173),'pHSLx':function(_0x431c48,_0x569834){return _0x431c48===_0x569834;},'GPFXo':_0x49ca63(0x143),'WVGnO':'JSxWQ','Nodcb':_0x49ca63(0x170),'rNpty':function(_0x1a4fbb,_0x3aacdd){return _0x1a4fbb!==_0x3aacdd;},'gFAdb':_0x49ca63(0x12b),'wJVVY':function(_0x50c3a4,_0x7e2a98){return _0x50c3a4!==_0x7e2a98;},'gYDax':_0x49ca63(0x169),'RkpUF':_0x49ca63(0x195),'VCbaw':function(_0x37f651,_0x253e14){return _0x37f651<_0x253e14;},'bMvIp':function(_0x50d98c,_0x172ae2){return _0x50d98c(_0x172ae2);},'oApSB':function(_0x19be00,_0x2af47f){return _0x19be00===_0x2af47f;},'Gqwkl':'wIUKP','SoApW':_0x49ca63(0x17b),'xZeBV':function(_0xb5b960,_0x499815){return _0xb5b960>=_0x499815;},'QmfRG':_0x49ca63(0x1a3),'oUrTF':_0x49ca63(0x19c),'nZZqA':_0x49ca63(0x165),'CkmCd':_0x49ca63(0x132),'IWSak':_0x49ca63(0x1a4),'zgRNy':function(_0x49b9d0,_0x57c3a1){return _0x49b9d0===_0x57c3a1;},'jbuAE':_0x49ca63(0x151),'ZaFKv':function(_0x1e3fd6,_0xe86ea1){return _0x1e3fd6!==_0xe86ea1;},'vKDPi':_0x49ca63(0x15e),'tSLpK':function(_0x3325c4,_0x5bf58c){return _0x3325c4===_0x5bf58c;},'mSznT':'pHkWG','byink':'ZOWQm','GKQiM':function(_0x4918ed,_0x2c00f8){return _0x4918ed!==_0x2c00f8;},'HeCBi':'SQJKv','SJmwK':'lfmsy','EoaiU':function(_0x4a49a7,_0x1056f5){return _0x4a49a7!==_0x1056f5;},'UvWoh':'nrKwz','wXsVm':_0x49ca63(0x120),'rCZkz':_0x49ca63(0x1a2)};this[_0x49ca63(0x16f)]=[],this[_0x49ca63(0x14a)]=helper[_0x49ca63(0x18f)](_0x3fe188),this[_0x49ca63(0x19f)]=helper['setEnvCaps'](),this[_0x49ca63(0x11f)]=null,this[_0x49ca63(0x14b)]=helper[_0x49ca63(0x118)](helper['getConfigPath'](_0x3fe188)),global[_0x49ca63(0x14b)]=this['config'],global['framework']=_0x2ef1fb,helper[_0x49ca63(0x111)](this[_0x49ca63(0x14b)]),this[_0x49ca63(0x117)]=_0x2ef1fb;if(helper['isUndefined'](this[_0x49ca63(0x14b)]))throw new Error(_0x52f312[_0x49ca63(0x133)]);if(this[_0x49ca63(0x14b)][_0x49ca63(0x13e)])throw new Error(this[_0x49ca63(0x14b)][_0x49ca63(0x13e)]);this[_0x49ca63(0x11b)](),helper[_0x49ca63(0x105)](this[_0x49ca63(0x14b)],this['cliConfig']),helper[_0x49ca63(0x113)](this['config'],this[_0x49ca63(0x14a)],this[_0x49ca63(0x19f)]);if(!helper[_0x49ca63(0x19a)]()){if(_0x52f312[_0x49ca63(0x168)](_0x52f312[_0x49ca63(0x17e)],_0x52f312[_0x49ca63(0x17e)])){try{_0x52f312['pHSLx'](_0x52f312[_0x49ca63(0x175)],_0x52f312[_0x49ca63(0x157)])?_0x3136e0[_0x49ca63(0x13e)](_0x52f312[_0x49ca63(0x174)],_0x102289['message']):(process[_0x49ca63(0x145)]['FRAMEWORK']=_0x2ef1fb,helper[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)]));}catch(_0x28375e){_0x52f312[_0x49ca63(0x177)](_0x52f312[_0x49ca63(0x107)],_0x52f312[_0x49ca63(0x107)])?_0x2f6134['warn'](_0x52f312['xvsKb']):logger[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x28375e);}return;}else throw new _0x25b4c2(_0x52f312[_0x49ca63(0x17f)]);}if(helper[_0x49ca63(0x194)](_0x2ef1fb)){if(_0x52f312[_0x49ca63(0x17c)](_0x52f312['gYDax'],_0x52f312[_0x49ca63(0x193)])){_0x52f312[_0x49ca63(0x12e)](_0x52f312[_0x49ca63(0x182)](parseInt,helper[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),0x3)&&(_0x52f312[_0x49ca63(0x103)](_0x52f312[_0x49ca63(0x125)],_0x52f312[_0x49ca63(0x172)])?_0x1b88d0[_0x49ca63(0x14d)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2d20b2):this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=![]);if(_0x52f312[_0x49ca63(0x10e)](_0x52f312['bMvIp'](parseInt,helper[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),4.5)){if(_0x52f312[_0x49ca63(0x17c)](_0x52f312[_0x49ca63(0x185)],_0x52f312['oUrTF']))this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=!![];else{try{_0x88aaa3[_0x49ca63(0x145)]['FRAMEWORK']=_0x42a10c,_0x42158c[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this['config'],this[_0x49ca63(0x117)]);}catch(_0x1d484c){_0x5089c2[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x1d484c);}return;}}}else this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=!![];}(helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)]['platforms'])||helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)][_0x49ca63(0xff)][_0x49ca63(0x19d)]))&&(_0x52f312[_0x49ca63(0x17c)](_0x52f312['nZZqA'],_0x52f312[_0x49ca63(0x134)])?this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=![]:(helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)][_0x49ca63(0x15f)])?_0x52f312['oApSB'](_0x52f312[_0x49ca63(0x18a)],_0x52f312[_0x49ca63(0x18a)])?logger['info'](_0x52f312['qFmCX']):(_0x52f312[_0x49ca63(0x10d)](_0x52f312[_0x49ca63(0x19e)](_0x9d0fc3,_0x20f0f3['getPackageVersion'](_0x52f312[_0x49ca63(0x179)])),0x3)&&(this['config']['useW3C']=![]),_0x52f312[_0x49ca63(0x154)](_0x52f312['OMNcj'](_0x131a21,_0x464055[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),4.5)&&(this['config'][_0x49ca63(0x191)]=!![])):_0x52f312[_0x49ca63(0x168)](_0x52f312[_0x49ca63(0x130)],_0x52f312[_0x49ca63(0x130)])?logger[_0x49ca63(0x13d)](_0x52f312['xvsKb']):(_0x448e7f[_0x49ca63(0x145)][_0x49ca63(0x126)]=_0x414258['_'][0x0],_0x1643ae[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)])),this[_0x49ca63(0x14b)][_0x49ca63(0xff)]=[]));!this[_0x49ca63(0x14b)][_0x49ca63(0x131)]&&(this['config'][_0x49ca63(0x131)]=this['config'][_0x49ca63(0x122)]||{}),!this[_0x49ca63(0x14b)][_0x49ca63(0x18c)]&&(this[_0x49ca63(0x14b)][_0x49ca63(0x18c)]={});if(helper[_0x49ca63(0x102)](helper[_0x49ca63(0x17a)](this[_0x49ca63(0x14b)]))||helper['isUndefined'](helper[_0x49ca63(0x183)](this['config']))){if(_0x52f312[_0x49ca63(0x15a)](_0x52f312[_0x49ca63(0x1a0)],_0x52f312['jbuAE']))throw new Error(_0x52f312[_0x49ca63(0x17f)]);else _0x229407[_0x49ca63(0x14d)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x19c268);}helper[_0x49ca63(0x192)](this['config'])&&helper[_0x49ca63(0x102)](helper['getLocalIdentifier'](this['config']))&&(_0x52f312[_0x49ca63(0x13a)](_0x52f312[_0x49ca63(0x199)],_0x52f312['vKDPi'])?this[_0x49ca63(0x14b)][_0x49ca63(0x131)]={'localIdentifier':_0x2b3ef2[_0x49ca63(0x15d)]()}:!helper[_0x49ca63(0x102)](this['config'][_0x49ca63(0x131)])&&_0x52f312['zgRNy'](this['config'][_0x49ca63(0x131)][_0x49ca63(0x106)],Object)?_0x52f312[_0x49ca63(0x12a)](_0x52f312[_0x49ca63(0x180)],_0x52f312[_0x49ca63(0x158)])?this[_0x49ca63(0x14b)]['browserStackLocalOptions'][_0x49ca63(0x152)]=_0x377fc3[_0x49ca63(0x15d)]():this['config'][_0x49ca63(0x131)][_0x49ca63(0x152)]=helper[_0x49ca63(0x15d)]():_0x52f312[_0x49ca63(0x16c)](_0x52f312['HeCBi'],_0x52f312[_0x49ca63(0x189)])?this[_0x49ca63(0x14b)][_0x49ca63(0x131)]={'localIdentifier':helper[_0x49ca63(0x15d)]()}:(_0x56091c[_0x49ca63(0x145)]['FRAMEWORK']=_0x3954a7,_0x47a097[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this['framework'])));helper[_0x49ca63(0x127)](this['config'],this[_0x49ca63(0x14a)],this[_0x49ca63(0x19f)]);try{_0x52f312[_0x49ca63(0x178)](_0x52f312[_0x49ca63(0x176)],_0x52f312[_0x49ca63(0x16e)])?(process[_0x49ca63(0x145)]['FRAMEWORK']=_0x3fe188['_'][0x0],helper[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)])):(_0xf140f0['isUndefined'](this[_0x49ca63(0x14b)][_0x49ca63(0x15f)])?_0x499d2f['info'](_0x52f312[_0x49ca63(0x141)]):_0x46be7e[_0x49ca63(0x13d)](_0x52f312['xvsKb']),this[_0x49ca63(0x14b)]['platforms']=[]);}catch(_0x29bb77){if(_0x52f312['GKQiM'](_0x52f312[_0x49ca63(0x18d)],_0x52f312[_0x49ca63(0x18d)])){const _0x42a1ff=_0x434451=>{const _0x40774b=_0x49ca63;_0x505b76[_0x40774b(0x13e)](_0x434451[_0x40774b(0x124)]),_0x58b796[_0x40774b(0x14d)](_0x17051e[_0x40774b(0x12c)](_0x434451)),this[_0x40774b(0x16f)][_0x40774b(0x104)](_0x3b8fd2[_0x40774b(0x12c)]('%j',_0x434451));};_0x4acb11['on'](_0x52f312['KVuZP'],_0x42a1ff),_0x63d64e['on'](_0x52f312[_0x49ca63(0x164)],_0x42a1ff);}else logger[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x29bb77);}}async[a39_0x2fd391(0x14e)](){const _0x47e955=a39_0x2fd391,_0x365292={};_0x365292[_0x47e955(0x10b)]=_0x47e955(0x12f),_0x365292[_0x47e955(0x15c)]='codeceptjs',_0x365292[_0x47e955(0x171)]=function(_0x3d4244,_0x4d2dff){return _0x3d4244!==_0x4d2dff;},_0x365292[_0x47e955(0x159)]='PmIXr';const _0x3d6306=_0x365292;helper[_0x47e955(0x10f)](this[_0x47e955(0x14b)]),this['setupKeepAlive'](),await this[_0x47e955(0x121)](),![_0x3d6306['jaXpu']][_0x47e955(0x18b)](this[_0x47e955(0x117)])&&(_0x3d6306['HBpAG'](_0x3d6306[_0x47e955(0x159)],_0x3d6306[_0x47e955(0x159)])?_0x23912c[_0x47e955(0x184)](_0x3d6306[_0x47e955(0x10b)]):await this[_0x47e955(0x129)]());}async['setupBrowserstackLocal'](){const _0x7fa125=a39_0x2fd391,_0x2eae29={'zwpWU':function(_0x148fb7,_0x5eb60c){return _0x148fb7===_0x5eb60c;},'bXBQe':function(_0x59617c,_0x3fc6c9){return _0x59617c(_0x3fc6c9);},'LSixH':_0x7fa125(0x156),'abCPW':_0x7fa125(0x108),'KlvnE':function(_0x14df24,_0xa6d958){return _0x14df24==_0xa6d958;},'wjiXY':function(_0x29682d,_0x4644c3){return _0x29682d!==_0x4644c3;},'ivdry':_0x7fa125(0x100),'mFMPZ':function(_0xe91226,_0xe849b8){return _0xe91226!==_0xe849b8;},'POvOw':_0x7fa125(0x13f),'isvgq':_0x7fa125(0x140),'QjpPv':'beforeExit','VRxAZ':'SIGINT','NwHSQ':_0x7fa125(0x18e),'YUInM':function(_0x2aa2e1,_0x5adfbf){return _0x2aa2e1!==_0x5adfbf;},'ZwcHJ':_0x7fa125(0x186),'GAzuP':_0x7fa125(0x196)};if(helper[_0x7fa125(0x142)](this[_0x7fa125(0x14b)][_0x7fa125(0x11f)])&&(!this[_0x7fa125(0x11f)]||!this[_0x7fa125(0x11f)][_0x7fa125(0x14c)]())){if(_0x2eae29[_0x7fa125(0x149)](_0x2eae29[_0x7fa125(0x1a5)],_0x2eae29[_0x7fa125(0x1a5)]))!_0x39c729['isUndefined'](this[_0x7fa125(0x14b)]['browserStackLocalOptions'])&&_0x2eae29['zwpWU'](this[_0x7fa125(0x14b)][_0x7fa125(0x131)]['constructor'],_0x4eacd3)?this[_0x7fa125(0x14b)][_0x7fa125(0x131)][_0x7fa125(0x152)]=_0x580d86[_0x7fa125(0x15d)]():this[_0x7fa125(0x14b)]['browserStackLocalOptions']={'localIdentifier':_0xa080e7[_0x7fa125(0x15d)]()};else try{if(_0x2eae29[_0x7fa125(0x139)](_0x2eae29[_0x7fa125(0x119)],_0x2eae29['POvOw'])){_0x6ec0d7[_0x7fa125(0x14d)](_0x2ac588);throw new _0x147872(_0x4df327[_0x7fa125(0x188)]());}else{this[_0x7fa125(0x11f)]=await helper['startLocalBinary'](this[_0x7fa125(0x14b)]),logger['info'](_0x2eae29[_0x7fa125(0x114)]);let _0x25104a=0x0;const _0x16d201=async()=>{const _0xd09e6c=_0x7fa125,_0x3a9bc9={'KgIoz':function(_0x5f4d95,_0x382b1e){const _0x3f1e00=a39_0x4590;return _0x2eae29[_0x3f1e00(0x10c)](_0x5f4d95,_0x382b1e);},'uXjzp':_0x2eae29[_0xd09e6c(0x181)]};_0x2eae29[_0xd09e6c(0x109)](_0x2eae29[_0xd09e6c(0x146)],_0x2eae29[_0xd09e6c(0x146)])?(_0x25104a++,_0x2eae29[_0xd09e6c(0x16a)](_0x25104a,0x1)&&await this[_0xd09e6c(0x11d)]()):_0x3a9bc9[_0xd09e6c(0x144)](_0x3babbf,_0x3a9bc9[_0xd09e6c(0x136)])();};process['on'](_0x2eae29[_0x7fa125(0x160)],_0x16d201),process['on'](_0x2eae29[_0x7fa125(0x163)],_0x16d201),process['on'](_0x2eae29['NwHSQ'],_0x16d201);}}catch(_0x2e649e){if(_0x2eae29[_0x7fa125(0x162)](_0x2eae29[_0x7fa125(0x12d)],_0x2eae29[_0x7fa125(0x11e)])){logger[_0x7fa125(0x14d)](_0x2e649e);throw new Error(_0x2e649e[_0x7fa125(0x188)]());}else _0x109494[_0x7fa125(0x13e)](_0x56c768['message']),_0x52e676[_0x7fa125(0x14d)](_0x55d239[_0x7fa125(0x12c)](_0xac871c)),this[_0x7fa125(0x16f)][_0x7fa125(0x104)](_0x4fd94e[_0x7fa125(0x12c)]('%j',_0x2f9492));}}}async['stopBrowserstackLocal'](){const _0x232ca0=a39_0x2fd391,_0x35c8c7={};_0x35c8c7[_0x232ca0(0x138)]=_0x232ca0(0x123),_0x35c8c7[_0x232ca0(0x1a1)]=_0x232ca0(0x137);const _0x2346e9=_0x35c8c7;if(this[_0x232ca0(0x11f)]&&this[_0x232ca0(0x11f)][_0x232ca0(0x14c)]())try{await helper[_0x232ca0(0x115)](this[_0x232ca0(0x11f)]),logger['info'](_0x2346e9[_0x232ca0(0x138)]);}catch(_0x28d352){logger[_0x232ca0(0x13e)](_0x2346e9[_0x232ca0(0x1a1)],_0x28d352['message']);}}async[a39_0x2fd391(0x129)](){const _0x545834=a39_0x2fd391;await hubAllocator[_0x545834(0x148)](this['config']);}[a39_0x2fd391(0x19b)](){const _0x58c49f=a39_0x2fd391,_0x50f337={'Ntunu':function(_0xe20eb9,_0x1441ed){return _0xe20eb9(_0x1441ed);},'syuPu':_0x58c49f(0x156)};_0x50f337[_0x58c49f(0x11c)](require,_0x50f337[_0x58c49f(0x14f)])();}[a39_0x2fd391(0x11b)](){const _0x490d40=a39_0x2fd391,_0x423e68={};_0x423e68['WTCkY']=_0x490d40(0x161),_0x423e68['kHHBd']='uncaughtException';const _0x501e30=_0x423e68,_0x3c18ec=_0x5580a7=>{const _0xe80e3=_0x490d40;logger['error'](_0x5580a7[_0xe80e3(0x124)]),logger[_0xe80e3(0x14d)](util[_0xe80e3(0x12c)](_0x5580a7)),this[_0xe80e3(0x16f)][_0xe80e3(0x104)](util['format']('%j',_0x5580a7));};process['on'](_0x501e30[_0x490d40(0x135)],_0x3c18ec),process['on'](_0x501e30[_0x490d40(0x198)],_0x3c18ec);}}function a39_0x4590(_0x46ae49,_0x152b8b){const _0x273cbd=a39_0x273c();return a39_0x4590=function(_0x4590e7,_0x155643){_0x4590e7=_0x4590e7-0xff;let _0x545790=_0x273cbd[_0x4590e7];return _0x545790;},a39_0x4590(_0x46ae49,_0x152b8b);}exports[a39_0x2fd391(0x128)]=BrowserStackSetup;
@@ -1 +1 @@
1
- var a40_0x13c538=a40_0x3029;function a40_0x921c(){var _0x2feafe=['12XVxtqt','startIWDP','localizableStringsDir','chromedriverChromeMappingFile','autoLaunch','keyPassword','33390676sEEnct','chromedriverDisableBuildCheck','clearSystemFiles','webviewDevtoolsPort','BROWSERSTACK_RERUN_TESTS','safariInitialUrl','BRhdY','intentAction','enforceAppInstall','342123mHHFZy','BROWSERSTACK_PARALLELS_PER_PLATFORM','useKeystore','skipUnlock','buildIdentifier','browserstackLocal','androidDeviceSocket','useNewWDA','simpleIsVisibleCheck','buildName','uninstallOtherPackages','safariAllowPopups','EnvCapsMapping','webDriverAgentUrl','BROWSERSTACK_APP','xcodeSigningId','safariOpenLinksInBackground','cwgvs','optionalIntentArguments','safariIgnoreFraudWarning','Rbwvv','logLevel','avd','projectName','ignoreUnimportantViews','ArdLo','oZlRM','unicodeKeyboard','localeScript','BROWSERSTACK_ACCESS_KEY','keychainPath','waitForAppScript','BROWSERSTACK_PROJECT_NAME','androidInstallPath','logcatFilterSpecs','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.buildName','avdLaunchTimeout','recreateChromeDriverSessions','browserstack.localIdentifier','2110XPcvlU','chromeOptions','dontStopAppOnReset','browserstack.projectName','chromedriverUseSystemExecutable','hmhog','enableAsyncExecuteFromHttps','DJlFy','locationServicesAuthorized','nativeWebTap','wdaLocalPort','rerunTests','intentFlags','oSLHg','BROWSERSTACK_OBSERVABILITY_DEBUG','appActivity','skipDeviceInitialization','keyAlias','chromedriverArgs','BROWSERSTACK_USERNAME','androidCoverage','2859812CgEegt','790128knaItv','processArguments','logcatFormat','webkitDebugProxyPort','CAQXI','unlockKey','customSSLCert','cScDU','automation','newCommandTimeout','remoteAdbHost','wdaLaunchTimeout','remoteAppsCacheLimit','preventWDAAttachments','BROWSERSTACK_AUTOMATION','BROWSERSTACK_USER_NAME','updatedWDABundleId','HRhUK','locationServicesEnabled','avdArgs','avdReadyTimeout','autoGrantPermissions','ubqsS','networkSpeed','appWaitDuration','scaleFactor','GaOAt','iCVRi','fullReset','eventTimings','chromedriverExecutable','allowDelayAdb','sendKeyStrategy','chromedriverExecutableDir','scQGr','wdaStartupRetries','wdaConnectionTimeout','buildToolsVersion','CLICapsMapping','localIdentifier','autoWebviewTimeout','browserstack.local','TzuVP','iBntK','AppiumCaps','androidInstallTimeout','browserstack.app','browserstack.buildIdentifier','wdaStartupRetryInterval','udid','adbExecTimeout','fXVvI','enableWebviewDetailsCollection','remoteDebugProxy','ensureWebviewsHavePages','app','appWaitPackage','allowTestPackages','15968AcLGzw','kAiCz','UUebX','androidScreenshotPath','browserstack.logLevel','connectHardwareKeyboard','useCarthageSsl','browserstack.userName','OWxxN','browserstack.rerunTests','xcodeConfigFile','automationName','allowTouchIdEnroll','ADror','fullContextList','parallelsPerPlatform','userName','shouldUseSingletonTestManager','BROWSERSTACK_BUILD_NAME','printPageSourceOnFindFailure','platformVersion','BROWSERSTACK_LOCAL','xcodeOrgId','systemPort','showXcodeLog','tapWithShortPressDuration','90iPngDK','14244deztkH','calendarFormat','skipLogcatCapture','861pZypMD','appWaitActivity','chromedriverPorts','gpsEnabled','androidNaturalOrientation','wKHmI','browserstack.accessKey','appName','BROWSERSTACK_BUILD_IDENTIFIER','screenshotWaitTimeout','vonww','browserstack.ppp','DakoJ','895770iUfFPE','usePrebuiltWDA','appPackage'];a40_0x921c=function(){return _0x2feafe;};return a40_0x921c();}function a40_0x3029(_0x2de4ea,_0x34c639){var _0x921c=a40_0x921c();return a40_0x3029=function(_0x3029d5,_0x5d40fc){_0x3029d5=_0x3029d5-0x119;var _0x5db8ea=_0x921c[_0x3029d5];return _0x5db8ea;},a40_0x3029(_0x2de4ea,_0x34c639);}(function(_0x2187bb,_0x16cc4f){var _0x5902bc=a40_0x3029,_0x437481=_0x2187bb();while(!![]){try{var _0x298880=-parseInt(_0x5902bc(0x14e))/0x1+-parseInt(_0x5902bc(0x14d))/0x2+parseInt(_0x5902bc(0x1c5))/0x3*(parseInt(_0x5902bc(0x1b6))/0x4)+-parseInt(_0x5902bc(0x138))/0x5*(parseInt(_0x5902bc(0x1a3))/0x6)+-parseInt(_0x5902bc(0x1a6))/0x7*(parseInt(_0x5902bc(0x188))/0x8)+parseInt(_0x5902bc(0x1b3))/0x9*(parseInt(_0x5902bc(0x1a2))/0xa)+parseInt(_0x5902bc(0x1bc))/0xb;if(_0x298880===_0x16cc4f)break;else _0x437481['push'](_0x437481['shift']());}catch(_0x3f5931){_0x437481['push'](_0x437481['shift']());}}}(a40_0x921c,0xc4c97),exports[a40_0x13c538(0x174)]=()=>{var _0x1de910=a40_0x13c538,_0x1be272={};_0x1be272['GaOAt']='browserstack.user_name',_0x1be272['hzGhU']=_0x1de910(0x18f),_0x1be272[_0x1de910(0x190)]='browserstack.access_key',_0x1be272['kAiCz']=_0x1de910(0x1ac),_0x1be272[_0x1de910(0x12a)]=_0x1de910(0x134),_0x1be272['UUebX']=_0x1de910(0x13b),_0x1be272[_0x1de910(0x164)]=_0x1de910(0x17d),_0x1be272['DakoJ']=_0x1de910(0x1b1),_0x1be272['tpLTm']='browserstack.parallelsPerPlatform',_0x1be272[_0x1de910(0x145)]=_0x1de910(0x177),_0x1be272[_0x1de910(0x124)]=_0x1de910(0x137),_0x1be272['iBntK']=_0x1de910(0x191),_0x1be272[_0x1de910(0x121)]=_0x1de910(0x17c),_0x1be272[_0x1de910(0x170)]=_0x1de910(0x18c),_0x1be272[_0x1de910(0x129)]='browserstack.automation';var _0x2e1547=_0x1be272,_0x1207e1={};return _0x1207e1['userName']=[_0x2e1547[_0x1de910(0x168)],_0x2e1547['hzGhU']],_0x1207e1['accessKey']=[_0x2e1547[_0x1de910(0x190)],_0x2e1547[_0x1de910(0x189)]],_0x1207e1[_0x1de910(0x119)]=[_0x2e1547['oZlRM']],_0x1207e1[_0x1de910(0x127)]=[_0x2e1547[_0x1de910(0x18a)]],_0x1207e1['buildIdentifier']=[_0x2e1547[_0x1de910(0x164)]],_0x1207e1[_0x1de910(0x197)]=[_0x2e1547[_0x1de910(0x1b2)],_0x2e1547['tpLTm']],_0x1207e1[_0x1de910(0x1ca)]=[_0x2e1547[_0x1de910(0x145)]],_0x1207e1[_0x1de910(0x175)]=[_0x2e1547[_0x1de910(0x124)]],_0x1207e1[_0x1de910(0x143)]=[_0x2e1547[_0x1de910(0x179)]],_0x1207e1['app']=[_0x2e1547[_0x1de910(0x121)]],_0x1207e1[_0x1de910(0x125)]=[_0x2e1547['scQGr']],_0x1207e1[_0x1de910(0x156)]=[_0x2e1547['ArdLo']],_0x1207e1;},exports[a40_0x13c538(0x11c)]=()=>{var _0x379dda=a40_0x13c538,_0x133492={};_0x133492['hmhog']=_0x379dda(0x14b),_0x133492[_0x379dda(0x181)]=_0x379dda(0x15d),_0x133492['BRhdY']=_0x379dda(0x12d),_0x133492['CAQXI']=_0x379dda(0x19a),_0x133492[_0x379dda(0x1ab)]=_0x379dda(0x130),_0x133492[_0x379dda(0x178)]=_0x379dda(0x1ae),_0x133492[_0x379dda(0x155)]=_0x379dda(0x1c6),_0x133492[_0x379dda(0x15f)]=_0x379dda(0x19d),_0x133492['DJlFy']=_0x379dda(0x133),_0x133492[_0x379dda(0x1b0)]=_0x379dda(0x1c0),_0x133492['JOCGs']=_0x379dda(0x11e),_0x133492[_0x379dda(0x195)]=_0x379dda(0x146),_0x133492[_0x379dda(0x169)]=_0x379dda(0x15c);var _0x192888=_0x133492,_0x4851ef={};return _0x4851ef[_0x379dda(0x198)]=[_0x192888[_0x379dda(0x13d)],_0x192888['fXVvI']],_0x4851ef['accessKey']=[_0x192888[_0x379dda(0x1c2)]],_0x4851ef[_0x379dda(0x119)]=[_0x192888[_0x379dda(0x152)]],_0x4851ef[_0x379dda(0x127)]=[_0x192888[_0x379dda(0x1ab)]],_0x4851ef[_0x379dda(0x1c9)]=[_0x192888[_0x379dda(0x178)]],_0x4851ef[_0x379dda(0x197)]=[_0x192888[_0x379dda(0x155)]],_0x4851ef['browserstackLocal']=[_0x192888[_0x379dda(0x15f)]],_0x4851ef[_0x379dda(0x175)]=[_0x192888[_0x379dda(0x13f)]],_0x4851ef['rerunTests']=[_0x192888['vonww']],_0x4851ef[_0x379dda(0x185)]=[_0x192888['JOCGs']],_0x4851ef['logLevel']=[_0x192888[_0x379dda(0x195)]],_0x4851ef[_0x379dda(0x156)]=[_0x192888['iCVRi']],_0x4851ef;},exports[a40_0x13c538(0x17a)]=()=>[a40_0x13c538(0x193),a40_0x13c538(0x19c),'deviceName',a40_0x13c538(0x157),a40_0x13c538(0x185),a40_0x13c538(0x17f),'language','locale','orientation','autoWebview','noReset',a40_0x13c538(0x16a),a40_0x13c538(0x1be),a40_0x13c538(0x16b),'enablePerformanceLogging','otherApps',a40_0x13c538(0x19b),a40_0x13c538(0x147),a40_0x13c538(0x1b5),a40_0x13c538(0x1a7),a40_0x13c538(0x186),a40_0x13c538(0x166),'deviceReadyTimeout',a40_0x13c538(0x187),a40_0x13c538(0x14c),'androidCoverageEndIntent','androidDeviceReadyTimeout','adbPort',a40_0x13c538(0x1cb),a40_0x13c538(0x17b),a40_0x13c538(0x131),a40_0x13c538(0x126),a40_0x13c538(0x135),a40_0x13c538(0x162),a40_0x13c538(0x161),a40_0x13c538(0x1c7),'keystorePath','keystorePassword',a40_0x13c538(0x149),a40_0x13c538(0x1bb),a40_0x13c538(0x16c),a40_0x13c538(0x14a),a40_0x13c538(0x16f),a40_0x13c538(0x1b9),a40_0x13c538(0x13c),'chromedriverPort',a40_0x13c538(0x1a8),a40_0x13c538(0x1bd),a40_0x13c538(0x176),a40_0x13c538(0x1c3),'intentCategory',a40_0x13c538(0x144),a40_0x13c538(0x122),a40_0x13c538(0x13a),a40_0x13c538(0x12b),'resetKeyboard','noSign',a40_0x13c538(0x128),'disableAndroidWatchers',a40_0x13c538(0x139),a40_0x13c538(0x136),'nativeWebScreenshot',a40_0x13c538(0x18b),a40_0x13c538(0x165),a40_0x13c538(0x1a9),'isHeadless',a40_0x13c538(0x180),a40_0x13c538(0x12c),a40_0x13c538(0x148),a40_0x13c538(0x163),a40_0x13c538(0x1aa),a40_0x13c538(0x19f),a40_0x13c538(0x158),a40_0x13c538(0x1c8),'unlockType',a40_0x13c538(0x153),a40_0x13c538(0x1ba),a40_0x13c538(0x1a5),a40_0x13c538(0x11a),'disableWindowAnimation',a40_0x13c538(0x173),a40_0x13c538(0x1c4),a40_0x13c538(0x184),a40_0x13c538(0x1bf),a40_0x13c538(0x182),a40_0x13c538(0x15a),a40_0x13c538(0x1a4),'bundleId','launchTimeout',a40_0x13c538(0x160),a40_0x13c538(0x140),'autoAcceptAlerts','autoDismissAlerts','nativeInstrumentsLib',a40_0x13c538(0x141),a40_0x13c538(0x1c1),a40_0x13c538(0x11b),a40_0x13c538(0x123),a40_0x13c538(0x120),'keepKeyChains',a40_0x13c538(0x1b8),a40_0x13c538(0x14f),'interKeyDelay','showIOSLog',a40_0x13c538(0x16e),'webkitResponseTimeout',a40_0x13c538(0x1af),a40_0x13c538(0x183),a40_0x13c538(0x13e),'skipLogCapture',a40_0x13c538(0x151),a40_0x13c538(0x196),a40_0x13c538(0x12f),'webviewConnectRetries',a40_0x13c538(0x1ad),a40_0x13c538(0x154),a40_0x13c538(0x1a1),a40_0x13c538(0x167),a40_0x13c538(0x142),a40_0x13c538(0x1a0),'iosInstallPause',a40_0x13c538(0x192),'keychainPassword',a40_0x13c538(0x1b4),a40_0x13c538(0x15b),a40_0x13c538(0x11d),a40_0x13c538(0x12e),a40_0x13c538(0x1cc),a40_0x13c538(0x159),a40_0x13c538(0x172),a40_0x13c538(0x19e),a40_0x13c538(0x11f),a40_0x13c538(0x15e),'resetOnSessionStartOnly','commandTimeouts',a40_0x13c538(0x171),a40_0x13c538(0x17e),a40_0x13c538(0x18d),'maxTypingFrequency',a40_0x13c538(0x1cd),a40_0x13c538(0x18e),a40_0x13c538(0x199),a40_0x13c538(0x1b7),a40_0x13c538(0x194),'ignoreHiddenApiPolicyError','mockLocationApp',a40_0x13c538(0x150),a40_0x13c538(0x132),a40_0x13c538(0x16d)]);
1
+ function a40_0x1d30(){var _0x2c62f1=['useNewWDA','9829930bFBThZ','enableWebviewDetailsCollection','sendKeyStrategy','automation','hCGeb','androidDeviceSocket','nativeWebTap','chromedriverArgs','OSAdz','webkitResponseTimeout','chromedriverChromeMappingFile','locationServicesEnabled','BROWSERSTACK_LOCAL','avdLaunchTimeout','waitForAppScript','accessKey','BROWSERSTACK_BUILD_IDENTIFIER','ignoreHiddenApiPolicyError','connectHardwareKeyboard','launchTimeout','chromedriverExecutableDir','BROWSERSTACK_PARALLELS_PER_PLATFORM','skipUnlock','userName','chromedriverPort','appName','skipDeviceInitialization','appWaitDuration','BROWSERSTACK_USERNAME','browserstack.logLevel','wmpdH','androidInstallTimeout','localeScript','browserstack.buildName','commandTimeouts','DicnJ','aoEWf','logLevel','adbPort','doRAf','VFzPA','automationName','skipLogCapture','avdArgs','language','5451168EYdYEo','browserstack.projectName','avd','xcodeOrgId','ADPKd','xcodeConfigFile','customSSLCert','shouldUseSingletonTestManager','autoLaunch','wjtwj','localIdentifier','EnvCapsMapping','skipLogcatCapture','browserstack.accessKey','AXzJa','appPackage','enforceAppInstall','wdaStartupRetries','intentFlags','safariIgnoreFraudWarning','androidCoverageEndIntent','safariInitialUrl','tapWithShortPressDuration','webviewDevtoolsPort','browserstack.local','browserstack.userName','uninstallOtherPackages','BROWSERSTACK_RERUN_TESTS','keychainPassword','androidInstallPath','6304325YwVZPN','725424trgpvp','maxTypingFrequency','9MWVpRa','chromeOptions','udid','BROWSERSTACK_APP','wdaConnectionTimeout','QTIHp','intentCategory','chromedriverUseSystemExecutable','browserstack.access_key','platformVersion','avdReadyTimeout','autoWebviewTimeout','webviewConnectRetries','ignoreUnimportantViews','adbExecTimeout','2882793LrbBrb','recreateChromeDriverSessions','xcodeSigningId','keepKeyChains','DJPXr','browserstack.user_name','UiRzr','fncYB','webkitDebugProxyPort','resetOnSessionStartOnly','BROWSERSTACK_USER_NAME','logcatFormat','showXcodeLog','browserstack.ppp','HoqIG','interKeyDelay','browserstack.localIdentifier','processArguments','AppiumCaps','ITqnF','newCommandTimeout','lVpBe','unicodeKeyboard','resetKeyboard','BROWSERSTACK_PROJECT_NAME','useCarthageSsl','buildIdentifier','gpsEnabled','enableAsyncExecuteFromHttps','keychainPath','keystorePath','safariAllowPopups','screenshotWaitTimeout','nativeWebScreenshot','ssNZi','mxZpx','buildName','logcatFilterSpecs','fullReset','iGOaP','calendarFormat','optionalIntentArguments','keyPassword','bDHlU','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.buildIdentifier','mockLocationApp','networkSpeed','locationServicesAuthorized','preventWDAAttachments','enablePerformanceLogging','aaPXZ','printPageSourceOnFindFailure','THbbF','autoAcceptAlerts','androidCoverage','dontStopAppOnReset','buildToolsVersion','RbjMU','browserstack.parallelsPerPlatform','noSign','browserstack.app','locale','projectName','35RsshEd','browserstack.rerunTests','browserstack.automation','keystorePassword','autoDismissAlerts','eventTimings','remoteDebugProxy','unlockKey','BROWSERSTACK_BUILD_NAME','app','safariOpenLinksInBackground','fullContextList','allowTouchIdEnroll','PFFhe','intentAction','webDriverAgentUrl','androidDeviceReadyTimeout','ensureWebviewsHavePages','parallelsPerPlatform','2dhKjBD','scaleFactor','showIOSLog','noReset','clearSystemFiles','browserstackLocal','autoWebview','53292EkmfNS','unlockType','disableAndroidWatchers','wdaLaunchTimeout','740762TXlMkR','rerunTests','remoteAppsCacheLimit','chromedriverPorts','BROWSERSTACK_AUTOMATION','eLUSO'];a40_0x1d30=function(){return _0x2c62f1;};return a40_0x1d30();}var a40_0x350764=a40_0x4c67;function a40_0x4c67(_0x177629,_0xe1aefa){var _0x1d30bf=a40_0x1d30();return a40_0x4c67=function(_0x4c67cf,_0x5dfd78){_0x4c67cf=_0x4c67cf-0x174;var _0x68a846=_0x1d30bf[_0x4c67cf];return _0x68a846;},a40_0x4c67(_0x177629,_0xe1aefa);}(function(_0x4a2b6f,_0x1df463){var _0x2bb5cb=a40_0x4c67,_0x3cb64d=_0x4a2b6f();while(!![]){try{var _0x37f7d8=parseInt(_0x2bb5cb(0x1cf))/0x1+parseInt(_0x2bb5cb(0x1c4))/0x2*(parseInt(_0x2bb5cb(0x233))/0x3)+-parseInt(_0x2bb5cb(0x203))/0x4+parseInt(_0x2bb5cb(0x221))/0x5+-parseInt(_0x2bb5cb(0x1cb))/0x6*(-parseInt(_0x2bb5cb(0x1b1))/0x7)+-parseInt(_0x2bb5cb(0x222))/0x8*(-parseInt(_0x2bb5cb(0x224))/0x9)+-parseInt(_0x2bb5cb(0x1d6))/0xa;if(_0x37f7d8===_0x1df463)break;else _0x3cb64d['push'](_0x3cb64d['shift']());}catch(_0xd56500){_0x3cb64d['push'](_0x3cb64d['shift']());}}}(a40_0x1d30,0xb78f5),exports['CLICapsMapping']=()=>{var _0x2bccd0=a40_0x4c67,_0x1a06b1={};_0x1a06b1[_0x2bccd0(0x178)]=_0x2bccd0(0x176),_0x1a06b1[_0x2bccd0(0x1fd)]=_0x2bccd0(0x21c),_0x1a06b1[_0x2bccd0(0x175)]=_0x2bccd0(0x22c),_0x1a06b1['wjtwj']=_0x2bccd0(0x210),_0x1a06b1['eLUSO']=_0x2bccd0(0x1f7),_0x1a06b1[_0x2bccd0(0x1f9)]=_0x2bccd0(0x204),_0x1a06b1[_0x2bccd0(0x194)]=_0x2bccd0(0x19e),_0x1a06b1['jHnAU']=_0x2bccd0(0x17e),_0x1a06b1[_0x2bccd0(0x193)]=_0x2bccd0(0x1ac),_0x1a06b1[_0x2bccd0(0x1fe)]=_0x2bccd0(0x21b),_0x1a06b1['KSrzN']=_0x2bccd0(0x181),_0x1a06b1['PFFhe']=_0x2bccd0(0x1b2),_0x1a06b1[_0x2bccd0(0x229)]=_0x2bccd0(0x1ae),_0x1a06b1[_0x2bccd0(0x1da)]=_0x2bccd0(0x1f3),_0x1a06b1[_0x2bccd0(0x207)]=_0x2bccd0(0x1b3);var _0xc2081d=_0x1a06b1,_0x4cd1e8={};return _0x4cd1e8[_0x2bccd0(0x1ed)]=[_0xc2081d[_0x2bccd0(0x178)],_0xc2081d[_0x2bccd0(0x1fd)]],_0x4cd1e8['accessKey']=[_0xc2081d['DJPXr'],_0xc2081d[_0x2bccd0(0x20c)]],_0x4cd1e8[_0x2bccd0(0x195)]=[_0xc2081d[_0x2bccd0(0x1d4)]],_0x4cd1e8[_0x2bccd0(0x1b0)]=[_0xc2081d[_0x2bccd0(0x1f9)]],_0x4cd1e8[_0x2bccd0(0x18b)]=[_0xc2081d['mxZpx']],_0x4cd1e8[_0x2bccd0(0x1c3)]=[_0xc2081d['jHnAU'],_0xc2081d['ssNZi']],_0x4cd1e8['browserstackLocal']=[_0xc2081d[_0x2bccd0(0x1fe)]],_0x4cd1e8['localIdentifier']=[_0xc2081d['KSrzN']],_0x4cd1e8[_0x2bccd0(0x1d0)]=[_0xc2081d[_0x2bccd0(0x1be)]],_0x4cd1e8[_0x2bccd0(0x1ba)]=[_0xc2081d[_0x2bccd0(0x229)]],_0x4cd1e8[_0x2bccd0(0x1fb)]=[_0xc2081d[_0x2bccd0(0x1da)]],_0x4cd1e8[_0x2bccd0(0x1d9)]=[_0xc2081d['ADPKd']],_0x4cd1e8;},exports[a40_0x350764(0x20e)]=()=>{var _0x56ecc7=a40_0x350764,_0xd65967={};_0xd65967[_0x56ecc7(0x1de)]=_0x56ecc7(0x1f2),_0xd65967['AXzJa']=_0x56ecc7(0x17b),_0xd65967[_0x56ecc7(0x17f)]='BROWSERSTACK_ACCESS_KEY',_0xd65967['lVpBe']=_0x56ecc7(0x1b9),_0xd65967[_0x56ecc7(0x1fa)]=_0x56ecc7(0x189),_0xd65967[_0x56ecc7(0x1ab)]=_0x56ecc7(0x1e6),_0xd65967['LNfma']=_0x56ecc7(0x1eb),_0xd65967[_0x56ecc7(0x198)]=_0x56ecc7(0x1e2),_0xd65967[_0x56ecc7(0x184)]=_0x56ecc7(0x19d),_0xd65967[_0x56ecc7(0x177)]=_0x56ecc7(0x21e),_0xd65967[_0x56ecc7(0x1a6)]='BROWSERSTACK_APP_ID',_0xd65967[_0x56ecc7(0x19c)]=_0x56ecc7(0x227),_0xd65967[_0x56ecc7(0x1a4)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xd65967[_0x56ecc7(0x1f4)]=_0x56ecc7(0x1d3);var _0xf4a70f=_0xd65967,_0x91f798={};return _0x91f798['userName']=[_0xf4a70f[_0x56ecc7(0x1de)],_0xf4a70f[_0x56ecc7(0x211)]],_0x91f798[_0x56ecc7(0x1e5)]=[_0xf4a70f[_0x56ecc7(0x17f)]],_0x91f798[_0x56ecc7(0x195)]=[_0xf4a70f[_0x56ecc7(0x186)]],_0x91f798['projectName']=[_0xf4a70f['aoEWf']],_0x91f798['buildIdentifier']=[_0xf4a70f[_0x56ecc7(0x1ab)]],_0x91f798[_0x56ecc7(0x1c3)]=[_0xf4a70f['LNfma']],_0x91f798[_0x56ecc7(0x1c9)]=[_0xf4a70f[_0x56ecc7(0x198)]],_0x91f798[_0x56ecc7(0x20d)]=[_0xf4a70f['ITqnF']],_0x91f798[_0x56ecc7(0x1d0)]=[_0xf4a70f[_0x56ecc7(0x177)]],_0x91f798[_0x56ecc7(0x1ba)]=[_0xf4a70f[_0x56ecc7(0x1a6)],_0xf4a70f[_0x56ecc7(0x19c)]],_0x91f798[_0x56ecc7(0x1fb)]=[_0xf4a70f[_0x56ecc7(0x1a4)]],_0x91f798[_0x56ecc7(0x1d9)]=[_0xf4a70f['wmpdH']],_0x91f798;},exports[a40_0x350764(0x183)]=()=>[a40_0x350764(0x1ff),a40_0x350764(0x22d),'deviceName',a40_0x350764(0x185),a40_0x350764(0x1ba),a40_0x350764(0x226),a40_0x350764(0x202),a40_0x350764(0x1af),'orientation',a40_0x350764(0x1ca),a40_0x350764(0x1c7),a40_0x350764(0x197),a40_0x350764(0x1c8),a40_0x350764(0x1b6),a40_0x350764(0x1a3),'otherApps',a40_0x350764(0x1a5),'appActivity',a40_0x350764(0x212),'appWaitActivity','appWaitPackage',a40_0x350764(0x1f1),'deviceReadyTimeout','allowTestPackages',a40_0x350764(0x1a8),a40_0x350764(0x217),a40_0x350764(0x1c1),a40_0x350764(0x1fc),a40_0x350764(0x1db),a40_0x350764(0x1f5),a40_0x350764(0x220),a40_0x350764(0x205),a40_0x350764(0x1e3),a40_0x350764(0x22e),a40_0x350764(0x201),'useKeystore',a40_0x350764(0x18f),a40_0x350764(0x1b4),'keyAlias',a40_0x350764(0x19b),'chromedriverExecutable',a40_0x350764(0x1dd),a40_0x350764(0x1ea),a40_0x350764(0x1e0),a40_0x350764(0x22b),a40_0x350764(0x1ee),a40_0x350764(0x1d2),'chromedriverDisableBuildCheck',a40_0x350764(0x22f),a40_0x350764(0x1bf),a40_0x350764(0x22a),a40_0x350764(0x215),a40_0x350764(0x19a),a40_0x350764(0x1a9),a40_0x350764(0x187),a40_0x350764(0x188),a40_0x350764(0x1ad),a40_0x350764(0x231),a40_0x350764(0x1cd),a40_0x350764(0x225),a40_0x350764(0x234),a40_0x350764(0x192),'androidScreenshotPath',a40_0x350764(0x1a0),a40_0x350764(0x18c),'isHeadless',a40_0x350764(0x232),a40_0x350764(0x1f6),a40_0x350764(0x1f0),'autoGrantPermissions','androidNaturalOrientation','systemPort','remoteAdbHost',a40_0x350764(0x1ec),a40_0x350764(0x1cc),a40_0x350764(0x1b8),a40_0x350764(0x20b),a40_0x350764(0x20f),a40_0x350764(0x21d),'disableWindowAnimation',a40_0x350764(0x1aa),a40_0x350764(0x213),a40_0x350764(0x1c2),a40_0x350764(0x21a),a40_0x350764(0x1d7),a40_0x350764(0x1d1),a40_0x350764(0x199),'bundleId',a40_0x350764(0x1e9),a40_0x350764(0x1e1),a40_0x350764(0x1a1),a40_0x350764(0x1a7),a40_0x350764(0x1b5),'nativeInstrumentsLib',a40_0x350764(0x1dc),a40_0x350764(0x218),a40_0x350764(0x190),a40_0x350764(0x216),a40_0x350764(0x1bb),a40_0x350764(0x174),'localizableStringsDir',a40_0x350764(0x182),a40_0x350764(0x180),a40_0x350764(0x1c6),a40_0x350764(0x1d8),a40_0x350764(0x1df),a40_0x350764(0x191),a40_0x350764(0x1b7),a40_0x350764(0x18d),a40_0x350764(0x200),a40_0x350764(0x179),a40_0x350764(0x1bc),a40_0x350764(0x1e4),a40_0x350764(0x230),a40_0x350764(0x1ef),a40_0x350764(0x209),a40_0x350764(0x219),a40_0x350764(0x1c5),'wdaLocalPort',a40_0x350764(0x17d),'iosInstallPause',a40_0x350764(0x208),a40_0x350764(0x21f),'usePrebuiltWDA',a40_0x350764(0x1a2),a40_0x350764(0x1c0),a40_0x350764(0x18e),a40_0x350764(0x1d5),a40_0x350764(0x1ce),a40_0x350764(0x228),a40_0x350764(0x206),a40_0x350764(0x235),'updatedWDABundleId',a40_0x350764(0x17a),a40_0x350764(0x1f8),a40_0x350764(0x214),'wdaStartupRetryInterval',a40_0x350764(0x1e8),a40_0x350764(0x223),'simpleIsVisibleCheck',a40_0x350764(0x18a),a40_0x350764(0x20a),'startIWDP',a40_0x350764(0x1bd),a40_0x350764(0x1e7),a40_0x350764(0x19f),a40_0x350764(0x17c),a40_0x350764(0x196),'allowDelayAdb']);