browserstack-node-sdk 1.29.1 → 1.29.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customEnvironment.js +1 -1
  43. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  44. package/src/bin/jest/jest.setup.js +1 -1
  45. package/src/bin/jest/test_before.setup.js +1 -1
  46. package/src/bin/launcher/launcher.js +1 -1
  47. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  48. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  49. package/src/bin/mocha/command.js +1 -1
  50. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  51. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  52. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  53. package/src/bin/mocha/test.setup.js +1 -1
  54. package/src/bin/nightwatch/command.js +1 -1
  55. package/src/bin/playwright/accessibility-helper.js +1 -1
  56. package/src/bin/playwright/command.js +1 -1
  57. package/src/bin/playwright/globalSetup.js +1 -1
  58. package/src/bin/playwright/mock-process.js +1 -1
  59. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  60. package/src/bin/playwright/reporter/reporter.js +1 -1
  61. package/src/bin/playwright/reporter/test-details.js +1 -1
  62. package/src/bin/runner.js +1 -1
  63. package/src/bin/setup.js +1 -1
  64. package/src/bin/test-runner/index.js +1 -1
  65. package/src/bin/test-runner/runTest.js +1 -1
  66. package/src/bin/test-runner/testWorker.js +1 -1
  67. package/src/bin/utils/constants.js +1 -1
  68. package/src/bin/utils/log4jsAppender.js +1 -1
  69. package/src/bin/utils/logPatcher.js +1 -1
  70. package/src/bin/utils/logReportingAPI.js +1 -1
  71. package/src/bin/vanilla-js/command.js +1 -1
  72. package/src/helpers/BrowserStackSetup.js +1 -1
  73. package/src/helpers/accessibility-automation/constants.js +1 -1
  74. package/src/helpers/accessibility-automation/helper.js +1 -1
  75. package/src/helpers/ats/constants.js +1 -1
  76. package/src/helpers/ats/helper.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/percy/Percy.js +1 -1
  82. package/src/helpers/percy/PercyBinary.js +1 -1
  83. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  84. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  85. package/src/helpers/percy/PercySDK.js +1 -1
  86. package/src/helpers/percy/index.js +1 -1
  87. package/src/helpers/request-spy.js +1 -1
  88. package/src/helpers/setKeepAlive.js +1 -1
  89. package/src/helpers/test-observability/constants.js +1 -1
  90. package/src/helpers/test-observability/error-handler.js +1 -1
  91. package/src/helpers/test-observability/performance-tester.js +1 -1
  92. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  93. package/src/helpers/test-observability/sessionHandler.js +1 -1
  94. package/src/helpers/test-observability/utils.js +1 -1
  95. package/src/helpers/w3cMapping.js +1 -1
  96. package/src/hubAllocationMethods.js +1 -1
  97. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a23_0xed5c09=a23_0x46d6;(function(_0x4ba8aa,_0x158352){const _0x7dbd85=a23_0x46d6,_0x49d2b7=_0x4ba8aa();while(!![]){try{const _0x4edf21=parseInt(_0x7dbd85(0x35d))/0x1*(parseInt(_0x7dbd85(0x21a))/0x2)+parseInt(_0x7dbd85(0x283))/0x3+-parseInt(_0x7dbd85(0x26b))/0x4+parseInt(_0x7dbd85(0x2e3))/0x5+-parseInt(_0x7dbd85(0x2d4))/0x6*(parseInt(_0x7dbd85(0x245))/0x7)+-parseInt(_0x7dbd85(0x2b8))/0x8+-parseInt(_0x7dbd85(0x33d))/0x9*(-parseInt(_0x7dbd85(0x229))/0xa);if(_0x4edf21===_0x158352)break;else _0x49d2b7['push'](_0x49d2b7['shift']());}catch(_0x4b780e){_0x49d2b7['push'](_0x49d2b7['shift']());}}}(a23_0x3e77,0x56a3a));function a23_0x3e77(){const _0x435c76=['kEbpR','RHVmK','eCxed','17707vqDDwO','QSPJh','indexOf','LRGLY','info','--config=','includes','wtnnV','--grep','BROWSERSTACK_TEST_OBSERVABILITY','AZOTL','BROWSERSTACK_RERUN_TESTS','TQPjI','project','testMatch','object','KLjqD','dbEFM','kGvYu','filter','resolve','spINM','cjVaJ','wMaYj','GYmEV','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','close','cOTDK','ggvzZ','djegV','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','yCzuL','oOFlw','Bjfjr','initialize','aVuFS','EwUdP','eofIF','../../helpers/test-observability/sessionHandler','eVHoj','jaZNh','slice','bAeAe','gjBQz','writeFileSync','VPLXG','TXStH','LbQOr','./reporter/reporter.js','getConfigPath','jcPKL','IYWyA','PLAYWRIGHT','HvEUh','62rAaZEd','posyN','Tnyxp','FTJIS','UNuyJ','uBeSk','null','../../helpers/accessibility-automation/helper','JLART','get','globalSetup','EEohP','BrowserStack\x20config\x20file\x20not\x20found.','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','sgmuk','390edDgsB','WTlBN','IBMJw','QxdYE','utjQL','BfDCj','IXWZK','jurYZ','HjIJS','existsSync','iToSe','./reporter/pwUtils','cjglu','Bzzib','pwodl','join','Deleting\x20','MDUIC','has','cvkFi','nphWK','drYGr','UbJNu','startsWith','isTrue','@playwright/test/lib/runner/projectUtils.js','jqjnP','pwLjN','598458nvtTzk','vsPBn','YPeZB','YgMzi','bLAIW','hvEQd','xDiuU','isUndefined','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','gJqxV','kttyT','breakLength','nLxbC','ERdzy','lNLJM','FXnrU','MgfkA','MHpgy','dirname','Imetu','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','platforms','1|0|4|2|3','ZfkyP','win32','XdFyX','getPlaywrightUrl','zxYOT','HqpZE','config','ODjVX','--config','HlOtg','uunrX','qmPhI','test','UUicU','bbDiL','1793176HyyIyQ','testObservability','reporter','concat','MUJBO','UOgRV','jRbIo','Wpxqg','WoMOX','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','Symbol(defineConfigWasUsed)]','YLTkm','GLOPF','Ylbvt','compact','SMwFT','wTkSp','eKcEL','playwright','NmTgM','BGvCI','WvpIp','../utils/constants','util','1368642ArhazW','VocFl','YXZOd','aQYdB','./globalSetup.js','split','bZSEf','../../helpers/helper','child_process','RUlIV','NMicE','gHAOc','iulAi','hFcfW','error','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/utils','ReWZi','oothr','LBpin','tsNmk','PhcDV','OtOyV','gdeoa','GCJfX','map','sOtac','gkTMm','SGFWR','tVBAd','ZCHdQ','GqXJC','xFIcM','lIfSL','BROWSERSTACK_RERUN','unlinkSync','SJYyR','eLuAt','fvFnc','TXorx','cybWn','requireModule','LagJK','Uleen','FRMbk','XojeG','ELyDa','GkXRS','YQhkf','uJePK','accessibility','qYhIK','npx','5491040farNVT','length','qXCNl','filterBrowserstackConfig','Playwright\x20process\x20exited\x20with\x20code\x20','env','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cwd','../../helpers/test-observability/constants','ZgZVp','pORhl','exitCode','FjnBR','true','wphRg','YLNmk','bRelo','DBuRK','XxRJd','NBRIb','platform','forEach','GzPbt','fOGNj','VuClc','ZtQNp','FsaHU','uRTMr','24prRgXh','testIgnore','path','yZDjZ','argv','false','babjH','Getting\x20your\x20playwright\x20config\x20from\x20','lJLpT','IzuOr','--disable-test-observability','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','modifyBrowserStackCaps','AYRzv','MEaCW','164300SVXllF','JmaWD','deAxg','tRfor','DNxhz','KOUcd','FkzMf','QibyQ','TTcCR','automation','use','Bllxw','JiHap','SrvtU','inherit','qnMZw','JoKXT','testDir','Walei','BS_A11Y_JWT','MisFv','jtJEh','LDMLf','IiHIu','../../helpers/BrowserStackSetup','wYscH','UNJSM','nrfAF','accessibilityOptions','Qazcp','PzPTd','stringify','yIZed','finalExecution','cTQPX','xrtSf','NDamg','QJczJ','dtLek','KPyjI','sDpjo','AkZlJ','HDZNx','playwright-browserstack-sdk.config.js','AOwRm','zhwls','LsvyY','RZZxL','paths','zcaEX','YCFwn','dTlUZ','../../helpers/test-observability/error-handler','workers','NpOoV','JAsWf','qkPQZ','cliConfig','LUEnu','projects','dioCr','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','debug','replace','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','hGnwO','kEpFR','FcTDw','qkWsO','huAqq','ZsRVd','ScEIc','vEQaM','QaPsS','AUxLG','iyAhr','DbHCe','../../helpers/logger','xlapO','GCIPs','NETIu','rvGbD','hnOgP','isFalse','DfivZ','nPidh','parallelsPerPlatform','trim','BROWSERSTACK_AUTOMATION','DhDYa','183123DeWFLS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ycNoy','push','ojbAD','fGyGm','BuIPu','QYsat','tcoja','IXUTm','TUTLs','DASHw','mGxtJ','VWskd','./accessibility-helper','IgHcT','depth','AwnBy','nUKuV','LoQoo','POoAK','exports','fWOvP','aNBkZ','kTsLi','SOWzi','HRtLv','lUluT','respectGitIgnore'];a23_0x3e77=function(){return _0x435c76;};return a23_0x3e77();}const fs=require('fs'),path=require(a23_0xed5c09(0x2d6)),{spawn}=require(a23_0xed5c09(0x28b)),{inspect,format}=require(a23_0xed5c09(0x282)),logger=require(a23_0xed5c09(0x330))['winstonLogger'],{default:BrowserStackSetup}=require(a23_0xed5c09(0x2fb)),helper=require(a23_0xed5c09(0x28a)),constants=require(a23_0xed5c09(0x281)),{FRAMEWORKS}=require(a23_0xed5c09(0x2c0)),{getTransformPath,getConfigLoaderPath}=require(a23_0xed5c09(0x234)),{CrashReporter,o11yErrorHandler}=require(a23_0xed5c09(0x317)),{getFrameworkVersion}=require(a23_0xed5c09(0x293)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0xed5c09(0x221)),{setAccessibilityPlaywrightCapabilities}=require(a23_0xed5c09(0x34b)),SessionHandler=require(a23_0xed5c09(0x20a));async function requireOrImportDefaultObject(_0x4895a3){const _0x43d625=a23_0xed5c09,_0x1f09a7={'FEmNL':function(_0x1ad68e){return _0x1ad68e();},'BNQtI':function(_0x5ca396,_0x456edc){return _0x5ca396(_0x456edc);},'SJYyR':function(_0x42dc78,_0x58d067){return _0x42dc78===_0x58d067;},'nLxbC':_0x43d625(0x1f3),'uRTMr':function(_0x1e65e5,_0x1131fd){return _0x1e65e5 in _0x1131fd;},'tsNmk':'default'},{requireOrImport:_0xd8ef62}=helper['requireModule'](_0x1f09a7['FEmNL'](getTransformPath));let _0x4a1c18=await _0x1f09a7['BNQtI'](_0xd8ef62,_0x4895a3);if(_0x4a1c18&&_0x1f09a7[_0x43d625(0x2a7)](typeof _0x4a1c18,_0x1f09a7[_0x43d625(0x251)])&&_0x1f09a7[_0x43d625(0x2d3)](_0x1f09a7[_0x43d625(0x297)],_0x4a1c18))_0x4a1c18=_0x4a1c18[_0x1f09a7[_0x43d625(0x297)]];return _0x4a1c18;}const getUserPlaywrightConfig=async(_0x204de4,_0xd37df4)=>{const _0x41564f=a23_0xed5c09,_0x5c4dcd={'jqjti':function(_0x164cd2,_0xd3c9b5){return _0x164cd2+_0xd3c9b5;},'IgHcT':_0x41564f(0x274),'uktvU':function(_0x261b49,_0x1f0c4f){return _0x261b49(_0x1f0c4f);},'uJePK':_0x41564f(0x2f4),'fOGNj':'globalSetup','eKcEL':_0x41564f(0x323),'DfivZ':_0x41564f(0x275),'FsaHU':'Symbol(\x27defineConfigWasUsed\x27)]','bLAIW':function(_0x190374,_0x470feb){return _0x190374!==_0x470feb;},'UbJNu':_0x41564f(0x220),'gdeoa':_0x41564f(0x1ec),'nUKuV':function(_0x4f65bc){return _0x4f65bc();},'ggvzZ':function(_0x35d77a,_0x2dbb26){return _0x35d77a(_0x2dbb26);},'TlMeb':function(_0x1c8be9,_0x4ab405){return _0x1c8be9===_0x4ab405;},'HvEUh':_0x41564f(0x30b),'ODjVX':_0x41564f(0x230),'dbEFM':function(_0x27d93b,_0xf9501b){return _0x27d93b===_0xf9501b;},'GCIPs':_0x41564f(0x303),'NDamg':function(_0x56f36c,_0x3f5d8f){return _0x56f36c(_0x3f5d8f);},'gvChK':_0x41564f(0x228),'Lehpl':'AIWBe','UNJSM':_0x41564f(0x24d),'POoAK':function(_0x5f51c0,_0x11cc16){return _0x5f51c0!==_0x11cc16;},'SvToV':_0x41564f(0x1ee),'PzPTd':'sgxVY','Mzxuw':_0x41564f(0x2be),'SVdeh':function(_0x1ce068,_0x5cb6e0){return _0x1ce068!==_0x5cb6e0;},'deAxg':_0x41564f(0x278),'dioCr':'--config='},_0x5d247c=!helper['isUndefined'](_0x204de4[_0x41564f(0x262)]),_0x165231=_0x5d247c?path[_0x41564f(0x1f8)](process[_0x41564f(0x2bf)](),_0x204de4['config']):process['cwd'](),{resolveConfigFile:_0x46bdea}=helper[_0x41564f(0x2ac)](_0x5c4dcd[_0x41564f(0x34f)](getConfigLoaderPath)),_0x22affa=_0x5c4dcd[_0x41564f(0x200)](_0x46bdea,_0x165231);let _0x13032b={};if(_0x22affa){if(_0x5c4dcd['TlMeb'](_0x5c4dcd[_0x41564f(0x219)],_0x5c4dcd[_0x41564f(0x263)]))_0x1e39ee[_0x41564f(0x291)](_0x5c4dcd['jqjti'](_0x5c4dcd[_0x41564f(0x34c)],_0x5c4dcd['uktvU'](_0x20afaa,_0x426992)));else{logger[_0x41564f(0x1e8)](_0x41564f(0x2db)+_0x22affa);try{_0x5c4dcd[_0x41564f(0x1f5)](_0x5c4dcd[_0x41564f(0x332)],_0x5c4dcd['GCIPs'])?_0x13032b=await _0x5c4dcd[_0x41564f(0x307)](requireOrImportDefaultObject,_0x22affa):_0x1cc89c['project'][_0x5c4dcd[_0x41564f(0x2b4)]]=_0x304913[_0x5c4dcd[_0x41564f(0x2b4)]];}catch(_0x4da524){if(_0x5c4dcd[_0x41564f(0x249)](_0x5c4dcd['gvChK'],_0x5c4dcd['Lehpl']))return logger[_0x41564f(0x291)](_0x5c4dcd[_0x41564f(0x2fd)],_0x4da524),null;else{if(_0x5373b4['globalSetup']){let _0x45cd73;const _0x10b46c=_0x475009[_0x41564f(0x1f8)](_0x3b3f4a,_0x46e5df[_0x5c4dcd[_0x41564f(0x2cf)]]);if(_0x320ecd[_0x41564f(0x232)](_0x10b46c))_0x45cd73=_0x10b46c;else{const _0xd2223a={};_0xd2223a[_0x41564f(0x313)]=[_0x51e59d],_0x45cd73=_0x3559ee[_0x41564f(0x1f8)](_0x39b10d[_0x5c4dcd['fOGNj']],_0xd2223a);}if(!_0x45cd73)throw new _0x4824a6(_0x5c4dcd[_0x41564f(0x27c)]);_0x3460a1[_0x41564f(0x2bd)][_0x41564f(0x292)]=_0x45cd73;}}}}}else _0x5c4dcd[_0x41564f(0x351)](_0x5c4dcd['SvToV'],_0x5c4dcd[_0x41564f(0x301)])?logger[_0x41564f(0x1e8)](_0x5c4dcd['Mzxuw']):_0x368a12=_0x3f63e3[_0x41564f(0x322)](_0x5c4dcd[_0x41564f(0x337)],_0x5c4dcd[_0x41564f(0x2d2)]);if(_0x5d247c){if(_0x5c4dcd['SVdeh'](_0x5c4dcd[_0x41564f(0x2e5)],_0x5c4dcd[_0x41564f(0x2e5)])){const _0x396800=_0x4fdb1e[_0x41564f(0x241)](_0x5c1619[_0x41564f(0x2bd)]['BROWSERSTACK_RERUN']);if(_0x396800){const _0x53fd81=_0x48f315[_0x41564f(0x2bd)][_0x41564f(0x1ef)],_0x2bf2fb=[];_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,_0x5c4dcd[_0x41564f(0x23f)])&&_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,null)&&_0x53fd81[_0x41564f(0x288)](',')[_0x41564f(0x29c)](_0x5518b7=>{const _0x13b048=_0x41564f;_0x2bf2fb[_0x13b048(0x340)]('('+_0x5518b7[_0x13b048(0x33a)]()+')');});const _0x1cdc53='^'+_0x2bf2fb[_0x41564f(0x238)]('|')+'$';_0x2e601b[_0x41564f(0x340)](_0x5c4dcd[_0x41564f(0x29a)],_0x1cdc53);}}else{const _0x426e10=_0xd37df4['findIndex'](_0x423cfe=>_0x423cfe===_0x41564f(0x264)||_0x423cfe==='-c'||_0x423cfe[_0x41564f(0x240)](_0x41564f(0x1e9)));_0xd37df4['splice'](_0x426e10,_0xd37df4[_0x426e10]['startsWith'](_0x5c4dcd[_0x41564f(0x31f)])?0x1:0x2);}}const _0x3036f8={};return _0x3036f8['path']=_0x22affa,_0x3036f8[_0x41564f(0x262)]=_0x13032b,_0x3036f8;},setGlobalSetup=(_0x5b637b,_0x2f35d3)=>{const _0x1b9ae9=a23_0xed5c09,_0x216ec5={'IXWZK':_0x1b9ae9(0x2ed),'GYmEV':function(_0x3f6b66,_0x27f351){return _0x3f6b66+_0x27f351;},'kEpFR':function(_0x2d1f7b,_0x59d650){return _0x2d1f7b(_0x59d650);},'xlapO':'testMatch','IXUTm':_0x1b9ae9(0x31e),'qVxWi':function(_0x344e32,_0x57396f){return _0x344e32!==_0x57396f;},'bZSEf':'xcPhd','dVuWQ':function(_0x3a39c9,_0x23bade){return _0x3a39c9!==_0x23bade;},'vEQaM':'oRETE','WTlBN':_0x1b9ae9(0x224),'LIjLm':function(_0x110086,_0x19f420){return _0x110086!==_0x19f420;},'RHVmK':_0x1b9ae9(0x1fb),'YLTkm':function(_0x3c995b,_0x538ca0){return _0x3c995b===_0x538ca0;},'Bllxw':'cdNtb','sWyXb':_0x1b9ae9(0x2ca),'Uleen':_0x1b9ae9(0x323),'UOgRV':_0x1b9ae9(0x21d),'UUicU':_0x1b9ae9(0x274),'nphWK':function(_0x26dae6,_0x55fea5){return _0x26dae6(_0x55fea5);},'ZfkyP':_0x1b9ae9(0x287)};if(!_0x5b637b)return![];try{if(_0x216ec5['qVxWi'](_0x216ec5[_0x1b9ae9(0x289)],_0x216ec5['bZSEf']))_0x265df1['debug'](_0x1b9ae9(0x259)+_0x71099e);else{if(_0x5b637b[_0x1b9ae9(0x224)]){if(_0x216ec5['dVuWQ'](_0x216ec5['vEQaM'],_0x216ec5[_0x1b9ae9(0x32b)])){const _0x52bd32={'FkzMf':_0x216ec5[_0x1b9ae9(0x22f)],'lUluT':function(_0x5b1ca1,_0x28c558){const _0x388504=_0x1b9ae9;return _0x216ec5[_0x388504(0x1fc)](_0x5b1ca1,_0x28c558);},'KQZSA':function(_0x1a36a4,_0x2c613e){return _0x216ec5['kEpFR'](_0x1a36a4,_0x2c613e);},'kTsLi':_0x216ec5[_0x1b9ae9(0x331)],'FjnBR':_0x216ec5[_0x1b9ae9(0x346)]};_0x175c2b['forEach'](_0x20f126=>{const _0x53e1d2=_0x1b9ae9,_0x22f1c3={};_0x22f1c3[_0x52bd32[_0x53e1d2(0x2e9)]]={'connectOptions':{'wsEndpoint':_0x52bd32[_0x53e1d2(0x358)](_0xdd131b,_0x52bd32['KQZSA'](_0x45cb03,_0x1be008[_0x53e1d2(0x302)](_0x20f126)))}},_0x22f1c3[_0x52bd32[_0x53e1d2(0x355)]]=_0x16c76d,_0x4687f5[_0x52bd32[_0x53e1d2(0x2c4)]][_0x53e1d2(0x340)](_0x22f1c3);});}else{let _0x193794;const _0x5e7ef3=path[_0x1b9ae9(0x1f8)](_0x2f35d3,_0x5b637b[_0x216ec5[_0x1b9ae9(0x22a)]]);if(fs[_0x1b9ae9(0x232)](_0x5e7ef3)){if(_0x216ec5['LIjLm'](_0x216ec5[_0x1b9ae9(0x35b)],_0x216ec5[_0x1b9ae9(0x35b)])){const _0x3ef732={'frameworkName':_0x12ac56[_0x1b9ae9(0x218)],'frameworkVersion':_0x216ec5[_0x1b9ae9(0x325)](_0x251106,_0x14f4a4[_0x1b9ae9(0x218)])};_0x201e60[_0x1b9ae9(0x206)](_0x3ef732,_0x165409,_0x5b889d);}else _0x193794=_0x5e7ef3;}else{if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x2ee)],_0x216ec5['sWyXb']))return _0x85b6ce['env'][_0x1b9ae9(0x1ed)]=![],![];else{const _0x52bdfe={};_0x52bdfe[_0x1b9ae9(0x313)]=[_0x2f35d3],_0x193794=require[_0x1b9ae9(0x1f8)](_0x5b637b[_0x216ec5['WTlBN']],_0x52bdfe);}}if(!_0x193794)throw new Error(_0x216ec5[_0x1b9ae9(0x2ae)]);process[_0x1b9ae9(0x2bd)][_0x1b9ae9(0x292)]=_0x193794;}}}}catch(_0x4302d5){if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x270)],_0x216ec5[_0x1b9ae9(0x270)]))logger[_0x1b9ae9(0x291)](_0x216ec5[_0x1b9ae9(0x1fc)](_0x216ec5[_0x1b9ae9(0x269)],_0x216ec5[_0x1b9ae9(0x23d)](format,_0x4302d5)));else return!![];}return _0x5b637b[_0x1b9ae9(0x224)]=require['resolve'](_0x216ec5[_0x1b9ae9(0x25c)]),!![];},addReporter=_0xd02953=>{const _0x2a978f=a23_0xed5c09,_0x320da6={'kGvYu':'BrowserStack\x20config\x20file\x20not\x20found.','vdghL':'use','aVuFS':function(_0x55bf8c,_0x5f3519){return _0x55bf8c+_0x5f3519;},'SrvtU':function(_0x3c39e5,_0x5d816a){return _0x3c39e5(_0x5d816a);},'KECvI':_0x2a978f(0x31e),'WvpIp':_0x2a978f(0x214),'bRelo':_0x2a978f(0x26d),'djegV':function(_0x4154a7,_0x1ccf32){return _0x4154a7!==_0x1ccf32;},'lIfSL':_0x2a978f(0x31b),'rvGbD':function(_0x23e207,_0x3bfed5){return _0x23e207===_0x3bfed5;},'RZZxL':'string','qXCNl':_0x2a978f(0x244),'YPeZB':_0x2a978f(0x1f3),'VlqLp':_0x2a978f(0x2ef),'JymNt':_0x2a978f(0x357)},_0x32c4ed=path[_0x2a978f(0x238)](__dirname,_0x320da6[_0x2a978f(0x280)]),_0x24961d=[_0x32c4ed];if(helper[_0x2a978f(0x24c)](_0xd02953[_0x320da6[_0x2a978f(0x2c8)]])){if(_0x320da6['djegV'](_0x320da6[_0x2a978f(0x2a4)],_0x320da6[_0x2a978f(0x2a4)])){if(_0x15860d['isTrue'](_0x56b903['accessibility']))return _0x50c986=!![],!![];}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x312)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6[_0x2a978f(0x2ba)],_0x320da6[_0x2a978f(0x2ba)])){_0x4546e1[_0x2a978f(0x291)](_0x320da6[_0x2a978f(0x1f6)]);return;}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[[_0xd02953[_0x320da6[_0x2a978f(0x2c8)]]],_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x247)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6['VlqLp'],_0x320da6['JymNt']))_0xd02953[_0x320da6['bRelo']]['push'](_0x24961d);else{const _0x2cec8e={};_0x2cec8e[_0x320da6['vdghL']]={'connectOptions':{'wsEndpoint':_0x320da6[_0x2a978f(0x207)](_0x5d3f30,_0x320da6[_0x2a978f(0x2f0)](_0x778db,_0x6b317f['stringify'](_0xbee359)))}},_0x42a87e[_0x320da6['KECvI']][_0x2a978f(0x340)](_0x2cec8e);}}}}},handleO11yRerun=_0x407e90=>{const _0x2b971e=a23_0xed5c09,_0x5cc5f0={'LUEnu':'playwright','lrlqB':function(_0xf3fe19,_0x6d6d20){return _0xf3fe19(_0x6d6d20);},'Wpxqg':function(_0xa16b32,_0x3b0580){return _0xa16b32+_0x3b0580;},'ojbAD':function(_0x3a189d,_0x478231){return _0x3a189d===_0x478231;},'laepD':_0x2b971e(0x27a),'HqpZE':'WeHGe','HjIJS':_0x2b971e(0x2f7),'DhDYa':_0x2b971e(0x294),'LDMLf':function(_0x4ed97e,_0x4015c7){return _0x4ed97e!==_0x4015c7;},'shxXf':'null','Tnyxp':function(_0x5df8dd,_0x1dda71){return _0x5df8dd!==_0x1dda71;},'pORhl':_0x2b971e(0x209),'lBtpX':_0x2b971e(0x1ec)},_0x5b1e9d=helper[_0x2b971e(0x241)](process[_0x2b971e(0x2bd)][_0x2b971e(0x2a5)]);if(_0x5b1e9d){if(_0x5cc5f0[_0x2b971e(0x341)](_0x5cc5f0[_0x2b971e(0x231)],_0x5cc5f0[_0x2b971e(0x33c)]))_0x56ed9c['push'](_0x225ff4[_0x2b971e(0x2e0)](_0x436d9a[_0x2b971e(0x262)],_0x5cc5f0[_0x2b971e(0x31d)],_0xfc83d7));else{const _0x36d60f=process[_0x2b971e(0x2bd)]['BROWSERSTACK_RERUN_TESTS'],_0x23a516=[];if(_0x5cc5f0[_0x2b971e(0x2f9)](_0x36d60f,_0x5cc5f0['shxXf'])&&_0x5cc5f0[_0x2b971e(0x21c)](_0x36d60f,null)){if(_0x5cc5f0['LDMLf'](_0x5cc5f0[_0x2b971e(0x2c2)],_0x5cc5f0[_0x2b971e(0x2c2)])){_0x5cc5f0['lrlqB'](_0x3bcce9,_0x5ec6ef);return;}else _0x36d60f[_0x2b971e(0x288)](',')['map'](_0x1443d1=>{const _0x4d2a1e=_0x2b971e;_0x5cc5f0['ojbAD'](_0x5cc5f0['laepD'],_0x5cc5f0[_0x4d2a1e(0x261)])?_0x469c17=_0x5cc5f0[_0x4d2a1e(0x272)](_0x4d2a1e(0x320)+_0x26793b+_0x4d2a1e(0x1fd),_0x556e24):_0x23a516[_0x4d2a1e(0x340)]('('+_0x1443d1[_0x4d2a1e(0x33a)]()+')');});}const _0x28dcec='^'+_0x23a516['join']('|')+'$';_0x407e90['push'](_0x5cc5f0['lBtpX'],_0x28dcec);}}},spawnOriginalProcess=_0x182d34=>{const _0x5a6051=a23_0xed5c09,_0x10dabc={'AkZlJ':function(_0x28769b,_0x1be5c8,_0x5ece47,_0x56f150){return _0x28769b(_0x1be5c8,_0x5ece47,_0x56f150);},'GLOPF':_0x5a6051(0x2b7),'GzPbt':_0x5a6051(0x27d),'iBOHK':function(_0x469301,_0x3bb34f){return _0x469301===_0x3bb34f;},'LRGLY':_0x5a6051(0x25d),'QSPJh':_0x5a6051(0x2f1)};_0x10dabc[_0x5a6051(0x30c)](spawn,_0x10dabc[_0x5a6051(0x277)],[_0x10dabc[_0x5a6051(0x2ce)],..._0x182d34['slice'](0x1)],{'shell':_0x10dabc['iBOHK'](process['platform'],_0x10dabc[_0x5a6051(0x1e7)]),'stdio':_0x10dabc[_0x5a6051(0x1e5)],'cwd':process[_0x5a6051(0x2bf)]()});},isTestCommand=(_0x4aed69,_0x8a5da7)=>{const _0x5f0659=a23_0xed5c09,_0x11a041={'KfXUp':function(_0x197e37,_0x2d5f83){return _0x197e37(_0x2d5f83);},'cTQPX':function(_0x5a49cc,_0x380384){return _0x5a49cc>_0x380384;},'TUTLs':function(_0x43a5d2,_0x4c0346){return _0x43a5d2===_0x4c0346;},'YLNmk':_0x5f0659(0x268),'qnMZw':_0x5f0659(0x33f)};if(_0x11a041[_0x5f0659(0x305)](_0x8a5da7[_0x5f0659(0x2b9)],0x1)&&_0x11a041[_0x5f0659(0x347)](_0x8a5da7[0x1],_0x11a041[_0x5f0659(0x2c7)])){if(_0x11a041[_0x5f0659(0x347)](_0x11a041[_0x5f0659(0x2f2)],_0x11a041[_0x5f0659(0x2f2)]))return!![];else{_0x11a041['KfXUp'](_0x59e201,_0x27d793);return;}}return![];},initO11yCrashReporter=(_0x5374a7,_0x20e37f)=>{const _0x465026=a23_0xed5c09,_0x2a3d73={'donPN':function(_0x391318,_0x48b490){return _0x391318(_0x48b490);}},_0x499efd={'frameworkName':FRAMEWORKS[_0x465026(0x218)],'frameworkVersion':_0x2a3d73['donPN'](getFrameworkVersion,FRAMEWORKS[_0x465026(0x218)])};CrashReporter[_0x465026(0x206)](_0x499efd,_0x5374a7,_0x20e37f);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x237d14){const _0x24892e=a23_0xed5c09,_0x57932f={'OtOyV':_0x24892e(0x1f2),'QxdYE':function(_0x5ebf20,_0x2b9e1d){return _0x5ebf20(_0x2b9e1d);},'cjglu':function(_0x25e781,_0x26c363){return _0x25e781>_0x26c363;},'PzDuU':function(_0x173781,_0x5e0bbf){return _0x173781===_0x5e0bbf;},'KPyjI':function(_0x4a0853,_0xd35139){return _0x4a0853===_0xd35139;},'jRbIo':'vheeR'},_0x59c76d=await SessionHandler['launch'](_0x237d14,{'frameworkName':FRAMEWORKS[_0x24892e(0x218)],'frameworkVersion':_0x57932f[_0x24892e(0x22c)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(!_0x59c76d||_0x57932f[_0x24892e(0x235)](_0x59c76d[_0x24892e(0x2b9)],0x1)&&_0x57932f['PzDuU'](_0x59c76d[0x0],null)){if(_0x57932f[_0x24892e(0x30a)](_0x57932f[_0x24892e(0x271)],_0x57932f['jRbIo']))return process[_0x24892e(0x2bd)][_0x24892e(0x1ed)]=![],![];else _0x4842b5[_0x24892e(0x1f1)][_0x57932f[_0x24892e(0x299)]]=_0x1b8add[_0x57932f[_0x24892e(0x299)]];}return!![];});function checkAccessibilityPlatformConfig(_0x10a31a){const _0x21744e=a23_0xed5c09,_0x929dba={};_0x929dba['ZgZVp']='false',_0x929dba['HbLvP']=_0x21744e(0x24d),_0x929dba[_0x21744e(0x2d7)]=function(_0x40f4f7,_0x25b58a){return _0x40f4f7===_0x25b58a;},_0x929dba[_0x21744e(0x350)]='XYmZr',_0x929dba[_0x21744e(0x2ad)]=function(_0x1a39a7,_0x579b62){return _0x1a39a7===_0x579b62;},_0x929dba[_0x21744e(0x21f)]=_0x21744e(0x344),_0x929dba[_0x21744e(0x24e)]='PpULk',_0x929dba['zmnYP']=function(_0x5f1827,_0x25b733){return _0x5f1827!==_0x25b733;},_0x929dba[_0x21744e(0x24b)]=_0x21744e(0x31a),_0x929dba['VKdzu']=_0x21744e(0x204),_0x929dba[_0x21744e(0x24f)]=_0x21744e(0x29d);const _0x15e7c2=_0x929dba;let _0x2d22ed=![];try{_0x15e7c2['zmnYP'](_0x15e7c2['xDiuU'],_0x15e7c2['xDiuU'])?_0x408ee6[_0x21744e(0x2bd)][_0x21744e(0x33b)]=!![]:_0x10a31a[_0x21744e(0x25a)][_0x21744e(0x2cd)](_0x19ca0a=>{const _0x1e914a=_0x21744e,_0x570602={};_0x570602['xiXgQ']=_0x15e7c2['HbLvP'];const _0x496208=_0x570602;if(_0x15e7c2[_0x1e914a(0x2d7)](_0x15e7c2[_0x1e914a(0x350)],_0x15e7c2[_0x1e914a(0x350)])){if(helper['isTrue'](_0x19ca0a['accessibility']))return _0x15e7c2['LagJK'](_0x15e7c2['uBeSk'],_0x15e7c2[_0x1e914a(0x24e)])?(_0x24d58d[_0x1e914a(0x291)](_0x496208['xiXgQ'],_0x1bd7e4),null):(_0x2d22ed=!![],!![]);}else _0x1fea98['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x15e7c2[_0x1e914a(0x2c1)],_0x8b1b66=_0x23bb9c['filter'](_0x41b237=>_0x41b237!=='--disable-test-observability');});}catch(_0x269898){_0x15e7c2['zmnYP'](_0x15e7c2['VKdzu'],_0x15e7c2[_0x21744e(0x24f)])?logger[_0x21744e(0x321)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x269898):_0x3bfbd8[_0x21744e(0x288)](',')['map'](_0x344652=>{const _0x619010=_0x21744e;_0x1156fd[_0x619010(0x340)]('('+_0x344652[_0x619010(0x33a)]()+')');});}return _0x2d22ed;}function a23_0x46d6(_0x48a10f,_0x14d8ff){const _0x3e776d=a23_0x3e77();return a23_0x46d6=function(_0x46d621,_0x54ae8a){_0x46d621=_0x46d621-0x1e5;let _0x594ca9=_0x3e776d[_0x46d621];return _0x594ca9;},a23_0x46d6(_0x48a10f,_0x14d8ff);}async function run(_0x2fd9f0,_0x1a0c5a){const _0x3434e6=a23_0xed5c09,_0x5c8feb={'XojeG':function(_0x1c59d7,_0x24a7bb){return _0x1c59d7!==_0x24a7bb;},'NMicE':_0x3434e6(0x220),'ZCHdQ':_0x3434e6(0x1ec),'bbDiL':_0x3434e6(0x26d),'TTcCR':'testIgnore','Wznfn':_0x3434e6(0x2be),'xrtSf':'globalSetup','BdPLb':_0x3434e6(0x323),'DbHCe':function(_0x37f3ca,_0x2e9af2){return _0x37f3ca(_0x2e9af2);},'LDHNM':function(_0x24322a,_0x27c065){return _0x24322a>_0x27c065;},'jqjnP':function(_0xddb0c4,_0x3a0c77){return _0xddb0c4===_0x3a0c77;},'KLjqD':_0x3434e6(0x268),'YXZOd':_0x3434e6(0x1e9),'huAqq':_0x3434e6(0x2ed),'ELyDa':function(_0x562596,_0x2a08d6){return _0x562596+_0x2a08d6;},'WoMOX':_0x3434e6(0x1f2),'VPLXG':'projects','dtLek':_0x3434e6(0x2f4),'mGxtJ':_0x3434e6(0x2a8),'hvEQd':'playwright','ncacz':function(_0x2c4c73,_0x43748c,_0x4b3dd6,_0xb0a943){return _0x2c4c73(_0x43748c,_0x4b3dd6,_0xb0a943);},'PhcDV':_0x3434e6(0x2b7),'YgMzi':function(_0x19b967,_0x1ffc80){return _0x19b967===_0x1ffc80;},'SOWzi':_0x3434e6(0x25d),'fWOvP':_0x3434e6(0x2f1),'BfDCj':function(_0x2a2c90,_0x2a87aa){return _0x2a2c90+_0x2a87aa;},'EEohP':_0x3434e6(0x2ec),'YQhkf':function(_0x387c42,_0x288e30){return _0x387c42+_0x288e30;},'Bjfjr':function(_0x31b9c0,_0x4166f7){return _0x31b9c0!==_0x4166f7;},'jcPKL':'vOZTN','COvHB':_0x3434e6(0x202),'fvFnc':_0x3434e6(0x326),'GCJfX':function(_0x3400a7,_0x31d37a){return _0x3400a7===_0x31d37a;},'IzuOr':_0x3434e6(0x253),'IYWyA':function(_0x1cfa04,_0x112829){return _0x1cfa04+_0x112829;},'AOwRm':function(_0x4b56c1,_0x3388ea){return _0x4b56c1(_0x3388ea);},'DASHw':_0x3434e6(0x2d9),'wTkSp':_0x3434e6(0x214),'yCzuL':function(_0x1a1dce,_0x5af99d){return _0x1a1dce===_0x5af99d;},'iToSe':'string','xFIcM':function(_0x588b86,_0x109991){return _0x588b86===_0x109991;},'Imetu':_0x3434e6(0x1f3),'hnOgP':'4|5|1|2|0|3','babjH':function(_0x550d57,_0x286b79){return _0x550d57!==_0x286b79;},'HCZeO':'dJlNE','aNBkZ':'--disable-browserstack-automation','Srgjf':'XvJxF','epZns':_0x3434e6(0x2dc),'LbQOr':_0x3434e6(0x2de),'zcaEX':function(_0x3ad352,_0x3bfe37){return _0x3ad352>=_0x3bfe37;},'gHAOc':_0x3434e6(0x2fe),'oothr':_0x3434e6(0x1f0),'dTlUZ':function(_0x270838,_0x39dce4,_0x4d0007){return _0x270838(_0x39dce4,_0x4d0007);},'QibyQ':_0x3434e6(0x342),'tVBAd':'JNgcI','JoKXT':function(_0x2f4bd1,_0x13839a){return _0x2f4bd1===_0x13839a;},'pcrLS':_0x3434e6(0x27f),'DxplM':_0x3434e6(0x2af),'SGFWR':_0x3434e6(0x226),'NLkci':function(_0x353189,_0x53706b){return _0x353189!==_0x53706b;},'pXlxr':'DpmeC','XdFyX':_0x3434e6(0x2fc),'TXStH':function(_0x1704df,_0x12ac50){return _0x1704df!=_0x12ac50;},'zhwls':function(_0x582a6d,_0x738e1f){return _0x582a6d===_0x738e1f;},'NpOoV':_0x3434e6(0x2f8),'iulAi':_0x3434e6(0x324),'pOKSR':_0x3434e6(0x2b6),'kEbpR':_0x3434e6(0x32a),'RUlIV':function(_0x5ed27d,_0x343539){return _0x5ed27d!==_0x343539;},'DBuRK':'iqjry','AUxLG':function(_0x3f3973,_0x2b142d,_0x2ffbc2){return _0x3f3973(_0x2b142d,_0x2ffbc2);},'NETIu':function(_0x5cb17a,_0x225e1c){return _0x5cb17a!==_0x225e1c;},'hFcfW':_0x3434e6(0x22d),'HDZNx':function(_0x592885,_0x16e99b){return _0x592885(_0x16e99b);},'ZsRVd':function(_0x39114f,_0x41d70d,_0xbebcbe){return _0x39114f(_0x41d70d,_0xbebcbe);},'cjVaJ':_0x3434e6(0x22b),'tLFqN':function(_0x53d9ac,_0x15ae21){return _0x53d9ac!==_0x15ae21;},'tcoja':_0x3434e6(0x260),'ihXiL':'pvnnH','eCxed':_0x3434e6(0x25b),'NBRIb':function(_0x153858,_0x3192b5,_0x31bc66){return _0x153858(_0x3192b5,_0x31bc66);},'jaZNh':_0x3434e6(0x227),'pwodl':function(_0x356fae,_0x253a7e){return _0x356fae===_0x253a7e;},'AYRzv':_0x3434e6(0x2c5),'bAeAe':function(_0x225b05,_0x17372e){return _0x225b05(_0x17372e);},'GkXRS':function(_0x99a4a4,_0x4aba6d){return _0x99a4a4===_0x4aba6d;},'cOTDK':_0x3434e6(0x32c),'VocFl':_0x3434e6(0x266),'VCdun':'@playwright/test','MDUIC':function(_0x12d5ae,_0x263bea){return _0x12d5ae(_0x263bea);},'MEaCW':function(_0xb558e6,_0x496776){return _0xb558e6===_0x496776;},'qmPhI':function(_0x1eb14c,_0x13fc2e){return _0x1eb14c!==_0x13fc2e;},'wphRg':_0x3434e6(0x2d0),'KOUcd':function(_0x5dd8ab,_0x364759){return _0x5dd8ab!==_0x364759;},'MgfkA':'WKNnc','JmaWD':_0x3434e6(0x21e),'bpktM':function(_0x3a6297,_0x1922c4){return _0x3a6297===_0x1922c4;},'TXorx':'Lpkre','wtnnV':_0x3434e6(0x242),'qkWsO':_0x3434e6(0x2e7),'IiHIu':_0x3434e6(0x252),'MUJBO':function(_0x5062cd,_0x2f1667){return _0x5062cd!==_0x2f1667;},'drYGr':_0x3434e6(0x265),'cybWn':_0x3434e6(0x29e),'Bzzib':'vZIzT','FXnrU':_0x3434e6(0x286),'posyN':_0x3434e6(0x1f9),'LsvyY':_0x3434e6(0x308),'BuIPu':_0x3434e6(0x300),'IOOsm':_0x3434e6(0x34a),'pfPoo':function(_0x592c7d,_0xa3879){return _0x592c7d*_0xa3879;},'AwnBy':_0x3434e6(0x318),'nPidh':_0x3434e6(0x30e),'YCFwn':_0x3434e6(0x275),'JLART':_0x3434e6(0x296),'Walei':'Symbol(\x27defineConfigWasUsed\x27)]','aeVhd':'module.exports\x20=\x20','MHpgy':function(_0x4eb70f,_0x209cf8){return _0x4eb70f+_0x209cf8;},'OWUIn':_0x3434e6(0x264),'cvkFi':_0x3434e6(0x1fe)};if(!helper[_0x3434e6(0x336)](process['env'][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2da)](_0x5c8feb['HCZeO'],_0x5c8feb['HCZeO'])){const _0x252068=_0x4c9673[_0x3434e6(0x2bd)][_0x3434e6(0x1ef)],_0x205684=[];_0x5c8feb[_0x3434e6(0x2b0)](_0x252068,_0x5c8feb[_0x3434e6(0x28d)])&&_0x5c8feb['XojeG'](_0x252068,null)&&_0x252068[_0x3434e6(0x288)](',')[_0x3434e6(0x29c)](_0xb3ea6a=>{const _0x558129=_0x3434e6;_0x205684[_0x558129(0x340)]('('+_0xb3ea6a[_0x558129(0x33a)]()+')');});const _0x3d17c3='^'+_0x205684[_0x3434e6(0x238)]('|')+'$';_0x4a6244[_0x3434e6(0x340)](_0x5c8feb[_0x3434e6(0x2a1)],_0x3d17c3);}else process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=!![];}process[_0x3434e6(0x2d8)][_0x3434e6(0x1ea)](_0x5c8feb[_0x3434e6(0x354)])&&(_0x5c8feb[_0x3434e6(0x203)](_0x5c8feb['Srgjf'],_0x5c8feb['epZns'])?_0x221744[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x3341db]:(process['env'][_0x3434e6(0x33b)]=_0x5c8feb['DASHw'],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4744d4=>_0x4744d4!=='--disable-browserstack-automation')));const _0x4a45d0=_0x1a0c5a[_0x3434e6(0x1e6)](_0x5c8feb[_0x3434e6(0x213)]);_0x5c8feb[_0x3434e6(0x314)](_0x4a45d0,0x0)&&(_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x28e)],_0x5c8feb[_0x3434e6(0x295)])?(process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]=_0x5c8feb[_0x3434e6(0x348)],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4504e6=>_0x4504e6!==_0x3434e6(0x2de))):_0x451984[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x367cda[_0x5c8feb[_0x3434e6(0x2eb)]]);if(!_0x5c8feb[_0x3434e6(0x316)](isTestCommand,_0x2fd9f0,_0x1a0c5a)){if(_0x5c8feb[_0x3434e6(0x248)](_0x5c8feb[_0x3434e6(0x2ea)],_0x5c8feb[_0x3434e6(0x2a0)]))_0x314ade[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0xdf633c[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]||_0x22948a[_0x3434e6(0x262)][_0x3434e6(0x26c)];else{_0x5c8feb[_0x3434e6(0x30f)](spawnOriginalProcess,_0x1a0c5a);return;}}const _0x3c3f99=new BrowserStackSetup(_0x2fd9f0,FRAMEWORKS[_0x3434e6(0x218)]);if(!_0x3c3f99[_0x3434e6(0x262)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pcrLS'],_0x5c8feb['DxplM']))_0x3f0837[_0x3434e6(0x1e8)](_0x5c8feb['Wznfn']);else{logger[_0x3434e6(0x291)](_0x5c8feb[_0x3434e6(0x29f)]);return;}}await _0x3c3f99[_0x3434e6(0x206)]();if(!helper[_0x3434e6(0x24c)](_0x3c3f99['cliConfig'])&&_0x3c3f99['cliConfig'][_0x3434e6(0x23b)](_0x5c8feb['EEohP'])){if(_0x5c8feb['NLkci'](_0x5c8feb['pXlxr'],_0x5c8feb[_0x3434e6(0x25e)]))process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x3c3f99[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb['EEohP'])||!![];else{const _0x29d76d={};_0x29d76d[_0x3434e6(0x313)]=[_0x5e634f],_0x1d4132=_0x17d0d2[_0x3434e6(0x1f8)](_0x3d916e[_0x5c8feb[_0x3434e6(0x306)]],_0x29d76d);}}_0x5c8feb[_0x3434e6(0x212)](_0x3c3f99['config'][_0x3434e6(0x26c)],null)&&!helper['isTrue'](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)])&&(_0x5c8feb[_0x3434e6(0x310)](_0x5c8feb[_0x3434e6(0x319)],_0x5c8feb[_0x3434e6(0x28f)])?_0x151ad5[_0x3434e6(0x25a)][_0x3434e6(0x2cd)](_0x2e9252=>{const _0xc5a57=_0x3434e6;if(_0x3f635b['isTrue'](_0x2e9252[_0xc5a57(0x2b5)]))return _0x3cc09c=!![],!![];}):process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x3c3f99['config']['testObservability']);const _0x2d4f8e=!helper[_0x3434e6(0x336)](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]);let _0xbde4cd=![];if(_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pOKSR'],_0x5c8feb[_0x3434e6(0x35a)])){let _0x277de9;const _0x419bb8=_0x1b024f[_0x3434e6(0x1f8)](_0x5a22a2,_0x1d33f0[_0x5c8feb[_0x3434e6(0x306)]]);if(_0x3953bf[_0x3434e6(0x232)](_0x419bb8))_0x277de9=_0x419bb8;else{const _0x21e208={};_0x21e208[_0x3434e6(0x313)]=[_0x5a7239],_0x277de9=_0x31944f['resolve'](_0x2ed3e8[_0x5c8feb[_0x3434e6(0x306)]],_0x21e208);}if(!_0x277de9)throw new _0x377704(_0x5c8feb['BdPLb']);_0xce25e3[_0x3434e6(0x2bd)][_0x3434e6(0x292)]=_0x277de9;}else _0xbde4cd=!![],process[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)];}if(_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']){if(_0x5c8feb[_0x3434e6(0x28c)](_0x5c8feb[_0x3434e6(0x2c9)],_0x5c8feb[_0x3434e6(0x2c9)])){_0x5c8feb[_0x3434e6(0x32f)](_0x4c65d9,_0x174c17);return;}else process['env'][_0x3434e6(0x2df)]=JSON['stringify'](_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']);}const _0x29d7f5=_0x1a0c5a[_0x3434e6(0x26e)](),_0x5b0049=await _0x5c8feb[_0x3434e6(0x32d)](getUserPlaywrightConfig,_0x2fd9f0,_0x1a0c5a);if(helper[_0x3434e6(0x24c)](_0x5b0049)){if(_0x5c8feb[_0x3434e6(0x333)](_0x5c8feb[_0x3434e6(0x290)],_0x5c8feb[_0x3434e6(0x290)]))return _0x394a06=!![],!![];else{_0x5c8feb['HDZNx'](spawnOriginalProcess,_0x29d7f5);return;}}const _0x4fddd2={..._0x5b0049['config']},_0x49f6d4=_0x4fddd2,_0x2cd659=_0x5b0049['path']?path[_0x3434e6(0x257)](_0x5b0049['path']):process[_0x3434e6(0x2bf)]();if(!_0x5c8feb[_0x3434e6(0x329)](setGlobalSetup,_0x49f6d4,_0x2cd659)){if(_0x5c8feb[_0x3434e6(0x2b0)](_0x5c8feb[_0x3434e6(0x1fa)],_0x5c8feb[_0x3434e6(0x1fa)]))_0x1d92e3[_0x3434e6(0x340)]('('+_0x24b3f7[_0x3434e6(0x33a)]()+')');else{_0x5c8feb[_0x3434e6(0x30d)](spawnOriginalProcess,_0x29d7f5);return;}}if(_0x2d4f8e){if(_0x5c8feb['tLFqN'](_0x5c8feb[_0x3434e6(0x345)],_0x5c8feb['ihXiL'])){const _0x2376c7=_0x5c8feb[_0x3434e6(0x35c)][_0x3434e6(0x288)]('|');let _0x2c9e9d=0x0;while(!![]){switch(_0x2376c7[_0x2c9e9d++]){case'0':_0x5c8feb[_0x3434e6(0x2cb)](initO11yCrashReporter,_0x49f6d4,_0x3c3f99['config']);continue;case'1':logger[_0x3434e6(0x1e8)](_0x5c8feb[_0x3434e6(0x20c)]);continue;case'2':_0x5c8feb[_0x3434e6(0x30d)](handleO11yRerun,_0x1a0c5a);continue;case'3':await _0x5c8feb[_0x3434e6(0x30f)](launchO11ySession,_0x3c3f99[_0x3434e6(0x262)]);continue;case'4':_0x5c8feb['HDZNx'](addReporter,_0x49f6d4);continue;}break;}}else{if(_0x5c8feb['LDHNM'](_0x31ddbf[_0x3434e6(0x2b9)],0x1)&&_0x5c8feb[_0x3434e6(0x243)](_0xc617fc[0x1],_0x5c8feb[_0x3434e6(0x1f4)]))return!![];return![];}}let _0x5b329b=_0x5c8feb[_0x3434e6(0x237)](process['env'][_0x3434e6(0x33e)],_0x5c8feb[_0x3434e6(0x2e1)]);_0x5b329b=_0x5b329b||_0x5c8feb[_0x3434e6(0x20e)](checkAccessibilityPlatformConfig,_0x3c3f99[_0x3434e6(0x262)]),process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5b329b;if(_0x5b329b){if(_0x5c8feb[_0x3434e6(0x2b2)](_0x5c8feb[_0x3434e6(0x1ff)],_0x5c8feb[_0x3434e6(0x284)]))_0xf419e4=!![],_0x5b4487[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x1b0dba['config'][_0x3434e6(0x2b5)];else{const [_0x598cea,_0x29c20c]=await _0x5c8feb[_0x3434e6(0x2cb)](createAccessibilityTestRun,_0x3c3f99['config'],_0x5c8feb['VCdun']);logger[_0x3434e6(0x321)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x29c20c),process['env'][_0x3434e6(0x2f6)]=_0x598cea,process[_0x3434e6(0x2bd)]['BS_A11Y_TEST_RUN_ID']=_0x29c20c,_0x5c8feb[_0x3434e6(0x23a)](setAccessibilityPlaywrightCapabilities,_0x3c3f99[_0x3434e6(0x262)]);}}if(helper[_0x3434e6(0x24c)](_0x3c3f99['config'][_0x3434e6(0x25a)])||_0x5c8feb[_0x3434e6(0x2e2)](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)]['length'],0x0)){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x2c6)],_0x5c8feb[_0x3434e6(0x2c6)])){const _0x3d568f=_0x51c9bb['findIndex'](_0xf2f3cb=>_0xf2f3cb==='--config'||_0xf2f3cb==='-c'||_0xf2f3cb[_0x3434e6(0x240)]('--config='));_0x430516['splice'](_0x3d568f,_0x572382[_0x3d568f][_0x3434e6(0x240)](_0x5c8feb[_0x3434e6(0x285)])?0x1:0x2);}else process[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=![];}if(helper[_0x3434e6(0x241)](process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2e8)](_0x5c8feb[_0x3434e6(0x255)],_0x5c8feb[_0x3434e6(0x2e4)])){_0x49f6d4[_0x5c8feb[_0x3434e6(0x211)]]=[];const _0x14c94c=[];_0x3c3f99['config']['platforms'][_0x3434e6(0x2cd)]((_0x95d43b,_0x4037c)=>{const _0x17cd78=_0x3434e6,_0x1b6ded={'omOpq':_0x5c8feb[_0x17cd78(0x328)],'SkqQS':function(_0x540f4b,_0xbb0da9){const _0x355761=_0x17cd78;return _0x5c8feb[_0x355761(0x2b1)](_0x540f4b,_0xbb0da9);},'aJQdq':function(_0x2c337f,_0x403895){const _0x23d854=_0x17cd78;return _0x5c8feb[_0x23d854(0x32f)](_0x2c337f,_0x403895);},'gjBQz':_0x5c8feb['WoMOX'],'EwUdP':_0x5c8feb['VPLXG'],'eVHoj':_0x5c8feb['dtLek']};if(_0x5c8feb[_0x17cd78(0x243)](_0x5c8feb[_0x17cd78(0x349)],_0x5c8feb['mGxtJ']))_0x14c94c[_0x17cd78(0x340)](helper[_0x17cd78(0x2e0)](_0x3c3f99[_0x17cd78(0x262)],_0x5c8feb[_0x17cd78(0x24a)],_0x4037c));else{const _0x36397e={'GqXJC':_0x1b6ded['omOpq'],'NZyUQ':function(_0x59e65b,_0x137a62){return _0x1b6ded['SkqQS'](_0x59e65b,_0x137a62);},'vsPBn':function(_0x4493ed,_0x4a94f3){return _0x1b6ded['aJQdq'](_0x4493ed,_0x4a94f3);},'AAjzN':_0x1b6ded['gjBQz'],'iyAhr':_0x1b6ded[_0x17cd78(0x208)]};_0x3250fd[_0x17cd78(0x2cd)](_0x228543=>{const _0x51d5b1=_0x17cd78;_0x1aefcd[_0x51d5b1(0x2cd)](_0x2617fe=>{const _0x2a6d62=_0x51d5b1,_0x366a84={};_0x366a84[_0x36397e[_0x2a6d62(0x2a2)]]={'connectOptions':{'wsEndpoint':_0x36397e['NZyUQ'](_0x122d0a,_0x36397e[_0x2a6d62(0x246)](_0x46b825,_0x29fc4d[_0x2a6d62(0x302)](_0x2617fe)))}},_0x366a84[_0x36397e['AAjzN']]=_0x228543,_0x2e2130[_0x36397e[_0x2a6d62(0x32e)]][_0x2a6d62(0x340)](_0x366a84);});}),_0x3ab721[_0x1b6ded[_0x17cd78(0x20f)]]='',_0xac7e52[_0x1b6ded[_0x17cd78(0x20b)]]='';}});let _0x161304=[];try{if(_0x5c8feb['bpktM'](_0x5c8feb['TXorx'],_0x5c8feb[_0x3434e6(0x2aa)])){const _0x33da7a=helper[_0x3434e6(0x2ac)](_0x5c8feb[_0x3434e6(0x1eb)]),_0x9b85ca={};_0x9b85ca[_0x3434e6(0x359)]=!![],_0x9b85ca[_0x3434e6(0x2f4)]='',_0x9b85ca[_0x3434e6(0x1f2)]='',_0x9b85ca[_0x3434e6(0x2d5)]='';const _0x173ad5={};_0x173ad5[_0x3434e6(0x1f1)]=_0x9b85ca;const _0x2af475=_0x173ad5;_0x49f6d4[_0x5c8feb['dtLek']]&&(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x327)],_0x5c8feb[_0x3434e6(0x2fa)])?_0x5c8feb['ncacz'](_0x89307b,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],..._0x166386[_0x3434e6(0x20d)](0x1)],{'shell':_0x5c8feb['YgMzi'](_0x5e98f5[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':_0x37bf56['cwd']()}):_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x309)]]=_0x49f6d4[_0x5c8feb['dtLek']]);_0x49f6d4[_0x5c8feb['WoMOX']]&&(_0x5c8feb[_0x3434e6(0x26f)](_0x5c8feb[_0x3434e6(0x23e)],_0x5c8feb[_0x3434e6(0x2ab)])?_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x273)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]:_0x37b602[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x573a8b));if(_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]]){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x236)],_0x5c8feb[_0x3434e6(0x254)]))_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]];else{const _0x2bf8a7={};_0x2bf8a7[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb['BfDCj'](_0x576cc9,_0x5c8feb['DbHCe'](_0x2a4e71,_0x2e607d[_0x3434e6(0x302)](_0xda3eb6)))}},_0x2bf8a7[_0x5c8feb[_0x3434e6(0x273)]]=_0x3255a6,_0x240703[_0x5c8feb[_0x3434e6(0x211)]]['push'](_0x2bf8a7);}}_0x161304=await _0x33da7a['collectFilesForProject'](_0x2af475);}else _0x122165[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x177651[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb[_0x3434e6(0x225)])||!![];}catch(_0x2064b4){if(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x21b)],_0x5c8feb[_0x3434e6(0x311)])){const _0x451919={'NmTgM':_0x5c8feb[_0x3434e6(0x328)],'tRfor':function(_0x2d6858,_0x7584){const _0x9fd476=_0x3434e6;return _0x5c8feb[_0x9fd476(0x2b3)](_0x2d6858,_0x7584);},'ZtQNp':function(_0x698c39,_0x1a376b){const _0x2d25fe=_0x3434e6;return _0x5c8feb[_0x2d25fe(0x32f)](_0x698c39,_0x1a376b);},'wrWTR':_0x5c8feb[_0x3434e6(0x211)]};_0x21f7df[_0x3434e6(0x2cd)](_0x179bce=>{const _0x2d7ea8=_0x3434e6,_0x438db9={};_0x438db9[_0x451919[_0x2d7ea8(0x27e)]]={'connectOptions':{'wsEndpoint':_0x451919[_0x2d7ea8(0x2e6)](_0x363128,_0x451919[_0x2d7ea8(0x2d1)](_0x555055,_0x199a05[_0x2d7ea8(0x302)](_0x179bce)))}},_0x436244[_0x451919['wrWTR']][_0x2d7ea8(0x340)](_0x438db9);});}else logger['debug'](_0x5c8feb['COvHB']);}let _0x21097d=helper[_0x3434e6(0x25f)](_0x3c3f99[_0x3434e6(0x262)]);_0x161304[_0x3434e6(0x2b9)]?_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x343)],_0x5c8feb[_0x3434e6(0x343)])?_0x58c475=_0x2c331f:(_0x161304['forEach'](_0x1b8310=>{const _0x5b7473=_0x3434e6;_0x5c8feb[_0x5b7473(0x243)](_0x5c8feb['fvFnc'],_0x5c8feb[_0x5b7473(0x2a9)])?_0x14c94c['forEach'](_0x203976=>{const _0x446995=_0x5b7473;if(_0x5c8feb[_0x446995(0x205)](_0x5c8feb['jcPKL'],_0x5c8feb[_0x446995(0x216)]))_0xd91d1[_0x446995(0x2bd)][_0x446995(0x33b)]=![];else{const _0x174708={};_0x174708[_0x5c8feb[_0x446995(0x328)]]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x446995(0x2b1)](_0x21097d,_0x5c8feb['DbHCe'](encodeURIComponent,JSON[_0x446995(0x302)](_0x203976)))}},_0x174708[_0x5c8feb[_0x446995(0x273)]]=_0x1b8310,_0x49f6d4[_0x5c8feb['VPLXG']]['push'](_0x174708);}}):_0x2ff11d[_0x5b7473(0x321)](_0x5c8feb['COvHB']);}),_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]='',_0x49f6d4[_0x5c8feb[_0x3434e6(0x309)]]=''):_0x5c8feb['NLkci'](_0x5c8feb['IOOsm'],_0x5c8feb['IOOsm'])?_0x1ae0d9[_0x3434e6(0x2bd)][_0x3434e6(0x2df)]=_0x566980[_0x3434e6(0x302)](_0x36bb2b[_0x3434e6(0x262)][_0x3434e6(0x2ff)]):_0x14c94c[_0x3434e6(0x2cd)](_0x5b0852=>{const _0x386b09=_0x3434e6;if(_0x5c8feb[_0x386b09(0x29b)](_0x5c8feb[_0x386b09(0x2dd)],_0x5c8feb[_0x386b09(0x2dd)])){const _0x3bb27a={};_0x3bb27a[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x386b09(0x217)](_0x21097d,_0x5c8feb[_0x386b09(0x30f)](encodeURIComponent,JSON[_0x386b09(0x302)](_0x5b0852)))}},_0x49f6d4[_0x5c8feb['VPLXG']][_0x386b09(0x340)](_0x3bb27a);}else _0x33886b[_0x5c8feb[_0x386b09(0x26a)]]=[[_0x215cdf[_0x5c8feb[_0x386b09(0x26a)]]],_0x2a7613];});const _0x74f25e=_0x5c8feb['pfPoo'](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)][_0x3434e6(0x2b9)]||0x1,_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x339)]);_0x49f6d4[_0x5c8feb[_0x3434e6(0x34e)]]=_0x74f25e;}else _0x3013e1[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=_0x5c8feb[_0x3434e6(0x348)],_0x56063b=_0x3a4832['filter'](_0x4d8076=>_0x4d8076!=='--disable-browserstack-automation');}const _0x5c7fb7=path[_0x3434e6(0x238)](_0x5b0049[_0x3434e6(0x2d6)]?path[_0x3434e6(0x257)](_0x5b0049[_0x3434e6(0x2d6)]):process['cwd'](),_0x5c8feb[_0x3434e6(0x338)]),_0x36bb83={};_0x36bb83[_0x3434e6(0x34d)]=null,_0x36bb83[_0x3434e6(0x279)]=!![],_0x36bb83[_0x3434e6(0x250)]=Infinity,_0x36bb83['showHidden']=![];let _0x4719d3=_0x5c8feb[_0x3434e6(0x316)](inspect,_0x49f6d4,_0x36bb83);if(_0x4719d3[_0x3434e6(0x1ea)](_0x5c8feb['YCFwn'])){if(_0x5c8feb[_0x3434e6(0x29b)](_0x5c8feb[_0x3434e6(0x222)],_0x5c8feb[_0x3434e6(0x222)]))_0x4719d3=_0x4719d3['replace'](_0x5c8feb[_0x3434e6(0x315)],_0x5c8feb[_0x3434e6(0x2f5)]);else{const _0x5430e3=_0x131151[_0x3434e6(0x238)](_0x5c07b2,_0x5c8feb[_0x3434e6(0x27b)]),_0x540a8e=[_0x5430e3];if(_0x41d8c9[_0x3434e6(0x24c)](_0x4bb876[_0x5c8feb[_0x3434e6(0x26a)]]))_0x2da453[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x540a8e];else{if(_0x5c8feb['yCzuL'](typeof _0x4dfefe[_0x5c8feb[_0x3434e6(0x26a)]],_0x5c8feb[_0x3434e6(0x233)]))_0x1d2543[_0x5c8feb[_0x3434e6(0x26a)]]=[[_0x4fdc1c[_0x5c8feb[_0x3434e6(0x26a)]]],_0x540a8e];else _0x5c8feb[_0x3434e6(0x2a3)](typeof _0x3257b1[_0x5c8feb['bbDiL']],_0x5c8feb[_0x3434e6(0x258)])&&_0x21abb2[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x540a8e);}}}let _0x363b4=_0x5c8feb['aeVhd'];const _0x100575=helper['getProxyUrl'](_0x3c3f99[_0x3434e6(0x262)]);_0x100575&&(_0x363b4=_0x5c8feb[_0x3434e6(0x256)](_0x3434e6(0x320)+_0x100575+_0x3434e6(0x1fd),_0x363b4));helper[_0x3434e6(0x2bb)]({},_0x1a0c5a),fs[_0x3434e6(0x210)](_0x5c7fb7,_0x5c8feb[_0x3434e6(0x22e)](_0x363b4,_0x4719d3));const _0x19d950=_0x5c8feb['ncacz'](spawn,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],_0x5c8feb[_0x3434e6(0x1f4)],_0x5c8feb['OWUIn'],_0x5c7fb7,..._0x1a0c5a[_0x3434e6(0x20d)](0x2)],{'shell':_0x5c8feb[_0x3434e6(0x29b)](process[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':process[_0x3434e6(0x2bf)](),'env':{...process[_0x3434e6(0x2bd)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x3434e6(0x215)](_0x2fd9f0)}});_0x19d950['on'](_0x5c8feb[_0x3434e6(0x23c)],async _0x2b26e9=>{const _0x41a6fb=_0x3434e6,_0x1801b5=_0x5c8feb[_0x41a6fb(0x335)]['split']('|');let _0x46d63f=0x0;while(!![]){switch(_0x1801b5[_0x46d63f++]){case'0':logger[_0x41a6fb(0x1e8)](_0x41a6fb(0x239)+_0x5c7fb7);continue;case'1':process[_0x41a6fb(0x2c3)]=_0x2b26e9;continue;case'2':logger[_0x41a6fb(0x321)](_0x41a6fb(0x2bc)+_0x2b26e9);continue;case'3':fs[_0x41a6fb(0x2a6)](_0x5c7fb7);continue;case'4':await helper[_0x41a6fb(0x304)](_0x3c3f99);continue;case'5':await _0x5c8feb[_0x41a6fb(0x30f)](stopAccessibilityTestRun,_0x3c3f99[_0x41a6fb(0x262)]);continue;}break;}});}module[a23_0xed5c09(0x352)]=run;
2
+ 'use strict';const a23_0x365d5d=a23_0x44f0;(function(_0x5ed8e9,_0x214fe6){const _0x400b4f=a23_0x44f0,_0x463449=_0x5ed8e9();while(!![]){try{const _0x474e31=-parseInt(_0x400b4f(0x1f0))/0x1+parseInt(_0x400b4f(0x28f))/0x2+parseInt(_0x400b4f(0x140))/0x3*(-parseInt(_0x400b4f(0x29c))/0x4)+parseInt(_0x400b4f(0x1b5))/0x5*(parseInt(_0x400b4f(0x224))/0x6)+parseInt(_0x400b4f(0x1cc))/0x7*(parseInt(_0x400b4f(0x1d2))/0x8)+parseInt(_0x400b4f(0x169))/0x9*(-parseInt(_0x400b4f(0x287))/0xa)+-parseInt(_0x400b4f(0x148))/0xb*(-parseInt(_0x400b4f(0x1a0))/0xc);if(_0x474e31===_0x214fe6)break;else _0x463449['push'](_0x463449['shift']());}catch(_0x4c0595){_0x463449['push'](_0x463449['shift']());}}}(a23_0x26b7,0x364cf));function a23_0x44f0(_0x375807,_0x1a2375){const _0x26b7df=a23_0x26b7();return a23_0x44f0=function(_0x44f07b,_0x1900aa){_0x44f07b=_0x44f07b-0x10b;let _0x47a9e3=_0x26b7df[_0x44f07b];return _0x47a9e3;},a23_0x44f0(_0x375807,_0x1a2375);}const fs=require('fs'),path=require(a23_0x365d5d(0x1d9)),{spawn}=require(a23_0x365d5d(0x10c)),{inspect,format}=require(a23_0x365d5d(0x1b0)),logger=require(a23_0x365d5d(0x241))[a23_0x365d5d(0x114)],{default:BrowserStackSetup}=require(a23_0x365d5d(0x177)),helper=require(a23_0x365d5d(0x161)),constants=require('../utils/constants'),{FRAMEWORKS}=require(a23_0x365d5d(0x1bd)),{getTransformPath,getConfigLoaderPath}=require('./reporter/pwUtils'),{CrashReporter,o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a23_0x365d5d(0x14a)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0x365d5d(0x21e)),{setAccessibilityPlaywrightCapabilities}=require(a23_0x365d5d(0x286)),SessionHandler=require('../../helpers/test-observability/sessionHandler');async function requireOrImportDefaultObject(_0x15443c){const _0x1b8be6=a23_0x365d5d,_0xab80d5={'pqSUh':function(_0x351623){return _0x351623();},'UIZPv':function(_0x19b724,_0x56b432){return _0x19b724(_0x56b432);},'NhsVx':function(_0x5b22ec,_0x9db6fe){return _0x5b22ec===_0x9db6fe;},'GolIO':'object','XAczW':function(_0x59687b,_0x3ef679){return _0x59687b in _0x3ef679;},'vcZcJ':_0x1b8be6(0x18e)},{requireOrImport:_0xda50ce}=helper[_0x1b8be6(0x250)](_0xab80d5[_0x1b8be6(0x221)](getTransformPath));let _0xe2327b=await _0xab80d5[_0x1b8be6(0x17a)](_0xda50ce,_0x15443c);if(_0xe2327b&&_0xab80d5['NhsVx'](typeof _0xe2327b,_0xab80d5[_0x1b8be6(0x13f)])&&_0xab80d5[_0x1b8be6(0x257)](_0xab80d5[_0x1b8be6(0x293)],_0xe2327b))_0xe2327b=_0xe2327b[_0xab80d5[_0x1b8be6(0x293)]];return _0xe2327b;}const getUserPlaywrightConfig=async(_0x4ec731,_0x5244bd)=>{const _0xecf735=a23_0x365d5d,_0x3ff84a={'zSSir':'testIgnore','dgfSR':function(_0x202922,_0x450a61){return _0x202922+_0x450a61;},'jGcbo':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','lhiiM':function(_0x16595b,_0x1fb53c){return _0x16595b(_0x1fb53c);},'JPaea':function(_0x1ad9b5,_0x17ba8d){return _0x1ad9b5(_0x17ba8d);},'RNFRm':_0xecf735(0x213),'GHYSm':function(_0x53dbe9){return _0x53dbe9();},'WkSvh':function(_0x30d0ae,_0x220256){return _0x30d0ae===_0x220256;},'KeyQn':_0xecf735(0x1c7),'InJAx':'EzSqk','OCtDQ':_0xecf735(0x189),'xyzJX':function(_0x332046,_0x325c25){return _0x332046(_0x325c25);},'fSlSb':function(_0x3c355d,_0x5138a3){return _0x3c355d!==_0x5138a3;},'LyNJo':_0xecf735(0x24e),'qXKmL':_0xecf735(0x15c),'zgiEU':function(_0x4d797a,_0x64eb53){return _0x4d797a===_0x64eb53;},'HMsdL':_0xecf735(0x269),'lVdzX':'RkPpb','OItTA':_0xecf735(0x283),'lLSpr':_0xecf735(0x1d6),'pnfne':_0xecf735(0x1dc)},_0x461500=!helper['isUndefined'](_0x4ec731[_0xecf735(0x122)]),_0x2d38fd=_0x461500?path['resolve'](process['cwd'](),_0x4ec731[_0xecf735(0x122)]):process[_0xecf735(0x206)](),{resolveConfigFile:_0x7b831a}=helper['requireModule'](_0x3ff84a[_0xecf735(0x212)](getConfigLoaderPath)),_0x36203f=_0x3ff84a[_0xecf735(0x205)](_0x7b831a,_0x2d38fd);let _0x279b98={};if(_0x36203f){if(_0x3ff84a[_0xecf735(0x193)](_0x3ff84a[_0xecf735(0x119)],_0x3ff84a[_0xecf735(0x119)])){logger[_0xecf735(0x13d)](_0xecf735(0x279)+_0x36203f);try{_0x3ff84a['WkSvh'](_0x3ff84a[_0xecf735(0x138)],_0x3ff84a[_0xecf735(0x23d)])?_0x467410['env'][_0xecf735(0x223)]=_0xd39997[_0xecf735(0x1af)](_0x3569e1['config'][_0xecf735(0x22e)]):_0x279b98=await _0x3ff84a['xyzJX'](requireOrImportDefaultObject,_0x36203f);}catch(_0x2e5029){if(_0x3ff84a['fSlSb'](_0x3ff84a[_0xecf735(0x14b)],_0x3ff84a[_0xecf735(0x14b)]))_0x56e1c8[_0xecf735(0x1b2)][_0x3ff84a['zSSir']]=_0x1003ff[_0x3ff84a['zSSir']];else return logger[_0xecf735(0x1ad)](_0x3ff84a[_0xecf735(0x183)],_0x2e5029),null;}}else _0x154df0[_0xecf735(0x1ad)](_0x3ff84a[_0xecf735(0x18d)](_0x3ff84a['jGcbo'],_0x3ff84a[_0xecf735(0x205)](_0x24ce0d,_0x105f5f)));}else{if(_0x3ff84a[_0xecf735(0x19d)](_0x3ff84a[_0xecf735(0x128)],_0x3ff84a[_0xecf735(0x197)])){_0x3ff84a[_0xecf735(0x118)](_0xcbd215,_0x4be5f9);return;}else logger[_0xecf735(0x13d)](_0x3ff84a[_0xecf735(0x149)]);}if(_0x461500){if(_0x3ff84a[_0xecf735(0x244)](_0x3ff84a[_0xecf735(0x27a)],_0x3ff84a[_0xecf735(0x27a)]))_0x9ebff9[_0x3ff84a[_0xecf735(0x1b1)]]=[[_0x4ce3ef[_0x3ff84a[_0xecf735(0x1b1)]]],_0x1939f6];else{const _0x2a7d3c=_0x5244bd[_0xecf735(0x17e)](_0x222191=>_0x222191===_0xecf735(0x13c)||_0x222191==='-c'||_0x222191[_0xecf735(0x203)](_0xecf735(0x1dc)));_0x5244bd['splice'](_0x2a7d3c,_0x5244bd[_0x2a7d3c][_0xecf735(0x203)](_0x3ff84a['pnfne'])?0x1:0x2);}}const _0x4fbc7f={};return _0x4fbc7f[_0xecf735(0x1d9)]=_0x36203f,_0x4fbc7f[_0xecf735(0x122)]=_0x279b98,_0x4fbc7f;},setGlobalSetup=(_0x5bdeed,_0x42d1fa)=>{const _0x2aaefb=a23_0x365d5d,_0x4c677b={'VXrqV':function(_0x48ea84,_0x38948a,_0x2b28ca,_0x33aa8e){return _0x48ea84(_0x38948a,_0x2b28ca,_0x33aa8e);},'PbHbb':_0x2aaefb(0x27e),'BvBSi':_0x2aaefb(0x1f2),'xtmKd':function(_0x3e2b4a,_0x150f3d){return _0x3e2b4a===_0x150f3d;},'GFWZa':_0x2aaefb(0x24a),'VTDjG':_0x2aaefb(0x1f1),'UHTOX':_0x2aaefb(0x246),'qwjrc':_0x2aaefb(0x226),'BfJel':_0x2aaefb(0x20c),'hUvMU':function(_0x2f7c20,_0x149c78){return _0x2f7c20+_0x149c78;},'GiIQe':function(_0x235f97,_0x32e3e0){return _0x235f97(_0x32e3e0);},'Ngeqv':_0x2aaefb(0x1ca),'MEmbC':'projects','sEjlM':function(_0x111fa5,_0x5b82f2){return _0x111fa5===_0x5b82f2;},'RuZmI':_0x2aaefb(0x139),'pDQBX':_0x2aaefb(0x115),'zmiFG':_0x2aaefb(0x23e),'qkFTt':_0x2aaefb(0x130),'KDyRN':function(_0x404e40,_0x259de8){return _0x404e40!==_0x259de8;},'ppimn':_0x2aaefb(0x1a1),'CbgGh':_0x2aaefb(0x265),'WAKrJ':_0x2aaefb(0x23a),'AElna':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','vMRuk':'DrUya','Cxeii':_0x2aaefb(0x242),'GlkJh':function(_0x265f17,_0xfc4933){return _0x265f17+_0xfc4933;},'xaqoL':_0x2aaefb(0x16e),'AEDFP':_0x2aaefb(0x22f)};if(!_0x5bdeed)return![];try{if(_0x4c677b[_0x2aaefb(0x26b)](_0x4c677b[_0x2aaefb(0x24d)],_0x4c677b['RuZmI'])){if(_0x5bdeed[_0x2aaefb(0x130)]){if(_0x4c677b[_0x2aaefb(0x188)](_0x4c677b[_0x2aaefb(0x285)],_0x4c677b['zmiFG']))_0x4c677b['VXrqV'](_0x2c387b,_0x4c677b['PbHbb'],[_0x4c677b['BvBSi'],..._0x4ab2b5['slice'](0x1)],{'shell':_0x4c677b['xtmKd'](_0x29d343[_0x2aaefb(0x11f)],_0x4c677b['GFWZa']),'stdio':_0x4c677b[_0x2aaefb(0x267)],'cwd':_0x48cb78[_0x2aaefb(0x206)]()});else{let _0x2bd340;const _0x1548dd=path['resolve'](_0x42d1fa,_0x5bdeed[_0x4c677b[_0x2aaefb(0x113)]]);if(fs['existsSync'](_0x1548dd))_0x4c677b['KDyRN'](_0x4c677b[_0x2aaefb(0x160)],_0x4c677b[_0x2aaefb(0x20d)])?_0x2bd340=_0x1548dd:_0xd2fe02[_0x2aaefb(0x238)][_0x2aaefb(0x20b)]=!![];else{if(_0x4c677b['KDyRN'](_0x4c677b[_0x2aaefb(0x1bc)],_0x4c677b[_0x2aaefb(0x1bc)]))_0x15d2b6=_0x37f79a['replace'](_0x4c677b[_0x2aaefb(0x21a)],_0x4c677b['qwjrc']);else{const _0x546cd6={};_0x546cd6[_0x2aaefb(0x17d)]=[_0x42d1fa],_0x2bd340=require['resolve'](_0x5bdeed[_0x4c677b[_0x2aaefb(0x113)]],_0x546cd6);}}if(!_0x2bd340)throw new Error(_0x4c677b[_0x2aaefb(0x217)]);process[_0x2aaefb(0x238)][_0x2aaefb(0x20f)]=_0x2bd340;}}}else{const _0x512bef={};_0x512bef[_0x4c677b[_0x2aaefb(0x141)]]={'connectOptions':{'wsEndpoint':_0x4c677b[_0x2aaefb(0x264)](_0x480d44,_0x4c677b[_0x2aaefb(0x1ab)](_0x596ea8,_0x32064a['stringify'](_0x1bfa4a)))}},_0x512bef[_0x4c677b['Ngeqv']]=_0x5e6aa6,_0x1844fe[_0x4c677b[_0x2aaefb(0x1c6)]][_0x2aaefb(0x1ee)](_0x512bef);}}catch(_0x5c4db0){_0x4c677b[_0x2aaefb(0x201)](_0x4c677b[_0x2aaefb(0x266)],_0x4c677b[_0x2aaefb(0x232)])?logger[_0x2aaefb(0x1ad)](_0x4c677b['GlkJh'](_0x4c677b['xaqoL'],_0x4c677b[_0x2aaefb(0x1ab)](format,_0x5c4db0))):_0x57f2e8[_0x2aaefb(0x238)][_0x2aaefb(0x14f)]=_0xd2baf6[_0x2aaefb(0x238)][_0x2aaefb(0x14f)]||_0x30dfd4['config'][_0x2aaefb(0x168)];}return _0x5bdeed[_0x2aaefb(0x130)]=require['resolve'](_0x4c677b['AEDFP']),!![];},addReporter=_0x29fb5a=>{const _0x3168bb=a23_0x365d5d,_0x490b4e={'iYxuE':_0x3168bb(0x213),'fnfno':function(_0xc73b17,_0x32c469){return _0xc73b17(_0x32c469);},'VJNZY':_0x3168bb(0x10b),'DktDa':function(_0x5cc306,_0x4bf574){return _0x5cc306!==_0x4bf574;},'dgBLN':_0x3168bb(0x1d8),'yfZfF':function(_0x2af6d2,_0x22c5ee){return _0x2af6d2===_0x22c5ee;},'IfJJO':'string','TXGES':'WDuRH','zydqH':'HYOHe','cRrVC':_0x3168bb(0x20e),'FkKFI':function(_0x325e2,_0x4449a1){return _0x325e2!==_0x4449a1;},'sQtQr':'hbUvj','CjTOh':_0x3168bb(0x27b)},_0x115852=path[_0x3168bb(0x230)](__dirname,_0x490b4e['VJNZY']),_0x3f73d9=[_0x115852];if(helper[_0x3168bb(0x1fd)](_0x29fb5a[_0x490b4e[_0x3168bb(0x182)]])){if(_0x490b4e[_0x3168bb(0x167)](_0x490b4e[_0x3168bb(0x21d)],_0x490b4e[_0x3168bb(0x21d)])){if(_0x443dfe['isTrue'](_0x4db33d[_0x3168bb(0x151)]))return _0x29751d=!![],!![];}else _0x29fb5a[_0x490b4e['iYxuE']]=[_0x3f73d9];}else{if(_0x490b4e[_0x3168bb(0x14d)](typeof _0x29fb5a[_0x490b4e[_0x3168bb(0x182)]],_0x490b4e[_0x3168bb(0x294)]))_0x490b4e[_0x3168bb(0x14d)](_0x490b4e[_0x3168bb(0x175)],_0x490b4e['zydqH'])?_0x421fb6[_0x490b4e[_0x3168bb(0x182)]]['push'](_0x1e64c6):_0x29fb5a[_0x490b4e['iYxuE']]=[[_0x29fb5a[_0x490b4e[_0x3168bb(0x182)]]],_0x3f73d9];else{if(_0x490b4e['yfZfF'](typeof _0x29fb5a[_0x490b4e[_0x3168bb(0x182)]],_0x490b4e['cRrVC'])){if(_0x490b4e[_0x3168bb(0x290)](_0x490b4e['sQtQr'],_0x490b4e[_0x3168bb(0x1df)]))_0x29fb5a[_0x490b4e[_0x3168bb(0x182)]][_0x3168bb(0x1ee)](_0x3f73d9);else{_0x490b4e[_0x3168bb(0x150)](_0x39658b,_0x5b7a75);return;}}}}},handleO11yRerun=_0x4a96e3=>{const _0x187bd7=a23_0x365d5d,_0x5a2364={};_0x5a2364[_0x187bd7(0x1f4)]=_0x187bd7(0x213),_0x5a2364[_0x187bd7(0x147)]=_0x187bd7(0x1dc),_0x5a2364[_0x187bd7(0x17c)]=function(_0x5b45d0,_0x465238){return _0x5b45d0!==_0x465238;},_0x5a2364['BYehh']=_0x187bd7(0x25a),_0x5a2364[_0x187bd7(0x21f)]=_0x187bd7(0x137),_0x5a2364[_0x187bd7(0x196)]=_0x187bd7(0x222),_0x5a2364[_0x187bd7(0x1f3)]=function(_0x428d99,_0xca4a23){return _0x428d99!==_0xca4a23;},_0x5a2364[_0x187bd7(0x211)]=_0x187bd7(0x22c),_0x5a2364[_0x187bd7(0x1ac)]=function(_0x375c0c,_0x4d4c65){return _0x375c0c!==_0x4d4c65;},_0x5a2364['qfoif']=function(_0x102d9c,_0x5b8bfb){return _0x102d9c!==_0x5b8bfb;},_0x5a2364[_0x187bd7(0x172)]=_0x187bd7(0x1ce),_0x5a2364[_0x187bd7(0x251)]=_0x187bd7(0x26a);const _0x3cdee1=_0x5a2364,_0x4fae02=helper[_0x187bd7(0x170)](process['env'][_0x187bd7(0x14e)]);if(_0x4fae02){if(_0x3cdee1['hHXOd'](_0x3cdee1[_0x187bd7(0x196)],_0x3cdee1[_0x187bd7(0x196)]))_0x3c210f[_0x3cdee1[_0x187bd7(0x1f4)]]=[_0x5ea20e];else{const _0xf2f190=process[_0x187bd7(0x238)][_0x187bd7(0x237)],_0x41fab5=[];if(_0x3cdee1['vIehV'](_0xf2f190,_0x3cdee1[_0x187bd7(0x211)])&&_0x3cdee1[_0x187bd7(0x1ac)](_0xf2f190,null)){if(_0x3cdee1[_0x187bd7(0x253)](_0x3cdee1['ginEV'],_0x3cdee1['ginEV'])){const _0x52560e=_0x5c16da[_0x187bd7(0x17e)](_0x555717=>_0x555717===_0x187bd7(0x13c)||_0x555717==='-c'||_0x555717[_0x187bd7(0x203)](_0x187bd7(0x1dc)));_0x52a9d0[_0x187bd7(0x259)](_0x52560e,_0x5b97df[_0x52560e][_0x187bd7(0x203)](_0x3cdee1[_0x187bd7(0x147)])?0x1:0x2);}else _0xf2f190[_0x187bd7(0x247)](',')[_0x187bd7(0x19f)](_0xb8857=>{const _0x65c54c=_0x187bd7;_0x3cdee1['hHXOd'](_0x3cdee1['BYehh'],_0x3cdee1['jAVqF'])?_0x41fab5[_0x65c54c(0x1ee)]('('+_0xb8857[_0x65c54c(0x1ec)]()+')'):_0x2b29c8['split'](',')[_0x65c54c(0x19f)](_0x4c93f9=>{const _0x38cca4=_0x65c54c;_0x59a628[_0x38cca4(0x1ee)]('('+_0x4c93f9['trim']()+')');});});}const _0x262c8f='^'+_0x41fab5[_0x187bd7(0x230)]('|')+'$';_0x4a96e3[_0x187bd7(0x1ee)](_0x3cdee1[_0x187bd7(0x251)],_0x262c8f);}}},spawnOriginalProcess=_0x4c0011=>{const _0x20608e=a23_0x365d5d,_0x1c5ae={'fpRMH':function(_0x3ae6f7,_0x432ee3,_0x101946,_0x53bfa9){return _0x3ae6f7(_0x432ee3,_0x101946,_0x53bfa9);},'TnpuU':_0x20608e(0x27e),'tqDBV':_0x20608e(0x1f2),'tkhVC':function(_0x122e37,_0x56a60b){return _0x122e37===_0x56a60b;},'pduil':_0x20608e(0x24a),'ejTEX':_0x20608e(0x1f1)};_0x1c5ae['fpRMH'](spawn,_0x1c5ae['TnpuU'],[_0x1c5ae[_0x20608e(0x1a3)],..._0x4c0011[_0x20608e(0x1db)](0x1)],{'shell':_0x1c5ae[_0x20608e(0x276)](process['platform'],_0x1c5ae[_0x20608e(0x186)]),'stdio':_0x1c5ae[_0x20608e(0x22b)],'cwd':process[_0x20608e(0x206)]()});},isTestCommand=(_0x20e628,_0x5ca85d)=>{const _0x2a4a45=a23_0x365d5d,_0x455881={'omHjk':'use','INoYW':function(_0x21677e,_0x464a36){return _0x21677e+_0x464a36;},'ABPaU':function(_0x57a697,_0x285229){return _0x57a697(_0x285229);},'Rcgun':_0x2a4a45(0x1ca),'pKuIs':_0x2a4a45(0x249),'WKssc':_0x2a4a45(0x1e4),'UGnsB':function(_0x1ac3c6,_0x47dcc1){return _0x1ac3c6>_0x47dcc1;},'WjSwp':function(_0x451134,_0x5c9ccd){return _0x451134===_0x5c9ccd;},'qrTtJ':_0x2a4a45(0x261),'nEpId':function(_0x10ec70,_0x4c6185){return _0x10ec70===_0x4c6185;},'JOmVu':_0x2a4a45(0x1da),'lNzGh':_0x2a4a45(0x20a)};if(_0x455881[_0x2a4a45(0x255)](_0x5ca85d['length'],0x1)&&_0x455881['WjSwp'](_0x5ca85d[0x1],_0x455881[_0x2a4a45(0x1d3)])){if(_0x455881['nEpId'](_0x455881[_0x2a4a45(0x1ae)],_0x455881['lNzGh'])){const _0x3b4b48={'vMmFo':_0x455881[_0x2a4a45(0x23b)],'VXtEG':function(_0x935f82,_0x5c01f8){const _0x5b1cfd=_0x2a4a45;return _0x455881[_0x5b1cfd(0x26c)](_0x935f82,_0x5c01f8);},'DatAj':function(_0xcbf839,_0x1e87fe){const _0x529743=_0x2a4a45;return _0x455881[_0x529743(0x227)](_0xcbf839,_0x1e87fe);},'bbPDW':_0x455881[_0x2a4a45(0x219)],'Ekfih':_0x455881['pKuIs']};_0x385f75[_0x2a4a45(0x1e0)](_0x34bd35=>{_0x325d9a['forEach'](_0x546981=>{const _0x27c62a=a23_0x44f0,_0x4c6453={};_0x4c6453[_0x3b4b48[_0x27c62a(0x229)]]={'connectOptions':{'wsEndpoint':_0x3b4b48[_0x27c62a(0x228)](_0x1b7620,_0x3b4b48['DatAj'](_0x2768de,_0x243ad5[_0x27c62a(0x1af)](_0x546981)))}},_0x4c6453[_0x3b4b48[_0x27c62a(0x1ff)]]=_0x34bd35,_0x3029f8[_0x3b4b48[_0x27c62a(0x295)]][_0x27c62a(0x1ee)](_0x4c6453);});}),_0xbc42c3[_0x455881[_0x2a4a45(0x219)]]='',_0x2d2852[_0x455881[_0x2a4a45(0x1e5)]]='';}else return!![];}return![];},initO11yCrashReporter=(_0x5d3db2,_0xab1174)=>{const _0x2de09b=a23_0x365d5d,_0xdf4cd5={'hOUyV':function(_0x400723,_0x1a6163){return _0x400723(_0x1a6163);}},_0x466a14={'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0xdf4cd5[_0x2de09b(0x1fa)](getFrameworkVersion,FRAMEWORKS[_0x2de09b(0x207)])};CrashReporter[_0x2de09b(0x154)](_0x466a14,_0x5d3db2,_0xab1174);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x5008ad){const _0x309639=a23_0x365d5d,_0x4d4f55={'KqekO':_0x309639(0x16d),'IPzPc':function(_0x540a36,_0x1b8793){return _0x540a36(_0x1b8793);},'EISFW':function(_0x591af9,_0xb3a3ca){return _0x591af9>_0xb3a3ca;},'ShCDV':function(_0x3fdd57,_0x1c4e0a){return _0x3fdd57===_0x1c4e0a;},'TDucN':function(_0x1557a4,_0x5a5fd9){return _0x1557a4===_0x5a5fd9;},'GEabh':_0x309639(0x21b),'mErhD':'dqrHI'},_0x1d0ce7=await SessionHandler['launch'](_0x5008ad,{'frameworkName':FRAMEWORKS[_0x309639(0x207)],'frameworkVersion':_0x4d4f55[_0x309639(0x1cf)](getFrameworkVersion,FRAMEWORKS[_0x309639(0x207)])});if(!_0x1d0ce7||_0x4d4f55[_0x309639(0x162)](_0x1d0ce7[_0x309639(0x1fb)],0x1)&&_0x4d4f55['ShCDV'](_0x1d0ce7[0x0],null)){if(_0x4d4f55[_0x309639(0x159)](_0x4d4f55[_0x309639(0x25b)],_0x4d4f55['mErhD']))_0x1f7656['env'][_0x309639(0x14f)]=_0x4d4f55[_0x309639(0x125)],_0x471755=_0x59aa7f[_0x309639(0x252)](_0x45978d=>_0x45978d!==_0x309639(0x263));else return process[_0x309639(0x238)][_0x309639(0x14f)]=![],![];}return!![];});function checkAccessibilityPlatformConfig(_0x52b253){const _0x69eeb6=a23_0x365d5d,_0x1f9e45={'puWmX':_0x69eeb6(0x130),'SnjnR':_0x69eeb6(0x11b),'ifnRn':_0x69eeb6(0x20c),'ShkzP':function(_0x2e90d5,_0x13dd92){return _0x2e90d5+_0x13dd92;},'cYRpA':function(_0x4f94eb,_0x2ff473){return _0x4f94eb(_0x2ff473);},'CTSZa':_0x69eeb6(0x249),'IvRzZ':function(_0x2310b1,_0x4c1733){return _0x2310b1!==_0x4c1733;},'NwCNq':_0x69eeb6(0x236),'wOPof':function(_0x2ce55f,_0x33d38d){return _0x2ce55f===_0x33d38d;},'jXyuc':_0x69eeb6(0x273),'XWXsK':'aduNR','aZHIE':_0x69eeb6(0x26f),'bjkNR':'./reporter/reporter.js','lJzOV':_0x69eeb6(0x213),'QmNCe':function(_0x1f30e4,_0x1917f0){return _0x1f30e4===_0x1917f0;},'NuHIo':_0x69eeb6(0x284),'btLvi':function(_0x56f0bb,_0x4f3b3a){return _0x56f0bb===_0x4f3b3a;},'fgghl':_0x69eeb6(0x20e),'fXGZg':function(_0x339c71,_0x4d080a){return _0x339c71!==_0x4d080a;},'BLyJf':_0x69eeb6(0x1d5),'DrQUk':'TzskW','fFjrT':_0x69eeb6(0x28d),'uOkIs':_0x69eeb6(0x209)};let _0x47c4ed=![];try{if(_0x1f9e45['fXGZg'](_0x1f9e45[_0x69eeb6(0x18b)],_0x1f9e45[_0x69eeb6(0x1d1)]))_0x52b253['platforms']['forEach'](_0x9edb6e=>{const _0x2eb171=_0x69eeb6,_0x176cbf={'UIlFK':_0x1f9e45[_0x2eb171(0x199)],'hlEJg':function(_0x1f53dd,_0x5c604a){const _0x4e83eb=_0x2eb171;return _0x1f9e45[_0x4e83eb(0x179)](_0x1f53dd,_0x5c604a);},'ibORt':function(_0x35e2b9,_0x4e9a74){const _0x29454d=_0x2eb171;return _0x1f9e45[_0x29454d(0x248)](_0x35e2b9,_0x4e9a74);},'tGVIL':_0x1f9e45[_0x2eb171(0x25c)]};if(_0x1f9e45[_0x2eb171(0x13b)](_0x1f9e45[_0x2eb171(0x146)],_0x1f9e45['NwCNq'])){const _0x1eec18={'wLRRv':_0x176cbf['UIlFK'],'QdFdJ':function(_0x1737a4,_0x1599c0){const _0x1dc28e=_0x2eb171;return _0x176cbf[_0x1dc28e(0x200)](_0x1737a4,_0x1599c0);},'TqxxZ':function(_0x5e5680,_0x54a977){const _0x4c26e2=_0x2eb171;return _0x176cbf[_0x4c26e2(0x218)](_0x5e5680,_0x54a977);},'SSlhb':_0x176cbf[_0x2eb171(0x15e)]};_0x20f36f[_0x2eb171(0x1e0)](_0x1c1fa7=>{const _0x674147=_0x2eb171,_0x37167d={};_0x37167d[_0x1eec18[_0x674147(0x27d)]]={'connectOptions':{'wsEndpoint':_0x1eec18['QdFdJ'](_0x4c8598,_0x1eec18['TqxxZ'](_0x3c4d24,_0x48e187['stringify'](_0x1c1fa7)))}},_0x283206[_0x1eec18[_0x674147(0x1fe)]][_0x674147(0x1ee)](_0x37167d);});}else{if(helper[_0x2eb171(0x170)](_0x9edb6e['accessibility'])){if(_0x1f9e45['wOPof'](_0x1f9e45[_0x2eb171(0x184)],_0x1f9e45['XWXsK'])){if(_0x30b003['globalSetup']){let _0x21b600;const _0x6f2fbd=_0x75d2f3[_0x2eb171(0x282)](_0x184ef5,_0x4fd5ad[_0x1f9e45['puWmX']]);if(_0x4b18f3[_0x2eb171(0x13e)](_0x6f2fbd))_0x21b600=_0x6f2fbd;else{const _0x396d22={};_0x396d22[_0x2eb171(0x17d)]=[_0x4067f9],_0x21b600=_0x57bff7[_0x2eb171(0x282)](_0x2a8f1a[_0x1f9e45[_0x2eb171(0x133)]],_0x396d22);}if(!_0x21b600)throw new _0x146008(_0x1f9e45[_0x2eb171(0x254)]);_0x3e80ce[_0x2eb171(0x238)][_0x2eb171(0x20f)]=_0x21b600;}}else return _0x47c4ed=!![],!![];}}});else{_0x76bbcd['error'](_0x1f9e45['aZHIE']);return;}}catch(_0x3fdaba){if(_0x1f9e45[_0x69eeb6(0x1d7)](_0x1f9e45[_0x69eeb6(0x234)],_0x1f9e45[_0x69eeb6(0x15d)])){const _0x16abb8=_0x241166[_0x69eeb6(0x230)](_0x1a72e,_0x1f9e45[_0x69eeb6(0x277)]),_0x3e4eb5=[_0x16abb8];if(_0x4390a8[_0x69eeb6(0x1fd)](_0x81030c[_0x1f9e45['lJzOV']]))_0x566c04[_0x1f9e45[_0x69eeb6(0x24c)]]=[_0x3e4eb5];else{if(_0x1f9e45[_0x69eeb6(0x22d)](typeof _0x22c7ed[_0x1f9e45[_0x69eeb6(0x24c)]],_0x1f9e45[_0x69eeb6(0x16c)]))_0x125eb0[_0x1f9e45['lJzOV']]=[[_0x262e57[_0x1f9e45[_0x69eeb6(0x24c)]]],_0x3e4eb5];else _0x1f9e45[_0x69eeb6(0x19b)](typeof _0x20eaf2[_0x1f9e45[_0x69eeb6(0x24c)]],_0x1f9e45['fgghl'])&&_0x24137f[_0x1f9e45[_0x69eeb6(0x24c)]]['push'](_0x3e4eb5);}}else logger['debug'](_0x69eeb6(0x275)+_0x3fdaba);}return _0x47c4ed;}function a23_0x26b7(){const _0xa18c78=['UynEq','fSMKR','GHYSm','reporter','CAuzl','close','UPkCp','AElna','ibORt','Rcgun','UHTOX','PkYyG','oZfOu','dgBLN','../../helpers/accessibility-automation/helper','jAVqF','WdSnL','pqSUh','BgHyh','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','316068WausmQ','umjkY','Symbol(\x27defineConfigWasUsed\x27)]','ABPaU','VXtEG','vMmFo','bxEvE','ejTEX','null','QmNCe','accessibilityOptions','./globalSetup.js','join','anRrQ','Cxeii','Gqtfo','fFjrT','xsCOV','BMcoe','BROWSERSTACK_RERUN_TESTS','env','iNQoS','ckrBP','omHjk','SiGrd','OCtDQ','WsamA','stmAJ','fgVPf','../../helpers/logger','TVCKP','--disable-browserstack-automation','fSlSb','PUiET','Symbol(defineConfigWasUsed)]','split','cYRpA','projects','win32','GwqeF','lJzOV','RuZmI','zcrxw','get','requireModule','orhgZ','filter','qfoif','SnjnR','UGnsB','QIwXR','XAczW','KjlOL','splice','VIBxZ','GEabh','CTSZa','sJjas','RHwum','DpgKL','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','test','has','--disable-test-observability','hUvMU','iyBQi','vMRuk','VTDjG','DCxoE','YCZNF','--grep','sEjlM','INoYW','ytBwW','iauTK','BrowserStack\x20config\x20file\x20not\x20found.','URCCv','fNfUK','hUdEq','bIhBk','DAqKL','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','tkhVC','bjkNR','concat','Getting\x20your\x20playwright\x20config\x20from\x20','lLSpr','EMHPF','zIuFr','wLRRv','npx','playwright-browserstack-sdk.config.js','replace','JtdrB','resolve','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','string','pDQBX','./accessibility-helper','537270UnYjSA','DDzjR','FVJfo','wjZhj','BjBVd','dRTWU','qNGwl','NNfgD','329570iSpPfM','FkKFI','FzNHX','wtcUE','vcZcJ','IfJJO','Ekfih','efRSQ','gQvEy','cxTFl','iQEMQ','MChMG','oBRcV','4vMnTRD','CiWIs','./reporter/reporter.js','child_process','VUuib','OBhMT','eAukY','PIIeY','IOhnt','vahrL','qkFTt','winstonLogger','izPvj','isFalse','fkBWA','JPaea','KeyQn','cliConfig','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','writeFileSync','includes','wHFsz','platform','tgPDr','bTvMX','config','UqFku','TIdnY','KqekO','hyTvX','1|5|4|3|0|2','HMsdL','RPtmh','JrLgM','WKiOt','yMmmo','fYziC','kuakH','compact','globalSetup','RMraE','TrUYY','puWmX','vHjdC','cGuDz','getConfigPath','UVDmu','InJAx','dfVgX','XfYxM','IvRzZ','--config','info','existsSync','GolIO','757794rCbnjj','BfJel','dduYN','FBjpi','KWACW','unlinkSync','NwCNq','aWQnA','484oWPtCN','OItTA','../../helpers/test-observability/utils','LyNJo','SwsMr','yfZfF','BROWSERSTACK_RERUN','BROWSERSTACK_TEST_OBSERVABILITY','fnfno','accessibility','lvEwM','YTELY','initialize','aMAnS','OMNjZ','SzpRj','Deleting\x20','TDucN','BS_A11Y_TEST_RUN_ID','workers','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','uOkIs','tGVIL','VUzWz','ppimn','../../helpers/helper','EISFW','@playwright/test','KpQUD','wSHGA','TQMWI','DktDa','testObservability','45kjFygq','cTvVM','BS_A11Y_JWT','NuHIo','false','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','DszSX','isTrue','csfsj','ginEV','EstTG','xgIYP','TXGES','TELCA','../../helpers/BrowserStackSetup','wOzub','ShkzP','UIZPv','AfGXp','hHXOd','paths','findIndex','indexOf','respectGitIgnore','CFIBt','iYxuE','qXKmL','jXyuc','cVYqz','pduil','eQUZw','xtmKd','HGmKF','OObSn','BLyJf','tZrwm','dgfSR','default','NayoF','debug','nZQIO','platforms','WkSvh','OXeyt','gjqib','UxRVZ','lVdzX','showHidden','ifnRn','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','btLvi','depth','zgiEU','BROWSERSTACK_TEST_ACCESSIBILITY_YML','map','122064UPUpve','LLQqf','WyiuK','tqDBV','KvLYX','UUcak','OxTwh','QyvKl','hlOUi','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','apVSE','GiIQe','meniY','error','JOmVu','stringify','util','RNFRm','project','2|1|0|3|4','SbKre','20uMUqqJ','JUZsp','Aqbaa','true','parallelsPerPlatform','kCMfi','DbyBM','WAKrJ','../../helpers/test-observability/constants','BLimq','dirname','getPlaywrightUrl','@playwright/test/lib/runner/projectUtils.js','finalExecution','modifyBrowserStackCaps','FcGzY','biUPm','MEmbC','tlNnj','Zoofp','DEXZS','testMatch','egvlB','7GtJFsG','eydvH','seYfi','IPzPc','THQNc','DrQUk','1920816jWYYSk','qrTtJ','eJXiI','POBzb','SQaNf','wOPof','EogGC','path','CFURY','slice','--config=','qWnaO','KQQWQ','CjTOh','forEach','QVPIw','iSmsU','dhFmM','testDir','WKssc','dBcjr','MiflJ','exitCode','breakLength','module.exports\x20=\x20','pKVmV','trim','collectFilesForProject','push','GCsQX','319519dHJyoq','inherit','playwright','vIehV','tWykW','eFsEA','testIgnore','ouurb','yMDSY','filterBrowserstackConfig','hOUyV','length','bypZi','isUndefined','SSlhb','bbPDW','hlEJg','KDyRN','NpElw','startsWith','iHbWU','lhiiM','cwd','PLAYWRIGHT','JDROQ','uxppq','nMInQ','BROWSERSTACK_AUTOMATION','use','CbgGh','object','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP'];a23_0x26b7=function(){return _0xa18c78;};return a23_0x26b7();}async function run(_0x16af8a,_0x534a3f){const _0x424cf5=a23_0x365d5d,_0x10dde0={'WyiuK':_0x424cf5(0x1e4),'zIuFr':function(_0x2440f5,_0x1a503){return _0x2440f5(_0x1a503);},'DEXZS':_0x424cf5(0x16d),'Zoofp':function(_0x5d6039,_0x25ff17){return _0x5d6039!==_0x25ff17;},'yMDSY':'null','OBhMT':function(_0x26084f,_0x1c4ec5){return _0x26084f!==_0x1c4ec5;},'fYziC':_0x424cf5(0x26a),'iNQoS':_0x424cf5(0x15c),'UynEq':_0x424cf5(0x1f2),'OxTwh':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','FcGzY':function(_0xa0bba,_0x40a8b2){return _0xa0bba+_0x40a8b2;},'SbKre':'use','SwsMr':function(_0x1493c1,_0xc640ed){return _0x1493c1+_0xc640ed;},'anRrQ':function(_0x408289,_0x5f0544){return _0x408289(_0x5f0544);},'SzpRj':'testMatch','FVJfo':'projects','URCCv':_0x424cf5(0x130),'nZQIO':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','fkBWA':function(_0x5e5703,_0x410ff4){return _0x5e5703>_0x410ff4;},'OXeyt':function(_0x194f52,_0x4ede2c){return _0x194f52===_0x4ede2c;},'Aqbaa':_0x424cf5(0x261),'kuakH':function(_0x54a5ca,_0x2149b9){return _0x54a5ca===_0x2149b9;},'DbyBM':'MLcaF','stmAJ':_0x424cf5(0x1eb),'uVrUN':function(_0x4a558b,_0x851915){return _0x4a558b+_0x851915;},'JtdrB':function(_0x4c7a16,_0x46e49c){return _0x4c7a16(_0x46e49c);},'eQUZw':_0x424cf5(0x260),'iauTK':function(_0x1def4a,_0x2d8513){return _0x1def4a!==_0x2d8513;},'PIIeY':'FlcBq','IOhnt':function(_0x3ffc47,_0x45eeeb){return _0x3ffc47!==_0x45eeeb;},'WKiOt':_0x424cf5(0x178),'TELCA':'automation','NayoF':function(_0x29aa85,_0x239fce){return _0x29aa85!==_0x239fce;},'YTELY':_0x424cf5(0x181),'apVSE':function(_0xf7b1b4,_0x316df9){return _0xf7b1b4+_0x316df9;},'SJbMZ':_0x424cf5(0x127),'RHwum':function(_0x4d4ccf,_0x10b468){return _0x4d4ccf(_0x10b468);},'VUuib':_0x424cf5(0x15f),'QVPIw':_0x424cf5(0x240),'wjZhj':_0x424cf5(0x243),'TQMWI':function(_0x575876,_0x3c2162){return _0x575876!==_0x3c2162;},'oZfOu':_0x424cf5(0x268),'sJjas':_0x424cf5(0x263),'DGYtW':function(_0x19d87,_0x4634b5){return _0x19d87>=_0x4634b5;},'MSWyQ':function(_0x5c590e,_0x3d022f){return _0x5c590e===_0x3d022f;},'UPkCp':_0x424cf5(0x134),'oBRcV':function(_0x76785e,_0x328802,_0x150fc0){return _0x76785e(_0x328802,_0x150fc0);},'RMraE':function(_0x2054fe,_0x1cd0d5){return _0x2054fe===_0x1cd0d5;},'CAuzl':'lDeUk','EstTG':'ESfkK','XPSLb':'SSFRf','qWnaO':_0x424cf5(0x174),'ouurb':_0x424cf5(0x26f),'gjqib':function(_0x569187,_0x14529a){return _0x569187!==_0x14529a;},'eAukY':_0x424cf5(0x120),'Gqtfo':function(_0x4cc00a,_0x9eff06){return _0x4cc00a!=_0x9eff06;},'TZZJi':function(_0x17fb9f,_0xc00caf){return _0x17fb9f===_0xc00caf;},'SiGrd':_0x424cf5(0x16f),'wtcUE':_0x424cf5(0x256),'bTvMX':_0x424cf5(0x1b6),'OMNjZ':'YHOcS','TrUYY':_0x424cf5(0x1ef),'bxEvE':function(_0x2a2463,_0x56dd94,_0x269c51){return _0x2a2463(_0x56dd94,_0x269c51);},'eydvH':_0x424cf5(0x235),'biUPm':function(_0x275d1f,_0x59b038){return _0x275d1f(_0x59b038);},'ytBwW':function(_0x453122,_0x5eb54a,_0x250f7c){return _0x453122(_0x5eb54a,_0x250f7c);},'wSHGA':'CchGT','wHFsz':_0x424cf5(0x1de),'FBjpi':function(_0xb07c4,_0x33024e){return _0xb07c4(_0x33024e);},'tZrwm':_0x424cf5(0x274),'yMmmo':_0x424cf5(0x1b3),'cGuDz':function(_0x2cfe11,_0x524596){return _0x2cfe11(_0x524596);},'dBcjr':'Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','goAsh':function(_0x5811b6,_0xfe16e2){return _0x5811b6(_0xfe16e2);},'AfGXp':function(_0x440286,_0x169eff){return _0x440286===_0x169eff;},'efRSQ':_0x424cf5(0x1b8),'NpElw':function(_0x355c07,_0x48d6fe){return _0x355c07(_0x48d6fe);},'kCMfi':_0x424cf5(0x299),'BoIZe':_0x424cf5(0x163),'hlOUi':function(_0x2742ec,_0x579099){return _0x2742ec===_0x579099;},'MiflJ':function(_0x5b3a43,_0xf6580f){return _0x5b3a43===_0xf6580f;},'bypZi':_0x424cf5(0x112),'aMAnS':_0x424cf5(0x29a),'eJXiI':_0x424cf5(0x25f),'dRTWU':_0x424cf5(0x204),'eFsEA':_0x424cf5(0x1c1),'umjkY':_0x424cf5(0x16a),'ZcuuL':_0x424cf5(0x297),'RPtmh':'QTYaK','iSmsU':_0x424cf5(0x1f6),'TIdnY':function(_0x2c48fa,_0x14741e){return _0x2c48fa!==_0x14741e;},'KWACW':_0x424cf5(0x1d0),'yTGeE':_0x424cf5(0x28b),'hUdEq':_0x424cf5(0x1e3),'WdSnL':_0x424cf5(0x1cb),'cYlYk':_0x424cf5(0x29d),'JDROQ':_0x424cf5(0x171),'QyvKl':'eRviy','cVYqz':function(_0x54d7e3,_0x3f19b2){return _0x54d7e3*_0x3f19b2;},'UqFku':_0x424cf5(0x15b),'PUiET':_0x424cf5(0x27f),'KpQUD':_0x424cf5(0x246),'FzNHX':function(_0x59b1fa,_0x380206){return _0x59b1fa!==_0x380206;},'BLimq':_0x424cf5(0x258),'jGbRM':_0x424cf5(0x18a),'XfYxM':_0x424cf5(0x226),'dduYN':_0x424cf5(0x1ea),'DDzjR':function(_0x2e7587,_0x2a417c){return _0x2e7587+_0x2a417c;},'SPZpx':function(_0x394539,_0x165d50){return _0x394539+_0x165d50;},'cxTFl':function(_0x596577,_0x2595ce,_0x31c818,_0x290dc3){return _0x596577(_0x2595ce,_0x31c818,_0x290dc3);},'hyTvX':_0x424cf5(0x27e),'GwqeF':_0x424cf5(0x13c),'UUcak':_0x424cf5(0x24a),'PYVaZ':_0x424cf5(0x1f1),'Aurht':_0x424cf5(0x215)};!helper['isFalse'](process[_0x424cf5(0x238)][_0x424cf5(0x20b)])&&(_0x10dde0[_0x424cf5(0x194)](_0x10dde0[_0x424cf5(0x10d)],_0x10dde0[_0x424cf5(0x1e1)])?_0x2584c8[_0x424cf5(0x1b2)][_0x10dde0[_0x424cf5(0x1a2)]]=_0x445497[_0x10dde0[_0x424cf5(0x1a2)]]:process[_0x424cf5(0x238)][_0x424cf5(0x20b)]=!![]);if(process['argv'][_0x424cf5(0x11d)](_0x10dde0[_0x424cf5(0x28a)])){if(_0x10dde0[_0x424cf5(0x166)](_0x10dde0[_0x424cf5(0x21c)],_0x10dde0['oZfOu'])){_0x10dde0[_0x424cf5(0x27c)](_0xa3721d,_0x17f702);return;}else process[_0x424cf5(0x238)]['BROWSERSTACK_AUTOMATION']=_0x10dde0['DEXZS'],_0x534a3f=_0x534a3f[_0x424cf5(0x252)](_0x316bd6=>_0x316bd6!==_0x424cf5(0x243));}const _0xbacab3=_0x534a3f[_0x424cf5(0x17f)](_0x10dde0[_0x424cf5(0x25d)]);_0x10dde0['DGYtW'](_0xbacab3,0x0)&&(_0x10dde0['MSWyQ'](_0x10dde0[_0x424cf5(0x216)],_0x10dde0[_0x424cf5(0x216)])?(process[_0x424cf5(0x238)][_0x424cf5(0x14f)]=_0x10dde0[_0x424cf5(0x1c9)],_0x534a3f=_0x534a3f[_0x424cf5(0x252)](_0x41a4ea=>_0x41a4ea!==_0x424cf5(0x263))):(_0x59b787['env'][_0x424cf5(0x20b)]=_0x10dde0[_0x424cf5(0x1c9)],_0x2f219e=_0x32393c[_0x424cf5(0x252)](_0x728bf6=>_0x728bf6!==_0x424cf5(0x243))));if(!_0x10dde0['oBRcV'](isTestCommand,_0x16af8a,_0x534a3f)){if(_0x10dde0['RMraE'](_0x10dde0[_0x424cf5(0x214)],_0x10dde0[_0x424cf5(0x173)])){const _0x271d6d=_0x13cec9[_0x424cf5(0x170)](_0x16bdf4[_0x424cf5(0x238)]['BROWSERSTACK_RERUN']);if(_0x271d6d){const _0x226edd=_0x37fc92[_0x424cf5(0x238)][_0x424cf5(0x237)],_0x41b0fd=[];_0x10dde0['Zoofp'](_0x226edd,_0x10dde0['yMDSY'])&&_0x10dde0[_0x424cf5(0x10e)](_0x226edd,null)&&_0x226edd[_0x424cf5(0x247)](',')[_0x424cf5(0x19f)](_0x1de7fe=>{const _0x32c5e0=_0x424cf5;_0x41b0fd[_0x32c5e0(0x1ee)]('('+_0x1de7fe[_0x32c5e0(0x1ec)]()+')');});const _0x42a5df='^'+_0x41b0fd[_0x424cf5(0x230)]('|')+'$';_0x35251a[_0x424cf5(0x1ee)](_0x10dde0[_0x424cf5(0x12d)],_0x42a5df);}}else{_0x10dde0[_0x424cf5(0x27c)](spawnOriginalProcess,_0x534a3f);return;}}const _0x1edcd6=new BrowserStackSetup(_0x16af8a,FRAMEWORKS[_0x424cf5(0x207)]);if(!_0x1edcd6[_0x424cf5(0x122)]){if(_0x10dde0[_0x424cf5(0x111)](_0x10dde0['XPSLb'],_0x10dde0[_0x424cf5(0x1dd)])){logger['error'](_0x10dde0[_0x424cf5(0x1f7)]);return;}else _0x22e609[_0x424cf5(0x190)](_0x424cf5(0x275)+_0x4530cc);}await _0x1edcd6[_0x424cf5(0x154)]();!helper[_0x424cf5(0x1fd)](_0x1edcd6[_0x424cf5(0x11a)])&&_0x1edcd6[_0x424cf5(0x11a)][_0x424cf5(0x262)](_0x10dde0[_0x424cf5(0x176)])&&(_0x10dde0[_0x424cf5(0x195)](_0x10dde0['eAukY'],_0x10dde0[_0x424cf5(0x10f)])?_0x4fbc0d['env'][_0x424cf5(0x20b)]=![]:process[_0x424cf5(0x238)][_0x424cf5(0x20b)]=_0x1edcd6[_0x424cf5(0x11a)][_0x424cf5(0x24f)](_0x10dde0['TELCA'])||!![]);if(_0x10dde0[_0x424cf5(0x233)](_0x1edcd6[_0x424cf5(0x122)]['testObservability'],null)&&!helper[_0x424cf5(0x170)](process[_0x424cf5(0x238)][_0x424cf5(0x14f)])){if(_0x10dde0['TZZJi'](_0x10dde0[_0x424cf5(0x23c)],_0x10dde0[_0x424cf5(0x292)]))return _0x28cddd['error'](_0x10dde0[_0x424cf5(0x239)],_0x415429),null;else process[_0x424cf5(0x238)][_0x424cf5(0x14f)]=process['env'][_0x424cf5(0x14f)]||_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x168)];}const _0x1a00cd=!helper[_0x424cf5(0x116)](process['env'][_0x424cf5(0x14f)]);let _0x3a7c26=![];if(_0x1edcd6['config'][_0x424cf5(0x151)]){if(_0x10dde0[_0x424cf5(0x131)](_0x10dde0[_0x424cf5(0x121)],_0x10dde0[_0x424cf5(0x121)]))_0x3a7c26=!![],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x151)];else return _0x2a596e=!![],!![];}_0x1edcd6['config'][_0x424cf5(0x22e)]&&(_0x10dde0[_0x424cf5(0x131)](_0x10dde0[_0x424cf5(0x156)],_0x10dde0[_0x424cf5(0x132)])?_0x1f38cb=_0x5d0edc:process['env'][_0x424cf5(0x223)]=JSON['stringify'](_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x22e)]));const _0x31e8c3=_0x534a3f[_0x424cf5(0x278)](),_0x4ac145=await _0x10dde0[_0x424cf5(0x22a)](getUserPlaywrightConfig,_0x16af8a,_0x534a3f);if(helper['isUndefined'](_0x4ac145)){if(_0x10dde0[_0x424cf5(0x194)](_0x10dde0[_0x424cf5(0x1cd)],_0x10dde0[_0x424cf5(0x1cd)])){_0x10dde0['biUPm'](spawnOriginalProcess,_0x31e8c3);return;}else _0x45eabe[_0x424cf5(0x1ee)](_0x47746e[_0x424cf5(0x1c3)](_0x3b72f6[_0x424cf5(0x122)],_0x10dde0[_0x424cf5(0x210)],_0x4db04a));}const _0x52b350={..._0x4ac145[_0x424cf5(0x122)]},_0x33c91c=_0x52b350,_0x2075e9=_0x4ac145[_0x424cf5(0x1d9)]?path[_0x424cf5(0x1bf)](_0x4ac145[_0x424cf5(0x1d9)]):process[_0x424cf5(0x206)]();if(!_0x10dde0[_0x424cf5(0x26d)](setGlobalSetup,_0x33c91c,_0x2075e9)){if(_0x10dde0[_0x424cf5(0x26e)](_0x10dde0[_0x424cf5(0x165)],_0x10dde0[_0x424cf5(0x11e)])){_0x10dde0[_0x424cf5(0x143)](spawnOriginalProcess,_0x31e8c3);return;}else _0x1c457e[_0x424cf5(0x13d)](_0x10dde0[_0x424cf5(0x1a6)]);}if(_0x1a00cd){if(_0x10dde0[_0x424cf5(0x26e)](_0x10dde0[_0x424cf5(0x18c)],_0x10dde0[_0x424cf5(0x18c)]))return _0x56cd76[_0x424cf5(0x238)][_0x424cf5(0x14f)]=![],![];else{const _0x4f9a16=_0x10dde0[_0x424cf5(0x12c)][_0x424cf5(0x247)]('|');let _0x12e925=0x0;while(!![]){switch(_0x4f9a16[_0x12e925++]){case'0':_0x10dde0[_0x424cf5(0x135)](addReporter,_0x33c91c);continue;case'1':_0x10dde0[_0x424cf5(0x29b)](initO11yCrashReporter,_0x33c91c,_0x1edcd6[_0x424cf5(0x122)]);continue;case'2':logger[_0x424cf5(0x13d)](_0x10dde0[_0x424cf5(0x1e6)]);continue;case'3':_0x10dde0['goAsh'](handleO11yRerun,_0x534a3f);continue;case'4':await _0x10dde0[_0x424cf5(0x1c5)](launchO11ySession,_0x1edcd6[_0x424cf5(0x122)]);continue;}break;}}}let _0x1b9cf8=_0x10dde0[_0x424cf5(0x17b)](process['env'][_0x424cf5(0x19e)],_0x10dde0[_0x424cf5(0x296)]);_0x1b9cf8=_0x1b9cf8||_0x10dde0[_0x424cf5(0x202)](checkAccessibilityPlatformConfig,_0x1edcd6[_0x424cf5(0x122)]),process[_0x424cf5(0x238)][_0x424cf5(0x19e)]=_0x1b9cf8;if(_0x1b9cf8){if(_0x10dde0['RMraE'](_0x10dde0[_0x424cf5(0x1ba)],_0x10dde0['kCMfi'])){const [_0x372f68,_0x4e5b99]=await _0x10dde0[_0x424cf5(0x26d)](createAccessibilityTestRun,_0x1edcd6['config'],_0x10dde0['BoIZe']);logger['debug']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x4e5b99),process['env'][_0x424cf5(0x16b)]=_0x372f68,process[_0x424cf5(0x238)][_0x424cf5(0x15a)]=_0x4e5b99,_0x10dde0['biUPm'](setAccessibilityPlaywrightCapabilities,_0x1edcd6[_0x424cf5(0x122)]);}else _0x213bd6=_0x10dde0[_0x424cf5(0x1c4)](_0x424cf5(0x19a)+_0x5edf14+_0x424cf5(0x1a9),_0x3b06db);}(helper[_0x424cf5(0x1fd)](_0x1edcd6['config'][_0x424cf5(0x192)])||_0x10dde0[_0x424cf5(0x1a8)](_0x1edcd6[_0x424cf5(0x122)]['platforms'][_0x424cf5(0x1fb)],0x0))&&(_0x10dde0[_0x424cf5(0x1e7)](_0x10dde0[_0x424cf5(0x1fc)],_0x10dde0[_0x424cf5(0x1fc)])?process[_0x424cf5(0x238)][_0x424cf5(0x20b)]=![]:_0x13810b[_0x424cf5(0x1e0)](_0x2bcb11=>{const _0x23103c=_0x424cf5,_0x4c5b08={};_0x4c5b08[_0x10dde0['SbKre']]={'connectOptions':{'wsEndpoint':_0x10dde0[_0x23103c(0x14c)](_0x24340f,_0x10dde0[_0x23103c(0x231)](_0x1eb426,_0x55419f[_0x23103c(0x1af)](_0x2bcb11)))}},_0x4c5b08[_0x10dde0[_0x23103c(0x157)]]=_0x179ab0,_0x1d6c96[_0x10dde0['FVJfo']][_0x23103c(0x1ee)](_0x4c5b08);}));if(helper['isTrue'](process[_0x424cf5(0x238)][_0x424cf5(0x20b)])){if(_0x10dde0[_0x424cf5(0x1c8)](_0x10dde0[_0x424cf5(0x155)],_0x10dde0[_0x424cf5(0x155)])){let _0x19edc3;const _0x1a5c83=_0x163b44[_0x424cf5(0x282)](_0x3858a9,_0x4c0c07[_0x10dde0[_0x424cf5(0x270)]]);if(_0xa527a9[_0x424cf5(0x13e)](_0x1a5c83))_0x19edc3=_0x1a5c83;else{const _0x2ce88a={};_0x2ce88a['paths']=[_0x4178e0],_0x19edc3=_0x452a64[_0x424cf5(0x282)](_0x1e3a32[_0x10dde0['URCCv']],_0x2ce88a);}if(!_0x19edc3)throw new _0x4e6ff2(_0x10dde0[_0x424cf5(0x191)]);_0x303e43['env'][_0x424cf5(0x20f)]=_0x19edc3;}else{_0x33c91c[_0x10dde0[_0x424cf5(0x289)]]=[];const _0xeba4e3=[];_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x192)][_0x424cf5(0x1e0)]((_0x22663c,_0x163195)=>{const _0x26e0c0=_0x424cf5,_0x24d266={'cMqZN':function(_0x1ea2ae,_0x4cb4bf){const _0x6a9e13=a23_0x44f0;return _0x10dde0[_0x6a9e13(0x117)](_0x1ea2ae,_0x4cb4bf);},'Nxncm':function(_0x37b5db,_0x1c7f90){const _0x3b987=a23_0x44f0;return _0x10dde0[_0x3b987(0x194)](_0x37b5db,_0x1c7f90);},'JrLgM':_0x10dde0[_0x26e0c0(0x1b7)]};if(_0x10dde0[_0x26e0c0(0x12e)](_0x10dde0[_0x26e0c0(0x1bb)],_0x10dde0[_0x26e0c0(0x23f)])){if(_0x24d266['cMqZN'](_0x3d8911['length'],0x1)&&_0x24d266['Nxncm'](_0x57fe34[0x1],_0x24d266[_0x26e0c0(0x12a)]))return!![];return![];}else _0xeba4e3['push'](helper[_0x26e0c0(0x1c3)](_0x1edcd6[_0x26e0c0(0x122)],_0x10dde0[_0x26e0c0(0x210)],_0x163195));});let _0x232b79=[];try{if(_0x10dde0[_0x424cf5(0x18f)](_0x10dde0[_0x424cf5(0x1d4)],_0x10dde0[_0x424cf5(0x28c)])){const _0x3798d6=helper[_0x424cf5(0x250)](_0x10dde0[_0x424cf5(0x1f5)]),_0x478646={};_0x478646[_0x424cf5(0x180)]=!![],_0x478646['testDir']='',_0x478646[_0x424cf5(0x1ca)]='',_0x478646[_0x424cf5(0x1f6)]='';const _0x32a857={};_0x32a857['project']=_0x478646;const _0x4bd272=_0x32a857;_0x33c91c[_0x10dde0[_0x424cf5(0x1a2)]]&&(_0x10dde0[_0x424cf5(0x18f)](_0x10dde0['umjkY'],_0x10dde0[_0x424cf5(0x225)])?_0x1fe3a8[_0x424cf5(0x192)]['forEach'](_0x46ad5a=>{const _0xa37da4=_0x424cf5;if(_0x35dd3d[_0xa37da4(0x170)](_0x46ad5a['accessibility']))return _0x21c97e=!![],!![];}):_0x4bd272[_0x424cf5(0x1b2)][_0x10dde0[_0x424cf5(0x1a2)]]=_0x33c91c[_0x10dde0[_0x424cf5(0x1a2)]]);if(_0x33c91c[_0x10dde0['SzpRj']]){if(_0x10dde0[_0x424cf5(0x17b)](_0x10dde0['ZcuuL'],_0x10dde0[_0x424cf5(0x129)]))return!![];else _0x4bd272['project'][_0x10dde0[_0x424cf5(0x157)]]=_0x33c91c[_0x10dde0[_0x424cf5(0x157)]];}if(_0x33c91c[_0x10dde0[_0x424cf5(0x1e2)]]){if(_0x10dde0[_0x424cf5(0x124)](_0x10dde0[_0x424cf5(0x144)],_0x10dde0['yTGeE']))_0x4bd272['project'][_0x10dde0[_0x424cf5(0x1e2)]]=_0x33c91c[_0x10dde0[_0x424cf5(0x1e2)]];else{const _0xb1c95d={};_0xb1c95d[_0x10dde0[_0x424cf5(0x1b4)]]={'connectOptions':{'wsEndpoint':_0x10dde0['uVrUN'](_0x37aeb4,_0x10dde0['anRrQ'](_0x197ce1,_0x2166e0[_0x424cf5(0x1af)](_0x3d30ca)))}},_0x575ba3[_0x10dde0[_0x424cf5(0x289)]][_0x424cf5(0x1ee)](_0xb1c95d);}}_0x232b79=await _0x3798d6[_0x424cf5(0x1ed)](_0x4bd272);}else{const _0x598cdd={'frameworkName':_0x463e7d[_0x424cf5(0x207)],'frameworkVersion':_0x10dde0[_0x424cf5(0x281)](_0x989d23,_0x468a07[_0x424cf5(0x207)])};_0x3c220d[_0x424cf5(0x154)](_0x598cdd,_0xbc8a3e,_0x66f9f3);}}catch(_0x128baa){_0x10dde0['RMraE'](_0x10dde0[_0x424cf5(0x272)],_0x10dde0[_0x424cf5(0x220)])?_0x21a8d8[_0x424cf5(0x190)](_0x10dde0[_0x424cf5(0x187)]):logger[_0x424cf5(0x190)](_0x10dde0[_0x424cf5(0x187)]);}let _0x3b49b8=helper[_0x424cf5(0x1c0)](_0x1edcd6[_0x424cf5(0x122)]);_0x232b79[_0x424cf5(0x1fb)]?_0x10dde0['RMraE'](_0x10dde0['cYlYk'],_0x10dde0[_0x424cf5(0x208)])?_0x46c0c2['project'][_0x10dde0[_0x424cf5(0x157)]]=_0xd145e0[_0x10dde0['SzpRj']]:(_0x232b79[_0x424cf5(0x1e0)](_0x256468=>{const _0x2ac064=_0x424cf5,_0x6e5381={'fNfUK':function(_0x517ded,_0x33cc41){const _0x2858fb=a23_0x44f0;return _0x10dde0[_0x2858fb(0x111)](_0x517ded,_0x33cc41);},'NNfgD':_0x10dde0[_0x2ac064(0x1f8)],'lvEwM':_0x10dde0[_0x2ac064(0x12d)]};if(_0x10dde0['OXeyt'](_0x10dde0[_0x2ac064(0x12b)],_0x10dde0[_0x2ac064(0x12b)]))_0xeba4e3[_0x2ac064(0x1e0)](_0x51fce3=>{const _0x105d0c=_0x2ac064;if(_0x10dde0[_0x105d0c(0x26e)](_0x10dde0['PIIeY'],_0x10dde0[_0x105d0c(0x110)]))_0xfbc053[_0x105d0c(0x1ee)]('('+_0x408ea7[_0x105d0c(0x1ec)]()+')');else{const _0x3b808a={};_0x3b808a[_0x10dde0[_0x105d0c(0x1b4)]]={'connectOptions':{'wsEndpoint':_0x10dde0['FcGzY'](_0x3b49b8,_0x10dde0[_0x105d0c(0x27c)](encodeURIComponent,JSON[_0x105d0c(0x1af)](_0x51fce3)))}},_0x3b808a[_0x10dde0[_0x105d0c(0x157)]]=_0x256468,_0x33c91c[_0x10dde0[_0x105d0c(0x289)]][_0x105d0c(0x1ee)](_0x3b808a);}});else{const _0x34affd=_0x204c87[_0x2ac064(0x238)]['BROWSERSTACK_RERUN_TESTS'],_0x182aef=[];_0x6e5381[_0x2ac064(0x271)](_0x34affd,_0x6e5381[_0x2ac064(0x28e)])&&_0x6e5381[_0x2ac064(0x271)](_0x34affd,null)&&_0x34affd[_0x2ac064(0x247)](',')['map'](_0x3dda46=>{const _0x4c22fb=_0x2ac064;_0x182aef[_0x4c22fb(0x1ee)]('('+_0x3dda46[_0x4c22fb(0x1ec)]()+')');});const _0x401416='^'+_0x182aef['join']('|')+'$';_0x18e04d[_0x2ac064(0x1ee)](_0x6e5381[_0x2ac064(0x152)],_0x401416);}}),_0x33c91c[_0x10dde0[_0x424cf5(0x157)]]='',_0x33c91c[_0x10dde0[_0x424cf5(0x1a2)]]=''):_0x10dde0[_0x424cf5(0x124)](_0x10dde0[_0x424cf5(0x1a7)],_0x10dde0['QyvKl'])?_0x10d86f['env'][_0x424cf5(0x20b)]=_0x2ea357[_0x424cf5(0x11a)]['get'](_0x10dde0[_0x424cf5(0x176)])||!![]:_0xeba4e3['forEach'](_0x31fb76=>{const _0x3009e0=_0x424cf5,_0x58356b={};_0x58356b['KvLYX']=_0x10dde0[_0x3009e0(0x270)];const _0x323b45=_0x58356b;if(_0x10dde0[_0x3009e0(0x18f)](_0x10dde0[_0x3009e0(0x153)],_0x10dde0[_0x3009e0(0x153)])){const _0x1b7d96={};_0x1b7d96[_0x3009e0(0x17d)]=[_0x500e81],_0x40406b=_0x2dd413['resolve'](_0x373559[_0x323b45[_0x3009e0(0x1a4)]],_0x1b7d96);}else{const _0x416c44={};_0x416c44[_0x10dde0[_0x3009e0(0x1b4)]]={'connectOptions':{'wsEndpoint':_0x10dde0[_0x3009e0(0x1aa)](_0x3b49b8,_0x10dde0[_0x3009e0(0x281)](encodeURIComponent,JSON[_0x3009e0(0x1af)](_0x31fb76)))}},_0x33c91c[_0x10dde0['FVJfo']][_0x3009e0(0x1ee)](_0x416c44);}});const _0x5a7911=_0x10dde0[_0x424cf5(0x185)](_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x192)][_0x424cf5(0x1fb)]||0x1,_0x1edcd6[_0x424cf5(0x122)][_0x424cf5(0x1b9)]);_0x33c91c[_0x10dde0[_0x424cf5(0x123)]]=_0x5a7911;}}const _0x29379c=path[_0x424cf5(0x230)](_0x4ac145[_0x424cf5(0x1d9)]?path[_0x424cf5(0x1bf)](_0x4ac145[_0x424cf5(0x1d9)]):process[_0x424cf5(0x206)](),_0x10dde0[_0x424cf5(0x245)]),_0x348e15={};_0x348e15[_0x424cf5(0x19c)]=null,_0x348e15[_0x424cf5(0x12f)]=!![],_0x348e15[_0x424cf5(0x1e9)]=Infinity,_0x348e15[_0x424cf5(0x198)]=![];let _0xa9787d=_0x10dde0['oBRcV'](inspect,_0x33c91c,_0x348e15);_0xa9787d['includes'](_0x10dde0[_0x424cf5(0x164)])&&(_0x10dde0[_0x424cf5(0x291)](_0x10dde0[_0x424cf5(0x1be)],_0x10dde0['jGbRM'])?_0xa9787d=_0xa9787d[_0x424cf5(0x280)](_0x10dde0[_0x424cf5(0x164)],_0x10dde0[_0x424cf5(0x13a)]):(_0x192664=!![],_0x36bdbe[_0x424cf5(0x238)][_0x424cf5(0x19e)]=_0x5fa314[_0x424cf5(0x122)]['accessibility']));let _0x13076b=_0x10dde0[_0x424cf5(0x142)];const _0x499673=helper['getProxyUrl'](_0x1edcd6[_0x424cf5(0x122)]);_0x499673&&(_0x13076b=_0x10dde0[_0x424cf5(0x288)](_0x424cf5(0x19a)+_0x499673+_0x424cf5(0x1a9),_0x13076b));helper[_0x424cf5(0x1f9)]({},_0x534a3f),fs[_0x424cf5(0x11c)](_0x29379c,_0x10dde0['SPZpx'](_0x13076b,_0xa9787d));const _0x585c32=_0x10dde0[_0x424cf5(0x298)](spawn,_0x10dde0[_0x424cf5(0x126)],[_0x10dde0[_0x424cf5(0x210)],_0x10dde0[_0x424cf5(0x1b7)],_0x10dde0[_0x424cf5(0x24b)],_0x29379c,..._0x534a3f['slice'](0x2)],{'shell':_0x10dde0[_0x424cf5(0x1a8)](process['platform'],_0x10dde0[_0x424cf5(0x1a5)]),'stdio':_0x10dde0['PYVaZ'],'cwd':process[_0x424cf5(0x206)](),'env':{...process[_0x424cf5(0x238)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x424cf5(0x136)](_0x16af8a)}});_0x585c32['on'](_0x10dde0['Aurht'],async _0x36bd2b=>{const _0x2b7e5f=_0x424cf5,_0x1b6851=_0x10dde0['SJbMZ'][_0x2b7e5f(0x247)]('|');let _0x458304=0x0;while(!![]){switch(_0x1b6851[_0x458304++]){case'0':logger['info'](_0x2b7e5f(0x158)+_0x29379c);continue;case'1':await helper[_0x2b7e5f(0x1c2)](_0x1edcd6);continue;case'2':fs[_0x2b7e5f(0x145)](_0x29379c);continue;case'3':logger[_0x2b7e5f(0x190)]('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x36bd2b);continue;case'4':process[_0x2b7e5f(0x1e8)]=_0x36bd2b;continue;case'5':await _0x10dde0[_0x2b7e5f(0x25e)](stopAccessibilityTestRun,_0x1edcd6[_0x2b7e5f(0x122)]);continue;}break;}});}module['exports']=run;
@@ -1 +1 @@
1
- const a24_0x5ca588=a24_0x4bb0;(function(_0x1aeda6,_0x4c51e1){const _0x12350f=a24_0x4bb0,_0x1a5e2b=_0x1aeda6();while(!![]){try{const _0x4a6497=-parseInt(_0x12350f(0x14b))/0x1+-parseInt(_0x12350f(0x141))/0x2*(-parseInt(_0x12350f(0x123))/0x3)+-parseInt(_0x12350f(0x143))/0x4+-parseInt(_0x12350f(0x13d))/0x5*(-parseInt(_0x12350f(0x13e))/0x6)+parseInt(_0x12350f(0x139))/0x7+parseInt(_0x12350f(0x146))/0x8*(-parseInt(_0x12350f(0x129))/0x9)+parseInt(_0x12350f(0x137))/0xa;if(_0x4a6497===_0x4c51e1)break;else _0x1a5e2b['push'](_0x1a5e2b['shift']());}catch(_0xc06718){_0x1a5e2b['push'](_0x1a5e2b['shift']());}}}(a24_0x1067,0x2dad0));function a24_0x4bb0(_0x2c128c,_0x283ab2){const _0x106789=a24_0x1067();return a24_0x4bb0=function(_0x4bb077,_0x1d3cda){_0x4bb077=_0x4bb077-0x11d;let _0x4ce91=_0x106789[_0x4bb077];return _0x4ce91;},a24_0x4bb0(_0x2c128c,_0x283ab2);}const child_process=require('child_process'),{FRAMEWORKS}=require(a24_0x5ca588(0x128)),{getFrameworkVersion,debug}=require(a24_0x5ca588(0x127)),helper=require(a24_0x5ca588(0x12a)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x5ca588(0x122));module['exports']=async function(_0x4fac78){const _0x309e16=a24_0x5ca588,_0x4df541={'MdzJX':function(_0x38739f,_0x2f92da){return _0x38739f(_0x2f92da);},'aiPsW':function(_0x22121b){return _0x22121b();},'EXroY':_0x309e16(0x140),'iKzSg':function(_0x20f66f,_0x43bb8d){return _0x20f66f!==_0x43bb8d;},'DeVGg':_0x309e16(0x14c),'sTmXO':function(_0x42d941,_0xa549ec){return _0x42d941(_0xa549ec);},'Gtgiw':function(_0x3c6088){return _0x3c6088();},'ogwXD':_0x309e16(0x13f),'WiIaw':_0x309e16(0x14d),'biztF':function(_0x34df18,_0x269741){return _0x34df18(_0x269741);},'eLwSh':_0x309e16(0x132),'uQibe':function(_0xb76d75,_0xdc18ae){return _0xb76d75===_0xdc18ae;},'DhoXs':_0x309e16(0x11d),'foIbV':function(_0x4d9df4,_0x7508a7){return _0x4d9df4(_0x7508a7);},'CuJLq':function(_0x4d89ba,_0x34f3f4){return _0x4d89ba>=_0x34f3f4;},'tiRWs':_0x309e16(0x12f),'JkGHB':_0x309e16(0x13c),'tEyqi':function(_0x44ee5b,_0x368745,_0x4be0d8){return _0x44ee5b(_0x368745,_0x4be0d8);},'GCFvr':_0x309e16(0x133),'NDmro':function(_0x1303ad,_0x5890c0){return _0x1303ad!==_0x5890c0;},'syqmz':'XeYtd','FIBHz':'rHvGQ'},_0x572db1=child_process[_0x309e16(0x153)];child_process[_0x309e16(0x153)]=function(){const _0x33db9c=_0x309e16,_0x12aa47={'Mqqng':function(_0x3011eb,_0x166ec4){const _0x5ac99e=a24_0x4bb0;return _0x4df541[_0x5ac99e(0x152)](_0x3011eb,_0x166ec4);},'Rbshr':function(_0x17ec1a){const _0x29029a=a24_0x4bb0;return _0x4df541[_0x29029a(0x12c)](_0x17ec1a);},'PpCud':_0x4df541[_0x33db9c(0x136)]};if(_0x4df541[_0x33db9c(0x12d)](_0x4df541[_0x33db9c(0x130)],_0x4df541[_0x33db9c(0x130)]))return _0x12aa47[_0x33db9c(0x126)](_0x2643b8,_0x33db9c(0x124)+arguments[0x0]),arguments[0x0][_0x33db9c(0x149)](_0x12aa47[_0x33db9c(0x13b)](_0x161ab0))&&(arguments[0x0]=_0x4bf77a[_0x33db9c(0x147)](_0x12aa47[_0x33db9c(0x150)])),_0x3db0e8['apply'](null,arguments);else{_0x4df541[_0x33db9c(0x11f)](debug,_0x33db9c(0x124)+arguments[0x0]);if(arguments[0x0][_0x33db9c(0x149)](_0x4df541[_0x33db9c(0x135)](getForkProcessPath))){if(_0x4df541[_0x33db9c(0x12d)](_0x4df541['ogwXD'],_0x4df541[_0x33db9c(0x13a)])){const _0x48e0ff={};_0x48e0ff[_0x33db9c(0x138)]=_0x4d3f3f,_0x509fdb=_0x48e0ff;}else arguments[0x0]=require[_0x33db9c(0x147)](_0x4df541['EXroY']);}return _0x572db1[_0x33db9c(0x144)](null,arguments);}};if(process[_0x309e16(0x14e)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']){_0x4df541[_0x309e16(0x148)](debug,_0x4df541['eLwSh']);try{if(_0x4df541[_0x309e16(0x142)](_0x4df541['DhoXs'],_0x4df541[_0x309e16(0x14a)])){const {loadGlobalHook:_0x59a407}=helper[_0x309e16(0x125)](_0x4df541[_0x309e16(0x135)](getLoadUtilsPath)),_0x3d13c8=_0x4df541['foIbV'](getFrameworkVersion,FRAMEWORKS[_0x309e16(0x12b)]);let _0x4ab51a=_0x4fac78;if(_0x4df541[_0x309e16(0x121)](helper['compareVersions'](_0x3d13c8,_0x4df541[_0x309e16(0x131)]),0x0)){if(_0x4df541[_0x309e16(0x142)](_0x4df541[_0x309e16(0x120)],_0x4df541[_0x309e16(0x120)])){const _0x28e10d={};_0x28e10d[_0x309e16(0x138)]=_0x4fac78,_0x4ab51a=_0x28e10d;}else throw new _0x2bd959(_0x4df541[_0x309e16(0x14f)]);}const _0x42a0c4=await _0x4df541['tEyqi'](_0x59a407,_0x4ab51a,process[_0x309e16(0x14e)][_0x309e16(0x151)]);if(_0x4df541[_0x309e16(0x12d)](typeof _0x42a0c4,_0x4df541[_0x309e16(0x12e)])){if(_0x4df541[_0x309e16(0x134)](_0x4df541['syqmz'],_0x4df541['FIBHz']))throw new Error(_0x4df541[_0x309e16(0x14f)]);else arguments[0x0]=_0xfc85c7[_0x309e16(0x147)](_0x4df541[_0x309e16(0x136)]);}return _0x42a0c4[_0x309e16(0x144)](null,arguments);}else _0x4df541[_0x309e16(0x152)](_0x2fc091,_0x309e16(0x145)+_0x27d73f['toString']());}catch(_0x2e1058){_0x4df541[_0x309e16(0x152)](debug,_0x309e16(0x145)+_0x2e1058[_0x309e16(0x11e)]());}}};function a24_0x1067(){const _0x4855f4=['DhoXs','285372FybOEE','dazYE','Not\x20able\x20to\x20import\x20globalSetup','env','WiIaw','PpCud','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','MdzJX','fork','Msjhu','toString','sTmXO','JkGHB','CuJLq','./reporter/pwUtils','4512OopeNZ','Call\x20to\x20child\x20fork\x20with\x20args\x20','requireModule','Mqqng','../../helpers/test-observability/utils','../../helpers/test-observability/constants','60651GyIGsc','../../helpers/helper','PLAYWRIGHT','aiPsW','iKzSg','GCFvr','1.33.0','DeVGg','tiRWs','Running\x20existing\x20global\x20setup','function','NDmro','Gtgiw','EXroY','3449700bBJcxn','config','912779BgkFdv','ogwXD','Rbshr','NUdGw','35QhzSiN','5646btiesF','bGzaT','./mock-process.js','358tkAZva','uQibe','387028cFILXM','apply','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','216bHKZAT','resolve','biztF','includes'];a24_0x1067=function(){return _0x4855f4;};return a24_0x1067();}
1
+ const a24_0x3f0e35=a24_0x8ffd;(function(_0x457805,_0x4caac9){const _0x2d837a=a24_0x8ffd,_0x1981ff=_0x457805();while(!![]){try{const _0x175868=-parseInt(_0x2d837a(0x80))/0x1*(parseInt(_0x2d837a(0x9e))/0x2)+-parseInt(_0x2d837a(0xa5))/0x3*(-parseInt(_0x2d837a(0x6b))/0x4)+-parseInt(_0x2d837a(0x8a))/0x5+-parseInt(_0x2d837a(0xa1))/0x6*(-parseInt(_0x2d837a(0x94))/0x7)+-parseInt(_0x2d837a(0x86))/0x8+parseInt(_0x2d837a(0xa2))/0x9*(-parseInt(_0x2d837a(0x8d))/0xa)+-parseInt(_0x2d837a(0x7a))/0xb*(-parseInt(_0x2d837a(0x99))/0xc);if(_0x175868===_0x4caac9)break;else _0x1981ff['push'](_0x1981ff['shift']());}catch(_0x4bd5ae){_0x1981ff['push'](_0x1981ff['shift']());}}}(a24_0x1abc,0x9e709));function a24_0x1abc(){const _0x1c32a4=['102984thrzVs','TDNsQ','OEUKi','gPbLR','apply','2aqSfqn','../../helpers/test-observability/utils','PiSCX','1004532kVZGnr','4357674xvYIeC','RjOge','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','15hwUutD','CPOpZ','DHAun','qSveQ','805316rbTUUI','wurDj','EsDqd','env','fork','ACbro','toString','TJRHW','jNRfH','BFvVE','nLSvq','1.33.0','compareVersions','includes','Call\x20to\x20child\x20fork\x20with\x20args\x20','946hHdlJq','Not\x20able\x20to\x20import\x20globalSetup','JVcsW','SHaoo','config','EpVFb','127675AUntKP','./reporter/pwUtils','child_process','zMrUc','KjGrb','ihQan','1564376eJgRNL','OnrHy','nvjAc','../../helpers/test-observability/constants','694890XOMLMe','GHbCf','qparp','20ZmYtTF','qtuXG','AFtsw','Running\x20existing\x20global\x20setup','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','FdbRb','./mock-process.js','14shKJRG','../../helpers/helper','PLAYWRIGHT','resolve','CnGYu'];a24_0x1abc=function(){return _0x1c32a4;};return a24_0x1abc();}const child_process=require(a24_0x3f0e35(0x82)),{FRAMEWORKS}=require(a24_0x3f0e35(0x89)),{getFrameworkVersion,debug}=require(a24_0x3f0e35(0x9f)),helper=require(a24_0x3f0e35(0x95)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x3f0e35(0x81));function a24_0x8ffd(_0x5cf8af,_0x4a15e4){const _0x1abcf7=a24_0x1abc();return a24_0x8ffd=function(_0x8ffde9,_0x33092d){_0x8ffde9=_0x8ffde9-0x69;let _0x54d42e=_0x1abcf7[_0x8ffde9];return _0x54d42e;},a24_0x8ffd(_0x5cf8af,_0x4a15e4);}module['exports']=async function(_0x216ab6){const _0x5a51c5=a24_0x3f0e35,_0x2cafee={'gPbLR':_0x5a51c5(0x93),'wurDj':function(_0x282d8f,_0xf042dd){return _0x282d8f!==_0xf042dd;},'AFtsw':_0x5a51c5(0x85),'yWlKc':_0x5a51c5(0x75),'ACbro':function(_0x43eabe,_0x1e6b5d){return _0x43eabe(_0x1e6b5d);},'PiSCX':function(_0xe7599a){return _0xe7599a();},'EsDqd':function(_0x40488d,_0xf1e255){return _0x40488d!==_0xf1e255;},'RjOge':_0x5a51c5(0x8b),'jNRfH':_0x5a51c5(0x8e),'CnGYu':_0x5a51c5(0x7b),'CPOpZ':function(_0x3037de,_0x4eb76e){return _0x3037de(_0x4eb76e);},'KjGrb':function(_0xc5c60f){return _0xc5c60f();},'zMrUc':_0x5a51c5(0x90),'qSveQ':_0x5a51c5(0x88),'sOGQh':function(_0x57ac44){return _0x57ac44();},'qparp':function(_0x46d624,_0x4ef90b){return _0x46d624>=_0x4ef90b;},'FdbRb':_0x5a51c5(0x76),'TJRHW':function(_0xfe41ca,_0x246064){return _0xfe41ca===_0x246064;},'oNySw':_0x5a51c5(0x7d),'JVcsW':_0x5a51c5(0x9a),'NekBo':function(_0x517421,_0x27f384,_0x29abd9){return _0x517421(_0x27f384,_0x29abd9);},'uxtaU':function(_0x35fc31,_0x4f33aa){return _0x35fc31!==_0x4f33aa;},'DHAun':'function','EpVFb':_0x5a51c5(0x74),'OnrHy':_0x5a51c5(0x9b)},_0x24e5cf=child_process[_0x5a51c5(0x6f)];child_process[_0x5a51c5(0x6f)]=function(){const _0x42d95a=_0x5a51c5;if(_0x2cafee[_0x42d95a(0x6c)](_0x2cafee[_0x42d95a(0x8f)],_0x2cafee['yWlKc']))return _0x2cafee[_0x42d95a(0x70)](debug,_0x42d95a(0x79)+arguments[0x0]),arguments[0x0]['includes'](_0x2cafee[_0x42d95a(0xa0)](getForkProcessPath))&&(_0x2cafee['EsDqd'](_0x2cafee[_0x42d95a(0xa3)],_0x2cafee[_0x42d95a(0x73)])?arguments[0x0]=require['resolve'](_0x2cafee['gPbLR']):arguments[0x0]=_0x345d39['resolve'](_0x2cafee[_0x42d95a(0x9c)])),_0x24e5cf[_0x42d95a(0x9d)](null,arguments);else{const _0x4d3e63={};_0x4d3e63[_0x42d95a(0x7e)]=_0x5ef3cf,_0x3a3fa1=_0x4d3e63;}};if(process[_0x5a51c5(0x6e)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']){_0x2cafee[_0x5a51c5(0x70)](debug,_0x2cafee[_0x5a51c5(0x83)]);try{if(_0x2cafee[_0x5a51c5(0x6d)](_0x2cafee[_0x5a51c5(0x6a)],_0x2cafee[_0x5a51c5(0x6a)]))throw new _0x5826b3(_0x2cafee[_0x5a51c5(0x98)]);else{const {loadGlobalHook:_0x5b2b3e}=helper['requireModule'](_0x2cafee['sOGQh'](getLoadUtilsPath)),_0xe2ed2b=_0x2cafee[_0x5a51c5(0x70)](getFrameworkVersion,FRAMEWORKS[_0x5a51c5(0x96)]);let _0x521cf8=_0x216ab6;if(_0x2cafee[_0x5a51c5(0x8c)](helper[_0x5a51c5(0x77)](_0xe2ed2b,_0x2cafee[_0x5a51c5(0x92)]),0x0)){if(_0x2cafee[_0x5a51c5(0x72)](_0x2cafee['oNySw'],_0x2cafee[_0x5a51c5(0x7c)]))_0x2cafee[_0x5a51c5(0xa6)](_0x519c13,_0x5a51c5(0x91)+_0x505cb6[_0x5a51c5(0x71)]());else{const _0x123314={};_0x123314[_0x5a51c5(0x7e)]=_0x216ab6,_0x521cf8=_0x123314;}}const _0x38b024=await _0x2cafee['NekBo'](_0x5b2b3e,_0x521cf8,process[_0x5a51c5(0x6e)][_0x5a51c5(0xa4)]);if(_0x2cafee['uxtaU'](typeof _0x38b024,_0x2cafee[_0x5a51c5(0x69)])){if(_0x2cafee[_0x5a51c5(0x72)](_0x2cafee[_0x5a51c5(0x7f)],_0x2cafee[_0x5a51c5(0x87)]))return _0x2cafee[_0x5a51c5(0xa6)](_0x5637db,_0x5a51c5(0x79)+arguments[0x0]),arguments[0x0][_0x5a51c5(0x78)](_0x2cafee[_0x5a51c5(0x84)](_0x22fb2f))&&(arguments[0x0]=_0x2a71b6[_0x5a51c5(0x97)](_0x2cafee[_0x5a51c5(0x9c)])),_0x45078a[_0x5a51c5(0x9d)](null,arguments);else throw new Error(_0x2cafee[_0x5a51c5(0x98)]);}return _0x38b024[_0x5a51c5(0x9d)](null,arguments);}}catch(_0x41d65f){_0x2cafee[_0x5a51c5(0x70)](debug,_0x5a51c5(0x91)+_0x41d65f[_0x5a51c5(0x71)]());}}};