browserstack-node-sdk 1.46.7 → 1.46.8
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/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/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.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/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.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/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.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-observability.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/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.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/load/index.js +1 -1
- package/src/bin/load/loadUtils.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/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.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/playwright/sessionDetails.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/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.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/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.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/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/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/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a33_0x10ca24=a33_0x142f;(function(_0x1de251,_0x11c602){const _0x2d5993=a33_0x142f,_0x17ba1b=_0x1de251();while(!![]){try{const _0x59bac7=parseInt(_0x2d5993(0x9b))/0x1*(parseInt(_0x2d5993(0xce))/0x2)+-parseInt(_0x2d5993(0xb4))/0x3*(-parseInt(_0x2d5993(0xe0))/0x4)+-parseInt(_0x2d5993(0x8d))/0x5+-parseInt(_0x2d5993(0xde))/0x6+-parseInt(_0x2d5993(0xb9))/0x7+parseInt(_0x2d5993(0xbb))/0x8*(-parseInt(_0x2d5993(0x83))/0x9)+parseInt(_0x2d5993(0x7f))/0xa*(parseInt(_0x2d5993(0x80))/0xb);if(_0x59bac7===_0x11c602)break;else _0x17ba1b['push'](_0x17ba1b['shift']());}catch(_0xe0d003){_0x17ba1b['push'](_0x17ba1b['shift']());}}}(a33_0x258a,0x237f1));const logger=require(a33_0x10ca24(0xba))['winstonLogger'],helper=require(a33_0x10ca24(0xad)),constants=require(a33_0x10ca24(0xed)),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a33_0x10ca24(0xd9)),{setAccessibilityCapabilities,setExtension}=require(a33_0x10ca24(0xbe)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a33_0x10ca24(0xe9)),globals=require(a33_0x10ca24(0xa0)),{overrideExecute}=require(a33_0x10ca24(0xb6)),modify=(_0x185c95,_0xfa118f=null,_0x3e3028=![])=>{const _0x2bed40=a33_0x10ca24,_0x8a6182={'HtsDM':function(_0x2da519,_0x248748){return _0x2da519!==_0x248748;},'oNdRj':_0x2bed40(0xd7),'nVLSU':function(_0x52604b,_0x78c2c6){return _0x52604b+_0x78c2c6;},'Gfkch':function(_0x142118,_0x165d6b){return _0x142118+_0x165d6b;},'XTRtJ':_0x2bed40(0x91),'oOOpj':_0x2bed40(0x90),'ARNTc':_0x2bed40(0xc3),'vRTwy':_0x2bed40(0xc2),'eRlch':'ms:edgeOptions','Fdbql':'edgeOptions','aTkdr':_0x2bed40(0xa8),'vsVVt':_0x2bed40(0xd6),'WTTUm':'safari.options','jyYbW':_0x2bed40(0xb0),'HBtLf':_0x2bed40(0x9f),'qgaCz':function(_0x86c17d,_0x5b7bd6){return _0x86c17d===_0x5b7bd6;},'mGEVm':'object','uAlce':_0x2bed40(0xbc),'SHVEP':function(_0x427641,_0x31c180,_0x16e50e){return _0x427641(_0x31c180,_0x16e50e);},'SIskU':function(_0x1f883d,_0x1f32f9){return _0x1f883d(_0x1f32f9);},'COXqF':'optimalHubUrl','SwatP':_0x2bed40(0xdb),'avlZY':_0x2bed40(0x8e),'nwXXr':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','brHqr':function(_0x2286c3){return _0x2286c3();},'NDEkZ':_0x2bed40(0xcf),'JPdjg':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ghxej':_0x2bed40(0xdc)},_0x502355=helper[_0x2bed40(0x94)]();let _0x4b5a30;try{_0x4b5a30=helper[_0x2bed40(0xc5)](),_0x4b5a30['originalBuilder']&&(_0x4b5a30[_0x2bed40(0xcc)]=_0x4b5a30[_0x2bed40(0xd3)]);}catch(_0x8b67fb){return;}if(helper[_0x2bed40(0xe6)]()){const _0xa661c0={};_0xa661c0[_0x2bed40(0x82)]=_0x185c95[_0x2bed40(0xb2)],helper[_0x2bed40(0xd4)](_0xa661c0,new Map(),new Map()),logger[_0x2bed40(0xc6)](_0x8a6182[_0x2bed40(0xbf)]),logger['debug'](_0x8a6182[_0x2bed40(0xa3)]);}class _0x326036 extends _0x502355['HttpClient']{[_0x2bed40(0x98)](_0x51e76a){const _0x735b6c=_0x2bed40;if(_0x8a6182['HtsDM'](_0x51e76a['path'],_0x8a6182[_0x735b6c(0xb8)])&&_0x8a6182[_0x735b6c(0xca)](global[_0x735b6c(0xb1)],''))try{global[_0x735b6c(0xb1)]=_0x8a6182[_0x735b6c(0xc0)](_0x8a6182['Gfkch'](_0x8a6182['XTRtJ'],global[_0x735b6c(0xb1)]),_0x8a6182[_0x735b6c(0xec)]),this[_0x735b6c(0x86)]=hubAllocator[_0x735b6c(0xd5)](global['newHubUrl']),logger[_0x735b6c(0xd8)](_0x735b6c(0xe7)+global[_0x735b6c(0xb1)]),global['newHubUrl']='';}catch(_0x12483c){logger[_0x735b6c(0xdd)](_0x12483c);}return super['send'](_0x51e76a);}}class _0x44fdd8 extends _0x4b5a30[_0x2bed40(0xcc)]{[_0x2bed40(0xc4)](){const _0x223286=_0x2bed40;return this['url_']=helper['getHubUrl'](_0x185c95),logger[_0x223286(0xd8)]('Hub\x20url\x20set\x20to\x20'+this[_0x223286(0xef)]),this;}[_0x2bed40(0xaa)](_0x3b071d){const _0x35f626=_0x2bed40;let _0x3dd3a2={};for(const _0x31f4de in _0x3b071d){switch(_0x31f4de){case _0x8a6182[_0x35f626(0xd1)]:case _0x8a6182['vRTwy']:this[_0x35f626(0xeb)]&&(_0x3dd3a2=this['chromeOptions_'][_0x35f626(0x89)](this[_0x35f626(0xeb)][_0x35f626(0x88)])||{},this['chromeOptions_'][_0x35f626(0x84)](this['chromeOptions_'][_0x35f626(0x88)],helper[_0x35f626(0xc1)](_0x3dd3a2,_0x3b071d[_0x31f4de])));break;case _0x8a6182['eRlch']:case _0x8a6182[_0x35f626(0x93)]:this[_0x35f626(0xb3)]&&(_0x3dd3a2=this[_0x35f626(0xb3)][_0x35f626(0x89)](this[_0x35f626(0xb3)]['CAPABILITY_KEY'])||{},this[_0x35f626(0xb3)][_0x35f626(0x84)](this[_0x35f626(0xb3)][_0x35f626(0x88)],helper[_0x35f626(0xc1)](_0x3dd3a2,_0x3b071d[_0x31f4de])));break;case _0x8a6182[_0x35f626(0x8b)]:case _0x8a6182[_0x35f626(0x85)]:this[_0x35f626(0x9e)]&&(_0x3dd3a2=this['firefoxOptions_'][_0x35f626(0x89)](this[_0x35f626(0x9e)]['CAPABILITY_KEY'])||{},this[_0x35f626(0x9e)][_0x35f626(0x84)](this[_0x35f626(0x9e)][_0x35f626(0x88)],helper['mergeDeep'](_0x3dd3a2,_0x3b071d[_0x31f4de])));break;case _0x8a6182[_0x35f626(0xdf)]:this[_0x35f626(0x8c)]&&(_0x3dd3a2=this[_0x35f626(0x8c)][_0x35f626(0x89)](this[_0x35f626(0x8c)][_0x35f626(0x88)])||{},this['safariOptions_'][_0x35f626(0x84)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x35f626(0xc1)](_0x3dd3a2,_0x3b071d[_0x31f4de])));break;case _0x8a6182[_0x35f626(0xcb)]:case _0x8a6182[_0x35f626(0x95)]:this[_0x35f626(0xda)]&&(_0x3dd3a2=this[_0x35f626(0xda)]['get'](this[_0x35f626(0xda)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0x35f626(0x84)](this[_0x35f626(0xda)][_0x35f626(0x88)],helper[_0x35f626(0xc1)](_0x3dd3a2,_0x3b071d[_0x31f4de])));break;}}}[_0x2bed40(0xe8)](){const _0x212d4f=_0x2bed40;return logger[_0x212d4f(0xd8)](_0x8a6182['uAlce']),this['__setBrowserOptions'](_0x185c95['capability']),Object[_0x212d4f(0xa7)](_0x185c95[_0x212d4f(0xae)])['forEach'](_0x4ac086=>{const _0x5527f0=_0x212d4f,_0xae54ba=this[_0x5527f0(0xb5)]['get'](_0x4ac086);_0x8a6182['qgaCz'](typeof _0xae54ba,_0x8a6182[_0x5527f0(0xea)])?this['capabilities_'][_0x5527f0(0x84)](_0x4ac086,helper['mergeDeep'](_0xae54ba,_0x185c95[_0x5527f0(0xae)][_0x4ac086])):this[_0x5527f0(0xb5)][_0x5527f0(0x84)](_0x4ac086,_0x185c95[_0x5527f0(0xae)][_0x4ac086]);}),this;}['build'](){const _0x5394ad=_0x2bed40,_0x184cdb={'sNhAZ':_0x8a6182[_0x5394ad(0xb7)],'qcqmT':_0x8a6182[_0x5394ad(0xf0)],'DmstT':function(_0x8fe937,_0x202b0d,_0x4d03bc){const _0x52005c=_0x5394ad;return _0x8a6182[_0x52005c(0x9c)](_0x8fe937,_0x202b0d,_0x4d03bc);}};if(helper['isBrowserstackInfra']()){const _0x2de52d=_0x8a6182[_0x5394ad(0x9d)]['split']('|');let _0x322bad=0x0;while(!![]){switch(_0x2de52d[_0x322bad++]){case'0':logger[_0x5394ad(0xd8)](_0x8a6182[_0x5394ad(0xac)]);continue;case'1':_0x8a6182['brHqr'](isAccessibilityAutomationSession)&&_0x8a6182[_0x5394ad(0x9a)](setAccessibilityCapabilities,_0x185c95);continue;case'2':if(helper[_0x5394ad(0xc8)](_0x185c95[_0x5394ad(0xc9)]['proxyUrl']))this[_0x5394ad(0x92)]=helper[_0x5394ad(0xd2)](_0x185c95['proxySettings'][_0x5394ad(0x96)]);else _0x185c95[_0x5394ad(0xc9)]['proxyUrl']&&(this['proxy_']=_0x185c95['proxySettings'][_0x5394ad(0x96)],logger[_0x5394ad(0xd8)](_0x5394ad(0x81)+this['proxy_']));continue;case'3':globals[_0x5394ad(0xab)](_0x8a6182[_0x5394ad(0xe3)])&&(!_0x8a6182[_0x5394ad(0x9c)](setExtension,this,_0x185c95)&&globals['setGlobal'](_0x8a6182[_0x5394ad(0xe3)],![]));continue;case'4':this['setCapabilities']();continue;case'5':this['setServer']();continue;}break;}}const _0x54a87e=super[_0x5394ad(0x87)]();return _0x54a87e[_0x5394ad(0xa4)][_0x5394ad(0xe4)](_0x1a80d6=>{const _0x5b1654=_0x5394ad;try{const _0x160d5e=_0x1a80d6['caps_'][_0x5b1654(0x89)](_0x184cdb[_0x5b1654(0xa9)]);_0x160d5e?(logger[_0x5b1654(0xd8)](_0x5b1654(0xe5)+_0x160d5e),hubAllocator['updateHubUrl'](_0x160d5e),helper[_0x5b1654(0xe2)](_0x160d5e)):logger[_0x5b1654(0xd8)](_0x184cdb[_0x5b1654(0xd0)]);}catch(_0x4f7025){logger[_0x5b1654(0xd8)](_0x5b1654(0x8a)+_0x4f7025);}}),_0x54a87e['quitCount_']=0x0,_0x54a87e[_0x5394ad(0xe4)]&&_0x54a87e[_0x5394ad(0xe4)](_0x494e43=>{const _0x3687f7=_0x5394ad,_0x2be682={'PQFTz':function(_0x1c5afa,_0x44fdc6,_0x148202){return _0x8a6182['SHVEP'](_0x1c5afa,_0x44fdc6,_0x148202);}};_0x8a6182[_0x3687f7(0x9c)](overrideQuit,_0x494e43,_0x54a87e),_0x8a6182[_0x3687f7(0x9a)](overrideTakeScreenshot,_0x494e43),helper[_0x3687f7(0xc7)](_0x494e43,_0x185c95),_0x8a6182[_0x3687f7(0x9c)](overrideExecute,_0x494e43,_0x185c95),_0x494e43['getAccessibilityResultsSummary']=async()=>{const _0x523e97=_0x3687f7;return await _0x2be682[_0x523e97(0x99)](getAccessibilityResultsSummary,_0x494e43,global);},_0x494e43[_0x3687f7(0xe1)]=async()=>{const _0x4baeaa=_0x3687f7;return await _0x184cdb[_0x4baeaa(0x8f)](getAccessibilityResults,_0x494e43,global);};}),_0x54a87e[_0x5394ad(0xee)]=async()=>{const _0x55581e=_0x5394ad;return await _0x184cdb[_0x55581e(0x8f)](getAccessibilityResultsSummary,_0x54a87e,global);},_0x54a87e[_0x5394ad(0xe1)]=async()=>{const _0x894529=_0x5394ad;return await _0x184cdb[_0x894529(0x8f)](getAccessibilityResults,_0x54a87e,global);},_0x8a6182[_0x5394ad(0x9a)](overrideTakeScreenshot,_0x54a87e),_0x8a6182[_0x5394ad(0x9a)](overrideQuit,_0x54a87e),helper['overrideGet'](_0x54a87e,_0x185c95),_0x8a6182['SHVEP'](overrideExecute,_0x54a87e,_0x185c95),helper[_0x5394ad(0xcd)](global['__driversArray'])&&(global['__driversArray']=[]),helper['isUndefined'](global['__drivers'])&&(global['__drivers']=[]),global['__driversArray'][_0x5394ad(0xa1)](_0x54a87e),global[_0x5394ad(0xbd)]=_0x54a87e,_0x8a6182[_0x5394ad(0xca)](global[_0x5394ad(0x97)],undefined)&&global[_0x5394ad(0x97)][_0x5394ad(0xa1)](_0x54a87e),_0xfa118f&&helper[_0x5394ad(0xcd)](_0xfa118f['global'][_0x5394ad(0xa2)])&&(_0xfa118f[_0x5394ad(0xf1)][_0x5394ad(0xa2)]=[]),_0xfa118f&&_0x8a6182[_0x5394ad(0xca)](_0xfa118f['global'][_0x5394ad(0x97)],undefined)&&(_0xfa118f[_0x5394ad(0xf1)][_0x5394ad(0x97)][_0x5394ad(0xa1)](_0x54a87e),_0xfa118f[_0x5394ad(0xf1)][_0x5394ad(0xa2)][_0x5394ad(0xa1)](_0x54a87e)),_0x54a87e;}}return _0x4b5a30[_0x2bed40(0xd3)]=_0x4b5a30[_0x2bed40(0xcc)],_0x4b5a30['Builder']=_0x44fdd8,_0x502355[_0x2bed40(0xaf)]=_0x326036,_0x4b5a30;};function a33_0x142f(_0x1d9174,_0x20c7a0){const _0x258ac3=a33_0x258a();return a33_0x142f=function(_0x142f75,_0x13eb28){_0x142f75=_0x142f75-0x7f;let _0x2188e3=_0x258ac3[_0x142f75];return _0x2188e3;},a33_0x142f(_0x1d9174,_0x20c7a0);}function a33_0x258a(){const _0x5ab882=['Proxy\x20set\x20to\x20','logLevel','1833669kJrmGI','set','vsVVt','options_','build','CAPABILITY_KEY','get','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','aTkdr','safariOptions_','281605LOojcN','1|5|4|2|3|0','DmstT','/wd/hub','https://','agent_','Fdbql','requireHttpClient','HBtLf','proxyUrl','__drivers','send','PQFTz','SIskU','67810dTjKJV','SHVEP','avlZY','firefoxOptions_','ieOptions','../../../helpers/globals','push','__driversArray','ghxej','session_','exports','browserstackAgentObservability','keys','moz:firefoxOptions','sNhAZ','__setBrowserOptions','getGlobal','nwXXr','../../../helpers/helper','capability','HttpClient','se:ieOptions','newHubUrl','browserStackLogLevel','edgeOptions_','42ajlnfh','capabilities_','./helpers/patchHelper','COXqF','oNdRj','1543605odcmWG','../../../helpers/logger','8ynszPt','Setting\x20Browserstack\x20capabilities','__driver','../accessibility-automation/helper','JPdjg','nVLSU','mergeDeep','chromeOptions','goog:chromeOptions','setServer','requireSeleniumWebdriver','info','overrideGet','isPacProxy','proxySettings','HtsDM','jyYbW','Builder','isUndefined','2nhNjeq','isAccessibilityPlatform','qcqmT','ARNTc','getHttpAgent','originalBuilder','setLogLevel','getRequestOptions','firefoxOptions','/session','debug','../../../helpers/patchHelpers','ieOptions_','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Modifying\x20webdriver\x20builder','error','1316706nFcCtM','WTTUm','65008mPtYNk','getAccessibilityResults','storeOptimalHubUrl','NDEkZ','then','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','isBrowserstackInfra','New\x20hub\x20url\x20set\x20to\x20','setCapabilities','../../../helpers/accessibility-automation/helper','mGEVm','chromeOptions_','oOOpj','../../../bin/utils/constants','getAccessibilityResultsSummary','url_','SwatP','global','1833610QbVINR','33HpebjA'];a33_0x258a=function(){return _0x5ab882;};return a33_0x258a();}module[a33_0x10ca24(0xa5)][a33_0x10ca24(0xa6)]=modify;
|
|
1
|
+
const a33_0x4f07df=a33_0x1d4a;function a33_0x69f7(){const _0x391f08=['object','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','error','isBrowserstackInfra','debug','ieOptions','26PbaJIS','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','2197722nmPkLS','set','global','setCapabilities','488TauvHY','__setBrowserOptions','setGlobal','exports','mergeDeep','quitCount_','firefoxOptions','url_','103439PhTPQq','iFFcs','KdiAb','IBUQW','zciYi','wzfuY','OWbaM','overrideGet','/session','originalBuilder','push','YPana','optimalHubUrl','PBwUo','5056140StqrGg','ieOptions_','storeOptimalHubUrl','build','../../../helpers/helper','requireSeleniumWebdriver','getAccessibilityResults','chromeOptions','forEach','aFeXy','8191860gYHIMT','capabilities_','getAccessibilityResultsSummary','__drivers','eeixv','Proxy\x20set\x20to\x20','proxy_','goog:chromeOptions','wkmFY','ADZFf','edgeOptions','27005112aBoHKq','https://','proxySettings','split','options_','chromeOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','send','safari.options','New\x20hub\x20url\x20set\x20to\x20','./helpers/patchHelper','edgeOptions_','../../../hubAllocationMethods','keys','HttpClient','get','__driver','weehe','agent_','getGlobal','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','mYDGL','getRequestOptions','logLevel','SuOMR','newHubUrl','3948452PAllHN','oDAJo','safariOptions_','path','kDfAA','ms:edgeOptions','Hub\x20url\x20set\x20to\x20','WthxK','ntaSt','capability','../accessibility-automation/helper','browserstackAgentObservability','1|0|2|4|5|3','proxyUrl','zBMXH','isPacProxy','CAPABILITY_KEY','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Builder','VuHCt','63419iNjPHH','isUndefined','ttrJJ','winstonLogger','nEbEz','updateHubUrl','PwPbz','dAtnK','DfpQC','moz:firefoxOptions','hBSzi','firefoxOptions_','Setting\x20Browserstack\x20capabilities','setServer','requireHttpClient','getHubUrl','then','../../../helpers/logger','FrcHu','irPoL','PlgFf','__driversArray'];a33_0x69f7=function(){return _0x391f08;};return a33_0x69f7();}(function(_0x315755,_0xec1517){const _0x549750=a33_0x1d4a,_0x3e68da=_0x315755();while(!![]){try{const _0x3d27f0=-parseInt(_0x549750(0x1ec))/0x1*(-parseInt(_0x549750(0x18d))/0x2)+parseInt(_0x549750(0x18f))/0x3+-parseInt(_0x549750(0x1d8))/0x4+parseInt(_0x549750(0x1a9))/0x5+parseInt(_0x549750(0x1b3))/0x6+parseInt(_0x549750(0x19b))/0x7*(parseInt(_0x549750(0x193))/0x8)+-parseInt(_0x549750(0x1be))/0x9;if(_0x3d27f0===_0xec1517)break;else _0x3e68da['push'](_0x3e68da['shift']());}catch(_0x1a8fa9){_0x3e68da['push'](_0x3e68da['shift']());}}}(a33_0x69f7,0xcedab));function a33_0x1d4a(_0xf063fa,_0x118b96){const _0x69f78e=a33_0x69f7();return a33_0x1d4a=function(_0x1d4a44,_0x3701b3){_0x1d4a44=_0x1d4a44-0x174;let _0x11777f=_0x69f78e[_0x1d4a44];return _0x11777f;},a33_0x1d4a(_0xf063fa,_0x118b96);}const logger=require(a33_0x4f07df(0x182))[a33_0x4f07df(0x174)],helper=require(a33_0x4f07df(0x1ad)),constants=require('../../../bin/utils/constants'),hubAllocator=require(a33_0x4f07df(0x1ca)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a33_0x4f07df(0x1e2)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require('../../../helpers/globals'),{overrideExecute}=require(a33_0x4f07df(0x1c8)),modify=(_0x5b33c0,_0x5da816=null,_0x50774b=![])=>{const _0x495d88=a33_0x4f07df,_0x4dce0f={'hyvFg':function(_0x979657,_0x30471b){return _0x979657!==_0x30471b;},'lvEXc':_0x495d88(0x1a3),'ElglS':function(_0x304a6e,_0x4e6702){return _0x304a6e!==_0x4e6702;},'wkmFY':function(_0x2f40d1,_0x50e133){return _0x2f40d1+_0x50e133;},'SuOMR':_0x495d88(0x1bf),'hBSzi':'/wd/hub','rBjcC':_0x495d88(0x1ba),'ZNRFe':_0x495d88(0x1b0),'dAtnK':_0x495d88(0x1dd),'kDfAA':_0x495d88(0x1bd),'mYDGL':_0x495d88(0x17a),'FrcHu':_0x495d88(0x199),'tdxft':_0x495d88(0x1c6),'OWbaM':'se:ieOptions','aFeXy':_0x495d88(0x18c),'AZazl':function(_0x2d0c67,_0x31b9bf){return _0x2d0c67===_0x31b9bf;},'ntaSt':_0x495d88(0x187),'zciYi':_0x495d88(0x17d),'IBUQW':function(_0x142c97,_0x51709f,_0x2863b5){return _0x142c97(_0x51709f,_0x2863b5);},'KdiAb':function(_0x58e0fa,_0x585bb6,_0x58662a){return _0x58e0fa(_0x585bb6,_0x58662a);},'PBwUo':function(_0x127441,_0x340b88,_0x5631ed){return _0x127441(_0x340b88,_0x5631ed);},'oDAJo':function(_0x1c7bad,_0x1f58d9){return _0x1c7bad(_0x1f58d9);},'PlgFf':function(_0x236ae8,_0xaac52f,_0x420c51){return _0x236ae8(_0xaac52f,_0x420c51);},'irPoL':_0x495d88(0x1a7),'weehe':_0x495d88(0x1e9),'QZrVK':function(_0x2eefce,_0x3dcadc,_0x18b6e2){return _0x2eefce(_0x3dcadc,_0x18b6e2);},'nEbEz':_0x495d88(0x1e4),'eeixv':function(_0x1eed46){return _0x1eed46();},'YPana':function(_0x15e834,_0x2c9c1e){return _0x15e834(_0x2c9c1e);},'iFFcs':_0x495d88(0x188),'zBMXH':'isAccessibilityPlatform','VuHCt':function(_0x3d70af,_0x26e609){return _0x3d70af(_0x26e609);},'vYKwa':function(_0x406506,_0x2526a0){return _0x406506!==_0x2526a0;},'ADZFf':function(_0x18afce,_0x4be6f9){return _0x18afce!==_0x4be6f9;},'PwPbz':_0x495d88(0x18e),'ttrJJ':'Modifying\x20webdriver\x20builder'},_0x31829d=helper[_0x495d88(0x17f)]();let _0xd2e4f5;try{_0xd2e4f5=helper[_0x495d88(0x1ae)](),_0xd2e4f5[_0x495d88(0x1a4)]&&(_0xd2e4f5[_0x495d88(0x1ea)]=_0xd2e4f5['originalBuilder']);}catch(_0x39212b){return;}if(helper[_0x495d88(0x18a)]()){const _0x39da92={};_0x39da92[_0x495d88(0x1d5)]=_0x5b33c0['browserStackLogLevel'],helper['setLogLevel'](_0x39da92,new Map(),new Map()),logger['info'](_0x4dce0f[_0x495d88(0x177)]),logger[_0x495d88(0x18b)](_0x4dce0f[_0x495d88(0x1ee)]);}class _0x1b19fd extends _0x31829d[_0x495d88(0x1cc)]{['send'](_0x2b71fa){const _0x366cc1=_0x495d88;if(_0x4dce0f['hyvFg'](_0x2b71fa[_0x366cc1(0x1db)],_0x4dce0f['lvEXc'])&&_0x4dce0f['ElglS'](global[_0x366cc1(0x1d7)],''))try{global[_0x366cc1(0x1d7)]=_0x4dce0f[_0x366cc1(0x1bb)](_0x4dce0f[_0x366cc1(0x1bb)](_0x4dce0f[_0x366cc1(0x1d6)],global['newHubUrl']),_0x4dce0f[_0x366cc1(0x17b)]),this[_0x366cc1(0x1c2)]=hubAllocator[_0x366cc1(0x1d4)](global[_0x366cc1(0x1d7)]),logger[_0x366cc1(0x18b)](_0x366cc1(0x1c7)+global['newHubUrl']),global[_0x366cc1(0x1d7)]='';}catch(_0x46d15a){logger[_0x366cc1(0x189)](_0x46d15a);}return super[_0x366cc1(0x1c5)](_0x2b71fa);}}class _0xad607 extends _0xd2e4f5[_0x495d88(0x1ea)]{[_0x495d88(0x17e)](){const _0x43e4d1=_0x495d88;return this['url_']=helper[_0x43e4d1(0x180)](_0x5b33c0),logger[_0x43e4d1(0x18b)](_0x43e4d1(0x1de)+this[_0x43e4d1(0x19a)]),this;}[_0x495d88(0x194)](_0x139cea){const _0x273e63=_0x495d88;let _0xfda8db={};for(const _0x30f387 in _0x139cea){switch(_0x30f387){case _0x4dce0f['rBjcC']:case _0x4dce0f['ZNRFe']:this[_0x273e63(0x1c3)]&&(_0xfda8db=this[_0x273e63(0x1c3)][_0x273e63(0x1cd)](this[_0x273e63(0x1c3)][_0x273e63(0x1e8)])||{},this['chromeOptions_'][_0x273e63(0x190)](this['chromeOptions_'][_0x273e63(0x1e8)],helper[_0x273e63(0x197)](_0xfda8db,_0x139cea[_0x30f387])));break;case _0x4dce0f[_0x273e63(0x178)]:case _0x4dce0f[_0x273e63(0x1dc)]:this[_0x273e63(0x1c9)]&&(_0xfda8db=this['edgeOptions_'][_0x273e63(0x1cd)](this[_0x273e63(0x1c9)][_0x273e63(0x1e8)])||{},this[_0x273e63(0x1c9)][_0x273e63(0x190)](this['edgeOptions_'][_0x273e63(0x1e8)],helper[_0x273e63(0x197)](_0xfda8db,_0x139cea[_0x30f387])));break;case _0x4dce0f[_0x273e63(0x1d3)]:case _0x4dce0f[_0x273e63(0x183)]:this['firefoxOptions_']&&(_0xfda8db=this[_0x273e63(0x17c)][_0x273e63(0x1cd)](this[_0x273e63(0x17c)][_0x273e63(0x1e8)])||{},this[_0x273e63(0x17c)]['set'](this[_0x273e63(0x17c)][_0x273e63(0x1e8)],helper[_0x273e63(0x197)](_0xfda8db,_0x139cea[_0x30f387])));break;case _0x4dce0f['tdxft']:this['safariOptions_']&&(_0xfda8db=this[_0x273e63(0x1da)]['get'](this[_0x273e63(0x1da)][_0x273e63(0x1e8)])||{},this[_0x273e63(0x1da)]['set'](this[_0x273e63(0x1da)][_0x273e63(0x1e8)],helper[_0x273e63(0x197)](_0xfda8db,_0x139cea[_0x30f387])));break;case _0x4dce0f[_0x273e63(0x1a1)]:case _0x4dce0f[_0x273e63(0x1b2)]:this[_0x273e63(0x1aa)]&&(_0xfda8db=this[_0x273e63(0x1aa)]['get'](this['ieOptions_'][_0x273e63(0x1e8)])||{},this[_0x273e63(0x1aa)]['set'](this[_0x273e63(0x1aa)]['CAPABILITY_KEY'],helper[_0x273e63(0x197)](_0xfda8db,_0x139cea[_0x30f387])));break;}}}[_0x495d88(0x192)](){const _0x2abf20=_0x495d88;return logger[_0x2abf20(0x18b)](_0x4dce0f[_0x2abf20(0x19f)]),this[_0x2abf20(0x194)](_0x5b33c0[_0x2abf20(0x1e1)]),Object[_0x2abf20(0x1cb)](_0x5b33c0['capability'])[_0x2abf20(0x1b1)](_0x555641=>{const _0x1790ee=_0x2abf20,_0x57f421=this[_0x1790ee(0x1b4)][_0x1790ee(0x1cd)](_0x555641);_0x4dce0f['AZazl'](typeof _0x57f421,_0x4dce0f[_0x1790ee(0x1e0)])?this['capabilities_'][_0x1790ee(0x190)](_0x555641,helper[_0x1790ee(0x197)](_0x57f421,_0x5b33c0[_0x1790ee(0x1e1)][_0x555641])):this[_0x1790ee(0x1b4)][_0x1790ee(0x190)](_0x555641,_0x5b33c0[_0x1790ee(0x1e1)][_0x555641]);}),this;}['build'](){const _0x5d33e0=_0x495d88,_0x5903d8={'baJyJ':_0x4dce0f[_0x5d33e0(0x184)],'wzfuY':_0x4dce0f[_0x5d33e0(0x1cf)],'WthxK':function(_0x44bfb4,_0x3ac4c1,_0x3c4c91){return _0x4dce0f['QZrVK'](_0x44bfb4,_0x3ac4c1,_0x3c4c91);}};if(helper[_0x5d33e0(0x18a)]()){const _0x1fa6aa=_0x4dce0f[_0x5d33e0(0x175)][_0x5d33e0(0x1c1)]('|');let _0x5e7856=0x0;while(!![]){switch(_0x1fa6aa[_0x5e7856++]){case'0':this[_0x5d33e0(0x17e)]();continue;case'1':_0x4dce0f[_0x5d33e0(0x1b7)](isAccessibilityAutomationSession)&&_0x4dce0f[_0x5d33e0(0x1a6)](setAccessibilityCapabilities,_0x5b33c0);continue;case'2':this[_0x5d33e0(0x192)]();continue;case'3':logger[_0x5d33e0(0x18b)](_0x4dce0f[_0x5d33e0(0x19c)]);continue;case'4':if(helper[_0x5d33e0(0x1e7)](_0x5b33c0[_0x5d33e0(0x1c0)][_0x5d33e0(0x1e5)]))this[_0x5d33e0(0x1d0)]=helper['getHttpAgent'](_0x5b33c0['proxySettings'][_0x5d33e0(0x1e5)]);else _0x5b33c0['proxySettings'][_0x5d33e0(0x1e5)]&&(this[_0x5d33e0(0x1b9)]=_0x5b33c0[_0x5d33e0(0x1c0)]['proxyUrl'],logger[_0x5d33e0(0x18b)](_0x5d33e0(0x1b8)+this[_0x5d33e0(0x1b9)]));continue;case'5':globals[_0x5d33e0(0x1d1)](_0x4dce0f[_0x5d33e0(0x1e6)])&&(!_0x4dce0f[_0x5d33e0(0x19e)](setExtension,this,_0x5b33c0)&&globals[_0x5d33e0(0x195)](_0x4dce0f[_0x5d33e0(0x1e6)],![]));continue;}break;}}const _0x2200b7=super[_0x5d33e0(0x1ac)]();return _0x2200b7['session_'][_0x5d33e0(0x181)](_0x252d52=>{const _0x49a096=_0x5d33e0;try{const _0x3dcc74=_0x252d52['caps_']['get'](_0x5903d8['baJyJ']);_0x3dcc74?(logger[_0x49a096(0x18b)](_0x49a096(0x1d2)+_0x3dcc74),hubAllocator[_0x49a096(0x176)](_0x3dcc74),helper[_0x49a096(0x1ab)](_0x3dcc74)):logger[_0x49a096(0x18b)](_0x5903d8[_0x49a096(0x1a0)]);}catch(_0x223952){logger[_0x49a096(0x18b)](_0x49a096(0x1c4)+_0x223952);}}),_0x2200b7[_0x5d33e0(0x198)]=0x0,_0x2200b7[_0x5d33e0(0x181)]&&_0x2200b7[_0x5d33e0(0x181)](_0x1e8e1c=>{const _0x4aaaa7=_0x5d33e0,_0x406445={'DfpQC':function(_0x15b09a,_0x130a8b,_0x4c6943){const _0x3c9917=a33_0x1d4a;return _0x4dce0f[_0x3c9917(0x19e)](_0x15b09a,_0x130a8b,_0x4c6943);},'fFLNz':function(_0x5eec6d,_0x5a79a6,_0x430e56){const _0x4878ff=a33_0x1d4a;return _0x4dce0f[_0x4878ff(0x19d)](_0x5eec6d,_0x5a79a6,_0x430e56);}};_0x4dce0f[_0x4aaaa7(0x1a8)](overrideQuit,_0x1e8e1c,_0x2200b7),_0x4dce0f[_0x4aaaa7(0x1d9)](overrideTakeScreenshot,_0x1e8e1c),helper[_0x4aaaa7(0x1a2)](_0x1e8e1c,_0x5b33c0),_0x4dce0f[_0x4aaaa7(0x185)](overrideExecute,_0x1e8e1c,_0x5b33c0),_0x1e8e1c['getAccessibilityResultsSummary']=async()=>{const _0x17f563=_0x4aaaa7;return await _0x406445[_0x17f563(0x179)](getAccessibilityResultsSummary,_0x1e8e1c,global);},_0x1e8e1c[_0x4aaaa7(0x1af)]=async()=>{return await _0x406445['fFLNz'](getAccessibilityResults,_0x1e8e1c,global);};}),_0x2200b7[_0x5d33e0(0x1b5)]=async()=>{return await _0x5903d8['WthxK'](getAccessibilityResultsSummary,_0x2200b7,global);},_0x2200b7[_0x5d33e0(0x1af)]=async()=>{const _0x644f7d=_0x5d33e0;return await _0x5903d8[_0x644f7d(0x1df)](getAccessibilityResults,_0x2200b7,global);},_0x4dce0f[_0x5d33e0(0x1a6)](overrideTakeScreenshot,_0x2200b7),_0x4dce0f[_0x5d33e0(0x1eb)](overrideQuit,_0x2200b7),helper[_0x5d33e0(0x1a2)](_0x2200b7,_0x5b33c0),_0x4dce0f[_0x5d33e0(0x19d)](overrideExecute,_0x2200b7,_0x5b33c0),helper[_0x5d33e0(0x1ed)](global['__driversArray'])&&(global[_0x5d33e0(0x186)]=[]),helper['isUndefined'](global['__drivers'])&&(global['__drivers']=[]),global[_0x5d33e0(0x186)][_0x5d33e0(0x1a5)](_0x2200b7),global[_0x5d33e0(0x1ce)]=_0x2200b7,_0x4dce0f['vYKwa'](global[_0x5d33e0(0x1b6)],undefined)&&global[_0x5d33e0(0x1b6)]['push'](_0x2200b7),_0x5da816&&helper[_0x5d33e0(0x1ed)](_0x5da816[_0x5d33e0(0x191)][_0x5d33e0(0x186)])&&(_0x5da816[_0x5d33e0(0x191)][_0x5d33e0(0x186)]=[]),_0x5da816&&_0x4dce0f[_0x5d33e0(0x1bc)](_0x5da816[_0x5d33e0(0x191)]['__drivers'],undefined)&&(_0x5da816[_0x5d33e0(0x191)][_0x5d33e0(0x1b6)]['push'](_0x2200b7),_0x5da816[_0x5d33e0(0x191)][_0x5d33e0(0x186)][_0x5d33e0(0x1a5)](_0x2200b7)),_0x2200b7;}}return _0xd2e4f5['originalBuilder']=_0xd2e4f5[_0x495d88(0x1ea)],_0xd2e4f5['Builder']=_0xad607,_0x31829d[_0x495d88(0x1cc)]=_0x1b19fd,_0xd2e4f5;};module[a33_0x4f07df(0x196)][a33_0x4f07df(0x1e3)]=modify;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a34_0x3303(_0x3e2f52,_0x385492){const _0x307f30=a34_0x307f();return a34_0x3303=function(_0x330316,_0x2e0810){_0x330316=_0x330316-0x7c;let _0x4046c0=_0x307f30[_0x330316];return _0x4046c0;},a34_0x3303(_0x3e2f52,_0x385492);}const a34_0xfa185b=a34_0x3303;(function(_0x183dc2,_0x454594){const _0x5f2408=a34_0x3303,_0x525d52=_0x183dc2();while(!![]){try{const _0x4fb7f1=parseInt(_0x5f2408(0x82))/0x1+-parseInt(_0x5f2408(0x7c))/0x2*(-parseInt(_0x5f2408(0x84))/0x3)+parseInt(_0x5f2408(0x85))/0x4*(parseInt(_0x5f2408(0x86))/0x5)+-parseInt(_0x5f2408(0x88))/0x6+-parseInt(_0x5f2408(0x8a))/0x7*(parseInt(_0x5f2408(0x7e))/0x8)+-parseInt(_0x5f2408(0x8b))/0x9*(parseInt(_0x5f2408(0x7f))/0xa)+parseInt(_0x5f2408(0x81))/0xb;if(_0x4fb7f1===_0x454594)break;else _0x525d52['push'](_0x525d52['shift']());}catch(_0x3089cb){_0x525d52['push'](_0x525d52['shift']());}}}(a34_0x307f,0xf2efc));function a34_0x307f(){const _0x4f9853=['../../../helpers/test-observability/utils','9486144HnZFbo','../../../bin/utils/constants','19369Hofffy','2669436mXdHLX','231702zdGOEq','mochaHooks','456FfGJMb','10xxDAHz','HumfP','4383489LkDgwn','299473IJdrTr','restore','30cYIwfL','19324bHjVKo','1215akkMcc'];a34_0x307f=function(){return _0x4f9853;};return a34_0x307f();}const requestSpy=require('../../../helpers/request-spy'),constants=require(a34_0xfa185b(0x89)),{addRequestSpy}=require(a34_0xfa185b(0x87));exports[a34_0xfa185b(0x7d)]={'beforeAll'(){const _0x116463=a34_0xfa185b,_0x4996ae={'HumfP':function(_0x408afe){return _0x408afe();}},_0x4a32ff='browserstack internal helper hook';_0x4996ae[_0x116463(0x80)](addRequestSpy);},'afterAll'(){const _0x23b4c3=a34_0xfa185b,_0x58be04='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0x23b4c3(0x83)]();}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a35_0x2858(_0x3fa924,_0x1cbc9b){const _0x50c406=a35_0x50c4();return a35_0x2858=function(_0x2858da,_0x4c712a){_0x2858da=_0x2858da-0x99;let _0x2bff3c=_0x50c406[_0x2858da];return _0x2bff3c;},a35_0x2858(_0x3fa924,_0x1cbc9b);}const a35_0xbfe522=a35_0x2858;(function(_0x237f67,_0x7a2df){const _0x3ad2f3=a35_0x2858,_0x2e278c=_0x237f67();while(!![]){try{const _0x25bd06=parseInt(_0x3ad2f3(0xd4))/0x1*(parseInt(_0x3ad2f3(0xee))/0x2)+-parseInt(_0x3ad2f3(0xd2))/0x3+parseInt(_0x3ad2f3(0xda))/0x4+-parseInt(_0x3ad2f3(0xec))/0x5+-parseInt(_0x3ad2f3(0xb2))/0x6*(-parseInt(_0x3ad2f3(0x9c))/0x7)+parseInt(_0x3ad2f3(0xe2))/0x8+-parseInt(_0x3ad2f3(0xa8))/0x9*(parseInt(_0x3ad2f3(0xe0))/0xa);if(_0x25bd06===_0x7a2df)break;else _0x2e278c['push'](_0x2e278c['shift']());}catch(_0x88dda1){_0x2e278c['push'](_0x2e278c['shift']());}}}(a35_0x50c4,0x8b105));const {v4:uuidv4}=require(a35_0xbfe522(0xeb)),{name,version}=require(a35_0xbfe522(0xde)),logPatcher=require(a35_0xbfe522(0xbf)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a35_0xbfe522(0xbc)),{getPlatformVersion}=require(a35_0xbfe522(0xd5)),{shouldProcessEventForTesthub}=require(a35_0xbfe522(0xa3)),{isFunction}=require(a35_0xbfe522(0xbb)),{patchConsoleLogger}=require(a35_0xbfe522(0xa2));function a35_0x50c4(){const _0x4c7b29=['CHoiy','uuid','4180855BzbdKk','WrxdL','1113746pUsqvV','_beforeAll','lIESO','browserstack','yBUmT','toJSON','sendPlatformDetails','7cvakmA','OCiSS','fromEntries','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','slice','VHrWo','../../../helpers/test-observability/utils','../../../helpers/testhub/utils','TEST_PLATFORM','forEach','CFOgA','getBrowserVersion','9QnoQUA','RDJOw','hook:','KZBht','getHookDetails','js-','DSspG','hookAnalyticsId','pid','split','3081198oLkKuq','pending','KaPlI','FlNtn','failed','mapTestHooks','ibSgV','filter','FgMOu','lodash','../../../helpers/test-observability/constants','parent','unknown_grid','../../utils/logPatcher','getHookSkippedTests','map_','string','jvZtF','WRWqk','zHkYy','getCapabilities','PKPrH','push','mQXdn','WlnHB','suites','indexOf','get','concat','_beforeEach','tests','hmeDI','104190YdaoEF','_afterEach','2Vtsvcv','../../../helpers/helper','type','markedStatus','state','substring','3213080gqNMVz','zuwmV','getSession','ZmpFO','../../../../package.json','platformVersion','17061770xWekjO','IHjYI','5729072PfOupQ','passed','hook','reduce','_afterAll','getTestEnv','dIShB','__cloud_provider___'];a35_0x50c4=function(){return _0x4c7b29;};return a35_0x50c4();}patchConsoleLogger(),exports[a35_0xbfe522(0xe7)]=()=>{const _0x311ad7=a35_0xbfe522,_0x28632d={'lIESO':'generic','zHkYy':function(_0x41fe52){return _0x41fe52();}};return{'ci':_0x28632d[_0x311ad7(0xf0)],'key':_0x28632d[_0x311ad7(0xc5)](uuidv4),'version':version,'collector':_0x311ad7(0xad)+name};},exports[a35_0xbfe522(0xac)]=_0x3dab85=>{const _0x6ca124=a35_0xbfe522,_0x168e5d={};_0x168e5d[_0x6ca124(0xb4)]=function(_0x5c7293,_0x2c1c3a){return _0x5c7293!==_0x2c1c3a;},_0x168e5d[_0x6ca124(0xc4)]=_0x6ca124(0xc2),_0x168e5d[_0x6ca124(0xa9)]=_0x6ca124(0xaa),_0x168e5d['wPrJY']=_0x6ca124(0xe4);const _0x528267=_0x168e5d;if(!_0x3dab85||_0x528267[_0x6ca124(0xb4)](typeof _0x3dab85,_0x528267[_0x6ca124(0xc4)]))return[null,null];if(_0x528267[_0x6ca124(0xb4)](_0x3dab85[_0x6ca124(0xcc)](_0x528267[_0x6ca124(0xa9)]),-0x1)){const _0x4c3934=_0x3dab85[_0x6ca124(0xb1)](_0x528267[_0x6ca124(0xa9)]);return[_0x4c3934[0x0][_0x6ca124(0xa0)](0x0,-0x1)[_0x6ca124(0xb1)]('\x22')[0x1],_0x4c3934[0x1][_0x6ca124(0xd9)](0x1)];}else{if(_0x528267['KaPlI'](_0x3dab85[_0x6ca124(0xcc)](_0x528267['wPrJY']),-0x1)){const _0x2ec10a=_0x3dab85['split'](_0x528267['wPrJY']);return[_0x2ec10a[0x0]['slice'](0x0,-0x1)[_0x6ca124(0xb1)]('\x22')[0x1],_0x3dab85];}}return[null,null];},exports['getHooksForTest']=_0x2c976b=>{const _0x162630=a35_0xbfe522,_0x2505d7={'yBUmT':function(_0x17b0b5,_0x2554b4){return _0x17b0b5(_0x2554b4);},'KZBht':_0x162630(0xef),'CHoiy':_0x162630(0xe6),'WrxdL':_0x162630(0xcf),'IHjYI':_0x162630(0xd3)};if(!_0x2c976b||!_0x2c976b[_0x162630(0xbd)])return[];const _0x45aad0=[];return[_0x2505d7[_0x162630(0xab)],_0x2505d7[_0x162630(0xea)],_0x2505d7[_0x162630(0xed)],_0x2505d7[_0x162630(0xe1)]][_0x162630(0xa5)](_0x5a1552=>{const _0x429f25=_0x162630,_0x26b0bc=_0x2c976b[_0x429f25(0xbd)][_0x5a1552]||[];_0x26b0bc[_0x429f25(0xa5)](_0x225bdc=>{const _0x352723=_0x429f25;_0x225bdc[_0x352723(0xaf)]&&!_0x2505d7[_0x352723(0x99)](isInternalHook,_0x225bdc['fn'])&&_0x45aad0[_0x352723(0xc8)](_0x225bdc['hookAnalyticsId']);});}),[..._0x45aad0,...exports['getHooksForTest'](_0x2c976b['parent'])];},exports[a35_0xbfe522(0xb7)]=_0x4a95cc=>{const _0x5374c0=a35_0xbfe522,_0xb0355c={'buWMS':function(_0x45add5){return _0x45add5();},'ibSgV':function(_0x18996a,_0x232269){return _0x18996a===_0x232269;},'gJNok':_0x5374c0(0xd3),'xOWcZ':function(_0xea2cb2){return _0xea2cb2();},'DSspG':'_beforeAll','FlNtn':'_afterAll','UbONX':_0x5374c0(0xcf)};if(!_0x4a95cc||!_0x4a95cc[_0x5374c0(0xbd)])return;[_0xb0355c[_0x5374c0(0xae)],_0xb0355c[_0x5374c0(0xb5)],_0xb0355c['UbONX'],_0xb0355c['gJNok']]['forEach'](_0x5b0338=>{const _0x4c8fca=_0x5374c0,_0x35fb9f={'UhLVx':function(_0x133d52){return _0xb0355c['buWMS'](_0x133d52);},'FgMOu':function(_0x4e3e41,_0x143894){const _0x6d7c69=a35_0x2858;return _0xb0355c[_0x6d7c69(0xb8)](_0x4e3e41,_0x143894);},'jvZtF':_0xb0355c['gJNok'],'dIShB':function(_0x66e344){return _0xb0355c['xOWcZ'](_0x66e344);}},_0xdd7a3f=_0x4a95cc[_0x4c8fca(0xbd)][_0x5b0338]||[];_0xdd7a3f[_0x4c8fca(0xa5)](_0x2dcd4a=>{const _0x29f8e3=_0x4c8fca;if(!_0x2dcd4a['hookAnalyticsId'])_0x2dcd4a['hookAnalyticsId']=_0x35fb9f['UhLVx'](uuidv4);else _0x2dcd4a['markedStatus']&&_0x35fb9f[_0x29f8e3(0xba)](_0x5b0338,_0x35fb9f[_0x29f8e3(0xc3)])&&(_0x2dcd4a[_0x29f8e3(0xaf)]=_0x35fb9f[_0x29f8e3(0xe8)](uuidv4),delete _0x2dcd4a[_0x29f8e3(0xd7)]);});}),exports[_0x5374c0(0xb7)](_0x4a95cc[_0x5374c0(0xbd)]);},exports[a35_0xbfe522(0x9b)]=async(_0x521005,_0x1312d6)=>{const _0x16c52f=a35_0xbfe522,_0x4c9eec={'OCiSS':function(_0x238f2a){return _0x238f2a();},'CFOgA':function(_0x4efccd,_0x46cc89){return _0x4efccd(_0x46cc89);},'VHrWo':_0x16c52f(0xdf),'PKPrH':function(_0x4ee707,_0x59bec3){return _0x4ee707===_0x59bec3;},'mQXdn':_0x16c52f(0xf1),'WlnHB':_0x16c52f(0xbe),'MuFuL':_0x16c52f(0xa4)};try{if(!_0x4c9eec[_0x16c52f(0x9d)](shouldProcessEventForTesthub))return;const _0x5f2662=await _0x521005[_0x16c52f(0xc6)](),_0x3723db=await _0x521005[_0x16c52f(0xdc)](),_0x387d44={},_0x53085a=Object[_0x16c52f(0x9e)](_0x3723db[_0x16c52f(0xc6)]()[_0x16c52f(0xc1)]),_0x25fa7a={'product':_0x4c9eec[_0x16c52f(0xa6)](getObservabilityLinkedProductName,_0x53085a),'capabilities':_0x53085a,'platform':_0x5f2662['getPlatform'](),'platform_version':_0x5f2662['get'](_0x4c9eec[_0x16c52f(0xa1)])?_0x5f2662[_0x16c52f(0xcd)](_0x4c9eec[_0x16c52f(0xa1)]):_0x4c9eec[_0x16c52f(0xa6)](getPlatformVersion,_0x4c9eec[_0x16c52f(0xc7)](global['__cloud_provider___'],_0x4c9eec[_0x16c52f(0xc9)])),'browser':_0x5f2662['getBrowserName'](),'browser_version':_0x5f2662[_0x16c52f(0xa7)](),'session_id':_0x3723db[_0x16c52f(0x9a)]()};global[_0x16c52f(0xe9)]?_0x387d44[global['__cloud_provider___']]=_0x25fa7a:_0x387d44[_0x4c9eec[_0x16c52f(0xca)]]=_0x25fa7a,process['emit']('bs:addPlatformDetails:'+process[_0x16c52f(0xb0)],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x4c9eec['MuFuL'],'http_response':_0x387d44,'uuid':_0x1312d6});}catch(_0x5e8cf9){_0x4c9eec[_0x16c52f(0xa6)](debug,_0x16c52f(0x9f)+_0x5e8cf9);}},exports[a35_0xbfe522(0xc0)]=_0x401539=>{const _0x434034=a35_0xbfe522,_0x152fb5={};_0x152fb5[_0x434034(0xdb)]=function(_0x1e14d3,_0x51417f){return _0x1e14d3!==_0x51417f;},_0x152fb5[_0x434034(0xdd)]=_0x434034(0xe4),_0x152fb5['yCRuE']=_0x434034(0xe3),_0x152fb5[_0x434034(0xd1)]=_0x434034(0xb6);const _0x2c9fc1=_0x152fb5,_0x545bd8=_0x401539[_0x434034(0xcb)][_0x434034(0xe5)]((_0x382184,_0x237eef)=>{const _0x171db3=_0x434034,_0x4150ba=exports[_0x171db3(0xc0)](_0x237eef);return _0x4150ba&&(_0x382184=_0x382184[_0x171db3(0xce)](_0x4150ba)),_0x382184;},[]),_0x2dfeb2=_0x401539[_0x434034(0xd0)][_0x434034(0xb9)](_0x32cc0c=>{const _0xd03d49=_0x434034,_0x527664=_0x2c9fc1['zuwmV'](_0x32cc0c[_0xd03d49(0xd6)],_0x2c9fc1['ZmpFO'])&&!_0x32cc0c[_0xd03d49(0xd7)]&&_0x2c9fc1[_0xd03d49(0xdb)](_0x32cc0c[_0xd03d49(0xd8)],_0x2c9fc1['yCRuE'])&&_0x2c9fc1['zuwmV'](_0x32cc0c[_0xd03d49(0xd8)],_0x2c9fc1[_0xd03d49(0xd1)])&&!_0x32cc0c[_0xd03d49(0xb3)];return _0x527664;});return _0x2dfeb2[_0x434034(0xce)](_0x545bd8);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a36_0x66909d=a36_0x3a10;(function(_0x3515a5,_0x1f8844){const _0x62dfc9=a36_0x3a10,_0x13c320=_0x3515a5();while(!![]){try{const _0x4d7b76=parseInt(_0x62dfc9(0x122))/0x1+parseInt(_0x62dfc9(0x13f))/0x2+parseInt(_0x62dfc9(0x117))/0x3+parseInt(_0x62dfc9(0x10b))/0x4*(parseInt(_0x62dfc9(0x127))/0x5)+parseInt(_0x62dfc9(0x195))/0x6+-parseInt(_0x62dfc9(0x177))/0x7+-parseInt(_0x62dfc9(0x135))/0x8;if(_0x4d7b76===_0x1f8844)break;else _0x13c320['push'](_0x13c320['shift']());}catch(_0x4deaac){_0x13c320['push'](_0x13c320['shift']());}}}(a36_0x2148,0x20028));const util=require(a36_0x66909d(0x18f)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a36_0x66909d(0x165)),accessibilityRetryHelper=require(a36_0x66909d(0x152)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require('../utils/constants'),{percyAutoCapture}=require(a36_0x66909d(0x16c)),{sendPlatformDetails}=require(a36_0x66909d(0x102)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x66909d(0x185)),PerformanceTester=require(a36_0x66909d(0x172)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x66909d(0x159)),globals=require('../../helpers/globals'),logger=require(a36_0x66909d(0x129))[a36_0x66909d(0x142)],{shouldProcessEventForTesthub}=require(a36_0x66909d(0x155)),testHubConstants=require(a36_0x66909d(0x17d));function a36_0x3a10(_0x3bf247,_0x50620f){const _0x21488b=a36_0x2148();return a36_0x3a10=function(_0x3a1016,_0x3660a0){_0x3a1016=_0x3a1016-0x101;let _0x5ed144=_0x21488b[_0x3a1016];return _0x5ed144;},a36_0x3a10(_0x3bf247,_0x50620f);}function a36_0x2148(){const _0x12f92f=['push','YTQPJ','vXpAS','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','YlxRs','bstackA11yShouldScan','MUXWS','vGZNh','GXdbX','./test-observability/mochaUtils','accessibilityScanStarted','sSERb','env','TuEKq','afterTest','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','currentTest','__platformCaps','8jBxLPA','qcaWi','Failed:\x20','protocol','Skihd','SDK_HOOK','http:','Hogyh','session_','message','setGlobal','beforeAll','21318lgTMVI','BflcL','stringify','end','passed','beforeEach','zPGKH','ObservabilitySync:','ZKclq','__sessionFailed','GBrLw','18071MDRPle','start','__error_messages__','lXqrk','rNwBk','416840CIJDcB','info','../../helpers/logger','failed','__skipSessionName','Accessibility\x20scan\x20completed\x20successfully','measureWrapper','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','getCurrentUrl','jTwZv','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','percyCaptureMode','jKays','UdGTx','2928464cysUFX','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','ZxkcM','SESSION_STATUS',',\x22level\x22:\x20\x22','BROWSERSTACK_TESTHUB_JWT','Mocha','xwtdO','appium:app','then','390944gIEWZp','lJZut','igZqt','winstonLogger','testcase','executeScript','DpKJA','command','https:','isAccessibilityPlatform','getGlobal','thJwtToken','state','Rmcol','Automate\x20test\x20case\x20execution\x20has\x20started.','nQSqD','testAnalyticsId','capabilities','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/accessibility-automation/accessibilityRetryHelper','timeout','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','../../helpers/testhub/utils','tvdeN','SYNC','aHTzw','../../helpers/performance/constants','Passed','lIJkd','PERFORM_SCAN','\x22}}','XCiHt','xIwaW','browserstackSessionName','imhyK','sessionNameSet__','sessionName','DrBXP','../../helpers/accessibility-automation/helper','LjcuG','yOLTr','VqdCT','.\x20Error\x20:','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','lRbgl','../../helpers/percy/utils','GFxLF','fJHPA','debug','index','txebv','../../helpers/performance/performance-tester','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','warn','lvzNw','ENV_VAR','736498SMZzKT','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','thTestRunUuid','kNhXN','Accessibility\x20results\x20saved\x20successfully','vXFqg','../../helpers/testhub/constants','BROWSERSTACK_TESTHUB_UUID','quitCount_','YVWqt','SESSION_NAME','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','driverCleanup','mochaHooks','../../helpers/helper','isArray','GCqat','iDwBH','dCzfP','initQuit','yigWS','length','ePvfl','\x20|\x20','util','GMbxI','ohFwJ','err','gJVvU','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','1289994ghWOzj','aIMOV','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','join','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','BYkSI','startMonitoring','jWxNG','upSOs','percy','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','error','ubIOM','SAVE_RESULTS','shouldScanTestForAccessibility','thBuildUuid','__drivers','titlePath','jrXrg','shift','MDBOw','IfpQP','FkeSJ'];a36_0x2148=function(){return _0x12f92f;};return a36_0x2148();}exports[a36_0x66909d(0x184)]={'beforeAll'(){const _0x1d0bbd=a36_0x66909d,_0x8f2e49={'iDwBH':function(_0x2a19f5,_0x4ee51f,_0x5cf57d,_0x49b2d4){return _0x2a19f5(_0x4ee51f,_0x5cf57d,_0x49b2d4);},'FkeSJ':_0x1d0bbd(0x12a),'BflcL':_0x1d0bbd(0x18e),'dczlF':function(_0x3abc26,_0x451b94,_0x4c4e8d){return _0x3abc26(_0x451b94,_0x4c4e8d);},'MUXWS':_0x1d0bbd(0x11b),'gJVvU':function(_0x4f8edd){return _0x4f8edd();},'nuJvy':function(_0x1483a7,_0x5ab346,_0x13ab4c){return _0x1483a7(_0x5ab346,_0x13ab4c);},'KMEca':'index','GMbxI':_0x1d0bbd(0x116)};PerformanceTester[_0x1d0bbd(0x19b)]();const _0x16c8cc='browserstack internal helper hook';PerformanceTester[_0x1d0bbd(0x12d)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x22a5e8=_0x1d0bbd,_0x135d52={'jKays':function(_0x34fb58,_0x19eeb4,_0x20d7d6,_0x539231){const _0x7464d5=a36_0x3a10;return _0x8f2e49[_0x7464d5(0x188)](_0x34fb58,_0x19eeb4,_0x20d7d6,_0x539231);},'BYkSI':_0x8f2e49[_0x22a5e8(0x1ab)],'KzfuF':_0x8f2e49[_0x22a5e8(0x118)],'YlxRs':function(_0x3ba4e9,_0x31e687,_0x117c9e){return _0x8f2e49['dczlF'](_0x3ba4e9,_0x31e687,_0x117c9e);},'ohFwJ':_0x8f2e49[_0x22a5e8(0x1b2)],'igZqt':function(_0x552ede){const _0x389cf1=_0x22a5e8;return _0x8f2e49[_0x389cf1(0x193)](_0x552ede);},'ynIwZ':function(_0x5eba84,_0x3b2217,_0x782a4d){return _0x8f2e49['nuJvy'](_0x5eba84,_0x3b2217,_0x782a4d);}};global['__error_messages__']=[],global[_0x22a5e8(0x120)]=![],global[_0x22a5e8(0x183)]=async()=>{const _0x379b6d=_0x22a5e8;let _0x3ad898=![];try{await global['__drivers'][0x0][_0x379b6d(0x113)],_0x3ad898=!![],global[_0x379b6d(0x120)]?await _0x135d52[_0x379b6d(0x133)](markSessionStatus,global['__drivers'][0x0],_0x135d52[_0x379b6d(0x19a)],global[_0x379b6d(0x124)][_0x379b6d(0x198)](_0x135d52['KzfuF'])):await _0x135d52[_0x379b6d(0x1b0)](markSessionStatus,global[_0x379b6d(0x1a5)][0x0],_0x135d52[_0x379b6d(0x191)]);}catch(_0x7bb704){logger[_0x379b6d(0x16f)](_0x379b6d(0x1af)+_0x7bb704);}global[_0x379b6d(0x124)]=[],global[_0x379b6d(0x120)]=![];if(_0x3ad898)try{try{_0x135d52[_0x379b6d(0x141)](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x135d52['ynIwZ'](sendPlatformDetails,global[_0x379b6d(0x1a5)][0x0],this[_0x379b6d(0x109)]?this[_0x379b6d(0x109)][_0x379b6d(0x14f)]:null));}catch(_0xbad511){logger[_0x379b6d(0x16f)](_0x379b6d(0x178)+_0xbad511);}await global['__drivers'][0x0][_0x379b6d(0x18a)]();}catch(_0x47089d){logger[_0x379b6d(0x16f)](_0x379b6d(0x131)+_0x47089d);}};},{'platform':_0x8f2e49['nuJvy'](nestedKeyValue,global[_0x1d0bbd(0x10a)],[_0x8f2e49['KMEca']]),'hookType':_0x8f2e49[_0x1d0bbd(0x190)]})();},'beforeEach'(_0x269caa){const _0x1dc12a=a36_0x66909d,_0x5dcc10={'ulkBu':function(_0x505e82,_0x297e07){return _0x505e82>_0x297e07;},'GXdbX':function(_0x5e6bb8,_0x105715){return _0x5e6bb8>_0x105715;},'XCiHt':'\x20-\x20','imhyK':function(_0x35ee50,_0x558a40,_0x2fd8a3){return _0x35ee50(_0x558a40,_0x2fd8a3);},'yigWS':_0x1dc12a(0x1b1),'YTQPJ':function(_0xba377){return _0xba377();},'qcaWi':function(_0x401f62,_0x473c46){return _0x401f62>_0x473c46;},'fJHPA':_0x1dc12a(0x148),'jTwZv':function(_0x41a3a2,_0x564444){return _0x41a3a2===_0x564444;},'QMfUi':_0x1dc12a(0x111),'nDGFY':function(_0x52b293,_0x2e8b2f){return _0x52b293===_0x2e8b2f;},'OMMio':_0x1dc12a(0x147),'SmQvW':_0x1dc12a(0x19f),'MDBOw':_0x1dc12a(0x14d),'ZxkcM':function(_0x5c75bd){return _0x5c75bd();},'ubIOM':function(_0x59cd54){return _0x59cd54();},'jbOad':'browserstackTestName','lJZut':_0x1dc12a(0x170),'wGbHn':_0x1dc12a(0x11c)};globals[_0x1dc12a(0x115)](_0x5dcc10['jbOad'],this[_0x1dc12a(0x109)][_0x1dc12a(0x1a6)]()[_0x1dc12a(0x198)](_0x5dcc10[_0x1dc12a(0x15e)])),PerformanceTester[_0x1dc12a(0x12d)](PerformanceSdkEvents[_0x1dc12a(0x110)],()=>{const _0x10a89a=_0x1dc12a,_0xe4fe81={'tvdeN':function(_0x2d9992){const _0x308c04=a36_0x3a10;return _0x5dcc10[_0x308c04(0x1a1)](_0x2d9992);}},_0x28bda8='browserstack internal helper hook';new Promise(async _0x566cfc=>{const _0x21f590=a36_0x3a10;let _0x59a8af=!![];try{_0x5dcc10['ulkBu'](global[_0x21f590(0x1a5)]['length'],0x1)&&(await global[_0x21f590(0x183)](),global['__drivers'][_0x21f590(0x1a8)]()),_0x5dcc10[_0x21f590(0x101)](global[_0x21f590(0x1a5)][0x0][_0x21f590(0x17f)],0x0)&&(_0x59a8af=![],await global[_0x21f590(0x183)]());}catch(_0x4a6542){logger['debug'](_0x21f590(0x131)+_0x4a6542);}try{Array[_0x21f590(0x186)](global[_0x21f590(0x1a5)])&&global[_0x21f590(0x1a5)][0x0]&&(global['__drivers'][0x0][_0x21f590(0x160)]=this[_0x21f590(0x109)]['titlePath']()[_0x21f590(0x198)](_0x5dcc10[_0x21f590(0x15e)])),global[_0x21f590(0x160)]=this[_0x21f590(0x109)][_0x21f590(0x1a6)]()[_0x21f590(0x198)](_0x5dcc10['XCiHt']);}catch(_0x3c32b3){logger[_0x21f590(0x16f)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x3c32b3);}this[_0x21f590(0x109)]['shouldScanTestForAccessibility']=_0x5dcc10[_0x21f590(0x161)](shouldScanTestForAccessibility,this[_0x21f590(0x109)]['titlePath'](),!![]),globals[_0x21f590(0x115)](_0x5dcc10[_0x21f590(0x18b)],this[_0x21f590(0x109)][_0x21f590(0x1a3)]),this[_0x21f590(0x109)][_0x21f590(0x103)]=!![];if(_0x5dcc10[_0x21f590(0x1ad)](isAccessibilityAutomationSession)&&_0x59a8af&&Array['isArray'](global[_0x21f590(0x1a5)])&&_0x5dcc10[_0x21f590(0x10c)](global[_0x21f590(0x1a5)][_0x21f590(0x18c)],0x0)&&globals['getGlobal'](_0x5dcc10[_0x21f590(0x16e)]))try{const _0x5b71db=await global[_0x21f590(0x1a5)][0x0]['session_'];if(_0x5b71db){let _0x55dba3=!![];const _0x28bb2f=await global[_0x21f590(0x1a5)][0x0][_0x21f590(0x12f)]();let _0x8d18a9;try{_0x8d18a9=new URL(_0x28bb2f);}catch(_0x5312c4){_0x55dba3=![];}_0x55dba3=_0x5dcc10[_0x21f590(0x130)](_0x8d18a9[_0x21f590(0x10e)],_0x5dcc10['QMfUi'])||_0x5dcc10['nDGFY'](_0x8d18a9['protocol'],_0x5dcc10['OMMio']),_0x55dba3&&(this[_0x21f590(0x109)][_0x21f590(0x1a3)]&&logger[_0x21f590(0x128)](_0x5dcc10['SmQvW'])),this['currentTest'][_0x21f590(0x103)]=this['currentTest']['shouldScanTestForAccessibility'],this['currentTest']['shouldScanTestForAccessibility']&&logger[_0x21f590(0x128)](_0x5dcc10[_0x21f590(0x1a9)]);}}catch(_0x5a7bc3){logger['error'](_0x21f590(0x199)+util['format'](_0x5a7bc3));}_0x5dcc10[_0x21f590(0x137)](_0x566cfc);})[_0x10a89a(0x13e)](()=>{const _0x36eeef=_0x10a89a;_0xe4fe81[_0x36eeef(0x156)](_0x269caa);});},{'platform':_0x5dcc10['imhyK'](nestedKeyValue,global[_0x1dc12a(0x10a)],[_0x5dcc10[_0x1dc12a(0x140)]]),'hookType':_0x5dcc10['wGbHn']})();},'afterEach'(_0x32cf54){const _0x3b8777=a36_0x66909d,_0x44773c={'DrBXP':function(_0x1055ea,_0x1f7ccc){return _0x1055ea!==_0x1f7ccc;},'dCzfP':_0x3b8777(0x11b),'sSERb':function(_0x384b9c,_0x4362c1,_0x8cf558){return _0x384b9c(_0x4362c1,_0x8cf558);},'GBrLw':function(_0x4d190a,_0x469297){return _0x4d190a+_0x469297;},'lvzNw':_0x3b8777(0x10d),'DpKJA':_0x3b8777(0x1a0),'lIJkd':_0x3b8777(0x15a),'ePvfl':_0x3b8777(0x128),'zPGKH':function(_0x40aadf,_0x26628a){return _0x40aadf>_0x26628a;},'GFxLF':function(_0x32b84d,_0x3a8ff7){return _0x32b84d===_0x3a8ff7;},'nQSqD':_0x3b8777(0x143),'lXqrk':function(_0x22623d,_0x4f245b){return _0x22623d>_0x4f245b;},'vXFqg':_0x3b8777(0x13d),'zYOxu':function(_0x5ca70e,_0x53d87e,_0x687818,_0x13a0ee){return _0x5ca70e(_0x53d87e,_0x687818,_0x13a0ee);},'Skihd':_0x3b8777(0x148),'xwtdO':'bstackA11yShouldScan','xIwaW':_0x3b8777(0x194),'txebv':_0x3b8777(0x173),'lRbgl':_0x3b8777(0x107),'upSOs':_0x3b8777(0x12c),'Hogyh':_0x3b8777(0x182),'zamVG':_0x3b8777(0x17b),'QxnxG':_0x3b8777(0x154),'jrXrg':_0x3b8777(0x197),'kNhXN':function(_0x172b74){return _0x172b74();},'jBLTm':_0x3b8777(0x16f),'IfpQP':function(_0x5c1490,_0x360b37){return _0x5c1490>_0x360b37;},'yOLTr':'\x20-\x20','xAjMB':function(_0x1929d8){return _0x1929d8();},'vXpAS':_0x3b8777(0x13b),'VqdCT':function(_0x17e797,_0x14adec,_0x1fc7a0){return _0x17e797(_0x14adec,_0x1fc7a0);},'vGZNh':_0x3b8777(0x170),'Rmcol':'afterEach'},_0x18b9c9='browserstack internal helper hook';this[_0x3b8777(0x153)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x44773c[_0x3b8777(0x1ae)]]),global[_0x3b8777(0x163)]=this[_0x3b8777(0x109)][_0x3b8777(0x1a6)]()[_0x3b8777(0x198)](_0x44773c[_0x3b8777(0x167)]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x3b8777(0x110)],()=>{const _0x21ef48=_0x3b8777,_0x4aa0f8={'MNlRw':_0x44773c[_0x21ef48(0x167)],'YVWqt':function(_0x625f89){return _0x44773c['xAjMB'](_0x625f89);}},_0x5daaaf=async(_0x8cf8b3,_0x38f4b5)=>{const _0x1992d8=_0x21ef48;await global['__drivers'][0x0]['executeScript'](_0x1992d8(0x151)+_0x8cf8b3+_0x1992d8(0x139)+_0x38f4b5+_0x1992d8(0x15d));};new Promise(async _0x23f371=>{const _0x951280=_0x21ef48,_0x164703={'RBWUI':function(_0x58464e,_0x2d3879){const _0x21b45c=a36_0x3a10;return _0x44773c[_0x21b45c(0x164)](_0x58464e,_0x2d3879);},'ZKclq':_0x44773c[_0x951280(0x189)],'aHTzw':function(_0x2fec93,_0x5d9c80,_0x1fac35){const _0x5d0ae0=_0x951280;return _0x44773c[_0x5d0ae0(0x104)](_0x2fec93,_0x5d9c80,_0x1fac35);},'TyrZO':function(_0x346d91,_0x540453){const _0x4b4a22=_0x951280;return _0x44773c[_0x4b4a22(0x121)](_0x346d91,_0x540453);},'GCqat':_0x44773c[_0x951280(0x175)],'aIMOV':_0x44773c[_0x951280(0x145)],'TuEKq':function(_0x11789b,_0x215827,_0x45a89c){const _0x5277ff=_0x951280;return _0x44773c[_0x5277ff(0x104)](_0x11789b,_0x215827,_0x45a89c);},'bqMuY':_0x44773c[_0x951280(0x15b)],'Hrdek':_0x44773c[_0x951280(0x18d)]};try{_0x44773c[_0x951280(0x11d)](global[_0x951280(0x1a5)][_0x951280(0x18c)],0x1)&&(await global[_0x951280(0x183)](),global[_0x951280(0x1a5)]['shift'](),global['__error_messages__']=[],global['__sessionFailed']=![]);try{if(global[_0x951280(0x19e)]&&_0x44773c[_0x951280(0x16d)](global[_0x951280(0x132)],_0x44773c[_0x951280(0x14e)])&&global['__drivers'][0x0]){const _0x4ce5af=_0x44773c[_0x951280(0x125)](global[_0x951280(0x150)]['length'],0x0)?!!global[_0x951280(0x150)][0x0]['app']||!!global[_0x951280(0x150)][0x0][_0x44773c[_0x951280(0x17c)]]:![],_0x38eddf={};_0x38eddf['app']=_0x4ce5af,await _0x44773c['zYOxu'](percyAutoCapture,global[_0x951280(0x1a5)][0x0],_0x44773c[_0x951280(0x14e)],_0x38eddf);}}catch(_0x4358e0){logger[_0x951280(0x16f)]('Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20'+_0x4358e0);}!global[_0x951280(0x12b)]&&(await PerformanceTester[_0x951280(0x12d)](PerformanceAutEvents[_0x951280(0x181)],async()=>{const _0x481b5f=_0x951280;await global[_0x481b5f(0x1a5)][0x0][_0x481b5f(0x144)](_0x481b5f(0x12e)+JSON['stringify'](this[_0x481b5f(0x109)][_0x481b5f(0x1a6)]()[_0x481b5f(0x198)](_0x4aa0f8['MNlRw']))+'}}');})(),global[_0x951280(0x1a5)][0x0][_0x951280(0x162)]=!![]),await PerformanceTester[_0x951280(0x12d)](PerformanceAutEvents[_0x951280(0x138)],async()=>{const _0x1daa6e=_0x951280,_0x2c8e47=_0x164703['RBWUI'](this['currentTest'][_0x1daa6e(0x14b)],_0x164703[_0x1daa6e(0x11f)]);_0x2c8e47?(global[_0x1daa6e(0x120)]=!![],global['__error_messages__'][_0x1daa6e(0x1ac)](this[_0x1daa6e(0x109)]['err'][_0x1daa6e(0x114)]),await _0x164703[_0x1daa6e(0x158)](_0x5daaaf,JSON['stringify'](_0x164703['TyrZO'](_0x164703[_0x1daa6e(0x187)],this[_0x1daa6e(0x109)][_0x1daa6e(0x192)]['message'])),_0x164703[_0x1daa6e(0x196)])):await _0x164703[_0x1daa6e(0x106)](_0x5daaaf,JSON[_0x1daa6e(0x119)](_0x164703['bqMuY']),_0x164703['Hrdek']);})();}catch(_0x4be02e){logger[_0x951280(0x16f)](_0x951280(0x108)+_0x4be02e);}try{if(this[_0x951280(0x109)]['accessibilityScanStarted']&&globals[_0x951280(0x149)](_0x44773c[_0x951280(0x10f)])&&globals[_0x951280(0x149)](_0x44773c[_0x951280(0x13c)])){logger[_0x951280(0x128)](_0x44773c[_0x951280(0x15f)]);const _0x5625f3={};_0x5625f3[_0x951280(0x179)]=this[_0x951280(0x109)]['testAnalyticsId'],_0x5625f3[_0x951280(0x1a4)]=process[_0x951280(0x105)][testHubConstants[_0x951280(0x176)][_0x951280(0x17e)]],_0x5625f3[_0x951280(0x14a)]=process['env'][testHubConstants[_0x951280(0x176)][_0x951280(0x13a)]];const _0x227f64=_0x5625f3;logger[_0x951280(0x16f)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x951280(0x119)](_0x227f64)),logger['debug'](_0x44773c[_0x951280(0x171)]);const _0x490df4={};_0x490df4[_0x951280(0x146)]=_0x44773c[_0x951280(0x16b)];const _0x3d1430=await PerformanceTester[_0x951280(0x12d)](PerformanceA11yEvents[_0x951280(0x15c)],async()=>{const _0x2f1692=_0x951280;return await accessibilityRetryHelper['performScanWithRetry'](global[_0x2f1692(0x1a5)][0x0],global['browserstackSessionName']);},_0x490df4)();_0x3d1430?logger['debug'](_0x44773c[_0x951280(0x19d)]):logger[_0x951280(0x174)](_0x44773c[_0x951280(0x112)]);const _0x14008b=await PerformanceTester[_0x951280(0x12d)](PerformanceA11yEvents[_0x951280(0x1a2)],async()=>{const _0x29c543=_0x951280;return await accessibilityRetryHelper['saveAccessibilityResultsWithRetry'](global[_0x29c543(0x1a5)][0x0],_0x227f64);})();_0x14008b?logger[_0x951280(0x16f)](_0x44773c['zamVG']):logger[_0x951280(0x174)](_0x44773c['QxnxG']),logger[_0x951280(0x128)](_0x44773c[_0x951280(0x1a7)]);}}catch(_0x1b535a){logger[_0x951280(0x1a0)](_0x951280(0x16a)+this[_0x951280(0x109)][_0x951280(0x1a6)]()+_0x951280(0x169),_0x1b535a);}try{try{if(_0x44773c[_0x951280(0x17a)](shouldProcessEventForTesthub)){global[_0x951280(0x1a5)][0x0]&&await _0x44773c['sSERb'](sendPlatformDetails,global['__drivers'][0x0],this[_0x951280(0x109)]?this[_0x951280(0x109)]['testAnalyticsId']:null);if(_0x44773c[_0x951280(0x17a)](isBrowserstackInfra)){PerformanceTester[_0x951280(0x123)](PerformanceO11yEvents[_0x951280(0x157)]);const _0x39b4d5=_0x951280(0x11e)+Date['now']();await _0x44773c['sSERb'](_0x5daaaf,JSON[_0x951280(0x119)](_0x39b4d5),_0x44773c['jBLTm']),PerformanceTester[_0x951280(0x11a)](PerformanceO11yEvents[_0x951280(0x157)]);}}}catch(_0xeab64){logger['debug'](_0x951280(0x136)+_0xeab64),PerformanceTester['end'](PerformanceO11yEvents['SYNC'],![],_0xeab64);}_0x44773c[_0x951280(0x1aa)](global['__drivers'][0x0][_0x951280(0x17f)],0x0)&&await global['driverCleanup']();}catch(_0x502707){logger[_0x951280(0x16f)](_0x951280(0x131)+_0x502707);}_0x44773c[_0x951280(0x17a)](_0x23f371);})[_0x21ef48(0x13e)](()=>{const _0xe461c9=_0x21ef48;_0x4aa0f8[_0xe461c9(0x180)](_0x32cf54);});},{'platform':_0x44773c[_0x3b8777(0x168)](nestedKeyValue,global['__platformCaps'],[_0x44773c[_0x3b8777(0x1b3)]]),'hookType':_0x44773c[_0x3b8777(0x14c)]})();},'afterAll'(_0x55c6a6){const _0x3c37ce=a36_0x66909d,_0x1e899d={'LjcuG':function(_0x212953){return _0x212953();},'udRmL':_0x3c37ce(0x13b),'rNwBk':function(_0x2b92d0,_0x376222,_0x2e8677){return _0x2b92d0(_0x376222,_0x2e8677);},'UdGTx':'index','jWxNG':'afterAll'},_0x8c6870='browserstack internal helper hook';this[_0x3c37ce(0x153)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x1e899d['udRmL']]),PerformanceTester[_0x3c37ce(0x12d)](PerformanceSdkEvents[_0x3c37ce(0x110)],()=>{const _0x31d1d7=_0x3c37ce,_0x4de115={'cYCTf':function(_0x2129a4){return _0x1e899d['LjcuG'](_0x2129a4);}};new Promise(async _0x552607=>{const _0x41c346=a36_0x3a10;await global[_0x41c346(0x183)](),_0x1e899d[_0x41c346(0x166)](_0x552607);})[_0x31d1d7(0x13e)]()['finally'](()=>{_0x4de115['cYCTf'](_0x55c6a6);});},{'platform':_0x1e899d[_0x3c37ce(0x126)](nestedKeyValue,global[_0x3c37ce(0x10a)],[_0x1e899d[_0x3c37ce(0x134)]]),'hookType':_0x1e899d[_0x3c37ce(0x19c)]})();}};
|
|
1
|
+
function a36_0x33f2(){const _0x2884e6=['shouldScanTestForAccessibility','vbPVK','YOGjH','Failed\x20to\x20store\x20session\x20name:\x20','err','beforeEach','accessibilityScanStarted','env','PbHfB','OObep','../../helpers/performance/performance-tester','10kiBZnT','setGlobal','okXgk','executeScript','aQNJG','sDNBC','KmgFg','JLZjT','__error_messages__','JeJGm','958040CrGfHi','testAnalyticsId','initQuit','Accessibility\x20scan\x20failed\x20after\x20retry\x20attempts','IMNen','JLPdc','LNhhl','AwgPA','ETasw','xSPPZ','isArray','\x20-\x20','util','BROWSERSTACK_TESTHUB_JWT','846gGPBXk','ioVxI','25312JlSmJf','sessionNameSet__','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','info','TqNMK','arUPk','kTLqv','PyNbY','timeout','tDbbm','XYtMd','eHHYm','start','mochaHooks','YpzBE','mlZuS','then','ugdYV','QjKJu','saveAccessibilityResultsWithRetry','passed','ClqHr','Accessibility\x20scan\x20completed\x20successfully','now','YGQUa','thBuildUuid','__platformCaps','debug','message','517560mclesN','SXwIN','ReUGp','chkIi','currentTest','BIHPj','fdutt','../../helpers/accessibility-automation/helper','BnANZ','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','SESSION_NAME','DAIhz','YvSFX','thTestRunUuid','ENV_VAR','index','GKMjP','uJGOe','__sessionFailed','ziDTQ','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','REtzq','vCmeF','spTjT','YtcTN','../../helpers/helper','warn','284LVjeFW','MDXjp','Cvbfp','daceF','finally','crbOs','performScanWithRetry','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','startMonitoring','PZnYJ','../../helpers/percy/utils','65045fJeChP','snkay','sVWvX','NbfAW','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','titlePath','qgVLF','XXCuw','hpxRn','105RYkNds','VoVoh','LBdIj','command','Performing\x20accessibility\x20scan\x20with\x20retry\x20logic\x20before\x20saving\x20results','SESSION_STATUS','tSGDQ','quitCount_','Mocha','gvynH','shift','EzNfC','QhHgQ','sessionName','Automate\x20test\x20case\x20execution\x20has\x20started.','hEHeG','jOLiN','__skipSessionName','13108007hGrcpo','./test-observability/mochaUtils','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','VcUOE','ZZltZ','capabilities','protocol','isAccessibilityPlatform','afterEach','Nnrnr','YwnmH','AMDDL','fSwmL','HAldW','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','format','../../helpers/globals','error','139950IfKEgK','TyGUW','stringify','SYNC','testcase','aVFQX','driverCleanup','../../helpers/accessibility-automation/accessibilityRetryHelper','SDK_HOOK','session_','bvabb','\x22}}','tMPlR','http:','yhPLL','oASAc','.\x20Error\x20:','Failed:\x20','LmwIJ','getGlobal','app','../../helpers/logger','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','Failed\x20to\x20save\x20accessibility\x20results\x20after\x20retry\x20attempts','browserstackSessionName','EIDYe','beforeAll','180192VZueQs','RmhNt','percyCaptureMode','QDyQn','EWaov','QrPon','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','measureWrapper','ESAOS','appium:app','../../helpers/performance/constants','LzsHh','NzbRA','JHksG','fQJIy','\x20|\x20','Mqgux','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','__drivers','../utils/constants','join','ZdXLF','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','length','../../helpers/testhub/constants',',\x22level\x22:\x20\x22'];a36_0x33f2=function(){return _0x2884e6;};return a36_0x33f2();}const a36_0x2a9295=a36_0x2a47;(function(_0x273c5c,_0x335e2a){const _0x903de5=a36_0x2a47,_0x2980f5=_0x273c5c();while(!![]){try{const _0x4a5fd9=-parseInt(_0x903de5(0x1ec))/0x1+parseInt(_0x903de5(0x21b))/0x2+-parseInt(_0x903de5(0x248))/0x3+-parseInt(_0x903de5(0x199))/0x4*(-parseInt(_0x903de5(0x1a4))/0x5)+-parseInt(_0x903de5(0x1d1))/0x6*(-parseInt(_0x903de5(0x1ad))/0x7)+parseInt(_0x903de5(0x22b))/0x8*(parseInt(_0x903de5(0x229))/0x9)+parseInt(_0x903de5(0x211))/0xa*(-parseInt(_0x903de5(0x1bf))/0xb);if(_0x4a5fd9===_0x335e2a)break;else _0x2980f5['push'](_0x2980f5['shift']());}catch(_0x16640e){_0x2980f5['push'](_0x2980f5['shift']());}}}(a36_0x33f2,0x7b701));const util=require(a36_0x2a9295(0x227)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a36_0x2a9295(0x24f)),accessibilityRetryHelper=require(a36_0x2a9295(0x1d8)),{TEST_FRAMEWORK_HOOK_TIMEOUT}=require(a36_0x2a9295(0x1ff)),{percyAutoCapture}=require(a36_0x2a9295(0x1a3)),{sendPlatformDetails}=require(a36_0x2a9295(0x1c0)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a36_0x2a9295(0x261)),PerformanceTester=require(a36_0x2a9295(0x210)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a36_0x2a9295(0x1f6)),globals=require(a36_0x2a9295(0x1cf)),logger=require(a36_0x2a9295(0x1e6))['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a36_0x2a9295(0x204));function a36_0x2a47(_0xefd4cf,_0x16fd52){const _0x33f2ee=a36_0x33f2();return a36_0x2a47=function(_0x2a476d,_0x57f070){_0x2a476d=_0x2a476d-0x198;let _0xf731ad=_0x33f2ee[_0x2a476d];return _0xf731ad;},a36_0x2a47(_0xefd4cf,_0x16fd52);}exports[a36_0x2a9295(0x238)]={'beforeAll'(){const _0x3bd225=a36_0x2a9295,_0x73f468={'yhPLL':function(_0x17462c,_0x4f6b4a,_0x7fc372,_0x47d52f){return _0x17462c(_0x4f6b4a,_0x7fc372,_0x47d52f);},'vCmeF':'failed','zRiwM':_0x3bd225(0x1fb),'arUPk':function(_0x4ce881,_0x5e3740,_0x11b13e){return _0x4ce881(_0x5e3740,_0x11b13e);},'gmNIZ':_0x3bd225(0x23f),'Nnrnr':function(_0x2ee853){return _0x2ee853();},'YvSFX':_0x3bd225(0x257),'LmwIJ':_0x3bd225(0x1eb)};PerformanceTester[_0x3bd225(0x1a1)]();const _0x1439e2='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x3bd225(0x1d9)],()=>{const _0x46ffb4=_0x3bd225;global[_0x46ffb4(0x219)]=[],global[_0x46ffb4(0x25a)]=![],global[_0x46ffb4(0x1d7)]=async()=>{const _0x23c095=_0x46ffb4;let _0x2aaa8e=![];try{await global[_0x23c095(0x1fe)][0x0][_0x23c095(0x1da)],_0x2aaa8e=!![],global[_0x23c095(0x25a)]?await _0x73f468[_0x23c095(0x1df)](markSessionStatus,global[_0x23c095(0x1fe)][0x0],_0x73f468[_0x23c095(0x25e)],global[_0x23c095(0x219)][_0x23c095(0x200)](_0x73f468['zRiwM'])):await _0x73f468[_0x23c095(0x230)](markSessionStatus,global['__drivers'][0x0],_0x73f468['gmNIZ']);}catch(_0x19170c){logger['debug'](_0x23c095(0x202)+_0x19170c);}global['__error_messages__']=[],global[_0x23c095(0x25a)]=![];if(_0x2aaa8e)try{try{_0x73f468[_0x23c095(0x1c8)](shouldProcessEventForTesthub)&&(global[_0x23c095(0x1fe)][0x0]&&await _0x73f468[_0x23c095(0x230)](sendPlatformDetails,global[_0x23c095(0x1fe)][0x0],this[_0x23c095(0x24c)]?this[_0x23c095(0x24c)][_0x23c095(0x21c)]:null));}catch(_0x24e57a){logger[_0x23c095(0x246)]('Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20'+_0x24e57a);}await global[_0x23c095(0x1fe)][0x0][_0x23c095(0x21d)]();}catch(_0x4991a2){logger[_0x23c095(0x246)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x4991a2);}};},{'platform':_0x73f468[_0x3bd225(0x230)](nestedKeyValue,global[_0x3bd225(0x245)],[_0x73f468[_0x3bd225(0x254)]]),'hookType':_0x73f468[_0x3bd225(0x1e3)]})();},'beforeEach'(_0x2f1508){const _0x3b5760=a36_0x2a9295,_0x1b580c={'QDyQn':function(_0x34bd36){return _0x34bd36();},'YwnmH':function(_0xa50b5,_0x574f04){return _0xa50b5>_0x574f04;},'VoVoh':_0x3b5760(0x226),'SmIFT':function(_0x1265d9,_0x1a658d,_0xd8f2e9){return _0x1265d9(_0x1a658d,_0xd8f2e9);},'DAIhz':'bstackA11yShouldScan','eHHYm':function(_0x996081){return _0x996081();},'SjFQZ':_0x3b5760(0x1c6),'hEHeG':function(_0xc2c086,_0x348a4e){return _0xc2c086===_0x348a4e;},'BnANZ':_0x3b5760(0x1de),'hpxRn':'https:','lLmze':_0x3b5760(0x22d),'EyZHP':_0x3b5760(0x1bb),'ESAOS':'browserstackTestName','daceF':function(_0x38b4d8,_0x341940,_0x1e1fbb){return _0x38b4d8(_0x341940,_0x1e1fbb);},'KmgFg':_0x3b5760(0x257),'tSpzn':_0x3b5760(0x20b)};globals[_0x3b5760(0x212)](_0x1b580c[_0x3b5760(0x1f4)],this['currentTest']['titlePath']()[_0x3b5760(0x200)](_0x1b580c['VoVoh'])),PerformanceTester['measureWrapper'](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x487347=_0x3b5760,_0x137ba1={'LzsHh':function(_0x559fe6,_0x3a36a6){const _0x121d1b=a36_0x2a47;return _0x1b580c[_0x121d1b(0x1c9)](_0x559fe6,_0x3a36a6);},'fdutt':_0x1b580c[_0x487347(0x1ae)],'vCxYf':function(_0xd99c39,_0x11fdef,_0x19cda8){return _0x1b580c['SmIFT'](_0xd99c39,_0x11fdef,_0x19cda8);},'PZnYJ':_0x1b580c[_0x487347(0x253)],'GKMjP':function(_0x10cd63){const _0x8ebb73=_0x487347;return _0x1b580c[_0x8ebb73(0x236)](_0x10cd63);},'RMxvw':_0x1b580c['SjFQZ'],'AMDDL':function(_0x5bfa4b,_0x5dee17){const _0x5c2885=_0x487347;return _0x1b580c[_0x5c2885(0x1bc)](_0x5bfa4b,_0x5dee17);},'bvabb':_0x1b580c[_0x487347(0x250)],'crbOs':_0x1b580c[_0x487347(0x1ac)],'YtcTN':_0x1b580c['lLmze'],'oijLE':_0x1b580c['EyZHP']},_0x14f1a2='browserstack internal helper hook';new Promise(async _0x588705=>{const _0x46912b=_0x487347;let _0x16d38e=!![];try{_0x137ba1[_0x46912b(0x1f7)](global[_0x46912b(0x1fe)][_0x46912b(0x203)],0x1)&&(await global[_0x46912b(0x1d7)](),global[_0x46912b(0x1fe)][_0x46912b(0x1b7)]()),_0x137ba1['LzsHh'](global[_0x46912b(0x1fe)][0x0][_0x46912b(0x1b4)],0x0)&&(_0x16d38e=![],await global[_0x46912b(0x1d7)]());}catch(_0x246113){logger['debug'](_0x46912b(0x1f2)+_0x246113);}try{Array['isArray'](global[_0x46912b(0x1fe)])&&global[_0x46912b(0x1fe)][0x0]&&(global[_0x46912b(0x1fe)][0x0][_0x46912b(0x1e9)]=this[_0x46912b(0x24c)][_0x46912b(0x1a9)]()[_0x46912b(0x200)](_0x137ba1[_0x46912b(0x24e)])),global[_0x46912b(0x1e9)]=this[_0x46912b(0x24c)][_0x46912b(0x1a9)]()[_0x46912b(0x200)](_0x137ba1['fdutt']);}catch(_0x42c1f8){logger[_0x46912b(0x246)](_0x46912b(0x209)+_0x42c1f8);}this['currentTest'][_0x46912b(0x206)]=_0x137ba1['vCxYf'](shouldScanTestForAccessibility,this[_0x46912b(0x24c)][_0x46912b(0x1a9)](),!![]),globals[_0x46912b(0x212)](_0x137ba1[_0x46912b(0x1a2)],this[_0x46912b(0x24c)][_0x46912b(0x206)]),this['currentTest']['accessibilityScanStarted']=!![];if(_0x137ba1[_0x46912b(0x258)](isAccessibilityAutomationSession)&&_0x16d38e&&Array[_0x46912b(0x225)](global[_0x46912b(0x1fe)])&&_0x137ba1[_0x46912b(0x1f7)](global[_0x46912b(0x1fe)]['length'],0x0)&&globals[_0x46912b(0x1e4)](_0x137ba1['RMxvw']))try{const _0x56c630=await global[_0x46912b(0x1fe)][0x0][_0x46912b(0x1da)];if(_0x56c630){let _0x309c01=!![];const _0x6d66a0=await global['__drivers'][0x0]['getCurrentUrl']();let _0x2cdd9e;try{_0x2cdd9e=new URL(_0x6d66a0);}catch(_0x46850a){_0x309c01=![];}_0x309c01=_0x137ba1['AMDDL'](_0x2cdd9e['protocol'],_0x137ba1[_0x46912b(0x1db)])||_0x137ba1[_0x46912b(0x1ca)](_0x2cdd9e[_0x46912b(0x1c5)],_0x137ba1[_0x46912b(0x19e)]),_0x309c01&&(this[_0x46912b(0x24c)][_0x46912b(0x206)]&&logger[_0x46912b(0x22e)](_0x137ba1[_0x46912b(0x260)])),this[_0x46912b(0x24c)][_0x46912b(0x20c)]=this[_0x46912b(0x24c)]['shouldScanTestForAccessibility'],this['currentTest'][_0x46912b(0x206)]&&logger['info'](_0x137ba1['oijLE']);}}catch(_0x1740ca){logger[_0x46912b(0x1d0)](_0x46912b(0x25c)+util[_0x46912b(0x1ce)](_0x1740ca));}_0x137ba1[_0x46912b(0x258)](_0x588705);})[_0x487347(0x23b)](()=>{const _0x1f213d=_0x487347;_0x1b580c[_0x1f213d(0x1ef)](_0x2f1508);});},{'platform':_0x1b580c[_0x3b5760(0x19c)](nestedKeyValue,global[_0x3b5760(0x245)],[_0x1b580c[_0x3b5760(0x217)]]),'hookType':_0x1b580c['tSpzn']})();},'afterEach'(_0x3ffada){const _0x3e8039=a36_0x2a9295,_0x5c7863={'REtzq':_0x3e8039(0x226),'NbfAW':function(_0x320b0d,_0x17ce24){return _0x320b0d!==_0x17ce24;},'aQNJG':_0x3e8039(0x23f),'sVWvX':function(_0x2220d5,_0x877c37,_0x4a42bd){return _0x2220d5(_0x877c37,_0x4a42bd);},'vbPVK':function(_0x16a4c8,_0xae4e85){return _0x16a4c8+_0xae4e85;},'fSCYC':_0x3e8039(0x1e2),'oASAc':_0x3e8039(0x1d0),'XXCuw':'Passed','EIDYe':_0x3e8039(0x22e),'ziDTQ':function(_0x515dac,_0x3fcf25){return _0x515dac>_0x3fcf25;},'tSGDQ':function(_0x3da9d5,_0x2d5424){return _0x3da9d5===_0x2d5424;},'spTjT':_0x3e8039(0x1d5),'OObep':function(_0x47fca,_0x20a8dc){return _0x47fca>_0x20a8dc;},'kTLqv':_0x3e8039(0x1f5),'llzUU':function(_0x4a4fd9,_0x3bf818,_0x1bbbe5,_0x3dd533){return _0x4a4fd9(_0x3bf818,_0x1bbbe5,_0x3dd533);},'mlZuS':'isAccessibilityPlatform','LBdIj':'bstackA11yShouldScan','TwUGG':_0x3e8039(0x1cd),'jgLMu':_0x3e8039(0x1b1),'aVFQX':'afterTest','xSPPZ':_0x3e8039(0x241),'gvynH':_0x3e8039(0x21e),'VfFvx':'Accessibility\x20results\x20saved\x20successfully','QhHgQ':_0x3e8039(0x1e8),'PbHfB':_0x3e8039(0x1e7),'ZdXLF':function(_0x217c3a){return _0x217c3a();},'mfdHK':_0x3e8039(0x246),'JLZjT':function(_0x2dc217){return _0x2dc217();},'uJGOe':'Mocha','EWaov':_0x3e8039(0x257),'SXwIN':_0x3e8039(0x1c7)},_0x1efe76='browserstack internal helper hook';this[_0x3e8039(0x233)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x5c7863[_0x3e8039(0x259)]]),global[_0x3e8039(0x1ba)]=this[_0x3e8039(0x24c)][_0x3e8039(0x1a9)]()[_0x3e8039(0x200)](_0x5c7863['REtzq']),PerformanceTester[_0x3e8039(0x1f3)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x1918ad=_0x3e8039,_0x574957={'jOLiN':_0x5c7863[_0x1918ad(0x25d)],'ReUGp':function(_0x210121,_0x253bf9){const _0x2fa126=_0x1918ad;return _0x5c7863[_0x2fa126(0x1a7)](_0x210121,_0x253bf9);},'BIHPj':_0x5c7863[_0x1918ad(0x215)],'ugdYV':function(_0x46e154,_0x4d7432,_0x2b3b82){const _0x7890bc=_0x1918ad;return _0x5c7863[_0x7890bc(0x1a6)](_0x46e154,_0x4d7432,_0x2b3b82);},'AwgPA':function(_0x13b6d8,_0x2f0786){const _0x55595d=_0x1918ad;return _0x5c7863[_0x55595d(0x207)](_0x13b6d8,_0x2f0786);},'snkay':_0x5c7863['fSCYC'],'YpzBE':_0x5c7863[_0x1918ad(0x1e0)],'YOGjH':_0x5c7863[_0x1918ad(0x1ab)],'QxnzR':_0x5c7863[_0x1918ad(0x1ea)],'MDXjp':function(_0x957365,_0x1c6719){const _0x31a5d6=_0x1918ad;return _0x5c7863[_0x31a5d6(0x25b)](_0x957365,_0x1c6719);},'QrPon':function(_0x338f73,_0x599a08){const _0x5cd5bc=_0x1918ad;return _0x5c7863[_0x5cd5bc(0x1b3)](_0x338f73,_0x599a08);},'PyNbY':_0x5c7863[_0x1918ad(0x25f)],'LNhhl':function(_0x4617da,_0x4b123c){const _0x2c3ad9=_0x1918ad;return _0x5c7863[_0x2c3ad9(0x20f)](_0x4617da,_0x4b123c);},'JHksG':_0x5c7863[_0x1918ad(0x231)],'IMNen':function(_0x2cf9ed,_0x5f9c5a,_0x357d00,_0x19a362){return _0x5c7863['llzUU'](_0x2cf9ed,_0x5f9c5a,_0x357d00,_0x19a362);},'JeJGm':_0x5c7863[_0x1918ad(0x23a)],'sDNBC':_0x5c7863[_0x1918ad(0x1af)],'tDbbm':_0x5c7863['TwUGG'],'fQJIy':_0x5c7863['jgLMu'],'Cvbfp':_0x5c7863[_0x1918ad(0x1d6)],'ETasw':_0x5c7863[_0x1918ad(0x224)],'XYtMd':_0x5c7863[_0x1918ad(0x1b6)],'NzbRA':_0x5c7863['VfFvx'],'fSwmL':_0x5c7863[_0x1918ad(0x1b9)],'chkIi':_0x5c7863[_0x1918ad(0x20e)],'ClqHr':function(_0x4c8adc){return _0x5c7863['ZdXLF'](_0x4c8adc);},'tMPlR':function(_0x2ee3e2,_0x4ef548,_0xe6534b){const _0x55f79b=_0x1918ad;return _0x5c7863[_0x55f79b(0x1a6)](_0x2ee3e2,_0x4ef548,_0xe6534b);},'QjKJu':function(_0x48dcc7){const _0x1ebc49=_0x1918ad;return _0x5c7863[_0x1ebc49(0x201)](_0x48dcc7);},'IohWS':function(_0x201988,_0x1347b5,_0x4b7a10){const _0x43a023=_0x1918ad;return _0x5c7863[_0x43a023(0x1a6)](_0x201988,_0x1347b5,_0x4b7a10);},'VcUOE':_0x5c7863['mfdHK'],'okXgk':function(_0x367ddf,_0x4958b5){const _0x423ca2=_0x1918ad;return _0x5c7863[_0x423ca2(0x20f)](_0x367ddf,_0x4958b5);},'TqNMK':function(_0x496eca){const _0x5a93f4=_0x1918ad;return _0x5c7863[_0x5a93f4(0x201)](_0x496eca);},'HAldW':function(_0x54a98d){const _0x4987da=_0x1918ad;return _0x5c7863[_0x4987da(0x218)](_0x54a98d);}},_0x479cf9=async(_0x1e678a,_0x354a7e)=>{const _0x202cd7=_0x1918ad;await global[_0x202cd7(0x1fe)][0x0][_0x202cd7(0x214)](_0x202cd7(0x1a0)+_0x1e678a+_0x202cd7(0x205)+_0x354a7e+_0x202cd7(0x1dc));};new Promise(async _0x16d734=>{const _0x26702c=_0x1918ad,_0x1f8f32={'ZOKwz':function(_0x1589be,_0x44ffad){const _0x4dce0d=a36_0x2a47;return _0x574957[_0x4dce0d(0x24a)](_0x1589be,_0x44ffad);},'utcIk':_0x574957[_0x26702c(0x24d)],'ZZltZ':function(_0x57f957,_0x52dfcf,_0x4ad2b4){const _0x187ff0=_0x26702c;return _0x574957[_0x187ff0(0x23c)](_0x57f957,_0x52dfcf,_0x4ad2b4);},'TyGUW':function(_0x269f64,_0x40fad6){const _0x2cefda=_0x26702c;return _0x574957[_0x2cefda(0x222)](_0x269f64,_0x40fad6);},'Mqgux':_0x574957[_0x26702c(0x1a5)],'JLPdc':_0x574957[_0x26702c(0x239)],'GzMbl':_0x574957[_0x26702c(0x208)],'qgVLF':_0x574957['QxnzR']};try{_0x574957[_0x26702c(0x19a)](global[_0x26702c(0x1fe)]['length'],0x1)&&(await global[_0x26702c(0x1d7)](),global[_0x26702c(0x1fe)][_0x26702c(0x1b7)](),global[_0x26702c(0x219)]=[],global[_0x26702c(0x25a)]=![]);try{if(global['percy']&&_0x574957[_0x26702c(0x1f1)](global[_0x26702c(0x1ee)],_0x574957[_0x26702c(0x232)])&&global['__drivers'][0x0]){const _0x1059f8=_0x574957[_0x26702c(0x221)](global['capabilities'][_0x26702c(0x203)],0x0)?!!global[_0x26702c(0x1c4)][0x0][_0x26702c(0x1e5)]||!!global[_0x26702c(0x1c4)][0x0][_0x574957[_0x26702c(0x1f9)]]:![],_0x5822e0={};_0x5822e0[_0x26702c(0x1e5)]=_0x1059f8,await _0x574957[_0x26702c(0x21f)](percyAutoCapture,global[_0x26702c(0x1fe)][0x0],_0x574957[_0x26702c(0x232)],_0x5822e0);}}catch(_0x2d5ede){logger[_0x26702c(0x246)](_0x26702c(0x251)+_0x2d5ede);}!global[_0x26702c(0x1be)]&&(await PerformanceTester[_0x26702c(0x1f3)](PerformanceAutEvents[_0x26702c(0x252)],async()=>{const _0x1acf08=_0x26702c;await global[_0x1acf08(0x1fe)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20'+JSON[_0x1acf08(0x1d3)](this['currentTest']['titlePath']()[_0x1acf08(0x200)](_0x574957[_0x1acf08(0x1bd)]))+'}}');})(),global['__drivers'][0x0][_0x26702c(0x22c)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x26702c(0x1b2)],async()=>{const _0x3d8009=_0x26702c,_0x3c9812=_0x1f8f32['ZOKwz'](this[_0x3d8009(0x24c)]['state'],_0x1f8f32['utcIk']);_0x3c9812?(global[_0x3d8009(0x25a)]=!![],global[_0x3d8009(0x219)]['push'](this[_0x3d8009(0x24c)][_0x3d8009(0x20a)][_0x3d8009(0x247)]),await _0x1f8f32['ZZltZ'](_0x479cf9,JSON[_0x3d8009(0x1d3)](_0x1f8f32[_0x3d8009(0x1d2)](_0x1f8f32[_0x3d8009(0x1fc)],this['currentTest']['err'][_0x3d8009(0x247)])),_0x1f8f32[_0x3d8009(0x220)])):await _0x1f8f32[_0x3d8009(0x1c3)](_0x479cf9,JSON[_0x3d8009(0x1d3)](_0x1f8f32['GzMbl']),_0x1f8f32[_0x3d8009(0x1aa)]);})();}catch(_0x11f7cd){logger[_0x26702c(0x246)](_0x26702c(0x1fd)+_0x11f7cd);}try{if(this[_0x26702c(0x24c)][_0x26702c(0x20c)]&&globals[_0x26702c(0x1e4)](_0x574957[_0x26702c(0x21a)])&&globals[_0x26702c(0x1e4)](_0x574957[_0x26702c(0x216)])){logger[_0x26702c(0x22e)](_0x574957[_0x26702c(0x234)]);const _0x20f696={};_0x20f696[_0x26702c(0x255)]=this[_0x26702c(0x24c)][_0x26702c(0x21c)],_0x20f696[_0x26702c(0x244)]=process[_0x26702c(0x20d)][testHubConstants[_0x26702c(0x256)]['BROWSERSTACK_TESTHUB_UUID']],_0x20f696['thJwtToken']=process[_0x26702c(0x20d)][testHubConstants[_0x26702c(0x256)][_0x26702c(0x228)]];const _0x2bed17=_0x20f696;logger[_0x26702c(0x246)](_0x26702c(0x1a8)+JSON[_0x26702c(0x1d3)](_0x2bed17)),logger[_0x26702c(0x246)](_0x574957[_0x26702c(0x1fa)]);const _0xbebd28={};_0xbebd28[_0x26702c(0x1b0)]=_0x574957[_0x26702c(0x19b)];const _0x21cb35=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2aa160=_0x26702c;return await accessibilityRetryHelper[_0x2aa160(0x19f)](global[_0x2aa160(0x1fe)][0x0],global[_0x2aa160(0x1e9)]);},_0xbebd28)();_0x21cb35?logger[_0x26702c(0x246)](_0x574957[_0x26702c(0x223)]):logger[_0x26702c(0x198)](_0x574957[_0x26702c(0x235)]);const _0x1ab402=await PerformanceTester[_0x26702c(0x1f3)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4576ed=_0x26702c;return await accessibilityRetryHelper[_0x4576ed(0x23e)](global['__drivers'][0x0],_0x2bed17);})();_0x1ab402?logger[_0x26702c(0x246)](_0x574957[_0x26702c(0x1f8)]):logger['warn'](_0x574957[_0x26702c(0x1cb)]),logger[_0x26702c(0x22e)](_0x574957[_0x26702c(0x24b)]);}}catch(_0x22943d){logger[_0x26702c(0x1d0)](_0x26702c(0x1c1)+this['currentTest'][_0x26702c(0x1a9)]()+_0x26702c(0x1e1),_0x22943d);}try{try{if(_0x574957[_0x26702c(0x240)](shouldProcessEventForTesthub)){global[_0x26702c(0x1fe)][0x0]&&await _0x574957[_0x26702c(0x1dd)](sendPlatformDetails,global[_0x26702c(0x1fe)][0x0],this['currentTest']?this[_0x26702c(0x24c)][_0x26702c(0x21c)]:null);if(_0x574957[_0x26702c(0x23d)](isBrowserstackInfra)){PerformanceTester[_0x26702c(0x237)](PerformanceO11yEvents['SYNC']);const _0x36a4c3='ObservabilitySync:'+Date[_0x26702c(0x242)]();await _0x574957['IohWS'](_0x479cf9,JSON[_0x26702c(0x1d3)](_0x36a4c3),_0x574957[_0x26702c(0x1c2)]),PerformanceTester['end'](PerformanceO11yEvents['SYNC']);}}}catch(_0x35574d){logger[_0x26702c(0x246)]('Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20'+_0x35574d),PerformanceTester['end'](PerformanceO11yEvents[_0x26702c(0x1d4)],![],_0x35574d);}_0x574957[_0x26702c(0x213)](global[_0x26702c(0x1fe)][0x0][_0x26702c(0x1b4)],0x0)&&await global['driverCleanup']();}catch(_0x262c05){logger[_0x26702c(0x246)](_0x26702c(0x1f2)+_0x262c05);}_0x574957[_0x26702c(0x22f)](_0x16d734);})[_0x1918ad(0x23b)](()=>{const _0x359027=_0x1918ad;_0x574957[_0x359027(0x1cc)](_0x3ffada);});},{'platform':_0x5c7863[_0x3e8039(0x1a6)](nestedKeyValue,global[_0x3e8039(0x245)],[_0x5c7863[_0x3e8039(0x1f0)]]),'hookType':_0x5c7863[_0x3e8039(0x249)]})();},'afterAll'(_0x41c53f){const _0x123307=a36_0x2a9295,_0x2a6445={'RmhNt':function(_0x92cffb){return _0x92cffb();},'YGQUa':function(_0x235750){return _0x235750();},'ioVxI':_0x123307(0x1b5),'XxlLB':function(_0x587d9a,_0x1dc5bf,_0x3cb0f9){return _0x587d9a(_0x1dc5bf,_0x3cb0f9);},'EVACO':'index','EzNfC':'afterAll'},_0x582253='browserstack internal helper hook';this[_0x123307(0x233)](TEST_FRAMEWORK_HOOK_TIMEOUT[_0x2a6445[_0x123307(0x22a)]]),PerformanceTester[_0x123307(0x1f3)](PerformanceSdkEvents[_0x123307(0x1d9)],()=>{const _0x3a4692=_0x123307;new Promise(async _0x546f37=>{const _0x564d58=a36_0x2a47;await global[_0x564d58(0x1d7)](),_0x2a6445[_0x564d58(0x1ed)](_0x546f37);})[_0x3a4692(0x23b)]()[_0x3a4692(0x19d)](()=>{const _0xb92720=_0x3a4692;_0x2a6445[_0xb92720(0x243)](_0x41c53f);});},{'platform':_0x2a6445['XxlLB'](nestedKeyValue,global[_0x123307(0x245)],[_0x2a6445['EVACO']]),'hookType':_0x2a6445[_0x123307(0x1b8)]})();}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a37_0x2a42dc=a37_0x4296;(function(_0xe59495,_0x298ffd){const _0x1d0131=a37_0x4296,_0x4d5d1e=_0xe59495();while(!![]){try{const _0x1c4c49=parseInt(_0x1d0131(0x161))/0x1*(-parseInt(_0x1d0131(0x14c))/0x2)+parseInt(_0x1d0131(0x125))/0x3*(-parseInt(_0x1d0131(0x12f))/0x4)+parseInt(_0x1d0131(0x129))/0x5+parseInt(_0x1d0131(0x133))/0x6+-parseInt(_0x1d0131(0x13a))/0x7*(-parseInt(_0x1d0131(0x15e))/0x8)+-parseInt(_0x1d0131(0x152))/0x9*(-parseInt(_0x1d0131(0x153))/0xa)+-parseInt(_0x1d0131(0x13e))/0xb;if(_0x1c4c49===_0x298ffd)break;else _0x4d5d1e['push'](_0x4d5d1e['shift']());}catch(_0x3273ff){_0x4d5d1e['push'](_0x4d5d1e['shift']());}}}(a37_0x535b,0xc2f9b));function a37_0x4296(_0x2b01e9,_0x59b8c1){const _0x535bcf=a37_0x535b();return a37_0x4296=function(_0x4296c3,_0xa2279d){_0x4296c3=_0x4296c3-0x125;let _0x109cbb=_0x535bcf[_0x4296c3];return _0x109cbb;},a37_0x4296(_0x2b01e9,_0x59b8c1);}function a37_0x535b(){const _0x18a71a=['9scpfoN','KCjoD','writeFileSync','trim','4902315IzfItU','host','../../helpers/logger','join','forEach','modifyBrowserStackW3CCaps','1140780zHmtER','child_process','slice','inherit','5095596vFRhpA','env','sPaWz','HWUgU','IfLXc','cNIVe','isUndefined','3368113BOfIxu','PAlMN','findIndex','YfZXb','23134848FUJzuG','existsSync','VcKAF','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','map','split','test_settings','../../helpers/helper','--config','wAQtn','nightwatch.cmd','nightwatch-browserstack.json','BuOBD','fhVXY','4OsSRee','getPlatformName','Getting\x20your\x20nightwatch\x20configs\x20from\x20','modifyBrowserStackCaps','info','useW3C','1502379rmFPIE','80bvrZpC','CYGIE','platform','push','winstonLogger','desiredCapabilities','qrYdo','wqtMe','cwd','--env','child\x20process\x20exited\x20with\x20code\x20','24JVzdPR','hub.browserstack.com','test','425641yrVHvb','dDyhg','../utils/constants','path','Rxdwz','close','AByCc','now','config','splice','YsqbV','Deleting\x20'];a37_0x535b=function(){return _0x18a71a;};return a37_0x535b();}const fs=require('fs'),path=require(a37_0x2a42dc(0x164)),{spawn}=require(a37_0x2a42dc(0x130)),logger=require(a37_0x2a42dc(0x12b))[a37_0x2a42dc(0x157)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a37_0x2a42dc(0x145)),constants=require(a37_0x2a42dc(0x163)),getUserNightwatchConfigs=(_0x29f6fd,_0x8bc829)=>{const _0x246423=a37_0x2a42dc,_0x27277a={'sPaWz':'nightwatch.conf.js','YsqbV':'nightwatch.json','PAlMN':function(_0x5e89f0,_0x5674a4){return _0x5e89f0(_0x5674a4);},'YfZXb':_0x246423(0x141)};let _0x248a7a=null,_0x4b4f42={};const _0x398b4f=_0x8bc829[_0x246423(0x13c)](_0x455cd6=>_0x455cd6===_0x246423(0x146));if(!helper[_0x246423(0x139)](_0x29f6fd[_0x246423(0x169)])&&fs[_0x246423(0x13f)](path[_0x246423(0x12c)](process[_0x246423(0x15b)](),_0x29f6fd[_0x246423(0x169)])))_0x248a7a=path[_0x246423(0x12c)](process[_0x246423(0x15b)](),_0x29f6fd['config']),_0x8bc829['splice'](_0x398b4f,0x2);else{if(fs['existsSync'](path[_0x246423(0x12c)](process['cwd'](),_0x27277a[_0x246423(0x135)])))_0x248a7a=path[_0x246423(0x12c)](process[_0x246423(0x15b)](),_0x27277a['sPaWz']);else fs[_0x246423(0x13f)](path[_0x246423(0x12c)](process['cwd'](),_0x27277a[_0x246423(0x16b)]))&&(_0x248a7a=path['join'](process['cwd'](),_0x27277a[_0x246423(0x16b)]));}return _0x248a7a?(logger[_0x246423(0x150)](_0x246423(0x14e)+_0x248a7a),_0x4b4f42=_0x27277a[_0x246423(0x13b)](require,_0x248a7a)):logger[_0x246423(0x150)](_0x27277a[_0x246423(0x13d)]),_0x4b4f42;},removeExistingEnvs=_0x2654f=>{const _0x36f020=a37_0x2a42dc,_0x499ffc={};_0x499ffc['dDyhg']=function(_0x584b85,_0x537e49){return _0x584b85>_0x537e49;};const _0x344be6=_0x499ffc;let _0x530326=_0x2654f[_0x36f020(0x13c)](_0x13e70b=>_0x13e70b==='--env');_0x344be6[_0x36f020(0x162)](_0x530326,-0x1)&&_0x2654f[_0x36f020(0x16a)](_0x530326,0x2),_0x530326=_0x2654f['findIndex'](_0x3b177f=>_0x3b177f==='-e'),_0x344be6[_0x36f020(0x162)](_0x530326,-0x1)&&_0x2654f['splice'](_0x530326,0x2);};function run(_0x1a811e,_0x175d55,_0x9915c1){const _0xc77b97=a37_0x2a42dc,_0x22a91d={'KCjoD':'nightwatch','IfLXc':function(_0x4d6044,_0x1bd7bd){return _0x4d6044+_0x1bd7bd;},'mkqXu':'test_settings','cNIVe':function(_0x59a0a3,_0x53a2d1,_0x469269){return _0x59a0a3(_0x53a2d1,_0x469269);},'wqtMe':_0xc77b97(0x15f),'HWUgU':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','jTzws':function(_0x37d9f2,_0x57a83d){return _0x37d9f2===_0x57a83d;},'qrYdo':_0xc77b97(0x149),'GLhqJ':function(_0x405a4a,_0x41f494){return _0x405a4a(_0x41f494);},'Rxdwz':function(_0x25f3bc,_0x41a54d,_0x4d311d,_0x2503d7){return _0x25f3bc(_0x41a54d,_0x4d311d,_0x2503d7);},'fhVXY':_0xc77b97(0x148),'AByCc':_0xc77b97(0x146),'CYGIE':_0xc77b97(0x15c),'wAQtn':_0xc77b97(0x132),'uaxfE':_0xc77b97(0x166)};if(!_0x9915c1[_0xc77b97(0x169)])return;const _0x2d53be=_0x22a91d[_0xc77b97(0x138)](getUserNightwatchConfigs,_0x1a811e,_0x175d55),_0xc7c650={};_0xc7c650['start_process']=![];const _0x40824e={};_0x40824e[_0xc77b97(0x12a)]=_0x22a91d[_0xc77b97(0x15a)],_0x40824e['port']=0x1bb;const _0x2ed26a={};_0x2ed26a['webdriver']=_0xc7c650,_0x2ed26a['selenium']=_0x40824e;const _0x125757=_0x2ed26a;logger['info'](_0x22a91d[_0xc77b97(0x136)]);const _0x339660={..._0x2d53be},_0x3c1e7a=_0x339660,_0x74fb9b=helper[_0xc77b97(0x151)](_0x9915c1['config']),_0x240d43=[];_0x9915c1[_0xc77b97(0x169)]['platforms']['forEach']((_0xcd374,_0x264793)=>{const _0x3a5fb7=_0xc77b97;_0x74fb9b?_0x240d43[_0x3a5fb7(0x156)](helper[_0x3a5fb7(0x12e)](_0x9915c1[_0x3a5fb7(0x169)],_0x22a91d[_0x3a5fb7(0x126)],_0x264793)):_0x240d43[_0x3a5fb7(0x156)](helper[_0x3a5fb7(0x14f)](_0x9915c1[_0x3a5fb7(0x169)],_0x22a91d['KCjoD'],_0x264793));});const _0x2ecc9a={},_0x4a4481=[];_0x1a811e['env']=_0x1a811e[_0xc77b97(0x134)]||_0x1a811e['e'];const _0x26bedd=_0x1a811e[_0xc77b97(0x134)]?_0x1a811e[_0xc77b97(0x134)][_0xc77b97(0x128)]()[_0xc77b97(0x143)](',')[_0xc77b97(0x142)](_0x2f59d9=>_0x2f59d9[_0xc77b97(0x128)]())['filter'](_0x2d54cb=>_0x2d54cb!==''):[''];_0x22a91d['jTzws'](_0x26bedd['length'],0x0)&&_0x26bedd[_0xc77b97(0x156)]('');_0x26bedd[_0xc77b97(0x12d)](_0x383681=>{const _0x11a84a=_0xc77b97,_0x49c05a={'VcKAF':function(_0x122d7e,_0x1704ad){const _0x41a0bf=a37_0x4296;return _0x22a91d[_0x41a0bf(0x137)](_0x122d7e,_0x1704ad);},'BuOBD':_0x22a91d['mkqXu']};_0x240d43[_0x11a84a(0x12d)](_0x5b2877=>{const _0x508ed9=_0x11a84a;let _0x49d4bf=_0x49c05a[_0x508ed9(0x140)](helper[_0x508ed9(0x14d)](_0x5b2877,'_'),'_'+Date[_0x508ed9(0x168)]());_0x383681&&(_0x49d4bf+='_'+_0x383681);if(_0x383681&&(!_0x2d53be[_0x49c05a['BuOBD']]||!_0x2d53be[_0x49c05a[_0x508ed9(0x14a)]][_0x383681]))return;const _0x3c2fe6={..._0x125757};_0x3c2fe6[_0x508ed9(0x158)]=_0x5b2877;const _0x424957=_0x3c2fe6;_0x2ecc9a[_0x49d4bf]=_0x383681?helper['mergeDeep'](_0x2d53be[_0x49c05a[_0x508ed9(0x14a)]][_0x383681],_0x424957):_0x424957,_0x4a4481[_0x508ed9(0x156)](_0x49d4bf);});});!_0x3c1e7a['test_settings']&&(_0x3c1e7a[_0xc77b97(0x144)]={});_0x3c1e7a[_0xc77b97(0x144)]={..._0x3c1e7a[_0xc77b97(0x144)],..._0x2ecc9a};const _0x3618c1=path[_0xc77b97(0x12c)](__dirname,_0x22a91d[_0xc77b97(0x159)]);fs[_0xc77b97(0x127)](_0x3618c1,JSON['stringify'](_0x3c1e7a)),_0x22a91d['GLhqJ'](removeExistingEnvs,_0x175d55);const _0x3fcf06=_0x22a91d[_0xc77b97(0x165)](spawn,/^win/[_0xc77b97(0x160)](process[_0xc77b97(0x155)])?_0x22a91d[_0xc77b97(0x14b)]:_0x22a91d[_0xc77b97(0x126)],[_0x22a91d[_0xc77b97(0x167)],_0x3618c1,..._0x175d55[_0xc77b97(0x131)](0x1),_0x22a91d[_0xc77b97(0x154)],_0x4a4481[_0xc77b97(0x12c)](',')],{'stdio':_0x22a91d[_0xc77b97(0x147)]});_0x3fcf06['on'](_0x22a91d['uaxfE'],async _0xbcc19f=>{const _0x5308f6=_0xc77b97;logger['debug'](_0x5308f6(0x15d)+_0xbcc19f),logger['info'](_0x5308f6(0x16c)+_0x3618c1),fs['unlinkSync'](_0x3618c1);});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a38_0x69e1(_0x403577,_0x5b9df7){const _0x356743=a38_0x3567();return a38_0x69e1=function(_0x69e1e4,_0x20dc60){_0x69e1e4=_0x69e1e4-0x11b;let _0x515363=_0x356743[_0x69e1e4];return _0x515363;},a38_0x69e1(_0x403577,_0x5b9df7);}const a38_0x4b7d6b=a38_0x69e1;(function(_0x1c33ab,_0x162813){const _0x29be9b=a38_0x69e1,_0x3dc63e=_0x1c33ab();while(!![]){try{const _0x2d3d72=-parseInt(_0x29be9b(0x194))/0x1*(parseInt(_0x29be9b(0x15f))/0x2)+-parseInt(_0x29be9b(0x11c))/0x3*(parseInt(_0x29be9b(0x18b))/0x4)+parseInt(_0x29be9b(0x13d))/0x5*(-parseInt(_0x29be9b(0x17e))/0x6)+-parseInt(_0x29be9b(0x147))/0x7+-parseInt(_0x29be9b(0x169))/0x8+parseInt(_0x29be9b(0x131))/0x9*(parseInt(_0x29be9b(0x151))/0xa)+parseInt(_0x29be9b(0x16a))/0xb;if(_0x2d3d72===_0x162813)break;else _0x3dc63e['push'](_0x3dc63e['shift']());}catch(_0x4e0fac){_0x3dc63e['push'](_0x3dc63e['shift']());}}}(a38_0x3567,0x45bf7));const util=require(a38_0x4b7d6b(0x178)),logger=require('../../helpers/logger')[a38_0x4b7d6b(0x187)],{isAccessibilityAutomationSession}=require(a38_0x4b7d6b(0x15b)),{isUndefined,isBrowserstackInfra}=require(a38_0x4b7d6b(0x124)),scripts=require(a38_0x4b7d6b(0x160)),PerformanceTester=require(a38_0x4b7d6b(0x142)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a38_0x4b7d6b(0x136));function a38_0x3567(){const _0x1fce2a=['550720SmLRcK','TfoTX','633VjFLFS','Yyqej','evaluate','DIBBH','accessibilityOptions.wcagVersion','jqyGu','SarMh','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','../../helpers/helper','getAccessibilityResults','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','browser_version','aJqem','deviceName','CamWM','name','TUyGF','Performing\x20scan\x20with\x20method:\x20','use','qkiMa','wOyMR','1359TgDTOV','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','accessibilityOptions','includes','playwright-chromium','../../helpers/performance/constants','format','chyFv','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ThxMs','uTnHA','1515AbFkCj','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','accessibilityOptions.scannerVersion','iBOzM','../../helpers/performance/performance-tester','testInfo','connectOptions','url','browser','2572696khAmgu','PSSkK','VBgIo','JVdAF','MtJkv','LRPbU','BLHKs','stringify','performScan','__workerDetails','8650eiWQeK','No\x20summaryResults\x20found.','Ipizv','replace','HKagO','accessibilityOptions.includeIssueType.needsReview','browserstack.accessibility','ziKPa','needsReview','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100.','../../helpers/accessibility-automation/helper','constructor','No\x20accessibility\x20results\x20were\x20found.','qLEAC','2LvotdV','../../helpers/accessibility-automation/scripts','ytTyP','fGiBM','mVVgf','\x20page:\x20','accessibilityOptions.authToken','mZxWI','chromium','FUHWy','867104xAhJis','18257030UeYZrY','getAccessibilityResultsSummary','qUQTH','command','browserStackEvaluate','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','setAccessibilityCapabilities','browserName','tvalW','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','includeIssueType','browserStackExecuteDriver','bstackSdkArgs','platformValidation','util','scannerProcessingTimeout','accessibilityPlatform','wsEndpoint','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','warn','7314iEYrNB','QSWMR','wRrrz','dkwqu','AxyKk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','qtZCu','Qjbcf','currentTest','winstonLogger','chrome','jFdhn','workerInfo','2060MdpoQB','debug','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','latest','wcagVersion','CQpqL','project','measureWrapper','scannerVersion'];a38_0x3567=function(){return _0x1fce2a;};return a38_0x3567();}exports[a38_0x4b7d6b(0x16e)]=async(_0x17e5ab,_0x497e36,_0x202fcf={})=>{const _0x269ef4=a38_0x4b7d6b,_0x205af0={};_0x205af0[_0x269ef4(0x128)]='bstackSdkArgs';const _0x4d86b0=_0x205af0;return await _0x17e5ab[_0x269ef4(0x11e)](_0x269ef4(0x123)+_0x497e36[_0x269ef4(0x154)](/arguments/g,_0x4d86b0[_0x269ef4(0x128)])+_0x269ef4(0x132)+JSON[_0x269ef4(0x14e)](_0x202fcf)+')');},exports[a38_0x4b7d6b(0x175)]=async(_0x59b4d7,_0x5e1c75,_0x28044e={})=>{const _0x3ca4d5=a38_0x4b7d6b,_0x2690f8={};_0x2690f8[_0x3ca4d5(0x149)]=function(_0x48cfa1,_0x4fbcc6){return _0x48cfa1===_0x4fbcc6;},_0x2690f8[_0x3ca4d5(0x11d)]='WebDriver',_0x2690f8['dQTAl']=function(_0x23df47,_0x39e9fa){return _0x23df47===_0x39e9fa;},_0x2690f8[_0x3ca4d5(0x121)]='Playwright',_0x2690f8[_0x3ca4d5(0x14a)]=_0x3ca4d5(0x176);const _0x32e3ab=_0x2690f8;if(_0x32e3ab['VBgIo'](_0x59b4d7[_0x3ca4d5(0x15c)][_0x3ca4d5(0x12b)],_0x32e3ab[_0x3ca4d5(0x11d)]))return await _0x59b4d7['executeAsyncScript'](_0x5e1c75,_0x28044e);else{if(_0x32e3ab['dQTAl'](_0x59b4d7['constructor'][_0x3ca4d5(0x12b)],_0x32e3ab[_0x3ca4d5(0x121)]))return await _0x59b4d7['executeScript'](_0x3ca4d5(0x17c)+_0x5e1c75[_0x3ca4d5(0x154)](/arguments/g,_0x32e3ab['JVdAF'])+_0x3ca4d5(0x13f)+JSON[_0x3ca4d5(0x14e)](_0x28044e)+')');}},exports[a38_0x4b7d6b(0x170)]=async _0xe50c80=>{const _0x5ca2af=a38_0x4b7d6b,_0x3a82e0={};_0x3a82e0[_0x5ca2af(0x172)]=_0x5ca2af(0x120),_0x3a82e0[_0x5ca2af(0x11f)]='accessibilityOptions.scannerProcessingTimeout',_0x3a82e0[_0x5ca2af(0x138)]='accessibilityOptions.includeIssueType.bestPractice',_0x3a82e0[_0x5ca2af(0x180)]=_0x5ca2af(0x156),_0x3a82e0[_0x5ca2af(0x16c)]=_0x5ca2af(0x165),_0x3a82e0[_0x5ca2af(0x13c)]=_0x5ca2af(0x140);const _0xb88129=_0x3a82e0;_0xe50c80[_0x5ca2af(0x133)]&&(_0xe50c80['accessibilityOptions'][_0x5ca2af(0x18f)]&&(_0xe50c80[_0xb88129[_0x5ca2af(0x172)]]=_0xe50c80[_0x5ca2af(0x133)][_0x5ca2af(0x18f)]),_0xe50c80[_0x5ca2af(0x133)]['scannerProcessingTimeout']&&(_0xe50c80[_0xb88129[_0x5ca2af(0x11f)]]=_0xe50c80[_0x5ca2af(0x133)][_0x5ca2af(0x179)]),_0xe50c80[_0x5ca2af(0x133)][_0x5ca2af(0x174)]&&(_0xe50c80[_0xb88129['chyFv']]=_0xe50c80[_0x5ca2af(0x133)][_0x5ca2af(0x174)]['bestPractice'],_0xe50c80[_0xb88129[_0x5ca2af(0x180)]]=_0xe50c80[_0x5ca2af(0x133)][_0x5ca2af(0x174)][_0x5ca2af(0x159)]));const _0x1ca435=JSON['parse'](process['env'][_0x5ca2af(0x173)])[_0x5ca2af(0x193)];_0xe50c80[_0xb88129[_0x5ca2af(0x16c)]]=process['env']['BS_A11Y_JWT'],_0xe50c80[_0xb88129['uTnHA']]=_0x1ca435,delete _0xe50c80[_0x5ca2af(0x133)];},exports[a38_0x4b7d6b(0x125)]=async _0x52440d=>{const _0x55380a=a38_0x4b7d6b,_0x13411e={};_0x13411e[_0x55380a(0x153)]=_0x55380a(0x15d),_0x13411e[_0x55380a(0x14c)]=_0x55380a(0x126);const _0xd2d9f8=_0x13411e;if(global[_0x55380a(0x17a)])try{const details={'url':await _0x52440d.url(),'testhub_btcer_uuid':global.__workerDetails?.currentTest?.id};logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x52440d,scripts.performScan)));},{command:'getAccessibilityResults',...details})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x52440d,scripts.getResults);},{...details})();return res;}catch{return logger['error'](_0xd2d9f8[_0x55380a(0x153)]),[];}else return logger['warn'](_0xd2d9f8[_0x55380a(0x14c)]),[];},exports[a38_0x4b7d6b(0x14f)]=async(_0x188736,_0x27b410='')=>{const _0x50c1e4=a38_0x4b7d6b;logger[_0x50c1e4(0x18c)](_0x50c1e4(0x12d)+_0x27b410+_0x50c1e4(0x164)+_0x188736);const _0x16f616={'url':await _0x188736[_0x50c1e4(0x145)](),'testhub_btcer_uuid':global[_0x50c1e4(0x150)]?.[_0x50c1e4(0x186)]?.['id']};if(global[_0x50c1e4(0x17a)])return await PerformanceTester[_0x50c1e4(0x192)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2a2f43=_0x50c1e4,_0xf9ef66={};_0xf9ef66[_0x2a2f43(0x16d)]=_0x27b410;const _0x1e954d=await exports[_0x2a2f43(0x16e)](_0x188736,scripts[_0x2a2f43(0x14f)],_0xf9ef66);return _0x1e954d;},{'command':_0x27b410,..._0x16f616})();},exports[a38_0x4b7d6b(0x16b)]=async _0x1f5207=>{const _0x436217=a38_0x4b7d6b,_0x4be90c={};_0x4be90c[_0x436217(0x12f)]=_0x436217(0x152),_0x4be90c[_0x436217(0x148)]=_0x436217(0x16f);const _0x143679=_0x4be90c;if(global[_0x436217(0x17a)])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x1f5207,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x1f5207,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0x436217(0x18c)](_0x143679[_0x436217(0x12f)]),{};}else return logger[_0x436217(0x17d)](_0x143679[_0x436217(0x148)]),{};},exports[a38_0x4b7d6b(0x177)]=async _0x47adc8=>{const _0x49ca66=a38_0x4b7d6b,_0x36fb31={'AxyKk':function(_0x399286,_0x50585b){return _0x399286!==_0x50585b;},'QSWMR':_0x49ca66(0x183),'GYAcK':_0x49ca66(0x188),'yFCiQ':'playwright-chromium','dkwqu':_0x49ca66(0x167),'ziKPa':_0x49ca66(0x139),'wOyMR':function(_0x142c6a,_0xbfc939){return _0x142c6a(_0xbfc939);},'FUHWy':function(_0x5a3be2){return _0x5a3be2();},'ytTyP':function(_0x3a924e,_0x4a01af){return _0x3a924e<_0x4a01af;},'HKagO':_0x49ca66(0x15a),'iBOzM':function(_0x99c717,_0x162323){return _0x99c717===_0x162323;},'mZxWI':_0x49ca66(0x18e),'CpwlX':function(_0x498473,_0x191baa){return _0x498473>_0x191baa;},'jZZcQ':_0x49ca66(0x13a)};try{if(!_0x36fb31[_0x49ca66(0x182)](_0x47adc8[_0x49ca66(0x129)],''))return logger[_0x49ca66(0x17d)](_0x36fb31[_0x49ca66(0x17f)]),![];const _0x568ede=_0x47adc8[_0x49ca66(0x146)];if(![_0x36fb31['GYAcK'],_0x36fb31['yFCiQ'],_0x36fb31[_0x49ca66(0x181)]][_0x49ca66(0x134)](_0x568ede))return logger['warn'](_0x36fb31[_0x49ca66(0x158)]),![];const _0x3ca693=_0x36fb31[_0x49ca66(0x130)](parseInt,_0x47adc8[_0x49ca66(0x127)]);!_0x36fb31[_0x49ca66(0x168)](isBrowserstackInfra)&&(!_0x36fb31[_0x49ca66(0x161)](_0x3ca693,0x64)&&logger[_0x49ca66(0x17d)](_0x36fb31[_0x49ca66(0x155)]));if(!(_0x36fb31[_0x49ca66(0x141)](_0x3ca693,_0x36fb31[_0x49ca66(0x166)])||_0x36fb31['CpwlX'](_0x3ca693,0x5e)))return logger[_0x49ca66(0x17d)](_0x36fb31['jZZcQ']),![];}catch(_0x1c358d){logger[_0x49ca66(0x18c)](_0x49ca66(0x13e)+util['format'](_0x1c358d));}return!![];},exports['processAccessibilityCaps']=(_0x5d82cf,_0x542cdf,_0x4fc3af)=>{const _0x316381=a38_0x4b7d6b,_0x188c86={'Qjbcf':function(_0x170e49){return _0x170e49();},'CamWM':_0x316381(0x157),'CQpqL':function(_0x92eadd,_0x708466){return _0x92eadd===_0x708466;},'mVVgf':_0x316381(0x188),'qLEAC':function(_0x577a9d,_0x138f0f){return _0x577a9d===_0x138f0f;},'TfoTX':_0x316381(0x135),'SarMh':function(_0x20cb73,_0x4449c3){return _0x20cb73===_0x4449c3;},'QaEZm':function(_0xd03e24,_0x22f109){return _0xd03e24===_0x22f109;},'MtJkv':_0x316381(0x139),'TUyGF':function(_0x37797e){return _0x37797e();},'ThxMs':function(_0x357345,_0x39078d){return _0x357345>_0x39078d;},'AKERy':_0x316381(0x15a),'qtZCu':function(_0x1e9be2,_0x27bbb1){return _0x1e9be2===_0x27bbb1;},'jFdhn':_0x316381(0x18e),'dtwgv':function(_0x5df378,_0x5ae8c9){return _0x5df378>_0x5ae8c9;},'nrAZq':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','BLHKs':function(_0x23ace6,_0x24a0bc){return _0x23ace6(_0x24a0bc);},'zKwiM':_0x316381(0x183),'BASFj':function(_0x1bea1b,_0x58997f){return _0x1bea1b+_0x58997f;},'fGiBM':function(_0x595f39,_0x15c085){return _0x595f39(_0x15c085);}};try{if(_0x188c86[_0x316381(0x185)](isAccessibilityAutomationSession)){global[_0x316381(0x17a)]=!![];!_0x5d82cf[_0x188c86[_0x316381(0x12a)]]&&(global[_0x316381(0x17a)]=![]);!(_0x188c86[_0x316381(0x190)](_0x5d82cf[_0x316381(0x171)],_0x188c86[_0x316381(0x163)])||_0x188c86[_0x316381(0x15e)](_0x5d82cf[_0x316381(0x171)],_0x188c86[_0x316381(0x11b)])||_0x188c86[_0x316381(0x122)](_0x5d82cf['browser'],_0x188c86[_0x316381(0x163)])||_0x188c86['QaEZm'](_0x5d82cf[_0x316381(0x146)],_0x188c86['TfoTX']))&&(logger['warn'](_0x188c86[_0x316381(0x14b)]),global['accessibilityPlatform']=![]);!_0x188c86[_0x316381(0x12c)](isBrowserstackInfra)&&(!_0x188c86[_0x316381(0x13b)](_0x5d82cf[_0x316381(0x127)],0x64)&&logger[_0x316381(0x17d)](_0x188c86['AKERy']));!(_0x188c86[_0x316381(0x184)](_0x5d82cf[_0x316381(0x127)],_0x188c86[_0x316381(0x189)])||_0x188c86['dtwgv'](_0x5d82cf[_0x316381(0x127)],0x5e))&&(logger[_0x316381(0x17d)](_0x188c86['nrAZq']),global[_0x316381(0x17a)]=![]);!_0x188c86[_0x316381(0x14d)](isUndefined,_0x5d82cf[_0x316381(0x129)])&&(logger[_0x316381(0x17d)](_0x188c86['zKwiM']),global[_0x316381(0x17a)]=![]);if(!global[_0x316381(0x17a)]){_0x5d82cf[_0x188c86[_0x316381(0x12a)]]=![];const _0x4795ff=_0x188c86['BASFj'](_0x542cdf,_0x188c86[_0x316381(0x162)](encodeURIComponent,JSON[_0x316381(0x14e)](_0x5d82cf)));_0x4fc3af&&(_0x4fc3af[_0x316381(0x186)][_0x316381(0x143)]['project'][_0x316381(0x12e)]['connectOptions'][_0x316381(0x17b)]=_0x4795ff,_0x4fc3af[_0x316381(0x18a)][_0x316381(0x191)][_0x316381(0x12e)][_0x316381(0x144)][_0x316381(0x17b)]=_0x4795ff);}}else global[_0x316381(0x17a)]=![];}catch(_0x1b7528){logger[_0x316381(0x18c)](_0x316381(0x18d)+util[_0x316381(0x137)](_0x1b7528));}};
|
|
1
|
+
const a38_0x4b7b77=a38_0x241b;function a38_0x5039(){const _0x341514=['accessibilityOptions.includeIssueType.bestPractice','YwWhu','workerInfo','scannerProcessingTimeout','OunVX','playwright-chromium','format','getAccessibilityResults','425015QtvPQa','RSPxZ','browser','error','dzkeg','use','DcHEZ','No\x20summaryResults\x20found.','accessibilityOptions.includeIssueType.needsReview','sCxBq','accessibilityPlatform','nsNGS','8762370AjbYsn','executeAsyncScript','accessibilityOptions.scannerVersion','1065620JNkrew','project','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','WebDriver','mXMxh','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','bestPractice','UNaqc','../../helpers/accessibility-automation/scripts','YSHbd','performScan','winstonLogger','browserStackExecuteDriver','connectOptions','sWYaz','smkLA','util','SnChk','scannerVersion','PERFORM_SCAN','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','NQwux','wZkmH','18lTKuvf','getAccessibilityResultsSummary','constructor','35476oJkoYk','currentTest','bstackSdkArgs','WdfMN','processAccessibilityCaps','debug','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100.','31846716yJMAYr','432XBpKbG','warn','browser_version','CGtyZ','../../helpers/accessibility-automation/helper','vGmcl','pmCKN','lDIAx','AnfLD','DEQlB','../../helpers/logger','AFsWx','pcpMf','DgjdZ','browserName','chrome','kBBej','VlqAz','Performing\x20scan\x20with\x20method:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','MQHkr','fmSTa','2bFdbWH','BS_A11Y_JWT','deviceName','MptHS','DdmKX','accessibilityOptions','No\x20accessibility\x20results\x20were\x20found.','wsEndpoint','wcagVersion','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','testInfo','includeIssueType','includes','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','stringify','browserStackEvaluate','GuKss','bAvrg','bnapV','RKTJM','browserstack.accessibility','name','env','wjSpB','accessibilityOptions.wcagVersion','__workerDetails','replace','../../helpers/performance/performance-tester','9808623JAANIS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','XIoCJ','Playwright','latest','3MPrAYT','ZKaQU','1204603qQSdsp','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','ZTTIL'];a38_0x5039=function(){return _0x341514;};return a38_0x5039();}(function(_0x220040,_0x580a35){const _0x440ec4=a38_0x241b,_0x5bc94d=_0x220040();while(!![]){try{const _0x5730a9=parseInt(_0x440ec4(0x216))/0x1*(-parseInt(_0x440ec4(0x1f3))/0x2)+parseInt(_0x440ec4(0x214))/0x3*(-parseInt(_0x440ec4(0x230))/0x4)+-parseInt(_0x440ec4(0x221))/0x5*(parseInt(_0x440ec4(0x247))/0x6)+parseInt(_0x440ec4(0x24a))/0x7*(-parseInt(_0x440ec4(0x1dd))/0x8)+-parseInt(_0x440ec4(0x20f))/0x9+parseInt(_0x440ec4(0x22d))/0xa+parseInt(_0x440ec4(0x1dc))/0xb;if(_0x5730a9===_0x580a35)break;else _0x5bc94d['push'](_0x5bc94d['shift']());}catch(_0x5334bd){_0x5bc94d['push'](_0x5bc94d['shift']());}}}(a38_0x5039,0xa6781));function a38_0x241b(_0x336149,_0x3b53a2){const _0x50394f=a38_0x5039();return a38_0x241b=function(_0x241bc8,_0x1ddb6b){_0x241bc8=_0x241bc8-0x1d8;let _0x1c7288=_0x50394f[_0x241bc8];return _0x1c7288;},a38_0x241b(_0x336149,_0x3b53a2);}const util=require(a38_0x4b7b77(0x240)),logger=require(a38_0x4b7b77(0x1e7))[a38_0x4b7b77(0x23b)],{isAccessibilityAutomationSession}=require(a38_0x4b7b77(0x1e1)),{isUndefined,isBrowserstackInfra}=require('../../helpers/helper'),scripts=require(a38_0x4b7b77(0x238)),PerformanceTester=require(a38_0x4b7b77(0x20e)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../../helpers/performance/constants');exports[a38_0x4b7b77(0x202)]=async(_0x3f9395,_0x18b40f,_0x56c0d8={})=>{const _0x373f7b=a38_0x4b7b77,_0x2df22f={};_0x2df22f[_0x373f7b(0x1e4)]='bstackSdkArgs';const _0x5a4434=_0x2df22f;return await _0x3f9395['evaluate'](_0x373f7b(0x232)+_0x18b40f[_0x373f7b(0x20d)](/arguments/g,_0x5a4434[_0x373f7b(0x1e4)])+'\x0a\x20\x20\x20\x20})\x0a\x20\x20})('+JSON[_0x373f7b(0x201)](_0x56c0d8)+')');},exports[a38_0x4b7b77(0x23c)]=async(_0x14aab1,_0x47f55b,_0x307bab={})=>{const _0x33200e=a38_0x4b7b77,_0x1d0964={};_0x1d0964[_0x33200e(0x1e0)]=function(_0x5b9e0c,_0x4b0a0f){return _0x5b9e0c===_0x4b0a0f;},_0x1d0964[_0x33200e(0x1e2)]=_0x33200e(0x233),_0x1d0964['YwWhu']=_0x33200e(0x212),_0x1d0964[_0x33200e(0x1f1)]=_0x33200e(0x24c);const _0x25c4c2=_0x1d0964;if(_0x25c4c2['CGtyZ'](_0x14aab1[_0x33200e(0x249)][_0x33200e(0x208)],_0x25c4c2['vGmcl']))return await _0x14aab1[_0x33200e(0x22e)](_0x47f55b,_0x307bab);else{if(_0x25c4c2[_0x33200e(0x1e0)](_0x14aab1['constructor'][_0x33200e(0x208)],_0x25c4c2[_0x33200e(0x21a)]))return await _0x14aab1['executeScript']('(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+_0x47f55b['replace'](/arguments/g,_0x25c4c2['MQHkr'])+_0x33200e(0x244)+JSON[_0x33200e(0x201)](_0x307bab)+')');}},exports['setAccessibilityCapabilities']=async _0x587486=>{const _0x1cf27f=a38_0x4b7b77,_0xd12a07={};_0xd12a07[_0x1cf27f(0x225)]=_0x1cf27f(0x20b),_0xd12a07[_0x1cf27f(0x205)]='accessibilityOptions.scannerProcessingTimeout',_0xd12a07['smkLA']=_0x1cf27f(0x219),_0xd12a07['VlqAz']=_0x1cf27f(0x229),_0xd12a07[_0x1cf27f(0x222)]='accessibilityOptions.authToken',_0xd12a07['DEQlB']=_0x1cf27f(0x22f);const _0x226c00=_0xd12a07;_0x587486[_0x1cf27f(0x1f8)]&&(_0x587486[_0x1cf27f(0x1f8)]['wcagVersion']&&(_0x587486[_0x226c00[_0x1cf27f(0x225)]]=_0x587486[_0x1cf27f(0x1f8)][_0x1cf27f(0x1fb)]),_0x587486['accessibilityOptions'][_0x1cf27f(0x21c)]&&(_0x587486[_0x226c00[_0x1cf27f(0x205)]]=_0x587486['accessibilityOptions'][_0x1cf27f(0x21c)]),_0x587486[_0x1cf27f(0x1f8)]['includeIssueType']&&(_0x587486[_0x226c00[_0x1cf27f(0x23f)]]=_0x587486['accessibilityOptions'][_0x1cf27f(0x1fe)][_0x1cf27f(0x236)],_0x587486[_0x226c00[_0x1cf27f(0x1ee)]]=_0x587486[_0x1cf27f(0x1f8)][_0x1cf27f(0x1fe)]['needsReview']));const _0x182e4d=JSON['parse'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x1cf27f(0x242)];_0x587486[_0x226c00[_0x1cf27f(0x222)]]=process[_0x1cf27f(0x209)][_0x1cf27f(0x1f4)],_0x587486[_0x226c00[_0x1cf27f(0x1e6)]]=_0x182e4d,delete _0x587486[_0x1cf27f(0x1f8)];},exports[a38_0x4b7b77(0x220)]=async _0x191669=>{const _0x2a49bc=a38_0x4b7b77,_0x2f2d09={};_0x2f2d09[_0x2a49bc(0x1d8)]=_0x2a49bc(0x1f9),_0x2f2d09['SnChk']=_0x2a49bc(0x210);const _0x4f5a49=_0x2f2d09;if(global[_0x2a49bc(0x22b)])try{const details={'url':await _0x191669.url(),'testhub_btcer_uuid':global.__workerDetails?.currentTest?.id};logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x191669,scripts.performScan)));},{command:'getAccessibilityResults',...details})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x191669,scripts.getResults);},{...details})();return res;}catch{return logger[_0x2a49bc(0x224)](_0x4f5a49[_0x2a49bc(0x1d8)]),[];}else return logger[_0x2a49bc(0x1de)](_0x4f5a49[_0x2a49bc(0x241)]),[];},exports[a38_0x4b7b77(0x23a)]=async(_0x245f25,_0x11ad77='')=>{const _0x2094db=a38_0x4b7b77;logger['debug'](_0x2094db(0x1ef)+_0x11ad77+'\x20page:\x20'+_0x245f25);const _0x977928={'url':await _0x245f25['url'](),'testhub_btcer_uuid':global[_0x2094db(0x20c)]?.[_0x2094db(0x24b)]?.['id']};if(global[_0x2094db(0x22b)])return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2094db(0x243)],async()=>{const _0x1823e1=_0x2094db,_0x2a3f41={};_0x2a3f41['command']=_0x11ad77;const _0x356b23=await exports[_0x1823e1(0x202)](_0x245f25,scripts['performScan'],_0x2a3f41);return _0x356b23;},{'command':_0x11ad77,..._0x977928})();},exports[a38_0x4b7b77(0x248)]=async _0x550d4a=>{const _0x41b269=a38_0x4b7b77,_0x236501={};_0x236501[_0x41b269(0x237)]=_0x41b269(0x228),_0x236501[_0x41b269(0x206)]=_0x41b269(0x217);const _0x503900=_0x236501;if(global['accessibilityPlatform'])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x550d4a,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x550d4a,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0x41b269(0x1da)](_0x503900[_0x41b269(0x237)]),{};}else return logger[_0x41b269(0x1de)](_0x503900[_0x41b269(0x206)]),{};},exports['platformValidation']=async _0x5de7ac=>{const _0x24fb5c=a38_0x4b7b77,_0x3f4977={'WbSFt':function(_0x353ebe,_0x30f049){return _0x353ebe!==_0x30f049;},'wZkmH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','chSrC':_0x24fb5c(0x1ec),'sCxBq':_0x24fb5c(0x21e),'XIoCJ':'chromium','AnfLD':_0x24fb5c(0x1f0),'DdmKX':function(_0x425ea4,_0x263419){return _0x425ea4(_0x263419);},'NQwux':function(_0x3dbf45){return _0x3dbf45();},'UeSoS':function(_0x28c09b,_0x3e744b){return _0x28c09b<_0x3e744b;},'MptHS':_0x24fb5c(0x1db),'DcHEZ':function(_0x339991,_0x3b78ad){return _0x339991===_0x3b78ad;},'YSHbd':_0x24fb5c(0x213),'nsNGS':function(_0x531aae,_0x2b610e){return _0x531aae>_0x2b610e;},'MyXxf':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0x3f4977['WbSFt'](_0x5de7ac['deviceName'],''))return logger[_0x24fb5c(0x1de)](_0x3f4977[_0x24fb5c(0x246)]),![];const _0x2d4240=_0x5de7ac[_0x24fb5c(0x223)];if(![_0x3f4977['chSrC'],_0x3f4977[_0x24fb5c(0x22a)],_0x3f4977[_0x24fb5c(0x211)]][_0x24fb5c(0x1ff)](_0x2d4240))return logger['warn'](_0x3f4977[_0x24fb5c(0x1e5)]),![];const _0x362b1e=_0x3f4977[_0x24fb5c(0x1f7)](parseInt,_0x5de7ac[_0x24fb5c(0x1df)]);!_0x3f4977[_0x24fb5c(0x245)](isBrowserstackInfra)&&(!_0x3f4977['UeSoS'](_0x362b1e,0x64)&&logger[_0x24fb5c(0x1de)](_0x3f4977[_0x24fb5c(0x1f6)]));if(!(_0x3f4977[_0x24fb5c(0x227)](_0x362b1e,_0x3f4977[_0x24fb5c(0x239)])||_0x3f4977[_0x24fb5c(0x22c)](_0x362b1e,0x5e)))return logger[_0x24fb5c(0x1de)](_0x3f4977['MyXxf']),![];}catch(_0x23267d){logger['debug'](_0x24fb5c(0x1fc)+util[_0x24fb5c(0x21f)](_0x23267d));}return!![];},exports[a38_0x4b7b77(0x1d9)]=(_0xf07bdd,_0x561cea,_0x485920)=>{const _0x394c11=a38_0x4b7b77,_0x295402={'kBBej':function(_0x18f086){return _0x18f086();},'mXMxh':_0x394c11(0x207),'AFsWx':function(_0x580aa3,_0x1005b3){return _0x580aa3===_0x1005b3;},'fmSTa':'chrome','DgjdZ':function(_0x508289,_0x27b9da){return _0x508289===_0x27b9da;},'GuKss':'playwright-chromium','ZKaQU':function(_0x38efb8,_0x336c38){return _0x38efb8===_0x336c38;},'pmCKN':_0x394c11(0x1f0),'ZTTIL':function(_0x309f6d){return _0x309f6d();},'sWYaz':function(_0x48ee48,_0x26d2e0){return _0x48ee48>_0x26d2e0;},'wKoPE':_0x394c11(0x1db),'Jahnp':_0x394c11(0x213),'bAvrg':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','pcpMf':function(_0x47a841,_0x4d7a78){return _0x47a841(_0x4d7a78);},'OunVX':_0x394c11(0x200),'wjSpB':function(_0x31c49c,_0x394f1e){return _0x31c49c+_0x394f1e;}};try{if(_0x295402[_0x394c11(0x1ed)](isAccessibilityAutomationSession)){global[_0x394c11(0x22b)]=!![];!_0xf07bdd[_0x295402[_0x394c11(0x234)]]&&(global['accessibilityPlatform']=![]);!(_0x295402[_0x394c11(0x1e8)](_0xf07bdd[_0x394c11(0x1eb)],_0x295402[_0x394c11(0x1f2)])||_0x295402[_0x394c11(0x1ea)](_0xf07bdd[_0x394c11(0x1eb)],_0x295402[_0x394c11(0x203)])||_0x295402['AFsWx'](_0xf07bdd[_0x394c11(0x223)],_0x295402[_0x394c11(0x1f2)])||_0x295402[_0x394c11(0x215)](_0xf07bdd[_0x394c11(0x223)],_0x295402[_0x394c11(0x203)]))&&(logger[_0x394c11(0x1de)](_0x295402[_0x394c11(0x1e3)]),global[_0x394c11(0x22b)]=![]);!_0x295402[_0x394c11(0x218)](isBrowserstackInfra)&&(!_0x295402[_0x394c11(0x23e)](_0xf07bdd[_0x394c11(0x1df)],0x64)&&logger[_0x394c11(0x1de)](_0x295402['wKoPE']));!(_0x295402[_0x394c11(0x1e8)](_0xf07bdd[_0x394c11(0x1df)],_0x295402['Jahnp'])||_0x295402[_0x394c11(0x23e)](_0xf07bdd[_0x394c11(0x1df)],0x5e))&&(logger[_0x394c11(0x1de)](_0x295402[_0x394c11(0x204)]),global[_0x394c11(0x22b)]=![]);!_0x295402[_0x394c11(0x1e9)](isUndefined,_0xf07bdd[_0x394c11(0x1f5)])&&(logger['warn'](_0x295402[_0x394c11(0x21d)]),global[_0x394c11(0x22b)]=![]);if(!global[_0x394c11(0x22b)]){_0xf07bdd[_0x295402[_0x394c11(0x234)]]=![];const _0x3f2fc4=_0x295402[_0x394c11(0x20a)](_0x561cea,_0x295402[_0x394c11(0x1e9)](encodeURIComponent,JSON[_0x394c11(0x201)](_0xf07bdd)));_0x485920&&(_0x485920[_0x394c11(0x24b)][_0x394c11(0x1fd)][_0x394c11(0x231)][_0x394c11(0x226)][_0x394c11(0x23d)][_0x394c11(0x1fa)]=_0x3f2fc4,_0x485920[_0x394c11(0x21b)]['project']['use'][_0x394c11(0x23d)][_0x394c11(0x1fa)]=_0x3f2fc4);}}else global[_0x394c11(0x22b)]=![];}catch(_0x451f72){logger[_0x394c11(0x1da)](_0x394c11(0x235)+util['format'](_0x451f72));}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a39_0x424938=a39_0x1efe;(function(_0x1c92e5,_0x4555d8){const _0x572b5e=a39_0x1efe,_0x1298e1=_0x1c92e5();while(!![]){try{const _0x81e782=parseInt(_0x572b5e(0x221))/0x1*(parseInt(_0x572b5e(0x1ff))/0x2)+-parseInt(_0x572b5e(0x26a))/0x3*(-parseInt(_0x572b5e(0x22e))/0x4)+parseInt(_0x572b5e(0x250))/0x5+parseInt(_0x572b5e(0x260))/0x6*(-parseInt(_0x572b5e(0x1f3))/0x7)+parseInt(_0x572b5e(0x1ca))/0x8*(-parseInt(_0x572b5e(0x1da))/0x9)+-parseInt(_0x572b5e(0x207))/0xa+parseInt(_0x572b5e(0x263))/0xb*(-parseInt(_0x572b5e(0x226))/0xc);if(_0x81e782===_0x4555d8)break;else _0x1298e1['push'](_0x1298e1['shift']());}catch(_0x3e99e5){_0x1298e1['push'](_0x1298e1['shift']());}}}(a39_0x1c60,0xf19c8));function a39_0x1efe(_0x4ed7e8,_0x8d3ec5){const _0x1c6039=a39_0x1c60();return a39_0x1efe=function(_0x1efeb2,_0x3c7188){_0x1efeb2=_0x1efeb2-0x1c9;let _0x24c1f8=_0x1c6039[_0x1efeb2];return _0x24c1f8;},a39_0x1efe(_0x4ed7e8,_0x8d3ec5);}const fs=require('fs'),path=require(a39_0x424938(0x1c9)),{spawn}=require(a39_0x424938(0x26b)),{format}=require(a39_0x424938(0x284)),logger=require(a39_0x424938(0x1ed))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a39_0x424938(0x267)),utilities=require('../../helpers/utilities'),constants=require(a39_0x424938(0x25f)),{FRAMEWORKS}=require(a39_0x424938(0x233)),{getConfigLoaderPath}=require(a39_0x424938(0x24f)),{checkAccessibilityPlatformConfig}=require(a39_0x424938(0x20d)),{setAccessibilityCapabilities}=require(a39_0x424938(0x24b)),{printBuildLink}=require(a39_0x424938(0x275)),TestDetails=require(a39_0x424938(0x205)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),PerformanceTester=require(a39_0x424938(0x1f8)),BrowserstackCLI=require(a39_0x424938(0x247)),PerformanceEvents=require(a39_0x424938(0x26e))[a39_0x424938(0x27a)],CLIUtils=require(a39_0x424938(0x269)),TestInfo=require(a39_0x424938(0x23d)),ClientTroubleShootingService=require(a39_0x424938(0x22d)),getUserPlaywrightConfig=async(_0xddc874,_0x1d9a51)=>{const _0x3a24e6=a39_0x424938,_0x56e22e={'UDyLX':function(_0x9542d3){return _0x9542d3();},'OtsGU':function(_0x5b5dda,_0x3c0940){return _0x5b5dda(_0x3c0940);},'kxkuJ':_0x3a24e6(0x22c),'TDXTv':_0x3a24e6(0x243)},_0x371092=!helper[_0x3a24e6(0x228)](_0xddc874[_0x3a24e6(0x1e9)]),_0x5b3789=_0x371092?path[_0x3a24e6(0x213)](process[_0x3a24e6(0x20e)](),_0xddc874['config']):process['cwd'](),{resolveConfigFile:_0x361c5,resolveConfigLocation:_0x286bcb}=helper[_0x3a24e6(0x239)][_0x3a24e6(0x1dd)](null,_0x56e22e['UDyLX'](getConfigLoaderPath)),_0x16d86d=_0x361c5?_0x56e22e[_0x3a24e6(0x24a)](_0x361c5,_0x5b3789):helper['nestedKeyValue'](_0x56e22e[_0x3a24e6(0x24a)](_0x286bcb,_0x5b3789),[_0x56e22e['kxkuJ']]),_0x26f0a2={};if(_0x371092){const _0x5450f5=_0x1d9a51[_0x3a24e6(0x255)](_0x49025a=>_0x49025a===_0x3a24e6(0x268)||_0x49025a==='-c'||_0x49025a[_0x3a24e6(0x245)](_0x3a24e6(0x243)));_0x1d9a51[_0x3a24e6(0x26d)](_0x5450f5,_0x1d9a51[_0x5450f5]['startsWith'](_0x56e22e[_0x3a24e6(0x21c)])?0x1:0x2);}const _0x44e5bf={};return _0x44e5bf[_0x3a24e6(0x1c9)]=_0x16d86d,_0x44e5bf[_0x3a24e6(0x1e9)]=_0x26f0a2,_0x44e5bf;},handleO11yRerun=_0x256bf7=>{const _0x7efc99=a39_0x424938,_0x430fbc={};_0x430fbc[_0x7efc99(0x235)]='--grep';const _0x3eca03=_0x430fbc,_0x4d4aa0=helper[_0x7efc99(0x204)](process[_0x7efc99(0x212)][_0x7efc99(0x203)]);if(_0x4d4aa0){const _0x47b802=process[_0x7efc99(0x212)][_0x7efc99(0x1cf)],_0x231d0e=[];if(helper[_0x7efc99(0x23e)](_0x47b802)&&!helper[_0x7efc99(0x228)](_0x47b802)){_0x47b802[_0x7efc99(0x1db)](',')[_0x7efc99(0x24d)](_0x48707d=>{const _0x3f0974=_0x7efc99;_0x231d0e[_0x3f0974(0x20c)]('('+_0x48707d[_0x3f0974(0x276)]()+')');});const _0x511d04='^'+_0x231d0e[_0x7efc99(0x257)]('|')+'$';_0x256bf7['push'](_0x3eca03[_0x7efc99(0x235)],_0x511d04);}}},spawnOriginalProcess=_0x1767c7=>{const _0x33dc20=a39_0x424938,_0x268e76={'cjEBM':function(_0x12e50a,_0x2e8990,_0x44910b,_0x393016){return _0x12e50a(_0x2e8990,_0x44910b,_0x393016);},'XuCPP':'npx','hyiwX':_0x33dc20(0x222),'TwwOt':function(_0xa14a1f,_0x41775d){return _0xa14a1f===_0x41775d;},'LQuax':_0x33dc20(0x20f),'CWbIu':_0x33dc20(0x22f)};_0x268e76['cjEBM'](spawn,_0x268e76[_0x33dc20(0x282)],[_0x268e76[_0x33dc20(0x236)],..._0x1767c7['slice'](0x1)],{'shell':_0x268e76['TwwOt'](process['platform'],_0x268e76[_0x33dc20(0x242)]),'stdio':_0x268e76['CWbIu'],'cwd':process[_0x33dc20(0x20e)]()});},isTestCommand=(_0x5a8c92,_0x49e83f)=>{const _0x565c4d=a39_0x424938,_0x4e92e9={};_0x4e92e9['vEVxi']=function(_0x120800,_0x4bc897){return _0x120800>_0x4bc897;},_0x4e92e9[_0x565c4d(0x1f1)]=function(_0x2e675a,_0x1f1358){return _0x2e675a===_0x1f1358;},_0x4e92e9['ADBLq']='test';const _0xcd1892=_0x4e92e9;if(_0xcd1892[_0x565c4d(0x229)](_0x49e83f['length'],0x1)&&_0xcd1892['uwgia'](_0x49e83f[0x1],_0xcd1892[_0x565c4d(0x1d6)]))return!![];return![];};async function run(_0x4026c8,_0x1827c4,_0x4bad9d){const _0x1cdf76=a39_0x424938,_0x14ff52={'zCEtj':_0x1cdf76(0x272),'MoHkC':function(_0x81e6cb){return _0x81e6cb();},'PCTga':function(_0x413baa){return _0x413baa();},'rZFLO':function(_0x137eed,_0x32a127){return _0x137eed+_0x32a127;},'fjbvJ':_0x1cdf76(0x251),'CbPJu':function(_0x2293d7,_0x5dc681){return _0x2293d7(_0x5dc681);},'yTAhv':_0x1cdf76(0x1fa),'KsMwx':function(_0x44cb92,_0x3fe80c){return _0x44cb92+_0x3fe80c;},'YuITI':_0x1cdf76(0x281),'IYCbt':_0x1cdf76(0x210),'Kpzcm':function(_0x416853,_0x41c883){return _0x416853<_0x41c883;},'RBdpv':function(_0x1cb1fc,_0x49f8bf){return _0x1cb1fc===_0x49f8bf;},'EqekK':_0x1cdf76(0x200),'sZUjx':_0x1cdf76(0x1f7),'lxamk':function(_0x3a992a,_0x300c99){return _0x3a992a>=_0x300c99;},'cnynk':_0x1cdf76(0x1ea),'dbamo':function(_0x95efe4,_0x2fdf3a){return _0x95efe4!=_0x2fdf3a;},'rXsyb':function(_0x37908e,_0x8b6fbe,_0x313d15){return _0x37908e(_0x8b6fbe,_0x313d15);},'dXrpz':_0x1cdf76(0x21e),'gKlew':function(_0x202b12,_0x287426){return _0x202b12(_0x287426);},'DwBpY':_0x1cdf76(0x219),'kTgjZ':function(_0x5bce01,_0x5a67e6){return _0x5bce01===_0x5a67e6;},'MWPqH':_0x1cdf76(0x1e3),'NVpxq':_0x1cdf76(0x216),'lDtYH':function(_0x33bb48,_0x330dd5){return _0x33bb48-_0x330dd5;},'kbbBB':_0x1cdf76(0x1cd),'cCbyQ':function(_0x592d7c,_0x4cd022){return _0x592d7c>_0x4cd022;},'iUxpj':function(_0x5b566c,_0x471484,_0x1d887b,_0x36f72b){return _0x5b566c(_0x471484,_0x1d887b,_0x36f72b);},'zhxTf':_0x1cdf76(0x264),'jQllH':'playwright','tGYzH':'test','CXMaX':'--config','gMsJA':function(_0x28c5ec,_0x1036db){return _0x28c5ec===_0x1036db;},'HscOM':_0x1cdf76(0x20f),'fNIMu':_0x1cdf76(0x22f),'KWBJY':_0x1cdf76(0x1fb),'IeHZq':function(_0x5b72fb,_0x61f297){return _0x5b72fb|_0x61f297;},'BFWnM':_0x1cdf76(0x1d4),'fzsjp':_0x1cdf76(0x27b),'kHyyh':function(_0x2d2ca0,_0x32f912,_0x3a6c0c){return _0x2d2ca0(_0x32f912,_0x3a6c0c);},'avvha':function(_0x1e586f,_0x4d1afd){return _0x1e586f(_0x4d1afd);}};try{const _0x37c9a9=path['join'](helper[_0x1cdf76(0x1f4)](),_0x14ff52['zCEtj']);try{fs['accessSync'](_0x37c9a9,_0x14ff52[_0x1cdf76(0x231)](fs[_0x1cdf76(0x225)]['R_OK'],fs[_0x1cdf76(0x225)][_0x1cdf76(0x230)]));}catch(_0xcfa035){ClientTroubleShootingService[_0x1cdf76(0x1ef)]();}}catch(_0x82f7ad){logger[_0x1cdf76(0x1dc)](_0x14ff52[_0x1cdf76(0x1d1)](_0x14ff52[_0x1cdf76(0x22a)],_0x82f7ad));}try{const _0x224e57=path[_0x1cdf76(0x257)](helper['homedir'](),_0x14ff52[_0x1cdf76(0x1e2)],_0x14ff52['yTAhv']);fs[_0x1cdf76(0x20a)](_0x224e57)&&fs[_0x1cdf76(0x244)](_0x224e57);}catch(_0x4e23c9){logger[_0x1cdf76(0x1dc)](_0x14ff52[_0x1cdf76(0x22b)](_0x14ff52[_0x1cdf76(0x271)],_0x4e23c9));}if(!_0x14ff52[_0x1cdf76(0x1f0)](isTestCommand,_0x4026c8,_0x1827c4)){_0x14ff52[_0x1cdf76(0x274)](spawnOriginalProcess,_0x1827c4);return;}await PerformanceTester[_0x1cdf76(0x1d5)](PerformanceEvents[_0x1cdf76(0x215)],async()=>{const _0x2d6ea9=_0x1cdf76,_0x390d45={'LWaRV':function(_0x4c483a,_0xd7222a){return _0x14ff52['CbPJu'](_0x4c483a,_0xd7222a);},'QjHat':_0x14ff52[_0x2d6ea9(0x1e2)],'thJiH':_0x14ff52[_0x2d6ea9(0x25b)],'YfRID':function(_0x2bbc6c,_0x4b98d1){return _0x14ff52['KsMwx'](_0x2bbc6c,_0x4b98d1);},'WDzeG':_0x14ff52[_0x2d6ea9(0x26f)]};if(!_0x4bad9d[_0x2d6ea9(0x1e9)]){logger[_0x2d6ea9(0x1d3)](_0x14ff52[_0x2d6ea9(0x283)]);return;}await _0x4bad9d[_0x2d6ea9(0x206)](_0x4026c8),CLIUtils[_0x2d6ea9(0x1e1)](FRAMEWORKS['PLAYWRIGHT'],FRAMEWORKS[_0x2d6ea9(0x234)]),BrowserstackCLI['getInstance']()['setBrowserstackConfig'](_0x4bad9d[_0x2d6ea9(0x1e9)],_0x4bad9d[_0x2d6ea9(0x1e5)]),await BrowserstackCLI[_0x2d6ea9(0x241)]()[_0x2d6ea9(0x256)]();for(var _0x2cc4b9=0x0;_0x14ff52['Kpzcm'](_0x2cc4b9,constants['INTERNALLY_USED_ENV_VARS'][_0x2d6ea9(0x25c)]);_0x2cc4b9++){var _0xfd8812=constants['INTERNALLY_USED_ENV_VARS'][_0x2cc4b9];process[_0x2d6ea9(0x212)][_0xfd8812]&&await ClientTroubleShootingService[_0x2d6ea9(0x1df)](_0xfd8812);}const _0x10e407=BrowserstackCLI[_0x2d6ea9(0x241)]()['getConfig']();!helper[_0x2d6ea9(0x277)](_0x10e407['browserstackAutomation'])&&(process['env'][_0x2d6ea9(0x1e4)]=!![]);_0x14ff52[_0x2d6ea9(0x1f9)](_0x10e407[_0x2d6ea9(0x20b)],![])&&(process[_0x2d6ea9(0x212)][_0x2d6ea9(0x1e4)]=_0x14ff52['EqekK'],_0x1827c4=_0x1827c4[_0x2d6ea9(0x279)](_0xf1f6df=>_0xf1f6df!=='--disable-browserstack-automation'));const _0x380379=_0x1827c4[_0x2d6ea9(0x23f)](_0x14ff52[_0x2d6ea9(0x1de)]);(_0x14ff52['lxamk'](_0x380379,0x0)||_0x14ff52[_0x2d6ea9(0x1f9)](_0x10e407['testObservability'],![]))&&(process[_0x2d6ea9(0x212)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x14ff52[_0x2d6ea9(0x227)],_0x1827c4=_0x1827c4[_0x2d6ea9(0x279)](_0xcdabf3=>_0xcdabf3!==_0x2d6ea9(0x1f7)));!helper[_0x2d6ea9(0x228)](_0x4bad9d[_0x2d6ea9(0x1e5)])&&_0x4bad9d['cliConfig'][_0x2d6ea9(0x220)](_0x14ff52[_0x2d6ea9(0x1ec)])&&(process[_0x2d6ea9(0x212)][_0x2d6ea9(0x1e4)]=_0x4bad9d[_0x2d6ea9(0x1e5)][_0x2d6ea9(0x21b)](_0x14ff52[_0x2d6ea9(0x1ec)])||!![]);_0x14ff52[_0x2d6ea9(0x1eb)](_0x4bad9d[_0x2d6ea9(0x1e9)]['testObservability'],null)&&!helper[_0x2d6ea9(0x204)](process[_0x2d6ea9(0x212)][_0x2d6ea9(0x23a)])&&(process[_0x2d6ea9(0x212)][_0x2d6ea9(0x23a)]=process[_0x2d6ea9(0x212)][_0x2d6ea9(0x23a)]||_0x4bad9d[_0x2d6ea9(0x1e9)][_0x2d6ea9(0x1e0)]);const _0x146d02=!helper[_0x2d6ea9(0x277)](process[_0x2d6ea9(0x212)][_0x2d6ea9(0x23a)]);_0x4bad9d[_0x2d6ea9(0x1e9)][_0x2d6ea9(0x253)]&&(process['env'][_0x2d6ea9(0x1e7)]=JSON['stringify'](_0x4bad9d[_0x2d6ea9(0x1e9)][_0x2d6ea9(0x253)]));let _0x253f8d=![];_0x4bad9d['config'][_0x2d6ea9(0x25a)]&&(_0x253f8d=!![],process['env'][_0x2d6ea9(0x21f)]=_0x4bad9d[_0x2d6ea9(0x1e9)]['accessibility']);const _0x4932f6=_0x1827c4[_0x2d6ea9(0x1d8)](),_0x5bb964=await _0x14ff52[_0x2d6ea9(0x258)](getUserPlaywrightConfig,_0x4026c8,_0x1827c4);if(helper['isUndefined'](_0x5bb964)){_0x14ff52[_0x2d6ea9(0x23b)](spawnOriginalProcess,_0x4932f6);return;}const _0x2881f7=_0x5bb964[_0x2d6ea9(0x1c9)]?path[_0x2d6ea9(0x1cc)](_0x5bb964[_0x2d6ea9(0x1c9)]):process[_0x2d6ea9(0x20e)]();process['env'][_0x2d6ea9(0x209)]=_0x2881f7,await PerformanceTester[_0x2d6ea9(0x1d5)](PerformanceEvents['SDK_POST_INITIALIZE'],async()=>{const _0x3886ca=_0x2d6ea9;!BrowserstackCLI[_0x3886ca(0x241)]()['isRunning']()&&await TestHubHandler['launchBuild'](FRAMEWORKS[_0x3886ca(0x234)],_0x4bad9d),_0x146d02&&_0x390d45['LWaRV'](handleO11yRerun,_0x1827c4);})();if(!BrowserstackCLI[_0x2d6ea9(0x241)]()['isRunning']()){let _0x14a80f=_0x14ff52[_0x2d6ea9(0x1f9)](process[_0x2d6ea9(0x212)][_0x2d6ea9(0x21f)],_0x14ff52[_0x2d6ea9(0x266)]);_0x14a80f=_0x14a80f||_0x14ff52['gKlew'](checkAccessibilityPlatformConfig,_0x4bad9d[_0x2d6ea9(0x1e9)]),process[_0x2d6ea9(0x212)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x14a80f,_0x14a80f&&_0x14ff52[_0x2d6ea9(0x23b)](setAccessibilityCapabilities,_0x4bad9d[_0x2d6ea9(0x1e9)]);}const _0x544665=path['join'](_0x5bb964[_0x2d6ea9(0x1c9)]?path[_0x2d6ea9(0x1cc)](_0x5bb964[_0x2d6ea9(0x1c9)]):process['cwd'](),_0x14ff52[_0x2d6ea9(0x261)]);fs[_0x2d6ea9(0x1d2)](_0x544665,helper[_0x2d6ea9(0x259)](_0x4bad9d[_0x2d6ea9(0x1e9)])),process[_0x2d6ea9(0x212)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x544665,helper['clearTempPWConfig']();let _0x22af0f='';_0x14ff52[_0x2d6ea9(0x21a)](helper[_0x2d6ea9(0x26c)](),constants[_0x2d6ea9(0x232)]['MODULE'])?_0x22af0f=_0x14ff52[_0x2d6ea9(0x262)]:_0x22af0f=_0x14ff52[_0x2d6ea9(0x223)];let _0x350b48='';if(helper[_0x2d6ea9(0x1f2)](_0x5bb964[_0x2d6ea9(0x1c9)])){_0x350b48=_0x2d6ea9(0x24e);const _0x433ffc=_0x22af0f[_0x2d6ea9(0x1db)]('.');_0x433ffc[_0x14ff52[_0x2d6ea9(0x27d)](_0x433ffc[_0x2d6ea9(0x25c)],0x1)]='ts',_0x22af0f=_0x433ffc[_0x2d6ea9(0x257)]('.'),logger['debug'](_0x14ff52[_0x2d6ea9(0x22b)](_0x14ff52[_0x2d6ea9(0x237)],_0x22af0f));}else _0x350b48='\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a';const _0x1c439e=path[_0x2d6ea9(0x257)](_0x5bb964[_0x2d6ea9(0x1c9)]?path['dirname'](_0x5bb964[_0x2d6ea9(0x1c9)]):process[_0x2d6ea9(0x20e)](),_0x22af0f);let _0x475823=_0x5bb964[_0x2d6ea9(0x1c9)]?_0x5bb964['path']:'';_0x475823=_0x14ff52['cCbyQ'](_0x475823[_0x2d6ea9(0x25c)],0x0)?path[_0x2d6ea9(0x213)](_0x475823):'',process[_0x2d6ea9(0x212)][_0x2d6ea9(0x25e)]=_0x475823;const _0x58442e=helper['getProxyUrl'](_0x4bad9d[_0x2d6ea9(0x1e9)]),_0x272ce9=helper[_0x2d6ea9(0x280)](_0x4bad9d[_0x2d6ea9(0x1e9)]);logger['debug']('Proxy\x20url\x20:\x20'+_0x58442e),logger[_0x2d6ea9(0x1dc)](_0x2d6ea9(0x1e6)+_0x272ce9);_0x58442e&&(_0x350b48=_0x14ff52['KsMwx'](_0x2d6ea9(0x1cb)+_0x58442e+_0x2d6ea9(0x273)+_0x272ce9+_0x2d6ea9(0x23c),_0x350b48));helper[_0x2d6ea9(0x21d)]({},_0x1827c4),fs[_0x2d6ea9(0x1d2)](_0x1c439e,_0x350b48),PerformanceTester[_0x2d6ea9(0x252)](PerformanceEvents[_0x2d6ea9(0x1fc)]);const _0xff2002=_0x14ff52[_0x2d6ea9(0x246)](spawn,_0x14ff52['zhxTf'],[_0x14ff52[_0x2d6ea9(0x1e8)],_0x14ff52[_0x2d6ea9(0x1f5)],_0x14ff52[_0x2d6ea9(0x1d7)],_0x1c439e,..._0x1827c4[_0x2d6ea9(0x217)](0x2)],{'shell':_0x14ff52[_0x2d6ea9(0x1fd)](process[_0x2d6ea9(0x1ce)],_0x14ff52[_0x2d6ea9(0x240)]),'stdio':_0x14ff52[_0x2d6ea9(0x265)],'cwd':process[_0x2d6ea9(0x20e)](),'env':Object['assign']({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x2d6ea9(0x214)](_0x4026c8),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x4bad9d[_0x2d6ea9(0x1e9)][_0x2d6ea9(0x27c)][_0x2d6ea9(0x27f)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x4bad9d['config'][_0x2d6ea9(0x27c)][_0x2d6ea9(0x27e)],'BROWSERSTACK_LOG_LEVEL':_0x4bad9d[_0x2d6ea9(0x1e9)][_0x2d6ea9(0x1fe)]})}),_0x52c8d9=()=>{const _0x43def4=_0x2d6ea9;try{const _0x3131fe=path[_0x43def4(0x257)](helper[_0x43def4(0x1f4)](),_0x390d45[_0x43def4(0x1ee)],_0x390d45[_0x43def4(0x1d9)]);if(fs[_0x43def4(0x20a)](_0x3131fe)){let _0x2a1dfe=fs[_0x43def4(0x249)](_0x3131fe);_0x2a1dfe=JSON[_0x43def4(0x270)](_0x2a1dfe),_0x4bad9d[_0x43def4(0x238)]=_0x2a1dfe,fs[_0x43def4(0x244)](_0x3131fe);}}catch(_0x204517){logger[_0x43def4(0x1dc)](_0x390d45['YfRID'](_0x390d45['WDzeG'],_0x204517));}};_0xff2002['on'](_0x14ff52[_0x2d6ea9(0x24c)],async _0x454f9e=>{const _0x2bb3e8=_0x2d6ea9,_0xbd4e23={};_0xbd4e23['ExXYy']=_0x14ff52['zCEtj'];const _0x4cd523=_0xbd4e23;try{PerformanceTester[_0x2bb3e8(0x1f6)](PerformanceEvents[_0x2bb3e8(0x278)]),_0x14ff52[_0x2bb3e8(0x218)](_0x52c8d9),await TestHubHandler['stop'](),await ClientTroubleShootingService[_0x2bb3e8(0x248)](),await BrowserstackCLI[_0x2bb3e8(0x241)]()['stop'](),TestDetails['shutdown'](),_0x14ff52['PCTga'](printBuildLink),await utilities[_0x2bb3e8(0x211)](_0x4bad9d),process[_0x2bb3e8(0x208)]=_0x454f9e,logger[_0x2bb3e8(0x1dc)](_0x2bb3e8(0x25d)+_0x454f9e),logger[_0x2bb3e8(0x201)](_0x2bb3e8(0x254)+_0x1c439e),fs['unlinkSync'](_0x1c439e);fs['existsSync'](_0x544665)&&(logger['debug'](_0x2bb3e8(0x254)+_0x544665),fs[_0x2bb3e8(0x244)](_0x544665));const _0xc6c511=fs[_0x2bb3e8(0x1d0)](path[_0x2bb3e8(0x257)](helper[_0x2bb3e8(0x1f4)](),_0x14ff52[_0x2bb3e8(0x1e2)]))['filter'](_0x76e589=>_0x76e589[_0x2bb3e8(0x245)](_0x2bb3e8(0x224)));_0xc6c511['forEach'](_0x4df5a9=>{const _0x29ac1a=_0x2bb3e8;fs[_0x29ac1a(0x244)](path['join'](helper[_0x29ac1a(0x1f4)](),_0x4cd523[_0x29ac1a(0x202)],_0x4df5a9));});}catch(_0x3aa913){logger[_0x2bb3e8(0x1dc)](_0x14ff52[_0x2bb3e8(0x1d1)](_0x14ff52['fjbvJ'],_0x3aa913));}});})();}module['exports']=run;function a39_0x1c60(){const _0x4c7e7a=['189XNgMts','homedir','tGYzH','start','--disable-test-observability','../../helpers/performance/performance-tester','RBdpv','pw_result.json','close','SDK_SETUP','gMsJA','logLevel','127790EbtJRl','false','info','ExXYy','BROWSERSTACK_RERUN','isTrue','./reporter/test-details','initialize','2910280IuSVKF','exitCode','BROWSERSTACK_PW_CONFIG_DIR','existsSync','browserstackAutomation','push','../../helpers/accessibility-automation/helper','cwd','win32','BrowserStack\x20config\x20file\x20not\x20found.','finalExecution','env','resolve','getConfigPath','SDK_PRE_INITIALIZE','playwright-browserstack-sdk.config.js','slice','MoHkC','browserstackSetupConfig.json','kTgjZ','get','TDXTv','filterBrowserstackArgs','true','BROWSERSTACK_TEST_ACCESSIBILITY_YML','has','23KaHHBN','playwright','NVpxq','trace_','constants','13752VeAQBI','EqekK','isUndefined','vEVxi','BFWnM','KsMwx','resolvedConfigFile','../utils/clientTroubleshootingService','9412zdhZXt','inherit','W_OK','IeHZq','PACKAGE_TYPE','../../helpers/test-observability/constants','PLAYWRIGHT','XzLPc','hyiwX','kbbBB','errorMessage','requirePWModule','BROWSERSTACK_TEST_OBSERVABILITY','CbPJu','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','../v2/TestInfo','validateRerunTestList','indexOf','HscOM','getInstance','LQuax','--config=','unlinkSync','startsWith','iUxpj','../v2/browserstackCLI','reportFinalDetectionState','readFileSync','OtsGU','./accessibility-helper','KWBJY','map','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','./reporter/pwUtils','643945TBYSVH','Error\x20in\x20closing\x20playwright','end','accessibilityOptions','Deleting\x20','findIndex','bootstrap','join','rXsyb','serializeToYamlString','accessibility','yTAhv','length','Playwright\x20process\x20exited\x20with\x20code\x20','USER_CONFIG_DETAILS_PATH','../utils/constants','275226gJOuDQ','DwBpY','MWPqH','8844wDExFR','npx','fNIMu','dXrpz','../../helpers/helper','--config','../v2/cliUtils','2493LqhhQL','child_process','getPackageType','splice','../../helpers/performance/constants','YuITI','parse','fzsjp','.browserstack','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20process.env.GLOBAL_AGENT_NO_PROXY=\x22','avvha','../../helpers/test-observability/utils','trim','isFalse','SDK_CLEANUP','filter','EVENTS','Error\x20in\x20deleting\x20playwright\x20results','testContextOptions','lDtYH','skipSessionName','skipSessionStatus','getNoProxy','Error\x20in\x20getting\x20funnel\x20data\x20results','XuCPP','IYCbt','util','path','43104NDGXGD','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','dirname','Updated\x20config\x20file\x20name\x20to\x20-\x20','platform','BROWSERSTACK_RERUN_TESTS','readdirSync','rZFLO','writeFileSync','error','Error\x20in\x20accessing\x20.browserstack\x20directory:\x20','measureWrapper','ADBLq','CXMaX','concat','thJiH','189bwmppo','split','debug','apply','sZUjx','reportConflictingEnvVarIssue','testObservability','setFrameworkDetail','zCEtj','playwright-browserstack-sdk.config.cjs','BROWSERSTACK_AUTOMATION','cliConfig','No\x20Proxy\x20:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','jQllH','config','automation','dbamo','cnynk','../../helpers/logger','QjHat','reportDotBrowserStackFolderNotAccessibleIssue','kHyyh','uwgia','isTypescriptProject'];a39_0x1c60=function(){return _0x4c7e7a;};return a39_0x1c60();}
|
|
2
|
+
'use strict';const a39_0x235528=a39_0x4ec8;(function(_0x23046e,_0xe9d90c){const _0x41c3ef=a39_0x4ec8,_0x441597=_0x23046e();while(!![]){try{const _0x34380e=-parseInt(_0x41c3ef(0x143))/0x1+parseInt(_0x41c3ef(0x12d))/0x2*(parseInt(_0x41c3ef(0x13d))/0x3)+parseInt(_0x41c3ef(0x150))/0x4*(-parseInt(_0x41c3ef(0x13b))/0x5)+-parseInt(_0x41c3ef(0xfd))/0x6*(-parseInt(_0x41c3ef(0x11d))/0x7)+parseInt(_0x41c3ef(0xc2))/0x8*(-parseInt(_0x41c3ef(0x129))/0x9)+-parseInt(_0x41c3ef(0xd4))/0xa+parseInt(_0x41c3ef(0x157))/0xb;if(_0x34380e===_0xe9d90c)break;else _0x441597['push'](_0x441597['shift']());}catch(_0x243869){_0x441597['push'](_0x441597['shift']());}}}(a39_0x5e2a,0x92fc9));const fs=require('fs'),path=require(a39_0x235528(0x10e)),{spawn}=require('child_process'),{format}=require(a39_0x235528(0x109)),logger=require(a39_0x235528(0x134))[a39_0x235528(0xd2)],{default:BrowserStackSetup}=require(a39_0x235528(0xdd)),helper=require(a39_0x235528(0x130)),utilities=require(a39_0x235528(0x141)),constants=require(a39_0x235528(0xec)),{FRAMEWORKS}=require(a39_0x235528(0xd9)),{getConfigLoaderPath}=require(a39_0x235528(0x14d)),{checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require(a39_0x235528(0xbb)),{printBuildLink}=require(a39_0x235528(0xde)),TestDetails=require(a39_0x235528(0xf1)),TestHubHandler=require(a39_0x235528(0x12f)),PerformanceTester=require(a39_0x235528(0x102)),BrowserstackCLI=require(a39_0x235528(0xed)),PerformanceEvents=require('../../helpers/performance/constants')[a39_0x235528(0x110)],CLIUtils=require('../v2/cliUtils'),TestInfo=require(a39_0x235528(0x159)),ClientTroubleShootingService=require(a39_0x235528(0xef)),getUserPlaywrightConfig=async(_0x3bdaed,_0x5e31b6)=>{const _0x2443ea=a39_0x235528,_0x88ba4a={'Xvyqq':function(_0x4c6e46){return _0x4c6e46();},'siDCp':function(_0x5755d6,_0xdd709d){return _0x5755d6(_0xdd709d);},'xexbc':_0x2443ea(0xd1),'AnRGN':_0x2443ea(0x10c)},_0x42d8df=!helper[_0x2443ea(0x11f)](_0x3bdaed[_0x2443ea(0xb3)]),_0x3c8418=_0x42d8df?path[_0x2443ea(0xe8)](process[_0x2443ea(0x152)](),_0x3bdaed[_0x2443ea(0xb3)]):process['cwd'](),{resolveConfigFile:_0x180870,resolveConfigLocation:_0x49a44b}=helper['requirePWModule']['apply'](null,_0x88ba4a[_0x2443ea(0xad)](getConfigLoaderPath)),_0x247eba=_0x180870?_0x88ba4a['siDCp'](_0x180870,_0x3c8418):helper[_0x2443ea(0xb8)](_0x88ba4a[_0x2443ea(0xda)](_0x49a44b,_0x3c8418),[_0x88ba4a[_0x2443ea(0x127)]]),_0x39eabe={};if(_0x42d8df){const _0x4a6304=_0x5e31b6['findIndex'](_0x1a4b3e=>_0x1a4b3e===_0x2443ea(0x158)||_0x1a4b3e==='-c'||_0x1a4b3e['startsWith'](_0x2443ea(0x10c)));_0x5e31b6['splice'](_0x4a6304,_0x5e31b6[_0x4a6304][_0x2443ea(0xe7)](_0x88ba4a[_0x2443ea(0x101)])?0x1:0x2);}const _0x2d7375={};return _0x2d7375[_0x2443ea(0x10e)]=_0x247eba,_0x2d7375[_0x2443ea(0xb3)]=_0x39eabe,_0x2d7375;},handleO11yRerun=_0x3bfd9d=>{const _0xfd48fc=a39_0x235528,_0x556528={};_0x556528['ohyMF']=_0xfd48fc(0x146);const _0x49cefe=_0x556528,_0x83c6ab=helper['isTrue'](process['env'][_0xfd48fc(0x13e)]);if(_0x83c6ab){const _0x1107b9=process['env'][_0xfd48fc(0x13c)],_0x3c6f2f=[];if(helper[_0xfd48fc(0xfb)](_0x1107b9)&&!helper[_0xfd48fc(0x11f)](_0x1107b9)){_0x1107b9['split'](',')[_0xfd48fc(0x149)](_0x2b6022=>{const _0x5bc61f=_0xfd48fc;_0x3c6f2f[_0x5bc61f(0x13a)]('('+_0x2b6022[_0x5bc61f(0xb5)]()+')');});const _0x1d1c4b='^'+_0x3c6f2f[_0xfd48fc(0xab)]('|')+'$';_0x3bfd9d[_0xfd48fc(0x13a)](_0x49cefe[_0xfd48fc(0x122)],_0x1d1c4b);}}},spawnOriginalProcess=_0x55c76b=>{const _0x2e4185=a39_0x235528,_0x33b287={'dhnBZ':function(_0x5ba2a4,_0x25204f,_0x402b37,_0x41ca31){return _0x5ba2a4(_0x25204f,_0x402b37,_0x41ca31);},'JwpWJ':_0x2e4185(0x12b),'gsSqT':_0x2e4185(0xf3),'lDkfw':function(_0x6538ca,_0x2e4106){return _0x6538ca===_0x2e4106;},'uLTxF':'win32','HMZmY':_0x2e4185(0xd0)};_0x33b287[_0x2e4185(0xba)](spawn,_0x33b287[_0x2e4185(0x133)],[_0x33b287[_0x2e4185(0x151)],..._0x55c76b['slice'](0x1)],{'shell':_0x33b287[_0x2e4185(0x116)](process['platform'],_0x33b287[_0x2e4185(0x128)]),'stdio':_0x33b287[_0x2e4185(0xaf)],'cwd':process[_0x2e4185(0x152)]()});},isTestCommand=(_0x5989e4,_0x367972)=>{const _0x6f2384=a39_0x235528,_0x53c9f5={};_0x53c9f5[_0x6f2384(0x11e)]=function(_0x5a5ab7,_0x2218cb){return _0x5a5ab7>_0x2218cb;},_0x53c9f5[_0x6f2384(0xeb)]=function(_0x17ddb8,_0x4bd2b9){return _0x17ddb8===_0x4bd2b9;},_0x53c9f5[_0x6f2384(0xe0)]='test';const _0x46e75f=_0x53c9f5;if(_0x46e75f[_0x6f2384(0x11e)](_0x367972[_0x6f2384(0xf9)],0x1)&&_0x46e75f[_0x6f2384(0xeb)](_0x367972[0x1],_0x46e75f[_0x6f2384(0xe0)]))return!![];return![];};function a39_0x4ec8(_0x416db1,_0x34963e){const _0x5e2a44=a39_0x5e2a();return a39_0x4ec8=function(_0x4ec8e1,_0x5c5317){_0x4ec8e1=_0x4ec8e1-0xab;let _0xdcb241=_0x5e2a44[_0x4ec8e1];return _0xdcb241;},a39_0x4ec8(_0x416db1,_0x34963e);}async function run(_0x31fd98,_0x3b2892,_0x6531de){const _0x3f2f89=a39_0x235528,_0x5d8304={'iWIXB':function(_0x1112c7,_0x3f5233){return _0x1112c7(_0x3f5233);},'NFXhj':function(_0x314841){return _0x314841();},'MliFQ':'.browserstack','CmVBe':function(_0x5392f3,_0x2989dc){return _0x5392f3+_0x2989dc;},'HKUbV':_0x3f2f89(0xc6),'AVGWX':'pw_result.json','sYQqY':_0x3f2f89(0x153),'RyhQB':_0x3f2f89(0x108),'pNaTw':function(_0x279e56,_0x1199c6){return _0x279e56<_0x1199c6;},'jNtKA':function(_0x368ee1,_0x715dc3){return _0x368ee1===_0x715dc3;},'VeZnX':_0x3f2f89(0xcf),'CrTKh':_0x3f2f89(0xf8),'oqzNO':function(_0xfdb039,_0x2dffb4){return _0xfdb039>=_0x2dffb4;},'psQtX':function(_0x240698,_0x8f274b){return _0x240698===_0x8f274b;},'pVokc':_0x3f2f89(0xac),'TqfKt':function(_0x3d3bbb,_0x3edaec){return _0x3d3bbb!=_0x3edaec;},'nrNaX':function(_0x4ce47a,_0x316177,_0x16534b){return _0x4ce47a(_0x316177,_0x16534b);},'zwXsM':function(_0x38df72,_0x366a5b){return _0x38df72(_0x366a5b);},'BiyJg':function(_0x433239,_0x21db90){return _0x433239===_0x21db90;},'JftBr':_0x3f2f89(0xbf),'kwgQs':function(_0x2b143d,_0x11b9ed){return _0x2b143d(_0x11b9ed);},'jHXRF':_0x3f2f89(0xce),'xVLhq':'playwright-browserstack-sdk.config.cjs','PmGir':_0x3f2f89(0x10f),'bPwZk':function(_0x17f676,_0x149238){return _0x17f676-_0x149238;},'nHhaM':_0x3f2f89(0xf4),'nBoPu':function(_0x54408e,_0x2c1b6e){return _0x54408e>_0x2c1b6e;},'JgokP':function(_0x4c8ace,_0x186be4){return _0x4c8ace+_0x186be4;},'wdQQr':function(_0x3d6dca,_0x4cc973,_0x57b194,_0xecc2b4){return _0x3d6dca(_0x4cc973,_0x57b194,_0xecc2b4);},'VWaFB':_0x3f2f89(0x12b),'pqVvh':'playwright','UkfpM':_0x3f2f89(0x104),'RRHgP':'--config','sFWUD':_0x3f2f89(0xe3),'YsFpD':'inherit','yXWkb':'close','vzvlq':function(_0x1def44,_0x55cda7){return _0x1def44|_0x55cda7;},'QBNNE':_0x3f2f89(0x100),'xPmKG':function(_0x3b180a,_0x510689){return _0x3b180a+_0x510689;},'TvMHj':'Error\x20in\x20deleting\x20playwright\x20results','RByuD':function(_0x5b351c,_0x3ec6f5){return _0x5b351c(_0x3ec6f5);}};try{const _0x3aa6d9=path['join'](helper[_0x3f2f89(0xcd)](),_0x5d8304[_0x3f2f89(0xe4)]);try{fs[_0x3f2f89(0x155)](_0x3aa6d9,_0x5d8304['vzvlq'](fs['constants']['R_OK'],fs[_0x3f2f89(0x12c)][_0x3f2f89(0xb6)]));}catch(_0x1692bb){ClientTroubleShootingService['reportDotBrowserStackFolderNotAccessibleIssue']();}}catch(_0x599b30){logger[_0x3f2f89(0x135)](_0x5d8304[_0x3f2f89(0xb9)](_0x5d8304[_0x3f2f89(0xc8)],_0x599b30));}try{const _0xa6d4cf=path['join'](helper[_0x3f2f89(0xcd)](),_0x5d8304[_0x3f2f89(0xe4)],_0x5d8304[_0x3f2f89(0x12e)]);fs[_0x3f2f89(0x142)](_0xa6d4cf)&&fs[_0x3f2f89(0xd7)](_0xa6d4cf);}catch(_0x4ffe6c){logger['debug'](_0x5d8304['xPmKG'](_0x5d8304['TvMHj'],_0x4ffe6c));}if(!_0x5d8304['nrNaX'](isTestCommand,_0x31fd98,_0x3b2892)){_0x5d8304[_0x3f2f89(0x10b)](spawnOriginalProcess,_0x3b2892);return;}await PerformanceTester[_0x3f2f89(0xd3)](PerformanceEvents[_0x3f2f89(0xe5)],async()=>{const _0x542d4a=_0x3f2f89,_0x3cb938={'PQTjn':_0x5d8304[_0x542d4a(0xe4)],'mSmiv':_0x5d8304[_0x542d4a(0x12e)],'fVaZK':function(_0x152e72,_0x1c586b){const _0x103e18=_0x542d4a;return _0x5d8304[_0x103e18(0x136)](_0x152e72,_0x1c586b);},'XPdAI':_0x5d8304[_0x542d4a(0x145)]};if(!_0x6531de[_0x542d4a(0xb3)]){logger[_0x542d4a(0x106)](_0x5d8304[_0x542d4a(0x140)]);return;}await _0x6531de[_0x542d4a(0x14e)](_0x31fd98),CLIUtils['setFrameworkDetail'](FRAMEWORKS[_0x542d4a(0xf5)],FRAMEWORKS[_0x542d4a(0xf5)]),BrowserstackCLI['getInstance']()['setBrowserstackConfig'](_0x6531de[_0x542d4a(0xb3)],_0x6531de[_0x542d4a(0xf7)]),await BrowserstackCLI['getInstance']()['bootstrap']();for(var _0x2885a9=0x0;_0x5d8304[_0x542d4a(0x113)](_0x2885a9,constants['INTERNALLY_USED_ENV_VARS'][_0x542d4a(0xf9)]);_0x2885a9++){var _0x542212=constants[_0x542d4a(0xb0)][_0x2885a9];process[_0x542d4a(0xbe)][_0x542212]&&await ClientTroubleShootingService['reportConflictingEnvVarIssue'](_0x542212);}const _0x4392af=BrowserstackCLI[_0x542d4a(0x139)]()[_0x542d4a(0x107)]();!helper[_0x542d4a(0xc3)](_0x4392af['browserstackAutomation'])&&(process[_0x542d4a(0xbe)]['BROWSERSTACK_AUTOMATION']=!![]);_0x5d8304[_0x542d4a(0xc5)](_0x4392af[_0x542d4a(0x125)],![])&&(process[_0x542d4a(0xbe)][_0x542d4a(0xb1)]=_0x5d8304[_0x542d4a(0x14f)],_0x3b2892=_0x3b2892[_0x542d4a(0xcb)](_0x14cae5=>_0x14cae5!==_0x542d4a(0x105)));const _0x130b95=_0x3b2892['indexOf'](_0x5d8304[_0x542d4a(0xca)]);(_0x5d8304[_0x542d4a(0x10d)](_0x130b95,0x0)||_0x5d8304[_0x542d4a(0xee)](_0x4392af[_0x542d4a(0x117)],![]))&&(process[_0x542d4a(0xbe)][_0x542d4a(0xea)]=_0x5d8304[_0x542d4a(0x14f)],_0x3b2892=_0x3b2892['filter'](_0xbcc0e9=>_0xbcc0e9!==_0x542d4a(0xf8)));!helper[_0x542d4a(0x11f)](_0x6531de[_0x542d4a(0xf7)])&&_0x6531de['cliConfig'][_0x542d4a(0xc0)](_0x5d8304[_0x542d4a(0x114)])&&(process[_0x542d4a(0xbe)][_0x542d4a(0xb1)]=_0x6531de[_0x542d4a(0xf7)]['get'](_0x5d8304[_0x542d4a(0x114)])||!![]);_0x5d8304[_0x542d4a(0x132)](_0x6531de[_0x542d4a(0xb3)][_0x542d4a(0x117)],null)&&!helper['isTrue'](process['env'][_0x542d4a(0xea)])&&(process[_0x542d4a(0xbe)][_0x542d4a(0xea)]=process['env']['BROWSERSTACK_TEST_OBSERVABILITY']||_0x6531de['config'][_0x542d4a(0x117)]);const _0x1d7ff0=!helper[_0x542d4a(0xc3)](process[_0x542d4a(0xbe)][_0x542d4a(0xea)]);_0x6531de['config'][_0x542d4a(0xd5)]&&(process[_0x542d4a(0xbe)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x6531de[_0x542d4a(0xb3)][_0x542d4a(0xd5)]));let _0x38ca79=![];_0x6531de['config'][_0x542d4a(0xcc)]&&(_0x38ca79=!![],process[_0x542d4a(0xbe)][_0x542d4a(0xfa)]=_0x6531de['config']['accessibility']);const _0x2c090e=_0x3b2892[_0x542d4a(0xf0)](),_0x55d8a5=await _0x5d8304['nrNaX'](getUserPlaywrightConfig,_0x31fd98,_0x3b2892);if(helper['isUndefined'](_0x55d8a5)){_0x5d8304['zwXsM'](spawnOriginalProcess,_0x2c090e);return;}const _0x5870ad=_0x55d8a5['path']?path[_0x542d4a(0x10a)](_0x55d8a5[_0x542d4a(0x10e)]):process['cwd']();process[_0x542d4a(0xbe)][_0x542d4a(0x112)]=_0x5870ad,await PerformanceTester[_0x542d4a(0xd3)](PerformanceEvents[_0x542d4a(0x14c)],async()=>{const _0x3bc959=_0x542d4a;!BrowserstackCLI[_0x3bc959(0x139)]()[_0x3bc959(0xdc)]()&&await TestHubHandler[_0x3bc959(0xdf)](FRAMEWORKS[_0x3bc959(0xf5)],_0x6531de),_0x1d7ff0&&_0x5d8304['iWIXB'](handleO11yRerun,_0x3b2892);})();if(!BrowserstackCLI[_0x542d4a(0x139)]()[_0x542d4a(0xdc)]()){let _0x1b4cf9=_0x5d8304[_0x542d4a(0xc9)](process[_0x542d4a(0xbe)][_0x542d4a(0xfa)],_0x5d8304[_0x542d4a(0xc7)]);_0x1b4cf9=_0x1b4cf9||_0x5d8304['iWIXB'](checkAccessibilityPlatformConfig,_0x6531de['config']),process[_0x542d4a(0xbe)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x1b4cf9,_0x1b4cf9&&_0x5d8304[_0x542d4a(0x111)](setAccessibilityCapabilities,_0x6531de['config']);}const _0x399d24=path['join'](_0x55d8a5[_0x542d4a(0x10e)]?path[_0x542d4a(0x10a)](_0x55d8a5['path']):process[_0x542d4a(0x152)](),_0x5d8304[_0x542d4a(0xb7)]);fs[_0x542d4a(0x118)](_0x399d24,helper['serializeToYamlString'](_0x6531de['config'])),process[_0x542d4a(0xbe)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x399d24,helper['clearTempPWConfig']();let _0x1f7e81='';_0x5d8304[_0x542d4a(0xc9)](helper[_0x542d4a(0x144)](),constants[_0x542d4a(0xfc)]['MODULE'])?_0x1f7e81=_0x5d8304[_0x542d4a(0xbc)]:_0x1f7e81=_0x5d8304[_0x542d4a(0x15c)];let _0x7c058d='';if(helper['isTypescriptProject'](_0x55d8a5[_0x542d4a(0x10e)])){_0x7c058d=_0x542d4a(0xf6);const _0x33c681=_0x1f7e81[_0x542d4a(0xd8)]('.');_0x33c681[_0x5d8304[_0x542d4a(0x11a)](_0x33c681['length'],0x1)]='ts',_0x1f7e81=_0x33c681['join']('.'),logger['debug'](_0x5d8304[_0x542d4a(0x136)](_0x5d8304[_0x542d4a(0x120)],_0x1f7e81));}else _0x7c058d='\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a';const _0x1e0887=path[_0x542d4a(0xab)](_0x55d8a5['path']?path['dirname'](_0x55d8a5[_0x542d4a(0x10e)]):process['cwd'](),_0x1f7e81);let _0x165c77=_0x55d8a5[_0x542d4a(0x10e)]?_0x55d8a5[_0x542d4a(0x10e)]:'';_0x165c77=_0x5d8304[_0x542d4a(0x12a)](_0x165c77[_0x542d4a(0xf9)],0x0)?path['resolve'](_0x165c77):'',process[_0x542d4a(0xbe)]['USER_CONFIG_DETAILS_PATH']=_0x165c77;const _0x5b28f1=helper['getProxyUrl'](_0x6531de[_0x542d4a(0xb3)]),_0x203d0b=helper[_0x542d4a(0xe9)](_0x6531de[_0x542d4a(0xb3)]);logger[_0x542d4a(0x135)](_0x542d4a(0x123)+_0x5b28f1),logger[_0x542d4a(0x135)](_0x542d4a(0xfe)+_0x203d0b);_0x5b28f1&&(_0x7c058d=_0x5d8304[_0x542d4a(0xb9)](_0x542d4a(0xb2)+_0x5b28f1+_0x542d4a(0x154)+_0x203d0b+_0x542d4a(0xdb),_0x7c058d));helper[_0x542d4a(0x126)]({},_0x3b2892),fs[_0x542d4a(0x118)](_0x1e0887,_0x7c058d),PerformanceTester['end'](PerformanceEvents[_0x542d4a(0x138)]);const _0x19119e=_0x5d8304[_0x542d4a(0x15a)](spawn,_0x5d8304[_0x542d4a(0x13f)],[_0x5d8304[_0x542d4a(0xe2)],_0x5d8304['UkfpM'],_0x5d8304[_0x542d4a(0xe1)],_0x1e0887,..._0x3b2892[_0x542d4a(0x119)](0x2)],{'shell':_0x5d8304[_0x542d4a(0xc9)](process[_0x542d4a(0xb4)],_0x5d8304[_0x542d4a(0xd6)]),'stdio':_0x5d8304[_0x542d4a(0x14b)],'cwd':process['cwd'](),'env':Object[_0x542d4a(0x15b)]({},process[_0x542d4a(0xbe)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x542d4a(0xae)](_0x31fd98),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x6531de[_0x542d4a(0xb3)][_0x542d4a(0xc4)][_0x542d4a(0x156)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x6531de[_0x542d4a(0xb3)][_0x542d4a(0xc4)][_0x542d4a(0xbd)],'BROWSERSTACK_LOG_LEVEL':_0x6531de[_0x542d4a(0xb3)]['logLevel']})}),_0x2f7b58=()=>{const _0x478c4e=_0x542d4a;try{const _0x3a440b=path['join'](helper[_0x478c4e(0xcd)](),_0x3cb938['PQTjn'],_0x3cb938['mSmiv']);if(fs[_0x478c4e(0x142)](_0x3a440b)){let _0x4612af=fs['readFileSync'](_0x3a440b);_0x4612af=JSON[_0x478c4e(0x103)](_0x4612af),_0x6531de[_0x478c4e(0x148)]=_0x4612af,fs[_0x478c4e(0xd7)](_0x3a440b);}}catch(_0x3a187b){logger[_0x478c4e(0x135)](_0x3cb938[_0x478c4e(0x137)](_0x3cb938[_0x478c4e(0x115)],_0x3a187b));}};_0x19119e['on'](_0x5d8304[_0x542d4a(0x131)],async _0x1d5935=>{const _0x2782c2=_0x542d4a;try{PerformanceTester['start'](PerformanceEvents['SDK_CLEANUP']),_0x5d8304['NFXhj'](_0x2f7b58),await TestHubHandler[_0x2782c2(0xff)](),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x2782c2(0x139)]()[_0x2782c2(0xff)](),TestDetails[_0x2782c2(0xf2)](),_0x5d8304[_0x2782c2(0x147)](printBuildLink),await utilities[_0x2782c2(0x124)](_0x6531de),process[_0x2782c2(0xe6)]=_0x1d5935,logger[_0x2782c2(0x135)](_0x2782c2(0x14a)+_0x1d5935),logger['info'](_0x2782c2(0x11c)+_0x1e0887),fs[_0x2782c2(0xd7)](_0x1e0887);fs['existsSync'](_0x399d24)&&(logger[_0x2782c2(0x135)](_0x2782c2(0x11c)+_0x399d24),fs[_0x2782c2(0xd7)](_0x399d24));const _0x123fbd=fs[_0x2782c2(0x121)](path[_0x2782c2(0xab)](helper[_0x2782c2(0xcd)](),_0x5d8304[_0x2782c2(0xe4)]))[_0x2782c2(0xcb)](_0x1cceca=>_0x1cceca[_0x2782c2(0xe7)](_0x2782c2(0x15d)));_0x123fbd['forEach'](_0x23db98=>{const _0x53b09b=_0x2782c2;fs['unlinkSync'](path[_0x53b09b(0xab)](helper[_0x53b09b(0xcd)](),_0x3cb938[_0x53b09b(0x11b)],_0x23db98));});}catch(_0x2fffba){logger[_0x2782c2(0x135)](_0x5d8304[_0x2782c2(0x136)](_0x5d8304['HKUbV'],_0x2fffba));}});})();}module[a39_0x235528(0xc1)]=run;function a39_0x5e2a(){const _0x4e7f8d=['uLTxF','27ODRUeS','nBoPu','npx','constants','22pJCFrc','AVGWX','../../helpers/testhub/testhubHandler','../../helpers/helper','yXWkb','TqfKt','JwpWJ','../../helpers/logger','debug','CmVBe','fVaZK','SDK_SETUP','getInstance','push','5305YchUBJ','BROWSERSTACK_RERUN_TESTS','131055xKUpyw','BROWSERSTACK_RERUN','VWaFB','RyhQB','../../helpers/utilities','existsSync','446386qarHcv','getPackageType','sYQqY','--grep','NFXhj','errorMessage','map','Playwright\x20process\x20exited\x20with\x20code\x20','YsFpD','SDK_POST_INITIALIZE','./reporter/pwUtils','initialize','VeZnX','3980FzbLEp','gsSqT','cwd','Error\x20in\x20getting\x20funnel\x20data\x20results','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20process.env.GLOBAL_AGENT_NO_PROXY=\x22','accessSync','skipSessionStatus','28064179XnBkzi','--config','../v2/TestInfo','wdQQr','assign','PmGir','trace_','join','automation','Xvyqq','getConfigPath','HMZmY','INTERNALLY_USED_ENV_VARS','BROWSERSTACK_AUTOMATION','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','config','platform','trim','W_OK','jHXRF','nestedKeyValue','JgokP','dhnBZ','./accessibility-helper','xVLhq','skipSessionName','env','true','has','exports','395680XfQzDS','isFalse','testContextOptions','jNtKA','Error\x20in\x20closing\x20playwright','JftBr','QBNNE','BiyJg','CrTKh','filter','accessibility','homedir','browserstackSetupConfig.json','false','inherit','resolvedConfigFile','winstonLogger','measureWrapper','10608010vOLtby','accessibilityOptions','sFWUD','unlinkSync','split','../../helpers/test-observability/constants','siDCp','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','isRunning','../../helpers/BrowserStackSetup','../../helpers/test-observability/utils','launchBuild','kneWX','RRHgP','pqVvh','win32','MliFQ','SDK_PRE_INITIALIZE','exitCode','startsWith','resolve','getNoProxy','BROWSERSTACK_TEST_OBSERVABILITY','FUxjA','../utils/constants','../v2/browserstackCLI','psQtX','../utils/clientTroubleshootingService','concat','./reporter/test-details','shutdown','playwright','Updated\x20config\x20file\x20name\x20to\x20-\x20','PLAYWRIGHT','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','cliConfig','--disable-test-observability','length','BROWSERSTACK_TEST_ACCESSIBILITY_YML','validateRerunTestList','PACKAGE_TYPE','30wkHIcU','No\x20Proxy\x20:\x20','stop','Error\x20in\x20accessing\x20.browserstack\x20directory:\x20','AnRGN','../../helpers/performance/performance-tester','parse','test','--disable-browserstack-automation','error','getConfig','BrowserStack\x20config\x20file\x20not\x20found.','util','dirname','RByuD','--config=','oqzNO','path','playwright-browserstack-sdk.config.js','EVENTS','kwgQs','BROWSERSTACK_PW_CONFIG_DIR','pNaTw','pVokc','XPdAI','lDkfw','testObservability','writeFileSync','slice','bPwZk','PQTjn','Deleting\x20','394093GzWVJp','uDrip','isUndefined','nHhaM','readdirSync','ohyMF','Proxy\x20url\x20:\x20','finalExecution','browserstackAutomation','filterBrowserstackArgs','xexbc'];a39_0x5e2a=function(){return _0x4e7f8d;};return a39_0x5e2a();}
|