browserstack-node-sdk 1.32.5 → 1.32.7

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 (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/azureresources/akscluster.json +57 -3
  25. package/ats/src/templates/azureresources/storageaccount.json +8 -8
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +58 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a29_0x16c00a=a29_0x330a;(function(_0x46211d,_0x563a03){const _0x27b710=a29_0x330a,_0x52b86f=_0x46211d();while(!![]){try{const _0x9a041c=-parseInt(_0x27b710(0x1a6))/0x1+parseInt(_0x27b710(0x13e))/0x2*(-parseInt(_0x27b710(0x12a))/0x3)+parseInt(_0x27b710(0x147))/0x4*(-parseInt(_0x27b710(0x120))/0x5)+-parseInt(_0x27b710(0x190))/0x6+-parseInt(_0x27b710(0x14d))/0x7+parseInt(_0x27b710(0x148))/0x8*(-parseInt(_0x27b710(0x140))/0x9)+-parseInt(_0x27b710(0x166))/0xa*(-parseInt(_0x27b710(0x1a1))/0xb);if(_0x9a041c===_0x563a03)break;else _0x52b86f['push'](_0x52b86f['shift']());}catch(_0x3e985c){_0x52b86f['push'](_0x52b86f['shift']());}}}(a29_0x4d48,0xa0d18));function a29_0x4d48(){const _0x2315bb=['Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','writeFileSync','LdTOp','7514367pqcfjC','ZnOpJ','LyNgV','trim','nPMBb','env','sRRUC','NyqKH','modifyBrowserStackCaps','AHCxD','splice','pRbHO','config','../utils/constants','CUlTI','lVnkA','RZhId','bnOop','tXkrz','debug','htxBu','coEeq','test','nXpXr','test_settings','10hceblo','FoaBh','child_process','nightwatch.conf.js','UqWAT','xmeeO','--config','nightwatch.cmd','ALBkQ','sZKPl','platforms','PYuuR','RvIDb','jdBpM','filter','getPlatformName','ACcQR','sVrGg','GeVvF','oNckh','gQcuW','close','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','jdfdu','VXgHK','push','XRJLd','desiredCapabilities','modifyBrowserStackW3CCaps','zpzrv','IOeOX','CJLdg','xKkZv','zkqaY','UwBxh','fLBuu','VzCHL','mmkWC','path','QuyWS','join','ZQaZs','1920336tYyWBQ','platform','JGZSy','unlinkSync','port','PmCWq','cbLJH','DQMsE','ZFdmP','SkriQ','map','../../helpers/logger','kmZlH','ZZasV','inztK','Zjeyi','AxoGG','41766846DRvIIr','split','host','findIndex','isUndefined','374141VsPTfe','rXDyU','wwFHe','selenium','RaACo','winstonLogger','YnDfo','bYiwq','now','length','Awbxu','25bLJTFE','tfWGj','yYJAv','DIleO','forEach','oVlqg','OsEQK','FjHCM','yLEnd','Deleting\x20','481371UGsGMa','--env','epIer','mergeDeep','GXJQu','Getting\x20your\x20nightwatch\x20configs\x20from\x20','inherit','pKheT','info','nightwatch-browserstack.json','kUvsW','CeTUY','UhSuU','cwd','adRsJ','fyeFb','vJnvu','NVsVT','stringify','child\x20process\x20exited\x20with\x20code\x20','14reISml','cTWCI','13599OxbdZj','yYQjH','nightwatch.json','HGfnp','DTrqT','kscNO','existsSync','147148ndTTqu','336WStOFY','useW3C'];a29_0x4d48=function(){return _0x2315bb;};return a29_0x4d48();}function a29_0x330a(_0x31d723,_0x30367f){const _0x4d4802=a29_0x4d48();return a29_0x330a=function(_0x330ab0,_0x505eaa){_0x330ab0=_0x330ab0-0x11f;let _0x19f241=_0x4d4802[_0x330ab0];return _0x19f241;},a29_0x330a(_0x31d723,_0x30367f);}const fs=require('fs'),path=require(a29_0x16c00a(0x18c)),{spawn}=require(a29_0x16c00a(0x168)),logger=require(a29_0x16c00a(0x19b))[a29_0x16c00a(0x1ab)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a29_0x16c00a(0x15a)),getUserNightwatchConfigs=(_0x413b42,_0x9bf933)=>{const _0x3674ec=a29_0x16c00a,_0x34a8bf={'ALBkQ':_0x3674ec(0x169),'yYJAv':_0x3674ec(0x142),'bnOop':function(_0x213ebf,_0x1089cb){return _0x213ebf+_0x1089cb;},'VzCHL':_0x3674ec(0x165),'PmCWq':function(_0x239c21,_0x4fcbc7){return _0x239c21(_0x4fcbc7);},'ILMan':function(_0x4b9bff,_0x57c834){return _0x4b9bff!==_0x57c834;},'OsEQK':_0x3674ec(0x12c),'vJnvu':'XvodU','CeTUY':function(_0x216a37,_0x11a35b){return _0x216a37===_0x11a35b;},'UwBxh':_0x3674ec(0x178),'VXgHK':_0x3674ec(0x14e),'pKheT':_0x3674ec(0x16a),'WAwbL':_0x3674ec(0x185),'Zjeyi':_0x3674ec(0x1aa),'adRsJ':function(_0x2de36c,_0xf20c53){return _0x2de36c===_0xf20c53;},'RvIDb':'jxDbz','yLEnd':function(_0x3c511f,_0x3d1a2a){return _0x3c511f(_0x3d1a2a);},'HGfnp':function(_0x54fe4f,_0x56a140){return _0x54fe4f===_0x56a140;},'sRRUC':_0x3674ec(0x145),'kWZqi':'xcbxd','ZFdmP':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x7be590=null,_0x4df5f3={};const _0x960cba=_0x9bf933[_0x3674ec(0x1a4)](_0xf6f8be=>_0xf6f8be===_0x3674ec(0x16c));if(!helper[_0x3674ec(0x1a5)](_0x413b42[_0x3674ec(0x159)])&&fs['existsSync'](path[_0x3674ec(0x18e)](process['cwd'](),_0x413b42[_0x3674ec(0x159)]))){if(_0x34a8bf['ILMan'](_0x34a8bf[_0x3674ec(0x126)],_0x34a8bf[_0x3674ec(0x13a)]))_0x7be590=path[_0x3674ec(0x18e)](process[_0x3674ec(0x137)](),_0x413b42['config']),_0x9bf933[_0x3674ec(0x157)](_0x960cba,0x2);else{if(_0x2d7e78[_0x3674ec(0x146)](_0x40d955[_0x3674ec(0x18e)](_0x9d1da1[_0x3674ec(0x137)](),_0x34a8bf[_0x3674ec(0x16e)])))_0x538f89=_0x32a4e4['join'](_0x204e6b['cwd'](),_0x34a8bf['ALBkQ']);else _0x4073ba[_0x3674ec(0x146)](_0x223607[_0x3674ec(0x18e)](_0x589b84[_0x3674ec(0x137)](),_0x34a8bf['yYJAv']))&&(_0x4be6b7=_0x30d1d3['join'](_0x29d4a9['cwd'](),_0x34a8bf['yYJAv']));}}else{if(_0x34a8bf[_0x3674ec(0x135)](_0x34a8bf[_0x3674ec(0x188)],_0x34a8bf[_0x3674ec(0x17e)]))_0x5723d7[_0x3674ec(0x160)](_0x3674ec(0x13d)+_0xe76a9c),_0x4280bf[_0x3674ec(0x132)](_0x3674ec(0x129)+_0x4ae32e),_0x1db7c['unlinkSync'](_0x4e2cb7);else{if(fs[_0x3674ec(0x146)](path[_0x3674ec(0x18e)](process['cwd'](),_0x34a8bf[_0x3674ec(0x16e)])))_0x34a8bf[_0x3674ec(0x135)](_0x34a8bf[_0x3674ec(0x131)],_0x34a8bf['WAwbL'])?_0x39f421['forEach'](_0x2286d3=>{const _0x4c37de=_0x3674ec;let _0x1b673b=_0x34a8bf[_0x4c37de(0x15e)](_0x16dfa3[_0x4c37de(0x175)](_0x2286d3,'_'),'_'+_0x493980[_0x4c37de(0x1ae)]());_0x4d6f9f&&(_0x1b673b+='_'+_0x478f1e);if(_0x251791&&(!_0x79738c[_0x34a8bf[_0x4c37de(0x18a)]]||!_0x341446[_0x34a8bf['VzCHL']][_0x27e03b]))return;const _0xa34248={..._0x5adf02};_0xa34248['desiredCapabilities']=_0x2286d3;const _0x1387d3=_0xa34248;_0x50faac[_0x1b673b]=_0x27b324?_0x180dec[_0x4c37de(0x12d)](_0x201016[_0x34a8bf['VzCHL']][_0x250653],_0x1387d3):_0x1387d3,_0x52c6bd['push'](_0x1b673b);}):_0x7be590=path['join'](process['cwd'](),_0x34a8bf['ALBkQ']);else fs[_0x3674ec(0x146)](path[_0x3674ec(0x18e)](process[_0x3674ec(0x137)](),_0x34a8bf['yYJAv']))&&(_0x34a8bf[_0x3674ec(0x135)](_0x34a8bf[_0x3674ec(0x19f)],_0x34a8bf[_0x3674ec(0x19f)])?_0x7be590=path[_0x3674ec(0x18e)](process[_0x3674ec(0x137)](),_0x34a8bf[_0x3674ec(0x122)]):_0x2612bd=_0x14cb1e['join'](_0x3a7a8c[_0x3674ec(0x137)](),_0x34a8bf[_0x3674ec(0x16e)]));}}return _0x7be590?_0x34a8bf[_0x3674ec(0x138)](_0x34a8bf[_0x3674ec(0x172)],_0x34a8bf[_0x3674ec(0x172)])?(logger[_0x3674ec(0x132)](_0x3674ec(0x12f)+_0x7be590),_0x4df5f3=_0x34a8bf[_0x3674ec(0x128)](require,_0x7be590)):(_0x4fa41f[_0x3674ec(0x132)](_0x3674ec(0x12f)+_0xd5ba9e),_0x144382=_0x34a8bf[_0x3674ec(0x195)](_0x466142,_0x320f1a)):_0x34a8bf[_0x3674ec(0x143)](_0x34a8bf[_0x3674ec(0x153)],_0x34a8bf['kWZqi'])?_0x5189e5['push'](''):logger[_0x3674ec(0x132)](_0x34a8bf[_0x3674ec(0x198)]),_0x4df5f3;},removeExistingEnvs=_0x425ace=>{const _0x98f227=a29_0x16c00a,_0x466df6={};_0x466df6[_0x98f227(0x177)]=function(_0x4ee2f9,_0x16fdcc){return _0x4ee2f9>_0x16fdcc;},_0x466df6[_0x98f227(0x171)]=function(_0x486472,_0x3a6185){return _0x486472!==_0x3a6185;},_0x466df6[_0x98f227(0x180)]='qRGjo',_0x466df6['oNckh']=function(_0x12fcb0,_0x526760){return _0x12fcb0>_0x526760;},_0x466df6['xKkZv']=_0x98f227(0x14f);const _0x5af3ef=_0x466df6;let _0x759eb0=_0x425ace[_0x98f227(0x1a4)](_0x1bff7f=>_0x1bff7f===_0x98f227(0x12b));_0x5af3ef[_0x98f227(0x177)](_0x759eb0,-0x1)&&(_0x5af3ef[_0x98f227(0x171)](_0x5af3ef['XRJLd'],_0x5af3ef[_0x98f227(0x180)])?_0x266971[_0x98f227(0x157)](_0x2fc122,0x2):_0x425ace[_0x98f227(0x157)](_0x759eb0,0x2));_0x759eb0=_0x425ace[_0x98f227(0x1a4)](_0x249759=>_0x249759==='-e');if(_0x5af3ef[_0x98f227(0x179)](_0x759eb0,-0x1)){if(_0x5af3ef[_0x98f227(0x171)](_0x5af3ef[_0x98f227(0x186)],_0x5af3ef[_0x98f227(0x186)]))return;else _0x425ace[_0x98f227(0x157)](_0x759eb0,0x2);}};function run(_0x2b3eae,_0x2dbd75){const _0x1a9205=a29_0x16c00a,_0x2555dd={'ACcQR':'nightwatch','kmZlH':_0x1a9205(0x14a),'SkriQ':function(_0x587573,_0x5387f9){return _0x587573!==_0x5387f9;},'gQcuW':'KqbiN','rXDyU':function(_0x22a50b,_0x4ad7d0){return _0x22a50b===_0x4ad7d0;},'bLVYY':_0x1a9205(0x141),'wwFHe':function(_0x46f7b4,_0x117652){return _0x46f7b4!==_0x117652;},'yVEwK':_0x1a9205(0x12e),'oVlqg':_0x1a9205(0x15f),'lVnkA':_0x1a9205(0x189),'xmeeO':function(_0x44d456,_0x3eb139){return _0x44d456+_0x3eb139;},'DTrqT':function(_0xdfadfb,_0x4f62be){return _0xdfadfb===_0x4f62be;},'QuyWS':_0x1a9205(0x197),'RZhId':_0x1a9205(0x165),'LdTOp':function(_0x2d01bc,_0x282fb6){return _0x2d01bc===_0x282fb6;},'coEeq':_0x1a9205(0x196),'Awbxu':function(_0x1747b5,_0x5c64ba){return _0x1747b5>_0x5c64ba;},'vpokB':_0x1a9205(0x164),'IOeOX':_0x1a9205(0x18f),'JGZSy':_0x1a9205(0x142),'zpzrv':_0x1a9205(0x187),'jdBpM':_0x1a9205(0x17d),'FoaBh':function(_0x19e728,_0x57483b,_0x2fd742){return _0x19e728(_0x57483b,_0x2fd742);},'sZKPl':'hub.browserstack.com','EhBmF':_0x1a9205(0x17c),'mmkWC':function(_0x378d1e,_0x13e4ea){return _0x378d1e===_0x13e4ea;},'DIleO':function(_0x177778,_0x2d8588){return _0x177778===_0x2d8588;},'tfWGj':_0x1a9205(0x156),'AxoGG':'eauIB','NVsVT':function(_0x2564aa,_0x73a828){return _0x2564aa===_0x73a828;},'JJCcv':_0x1a9205(0x13f),'BhTlw':_0x1a9205(0x134),'fyeFb':_0x1a9205(0x133),'bYiwq':function(_0x173c62,_0x3c98e8){return _0x173c62(_0x3c98e8);},'CUlTI':function(_0x52e2d4,_0x51fbf7,_0x32e0c5,_0x61fc02){return _0x52e2d4(_0x51fbf7,_0x32e0c5,_0x61fc02);},'ZZasV':_0x1a9205(0x16d),'FjHCM':_0x1a9205(0x16c),'pRbHO':_0x1a9205(0x12b),'lkkki':_0x1a9205(0x130),'htxBu':_0x1a9205(0x17b)},_0x2b9026=new BrowserStackSetup(_0x2b3eae);if(!_0x2b9026[_0x1a9205(0x159)]){if(_0x2555dd[_0x1a9205(0x144)](_0x2555dd[_0x1a9205(0x173)],_0x2555dd['jdBpM']))return;else _0x1f89a5?_0x183606[_0x1a9205(0x17f)](_0xab4c09[_0x1a9205(0x182)](_0x1b0b35[_0x1a9205(0x159)],_0x2555dd['ACcQR'],_0x1ea9ea)):_0x5bcd4a[_0x1a9205(0x17f)](_0x2270c6['modifyBrowserStackCaps'](_0xde330d[_0x1a9205(0x159)],_0x2555dd[_0x1a9205(0x176)],_0x123507));}const _0x4fcbef=_0x2555dd[_0x1a9205(0x167)](getUserNightwatchConfigs,_0x2b3eae,_0x2dbd75),_0x2b3b74={};_0x2b3b74['start_process']=![];const _0x31987e={};_0x31987e[_0x1a9205(0x1a3)]=_0x2555dd[_0x1a9205(0x16f)],_0x31987e[_0x1a9205(0x194)]=0x1bb;const _0x178eb6={};_0x178eb6['webdriver']=_0x2b3b74,_0x178eb6[_0x1a9205(0x1a9)]=_0x31987e;const _0x4bf92f=_0x178eb6;logger[_0x1a9205(0x132)](_0x2555dd['EhBmF']);const _0x380dca={..._0x4fcbef},_0x20a38c=_0x380dca,_0x55845c=helper[_0x1a9205(0x149)](_0x2b9026[_0x1a9205(0x159)]),_0x203111=[];_0x2b9026[_0x1a9205(0x159)][_0x1a9205(0x170)][_0x1a9205(0x124)]((_0x548915,_0x2660f4)=>{const _0x3af951=_0x1a9205;_0x2555dd[_0x3af951(0x199)](_0x2555dd['gQcuW'],_0x2555dd[_0x3af951(0x17a)])?_0xcf2ce7+='_'+_0x49da98:_0x55845c?_0x2555dd[_0x3af951(0x1a7)](_0x2555dd['bLVYY'],_0x2555dd['bLVYY'])?_0x203111[_0x3af951(0x17f)](helper[_0x3af951(0x182)](_0x2b9026['config'],_0x2555dd[_0x3af951(0x176)],_0x2660f4)):_0x4f8b9d['splice'](_0x2e4321,0x2):_0x2555dd[_0x3af951(0x1a8)](_0x2555dd['yVEwK'],_0x2555dd[_0x3af951(0x125)])?_0x203111[_0x3af951(0x17f)](helper[_0x3af951(0x155)](_0x2b9026[_0x3af951(0x159)],_0x2555dd[_0x3af951(0x176)],_0x2660f4)):_0x18b887[_0x3af951(0x132)](_0x2555dd[_0x3af951(0x19c)]);});const _0x388f7a={},_0x473327=[];_0x2b3eae[_0x1a9205(0x152)]=_0x2b3eae[_0x1a9205(0x152)]||_0x2b3eae['e'];const _0x387f58=_0x2b3eae['env']?_0x2b3eae[_0x1a9205(0x152)][_0x1a9205(0x150)]()[_0x1a9205(0x1a2)](',')[_0x1a9205(0x19a)](_0x191372=>_0x191372[_0x1a9205(0x150)]())[_0x1a9205(0x174)](_0x46247d=>_0x46247d!==''):[''];_0x2555dd[_0x1a9205(0x18b)](_0x387f58[_0x1a9205(0x1af)],0x0)&&(_0x2555dd[_0x1a9205(0x123)](_0x2555dd[_0x1a9205(0x121)],_0x2555dd[_0x1a9205(0x1a0)])?_0x266a86['push'](_0x2cc36f[_0x1a9205(0x155)](_0x12164c[_0x1a9205(0x159)],_0x2555dd[_0x1a9205(0x176)],_0x5c01fd)):_0x387f58[_0x1a9205(0x17f)](''));_0x387f58[_0x1a9205(0x124)](_0x46c1ee=>{const _0x53e401=_0x1a9205,_0x1e33d8={'UhSuU':function(_0x1d4bc0,_0x131185){const _0x56ca00=a29_0x330a;return _0x2555dd[_0x56ca00(0x11f)](_0x1d4bc0,_0x131185);},'NyqKH':function(_0x221dca,_0x230ac3){const _0x1f1f71=a29_0x330a;return _0x2555dd[_0x1f1f71(0x16b)](_0x221dca,_0x230ac3);},'YnDfo':_0x2555dd['RZhId']};if(_0x2555dd[_0x53e401(0x199)](_0x2555dd['vpokB'],_0x2555dd[_0x53e401(0x184)]))_0x203111[_0x53e401(0x124)](_0x28296b=>{const _0x250f82=_0x53e401,_0x4190a1={};_0x4190a1['inztK']=_0x2555dd[_0x250f82(0x176)];const _0x4e1535=_0x4190a1;if(_0x2555dd['rXDyU'](_0x2555dd['lVnkA'],_0x2555dd[_0x250f82(0x15c)])){let _0x37da91=_0x2555dd[_0x250f82(0x16b)](helper['getPlatformName'](_0x28296b,'_'),'_'+Date[_0x250f82(0x1ae)]());_0x46c1ee&&(_0x2555dd[_0x250f82(0x144)](_0x2555dd[_0x250f82(0x18d)],_0x2555dd['QuyWS'])?_0x37da91+='_'+_0x46c1ee:_0x3389c2[_0x250f82(0x17f)](_0x4d3d9e[_0x250f82(0x182)](_0x86388c[_0x250f82(0x159)],_0x4e1535[_0x250f82(0x19e)],_0x3f39e3)));if(_0x46c1ee&&(!_0x4fcbef[_0x2555dd[_0x250f82(0x15d)]]||!_0x4fcbef[_0x2555dd[_0x250f82(0x15d)]][_0x46c1ee])){if(_0x2555dd[_0x250f82(0x14c)](_0x2555dd[_0x250f82(0x162)],_0x2555dd[_0x250f82(0x162)]))return;else return;}const _0x160c4c={..._0x4bf92f};_0x160c4c[_0x250f82(0x181)]=_0x28296b;const _0x4939b4=_0x160c4c;_0x388f7a[_0x37da91]=_0x46c1ee?helper[_0x250f82(0x12d)](_0x4fcbef[_0x2555dd[_0x250f82(0x15d)]][_0x46c1ee],_0x4939b4):_0x4939b4,_0x473327[_0x250f82(0x17f)](_0x37da91);}else{let _0x94bb6b=_0x51ca9a[_0x250f82(0x1a4)](_0x2e8b56=>_0x2e8b56===_0x250f82(0x12b));_0x1e33d8[_0x250f82(0x136)](_0x94bb6b,-0x1)&&_0x5a6642[_0x250f82(0x157)](_0x94bb6b,0x2),_0x94bb6b=_0x4f426e['findIndex'](_0x27d24e=>_0x27d24e==='-e'),_0x1e33d8[_0x250f82(0x136)](_0x94bb6b,-0x1)&&_0x1c10e2[_0x250f82(0x157)](_0x94bb6b,0x2);}});else{let _0x15027c=_0x1e33d8[_0x53e401(0x154)](_0x27e18d[_0x53e401(0x175)](_0x40cfd1,'_'),'_'+_0x3e26e7[_0x53e401(0x1ae)]());_0x4de2e2&&(_0x15027c+='_'+_0x512333);if(_0xc11a59&&(!_0x23d1f5[_0x1e33d8[_0x53e401(0x1ac)]]||!_0x22ca5f[_0x1e33d8[_0x53e401(0x1ac)]][_0x2a0373]))return;const _0x4f402d={..._0x5ad6bc};_0x4f402d[_0x53e401(0x181)]=_0x25584d;const _0xfca1e7=_0x4f402d;_0x6bf60a[_0x15027c]=_0x4a6bf5?_0x21ed99[_0x53e401(0x12d)](_0x541669[_0x1e33d8['YnDfo']][_0x49d7c3],_0xfca1e7):_0xfca1e7,_0x5a9b32[_0x53e401(0x17f)](_0x15027c);}});!_0x20a38c[_0x1a9205(0x165)]&&(_0x2555dd[_0x1a9205(0x13b)](_0x2555dd['JJCcv'],_0x2555dd['BhTlw'])?_0x1d4dd3[_0x1a9205(0x165)]={}:_0x20a38c[_0x1a9205(0x165)]={});_0x20a38c[_0x1a9205(0x165)]={..._0x20a38c[_0x1a9205(0x165)],..._0x388f7a};const _0x2355b8=path[_0x1a9205(0x18e)](__dirname,_0x2555dd[_0x1a9205(0x139)]);fs[_0x1a9205(0x14b)](_0x2355b8,JSON[_0x1a9205(0x13c)](_0x20a38c)),_0x2555dd[_0x1a9205(0x1ad)](removeExistingEnvs,_0x2dbd75);const _0xd17e35=_0x2555dd[_0x1a9205(0x15b)](spawn,/^win/[_0x1a9205(0x163)](process[_0x1a9205(0x191)])?_0x2555dd[_0x1a9205(0x19d)]:_0x2555dd['ACcQR'],[_0x2555dd[_0x1a9205(0x127)],_0x2355b8,..._0x2dbd75['slice'](0x1),_0x2555dd[_0x1a9205(0x158)],_0x473327[_0x1a9205(0x18e)](',')],{'stdio':_0x2555dd['lkkki']});_0xd17e35['on'](_0x2555dd[_0x1a9205(0x161)],async _0x567b09=>{const _0x5894cd=_0x1a9205,_0x4c1a49={};_0x4c1a49[_0x5894cd(0x151)]=_0x2555dd[_0x5894cd(0x192)];const _0x645be9=_0x4c1a49;_0x2555dd[_0x5894cd(0x199)](_0x2555dd[_0x5894cd(0x183)],_0x2555dd[_0x5894cd(0x183)])?_0x363420=_0x3f4f28[_0x5894cd(0x18e)](_0x34a2fe['cwd'](),_0x645be9[_0x5894cd(0x151)]):(logger['debug'](_0x5894cd(0x13d)+_0x567b09),logger['info']('Deleting\x20'+_0x2355b8),fs[_0x5894cd(0x193)](_0x2355b8));});}module['exports']=run;
2
+ 'use strict';function a29_0x52aa(_0x2306cc,_0x1c9d5b){const _0x12f609=a29_0x12f6();return a29_0x52aa=function(_0x52aadc,_0x386404){_0x52aadc=_0x52aadc-0x1c1;let _0x43c4a2=_0x12f609[_0x52aadc];return _0x43c4a2;},a29_0x52aa(_0x2306cc,_0x1c9d5b);}const a29_0x1167ec=a29_0x52aa;(function(_0x5789a6,_0x3c1b54){const _0x5e4cc6=a29_0x52aa,_0x5f5db2=_0x5789a6();while(!![]){try{const _0x26f0d6=parseInt(_0x5e4cc6(0x1ea))/0x1*(-parseInt(_0x5e4cc6(0x201))/0x2)+-parseInt(_0x5e4cc6(0x1e9))/0x3*(parseInt(_0x5e4cc6(0x1dc))/0x4)+-parseInt(_0x5e4cc6(0x202))/0x5+parseInt(_0x5e4cc6(0x1da))/0x6*(-parseInt(_0x5e4cc6(0x206))/0x7)+-parseInt(_0x5e4cc6(0x209))/0x8*(-parseInt(_0x5e4cc6(0x20b))/0x9)+-parseInt(_0x5e4cc6(0x1c9))/0xa+parseInt(_0x5e4cc6(0x1e2))/0xb;if(_0x26f0d6===_0x3c1b54)break;else _0x5f5db2['push'](_0x5f5db2['shift']());}catch(_0x5997b0){_0x5f5db2['push'](_0x5f5db2['shift']());}}}(a29_0x12f6,0xce7fc));const fs=require('fs'),path=require(a29_0x1167ec(0x1e0)),{spawn}=require(a29_0x1167ec(0x205)),logger=require(a29_0x1167ec(0x1e7))[a29_0x1167ec(0x1c6)],{default:BrowserStackSetup}=require(a29_0x1167ec(0x20a)),helper=require('../../helpers/helper'),constants=require(a29_0x1167ec(0x1d2)),getUserNightwatchConfigs=(_0x4faaa1,_0x25d143)=>{const _0x3d7842=a29_0x1167ec,_0x267117={'Iajwj':'nightwatch.conf.js','kOSZI':'nightwatch.json','fxUGp':function(_0x3d2209,_0x5cc92c){return _0x3d2209(_0x5cc92c);},'Oywun':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x2c87ce=null,_0x585cbd={};const _0x51a984=_0x25d143[_0x3d7842(0x1f0)](_0x653b83=>_0x653b83===_0x3d7842(0x1f9));if(!helper[_0x3d7842(0x1c3)](_0x4faaa1[_0x3d7842(0x1c5)])&&fs[_0x3d7842(0x1f6)](path['join'](process[_0x3d7842(0x1e8)](),_0x4faaa1[_0x3d7842(0x1c5)])))_0x2c87ce=path[_0x3d7842(0x1d7)](process[_0x3d7842(0x1e8)](),_0x4faaa1[_0x3d7842(0x1c5)]),_0x25d143[_0x3d7842(0x1de)](_0x51a984,0x2);else{if(fs[_0x3d7842(0x1f6)](path['join'](process[_0x3d7842(0x1e8)](),_0x267117[_0x3d7842(0x203)])))_0x2c87ce=path[_0x3d7842(0x1d7)](process[_0x3d7842(0x1e8)](),_0x267117[_0x3d7842(0x203)]);else fs[_0x3d7842(0x1f6)](path[_0x3d7842(0x1d7)](process['cwd'](),_0x267117[_0x3d7842(0x1e6)]))&&(_0x2c87ce=path['join'](process['cwd'](),_0x267117['kOSZI']));}return _0x2c87ce?(logger[_0x3d7842(0x1db)](_0x3d7842(0x1c2)+_0x2c87ce),_0x585cbd=_0x267117[_0x3d7842(0x200)](require,_0x2c87ce)):logger[_0x3d7842(0x1db)](_0x267117[_0x3d7842(0x1c8)]),_0x585cbd;},removeExistingEnvs=_0x30bef1=>{const _0x8c7542=a29_0x1167ec,_0x1248c9={};_0x1248c9[_0x8c7542(0x1e4)]=function(_0x441be6,_0xe78f0){return _0x441be6>_0xe78f0;};const _0x39011e=_0x1248c9;let _0xae0741=_0x30bef1[_0x8c7542(0x1f0)](_0x469e9c=>_0x469e9c==='--env');_0x39011e[_0x8c7542(0x1e4)](_0xae0741,-0x1)&&_0x30bef1[_0x8c7542(0x1de)](_0xae0741,0x2),_0xae0741=_0x30bef1['findIndex'](_0x1afb79=>_0x1afb79==='-e'),_0x39011e[_0x8c7542(0x1e4)](_0xae0741,-0x1)&&_0x30bef1[_0x8c7542(0x1de)](_0xae0741,0x2);};function a29_0x12f6(){const _0x55da6e=['cXocA','blyFn','yURAh','join','platform','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','1752Daqito','info','1252CwnEnV','useW3C','splice','now','path','push','56461284uBVaFc','slice','rNxPc','child\x20process\x20exited\x20with\x20code\x20','kOSZI','../../helpers/logger','cwd','5613EIMnMK','321LnkYpQ','inherit','ARDvY','debug','length','start_process','findIndex','UboQo','trim','nightwatch-browserstack.json','Deleting\x20','test_settings','existsSync','port','--env','--config','webdriver','writeFileSync','desiredCapabilities','modifyBrowserStackCaps','platforms','host','fxUGp','6462KIBzxv','6856570CPsOkT','Iajwj','env','child_process','11221zGuiVf','stringify','exports','21416DjQItv','../../helpers/BrowserStackSetup','819cRfMUa','hub.browserstack.com','NhOBz','Getting\x20your\x20nightwatch\x20configs\x20from\x20','isUndefined','nightwatch','config','winstonLogger','ApagZ','Oywun','10684670fypgTH','kLdkN','CKGEN','forEach','map','unlinkSync','filter','JPRQf','split','../utils/constants','ZcMJQ'];a29_0x12f6=function(){return _0x55da6e;};return a29_0x12f6();}function run(_0x2fc64f,_0x3095d6){const _0x4700a4=a29_0x1167ec,_0x4d974d={'kLdkN':_0x4700a4(0x1c4),'frmGt':function(_0x3e2814,_0x58ed45){return _0x3e2814+_0x58ed45;},'UboQo':'test_settings','dOLhv':function(_0x4986e9,_0x375aae,_0x2cc804){return _0x4986e9(_0x375aae,_0x2cc804);},'CKGEN':_0x4700a4(0x20c),'cXocA':_0x4700a4(0x1d9),'yURAh':function(_0x39ca62,_0x15b10e){return _0x39ca62===_0x15b10e;},'VbvtS':_0x4700a4(0x1f3),'ARDvY':function(_0x14b4f7,_0x16689b){return _0x14b4f7(_0x16689b);},'blyFn':function(_0x21b0ad,_0x17e92e,_0x3cfb89,_0x141b36){return _0x21b0ad(_0x17e92e,_0x3cfb89,_0x141b36);},'NhOBz':'nightwatch.cmd','JPRQf':_0x4700a4(0x1f9),'uofut':_0x4700a4(0x1f8),'ApagZ':_0x4700a4(0x1eb),'ZcMJQ':'close'},_0x33ee58=new BrowserStackSetup(_0x2fc64f);if(!_0x33ee58[_0x4700a4(0x1c5)])return;const _0x1e67d7=_0x4d974d['dOLhv'](getUserNightwatchConfigs,_0x2fc64f,_0x3095d6),_0x13eeef={};_0x13eeef[_0x4700a4(0x1ef)]=![];const _0x961a19={};_0x961a19[_0x4700a4(0x1ff)]=_0x4d974d[_0x4700a4(0x1cb)],_0x961a19[_0x4700a4(0x1f7)]=0x1bb;const _0xf1b6c7={};_0xf1b6c7[_0x4700a4(0x1fa)]=_0x13eeef,_0xf1b6c7['selenium']=_0x961a19;const _0x3bb885=_0xf1b6c7;logger[_0x4700a4(0x1db)](_0x4d974d[_0x4700a4(0x1d4)]);const _0x3eb38c={..._0x1e67d7},_0x5c7d3d=_0x3eb38c,_0xd5ea7e=helper[_0x4700a4(0x1dd)](_0x33ee58[_0x4700a4(0x1c5)]),_0x22ac47=[];_0x33ee58[_0x4700a4(0x1c5)][_0x4700a4(0x1fe)][_0x4700a4(0x1cc)]((_0x325b95,_0x45c283)=>{const _0x38bc50=_0x4700a4;_0xd5ea7e?_0x22ac47['push'](helper['modifyBrowserStackW3CCaps'](_0x33ee58[_0x38bc50(0x1c5)],_0x4d974d[_0x38bc50(0x1ca)],_0x45c283)):_0x22ac47[_0x38bc50(0x1e1)](helper[_0x38bc50(0x1fd)](_0x33ee58['config'],_0x4d974d['kLdkN'],_0x45c283));});const _0x3e60c2={},_0x20f735=[];_0x2fc64f[_0x4700a4(0x204)]=_0x2fc64f[_0x4700a4(0x204)]||_0x2fc64f['e'];const _0x467b2f=_0x2fc64f[_0x4700a4(0x204)]?_0x2fc64f['env'][_0x4700a4(0x1f2)]()[_0x4700a4(0x1d1)](',')[_0x4700a4(0x1cd)](_0x525234=>_0x525234[_0x4700a4(0x1f2)]())[_0x4700a4(0x1cf)](_0x42b83f=>_0x42b83f!==''):[''];_0x4d974d[_0x4700a4(0x1d6)](_0x467b2f[_0x4700a4(0x1ee)],0x0)&&_0x467b2f[_0x4700a4(0x1e1)]('');_0x467b2f[_0x4700a4(0x1cc)](_0x1c7485=>{_0x22ac47['forEach'](_0x2fd66b=>{const _0x420e3c=a29_0x52aa;let _0x9b2df2=_0x4d974d['frmGt'](helper['getPlatformName'](_0x2fd66b,'_'),'_'+Date[_0x420e3c(0x1df)]());_0x1c7485&&(_0x9b2df2+='_'+_0x1c7485);if(_0x1c7485&&(!_0x1e67d7[_0x4d974d[_0x420e3c(0x1f1)]]||!_0x1e67d7[_0x4d974d[_0x420e3c(0x1f1)]][_0x1c7485]))return;const _0xe98655={..._0x3bb885};_0xe98655[_0x420e3c(0x1fc)]=_0x2fd66b;const _0x5d0d4f=_0xe98655;_0x3e60c2[_0x9b2df2]=_0x1c7485?helper['mergeDeep'](_0x1e67d7[_0x4d974d[_0x420e3c(0x1f1)]][_0x1c7485],_0x5d0d4f):_0x5d0d4f,_0x20f735['push'](_0x9b2df2);});});!_0x5c7d3d[_0x4700a4(0x1f5)]&&(_0x5c7d3d[_0x4700a4(0x1f5)]={});_0x5c7d3d[_0x4700a4(0x1f5)]={..._0x5c7d3d[_0x4700a4(0x1f5)],..._0x3e60c2};const _0x4c50f1=path[_0x4700a4(0x1d7)](__dirname,_0x4d974d['VbvtS']);fs[_0x4700a4(0x1fb)](_0x4c50f1,JSON[_0x4700a4(0x207)](_0x5c7d3d)),_0x4d974d[_0x4700a4(0x1ec)](removeExistingEnvs,_0x3095d6);const _0x53445f=_0x4d974d[_0x4700a4(0x1d5)](spawn,/^win/['test'](process[_0x4700a4(0x1d8)])?_0x4d974d[_0x4700a4(0x1c1)]:_0x4d974d[_0x4700a4(0x1ca)],[_0x4d974d[_0x4700a4(0x1d0)],_0x4c50f1,..._0x3095d6[_0x4700a4(0x1e3)](0x1),_0x4d974d['uofut'],_0x20f735[_0x4700a4(0x1d7)](',')],{'stdio':_0x4d974d[_0x4700a4(0x1c7)]});_0x53445f['on'](_0x4d974d[_0x4700a4(0x1d3)],async _0x109f27=>{const _0x4cc392=_0x4700a4;logger[_0x4cc392(0x1ed)](_0x4cc392(0x1e5)+_0x109f27),logger['info'](_0x4cc392(0x1f4)+_0x4c50f1),fs[_0x4cc392(0x1ce)](_0x4c50f1);});}module[a29_0x1167ec(0x208)]=run;
@@ -1 +1 @@
1
- function a30_0x5829(_0x5e1acb,_0x219884){const _0x1dac41=a30_0x1dac();return a30_0x5829=function(_0x5829da,_0xb5b529){_0x5829da=_0x5829da-0xae;let _0x5bc77d=_0x1dac41[_0x5829da];return _0x5bc77d;},a30_0x5829(_0x5e1acb,_0x219884);}function a30_0x1dac(){const _0x2dc41e=['browser','replace','mZolV','yQpPC','QbCtI','winstonLogger','browserName','SwEPE','Playwright','ZJJuc','XdEHY','dDKEB','zgXEt','lffTj','3090580LlYvwg','vLiSU','EGyrs','VkDjT','accessibilityOptions','Jhyof','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','project','cKbbF','EFova','IRdrr','3673825ZwCNPC','currentTest','rUDuP','pSZKn','setAccessibilityCapabilities','rTETT','util','7384335esTqtU','SEtgX','zaxML','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','iKppu','CcPrS','hmAfI','QJWpH','13762380wlcZfc','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','platformValidation','CtFKK','lxpVg','ZvaIU','oFlkd','format','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','error','zHhJY','accessibilityOptions.wcagVersion','jZYRD','accessibilityOptions.includeIssueType.needsReview','YyRGR','accessibilityOptions.includeIssueType.bestPractice','PJwTs','ZKyhv','evaluate','dNZyy','CyRci','No\x20accessibility\x20results\x20were\x20found.','HSeXs','DkYou','method','vlSYK','nyGRw','constructor','performScan','MHTDj','KBGmk','cHkFf','4hcmNpR','tCdRH','executeScript','TUWNr','name','scannerVersion','zZzYE','ITsrj','dpPyz','wsEndpoint','eQbpw','rMNsx','oWbSG','use','debug','GMMqG','DoFAD','env','WbAdY','accessibilityOptions.authToken','ANzBM','bvUXa','dVfaW','includeIssueType','executeAsyncScript','mNUwB','pyrbH','TzyEI','Fdebd','warn','XwykT','qBfup','UiUAD','DoFtt','browserstack.accessibility','zRtNn','browserStackEvaluate','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','iKMlt','12ZjvGJF','wcagVersion','browser_version','jzrRS','scannerProcessingTimeout','mgMQZ','upDaf','qgvmR','No\x20summaryResults\x20found.','../../helpers/logger','stringify','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','YJezw','iipyf','kcnqV','ZzlbX','DdzxN','vAHWM','playwright-chromium','connectOptions','bstackSdkArgs','Pvorx','VtBEG','axgKo','bAcEW','xabiV','873720jwOSAV','getAccessibilityResults','idplI','UuSYT','../../helpers/helper','accessibilityPlatform','deviceName','omMMM','BS_A11Y_JWT','testInfo','xrzmM','blGXg','mnvdO','bestPractice','VJdAL','oWFtb','8ZmKiaR','1004922vQySGg','QmlCI','LiUAt','908841hNOpZC','OqtYo','RxZNM','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','accessibilityOptions.scannerVersion','ygOgy','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','tznFq','KZWYD','chrome','latest','bNwdh','uKvgh','byAti','CxqoX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','wRnDB','txjIz','MXBlR','BSYiX','iMqMh','accessibilityOptions.scannerProcessingTimeout','needsReview'];a30_0x1dac=function(){return _0x2dc41e;};return a30_0x1dac();}const a30_0x54a42e=a30_0x5829;(function(_0x5391d7,_0x2374e7){const _0x169eb7=a30_0x5829,_0x4618ee=_0x5391d7();while(!![]){try{const _0x41b913=parseInt(_0x169eb7(0x101))/0x1+parseInt(_0x169eb7(0x13b))/0x2+parseInt(_0x169eb7(0x115))/0x3*(parseInt(_0x169eb7(0xbf))/0x4)+-parseInt(_0x169eb7(0x146))/0x5*(parseInt(_0x169eb7(0xe7))/0x6)+parseInt(_0x169eb7(0x14d))/0x7+-parseInt(_0x169eb7(0x111))/0x8*(parseInt(_0x169eb7(0x112))/0x9)+-parseInt(_0x169eb7(0x155))/0xa;if(_0x41b913===_0x2374e7)break;else _0x4618ee['push'](_0x4618ee['shift']());}catch(_0xf1f51c){_0x4618ee['push'](_0x4618ee['shift']());}}}(a30_0x1dac,0xc80ec));const util=require(a30_0x54a42e(0x14c)),logger=require(a30_0x54a42e(0xf0))[a30_0x54a42e(0x132)],{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a30_0x54a42e(0x105)),scripts=require('../../helpers/accessibility-automation/scripts');exports[a30_0x54a42e(0xe3)]=async(_0x1f9f8a,_0x8caf21,_0x71180c={})=>{const _0x2fc76d=a30_0x54a42e,_0x161141={};_0x161141[_0x2fc76d(0xf3)]=_0x2fc76d(0xfb);const _0x4cedf8=_0x161141;return await _0x1f9f8a[_0x2fc76d(0xb1)]('(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20'+_0x8caf21[_0x2fc76d(0x12e)](/arguments/g,_0x4cedf8['YJezw'])+_0x2fc76d(0x125)+JSON[_0x2fc76d(0xf1)](_0x71180c)+')');},exports['browserStackExecuteDriver']=async(_0x3068b5,_0x4a0a84,_0x5630ec={})=>{const _0x64d3c5=a30_0x54a42e,_0x2afa06={'UuSYT':_0x64d3c5(0xe1),'DoFAD':function(_0xe4f0b0,_0x5d0bbd){return _0xe4f0b0+_0x5d0bbd;},'nyGRw':function(_0x4e225f,_0x98a8b8){return _0x4e225f(_0x98a8b8);},'mZolV':function(_0x46d56f,_0x265601){return _0x46d56f===_0x265601;},'HnAtm':'WebDriver','oAUXQ':function(_0x4edc6a,_0x2afade){return _0x4edc6a===_0x2afade;},'xrzmM':'dcFhq','hmAfI':_0x64d3c5(0x151),'mnvdO':_0x64d3c5(0x135),'gLPtY':function(_0x87e804,_0x95163){return _0x87e804!==_0x95163;},'RxZNM':_0x64d3c5(0xb8),'xlPue':_0x64d3c5(0xfb)};if(_0x2afa06[_0x64d3c5(0x12f)](_0x3068b5[_0x64d3c5(0xba)][_0x64d3c5(0xc3)],_0x2afa06['HnAtm'])){if(_0x2afa06['oAUXQ'](_0x2afa06[_0x64d3c5(0x10b)],_0x2afa06[_0x64d3c5(0x153)]))_0x42e6af[_0x64d3c5(0x106)]=![];else return await _0x3068b5[_0x64d3c5(0xd7)](_0x4a0a84,_0x5630ec);}else{if(_0x2afa06[_0x64d3c5(0x12f)](_0x3068b5[_0x64d3c5(0xba)][_0x64d3c5(0xc3)],_0x2afa06[_0x64d3c5(0x10d)])){if(_0x2afa06['gLPtY'](_0x2afa06[_0x64d3c5(0x117)],_0x2afa06[_0x64d3c5(0x117)])){_0x1b7404[_0x2afa06[_0x64d3c5(0x104)]]=![];const _0x598413=_0x2afa06[_0x64d3c5(0xcf)](_0x302ef5,_0x2afa06[_0x64d3c5(0xb9)](_0x36be47,_0x3d79d6[_0x64d3c5(0xf1)](_0x103038)));_0x5b94cd&&(_0x1be701[_0x64d3c5(0x147)][_0x64d3c5(0x10a)][_0x64d3c5(0x142)][_0x64d3c5(0xcc)][_0x64d3c5(0xfa)]['wsEndpoint']=_0x598413);}else return await _0x3068b5[_0x64d3c5(0xc1)](_0x64d3c5(0x141)+_0x4a0a84[_0x64d3c5(0x12e)](/arguments/g,_0x2afa06['xlPue'])+_0x64d3c5(0x15d)+JSON['stringify'](_0x5630ec)+')');}}},exports[a30_0x54a42e(0x14a)]=async _0xa1aae4=>{const _0x48fec7=a30_0x54a42e,_0x3ae2db={};_0x3ae2db[_0x48fec7(0x130)]=_0x48fec7(0xae),_0x3ae2db[_0x48fec7(0xaf)]=_0x48fec7(0x162),_0x3ae2db[_0x48fec7(0x161)]=_0x48fec7(0xe5),_0x3ae2db[_0x48fec7(0x15f)]=_0x48fec7(0xb4),_0x3ae2db['dpPyz']=function(_0x4c7d01,_0x38566e){return _0x4c7d01===_0x38566e;},_0x3ae2db[_0x48fec7(0x137)]=_0x48fec7(0x148),_0x3ae2db[_0x48fec7(0xd5)]=_0x48fec7(0xb5),_0x3ae2db[_0x48fec7(0xda)]=function(_0x5901d5,_0x38b8bb){return _0x5901d5!==_0x38b8bb;},_0x3ae2db[_0x48fec7(0xca)]=_0x48fec7(0x159),_0x3ae2db[_0x48fec7(0xfd)]='accessibilityOptions.wcagVersion',_0x3ae2db['UiUAD']=function(_0x7b38ed,_0xe6acd0){return _0x7b38ed!==_0xe6acd0;},_0x3ae2db[_0x48fec7(0x145)]='NwWUQ',_0x3ae2db[_0x48fec7(0x158)]=_0x48fec7(0x127),_0x3ae2db[_0x48fec7(0xf5)]=_0x48fec7(0x12b),_0x3ae2db['MHTDj']=_0x48fec7(0xc2),_0x3ae2db['hjEbx']=_0x48fec7(0xd2),_0x3ae2db['ANzBM']=_0x48fec7(0x119);const _0x33a6bf=_0x3ae2db;if(_0xa1aae4[_0x48fec7(0x13f)]){if(_0x33a6bf[_0x48fec7(0xc7)](_0x33a6bf[_0x48fec7(0x137)],_0x33a6bf[_0x48fec7(0xd5)]))_0x4449d0[_0x33a6bf[_0x48fec7(0x130)]]=_0x4d5a29[_0x48fec7(0x13f)][_0x48fec7(0xd6)][_0x48fec7(0x10e)],_0x5a0f14[_0x33a6bf[_0x48fec7(0xaf)]]=_0x4778c1[_0x48fec7(0x13f)][_0x48fec7(0xd6)][_0x48fec7(0x12c)];else{if(_0xa1aae4[_0x48fec7(0x13f)]['wcagVersion']){if(_0x33a6bf['TzyEI'](_0x33a6bf[_0x48fec7(0xca)],_0x33a6bf[_0x48fec7(0xca)]))return _0x506b76['warn'](_0x33a6bf[_0x48fec7(0x161)]),[];else _0xa1aae4[_0x33a6bf['VtBEG']]=_0xa1aae4['accessibilityOptions'][_0x48fec7(0xe8)];}if(_0xa1aae4[_0x48fec7(0x13f)][_0x48fec7(0xeb)]){if(_0x33a6bf[_0x48fec7(0xdf)](_0x33a6bf[_0x48fec7(0x145)],_0x33a6bf['CtFKK']))_0xa1aae4[_0x33a6bf[_0x48fec7(0xf5)]]=_0xa1aae4[_0x48fec7(0x13f)]['scannerProcessingTimeout'];else return _0xc68aba['error'](_0x33a6bf['zHhJY']),[];}_0xa1aae4[_0x48fec7(0x13f)]['includeIssueType']&&(_0x33a6bf[_0x48fec7(0xda)](_0x33a6bf['MHTDj'],_0x33a6bf[_0x48fec7(0xbc)])?_0x321f6a[_0x48fec7(0x147)][_0x48fec7(0x10a)][_0x48fec7(0x142)][_0x48fec7(0xcc)][_0x48fec7(0xfa)][_0x48fec7(0xc8)]=_0x4f752e:(_0xa1aae4[_0x33a6bf[_0x48fec7(0x130)]]=_0xa1aae4[_0x48fec7(0x13f)][_0x48fec7(0xd6)][_0x48fec7(0x10e)],_0xa1aae4[_0x33a6bf[_0x48fec7(0xaf)]]=_0xa1aae4['accessibilityOptions']['includeIssueType']['needsReview']));}}const _0x50bfa0=JSON['parse'](process[_0x48fec7(0xd0)][_0x48fec7(0xe4)])[_0x48fec7(0xc4)];_0xa1aae4[_0x33a6bf['hjEbx']]=process[_0x48fec7(0xd0)][_0x48fec7(0x109)],_0xa1aae4[_0x33a6bf[_0x48fec7(0xd3)]]=_0x50bfa0,delete _0xa1aae4[_0x48fec7(0x13f)];},exports[a30_0x54a42e(0x102)]=async _0x5c724f=>{const _0x4abd43=a30_0x54a42e,_0x3d0d1f={};_0x3d0d1f[_0x4abd43(0xc9)]=_0x4abd43(0xf2),_0x3d0d1f['WbAdY']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x3d0d1f[_0x4abd43(0x149)]=_0x4abd43(0x124),_0x3d0d1f['ZKyhv']='No\x20summaryResults\x20found.',_0x3d0d1f[_0x4abd43(0x163)]=function(_0x2f9bd9,_0x3dd307){return _0x2f9bd9===_0x3dd307;},_0x3d0d1f[_0x4abd43(0xbd)]=_0x4abd43(0x11d),_0x3d0d1f['zaxML']=_0x4abd43(0xf4),_0x3d0d1f[_0x4abd43(0xe2)]='lSNPk',_0x3d0d1f['qBfup']=function(_0x255949,_0x57a6ed){return _0x255949!==_0x57a6ed;},_0x3d0d1f[_0x4abd43(0xb6)]=_0x4abd43(0xfc),_0x3d0d1f['ZJJuc']=_0x4abd43(0x103),_0x3d0d1f[_0x4abd43(0x123)]='No\x20accessibility\x20results\x20were\x20found.',_0x3d0d1f['CcPrS']=_0x4abd43(0xce),_0x3d0d1f['cKbbF']=_0x4abd43(0xe5);const _0x1f7737=_0x3d0d1f;if(global[_0x4abd43(0x106)]){if(_0x1f7737[_0x4abd43(0x163)](_0x1f7737[_0x4abd43(0xbd)],_0x1f7737['KBGmk']))try{if(_0x1f7737['YyRGR'](_0x1f7737[_0x4abd43(0x14f)],_0x1f7737[_0x4abd43(0xe2)]))return _0x5e8f1f[_0x4abd43(0xdc)](_0x1f7737['eQbpw']),{};else{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x5c724f,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x5c724f,scripts.getResults);return res;}}catch{return _0x1f7737[_0x4abd43(0xde)](_0x1f7737[_0x4abd43(0xb6)],_0x1f7737[_0x4abd43(0x136)])?(logger[_0x4abd43(0x15e)](_0x1f7737[_0x4abd43(0x123)]),[]):(_0x4ab993[_0x4abd43(0xdc)](_0x1f7737[_0x4abd43(0xd1)]),![]);}else return _0x3013a1[_0x4abd43(0xdc)](_0x1f7737[_0x4abd43(0x149)]),![];}else return _0x1f7737[_0x4abd43(0xde)](_0x1f7737[_0x4abd43(0x152)],_0x1f7737[_0x4abd43(0x152)])?(_0x405c20[_0x4abd43(0xcd)](_0x1f7737[_0x4abd43(0xb0)]),{}):(logger['warn'](_0x1f7737[_0x4abd43(0x143)]),[]);},exports[a30_0x54a42e(0xbb)]=async(_0xbb482,_0x31dca3='')=>{const _0x3b249d=a30_0x54a42e,_0x5c3872={};_0x5c3872[_0x3b249d(0x144)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x5c3872[_0x3b249d(0xc6)]=function(_0x562806,_0x3d74ce){return _0x562806!==_0x3d74ce;},_0x5c3872[_0x3b249d(0xc0)]=_0x3b249d(0x140);const _0x2b8f61=_0x5c3872;if(global[_0x3b249d(0x106)]){if(_0x2b8f61['ITsrj'](_0x2b8f61[_0x3b249d(0xc0)],_0x2b8f61[_0x3b249d(0xc0)]))return _0x130ad2[_0x3b249d(0xdc)](_0x2b8f61[_0x3b249d(0x144)]),![];else{const _0x3ab4d4={};return _0x3ab4d4[_0x3b249d(0xb7)]=_0x31dca3,await exports['browserStackEvaluate'](_0xbb482,scripts[_0x3b249d(0xbb)],_0x3ab4d4);}}},exports['getAccessibilityResultsSummary']=async _0x204f24=>{const _0x4fb2d7=a30_0x54a42e,_0x36ae10={};_0x36ae10['cyYFX']=_0x4fb2d7(0x11b),_0x36ae10['EGyrs']=_0x4fb2d7(0x160),_0x36ae10['UUhoV']='accessibilityOptions.scannerProcessingTimeout',_0x36ae10[_0x4fb2d7(0xdb)]='accessibilityOptions.includeIssueType.bestPractice',_0x36ae10[_0x4fb2d7(0x139)]=_0x4fb2d7(0x162),_0x36ae10[_0x4fb2d7(0x15b)]=function(_0x33ecdd,_0x51c378){return _0x33ecdd===_0x51c378;},_0x36ae10[_0x4fb2d7(0xbe)]=_0x4fb2d7(0x122),_0x36ae10[_0x4fb2d7(0xb3)]=_0x4fb2d7(0x10c),_0x36ae10[_0x4fb2d7(0x100)]=function(_0x2b58e3,_0xcb59af){return _0x2b58e3!==_0xcb59af;},_0x36ae10[_0x4fb2d7(0xec)]='iSLeB',_0x36ae10[_0x4fb2d7(0x138)]=function(_0x4fbde7,_0x544cbc){return _0x4fbde7!==_0x544cbc;},_0x36ae10[_0x4fb2d7(0x134)]=_0x4fb2d7(0x113),_0x36ae10[_0x4fb2d7(0xdd)]=_0x4fb2d7(0xef),_0x36ae10[_0x4fb2d7(0x131)]=function(_0x3355e6,_0x2ae1b9){return _0x3355e6!==_0x2ae1b9;},_0x36ae10[_0x4fb2d7(0x128)]=_0x4fb2d7(0xf7),_0x36ae10[_0x4fb2d7(0x116)]=_0x4fb2d7(0x108),_0x36ae10['axgKo']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x246908=_0x36ae10;if(global[_0x4fb2d7(0x106)]){if(_0x246908[_0x4fb2d7(0x15b)](_0x246908['cHkFf'],_0x246908[_0x4fb2d7(0xb3)]))_0x4abe95[_0x4fb2d7(0xcd)](_0x4fb2d7(0x118)+_0x800fc3[_0x4fb2d7(0x15c)](_0x109fa9));else try{if(_0x246908[_0x4fb2d7(0x100)](_0x246908[_0x4fb2d7(0xec)],_0x246908[_0x4fb2d7(0xec)]))_0x4a8487['warn'](_0x246908['cyYFX']),_0x2bd2f1[_0x4fb2d7(0x106)]=![];else{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x204f24,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x204f24,scripts.getResultsSummary);return summaryResults;}}catch{if(_0x246908[_0x4fb2d7(0x138)](_0x246908[_0x4fb2d7(0x134)],_0x246908[_0x4fb2d7(0x134)]))_0x15c136[_0x4fb2d7(0x13f)][_0x4fb2d7(0xe8)]&&(_0x24ec48[_0x246908[_0x4fb2d7(0x13d)]]=_0x3f0fcd['accessibilityOptions']['wcagVersion']),_0x36aa38['accessibilityOptions']['scannerProcessingTimeout']&&(_0x28bcf4[_0x246908['UUhoV']]=_0x500463[_0x4fb2d7(0x13f)][_0x4fb2d7(0xeb)]),_0x5905af['accessibilityOptions'][_0x4fb2d7(0xd6)]&&(_0x2dd9a7[_0x246908[_0x4fb2d7(0xdb)]]=_0x4fcafe[_0x4fb2d7(0x13f)][_0x4fb2d7(0xd6)][_0x4fb2d7(0x10e)],_0x43babf[_0x246908['zgXEt']]=_0x4ed1f2[_0x4fb2d7(0x13f)][_0x4fb2d7(0xd6)][_0x4fb2d7(0x12c)]);else return logger[_0x4fb2d7(0xcd)](_0x246908[_0x4fb2d7(0xdd)]),{};}}else{if(_0x246908['QbCtI'](_0x246908[_0x4fb2d7(0x128)],_0x246908['OqtYo']))return logger[_0x4fb2d7(0xdc)](_0x246908[_0x4fb2d7(0xfe)]),{};else _0x1a7ef7[_0x246908['EGyrs']]=_0x13a71a[_0x4fb2d7(0x13f)][_0x4fb2d7(0xe8)];}},exports[a30_0x54a42e(0x157)]=async _0x33553a=>{const _0x10c1c2=a30_0x54a42e,_0x434fef={'bAcEW':_0x10c1c2(0x12b),'zZzYE':function(_0x378935,_0x548fad){return _0x378935!==_0x548fad;},'VJdAL':_0x10c1c2(0x124),'dNZyy':function(_0x5b4963,_0x203126){return _0x5b4963===_0x203126;},'oWFtb':_0x10c1c2(0x11e),'LiUAt':_0x10c1c2(0xf9),'iMqMh':_0x10c1c2(0x150),'upDaf':function(_0xcfe074,_0x455e08){return _0xcfe074(_0x455e08);},'mNUwB':_0x10c1c2(0x11f),'iKMlt':function(_0xa48c74,_0x1684ae){return _0xa48c74>_0x1684ae;},'ygOgy':_0x10c1c2(0x11b),'VkDjT':function(_0x16863d,_0x468778){return _0x16863d!==_0x468778;},'bvUXa':_0x10c1c2(0xee),'pyrbH':'oBKSE','dQNaM':_0x10c1c2(0xf6),'mivHe':function(_0x5946a6,_0x3a3791){return _0x5946a6===_0x3a3791;},'opxyj':'wlgVZ','vAHWM':function(_0x2d7b52,_0x5f5330){return _0x2d7b52===_0x5f5330;},'oWbSG':_0x10c1c2(0x154),'SEtgX':'GILky','DoFtt':_0x10c1c2(0x13c)};try{if(_0x434fef[_0x10c1c2(0x13e)](_0x434fef[_0x10c1c2(0xd4)],_0x434fef[_0x10c1c2(0xd4)]))_0x12906f[_0x434fef[_0x10c1c2(0xff)]]=_0x3147a8['accessibilityOptions'][_0x10c1c2(0xeb)];else{if(!_0x434fef[_0x10c1c2(0x13e)](_0x33553a[_0x10c1c2(0x107)],'')){if(_0x434fef[_0x10c1c2(0xb2)](_0x434fef[_0x10c1c2(0xd9)],_0x434fef['dQNaM'])){if(!_0x434fef[_0x10c1c2(0xc5)](_0xc18f13[_0x10c1c2(0x107)],''))return _0x46b7c1['warn'](_0x434fef['VJdAL']),![];const _0x38d496=_0xc91c71[_0x10c1c2(0x12d)];if(!(_0x434fef[_0x10c1c2(0xb2)](_0x38d496,_0x434fef['oWFtb'])||_0x434fef[_0x10c1c2(0xb2)](_0x38d496,_0x434fef[_0x10c1c2(0x114)])))return _0x5a17e8[_0x10c1c2(0xdc)](_0x434fef[_0x10c1c2(0x12a)]),![];const _0x52615d=_0x434fef['upDaf'](_0x5ee5f8,_0x5be889['browser_version']);if(!(_0x434fef['dNZyy'](_0x52615d,_0x434fef[_0x10c1c2(0xd8)])||_0x434fef[_0x10c1c2(0xe6)](_0x52615d,0x5e)))return _0x4c7a68[_0x10c1c2(0xdc)](_0x434fef[_0x10c1c2(0x11a)]),![];}else return logger[_0x10c1c2(0xdc)](_0x434fef[_0x10c1c2(0x10f)]),![];}const _0x373be1=_0x33553a[_0x10c1c2(0x12d)];if(!(_0x434fef['mivHe'](_0x373be1,_0x434fef[_0x10c1c2(0x110)])||_0x434fef[_0x10c1c2(0xb2)](_0x373be1,_0x434fef[_0x10c1c2(0x114)]))){if(_0x434fef[_0x10c1c2(0xb2)](_0x434fef['opxyj'],_0x434fef['opxyj']))return logger[_0x10c1c2(0xdc)](_0x434fef[_0x10c1c2(0x12a)]),![];else _0x5c83eb[_0x10c1c2(0xdc)](_0x434fef[_0x10c1c2(0x10f)]),_0x210b67[_0x10c1c2(0x106)]=![];}const _0x3ea070=_0x434fef[_0x10c1c2(0xed)](parseInt,_0x33553a[_0x10c1c2(0xe9)]);if(!(_0x434fef[_0x10c1c2(0xf8)](_0x3ea070,_0x434fef[_0x10c1c2(0xd8)])||_0x434fef[_0x10c1c2(0xe6)](_0x3ea070,0x5e))){if(_0x434fef[_0x10c1c2(0xf8)](_0x434fef[_0x10c1c2(0xcb)],_0x434fef[_0x10c1c2(0xcb)]))return logger['warn'](_0x434fef[_0x10c1c2(0x11a)]),![];else _0x3e8e38['warn'](_0x434fef[_0x10c1c2(0x12a)]),_0x539794[_0x10c1c2(0x106)]=![];}}}catch(_0x52aa49){_0x434fef[_0x10c1c2(0xb2)](_0x434fef[_0x10c1c2(0x14e)],_0x434fef[_0x10c1c2(0xe0)])?_0x213d36[_0x10c1c2(0xcd)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+_0x2a4757[_0x10c1c2(0x15c)](_0x41b57d)):logger[_0x10c1c2(0xcd)](_0x10c1c2(0x156)+util[_0x10c1c2(0x15c)](_0x52aa49));}return!![];},exports['processAccessibilityCaps']=(_0x35634c,_0x29acbe,_0x30b788)=>{const _0x27163f=a30_0x54a42e,_0x3fce06={'wRnDB':function(_0x235603){return _0x235603();},'BSYiX':'browserstack.accessibility','lffTj':function(_0x5c1004,_0x39fe1b){return _0x5c1004===_0x39fe1b;},'tznFq':'chrome','rTETT':_0x27163f(0xf9),'trUZc':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jzrRS':'latest','ZvaIU':function(_0x50b24f,_0x38374b){return _0x50b24f>_0x38374b;},'uKvgh':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','bNwdh':function(_0x2a78a8,_0x55efe3){return _0x2a78a8(_0x55efe3);},'wAfHw':_0x27163f(0x124),'jzyOQ':function(_0x1a6cf3,_0x3aa386){return _0x1a6cf3+_0x3aa386;}};try{if(_0x3fce06[_0x27163f(0x126)](isAccessibilityAutomationSession)){global[_0x27163f(0x106)]=!![];!_0x35634c[_0x3fce06[_0x27163f(0x129)]]&&(global['accessibilityPlatform']=![]);!(_0x3fce06['lffTj'](_0x35634c[_0x27163f(0x133)],_0x3fce06[_0x27163f(0x11c)])||_0x3fce06[_0x27163f(0x13a)](_0x35634c[_0x27163f(0x133)],_0x3fce06[_0x27163f(0x14b)]))&&(logger[_0x27163f(0xdc)](_0x3fce06['trUZc']),global[_0x27163f(0x106)]=![]);!(_0x3fce06[_0x27163f(0x13a)](_0x35634c[_0x27163f(0xe9)],_0x3fce06[_0x27163f(0xea)])||_0x3fce06[_0x27163f(0x15a)](_0x35634c['browser_version'],0x5e))&&(logger[_0x27163f(0xdc)](_0x3fce06[_0x27163f(0x121)]),global[_0x27163f(0x106)]=![]);!_0x3fce06[_0x27163f(0x120)](isUndefined,_0x35634c[_0x27163f(0x107)])&&(logger[_0x27163f(0xdc)](_0x3fce06['wAfHw']),global[_0x27163f(0x106)]=![]);if(!global[_0x27163f(0x106)]){_0x35634c[_0x3fce06[_0x27163f(0x129)]]=![];const _0xec4e39=_0x3fce06['jzyOQ'](_0x29acbe,_0x3fce06[_0x27163f(0x120)](encodeURIComponent,JSON['stringify'](_0x35634c)));_0x30b788&&(_0x30b788[_0x27163f(0x147)]['testInfo'][_0x27163f(0x142)][_0x27163f(0xcc)][_0x27163f(0xfa)][_0x27163f(0xc8)]=_0xec4e39);}}}catch(_0x253ebb){logger['debug'](_0x27163f(0x118)+util[_0x27163f(0x15c)](_0x253ebb));}};
1
+ const a30_0x3d679c=a30_0x1e7d;(function(_0x3b4985,_0xd22bf8){const _0x35df19=a30_0x1e7d,_0x512045=_0x3b4985();while(!![]){try{const _0x260d2c=-parseInt(_0x35df19(0xcd))/0x1*(-parseInt(_0x35df19(0xc1))/0x2)+parseInt(_0x35df19(0xbe))/0x3*(parseInt(_0x35df19(0x8f))/0x4)+-parseInt(_0x35df19(0xb6))/0x5*(parseInt(_0x35df19(0x9a))/0x6)+parseInt(_0x35df19(0xd0))/0x7*(parseInt(_0x35df19(0x9d))/0x8)+-parseInt(_0x35df19(0x76))/0x9*(-parseInt(_0x35df19(0xc0))/0xa)+parseInt(_0x35df19(0xb8))/0xb*(parseInt(_0x35df19(0x78))/0xc)+-parseInt(_0x35df19(0xa1))/0xd;if(_0x260d2c===_0xd22bf8)break;else _0x512045['push'](_0x512045['shift']());}catch(_0x31d827){_0x512045['push'](_0x512045['shift']());}}}(a30_0x583f,0xac5d0));const util=require(a30_0x3d679c(0x7f)),logger=require(a30_0x3d679c(0x9b))[a30_0x3d679c(0xda)],{isAccessibilityAutomationSession}=require(a30_0x3d679c(0x84)),{isUndefined}=require(a30_0x3d679c(0xd8)),scripts=require(a30_0x3d679c(0x9e));exports[a30_0x3d679c(0xbd)]=async(_0x42fbcb,_0x3be383,_0x49851d={})=>{const _0x44554f=a30_0x3d679c,_0x2d0ae4={};_0x2d0ae4[_0x44554f(0xc6)]=_0x44554f(0x91);const _0x15772a=_0x2d0ae4;return await _0x42fbcb[_0x44554f(0x83)](_0x44554f(0x99)+_0x3be383[_0x44554f(0xd6)](/arguments/g,_0x15772a[_0x44554f(0xc6)])+'\x0a\x20\x20\x20\x20})\x0a\x20\x20})('+JSON[_0x44554f(0xd7)](_0x49851d)+')');},exports[a30_0x3d679c(0xc4)]=async(_0x48719e,_0x596d4f,_0xfe2d0b={})=>{const _0x4f80e2=a30_0x3d679c,_0x1d56b7={};_0x1d56b7[_0x4f80e2(0x86)]=function(_0x28e335,_0x14d460){return _0x28e335===_0x14d460;},_0x1d56b7['oKyut']=_0x4f80e2(0xdc),_0x1d56b7[_0x4f80e2(0xbc)]=_0x4f80e2(0x74),_0x1d56b7[_0x4f80e2(0xb1)]='bstackSdkArgs';const _0x2346e7=_0x1d56b7;if(_0x2346e7[_0x4f80e2(0x86)](_0x48719e[_0x4f80e2(0xdb)][_0x4f80e2(0xb5)],_0x2346e7['oKyut']))return await _0x48719e['executeAsyncScript'](_0x596d4f,_0xfe2d0b);else{if(_0x2346e7[_0x4f80e2(0x86)](_0x48719e[_0x4f80e2(0xdb)][_0x4f80e2(0xb5)],_0x2346e7[_0x4f80e2(0xbc)]))return await _0x48719e[_0x4f80e2(0x9f)](_0x4f80e2(0xa2)+_0x596d4f[_0x4f80e2(0xd6)](/arguments/g,_0x2346e7[_0x4f80e2(0xb1)])+_0x4f80e2(0x88)+JSON['stringify'](_0xfe2d0b)+')');}},exports[a30_0x3d679c(0xb4)]=async _0x58feb2=>{const _0x4b16d0=a30_0x3d679c,_0x4d493d={};_0x4d493d[_0x4b16d0(0x93)]=_0x4b16d0(0xa9),_0x4d493d[_0x4b16d0(0xd3)]=_0x4b16d0(0xc3),_0x4d493d[_0x4b16d0(0x73)]=_0x4b16d0(0xc2),_0x4d493d[_0x4b16d0(0xce)]=_0x4b16d0(0x94),_0x4d493d[_0x4b16d0(0xb0)]='accessibilityOptions.authToken',_0x4d493d['bXasG']=_0x4b16d0(0xaa);const _0x1becae=_0x4d493d;_0x58feb2[_0x4b16d0(0x9c)]&&(_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0xa6)]&&(_0x58feb2[_0x1becae[_0x4b16d0(0x93)]]=_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0xa6)]),_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0x80)]&&(_0x58feb2[_0x1becae[_0x4b16d0(0xd3)]]=_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0x80)]),_0x58feb2[_0x4b16d0(0x9c)]['includeIssueType']&&(_0x58feb2[_0x1becae[_0x4b16d0(0x73)]]=_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0x98)]['bestPractice'],_0x58feb2[_0x1becae[_0x4b16d0(0xce)]]=_0x58feb2[_0x4b16d0(0x9c)][_0x4b16d0(0x98)][_0x4b16d0(0xcf)]));const _0x42b316=JSON[_0x4b16d0(0x82)](process[_0x4b16d0(0xca)][_0x4b16d0(0x85)])[_0x4b16d0(0xbb)];_0x58feb2[_0x1becae[_0x4b16d0(0xb0)]]=process[_0x4b16d0(0xca)][_0x4b16d0(0xba)],_0x58feb2[_0x1becae[_0x4b16d0(0x96)]]=_0x42b316,delete _0x58feb2[_0x4b16d0(0x9c)];},exports[a30_0x3d679c(0xb9)]=async _0x4cd719=>{const _0x29537e=a30_0x3d679c,_0x5c3032={};_0x5c3032[_0x29537e(0x79)]='No\x20accessibility\x20results\x20were\x20found.',_0x5c3032['GkTTu']=_0x29537e(0xdd);const _0x3fe7b6=_0x5c3032;if(global[_0x29537e(0xd4)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x4cd719,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x4cd719,scripts.getResults);return res;}catch{return logger['error'](_0x3fe7b6['WQjRE']),[];}else return logger[_0x29537e(0x97)](_0x3fe7b6[_0x29537e(0xa8)]),[];},exports[a30_0x3d679c(0x75)]=async(_0x3d08ba,_0x15312e='')=>{const _0x721e3b=a30_0x3d679c;if(global[_0x721e3b(0xd4)]){const _0x2fe0a2={};return _0x2fe0a2['method']=_0x15312e,await exports[_0x721e3b(0xbd)](_0x3d08ba,scripts[_0x721e3b(0x75)],_0x2fe0a2);}},exports[a30_0x3d679c(0xab)]=async _0x48f286=>{const _0x8700f3=a30_0x3d679c,_0x1703f5={};_0x1703f5['HyovO']='No\x20summaryResults\x20found.',_0x1703f5[_0x8700f3(0x8e)]=_0x8700f3(0x81);const _0xea5cec=_0x1703f5;if(global[_0x8700f3(0xd4)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x48f286,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x48f286,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x8700f3(0xa7)](_0xea5cec['HyovO']),{};}else return logger[_0x8700f3(0x97)](_0xea5cec['WoZiF']),{};},exports[a30_0x3d679c(0xc5)]=async _0x4ebd85=>{const _0x4f600d=a30_0x3d679c,_0x882323={'eKmlO':function(_0x3decaf,_0x2578ee){return _0x3decaf!==_0x2578ee;},'tZYDM':_0x4f600d(0x8d),'FwiBw':function(_0x16dc31,_0x2c9360){return _0x16dc31===_0x2c9360;},'lksiw':_0x4f600d(0x87),'YAxJO':function(_0x106b00,_0x6dcfa1){return _0x106b00===_0x6dcfa1;},'PfeSR':_0x4f600d(0x8a),'DhiHC':_0x4f600d(0xcb),'tISqo':function(_0x4681e9,_0x5f02ec){return _0x4681e9(_0x5f02ec);},'OiyJC':'latest','apdzj':function(_0x6f4457,_0x23ad3c){return _0x6f4457>_0x23ad3c;},'BUTgM':_0x4f600d(0xaf)};try{if(!_0x882323['eKmlO'](_0x4ebd85[_0x4f600d(0xc9)],''))return logger[_0x4f600d(0x97)](_0x882323[_0x4f600d(0x8c)]),![];const _0x5ed8fe=_0x4ebd85[_0x4f600d(0xa3)];if(!(_0x882323[_0x4f600d(0xd2)](_0x5ed8fe,_0x882323[_0x4f600d(0x7c)])||_0x882323[_0x4f600d(0xc7)](_0x5ed8fe,_0x882323['PfeSR'])))return logger[_0x4f600d(0x97)](_0x882323[_0x4f600d(0x92)]),![];const _0xd47398=_0x882323[_0x4f600d(0x7d)](parseInt,_0x4ebd85[_0x4f600d(0xad)]);if(!(_0x882323['FwiBw'](_0xd47398,_0x882323[_0x4f600d(0x77)])||_0x882323['apdzj'](_0xd47398,0x5e)))return logger[_0x4f600d(0x97)](_0x882323[_0x4f600d(0xa5)]),![];}catch(_0x932d13){logger[_0x4f600d(0xa7)](_0x4f600d(0xb7)+util[_0x4f600d(0x7b)](_0x932d13));}return!![];},exports[a30_0x3d679c(0xcc)]=(_0x272b0a,_0x5f511b,_0x41afe2)=>{const _0x50c4ce=a30_0x3d679c,_0x2b2de9={'OKgSQ':function(_0x38075d){return _0x38075d();},'DVXHo':_0x50c4ce(0xa0),'LpWuV':function(_0x3c9cda,_0x2c969a){return _0x3c9cda===_0x2c969a;},'VrXlk':_0x50c4ce(0x87),'Ovezh':'playwright-chromium','bNRny':_0x50c4ce(0xcb),'AerBj':function(_0x663ecf,_0x41c426){return _0x663ecf===_0x41c426;},'iAkYm':_0x50c4ce(0x95),'NUiGJ':function(_0x229017,_0x434e3b){return _0x229017>_0x434e3b;},'bZeNL':_0x50c4ce(0xaf),'yFtsK':function(_0x1bb854,_0x58ab26){return _0x1bb854(_0x58ab26);},'EwSoR':_0x50c4ce(0x8d),'TKEwb':function(_0x263ef3,_0x2d812d){return _0x263ef3+_0x2d812d;}};try{if(_0x2b2de9[_0x50c4ce(0x90)](isAccessibilityAutomationSession)){global[_0x50c4ce(0xd4)]=!![];!_0x272b0a[_0x2b2de9[_0x50c4ce(0xae)]]&&(global['accessibilityPlatform']=![]);!(_0x2b2de9[_0x50c4ce(0xd9)](_0x272b0a['browserName'],_0x2b2de9['VrXlk'])||_0x2b2de9['LpWuV'](_0x272b0a['browserName'],_0x2b2de9[_0x50c4ce(0xb3)]))&&(logger[_0x50c4ce(0x97)](_0x2b2de9[_0x50c4ce(0x7a)]),global[_0x50c4ce(0xd4)]=![]);!(_0x2b2de9[_0x50c4ce(0x89)](_0x272b0a[_0x50c4ce(0xad)],_0x2b2de9[_0x50c4ce(0xb2)])||_0x2b2de9[_0x50c4ce(0xbf)](_0x272b0a['browser_version'],0x5e))&&(logger['warn'](_0x2b2de9[_0x50c4ce(0xd5)]),global[_0x50c4ce(0xd4)]=![]);!_0x2b2de9[_0x50c4ce(0xd1)](isUndefined,_0x272b0a[_0x50c4ce(0xc9)])&&(logger[_0x50c4ce(0x97)](_0x2b2de9[_0x50c4ce(0x8b)]),global[_0x50c4ce(0xd4)]=![]);if(!global[_0x50c4ce(0xd4)]){_0x272b0a[_0x2b2de9['DVXHo']]=![];const _0x1a7a3f=_0x2b2de9['TKEwb'](_0x5f511b,_0x2b2de9['yFtsK'](encodeURIComponent,JSON[_0x50c4ce(0xd7)](_0x272b0a)));_0x41afe2&&(_0x41afe2[_0x50c4ce(0xa4)]['testInfo'][_0x50c4ce(0x72)][_0x50c4ce(0x7e)][_0x50c4ce(0xac)]['wsEndpoint']=_0x1a7a3f);}}}catch(_0xedecb2){logger[_0x50c4ce(0xa7)](_0x50c4ce(0xc8)+util['format'](_0xedecb2));}};function a30_0x1e7d(_0x1108a9,_0xa048b5){const _0x583f71=a30_0x583f();return a30_0x1e7d=function(_0x1e7d77,_0x85ccf1){_0x1e7d77=_0x1e7d77-0x72;let _0x232f3f=_0x583f71[_0x1e7d77];return _0x232f3f;},a30_0x1e7d(_0x1108a9,_0xa048b5);}function a30_0x583f(){const _0x197c94=['browser_version','DVXHo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ejyxC','yjEBw','iAkYm','Ovezh','setAccessibilityCapabilities','name','1181855QinhRl','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','198tpaoqS','getAccessibilityResults','BS_A11Y_JWT','scannerVersion','oZUwo','browserStackEvaluate','414ydgiCE','NUiGJ','79760ledfVS','18LlVOEK','accessibilityOptions.includeIssueType.bestPractice','accessibilityOptions.scannerProcessingTimeout','browserStackExecuteDriver','platformValidation','GuzzO','YAxJO','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','deviceName','env','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','processAccessibilityCaps','87387CzkQvS','gLRqP','needsReview','10248syOLWk','yFtsK','FwiBw','iLzOp','accessibilityPlatform','bZeNL','replace','stringify','../../helpers/helper','LpWuV','winstonLogger','constructor','WebDriver','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','project','knTwn','Playwright','performScan','1557WJCFDb','OiyJC','713508ALhyLx','WQjRE','bNRny','format','lksiw','tISqo','use','util','scannerProcessingTimeout','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','parse','evaluate','../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','vPUNo','chrome','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','AerBj','playwright-chromium','EwSoR','tZYDM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WoZiF','8276XOqOiy','OKgSQ','bstackSdkArgs','DhiHC','qsAte','accessibilityOptions.includeIssueType.needsReview','latest','bXasG','warn','includeIssueType','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','18JnBOnH','../../helpers/logger','accessibilityOptions','2104DfaLax','../../helpers/accessibility-automation/scripts','executeScript','browserstack.accessibility','32396442DkuDxe','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','browser','currentTest','BUTgM','wcagVersion','debug','GkTTu','accessibilityOptions.wcagVersion','accessibilityOptions.scannerVersion','getAccessibilityResultsSummary','connectOptions'];a30_0x583f=function(){return _0x197c94;};return a30_0x583f();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a31_0x335893=a31_0x4bb9;(function(_0x615572,_0x275336){const _0xdd2c06=a31_0x4bb9,_0x40eaab=_0x615572();while(!![]){try{const _0x4cd448=-parseInt(_0xdd2c06(0x1b4))/0x1*(-parseInt(_0xdd2c06(0x1a6))/0x2)+-parseInt(_0xdd2c06(0x1e7))/0x3*(parseInt(_0xdd2c06(0x1f1))/0x4)+-parseInt(_0xdd2c06(0x295))/0x5+-parseInt(_0xdd2c06(0x213))/0x6*(-parseInt(_0xdd2c06(0x1bb))/0x7)+parseInt(_0xdd2c06(0x1d8))/0x8+-parseInt(_0xdd2c06(0x2cf))/0x9+parseInt(_0xdd2c06(0x278))/0xa;if(_0x4cd448===_0x275336)break;else _0x40eaab['push'](_0x40eaab['shift']());}catch(_0x3cd31c){_0x40eaab['push'](_0x40eaab['shift']());}}}(a31_0x482e,0xf1218));const fs=require('fs'),path=require(a31_0x335893(0x232)),os=require('os'),{spawn}=require(a31_0x335893(0x27d)),{inspect,format}=require('util'),logger=require('../../helpers/logger')[a31_0x335893(0x309)],{default:BrowserStackSetup}=require(a31_0x335893(0x2b9)),helper=require('../../helpers/helper'),constants=require(a31_0x335893(0x1a9)),{FRAMEWORKS}=require(a31_0x335893(0x245)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a31_0x335893(0x2ec)),{CrashReporter,o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a31_0x335893(0x212)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a31_0x335893(0x1fe)),{setAccessibilityCapabilities}=require(a31_0x335893(0x30f)),SessionHandler=require(a31_0x335893(0x1f4));function a31_0x4bb9(_0x38901c,_0x33bb78){const _0x482e43=a31_0x482e();return a31_0x4bb9=function(_0x4bb920,_0x4d9817){_0x4bb920=_0x4bb920-0x19b;let _0x320b74=_0x482e43[_0x4bb920];return _0x320b74;},a31_0x4bb9(_0x38901c,_0x33bb78);}function a31_0x482e(){const _0x45b131=['tGAHc','IMsku','./globalSetup.js','TSDEj','tlasr','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','BROWSERSTACK_SETUP_CONFIG_PATH','bajRV','zoZMy','unlinkSync','aGktI','sOAPd','BKNOc','ybBsk','yIyKm','kZjlN','BROWSERSTACK_RERUN','slice','CpfFg','stringify','globalSetup','aTteU','gFzlR','fUTBN','XBXqL','pkvJx','vUrVi','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','path','eBuQS','rYykQ','lTsSN','jvNsi','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright:\x20','OcVpZ','initialize','CGGJW','jPfSB','FyCQm','Pxnbh','PwJbn','yCBSu','oWmyb','filterBrowserstackConfig','includes','yzPDe','isUndefined','../../helpers/test-observability/constants','lElFe','wLTSY','UvWWe','Fytlu','qyyqX','zzIjF','zsoFX','YOlkk','aGPlm','irjGR','eukXp','IttKu','map','--disable-test-observability','testMatch','rohIU','IMtgb','.browserstack','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','iKVwc','aBdXp','error','has','lFKHR','win32','xKpnx','HHfSh','--config','playwright','qagik','gvced','getConfigPath','bMFSq','--config=','ReLlj','YSHYV','kFXep','BrowserStack\x20config\x20file\x20not\x20found.','OhyMf','KlLgd','project','bdPBV','XhbMT','test','EuhNS','ndRGu','parse','dJsuD','PLyAk','IByqo','25077710Vatbeo','HdJUv','testIgnore','nNFEA','Ueowe','child_process','getProxyUrl','olyih','xeNwn','EdqtX','ImaRU','EbAkS','DzLQT','rrRqC','argv','BROWSERSTACK_TEST_OBSERVABILITY','ntGSe','null','iDMcN','resolve','SHvfV','OtZMN','platforms','iirot','1|2|3|4|0','pUDIc','dvTJH','SrJuN','MDnpF','9633970mclttr','MPJOo','CwMlb','Playwright\x20process\x20exited\x20with\x20code\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','KvRBu','BROWSERSTACK_PW_CONFIG_DIR','exitCode','kjiqB','--grep','errorMessage','qOSlT','KPEkC','zNODJ','startsWith','readFileSync','KApSx','tyMuC','splice','clEhk','kSdFB','ltAPe','collectFilesForProject','Deleting\x20','pIAQP','mmaxh','YZLQM','iXGnq','CUhxk','AwyPZ','isFalse','reporter','FMNJU','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','Error\x20in\x20getting\x20funnel\x20data\x20results','IZpwQ','../../helpers/BrowserStackSetup','ZmPHJ','Kxbma','DaLdI','jChhn','RSJIX','SlEjl','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a','JnBCF','homedir','pTwBS','sgrfi','Nhvxf','QygOM','DbqkX','PACKAGE_TYPE','GWqpY','accessibilityOptions','xafNf','bskbk','UUZKS','MODULE','10028961TYyasZ','BqYLp','config','Prxeo','UHBmY','bsdAE','testContextOptions','RkNQi','uuMOz','yKvPG','env','length','pBgWX','TAnqJ','ytZjq','testObservability','MFLvL','yMPIn','kGzyD','dCNNx','YZPes','Error\x20in\x20closing\x20playwright','inherit','RWkuK','wIjFg','UOtRN','IzoQY','PJyKT','@playwright/test','./reporter/pwUtils','ucgur','zbPOR','wZcZF','xGnYi','xzQlX','mahrk','sEOSk','writeFileSync','fbUdt','spvCR','TtoeV','dQBpx','AaRbq','JHalm','playwright-browserstack-sdk.config.cjs','uBgHE','NFXnP','iszoi','jGNYi','requirePWModule','jxBrH','split','xmkHB','Gjfau','isTrue','platform','xDEio','DCegJ','winstonLogger','pw_result.json','VNuym','DJdYa','Zsygr','mAPKs','./accessibility-helper','olFco','join','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','lkRii','aOOhq','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','baHyO','yauBO','debug','lVbrs','aABwE','automation','bcdtk','VKgci','rxdvN','ahDog','PLAYWRIGHT','opsSA','amXMk','YVOga','getPackageType','./reporter/reporter.js','PKUNx','262zeTBNo','default','OVWZf','../utils/constants','wSPPD','paths','assign','AzUBd','fayNW','info','BROWSERSTACK_RERUN_TESTS','JQGpM','OLytu','XbzbE','7707KgMyCO','jhirl','fEljv','FftNB','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','eAHPd','dirname','1406083TghyKj','wmPIr','AwNza','GJCiz','vSZBA','existsSync','jpilI','HyaVk','OAvlc','ggpuq','accessibility','false','ZlIak','BROWSERSTACK_AUTOMATION','haPlk','eUUHs','vOdsd','QggDE','iBmaJ','vQmbl','HBrfC','findIndex','close','fAHWh','NQrPM','XJNRI','uPxzM','trim','BAwxd','6164008EnQiTz','JgUWH','KXrrM','dTZTQ','EVGTB','browserstackSetupConfig.json','Ppudj','TqBVq','VAGPv','iyTze','apply','KWdhF','get','--disable-browserstack-automation','EYshq','247812pThqrm','evYSJ','DbzSw','CmITk','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','PAdUn','dyIkT','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','bdZyb','ClQIw','32uyaNOO','MPFSE','testDir','../../helpers/test-observability/sessionHandler','KlTtd','oGCgO','cwd','object','BS_A11Y_TEST_RUN_ID','HztBP','JIHWf','sSJiF','gGprM','../../helpers/accessibility-automation/helper','sVmyP','ocCfP','xXWZo','xEPKU','push','MkAEz','KoTIC','mZLUW','filter','clearTempPWConfig','bZoHL','string','USER_CONFIG_DETAILS_PATH','cliConfig','CKBkd','dyQBY','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','npx','iJwVX','../../helpers/test-observability/utils','12pEuYPQ','zGjfc','ylASI'];a31_0x482e=function(){return _0x45b131;};return a31_0x482e();}async function requireOrImportDefaultObject(_0x442077){const _0x5b8ad7=a31_0x335893,_0x16da56={'lElFe':_0x5b8ad7(0x2fb),'pkvJx':function(_0x5078c0){return _0x5078c0();},'iUBVo':function(_0x200cda,_0x1bfa66){return _0x200cda(_0x1bfa66);},'zbPOR':function(_0x22cd06,_0x5c7812){return _0x22cd06===_0x5c7812;},'aUTPI':_0x5b8ad7(0x1f8),'xzQlX':function(_0x3f9ff4,_0x3edff5){return _0x3f9ff4 in _0x3edff5;},'JgUWH':_0x5b8ad7(0x1a7),'xXWZo':_0x5b8ad7(0x206)},{requireOrImport:_0x1e8bdf}=helper[_0x5b8ad7(0x300)][_0x5b8ad7(0x1e2)](null,_0x16da56[_0x5b8ad7(0x22f)](getTransformPath));let _0x5da43f=await _0x16da56['iUBVo'](_0x1e8bdf,_0x442077);return _0x5da43f&&_0x16da56[_0x5b8ad7(0x2ee)](typeof _0x5da43f,_0x16da56['aUTPI'])&&_0x16da56[_0x5b8ad7(0x2f1)](_0x16da56[_0x5b8ad7(0x1d9)],_0x5da43f)&&(_0x16da56[_0x5b8ad7(0x2ee)](_0x16da56[_0x5b8ad7(0x201)],_0x16da56[_0x5b8ad7(0x201)])?_0x5da43f=_0x5da43f[_0x16da56[_0x5b8ad7(0x1d9)]]:_0x4c802d=_0x16da56[_0x5b8ad7(0x246)]),_0x5da43f;}const getUserPlaywrightConfig=async(_0x5603c5,_0x5015c5)=>{const _0x3c8620=a31_0x335893,_0x210d09={'yIyKm':function(_0x532fbb,_0x2008af){return _0x532fbb+_0x2008af;},'fAHWh':_0x3c8620(0x2e4),'olFco':_0x3c8620(0x22a),'SMIjY':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','HxGbw':function(_0x43e466,_0x4cada3){return _0x43e466>_0x4cada3;},'bskbk':function(_0x4b9aec,_0x2d6846){return _0x4b9aec===_0x2d6846;},'RSJIX':function(_0x35d7de,_0x1248d2){return _0x35d7de(_0x1248d2);},'yCBSu':_0x3c8620(0x2b4),'NQrPM':function(_0x53e1ee){return _0x53e1ee();},'MDnpF':function(_0x13660d,_0x411080){return _0x13660d(_0x411080);},'eBuQS':function(_0x519fc6,_0x137d74){return _0x519fc6!==_0x137d74;},'trgxU':_0x3c8620(0x2bd),'VAwsy':_0x3c8620(0x2a1),'JNhNa':function(_0x54fa5b,_0x2cbfab){return _0x54fa5b!==_0x2cbfab;},'YSHYV':'peEgl','ZmPHJ':function(_0x406977,_0x14fd24){return _0x406977!==_0x14fd24;},'pUDIc':_0x3c8620(0x1a5),'qYLaU':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','EuhNS':function(_0x1c796a,_0x3ca764){return _0x1c796a===_0x3ca764;},'kqgBS':_0x3c8620(0x225),'qVixq':_0x3c8620(0x1c2),'vUrVi':_0x3c8620(0x1b8),'gFzlR':_0x3c8620(0x2c7),'iKVwc':_0x3c8620(0x267)},_0x37eaf6=!helper[_0x3c8620(0x244)](_0x5603c5[_0x3c8620(0x2d1)]),_0x22ea16=_0x37eaf6?path[_0x3c8620(0x28b)](process[_0x3c8620(0x1f7)](),_0x5603c5[_0x3c8620(0x2d1)]):process[_0x3c8620(0x1f7)](),{resolveConfigFile:_0x14246e}=helper['requirePWModule'][_0x3c8620(0x1e2)](null,_0x210d09[_0x3c8620(0x1d3)](getConfigLoaderPath)),_0x1b5f66=_0x210d09[_0x3c8620(0x294)](_0x14246e,_0x22ea16);let _0xf7ed3a={};if(_0x1b5f66){if(_0x210d09[_0x3c8620(0x233)](_0x210d09['trgxU'],_0x210d09['VAwsy'])){logger[_0x3c8620(0x1af)]('Getting\x20your\x20playwright\x20config\x20from\x20'+_0x1b5f66);try{_0x210d09['JNhNa'](_0x210d09[_0x3c8620(0x269)],_0x210d09[_0x3c8620(0x269)])?_0x12eafc[_0x3c8620(0x318)](_0x210d09[_0x3c8620(0x224)](_0x210d09[_0x3c8620(0x1d2)],_0x23f7ff)):_0xf7ed3a=await _0x210d09[_0x3c8620(0x2be)](requireOrImportDefaultObject,_0x1b5f66);}catch(_0x8db1fd){if(_0x210d09[_0x3c8620(0x2ba)](_0x210d09[_0x3c8620(0x291)],_0x210d09['pUDIc'])){let _0x37a6fa;const _0x470e87=_0x4b469d[_0x3c8620(0x28b)](_0x2c69e5,_0x222dc9[_0x210d09['olFco']]);if(_0x5ea3f8[_0x3c8620(0x1c0)](_0x470e87))_0x37a6fa=_0x470e87;else{const _0x181f24={};_0x181f24[_0x3c8620(0x1ab)]=[_0x1b49e6],_0x37a6fa=_0x2fbcc1['resolve'](_0x15298a[_0x210d09[_0x3c8620(0x310)]],_0x181f24);}if(!_0x37a6fa)throw new _0x4a238e(_0x210d09['SMIjY']);_0x3876f2['env'][_0x3c8620(0x1ee)]=_0x37a6fa;}else return logger[_0x3c8620(0x25b)](_0x210d09['qYLaU'],_0x8db1fd),null;}}else{if(!_0x52aa01||_0x210d09['HxGbw'](_0x21c783[_0x3c8620(0x2da)],0x1)&&_0x210d09[_0x3c8620(0x2cc)](_0x245a51[0x0],null))return _0x37e0d1['env'][_0x3c8620(0x287)]=![],![];return!![];}}else{if(_0x210d09[_0x3c8620(0x272)](_0x210d09['kqgBS'],_0x210d09['qVixq'])){const _0x35c7ec={'frameworkName':_0x1947e5[_0x3c8620(0x19f)],'frameworkVersion':_0x210d09[_0x3c8620(0x2be)](_0x54bb73,_0x16bbe1['PLAYWRIGHT'])};_0x50d6a7['initialize'](_0x35c7ec,_0x102ffd,_0x2d61a4);}else logger[_0x3c8620(0x1af)](_0x210d09[_0x3c8620(0x230)]);}if(_0x37eaf6){if(_0x210d09[_0x3c8620(0x2cc)](_0x210d09['gFzlR'],_0x210d09[_0x3c8620(0x22c)])){const _0x44c3fc=_0x5015c5[_0x3c8620(0x1d0)](_0x109c25=>_0x109c25==='--config'||_0x109c25==='-c'||_0x109c25['startsWith'](_0x3c8620(0x267)));_0x5015c5[_0x3c8620(0x2a7)](_0x44c3fc,_0x5015c5[_0x44c3fc][_0x3c8620(0x2a3)](_0x210d09[_0x3c8620(0x259)])?0x1:0x2);}else _0x1b0f7b[_0x210d09[_0x3c8620(0x23f)]]['push'](_0x1689f8);}const _0x1895da={};return _0x1895da[_0x3c8620(0x232)]=_0x1b5f66,_0x1895da[_0x3c8620(0x2d1)]=_0xf7ed3a,_0x1895da;},setGlobalSetup=(_0x1d180e,_0x5e076a)=>{const _0x2ade52=a31_0x335893,_0x12fa46={'lTsSN':function(_0x439835,_0x36ccbe,_0x27d0e1,_0x1b5417){return _0x439835(_0x36ccbe,_0x27d0e1,_0x1b5417);},'xeNwn':_0x2ade52(0x210),'xmkHB':_0x2ade52(0x262),'haPlk':function(_0x26a30c,_0x381439){return _0x26a30c===_0x381439;},'MPJOo':_0x2ade52(0x25e),'zsoFX':'inherit','aBdXp':function(_0x23d6b4,_0x222e1a){return _0x23d6b4(_0x222e1a);},'FftNB':'globalSetup','uPxzM':'testMatch','jhirl':function(_0x4c7b23,_0x291d2a){return _0x4c7b23!==_0x291d2a;},'TAnqJ':_0x2ade52(0x1e9),'xKpnx':_0x2ade52(0x219),'SXleJ':_0x2ade52(0x2af),'CmITk':_0x2ade52(0x19c),'VNCXB':function(_0x5d1a53,_0x1295f5){return _0x5d1a53!==_0x1295f5;},'PJyKT':'pOHmx','kFXep':function(_0x4ef36,_0x596d02){return _0x4ef36===_0x596d02;},'VAGPv':'dHGlG','CGGJW':'xxALL','OcjSt':function(_0x1feaa7,_0x37c82e){return _0x1feaa7!==_0x37c82e;},'VNuym':_0x2ade52(0x30d),'UUZKS':_0x2ade52(0x2bc),'QggDE':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','EbAkS':function(_0x51ca71,_0x5bd712){return _0x51ca71!==_0x5bd712;},'NFXnP':_0x2ade52(0x2a2),'OVWZf':function(_0x1ae754,_0x413460){return _0x1ae754+_0x413460;},'mAPKs':_0x2ade52(0x258),'bMFSq':_0x2ade52(0x218)};if(!_0x1d180e){if(_0x12fa46[_0x2ade52(0x1b5)](_0x12fa46[_0x2ade52(0x2dc)],_0x12fa46[_0x2ade52(0x25f)]))return![];else _0x12fa46[_0x2ade52(0x235)](_0x53cb66,_0x12fa46[_0x2ade52(0x280)],[_0x12fa46[_0x2ade52(0x303)],..._0x17bb3c[_0x2ade52(0x227)](0x1)],{'shell':_0x12fa46[_0x2ade52(0x1c9)](_0x113c01[_0x2ade52(0x306)],_0x12fa46[_0x2ade52(0x296)]),'stdio':_0x12fa46[_0x2ade52(0x24c)],'cwd':_0x45f4fc[_0x2ade52(0x1f7)]()});}try{if(_0x12fa46[_0x2ade52(0x1c9)](_0x12fa46['SXleJ'],_0x12fa46[_0x2ade52(0x1ea)])){_0x12fa46[_0x2ade52(0x25a)](_0x2ef658,_0x7b01d0);return;}else{if(_0x1d180e[_0x2ade52(0x22a)]){if(_0x12fa46['VNCXB'](_0x12fa46[_0x2ade52(0x2ea)],_0x12fa46['PJyKT'])){const _0x207c3a={};_0x207c3a[_0x2ade52(0x1ab)]=[_0x3187fb],_0x46701c=_0x2797d6[_0x2ade52(0x28b)](_0x3c458b[_0x12fa46['FftNB']],_0x207c3a);}else{let _0x67f584;const _0x2f51a1=path[_0x2ade52(0x28b)](_0x5e076a,_0x1d180e[_0x12fa46[_0x2ade52(0x1b7)]]);if(fs[_0x2ade52(0x1c0)](_0x2f51a1)){if(_0x12fa46[_0x2ade52(0x26a)](_0x12fa46['VAGPv'],_0x12fa46[_0x2ade52(0x1e0)]))_0x67f584=_0x2f51a1;else{_0x12fa46['aBdXp'](_0x2da94d,_0x4d4f74);return;}}else{if(_0x12fa46[_0x2ade52(0x1c9)](_0x12fa46[_0x2ade52(0x23a)],_0x12fa46[_0x2ade52(0x23a)])){const _0x2c25c8={};_0x2c25c8['paths']=[_0x5e076a],_0x67f584=require[_0x2ade52(0x28b)](_0x1d180e[_0x12fa46['FftNB']],_0x2c25c8);}else _0x368018[_0x2ade52(0x2d9)][_0x2ade52(0x1c8)]=![];}if(!_0x67f584){if(_0x12fa46['OcjSt'](_0x12fa46[_0x2ade52(0x30b)],_0x12fa46[_0x2ade52(0x2cd)]))throw new Error(_0x12fa46[_0x2ade52(0x1cc)]);else _0x79b50b['project'][_0x12fa46[_0x2ade52(0x1d5)]]=_0xeee5a7[_0x12fa46[_0x2ade52(0x1d5)]];}process['env'][_0x2ade52(0x1ee)]=_0x67f584;}}}}catch(_0x54a37f){if(_0x12fa46[_0x2ade52(0x283)](_0x12fa46['NFXnP'],_0x12fa46[_0x2ade52(0x2fd)]))return!![];else logger[_0x2ade52(0x25b)](_0x12fa46[_0x2ade52(0x1a8)](_0x12fa46[_0x2ade52(0x30e)],_0x12fa46[_0x2ade52(0x25a)](format,_0x54a37f)));}return _0x1d180e['globalSetup']=require[_0x2ade52(0x28b)](_0x12fa46[_0x2ade52(0x266)]),!![];},addReporter=_0x4505f8=>{const _0xfc3a88=a31_0x335893,_0x784365={'aGktI':_0xfc3a88(0x257),'bdZyb':_0xfc3a88(0x30a),'dyIkT':_0xfc3a88(0x21b),'dCNNx':function(_0x152d9b,_0x1680e2){return _0x152d9b+_0x1680e2;},'wmPIr':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','MPFSE':function(_0x110351,_0x43dfa2){return _0x110351(_0x43dfa2);},'fayNW':'./reporter/reporter.js','KlLgd':_0xfc3a88(0x2b4),'baHyO':function(_0x46c367,_0xdf2df5){return _0x46c367===_0xdf2df5;},'GJCiz':_0xfc3a88(0x247),'AwNza':_0xfc3a88(0x1fd),'gEWsG':function(_0x4f2a9f,_0xfd1e8e){return _0x4f2a9f===_0xfd1e8e;},'jPfSB':'string','uBgHE':_0xfc3a88(0x228),'IzoQY':_0xfc3a88(0x263),'ylASI':'object','vQmbl':_0xfc3a88(0x2a5),'PLyAk':_0xfc3a88(0x21a)},_0x3018b7=path[_0xfc3a88(0x311)](__dirname,_0x784365[_0xfc3a88(0x1ae)]),_0x1aa060=[_0x3018b7];if(helper['isUndefined'](_0x4505f8[_0x784365[_0xfc3a88(0x26d)]])){if(_0x784365['baHyO'](_0x784365[_0xfc3a88(0x1be)],_0x784365[_0xfc3a88(0x1bd)])){const _0x54d359=_0x3f21cf[_0xfc3a88(0x311)](_0x9f26e9[_0xfc3a88(0x2c2)](),_0x784365[_0xfc3a88(0x220)],_0x784365[_0xfc3a88(0x1ef)]);if(_0xaa301e['existsSync'](_0x54d359)){let _0x291381=_0x2b4130[_0xfc3a88(0x2a4)](_0x54d359);_0x291381=_0x55e932['parse'](_0x291381),_0x31a2d5[_0xfc3a88(0x29f)]=_0x291381,_0x346a83[_0xfc3a88(0x21f)](_0x54d359);}}else _0x4505f8[_0x784365[_0xfc3a88(0x26d)]]=[_0x1aa060];}else{if(_0x784365['gEWsG'](typeof _0x4505f8[_0x784365['KlLgd']],_0x784365[_0xfc3a88(0x23b)])){if(_0x784365[_0xfc3a88(0x316)](_0x784365[_0xfc3a88(0x2fc)],_0x784365[_0xfc3a88(0x2e9)]))return _0x39f3a3[_0xfc3a88(0x25b)](_0x784365[_0xfc3a88(0x1ed)],_0x1a0511),null;else _0x4505f8[_0x784365[_0xfc3a88(0x26d)]]=[[_0x4505f8[_0x784365[_0xfc3a88(0x26d)]]],_0x1aa060];}else _0x784365[_0xfc3a88(0x316)](typeof _0x4505f8[_0x784365[_0xfc3a88(0x26d)]],_0x784365[_0xfc3a88(0x215)])&&(_0x784365[_0xfc3a88(0x316)](_0x784365[_0xfc3a88(0x1ce)],_0x784365[_0xfc3a88(0x276)])?_0x310ebc[_0xfc3a88(0x25b)](_0x784365[_0xfc3a88(0x2e2)](_0x784365[_0xfc3a88(0x1bc)],_0x784365[_0xfc3a88(0x1f2)](_0x3abfdf,_0x63efa0))):_0x4505f8[_0x784365[_0xfc3a88(0x26d)]][_0xfc3a88(0x203)](_0x1aa060));}},handleO11yRerun=_0xca11d9=>{const _0xcee7b8=a31_0x335893,_0x11af59={};_0x11af59[_0xcee7b8(0x301)]=_0xcee7b8(0x1a7),_0x11af59[_0xcee7b8(0x19b)]=function(_0x7ce16e,_0x4d1bbd){return _0x7ce16e+_0x4d1bbd;},_0x11af59[_0xcee7b8(0x1ad)]=_0xcee7b8(0x2b7),_0x11af59[_0xcee7b8(0x221)]=function(_0x1f8f02,_0x181475){return _0x1f8f02!==_0x181475;},_0x11af59[_0xcee7b8(0x1d7)]=_0xcee7b8(0x2f9),_0x11af59[_0xcee7b8(0x1c4)]=function(_0x266863,_0x10af2a){return _0x266863!==_0x10af2a;},_0x11af59[_0xcee7b8(0x2f2)]=_0xcee7b8(0x29d),_0x11af59[_0xcee7b8(0x19d)]='null',_0x11af59[_0xcee7b8(0x20e)]=function(_0x28f4e5,_0x4ae7da){return _0x28f4e5!==_0x4ae7da;},_0x11af59[_0xcee7b8(0x1f5)]=_0xcee7b8(0x24b),_0x11af59['EKIny']='--grep';const _0x196e13=_0x11af59,_0x5d9d24=helper['isTrue'](process[_0xcee7b8(0x2d9)][_0xcee7b8(0x226)]);if(_0x5d9d24){if(_0x196e13['ggpuq'](_0x196e13['mahrk'],_0x196e13['mahrk']))_0x3e3745=_0x5ab477[_0x196e13[_0xcee7b8(0x301)]];else{const _0x35489f=process[_0xcee7b8(0x2d9)]['BROWSERSTACK_RERUN_TESTS'],_0x2086f4=[];if(_0x196e13[_0xcee7b8(0x1c4)](_0x35489f,_0x196e13[_0xcee7b8(0x19d)])&&!helper['isUndefined'](_0x35489f)){if(_0x196e13['dyQBY'](_0x196e13[_0xcee7b8(0x1f5)],_0x196e13[_0xcee7b8(0x1f5)]))return _0x9e44dd[_0xcee7b8(0x2d9)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];else{_0x35489f[_0xcee7b8(0x302)](',')[_0xcee7b8(0x252)](_0x19abeb=>{const _0x186813=_0xcee7b8;_0x196e13[_0x186813(0x221)](_0x196e13[_0x186813(0x1d7)],_0x196e13[_0x186813(0x1d7)])?_0x1620fc[_0x186813(0x318)](_0x196e13[_0x186813(0x19b)](_0x196e13[_0x186813(0x1ad)],_0x33c11a)):_0x2086f4['push']('('+_0x19abeb['trim']()+')');});const _0x1ca61a='^'+_0x2086f4[_0xcee7b8(0x311)]('|')+'$';_0xca11d9[_0xcee7b8(0x203)](_0x196e13['EKIny'],_0x1ca61a);}}}}},spawnOriginalProcess=_0x14c07c=>{const _0x76c5e6=a31_0x335893,_0x2c329f={'ZFoNC':function(_0x48b57b,_0x4346ce,_0x1b1cb2,_0x534c19){return _0x48b57b(_0x4346ce,_0x1b1cb2,_0x534c19);},'xafNf':'npx','dQBpx':_0x76c5e6(0x262),'olyih':function(_0x1d310d,_0x258ce4){return _0x1d310d===_0x258ce4;},'EYshq':'win32','MFLvL':_0x76c5e6(0x2e5)};_0x2c329f['ZFoNC'](spawn,_0x2c329f[_0x76c5e6(0x2cb)],[_0x2c329f[_0x76c5e6(0x2f8)],..._0x14c07c['slice'](0x1)],{'shell':_0x2c329f[_0x76c5e6(0x27f)](process['platform'],_0x2c329f[_0x76c5e6(0x1e6)]),'stdio':_0x2c329f[_0x76c5e6(0x2df)],'cwd':process[_0x76c5e6(0x1f7)]()});},isTestCommand=(_0x1f0eb5,_0x2ce6f7)=>{const _0xa9ab14=a31_0x335893,_0x4c70da={};_0x4c70da[_0xa9ab14(0x1b9)]=_0xa9ab14(0x2b6),_0x4c70da[_0xa9ab14(0x270)]=function(_0x104df0,_0x5733d5){return _0x104df0>_0x5733d5;},_0x4c70da[_0xa9ab14(0x288)]=function(_0x4104db,_0x54eb06){return _0x4104db===_0x54eb06;},_0x4c70da[_0xa9ab14(0x27c)]=_0xa9ab14(0x271),_0x4c70da[_0xa9ab14(0x2c3)]='OMxhT',_0x4c70da['YZPes']='nCncU';const _0x5285b2=_0x4c70da;if(_0x5285b2['XhbMT'](_0x2ce6f7[_0xa9ab14(0x2da)],0x1)&&_0x5285b2[_0xa9ab14(0x288)](_0x2ce6f7[0x1],_0x5285b2[_0xa9ab14(0x27c)])){if(_0x5285b2[_0xa9ab14(0x288)](_0x5285b2['pTwBS'],_0x5285b2[_0xa9ab14(0x2e3)]))throw new _0x371aec(_0x5285b2[_0xa9ab14(0x1b9)]);else return!![];}return![];},initO11yCrashReporter=(_0x39b784,_0x3b3f5f)=>{const _0x413b8c=a31_0x335893,_0x88e23f={'AwyPZ':function(_0x40887d,_0x471984){return _0x40887d(_0x471984);}},_0x15097b={'frameworkName':FRAMEWORKS[_0x413b8c(0x19f)],'frameworkVersion':_0x88e23f[_0x413b8c(0x2b2)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0x413b8c(0x239)](_0x15097b,_0x39b784,_0x3b3f5f);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x44eaca){const _0x15e6f8=a31_0x335893,_0x53fa19={'aOOhq':function(_0x352b36,_0x151b1c){return _0x352b36+_0x151b1c;},'UOtRN':_0x15e6f8(0x237),'EdqtX':function(_0x2d07b2,_0x5846ae){return _0x2d07b2(_0x5846ae);},'XBXqL':function(_0x3c98fd,_0x317530){return _0x3c98fd>_0x317530;},'WIwMb':function(_0x34f8f2,_0xec6772){return _0x34f8f2===_0xec6772;},'rohIU':function(_0x3340b3,_0x3764ea){return _0x3340b3!==_0x3764ea;},'BKNOc':'hUsne','DCegJ':'yetzT'};if(!_0x44eaca||_0x53fa19[_0x15e6f8(0x22e)](_0x44eaca[_0x15e6f8(0x2da)],0x1)&&_0x53fa19['WIwMb'](_0x44eaca[0x0],null)){if(_0x53fa19[_0x15e6f8(0x255)](_0x53fa19[_0x15e6f8(0x222)],_0x53fa19[_0x15e6f8(0x308)]))return process[_0x15e6f8(0x2d9)][_0x15e6f8(0x287)]=![],![];else _0x222fcf['debug'](_0x53fa19[_0x15e6f8(0x314)](_0x53fa19[_0x15e6f8(0x2e8)],_0x53fa19[_0x15e6f8(0x281)](_0x122b37,_0x41e899)));}return!![];});async function run(_0x59a4b4,_0x31c95d){const _0x1916d4=a31_0x335893,_0xcfded2={'bdPBV':'testIgnore','ReLlj':_0x1916d4(0x31b),'iBmaJ':function(_0x6334b8,_0x27ece7){return _0x6334b8(_0x27ece7);},'LWBMv':_0x1916d4(0x257),'dJsuD':_0x1916d4(0x30a),'ytZjq':'playwright-browserstack-sdk.config.js','nhoUW':_0x1916d4(0x267),'sSJiF':_0x1916d4(0x1c6),'jGNYi':_0x1916d4(0x2b4),'eukXp':_0x1916d4(0x1f3),'cbavm':_0x1916d4(0x1a4),'iXGnq':function(_0x5dfa02,_0x1360a6){return _0x5dfa02===_0x1360a6;},'IZpwQ':_0x1916d4(0x20a),'lVbrs':_0x1916d4(0x1f8),'tGAHc':function(_0x1acb06,_0x4cb22d){return _0x1acb06!==_0x4cb22d;},'spvCR':_0x1916d4(0x289),'HHfSh':_0x1916d4(0x29e),'bsdAE':function(_0x9db825,_0x4a46b6){return _0x9db825+_0x4a46b6;},'uuMOz':'Error\x20in\x20getting\x20funnel\x20data\x20results','oWmyb':'Error\x20in\x20deleting\x20playwright\x20results','pBgWX':_0x1916d4(0x26b),'fUTBN':function(_0x4994d7,_0x1e3e43){return _0x4994d7+_0x1e3e43;},'xDEio':function(_0x3f19b1,_0x5b607f){return _0x3f19b1>_0x5b607f;},'KvRBu':'test','yauBO':_0x1916d4(0x1b8),'FyCQm':_0x1916d4(0x1d4),'vOdsd':'tOLqE','ybBsk':function(_0x3ec89c,_0x2676e4){return _0x3ec89c!==_0x2676e4;},'BqYLp':_0x1916d4(0x1a0),'Fytlu':function(_0x57c31b,_0x12993c){return _0x57c31b===_0x12993c;},'eUUHs':_0x1916d4(0x284),'Gjfau':'iITrl','YVOga':function(_0x519c8b,_0x300399){return _0x519c8b+_0x300399;},'jvNsi':'6|4|0|1|7|2|3|5|8','rrRqC':function(_0x39715c){return _0x39715c();},'qyyqX':_0x1916d4(0x2e4),'amXMk':function(_0x247056,_0x534ef9){return _0x247056!==_0x534ef9;},'wSPPD':_0x1916d4(0x25d),'CUhxk':_0x1916d4(0x2bb),'pIAQP':_0x1916d4(0x1e5),'LoHYq':function(_0x5afbc2,_0x53bc51){return _0x5afbc2!==_0x53bc51;},'IMtgb':_0x1916d4(0x30c),'bZoHL':_0x1916d4(0x253),'FZPuZ':function(_0x421316,_0x4b22d8){return _0x421316>=_0x4b22d8;},'aGPlm':_0x1916d4(0x1b2),'JnBCF':function(_0x4196c7,_0x3163a3){return _0x4196c7!==_0x3163a3;},'RkNQi':_0x1916d4(0x1f0),'gZwnZ':function(_0x2a6b62,_0x4ceba6){return _0x2a6b62!==_0x4ceba6;},'jpilI':_0x1916d4(0x313),'FMNJU':function(_0x32c3aa,_0xf1da49){return _0x32c3aa!==_0xf1da49;},'CKBkd':_0x1916d4(0x251),'SrJuN':function(_0x30af93,_0x52c523){return _0x30af93+_0x52c523;},'MkAEz':function(_0x2c26dd,_0x2dfb47,_0x480893){return _0x2c26dd(_0x2dfb47,_0x480893);},'Ppudj':function(_0x1cf72a,_0x519ccc){return _0x1cf72a!==_0x519ccc;},'IByqo':_0x1916d4(0x2d8),'RWkuK':function(_0x12604b,_0x487d8d){return _0x12604b(_0x487d8d);},'kGzyD':_0x1916d4(0x23d),'IMsku':_0x1916d4(0x23e),'kSdFB':'bQkll','yMPIn':function(_0x155d7a,_0x4008b0){return _0x155d7a!=_0x4008b0;},'iszoi':function(_0x205c09,_0x4a859b){return _0x205c09===_0x4a859b;},'PrNOA':_0x1916d4(0x1bf),'ImaRU':_0x1916d4(0x202),'vCqWX':_0x1916d4(0x1db),'nFtMe':_0x1916d4(0x1cf),'tyMuC':_0x1916d4(0x1b3),'OAvlc':_0x1916d4(0x2a0),'zoZMy':function(_0x5e6bc2,_0xd3b10c){return _0x5e6bc2!==_0xd3b10c;},'aTteU':_0x1916d4(0x2aa),'KWdhF':function(_0x3fd0c4,_0x515ba5){return _0x3fd0c4(_0x515ba5);},'zGjfc':function(_0x509229,_0x569d99){return _0x509229!==_0x569d99;},'irjGR':_0x1916d4(0x28c),'NcrDa':function(_0x360512,_0x2240a3){return _0x360512(_0x2240a3);},'CwMlb':function(_0x314fda,_0x3d475e){return _0x314fda(_0x3d475e);},'JIHWf':'ETYtz','sgrfi':_0x1916d4(0x290),'fbUdt':_0x1916d4(0x20f),'YOlkk':function(_0x1d754a,_0x36983d,_0x29fc49){return _0x1d754a(_0x36983d,_0x29fc49);},'QygOM':function(_0x1301f6,_0x5a38b3){return _0x1301f6(_0x5a38b3);},'iyTze':function(_0x57a68d,_0xa08056){return _0x57a68d===_0xa08056;},'mwazc':'true','JHalm':function(_0x54da15,_0x2d0747){return _0x54da15(_0x2d0747);},'OtZMN':function(_0x43f1ed,_0x23d072){return _0x43f1ed===_0x23d072;},'oGCgO':'iajzj','TIbSm':function(_0x68e19d,_0x57c634,_0x399477){return _0x68e19d(_0x57c634,_0x399477);},'iruPx':_0x1916d4(0x2eb),'ucgur':function(_0x1039da,_0x45d4c6){return _0x1039da(_0x45d4c6);},'OcVpZ':'eHTpR','sEOSk':_0x1916d4(0x27b),'LqtFY':_0x1916d4(0x1dd),'ZlIak':function(_0x48d555,_0x4d212a){return _0x48d555===_0x4d212a;},'JQGpM':_0x1916d4(0x2e7),'fEljv':_0x1916d4(0x2f0),'EVGTB':function(_0x3a00df,_0xa1359f){return _0x3a00df===_0xa1359f;},'KXrrM':'BzvKT','ahDog':_0x1916d4(0x254),'cLako':function(_0x1c9892,_0x2740a6){return _0x1c9892===_0x2740a6;},'evYSJ':_0x1916d4(0x2c5),'mmaxh':_0x1916d4(0x264),'SlEjl':'GBHJK','KoTIC':'bboMh','DjUpx':function(_0x208ccf,_0x4db3e4){return _0x208ccf===_0x4db3e4;},'GWqpY':'xVLRL','HztBP':_0x1916d4(0x243),'OhyMf':_0x1916d4(0x237),'rYykQ':function(_0x122936,_0x1e3087){return _0x122936(_0x1e3087);},'CaGTp':function(_0x3dc756,_0x65af1f){return _0x3dc756===_0x65af1f;},'UHBmY':function(_0x3d3551,_0x1563b5){return _0x3d3551!==_0x1563b5;},'ocCfP':_0x1916d4(0x279),'PAdUn':_0x1916d4(0x2fb),'UvWWe':'Ivwat','aABwE':_0x1916d4(0x1df),'AwYry':function(_0x3ce60e,_0x415435){return _0x3ce60e>_0x415435;},'UljxY':function(_0x455825,_0x7aa32){return _0x455825===_0x7aa32;},'USlqU':_0x1916d4(0x1ff),'lPVoq':_0x1916d4(0x273),'dvTJH':function(_0x3aad7b,_0x3009f3){return _0x3aad7b+_0x3009f3;},'jmUxh':function(_0x38e0ca,_0x3c3599,_0x3c3ed0,_0x3f2362){return _0x38e0ca(_0x3c3599,_0x3c3ed0,_0x3f2362);},'WJMHG':_0x1916d4(0x210),'clEhk':_0x1916d4(0x262),'KTUPf':'--config','wZcZF':function(_0x7eba3b,_0x246ec9){return _0x7eba3b===_0x246ec9;},'ksBgm':_0x1916d4(0x25e),'bajRV':_0x1916d4(0x2e5),'Prxeo':_0x1916d4(0x1d1)};!helper[_0x1916d4(0x2b3)](process[_0x1916d4(0x2d9)]['BROWSERSTACK_AUTOMATION'])&&(_0xcfded2[_0x1916d4(0x1a1)](_0xcfded2[_0x1916d4(0x1aa)],_0xcfded2[_0x1916d4(0x2b1)])?process['env'][_0x1916d4(0x1c8)]=!![]:_0x4e6a49[_0x1916d4(0x26e)][_0xcfded2[_0x1916d4(0x26f)]]=_0x1a1f12[_0xcfded2[_0x1916d4(0x26f)]]);if(process[_0x1916d4(0x286)][_0x1916d4(0x242)](_0xcfded2[_0x1916d4(0x2ad)])){if(_0xcfded2['LoHYq'](_0xcfded2[_0x1916d4(0x256)],_0xcfded2['IMtgb']))return![];else process[_0x1916d4(0x2d9)][_0x1916d4(0x1c8)]=_0xcfded2['sSJiF'],_0x31c95d=_0x31c95d[_0x1916d4(0x207)](_0x46fb41=>_0x46fb41!==_0x1916d4(0x1e5));}const _0x36993a=_0x31c95d['indexOf'](_0xcfded2[_0x1916d4(0x209)]);_0xcfded2['FZPuZ'](_0x36993a,0x0)&&(_0xcfded2[_0x1916d4(0x223)](_0xcfded2[_0x1916d4(0x24e)],_0xcfded2['aGPlm'])?_0x5b9ce8[_0x1916d4(0x21f)](_0x4b52d2):(process[_0x1916d4(0x2d9)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0xcfded2[_0x1916d4(0x1fc)],_0x31c95d=_0x31c95d['filter'](_0x5b9798=>_0x5b9798!==_0x1916d4(0x253))));try{if(_0xcfded2[_0x1916d4(0x2c1)](_0xcfded2[_0x1916d4(0x2d6)],_0xcfded2[_0x1916d4(0x2d6)]))_0x139b83['env'][_0x1916d4(0x1c8)]=_0x57acea[_0x1916d4(0x20c)]['get'](_0xcfded2[_0x1916d4(0x268)])||!![];else{const _0x2db380=path['join'](helper[_0x1916d4(0x2c2)](),_0xcfded2['LWBMv'],_0xcfded2['dJsuD']);if(fs[_0x1916d4(0x1c0)](_0x2db380)){if(_0xcfded2['gZwnZ'](_0xcfded2[_0x1916d4(0x1c1)],_0xcfded2[_0x1916d4(0x1c1)])){_0xcfded2[_0x1916d4(0x1cd)](_0xbb958c,_0x52b804);return;}else fs['unlinkSync'](_0x2db380);}}}catch(_0x37005c){if(_0xcfded2[_0x1916d4(0x2b5)](_0xcfded2[_0x1916d4(0x20d)],_0xcfded2[_0x1916d4(0x20d)])){const _0x1825a8=_0x247b73['join'](_0x4ccd16[_0x1916d4(0x2c2)](),_0xcfded2['LWBMv'],_0xcfded2['dJsuD']);_0xb63e46['existsSync'](_0x1825a8)&&_0x4d8eb7['unlinkSync'](_0x1825a8);}else logger[_0x1916d4(0x318)](_0xcfded2[_0x1916d4(0x293)](_0xcfded2[_0x1916d4(0x240)],_0x37005c));}if(!_0xcfded2[_0x1916d4(0x204)](isTestCommand,_0x59a4b4,_0x31c95d)){if(_0xcfded2[_0x1916d4(0x1de)](_0xcfded2[_0x1916d4(0x277)],_0xcfded2[_0x1916d4(0x277)]))_0x2867d2[_0x1916d4(0x2d9)][_0x1916d4(0x1c8)]=!![];else{_0xcfded2['RWkuK'](spawnOriginalProcess,_0x31c95d);return;}}const _0x1aa5a4=new BrowserStackSetup(_0x59a4b4,FRAMEWORKS['PLAYWRIGHT']);if(!_0x1aa5a4[_0x1916d4(0x2d1)]){if(_0xcfded2[_0x1916d4(0x1a1)](_0xcfded2[_0x1916d4(0x2e1)],_0xcfded2[_0x1916d4(0x217)])){logger[_0x1916d4(0x25b)](_0xcfded2[_0x1916d4(0x2db)]);return;}else _0x264ba7=_0xcfded2[_0x1916d4(0x2dd)];}await _0x1aa5a4[_0x1916d4(0x239)]();if(!helper[_0x1916d4(0x244)](_0x1aa5a4['cliConfig'])&&_0x1aa5a4['cliConfig'][_0x1916d4(0x25c)](_0xcfded2[_0x1916d4(0x268)])){if(_0xcfded2[_0x1916d4(0x2b0)](_0xcfded2['kSdFB'],_0xcfded2[_0x1916d4(0x2a9)]))process[_0x1916d4(0x2d9)][_0x1916d4(0x1c8)]=_0x1aa5a4[_0x1916d4(0x20c)][_0x1916d4(0x1e4)](_0xcfded2[_0x1916d4(0x268)])||!![];else{const _0xfa615e=_0x356c28[_0x1916d4(0x1d0)](_0x5b22d7=>_0x5b22d7===_0x1916d4(0x261)||_0x5b22d7==='-c'||_0x5b22d7[_0x1916d4(0x2a3)]('--config='));_0x23eec5[_0x1916d4(0x2a7)](_0xfa615e,_0x5f29c2[_0xfa615e]['startsWith'](_0xcfded2['nhoUW'])?0x1:0x2);}}_0xcfded2[_0x1916d4(0x2e0)](_0x1aa5a4[_0x1916d4(0x2d1)]['testObservability'],null)&&!helper['isTrue'](process[_0x1916d4(0x2d9)][_0x1916d4(0x287)])&&(_0xcfded2[_0x1916d4(0x2fe)](_0xcfded2['PrNOA'],_0xcfded2[_0x1916d4(0x282)])?(_0x15ba48[_0x1916d4(0x2d9)][_0x1916d4(0x287)]=_0xcfded2[_0x1916d4(0x1fc)],_0x1d090a=_0x221d46[_0x1916d4(0x207)](_0x43f6b6=>_0x43f6b6!==_0x1916d4(0x253))):process[_0x1916d4(0x2d9)][_0x1916d4(0x287)]=process['env'][_0x1916d4(0x287)]||_0x1aa5a4[_0x1916d4(0x2d1)][_0x1916d4(0x2de)]);const _0x2cd036=!helper['isFalse'](process[_0x1916d4(0x2d9)]['BROWSERSTACK_TEST_OBSERVABILITY']);let _0x7972=![];_0x1aa5a4[_0x1916d4(0x2d1)][_0x1916d4(0x1c5)]&&(_0xcfded2[_0x1916d4(0x2b5)](_0xcfded2['vCqWX'],_0xcfded2['nFtMe'])?(_0x7972=!![],process[_0x1916d4(0x2d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1aa5a4['config'][_0x1916d4(0x1c5)]):(_0x14f616[_0x1916d4(0x2d9)][_0x1916d4(0x1c8)]=_0xcfded2['sSJiF'],_0x36cb8a=_0x508527[_0x1916d4(0x207)](_0x2ea94f=>_0x2ea94f!=='--disable-browserstack-automation')));_0x1aa5a4['config']['accessibilityOptions']&&(_0xcfded2[_0x1916d4(0x2fe)](_0xcfded2[_0x1916d4(0x2a6)],_0xcfded2[_0x1916d4(0x1c3)])?_0x20313a[_0xcfded2['jGNYi']]=[[_0x1e6935[_0xcfded2[_0x1916d4(0x2ff)]]],_0x54db13]:process['env'][_0x1916d4(0x312)]=JSON[_0x1916d4(0x229)](_0x1aa5a4['config'][_0x1916d4(0x2ca)]));const _0x1b2d07=_0x31c95d['concat'](),_0x3be10f=await _0xcfded2[_0x1916d4(0x204)](getUserPlaywrightConfig,_0x59a4b4,_0x31c95d);if(helper[_0x1916d4(0x244)](_0x3be10f)){if(_0xcfded2[_0x1916d4(0x21e)](_0xcfded2[_0x1916d4(0x22b)],_0xcfded2['aTteU']))_0x3a00e7[_0x1916d4(0x203)]('('+_0x5a4790[_0x1916d4(0x1d6)]()+')');else{_0xcfded2[_0x1916d4(0x1e3)](spawnOriginalProcess,_0x1b2d07);return;}}const _0x1cad5c={..._0x3be10f['config']},_0x36d7dd=_0x1cad5c,_0x1a0858=_0x3be10f[_0x1916d4(0x232)]?path[_0x1916d4(0x1ba)](_0x3be10f[_0x1916d4(0x232)]):process[_0x1916d4(0x1f7)]();process[_0x1916d4(0x2d9)][_0x1916d4(0x29b)]=_0x1a0858;if(!_0xcfded2[_0x1916d4(0x204)](setGlobalSetup,_0x36d7dd,_0x1a0858)){if(_0xcfded2[_0x1916d4(0x214)](_0xcfded2[_0x1916d4(0x24f)],_0xcfded2['irjGR']))_0x4b6f0d=_0x5e0c12;else{_0xcfded2['NcrDa'](spawnOriginalProcess,_0x1b2d07);return;}}const _0x136d5c=await SessionHandler['launch'](_0x1aa5a4[_0x1916d4(0x2d1)],{'frameworkName':FRAMEWORKS[_0x1916d4(0x19f)],'frameworkVersion':_0xcfded2[_0x1916d4(0x297)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(_0x2cd036){if(_0xcfded2[_0x1916d4(0x2b0)](_0xcfded2['JIHWf'],_0xcfded2[_0x1916d4(0x1fb)])){const _0x14a0c1=_0xcfded2[_0x1916d4(0x2c4)][_0x1916d4(0x302)]('|');let _0x4e43e0=0x0;while(!![]){switch(_0x14a0c1[_0x4e43e0++]){case'0':await _0xcfded2[_0x1916d4(0x2e6)](launchO11ySession,_0x136d5c);continue;case'1':logger[_0x1916d4(0x1af)](_0xcfded2[_0x1916d4(0x2f5)]);continue;case'2':_0xcfded2[_0x1916d4(0x24d)](initO11yCrashReporter,_0x36d7dd,_0x1aa5a4[_0x1916d4(0x2d1)]);continue;case'3':_0xcfded2[_0x1916d4(0x2c6)](addReporter,_0x36d7dd);continue;case'4':_0xcfded2[_0x1916d4(0x2e6)](handleO11yRerun,_0x31c95d);continue;}break;}}else _0x3bdb28[_0x1916d4(0x26e)][_0xcfded2['eukXp']]=_0x25fd9a[_0xcfded2[_0x1916d4(0x250)]];}let _0xb55612=_0xcfded2[_0x1916d4(0x1e1)](process['env'][_0x1916d4(0x299)],_0xcfded2['mwazc']);_0xb55612=_0xb55612||_0xcfded2[_0x1916d4(0x2fa)](checkAccessibilityPlatformConfig,_0x1aa5a4[_0x1916d4(0x2d1)]),process[_0x1916d4(0x2d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xb55612;if(_0xb55612){if(_0xcfded2['OtZMN'](_0xcfded2[_0x1916d4(0x1f6)],_0xcfded2[_0x1916d4(0x1f6)])){const [_0x1bba0f,_0x30257f]=await _0xcfded2['TIbSm'](createAccessibilityTestRun,_0x1aa5a4[_0x1916d4(0x2d1)],_0xcfded2['iruPx']);logger[_0x1916d4(0x318)](_0x1916d4(0x315)+_0x30257f),process['env']['BS_A11Y_JWT']=_0x1bba0f,process['env'][_0x1916d4(0x1f9)]=_0x30257f,_0xcfded2[_0x1916d4(0x2ed)](setAccessibilityCapabilities,_0x1aa5a4['config']);}else{let _0x154297=_0x4dec2c[_0x1916d4(0x2a4)](_0x9a7551);_0x154297=_0x4cc962[_0x1916d4(0x274)](_0x154297),_0x4a4b7d['errorMessage']=_0x154297,_0x269637[_0x1916d4(0x21f)](_0x1add9a);}}if(helper[_0x1916d4(0x244)](_0x1aa5a4[_0x1916d4(0x2d1)][_0x1916d4(0x28e)])||_0xcfded2[_0x1916d4(0x249)](_0x1aa5a4[_0x1916d4(0x2d1)][_0x1916d4(0x28e)]['length'],0x0)){if(_0xcfded2[_0x1916d4(0x28d)](_0xcfded2[_0x1916d4(0x238)],_0xcfded2[_0x1916d4(0x2f3)])){const _0x1832b1=_0x165324[_0x1916d4(0x311)](_0x5d1f60,_0xcfded2['cbavm']),_0x53abaa=[_0x1832b1];if(_0x41c157[_0x1916d4(0x244)](_0x5d0d2f[_0xcfded2[_0x1916d4(0x2ff)]]))_0x281c8f[_0xcfded2[_0x1916d4(0x2ff)]]=[_0x53abaa];else{if(_0xcfded2[_0x1916d4(0x2b0)](typeof _0x4f3981[_0xcfded2['jGNYi']],_0xcfded2[_0x1916d4(0x2b8)]))_0x4d51ed[_0xcfded2[_0x1916d4(0x2ff)]]=[[_0x800949[_0xcfded2[_0x1916d4(0x2ff)]]],_0x53abaa];else _0xcfded2['iXGnq'](typeof _0x3af246[_0xcfded2[_0x1916d4(0x2ff)]],_0xcfded2[_0x1916d4(0x319)])&&_0x5e25e3[_0xcfded2[_0x1916d4(0x2ff)]][_0x1916d4(0x203)](_0x53abaa);}}else process[_0x1916d4(0x2d9)][_0x1916d4(0x1c8)]=![];}const _0x43c88e=path[_0x1916d4(0x311)](_0x3be10f[_0x1916d4(0x232)]?path['dirname'](_0x3be10f['path']):process['cwd'](),_0xcfded2['LqtFY']);fs[_0x1916d4(0x2f4)](_0x43c88e,JSON[_0x1916d4(0x229)](_0x1aa5a4[_0x1916d4(0x2d1)])),process[_0x1916d4(0x2d9)][_0x1916d4(0x21c)]=_0x43c88e,helper[_0x1916d4(0x208)]();if(helper['isTrue'](process['env']['BROWSERSTACK_AUTOMATION'])){if(_0xcfded2[_0x1916d4(0x1c7)](_0xcfded2[_0x1916d4(0x1b1)],_0xcfded2[_0x1916d4(0x1b1)])){let _0x147e2f=[];try{if(_0xcfded2[_0x1916d4(0x2b5)](_0xcfded2[_0x1916d4(0x1b6)],_0xcfded2['fEljv']))_0x5be431[_0xcfded2[_0x1916d4(0x2ff)]]=[_0x383487];else{const _0x122e9e=helper[_0x1916d4(0x300)][_0x1916d4(0x1e2)](null,_0xcfded2['rrRqC'](getProjectUtilsPath)),_0xba9fce={};_0xba9fce['respectGitIgnore']=!![],_0xba9fce[_0x1916d4(0x1f3)]='',_0xba9fce[_0x1916d4(0x254)]='',_0xba9fce[_0x1916d4(0x27a)]='';const _0x401fbe={};_0x401fbe['project']=_0xba9fce;const _0xe4a74=_0x401fbe;_0x36d7dd[_0xcfded2[_0x1916d4(0x250)]]&&(_0xcfded2[_0x1916d4(0x1dc)](_0xcfded2[_0x1916d4(0x1da)],_0xcfded2['KXrrM'])?_0xe4a74[_0x1916d4(0x26e)][_0xcfded2[_0x1916d4(0x250)]]=_0x36d7dd[_0xcfded2['eukXp']]:_0x24dce1[_0x1916d4(0x2d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x16d9d3['stringify'](_0x3386d4[_0x1916d4(0x2d1)][_0x1916d4(0x2ca)]));if(_0x36d7dd[_0xcfded2[_0x1916d4(0x19e)]]){if(_0xcfded2['cLako'](_0xcfded2[_0x1916d4(0x1e8)],_0xcfded2[_0x1916d4(0x2ae)])){const _0x1935b2=_0x1b9b91[_0x1916d4(0x305)](_0x6c13ca[_0x1916d4(0x2d9)][_0x1916d4(0x226)]);if(_0x1935b2){const _0x428356=_0xcea742[_0x1916d4(0x2d9)]['BROWSERSTACK_RERUN_TESTS'],_0x2d09c7=[];if(_0xcfded2[_0x1916d4(0x216)](_0x428356,_0xcfded2[_0x1916d4(0x2f6)])&&!_0x29cb91[_0x1916d4(0x244)](_0x428356)){_0x428356['split'](',')[_0x1916d4(0x252)](_0x280895=>{const _0x1aa234=_0x1916d4;_0x2d09c7['push']('('+_0x280895[_0x1aa234(0x1d6)]()+')');});const _0x3c1906='^'+_0x2d09c7[_0x1916d4(0x311)]('|')+'$';_0xbab28b[_0x1916d4(0x203)](_0xcfded2[_0x1916d4(0x260)],_0x3c1906);}}}else _0xe4a74[_0x1916d4(0x26e)][_0xcfded2['ahDog']]=_0x36d7dd[_0xcfded2['ahDog']];}if(_0x36d7dd[_0xcfded2[_0x1916d4(0x26f)]]){if(_0xcfded2[_0x1916d4(0x2b5)](_0xcfded2[_0x1916d4(0x2bf)],_0xcfded2[_0x1916d4(0x205)]))_0xe4a74[_0x1916d4(0x26e)][_0xcfded2[_0x1916d4(0x26f)]]=_0x36d7dd[_0xcfded2[_0x1916d4(0x26f)]];else try{const _0x2866be=_0x3dabcb[_0x1916d4(0x311)](_0x14e1f0[_0x1916d4(0x2c2)](),_0xcfded2['LWBMv'],_0xcfded2[_0x1916d4(0x275)]);if(_0x17631f[_0x1916d4(0x1c0)](_0x2866be)){let _0x15c712=_0xcc7051[_0x1916d4(0x2a4)](_0x2866be);_0x15c712=_0x52a5fe[_0x1916d4(0x274)](_0x15c712),_0x5e7c6d[_0x1916d4(0x29f)]=_0x15c712,_0x3912fa[_0x1916d4(0x21f)](_0x2866be);}}catch(_0x4ba79e){_0x580e0c[_0x1916d4(0x318)](_0xcfded2[_0x1916d4(0x2d4)](_0xcfded2['uuMOz'],_0x4ba79e));}}_0x147e2f=await _0x122e9e[_0x1916d4(0x2ab)](_0xe4a74);}}catch(_0x1f8070){_0xcfded2['DjUpx'](_0xcfded2[_0x1916d4(0x2c9)],_0xcfded2[_0x1916d4(0x1fa)])?_0x36a50c[_0x1916d4(0x318)](_0xcfded2[_0x1916d4(0x2d4)](_0xcfded2['oWmyb'],_0x35ba7f)):logger[_0x1916d4(0x318)](_0xcfded2[_0x1916d4(0x2d4)](_0xcfded2[_0x1916d4(0x26c)],_0xcfded2[_0x1916d4(0x234)](format,_0x1f8070)));}}else _0x35a496[_0x1916d4(0x2d9)][_0x1916d4(0x287)]=_0x33fc43[_0x1916d4(0x2d9)][_0x1916d4(0x287)]||_0x1e60a1[_0x1916d4(0x2d1)][_0x1916d4(0x2de)];}let _0x17b1e9='';if(_0xcfded2['CaGTp'](helper[_0x1916d4(0x1a3)](),constants[_0x1916d4(0x2c8)][_0x1916d4(0x2ce)])){if(_0xcfded2[_0x1916d4(0x2d3)](_0xcfded2[_0x1916d4(0x200)],_0xcfded2['ocCfP'])){_0x5a5fa8[_0x1916d4(0x25b)](_0xcfded2[_0x1916d4(0x2db)]);return;}else _0x17b1e9=_0xcfded2[_0x1916d4(0x1ec)];}else _0xcfded2[_0x1916d4(0x2c1)](_0xcfded2[_0x1916d4(0x248)],_0xcfded2[_0x1916d4(0x31a)])?_0x17b1e9=_0xcfded2[_0x1916d4(0x2dd)]:_0x372582=_0xcfded2[_0x1916d4(0x22d)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0xc5045c+_0x1916d4(0x231),_0xb28287);const _0x24914e=path[_0x1916d4(0x311)](_0x3be10f[_0x1916d4(0x232)]?path[_0x1916d4(0x1ba)](_0x3be10f[_0x1916d4(0x232)]):process[_0x1916d4(0x1f7)](),_0x17b1e9);let _0x4cd1a2=_0x3be10f[_0x1916d4(0x232)]?_0x3be10f[_0x1916d4(0x232)]:'';_0x4cd1a2=_0xcfded2['AwYry'](_0x4cd1a2['length'],0x0)?path['resolve'](_0x4cd1a2):'',process[_0x1916d4(0x2d9)][_0x1916d4(0x20b)]=_0x4cd1a2;let _0x17d2fc=_0x1916d4(0x2c0);const _0x267b83=helper[_0x1916d4(0x27e)](_0x1aa5a4[_0x1916d4(0x2d1)]);_0x267b83&&(_0xcfded2['UljxY'](_0xcfded2['USlqU'],_0xcfded2['lPVoq'])?(_0x364dec=!![],_0x3acc71['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4551b2[_0x1916d4(0x2d1)]['accessibility']):_0x17d2fc=_0xcfded2[_0x1916d4(0x292)](_0x1916d4(0x1eb)+_0x267b83+'\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();',_0x17d2fc));helper[_0x1916d4(0x241)]({},_0x31c95d),fs[_0x1916d4(0x2f4)](_0x24914e,_0x17d2fc),helper['markSDKSetupComplete']();const _0x6dbae1=_0xcfded2['jmUxh'](spawn,_0xcfded2['WJMHG'],[_0xcfded2[_0x1916d4(0x2a8)],_0xcfded2[_0x1916d4(0x29a)],_0xcfded2['KTUPf'],_0x24914e,..._0x31c95d['slice'](0x2)],{'shell':_0xcfded2[_0x1916d4(0x2ef)](process[_0x1916d4(0x306)],_0xcfded2['ksBgm']),'stdio':_0xcfded2[_0x1916d4(0x21d)],'cwd':process[_0x1916d4(0x1f7)](),'env':Object[_0x1916d4(0x1ac)]({},process[_0x1916d4(0x2d9)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x1916d4(0x265)](_0x59a4b4),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x1aa5a4['config'][_0x1916d4(0x2d5)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x1aa5a4[_0x1916d4(0x2d1)][_0x1916d4(0x2d5)]['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x1aa5a4[_0x1916d4(0x2d1)]['logLevel']})}),_0x38dccb=()=>{const _0x2bbf92=_0x1916d4,_0x3c7725={'iDMcN':function(_0x2ba754,_0x2c22a0){return _0xcfded2['tGAHc'](_0x2ba754,_0x2c22a0);},'iJwVX':_0xcfded2[_0x2bbf92(0x2f6)],'iirot':_0xcfded2[_0x2bbf92(0x260)],'TtoeV':_0xcfded2[_0x2bbf92(0x317)]};if(_0xcfded2[_0x2bbf92(0x216)](_0xcfded2[_0x2bbf92(0x23c)],_0xcfded2[_0x2bbf92(0x1cb)]))try{if(_0xcfded2[_0x2bbf92(0x223)](_0xcfded2['BqYLp'],_0xcfded2[_0x2bbf92(0x2d0)])){_0x2acf40[_0x2bbf92(0x302)](',')[_0x2bbf92(0x252)](_0x303545=>{const _0x46994d=_0x2bbf92;_0x39b383[_0x46994d(0x203)]('('+_0x303545[_0x46994d(0x1d6)]()+')');});const _0x4c93f6='^'+_0x327c5[_0x2bbf92(0x311)]('|')+'$';_0x43283c[_0x2bbf92(0x203)](_0xcfded2[_0x2bbf92(0x260)],_0x4c93f6);}else{const _0x330886=path[_0x2bbf92(0x311)](helper[_0x2bbf92(0x2c2)](),_0xcfded2['LWBMv'],_0xcfded2['dJsuD']);if(fs[_0x2bbf92(0x1c0)](_0x330886)){if(_0xcfded2[_0x2bbf92(0x249)](_0xcfded2[_0x2bbf92(0x1ca)],_0xcfded2[_0x2bbf92(0x1ca)])){let _0x4bbc77=fs[_0x2bbf92(0x2a4)](_0x330886);_0x4bbc77=JSON[_0x2bbf92(0x274)](_0x4bbc77),_0x1aa5a4[_0x2bbf92(0x29f)]=_0x4bbc77,fs[_0x2bbf92(0x21f)](_0x330886);}else{const _0xe0d622=_0x5d4d11[_0x2bbf92(0x2d9)][_0x2bbf92(0x1b0)],_0x568c33=[];if(_0x3c7725[_0x2bbf92(0x28a)](_0xe0d622,_0x3c7725[_0x2bbf92(0x211)])&&!_0x26c14d[_0x2bbf92(0x244)](_0xe0d622)){_0xe0d622[_0x2bbf92(0x302)](',')[_0x2bbf92(0x252)](_0x17bce0=>{const _0x226038=_0x2bbf92;_0x568c33[_0x226038(0x203)]('('+_0x17bce0[_0x226038(0x1d6)]()+')');});const _0x1c5873='^'+_0x568c33[_0x2bbf92(0x311)]('|')+'$';_0x5b149d[_0x2bbf92(0x203)](_0x3c7725[_0x2bbf92(0x28f)],_0x1c5873);}}}}}catch(_0x36e4c0){if(_0xcfded2[_0x2bbf92(0x216)](_0xcfded2[_0x2bbf92(0x304)],_0xcfded2[_0x2bbf92(0x304)])){if(_0xcfded2[_0x2bbf92(0x307)](_0x190178[_0x2bbf92(0x2da)],0x1)&&_0xcfded2[_0x2bbf92(0x2b0)](_0x409258[0x1],_0xcfded2[_0x2bbf92(0x29a)]))return!![];return![];}else logger[_0x2bbf92(0x318)](_0xcfded2[_0x2bbf92(0x1a2)](_0xcfded2[_0x2bbf92(0x2d7)],_0x36e4c0));}else _0x53b68b['info'](_0x3c7725[_0x2bbf92(0x2f7)]);};_0x6dbae1['on'](_0xcfded2[_0x1916d4(0x2d2)],async _0x29129f=>{const _0x45221f=_0x1916d4;try{const _0x3dfd1b=_0xcfded2[_0x45221f(0x236)][_0x45221f(0x302)]('|');let _0x4bfe15=0x0;while(!![]){switch(_0x3dfd1b[_0x4bfe15++]){case'0':await _0xcfded2[_0x45221f(0x1cd)](stopAccessibilityTestRun,_0x1aa5a4[_0x45221f(0x2d1)]);continue;case'1':process[_0x45221f(0x29c)]=_0x29129f;continue;case'2':logger[_0x45221f(0x1af)](_0x45221f(0x2ac)+_0x24914e);continue;case'3':fs[_0x45221f(0x21f)](_0x24914e);continue;case'4':await helper['finalExecution'](_0x1aa5a4);continue;case'5':logger[_0x45221f(0x318)](_0x45221f(0x2ac)+_0x43c88e);continue;case'6':_0xcfded2[_0x45221f(0x285)](_0x38dccb);continue;case'7':logger['debug'](_0x45221f(0x298)+_0x29129f);continue;case'8':fs[_0x45221f(0x21f)](_0x43c88e);continue;}break;}}catch(_0x2602c6){logger[_0x45221f(0x318)](_0xcfded2[_0x45221f(0x2d4)](_0xcfded2[_0x45221f(0x24a)],_0x2602c6));}});}module['exports']=run;
2
+ 'use strict';const a31_0x147457=a31_0x5e23;(function(_0x34e220,_0x4abe35){const _0x16815e=a31_0x5e23,_0x4c695b=_0x34e220();while(!![]){try{const _0x1e265a=-parseInt(_0x16815e(0x9a))/0x1+-parseInt(_0x16815e(0x143))/0x2+-parseInt(_0x16815e(0x80))/0x3*(parseInt(_0x16815e(0xc7))/0x4)+-parseInt(_0x16815e(0xf7))/0x5+-parseInt(_0x16815e(0x87))/0x6*(parseInt(_0x16815e(0x13c))/0x7)+-parseInt(_0x16815e(0x135))/0x8*(parseInt(_0x16815e(0xc9))/0x9)+-parseInt(_0x16815e(0x100))/0xa*(-parseInt(_0x16815e(0x8f))/0xb);if(_0x1e265a===_0x4abe35)break;else _0x4c695b['push'](_0x4c695b['shift']());}catch(_0x4fe22c){_0x4c695b['push'](_0x4c695b['shift']());}}}(a31_0x4984,0x396d5));function a31_0x4984(){const _0x3587cb=['./accessibility-helper','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','apply','SIVIN','accessibility','xQgKl','trim','jhxAe','npx','LyrZb','qLBTV','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','true','kTFTW','QJCNW','filter','BFArc','Playwright\x20process\x20exited\x20with\x20code\x20','playwright-browserstack-sdk.config.cjs','WoUOL','UJgiO','rDuYg','lmNnb','assign','BROWSERSTACK_AUTOMATION','Error\x20in\x20getting\x20funnel\x20data\x20results','XJkBY','.browserstack','cthDX','USER_CONFIG_DETAILS_PATH','join','pGxSo','8fELrzn','getProxyUrl','testObservability','startsWith','testDir','vdrVo','./reporter/reporter.js','1428GSdics','isTrue','gQvGH','testContextOptions','browserstackSetupConfig.json','XMwsM','TPAtg','673828UTFjJM','./reporter/pwUtils','MQVZH','filterBrowserstackConfig','stringify','qIbfw','WIhix','BROWSERSTACK_TEST_ACCESSIBILITY_YML','exitCode','child_process','object','../../helpers/test-observability/constants','project','PRNrU','skipSessionStatus','null','4377WoelOG','initialize','Deleting\x20','BROWSERSTACK_RERUN','rqyyB','LDGrY','iDUzv','2790QymVQS','collectFilesForProject','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','FxlTL','1|3|4|2|0','getConfigPath','hFctH','vLRkY','11lkPFtl','JTTrP','HZjtZ','../../helpers/logger','_internal','BROWSERSTACK_PW_CONFIG_DIR','../../helpers/helper','--config=','--disable-test-observability','ceshE','getPackageType','437377ltfcFX','VMTle','PLAYWRIGHT','isFalse','Error\x20in\x20deleting\x20playwright\x20results','YLAvA','../../helpers/test-observability/sessionHandler','debug','iwpFu','BROWSERSTACK_TEST_OBSERVABILITY','dirname','logLevel','BS_A11Y_JWT','YFmVV','biLAq','paths','oESqu','resolve','bWfWe','BS_A11Y_TEST_RUN_ID','BROWSERSTACK_SETUP_CONFIG_PATH','YCsSZ','testIgnore','get','split','AECFj','../../helpers/test-observability/error-handler','push','lNinP','HaTvQ','isUndefined','PNpRp','JtlTx','homedir','IsOyH','testMatch','config','winstonLogger','fMWCR','length','hivlT','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','requirePWModule','nKyIb','inherit','556yoqfjb','parse','1950111HNPBXA','error','vifRW','EDzqS','splice','argv','BROWSERSTACK_RERUN_TESTS','info','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','win32','path','--grep','TPrRU','zojUo','has','cliConfig','QaFeR','UUCIN','KINxl','EDuMR','unlinkSync','respectGitIgnore','platform','@playwright/test','pw_result.json','KXbpp','xvJwm','--config','HSSTX','--disable-browserstack-automation','default','CeDVX','concat','GQnEP','ZfswA','clearTempPWConfig','globalSetup','OkOFY','playwright','RmGoJ','./globalSetup.js','accessibilityOptions','../../helpers/accessibility-automation/helper','vDvDi','2030160qWTJlm','errorMessage','playwright-browserstack-sdk.config.js','dYtdF','cwd','includes','sIitH','YuZMH','qgmMB','19298840BXakpA','IHslk','env','kfXkN','automation','existsSync','indexOf','test','../../helpers/BrowserStackSetup','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','platforms','string','mWIyg','zsobw','QDlpZ','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','slice','BrowserStack\x20config\x20file\x20not\x20found.','KzevC','map','Getting\x20your\x20playwright\x20config\x20from\x20'];a31_0x4984=function(){return _0x3587cb;};return a31_0x4984();}const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a31_0x147457(0x79)),{inspect,format}=require('util'),logger=require(a31_0x147457(0x92))[a31_0x147457(0xbf)],{default:BrowserStackSetup}=require(a31_0x147457(0x108)),helper=require(a31_0x147457(0x95)),constants=require('../utils/constants'),{FRAMEWORKS}=require(a31_0x147457(0x7b)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a31_0x147457(0x144)),{CrashReporter,o11yErrorHandler}=require(a31_0x147457(0xb4)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a31_0x147457(0xf5)),{setAccessibilityCapabilities}=require(a31_0x147457(0x115)),SessionHandler=require(a31_0x147457(0xa0));async function requireOrImportDefaultObject(_0x2504e3){const _0x48583c=a31_0x147457,_0xf2910d={'BIZrz':function(_0x424c3a){return _0x424c3a();},'oESqu':function(_0x869d20,_0x48e64d){return _0x869d20(_0x48e64d);},'vifRW':function(_0x1479d,_0x32cec0){return _0x1479d===_0x32cec0;},'MQVZH':'object','qIbfw':function(_0x4b47c0,_0x55d8d0){return _0x4b47c0 in _0x55d8d0;},'WIhix':_0x48583c(0xe9)},{requireOrImport:_0x46ee79}=helper['requirePWModule'][_0x48583c(0x117)](null,_0xf2910d['BIZrz'](getTransformPath));let _0x41ca71=await _0xf2910d[_0x48583c(0xaa)](_0x46ee79,_0x2504e3);return _0x41ca71&&_0xf2910d[_0x48583c(0xcb)](typeof _0x41ca71,_0xf2910d[_0x48583c(0x145)])&&_0xf2910d[_0x48583c(0x148)](_0xf2910d['WIhix'],_0x41ca71)&&(_0x41ca71=_0x41ca71[_0xf2910d[_0x48583c(0x149)]]),_0x41ca71;}const getUserPlaywrightConfig=async(_0x329831,_0x19d46f)=>{const _0x433a49=a31_0x147457,_0xc17fcb={'LDGrY':function(_0x2d8970){return _0x2d8970();},'tfVlk':function(_0x13fe52,_0x828cf8){return _0x13fe52(_0x828cf8);},'pGxSo':function(_0x1ea566,_0x5ca6a4){return _0x1ea566(_0x5ca6a4);},'crQCC':_0x433a49(0x10f),'iRlTl':_0x433a49(0x120),'YuZMH':'--config='},_0x34ef7f=!helper[_0x433a49(0xb8)](_0x329831[_0x433a49(0xbe)]),_0x5573b7=_0x34ef7f?path[_0x433a49(0xab)](process[_0x433a49(0xfb)](),_0x329831[_0x433a49(0xbe)]):process[_0x433a49(0xfb)](),{resolveConfigFile:_0x3c7e19}=helper[_0x433a49(0xc4)]['apply'](null,_0xc17fcb[_0x433a49(0x85)](getConfigLoaderPath)),_0x10858f=_0xc17fcb['tfVlk'](_0x3c7e19,_0x5573b7);let _0x31ff7d={};if(_0x10858f){logger['info'](_0x433a49(0x114)+_0x10858f);try{_0x31ff7d=await _0xc17fcb[_0x433a49(0x134)](requireOrImportDefaultObject,_0x10858f);}catch(_0x32b59a){return logger['error'](_0xc17fcb['crQCC'],_0x32b59a),null;}}else logger[_0x433a49(0xd0)](_0xc17fcb['iRlTl']);if(_0x34ef7f){const _0x48575c=_0x19d46f['findIndex'](_0xc16126=>_0xc16126===_0x433a49(0xe6)||_0xc16126==='-c'||_0xc16126[_0x433a49(0x138)](_0x433a49(0x96)));_0x19d46f[_0x433a49(0xcd)](_0x48575c,_0x19d46f[_0x48575c][_0x433a49(0x138)](_0xc17fcb[_0x433a49(0xfe)])?0x1:0x2);}const _0xe5679e={};return _0xe5679e[_0x433a49(0xd5)]=_0x10858f,_0xe5679e[_0x433a49(0xbe)]=_0x31ff7d,_0xe5679e;},setGlobalSetup=(_0x5d492d,_0x328411)=>{const _0x23b2f=a31_0x147457,_0x347752={'PNpRp':_0x23b2f(0xef),'lmNnb':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','lNinP':function(_0x25cb9e,_0x51bc32){return _0x25cb9e+_0x51bc32;},'qgmMB':_0x23b2f(0xd3),'UUCIN':function(_0x363017,_0x128bcb){return _0x363017(_0x128bcb);},'biLAq':_0x23b2f(0xf3)};if(!_0x5d492d)return![];try{if(_0x5d492d[_0x23b2f(0xef)]){let _0x52d85f;const _0x9e2f88=path[_0x23b2f(0xab)](_0x328411,_0x5d492d[_0x347752[_0x23b2f(0xb9)]]);if(fs[_0x23b2f(0x105)](_0x9e2f88))_0x52d85f=_0x9e2f88;else{const _0x454539={};_0x454539[_0x23b2f(0xa9)]=[_0x328411],_0x52d85f=require['resolve'](_0x5d492d[_0x347752[_0x23b2f(0xb9)]],_0x454539);}if(!_0x52d85f)throw new Error(_0x347752[_0x23b2f(0x12b)]);process['env'][_0x23b2f(0x116)]=_0x52d85f;}}catch(_0x4d9b1f){logger[_0x23b2f(0xca)](_0x347752[_0x23b2f(0xb6)](_0x347752[_0x23b2f(0xff)],_0x347752[_0x23b2f(0xdc)](format,_0x4d9b1f)));}return _0x5d492d[_0x23b2f(0xef)]=require['resolve'](_0x347752[_0x23b2f(0xa8)]),!![];},addReporter=_0x309416=>{const _0x1d48d0=a31_0x147457,_0xbf3b40={};_0xbf3b40[_0x1d48d0(0xcc)]=_0x1d48d0(0x13b),_0xbf3b40[_0x1d48d0(0x11a)]='reporter',_0xbf3b40[_0x1d48d0(0xe4)]=function(_0x2aab11,_0x48c62c){return _0x2aab11===_0x48c62c;},_0xbf3b40[_0x1d48d0(0x11f)]=_0x1d48d0(0x10b),_0xbf3b40[_0x1d48d0(0x103)]=_0x1d48d0(0x7a);const _0x5ccdd5=_0xbf3b40,_0x57400e=path[_0x1d48d0(0x133)](__dirname,_0x5ccdd5['EDzqS']),_0x5ee431=[_0x57400e];if(helper['isUndefined'](_0x309416[_0x5ccdd5['xQgKl']]))_0x309416[_0x5ccdd5[_0x1d48d0(0x11a)]]=[_0x5ee431];else{if(_0x5ccdd5[_0x1d48d0(0xe4)](typeof _0x309416[_0x5ccdd5[_0x1d48d0(0x11a)]],_0x5ccdd5[_0x1d48d0(0x11f)]))_0x309416[_0x5ccdd5[_0x1d48d0(0x11a)]]=[[_0x309416[_0x5ccdd5['xQgKl']]],_0x5ee431];else _0x5ccdd5[_0x1d48d0(0xe4)](typeof _0x309416[_0x5ccdd5['xQgKl']],_0x5ccdd5[_0x1d48d0(0x103)])&&_0x309416[_0x5ccdd5['xQgKl']][_0x1d48d0(0xb5)](_0x5ee431);}},handleO11yRerun=_0x1a23c0=>{const _0x3ab7d5=a31_0x147457,_0x8d592e={};_0x8d592e[_0x3ab7d5(0xea)]=function(_0xb7d517,_0x3961c4){return _0xb7d517!==_0x3961c4;},_0x8d592e[_0x3ab7d5(0xa7)]=_0x3ab7d5(0x7f),_0x8d592e[_0x3ab7d5(0x86)]=_0x3ab7d5(0xd6);const _0x4b470a=_0x8d592e,_0x590094=helper[_0x3ab7d5(0x13d)](process[_0x3ab7d5(0x102)][_0x3ab7d5(0x83)]);if(_0x590094){const _0x5471cd=process[_0x3ab7d5(0x102)][_0x3ab7d5(0xcf)],_0x14763e=[];if(_0x4b470a[_0x3ab7d5(0xea)](_0x5471cd,_0x4b470a[_0x3ab7d5(0xa7)])&&!helper[_0x3ab7d5(0xb8)](_0x5471cd)){_0x5471cd[_0x3ab7d5(0xb2)](',')[_0x3ab7d5(0x113)](_0x6f1b83=>{const _0x1c1e6e=_0x3ab7d5;_0x14763e[_0x1c1e6e(0xb5)]('('+_0x6f1b83[_0x1c1e6e(0x11b)]()+')');});const _0x40c7b9='^'+_0x14763e[_0x3ab7d5(0x133)]('|')+'$';_0x1a23c0[_0x3ab7d5(0xb5)](_0x4b470a[_0x3ab7d5(0x86)],_0x40c7b9);}}},spawnOriginalProcess=_0x7e821=>{const _0x73a3d6=a31_0x147457,_0x283169={'rqyyB':function(_0x14260f,_0x316bb2,_0x8422f,_0x102a7c){return _0x14260f(_0x316bb2,_0x8422f,_0x102a7c);},'vrUDo':_0x73a3d6(0x11d),'SIVIN':_0x73a3d6(0xf1),'XJkBY':function(_0x26ebf7,_0x2d1b89){return _0x26ebf7===_0x2d1b89;},'UJgiO':_0x73a3d6(0xd4),'PRNrU':'inherit'};_0x283169[_0x73a3d6(0x84)](spawn,_0x283169['vrUDo'],[_0x283169[_0x73a3d6(0x118)],..._0x7e821['slice'](0x1)],{'shell':_0x283169[_0x73a3d6(0x12f)](process[_0x73a3d6(0xe1)],_0x283169[_0x73a3d6(0x129)]),'stdio':_0x283169[_0x73a3d6(0x7d)],'cwd':process['cwd']()});},isTestCommand=(_0x1b5fd4,_0x3730be)=>{const _0x10b013=a31_0x147457,_0x58bf16={};_0x58bf16[_0x10b013(0xf2)]=function(_0x7c57b0,_0xee5283){return _0x7c57b0>_0xee5283;},_0x58bf16['GQnEP']=function(_0x510816,_0x1a19ce){return _0x510816===_0x1a19ce;},_0x58bf16[_0x10b013(0xf6)]=_0x10b013(0x107);const _0x210bb2=_0x58bf16;if(_0x210bb2['RmGoJ'](_0x3730be['length'],0x1)&&_0x210bb2[_0x10b013(0xec)](_0x3730be[0x1],_0x210bb2[_0x10b013(0xf6)]))return!![];return![];},initO11yCrashReporter=(_0x197a25,_0x363f78)=>{const _0x23b4b2=a31_0x147457,_0x252e69={'XMwsM':function(_0x317566,_0x2a6c8c){return _0x317566(_0x2a6c8c);}},_0x5eab93={'frameworkName':FRAMEWORKS[_0x23b4b2(0x9c)],'frameworkVersion':_0x252e69[_0x23b4b2(0x141)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0x23b4b2(0x81)](_0x5eab93,_0x197a25,_0x363f78);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x2fd392){const _0x16d284=a31_0x147457,_0x3e6aa3={};_0x3e6aa3['TPAtg']=function(_0x5f569f,_0x46832e){return _0x5f569f>_0x46832e;},_0x3e6aa3[_0x16d284(0xfa)]=function(_0x597267,_0x591391){return _0x597267===_0x591391;};const _0x43dcef=_0x3e6aa3;if(!_0x2fd392||_0x43dcef[_0x16d284(0x142)](_0x2fd392[_0x16d284(0xc1)],0x1)&&_0x43dcef[_0x16d284(0xfa)](_0x2fd392[0x0],null))return process['env']['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];return!![];});function a31_0x5e23(_0x3b4749,_0x108ba5){const _0x498464=a31_0x4984();return a31_0x5e23=function(_0x5e23af,_0x23b685){_0x5e23af=_0x5e23af-0x78;let _0x36d8cb=_0x498464[_0x5e23af];return _0x36d8cb;},a31_0x5e23(_0x3b4749,_0x108ba5);}async function run(_0x2d0d1b,_0x4f0178){const _0x5e8450=a31_0x147457,_0x3738e9={'YLAvA':_0x5e8450(0x130),'IsOyH':_0x5e8450(0xe3),'AECFj':function(_0x217bd5,_0x574995){return _0x217bd5+_0x574995;},'sIitH':_0x5e8450(0x12e),'OkOFY':'5|1|8|2|0|7|4|6|3','xvJwm':function(_0x1dde82){return _0x1dde82();},'nKyIb':function(_0x395156,_0x53bfba){return _0x395156(_0x53bfba);},'cthDX':'Error\x20in\x20closing\x20playwright','fMWCR':'--disable-browserstack-automation','KzevC':'false','QaFeR':_0x5e8450(0x97),'rDuYg':function(_0x7e1a20,_0x5521f5){return _0x7e1a20>=_0x5521f5;},'hFctH':function(_0x396c27,_0x110fa4){return _0x396c27+_0x110fa4;},'EDuMR':_0x5e8450(0x9e),'vdrVo':function(_0x544cf3,_0x3642cc,_0x3d275){return _0x544cf3(_0x3642cc,_0x3d275);},'QDlpZ':function(_0x10d7df,_0x5e34bd){return _0x10d7df(_0x5e34bd);},'JtlTx':_0x5e8450(0x111),'LyrZb':_0x5e8450(0x104),'HZjtZ':function(_0x40cd65,_0x57e85f){return _0x40cd65!=_0x57e85f;},'VMTle':function(_0x3fc1de,_0x125c8c){return _0x3fc1de(_0x125c8c);},'FxlTL':function(_0x51a122,_0x3dffe7){return _0x51a122(_0x3dffe7);},'Ppzdi':function(_0x270d62,_0x3d4798){return _0x270d62(_0x3d4798);},'QJCNW':_0x5e8450(0x8b),'YrVGF':function(_0x47c8fa,_0x3caa27){return _0x47c8fa(_0x3caa27);},'ZfswA':'Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','BFArc':function(_0x3dbcd2,_0x5de3fa){return _0x3dbcd2(_0x5de3fa);},'vLRkY':function(_0x5af786,_0x38e2e8,_0x2adc9b){return _0x5af786(_0x38e2e8,_0x2adc9b);},'zsobw':function(_0x182c1d,_0x5c8a73){return _0x182c1d===_0x5c8a73;},'hivlT':_0x5e8450(0x121),'mWIyg':function(_0x1dbf0c,_0x5bc571){return _0x1dbf0c(_0x5bc571);},'jhxAe':_0x5e8450(0xe2),'HQCpi':function(_0x116166,_0x18a996){return _0x116166(_0x18a996);},'LHoNK':_0x5e8450(0x140),'gQvGH':function(_0x138bd1){return _0x138bd1();},'ceshE':'testDir','KINxl':_0x5e8450(0xbd),'TPrRU':_0x5e8450(0xb0),'FuMDF':'Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright:\x20','GlOrq':function(_0x58d95c,_0x15db37){return _0x58d95c(_0x15db37);},'IHslk':_0x5e8450(0x127),'HSSTX':_0x5e8450(0xf9),'HaTvQ':function(_0xa4bc33,_0x92c3c0){return _0xa4bc33>_0x92c3c0;},'JTTrP':function(_0x4036f0,_0x265a95,_0x54e00d,_0x3ba44b){return _0x4036f0(_0x265a95,_0x54e00d,_0x3ba44b);},'zojUo':'npx','kTFTW':_0x5e8450(0xf1),'EdfcC':_0x5e8450(0x107),'WoUOL':'--config','YCsSZ':_0x5e8450(0xd4),'iwpFu':_0x5e8450(0xc6),'bWfWe':'close'};!helper[_0x5e8450(0x9d)](process[_0x5e8450(0x102)][_0x5e8450(0x12d)])&&(process[_0x5e8450(0x102)][_0x5e8450(0x12d)]=!![]);process[_0x5e8450(0xce)][_0x5e8450(0xfc)](_0x3738e9[_0x5e8450(0xc0)])&&(process['env'][_0x5e8450(0x12d)]=_0x3738e9[_0x5e8450(0x112)],_0x4f0178=_0x4f0178[_0x5e8450(0x124)](_0x4a8d67=>_0x4a8d67!==_0x5e8450(0xe8)));const _0x1f7278=_0x4f0178[_0x5e8450(0x106)](_0x3738e9[_0x5e8450(0xdb)]);_0x3738e9[_0x5e8450(0x12a)](_0x1f7278,0x0)&&(process[_0x5e8450(0x102)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x3738e9[_0x5e8450(0x112)],_0x4f0178=_0x4f0178[_0x5e8450(0x124)](_0x4af939=>_0x4af939!=='--disable-test-observability'));try{const _0x10f9e8=path[_0x5e8450(0x133)](helper[_0x5e8450(0xbb)](),_0x3738e9[_0x5e8450(0x9f)],_0x3738e9[_0x5e8450(0xbc)]);fs['existsSync'](_0x10f9e8)&&fs[_0x5e8450(0xdf)](_0x10f9e8);}catch(_0x4b5fe9){logger['debug'](_0x3738e9[_0x5e8450(0x8d)](_0x3738e9[_0x5e8450(0xde)],_0x4b5fe9));}if(!_0x3738e9[_0x5e8450(0x13a)](isTestCommand,_0x2d0d1b,_0x4f0178)){_0x3738e9[_0x5e8450(0x10e)](spawnOriginalProcess,_0x4f0178);return;}const _0x37cad6=new BrowserStackSetup(_0x2d0d1b,FRAMEWORKS[_0x5e8450(0x9c)]);if(!_0x37cad6[_0x5e8450(0xbe)]){logger['error'](_0x3738e9[_0x5e8450(0xba)]);return;}await _0x37cad6[_0x5e8450(0x81)]();!helper[_0x5e8450(0xb8)](_0x37cad6[_0x5e8450(0xda)])&&_0x37cad6[_0x5e8450(0xda)][_0x5e8450(0xd9)](_0x3738e9[_0x5e8450(0x11e)])&&(process[_0x5e8450(0x102)][_0x5e8450(0x12d)]=_0x37cad6[_0x5e8450(0xda)][_0x5e8450(0xb1)](_0x3738e9[_0x5e8450(0x11e)])||!![]);_0x3738e9[_0x5e8450(0x91)](_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x137)],null)&&!helper['isTrue'](process[_0x5e8450(0x102)][_0x5e8450(0xa3)])&&(process[_0x5e8450(0x102)][_0x5e8450(0xa3)]=process['env'][_0x5e8450(0xa3)]||_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x137)]);const _0x6a0495=!helper[_0x5e8450(0x9d)](process[_0x5e8450(0x102)][_0x5e8450(0xa3)]);let _0x290e79=![];_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x119)]&&(_0x290e79=!![],process[_0x5e8450(0x102)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x119)]);_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0xf4)]&&(process['env'][_0x5e8450(0xc3)]=JSON[_0x5e8450(0x147)](_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0xf4)]));const _0x2e8a61=_0x4f0178[_0x5e8450(0xeb)](),_0x58ee84=await _0x3738e9[_0x5e8450(0x13a)](getUserPlaywrightConfig,_0x2d0d1b,_0x4f0178);if(helper['isUndefined'](_0x58ee84)){_0x3738e9[_0x5e8450(0x9b)](spawnOriginalProcess,_0x2e8a61);return;}const _0x530079={..._0x58ee84['config']},_0x22c943=_0x530079,_0x1d8b4c=_0x58ee84[_0x5e8450(0xd5)]?path[_0x5e8450(0xa4)](_0x58ee84[_0x5e8450(0xd5)]):process[_0x5e8450(0xfb)]();process[_0x5e8450(0x102)][_0x5e8450(0x94)]=_0x1d8b4c;if(!_0x3738e9[_0x5e8450(0x13a)](setGlobalSetup,_0x22c943,_0x1d8b4c)){_0x3738e9[_0x5e8450(0x8a)](spawnOriginalProcess,_0x2e8a61);return;}const _0x4c901c=await SessionHandler['launch'](_0x37cad6['config'],{'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x3738e9['Ppzdi'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(_0x6a0495){const _0x3ddd53=_0x3738e9[_0x5e8450(0x123)][_0x5e8450(0xb2)]('|');let _0x21e6c7=0x0;while(!![]){switch(_0x3ddd53[_0x21e6c7++]){case'0':await _0x3738e9['YrVGF'](launchO11ySession,_0x4c901c);continue;case'1':logger[_0x5e8450(0xd0)](_0x3738e9[_0x5e8450(0xed)]);continue;case'2':_0x3738e9[_0x5e8450(0x125)](handleO11yRerun,_0x4f0178);continue;case'3':_0x3738e9[_0x5e8450(0x8e)](initO11yCrashReporter,_0x22c943,_0x37cad6['config']);continue;case'4':_0x3738e9['YrVGF'](addReporter,_0x22c943);continue;}break;}}let _0x32b20b=_0x3738e9[_0x5e8450(0x10d)](process[_0x5e8450(0x102)][_0x5e8450(0x14a)],_0x3738e9[_0x5e8450(0xc2)]);_0x32b20b=_0x32b20b||_0x3738e9[_0x5e8450(0x10c)](checkAccessibilityPlatformConfig,_0x37cad6[_0x5e8450(0xbe)]),process[_0x5e8450(0x102)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x32b20b;if(_0x32b20b){const [_0x3fa88e,_0x4aa5ec]=await _0x3738e9['vLRkY'](createAccessibilityTestRun,_0x37cad6['config'],_0x3738e9[_0x5e8450(0x11c)]);logger[_0x5e8450(0xa1)](_0x5e8450(0x89)+_0x4aa5ec),process[_0x5e8450(0x102)][_0x5e8450(0xa6)]=_0x3fa88e,process[_0x5e8450(0x102)][_0x5e8450(0xad)]=_0x4aa5ec,_0x3738e9['HQCpi'](setAccessibilityCapabilities,_0x37cad6[_0x5e8450(0xbe)]);}(helper['isUndefined'](_0x37cad6['config'][_0x5e8450(0x10a)])||_0x3738e9[_0x5e8450(0x10d)](_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x10a)][_0x5e8450(0xc1)],0x0))&&(process[_0x5e8450(0x102)]['BROWSERSTACK_AUTOMATION']=![]);const _0x13c86c=path[_0x5e8450(0x133)](_0x58ee84[_0x5e8450(0xd5)]?path[_0x5e8450(0xa4)](_0x58ee84[_0x5e8450(0xd5)]):process[_0x5e8450(0xfb)](),_0x3738e9['LHoNK']);fs['writeFileSync'](_0x13c86c,JSON[_0x5e8450(0x147)](_0x37cad6[_0x5e8450(0xbe)])),process[_0x5e8450(0x102)][_0x5e8450(0xae)]=_0x13c86c,helper[_0x5e8450(0xee)]();if(helper[_0x5e8450(0x13d)](process[_0x5e8450(0x102)][_0x5e8450(0x12d)])){let _0x1a8715=[];try{const _0x3acf46=helper[_0x5e8450(0xc4)][_0x5e8450(0x117)](null,_0x3738e9[_0x5e8450(0x13e)](getProjectUtilsPath)),_0x36f76e={};_0x36f76e[_0x5e8450(0xe0)]=!![],_0x36f76e[_0x5e8450(0x139)]='',_0x36f76e[_0x5e8450(0xbd)]='',_0x36f76e[_0x5e8450(0xb0)]='';const _0x6986c2={};_0x6986c2[_0x5e8450(0xe0)]=!![];const _0x529e08={};_0x529e08[_0x5e8450(0x7c)]=_0x36f76e,_0x529e08[_0x5e8450(0x93)]=_0x6986c2;let _0x3fa2b1=_0x529e08;_0x22c943[_0x3738e9[_0x5e8450(0x98)]]&&(_0x3fa2b1['project'][_0x3738e9[_0x5e8450(0x98)]]=_0x22c943[_0x3738e9[_0x5e8450(0x98)]]),_0x22c943[_0x3738e9[_0x5e8450(0xdd)]]&&(_0x3fa2b1['project'][_0x3738e9[_0x5e8450(0xdd)]]=_0x22c943[_0x3738e9[_0x5e8450(0xdd)]]),_0x22c943[_0x3738e9['TPrRU']]&&(_0x3fa2b1['project'][_0x3738e9[_0x5e8450(0xd7)]]=_0x22c943[_0x3738e9[_0x5e8450(0xd7)]]),_0x3fa2b1=Object['assign'](_0x3fa2b1,_0x3fa2b1[_0x5e8450(0x7c)]),_0x1a8715=await _0x3acf46[_0x5e8450(0x88)](_0x3fa2b1);}catch(_0x17a441){logger['debug'](_0x3738e9[_0x5e8450(0xb3)](_0x3738e9['FuMDF'],_0x3738e9['GlOrq'](format,_0x17a441)));}}let _0x4cf36d='';_0x3738e9[_0x5e8450(0x10d)](helper[_0x5e8450(0x99)](),constants['PACKAGE_TYPE']['MODULE'])?_0x4cf36d=_0x3738e9[_0x5e8450(0x101)]:_0x4cf36d=_0x3738e9[_0x5e8450(0xe7)];const _0xfa7abc=path[_0x5e8450(0x133)](_0x58ee84[_0x5e8450(0xd5)]?path[_0x5e8450(0xa4)](_0x58ee84[_0x5e8450(0xd5)]):process[_0x5e8450(0xfb)](),_0x4cf36d);let _0x2dbc14=_0x58ee84[_0x5e8450(0xd5)]?_0x58ee84['path']:'';_0x2dbc14=_0x3738e9[_0x5e8450(0xb7)](_0x2dbc14[_0x5e8450(0xc1)],0x0)?path[_0x5e8450(0xab)](_0x2dbc14):'',process[_0x5e8450(0x102)][_0x5e8450(0x132)]=_0x2dbc14;let _0x2bcdae=_0x5e8450(0xd1);const _0x45cd74=helper[_0x5e8450(0x136)](_0x37cad6['config']);_0x45cd74&&(_0x2bcdae=_0x3738e9[_0x5e8450(0x8d)](_0x5e8450(0xd2)+_0x45cd74+_0x5e8450(0x109),_0x2bcdae));helper[_0x5e8450(0x146)]({},_0x4f0178),fs['writeFileSync'](_0xfa7abc,_0x2bcdae),helper['markSDKSetupComplete']();const _0x1af9dd=_0x3738e9[_0x5e8450(0x90)](spawn,_0x3738e9[_0x5e8450(0xd8)],[_0x3738e9[_0x5e8450(0x122)],_0x3738e9['EdfcC'],_0x3738e9[_0x5e8450(0x128)],_0xfa7abc,..._0x4f0178[_0x5e8450(0x110)](0x2)],{'shell':_0x3738e9[_0x5e8450(0x10d)](process['platform'],_0x3738e9[_0x5e8450(0xaf)]),'stdio':_0x3738e9[_0x5e8450(0xa2)],'cwd':process['cwd'](),'env':Object[_0x5e8450(0x12c)]({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x5e8450(0x8c)](_0x2d0d1b),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x37cad6['config']['testContextOptions'][_0x5e8450(0x7e)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0x13f)]['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x37cad6[_0x5e8450(0xbe)][_0x5e8450(0xa5)]})}),_0x3bc0a5=()=>{const _0x198eb5=_0x5e8450;try{const _0x3c26c5=path[_0x198eb5(0x133)](helper['homedir'](),_0x3738e9[_0x198eb5(0x9f)],_0x3738e9[_0x198eb5(0xbc)]);if(fs[_0x198eb5(0x105)](_0x3c26c5)){let _0x1c874a=fs['readFileSync'](_0x3c26c5);_0x1c874a=JSON[_0x198eb5(0xc8)](_0x1c874a),_0x37cad6[_0x198eb5(0xf8)]=_0x1c874a,fs[_0x198eb5(0xdf)](_0x3c26c5);}}catch(_0x12cb53){logger[_0x198eb5(0xa1)](_0x3738e9['AECFj'](_0x3738e9[_0x198eb5(0xfd)],_0x12cb53));}};_0x1af9dd['on'](_0x3738e9[_0x5e8450(0xac)],async _0x5d0804=>{const _0x494470=_0x5e8450;try{const _0x1f6b81=_0x3738e9[_0x494470(0xf0)][_0x494470(0xb2)]('|');let _0x471940=0x0;while(!![]){switch(_0x1f6b81[_0x471940++]){case'0':logger[_0x494470(0xa1)](_0x494470(0x126)+_0x5d0804);continue;case'1':await helper['finalExecution'](_0x37cad6);continue;case'2':process[_0x494470(0x78)]=_0x5d0804;continue;case'3':fs[_0x494470(0xdf)](_0x13c86c);continue;case'4':fs[_0x494470(0xdf)](_0xfa7abc);continue;case'5':_0x3738e9[_0x494470(0xe5)](_0x3bc0a5);continue;case'6':logger['debug'](_0x494470(0x82)+_0x13c86c);continue;case'7':logger[_0x494470(0xd0)](_0x494470(0x82)+_0xfa7abc);continue;case'8':await _0x3738e9[_0x494470(0xc5)](stopAccessibilityTestRun,_0x37cad6[_0x494470(0xbe)]);continue;}break;}}catch(_0x5354af){logger[_0x494470(0xa1)](_0x3738e9[_0x494470(0xb3)](_0x3738e9[_0x494470(0x131)],_0x5354af));}});}module['exports']=run;
@@ -1 +1 @@
1
- function a32_0x5750(_0x2843ce,_0x1f698c){const _0x30a939=a32_0x30a9();return a32_0x5750=function(_0x57504b,_0x46708b){_0x57504b=_0x57504b-0x1b3;let _0x1c245c=_0x30a939[_0x57504b];return _0x1c245c;},a32_0x5750(_0x2843ce,_0x1f698c);}const a32_0x3fdb6c=a32_0x5750;(function(_0x3f4e3c,_0x17a4bd){const _0x49d87b=a32_0x5750,_0x3efde5=_0x3f4e3c();while(!![]){try{const _0x4a37c7=-parseInt(_0x49d87b(0x1ef))/0x1+-parseInt(_0x49d87b(0x1d9))/0x2*(-parseInt(_0x49d87b(0x1bd))/0x3)+parseInt(_0x49d87b(0x1bb))/0x4*(parseInt(_0x49d87b(0x1b3))/0x5)+-parseInt(_0x49d87b(0x1eb))/0x6+parseInt(_0x49d87b(0x1e3))/0x7*(parseInt(_0x49d87b(0x1cc))/0x8)+-parseInt(_0x49d87b(0x1d5))/0x9*(parseInt(_0x49d87b(0x1e6))/0xa)+-parseInt(_0x49d87b(0x1b7))/0xb*(-parseInt(_0x49d87b(0x1c3))/0xc);if(_0x4a37c7===_0x17a4bd)break;else _0x3efde5['push'](_0x3efde5['shift']());}catch(_0x423c4e){_0x3efde5['push'](_0x3efde5['shift']());}}}(a32_0x30a9,0x2c669));const child_process=require('child_process'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require('../../helpers/helper'),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),logger=require(a32_0x3fdb6c(0x1d4))[a32_0x3fdb6c(0x1c1)];function a32_0x30a9(){const _0x5e9682=['7goBcej','\x20is\x20not\x20found','FiiJL','10rFnczm','kkoij','nMnaU','fork','idwWC','2137434ltoTmx','ZnvAs','fztpa','PCgyx','11902fWjXbn','Call\x20to\x20child\x20fork\x20with\x20args\x20','function','87410FTnHBo','./mock-process.js','cLHyS','GVmkq','737FeQxLM','ioWDE','YzXEX','miDdy','32shChTA','PLAYWRIGHT','3YioEIp','compareVersions','resolve','requirePWModule','winstonLogger','config','24540GNNUQS','QhKRR','IMdRd','error','1.33.0','XVYan','toString','ngIaO','dRKpy','1606200TXdOIw','Not\x20able\x20to\x20import\x20globalSetup','TWKng','CHycP','NUMyV','Path\x20','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','NVNPo','../../helpers/logger','417843sAFfTF','ophsg','BvUST','MmlEU','237574DBfLRZ','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','CdksT','uSwyK','ewLUg','gcxHZ','includes','env','apply','exports'];a32_0x30a9=function(){return _0x5e9682;};return a32_0x30a9();}module[a32_0x3fdb6c(0x1e2)]=async function(_0xc97cb8){const _0x109c05=a32_0x3fdb6c,_0x4e78d3={'UQEHa':_0x109c05(0x1cd),'CdksT':function(_0x398911,_0x5e2e3b){return _0x398911(_0x5e2e3b);},'QhKRR':_0x109c05(0x1b4),'NVNPo':function(_0x534124,_0x2d14f3){return _0x534124!==_0x2d14f3;},'FiiJL':_0x109c05(0x1ee),'ophsg':function(_0x42b9e7){return _0x42b9e7();},'ioWDE':function(_0x475831,_0x29283c){return _0x475831===_0x29283c;},'TWKng':_0x109c05(0x1b9),'dRKpy':_0x109c05(0x1c8),'fztpa':_0x109c05(0x1d0),'ewLUg':function(_0x4c113d,_0x1a53cd){return _0x4c113d(_0x1a53cd);},'MKwRG':function(_0xc94ef9){return _0xc94ef9();},'IMdRd':function(_0x13e850){return _0x13e850();},'nMnaU':'Running\x20existing\x20global\x20setup','MmlEU':_0x109c05(0x1ec),'JvXxI':_0x109c05(0x1b5),'zVWeX':function(_0x29c092){return _0x29c092();},'miDdy':function(_0x4b6afd,_0x551e1d){return _0x4b6afd>=_0x551e1d;},'GVmkq':_0x109c05(0x1c7),'ngIaO':_0x109c05(0x1dc),'BvUST':function(_0x2520ee,_0x5a9484,_0x5b3aea){return _0x2520ee(_0x5a9484,_0x5b3aea);},'gcxHZ':_0x109c05(0x1f1),'CHycP':'zCxFb','jdfxC':_0x109c05(0x1ea)},_0x7db73a=child_process[_0x109c05(0x1e9)];child_process[_0x109c05(0x1e9)]=function(){const _0x2be59c=_0x109c05,_0x381805={};_0x381805['kkoij']=_0x4e78d3[_0x2be59c(0x1c4)];const _0xb2b93b=_0x381805;if(_0x4e78d3['NVNPo'](_0x4e78d3[_0x2be59c(0x1e5)],_0x4e78d3['FiiJL']))throw new _0x2f8e05(_0x4e78d3['UQEHa']);else return _0x4e78d3['CdksT'](debug,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x2be59c(0x1df)](_0x4e78d3[_0x2be59c(0x1d6)](getForkProcessPath))?_0x4e78d3[_0x2be59c(0x1b8)](_0x4e78d3[_0x2be59c(0x1ce)],_0x4e78d3[_0x2be59c(0x1cb)])?_0x4e78d3[_0x2be59c(0x1db)](_0x3d9f3e,_0x2be59c(0x1d2)+_0x5154a7[_0x2be59c(0x1c9)]()):arguments[0x0]=require['resolve'](_0x4e78d3[_0x2be59c(0x1c4)]):_0x4e78d3[_0x2be59c(0x1b8)](_0x4e78d3[_0x2be59c(0x1ed)],_0x4e78d3[_0x2be59c(0x1ed)])?logger[_0x2be59c(0x1c6)]('Path\x20'+_0x4e78d3['ophsg'](getForkProcessPath)+'\x20is\x20not\x20found'):arguments[0x0]=_0x4d5cfd[_0x2be59c(0x1bf)](_0xb2b93b[_0x2be59c(0x1e7)]),_0x7db73a[_0x2be59c(0x1e1)](null,arguments);};if(process['env'][_0x109c05(0x1da)]){_0x4e78d3[_0x109c05(0x1dd)](debug,_0x4e78d3[_0x109c05(0x1e8)]);try{if(_0x4e78d3['NVNPo'](_0x4e78d3[_0x109c05(0x1d8)],_0x4e78d3['JvXxI'])){const {loadGlobalHook:_0x4fbd14}=helper[_0x109c05(0x1c0)][_0x109c05(0x1e1)](null,_0x4e78d3['zVWeX'](getLoadUtilsPath)),_0x2190c2=_0x4e78d3[_0x109c05(0x1db)](getFrameworkVersion,FRAMEWORKS[_0x109c05(0x1bc)]);let _0x1dcf7c=_0xc97cb8;if(_0x4e78d3[_0x109c05(0x1ba)](helper[_0x109c05(0x1be)](_0x2190c2,_0x4e78d3[_0x109c05(0x1b6)]),0x0)){if(_0x4e78d3[_0x109c05(0x1b8)](_0x4e78d3['ngIaO'],_0x4e78d3[_0x109c05(0x1ca)])){const _0x279883={};_0x279883[_0x109c05(0x1c2)]=_0xc97cb8,_0x1dcf7c=_0x279883;}else{const _0x33d3d3={};_0x33d3d3[_0x109c05(0x1c2)]=_0xd945dd,_0x4e2a11=_0x33d3d3;}}const _0x319b44=await _0x4e78d3[_0x109c05(0x1d7)](_0x4fbd14,_0x1dcf7c,process[_0x109c05(0x1e0)][_0x109c05(0x1da)]);if(_0x4e78d3['NVNPo'](typeof _0x319b44,_0x4e78d3[_0x109c05(0x1de)])){if(_0x4e78d3[_0x109c05(0x1d3)](_0x4e78d3[_0x109c05(0x1cf)],_0x4e78d3['jdfxC']))throw new Error(_0x4e78d3['UQEHa']);else return _0x4e78d3[_0x109c05(0x1dd)](_0x4c6290,_0x109c05(0x1f0)+arguments[0x0]),arguments[0x0][_0x109c05(0x1df)](_0x4e78d3['MKwRG'](_0x341e44))?arguments[0x0]=_0x1fed6b[_0x109c05(0x1bf)](_0x4e78d3['QhKRR']):_0x5dfff9[_0x109c05(0x1c6)](_0x109c05(0x1d1)+_0x4e78d3[_0x109c05(0x1d6)](_0x5b6fba)+_0x109c05(0x1e4)),_0x280695[_0x109c05(0x1e1)](null,arguments);}return _0x319b44[_0x109c05(0x1e1)](null,arguments);}else _0x5b367f['error'](_0x109c05(0x1d1)+_0x4e78d3[_0x109c05(0x1c5)](_0x3c5680)+'\x20is\x20not\x20found');}catch(_0x5c7a26){_0x4e78d3['ewLUg'](debug,_0x109c05(0x1d2)+_0x5c7a26[_0x109c05(0x1c9)]());}}};
1
+ const a32_0x555573=a32_0x29fa;(function(_0x507c60,_0x127051){const _0x54c1a5=a32_0x29fa,_0x1a1024=_0x507c60();while(!![]){try{const _0x2f50ef=-parseInt(_0x54c1a5(0x1ce))/0x1+parseInt(_0x54c1a5(0x1c4))/0x2+-parseInt(_0x54c1a5(0x1c3))/0x3*(parseInt(_0x54c1a5(0x1cd))/0x4)+parseInt(_0x54c1a5(0x1c8))/0x5+-parseInt(_0x54c1a5(0x1b9))/0x6+parseInt(_0x54c1a5(0x1b0))/0x7*(-parseInt(_0x54c1a5(0x1cc))/0x8)+-parseInt(_0x54c1a5(0x1af))/0x9*(-parseInt(_0x54c1a5(0x1d1))/0xa);if(_0x2f50ef===_0x127051)break;else _0x1a1024['push'](_0x1a1024['shift']());}catch(_0x3cdff8){_0x1a1024['push'](_0x1a1024['shift']());}}}(a32_0xcecd,0xd6a8c));function a32_0x29fa(_0x59f220,_0x445b0a){const _0xcecd7=a32_0xcecd();return a32_0x29fa=function(_0x29fa3c,_0x8dea95){_0x29fa3c=_0x29fa3c-0x1ad;let _0x26883b=_0xcecd7[_0x29fa3c];return _0x26883b;},a32_0x29fa(_0x59f220,_0x445b0a);}const child_process=require('child_process'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require('../../helpers/helper'),{getLoadUtilsPath,getForkProcessPath}=require(a32_0x555573(0x1c2)),logger=require('../../helpers/logger')[a32_0x555573(0x1ca)];function a32_0xcecd(){const _0x2d7ccc=['1987874NNmoDx','function','pMwmo','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','error','aqtnc','./mock-process.js','env','compareVersions','9523338rJpJrS','sgqtx','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','CedpB','fork','\x20is\x20not\x20found','tOetB','1.33.0','Not\x20able\x20to\x20import\x20globalSetup','./reporter/pwUtils','819003jzbzVS','727402FJnhsH','JsZui','TUilR','Call\x20to\x20child\x20fork\x20with\x20args\x20','2540235RBgJRC','eFNYh','winstonLogger','PCmJs','24iXyaDU','24GlFLjT','1408129VOprGu','toString','QULrO','10COMtBL','apply','GvjYB','49435200eZriHu'];a32_0xcecd=function(){return _0x2d7ccc;};return a32_0xcecd();}module['exports']=async function(_0x4bc387){const _0x325b48=a32_0x555573,_0x13834b={'pMwmo':function(_0x368c96,_0x4d7d93){return _0x368c96(_0x4d7d93);},'QULrO':function(_0x3a0ce5){return _0x3a0ce5();},'CedpB':_0x325b48(0x1b6),'sgqtx':function(_0x26f8ab){return _0x26f8ab();},'aqtnc':'Running\x20existing\x20global\x20setup','JsZui':function(_0x15d770,_0x588938){return _0x15d770(_0x588938);},'FCLPx':function(_0x4a5734,_0x41ca1b){return _0x4a5734>=_0x41ca1b;},'tOetB':_0x325b48(0x1c0),'TUilR':function(_0x1f05a5,_0x22c914,_0x280a9e){return _0x1f05a5(_0x22c914,_0x280a9e);},'PCmJs':function(_0x2f5755,_0x14940a){return _0x2f5755!==_0x14940a;},'GvjYB':_0x325b48(0x1b1),'QGOyu':_0x325b48(0x1c1),'eFNYh':function(_0x51f8c9,_0x4b7926){return _0x51f8c9(_0x4b7926);}},_0x4842f2=child_process[_0x325b48(0x1bd)];child_process[_0x325b48(0x1bd)]=function(){const _0x3f60a5=_0x325b48;return _0x13834b[_0x3f60a5(0x1b2)](debug,_0x3f60a5(0x1c7)+arguments[0x0]),arguments[0x0]['includes'](_0x13834b[_0x3f60a5(0x1d0)](getForkProcessPath))?arguments[0x0]=require['resolve'](_0x13834b[_0x3f60a5(0x1bc)]):logger[_0x3f60a5(0x1b4)]('Path\x20'+_0x13834b[_0x3f60a5(0x1ba)](getForkProcessPath)+_0x3f60a5(0x1be)),_0x4842f2[_0x3f60a5(0x1ad)](null,arguments);};if(process[_0x325b48(0x1b7)][_0x325b48(0x1b3)]){_0x13834b[_0x325b48(0x1b2)](debug,_0x13834b[_0x325b48(0x1b5)]);try{const {loadGlobalHook:_0x308a57}=helper['requirePWModule'][_0x325b48(0x1ad)](null,_0x13834b[_0x325b48(0x1ba)](getLoadUtilsPath)),_0x6e0f70=_0x13834b[_0x325b48(0x1c5)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x21e88f=_0x4bc387;if(_0x13834b['FCLPx'](helper[_0x325b48(0x1b8)](_0x6e0f70,_0x13834b[_0x325b48(0x1bf)]),0x0)){const _0xd6b576={};_0xd6b576['config']=_0x4bc387,_0x21e88f=_0xd6b576;}const _0x2fe1a4=await _0x13834b[_0x325b48(0x1c6)](_0x308a57,_0x21e88f,process[_0x325b48(0x1b7)][_0x325b48(0x1b3)]);if(_0x13834b[_0x325b48(0x1cb)](typeof _0x2fe1a4,_0x13834b[_0x325b48(0x1ae)]))throw new Error(_0x13834b['QGOyu']);return _0x2fe1a4[_0x325b48(0x1ad)](null,arguments);}catch(_0x447039){_0x13834b[_0x325b48(0x1c9)](debug,_0x325b48(0x1bb)+_0x447039[_0x325b48(0x1cf)]());}}};