browserstack-node-sdk 1.28.0 → 1.28.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 -0
- package/src/helpers/percy/PercyBinary.js +1 -0
- package/src/helpers/percy/PercyCaptureMap.js +1 -0
- package/src/helpers/percy/PercyCaptureModes.js +1 -0
- package/src/helpers/percy/PercySDK.js +1 -0
- package/src/helpers/percy/index.js +1 -0
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a23_0x198e(_0x34f178,_0x3c5cb9){const _0x58f9d7=a23_0x58f9();return a23_0x198e=function(_0x198e0f,_0x14b7f5){_0x198e0f=_0x198e0f-0x1a5;let _0x159696=_0x58f9d7[_0x198e0f];return _0x159696;},a23_0x198e(_0x34f178,_0x3c5cb9);}const a23_0x10f1a6=a23_0x198e;(function(_0xbddfff,_0x50c41d){const _0x1b82dc=a23_0x198e,_0x1caeeb=_0xbddfff();while(!![]){try{const _0x611507=parseInt(_0x1b82dc(0x246))/0x1*(-parseInt(_0x1b82dc(0x28b))/0x2)+-parseInt(_0x1b82dc(0x266))/0x3*(parseInt(_0x1b82dc(0x1d4))/0x4)+-parseInt(_0x1b82dc(0x1c3))/0x5+parseInt(_0x1b82dc(0x26b))/0x6+-parseInt(_0x1b82dc(0x2e1))/0x7+parseInt(_0x1b82dc(0x25b))/0x8+-parseInt(_0x1b82dc(0x337))/0x9*(-parseInt(_0x1b82dc(0x285))/0xa);if(_0x611507===_0x50c41d)break;else _0x1caeeb['push'](_0x1caeeb['shift']());}catch(_0x1fb98a){_0x1caeeb['push'](_0x1caeeb['shift']());}}}(a23_0x58f9,0xe9d77));const fs=require('fs'),path=require(a23_0x10f1a6(0x1ec)),{spawn}=require(a23_0x10f1a6(0x1d3)),{inspect,format}=require(a23_0x10f1a6(0x2af)),logger=require(a23_0x10f1a6(0x238))[a23_0x10f1a6(0x315)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a23_0x10f1a6(0x2cc)),constants=require('../utils/constants'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getTransformPath,getConfigLoaderPath}=require('./reporter/pwUtils'),{CrashReporter,o11yErrorHandler}=require(a23_0x10f1a6(0x1ba)),{getFrameworkVersion}=require(a23_0x10f1a6(0x2bc)),{PLAYWRIGHT_HUB_URL}=require(a23_0x10f1a6(0x23a)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0x10f1a6(0x211)),{setAccessibilityPlaywrightCapabilities}=require('./accessibility-helper'),SessionHandler=require(a23_0x10f1a6(0x264));async function requireOrImportDefaultObject(_0x228612){const _0x1195a8=a23_0x10f1a6,_0x244fa1={'QShjI':function(_0x1fa6e8){return _0x1fa6e8();},'ciwiK':function(_0x4d3170,_0x5916d4){return _0x4d3170(_0x5916d4);},'dlCyD':function(_0xb39088,_0x2e5a6c){return _0xb39088===_0x2e5a6c;},'BknYj':_0x1195a8(0x2f3),'hCOnl':function(_0x1dfe8b,_0x4281f8){return _0x1dfe8b in _0x4281f8;},'kYHxo':_0x1195a8(0x291)},{requireOrImport:_0x9ce42}=helper[_0x1195a8(0x2b2)](_0x244fa1[_0x1195a8(0x1ad)](getTransformPath));let _0x3a8985=await _0x244fa1['ciwiK'](_0x9ce42,_0x228612);if(_0x3a8985&&_0x244fa1[_0x1195a8(0x2dc)](typeof _0x3a8985,_0x244fa1[_0x1195a8(0x24b)])&&_0x244fa1[_0x1195a8(0x268)](_0x244fa1[_0x1195a8(0x338)],_0x3a8985))_0x3a8985=_0x3a8985[_0x244fa1[_0x1195a8(0x338)]];return _0x3a8985;}const getUserPlaywrightConfig=async(_0x28c168,_0x5c8a51)=>{const _0x3dfce8=a23_0x10f1a6,_0x1acaf6={'aoyML':'globalSetup','luydZ':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','eLLDZ':_0x3dfce8(0x257),'bJofp':function(_0x7883f7,_0x19daae){return _0x7883f7+_0x19daae;},'rnZZe':function(_0x40112f,_0x288b34){return _0x40112f(_0x288b34);},'QKXPL':_0x3dfce8(0x29f),'XelFI':_0x3dfce8(0x22e),'EkXtQ':'reporter','ziySz':function(_0x4be5de){return _0x4be5de();},'AeUes':function(_0x28498d,_0x4f6d82){return _0x28498d===_0x4f6d82;},'gGmCQ':'PGDlD','jwcjq':_0x3dfce8(0x1fc),'NyhHd':function(_0x3ff27e,_0x7d7530){return _0x3ff27e(_0x7d7530);},'HAccl':function(_0x1f13c2,_0x40d0c8){return _0x1f13c2!==_0x40d0c8;},'KCFjr':_0x3dfce8(0x327),'ioKbU':_0x3dfce8(0x2d6),'nmwzv':_0x3dfce8(0x1e2),'VZYxp':function(_0x2657b4,_0x11c9a3){return _0x2657b4===_0x11c9a3;},'iyYGC':'OtfmR','TGTej':_0x3dfce8(0x250),'QnZNL':_0x3dfce8(0x1eb),'tZDhQ':function(_0x163eb1,_0x5e83eb){return _0x163eb1!==_0x5e83eb;},'uhIUX':_0x3dfce8(0x32d),'APuKK':_0x3dfce8(0x1f0)},_0x19576a=!helper[_0x3dfce8(0x2e4)](_0x28c168[_0x3dfce8(0x1aa)]),_0x29d81a=_0x19576a?path[_0x3dfce8(0x1d2)](process[_0x3dfce8(0x2bf)](),_0x28c168[_0x3dfce8(0x1aa)]):process[_0x3dfce8(0x2bf)](),{resolveConfigFile:_0x9297eb}=helper['requireModule'](_0x1acaf6['ziySz'](getConfigLoaderPath)),_0x3cc80c=_0x1acaf6[_0x3dfce8(0x323)](_0x9297eb,_0x29d81a);let _0x1c7760={};if(_0x3cc80c){if(_0x1acaf6['AeUes'](_0x1acaf6['gGmCQ'],_0x1acaf6[_0x3dfce8(0x2a7)])){logger['info'](_0x3dfce8(0x27b)+_0x3cc80c);try{if(_0x1acaf6[_0x3dfce8(0x33d)](_0x1acaf6[_0x3dfce8(0x235)],_0x1acaf6[_0x3dfce8(0x235)]))_0x1c7760=await _0x1acaf6[_0x3dfce8(0x1f3)](requireOrImportDefaultObject,_0x3cc80c);else{if(_0x2c14d0[_0x3dfce8(0x2be)]){let _0x10c44c;const _0x222598=_0x15c7e3[_0x3dfce8(0x1d2)](_0x19b78c,_0x10dd1b[_0x1acaf6['aoyML']]);if(_0xd5889f[_0x3dfce8(0x2f8)](_0x222598))_0x10c44c=_0x222598;else{const _0x5178b6={};_0x5178b6['paths']=[_0x39d2df],_0x10c44c=_0x549a65['resolve'](_0x161e74[_0x1acaf6[_0x3dfce8(0x1b7)]],_0x5178b6);}if(!_0x10c44c)throw new _0x5ca57d(_0x1acaf6[_0x3dfce8(0x2a2)]);_0x33437d['env']['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0x10c44c;}}}catch(_0x36ae81){if(_0x1acaf6[_0x3dfce8(0x2ad)](_0x1acaf6['KCFjr'],_0x1acaf6['ioKbU']))return logger[_0x3dfce8(0x203)](_0x1acaf6[_0x3dfce8(0x310)],_0x36ae81),null;else _0x3a8c04[_0x3dfce8(0x1cd)](_0x58404d=>{const _0x1b3ae7=_0x3dfce8,_0x4c1afc={};_0x4c1afc[_0x1acaf6[_0x1b3ae7(0x2cf)]]={'connectOptions':{'wsEndpoint':_0x1acaf6['bJofp'](_0x5ed8d8,_0x1acaf6[_0x1b3ae7(0x323)](_0xd742e7,_0x5941e5[_0x1b3ae7(0x269)](_0x58404d)))}},_0x4c1afc[_0x1acaf6[_0x1b3ae7(0x335)]]=_0x3c3094,_0x3fd73e[_0x1acaf6[_0x1b3ae7(0x1e0)]][_0x1b3ae7(0x2f5)](_0x4c1afc);});}}else{const _0x195fa5={};_0x195fa5[_0x3dfce8(0x2cd)]=[_0x33b81b],_0x36fe20=_0x5796d9[_0x3dfce8(0x1d2)](_0x1c30b9[_0x1acaf6['aoyML']],_0x195fa5);}}else _0x1acaf6['VZYxp'](_0x1acaf6[_0x3dfce8(0x313)],_0x1acaf6[_0x3dfce8(0x23c)])?_0x1a5fdc[_0x3dfce8(0x28d)](_0x3dfce8(0x27e)+_0x321651):logger[_0x3dfce8(0x2c2)](_0x1acaf6[_0x3dfce8(0x223)]);if(_0x19576a){if(_0x1acaf6['tZDhQ'](_0x1acaf6[_0x3dfce8(0x339)],_0x1acaf6[_0x3dfce8(0x339)]))_0x224ff1[_0x1acaf6[_0x3dfce8(0x256)]]=[[_0x34b88b[_0x1acaf6[_0x3dfce8(0x256)]]],_0x2293d5];else{const _0x3e2786=_0x5c8a51['findIndex'](_0x1b046e=>_0x1b046e===_0x3dfce8(0x248)||_0x1b046e==='-c'||_0x1b046e['startsWith']('--config='));_0x5c8a51[_0x3dfce8(0x30b)](_0x3e2786,_0x5c8a51[_0x3e2786][_0x3dfce8(0x2ca)](_0x1acaf6['APuKK'])?0x1:0x2);}}const _0x27d3f9={};return _0x27d3f9[_0x3dfce8(0x1ec)]=_0x3cc80c,_0x27d3f9[_0x3dfce8(0x1aa)]=_0x1c7760,_0x27d3f9;},setGlobalSetup=(_0x24d0c2,_0x49eebe)=>{const _0x5c66f1=a23_0x10f1a6,_0xc92454={'eCnqP':_0x5c66f1(0x2ba),'SLXkD':function(_0x49666b,_0x2586a9){return _0x49666b(_0x2586a9);},'gsqcJ':function(_0xcee061,_0x94570f){return _0xcee061===_0x94570f;},'LZSsL':_0x5c66f1(0x33e),'dUlrk':function(_0x156ec5,_0x2be625){return _0x156ec5===_0x2be625;},'PYpON':_0x5c66f1(0x30d),'NuqSz':_0x5c66f1(0x2be),'lmksM':function(_0x1cdb31,_0x507b7e){return _0x1cdb31!==_0x507b7e;},'InQuq':_0x5c66f1(0x21d),'fmwnd':_0x5c66f1(0x1b9),'tqeeK':function(_0x45c28b,_0x61933b){return _0x45c28b===_0x61933b;},'sEAOW':_0x5c66f1(0x304),'SqUTd':_0x5c66f1(0x1bb),'YUWrT':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','WsWIj':'dnWVr','QKchY':function(_0xc882d5,_0x50d301){return _0xc882d5+_0x50d301;},'xXDJI':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','ulPpi':'./globalSetup.js'};if(!_0x24d0c2)return![];try{if(_0xc92454[_0x5c66f1(0x2e3)](_0xc92454[_0x5c66f1(0x20e)],_0xc92454['LZSsL'])){if(_0x24d0c2[_0x5c66f1(0x2be)]){if(_0xc92454[_0x5c66f1(0x30f)](_0xc92454[_0x5c66f1(0x1f8)],_0xc92454[_0x5c66f1(0x1f8)])){let _0x50f115;const _0x483cee=path[_0x5c66f1(0x1d2)](_0x49eebe,_0x24d0c2[_0xc92454[_0x5c66f1(0x2da)]]);if(fs[_0x5c66f1(0x2f8)](_0x483cee)){if(_0xc92454[_0x5c66f1(0x2c7)](_0xc92454[_0x5c66f1(0x29c)],_0xc92454[_0x5c66f1(0x30c)]))_0x50f115=_0x483cee;else{if(_0x2c7fd8[_0x5c66f1(0x31f)](_0x497e54[_0x5c66f1(0x1b4)]))return _0x3f9145=!![],!![];}}else{if(_0xc92454[_0x5c66f1(0x1d1)](_0xc92454[_0x5c66f1(0x278)],_0xc92454[_0x5c66f1(0x237)]))return _0x3c278a=!![],!![];else{const _0x19e1fe={};_0x19e1fe[_0x5c66f1(0x2cd)]=[_0x49eebe],_0x50f115=require['resolve'](_0x24d0c2[_0xc92454[_0x5c66f1(0x2da)]],_0x19e1fe);}}if(!_0x50f115)throw new Error(_0xc92454['YUWrT']);process['env'][_0x5c66f1(0x31b)]=_0x50f115;}else _0x38cb55[_0xc92454[_0x5c66f1(0x2a9)]][_0x5c66f1(0x2f5)](_0x2d1630);}}else{_0xc92454['SLXkD'](_0x2fb45a,_0x49a674);return;}}catch(_0x43fce9){if(_0xc92454[_0x5c66f1(0x2c7)](_0xc92454[_0x5c66f1(0x231)],_0xc92454['WsWIj']))return!![];else logger[_0x5c66f1(0x203)](_0xc92454[_0x5c66f1(0x32b)](_0xc92454[_0x5c66f1(0x23e)],_0xc92454[_0x5c66f1(0x2ce)](format,_0x43fce9)));}return _0x24d0c2[_0x5c66f1(0x2be)]=require[_0x5c66f1(0x1d2)](_0xc92454[_0x5c66f1(0x2cb)]),!![];},addReporter=_0x1fecc0=>{const _0x35bc61=a23_0x10f1a6,_0x34e2b3={'BNBie':'Symbol(defineConfigWasUsed)]','cgjFR':'Symbol(\x27defineConfigWasUsed\x27)]','ZQJtO':_0x35bc61(0x1cc),'IvjTG':_0x35bc61(0x257),'GDSmL':function(_0x3a52d4,_0x490321){return _0x3a52d4+_0x490321;},'LlzqJ':function(_0x5f16e2,_0x2afbdb){return _0x5f16e2(_0x2afbdb);},'zNWCl':_0x35bc61(0x22e),'jhFEL':_0x35bc61(0x24a),'dhXrN':_0x35bc61(0x2ba),'IBMoo':function(_0x89ca92,_0x360ec3){return _0x89ca92===_0x360ec3;},'zWyOP':_0x35bc61(0x308),'THMqN':_0x35bc61(0x25a),'IIMLB':_0x35bc61(0x307),'JHaIM':function(_0xb5531c,_0x205e10){return _0xb5531c!==_0x205e10;},'wHIKb':_0x35bc61(0x2aa),'iBGqn':_0x35bc61(0x2f3),'uzeSY':_0x35bc61(0x204)},_0x27d696=path[_0x35bc61(0x208)](__dirname,_0x34e2b3[_0x35bc61(0x2f1)]),_0x5ae7a0=[_0x27d696];if(helper[_0x35bc61(0x2e4)](_0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]]))_0x34e2b3[_0x35bc61(0x2ac)](_0x34e2b3['zWyOP'],_0x34e2b3['THMqN'])?_0x15d23e=_0x2c1855[_0x35bc61(0x207)](_0x34e2b3[_0x35bc61(0x280)],_0x34e2b3[_0x35bc61(0x261)]):_0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]]=[_0x5ae7a0];else{if(_0x34e2b3[_0x35bc61(0x2ac)](typeof _0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]],_0x34e2b3['IIMLB']))_0x34e2b3[_0x35bc61(0x1cb)](_0x34e2b3[_0x35bc61(0x298)],_0x34e2b3[_0x35bc61(0x298)])?_0x500753[_0x35bc61(0x258)][_0x35bc61(0x20d)]=_0x4a3614[_0x35bc61(0x1ac)][_0x35bc61(0x2ff)](_0x34e2b3[_0x35bc61(0x32e)])||!![]:_0x1fecc0[_0x34e2b3['dhXrN']]=[[_0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]]],_0x5ae7a0];else _0x34e2b3[_0x35bc61(0x2ac)](typeof _0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]],_0x34e2b3[_0x35bc61(0x2db)])&&(_0x34e2b3[_0x35bc61(0x1cb)](_0x34e2b3[_0x35bc61(0x300)],_0x34e2b3['uzeSY'])?_0x1f00fc[_0x35bc61(0x1cd)](_0x293ca6=>{const _0x1059e3=_0x35bc61,_0x52054f={};_0x52054f[_0x34e2b3[_0x1059e3(0x24f)]]={'connectOptions':{'wsEndpoint':_0x34e2b3['GDSmL'](_0x2db18c,_0x34e2b3[_0x1059e3(0x2bd)](_0x3440df,_0x1c527c[_0x1059e3(0x269)](_0x293ca6)))}},_0x3e5fe8[_0x34e2b3[_0x1059e3(0x292)]][_0x1059e3(0x2f5)](_0x52054f);}):_0x1fecc0[_0x34e2b3[_0x35bc61(0x25d)]][_0x35bc61(0x2f5)](_0x5ae7a0));}},handleO11yRerun=_0x2d5e27=>{const _0x1b23a6=a23_0x10f1a6,_0x3c4ce4={'CzQsc':_0x1b23a6(0x257),'udDBn':function(_0xadbed2,_0x477775){return _0xadbed2+_0x477775;},'nYLIW':function(_0x34ce26,_0x5ce824){return _0x34ce26(_0x5ce824);},'EKPEQ':_0x1b23a6(0x22e),'SEvKa':_0x1b23a6(0x29f),'RZMNz':function(_0x4830f3,_0xcaa593){return _0x4830f3!==_0xcaa593;},'mtxDt':'ZvHnv','FHpFE':function(_0x5824c0,_0x547968){return _0x5824c0===_0x547968;},'oicpR':_0x1b23a6(0x273),'NJNwA':'sOltV','wfFLk':function(_0x317ace,_0x52dc86){return _0x317ace!==_0x52dc86;},'DBCsv':'null','zPCrY':function(_0x3ef103,_0x5cb070){return _0x3ef103!==_0x5cb070;},'KOYys':function(_0x96f60c,_0x4a96bd){return _0x96f60c!==_0x4a96bd;},'QRFLA':_0x1b23a6(0x220),'ujKZT':_0x1b23a6(0x1fd),'gAkyY':'--grep'},_0x15b2df=helper['isTrue'](process[_0x1b23a6(0x258)][_0x1b23a6(0x311)]);if(_0x15b2df){if(_0x3c4ce4[_0x1b23a6(0x2fd)](_0x3c4ce4[_0x1b23a6(0x1da)],_0x3c4ce4[_0x1b23a6(0x1ae)])){const _0x54b4b3={};_0x54b4b3[_0x3c4ce4[_0x1b23a6(0x20a)]]={'connectOptions':{'wsEndpoint':_0x3c4ce4[_0x1b23a6(0x2ee)](_0x45005d,_0x3c4ce4[_0x1b23a6(0x213)](_0x22b397,_0x39763a[_0x1b23a6(0x269)](_0x414725)))}},_0x372461[_0x3c4ce4[_0x1b23a6(0x332)]][_0x1b23a6(0x2f5)](_0x54b4b3);}else{const _0x5a6a59=process[_0x1b23a6(0x258)]['BROWSERSTACK_RERUN_TESTS'],_0x58ae36=[];_0x3c4ce4[_0x1b23a6(0x202)](_0x5a6a59,_0x3c4ce4[_0x1b23a6(0x2e6)])&&_0x3c4ce4[_0x1b23a6(0x31e)](_0x5a6a59,null)&&(_0x3c4ce4[_0x1b23a6(0x22b)](_0x3c4ce4[_0x1b23a6(0x1e4)],_0x3c4ce4['ujKZT'])?_0x5a6a59['split'](',')[_0x1b23a6(0x2c9)](_0x6dc6eb=>{const _0x2ab953=_0x1b23a6;_0x3c4ce4[_0x2ab953(0x312)](_0x3c4ce4[_0x2ab953(0x1ab)],_0x3c4ce4[_0x2ab953(0x1ab)])?_0x38537f[_0x2ab953(0x325)][_0x3c4ce4['SEvKa']]=_0x121bdd[_0x3c4ce4[_0x2ab953(0x290)]]:_0x58ae36[_0x2ab953(0x2f5)]('('+_0x6dc6eb['trim']()+')');}):_0x59980a[_0x1b23a6(0x30a)]['forEach'](_0x3ed379=>{const _0x32b4dd=_0x1b23a6;if(_0x2c648b['isTrue'](_0x3ed379[_0x32b4dd(0x1b4)]))return _0x4ab403=!![],!![];}));const _0x1e198a='^'+_0x58ae36[_0x1b23a6(0x208)]('|')+'$';_0x2d5e27['push'](_0x3c4ce4[_0x1b23a6(0x219)],_0x1e198a);}}},spawnOriginalProcess=_0x516571=>{const _0x5440a1=a23_0x10f1a6,_0x1c678e={'BiXsa':function(_0x85fad7,_0x122496,_0x9e94ea,_0x2cc78f){return _0x85fad7(_0x122496,_0x9e94ea,_0x2cc78f);},'ovXQK':'npx','ZbnSc':'playwright','rxxfn':function(_0x4710e1,_0x55f20b){return _0x4710e1===_0x55f20b;},'TdPCE':_0x5440a1(0x24c),'VcItU':'inherit'};_0x1c678e[_0x5440a1(0x2b3)](spawn,_0x1c678e[_0x5440a1(0x21e)],[_0x1c678e[_0x5440a1(0x314)],..._0x516571[_0x5440a1(0x2a5)](0x1)],{'shell':_0x1c678e[_0x5440a1(0x289)](process[_0x5440a1(0x29d)],_0x1c678e[_0x5440a1(0x2c6)]),'stdio':_0x1c678e[_0x5440a1(0x24e)],'cwd':process[_0x5440a1(0x2bf)]()});},isTestCommand=(_0x44ee5c,_0xb0c395)=>{const _0x5a1ca9=a23_0x10f1a6,_0x55cf9a={};_0x55cf9a[_0x5a1ca9(0x330)]=_0x5a1ca9(0x1e2),_0x55cf9a[_0x5a1ca9(0x232)]=function(_0x3ac70d,_0x65c316){return _0x3ac70d>_0x65c316;},_0x55cf9a[_0x5a1ca9(0x299)]=function(_0x5b65de,_0x2fbd27){return _0x5b65de===_0x2fbd27;},_0x55cf9a[_0x5a1ca9(0x2d9)]=_0x5a1ca9(0x1e7),_0x55cf9a[_0x5a1ca9(0x1ce)]=function(_0x1f3dea,_0x39b183){return _0x1f3dea===_0x39b183;},_0x55cf9a[_0x5a1ca9(0x2d3)]=_0x5a1ca9(0x1bf),_0x55cf9a[_0x5a1ca9(0x254)]='lpYvv';const _0x524346=_0x55cf9a;if(_0x524346[_0x5a1ca9(0x232)](_0xb0c395[_0x5a1ca9(0x286)],0x1)&&_0x524346[_0x5a1ca9(0x299)](_0xb0c395[0x1],_0x524346[_0x5a1ca9(0x2d9)]))return _0x524346[_0x5a1ca9(0x1ce)](_0x524346[_0x5a1ca9(0x2d3)],_0x524346[_0x5a1ca9(0x254)])?(_0x25c40e[_0x5a1ca9(0x203)](_0x524346[_0x5a1ca9(0x330)],_0xfff662),null):!![];return![];},initO11yCrashReporter=(_0x1f5da9,_0x363f4d)=>{const _0x182e95=a23_0x10f1a6,_0x2e6449={'LaKLW':function(_0x7cf97e,_0x165666){return _0x7cf97e(_0x165666);}},_0x1392eb={'frameworkName':FRAMEWORKS[_0x182e95(0x1d9)],'frameworkVersion':_0x2e6449['LaKLW'](getFrameworkVersion,FRAMEWORKS[_0x182e95(0x1d9)])};CrashReporter[_0x182e95(0x32c)](_0x1392eb,_0x1f5da9,_0x363f4d);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x170022){const _0x998a75=a23_0x10f1a6,_0x506a83={'NxXKf':function(_0x5cb0ed,_0x4965b3){return _0x5cb0ed(_0x4965b3);},'JEYjy':function(_0x489bf0,_0x1934be){return _0x489bf0>_0x1934be;},'lSslx':function(_0x2f71c1,_0x33c081){return _0x2f71c1===_0x33c081;},'ZzaMR':function(_0x56d052,_0x5d4702){return _0x56d052!==_0x5d4702;},'SeVkR':_0x998a75(0x31d),'tXHtP':_0x998a75(0x24d)},_0x1e9953=await SessionHandler[_0x998a75(0x279)](_0x170022,{'frameworkName':FRAMEWORKS[_0x998a75(0x1d9)],'frameworkVersion':_0x506a83[_0x998a75(0x293)](getFrameworkVersion,FRAMEWORKS[_0x998a75(0x1d9)])});if(!_0x1e9953||_0x506a83[_0x998a75(0x2a3)](_0x1e9953['length'],0x1)&&_0x506a83['lSslx'](_0x1e9953[0x0],null)){if(_0x506a83[_0x998a75(0x272)](_0x506a83[_0x998a75(0x234)],_0x506a83[_0x998a75(0x1d8)]))return process['env'][_0x998a75(0x23b)]=![],![];else _0x1010c4['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x31a411[_0x998a75(0x258)][_0x998a75(0x23b)]||_0x5e76bc['config'][_0x998a75(0x1dd)];}return!![];});function checkAccessibilityPlatformConfig(_0x1351c4){const _0x55d570=a23_0x10f1a6,_0x2d4fa5={};_0x2d4fa5[_0x55d570(0x1c6)]=_0x55d570(0x29a),_0x2d4fa5[_0x55d570(0x1ee)]=function(_0x34dabb,_0x222ed5){return _0x34dabb+_0x222ed5;},_0x2d4fa5[_0x55d570(0x2c1)]=function(_0x360077,_0x263f88){return _0x360077!==_0x263f88;},_0x2d4fa5[_0x55d570(0x2d0)]=_0x55d570(0x30e),_0x2d4fa5[_0x55d570(0x2fc)]=_0x55d570(0x270),_0x2d4fa5[_0x55d570(0x1e1)]=function(_0xcad079,_0x4b79e2){return _0xcad079!==_0x4b79e2;},_0x2d4fa5[_0x55d570(0x32a)]=_0x55d570(0x1f5),_0x2d4fa5[_0x55d570(0x262)]=_0x55d570(0x283),_0x2d4fa5[_0x55d570(0x2e9)]=function(_0x1b6a9e,_0x3cc038){return _0x1b6a9e!==_0x3cc038;},_0x2d4fa5['sRxKm']=_0x55d570(0x224),_0x2d4fa5['QukID']=_0x55d570(0x1eb),_0x2d4fa5[_0x55d570(0x1f7)]=function(_0x25b5f8,_0x26b5e0){return _0x25b5f8!==_0x26b5e0;},_0x2d4fa5[_0x55d570(0x321)]='esfQS',_0x2d4fa5[_0x55d570(0x1b2)]=function(_0x3a1366,_0x387467){return _0x3a1366!==_0x387467;},_0x2d4fa5[_0x55d570(0x319)]='gXSni';const _0x3a90a7=_0x2d4fa5;let _0x511421=![];try{if(_0x3a90a7[_0x55d570(0x1f7)](_0x3a90a7[_0x55d570(0x321)],_0x3a90a7['zzsGU'])){_0x2d8181[_0x55d570(0x203)](_0x3a90a7[_0x55d570(0x1c6)]);return;}else _0x1351c4[_0x55d570(0x30a)]['forEach'](_0x4ece21=>{const _0x283249=_0x55d570,_0x33acce={'Lvxjn':function(_0x1144d3,_0x2399c9){const _0x23e8e2=a23_0x198e;return _0x3a90a7[_0x23e8e2(0x1ee)](_0x1144d3,_0x2399c9);},'TVNmR':function(_0x5db698,_0x3dd5d0){const _0x98f6d7=a23_0x198e;return _0x3a90a7[_0x98f6d7(0x2c1)](_0x5db698,_0x3dd5d0);},'bLsoo':_0x3a90a7[_0x283249(0x2d0)],'NEoFr':_0x3a90a7[_0x283249(0x2fc)]};if(_0x3a90a7['lIaiL'](_0x3a90a7[_0x283249(0x32a)],_0x3a90a7[_0x283249(0x262)])){if(helper[_0x283249(0x31f)](_0x4ece21['accessibility'])){if(_0x3a90a7[_0x283249(0x2e9)](_0x3a90a7[_0x283249(0x318)],_0x3a90a7[_0x283249(0x318)]))_0x167095=_0x33acce[_0x283249(0x1c1)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x48b892+_0x283249(0x1de),_0x37f84a);else return _0x511421=!![],!![];}}else{const _0x2d6889=_0x430b86[_0x283249(0x258)][_0x283249(0x2b7)],_0x37df70=[];_0x33acce[_0x283249(0x26d)](_0x2d6889,_0x33acce[_0x283249(0x32f)])&&_0x33acce['TVNmR'](_0x2d6889,null)&&_0x2d6889['split'](',')[_0x283249(0x2c9)](_0x492be4=>{const _0x243e16=_0x283249;_0x37df70[_0x243e16(0x2f5)]('('+_0x492be4[_0x243e16(0x1af)]()+')');});const _0x6d3b15='^'+_0x37df70[_0x283249(0x208)]('|')+'$';_0x2ba026[_0x283249(0x2f5)](_0x33acce['NEoFr'],_0x6d3b15);}});}catch(_0x263230){_0x3a90a7[_0x55d570(0x1b2)](_0x3a90a7[_0x55d570(0x319)],_0x3a90a7[_0x55d570(0x319)])?_0x557b52[_0x55d570(0x2c2)](_0x3a90a7[_0x55d570(0x251)]):logger[_0x55d570(0x28d)](_0x55d570(0x27e)+_0x263230);}return _0x511421;}async function run(_0x1413fb,_0x2cd834){const _0x2ce96a=a23_0x10f1a6,_0x3582ad={'xPYCb':function(_0x4aa63f,_0x23d06c){return _0x4aa63f(_0x23d06c);},'QQBAm':_0x2ce96a(0x257),'nEDUN':function(_0x170e62,_0x260f60){return _0x170e62+_0x260f60;},'NfOEG':'testMatch','WYVpT':_0x2ce96a(0x22e),'LFLnY':_0x2ce96a(0x287),'fqljI':_0x2ce96a(0x1b6),'FxSwn':function(_0x51309d,_0x1dc645){return _0x51309d>_0x1dc645;},'CdaOc':function(_0x1e4ebd,_0x122221){return _0x1e4ebd===_0x122221;},'MbpCD':_0x2ce96a(0x1e7),'hqADN':_0x2ce96a(0x1f0),'Jvzbn':_0x2ce96a(0x2ba),'AgueW':_0x2ce96a(0x2be),'waCnC':_0x2ce96a(0x1ff),'mHCUM':function(_0x5ab87e,_0x5ad177,_0x1f0bdc,_0x59690f){return _0x5ab87e(_0x5ad177,_0x1f0bdc,_0x59690f);},'CPmar':'npx','ksAlK':'playwright','jVQVx':_0x2ce96a(0x24c),'ObpZL':_0x2ce96a(0x1cf),'QuUUp':function(_0x335284,_0x26ee64){return _0x335284===_0x26ee64;},'JHlFs':_0x2ce96a(0x2b4),'Uftlq':function(_0x56c670,_0x38b357){return _0x56c670+_0x38b357;},'FuMXy':_0x2ce96a(0x317),'snOoU':_0x2ce96a(0x24a),'sxQUH':function(_0x15c1bd,_0x1a3e5a){return _0x15c1bd===_0x1a3e5a;},'OuOIo':'string','ghvyn':_0x2ce96a(0x2f3),'jLXuj':_0x2ce96a(0x33f),'aMaHX':function(_0x1e9e12,_0x537e74){return _0x1e9e12!==_0x537e74;},'wFHDT':_0x2ce96a(0x30e),'UDhaP':_0x2ce96a(0x270),'rOnkh':function(_0x3bd9f8,_0x104261){return _0x3bd9f8+_0x104261;},'usaag':function(_0x5aa679,_0x38076f){return _0x5aa679===_0x38076f;},'VuMHl':_0x2ce96a(0x210),'uBVFB':_0x2ce96a(0x1e5),'WRZql':'Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','TJIwH':function(_0x52a69c,_0x4fd339){return _0x52a69c===_0x4fd339;},'pBelh':'kOLgY','CMqxz':function(_0x1bdb36,_0x170dc8){return _0x1bdb36(_0x170dc8);},'rPGqi':function(_0x201165,_0x444b7c){return _0x201165!==_0x444b7c;},'nHqsy':_0x2ce96a(0x1a6),'KMmYT':_0x2ce96a(0x302),'bNDZw':function(_0x389441,_0x197fe1){return _0x389441(_0x197fe1);},'ExSvK':function(_0x2dac79,_0x10cf4a){return _0x2dac79!==_0x10cf4a;},'IaiMg':_0x2ce96a(0x2b5),'XrQVn':_0x2ce96a(0x1b1),'OuuPE':function(_0x374955,_0x5b817e){return _0x374955!==_0x5b817e;},'BWMvr':_0x2ce96a(0x25f),'aLzbp':_0x2ce96a(0x305),'twOQj':_0x2ce96a(0x1df),'WqvwL':function(_0x43567,_0x5b9ea6){return _0x43567>=_0x5b9ea6;},'XBoCj':function(_0xbbabcc,_0x38b5bc){return _0xbbabcc!==_0x38b5bc;},'PpaFm':_0x2ce96a(0x331),'RIWhe':_0x2ce96a(0x1d7),'gABrK':function(_0x487711,_0x333fe2,_0x5b21fe){return _0x487711(_0x333fe2,_0x5b21fe);},'LGbiQ':'SiVzL','fbyAk':_0x2ce96a(0x2c3),'ADtba':'VAyVI','DrJdp':_0x2ce96a(0x29a),'DtglU':_0x2ce96a(0x1cc),'skrIE':function(_0x50c4d5,_0x1d55ac){return _0x50c4d5===_0x1d55ac;},'JNmZj':_0x2ce96a(0x230),'bujYd':function(_0x4d9341,_0x4763f7){return _0x4d9341!=_0x4763f7;},'WnJva':function(_0x432760,_0x1800b6){return _0x432760===_0x1800b6;},'wErDN':_0x2ce96a(0x29b),'yMkoK':_0x2ce96a(0x20f),'oqovg':_0x2ce96a(0x274),'mZRQo':'Pyvnf','OZOdK':function(_0x537c66,_0x20c8ba){return _0x537c66!==_0x20c8ba;},'VBLDo':_0x2ce96a(0x200),'AfDdH':function(_0x21ee7a,_0x5dc997){return _0x21ee7a===_0x5dc997;},'Jfugz':_0x2ce96a(0x209),'UGEpM':function(_0x5bda9e,_0x381fd9){return _0x5bda9e(_0x381fd9);},'UyeNQ':function(_0x76fd78,_0xd3f675){return _0x76fd78===_0xd3f675;},'FZcFr':'DFVOE','mCQql':_0x2ce96a(0x2b6),'qVJHV':function(_0x960f48,_0x52aba5){return _0x960f48===_0x52aba5;},'XkCCp':_0x2ce96a(0x263),'XOvWd':_0x2ce96a(0x1ed),'IJXbY':_0x2ce96a(0x1c7),'YisaS':'Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','IkFsG':function(_0x31c76b,_0x2856dd){return _0x31c76b(_0x2856dd);},'hWCFF':_0x2ce96a(0x26c),'mEYpH':function(_0x1f78bc,_0x538c05){return _0x1f78bc!==_0x538c05;},'gOXKG':_0x2ce96a(0x1b0),'tBWVO':'dRDmw','yrENx':'@playwright/test','xmMvj':function(_0x45a363,_0x50b1aa){return _0x45a363(_0x50b1aa);},'GasqZ':function(_0x1103c5,_0x2dfffa){return _0x1103c5!==_0x2dfffa;},'KVFFn':_0x2ce96a(0x281),'cjvDd':'KxWnF','VrOaG':function(_0x4e7206,_0x329986){return _0x4e7206===_0x329986;},'bhRvd':_0x2ce96a(0x26f),'YoFjJ':function(_0x586e6a,_0x3cf94c){return _0x586e6a!==_0x3cf94c;},'LinyB':_0x2ce96a(0x1f9),'eDIcy':_0x2ce96a(0x2a6),'QbsEd':_0x2ce96a(0x205),'mqOJW':_0x2ce96a(0x2e7),'Fghqh':_0x2ce96a(0x31c),'mtbII':_0x2ce96a(0x255),'SUUHz':function(_0x18f455,_0x11629b){return _0x18f455===_0x11629b;},'DzTYV':_0x2ce96a(0x2de),'EEXrW':_0x2ce96a(0x2df),'ztOjQ':function(_0x7c6c5e,_0x2cda8e){return _0x7c6c5e!==_0x2cda8e;},'nBlPe':_0x2ce96a(0x1e3),'ARVXY':_0x2ce96a(0x2ef),'lulTd':_0x2ce96a(0x212),'XZxIG':function(_0x42b09a,_0x3f9bc0){return _0x42b09a*_0x3f9bc0;},'YTjzi':'workers','Lxqye':_0x2ce96a(0x1a5),'jcfYX':function(_0x700f8c,_0x4684af,_0x1091e3){return _0x700f8c(_0x4684af,_0x1091e3);},'zNMAc':_0x2ce96a(0x22f),'Wgmgd':function(_0x435df7,_0x74b81a){return _0x435df7===_0x74b81a;},'wxJMI':_0x2ce96a(0x2f0),'WuQCA':'IFEiz','fXPTA':_0x2ce96a(0x226),'bFGAJ':'module.exports\x20=\x20','HCdtC':function(_0x1278b2,_0x2fc460){return _0x1278b2+_0x2fc460;},'yOMlM':function(_0x1556e7,_0x7086c9){return _0x1556e7+_0x7086c9;},'hbSLz':_0x2ce96a(0x248),'rIpXW':_0x2ce96a(0x23f)};if(!helper[_0x2ce96a(0x2eb)](process['env']['BROWSERSTACK_AUTOMATION'])){if(_0x3582ad[_0x2ce96a(0x1dc)](_0x3582ad['IaiMg'],_0x3582ad[_0x2ce96a(0x333)]))return _0x351d37[_0x2ce96a(0x258)][_0x2ce96a(0x23b)]=![],![];else process[_0x2ce96a(0x258)][_0x2ce96a(0x20d)]=!![];}if(process['argv'][_0x2ce96a(0x33a)](_0x3582ad[_0x2ce96a(0x229)])){if(_0x3582ad[_0x2ce96a(0x21a)](_0x3582ad[_0x2ce96a(0x22a)],_0x3582ad[_0x2ce96a(0x1a8)]))process[_0x2ce96a(0x258)]['BROWSERSTACK_AUTOMATION']=_0x3582ad[_0x2ce96a(0x2e0)],_0x2cd834=_0x2cd834[_0x2ce96a(0x259)](_0x5cf8f1=>_0x5cf8f1!==_0x2ce96a(0x1b1));else{_0x3582ad[_0x2ce96a(0x2e5)](_0x5b8f0d,_0x158e18);return;}}const _0x4eac2a=_0x2cd834[_0x2ce96a(0x27c)](_0x3582ad[_0x2ce96a(0x297)]);_0x3582ad[_0x2ce96a(0x2f9)](_0x4eac2a,0x0)&&(_0x3582ad[_0x2ce96a(0x1c5)](_0x3582ad[_0x2ce96a(0x1c0)],_0x3582ad[_0x2ce96a(0x1ef)])?(process[_0x2ce96a(0x258)][_0x2ce96a(0x23b)]=_0x3582ad[_0x2ce96a(0x2e0)],_0x2cd834=_0x2cd834[_0x2ce96a(0x259)](_0x4acbec=>_0x4acbec!=='--disable-test-observability')):_0x310843[_0x2ce96a(0x258)]['BROWSERSTACK_AUTOMATION']=!![]);if(!_0x3582ad[_0x2ce96a(0x267)](isTestCommand,_0x1413fb,_0x2cd834)){if(_0x3582ad[_0x2ce96a(0x1dc)](_0x3582ad[_0x2ce96a(0x1b5)],_0x3582ad['fbyAk'])){_0x3582ad[_0x2ce96a(0x253)](spawnOriginalProcess,_0x2cd834);return;}else{const _0x81fc50={};_0x81fc50[_0x3582ad[_0x2ce96a(0x216)]]={'connectOptions':{'wsEndpoint':_0x3582ad[_0x2ce96a(0x214)](_0x7ad38a,_0x3582ad[_0x2ce96a(0x2e5)](_0x5a1649,_0x155a62[_0x2ce96a(0x269)](_0x13c00c)))}},_0x81fc50[_0x3582ad[_0x2ce96a(0x22d)]]=_0x36ab4b,_0x470383[_0x3582ad['WYVpT']][_0x2ce96a(0x2f5)](_0x81fc50);}}const _0x100ef2=new BrowserStackSetup(_0x1413fb,FRAMEWORKS[_0x2ce96a(0x1d9)]);if(!_0x100ef2[_0x2ce96a(0x1aa)]){if(_0x3582ad[_0x2ce96a(0x247)](_0x3582ad[_0x2ce96a(0x328)],_0x3582ad['ADtba'])){logger[_0x2ce96a(0x203)](_0x3582ad[_0x2ce96a(0x21b)]);return;}else _0x2c3fc9[_0x2ce96a(0x325)][_0x3582ad[_0x2ce96a(0x28a)]]=_0x34e1f0[_0x3582ad[_0x2ce96a(0x28a)]];}await _0x100ef2[_0x2ce96a(0x32c)]();!helper['isUndefined'](_0x100ef2[_0x2ce96a(0x1ac)])&&_0x100ef2[_0x2ce96a(0x1ac)][_0x2ce96a(0x326)](_0x3582ad[_0x2ce96a(0x2b0)])&&(_0x3582ad[_0x2ce96a(0x245)](_0x3582ad[_0x2ce96a(0x2d4)],_0x3582ad[_0x2ce96a(0x2d4)])?process[_0x2ce96a(0x258)]['BROWSERSTACK_AUTOMATION']=_0x100ef2[_0x2ce96a(0x1ac)][_0x2ce96a(0x2ff)](_0x3582ad['DtglU'])||!![]:(_0x5df3f7=!![],_0x31547f[_0x2ce96a(0x258)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x18c662['config'][_0x2ce96a(0x1b4)]));_0x3582ad['bujYd'](_0x100ef2[_0x2ce96a(0x1aa)]['testObservability'],null)&&!helper['isTrue'](process[_0x2ce96a(0x258)][_0x2ce96a(0x23b)])&&(_0x3582ad[_0x2ce96a(0x218)](_0x3582ad[_0x2ce96a(0x2ea)],_0x3582ad[_0x2ce96a(0x20c)])?(_0x5120f1['env'][_0x2ce96a(0x23b)]=_0x3582ad[_0x2ce96a(0x2e0)],_0x237b28=_0x180578['filter'](_0x390c04=>_0x390c04!==_0x2ce96a(0x1df))):process[_0x2ce96a(0x258)][_0x2ce96a(0x23b)]=process[_0x2ce96a(0x258)][_0x2ce96a(0x23b)]||_0x100ef2[_0x2ce96a(0x1aa)][_0x2ce96a(0x1dd)]);const _0x5e6e86=!helper['isFalse'](process[_0x2ce96a(0x258)][_0x2ce96a(0x23b)]);let _0xf1bf4=![];if(_0x100ef2['config'][_0x2ce96a(0x1b4)]){if(_0x3582ad[_0x2ce96a(0x1bc)](_0x3582ad['oqovg'],_0x3582ad['mZRQo']))_0xf1bf4=!![],process[_0x2ce96a(0x258)][_0x2ce96a(0x2fe)]=_0x100ef2['config'][_0x2ce96a(0x1b4)];else{if(_0x3582ad[_0x2ce96a(0x2d2)](_0x32daf7['length'],0x1)&&_0x3582ad['CdaOc'](_0x1a371a[0x1],_0x3582ad[_0x2ce96a(0x27f)]))return!![];return![];}}if(_0x100ef2['config'][_0x2ce96a(0x2fb)]){if(_0x3582ad[_0x2ce96a(0x33c)](_0x3582ad[_0x2ce96a(0x334)],_0x3582ad['VBLDo'])){const _0x5f0811=_0x452830[_0x2ce96a(0x244)](_0x4bf608=>_0x4bf608===_0x2ce96a(0x248)||_0x4bf608==='-c'||_0x4bf608[_0x2ce96a(0x2ca)](_0x2ce96a(0x1f0)));_0x37613c[_0x2ce96a(0x30b)](_0x5f0811,_0x37ae0d[_0x5f0811][_0x2ce96a(0x2ca)](_0x3582ad[_0x2ce96a(0x316)])?0x1:0x2);}else process[_0x2ce96a(0x258)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2ce96a(0x269)](_0x100ef2[_0x2ce96a(0x1aa)][_0x2ce96a(0x2fb)]);}const _0x52c9c1=_0x2cd834['concat'](),_0x446913=await _0x3582ad[_0x2ce96a(0x267)](getUserPlaywrightConfig,_0x1413fb,_0x2cd834);if(helper[_0x2ce96a(0x2e4)](_0x446913)){if(_0x3582ad[_0x2ce96a(0x2ae)](_0x3582ad[_0x2ce96a(0x21c)],_0x3582ad[_0x2ce96a(0x21c)])){_0x3582ad[_0x2ce96a(0x26e)](spawnOriginalProcess,_0x52c9c1);return;}else _0x3496e4[_0x3582ad[_0x2ce96a(0x2c5)]]=[_0x40cafd];}const _0x81a33b={..._0x446913['config']},_0x4303a6=_0x81a33b,_0x1820a7=_0x446913[_0x2ce96a(0x1ec)]?path[_0x2ce96a(0x252)](_0x446913[_0x2ce96a(0x1ec)]):process[_0x2ce96a(0x2bf)]();if(!_0x3582ad[_0x2ce96a(0x267)](setGlobalSetup,_0x4303a6,_0x1820a7)){if(_0x3582ad[_0x2ce96a(0x233)](_0x3582ad['FZcFr'],_0x3582ad[_0x2ce96a(0x1a9)]))_0x5d89ed[_0x2ce96a(0x258)]['BROWSERSTACK_AUTOMATION']=_0x3582ad[_0x2ce96a(0x2e0)],_0x1b9767=_0x1bf543[_0x2ce96a(0x259)](_0x1bae96=>_0x1bae96!==_0x2ce96a(0x1b1));else{_0x3582ad[_0x2ce96a(0x242)](spawnOriginalProcess,_0x52c9c1);return;}}if(_0x5e6e86){if(_0x3582ad[_0x2ce96a(0x301)](_0x3582ad['XkCCp'],_0x3582ad[_0x2ce96a(0x1d0)])){let _0x2ffabc;const _0x50c908=_0x3b5aad[_0x2ce96a(0x1d2)](_0x59c33c,_0x38be6f[_0x3582ad[_0x2ce96a(0x25e)]]);if(_0x53b37b[_0x2ce96a(0x2f8)](_0x50c908))_0x2ffabc=_0x50c908;else{const _0x436e3c={};_0x436e3c['paths']=[_0x3f83b3],_0x2ffabc=_0x54e163[_0x2ce96a(0x1d2)](_0xa3c9d6[_0x3582ad[_0x2ce96a(0x25e)]],_0x436e3c);}if(!_0x2ffabc)throw new _0x3ee683(_0x3582ad[_0x2ce96a(0x1f2)]);_0x353774[_0x2ce96a(0x258)][_0x2ce96a(0x31b)]=_0x2ffabc;}else{const _0x1ef7c8=_0x3582ad[_0x2ce96a(0x28c)][_0x2ce96a(0x277)]('|');let _0x345bb4=0x0;while(!![]){switch(_0x1ef7c8[_0x345bb4++]){case'0':logger['info'](_0x3582ad[_0x2ce96a(0x271)]);continue;case'1':await _0x3582ad[_0x2ce96a(0x26e)](launchO11ySession,_0x100ef2[_0x2ce96a(0x1aa)]);continue;case'2':_0x3582ad['gABrK'](initO11yCrashReporter,_0x4303a6,_0x100ef2[_0x2ce96a(0x1aa)]);continue;case'3':_0x3582ad[_0x2ce96a(0x242)](handleO11yRerun,_0x2cd834);continue;case'4':_0x3582ad[_0x2ce96a(0x282)](addReporter,_0x4303a6);continue;}break;}}}let _0x39f136=_0x3582ad[_0x2ce96a(0x1fb)](process[_0x2ce96a(0x258)][_0x2ce96a(0x2fe)],_0x3582ad[_0x2ce96a(0x265)]);_0x39f136=_0x39f136||_0x3582ad[_0x2ce96a(0x282)](checkAccessibilityPlatformConfig,_0x100ef2[_0x2ce96a(0x1aa)]),process['env'][_0x2ce96a(0x2fe)]=_0x39f136;if(_0x39f136){if(_0x3582ad[_0x2ce96a(0x2a0)](_0x3582ad[_0x2ce96a(0x201)],_0x3582ad['tBWVO'])){const [_0x52d432,_0x56adb1]=await _0x3582ad[_0x2ce96a(0x267)](createAccessibilityTestRun,_0x100ef2['config'],_0x3582ad[_0x2ce96a(0x2fa)]);logger['debug'](_0x2ce96a(0x2dd)+_0x56adb1),process[_0x2ce96a(0x258)]['BS_A11Y_JWT']=_0x52d432,process[_0x2ce96a(0x258)]['BS_A11Y_TEST_RUN_ID']=_0x56adb1,_0x3582ad['xmMvj'](setAccessibilityPlaywrightCapabilities,_0x100ef2[_0x2ce96a(0x1aa)]);}else _0x2dd62d['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x5d9f39[_0x2ce96a(0x269)](_0x55dba5[_0x2ce96a(0x1aa)][_0x2ce96a(0x2fb)]);}(helper[_0x2ce96a(0x2e4)](_0x100ef2[_0x2ce96a(0x1aa)][_0x2ce96a(0x30a)])||_0x3582ad[_0x2ce96a(0x218)](_0x100ef2['config'][_0x2ce96a(0x30a)][_0x2ce96a(0x286)],0x0))&&(_0x3582ad[_0x2ce96a(0x322)](_0x3582ad['KVFFn'],_0x3582ad[_0x2ce96a(0x2a4)])?process[_0x2ce96a(0x258)][_0x2ce96a(0x20d)]=![]:_0x1c89c1[_0x2ce96a(0x277)](',')[_0x2ce96a(0x2c9)](_0x29c4fb=>{const _0x33a216=_0x2ce96a;_0x1d38c9['push']('('+_0x29c4fb[_0x33a216(0x1af)]()+')');}));if(helper[_0x2ce96a(0x31f)](process[_0x2ce96a(0x258)][_0x2ce96a(0x20d)])){if(_0x3582ad[_0x2ce96a(0x33b)](_0x3582ad[_0x2ce96a(0x28e)],_0x3582ad['bhRvd'])){_0x4303a6[_0x3582ad['WYVpT']]=[];const _0xcfa22a=[];_0x100ef2[_0x2ce96a(0x1aa)][_0x2ce96a(0x30a)][_0x2ce96a(0x1cd)]((_0x411bf8,_0x37cbcd)=>{const _0x1f00a4=_0x2ce96a;_0x3582ad[_0x1f00a4(0x27d)](_0x3582ad[_0x1f00a4(0x1b8)],_0x3582ad['JHlFs'])?_0xcfa22a[_0x1f00a4(0x2f5)](helper[_0x1f00a4(0x2f2)](_0x100ef2[_0x1f00a4(0x1aa)],_0x3582ad[_0x1f00a4(0x26a)],_0x37cbcd)):_0x3582ad[_0x1f00a4(0x2bb)](_0x11a667,_0x3582ad['CPmar'],[_0x3582ad[_0x1f00a4(0x26a)],..._0x132020[_0x1f00a4(0x2a5)](0x1)],{'shell':_0x3582ad[_0x1f00a4(0x2c8)](_0x21ddf6[_0x1f00a4(0x29d)],_0x3582ad[_0x1f00a4(0x2ab)]),'stdio':_0x3582ad[_0x1f00a4(0x1ea)],'cwd':_0x29f78c[_0x1f00a4(0x2bf)]()});});let _0x4562e9=[];try{if(_0x3582ad[_0x2ce96a(0x25c)](_0x3582ad['LinyB'],_0x3582ad[_0x2ce96a(0x20b)]))_0x5b93ae['push'](_0x1fcf66['modifyBrowserStackCaps'](_0x3f42c5[_0x2ce96a(0x1aa)],_0x3582ad[_0x2ce96a(0x26a)],_0x533351));else{const _0x3fc2d2=helper['requireModule'](_0x3582ad['eDIcy']),_0xe07dfb={};_0xe07dfb[_0x2ce96a(0x1fa)]=!![],_0xe07dfb[_0x2ce96a(0x33f)]='',_0xe07dfb[_0x2ce96a(0x29f)]='',_0xe07dfb[_0x2ce96a(0x287)]='';const _0x114a3b={};_0x114a3b[_0x2ce96a(0x325)]=_0xe07dfb;const _0x5db298=_0x114a3b;_0x4303a6[_0x3582ad[_0x2ce96a(0x239)]]&&(_0x3582ad['UyeNQ'](_0x3582ad[_0x2ce96a(0x2c4)],_0x3582ad[_0x2ce96a(0x2c4)])?_0x5db298['project'][_0x3582ad[_0x2ce96a(0x239)]]=_0x4303a6[_0x3582ad[_0x2ce96a(0x239)]]:_0xa63dfb[_0x2ce96a(0x203)](_0x3582ad[_0x2ce96a(0x276)](_0x3582ad['FuMXy'],_0x3582ad['xPYCb'](_0x34d5eb,_0x515fd4))));if(_0x4303a6[_0x3582ad[_0x2ce96a(0x22d)]]){if(_0x3582ad[_0x2ce96a(0x21a)](_0x3582ad[_0x2ce96a(0x1f6)],_0x3582ad[_0x2ce96a(0x329)]))_0x5db298[_0x2ce96a(0x325)][_0x3582ad[_0x2ce96a(0x22d)]]=_0x4303a6[_0x3582ad[_0x2ce96a(0x22d)]];else{_0x3582ad[_0x2ce96a(0x2e5)](_0x1df08f,_0x4745e9);return;}}if(_0x4303a6[_0x3582ad['LFLnY']]){if(_0x3582ad[_0x2ce96a(0x1c5)](_0x3582ad[_0x2ce96a(0x294)],_0x3582ad[_0x2ce96a(0x294)])){const _0x33edb6=_0x270102[_0x2ce96a(0x208)](_0x1297b6,_0x3582ad[_0x2ce96a(0x1e8)]),_0x52f119=[_0x33edb6];if(_0x7d8f97[_0x2ce96a(0x2e4)](_0x754534[_0x3582ad[_0x2ce96a(0x2c5)]]))_0x120888[_0x3582ad[_0x2ce96a(0x2c5)]]=[_0x52f119];else{if(_0x3582ad[_0x2ce96a(0x1fb)](typeof _0x5daeb3[_0x3582ad[_0x2ce96a(0x2c5)]],_0x3582ad[_0x2ce96a(0x1a7)]))_0x102e8d[_0x3582ad[_0x2ce96a(0x2c5)]]=[[_0x14942f[_0x3582ad['Jvzbn']]],_0x52f119];else _0x3582ad['CdaOc'](typeof _0x3ced3a[_0x3582ad[_0x2ce96a(0x2c5)]],_0x3582ad[_0x2ce96a(0x1ca)])&&_0x297073[_0x3582ad[_0x2ce96a(0x2c5)]][_0x2ce96a(0x2f5)](_0x52f119);}}else _0x5db298[_0x2ce96a(0x325)][_0x3582ad[_0x2ce96a(0x28a)]]=_0x4303a6[_0x3582ad[_0x2ce96a(0x28a)]];}_0x4562e9=await _0x3fc2d2[_0x2ce96a(0x1d5)](_0x5db298);}}catch(_0x48d32b){_0x3582ad[_0x2ce96a(0x320)](_0x3582ad[_0x2ce96a(0x2b8)],_0x3582ad[_0x2ce96a(0x1c4)])?_0x4ce3e4['project'][_0x3582ad['jLXuj']]=_0xe967fe[_0x3582ad[_0x2ce96a(0x239)]]:logger[_0x2ce96a(0x28d)](_0x3582ad[_0x2ce96a(0x1e9)]);}if(_0x4562e9[_0x2ce96a(0x286)]){if(_0x3582ad[_0x2ce96a(0x2f4)](_0x3582ad[_0x2ce96a(0x29e)],_0x3582ad[_0x2ce96a(0x29e)])){const _0x43cc7f=_0x33257c[_0x2ce96a(0x31f)](_0x42df4b[_0x2ce96a(0x258)][_0x2ce96a(0x311)]);if(_0x43cc7f){const _0x3737e2=_0x90c90d[_0x2ce96a(0x258)][_0x2ce96a(0x2b7)],_0x9bdf81=[];_0x3582ad[_0x2ce96a(0x1bc)](_0x3737e2,_0x3582ad[_0x2ce96a(0x336)])&&_0x3582ad[_0x2ce96a(0x1bc)](_0x3737e2,null)&&_0x3737e2[_0x2ce96a(0x277)](',')['map'](_0x4653e5=>{const _0x229b4a=_0x2ce96a;_0x9bdf81[_0x229b4a(0x2f5)]('('+_0x4653e5[_0x229b4a(0x1af)]()+')');});const _0x54f86d='^'+_0x9bdf81[_0x2ce96a(0x208)]('|')+'$';_0x1fd22a['push'](_0x3582ad[_0x2ce96a(0x1c2)],_0x54f86d);}}else _0x4562e9[_0x2ce96a(0x1cd)](_0x20c055=>{const _0x2e3d1d=_0x2ce96a,_0x365af5={'TwfFM':_0x3582ad[_0x2e3d1d(0x216)],'InSwe':function(_0x86084,_0xf40c19){const _0x1fee4e=_0x2e3d1d;return _0x3582ad[_0x1fee4e(0x227)](_0x86084,_0xf40c19);},'hjxgO':function(_0x6f9caa,_0x130403){const _0x14ef2c=_0x2e3d1d;return _0x3582ad[_0x14ef2c(0x2e5)](_0x6f9caa,_0x130403);},'svhaF':_0x3582ad[_0x2e3d1d(0x22d)],'rvByh':_0x3582ad['WYVpT'],'AbHOk':_0x3582ad[_0x2e3d1d(0x239)],'mfxQk':function(_0x3948d5,_0x39619e){const _0x57cf3b=_0x2e3d1d;return _0x3582ad[_0x57cf3b(0x249)](_0x3948d5,_0x39619e);},'nnixt':_0x3582ad[_0x2e3d1d(0x1be)],'YkWsC':_0x3582ad[_0x2e3d1d(0x1fe)],'jFymX':function(_0x386bf0,_0x4e79c6){const _0x45c532=_0x2e3d1d;return _0x3582ad[_0x45c532(0x2e5)](_0x386bf0,_0x4e79c6);},'Falvs':_0x3582ad['WRZql']};_0x3582ad[_0x2e3d1d(0x247)](_0x3582ad[_0x2e3d1d(0x296)],_0x3582ad[_0x2e3d1d(0x296)])?_0xcfa22a[_0x2e3d1d(0x1cd)](_0x466b6b=>{const _0x2801d4=_0x2e3d1d,_0x4c1aac={'KoqFN':_0x365af5['TwfFM'],'DzQEF':function(_0x1bece0,_0x107b97){const _0x598467=a23_0x198e;return _0x365af5[_0x598467(0x1c9)](_0x1bece0,_0x107b97);},'njaiD':function(_0x28dace,_0x5bf54b){const _0x56acdb=a23_0x198e;return _0x365af5[_0x56acdb(0x2ed)](_0x28dace,_0x5bf54b);},'gdRQk':_0x365af5['svhaF'],'MtQCf':_0x365af5['rvByh'],'OkElL':_0x365af5[_0x2801d4(0x27a)]};if(_0x365af5[_0x2801d4(0x221)](_0x365af5['nnixt'],_0x365af5[_0x2801d4(0x215)]))_0x507944[_0x2801d4(0x1cd)](_0x295cac=>{const _0x226017=_0x2801d4,_0x16db2d={'OXdoG':_0x4c1aac[_0x226017(0x2f7)],'aMieL':function(_0x3bcb6e,_0x566ba9){const _0x31088a=_0x226017;return _0x4c1aac[_0x31088a(0x2e8)](_0x3bcb6e,_0x566ba9);},'OhuVn':function(_0x8f8f69,_0x210e73){const _0x520ec3=_0x226017;return _0x4c1aac[_0x520ec3(0x306)](_0x8f8f69,_0x210e73);},'HNzWi':_0x4c1aac[_0x226017(0x22c)],'uRUnq':_0x4c1aac[_0x226017(0x2c0)]};_0x11be1e[_0x226017(0x1cd)](_0x159092=>{const _0x361423=_0x226017,_0x37517d={};_0x37517d[_0x16db2d[_0x361423(0x243)]]={'connectOptions':{'wsEndpoint':_0x16db2d['aMieL'](_0x2e9f1c,_0x16db2d[_0x361423(0x2d1)](_0x20110d,_0x4c1cef['stringify'](_0x159092)))}},_0x37517d[_0x16db2d['HNzWi']]=_0x295cac,_0x3dc89a[_0x16db2d[_0x361423(0x2a1)]][_0x361423(0x2f5)](_0x37517d);});}),_0x4ff426[_0x4c1aac['gdRQk']]='',_0x4adc5a[_0x4c1aac[_0x2801d4(0x284)]]='';else{const _0x3af7b3={};_0x3af7b3[_0x365af5[_0x2801d4(0x222)]]={'connectOptions':{'wsEndpoint':_0x365af5[_0x2801d4(0x1c9)](PLAYWRIGHT_HUB_URL,_0x365af5[_0x2801d4(0x23d)](encodeURIComponent,JSON['stringify'](_0x466b6b)))}},_0x3af7b3[_0x365af5[_0x2801d4(0x1f1)]]=_0x20c055,_0x4303a6[_0x365af5[_0x2801d4(0x1e6)]][_0x2801d4(0x2f5)](_0x3af7b3);}}):_0x1f0664[_0x2e3d1d(0x28d)](_0x365af5[_0x2e3d1d(0x228)]);}),_0x4303a6[_0x3582ad['NfOEG']]='',_0x4303a6[_0x3582ad[_0x2ce96a(0x239)]]='';}else _0x3582ad[_0x2ce96a(0x1dc)](_0x3582ad['ARVXY'],_0x3582ad[_0x2ce96a(0x288)])?_0xcfa22a['forEach'](_0x1f5e8b=>{const _0x547cba=_0x2ce96a;if(_0x3582ad[_0x547cba(0x260)](_0x3582ad[_0x547cba(0x240)],_0x3582ad['nHqsy'])){const _0x3641fa={'frameworkName':_0x1acd13[_0x547cba(0x1d9)],'frameworkVersion':_0x3582ad[_0x547cba(0x253)](_0x1d5583,_0x28c01c['PLAYWRIGHT'])};_0x2ad196[_0x547cba(0x32c)](_0x3641fa,_0x619b9a,_0x1c4802);}else{const _0x39611e={};_0x39611e[_0x3582ad['QQBAm']]={'connectOptions':{'wsEndpoint':_0x3582ad['Uftlq'](PLAYWRIGHT_HUB_URL,_0x3582ad['CMqxz'](encodeURIComponent,JSON['stringify'](_0x1f5e8b)))}},_0x4303a6[_0x3582ad[_0x547cba(0x28f)]][_0x547cba(0x2f5)](_0x39611e);}}):_0x5903b2=_0x3d98c1;const _0x16302d=_0x3582ad[_0x2ce96a(0x324)](_0x100ef2['config'][_0x2ce96a(0x30a)][_0x2ce96a(0x286)]||0x1,_0x100ef2['config'][_0x2ce96a(0x295)]);_0x4303a6[_0x3582ad[_0x2ce96a(0x2d5)]]=_0x16302d;}else _0x3041f0[_0x2ce96a(0x258)][_0x2ce96a(0x20d)]=![];}const _0x3cfd71=path[_0x2ce96a(0x208)](_0x446913[_0x2ce96a(0x1ec)]?path[_0x2ce96a(0x252)](_0x446913[_0x2ce96a(0x1ec)]):process[_0x2ce96a(0x2bf)](),_0x3582ad[_0x2ce96a(0x2f6)]),_0xacd31d={};_0xacd31d['depth']=null,_0xacd31d[_0x2ce96a(0x303)]=!![],_0xacd31d[_0x2ce96a(0x1d6)]=Infinity,_0xacd31d['showHidden']=![];let _0x1f852b=_0x3582ad[_0x2ce96a(0x2ec)](inspect,_0x4303a6,_0xacd31d);_0x1f852b[_0x2ce96a(0x33a)](_0x3582ad[_0x2ce96a(0x21f)])&&(_0x3582ad[_0x2ce96a(0x275)](_0x3582ad[_0x2ce96a(0x206)],_0x3582ad[_0x2ce96a(0x1b3)])?_0x3cd0c8[_0x2ce96a(0x2f5)]('('+_0x28a53a[_0x2ce96a(0x1af)]()+')'):_0x1f852b=_0x1f852b[_0x2ce96a(0x207)](_0x3582ad[_0x2ce96a(0x21f)],_0x3582ad[_0x2ce96a(0x225)]));let _0x365f93=_0x3582ad[_0x2ce96a(0x1bd)];const _0x5a23dc=helper[_0x2ce96a(0x236)](_0x100ef2['config']);_0x5a23dc&&(_0x365f93=_0x3582ad[_0x2ce96a(0x2a8)](_0x2ce96a(0x309)+_0x5a23dc+'\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();',_0x365f93));helper[_0x2ce96a(0x1c8)]({},_0x2cd834),fs[_0x2ce96a(0x2d7)](_0x3cfd71,_0x3582ad['yOMlM'](_0x365f93,_0x1f852b));const _0x2a24f5=_0x3582ad[_0x2ce96a(0x2bb)](spawn,_0x3582ad[_0x2ce96a(0x1f4)],[_0x3582ad[_0x2ce96a(0x26a)],_0x3582ad[_0x2ce96a(0x27f)],_0x3582ad[_0x2ce96a(0x2b1)],_0x3cfd71,..._0x2cd834[_0x2ce96a(0x2a5)](0x2)],{'shell':_0x3582ad['WnJva'](process[_0x2ce96a(0x29d)],_0x3582ad[_0x2ce96a(0x2ab)]),'stdio':_0x3582ad[_0x2ce96a(0x1ea)],'cwd':process[_0x2ce96a(0x2bf)](),'env':{...process['env'],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x2ce96a(0x217)](_0x1413fb)}});_0x2a24f5['on'](_0x3582ad[_0x2ce96a(0x31a)],async _0x16bfba=>{const _0x3f8a6b=_0x2ce96a,_0x1b37b6=_0x3582ad[_0x3f8a6b(0x2e2)]['split']('|');let _0x8f595=0x0;while(!![]){switch(_0x1b37b6[_0x8f595++]){case'0':fs['unlinkSync'](_0x3cfd71);continue;case'1':logger[_0x3f8a6b(0x28d)](_0x3f8a6b(0x1db)+_0x16bfba);continue;case'2':await helper[_0x3f8a6b(0x241)](_0x100ef2);continue;case'3':logger[_0x3f8a6b(0x2c2)]('Deleting\x20'+_0x3cfd71);continue;case'4':process[_0x3f8a6b(0x2b9)]=_0x16bfba;continue;case'5':await _0x3582ad[_0x3f8a6b(0x242)](stopAccessibilityTestRun,_0x100ef2[_0x3f8a6b(0x1aa)]);continue;}break;}});}function a23_0x58f9(){const _0x3c4d38=['child_process','2307336RaFoVP','collectFilesForProject','breakLength','dsANv','tXHtP','PLAYWRIGHT','oicpR','Playwright\x20process\x20exited\x20with\x20code\x20','ExSvK','testObservability','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','--disable-test-observability','XelFI','lIaiL','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','KNgoq','QRFLA','PjaKx','rvByh','test','snOoU','WRZql','ObpZL','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','path','bqFeI','iRjXt','RIWhe','--config=','svhaF','waCnC','NyhHd','CPmar','ovQOR','mqOJW','biYSc','PYpON','LQbtv','respectGitIgnore','sxQUH','GGkXn','nEHzT','uBVFB','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','juglK','gOXKG','wfFLk','error','zmcAb','ecJLr','wxJMI','replace','join','eBuoE','CzQsc','LinyB','yMkoK','BROWSERSTACK_AUTOMATION','LZSsL','xTeZw','GmDXX','../../helpers/accessibility-automation/helper','SCfAW','nYLIW','nEDUN','YkWsC','QQBAm','getConfigPath','WnJva','gAkyY','OuuPE','DrJdp','Jfugz','bXLyV','ovXQK','zNMAc','IsMst','mfxQk','TwfFM','QnZNL','UyxYw','fXPTA','Symbol(\x27defineConfigWasUsed\x27)]','rOnkh','Falvs','XrQVn','BWMvr','KOYys','gdRQk','NfOEG','projects','Symbol(defineConfigWasUsed)]','ZxlWS','WsWIj','rghwF','UyeNQ','SeVkR','jwcjq','getProxyUrl','SqUTd','../../helpers/logger','jLXuj','../../bin/utils/constants','BROWSERSTACK_TEST_OBSERVABILITY','TGTej','jFymX','xXDJI','close','nHqsy','finalExecution','bNDZw','OXdoG','findIndex','skrIE','20FtGMaA','TJIwH','--config','usaag','./reporter/reporter.js','BknYj','win32','vFfcd','VcItU','IvjTG','LcDBp','QukID','dirname','CMqxz','sQUDa','fnerv','EkXtQ','use','env','filter','krhXg','1282760EPqsbb','YoFjJ','dhXrN','AgueW','tSMly','rPGqi','cgjFR','qOQtf','aQSkJ','../../helpers/test-observability/sessionHandler','hWCFF','3YFmFea','gABrK','hCOnl','stringify','ksAlK','9825054yWeiUo','true','TVNmR','UGEpM','znbjH','--grep','YisaS','ZzaMR','UQcfC','zjqQe','Wgmgd','Uftlq','split','sEAOW','launch','AbHOk','Getting\x20your\x20playwright\x20config\x20from\x20','indexOf','QuUUp','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','MbpCD','BNBie','XHsPv','IkFsG','qoLyw','OkElL','431510wKIHHD','length','testIgnore','lulTd','rxxfn','LFLnY','105716JEhDNv','IJXbY','debug','bhRvd','WYVpT','SEvKa','default','zNWCl','NxXKf','mtbII','parallelsPerPlatform','pBelh','twOQj','wHIKb','TDgjs','BrowserStack\x20config\x20file\x20not\x20found.','nntOq','InQuq','platform','nBlPe','testMatch','mEYpH','uRUnq','luydZ','JEYjy','cjvDd','slice','@playwright/test/lib/runner/projectUtils.js','gGmCQ','HCdtC','eCnqP','wajtj','jVQVx','IBMoo','HAccl','AfDdH','util','DtglU','hbSLz','requireModule','BiXsa','WCuOY','vYHfs','PhcSf','BROWSERSTACK_RERUN_TESTS','DzTYV','exitCode','reporter','mHCUM','../../helpers/test-observability/utils','LlzqJ','globalSetup','cwd','MtQCf','xlgBd','info','EQBij','QbsEd','Jvzbn','TdPCE','lmksM','CdaOc','map','startsWith','ulPpi','../../helpers/helper','paths','SLXkD','eLLDZ','yCGaf','OhuVn','FxSwn','ISnLH','JNmZj','YTjzi','eRJja','writeFileSync','exports','yUXyL','NuqSz','iBGqn','dlCyD','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','XpeDP','bktak','fqljI','292621TuUdRx','KMmYT','gsqcJ','isUndefined','xPYCb','DBCsv','juLvm','DzQEF','LQUNH','wErDN','isFalse','jcfYX','hjxgO','udDBn','uvqvI','DQXLi','jhFEL','modifyBrowserStackCaps','object','ztOjQ','push','Lxqye','KoqFN','existsSync','WqvwL','yrENx','accessibilityOptions','bpoxA','FHpFE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','get','uzeSY','qVJHV','2|5|4|1|3|0','compact','YvnUU','MKjfb','njaiD','string','KoNyO','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','platforms','splice','fmwnd','TvjaX','null','dUlrk','nmwzv','BROWSERSTACK_RERUN','RZMNz','iyYGC','ZbnSc','winstonLogger','hqADN','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','sRxKm','kwzhX','rIpXW','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','xBTZM','mPMIM','zPCrY','isTrue','SUUHz','zzsGU','GasqZ','rnZZe','XZxIG','project','has','EexsH','ADtba','Fghqh','vkDMi','QKchY','initialize','JjYfB','ZQJtO','bLsoo','nOkzs','NbyKy','EKPEQ','IaiMg','VBLDo','QKXPL','wFHDT','486uOIdIy','kYHxo','uhIUX','includes','VrOaG','OZOdK','AeUes','cFysZ','testDir','playwright-browserstack-sdk.config.js','wXCAH','OuOIo','aLzbp','mCQql','config','mtxDt','cliConfig','QShjI','NJNwA','trim','YTBKv','--disable-browserstack-automation','UQdKy','WuQCA','accessibility','LGbiQ','false','aoyML','JHlFs','BMXnB','../../helpers/test-observability/error-handler','gZCdE','aMaHX','bFGAJ','VuMHl','yaIjF','PpaFm','Lvxjn','UDhaP','7471980oAfduu','EEXrW','XBoCj','UNWFs','0|2|4|3|1','filterBrowserstackConfig','InSwe','ghvyn','JHaIM','automation','forEach','xoZSJ','inherit','XOvWd','tqeeK','resolve'];a23_0x58f9=function(){return _0x3c4d38;};return a23_0x58f9();}module[a23_0x10f1a6(0x2d8)]=run;
|
|
2
|
+
'use strict';const a23_0x333bc5=a23_0x165b;function a23_0x2714(){const _0x53e5dd=['string','depth','QiWUe','Cpmfl','ceUWM','kKzYc','HCdap','BmWbQ','rEfJK','APqeD','oqdsj','mWFWD','--config=','tkmQh','npx','12VhNwvI','--grep','ECodX','getProxyUrl','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','CagdT','KRJlo','dRuId','DYNyI','jukfx','uPsYf','qzCHB','dmGHg','pYxAp','zhYoA','modifyBrowserStackCaps','JPOOf','platforms','automation','blWcy','resolve','cYkVh','nAdEI','path','Cwxtm','rydjH','ZrvIe','@playwright/test/lib/runner/projectUtils.js','UtgEr','util','get','ITMpK','DBSck','TcHpw','env','CrPVW','fQJCn','IktVQ','dpFUe','BS_A11Y_TEST_RUN_ID','Exsmp','yoqyQ','tNAyv','Deleting\x20','tphEd','child_process','--disable-browserstack-automation','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','aztvP','nIYaI','SnkCL','AkxMP','Spurj','gIbeb','forEach','873070shxXqu','RqLeZ','length','xHTqZ','aeFst','isUndefined','gpKXd','PxYRS','qmdLK','bQLhP','zGwVp','IxSsK','winstonLogger','cJLCX','BIDsq','miyBj','projects','JVNGi','PsaGF','Playwright\x20process\x20exited\x20with\x20code\x20','accessibilityOptions','IEibL','Hgfgy','oAJZa','use','./accessibility-helper','pvClc','kRnBU','win32','EzLwK','ZrZkO','./reporter/reporter.js','gbZHy','fhSUO','qxbwi','wIKap','bHkuD','vpWBm','OSRGQ','vgMsA','HohPe','join','Hzjyy','tMzWN','iUNgF','xUigf','qxTpC','uILLQ','getConfigPath','fNNnT','cBGHV','isTrue','dirname','ykKVR','sRglJ','BXedj','uponL','EXocy','PzKIf','eXVmP','QITsG','mycYi','XFxeh','exports','yYafV','slice','map','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','info','dORPZ','playwright','XdUFc','compact','rnobp','RBQMq','2YRVVKu','LCPlJ','splice','agdkh','playwright-browserstack-sdk.config.js','trim','RwIsx','kDHtN','BROWSERSTACK_RERUN','rlVfq','tgEdw','EVDOz','noxPd','../../helpers/test-observability/error-handler','WrhHR','PPOtq','Zrsrt','BROWSERSTACK_AUTOMATION','reporter','zADKo','FVPdD','lqNbt','DyakY','NTkhk','cFgDT','filter','220gOcSmm','split','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','xnHZy','rinhm','iJsUQ','test','pKsuo','rXJYn','gjgGP','uHOeK','fThps','YVSCy','HnDUP','NXYdv','exitCode','argv','srfYx','globalSetup','577916SZmoSb','QCOOE','XxZwC','cCmYK','NfMgJ','ppFxe','jZYUK','YRsaa','OAIAf','lnnNX','QZsXI','cqcbs','../utils/constants','tAKzp','Vmlmp','piPKA','lvuaB','267534cBSNlC','error','PLAYWRIGHT','zPKpI','OFUwF','nOWoz','ykbiX','OXzFG','FBUxb','xHURb','21NYHtkV','showHidden','QLBxu','BrowserStack\x20config\x20file\x20not\x20found.','kxGbm','asvXg','COEmk','waXrN','Dtdqo','SvrOv','mfibN','oYFqh','Symbol(\x27defineConfigWasUsed\x27)]','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','BSKFx','xlxIB','ySShb','mkGUo','GgbPu','RUEZC','NBVQv','finalExecution','xkXPm','2762207STreUM','kGzlH','CVwMi','mPzaH','existsSync','uVnXR','tIXyX','aIfck','cliConfig','YQIrR','vaNQN','hFbdq','YvWak','vvyuO','YZeXe','JrKhV','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','NzUFo','Symbol(defineConfigWasUsed)]','QdrSi','kMUrI','@playwright/test','hmvEI','Fickw','olLfV','owYfp','woUeW','config','HJMoz','inherit','IakxP','kCpTU','WTNyu','OoWgF','cwd','HfiQC','bBsbK','XBShq','uZqdh','dYPOf','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','rlZMn','gepFL','Lggux','wHuxD','platform','AKMst','tpUZa','AheaE','findIndex','uvoar','QnliC','eDoGb','stringify','jUoHv','ZeMYa','kSqaX','rLikV','object','ZEMhM','paths','Miwjc','oNcYa','pQXfe','NzOXF','ExvZb','BROWSERSTACK_RERUN_TESTS','qxQgT','close','testObservability','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','XAgcX','ZxHXw','../../helpers/test-observability/sessionHandler','GUuhw','EuHVv','--disable-test-observability','0|1|3|2|4','BROWSERSTACK_TEST_OBSERVABILITY','concat','ShdUD','ZNGcm','nlDNv','gamvM','IUcts','DdyYf','project','11173080JLPXYZ','requireModule','WfPez','../../bin/utils/constants','VWppf','parallelsPerPlatform','awwVH','VMrvC','../../helpers/test-observability/constants','6290020ggDJUH','vMnCd','PaXRU','accessibility','startsWith','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','testMatch','hXjfl','pgXwp','fJqiB','testIgnore','null','POepy','VEfkD','KLXbd','wQpMW','debug','replace','HOkZR','tijRQ','RVmxd','BROWSERSTACK_TEST_ACCESSIBILITY_YML','sQXlo','wmkxP','isFalse','../../helpers/BrowserStackSetup','push','--config','../../helpers/accessibility-automation/helper','fVLHI','FACTk','5|4|1|0|3|2','tTGPP','FUuUx','workers','testDir','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','has','LJGyN','xpVhP','814469qqltxl','vXceA','heHJB','YAQao','LSLpS','./globalSetup.js','./reporter/pwUtils','../../helpers/helper'];a23_0x2714=function(){return _0x53e5dd;};return a23_0x2714();}(function(_0x1a6623,_0x4c82e6){const _0x14eaac=a23_0x165b,_0x5bc924=_0x1a6623();while(!![]){try{const _0x476131=-parseInt(_0x14eaac(0x2d7))/0x1*(-parseInt(_0x14eaac(0x1f0))/0x2)+-parseInt(_0x14eaac(0x238))/0x3*(-parseInt(_0x14eaac(0x21d))/0x4)+parseInt(_0x14eaac(0x2af))/0x5+-parseInt(_0x14eaac(0x2ee))/0x6*(-parseInt(_0x14eaac(0x24f))/0x7)+-parseInt(_0x14eaac(0x2a6))/0x8+-parseInt(_0x14eaac(0x22e))/0x9+-parseInt(_0x14eaac(0x325))/0xa*(parseInt(_0x14eaac(0x20a))/0xb);if(_0x476131===_0x4c82e6)break;else _0x5bc924['push'](_0x5bc924['shift']());}catch(_0x470e9d){_0x5bc924['push'](_0x5bc924['shift']());}}}(a23_0x2714,0xab06f));function a23_0x165b(_0x231bb6,_0x11086c){const _0x271448=a23_0x2714();return a23_0x165b=function(_0x165b36,_0xddcbb0){_0x165b36=_0x165b36-0x1a8;let _0x10af5d=_0x271448[_0x165b36];return _0x10af5d;},a23_0x165b(_0x231bb6,_0x11086c);}const fs=require('fs'),path=require('path'),{spawn}=require(a23_0x333bc5(0x31b)),{inspect,format}=require(a23_0x333bc5(0x30b)),logger=require('../../helpers/logger')[a23_0x333bc5(0x1b1)],{default:BrowserStackSetup}=require(a23_0x333bc5(0x2c8)),helper=require(a23_0x333bc5(0x2de)),constants=require(a23_0x333bc5(0x229)),{FRAMEWORKS}=require(a23_0x333bc5(0x2ae)),{getTransformPath,getConfigLoaderPath}=require(a23_0x333bc5(0x2dd)),{CrashReporter,o11yErrorHandler}=require(a23_0x333bc5(0x1fd)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{PLAYWRIGHT_HUB_URL}=require(a23_0x333bc5(0x2a9)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a23_0x333bc5(0x2cb)),{setAccessibilityPlaywrightCapabilities}=require(a23_0x333bc5(0x1be)),SessionHandler=require(a23_0x333bc5(0x298));async function requireOrImportDefaultObject(_0x424695){const _0x536b69=a23_0x333bc5,_0x5744db={'kKzYc':function(_0x5c4ebe){return _0x5c4ebe();},'ZXwHU':function(_0x1b31bf,_0x369540){return _0x1b31bf(_0x369540);},'uZqdh':function(_0x1da77f,_0x10a7ec){return _0x1da77f===_0x10a7ec;},'xUigf':'object','bPnFr':function(_0x3b1785,_0x290269){return _0x3b1785 in _0x290269;},'GgbPu':'default'},{requireOrImport:_0x4da760}=helper[_0x536b69(0x2a7)](_0x5744db[_0x536b69(0x2e4)](getTransformPath));let _0x481bca=await _0x5744db['ZXwHU'](_0x4da760,_0x424695);if(_0x481bca&&_0x5744db[_0x536b69(0x275)](typeof _0x481bca,_0x5744db[_0x536b69(0x1d2)])&&_0x5744db['bPnFr'](_0x5744db[_0x536b69(0x24a)],_0x481bca))_0x481bca=_0x481bca[_0x5744db[_0x536b69(0x24a)]];return _0x481bca;}const getUserPlaywrightConfig=async(_0x4ffb59,_0x113a50)=>{const _0x1fcaaf=a23_0x333bc5,_0x453072={'cbevp':_0x1fcaaf(0x1bd),'RqLeZ':function(_0x4ad504,_0x3f453e){return _0x4ad504+_0x3f453e;},'vUoRj':function(_0x4b71b9,_0xb59365){return _0x4b71b9(_0xb59365);},'ExvZb':_0x1fcaaf(0x1b5),'fVLHI':_0x1fcaaf(0x202),'ggzyn':_0x1fcaaf(0x23b),'qmdLK':'playwright','vXceA':_0x1fcaaf(0x277),'qxbwi':function(_0x26868a){return _0x26868a();},'DbriE':function(_0x2a2ca0,_0x53714b){return _0x2a2ca0(_0x53714b);},'ykbiX':function(_0x1e81de,_0x3ba6c1){return _0x1e81de!==_0x3ba6c1;},'olLfV':_0x1fcaaf(0x322),'yYafV':function(_0xaa4980,_0x1f5417){return _0xaa4980===_0x1f5417;},'ECodX':_0x1fcaaf(0x2f5),'Miwjc':_0x1fcaaf(0x1c6),'pQXfe':function(_0x2a820d,_0x45118e){return _0x2a820d(_0x45118e);},'PaXRU':_0x1fcaaf(0x27b),'iJsUQ':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','nOWoz':function(_0x4dec70,_0x4eb94c){return _0x4dec70!==_0x4eb94c;},'wmkxP':'bkegO','cqcbs':_0x1fcaaf(0x1a9),'HxKlq':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','tgEdw':function(_0x2f9e8b,_0x4bfd45){return _0x2f9e8b!==_0x4bfd45;},'OSRGQ':_0x1fcaaf(0x2e5),'GUuhw':_0x1fcaaf(0x2eb)},_0x373d40=!helper[_0x1fcaaf(0x1aa)](_0x4ffb59[_0x1fcaaf(0x26a)]),_0x5b0c63=_0x373d40?path[_0x1fcaaf(0x302)](process[_0x1fcaaf(0x271)](),_0x4ffb59['config']):process[_0x1fcaaf(0x271)](),{resolveConfigFile:_0x2f6b64}=helper['requireModule'](_0x453072[_0x1fcaaf(0x1c7)](getConfigLoaderPath)),_0x4559ba=_0x453072['DbriE'](_0x2f6b64,_0x5b0c63);let _0x5a867e={};if(_0x4559ba){if(_0x453072[_0x1fcaaf(0x234)](_0x453072[_0x1fcaaf(0x267)],_0x453072[_0x1fcaaf(0x267)])){const _0x3722f3={};_0x3722f3[_0x453072['cbevp']]={'connectOptions':{'wsEndpoint':_0x453072[_0x1fcaaf(0x326)](_0x3f795a,_0x453072['vUoRj'](_0x3714ca,_0xe73c7f[_0x1fcaaf(0x284)](_0x34c633)))}},_0x1ca71a[_0x453072[_0x1fcaaf(0x290)]]['push'](_0x3722f3);}else{logger[_0x1fcaaf(0x1e9)]('Getting\x20your\x20playwright\x20config\x20from\x20'+_0x4559ba);try{_0x453072[_0x1fcaaf(0x1e5)](_0x453072[_0x1fcaaf(0x2f0)],_0x453072[_0x1fcaaf(0x28c)])?_0x49c622[_0x453072[_0x1fcaaf(0x2cc)]]=[[_0x3a16f4[_0x453072[_0x1fcaaf(0x2cc)]]],_0x1d8f50]:_0x5a867e=await _0x453072[_0x1fcaaf(0x28e)](requireOrImportDefaultObject,_0x4559ba);}catch(_0x55c3c3){if(_0x453072[_0x1fcaaf(0x234)](_0x453072[_0x1fcaaf(0x2b1)],_0x453072[_0x1fcaaf(0x2b1)])){_0x3c4226['error'](_0x453072['ggzyn']);return;}else return logger['error'](_0x453072[_0x1fcaaf(0x20f)],_0x55c3c3),null;}}}else _0x453072[_0x1fcaaf(0x233)](_0x453072[_0x1fcaaf(0x2c6)],_0x453072[_0x1fcaaf(0x228)])?logger[_0x1fcaaf(0x1e9)](_0x453072['HxKlq']):_0x32d0dd[_0x1fcaaf(0x2c9)](_0x215631['modifyBrowserStackCaps'](_0x47155d['config'],_0x453072[_0x1fcaaf(0x1ad)],_0x47c6a9));if(_0x373d40){if(_0x453072[_0x1fcaaf(0x1fa)](_0x453072[_0x1fcaaf(0x1cb)],_0x453072[_0x1fcaaf(0x1cb)]))_0x1ae1d3[_0x1fcaaf(0x2bf)](_0x453072[_0x1fcaaf(0x2d8)]);else{const _0xc54ab0=_0x113a50[_0x1fcaaf(0x280)](_0x1bc25f=>_0x1bc25f==='--config'||_0x1bc25f==='-c'||_0x1bc25f[_0x1fcaaf(0x2b3)](_0x1fcaaf(0x2eb)));_0x113a50[_0x1fcaaf(0x1f2)](_0xc54ab0,_0x113a50[_0xc54ab0][_0x1fcaaf(0x2b3)](_0x453072[_0x1fcaaf(0x299)])?0x1:0x2);}}const _0x693cef={};return _0x693cef[_0x1fcaaf(0x305)]=_0x4559ba,_0x693cef[_0x1fcaaf(0x26a)]=_0x5a867e,_0x693cef;},setGlobalSetup=(_0xd80cb6,_0x401e13)=>{const _0x10eba2=a23_0x333bc5,_0x50c9a5={'cFgDT':_0x10eba2(0x2b9),'ZNIhU':'false','fNNnT':function(_0x161f0c,_0xc669f5){return _0x161f0c(_0xc669f5);},'nIYaI':function(_0x3e785d,_0x2fdebe){return _0x3e785d(_0x2fdebe);},'oqdsj':function(_0x40292b,_0x3633fb){return _0x40292b===_0x3633fb;},'tMzWN':_0x10eba2(0x2b8),'TcHpw':'DdCtw','QCOOE':'globalSetup','rydjH':function(_0x31c383,_0x16c592){return _0x31c383!==_0x16c592;},'lnnNX':_0x10eba2(0x1d7),'YAQao':function(_0x1fc704,_0x3b7ba9){return _0x1fc704===_0x3b7ba9;},'MAnWI':_0x10eba2(0x2ad),'Hgfgy':'ykMKQ','JrKhV':_0x10eba2(0x245),'XFxeh':function(_0x42147c,_0xa74801){return _0x42147c!==_0xa74801;},'CVwMi':'UKpFW','ATFtn':function(_0x916da5,_0x330d1){return _0x916da5+_0x330d1;},'WTNyu':'Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','vgMsA':_0x10eba2(0x2dc)};if(!_0xd80cb6)return![];try{if(_0x50c9a5[_0x10eba2(0x2e9)](_0x50c9a5['tMzWN'],_0x50c9a5[_0x10eba2(0x1d0)])){if(_0xd80cb6['globalSetup']){if(_0x50c9a5[_0x10eba2(0x2e9)](_0x50c9a5[_0x10eba2(0x30f)],_0x50c9a5[_0x10eba2(0x30f)])){let _0x1a78d9;const _0xe35b9b=path[_0x10eba2(0x302)](_0x401e13,_0xd80cb6[_0x50c9a5['QCOOE']]);if(fs[_0x10eba2(0x253)](_0xe35b9b))_0x50c9a5[_0x10eba2(0x307)](_0x50c9a5['lnnNX'],_0x50c9a5[_0x10eba2(0x226)])?_0x4c5915['project'][_0x50c9a5['cFgDT']]=_0x864775[_0x50c9a5[_0x10eba2(0x208)]]:_0x1a78d9=_0xe35b9b;else{if(_0x50c9a5[_0x10eba2(0x2da)](_0x50c9a5['MAnWI'],_0x50c9a5[_0x10eba2(0x1bb)]))_0x1dedca[_0x10eba2(0x310)][_0x10eba2(0x29d)]=_0x50c9a5['ZNIhU'],_0x14b4a1=_0x209fea[_0x10eba2(0x209)](_0x161a95=>_0x161a95!==_0x10eba2(0x29b));else{const _0x13e454={};_0x13e454[_0x10eba2(0x28b)]=[_0x401e13],_0x1a78d9=require['resolve'](_0xd80cb6[_0x50c9a5[_0x10eba2(0x21e)]],_0x13e454);}}if(!_0x1a78d9)throw new Error(_0x50c9a5[_0x10eba2(0x25e)]);process[_0x10eba2(0x310)][_0x10eba2(0x25f)]=_0x1a78d9;}else{_0x50c9a5['fNNnT'](_0x402283,_0x4f2d1a);return;}}}else{_0x50c9a5[_0x10eba2(0x31f)](_0x35c01f,_0x28b50c);return;}}catch(_0x880065){if(_0x50c9a5[_0x10eba2(0x1e3)](_0x50c9a5[_0x10eba2(0x251)],_0x50c9a5[_0x10eba2(0x251)])){_0x50c9a5[_0x10eba2(0x1d6)](_0x362c27,_0x25548f);return;}else logger[_0x10eba2(0x22f)](_0x50c9a5['ATFtn'](_0x50c9a5[_0x10eba2(0x26f)],_0x50c9a5['nIYaI'](format,_0x880065)));}return _0xd80cb6[_0x10eba2(0x21c)]=require[_0x10eba2(0x302)](_0x50c9a5[_0x10eba2(0x1cc)]),!![];},addReporter=_0x5a72c1=>{const _0x5e488a=a23_0x333bc5,_0x526446={'ZEMhM':_0x5e488a(0x295),'tphEd':function(_0x5bda2d,_0x5bb076){return _0x5bda2d+_0x5bb076;},'WrhHR':_0x5e488a(0x2d3),'FACTk':function(_0x14e76c,_0x45e3b6){return _0x14e76c(_0x45e3b6);},'mkGUo':'./reporter/reporter.js','PzKIf':_0x5e488a(0x202),'QiWUe':function(_0x164472,_0x44f4fd){return _0x164472!==_0x44f4fd;},'BSKFx':_0x5e488a(0x2d9),'qGmpW':_0x5e488a(0x1bc),'cJLCX':function(_0x1e0001,_0x35160e){return _0x1e0001===_0x35160e;},'EzLwK':_0x5e488a(0x2df),'NTkhk':_0x5e488a(0x248),'HmOyl':_0x5e488a(0x1dc),'Cwxtm':_0x5e488a(0x289),'pKsuo':'ABWzT'},_0x42f2f3=path[_0x5e488a(0x1ce)](__dirname,_0x526446[_0x5e488a(0x249)]),_0x3c399d=[_0x42f2f3];if(helper[_0x5e488a(0x1aa)](_0x5a72c1[_0x526446[_0x5e488a(0x1df)]]))_0x526446[_0x5e488a(0x2e1)](_0x526446[_0x5e488a(0x246)],_0x526446['qGmpW'])?_0x5a72c1[_0x526446['PzKIf']]=[_0x3c399d]:_0x4de104[_0x5e488a(0x1e9)](_0x526446[_0x5e488a(0x28a)]);else{if(_0x526446[_0x5e488a(0x1b2)](typeof _0x5a72c1[_0x526446[_0x5e488a(0x1df)]],_0x526446[_0x5e488a(0x1c2)]))_0x526446[_0x5e488a(0x1b2)](_0x526446[_0x5e488a(0x207)],_0x526446['HmOyl'])?(_0x5af04b=!![],_0x385294[_0x5e488a(0x310)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1675d7[_0x5e488a(0x26a)][_0x5e488a(0x2b2)]):_0x5a72c1[_0x526446['PzKIf']]=[[_0x5a72c1[_0x526446[_0x5e488a(0x1df)]]],_0x3c399d];else _0x526446['cJLCX'](typeof _0x5a72c1[_0x526446['PzKIf']],_0x526446[_0x5e488a(0x306)])&&(_0x526446[_0x5e488a(0x2e1)](_0x526446[_0x5e488a(0x211)],_0x526446[_0x5e488a(0x211)])?_0x58b2f1[_0x5e488a(0x22f)](_0x526446[_0x5e488a(0x31a)](_0x526446[_0x5e488a(0x1fe)],_0x526446[_0x5e488a(0x2cd)](_0xea2957,_0x4473f4))):_0x5a72c1[_0x526446['PzKIf']]['push'](_0x3c399d));}},handleO11yRerun=_0x290be3=>{const _0x387a6c=a23_0x333bc5,_0x3d033f={};_0x3d033f[_0x387a6c(0x1b3)]=function(_0x1a5bbf,_0xe8e3c8){return _0x1a5bbf+_0xe8e3c8;},_0x3d033f[_0x387a6c(0x2f6)]=function(_0x51c419,_0x37af26){return _0x51c419!==_0x37af26;},_0x3d033f[_0x387a6c(0x1cd)]=_0x387a6c(0x2b6),_0x3d033f[_0x387a6c(0x221)]=function(_0x1d0798,_0x120498){return _0x1d0798!==_0x120498;},_0x3d033f[_0x387a6c(0x2a0)]=_0x387a6c(0x252),_0x3d033f[_0x387a6c(0x2d6)]=function(_0xbcd3ff,_0x3f16a4){return _0xbcd3ff!==_0x3f16a4;},_0x3d033f[_0x387a6c(0x30e)]=_0x387a6c(0x2ba),_0x3d033f['Dkxth']=function(_0xa3d49,_0x48ebd0){return _0xa3d49!==_0x48ebd0;},_0x3d033f[_0x387a6c(0x25b)]=function(_0x2400af,_0x1697da){return _0x2400af!==_0x1697da;},_0x3d033f[_0x387a6c(0x282)]=_0x387a6c(0x259),_0x3d033f['ARYIk']=_0x387a6c(0x2ef);const _0x267d78=_0x3d033f,_0x4f5afe=helper[_0x387a6c(0x1d8)](process[_0x387a6c(0x310)][_0x387a6c(0x1f8)]);if(_0x4f5afe){if(_0x267d78[_0x387a6c(0x221)](_0x267d78[_0x387a6c(0x2a0)],_0x267d78['ZNGcm']))_0x49f1c3=_0x41b568;else{const _0x3d7f70=process[_0x387a6c(0x310)][_0x387a6c(0x291)],_0x2924d6=[];_0x267d78['xpVhP'](_0x3d7f70,_0x267d78['DBSck'])&&_0x267d78['Dkxth'](_0x3d7f70,null)&&(_0x267d78['YvWak'](_0x267d78['QnliC'],_0x267d78['QnliC'])?_0x37143d=_0x267d78[_0x387a6c(0x1b3)]('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0xb47de8+_0x387a6c(0x2f2),_0x53f75e):_0x3d7f70[_0x387a6c(0x20b)](',')['map'](_0x2df785=>{const _0x32c56a=_0x387a6c;_0x267d78[_0x32c56a(0x2f6)](_0x267d78['HohPe'],_0x267d78['HohPe'])?_0x2b5360[_0x32c56a(0x20b)](',')[_0x32c56a(0x1e7)](_0x4a259c=>{const _0x3b3e43=_0x32c56a;_0x2e9ef5[_0x3b3e43(0x2c9)]('('+_0x4a259c[_0x3b3e43(0x1f5)]()+')');}):_0x2924d6[_0x32c56a(0x2c9)]('('+_0x2df785[_0x32c56a(0x1f5)]()+')');}));const _0xdc63f4='^'+_0x2924d6[_0x387a6c(0x1ce)]('|')+'$';_0x290be3[_0x387a6c(0x2c9)](_0x267d78['ARYIk'],_0xdc63f4);}}},spawnOriginalProcess=_0x32d39a=>{const _0x136cf1=a23_0x333bc5,_0x1fe49d={'AGuOk':function(_0x3f4df9,_0x57f260,_0x1a29fe,_0x190cdb){return _0x3f4df9(_0x57f260,_0x1a29fe,_0x190cdb);},'zIYAt':_0x136cf1(0x2ed),'YRsaa':'playwright','vMnCd':function(_0x55debb,_0xb7d877){return _0x55debb===_0xb7d877;},'Lggux':'win32','qxTpC':_0x136cf1(0x26c)};_0x1fe49d['AGuOk'](spawn,_0x1fe49d['zIYAt'],[_0x1fe49d[_0x136cf1(0x224)],..._0x32d39a[_0x136cf1(0x1e6)](0x1)],{'shell':_0x1fe49d[_0x136cf1(0x2b0)](process[_0x136cf1(0x27c)],_0x1fe49d[_0x136cf1(0x27a)]),'stdio':_0x1fe49d[_0x136cf1(0x1d3)],'cwd':process[_0x136cf1(0x271)]()});},isTestCommand=(_0x3d8e6c,_0xc8cde7)=>{const _0x30a053=a23_0x333bc5,_0x3c0670={};_0x3c0670[_0x30a053(0x2aa)]=_0x30a053(0x300),_0x3c0670['SxPtu']=function(_0x2fb191,_0x3b6a13){return _0x2fb191>_0x3b6a13;},_0x3c0670['vvyuO']=function(_0x237760,_0x32e296){return _0x237760===_0x32e296;},_0x3c0670[_0x30a053(0x266)]=_0x30a053(0x210),_0x3c0670[_0x30a053(0x297)]=_0x30a053(0x215),_0x3c0670[_0x30a053(0x31e)]='zBDuN';const _0x573d7c=_0x3c0670;if(_0x573d7c['SxPtu'](_0xc8cde7[_0x30a053(0x327)],0x1)&&_0x573d7c[_0x30a053(0x25c)](_0xc8cde7[0x1],_0x573d7c[_0x30a053(0x266)])){if(_0x573d7c[_0x30a053(0x25c)](_0x573d7c[_0x30a053(0x297)],_0x573d7c[_0x30a053(0x31e)]))_0x569ded[_0x30a053(0x310)][_0x30a053(0x201)]=_0x138f75[_0x30a053(0x257)][_0x30a053(0x30c)](_0x573d7c[_0x30a053(0x2aa)])||!![];else return!![];}return![];},initO11yCrashReporter=(_0xc091dc,_0x3aa7d8)=>{const _0x19fa90=a23_0x333bc5,_0x5078f7={'hfBCq':function(_0x58104e,_0x3b051f){return _0x58104e(_0x3b051f);}},_0x52c1f9={'frameworkName':FRAMEWORKS[_0x19fa90(0x230)],'frameworkVersion':_0x5078f7['hfBCq'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])};CrashReporter['initialize'](_0x52c1f9,_0xc091dc,_0x3aa7d8);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x11c55c){const _0x1162e8=a23_0x333bc5,_0x3aec51={'xHURb':'globalSetup','Dtdqo':function(_0xefdf1e,_0x446d3c){return _0xefdf1e(_0x446d3c);},'IUcts':function(_0x4b17e2,_0x21678f){return _0x4b17e2>_0x21678f;},'QZsXI':function(_0x4a1cc7,_0x1d652b){return _0x4a1cc7===_0x1d652b;},'ZLuNj':function(_0x3cc1d8,_0x30d908){return _0x3cc1d8!==_0x30d908;},'gIbeb':_0x1162e8(0x2e2)},_0x2f2419=await SessionHandler['launch'](_0x11c55c,{'frameworkName':FRAMEWORKS[_0x1162e8(0x230)],'frameworkVersion':_0x3aec51[_0x1162e8(0x240)](getFrameworkVersion,FRAMEWORKS[_0x1162e8(0x230)])});if(!_0x2f2419||_0x3aec51[_0x1162e8(0x2a3)](_0x2f2419[_0x1162e8(0x327)],0x1)&&_0x3aec51[_0x1162e8(0x227)](_0x2f2419[0x0],null)){if(_0x3aec51['ZLuNj'](_0x3aec51[_0x1162e8(0x323)],_0x3aec51[_0x1162e8(0x323)])){const _0x4a03c8={};_0x4a03c8[_0x1162e8(0x28b)]=[_0x44e071],_0x525448=_0x5b2b7a[_0x1162e8(0x302)](_0x2931e9[_0x3aec51[_0x1162e8(0x237)]],_0x4a03c8);}else return process[_0x1162e8(0x310)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];}return!![];});function checkAccessibilityPlatformConfig(_0x454008){const _0x230200=a23_0x333bc5,_0x533cbc={};_0x533cbc[_0x230200(0x1db)]=_0x230200(0x261),_0x533cbc[_0x230200(0x22a)]=_0x230200(0x244),_0x533cbc[_0x230200(0x268)]=function(_0x5be75e,_0x3654cc){return _0x5be75e===_0x3654cc;},_0x533cbc[_0x230200(0x2e6)]='yGpsA',_0x533cbc[_0x230200(0x2cf)]=_0x230200(0x1af),_0x533cbc['hJFGa']=function(_0x31b493,_0x43141e){return _0x31b493!==_0x43141e;},_0x533cbc[_0x230200(0x1cf)]=_0x230200(0x1f7),_0x533cbc[_0x230200(0x22d)]=_0x230200(0x286),_0x533cbc[_0x230200(0x25d)]=_0x230200(0x2b5),_0x533cbc[_0x230200(0x1b7)]=_0x230200(0x1c4),_0x533cbc[_0x230200(0x26d)]=_0x230200(0x202),_0x533cbc[_0x230200(0x2f7)]=function(_0x45a211,_0x230374){return _0x45a211===_0x230374;},_0x533cbc['EuHVv']=_0x230200(0x2df),_0x533cbc[_0x230200(0x27d)]=function(_0x197873,_0x19ce66){return _0x197873===_0x19ce66;},_0x533cbc[_0x230200(0x287)]='object',_0x533cbc['uVnXR']='vMzxx',_0x533cbc[_0x230200(0x304)]=_0x230200(0x316),_0x533cbc[_0x230200(0x1ee)]=function(_0x340fc2,_0x88ed3){return _0x340fc2!==_0x88ed3;},_0x533cbc[_0x230200(0x2be)]=_0x230200(0x274);const _0x18fefd=_0x533cbc;let _0x5d8e09=![];try{_0x18fefd['hJFGa'](_0x18fefd[_0x230200(0x254)],_0x18fefd[_0x230200(0x304)])?_0x454008[_0x230200(0x2ff)][_0x230200(0x324)](_0x365084=>{const _0x4837dd=_0x230200,_0x532266={};_0x532266[_0x4837dd(0x22b)]=_0x18fefd[_0x4837dd(0x1db)],_0x532266['IEibL']=_0x18fefd[_0x4837dd(0x22a)];const _0x3b5c28=_0x532266;if(_0x18fefd[_0x4837dd(0x268)](_0x18fefd[_0x4837dd(0x2e6)],_0x18fefd[_0x4837dd(0x2cf)]))_0x1e31dd[_0x4837dd(0x310)]['BROWSERSTACK_AUTOMATION']=![];else{if(helper[_0x4837dd(0x1d8)](_0x365084['accessibility'])){if(_0x18fefd['hJFGa'](_0x18fefd[_0x4837dd(0x1cf)],_0x18fefd[_0x4837dd(0x22d)]))return _0x5d8e09=!![],!![];else _0x2e52bd=_0x441941[_0x4837dd(0x2c0)](_0x3b5c28[_0x4837dd(0x22b)],_0x3b5c28[_0x4837dd(0x1ba)]);}}}):_0x5946e9[_0x230200(0x2a5)][_0x18fefd['YZeXe']]=_0x58a50e[_0x18fefd[_0x230200(0x25d)]];}catch(_0x46015b){if(_0x18fefd[_0x230200(0x1ee)](_0x18fefd[_0x230200(0x2be)],_0x18fefd[_0x230200(0x2be)])){const _0x540813=_0x6505b7[_0x230200(0x1ce)](_0x5aa31c,_0x18fefd[_0x230200(0x1b7)]),_0x230bd0=[_0x540813];if(_0x1f3194[_0x230200(0x1aa)](_0x51f969[_0x18fefd[_0x230200(0x26d)]]))_0x598221[_0x18fefd[_0x230200(0x26d)]]=[_0x230bd0];else{if(_0x18fefd[_0x230200(0x2f7)](typeof _0xf8a842[_0x18fefd[_0x230200(0x26d)]],_0x18fefd[_0x230200(0x29a)]))_0x2d1eb7[_0x18fefd['IakxP']]=[[_0x18965f[_0x18fefd[_0x230200(0x26d)]]],_0x230bd0];else _0x18fefd[_0x230200(0x27d)](typeof _0x24e4ec[_0x18fefd[_0x230200(0x26d)]],_0x18fefd['kSqaX'])&&_0x28e321[_0x18fefd[_0x230200(0x26d)]][_0x230200(0x2c9)](_0x230bd0);}}else logger[_0x230200(0x2bf)](_0x230200(0x20c)+_0x46015b);}return _0x5d8e09;}async function run(_0x3957ce,_0x26ecfd){const _0x523935=a23_0x333bc5,_0x366ae4={'ykKVR':_0x523935(0x1bd),'KRJlo':function(_0x138505,_0x367d4e){return _0x138505+_0x367d4e;},'XxZwC':function(_0x21bc81,_0x3fb796){return _0x21bc81(_0x3fb796);},'oNcYa':_0x523935(0x1b5),'EVDOz':function(_0x59dbd0,_0x405f9c){return _0x59dbd0+_0x405f9c;},'uvoar':function(_0xbe9203,_0x508435){return _0xbe9203(_0x508435);},'piPKA':_0x523935(0x2b5),'QITsG':_0x523935(0x202),'waXrN':function(_0x53cea6,_0x3c0c8a){return _0x53cea6!==_0x3c0c8a;},'YQIrR':_0x523935(0x2ba),'SnkCL':_0x523935(0x2ef),'mWFWD':function(_0x137ada,_0x82fedf){return _0x137ada+_0x82fedf;},'bQLhP':'testDir','FtXmi':function(_0x5968eb,_0x118bb9){return _0x5968eb(_0x118bb9);},'ZrZkO':function(_0x34d0e7,_0x1c80db,_0x4a1aec,_0x381e63){return _0x34d0e7(_0x1c80db,_0x4a1aec,_0x381e63);},'EXocy':_0x523935(0x2ed),'gjgGP':_0x523935(0x1eb),'APqeD':function(_0xca2ea7,_0x4e0e96){return _0xca2ea7===_0x4e0e96;},'IktVQ':_0x523935(0x1c1),'srfYx':'inherit','bBsbK':function(_0x4c4b36,_0xa61c2f){return _0x4c4b36!==_0xa61c2f;},'bHkuD':_0x523935(0x21c),'STxNo':_0x523935(0x245),'COEmk':_0x523935(0x1e8),'OoWgF':_0x523935(0x288),'tNAyv':_0x523935(0x1b4),'OAIAf':function(_0x5acbe1,_0x293ac6){return _0x5acbe1>_0x293ac6;},'kRnBU':function(_0xb3e5c3,_0xdcf49e){return _0xb3e5c3===_0xdcf49e;},'blWcy':_0x523935(0x210),'mycYi':'false','OXzFG':'--config=','tpUZa':function(_0x261b90,_0x2ed020){return _0x261b90!==_0x2ed020;},'AheaE':_0x523935(0x217),'gamvM':_0x523935(0x1f3),'lqNbt':function(_0x117e04,_0x4699cd){return _0x117e04+_0x4699cd;},'NXYdv':function(_0x2a2ce0,_0x52f6b7){return _0x2a2ce0(_0x52f6b7);},'ApGrn':_0x523935(0x30d),'JPOOf':'WFbNI','hmvEI':_0x523935(0x1d4),'pgXwp':_0x523935(0x2ce),'dmGHg':function(_0x572dfe,_0x5e6e59){return _0x572dfe(_0x5e6e59);},'Zrsrt':'aIFdq','WqSaL':_0x523935(0x285),'uponL':'--disable-browserstack-automation','dORPZ':function(_0xa9b32c,_0x5858f3){return _0xa9b32c===_0x5858f3;},'hFbdq':_0x523935(0x1e0),'FVPdD':'UlJfQ','KLXbd':_0x523935(0x29b),'cCmYK':function(_0x57567b,_0x40a1d8){return _0x57567b>=_0x40a1d8;},'LSLpS':'CdHPw','awwVH':function(_0x37a8dd,_0x200438,_0x40a66d){return _0x37a8dd(_0x200438,_0x40a66d);},'xnHZy':function(_0x45ee0e,_0x58b7fd){return _0x45ee0e!==_0x58b7fd;},'tkmQh':_0x523935(0x236),'mfibN':_0x523935(0x1ac),'fQJCn':'BrowserStack\x20config\x20file\x20not\x20found.','CagdT':_0x523935(0x300),'zhYoA':'zkphj','sxciL':function(_0x3fa9ee,_0x4434ec){return _0x3fa9ee!=_0x4434ec;},'noxPd':_0x523935(0x278),'POepy':function(_0x32a621,_0x780614){return _0x32a621===_0x780614;},'tIXyX':_0x523935(0x269),'sQXlo':'yAnRR','eDoGb':_0x523935(0x314),'AkxMP':_0x523935(0x24b),'HJMoz':function(_0x3c5875,_0x204641){return _0x3c5875(_0x204641);},'xkXPm':function(_0x96fef7,_0x30978e,_0x4261ec){return _0x96fef7(_0x30978e,_0x4261ec);},'aIfck':'GUWCu','pvClc':function(_0x48b7a3,_0x4f0d98){return _0x48b7a3(_0x4f0d98);},'YVSCy':_0x523935(0x262),'BXFuN':_0x523935(0x276),'Seqwl':_0x523935(0x29c),'NBVQv':_0x523935(0x31d),'RVmxd':function(_0x54b5b4,_0x362bd3){return _0x54b5b4(_0x362bd3);},'BGicx':'true','uPsYf':function(_0x56d9df,_0xbc1baf){return _0x56d9df(_0xbc1baf);},'MYwQP':_0x523935(0x28f),'gpKXd':_0x523935(0x30a),'hagbP':_0x523935(0x264),'XdUFc':function(_0x824c5b,_0x513bd5){return _0x824c5b===_0x513bd5;},'cYkVh':function(_0x4106c1,_0x3269d6){return _0x4106c1===_0x3269d6;},'RwIsx':_0x523935(0x2a4),'UMcqU':function(_0x27ac05,_0x162d34){return _0x27ac05!==_0x162d34;},'iUNgF':_0x523935(0x2d0),'DyakY':function(_0x2f7919,_0x5c242b){return _0x2f7919===_0x5c242b;},'XAgcX':_0x523935(0x292),'HbkPZ':_0x523935(0x23a),'Iehfs':_0x523935(0x309),'kGzlH':_0x523935(0x2fb),'LJGyN':function(_0x51b0ae,_0x29e013){return _0x51b0ae!==_0x29e013;},'IxSsK':_0x523935(0x2e3),'kCpTU':'DwZTl','RBQMq':'testIgnore','jruBR':_0x523935(0x260),'kQHyU':'zdAIV','GKFZT':_0x523935(0x247),'HShUT':_0x523935(0x1ca),'kMUrI':_0x523935(0x277),'ShdUD':function(_0x5e919b,_0x2d22ca){return _0x5e919b!==_0x2d22ca;},'UUmSa':_0x523935(0x311),'VEfkD':function(_0x11d3c2,_0x494d39){return _0x11d3c2!==_0x494d39;},'ppFxe':_0x523935(0x243),'LCPlJ':function(_0x1dbde6,_0x396c49){return _0x1dbde6*_0x396c49;},'rEfJK':_0x523935(0x2d1),'ePgaS':_0x523935(0x1f4),'nlDNv':function(_0x58a928,_0x23f29d,_0x2842c0){return _0x58a928(_0x23f29d,_0x2842c0);},'jZYUK':'Symbol(defineConfigWasUsed)]','HfiQC':function(_0x313321,_0x4534f5){return _0x313321===_0x4534f5;},'xHTqZ':'BsICC','yoqyQ':_0x523935(0x1c5),'gepFL':_0x523935(0x244),'RgzIf':'module.exports\x20=\x20','rinhm':function(_0x2595c4,_0x164c1a){return _0x2595c4+_0x164c1a;},'zADKo':function(_0x5a59e2,_0x375318){return _0x5a59e2+_0x375318;},'rlVfq':_0x523935(0x2ca),'uHOeK':_0x523935(0x293)};if(!helper['isFalse'](process[_0x523935(0x310)][_0x523935(0x201)])){if(_0x366ae4[_0x523935(0x27e)](_0x366ae4[_0x523935(0x200)],_0x366ae4['WqSaL']))process['env']['BROWSERSTACK_AUTOMATION']=!![];else{const _0x284617={'kxGbm':_0x366ae4['ykKVR'],'uvUiF':function(_0x1f1c0c,_0x1565a6){return _0x366ae4['KRJlo'](_0x1f1c0c,_0x1565a6);},'PPOtq':function(_0x2eaecd,_0x26f775){const _0x4f0416=_0x523935;return _0x366ae4[_0x4f0416(0x21f)](_0x2eaecd,_0x26f775);},'SvrOv':_0x366ae4['oNcYa']};_0x5afc05[_0x523935(0x324)](_0x33e833=>{const _0x2478e4=_0x523935,_0x37a474={};_0x37a474[_0x284617[_0x2478e4(0x23c)]]={'connectOptions':{'wsEndpoint':_0x284617['uvUiF'](_0x1a51d0,_0x284617[_0x2478e4(0x1ff)](_0x264d59,_0x5325dc[_0x2478e4(0x284)](_0x33e833)))}},_0x47366c[_0x284617[_0x2478e4(0x241)]][_0x2478e4(0x2c9)](_0x37a474);});}}if(process[_0x523935(0x21a)]['includes'](_0x366ae4[_0x523935(0x1dd)])){if(_0x366ae4[_0x523935(0x1ea)](_0x366ae4[_0x523935(0x25a)],_0x366ae4[_0x523935(0x204)])){const _0x2cee0f={};_0x2cee0f[_0x366ae4['ykKVR']]={'connectOptions':{'wsEndpoint':_0x366ae4[_0x523935(0x1fb)](_0x5cdc52,_0x366ae4[_0x523935(0x281)](_0x3492ac,_0x419cc5['stringify'](_0x1b98f1)))}},_0x2cee0f[_0x366ae4[_0x523935(0x22c)]]=_0x3113a5,_0x1e7f1e[_0x366ae4['oNcYa']][_0x523935(0x2c9)](_0x2cee0f);}else process[_0x523935(0x310)]['BROWSERSTACK_AUTOMATION']=_0x366ae4['mycYi'],_0x26ecfd=_0x26ecfd[_0x523935(0x209)](_0x2c715e=>_0x2c715e!==_0x523935(0x31c));}const _0x3abd35=_0x26ecfd['indexOf'](_0x366ae4[_0x523935(0x2bd)]);_0x366ae4[_0x523935(0x220)](_0x3abd35,0x0)&&(_0x366ae4[_0x523935(0x1c0)](_0x366ae4[_0x523935(0x2db)],_0x366ae4[_0x523935(0x2db)])?(process[_0x523935(0x310)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x366ae4[_0x523935(0x1e2)],_0x26ecfd=_0x26ecfd[_0x523935(0x209)](_0x38cc76=>_0x38cc76!==_0x523935(0x29b))):_0x156d99[_0x366ae4[_0x523935(0x1e1)]]=[_0x40ec4a]);if(!_0x366ae4[_0x523935(0x2ac)](isTestCommand,_0x3957ce,_0x26ecfd)){if(_0x366ae4[_0x523935(0x20d)](_0x366ae4[_0x523935(0x2ec)],_0x366ae4[_0x523935(0x2ec)])){const _0x554a6d=_0x522a6a['isTrue'](_0x266741['env'][_0x523935(0x1f8)]);if(_0x554a6d){const _0x4e1139=_0x29a6b4[_0x523935(0x310)][_0x523935(0x291)],_0x475a0b=[];_0x366ae4['waXrN'](_0x4e1139,_0x366ae4[_0x523935(0x258)])&&_0x366ae4[_0x523935(0x23f)](_0x4e1139,null)&&_0x4e1139[_0x523935(0x20b)](',')[_0x523935(0x1e7)](_0x46d932=>{const _0x1cda8a=_0x523935;_0x475a0b[_0x1cda8a(0x2c9)]('('+_0x46d932[_0x1cda8a(0x1f5)]()+')');});const _0x3058b8='^'+_0x475a0b[_0x523935(0x1ce)]('|')+'$';_0x4556cb[_0x523935(0x2c9)](_0x366ae4[_0x523935(0x320)],_0x3058b8);}}else{_0x366ae4['dmGHg'](spawnOriginalProcess,_0x26ecfd);return;}}const _0x33db32=new BrowserStackSetup(_0x3957ce,FRAMEWORKS[_0x523935(0x230)]);if(!_0x33db32[_0x523935(0x26a)]){if(_0x366ae4[_0x523935(0x27e)](_0x366ae4['mfibN'],_0x366ae4[_0x523935(0x242)]))return _0x5bff22[_0x523935(0x310)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];else{logger[_0x523935(0x22f)](_0x366ae4[_0x523935(0x312)]);return;}}await _0x33db32['initialize']();if(!helper[_0x523935(0x1aa)](_0x33db32[_0x523935(0x257)])&&_0x33db32[_0x523935(0x257)][_0x523935(0x2d4)](_0x366ae4[_0x523935(0x2f3)])){if(_0x366ae4[_0x523935(0x1c0)](_0x366ae4[_0x523935(0x2fc)],_0x366ae4[_0x523935(0x2fc)]))process['env']['BROWSERSTACK_AUTOMATION']=_0x33db32[_0x523935(0x257)][_0x523935(0x30c)](_0x366ae4[_0x523935(0x2f3)])||!![];else{const _0x3d46a3={'HOkZR':_0x366ae4['ykKVR'],'WfPez':function(_0x38bcec,_0x5c42f5){const _0x68fd2d=_0x523935;return _0x366ae4[_0x68fd2d(0x2ea)](_0x38bcec,_0x5c42f5);},'asvXg':function(_0x594687,_0x4f4611){return _0x366ae4['XxZwC'](_0x594687,_0x4f4611);},'OFUwF':_0x366ae4[_0x523935(0x22c)],'BXPGi':_0x366ae4['oNcYa']};_0x293676[_0x523935(0x324)](_0x5e95ac=>{const _0x4571ec=_0x523935;_0xfd1a44[_0x4571ec(0x324)](_0x3e4cca=>{const _0x245237=_0x4571ec,_0x2b4282={};_0x2b4282[_0x3d46a3[_0x245237(0x2c1)]]={'connectOptions':{'wsEndpoint':_0x3d46a3[_0x245237(0x2a8)](_0x3920e1,_0x3d46a3[_0x245237(0x23d)](_0x28db45,_0x41386c[_0x245237(0x284)](_0x3e4cca)))}},_0x2b4282[_0x3d46a3[_0x245237(0x232)]]=_0x5e95ac,_0x435783[_0x3d46a3['BXPGi']][_0x245237(0x2c9)](_0x2b4282);});}),_0x35cb97[_0x366ae4[_0x523935(0x22c)]]='',_0x2aecbc[_0x366ae4[_0x523935(0x1ae)]]='';}}_0x366ae4['sxciL'](_0x33db32[_0x523935(0x26a)][_0x523935(0x294)],null)&&!helper['isTrue'](process['env'][_0x523935(0x29d)])&&(_0x366ae4[_0x523935(0x1c0)](_0x366ae4[_0x523935(0x1fc)],_0x366ae4[_0x523935(0x1fc)])?process[_0x523935(0x310)][_0x523935(0x29d)]=process[_0x523935(0x310)][_0x523935(0x29d)]||_0x33db32[_0x523935(0x26a)][_0x523935(0x294)]:_0x43a058[_0x523935(0x324)](_0x29625b=>{const _0x770a00=_0x523935,_0x5030ae={};_0x5030ae[_0x366ae4[_0x770a00(0x1da)]]={'connectOptions':{'wsEndpoint':_0x366ae4[_0x770a00(0x2f4)](_0x1c2cff,_0x366ae4['FtXmi'](_0x2fada1,_0x231744['stringify'](_0x29625b)))}},_0x5030ae[_0x366ae4[_0x770a00(0x22c)]]=_0x4e1898,_0x583027[_0x366ae4['oNcYa']][_0x770a00(0x2c9)](_0x5030ae);}));const _0x4abfae=!helper[_0x523935(0x2c7)](process[_0x523935(0x310)][_0x523935(0x29d)]);let _0x302fbf=![];_0x33db32[_0x523935(0x26a)][_0x523935(0x2b2)]&&(_0x366ae4[_0x523935(0x2bb)](_0x366ae4[_0x523935(0x255)],_0x366ae4[_0x523935(0x2c5)])?_0xa2ff3a[_0x366ae4[_0x523935(0x1e1)]][_0x523935(0x2c9)](_0x1a89fe):(_0x302fbf=!![],process[_0x523935(0x310)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x33db32[_0x523935(0x26a)]['accessibility']));_0x33db32[_0x523935(0x26a)][_0x523935(0x1b9)]&&(_0x366ae4[_0x523935(0x2e8)](_0x366ae4[_0x523935(0x283)],_0x366ae4['eDoGb'])?process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x523935(0x284)](_0x33db32[_0x523935(0x26a)][_0x523935(0x1b9)]):_0x366ae4[_0x523935(0x1c3)](_0xd06e88,_0x366ae4[_0x523935(0x1de)],[_0x366ae4[_0x523935(0x213)],..._0x4b8b95[_0x523935(0x1e6)](0x1)],{'shell':_0x366ae4[_0x523935(0x2e8)](_0x304ba0[_0x523935(0x27c)],_0x366ae4[_0x523935(0x313)]),'stdio':_0x366ae4[_0x523935(0x21b)],'cwd':_0x2038b2[_0x523935(0x271)]()}));const _0x139986=_0x26ecfd[_0x523935(0x29e)](),_0x393def=await _0x366ae4[_0x523935(0x2ac)](getUserPlaywrightConfig,_0x3957ce,_0x26ecfd);if(helper[_0x523935(0x1aa)](_0x393def)){if(_0x366ae4['bBsbK'](_0x366ae4[_0x523935(0x321)],_0x366ae4[_0x523935(0x321)])){const _0x550a09=_0x3a86c8[_0x523935(0x310)][_0x523935(0x291)],_0x4567f5=[];_0x366ae4[_0x523935(0x273)](_0x550a09,_0x366ae4[_0x523935(0x258)])&&_0x366ae4[_0x523935(0x273)](_0x550a09,null)&&_0x550a09['split'](',')[_0x523935(0x1e7)](_0xfe1afc=>{const _0x1fd0f5=_0x523935;_0x4567f5[_0x1fd0f5(0x2c9)]('('+_0xfe1afc[_0x1fd0f5(0x1f5)]()+')');});const _0x444479='^'+_0x4567f5[_0x523935(0x1ce)]('|')+'$';_0x180313['push'](_0x366ae4[_0x523935(0x320)],_0x444479);}else{_0x366ae4[_0x523935(0x26b)](spawnOriginalProcess,_0x139986);return;}}const _0x329039={..._0x393def[_0x523935(0x26a)]},_0x16ddba=_0x329039,_0x2df285=_0x393def['path']?path[_0x523935(0x1d9)](_0x393def[_0x523935(0x305)]):process['cwd']();if(!_0x366ae4[_0x523935(0x24e)](setGlobalSetup,_0x16ddba,_0x2df285)){if(_0x366ae4[_0x523935(0x27e)](_0x366ae4[_0x523935(0x256)],_0x366ae4['aIfck'])){if(_0x3a3a33[_0x523935(0x1d8)](_0x25255f['accessibility']))return _0x134a9c=!![],!![];}else{_0x366ae4[_0x523935(0x1bf)](spawnOriginalProcess,_0x139986);return;}}if(_0x4abfae){if(_0x366ae4['bBsbK'](_0x366ae4[_0x523935(0x216)],_0x366ae4['BXFuN'])){const _0x534bd4=_0x366ae4['Seqwl'][_0x523935(0x20b)]('|');let _0x5ea274=0x0;while(!![]){switch(_0x534bd4[_0x5ea274++]){case'0':logger[_0x523935(0x1e9)](_0x366ae4[_0x523935(0x24c)]);continue;case'1':_0x366ae4[_0x523935(0x24e)](initO11yCrashReporter,_0x16ddba,_0x33db32[_0x523935(0x26a)]);continue;case'2':_0x366ae4[_0x523935(0x2c3)](handleO11yRerun,_0x26ecfd);continue;case'3':_0x366ae4[_0x523935(0x26b)](addReporter,_0x16ddba);continue;case'4':await _0x366ae4[_0x523935(0x281)](launchO11ySession,_0x33db32[_0x523935(0x26a)]);continue;}break;}}else _0x3d9a27[_0x523935(0x310)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x538859[_0x523935(0x310)][_0x523935(0x29d)]||_0x381a79[_0x523935(0x26a)][_0x523935(0x294)];}let _0x193c50=_0x366ae4[_0x523935(0x1ea)](process[_0x523935(0x310)][_0x523935(0x2c4)],_0x366ae4['BGicx']);_0x193c50=_0x193c50||_0x366ae4[_0x523935(0x2f8)](checkAccessibilityPlatformConfig,_0x33db32[_0x523935(0x26a)]),process[_0x523935(0x310)][_0x523935(0x2c4)]=_0x193c50;if(_0x193c50){if(_0x366ae4[_0x523935(0x27e)](_0x366ae4['MYwQP'],_0x366ae4[_0x523935(0x1ab)])){const [_0x1a39b6,_0x3be56e]=await _0x366ae4[_0x523935(0x24e)](createAccessibilityTestRun,_0x33db32[_0x523935(0x26a)],_0x366ae4['hagbP']);logger[_0x523935(0x2bf)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x3be56e),process[_0x523935(0x310)]['BS_A11Y_JWT']=_0x1a39b6,process['env'][_0x523935(0x315)]=_0x3be56e,_0x366ae4[_0x523935(0x1bf)](setAccessibilityPlaywrightCapabilities,_0x33db32[_0x523935(0x26a)]);}else{if(_0x44fb79[_0x523935(0x21c)]){let _0x8c6ec8;const _0x237eaf=_0x28f5c4[_0x523935(0x302)](_0x455983,_0x2f6efe[_0x366ae4[_0x523935(0x1c9)]]);if(_0x4a5d7a[_0x523935(0x253)](_0x237eaf))_0x8c6ec8=_0x237eaf;else{const _0x286738={};_0x286738[_0x523935(0x28b)]=[_0x47e4df],_0x8c6ec8=_0x4edd00[_0x523935(0x302)](_0x3dc876[_0x366ae4[_0x523935(0x1c9)]],_0x286738);}if(!_0x8c6ec8)throw new _0x21775b(_0x366ae4['STxNo']);_0x561723[_0x523935(0x310)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']=_0x8c6ec8;}}}if(helper[_0x523935(0x1aa)](_0x33db32['config'][_0x523935(0x2ff)])||_0x366ae4[_0x523935(0x1ec)](_0x33db32[_0x523935(0x26a)][_0x523935(0x2ff)][_0x523935(0x327)],0x0)){if(_0x366ae4[_0x523935(0x303)](_0x366ae4['RwIsx'],_0x366ae4[_0x523935(0x1f6)]))process[_0x523935(0x310)][_0x523935(0x201)]=![];else{const _0x2d2c6f={'frameworkName':_0x1c9041[_0x523935(0x230)],'frameworkVersion':_0x366ae4['FtXmi'](_0x285f14,_0x4e90c7[_0x523935(0x230)])};_0x2de61a['initialize'](_0x2d2c6f,_0x2117e6,_0x5b8f39);}}if(helper[_0x523935(0x1d8)](process[_0x523935(0x310)][_0x523935(0x201)])){if(_0x366ae4['UMcqU'](_0x366ae4[_0x523935(0x1d1)],_0x366ae4[_0x523935(0x1d1)]))_0x315e20[_0x523935(0x310)][_0x523935(0x201)]=!![];else{_0x16ddba[_0x366ae4[_0x523935(0x28d)]]=[];const _0x2a3ce9=[];_0x33db32[_0x523935(0x26a)][_0x523935(0x2ff)][_0x523935(0x324)]((_0x5ce5a6,_0x1fbf11)=>{const _0x39e31e=_0x523935;if(_0x366ae4[_0x39e31e(0x2e8)](_0x366ae4[_0x39e31e(0x270)],_0x366ae4[_0x39e31e(0x318)]))return _0x206115[_0x39e31e(0x22f)](_0x366ae4[_0x39e31e(0x23e)],_0x5a6ae2),null;else _0x2a3ce9['push'](helper[_0x39e31e(0x2fd)](_0x33db32['config'],_0x366ae4[_0x39e31e(0x213)],_0x1fbf11));});let _0x2ea770=[];try{if(_0x366ae4[_0x523935(0x206)](_0x366ae4[_0x523935(0x296)],_0x366ae4['HbkPZ']))_0x31a628[_0x523935(0x310)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=_0x5e360e[_0x523935(0x284)](_0x28d530[_0x523935(0x26a)][_0x523935(0x1b9)]);else{const _0x336a86=helper[_0x523935(0x2a7)](_0x366ae4['Iehfs']),_0x5c2daf={};_0x5c2daf['respectGitIgnore']=!![],_0x5c2daf[_0x523935(0x2d2)]='',_0x5c2daf['testMatch']='',_0x5c2daf[_0x523935(0x2b9)]='';const _0x1a2982={};_0x1a2982[_0x523935(0x2a5)]=_0x5c2daf;const _0x2e1748=_0x1a2982;if(_0x16ddba[_0x366ae4['bQLhP']]){if(_0x366ae4[_0x523935(0x273)](_0x366ae4['kGzlH'],_0x366ae4[_0x523935(0x250)]))return _0x148656=!![],!![];else _0x2e1748['project'][_0x366ae4[_0x523935(0x1ae)]]=_0x16ddba[_0x366ae4['bQLhP']];}if(_0x16ddba[_0x366ae4['piPKA']]){if(_0x366ae4[_0x523935(0x2d5)](_0x366ae4[_0x523935(0x1b0)],_0x366ae4[_0x523935(0x26e)]))_0x2e1748[_0x523935(0x2a5)][_0x366ae4[_0x523935(0x22c)]]=_0x16ddba[_0x366ae4['piPKA']];else{if(_0x366ae4[_0x523935(0x225)](_0x45f588[_0x523935(0x327)],0x1)&&_0x366ae4['kRnBU'](_0x113b1c[0x1],_0x366ae4[_0x523935(0x301)]))return!![];return![];}}_0x16ddba[_0x366ae4[_0x523935(0x1ef)]]&&(_0x366ae4[_0x523935(0x2d5)](_0x366ae4['jruBR'],_0x366ae4['kQHyU'])?_0x2e1748[_0x523935(0x2a5)][_0x366ae4[_0x523935(0x1ef)]]=_0x16ddba[_0x366ae4[_0x523935(0x1ef)]]:(_0x447815[_0x523935(0x310)][_0x523935(0x201)]=_0x366ae4['mycYi'],_0x44c555=_0x56c027[_0x523935(0x209)](_0x1874e8=>_0x1874e8!==_0x523935(0x31c)))),_0x2ea770=await _0x336a86['collectFilesForProject'](_0x2e1748);}}catch(_0x3c8d8a){_0x366ae4[_0x523935(0x1c0)](_0x366ae4['GKFZT'],_0x366ae4['HShUT'])?_0x1f4615[_0x523935(0x2ff)][_0x523935(0x324)](_0xcea74d=>{const _0x4e271b=_0x523935;if(_0x55ab33[_0x4e271b(0x1d8)](_0xcea74d[_0x4e271b(0x2b2)]))return _0x119b65=!![],!![];}):logger['debug'](_0x366ae4[_0x523935(0x263)]);}if(_0x2ea770[_0x523935(0x327)]){if(_0x366ae4[_0x523935(0x29f)](_0x366ae4['UUmSa'],_0x366ae4['UUmSa'])){const _0x53e824=_0x29083d[_0x523935(0x280)](_0x29c3ce=>_0x29c3ce===_0x523935(0x2ca)||_0x29c3ce==='-c'||_0x29c3ce[_0x523935(0x2b3)](_0x523935(0x2eb)));_0x4b4ce7[_0x523935(0x1f2)](_0x53e824,_0x4417bb[_0x53e824][_0x523935(0x2b3)](_0x366ae4[_0x523935(0x235)])?0x1:0x2);}else _0x2ea770[_0x523935(0x324)](_0x353f1f=>{const _0x56d8a8=_0x523935,_0x60c0={'ZrvIe':function(_0x205a94,_0x16eb14){const _0x392445=a23_0x165b;return _0x366ae4[_0x392445(0x27e)](_0x205a94,_0x16eb14);},'wIKap':_0x366ae4[_0x56d8a8(0x27f)],'JVNGi':_0x366ae4[_0x56d8a8(0x2a2)],'dQQyS':_0x366ae4['ykKVR'],'pLRLy':function(_0x216c2b,_0x10587c){const _0x16ec39=_0x56d8a8;return _0x366ae4[_0x16ec39(0x205)](_0x216c2b,_0x10587c);},'tijRQ':function(_0x2c834c,_0x3ff92d){const _0x15b3c4=_0x56d8a8;return _0x366ae4[_0x15b3c4(0x218)](_0x2c834c,_0x3ff92d);},'zPKpI':_0x366ae4[_0x56d8a8(0x22c)],'rXJYn':_0x366ae4[_0x56d8a8(0x28d)]};_0x366ae4['waXrN'](_0x366ae4['ApGrn'],_0x366ae4[_0x56d8a8(0x2fe)])?_0x2a3ce9['forEach'](_0x3aac3e=>{const _0x446197=_0x56d8a8;if(_0x60c0[_0x446197(0x308)](_0x60c0[_0x446197(0x1c8)],_0x60c0[_0x446197(0x1b6)])){const _0x3c3327={};_0x3c3327[_0x60c0['dQQyS']]={'connectOptions':{'wsEndpoint':_0x60c0['pLRLy'](PLAYWRIGHT_HUB_URL,_0x60c0[_0x446197(0x2c2)](encodeURIComponent,JSON[_0x446197(0x284)](_0x3aac3e)))}},_0x3c3327[_0x60c0[_0x446197(0x231)]]=_0x353f1f,_0x16ddba[_0x60c0[_0x446197(0x212)]][_0x446197(0x2c9)](_0x3c3327);}else _0x1ff2fb[_0x446197(0x2bf)](_0x446197(0x20c)+_0x4ea212);}):_0x139a80[_0x56d8a8(0x2c9)]('('+_0x1115f8[_0x56d8a8(0x1f5)]()+')');}),_0x16ddba[_0x366ae4[_0x523935(0x22c)]]='',_0x16ddba[_0x366ae4[_0x523935(0x1ae)]]='';}else{if(_0x366ae4[_0x523935(0x2bc)](_0x366ae4[_0x523935(0x222)],_0x366ae4[_0x523935(0x222)])){let _0x1095f0;const _0x177e6=_0x4f5c83[_0x523935(0x302)](_0x589fc3,_0x17e934[_0x366ae4[_0x523935(0x1c9)]]);if(_0x26a3c1[_0x523935(0x253)](_0x177e6))_0x1095f0=_0x177e6;else{const _0x2bbee6={};_0x2bbee6[_0x523935(0x28b)]=[_0x427648],_0x1095f0=_0x334593['resolve'](_0xa90dc[_0x366ae4[_0x523935(0x1c9)]],_0x2bbee6);}if(!_0x1095f0)throw new _0x18b3f4(_0x366ae4['STxNo']);_0x41d446[_0x523935(0x310)][_0x523935(0x25f)]=_0x1095f0;}else _0x2a3ce9[_0x523935(0x324)](_0xe522c5=>{const _0xf3ccdd=_0x523935,_0x12b44e={};_0x12b44e[_0xf3ccdd(0x2f9)]=_0x366ae4[_0xf3ccdd(0x1ae)];const _0xb5b58d=_0x12b44e;if(_0x366ae4[_0xf3ccdd(0x27e)](_0x366ae4[_0xf3ccdd(0x265)],_0x366ae4[_0xf3ccdd(0x265)]))_0x49342e[_0xf3ccdd(0x2a5)][_0xb5b58d[_0xf3ccdd(0x2f9)]]=_0x2ca31b[_0xb5b58d['qzCHB']];else{const _0x46121a={};_0x46121a[_0x366ae4[_0xf3ccdd(0x1da)]]={'connectOptions':{'wsEndpoint':_0x366ae4[_0xf3ccdd(0x2ea)](PLAYWRIGHT_HUB_URL,_0x366ae4[_0xf3ccdd(0x21f)](encodeURIComponent,JSON[_0xf3ccdd(0x284)](_0xe522c5)))}},_0x16ddba[_0x366ae4[_0xf3ccdd(0x28d)]]['push'](_0x46121a);}});}const _0x3d0d29=_0x366ae4[_0x523935(0x1f1)](_0x33db32['config'][_0x523935(0x2ff)][_0x523935(0x327)]||0x1,_0x33db32['config'][_0x523935(0x2ab)]);_0x16ddba[_0x366ae4[_0x523935(0x2e7)]]=_0x3d0d29;}}const _0x1eb04f=path['join'](_0x393def['path']?path[_0x523935(0x1d9)](_0x393def[_0x523935(0x305)]):process[_0x523935(0x271)](),_0x366ae4['ePgaS']),_0x43774f={};_0x43774f[_0x523935(0x2e0)]=null,_0x43774f[_0x523935(0x1ed)]=!![],_0x43774f['breakLength']=Infinity,_0x43774f[_0x523935(0x239)]=![];let _0x174f45=_0x366ae4[_0x523935(0x2a1)](inspect,_0x16ddba,_0x43774f);if(_0x174f45['includes'](_0x366ae4['jZYUK'])){if(_0x366ae4[_0x523935(0x272)](_0x366ae4[_0x523935(0x1a8)],_0x366ae4[_0x523935(0x317)]))return!![];else _0x174f45=_0x174f45['replace'](_0x366ae4[_0x523935(0x223)],_0x366ae4[_0x523935(0x279)]);}let _0x32e16d=_0x366ae4['RgzIf'];const _0x14ae10=helper[_0x523935(0x2f1)](_0x33db32[_0x523935(0x26a)]);_0x14ae10&&(_0x32e16d=_0x366ae4[_0x523935(0x20e)](_0x523935(0x2b4)+_0x14ae10+_0x523935(0x2f2),_0x32e16d));helper['filterBrowserstackConfig']({},_0x26ecfd),fs['writeFileSync'](_0x1eb04f,_0x366ae4[_0x523935(0x203)](_0x32e16d,_0x174f45));const _0x37feac=_0x366ae4[_0x523935(0x1c3)](spawn,_0x366ae4['EXocy'],[_0x366ae4[_0x523935(0x213)],_0x366ae4[_0x523935(0x301)],_0x366ae4[_0x523935(0x1f9)],_0x1eb04f,..._0x26ecfd[_0x523935(0x1e6)](0x2)],{'shell':_0x366ae4[_0x523935(0x206)](process['platform'],_0x366ae4['IktVQ']),'stdio':_0x366ae4[_0x523935(0x21b)],'cwd':process[_0x523935(0x271)](),'env':{...process[_0x523935(0x310)],'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x523935(0x1d5)](_0x3957ce)}});_0x37feac['on'](_0x366ae4[_0x523935(0x214)],async _0x1a1c09=>{const _0x3b4d64=_0x523935,_0x384924=_0x366ae4[_0x3b4d64(0x2b7)]['split']('|');let _0x123867=0x0;while(!![]){switch(_0x384924[_0x123867++]){case'0':logger[_0x3b4d64(0x2bf)](_0x3b4d64(0x1b8)+_0x1a1c09);continue;case'1':process[_0x3b4d64(0x219)]=_0x1a1c09;continue;case'2':fs['unlinkSync'](_0x1eb04f);continue;case'3':logger[_0x3b4d64(0x1e9)](_0x3b4d64(0x319)+_0x1eb04f);continue;case'4':await _0x366ae4[_0x3b4d64(0x2fa)](stopAccessibilityTestRun,_0x33db32[_0x3b4d64(0x26a)]);continue;case'5':await helper[_0x3b4d64(0x24d)](_0x33db32);continue;}break;}});}module[a23_0x333bc5(0x1e4)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a24_0x5c57(_0x56474f,_0x1d4736){const _0x980129=a24_0x9801();return a24_0x5c57=function(_0x5c57d9,_0x2508f6){_0x5c57d9=_0x5c57d9-0x102;let _0x482103=_0x980129[_0x5c57d9];return _0x482103;},a24_0x5c57(_0x56474f,_0x1d4736);}const a24_0x7b3d43=a24_0x5c57;function a24_0x9801(){const _0x3b0ac4=['../../helpers/helper','COBNc','ZSXeJ','LSQzh','IcWAq','1886700SctnPC','DcpDa','compareVersions','oRcap','7998iMILKt','PJSSP','4441717mIslEE','12870882PKCefN','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/constants','EKhsY','108hkNfhH','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','eUeQU','function','16NOzevA','exports','FGNCr','FoLfg','XacQM','NlszW','5254dOuQbb','UYKRM','jCTdT','47664tAzcMo','MDKBX','4525CzKaXv','MYIXE','resolve','Ymeor','apply','requireModule','SYMeo','Fjpoy','env','YvCDt','toString','tbVVi','includes','asdNm','../../helpers/test-observability/utils','592UQiQEk','tOyNN','rcaKd','fork','./reporter/pwUtils','57887918HwTysE','hNAMW','Call\x20to\x20child\x20fork\x20with\x20args\x20','TTMod'];a24_0x9801=function(){return _0x3b0ac4;};return a24_0x9801();}(function(_0x216c5d,_0x47f279){const _0x2a311f=a24_0x5c57,_0x5514fd=_0x216c5d();while(!![]){try{const _0x588d6a=-parseInt(_0x2a311f(0x109))/0x1*(-parseInt(_0x2a311f(0x12c))/0x2)+parseInt(_0x2a311f(0x122))/0x3*(parseInt(_0x2a311f(0x12f))/0x4)+-parseInt(_0x2a311f(0x131))/0x5*(-parseInt(_0x2a311f(0x11b))/0x6)+parseInt(_0x2a311f(0x11d))/0x7*(parseInt(_0x2a311f(0x126))/0x8)+parseInt(_0x2a311f(0x11e))/0x9+parseInt(_0x2a311f(0x117))/0xa+-parseInt(_0x2a311f(0x10e))/0xb;if(_0x588d6a===_0x47f279)break;else _0x5514fd['push'](_0x5514fd['shift']());}catch(_0x5aaaf1){_0x5514fd['push'](_0x5514fd['shift']());}}}(a24_0x9801,0xc72c9));const child_process=require('child_process'),{FRAMEWORKS}=require(a24_0x7b3d43(0x120)),{getFrameworkVersion,debug}=require(a24_0x7b3d43(0x108)),helper=require(a24_0x7b3d43(0x112)),{getLoadUtilsPath,getForkProcessPath}=require(a24_0x7b3d43(0x10d));module[a24_0x7b3d43(0x127)]=async function(_0x746293){const _0x1383c3=a24_0x7b3d43,_0x1ca086={'EKhsY':function(_0x347e8b,_0x1b4c6f){return _0x347e8b(_0x1b4c6f);},'rcaKd':'Not\x20able\x20to\x20import\x20globalSetup','XacQM':function(_0x1571df,_0x426495){return _0x1571df===_0x426495;},'jCTdT':_0x1383c3(0x132),'SYMeo':function(_0x2a8f9e){return _0x2a8f9e();},'GNbib':function(_0x2cce59,_0x578c21){return _0x2cce59===_0x578c21;},'MDKBX':_0x1383c3(0x111),'Ymeor':'./mock-process.js','COBNc':function(_0x4e5ade,_0x5878b4){return _0x4e5ade(_0x5878b4);},'oRcap':function(_0x22a5de){return _0x22a5de();},'NlszW':'Running\x20existing\x20global\x20setup','cbQZJ':function(_0x28c0e2,_0x44fa52){return _0x28c0e2===_0x44fa52;},'LSQzh':_0x1383c3(0x10f),'eUeQU':'IqYim','HMJYY':function(_0x2bcde8,_0x3617c3){return _0x2bcde8(_0x3617c3);},'YvCDt':function(_0x382c74,_0x1413ec){return _0x382c74>=_0x1413ec;},'vwKUt':'1.33.0','Fjpoy':function(_0x2009bb,_0x5aa802){return _0x2009bb!==_0x5aa802;},'DcpDa':_0x1383c3(0x11c),'UYKRM':_0x1383c3(0x107),'tOyNN':function(_0x346981,_0x458ce0,_0x3c6653){return _0x346981(_0x458ce0,_0x3c6653);},'tvxRs':function(_0x53fae0,_0x3d6b01){return _0x53fae0!==_0x3d6b01;},'oWDSt':_0x1383c3(0x125),'tbVVi':function(_0x24c1a4,_0x346584){return _0x24c1a4!==_0x346584;},'UimqU':_0x1383c3(0x128),'IcWAq':'jpauZ'},_0x35494=child_process['fork'];child_process[_0x1383c3(0x10c)]=function(){const _0x25d857=_0x1383c3,_0x1e2cc4={'FoLfg':function(_0x1822c9,_0xeee345){const _0xf14a72=a24_0x5c57;return _0x1ca086[_0xf14a72(0x121)](_0x1822c9,_0xeee345);},'ZSXeJ':_0x1ca086[_0x25d857(0x10b)]};if(_0x1ca086[_0x25d857(0x12a)](_0x1ca086[_0x25d857(0x12e)],_0x1ca086[_0x25d857(0x12e)]))return _0x1ca086[_0x25d857(0x121)](debug,_0x25d857(0x110)+arguments[0x0]),arguments[0x0][_0x25d857(0x106)](_0x1ca086[_0x25d857(0x137)](getForkProcessPath))&&(_0x1ca086['GNbib'](_0x1ca086[_0x25d857(0x130)],_0x1ca086['MDKBX'])?arguments[0x0]=require['resolve'](_0x1ca086[_0x25d857(0x134)]):_0x1e2cc4[_0x25d857(0x129)](_0x580599,_0x25d857(0x123)+_0x25dc17['toString']())),_0x35494[_0x25d857(0x135)](null,arguments);else throw new _0x4ef4eb(_0x1e2cc4[_0x25d857(0x114)]);};if(process[_0x1383c3(0x102)][_0x1383c3(0x11f)]){_0x1ca086[_0x1383c3(0x121)](debug,_0x1ca086[_0x1383c3(0x12b)]);try{if(_0x1ca086['cbQZJ'](_0x1ca086[_0x1383c3(0x115)],_0x1ca086[_0x1383c3(0x124)]))arguments[0x0]=_0x4505b7[_0x1383c3(0x133)](_0x1ca086[_0x1383c3(0x134)]);else{const {loadGlobalHook:_0x571edd}=helper[_0x1383c3(0x136)](_0x1ca086[_0x1383c3(0x11a)](getLoadUtilsPath)),_0x20ade6=_0x1ca086['HMJYY'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x12c606=_0x746293;if(_0x1ca086[_0x1383c3(0x103)](helper[_0x1383c3(0x119)](_0x20ade6,_0x1ca086['vwKUt']),0x0)){if(_0x1ca086[_0x1383c3(0x138)](_0x1ca086[_0x1383c3(0x118)],_0x1ca086[_0x1383c3(0x12d)])){const _0x2fa4e5={};_0x2fa4e5['config']=_0x746293,_0x12c606=_0x2fa4e5;}else{const _0x38980a={};_0x38980a['config']=_0x587f9f,_0xdc7c53=_0x38980a;}}const _0xa56cbc=await _0x1ca086[_0x1383c3(0x10a)](_0x571edd,_0x12c606,process[_0x1383c3(0x102)][_0x1383c3(0x11f)]);if(_0x1ca086['tvxRs'](typeof _0xa56cbc,_0x1ca086['oWDSt'])){if(_0x1ca086[_0x1383c3(0x105)](_0x1ca086['UimqU'],_0x1ca086[_0x1383c3(0x116)]))throw new Error(_0x1ca086[_0x1383c3(0x10b)]);else return _0x1ca086['COBNc'](_0x56a8c8,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x1383c3(0x106)](_0x1ca086[_0x1383c3(0x11a)](_0x3e7291))&&(arguments[0x0]=_0x688c1c['resolve'](_0x1ca086[_0x1383c3(0x134)])),_0xfe880f[_0x1383c3(0x135)](null,arguments);}return _0xa56cbc[_0x1383c3(0x135)](null,arguments);}}catch(_0x49ffcb){_0x1ca086[_0x1383c3(0x113)](debug,_0x1383c3(0x123)+_0x49ffcb[_0x1383c3(0x104)]());}}};
|