browserstack-node-sdk 1.29.0 → 1.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';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;
|
|
2
|
+
'use strict';const a23_0xed5c09=a23_0x46d6;(function(_0x4ba8aa,_0x158352){const _0x7dbd85=a23_0x46d6,_0x49d2b7=_0x4ba8aa();while(!![]){try{const _0x4edf21=parseInt(_0x7dbd85(0x35d))/0x1*(parseInt(_0x7dbd85(0x21a))/0x2)+parseInt(_0x7dbd85(0x283))/0x3+-parseInt(_0x7dbd85(0x26b))/0x4+parseInt(_0x7dbd85(0x2e3))/0x5+-parseInt(_0x7dbd85(0x2d4))/0x6*(parseInt(_0x7dbd85(0x245))/0x7)+-parseInt(_0x7dbd85(0x2b8))/0x8+-parseInt(_0x7dbd85(0x33d))/0x9*(-parseInt(_0x7dbd85(0x229))/0xa);if(_0x4edf21===_0x158352)break;else _0x49d2b7['push'](_0x49d2b7['shift']());}catch(_0x4b780e){_0x49d2b7['push'](_0x49d2b7['shift']());}}}(a23_0x3e77,0x56a3a));function a23_0x3e77(){const _0x435c76=['kEbpR','RHVmK','eCxed','17707vqDDwO','QSPJh','indexOf','LRGLY','info','--config=','includes','wtnnV','--grep','BROWSERSTACK_TEST_OBSERVABILITY','AZOTL','BROWSERSTACK_RERUN_TESTS','TQPjI','project','testMatch','object','KLjqD','dbEFM','kGvYu','filter','resolve','spINM','cjVaJ','wMaYj','GYmEV','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','close','cOTDK','ggvzZ','djegV','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','yCzuL','oOFlw','Bjfjr','initialize','aVuFS','EwUdP','eofIF','../../helpers/test-observability/sessionHandler','eVHoj','jaZNh','slice','bAeAe','gjBQz','writeFileSync','VPLXG','TXStH','LbQOr','./reporter/reporter.js','getConfigPath','jcPKL','IYWyA','PLAYWRIGHT','HvEUh','62rAaZEd','posyN','Tnyxp','FTJIS','UNuyJ','uBeSk','null','../../helpers/accessibility-automation/helper','JLART','get','globalSetup','EEohP','BrowserStack\x20config\x20file\x20not\x20found.','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','sgmuk','390edDgsB','WTlBN','IBMJw','QxdYE','utjQL','BfDCj','IXWZK','jurYZ','HjIJS','existsSync','iToSe','./reporter/pwUtils','cjglu','Bzzib','pwodl','join','Deleting\x20','MDUIC','has','cvkFi','nphWK','drYGr','UbJNu','startsWith','isTrue','@playwright/test/lib/runner/projectUtils.js','jqjnP','pwLjN','598458nvtTzk','vsPBn','YPeZB','YgMzi','bLAIW','hvEQd','xDiuU','isUndefined','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','gJqxV','kttyT','breakLength','nLxbC','ERdzy','lNLJM','FXnrU','MgfkA','MHpgy','dirname','Imetu','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','platforms','1|0|4|2|3','ZfkyP','win32','XdFyX','getPlaywrightUrl','zxYOT','HqpZE','config','ODjVX','--config','HlOtg','uunrX','qmPhI','test','UUicU','bbDiL','1793176HyyIyQ','testObservability','reporter','concat','MUJBO','UOgRV','jRbIo','Wpxqg','WoMOX','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','Symbol(defineConfigWasUsed)]','YLTkm','GLOPF','Ylbvt','compact','SMwFT','wTkSp','eKcEL','playwright','NmTgM','BGvCI','WvpIp','../utils/constants','util','1368642ArhazW','VocFl','YXZOd','aQYdB','./globalSetup.js','split','bZSEf','../../helpers/helper','child_process','RUlIV','NMicE','gHAOc','iulAi','hFcfW','error','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/utils','ReWZi','oothr','LBpin','tsNmk','PhcDV','OtOyV','gdeoa','GCJfX','map','sOtac','gkTMm','SGFWR','tVBAd','ZCHdQ','GqXJC','xFIcM','lIfSL','BROWSERSTACK_RERUN','unlinkSync','SJYyR','eLuAt','fvFnc','TXorx','cybWn','requireModule','LagJK','Uleen','FRMbk','XojeG','ELyDa','GkXRS','YQhkf','uJePK','accessibility','qYhIK','npx','5491040farNVT','length','qXCNl','filterBrowserstackConfig','Playwright\x20process\x20exited\x20with\x20code\x20','env','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','cwd','../../helpers/test-observability/constants','ZgZVp','pORhl','exitCode','FjnBR','true','wphRg','YLNmk','bRelo','DBuRK','XxRJd','NBRIb','platform','forEach','GzPbt','fOGNj','VuClc','ZtQNp','FsaHU','uRTMr','24prRgXh','testIgnore','path','yZDjZ','argv','false','babjH','Getting\x20your\x20playwright\x20config\x20from\x20','lJLpT','IzuOr','--disable-test-observability','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','modifyBrowserStackCaps','AYRzv','MEaCW','164300SVXllF','JmaWD','deAxg','tRfor','DNxhz','KOUcd','FkzMf','QibyQ','TTcCR','automation','use','Bllxw','JiHap','SrvtU','inherit','qnMZw','JoKXT','testDir','Walei','BS_A11Y_JWT','MisFv','jtJEh','LDMLf','IiHIu','../../helpers/BrowserStackSetup','wYscH','UNJSM','nrfAF','accessibilityOptions','Qazcp','PzPTd','stringify','yIZed','finalExecution','cTQPX','xrtSf','NDamg','QJczJ','dtLek','KPyjI','sDpjo','AkZlJ','HDZNx','playwright-browserstack-sdk.config.js','AOwRm','zhwls','LsvyY','RZZxL','paths','zcaEX','YCFwn','dTlUZ','../../helpers/test-observability/error-handler','workers','NpOoV','JAsWf','qkPQZ','cliConfig','LUEnu','projects','dioCr','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','debug','replace','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','hGnwO','kEpFR','FcTDw','qkWsO','huAqq','ZsRVd','ScEIc','vEQaM','QaPsS','AUxLG','iyAhr','DbHCe','../../helpers/logger','xlapO','GCIPs','NETIu','rvGbD','hnOgP','isFalse','DfivZ','nPidh','parallelsPerPlatform','trim','BROWSERSTACK_AUTOMATION','DhDYa','183123DeWFLS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ycNoy','push','ojbAD','fGyGm','BuIPu','QYsat','tcoja','IXUTm','TUTLs','DASHw','mGxtJ','VWskd','./accessibility-helper','IgHcT','depth','AwnBy','nUKuV','LoQoo','POoAK','exports','fWOvP','aNBkZ','kTsLi','SOWzi','HRtLv','lUluT','respectGitIgnore'];a23_0x3e77=function(){return _0x435c76;};return a23_0x3e77();}const fs=require('fs'),path=require(a23_0xed5c09(0x2d6)),{spawn}=require(a23_0xed5c09(0x28b)),{inspect,format}=require(a23_0xed5c09(0x282)),logger=require(a23_0xed5c09(0x330))['winstonLogger'],{default:BrowserStackSetup}=require(a23_0xed5c09(0x2fb)),helper=require(a23_0xed5c09(0x28a)),constants=require(a23_0xed5c09(0x281)),{FRAMEWORKS}=require(a23_0xed5c09(0x2c0)),{getTransformPath,getConfigLoaderPath}=require(a23_0xed5c09(0x234)),{CrashReporter,o11yErrorHandler}=require(a23_0xed5c09(0x317)),{getFrameworkVersion}=require(a23_0xed5c09(0x293)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0xed5c09(0x221)),{setAccessibilityPlaywrightCapabilities}=require(a23_0xed5c09(0x34b)),SessionHandler=require(a23_0xed5c09(0x20a));async function requireOrImportDefaultObject(_0x4895a3){const _0x43d625=a23_0xed5c09,_0x1f09a7={'FEmNL':function(_0x1ad68e){return _0x1ad68e();},'BNQtI':function(_0x5ca396,_0x456edc){return _0x5ca396(_0x456edc);},'SJYyR':function(_0x42dc78,_0x58d067){return _0x42dc78===_0x58d067;},'nLxbC':_0x43d625(0x1f3),'uRTMr':function(_0x1e65e5,_0x1131fd){return _0x1e65e5 in _0x1131fd;},'tsNmk':'default'},{requireOrImport:_0xd8ef62}=helper['requireModule'](_0x1f09a7['FEmNL'](getTransformPath));let _0x4a1c18=await _0x1f09a7['BNQtI'](_0xd8ef62,_0x4895a3);if(_0x4a1c18&&_0x1f09a7[_0x43d625(0x2a7)](typeof _0x4a1c18,_0x1f09a7[_0x43d625(0x251)])&&_0x1f09a7[_0x43d625(0x2d3)](_0x1f09a7[_0x43d625(0x297)],_0x4a1c18))_0x4a1c18=_0x4a1c18[_0x1f09a7[_0x43d625(0x297)]];return _0x4a1c18;}const getUserPlaywrightConfig=async(_0x204de4,_0xd37df4)=>{const _0x41564f=a23_0xed5c09,_0x5c4dcd={'jqjti':function(_0x164cd2,_0xd3c9b5){return _0x164cd2+_0xd3c9b5;},'IgHcT':_0x41564f(0x274),'uktvU':function(_0x261b49,_0x1f0c4f){return _0x261b49(_0x1f0c4f);},'uJePK':_0x41564f(0x2f4),'fOGNj':'globalSetup','eKcEL':_0x41564f(0x323),'DfivZ':_0x41564f(0x275),'FsaHU':'Symbol(\x27defineConfigWasUsed\x27)]','bLAIW':function(_0x190374,_0x470feb){return _0x190374!==_0x470feb;},'UbJNu':_0x41564f(0x220),'gdeoa':_0x41564f(0x1ec),'nUKuV':function(_0x4f65bc){return _0x4f65bc();},'ggvzZ':function(_0x35d77a,_0x2dbb26){return _0x35d77a(_0x2dbb26);},'TlMeb':function(_0x1c8be9,_0x4ab405){return _0x1c8be9===_0x4ab405;},'HvEUh':_0x41564f(0x30b),'ODjVX':_0x41564f(0x230),'dbEFM':function(_0x27d93b,_0xf9501b){return _0x27d93b===_0xf9501b;},'GCIPs':_0x41564f(0x303),'NDamg':function(_0x56f36c,_0x3f5d8f){return _0x56f36c(_0x3f5d8f);},'gvChK':_0x41564f(0x228),'Lehpl':'AIWBe','UNJSM':_0x41564f(0x24d),'POoAK':function(_0x5f51c0,_0x11cc16){return _0x5f51c0!==_0x11cc16;},'SvToV':_0x41564f(0x1ee),'PzPTd':'sgxVY','Mzxuw':_0x41564f(0x2be),'SVdeh':function(_0x1ce068,_0x5cb6e0){return _0x1ce068!==_0x5cb6e0;},'deAxg':_0x41564f(0x278),'dioCr':'--config='},_0x5d247c=!helper['isUndefined'](_0x204de4[_0x41564f(0x262)]),_0x165231=_0x5d247c?path[_0x41564f(0x1f8)](process[_0x41564f(0x2bf)](),_0x204de4['config']):process['cwd'](),{resolveConfigFile:_0x46bdea}=helper[_0x41564f(0x2ac)](_0x5c4dcd[_0x41564f(0x34f)](getConfigLoaderPath)),_0x22affa=_0x5c4dcd[_0x41564f(0x200)](_0x46bdea,_0x165231);let _0x13032b={};if(_0x22affa){if(_0x5c4dcd['TlMeb'](_0x5c4dcd[_0x41564f(0x219)],_0x5c4dcd[_0x41564f(0x263)]))_0x1e39ee[_0x41564f(0x291)](_0x5c4dcd['jqjti'](_0x5c4dcd[_0x41564f(0x34c)],_0x5c4dcd['uktvU'](_0x20afaa,_0x426992)));else{logger[_0x41564f(0x1e8)](_0x41564f(0x2db)+_0x22affa);try{_0x5c4dcd[_0x41564f(0x1f5)](_0x5c4dcd[_0x41564f(0x332)],_0x5c4dcd['GCIPs'])?_0x13032b=await _0x5c4dcd[_0x41564f(0x307)](requireOrImportDefaultObject,_0x22affa):_0x1cc89c['project'][_0x5c4dcd[_0x41564f(0x2b4)]]=_0x304913[_0x5c4dcd[_0x41564f(0x2b4)]];}catch(_0x4da524){if(_0x5c4dcd[_0x41564f(0x249)](_0x5c4dcd['gvChK'],_0x5c4dcd['Lehpl']))return logger[_0x41564f(0x291)](_0x5c4dcd[_0x41564f(0x2fd)],_0x4da524),null;else{if(_0x5373b4['globalSetup']){let _0x45cd73;const _0x10b46c=_0x475009[_0x41564f(0x1f8)](_0x3b3f4a,_0x46e5df[_0x5c4dcd[_0x41564f(0x2cf)]]);if(_0x320ecd[_0x41564f(0x232)](_0x10b46c))_0x45cd73=_0x10b46c;else{const _0xd2223a={};_0xd2223a[_0x41564f(0x313)]=[_0x51e59d],_0x45cd73=_0x3559ee[_0x41564f(0x1f8)](_0x39b10d[_0x5c4dcd['fOGNj']],_0xd2223a);}if(!_0x45cd73)throw new _0x4824a6(_0x5c4dcd[_0x41564f(0x27c)]);_0x3460a1[_0x41564f(0x2bd)][_0x41564f(0x292)]=_0x45cd73;}}}}}else _0x5c4dcd[_0x41564f(0x351)](_0x5c4dcd['SvToV'],_0x5c4dcd[_0x41564f(0x301)])?logger[_0x41564f(0x1e8)](_0x5c4dcd['Mzxuw']):_0x368a12=_0x3f63e3[_0x41564f(0x322)](_0x5c4dcd[_0x41564f(0x337)],_0x5c4dcd[_0x41564f(0x2d2)]);if(_0x5d247c){if(_0x5c4dcd['SVdeh'](_0x5c4dcd[_0x41564f(0x2e5)],_0x5c4dcd[_0x41564f(0x2e5)])){const _0x396800=_0x4fdb1e[_0x41564f(0x241)](_0x5c1619[_0x41564f(0x2bd)]['BROWSERSTACK_RERUN']);if(_0x396800){const _0x53fd81=_0x48f315[_0x41564f(0x2bd)][_0x41564f(0x1ef)],_0x2bf2fb=[];_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,_0x5c4dcd[_0x41564f(0x23f)])&&_0x5c4dcd[_0x41564f(0x249)](_0x53fd81,null)&&_0x53fd81[_0x41564f(0x288)](',')[_0x41564f(0x29c)](_0x5518b7=>{const _0x13b048=_0x41564f;_0x2bf2fb[_0x13b048(0x340)]('('+_0x5518b7[_0x13b048(0x33a)]()+')');});const _0x1cdc53='^'+_0x2bf2fb[_0x41564f(0x238)]('|')+'$';_0x2e601b[_0x41564f(0x340)](_0x5c4dcd[_0x41564f(0x29a)],_0x1cdc53);}}else{const _0x426e10=_0xd37df4['findIndex'](_0x423cfe=>_0x423cfe===_0x41564f(0x264)||_0x423cfe==='-c'||_0x423cfe[_0x41564f(0x240)](_0x41564f(0x1e9)));_0xd37df4['splice'](_0x426e10,_0xd37df4[_0x426e10]['startsWith'](_0x5c4dcd[_0x41564f(0x31f)])?0x1:0x2);}}const _0x3036f8={};return _0x3036f8['path']=_0x22affa,_0x3036f8[_0x41564f(0x262)]=_0x13032b,_0x3036f8;},setGlobalSetup=(_0x5b637b,_0x2f35d3)=>{const _0x1b9ae9=a23_0xed5c09,_0x216ec5={'IXWZK':_0x1b9ae9(0x2ed),'GYmEV':function(_0x3f6b66,_0x27f351){return _0x3f6b66+_0x27f351;},'kEpFR':function(_0x2d1f7b,_0x59d650){return _0x2d1f7b(_0x59d650);},'xlapO':'testMatch','IXUTm':_0x1b9ae9(0x31e),'qVxWi':function(_0x344e32,_0x57396f){return _0x344e32!==_0x57396f;},'bZSEf':'xcPhd','dVuWQ':function(_0x3a39c9,_0x23bade){return _0x3a39c9!==_0x23bade;},'vEQaM':'oRETE','WTlBN':_0x1b9ae9(0x224),'LIjLm':function(_0x110086,_0x19f420){return _0x110086!==_0x19f420;},'RHVmK':_0x1b9ae9(0x1fb),'YLTkm':function(_0x3c995b,_0x538ca0){return _0x3c995b===_0x538ca0;},'Bllxw':'cdNtb','sWyXb':_0x1b9ae9(0x2ca),'Uleen':_0x1b9ae9(0x323),'UOgRV':_0x1b9ae9(0x21d),'UUicU':_0x1b9ae9(0x274),'nphWK':function(_0x26dae6,_0x55fea5){return _0x26dae6(_0x55fea5);},'ZfkyP':_0x1b9ae9(0x287)};if(!_0x5b637b)return![];try{if(_0x216ec5['qVxWi'](_0x216ec5[_0x1b9ae9(0x289)],_0x216ec5['bZSEf']))_0x265df1['debug'](_0x1b9ae9(0x259)+_0x71099e);else{if(_0x5b637b[_0x1b9ae9(0x224)]){if(_0x216ec5['dVuWQ'](_0x216ec5['vEQaM'],_0x216ec5[_0x1b9ae9(0x32b)])){const _0x52bd32={'FkzMf':_0x216ec5[_0x1b9ae9(0x22f)],'lUluT':function(_0x5b1ca1,_0x28c558){const _0x388504=_0x1b9ae9;return _0x216ec5[_0x388504(0x1fc)](_0x5b1ca1,_0x28c558);},'KQZSA':function(_0x1a36a4,_0x2c613e){return _0x216ec5['kEpFR'](_0x1a36a4,_0x2c613e);},'kTsLi':_0x216ec5[_0x1b9ae9(0x331)],'FjnBR':_0x216ec5[_0x1b9ae9(0x346)]};_0x175c2b['forEach'](_0x20f126=>{const _0x53e1d2=_0x1b9ae9,_0x22f1c3={};_0x22f1c3[_0x52bd32[_0x53e1d2(0x2e9)]]={'connectOptions':{'wsEndpoint':_0x52bd32[_0x53e1d2(0x358)](_0xdd131b,_0x52bd32['KQZSA'](_0x45cb03,_0x1be008[_0x53e1d2(0x302)](_0x20f126)))}},_0x22f1c3[_0x52bd32[_0x53e1d2(0x355)]]=_0x16c76d,_0x4687f5[_0x52bd32[_0x53e1d2(0x2c4)]][_0x53e1d2(0x340)](_0x22f1c3);});}else{let _0x193794;const _0x5e7ef3=path[_0x1b9ae9(0x1f8)](_0x2f35d3,_0x5b637b[_0x216ec5[_0x1b9ae9(0x22a)]]);if(fs[_0x1b9ae9(0x232)](_0x5e7ef3)){if(_0x216ec5['LIjLm'](_0x216ec5[_0x1b9ae9(0x35b)],_0x216ec5[_0x1b9ae9(0x35b)])){const _0x3ef732={'frameworkName':_0x12ac56[_0x1b9ae9(0x218)],'frameworkVersion':_0x216ec5[_0x1b9ae9(0x325)](_0x251106,_0x14f4a4[_0x1b9ae9(0x218)])};_0x201e60[_0x1b9ae9(0x206)](_0x3ef732,_0x165409,_0x5b889d);}else _0x193794=_0x5e7ef3;}else{if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x2ee)],_0x216ec5['sWyXb']))return _0x85b6ce['env'][_0x1b9ae9(0x1ed)]=![],![];else{const _0x52bdfe={};_0x52bdfe[_0x1b9ae9(0x313)]=[_0x2f35d3],_0x193794=require[_0x1b9ae9(0x1f8)](_0x5b637b[_0x216ec5['WTlBN']],_0x52bdfe);}}if(!_0x193794)throw new Error(_0x216ec5[_0x1b9ae9(0x2ae)]);process[_0x1b9ae9(0x2bd)][_0x1b9ae9(0x292)]=_0x193794;}}}}catch(_0x4302d5){if(_0x216ec5[_0x1b9ae9(0x276)](_0x216ec5[_0x1b9ae9(0x270)],_0x216ec5[_0x1b9ae9(0x270)]))logger[_0x1b9ae9(0x291)](_0x216ec5[_0x1b9ae9(0x1fc)](_0x216ec5[_0x1b9ae9(0x269)],_0x216ec5[_0x1b9ae9(0x23d)](format,_0x4302d5)));else return!![];}return _0x5b637b[_0x1b9ae9(0x224)]=require['resolve'](_0x216ec5[_0x1b9ae9(0x25c)]),!![];},addReporter=_0xd02953=>{const _0x2a978f=a23_0xed5c09,_0x320da6={'kGvYu':'BrowserStack\x20config\x20file\x20not\x20found.','vdghL':'use','aVuFS':function(_0x55bf8c,_0x5f3519){return _0x55bf8c+_0x5f3519;},'SrvtU':function(_0x3c39e5,_0x5d816a){return _0x3c39e5(_0x5d816a);},'KECvI':_0x2a978f(0x31e),'WvpIp':_0x2a978f(0x214),'bRelo':_0x2a978f(0x26d),'djegV':function(_0x4154a7,_0x1ccf32){return _0x4154a7!==_0x1ccf32;},'lIfSL':_0x2a978f(0x31b),'rvGbD':function(_0x23e207,_0x3bfed5){return _0x23e207===_0x3bfed5;},'RZZxL':'string','qXCNl':_0x2a978f(0x244),'YPeZB':_0x2a978f(0x1f3),'VlqLp':_0x2a978f(0x2ef),'JymNt':_0x2a978f(0x357)},_0x32c4ed=path[_0x2a978f(0x238)](__dirname,_0x320da6[_0x2a978f(0x280)]),_0x24961d=[_0x32c4ed];if(helper[_0x2a978f(0x24c)](_0xd02953[_0x320da6[_0x2a978f(0x2c8)]])){if(_0x320da6['djegV'](_0x320da6[_0x2a978f(0x2a4)],_0x320da6[_0x2a978f(0x2a4)])){if(_0x15860d['isTrue'](_0x56b903['accessibility']))return _0x50c986=!![],!![];}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x312)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6[_0x2a978f(0x2ba)],_0x320da6[_0x2a978f(0x2ba)])){_0x4546e1[_0x2a978f(0x291)](_0x320da6[_0x2a978f(0x1f6)]);return;}else _0xd02953[_0x320da6[_0x2a978f(0x2c8)]]=[[_0xd02953[_0x320da6[_0x2a978f(0x2c8)]]],_0x24961d];}else{if(_0x320da6[_0x2a978f(0x334)](typeof _0xd02953[_0x320da6[_0x2a978f(0x2c8)]],_0x320da6[_0x2a978f(0x247)])){if(_0x320da6[_0x2a978f(0x201)](_0x320da6['VlqLp'],_0x320da6['JymNt']))_0xd02953[_0x320da6['bRelo']]['push'](_0x24961d);else{const _0x2cec8e={};_0x2cec8e[_0x320da6['vdghL']]={'connectOptions':{'wsEndpoint':_0x320da6[_0x2a978f(0x207)](_0x5d3f30,_0x320da6[_0x2a978f(0x2f0)](_0x778db,_0x6b317f['stringify'](_0xbee359)))}},_0x42a87e[_0x320da6['KECvI']][_0x2a978f(0x340)](_0x2cec8e);}}}}},handleO11yRerun=_0x407e90=>{const _0x2b971e=a23_0xed5c09,_0x5cc5f0={'LUEnu':'playwright','lrlqB':function(_0xf3fe19,_0x6d6d20){return _0xf3fe19(_0x6d6d20);},'Wpxqg':function(_0xa16b32,_0x3b0580){return _0xa16b32+_0x3b0580;},'ojbAD':function(_0x3a189d,_0x478231){return _0x3a189d===_0x478231;},'laepD':_0x2b971e(0x27a),'HqpZE':'WeHGe','HjIJS':_0x2b971e(0x2f7),'DhDYa':_0x2b971e(0x294),'LDMLf':function(_0x4ed97e,_0x4015c7){return _0x4ed97e!==_0x4015c7;},'shxXf':'null','Tnyxp':function(_0x5df8dd,_0x1dda71){return _0x5df8dd!==_0x1dda71;},'pORhl':_0x2b971e(0x209),'lBtpX':_0x2b971e(0x1ec)},_0x5b1e9d=helper[_0x2b971e(0x241)](process[_0x2b971e(0x2bd)][_0x2b971e(0x2a5)]);if(_0x5b1e9d){if(_0x5cc5f0[_0x2b971e(0x341)](_0x5cc5f0[_0x2b971e(0x231)],_0x5cc5f0[_0x2b971e(0x33c)]))_0x56ed9c['push'](_0x225ff4[_0x2b971e(0x2e0)](_0x436d9a[_0x2b971e(0x262)],_0x5cc5f0[_0x2b971e(0x31d)],_0xfc83d7));else{const _0x36d60f=process[_0x2b971e(0x2bd)]['BROWSERSTACK_RERUN_TESTS'],_0x23a516=[];if(_0x5cc5f0[_0x2b971e(0x2f9)](_0x36d60f,_0x5cc5f0['shxXf'])&&_0x5cc5f0[_0x2b971e(0x21c)](_0x36d60f,null)){if(_0x5cc5f0['LDMLf'](_0x5cc5f0[_0x2b971e(0x2c2)],_0x5cc5f0[_0x2b971e(0x2c2)])){_0x5cc5f0['lrlqB'](_0x3bcce9,_0x5ec6ef);return;}else _0x36d60f[_0x2b971e(0x288)](',')['map'](_0x1443d1=>{const _0x4d2a1e=_0x2b971e;_0x5cc5f0['ojbAD'](_0x5cc5f0['laepD'],_0x5cc5f0[_0x4d2a1e(0x261)])?_0x469c17=_0x5cc5f0[_0x4d2a1e(0x272)](_0x4d2a1e(0x320)+_0x26793b+_0x4d2a1e(0x1fd),_0x556e24):_0x23a516[_0x4d2a1e(0x340)]('('+_0x1443d1[_0x4d2a1e(0x33a)]()+')');});}const _0x28dcec='^'+_0x23a516['join']('|')+'$';_0x407e90['push'](_0x5cc5f0['lBtpX'],_0x28dcec);}}},spawnOriginalProcess=_0x182d34=>{const _0x5a6051=a23_0xed5c09,_0x10dabc={'AkZlJ':function(_0x28769b,_0x1be5c8,_0x5ece47,_0x56f150){return _0x28769b(_0x1be5c8,_0x5ece47,_0x56f150);},'GLOPF':_0x5a6051(0x2b7),'GzPbt':_0x5a6051(0x27d),'iBOHK':function(_0x469301,_0x3bb34f){return _0x469301===_0x3bb34f;},'LRGLY':_0x5a6051(0x25d),'QSPJh':_0x5a6051(0x2f1)};_0x10dabc[_0x5a6051(0x30c)](spawn,_0x10dabc[_0x5a6051(0x277)],[_0x10dabc[_0x5a6051(0x2ce)],..._0x182d34['slice'](0x1)],{'shell':_0x10dabc['iBOHK'](process['platform'],_0x10dabc[_0x5a6051(0x1e7)]),'stdio':_0x10dabc[_0x5a6051(0x1e5)],'cwd':process[_0x5a6051(0x2bf)]()});},isTestCommand=(_0x4aed69,_0x8a5da7)=>{const _0x5f0659=a23_0xed5c09,_0x11a041={'KfXUp':function(_0x197e37,_0x2d5f83){return _0x197e37(_0x2d5f83);},'cTQPX':function(_0x5a49cc,_0x380384){return _0x5a49cc>_0x380384;},'TUTLs':function(_0x43a5d2,_0x4c0346){return _0x43a5d2===_0x4c0346;},'YLNmk':_0x5f0659(0x268),'qnMZw':_0x5f0659(0x33f)};if(_0x11a041[_0x5f0659(0x305)](_0x8a5da7[_0x5f0659(0x2b9)],0x1)&&_0x11a041[_0x5f0659(0x347)](_0x8a5da7[0x1],_0x11a041[_0x5f0659(0x2c7)])){if(_0x11a041[_0x5f0659(0x347)](_0x11a041[_0x5f0659(0x2f2)],_0x11a041[_0x5f0659(0x2f2)]))return!![];else{_0x11a041['KfXUp'](_0x59e201,_0x27d793);return;}}return![];},initO11yCrashReporter=(_0x5374a7,_0x20e37f)=>{const _0x465026=a23_0xed5c09,_0x2a3d73={'donPN':function(_0x391318,_0x48b490){return _0x391318(_0x48b490);}},_0x499efd={'frameworkName':FRAMEWORKS[_0x465026(0x218)],'frameworkVersion':_0x2a3d73['donPN'](getFrameworkVersion,FRAMEWORKS[_0x465026(0x218)])};CrashReporter[_0x465026(0x206)](_0x499efd,_0x5374a7,_0x20e37f);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x237d14){const _0x24892e=a23_0xed5c09,_0x57932f={'OtOyV':_0x24892e(0x1f2),'QxdYE':function(_0x5ebf20,_0x2b9e1d){return _0x5ebf20(_0x2b9e1d);},'cjglu':function(_0x25e781,_0x26c363){return _0x25e781>_0x26c363;},'PzDuU':function(_0x173781,_0x5e0bbf){return _0x173781===_0x5e0bbf;},'KPyjI':function(_0x4a0853,_0xd35139){return _0x4a0853===_0xd35139;},'jRbIo':'vheeR'},_0x59c76d=await SessionHandler['launch'](_0x237d14,{'frameworkName':FRAMEWORKS[_0x24892e(0x218)],'frameworkVersion':_0x57932f[_0x24892e(0x22c)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(!_0x59c76d||_0x57932f[_0x24892e(0x235)](_0x59c76d[_0x24892e(0x2b9)],0x1)&&_0x57932f['PzDuU'](_0x59c76d[0x0],null)){if(_0x57932f[_0x24892e(0x30a)](_0x57932f[_0x24892e(0x271)],_0x57932f['jRbIo']))return process[_0x24892e(0x2bd)][_0x24892e(0x1ed)]=![],![];else _0x4842b5[_0x24892e(0x1f1)][_0x57932f[_0x24892e(0x299)]]=_0x1b8add[_0x57932f[_0x24892e(0x299)]];}return!![];});function checkAccessibilityPlatformConfig(_0x10a31a){const _0x21744e=a23_0xed5c09,_0x929dba={};_0x929dba['ZgZVp']='false',_0x929dba['HbLvP']=_0x21744e(0x24d),_0x929dba[_0x21744e(0x2d7)]=function(_0x40f4f7,_0x25b58a){return _0x40f4f7===_0x25b58a;},_0x929dba[_0x21744e(0x350)]='XYmZr',_0x929dba[_0x21744e(0x2ad)]=function(_0x1a39a7,_0x579b62){return _0x1a39a7===_0x579b62;},_0x929dba[_0x21744e(0x21f)]=_0x21744e(0x344),_0x929dba[_0x21744e(0x24e)]='PpULk',_0x929dba['zmnYP']=function(_0x5f1827,_0x25b733){return _0x5f1827!==_0x25b733;},_0x929dba[_0x21744e(0x24b)]=_0x21744e(0x31a),_0x929dba['VKdzu']=_0x21744e(0x204),_0x929dba[_0x21744e(0x24f)]=_0x21744e(0x29d);const _0x15e7c2=_0x929dba;let _0x2d22ed=![];try{_0x15e7c2['zmnYP'](_0x15e7c2['xDiuU'],_0x15e7c2['xDiuU'])?_0x408ee6[_0x21744e(0x2bd)][_0x21744e(0x33b)]=!![]:_0x10a31a[_0x21744e(0x25a)][_0x21744e(0x2cd)](_0x19ca0a=>{const _0x1e914a=_0x21744e,_0x570602={};_0x570602['xiXgQ']=_0x15e7c2['HbLvP'];const _0x496208=_0x570602;if(_0x15e7c2[_0x1e914a(0x2d7)](_0x15e7c2[_0x1e914a(0x350)],_0x15e7c2[_0x1e914a(0x350)])){if(helper['isTrue'](_0x19ca0a['accessibility']))return _0x15e7c2['LagJK'](_0x15e7c2['uBeSk'],_0x15e7c2[_0x1e914a(0x24e)])?(_0x24d58d[_0x1e914a(0x291)](_0x496208['xiXgQ'],_0x1bd7e4),null):(_0x2d22ed=!![],!![]);}else _0x1fea98['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x15e7c2[_0x1e914a(0x2c1)],_0x8b1b66=_0x23bb9c['filter'](_0x41b237=>_0x41b237!=='--disable-test-observability');});}catch(_0x269898){_0x15e7c2['zmnYP'](_0x15e7c2['VKdzu'],_0x15e7c2[_0x21744e(0x24f)])?logger[_0x21744e(0x321)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x269898):_0x3bfbd8[_0x21744e(0x288)](',')['map'](_0x344652=>{const _0x619010=_0x21744e;_0x1156fd[_0x619010(0x340)]('('+_0x344652[_0x619010(0x33a)]()+')');});}return _0x2d22ed;}function a23_0x46d6(_0x48a10f,_0x14d8ff){const _0x3e776d=a23_0x3e77();return a23_0x46d6=function(_0x46d621,_0x54ae8a){_0x46d621=_0x46d621-0x1e5;let _0x594ca9=_0x3e776d[_0x46d621];return _0x594ca9;},a23_0x46d6(_0x48a10f,_0x14d8ff);}async function run(_0x2fd9f0,_0x1a0c5a){const _0x3434e6=a23_0xed5c09,_0x5c8feb={'XojeG':function(_0x1c59d7,_0x24a7bb){return _0x1c59d7!==_0x24a7bb;},'NMicE':_0x3434e6(0x220),'ZCHdQ':_0x3434e6(0x1ec),'bbDiL':_0x3434e6(0x26d),'TTcCR':'testIgnore','Wznfn':_0x3434e6(0x2be),'xrtSf':'globalSetup','BdPLb':_0x3434e6(0x323),'DbHCe':function(_0x37f3ca,_0x2e9af2){return _0x37f3ca(_0x2e9af2);},'LDHNM':function(_0x24322a,_0x27c065){return _0x24322a>_0x27c065;},'jqjnP':function(_0xddb0c4,_0x3a0c77){return _0xddb0c4===_0x3a0c77;},'KLjqD':_0x3434e6(0x268),'YXZOd':_0x3434e6(0x1e9),'huAqq':_0x3434e6(0x2ed),'ELyDa':function(_0x562596,_0x2a08d6){return _0x562596+_0x2a08d6;},'WoMOX':_0x3434e6(0x1f2),'VPLXG':'projects','dtLek':_0x3434e6(0x2f4),'mGxtJ':_0x3434e6(0x2a8),'hvEQd':'playwright','ncacz':function(_0x2c4c73,_0x43748c,_0x4b3dd6,_0xb0a943){return _0x2c4c73(_0x43748c,_0x4b3dd6,_0xb0a943);},'PhcDV':_0x3434e6(0x2b7),'YgMzi':function(_0x19b967,_0x1ffc80){return _0x19b967===_0x1ffc80;},'SOWzi':_0x3434e6(0x25d),'fWOvP':_0x3434e6(0x2f1),'BfDCj':function(_0x2a2c90,_0x2a87aa){return _0x2a2c90+_0x2a87aa;},'EEohP':_0x3434e6(0x2ec),'YQhkf':function(_0x387c42,_0x288e30){return _0x387c42+_0x288e30;},'Bjfjr':function(_0x31b9c0,_0x4166f7){return _0x31b9c0!==_0x4166f7;},'jcPKL':'vOZTN','COvHB':_0x3434e6(0x202),'fvFnc':_0x3434e6(0x326),'GCJfX':function(_0x3400a7,_0x31d37a){return _0x3400a7===_0x31d37a;},'IzuOr':_0x3434e6(0x253),'IYWyA':function(_0x1cfa04,_0x112829){return _0x1cfa04+_0x112829;},'AOwRm':function(_0x4b56c1,_0x3388ea){return _0x4b56c1(_0x3388ea);},'DASHw':_0x3434e6(0x2d9),'wTkSp':_0x3434e6(0x214),'yCzuL':function(_0x1a1dce,_0x5af99d){return _0x1a1dce===_0x5af99d;},'iToSe':'string','xFIcM':function(_0x588b86,_0x109991){return _0x588b86===_0x109991;},'Imetu':_0x3434e6(0x1f3),'hnOgP':'4|5|1|2|0|3','babjH':function(_0x550d57,_0x286b79){return _0x550d57!==_0x286b79;},'HCZeO':'dJlNE','aNBkZ':'--disable-browserstack-automation','Srgjf':'XvJxF','epZns':_0x3434e6(0x2dc),'LbQOr':_0x3434e6(0x2de),'zcaEX':function(_0x3ad352,_0x3bfe37){return _0x3ad352>=_0x3bfe37;},'gHAOc':_0x3434e6(0x2fe),'oothr':_0x3434e6(0x1f0),'dTlUZ':function(_0x270838,_0x39dce4,_0x4d0007){return _0x270838(_0x39dce4,_0x4d0007);},'QibyQ':_0x3434e6(0x342),'tVBAd':'JNgcI','JoKXT':function(_0x2f4bd1,_0x13839a){return _0x2f4bd1===_0x13839a;},'pcrLS':_0x3434e6(0x27f),'DxplM':_0x3434e6(0x2af),'SGFWR':_0x3434e6(0x226),'NLkci':function(_0x353189,_0x53706b){return _0x353189!==_0x53706b;},'pXlxr':'DpmeC','XdFyX':_0x3434e6(0x2fc),'TXStH':function(_0x1704df,_0x12ac50){return _0x1704df!=_0x12ac50;},'zhwls':function(_0x582a6d,_0x738e1f){return _0x582a6d===_0x738e1f;},'NpOoV':_0x3434e6(0x2f8),'iulAi':_0x3434e6(0x324),'pOKSR':_0x3434e6(0x2b6),'kEbpR':_0x3434e6(0x32a),'RUlIV':function(_0x5ed27d,_0x343539){return _0x5ed27d!==_0x343539;},'DBuRK':'iqjry','AUxLG':function(_0x3f3973,_0x2b142d,_0x2ffbc2){return _0x3f3973(_0x2b142d,_0x2ffbc2);},'NETIu':function(_0x5cb17a,_0x225e1c){return _0x5cb17a!==_0x225e1c;},'hFcfW':_0x3434e6(0x22d),'HDZNx':function(_0x592885,_0x16e99b){return _0x592885(_0x16e99b);},'ZsRVd':function(_0x39114f,_0x41d70d,_0xbebcbe){return _0x39114f(_0x41d70d,_0xbebcbe);},'cjVaJ':_0x3434e6(0x22b),'tLFqN':function(_0x53d9ac,_0x15ae21){return _0x53d9ac!==_0x15ae21;},'tcoja':_0x3434e6(0x260),'ihXiL':'pvnnH','eCxed':_0x3434e6(0x25b),'NBRIb':function(_0x153858,_0x3192b5,_0x31bc66){return _0x153858(_0x3192b5,_0x31bc66);},'jaZNh':_0x3434e6(0x227),'pwodl':function(_0x356fae,_0x253a7e){return _0x356fae===_0x253a7e;},'AYRzv':_0x3434e6(0x2c5),'bAeAe':function(_0x225b05,_0x17372e){return _0x225b05(_0x17372e);},'GkXRS':function(_0x99a4a4,_0x4aba6d){return _0x99a4a4===_0x4aba6d;},'cOTDK':_0x3434e6(0x32c),'VocFl':_0x3434e6(0x266),'VCdun':'@playwright/test','MDUIC':function(_0x12d5ae,_0x263bea){return _0x12d5ae(_0x263bea);},'MEaCW':function(_0xb558e6,_0x496776){return _0xb558e6===_0x496776;},'qmPhI':function(_0x1eb14c,_0x13fc2e){return _0x1eb14c!==_0x13fc2e;},'wphRg':_0x3434e6(0x2d0),'KOUcd':function(_0x5dd8ab,_0x364759){return _0x5dd8ab!==_0x364759;},'MgfkA':'WKNnc','JmaWD':_0x3434e6(0x21e),'bpktM':function(_0x3a6297,_0x1922c4){return _0x3a6297===_0x1922c4;},'TXorx':'Lpkre','wtnnV':_0x3434e6(0x242),'qkWsO':_0x3434e6(0x2e7),'IiHIu':_0x3434e6(0x252),'MUJBO':function(_0x5062cd,_0x2f1667){return _0x5062cd!==_0x2f1667;},'drYGr':_0x3434e6(0x265),'cybWn':_0x3434e6(0x29e),'Bzzib':'vZIzT','FXnrU':_0x3434e6(0x286),'posyN':_0x3434e6(0x1f9),'LsvyY':_0x3434e6(0x308),'BuIPu':_0x3434e6(0x300),'IOOsm':_0x3434e6(0x34a),'pfPoo':function(_0x592c7d,_0xa3879){return _0x592c7d*_0xa3879;},'AwnBy':_0x3434e6(0x318),'nPidh':_0x3434e6(0x30e),'YCFwn':_0x3434e6(0x275),'JLART':_0x3434e6(0x296),'Walei':'Symbol(\x27defineConfigWasUsed\x27)]','aeVhd':'module.exports\x20=\x20','MHpgy':function(_0x4eb70f,_0x209cf8){return _0x4eb70f+_0x209cf8;},'OWUIn':_0x3434e6(0x264),'cvkFi':_0x3434e6(0x1fe)};if(!helper[_0x3434e6(0x336)](process['env'][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2da)](_0x5c8feb['HCZeO'],_0x5c8feb['HCZeO'])){const _0x252068=_0x4c9673[_0x3434e6(0x2bd)][_0x3434e6(0x1ef)],_0x205684=[];_0x5c8feb[_0x3434e6(0x2b0)](_0x252068,_0x5c8feb[_0x3434e6(0x28d)])&&_0x5c8feb['XojeG'](_0x252068,null)&&_0x252068[_0x3434e6(0x288)](',')[_0x3434e6(0x29c)](_0xb3ea6a=>{const _0x558129=_0x3434e6;_0x205684[_0x558129(0x340)]('('+_0xb3ea6a[_0x558129(0x33a)]()+')');});const _0x3d17c3='^'+_0x205684[_0x3434e6(0x238)]('|')+'$';_0x4a6244[_0x3434e6(0x340)](_0x5c8feb[_0x3434e6(0x2a1)],_0x3d17c3);}else process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=!![];}process[_0x3434e6(0x2d8)][_0x3434e6(0x1ea)](_0x5c8feb[_0x3434e6(0x354)])&&(_0x5c8feb[_0x3434e6(0x203)](_0x5c8feb['Srgjf'],_0x5c8feb['epZns'])?_0x221744[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x3341db]:(process['env'][_0x3434e6(0x33b)]=_0x5c8feb['DASHw'],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4744d4=>_0x4744d4!=='--disable-browserstack-automation')));const _0x4a45d0=_0x1a0c5a[_0x3434e6(0x1e6)](_0x5c8feb[_0x3434e6(0x213)]);_0x5c8feb[_0x3434e6(0x314)](_0x4a45d0,0x0)&&(_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x28e)],_0x5c8feb[_0x3434e6(0x295)])?(process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]=_0x5c8feb[_0x3434e6(0x348)],_0x1a0c5a=_0x1a0c5a[_0x3434e6(0x1f7)](_0x4504e6=>_0x4504e6!==_0x3434e6(0x2de))):_0x451984[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x367cda[_0x5c8feb[_0x3434e6(0x2eb)]]);if(!_0x5c8feb[_0x3434e6(0x316)](isTestCommand,_0x2fd9f0,_0x1a0c5a)){if(_0x5c8feb[_0x3434e6(0x248)](_0x5c8feb[_0x3434e6(0x2ea)],_0x5c8feb[_0x3434e6(0x2a0)]))_0x314ade[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0xdf633c[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]||_0x22948a[_0x3434e6(0x262)][_0x3434e6(0x26c)];else{_0x5c8feb[_0x3434e6(0x30f)](spawnOriginalProcess,_0x1a0c5a);return;}}const _0x3c3f99=new BrowserStackSetup(_0x2fd9f0,FRAMEWORKS[_0x3434e6(0x218)]);if(!_0x3c3f99[_0x3434e6(0x262)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pcrLS'],_0x5c8feb['DxplM']))_0x3f0837[_0x3434e6(0x1e8)](_0x5c8feb['Wznfn']);else{logger[_0x3434e6(0x291)](_0x5c8feb[_0x3434e6(0x29f)]);return;}}await _0x3c3f99[_0x3434e6(0x206)]();if(!helper[_0x3434e6(0x24c)](_0x3c3f99['cliConfig'])&&_0x3c3f99['cliConfig'][_0x3434e6(0x23b)](_0x5c8feb['EEohP'])){if(_0x5c8feb['NLkci'](_0x5c8feb['pXlxr'],_0x5c8feb[_0x3434e6(0x25e)]))process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x3c3f99[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb['EEohP'])||!![];else{const _0x29d76d={};_0x29d76d[_0x3434e6(0x313)]=[_0x5e634f],_0x1d4132=_0x17d0d2[_0x3434e6(0x1f8)](_0x3d916e[_0x5c8feb[_0x3434e6(0x306)]],_0x29d76d);}}_0x5c8feb[_0x3434e6(0x212)](_0x3c3f99['config'][_0x3434e6(0x26c)],null)&&!helper['isTrue'](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)])&&(_0x5c8feb[_0x3434e6(0x310)](_0x5c8feb[_0x3434e6(0x319)],_0x5c8feb[_0x3434e6(0x28f)])?_0x151ad5[_0x3434e6(0x25a)][_0x3434e6(0x2cd)](_0x2e9252=>{const _0xc5a57=_0x3434e6;if(_0x3f635b['isTrue'](_0x2e9252[_0xc5a57(0x2b5)]))return _0x3cc09c=!![],!![];}):process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']=process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x3c3f99['config']['testObservability']);const _0x2d4f8e=!helper[_0x3434e6(0x336)](process[_0x3434e6(0x2bd)][_0x3434e6(0x1ed)]);let _0xbde4cd=![];if(_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)]){if(_0x5c8feb[_0x3434e6(0x2f3)](_0x5c8feb['pOKSR'],_0x5c8feb[_0x3434e6(0x35a)])){let _0x277de9;const _0x419bb8=_0x1b024f[_0x3434e6(0x1f8)](_0x5a22a2,_0x1d33f0[_0x5c8feb[_0x3434e6(0x306)]]);if(_0x3953bf[_0x3434e6(0x232)](_0x419bb8))_0x277de9=_0x419bb8;else{const _0x21e208={};_0x21e208[_0x3434e6(0x313)]=[_0x5a7239],_0x277de9=_0x31944f['resolve'](_0x2ed3e8[_0x5c8feb[_0x3434e6(0x306)]],_0x21e208);}if(!_0x277de9)throw new _0x377704(_0x5c8feb['BdPLb']);_0xce25e3[_0x3434e6(0x2bd)][_0x3434e6(0x292)]=_0x277de9;}else _0xbde4cd=!![],process[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x2b5)];}if(_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']){if(_0x5c8feb[_0x3434e6(0x28c)](_0x5c8feb[_0x3434e6(0x2c9)],_0x5c8feb[_0x3434e6(0x2c9)])){_0x5c8feb[_0x3434e6(0x32f)](_0x4c65d9,_0x174c17);return;}else process['env'][_0x3434e6(0x2df)]=JSON['stringify'](_0x3c3f99[_0x3434e6(0x262)]['accessibilityOptions']);}const _0x29d7f5=_0x1a0c5a[_0x3434e6(0x26e)](),_0x5b0049=await _0x5c8feb[_0x3434e6(0x32d)](getUserPlaywrightConfig,_0x2fd9f0,_0x1a0c5a);if(helper[_0x3434e6(0x24c)](_0x5b0049)){if(_0x5c8feb[_0x3434e6(0x333)](_0x5c8feb[_0x3434e6(0x290)],_0x5c8feb[_0x3434e6(0x290)]))return _0x394a06=!![],!![];else{_0x5c8feb['HDZNx'](spawnOriginalProcess,_0x29d7f5);return;}}const _0x4fddd2={..._0x5b0049['config']},_0x49f6d4=_0x4fddd2,_0x2cd659=_0x5b0049['path']?path[_0x3434e6(0x257)](_0x5b0049['path']):process[_0x3434e6(0x2bf)]();if(!_0x5c8feb[_0x3434e6(0x329)](setGlobalSetup,_0x49f6d4,_0x2cd659)){if(_0x5c8feb[_0x3434e6(0x2b0)](_0x5c8feb[_0x3434e6(0x1fa)],_0x5c8feb[_0x3434e6(0x1fa)]))_0x1d92e3[_0x3434e6(0x340)]('('+_0x24b3f7[_0x3434e6(0x33a)]()+')');else{_0x5c8feb[_0x3434e6(0x30d)](spawnOriginalProcess,_0x29d7f5);return;}}if(_0x2d4f8e){if(_0x5c8feb['tLFqN'](_0x5c8feb[_0x3434e6(0x345)],_0x5c8feb['ihXiL'])){const _0x2376c7=_0x5c8feb[_0x3434e6(0x35c)][_0x3434e6(0x288)]('|');let _0x2c9e9d=0x0;while(!![]){switch(_0x2376c7[_0x2c9e9d++]){case'0':_0x5c8feb[_0x3434e6(0x2cb)](initO11yCrashReporter,_0x49f6d4,_0x3c3f99['config']);continue;case'1':logger[_0x3434e6(0x1e8)](_0x5c8feb[_0x3434e6(0x20c)]);continue;case'2':_0x5c8feb[_0x3434e6(0x30d)](handleO11yRerun,_0x1a0c5a);continue;case'3':await _0x5c8feb[_0x3434e6(0x30f)](launchO11ySession,_0x3c3f99[_0x3434e6(0x262)]);continue;case'4':_0x5c8feb['HDZNx'](addReporter,_0x49f6d4);continue;}break;}}else{if(_0x5c8feb['LDHNM'](_0x31ddbf[_0x3434e6(0x2b9)],0x1)&&_0x5c8feb[_0x3434e6(0x243)](_0xc617fc[0x1],_0x5c8feb[_0x3434e6(0x1f4)]))return!![];return![];}}let _0x5b329b=_0x5c8feb[_0x3434e6(0x237)](process['env'][_0x3434e6(0x33e)],_0x5c8feb[_0x3434e6(0x2e1)]);_0x5b329b=_0x5b329b||_0x5c8feb[_0x3434e6(0x20e)](checkAccessibilityPlatformConfig,_0x3c3f99[_0x3434e6(0x262)]),process[_0x3434e6(0x2bd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5b329b;if(_0x5b329b){if(_0x5c8feb[_0x3434e6(0x2b2)](_0x5c8feb[_0x3434e6(0x1ff)],_0x5c8feb[_0x3434e6(0x284)]))_0xf419e4=!![],_0x5b4487[_0x3434e6(0x2bd)][_0x3434e6(0x33e)]=_0x1b0dba['config'][_0x3434e6(0x2b5)];else{const [_0x598cea,_0x29c20c]=await _0x5c8feb[_0x3434e6(0x2cb)](createAccessibilityTestRun,_0x3c3f99['config'],_0x5c8feb['VCdun']);logger[_0x3434e6(0x321)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x29c20c),process['env'][_0x3434e6(0x2f6)]=_0x598cea,process[_0x3434e6(0x2bd)]['BS_A11Y_TEST_RUN_ID']=_0x29c20c,_0x5c8feb[_0x3434e6(0x23a)](setAccessibilityPlaywrightCapabilities,_0x3c3f99[_0x3434e6(0x262)]);}}if(helper[_0x3434e6(0x24c)](_0x3c3f99['config'][_0x3434e6(0x25a)])||_0x5c8feb[_0x3434e6(0x2e2)](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)]['length'],0x0)){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x2c6)],_0x5c8feb[_0x3434e6(0x2c6)])){const _0x3d568f=_0x51c9bb['findIndex'](_0xf2f3cb=>_0xf2f3cb==='--config'||_0xf2f3cb==='-c'||_0xf2f3cb[_0x3434e6(0x240)]('--config='));_0x430516['splice'](_0x3d568f,_0x572382[_0x3d568f][_0x3434e6(0x240)](_0x5c8feb[_0x3434e6(0x285)])?0x1:0x2);}else process[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=![];}if(helper[_0x3434e6(0x241)](process[_0x3434e6(0x2bd)][_0x3434e6(0x33b)])){if(_0x5c8feb[_0x3434e6(0x2e8)](_0x5c8feb[_0x3434e6(0x255)],_0x5c8feb[_0x3434e6(0x2e4)])){_0x49f6d4[_0x5c8feb[_0x3434e6(0x211)]]=[];const _0x14c94c=[];_0x3c3f99['config']['platforms'][_0x3434e6(0x2cd)]((_0x95d43b,_0x4037c)=>{const _0x17cd78=_0x3434e6,_0x1b6ded={'omOpq':_0x5c8feb[_0x17cd78(0x328)],'SkqQS':function(_0x540f4b,_0xbb0da9){const _0x355761=_0x17cd78;return _0x5c8feb[_0x355761(0x2b1)](_0x540f4b,_0xbb0da9);},'aJQdq':function(_0x2c337f,_0x403895){const _0x23d854=_0x17cd78;return _0x5c8feb[_0x23d854(0x32f)](_0x2c337f,_0x403895);},'gjBQz':_0x5c8feb['WoMOX'],'EwUdP':_0x5c8feb['VPLXG'],'eVHoj':_0x5c8feb['dtLek']};if(_0x5c8feb[_0x17cd78(0x243)](_0x5c8feb[_0x17cd78(0x349)],_0x5c8feb['mGxtJ']))_0x14c94c[_0x17cd78(0x340)](helper[_0x17cd78(0x2e0)](_0x3c3f99[_0x17cd78(0x262)],_0x5c8feb[_0x17cd78(0x24a)],_0x4037c));else{const _0x36397e={'GqXJC':_0x1b6ded['omOpq'],'NZyUQ':function(_0x59e65b,_0x137a62){return _0x1b6ded['SkqQS'](_0x59e65b,_0x137a62);},'vsPBn':function(_0x4493ed,_0x4a94f3){return _0x1b6ded['aJQdq'](_0x4493ed,_0x4a94f3);},'AAjzN':_0x1b6ded['gjBQz'],'iyAhr':_0x1b6ded[_0x17cd78(0x208)]};_0x3250fd[_0x17cd78(0x2cd)](_0x228543=>{const _0x51d5b1=_0x17cd78;_0x1aefcd[_0x51d5b1(0x2cd)](_0x2617fe=>{const _0x2a6d62=_0x51d5b1,_0x366a84={};_0x366a84[_0x36397e[_0x2a6d62(0x2a2)]]={'connectOptions':{'wsEndpoint':_0x36397e['NZyUQ'](_0x122d0a,_0x36397e[_0x2a6d62(0x246)](_0x46b825,_0x29fc4d[_0x2a6d62(0x302)](_0x2617fe)))}},_0x366a84[_0x36397e['AAjzN']]=_0x228543,_0x2e2130[_0x36397e[_0x2a6d62(0x32e)]][_0x2a6d62(0x340)](_0x366a84);});}),_0x3ab721[_0x1b6ded[_0x17cd78(0x20f)]]='',_0xac7e52[_0x1b6ded[_0x17cd78(0x20b)]]='';}});let _0x161304=[];try{if(_0x5c8feb['bpktM'](_0x5c8feb['TXorx'],_0x5c8feb[_0x3434e6(0x2aa)])){const _0x33da7a=helper[_0x3434e6(0x2ac)](_0x5c8feb[_0x3434e6(0x1eb)]),_0x9b85ca={};_0x9b85ca[_0x3434e6(0x359)]=!![],_0x9b85ca[_0x3434e6(0x2f4)]='',_0x9b85ca[_0x3434e6(0x1f2)]='',_0x9b85ca[_0x3434e6(0x2d5)]='';const _0x173ad5={};_0x173ad5[_0x3434e6(0x1f1)]=_0x9b85ca;const _0x2af475=_0x173ad5;_0x49f6d4[_0x5c8feb['dtLek']]&&(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x327)],_0x5c8feb[_0x3434e6(0x2fa)])?_0x5c8feb['ncacz'](_0x89307b,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],..._0x166386[_0x3434e6(0x20d)](0x1)],{'shell':_0x5c8feb['YgMzi'](_0x5e98f5[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':_0x37bf56['cwd']()}):_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x309)]]=_0x49f6d4[_0x5c8feb['dtLek']]);_0x49f6d4[_0x5c8feb['WoMOX']]&&(_0x5c8feb[_0x3434e6(0x26f)](_0x5c8feb[_0x3434e6(0x23e)],_0x5c8feb[_0x3434e6(0x2ab)])?_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x273)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]:_0x37b602[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x573a8b));if(_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]]){if(_0x5c8feb[_0x3434e6(0x267)](_0x5c8feb[_0x3434e6(0x236)],_0x5c8feb[_0x3434e6(0x254)]))_0x2af475[_0x3434e6(0x1f1)][_0x5c8feb[_0x3434e6(0x2eb)]]=_0x49f6d4[_0x5c8feb[_0x3434e6(0x2eb)]];else{const _0x2bf8a7={};_0x2bf8a7[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb['BfDCj'](_0x576cc9,_0x5c8feb['DbHCe'](_0x2a4e71,_0x2e607d[_0x3434e6(0x302)](_0xda3eb6)))}},_0x2bf8a7[_0x5c8feb[_0x3434e6(0x273)]]=_0x3255a6,_0x240703[_0x5c8feb[_0x3434e6(0x211)]]['push'](_0x2bf8a7);}}_0x161304=await _0x33da7a['collectFilesForProject'](_0x2af475);}else _0x122165[_0x3434e6(0x2bd)][_0x3434e6(0x33b)]=_0x177651[_0x3434e6(0x31c)][_0x3434e6(0x223)](_0x5c8feb[_0x3434e6(0x225)])||!![];}catch(_0x2064b4){if(_0x5c8feb['GCJfX'](_0x5c8feb[_0x3434e6(0x21b)],_0x5c8feb[_0x3434e6(0x311)])){const _0x451919={'NmTgM':_0x5c8feb[_0x3434e6(0x328)],'tRfor':function(_0x2d6858,_0x7584){const _0x9fd476=_0x3434e6;return _0x5c8feb[_0x9fd476(0x2b3)](_0x2d6858,_0x7584);},'ZtQNp':function(_0x698c39,_0x1a376b){const _0x2d25fe=_0x3434e6;return _0x5c8feb[_0x2d25fe(0x32f)](_0x698c39,_0x1a376b);},'wrWTR':_0x5c8feb[_0x3434e6(0x211)]};_0x21f7df[_0x3434e6(0x2cd)](_0x179bce=>{const _0x2d7ea8=_0x3434e6,_0x438db9={};_0x438db9[_0x451919[_0x2d7ea8(0x27e)]]={'connectOptions':{'wsEndpoint':_0x451919[_0x2d7ea8(0x2e6)](_0x363128,_0x451919[_0x2d7ea8(0x2d1)](_0x555055,_0x199a05[_0x2d7ea8(0x302)](_0x179bce)))}},_0x436244[_0x451919['wrWTR']][_0x2d7ea8(0x340)](_0x438db9);});}else logger['debug'](_0x5c8feb['COvHB']);}let _0x21097d=helper[_0x3434e6(0x25f)](_0x3c3f99[_0x3434e6(0x262)]);_0x161304[_0x3434e6(0x2b9)]?_0x5c8feb[_0x3434e6(0x205)](_0x5c8feb[_0x3434e6(0x343)],_0x5c8feb[_0x3434e6(0x343)])?_0x58c475=_0x2c331f:(_0x161304['forEach'](_0x1b8310=>{const _0x5b7473=_0x3434e6;_0x5c8feb[_0x5b7473(0x243)](_0x5c8feb['fvFnc'],_0x5c8feb[_0x5b7473(0x2a9)])?_0x14c94c['forEach'](_0x203976=>{const _0x446995=_0x5b7473;if(_0x5c8feb[_0x446995(0x205)](_0x5c8feb['jcPKL'],_0x5c8feb[_0x446995(0x216)]))_0xd91d1[_0x446995(0x2bd)][_0x446995(0x33b)]=![];else{const _0x174708={};_0x174708[_0x5c8feb[_0x446995(0x328)]]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x446995(0x2b1)](_0x21097d,_0x5c8feb['DbHCe'](encodeURIComponent,JSON[_0x446995(0x302)](_0x203976)))}},_0x174708[_0x5c8feb[_0x446995(0x273)]]=_0x1b8310,_0x49f6d4[_0x5c8feb['VPLXG']]['push'](_0x174708);}}):_0x2ff11d[_0x5b7473(0x321)](_0x5c8feb['COvHB']);}),_0x49f6d4[_0x5c8feb[_0x3434e6(0x273)]]='',_0x49f6d4[_0x5c8feb[_0x3434e6(0x309)]]=''):_0x5c8feb['NLkci'](_0x5c8feb['IOOsm'],_0x5c8feb['IOOsm'])?_0x1ae0d9[_0x3434e6(0x2bd)][_0x3434e6(0x2df)]=_0x566980[_0x3434e6(0x302)](_0x36bb2b[_0x3434e6(0x262)][_0x3434e6(0x2ff)]):_0x14c94c[_0x3434e6(0x2cd)](_0x5b0852=>{const _0x386b09=_0x3434e6;if(_0x5c8feb[_0x386b09(0x29b)](_0x5c8feb[_0x386b09(0x2dd)],_0x5c8feb[_0x386b09(0x2dd)])){const _0x3bb27a={};_0x3bb27a[_0x5c8feb['huAqq']]={'connectOptions':{'wsEndpoint':_0x5c8feb[_0x386b09(0x217)](_0x21097d,_0x5c8feb[_0x386b09(0x30f)](encodeURIComponent,JSON[_0x386b09(0x302)](_0x5b0852)))}},_0x49f6d4[_0x5c8feb['VPLXG']][_0x386b09(0x340)](_0x3bb27a);}else _0x33886b[_0x5c8feb[_0x386b09(0x26a)]]=[[_0x215cdf[_0x5c8feb[_0x386b09(0x26a)]]],_0x2a7613];});const _0x74f25e=_0x5c8feb['pfPoo'](_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x25a)][_0x3434e6(0x2b9)]||0x1,_0x3c3f99[_0x3434e6(0x262)][_0x3434e6(0x339)]);_0x49f6d4[_0x5c8feb[_0x3434e6(0x34e)]]=_0x74f25e;}else _0x3013e1[_0x3434e6(0x2bd)]['BROWSERSTACK_AUTOMATION']=_0x5c8feb[_0x3434e6(0x348)],_0x56063b=_0x3a4832['filter'](_0x4d8076=>_0x4d8076!=='--disable-browserstack-automation');}const _0x5c7fb7=path[_0x3434e6(0x238)](_0x5b0049[_0x3434e6(0x2d6)]?path[_0x3434e6(0x257)](_0x5b0049[_0x3434e6(0x2d6)]):process['cwd'](),_0x5c8feb[_0x3434e6(0x338)]),_0x36bb83={};_0x36bb83[_0x3434e6(0x34d)]=null,_0x36bb83[_0x3434e6(0x279)]=!![],_0x36bb83[_0x3434e6(0x250)]=Infinity,_0x36bb83['showHidden']=![];let _0x4719d3=_0x5c8feb[_0x3434e6(0x316)](inspect,_0x49f6d4,_0x36bb83);if(_0x4719d3[_0x3434e6(0x1ea)](_0x5c8feb['YCFwn'])){if(_0x5c8feb[_0x3434e6(0x29b)](_0x5c8feb[_0x3434e6(0x222)],_0x5c8feb[_0x3434e6(0x222)]))_0x4719d3=_0x4719d3['replace'](_0x5c8feb[_0x3434e6(0x315)],_0x5c8feb[_0x3434e6(0x2f5)]);else{const _0x5430e3=_0x131151[_0x3434e6(0x238)](_0x5c07b2,_0x5c8feb[_0x3434e6(0x27b)]),_0x540a8e=[_0x5430e3];if(_0x41d8c9[_0x3434e6(0x24c)](_0x4bb876[_0x5c8feb[_0x3434e6(0x26a)]]))_0x2da453[_0x5c8feb[_0x3434e6(0x26a)]]=[_0x540a8e];else{if(_0x5c8feb['yCzuL'](typeof _0x4dfefe[_0x5c8feb[_0x3434e6(0x26a)]],_0x5c8feb[_0x3434e6(0x233)]))_0x1d2543[_0x5c8feb[_0x3434e6(0x26a)]]=[[_0x4fdc1c[_0x5c8feb[_0x3434e6(0x26a)]]],_0x540a8e];else _0x5c8feb[_0x3434e6(0x2a3)](typeof _0x3257b1[_0x5c8feb['bbDiL']],_0x5c8feb[_0x3434e6(0x258)])&&_0x21abb2[_0x5c8feb[_0x3434e6(0x26a)]][_0x3434e6(0x340)](_0x540a8e);}}}let _0x363b4=_0x5c8feb['aeVhd'];const _0x100575=helper['getProxyUrl'](_0x3c3f99[_0x3434e6(0x262)]);_0x100575&&(_0x363b4=_0x5c8feb[_0x3434e6(0x256)](_0x3434e6(0x320)+_0x100575+_0x3434e6(0x1fd),_0x363b4));helper[_0x3434e6(0x2bb)]({},_0x1a0c5a),fs[_0x3434e6(0x210)](_0x5c7fb7,_0x5c8feb[_0x3434e6(0x22e)](_0x363b4,_0x4719d3));const _0x19d950=_0x5c8feb['ncacz'](spawn,_0x5c8feb[_0x3434e6(0x298)],[_0x5c8feb[_0x3434e6(0x24a)],_0x5c8feb[_0x3434e6(0x1f4)],_0x5c8feb['OWUIn'],_0x5c7fb7,..._0x1a0c5a[_0x3434e6(0x20d)](0x2)],{'shell':_0x5c8feb[_0x3434e6(0x29b)](process[_0x3434e6(0x2cc)],_0x5c8feb[_0x3434e6(0x356)]),'stdio':_0x5c8feb[_0x3434e6(0x353)],'cwd':process[_0x3434e6(0x2bf)](),'env':{...process[_0x3434e6(0x2bd)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x3434e6(0x215)](_0x2fd9f0)}});_0x19d950['on'](_0x5c8feb[_0x3434e6(0x23c)],async _0x2b26e9=>{const _0x41a6fb=_0x3434e6,_0x1801b5=_0x5c8feb[_0x41a6fb(0x335)]['split']('|');let _0x46d63f=0x0;while(!![]){switch(_0x1801b5[_0x46d63f++]){case'0':logger[_0x41a6fb(0x1e8)](_0x41a6fb(0x239)+_0x5c7fb7);continue;case'1':process[_0x41a6fb(0x2c3)]=_0x2b26e9;continue;case'2':logger[_0x41a6fb(0x321)](_0x41a6fb(0x2bc)+_0x2b26e9);continue;case'3':fs[_0x41a6fb(0x2a6)](_0x5c7fb7);continue;case'4':await helper[_0x41a6fb(0x304)](_0x3c3f99);continue;case'5':await _0x5c8feb[_0x41a6fb(0x30f)](stopAccessibilityTestRun,_0x3c3f99[_0x41a6fb(0x262)]);continue;}break;}});}module[a23_0xed5c09(0x352)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a24_0x5ca588=a24_0x4bb0;(function(_0x1aeda6,_0x4c51e1){const _0x12350f=a24_0x4bb0,_0x1a5e2b=_0x1aeda6();while(!![]){try{const _0x4a6497=-parseInt(_0x12350f(0x14b))/0x1+-parseInt(_0x12350f(0x141))/0x2*(-parseInt(_0x12350f(0x123))/0x3)+-parseInt(_0x12350f(0x143))/0x4+-parseInt(_0x12350f(0x13d))/0x5*(-parseInt(_0x12350f(0x13e))/0x6)+parseInt(_0x12350f(0x139))/0x7+parseInt(_0x12350f(0x146))/0x8*(-parseInt(_0x12350f(0x129))/0x9)+parseInt(_0x12350f(0x137))/0xa;if(_0x4a6497===_0x4c51e1)break;else _0x1a5e2b['push'](_0x1a5e2b['shift']());}catch(_0xc06718){_0x1a5e2b['push'](_0x1a5e2b['shift']());}}}(a24_0x1067,0x2dad0));function a24_0x4bb0(_0x2c128c,_0x283ab2){const _0x106789=a24_0x1067();return a24_0x4bb0=function(_0x4bb077,_0x1d3cda){_0x4bb077=_0x4bb077-0x11d;let _0x4ce91=_0x106789[_0x4bb077];return _0x4ce91;},a24_0x4bb0(_0x2c128c,_0x283ab2);}const child_process=require('child_process'),{FRAMEWORKS}=require(a24_0x5ca588(0x128)),{getFrameworkVersion,debug}=require(a24_0x5ca588(0x127)),helper=require(a24_0x5ca588(0x12a)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x5ca588(0x122));module['exports']=async function(_0x4fac78){const _0x309e16=a24_0x5ca588,_0x4df541={'MdzJX':function(_0x38739f,_0x2f92da){return _0x38739f(_0x2f92da);},'aiPsW':function(_0x22121b){return _0x22121b();},'EXroY':_0x309e16(0x140),'iKzSg':function(_0x20f66f,_0x43bb8d){return _0x20f66f!==_0x43bb8d;},'DeVGg':_0x309e16(0x14c),'sTmXO':function(_0x42d941,_0xa549ec){return _0x42d941(_0xa549ec);},'Gtgiw':function(_0x3c6088){return _0x3c6088();},'ogwXD':_0x309e16(0x13f),'WiIaw':_0x309e16(0x14d),'biztF':function(_0x34df18,_0x269741){return _0x34df18(_0x269741);},'eLwSh':_0x309e16(0x132),'uQibe':function(_0xb76d75,_0xdc18ae){return _0xb76d75===_0xdc18ae;},'DhoXs':_0x309e16(0x11d),'foIbV':function(_0x4d9df4,_0x7508a7){return _0x4d9df4(_0x7508a7);},'CuJLq':function(_0x4d89ba,_0x34f3f4){return _0x4d89ba>=_0x34f3f4;},'tiRWs':_0x309e16(0x12f),'JkGHB':_0x309e16(0x13c),'tEyqi':function(_0x44ee5b,_0x368745,_0x4be0d8){return _0x44ee5b(_0x368745,_0x4be0d8);},'GCFvr':_0x309e16(0x133),'NDmro':function(_0x1303ad,_0x5890c0){return _0x1303ad!==_0x5890c0;},'syqmz':'XeYtd','FIBHz':'rHvGQ'},_0x572db1=child_process[_0x309e16(0x153)];child_process[_0x309e16(0x153)]=function(){const _0x33db9c=_0x309e16,_0x12aa47={'Mqqng':function(_0x3011eb,_0x166ec4){const _0x5ac99e=a24_0x4bb0;return _0x4df541[_0x5ac99e(0x152)](_0x3011eb,_0x166ec4);},'Rbshr':function(_0x17ec1a){const _0x29029a=a24_0x4bb0;return _0x4df541[_0x29029a(0x12c)](_0x17ec1a);},'PpCud':_0x4df541[_0x33db9c(0x136)]};if(_0x4df541[_0x33db9c(0x12d)](_0x4df541[_0x33db9c(0x130)],_0x4df541[_0x33db9c(0x130)]))return _0x12aa47[_0x33db9c(0x126)](_0x2643b8,_0x33db9c(0x124)+arguments[0x0]),arguments[0x0][_0x33db9c(0x149)](_0x12aa47[_0x33db9c(0x13b)](_0x161ab0))&&(arguments[0x0]=_0x4bf77a[_0x33db9c(0x147)](_0x12aa47[_0x33db9c(0x150)])),_0x3db0e8['apply'](null,arguments);else{_0x4df541[_0x33db9c(0x11f)](debug,_0x33db9c(0x124)+arguments[0x0]);if(arguments[0x0][_0x33db9c(0x149)](_0x4df541[_0x33db9c(0x135)](getForkProcessPath))){if(_0x4df541[_0x33db9c(0x12d)](_0x4df541['ogwXD'],_0x4df541[_0x33db9c(0x13a)])){const _0x48e0ff={};_0x48e0ff[_0x33db9c(0x138)]=_0x4d3f3f,_0x509fdb=_0x48e0ff;}else arguments[0x0]=require[_0x33db9c(0x147)](_0x4df541['EXroY']);}return _0x572db1[_0x33db9c(0x144)](null,arguments);}};if(process[_0x309e16(0x14e)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']){_0x4df541[_0x309e16(0x148)](debug,_0x4df541['eLwSh']);try{if(_0x4df541[_0x309e16(0x142)](_0x4df541['DhoXs'],_0x4df541[_0x309e16(0x14a)])){const {loadGlobalHook:_0x59a407}=helper[_0x309e16(0x125)](_0x4df541[_0x309e16(0x135)](getLoadUtilsPath)),_0x3d13c8=_0x4df541['foIbV'](getFrameworkVersion,FRAMEWORKS[_0x309e16(0x12b)]);let _0x4ab51a=_0x4fac78;if(_0x4df541[_0x309e16(0x121)](helper['compareVersions'](_0x3d13c8,_0x4df541[_0x309e16(0x131)]),0x0)){if(_0x4df541[_0x309e16(0x142)](_0x4df541[_0x309e16(0x120)],_0x4df541[_0x309e16(0x120)])){const _0x28e10d={};_0x28e10d[_0x309e16(0x138)]=_0x4fac78,_0x4ab51a=_0x28e10d;}else throw new _0x2bd959(_0x4df541[_0x309e16(0x14f)]);}const _0x42a0c4=await _0x4df541['tEyqi'](_0x59a407,_0x4ab51a,process[_0x309e16(0x14e)][_0x309e16(0x151)]);if(_0x4df541[_0x309e16(0x12d)](typeof _0x42a0c4,_0x4df541[_0x309e16(0x12e)])){if(_0x4df541[_0x309e16(0x134)](_0x4df541['syqmz'],_0x4df541['FIBHz']))throw new Error(_0x4df541[_0x309e16(0x14f)]);else arguments[0x0]=_0xfc85c7[_0x309e16(0x147)](_0x4df541[_0x309e16(0x136)]);}return _0x42a0c4[_0x309e16(0x144)](null,arguments);}else _0x4df541[_0x309e16(0x152)](_0x2fc091,_0x309e16(0x145)+_0x27d73f['toString']());}catch(_0x2e1058){_0x4df541[_0x309e16(0x152)](debug,_0x309e16(0x145)+_0x2e1058[_0x309e16(0x11e)]());}}};function a24_0x1067(){const _0x4855f4=['DhoXs','285372FybOEE','dazYE','Not\x20able\x20to\x20import\x20globalSetup','env','WiIaw','PpCud','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','MdzJX','fork','Msjhu','toString','sTmXO','JkGHB','CuJLq','./reporter/pwUtils','4512OopeNZ','Call\x20to\x20child\x20fork\x20with\x20args\x20','requireModule','Mqqng','../../helpers/test-observability/utils','../../helpers/test-observability/constants','60651GyIGsc','../../helpers/helper','PLAYWRIGHT','aiPsW','iKzSg','GCFvr','1.33.0','DeVGg','tiRWs','Running\x20existing\x20global\x20setup','function','NDmro','Gtgiw','EXroY','3449700bBJcxn','config','912779BgkFdv','ogwXD','Rbshr','NUdGw','35QhzSiN','5646btiesF','bGzaT','./mock-process.js','358tkAZva','uQibe','387028cFILXM','apply','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','216bHKZAT','resolve','biztF','includes'];a24_0x1067=function(){return _0x4855f4;};return a24_0x1067();}
|