browserstack-node-sdk 1.26.4 → 1.27.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 (95) 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/utils/AWSUtils.js +1 -1
  16. package/ats/src/utils/createAutoscalerStack.js +1 -1
  17. package/ats/src/utils/createClusterStack.js +1 -1
  18. package/ats/src/utils/createk8sClient.js +1 -1
  19. package/ats/src/utils/deleteStack.js +1 -1
  20. package/ats/src/utils/gridComponents.js +1 -1
  21. package/ats/src/utils/hstUtils.js +1 -1
  22. package/ats/src/utils/instrumentationUtils.js +1 -1
  23. package/ats/src/utils/userInput.js +1 -1
  24. package/ats/src/utils/utilityMethods.js +1 -1
  25. package/ats/src/utils/webSocketUtils.js +1 -1
  26. package/package.json +1 -1
  27. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  28. package/src/bin/codeceptjs/command.js +1 -1
  29. package/src/bin/cucumber-js/command.js +1 -1
  30. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  31. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  32. package/src/bin/cucumber-js/test.setup.js +1 -1
  33. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  34. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  35. package/src/bin/jest/command.js +1 -1
  36. package/src/bin/jest/customEnvironment.js +1 -1
  37. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  38. package/src/bin/jest/jest.setup.js +1 -1
  39. package/src/bin/jest/test_before.setup.js +1 -1
  40. package/src/bin/launcher/launcher.js +1 -1
  41. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  42. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  43. package/src/bin/mocha/command.js +1 -1
  44. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  45. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  46. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  47. package/src/bin/mocha/test.setup.js +1 -1
  48. package/src/bin/nightwatch/command.js +1 -1
  49. package/src/bin/playwright/accessibility-helper.js +1 -0
  50. package/src/bin/playwright/command.js +1 -1
  51. package/src/bin/playwright/globalSetup.js +1 -1
  52. package/src/bin/playwright/mock-process.js +1 -1
  53. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  54. package/src/bin/playwright/reporter/reporter.js +1 -1
  55. package/src/bin/playwright/reporter/test-details.js +1 -1
  56. package/src/bin/runner.js +1 -1
  57. package/src/bin/setup.js +1 -1
  58. package/src/bin/test-runner/index.js +1 -1
  59. package/src/bin/test-runner/runTest.js +1 -1
  60. package/src/bin/test-runner/testWorker.js +1 -1
  61. package/src/bin/utils/constants.js +1 -1
  62. package/src/bin/utils/log4jsAppender.js +1 -1
  63. package/src/bin/utils/logPatcher.js +1 -1
  64. package/src/bin/utils/logReportingAPI.js +1 -1
  65. package/src/bin/vanilla-js/command.js +1 -1
  66. package/src/helpers/BrowserStackSetup.js +1 -1
  67. package/src/helpers/accessibility-automation/constants.js +1 -0
  68. package/src/helpers/accessibility-automation/helper.js +1 -0
  69. package/src/helpers/capsMapping.js +1 -1
  70. package/src/helpers/helper.js +1 -1
  71. package/src/helpers/logger.js +1 -1
  72. package/src/helpers/patchHelpers.js +1 -1
  73. package/src/helpers/request-spy.js +1 -1
  74. package/src/helpers/setKeepAlive.js +1 -1
  75. package/src/helpers/test-observability/constants.js +1 -1
  76. package/src/helpers/test-observability/error-handler.js +1 -1
  77. package/src/helpers/test-observability/performance-tester.js +1 -1
  78. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  79. package/src/helpers/test-observability/sessionHandler.js +1 -1
  80. package/src/helpers/test-observability/utils.js +1 -1
  81. package/src/helpers/w3cMapping.js +1 -1
  82. package/src/hubAllocationMethods.js +1 -1
  83. package/src/index.js +1 -1
  84. package/ats/src/cloudproviders/AWS.js +0 -1
  85. package/ats/src/cloudproviders/Azure.js +0 -1
  86. package/ats/src/cloudproviders/CloudProvider.js +0 -1
  87. package/ats/src/cloudproviders/utils.js +0 -1
  88. package/ats/src/templates/azureresources/akscluster.json +0 -127
  89. package/ats/src/templates/azureresources/azureInstancetypes.json +0 -759
  90. package/ats/src/templates/azureresources/federatedidentityhub.json +0 -50
  91. package/ats/src/templates/azureresources/federatedidentitynode.json +0 -50
  92. package/ats/src/templates/azureresources/managedidentity.json +0 -49
  93. package/ats/src/templates/azureresources/storageaccount.json +0 -92
  94. package/ats/src/templates/default-service-account.yaml +0 -5
  95. package/src/bin/mocha/accessibility-automation/constants.js +0 -1
@@ -1 +1 @@
1
- const a31_0x256da0=a31_0x2efa;(function(_0x158300,_0x2da650){const _0x2553f0=a31_0x2efa,_0x4d3b2f=_0x158300();while(!![]){try{const _0x40e4cf=-parseInt(_0x2553f0(0x1f7))/0x1*(parseInt(_0x2553f0(0x1f2))/0x2)+parseInt(_0x2553f0(0x20c))/0x3+parseInt(_0x2553f0(0x1b8))/0x4+parseInt(_0x2553f0(0x1df))/0x5*(-parseInt(_0x2553f0(0x1f9))/0x6)+-parseInt(_0x2553f0(0x177))/0x7+-parseInt(_0x2553f0(0x1d6))/0x8+-parseInt(_0x2553f0(0x219))/0x9*(-parseInt(_0x2553f0(0x201))/0xa);if(_0x40e4cf===_0x2da650)break;else _0x4d3b2f['push'](_0x4d3b2f['shift']());}catch(_0x522c89){_0x4d3b2f['push'](_0x4d3b2f['shift']());}}}(a31_0x2b71,0x7a1fc));function a31_0x2efa(_0x199b93,_0x85759c){const _0x2b716e=a31_0x2b71();return a31_0x2efa=function(_0x2efaf6,_0x280b2b){_0x2efaf6=_0x2efaf6-0x16c;let _0x4849eb=_0x2b716e[_0x2efaf6];return _0x4849eb;},a31_0x2efa(_0x199b93,_0x85759c);}const Worker=require(a31_0x256da0(0x19d))[a31_0x256da0(0x188)],Emittery=require(a31_0x256da0(0x1f5)),pLimit=require(a31_0x256da0(0x1f4)),logger=require(a31_0x256da0(0x17c))[a31_0x256da0(0x212)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x256da0(0x1d8)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x256da0(0x1cb));function a31_0x2b71(){const _0x2ee41f=['VqCrY','ZXSVe','ByXaV','qyJwt','NZkTl','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','BTFsF','fanjc','lIRtk','debug','SatYn','Running\x20','platform','stop','CwWSc','EexcV','uIFPE','AGHhK','ZBUoW','platform-run-failure','pipe','xYlxa','length','yZohA','CFAzC','JotCS','2197088ZyzDXJ','blVdx','stderr','json','\x20for','platform-run-success','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','TAzsF','vdATT','qdRCf','platform-run-start','BROWSERSTACK_TEST_ACCESSIBILITY_YML','qmAAI','CzZrl','Avbly','log','eVtlr','worker','KxEoc','../../helpers/test-observability/utils','GUMAJ','end','configuration','ICcaA','env','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Opvcy','JUwht','LhkQf','WopjA','6998288uyIUkS','resolve','../mocha/accessibility-automation/helper','getStderr','ESfoK','yWPpb','error','ZbFOH','hFMjC','1135775BwLxXa','cNbVs','getStdout','SYjDG','mUoSC','ZBDCi','mgcwQ','SOHLl','parallelCucumberRun','NQhOU','ozvhP','NQesv','SUhiD','getWorkers','exitCode','./testWorker.js','UIwAx','ULZPz','then','4ybOlRc','rTbIa','p-limit','emittery','cucumberWorker','261197aSECkO','iVdaW','24eAgJgV','lwVav','RzEFA','GFaXh','mocha','accessibility','ELTSG','PsEeE','80OiANWj','parallelTestRun','platforms','Workers\x20failed\x20to\x20exit\x20gracefully','failureCount','BnrVV','Jzuzr','Mkqmp','rjVEu','GZyna','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','2891631teHlui','slifj','WoSni','XtwMc','test-file-success','CnGPj','winstonLogger','cMpCm','root_dir_path','xDwSL','BOsph','CvgwE','nWfma','1747773bDAGTb','results','KFHdM','BIGRL','lLEYa','info','rIGJy','WnsPV','BGIKT','srTZl','grsCR','bUrAR','PRgZS','map','push','WeQxy','zAbtv','tJmXZ','all','1824935ThpWdK','sBbVJ','sHubr','vanillaWorker','stdout','../../helpers/logger','FrBxu','NoRhr','_workerPool','HHNVV','BS_A11Y_JWT','DQFZX','mLzuH','SFIlA','FuIPb','emit','unuCF','Worker','waitForExit','OtJcc','MJNJS','PPqSa','test-file-failure','send','PvuDM','sqOjz','gjYeL','cCrfh','FpaTU','fWDUn','WLxkE','fixay','true','XFGVu','fIGDm','ISRDw','forEach','eXHGs','jest-worker'];a31_0x2b71=function(){return _0x2ee41f;};return a31_0x2b71();}checkAccessibility=_0x113d49=>{const _0x578d75=a31_0x256da0,_0x2ecbd2={'CzZrl':function(_0x660006,_0x8e9bf0){return _0x660006!==_0x8e9bf0;},'XtwMc':_0x578d75(0x16f),'NoRhr':'Hroaa','eXHGs':function(_0x24d601,_0x15ee39){return _0x24d601===_0x15ee39;},'zcUuo':_0x578d75(0x185),'NQhOU':function(_0x343e50,_0xa27f69){return _0x343e50(_0xa27f69);},'BGIKT':'failureCount','KFHdM':function(_0x397124,_0x129d77){return _0x397124+_0x129d77;},'Avbly':_0x578d75(0x21a),'VqCrY':_0x578d75(0x174),'RzEFA':_0x578d75(0x1c0),'SatYn':function(_0x5e1803,_0x8dd172){return _0x5e1803===_0x8dd172;},'SFIlA':'bWnGu','CFAzC':_0x578d75(0x213)};let _0x126d28=![];try{_0x2ecbd2[_0x578d75(0x1c5)](_0x2ecbd2[_0x578d75(0x19e)],_0x2ecbd2[_0x578d75(0x1fb)])?_0x113d49['platforms'][_0x578d75(0x19b)](_0x4b1345=>{const _0xd59322=_0x578d75;if(_0x2ecbd2[_0xd59322(0x1c5)](_0x2ecbd2[_0xd59322(0x20f)],_0x2ecbd2[_0xd59322(0x17e)])){if(_0x2ecbd2[_0xd59322(0x19c)](_0x4b1345[_0xd59322(0x1fe)],!![])){if(_0x2ecbd2[_0xd59322(0x19c)](_0x2ecbd2['zcUuo'],_0x2ecbd2['zcUuo']))return _0x126d28=!![],!![];else _0x3ef3ed[0x0]&&_0x2a4703['info'](_0xd59322(0x1a9)+_0x4ccc67[0x1]+'\x20for',_0x53b09e[0x0]);}}else return _0x15d5bc=!![],!![];}):_0x2ecbd2[_0x578d75(0x1e8)](_0xc9edd4,_0x578d75(0x1a3)+_0x46c236);}catch(_0x1bd393){_0x2ecbd2[_0x578d75(0x1a8)](_0x2ecbd2[_0x578d75(0x184)],_0x2ecbd2[_0x578d75(0x1b6)])?(_0x2cc7b3[_0x4555c3[0x0]][_0x2ecbd2[_0x578d75(0x16c)]]=_0x2ecbd2[_0x578d75(0x21b)](_0x4a4f52[_0x125ecd[0x0]][_0x2ecbd2[_0x578d75(0x16c)]],_0x10aa3a[0x1][_0x2ecbd2[_0x578d75(0x16c)]]),_0x5eddf7[_0x879f30[0x0]][_0x2ecbd2[_0x578d75(0x1c6)]]=[..._0x1ec21a[_0x45d1f4[0x0]][_0x2ecbd2[_0x578d75(0x1c6)]],..._0x11b65d[0x1][_0x2ecbd2[_0x578d75(0x1c6)]]]):logger[_0x578d75(0x1a7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1bd393);}return _0x126d28;},exports[a31_0x256da0(0x202)]=(_0x41e990,_0xf020b1,_0x122139)=>new Promise(async _0x74be67=>{const _0x101a5=a31_0x256da0,_0x2881a6={'CnGPj':function(_0x4f54b4,_0x19eca4){return _0x4f54b4===_0x19eca4;},'ozvhP':_0x101a5(0x205),'GUMAJ':function(_0x4c79b4,_0x52999d){return _0x4c79b4+_0x52999d;},'fWDUn':'results','hKLIb':function(_0x1bd554,_0x3adaa3){return _0x1bd554===_0x3adaa3;},'fanjc':function(_0x3257ca,_0x35c6e6){return _0x3257ca!==_0x35c6e6;},'ZBUoW':_0x101a5(0x204),'sHubr':function(_0x3d113f,_0x2f2a29){return _0x3d113f===_0x2f2a29;},'PsEeE':_0x101a5(0x1e2),'ESfoK':'djiKE','ULZPz':'aYqGO','GZyna':function(_0x4a6af3,_0x46a540){return _0x4a6af3+_0x46a540;},'SOHLl':_0x101a5(0x1de),'rnuNY':_0x101a5(0x175),'ICcaA':_0x101a5(0x18c),'iVdaW':function(_0x2f06e2,_0x7ac290){return _0x2f06e2===_0x7ac290;},'WnsPV':'XkBOm','rjVEu':_0x101a5(0x1c8),'WeQxy':'bZocV','UIwAx':function(_0x50a739){return _0x50a739();},'grsCR':function(_0x10091b,_0x24624f){return _0x10091b!==_0x24624f;},'sqOjz':_0x101a5(0x1d4),'CRDOM':'MVjbs','srTZl':function(_0x1b3eb9,_0x278ece){return _0x1b3eb9(_0x278ece);},'BIGRL':function(_0x437e0b){return _0x437e0b();},'NQesv':function(_0x3c8a43,_0x27db61){return _0x3c8a43!==_0x27db61;},'SUhiD':'xYhHW','ZbFOH':_0x101a5(0x218),'CvgwE':_0x101a5(0x198),'uWAOH':function(_0x510c60,_0x3a62af){return _0x510c60===_0x3a62af;},'JotCS':'zOMLL','mgcwQ':'mVNdn','cNbVs':function(_0x5bf8ae,_0x1000c3){return _0x5bf8ae(_0x1000c3);},'WlCUA':function(_0x1b314c,_0x45eab3){return _0x1b314c===_0x45eab3;},'tBBVa':_0x101a5(0x192),'lLEYa':_0x101a5(0x1ae),'CwWSc':'test-file-start','Jzuzr':function(_0x514a1b){return _0x514a1b();},'fixay':_0x101a5(0x182),'BGaWV':_0x101a5(0x1b3),'unuCF':_0x101a5(0x1fd),'lwVav':function(_0x38c500,_0x398e0e){return _0x38c500(_0x398e0e);},'ELTSG':function(_0x949a1a,_0x2a96b0){return _0x949a1a===_0x2a96b0;},'mLzuH':_0x101a5(0x197),'blVdx':function(_0x3207cf,_0x4150b3){return _0x3207cf!==_0x4150b3;},'slifj':'KyQAa','Mkqmp':function(_0x2bc118,_0x5f469d){return _0x2bc118(_0x5f469d);},'rTbIa':'./testWorker.js','WoSni':'worker','mtZCj':'json','KxEoc':_0x101a5(0x1b2),'JUwht':function(_0x39bf97,_0x406db8){return _0x39bf97*_0x406db8;},'WLxkE':'test-file-success','yZohA':_0x101a5(0x18d)},_0x4ad804={};if(_0x2881a6[_0x101a5(0x207)](isTestObservabilitySession)){if(_0x2881a6[_0x101a5(0x1ea)](_0x2881a6[_0x101a5(0x196)],_0x2881a6['BGaWV'])){const _0x5337d8={..._0x122139};_0x5337d8['root_dir_path']='',await SessionHandler['launch'](_0x5337d8,{'frameworkName':_0x2881a6[_0x101a5(0x187)],'frameworkVersion':_0x2881a6[_0x101a5(0x1fa)](getFrameworkVersion,_0x2881a6[_0x101a5(0x187)])});}else _0xd9bce4=_0x15b083;}let _0x1a5a32=_0x2881a6[_0x101a5(0x1ff)](process[_0x101a5(0x1d0)][_0x101a5(0x1c3)],_0x2881a6[_0x101a5(0x183)]);process[_0x101a5(0x1d0)][_0x101a5(0x1d1)]=_0x2881a6[_0x101a5(0x16d)](checkAccessibility,_0x122139),_0x1a5a32=_0x1a5a32||_0x2881a6['iVdaW'](process[_0x101a5(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x2881a6[_0x101a5(0x183)]);if(_0x1a5a32){if(_0x2881a6[_0x101a5(0x1b9)](_0x2881a6[_0x101a5(0x20d)],_0x2881a6[_0x101a5(0x20d)])){if(_0x2881a6[_0x101a5(0x211)](_0x90cb09['accessibility'],!![]))return _0x24c317=!![],!![];}else{const _0x30c375={..._0x122139};_0x30c375[_0x101a5(0x214)]='';const [_0x2154a0,_0x30976a]=await _0x2881a6[_0x101a5(0x208)](createAccessibilityTestRun,_0x30c375);logger['debug'](_0x101a5(0x1be)+_0x30976a),process['env'][_0x101a5(0x181)]=_0x2154a0,process[_0x101a5(0x1d0)]['BS_A11Y_TEST_RUN_ID']=_0x30976a;}}const _0x457225=new Worker(require[_0x101a5(0x1d7)](_0x2881a6[_0x101a5(0x1f3)]),{'exposedMethods':[_0x2881a6[_0x101a5(0x20e)]],'forkOptions':{'serialization':_0x2881a6['mtZCj'],'stdio':_0x2881a6[_0x101a5(0x1ca)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2881a6[_0x101a5(0x1d3)](_0xf020b1,0x1),'enableWorkerThreads':!![]}),_0x21a200=new Emittery();_0x21a200['on'](_0x2881a6[_0x101a5(0x195)],_0x37b87f=>{const _0x2d2c5c=_0x101a5,_0xeda9b={'NZkTl':_0x2881a6['ozvhP'],'xDwSL':function(_0x5491a7,_0x51fc52){const _0x58a21b=a31_0x2efa;return _0x2881a6[_0x58a21b(0x1cc)](_0x5491a7,_0x51fc52);},'TAzsF':_0x2881a6[_0x2d2c5c(0x194)],'fIGDm':function(_0x4ab94f,_0x214b9d){return _0x2881a6['hKLIb'](_0x4ab94f,_0x214b9d);},'pWqvu':function(_0x355293,_0x1dc37e){return _0x2881a6['fanjc'](_0x355293,_0x1dc37e);},'BnrVV':_0x2881a6[_0x2d2c5c(0x1b0)]};if(_0x2881a6[_0x2d2c5c(0x179)](_0x2881a6[_0x2d2c5c(0x200)],_0x2881a6[_0x2d2c5c(0x1da)])){if(_0x402288[_0x4439e3[0x0]])_0x426fd4[_0x35891e[0x0]][_0xeda9b[_0x2d2c5c(0x1a2)]]=_0xeda9b[_0x2d2c5c(0x215)](_0x162c9c[_0x2bd3e6[0x0]][_0xeda9b[_0x2d2c5c(0x1a2)]],_0x430e52[0x1][_0xeda9b['NZkTl']]),_0x2ba19c[_0x5bb9f1[0x0]][_0xeda9b[_0x2d2c5c(0x1bf)]]=[..._0x10787a[_0x43fca7[0x0]][_0xeda9b[_0x2d2c5c(0x1bf)]],..._0x3a7da1[0x1][_0xeda9b[_0x2d2c5c(0x1bf)]]];else{const _0x15bfb0={};_0x15bfb0[_0x2d2c5c(0x205)]=_0x48c5ea[0x1][_0xeda9b[_0x2d2c5c(0x1a2)]],_0x15bfb0[_0x2d2c5c(0x21a)]=[..._0x393120[0x1][_0xeda9b[_0x2d2c5c(0x1bf)]]],_0xe7fb91[_0x3a60bd[0x0]]=_0x15bfb0;}}else _0x4ad804[_0x37b87f[0x0]]?_0x2881a6['fanjc'](_0x2881a6[_0x2d2c5c(0x1f0)],_0x2881a6['ULZPz'])?_0xeda9b[_0x2d2c5c(0x199)](_0x3ad4d5,0x0)&&_0xeda9b['pWqvu'](_0x1ceefb,0x0)&&(_0x5d3034=_0x31b28a):(_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x1e9)]]=_0x2881a6[_0x2d2c5c(0x20a)](_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x1e9)]],_0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x1e9)]]),_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x194)]]=[..._0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x194)]],..._0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x194)]]]):_0x2881a6[_0x2d2c5c(0x1a5)](_0x2881a6['SOHLl'],_0x2881a6[_0x2d2c5c(0x1e6)])?_0x7404e2[_0x2d2c5c(0x1dc)](_0xeda9b[_0x2d2c5c(0x206)]):_0x4ad804[_0x37b87f[0x0]]={'failureCount':_0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x1e9)]],'results':[..._0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x194)]]]};}),_0x21a200['on'](_0x2881a6[_0x101a5(0x1b5)],_0x17d670=>console[_0x101a5(0x1c7)](_0x17d670[0x1]));if(_0x457225[_0x101a5(0x1e1)]())_0x457225[_0x101a5(0x1e1)]()['pipe'](process[_0x101a5(0x17b)]);if(_0x457225[_0x101a5(0x1d9)]())_0x457225['getStderr']()[_0x101a5(0x1b2)](process['stderr']);const _0x3baafc=async()=>{const _0x2d2824=_0x101a5,_0x364df3={'ISRDw':_0x2881a6[_0x2d2824(0x1e9)],'HHNVV':_0x2881a6[_0x2d2824(0x194)],'BOsph':function(_0x1dec97,_0x46e590){const _0xc4a621=_0x2d2824;return _0x2881a6[_0xc4a621(0x1a5)](_0x1dec97,_0x46e590);},'sBbVJ':_0x2881a6['rnuNY'],'xbOTO':_0x2881a6[_0x2d2824(0x1cf)],'gjYeL':_0x2881a6[_0x2d2824(0x1b0)]};if(_0x2881a6[_0x2d2824(0x1f8)](_0x2881a6['WnsPV'],_0x2881a6[_0x2d2824(0x220)])){const {forceExited:_0x2ec845}=await _0x457225[_0x2d2824(0x1cd)]();_0x2ec845&&(_0x2881a6['iVdaW'](_0x2881a6[_0x2d2824(0x209)],_0x2881a6[_0x2d2824(0x173)])?_0x5cc048[_0x2d2824(0x1dc)](_0x2d2824(0x20b)+_0x3666a1):console[_0x2d2824(0x1dc)](_0x2881a6[_0x2d2824(0x1b0)]));_0x2881a6[_0x2d2824(0x1ef)](isAccessibilityAutomationSession)&&(_0x2881a6[_0x2d2824(0x16e)](_0x2881a6[_0x2d2824(0x190)],_0x2881a6['CRDOM'])?await _0x2881a6[_0x2d2824(0x16d)](stopAccessibilityTestRun,_0x122139)['catch'](_0x1cb008=>{const _0x58bd25=_0x2d2824,_0x111dc5={};_0x111dc5[_0x58bd25(0x170)]=_0x364df3[_0x58bd25(0x19a)],_0x111dc5[_0x58bd25(0x1e3)]=_0x364df3[_0x58bd25(0x180)];const _0x5b474d=_0x111dc5;if(_0x364df3[_0x58bd25(0x216)](_0x364df3[_0x58bd25(0x178)],_0x364df3['xbOTO']))logger[_0x58bd25(0x1dc)](_0x58bd25(0x20b)+_0x1cb008);else{const _0x56b74e={};_0x56b74e[_0x58bd25(0x205)]=_0x2fc3c1[0x1][_0x5b474d[_0x58bd25(0x170)]],_0x56b74e[_0x58bd25(0x21a)]=[..._0x122c23[0x1][_0x5b474d['mUoSC']]],_0xd2652c[_0x3a25f5[0x0]]=_0x56b74e;}}):_0x2b26bb[_0x2d2824(0x1dc)](_0x364df3[_0x2d2824(0x191)]));if(_0x2881a6[_0x2d2824(0x21c)](isTestObservabilitySession)){if(_0x2881a6[_0x2d2824(0x1ea)](_0x2881a6[_0x2d2824(0x1eb)],_0x2881a6['SUhiD']))return _0x540487[_0x2d2824(0x17a)](_0x3114d0);else try{_0x2881a6['iVdaW'](_0x2881a6[_0x2d2824(0x1dd)],_0x2881a6[_0x2d2824(0x217)])?_0x1499aa[_0x2d2824(0x1a7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1d2665):await SessionHandler[_0x2d2824(0x1ab)]();}catch(_0x43ff5f){if(_0x2881a6['uWAOH'](_0x2881a6[_0x2d2824(0x1b7)],_0x2881a6[_0x2d2824(0x1e5)])){const _0x46b8a1={'FrBxu':function(_0x25f26c,_0x199699){return _0x2881a6['CnGPj'](_0x25f26c,_0x199699);}};_0x5d5c58[_0x2d2824(0x203)][_0x2d2824(0x19b)](_0x3e04d1=>{const _0x227f6d=_0x2d2824;if(_0x46b8a1[_0x227f6d(0x17d)](_0x3e04d1['accessibility'],!![]))return _0x5c39fd=!![],!![];});}else _0x2881a6[_0x2d2824(0x16d)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x43ff5f);}}_0x2881a6[_0x2d2824(0x1e0)](_0x74be67,_0x4ad804);}else _0x57eed7['push']([_0x5f47c1[0x0],_0x1c8d75[0x1]]);},_0x132ff3=_0x2881a6[_0x101a5(0x16d)](pLimit,_0x2881a6['JUwht'](_0xf020b1,0x1)),_0x5d83af=_0xbda214=>_0x132ff3(async()=>{const _0x2b239e=_0x101a5;if(_0x2881a6['WlCUA'](_0x2881a6['tBBVa'],_0x2881a6[_0x2b239e(0x21d)]))_0x40fca4[_0x2b239e(0x1dc)](_0x2881a6[_0x2b239e(0x1b0)]);else return await _0x21a200['emit'](_0x2881a6[_0x2b239e(0x1ac)],_0xbda214),_0x457225[_0x2b239e(0x1c9)](_0xbda214,_0x122139);});Promise[_0x101a5(0x176)](_0x41e990[_0x101a5(0x171)](_0x181ebe=>_0x5d83af(_0x181ebe)[_0x101a5(0x1f1)](_0x4a54f9=>_0x21a200[_0x101a5(0x186)]('test-file-success',[_0x181ebe[_0x101a5(0x1ce)][_0x101a5(0x1aa)],_0x4a54f9]),_0x40619b=>_0x21a200[_0x101a5(0x186)]('test-file-failure',[_0x181ebe,_0x40619b]))))[_0x101a5(0x1f1)](_0x3baafc,_0x3baafc);}),exports[a31_0x256da0(0x1e7)]=(_0x589664,_0x281568,_0x22a94c,_0x157180,_0x2b459e)=>{const _0x3d896c=a31_0x256da0,_0x42a0e={'wOnRp':_0x3d896c(0x204),'WopjA':function(_0x2ed461,_0x2ee3d4){return _0x2ed461(_0x2ee3d4);},'hrElE':_0x3d896c(0x1c2),'Opvcy':_0x3d896c(0x1ee),'GFaXh':_0x3d896c(0x1f6),'MJNJS':_0x3d896c(0x1bb),'UYlHo':_0x3d896c(0x1b2),'Jpvst':_0x3d896c(0x1bd),'BTFsF':_0x3d896c(0x1b1)};return new Promise(_0x5f089f=>{const _0x477c64=_0x3d896c,_0x155b45={'QtfQh':_0x42a0e['wOnRp'],'rIGJy':function(_0x34c605,_0x17bde8){const _0x17767a=a31_0x2efa;return _0x42a0e[_0x17767a(0x1d5)](_0x34c605,_0x17bde8);},'ZXSVe':_0x42a0e['hrElE']},_0xae27c2=[],_0x2b0227=new Worker(require[_0x477c64(0x1d7)](_0x42a0e[_0x477c64(0x1d2)]),{'exposedMethods':[_0x42a0e[_0x477c64(0x1fc)]],'forkOptions':{'serialization':_0x42a0e[_0x477c64(0x18b)],'stdio':_0x42a0e['UYlHo']},'numWorkers':_0x589664[_0x477c64(0x1b4)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4d6305=new Emittery();_0x4d6305['on'](_0x42a0e['Jpvst'],_0x522ac6=>{const _0x256a89=_0x477c64;_0xae27c2[_0x256a89(0x172)]([_0x522ac6[0x0],_0x522ac6[0x1]]);}),_0x4d6305['on'](_0x42a0e[_0x477c64(0x1a4)],_0x475fbc=>console['log'](_0x475fbc[0x1]));if(_0x2b0227[_0x477c64(0x1e1)]())_0x2b0227[_0x477c64(0x1e1)]()['pipe'](process[_0x477c64(0x17b)]);if(_0x2b0227[_0x477c64(0x1d9)]())_0x2b0227['getStderr']()['pipe'](process[_0x477c64(0x1ba)]);const _0x1ba8ec=async()=>{const _0x2a61b1=_0x477c64,{forceExited:_0x3191ee}=await _0x2b0227[_0x2a61b1(0x1cd)]();_0x3191ee&&console[_0x2a61b1(0x1dc)](_0x155b45['QtfQh']),_0x155b45[_0x2a61b1(0x21f)](_0x5f089f,_0xae27c2);},_0x2e47cb=_0x42a0e['WopjA'](pLimit,_0x589664['length']),_0x5afcd2=_0x273b2a=>_0x2e47cb(async()=>{const _0xc0de28=_0x477c64;return await _0x4d6305[_0xc0de28(0x186)](_0x155b45[_0xc0de28(0x19f)],_0x273b2a),_0x2b0227[_0xc0de28(0x1f6)](_0x273b2a,_0x281568,_0x22a94c,_0x157180,_0x2b459e);});Promise[_0x477c64(0x176)](_0x589664['map'](_0x116703=>_0x5afcd2(_0x116703)['then'](_0x332cdb=>_0x4d6305['emit']('platform-run-success',[_0x116703,_0x332cdb]),_0xec70c5=>_0x4d6305['emit'](_0x477c64(0x1b1),[_0x116703,_0xec70c5]))))[_0x477c64(0x1f1)](_0x1ba8ec,_0x1ba8ec);});},exports['parallelVanillaRun']=(_0x604f4c,_0x5ef371)=>new Promise(_0xfca646=>{const _0x1e8aa6=a31_0x256da0,_0x575b67={'OtJcc':function(_0x258d9e,_0x271d86){return _0x258d9e===_0x271d86;},'NyjbO':function(_0x5bc640,_0x4e14e8){return _0x5bc640!==_0x4e14e8;},'EexcV':'exit','AGHhK':_0x1e8aa6(0x204),'FpaTU':function(_0xb4718a,_0x2162c1){return _0xb4718a(_0x2162c1);},'qvdEc':_0x1e8aa6(0x1ee),'qmAAI':_0x1e8aa6(0x17a),'ByXaV':'json','yWPpb':_0x1e8aa6(0x1b2),'qyJwt':_0x1e8aa6(0x210),'lIRtk':_0x1e8aa6(0x18d)},_0x4a7df3={},_0x4495c5=new Worker(require[_0x1e8aa6(0x1d7)](_0x575b67['qvdEc']),{'exposedMethods':[_0x575b67[_0x1e8aa6(0x1c4)]],'forkOptions':{'serialization':_0x575b67[_0x1e8aa6(0x1a0)],'stdio':_0x575b67[_0x1e8aa6(0x1db)]},'numWorkers':_0x5ef371,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x5d9141=new Emittery();_0x5d9141['on'](_0x575b67[_0x1e8aa6(0x1a1)],_0x328fec=>{const _0x580f21=_0x1e8aa6;_0x328fec[0x0]&&logger[_0x580f21(0x21e)](_0x580f21(0x1a9)+_0x328fec[0x1]+_0x580f21(0x1bc),_0x328fec[0x0]);}),_0x5d9141['on'](_0x575b67[_0x1e8aa6(0x1a6)],_0x4a60c2=>console[_0x1e8aa6(0x1c7)](_0x4a60c2[0x1]));if(_0x4495c5[_0x1e8aa6(0x1e1)]())_0x4495c5[_0x1e8aa6(0x1e1)]()[_0x1e8aa6(0x1b2)](process[_0x1e8aa6(0x17b)]);if(_0x4495c5[_0x1e8aa6(0x1d9)]())_0x4495c5[_0x1e8aa6(0x1d9)]()[_0x1e8aa6(0x1b2)](process[_0x1e8aa6(0x1ba)]);const _0x1152d6=async()=>{const _0x3dd959=_0x1e8aa6,_0x13a244={'qdRCf':function(_0x2ac3ec,_0x128003){const _0x3ed68f=a31_0x2efa;return _0x575b67[_0x3ed68f(0x18a)](_0x2ac3ec,_0x128003);},'ZBDCi':function(_0x40d22f,_0x51cd90){return _0x575b67['NyjbO'](_0x40d22f,_0x51cd90);},'PvuDM':_0x575b67[_0x3dd959(0x1ad)]};let _0x2995d7=0x0;const _0x2bbb39=_0x4495c5[_0x3dd959(0x17f)][_0x3dd959(0x1ec)](),_0x43d98e=()=>{},_0x58ff7d=_0x2bbb39[_0x3dd959(0x171)](async _0x533175=>{const _0x436f16=_0x3dd959;_0x533175[_0x436f16(0x18e)]([0x2,![]],_0x43d98e,_0x43d98e,_0x43d98e),_0x533175['_child']['on'](_0x13a244[_0x436f16(0x18f)],_0x59a62d=>{const _0x22635d=_0x436f16;_0x13a244[_0x22635d(0x1c1)](_0x2995d7,0x0)&&_0x13a244[_0x22635d(0x1e4)](_0x59a62d,0x0)&&(_0x2995d7=_0x59a62d);}),await _0x533175[_0x436f16(0x189)]();});await Promise[_0x3dd959(0x176)](_0x58ff7d),process[_0x3dd959(0x1ed)]=_0x2995d7;const {forceExited:_0x55ec59}=await _0x4495c5[_0x3dd959(0x1cd)]();_0x55ec59&&console[_0x3dd959(0x1dc)](_0x575b67[_0x3dd959(0x1af)]),_0x575b67[_0x3dd959(0x193)](_0xfca646,_0x4a7df3);},_0x24c7e8=_0x575b67[_0x1e8aa6(0x193)](pLimit,_0x5ef371),_0x408f09=_0x3b296e=>_0x24c7e8(async()=>{const _0x196b48=_0x1e8aa6;return _0x4495c5[_0x196b48(0x17a)](_0x3b296e);});Promise[_0x1e8aa6(0x176)](_0x604f4c[_0x1e8aa6(0x171)](_0x3f9299=>_0x408f09(_0x3f9299)[_0x1e8aa6(0x1f1)](_0x12d984=>_0x5d9141[_0x1e8aa6(0x186)](_0x1e8aa6(0x210),[_0x3f9299[_0x1e8aa6(0x1ce)]['platform'],_0x3f9299[_0x1e8aa6(0x1ce)]['file']]),_0x5bc66d=>_0x5d9141[_0x1e8aa6(0x186)](_0x1e8aa6(0x18d),[_0x3f9299,_0x5bc66d]))))[_0x1e8aa6(0x1f1)](_0x1152d6,_0x1152d6);});
1
+ const a31_0x37a385=a31_0x5c16;(function(_0x38b70e,_0x1b0bd2){const _0x5183e=a31_0x5c16,_0x17ea45=_0x38b70e();while(!![]){try{const _0x3759af=parseInt(_0x5183e(0x207))/0x1*(-parseInt(_0x5183e(0x190))/0x2)+-parseInt(_0x5183e(0x1d8))/0x3*(-parseInt(_0x5183e(0x1eb))/0x4)+parseInt(_0x5183e(0x1ed))/0x5+-parseInt(_0x5183e(0x225))/0x6*(-parseInt(_0x5183e(0x231))/0x7)+-parseInt(_0x5183e(0x1db))/0x8+parseInt(_0x5183e(0x1a0))/0x9*(-parseInt(_0x5183e(0x1bc))/0xa)+-parseInt(_0x5183e(0x222))/0xb*(parseInt(_0x5183e(0x1d5))/0xc);if(_0x3759af===_0x1b0bd2)break;else _0x17ea45['push'](_0x17ea45['shift']());}catch(_0x55873d){_0x17ea45['push'](_0x17ea45['shift']());}}}(a31_0x3048,0x22792));const Worker=require('jest-worker')[a31_0x37a385(0x206)],Emittery=require(a31_0x37a385(0x19a)),pLimit=require(a31_0x37a385(0x1b7)),logger=require('../../helpers/logger')['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x37a385(0x218)),SessionHandler=require(a31_0x37a385(0x1ca)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x37a385(0x20d));function a31_0x3048(){const _0xbc0871=['forEach','results','RlfFj','Worker','1hNMSnv','BNXkr','true','BDGHO','DHSwm','jgyFF','../../helpers/test-observability/utils','all','RVtrb','iZLiz','_workerPool','xayEq','YxsPc','launch','stderr','xMjNB','test-file-start','../../helpers/accessibility-automation/helper','JnbzQ','JznCz','then','BS_A11Y_JWT','_child','getWorkers','hgbRE','catch','hWbYn','148907jpDeKp','KCKws','test-file-success','20694jalrQq','hRXKz','shyoR','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','RHNJK','\x20for','vCpVv','mFVHk','AGrJv','rVaHK','oTPdU','fQvmr','266xgcgKy','stdout','ZbWoH','mcOsq','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','oZFIc','OKCFt','length','SLpYc','env','canwe','hJSdY','platform','Erudf','uwgOQ','failureCount','432328pODdDs','WVSAL','exit','json','SMKfU','QjZOT','TooKR','xaGqS','file','Running\x20','emittery','iEOMZ','resolve','CAotR','pipe','zAMij','108045Bfyree','push','emit','LZcPM','kdNem','accessibility','wBRBC','debug','JXqWu','TEfmA','wVIkE','ZrFZh','mocha','wLojl','bZcix','JGCYU','lvYes','gcqVb','GmiLE','QHRpw','exitCode','MwJqp','uNElQ','p-limit','configuration','MSVyD','Dmvqz','mvuTf','60XvltYT','MKWQD','JfKSE','QlZJZ','sHnBJ','vanillaWorker','HHtnV','WVPsf','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','JkFEV','getStdout','worker','Jixqn','info','../../helpers/test-observability/sessionHandler','parallelVanillaRun','HDNAU','CinlZ','getStderr','nZEjG','ItzAo','parallelTestRun','./testWorker.js','iTliM','xpqhw','12ScEujf','uudGw','xBZcj','759099CdTbvz','parallelCucumberRun','vRCxU','350688ExOwVa','error','PJbTL','stop','HUmbZ','map','MpQDo','platforms','VcxXo','BQbgf','pJsXO','iAoAA','platform-run-success','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','PsYNw','nHDqt','4ITRYty','test-file-failure','513370NJaczO','OqkeO','MtXDu','wZXwr','end','bkrJB','send','Workers\x20failed\x20to\x20exit\x20gracefully','cucumberWorker','fxQMU','QESyk','BROWSERSTACK_TEST_ACCESSIBILITY_YML','qkQpU','platform-run-failure','cNXsR','Pfrtg','kZuSM','EZuhH','ucKRl','POAug','rqLsb','ruhfr'];a31_0x3048=function(){return _0xbc0871;};return a31_0x3048();}function a31_0x5c16(_0x12c244,_0x4376a0){const _0x30482d=a31_0x3048();return a31_0x5c16=function(_0x5c167f,_0x48ee93){_0x5c167f=_0x5c167f-0x188;let _0x2dd780=_0x30482d[_0x5c167f];return _0x2dd780;},a31_0x5c16(_0x12c244,_0x4376a0);}checkAccessibility=_0x3c693e=>{const _0x2f86c0=a31_0x37a385,_0x1bdb35={'PsYNw':function(_0x568228,_0x238ef9){return _0x568228===_0x238ef9;},'aLjKy':function(_0x36519f,_0x1c5675){return _0x36519f(_0x1c5675);},'MSVyD':function(_0x2dfd11,_0x524015){return _0x2dfd11===_0x524015;},'TooKR':_0x2f86c0(0x227),'JGCYU':_0x2f86c0(0x1f2),'bZcix':function(_0xb60c85,_0x4f3d6c){return _0xb60c85===_0x4f3d6c;},'YxsPc':_0x2f86c0(0x233),'JznCz':_0x2f86c0(0x18f),'CinlZ':function(_0x49f605,_0x1270d8){return _0x49f605+_0x1270d8;},'JkFEV':_0x2f86c0(0x204),'fhxqv':function(_0x355673,_0x5237e0){return _0x355673===_0x5237e0;},'AbvLA':_0x2f86c0(0x1ba),'nHDqt':_0x2f86c0(0x1be),'RLdNN':_0x2f86c0(0x219),'CAotR':_0x2f86c0(0x18d)};let _0x51979c=![];try{if(_0x1bdb35['fhxqv'](_0x1bdb35['AbvLA'],_0x1bdb35[_0x2f86c0(0x1ea)])){if(_0x1bdb35[_0x2f86c0(0x1e9)](_0x975bba[_0x2f86c0(0x1a5)],!![]))return _0x5ad139=!![],!![];}else _0x3c693e[_0x2f86c0(0x1e2)][_0x2f86c0(0x203)](_0x44e13a=>{const _0xba0293=_0x2f86c0;if(_0x1bdb35[_0xba0293(0x1b9)](_0x1bdb35[_0xba0293(0x196)],_0x1bdb35[_0xba0293(0x1af)]))_0x1bdb35['aLjKy'](_0x50bcc0,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x13f79f);else{if(_0x1bdb35[_0xba0293(0x1b9)](_0x44e13a[_0xba0293(0x1a5)],!![]))return _0x1bdb35[_0xba0293(0x1ae)](_0x1bdb35[_0xba0293(0x213)],_0x1bdb35[_0xba0293(0x213)])?(_0x51979c=!![],!![]):(_0x38104e=!![],!![]);}});}catch(_0x56abef){_0x1bdb35[_0x2f86c0(0x1e9)](_0x1bdb35['RLdNN'],_0x1bdb35[_0x2f86c0(0x19d)])?(_0x2e87e3[_0x58d5e2[0x0]][_0x1bdb35['JznCz']]=_0x1bdb35[_0x2f86c0(0x1cd)](_0xe2e7e[_0x17a896[0x0]][_0x1bdb35[_0x2f86c0(0x21a)]],_0x4d0e7f[0x1][_0x1bdb35[_0x2f86c0(0x21a)]]),_0xa5ac49[_0x468bf5[0x0]][_0x1bdb35[_0x2f86c0(0x1c5)]]=[..._0x14c340[_0x1564ac[0x0]][_0x1bdb35['JkFEV']],..._0x31c358[0x1][_0x1bdb35['JkFEV']]]):logger[_0x2f86c0(0x1a7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x56abef);}return _0x51979c;},exports[a31_0x37a385(0x1d1)]=(_0x9a5e4c,_0x525a6f,_0x572124)=>new Promise(async _0x96a6ab=>{const _0x2b1e08=a31_0x37a385,_0x27e4a5={'ruhfr':_0x2b1e08(0x1f4),'Pfrtg':function(_0x2fca92,_0x4481db){return _0x2fca92===_0x4481db;},'WVPsf':function(_0x49738b,_0x241233){return _0x49738b!==_0x241233;},'POAug':_0x2b1e08(0x1dd),'QHRpw':_0x2b1e08(0x1f6),'uNElQ':'failureCount','mcOsq':function(_0x3ac970,_0x43f53e){return _0x3ac970+_0x43f53e;},'GmiLE':_0x2b1e08(0x204),'BDGHO':function(_0x1dbcbc,_0x44d297){return _0x1dbcbc===_0x44d297;},'RHNJK':_0x2b1e08(0x1a3),'iAoAA':function(_0xba4eed,_0x5ab0dc){return _0xba4eed!==_0x5ab0dc;},'RVtrb':_0x2b1e08(0x1b5),'AGrJv':_0x2b1e08(0x1ad),'uwgOQ':function(_0x279098,_0x4c65f3){return _0x279098!==_0x4c65f3;},'uNUQL':'jjJuu','JXqWu':'mptTm','JgKuQ':function(_0xea683c,_0xdc47a){return _0xea683c===_0xdc47a;},'rVaHK':_0x2b1e08(0x1fb),'ucKRl':function(_0xe357e4){return _0xe357e4();},'QjZOT':_0x2b1e08(0x1bd),'QnVWu':_0x2b1e08(0x1a6),'oZFIc':function(_0x4d0151,_0x6e49c4){return _0x4d0151(_0x6e49c4);},'SFfsM':function(_0x404f5f){return _0x404f5f();},'qkQpU':function(_0x5e1947,_0x4c56f9){return _0x5e1947===_0x4c56f9;},'DHSwm':_0x2b1e08(0x221),'nyLcR':'XdhOt','oTPdU':function(_0x435daf,_0x40a1a3){return _0x435daf!==_0x40a1a3;},'OqkeO':_0x2b1e08(0x1f7),'gBjCh':_0x2b1e08(0x18b),'TJmTo':_0x2b1e08(0x1cc),'wVIkE':_0x2b1e08(0x1e4),'WVSAL':function(_0x3799c2,_0x3428df){return _0x3799c2(_0x3428df);},'bJvDS':function(_0x2d6564,_0x5f09ff){return _0x2d6564(_0x5f09ff);},'BNXkr':'KnNGj','SMKfU':_0x2b1e08(0x188),'TMPFV':_0x2b1e08(0x217),'Jixqn':function(_0x4c52f8,_0x1a001d){return _0x4c52f8!==_0x1a001d;},'fQvmr':_0x2b1e08(0x22b),'RlfFj':_0x2b1e08(0x1ac),'VcxXo':_0x2b1e08(0x209),'sHnBJ':function(_0x50355e,_0x1de468){return _0x50355e!==_0x1de468;},'xayEq':'MlPBd','MffyH':_0x2b1e08(0x1a9),'xMjNB':function(_0x53f3a6,_0x56ded3,_0x2e9458){return _0x53f3a6(_0x56ded3,_0x2e9458);},'HUmbZ':'./testWorker.js','OKCFt':_0x2b1e08(0x1c7),'daplV':_0x2b1e08(0x193),'ItzAo':_0x2b1e08(0x19e),'nZEjG':function(_0x49bc4c,_0x4ddd9c){return _0x49bc4c*_0x4ddd9c;},'wZXwr':_0x2b1e08(0x224),'iyaUz':_0x2b1e08(0x1ec),'HHtnV':function(_0x3ceef5,_0x40a95b){return _0x3ceef5(_0x40a95b);}},_0x4f5552={};if(_0x27e4a5[_0x2b1e08(0x1ff)](isTestObservabilitySession)){if(_0x27e4a5[_0x2b1e08(0x1c8)](_0x27e4a5[_0x2b1e08(0x230)],_0x27e4a5[_0x2b1e08(0x230)]))_0x1370e9[_0x2b1e08(0x1dc)](_0x27e4a5[_0x2b1e08(0x202)]);else{const _0x416ff4={..._0x572124};_0x416ff4['root_dir_path']='',await SessionHandler[_0x2b1e08(0x214)](_0x416ff4,{'frameworkName':_0x27e4a5['RlfFj'],'frameworkVersion':_0x27e4a5['oZFIc'](getFrameworkVersion,_0x27e4a5[_0x2b1e08(0x205)])});}}let _0x79eea7=_0x27e4a5[_0x2b1e08(0x1f9)](process[_0x2b1e08(0x189)][_0x2b1e08(0x1f8)],_0x27e4a5[_0x2b1e08(0x1e3)]);process[_0x2b1e08(0x189)][_0x2b1e08(0x228)]=_0x27e4a5[_0x2b1e08(0x236)](checkAccessibility,_0x572124),_0x79eea7=_0x79eea7||_0x27e4a5[_0x2b1e08(0x1fc)](process[_0x2b1e08(0x189)][_0x2b1e08(0x228)],_0x27e4a5[_0x2b1e08(0x1e3)]);if(_0x79eea7){if(_0x27e4a5[_0x2b1e08(0x1c0)](_0x27e4a5[_0x2b1e08(0x212)],_0x27e4a5['MffyH'])){const [_0x3b24e0,_0x5002db]=await _0x27e4a5[_0x2b1e08(0x216)](createAccessibilityTestRun,_0x572124,_0x27e4a5[_0x2b1e08(0x205)]);logger[_0x2b1e08(0x1a7)](_0x2b1e08(0x235)+_0x5002db),process['env'][_0x2b1e08(0x21c)]=_0x3b24e0,process['env']['BS_A11Y_TEST_RUN_ID']=_0x5002db;}else _0x2d7c44[_0x2b1e08(0x1dc)](_0x2b1e08(0x1c4)+_0x22c8b7);}const _0x36dd02=new Worker(require[_0x2b1e08(0x19c)](_0x27e4a5[_0x2b1e08(0x1df)]),{'exposedMethods':[_0x27e4a5[_0x2b1e08(0x237)]],'forkOptions':{'serialization':_0x27e4a5['daplV'],'stdio':_0x27e4a5[_0x2b1e08(0x1d0)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x27e4a5[_0x2b1e08(0x1cf)](_0x525a6f,0x1),'enableWorkerThreads':!![]}),_0x5866de=new Emittery();_0x5866de['on'](_0x27e4a5[_0x2b1e08(0x1f0)],_0x41b40a=>{const _0x7c7cc2=_0x2b1e08;if(_0x27e4a5[_0x7c7cc2(0x1c3)](_0x27e4a5[_0x7c7cc2(0x200)],_0x27e4a5['POAug']))_0x48849b[0x0]&&_0x5978dc[_0x7c7cc2(0x1c9)](_0x7c7cc2(0x199)+_0x530fdc[0x1]+_0x7c7cc2(0x22a),_0x533f5b[0x0]);else{if(_0x4f5552[_0x41b40a[0x0]])_0x27e4a5['Pfrtg'](_0x27e4a5[_0x7c7cc2(0x1b3)],_0x27e4a5['QHRpw'])?(_0x4f5552[_0x41b40a[0x0]][_0x27e4a5[_0x7c7cc2(0x1b6)]]=_0x27e4a5[_0x7c7cc2(0x234)](_0x4f5552[_0x41b40a[0x0]][_0x27e4a5[_0x7c7cc2(0x1b6)]],_0x41b40a[0x1][_0x27e4a5[_0x7c7cc2(0x1b6)]]),_0x4f5552[_0x41b40a[0x0]][_0x27e4a5[_0x7c7cc2(0x1b2)]]=[..._0x4f5552[_0x41b40a[0x0]][_0x27e4a5['GmiLE']],..._0x41b40a[0x1][_0x27e4a5['GmiLE']]]):_0x4001a4['error'](_0x27e4a5[_0x7c7cc2(0x202)]);else{if(_0x27e4a5[_0x7c7cc2(0x20a)](_0x27e4a5[_0x7c7cc2(0x229)],_0x27e4a5[_0x7c7cc2(0x229)]))_0x4f5552[_0x41b40a[0x0]]={'failureCount':_0x41b40a[0x1][_0x27e4a5[_0x7c7cc2(0x1b6)]],'results':[..._0x41b40a[0x1][_0x27e4a5[_0x7c7cc2(0x1b2)]]]};else{const _0x3bd728={'hRXKz':function(_0x5acefb,_0x4408a3){const _0x1100f9=_0x7c7cc2;return _0x27e4a5[_0x1100f9(0x1fc)](_0x5acefb,_0x4408a3);}};_0x1d01c1['platforms'][_0x7c7cc2(0x203)](_0x929a68=>{const _0x1c6011=_0x7c7cc2;if(_0x3bd728[_0x1c6011(0x226)](_0x929a68[_0x1c6011(0x1a5)],!![]))return _0x4d1673=!![],!![];});}}}}),_0x5866de['on'](_0x27e4a5['iyaUz'],_0x3eb7c2=>console['log'](_0x3eb7c2[0x1]));if(_0x36dd02[_0x2b1e08(0x1c6)]())_0x36dd02[_0x2b1e08(0x1c6)]()[_0x2b1e08(0x19e)](process['stdout']);if(_0x36dd02[_0x2b1e08(0x1ce)]())_0x36dd02['getStderr']()[_0x2b1e08(0x19e)](process['stderr']);const _0x4d8f54=async()=>{const _0x15fcd4=_0x2b1e08,_0x50fe33={};_0x50fe33[_0x15fcd4(0x19b)]=_0x27e4a5[_0x15fcd4(0x1b6)],_0x50fe33[_0x15fcd4(0x1a4)]=_0x27e4a5[_0x15fcd4(0x1b2)];const _0x1b58b5=_0x50fe33;if(_0x27e4a5[_0x15fcd4(0x18e)](_0x27e4a5['uNUQL'],_0x27e4a5[_0x15fcd4(0x1a8)])){const {forceExited:_0x472b89}=await _0x36dd02['end']();_0x472b89&&(_0x27e4a5['JgKuQ'](_0x27e4a5[_0x15fcd4(0x22e)],_0x27e4a5[_0x15fcd4(0x22e)])?console[_0x15fcd4(0x1dc)](_0x27e4a5[_0x15fcd4(0x202)]):_0x27e4a5[_0x15fcd4(0x1fc)](_0x38e4e4,0x0)&&_0x27e4a5[_0x15fcd4(0x1e6)](_0x5be7c4,0x0)&&(_0x378d88=_0x2c29d3));_0x27e4a5['ucKRl'](isAccessibilityAutomationSession)&&(_0x27e4a5[_0x15fcd4(0x1fc)](_0x27e4a5[_0x15fcd4(0x195)],_0x27e4a5['QnVWu'])?_0x4cb5d9[_0x15fcd4(0x1a7)](_0x15fcd4(0x1e8)+_0x3b98a7):await _0x27e4a5[_0x15fcd4(0x236)](stopAccessibilityTestRun,_0x572124)[_0x15fcd4(0x220)](_0x36508d=>{const _0xc9a005=_0x15fcd4;if(_0x27e4a5[_0xc9a005(0x1c3)](_0x27e4a5[_0xc9a005(0x20f)],_0x27e4a5[_0xc9a005(0x22d)]))logger[_0xc9a005(0x1dc)](_0xc9a005(0x1c4)+_0x36508d);else{const _0x50f0af={};_0x50f0af[_0xc9a005(0x18f)]=_0x11eb82[0x1][_0x1b58b5['iEOMZ']],_0x50f0af['results']=[..._0x52d83d[0x1][_0x1b58b5[_0xc9a005(0x1a4)]]],_0x58b659[_0x370588[0x0]]=_0x50f0af;}}));if(_0x27e4a5['SFfsM'](isTestObservabilitySession)){if(_0x27e4a5[_0x15fcd4(0x1f9)](_0x27e4a5[_0x15fcd4(0x20b)],_0x27e4a5['nyLcR']))_0x2ae58c['error'](_0x27e4a5[_0x15fcd4(0x202)]);else try{_0x27e4a5[_0x15fcd4(0x22f)](_0x27e4a5[_0x15fcd4(0x1ee)],_0x27e4a5['gBjCh'])?await SessionHandler[_0x15fcd4(0x1de)]():_0x55a3fb=_0x418140;}catch(_0x338297){_0x27e4a5[_0x15fcd4(0x1c3)](_0x27e4a5['TJmTo'],_0x27e4a5[_0x15fcd4(0x1aa)])?_0x27e4a5[_0x15fcd4(0x191)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x338297):_0x1a955f['push']([_0x58ceea[0x0],_0x425eff[0x1]]);}}_0x27e4a5['bJvDS'](_0x96a6ab,_0x4f5552);}else return _0x244e03['vanillaWorker'](_0x1ae7f0);},_0x1016f4=_0x27e4a5[_0x2b1e08(0x1c2)](pLimit,_0x27e4a5['nZEjG'](_0x525a6f,0x1)),_0x2b0113=_0x2ba313=>_0x1016f4(async()=>{const _0xe003f1=_0x2b1e08,_0x172e6d={'uudGw':_0x27e4a5[_0xe003f1(0x1b6)],'pEhRW':function(_0x21a43b,_0x2586e9){const _0x85bdf5=_0xe003f1;return _0x27e4a5[_0x85bdf5(0x234)](_0x21a43b,_0x2586e9);},'xpqhw':_0x27e4a5[_0xe003f1(0x1b2)]};if(_0x27e4a5['JgKuQ'](_0x27e4a5[_0xe003f1(0x208)],_0x27e4a5[_0xe003f1(0x194)])){if(_0x43a5ae[_0x48d434[0x0]])_0xe34a35[_0x5d6060[0x0]][_0x172e6d[_0xe003f1(0x1d6)]]=_0x172e6d['pEhRW'](_0x2e3ab4[_0x2ac35e[0x0]][_0x172e6d[_0xe003f1(0x1d6)]],_0x197c71[0x1][_0x172e6d[_0xe003f1(0x1d6)]]),_0xa0ad1a[_0x505c01[0x0]][_0x172e6d[_0xe003f1(0x1d4)]]=[..._0x3b019f[_0x3cb783[0x0]][_0x172e6d[_0xe003f1(0x1d4)]],..._0x557af3[0x1][_0x172e6d[_0xe003f1(0x1d4)]]];else{const _0x26846e={};_0x26846e[_0xe003f1(0x18f)]=_0x5e19bf[0x1][_0x172e6d[_0xe003f1(0x1d6)]],_0x26846e[_0xe003f1(0x204)]=[..._0x47f293[0x1][_0x172e6d[_0xe003f1(0x1d4)]]],_0x38a72c[_0x45196d[0x0]]=_0x26846e;}}else return await _0x5866de[_0xe003f1(0x1a2)](_0x27e4a5['TMPFV'],_0x2ba313),_0x36dd02[_0xe003f1(0x1c7)](_0x2ba313,_0x572124);});Promise['all'](_0x9a5e4c[_0x2b1e08(0x1e0)](_0x301f7e=>_0x2b0113(_0x301f7e)[_0x2b1e08(0x21b)](_0x4861e0=>_0x5866de[_0x2b1e08(0x1a2)](_0x2b1e08(0x224),[_0x301f7e[_0x2b1e08(0x1b8)][_0x2b1e08(0x18c)],_0x4861e0]),_0x15c419=>_0x5866de['emit'](_0x2b1e08(0x1ec),[_0x301f7e,_0x15c419]))))['then'](_0x4d8f54,_0x4d8f54);}),exports[a31_0x37a385(0x1d9)]=(_0x106c0d,_0x5c6b13,_0x1abb65,_0x2b2698,_0x5b617f)=>{const _0x2b93c8=a31_0x37a385,_0x3fe017={'MtXDu':'platform-run-start','xaGqS':'Workers\x20failed\x20to\x20exit\x20gracefully','TGCxU':function(_0x1a16d2,_0x5e99e7){return _0x1a16d2(_0x5e99e7);},'hgbRE':_0x2b93c8(0x1d2),'rqLsb':'cucumberWorker','iZLiz':'json','MpQDo':'pipe','zAMij':_0x2b93c8(0x1e7),'ZrFZh':_0x2b93c8(0x1fa)};return new Promise(_0xa48281=>{const _0x4f4e5c=_0x2b93c8,_0x553b10={'kZuSM':_0x3fe017[_0x4f4e5c(0x197)],'QlZJZ':function(_0xc8068a,_0x32140c){return _0x3fe017['TGCxU'](_0xc8068a,_0x32140c);}},_0x1ff6ee=[],_0x3a7bac=new Worker(require[_0x4f4e5c(0x19c)](_0x3fe017[_0x4f4e5c(0x21f)]),{'exposedMethods':[_0x3fe017[_0x4f4e5c(0x201)]],'forkOptions':{'serialization':_0x3fe017[_0x4f4e5c(0x210)],'stdio':_0x3fe017[_0x4f4e5c(0x1e1)]},'numWorkers':_0x106c0d[_0x4f4e5c(0x238)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4ce599=new Emittery();_0x4ce599['on'](_0x3fe017[_0x4f4e5c(0x19f)],_0x136b2d=>{const _0x170555=_0x4f4e5c;_0x1ff6ee[_0x170555(0x1a1)]([_0x136b2d[0x0],_0x136b2d[0x1]]);}),_0x4ce599['on'](_0x3fe017[_0x4f4e5c(0x1ab)],_0x437410=>console['log'](_0x437410[0x1]));if(_0x3a7bac['getStdout']())_0x3a7bac[_0x4f4e5c(0x1c6)]()[_0x4f4e5c(0x19e)](process['stdout']);if(_0x3a7bac[_0x4f4e5c(0x1ce)]())_0x3a7bac['getStderr']()[_0x4f4e5c(0x19e)](process[_0x4f4e5c(0x215)]);const _0x178240=async()=>{const _0x1a5df7=_0x4f4e5c,{forceExited:_0x187e5e}=await _0x3a7bac['end']();_0x187e5e&&console[_0x1a5df7(0x1dc)](_0x553b10[_0x1a5df7(0x1fd)]),_0x553b10[_0x1a5df7(0x1bf)](_0xa48281,_0x1ff6ee);},_0x47376b=_0x3fe017['TGCxU'](pLimit,_0x106c0d[_0x4f4e5c(0x238)]),_0x4ddd02=_0x3daf46=>_0x47376b(async()=>{const _0x28882a=_0x4f4e5c;return await _0x4ce599[_0x28882a(0x1a2)](_0x3fe017[_0x28882a(0x1ef)],_0x3daf46),_0x3a7bac[_0x28882a(0x1f5)](_0x3daf46,_0x5c6b13,_0x1abb65,_0x2b2698,_0x5b617f);});Promise['all'](_0x106c0d[_0x4f4e5c(0x1e0)](_0x84b08b=>_0x4ddd02(_0x84b08b)['then'](_0x401b62=>_0x4ce599['emit']('platform-run-success',[_0x84b08b,_0x401b62]),_0x1b1ecb=>_0x4ce599[_0x4f4e5c(0x1a2)](_0x4f4e5c(0x1fa),[_0x84b08b,_0x1b1ecb]))))[_0x4f4e5c(0x21b)](_0x178240,_0x178240);});},exports[a31_0x37a385(0x1cb)]=(_0x49106a,_0x728c3)=>new Promise(_0xf44d99=>{const _0x589113=a31_0x37a385,_0x18e112={'canwe':_0x589113(0x192),'xBZcj':function(_0x416106,_0x4a7507){return _0x416106===_0x4a7507;},'jgyFF':function(_0xa58b42,_0x4ec27e){return _0xa58b42!==_0x4ec27e;},'mvuTf':_0x589113(0x1f4),'iTliM':function(_0x4ff8b1,_0x1a9758){return _0x4ff8b1(_0x1a9758);},'lpgkS':_0x589113(0x1d2),'gcqVb':_0x589113(0x1c1),'pJsXO':_0x589113(0x193),'mFVHk':'pipe','EZuhH':_0x589113(0x224),'lvYes':_0x589113(0x1ec),'vRCxU':function(_0x4193ec,_0xb03add){return _0x4193ec(_0xb03add);}},_0x11d7a7={},_0x2002ed=new Worker(require[_0x589113(0x19c)](_0x18e112['lpgkS']),{'exposedMethods':[_0x18e112[_0x589113(0x1b1)]],'forkOptions':{'serialization':_0x18e112[_0x589113(0x1e5)],'stdio':_0x18e112[_0x589113(0x22c)]},'numWorkers':_0x728c3,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x42ea7d=new Emittery();_0x42ea7d['on'](_0x18e112[_0x589113(0x1fe)],_0x246a4b=>{const _0x119144=_0x589113;_0x246a4b[0x0]&&logger['info'](_0x119144(0x199)+_0x246a4b[0x1]+'\x20for',_0x246a4b[0x0]);}),_0x42ea7d['on'](_0x18e112[_0x589113(0x1b0)],_0x4b8ce0=>console['log'](_0x4b8ce0[0x1]));if(_0x2002ed[_0x589113(0x1c6)]())_0x2002ed[_0x589113(0x1c6)]()[_0x589113(0x19e)](process[_0x589113(0x232)]);if(_0x2002ed[_0x589113(0x1ce)]())_0x2002ed[_0x589113(0x1ce)]()[_0x589113(0x19e)](process[_0x589113(0x215)]);const _0xb8597=async()=>{const _0x107296=_0x589113,_0x3ee104={'hDjQg':function(_0x3fd301,_0x368734){const _0x363f30=a31_0x5c16;return _0x18e112[_0x363f30(0x1d7)](_0x3fd301,_0x368734);},'KCKws':function(_0x32d8f7,_0x14760b){const _0x2fa99a=a31_0x5c16;return _0x18e112[_0x2fa99a(0x20c)](_0x32d8f7,_0x14760b);}};let _0x17a1d9=0x0;const _0x42d010=_0x2002ed[_0x107296(0x211)][_0x107296(0x21e)](),_0x5b7a56=()=>{},_0x4bcb82=_0x42d010['map'](async _0xddeed1=>{const _0x5c1d4f=_0x107296;_0xddeed1[_0x5c1d4f(0x1f3)]([0x2,![]],_0x5b7a56,_0x5b7a56,_0x5b7a56),_0xddeed1[_0x5c1d4f(0x21d)]['on'](_0x18e112[_0x5c1d4f(0x18a)],_0x14813a=>{const _0x384531=_0x5c1d4f;_0x3ee104['hDjQg'](_0x17a1d9,0x0)&&_0x3ee104[_0x384531(0x223)](_0x14813a,0x0)&&(_0x17a1d9=_0x14813a);}),await _0xddeed1['waitForExit']();});await Promise[_0x107296(0x20e)](_0x4bcb82),process[_0x107296(0x1b4)]=_0x17a1d9;const {forceExited:_0x3a9e1f}=await _0x2002ed[_0x107296(0x1f1)]();_0x3a9e1f&&console[_0x107296(0x1dc)](_0x18e112[_0x107296(0x1bb)]),_0x18e112[_0x107296(0x1d3)](_0xf44d99,_0x11d7a7);},_0x384be0=_0x18e112[_0x589113(0x1da)](pLimit,_0x728c3),_0x5d99f4=_0x4b07ee=>_0x384be0(async()=>{const _0xd16d60=_0x589113;return _0x2002ed[_0xd16d60(0x1c1)](_0x4b07ee);});Promise[_0x589113(0x20e)](_0x49106a[_0x589113(0x1e0)](_0x3a9dc8=>_0x5d99f4(_0x3a9dc8)['then'](_0x3e33f8=>_0x42ea7d[_0x589113(0x1a2)](_0x589113(0x224),[_0x3a9dc8['configuration'][_0x589113(0x18c)],_0x3a9dc8[_0x589113(0x1b8)][_0x589113(0x198)]]),_0x2a73be=>_0x42ea7d[_0x589113(0x1a2)](_0x589113(0x1ec),[_0x3a9dc8,_0x2a73be]))))[_0x589113(0x21b)](_0xb8597,_0xb8597);});
@@ -1 +1 @@
1
- function a32_0x2c18(_0x124ed3,_0x1f5a2f){const _0x29f3fa=a32_0x29f3();return a32_0x2c18=function(_0x2c1885,_0x1bfc74){_0x2c1885=_0x2c1885-0x1ea;let _0x1fc713=_0x29f3fa[_0x2c1885];return _0x1fc713;},a32_0x2c18(_0x124ed3,_0x1f5a2f);}const a32_0x46801b=a32_0x2c18;function a32_0x29f3(){const _0x291ebe=['23583hLiRWB','5UKviXm','855431hZjvLt','runTest','iKMzd','1215424nMPdvF','3170788vSproq','formatter','LDNsq','run','5178492NvKRZy','1022072pmzgOG','nwSOb','tLqRr','cucumber-js','../launcher/launcher','ionsd','1849596EPjFNy','runCucumberTest','jemDD','274RDgvqm'];a32_0x29f3=function(){return _0x291ebe;};return a32_0x29f3();}(function(_0x2f5d77,_0x24dcac){const _0x18963c=a32_0x2c18,_0x400955=_0x2f5d77();while(!![]){try{const _0xd88aa6=parseInt(_0x18963c(0x1fa))/0x1+-parseInt(_0x18963c(0x1f7))/0x2*(-parseInt(_0x18963c(0x1f8))/0x3)+-parseInt(_0x18963c(0x1fe))/0x4*(parseInt(_0x18963c(0x1f9))/0x5)+parseInt(_0x18963c(0x1f4))/0x6+-parseInt(_0x18963c(0x1fd))/0x7+-parseInt(_0x18963c(0x1ee))/0x8+-parseInt(_0x18963c(0x1ed))/0x9;if(_0xd88aa6===_0x24dcac)break;else _0x400955['push'](_0x400955['shift']());}catch(_0x4675a9){_0x400955['push'](_0x400955['shift']());}}}(a32_0x29f3,0x8b72a),exports[a32_0x46801b(0x1fb)]=async(_0xd11f70,_0x35dc70)=>{const _0x559dc8=a32_0x46801b,_0x2540f8={'ionsd':function(_0x190536,_0x2fa3fd){return _0x190536(_0x2fa3fd);},'NgHrg':_0x559dc8(0x1f2),'GhVLp':'mocha'},_0x3eb53a=_0x2540f8[_0x559dc8(0x1f3)](require,_0x2540f8['NgHrg']),_0x4b12f8=new _0x3eb53a(_0x2540f8['GhVLp'],_0xd11f70,_0x35dc70);return await _0x4b12f8[_0x559dc8(0x1ec)]();},exports[a32_0x46801b(0x1f5)]=async(_0x4edf89,_0x1f846e,_0x4d2cc5,_0x2ad4b7,_0x3c26f2)=>{const _0x563125=a32_0x46801b,_0x24b118={'jemDD':function(_0x4d50d2,_0x9b5cfc){return _0x4d50d2(_0x9b5cfc);},'tLqRr':_0x563125(0x1f2),'NEGBr':_0x563125(0x1f1)},_0x4f9ff1={'capability':_0x4edf89,..._0x1f846e},_0x2f4896={};_0x2f4896['configuration']=_0x4f9ff1,_0x2f4896[_0x563125(0x1ea)]=_0x3c26f2;let _0x569d79=_0x2f4896;const _0x57a16a=_0x24b118[_0x563125(0x1f6)](require,_0x24b118[_0x563125(0x1f0)]),_0x3da0b7=new _0x57a16a(_0x24b118['NEGBr'],_0x569d79,_0x4d2cc5,_0x2ad4b7);return await _0x3da0b7[_0x563125(0x1ec)]();},exports['runVanillaTest']=async _0x430d5c=>{const _0x1cbf28=a32_0x46801b,_0x40d586={'iKMzd':function(_0x4a793b,_0x4f95f8){return _0x4a793b(_0x4f95f8);},'nwSOb':_0x1cbf28(0x1f2),'LDNsq':'vanilla'},_0xf06ae1=_0x40d586[_0x1cbf28(0x1fc)](require,_0x40d586[_0x1cbf28(0x1ef)]),_0x5c506d=new _0xf06ae1(_0x40d586[_0x1cbf28(0x1eb)],_0x430d5c);return await _0x5c506d[_0x1cbf28(0x1ec)]();});
1
+ function a32_0x2edb(_0x43aeb9,_0x2a0922){const _0x5e9ea9=a32_0x5e9e();return a32_0x2edb=function(_0x2edb65,_0x5d7d2b){_0x2edb65=_0x2edb65-0x111;let _0x4c4575=_0x5e9ea9[_0x2edb65];return _0x4c4575;},a32_0x2edb(_0x43aeb9,_0x2a0922);}function a32_0x5e9e(){const _0x5ac29a=['sfVga','runVanillaTest','6PmyCcI','11626475LkuwYo','mhxrA','../launcher/launcher','configuration','eYkXu','runTest','rDhdh','33931183hDxWzL','6962220gllWwJ','9itPDHl','1630033jNntpJ','FURAG','14472568zZPdCn','mocha','10tLPCDU','HtfUI','132zQdQhE','run','237995YStoYc','796971EZSNEM','uFsHd','uijMa','XHjiH'];a32_0x5e9e=function(){return _0x5ac29a;};return a32_0x5e9e();}const a32_0x229004=a32_0x2edb;(function(_0x530328,_0x348bf1){const _0xe8f682=a32_0x2edb,_0x1f19a8=_0x530328();while(!![]){try{const _0x319379=parseInt(_0xe8f682(0x112))/0x1+parseInt(_0xe8f682(0x121))/0x2*(-parseInt(_0xe8f682(0x11b))/0x3)+-parseInt(_0xe8f682(0x12a))/0x4+-parseInt(_0xe8f682(0x11a))/0x5*(parseInt(_0xe8f682(0x118))/0x6)+parseInt(_0xe8f682(0x122))/0x7+parseInt(_0xe8f682(0x114))/0x8*(-parseInt(_0xe8f682(0x111))/0x9)+parseInt(_0xe8f682(0x116))/0xa*(parseInt(_0xe8f682(0x129))/0xb);if(_0x319379===_0x348bf1)break;else _0x1f19a8['push'](_0x1f19a8['shift']());}catch(_0x34557b){_0x1f19a8['push'](_0x1f19a8['shift']());}}}(a32_0x5e9e,0xefb4c),exports[a32_0x229004(0x127)]=async(_0x4b5371,_0x1e3412)=>{const _0x4d6266=a32_0x229004,_0x16fce8={'rDhdh':function(_0x1d6c14,_0x140467){return _0x1d6c14(_0x140467);},'uFsHd':'../launcher/launcher','FURAG':_0x4d6266(0x115)},_0x1f32c5=_0x16fce8[_0x4d6266(0x128)](require,_0x16fce8[_0x4d6266(0x11c)]),_0x3381db=new _0x1f32c5(_0x16fce8[_0x4d6266(0x113)],_0x4b5371,_0x1e3412);return await _0x3381db['run']();},exports['runCucumberTest']=async(_0x4ca5d6,_0x3cf1cc,_0x493671,_0x27bfa8,_0x6dd46e)=>{const _0x1d7805=a32_0x229004,_0x1646d7={'XHjiH':function(_0x3ae2ee,_0x2658ef){return _0x3ae2ee(_0x2658ef);},'HtfUI':_0x1d7805(0x124),'uijMa':'cucumber-js'},_0x3b00bf={'capability':_0x4ca5d6,..._0x3cf1cc},_0x43924c={};_0x43924c[_0x1d7805(0x125)]=_0x3b00bf,_0x43924c['formatter']=_0x6dd46e;let _0x119942=_0x43924c;const _0x432463=_0x1646d7[_0x1d7805(0x11e)](require,_0x1646d7[_0x1d7805(0x117)]),_0x131164=new _0x432463(_0x1646d7[_0x1d7805(0x11d)],_0x119942,_0x493671,_0x27bfa8);return await _0x131164[_0x1d7805(0x119)]();},exports[a32_0x229004(0x120)]=async _0x590c04=>{const _0x3e0e9b=a32_0x229004,_0x268416={'mhxrA':function(_0x2405ba,_0x1e2089){return _0x2405ba(_0x1e2089);},'sfVga':_0x3e0e9b(0x124),'eYkXu':'vanilla'},_0x2f10cc=_0x268416[_0x3e0e9b(0x123)](require,_0x268416[_0x3e0e9b(0x11f)]),_0x4146c1=new _0x2f10cc(_0x268416[_0x3e0e9b(0x126)],_0x590c04);return await _0x4146c1[_0x3e0e9b(0x119)]();});
@@ -1 +1 @@
1
- const a33_0x45e7a2=a33_0x3745;(function(_0x149b79,_0x3dc01a){const _0x174c05=a33_0x3745,_0x29a0b5=_0x149b79();while(!![]){try{const _0x559dcd=parseInt(_0x174c05(0xa4))/0x1+-parseInt(_0x174c05(0xab))/0x2*(parseInt(_0x174c05(0xa8))/0x3)+parseInt(_0x174c05(0xa9))/0x4+-parseInt(_0x174c05(0xa5))/0x5+-parseInt(_0x174c05(0xa1))/0x6*(parseInt(_0x174c05(0xa0))/0x7)+parseInt(_0x174c05(0x9e))/0x8*(parseInt(_0x174c05(0xaa))/0x9)+-parseInt(_0x174c05(0x9f))/0xa;if(_0x559dcd===_0x3dc01a)break;else _0x29a0b5['push'](_0x29a0b5['shift']());}catch(_0x3115a8){_0x29a0b5['push'](_0x29a0b5['shift']());}}}(a33_0x5683,0xb93be));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x45e7a2(0xa3));function a33_0x3745(_0x2aaae2,_0x40b1d5){const _0x5683bf=a33_0x5683();return a33_0x3745=function(_0x374556,_0x345abf){_0x374556=_0x374556-0x9e;let _0xeafbdf=_0x5683bf[_0x374556];return _0xeafbdf;},a33_0x3745(_0x2aaae2,_0x40b1d5);}function a33_0x5683(){const _0x948e81=['3657GTpyPF','4599848lPZXKA','471609AedYrL','1058EkyIhp','SDFQE','192dZKZFA','2481290tJrPPj','886900sJciDh','30FHXwhV','vanillaWorker','./runTest','1239390YtEOjs','6808890RpaMKA','BXVhI','PaCyQ'];a33_0x5683=function(){return _0x948e81;};return a33_0x5683();}exports['worker']=async(_0x35a68f,_0x5320c1)=>{const _0x2df55d=a33_0x45e7a2,_0x310378={'PaCyQ':function(_0x179753,_0x1302bc,_0x3cd777){return _0x179753(_0x1302bc,_0x3cd777);}};return await _0x310378[_0x2df55d(0xa7)](runTest,_0x35a68f,_0x5320c1);},exports['cucumberWorker']=async(_0x5b3368,_0x579c38,_0x15ac22,_0x39a41e,_0x2cea68)=>{const _0x5167aa=a33_0x45e7a2,_0x2f3473={'BXVhI':function(_0x569fce,_0x2b6335,_0x4ed2ec,_0x3355a0,_0x5af5f8,_0x3b37b6){return _0x569fce(_0x2b6335,_0x4ed2ec,_0x3355a0,_0x5af5f8,_0x3b37b6);}};return await _0x2f3473[_0x5167aa(0xa6)](runCucumberTest,_0x5b3368,_0x579c38,_0x15ac22,_0x39a41e,_0x2cea68);},exports[a33_0x45e7a2(0xa2)]=async _0xd0230f=>{const _0x7e0add=a33_0x45e7a2,_0x230d22={'SDFQE':function(_0x2c921b,_0x50538c){return _0x2c921b(_0x50538c);}};return await _0x230d22[_0x7e0add(0xac)](runVanillaTest,_0xd0230f);};
1
+ function a33_0x91a4(_0x919e59,_0x47fa0a){const _0x1361cb=a33_0x1361();return a33_0x91a4=function(_0x91a4dd,_0xfb86a3){_0x91a4dd=_0x91a4dd-0x182;let _0x5a6880=_0x1361cb[_0x91a4dd];return _0x5a6880;},a33_0x91a4(_0x919e59,_0x47fa0a);}function a33_0x1361(){const _0x33ee8b=['859642BSUosb','3IFXHfM','12BZSLsZ','vanillaWorker','72523tSFrKY','60WbgsGv','2167948xrRMji','3010259goQFLQ','10873035MVLGNG','574355nLWULX','VCCjL','./runTest','13588968lIOFzJ','450xXkUln'];a33_0x1361=function(){return _0x33ee8b;};return a33_0x1361();}const a33_0x15bdf1=a33_0x91a4;(function(_0x7f3013,_0x1a7546){const _0x26b789=a33_0x91a4,_0x51fe37=_0x7f3013();while(!![]){try{const _0x3cb6a0=-parseInt(_0x26b789(0x18d))/0x1+-parseInt(_0x26b789(0x185))/0x2*(-parseInt(_0x26b789(0x18e))/0x3)+-parseInt(_0x26b789(0x184))/0x4*(-parseInt(_0x26b789(0x188))/0x5)+-parseInt(_0x26b789(0x18f))/0x6*(parseInt(_0x26b789(0x186))/0x7)+-parseInt(_0x26b789(0x18b))/0x8+parseInt(_0x26b789(0x187))/0x9+-parseInt(_0x26b789(0x18c))/0xa*(-parseInt(_0x26b789(0x183))/0xb);if(_0x3cb6a0===_0x1a7546)break;else _0x51fe37['push'](_0x51fe37['shift']());}catch(_0x5da267){_0x51fe37['push'](_0x51fe37['shift']());}}}(a33_0x1361,0xda23e));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x15bdf1(0x18a));exports['worker']=async(_0x3b8e07,_0x49c6df)=>{const _0xfde85=a33_0x15bdf1,_0x5dbf74={'VCCjL':function(_0x5b3183,_0x13091f,_0x170248){return _0x5b3183(_0x13091f,_0x170248);}};return await _0x5dbf74[_0xfde85(0x189)](runTest,_0x3b8e07,_0x49c6df);},exports['cucumberWorker']=async(_0x35269a,_0x135ec7,_0x3985e7,_0x372329,_0xf8c4e)=>{const _0x254d85={'sfzqi':function(_0x52b972,_0x1bd432,_0x270ae3,_0x474998,_0x366227,_0xffb3c4){return _0x52b972(_0x1bd432,_0x270ae3,_0x474998,_0x366227,_0xffb3c4);}};return await _0x254d85['sfzqi'](runCucumberTest,_0x35269a,_0x135ec7,_0x3985e7,_0x372329,_0xf8c4e);},exports[a33_0x15bdf1(0x182)]=async _0x3a5c7e=>{const _0x3aedbd={'xyuUU':function(_0x421de1,_0x49676d){return _0x421de1(_0x49676d);}};return await _0x3aedbd['xyuUU'](runVanillaTest,_0x3a5c7e);};
@@ -1 +1 @@
1
- var a34_0x48cbc9=a34_0x3be9;function a34_0x3be9(_0x3f4ae0,_0x183b65){var _0x3a8ab8=a34_0x3a8a();return a34_0x3be9=function(_0x3be94a,_0x1fe8f0){_0x3be94a=_0x3be94a-0x1e1;var _0xd01399=_0x3a8ab8[_0x3be94a];return _0xd01399;},a34_0x3be9(_0x3f4ae0,_0x183b65);}(function(_0x7a7d66,_0x3f5d81){var _0x2b95e3=a34_0x3be9,_0x29ebc9=_0x7a7d66();while(!![]){try{var _0x1c1ce8=parseInt(_0x2b95e3(0x1fe))/0x1+-parseInt(_0x2b95e3(0x1f4))/0x2*(-parseInt(_0x2b95e3(0x20f))/0x3)+-parseInt(_0x2b95e3(0x229))/0x4+-parseInt(_0x2b95e3(0x232))/0x5*(parseInt(_0x2b95e3(0x1f5))/0x6)+parseInt(_0x2b95e3(0x1e6))/0x7+parseInt(_0x2b95e3(0x227))/0x8+-parseInt(_0x2b95e3(0x22b))/0x9;if(_0x1c1ce8===_0x3f5d81)break;else _0x29ebc9['push'](_0x29ebc9['shift']());}catch(_0x3ebe12){_0x29ebc9['push'](_0x29ebc9['shift']());}}}(a34_0x3a8a,0x328b1));var a34_0x14cfee={};a34_0x14cfee['INFO']=a34_0x48cbc9(0x1e9),a34_0x14cfee['HELP']=a34_0x48cbc9(0x1e8);var a34_0x260839={};a34_0x260839[a34_0x48cbc9(0x1f2)]=a34_0x48cbc9(0x215);var a34_0x4fd120={};a34_0x4fd120['INFO']=a34_0x48cbc9(0x1e3);var a34_0x321fcc={};a34_0x321fcc[a34_0x48cbc9(0x1f2)]=a34_0x48cbc9(0x207);var a34_0x4bf177={};a34_0x4bf177[a34_0x48cbc9(0x1f2)]='Run\x20js\x20tests\x20on\x20browserstack';var a34_0x274422={};a34_0x274422[a34_0x48cbc9(0x1f2)]=a34_0x48cbc9(0x1f7);var a34_0x22e564={};a34_0x22e564[a34_0x48cbc9(0x1f2)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a34_0x6f2829={};a34_0x6f2829['INFO']=a34_0x48cbc9(0x21d);var a34_0x564b52={};a34_0x564b52[a34_0x48cbc9(0x1f2)]=a34_0x48cbc9(0x206);function a34_0x3a8a(){var _0x91c7e3=['ERR_NAME_RESOLUTION_FAILED','ERR_ADDRESS_UNREACHABLE','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','ERR_SOCKS_CONNECTION_FAILED','NUDGE_LOCAL_ERRORS','ERR_NETWORK_CHANGED','CODECEPTJS','strictFileInteractability','https://api-cloud.browserstack.com','171feLZtz','.apk','ROOT_REGEX','firefoxOptions','CUSTOM_ID_REGEX','VERSION','Run\x20jest\x20tests\x20on\x20browserstack','app-automate','unhandledPromptBehavior','pageLoadStrategy','automate','hubUrl','JEST','APP_AUTOMATE','Run\x20codeceptjs\x20tests\x20on\x20browserstack','PRIVATE_DOMAIN_OR_IP_REGEX','ROOT_CAPS','ERR_CONNECTION_RESET','chromeOptions','^[a-zA-Z0-9_.-]*$','ERR_NAME_NOT_RESOLVED','ERR_CONNECTION_REFUSED','SHAREABLE_ID_REGEX','ieOptions','1957544PqpEnC','ERR_TIMED_OUT','1290268dgprZo','./browserstack-artifacts/','401688Uuetga','browserName','BROWSERSTACK_API_URL','AUTOMATE','observability','ERR_PROXY_CONNECTION_FAILED','APP_AUTOMATE_PRODUCTS','1950YBFLDD','acceptSslCert','ERR_BLOCKED_BY_CLIENT','ERR_TUNNEL_CONNECTION_FAILED','Run\x20mocha\x20tests\x20on\x20browserstack','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','timeouts','1450162aeUhoe','wss://cdp.browserstack.com/playwright?caps=','Specify\x20--help\x20for\x20available\x20options','shows\x20version\x20information','VALID_APP_EXTENSION','PLAYWRIGHT','PLAYWRIGHT_HUB_URL','ERR_ADDRESS_INVALID','NIGHTWATCH','browserVersion','CUCUMBER','edgeOptions','INFO','exports','348AbGnMy','2274ezSbcW','FUNNEL_INSTRUMENTATION_API_URL','Run\x20nightwatch\x20tests\x20on\x20browserstack','APP_UPLOAD_URL','.aab','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','mocha','https://hub.browserstack.com/wd/hub','sdk/v1/event','260257tDncCM','CI_ARTIFACTS_PATH','ERR_SOCKET_NOT_CONNECTED','AUTOMATE_PRODUCTS','ERR_CONNECTION_CLOSED','HUB_URL_REGEX'];a34_0x3a8a=function(){return _0x91c7e3;};return a34_0x3a8a();}var a34_0x366074={};a34_0x366074[a34_0x48cbc9(0x214)]=a34_0x14cfee,a34_0x366074[a34_0x48cbc9(0x21b)]=a34_0x260839,a34_0x366074['MOCHA']=a34_0x4fd120,a34_0x366074[a34_0x48cbc9(0x1f0)]=a34_0x321fcc,a34_0x366074['VANILLA']=a34_0x4bf177,a34_0x366074[a34_0x48cbc9(0x1ee)]=a34_0x274422,a34_0x366074[a34_0x48cbc9(0x1eb)]=a34_0x22e564,a34_0x366074[a34_0x48cbc9(0x20c)]=a34_0x6f2829,a34_0x366074['HST']=a34_0x564b52,a34_0x366074['BSTACK_DELTA']=0xf*0x3c*0x3e8,a34_0x366074[a34_0x48cbc9(0x21a)]=a34_0x48cbc9(0x1fc),a34_0x366074[a34_0x48cbc9(0x203)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x366074[a34_0x48cbc9(0x21f)]=['acceptInsecureCerts',a34_0x48cbc9(0x218),a34_0x48cbc9(0x20d),a34_0x48cbc9(0x217),a34_0x48cbc9(0x1e5),a34_0x48cbc9(0x22c),a34_0x48cbc9(0x1ef),'acceptSslCerts',a34_0x48cbc9(0x233),a34_0x48cbc9(0x221),a34_0x48cbc9(0x212),a34_0x48cbc9(0x1f1),a34_0x48cbc9(0x226)],a34_0x366074[a34_0x48cbc9(0x211)]=/^[\w-]+:.*$/,a34_0x366074[a34_0x48cbc9(0x21e)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x366074[a34_0x48cbc9(0x22d)]='https://api.browserstack.com',a34_0x366074[a34_0x48cbc9(0x1f8)]=a34_0x48cbc9(0x20e),a34_0x366074[a34_0x48cbc9(0x1f6)]=a34_0x48cbc9(0x1fd),a34_0x366074[a34_0x48cbc9(0x201)]=[a34_0x48cbc9(0x219),'observability'],a34_0x366074[a34_0x48cbc9(0x231)]=[a34_0x48cbc9(0x216),a34_0x48cbc9(0x22f)],a34_0x366074[a34_0x48cbc9(0x1e4)]=['observability'],a34_0x366074['OBSERVABILITY_SUPPORTED_FWS']=[a34_0x48cbc9(0x1fb),'Playwright'],a34_0x366074[a34_0x48cbc9(0x22e)]=[a34_0x48cbc9(0x219)],a34_0x366074[a34_0x48cbc9(0x21c)]=[a34_0x48cbc9(0x216)],a34_0x366074[a34_0x48cbc9(0x20a)]=['ERR_FAILED',a34_0x48cbc9(0x228),a34_0x48cbc9(0x1e1),a34_0x48cbc9(0x20b),a34_0x48cbc9(0x200),a34_0x48cbc9(0x202),a34_0x48cbc9(0x220),a34_0x48cbc9(0x224),a34_0x48cbc9(0x208),'ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a34_0x48cbc9(0x1ed),a34_0x48cbc9(0x205),a34_0x48cbc9(0x1e2),'ERR_CONNECTION_TIMED_OUT',a34_0x48cbc9(0x209),a34_0x48cbc9(0x1fa),a34_0x48cbc9(0x230),a34_0x48cbc9(0x223),a34_0x48cbc9(0x204),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a34_0x366074[a34_0x48cbc9(0x1ea)]=[a34_0x48cbc9(0x210),a34_0x48cbc9(0x1f9),'.ipa'],a34_0x366074[a34_0x48cbc9(0x213)]=a34_0x48cbc9(0x222),a34_0x366074[a34_0x48cbc9(0x225)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a34_0x366074[a34_0x48cbc9(0x1ff)]=a34_0x48cbc9(0x22a),a34_0x366074[a34_0x48cbc9(0x1ec)]=a34_0x48cbc9(0x1e7),module[a34_0x48cbc9(0x1f3)]=a34_0x366074;
1
+ var a34_0x985807=a34_0x3b98;(function(_0x5254a7,_0x4d66fa){var _0x286b75=a34_0x3b98,_0x334c52=_0x5254a7();while(!![]){try{var _0x15b0a4=-parseInt(_0x286b75(0x141))/0x1+-parseInt(_0x286b75(0x140))/0x2+-parseInt(_0x286b75(0x14e))/0x3*(parseInt(_0x286b75(0x17c))/0x4)+-parseInt(_0x286b75(0x16b))/0x5*(-parseInt(_0x286b75(0x13f))/0x6)+parseInt(_0x286b75(0x13d))/0x7+parseInt(_0x286b75(0x162))/0x8*(parseInt(_0x286b75(0x157))/0x9)+-parseInt(_0x286b75(0x160))/0xa;if(_0x15b0a4===_0x4d66fa)break;else _0x334c52['push'](_0x334c52['shift']());}catch(_0x37d244){_0x334c52['push'](_0x334c52['shift']());}}}(a34_0x56d8,0x9b24a));var a34_0x3780e1={};function a34_0x3b98(_0x402487,_0x23f349){var _0x56d877=a34_0x56d8();return a34_0x3b98=function(_0x3b98af,_0x9d3cab){_0x3b98af=_0x3b98af-0x12c;var _0x1627cb=_0x56d877[_0x3b98af];return _0x1627cb;},a34_0x3b98(_0x402487,_0x23f349);}a34_0x3780e1[a34_0x985807(0x143)]='shows\x20version\x20information',a34_0x3780e1[a34_0x985807(0x16e)]=a34_0x985807(0x14f);var a34_0x308eb9={};a34_0x308eb9[a34_0x985807(0x143)]=a34_0x985807(0x137);var a34_0x108086={};a34_0x108086[a34_0x985807(0x143)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a34_0x4d9bb3={};a34_0x4d9bb3['INFO']=a34_0x985807(0x150);var a34_0x53601f={};a34_0x53601f[a34_0x985807(0x143)]=a34_0x985807(0x179);var a34_0x2ae467={};a34_0x2ae467[a34_0x985807(0x143)]=a34_0x985807(0x176);var a34_0x2472a8={};a34_0x2472a8[a34_0x985807(0x143)]=a34_0x985807(0x14a);var a34_0x490e7d={};a34_0x490e7d[a34_0x985807(0x143)]=a34_0x985807(0x142);var a34_0x47646c={};a34_0x47646c[a34_0x985807(0x143)]=a34_0x985807(0x178);function a34_0x56d8(){var _0x4232c3=['ERR_SOCKS_CONNECTION_FAILED','6036338icIMDA','https://api.browserstack.com','6GmZPGX','808650hPdwvO','382322lSfVTg','Run\x20codeceptjs\x20tests\x20on\x20browserstack','INFO','ERR_CONNECTION_ABORTED','https://hub.browserstack.com/wd/hub','acceptSslCert','OBSERVABILITY_SUPPORTED_FWS','ERR_BLOCKED_BY_CLIENT','.aab','Run\x20playwright\x20tests\x20on\x20Browserstack','AUTOMATE_PRODUCTS','APP_AUTOMATE_PRODUCTS','SHAREABLE_ID_REGEX','1977pWskIN','Specify\x20--help\x20for\x20available\x20options','Run\x20cucumber-js\x20tests\x20on\x20browserstack','.ipa','ERR_FAILED','wss://cdp.browserstack.com/playwright?caps=','BSTACK_DELTA','MOCHA','exports','603IItiMM','CODECEPTJS','CI_ARTIFACTS_PATH','ERR_ADDRESS_UNREACHABLE','app-automate','sdk/v1/event','.apk','strictFileInteractability','AUTOMATE','1934220HcELFt','ERR_NAME_RESOLUTION_FAILED','34160SjzvnX','VALID_APP_EXTENSION','PLAYWRIGHT_HUB_URL','browserVersion','chromeOptions','Playwright','BROWSERSTACK_API_URL','ERR_CONNECTION_TIMED_OUT','APP_AUTOMATE','2931950CyAaaT','edgeOptions','ERR_ADDRESS_INVALID','HELP','ERR_SOCKET_NOT_CONNECTED','ieOptions','VERSION','^[a-zA-Z0-9_.-]*$','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_NAME_NOT_RESOLVED','ERR_TIMED_OUT','Run\x20nightwatch\x20tests\x20on\x20browserstack','browserName','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Run\x20js\x20tests\x20on\x20browserstack','ERR_NETWORK_CHANGED','./browserstack-artifacts/','724hbVMzE','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','ERR_CONNECTION_CLOSED','observability','APP_UPLOAD_URL','acceptSslCerts','timeouts','mocha','ERR_PROXY_CONNECTION_FAILED','ROOT_REGEX','ERR_TUNNEL_CONNECTION_FAILED','CUCUMBER','ERR_CONNECTION_FAILED','automate','firefoxOptions','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Run\x20jest\x20tests\x20on\x20browserstack','acceptInsecureCerts','hubUrl','PRIVATE_DOMAIN_OR_IP_REGEX','ROOT_CAPS'];a34_0x56d8=function(){return _0x4232c3;};return a34_0x56d8();}var a34_0xe4e980={};a34_0xe4e980[a34_0x985807(0x171)]=a34_0x3780e1,a34_0xe4e980['JEST']=a34_0x308eb9,a34_0xe4e980[a34_0x985807(0x155)]=a34_0x108086,a34_0xe4e980[a34_0x985807(0x132)]=a34_0x4d9bb3,a34_0xe4e980['VANILLA']=a34_0x53601f,a34_0xe4e980['NIGHTWATCH']=a34_0x2ae467,a34_0xe4e980['PLAYWRIGHT']=a34_0x2472a8,a34_0xe4e980[a34_0x985807(0x158)]=a34_0x490e7d,a34_0xe4e980['HST']=a34_0x47646c,a34_0xe4e980[a34_0x985807(0x154)]=0xf*0x3c*0x3e8,a34_0xe4e980[a34_0x985807(0x139)]=a34_0x985807(0x145),a34_0xe4e980['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0xe4e980[a34_0x985807(0x13b)]=[a34_0x985807(0x138),'pageLoadStrategy',a34_0x985807(0x15e),'unhandledPromptBehavior',a34_0x985807(0x12d),a34_0x985807(0x177),a34_0x985807(0x165),a34_0x985807(0x12c),a34_0x985807(0x146),a34_0x985807(0x166),a34_0x985807(0x135),a34_0x985807(0x16c),a34_0x985807(0x170)],a34_0xe4e980[a34_0x985807(0x130)]=/^[\w-]+:.*$/,a34_0xe4e980[a34_0x985807(0x13a)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0xe4e980[a34_0x985807(0x168)]=a34_0x985807(0x13e),a34_0xe4e980[a34_0x985807(0x180)]='https://api-cloud.browserstack.com',a34_0xe4e980['FUNNEL_INSTRUMENTATION_API_URL']=a34_0x985807(0x15c),a34_0xe4e980[a34_0x985807(0x14b)]=[a34_0x985807(0x134),a34_0x985807(0x17f)],a34_0xe4e980[a34_0x985807(0x14c)]=['app-automate',a34_0x985807(0x17f)],a34_0xe4e980[a34_0x985807(0x17d)]=['observability'],a34_0xe4e980[a34_0x985807(0x147)]=[a34_0x985807(0x12e),a34_0x985807(0x167)],a34_0xe4e980[a34_0x985807(0x15f)]=['automate'],a34_0xe4e980[a34_0x985807(0x16a)]=[a34_0x985807(0x15b)],a34_0xe4e980['NUDGE_LOCAL_ERRORS']=[a34_0x985807(0x152),a34_0x985807(0x175),a34_0x985807(0x148),a34_0x985807(0x17a),a34_0x985807(0x16f),a34_0x985807(0x17e),'ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED',a34_0x985807(0x144),a34_0x985807(0x133),'ERR_NAME_NOT_RESOLVED',a34_0x985807(0x16d),a34_0x985807(0x15a),a34_0x985807(0x131),a34_0x985807(0x169),a34_0x985807(0x13c),a34_0x985807(0x136),a34_0x985807(0x12f),a34_0x985807(0x174),a34_0x985807(0x161),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a34_0xe4e980[a34_0x985807(0x163)]=[a34_0x985807(0x15d),a34_0x985807(0x149),a34_0x985807(0x151)],a34_0xe4e980['CUSTOM_ID_REGEX']=a34_0x985807(0x172),a34_0xe4e980[a34_0x985807(0x14d)]=a34_0x985807(0x173),a34_0xe4e980[a34_0x985807(0x159)]=a34_0x985807(0x17b),a34_0xe4e980[a34_0x985807(0x164)]=a34_0x985807(0x153),module[a34_0x985807(0x156)]=a34_0xe4e980;
@@ -1 +1 @@
1
- function a35_0x58f4(){const _0x1b5d54=['configure','timezoneOffset','4QkGtHK','join','4725724pMymkP','levelStr','layout','2266628zRDbhn','type','data','1116750EJLuAb','gZnAe','1703910lblSmp','log','level','17953104CWdMKg','613905vhLdFL','150268LEGwOG'];a35_0x58f4=function(){return _0x1b5d54;};return a35_0x58f4();}function a35_0x1bf8(_0x5ed576,_0x55ba38){const _0x58f447=a35_0x58f4();return a35_0x1bf8=function(_0x1bf81d,_0x134a8a){_0x1bf81d=_0x1bf81d-0xf1;let _0x578634=_0x58f447[_0x1bf81d];return _0x578634;},a35_0x1bf8(_0x5ed576,_0x55ba38);}const a35_0x2abd98=a35_0x1bf8;(function(_0x1b65f6,_0x4d9e37){const _0x27e630=a35_0x1bf8,_0x182a1b=_0x1b65f6();while(!![]){try{const _0x44b43a=-parseInt(_0x27e630(0xff))/0x1+parseInt(_0x27e630(0x102))/0x2*(-parseInt(_0x27e630(0xfe))/0x3)+-parseInt(_0x27e630(0xf2))/0x4+parseInt(_0x27e630(0xfa))/0x5+parseInt(_0x27e630(0xf8))/0x6+-parseInt(_0x27e630(0xf5))/0x7+parseInt(_0x27e630(0xfd))/0x8;if(_0x44b43a===_0x4d9e37)break;else _0x182a1b['push'](_0x182a1b['shift']());}catch(_0x88c28d){_0x182a1b['push'](_0x182a1b['shift']());}}}(a35_0x58f4,0xac6e0));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x24d67e,_0x452224){return _0x31712b=>{const _0x59e61f=a35_0x1bf8;BSTestOpsLogger[_0x59e61f(0xfb)]({'level':_0x31712b[_0x59e61f(0xfc)]?_0x31712b[_0x59e61f(0xfc)][_0x59e61f(0xf3)]:null,'message':_0x31712b['data']?_0x31712b[_0x59e61f(0xf7)][_0x59e61f(0xf1)]('\x20'):null});};}exports[a35_0x2abd98(0x100)]=(_0x2a11a1,_0x383fc9)=>{const _0x109e9d=a35_0x2abd98,_0x3488dd={'gZnAe':function(_0x1db91b,_0x5093e3,_0x5cd42c){return _0x1db91b(_0x5093e3,_0x5cd42c);}};let _0xa2bfb7=_0x383fc9['colouredLayout'];return _0x2a11a1[_0x109e9d(0xf4)]&&(_0xa2bfb7=_0x383fc9[_0x109e9d(0xf4)](_0x2a11a1[_0x109e9d(0xf4)][_0x109e9d(0xf6)],_0x2a11a1['layout'])),_0x3488dd[_0x109e9d(0xf9)](BSTestOpsLog4JSAppender,_0xa2bfb7,_0x2a11a1[_0x109e9d(0x101)]);};
1
+ const a35_0x13dddd=a35_0x2be7;(function(_0xf726b2,_0x5e2bb6){const _0x254d65=a35_0x2be7,_0x45b342=_0xf726b2();while(!![]){try{const _0x49ffaf=-parseInt(_0x254d65(0x120))/0x1+-parseInt(_0x254d65(0x121))/0x2*(parseInt(_0x254d65(0x114))/0x3)+parseInt(_0x254d65(0x11a))/0x4+-parseInt(_0x254d65(0x11e))/0x5+parseInt(_0x254d65(0x11d))/0x6*(-parseInt(_0x254d65(0x116))/0x7)+parseInt(_0x254d65(0x119))/0x8*(-parseInt(_0x254d65(0x127))/0x9)+parseInt(_0x254d65(0x126))/0xa;if(_0x49ffaf===_0x5e2bb6)break;else _0x45b342['push'](_0x45b342['shift']());}catch(_0x1dc541){_0x45b342['push'](_0x45b342['shift']());}}}(a35_0x49e6,0xa86fc));const logReportingAPI=require(a35_0x13dddd(0x11c)),BSTestOpsLogger=new logReportingAPI({});function a35_0x2be7(_0x4c5484,_0x26f4a9){const _0x49e624=a35_0x49e6();return a35_0x2be7=function(_0x2be706,_0x58b337){_0x2be706=_0x2be706-0x114;let _0x37d945=_0x49e624[_0x2be706];return _0x37d945;},a35_0x2be7(_0x4c5484,_0x26f4a9);}function BSTestOpsLog4JSAppender(_0x1bce4f,_0x4e77ef){return _0x2f39c8=>{const _0x1945ad=a35_0x2be7;BSTestOpsLogger['log']({'level':_0x2f39c8[_0x1945ad(0x118)]?_0x2f39c8[_0x1945ad(0x118)][_0x1945ad(0x124)]:null,'message':_0x2f39c8[_0x1945ad(0x115)]?_0x2f39c8['data'][_0x1945ad(0x11b)]('\x20'):null});};}function a35_0x49e6(){const _0x10fcfc=['data','7084238YBPYDs','type','level','8omXAAa','1176308ePeCyF','join','./logReportingAPI','6ifcIWl','4091295HhRXBF','timezoneOffset','143355WxLxYy','2GSDGVR','colouredLayout','layout','levelStr','configure','28083120RNuLCU','392013OdnMDM','1185804SYwmcn'];a35_0x49e6=function(){return _0x10fcfc;};return a35_0x49e6();}exports[a35_0x13dddd(0x125)]=(_0x4383fb,_0x484a17)=>{const _0x1d52b7=a35_0x13dddd,_0x2f2cbb={'RjPFR':function(_0x37a836,_0xb84ccd,_0x2ba21e){return _0x37a836(_0xb84ccd,_0x2ba21e);}};let _0xcc8430=_0x484a17[_0x1d52b7(0x122)];return _0x4383fb[_0x1d52b7(0x123)]&&(_0xcc8430=_0x484a17[_0x1d52b7(0x123)](_0x4383fb[_0x1d52b7(0x123)][_0x1d52b7(0x117)],_0x4383fb[_0x1d52b7(0x123)])),_0x2f2cbb['RjPFR'](BSTestOpsLog4JSAppender,_0xcc8430,_0x4383fb[_0x1d52b7(0x11f)]);};
@@ -1 +1 @@
1
- const a36_0x2f1a8d=a36_0x1057;(function(_0x3c1eed,_0x19ed34){const _0x127a28=a36_0x1057,_0x412924=_0x3c1eed();while(!![]){try{const _0x5ac99f=-parseInt(_0x127a28(0xfb))/0x1+-parseInt(_0x127a28(0xfa))/0x2*(-parseInt(_0x127a28(0x102))/0x3)+parseInt(_0x127a28(0x100))/0x4*(parseInt(_0x127a28(0xfe))/0x5)+-parseInt(_0x127a28(0x101))/0x6*(-parseInt(_0x127a28(0xf6))/0x7)+-parseInt(_0x127a28(0x10e))/0x8+parseInt(_0x127a28(0x108))/0x9+parseInt(_0x127a28(0x109))/0xa*(-parseInt(_0x127a28(0x10f))/0xb);if(_0x5ac99f===_0x19ed34)break;else _0x412924['push'](_0x412924['shift']());}catch(_0x338d2f){_0x412924['push'](_0x412924['shift']());}}}(a36_0x2b83,0x64d25));const Transport=require(a36_0x2f1a8d(0x10a)),{consoleHolder}=require(a36_0x2f1a8d(0x10d)),a36_0xf1375d={};a36_0xf1375d['INFO']=a36_0x2f1a8d(0x107),a36_0xf1375d[a36_0x2f1a8d(0x110)]=a36_0x2f1a8d(0x110),a36_0xf1375d[a36_0x2f1a8d(0x105)]=a36_0x2f1a8d(0x105),a36_0xf1375d[a36_0x2f1a8d(0xff)]=a36_0x2f1a8d(0xff),a36_0xf1375d[a36_0x2f1a8d(0x104)]=a36_0x2f1a8d(0x104);const LOG_LEVELS=a36_0xf1375d;class logPatcher extends Transport{constructor(_0x5eb9a2){super(_0x5eb9a2);}['logToTestOps']=(_0x50ec93=LOG_LEVELS[a36_0x2f1a8d(0x107)],_0x4fefbd=[''])=>{const _0x54dc88=a36_0x2f1a8d,_0x193ad1={};_0x193ad1[_0x54dc88(0xf7)]=_0x54dc88(0xf8);const _0x25f9e7=_0x193ad1;consoleHolder[_0x50ec93[_0x54dc88(0x10c)]()](..._0x4fefbd),process[_0x54dc88(0xfd)]('bs:addLog:'+process[_0x54dc88(0x103)],{'timestamp':new Date()['toISOString'](),'level':_0x50ec93[_0x54dc88(0x10b)](),'message':'\x22'+_0x4fefbd[_0x54dc88(0xfc)](',\x20')+'\x22','kind':_0x25f9e7[_0x54dc88(0xf7)],'http_response':{}});};['trace']=(..._0x304061)=>{const _0x116134=a36_0x2f1a8d;this[_0x116134(0x106)](LOG_LEVELS[_0x116134(0xff)],_0x304061);};['debug']=(..._0x27948e)=>{const _0x2a62ca=a36_0x2f1a8d;this[_0x2a62ca(0x106)](LOG_LEVELS['DEBUG'],_0x27948e);};['info']=(..._0x217295)=>{const _0x23d0ba=a36_0x2f1a8d;this[_0x23d0ba(0x106)](LOG_LEVELS[_0x23d0ba(0x107)],_0x217295);};['warn']=(..._0x2062a6)=>{const _0x2d002e=a36_0x2f1a8d;this[_0x2d002e(0x106)](LOG_LEVELS[_0x2d002e(0x104)],_0x2062a6);};['error']=(..._0x213dfe)=>{const _0x5d4481=a36_0x2f1a8d;this[_0x5d4481(0x106)](LOG_LEVELS[_0x5d4481(0x110)],_0x213dfe);};[a36_0x2f1a8d(0xf9)]=(..._0x5b9c7d)=>{const _0x26cb46=a36_0x2f1a8d;this[_0x26cb46(0x106)](LOG_LEVELS[_0x26cb46(0x107)],_0x5b9c7d);};}function a36_0x1057(_0x1caa5e,_0x2f417a){const _0x2b834a=a36_0x2b83();return a36_0x1057=function(_0x10577f,_0x164fa4){_0x10577f=_0x10577f-0xf6;let _0xd642=_0x2b834a[_0x10577f];return _0xd642;},a36_0x1057(_0x1caa5e,_0x2f417a);};function a36_0x2b83(){const _0x2873ad=['7sTFIoK','mEePy','TEST_LOG','log','1646MSaxgB','372182RDtmPZ','join','emit','57335eAogSM','TRACE','244AEMRRU','2918442mxRQHR','1374HJRFAZ','pid','WARN','DEBUG','logToTestOps','INFO','3299877AwRLin','68120nHFLuF','winston-transport','toUpperCase','toLowerCase','../../helpers/test-observability/constants','3105616dhJsgW','1221jmUxDB','ERROR'];a36_0x2b83=function(){return _0x2873ad;};return a36_0x2b83();}module['exports']=logPatcher;
1
+ const a36_0x33ee6f=a36_0x37aa;function a36_0x37aa(_0x3f80c2,_0xa70f7c){const _0x5ced75=a36_0x5ced();return a36_0x37aa=function(_0x37aa81,_0x3dc938){_0x37aa81=_0x37aa81-0x1ed;let _0x194e4a=_0x5ced75[_0x37aa81];return _0x194e4a;},a36_0x37aa(_0x3f80c2,_0xa70f7c);}(function(_0x18060e,_0x24463f){const _0x2bb768=a36_0x37aa,_0x349f57=_0x18060e();while(!![]){try{const _0x35f2a6=parseInt(_0x2bb768(0x1fe))/0x1+-parseInt(_0x2bb768(0x208))/0x2*(parseInt(_0x2bb768(0x1fa))/0x3)+-parseInt(_0x2bb768(0x1fd))/0x4*(parseInt(_0x2bb768(0x200))/0x5)+-parseInt(_0x2bb768(0x1f0))/0x6+-parseInt(_0x2bb768(0x207))/0x7*(parseInt(_0x2bb768(0x1f5))/0x8)+-parseInt(_0x2bb768(0x1ff))/0x9*(-parseInt(_0x2bb768(0x1f2))/0xa)+parseInt(_0x2bb768(0x206))/0xb*(parseInt(_0x2bb768(0x205))/0xc);if(_0x35f2a6===_0x24463f)break;else _0x349f57['push'](_0x349f57['shift']());}catch(_0x463b60){_0x349f57['push'](_0x349f57['shift']());}}}(a36_0x5ced,0xcb96e));function a36_0x5ced(){const _0x2e3690=['join','wPQlM','4ErJwDP','1612467YJsqgk','27fSFKqw','5477705aZTspW','debug','INFO','ERROR','toISOString','60cFLQOY','9822461YNHteB','10339553YRAXDN','10PNuwCR','winston-transport','pid','bs:addLog:','DEBUG','logToTestOps','WARN','../../helpers/test-observability/constants','info','9291042iaMgyA','log','80140vsePqo','warn','TEST_LOG','8pnnNaM','toLowerCase','TRACE','toUpperCase','error','687741tKFtdS'];a36_0x5ced=function(){return _0x2e3690;};return a36_0x5ced();}const Transport=require(a36_0x33ee6f(0x209)),{consoleHolder}=require(a36_0x33ee6f(0x1ee)),a36_0x53507b={};a36_0x53507b[a36_0x33ee6f(0x202)]=a36_0x33ee6f(0x202),a36_0x53507b[a36_0x33ee6f(0x203)]=a36_0x33ee6f(0x203),a36_0x53507b[a36_0x33ee6f(0x20c)]=a36_0x33ee6f(0x20c),a36_0x53507b[a36_0x33ee6f(0x1f7)]=a36_0x33ee6f(0x1f7),a36_0x53507b[a36_0x33ee6f(0x1ed)]=a36_0x33ee6f(0x1ed);const LOG_LEVELS=a36_0x53507b;class logPatcher extends Transport{constructor(_0x36556d){super(_0x36556d);}[a36_0x33ee6f(0x20d)]=(_0x2fbeeb=LOG_LEVELS[a36_0x33ee6f(0x202)],_0x29495d=[''])=>{const _0x658f7e=a36_0x33ee6f,_0x1b1d4c={};_0x1b1d4c['wPQlM']=_0x658f7e(0x1f4);const _0x1f4bc4=_0x1b1d4c;consoleHolder[_0x2fbeeb[_0x658f7e(0x1f6)]()](..._0x29495d),process['emit'](_0x658f7e(0x20b)+process[_0x658f7e(0x20a)],{'timestamp':new Date()[_0x658f7e(0x204)](),'level':_0x2fbeeb[_0x658f7e(0x1f8)](),'message':'\x22'+_0x29495d[_0x658f7e(0x1fb)](',\x20')+'\x22','kind':_0x1f4bc4[_0x658f7e(0x1fc)],'http_response':{}});};['trace']=(..._0x37b94c)=>{const _0x3e8811=a36_0x33ee6f;this['logToTestOps'](LOG_LEVELS[_0x3e8811(0x1f7)],_0x37b94c);};[a36_0x33ee6f(0x201)]=(..._0x44660b)=>{const _0x3b93e0=a36_0x33ee6f;this[_0x3b93e0(0x20d)](LOG_LEVELS[_0x3b93e0(0x20c)],_0x44660b);};[a36_0x33ee6f(0x1ef)]=(..._0xc28621)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0xc28621);};[a36_0x33ee6f(0x1f3)]=(..._0x89a28c)=>{const _0x44d8b9=a36_0x33ee6f;this[_0x44d8b9(0x20d)](LOG_LEVELS['WARN'],_0x89a28c);};[a36_0x33ee6f(0x1f9)]=(..._0x3b0e90)=>{const _0x3131cb=a36_0x33ee6f;this[_0x3131cb(0x20d)](LOG_LEVELS[_0x3131cb(0x203)],_0x3b0e90);};[a36_0x33ee6f(0x1f1)]=(..._0x1eb42e)=>{const _0x247f88=a36_0x33ee6f;this[_0x247f88(0x20d)](LOG_LEVELS[_0x247f88(0x202)],_0x1eb42e);};};module['exports']=logPatcher;
@@ -1 +1 @@
1
- function a37_0x1dc2(_0x97eb77,_0x1cf808){const _0x1873fe=a37_0x1873();return a37_0x1dc2=function(_0x1dc2c9,_0x5c8be1){_0x1dc2c9=_0x1dc2c9-0x1b5;let _0x23178a=_0x1873fe[_0x1dc2c9];return _0x23178a;},a37_0x1dc2(_0x97eb77,_0x1cf808);}const a37_0x47f22e=a37_0x1dc2;(function(_0x3a6f23,_0x393443){const _0x392490=a37_0x1dc2,_0x30f55a=_0x3a6f23();while(!![]){try{const _0x43e118=parseInt(_0x392490(0x1da))/0x1+parseInt(_0x392490(0x1c0))/0x2*(-parseInt(_0x392490(0x1dd))/0x3)+parseInt(_0x392490(0x1b5))/0x4+-parseInt(_0x392490(0x1d0))/0x5*(-parseInt(_0x392490(0x1cb))/0x6)+-parseInt(_0x392490(0x1b6))/0x7+-parseInt(_0x392490(0x1bd))/0x8+parseInt(_0x392490(0x1b8))/0x9;if(_0x43e118===_0x393443)break;else _0x30f55a['push'](_0x30f55a['shift']());}catch(_0x86dea4){_0x30f55a['push'](_0x30f55a['shift']());}}}(a37_0x1873,0x4e78e));const Transport=require('winston-transport'),{consoleHolder}=require(a37_0x47f22e(0x1d2)),a37_0x34d0b7={};a37_0x34d0b7[a37_0x47f22e(0x1cf)]=a37_0x47f22e(0x1cf),a37_0x34d0b7['ERROR']=a37_0x47f22e(0x1b7),a37_0x34d0b7['DEBUG']='DEBUG',a37_0x34d0b7[a37_0x47f22e(0x1c2)]=a37_0x47f22e(0x1c2),a37_0x34d0b7[a37_0x47f22e(0x1c8)]=a37_0x47f22e(0x1c8);const LOG_LEVELS=a37_0x34d0b7;class logReportingAPI extends Transport{constructor(_0x4c9407){super(_0x4c9407);}[a37_0x47f22e(0x1be)](_0x4701b0,_0x2d2e38){const _0x2ae6a2=a37_0x47f22e,_0x5bb889={'KJTyh':function(_0x4d431c,_0x27568d){return _0x4d431c===_0x27568d;},'ytxxI':_0x2ae6a2(0x1d1),'vgUsD':'logged','qUaLm':function(_0x44b7bd,_0x42dec0){return _0x44b7bd(_0x42dec0);},'ppVbU':_0x2ae6a2(0x1ce),'AIUtU':function(_0x324e64,_0x36c6a3){return _0x324e64===_0x36c6a3;},'lltIU':_0x2ae6a2(0x1d6),'IhMSZ':function(_0x2c0398,_0x33c856){return _0x2c0398!==_0x33c856;},'oMAZN':'qNgwu','JyHBm':function(_0x39b5bc){return _0x39b5bc();}};_0x5bb889['qUaLm'](setImmediate,()=>{const _0x41fb13=_0x2ae6a2;_0x5bb889[_0x41fb13(0x1dc)](_0x5bb889['ytxxI'],_0x5bb889[_0x41fb13(0x1c3)])?this['emit'](_0x5bb889[_0x41fb13(0x1d3)],_0x4701b0):this[_0x41fb13(0x1d5)](_0x351bc2['TRACE'],_0x613104);});_0x5bb889[_0x2ae6a2(0x1dc)](typeof _0x4701b0,_0x5bb889[_0x2ae6a2(0x1bb)])?_0x5bb889[_0x2ae6a2(0x1d7)](_0x5bb889['lltIU'],_0x5bb889[_0x2ae6a2(0x1ba)])?this[_0x2ae6a2(0x1d5)](_0x4701b0[_0x2ae6a2(0x1d4)]||LOG_LEVELS['INFO'],_0x4701b0[_0x2ae6a2(0x1cc)],![]):this[_0x2ae6a2(0x1d5)](_0x34ea3b[_0x2ae6a2(0x1cf)],_0x4c5009):_0x5bb889['IhMSZ'](_0x5bb889[_0x2ae6a2(0x1ca)],_0x5bb889[_0x2ae6a2(0x1ca)])?this[_0x2ae6a2(0x1d5)](_0x535c95[_0x2ae6a2(0x1d4)]||_0x5413bb[_0x2ae6a2(0x1cf)],_0x2f10b5['message'],![]):this[_0x2ae6a2(0x1d5)](LOG_LEVELS[_0x2ae6a2(0x1cf)],_0x4701b0);if(_0x2d2e38)_0x5bb889[_0x2ae6a2(0x1db)](_0x2d2e38);}[a37_0x47f22e(0x1d5)]=(_0x21dbe5=LOG_LEVELS[a37_0x47f22e(0x1cf)],_0x3da9de='',_0x378d6b=!![])=>{const _0x2ba130=a37_0x47f22e,_0x333a57={};_0x333a57[_0x2ba130(0x1c5)]=_0x2ba130(0x1bc);const _0xd09e79=_0x333a57;if(_0x378d6b)consoleHolder[_0x21dbe5[_0x2ba130(0x1d8)]()](_0x3da9de);process[_0x2ba130(0x1b9)]('bs:addLog:'+process[_0x2ba130(0x1bf)],{'timestamp':new Date()[_0x2ba130(0x1d9)](),'level':_0x21dbe5[_0x2ba130(0x1cd)](),'message':_0x3da9de,'kind':_0xd09e79['fPKhP'],'http_response':{}});};[a37_0x47f22e(0x1c7)]=(_0x58a0e3,_0x2df3fd)=>{const _0x5a7b0e=a37_0x47f22e;this[_0x5a7b0e(0x1d5)](LOG_LEVELS[_0x5a7b0e(0x1c2)],_0x58a0e3);};['debug']=(_0x1b371c,_0xf1cbd1)=>{const _0x2ccee2=a37_0x47f22e;this['logToTestOps'](LOG_LEVELS[_0x2ccee2(0x1c4)],_0x1b371c);};['info']=(_0x37685e,_0x505fc7)=>{const _0x1d52a5=a37_0x47f22e;this[_0x1d52a5(0x1d5)](LOG_LEVELS[_0x1d52a5(0x1cf)],_0x37685e);};[a37_0x47f22e(0x1c6)]=(_0x1fb107,_0x2d234d)=>{const _0x33cc52=a37_0x47f22e;this[_0x33cc52(0x1d5)](LOG_LEVELS['WARN'],_0x1fb107);};[a37_0x47f22e(0x1c9)]=(_0x13994c,_0x296db9)=>{const _0x3be1a1=a37_0x47f22e;this[_0x3be1a1(0x1d5)](LOG_LEVELS[_0x3be1a1(0x1b7)],_0x13994c);};}function a37_0x1873(){const _0x1f4e76=['TEST_LOG','2669136ynWkXY','log','pid','22KpHjdg','exports','TRACE','ytxxI','DEBUG','fPKhP','warn','trace','WARN','error','oMAZN','500538FzYZEB','message','toUpperCase','object','INFO','15UlkvQf','dggOc','../../helpers/test-observability/constants','vgUsD','level','logToTestOps','LrkKr','AIUtU','toLowerCase','toISOString','282391YQfeEw','JyHBm','KJTyh','62862NCzbvE','1539864kmBlNz','1191841XvEurp','ERROR','1243755WCIxxS','emit','lltIU','ppVbU'];a37_0x1873=function(){return _0x1f4e76;};return a37_0x1873();};module[a37_0x47f22e(0x1c1)]=logReportingAPI;
1
+ const a37_0x1a54c2=a37_0x4b75;(function(_0x3c5266,_0x1e5c36){const _0xb9bcfb=a37_0x4b75,_0x23e4a9=_0x3c5266();while(!![]){try{const _0x42bcd7=parseInt(_0xb9bcfb(0x1c6))/0x1*(parseInt(_0xb9bcfb(0x1c7))/0x2)+parseInt(_0xb9bcfb(0x1d3))/0x3+parseInt(_0xb9bcfb(0x1c4))/0x4*(parseInt(_0xb9bcfb(0x1db))/0x5)+-parseInt(_0xb9bcfb(0x1cd))/0x6*(parseInt(_0xb9bcfb(0x1d7))/0x7)+-parseInt(_0xb9bcfb(0x1c1))/0x8*(-parseInt(_0xb9bcfb(0x1e2))/0x9)+-parseInt(_0xb9bcfb(0x1cf))/0xa+-parseInt(_0xb9bcfb(0x1c9))/0xb;if(_0x42bcd7===_0x1e5c36)break;else _0x23e4a9['push'](_0x23e4a9['shift']());}catch(_0x2c17f1){_0x23e4a9['push'](_0x23e4a9['shift']());}}}(a37_0x2e42,0xbe704));const Transport=require(a37_0x1a54c2(0x1c3)),{consoleHolder}=require(a37_0x1a54c2(0x1e5)),a37_0x38c011={};a37_0x38c011[a37_0x1a54c2(0x1e1)]=a37_0x1a54c2(0x1e1),a37_0x38c011[a37_0x1a54c2(0x1e7)]=a37_0x1a54c2(0x1e7),a37_0x38c011[a37_0x1a54c2(0x1e6)]=a37_0x1a54c2(0x1e6),a37_0x38c011[a37_0x1a54c2(0x1e4)]=a37_0x1a54c2(0x1e4),a37_0x38c011[a37_0x1a54c2(0x1eb)]=a37_0x1a54c2(0x1eb);const LOG_LEVELS=a37_0x38c011;function a37_0x4b75(_0x136e29,_0x402cde){const _0x2e42d9=a37_0x2e42();return a37_0x4b75=function(_0x4b7545,_0x4a58ba){_0x4b7545=_0x4b7545-0x1c0;let _0x51d42b=_0x2e42d9[_0x4b7545];return _0x51d42b;},a37_0x4b75(_0x136e29,_0x402cde);}class logReportingAPI extends Transport{constructor(_0x537039){super(_0x537039);}[a37_0x1a54c2(0x1d4)](_0x4621f7,_0x14d903){const _0x3ec605=a37_0x1a54c2,_0x4be243={'HEFFK':function(_0x429b1f,_0x1e02b5){return _0x429b1f===_0x1e02b5;},'eRFLY':'SCSqj','TyiNA':'ESwTw','SKrXx':_0x3ec605(0x1d2),'WzTqO':function(_0x1c3017,_0xcec6bb){return _0x1c3017(_0xcec6bb);},'IyUmh':function(_0x14ecfc,_0x38ca16){return _0x14ecfc===_0x38ca16;},'EKSNe':_0x3ec605(0x1e8),'vELcM':function(_0x226ec4,_0x41d38e){return _0x226ec4===_0x41d38e;},'sNibA':_0x3ec605(0x1d1),'bRDcr':_0x3ec605(0x1ec),'MJMMc':function(_0x25d10d){return _0x25d10d();}};_0x4be243[_0x3ec605(0x1e3)](setImmediate,()=>{const _0x3e6c4f=_0x3ec605;_0x4be243['HEFFK'](_0x4be243[_0x3e6c4f(0x1ce)],_0x4be243[_0x3e6c4f(0x1df)])?this[_0x3e6c4f(0x1ea)](_0x3a409e['level']||_0x2e68f2['INFO'],_0x2f290b['message'],![]):this[_0x3e6c4f(0x1d6)](_0x4be243[_0x3e6c4f(0x1c8)],_0x4621f7);});_0x4be243['IyUmh'](typeof _0x4621f7,_0x4be243['EKSNe'])?_0x4be243[_0x3ec605(0x1e9)](_0x4be243[_0x3ec605(0x1d0)],_0x4be243[_0x3ec605(0x1d0)])?this[_0x3ec605(0x1ea)](_0x4621f7[_0x3ec605(0x1ed)]||LOG_LEVELS[_0x3ec605(0x1e1)],_0x4621f7[_0x3ec605(0x1c0)],![]):this[_0x3ec605(0x1ea)](_0xcf3615[_0x3ec605(0x1e1)],_0x1f5d70):_0x4be243[_0x3ec605(0x1da)](_0x4be243[_0x3ec605(0x1cb)],_0x4be243[_0x3ec605(0x1cb)])?this[_0x3ec605(0x1ea)](LOG_LEVELS[_0x3ec605(0x1e1)],_0x4621f7):this[_0x3ec605(0x1ea)](_0x343123[_0x3ec605(0x1e1)],_0x5bd78b);if(_0x14d903)_0x4be243[_0x3ec605(0x1d8)](_0x14d903);}[a37_0x1a54c2(0x1ea)]=(_0x1edbe9=LOG_LEVELS[a37_0x1a54c2(0x1e1)],_0x7c0477='',_0x170de1=!![])=>{const _0x31399b=a37_0x1a54c2,_0x4c0bf6={};_0x4c0bf6[_0x31399b(0x1e0)]=_0x31399b(0x1dd);const _0x2ce9b2=_0x4c0bf6;if(_0x170de1)consoleHolder[_0x1edbe9[_0x31399b(0x1d5)]()](_0x7c0477);process[_0x31399b(0x1d6)]('bs:addLog:'+process[_0x31399b(0x1c5)],{'timestamp':new Date()[_0x31399b(0x1dc)](),'level':_0x1edbe9[_0x31399b(0x1ca)](),'message':_0x7c0477,'kind':_0x2ce9b2[_0x31399b(0x1e0)],'http_response':{}});};[a37_0x1a54c2(0x1ee)]=(_0x530a24,_0x5610f4)=>{const _0x2902ae=a37_0x1a54c2;this[_0x2902ae(0x1ea)](LOG_LEVELS[_0x2902ae(0x1e4)],_0x530a24);};[a37_0x1a54c2(0x1cc)]=(_0x6e3ed2,_0x4a3120)=>{this['logToTestOps'](LOG_LEVELS['DEBUG'],_0x6e3ed2);};[a37_0x1a54c2(0x1d9)]=(_0x225f1a,_0x5523c7)=>{const _0x16c078=a37_0x1a54c2;this[_0x16c078(0x1ea)](LOG_LEVELS['INFO'],_0x225f1a);};[a37_0x1a54c2(0x1de)]=(_0x27abd8,_0x237fac)=>{const _0x2ad4e6=a37_0x1a54c2;this[_0x2ad4e6(0x1ea)](LOG_LEVELS[_0x2ad4e6(0x1eb)],_0x27abd8);};[a37_0x1a54c2(0x1c2)]=(_0x901dd0,_0xc36506)=>{const _0x255c53=a37_0x1a54c2;this[_0x255c53(0x1ea)](LOG_LEVELS['ERROR'],_0x901dd0);};};function a37_0x2e42(){const _0x15db65=['info','IyUmh','65OMfVpG','toISOString','TEST_LOG','warn','TyiNA','IMnRN','INFO','3401829KHPuzc','WzTqO','TRACE','../../helpers/test-observability/constants','DEBUG','ERROR','object','vELcM','logToTestOps','WARN','ISrwh','level','trace','message','24uPbFRl','error','winston-transport','126796qBFmzo','pid','1PCXqEY','1324934JWZZaM','SKrXx','6369671urZZrm','toUpperCase','bRDcr','debug','558txVVlM','eRFLY','4231630UnbmuB','sNibA','LHPhh','logged','273924LRLBZu','log','toLowerCase','emit','38955PweOdD','MJMMc'];a37_0x2e42=function(){return _0x15db65;};return a37_0x2e42();}module['exports']=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a38_0x521667=a38_0x5e1c;(function(_0x1c6dcf,_0x33a5f0){const _0x100a6b=a38_0x5e1c,_0x2b493e=_0x1c6dcf();while(!![]){try{const _0x1d839f=-parseInt(_0x100a6b(0x15b))/0x1+parseInt(_0x100a6b(0x133))/0x2*(parseInt(_0x100a6b(0x12e))/0x3)+-parseInt(_0x100a6b(0x158))/0x4*(-parseInt(_0x100a6b(0x138))/0x5)+parseInt(_0x100a6b(0x167))/0x6*(parseInt(_0x100a6b(0x13b))/0x7)+parseInt(_0x100a6b(0x137))/0x8*(-parseInt(_0x100a6b(0x14b))/0x9)+-parseInt(_0x100a6b(0x14e))/0xa+parseInt(_0x100a6b(0x12f))/0xb;if(_0x1d839f===_0x33a5f0)break;else _0x2b493e['push'](_0x2b493e['shift']());}catch(_0x19cb30){_0x2b493e['push'](_0x2b493e['shift']());}}}(a38_0x3e80,0xb665f));function a38_0x5e1c(_0x5a0081,_0x3859ac){const _0x3e8084=a38_0x3e80();return a38_0x5e1c=function(_0x5e1c37,_0x5cdc4d){_0x5e1c37=_0x5e1c37-0x12a;let _0x37aaeb=_0x3e8084[_0x5e1c37];return _0x37aaeb;},a38_0x5e1c(_0x5a0081,_0x3859ac);}function a38_0x3e80(){const _0x51043e=['finally','8WWQyVS','6068785JbXBtp','QVnaf','initialize','63ajSOFH','IVBZn','forEach','args','file','bIKvS','platforms','path','push','oXMkn','hAmQw','useW3C','\x20doesn\x27t\x20exist','hubUrl','fbKCs','../../helpers/BrowserStackSetup','7263225bTGoWw','cwd','cDYGO','3028250uvatgd','zWIpy','handleApp','abSlF','BtCYx','modifyBrowserStackW3CCaps','syhRp','qMALK','exports','IHUqv','4mndomA','finalExecution','configuration','938085igkqgr','parallelsPerPlatform','../../helpers/helper','server','tfywG','modifyBrowserStackCaps','vanilla','aJbeO','JVNdL','config','HqRYH','File\x20path\x20is\x20required','99816HYAMDn','MCrLl','Hijcy','proxySettings','hSXin','getPlatformName','isUndefined','9bzaSGx','36982ocYeEF','zVbqc','ACjvh','length','952130KdVmLH','Config\x20yml\x20is\x20required','File\x20'];a38_0x3e80=function(){return _0x51043e;};return a38_0x3e80();}const fs=require('fs'),path=require(a38_0x521667(0x142)),{default:BrowserStackSetup}=require(a38_0x521667(0x14a)),helper=require(a38_0x521667(0x15d)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');async function run(_0x8740a3,_0x467dc8){const _0x3b3466=a38_0x521667,_0x3bbaee={'HqRYH':function(_0x24ae87,_0x5b3ce7){return _0x24ae87!==_0x5b3ce7;},'qMALK':'HGMoN','oXMkn':'VAhIC','IVBZn':_0x3b3466(0x161),'MCrLl':'wvSZD','hSXin':function(_0x2e5ba8,_0x2dc05d){return _0x2e5ba8(_0x2dc05d);},'zWIpy':_0x3b3466(0x166),'syhRp':function(_0x52b501,_0x440bdd){return _0x52b501(_0x440bdd);},'idned':_0x3b3466(0x134),'ymDzW':function(_0x57a01f,_0x584b8f){return _0x57a01f>_0x584b8f;},'BtCYx':function(_0x1cc7df,_0x21bac8){return _0x1cc7df===_0x21bac8;},'IHUqv':'siFVj','rlLng':function(_0x4144a0,_0x3671fe){return _0x4144a0>_0x3671fe;},'bIKvS':function(_0x1c7ff5,_0x299ff9){return _0x1c7ff5!==_0x299ff9;},'JVNdL':_0x3b3466(0x169),'QVnaf':_0x3b3466(0x145),'aJbeO':_0x3b3466(0x14d),'abSlF':_0x3b3466(0x149),'tfywG':function(_0x48d298,_0x571ec2){return _0x48d298*_0x571ec2;},'zVbqc':function(_0x27962c,_0x37146f,_0x246935){return _0x27962c(_0x37146f,_0x246935);}},_0x2a8f20=new BrowserStackSetup(_0x8740a3,_0x3bbaee[_0x3b3466(0x13c)]);await _0x2a8f20[_0x3b3466(0x13a)](),await helper[_0x3b3466(0x150)](_0x2a8f20[_0x3b3466(0x164)]);let _0x4b7f7d=[];if(helper[_0x3b3466(0x12d)](_0x8740a3['_'][0x1]))throw _0x3bbaee[_0x3b3466(0x12b)](Error,_0x3bbaee[_0x3b3466(0x14f)]);const _0x2cc4a4=path['join'](process[_0x3b3466(0x14c)](),_0x8740a3['_'][0x1]);if(!fs['existsSync'](_0x2cc4a4))throw _0x3bbaee[_0x3b3466(0x12b)](Error,_0x3b3466(0x135)+_0x8740a3['_'][0x1]+_0x3b3466(0x147));if(!_0x2a8f20[_0x3b3466(0x164)])throw _0x3bbaee[_0x3b3466(0x154)](Error,_0x3bbaee['idned']);let _0x17753d=helper[_0x3b3466(0x146)](_0x2a8f20[_0x3b3466(0x164)]);if(_0x2a8f20['config']['platforms']&&_0x3bbaee['ymDzW'](_0x2a8f20[_0x3b3466(0x164)]['platforms'][_0x3b3466(0x132)],0x0)){if(_0x3bbaee[_0x3b3466(0x152)](_0x3bbaee[_0x3b3466(0x157)],_0x3bbaee[_0x3b3466(0x157)]))_0x2a8f20['config'][_0x3b3466(0x141)][_0x3b3466(0x13d)]((_0x3d12bb,_0x5e0f4b)=>{const _0x23ed35=_0x3b3466;if(_0x3bbaee[_0x23ed35(0x165)](_0x3bbaee[_0x23ed35(0x155)],_0x3bbaee[_0x23ed35(0x144)])){if(_0x17753d)_0x4b7f7d['push'](helper[_0x23ed35(0x153)](_0x2a8f20[_0x23ed35(0x164)],_0x3bbaee[_0x23ed35(0x13c)],_0x5e0f4b));else _0x4b7f7d[_0x23ed35(0x143)](helper[_0x23ed35(0x160)](_0x2a8f20['config'],_0x3bbaee['IVBZn'],_0x5e0f4b));}else _0x246f33['forEach'](_0x2b6e59=>{const _0x2d60d5=_0x23ed35;_0x2d221a={'server':_0x898785[_0x2d60d5(0x148)],'proxySettings':_0x245d2b[_0x2d60d5(0x164)]['proxySettings'],'platform':_0x20fd6e[_0x2d60d5(0x12c)](_0x2b6e59)};const _0x57a09b={'capability':_0x2b6e59,..._0x23f3ef};_0x57a09b[_0x2d60d5(0x13f)]=_0x28b66a,_0x57a09b['args']=_0x5d2d66;const _0x5e8411={};_0x5e8411[_0x2d60d5(0x15a)]=_0x57a09b,_0x2c3389=_0x5e8411,_0x18e099[_0x2d60d5(0x143)](_0x3ffdee);});});else{_0x451473={'server':_0x597424[_0x3b3466(0x148)],'proxySettings':_0x540838['config'][_0x3b3466(0x12a)],'platform':_0x39f3c6[_0x3b3466(0x12c)](_0x1675b3)};const _0x484f6f={'capability':_0x43fb6e,..._0x593927};_0x484f6f[_0x3b3466(0x13f)]=_0xad9441,_0x484f6f[_0x3b3466(0x13e)]=_0x26383b;const _0x117c87={};_0x117c87[_0x3b3466(0x15a)]=_0x484f6f,_0x1766a3=_0x117c87,_0x25be26[_0x3b3466(0x143)](_0x267bbd);}}let _0x3f6966,_0x382927;const _0x309478=[];if(_0x3bbaee['rlLng'](_0x4b7f7d[_0x3b3466(0x132)],0x0)){if(_0x3bbaee[_0x3b3466(0x140)](_0x3bbaee[_0x3b3466(0x163)],_0x3bbaee[_0x3b3466(0x139)]))_0x4b7f7d['forEach'](_0x57ec23=>{const _0x29d19c=_0x3b3466;if(_0x3bbaee[_0x29d19c(0x165)](_0x3bbaee[_0x29d19c(0x168)],_0x3bbaee[_0x29d19c(0x168)])){if(_0x385668)_0x410c1a[_0x29d19c(0x143)](_0x4d5a89['modifyBrowserStackW3CCaps'](_0x4c7583[_0x29d19c(0x164)],_0x3bbaee[_0x29d19c(0x13c)],_0x1530b8));else _0x3f9a3f[_0x29d19c(0x143)](_0x524849['modifyBrowserStackCaps'](_0x16cf86[_0x29d19c(0x164)],_0x3bbaee[_0x29d19c(0x13c)],_0x2b7fb6));}else{_0x3f6966={'server':constants[_0x29d19c(0x148)],'proxySettings':_0x2a8f20[_0x29d19c(0x164)][_0x29d19c(0x12a)],'platform':helper[_0x29d19c(0x12c)](_0x57ec23)};const _0x3f383b={'capability':_0x57ec23,..._0x3f6966};_0x3f383b[_0x29d19c(0x13f)]=_0x2cc4a4,_0x3f383b[_0x29d19c(0x13e)]=_0x467dc8;const _0x208d3f={};_0x208d3f[_0x29d19c(0x15a)]=_0x3f383b,_0x382927=_0x208d3f,_0x309478[_0x29d19c(0x143)](_0x382927);}});else{const _0x706154={};_0x706154[_0x3b3466(0x131)]=_0x3bbaee[_0x3b3466(0x13c)];const _0x18de3f=_0x706154;_0x1579fd[_0x3b3466(0x164)]['platforms']['forEach']((_0x1393fc,_0x397ec1)=>{const _0x3acb51=_0x3b3466;if(_0x2374a2)_0x270249['push'](_0x3d628e[_0x3acb51(0x153)](_0x1a7f62[_0x3acb51(0x164)],_0x18de3f['ACjvh'],_0x397ec1));else _0x1078db['push'](_0x43dd54[_0x3acb51(0x160)](_0x16bd1b['config'],_0x18de3f['ACjvh'],_0x397ec1));});}}else{if(_0x3bbaee[_0x3b3466(0x140)](_0x3bbaee[_0x3b3466(0x162)],_0x3bbaee[_0x3b3466(0x151)])){let _0x14951b;if(_0x17753d)_0x14951b=helper[_0x3b3466(0x153)](_0x2a8f20[_0x3b3466(0x164)],_0x3bbaee[_0x3b3466(0x13c)],0x0);else _0x14951b=helper[_0x3b3466(0x160)](_0x2a8f20[_0x3b3466(0x164)],_0x3bbaee[_0x3b3466(0x13c)],0x0);const _0x511dbf={};_0x511dbf['server']=constants[_0x3b3466(0x148)],_0x511dbf[_0x3b3466(0x12a)]=_0x2a8f20[_0x3b3466(0x164)][_0x3b3466(0x12a)],_0x3f6966=_0x511dbf;const _0x400640={'capability':_0x14951b,..._0x3f6966};_0x400640['file']=_0x2cc4a4,_0x400640['args']=_0x467dc8;const _0x31eacf={};_0x31eacf['configuration']=_0x400640,_0x382927=_0x31eacf,_0x309478[_0x3b3466(0x143)](_0x382927);}else{let _0x2640dc;if(_0x2544cb)_0x2640dc=_0x255085['modifyBrowserStackW3CCaps'](_0x5c8091[_0x3b3466(0x164)],_0x3bbaee[_0x3b3466(0x13c)],0x0);else _0x2640dc=_0x5a3543[_0x3b3466(0x160)](_0x3b23a3[_0x3b3466(0x164)],_0x3bbaee[_0x3b3466(0x13c)],0x0);const _0x4aade5={};_0x4aade5[_0x3b3466(0x15e)]=_0xce4441[_0x3b3466(0x148)],_0x4aade5['proxySettings']=_0x4ba2c4[_0x3b3466(0x164)][_0x3b3466(0x12a)],_0x3b8896=_0x4aade5;const _0x351797={'capability':_0x2640dc,..._0x521b6d};_0x351797[_0x3b3466(0x13f)]=_0x52f962,_0x351797[_0x3b3466(0x13e)]=_0x4c6e59;const _0x242563={};_0x242563[_0x3b3466(0x15a)]=_0x351797,_0x44d58a=_0x242563,_0x189fb6[_0x3b3466(0x143)](_0x59bbe7);}}const _0x586f9c=_0x3bbaee[_0x3b3466(0x15f)](_0x2a8f20[_0x3b3466(0x164)][_0x3b3466(0x141)][_0x3b3466(0x132)]||0x1,_0x2a8f20['config'][_0x3b3466(0x15c)]);_0x3bbaee[_0x3b3466(0x130)](parallelVanillaRun,_0x309478,_0x586f9c)['then'](_0x342a23=>{})[_0x3b3466(0x136)](async()=>{const _0x3dadfd=_0x3b3466;await helper[_0x3dadfd(0x159)](_0x2a8f20);});}module[a38_0x521667(0x156)]=run;
2
+ 'use strict';const a38_0x53a54f=a38_0x5884;(function(_0x43b472,_0x3afd68){const _0x1e03ec=a38_0x5884,_0x49be53=_0x43b472();while(!![]){try{const _0x511502=parseInt(_0x1e03ec(0x1ce))/0x1+-parseInt(_0x1e03ec(0x1f7))/0x2*(-parseInt(_0x1e03ec(0x1d0))/0x3)+parseInt(_0x1e03ec(0x1f2))/0x4*(-parseInt(_0x1e03ec(0x200))/0x5)+-parseInt(_0x1e03ec(0x1f6))/0x6*(-parseInt(_0x1e03ec(0x1cc))/0x7)+parseInt(_0x1e03ec(0x1f0))/0x8+parseInt(_0x1e03ec(0x1de))/0x9+parseInt(_0x1e03ec(0x1ec))/0xa*(-parseInt(_0x1e03ec(0x1e0))/0xb);if(_0x511502===_0x3afd68)break;else _0x49be53['push'](_0x49be53['shift']());}catch(_0x5f4020){_0x49be53['push'](_0x49be53['shift']());}}}(a38_0x3c24,0xd16e6));function a38_0x5884(_0x3190e8,_0x588716){const _0x3c24f9=a38_0x3c24();return a38_0x5884=function(_0x588486,_0x294532){_0x588486=_0x588486-0x1c5;let _0x59053b=_0x3c24f9[_0x588486];return _0x59053b;},a38_0x5884(_0x3190e8,_0x588716);}const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a38_0x53a54f(0x1da)),constants=require(a38_0x53a54f(0x1c5)),{parallelVanillaRun}=require(a38_0x53a54f(0x1fe));async function run(_0x1afae8,_0x13f151){const _0x37401d=a38_0x53a54f,_0x234d64={'HVtCS':_0x37401d(0x1ea),'rJygM':function(_0x422a5e,_0x2c4d1e){return _0x422a5e===_0x2c4d1e;},'pyTgH':_0x37401d(0x1f4),'NPPYa':_0x37401d(0x1d5),'bVvDG':function(_0x4332c9,_0x37bb53){return _0x4332c9!==_0x37bb53;},'oZBqC':_0x37401d(0x1ff),'NuMRB':_0x37401d(0x1cb),'DqlSi':function(_0x387b03,_0x2bdf94){return _0x387b03(_0x2bdf94);},'KWZHy':'File\x20path\x20is\x20required','BIgeS':function(_0x238388,_0x5f1a76){return _0x238388(_0x5f1a76);},'fisMb':function(_0x1714de,_0xb961f6){return _0x1714de(_0xb961f6);},'Ypnyv':_0x37401d(0x1e9),'uZAuu':function(_0xb62ae5,_0x2bebc5){return _0xb62ae5>_0x2bebc5;},'ewGBQ':_0x37401d(0x1c6),'IpAtj':_0x37401d(0x1d8),'NWxZB':function(_0x41e9c7,_0x6be78d){return _0x41e9c7>_0x6be78d;},'fwHWE':_0x37401d(0x1d4),'tZaif':'MPFbo','CTrNw':_0x37401d(0x1f1),'NoNcO':function(_0x42febf,_0x22b407){return _0x42febf*_0x22b407;},'ohXQq':function(_0x5456ad,_0x238b72,_0x5d19c4){return _0x5456ad(_0x238b72,_0x5d19c4);}},_0x5e18e0=new BrowserStackSetup(_0x1afae8,_0x234d64[_0x37401d(0x1f9)]);await _0x5e18e0[_0x37401d(0x1ef)](),await helper['handleApp'](_0x5e18e0[_0x37401d(0x1dd)]);let _0x6b261d=[];if(helper['isUndefined'](_0x1afae8['_'][0x1]))throw _0x234d64['DqlSi'](Error,_0x234d64[_0x37401d(0x1f5)]);const _0x3ccdbc=path[_0x37401d(0x1eb)](process['cwd'](),_0x1afae8['_'][0x1]);if(!fs[_0x37401d(0x1df)](_0x3ccdbc))throw _0x234d64['BIgeS'](Error,'File\x20'+_0x1afae8['_'][0x1]+_0x37401d(0x1d6));if(!_0x5e18e0['config'])throw _0x234d64['fisMb'](Error,_0x234d64[_0x37401d(0x1c8)]);let _0x558644=helper['useW3C'](_0x5e18e0['config']);if(_0x5e18e0[_0x37401d(0x1dd)][_0x37401d(0x1ed)]&&_0x234d64['uZAuu'](_0x5e18e0[_0x37401d(0x1dd)][_0x37401d(0x1ed)][_0x37401d(0x1e7)],0x0)){if(_0x234d64['rJygM'](_0x234d64['ewGBQ'],_0x234d64['IpAtj'])){if(_0x18bfdd)_0x50342b[_0x37401d(0x1e5)](_0x57c19f['modifyBrowserStackW3CCaps'](_0x5a0a41[_0x37401d(0x1dd)],_0x234d64[_0x37401d(0x1f9)],_0x578d0b));else _0x2e31f1[_0x37401d(0x1e5)](_0x34f71d[_0x37401d(0x1cd)](_0x2737[_0x37401d(0x1dd)],_0x234d64[_0x37401d(0x1f9)],_0x2e8f7e));}else _0x5e18e0['config'][_0x37401d(0x1ed)][_0x37401d(0x1d1)]((_0x93a7ad,_0x23d9a4)=>{const _0x4c3a28=_0x37401d,_0x28600f={};_0x28600f[_0x4c3a28(0x1fa)]=_0x234d64[_0x4c3a28(0x1f9)];const _0x2f3b06=_0x28600f;if(_0x234d64[_0x4c3a28(0x1f8)](_0x234d64['pyTgH'],_0x234d64[_0x4c3a28(0x1fb)])){let _0x50e3e0;if(_0xf7da41)_0x50e3e0=_0x46086d['modifyBrowserStackW3CCaps'](_0x29d0a2[_0x4c3a28(0x1dd)],_0x2f3b06[_0x4c3a28(0x1fa)],0x0);else _0x50e3e0=_0x2d8580[_0x4c3a28(0x1cd)](_0x526413[_0x4c3a28(0x1dd)],_0x2f3b06['ZMnFR'],0x0);const _0x50cc7b={};_0x50cc7b[_0x4c3a28(0x1db)]=_0x34f59b[_0x4c3a28(0x1d7)],_0x50cc7b[_0x4c3a28(0x1d2)]=_0x13a422[_0x4c3a28(0x1dd)][_0x4c3a28(0x1d2)],_0x3db2a8=_0x50cc7b;const _0xc74961={'capability':_0x50e3e0,..._0x40db38};_0xc74961[_0x4c3a28(0x1ee)]=_0x5bdec8,_0xc74961[_0x4c3a28(0x1ca)]=_0x582c10;const _0x4ed748={};_0x4ed748['configuration']=_0xc74961,_0x54b9bc=_0x4ed748,_0x5ca414[_0x4c3a28(0x1e5)](_0x314bed);}else{if(_0x558644)_0x6b261d[_0x4c3a28(0x1e5)](helper[_0x4c3a28(0x1dc)](_0x5e18e0['config'],_0x234d64['HVtCS'],_0x23d9a4));else _0x6b261d[_0x4c3a28(0x1e5)](helper[_0x4c3a28(0x1cd)](_0x5e18e0['config'],_0x234d64[_0x4c3a28(0x1f9)],_0x23d9a4));}});}let _0x4c9c2e,_0x46f4e0;const _0x5f42db=[];if(_0x234d64[_0x37401d(0x1cf)](_0x6b261d[_0x37401d(0x1e7)],0x0))_0x234d64[_0x37401d(0x1f8)](_0x234d64[_0x37401d(0x1c9)],_0x234d64['fwHWE'])?_0x6b261d[_0x37401d(0x1d1)](_0x34bcb5=>{const _0x480b24=_0x37401d,_0x35389a={};_0x35389a[_0x480b24(0x1e1)]=_0x234d64[_0x480b24(0x1f9)];const _0x53dab2=_0x35389a;if(_0x234d64[_0x480b24(0x1d9)](_0x234d64[_0x480b24(0x1fd)],_0x234d64[_0x480b24(0x1c7)])){_0x4c9c2e={'server':constants[_0x480b24(0x1d7)],'proxySettings':_0x5e18e0[_0x480b24(0x1dd)]['proxySettings'],'platform':helper[_0x480b24(0x1e8)](_0x34bcb5)};const _0x21d556={'capability':_0x34bcb5,..._0x4c9c2e};_0x21d556[_0x480b24(0x1ee)]=_0x3ccdbc,_0x21d556['args']=_0x13f151;const _0x3384f3={};_0x3384f3['configuration']=_0x21d556,_0x46f4e0=_0x3384f3,_0x5f42db['push'](_0x46f4e0);}else _0x2eedf9[_0x480b24(0x1dd)][_0x480b24(0x1ed)]['forEach']((_0x4badf3,_0x2f9cda)=>{const _0x505684=_0x480b24;if(_0x26f1e9)_0x56fdae[_0x505684(0x1e5)](_0xc2806d[_0x505684(0x1dc)](_0x3a39f8['config'],_0x53dab2['nSuNv'],_0x2f9cda));else _0x111bf6[_0x505684(0x1e5)](_0x3a8370[_0x505684(0x1cd)](_0x259561[_0x505684(0x1dd)],_0x53dab2['nSuNv'],_0x2f9cda));});}):_0x582ec2[_0x37401d(0x1d1)](_0x2ea269=>{const _0x248de6=_0x37401d;_0x13f4a1={'server':_0x17188c['hubUrl'],'proxySettings':_0x5a2b21[_0x248de6(0x1dd)][_0x248de6(0x1d2)],'platform':_0x2a3ce4[_0x248de6(0x1e8)](_0x2ea269)};const _0x50f3af={'capability':_0x2ea269,..._0x4cb7b6};_0x50f3af[_0x248de6(0x1ee)]=_0x2de6d2,_0x50f3af['args']=_0x44b915;const _0x258a9d={};_0x258a9d[_0x248de6(0x1d3)]=_0x50f3af,_0x365399=_0x258a9d,_0x48db54['push'](_0x21efef);});else{if(_0x234d64['bVvDG'](_0x234d64[_0x37401d(0x1f3)],_0x234d64[_0x37401d(0x1e6)])){let _0x5c8535;if(_0x558644)_0x5c8535=helper[_0x37401d(0x1dc)](_0x5e18e0['config'],_0x234d64[_0x37401d(0x1f9)],0x0);else _0x5c8535=helper[_0x37401d(0x1cd)](_0x5e18e0[_0x37401d(0x1dd)],_0x234d64['HVtCS'],0x0);const _0x53e33d={};_0x53e33d[_0x37401d(0x1db)]=constants['hubUrl'],_0x53e33d[_0x37401d(0x1d2)]=_0x5e18e0['config'][_0x37401d(0x1d2)],_0x4c9c2e=_0x53e33d;const _0x2eb6be={'capability':_0x5c8535,..._0x4c9c2e};_0x2eb6be['file']=_0x3ccdbc,_0x2eb6be[_0x37401d(0x1ca)]=_0x13f151;const _0x4feaf0={};_0x4feaf0['configuration']=_0x2eb6be,_0x46f4e0=_0x4feaf0,_0x5f42db[_0x37401d(0x1e5)](_0x46f4e0);}else{_0x251708={'server':_0x1f865c[_0x37401d(0x1d7)],'proxySettings':_0x5cfc00['config'][_0x37401d(0x1d2)],'platform':_0x196884[_0x37401d(0x1e8)](_0x1fe5fb)};const _0x1575b3={'capability':_0x25e823,..._0x34109c};_0x1575b3[_0x37401d(0x1ee)]=_0x23930e,_0x1575b3[_0x37401d(0x1ca)]=_0x4ac9fe;const _0x3c3c71={};_0x3c3c71[_0x37401d(0x1d3)]=_0x1575b3,_0x674806=_0x3c3c71,_0x56686b[_0x37401d(0x1e5)](_0x512a05);}}const _0x27dc25=_0x234d64['NoNcO'](_0x5e18e0[_0x37401d(0x1dd)]['platforms']['length']||0x1,_0x5e18e0[_0x37401d(0x1dd)]['parallelsPerPlatform']);_0x234d64[_0x37401d(0x1e4)](parallelVanillaRun,_0x5f42db,_0x27dc25)[_0x37401d(0x1e2)](_0x5f57ad=>{})[_0x37401d(0x1e3)](async()=>{const _0x4f28d0=_0x37401d;await helper[_0x4f28d0(0x1fc)](_0x5e18e0);});}module['exports']=run;function a38_0x3c24(){const _0x2f2f79=['8mFagcr','tZaif','SkNNe','KWZHy','762CgsdrI','2994434joDtSg','rJygM','HVtCS','ZMnFR','NPPYa','finalExecution','oZBqC','../test-runner','qqKmO','1614245WMLMMZ','../utils/constants','MPHID','NuMRB','Ypnyv','fwHWE','args','trodX','31241mkMYrp','modifyBrowserStackCaps','1203707ZuWmog','NWxZB','3IlnnFB','forEach','proxySettings','configuration','USjHl','PiFYG','\x20doesn\x27t\x20exist','hubUrl','nurVp','bVvDG','../../helpers/helper','server','modifyBrowserStackW3CCaps','config','10393479tmMBuD','existsSync','22bWxhFM','nSuNv','then','finally','ohXQq','push','CTrNw','length','getPlatformName','Config\x20yml\x20is\x20required','vanilla','join','16233560DQVkNt','platforms','file','initialize','2621472cwPLgL','XmOSY'];a38_0x3c24=function(){return _0x2f2f79;};return a38_0x3c24();}
@@ -1 +1 @@
1
- function a39_0x1a69(){const _0xdf5db6=['getPackageVersion','isRunning','PgfBT','NOwAf','SAZPY','ToihT','generateLocalIdentifier','SIGINT','8791236sGtveQ','447mpTJVn','useW3C','723559lKfgeb','YHaJG','LLSXu','stopLocalBinary','qdSRj','RrBfO','GpFNb','sqOgg','FWUXp','CPhHz','message','itsRX','constructor','uncaughtException','setBrowserstackInfraFromConfig','config','waQux','709604WASSQc','fireFunnelTestEvent','ZFZCg','setupBrowserstackLocal','length','getUserName','IhQUF','ZzgnX','Jwbyi','yCeSO','FRAMEWORK','JyyyF','LorPG','UzUen','SrLYG','includes','QVOXi','qctSv','cYAag','getLocalConfig','Pqcgi','WRSaU','fKVvV','lGlYj','aNida','JNzbU','pEsuA','No\x20config\x20provided.','PRJtp','isTrue','localOptions','lNRKd','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','util','sanitizeCaps','GhbWY','Fjjeh','DyRAY','info','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','TjHio','MfgTw','startLocalBinary','quURM','setupKeepAlive','Oeiwu','lTHHF','qfFgP','lKfxe','vwrRM','default','env','XgZYv','ZWqMX','yoCSp','isBrowserstackInfra','handleExceptions','readConfig','90woYJQK','setCLICaps','unhandledRejection','format','browserStackLocalOptions','THmNI','stopBrowserstackLocal','ZwqWU','jxqpW','DXGdT','getConfigPath','LPAis','fmzTt','bvUCG','cliConfig','localIdentifier','rsvNI','USaWG','setUpHubUrl','setLogLevel','pFwfE','puSvI','fUOrg','113449eLZwGE','parallelsPerPlatform','browserstackLocal','Error\x20occured\x20while\x20stopping\x20local\x20binary','FhNjp','3992112BcDeyW','gZtSh','platforms','OeemT','framework','error','isUndefined','./logger','kUyuJ','JmdJI','dASif','iFJdk','TfvNB','VBSRG','debug','wmTiR','GaDeP','OZuqx','JTfDK','mRIZa','mlzhx','1324565gpYWbC','iBWqm','jazpX','SDKTestAttempted','YvtbE','Rsyjc','initialize','lLjbP','JvxcB','MhqCk','envConfig','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','getAccessKey','userName\x20or\x20accessKey\x20is\x20not\x20defined','./setKeepAlive','setProxySettings','selenium-webdriver','LzRja','mAmKv','IRicL','push','9302HzbDVj','SIGTERM','qDoMG','Raufi','./helper','vhpaE','unhandledErrors','warn','kVOKy'];a39_0x1a69=function(){return _0xdf5db6;};return a39_0x1a69();}function a39_0x481f(_0x3f3e40,_0x53bc31){const _0x1a692c=a39_0x1a69();return a39_0x481f=function(_0x481f23,_0x23c368){_0x481f23=_0x481f23-0x1e4;let _0x230017=_0x1a692c[_0x481f23];return _0x230017;},a39_0x481f(_0x3f3e40,_0x53bc31);}const a39_0x146472=a39_0x481f;(function(_0xd8917c,_0x153268){const _0x468e92=a39_0x481f,_0x15adc9=_0xd8917c();while(!![]){try{const _0x118019=-parseInt(_0x468e92(0x1ef))/0x1+-parseInt(_0x468e92(0x280))/0x2*(parseInt(_0x468e92(0x1ed))/0x3)+-parseInt(_0x468e92(0x200))/0x4+parseInt(_0x468e92(0x26b))/0x5+parseInt(_0x468e92(0x23a))/0x6*(parseInt(_0x468e92(0x251))/0x7)+parseInt(_0x468e92(0x256))/0x8+parseInt(_0x468e92(0x1ec))/0x9;if(_0x118019===_0x153268)break;else _0x15adc9['push'](_0x15adc9['shift']());}catch(_0x38ec38){_0x15adc9['push'](_0x15adc9['shift']());}}}(a39_0x1a69,0x5f2f5));const util=require(a39_0x146472(0x221)),logger=require(a39_0x146472(0x25d))['winstonLogger'],helper=require(a39_0x146472(0x284)),hubAllocator=require('../hubAllocationMethods');class BrowserStackSetup{constructor(_0x57a812,_0x2e18dc){const _0x463e43=a39_0x146472,_0x148365={'GaDeP':_0x463e43(0x26e),'quURM':function(_0x37ced5,_0x13a178){return _0x37ced5===_0x13a178;},'rsvNI':_0x463e43(0x254),'RrBfO':function(_0x2b8c05,_0x4636e2){return _0x2b8c05<_0x4636e2;},'ZzgnX':function(_0x5074c7,_0x1e1e83){return _0x5074c7(_0x1e1e83);},'OZuqx':_0x463e43(0x27b),'MhqCk':function(_0x2fcf43,_0x5091f6){return _0x2fcf43>=_0x5091f6;},'YHaJG':function(_0x3dc67a,_0x223220){return _0x3dc67a(_0x223220);},'THmNI':_0x463e43(0x278),'MfgTw':_0x463e43(0x220),'pEsuA':_0x463e43(0x276),'TfvNB':'unhandledRejection','GpFNb':_0x463e43(0x1fc),'vBJTq':_0x463e43(0x21b),'JyyyF':function(_0x55c330,_0x42e9cf){return _0x55c330!==_0x42e9cf;},'ivHqI':_0x463e43(0x259),'JNzbU':'YSWEB','gUlDE':'mKfJY','ToihT':'QrJNu','mlzhx':_0x463e43(0x214),'JvxcB':_0x463e43(0x210),'qDoMG':function(_0x221f41,_0x33bf55){return _0x221f41!==_0x33bf55;},'SGdWW':_0x463e43(0x21c),'vwrRM':_0x463e43(0x1f1),'kVOKy':function(_0x3a3f5a,_0x56d612){return _0x3a3f5a<_0x56d612;},'LzRja':function(_0x1557f5,_0x22e1b1){return _0x1557f5!==_0x22e1b1;},'ZWqMX':_0x463e43(0x261),'DyRAY':function(_0x3e2789,_0x3253eb){return _0x3e2789(_0x3253eb);},'Oeiwu':_0x463e43(0x24e),'jazpX':_0x463e43(0x209),'FhNjp':function(_0x4db3c1,_0x2b51d0){return _0x4db3c1!==_0x2b51d0;},'yoCSp':_0x463e43(0x243),'iBWqm':'ZLslt','Rsyjc':function(_0x1a2ab1,_0x408f44){return _0x1a2ab1===_0x408f44;},'kUyuJ':_0x463e43(0x272),'SAZPY':function(_0x5c2c7a,_0x3288e4){return _0x5c2c7a===_0x3288e4;},'GhbWY':_0x463e43(0x242),'vhpaE':_0x463e43(0x1f6),'waQux':function(_0x439a9e,_0x18b5e3){return _0x439a9e===_0x18b5e3;},'TjHio':function(_0x25ab9f,_0x4a174f){return _0x25ab9f!==_0x4a174f;},'fUOrg':_0x463e43(0x230),'CPhHz':function(_0x324217,_0x8b9272){return _0x324217!==_0x8b9272;},'lGlYj':_0x463e43(0x27d),'EXFfb':function(_0x4af1cb,_0x377ffa){return _0x4af1cb===_0x377ffa;},'KJBnH':_0x463e43(0x257),'JTfDK':_0x463e43(0x206),'PgfBT':_0x463e43(0x24f)};this[_0x463e43(0x286)]=[],this['cliConfig']=helper[_0x463e43(0x23b)](_0x57a812),this[_0x463e43(0x275)]=helper['setEnvCaps'](),this['browserstackLocal']=null,this[_0x463e43(0x1fe)]=helper[_0x463e43(0x239)](helper[_0x463e43(0x244)](_0x57a812)),global[_0x463e43(0x1fe)]=this[_0x463e43(0x1fe)],global[_0x463e43(0x25a)]=_0x2e18dc,helper[_0x463e43(0x222)](this[_0x463e43(0x1fe)]),this[_0x463e43(0x25a)]=_0x2e18dc;if(helper['isUndefined'](this['config']))throw new Error(_0x148365['vBJTq']);if(this[_0x463e43(0x1fe)][_0x463e43(0x25b)])throw new Error(this[_0x463e43(0x1fe)][_0x463e43(0x25b)]);this['handleExceptions'](),helper[_0x463e43(0x1fd)](this[_0x463e43(0x1fe)],this[_0x463e43(0x248)]),helper['getFinalCaps'](this[_0x463e43(0x1fe)],this['cliConfig'],this['envConfig']);if(!helper[_0x463e43(0x237)]()){if(_0x148365[_0x463e43(0x20b)](_0x148365['ivHqI'],_0x148365[_0x463e43(0x219)])){try{_0x148365[_0x463e43(0x22b)](_0x148365['gUlDE'],_0x148365[_0x463e43(0x1e9)])?(_0x35da0c[_0x463e43(0x25b)](_0x5de002['message']),_0x4200d1[_0x463e43(0x264)](_0x1a54df[_0x463e43(0x23d)](_0x512b92)),this['unhandledErrors'][_0x463e43(0x27f)](_0x5549e8[_0x463e43(0x23d)]('%j',_0x569353))):(process[_0x463e43(0x233)][_0x463e43(0x20a)]=_0x2e18dc,helper[_0x463e43(0x201)](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this[_0x463e43(0x25a)]));}catch(_0x11829b){_0x148365['quURM'](_0x148365[_0x463e43(0x26a)],_0x148365[_0x463e43(0x273)])?(_0x58769b[_0x463e43(0x233)][_0x463e43(0x20a)]=_0xa61b57,_0x244a2a['fireFunnelTestEvent'](_0x148365[_0x463e43(0x266)],{},this[_0x463e43(0x1fe)],this['framework'])):logger['debug'](_0x463e43(0x227)+_0x11829b);}return;}else this['config'][_0x463e43(0x1ee)]=![];}if(helper['requireSeleniumWebdriverCheck'](_0x2e18dc)){if(_0x148365[_0x463e43(0x282)](_0x148365['SGdWW'],_0x148365[_0x463e43(0x231)])){_0x148365[_0x463e43(0x288)](_0x148365[_0x463e43(0x207)](parseInt,helper[_0x463e43(0x1e4)](_0x148365[_0x463e43(0x267)])),0x3)&&(_0x148365[_0x463e43(0x27c)](_0x148365[_0x463e43(0x235)],_0x148365[_0x463e43(0x235)])?(_0x5da574['env']['FRAMEWORK']=_0x193794['_'][0x0],_0x3c5639[_0x463e43(0x201)](_0x148365[_0x463e43(0x266)],{},this['config'],this[_0x463e43(0x25a)])):this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=![]);if(_0x148365[_0x463e43(0x274)](_0x148365[_0x463e43(0x225)](parseInt,helper[_0x463e43(0x1e4)](_0x148365[_0x463e43(0x267)])),4.5)){if(_0x148365[_0x463e43(0x22b)](_0x148365['Oeiwu'],_0x148365[_0x463e43(0x22d)]))this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=!![];else{_0x1723c3[_0x463e43(0x264)](_0xb3b519);throw new _0x388678(_0x792300['toString']());}}}else!_0xeaf7d9[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x23e)])&&_0x148365[_0x463e43(0x22b)](this[_0x463e43(0x1fe)]['browserStackLocalOptions']['constructor'],_0x1e794a)?this[_0x463e43(0x1fe)][_0x463e43(0x23e)][_0x463e43(0x249)]=_0x321aab[_0x463e43(0x1ea)]():this['config'][_0x463e43(0x23e)]={'localIdentifier':_0x3d2f39[_0x463e43(0x1ea)]()};}(helper[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x258)])||helper[_0x463e43(0x25c)](this['config'][_0x463e43(0x258)][_0x463e43(0x204)]))&&(_0x148365[_0x463e43(0x282)](_0x148365[_0x463e43(0x26d)],_0x148365[_0x463e43(0x26d)])?_0x3ac58c[_0x463e43(0x25b)](_0x148365[_0x463e43(0x24a)],_0x3e295d[_0x463e43(0x1f9)]):(helper['isUndefined'](this[_0x463e43(0x1fe)][_0x463e43(0x252)])?_0x148365[_0x463e43(0x255)](_0x148365['yoCSp'],_0x148365[_0x463e43(0x236)])?this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=!![]:logger[_0x463e43(0x226)](_0x148365[_0x463e43(0x229)]):_0x148365[_0x463e43(0x282)](_0x148365[_0x463e43(0x26c)],_0x148365[_0x463e43(0x26c)])?(_0x148365[_0x463e43(0x1f4)](_0x148365[_0x463e43(0x207)](_0x171f32,_0x485b2a[_0x463e43(0x1e4)](_0x148365['OZuqx'])),0x3)&&(this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=![]),_0x148365[_0x463e43(0x274)](_0x148365[_0x463e43(0x1f0)](_0x31a8b3,_0x412064['getPackageVersion'](_0x148365[_0x463e43(0x267)])),4.5)&&(this['config'][_0x463e43(0x1ee)]=!![])):logger['warn'](_0x148365[_0x463e43(0x21a)]),this[_0x463e43(0x1fe)][_0x463e43(0x258)]=[]));!this['config']['browserStackLocalOptions']&&(this[_0x463e43(0x1fe)][_0x463e43(0x23e)]=this[_0x463e43(0x1fe)][_0x463e43(0x21e)]||{}),!this['config']['testContextOptions']&&(this[_0x463e43(0x1fe)]['testContextOptions']={});if(helper[_0x463e43(0x25c)](helper[_0x463e43(0x205)](this[_0x463e43(0x1fe)]))||helper['isUndefined'](helper[_0x463e43(0x277)](this[_0x463e43(0x1fe)]))){if(_0x148365[_0x463e43(0x270)](_0x148365['kUyuJ'],_0x148365[_0x463e43(0x25e)]))throw new Error(_0x148365[_0x463e43(0x23f)]);else throw new _0x152f27(_0x148365[_0x463e43(0x23f)]);}if(helper[_0x463e43(0x213)](this[_0x463e43(0x1fe)])&&helper[_0x463e43(0x25c)](helper['getLocalIdentifier'](this[_0x463e43(0x1fe)]))){if(_0x148365[_0x463e43(0x1e8)](_0x148365[_0x463e43(0x223)],_0x148365[_0x463e43(0x285)]))_0xc48e85['debug'](_0x463e43(0x227)+_0x3f5c83);else{if(!helper['isUndefined'](this[_0x463e43(0x1fe)][_0x463e43(0x23e)])&&_0x148365[_0x463e43(0x1ff)](this[_0x463e43(0x1fe)]['browserStackLocalOptions'][_0x463e43(0x1fb)],Object))_0x148365[_0x463e43(0x228)](_0x148365['fUOrg'],_0x148365[_0x463e43(0x250)])?_0x310ac5['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x945ae9):this['config'][_0x463e43(0x23e)]['localIdentifier']=helper[_0x463e43(0x1ea)]();else{if(_0x148365[_0x463e43(0x1f8)](_0x148365[_0x463e43(0x217)],_0x148365[_0x463e43(0x217)])){try{_0x321a94[_0x463e43(0x233)][_0x463e43(0x20a)]=_0x2e8d8b,_0x1719d5[_0x463e43(0x201)](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this['framework']);}catch(_0xc97c30){_0x10fc63['debug'](_0x463e43(0x227)+_0xc97c30);}return;}else this[_0x463e43(0x1fe)][_0x463e43(0x23e)]={'localIdentifier':helper[_0x463e43(0x1ea)]()};}}}helper[_0x463e43(0x24d)](this[_0x463e43(0x1fe)],this[_0x463e43(0x248)],this[_0x463e43(0x275)]);try{_0x148365['EXFfb'](_0x148365['KJBnH'],_0x148365[_0x463e43(0x268)])?(_0x23fce6[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x252)])?_0xf65299[_0x463e43(0x226)](_0x148365[_0x463e43(0x229)]):_0x2c56e2[_0x463e43(0x287)](_0x148365['pEsuA']),this[_0x463e43(0x1fe)][_0x463e43(0x258)]=[]):(process[_0x463e43(0x233)]['FRAMEWORK']=_0x57a812['_'][0x0],helper['fireFunnelTestEvent'](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this[_0x463e43(0x25a)]));}catch(_0x9a6bff){if(_0x148365[_0x463e43(0x255)](_0x148365[_0x463e43(0x1e6)],_0x148365[_0x463e43(0x1e6)])){const _0x1db914=_0x369068=>{const _0x550561=_0x463e43;_0x1d11b3[_0x550561(0x25b)](_0x369068[_0x550561(0x1f9)]),_0x1cf107['debug'](_0x1a6d59[_0x550561(0x23d)](_0x369068)),this[_0x550561(0x286)][_0x550561(0x27f)](_0x1c406e[_0x550561(0x23d)]('%j',_0x369068));};_0x437dd4['on'](_0x148365[_0x463e43(0x262)],_0x1db914),_0x360507['on'](_0x148365[_0x463e43(0x1f5)],_0x1db914);}else logger[_0x463e43(0x264)](_0x463e43(0x227)+_0x9a6bff);}}async[a39_0x146472(0x271)](){const _0x47a795=a39_0x146472,_0x3a35ca={'VBSRG':function(_0x3e6e60,_0x123439){return _0x3e6e60(_0x123439);},'eRgdb':_0x47a795(0x279),'Raufi':'codeceptjs','fKVvV':function(_0x28ace3,_0x3846f6){return _0x28ace3===_0x3846f6;},'UzUen':_0x47a795(0x246),'TjHcw':_0x47a795(0x208)};helper[_0x47a795(0x27a)](this['config']),this[_0x47a795(0x22c)](),await this['setupBrowserstackLocal'](),![_0x3a35ca[_0x47a795(0x283)]][_0x47a795(0x20f)](this[_0x47a795(0x25a)])&&(_0x3a35ca[_0x47a795(0x216)](_0x3a35ca[_0x47a795(0x20d)],_0x3a35ca['TjHcw'])?_0x3a35ca[_0x47a795(0x263)](_0xb5561f,_0x3a35ca['eRgdb'])():await this['setUpHubUrl']());}async[a39_0x146472(0x203)](){const _0x48db8f=a39_0x146472,_0x15900e={};_0x15900e[_0x48db8f(0x22e)]=_0x48db8f(0x276),_0x15900e['XgZYv']=function(_0x3b414a,_0x1319f4){return _0x3b414a!==_0x1319f4;},_0x15900e[_0x48db8f(0x211)]=_0x48db8f(0x269),_0x15900e[_0x48db8f(0x202)]=function(_0x2bd5a3,_0x3bfd25){return _0x2bd5a3==_0x3bfd25;},_0x15900e[_0x48db8f(0x245)]=_0x48db8f(0x220),_0x15900e[_0x48db8f(0x265)]=_0x48db8f(0x224),_0x15900e[_0x48db8f(0x21f)]=_0x48db8f(0x27e),_0x15900e[_0x48db8f(0x20c)]=function(_0x34f8ed,_0x1fa47b){return _0x34f8ed!==_0x1fa47b;},_0x15900e[_0x48db8f(0x241)]=_0x48db8f(0x215),_0x15900e[_0x48db8f(0x26f)]='Local\x20binary\x20started\x20successfully',_0x15900e[_0x48db8f(0x24b)]='beforeExit',_0x15900e[_0x48db8f(0x20e)]=_0x48db8f(0x1eb),_0x15900e['dASif']=_0x48db8f(0x281),_0x15900e[_0x48db8f(0x212)]=function(_0x27e321,_0x2d95dc){return _0x27e321===_0x2d95dc;},_0x15900e[_0x48db8f(0x1f7)]=_0x48db8f(0x1e7);const _0x17cf2a=_0x15900e;if(helper[_0x48db8f(0x21d)](this[_0x48db8f(0x1fe)][_0x48db8f(0x253)])&&(!this['browserstackLocal']||!this[_0x48db8f(0x253)][_0x48db8f(0x1e5)]())){if(_0x17cf2a[_0x48db8f(0x234)](_0x17cf2a[_0x48db8f(0x265)],_0x17cf2a[_0x48db8f(0x21f)]))try{if(_0x17cf2a[_0x48db8f(0x20c)](_0x17cf2a[_0x48db8f(0x241)],_0x17cf2a[_0x48db8f(0x241)]))this['config']['browserStackLocalOptions'][_0x48db8f(0x249)]=_0x360905[_0x48db8f(0x1ea)]();else{this[_0x48db8f(0x253)]=await helper[_0x48db8f(0x22a)](this[_0x48db8f(0x1fe)]),logger[_0x48db8f(0x226)](_0x17cf2a[_0x48db8f(0x26f)]);let _0x5f0ccf=0x0;const _0x2a5b44=async()=>{const _0x3aa524=_0x48db8f,_0x285c42={};_0x285c42[_0x3aa524(0x218)]=_0x17cf2a[_0x3aa524(0x22e)];const _0x47b6fa=_0x285c42;_0x17cf2a['XgZYv'](_0x17cf2a[_0x3aa524(0x211)],_0x17cf2a[_0x3aa524(0x211)])?_0x1ff375[_0x3aa524(0x287)](_0x47b6fa[_0x3aa524(0x218)]):(_0x5f0ccf++,_0x17cf2a[_0x3aa524(0x202)](_0x5f0ccf,0x1)&&await this[_0x3aa524(0x240)]());};process['on'](_0x17cf2a[_0x48db8f(0x24b)],_0x2a5b44),process['on'](_0x17cf2a[_0x48db8f(0x20e)],_0x2a5b44),process['on'](_0x17cf2a[_0x48db8f(0x260)],_0x2a5b44);}}catch(_0x15dab5){if(_0x17cf2a[_0x48db8f(0x212)](_0x17cf2a['FWUXp'],_0x17cf2a[_0x48db8f(0x1f7)])){logger[_0x48db8f(0x264)](_0x15dab5);throw new Error(_0x15dab5['toString']());}else _0xe2cfc0[_0x48db8f(0x226)](_0x17cf2a[_0x48db8f(0x245)]);}else this[_0x48db8f(0x1fe)][_0x48db8f(0x23e)]={'localIdentifier':_0x16af1a[_0x48db8f(0x1ea)]()};}}async[a39_0x146472(0x240)](){const _0x2c6975=a39_0x146472,_0x470c62={};_0x470c62[_0x2c6975(0x25f)]='Local\x20binary\x20stopped',_0x470c62[_0x2c6975(0x1fa)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x851c8c=_0x470c62;if(this[_0x2c6975(0x253)]&&this[_0x2c6975(0x253)][_0x2c6975(0x1e5)]())try{await helper[_0x2c6975(0x1f2)](this[_0x2c6975(0x253)]),logger[_0x2c6975(0x226)](_0x851c8c[_0x2c6975(0x25f)]);}catch(_0x9c8ac6){logger[_0x2c6975(0x25b)](_0x851c8c[_0x2c6975(0x1fa)],_0x9c8ac6[_0x2c6975(0x1f9)]);}}async[a39_0x146472(0x24c)](){const _0x5153f9=a39_0x146472;await hubAllocator['allocateHub'](this[_0x5153f9(0x1fe)]);}[a39_0x146472(0x22c)](){const _0x395560=a39_0x146472,_0x49bf90={'bvUCG':function(_0x13e6ba,_0x4a269b){return _0x13e6ba(_0x4a269b);},'UKwTx':_0x395560(0x279)};_0x49bf90[_0x395560(0x247)](require,_0x49bf90['UKwTx'])();}[a39_0x146472(0x238)](){const _0x58a258=a39_0x146472,_0xde9437={};_0xde9437[_0x58a258(0x22f)]=_0x58a258(0x23c),_0xde9437[_0x58a258(0x1f3)]=_0x58a258(0x1fc);const _0x200a5a=_0xde9437,_0xe08c50=_0xabf5bc=>{const _0x8f4741=_0x58a258;logger['error'](_0xabf5bc[_0x8f4741(0x1f9)]),logger[_0x8f4741(0x264)](util[_0x8f4741(0x23d)](_0xabf5bc)),this['unhandledErrors'][_0x8f4741(0x27f)](util[_0x8f4741(0x23d)]('%j',_0xabf5bc));};process['on'](_0x200a5a[_0x58a258(0x22f)],_0xe08c50),process['on'](_0x200a5a[_0x58a258(0x1f3)],_0xe08c50);}}exports[a39_0x146472(0x232)]=BrowserStackSetup;
1
+ const a39_0x5d8c83=a39_0x142a;(function(_0x34ce5d,_0x299837){const _0x4328a2=a39_0x142a,_0x46590c=_0x34ce5d();while(!![]){try{const _0x1383ed=-parseInt(_0x4328a2(0x165))/0x1*(parseInt(_0x4328a2(0x1dc))/0x2)+-parseInt(_0x4328a2(0x1e4))/0x3*(-parseInt(_0x4328a2(0x1a0))/0x4)+parseInt(_0x4328a2(0x191))/0x5+-parseInt(_0x4328a2(0x1d2))/0x6*(-parseInt(_0x4328a2(0x193))/0x7)+parseInt(_0x4328a2(0x1fd))/0x8*(-parseInt(_0x4328a2(0x1cd))/0x9)+-parseInt(_0x4328a2(0x175))/0xa*(parseInt(_0x4328a2(0x16f))/0xb)+parseInt(_0x4328a2(0x163))/0xc;if(_0x1383ed===_0x299837)break;else _0x46590c['push'](_0x46590c['shift']());}catch(_0x14fa43){_0x46590c['push'](_0x46590c['shift']());}}}(a39_0x79c1,0x507a2));const util=require('util'),logger=require('./logger')[a39_0x5d8c83(0x1e6)],helper=require(a39_0x5d8c83(0x16a)),hubAllocator=require(a39_0x5d8c83(0x1f5));function a39_0x79c1(){const _0x198e90=['isBrowserstackInfra','EEqAy','1112835YTyHjW','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','371ZDMore','beforeExit','unhandledErrors','BqwcL','HNLXs','SGDoh','CjLhI','Heycn','parallelsPerPlatform','nqhvD','lgrsu','generateLocalIdentifier','stopLocalBinary','59184CkDgqk','getLocalConfig','browserstackLocal','iZNfq','initialize','LzPSy','SpNkm','OTLuS','uewDn','No\x20config\x20provided.','rCPdu','constructor','BwSwA','ckXEj','MmQNm','czGfe','LFCMt','gOCui','setUpHubUrl','setupBrowserstackLocal','KTaVj','fOuqi','eyXOf','XmLOb','warn','Local\x20binary\x20stopped','nqiwu','kUYHV','startLocalBinary','pbAVj','DBHhV','qzXrW','isUndefined','HPBTU','envConfig','includes','push','UIAOr','gamLD','info','MmouS','PIqLC','sanitizeCaps','testContextOptions','length','18RGTxhq','stopBrowserstackLocal','setLogLevel','YvdOR','zKNUi','70494FoCHro','iBLoE','kkGcK','yvOaf','tLThm','setBrowserstackInfraFromConfig','localIdentifier','OBnoc','xunoU','isRunning','2258XbHOSj','xoSLd','urlSG','uncaughtException','getAccessKey','fHced','GukMC','./setKeepAlive','63ulMDMW','YsLvO','winstonLogger','fireFunnelTestEvent','localOptions','ikPee','selenium-webdriver','platforms','LsNvU','tlEuc','setupKeepAlive','getPackageVersion','codeceptjs','error','Error\x20occured\x20while\x20stopping\x20local\x20binary','userName\x20or\x20accessKey\x20is\x20not\x20defined','Local\x20binary\x20started\x20successfully','../hubAllocationMethods','browserStackLocalOptions','LkDwI','mgSVb','setProxySettings','allocateHub','cliConfig','PRVKU','361896NTdgZz','debug','handleExceptions','setEnvCaps','NJKZz','eBbcb','isTrue','ISOUq','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','BEKHL','tbiIL','framework','config','OaaCx','2105916SrbsQn','dyySi','458hKtoyg','SIGINT','sbnGR','dmXAn','getConfigPath','./helper','jMxyy','VvmQX','MvYgA','toString','11wlsuWy','getLocalIdentifier','omHHv','BHocF','EZsvT','KfWyw','3942830mnXRNC','NayiI','message','default','SgHoy','useW3C','iTHyN','NFxKL','cVLNG','UAhaY','MxCrF','setCLICaps','QpenS','format','wAciW','wAdqd','acusu','unhandledRejection','vrgwW','SDKTestAttempted','env','getFinalCaps','pdtwZ','FRAMEWORK','lUYmU','kJoJI'];a39_0x79c1=function(){return _0x198e90;};return a39_0x79c1();}function a39_0x142a(_0x54b5b0,_0x854c85){const _0x79c1ff=a39_0x79c1();return a39_0x142a=function(_0x142ad1,_0x4bb1fd){_0x142ad1=_0x142ad1-0x157;let _0x4e8eea=_0x79c1ff[_0x142ad1];return _0x4e8eea;},a39_0x142a(_0x54b5b0,_0x854c85);}class BrowserStackSetup{constructor(_0x137c8a,_0x317042){const _0x167dba=a39_0x5d8c83,_0x10c618={'fOuqi':'SDKTestAttempted','xoSLd':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','iZNfq':_0x167dba(0x15d),'kJoJI':_0x167dba(0x1f3),'xunoU':function(_0x30cda5,_0x36d98b){return _0x30cda5===_0x36d98b;},'Heycn':function(_0x3d9236,_0x22dfc7){return _0x3d9236<_0x22dfc7;},'tLThm':function(_0x2cccae,_0x4e559c){return _0x2cccae(_0x4e559c);},'MvYgA':_0x167dba(0x1ea),'MxCrF':function(_0x3be64f,_0x406895){return _0x3be64f>=_0x406895;},'XmLOb':function(_0x100197,_0x44594a){return _0x100197(_0x44594a);},'tbiIL':_0x167dba(0x1a9),'Wvklv':_0x167dba(0x172),'HTNme':function(_0x332f5d,_0x1721c3){return _0x332f5d===_0x1721c3;},'dyySi':_0x167dba(0x185),'gamLD':function(_0x372883,_0x5b7e4f){return _0x372883!==_0x5b7e4f;},'tHzeh':_0x167dba(0x1be),'MmQNm':_0x167dba(0x198),'zggQc':_0x167dba(0x16c),'eyXOf':_0x167dba(0x1c5),'pbAVj':'OUkAl','ikPee':function(_0x5db8a5,_0x2073d4){return _0x5db8a5>=_0x2073d4;},'kkGcK':function(_0x35c0d5,_0x10cc0c){return _0x35c0d5===_0x10cc0c;},'nqhvD':_0x167dba(0x1a6),'JhhTC':_0x167dba(0x1c8),'eBbcb':function(_0x41c272,_0xb8ee3a){return _0x41c272===_0xb8ee3a;},'NFxKL':'ClcDL','VEvks':_0x167dba(0x179),'ephlO':'zUcea','BEKHL':_0x167dba(0x181),'fHced':_0x167dba(0x1ec),'DSSgs':function(_0x5e65fe,_0x366d94){return _0x5e65fe===_0x366d94;},'YvdOR':'GRdGk','BqwcL':_0x167dba(0x18d),'EEqAy':function(_0x1cce12,_0x3cfea5){return _0x1cce12===_0x3cfea5;},'IrIHo':_0x167dba(0x1d1),'OaaCx':_0x167dba(0x1af),'EZsvT':function(_0x35fa32,_0x5d5dcc){return _0x35fa32===_0x5d5dcc;},'BeOnU':'ajVOS','tlEuc':_0x167dba(0x171),'nqiwu':_0x167dba(0x1b4),'XvENx':_0x167dba(0x17e),'YsLvO':_0x167dba(0x184),'dmXAn':'eDmAK','kUYHV':_0x167dba(0x1f7),'ISOUq':_0x167dba(0x159)};this['unhandledErrors']=[],this[_0x167dba(0x1fb)]=helper[_0x167dba(0x180)](_0x137c8a),this[_0x167dba(0x1c2)]=helper[_0x167dba(0x158)](),this[_0x167dba(0x1a2)]=null,this[_0x167dba(0x161)]=helper['readConfig'](helper[_0x167dba(0x169)](_0x137c8a)),global['config']=this[_0x167dba(0x161)],global[_0x167dba(0x160)]=_0x317042,helper[_0x167dba(0x1ca)](this[_0x167dba(0x161)]),this[_0x167dba(0x160)]=_0x317042;if(helper['isUndefined'](this[_0x167dba(0x161)]))throw new Error(_0x10c618[_0x167dba(0x15f)]);if(this[_0x167dba(0x161)][_0x167dba(0x1f1)])throw new Error(this[_0x167dba(0x161)][_0x167dba(0x1f1)]);this[_0x167dba(0x157)](),helper[_0x167dba(0x1d7)](this['config'],this[_0x167dba(0x1fb)]),helper[_0x167dba(0x18a)](this[_0x167dba(0x161)],this[_0x167dba(0x1fb)],this[_0x167dba(0x1c2)]);if(!helper[_0x167dba(0x18f)]()){if(_0x10c618['xunoU'](_0x10c618['Wvklv'],_0x10c618['Wvklv'])){try{_0x10c618['HTNme'](_0x10c618[_0x167dba(0x164)],_0x10c618[_0x167dba(0x164)])?(process[_0x167dba(0x189)][_0x167dba(0x18c)]=_0x317042,helper['fireFunnelTestEvent'](_0x10c618[_0x167dba(0x1b5)],{},this[_0x167dba(0x161)],this['framework'])):_0x38c6f7[_0x167dba(0x1fe)](_0x167dba(0x192)+_0x442e9e);}catch(_0x45b196){_0x10c618['gamLD'](_0x10c618['tHzeh'],_0x10c618['tHzeh'])?this[_0x167dba(0x161)][_0x167dba(0x1f6)]={'localIdentifier':_0x5f20ce['generateLocalIdentifier']()}:logger[_0x167dba(0x1fe)](_0x167dba(0x192)+_0x45b196);}return;}else _0x482fbc[_0x167dba(0x189)]['FRAMEWORK']=_0x538472,_0x421e9f[_0x167dba(0x1e7)](_0x10c618['fOuqi'],{},this[_0x167dba(0x161)],this[_0x167dba(0x160)]);}helper['requireSeleniumWebdriverCheck'](_0x317042)&&(_0x10c618[_0x167dba(0x1c6)](_0x10c618[_0x167dba(0x1ae)],_0x10c618['zggQc'])?(_0x10c618[_0x167dba(0x19a)](_0x10c618['XmLOb'](parseInt,helper[_0x167dba(0x1ef)](_0x10c618[_0x167dba(0x16d)])),0x3)&&(_0x10c618['xunoU'](_0x10c618[_0x167dba(0x1b6)],_0x10c618[_0x167dba(0x1bd)])?(_0x2dc733[_0x167dba(0x1f1)](_0xf00c96['message']),_0x44e2eb[_0x167dba(0x1fe)](_0x515137[_0x167dba(0x182)](_0x4e65d6)),this[_0x167dba(0x195)]['push'](_0x635e03[_0x167dba(0x182)]('%j',_0x2267ca))):this['config'][_0x167dba(0x17a)]=![]),_0x10c618[_0x167dba(0x1e9)](_0x10c618[_0x167dba(0x1b7)](parseInt,helper['getPackageVersion'](_0x10c618['MvYgA'])),4.5)&&(_0x10c618[_0x167dba(0x1d4)](_0x10c618[_0x167dba(0x19c)],_0x10c618['JhhTC'])?(_0x5ba9ae[_0x167dba(0x1c0)](this[_0x167dba(0x161)][_0x167dba(0x19b)])?_0x128737[_0x167dba(0x1c7)](_0x10c618[_0x167dba(0x1dd)]):_0x2bbd52[_0x167dba(0x1b8)](_0x10c618[_0x167dba(0x1a3)]),this['config']['platforms']=[]):this[_0x167dba(0x161)][_0x167dba(0x17a)]=!![])):this[_0x167dba(0x161)][_0x167dba(0x17a)]=!![]);if(helper['isUndefined'](this[_0x167dba(0x161)][_0x167dba(0x1eb)])||helper['isUndefined'](this[_0x167dba(0x161)][_0x167dba(0x1eb)][_0x167dba(0x1cc)])){if(_0x10c618[_0x167dba(0x15a)](_0x10c618[_0x167dba(0x17c)],_0x10c618['VEvks']))throw new _0x4df0f4(_0x10c618[_0x167dba(0x18e)]);else{if(helper[_0x167dba(0x1c0)](this[_0x167dba(0x161)][_0x167dba(0x19b)])){if(_0x10c618[_0x167dba(0x1da)](_0x10c618['ephlO'],_0x10c618[_0x167dba(0x15e)])){try{_0x350c7d[_0x167dba(0x189)][_0x167dba(0x18c)]=_0x471c6b,_0x5d33d4[_0x167dba(0x1e7)](_0x10c618['fOuqi'],{},this[_0x167dba(0x161)],this[_0x167dba(0x160)]);}catch(_0x36efbd){_0x2cc1cc[_0x167dba(0x1fe)](_0x167dba(0x192)+_0x36efbd);}return;}else logger[_0x167dba(0x1c7)](_0x10c618[_0x167dba(0x1dd)]);}else _0x10c618[_0x167dba(0x1d4)](_0x10c618[_0x167dba(0x1e1)],_0x10c618[_0x167dba(0x1e1)])?logger[_0x167dba(0x1b8)](_0x10c618[_0x167dba(0x1a3)]):this['config'][_0x167dba(0x17a)]=![];this[_0x167dba(0x161)][_0x167dba(0x1eb)]=[];}}!this[_0x167dba(0x161)][_0x167dba(0x1f6)]&&(this[_0x167dba(0x161)][_0x167dba(0x1f6)]=this[_0x167dba(0x161)][_0x167dba(0x1e8)]||{}),!this[_0x167dba(0x161)][_0x167dba(0x1cb)]&&(this['config'][_0x167dba(0x1cb)]={});if(helper[_0x167dba(0x1c0)](helper['getUserName'](this[_0x167dba(0x161)]))||helper[_0x167dba(0x1c0)](helper[_0x167dba(0x1e0)](this[_0x167dba(0x161)]))){if(_0x10c618['DSSgs'](_0x10c618[_0x167dba(0x1d0)],_0x10c618[_0x167dba(0x196)]))!_0xa28026['isUndefined'](this['config'][_0x167dba(0x1f6)])&&_0x10c618['xunoU'](this[_0x167dba(0x161)][_0x167dba(0x1f6)][_0x167dba(0x1ab)],_0x526574)?this[_0x167dba(0x161)][_0x167dba(0x1f6)][_0x167dba(0x1d8)]=_0x411829[_0x167dba(0x19e)]():this['config']['browserStackLocalOptions']={'localIdentifier':_0x5e97f3[_0x167dba(0x19e)]()};else throw new Error(_0x10c618[_0x167dba(0x18e)]);}helper[_0x167dba(0x1a1)](this[_0x167dba(0x161)])&&helper[_0x167dba(0x1c0)](helper[_0x167dba(0x170)](this[_0x167dba(0x161)]))&&(_0x10c618[_0x167dba(0x190)](_0x10c618['IrIHo'],_0x10c618[_0x167dba(0x162)])?_0x39f69c[_0x167dba(0x1fe)](_0x167dba(0x192)+_0x22befd):!helper[_0x167dba(0x1c0)](this[_0x167dba(0x161)]['browserStackLocalOptions'])&&_0x10c618[_0x167dba(0x173)](this[_0x167dba(0x161)][_0x167dba(0x1f6)]['constructor'],Object)?_0x10c618['xunoU'](_0x10c618['BeOnU'],_0x10c618[_0x167dba(0x1ed)])?_0x18415f['warn'](_0x10c618[_0x167dba(0x1a3)]):this[_0x167dba(0x161)][_0x167dba(0x1f6)][_0x167dba(0x1d8)]=helper[_0x167dba(0x19e)]():_0x10c618[_0x167dba(0x190)](_0x10c618[_0x167dba(0x1ba)],_0x10c618['XvENx'])?(_0x10c618['Heycn'](_0x10c618[_0x167dba(0x1d6)](_0x3a8f88,_0x35c02a['getPackageVersion'](_0x10c618[_0x167dba(0x16d)])),0x3)&&(this['config'][_0x167dba(0x17a)]=![]),_0x10c618[_0x167dba(0x17f)](_0x10c618['XmLOb'](_0x233dfd,_0x26fe4f['getPackageVersion'](_0x10c618[_0x167dba(0x16d)])),4.5)&&(this[_0x167dba(0x161)][_0x167dba(0x17a)]=!![])):this[_0x167dba(0x161)]['browserStackLocalOptions']={'localIdentifier':helper[_0x167dba(0x19e)]()});helper[_0x167dba(0x1cf)](this[_0x167dba(0x161)],this[_0x167dba(0x1fb)],this[_0x167dba(0x1c2)]);try{_0x10c618['gamLD'](_0x10c618[_0x167dba(0x1e5)],_0x10c618[_0x167dba(0x168)])?(process[_0x167dba(0x189)][_0x167dba(0x18c)]=_0x137c8a['_'][0x0],helper[_0x167dba(0x1e7)](_0x10c618[_0x167dba(0x1b5)],{},this['config'],this[_0x167dba(0x160)])):_0x3d830c[_0x167dba(0x1c7)](_0x10c618[_0x167dba(0x1dd)]);}catch(_0x11f913){_0x10c618['gamLD'](_0x10c618[_0x167dba(0x1bb)],_0x10c618[_0x167dba(0x15c)])?logger['debug'](_0x167dba(0x192)+_0x11f913):this[_0x167dba(0x161)][_0x167dba(0x1f6)]['localIdentifier']=_0x42d156[_0x167dba(0x19e)]();}}async[a39_0x5d8c83(0x1a4)](){const _0x13d989=a39_0x5d8c83,_0x1181c5={};_0x1181c5[_0x13d989(0x1ac)]='unhandledRejection',_0x1181c5['uewDn']=_0x13d989(0x1df),_0x1181c5[_0x13d989(0x174)]=_0x13d989(0x1f0),_0x1181c5[_0x13d989(0x1b0)]=function(_0x548e34,_0x3c5ee8){return _0x548e34===_0x3c5ee8;},_0x1181c5['ckXEj']=_0x13d989(0x1bf);const _0x320666=_0x1181c5;helper[_0x13d989(0x1f9)](this['config']),this[_0x13d989(0x1ee)](),await this[_0x13d989(0x1b3)]();if(![_0x320666[_0x13d989(0x174)]][_0x13d989(0x1c3)](this[_0x13d989(0x160)])){if(_0x320666[_0x13d989(0x1b0)](_0x320666[_0x13d989(0x1ad)],_0x320666[_0x13d989(0x1ad)]))await this[_0x13d989(0x1b2)]();else{const _0x5847ba=_0xf3e9f=>{const _0x32575f=_0x13d989;_0x39fa69['error'](_0xf3e9f['message']),_0xa8bec[_0x32575f(0x1fe)](_0x18e723['format'](_0xf3e9f)),this[_0x32575f(0x195)]['push'](_0x4ad5ab[_0x32575f(0x182)]('%j',_0xf3e9f));};_0x42a0ed['on'](_0x320666['BwSwA'],_0x5847ba),_0x1fd427['on'](_0x320666[_0x13d989(0x1a8)],_0x5847ba);}}}async['setupBrowserstackLocal'](){const _0x1b0310=a39_0x5d8c83,_0x24d221={'VqBSb':'Error\x20occured\x20while\x20stopping\x20local\x20binary','gOCui':function(_0x151181,_0x1dfe38){return _0x151181===_0x1dfe38;},'koCxO':_0x1b0310(0x16b),'urlSG':_0x1b0310(0x167),'OTLuS':function(_0x32ef85,_0x56cc4f){return _0x32ef85==_0x56cc4f;},'iTHyN':function(_0x4f2b31,_0x1b4b09){return _0x4f2b31(_0x1b4b09);},'Znknj':_0x1b0310(0x1e3),'wAciW':_0x1b0310(0x188),'LzPSy':_0x1b0310(0x18b),'mgSVb':_0x1b0310(0x187),'CjLhI':_0x1b0310(0x1c9),'OBnoc':_0x1b0310(0x1f4),'rCPdu':_0x1b0310(0x194),'yvOaf':_0x1b0310(0x166),'HNLXs':'SIGTERM','GukMC':function(_0x599094,_0x21c7b0){return _0x599094!==_0x21c7b0;},'iBLoE':'ZWPlW'};if(helper[_0x1b0310(0x15b)](this[_0x1b0310(0x161)][_0x1b0310(0x1a2)])&&(!this[_0x1b0310(0x1a2)]||!this['browserstackLocal'][_0x1b0310(0x1db)]())){if(_0x24d221[_0x1b0310(0x1b1)](_0x24d221['LzPSy'],_0x24d221[_0x1b0310(0x1a5)]))try{if(_0x24d221[_0x1b0310(0x1b1)](_0x24d221[_0x1b0310(0x1f8)],_0x24d221[_0x1b0310(0x199)]))_0x491130[_0x1b0310(0x1f1)](_0x24d221['VqBSb'],_0x42d573[_0x1b0310(0x177)]);else{this['browserstackLocal']=await helper[_0x1b0310(0x1bc)](this[_0x1b0310(0x161)]),logger[_0x1b0310(0x1c7)](_0x24d221[_0x1b0310(0x1d9)]);let _0x52afd1=0x0;const _0x255024=async()=>{const _0xa1d47=_0x1b0310;if(_0x24d221[_0xa1d47(0x1b1)](_0x24d221['koCxO'],_0x24d221[_0xa1d47(0x1de)])){_0x4d09ee[_0xa1d47(0x1fe)](_0x47f3d3);throw new _0x1a0626(_0x52e26[_0xa1d47(0x16e)]());}else _0x52afd1++,_0x24d221[_0xa1d47(0x1a7)](_0x52afd1,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x24d221[_0x1b0310(0x1aa)],_0x255024),process['on'](_0x24d221[_0x1b0310(0x1d5)],_0x255024),process['on'](_0x24d221[_0x1b0310(0x197)],_0x255024);}}catch(_0x125fb0){if(_0x24d221[_0x1b0310(0x1e2)](_0x24d221[_0x1b0310(0x1d3)],_0x24d221['iBLoE']))_0x24d221[_0x1b0310(0x17b)](_0x1ed222,_0x24d221['Znknj'])();else{logger[_0x1b0310(0x1fe)](_0x125fb0);throw new Error(_0x125fb0[_0x1b0310(0x16e)]());}}else _0x4688b8[_0x1b0310(0x189)]['FRAMEWORK']=_0x272d7e['_'][0x0],_0x5f0fc3[_0x1b0310(0x1e7)](_0x24d221[_0x1b0310(0x183)],{},this[_0x1b0310(0x161)],this['framework']);}}async[a39_0x5d8c83(0x1ce)](){const _0x3b5dad=a39_0x5d8c83,_0x29b3a2={};_0x29b3a2[_0x3b5dad(0x19d)]=_0x3b5dad(0x1b9),_0x29b3a2['okMiN']=_0x3b5dad(0x1f2);const _0x2fef7b=_0x29b3a2;if(this['browserstackLocal']&&this[_0x3b5dad(0x1a2)][_0x3b5dad(0x1db)]())try{await helper[_0x3b5dad(0x19f)](this[_0x3b5dad(0x1a2)]),logger[_0x3b5dad(0x1c7)](_0x2fef7b[_0x3b5dad(0x19d)]);}catch(_0x3b73a9){logger[_0x3b5dad(0x1f1)](_0x2fef7b['okMiN'],_0x3b73a9[_0x3b5dad(0x177)]);}}async[a39_0x5d8c83(0x1b2)](){const _0x573d2c=a39_0x5d8c83;await hubAllocator[_0x573d2c(0x1fa)](this[_0x573d2c(0x161)]);}[a39_0x5d8c83(0x1ee)](){const _0x586fe7=a39_0x5d8c83,_0x14dc38={'NayiI':function(_0x3ac35c,_0x7731f8){return _0x3ac35c(_0x7731f8);},'cVLNG':'./setKeepAlive'};_0x14dc38[_0x586fe7(0x176)](require,_0x14dc38[_0x586fe7(0x17d)])();}['handleExceptions'](){const _0x311719=a39_0x5d8c83,_0x21b978={};_0x21b978[_0x311719(0x1fc)]=_0x311719(0x186),_0x21b978[_0x311719(0x1c1)]=_0x311719(0x1df);const _0x529ce3=_0x21b978,_0x44efc1=_0x3942ef=>{const _0x55d42b=_0x311719;logger[_0x55d42b(0x1f1)](_0x3942ef[_0x55d42b(0x177)]),logger[_0x55d42b(0x1fe)](util['format'](_0x3942ef)),this[_0x55d42b(0x195)][_0x55d42b(0x1c4)](util[_0x55d42b(0x182)]('%j',_0x3942ef));};process['on'](_0x529ce3[_0x311719(0x1fc)],_0x44efc1),process['on'](_0x529ce3[_0x311719(0x1c1)],_0x44efc1);}}exports[a39_0x5d8c83(0x178)]=BrowserStackSetup;
@@ -0,0 +1 @@
1
+ function a40_0x1ad6(){var _0x2a24d5=['3720672lleCxK','3260VAAUjd','1350112dInxca','2974810dSFrYR','33024tCncHW','9616EVFPev','https://accessibility.browserstack.com/api','3996228IzblDz','1398pTdtrk','117PIYJvx','API_URL','364RXqJbj'];a40_0x1ad6=function(){return _0x2a24d5;};return a40_0x1ad6();}function a40_0x2b54(_0x5e33d6,_0x3f9099){var _0x1ad65e=a40_0x1ad6();return a40_0x2b54=function(_0x2b54e3,_0x19cf40){_0x2b54e3=_0x2b54e3-0x1c0;var _0x5a1161=_0x1ad65e[_0x2b54e3];return _0x5a1161;},a40_0x2b54(_0x5e33d6,_0x3f9099);}var a40_0x592807=a40_0x2b54;(function(_0x3316ad,_0x20cd95){var _0x5c69b1=a40_0x2b54,_0x31484e=_0x3316ad();while(!![]){try{var _0xef6ccb=-parseInt(_0x5c69b1(0x1c2))/0x1+-parseInt(_0x5c69b1(0x1c0))/0x2+-parseInt(_0x5c69b1(0x1c5))/0x3+-parseInt(_0x5c69b1(0x1ca))/0x4+parseInt(_0x5c69b1(0x1cb))/0x5*(-parseInt(_0x5c69b1(0x1c6))/0x6)+-parseInt(_0x5c69b1(0x1c9))/0x7*(parseInt(_0x5c69b1(0x1c3))/0x8)+-parseInt(_0x5c69b1(0x1c7))/0x9*(-parseInt(_0x5c69b1(0x1c1))/0xa);if(_0xef6ccb===_0x20cd95)break;else _0x31484e['push'](_0x31484e['shift']());}catch(_0x4c288d){_0x31484e['push'](_0x31484e['shift']());}}}(a40_0x1ad6,0xa6a0d),exports[a40_0x592807(0x1c8)]=a40_0x592807(0x1c4));
@@ -0,0 +1 @@
1
+ function a41_0x2e88(_0x232580,_0x34917d){const _0x439d03=a41_0x439d();return a41_0x2e88=function(_0x2e8801,_0x3f2be9){_0x2e8801=_0x2e8801-0x1d4;let _0x71c0bf=_0x439d03[_0x2e8801];return _0x71c0bf;},a41_0x2e88(_0x232580,_0x34917d);}const a41_0x2257bc=a41_0x2e88;(function(_0x2bbcd2,_0x97d251){const _0x3654b2=a41_0x2e88,_0x2fcbcf=_0x2bbcd2();while(!![]){try{const _0x413f71=parseInt(_0x3654b2(0x1e1))/0x1+-parseInt(_0x3654b2(0x1f7))/0x2+-parseInt(_0x3654b2(0x24c))/0x3+parseInt(_0x3654b2(0x264))/0x4*(-parseInt(_0x3654b2(0x20e))/0x5)+-parseInt(_0x3654b2(0x1fe))/0x6+-parseInt(_0x3654b2(0x1ea))/0x7+parseInt(_0x3654b2(0x1e6))/0x8;if(_0x413f71===_0x97d251)break;else _0x2fcbcf['push'](_0x2fcbcf['shift']());}catch(_0x3346ff){_0x2fcbcf['push'](_0x2fcbcf['shift']());}}}(a41_0x439d,0xba780));const path=require(a41_0x2257bc(0x27c)),os=require('os'),request=require(a41_0x2257bc(0x1f8)),util=require(a41_0x2257bc(0x278)),bsSetupHelper=require(a41_0x2257bc(0x258)),{API_URL}=require('./constants');exports['isAccessibilityAutomationSession']=()=>{const _0x462da0=a41_0x2257bc,_0x3c925a={};_0x3c925a[_0x462da0(0x286)]=function(_0x3e9b57,_0x5b5e99){return _0x3e9b57!==_0x5b5e99;},_0x3c925a[_0x462da0(0x25b)]=_0x462da0(0x21c),_0x3c925a[_0x462da0(0x216)]=function(_0x44eb8e,_0x2f3251){return _0x44eb8e!==_0x2f3251;},_0x3c925a[_0x462da0(0x22b)]=_0x462da0(0x28d),_0x3c925a[_0x462da0(0x246)]=function(_0x3ce271,_0x2f90c4){return _0x3ce271===_0x2f90c4;},_0x3c925a['njomj']='string',_0x3c925a[_0x462da0(0x20c)]=function(_0x5006e2,_0x232728){return _0x5006e2>_0x232728;},_0x3c925a[_0x462da0(0x22a)]=function(_0x408899,_0x3c2e4a){return _0x408899!==_0x3c2e4a;},_0x3c925a[_0x462da0(0x1e0)]=_0x462da0(0x23b),_0x3c925a[_0x462da0(0x270)]=function(_0x9878af,_0x423794){return _0x9878af&&_0x423794;},_0x3c925a[_0x462da0(0x1dc)]=function(_0x59b3e3,_0x4d7a7b){return _0x59b3e3!==_0x4d7a7b;},_0x3c925a[_0x462da0(0x269)]=_0x462da0(0x1e9);const _0x61be0d=_0x3c925a;try{if(_0x61be0d[_0x462da0(0x286)](_0x61be0d[_0x462da0(0x25b)],_0x61be0d[_0x462da0(0x25b)]))_0x2250d2['error'](_0x462da0(0x21e)+_0x382db6[_0x462da0(0x21a)][_0x462da0(0x1d4)]+'\x20'+_0x706d92[_0x462da0(0x21a)][_0x462da0(0x205)]+'\x20'+_0x95466f['stringify'](_0x3f64b8[_0x462da0(0x21a)][_0x462da0(0x28c)]));else{if(!bsSetupHelper['isBrowserstackInfra']()){if(_0x61be0d[_0x462da0(0x216)](_0x61be0d[_0x462da0(0x22b)],_0x61be0d[_0x462da0(0x22b)]))_0x2ed38b=_0x2fddd1[_0x462da0(0x1fc)](_0x4046b4[_0x462da0(0x222)][_0x462da0(0x1eb)]);else return![];}const _0x28fae2=bsSetupHelper[_0x462da0(0x220)](process[_0x462da0(0x222)][_0x462da0(0x254)])||bsSetupHelper[_0x462da0(0x220)](process[_0x462da0(0x222)][_0x462da0(0x279)]),_0x107bf2=_0x61be0d[_0x462da0(0x246)](typeof process['env'][_0x462da0(0x229)],_0x61be0d['njomj'])&&_0x61be0d[_0x462da0(0x20c)](process['env'][_0x462da0(0x229)]['length'],0x0)&&_0x61be0d[_0x462da0(0x22a)](process[_0x462da0(0x222)]['BS_A11Y_JWT'],_0x61be0d[_0x462da0(0x1e0)]);return _0x61be0d['YqnIz'](_0x28fae2,_0x107bf2);}}catch(_0x4519dc){_0x61be0d[_0x462da0(0x1dc)](_0x61be0d['ZrUhv'],_0x61be0d[_0x462da0(0x269)])?_0x3ac0bc['error'](_0x462da0(0x243)+_0x3a302c['response'][_0x462da0(0x1d4)]+'\x20'+_0x8b2e50[_0x462da0(0x21a)]['statusText']+'\x20'+_0x1214b7['stringify'](_0x1e04e3[_0x462da0(0x21a)][_0x462da0(0x28c)])):logger[_0x462da0(0x274)](_0x462da0(0x261)+_0x4519dc);}return![];},exports[a41_0x2257bc(0x249)]=_0x406380=>{const _0x58e423=a41_0x2257bc,_0x85fcce={};_0x85fcce[_0x58e423(0x211)]=function(_0x312c6d,_0x3dd34b){return _0x312c6d+_0x3dd34b;},_0x85fcce['HCTER']=_0x58e423(0x209),_0x85fcce[_0x58e423(0x1d5)]='false',_0x85fcce[_0x58e423(0x27b)]=function(_0x2bde34,_0x100270){return _0x2bde34==_0x100270;},_0x85fcce[_0x58e423(0x26b)]=function(_0x5a8d47,_0x278ff3){return _0x5a8d47===_0x278ff3;},_0x85fcce[_0x58e423(0x1db)]=_0x58e423(0x1ec),_0x85fcce['FufjF']='kTGbC',_0x85fcce[_0x58e423(0x20b)]='oTVQJ',_0x85fcce[_0x58e423(0x238)]=function(_0x4f61a9,_0x19827d){return _0x4f61a9&&_0x19827d;},_0x85fcce['PETik']=function(_0xdd2f2d,_0x59f1e2){return _0xdd2f2d!==_0x59f1e2;},_0x85fcce[_0x58e423(0x256)]='bMETe',_0x85fcce[_0x58e423(0x253)]=_0x58e423(0x24e),_0x85fcce[_0x58e423(0x265)]=_0x58e423(0x26e);const _0x14874c=_0x85fcce;if(_0x14874c[_0x58e423(0x27b)](process[_0x58e423(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null)){if(_0x14874c['ABWNJ'](_0x14874c['lubVt'],_0x14874c[_0x58e423(0x1db)]))return!![];else _0x527734[_0x58e423(0x232)](_0xc42dd7[_0x58e423(0x202)]);}try{if(_0x14874c[_0x58e423(0x26b)](_0x14874c['FufjF'],_0x14874c[_0x58e423(0x20b)]))throw new _0x201f29(_0x14874c[_0x58e423(0x211)](_0x14874c['HCTER'],_0x508651['data'][_0x58e423(0x232)]));else{const _0x431d98=JSON['parse'](process[_0x58e423(0x222)][_0x58e423(0x1eb)]),_0x4bcba2=Array[_0x58e423(0x1f2)](_0x431d98[_0x58e423(0x28f)])?_0x431d98[_0x58e423(0x28f)]:[],_0x3942ce=Array[_0x58e423(0x1f2)](_0x431d98[_0x58e423(0x28b)])?_0x431d98[_0x58e423(0x28b)]:[],_0x5dbc7f=_0x406380['join']('/'),_0x58be20=_0x3942ce[_0x58e423(0x25f)](_0x2bd591=>_0x5dbc7f[_0x58e423(0x282)](_0x2bd591)),_0x3e0e08=_0x14874c[_0x58e423(0x26b)](_0x4bcba2[_0x58e423(0x26c)],0x0)||_0x4bcba2[_0x58e423(0x25f)](_0x48aee3=>_0x5dbc7f[_0x58e423(0x282)](_0x48aee3));return _0x14874c['QbKCv'](!_0x58be20,_0x3e0e08);}}catch(_0x6530f1){if(_0x14874c[_0x58e423(0x1da)](_0x14874c['ADxqx'],_0x14874c[_0x58e423(0x253)]))logger[_0x58e423(0x274)](_0x14874c['doNnC'],_0x6530f1);else{_0x523880[_0x58e423(0x232)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x4e1513[_0x58e423(0x202)]||_0x42b7d1[_0x58e423(0x24b)]));for(const _0x5a5f60 of _0x4882aa['errors']){_0x4b8988[_0x58e423(0x232)](_0x5a5f60[_0x58e423(0x202)]);}_0x127832['env'][_0x58e423(0x254)]=_0x14874c[_0x58e423(0x1d5)],_0x43b14d[_0x58e423(0x222)][_0x58e423(0x279)]=_0x14874c[_0x58e423(0x1d5)];}}return![];},exports[a41_0x2257bc(0x289)]=async(_0x219844,_0x3a2c87)=>{const _0x5d5c10=a41_0x2257bc,_0x3e4425={};_0x3e4425['okQQn']=_0x5d5c10(0x232),_0x3e4425[_0x5d5c10(0x231)]=function(_0x41e05f,_0x3ff1c8){return _0x41e05f===_0x3ff1c8;},_0x3e4425[_0x5d5c10(0x284)]=_0x5d5c10(0x223),_0x3e4425[_0x5d5c10(0x239)]=function(_0x44cce1,_0x5333b7){return _0x44cce1>_0x5333b7;},_0x3e4425[_0x5d5c10(0x1d9)]=function(_0x4bcccb,_0xab54c){return _0x4bcccb!==_0xab54c;},_0x3e4425['xJquI']=_0x5d5c10(0x23b),_0x3e4425[_0x5d5c10(0x210)]=function(_0x52961d,_0x3cce24){return _0x52961d&&_0x3cce24;},_0x3e4425[_0x5d5c10(0x25d)]='success',_0x3e4425[_0x5d5c10(0x25a)]=_0x5d5c10(0x27d),_0x3e4425['nwHzj']=function(_0x4fe3df,_0x118d25){return _0x4fe3df==_0x118d25;},_0x3e4425['aXioF']=_0x5d5c10(0x221),_0x3e4425['cFxZX']=_0x5d5c10(0x244),_0x3e4425[_0x5d5c10(0x23c)]=function(_0x3788c1,_0xfa48fb){return _0x3788c1!==_0xfa48fb;},_0x3e4425[_0x5d5c10(0x242)]=_0x5d5c10(0x217),_0x3e4425[_0x5d5c10(0x25c)]=_0x5d5c10(0x266),_0x3e4425[_0x5d5c10(0x248)]='vbWiq',_0x3e4425['aXkYK']=_0x5d5c10(0x1ef),_0x3e4425[_0x5d5c10(0x213)]=_0x5d5c10(0x23e),_0x3e4425[_0x5d5c10(0x247)]=_0x5d5c10(0x1ed),_0x3e4425[_0x5d5c10(0x214)]=_0x5d5c10(0x228),_0x3e4425[_0x5d5c10(0x24d)]='ZQDvf',_0x3e4425[_0x5d5c10(0x201)]='UwSKl',_0x3e4425['PQwBn']=_0x5d5c10(0x272),_0x3e4425[_0x5d5c10(0x28e)]='AAdKR',_0x3e4425['UXHYt']=_0x5d5c10(0x1e2),_0x3e4425[_0x5d5c10(0x277)]=_0x5d5c10(0x26f),_0x3e4425['CIatZ']=_0x5d5c10(0x1e3),_0x3e4425[_0x5d5c10(0x200)]=function(_0x1a92b1,_0x3cdf33){return _0x1a92b1!==_0x3cdf33;},_0x3e4425['LcIjz']=_0x5d5c10(0x218),_0x3e4425[_0x5d5c10(0x1d8)]=function(_0x49c177,_0x165141){return _0x49c177===_0x165141;},_0x3e4425['KAhuw']=_0x5d5c10(0x206),_0x3e4425['rjuqW']=function(_0x40c529,_0x3a20de){return _0x40c529===_0x3a20de;},_0x3e4425[_0x5d5c10(0x281)]='uTwDa',_0x3e4425[_0x5d5c10(0x1dd)]=_0x5d5c10(0x1e7),_0x3e4425[_0x5d5c10(0x28a)]='xIXIc';const _0x48eb96=_0x3e4425,_0xadf6ab=bsSetupHelper[_0x5d5c10(0x276)](_0x219844),_0x61a16=bsSetupHelper[_0x5d5c10(0x1f4)](_0x219844);if(bsSetupHelper['isUndefined'](_0xadf6ab)||bsSetupHelper['isUndefined'](_0x61a16)){if(_0x48eb96[_0x5d5c10(0x23c)](_0x48eb96['kTGIA'],_0x48eb96[_0x5d5c10(0x242)])){_0x1e3848[_0x5d5c10(0x21a)]?_0x3a2b88[_0x5d5c10(0x232)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x546b02[_0x5d5c10(0x21a)]['status']+'\x20'+_0x77b81d[_0x5d5c10(0x21a)][_0x5d5c10(0x205)]+'\x20'+_0x4994fc[_0x5d5c10(0x27e)](_0xa2a9d6[_0x5d5c10(0x21a)][_0x5d5c10(0x28c)])):_0x1d1a21[_0x5d5c10(0x232)](_0x5d5c10(0x21e)+(_0x3bc4a4[_0x5d5c10(0x202)]||_0x189547[_0x5d5c10(0x260)](_0x589519)));const _0x1933d8={};return _0x1933d8[_0x5d5c10(0x1d4)]=_0x48eb96[_0x5d5c10(0x226)],_0x1933d8[_0x5d5c10(0x202)]=_0xbe2f46['message']||(_0x58c0a3[_0x5d5c10(0x21a)]?_0x3d85de[_0x5d5c10(0x21a)][_0x5d5c10(0x1d4)]+':'+_0x5e6db0['response'][_0x5d5c10(0x205)]:_0x510f2a),_0x1933d8;}else return logger['error'](_0x48eb96[_0x5d5c10(0x25a)]),[null,null];}try{if(_0x48eb96['efnKe'](_0x48eb96['QIaKS'],_0x48eb96['QIaKS'])){let _0x18b648;if(bsSetupHelper[_0x5d5c10(0x1df)](process[_0x5d5c10(0x222)][_0x5d5c10(0x1eb)])){if(_0x48eb96[_0x5d5c10(0x231)](_0x48eb96['FeKbW'],_0x48eb96[_0x5d5c10(0x248)]))_0x18b648={};else{if(!_0x592b60[_0x5d5c10(0x241)]())return![];const _0x11eddc=_0x425145[_0x5d5c10(0x220)](_0x4df9a8['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x4bf9b5[_0x5d5c10(0x220)](_0x18da77[_0x5d5c10(0x222)][_0x5d5c10(0x279)]),_0x204450=_0x48eb96[_0x5d5c10(0x231)](typeof _0x1c1cc3[_0x5d5c10(0x222)][_0x5d5c10(0x229)],_0x48eb96[_0x5d5c10(0x284)])&&_0x48eb96[_0x5d5c10(0x239)](_0x2686fa[_0x5d5c10(0x222)]['BS_A11Y_JWT']['length'],0x0)&&_0x48eb96['vuPHi'](_0x37fb18['env']['BS_A11Y_JWT'],_0x48eb96['xJquI']);return _0x48eb96[_0x5d5c10(0x210)](_0x11eddc,_0x204450);}}else{if(_0x48eb96[_0x5d5c10(0x1d9)](_0x48eb96[_0x5d5c10(0x22f)],_0x48eb96['aXkYK'])){_0x8d370f[_0x5d5c10(0x212)](_0x5d5c10(0x257)+new _0x317ecf()['toISOString']());const _0x2ecb48={};return _0x2ecb48[_0x5d5c10(0x1d4)]=_0x48eb96[_0x5d5c10(0x25d)],_0x2ecb48[_0x5d5c10(0x202)]='',_0x2ecb48;}else _0x18b648=JSON[_0x5d5c10(0x1fc)](process[_0x5d5c10(0x222)][_0x5d5c10(0x1eb)]);}const _0x10d754={'projectName':_0x219844[_0x5d5c10(0x275)],'buildName':_0x219844[_0x5d5c10(0x288)]||path[_0x5d5c10(0x1f0)](path[_0x5d5c10(0x255)](process[_0x5d5c10(0x215)]())),'startTime':new Date()[_0x5d5c10(0x224)](),'description':_0x219844[_0x5d5c10(0x20d)]||'','source':{'frameworkName':_0x3a2c87,'frameworkVersion':bsSetupHelper[_0x5d5c10(0x245)](_0x3a2c87),'sdkVersion':bsSetupHelper['getAgentVersion']()},'settings':_0x18b648,'versionControl':await bsSetupHelper[_0x5d5c10(0x21b)](),'ciInfo':bsSetupHelper[_0x5d5c10(0x268)](),'hostInfo':bsSetupHelper[_0x5d5c10(0x22d)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x355da2={};_0x355da2[_0x5d5c10(0x204)]=_0xadf6ab,_0x355da2[_0x5d5c10(0x290)]=_0x61a16;const _0x5bb254={};_0x5bb254[_0x5d5c10(0x267)]=_0x48eb96[_0x5d5c10(0x213)];const _0x4303a7={};_0x4303a7[_0x5d5c10(0x237)]=_0x355da2,_0x4303a7[_0x5d5c10(0x1fb)]=_0x5bb254;const _0x3c0bc6=_0x4303a7,_0x5b68d2={};_0x5b68d2['body']=_0x10d754,_0x5b68d2[_0x5d5c10(0x273)]=!![];const _0x3a007a=Object['assign'](_0x3c0bc6,_0x5b68d2),_0x3d8528=await bsSetupHelper[_0x5d5c10(0x27f)](_0x48eb96[_0x5d5c10(0x247)],_0x48eb96[_0x5d5c10(0x214)],_0x3a007a,_0x219844,API_URL);let _0x505a34=process['env'][_0x5d5c10(0x1eb)];if(_0x505a34){if(_0x48eb96[_0x5d5c10(0x23c)](_0x48eb96[_0x5d5c10(0x24d)],_0x48eb96[_0x5d5c10(0x24d)]))return _0x2a70e4[_0x5d5c10(0x232)](_0x48eb96[_0x5d5c10(0x25a)]),[null,null];else _0x505a34=JSON[_0x5d5c10(0x1fc)](process[_0x5d5c10(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}else _0x48eb96[_0x5d5c10(0x23c)](_0x48eb96[_0x5d5c10(0x201)],_0x48eb96[_0x5d5c10(0x233)])?_0x505a34={}:_0x22e7c0[_0x5d5c10(0x274)](_0x5d5c10(0x261)+_0x68d0b1);return _0x505a34[_0x5d5c10(0x1f5)]=_0x3d8528[_0x5d5c10(0x28c)][_0x5d5c10(0x28c)]['scannerVersion'],process[_0x5d5c10(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x505a34),[_0x3d8528[_0x5d5c10(0x28c)][_0x5d5c10(0x28c)][_0x5d5c10(0x285)],_0x3d8528['data'][_0x5d5c10(0x28c)]['id']];}else _0x891a0e[_0x5d5c10(0x232)](_0x5d5c10(0x21e)+(_0x4fa890[_0x5d5c10(0x202)]||_0x2adaff['format'](_0x1c1046)));}catch(_0x523e80){if(_0x48eb96[_0x5d5c10(0x23c)](_0x48eb96[_0x5d5c10(0x28e)],_0x48eb96['UXHYt'])){if(_0x523e80[_0x5d5c10(0x21a)])_0x48eb96[_0x5d5c10(0x1d9)](_0x48eb96[_0x5d5c10(0x277)],_0x48eb96[_0x5d5c10(0x263)])?logger[_0x5d5c10(0x232)](_0x5d5c10(0x243)+_0x523e80[_0x5d5c10(0x21a)][_0x5d5c10(0x1d4)]+'\x20'+_0x523e80[_0x5d5c10(0x21a)][_0x5d5c10(0x205)]+'\x20'+JSON[_0x5d5c10(0x27e)](_0x523e80[_0x5d5c10(0x21a)][_0x5d5c10(0x28c)])):_0x4d372e[_0x5d5c10(0x232)](_0x5d5c10(0x243)+(_0x20ca4a['message']||_0x41526f[_0x5d5c10(0x24b)]));else{if(_0x48eb96[_0x5d5c10(0x200)](_0x48eb96[_0x5d5c10(0x287)],_0x48eb96[_0x5d5c10(0x287)]))return!![];else{if(_0x48eb96[_0x5d5c10(0x1fd)](_0x523e80[_0x5d5c10(0x202)],_0x48eb96[_0x5d5c10(0x1f6)])){if(_0x48eb96['DnCgW'](_0x48eb96['KAhuw'],_0x48eb96[_0x5d5c10(0x21d)])){logger['error'](_0x5d5c10(0x243)+(_0x523e80[_0x5d5c10(0x202)]||_0x523e80[_0x5d5c10(0x24b)]));for(const _0x5b0e8e of _0x523e80[_0x5d5c10(0x271)]){_0x48eb96['rjuqW'](_0x48eb96[_0x5d5c10(0x281)],_0x48eb96['wrcfc'])?_0xa11b8a={}:logger[_0x5d5c10(0x232)](_0x5b0e8e[_0x5d5c10(0x202)]);}process[_0x5d5c10(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x48eb96[_0x5d5c10(0x1ff)],process[_0x5d5c10(0x222)][_0x5d5c10(0x279)]=_0x48eb96[_0x5d5c10(0x1ff)];}else return![];}else{if(_0x48eb96[_0x5d5c10(0x1d8)](_0x48eb96[_0x5d5c10(0x28a)],_0x48eb96['rAbec']))logger[_0x5d5c10(0x232)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x523e80[_0x5d5c10(0x202)]||_0x523e80[_0x5d5c10(0x24b)]));else{if(_0x48eb96[_0x5d5c10(0x1fd)](_0xe750a0[_0x5d5c10(0x202)],_0x48eb96[_0x5d5c10(0x1f6)])){_0xb4b0d0[_0x5d5c10(0x232)](_0x5d5c10(0x243)+(_0x4a843e[_0x5d5c10(0x202)]||_0x5788ac[_0x5d5c10(0x24b)]));for(const _0x3328f9 of _0xef9377[_0x5d5c10(0x271)]){_0x48ad8c[_0x5d5c10(0x232)](_0x3328f9[_0x5d5c10(0x202)]);}_0x16975c[_0x5d5c10(0x222)][_0x5d5c10(0x254)]=_0x48eb96['cFxZX'],_0x132ce3['env'][_0x5d5c10(0x279)]=_0x48eb96['cFxZX'];}else _0xd799f8[_0x5d5c10(0x232)](_0x5d5c10(0x243)+(_0x46c312['message']||_0x2fb908[_0x5d5c10(0x24b)]));}}}}return[null,null];}else _0x49070f={};}},exports[a41_0x2257bc(0x1ee)]=async _0x284aae=>{const _0x190acf=a41_0x2257bc,_0x169224={};_0x169224['hMmbq']=function(_0x13e634,_0x184771){return _0x13e634===_0x184771;},_0x169224[_0x190acf(0x26a)]=function(_0x1be877,_0x26abd0){return _0x1be877&&_0x26abd0;},_0x169224[_0x190acf(0x208)]=function(_0x5e38fc,_0x194d6f){return _0x5e38fc===_0x194d6f;},_0x169224['Tbevb']=_0x190acf(0x223),_0x169224[_0x190acf(0x1fa)]=function(_0x56ce13,_0x2da974){return _0x56ce13>_0x2da974;},_0x169224[_0x190acf(0x1e5)]=function(_0x4707e5,_0x5e715d){return _0x4707e5!==_0x5e715d;},_0x169224[_0x190acf(0x1d7)]=_0x190acf(0x23b),_0x169224[_0x190acf(0x250)]=function(_0x238671,_0x7a691b){return _0x238671==_0x7a691b;},_0x169224['snANe']=function(_0xef462a,_0x309de2){return _0xef462a&&_0x309de2;},_0x169224[_0x190acf(0x23a)]=_0x190acf(0x26e),_0x169224['BJKUd']=_0x190acf(0x232),_0x169224['DXBvL']=_0x190acf(0x225),_0x169224[_0x190acf(0x283)]=_0x190acf(0x24f),_0x169224[_0x190acf(0x262)]='application/json',_0x169224['IbYpq']=_0x190acf(0x236),_0x169224[_0x190acf(0x280)]=_0x190acf(0x20a),_0x169224['yHfkC']='PUT',_0x169224[_0x190acf(0x20f)]=_0x190acf(0x1e4),_0x169224[_0x190acf(0x227)]=_0x190acf(0x22e),_0x169224[_0x190acf(0x1d6)]=function(_0x4c7973,_0x3678d4){return _0x4c7973+_0x3678d4;},_0x169224[_0x190acf(0x25e)]=_0x190acf(0x209),_0x169224['hCCJC']=_0x190acf(0x26d),_0x169224['FKuKe']='gTUEh',_0x169224[_0x190acf(0x259)]=_0x190acf(0x240),_0x169224[_0x190acf(0x235)]=_0x190acf(0x1e8),_0x169224[_0x190acf(0x23f)]='rhPGF',_0x169224[_0x190acf(0x252)]=_0x190acf(0x1de),_0x169224[_0x190acf(0x21f)]=_0x190acf(0x234);const _0x234692=_0x169224;if(bsSetupHelper[_0x190acf(0x1df)](process[_0x190acf(0x222)]['BS_A11Y_JWT'])||_0x234692[_0x190acf(0x1e5)](typeof process[_0x190acf(0x222)]['BS_A11Y_JWT'],_0x234692[_0x190acf(0x1f1)])){if(_0x234692[_0x190acf(0x1e5)](_0x234692[_0x190acf(0x283)],_0x234692[_0x190acf(0x283)])){const _0x328f52=_0x2acce8['parse'](_0xaffd9f[_0x190acf(0x222)][_0x190acf(0x1eb)]),_0xc1e042=_0x1051b3[_0x190acf(0x1f2)](_0x328f52[_0x190acf(0x28f)])?_0x328f52[_0x190acf(0x28f)]:[],_0x3801c7=_0x46da55[_0x190acf(0x1f2)](_0x328f52[_0x190acf(0x28b)])?_0x328f52['excludeTagsInTestingScope']:[],_0x496647=_0x5ea69d[_0x190acf(0x27a)]('/'),_0x474732=_0x3801c7['some'](_0x3f3994=>_0x496647[_0x190acf(0x282)](_0x3f3994)),_0x36855e=_0x234692[_0x190acf(0x203)](_0xc1e042['length'],0x0)||_0xc1e042[_0x190acf(0x25f)](_0xf65afe=>_0x496647[_0x190acf(0x282)](_0xf65afe));return _0x234692[_0x190acf(0x26a)](!_0x474732,_0x36855e);}else{const _0x8fd8e7={};return _0x8fd8e7[_0x190acf(0x1d4)]=_0x234692[_0x190acf(0x230)],_0x8fd8e7[_0x190acf(0x202)]=_0x234692[_0x190acf(0x1f9)],_0x8fd8e7;}}const _0x2712ad={'endTime':new Date()[_0x190acf(0x224)]()},_0x5cc0bc={};_0x5cc0bc[_0x190acf(0x22c)]=_0x190acf(0x251)+process[_0x190acf(0x222)]['BS_A11Y_JWT'],_0x5cc0bc['Content-Type']=_0x234692[_0x190acf(0x262)];const _0x4aa05a={};_0x4aa05a['headers']=_0x5cc0bc;const _0x23e0af=_0x4aa05a,_0x1cbd34={};_0x1cbd34[_0x190acf(0x219)]=_0x2712ad,_0x1cbd34['auth']=null,_0x1cbd34[_0x190acf(0x273)]=!![];const _0x19ecda=Object[_0x190acf(0x207)](_0x23e0af,_0x1cbd34);try{if(_0x234692[_0x190acf(0x1e5)](_0x234692[_0x190acf(0x23d)],_0x234692[_0x190acf(0x280)])){const _0x38a3aa=await bsSetupHelper[_0x190acf(0x27f)](_0x234692['yHfkC'],_0x234692[_0x190acf(0x20f)],_0x19ecda,_0x284aae,API_URL);if(_0x38a3aa[_0x190acf(0x28c)]['error']){if(_0x234692[_0x190acf(0x1e5)](_0x234692[_0x190acf(0x227)],_0x234692[_0x190acf(0x227)])){try{if(!_0x2105f5[_0x190acf(0x241)]())return![];const _0x5aef70=_0xd1a28f[_0x190acf(0x220)](_0x2bf07e[_0x190acf(0x222)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x4f3f32[_0x190acf(0x220)](_0x1d9c16[_0x190acf(0x222)][_0x190acf(0x279)]),_0x25bff3=_0x234692[_0x190acf(0x208)](typeof _0xcaab6f[_0x190acf(0x222)][_0x190acf(0x229)],_0x234692[_0x190acf(0x1f1)])&&_0x234692['cjKUt'](_0x429766[_0x190acf(0x222)][_0x190acf(0x229)][_0x190acf(0x26c)],0x0)&&_0x234692[_0x190acf(0x1e5)](_0x115bb9[_0x190acf(0x222)][_0x190acf(0x229)],_0x234692[_0x190acf(0x1d7)]);return _0x234692[_0x190acf(0x26a)](_0x5aef70,_0x25bff3);}catch(_0x119a99){_0x3e3871[_0x190acf(0x274)](_0x190acf(0x261)+_0x119a99);}return![];}else throw new Error(_0x234692[_0x190acf(0x1d6)](_0x234692[_0x190acf(0x25e)],_0x38a3aa[_0x190acf(0x28c)][_0x190acf(0x232)]));}else{if(_0x234692[_0x190acf(0x1e5)](_0x234692[_0x190acf(0x1f3)],_0x234692['FKuKe'])){logger[_0x190acf(0x212)](_0x190acf(0x257)+new Date()[_0x190acf(0x224)]());const _0x19fb85={};return _0x19fb85[_0x190acf(0x1d4)]=_0x234692[_0x190acf(0x259)],_0x19fb85['message']='',_0x19fb85;}else{if(_0x234692[_0x190acf(0x250)](_0x5bb0dd[_0x190acf(0x222)][_0x190acf(0x1eb)],null))return!![];try{const _0x4fe154=_0x3d5f5a[_0x190acf(0x1fc)](_0x154b5e[_0x190acf(0x222)][_0x190acf(0x1eb)]),_0x46d902=_0x5cb500[_0x190acf(0x1f2)](_0x4fe154[_0x190acf(0x28f)])?_0x4fe154[_0x190acf(0x28f)]:[],_0x314b11=_0xfe7c2d[_0x190acf(0x1f2)](_0x4fe154[_0x190acf(0x28b)])?_0x4fe154['excludeTagsInTestingScope']:[],_0x25c62f=_0x22603f['join']('/'),_0x1dcc37=_0x314b11[_0x190acf(0x25f)](_0x152d35=>_0x25c62f['includes'](_0x152d35)),_0x6db49e=_0x234692[_0x190acf(0x203)](_0x46d902[_0x190acf(0x26c)],0x0)||_0x46d902[_0x190acf(0x25f)](_0x310d0c=>_0x25c62f['includes'](_0x310d0c));return _0x234692[_0x190acf(0x24a)](!_0x1dcc37,_0x6db49e);}catch(_0x439bb1){_0x5bdf83[_0x190acf(0x274)](_0x234692['pSXnm'],_0x439bb1);}return![];}}}else _0x4c850b['debug'](_0x234692[_0x190acf(0x23a)],_0x422494);}catch(_0x28051e){if(_0x28051e[_0x190acf(0x21a)]){if(_0x234692[_0x190acf(0x208)](_0x234692[_0x190acf(0x235)],_0x234692['gXIBX'])){const _0x1379ce={};return _0x1379ce[_0x190acf(0x1d4)]=_0x234692['BJKUd'],_0x1379ce['message']=_0x234692[_0x190acf(0x1f9)],_0x1379ce;}else logger[_0x190acf(0x232)](_0x190acf(0x21e)+_0x28051e[_0x190acf(0x21a)][_0x190acf(0x1d4)]+'\x20'+_0x28051e[_0x190acf(0x21a)][_0x190acf(0x205)]+'\x20'+JSON['stringify'](_0x28051e['response']['data']));}else _0x234692[_0x190acf(0x208)](_0x234692[_0x190acf(0x252)],_0x234692[_0x190acf(0x21f)])?_0x2a44a3=_0x4f376a[_0x190acf(0x1fc)](_0x5c5f31['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):logger[_0x190acf(0x232)](_0x190acf(0x21e)+(_0x28051e['message']||util[_0x190acf(0x260)](_0x28051e)));const _0x15081a={};return _0x15081a[_0x190acf(0x1d4)]=_0x234692[_0x190acf(0x230)],_0x15081a[_0x190acf(0x202)]=_0x28051e[_0x190acf(0x202)]||(_0x28051e[_0x190acf(0x21a)]?_0x28051e[_0x190acf(0x21a)][_0x190acf(0x1d4)]+':'+_0x28051e[_0x190acf(0x21a)][_0x190acf(0x205)]:_0x28051e),_0x15081a;}};function a41_0x439d(){const _0xf3559f=['Build\x20creation\x20had\x20failed.','okQQn','LSLqr','test_runs','BS_A11Y_JWT','ZGANE','jnSJj','Authorization','getHostInfo','pbPPJ','aXkYK','BJKUd','efnKe','error','PQwBn','SYbNL','dXCwv','kTYGd','auth','QbKCv','kkrVB','pSXnm','null','rwosu','IbYpq','application/json','gXIBX','success','isBrowserstackInfra','kTGIA','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','false','getPackageVersion','RicMF','zmcHm','FeKbW','shouldScanTestForAccessibility','snANe','stack','2095005geOCLR','NzwqZ','caRqP','GiXrX','eckqT','Bearer\x20','yiifP','sRJOq','BROWSERSTACK_TEST_ACCESSIBILITY_YML','resolve','ADxqx','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','../helper','DCtNi','slCUe','uysKj','QIaKS','bVxct','yQvRl','some','format','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','JbEOO','CIatZ','183572XLAxbb','doNnC','acrzh','Content-Type','getCiInfo','ZrUhv','hwNcF','ABWNJ','length','zCTEm','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','Ttecg','YqnIz','errors','PQFts','json','debug','projectName','getUserName','aIqUT','util','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','join','kjZrf','path','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','stringify','nodeRequest','FyMPD','fLSwd','includes','NnMDZ','OZOjr','accessibilityToken','yfmKE','LcIjz','buildName','createAccessibilityTestRun','rAbec','excludeTagsInTestingScope','data','oVAZG','wbggZ','includeTagsInTestingScope','pass','status','SScHh','sknwU','OXAXR','DnCgW','vuPHi','PETik','lubVt','POPky','wrcfc','rrgiI','isUndefined','FCNuD','1214759pCbfwH','JLnfs','PyAud','test_runs/stop','LgYJi','13747928DEcByB','PfYzd','HijKs','WjmpK','7192591KgYJVL','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','yDHCr','POST','stopAccessibilityTestRun','rCcCU','basename','Tbevb','isArray','hCCJC','getAccessKey','scannerVersion','aXioF','129524JFnzYH','request','DXBvL','cjKUt','headers','parse','nwHzj','1171752MnuYxE','cFxZX','AkgUM','qpsxd','message','hMmbq','user','statusText','VZati','assign','GltQy','Invalid\x20request:\x20','BNjjt','CdSod','YhfKY','buildDescription','20rlpzjx','pfQVF','XsWoS','evQpf','info','tgsoF','TGhGa','cwd','xrIZh','eYijw','jBkLi','body','response','getGitMetaData','ZNjEJ','KAhuw','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','YjSII','isTrue','Invalid\x20configuration\x20passed.','env','string','toISOString'];a41_0x439d=function(){return _0xf3559f;};return a41_0x439d();}