browserstack-node-sdk 1.28.6 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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_0x39f848=a23_0x30a6;(function(_0x477d15,_0x369953){const _0x2c6ba4=a23_0x30a6,_0x47f5cf=_0x477d15();while(!![]){try{const _0x4c85ef=parseInt(_0x2c6ba4(0x222))/0x1*(-parseInt(_0x2c6ba4(0x303))/0x2)+parseInt(_0x2c6ba4(0x24d))/0x3+parseInt(_0x2c6ba4(0x1a0))/0x4*(parseInt(_0x2c6ba4(0x2c7))/0x5)+parseInt(_0x2c6ba4(0x23a))/0x6+parseInt(_0x2c6ba4(0x18e))/0x7*(-parseInt(_0x2c6ba4(0x21a))/0x8)+parseInt(_0x2c6ba4(0x230))/0x9*(-parseInt(_0x2c6ba4(0x285))/0xa)+parseInt(_0x2c6ba4(0x1ed))/0xb*(-parseInt(_0x2c6ba4(0x20b))/0xc);if(_0x4c85ef===_0x369953)break;else _0x47f5cf['push'](_0x47f5cf['shift']());}catch(_0xea6688){_0x47f5cf['push'](_0x47f5cf['shift']());}}}(a23_0x4332,0xcf13d));const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),{inspect,format}=require(a23_0x39f848(0x211)),logger=require(a23_0x39f848(0x1dd))[a23_0x39f848(0x25b)],{default:BrowserStackSetup}=require(a23_0x39f848(0x1c9)),helper=require(a23_0x39f848(0x26e)),constants=require(a23_0x39f848(0x208)),{FRAMEWORKS}=require(a23_0x39f848(0x288)),{getTransformPath,getConfigLoaderPath}=require(a23_0x39f848(0x271)),{CrashReporter,o11yErrorHandler}=require(a23_0x39f848(0x20e)),{getFrameworkVersion}=require(a23_0x39f848(0x1d3)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0x39f848(0x2a8)),{setAccessibilityPlaywrightCapabilities}=require(a23_0x39f848(0x1ec)),SessionHandler=require('../../helpers/test-observability/sessionHandler');function a23_0x30a6(_0x1bddbb,_0x59a064){const _0x4332da=a23_0x4332();return a23_0x30a6=function(_0x30a62c,_0x1cf3c5){_0x30a62c=_0x30a62c-0x172;let _0x216680=_0x4332da[_0x30a62c];return _0x216680;},a23_0x30a6(_0x1bddbb,_0x59a064);}async function requireOrImportDefaultObject(_0x7ad391){const _0x2a207a=a23_0x39f848,_0x2dd402={'HiJca':function(_0x45bf85){return _0x45bf85();},'oHuZy':function(_0x3e328f,_0x24248f){return _0x3e328f(_0x24248f);},'aaGqE':function(_0x4e8f00,_0x4402e8){return _0x4e8f00===_0x4402e8;},'GVoVU':_0x2a207a(0x2f2),'woObm':function(_0xd6756d,_0x541670){return _0xd6756d in _0x541670;},'utQkW':_0x2a207a(0x24e)},{requireOrImport:_0x53b809}=helper[_0x2a207a(0x255)](_0x2dd402[_0x2a207a(0x29d)](getTransformPath));let _0x588b41=await _0x2dd402['oHuZy'](_0x53b809,_0x7ad391);if(_0x588b41&&_0x2dd402['aaGqE'](typeof _0x588b41,_0x2dd402[_0x2a207a(0x247)])&&_0x2dd402[_0x2a207a(0x1f0)](_0x2dd402[_0x2a207a(0x2f5)],_0x588b41))_0x588b41=_0x588b41[_0x2dd402['utQkW']];return _0x588b41;}const getUserPlaywrightConfig=async(_0x39efb5,_0x359b61)=>{const _0x49384f=a23_0x39f848,_0x1cadc2={'jsmBP':_0x49384f(0x2ea),'Hvmbx':_0x49384f(0x1c0),'nCupw':_0x49384f(0x290),'VfQbq':function(_0x113734){return _0x113734();},'tQOvj':function(_0x2d3f33,_0x5ee523){return _0x2d3f33(_0x5ee523);},'TOYid':function(_0x9382bb,_0x133c2d){return _0x9382bb===_0x133c2d;},'WNErT':'PpfCC','IDGfi':_0x49384f(0x1db),'yUweI':function(_0x1335a0,_0x1ec124){return _0x1335a0!==_0x1ec124;},'gPEht':_0x49384f(0x2de),'MUAyj':_0x49384f(0x1bb),'FRvCi':_0x49384f(0x227),'NUlAu':_0x49384f(0x1f9),'LriYZ':_0x49384f(0x210),'mokGM':_0x49384f(0x2ec),'mXsTW':_0x49384f(0x198),'TkUkm':_0x49384f(0x2a6)},_0x40dad9=!helper[_0x49384f(0x224)](_0x39efb5[_0x49384f(0x1ac)]),_0x1b393d=_0x40dad9?path[_0x49384f(0x197)](process['cwd'](),_0x39efb5[_0x49384f(0x1ac)]):process['cwd'](),{resolveConfigFile:_0x2027b1}=helper['requireModule'](_0x1cadc2['VfQbq'](getConfigLoaderPath)),_0x1f5317=_0x1cadc2[_0x49384f(0x251)](_0x2027b1,_0x1b393d);let _0x4d43a3={};if(_0x1f5317){if(_0x1cadc2['TOYid'](_0x1cadc2['WNErT'],_0x1cadc2[_0x49384f(0x18a)]))_0x2b1bfd['env'][_0x49384f(0x2be)]=_0x270ce6[_0x49384f(0x1a9)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x165d0e['config'][_0x49384f(0x24f)];else{logger[_0x49384f(0x1a8)](_0x49384f(0x293)+_0x1f5317);try{_0x1cadc2['yUweI'](_0x1cadc2[_0x49384f(0x28c)],_0x1cadc2['gPEht'])?(_0xb45830[_0x49384f(0x1a9)]['BROWSERSTACK_AUTOMATION']=_0x1cadc2['jsmBP'],_0x4a5f79=_0x5494f3[_0x49384f(0x1ad)](_0x23abe9=>_0x23abe9!==_0x49384f(0x226))):_0x4d43a3=await _0x1cadc2[_0x49384f(0x251)](requireOrImportDefaultObject,_0x1f5317);}catch(_0x56e4cc){if(_0x1cadc2[_0x49384f(0x2c4)](_0x1cadc2[_0x49384f(0x258)],_0x1cadc2[_0x49384f(0x258)]))_0x3c24a9[_0x49384f(0x20f)](_0x49384f(0x19d)+_0x5783de);else return logger['error'](_0x1cadc2[_0x49384f(0x2d6)],_0x56e4cc),null;}}}else _0x1cadc2[_0x49384f(0x2c4)](_0x1cadc2['NUlAu'],_0x1cadc2[_0x49384f(0x309)])?_0x35cf76[_0x49384f(0x1a9)][_0x49384f(0x185)]=_0x1aa826[_0x49384f(0x264)][_0x49384f(0x238)](_0x1cadc2[_0x49384f(0x2d8)])||!![]:logger[_0x49384f(0x1a8)](_0x1cadc2[_0x49384f(0x2dd)]);if(_0x40dad9){if(_0x1cadc2[_0x49384f(0x263)](_0x1cadc2[_0x49384f(0x2bc)],_0x1cadc2[_0x49384f(0x302)]))_0x11fcad[_0x1cadc2[_0x49384f(0x234)]]=[_0xa10b47];else{const _0x170fa6=_0x359b61[_0x49384f(0x299)](_0x42a347=>_0x42a347===_0x49384f(0x246)||_0x42a347==='-c'||_0x42a347[_0x49384f(0x173)]('--config='));_0x359b61[_0x49384f(0x2cb)](_0x170fa6,_0x359b61[_0x170fa6][_0x49384f(0x173)](_0x1cadc2['TkUkm'])?0x1:0x2);}}const _0x50dd03={};return _0x50dd03[_0x49384f(0x29f)]=_0x1f5317,_0x50dd03['config']=_0x4d43a3,_0x50dd03;},setGlobalSetup=(_0x4eed95,_0x459b4b)=>{const _0xf65ace=a23_0x39f848,_0x320e20={'EJclp':function(_0x276227,_0xadbedd){return _0x276227!==_0xadbedd;},'YgxHU':_0xf65ace(0x297),'NdRbb':function(_0x49eee8,_0x4dd7ef){return _0x49eee8!==_0x4dd7ef;},'bDeue':_0xf65ace(0x1d8),'azdFc':function(_0x2026c0,_0x5087a7){return _0x2026c0+_0x5087a7;},'dSmeq':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','FuAdw':_0xf65ace(0x27e),'fwhty':function(_0x29df3b,_0x3f428e){return _0x29df3b===_0x3f428e;},'BUbNh':_0xf65ace(0x2ac),'BeyuZ':function(_0x1ab71f,_0x3aaa8a){return _0x1ab71f===_0x3aaa8a;},'VGgmq':_0xf65ace(0x1f1),'tvOLo':_0xf65ace(0x1a2),'uZiux':function(_0x4292ec,_0x232d77){return _0x4292ec===_0x232d77;},'fwZHC':_0xf65ace(0x236),'rUExC':_0xf65ace(0x1b6),'IlGPj':_0xf65ace(0x27b),'YUYhu':_0xf65ace(0x192),'RyPxs':_0xf65ace(0x2dc),'JeEuG':_0xf65ace(0x2fe),'Exccb':_0xf65ace(0x1ff),'iUDfq':function(_0x13f421,_0x46ccc6){return _0x13f421(_0x46ccc6);},'oItBs':_0xf65ace(0x2d2)};if(!_0x4eed95)return![];try{if(_0x320e20[_0xf65ace(0x2cc)](_0x320e20[_0xf65ace(0x1d1)],_0x320e20[_0xf65ace(0x1d1)])){if(_0x4eed95['globalSetup']){if(_0x320e20[_0xf65ace(0x214)](_0x320e20[_0xf65ace(0x2fd)],_0x320e20['VGgmq'])){let _0x48198c;const _0x41b4db=path[_0xf65ace(0x197)](_0x459b4b,_0x4eed95[_0x320e20[_0xf65ace(0x2a7)]]);if(fs[_0xf65ace(0x216)](_0x41b4db)){if(_0x320e20[_0xf65ace(0x2d4)](_0x320e20[_0xf65ace(0x23f)],_0x320e20[_0xf65ace(0x202)])){const _0x5a0ea5=_0x5560a3[_0xf65ace(0x196)](_0x66581f[_0xf65ace(0x1a9)][_0xf65ace(0x252)]);if(_0x5a0ea5){const _0x58a5a3=_0x471cdc[_0xf65ace(0x1a9)][_0xf65ace(0x305)],_0x57e6c9=[];_0x320e20[_0xf65ace(0x18c)](_0x58a5a3,_0x320e20[_0xf65ace(0x228)])&&_0x320e20[_0xf65ace(0x23b)](_0x58a5a3,null)&&_0x58a5a3[_0xf65ace(0x274)](',')[_0xf65ace(0x19c)](_0x40ea18=>{const _0x2794a9=_0xf65ace;_0x57e6c9[_0x2794a9(0x272)]('('+_0x40ea18[_0x2794a9(0x1c8)]()+')');});const _0x17a6fe='^'+_0x57e6c9[_0xf65ace(0x1e1)]('|')+'$';_0x3c34f2['push'](_0x320e20['bDeue'],_0x17a6fe);}}else _0x48198c=_0x41b4db;}else{if(_0x320e20['BeyuZ'](_0x320e20[_0xf65ace(0x2e3)],_0x320e20[_0xf65ace(0x2e3)])){const _0x1d75f3={};_0x1d75f3[_0xf65ace(0x23d)]=[_0x459b4b],_0x48198c=require[_0xf65ace(0x197)](_0x4eed95[_0x320e20['tvOLo']],_0x1d75f3);}else _0x2a640d[_0xf65ace(0x18f)][_0xf65ace(0x2f4)](_0x4f0a5a=>{const _0x3e3813=_0xf65ace;if(_0x24ac88[_0x3e3813(0x196)](_0x4f0a5a[_0x3e3813(0x2b5)]))return _0x5369d0=!![],!![];});}if(!_0x48198c)throw new Error(_0x320e20[_0xf65ace(0x2f8)]);process[_0xf65ace(0x1a9)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0x48198c;}else _0x1ad698=_0x320e20[_0xf65ace(0x181)](_0xf65ace(0x17c)+_0x33a70f+_0xf65ace(0x1ca),_0x5e55f9);}}else _0x4851e3[_0xf65ace(0x1a8)](_0x320e20['dSmeq']);}catch(_0x1c3be1){_0x320e20[_0xf65ace(0x18c)](_0x320e20[_0xf65ace(0x1c5)],_0x320e20[_0xf65ace(0x213)])?logger[_0xf65ace(0x25d)](_0x320e20['azdFc'](_0x320e20[_0xf65ace(0x1eb)],_0x320e20['iUDfq'](format,_0x1c3be1))):_0x4e3492[_0xf65ace(0x20f)](_0x320e20[_0xf65ace(0x291)]);}return _0x4eed95[_0xf65ace(0x1a2)]=require[_0xf65ace(0x197)](_0x320e20['oItBs']),!![];},addReporter=_0x5119bb=>{const _0x56f72d=a23_0x39f848,_0x247f77={'lOugk':'testMatch','DcFBq':'--config=','hRwLV':_0x56f72d(0x20a),'aMmiH':function(_0x906bce,_0x47d598){return _0x906bce+_0x47d598;},'xiddI':function(_0x2e00ab,_0x5af7a3){return _0x2e00ab(_0x5af7a3);},'IiqwE':'projects','bJzSP':_0x56f72d(0x17b),'KHbQc':'reporter','tcKev':function(_0x31d39c,_0x1fcf4a){return _0x31d39c!==_0x1fcf4a;},'cqser':_0x56f72d(0x262),'swMlz':_0x56f72d(0x21b),'LraMs':function(_0x474832,_0x1668d1){return _0x474832===_0x1668d1;},'CTZdS':_0x56f72d(0x294),'UHIhI':_0x56f72d(0x1b2),'ZNCcL':_0x56f72d(0x2f9),'bFjEx':function(_0xc48b7c,_0x5e6743){return _0xc48b7c===_0x5e6743;},'wUmMl':_0x56f72d(0x2f2),'EaqCK':_0x56f72d(0x19b),'QvmdF':_0x56f72d(0x18d)},_0x1ead33=path[_0x56f72d(0x1e1)](__dirname,_0x247f77[_0x56f72d(0x1ae)]),_0x515ef0=[_0x1ead33];if(helper[_0x56f72d(0x224)](_0x5119bb[_0x247f77[_0x56f72d(0x253)]]))_0x247f77[_0x56f72d(0x235)](_0x247f77[_0x56f72d(0x1b0)],_0x247f77['swMlz'])?_0x5119bb[_0x247f77['KHbQc']]=[_0x515ef0]:_0x4b0b94[_0x56f72d(0x175)][_0x247f77[_0x56f72d(0x2c1)]]=_0x78a31c[_0x247f77['lOugk']];else{if(_0x247f77[_0x56f72d(0x184)](typeof _0x5119bb[_0x247f77[_0x56f72d(0x253)]],_0x247f77[_0x56f72d(0x209)])){if(_0x247f77[_0x56f72d(0x235)](_0x247f77[_0x56f72d(0x26d)],_0x247f77['ZNCcL']))_0x5119bb[_0x247f77['KHbQc']]=[[_0x5119bb[_0x247f77[_0x56f72d(0x253)]]],_0x515ef0];else{const _0x417c57=_0x14b6a6[_0x56f72d(0x299)](_0x5f5450=>_0x5f5450==='--config'||_0x5f5450==='-c'||_0x5f5450['startsWith'](_0x56f72d(0x2a6)));_0x1410ef[_0x56f72d(0x2cb)](_0x417c57,_0x1f84dc[_0x417c57][_0x56f72d(0x173)](_0x247f77['DcFBq'])?0x1:0x2);}}else{if(_0x247f77[_0x56f72d(0x2a3)](typeof _0x5119bb[_0x247f77[_0x56f72d(0x253)]],_0x247f77[_0x56f72d(0x1f3)])){if(_0x247f77[_0x56f72d(0x2a3)](_0x247f77[_0x56f72d(0x1e0)],_0x247f77['QvmdF'])){const _0x35684f={};_0x35684f[_0x247f77[_0x56f72d(0x200)]]={'connectOptions':{'wsEndpoint':_0x247f77[_0x56f72d(0x2fa)](_0x5edd73,_0x247f77[_0x56f72d(0x1d7)](_0x393a6f,_0x43b887[_0x56f72d(0x267)](_0x5702e4)))}},_0x35684f[_0x247f77[_0x56f72d(0x2c1)]]=_0x5961a7,_0x3d6156[_0x247f77[_0x56f72d(0x19a)]][_0x56f72d(0x272)](_0x35684f);}else _0x5119bb[_0x247f77['KHbQc']][_0x56f72d(0x272)](_0x515ef0);}}}},handleO11yRerun=_0x2f5b19=>{const _0x504214=a23_0x39f848,_0x4c1ccd={};_0x4c1ccd[_0x504214(0x17d)]=function(_0x27bddc,_0x4269f8){return _0x27bddc!==_0x4269f8;},_0x4c1ccd['LQEvQ']=_0x504214(0x297),_0x4c1ccd[_0x504214(0x21c)]=_0x504214(0x1d8),_0x4c1ccd[_0x504214(0x193)]=_0x504214(0x201),_0x4c1ccd[_0x504214(0x23c)]=_0x504214(0x217),_0x4c1ccd['IJdKW']=_0x504214(0x2e7),_0x4c1ccd[_0x504214(0x29a)]=_0x504214(0x1b4),_0x4c1ccd[_0x504214(0x2d9)]=function(_0x39ec0d,_0x42e92f){return _0x39ec0d!==_0x42e92f;},_0x4c1ccd['ZQdBW']=function(_0x14619d,_0x2003cb){return _0x14619d!==_0x2003cb;},_0x4c1ccd['VeGzt']='ODEgh';const _0x46f5c=_0x4c1ccd,_0x2161ec=helper['isTrue'](process['env'][_0x504214(0x252)]);if(_0x2161ec){if(_0x46f5c[_0x504214(0x17d)](_0x46f5c[_0x504214(0x1f4)],_0x46f5c['vjIFi'])){const _0x49304b=process[_0x504214(0x1a9)]['BROWSERSTACK_RERUN_TESTS'],_0x3f9eb5=[];_0x46f5c[_0x504214(0x2d9)](_0x49304b,_0x46f5c['LQEvQ'])&&_0x46f5c['ZQdBW'](_0x49304b,null)&&(_0x46f5c[_0x504214(0x177)](_0x46f5c['VeGzt'],_0x46f5c[_0x504214(0x1e2)])?(_0x4000bb=!![],_0x49d0b5[_0x504214(0x1a9)][_0x504214(0x2bb)]=_0x19cad6['config'][_0x504214(0x2b5)]):_0x49304b[_0x504214(0x274)](',')[_0x504214(0x19c)](_0x392ccc=>{const _0x43228a=_0x504214,_0x2cb138={'ndsco':function(_0x239c16,_0x3a4b50){const _0x5ba711=a23_0x30a6;return _0x46f5c[_0x5ba711(0x17d)](_0x239c16,_0x3a4b50);},'kNONY':_0x46f5c['LQEvQ'],'USZVM':function(_0x2028dc,_0x4bd7e4){const _0x2a4f3a=a23_0x30a6;return _0x46f5c[_0x2a4f3a(0x17d)](_0x2028dc,_0x4bd7e4);},'dXaEg':_0x46f5c[_0x43228a(0x21c)]};if(_0x46f5c[_0x43228a(0x17d)](_0x46f5c['nIauZ'],_0x46f5c['nIauZ'])){const _0x3b9d09=_0x1f245e[_0x43228a(0x1a9)]['BROWSERSTACK_RERUN_TESTS'],_0x12e92b=[];_0x2cb138[_0x43228a(0x266)](_0x3b9d09,_0x2cb138[_0x43228a(0x1fb)])&&_0x2cb138[_0x43228a(0x244)](_0x3b9d09,null)&&_0x3b9d09[_0x43228a(0x274)](',')[_0x43228a(0x19c)](_0x196c99=>{const _0x363927=_0x43228a;_0x12e92b[_0x363927(0x272)]('('+_0x196c99[_0x363927(0x1c8)]()+')');});const _0x1b0cec='^'+_0x12e92b[_0x43228a(0x1e1)]('|')+'$';_0x456d3d[_0x43228a(0x272)](_0x2cb138[_0x43228a(0x2e5)],_0x1b0cec);}else _0x3f9eb5[_0x43228a(0x272)]('('+_0x392ccc[_0x43228a(0x1c8)]()+')');}));const _0x18ab0e='^'+_0x3f9eb5[_0x504214(0x1e1)]('|')+'$';_0x2f5b19[_0x504214(0x272)](_0x46f5c[_0x504214(0x21c)],_0x18ab0e);}else _0x409d04[_0x504214(0x175)][_0x46f5c[_0x504214(0x23c)]]=_0x1705e7[_0x46f5c['GSmyr']];}},spawnOriginalProcess=_0x1255b3=>{const _0x403645=a23_0x39f848,_0x42a4a9={'rQbDZ':function(_0x41425a,_0xf16608,_0x5b9d8b,_0x185050){return _0x41425a(_0xf16608,_0x5b9d8b,_0x185050);},'wyCQO':'npx','qmgQC':_0x403645(0x2c9),'ZdEyv':function(_0x17acc5,_0x4230c2){return _0x17acc5===_0x4230c2;},'WMqNx':_0x403645(0x2d1),'EyFIC':_0x403645(0x295)};_0x42a4a9[_0x403645(0x2a4)](spawn,_0x42a4a9['wyCQO'],[_0x42a4a9[_0x403645(0x1fe)],..._0x1255b3[_0x403645(0x1da)](0x1)],{'shell':_0x42a4a9[_0x403645(0x2ce)](process[_0x403645(0x174)],_0x42a4a9[_0x403645(0x22f)]),'stdio':_0x42a4a9[_0x403645(0x2ed)],'cwd':process[_0x403645(0x189)]()});},isTestCommand=(_0x56ccd0,_0xbd0713)=>{const _0x2708b5=a23_0x39f848,_0x326b20={};_0x326b20[_0x2708b5(0x1fd)]=function(_0x137f1d,_0x2333d9){return _0x137f1d>_0x2333d9;},_0x326b20[_0x2708b5(0x270)]=function(_0x50938d,_0x18d55a){return _0x50938d===_0x18d55a;},_0x326b20[_0x2708b5(0x269)]='test',_0x326b20[_0x2708b5(0x1e8)]=_0x2708b5(0x2ee);const _0x224f8f=_0x326b20;if(_0x224f8f[_0x2708b5(0x1fd)](_0xbd0713[_0x2708b5(0x1ee)],0x1)&&_0x224f8f[_0x2708b5(0x270)](_0xbd0713[0x1],_0x224f8f[_0x2708b5(0x269)]))return _0x224f8f[_0x2708b5(0x270)](_0x224f8f[_0x2708b5(0x1e8)],_0x224f8f['WdPyS'])?!![]:(_0x1e1615=!![],!![]);return![];},initO11yCrashReporter=(_0x5bb917,_0x2bb848)=>{const _0x1053bb=a23_0x39f848,_0x493d2c={'cOSQi':function(_0x310ef8,_0x1b4aca){return _0x310ef8(_0x1b4aca);}},_0x177d85={'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x493d2c[_0x1053bb(0x2a1)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter[_0x1053bb(0x28f)](_0x177d85,_0x5bb917,_0x2bb848);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x21c081){const _0x1440be=a23_0x39f848,_0x150475={'vcGSC':_0x1440be(0x286),'INiHz':function(_0x1a8b0a,_0x1f252c){return _0x1a8b0a(_0x1f252c);},'RHNXl':function(_0x5d0165,_0x3d27e8){return _0x5d0165>_0x3d27e8;},'aRmwY':function(_0xd5998f,_0x25ed7e){return _0xd5998f===_0x25ed7e;},'aRoRD':_0x1440be(0x1be)},_0x38dfe8=await SessionHandler[_0x1440be(0x2ae)](_0x21c081,{'frameworkName':FRAMEWORKS[_0x1440be(0x2ba)],'frameworkVersion':_0x150475[_0x1440be(0x180)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(!_0x38dfe8||_0x150475[_0x1440be(0x2b8)](_0x38dfe8['length'],0x1)&&_0x150475[_0x1440be(0x17f)](_0x38dfe8[0x0],null)){if(_0x150475[_0x1440be(0x17f)](_0x150475[_0x1440be(0x278)],_0x150475[_0x1440be(0x278)]))return process[_0x1440be(0x1a9)][_0x1440be(0x2be)]=![],![];else{_0x120e46[_0x1440be(0x25d)](_0x150475[_0x1440be(0x1b7)]);return;}}return!![];});function a23_0x4332(){const _0xf9f14d=['VeGzt','dsFpF','Symbol(\x27defineConfigWasUsed\x27)]','fjgYy','CGtkF','ILpob','WdPyS','playwright-browserstack-sdk.config.js','ZfaSb','Exccb','./accessibility-helper','4077282cFsDPa','length','cVcMj','woObm','YanUR','testIgnore','wUmMl','IJdKW','getPlaywrightUrl','pDKwF','wLdke','eCeyt','ldYhv','uExrY','kNONY','collectFilesForProject','QnLcF','qmgQC','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','hRwLV','KFXaq','rUExC','uIhZD','AYuAz','tnvuC','nQnlM','eHJll','../utils/constants','CTZdS','use','12HZPtnW','kEnxV','ubHAH','../../helpers/test-observability/error-handler','debug','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','util','FkmwI','JeEuG','BeyuZ','Ugpxc','existsSync','testDir','wwbrv','qJBKr','40lPlSOi','TDsBI','FOeeX','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','oxzVo','pZkpI','KxPzR','TsKGg','3MTEAkQ','2|1|0|3|4','isUndefined','UZcaf','--disable-browserstack-automation','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','YgxHU','DrWML','rbPti','YdkKI','EWuXx','getProxyUrl','WWYbj','WMqNx','145953GEmTJW','DsuRM','tGYpH','HPgVW','nCupw','tcKev','vvYIM','OsBKJ','get','avTbn','6652656ikMJoW','NdRbb','GSmyr','paths','rzQzX','fwZHC','dirname','Playwright\x20process\x20exited\x20with\x20code\x20','wdzYG','PWcNz','USZVM','kFeaw','--config','GVoVU','vrzCd','OMVhz','jmDrR','qepaq','oIJBS','2638953hrXDoe','default','testObservability','qqbfS','tQOvj','BROWSERSTACK_RERUN','KHbQc','Vrnog','requireModule','oTWiP','EduId','MUAyj','hrBCt','dvPUn','winstonLogger','rtjrF','error','RLYhm','Symbol(defineConfigWasUsed)]','VRObL','showHidden','FgBZJ','TOYid','cliConfig','IuwCd','ndsco','stringify','respectGitIgnore','AfjLb','dQPnH','XhwEW','AiAPR','UHIhI','../../helpers/helper','GzOar','emeXv','./reporter/pwUtils','push','ZyaTk','split','projects','indexOf','YxMTt','aRoRD','PVskO','DcQlh','LyqKd','close','uHToJ','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','hRdrr','RaIrI','Deleting\x20','gUklc','pAJrf','replace','240HnLrTI','BrowserStack\x20config\x20file\x20not\x20found.','iSXdc','../../helpers/test-observability/constants','AcbUr','ClZMU','vSNZI','gPEht','XNDgL','LAOlZ','initialize','reporter','FuAdw','yFMwo','Getting\x20your\x20playwright\x20config\x20from\x20','string','inherit','WgNxU','null','vmDEJ','findIndex','vjIFi','NJUov','xlIOv','HiJca','TcIsC','path','bhyyN','cOSQi','hJAuE','bFjEx','rQbDZ','uoZfZ','--config=','tvOLo','../../helpers/accessibility-automation/helper','TVWSm','roIUw','parallelsPerPlatform','hiVmN','CfXkl','launch','@playwright/test','true','yfZLI','isFalse','ogFOm','includes','accessibility','pGhFB','ndcFR','RHNXl','WjmYr','PLAYWRIGHT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','mokGM','IWjHt','BROWSERSTACK_TEST_OBSERVABILITY','compact','bGlQq','lOugk','HsNby','DgQhU','yUweI','RkFqp','testMatch','415ZniTHE','Lbzgy','playwright','Kcpti','splice','fwhty','HOEmQ','ZdEyv','SzeOP','rTSvJ','win32','./globalSetup.js','2|5|3|4|0|1','uZiux','MMIVg','FRvCi','WPCIf','Hvmbx','IojGe','oPKkF','mEswG','qoWFA','LriYZ','XVTVz','TBJYx','SPVoT','fVYsY','IlMau','IlGPj','JxvMb','dXaEg','WrwUJ','TvfrH','exports','HdGwQ','false','vxYLd','VeZqt','EyFIC','ThoRv','yRJqV','UWjYu','LtuEt','object','GNNye','forEach','utQkW','AazQX','jbQVW','YUYhu','iDdVG','aMmiH','CrBur','dMHbh','VGgmq','CKboS','@playwright/test/lib/runner/projectUtils.js','FGbMQ','XkyDl','mXsTW','459106DxMiYp','GzhkS','BROWSERSTACK_RERUN_TESTS','accessibilityOptions','OzNbE','rDnjo','NUlAu','aiRTc','oyuQH','NKwiT','startsWith','platform','project','hdIXL','ZQdBW','vLCDi','dTunN','depth','./reporter/reporter.js','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','TQvIR','pUiOR','aRmwY','INiHz','azdFc','aCGVE','jxdxL','LraMs','BROWSERSTACK_AUTOMATION','test','Xjyqt','ufKtO','cwd','IDGfi','jNjSm','EJclp','ilTMu','876456JvzRtD','platforms','BUklm','--disable-test-observability','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','nIauZ','xGMbr','lbmwr','isTrue','resolve','xCTCF','NUjqt','IiqwE','KhPIL','map','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','eNgjj','unlinkSync','45028JAQhjC','qFkcA','globalSetup','tBUKE','QBtOQ','writeFileSync','RBPdc','iKuUi','info','env','NQNFq','UEkBQ','config','filter','bJzSP','spZUQ','cqser','FzQLF','nrtQN','fOobA','EPeme','OTcqZ','wQzfX','vcGSC','GDmrd','JSSPG','yXzUC','Iqcjq','aBdqA','workers','GdJGb','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','automation','QLSzd','WXDaN','LmlFY','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RyPxs','jZHNL','filterBrowserstackConfig','trim','../../helpers/BrowserStackSetup','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','ybnWt','UnFdg','MOSWy','olnNG','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','QcyVz','BUbNh','BS_A11Y_JWT','../../helpers/test-observability/utils','EBHyD','PcqFF','ewXop','xiddI','--grep','AVRkH','slice','MFZIi','Qwhvl','../../helpers/logger','dZSeH','ahEwD','EaqCK','join'];a23_0x4332=function(){return _0xf9f14d;};return a23_0x4332();}function checkAccessibilityPlatformConfig(_0x1e80d7){const _0x5f5b02=a23_0x39f848,_0x2c3ae1={'UEkBQ':function(_0x43c2e0,_0x55937a){return _0x43c2e0(_0x55937a);},'PisFg':_0x5f5b02(0x25f),'ZyaTk':_0x5f5b02(0x1e4),'SzeOP':function(_0x326ae7,_0x246c55){return _0x326ae7===_0x246c55;},'kEnxV':_0x5f5b02(0x2c8),'TcIsC':_0x5f5b02(0x2b1),'wdzYG':'AkyxD','oTWiP':_0x5f5b02(0x20a),'rRVyl':function(_0x3c3f2e,_0x39d311){return _0x3c3f2e+_0x39d311;},'mEswG':_0x5f5b02(0x2c6),'FzQLF':_0x5f5b02(0x275),'XkyDl':_0x5f5b02(0x217),'iSXdc':function(_0x1e2bb2,_0x99a745){return _0x1e2bb2===_0x99a745;},'dMHbh':_0x5f5b02(0x2a2),'KmVfa':function(_0x455fc3,_0x1375ec){return _0x455fc3===_0x1375ec;},'NJUov':'eTXuj','HdGwQ':'djbOp'};let _0x29bb14=![];try{if(_0x2c3ae1[_0x5f5b02(0x287)](_0x2c3ae1[_0x5f5b02(0x2fc)],_0x2c3ae1[_0x5f5b02(0x2fc)]))_0x1e80d7['platforms'][_0x5f5b02(0x2f4)](_0x4f0681=>{const _0x3520fc=_0x5f5b02,_0x5ecac0={};_0x5ecac0[_0x3520fc(0x1ef)]=_0x2c3ae1['PisFg'],_0x5ecac0[_0x3520fc(0x25a)]=_0x2c3ae1[_0x3520fc(0x273)];const _0x3bf0f6=_0x5ecac0;if(_0x2c3ae1[_0x3520fc(0x2cf)](_0x2c3ae1[_0x3520fc(0x20c)],_0x2c3ae1[_0x3520fc(0x20c)])){if(helper[_0x3520fc(0x196)](_0x4f0681['accessibility'])){if(_0x2c3ae1[_0x3520fc(0x2cf)](_0x2c3ae1[_0x3520fc(0x29e)],_0x2c3ae1[_0x3520fc(0x242)]))_0x2ff4c7=_0x1f260e[_0x3520fc(0x284)](_0x3bf0f6[_0x3520fc(0x1ef)],_0x3bf0f6[_0x3520fc(0x25a)]);else return _0x29bb14=!![],!![];}}else{_0x2c3ae1['UEkBQ'](_0x1fd33b,_0x55ed7d);return;}});else{const _0x2db5ef={'ILpob':_0x2c3ae1[_0x5f5b02(0x256)],'uIhZD':function(_0x268216,_0x152371){return _0x2c3ae1['rRVyl'](_0x268216,_0x152371);},'rtjrF':function(_0x1b895d,_0x5ec612){return _0x2c3ae1['UEkBQ'](_0x1b895d,_0x5ec612);},'bhyyN':_0x2c3ae1[_0x5f5b02(0x2db)],'jNjSm':_0x2c3ae1[_0x5f5b02(0x1b1)]};_0x1c8e04['forEach'](_0x16500d=>{_0x4e64ad['forEach'](_0x31f945=>{const _0x4aae6f=a23_0x30a6,_0x1b2dd3={};_0x1b2dd3[_0x2db5ef[_0x4aae6f(0x1e7)]]={'connectOptions':{'wsEndpoint':_0x2db5ef[_0x4aae6f(0x203)](_0x5df8b2,_0x2db5ef[_0x4aae6f(0x25c)](_0x283ae8,_0x20bfdb[_0x4aae6f(0x267)](_0x31f945)))}},_0x1b2dd3[_0x2db5ef[_0x4aae6f(0x2a0)]]=_0x16500d,_0x1b15e8[_0x2db5ef[_0x4aae6f(0x18b)]][_0x4aae6f(0x272)](_0x1b2dd3);});}),_0x2ab1e0[_0x2c3ae1[_0x5f5b02(0x2db)]]='',_0x3c04f4[_0x2c3ae1[_0x5f5b02(0x301)]]='';}}catch(_0x5e5f9d){if(_0x2c3ae1['KmVfa'](_0x2c3ae1[_0x5f5b02(0x29b)],_0x2c3ae1[_0x5f5b02(0x2e9)])){_0x2c3ae1[_0x5f5b02(0x1ab)](_0xea734c,_0x5cc33);return;}else logger[_0x5f5b02(0x20f)](_0x5f5b02(0x19d)+_0x5e5f9d);}return _0x29bb14;}async function run(_0x1b6b19,_0x535dd4){const _0x126ace=a23_0x39f848,_0x426f49={'ZfaSb':'false','YxMTt':function(_0x8697f9,_0x3ec114){return _0x8697f9+_0x3ec114;},'DByNh':_0x126ace(0x1ff),'hRdrr':function(_0x437572,_0x1c5bbe){return _0x437572(_0x1c5bbe);},'tnvuC':_0x126ace(0x1f2),'lqzoo':function(_0x4f2ae6,_0x2210c3,_0x46acfc,_0x5965a2){return _0x4f2ae6(_0x2210c3,_0x46acfc,_0x5965a2);},'WgNxU':'npx','SPVoT':_0x126ace(0x2c9),'HsNby':function(_0x16ba1b,_0x2eee58){return _0x16ba1b===_0x2eee58;},'pGhFB':_0x126ace(0x2d1),'nQnlM':_0x126ace(0x295),'oyuQH':function(_0x66f0cc,_0x18c32b){return _0x66f0cc>_0x18c32b;},'QcyVz':function(_0x582819,_0x196eae){return _0x582819===_0x196eae;},'OTcqZ':_0x126ace(0x186),'EduId':_0x126ace(0x17b),'RkFqp':_0x126ace(0x290),'uoZfZ':'string','WjmYr':function(_0x13f75c,_0x3d6006){return _0x13f75c===_0x3d6006;},'CcyPX':'object','pDKwF':_0x126ace(0x1a2),'PVskO':_0x126ace(0x192),'olnNG':_0x126ace(0x20a),'xlIOv':function(_0x4ef521,_0x565b03){return _0x4ef521(_0x565b03);},'TBJYx':'testMatch','vrzCd':_0x126ace(0x275),'aCGVE':function(_0x2214f6,_0x58bf34){return _0x2214f6+_0x58bf34;},'DcQlh':_0x126ace(0x260),'vwdTX':function(_0x49c5f5,_0x385826){return _0x49c5f5+_0x385826;},'IuwCd':function(_0x509129,_0x11e45b){return _0x509129(_0x11e45b);},'GDmrd':function(_0x459d4e,_0x203a2b){return _0x459d4e(_0x203a2b);},'Xjyqt':function(_0x15d673,_0x30740){return _0x15d673===_0x30740;},'qJBKr':_0x126ace(0x300),'fOobA':function(_0x1893c9,_0x371bc6){return _0x1893c9===_0x371bc6;},'pZkpI':_0x126ace(0x21e),'LAOlZ':'UfWrk','WXDaN':function(_0x247cef,_0x33d157){return _0x247cef!==_0x33d157;},'iKuUi':_0x126ace(0x2b3),'pAJrf':_0x126ace(0x2ad),'YdkKI':function(_0x2ddf7a,_0x20f679){return _0x2ddf7a+_0x20f679;},'MOSWy':_0x126ace(0x227),'tBUKE':_0x126ace(0x2d3),'rbPti':function(_0x1c6a2a,_0x90f4bb){return _0x1c6a2a(_0x90f4bb);},'AVRkH':function(_0x50e561,_0x459940){return _0x50e561!==_0x459940;},'hdIXL':_0x126ace(0x2c0),'ubHAH':'--disable-browserstack-automation','PcqFF':function(_0x484aa1,_0x4ba77f){return _0x484aa1!==_0x4ba77f;},'UWjYu':_0x126ace(0x254),'OtcIv':'SkUTt','vxYLd':'--disable-test-observability','XhwEW':function(_0x3d6e84,_0x4c27bf){return _0x3d6e84>=_0x4c27bf;},'WbIMa':_0x126ace(0x2ef),'PWcNz':_0x126ace(0x1dc),'CrBur':function(_0x7e46d7,_0x251f27,_0x41229e){return _0x7e46d7(_0x251f27,_0x41229e);},'xGMbr':_0x126ace(0x1bc),'jxdxL':_0x126ace(0x1e3),'JSSPG':function(_0x2a2298,_0x3f00f7){return _0x2a2298!==_0x3f00f7;},'VjVrg':_0x126ace(0x207),'EBHyD':_0x126ace(0x1df),'IWjHt':_0x126ace(0x286),'TsKGg':_0x126ace(0x1c0),'jbQVW':function(_0x3014ce,_0x205b7a){return _0x3014ce!==_0x205b7a;},'AazQX':_0x126ace(0x28d),'MMIVg':_0x126ace(0x1de),'hrBCt':function(_0x5be55e,_0x3760a4){return _0x5be55e!=_0x3760a4;},'UZcaf':function(_0x898528,_0x207b8c){return _0x898528!==_0x207b8c;},'FkmwI':_0x126ace(0x232),'CDvSl':_0x126ace(0x26a),'fVYsY':function(_0x354504,_0x1bebde){return _0x354504===_0x1bebde;},'eCeyt':'BikTw','vSNZI':_0x126ace(0x1a4),'rDnjo':function(_0x424c8f,_0x51287e){return _0x424c8f===_0x51287e;},'oPKkF':_0x126ace(0x249),'qepaq':_0x126ace(0x179),'wwbrv':function(_0x2b9a9a,_0x318221,_0x57086c){return _0x2b9a9a(_0x318221,_0x57086c);},'AcbUr':function(_0x16ba50,_0x490883){return _0x16ba50===_0x490883;},'roIUw':'nmLqk','ridDG':'scfrq','ewXop':function(_0x2a58c6,_0x377c7b,_0x224da2){return _0x2a58c6(_0x377c7b,_0x224da2);},'jmDrR':function(_0x5edb33,_0x1abdfa){return _0x5edb33!==_0x1abdfa;},'ejJeI':'dhNyX','rTSvJ':function(_0x23e594,_0x529627){return _0x23e594(_0x529627);},'QLSzd':'jfDMb','spZUQ':_0x126ace(0x223),'WWYbj':function(_0x56e094,_0x328cf8){return _0x56e094(_0x328cf8);},'GzhkS':function(_0x3ac265,_0x39fb49,_0x1bd832){return _0x3ac265(_0x39fb49,_0x1bd832);},'EWuXx':_0x126ace(0x1cf),'hYQuV':_0x126ace(0x2b0),'AiAPR':function(_0x5f520c,_0x8662af){return _0x5f520c(_0x8662af);},'AYuAz':_0x126ace(0x229),'NKwiT':_0x126ace(0x307),'HPgVW':_0x126ace(0x2af),'RBPdc':'jQUvQ','vmDEJ':'niNeB','IlMau':function(_0x50f40a,_0x31df4e){return _0x50f40a!==_0x31df4e;},'GNNye':_0x126ace(0x2cd),'Ugpxc':_0x126ace(0x250),'CGtkF':_0x126ace(0x292),'OsBKJ':_0x126ace(0x2ff),'jZHNL':_0x126ace(0x217),'DsuRM':function(_0x28d71e,_0x1115be){return _0x28d71e===_0x1115be;},'LmlFY':_0x126ace(0x220),'RaIrI':'vceFa','NUjqt':function(_0x54b018,_0x2d2a12){return _0x54b018===_0x2d2a12;},'uHToJ':_0x126ace(0x2e4),'lbmwr':_0x126ace(0x188),'jviPp':_0x126ace(0x239),'LtuEt':_0x126ace(0x27e),'WPCIf':function(_0x165a4a,_0x3b627c){return _0x165a4a===_0x3b627c;},'qFkcA':_0x126ace(0x1cb),'BUklm':_0x126ace(0x282),'UnFdg':_0x126ace(0x30a),'zLDMC':_0x126ace(0x28a),'RLYhm':function(_0x495cbb,_0x66c8d8){return _0x495cbb*_0x66c8d8;},'wLdke':_0x126ace(0x1bd),'Ykfwm':_0x126ace(0x1e9),'jTnTt':function(_0x265d36,_0x137699,_0x31cb0d){return _0x265d36(_0x137699,_0x31cb0d);},'TVWSm':_0x126ace(0x25f),'NQNFq':function(_0x5c8e16,_0x4d017){return _0x5c8e16!==_0x4d017;},'tkEyM':_0x126ace(0x1ba),'pUiOR':_0x126ace(0x1fa),'Kcpti':_0x126ace(0x1e4),'WrwUJ':'module.exports\x20=\x20','vLCDi':function(_0x185685,_0x46cafc){return _0x185685+_0x46cafc;},'MZxoV':function(_0x3a0838,_0x14fdbd){return _0x3a0838+_0x14fdbd;},'waxOY':function(_0xe5421a,_0x1ad896,_0xa84700,_0x604013){return _0xe5421a(_0x1ad896,_0xa84700,_0x604013);},'GzOar':'--config','DgQhU':function(_0x3a95f4,_0x46855f){return _0x3a95f4===_0x46855f;},'ndcFR':_0x126ace(0x27c)};!helper[_0x126ace(0x2b2)](process['env'][_0x126ace(0x185)])&&(_0x426f49[_0x126ace(0x1d9)](_0x426f49[_0x126ace(0x176)],_0x426f49[_0x126ace(0x176)])?(_0x483b9c[_0x126ace(0x1a9)][_0x126ace(0x2be)]=_0x426f49[_0x126ace(0x1ea)],_0x3d330d=_0x58265e['filter'](_0x1427ae=>_0x1427ae!==_0x126ace(0x191))):process['env'][_0x126ace(0x185)]=!![]);process['argv'][_0x126ace(0x2b4)](_0x426f49[_0x126ace(0x20d)])&&(_0x426f49[_0x126ace(0x1d5)](_0x426f49[_0x126ace(0x2f0)],_0x426f49['OtcIv'])?(process['env'][_0x126ace(0x185)]=_0x426f49['ZfaSb'],_0x535dd4=_0x535dd4['filter'](_0x1b9473=>_0x1b9473!=='--disable-browserstack-automation')):_0x515cdc['error'](_0x426f49[_0x126ace(0x277)](_0x426f49['DByNh'],_0x426f49[_0x126ace(0x27f)](_0x502156,_0x57b418))));const _0x112105=_0x535dd4[_0x126ace(0x276)](_0x426f49[_0x126ace(0x2eb)]);_0x426f49[_0x126ace(0x26b)](_0x112105,0x0)&&(_0x426f49[_0x126ace(0x1d9)](_0x426f49['WbIMa'],_0x426f49[_0x126ace(0x243)])?(process[_0x126ace(0x1a9)][_0x126ace(0x2be)]=_0x426f49['ZfaSb'],_0x535dd4=_0x535dd4[_0x126ace(0x1ad)](_0x126ff4=>_0x126ff4!==_0x126ace(0x191))):_0x2b275e[_0x126ace(0x175)][_0x426f49['tnvuC']]=_0x9e88c3[_0x426f49[_0x126ace(0x205)]]);if(!_0x426f49[_0x126ace(0x2fb)](isTestCommand,_0x1b6b19,_0x535dd4)){if(_0x426f49[_0x126ace(0x187)](_0x426f49[_0x126ace(0x194)],_0x426f49[_0x126ace(0x183)]))_0x426f49['lqzoo'](_0x38531d,_0x426f49[_0x126ace(0x296)],[_0x426f49['SPVoT'],..._0x1d8dae[_0x126ace(0x1da)](0x1)],{'shell':_0x426f49['HsNby'](_0x10a1e5[_0x126ace(0x174)],_0x426f49[_0x126ace(0x2b6)]),'stdio':_0x426f49[_0x126ace(0x206)],'cwd':_0x39448c[_0x126ace(0x189)]()});else{_0x426f49[_0x126ace(0x27f)](spawnOriginalProcess,_0x535dd4);return;}}const _0xa0a912=new BrowserStackSetup(_0x1b6b19,FRAMEWORKS[_0x126ace(0x2ba)]);if(!_0xa0a912[_0x126ace(0x1ac)]){if(_0x426f49[_0x126ace(0x1b9)](_0x426f49['VjVrg'],_0x426f49[_0x126ace(0x1d4)])){logger[_0x126ace(0x25d)](_0x426f49[_0x126ace(0x2bd)]);return;}else{if(_0x426f49[_0x126ace(0x30b)](_0x1f78ff[_0x126ace(0x1ee)],0x1)&&_0x426f49['QcyVz'](_0x101b99[0x1],_0x426f49['OTcqZ']))return!![];return![];}}await _0xa0a912[_0x126ace(0x28f)]();if(!helper['isUndefined'](_0xa0a912[_0x126ace(0x264)])&&_0xa0a912[_0x126ace(0x264)]['has'](_0x426f49[_0x126ace(0x221)])){if(_0x426f49[_0x126ace(0x2f7)](_0x426f49[_0x126ace(0x2f6)],_0x426f49[_0x126ace(0x2d5)]))process['env'][_0x126ace(0x185)]=_0xa0a912['cliConfig'][_0x126ace(0x238)](_0x426f49[_0x126ace(0x221)])||!![];else{const _0x51f4c1=_0x18f164[_0x126ace(0x1e1)](_0x53642a,_0x426f49[_0x126ace(0x257)]),_0x1a4620=[_0x51f4c1];if(_0xa95bd['isUndefined'](_0x254e04[_0x426f49[_0x126ace(0x2c5)]]))_0x371d3e[_0x426f49['RkFqp']]=[_0x1a4620];else{if(_0x426f49[_0x126ace(0x2c2)](typeof _0xe5f9cb[_0x426f49[_0x126ace(0x2c5)]],_0x426f49[_0x126ace(0x2a5)]))_0x5cd27e[_0x426f49[_0x126ace(0x2c5)]]=[[_0x29a975[_0x426f49[_0x126ace(0x2c5)]]],_0x1a4620];else _0x426f49[_0x126ace(0x2b9)](typeof _0x5d0313[_0x426f49[_0x126ace(0x2c5)]],_0x426f49['CcyPX'])&&_0x395cdf[_0x426f49['RkFqp']][_0x126ace(0x272)](_0x1a4620);}}}if(_0x426f49[_0x126ace(0x259)](_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x24f)],null)&&!helper[_0x126ace(0x196)](process['env'][_0x126ace(0x2be)])){if(_0x426f49[_0x126ace(0x225)](_0x426f49[_0x126ace(0x212)],_0x426f49['CDvSl']))process[_0x126ace(0x1a9)][_0x126ace(0x2be)]=process[_0x126ace(0x1a9)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x24f)];else return!![];}const _0x26e2ec=!helper[_0x126ace(0x2b2)](process['env'][_0x126ace(0x2be)]);let _0x5f1562=![];_0xa0a912['config'][_0x126ace(0x2b5)]&&(_0x426f49[_0x126ace(0x2e1)](_0x426f49[_0x126ace(0x1f8)],_0x426f49[_0x126ace(0x28b)])?_0x5b6a51['push'](_0x397cf8['modifyBrowserStackCaps'](_0x2dd6e8[_0x126ace(0x1ac)],_0x426f49['SPVoT'],_0xc8d2f1)):(_0x5f1562=!![],process[_0x126ace(0x1a9)][_0x126ace(0x2bb)]=_0xa0a912['config'][_0x126ace(0x2b5)]));if(_0xa0a912[_0x126ace(0x1ac)]['accessibilityOptions']){if(_0x426f49[_0x126ace(0x308)](_0x426f49[_0x126ace(0x2da)],_0x426f49[_0x126ace(0x24b)])){if(_0x412cc3['isTrue'](_0x5ea2d5[_0x126ace(0x2b5)]))return _0x120dc8=!![],!![];}else process[_0x126ace(0x1a9)][_0x126ace(0x1c4)]=JSON[_0x126ace(0x267)](_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x306)]);}const _0x3f8f03=_0x535dd4['concat'](),_0x2d60fb=await _0x426f49[_0x126ace(0x218)](getUserPlaywrightConfig,_0x1b6b19,_0x535dd4);if(helper['isUndefined'](_0x2d60fb)){if(_0x426f49[_0x126ace(0x289)](_0x426f49[_0x126ace(0x2aa)],_0x426f49['ridDG'])){let _0x2321a5;const _0x571b84=_0x4f9f5a[_0x126ace(0x197)](_0x4f0859,_0x242d31[_0x426f49[_0x126ace(0x1f6)]]);if(_0x497abe['existsSync'](_0x571b84))_0x2321a5=_0x571b84;else{const _0x200a8c={};_0x200a8c['paths']=[_0x5155bf],_0x2321a5=_0x4de643['resolve'](_0x3ca51b[_0x426f49[_0x126ace(0x1f6)]],_0x200a8c);}if(!_0x2321a5)throw new _0x291438(_0x426f49[_0x126ace(0x279)]);_0x43b24e[_0x126ace(0x1a9)][_0x126ace(0x1bf)]=_0x2321a5;}else{_0x426f49[_0x126ace(0x1b8)](spawnOriginalProcess,_0x3f8f03);return;}}const _0x518dd5={..._0x2d60fb['config']},_0x1875cd=_0x518dd5,_0x517f82=_0x2d60fb['path']?path[_0x126ace(0x240)](_0x2d60fb[_0x126ace(0x29f)]):process[_0x126ace(0x189)]();if(!_0x426f49[_0x126ace(0x1d6)](setGlobalSetup,_0x1875cd,_0x517f82)){if(_0x426f49[_0x126ace(0x24a)](_0x426f49['ejJeI'],_0x426f49['ejJeI']))_0x1e880a=_0x308391;else{_0x426f49[_0x126ace(0x2d0)](spawnOriginalProcess,_0x3f8f03);return;}}if(_0x26e2ec){if(_0x426f49[_0x126ace(0x1b3)](_0x426f49[_0x126ace(0x1c1)],_0x426f49['QLSzd'])){const _0x2ce6dc=_0x426f49[_0x126ace(0x1af)][_0x126ace(0x274)]('|');let _0x3b79e5=0x0;while(!![]){switch(_0x2ce6dc[_0x3b79e5++]){case'0':_0x426f49['WWYbj'](addReporter,_0x1875cd);continue;case'1':_0x426f49[_0x126ace(0x304)](initO11yCrashReporter,_0x1875cd,_0xa0a912[_0x126ace(0x1ac)]);continue;case'2':logger[_0x126ace(0x1a8)](_0x426f49[_0x126ace(0x22c)]);continue;case'3':_0x426f49[_0x126ace(0x27f)](handleO11yRerun,_0x535dd4);continue;case'4':await _0x426f49[_0x126ace(0x22a)](launchO11ySession,_0xa0a912[_0x126ace(0x1ac)]);continue;}break;}}else _0x585163[_0x126ace(0x272)]('('+_0x24c5c4[_0x126ace(0x1c8)]()+')');}let _0xf74ad2=_0x426f49[_0x126ace(0x289)](process[_0x126ace(0x1a9)][_0x126ace(0x2bb)],_0x426f49['hYQuV']);_0xf74ad2=_0xf74ad2||_0x426f49[_0x126ace(0x26c)](checkAccessibilityPlatformConfig,_0xa0a912[_0x126ace(0x1ac)]),process['env'][_0x126ace(0x2bb)]=_0xf74ad2;if(_0xf74ad2){if(_0x426f49[_0x126ace(0x225)](_0x426f49[_0x126ace(0x204)],_0x426f49[_0x126ace(0x172)])){const [_0x5977fd,_0x3f1f98]=await _0x426f49[_0x126ace(0x218)](createAccessibilityTestRun,_0xa0a912[_0x126ace(0x1ac)],_0x426f49[_0x126ace(0x233)]);logger[_0x126ace(0x20f)](_0x126ace(0x21d)+_0x3f1f98),process[_0x126ace(0x1a9)][_0x126ace(0x1d2)]=_0x5977fd,process['env']['BS_A11Y_TEST_RUN_ID']=_0x3f1f98,_0x426f49[_0x126ace(0x22e)](setAccessibilityPlaywrightCapabilities,_0xa0a912[_0x126ace(0x1ac)]);}else return _0x5331fa[_0x126ace(0x1a9)][_0x126ace(0x2be)]=![],![];}(helper[_0x126ace(0x224)](_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x18f)])||_0x426f49[_0x126ace(0x2e1)](_0xa0a912[_0x126ace(0x1ac)]['platforms'][_0x126ace(0x1ee)],0x0))&&(_0x426f49[_0x126ace(0x2c2)](_0x426f49[_0x126ace(0x1a6)],_0x426f49[_0x126ace(0x298)])?_0x4628be['env'][_0x126ace(0x185)]=!![]:process[_0x126ace(0x1a9)]['BROWSERSTACK_AUTOMATION']=![]);if(helper[_0x126ace(0x196)](process[_0x126ace(0x1a9)][_0x126ace(0x185)])){if(_0x426f49[_0x126ace(0x2e2)](_0x426f49[_0x126ace(0x2f3)],_0x426f49['GNNye']))_0x376357[_0x126ace(0x2f4)](_0x4dcc7e=>{const _0x33f55b=_0x126ace,_0x1dcf11={};_0x1dcf11[_0x426f49[_0x33f55b(0x1ce)]]={'connectOptions':{'wsEndpoint':_0x426f49[_0x33f55b(0x277)](_0x42f4d5,_0x426f49[_0x33f55b(0x29c)](_0x1fd8c5,_0x3ba783[_0x33f55b(0x267)](_0x4dcc7e)))}},_0x1dcf11[_0x426f49[_0x33f55b(0x2df)]]=_0x5db84d,_0x3d1187[_0x426f49['vrzCd']]['push'](_0x1dcf11);});else{_0x1875cd[_0x426f49[_0x126ace(0x248)]]=[];const _0x51e360=[];_0xa0a912[_0x126ace(0x1ac)]['platforms'][_0x126ace(0x2f4)]((_0x489b57,_0x2c86aa)=>{const _0x36b1d1=_0x126ace;if(_0x426f49[_0x36b1d1(0x2b9)](_0x426f49[_0x36b1d1(0x27a)],_0x426f49['DcQlh']))_0x51e360[_0x36b1d1(0x272)](helper['modifyBrowserStackCaps'](_0xa0a912[_0x36b1d1(0x1ac)],_0x426f49[_0x36b1d1(0x2e0)],_0x2c86aa));else{const _0x2d3d99={};_0x2d3d99[_0x426f49['olnNG']]={'connectOptions':{'wsEndpoint':_0x426f49[_0x36b1d1(0x182)](_0xecea01,_0x426f49[_0x36b1d1(0x27f)](_0x4a960a,_0xc00efd[_0x36b1d1(0x267)](_0x1c969f)))}},_0x580645[_0x426f49[_0x36b1d1(0x248)]][_0x36b1d1(0x272)](_0x2d3d99);}});let _0xfbc4a3=[];try{if(_0x426f49[_0x126ace(0x289)](_0x426f49[_0x126ace(0x215)],_0x426f49[_0x126ace(0x1e6)])){const _0x418dac={'oIJBS':_0x426f49[_0x126ace(0x1ce)],'LAMKw':function(_0x7d487c,_0x3a5890){return _0x426f49['vwdTX'](_0x7d487c,_0x3a5890);},'fjgYy':function(_0x22c77e,_0x5e6b8d){const _0x55ccb6=_0x126ace;return _0x426f49[_0x55ccb6(0x27f)](_0x22c77e,_0x5e6b8d);},'rzQzX':_0x426f49[_0x126ace(0x248)]};_0x5d5316['forEach'](_0x3ed17d=>{const _0x3c4960=_0x126ace,_0x581046={};_0x581046[_0x418dac[_0x3c4960(0x24c)]]={'connectOptions':{'wsEndpoint':_0x418dac['LAMKw'](_0x55510f,_0x418dac[_0x3c4960(0x1e5)](_0x4a04d7,_0x23649c['stringify'](_0x3ed17d)))}},_0xc8a86e[_0x418dac[_0x3c4960(0x23e)]][_0x3c4960(0x272)](_0x581046);});}else{const _0x141815=helper['requireModule'](_0x426f49[_0x126ace(0x237)]),_0x2c3cc6={};_0x2c3cc6[_0x126ace(0x268)]=!![],_0x2c3cc6[_0x126ace(0x217)]='',_0x2c3cc6[_0x126ace(0x2c6)]='',_0x2c3cc6[_0x126ace(0x1f2)]='';const _0x5d27a2={};_0x5d27a2[_0x126ace(0x175)]=_0x2c3cc6;const _0x5612c8=_0x5d27a2;_0x1875cd[_0x426f49[_0x126ace(0x1c6)]]&&(_0x426f49[_0x126ace(0x231)](_0x426f49[_0x126ace(0x1c3)],_0x426f49['LmlFY'])?_0x5612c8[_0x126ace(0x175)][_0x426f49[_0x126ace(0x1c6)]]=_0x1875cd[_0x426f49['jZHNL']]:_0x1f5ca9[_0x126ace(0x1a9)][_0x126ace(0x1c4)]=_0x365afd[_0x126ace(0x267)](_0x13d60f[_0x126ace(0x1ac)][_0x126ace(0x306)])),_0x1875cd[_0x426f49['TBJYx']]&&(_0x426f49[_0x126ace(0x1d9)](_0x426f49[_0x126ace(0x280)],_0x426f49[_0x126ace(0x280)])?_0x2ef706[_0x426f49['RkFqp']]=[[_0x1f242b[_0x426f49['RkFqp']]],_0x1b7568]:_0x5612c8['project'][_0x426f49[_0x126ace(0x2df)]]=_0x1875cd[_0x426f49['TBJYx']]),_0x1875cd[_0x426f49['tnvuC']]&&(_0x426f49[_0x126ace(0x199)](_0x426f49[_0x126ace(0x27d)],_0x426f49[_0x126ace(0x195)])?_0x29a9a1[_0x426f49[_0x126ace(0x2c5)]]['push'](_0x213257):_0x5612c8[_0x126ace(0x175)][_0x426f49[_0x126ace(0x205)]]=_0x1875cd[_0x426f49[_0x126ace(0x205)]]),_0xfbc4a3=await _0x141815[_0x126ace(0x1fc)](_0x5612c8);}}catch(_0x19f992){if(_0x426f49[_0x126ace(0x1c2)](_0x426f49['jviPp'],_0x426f49['jviPp'])){const _0x1b582c={'frameworkName':_0xca90bf[_0x126ace(0x2ba)],'frameworkVersion':_0x426f49[_0x126ace(0x265)](_0x2123cf,_0xd5d592[_0x126ace(0x2ba)])};_0x5af65b[_0x126ace(0x28f)](_0x1b582c,_0x143d3c,_0x48dd1e);}else logger[_0x126ace(0x20f)](_0x426f49[_0x126ace(0x2f1)]);}let _0x4bdf99=helper[_0x126ace(0x1f5)](_0xa0a912[_0x126ace(0x1ac)]);if(_0xfbc4a3[_0x126ace(0x1ee)]){if(_0x426f49[_0x126ace(0x2d7)](_0x426f49[_0x126ace(0x1a1)],_0x426f49[_0x126ace(0x190)])){_0x426f49[_0x126ace(0x1b8)](_0x2f58ee,_0x1b0685);return;}else _0xfbc4a3['forEach'](_0x36dc1b=>{const _0x2f4c2d=_0x126ace,_0x2672c9={'cZQzB':function(_0x3a74b4,_0x11ae12){const _0x48ee62=a23_0x30a6;return _0x426f49[_0x48ee62(0x187)](_0x3a74b4,_0x11ae12);},'eNgjj':_0x426f49[_0x2f4c2d(0x219)],'RctbG':_0x426f49[_0x2f4c2d(0x1ce)],'PsrZB':function(_0x309e08,_0x3237e3){return _0x426f49['vwdTX'](_0x309e08,_0x3237e3);},'fZrqe':function(_0x72d74f,_0xc53ae){return _0x426f49['xlIOv'](_0x72d74f,_0xc53ae);},'kFeaw':_0x426f49[_0x2f4c2d(0x2df)],'CsVND':_0x426f49[_0x2f4c2d(0x248)]};if(_0x426f49[_0x2f4c2d(0x1b3)](_0x426f49[_0x2f4c2d(0x21f)],_0x426f49[_0x2f4c2d(0x28e)])){if(_0x55ffb3['globalSetup']){let _0x28a8da;const _0x4e3086=_0x15ff52[_0x2f4c2d(0x197)](_0x236b77,_0x35dcaa[_0x426f49[_0x2f4c2d(0x1f6)]]);if(_0x2789b0[_0x2f4c2d(0x216)](_0x4e3086))_0x28a8da=_0x4e3086;else{const _0xd168fd={};_0xd168fd[_0x2f4c2d(0x23d)]=[_0x1ae244],_0x28a8da=_0x48123e[_0x2f4c2d(0x197)](_0x33419f[_0x426f49['pDKwF']],_0xd168fd);}if(!_0x28a8da)throw new _0x2038e8(_0x426f49[_0x2f4c2d(0x279)]);_0xb01998[_0x2f4c2d(0x1a9)][_0x2f4c2d(0x1bf)]=_0x28a8da;}}else _0x51e360['forEach'](_0x155c50=>{const _0x3b0e6b=_0x2f4c2d;if(_0x2672c9['cZQzB'](_0x2672c9[_0x3b0e6b(0x19e)],_0x2672c9[_0x3b0e6b(0x19e)])){const _0x39ce5b={};_0x39ce5b[_0x2672c9['RctbG']]={'connectOptions':{'wsEndpoint':_0x2672c9['PsrZB'](_0x4bdf99,_0x2672c9['fZrqe'](encodeURIComponent,JSON[_0x3b0e6b(0x267)](_0x155c50)))}},_0x39ce5b[_0x2672c9[_0x3b0e6b(0x245)]]=_0x36dc1b,_0x1875cd[_0x2672c9['CsVND']][_0x3b0e6b(0x272)](_0x39ce5b);}else _0x39c6d6[_0x3b0e6b(0x274)](',')[_0x3b0e6b(0x19c)](_0x1039a7=>{_0x3d893a['push']('('+_0x1039a7['trim']()+')');});});}),_0x1875cd[_0x426f49[_0x126ace(0x2df)]]='',_0x1875cd[_0x426f49['jZHNL']]='';}else _0x426f49[_0x126ace(0x1d0)](_0x426f49[_0x126ace(0x1cc)],_0x426f49['zLDMC'])?_0xdeb6b9[_0x126ace(0x1a9)][_0x126ace(0x185)]=![]:_0x51e360['forEach'](_0x4802b4=>{const _0x2688b9=_0x126ace;if(_0x426f49[_0x2688b9(0x1c2)](_0x426f49[_0x2688b9(0x1a7)],_0x426f49[_0x2688b9(0x283)])){const _0x279055={};_0x279055[_0x426f49[_0x2688b9(0x1ce)]]={'connectOptions':{'wsEndpoint':_0x426f49[_0x2688b9(0x22b)](_0x4bdf99,_0x426f49[_0x2688b9(0x265)](encodeURIComponent,JSON[_0x2688b9(0x267)](_0x4802b4)))}},_0x1875cd[_0x426f49[_0x2688b9(0x248)]]['push'](_0x279055);}else{const _0x33ba91={};_0x33ba91[_0x2688b9(0x23d)]=[_0x4b051b],_0x490cd5=_0xe22e78[_0x2688b9(0x197)](_0x4f55e6[_0x426f49[_0x2688b9(0x1f6)]],_0x33ba91);}});const _0x12a082=_0x426f49[_0x126ace(0x25e)](_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x18f)][_0x126ace(0x1ee)]||0x1,_0xa0a912[_0x126ace(0x1ac)][_0x126ace(0x2ab)]);_0x1875cd[_0x426f49[_0x126ace(0x1f7)]]=_0x12a082;}}const _0x670603=path[_0x126ace(0x1e1)](_0x2d60fb[_0x126ace(0x29f)]?path[_0x126ace(0x240)](_0x2d60fb[_0x126ace(0x29f)]):process[_0x126ace(0x189)](),_0x426f49['Ykfwm']),_0x1828da={};_0x1828da[_0x126ace(0x17a)]=null,_0x1828da[_0x126ace(0x2bf)]=!![],_0x1828da['breakLength']=Infinity,_0x1828da[_0x126ace(0x261)]=![];let _0x18d40b=_0x426f49['jTnTt'](inspect,_0x1875cd,_0x1828da);if(_0x18d40b['includes'](_0x426f49['TVWSm'])){if(_0x426f49[_0x126ace(0x1aa)](_0x426f49['tkEyM'],_0x426f49[_0x126ace(0x17e)]))_0x18d40b=_0x18d40b[_0x126ace(0x284)](_0x426f49[_0x126ace(0x2a9)],_0x426f49[_0x126ace(0x2ca)]);else return _0xe34248[_0x126ace(0x25d)](_0x426f49[_0x126ace(0x1cd)],_0xf54830),null;}let _0x2d6321=_0x426f49[_0x126ace(0x2e6)];const _0x3f0ed9=helper[_0x126ace(0x22d)](_0xa0a912[_0x126ace(0x1ac)]);_0x3f0ed9&&(_0x2d6321=_0x426f49[_0x126ace(0x178)](_0x126ace(0x17c)+_0x3f0ed9+'\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();',_0x2d6321));helper[_0x126ace(0x1c7)]({},_0x535dd4),fs[_0x126ace(0x1a5)](_0x670603,_0x426f49['MZxoV'](_0x2d6321,_0x18d40b));const _0x3700c9=_0x426f49['waxOY'](spawn,_0x426f49[_0x126ace(0x296)],[_0x426f49[_0x126ace(0x2e0)],_0x426f49[_0x126ace(0x1b5)],_0x426f49[_0x126ace(0x26f)],_0x670603,..._0x535dd4['slice'](0x2)],{'shell':_0x426f49[_0x126ace(0x2c3)](process['platform'],_0x426f49['pGhFB']),'stdio':_0x426f49[_0x126ace(0x206)],'cwd':process[_0x126ace(0x189)](),'env':{...process[_0x126ace(0x1a9)],'BROWSERSTACK_CONFIG_FILE_PATH':helper['getConfigPath'](_0x1b6b19)}});_0x3700c9['on'](_0x426f49[_0x126ace(0x2b7)],async _0x5e1660=>{const _0x3e7faa=_0x126ace,_0x51d383=_0x426f49[_0x3e7faa(0x1a3)]['split']('|');let _0x10fe28=0x0;while(!![]){switch(_0x51d383[_0x10fe28++]){case'0':logger[_0x3e7faa(0x1a8)](_0x3e7faa(0x281)+_0x670603);continue;case'1':fs[_0x3e7faa(0x19f)](_0x670603);continue;case'2':await helper['finalExecution'](_0xa0a912);continue;case'3':process['exitCode']=_0x5e1660;continue;case'4':logger[_0x3e7faa(0x20f)](_0x3e7faa(0x241)+_0x5e1660);continue;case'5':await _0x426f49[_0x3e7faa(0x22a)](stopAccessibilityTestRun,_0xa0a912[_0x3e7faa(0x1ac)]);continue;}break;}});}module[a23_0x39f848(0x2e8)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a24_0x43c27c=a24_0x3354;(function(_0x1ec104,_0x22dcd6){const _0xe61d01=a24_0x3354,_0x2f6d47=_0x1ec104();while(!![]){try{const _0x23aed8=parseInt(_0xe61d01(0xd6))/0x1*(-parseInt(_0xe61d01(0xca))/0x2)+-parseInt(_0xe61d01(0xdd))/0x3+-parseInt(_0xe61d01(0xe2))/0x4+-parseInt(_0xe61d01(0xe1))/0x5*(-parseInt(_0xe61d01(0xbb))/0x6)+-parseInt(_0xe61d01(0xd9))/0x7*(parseInt(_0xe61d01(0xd5))/0x8)+parseInt(_0xe61d01(0xbd))/0x9*(-parseInt(_0xe61d01(0xb7))/0xa)+parseInt(_0xe61d01(0xbe))/0xb;if(_0x23aed8===_0x22dcd6)break;else _0x2f6d47['push'](_0x2f6d47['shift']());}catch(_0x1dd211){_0x2f6d47['push'](_0x2f6d47['shift']());}}}(a24_0x17a1,0xb068a));const child_process=require(a24_0x43c27c(0xd3)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require(a24_0x43c27c(0xd8)),helper=require(a24_0x43c27c(0xcd)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x43c27c(0xc6));function a24_0x17a1(){const _0x596790=['vAiGW','apply','DXoJH','Qfpyy','./reporter/pwUtils','jyjWi','includes','zRhtf','10zhlZNG','Call\x20to\x20child\x20fork\x20with\x20args\x20','NUnCA','../../helpers/helper','env','Not\x20able\x20to\x20import\x20globalSetup','ciIsX','IPvBj','sLrjK','child_process','toString','768cCqymc','127591UbwNyd','IZOac','../../helpers/test-observability/utils','9394yNjYSj','vgkdP','Running\x20existing\x20global\x20setup','BcxAY','2683266IVWYEO','gRCcA','fork','DhHTb','253795xpIDZN','4748428CcMVJi','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','exports','KRYEO','zakGn','config','10ecuVet','./mock-process.js','CHHEo','FhLuV','6jFDzOV','BVhDa','9880191UWqFiR','50797186RQIYtG','xblcg','resolve','VQWrS'];a24_0x17a1=function(){return _0x596790;};return a24_0x17a1();}function a24_0x3354(_0x56d535,_0x14fb38){const _0x17a1be=a24_0x17a1();return a24_0x3354=function(_0x3354eb,_0x116106){_0x3354eb=_0x3354eb-0xb1;let _0x11efae=_0x17a1be[_0x3354eb];return _0x11efae;},a24_0x3354(_0x56d535,_0x14fb38);}module[a24_0x43c27c(0xb3)]=async function(_0x4e6393){const _0x1a5124=a24_0x43c27c,_0x2a5a16={'VQWrS':function(_0x31b8e7,_0x456cde){return _0x31b8e7(_0x456cde);},'vgkdP':function(_0x5b168d){return _0x5b168d();},'FhLuV':_0x1a5124(0xb8),'BQLuY':function(_0x2fa915,_0x10fb2a){return _0x2fa915===_0x10fb2a;},'BcxAY':_0x1a5124(0xd2),'IZOac':_0x1a5124(0xb4),'Omijt':function(_0x14ef0f,_0x2be55d){return _0x14ef0f===_0x2be55d;},'zakGn':_0x1a5124(0xbc),'DhHTb':_0x1a5124(0xcf),'oFwxB':function(_0x2dd117,_0x43baf6){return _0x2dd117(_0x43baf6);},'dFXAY':_0x1a5124(0xdb),'vAiGW':function(_0x330768,_0x4f1e3d){return _0x330768===_0x4f1e3d;},'DXoJH':_0x1a5124(0xcc),'slgEn':_0x1a5124(0xd1),'xblcg':function(_0x2d25e1,_0x2a4091){return _0x2d25e1(_0x2a4091);},'CHHEo':function(_0x5f43b0,_0x5454a7){return _0x5f43b0>=_0x5454a7;},'gRCcA':'1.33.0','jyjWi':_0x1a5124(0xc5),'smsHJ':function(_0x3d0f40,_0x14549b,_0x4e0a1b){return _0x3d0f40(_0x14549b,_0x4e0a1b);},'KInnR':function(_0x2fdcfa,_0x5b55ef){return _0x2fdcfa!==_0x5b55ef;},'zRhtf':'function','ciIsX':'ISrEU','rSLvD':function(_0x481b3c,_0x30bfca){return _0x481b3c(_0x30bfca);}},_0x31426b=child_process[_0x1a5124(0xdf)];child_process['fork']=function(){const _0x3fa350=_0x1a5124;return _0x2a5a16['BQLuY'](_0x2a5a16[_0x3fa350(0xdc)],_0x2a5a16[_0x3fa350(0xd7)])?(_0x2a5a16[_0x3fa350(0xc1)](_0x1bac3c,_0x3fa350(0xcb)+arguments[0x0]),arguments[0x0][_0x3fa350(0xc8)](_0x2a5a16['vgkdP'](_0x178fb2))&&(arguments[0x0]=_0x13144e[_0x3fa350(0xc0)](_0x2a5a16[_0x3fa350(0xba)])),_0x28a966['apply'](null,arguments)):(_0x2a5a16[_0x3fa350(0xc1)](debug,_0x3fa350(0xcb)+arguments[0x0]),arguments[0x0]['includes'](_0x2a5a16[_0x3fa350(0xda)](getForkProcessPath))&&(_0x2a5a16['Omijt'](_0x2a5a16[_0x3fa350(0xb5)],_0x2a5a16[_0x3fa350(0xb5)])?arguments[0x0]=require['resolve'](_0x2a5a16[_0x3fa350(0xba)]):_0x2a5a16[_0x3fa350(0xc1)](_0x51a95c,_0x3fa350(0xb1)+_0xf62f3e[_0x3fa350(0xd4)]())),_0x31426b[_0x3fa350(0xc3)](null,arguments));};if(process[_0x1a5124(0xce)][_0x1a5124(0xb2)]){_0x2a5a16['oFwxB'](debug,_0x2a5a16['dFXAY']);try{if(_0x2a5a16[_0x1a5124(0xc2)](_0x2a5a16[_0x1a5124(0xc4)],_0x2a5a16['slgEn']))arguments[0x0]=_0x59c75a[_0x1a5124(0xc0)](_0x2a5a16[_0x1a5124(0xba)]);else{const {loadGlobalHook:_0x507f9b}=helper['requireModule'](_0x2a5a16[_0x1a5124(0xda)](getLoadUtilsPath)),_0x5a3cee=_0x2a5a16[_0x1a5124(0xbf)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x1f31d3=_0x4e6393;if(_0x2a5a16[_0x1a5124(0xb9)](helper['compareVersions'](_0x5a3cee,_0x2a5a16[_0x1a5124(0xde)]),0x0)){if(_0x2a5a16[_0x1a5124(0xc2)](_0x2a5a16['jyjWi'],_0x2a5a16[_0x1a5124(0xc7)])){const _0x368d11={};_0x368d11[_0x1a5124(0xb6)]=_0x4e6393,_0x1f31d3=_0x368d11;}else throw new _0x5ed18a(_0x2a5a16[_0x1a5124(0xe0)]);}const _0x7ab32d=await _0x2a5a16['smsHJ'](_0x507f9b,_0x1f31d3,process[_0x1a5124(0xce)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']);if(_0x2a5a16['KInnR'](typeof _0x7ab32d,_0x2a5a16[_0x1a5124(0xc9)])){if(_0x2a5a16['Omijt'](_0x2a5a16['ciIsX'],_0x2a5a16[_0x1a5124(0xd0)]))throw new Error(_0x2a5a16['DhHTb']);else{const _0x5cab08={};_0x5cab08[_0x1a5124(0xb6)]=_0x325e46,_0x5d75be=_0x5cab08;}}return _0x7ab32d[_0x1a5124(0xc3)](null,arguments);}}catch(_0x5e3260){_0x2a5a16['rSLvD'](debug,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x5e3260['toString']());}}};
|