browserstack-node-sdk 1.32.1 → 1.32.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 (114) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a31_0x768e75=a31_0x12d2;(function(_0x1ce6ed,_0x134927){const _0x3369d7=a31_0x12d2,_0x12a6fe=_0x1ce6ed();while(!![]){try{const _0x4d85d1=-parseInt(_0x3369d7(0xc4))/0x1*(-parseInt(_0x3369d7(0x10f))/0x2)+parseInt(_0x3369d7(0x1b4))/0x3+parseInt(_0x3369d7(0x1a9))/0x4+parseInt(_0x3369d7(0xe7))/0x5+-parseInt(_0x3369d7(0x106))/0x6+-parseInt(_0x3369d7(0x115))/0x7+parseInt(_0x3369d7(0x16e))/0x8*(-parseInt(_0x3369d7(0x1a4))/0x9);if(_0x4d85d1===_0x134927)break;else _0x12a6fe['push'](_0x12a6fe['shift']());}catch(_0x2281b0){_0x12a6fe['push'](_0x12a6fe['shift']());}}}(a31_0x52de,0x71817));function a31_0x12d2(_0x5348f5,_0x1c13ca){const _0x52de2b=a31_0x52de();return a31_0x12d2=function(_0x12d24f,_0x298013){_0x12d24f=_0x12d24f-0xb3;let _0x2c0fab=_0x52de2b[_0x12d24f];return _0x2c0fab;},a31_0x12d2(_0x5348f5,_0x1c13ca);}const fs=require('fs'),path=require(a31_0x768e75(0x103)),os=require('os'),{spawn}=require(a31_0x768e75(0xcd)),{inspect,format}=require(a31_0x768e75(0xf5)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a31_0x768e75(0x1fb)),helper=require(a31_0x768e75(0xfd)),constants=require('../utils/constants'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a31_0x768e75(0x1d3)),{CrashReporter,o11yErrorHandler}=require(a31_0x768e75(0x123)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a31_0x768e75(0x1f3)),{setAccessibilityCapabilities}=require('./accessibility-helper'),SessionHandler=require(a31_0x768e75(0x125));async function requireOrImportDefaultObject(_0x55ea92){const _0xa68ff6=a31_0x768e75,_0x41779c={'Mbcbp':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','PRijn':function(_0x2cb9a1){return _0x2cb9a1();},'lLjOL':function(_0x3c6b9a,_0x1bd1f2){return _0x3c6b9a(_0x1bd1f2);},'rRYjV':function(_0x456d96,_0x188855){return _0x456d96===_0x188855;},'ufMmv':_0xa68ff6(0xe8),'KfFYx':function(_0x300d39,_0x3ba5b6){return _0x300d39 in _0x3ba5b6;},'saAdl':_0xa68ff6(0x10a),'klnPk':function(_0x10499a,_0x4ab9ec){return _0x10499a===_0x4ab9ec;},'GToed':_0xa68ff6(0xf8)},{requireOrImport:_0x506305}=helper[_0xa68ff6(0x15c)][_0xa68ff6(0xca)](null,_0x41779c['PRijn'](getTransformPath));let _0x54d45c=await _0x41779c[_0xa68ff6(0x1f9)](_0x506305,_0x55ea92);if(_0x54d45c&&_0x41779c['rRYjV'](typeof _0x54d45c,_0x41779c[_0xa68ff6(0x13f)])&&_0x41779c[_0xa68ff6(0x12e)](_0x41779c[_0xa68ff6(0x15a)],_0x54d45c)){if(_0x41779c[_0xa68ff6(0x1b3)](_0x41779c['GToed'],_0x41779c['GToed']))_0x54d45c=_0x54d45c[_0x41779c[_0xa68ff6(0x15a)]];else throw new _0x343ec5(_0x41779c[_0xa68ff6(0x121)]);}return _0x54d45c;}function a31_0x52de(){const _0x45c4ab=['mGBvL','WPGjB','nDAxA','BllsB','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','bKcER','testIgnore','SNEck','tdzUM','BS_A11Y_JWT','WhoEj','UNWrP','SXRaU','filter','XMvoe','FNXgm','KsEKD','XaBXB','info','hGlIC','LOdGu','cniHv','clearTempPWConfig','ApBmR','respectGitIgnore','JInqF','slice','HttGK','BROWSERSTACK_TEST_OBSERVABILITY','AbuZP','FYODG','xLuMp','150788qjWofS','npx','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','tZRyr','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','zgAvQ','apply','GKKoD','JRnkI','child_process','rABuI','PumMM','hqEPV','@playwright/test','lUpad','auKuB','IlIEK','RxNcj','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','gzjhl','writeFileSync','yLlGo','wnfPC','UMcix','jDMjp','tFATI','--grep','exports','qIwtd','XzVtu','NzAYc','automation','PJSLR','zvLjD','bVQCd','1781040ORBOJt','object','YsRth','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','--disable-browserstack-automation','ocpVH','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','OSAmc','PbhmN','initialize','pw_result.json','fnXwY','DpGZF','xhsFG','util','aDxOn','QnzFa','CfSwj','WNNRH','nRXfN','eikaF','JupCl','../../helpers/helper','TWVuW','cwd','splice','.browserstack','XjwHj','path','skipSessionName','JpgFy','2660538AHdVex','DYJeO','EUxgO','lTKaZ','default','FstMH','BROWSERSTACK_RERUN','ttSWr','MsfjM','10SgffXN','BROWSERSTACK_AUTOMATION','BrowserStack\x20config\x20file\x20not\x20found.','GeigM','IdGSM','BAOYN','4705218EjIXDV','rOQCC','DTeCZ','iBOiB','0|4|1|3|2','Twpho','eTPqW','LCNir','DRWvJ','zPrxP','YTBOt','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','Mbcbp','kqumI','../../helpers/test-observability/error-handler','jNbAV','../../helpers/test-observability/sessionHandler','assign','qSYVU','AYOBc','CaGHo','VxMqw','globalSetup','Ovjnr','KHEYp','KfFYx','TLYkx','argv','join','length','khidA','ZMICl','uzZdD','YpHnb','debug','TfpuI','ImNiJ','ZYxHO','esnoV','yudjH','sTzIQ','win32','ufMmv','PAHmC','AQQLj','JeyeS','jzkbD','YEygb','paths','fzEVm','MPtDy','gtOGt','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','playwright-browserstack-sdk.config.js','YtZDu','PKtqW','Utjgv','AkFOa','aYMJd','cliConfig','GUbzW','platform','Ybjfx','unlinkSync','map','ddNNb','YCien','startsWith','error','saAdl','oVCfO','requirePWModule','OIgKi','uSluV','OdUZn','kBUpL','oljGs','SHCjS','trim','xwGWD','KozhI','QMmgd','UNzky','rOWdR','zfQbT','kbjQW','ajtMl','platforms','CMXhP','424nBOFqR','deJPr','false','Error\x20in\x20closing\x20playwright','wCyUC','skipSessionStatus','inherit','kaMVF','test','PeMLV','parse','OPuWL','config','fPVTu','wiGEl','project','oJclQ','NNUHj','lGdTM','qusHc','AgrPK','accessibility','errorMessage','fDvbr','BROWSERSTACK_SETUP_CONFIG_PATH','logLevel','--config=','tNYwm','nbVzK','PMVUV','markSDKSetupComplete','WCsLH','--disable-test-observability','includes','VrlnF','isTrue','KCSLN','IoXCO','rgYGE','daZSd','bTefh','isFalse','concat','TQAeh','uhiin','xKMpN','BROWSERSTACK_RERUN_TESTS','TJpkM','IvEpr','ukdqg','UCEsI','uKxJu','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','playwright','150849qPlIex','uezlQ','BfrtM','zSyWE','ZVnKm','1756488eNKGwG','pyVZO','BqQUZ','hSCfF','ZxCLQ','isUndefined','PLAYWRIGHT','true','filterBrowserstackConfig','testObservability','klnPk','2758737qTCsta','nTQsv','--config','VwOqh','OQCJq','BYOxD','aiLXg','string','GGNSc','nolLV','BLfkj','fvztu','KZjAl','naUkd','eVpYt','stringify','jaDSR','lrJkU','TPxgs','LYUnh','IWwwa','LNiFx','jxspc','reporter','ASqSW','4|1|5|8|7|2|3|6|0','BROWSERSTACK_TEST_ACCESSIBILITY_YML','JjZrK','./reporter/reporter.js','qSrsA','Klnaq','./reporter/pwUtils','NROmt','IkLbZ','zWXot','dirname','pHChF','indexOf','NzLFX','titsD','ovAis','OYTQO','readFileSync','BgkVF','gnmGt','zdzZC','env','BEiqw','zTUaN','JiQPt','nAFdI','Avgdd','xCggt','accessibilityOptions','BfqGK','WVVlw','has','TGJxO','hUJOl','YlkNH','bIFqj','Deleting\x20','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','../../helpers/accessibility-automation/helper','pYaSq','QvEFf','null','eAWJJ','existsSync','lLjOL','sfpUS','../../helpers/BrowserStackSetup','IRCSO','GzqRN','iZkTT','EmZeR','XyhVk','OBcso','split','Error\x20in\x20getting\x20funnel\x20data\x20results','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a','PtIvH','OGWgW','MVfWZ','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','homedir','resolve','gAClY','mhnow','htXsK','QAoCI','push','close','DPnVo','PpTgL','Mdwfy','TYErM','atVOw','testContextOptions','launch','browserstackSetupConfig.json'];a31_0x52de=function(){return _0x45c4ab;};return a31_0x52de();}const getUserPlaywrightConfig=async(_0x3e3ca4,_0x43ac11)=>{const _0x54a406=a31_0x768e75,_0xf61073={'iZkTT':function(_0x2087d7,_0x3915b2){return _0x2087d7>_0x3915b2;},'LYUnh':function(_0xae4a53,_0x462b01){return _0xae4a53===_0x462b01;},'hUJOl':_0x54a406(0x1cb),'FstMH':_0x54a406(0x1a2),'nDAxA':function(_0x5c2e07){return _0x5c2e07();},'ImNiJ':function(_0x45d0bc,_0x4f6e78){return _0x45d0bc(_0x4f6e78);},'kaMVF':function(_0x431ee4,_0x1fef9c){return _0x431ee4!==_0x1fef9c;},'xCggt':_0x54a406(0xdb),'OPuWL':function(_0x507d3e,_0x9fe35c){return _0x507d3e===_0x9fe35c;},'gHiHQ':_0x54a406(0x10d),'WVVlw':_0x54a406(0x1f7),'hqEPV':function(_0x5a731f,_0x16d580){return _0x5a731f(_0x16d580);},'bVQCd':'vrVsU','yudjH':_0x54a406(0xed),'RUljS':function(_0x191be8,_0x46c3a1){return _0x191be8===_0x46c3a1;},'DySOP':'uyUkY','RxNcj':_0x54a406(0x200),'lTKaZ':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BAOYN':function(_0x58883d,_0x4d2559){return _0x58883d===_0x4d2559;},'MPtDy':'sBamQ','cgsoz':_0x54a406(0x151),'Twpho':_0x54a406(0x188)},_0x3c603e=!helper[_0x54a406(0x1ae)](_0x3e3ca4[_0x54a406(0x17a)]),_0x3ddc38=_0x3c603e?path['resolve'](process[_0x54a406(0xff)](),_0x3e3ca4[_0x54a406(0x17a)]):process[_0x54a406(0xff)](),{resolveConfigFile:_0x24c512}=helper['requirePWModule'][_0x54a406(0xca)](null,_0xf61073[_0x54a406(0x21b)](getConfigLoaderPath)),_0x4a82de=_0xf61073[_0x54a406(0x139)](_0x24c512,_0x3ddc38);let _0x337f53={};if(_0x4a82de){if(_0xf61073[_0x54a406(0x175)](_0xf61073[_0x54a406(0x1e8)],_0xf61073[_0x54a406(0x1e8)])){if(!_0x392fbc||_0xf61073[_0x54a406(0x1fe)](_0x3e6524[_0x54a406(0x132)],0x1)&&_0xf61073[_0x54a406(0x1c7)](_0x909b8c[0x0],null))return _0x15bf36[_0x54a406(0x1e2)][_0x54a406(0xc0)]=![],![];return!![];}else{logger[_0x54a406(0xb6)]('Getting\x20your\x20playwright\x20config\x20from\x20'+_0x4a82de);try{_0xf61073[_0x54a406(0x179)](_0xf61073['gHiHQ'],_0xf61073[_0x54a406(0x1eb)])?(_0x35b73d=!![],_0x46b6f9['env'][_0x54a406(0x1ce)]=_0x5ed018['config'][_0x54a406(0x183)]):_0x337f53=await _0xf61073[_0x54a406(0xd0)](requireOrImportDefaultObject,_0x4a82de);}catch(_0x139498){if(_0xf61073['kaMVF'](_0xf61073[_0x54a406(0xe6)],_0xf61073[_0x54a406(0xe6)]))_0x2a2c2c[_0xf61073[_0x54a406(0x1ee)]]['push'](_0x416769);else return logger[_0x54a406(0x159)](_0xf61073[_0x54a406(0x13c)],_0x139498),null;}}}else _0xf61073['RUljS'](_0xf61073['DySOP'],_0xf61073[_0x54a406(0xd5)])?_0x4ea8c3['debug'](_0xf61073[_0x54a406(0x10b)]):logger[_0x54a406(0xb6)](_0xf61073[_0x54a406(0x109)]);if(_0x3c603e){if(_0xf61073[_0x54a406(0x114)](_0xf61073[_0x54a406(0x147)],_0xf61073['cgsoz']))_0x4d3ff7[_0x54a406(0x1e2)][_0x54a406(0x110)]=![];else{const _0x1d5efe=_0x43ac11['findIndex'](_0x54596b=>_0x54596b===_0x54a406(0x1b6)||_0x54596b==='-c'||_0x54596b[_0x54a406(0x158)](_0x54a406(0x188)));_0x43ac11[_0x54a406(0x100)](_0x1d5efe,_0x43ac11[_0x1d5efe][_0x54a406(0x158)](_0xf61073[_0x54a406(0x11a)])?0x1:0x2);}}const _0xd2c242={};return _0xd2c242['path']=_0x4a82de,_0xd2c242[_0x54a406(0x17a)]=_0x337f53,_0xd2c242;},setGlobalSetup=(_0x440ab4,_0x492bf3)=>{const _0x299af3=a31_0x768e75,_0x314340={'OGWgW':'.browserstack','rOWdR':_0x299af3(0xf1),'ddNNb':_0x299af3(0x12b),'ASqSW':_0x299af3(0x21d),'JupCl':'BrowserStack\x20config\x20file\x20not\x20found.','LNiFx':_0x299af3(0x1cb),'wnfPC':function(_0x8fb853,_0x4b11b8){return _0x8fb853===_0x4b11b8;},'Avgdd':_0x299af3(0x224),'pYaSq':function(_0x7fd30c,_0x493e62){return _0x7fd30c!==_0x493e62;},'tdzUM':_0x299af3(0xb8),'JiQPt':_0x299af3(0x189),'xLuMp':_0x299af3(0x1c2),'PAHmC':_0x299af3(0x1e3),'htXsK':function(_0xd0c8b5,_0x17bbd9){return _0xd0c8b5===_0x17bbd9;},'ovAis':_0x299af3(0x1c0),'YpHnb':_0x299af3(0xdc),'WNNRH':function(_0x5f1e54,_0x171f2d){return _0x5f1e54===_0x171f2d;},'oljGs':'LfSZG','mGBvL':function(_0x54db24,_0x4a30cf){return _0x54db24===_0x4a30cf;},'oVCfO':_0x299af3(0xd3),'rgYGE':function(_0x587540,_0x4b4229){return _0x587540!==_0x4b4229;},'OYTQO':_0x299af3(0x138),'MsfjM':function(_0x4f1b58,_0x31b998){return _0x4f1b58+_0x31b998;},'sAuFS':_0x299af3(0x120),'TPxgs':function(_0x41760f,_0x5a361a){return _0x41760f(_0x5a361a);},'eikaF':'./globalSetup.js'};if(!_0x440ab4){if(_0x314340['wnfPC'](_0x314340['Avgdd'],_0x314340[_0x299af3(0x1e7)]))return![];else{const _0x1fc648=_0x1be40f[_0x299af3(0x131)](_0x2ef8bf[_0x299af3(0x209)](),_0x314340[_0x299af3(0x206)],_0x314340[_0x299af3(0x168)]);if(_0xb6bcc1[_0x299af3(0x1f8)](_0x1fc648)){let _0x2f8327=_0x27f05c[_0x299af3(0x1de)](_0x1fc648);_0x2f8327=_0x4130e4[_0x299af3(0x178)](_0x2f8327),_0x1ce30f[_0x299af3(0x184)]=_0x2f8327,_0x985a4f[_0x299af3(0x154)](_0x1fc648);}}}try{if(_0x314340[_0x299af3(0x1f4)](_0x314340[_0x299af3(0x221)],_0x314340[_0x299af3(0x1e5)])){if(_0x440ab4[_0x299af3(0x12b)]){if(_0x314340[_0x299af3(0xda)](_0x314340[_0x299af3(0xc3)],_0x314340[_0x299af3(0x140)])){let _0x41ed88;const _0x32e900=_0x20e186[_0x299af3(0x20a)](_0x4b6fec,_0x420b06[_0x314340[_0x299af3(0x156)]]);if(_0x1364ff[_0x299af3(0x1f8)](_0x32e900))_0x41ed88=_0x32e900;else{const _0x3d097e={};_0x3d097e[_0x299af3(0x145)]=[_0x30f563],_0x41ed88=_0x538621['resolve'](_0x170c21[_0x314340['ddNNb']],_0x3d097e);}if(!_0x41ed88)throw new _0xe5d8b5(_0x314340[_0x299af3(0x1cc)]);_0x12da5f[_0x299af3(0x1e2)][_0x299af3(0xd6)]=_0x41ed88;}else{let _0x189d21;const _0xa4f59a=path['resolve'](_0x492bf3,_0x440ab4[_0x314340[_0x299af3(0x156)]]);if(fs[_0x299af3(0x1f8)](_0xa4f59a)){if(_0x314340[_0x299af3(0x20d)](_0x314340[_0x299af3(0x1dc)],_0x314340[_0x299af3(0x136)]))return![];else _0x189d21=_0xa4f59a;}else{if(_0x314340[_0x299af3(0xf9)](_0x314340[_0x299af3(0x161)],_0x314340[_0x299af3(0x161)])){const _0x1bf778={};_0x1bf778[_0x299af3(0x145)]=[_0x492bf3],_0x189d21=require['resolve'](_0x440ab4[_0x314340[_0x299af3(0x156)]],_0x1bf778);}else{_0x1b083f['error'](_0x314340[_0x299af3(0xfc)]);return;}}if(!_0x189d21){if(_0x314340[_0x299af3(0x219)](_0x314340[_0x299af3(0x15b)],_0x314340['oVCfO']))throw new Error(_0x314340[_0x299af3(0x1cc)]);else _0x4b61cd['env'][_0x299af3(0xc0)]=_0x4b0897[_0x299af3(0x1e2)][_0x299af3(0xc0)]||_0x4f6d03[_0x299af3(0x17a)]['testObservability'];}process[_0x299af3(0x1e2)][_0x299af3(0xd6)]=_0x189d21;}}}else return!![];}catch(_0x4e6d41){_0x314340[_0x299af3(0x194)](_0x314340[_0x299af3(0x1dd)],_0x314340[_0x299af3(0x1dd)])?_0x4589d2[_0x314340[_0x299af3(0x1c9)]]=[_0x55381f]:logger[_0x299af3(0x159)](_0x314340[_0x299af3(0x10e)](_0x314340['sAuFS'],_0x314340[_0x299af3(0x1c6)](format,_0x4e6d41)));}return _0x440ab4[_0x299af3(0x12b)]=require[_0x299af3(0x20a)](_0x314340[_0x299af3(0xfb)]),!![];},addReporter=_0x3d080b=>{const _0x225063=a31_0x768e75,_0x4f8173={};_0x4f8173[_0x225063(0xb4)]=_0x225063(0x21f),_0x4f8173[_0x225063(0x11c)]=function(_0x5d7717,_0x191a15){return _0x5d7717!==_0x191a15;},_0x4f8173[_0x225063(0x19a)]=_0x225063(0x1f6),_0x4f8173[_0x225063(0x1ad)]=_0x225063(0xde),_0x4f8173[_0x225063(0x13d)]=_0x225063(0x1d0),_0x4f8173[_0x225063(0x182)]=_0x225063(0x1cb),_0x4f8173['gnmGt']=function(_0x2e08d7,_0x431324){return _0x2e08d7===_0x431324;},_0x4f8173[_0x225063(0x1ac)]=_0x225063(0xf4),_0x4f8173['KGUlo']=_0x225063(0x11f),_0x4f8173[_0x225063(0x113)]=function(_0x2eabcc,_0x5e2705){return _0x2eabcc===_0x5e2705;},_0x4f8173[_0x225063(0x116)]='string',_0x4f8173[_0x225063(0xf6)]=_0x225063(0x21c),_0x4f8173['GKKoD']=_0x225063(0x15f),_0x4f8173[_0x225063(0x1bd)]=_0x225063(0xe8),_0x4f8173[_0x225063(0x1d5)]='NrTzB';const _0x27ea8f=_0x4f8173,_0x392d51=path[_0x225063(0x131)](__dirname,_0x27ea8f[_0x225063(0x13d)]),_0x2c1545=[_0x392d51];if(helper['isUndefined'](_0x3d080b[_0x27ea8f[_0x225063(0x182)]])){if(_0x27ea8f[_0x225063(0x1e0)](_0x27ea8f['hSCfF'],_0x27ea8f['KGUlo']))return _0x2504d9[_0x225063(0x1e2)][_0x225063(0xc0)]=![],![];else _0x3d080b[_0x27ea8f[_0x225063(0x182)]]=[_0x2c1545];}else{if(_0x27ea8f[_0x225063(0x113)](typeof _0x3d080b[_0x27ea8f['AgrPK']],_0x27ea8f['rOQCC']))_0x27ea8f[_0x225063(0x1e0)](_0x27ea8f['aDxOn'],_0x27ea8f[_0x225063(0xcb)])?_0x218c8f[_0x225063(0x17d)][_0x27ea8f[_0x225063(0xb4)]]=_0x3a199b[_0x27ea8f[_0x225063(0xb4)]]:_0x3d080b[_0x27ea8f[_0x225063(0x182)]]=[[_0x3d080b[_0x27ea8f[_0x225063(0x182)]]],_0x2c1545];else{if(_0x27ea8f['IdGSM'](typeof _0x3d080b[_0x27ea8f['AgrPK']],_0x27ea8f[_0x225063(0x1bd)])){if(_0x27ea8f[_0x225063(0x1e0)](_0x27ea8f[_0x225063(0x1d5)],_0x27ea8f[_0x225063(0x1d5)]))_0x3d080b[_0x27ea8f['AgrPK']]['push'](_0x2c1545);else{const _0xb1e52e=_0x5f1e20[_0x225063(0x1e2)][_0x225063(0x19c)],_0x5453c8=[];if(_0x27ea8f[_0x225063(0x11c)](_0xb1e52e,_0x27ea8f[_0x225063(0x19a)])&&!_0x340d11['isUndefined'](_0xb1e52e)){_0xb1e52e[_0x225063(0x202)](',')[_0x225063(0x155)](_0x26ff76=>{const _0x2646dd=_0x225063;_0x5453c8[_0x2646dd(0x20f)]('('+_0x26ff76[_0x2646dd(0x163)]()+')');});const _0x51c0e9='^'+_0x5453c8[_0x225063(0x131)]('|')+'$';_0x51733a[_0x225063(0x20f)](_0x27ea8f[_0x225063(0x1ad)],_0x51c0e9);}}}}}},handleO11yRerun=_0x119030=>{const _0x4710a3=a31_0x768e75,_0x278ef3={};_0x278ef3[_0x4710a3(0x148)]=_0x4710a3(0xde),_0x278ef3[_0x4710a3(0x1a0)]=function(_0x57c24f,_0x4cc722){return _0x57c24f===_0x4cc722;},_0x278ef3['SzhBO']=_0x4710a3(0x164),_0x278ef3[_0x4710a3(0x19b)]='testMatch',_0x278ef3[_0x4710a3(0xb5)]=_0x4710a3(0x1ab),_0x278ef3[_0x4710a3(0x1b9)]=function(_0x320e11,_0x500e33){return _0x320e11!==_0x500e33;},_0x278ef3[_0x4710a3(0x1b5)]=_0x4710a3(0x1f6),_0x278ef3[_0x4710a3(0xbf)]=function(_0x58d94b,_0x61fef6){return _0x58d94b===_0x61fef6;},_0x278ef3[_0x4710a3(0x21a)]=_0x4710a3(0x1fc);const _0x2bce9b=_0x278ef3,_0x1195e5=helper[_0x4710a3(0x191)](process['env'][_0x4710a3(0x10c)]);if(_0x1195e5){if(_0x2bce9b['UCEsI'](_0x2bce9b[_0x4710a3(0xb5)],_0x2bce9b[_0x4710a3(0xb5)])){const _0x56d99a=process[_0x4710a3(0x1e2)][_0x4710a3(0x19c)],_0x2f39d6=[];if(_0x2bce9b[_0x4710a3(0x1b9)](_0x56d99a,_0x2bce9b[_0x4710a3(0x1b5)])&&!helper[_0x4710a3(0x1ae)](_0x56d99a)){if(_0x2bce9b['HttGK'](_0x2bce9b[_0x4710a3(0x21a)],_0x2bce9b[_0x4710a3(0x21a)])){_0x56d99a[_0x4710a3(0x202)](',')[_0x4710a3(0x155)](_0x4b2fac=>{const _0x445044=_0x4710a3,_0x1b3d12={};_0x1b3d12[_0x445044(0x1bf)]=_0x2bce9b[_0x445044(0x148)];const _0x15a9a3=_0x1b3d12;if(_0x2bce9b['UCEsI'](_0x2bce9b['SzhBO'],_0x2bce9b['SzhBO']))_0x2f39d6['push']('('+_0x4b2fac[_0x445044(0x163)]()+')');else{_0x447dee['split'](',')[_0x445044(0x155)](_0x30db26=>{const _0x432372=_0x445044;_0xcbbc7d['push']('('+_0x30db26[_0x432372(0x163)]()+')');});const _0x594605='^'+_0x41bd77[_0x445044(0x131)]('|')+'$';_0xb9b922[_0x445044(0x20f)](_0x15a9a3[_0x445044(0x1bf)],_0x594605);}});const _0x2d27c9='^'+_0x2f39d6[_0x4710a3(0x131)]('|')+'$';_0x119030[_0x4710a3(0x20f)](_0x2bce9b[_0x4710a3(0x148)],_0x2d27c9);}else _0x5c4091[_0x4710a3(0x17d)][_0x2bce9b['xKMpN']]=_0x51ea7c[_0x2bce9b[_0x4710a3(0x19b)]];}}else _0x59082b['unlinkSync'](_0x9e5f45);}},spawnOriginalProcess=_0x570781=>{const _0x51b2af=a31_0x768e75,_0xc7a66={'mhnow':function(_0x264a30,_0x265e6b,_0x39aa81,_0x113499){return _0x264a30(_0x265e6b,_0x39aa81,_0x113499);},'CKVEz':_0x51b2af(0xc5),'zgAvQ':_0x51b2af(0x1a3),'BfqGK':function(_0xf3c08b,_0x4dc51c){return _0xf3c08b===_0x4dc51c;},'nAFdI':_0x51b2af(0x13e),'oSvmD':_0x51b2af(0x174)};_0xc7a66[_0x51b2af(0x20c)](spawn,_0xc7a66['CKVEz'],[_0xc7a66[_0x51b2af(0xc9)],..._0x570781[_0x51b2af(0xbe)](0x1)],{'shell':_0xc7a66[_0x51b2af(0x1ea)](process[_0x51b2af(0x152)],_0xc7a66[_0x51b2af(0x1e6)]),'stdio':_0xc7a66['oSvmD'],'cwd':process[_0x51b2af(0xff)]()});},isTestCommand=(_0x501f3d,_0x30c51e)=>{const _0x28cf4c=a31_0x768e75,_0x428908={};_0x428908[_0x28cf4c(0x117)]=function(_0x274923,_0x4a95b6){return _0x274923+_0x4a95b6;},_0x428908['PumMM']=_0x28cf4c(0x203),_0x428908[_0x28cf4c(0x1ca)]=function(_0x5eede3,_0x481cf2){return _0x5eede3>_0x481cf2;},_0x428908['hDQTF']=function(_0x34b7ca,_0x17fb8c){return _0x34b7ca===_0x17fb8c;},_0x428908[_0x28cf4c(0x1c4)]=_0x28cf4c(0x176),_0x428908[_0x28cf4c(0x12c)]=function(_0x3dbfdb,_0x31230b){return _0x3dbfdb!==_0x31230b;},_0x428908[_0x28cf4c(0x112)]=_0x28cf4c(0xd7),_0x428908[_0x28cf4c(0x223)]=_0x28cf4c(0x146);const _0xeccf07=_0x428908;if(_0xeccf07[_0x28cf4c(0x1ca)](_0x30c51e[_0x28cf4c(0x132)],0x1)&&_0xeccf07['hDQTF'](_0x30c51e[0x1],_0xeccf07['jaDSR'])){if(_0xeccf07['Ovjnr'](_0xeccf07['GeigM'],_0xeccf07[_0x28cf4c(0x223)]))return!![];else _0x520686[_0x28cf4c(0x137)](_0xeccf07[_0x28cf4c(0x117)](_0xeccf07[_0x28cf4c(0xcf)],_0x1350b3));}return![];},initO11yCrashReporter=(_0x25efcd,_0x5bff87)=>{const _0x32965f=a31_0x768e75,_0x218437={'VOsnz':function(_0x40a142,_0x3ab053){return _0x40a142(_0x3ab053);}},_0x4708e7={'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x218437['VOsnz'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0x32965f(0xf0)](_0x4708e7,_0x25efcd,_0x5bff87);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x45a0d8){const _0x3bb07d=a31_0x768e75,_0xdcb040={};_0xdcb040[_0x3bb07d(0x1be)]=_0x3bb07d(0x170),_0xdcb040['xvxYW']=function(_0x5af5e2,_0x47366a){return _0x5af5e2>_0x47366a;},_0xdcb040[_0x3bb07d(0x1fd)]=function(_0x1a97a2,_0x1a6395){return _0x1a97a2===_0x1a6395;},_0xdcb040[_0x3bb07d(0xdd)]='GXhRr';const _0x5248be=_0xdcb040;if(!_0x45a0d8||_0x5248be['xvxYW'](_0x45a0d8[_0x3bb07d(0x132)],0x1)&&_0x5248be['GzqRN'](_0x45a0d8[0x0],null)){if(_0x5248be[_0x3bb07d(0x1fd)](_0x5248be[_0x3bb07d(0xdd)],_0x5248be[_0x3bb07d(0xdd)]))return process['env'][_0x3bb07d(0xc0)]=![],![];else _0x56ddb8[_0x3bb07d(0x1e2)][_0x3bb07d(0x110)]=_0x5248be[_0x3bb07d(0x1be)],_0x2c2bfe=_0x31d9a0[_0x3bb07d(0x226)](_0xfb1e69=>_0xfb1e69!==_0x3bb07d(0xeb));}return!![];});async function run(_0x1a4eff,_0x77da0){const _0x507637=a31_0x768e75,_0x4e3934={'PbhmN':function(_0x2e133a,_0x39eb17){return _0x2e133a(_0x39eb17);},'QMmgd':function(_0x2795c8,_0x23ec1a){return _0x2795c8+_0x23ec1a;},'FNXgm':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','JjZrK':function(_0x2dd11e,_0x36d576){return _0x2dd11e(_0x36d576);},'uWNDp':_0x507637(0x188),'AbuZP':_0x507637(0x101),'Utjgv':_0x507637(0xf1),'zSyWE':_0x507637(0xe3),'aNcDz':function(_0x5d2bb7,_0x12f968,_0x1fac5d,_0x3958e0){return _0x5d2bb7(_0x12f968,_0x1fac5d,_0x3958e0);},'AkFOa':_0x507637(0xc5),'kqumI':_0x507637(0x1a3),'koXnh':function(_0x247318,_0x30b6c6){return _0x247318===_0x30b6c6;},'TJpkM':_0x507637(0x13e),'IoXCO':_0x507637(0x174),'aiLXg':_0x507637(0x12b),'TLYkx':function(_0x42a1a1,_0xe41b70){return _0x42a1a1>_0xe41b70;},'AfydM':_0x507637(0x176),'Pcnom':function(_0x5481cf,_0xb62bb){return _0x5481cf(_0xb62bb);},'SXRaU':function(_0x4c7502,_0x220efa){return _0x4c7502+_0x220efa;},'yLlGo':_0x507637(0x171),'uKxJu':'testDir','lnpxF':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','NzLFX':function(_0x333142,_0x50c78d){return _0x333142+_0x50c78d;},'CMXhP':'Error\x20in\x20getting\x20funnel\x20data\x20results','VpmCN':_0x507637(0xc6),'AZDFC':_0x507637(0x1d0),'cniHv':_0x507637(0x1cb),'JeyeS':_0x507637(0x1bb),'deJPr':function(_0x918f3f,_0x6852da){return _0x918f3f===_0x6852da;},'TYErM':'object','eTPqW':function(_0x58ed58,_0x3f29c6){return _0x58ed58+_0x3f29c6;},'lUpad':'Error\x20in\x20deleting\x20playwright\x20results','OQCJq':'false','iBOiB':function(_0xde9ef0,_0xa3a78b){return _0xde9ef0!==_0xa3a78b;},'irBPl':_0x507637(0x1f6),'OPPYb':_0x507637(0xde),'QnzFa':_0x507637(0x10a),'VxMqw':'KUFXL','CaGHo':function(_0x4f8535,_0x210727){return _0x4f8535===_0x210727;},'OIgKi':_0x507637(0x211),'XMvoe':_0x507637(0x1a6),'bIFqj':_0x507637(0xfa),'GGNSc':function(_0x3d9df9,_0x429c39){return _0x3d9df9===_0x429c39;},'YtZDu':_0x507637(0x17f),'wElQS':_0x507637(0x1b7),'zvLjD':function(_0xf6deea,_0x43d9e9){return _0xf6deea+_0x43d9e9;},'Ybjfx':_0x507637(0x1cd),'zdzZC':function(_0x59b495){return _0x59b495();},'OSAmc':function(_0x3422d6,_0x5049c5){return _0x3422d6(_0x5049c5);},'oPPJG':function(_0x490043,_0x5c44d5){return _0x490043+_0x5c44d5;},'PtIvH':function(_0x97282b,_0x3c189a){return _0x97282b!==_0x3c189a;},'EmZeR':_0x507637(0xcc),'rrAWE':_0x507637(0xe2),'nNTVk':_0x507637(0xeb),'FYODG':function(_0x586436,_0x3d29b){return _0x586436===_0x3d29b;},'nbVzK':_0x507637(0xec),'WCsLH':_0x507637(0x18e),'dwHrL':function(_0x1b33e5,_0xd0bb59){return _0x1b33e5>=_0xd0bb59;},'KHEYp':_0x507637(0x215),'TQAeh':_0x507637(0x20e),'XjwHj':'hpMBV','naUkd':function(_0x3acb66,_0x6f6f8e){return _0x3acb66===_0x6f6f8e;},'fPVTu':_0x507637(0x1db),'SHCjS':_0x507637(0x15e),'gXPiV':function(_0x5d47d0,_0x101275){return _0x5d47d0!==_0x101275;},'hGlIC':_0x507637(0x213),'qusHc':function(_0x1825c9,_0x9ef965,_0x453ba9){return _0x1825c9(_0x9ef965,_0x453ba9);},'YsRth':function(_0x5e8cc0,_0x223fbe){return _0x5e8cc0!==_0x223fbe;},'gAClY':_0x507637(0x1d4),'VrlnF':_0x507637(0x17e),'OBcso':function(_0x1800f0,_0x2f1d9d){return _0x1800f0!==_0x2f1d9d;},'IlIEK':_0x507637(0x1d8),'AYOBc':'ODrvf','YCien':_0x507637(0x111),'Klnaq':_0x507637(0x11d),'qSYVU':function(_0x4dcc32,_0x2c2dda){return _0x4dcc32!=_0x2c2dda;},'ApBmR':'YcAEG','zTUaN':function(_0x2b5447,_0x5595fe){return _0x2b5447!==_0x5595fe;},'ZYxHO':'OvIcV','PJSLR':function(_0xb6d984,_0x23eac1){return _0xb6d984!==_0x23eac1;},'AQQLj':_0x507637(0xc7),'kBUpL':_0x507637(0x1a5),'wiGEl':function(_0x147c7d,_0x3b5594,_0x3095b0){return _0x147c7d(_0x3b5594,_0x3095b0);},'lrJkU':function(_0x5d63d4,_0x5d7cd5){return _0x5d63d4!==_0x5d7cd5;},'PKtqW':'kOmZT','EUxgO':function(_0x5a0276,_0x35d297){return _0x5a0276(_0x35d297);},'TWVuW':function(_0x3dbae1,_0x4899d0,_0x2486c5){return _0x3dbae1(_0x4899d0,_0x2486c5);},'IvEpr':_0x507637(0x144),'TGJxO':function(_0x2b3370,_0x2c45bd){return _0x2b3370===_0x2c45bd;},'dRcAw':_0x507637(0x1f5),'aYMJd':_0x507637(0x1d1),'gsxoM':_0x507637(0x119),'esnoV':_0x507637(0xea),'zWXot':function(_0x4a1b96,_0x28a674){return _0x4a1b96(_0x28a674);},'PpTgL':function(_0x4abc19,_0x114a0f){return _0x4abc19(_0x114a0f);},'BgkVF':function(_0x3667e0,_0x20ee68){return _0x3667e0===_0x20ee68;},'daZSd':_0x507637(0x1b0),'zPrxP':function(_0x4c1f84,_0x520fbb){return _0x4c1f84(_0x520fbb);},'zfQbT':_0x507637(0xe1),'UNzky':'RUFeq','ZVnKm':function(_0xfcc916,_0x114f43,_0x1a74ce){return _0xfcc916(_0x114f43,_0x1a74ce);},'pyVZO':_0x507637(0xd1),'PeMLV':function(_0x2ccf60,_0x11ee1f){return _0x2ccf60(_0x11ee1f);},'lGdTM':function(_0x264abd,_0x331ae6){return _0x264abd!==_0x331ae6;},'DYJeO':_0x507637(0x143),'kIgMB':_0x507637(0x218),'bTefh':_0x507637(0x105),'ZMICl':function(_0x591aad,_0x368e0e){return _0x591aad===_0x368e0e;},'DpGZF':'NOkyq','sfpUS':_0x507637(0x220),'ukdqg':'OYXOc','bKcER':'testMatch','khidA':_0x507637(0x16b),'wCyUC':'testIgnore','qIwtd':_0x507637(0xce),'RQzuu':'zVGjx','jNbAV':_0x507637(0x1a2),'MVfWZ':_0x507637(0x14a),'PwrVA':function(_0x11bca1,_0x3489a7){return _0x11bca1>_0x3489a7;},'YlkNH':function(_0x55aeb5,_0x260b5b){return _0x55aeb5!==_0x260b5b;},'PMVUV':_0x507637(0x185),'uzZdD':function(_0x2a5768,_0x42f82d){return _0x2a5768+_0x42f82d;},'KozhI':function(_0x47f986,_0x599d05,_0x14dca5,_0x4a0bae){return _0x47f986(_0x599d05,_0x14dca5,_0x4a0bae);},'IWwwa':_0x507637(0x1b6),'kbjQW':_0x507637(0x210)};if(!helper[_0x507637(0x197)](process[_0x507637(0x1e2)][_0x507637(0x110)])){if(_0x4e3934['PtIvH'](_0x4e3934[_0x507637(0x1ff)],_0x4e3934['rrAWE']))process[_0x507637(0x1e2)][_0x507637(0x110)]=!![];else{_0x4e3934[_0x507637(0xef)](_0x40ebc9,_0x55aaa4);return;}}process[_0x507637(0x130)][_0x507637(0x18f)](_0x4e3934['nNTVk'])&&(_0x4e3934[_0x507637(0xc2)](_0x4e3934[_0x507637(0x18a)],_0x4e3934[_0x507637(0x18a)])?(process['env'][_0x507637(0x110)]=_0x4e3934[_0x507637(0x1b8)],_0x77da0=_0x77da0[_0x507637(0x226)](_0x5425e8=>_0x5425e8!==_0x507637(0xeb))):_0x8b370f[_0x507637(0x159)](_0x4e3934[_0x507637(0x166)](_0x4e3934[_0x507637(0xb3)],_0x4e3934[_0x507637(0x1cf)](_0x59787e,_0x5c5961))));const _0x96a9c=_0x77da0[_0x507637(0x1d9)](_0x4e3934[_0x507637(0x18d)]);if(_0x4e3934['dwHrL'](_0x96a9c,0x0)){if(_0x4e3934[_0x507637(0x205)](_0x4e3934[_0x507637(0x12d)],_0x4e3934[_0x507637(0x12d)])){const _0x10931a=_0xd1a484['findIndex'](_0x584bbd=>_0x584bbd==='--config'||_0x584bbd==='-c'||_0x584bbd['startsWith'](_0x507637(0x188)));_0x395ecc[_0x507637(0x100)](_0x10931a,_0x488e35[_0x10931a][_0x507637(0x158)](_0x4e3934['uWNDp'])?0x1:0x2);}else process[_0x507637(0x1e2)][_0x507637(0xc0)]=_0x4e3934[_0x507637(0x1b8)],_0x77da0=_0x77da0[_0x507637(0x226)](_0x334bf7=>_0x334bf7!==_0x507637(0x18e));}try{if(_0x4e3934[_0x507637(0x16f)](_0x4e3934[_0x507637(0x199)],_0x4e3934[_0x507637(0x102)]))_0x96df8=_0x3cabb4;else{const _0x29683e=path['join'](helper[_0x507637(0x209)](),_0x4e3934['AbuZP'],_0x4e3934['Utjgv']);if(fs['existsSync'](_0x29683e)){if(_0x4e3934[_0x507637(0x1c1)](_0x4e3934[_0x507637(0x17b)],_0x4e3934[_0x507637(0x162)])){const _0x5f024e=_0x50db28[_0x507637(0x131)](_0xc5aa1b[_0x507637(0x209)](),_0x4e3934[_0x507637(0xc1)],_0x4e3934[_0x507637(0x14d)]);_0x4fca83[_0x507637(0x1f8)](_0x5f024e)&&_0x1bb086[_0x507637(0x154)](_0x5f024e);}else fs[_0x507637(0x154)](_0x29683e);}}}catch(_0xba45fc){_0x4e3934['gXPiV'](_0x4e3934[_0x507637(0xb7)],_0x4e3934[_0x507637(0xb7)])?_0xd8b78b[_0x507637(0x1e2)][_0x507637(0x110)]=_0x14c8ce['cliConfig']['get'](_0x4e3934[_0x507637(0x1a7)])||!![]:logger[_0x507637(0x137)](_0x4e3934['oPPJG'](_0x4e3934['lUpad'],_0xba45fc));}if(!_0x4e3934[_0x507637(0x181)](isTestCommand,_0x1a4eff,_0x77da0)){if(_0x4e3934[_0x507637(0xe9)](_0x4e3934[_0x507637(0x20b)],_0x4e3934[_0x507637(0x190)])){_0x4e3934[_0x507637(0xee)](spawnOriginalProcess,_0x77da0);return;}else{_0x4e3934[_0x507637(0xef)](_0x2be80d,_0x5e857f);return;}}const _0x20fefe=new BrowserStackSetup(_0x1a4eff,FRAMEWORKS[_0x507637(0x1af)]);if(!_0x20fefe['config']){if(_0x4e3934[_0x507637(0x201)](_0x4e3934[_0x507637(0xd4)],_0x4e3934[_0x507637(0x128)])){logger['error'](_0x4e3934[_0x507637(0x157)]);return;}else _0x4e3934['aNcDz'](_0x52b4a2,_0x4e3934[_0x507637(0x14e)],[_0x4e3934[_0x507637(0x122)],..._0x41f2c4[_0x507637(0xbe)](0x1)],{'shell':_0x4e3934['koXnh'](_0x326b0e[_0x507637(0x152)],_0x4e3934['TJpkM']),'stdio':_0x4e3934[_0x507637(0x193)],'cwd':_0x5790be[_0x507637(0xff)]()});}await _0x20fefe[_0x507637(0xf0)]();if(!helper['isUndefined'](_0x20fefe[_0x507637(0x150)])&&_0x20fefe[_0x507637(0x150)][_0x507637(0x1ec)](_0x4e3934['zSyWE'])){if(_0x4e3934[_0x507637(0x201)](_0x4e3934['Klnaq'],_0x4e3934[_0x507637(0x1d2)])){const _0x291d2a={};_0x291d2a['paths']=[_0x4e75cb],_0x175a5b=_0x3ab3ea[_0x507637(0x20a)](_0x2e5416[_0x4e3934[_0x507637(0x1ba)]],_0x291d2a);}else process[_0x507637(0x1e2)]['BROWSERSTACK_AUTOMATION']=_0x20fefe[_0x507637(0x150)]['get'](_0x4e3934[_0x507637(0x1a7)])||!![];}if(_0x4e3934[_0x507637(0x127)](_0x20fefe[_0x507637(0x17a)][_0x507637(0x1b2)],null)&&!helper[_0x507637(0x191)](process['env'][_0x507637(0xc0)])){if(_0x4e3934[_0x507637(0x201)](_0x4e3934[_0x507637(0xbb)],_0x4e3934[_0x507637(0xbb)])){if(_0x4e3934[_0x507637(0x12f)](_0x36fc0f[_0x507637(0x132)],0x1)&&_0x4e3934['koXnh'](_0x415bd0[0x1],_0x4e3934['AfydM']))return!![];return![];}else process[_0x507637(0x1e2)][_0x507637(0xc0)]=process[_0x507637(0x1e2)][_0x507637(0xc0)]||_0x20fefe[_0x507637(0x17a)][_0x507637(0x1b2)];}const _0x1b61bc=!helper[_0x507637(0x197)](process[_0x507637(0x1e2)][_0x507637(0xc0)]);let _0x21d46d=![];if(_0x20fefe[_0x507637(0x17a)][_0x507637(0x183)]){if(_0x4e3934[_0x507637(0x1e4)](_0x4e3934[_0x507637(0x13a)],_0x4e3934[_0x507637(0x13a)])){const _0x390e70={'frameworkName':_0x54c4a1['PLAYWRIGHT'],'frameworkVersion':_0x4e3934['Pcnom'](_0x1aa1e7,_0x3c64df['PLAYWRIGHT'])};_0x10f7a6[_0x507637(0xf0)](_0x390e70,_0x308bd4,_0x4dade7);}else _0x21d46d=!![],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x20fefe[_0x507637(0x17a)]['accessibility'];}_0x20fefe[_0x507637(0x17a)][_0x507637(0x1e9)]&&(_0x4e3934[_0x507637(0xe4)](_0x4e3934[_0x507637(0x141)],_0x4e3934[_0x507637(0x160)])?process[_0x507637(0x1e2)][_0x507637(0x149)]=JSON[_0x507637(0x1c3)](_0x20fefe[_0x507637(0x17a)][_0x507637(0x1e9)]):_0x42d934['debug'](_0x4e3934[_0x507637(0x225)](_0x4e3934[_0x507637(0xd9)],_0x256c61)));const _0x320e3f=_0x77da0[_0x507637(0x198)](),_0x183d18=await _0x4e3934[_0x507637(0x17c)](getUserPlaywrightConfig,_0x1a4eff,_0x77da0);if(helper[_0x507637(0x1ae)](_0x183d18)){if(_0x4e3934[_0x507637(0x1c5)](_0x4e3934['PKtqW'],_0x4e3934[_0x507637(0x14c)]))_0x45fc12[_0x507637(0x17d)][_0x4e3934[_0x507637(0x1a1)]]=_0x13f6dd[_0x4e3934[_0x507637(0x1a1)]];else{_0x4e3934[_0x507637(0x108)](spawnOriginalProcess,_0x320e3f);return;}}const _0x3b3441={..._0x183d18[_0x507637(0x17a)]},_0x3f9141=_0x3b3441,_0x49b97b=_0x183d18['path']?path['dirname'](_0x183d18[_0x507637(0x103)]):process[_0x507637(0xff)]();process[_0x507637(0x1e2)]['BROWSERSTACK_PW_CONFIG_DIR']=_0x49b97b;if(!_0x4e3934[_0x507637(0xfe)](setGlobalSetup,_0x3f9141,_0x49b97b)){if(_0x4e3934[_0x507637(0x1c1)](_0x4e3934[_0x507637(0x19e)],_0x4e3934['IvEpr'])){_0x4e3934[_0x507637(0x108)](spawnOriginalProcess,_0x320e3f);return;}else _0x40f3f0['push']('('+_0x4a4e5f[_0x507637(0x163)]()+')');}const _0x2b5fff=await SessionHandler[_0x507637(0x217)](_0x20fefe['config'],{'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x4e3934[_0x507637(0x1cf)](getFrameworkVersion,FRAMEWORKS[_0x507637(0x1af)])});if(_0x1b61bc){if(_0x4e3934[_0x507637(0x1ed)](_0x4e3934['dRcAw'],_0x4e3934[_0x507637(0x14f)]))return _0x2d8808[_0x507637(0x159)](_0x4e3934['lnpxF'],_0x2aead1),null;else{const _0x4488cd=_0x4e3934['gsxoM'][_0x507637(0x202)]('|');let _0x1952c6=0x0;while(!![]){switch(_0x4488cd[_0x1952c6++]){case'0':logger['info'](_0x4e3934[_0x507637(0x13b)]);continue;case'1':_0x4e3934[_0x507637(0x1d6)](addReporter,_0x3f9141);continue;case'2':await _0x4e3934[_0x507637(0x212)](launchO11ySession,_0x2b5fff);continue;case'3':_0x4e3934[_0x507637(0xee)](handleO11yRerun,_0x77da0);continue;case'4':_0x4e3934['qusHc'](initO11yCrashReporter,_0x3f9141,_0x20fefe[_0x507637(0x17a)]);continue;}break;}}}let _0x346b18=_0x4e3934[_0x507637(0x1df)](process[_0x507637(0x1e2)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x4e3934[_0x507637(0x195)]);_0x346b18=_0x346b18||_0x4e3934[_0x507637(0x11e)](checkAccessibilityPlatformConfig,_0x20fefe[_0x507637(0x17a)]),process[_0x507637(0x1e2)][_0x507637(0x1ce)]=_0x346b18;if(_0x346b18){if(_0x4e3934[_0x507637(0x1c1)](_0x4e3934[_0x507637(0x169)],_0x4e3934[_0x507637(0x167)]))try{const _0x2ccd43=_0x39f0b4[_0x507637(0x131)](_0x591eff[_0x507637(0x209)](),_0x4e3934[_0x507637(0xc1)],_0x4e3934[_0x507637(0x14d)]);if(_0x5becd8[_0x507637(0x1f8)](_0x2ccd43)){let _0x30f197=_0x5544fa[_0x507637(0x1de)](_0x2ccd43);_0x30f197=_0x2b5b9c[_0x507637(0x178)](_0x30f197),_0x325d6f[_0x507637(0x184)]=_0x30f197,_0x2e0f1c['unlinkSync'](_0x2ccd43);}}catch(_0x3c63a9){_0x5a681e['debug'](_0x4e3934[_0x507637(0x1da)](_0x4e3934[_0x507637(0x16d)],_0x3c63a9));}else{const [_0x637017,_0x3e34dd]=await _0x4e3934[_0x507637(0x1a8)](createAccessibilityTestRun,_0x20fefe[_0x507637(0x17a)],_0x4e3934[_0x507637(0x1aa)]);logger['debug'](_0x507637(0x1f2)+_0x3e34dd),process['env'][_0x507637(0x222)]=_0x637017,process[_0x507637(0x1e2)]['BS_A11Y_TEST_RUN_ID']=_0x3e34dd,_0x4e3934[_0x507637(0x177)](setAccessibilityCapabilities,_0x20fefe[_0x507637(0x17a)]);}}if(helper[_0x507637(0x1ae)](_0x20fefe[_0x507637(0x17a)]['platforms'])||_0x4e3934[_0x507637(0x1df)](_0x20fefe[_0x507637(0x17a)][_0x507637(0x16c)]['length'],0x0)){if(_0x4e3934[_0x507637(0x180)](_0x4e3934[_0x507637(0x107)],_0x4e3934[_0x507637(0x107)])){let _0xe0019f=_0x4c3bb9['readFileSync'](_0x5ed3bd);_0xe0019f=_0x30a93f[_0x507637(0x178)](_0xe0019f),_0x5b646c[_0x507637(0x184)]=_0xe0019f,_0x105567[_0x507637(0x154)](_0x2c5e12);}else process[_0x507637(0x1e2)][_0x507637(0x110)]=![];}const _0x191136=path[_0x507637(0x131)](_0x183d18['path']?path[_0x507637(0x1d7)](_0x183d18['path']):process[_0x507637(0xff)](),_0x4e3934['kIgMB']);fs['writeFileSync'](_0x191136,JSON[_0x507637(0x1c3)](_0x20fefe['config'])),process['env'][_0x507637(0x186)]=_0x191136,helper[_0x507637(0xba)]();if(helper[_0x507637(0x191)](process[_0x507637(0x1e2)]['BROWSERSTACK_AUTOMATION'])){if(_0x4e3934[_0x507637(0x16f)](_0x4e3934[_0x507637(0x196)],_0x4e3934[_0x507637(0x196)])){let _0x3a6553=[];try{if(_0x4e3934[_0x507637(0x134)](_0x4e3934[_0x507637(0xf3)],_0x4e3934['DpGZF'])){const _0x17187d=helper[_0x507637(0x15c)][_0x507637(0xca)](null,_0x4e3934[_0x507637(0x1e1)](getProjectUtilsPath)),_0x37bdb4={};_0x37bdb4[_0x507637(0xbc)]=!![],_0x37bdb4['testDir']='',_0x37bdb4['testMatch']='',_0x37bdb4[_0x507637(0x21f)]='';const _0x108284={};_0x108284[_0x507637(0x17d)]=_0x37bdb4;const _0x55d8bf=_0x108284;_0x3f9141[_0x4e3934['uKxJu']]&&(_0x4e3934['lGdTM'](_0x4e3934[_0x507637(0x1fa)],_0x4e3934[_0x507637(0x19f)])?_0x55d8bf[_0x507637(0x17d)][_0x4e3934[_0x507637(0x1a1)]]=_0x3f9141[_0x4e3934['uKxJu']]:_0x3370c1[_0x507637(0xb6)](_0x4e3934['VpmCN']));if(_0x3f9141[_0x4e3934['bKcER']]){if(_0x4e3934[_0x507637(0x201)](_0x4e3934[_0x507637(0x133)],_0x4e3934[_0x507637(0x133)])){const _0x183dc6=_0x4a4770['join'](_0x2351bc,_0x4e3934['AZDFC']),_0x5d398a=[_0x183dc6];if(_0x155c24[_0x507637(0x1ae)](_0x4f6ebb[_0x4e3934['cniHv']]))_0x33383f[_0x4e3934[_0x507637(0xb9)]]=[_0x5d398a];else{if(_0x4e3934['koXnh'](typeof _0xaa0828[_0x4e3934[_0x507637(0xb9)]],_0x4e3934[_0x507637(0x142)]))_0x17d2a5[_0x4e3934[_0x507637(0xb9)]]=[[_0x50b7c2[_0x4e3934[_0x507637(0xb9)]]],_0x5d398a];else _0x4e3934['deJPr'](typeof _0x4d2e5f[_0x4e3934[_0x507637(0xb9)]],_0x4e3934[_0x507637(0x214)])&&_0x4f1772[_0x4e3934[_0x507637(0xb9)]][_0x507637(0x20f)](_0x5d398a);}}else _0x55d8bf[_0x507637(0x17d)][_0x4e3934['bKcER']]=_0x3f9141[_0x4e3934[_0x507637(0x21e)]];}_0x3f9141[_0x4e3934[_0x507637(0x172)]]&&(_0x4e3934[_0x507637(0x1c5)](_0x4e3934[_0x507637(0xe0)],_0x4e3934[_0x507637(0xe0)])?_0x34bf2a=_0x4e3934[_0x507637(0x225)](_0x507637(0xc8)+_0x1348cd+_0x507637(0x208),_0x4cfae9):_0x55d8bf[_0x507637(0x17d)][_0x4e3934[_0x507637(0x172)]]=_0x3f9141[_0x4e3934[_0x507637(0x172)]]),_0x3a6553=await _0x17187d['collectFilesForProject'](_0x55d8bf);}else _0x131164[_0x4e3934[_0x507637(0xb9)]]=[[_0x26cb37[_0x4e3934[_0x507637(0xb9)]]],_0x4794fb];}catch(_0x55fc54){if(_0x4e3934['GGNSc'](_0x4e3934['RQzuu'],_0x4e3934['RQzuu']))logger['debug'](_0x4e3934[_0x507637(0x124)]);else{_0x4e3934['PbhmN'](_0x2ea9ce,_0x4f1ed7);return;}}}else _0x2f9217['debug'](_0x4e3934[_0x507637(0x11b)](_0x4e3934[_0x507637(0xd2)],_0x478f19));}const _0x47eaee=path[_0x507637(0x131)](_0x183d18[_0x507637(0x103)]?path[_0x507637(0x1d7)](_0x183d18['path']):process[_0x507637(0xff)](),_0x4e3934[_0x507637(0x207)]);let _0x534dd4=_0x183d18['path']?_0x183d18[_0x507637(0x103)]:'';_0x534dd4=_0x4e3934['PwrVA'](_0x534dd4['length'],0x0)?path[_0x507637(0x20a)](_0x534dd4):'',process[_0x507637(0x1e2)]['USER_CONFIG_DETAILS_PATH']=_0x534dd4;let _0x32c736=_0x507637(0x204);const _0x6e1854=helper['getProxyUrl'](_0x20fefe[_0x507637(0x17a)]);_0x6e1854&&(_0x4e3934[_0x507637(0x1ef)](_0x4e3934[_0x507637(0x18b)],_0x4e3934[_0x507637(0x18b)])?_0x3e6ee7[_0x507637(0x1e2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x3dadf6['stringify'](_0x167def[_0x507637(0x17a)][_0x507637(0x1e9)]):_0x32c736=_0x4e3934[_0x507637(0x135)](_0x507637(0xc8)+_0x6e1854+_0x507637(0x208),_0x32c736));helper[_0x507637(0x1b1)]({},_0x77da0),fs[_0x507637(0xd8)](_0x47eaee,_0x32c736),helper[_0x507637(0x18c)]();const _0x5203cb=_0x4e3934[_0x507637(0x165)](spawn,_0x4e3934[_0x507637(0x14e)],[_0x4e3934['kqumI'],_0x4e3934['AfydM'],_0x4e3934[_0x507637(0x1c8)],_0x47eaee,..._0x77da0[_0x507637(0xbe)](0x2)],{'shell':_0x4e3934[_0x507637(0x129)](process[_0x507637(0x152)],_0x4e3934[_0x507637(0x19d)]),'stdio':_0x4e3934['IoXCO'],'cwd':process[_0x507637(0xff)](),'env':Object[_0x507637(0x126)]({},process[_0x507637(0x1e2)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper['getConfigPath'](_0x1a4eff),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x20fefe['config'][_0x507637(0x216)][_0x507637(0x173)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x20fefe['config']['testContextOptions'][_0x507637(0x104)],'BROWSERSTACK_LOG_LEVEL':_0x20fefe['config'][_0x507637(0x187)]})}),_0x55088c=()=>{const _0x37adf8=_0x507637,_0x43543f={'JInqF':function(_0x2749ff,_0x35b918){const _0x30d15b=a31_0x12d2;return _0x4e3934[_0x30d15b(0x118)](_0x2749ff,_0x35b918);},'OKWwh':_0x4e3934['irBPl'],'KCSLN':_0x4e3934['OPPYb'],'fnXwY':_0x4e3934[_0x37adf8(0xf7)]};if(_0x4e3934['iBOiB'](_0x4e3934[_0x37adf8(0x12a)],_0x4e3934[_0x37adf8(0x12a)])){const _0x3417ea=_0x185ae5['isTrue'](_0x4e45af[_0x37adf8(0x1e2)][_0x37adf8(0x10c)]);if(_0x3417ea){const _0x346c4d=_0x203bd6[_0x37adf8(0x1e2)]['BROWSERSTACK_RERUN_TESTS'],_0x10585c=[];if(_0x43543f[_0x37adf8(0xbd)](_0x346c4d,_0x43543f['OKWwh'])&&!_0xc3f966[_0x37adf8(0x1ae)](_0x346c4d)){_0x346c4d[_0x37adf8(0x202)](',')[_0x37adf8(0x155)](_0x365403=>{const _0x285cdb=_0x37adf8;_0x10585c[_0x285cdb(0x20f)]('('+_0x365403['trim']()+')');});const _0x304080='^'+_0x10585c['join']('|')+'$';_0x1e1c62[_0x37adf8(0x20f)](_0x43543f[_0x37adf8(0x192)],_0x304080);}}}else try{if(_0x4e3934['CaGHo'](_0x4e3934[_0x37adf8(0x15d)],_0x4e3934[_0x37adf8(0x15d)])){const _0xb5da2d=path[_0x37adf8(0x131)](helper[_0x37adf8(0x209)](),_0x4e3934['AbuZP'],_0x4e3934['Utjgv']);if(fs[_0x37adf8(0x1f8)](_0xb5da2d)){if(_0x4e3934[_0x37adf8(0x118)](_0x4e3934[_0x37adf8(0x227)],_0x4e3934[_0x37adf8(0x1f0)])){let _0x1cfc0e=fs['readFileSync'](_0xb5da2d);_0x1cfc0e=JSON[_0x37adf8(0x178)](_0x1cfc0e),_0x20fefe[_0x37adf8(0x184)]=_0x1cfc0e,fs['unlinkSync'](_0xb5da2d);}else _0x5ebbd9=_0x4930b0[_0x43543f[_0x37adf8(0xf2)]];}}else _0x7fac09[_0x37adf8(0x1e2)][_0x37adf8(0xc0)]=_0x4e3934['OQCJq'],_0x2f72e7=_0x186396[_0x37adf8(0x226)](_0x299819=>_0x299819!==_0x37adf8(0x18e));}catch(_0x119b2d){_0x4e3934[_0x37adf8(0x1bc)](_0x4e3934[_0x37adf8(0x14b)],_0x4e3934['wElQS'])?_0x48d8b1[_0x37adf8(0x1e2)]['BROWSERSTACK_AUTOMATION']=!![]:logger[_0x37adf8(0x137)](_0x4e3934[_0x37adf8(0xe5)](_0x4e3934[_0x37adf8(0x16d)],_0x119b2d));}};_0x5203cb['on'](_0x4e3934[_0x507637(0x16a)],async _0x1c3630=>{const _0x1d429a=_0x507637;try{const _0x4bd433=_0x4e3934[_0x1d429a(0x153)][_0x1d429a(0x202)]('|');let _0x3a7de8=0x0;while(!![]){switch(_0x4bd433[_0x3a7de8++]){case'0':fs[_0x1d429a(0x154)](_0x191136);continue;case'1':await helper['finalExecution'](_0x20fefe);continue;case'2':logger[_0x1d429a(0xb6)]('Deleting\x20'+_0x47eaee);continue;case'3':fs[_0x1d429a(0x154)](_0x47eaee);continue;case'4':_0x4e3934['zdzZC'](_0x55088c);continue;case'5':await _0x4e3934[_0x1d429a(0xee)](stopAccessibilityTestRun,_0x20fefe[_0x1d429a(0x17a)]);continue;case'6':logger['debug'](_0x1d429a(0x1f1)+_0x191136);continue;case'7':logger['debug']('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x1c3630);continue;case'8':process['exitCode']=_0x1c3630;continue;}break;}}catch(_0x32ec9c){logger[_0x1d429a(0x137)](_0x4e3934['oPPJG'](_0x4e3934[_0x1d429a(0xd9)],_0x32ec9c));}});}module[a31_0x768e75(0xdf)]=run;
2
+ 'use strict';function a31_0x2776(_0x549553,_0x29a12d){const _0x436e89=a31_0x436e();return a31_0x2776=function(_0x2776d1,_0x397109){_0x2776d1=_0x2776d1-0x1af;let _0x2eb762=_0x436e89[_0x2776d1];return _0x2eb762;},a31_0x2776(_0x549553,_0x29a12d);}const a31_0x638d75=a31_0x2776;(function(_0x4afe30,_0x5d57d9){const _0x3dd3a5=a31_0x2776,_0x11009f=_0x4afe30();while(!![]){try{const _0x45a4fa=parseInt(_0x3dd3a5(0x23b))/0x1+-parseInt(_0x3dd3a5(0x239))/0x2+parseInt(_0x3dd3a5(0x302))/0x3+-parseInt(_0x3dd3a5(0x2f9))/0x4*(-parseInt(_0x3dd3a5(0x30d))/0x5)+parseInt(_0x3dd3a5(0x259))/0x6*(parseInt(_0x3dd3a5(0x213))/0x7)+-parseInt(_0x3dd3a5(0x1ef))/0x8+-parseInt(_0x3dd3a5(0x291))/0x9*(parseInt(_0x3dd3a5(0x1b0))/0xa);if(_0x45a4fa===_0x5d57d9)break;else _0x11009f['push'](_0x11009f['shift']());}catch(_0x581834){_0x11009f['push'](_0x11009f['shift']());}}}(a31_0x436e,0x80cc0));const fs=require('fs'),path=require(a31_0x638d75(0x1ca)),os=require('os'),{spawn}=require(a31_0x638d75(0x2bc)),{inspect,format}=require('util'),logger=require('../../helpers/logger')[a31_0x638d75(0x2af)],{default:BrowserStackSetup}=require(a31_0x638d75(0x2d4)),helper=require(a31_0x638d75(0x228)),constants=require(a31_0x638d75(0x272)),{FRAMEWORKS}=require(a31_0x638d75(0x1b6)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a31_0x638d75(0x2d3)),{CrashReporter,o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a31_0x638d75(0x28e)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a31_0x638d75(0x22b)),{setAccessibilityCapabilities}=require(a31_0x638d75(0x1b3)),SessionHandler=require(a31_0x638d75(0x313));async function requireOrImportDefaultObject(_0x462e20){const _0x3093ce=a31_0x638d75,_0x4fe43a={'ldcgI':_0x3093ce(0x264),'JvSQo':function(_0x3d4953){return _0x3d4953();},'fNkfd':function(_0x3cf861,_0x4d0f70){return _0x3cf861(_0x4d0f70);},'IAfvX':function(_0x194ecb,_0x205166){return _0x194ecb===_0x205166;},'gydKV':_0x3093ce(0x2f2),'qAXKV':function(_0x436cbb,_0x579c5e){return _0x436cbb in _0x579c5e;},'EMrWX':'default','JuTOR':'ivANI','BRkZC':_0x3093ce(0x287)},{requireOrImport:_0x418cf3}=helper[_0x3093ce(0x24c)][_0x3093ce(0x200)](null,_0x4fe43a[_0x3093ce(0x2e0)](getTransformPath));let _0x3b28f7=await _0x4fe43a[_0x3093ce(0x2fc)](_0x418cf3,_0x462e20);return _0x3b28f7&&_0x4fe43a[_0x3093ce(0x2bb)](typeof _0x3b28f7,_0x4fe43a[_0x3093ce(0x22c)])&&_0x4fe43a['qAXKV'](_0x4fe43a['EMrWX'],_0x3b28f7)&&(_0x4fe43a[_0x3093ce(0x2bb)](_0x4fe43a['JuTOR'],_0x4fe43a[_0x3093ce(0x2fe)])?(_0x44a04c[_0x3093ce(0x29b)][_0x3093ce(0x2a5)]=_0x4fe43a[_0x3093ce(0x268)],_0xfdc09b=_0x198327[_0x3093ce(0x285)](_0x22ee64=>_0x22ee64!==_0x3093ce(0x1ed))):_0x3b28f7=_0x3b28f7[_0x4fe43a[_0x3093ce(0x1ee)]]),_0x3b28f7;}const getUserPlaywrightConfig=async(_0x34672f,_0x45548d)=>{const _0x258dea=a31_0x638d75,_0x8c1a16={'OWsfi':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','sbPVk':'.browserstack','lUwdn':'pw_result.json','GAPKR':function(_0x3f41b3,_0x1a83b9){return _0x3f41b3+_0x1a83b9;},'hHaCz':_0x258dea(0x300),'xkwjC':function(_0x2067ac){return _0x2067ac();},'rfaOr':function(_0xafe85f,_0x52a6d1){return _0xafe85f(_0x52a6d1);},'VUuld':function(_0x3e0595,_0xf44e80){return _0x3e0595===_0xf44e80;},'xRzXs':_0x258dea(0x1bd),'RGjZn':function(_0x197439,_0x53ff51){return _0x197439!==_0x53ff51;},'PYgpk':'KQkVn','eFMzr':_0x258dea(0x25f),'hDFGV':function(_0x5ee5c0,_0x1eb3c4){return _0x5ee5c0===_0x1eb3c4;},'ESPRc':'NHFUZ','FNKJL':_0x258dea(0x277),'jJZqf':_0x258dea(0x244),'HvaNy':_0x258dea(0x280),'ZwccS':'WpLVP','NyNhY':_0x258dea(0x1af)},_0x3773de=!helper[_0x258dea(0x1e2)](_0x34672f['config']),_0x2ef9df=_0x3773de?path['resolve'](process[_0x258dea(0x314)](),_0x34672f[_0x258dea(0x2bd)]):process[_0x258dea(0x314)](),{resolveConfigFile:_0x37eef2}=helper[_0x258dea(0x24c)][_0x258dea(0x200)](null,_0x8c1a16[_0x258dea(0x2ba)](getConfigLoaderPath)),_0x549ed1=_0x8c1a16[_0x258dea(0x1b4)](_0x37eef2,_0x2ef9df);let _0x2a0b60={};if(_0x549ed1){if(_0x8c1a16['VUuld'](_0x8c1a16[_0x258dea(0x2f4)],_0x8c1a16['xRzXs'])){logger['info'](_0x258dea(0x23d)+_0x549ed1);try{_0x8c1a16['RGjZn'](_0x8c1a16['PYgpk'],_0x8c1a16['eFMzr'])?_0x2a0b60=await _0x8c1a16[_0x258dea(0x1b4)](requireOrImportDefaultObject,_0x549ed1):_0x21fc11['info'](_0x8c1a16[_0x258dea(0x1b8)]);}catch(_0x2bae20){if(_0x8c1a16[_0x258dea(0x1d9)](_0x8c1a16[_0x258dea(0x1c2)],_0x8c1a16[_0x258dea(0x1c2)]))return logger[_0x258dea(0x1c9)](_0x8c1a16[_0x258dea(0x308)],_0x2bae20),null;else _0x127b3b['env'][_0x258dea(0x283)]=_0x19f375[_0x258dea(0x29b)][_0x258dea(0x283)]||_0x5cc552[_0x258dea(0x2bd)][_0x258dea(0x2fb)];}}else{const _0x2b9c88=_0x1b9dac[_0x258dea(0x2d9)](_0x4cee27[_0x258dea(0x1e7)](),_0x8c1a16['sbPVk'],_0x8c1a16[_0x258dea(0x255)]);if(_0x519441['existsSync'](_0x2b9c88)){let _0xd1646=_0x487cb9['readFileSync'](_0x2b9c88);_0xd1646=_0x1126b7['parse'](_0xd1646),_0x75bb02[_0x258dea(0x245)]=_0xd1646,_0xa2824[_0x258dea(0x2c4)](_0x2b9c88);}}}else _0x8c1a16[_0x258dea(0x2a6)](_0x8c1a16[_0x258dea(0x30a)],_0x8c1a16[_0x258dea(0x30f)])?_0x9d20cd=_0x8c1a16[_0x258dea(0x214)](_0x258dea(0x2cc)+_0x1228ad+_0x258dea(0x224),_0x148a69):logger[_0x258dea(0x318)](_0x8c1a16[_0x258dea(0x1b8)]);if(_0x3773de){if(_0x8c1a16[_0x258dea(0x20b)](_0x8c1a16['ZwccS'],_0x8c1a16[_0x258dea(0x28f)]))_0x5aa6d5=_0x4b1fa4[_0x8c1a16['hHaCz']];else{const _0x15c3ce=_0x45548d[_0x258dea(0x21e)](_0x32a6dc=>_0x32a6dc===_0x258dea(0x232)||_0x32a6dc==='-c'||_0x32a6dc[_0x258dea(0x20c)](_0x258dea(0x1af)));_0x45548d[_0x258dea(0x206)](_0x15c3ce,_0x45548d[_0x15c3ce][_0x258dea(0x20c)](_0x8c1a16['NyNhY'])?0x1:0x2);}}const _0x1338bd={};return _0x1338bd[_0x258dea(0x1ca)]=_0x549ed1,_0x1338bd['config']=_0x2a0b60,_0x1338bd;},setGlobalSetup=(_0xe60d29,_0x49c0e7)=>{const _0x118df9=a31_0x638d75,_0x1a4b42={'pbmnP':_0x118df9(0x1e8),'aYWkc':_0x118df9(0x2c8),'iQJCc':_0x118df9(0x226),'XLRYD':_0x118df9(0x1af),'wJRjp':_0x118df9(0x277),'zxxqw':'--grep','XNIwC':function(_0x475b1e,_0x52fd8b){return _0x475b1e===_0x52fd8b;},'HWnbL':_0x118df9(0x1be),'BjWwt':'FVAcM','Xtqso':_0x118df9(0x243),'qvSUY':'bQqkP','EAYAv':function(_0x45de1b,_0x4886b5){return _0x45de1b===_0x4886b5;},'zMaPf':_0x118df9(0x203),'KKJbH':_0x118df9(0x296),'wkNWN':_0x118df9(0x1fd),'BAKgF':function(_0x1b9180,_0x4f33b7){return _0x1b9180===_0x4f33b7;},'kkTmp':'AVxeQ','mOEsg':function(_0x8995d0,_0x17c58b){return _0x8995d0===_0x17c58b;},'cddSN':'pbxjw','QPqRo':function(_0x3bfd79,_0x94205a){return _0x3bfd79!==_0x94205a;},'qpffN':_0x118df9(0x290),'zkudB':function(_0xa29a26,_0x136f7f){return _0xa29a26+_0x136f7f;},'scATz':_0x118df9(0x2df),'Bkbtk':function(_0x50ac4c,_0x512f1d){return _0x50ac4c(_0x512f1d);},'hfFQY':_0x118df9(0x2a9)};if(!_0xe60d29){if(_0x1a4b42['XNIwC'](_0x1a4b42['HWnbL'],_0x1a4b42['BjWwt']))_0x1e92e8['env'][_0x118df9(0x279)]=_0x37db34[_0x118df9(0x2ca)](_0x3bd74e[_0x118df9(0x2bd)][_0x118df9(0x201)]);else return![];}try{if(_0x1a4b42[_0x118df9(0x2de)](_0x1a4b42[_0x118df9(0x2b5)],_0x1a4b42[_0x118df9(0x1df)])){let _0x2e15c8;const _0x1fac58=_0x1051b5[_0x118df9(0x2b6)](_0x34ef7d,_0x4b27fa[_0x1a4b42[_0x118df9(0x27d)]]);if(_0x46beae['existsSync'](_0x1fac58))_0x2e15c8=_0x1fac58;else{const _0x5e91fa={};_0x5e91fa[_0x118df9(0x23f)]=[_0x14f25d],_0x2e15c8=_0x43590a[_0x118df9(0x2b6)](_0x2d3236[_0x1a4b42[_0x118df9(0x27d)]],_0x5e91fa);}if(!_0x2e15c8)throw new _0x13c233(_0x1a4b42[_0x118df9(0x2b2)]);_0x34cae0[_0x118df9(0x29b)][_0x118df9(0x205)]=_0x2e15c8;}else{if(_0xe60d29[_0x118df9(0x1e8)]){if(_0x1a4b42['EAYAv'](_0x1a4b42[_0x118df9(0x233)],_0x1a4b42[_0x118df9(0x233)])){let _0x5bec90;const _0x15e125=path[_0x118df9(0x2b6)](_0x49c0e7,_0xe60d29[_0x1a4b42[_0x118df9(0x27d)]]);if(fs[_0x118df9(0x29f)](_0x15e125))_0x1a4b42[_0x118df9(0x23a)](_0x1a4b42[_0x118df9(0x2b4)],_0x1a4b42[_0x118df9(0x1f3)])?_0x1bf8a6=_0x1a4b42['iQJCc']:_0x5bec90=_0x15e125;else{if(_0x1a4b42['BAKgF'](_0x1a4b42[_0x118df9(0x304)],_0x1a4b42[_0x118df9(0x304)])){const _0x23ca93={};_0x23ca93[_0x118df9(0x23f)]=[_0x49c0e7],_0x5bec90=require['resolve'](_0xe60d29[_0x1a4b42[_0x118df9(0x27d)]],_0x23ca93);}else{const _0x47d2f4=_0x117d08[_0x118df9(0x21e)](_0x506086=>_0x506086===_0x118df9(0x232)||_0x506086==='-c'||_0x506086[_0x118df9(0x20c)]('--config='));_0x2a01f6['splice'](_0x47d2f4,_0x32dff4[_0x47d2f4]['startsWith'](_0x1a4b42[_0x118df9(0x2ee)])?0x1:0x2);}}if(!_0x5bec90){if(_0x1a4b42[_0x118df9(0x1d5)](_0x1a4b42[_0x118df9(0x21b)],_0x1a4b42[_0x118df9(0x21b)]))throw new Error(_0x1a4b42[_0x118df9(0x2b2)]);else _0x1e2924[_0x118df9(0x29b)][_0x118df9(0x2a5)]=!![];}process['env']['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0x5bec90;}else return _0x341547[_0x118df9(0x1c9)](_0x1a4b42[_0x118df9(0x25d)],_0x543c6f),null;}}}catch(_0x167423){if(_0x1a4b42['QPqRo'](_0x1a4b42[_0x118df9(0x260)],_0x1a4b42[_0x118df9(0x260)])){_0x1bb38f['split'](',')[_0x118df9(0x247)](_0x11393f=>{_0x51cf31['push']('('+_0x11393f['trim']()+')');});const _0x4418e3='^'+_0x267d44['join']('|')+'$';_0x445eb4[_0x118df9(0x229)](_0x1a4b42[_0x118df9(0x1d8)],_0x4418e3);}else logger[_0x118df9(0x1c9)](_0x1a4b42[_0x118df9(0x266)](_0x1a4b42[_0x118df9(0x2ea)],_0x1a4b42['Bkbtk'](format,_0x167423)));}return _0xe60d29[_0x118df9(0x1e8)]=require[_0x118df9(0x2b6)](_0x1a4b42['hfFQY']),!![];},addReporter=_0x523138=>{const _0x137c82=a31_0x638d75,_0x55d516={'pxTHH':_0x137c82(0x2c8),'COssU':function(_0xb9d38b,_0x5a2383){return _0xb9d38b(_0x5a2383);},'RaLnx':'./reporter/reporter.js','ItkjI':'reporter','vtahq':function(_0x3bc807,_0x1ed506){return _0x3bc807!==_0x1ed506;},'CigMA':_0x137c82(0x24d),'dGdvF':_0x137c82(0x27f),'FYdxF':function(_0x187e3a,_0x58c939){return _0x187e3a===_0x58c939;},'TOhGL':_0x137c82(0x1dd),'jHMVk':function(_0x31cc45,_0x1fc86d){return _0x31cc45!==_0x1fc86d;},'QBKvI':_0x137c82(0x2c7),'pJhnE':_0x137c82(0x2f2),'xuFCs':function(_0xb59f77,_0x1a952e){return _0xb59f77!==_0x1a952e;},'GueiQ':_0x137c82(0x271),'aMrpT':_0x137c82(0x1ea)},_0x43e9da=path['join'](__dirname,_0x55d516[_0x137c82(0x1ba)]),_0x57f549=[_0x43e9da];if(helper[_0x137c82(0x1e2)](_0x523138[_0x55d516['ItkjI']])){if(_0x55d516[_0x137c82(0x23e)](_0x55d516['CigMA'],_0x55d516[_0x137c82(0x1ec)]))_0x523138[_0x55d516[_0x137c82(0x1cf)]]=[_0x57f549];else throw new _0x38dd1b(_0x55d516[_0x137c82(0x1d6)]);}else{if(_0x55d516[_0x137c82(0x20a)](typeof _0x523138[_0x55d516['ItkjI']],_0x55d516[_0x137c82(0x1b2)]))_0x55d516[_0x137c82(0x2c1)](_0x55d516['QBKvI'],_0x55d516[_0x137c82(0x1f2)])?_0x106f80=_0x80ddef:_0x523138[_0x55d516[_0x137c82(0x1cf)]]=[[_0x523138[_0x55d516[_0x137c82(0x1cf)]]],_0x57f549];else{if(_0x55d516['FYdxF'](typeof _0x523138[_0x55d516[_0x137c82(0x1cf)]],_0x55d516[_0x137c82(0x208)])){if(_0x55d516[_0x137c82(0x2e5)](_0x55d516[_0x137c82(0x274)],_0x55d516[_0x137c82(0x276)]))_0x523138[_0x55d516['ItkjI']][_0x137c82(0x229)](_0x57f549);else{_0x55d516[_0x137c82(0x209)](_0xfbadcc,_0x5759bc);return;}}}}},handleO11yRerun=_0x57e48a=>{const _0x4170c2=a31_0x638d75,_0x45e998={'JDJFx':function(_0x19db90,_0x40e2e9){return _0x19db90+_0x40e2e9;},'ZAOfK':_0x4170c2(0x1e6),'UeeWx':function(_0x5e93b8,_0x39101b){return _0x5e93b8!==_0x39101b;},'hYNVu':_0x4170c2(0x257),'JbnHG':_0x4170c2(0x294),'GqygX':function(_0x36feb,_0x29e1d1){return _0x36feb(_0x29e1d1);},'cWjHA':function(_0x39e00a,_0x13c24c){return _0x39e00a===_0x13c24c;},'lOusz':_0x4170c2(0x216),'jmzdU':function(_0x320f5d,_0x5d5a3d){return _0x320f5d!==_0x5d5a3d;},'bLnph':_0x4170c2(0x20f),'ZoAOb':function(_0x2b31a7,_0x24804b){return _0x2b31a7===_0x24804b;},'gSUDn':_0x4170c2(0x1ff),'Cucpg':_0x4170c2(0x2d5),'GYAGh':'--grep'},_0x3a8e6c=helper[_0x4170c2(0x249)](process[_0x4170c2(0x29b)][_0x4170c2(0x248)]);if(_0x3a8e6c){if(_0x45e998['cWjHA'](_0x45e998[_0x4170c2(0x2a0)],_0x45e998[_0x4170c2(0x2a0)])){const _0x3a2219=process[_0x4170c2(0x29b)][_0x4170c2(0x315)],_0x1194f8=[];if(_0x45e998['jmzdU'](_0x3a2219,_0x45e998['bLnph'])&&!helper['isUndefined'](_0x3a2219)){if(_0x45e998['ZoAOb'](_0x45e998['gSUDn'],_0x45e998[_0x4170c2(0x1e4)]))return _0x34cdec[_0x4170c2(0x29b)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];else{_0x3a2219['split'](',')[_0x4170c2(0x247)](_0x1487cd=>{const _0x5a1d64=_0x4170c2;_0x45e998[_0x5a1d64(0x265)](_0x45e998[_0x5a1d64(0x207)],_0x45e998[_0x5a1d64(0x220)])?_0x1194f8[_0x5a1d64(0x229)]('('+_0x1487cd['trim']()+')'):_0x387efc[_0x5a1d64(0x1c6)](_0x45e998['JDJFx'](_0x45e998[_0x5a1d64(0x2e4)],_0x30cf3e));});const _0x1526db='^'+_0x1194f8[_0x4170c2(0x2d9)]('|')+'$';_0x57e48a[_0x4170c2(0x229)](_0x45e998[_0x4170c2(0x275)],_0x1526db);}}}else{_0x45e998['GqygX'](_0x154616,_0x38e52d);return;}}},spawnOriginalProcess=_0x3fec02=>{const _0xf40b0f=a31_0x638d75,_0x2e8f55={'zTnzN':function(_0x79ceef,_0x1f9e70,_0x520d0b,_0x40b288){return _0x79ceef(_0x1f9e70,_0x520d0b,_0x40b288);},'SuXXS':_0xf40b0f(0x1c8),'fLFvO':'playwright','nYEDX':function(_0x323d53,_0x168fb6){return _0x323d53===_0x168fb6;},'NJfUz':'win32','VRkza':_0xf40b0f(0x1b1)};_0x2e8f55[_0xf40b0f(0x2db)](spawn,_0x2e8f55[_0xf40b0f(0x250)],[_0x2e8f55[_0xf40b0f(0x231)],..._0x3fec02['slice'](0x1)],{'shell':_0x2e8f55[_0xf40b0f(0x1da)](process['platform'],_0x2e8f55[_0xf40b0f(0x22d)]),'stdio':_0x2e8f55['VRkza'],'cwd':process['cwd']()});},isTestCommand=(_0x459620,_0x4d38c6)=>{const _0x303ec0=a31_0x638d75,_0xbdd3d1={};_0xbdd3d1[_0x303ec0(0x2b0)]=_0x303ec0(0x21d),_0xbdd3d1[_0x303ec0(0x2a4)]=function(_0xfbc558,_0x136046){return _0xfbc558>_0x136046;},_0xbdd3d1[_0x303ec0(0x24e)]=function(_0x405410,_0x223c6a){return _0x405410===_0x223c6a;},_0xbdd3d1[_0x303ec0(0x223)]=_0x303ec0(0x1dc),_0xbdd3d1[_0x303ec0(0x295)]=function(_0x11b69a,_0x5d20fe){return _0x11b69a!==_0x5d20fe;},_0xbdd3d1[_0x303ec0(0x286)]='efdbA';const _0x1f0e55=_0xbdd3d1;if(_0x1f0e55[_0x303ec0(0x2a4)](_0x4d38c6[_0x303ec0(0x2aa)],0x1)&&_0x1f0e55[_0x303ec0(0x24e)](_0x4d38c6[0x1],_0x1f0e55[_0x303ec0(0x223)])){if(_0x1f0e55['qBnKt'](_0x1f0e55[_0x303ec0(0x286)],_0x1f0e55[_0x303ec0(0x286)]))_0x539613[_0x303ec0(0x1fa)][_0x1f0e55[_0x303ec0(0x2b0)]]=_0x579abb[_0x1f0e55[_0x303ec0(0x2b0)]];else return!![];}return![];},initO11yCrashReporter=(_0x4fe1f5,_0x52c904)=>{const _0xe49e1c=a31_0x638d75,_0x222d4f={'ebGLR':function(_0x529b7b,_0x1ab871){return _0x529b7b(_0x1ab871);}},_0x53701a={'frameworkName':FRAMEWORKS[_0xe49e1c(0x299)],'frameworkVersion':_0x222d4f['ebGLR'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0xe49e1c(0x1d3)](_0x53701a,_0x4fe1f5,_0x52c904);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x34490b){const _0xbbbfe7=a31_0x638d75,_0x1e6aeb={};_0x1e6aeb[_0xbbbfe7(0x235)]=function(_0x542861,_0x363a2d){return _0x542861+_0x363a2d;},_0x1e6aeb[_0xbbbfe7(0x2b3)]=_0xbbbfe7(0x2f6),_0x1e6aeb[_0xbbbfe7(0x22f)]=function(_0x28b636,_0x2def05){return _0x28b636>_0x2def05;},_0x1e6aeb['gBwTI']=function(_0x8f4107,_0x2f9bc9){return _0x8f4107===_0x2f9bc9;},_0x1e6aeb[_0xbbbfe7(0x218)]=function(_0x178443,_0x35396b){return _0x178443!==_0x35396b;},_0x1e6aeb[_0xbbbfe7(0x281)]='DCxfj';const _0x11ee7a=_0x1e6aeb;if(!_0x34490b||_0x11ee7a[_0xbbbfe7(0x22f)](_0x34490b[_0xbbbfe7(0x2aa)],0x1)&&_0x11ee7a[_0xbbbfe7(0x27e)](_0x34490b[0x0],null)){if(_0x11ee7a[_0xbbbfe7(0x218)](_0x11ee7a[_0xbbbfe7(0x281)],_0x11ee7a[_0xbbbfe7(0x281)]))_0x1ca39c[_0xbbbfe7(0x1c6)](_0x11ee7a[_0xbbbfe7(0x235)](_0x11ee7a[_0xbbbfe7(0x2b3)],_0x4bc430));else return process[_0xbbbfe7(0x29b)][_0xbbbfe7(0x283)]=![],![];}return!![];});async function run(_0x45166b,_0x3761c5){const _0x206606=a31_0x638d75,_0x4f0ae4={'SaSKj':_0x206606(0x21f),'FtTQu':function(_0x5bc565,_0x4f17d3){return _0x5bc565(_0x4f17d3);},'cuNAi':_0x206606(0x2d7),'fFOuP':_0x206606(0x1f6),'VWoBj':function(_0x50bc8e,_0x4214bf){return _0x50bc8e===_0x4214bf;},'XXIjl':_0x206606(0x1dd),'Uazdn':function(_0x45f398,_0xe028be){return _0x45f398===_0xe028be;},'ytuLw':_0x206606(0x2f2),'afKDz':function(_0x43ea2f,_0x55b66d){return _0x43ea2f+_0x55b66d;},'jvPEl':'Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright:\x20','fJnmc':function(_0x37875a,_0x21ad17){return _0x37875a(_0x21ad17);},'GWOxZ':function(_0x16af22,_0x1a844d){return _0x16af22!==_0x1a844d;},'Dlvsu':_0x206606(0x20f),'kVupo':_0x206606(0x2dc),'ELuyb':_0x206606(0x1e8),'GxBHd':'.browserstack','gVPnS':'pw_result.json','wZGee':_0x206606(0x2dd),'MnXzD':'testMatch','mxjJY':_0x206606(0x2df),'taQFU':'false','ItmdZ':'Error\x20in\x20getting\x20funnel\x20data\x20results','WgEzu':function(_0x5c975f,_0x483be4){return _0x5c975f+_0x483be4;},'gAoDF':'Error\x20in\x20closing\x20playwright','HyXkY':function(_0x2d3818,_0x1cd4e1,_0x53816c,_0x4bc2e){return _0x2d3818(_0x1cd4e1,_0x53816c,_0x4bc2e);},'UTyrZ':_0x206606(0x1c8),'bqklK':_0x206606(0x2fd),'YRjaV':_0x206606(0x2d2),'dUNVR':_0x206606(0x1b1),'RbCaN':function(_0x5dc818,_0x240b91){return _0x5dc818>_0x240b91;},'qYwpN':function(_0x515c96,_0x2ee372){return _0x515c96===_0x2ee372;},'yXgOo':function(_0x3510b1,_0x4d1da7){return _0x3510b1(_0x4d1da7);},'pHMzb':'playwright-browserstack-sdk.config.js','SCxhJ':'BrowserStack\x20config\x20file\x20not\x20found.','bikOP':function(_0x3c2019,_0x1e039a){return _0x3c2019>_0x1e039a;},'jKLdy':'test','eiOuR':function(_0x1cde82,_0x40b31f){return _0x1cde82===_0x40b31f;},'pwlEC':_0x206606(0x263),'Yxrai':function(_0x1f6569,_0xd1dd0d){return _0x1f6569===_0xd1dd0d;},'YFMob':_0x206606(0x289),'OgbYj':function(_0x2695c4,_0x56f3f6){return _0x2695c4!==_0x56f3f6;},'cdtpT':_0x206606(0x1d0),'LLztn':'dtwRK','CccoY':function(_0x554753,_0x1cb2d3){return _0x554753+_0x1cb2d3;},'muUqx':'4|5|7|0|1|3|6|2|8','Dqfgf':function(_0x38b462){return _0x38b462();},'fHBIS':function(_0x37d35d,_0x4a8754){return _0x37d35d+_0x4a8754;},'XIszP':function(_0xd6c959,_0x1c420c){return _0xd6c959===_0x1c420c;},'LpsMY':_0x206606(0x2b7),'xCrbG':_0x206606(0x1f5),'Wrsnp':_0x206606(0x1ed),'ijiMJ':_0x206606(0x2ef),'BAhDZ':_0x206606(0x25a),'aiwob':'--disable-test-observability','IPaSC':function(_0x532c9d,_0x531ae2){return _0x532c9d>=_0x531ae2;},'YMWFg':_0x206606(0x2f8),'Vsior':function(_0x5adeef,_0x44da88){return _0x5adeef===_0x44da88;},'eBxyo':_0x206606(0x311),'zTkLb':'ARMCx','iPbGw':'rjRIB','UcbgK':_0x206606(0x2da),'xrOuq':_0x206606(0x1e6),'aOuTc':function(_0x1212e9,_0x488031,_0x595d6a){return _0x1212e9(_0x488031,_0x595d6a);},'wcJyH':'sMVxS','gtblv':function(_0x6202c5,_0x1170cb){return _0x6202c5===_0x1170cb;},'QkRTj':_0x206606(0x2ec),'CEwoD':function(_0xba94e4,_0x3f1a63){return _0xba94e4===_0x3f1a63;},'UtjRd':_0x206606(0x2d0),'mRfHQ':_0x206606(0x298),'eQcqs':function(_0x47aa07,_0x35bed5){return _0x47aa07!=_0x35bed5;},'OHGpN':function(_0x473ab0,_0x4a10be){return _0x473ab0===_0x4a10be;},'tODZV':'jKLzq','nRZDx':_0x206606(0x225),'uqJyW':function(_0x1cf355,_0x92f70f){return _0x1cf355!==_0x92f70f;},'PVEDH':'bZLpg','jVVgz':'xhLEV','kQcQL':_0x206606(0x252),'MUZUD':function(_0x57fd23,_0x925cb8,_0x356320){return _0x57fd23(_0x925cb8,_0x356320);},'dPjGx':function(_0x11be21,_0x2fecd1){return _0x11be21!==_0x2fecd1;},'KxKyS':_0x206606(0x2ed),'OeSTC':_0x206606(0x1bf),'vtpqw':'UXfzi','gXaoi':_0x206606(0x240),'EVjUM':function(_0x63aa8a,_0x47089c){return _0x63aa8a(_0x47089c);},'jTUDJ':function(_0x136a47,_0x222224,_0x3fbc34){return _0x136a47(_0x222224,_0x3fbc34);},'vPehR':_0x206606(0x251),'JSIaL':function(_0x20f92b,_0x59400e){return _0x20f92b(_0x59400e);},'ilVwC':_0x206606(0x1ce),'rJyTV':function(_0x371061,_0xb0030d){return _0x371061===_0xb0030d;},'tTxpp':_0x206606(0x2cb),'bSGYM':_0x206606(0x27c),'azhHW':function(_0x42682f,_0x2b0c3f){return _0x42682f===_0x2b0c3f;},'fKUoP':_0x206606(0x219),'crXrh':_0x206606(0x22e),'Wovfi':_0x206606(0x2e1),'RhVZd':_0x206606(0x1fb),'glacB':function(_0x45c073,_0x3c3175){return _0x45c073===_0x3c3175;},'aovNY':_0x206606(0x1f9),'cplea':function(_0x406c40,_0xa10a7a){return _0x406c40!==_0xa10a7a;},'Wijmu':'Lzxhi','KUhFk':'rUGfc','jlLXA':'testIgnore','zrGdI':_0x206606(0x282),'pcVZt':_0x206606(0x238),'lGhCW':function(_0xdfed81,_0x5ac873){return _0xdfed81+_0x5ac873;},'BnxRW':_0x206606(0x26e),'VIBPh':_0x206606(0x2e7),'FSwVn':_0x206606(0x226),'yomyu':_0x206606(0x2e6),'WRChe':function(_0x164120,_0x514565){return _0x164120>_0x514565;},'FqLFz':_0x206606(0x24b),'leGqa':'eLYjS','dhbsG':function(_0x4f47df,_0x299c0d,_0x3edc73,_0x356b62){return _0x4f47df(_0x299c0d,_0x3edc73,_0x356b62);},'VtdCa':_0x206606(0x232),'ZARtg':'close'};!helper['isFalse'](process[_0x206606(0x29b)][_0x206606(0x2a5)])&&(_0x4f0ae4[_0x206606(0x284)](_0x4f0ae4[_0x206606(0x28c)],_0x4f0ae4[_0x206606(0x221)])?_0x5af160[_0x206606(0x29b)]['BROWSERSTACK_AUTOMATION']=_0x4a99e8['cliConfig']['get'](_0x4f0ae4['SaSKj'])||!![]:process[_0x206606(0x29b)][_0x206606(0x2a5)]=!![]);if(process['argv'][_0x206606(0x278)](_0x4f0ae4[_0x206606(0x237)])){if(_0x4f0ae4['GWOxZ'](_0x4f0ae4[_0x206606(0x2f7)],_0x4f0ae4[_0x206606(0x2e2)]))process[_0x206606(0x29b)]['BROWSERSTACK_AUTOMATION']=_0x4f0ae4[_0x206606(0x2c5)],_0x3761c5=_0x3761c5[_0x206606(0x285)](_0x55f621=>_0x55f621!==_0x206606(0x1ed));else{const _0x4e1f4f={'frameworkName':_0x2ab611['PLAYWRIGHT'],'frameworkVersion':_0x4f0ae4[_0x206606(0x27a)](_0x466cc4,_0x476567['PLAYWRIGHT'])};_0x224feb[_0x206606(0x1d3)](_0x4e1f4f,_0x3a2962,_0x58e654);}}const _0x18aa23=_0x3761c5[_0x206606(0x2b9)](_0x4f0ae4[_0x206606(0x303)]);if(_0x4f0ae4[_0x206606(0x2e9)](_0x18aa23,0x0)){if(_0x4f0ae4['eiOuR'](_0x4f0ae4[_0x206606(0x29a)],_0x4f0ae4['YMWFg']))process['env'][_0x206606(0x283)]=_0x4f0ae4['taQFU'],_0x3761c5=_0x3761c5[_0x206606(0x285)](_0x4990c3=>_0x4990c3!==_0x206606(0x1bc));else{const _0x414108=_0x2447a6['join'](_0x1013f6,_0x4f0ae4['cuNAi']),_0x475d73=[_0x414108];if(_0x2ef23c[_0x206606(0x1e2)](_0x27f6ab[_0x4f0ae4[_0x206606(0x253)]]))_0x40525c[_0x4f0ae4['fFOuP']]=[_0x475d73];else{if(_0x4f0ae4[_0x206606(0x1cb)](typeof _0x2e61b8[_0x4f0ae4[_0x206606(0x253)]],_0x4f0ae4[_0x206606(0x210)]))_0x9a6832[_0x4f0ae4[_0x206606(0x253)]]=[[_0x2f542d[_0x4f0ae4['fFOuP']]],_0x475d73];else _0x4f0ae4[_0x206606(0x29d)](typeof _0x24823b[_0x4f0ae4[_0x206606(0x253)]],_0x4f0ae4['ytuLw'])&&_0x29639e[_0x4f0ae4[_0x206606(0x253)]][_0x206606(0x229)](_0x475d73);}}}try{if(_0x4f0ae4[_0x206606(0x2c2)](_0x4f0ae4[_0x206606(0x1fe)],_0x4f0ae4[_0x206606(0x1fe)])){const _0x3cdf6c=path[_0x206606(0x2d9)](helper[_0x206606(0x1e7)](),_0x4f0ae4[_0x206606(0x1c4)],_0x4f0ae4['gVPnS']);if(fs['existsSync'](_0x3cdf6c)){if(_0x4f0ae4['eiOuR'](_0x4f0ae4[_0x206606(0x316)],_0x4f0ae4[_0x206606(0x217)])){let _0xd1a605=_0x38bdf7['readFileSync'](_0x318aa8);_0xd1a605=_0x18585f[_0x206606(0x312)](_0xd1a605),_0x3c9114[_0x206606(0x245)]=_0xd1a605,_0x2bd255[_0x206606(0x2c4)](_0x305fe4);}else fs[_0x206606(0x2c4)](_0x3cdf6c);}}else _0x39586b[_0x206606(0x1c6)](_0x4f0ae4[_0x206606(0x270)](_0x4f0ae4[_0x206606(0x267)],_0x4f0ae4['fJnmc'](_0x207035,_0x270c64)));}catch(_0xca7c3d){if(_0x4f0ae4[_0x206606(0x26c)](_0x4f0ae4['UcbgK'],_0x4f0ae4['UcbgK'])){const _0x1805c9=_0x22b0cb['isTrue'](_0xa38852[_0x206606(0x29b)][_0x206606(0x248)]);if(_0x1805c9){const _0x5bb4c6=_0x372aaf[_0x206606(0x29b)][_0x206606(0x315)],_0xadd442=[];if(_0x4f0ae4[_0x206606(0x26c)](_0x5bb4c6,_0x4f0ae4[_0x206606(0x1b9)])&&!_0x371c15[_0x206606(0x1e2)](_0x5bb4c6)){_0x5bb4c6['split'](',')['map'](_0x48ad77=>{const _0x4bf7f8=_0x206606;_0xadd442[_0x4bf7f8(0x229)]('('+_0x48ad77[_0x4bf7f8(0x1e3)]()+')');});const _0x2e76e9='^'+_0xadd442[_0x206606(0x2d9)]('|')+'$';_0x56f9af[_0x206606(0x229)](_0x4f0ae4[_0x206606(0x26d)],_0x2e76e9);}}}else logger[_0x206606(0x1c6)](_0x4f0ae4['fHBIS'](_0x4f0ae4[_0x206606(0x25c)],_0xca7c3d));}if(!_0x4f0ae4[_0x206606(0x269)](isTestCommand,_0x45166b,_0x3761c5)){if(_0x4f0ae4[_0x206606(0x26c)](_0x4f0ae4['wcJyH'],_0x4f0ae4[_0x206606(0x2cd)])){const _0x40d78f={};_0x40d78f[_0x206606(0x23f)]=[_0x4a71c9],_0x1388aa=_0x24f17f[_0x206606(0x2b6)](_0x4dec8e[_0x4f0ae4['ELuyb']],_0x40d78f);}else{_0x4f0ae4[_0x206606(0x1e1)](spawnOriginalProcess,_0x3761c5);return;}}const _0x37d4c3=new BrowserStackSetup(_0x45166b,FRAMEWORKS[_0x206606(0x299)]);if(!_0x37d4c3[_0x206606(0x2bd)]){if(_0x4f0ae4['gtblv'](_0x4f0ae4[_0x206606(0x2a1)],_0x4f0ae4['QkRTj'])){logger[_0x206606(0x1c9)](_0x4f0ae4[_0x206606(0x254)]);return;}else{const _0x43c8bc=_0x580b24[_0x206606(0x2d9)](_0x48d6f7[_0x206606(0x1e7)](),_0x4f0ae4[_0x206606(0x1c4)],_0x4f0ae4[_0x206606(0x22a)]);_0x5ec88a[_0x206606(0x29f)](_0x43c8bc)&&_0x4ed0f5[_0x206606(0x2c4)](_0x43c8bc);}}await _0x37d4c3[_0x206606(0x1d3)]();!helper['isUndefined'](_0x37d4c3[_0x206606(0x211)])&&_0x37d4c3['cliConfig'][_0x206606(0x1c1)](_0x4f0ae4['SaSKj'])&&(_0x4f0ae4[_0x206606(0x1d1)](_0x4f0ae4[_0x206606(0x2d8)],_0x4f0ae4[_0x206606(0x305)])?_0x3a2f5c['project'][_0x4f0ae4['wZGee']]=_0x4b55d0[_0x4f0ae4['wZGee']]:process[_0x206606(0x29b)][_0x206606(0x2a5)]=_0x37d4c3[_0x206606(0x211)][_0x206606(0x23c)](_0x4f0ae4[_0x206606(0x2a3)])||!![]);if(_0x4f0ae4[_0x206606(0x26a)](_0x37d4c3[_0x206606(0x2bd)]['testObservability'],null)&&!helper['isTrue'](process[_0x206606(0x29b)][_0x206606(0x283)])){if(_0x4f0ae4[_0x206606(0x306)](_0x4f0ae4['tODZV'],_0x4f0ae4[_0x206606(0x2a8)]))return![];else process[_0x206606(0x29b)]['BROWSERSTACK_TEST_OBSERVABILITY']=process[_0x206606(0x29b)][_0x206606(0x283)]||_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x2fb)];}const _0x35fc16=!helper['isFalse'](process[_0x206606(0x29b)][_0x206606(0x283)]);let _0x4c350c=![];if(_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x1bb)]){if(_0x4f0ae4[_0x206606(0x1b5)](_0x4f0ae4[_0x206606(0x310)],_0x4f0ae4[_0x206606(0x310)])){const _0x300641=_0x589e12['env']['BROWSERSTACK_RERUN_TESTS'],_0x3a13fa=[];if(_0x4f0ae4[_0x206606(0x26c)](_0x300641,_0x4f0ae4[_0x206606(0x1b9)])&&!_0x3c7902['isUndefined'](_0x300641)){_0x300641[_0x206606(0x2be)](',')[_0x206606(0x247)](_0x1b9af1=>{_0x3a13fa['push']('('+_0x1b9af1['trim']()+')');});const _0x3543ce='^'+_0x3a13fa['join']('|')+'$';_0x39ce89[_0x206606(0x229)](_0x4f0ae4[_0x206606(0x26d)],_0x3543ce);}}else _0x4c350c=!![],process[_0x206606(0x29b)][_0x206606(0x292)]=_0x37d4c3[_0x206606(0x2bd)]['accessibility'];}_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x201)]&&(_0x4f0ae4[_0x206606(0x306)](_0x4f0ae4[_0x206606(0x2c6)],_0x4f0ae4[_0x206606(0x2c6)])?process[_0x206606(0x29b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x201)]):_0x5947a4['project'][_0x4f0ae4[_0x206606(0x236)]]=_0x49f17b[_0x4f0ae4['MnXzD']]);const _0x277fa9=_0x3761c5[_0x206606(0x20e)](),_0xf94817=await _0x4f0ae4[_0x206606(0x269)](getUserPlaywrightConfig,_0x45166b,_0x3761c5);if(helper[_0x206606(0x1e2)](_0xf94817)){if(_0x4f0ae4[_0x206606(0x284)](_0x4f0ae4[_0x206606(0x293)],_0x4f0ae4[_0x206606(0x293)])){_0x4f0ae4['FtTQu'](spawnOriginalProcess,_0x277fa9);return;}else _0xf4d4e9['error'](_0x4f0ae4[_0x206606(0x270)](_0x4f0ae4[_0x206606(0x2ab)],_0x4f0ae4[_0x206606(0x1e1)](_0x5e71c5,_0x2991f3)));}const _0x21de9f={..._0xf94817[_0x206606(0x2bd)]},_0x38963f=_0x21de9f,_0x55568f=_0xf94817[_0x206606(0x1ca)]?path[_0x206606(0x1c3)](_0xf94817[_0x206606(0x1ca)]):process[_0x206606(0x314)]();process[_0x206606(0x29b)][_0x206606(0x2b8)]=_0x55568f;if(!_0x4f0ae4[_0x206606(0x2e3)](setGlobalSetup,_0x38963f,_0x55568f)){if(_0x4f0ae4[_0x206606(0x307)](_0x4f0ae4[_0x206606(0x2f1)],_0x4f0ae4[_0x206606(0x2a7)])){_0x4f0ae4[_0x206606(0x1e1)](spawnOriginalProcess,_0x277fa9);return;}else _0x335f5f['env'][_0x206606(0x283)]=_0x4f0ae4[_0x206606(0x2c5)],_0x40293f=_0x2e6764[_0x206606(0x285)](_0x12fa26=>_0x12fa26!=='--disable-test-observability');}const _0x121959=await SessionHandler[_0x206606(0x258)](_0x37d4c3[_0x206606(0x2bd)],{'frameworkName':FRAMEWORKS[_0x206606(0x299)],'frameworkVersion':_0x4f0ae4[_0x206606(0x1e1)](getFrameworkVersion,FRAMEWORKS[_0x206606(0x299)])});if(_0x35fc16){if(_0x4f0ae4['OHGpN'](_0x4f0ae4[_0x206606(0x1f0)],_0x4f0ae4[_0x206606(0x1f0)])){const _0x4228d9=_0x4f0ae4[_0x206606(0x204)][_0x206606(0x2be)]('|');let _0x42c9ff=0x0;while(!![]){switch(_0x4228d9[_0x42c9ff++]){case'0':_0x4f0ae4[_0x206606(0x1f8)](addReporter,_0x38963f);continue;case'1':_0x4f0ae4['FtTQu'](handleO11yRerun,_0x3761c5);continue;case'2':_0x4f0ae4[_0x206606(0x2ff)](initO11yCrashReporter,_0x38963f,_0x37d4c3['config']);continue;case'3':logger[_0x206606(0x318)](_0x4f0ae4[_0x206606(0x20d)]);continue;case'4':await _0x4f0ae4[_0x206606(0x2ae)](launchO11ySession,_0x121959);continue;}break;}}else try{const _0x4d0f16=_0x3c13ac[_0x206606(0x2d9)](_0x4a1d1b[_0x206606(0x1e7)](),_0x4f0ae4[_0x206606(0x1c4)],_0x4f0ae4[_0x206606(0x22a)]);if(_0x1712ab[_0x206606(0x29f)](_0x4d0f16)){let _0x55a4a7=_0x4d66ae[_0x206606(0x234)](_0x4d0f16);_0x55a4a7=_0x15ac35[_0x206606(0x312)](_0x55a4a7),_0x13b7e5[_0x206606(0x245)]=_0x55a4a7,_0x17fee5[_0x206606(0x2c4)](_0x4d0f16);}}catch(_0x5b964b){_0x321cf5[_0x206606(0x1c6)](_0x4f0ae4[_0x206606(0x270)](_0x4f0ae4[_0x206606(0x1c7)],_0x5b964b));}}let _0x2d9db1=_0x4f0ae4[_0x206606(0x1d1)](process[_0x206606(0x29b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x4f0ae4[_0x206606(0x26b)]);_0x2d9db1=_0x2d9db1||_0x4f0ae4[_0x206606(0x27a)](checkAccessibilityPlatformConfig,_0x37d4c3[_0x206606(0x2bd)]),process[_0x206606(0x29b)][_0x206606(0x292)]=_0x2d9db1;if(_0x2d9db1){if(_0x4f0ae4[_0x206606(0x25b)](_0x4f0ae4[_0x206606(0x29e)],_0x4f0ae4[_0x206606(0x29e)])){const [_0x5ba853,_0x34247e]=await _0x4f0ae4[_0x206606(0x269)](createAccessibilityTestRun,_0x37d4c3[_0x206606(0x2bd)],_0x4f0ae4[_0x206606(0x202)]);logger[_0x206606(0x1c6)](_0x206606(0x261)+_0x34247e),process['env'][_0x206606(0x317)]=_0x5ba853,process[_0x206606(0x29b)][_0x206606(0x28d)]=_0x34247e,_0x4f0ae4[_0x206606(0x2ae)](setAccessibilityCapabilities,_0x37d4c3[_0x206606(0x2bd)]);}else _0xcd64d8[_0x206606(0x1c6)](_0x4f0ae4[_0x206606(0x2d6)](_0x4f0ae4[_0x206606(0x21a)],_0x1e6cb2));}if(helper[_0x206606(0x1e2)](_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x273)])||_0x4f0ae4[_0x206606(0x284)](_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x273)][_0x206606(0x2aa)],0x0)){if(_0x4f0ae4[_0x206606(0x30b)](_0x4f0ae4['fKUoP'],_0x4f0ae4[_0x206606(0x1e0)]))process[_0x206606(0x29b)][_0x206606(0x2a5)]=![];else return!![];}const _0x3bca9a=path[_0x206606(0x2d9)](_0xf94817['path']?path[_0x206606(0x1c3)](_0xf94817['path']):process['cwd'](),_0x4f0ae4[_0x206606(0x1fc)]);fs[_0x206606(0x24a)](_0x3bca9a,JSON[_0x206606(0x2ca)](_0x37d4c3['config'])),process[_0x206606(0x29b)][_0x206606(0x1c5)]=_0x3bca9a,helper[_0x206606(0x2c9)]();if(helper[_0x206606(0x249)](process[_0x206606(0x29b)][_0x206606(0x2a5)])){if(_0x4f0ae4[_0x206606(0x2ce)](_0x4f0ae4[_0x206606(0x262)],_0x4f0ae4[_0x206606(0x262)])){let _0x3ff9ab=[];try{if(_0x4f0ae4['eiOuR'](_0x4f0ae4['RhVZd'],_0x4f0ae4[_0x206606(0x297)])){const _0x6342f=helper['requirePWModule'][_0x206606(0x200)](null,_0x4f0ae4[_0x206606(0x230)](getProjectUtilsPath)),_0x22c380={};_0x22c380[_0x206606(0x2f5)]=!![],_0x22c380[_0x206606(0x2dd)]='',_0x22c380[_0x206606(0x1cd)]='',_0x22c380[_0x206606(0x21d)]='';const _0x300061={};_0x300061['project']=_0x22c380;const _0x55e04f=_0x300061;_0x38963f[_0x4f0ae4['wZGee']]&&(_0x4f0ae4[_0x206606(0x1e5)](_0x4f0ae4[_0x206606(0x29c)],_0x4f0ae4[_0x206606(0x29c)])?_0x55e04f[_0x206606(0x1fa)][_0x4f0ae4[_0x206606(0x2f3)]]=_0x38963f[_0x4f0ae4[_0x206606(0x2f3)]]:_0x4f0ae4[_0x206606(0x2e8)](_0x52cdb6,_0x4f0ae4['UTyrZ'],[_0x4f0ae4['bqklK'],..._0x34b727[_0x206606(0x212)](0x1)],{'shell':_0x4f0ae4[_0x206606(0x1cb)](_0x1adbfb[_0x206606(0x2ac)],_0x4f0ae4[_0x206606(0x1d7)]),'stdio':_0x4f0ae4[_0x206606(0x25e)],'cwd':_0x2f7062[_0x206606(0x314)]()}));if(_0x38963f[_0x4f0ae4[_0x206606(0x236)]]){if(_0x4f0ae4[_0x206606(0x2bf)](_0x4f0ae4[_0x206606(0x1c0)],_0x4f0ae4[_0x206606(0x256)]))_0x55e04f['project'][_0x4f0ae4[_0x206606(0x236)]]=_0x38963f[_0x4f0ae4[_0x206606(0x236)]];else{if(!_0x28e01e||_0x4f0ae4[_0x206606(0x246)](_0x49077b[_0x206606(0x2aa)],0x1)&&_0x4f0ae4['qYwpN'](_0x420986[0x0],null))return _0xdbd363[_0x206606(0x29b)][_0x206606(0x283)]=![],![];return!![];}}_0x38963f[_0x4f0ae4['jlLXA']]&&(_0x4f0ae4['OgbYj'](_0x4f0ae4[_0x206606(0x2d1)],_0x4f0ae4[_0x206606(0x2d1)])?_0x14b968[_0x4f0ae4[_0x206606(0x253)]]=[[_0x213efd[_0x4f0ae4[_0x206606(0x253)]]],_0x27ec95]:_0x55e04f[_0x206606(0x1fa)][_0x4f0ae4['jlLXA']]=_0x38963f[_0x4f0ae4['jlLXA']]),_0x3ff9ab=await _0x6342f[_0x206606(0x2c0)](_0x55e04f);}else{_0x4f0ae4['yXgOo'](_0x54d8db,_0x2dfc2e);return;}}catch(_0x5969f8){_0x4f0ae4[_0x206606(0x215)](_0x4f0ae4[_0x206606(0x1b7)],_0x4f0ae4[_0x206606(0x1b7)])?_0x50c2f5['unlinkSync'](_0x313610):logger[_0x206606(0x1c6)](_0x4f0ae4[_0x206606(0x30e)](_0x4f0ae4['jvPEl'],_0x4f0ae4[_0x206606(0x1f8)](format,_0x5969f8)));}}else _0x47a794[_0x4f0ae4[_0x206606(0x253)]][_0x206606(0x229)](_0x511563);}let _0x105ed0='';if(_0x4f0ae4[_0x206606(0x2ce)](helper[_0x206606(0x27b)](),constants[_0x206606(0x26f)][_0x206606(0x1d2)]))_0x4f0ae4[_0x206606(0x2bf)](_0x4f0ae4[_0x206606(0x1e9)],_0x4f0ae4['VIBPh'])?_0x105ed0=_0x4f0ae4[_0x206606(0x1f4)]:_0x465c6f=_0x4f0ae4[_0x206606(0x1de)];else{if(_0x4f0ae4[_0x206606(0x2bf)](_0x4f0ae4['yomyu'],_0x4f0ae4[_0x206606(0x2b1)])){_0x438c08[_0x206606(0x1c9)](_0x4f0ae4['SCxhJ']);return;}else _0x105ed0=_0x4f0ae4[_0x206606(0x1de)];}const _0x12f0b2=path[_0x206606(0x2d9)](_0xf94817[_0x206606(0x1ca)]?path[_0x206606(0x1c3)](_0xf94817[_0x206606(0x1ca)]):process[_0x206606(0x314)](),_0x105ed0);let _0x29e50a=_0xf94817[_0x206606(0x1ca)]?_0xf94817['path']:'';_0x29e50a=_0x4f0ae4['WRChe'](_0x29e50a[_0x206606(0x2aa)],0x0)?path['resolve'](_0x29e50a):'',process['env']['USER_CONFIG_DETAILS_PATH']=_0x29e50a;let _0x5f540a='\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0amodule.exports\x20=\x20modifyPWConfig();\x0a';const _0x16f17c=helper[_0x206606(0x1d4)](_0x37d4c3[_0x206606(0x2bd)]);_0x16f17c&&(_0x4f0ae4[_0x206606(0x307)](_0x4f0ae4['FqLFz'],_0x4f0ae4[_0x206606(0x301)])?_0x5f540a=_0x4f0ae4[_0x206606(0x2d6)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x16f17c+_0x206606(0x224),_0x5f540a):(_0x506c23=!![],_0x185ebc['env'][_0x206606(0x292)]=_0x38fc21[_0x206606(0x2bd)][_0x206606(0x1bb)]));helper[_0x206606(0x2c3)]({},_0x3761c5),fs[_0x206606(0x24a)](_0x12f0b2,_0x5f540a),helper[_0x206606(0x288)]();const _0x4e4fe5=_0x4f0ae4[_0x206606(0x2a2)](spawn,_0x4f0ae4[_0x206606(0x1db)],[_0x4f0ae4['bqklK'],_0x4f0ae4[_0x206606(0x1f1)],_0x4f0ae4['VtdCa'],_0x12f0b2,..._0x3761c5['slice'](0x2)],{'shell':_0x4f0ae4['azhHW'](process[_0x206606(0x2ac)],_0x4f0ae4[_0x206606(0x1d7)]),'stdio':_0x4f0ae4['dUNVR'],'cwd':process['cwd'](),'env':Object[_0x206606(0x309)]({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x206606(0x28b)](_0x45166b),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x37d4c3['config']['testContextOptions'][_0x206606(0x2cf)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x37d4c3[_0x206606(0x2bd)][_0x206606(0x28a)][_0x206606(0x1eb)],'BROWSERSTACK_LOG_LEVEL':_0x37d4c3[_0x206606(0x2bd)]['logLevel']})}),_0x2607ba=()=>{const _0x4a906a=_0x206606,_0x3cab43={};_0x3cab43[_0x4a906a(0x242)]=_0x4f0ae4[_0x4a906a(0x253)];const _0x13de3c=_0x3cab43;if(_0x4f0ae4[_0x4a906a(0x2ce)](_0x4f0ae4['pwlEC'],_0x4f0ae4['pwlEC']))try{if(_0x4f0ae4[_0x4a906a(0x2fa)](_0x4f0ae4[_0x4a906a(0x1f7)],_0x4f0ae4[_0x4a906a(0x1f7)])){const _0x3cfe9c=path['join'](helper[_0x4a906a(0x1e7)](),_0x4f0ae4[_0x4a906a(0x1c4)],_0x4f0ae4['gVPnS']);if(fs[_0x4a906a(0x29f)](_0x3cfe9c)){if(_0x4f0ae4['OgbYj'](_0x4f0ae4[_0x4a906a(0x1cc)],_0x4f0ae4['cdtpT']))_0x1834fa[_0x4a906a(0x229)]('('+_0x17e6da[_0x4a906a(0x1e3)]()+')');else{let _0x38edb4=fs[_0x4a906a(0x234)](_0x3cfe9c);_0x38edb4=JSON[_0x4a906a(0x312)](_0x38edb4),_0x37d4c3[_0x4a906a(0x245)]=_0x38edb4,fs[_0x4a906a(0x2c4)](_0x3cfe9c);}}}else _0x5eda90[_0x4a906a(0x29b)][_0x4a906a(0x2a5)]=![];}catch(_0x576d66){if(_0x4f0ae4[_0x4a906a(0x29d)](_0x4f0ae4['LLztn'],_0x4f0ae4[_0x4a906a(0x222)]))logger[_0x4a906a(0x1c6)](_0x4f0ae4[_0x4a906a(0x2ad)](_0x4f0ae4[_0x4a906a(0x1c7)],_0x576d66));else{if(_0x4f0ae4[_0x4a906a(0x2eb)](_0x45bcff['length'],0x1)&&_0x4f0ae4[_0x4a906a(0x29d)](_0x3d5c84[0x1],_0x4f0ae4[_0x4a906a(0x1f1)]))return!![];return![];}}else _0x506c81[_0x13de3c['pKYXr']]=[_0x43892b];};_0x4e4fe5['on'](_0x4f0ae4[_0x206606(0x30c)],async _0x378145=>{const _0x4bb208=_0x206606;try{const _0x3b93bd=_0x4f0ae4[_0x4bb208(0x24f)][_0x4bb208(0x2be)]('|');let _0x3dc9e2=0x0;while(!![]){switch(_0x3b93bd[_0x3dc9e2++]){case'0':process['exitCode']=_0x378145;continue;case'1':logger['debug'](_0x4bb208(0x2f0)+_0x378145);continue;case'2':logger[_0x4bb208(0x1c6)](_0x4bb208(0x241)+_0x3bca9a);continue;case'3':logger[_0x4bb208(0x318)]('Deleting\x20'+_0x12f0b2);continue;case'4':_0x4f0ae4[_0x4bb208(0x230)](_0x2607ba);continue;case'5':await helper['finalExecution'](_0x37d4c3);continue;case'6':fs['unlinkSync'](_0x12f0b2);continue;case'7':await _0x4f0ae4['FtTQu'](stopAccessibilityTestRun,_0x37d4c3[_0x4bb208(0x2bd)]);continue;case'8':fs[_0x4bb208(0x2c4)](_0x3bca9a);continue;}break;}}catch(_0x7def3c){logger[_0x4bb208(0x1c6)](_0x4f0ae4[_0x4bb208(0x227)](_0x4f0ae4['gAoDF'],_0x7def3c));}});}module[a31_0x638d75(0x21c)]=run;function a31_0x436e(){const _0x385108=['PLAYWRIGHT','YMWFg','env','aovNY','Uazdn','tTxpp','existsSync','lOusz','QkRTj','dhbsG','SaSKj','PviiS','BROWSERSTACK_AUTOMATION','VUuld','OeSTC','nRZDx','./globalSetup.js','length','mxjJY','platform','CccoY','JSIaL','winstonLogger','QOTYQ','yomyu','aYWkc','fzrbm','KKJbH','Xtqso','resolve','mwgwR','BROWSERSTACK_PW_CONFIG_DIR','indexOf','xkwjC','IAfvX','child_process','config','split','cplea','collectFilesForProject','jHMVk','Vsior','filterBrowserstackConfig','unlinkSync','taQFU','jVVgz','YBrVB','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','clearTempPWConfig','stringify','EffUk','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','wcJyH','eiOuR','skipSessionStatus','cycsM','zrGdI','win32','./reporter/pwUtils','../../helpers/BrowserStackSetup','BcKpu','WgEzu','./reporter/reporter.js','UtjRd','join','YQxVz','zTnzN','--grep','testDir','XNIwC','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','JvSQo','wSGZy','BAhDZ','MUZUD','ZAOfK','xuFCs','jHxLt','Rtvbw','HyXkY','IPaSC','scATz','bikOP','uucom','UVHKh','XLRYD','welne','Playwright\x20process\x20exited\x20with\x20code\x20','KxKyS','object','wZGee','xRzXs','respectGitIgnore','Error\x20in\x20getting\x20funnel\x20data\x20results','ijiMJ','qrwVK','236cnxhhf','Yxrai','testObservability','fNkfd','playwright','BRkZC','jTUDJ','default','leGqa','2651439utvhxC','aiwob','kkTmp','mRfHQ','OHGpN','dPjGx','FNKJL','assign','jJZqf','azhHW','ZARtg','73060EyAcWy','lGhCW','HvaNy','PVEDH','skhEW','parse','../../helpers/test-observability/sessionHandler','cwd','BROWSERSTACK_RERUN_TESTS','zTkLb','BS_A11Y_JWT','info','--config=','2050CVLXij','inherit','TOhGL','./accessibility-helper','rfaOr','uqJyW','../../helpers/test-observability/constants','pcVZt','OWsfi','Dlvsu','RaLnx','accessibility','--disable-test-observability','hhcjW','ALQnk','cfPDf','Wijmu','has','ESPRc','dirname','GxBHd','BROWSERSTACK_SETUP_CONFIG_PATH','debug','ItmdZ','npx','error','path','VWoBj','cdtpT','testMatch','true','ItkjI','VEcde','CEwoD','MODULE','initialize','getProxyUrl','mOEsg','pxTHH','YRjaV','zxxqw','hDFGV','nYEDX','UTyrZ','test','string','pHMzb','qvSUY','fKUoP','fJnmc','isUndefined','trim','Cucpg','glacB','Error\x20in\x20deleting\x20playwright\x20results','homedir','globalSetup','BnxRW','eaHBr','skipSessionName','dGdvF','--disable-browserstack-automation','EMrWX','6238232XafKwJ','vtpqw','jKLdy','QBKvI','wkNWN','FSwVn','SEpph','reporter','YFMob','EVjUM','rwQxs','project','Apxsl','crXrh','XhFha','eBxyo','QhzoI','apply','accessibilityOptions','bSGYM','pOSOy','gXaoi','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','splice','hYNVu','pJhnE','COssU','FYdxF','RGjZn','startsWith','vPehR','concat','null','XXIjl','cliConfig','slice','98dYNaEp','GAPKR','OgbYj','nFLEl','iPbGw','GeFXg','iPTWo','gAoDF','cddSN','exports','testIgnore','findIndex','automation','JbnHG','xCrbG','LLztn','yjwdQ','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','vkwYY','playwright-browserstack-sdk.config.cjs','fHBIS','../../helpers/helper','push','gVPnS','../../helpers/accessibility-automation/helper','gydKV','NJfUz','browserstackSetupConfig.json','GxRng','Dqfgf','fLFvO','--config','zMaPf','readFileSync','bRequ','MnXzD','Wrsnp','UhOwc','380932mlJtpk','EAYAv','648452LTidCA','get','Getting\x20your\x20playwright\x20config\x20from\x20','vtahq','paths','3|2|0|1|4','Deleting\x20','pKYXr','IJZmv','NtjTb','errorMessage','RbCaN','map','BROWSERSTACK_RERUN','isTrue','writeFileSync','mkeTB','requirePWModule','AQMpi','yJuyc','muUqx','SuXXS','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','TwrfZ','fFOuP','SCxhJ','lUwdn','KUhFk','BgwCC','launch','119526RBYrpA','SQUSX','rJyTV','xrOuq','wJRjp','dUNVR','kBaUI','qpffN','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','Wovfi','NwhVa','false','UeeWx','zkudB','jvPEl','ldcgI','aOuTc','eQcqs','ilVwC','GWOxZ','kVupo','TpvIm','PACKAGE_TYPE','afKDz','TsqxR','../utils/constants','platforms','GueiQ','GYAGh','aMrpT','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','includes','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','FtTQu','getPackageType','@playwright/test','pbmnP','gBwTI','Tqffw','PrBPj','eBkbB','cYoLL','BROWSERSTACK_TEST_OBSERVABILITY','XIszP','filter','MmDeF','UKmhC','markSDKSetupComplete','MoQrR','testContextOptions','getConfigPath','LpsMY','BS_A11Y_TEST_RUN_ID','../../helpers/test-observability/utils','ZwccS','VTbun','51606VLUmAC','BROWSERSTACK_TEST_ACCESSIBILITY_YML','kQcQL','SrOqA','qBnKt','qtWfD','RhVZd','sNTvd'];a31_0x436e=function(){return _0x385108;};return a31_0x436e();}
@@ -1 +1 @@
1
- function a32_0x509f(){const _0x9516fc=['RHXKN','cLSaw','turWd','PqIkk','error','../../helpers/test-observability/constants','fork','iBwWn','Gmnxt','hTNcg','QKYav','child_process','./reporter/pwUtils','../../helpers/logger','../../helpers/test-observability/utils','config','Path\x20','25014PSgwxz','DAeKX','4ZroAJT','Not\x20able\x20to\x20import\x20globalSetup','mvKSY','1735uJSIRs','2567852wJYuPi','CvlvJ','ambCz','txEgf','iMtXo','../../helpers/helper','./mock-process.js','winstonLogger','resolve','mGihz','function','PLAYWRIGHT','requirePWModule','TTxxZ','603898iqyDxY','Call\x20to\x20child\x20fork\x20with\x20args\x20','182661RPPEPw','552627fiYUxf','TVSRt','vgvGC','sEaYc','includes','XvzKw','vZTpM','YooTd','PkObv','\x20is\x20not\x20found','uPopL','Running\x20existing\x20global\x20setup','toString','VgXRa','apply','exports','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','env','11225510Rqjtvf','VQwyQ','ZpofQ','RvEmG','4629870JPdTVg','AyaoK','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','psKKv','160ElPoRl','compareVersions','MOrCB'];a32_0x509f=function(){return _0x9516fc;};return a32_0x509f();}const a32_0x4cf1aa=a32_0x23bd;(function(_0x5d65be,_0x20b065){const _0x4296bf=a32_0x23bd,_0x38a67c=_0x5d65be();while(!![]){try{const _0x55cabe=-parseInt(_0x4296bf(0x13b))/0x1+-parseInt(_0x4296bf(0x129))/0x2*(parseInt(_0x4296bf(0x13d))/0x3)+parseInt(_0x4296bf(0x12d))/0x4+parseInt(_0x4296bf(0x12c))/0x5*(parseInt(_0x4296bf(0x127))/0x6)+-parseInt(_0x4296bf(0x10f))/0x7+-parseInt(_0x4296bf(0x113))/0x8*(-parseInt(_0x4296bf(0x13e))/0x9)+-parseInt(_0x4296bf(0x10b))/0xa;if(_0x55cabe===_0x20b065)break;else _0x38a67c['push'](_0x38a67c['shift']());}catch(_0x3d7161){_0x38a67c['push'](_0x38a67c['shift']());}}}(a32_0x509f,0xc5079));const child_process=require(a32_0x4cf1aa(0x121)),{FRAMEWORKS}=require(a32_0x4cf1aa(0x11b)),{getFrameworkVersion,debug}=require(a32_0x4cf1aa(0x124)),helper=require(a32_0x4cf1aa(0x132)),{getLoadUtilsPath,getForkProcessPath}=require(a32_0x4cf1aa(0x122)),logger=require(a32_0x4cf1aa(0x123))[a32_0x4cf1aa(0x134)];function a32_0x23bd(_0x2e8542,_0x3d8ba3){const _0x509f5e=a32_0x509f();return a32_0x23bd=function(_0x23bd55,_0x264199){_0x23bd55=_0x23bd55-0x106;let _0x245298=_0x509f5e[_0x23bd55];return _0x245298;},a32_0x23bd(_0x2e8542,_0x3d8ba3);}module[a32_0x4cf1aa(0x108)]=async function(_0x3e7288){const _0x312b81=a32_0x4cf1aa,_0x1a6246={'iMtXo':_0x312b81(0x12a),'RHXKN':function(_0x511263,_0x238024){return _0x511263(_0x238024);},'Gmnxt':function(_0x3d09c1,_0x3ef90c){return _0x3d09c1!==_0x3ef90c;},'AyaoK':_0x312b81(0x10e),'PkObv':function(_0x3fbab1,_0x2ff9a8){return _0x3fbab1(_0x2ff9a8);},'vZTpM':function(_0x55b929){return _0x55b929();},'cLSaw':function(_0xff5291,_0x4f723b){return _0xff5291===_0x4f723b;},'sEaYc':_0x312b81(0x145),'turWd':_0x312b81(0x133),'VQwyQ':_0x312b81(0x119),'vgvGC':_0x312b81(0x13f),'psKKv':function(_0x1e84a8){return _0x1e84a8();},'oTgBv':function(_0x507ee0,_0x44cc24){return _0x507ee0(_0x44cc24);},'CJjYg':_0x312b81(0x149),'OtsOl':function(_0x3a0ff6,_0x3fd7ba){return _0x3a0ff6===_0x3fd7ba;},'EoPDE':_0x312b81(0x130),'CvlvJ':_0x312b81(0x143),'QKYav':function(_0x150d0b){return _0x150d0b();},'ZpofQ':function(_0x5d46fa,_0x9ecdae){return _0x5d46fa>=_0x9ecdae;},'VgXRa':'1.33.0','TTxxZ':function(_0x4e773a,_0x51caaf){return _0x4e773a===_0x51caaf;},'MOrCB':_0x312b81(0x11f),'mGihz':'ELYiF','ambCz':function(_0x40cd71,_0x340310,_0x48a490){return _0x40cd71(_0x340310,_0x48a490);},'DAeKX':_0x312b81(0x137),'UCbQu':function(_0x3ebc8e,_0x56b53e){return _0x3ebc8e!==_0x56b53e;},'mvKSY':_0x312b81(0x11d),'uPopL':function(_0x21fdbb,_0x1dc95e){return _0x21fdbb(_0x1dc95e);}},_0x443ac1=child_process[_0x312b81(0x11c)];child_process[_0x312b81(0x11c)]=function(){const _0x580fae=_0x312b81,_0x3b3ead={'uCqRs':function(_0x61529d,_0x35e732){const _0x173747=a32_0x23bd;return _0x1a6246[_0x173747(0x116)](_0x61529d,_0x35e732);}};if(_0x1a6246[_0x580fae(0x11e)](_0x1a6246[_0x580fae(0x110)],_0x1a6246[_0x580fae(0x110)])){const _0x42fe96={};_0x42fe96[_0x580fae(0x125)]=_0x2b4c2d,_0x36643b=_0x42fe96;}else{_0x1a6246['PkObv'](debug,_0x580fae(0x13c)+arguments[0x0]);if(arguments[0x0][_0x580fae(0x142)](_0x1a6246[_0x580fae(0x144)](getForkProcessPath)))_0x1a6246[_0x580fae(0x117)](_0x1a6246['sEaYc'],_0x1a6246[_0x580fae(0x141)])?arguments[0x0]=require[_0x580fae(0x135)](_0x1a6246[_0x580fae(0x118)]):_0x3b3ead['uCqRs'](_0x147d32,_0x580fae(0x111)+_0x56ee5e['toString']());else{if(_0x1a6246[_0x580fae(0x117)](_0x1a6246[_0x580fae(0x10c)],_0x1a6246[_0x580fae(0x140)]))throw new _0x44942e(_0x1a6246[_0x580fae(0x131)]);else logger[_0x580fae(0x11a)]('Path\x20'+_0x1a6246[_0x580fae(0x144)](getForkProcessPath)+_0x580fae(0x147));}return _0x443ac1[_0x580fae(0x107)](null,arguments);}};if(process[_0x312b81(0x10a)][_0x312b81(0x109)]){_0x1a6246['oTgBv'](debug,_0x1a6246['CJjYg']);try{if(_0x1a6246['OtsOl'](_0x1a6246['EoPDE'],_0x1a6246[_0x312b81(0x12e)]))arguments[0x0]=_0x5c3e3e['resolve'](_0x1a6246[_0x312b81(0x118)]);else{const {loadGlobalHook:_0x3c2423}=helper[_0x312b81(0x139)][_0x312b81(0x107)](null,_0x1a6246[_0x312b81(0x120)](getLoadUtilsPath)),_0x1fd369=_0x1a6246[_0x312b81(0x146)](getFrameworkVersion,FRAMEWORKS[_0x312b81(0x138)]);let _0x59c3da=_0x3e7288;if(_0x1a6246[_0x312b81(0x10d)](helper[_0x312b81(0x114)](_0x1fd369,_0x1a6246[_0x312b81(0x106)]),0x0)){if(_0x1a6246[_0x312b81(0x13a)](_0x1a6246[_0x312b81(0x115)],_0x1a6246[_0x312b81(0x136)]))_0x405664[_0x312b81(0x11a)](_0x312b81(0x126)+_0x1a6246[_0x312b81(0x144)](_0x21600f)+_0x312b81(0x147));else{const _0x57d5d3={};_0x57d5d3[_0x312b81(0x125)]=_0x3e7288,_0x59c3da=_0x57d5d3;}}const _0x1ad687=await _0x1a6246[_0x312b81(0x12f)](_0x3c2423,_0x59c3da,process[_0x312b81(0x10a)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']);if(_0x1a6246[_0x312b81(0x11e)](typeof _0x1ad687,_0x1a6246[_0x312b81(0x128)])){if(_0x1a6246['UCbQu'](_0x1a6246[_0x312b81(0x12b)],_0x1a6246[_0x312b81(0x12b)]))return _0x1a6246[_0x312b81(0x146)](_0x2aacfb,_0x312b81(0x13c)+arguments[0x0]),arguments[0x0][_0x312b81(0x142)](_0x1a6246[_0x312b81(0x112)](_0x10b4af))?arguments[0x0]=_0x490fe9['resolve'](_0x1a6246['turWd']):_0x13f29e['error'](_0x312b81(0x126)+_0x1a6246[_0x312b81(0x112)](_0x533eb3)+'\x20is\x20not\x20found'),_0x5ad924[_0x312b81(0x107)](null,arguments);else throw new Error(_0x1a6246[_0x312b81(0x131)]);}return _0x1ad687[_0x312b81(0x107)](null,arguments);}}catch(_0x163b44){_0x1a6246[_0x312b81(0x148)](debug,_0x312b81(0x111)+_0x163b44[_0x312b81(0x14a)]());}}};
1
+ const a32_0x183d70=a32_0x128c;function a32_0x5a6a(){const _0x4fd9fb=['compareVersions','./mock-process.js','fHAgL','rXras','SFamR','geuMs','env','TrEil','6prQWBd','2452434tXkpYh','hSxJk','dfHzK','EZlsP','dPvow','config','gKeOo','hErRH','fork','../../helpers/test-observability/constants','btflq','jedKE','wOjov','resolve','PLAYWRIGHT','child_process','3826592DoInHe','3892090ZmWGsg','winstonLogger','APjwr','CUVmt','../../helpers/test-observability/utils','FLOTJ','apply','Running\x20existing\x20global\x20setup','error','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','557190SsgNQz','dCcdF','3028Oexlnn','16322706cCOYjd','QNWkE','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','fBBJy','includes','mPJBm','../../helpers/logger','yRPes','../../helpers/helper','DTUPY','imLuI','toString','XOWBp','requirePWModule','\x20is\x20not\x20found','tYsiF','Vaegs','Call\x20to\x20child\x20fork\x20with\x20args\x20','10917808hzxvSC','3411FgvDzA','1.33.0','CdDjT','exports','Path\x20','uLzPs','Not\x20able\x20to\x20import\x20globalSetup'];a32_0x5a6a=function(){return _0x4fd9fb;};return a32_0x5a6a();}(function(_0x5919e5,_0x39b60d){const _0x3f4678=a32_0x128c,_0x1e9276=_0x5919e5();while(!![]){try{const _0x30430a=parseInt(_0x3f4678(0xc1))/0x1+-parseInt(_0x3f4678(0xa6))/0x2+parseInt(_0x3f4678(0x96))/0x3*(parseInt(_0x3f4678(0xc3))/0x4)+parseInt(_0x3f4678(0xb7))/0x5*(parseInt(_0x3f4678(0xa5))/0x6)+-parseInt(_0x3f4678(0xb6))/0x7+-parseInt(_0x3f4678(0x95))/0x8+parseInt(_0x3f4678(0xc4))/0x9;if(_0x30430a===_0x39b60d)break;else _0x1e9276['push'](_0x1e9276['shift']());}catch(_0x38ebc5){_0x1e9276['push'](_0x1e9276['shift']());}}}(a32_0x5a6a,0xd4fa0));function a32_0x128c(_0x2f5136,_0x469b2b){const _0x5a6a47=a32_0x5a6a();return a32_0x128c=function(_0x128c97,_0x35c315){_0x128c97=_0x128c97-0x89;let _0x27ec7d=_0x5a6a47[_0x128c97];return _0x27ec7d;},a32_0x128c(_0x2f5136,_0x469b2b);}const child_process=require(a32_0x183d70(0xb5)),{FRAMEWORKS}=require(a32_0x183d70(0xaf)),{getFrameworkVersion,debug}=require(a32_0x183d70(0xbb)),helper=require(a32_0x183d70(0x8b)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),logger=require(a32_0x183d70(0x89))[a32_0x183d70(0xb8)];module[a32_0x183d70(0x99)]=async function(_0x44968a){const _0x5a4abb=a32_0x183d70,_0xdbdb8f={'rXras':_0x5a4abb(0x9c),'jedKE':function(_0x2f96d3,_0x5e569b){return _0x2f96d3(_0x5e569b);},'EZlsP':function(_0x149841){return _0x149841();},'SFamR':_0x5a4abb(0x9e),'wOjov':function(_0x3e1e50,_0x2f2346){return _0x3e1e50!==_0x2f2346;},'tYsiF':_0x5a4abb(0x93),'GAZbN':'hddco','gKeOo':function(_0x19566e,_0x2c2903){return _0x19566e(_0x2c2903);},'dRoYh':function(_0x12484c){return _0x12484c();},'QNWkE':function(_0x54c10a,_0x20a05b){return _0x54c10a!==_0x20a05b;},'TrEil':_0x5a4abb(0x8f),'btflq':function(_0x3681d1,_0x1d597e){return _0x3681d1!==_0x1d597e;},'imLuI':'nDRwX','VPpcf':_0x5a4abb(0xc7),'CUVmt':function(_0xf97c09){return _0xf97c09();},'hErRH':function(_0x45df27,_0xe8f602){return _0x45df27(_0xe8f602);},'CdDjT':_0x5a4abb(0xbe),'dfHzK':_0x5a4abb(0xbc),'APjwr':function(_0x3610c8,_0x48f2c9){return _0x3610c8(_0x48f2c9);},'mPJBm':function(_0x123eff,_0x2ac01b){return _0x123eff>=_0x2ac01b;},'vjMwi':_0x5a4abb(0x97),'FGmfc':_0x5a4abb(0x9b),'QRycS':function(_0x4e368f,_0x2ffce3,_0x669857){return _0x4e368f(_0x2ffce3,_0x669857);},'fHAgL':function(_0x202ee7,_0x349862){return _0x202ee7!==_0x349862;},'hSxJk':'function','DTUPY':_0x5a4abb(0xaa)},_0x615b0e=child_process[_0x5a4abb(0xae)];child_process[_0x5a4abb(0xae)]=function(){const _0x16e703=_0x5a4abb,_0x6aad8c={'geuMs':function(_0x98bc2c,_0x298c54){return _0xdbdb8f['jedKE'](_0x98bc2c,_0x298c54);},'dCcdF':function(_0x2fa72c){const _0x3bda78=a32_0x128c;return _0xdbdb8f[_0x3bda78(0xa9)](_0x2fa72c);},'yRPes':_0xdbdb8f[_0x16e703(0xa1)]};if(_0xdbdb8f[_0x16e703(0xb2)](_0xdbdb8f[_0x16e703(0x92)],_0xdbdb8f['GAZbN'])){_0xdbdb8f[_0x16e703(0xac)](debug,_0x16e703(0x94)+arguments[0x0]);if(arguments[0x0][_0x16e703(0xc8)](_0xdbdb8f['dRoYh'](getForkProcessPath))){if(_0xdbdb8f[_0x16e703(0xc5)](_0xdbdb8f['TrEil'],_0xdbdb8f[_0x16e703(0xa4)]))throw new _0x168941(_0xdbdb8f[_0x16e703(0xa0)]);else arguments[0x0]=require[_0x16e703(0xb3)](_0xdbdb8f['SFamR']);}else{if(_0xdbdb8f[_0x16e703(0xb0)](_0xdbdb8f[_0x16e703(0x8d)],_0xdbdb8f['VPpcf']))logger['error'](_0x16e703(0x9a)+_0xdbdb8f[_0x16e703(0xba)](getForkProcessPath)+'\x20is\x20not\x20found');else{const _0x4d1c67={};_0x4d1c67['config']=_0x128fea,_0x14d036=_0x4d1c67;}}return _0x615b0e[_0x16e703(0xbd)](null,arguments);}else return _0x6aad8c[_0x16e703(0xa2)](_0xf1c224,_0x16e703(0x94)+arguments[0x0]),arguments[0x0][_0x16e703(0xc8)](_0x6aad8c['dCcdF'](_0x1fe71e))?arguments[0x0]=_0x573f07['resolve'](_0x6aad8c[_0x16e703(0x8a)]):_0x4079a4[_0x16e703(0xbf)]('Path\x20'+_0x6aad8c[_0x16e703(0xc2)](_0x476e61)+_0x16e703(0x91)),_0x365ee2['apply'](null,arguments);};if(process[_0x5a4abb(0xa3)][_0x5a4abb(0xc6)]){_0xdbdb8f[_0x5a4abb(0xad)](debug,_0xdbdb8f[_0x5a4abb(0x98)]);try{if(_0xdbdb8f[_0x5a4abb(0xc5)](_0xdbdb8f[_0x5a4abb(0xa8)],_0xdbdb8f['dfHzK']))_0x26d7de[_0x5a4abb(0xbf)]('Path\x20'+_0xdbdb8f[_0x5a4abb(0xa9)](_0x4ac5cd)+_0x5a4abb(0x91));else{const {loadGlobalHook:_0x2f97dc}=helper[_0x5a4abb(0x90)]['apply'](null,_0xdbdb8f[_0x5a4abb(0xa9)](getLoadUtilsPath)),_0x5d1d6b=_0xdbdb8f[_0x5a4abb(0xb9)](getFrameworkVersion,FRAMEWORKS[_0x5a4abb(0xb4)]);let _0x553ad4=_0x44968a;if(_0xdbdb8f[_0x5a4abb(0xc9)](helper[_0x5a4abb(0x9d)](_0x5d1d6b,_0xdbdb8f['vjMwi']),0x0)){if(_0xdbdb8f[_0x5a4abb(0xc5)](_0xdbdb8f['FGmfc'],_0xdbdb8f['FGmfc']))arguments[0x0]=_0x22811c[_0x5a4abb(0xb3)](_0xdbdb8f['SFamR']);else{const _0x246f95={};_0x246f95[_0x5a4abb(0xab)]=_0x44968a,_0x553ad4=_0x246f95;}}const _0x545dd2=await _0xdbdb8f['QRycS'](_0x2f97dc,_0x553ad4,process[_0x5a4abb(0xa3)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']);if(_0xdbdb8f[_0x5a4abb(0x9f)](typeof _0x545dd2,_0xdbdb8f[_0x5a4abb(0xa7)])){if(_0xdbdb8f[_0x5a4abb(0x9f)](_0xdbdb8f['DTUPY'],_0xdbdb8f[_0x5a4abb(0x8c)]))_0xdbdb8f[_0x5a4abb(0xb1)](_0x43ef25,_0x5a4abb(0xc0)+_0x1e706e[_0x5a4abb(0x8e)]());else throw new Error(_0xdbdb8f[_0x5a4abb(0xa0)]);}return _0x545dd2['apply'](null,arguments);}}catch(_0xbfdd46){_0xdbdb8f[_0x5a4abb(0xb1)](debug,_0x5a4abb(0xc0)+_0xbfdd46[_0x5a4abb(0x8e)]());}}};