browserstack-node-sdk 1.28.6 → 1.29.1
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a23_0x29a9(_0x3ca532,_0x17064e){const _0x3134be=a23_0x3134();return a23_0x29a9=function(_0x29a907,_0x41b20b){_0x29a907=_0x29a907-0xb7;let _0x5b750d=_0x3134be[_0x29a907];return _0x5b750d;},a23_0x29a9(_0x3ca532,_0x17064e);}const a23_0x2e31ba=a23_0x29a9;(function(_0x174f96,_0x1486e7){const _0x20cbd3=a23_0x29a9,_0x3f83cd=_0x174f96();while(!![]){try{const _0x2a464b=-parseInt(_0x20cbd3(0x157))/0x1+parseInt(_0x20cbd3(0x18b))/0x2*(-parseInt(_0x20cbd3(0x191))/0x3)+parseInt(_0x20cbd3(0x1e7))/0x4+parseInt(_0x20cbd3(0x16b))/0x5*(parseInt(_0x20cbd3(0x1b0))/0x6)+parseInt(_0x20cbd3(0x1c3))/0x7*(parseInt(_0x20cbd3(0x173))/0x8)+parseInt(_0x20cbd3(0x1b3))/0x9*(parseInt(_0x20cbd3(0x225))/0xa)+parseInt(_0x20cbd3(0x1a7))/0xb;if(_0x2a464b===_0x1486e7)break;else _0x3f83cd['push'](_0x3f83cd['shift']());}catch(_0x54dea2){_0x3f83cd['push'](_0x3f83cd['shift']());}}}(a23_0x3134,0x1cc09));function a23_0x3134(){const _0x1ab768=['ZThEt','cLhby','gsSNU','WXYoH','XJjtW','error','hSWrg','RSkUI','tHvOb','object','true','109580oxepsg','hUXbL','@playwright/test','JmFol','ptLkM','apgrj','exports','isUndefined','has','PpRSg','argv','XVHCZ','kaouU','dirname','TfcKo','itwWj','bWdaP','FLDke','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','zVKWI','dCfsb','dfGCK','./reporter/pwUtils','../../helpers/test-observability/sessionHandler','null','VFKqe','platforms','filter','startsWith','RerTg','paths','config','automation','zXWTB','OooOi','qyVWp','LaOvq','cjAuf','initialize','vpKhG','parallelsPerPlatform','qgjhd','QoalQ','filterBrowserstackConfig','NuwGE','iXrVA','ZRmDK','KMRwE','cdXdt','LBrNW','replace','bYkfN','FdLlm','LRfyN','gnJQi','gqTKQ','qhWWg','txPfK','map','WaRGs','NZLqV','VBvpW','10oNfKvj','tRDGm','pUMCc','requireModule','get','RnfaQ','cAFXf','FLvAg','pyzwu','DWWJl','KXjrL','TBtWF','kkgGE','split','VtKOw','rEahs','TipVS','nucsK','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','resolve','yNkfq','dRfbg','VKJOR','RDjsA','lcbDh','zpvMI','sgHON','NOyxJ','@playwright/test/lib/runner/projectUtils.js','sZkap','VCukj','asHMh','dJzda','playwright-browserstack-sdk.config.js','findIndex','testDir','zuaxS','Getting\x20your\x20playwright\x20config\x20from\x20','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','env','ZevvK','MQhKT','JpfWy','HQkSj','AmnBM','UXtqX','PkUSc','default','PbRga','cqmpc','dXbIN','BROWSERSTACK_RERUN','naChe','existsSync','trim','DNkrr','Bkzwr','skQrk','../../helpers/test-observability/error-handler','VciWV','BROWSERSTACK_AUTOMATION','rwwXe','playwright','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','WpfuX','cwd','MvrXh','xHUvo','BvJTM','wOXWe','AqWcQ','chEsQ','abpWd','mxAGX','XrOhh','PDkme','../../helpers/test-observability/constants','info','BROWSERSTACK_TEST_ACCESSIBILITY_YML','vyYuJ','rvQWK','mctEC','DstIv','0|1|4|3|2|5','xBTiC','gnViN','--config','IWAOj','reporter','ndgSA','qizHY','RNaPY','RcaTa','ZxjrH','QGmLq','test','YlViI','DJuqe','tKatD','UcsJE','Iipzj','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','--disable-test-observability','qdGMn','xOtkO','wMsPy','SKzjK','qsJnY','aEpWc','FHUOh','YAwEy','fKdvd','RHSqS','tUnQB','vyVey','mzCUt','join','aSwty','SBVMa','YOwYY','iBmZg','../../helpers/BrowserStackSetup','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','BHYav','../../helpers/logger','SlIfC','LsYqH','string','PLAYWRIGHT','xLSOi','--config=','xSCru','BROWSERSTACK_TEST_OBSERVABILITY','VOSre','MdNIc','heZbm','pfrqR','cvSZi','ziywL','nBWrz','oYclG','PkayI','YffKN','Playwright\x20process\x20exited\x20with\x20code\x20','VcYUu','iKzYT','Symbol(\x27defineConfigWasUsed\x27)]','yxwWn','qgOfk','aOsJx','WVlxG','concat','NlxjR','use','path','testIgnore','PkVkh','CGNvW','uYvqf','debug','cXAqe','accessibilityOptions','sQydg','wEumv','./reporter/reporter.js','AxDTd','projects','pJzME','testObservability','jBQUF','GQeAZ','YcECG','NdfrG','splice','PuyAG','stringify','mOQEP','rWXir','GVlhv','unlinkSync','gvPQO','fVQdS','uSfSM','69001rrwDVn','LfHLJ','aRkjn','npx','isFalse','OnBxX','swQZh','qUAPZ','RPopr','2|4|1|0|3','cliConfig','push','mLRoc','RiTYI','TqUaJ','TXjYE','EUACp','FKXtG','QlXIK','Deleting\x20','35tHLBCM','zfxOP','JMDhR','ZgnUm','XsXtR','writeFileSync','ZZmhH','platform','12312cIegpe','ZKFRC','includes','ibIBB','tlBSc','forEach','xGjrH','Cqxoz','collectFilesForProject','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','ZRNly','JTKwV','inherit','RTRmC','UxPBM','PDuqX','DzLfS','PkgOz','qphid','kNkFn','ZdDdW','Kynjy','plqNx','./accessibility-helper','445688troMRL','sgvcR','KpLdu','fvdxW','XkTrh','respectGitIgnore','3JawdhO','bixpA','RTQax','VkEts','win32','exitCode','VrFjR','BzmYh','LCrSx','MuvHr','accessibility','faHCU','YugCL','ZMTog','GnRpy','depth','ZguGS','lNUwG','length','nkRrk','AYbVj','xpFxl','995830iRNbtg','IVaRd','zSLbH','getProxyUrl','fvJnx','CCNRI','close','zvaEt','elKnj','28434TORcji','getConfigPath','SfxUe','1814157MGUbJn','pDVYf','../utils/constants','slice','FLmAo','globalSetup','testMatch','BrowserStack\x20config\x20file\x20not\x20found.','../../helpers/accessibility-automation/helper','wwEHc','Bnkuu','cLmYH','xoarK','child_process','VYCvW','Symbol(defineConfigWasUsed)]','259HmfqGZ','bSvfT','ykuLO','../../bin/utils/constants','Eedrw','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','isTrue','aXcDE','GlsdU','XiocM','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','xtnLA','fFUSN','woqcM','tEQrS','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','project','gIDSP','zwLtN','tiGBj','gmaeI','false','uhxpQ','--disable-browserstack-automation','PEIra'];a23_0x3134=function(){return _0x1ab768;};return a23_0x3134();}const fs=require('fs'),path=require('path'),{spawn}=require(a23_0x2e31ba(0x1c0)),{inspect,format}=require('util'),logger=require(a23_0x2e31ba(0x11c))['winstonLogger'],{default:BrowserStackSetup}=require(a23_0x2e31ba(0x119)),helper=require('../../helpers/helper'),constants=require(a23_0x2e31ba(0x1b5)),{FRAMEWORKS}=require(a23_0x2e31ba(0xec)),{getTransformPath,getConfigLoaderPath}=require(a23_0x2e31ba(0x1fd)),{CrashReporter,o11yErrorHandler}=require(a23_0x2e31ba(0xda)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{PLAYWRIGHT_HUB_URL}=require(a23_0x2e31ba(0x1c6)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0x2e31ba(0x1bb)),{setAccessibilityPlaywrightCapabilities}=require(a23_0x2e31ba(0x18a)),SessionHandler=require(a23_0x2e31ba(0x1fe));async function requireOrImportDefaultObject(_0x4e3682){const _0x196f98=a23_0x2e31ba,_0x21ad3b={'cLhby':function(_0x2baf39){return _0x2baf39();},'cdXdt':function(_0x4387ca,_0x874d10){return _0x4387ca(_0x874d10);},'SBVMa':function(_0x1d2a9a,_0x1f7c31){return _0x1d2a9a===_0x1f7c31;},'wOXWe':_0x196f98(0x1e5),'xSCru':function(_0x742c18,_0x2e3acf){return _0x742c18 in _0x2e3acf;},'cAFXf':_0x196f98(0xcf)},{requireOrImport:_0x178017}=helper['requireModule'](_0x21ad3b[_0x196f98(0x1dd)](getTransformPath));let _0x10e63a=await _0x21ad3b[_0x196f98(0x217)](_0x178017,_0x4e3682);if(_0x10e63a&&_0x21ad3b[_0x196f98(0x116)](typeof _0x10e63a,_0x21ad3b[_0x196f98(0xe5)])&&_0x21ad3b[_0x196f98(0x123)](_0x21ad3b[_0x196f98(0x22b)],_0x10e63a))_0x10e63a=_0x10e63a[_0x21ad3b['cAFXf']];return _0x10e63a;}const getUserPlaywrightConfig=async(_0x33a42b,_0x534ef0)=>{const _0x28e00a=a23_0x2e31ba,_0x625d06={'AmnBM':_0x28e00a(0xf8),'ZdDdW':function(_0x54448c,_0x586f98){return _0x54448c(_0x586f98);},'HMUwN':function(_0x3e565d){return _0x3e565d();},'GlsdU':function(_0x308f1b,_0x42cfdd){return _0x308f1b(_0x42cfdd);},'xlXEy':function(_0x4523dc,_0x5ec956){return _0x4523dc===_0x5ec956;},'YOwYY':'oRfpG','uSfSM':function(_0x8c3c00,_0x154bfb){return _0x8c3c00!==_0x154bfb;},'DWWJl':_0x28e00a(0xdd),'YlViI':_0x28e00a(0x18c),'lcbDh':function(_0x2b8c41,_0x1a867e){return _0x2b8c41!==_0x1a867e;},'aRkjn':_0x28e00a(0xbd),'qyVWp':_0x28e00a(0xdf),'jHQbB':function(_0x2f0e6a,_0x2e919e){return _0x2f0e6a!==_0x2e919e;},'BzmYh':_0x28e00a(0x127),'Zmoxq':_0x28e00a(0x223),'LaOvq':_0x28e00a(0x237),'gxNlH':function(_0x268a98,_0x108a3){return _0x268a98!==_0x108a3;},'PlVRe':_0x28e00a(0x1a9),'SlIfC':_0x28e00a(0x122)},_0x5e74fe=!helper['isUndefined'](_0x33a42b[_0x28e00a(0x206)]),_0xce52a3=_0x5e74fe?path[_0x28e00a(0x238)](process[_0x28e00a(0xe1)](),_0x33a42b[_0x28e00a(0x206)]):process[_0x28e00a(0xe1)](),{resolveConfigFile:_0x155d91}=helper[_0x28e00a(0x228)](_0x625d06['HMUwN'](getConfigLoaderPath)),_0x3e4df2=_0x625d06[_0x28e00a(0x1cb)](_0x155d91,_0xce52a3);let _0x1314fb={};if(_0x3e4df2){if(_0x625d06['xlXEy'](_0x625d06[_0x28e00a(0x117)],_0x625d06['YOwYY'])){logger[_0x28e00a(0xed)](_0x28e00a(0xc5)+_0x3e4df2);try{_0x625d06[_0x28e00a(0x156)](_0x625d06[_0x28e00a(0x22e)],_0x625d06[_0x28e00a(0x100)])?_0x1314fb=await _0x625d06[_0x28e00a(0x187)](requireOrImportDefaultObject,_0x3e4df2):_0x2611a8[_0x625d06[_0x28e00a(0xcc)]]=[[_0x281f94[_0x625d06[_0x28e00a(0xcc)]]],_0x5bc46b];}catch(_0x411575){if(_0x625d06[_0x28e00a(0xb8)](_0x625d06[_0x28e00a(0x159)],_0x625d06['aRkjn']))_0x234556[_0x28e00a(0x13f)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x58d77c);else return logger[_0x28e00a(0x1e1)](_0x625d06[_0x28e00a(0x20a)],_0x411575),null;}}else{_0x625d06[_0x28e00a(0x187)](_0x316ebe,_0x56452d);return;}}else _0x625d06['jHQbB'](_0x625d06[_0x28e00a(0x198)],_0x625d06['Zmoxq'])?logger[_0x28e00a(0xed)](_0x625d06[_0x28e00a(0x20b)]):_0x2c7c57[_0x625d06[_0x28e00a(0xcc)]]=[_0x4d2fb2];if(_0x5e74fe){if(_0x625d06['gxNlH'](_0x625d06['PlVRe'],_0x625d06['PlVRe']))_0x73c3e3=_0x2b000d;else{const _0x469b92=_0x534ef0['findIndex'](_0xb44ba2=>_0xb44ba2===_0x28e00a(0xf6)||_0xb44ba2==='-c'||_0xb44ba2[_0x28e00a(0x203)](_0x28e00a(0x122)));_0x534ef0['splice'](_0x469b92,_0x534ef0[_0x469b92]['startsWith'](_0x625d06[_0x28e00a(0x11d)])?0x1:0x2);}}const _0x3494f1={};return _0x3494f1[_0x28e00a(0x13a)]=_0x3e4df2,_0x3494f1[_0x28e00a(0x206)]=_0x1314fb,_0x3494f1;},setGlobalSetup=(_0x57c533,_0x208f86)=>{const _0x49a1b0=a23_0x2e31ba,_0x10824b={'Ndxuf':function(_0x46cd68,_0x14572b){return _0x46cd68+_0x14572b;},'YcECG':_0x49a1b0(0x1cd),'KMRwE':function(_0x39eca0,_0x4fafdb){return _0x39eca0(_0x4fafdb);},'sgHON':_0x49a1b0(0x13b),'qUAPZ':'false','RTRmC':_0x49a1b0(0x139),'zpvMI':function(_0x499c17,_0x2948ef){return _0x499c17+_0x2948ef;},'cqmpc':_0x49a1b0(0x1b9),'kJxcy':_0x49a1b0(0x146),'fvdxW':'testDir','RDjsA':function(_0x3f1ab2,_0x1431ab){return _0x3f1ab2!==_0x1431ab;},'FLDke':_0x49a1b0(0x204),'pDVYf':function(_0x5a2152,_0x161f9a){return _0x5a2152===_0x161f9a;},'QimeI':_0x49a1b0(0x192),'zwLtN':_0x49a1b0(0xf9),'XkTrh':_0x49a1b0(0x1b8),'zvaEt':function(_0x179814,_0x2e6fd1){return _0x179814!==_0x2e6fd1;},'fIAJP':_0x49a1b0(0x138),'cvSZi':_0x49a1b0(0x140),'IVaRd':'QUwIW','lFqug':_0x49a1b0(0x1d2),'TXjYE':function(_0x4beac4,_0x397010){return _0x4beac4===_0x397010;},'tRDGm':_0x49a1b0(0x1bd),'SfxUe':'./globalSetup.js'};if(!_0x57c533)return![];try{if(_0x10824b[_0x49a1b0(0xb7)](_0x10824b[_0x49a1b0(0x1f8)],_0x10824b[_0x49a1b0(0x1f8)]))_0x195bfd['error'](_0x10824b['Ndxuf'](_0x10824b[_0x49a1b0(0x14b)],_0x10824b[_0x49a1b0(0x216)](_0xe3c690,_0x1143f8)));else{if(_0x57c533['globalSetup']){if(_0x10824b[_0x49a1b0(0x1b4)](_0x10824b['QimeI'],_0x10824b[_0x49a1b0(0x1d5)]))_0x21ead9[_0x49a1b0(0x162)]('('+_0x10e984[_0x49a1b0(0xd6)]()+')');else{let _0x4a7b8f;const _0x1dec84=path[_0x49a1b0(0x238)](_0x208f86,_0x57c533[_0x10824b[_0x49a1b0(0x18f)]]);if(fs[_0x49a1b0(0xd5)](_0x1dec84))_0x10824b[_0x49a1b0(0x1ae)](_0x10824b['fIAJP'],_0x10824b[_0x49a1b0(0x129)])?_0x4a7b8f=_0x1dec84:_0x3b85f1['project'][_0x10824b[_0x49a1b0(0xba)]]=_0x32316c[_0x10824b[_0x49a1b0(0xba)]];else{if(_0x10824b[_0x49a1b0(0x1b4)](_0x10824b[_0x49a1b0(0x1a8)],_0x10824b[_0x49a1b0(0x1a8)])){const _0x3a2217={};_0x3a2217[_0x49a1b0(0x205)]=[_0x208f86],_0x4a7b8f=require['resolve'](_0x57c533[_0x10824b[_0x49a1b0(0x18f)]],_0x3a2217);}else _0x59ee31['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x10824b[_0x49a1b0(0x15e)],_0x5e46c8=_0x47728c[_0x49a1b0(0x202)](_0x1a574c=>_0x1a574c!=='--disable-test-observability');}if(!_0x4a7b8f)throw new Error(_0x10824b['lFqug']);process[_0x49a1b0(0xc7)][_0x49a1b0(0x1c8)]=_0x4a7b8f;}}}}catch(_0x179b18){_0x10824b[_0x49a1b0(0x166)](_0x10824b[_0x49a1b0(0x226)],_0x10824b[_0x49a1b0(0x226)])?logger[_0x49a1b0(0x1e1)](_0x10824b[_0x49a1b0(0xb9)](_0x10824b[_0x49a1b0(0x14b)],_0x10824b[_0x49a1b0(0x216)](format,_0x179b18))):(_0x15e7e6[_0x49a1b0(0x178)](_0x57ba2e=>{const _0x5a729a=_0x49a1b0,_0x33ae66={'MQhKT':_0x10824b[_0x5a729a(0x180)],'mLRoc':function(_0x5b856d,_0x17d5df){const _0x4248b5=_0x5a729a;return _0x10824b[_0x4248b5(0xb9)](_0x5b856d,_0x17d5df);},'lfYkv':function(_0x1f49a6,_0xf42146){return _0x10824b['KMRwE'](_0x1f49a6,_0xf42146);},'gqTKQ':_0x10824b[_0x5a729a(0xd1)],'LfHLJ':_0x10824b['kJxcy']};_0x270a9b[_0x5a729a(0x178)](_0x190f9f=>{const _0x2f958f=_0x5a729a,_0x16f7ba={};_0x16f7ba[_0x33ae66[_0x2f958f(0xc9)]]={'connectOptions':{'wsEndpoint':_0x33ae66[_0x2f958f(0x163)](_0x3df5a3,_0x33ae66['lfYkv'](_0x1aaefb,_0x5a1185[_0x2f958f(0x14f)](_0x190f9f)))}},_0x16f7ba[_0x33ae66[_0x2f958f(0x21e)]]=_0x57ba2e,_0x2e7f66[_0x33ae66[_0x2f958f(0x158)]][_0x2f958f(0x162)](_0x16f7ba);});}),_0x3798ca[_0x10824b[_0x49a1b0(0xd1)]]='',_0x4b292f[_0x10824b[_0x49a1b0(0x18e)]]='');}return _0x57c533[_0x49a1b0(0x1b8)]=require[_0x49a1b0(0x238)](_0x10824b[_0x49a1b0(0x1b2)]),!![];},addReporter=_0x31bc58=>{const _0x1a2883=a23_0x2e31ba,_0x3ed693={};_0x3ed693[_0x1a2883(0x213)]=_0x1a2883(0x122),_0x3ed693[_0x1a2883(0xe7)]=_0x1a2883(0x144),_0x3ed693[_0x1a2883(0xd0)]='reporter',_0x3ed693[_0x1a2883(0xd7)]=function(_0x592d42,_0x23b121){return _0x592d42===_0x23b121;},_0x3ed693[_0x1a2883(0x21b)]=_0x1a2883(0x11f),_0x3ed693[_0x1a2883(0x10f)]=function(_0x310962,_0x1367d8){return _0x310962===_0x1367d8;},_0x3ed693[_0x1a2883(0x22f)]=_0x1a2883(0x1e5),_0x3ed693[_0x1a2883(0x222)]=function(_0x6f5a30,_0x398b01){return _0x6f5a30!==_0x398b01;},_0x3ed693['RiTYI']='LeKYE',_0x3ed693[_0x1a2883(0x1d4)]=_0x1a2883(0x1d1),_0x3ed693[_0x1a2883(0xef)]='NtxhJ',_0x3ed693[_0x1a2883(0x108)]=_0x1a2883(0x155);const _0x41e887=_0x3ed693,_0x5639c5=path[_0x1a2883(0x114)](__dirname,_0x41e887[_0x1a2883(0xe7)]),_0x21a17c=[_0x5639c5];if(helper[_0x1a2883(0x1ee)](_0x31bc58[_0x41e887[_0x1a2883(0xd0)]])){if(_0x41e887['WaRGs'](_0x41e887[_0x1a2883(0x164)],_0x41e887[_0x1a2883(0x164)])){const _0x2c1549=_0x1c351e[_0x1a2883(0xc2)](_0x4a4c09=>_0x4a4c09===_0x1a2883(0xf6)||_0x4a4c09==='-c'||_0x4a4c09['startsWith'](_0x1a2883(0x122)));_0x5b3a4f[_0x1a2883(0x14d)](_0x2c1549,_0x27e07d[_0x2c1549]['startsWith'](_0x41e887['NuwGE'])?0x1:0x2);}else _0x31bc58[_0x41e887[_0x1a2883(0xd0)]]=[_0x21a17c];}else{if(_0x41e887[_0x1a2883(0xd7)](typeof _0x31bc58[_0x41e887[_0x1a2883(0xd0)]],_0x41e887[_0x1a2883(0x21b)])){if(_0x41e887[_0x1a2883(0xd7)](_0x41e887['gIDSP'],_0x41e887[_0x1a2883(0x1d4)]))_0x31bc58[_0x41e887[_0x1a2883(0xd0)]]=[[_0x31bc58[_0x41e887['PbRga']]],_0x21a17c];else{const _0xbe339b=_0x1bbcbc[_0x1a2883(0x114)](_0x96e051,_0x41e887['chEsQ']),_0x1df87b=[_0xbe339b];if(_0x56a883[_0x1a2883(0x1ee)](_0x24c155[_0x41e887[_0x1a2883(0xd0)]]))_0xe25e04[_0x41e887[_0x1a2883(0xd0)]]=[_0x1df87b];else{if(_0x41e887[_0x1a2883(0xd7)](typeof _0x2e2cf0[_0x41e887['PbRga']],_0x41e887[_0x1a2883(0x21b)]))_0x274fee[_0x41e887['PbRga']]=[[_0x57971c[_0x41e887[_0x1a2883(0xd0)]]],_0x1df87b];else _0x41e887[_0x1a2883(0x10f)](typeof _0x319bc4[_0x41e887[_0x1a2883(0xd0)]],_0x41e887['KXjrL'])&&_0x349706[_0x41e887[_0x1a2883(0xd0)]]['push'](_0x1df87b);}}}else _0x41e887[_0x1a2883(0x10f)](typeof _0x31bc58[_0x41e887[_0x1a2883(0xd0)]],_0x41e887[_0x1a2883(0x22f)])&&(_0x41e887['WaRGs'](_0x41e887['vyYuJ'],_0x41e887[_0x1a2883(0x108)])?_0x31bc58[_0x41e887['PbRga']][_0x1a2883(0x162)](_0x21a17c):_0x12b129[_0x1a2883(0xc7)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x511b14[_0x1a2883(0x14f)](_0x223043[_0x1a2883(0x206)]['accessibilityOptions']));}},handleO11yRerun=_0x36c502=>{const _0x5e8e16=a23_0x2e31ba,_0x70283={'TipVS':function(_0x4c6a5f,_0x339cbb){return _0x4c6a5f(_0x339cbb);},'xtnLA':function(_0x2af188,_0x5d0993){return _0x2af188!==_0x5d0993;},'DstIv':_0x5e8e16(0x220),'elKnj':_0x5e8e16(0x107),'jBQUF':_0x5e8e16(0xbe),'plqNx':_0x5e8e16(0x1ff),'Cqxoz':function(_0x36b838,_0x4a1c07){return _0x36b838===_0x4a1c07;},'FLmAo':_0x5e8e16(0x1a6),'pucKW':'DKXwJ','ZMTog':'--grep'},_0xb4b3e9=helper[_0x5e8e16(0x1c9)](process[_0x5e8e16(0xc7)][_0x5e8e16(0xd3)]);if(_0xb4b3e9){if(_0x70283[_0x5e8e16(0x1ce)](_0x70283[_0x5e8e16(0x1af)],_0x70283[_0x5e8e16(0x149)])){const _0x360040=process[_0x5e8e16(0xc7)]['BROWSERSTACK_RERUN_TESTS'],_0x1f5bdb=[];_0x70283['xtnLA'](_0x360040,_0x70283[_0x5e8e16(0x189)])&&_0x70283[_0x5e8e16(0x1ce)](_0x360040,null)&&(_0x70283[_0x5e8e16(0x17a)](_0x70283[_0x5e8e16(0x1b7)],_0x70283['pucKW'])?(_0x4749da=!![],_0x126c72[_0x5e8e16(0xc7)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x12f7c4[_0x5e8e16(0x206)][_0x5e8e16(0x19b)]):_0x360040['split'](',')[_0x5e8e16(0x221)](_0x560c50=>{const _0x404384=_0x5e8e16,_0x5d8eb5={'kNkFn':function(_0x24abc2,_0x5689e0){const _0x3b9c9c=a23_0x29a9;return _0x70283[_0x3b9c9c(0x235)](_0x24abc2,_0x5689e0);}};if(_0x70283[_0x404384(0x1ce)](_0x70283[_0x404384(0xf2)],_0x70283[_0x404384(0xf2)])){_0x5d8eb5[_0x404384(0x186)](_0x40550c,_0x20eb74);return;}else _0x1f5bdb[_0x404384(0x162)]('('+_0x560c50[_0x404384(0xd6)]()+')');}));const _0xe8cf0a='^'+_0x1f5bdb[_0x5e8e16(0x114)]('|')+'$';_0x36c502[_0x5e8e16(0x162)](_0x70283[_0x5e8e16(0x19e)],_0xe8cf0a);}else _0x343e63[_0x5e8e16(0xc7)][_0x5e8e16(0xdc)]=!![];}},spawnOriginalProcess=_0x11a660=>{const _0x31a182=a23_0x2e31ba,_0x5ba474={'orMxJ':function(_0x3cf72c,_0x36dc2d,_0x297d56,_0x394b9c){return _0x3cf72c(_0x36dc2d,_0x297d56,_0x394b9c);},'nBWrz':'npx','XJjtW':_0x31a182(0xde),'VYCvW':function(_0x57973c,_0x4847f8){return _0x57973c===_0x4847f8;},'itwWj':_0x31a182(0x195),'Bkzwr':_0x31a182(0x17f)};_0x5ba474['orMxJ'](spawn,_0x5ba474[_0x31a182(0x12b)],[_0x5ba474[_0x31a182(0x1e0)],..._0x11a660['slice'](0x1)],{'shell':_0x5ba474[_0x31a182(0x1c1)](process[_0x31a182(0x172)],_0x5ba474[_0x31a182(0x1f6)]),'stdio':_0x5ba474[_0x31a182(0xd8)],'cwd':process[_0x31a182(0xe1)]()});},isTestCommand=(_0x4eafae,_0x1453b7)=>{const _0x319ac0=a23_0x2e31ba,_0x594707={};_0x594707[_0x319ac0(0xfd)]=_0x319ac0(0x1b9),_0x594707[_0x319ac0(0x227)]=function(_0x4b2b20,_0x7fd5e6){return _0x4b2b20>_0x7fd5e6;},_0x594707[_0x319ac0(0x17e)]=function(_0x566e66,_0xa4f84f){return _0x566e66===_0xa4f84f;},_0x594707[_0x319ac0(0x1fa)]=_0x319ac0(0xff),_0x594707['uhxpQ']=function(_0xdbca3e,_0x50089d){return _0xdbca3e!==_0x50089d;},_0x594707[_0x319ac0(0x11b)]=_0x319ac0(0x118);const _0x546af0=_0x594707;if(_0x546af0['pUMCc'](_0x1453b7[_0x319ac0(0x1a3)],0x1)&&_0x546af0[_0x319ac0(0x17e)](_0x1453b7[0x1],_0x546af0[_0x319ac0(0x1fa)])){if(_0x546af0[_0x319ac0(0x1d9)](_0x546af0[_0x319ac0(0x11b)],_0x546af0['BHYav']))_0x38107a[_0x319ac0(0x1d3)][_0x546af0['ZxjrH']]=_0x5109cc[_0x546af0['ZxjrH']];else return!![];}return![];},initO11yCrashReporter=(_0xcb0120,_0x33ae28)=>{const _0x50eac9=a23_0x2e31ba,_0x597648={'KABaR':function(_0x41e236,_0x48c835){return _0x41e236(_0x48c835);}},_0x929d04={'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x597648['KABaR'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0x50eac9(0x20d)](_0x929d04,_0xcb0120,_0x33ae28);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0xa81678){const _0x259a59=a23_0x2e31ba,_0x2f469a={'OcSUy':_0x259a59(0x1b8),'ZguGS':function(_0x5818de,_0x3a0dff){return _0x5818de(_0x3a0dff);},'lNUwG':function(_0x322acb,_0x2ee932){return _0x322acb>_0x2ee932;},'QlXIK':function(_0x2d942f,_0x1f0c86){return _0x2d942f===_0x1f0c86;},'fvJnx':function(_0x235be4,_0x183ac8){return _0x235be4!==_0x183ac8;},'RHSqS':_0x259a59(0x179),'HQkSj':_0x259a59(0x1ac)},_0x39cf5b=await SessionHandler['launch'](_0xa81678,{'frameworkName':FRAMEWORKS[_0x259a59(0x120)],'frameworkVersion':_0x2f469a[_0x259a59(0x1a1)](getFrameworkVersion,FRAMEWORKS[_0x259a59(0x120)])});if(!_0x39cf5b||_0x2f469a[_0x259a59(0x1a2)](_0x39cf5b['length'],0x1)&&_0x2f469a[_0x259a59(0x169)](_0x39cf5b[0x0],null)){if(_0x2f469a[_0x259a59(0x1ab)](_0x2f469a[_0x259a59(0x110)],_0x2f469a[_0x259a59(0xcb)]))return process[_0x259a59(0xc7)][_0x259a59(0x124)]=![],![];else{const _0x3f8f51={};_0x3f8f51['paths']=[_0x197c7f],_0x609b9f=_0x1b35de[_0x259a59(0x238)](_0x5a0eab[_0x2f469a['OcSUy']],_0x3f8f51);}}return!![];});function checkAccessibilityPlatformConfig(_0x3ed5ac){const _0x139501=a23_0x2e31ba,_0x12f083={'asHMh':'use','WpfuX':function(_0x84d664,_0x333ad4){return _0x84d664+_0x333ad4;},'kngFv':function(_0x2ab8c1,_0x2bea51){return _0x2ab8c1(_0x2bea51);},'aSwty':_0x139501(0x146),'dRfbg':function(_0x154730,_0x458e8e){return _0x154730+_0x458e8e;},'VBvpW':function(_0x3f895e,_0x291f8c){return _0x3f895e(_0x291f8c);},'gnJQi':_0x139501(0x207),'dJzda':function(_0x1cc8d4,_0xe50d57){return _0x1cc8d4===_0xe50d57;},'fFUSN':'VifCP','PEIra':function(_0x86aa98,_0x4b24aa){return _0x86aa98!==_0x4b24aa;},'bSvfT':_0x139501(0x12c),'ZZmhH':_0x139501(0xde),'AqWcQ':function(_0x2c0432,_0x39374b){return _0x2c0432!==_0x39374b;},'qgjhd':_0x139501(0x1e2),'pyzwu':function(_0x1dfe52,_0x11111e){return _0x1dfe52!==_0x11111e;},'BxrVX':_0x139501(0x135),'ZevvK':'ktSLO'};let _0x50db9b=![];try{_0x12f083[_0x139501(0xe6)](_0x12f083[_0x139501(0x210)],_0x12f083[_0x139501(0x210)])?_0x54745d['forEach'](_0x12280a=>{const _0x47bc86=_0x139501,_0x6c0444={};_0x6c0444[_0x12f083[_0x47bc86(0xbf)]]={'connectOptions':{'wsEndpoint':_0x12f083[_0x47bc86(0xe0)](_0x225bb2,_0x12f083['kngFv'](_0x35c78c,_0x2069e3['stringify'](_0x12280a)))}},_0xfccb[_0x12f083['aSwty']][_0x47bc86(0x162)](_0x6c0444);}):_0x3ed5ac[_0x139501(0x201)][_0x139501(0x178)](_0x4fed17=>{const _0x57c523=_0x139501,_0x28df3f={'kaouU':_0x12f083['asHMh'],'xLSOi':function(_0x1f6454,_0x121620){const _0x5f1ee3=a23_0x29a9;return _0x12f083[_0x5f1ee3(0x23a)](_0x1f6454,_0x121620);},'LCrSx':function(_0x4efe51,_0x1311da){const _0x2d3f0d=a23_0x29a9;return _0x12f083[_0x2d3f0d(0x224)](_0x4efe51,_0x1311da);},'gsSNU':_0x12f083[_0x57c523(0x115)],'RPopr':_0x12f083[_0x57c523(0x21d)]};if(_0x12f083[_0x57c523(0xc0)](_0x12f083[_0x57c523(0x1cf)],_0x12f083[_0x57c523(0x1cf)])){if(helper[_0x57c523(0x1c9)](_0x4fed17[_0x57c523(0x19b)])){if(_0x12f083[_0x57c523(0x1db)](_0x12f083[_0x57c523(0x1c4)],_0x12f083['bSvfT'])){const _0x4bb527={};_0x4bb527[_0x28df3f[_0x57c523(0x1f3)]]={'connectOptions':{'wsEndpoint':_0x28df3f[_0x57c523(0x121)](_0x300cc5,_0x28df3f[_0x57c523(0x199)](_0xb27556,_0x22ea5d['stringify'](_0x5a6573)))}},_0x512409[_0x28df3f[_0x57c523(0x1de)]][_0x57c523(0x162)](_0x4bb527);}else return _0x50db9b=!![],!![];}}else _0x22492c[_0x57c523(0xc7)][_0x57c523(0xdc)]=_0x24f257[_0x57c523(0x161)][_0x57c523(0x229)](_0x28df3f[_0x57c523(0x15f)])||!![];});}catch(_0x5c718a){_0x12f083[_0x139501(0x22d)](_0x12f083['BxrVX'],_0x12f083[_0x139501(0xc8)])?logger[_0x139501(0x13f)](_0x139501(0xc6)+_0x5c718a):_0x1b87e7[_0x139501(0x162)](_0x4b8376['modifyBrowserStackCaps'](_0x2167bb[_0x139501(0x206)],_0x12f083[_0x139501(0x171)],_0x1c0032));}return _0x50db9b;}async function run(_0x504677,_0x51f49f){const _0x35e722=a23_0x2e31ba,_0x457635={'VtKOw':_0x35e722(0x237),'rWXir':function(_0x1730fe,_0x462bcf){return _0x1730fe>_0x462bcf;},'KpLdu':function(_0x513608,_0x20ef7a){return _0x513608===_0x20ef7a;},'LsYqH':_0x35e722(0xff),'abpWd':function(_0x672e60,_0x4fb2d9){return _0x672e60(_0x4fb2d9);},'dXbIN':_0x35e722(0x1ba),'UxPBM':_0x35e722(0x139),'qsJnY':function(_0x59b5ce,_0x30e4bf){return _0x59b5ce+_0x30e4bf;},'LRfyN':_0x35e722(0x1b9),'qgOfk':_0x35e722(0x146),'tlBSc':function(_0x442a86,_0x10a846){return _0x442a86(_0x10a846);},'skQrk':_0x35e722(0xc3),'kkgGE':_0x35e722(0x1c2),'MvrXh':_0x35e722(0x132),'TBtWF':function(_0x34b9f7,_0x27a3e0){return _0x34b9f7!==_0x27a3e0;},'ZRNly':_0x35e722(0x1ff),'ibIBB':'--grep','naChe':function(_0x1ac0a0,_0x439581){return _0x1ac0a0+_0x439581;},'VrFjR':_0x35e722(0x1b8),'QoalQ':_0x35e722(0x1d2),'qizHY':function(_0x111bda,_0x1f2c67){return _0x111bda(_0x1f2c67);},'ZThEt':_0x35e722(0x1d8),'UcsJE':_0x35e722(0x17c),'ziywL':_0x35e722(0x1be),'YAwEy':_0x35e722(0x1c5),'LtMOP':'playwright','yNkfq':function(_0x440528,_0x13d3fd,_0x1a336,_0x3948d3){return _0x440528(_0x13d3fd,_0x1a336,_0x3948d3);},'ptLkM':_0x35e722(0x15a),'mctEC':function(_0x18249b,_0x4bf6b9){return _0x18249b===_0x4bf6b9;},'cjAuf':_0x35e722(0x195),'tKatD':_0x35e722(0x17f),'bYkfN':_0x35e722(0xf8),'VFKqe':_0x35e722(0x1df),'PkayI':function(_0x367601,_0x15fcf8){return _0x367601+_0x15fcf8;},'woqcM':function(_0x1e09de,_0x32e887){return _0x1e09de(_0x32e887);},'MdNIc':'kBSuJ','ZKFRC':function(_0x26ce28,_0x27f1cd){return _0x26ce28!==_0x27f1cd;},'Kynjy':function(_0x5db5b7,_0x28ebd7){return _0x5db5b7===_0x28ebd7;},'ZRmDK':_0x35e722(0x113),'PpRSg':function(_0x1b2010,_0x3ac81b){return _0x1b2010(_0x3ac81b);},'VcYUu':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','zuaxS':_0x35e722(0xf3),'RSkUI':_0x35e722(0x1c7),'aEpWc':'OQqgX','XVHCZ':'--disable-browserstack-automation','rvQWK':function(_0x49b2fb,_0x1c2520){return _0x49b2fb!==_0x1c2520;},'nucsK':_0x35e722(0x145),'tUnQB':_0x35e722(0x106),'DJuqe':function(_0x11611d,_0x15b937){return _0x11611d>=_0x15b937;},'QGmLq':function(_0xfc71de,_0x3e679c){return _0xfc71de===_0x3e679c;},'wMsPy':_0x35e722(0x185),'SHWGW':_0x35e722(0x1bf),'RTQax':function(_0x4485fd,_0x56282a,_0x2d6961){return _0x4485fd(_0x56282a,_0x2d6961);},'tHvOb':'xlwZG','qhWWg':_0x35e722(0x1fc),'gmaeI':function(_0x34af3f,_0x36efcc){return _0x34af3f(_0x36efcc);},'ZgnUm':'tLtsG','eVdvr':'automation','apgrj':function(_0x2771e2,_0x525f93){return _0x2771e2===_0x525f93;},'BvJTM':_0x35e722(0x150),'JpfWy':_0x35e722(0xcd),'wwEHc':function(_0x4a5134,_0x180637){return _0x4a5134!=_0x180637;},'yElBn':_0x35e722(0x19a),'GnRpy':_0x35e722(0x14e),'XsXtR':function(_0x8631b2,_0x5baf65){return _0x8631b2===_0x5baf65;},'TqUaJ':'PnJEA','DzLfS':_0x35e722(0x10d),'nlLqB':function(_0x58981d,_0x3d985e){return _0x58981d===_0x3d985e;},'gvPQO':_0x35e722(0xe3),'pfrqR':_0x35e722(0x14c),'sQydg':function(_0x5ce730,_0x286f45,_0x142f86){return _0x5ce730(_0x286f45,_0x142f86);},'iXrVA':function(_0x119898,_0x55cdf3){return _0x119898===_0x55cdf3;},'bWdaP':_0x35e722(0x208),'CGNvW':'ptuqD','faHCU':function(_0x477571,_0x1b1131,_0x452caa){return _0x477571(_0x1b1131,_0x452caa);},'RNaPY':function(_0x4a4e1c,_0x10e84a){return _0x4a4e1c===_0x10e84a;},'GQeAZ':'qHWpi','vyVey':_0x35e722(0xfc),'foZXF':_0x35e722(0x160),'PDkme':_0x35e722(0x105),'zLNgk':function(_0x11f964,_0x4a72ab){return _0x11f964(_0x4a72ab);},'OooOi':function(_0x4c3a11,_0x29dd6e){return _0x4c3a11===_0x29dd6e;},'GVlhv':_0x35e722(0x1e6),'yxwWn':function(_0x542b41,_0x3e866c){return _0x542b41(_0x3e866c);},'JmFol':function(_0x5d80b8,_0x1032e2){return _0x5d80b8!==_0x1032e2;},'msdEM':_0x35e722(0x234),'FLvAg':_0x35e722(0x1f5),'aXcDE':function(_0x1e5eba,_0x17dbd8,_0x5dd312){return _0x1e5eba(_0x17dbd8,_0x5dd312);},'IWAOj':_0x35e722(0x1e9),'uYvqf':function(_0x162680,_0x438078){return _0x162680(_0x438078);},'QMOOe':function(_0x1de886,_0x3b9343){return _0x1de886===_0x3b9343;},'LBrNW':function(_0x43c458,_0x53c8db){return _0x43c458===_0x53c8db;},'VKJOR':_0x35e722(0x168),'dzNqt':'VVRxU','hUXbL':function(_0x15f3f4,_0x10d187){return _0x15f3f4!==_0x10d187;},'EUACp':_0x35e722(0x16c),'iKzYT':'tLcWU','vpKhG':_0x35e722(0xf5),'PkVkh':_0x35e722(0xbc),'zMati':function(_0x48a960,_0x5c46d7){return _0x48a960!==_0x5c46d7;},'cukUH':'VrKiO','pJzME':_0x35e722(0xe9),'PkgOz':'wPyeK','YffKN':'testIgnore','SKzjK':_0x35e722(0x104),'PkUSc':function(_0x598801,_0x572ed6){return _0x598801===_0x572ed6;},'OnBxX':_0x35e722(0x143),'PDuqX':'oPsJv','dCfsb':function(_0x40c428,_0x430381){return _0x40c428!==_0x430381;},'YugCL':_0x35e722(0xea),'JMDhR':_0x35e722(0x22a),'DLgUb':function(_0x14c5ff,_0x3e7e40){return _0x14c5ff*_0x3e7e40;},'NOyxJ':'workers','qSFsR':_0x35e722(0xc1),'bdEZR':function(_0x4e6c8e,_0x1c208a){return _0x4e6c8e===_0x1c208a;},'xBTiC':_0x35e722(0x194),'dIkLf':'module.exports\x20=\x20','WVlxG':function(_0x1960b1,_0x5d926a){return _0x1960b1+_0x5d926a;},'LfaoD':function(_0x11258e,_0x37f8b4,_0x1ccc82,_0x492683){return _0x11258e(_0x37f8b4,_0x1ccc82,_0x492683);},'SsVit':_0x35e722(0xf6),'AYbVj':_0x35e722(0x1ad)};!helper[_0x35e722(0x15b)](process[_0x35e722(0xc7)][_0x35e722(0xdc)])&&(_0x457635['TBtWF'](_0x457635[_0x35e722(0x1e3)],_0x457635[_0x35e722(0x10c)])?process[_0x35e722(0xc7)]['BROWSERSTACK_AUTOMATION']=!![]:_0xe3b4f2[_0x35e722(0xed)](_0x457635[_0x35e722(0x233)]));if(process[_0x35e722(0x1f1)][_0x35e722(0x175)](_0x457635[_0x35e722(0x1f2)])){if(_0x457635[_0x35e722(0xf0)](_0x457635[_0x35e722(0x236)],_0x457635[_0x35e722(0x236)])){if(_0x457635[_0x35e722(0x151)](_0x289849[_0x35e722(0x1a3)],0x1)&&_0x457635[_0x35e722(0x18d)](_0x57c067[0x1],_0x457635[_0x35e722(0x11e)]))return!![];return![];}else process[_0x35e722(0xc7)][_0x35e722(0xdc)]=_0x457635[_0x35e722(0x1dc)],_0x51f49f=_0x51f49f[_0x35e722(0x202)](_0x2bd4ee=>_0x2bd4ee!==_0x35e722(0x1da));}const _0x1c20c9=_0x51f49f['indexOf'](_0x457635[_0x35e722(0x111)]);if(_0x457635[_0x35e722(0x101)](_0x1c20c9,0x0)){if(_0x457635[_0x35e722(0xfe)](_0x457635[_0x35e722(0x109)],_0x457635['SHWGW'])){_0x457635[_0x35e722(0xe8)](_0x1d8e2d,_0x32f869);return;}else process[_0x35e722(0xc7)][_0x35e722(0x124)]=_0x457635[_0x35e722(0x1dc)],_0x51f49f=_0x51f49f[_0x35e722(0x202)](_0xb469b6=>_0xb469b6!==_0x35e722(0x106));}if(!_0x457635['RTQax'](isTestCommand,_0x504677,_0x51f49f)){if(_0x457635['ZKFRC'](_0x457635[_0x35e722(0x1e4)],_0x457635[_0x35e722(0x21f)])){_0x457635[_0x35e722(0x1d7)](spawnOriginalProcess,_0x51f49f);return;}else{_0x5adef5['error'](_0x457635['dXbIN']);return;}}const _0xb255c=new BrowserStackSetup(_0x504677,FRAMEWORKS[_0x35e722(0x120)]);if(!_0xb255c['config']){if(_0x457635['mctEC'](_0x457635[_0x35e722(0x16e)],_0x457635['ZgnUm'])){logger[_0x35e722(0x1e1)](_0x457635[_0x35e722(0xd2)]);return;}else{const _0x4e57dd={};_0x4e57dd[_0x457635[_0x35e722(0x181)]]={'connectOptions':{'wsEndpoint':_0x457635[_0x35e722(0x10b)](_0x3170a3,_0x457635['abpWd'](_0x5131c8,_0x520ae1['stringify'](_0x289d28)))}},_0x4e57dd[_0x457635[_0x35e722(0x21c)]]=_0x5096df,_0x45dbac[_0x457635[_0x35e722(0x134)]][_0x35e722(0x162)](_0x4e57dd);}}await _0xb255c[_0x35e722(0x20d)]();if(!helper[_0x35e722(0x1ee)](_0xb255c['cliConfig'])&&_0xb255c[_0x35e722(0x161)][_0x35e722(0x1ef)](_0x457635['eVdvr'])){if(_0x457635[_0x35e722(0x1ec)](_0x457635[_0x35e722(0xe4)],_0x457635[_0x35e722(0xca)])){const _0x52b172={'frameworkName':_0xb347a6[_0x35e722(0x120)],'frameworkVersion':_0x457635[_0x35e722(0x177)](_0x2cfcea,_0x29d5ad[_0x35e722(0x120)])};_0x175f4a['initialize'](_0x52b172,_0xb38a9,_0x3d954d);}else process[_0x35e722(0xc7)][_0x35e722(0xdc)]=_0xb255c[_0x35e722(0x161)]['get'](_0x457635['eVdvr'])||!![];}_0x457635[_0x35e722(0x1bc)](_0xb255c['config']['testObservability'],null)&&!helper[_0x35e722(0x1c9)](process[_0x35e722(0xc7)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&(_0x457635[_0x35e722(0x230)](_0x457635['yElBn'],_0x457635[_0x35e722(0x19f)])?process[_0x35e722(0xc7)][_0x35e722(0x124)]=process['env'][_0x35e722(0x124)]||_0xb255c[_0x35e722(0x206)][_0x35e722(0x148)]:_0xedaf76['project'][_0x457635[_0x35e722(0xd9)]]=_0x15012e[_0x457635[_0x35e722(0xd9)]]);const _0x3496b2=!helper[_0x35e722(0x15b)](process[_0x35e722(0xc7)][_0x35e722(0x124)]);let _0x245cd2=![];if(_0xb255c['config']['accessibility']){if(_0x457635['XsXtR'](_0x457635[_0x35e722(0x165)],_0x457635[_0x35e722(0x183)])){if(_0x56a5b2[_0x35e722(0x1c9)](_0x1ad3ed['accessibility']))return _0x175c88=!![],!![];}else _0x245cd2=!![],process['env'][_0x35e722(0xee)]=_0xb255c[_0x35e722(0x206)]['accessibility'];}_0xb255c[_0x35e722(0x206)][_0x35e722(0x141)]&&(_0x457635['nlLqB'](_0x457635[_0x35e722(0x154)],_0x457635[_0x35e722(0x128)])?_0x1e6632=_0x3cd5e7[_0x35e722(0x219)](_0x457635[_0x35e722(0x231)],_0x457635[_0x35e722(0xe2)]):process[_0x35e722(0xc7)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x35e722(0x14f)](_0xb255c['config'][_0x35e722(0x141)]));const _0x58695c=_0x51f49f[_0x35e722(0x137)](),_0x4f2d5b=await _0x457635[_0x35e722(0x142)](getUserPlaywrightConfig,_0x504677,_0x51f49f);if(helper[_0x35e722(0x1ee)](_0x4f2d5b)){if(_0x457635[_0x35e722(0x214)](_0x457635[_0x35e722(0x1f7)],_0x457635[_0x35e722(0x13d)])){const _0xc494ae=_0x3f4767[_0x35e722(0x1c9)](_0x55bf20['env'][_0x35e722(0xd3)]);if(_0xc494ae){const _0x410d33=_0x392c63['env']['BROWSERSTACK_RERUN_TESTS'],_0x66f11f=[];_0x457635[_0x35e722(0x230)](_0x410d33,_0x457635[_0x35e722(0x17d)])&&_0x457635[_0x35e722(0x230)](_0x410d33,null)&&_0x410d33[_0x35e722(0x232)](',')[_0x35e722(0x221)](_0x2578e1=>{const _0x1186cd=_0x35e722;_0x66f11f[_0x1186cd(0x162)]('('+_0x2578e1[_0x1186cd(0xd6)]()+')');});const _0x1f434b='^'+_0x66f11f[_0x35e722(0x114)]('|')+'$';_0x432547['push'](_0x457635[_0x35e722(0x176)],_0x1f434b);}}else{_0x457635[_0x35e722(0xe8)](spawnOriginalProcess,_0x58695c);return;}}const _0x29bc36={..._0x4f2d5b['config']},_0x285b7f=_0x29bc36,_0x191b3f=_0x4f2d5b[_0x35e722(0x13a)]?path[_0x35e722(0x1f4)](_0x4f2d5b[_0x35e722(0x13a)]):process[_0x35e722(0xe1)]();if(!_0x457635[_0x35e722(0x19c)](setGlobalSetup,_0x285b7f,_0x191b3f)){if(_0x457635[_0x35e722(0xfb)](_0x457635[_0x35e722(0x14a)],_0x457635[_0x35e722(0x14a)])){_0x457635[_0x35e722(0xfa)](spawnOriginalProcess,_0x58695c);return;}else _0xa596f1=_0x457635[_0x35e722(0xd4)](_0x35e722(0x11a)+_0x22368f+'\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();',_0x4258fe);}if(_0x3496b2){if(_0x457635[_0x35e722(0x174)](_0x457635[_0x35e722(0x112)],_0x457635[_0x35e722(0x112)])){if(_0x14c9a7[_0x35e722(0x1b8)]){let _0xfc2727;const _0x48ed9a=_0x5a5231['resolve'](_0x1f851a,_0x565d11[_0x457635[_0x35e722(0x197)]]);if(_0x4886e4[_0x35e722(0xd5)](_0x48ed9a))_0xfc2727=_0x48ed9a;else{const _0x5da472={};_0x5da472[_0x35e722(0x205)]=[_0x4f3768],_0xfc2727=_0x3d9b42[_0x35e722(0x238)](_0x59722b[_0x457635[_0x35e722(0x197)]],_0x5da472);}if(!_0xfc2727)throw new _0x51ae8a(_0x457635[_0x35e722(0x211)]);_0x4d4f92[_0x35e722(0xc7)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0xfc2727;}}else{const _0x44bca5=_0x457635['foZXF'][_0x35e722(0x232)]('|');let _0x48ee35=0x0;while(!![]){switch(_0x44bca5[_0x48ee35++]){case'0':_0x457635[_0x35e722(0xfa)](handleO11yRerun,_0x51f49f);continue;case'1':_0x457635[_0x35e722(0x177)](addReporter,_0x285b7f);continue;case'2':logger['info'](_0x457635[_0x35e722(0xeb)]);continue;case'3':await _0x457635['zLNgk'](launchO11ySession,_0xb255c['config']);continue;case'4':_0x457635[_0x35e722(0x19c)](initO11yCrashReporter,_0x285b7f,_0xb255c[_0x35e722(0x206)]);continue;}break;}}}let _0x243c5e=_0x457635[_0x35e722(0x209)](process[_0x35e722(0xc7)][_0x35e722(0xee)],_0x457635[_0x35e722(0x152)]);_0x243c5e=_0x243c5e||_0x457635[_0x35e722(0x133)](checkAccessibilityPlatformConfig,_0xb255c[_0x35e722(0x206)]),process['env'][_0x35e722(0xee)]=_0x243c5e;if(_0x243c5e){if(_0x457635[_0x35e722(0x1ea)](_0x457635['msdEM'],_0x457635[_0x35e722(0x22c)])){const [_0x39daf6,_0x580e9d]=await _0x457635[_0x35e722(0x1ca)](createAccessibilityTestRun,_0xb255c['config'],_0x457635[_0x35e722(0xf7)]);logger[_0x35e722(0x13f)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x580e9d),process[_0x35e722(0xc7)]['BS_A11Y_JWT']=_0x39daf6,process[_0x35e722(0xc7)]['BS_A11Y_TEST_RUN_ID']=_0x580e9d,_0x457635[_0x35e722(0x13e)](setAccessibilityPlaywrightCapabilities,_0xb255c[_0x35e722(0x206)]);}else _0x3b7cab['forEach'](_0x3332f1=>{const _0xe724d6=_0x35e722,_0x273cb1={};_0x273cb1[_0x457635[_0xe724d6(0x181)]]={'connectOptions':{'wsEndpoint':_0x457635[_0xe724d6(0x10b)](_0x2ce0d5,_0x457635[_0xe724d6(0xfa)](_0xa72013,_0x468d2c['stringify'](_0x3332f1)))}},_0x273cb1[_0x457635[_0xe724d6(0x21c)]]=_0x2f58d,_0x57de7f[_0x457635[_0xe724d6(0x134)]][_0xe724d6(0x162)](_0x273cb1);});}(helper['isUndefined'](_0xb255c[_0x35e722(0x206)][_0x35e722(0x201)])||_0x457635['QMOOe'](_0xb255c[_0x35e722(0x206)][_0x35e722(0x201)][_0x35e722(0x1a3)],0x0))&&(_0x457635[_0x35e722(0x218)](_0x457635[_0x35e722(0x23b)],_0x457635['dzNqt'])?(_0x311816[_0x35e722(0xc7)][_0x35e722(0xdc)]=_0x457635[_0x35e722(0x1dc)],_0x22281b=_0x327055[_0x35e722(0x202)](_0x6b497=>_0x6b497!==_0x35e722(0x1da))):process[_0x35e722(0xc7)][_0x35e722(0xdc)]=![]);if(helper[_0x35e722(0x1c9)](process[_0x35e722(0xc7)][_0x35e722(0xdc)])){if(_0x457635[_0x35e722(0x1e8)](_0x457635[_0x35e722(0x167)],_0x457635[_0x35e722(0x131)])){_0x285b7f[_0x457635[_0x35e722(0x134)]]=[];const _0x4f2f1b=[];_0xb255c[_0x35e722(0x206)]['platforms'][_0x35e722(0x178)]((_0x5f2e45,_0x2444bf)=>{const _0x561674=_0x35e722;_0x457635[_0x561674(0x18d)](_0x457635[_0x561674(0x12a)],_0x457635[_0x561674(0x10e)])?_0x477c76[_0x561674(0x13f)](_0x457635[_0x561674(0x103)]):_0x4f2f1b[_0x561674(0x162)](helper['modifyBrowserStackCaps'](_0xb255c[_0x561674(0x206)],_0x457635['LtMOP'],_0x2444bf));});let _0x21816f=[];try{if(_0x457635[_0x35e722(0xf0)](_0x457635[_0x35e722(0x20e)],_0x457635[_0x35e722(0x20e)]))return _0x3a3f1e[_0x35e722(0xc7)][_0x35e722(0x124)]=![],![];else{const _0x5b1af0=helper[_0x35e722(0x228)](_0x457635[_0x35e722(0x13c)]),_0x56af16={};_0x56af16[_0x35e722(0x190)]=!![],_0x56af16[_0x35e722(0xc3)]='',_0x56af16[_0x35e722(0x1b9)]='',_0x56af16[_0x35e722(0x13b)]='';const _0x327393={};_0x327393[_0x35e722(0x1d3)]=_0x56af16;const _0x51ed83=_0x327393;_0x285b7f[_0x457635[_0x35e722(0xd9)]]&&(_0x457635['zMati'](_0x457635['cukUH'],_0x457635[_0x35e722(0x147)])?_0x51ed83[_0x35e722(0x1d3)][_0x457635[_0x35e722(0xd9)]]=_0x285b7f[_0x457635['skQrk']]:_0x39bd28[_0x35e722(0x232)](',')[_0x35e722(0x221)](_0x53ec6f=>{const _0x5b4159=_0x35e722;_0xb3009c[_0x5b4159(0x162)]('('+_0x53ec6f[_0x5b4159(0xd6)]()+')');})),_0x285b7f[_0x457635['LRfyN']]&&(_0x457635[_0x35e722(0x230)](_0x457635[_0x35e722(0x184)],_0x457635[_0x35e722(0x184)])?_0x457635[_0x35e722(0x239)](_0x47ad79,_0x457635[_0x35e722(0x1eb)],[_0x457635['LtMOP'],..._0x983545[_0x35e722(0x1b6)](0x1)],{'shell':_0x457635[_0x35e722(0xf1)](_0x268bd4[_0x35e722(0x172)],_0x457635[_0x35e722(0x20c)]),'stdio':_0x457635['tKatD'],'cwd':_0x5f3e6b[_0x35e722(0xe1)]()}):_0x51ed83[_0x35e722(0x1d3)][_0x457635['LRfyN']]=_0x285b7f[_0x457635['LRfyN']]),_0x285b7f[_0x457635[_0x35e722(0x12e)]]&&(_0x457635[_0x35e722(0x16f)](_0x457635[_0x35e722(0x10a)],_0x457635[_0x35e722(0x10a)])?_0x51ed83[_0x35e722(0x1d3)][_0x457635[_0x35e722(0x12e)]]=_0x285b7f[_0x457635['YffKN']]:_0x1498f1[_0x457635[_0x35e722(0x21a)]][_0x35e722(0x162)](_0x43fc52)),_0x21816f=await _0x5b1af0[_0x35e722(0x17b)](_0x51ed83);}}catch(_0x2b85ee){if(_0x457635[_0x35e722(0xce)](_0x457635[_0x35e722(0x15c)],_0x457635[_0x35e722(0x182)]))return _0x84f2fc=!![],!![];else logger[_0x35e722(0x13f)](_0x457635['UcsJE']);}if(_0x21816f[_0x35e722(0x1a3)])_0x457635[_0x35e722(0x1fb)](_0x457635[_0x35e722(0x19d)],_0x457635[_0x35e722(0x19d)])?_0xac98d7[_0x35e722(0xc7)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x175a09[_0x35e722(0xc7)][_0x35e722(0x124)]||_0x503345[_0x35e722(0x206)]['testObservability']:(_0x21816f['forEach'](_0x57d198=>{const _0x5cc7a1=_0x35e722,_0x8e97bc={'SlFop':function(_0x5090a1,_0x21db78){const _0x18d764=a23_0x29a9;return _0x457635[_0x18d764(0x230)](_0x5090a1,_0x21db78);},'tiGBj':_0x457635[_0x5cc7a1(0x200)],'swQZh':_0x457635[_0x5cc7a1(0x181)],'VciWV':function(_0x535484,_0x490e77){const _0x37ef85=_0x5cc7a1;return _0x457635[_0x37ef85(0x12d)](_0x535484,_0x490e77);},'XiocM':function(_0x309531,_0x32a810){const _0x1d0e6e=_0x5cc7a1;return _0x457635[_0x1d0e6e(0x1d0)](_0x309531,_0x32a810);},'VOSre':_0x457635[_0x5cc7a1(0x21c)],'nkRrk':_0x457635[_0x5cc7a1(0x134)]};_0x457635[_0x5cc7a1(0xf1)](_0x457635[_0x5cc7a1(0x126)],_0x457635[_0x5cc7a1(0x126)])?_0x4f2f1b[_0x5cc7a1(0x178)](_0x39a6e7=>{const _0x4330aa=_0x5cc7a1;if(_0x8e97bc['SlFop'](_0x8e97bc['tiGBj'],_0x8e97bc[_0x4330aa(0x1d6)]))return!![];else{const _0x823fdd={};_0x823fdd[_0x8e97bc[_0x4330aa(0x15d)]]={'connectOptions':{'wsEndpoint':_0x8e97bc[_0x4330aa(0xdb)](PLAYWRIGHT_HUB_URL,_0x8e97bc[_0x4330aa(0x1cc)](encodeURIComponent,JSON[_0x4330aa(0x14f)](_0x39a6e7)))}},_0x823fdd[_0x8e97bc[_0x4330aa(0x125)]]=_0x57d198,_0x285b7f[_0x8e97bc[_0x4330aa(0x1a4)]][_0x4330aa(0x162)](_0x823fdd);}}):_0x21d529[_0x5cc7a1(0x201)]['forEach'](_0x4c9911=>{if(_0x3fd8ef['isTrue'](_0x4c9911['accessibility']))return _0x2c7542=!![],!![];});}),_0x285b7f[_0x457635[_0x35e722(0x21c)]]='',_0x285b7f[_0x457635['skQrk']]='');else{if(_0x457635[_0x35e722(0x1fb)](_0x457635[_0x35e722(0x16d)],_0x457635[_0x35e722(0x16d)])){const _0x48dd0d=_0x39c10e[_0x35e722(0xc7)]['BROWSERSTACK_RERUN_TESTS'],_0xb1d4f8=[];_0x457635[_0x35e722(0x174)](_0x48dd0d,_0x457635[_0x35e722(0x17d)])&&_0x457635[_0x35e722(0x230)](_0x48dd0d,null)&&_0x48dd0d[_0x35e722(0x232)](',')['map'](_0x50bd72=>{const _0x2680be=_0x35e722;_0xb1d4f8['push']('('+_0x50bd72[_0x2680be(0xd6)]()+')');});const _0x5db0b6='^'+_0xb1d4f8[_0x35e722(0x114)]('|')+'$';_0x588e8b[_0x35e722(0x162)](_0x457635[_0x35e722(0x176)],_0x5db0b6);}else _0x4f2f1b[_0x35e722(0x178)](_0x47e522=>{const _0x576320=_0x35e722;if(_0x457635[_0x576320(0x188)](_0x457635['ZRmDK'],_0x457635[_0x576320(0x215)])){const _0x476823={};_0x476823[_0x457635[_0x576320(0x181)]]={'connectOptions':{'wsEndpoint':_0x457635[_0x576320(0xd4)](PLAYWRIGHT_HUB_URL,_0x457635[_0x576320(0x1f0)](encodeURIComponent,JSON[_0x576320(0x14f)](_0x47e522)))}},_0x285b7f[_0x457635[_0x576320(0x134)]][_0x576320(0x162)](_0x476823);}else{let _0x3d150d;const _0x43c67a=_0x188bcd[_0x576320(0x238)](_0x50ee14,_0xebc461[_0x457635[_0x576320(0x197)]]);if(_0x4fdda6[_0x576320(0xd5)](_0x43c67a))_0x3d150d=_0x43c67a;else{const _0x46e8a5={};_0x46e8a5[_0x576320(0x205)]=[_0x4d919a],_0x3d150d=_0x26ed14[_0x576320(0x238)](_0x149124[_0x457635['VrFjR']],_0x46e8a5);}if(!_0x3d150d)throw new _0x1a38a8(_0x457635['QoalQ']);_0x31156d['env'][_0x576320(0x1c8)]=_0x3d150d;}});}const _0x2a4d30=_0x457635['DLgUb'](_0xb255c['config']['platforms'][_0x35e722(0x1a3)]||0x1,_0xb255c[_0x35e722(0x206)][_0x35e722(0x20f)]);_0x285b7f[_0x457635[_0x35e722(0xbb)]]=_0x2a4d30;}else return _0x2251a1[_0x35e722(0x1e1)](_0x457635[_0x35e722(0x130)],_0xca9a53),null;}const _0x21278d=path[_0x35e722(0x114)](_0x4f2d5b[_0x35e722(0x13a)]?path[_0x35e722(0x1f4)](_0x4f2d5b[_0x35e722(0x13a)]):process['cwd'](),_0x457635['qSFsR']),_0x2450ae={};_0x2450ae[_0x35e722(0x1a0)]=null,_0x2450ae['compact']=!![],_0x2450ae['breakLength']=Infinity,_0x2450ae['showHidden']=![];let _0x5294e4=_0x457635[_0x35e722(0x193)](inspect,_0x285b7f,_0x2450ae);_0x5294e4['includes'](_0x457635[_0x35e722(0x231)])&&(_0x457635['bdEZR'](_0x457635[_0x35e722(0xf4)],_0x457635[_0x35e722(0xf4)])?_0x5294e4=_0x5294e4[_0x35e722(0x219)](_0x457635['kkgGE'],_0x457635[_0x35e722(0xe2)]):_0x3151f1[_0x35e722(0xc7)][_0x35e722(0xdc)]=![]);let _0x289dd9=_0x457635['dIkLf'];const _0x4e00f7=helper[_0x35e722(0x1aa)](_0xb255c[_0x35e722(0x206)]);_0x4e00f7&&(_0x289dd9=_0x457635[_0x35e722(0x136)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x4e00f7+_0x35e722(0x1f9),_0x289dd9));helper[_0x35e722(0x212)]({},_0x51f49f),fs[_0x35e722(0x170)](_0x21278d,_0x457635[_0x35e722(0x12d)](_0x289dd9,_0x5294e4));const _0xf3876e=_0x457635['LfaoD'](spawn,_0x457635[_0x35e722(0x1eb)],[_0x457635['LtMOP'],_0x457635[_0x35e722(0x11e)],_0x457635['SsVit'],_0x21278d,..._0x51f49f[_0x35e722(0x1b6)](0x2)],{'shell':_0x457635[_0x35e722(0x188)](process['platform'],_0x457635['cjAuf']),'stdio':_0x457635[_0x35e722(0x102)],'cwd':process[_0x35e722(0xe1)](),'env':{...process[_0x35e722(0xc7)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x35e722(0x1b1)](_0x504677)}});_0xf3876e['on'](_0x457635[_0x35e722(0x1a5)],async _0xcce5fc=>{const _0x4ffeb5=_0x35e722,_0x8705fe=_0x457635[_0x4ffeb5(0xc4)][_0x4ffeb5(0x232)]('|');let _0x4a3bed=0x0;while(!![]){switch(_0x8705fe[_0x4a3bed++]){case'0':await helper['finalExecution'](_0xb255c);continue;case'1':await _0x457635[_0x4ffeb5(0x1f0)](stopAccessibilityTestRun,_0xb255c[_0x4ffeb5(0x206)]);continue;case'2':logger[_0x4ffeb5(0xed)](_0x4ffeb5(0x16a)+_0x21278d);continue;case'3':logger[_0x4ffeb5(0x13f)](_0x4ffeb5(0x12f)+_0xcce5fc);continue;case'4':process[_0x4ffeb5(0x196)]=_0xcce5fc;continue;case'5':fs[_0x4ffeb5(0x153)](_0x21278d);continue;}break;}});}module[a23_0x2e31ba(0x1ed)]=run;
|
|
2
|
+
'use strict';const a23_0xed5c09=a23_0x46d6;(function(_0x4ba8aa,_0x158352){const _0x7dbd85=a23_0x46d6,_0x49d2b7=_0x4ba8aa();while(!![]){try{const _0x4edf21=parseInt(_0x7dbd85(0x35d))/0x1*(parseInt(_0x7dbd85(0x21a))/0x2)+parseInt(_0x7dbd85(0x283))/0x3+-parseInt(_0x7dbd85(0x26b))/0x4+parseInt(_0x7dbd85(0x2e3))/0x5+-parseInt(_0x7dbd85(0x2d4))/0x6*(parseInt(_0x7dbd85(0x245))/0x7)+-parseInt(_0x7dbd85(0x2b8))/0x8+-parseInt(_0x7dbd85(0x33d))/0x9*(-parseInt(_0x7dbd85(0x229))/0xa);if(_0x4edf21===_0x158352)break;else _0x49d2b7['push'](_0x49d2b7['shift']());}catch(_0x4b780e){_0x49d2b7['push'](_0x49d2b7['shift']());}}}(a23_0x3e77,0x56a3a));function a23_0x3e77(){const _0x435c76=['kEbpR','RHVmK','eCxed','17707vqDDwO','QSPJh','indexOf','LRGLY','info','--config=','includes','wtnnV','--grep','BROWSERSTACK_TEST_OBSERVABILITY','AZOTL','BROWSERSTACK_RERUN_TESTS','TQPjI','project','testMatch','object','KLjqD','dbEFM','kGvYu','filter','resolve','spINM','cjVaJ','wMaYj','GYmEV','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','close','cOTDK','ggvzZ','djegV','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','yCzuL','oOFlw','Bjfjr','initialize','aVuFS','EwUdP','eofIF','../../helpers/test-observability/sessionHandler','eVHoj','jaZNh','slice','bAeAe','gjBQz','writeFileSync','VPLXG','TXStH','LbQOr','./reporter/reporter.js','getConfigPath','jcPKL','IYWyA','PLAYWRIGHT','HvEUh','62rAaZEd','posyN','Tnyxp','FTJIS','UNuyJ','uBeSk','null','../../helpers/accessibility-automation/helper','JLART','get','globalSetup','EEohP','BrowserStack\x20config\x20file\x20not\x20found.','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','sgmuk','390edDgsB','WTlBN','IBMJw','QxdYE','utjQL','BfDCj','IXWZK','jurYZ','HjIJS','existsSync','iToSe','./reporter/pwUtils','cjglu','Bzzib','pwodl','join','Deleting\x20','MDUIC','has','cvkFi','nphWK','drYGr','UbJNu','startsWith','isTrue','@playwright/test/lib/runner/projectUtils.js','jqjnP','pwLjN','598458nvtTzk','vsPBn','YPeZB','YgMzi','bLAIW','hvEQd','xDiuU','isUndefined','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','gJqxV','kttyT','breakLength','nLxbC','ERdzy','lNLJM','FXnrU','MgfkA','MHpgy','dirname','Imetu','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','platforms','1|0|4|2|3','ZfkyP','win32','XdFyX','getPlaywrightUrl','zxYOT','HqpZE','config','ODjVX','--config','HlOtg','uunrX','qmPhI','test','UUicU','bbDiL','1793176HyyIyQ','testObservability','reporter','concat','MUJBO','UOgRV','jRbIo','Wpxqg','WoMOX','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','Symbol(defineConfigWasUsed)]','YLTkm','GLOPF','Ylbvt','compact','SMwFT','wTkSp','eKcEL','playwright','NmTgM','BGvCI','WvpIp','../utils/constants','util','1368642ArhazW','VocFl','YXZOd','aQYdB','./globalSetup.js','split','bZSEf','../../helpers/helper','child_process','RUlIV','NMicE','gHAOc','iulAi','hFcfW','error','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/utils','ReWZi','oothr','LBpin','tsNmk','PhcDV','OtOyV','gdeoa','GCJfX','map','sOtac','gkTMm','SGFWR','tVBAd','ZCHdQ','GqXJC','xFIcM','lIfSL','BROWSERSTACK_RERUN','unlinkSync','SJYyR','eLuAt','fvFnc','TXorx','cybWn','requireModule','LagJK','Uleen','FRMbk','XojeG','ELyDa','GkXRS','YQhkf','uJePK','accessibility','qYhIK','npx','5491040farNVT','length','qXCNl','filterBrowserstackConfig','Playwright\x20process\x20exited\x20with\x20code\x20','env','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cwd','../../helpers/test-observability/constants','ZgZVp','pORhl','exitCode','FjnBR','true','wphRg','YLNmk','bRelo','DBuRK','XxRJd','NBRIb','platform','forEach','GzPbt','fOGNj','VuClc','ZtQNp','FsaHU','uRTMr','24prRgXh','testIgnore','path','yZDjZ','argv','false','babjH','Getting\x20your\x20playwright\x20config\x20from\x20','lJLpT','IzuOr','--disable-test-observability','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','modifyBrowserStackCaps','AYRzv','MEaCW','164300SVXllF','JmaWD','deAxg','tRfor','DNxhz','KOUcd','FkzMf','QibyQ','TTcCR','automation','use','Bllxw','JiHap','SrvtU','inherit','qnMZw','JoKXT','testDir','Walei','BS_A11Y_JWT','MisFv','jtJEh','LDMLf','IiHIu','../../helpers/BrowserStackSetup','wYscH','UNJSM','nrfAF','accessibilityOptions','Qazcp','PzPTd','stringify','yIZed','finalExecution','cTQPX','xrtSf','NDamg','QJczJ','dtLek','KPyjI','sDpjo','AkZlJ','HDZNx','playwright-browserstack-sdk.config.js','AOwRm','zhwls','LsvyY','RZZxL','paths','zcaEX','YCFwn','dTlUZ','../../helpers/test-observability/error-handler','workers','NpOoV','JAsWf','qkPQZ','cliConfig','LUEnu','projects','dioCr','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','debug','replace','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','hGnwO','kEpFR','FcTDw','qkWsO','huAqq','ZsRVd','ScEIc','vEQaM','QaPsS','AUxLG','iyAhr','DbHCe','../../helpers/logger','xlapO','GCIPs','NETIu','rvGbD','hnOgP','isFalse','DfivZ','nPidh','parallelsPerPlatform','trim','BROWSERSTACK_AUTOMATION','DhDYa','183123DeWFLS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ycNoy','push','ojbAD','fGyGm','BuIPu','QYsat','tcoja','IXUTm','TUTLs','DASHw','mGxtJ','VWskd','./accessibility-helper','IgHcT','depth','AwnBy','nUKuV','LoQoo','POoAK','exports','fWOvP','aNBkZ','kTsLi','SOWzi','HRtLv','lUluT','respectGitIgnore'];a23_0x3e77=function(){return _0x435c76;};return a23_0x3e77();}const fs=require('fs'),path=require(a23_0xed5c09(0x2d6)),{spawn}=require(a23_0xed5c09(0x28b)),{inspect,format}=require(a23_0xed5c09(0x282)),logger=require(a23_0xed5c09(0x330))['winstonLogger'],{default:BrowserStackSetup}=require(a23_0xed5c09(0x2fb)),helper=require(a23_0xed5c09(0x28a)),constants=require(a23_0xed5c09(0x281)),{FRAMEWORKS}=require(a23_0xed5c09(0x2c0)),{getTransformPath,getConfigLoaderPath}=require(a23_0xed5c09(0x234)),{CrashReporter,o11yErrorHandler}=require(a23_0xed5c09(0x317)),{getFrameworkVersion}=require(a23_0xed5c09(0x293)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0xed5c09(0x221)),{setAccessibilityPlaywrightCapabilities}=require(a23_0xed5c09(0x34b)),SessionHandler=require(a23_0xed5c09(0x20a));async function requireOrImportDefaultObject(_0x4895a3){const _0x43d625=a23_0xed5c09,_0x1f09a7={'FEmNL':function(_0x1ad68e){return _0x1ad68e();},'BNQtI':function(_0x5ca396,_0x456edc){return _0x5ca396(_0x456edc);},'SJYyR':function(_0x42dc78,_0x58d067){return _0x42dc78===_0x58d067;},'nLxbC':_0x43d625(0x1f3),'uRTMr':function(_0x1e65e5,_0x1131fd){return _0x1e65e5 in _0x1131fd;},'tsNmk':'default'},{requireOrImport:_0xd8ef62}=helper['requireModule'](_0x1f09a7['FEmNL'](getTransformPath));let _0x4a1c18=await _0x1f09a7['BNQtI'](_0xd8ef62,_0x4895a3);if(_0x4a1c18&&_0x1f09a7[_0x43d625(0x2a7)](typeof _0x4a1c18,_0x1f09a7[_0x43d625(0x251)])&&_0x1f09a7[_0x43d625(0x2d3)](_0x1f09a7[_0x43d625(0x297)],_0x4a1c18))_0x4a1c18=_0x4a1c18[_0x1f09a7[_0x43d625(0x297)]];return _0x4a1c18;}const getUserPlaywrightConfig=async(_0x204de4,_0xd37df4)=>{const _0x41564f=a23_0xed5c09,_0x5c4dcd={'jqjti':function(_0x164cd2,_0xd3c9b5){return _0x164cd2+_0xd3c9b5;},'IgHcT':_0x41564f(0x274),'uktvU':function(_0x261b49,_0x1f0c4f){return _0x261b49(_0x1f0c4f);},'uJePK':_0x41564f(0x2f4),'fOGNj':'globalSetup','eKcEL':_0x41564f(0x323),'DfivZ':_0x41564f(0x275),'FsaHU':'Symbol(\x27defineConfigWasUsed\x27)]','bLAIW':function(_0x190374,_0x470feb){return _0x190374!==_0x470feb;},'UbJNu':_0x41564f(0x220),'gdeoa':_0x41564f(0x1ec),'nUKuV':function(_0x4f65bc){return _0x4f65bc();},'ggvzZ':function(_0x35d77a,_0x2dbb26){return _0x35d77a(_0x2dbb26);},'TlMeb':function(_0x1c8be9,_0x4ab405){return _0x1c8be9===_0x4ab405;},'HvEUh':_0x41564f(0x30b),'ODjVX':_0x41564f(0x230),'dbEFM':function(_0x27d93b,_0xf9501b){return _0x27d93b===_0xf9501b;},'GCIPs':_0x41564f(0x303),'NDamg':function(_0x56f36c,_0x3f5d8f){return _0x56f36c(_0x3f5d8f);},'gvChK':_0x41564f(0x228),'Lehpl':'AIWBe','UNJSM':_0x41564f(0x24d),'POoAK':function(_0x5f51c0,_0x11cc16){return _0x5f51c0!==_0x11cc16;},'SvToV':_0x41564f(0x1ee),'PzPTd':'sgxVY','Mzxuw':_0x41564f(0x2be),'SVdeh':function(_0x1ce068,_0x5cb6e0){return _0x1ce068!==_0x5cb6e0;},'deAxg':_0x41564f(0x278),'dioCr':'--config='},_0x5d247c=!helper['isUndefined'](_0x204de4[_0x41564f(0x262)]),_0x165231=_0x5d247c?path[_0x41564f(0x1f8)](process[_0x41564f(0x2bf)](),_0x204de4['config']):process['cwd'](),{resolveConfigFile:_0x46bdea}=helper[_0x41564f(0x2ac)](_0x5c4dcd[_0x41564f(0x34f)](getConfigLoaderPath)),_0x22affa=_0x5c4dcd[_0x41564f(0x200)](_0x46bdea,_0x165231);let _0x13032b={};if(_0x22affa){if(_0x5c4dcd['TlMeb'](_0x5c4dcd[_0x41564f(0x219)],_0x5c4dcd[_0x41564f(0x263)]))_0x1e39ee[_0x41564f(0x291)](_0x5c4dcd['jqjti'](_0x5c4dcd[_0x41564f(0x34c)],_0x5c4dcd['uktvU'](_0x20afaa,_0x426992)));else{logger[_0x41564f(0x1e8)](_0x41564f(0x2db)+_0x22affa);try{_0x5c4dcd[_0x41564f(0x1f5)](_0x5c4dcd[_0x41564f(0x332)],_0x5c4dcd['GCIPs'])?_0x13032b=await _0x5c4dcd[_0x41564f(0x307)](requireOrImportDefaultObject,_0x22affa):_0x1cc89c['project'][_0x5c4dcd[_0x41564f(0x2b4)]]=_0x304913[_0x5c4dcd[_0x41564f(0x2b4)]];}catch(_0x4da524){if(_0x5c4dcd[_0x41564f(0x249)](_0x5c4dcd['gvChK'],_0x5c4dcd['Lehpl']))return logger[_0x41564f(0x291)](_0x5c4dcd[_0x41564f(0x2fd)],_0x4da524),null;else{if(_0x5373b4['globalSetup']){let _0x45cd73;const _0x10b46c=_0x475009[_0x41564f(0x1f8)](_0x3b3f4a,_0x46e5df[_0x5c4dcd[_0x41564f(0x2cf)]]);if(_0x320ecd[_0x41564f(0x232)](_0x10b46c))_0x45cd73=_0x10b46c;else{const _0xd2223a={};_0xd2223a[_0x41564f(0x313)]=[_0x51e59d],_0x45cd73=_0x3559ee[_0x41564f(0x1f8)](_0x39b10d[_0x5c4dcd['fOGNj']],_0xd2223a);}if(!_0x45cd73)throw new _0x4824a6(_0x5c4dcd[_0x41564f(0x27c)]);_0x3460a1[_0x41564f(0x2bd)][_0x41564f(0x292)]=_0x45cd73;}}}}}else _0x5c4dcd[_0x41564f(0x351)](_0x5c4dcd['SvToV'],_0x5c4dcd[_0x41564f(0x301)])?logger[_0x41564f(0x1e8)](_0x5c4dcd['Mzxuw']):_0x368a12=_0x3f63e3[_0x41564f(0x322)](_0x5c4dcd[_0x41564f(0x337)],_0x5c4dcd[_0x41564f(0x2d2)]);if(_0x5d247c){if(_0x5c4dcd['SVdeh'](_0x5c4dcd[_0x41564f(0x2e5)],_0x5c4dcd[_0x41564f(0x2e5)])){const _0x396800=_0x4fdb1e[_0x41564f(0x241)](_0x5c1619[_0x41564f(0x2bd)]['BROWSERSTACK_RERUN']);if(_0x396800){const _0x53fd81=_0x48f315[_0x41564f(0x2bd)][_0x41564f(0x1ef)],_0x2bf2fb=[];_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,_0x5c4dcd[_0x41564f(0x23f)])&&_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,null)&&_0x53fd81[_0x41564f(0x288)](',')[_0x41564f(0x29c)](_0x5518b7=>{const _0x13b048=_0x41564f;_0x2bf2fb[_0x13b048(0x340)]('('+_0x5518b7[_0x13b048(0x33a)]()+')');});const _0x1cdc53='^'+_0x2bf2fb[_0x41564f(0x238)]('|')+'$';_0x2e601b[_0x41564f(0x340)](_0x5c4dcd[_0x41564f(0x29a)],_0x1cdc53);}}else{const _0x426e10=_0xd37df4['findIndex'](_0x423cfe=>_0x423cfe===_0x41564f(0x264)||_0x423cfe==='-c'||_0x423cfe[_0x41564f(0x240)](_0x41564f(0x1e9)));_0xd37df4['splice'](_0x426e10,_0xd37df4[_0x426e10]['startsWith'](_0x5c4dcd[_0x41564f(0x31f)])?0x1:0x2);}}const _0x3036f8={};return _0x3036f8['path']=_0x22affa,_0x3036f8[_0x41564f(0x262)]=_0x13032b,_0x3036f8;},setGlobalSetup=(_0x5b637b,_0x2f35d3)=>{const _0x1b9ae9=a23_0xed5c09,_0x216ec5={'IXWZK':_0x1b9ae9(0x2ed),'GYmEV':function(_0x3f6b66,_0x27f351){return _0x3f6b66+_0x27f351;},'kEpFR':function(_0x2d1f7b,_0x59d650){return _0x2d1f7b(_0x59d650);},'xlapO':'testMatch','IXUTm':_0x1b9ae9(0x31e),'qVxWi':function(_0x344e32,_0x57396f){return _0x344e32!==_0x57396f;},'bZSEf':'xcPhd','dVuWQ':function(_0x3a39c9,_0x23bade){return _0x3a39c9!==_0x23bade;},'vEQaM':'oRETE','WTlBN':_0x1b9ae9(0x224),'LIjLm':function(_0x110086,_0x19f420){return _0x110086!==_0x19f420;},'RHVmK':_0x1b9ae9(0x1fb),'YLTkm':function(_0x3c995b,_0x538ca0){return _0x3c995b===_0x538ca0;},'Bllxw':'cdNtb','sWyXb':_0x1b9ae9(0x2ca),'Uleen':_0x1b9ae9(0x323),'UOgRV':_0x1b9ae9(0x21d),'UUicU':_0x1b9ae9(0x274),'nphWK':function(_0x26dae6,_0x55fea5){return _0x26dae6(_0x55fea5);},'ZfkyP':_0x1b9ae9(0x287)};if(!_0x5b637b)return![];try{if(_0x216ec5['qVxWi'](_0x216ec5[_0x1b9ae9(0x289)],_0x216ec5['bZSEf']))_0x265df1['debug'](_0x1b9ae9(0x259)+_0x71099e);else{if(_0x5b637b[_0x1b9ae9(0x224)]){if(_0x216ec5['dVuWQ'](_0x216ec5['vEQaM'],_0x216ec5[_0x1b9ae9(0x32b)])){const _0x52bd32={'FkzMf':_0x216ec5[_0x1b9ae9(0x22f)],'lUluT':function(_0x5b1ca1,_0x28c558){const _0x388504=_0x1b9ae9;return _0x216ec5[_0x388504(0x1fc)](_0x5b1ca1,_0x28c558);},'KQZSA':function(_0x1a36a4,_0x2c613e){return _0x216ec5['kEpFR'](_0x1a36a4,_0x2c613e);},'kTsLi':_0x216ec5[_0x1b9ae9(0x331)],'FjnBR':_0x216ec5[_0x1b9ae9(0x346)]};_0x175c2b['forEach'](_0x20f126=>{const _0x53e1d2=_0x1b9ae9,_0x22f1c3={};_0x22f1c3[_0x52bd32[_0x53e1d2(0x2e9)]]={'connectOptions':{'wsEndpoint':_0x52bd32[_0x53e1d2(0x358)](_0xdd131b,_0x52bd32['KQZSA'](_0x45cb03,_0x1be008[_0x53e1d2(0x302)](_0x20f126)))}},_0x22f1c3[_0x52bd32[_0x53e1d2(0x355)]]=_0x16c76d,_0x4687f5[_0x52bd32[_0x53e1d2(0x2c4)]][_0x53e1d2(0x340)](_0x22f1c3);});}else{let _0x193794;const _0x5e7ef3=path[_0x1b9ae9(0x1f8)](_0x2f35d3,_0x5b637b[_0x216ec5[_0x1b9ae9(0x22a)]]);if(fs[_0x1b9ae9(0x232)](_0x5e7ef3)){if(_0x216ec5['LIjLm'](_0x216ec5[_0x1b9ae9(0x35b)],_0x216ec5[_0x1b9ae9(0x35b)])){const _0x3ef732={'frameworkName':_0x12ac56[_0x1b9ae9(0x218)],'frameworkVersion':_0x216ec5[_0x1b9ae9(0x325)](_0x251106,_0x14f4a4[_0x1b9ae9(0x218)])};_0x201e60[_0x1b9ae9(0x206)](_0x3ef732,_0x165409,_0x5b889d);}else _0x193794=_0x5e7ef3;}else{if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x2ee)],_0x216ec5['sWyXb']))return _0x85b6ce['env'][_0x1b9ae9(0x1ed)]=![],![];else{const _0x52bdfe={};_0x52bdfe[_0x1b9ae9(0x313)]=[_0x2f35d3],_0x193794=require[_0x1b9ae9(0x1f8)](_0x5b637b[_0x216ec5['WTlBN']],_0x52bdfe);}}if(!_0x193794)throw new Error(_0x216ec5[_0x1b9ae9(0x2ae)]);process[_0x1b9ae9(0x2bd)][_0x1b9ae9(0x292)]=_0x193794;}}}}catch(_0x4302d5){if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x270)],_0x216ec5[_0x1b9ae9(0x270)]))logger[_0x1b9ae9(0x291)](_0x216ec5[_0x1b9ae9(0x1fc)](_0x216ec5[_0x1b9ae9(0x269)],_0x216ec5[_0x1b9ae9(0x23d)](format,_0x4302d5)));else return!![];}return _0x5b637b[_0x1b9ae9(0x224)]=require['resolve'](_0x216ec5[_0x1b9ae9(0x25c)]),!![];},addReporter=_0xd02953=>{const _0x2a978f=a23_0xed5c09,_0x320da6={'kGvYu':'BrowserStack\x20config\x20file\x20not\x20found.','vdghL':'use','aVuFS':function(_0x55bf8c,_0x5f3519){return _0x55bf8c+_0x5f3519;},'SrvtU':function(_0x3c39e5,_0x5d816a){return _0x3c39e5(_0x5d816a);},'KECvI':_0x2a978f(0x31e),'WvpIp':_0x2a978f(0x214),'bRelo':_0x2a978f(0x26d),'djegV':function(_0x4154a7,_0x1ccf32){return _0x4154a7!==_0x1ccf32;},'lIfSL':_0x2a978f(0x31b),'rvGbD':function(_0x23e207,_0x3bfed5){return _0x23e207===_0x3bfed5;},'RZZxL':'string','qXCNl':_0x2a978f(0x244),'YPeZB':_0x2a978f(0x1f3),'VlqLp':_0x2a978f(0x2ef),'JymNt':_0x2a978f(0x357)},_0x32c4ed=path[_0x2a978f(0x238)](__dirname,_0x320da6[_0x2a978f(0x280)]),_0x24961d=[_0x32c4ed];if(helper[_0x2a978f(0x24c)](_0xd02953[_0x320da6[_0x2a978f(0x2c8)]])){if(_0x320da6['djegV'](_0x320da6[_0x2a978f(0x2a4)],_0x320da6[_0x2a978f(0x2a4)])){if(_0x15860d['isTrue'](_0x56b903['accessibility']))return _0x50c986=!![],!![];}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x312)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6[_0x2a978f(0x2ba)],_0x320da6[_0x2a978f(0x2ba)])){_0x4546e1[_0x2a978f(0x291)](_0x320da6[_0x2a978f(0x1f6)]);return;}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[[_0xd02953[_0x320da6[_0x2a978f(0x2c8)]]],_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x247)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6['VlqLp'],_0x320da6['JymNt']))_0xd02953[_0x320da6['bRelo']]['push'](_0x24961d);else{const _0x2cec8e={};_0x2cec8e[_0x320da6['vdghL']]={'connectOptions':{'wsEndpoint':_0x320da6[_0x2a978f(0x207)](_0x5d3f30,_0x320da6[_0x2a978f(0x2f0)](_0x778db,_0x6b317f['stringify'](_0xbee359)))}},_0x42a87e[_0x320da6['KECvI']][_0x2a978f(0x340)](_0x2cec8e);}}}}},handleO11yRerun=_0x407e90=>{const _0x2b971e=a23_0xed5c09,_0x5cc5f0={'LUEnu':'playwright','lrlqB':function(_0xf3fe19,_0x6d6d20){return _0xf3fe19(_0x6d6d20);},'Wpxqg':function(_0xa16b32,_0x3b0580){return _0xa16b32+_0x3b0580;},'ojbAD':function(_0x3a189d,_0x478231){return _0x3a189d===_0x478231;},'laepD':_0x2b971e(0x27a),'HqpZE':'WeHGe','HjIJS':_0x2b971e(0x2f7),'DhDYa':_0x2b971e(0x294),'LDMLf':function(_0x4ed97e,_0x4015c7){return _0x4ed97e!==_0x4015c7;},'shxXf':'null','Tnyxp':function(_0x5df8dd,_0x1dda71){return _0x5df8dd!==_0x1dda71;},'pORhl':_0x2b971e(0x209),'lBtpX':_0x2b971e(0x1ec)},_0x5b1e9d=helper[_0x2b971e(0x241)](process[_0x2b971e(0x2bd)][_0x2b971e(0x2a5)]);if(_0x5b1e9d){if(_0x5cc5f0[_0x2b971e(0x341)](_0x5cc5f0[_0x2b971e(0x231)],_0x5cc5f0[_0x2b971e(0x33c)]))_0x56ed9c['push'](_0x225ff4[_0x2b971e(0x2e0)](_0x436d9a[_0x2b971e(0x262)],_0x5cc5f0[_0x2b971e(0x31d)],_0xfc83d7));else{const _0x36d60f=process[_0x2b971e(0x2bd)]['BROWSERSTACK_RERUN_TESTS'],_0x23a516=[];if(_0x5cc5f0[_0x2b971e(0x2f9)](_0x36d60f,_0x5cc5f0['shxXf'])&&_0x5cc5f0[_0x2b971e(0x21c)](_0x36d60f,null)){if(_0x5cc5f0['LDMLf'](_0x5cc5f0[_0x2b971e(0x2c2)],_0x5cc5f0[_0x2b971e(0x2c2)])){_0x5cc5f0['lrlqB'](_0x3bcce9,_0x5ec6ef);return;}else _0x36d60f[_0x2b971e(0x288)](',')['map'](_0x1443d1=>{const _0x4d2a1e=_0x2b971e;_0x5cc5f0['ojbAD'](_0x5cc5f0['laepD'],_0x5cc5f0[_0x4d2a1e(0x261)])?_0x469c17=_0x5cc5f0[_0x4d2a1e(0x272)](_0x4d2a1e(0x320)+_0x26793b+_0x4d2a1e(0x1fd),_0x556e24):_0x23a516[_0x4d2a1e(0x340)]('('+_0x1443d1[_0x4d2a1e(0x33a)]()+')');});}const _0x28dcec='^'+_0x23a516['join']('|')+'$';_0x407e90['push'](_0x5cc5f0['lBtpX'],_0x28dcec);}}},spawnOriginalProcess=_0x182d34=>{const _0x5a6051=a23_0xed5c09,_0x10dabc={'AkZlJ':function(_0x28769b,_0x1be5c8,_0x5ece47,_0x56f150){return _0x28769b(_0x1be5c8,_0x5ece47,_0x56f150);},'GLOPF':_0x5a6051(0x2b7),'GzPbt':_0x5a6051(0x27d),'iBOHK':function(_0x469301,_0x3bb34f){return _0x469301===_0x3bb34f;},'LRGLY':_0x5a6051(0x25d),'QSPJh':_0x5a6051(0x2f1)};_0x10dabc[_0x5a6051(0x30c)](spawn,_0x10dabc[_0x5a6051(0x277)],[_0x10dabc[_0x5a6051(0x2ce)],..._0x182d34['slice'](0x1)],{'shell':_0x10dabc['iBOHK'](process['platform'],_0x10dabc[_0x5a6051(0x1e7)]),'stdio':_0x10dabc[_0x5a6051(0x1e5)],'cwd':process[_0x5a6051(0x2bf)]()});},isTestCommand=(_0x4aed69,_0x8a5da7)=>{const _0x5f0659=a23_0xed5c09,_0x11a041={'KfXUp':function(_0x197e37,_0x2d5f83){return _0x197e37(_0x2d5f83);},'cTQPX':function(_0x5a49cc,_0x380384){return _0x5a49cc>_0x380384;},'TUTLs':function(_0x43a5d2,_0x4c0346){return _0x43a5d2===_0x4c0346;},'YLNmk':_0x5f0659(0x268),'qnMZw':_0x5f0659(0x33f)};if(_0x11a041[_0x5f0659(0x305)](_0x8a5da7[_0x5f0659(0x2b9)],0x1)&&_0x11a041[_0x5f0659(0x347)](_0x8a5da7[0x1],_0x11a041[_0x5f0659(0x2c7)])){if(_0x11a041[_0x5f0659(0x347)](_0x11a041[_0x5f0659(0x2f2)],_0x11a041[_0x5f0659(0x2f2)]))return!![];else{_0x11a041['KfXUp'](_0x59e201,_0x27d793);return;}}return![];},initO11yCrashReporter=(_0x5374a7,_0x20e37f)=>{const _0x465026=a23_0xed5c09,_0x2a3d73={'donPN':function(_0x391318,_0x48b490){return _0x391318(_0x48b490);}},_0x499efd={'frameworkName':FRAMEWORKS[_0x465026(0x218)],'frameworkVersion':_0x2a3d73['donPN'](getFrameworkVersion,FRAMEWORKS[_0x465026(0x218)])};CrashReporter[_0x465026(0x206)](_0x499efd,_0x5374a7,_0x20e37f);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x237d14){const _0x24892e=a23_0xed5c09,_0x57932f={'OtOyV':_0x24892e(0x1f2),'QxdYE':function(_0x5ebf20,_0x2b9e1d){return _0x5ebf20(_0x2b9e1d);},'cjglu':function(_0x25e781,_0x26c363){return _0x25e781>_0x26c363;},'PzDuU':function(_0x173781,_0x5e0bbf){return _0x173781===_0x5e0bbf;},'KPyjI':function(_0x4a0853,_0xd35139){return _0x4a0853===_0xd35139;},'jRbIo':'vheeR'},_0x59c76d=await SessionHandler['launch'](_0x237d14,{'frameworkName':FRAMEWORKS[_0x24892e(0x218)],'frameworkVersion':_0x57932f[_0x24892e(0x22c)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(!_0x59c76d||_0x57932f[_0x24892e(0x235)](_0x59c76d[_0x24892e(0x2b9)],0x1)&&_0x57932f['PzDuU'](_0x59c76d[0x0],null)){if(_0x57932f[_0x24892e(0x30a)](_0x57932f[_0x24892e(0x271)],_0x57932f['jRbIo']))return process[_0x24892e(0x2bd)][_0x24892e(0x1ed)]=![],![];else _0x4842b5[_0x24892e(0x1f1)][_0x57932f[_0x24892e(0x299)]]=_0x1b8add[_0x57932f[_0x24892e(0x299)]];}return!![];});function checkAccessibilityPlatformConfig(_0x10a31a){const _0x21744e=a23_0xed5c09,_0x929dba={};_0x929dba['ZgZVp']='false',_0x929dba['HbLvP']=_0x21744e(0x24d),_0x929dba[_0x21744e(0x2d7)]=function(_0x40f4f7,_0x25b58a){return _0x40f4f7===_0x25b58a;},_0x929dba[_0x21744e(0x350)]='XYmZr',_0x929dba[_0x21744e(0x2ad)]=function(_0x1a39a7,_0x579b62){return _0x1a39a7===_0x579b62;},_0x929dba[_0x21744e(0x21f)]=_0x21744e(0x344),_0x929dba[_0x21744e(0x24e)]='PpULk',_0x929dba['zmnYP']=function(_0x5f1827,_0x25b733){return _0x5f1827!==_0x25b733;},_0x929dba[_0x21744e(0x24b)]=_0x21744e(0x31a),_0x929dba['VKdzu']=_0x21744e(0x204),_0x929dba[_0x21744e(0x24f)]=_0x21744e(0x29d);const _0x15e7c2=_0x929dba;let _0x2d22ed=![];try{_0x15e7c2['zmnYP'](_0x15e7c2['xDiuU'],_0x15e7c2['xDiuU'])?_0x408ee6[_0x21744e(0x2bd)][_0x21744e(0x33b)]=!![]:_0x10a31a[_0x21744e(0x25a)][_0x21744e(0x2cd)](_0x19ca0a=>{const _0x1e914a=_0x21744e,_0x570602={};_0x570602['xiXgQ']=_0x15e7c2['HbLvP'];const _0x496208=_0x570602;if(_0x15e7c2[_0x1e914a(0x2d7)](_0x15e7c2[_0x1e914a(0x350)],_0x15e7c2[_0x1e914a(0x350)])){if(helper['isTrue'](_0x19ca0a['accessibility']))return _0x15e7c2['LagJK'](_0x15e7c2['uBeSk'],_0x15e7c2[_0x1e914a(0x24e)])?(_0x24d58d[_0x1e914a(0x291)](_0x496208['xiXgQ'],_0x1bd7e4),null):(_0x2d22ed=!![],!![]);}else _0x1fea98['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x15e7c2[_0x1e914a(0x2c1)],_0x8b1b66=_0x23bb9c['filter'](_0x41b237=>_0x41b237!=='--disable-test-observability');});}catch(_0x269898){_0x15e7c2['zmnYP'](_0x15e7c2['VKdzu'],_0x15e7c2[_0x21744e(0x24f)])?logger[_0x21744e(0x321)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x269898):_0x3bfbd8[_0x21744e(0x288)](',')['map'](_0x344652=>{const _0x619010=_0x21744e;_0x1156fd[_0x619010(0x340)]('('+_0x344652[_0x619010(0x33a)]()+')');});}return _0x2d22ed;}function a23_0x46d6(_0x48a10f,_0x14d8ff){const _0x3e776d=a23_0x3e77();return a23_0x46d6=function(_0x46d621,_0x54ae8a){_0x46d621=_0x46d621-0x1e5;let _0x594ca9=_0x3e776d[_0x46d621];return _0x594ca9;},a23_0x46d6(_0x48a10f,_0x14d8ff);}async function run(_0x2fd9f0,_0x1a0c5a){const _0x3434e6=a23_0xed5c09,_0x5c8feb={'XojeG':function(_0x1c59d7,_0x24a7bb){return _0x1c59d7!==_0x24a7bb;},'NMicE':_0x3434e6(0x220),'ZCHdQ':_0x3434e6(0x1ec),'bbDiL':_0x3434e6(0x26d),'TTcCR':'testIgnore','Wznfn':_0x3434e6(0x2be),'xrtSf':'globalSetup','BdPLb':_0x3434e6(0x323),'DbHCe':function(_0x37f3ca,_0x2e9af2){return _0x37f3ca(_0x2e9af2);},'LDHNM':function(_0x24322a,_0x27c065){return _0x24322a>_0x27c065;},'jqjnP':function(_0xddb0c4,_0x3a0c77){return _0xddb0c4===_0x3a0c77;},'KLjqD':_0x3434e6(0x268),'YXZOd':_0x3434e6(0x1e9),'huAqq':_0x3434e6(0x2ed),'ELyDa':function(_0x562596,_0x2a08d6){return _0x562596+_0x2a08d6;},'WoMOX':_0x3434e6(0x1f2),'VPLXG':'projects','dtLek':_0x3434e6(0x2f4),'mGxtJ':_0x3434e6(0x2a8),'hvEQd':'playwright','ncacz':function(_0x2c4c73,_0x43748c,_0x4b3dd6,_0xb0a943){return _0x2c4c73(_0x43748c,_0x4b3dd6,_0xb0a943);},'PhcDV':_0x3434e6(0x2b7),'YgMzi':function(_0x19b967,_0x1ffc80){return _0x19b967===_0x1ffc80;},'SOWzi':_0x3434e6(0x25d),'fWOvP':_0x3434e6(0x2f1),'BfDCj':function(_0x2a2c90,_0x2a87aa){return _0x2a2c90+_0x2a87aa;},'EEohP':_0x3434e6(0x2ec),'YQhkf':function(_0x387c42,_0x288e30){return _0x387c42+_0x288e30;},'Bjfjr':function(_0x31b9c0,_0x4166f7){return _0x31b9c0!==_0x4166f7;},'jcPKL':'vOZTN','COvHB':_0x3434e6(0x202),'fvFnc':_0x3434e6(0x326),'GCJfX':function(_0x3400a7,_0x31d37a){return _0x3400a7===_0x31d37a;},'IzuOr':_0x3434e6(0x253),'IYWyA':function(_0x1cfa04,_0x112829){return _0x1cfa04+_0x112829;},'AOwRm':function(_0x4b56c1,_0x3388ea){return _0x4b56c1(_0x3388ea);},'DASHw':_0x3434e6(0x2d9),'wTkSp':_0x3434e6(0x214),'yCzuL':function(_0x1a1dce,_0x5af99d){return _0x1a1dce===_0x5af99d;},'iToSe':'string','xFIcM':function(_0x588b86,_0x109991){return _0x588b86===_0x109991;},'Imetu':_0x3434e6(0x1f3),'hnOgP':'4|5|1|2|0|3','babjH':function(_0x550d57,_0x286b79){return _0x550d57!==_0x286b79;},'HCZeO':'dJlNE','aNBkZ':'--disable-browserstack-automation','Srgjf':'XvJxF','epZns':_0x3434e6(0x2dc),'LbQOr':_0x3434e6(0x2de),'zcaEX':function(_0x3ad352,_0x3bfe37){return _0x3ad352>=_0x3bfe37;},'gHAOc':_0x3434e6(0x2fe),'oothr':_0x3434e6(0x1f0),'dTlUZ':function(_0x270838,_0x39dce4,_0x4d0007){return _0x270838(_0x39dce4,_0x4d0007);},'QibyQ':_0x3434e6(0x342),'tVBAd':'JNgcI','JoKXT':function(_0x2f4bd1,_0x13839a){return _0x2f4bd1===_0x13839a;},'pcrLS':_0x3434e6(0x27f),'DxplM':_0x3434e6(0x2af),'SGFWR':_0x3434e6(0x226),'NLkci':function(_0x353189,_0x53706b){return _0x353189!==_0x53706b;},'pXlxr':'DpmeC','XdFyX':_0x3434e6(0x2fc),'TXStH':function(_0x1704df,_0x12ac50){return _0x1704df!=_0x12ac50;},'zhwls':function(_0x582a6d,_0x738e1f){return _0x582a6d===_0x738e1f;},'NpOoV':_0x3434e6(0x2f8),'iulAi':_0x3434e6(0x324),'pOKSR':_0x3434e6(0x2b6),'kEbpR':_0x3434e6(0x32a),'RUlIV':function(_0x5ed27d,_0x343539){return _0x5ed27d!==_0x343539;},'DBuRK':'iqjry','AUxLG':function(_0x3f3973,_0x2b142d,_0x2ffbc2){return _0x3f3973(_0x2b142d,_0x2ffbc2);},'NETIu':function(_0x5cb17a,_0x225e1c){return _0x5cb17a!==_0x225e1c;},'hFcfW':_0x3434e6(0x22d),'HDZNx':function(_0x592885,_0x16e99b){return _0x592885(_0x16e99b);},'ZsRVd':function(_0x39114f,_0x41d70d,_0xbebcbe){return _0x39114f(_0x41d70d,_0xbebcbe);},'cjVaJ':_0x3434e6(0x22b),'tLFqN':function(_0x53d9ac,_0x15ae21){return _0x53d9ac!==_0x15ae21;},'tcoja':_0x3434e6(0x260),'ihXiL':'pvnnH','eCxed':_0x3434e6(0x25b),'NBRIb':function(_0x153858,_0x3192b5,_0x31bc66){return _0x153858(_0x3192b5,_0x31bc66);},'jaZNh':_0x3434e6(0x227),'pwodl':function(_0x356fae,_0x253a7e){return _0x356fae===_0x253a7e;},'AYRzv':_0x3434e6(0x2c5),'bAeAe':function(_0x225b05,_0x17372e){return _0x225b05(_0x17372e);},'GkXRS':function(_0x99a4a4,_0x4aba6d){return _0x99a4a4===_0x4aba6d;},'cOTDK':_0x3434e6(0x32c),'VocFl':_0x3434e6(0x266),'VCdun':'@playwright/test','MDUIC':function(_0x12d5ae,_0x263bea){return _0x12d5ae(_0x263bea);},'MEaCW':function(_0xb558e6,_0x496776){return _0xb558e6===_0x496776;},'qmPhI':function(_0x1eb14c,_0x13fc2e){return _0x1eb14c!==_0x13fc2e;},'wphRg':_0x3434e6(0x2d0),'KOUcd':function(_0x5dd8ab,_0x364759){return _0x5dd8ab!==_0x364759;},'MgfkA':'WKNnc','JmaWD':_0x3434e6(0x21e),'bpktM':function(_0x3a6297,_0x1922c4){return _0x3a6297===_0x1922c4;},'TXorx':'Lpkre','wtnnV':_0x3434e6(0x242),'qkWsO':_0x3434e6(0x2e7),'IiHIu':_0x3434e6(0x252),'MUJBO':function(_0x5062cd,_0x2f1667){return _0x5062cd!==_0x2f1667;},'drYGr':_0x3434e6(0x265),'cybWn':_0x3434e6(0x29e),'Bzzib':'vZIzT','FXnrU':_0x3434e6(0x286),'posyN':_0x3434e6(0x1f9),'LsvyY':_0x3434e6(0x308),'BuIPu':_0x3434e6(0x300),'IOOsm':_0x3434e6(0x34a),'pfPoo':function(_0x592c7d,_0xa3879){return _0x592c7d*_0xa3879;},'AwnBy':_0x3434e6(0x318),'nPidh':_0x3434e6(0x30e),'YCFwn':_0x3434e6(0x275),'JLART':_0x3434e6(0x296),'Walei':'Symbol(\x27defineConfigWasUsed\x27)]','aeVhd':'module.exports\x20=\x20','MHpgy':function(_0x4eb70f,_0x209cf8){return _0x4eb70f+_0x209cf8;},'OWUIn':_0x3434e6(0x264),'cvkFi':_0x3434e6(0x1fe)};if(!helper[_0x3434e6(0x336)](process['env'][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2da)](_0x5c8feb['HCZeO'],_0x5c8feb['HCZeO'])){const _0x252068=_0x4c9673[_0x3434e6(0x2bd)][_0x3434e6(0x1ef)],_0x205684=[];_0x5c8feb[_0x3434e6(0x2b0)](_0x252068,_0x5c8feb[_0x3434e6(0x28d)])&&_0x5c8feb['XojeG'](_0x252068,null)&&_0x252068[_0x3434e6(0x288)](',')[_0x3434e6(0x29c)](_0xb3ea6a=>{const _0x558129=_0x3434e6;_0x205684[_0x558129(0x340)]('('+_0xb3ea6a[_0x558129(0x33a)]()+')');});const _0x3d17c3='^'+_0x205684[_0x3434e6(0x238)]('|')+'$';_0x4a6244[_0x3434e6(0x340)](_0x5c8feb[_0x3434e6(0x2a1)],_0x3d17c3);}else process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=!![];}process[_0x3434e6(0x2d8)][_0x3434e6(0x1ea)](_0x5c8feb[_0x3434e6(0x354)])&&(_0x5c8feb[_0x3434e6(0x203)](_0x5c8feb['Srgjf'],_0x5c8feb['epZns'])?_0x221744[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x3341db]:(process['env'][_0x3434e6(0x33b)]=_0x5c8feb['DASHw'],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4744d4=>_0x4744d4!=='--disable-browserstack-automation')));const _0x4a45d0=_0x1a0c5a[_0x3434e6(0x1e6)](_0x5c8feb[_0x3434e6(0x213)]);_0x5c8feb[_0x3434e6(0x314)](_0x4a45d0,0x0)&&(_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x28e)],_0x5c8feb[_0x3434e6(0x295)])?(process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]=_0x5c8feb[_0x3434e6(0x348)],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4504e6=>_0x4504e6!==_0x3434e6(0x2de))):_0x451984[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x367cda[_0x5c8feb[_0x3434e6(0x2eb)]]);if(!_0x5c8feb[_0x3434e6(0x316)](isTestCommand,_0x2fd9f0,_0x1a0c5a)){if(_0x5c8feb[_0x3434e6(0x248)](_0x5c8feb[_0x3434e6(0x2ea)],_0x5c8feb[_0x3434e6(0x2a0)]))_0x314ade[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0xdf633c[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]||_0x22948a[_0x3434e6(0x262)][_0x3434e6(0x26c)];else{_0x5c8feb[_0x3434e6(0x30f)](spawnOriginalProcess,_0x1a0c5a);return;}}const _0x3c3f99=new BrowserStackSetup(_0x2fd9f0,FRAMEWORKS[_0x3434e6(0x218)]);if(!_0x3c3f99[_0x3434e6(0x262)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pcrLS'],_0x5c8feb['DxplM']))_0x3f0837[_0x3434e6(0x1e8)](_0x5c8feb['Wznfn']);else{logger[_0x3434e6(0x291)](_0x5c8feb[_0x3434e6(0x29f)]);return;}}await _0x3c3f99[_0x3434e6(0x206)]();if(!helper[_0x3434e6(0x24c)](_0x3c3f99['cliConfig'])&&_0x3c3f99['cliConfig'][_0x3434e6(0x23b)](_0x5c8feb['EEohP'])){if(_0x5c8feb['NLkci'](_0x5c8feb['pXlxr'],_0x5c8feb[_0x3434e6(0x25e)]))process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x3c3f99[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb['EEohP'])||!![];else{const _0x29d76d={};_0x29d76d[_0x3434e6(0x313)]=[_0x5e634f],_0x1d4132=_0x17d0d2[_0x3434e6(0x1f8)](_0x3d916e[_0x5c8feb[_0x3434e6(0x306)]],_0x29d76d);}}_0x5c8feb[_0x3434e6(0x212)](_0x3c3f99['config'][_0x3434e6(0x26c)],null)&&!helper['isTrue'](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)])&&(_0x5c8feb[_0x3434e6(0x310)](_0x5c8feb[_0x3434e6(0x319)],_0x5c8feb[_0x3434e6(0x28f)])?_0x151ad5[_0x3434e6(0x25a)][_0x3434e6(0x2cd)](_0x2e9252=>{const _0xc5a57=_0x3434e6;if(_0x3f635b['isTrue'](_0x2e9252[_0xc5a57(0x2b5)]))return _0x3cc09c=!![],!![];}):process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x3c3f99['config']['testObservability']);const _0x2d4f8e=!helper[_0x3434e6(0x336)](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]);let _0xbde4cd=![];if(_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pOKSR'],_0x5c8feb[_0x3434e6(0x35a)])){let _0x277de9;const _0x419bb8=_0x1b024f[_0x3434e6(0x1f8)](_0x5a22a2,_0x1d33f0[_0x5c8feb[_0x3434e6(0x306)]]);if(_0x3953bf[_0x3434e6(0x232)](_0x419bb8))_0x277de9=_0x419bb8;else{const _0x21e208={};_0x21e208[_0x3434e6(0x313)]=[_0x5a7239],_0x277de9=_0x31944f['resolve'](_0x2ed3e8[_0x5c8feb[_0x3434e6(0x306)]],_0x21e208);}if(!_0x277de9)throw new _0x377704(_0x5c8feb['BdPLb']);_0xce25e3[_0x3434e6(0x2bd)][_0x3434e6(0x292)]=_0x277de9;}else _0xbde4cd=!![],process[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)];}if(_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']){if(_0x5c8feb[_0x3434e6(0x28c)](_0x5c8feb[_0x3434e6(0x2c9)],_0x5c8feb[_0x3434e6(0x2c9)])){_0x5c8feb[_0x3434e6(0x32f)](_0x4c65d9,_0x174c17);return;}else process['env'][_0x3434e6(0x2df)]=JSON['stringify'](_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']);}const _0x29d7f5=_0x1a0c5a[_0x3434e6(0x26e)](),_0x5b0049=await _0x5c8feb[_0x3434e6(0x32d)](getUserPlaywrightConfig,_0x2fd9f0,_0x1a0c5a);if(helper[_0x3434e6(0x24c)](_0x5b0049)){if(_0x5c8feb[_0x3434e6(0x333)](_0x5c8feb[_0x3434e6(0x290)],_0x5c8feb[_0x3434e6(0x290)]))return _0x394a06=!![],!![];else{_0x5c8feb['HDZNx'](spawnOriginalProcess,_0x29d7f5);return;}}const _0x4fddd2={..._0x5b0049['config']},_0x49f6d4=_0x4fddd2,_0x2cd659=_0x5b0049['path']?path[_0x3434e6(0x257)](_0x5b0049['path']):process[_0x3434e6(0x2bf)]();if(!_0x5c8feb[_0x3434e6(0x329)](setGlobalSetup,_0x49f6d4,_0x2cd659)){if(_0x5c8feb[_0x3434e6(0x2b0)](_0x5c8feb[_0x3434e6(0x1fa)],_0x5c8feb[_0x3434e6(0x1fa)]))_0x1d92e3[_0x3434e6(0x340)]('('+_0x24b3f7[_0x3434e6(0x33a)]()+')');else{_0x5c8feb[_0x3434e6(0x30d)](spawnOriginalProcess,_0x29d7f5);return;}}if(_0x2d4f8e){if(_0x5c8feb['tLFqN'](_0x5c8feb[_0x3434e6(0x345)],_0x5c8feb['ihXiL'])){const _0x2376c7=_0x5c8feb[_0x3434e6(0x35c)][_0x3434e6(0x288)]('|');let _0x2c9e9d=0x0;while(!![]){switch(_0x2376c7[_0x2c9e9d++]){case'0':_0x5c8feb[_0x3434e6(0x2cb)](initO11yCrashReporter,_0x49f6d4,_0x3c3f99['config']);continue;case'1':logger[_0x3434e6(0x1e8)](_0x5c8feb[_0x3434e6(0x20c)]);continue;case'2':_0x5c8feb[_0x3434e6(0x30d)](handleO11yRerun,_0x1a0c5a);continue;case'3':await _0x5c8feb[_0x3434e6(0x30f)](launchO11ySession,_0x3c3f99[_0x3434e6(0x262)]);continue;case'4':_0x5c8feb['HDZNx'](addReporter,_0x49f6d4);continue;}break;}}else{if(_0x5c8feb['LDHNM'](_0x31ddbf[_0x3434e6(0x2b9)],0x1)&&_0x5c8feb[_0x3434e6(0x243)](_0xc617fc[0x1],_0x5c8feb[_0x3434e6(0x1f4)]))return!![];return![];}}let _0x5b329b=_0x5c8feb[_0x3434e6(0x237)](process['env'][_0x3434e6(0x33e)],_0x5c8feb[_0x3434e6(0x2e1)]);_0x5b329b=_0x5b329b||_0x5c8feb[_0x3434e6(0x20e)](checkAccessibilityPlatformConfig,_0x3c3f99[_0x3434e6(0x262)]),process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5b329b;if(_0x5b329b){if(_0x5c8feb[_0x3434e6(0x2b2)](_0x5c8feb[_0x3434e6(0x1ff)],_0x5c8feb[_0x3434e6(0x284)]))_0xf419e4=!![],_0x5b4487[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x1b0dba['config'][_0x3434e6(0x2b5)];else{const [_0x598cea,_0x29c20c]=await _0x5c8feb[_0x3434e6(0x2cb)](createAccessibilityTestRun,_0x3c3f99['config'],_0x5c8feb['VCdun']);logger[_0x3434e6(0x321)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x29c20c),process['env'][_0x3434e6(0x2f6)]=_0x598cea,process[_0x3434e6(0x2bd)]['BS_A11Y_TEST_RUN_ID']=_0x29c20c,_0x5c8feb[_0x3434e6(0x23a)](setAccessibilityPlaywrightCapabilities,_0x3c3f99[_0x3434e6(0x262)]);}}if(helper[_0x3434e6(0x24c)](_0x3c3f99['config'][_0x3434e6(0x25a)])||_0x5c8feb[_0x3434e6(0x2e2)](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)]['length'],0x0)){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x2c6)],_0x5c8feb[_0x3434e6(0x2c6)])){const _0x3d568f=_0x51c9bb['findIndex'](_0xf2f3cb=>_0xf2f3cb==='--config'||_0xf2f3cb==='-c'||_0xf2f3cb[_0x3434e6(0x240)]('--config='));_0x430516['splice'](_0x3d568f,_0x572382[_0x3d568f][_0x3434e6(0x240)](_0x5c8feb[_0x3434e6(0x285)])?0x1:0x2);}else process[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=![];}if(helper[_0x3434e6(0x241)](process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2e8)](_0x5c8feb[_0x3434e6(0x255)],_0x5c8feb[_0x3434e6(0x2e4)])){_0x49f6d4[_0x5c8feb[_0x3434e6(0x211)]]=[];const _0x14c94c=[];_0x3c3f99['config']['platforms'][_0x3434e6(0x2cd)]((_0x95d43b,_0x4037c)=>{const _0x17cd78=_0x3434e6,_0x1b6ded={'omOpq':_0x5c8feb[_0x17cd78(0x328)],'SkqQS':function(_0x540f4b,_0xbb0da9){const _0x355761=_0x17cd78;return _0x5c8feb[_0x355761(0x2b1)](_0x540f4b,_0xbb0da9);},'aJQdq':function(_0x2c337f,_0x403895){const _0x23d854=_0x17cd78;return _0x5c8feb[_0x23d854(0x32f)](_0x2c337f,_0x403895);},'gjBQz':_0x5c8feb['WoMOX'],'EwUdP':_0x5c8feb['VPLXG'],'eVHoj':_0x5c8feb['dtLek']};if(_0x5c8feb[_0x17cd78(0x243)](_0x5c8feb[_0x17cd78(0x349)],_0x5c8feb['mGxtJ']))_0x14c94c[_0x17cd78(0x340)](helper[_0x17cd78(0x2e0)](_0x3c3f99[_0x17cd78(0x262)],_0x5c8feb[_0x17cd78(0x24a)],_0x4037c));else{const _0x36397e={'GqXJC':_0x1b6ded['omOpq'],'NZyUQ':function(_0x59e65b,_0x137a62){return _0x1b6ded['SkqQS'](_0x59e65b,_0x137a62);},'vsPBn':function(_0x4493ed,_0x4a94f3){return _0x1b6ded['aJQdq'](_0x4493ed,_0x4a94f3);},'AAjzN':_0x1b6ded['gjBQz'],'iyAhr':_0x1b6ded[_0x17cd78(0x208)]};_0x3250fd[_0x17cd78(0x2cd)](_0x228543=>{const _0x51d5b1=_0x17cd78;_0x1aefcd[_0x51d5b1(0x2cd)](_0x2617fe=>{const _0x2a6d62=_0x51d5b1,_0x366a84={};_0x366a84[_0x36397e[_0x2a6d62(0x2a2)]]={'connectOptions':{'wsEndpoint':_0x36397e['NZyUQ'](_0x122d0a,_0x36397e[_0x2a6d62(0x246)](_0x46b825,_0x29fc4d[_0x2a6d62(0x302)](_0x2617fe)))}},_0x366a84[_0x36397e['AAjzN']]=_0x228543,_0x2e2130[_0x36397e[_0x2a6d62(0x32e)]][_0x2a6d62(0x340)](_0x366a84);});}),_0x3ab721[_0x1b6ded[_0x17cd78(0x20f)]]='',_0xac7e52[_0x1b6ded[_0x17cd78(0x20b)]]='';}});let _0x161304=[];try{if(_0x5c8feb['bpktM'](_0x5c8feb['TXorx'],_0x5c8feb[_0x3434e6(0x2aa)])){const _0x33da7a=helper[_0x3434e6(0x2ac)](_0x5c8feb[_0x3434e6(0x1eb)]),_0x9b85ca={};_0x9b85ca[_0x3434e6(0x359)]=!![],_0x9b85ca[_0x3434e6(0x2f4)]='',_0x9b85ca[_0x3434e6(0x1f2)]='',_0x9b85ca[_0x3434e6(0x2d5)]='';const _0x173ad5={};_0x173ad5[_0x3434e6(0x1f1)]=_0x9b85ca;const _0x2af475=_0x173ad5;_0x49f6d4[_0x5c8feb['dtLek']]&&(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x327)],_0x5c8feb[_0x3434e6(0x2fa)])?_0x5c8feb['ncacz'](_0x89307b,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],..._0x166386[_0x3434e6(0x20d)](0x1)],{'shell':_0x5c8feb['YgMzi'](_0x5e98f5[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':_0x37bf56['cwd']()}):_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x309)]]=_0x49f6d4[_0x5c8feb['dtLek']]);_0x49f6d4[_0x5c8feb['WoMOX']]&&(_0x5c8feb[_0x3434e6(0x26f)](_0x5c8feb[_0x3434e6(0x23e)],_0x5c8feb[_0x3434e6(0x2ab)])?_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x273)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]:_0x37b602[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x573a8b));if(_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]]){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x236)],_0x5c8feb[_0x3434e6(0x254)]))_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]];else{const _0x2bf8a7={};_0x2bf8a7[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb['BfDCj'](_0x576cc9,_0x5c8feb['DbHCe'](_0x2a4e71,_0x2e607d[_0x3434e6(0x302)](_0xda3eb6)))}},_0x2bf8a7[_0x5c8feb[_0x3434e6(0x273)]]=_0x3255a6,_0x240703[_0x5c8feb[_0x3434e6(0x211)]]['push'](_0x2bf8a7);}}_0x161304=await _0x33da7a['collectFilesForProject'](_0x2af475);}else _0x122165[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x177651[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb[_0x3434e6(0x225)])||!![];}catch(_0x2064b4){if(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x21b)],_0x5c8feb[_0x3434e6(0x311)])){const _0x451919={'NmTgM':_0x5c8feb[_0x3434e6(0x328)],'tRfor':function(_0x2d6858,_0x7584){const _0x9fd476=_0x3434e6;return _0x5c8feb[_0x9fd476(0x2b3)](_0x2d6858,_0x7584);},'ZtQNp':function(_0x698c39,_0x1a376b){const _0x2d25fe=_0x3434e6;return _0x5c8feb[_0x2d25fe(0x32f)](_0x698c39,_0x1a376b);},'wrWTR':_0x5c8feb[_0x3434e6(0x211)]};_0x21f7df[_0x3434e6(0x2cd)](_0x179bce=>{const _0x2d7ea8=_0x3434e6,_0x438db9={};_0x438db9[_0x451919[_0x2d7ea8(0x27e)]]={'connectOptions':{'wsEndpoint':_0x451919[_0x2d7ea8(0x2e6)](_0x363128,_0x451919[_0x2d7ea8(0x2d1)](_0x555055,_0x199a05[_0x2d7ea8(0x302)](_0x179bce)))}},_0x436244[_0x451919['wrWTR']][_0x2d7ea8(0x340)](_0x438db9);});}else logger['debug'](_0x5c8feb['COvHB']);}let _0x21097d=helper[_0x3434e6(0x25f)](_0x3c3f99[_0x3434e6(0x262)]);_0x161304[_0x3434e6(0x2b9)]?_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x343)],_0x5c8feb[_0x3434e6(0x343)])?_0x58c475=_0x2c331f:(_0x161304['forEach'](_0x1b8310=>{const _0x5b7473=_0x3434e6;_0x5c8feb[_0x5b7473(0x243)](_0x5c8feb['fvFnc'],_0x5c8feb[_0x5b7473(0x2a9)])?_0x14c94c['forEach'](_0x203976=>{const _0x446995=_0x5b7473;if(_0x5c8feb[_0x446995(0x205)](_0x5c8feb['jcPKL'],_0x5c8feb[_0x446995(0x216)]))_0xd91d1[_0x446995(0x2bd)][_0x446995(0x33b)]=![];else{const _0x174708={};_0x174708[_0x5c8feb[_0x446995(0x328)]]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x446995(0x2b1)](_0x21097d,_0x5c8feb['DbHCe'](encodeURIComponent,JSON[_0x446995(0x302)](_0x203976)))}},_0x174708[_0x5c8feb[_0x446995(0x273)]]=_0x1b8310,_0x49f6d4[_0x5c8feb['VPLXG']]['push'](_0x174708);}}):_0x2ff11d[_0x5b7473(0x321)](_0x5c8feb['COvHB']);}),_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]='',_0x49f6d4[_0x5c8feb[_0x3434e6(0x309)]]=''):_0x5c8feb['NLkci'](_0x5c8feb['IOOsm'],_0x5c8feb['IOOsm'])?_0x1ae0d9[_0x3434e6(0x2bd)][_0x3434e6(0x2df)]=_0x566980[_0x3434e6(0x302)](_0x36bb2b[_0x3434e6(0x262)][_0x3434e6(0x2ff)]):_0x14c94c[_0x3434e6(0x2cd)](_0x5b0852=>{const _0x386b09=_0x3434e6;if(_0x5c8feb[_0x386b09(0x29b)](_0x5c8feb[_0x386b09(0x2dd)],_0x5c8feb[_0x386b09(0x2dd)])){const _0x3bb27a={};_0x3bb27a[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x386b09(0x217)](_0x21097d,_0x5c8feb[_0x386b09(0x30f)](encodeURIComponent,JSON[_0x386b09(0x302)](_0x5b0852)))}},_0x49f6d4[_0x5c8feb['VPLXG']][_0x386b09(0x340)](_0x3bb27a);}else _0x33886b[_0x5c8feb[_0x386b09(0x26a)]]=[[_0x215cdf[_0x5c8feb[_0x386b09(0x26a)]]],_0x2a7613];});const _0x74f25e=_0x5c8feb['pfPoo'](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)][_0x3434e6(0x2b9)]||0x1,_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x339)]);_0x49f6d4[_0x5c8feb[_0x3434e6(0x34e)]]=_0x74f25e;}else _0x3013e1[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=_0x5c8feb[_0x3434e6(0x348)],_0x56063b=_0x3a4832['filter'](_0x4d8076=>_0x4d8076!=='--disable-browserstack-automation');}const _0x5c7fb7=path[_0x3434e6(0x238)](_0x5b0049[_0x3434e6(0x2d6)]?path[_0x3434e6(0x257)](_0x5b0049[_0x3434e6(0x2d6)]):process['cwd'](),_0x5c8feb[_0x3434e6(0x338)]),_0x36bb83={};_0x36bb83[_0x3434e6(0x34d)]=null,_0x36bb83[_0x3434e6(0x279)]=!![],_0x36bb83[_0x3434e6(0x250)]=Infinity,_0x36bb83['showHidden']=![];let _0x4719d3=_0x5c8feb[_0x3434e6(0x316)](inspect,_0x49f6d4,_0x36bb83);if(_0x4719d3[_0x3434e6(0x1ea)](_0x5c8feb['YCFwn'])){if(_0x5c8feb[_0x3434e6(0x29b)](_0x5c8feb[_0x3434e6(0x222)],_0x5c8feb[_0x3434e6(0x222)]))_0x4719d3=_0x4719d3['replace'](_0x5c8feb[_0x3434e6(0x315)],_0x5c8feb[_0x3434e6(0x2f5)]);else{const _0x5430e3=_0x131151[_0x3434e6(0x238)](_0x5c07b2,_0x5c8feb[_0x3434e6(0x27b)]),_0x540a8e=[_0x5430e3];if(_0x41d8c9[_0x3434e6(0x24c)](_0x4bb876[_0x5c8feb[_0x3434e6(0x26a)]]))_0x2da453[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x540a8e];else{if(_0x5c8feb['yCzuL'](typeof _0x4dfefe[_0x5c8feb[_0x3434e6(0x26a)]],_0x5c8feb[_0x3434e6(0x233)]))_0x1d2543[_0x5c8feb[_0x3434e6(0x26a)]]=[[_0x4fdc1c[_0x5c8feb[_0x3434e6(0x26a)]]],_0x540a8e];else _0x5c8feb[_0x3434e6(0x2a3)](typeof _0x3257b1[_0x5c8feb['bbDiL']],_0x5c8feb[_0x3434e6(0x258)])&&_0x21abb2[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x540a8e);}}}let _0x363b4=_0x5c8feb['aeVhd'];const _0x100575=helper['getProxyUrl'](_0x3c3f99[_0x3434e6(0x262)]);_0x100575&&(_0x363b4=_0x5c8feb[_0x3434e6(0x256)](_0x3434e6(0x320)+_0x100575+_0x3434e6(0x1fd),_0x363b4));helper[_0x3434e6(0x2bb)]({},_0x1a0c5a),fs[_0x3434e6(0x210)](_0x5c7fb7,_0x5c8feb[_0x3434e6(0x22e)](_0x363b4,_0x4719d3));const _0x19d950=_0x5c8feb['ncacz'](spawn,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],_0x5c8feb[_0x3434e6(0x1f4)],_0x5c8feb['OWUIn'],_0x5c7fb7,..._0x1a0c5a[_0x3434e6(0x20d)](0x2)],{'shell':_0x5c8feb[_0x3434e6(0x29b)](process[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':process[_0x3434e6(0x2bf)](),'env':{...process[_0x3434e6(0x2bd)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x3434e6(0x215)](_0x2fd9f0)}});_0x19d950['on'](_0x5c8feb[_0x3434e6(0x23c)],async _0x2b26e9=>{const _0x41a6fb=_0x3434e6,_0x1801b5=_0x5c8feb[_0x41a6fb(0x335)]['split']('|');let _0x46d63f=0x0;while(!![]){switch(_0x1801b5[_0x46d63f++]){case'0':logger[_0x41a6fb(0x1e8)](_0x41a6fb(0x239)+_0x5c7fb7);continue;case'1':process[_0x41a6fb(0x2c3)]=_0x2b26e9;continue;case'2':logger[_0x41a6fb(0x321)](_0x41a6fb(0x2bc)+_0x2b26e9);continue;case'3':fs[_0x41a6fb(0x2a6)](_0x5c7fb7);continue;case'4':await helper[_0x41a6fb(0x304)](_0x3c3f99);continue;case'5':await _0x5c8feb[_0x41a6fb(0x30f)](stopAccessibilityTestRun,_0x3c3f99[_0x41a6fb(0x262)]);continue;}break;}});}module[a23_0xed5c09(0x352)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a24_0x5ca588=a24_0x4bb0;(function(_0x1aeda6,_0x4c51e1){const _0x12350f=a24_0x4bb0,_0x1a5e2b=_0x1aeda6();while(!![]){try{const _0x4a6497=-parseInt(_0x12350f(0x14b))/0x1+-parseInt(_0x12350f(0x141))/0x2*(-parseInt(_0x12350f(0x123))/0x3)+-parseInt(_0x12350f(0x143))/0x4+-parseInt(_0x12350f(0x13d))/0x5*(-parseInt(_0x12350f(0x13e))/0x6)+parseInt(_0x12350f(0x139))/0x7+parseInt(_0x12350f(0x146))/0x8*(-parseInt(_0x12350f(0x129))/0x9)+parseInt(_0x12350f(0x137))/0xa;if(_0x4a6497===_0x4c51e1)break;else _0x1a5e2b['push'](_0x1a5e2b['shift']());}catch(_0xc06718){_0x1a5e2b['push'](_0x1a5e2b['shift']());}}}(a24_0x1067,0x2dad0));function a24_0x4bb0(_0x2c128c,_0x283ab2){const _0x106789=a24_0x1067();return a24_0x4bb0=function(_0x4bb077,_0x1d3cda){_0x4bb077=_0x4bb077-0x11d;let _0x4ce91=_0x106789[_0x4bb077];return _0x4ce91;},a24_0x4bb0(_0x2c128c,_0x283ab2);}const child_process=require('child_process'),{FRAMEWORKS}=require(a24_0x5ca588(0x128)),{getFrameworkVersion,debug}=require(a24_0x5ca588(0x127)),helper=require(a24_0x5ca588(0x12a)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x5ca588(0x122));module['exports']=async function(_0x4fac78){const _0x309e16=a24_0x5ca588,_0x4df541={'MdzJX':function(_0x38739f,_0x2f92da){return _0x38739f(_0x2f92da);},'aiPsW':function(_0x22121b){return _0x22121b();},'EXroY':_0x309e16(0x140),'iKzSg':function(_0x20f66f,_0x43bb8d){return _0x20f66f!==_0x43bb8d;},'DeVGg':_0x309e16(0x14c),'sTmXO':function(_0x42d941,_0xa549ec){return _0x42d941(_0xa549ec);},'Gtgiw':function(_0x3c6088){return _0x3c6088();},'ogwXD':_0x309e16(0x13f),'WiIaw':_0x309e16(0x14d),'biztF':function(_0x34df18,_0x269741){return _0x34df18(_0x269741);},'eLwSh':_0x309e16(0x132),'uQibe':function(_0xb76d75,_0xdc18ae){return _0xb76d75===_0xdc18ae;},'DhoXs':_0x309e16(0x11d),'foIbV':function(_0x4d9df4,_0x7508a7){return _0x4d9df4(_0x7508a7);},'CuJLq':function(_0x4d89ba,_0x34f3f4){return _0x4d89ba>=_0x34f3f4;},'tiRWs':_0x309e16(0x12f),'JkGHB':_0x309e16(0x13c),'tEyqi':function(_0x44ee5b,_0x368745,_0x4be0d8){return _0x44ee5b(_0x368745,_0x4be0d8);},'GCFvr':_0x309e16(0x133),'NDmro':function(_0x1303ad,_0x5890c0){return _0x1303ad!==_0x5890c0;},'syqmz':'XeYtd','FIBHz':'rHvGQ'},_0x572db1=child_process[_0x309e16(0x153)];child_process[_0x309e16(0x153)]=function(){const _0x33db9c=_0x309e16,_0x12aa47={'Mqqng':function(_0x3011eb,_0x166ec4){const _0x5ac99e=a24_0x4bb0;return _0x4df541[_0x5ac99e(0x152)](_0x3011eb,_0x166ec4);},'Rbshr':function(_0x17ec1a){const _0x29029a=a24_0x4bb0;return _0x4df541[_0x29029a(0x12c)](_0x17ec1a);},'PpCud':_0x4df541[_0x33db9c(0x136)]};if(_0x4df541[_0x33db9c(0x12d)](_0x4df541[_0x33db9c(0x130)],_0x4df541[_0x33db9c(0x130)]))return _0x12aa47[_0x33db9c(0x126)](_0x2643b8,_0x33db9c(0x124)+arguments[0x0]),arguments[0x0][_0x33db9c(0x149)](_0x12aa47[_0x33db9c(0x13b)](_0x161ab0))&&(arguments[0x0]=_0x4bf77a[_0x33db9c(0x147)](_0x12aa47[_0x33db9c(0x150)])),_0x3db0e8['apply'](null,arguments);else{_0x4df541[_0x33db9c(0x11f)](debug,_0x33db9c(0x124)+arguments[0x0]);if(arguments[0x0][_0x33db9c(0x149)](_0x4df541[_0x33db9c(0x135)](getForkProcessPath))){if(_0x4df541[_0x33db9c(0x12d)](_0x4df541['ogwXD'],_0x4df541[_0x33db9c(0x13a)])){const _0x48e0ff={};_0x48e0ff[_0x33db9c(0x138)]=_0x4d3f3f,_0x509fdb=_0x48e0ff;}else arguments[0x0]=require[_0x33db9c(0x147)](_0x4df541['EXroY']);}return _0x572db1[_0x33db9c(0x144)](null,arguments);}};if(process[_0x309e16(0x14e)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']){_0x4df541[_0x309e16(0x148)](debug,_0x4df541['eLwSh']);try{if(_0x4df541[_0x309e16(0x142)](_0x4df541['DhoXs'],_0x4df541[_0x309e16(0x14a)])){const {loadGlobalHook:_0x59a407}=helper[_0x309e16(0x125)](_0x4df541[_0x309e16(0x135)](getLoadUtilsPath)),_0x3d13c8=_0x4df541['foIbV'](getFrameworkVersion,FRAMEWORKS[_0x309e16(0x12b)]);let _0x4ab51a=_0x4fac78;if(_0x4df541[_0x309e16(0x121)](helper['compareVersions'](_0x3d13c8,_0x4df541[_0x309e16(0x131)]),0x0)){if(_0x4df541[_0x309e16(0x142)](_0x4df541[_0x309e16(0x120)],_0x4df541[_0x309e16(0x120)])){const _0x28e10d={};_0x28e10d[_0x309e16(0x138)]=_0x4fac78,_0x4ab51a=_0x28e10d;}else throw new _0x2bd959(_0x4df541[_0x309e16(0x14f)]);}const _0x42a0c4=await _0x4df541['tEyqi'](_0x59a407,_0x4ab51a,process[_0x309e16(0x14e)][_0x309e16(0x151)]);if(_0x4df541[_0x309e16(0x12d)](typeof _0x42a0c4,_0x4df541[_0x309e16(0x12e)])){if(_0x4df541[_0x309e16(0x134)](_0x4df541['syqmz'],_0x4df541['FIBHz']))throw new Error(_0x4df541[_0x309e16(0x14f)]);else arguments[0x0]=_0xfc85c7[_0x309e16(0x147)](_0x4df541[_0x309e16(0x136)]);}return _0x42a0c4[_0x309e16(0x144)](null,arguments);}else _0x4df541[_0x309e16(0x152)](_0x2fc091,_0x309e16(0x145)+_0x27d73f['toString']());}catch(_0x2e1058){_0x4df541[_0x309e16(0x152)](debug,_0x309e16(0x145)+_0x2e1058[_0x309e16(0x11e)]());}}};function a24_0x1067(){const _0x4855f4=['DhoXs','285372FybOEE','dazYE','Not\x20able\x20to\x20import\x20globalSetup','env','WiIaw','PpCud','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','MdzJX','fork','Msjhu','toString','sTmXO','JkGHB','CuJLq','./reporter/pwUtils','4512OopeNZ','Call\x20to\x20child\x20fork\x20with\x20args\x20','requireModule','Mqqng','../../helpers/test-observability/utils','../../helpers/test-observability/constants','60651GyIGsc','../../helpers/helper','PLAYWRIGHT','aiPsW','iKzSg','GCFvr','1.33.0','DeVGg','tiRWs','Running\x20existing\x20global\x20setup','function','NDmro','Gtgiw','EXroY','3449700bBJcxn','config','912779BgkFdv','ogwXD','Rbshr','NUdGw','35QhzSiN','5646btiesF','bGzaT','./mock-process.js','358tkAZva','uQibe','387028cFILXM','apply','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','216bHKZAT','resolve','biztF','includes'];a24_0x1067=function(){return _0x4855f4;};return a24_0x1067();}
|