browserstack-node-sdk 1.32.9 → 1.32.10
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/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/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/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.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/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_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.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/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.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/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.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/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a32_0xc507(){const _0x39cdeb=['PDlln','vRcPp','/packages/cli/get-grid-details?gridId=','4082616MKrQHr','browserStackLocalOptions','https://','ats-repeater','clusterRegion','qCwTA','ipcjD','PKIRZ','cfUZC','message','knfDg','EGQNJ','homedir','GzRIg','6QHrEIv','execSync','instanceType','name','Xjjsd','ZKAZz','utf-8','MopoE','s3Bucket','OIKzQ','\x20to\x20be\x20ready...','CXSyH','getDirForConfig','knGkZ','node','dMWqW','../config/constants','tgnlO','namespace','startLocalBinarySync','stopLocalBinary','XtFPB','Buaqs','JqfeK','SKFsK','X-npm-version','406016fsjxaR','neimP','nCKuq','awDAO','lVWKm','clusterName','kaJuF','fetchOrUpdateUserConfig','forceLocal','type','Cgbjy','FTczV','browserstack-local','mEudH','DFHCR','cGRhl','customRepeaters','IMQgQ','OETcc','XlqaK','FbeHz','VUrLg','\x20in\x20namespace\x20','AZrYd','xtNcY','yUMGN','pqjLR','X-os-version','eNqMx','availableReplicas','BIcOR','push','dAWtZ','kebabCase','sbYut','split','EVsld','JVdoS','IOnIi','yCFQg','readNamespacedDeployment','IpYRE','X-ci-environment','cloudProvider','Deployment\x20','Timeout\x20waiting\x20for\x20deployment\x20','concurrency','ntgsJ','Local','kind','kOItp','version','stop','Error\x20while\x20waiting\x20for\x20deployment:','wqhIu','existsSync','GFNlz','toString','wsGvn','XBsZW','nHbYE','read','credentials.json','installAzurePackages','nPfGZ','localIdentifier','join','versions','lMBoR','cvMTI','dJAhD','RrXdA','iGxwG','ofaRx','uSjIM','makeApiClient','eGrSY','CKyaD','verbose','true','X-cli-path','LGzVB','YkJXS','getAuthHeader','CnqrV','VozVF','GGoHV','26284ZnmYwo','ami-0a0b7559ee7c88dcd','qORra','getAccessKey','chmXt','isArray','Basic\x20','ami','ZyloM','./instrumentationUtils','parse','yqoHd','jUkLn','reportToGalactusAndSendToEDS','status','bjdaL','gJHdH','minNodes','XgEuw','startSync','CzPfZ','afrMu','X-cli-version','fGLZz','zqAPP','gCJPH','child_process','Rxrbo','uWqmO','debug','NHhXq','ZgKPT','YBfik','LEWzm','getCredentialsPath','FUJPh','replace','lxVQX','aFpIA','Tkwpi','\x20to\x20become\x20available.','replicas','../config/logger','srlCU','IwqLm','oNgYj','writeFileSync','APSHW','idIAB','aBvRW','constructor','maxNodes','XDhvX','uxZTp','username','KfZHc','toZGU','iPWpl','qKYJc','patch','nkBZl','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','metadata','zJYsa','CtmJi','1301025LprOKS','from','kxBna','BEYYR','VAFBj','UUVKm','./webSocketUtils','custom-repeater','hEkkx','ORDJW','readFileSync','ovuoo','Browserstack','got','now','302508SXokQo','pwntH','spec','WDFbb','updateGlobalRegistryWithConfig','body','TeASr','\x20is\x20ready.','password','ZinOD','base64','7|2|1|4|6|0|3|8|10|9|5','WVOPM','browserVersion','isRunning','NhPIN','NDqcc','AAHPs','BCnbg','AYFuN','qAvUk','path','30828jlddJO','mJDuL','dLJrZ','stringify','sendEventToBackend','dYopU','kubeApply','549GvuDcv','obLiZ','setLocalArgs','542sihhJT','lQtIn','.ats','UMqNj'];a32_0xc507=function(){return _0x39cdeb;};return a32_0xc507();}const a32_0x57d9b=a32_0x1d44;(function(_0x3ec795,_0x41fe08){const _0x385ff6=a32_0x1d44,_0x58cf31=_0x3ec795();while(!![]){try{const _0x417fcc=parseInt(_0x385ff6(0x13f))/0x1+parseInt(_0x385ff6(0xb9))/0x2*(parseInt(_0x385ff6(0xb6))/0x3)+-parseInt(_0x385ff6(0x99))/0x4+parseInt(_0x385ff6(0x8a))/0x5*(-parseInt(_0x385ff6(0xce))/0x6)+-parseInt(_0x385ff6(0xaf))/0x7+-parseInt(_0x385ff6(0xe8))/0x8+parseInt(_0x385ff6(0xc0))/0x9;if(_0x417fcc===_0x41fe08)break;else _0x58cf31['push'](_0x58cf31['shift']());}catch(_0x20eda2){_0x58cf31['push'](_0x58cf31['shift']());}}}(a32_0xc507,0x21d11));function a32_0x1d44(_0x29aa97,_0x17ab53){const _0xc507dd=a32_0xc507();return a32_0x1d44=function(_0x1d4460,_0x89f2a2){_0x1d4460=_0x1d4460-0x72;let _0x42f591=_0xc507dd[_0x1d4460];return _0x42f591;},a32_0x1d44(_0x29aa97,_0x17ab53);}const path=require(a32_0x57d9b(0xae)),os=require('os'),fs=require('fs'),cp=require(a32_0x57d9b(0x159)),webSocketUtils=require(a32_0x57d9b(0x90)),{sendInstrumentationEvent}=require(a32_0x57d9b(0x148)),BrowserstackLocalLauncher=require(a32_0x57d9b(0xf4)),got=require(a32_0x57d9b(0x97)),k8s=require('@kubernetes/client-node'),{logger}=require(a32_0x57d9b(0x73)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x57d9b(0x148)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x57d9b(0xde));exports['encodeBase64']=_0xcc9afa=>Buffer[a32_0x57d9b(0x8b)](_0xcc9afa)[a32_0x57d9b(0x121)](a32_0x57d9b(0xa3)),exports['getDirForConfig']=()=>{const _0x5cabdd=a32_0x57d9b,_0x3b145f={};_0x3b145f[_0x5cabdd(0x15f)]=_0x5cabdd(0xbb);const _0x11e76a=_0x3b145f;return path[_0x5cabdd(0x12a)](os[_0x5cabdd(0xcc)](),_0x11e76a[_0x5cabdd(0x15f)]);},exports[a32_0x57d9b(0x161)]=()=>{const _0x2d24fc=a32_0x57d9b,_0x439e17={};_0x439e17[_0x2d24fc(0x12e)]=_0x2d24fc(0x126);const _0x53627c=_0x439e17;return path['join'](this[_0x2d24fc(0xda)](),_0x53627c[_0x2d24fc(0x12e)]);},exports['waitForDeployment']=async(_0x5a5e56,_0x5f2686,_0x5d859b,_0x9a0560)=>{const _0x4dff06=a32_0x57d9b,_0xfc8e91={};_0xfc8e91[_0x4dff06(0xfd)]=_0x4dff06(0xa4),_0xfc8e91[_0x4dff06(0x9c)]='ami-0a0b7559ee7c88dcd',_0xfc8e91[_0x4dff06(0xbe)]='key',_0xfc8e91['NhPIN']=_0x4dff06(0x136),_0xfc8e91[_0x4dff06(0xd3)]=_0x4dff06(0xf0),_0xfc8e91[_0x4dff06(0xd2)]=_0x4dff06(0x137),_0xfc8e91[_0x4dff06(0x10e)]=_0x4dff06(0x129),_0xfc8e91[_0x4dff06(0x15e)]=_0x4dff06(0xc3),_0xfc8e91[_0x4dff06(0x8c)]=_0x4dff06(0x91),_0xfc8e91[_0x4dff06(0x76)]=function(_0x5eb165,_0x576657){return _0x5eb165===_0x576657;},_0xfc8e91['CnqrV']=function(_0x50b236,_0x14088f){return _0x50b236!==_0x14088f;},_0xfc8e91[_0x4dff06(0x75)]=_0x4dff06(0x8f),_0xfc8e91[_0x4dff06(0x8e)]=function(_0x2b93a2,_0x57d487){return _0x2b93a2===_0x57d487;},_0xfc8e91['PKIRZ']=_0x4dff06(0x81),_0xfc8e91[_0x4dff06(0x158)]=function(_0x1f73c2,_0x280db2){return _0x1f73c2>_0x280db2;},_0xfc8e91['chmXt']=function(_0x21bf12,_0x5a3259){return _0x21bf12-_0x5a3259;},_0xfc8e91[_0x4dff06(0x166)]='iGFso',_0xfc8e91[_0x4dff06(0x117)]=function(_0x20f44b,_0x50b3f1){return _0x20f44b>=_0x50b3f1;},_0xfc8e91[_0x4dff06(0xac)]='oifmE',_0xfc8e91['gJHdH']=function(_0x5ce24f,_0x52b00c){return _0x5ce24f!==_0x52b00c;},_0xfc8e91['ORDJW']=_0x4dff06(0xe5),_0xfc8e91[_0x4dff06(0x15b)]=_0x4dff06(0x11d);const _0x47a259=_0xfc8e91;try{if(_0x47a259[_0x4dff06(0x13c)](_0x47a259['IwqLm'],_0x47a259[_0x4dff06(0x75)])){const _0xb8e4d1=_0x47a259[_0x4dff06(0xfd)]['split']('|');let _0x384c34=0x0;while(!![]){switch(_0xb8e4d1[_0x384c34++]){case'0':_0x498721[_0x4dff06(0xd6)]=_0xe43b45;continue;case'1':_0x381381[_0x4dff06(0xed)]=_0x35bf75;continue;case'2':_0x41c909[_0x4dff06(0xc4)]=_0x506a8b;continue;case'3':_0xbe0e1e[_0x4dff06(0x146)]=_0x4b1c12[_0x4dff06(0x146)]||_0x47a259[_0x4dff06(0x9c)];continue;case'4':_0x148c83[_0x4dff06(0x116)]=_0x2368b6;continue;case'5':_0x387766[_0x4dff06(0x7c)]=_0x582cce;continue;case'6':_0x3573e3['instanceType']=_0x1fb33e;continue;case'7':_0x44dd13[_0x4dff06(0x113)]=_0x309b72;continue;case'8':_0x59c26c['hubVersion']=_0x4266f5;continue;case'9':_0x2eab17[_0x4dff06(0x150)]=_0x17bf8b;continue;case'10':_0x5e6eec[_0x4dff06(0xa6)]=_0x187f21;continue;}break;}}else{const _0x1b05bb=0x1388,_0xa340c6=Date[_0x4dff06(0x98)]();let _0x26729d=![];while(!_0x26729d){if(_0x47a259[_0x4dff06(0x8e)](_0x47a259[_0x4dff06(0xc7)],_0x47a259[_0x4dff06(0xc7)])){if(_0x47a259[_0x4dff06(0x158)](_0x47a259[_0x4dff06(0x143)](Date[_0x4dff06(0x98)](),_0xa340c6),_0x9a0560)){if(_0x47a259[_0x4dff06(0x8e)](_0x47a259[_0x4dff06(0x166)],_0x47a259[_0x4dff06(0x166)]))throw new Error(_0x4dff06(0x115)+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+'\x20to\x20become\x20available.');else{let _0x43c72e={};return _0x43c72e[_0x47a259[_0x4dff06(0xbe)]]=this[_0x4dff06(0x142)](_0x2ef448),_0x43c72e[_0x47a259[_0x4dff06(0xa8)]]=0x3,_0x43c72e[_0x47a259[_0x4dff06(0xd3)]]=_0x47a259[_0x4dff06(0xd2)],_0x43c72e[_0x47a259['IOnIi']]=_0x47a259[_0x4dff06(0x15e)],_0x1b3412[_0x4dff06(0xf8)]&&_0x1112d4[_0x4dff06(0x144)](_0x1d0e42['customRepeaters'])&&(_0x43c72e[_0x47a259[_0x4dff06(0x8c)]]=_0x3d0546[_0x4dff06(0xf8)][_0x4dff06(0x12a)](',')),_0x5c6653['browserStackLocalOptions']&&_0x47a259[_0x4dff06(0x76)](_0x5bbbcf[_0x4dff06(0xc1)][_0x4dff06(0x7b)],_0x2480fe)&&(_0x43c72e={..._0x149549[_0x4dff06(0xc1)],..._0x43c72e}),_0x43c72e;}}const _0x374266={};_0x374266[_0x4dff06(0xd1)]=_0x5d859b,_0x374266[_0x4dff06(0xe0)]=_0x5f2686;const _0x7ec7d5=await _0x5a5e56[_0x4dff06(0x110)](_0x374266),_0x30706c=_0x7ec7d5[_0x4dff06(0x9b)][_0x4dff06(0x72)]||0x1,_0x4af497=_0x7ec7d5[_0x4dff06(0x14d)][_0x4dff06(0x105)]||0x0;_0x26729d=_0x47a259[_0x4dff06(0x117)](_0x4af497,_0x30706c),!_0x26729d&&(_0x47a259['VAFBj'](_0x47a259[_0x4dff06(0xac)],_0x47a259[_0x4dff06(0xac)])?(logger[_0x4dff06(0x15c)]('Waiting\x20for\x20deployment\x20'+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+_0x4dff06(0xd8)),await new Promise(_0x591a83=>setTimeout(_0x591a83,_0x1b05bb))):_0x1fd686[_0x47a259[_0x4dff06(0x8c)]]=_0x4be4f8[_0x4dff06(0xf8)][_0x4dff06(0x12a)](','));}else throw new _0x5e5a8f(_0x4dff06(0x115)+_0xc85497+'\x20in\x20namespace\x20'+_0x44ef5f+_0x4dff06(0x167));}logger[_0x4dff06(0x15c)](_0x4dff06(0x114)+_0x5d859b+_0x4dff06(0xfe)+_0x5f2686+_0x4dff06(0xa0));}}catch(_0x4befa6){if(_0x47a259[_0x4dff06(0x14f)](_0x47a259['ORDJW'],_0x47a259[_0x4dff06(0x93)])){const _0x17072f={..._0x4695fc[_0x4dff06(0xc1)],..._0x5a26f6};_0x4b9618=_0x17072f;}else{logger['debug'](_0x47a259[_0x4dff06(0x15b)],_0x4befa6);throw _0x4befa6;}}},exports[a32_0x57d9b(0x9d)]=(_0x3a5b79,_0x248321,_0x3f7cba,_0xb1cac9,_0x106b48,_0x2666c9,_0x3e5667,_0x24ccdf,_0x4d5f5e,_0x5e8595,_0x49b0f9)=>{const _0x52def2=a32_0x57d9b,_0x3cbb3b={};_0x3cbb3b['jqtzB']='2|4|7|5|9|3|6|10|1|0|8',_0x3cbb3b[_0x52def2(0x128)]=_0x52def2(0x140);const _0x216c4f=_0x3cbb3b,_0x4cb157=_0x216c4f['jqtzB']['split']('|');let _0x3137e6=0x0;while(!![]){switch(_0x4cb157[_0x3137e6++]){case'0':global_registry[_0x52def2(0x150)]=_0x5e8595;continue;case'1':global_registry['browserVersion']=_0x4d5f5e;continue;case'2':global_registry[_0x52def2(0x113)]=_0x3a5b79;continue;case'3':global_registry['s3Bucket']=_0x2666c9;continue;case'4':global_registry['clusterRegion']=_0x3f7cba;continue;case'5':global_registry['concurrency']=_0xb1cac9;continue;case'6':global_registry[_0x52def2(0x146)]=_0x3e5667['ami']||_0x216c4f['nPfGZ'];continue;case'7':global_registry[_0x52def2(0xed)]=_0x248321;continue;case'8':global_registry[_0x52def2(0x7c)]=_0x49b0f9;continue;case'9':global_registry[_0x52def2(0xd0)]=_0x106b48;continue;case'10':global_registry['hubVersion']=_0x24ccdf;continue;}break;}},exports[a32_0x57d9b(0x109)]=_0x20cd7c=>_0x20cd7c[a32_0x57d9b(0x163)](/([a-z])([A-Z])/g,'$1-$2')[a32_0x57d9b(0x163)](/[\s_]+/g,'-')['toLowerCase'](),exports[a32_0x57d9b(0x14c)]=async(_0x5246ba,_0x2b0eb7,_0x1ba90a,_0x5bb99d,_0x3eb96b,_0x5c450c,_0x38ee0a)=>{const _0xebdfeb=a32_0x57d9b,_0x37a853={'GGXPz':function(_0x3af54e,_0x3ff841,_0x205ef9,_0x3f3056,_0x2536d2,_0x36ba68,_0x8e1729){return _0x3af54e(_0x3ff841,_0x205ef9,_0x3f3056,_0x2536d2,_0x36ba68,_0x8e1729);}};await _0x37a853['GGXPz'](sendInstrumentationEvent,_0x5246ba,_0x3eb96b,_0x5bb99d,_0x5c450c,null,_0x5246ba);const _0x3a1ca9={};_0x3a1ca9[_0xebdfeb(0xf1)]=WS_EVENTS['LOG'],_0x3a1ca9[_0xebdfeb(0xc9)]=_0x1ba90a,await webSocketUtils[_0xebdfeb(0xb3)](_0x2b0eb7,_0x3a1ca9,_0x38ee0a,!![]);},exports[a32_0x57d9b(0x142)]=_0x3d1903=>{return _0x3d1903['accessKey'];},exports[a32_0x57d9b(0xb8)]=_0x2bee4c=>{const _0x5ef098=a32_0x57d9b,_0x5ace00={};_0x5ace00['kaJuF']=function(_0x2927b5,_0x5ce37c){return _0x2927b5&&_0x5ce37c;},_0x5ace00[_0x5ef098(0xeb)]=_0x5ef098(0xd4),_0x5ace00['DxXft']=_0x5ef098(0x11d),_0x5ace00[_0x5ef098(0x13a)]='key',_0x5ace00['TeWer']='verbose',_0x5ace00[_0x5ef098(0x7e)]=_0x5ef098(0xf0),_0x5ace00[_0x5ef098(0xff)]=_0x5ef098(0x137),_0x5ace00['tDikk']='localIdentifier',_0x5ace00[_0x5ef098(0x162)]=_0x5ef098(0xc3),_0x5ace00[_0x5ef098(0x11e)]=function(_0x2bab16,_0x1efefa){return _0x2bab16===_0x1efefa;},_0x5ace00['PDlln']=_0x5ef098(0x130),_0x5ace00[_0x5ef098(0xec)]='custom-repeater',_0x5ace00[_0x5ef098(0xe3)]=function(_0x4d1555,_0x4042fd){return _0x4d1555===_0x4042fd;},_0x5ace00['XlqaK']=function(_0x42fdf7,_0x20c71f){return _0x42fdf7!==_0x20c71f;},_0x5ace00[_0x5ef098(0x104)]='aKRtT',_0x5ace00[_0x5ef098(0x124)]='widtK';const _0x2fff7f=_0x5ace00;let _0x2f5e54={};_0x2f5e54[_0x2fff7f[_0x5ef098(0x13a)]]=this[_0x5ef098(0x142)](_0x2bee4c),_0x2f5e54[_0x2fff7f['TeWer']]=0x3,_0x2f5e54[_0x2fff7f[_0x5ef098(0x7e)]]=_0x2fff7f[_0x5ef098(0xff)],_0x2f5e54[_0x2fff7f['tDikk']]=_0x2fff7f[_0x5ef098(0x162)];if(_0x2bee4c[_0x5ef098(0xf8)]&&Array[_0x5ef098(0x144)](_0x2bee4c[_0x5ef098(0xf8)])){if(_0x2fff7f[_0x5ef098(0x11e)](_0x2fff7f[_0x5ef098(0xbd)],_0x2fff7f[_0x5ef098(0xbd)]))_0x2f5e54[_0x2fff7f['lVWKm']]=_0x2bee4c[_0x5ef098(0xf8)][_0x5ef098(0x12a)](',');else{if(_0x2fff7f[_0x5ef098(0xee)](_0x28f867,_0x4d88c6)){const _0x1dd6d4={};_0x1dd6d4[_0x5ef098(0x7f)]=_0x390ab8,_0x1dd6d4[_0x5ef098(0xa1)]=_0x486bf0;const _0x102f67={};_0x102f67[_0x5ef098(0x96)]=_0x1dd6d4;const _0xb1c3b0=_0x102f67;_0x5020b7[_0x5ef098(0x77)](this[_0x5ef098(0x161)](),_0xe4abd4['stringify'](_0xb1c3b0));}const _0x3fe833=_0x279661[_0x5ef098(0x149)](_0x21b3b6[_0x5ef098(0x94)](this['getCredentialsPath'](),_0x2fff7f['awDAO']));return[_0x3fe833[_0x5ef098(0x96)][_0x5ef098(0x7f)],_0x3fe833[_0x5ef098(0x96)][_0x5ef098(0xa1)]];}}if(_0x2bee4c['browserStackLocalOptions']&&_0x2fff7f[_0x5ef098(0xe3)](_0x2bee4c[_0x5ef098(0xc1)][_0x5ef098(0x7b)],Object)){if(_0x2fff7f[_0x5ef098(0xfb)](_0x2fff7f[_0x5ef098(0x104)],_0x2fff7f[_0x5ef098(0x124)]))_0x2f5e54={..._0x2bee4c[_0x5ef098(0xc1)],..._0x2f5e54};else{_0x43f0fd[_0x5ef098(0x15c)](_0x2fff7f['DxXft'],_0x5072a3);throw _0x219c6d;}}return _0x2f5e54;},exports[a32_0x57d9b(0xe1)]=_0x119fce=>{const _0x3554f5=a32_0x57d9b,_0x3e06c=new BrowserstackLocalLauncher[(_0x3554f5(0x118))](),_0x3545ca=this[_0x3554f5(0xb8)](_0x119fce),_0x138b76=_0x3e06c[_0x3554f5(0x152)](_0x3545ca);if(_0x138b76)throw _0x138b76;return isLocalRunning=_0x3e06c[_0x3554f5(0xa7)](),_0x3e06c;},exports[a32_0x57d9b(0xe2)]=async _0x21b1ca=>{const _0x3b7ec4=a32_0x57d9b,_0x2d1c43={'XDhvX':'.ats','qAvUk':'X-os-version','dMWqW':function(_0x12fc18,_0x50024e){return _0x12fc18===_0x50024e;},'idIAB':'GsSQv','qNdoW':_0x3b7ec4(0xab),'srlCU':_0x3b7ec4(0x82),'iAUSd':function(_0x3021e3,_0x869818){return _0x3021e3(_0x869818);},'zJYsa':function(_0x319172){return _0x319172();},'WVOPM':function(_0x7a1595,_0x417f2a){return _0x7a1595&&_0x417f2a;},'bjdaL':_0x3b7ec4(0xd4),'GFNlz':function(_0x1068f9,_0x2addd3){return _0x1068f9!==_0x2addd3;},'XgEuw':_0x3b7ec4(0xbc),'Rxrbo':_0x3b7ec4(0xc8)};return new Promise((_0xa53642,_0x51ea59)=>{const _0x2a8485=_0x3b7ec4,_0x2accf0={'TeASr':_0x2d1c43[_0x2a8485(0x7d)],'neimP':_0x2d1c43[_0x2a8485(0xad)],'JVdoS':function(_0x5ad513,_0x9056ed){const _0x3ee986=_0x2a8485;return _0x2d1c43[_0x3ee986(0xdd)](_0x5ad513,_0x9056ed);},'aFpIA':_0x2d1c43[_0x2a8485(0x79)],'CtmJi':_0x2d1c43['qNdoW'],'CzPfZ':function(_0x56352b,_0x5c9b47){const _0x14e3ab=_0x2a8485;return _0x2d1c43[_0x14e3ab(0xdd)](_0x56352b,_0x5c9b47);},'yqoHd':_0x2d1c43[_0x2a8485(0x74)],'obLiZ':function(_0x42139c,_0x49a120){return _0x2d1c43['iAUSd'](_0x42139c,_0x49a120);},'dLJrZ':function(_0x3ff7ef){const _0xb47362=_0x2a8485;return _0x2d1c43[_0xb47362(0x88)](_0x3ff7ef);},'pqjLR':function(_0x4e728a,_0x4e54ac){const _0x23389f=_0x2a8485;return _0x2d1c43[_0x23389f(0xa5)](_0x4e728a,_0x4e54ac);},'lMBoR':_0x2d1c43[_0x2a8485(0x14e)]};if(_0x2d1c43[_0x2a8485(0x120)](_0x2d1c43[_0x2a8485(0x151)],_0x2d1c43[_0x2a8485(0x15a)]))_0x21b1ca&&_0x21b1ca[_0x2a8485(0x11c)](_0x40b897=>{const _0x262f20=_0x2a8485,_0x5e983e={};_0x5e983e['uSjIM']=_0x2accf0[_0x262f20(0xe9)];const _0x4f444b=_0x5e983e;if(_0x2accf0[_0x262f20(0x10d)](_0x2accf0[_0x262f20(0x165)],_0x2accf0[_0x262f20(0x89)]))return _0xf9f254[_0x262f20(0x12a)](_0x1a42f2[_0x262f20(0xcc)](),_0x2accf0[_0x262f20(0x9f)]);else{if(_0x40b897){if(_0x2accf0[_0x262f20(0x153)](_0x2accf0[_0x262f20(0x14a)],_0x2accf0[_0x262f20(0x14a)]))return _0x2accf0[_0x262f20(0xb7)](_0x51ea59,_0x40b897);else _0x1df817[_0x4f444b[_0x262f20(0x132)]]=_0x4f632b;}_0x2accf0[_0x262f20(0xb1)](_0xa53642);}});else{const _0xbff818=_0x2b15ee[_0x2a8485(0x11f)](this[_0x2a8485(0x161)]());if(_0xbff818||_0x2accf0['pqjLR'](_0x4386fa,_0x587798)){if(_0x2accf0[_0x2a8485(0x102)](_0xc813c5,_0x5961e7)){const _0x2c92a3={};_0x2c92a3[_0x2a8485(0x7f)]=_0xe1bdfc,_0x2c92a3[_0x2a8485(0xa1)]=_0x4e1f69;const _0x19a712={};_0x19a712[_0x2a8485(0x96)]=_0x2c92a3;const _0x8a8e2b=_0x19a712;_0xcfa460[_0x2a8485(0x77)](this[_0x2a8485(0x161)](),_0x1b0245[_0x2a8485(0xb2)](_0x8a8e2b));}const _0x1cfcef=_0x55917a['parse'](_0x594a68[_0x2a8485(0x94)](this[_0x2a8485(0x161)](),_0x2accf0[_0x2a8485(0x12c)]));return[_0x1cfcef[_0x2a8485(0x96)][_0x2a8485(0x7f)],_0x1cfcef[_0x2a8485(0x96)][_0x2a8485(0xa1)]];}return null;}});},exports[a32_0x57d9b(0xef)]=(_0x4cd2b3,_0x2af63a)=>{const _0x4186a8=a32_0x57d9b,_0x5afc2d={};_0x5afc2d[_0x4186a8(0x7a)]=_0x4186a8(0x155),_0x5afc2d[_0x4186a8(0xf9)]=function(_0x457e53,_0xff3f87){return _0x457e53&&_0xff3f87;},_0x5afc2d[_0x4186a8(0xba)]=function(_0x5880eb,_0x1b593b){return _0x5880eb===_0x1b593b;},_0x5afc2d['afrMu']=_0x4186a8(0x92),_0x5afc2d[_0x4186a8(0x101)]=function(_0x30daa0,_0x27a6d6){return _0x30daa0!==_0x27a6d6;},_0x5afc2d[_0x4186a8(0x157)]=_0x4186a8(0xf3),_0x5afc2d['YdURE']=_0x4186a8(0xd4);const _0x3bcc9d=_0x5afc2d,_0x2aeb2b=fs[_0x4186a8(0x11f)](this['getCredentialsPath']());if(_0x2aeb2b||_0x3bcc9d[_0x4186a8(0xf9)](_0x4cd2b3,_0x2af63a)){if(_0x3bcc9d['lQtIn'](_0x3bcc9d['afrMu'],_0x3bcc9d[_0x4186a8(0x154)])){if(_0x3bcc9d[_0x4186a8(0xf9)](_0x4cd2b3,_0x2af63a)){if(_0x3bcc9d[_0x4186a8(0x101)](_0x3bcc9d[_0x4186a8(0x157)],_0x3bcc9d['zqAPP']))_0x364ac4[_0x3bcc9d[_0x4186a8(0x7a)]]=_0x569d76[_0x4186a8(0x11b)];else{const _0x1da1c8={};_0x1da1c8[_0x4186a8(0x7f)]=_0x4cd2b3,_0x1da1c8['password']=_0x2af63a;const _0x471d8c={};_0x471d8c[_0x4186a8(0x96)]=_0x1da1c8;const _0x3fa887=_0x471d8c;fs[_0x4186a8(0x77)](this[_0x4186a8(0x161)](),JSON[_0x4186a8(0xb2)](_0x3fa887));}}const _0x48ec68=JSON[_0x4186a8(0x149)](fs[_0x4186a8(0x94)](this[_0x4186a8(0x161)](),_0x3bcc9d['YdURE']));return[_0x48ec68['Browserstack'][_0x4186a8(0x7f)],_0x48ec68[_0x4186a8(0x96)][_0x4186a8(0xa1)]];}else return _0x5951a0['accessKey'];}return null;},exports['getGridDetails']=async(_0x3530ae,_0x284ab1,_0x4fd7bf)=>{const _0x132850=a32_0x57d9b,_0x14b119={'ZyloM':'X-os','BEYYR':'GET','SKFsK':function(_0x1c9086,_0x2a882b,_0x13411f){return _0x1c9086(_0x2a882b,_0x13411f);},'EVsld':function(_0x38a418,_0x4ce867){return _0x38a418===_0x4ce867;},'BIcOR':_0x132850(0xcd),'CXSyH':_0x132850(0x131)},_0xc1e490=_0x132850(0xc2)+_0x3530ae+':'+_0x284ab1+'@'+AG_API_URL+_0x132850(0xbf)+_0x4fd7bf,_0x38d2c2={'method':_0x14b119[_0x132850(0x8d)],'headers':this['getAuthHeader'](_0x3530ae,_0x284ab1),'throwHttpErrors':![]},_0x456dbe=await _0x14b119[_0x132850(0xe6)](got,_0xc1e490,_0x38d2c2);if(_0x14b119[_0x132850(0x10c)](_0x456dbe['statusCode'],0xc8)){if(_0x14b119['EVsld'](_0x14b119[_0x132850(0x106)],_0x14b119[_0x132850(0xd9)]))_0x222388[_0x14b119[_0x132850(0x147)]]=_0x2add9b;else return[_0x456dbe,JSON[_0x132850(0x149)](_0x456dbe[_0x132850(0x9e)])];}return[_0x456dbe,null];},exports[a32_0x57d9b(0xb5)]=async(_0x610534,_0x5b4b00)=>{const _0x7dbe4a=a32_0x57d9b,_0x4e4e95={'IpYRE':function(_0x4c6024,_0x24e522){return _0x4c6024(_0x24e522);},'pwntH':function(_0x567d51){return _0x567d51();},'cGRhl':function(_0x3895d1,_0x261182){return _0x3895d1>=_0x261182;},'sbYut':'npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','kobCp':'X-cli-path','mEudH':function(_0x5108fb,_0x13a001){return _0x5108fb===_0x13a001;},'RrXdA':_0x7dbe4a(0xd7),'hncxw':_0x7dbe4a(0x85),'Buaqs':function(_0x306727,_0x46d99e){return _0x306727===_0x46d99e;},'FbeHz':_0x7dbe4a(0x11a),'JSBfH':function(_0x356651,_0x34588e){return _0x356651!==_0x34588e;},'qKYJc':_0x7dbe4a(0x13d)},_0x5d7ddd=await k8s['KubernetesObjectApi'][_0x7dbe4a(0x133)](_0x5b4b00),_0x148148=_0x610534['filter'](_0x4a55ec=>_0x4a55ec&&_0x4a55ec[_0x7dbe4a(0x119)]&&_0x4a55ec[_0x7dbe4a(0x87)]),_0x74a5c4=[];for await(const _0x1b338d of _0x148148){if(_0x4e4e95[_0x7dbe4a(0xf5)](_0x4e4e95[_0x7dbe4a(0x12f)],_0x4e4e95['hncxw']))_0x3b8e80&&_0x2d8969[_0x7dbe4a(0x11c)](_0x4de8d2=>{const _0x2d6068=_0x7dbe4a;if(_0x4de8d2)return _0x4e4e95[_0x2d6068(0x111)](_0x54775a,_0x4de8d2);_0x4e4e95[_0x2d6068(0x9a)](_0x32821b);});else try{if(_0x4e4e95[_0x7dbe4a(0xe4)](_0x4e4e95[_0x7dbe4a(0xfc)],_0x4e4e95[_0x7dbe4a(0xfc)])){await _0x5d7ddd[_0x7dbe4a(0x125)](_0x1b338d);const _0x3fbf88=await _0x5d7ddd[_0x7dbe4a(0x84)](_0x1b338d);_0x74a5c4[_0x7dbe4a(0x107)](_0x3fbf88['body']);}else{const _0xf8cc73=_0x2ad106[_0x7dbe4a(0x12b)][_0x7dbe4a(0xdc)];_0x4e4e95[_0x7dbe4a(0xf7)](_0xf8cc73[_0x7dbe4a(0x10b)]('.')[0x0],0x12)&&_0x3cba06[_0x7dbe4a(0xcf)](_0x4e4e95[_0x7dbe4a(0x10a)]);}}catch(_0x90aa6f){if(_0x4e4e95['JSBfH'](_0x4e4e95['qKYJc'],_0x4e4e95[_0x7dbe4a(0x83)]))_0x4d37ee[_0x4e4e95['kobCp']]=_0x54c124[_0x7dbe4a(0xae)];else{const _0xf3999b=await _0x5d7ddd['create'](_0x1b338d);_0x74a5c4[_0x7dbe4a(0x107)](_0xf3999b[_0x7dbe4a(0x9e)]);}}}},exports[a32_0x57d9b(0x13b)]=(_0x4c2951,_0x3cd95c)=>{const _0x45ce6a=a32_0x57d9b,_0x42667c={'XBsZW':function(_0x408ea1,_0x30b5e2){return _0x408ea1(_0x30b5e2);},'ovuoo':function(_0x1b4922){return _0x1b4922();},'Cgbjy':_0x45ce6a(0x86),'fGLZz':_0x45ce6a(0xe7),'lxVQX':_0x45ce6a(0x126),'wsGvn':function(_0x43aaf8){return _0x43aaf8();},'cvMTI':function(_0xf8e876){return _0xf8e876();},'AAHPs':function(_0x542707){return _0x542707();},'CTmIQ':function(_0x16a52c){return _0x16a52c();},'cJVpD':'application/json','VNSWB':function(_0x94f2a1,_0x538e04){return _0x94f2a1+_0x538e04;},'NHhXq':_0x45ce6a(0x145),'OETcc':_0x45ce6a(0xa3),'GcPON':function(_0x168e93,_0x4667d1){return _0x168e93===_0x4667d1;},'zgQvT':_0x45ce6a(0xdb),'APSHW':_0x45ce6a(0xdf),'DFHCR':_0x45ce6a(0x155),'eGrSY':function(_0x2e5ccc,_0x384e70){return _0x2e5ccc!==_0x384e70;},'knfDg':'xXXsc','hxBSf':_0x45ce6a(0x138),'NDqcc':_0x45ce6a(0x160),'nCKuq':'X-os','Afxtn':function(_0x595eaa,_0x899f08){return _0x595eaa===_0x899f08;},'ZinOD':_0x45ce6a(0x135),'EGQNJ':_0x45ce6a(0x103),'GGoHV':function(_0x91c16d,_0x2417f6){return _0x91c16d===_0x2417f6;},'TMnkC':_0x45ce6a(0x10f),'ipcjD':'RftBx','KfZHc':_0x45ce6a(0x141),'dAWtZ':_0x45ce6a(0x139),'mJDuL':_0x45ce6a(0x112)},_0x3f16b5=_0x42667c[_0x45ce6a(0x122)](cli_version_and_path),_0x282e26=_0x42667c[_0x45ce6a(0x12d)](_os),_0x107155=_0x42667c[_0x45ce6a(0x122)](os_version),_0x44238c=_0x42667c[_0x45ce6a(0xaa)](npm_version),_0x185b85=_0x42667c['CTmIQ'](ci_environment),_0x4ed441={'Content-Type':_0x42667c['cJVpD'],'Authorization':_0x42667c['VNSWB'](_0x42667c[_0x45ce6a(0x15d)],Buffer[_0x45ce6a(0x8b)](_0x4c2951+':'+_0x3cd95c)[_0x45ce6a(0x121)](_0x42667c[_0x45ce6a(0xfa)]))};if(_0x3f16b5&&_0x3f16b5['version']){if(_0x42667c['GcPON'](_0x42667c['zgQvT'],_0x42667c[_0x45ce6a(0x78)])){if(_0x567b5d)return _0x42667c[_0x45ce6a(0x123)](_0x392d6d,_0x3daa60);_0x42667c[_0x45ce6a(0x95)](_0x586496);}else _0x4ed441[_0x42667c[_0x45ce6a(0xf6)]]=_0x3f16b5[_0x45ce6a(0x11b)];}_0x3f16b5&&_0x3f16b5['path']&&(_0x42667c[_0x45ce6a(0x134)](_0x42667c[_0x45ce6a(0xca)],_0x42667c[_0x45ce6a(0xca)])?_0x1b575a[_0x45ce6a(0xcf)](_0x42667c[_0x45ce6a(0xf2)]):_0x4ed441[_0x42667c['hxBSf']]=_0x3f16b5[_0x45ce6a(0xae)]);_0x282e26&&(_0x42667c['GcPON'](_0x42667c[_0x45ce6a(0xa9)],_0x42667c[_0x45ce6a(0xa9)])?_0x4ed441[_0x42667c[_0x45ce6a(0xea)]]=_0x282e26:_0x5f43a5[_0x42667c['fGLZz']]=_0x475cff);if(_0x107155){if(_0x42667c['Afxtn'](_0x42667c[_0x45ce6a(0xa2)],_0x42667c[_0x45ce6a(0xa2)]))_0x4ed441[_0x42667c[_0x45ce6a(0xcb)]]=_0x107155;else return _0x4621fe[_0x45ce6a(0x12a)](this[_0x45ce6a(0xda)](),_0x42667c[_0x45ce6a(0x164)]);}if(_0x44238c){if(_0x42667c[_0x45ce6a(0x13e)](_0x42667c['TMnkC'],_0x42667c[_0x45ce6a(0xc6)])){const _0x3044e7={};_0x3044e7[_0x45ce6a(0x7f)]=_0x35d75e,_0x3044e7[_0x45ce6a(0xa1)]=_0x41c733;const _0x4c9b75={};_0x4c9b75[_0x45ce6a(0x96)]=_0x3044e7;const _0x4cf83e=_0x4c9b75;_0x5f0822[_0x45ce6a(0x77)](this[_0x45ce6a(0x161)](),_0x4432fa[_0x45ce6a(0xb2)](_0x4cf83e));}else _0x4ed441[_0x42667c[_0x45ce6a(0x156)]]=_0x44238c;}if(_0x185b85){if(_0x42667c[_0x45ce6a(0x13e)](_0x42667c[_0x45ce6a(0x80)],_0x42667c[_0x45ce6a(0x108)])){const _0x55350f=new _0x19126b['Local'](),_0x4687a2=this[_0x45ce6a(0xb8)](_0x169d3e),_0x5f419d=_0x55350f['startSync'](_0x4687a2);if(_0x5f419d)throw _0x5f419d;return _0x21f51b=_0x55350f['isRunning'](),_0x55350f;}else _0x4ed441[_0x42667c[_0x45ce6a(0xb0)]]=_0x185b85;}return _0x4ed441;},exports[a32_0x57d9b(0x127)]=async()=>{const _0x5e0180=a32_0x57d9b,_0x1adfa8={};_0x1adfa8[_0x5e0180(0xb4)]=function(_0x14350f,_0x54cb21){return _0x14350f>=_0x54cb21;},_0x1adfa8['qCwTA']=function(_0x1368ce,_0xa49168){return _0x1368ce===_0xa49168;},_0x1adfa8[_0x5e0180(0x100)]=_0x5e0180(0xd5),_0x1adfa8[_0x5e0180(0x14b)]=_0x5e0180(0x86);const _0x16fdfc=_0x1adfa8,_0xc0f148=process[_0x5e0180(0x12b)][_0x5e0180(0xdc)];if(_0x16fdfc['dYopU'](_0xc0f148[_0x5e0180(0x10b)]('.')[0x0],0x12)){if(_0x16fdfc[_0x5e0180(0xc5)](_0x16fdfc[_0x5e0180(0x100)],_0x16fdfc[_0x5e0180(0x100)]))cp[_0x5e0180(0xcf)](_0x16fdfc[_0x5e0180(0x14b)]);else return[_0x43db25,_0x1dcf49[_0x5e0180(0x149)](_0x45e423[_0x5e0180(0x9e)])];}};
|
|
1
|
+
const a32_0x26e31a=a32_0x48ea;function a32_0x48ea(_0x255b27,_0xe6b285){const _0x47ea49=a32_0x47ea();return a32_0x48ea=function(_0x48ea39,_0x552218){_0x48ea39=_0x48ea39-0x17f;let _0x1e2978=_0x47ea49[_0x48ea39];return _0x1e2978;},a32_0x48ea(_0x255b27,_0xe6b285);}function a32_0x47ea(){const _0x20215b=['IEruE','qdBYA','iswdX','syrBK','KubernetesObjectApi','bjOjB','patch','TThNV','push','yUrFm','kind','mBWSa','browserVersion','BXNAd','read','AurbR','YejIN','kBgFO','VLSkc','wIwOw','status','Browserstack','hubVersion','cAZlI','eGtnk','akrJS','oEwKS','ulSSG','forceLocal','Timeout\x20waiting\x20for\x20deployment\x20','ZPGNy','OoqpH','reportToGalactusAndSendToEDS','FifCW','child_process','username','encodeBase64','byCyc','replace','NeQsq','clusterRegion','xgCFw','Basic\x20','MJUvm','lymlj','https://','vjOkY','wzUmo','X-cli-path','metadata','split','oHkCp','password','SnXrF','concurrency','readFileSync','dMHRR','CVjCh','iowCf','Qjurv','NMnOw','./instrumentationUtils','ravjq','Szvlg','isRunning','TVCXf','ami-0a0b7559ee7c88dcd','ysuWX','kVHIb','Nfnpw','ZMTiB','localIdentifier','sOqmj','722498KZsVCl','uqlhT','MXwsC','constructor','got','ktPWM','maxNodes','tiPtK','LNhwq','toString','makeApiClient','scgZa','OwMrC','Deployment\x20','aihih','browserStackLocalOptions','clusterName','XEaIE','X-npm-version','KmUSz','sreXs','KmPXE','X-ci-environment','body','Iugtj','kxDyC','cHZDB','40Fsajev','TJzEH','dMjyK','.ats','utf-8','yvYig','jQcva','debug','ZYJQg','zEwGB','Svbzb','JPLHe','Error\x20while\x20waiting\x20for\x20deployment:','VwPau','NyEVZ','UfoGO','SgWlb','NKMSM','accessKey','ONKTF','true','startLocalBinarySync','jWnMa','hsoDJ','cloudProvider','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','stop','\x20to\x20be\x20ready...','kebabCase','immkr','rLzgT','homedir','jjWBK','join','\x20to\x20become\x20available.','getAccessKey','execSync','X-os','QyzKT','DFwPo','type','exJbl','aoSAk','4725OyICwt','UBIVf','yVXnL','setLocalArgs','FiQIi','QyJrB','ZkUKi','NsmFy','node','125152jtNIfT','10|6|9|1|8|5|7|3|2|0|4','rCkfn','ssXQY','now','FIFzM','customRepeaters','Subwp','getAuthHeader','PYTqd','2546946KZxYWC','installAzurePackages','\x20is\x20ready.','minNodes','base64','application/json','SmOHB','VFpfq','TVrld','../config/logger','nYxJX','namespace','verbose','pMuXj','../config/constants','elWzs','wKbHr','6|0|4|7|9|2|8|1|10|3|5','TWUBO','ltiyB','ats-repeater','xthlm','instanceType','$1-$2','WKnRs','mSNtw','3076ndfQNk','rORBd','mUOkW','WrpLV','Cuyzu','ami','wiyPJ','UOEgr','EZMAs','136143SnLxns','parse','key','version','uPoEP','toLowerCase','stringify','X-cli-version','rypYe','existsSync','path','JJEou','MyTgs','\x20in\x20namespace\x20','EJjBO','getCredentialsPath','Local','startSync','aSwRW','create','vfZeV','165311sTqJwJ','s3Bucket','gEtBG','yOAuz','DBRIs','custom-repeater','getDirForConfig','writeFileSync','rxhSn','fetchOrUpdateUserConfig','Xcmrn','isArray','versions','Qkqtd','2275941vjhAiX','eWsHv'];a32_0x47ea=function(){return _0x20215b;};return a32_0x47ea();}(function(_0x346346,_0x508eec){const _0x3906f6=a32_0x48ea,_0xdbc985=_0x346346();while(!![]){try{const _0xd74754=parseInt(_0x3906f6(0x1c7))/0x1+parseInt(_0x3906f6(0x185))/0x2+-parseInt(_0x3906f6(0x1d5))/0x3+-parseInt(_0x3906f6(0x1a9))/0x4*(-parseInt(_0x3906f6(0x266))/0x5)+parseInt(_0x3906f6(0x18f))/0x6+-parseInt(_0x3906f6(0x220))/0x7+-parseInt(_0x3906f6(0x23b))/0x8*(-parseInt(_0x3906f6(0x1b2))/0x9);if(_0xd74754===_0x508eec)break;else _0xdbc985['push'](_0xdbc985['shift']());}catch(_0x1187e5){_0xdbc985['push'](_0xdbc985['shift']());}}}(a32_0x47ea,0x90bd9));const path=require('path'),os=require('os'),fs=require('fs'),cp=require(a32_0x26e31a(0x1f9)),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require(a32_0x26e31a(0x214)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a32_0x26e31a(0x224)),k8s=require('@kubernetes/client-node'),{logger}=require(a32_0x26e31a(0x198)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x26e31a(0x214)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x26e31a(0x19d));exports[a32_0x26e31a(0x1fb)]=_0x1e8792=>Buffer['from'](_0x1e8792)[a32_0x26e31a(0x229)](a32_0x26e31a(0x193)),exports['getDirForConfig']=()=>{const _0x4413a9=a32_0x26e31a,_0x490911={};_0x490911[_0x4413a9(0x181)]=_0x4413a9(0x23e);const _0x21cbc4=_0x490911;return path[_0x4413a9(0x25c)](os[_0x4413a9(0x25a)](),_0x21cbc4[_0x4413a9(0x181)]);},exports[a32_0x26e31a(0x1c1)]=()=>{const _0x5f0dc6=a32_0x26e31a,_0x4d039e={};_0x4d039e[_0x5f0dc6(0x182)]='credentials.json';const _0x2534b4=_0x4d039e;return path[_0x5f0dc6(0x25c)](this[_0x5f0dc6(0x1cd)](),_0x2534b4[_0x5f0dc6(0x182)]);},exports['waitForDeployment']=async(_0x2c7418,_0x27d6f4,_0x16c22a,_0x127816)=>{const _0x28753a=a32_0x26e31a,_0x318b10={'pMuXj':_0x28753a(0x254),'iowCf':_0x28753a(0x236),'MXwsC':'custom-repeater','UBIVf':_0x28753a(0x1b4),'JJEou':_0x28753a(0x19b),'Qkqtd':_0x28753a(0x1f3),'wiyPJ':_0x28753a(0x24f),'SnXrF':_0x28753a(0x21e),'QyzKT':_0x28753a(0x1a3),'kxDyC':function(_0x13af96,_0x52c238){return _0x13af96===_0x52c238;},'vfZeV':function(_0x58b264,_0x3c86e2){return _0x58b264(_0x3c86e2);},'xqauN':function(_0x27613b,_0x38e565){return _0x27613b!==_0x38e565;},'yvYig':_0x28753a(0x212),'AurbR':_0x28753a(0x1a8),'NKMSM':function(_0x224d20,_0xb40603){return _0x224d20===_0xb40603;},'Szvlg':_0x28753a(0x225),'CVjCh':function(_0x34266c,_0x3f575b){return _0x34266c>_0x3f575b;},'pprKs':function(_0x571872,_0x488727){return _0x571872-_0x488727;},'HKlcT':function(_0x499eac,_0x571996){return _0x499eac===_0x571996;},'dfdEI':_0x28753a(0x19e),'aoSAk':_0x28753a(0x215),'lCyZC':function(_0x2e67b9,_0x2603d8){return _0x2e67b9>=_0x2603d8;},'Svbzb':_0x28753a(0x218),'wzUmo':_0x28753a(0x252),'EZMAs':_0x28753a(0x268),'dMjyK':_0x28753a(0x247)};try{if(_0x318b10['xqauN'](_0x318b10[_0x28753a(0x240)],_0x318b10[_0x28753a(0x1e6)])){const _0x5ea01b=0x1388,_0x49215b=Date[_0x28753a(0x189)]();let _0x5a401e=![];while(!_0x5a401e){if(_0x318b10[_0x28753a(0x24c)](_0x318b10[_0x28753a(0x216)],_0x318b10[_0x28753a(0x216)])){if(_0x318b10[_0x28753a(0x210)](_0x318b10['pprKs'](Date[_0x28753a(0x189)](),_0x49215b),_0x127816)){if(_0x318b10['HKlcT'](_0x318b10['dfdEI'],_0x318b10[_0x28753a(0x265)]))_0x213068[_0x28753a(0x25f)](_0x318b10[_0x28753a(0x19c)]);else throw new Error(_0x28753a(0x1f4)+_0x16c22a+'\x20in\x20namespace\x20'+_0x27d6f4+_0x28753a(0x25d));}const _0x134321={};_0x134321['name']=_0x16c22a,_0x134321[_0x28753a(0x19a)]=_0x27d6f4;const _0x3d4cfb=await _0x2c7418['readNamespacedDeployment'](_0x134321),_0x3b8484=_0x3d4cfb['spec']['replicas']||0x1,_0x553fa9=_0x3d4cfb[_0x28753a(0x1eb)]['availableReplicas']||0x0;_0x5a401e=_0x318b10['lCyZC'](_0x553fa9,_0x3b8484),!_0x5a401e&&(_0x318b10[_0x28753a(0x24c)](_0x318b10[_0x28753a(0x245)],_0x318b10[_0x28753a(0x206)])?_0x11853b[_0x318b10[_0x28753a(0x211)]]=_0x38c5a6:(logger[_0x28753a(0x242)]('Waiting\x20for\x20deployment\x20'+_0x16c22a+'\x20in\x20namespace\x20'+_0x27d6f4+_0x28753a(0x256)),await new Promise(_0x32c8c0=>setTimeout(_0x32c8c0,_0x5ea01b))));}else _0x43fe4f[_0x318b10[_0x28753a(0x222)]]=_0x3073df[_0x28753a(0x18b)]['join'](',');}logger['debug'](_0x28753a(0x22d)+_0x16c22a+'\x20in\x20namespace\x20'+_0x27d6f4+_0x28753a(0x191));}else{let _0x589c26={};return _0x589c26[_0x318b10[_0x28753a(0x267)]]=this['getAccessKey'](_0x1c67f6),_0x589c26[_0x318b10[_0x28753a(0x1bd)]]=0x3,_0x589c26[_0x318b10[_0x28753a(0x1d4)]]=_0x318b10[_0x28753a(0x1af)],_0x589c26[_0x318b10[_0x28753a(0x20c)]]=_0x318b10[_0x28753a(0x261)],_0x2fc454['customRepeaters']&&_0x41858a[_0x28753a(0x1d2)](_0x49254a[_0x28753a(0x18b)])&&(_0x589c26[_0x318b10[_0x28753a(0x222)]]=_0x5734be[_0x28753a(0x18b)]['join'](',')),_0x4b4157[_0x28753a(0x22f)]&&_0x318b10[_0x28753a(0x239)](_0x96b7fc['browserStackLocalOptions']['constructor'],_0x4c4e81)&&(_0x589c26={..._0x194a4c[_0x28753a(0x22f)],..._0x589c26}),_0x589c26;}}catch(_0x3b0635){if(_0x318b10[_0x28753a(0x24c)](_0x318b10[_0x28753a(0x1b1)],_0x318b10[_0x28753a(0x1b1)])){logger['debug'](_0x318b10[_0x28753a(0x23d)],_0x3b0635);throw _0x3b0635;}else return _0x318b10[_0x28753a(0x1c6)](_0x4ea120,_0x51bdf5);}},exports['updateGlobalRegistryWithConfig']=(_0x4e1958,_0x3e1db8,_0xca8661,_0x5716f2,_0xc8363,_0x18afd7,_0x5521a7,_0x5dcaf5,_0x683eb6,_0x51a321,_0x35b2df)=>{const _0x509ffd=a32_0x26e31a,_0x58ead4={};_0x58ead4['DhKjo']=_0x509ffd(0x1a0),_0x58ead4[_0x509ffd(0x202)]=_0x509ffd(0x219);const _0x4a9d45=_0x58ead4,_0x59694f=_0x4a9d45['DhKjo']['split']('|');let _0x333736=0x0;while(!![]){switch(_0x59694f[_0x333736++]){case'0':global_registry[_0x509ffd(0x1ff)]=_0xca8661;continue;case'1':global_registry[_0x509ffd(0x1ed)]=_0x5dcaf5;continue;case'2':global_registry[_0x509ffd(0x1c8)]=_0x18afd7;continue;case'3':global_registry['minNodes']=_0x51a321;continue;case'4':global_registry[_0x509ffd(0x230)]=_0x3e1db8;continue;case'5':global_registry[_0x509ffd(0x226)]=_0x35b2df;continue;case'6':global_registry[_0x509ffd(0x253)]=_0x4e1958;continue;case'7':global_registry[_0x509ffd(0x20d)]=_0x5716f2;continue;case'8':global_registry[_0x509ffd(0x1ae)]=_0x5521a7[_0x509ffd(0x1ae)]||_0x4a9d45['MJUvm'];continue;case'9':global_registry[_0x509ffd(0x1a5)]=_0xc8363;continue;case'10':global_registry['browserVersion']=_0x683eb6;continue;}break;}},exports[a32_0x26e31a(0x257)]=_0x1e9c72=>_0x1e9c72[a32_0x26e31a(0x1fd)](/([a-z])([A-Z])/g,a32_0x26e31a(0x1a6))['replace'](/[\s_]+/g,'-')[a32_0x26e31a(0x1b7)](),exports[a32_0x26e31a(0x1f7)]=async(_0x5cf23e,_0xe1d7c5,_0x47cfaa,_0x5a3249,_0x504802,_0x34eeb8,_0x4feab7)=>{const _0x1d24e0=a32_0x26e31a,_0x35ebe0={'MFpHO':function(_0x3af2b0,_0x487945,_0x2ea01e,_0x4dccb8,_0x50eed4,_0x4d83da,_0x2fe87e){return _0x3af2b0(_0x487945,_0x2ea01e,_0x4dccb8,_0x50eed4,_0x4d83da,_0x2fe87e);}};await _0x35ebe0['MFpHO'](sendInstrumentationEvent,_0x5cf23e,_0x504802,_0x5a3249,_0x34eeb8,null,_0x5cf23e);const _0x57ff94={};_0x57ff94[_0x1d24e0(0x263)]=WS_EVENTS['LOG'],_0x57ff94['message']=_0x47cfaa,await webSocketUtils['sendEventToBackend'](_0xe1d7c5,_0x57ff94,_0x4feab7,!![]);},exports[a32_0x26e31a(0x25e)]=_0x1e55b1=>{const _0x1e7219=a32_0x26e31a;return _0x1e55b1[_0x1e7219(0x24d)];},exports[a32_0x26e31a(0x17f)]=_0x3b155f=>{const _0x1c4fc6=a32_0x26e31a,_0x3c3857={'xthlm':function(_0x411b2f,_0x1e25c4){return _0x411b2f(_0x1e25c4);},'Subwp':function(_0x40c48d){return _0x40c48d();},'kauVg':_0x1c4fc6(0x1b4),'OzcMc':'verbose','SmOHB':'forceLocal','rCkfn':_0x1c4fc6(0x24f),'ACENL':_0x1c4fc6(0x21e),'uPoEP':_0x1c4fc6(0x1a3),'WfmMJ':function(_0x5787dc,_0xeec77e){return _0x5787dc!==_0xeec77e;},'tiPtK':'goIlX','rLzgT':_0x1c4fc6(0x1cc),'yOAuz':function(_0x4d3306,_0x1b925c){return _0x4d3306===_0x1b925c;},'BXNAd':function(_0x10e39a,_0x39f838){return _0x10e39a!==_0x39f838;},'EJjBO':_0x1c4fc6(0x1ee),'bjOjB':'FClKk'};let _0x1566a3={};_0x1566a3[_0x3c3857['kauVg']]=this['getAccessKey'](_0x3b155f),_0x1566a3[_0x3c3857['OzcMc']]=0x3,_0x1566a3[_0x3c3857[_0x1c4fc6(0x195)]]=_0x3c3857[_0x1c4fc6(0x187)],_0x1566a3[_0x3c3857['ACENL']]=_0x3c3857[_0x1c4fc6(0x1b6)];if(_0x3b155f[_0x1c4fc6(0x18b)]&&Array[_0x1c4fc6(0x1d2)](_0x3b155f[_0x1c4fc6(0x18b)])){if(_0x3c3857['WfmMJ'](_0x3c3857['tiPtK'],_0x3c3857[_0x1c4fc6(0x227)])){if(_0x52ae86)return _0x3c3857[_0x1c4fc6(0x1a4)](_0x2b8a13,_0x1b0834);_0x3c3857[_0x1c4fc6(0x18c)](_0x2d362b);}else _0x1566a3[_0x3c3857[_0x1c4fc6(0x259)]]=_0x3b155f[_0x1c4fc6(0x18b)]['join'](',');}if(_0x3b155f[_0x1c4fc6(0x22f)]&&_0x3c3857[_0x1c4fc6(0x1ca)](_0x3b155f[_0x1c4fc6(0x22f)][_0x1c4fc6(0x223)],Object)){if(_0x3c3857[_0x1c4fc6(0x1e4)](_0x3c3857[_0x1c4fc6(0x1c0)],_0x3c3857[_0x1c4fc6(0x1dc)]))_0x1566a3={..._0x3b155f[_0x1c4fc6(0x22f)],..._0x1566a3};else{const _0x58a7e4={..._0x4c67c8[_0x1c4fc6(0x22f)],..._0x2733b1};_0x3a5971=_0x58a7e4;}}return _0x1566a3;},exports[a32_0x26e31a(0x250)]=_0x3bfca9=>{const _0x51e7d4=a32_0x26e31a,_0xa48deb=new BrowserstackLocalLauncher[(_0x51e7d4(0x1c2))](),_0x52d472=this[_0x51e7d4(0x17f)](_0x3bfca9),_0x302d3f=_0xa48deb[_0x51e7d4(0x1c3)](_0x52d472);if(_0x302d3f)throw _0x302d3f;return isLocalRunning=_0xa48deb[_0x51e7d4(0x217)](),_0xa48deb;},exports['stopLocalBinary']=async _0x45e62b=>{const _0x2e553c=a32_0x26e31a,_0x46d55e={'dMHRR':function(_0x2b6921,_0x223470){return _0x2b6921&&_0x223470;},'ysuWX':_0x2e553c(0x23f),'kVHIb':function(_0x3e655e,_0xada94c){return _0x3e655e===_0xada94c;},'rxhSn':_0x2e553c(0x249),'yeBAY':function(_0x6b4493,_0x36214d){return _0x6b4493!==_0x36214d;},'sreXs':_0x2e553c(0x228),'EIRoT':function(_0x2f0b6e,_0x2ba4a2){return _0x2f0b6e(_0x2ba4a2);},'akrJS':function(_0x2bd0e8){return _0x2bd0e8();},'ZBcZM':_0x2e553c(0x186),'OoqpH':_0x2e553c(0x219),'syrBK':function(_0x5588e7,_0xbc3908){return _0x5588e7!==_0xbc3908;},'eGtnk':'wLNlO','yvndL':'wJgNO'};return new Promise((_0x4dd07d,_0x5e386b)=>{const _0x59d38e=_0x2e553c;if(_0x46d55e[_0x59d38e(0x1da)](_0x46d55e[_0x59d38e(0x1ef)],_0x46d55e['yvndL']))_0x45e62b&&_0x45e62b[_0x59d38e(0x255)](_0x35a11d=>{const _0x39959c=_0x59d38e,_0x3d8807={'oHkCp':function(_0x4a20d4,_0x58dbfd){const _0x20b3cd=a32_0x48ea;return _0x46d55e[_0x20b3cd(0x20f)](_0x4a20d4,_0x58dbfd);},'lymlj':_0x46d55e[_0x39959c(0x21a)]};if(_0x46d55e[_0x39959c(0x21b)](_0x46d55e[_0x39959c(0x1cf)],_0x46d55e[_0x39959c(0x1cf)])){if(_0x35a11d){if(_0x46d55e['yeBAY'](_0x46d55e[_0x39959c(0x234)],_0x46d55e['sreXs']))throw new _0x5a6f8a(_0x39959c(0x1f4)+_0x4c923e+_0x39959c(0x1bf)+_0x4918d0+'\x20to\x20become\x20available.');else return _0x46d55e['EIRoT'](_0x5e386b,_0x35a11d);}_0x46d55e[_0x39959c(0x1f0)](_0x4dd07d);}else{if(_0x3d8807[_0x39959c(0x20a)](_0x178829,_0x1533ef)){const _0x3658a3={};_0x3658a3[_0x39959c(0x1fa)]=_0x3fb3ee,_0x3658a3[_0x39959c(0x20b)]=_0x352519;const _0x1eae49={};_0x1eae49['Browserstack']=_0x3658a3;const _0x4aed27=_0x1eae49;_0x2df16a['writeFileSync'](this[_0x39959c(0x1c1)](),_0x31f72b[_0x39959c(0x1b8)](_0x4aed27));}const _0x3c3ff4=_0x24c72a[_0x39959c(0x1b3)](_0x3c40eb[_0x39959c(0x20e)](this[_0x39959c(0x1c1)](),_0x3d8807[_0x39959c(0x203)]));return[_0x3c3ff4[_0x39959c(0x1ec)][_0x39959c(0x1fa)],_0x3c3ff4[_0x39959c(0x1ec)]['password']];}});else{const _0x5287cf=_0x46d55e['ZBcZM']['split']('|');let _0x283eae=0x0;while(!![]){switch(_0x5287cf[_0x283eae++]){case'0':_0x815361[_0x59d38e(0x192)]=_0x43ac12;continue;case'1':_0x43666b[_0x59d38e(0x20d)]=_0x5700e9;continue;case'2':_0x57eba2[_0x59d38e(0x1e3)]=_0x50f051;continue;case'3':_0xcbbae7[_0x59d38e(0x1ed)]=_0x5f3f33;continue;case'4':_0x9fec47[_0x59d38e(0x226)]=_0x35b67a;continue;case'5':_0x1ab25d[_0x59d38e(0x1c8)]=_0x59c0aa;continue;case'6':_0x5edead['clusterRegion']=_0x39ce87;continue;case'7':_0x4ab0f1[_0x59d38e(0x1ae)]=_0x320158['ami']||_0x46d55e[_0x59d38e(0x1f6)];continue;case'8':_0x573e7a[_0x59d38e(0x1a5)]=_0x25b679;continue;case'9':_0x3b8fed[_0x59d38e(0x230)]=_0x2656cb;continue;case'10':_0x37e7a8['cloudProvider']=_0xc00ad1;continue;}break;}}});},exports[a32_0x26e31a(0x1d0)]=(_0x226aa2,_0x4a5a1c)=>{const _0x5a53e1=a32_0x26e31a,_0x3f9dcb={'kUOAS':function(_0x4daeb6,_0x5800e9){return _0x4daeb6(_0x5800e9);},'immkr':function(_0x3fe0af){return _0x3fe0af();},'aSwRW':_0x5a53e1(0x1b9),'JPLHe':function(_0x2f8ed7,_0x15b1c7){return _0x2f8ed7&&_0x15b1c7;},'nYxJX':function(_0x679c06,_0x24877c){return _0x679c06!==_0x24877c;},'SgWlb':_0x5a53e1(0x262),'ulSSG':function(_0xea2ef6,_0x5d54f7){return _0xea2ef6===_0x5d54f7;},'UfoGO':_0x5a53e1(0x1f1),'OwMrC':_0x5a53e1(0x1ab),'YMwHg':_0x5a53e1(0x23f)},_0xe1d232=fs[_0x5a53e1(0x1bb)](this[_0x5a53e1(0x1c1)]());if(_0xe1d232||_0x3f9dcb[_0x5a53e1(0x246)](_0x226aa2,_0x4a5a1c)){if(_0x3f9dcb[_0x5a53e1(0x199)](_0x3f9dcb[_0x5a53e1(0x24b)],_0x3f9dcb[_0x5a53e1(0x24b)])){const _0x395c39={'sVCHu':function(_0x46be08,_0x6c8216){return _0x3f9dcb['kUOAS'](_0x46be08,_0x6c8216);},'gEtBG':function(_0x490dae){const _0x49fe0d=_0x5a53e1;return _0x3f9dcb[_0x49fe0d(0x258)](_0x490dae);}};_0x4cd8bd&&_0x32db38[_0x5a53e1(0x255)](_0x1d3ed8=>{const _0x4f5da3=_0x5a53e1;if(_0x1d3ed8)return _0x395c39['sVCHu'](_0x1d701f,_0x1d3ed8);_0x395c39[_0x4f5da3(0x1c9)](_0x47cd46);});}else{if(_0x3f9dcb[_0x5a53e1(0x246)](_0x226aa2,_0x4a5a1c)){if(_0x3f9dcb[_0x5a53e1(0x1f2)](_0x3f9dcb[_0x5a53e1(0x24a)],_0x3f9dcb[_0x5a53e1(0x22c)]))_0xa280b6[_0x3f9dcb[_0x5a53e1(0x1c4)]]=_0x1c275d[_0x5a53e1(0x1b5)];else{const _0x5e7d3a={};_0x5e7d3a['username']=_0x226aa2,_0x5e7d3a['password']=_0x4a5a1c;const _0x957bf={};_0x957bf[_0x5a53e1(0x1ec)]=_0x5e7d3a;const _0x5f248d=_0x957bf;fs[_0x5a53e1(0x1ce)](this[_0x5a53e1(0x1c1)](),JSON['stringify'](_0x5f248d));}}const _0x3fb6fe=JSON['parse'](fs[_0x5a53e1(0x20e)](this[_0x5a53e1(0x1c1)](),_0x3f9dcb['YMwHg']));return[_0x3fb6fe[_0x5a53e1(0x1ec)][_0x5a53e1(0x1fa)],_0x3fb6fe[_0x5a53e1(0x1ec)][_0x5a53e1(0x20b)]];}}return null;},exports['getGridDetails']=async(_0xf17c6d,_0xbe09fa,_0xc5a869)=>{const _0x5127f5=a32_0x26e31a,_0x580059={'KVDNM':'credentials.json','FifCW':'GET','FiQIi':function(_0x540518,_0x1550ce,_0x2e25d2){return _0x540518(_0x1550ce,_0x2e25d2);},'Fktti':function(_0x49d9c9,_0x22dda4){return _0x49d9c9===_0x22dda4;},'mLoER':function(_0x385c30,_0x5df511){return _0x385c30!==_0x5df511;},'DBRIs':_0x5127f5(0x200)},_0x1bbd48=_0x5127f5(0x204)+_0xf17c6d+':'+_0xbe09fa+'@'+AG_API_URL+'/packages/cli/get-grid-details?gridId='+_0xc5a869,_0x43c0d3={'method':_0x580059[_0x5127f5(0x1f8)],'headers':this[_0x5127f5(0x18d)](_0xf17c6d,_0xbe09fa),'throwHttpErrors':![]},_0x5dc30b=await _0x580059[_0x5127f5(0x180)](got,_0x1bbd48,_0x43c0d3);if(_0x580059['Fktti'](_0x5dc30b['statusCode'],0xc8))return _0x580059['mLoER'](_0x580059[_0x5127f5(0x1cb)],_0x580059[_0x5127f5(0x1cb)])?_0x232dcc[_0x5127f5(0x25c)](this[_0x5127f5(0x1cd)](),_0x580059['KVDNM']):[_0x5dc30b,JSON[_0x5127f5(0x1b3)](_0x5dc30b[_0x5127f5(0x237)])];return[_0x5dc30b,null];},exports['kubeApply']=async(_0x23ba33,_0xc467d6)=>{const _0x203565=a32_0x26e31a,_0x287093={};_0x287093[_0x203565(0x1ac)]=_0x203565(0x207),_0x287093['qdBYA']=_0x203565(0x247),_0x287093[_0x203565(0x1de)]=function(_0x32f7a5,_0x48d3c2){return _0x32f7a5===_0x48d3c2;},_0x287093[_0x203565(0x241)]='IPuuK',_0x287093[_0x203565(0x231)]=function(_0x245909,_0x250956){return _0x245909===_0x250956;},_0x287093[_0x203565(0x23c)]=_0x203565(0x22e),_0x287093[_0x203565(0x251)]=_0x203565(0x1a1),_0x287093['mBWSa']=function(_0xb8d24a,_0x35a3a6){return _0xb8d24a===_0x35a3a6;},_0x287093[_0x203565(0x196)]=_0x203565(0x18e),_0x287093[_0x203565(0x1e8)]='celgR';const _0x5400ec=_0x287093,_0x17137c=await k8s[_0x203565(0x1db)][_0x203565(0x22a)](_0xc467d6),_0x3357e3=_0x23ba33['filter'](_0x11630=>_0x11630&&_0x11630[_0x203565(0x1e1)]&&_0x11630[_0x203565(0x208)]),_0x5b1d33=[];for await(const _0x2c5f7 of _0x3357e3){if(_0x5400ec[_0x203565(0x1de)](_0x5400ec[_0x203565(0x241)],_0x5400ec[_0x203565(0x241)]))try{if(_0x5400ec[_0x203565(0x231)](_0x5400ec[_0x203565(0x23c)],_0x5400ec[_0x203565(0x251)]))_0x3e8fa0[_0x5400ec[_0x203565(0x1ac)]]=_0x19144b['path'];else{await _0x17137c[_0x203565(0x1e5)](_0x2c5f7);const _0x122811=await _0x17137c[_0x203565(0x1dd)](_0x2c5f7);_0x5b1d33[_0x203565(0x1df)](_0x122811[_0x203565(0x237)]);}}catch(_0x602aa4){if(_0x5400ec[_0x203565(0x1e2)](_0x5400ec[_0x203565(0x196)],_0x5400ec[_0x203565(0x1e8)])){_0x208a09[_0x203565(0x242)](_0x5400ec[_0x203565(0x1d8)],_0x5ea19e);throw _0x3a802b;}else{const _0x4822b3=await _0x17137c[_0x203565(0x1c5)](_0x2c5f7);_0x5b1d33[_0x203565(0x1df)](_0x4822b3[_0x203565(0x237)]);}}else{const _0x307a7c={};_0x307a7c[_0x203565(0x1fa)]=_0x34814e,_0x307a7c['password']=_0x520a12;const _0x5c5431={};_0x5c5431[_0x203565(0x1ec)]=_0x307a7c;const _0x840043=_0x5c5431;_0x590273[_0x203565(0x1ce)](this['getCredentialsPath'](),_0x556d6d[_0x203565(0x1b8)](_0x840043));}}},exports[a32_0x26e31a(0x18d)]=(_0x428a24,_0x452348)=>{const _0x4a7157=a32_0x26e31a,_0x3e9c44={'byCyc':'X-os-version','FIFzM':function(_0x31116e,_0x4324eb){return _0x31116e(_0x4324eb);},'NMnOw':function(_0x2013b5){return _0x2013b5();},'ZPGNy':function(_0x318367,_0x2c1ea8){return _0x318367>=_0x2c1ea8;},'YejIN':_0x4a7157(0x254),'Nfnpw':_0x4a7157(0x23e),'EpGFk':function(_0x1b6834){return _0x1b6834();},'KmPXE':function(_0x665fe0){return _0x665fe0();},'MyTgs':function(_0x3e6abc){return _0x3e6abc();},'ltiyB':_0x4a7157(0x194),'wIwOw':function(_0xcf2412,_0x3194d7){return _0xcf2412+_0x3194d7;},'wnJcc':_0x4a7157(0x201),'Wxzvf':_0x4a7157(0x193),'scgZa':function(_0x2740d8,_0x3fca49){return _0x2740d8===_0x3fca49;},'zEwGB':_0x4a7157(0x1e9),'rypYe':'X-cli-version','IEruE':function(_0x11d10a,_0x2827a8){return _0x11d10a!==_0x2827a8;},'Cuyzu':_0x4a7157(0x1d6),'wKbHr':'X-cli-path','iswdX':_0x4a7157(0x1aa),'Apiwq':_0x4a7157(0x260),'KmUSz':function(_0x15e3a6,_0x68ba33){return _0x15e3a6!==_0x68ba33;},'vjOkY':_0x4a7157(0x1b0),'jjWBK':function(_0x1d0c0d,_0x35d9bf){return _0x1d0c0d===_0x35d9bf;},'VwPau':_0x4a7157(0x183),'ssXQY':_0x4a7157(0x23a),'NeQsq':_0x4a7157(0x232),'dlMLr':function(_0x522439,_0x10a2af){return _0x522439!==_0x10a2af;},'exJbl':_0x4a7157(0x24e),'uqlhT':_0x4a7157(0x236)},_0x2aeb14=_0x3e9c44['EpGFk'](cli_version_and_path),_0x48b261=_0x3e9c44['KmPXE'](_os),_0x17e6f6=_0x3e9c44[_0x4a7157(0x235)](os_version),_0x578108=_0x3e9c44[_0x4a7157(0x235)](npm_version),_0x2f86e5=_0x3e9c44[_0x4a7157(0x1be)](ci_environment),_0x656827={'Content-Type':_0x3e9c44[_0x4a7157(0x1a2)],'Authorization':_0x3e9c44[_0x4a7157(0x1ea)](_0x3e9c44['wnJcc'],Buffer['from'](_0x428a24+':'+_0x452348)[_0x4a7157(0x229)](_0x3e9c44['Wxzvf']))};if(_0x2aeb14&&_0x2aeb14[_0x4a7157(0x1b5)]){if(_0x3e9c44[_0x4a7157(0x22b)](_0x3e9c44[_0x4a7157(0x244)],_0x3e9c44['zEwGB']))_0x656827[_0x3e9c44[_0x4a7157(0x1ba)]]=_0x2aeb14[_0x4a7157(0x1b5)];else{const _0x457680=new _0x571d27[(_0x4a7157(0x1c2))](),_0x5ab114=this[_0x4a7157(0x17f)](_0x144c6f),_0xc36c1f=_0x457680['startSync'](_0x5ab114);if(_0xc36c1f)throw _0xc36c1f;return _0x130948=_0x457680[_0x4a7157(0x217)](),_0x457680;}}_0x2aeb14&&_0x2aeb14['path']&&(_0x3e9c44[_0x4a7157(0x1d7)](_0x3e9c44[_0x4a7157(0x1ad)],_0x3e9c44['Cuyzu'])?_0x203e07[_0x3e9c44[_0x4a7157(0x1fc)]]=_0x110304:_0x656827[_0x3e9c44[_0x4a7157(0x19f)]]=_0x2aeb14[_0x4a7157(0x1bc)]);if(_0x48b261){if(_0x3e9c44['IEruE'](_0x3e9c44[_0x4a7157(0x1d9)],_0x3e9c44['iswdX'])){const _0x2fec0c={'WKnRs':function(_0x3468cd,_0x3b2462){const _0x295416=_0x4a7157;return _0x3e9c44[_0x295416(0x18a)](_0x3468cd,_0x3b2462);},'Iugtj':function(_0x4a5b6b){const _0x5846f6=_0x4a7157;return _0x3e9c44[_0x5846f6(0x213)](_0x4a5b6b);}};return new _0x2e3dfe((_0x30ecf0,_0x28bf33)=>{const _0x5c4186=_0x4a7157;_0x11a6d2&&_0x2ef923[_0x5c4186(0x255)](_0x301013=>{const _0x52413d=_0x5c4186;if(_0x301013)return _0x2fec0c[_0x52413d(0x1a7)](_0x28bf33,_0x301013);_0x2fec0c[_0x52413d(0x238)](_0x30ecf0);});});}else _0x656827[_0x3e9c44['Apiwq']]=_0x48b261;}if(_0x17e6f6){if(_0x3e9c44[_0x4a7157(0x233)](_0x3e9c44[_0x4a7157(0x205)],_0x3e9c44[_0x4a7157(0x205)])){const _0x5412d4=_0x5b0780['versions'][_0x4a7157(0x184)];_0x3e9c44[_0x4a7157(0x1f5)](_0x5412d4[_0x4a7157(0x209)]('.')[0x0],0x12)&&_0xe1274c[_0x4a7157(0x25f)](_0x3e9c44[_0x4a7157(0x1e7)]);}else _0x656827[_0x3e9c44[_0x4a7157(0x1fc)]]=_0x17e6f6;}if(_0x578108){if(_0x3e9c44[_0x4a7157(0x25b)](_0x3e9c44[_0x4a7157(0x248)],_0x3e9c44[_0x4a7157(0x188)]))return _0x10a90a[_0x4a7157(0x25c)](_0x3ae247[_0x4a7157(0x25a)](),_0x3e9c44[_0x4a7157(0x21c)]);else _0x656827[_0x3e9c44[_0x4a7157(0x1fe)]]=_0x578108;}if(_0x2f86e5){if(_0x3e9c44['dlMLr'](_0x3e9c44['exJbl'],_0x3e9c44[_0x4a7157(0x264)]))return _0x234b8f[_0x4a7157(0x24d)];else _0x656827[_0x3e9c44[_0x4a7157(0x221)]]=_0x2f86e5;}return _0x656827;},exports[a32_0x26e31a(0x190)]=async()=>{const _0x268f5f=a32_0x26e31a,_0x233da0={};_0x233da0[_0x268f5f(0x1e0)]=function(_0x3d2dcd,_0x1a64fa){return _0x3d2dcd&&_0x1a64fa;},_0x233da0[_0x268f5f(0x197)]='utf-8',_0x233da0[_0x268f5f(0x21f)]=function(_0x2447e6,_0x1cf85d){return _0x2447e6>=_0x1cf85d;},_0x233da0[_0x268f5f(0x1d1)]=function(_0x24195e,_0x3e2d98){return _0x24195e===_0x3e2d98;},_0x233da0[_0x268f5f(0x243)]='MLksh',_0x233da0[_0x268f5f(0x21d)]=_0x268f5f(0x254);const _0x1559ce=_0x233da0,_0x3baa7a=process[_0x268f5f(0x1d3)]['node'];if(_0x1559ce[_0x268f5f(0x21f)](_0x3baa7a[_0x268f5f(0x209)]('.')[0x0],0x12)){if(_0x1559ce['Xcmrn'](_0x1559ce[_0x268f5f(0x243)],_0x1559ce['ZYJQg']))cp['execSync'](_0x1559ce[_0x268f5f(0x21d)]);else{const _0xfb2297=_0x32c11d[_0x268f5f(0x1bb)](this[_0x268f5f(0x1c1)]());if(_0xfb2297||_0x1559ce[_0x268f5f(0x1e0)](_0x52b21a,_0x20feb0)){if(_0x1559ce[_0x268f5f(0x1e0)](_0x339e45,_0x296b65)){const _0x5a9046={};_0x5a9046[_0x268f5f(0x1fa)]=_0x4b6caf,_0x5a9046[_0x268f5f(0x20b)]=_0x3b370b;const _0x3b45aa={};_0x3b45aa[_0x268f5f(0x1ec)]=_0x5a9046;const _0x4bf78f=_0x3b45aa;_0x298df1['writeFileSync'](this[_0x268f5f(0x1c1)](),_0x500aba['stringify'](_0x4bf78f));}const _0x2a203a=_0x10b556[_0x268f5f(0x1b3)](_0x313992[_0x268f5f(0x20e)](this['getCredentialsPath'](),_0x1559ce[_0x268f5f(0x197)]));return[_0x2a203a[_0x268f5f(0x1ec)][_0x268f5f(0x1fa)],_0x2a203a['Browserstack']['password']];}return null;}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a33_0x2ffc62=a33_0x3ac0;(function(_0x2ebea6,_0x4d5657){const _0x493f3b=a33_0x3ac0,_0x16c404=_0x2ebea6();while(!![]){try{const _0x27b101=parseInt(_0x493f3b(0x231))/0x1+parseInt(_0x493f3b(0x22e))/0x2*(parseInt(_0x493f3b(0x1d4))/0x3)+-parseInt(_0x493f3b(0x1e6))/0x4+-parseInt(_0x493f3b(0x1f8))/0x5*(-parseInt(_0x493f3b(0x1ff))/0x6)+-parseInt(_0x493f3b(0x230))/0x7*(parseInt(_0x493f3b(0x1d8))/0x8)+-parseInt(_0x493f3b(0x240))/0x9+parseInt(_0x493f3b(0x1f9))/0xa*(parseInt(_0x493f3b(0x20e))/0xb);if(_0x27b101===_0x4d5657)break;else _0x16c404['push'](_0x16c404['shift']());}catch(_0x1f3b22){_0x16c404['push'](_0x16c404['shift']());}}}(a33_0xe3c1,0xe6d64));function a33_0xe3c1(){const _0x145bd4=['lGCos','VFban','parse','ZSATV','xJfIR','sjTAD','jASue','BvmUl','jYnhf','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','close','BMuyz','mmuVP','gridName','NPrCk','./instrumentationUtils','jIxsW','qfvQY','vHGJT','AdyMc','sHrVE','eKnMM','Message\x20received\x20from\x20server!\x20=>\x20','send','Cvedx','Yanud','438450NvmVro','debug','214186ejDBig','34885YxyyPI','WS_OPENED_BEFORE','env','oBrkS','jaQtG','ZJYnf','../config/constants','gqRcS','stringify','vBqqM',']:\x20','WS_CLOSED_BEFORE','gridProfile','axZqw','requestId','13680585IikDFg','error','aoHEN','sErwt','QVaZB','ILqXs','Socket\x20open','cVYiU','BwSZi','BSBnj','24acZVwO','SltIC','addListeners','LImCi','16gYlVoz','PIdIh','delay','hGqlr','kASxE','TryNY','NyjMo','MfhCV','version','info','QgZOM','UDUyK','aTygx','gridProfileId','4489376tUgYyT','uBjRx','bstackUsername','ITQjY','XjWpJ','kRwsl','ZdaRi','GoASA','ryJgA','message','LbOBj','FjOqA','../config/logger','xMEgS','type','LOG','VEthC','HuZsu','5599095EwghFI','7406090uVzBRT','lpbpM','true','Socket\x20reconnected','AkwnX','Oodmf','6mcDdyD','eTnnB','data','addEventListener','open','VDcZt','aaCkJ','yNpwo','QldFE','CFVhA','logType','XXzEJ','toUTCString','Socket\x20error:\x20','GYGCG','11nCtIko','path','KWvgt','VeBvG','icblh','miuan'];a33_0xe3c1=function(){return _0x145bd4;};return a33_0xe3c1();}const {global_registry,WS_EVENTS}=require(a33_0x2ffc62(0x237)),{logger}=require(a33_0x2ffc62(0x1f2)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x2ffc62(0x223));function a33_0x3ac0(_0x1ac148,_0x2fbe84){const _0xe3c1d8=a33_0xe3c1();return a33_0x3ac0=function(_0x3ac0ca,_0xc827b4){_0x3ac0ca=_0x3ac0ca-0x1d0;let _0x4181b5=_0xe3c1d8[_0x3ac0ca];return _0x4181b5;},a33_0x3ac0(_0x1ac148,_0x2fbe84);}exports[a33_0x2ffc62(0x1d6)]=_0x49877c=>{const _0x18f18f=a33_0x2ffc62,_0x40794f={};_0x40794f[_0x18f18f(0x208)]=function(_0x40f41c,_0x18ef1c){return _0x40f41c===_0x18ef1c;},_0x40794f[_0x18f18f(0x235)]=_0x18f18f(0x1fb),_0x40794f[_0x18f18f(0x1db)]='Socket\x20closed',_0x40794f[_0x18f18f(0x219)]=_0x18f18f(0x1fc),_0x40794f[_0x18f18f(0x1e4)]=function(_0x29cc36,_0x12683d){return _0x29cc36===_0x12683d;},_0x40794f[_0x18f18f(0x220)]=_0x18f18f(0x1d5),_0x40794f[_0x18f18f(0x236)]=_0x18f18f(0x1df),_0x40794f[_0x18f18f(0x1dd)]=function(_0x4bc251,_0x2add76){return _0x4bc251===_0x2add76;},_0x40794f['QgZOM']=function(_0x51b629,_0x308bc7){return _0x51b629===_0x308bc7;},_0x40794f[_0x18f18f(0x225)]='WGgsF',_0x40794f[_0x18f18f(0x1e9)]=function(_0x125e7b,_0x3b0968){return _0x125e7b!==_0x3b0968;},_0x40794f[_0x18f18f(0x1d9)]=_0x18f18f(0x243),_0x40794f[_0x18f18f(0x1f0)]=_0x18f18f(0x1d0),_0x40794f[_0x18f18f(0x22c)]='uxaHx',_0x40794f[_0x18f18f(0x207)]=function(_0x390a7e,_0x245b2a){return _0x390a7e!==_0x245b2a;},_0x40794f[_0x18f18f(0x204)]=_0x18f18f(0x1f6),_0x40794f[_0x18f18f(0x21c)]=_0x18f18f(0x1d3),_0x40794f[_0x18f18f(0x206)]=function(_0x29ccf4,_0x336c7b){return _0x29ccf4!==_0x336c7b;},_0x40794f[_0x18f18f(0x20d)]='czHtr',_0x40794f[_0x18f18f(0x1e3)]=_0x18f18f(0x222),_0x40794f[_0x18f18f(0x205)]=function(_0x1876b1,_0x395d0e){return _0x1876b1!==_0x395d0e;},_0x40794f[_0x18f18f(0x210)]=_0x18f18f(0x1f3),_0x40794f[_0x18f18f(0x21f)]=function(_0x21000e,_0x5e62e2){return _0x21000e===_0x5e62e2;},_0x40794f['Oodmf']=_0x18f18f(0x1ee),_0x40794f[_0x18f18f(0x1de)]=function(_0x4bfd70,_0x49b5f1){return _0x4bfd70===_0x49b5f1;},_0x40794f[_0x18f18f(0x21b)]=_0x18f18f(0x1fa),_0x40794f[_0x18f18f(0x212)]=_0x18f18f(0x21a),_0x40794f[_0x18f18f(0x22d)]=_0x18f18f(0x203),_0x40794f[_0x18f18f(0x242)]='message',_0x40794f['VFban']=_0x18f18f(0x241),_0x40794f['VeBvG']=_0x18f18f(0x21e);const _0x4404b7=_0x40794f;_0x49877c[_0x18f18f(0x202)](_0x4404b7[_0x18f18f(0x22d)],()=>{const _0x395ead=_0x18f18f,_0x32649d={};_0x32649d[_0x395ead(0x217)]=_0x4404b7[_0x395ead(0x219)],_0x32649d[_0x395ead(0x234)]=_0x4404b7[_0x395ead(0x235)];const _0x4e3e8f=_0x32649d;_0x4404b7[_0x395ead(0x1e4)](_0x4404b7[_0x395ead(0x220)],_0x4404b7[_0x395ead(0x236)])?(_0x4404b7[_0x395ead(0x208)](_0xe2a25f[_0x395ead(0x233)]['WS_OPENED_BEFORE'],_0x4404b7[_0x395ead(0x235)])&&(_0x1da439['env'][_0x395ead(0x23c)]=_0x4404b7['jaQtG']),_0x3e0718[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x1db)])):_0x4404b7[_0x395ead(0x1dd)](process[_0x395ead(0x233)][_0x395ead(0x23c)],_0x4404b7[_0x395ead(0x235)])?_0x4404b7[_0x395ead(0x1e2)](_0x4404b7[_0x395ead(0x225)],_0x4404b7[_0x395ead(0x225)])?logger[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x219)]):_0x37ebe3['debug'](_0x4e3e8f['ZSATV']):_0x4404b7[_0x395ead(0x1e9)](_0x4404b7[_0x395ead(0x1d9)],_0x4404b7[_0x395ead(0x1d9)])?_0x489593[_0x395ead(0x233)]['WS_CLOSED_BEFORE']=_0x4e3e8f[_0x395ead(0x234)]:(logger[_0x395ead(0x22f)](_0x4404b7[_0x395ead(0x1f0)]),process[_0x395ead(0x233)][_0x395ead(0x232)]=!![]);}),_0x49877c[_0x18f18f(0x202)](_0x4404b7[_0x18f18f(0x242)],async function(_0x471a49){const _0x4e89d3=_0x18f18f;if(_0x4404b7[_0x4e89d3(0x1e4)](_0x4404b7[_0x4e89d3(0x22c)],_0x4404b7['Cvedx'])){logger[_0x4e89d3(0x22f)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x471a49[_0x4e89d3(0x201)]);let _0x247072,_0x1c9133;try{_0x4404b7[_0x4e89d3(0x207)](_0x4404b7['VDcZt'],_0x4404b7[_0x4e89d3(0x21c)])?(_0x1c9133=JSON['parse'](_0x471a49[_0x4e89d3(0x201)]),_0x247072=_0x1c9133['type']):_0x131a57[_0x4e89d3(0x241)](_0x4e89d3(0x21d)+_0x3cc798[_0x4e89d3(0x201)]);}catch(_0xe97bdd){_0x4404b7[_0x4e89d3(0x206)](_0x4404b7[_0x4e89d3(0x20d)],_0x4404b7[_0x4e89d3(0x1e3)])?logger[_0x4e89d3(0x241)](_0x4e89d3(0x21d)+_0x471a49[_0x4e89d3(0x201)]):_0x7c77aa[_0x4e89d3(0x23d)]=_0xa18776[_0x4e89d3(0x23d)];}}else _0x2c9280[_0x4e89d3(0x221)]=_0x4f31e9[_0x4e89d3(0x221)];}),_0x49877c['addEventListener'](_0x4404b7[_0x18f18f(0x215)],function(_0x294bde){const _0x49b481=_0x18f18f,_0x3d286c={};_0x3d286c['QVaZB']=_0x4404b7['LbOBj'];const _0x4f6bc3=_0x3d286c;_0x4404b7[_0x49b481(0x205)](_0x4404b7[_0x49b481(0x210)],_0x4404b7[_0x49b481(0x210)])?(_0x4e2319[_0x49b481(0x22f)](_0x4f6bc3[_0x49b481(0x244)]),_0x12dc80[_0x49b481(0x233)][_0x49b481(0x232)]=!![]):logger[_0x49b481(0x22f)](_0x49b481(0x20c)+_0x294bde);}),_0x49877c['addEventListener'](_0x4404b7[_0x18f18f(0x211)],function(){const _0x261fe2=_0x18f18f;_0x4404b7[_0x261fe2(0x21f)](_0x4404b7[_0x261fe2(0x1fe)],_0x4404b7[_0x261fe2(0x1fe)])?(_0x4404b7[_0x261fe2(0x1e4)](process[_0x261fe2(0x233)][_0x261fe2(0x232)],_0x4404b7[_0x261fe2(0x235)])&&(_0x4404b7[_0x261fe2(0x1de)](_0x4404b7[_0x261fe2(0x21b)],_0x4404b7[_0x261fe2(0x212)])?_0x30586a='['+new _0x444a7e()[_0x261fe2(0x20b)]()+']:\x20'+_0x2233da['message']:process['env'][_0x261fe2(0x23c)]=_0x4404b7['jaQtG']),logger[_0x261fe2(0x22f)](_0x4404b7[_0x261fe2(0x1db)])):(_0x174777=_0x32bc50[_0x261fe2(0x216)](_0x194677[_0x261fe2(0x201)]),_0x2b2057=_0x27a3a6[_0x261fe2(0x1f4)]);});};const getLogMetaData=()=>{const _0xaa9f49=a33_0x2ffc62,_0x10d384={'LImCi':function(_0x2f4152){return _0x2f4152();},'AdyMc':function(_0x5537cf){return _0x5537cf();},'HuZsu':function(_0xc4c783){return _0xc4c783();},'XXzEJ':function(_0x206f9f){return _0x206f9f();},'sHrVE':function(_0x5055b2){return _0x5055b2();},'lGCos':function(_0x37b50b){return _0x37b50b();},'eTnnB':function(_0x172ea5){return _0x172ea5();},'jIxsW':function(_0xb21cee,_0x2cfcc1){return _0xb21cee===_0x2cfcc1;},'gIisY':_0xaa9f49(0x1eb),'AkwnX':function(_0x442eaa,_0x68a909){return _0x442eaa!==_0x68a909;},'WuGXX':_0xaa9f49(0x23a),'vHGJT':_0xaa9f49(0x1f1),'uBjRx':_0xaa9f49(0x1ec),'ILqXs':'NfVAW'};let _0x5476af=_0x10d384[_0xaa9f49(0x227)](cli_version_and_path);const _0x466f02={'requestId':global_registry[_0xaa9f49(0x23f)],'username':global_registry[_0xaa9f49(0x1e8)],'cli_version':_0x5476af[_0xaa9f49(0x1e0)],'cli_path':_0x5476af['path'],'os':_0x10d384[_0xaa9f49(0x228)](_os),'os_version':_0x10d384[_0xaa9f49(0x214)](os_version),'npm_version':_0x10d384['AdyMc'](npm_version),'ci_environment':_0x10d384[_0xaa9f49(0x200)](ci_environment)};global_registry[_0xaa9f49(0x1e5)]&&(_0x10d384[_0xaa9f49(0x224)](_0x10d384['gIisY'],_0x10d384['gIisY'])?_0x466f02['gridProfileId']=global_registry[_0xaa9f49(0x1e5)]:_0x494399['debug'](_0xaa9f49(0x20c)+_0x328257));if(global_registry[_0xaa9f49(0x23d)]){if(_0x10d384[_0xaa9f49(0x1fd)](_0x10d384['WuGXX'],_0x10d384[_0xaa9f49(0x226)]))_0x466f02[_0xaa9f49(0x23d)]=global_registry[_0xaa9f49(0x23d)];else{_0x174285[_0xaa9f49(0x22f)](_0xaa9f49(0x22a)+_0x4e0145['data']);let _0x4e9f4f,_0x230f51;try{_0x230f51=_0x40e189['parse'](_0x4e0eb7[_0xaa9f49(0x201)]),_0x4e9f4f=_0x230f51[_0xaa9f49(0x1f4)];}catch(_0x2c3c61){_0x4d5467['error'](_0xaa9f49(0x21d)+_0x51dbf4[_0xaa9f49(0x201)]);}}}if(global_registry[_0xaa9f49(0x221)]){if(_0x10d384[_0xaa9f49(0x224)](_0x10d384[_0xaa9f49(0x1e7)],_0x10d384[_0xaa9f49(0x245)])){let _0x38aed9=_0x10d384[_0xaa9f49(0x1d7)](_0x78c7f5);const _0x2638f9={'requestId':_0x4501f5[_0xaa9f49(0x23f)],'username':_0x54d7f4[_0xaa9f49(0x1e8)],'cli_version':_0x38aed9[_0xaa9f49(0x1e0)],'cli_path':_0x38aed9[_0xaa9f49(0x20f)],'os':_0x10d384[_0xaa9f49(0x1d7)](_0x3b3ee5),'os_version':_0x10d384['AdyMc'](_0x357fbb),'npm_version':_0x10d384[_0xaa9f49(0x1f7)](_0x327d87),'ci_environment':_0x10d384[_0xaa9f49(0x20a)](_0x1cf9f8)};return _0x4c72d0['gridProfileId']&&(_0x2638f9[_0xaa9f49(0x1e5)]=_0x505229[_0xaa9f49(0x1e5)]),_0xfc3767[_0xaa9f49(0x23d)]&&(_0x2638f9[_0xaa9f49(0x23d)]=_0x3a05a3[_0xaa9f49(0x23d)]),_0x216c75[_0xaa9f49(0x221)]&&(_0x2638f9['gridName']=_0x20be45[_0xaa9f49(0x221)]),_0x2638f9;}else _0x466f02[_0xaa9f49(0x221)]=global_registry[_0xaa9f49(0x221)];}return _0x466f02;};exports[a33_0x2ffc62(0x1da)]=_0x16fefb=>new Promise((_0x564af5,_0x5dc4a1)=>setTimeout(_0x564af5,_0x16fefb)),exports['sendEventToBackend']=async(_0x49dc99,_0x43ae0d,_0x1101dd=a33_0x2ffc62(0x1e1),_0xac685=![])=>{const _0x310615=a33_0x2ffc62,_0x5e2f6c={'cVYiU':function(_0x4e529f,_0x560da0){return _0x4e529f===_0x560da0;},'GoASA':'true','UGDbM':_0x310615(0x1fc),'HpSfe':_0x310615(0x1d0),'eKnMM':function(_0x40b1c7,_0xa34d0e){return _0x40b1c7!==_0xa34d0e;},'xJfIR':_0x310615(0x213),'XjWpJ':_0x310615(0x1d2),'SQYHF':function(_0x1be54c){return _0x1be54c();},'kASxE':function(_0x10c4a2,_0x114fff){return _0x10c4a2!==_0x114fff;},'gqRcS':_0x310615(0x23e)};let _0x45a273=_0x43ae0d[_0x310615(0x1ef)];_0x5e2f6c[_0x310615(0x1d1)](_0x43ae0d[_0x310615(0x1f4)],WS_EVENTS[_0x310615(0x1f5)])&&(_0x5e2f6c[_0x310615(0x229)](_0x5e2f6c[_0x310615(0x218)],_0x5e2f6c[_0x310615(0x1ea)])?_0x45a273='['+new Date()[_0x310615(0x20b)]()+_0x310615(0x23b)+_0x43ae0d['message']:_0x31e772[_0x310615(0x1e5)]=_0x521def['gridProfileId']);const _0x49af95={};_0x49af95[_0x310615(0x1ef)]=_0x45a273,_0x49af95[_0x310615(0x209)]=_0x1101dd;const _0x4f14d0={'type':_0x43ae0d[_0x310615(0x1f4)],..._0x5e2f6c['SQYHF'](getLogMetaData),'data':_0x49af95};_0x49dc99[_0x310615(0x22b)](JSON[_0x310615(0x239)](_0x4f14d0)),_0xac685&&(_0x5e2f6c[_0x310615(0x1dc)](_0x5e2f6c[_0x310615(0x238)],_0x5e2f6c[_0x310615(0x238)])?_0x5e2f6c[_0x310615(0x1d1)](_0x2820cc[_0x310615(0x233)][_0x310615(0x23c)],_0x5e2f6c[_0x310615(0x1ed)])?_0x107beb[_0x310615(0x22f)](_0x5e2f6c['UGDbM']):(_0x353717[_0x310615(0x22f)](_0x5e2f6c['HpSfe']),_0x1a52c0[_0x310615(0x233)][_0x310615(0x232)]=!![]):await this[_0x310615(0x1da)](0x1f4));};
|
|
1
|
+
function a33_0x3eea(){const _0x2bad07=['sVunH','XGLAf','XaYbS',']:\x20','MsuWU','nLPXD','RnhIJ','FOzgX','YgJai','close','duEXi','lnDgY','LOG','addListeners','8sKuEuv','Socket\x20open','yJRMx','error','pArHg','bXGmb','PfMyk','type','message','svCrg','bstackUsername','8104740hSRyMQ','UzjTq','requestId','617514jTkuDl','version','6554934drSJUZ','EkOai','uoqzU','Message\x20received\x20from\x20server!\x20=>\x20','uJkIY','kYQUG','Wntcp','BwXDJ','../config/logger','env','3476710eChqeQ','jAlOD','pfpuE','Socket\x20reconnected','DDjCE','lUxDo','reXmg','Ojwhp','ttJoJ','debug','28kGVAYn','bQVLC','QxoOi','MieIA','5484DRwYMn','bBuNf','stringify','lfCFh','WuHxJ','../config/constants','SKBGi','AuZMh','IPuOL','26000513rexViP','ScgWL','WS_CLOSED_BEFORE','parse','ACkOr','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','aRvHo','PilNh','121060tQJfQJ','delay','UNSCQ','KRlaE','sendEventToBackend','ZWDbw','path','1riTsnr','data','IPwuq','lfgHc','oMsLL','UqKkO','dfYMY','SiIGy','gbsJY','dtBgX','CJkxJ','eyQlV','BLUNP','gridProfile','3633sorBVL','rIlYt','jykoq','WS_OPENED_BEFORE','ivPaR','Socket\x20error:\x20','gridName','pAcsJ','ZQVpY','FtfaC','gZSiM','logType','addEventListener','gridProfileId','wnEkf','ddMIv','gfPzs','TjrRC','TxLmF'];a33_0x3eea=function(){return _0x2bad07;};return a33_0x3eea();}function a33_0x27f6(_0x1e23f0,_0x1b31e1){const _0x3eea88=a33_0x3eea();return a33_0x27f6=function(_0x27f67e,_0x559a21){_0x27f67e=_0x27f67e-0x1c4;let _0x5dd123=_0x3eea88[_0x27f67e];return _0x5dd123;},a33_0x27f6(_0x1e23f0,_0x1b31e1);}const a33_0x30a360=a33_0x27f6;(function(_0x43cab0,_0x3f3e83){const _0x4958f4=a33_0x27f6,_0x1f862b=_0x43cab0();while(!![]){try{const _0x19618d=parseInt(_0x4958f4(0x1d7))/0x1*(-parseInt(_0x4958f4(0x220))/0x2)+parseInt(_0x4958f4(0x1e5))/0x3*(-parseInt(_0x4958f4(0x22e))/0x4)+parseInt(_0x4958f4(0x211))/0x5+parseInt(_0x4958f4(0x214))/0x6*(-parseInt(_0x4958f4(0x22a))/0x7)+-parseInt(_0x4958f4(0x206))/0x8*(-parseInt(_0x4958f4(0x216))/0x9)+-parseInt(_0x4958f4(0x1d0))/0xa+parseInt(_0x4958f4(0x1c8))/0xb;if(_0x19618d===_0x3f3e83)break;else _0x1f862b['push'](_0x1f862b['shift']());}catch(_0x4c214b){_0x1f862b['push'](_0x1f862b['shift']());}}}(a33_0x3eea,0xd96ab));const {global_registry,WS_EVENTS}=require(a33_0x30a360(0x1c4)),{logger}=require(a33_0x30a360(0x21e)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');exports[a33_0x30a360(0x205)]=_0x496b8e=>{const _0x5200ae=a33_0x30a360,_0x1fd7c3={'uJkIY':'true','ScgWL':function(_0x1114c2,_0x124d1a){return _0x1114c2!==_0x124d1a;},'gbsJY':'MybgS','IPuOL':_0x5200ae(0x217),'Wntcp':function(_0x13aba3,_0x3ccf1e){return _0x13aba3===_0x3ccf1e;},'rIlYt':'BrdPF','lfgHc':_0x5200ae(0x223),'BLUNP':_0x5200ae(0x20f),'jAlOD':_0x5200ae(0x207),'UNSCQ':function(_0x3e3c43){return _0x3e3c43();},'DDjCE':function(_0x420eb1){return _0x420eb1();},'YgJai':'usqiN','bXGmb':_0x5200ae(0x1f5),'pAcsJ':_0x5200ae(0x231),'MieIA':_0x5200ae(0x1d9),'TjrRC':function(_0x247dde,_0xf0a06){return _0x247dde===_0xf0a06;},'UzjTq':'Socket\x20closed','gZSiM':function(_0x4dfd6b,_0x1ef5ab){return _0x4dfd6b===_0x1ef5ab;},'ZWDbw':_0x5200ae(0x1f4),'CJkxJ':function(_0x52ce09,_0x5a78c3){return _0x52ce09===_0x5a78c3;},'ZQVpY':_0x5200ae(0x203),'kYQUG':function(_0x33aaa5,_0x25022a){return _0x33aaa5===_0x25022a;},'bQVLC':function(_0x1177c6,_0x24b682){return _0x1177c6===_0x24b682;},'ttJoJ':_0x5200ae(0x1d3),'jykoq':_0x5200ae(0x225),'pfpuE':'open','GqzWW':_0x5200ae(0x20e),'XaYbS':_0x5200ae(0x209),'Ojwhp':_0x5200ae(0x201)};_0x496b8e[_0x5200ae(0x1f1)](_0x1fd7c3[_0x5200ae(0x222)],()=>{const _0x2dfcc9=_0x5200ae,_0x21cd67={};_0x21cd67[_0x2dfcc9(0x1f3)]=_0x1fd7c3[_0x2dfcc9(0x21a)];const _0x376623=_0x21cd67;if(_0x1fd7c3[_0x2dfcc9(0x1c9)](_0x1fd7c3[_0x2dfcc9(0x1df)],_0x1fd7c3[_0x2dfcc9(0x1c7)])){if(_0x1fd7c3['Wntcp'](process[_0x2dfcc9(0x21f)][_0x2dfcc9(0x1ca)],_0x1fd7c3['uJkIY'])){if(_0x1fd7c3['Wntcp'](_0x1fd7c3['rIlYt'],_0x1fd7c3[_0x2dfcc9(0x1e6)]))logger[_0x2dfcc9(0x229)](_0x1fd7c3[_0x2dfcc9(0x1da)]);else{_0x1aa494[_0x2dfcc9(0x229)](_0x2dfcc9(0x219)+_0x423846['data']);let _0x3bb037,_0x51dda8;try{_0x51dda8=_0x1dee9b['parse'](_0x5b9040['data']),_0x3bb037=_0x51dda8[_0x2dfcc9(0x20d)];}catch(_0x4d1050){_0x1ce3d4[_0x2dfcc9(0x209)](_0x2dfcc9(0x1cd)+_0x59c7c5[_0x2dfcc9(0x1d8)]);}}}else _0x1fd7c3[_0x2dfcc9(0x21c)](_0x1fd7c3[_0x2dfcc9(0x1e3)],_0x1fd7c3[_0x2dfcc9(0x1e3)])?(logger[_0x2dfcc9(0x229)](_0x1fd7c3[_0x2dfcc9(0x221)]),process['env'][_0x2dfcc9(0x1e8)]=!![]):_0x3e594b[_0x2dfcc9(0x1eb)]=_0x49c2e6[_0x2dfcc9(0x1eb)];}else _0x162498[_0x2dfcc9(0x21f)][_0x2dfcc9(0x1ca)]=_0x376623['wnEkf'];}),_0x496b8e[_0x5200ae(0x1f1)](_0x1fd7c3['GqzWW'],async function(_0x4ed186){const _0x528243=_0x5200ae,_0x43388c={'PfMyk':function(_0x539c48){const _0x43976d=a33_0x27f6;return _0x1fd7c3[_0x43976d(0x1d2)](_0x539c48);},'nLPXD':function(_0x4bc808){const _0x348796=a33_0x27f6;return _0x1fd7c3[_0x348796(0x1d2)](_0x4bc808);},'reXmg':function(_0x6954cd){return _0x1fd7c3['DDjCE'](_0x6954cd);},'TxLmF':function(_0x1b346e){const _0x13ddea=a33_0x27f6;return _0x1fd7c3[_0x13ddea(0x224)](_0x1b346e);}};if(_0x1fd7c3[_0x528243(0x21c)](_0x1fd7c3['YgJai'],_0x1fd7c3[_0x528243(0x200)])){logger[_0x528243(0x229)](_0x528243(0x219)+_0x4ed186[_0x528243(0x1d8)]);let _0x5f1b29,_0x270668;try{_0x1fd7c3[_0x528243(0x1c9)](_0x1fd7c3[_0x528243(0x20b)],_0x1fd7c3[_0x528243(0x1ec)])?(_0x270668=JSON[_0x528243(0x1cb)](_0x4ed186[_0x528243(0x1d8)]),_0x5f1b29=_0x270668[_0x528243(0x20d)]):_0x582cad[_0x528243(0x1e4)]=_0x23a7d6[_0x528243(0x1e4)];}catch(_0x4f33a6){_0x1fd7c3[_0x528243(0x1c9)](_0x1fd7c3[_0x528243(0x22d)],_0x1fd7c3[_0x528243(0x22d)])?_0x1bcb00['debug'](_0x528243(0x1ea)+_0xf140e3):logger[_0x528243(0x209)](_0x528243(0x1cd)+_0x4ed186[_0x528243(0x1d8)]);}}else{let _0x5d2236=_0x43388c[_0x528243(0x20c)](_0x208693);const _0x31bcaf={'requestId':_0x36ca0f[_0x528243(0x213)],'username':_0x3c1596[_0x528243(0x210)],'cli_version':_0x5d2236[_0x528243(0x215)],'cli_path':_0x5d2236[_0x528243(0x1d6)],'os':_0x43388c[_0x528243(0x1fd)](_0x3ed356),'os_version':_0x43388c[_0x528243(0x226)](_0x54010e),'npm_version':_0x43388c[_0x528243(0x226)](_0x4f1254),'ci_environment':_0x43388c[_0x528243(0x1f7)](_0x55ac5f)};return _0x2c8971[_0x528243(0x1f2)]&&(_0x31bcaf['gridProfileId']=_0x139c32['gridProfileId']),_0x3237cb[_0x528243(0x1e4)]&&(_0x31bcaf[_0x528243(0x1e4)]=_0x252ab3[_0x528243(0x1e4)]),_0x649094[_0x528243(0x1eb)]&&(_0x31bcaf[_0x528243(0x1eb)]=_0x5ae6ef['gridName']),_0x31bcaf;}}),_0x496b8e[_0x5200ae(0x1f1)](_0x1fd7c3[_0x5200ae(0x1fa)],function(_0x5ae70c){const _0x452782=_0x5200ae;_0x1fd7c3[_0x452782(0x1ef)](_0x1fd7c3['ZWDbw'],_0x1fd7c3[_0x452782(0x1d5)])?logger[_0x452782(0x229)](_0x452782(0x1ea)+_0x5ae70c):(_0x1fd7c3[_0x452782(0x1f6)](_0x2146d0[_0x452782(0x21f)][_0x452782(0x1e8)],_0x1fd7c3[_0x452782(0x21a)])&&(_0x588b01[_0x452782(0x21f)][_0x452782(0x1ca)]=_0x1fd7c3['uJkIY']),_0x2194e9[_0x452782(0x229)](_0x1fd7c3[_0x452782(0x212)]));}),_0x496b8e['addEventListener'](_0x1fd7c3[_0x5200ae(0x227)],function(){const _0x52a36d=_0x5200ae,_0xcce58e={};_0xcce58e[_0x52a36d(0x22c)]=_0x1fd7c3[_0x52a36d(0x1da)];const _0x3e35a9=_0xcce58e;_0x1fd7c3[_0x52a36d(0x1e1)](_0x1fd7c3[_0x52a36d(0x1ed)],_0x1fd7c3[_0x52a36d(0x1ed)])?(_0x1fd7c3[_0x52a36d(0x21b)](process[_0x52a36d(0x21f)][_0x52a36d(0x1e8)],_0x1fd7c3[_0x52a36d(0x21a)])&&(_0x1fd7c3[_0x52a36d(0x22b)](_0x1fd7c3[_0x52a36d(0x228)],_0x1fd7c3[_0x52a36d(0x1e7)])?(_0x542c1d['debug'](_0x1fd7c3['jAlOD']),_0x584883[_0x52a36d(0x21f)][_0x52a36d(0x1e8)]=!![]):process[_0x52a36d(0x21f)][_0x52a36d(0x1ca)]=_0x1fd7c3[_0x52a36d(0x21a)]),logger[_0x52a36d(0x229)](_0x1fd7c3[_0x52a36d(0x212)])):_0x17b576[_0x52a36d(0x229)](_0x3e35a9[_0x52a36d(0x22c)]);});};const getLogMetaData=()=>{const _0x5356af=a33_0x30a360,_0x56f1d4={'XGLAf':function(_0x700c82,_0xf18544){return _0x700c82===_0xf18544;},'RnhIJ':'true','BwXDJ':_0x5356af(0x223),'yJRMx':'Socket\x20open','SKBGi':function(_0xbc1147){return _0xbc1147();},'pArHg':function(_0x58306c){return _0x58306c();},'PilNh':function(_0x4f5883){return _0x4f5883();},'sVunH':function(_0x5d4c1c){return _0x5d4c1c();},'ivPaR':function(_0x4271e1){return _0x4271e1();},'MsuWU':function(_0x58708e,_0x26b758){return _0x58708e!==_0x26b758;},'duEXi':'MhsdO','uoqzU':function(_0x27f459,_0x2973e2){return _0x27f459===_0x2973e2;},'wAuIN':_0x5356af(0x1c6),'UqKkO':'grmZj','WuHxJ':function(_0x118782,_0x8bbcd){return _0x118782!==_0x8bbcd;},'YOGpu':'USncJ','oMsLL':_0x5356af(0x1ff)};let _0xc5308c=_0x56f1d4[_0x5356af(0x1c5)](cli_version_and_path);const _0xab348d={'requestId':global_registry[_0x5356af(0x213)],'username':global_registry['bstackUsername'],'cli_version':_0xc5308c[_0x5356af(0x215)],'cli_path':_0xc5308c[_0x5356af(0x1d6)],'os':_0x56f1d4[_0x5356af(0x20a)](_os),'os_version':_0x56f1d4[_0x5356af(0x1cf)](os_version),'npm_version':_0x56f1d4[_0x5356af(0x1f8)](npm_version),'ci_environment':_0x56f1d4[_0x5356af(0x1e9)](ci_environment)};return global_registry['gridProfileId']&&(_0x56f1d4[_0x5356af(0x1fc)](_0x56f1d4[_0x5356af(0x202)],_0x56f1d4[_0x5356af(0x202)])?_0x56f1d4[_0x5356af(0x1f9)](_0x4c6ef9['env'][_0x5356af(0x1ca)],_0x56f1d4[_0x5356af(0x1fe)])?_0x18da6d[_0x5356af(0x229)](_0x56f1d4[_0x5356af(0x21d)]):(_0x1b1770[_0x5356af(0x229)](_0x56f1d4[_0x5356af(0x208)]),_0x2b9d62[_0x5356af(0x21f)][_0x5356af(0x1e8)]=!![]):_0xab348d[_0x5356af(0x1f2)]=global_registry[_0x5356af(0x1f2)]),global_registry[_0x5356af(0x1e4)]&&(_0x56f1d4[_0x5356af(0x218)](_0x56f1d4['wAuIN'],_0x56f1d4[_0x5356af(0x1dc)])?_0x212846[_0x5356af(0x1f2)]=_0x6db8b2[_0x5356af(0x1f2)]:_0xab348d['gridProfile']=global_registry[_0x5356af(0x1e4)]),global_registry['gridName']&&(_0x56f1d4[_0x5356af(0x232)](_0x56f1d4['YOGpu'],_0x56f1d4[_0x5356af(0x1db)])?_0xab348d[_0x5356af(0x1eb)]=global_registry['gridName']:_0x1bcbaf[_0x5356af(0x209)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x41e4dc['data'])),_0xab348d;};exports[a33_0x30a360(0x1d1)]=_0x570047=>new Promise((_0x547564,_0x4a300c)=>setTimeout(_0x547564,_0x570047)),exports[a33_0x30a360(0x1d4)]=async(_0x2deb6d,_0xa68045,_0x34a3c2='info',_0xb21f44=![])=>{const _0x23a3a6=a33_0x30a360,_0xafe119={'fAfHL':function(_0x16e87d,_0x536699){return _0x16e87d===_0x536699;},'dtBgX':_0x23a3a6(0x1ce),'dfYMY':_0x23a3a6(0x22f),'HuIfI':function(_0xdd609a){return _0xdd609a();},'SiIGy':function(_0x410e63,_0x50ddef){return _0x410e63!==_0x50ddef;},'FtfaC':'oCLww','eyQlV':_0x23a3a6(0x1cc)};let _0x20804c=_0xa68045[_0x23a3a6(0x20e)];_0xafe119['fAfHL'](_0xa68045[_0x23a3a6(0x20d)],WS_EVENTS[_0x23a3a6(0x204)])&&(_0xafe119['fAfHL'](_0xafe119[_0x23a3a6(0x1e0)],_0xafe119[_0x23a3a6(0x1dd)])?_0x2af370='['+new _0x313591()['toUTCString']()+_0x23a3a6(0x1fb)+_0x34594a['message']:_0x20804c='['+new Date()['toUTCString']()+_0x23a3a6(0x1fb)+_0xa68045[_0x23a3a6(0x20e)]);const _0x4e62b5={};_0x4e62b5[_0x23a3a6(0x20e)]=_0x20804c,_0x4e62b5[_0x23a3a6(0x1f0)]=_0x34a3c2;const _0x1dc5dd={'type':_0xa68045['type'],..._0xafe119['HuIfI'](getLogMetaData),'data':_0x4e62b5};_0x2deb6d['send'](JSON[_0x23a3a6(0x230)](_0x1dc5dd)),_0xb21f44&&(_0xafe119[_0x23a3a6(0x1de)](_0xafe119[_0x23a3a6(0x1ee)],_0xafe119[_0x23a3a6(0x1e2)])?await this[_0x23a3a6(0x1d1)](0x1f4):(_0x370425=_0x22b99a['parse'](_0xec9116['data']),_0x2d2d22=_0x34aa0f[_0x23a3a6(0x20d)]));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a0_0x5373a9=a0_0x2cf6;(function(_0x38bc20,_0x522782){const _0x100d08=a0_0x2cf6,_0x54b28e=_0x38bc20();while(!![]){try{const _0x582228=-parseInt(_0x100d08(0x11f))/0x1+parseInt(_0x100d08(0x87))/0x2+parseInt(_0x100d08(0x84))/0x3*(-parseInt(_0x100d08(0x110))/0x4)+parseInt(_0x100d08(0xa2))/0x5*(parseInt(_0x100d08(0x81))/0x6)+parseInt(_0x100d08(0xa3))/0x7*(parseInt(_0x100d08(0xd4))/0x8)+-parseInt(_0x100d08(0xf4))/0x9+-parseInt(_0x100d08(0xc2))/0xa*(parseInt(_0x100d08(0xe3))/0xb);if(_0x582228===_0x522782)break;else _0x54b28e['push'](_0x54b28e['shift']());}catch(_0x539ebf){_0x54b28e['push'](_0x54b28e['shift']());}}}(a0_0x3ae0,0xc7fd9));function a0_0x3ae0(){const _0x12726a=['os_version','shouldWrapCommand','bstackAllyScanning','../../helpers/performance-tester','setSessionName','726726XtdVkR','contexts','debug','3EgkESj','EJitW','BS_A11Y_TEST_RUN_ID','2900786VnozJS','performScan','env','rvVeM','add','hwpyK','slice','title','__skipSessionStatus','hook','Performing\x20scan\x20for\x20','getAccessibilityResultsSummary','getAccessibilityResults','screenshotOutputFolder','../../bin/playwright/sessionDetails','winstonLogger','apply','XWdKt','Element','Fkqrs','WebDriver','browser_version','name','all','passed','find','arguments','15CvgtjM','448Uvgflg','bddStep','Puppeteer','HOOK_RUN_FINISHED','bfyZc','_before','./o11yHelper','Playwright','info','TEST_SCREENSHOT','os_name','jjpHs','patchSaveScreenshot','titlePath','failed','../../helpers/helper','bAXbA','fxkGs','KIntu','saveScreenshot','bddStepFinish','kSHFd','then','xDmvd','Synek','warn','TEST_RUN_SKIPPED','constructor','QSbRp','bs:addLog:','wESjk','2470tbGoTB','commandsToWrap','browser_name','codeceptjs/lib/utils.js','PZoGo','stopMonitoring','base64','codeceptjs/lib/recorder.js','skipSessionStatus','filter','aooIC','oMnvT','saveTestResults','after','aXMgz','forEach','qkAsU','platform','98744IklyXE','class','action','pid','BaQJW','initSaveScreenshot','accessibilityPlatform','czPkQ','toISOString','SLSEM','../../helpers/accessibility-automation/helper','start','finished','step','overwriteCommand','38027NsNVhB','codeceptjs/lib/index.js','exports','getResultsSummary','TEST_RUN_FINISHED','../../helpers/logger','test','status','stop','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','wWXGY','pWyMc','browser','getSyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','gNLHx','BS_TESTOPS_ALLOW_SCREENSHOTS','3259494jPwjYX','container','platform_version','started','event','KOhFk','fireEvent','FlUYg','fWMog','__workerDetails','comment','currentTest','dispatcher','HOOK_RUN_STARTED','emit','startMonitoring','hXljL','browserstack_executor:\x20','tWiXY','codeceptjs/lib/helper/WebDriver.js','SUfgf','BLAEp','CZQYr','AQvLH','TFNdU','executeScript','helpers','TzuWR','1408324hUsIkT','rsTOF','bddStepStart','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ctx','stringify','QsDMO','mDmfH','addRequestSpy','captureEvent','NWUZf','prototype','captureError','HdXzj','browserStackExecuteDriver','216421HgfGRy','./helper.js','QzEjK'];a0_0x3ae0=function(){return _0x12726a;};return a0_0x3ae0();}const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x5373a9(0xb2)),logger=require(a0_0x5373a9(0xe8))[a0_0x5373a9(0x96)],testOpsHelper=require('../../helpers/test-observability/utils'),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x5373a9(0x95)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x5373a9(0xa9)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x5373a9(0xde)),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require('../../helpers/accessibility-automation/scripts'),PerformanceTester=require(a0_0x5373a9(0x7f)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x5373a9(0x120)),CodeceptJS=requireModule(a0_0x5373a9(0xe4)),CodeceptUtils=requireModule(a0_0x5373a9(0xc5)),CodeceptWebDriver=requireModule(a0_0x5373a9(0x107)),CodeceptRecorder=requireModule(a0_0x5373a9(0xc9)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x465202,_0xde254c,_0x2a4716)=>{const _0xbe8d1b=a0_0x5373a9,_0x597b88={'aooIC':'setSessionStatus','Synek':function(_0x384258,_0x6e1359){return _0x384258(_0x6e1359);}},_0x4cb775={};_0x4cb775[_0xbe8d1b(0xea)]=_0xde254c;const _0x5e5d36={};_0x5e5d36[_0xbe8d1b(0xd6)]=_0x597b88[_0xbe8d1b(0xcc)],_0x5e5d36[_0xbe8d1b(0xa1)]=_0x4cb775;const _0x33170f=_0x5e5d36;return!_0x597b88[_0xbe8d1b(0xbb)](isUndefined,_0x2a4716)&&(_0x33170f['arguments']['reason']=JSON[_0xbe8d1b(0x115)](_0x2a4716)),_0x465202['executeScript'](()=>{},_0xbe8d1b(0x105)+JSON[_0xbe8d1b(0x115)](_0x33170f));},o11ySync=async _0x3b9e33=>{const _0xd9171f=a0_0x5373a9,_0x5a004f={};_0x5a004f[_0xd9171f(0x9a)]=function(_0x82721f,_0x5f414f){return _0x82721f===_0x5f414f;},_0x5a004f[_0xd9171f(0xd2)]=_0xd9171f(0xaa);const _0x5e9b92=_0x5a004f;_0x5e9b92[_0xd9171f(0x9a)](_0x3b9e33[_0xd9171f(0xbe)]['name'],_0x5e9b92[_0xd9171f(0xd2)])?await _0x3b9e33['executeScript'](_0x42aa40=>{},testOpsHelper[_0xd9171f(0xf0)]()):await _0x3b9e33[_0xd9171f(0x10d)](testOpsHelper[_0xd9171f(0xf0)]());},markSessionName=async(_0x776537,_0x8f9b29)=>{const _0xb8148=a0_0x5373a9,_0x578e56={};_0x578e56[_0xb8148(0x121)]=_0xb8148(0x80),_0x578e56[_0xb8148(0x8a)]=function(_0x33f8df,_0x357762){return _0x33f8df===_0x357762;},_0x578e56[_0xb8148(0x11d)]=_0xb8148(0xaa);const _0x2fd543=_0x578e56,_0x2b16a7={};_0x2b16a7[_0xb8148(0x9d)]=_0x8f9b29;const _0x5a54f6={};_0x5a54f6[_0xb8148(0xd6)]=_0x2fd543[_0xb8148(0x121)],_0x5a54f6[_0xb8148(0xa1)]=_0x2b16a7;const _0x216fe7=_0x5a54f6;_0x2fd543[_0xb8148(0x8a)](_0x776537[_0xb8148(0xbe)]['name'],_0x2fd543[_0xb8148(0x11d)])?await _0x776537['executeScript'](()=>{},_0xb8148(0x105)+JSON[_0xb8148(0x115)](_0x216fe7)):await _0x776537[_0xb8148(0x10d)]('browserstack_executor:\x20'+JSON[_0xb8148(0x115)](_0x216fe7));},patchSaveScreenshot=_0x19e727=>{const _0x3da894=a0_0x5373a9,_0x2e6b8a={'bfyZc':_0x3da894(0xc8),'BaQJW':_0x3da894(0xac),'xDmvd':function(_0x1c022a){return _0x1c022a();},'SLSEM':function(_0x1a4859,_0x426730){return _0x1a4859(_0x426730);}};_0x2e6b8a[_0x3da894(0xdd)](isTrue,process[_0x3da894(0x89)][_0x3da894(0xf3)])&&!_0x19e727[_0x3da894(0xaf)]&&(_0x19e727[_0x3da894(0xaf)]=!![],_0x19e727[_0x3da894(0xd9)]=_0x19e727['saveScreenshot'],_0x19e727[_0x3da894(0xb6)]=(_0x368d1e,_0x40b0a1=![])=>{const _0x311826=_0x3da894,_0x39f112={'XWpyI':_0x2e6b8a[_0x311826(0xa7)],'QSbRp':_0x2e6b8a[_0x311826(0xd8)],'QsDMO':function(_0x36eca5){const _0x45baf5=_0x311826;return _0x2e6b8a[_0x45baf5(0xba)](_0x36eca5);}};return new Promise(function(_0x40d32e,_0xdd1eed){const _0x4cef56=_0x311826,_0x1b9346={'PZoGo':_0x39f112['XWpyI'],'KOhFk':_0x39f112[_0x4cef56(0xbf)],'gNLHx':function(_0x5719c6){const _0x2afd3c=_0x4cef56;return _0x39f112[_0x2afd3c(0x116)](_0x5719c6);}};_0x19e727['initSaveScreenshot'](_0x368d1e,_0x40b0a1)[_0x4cef56(0xb9)](()=>{const _0x26d58a=_0x4cef56,_0x3b9ee0=CodeceptUtils[_0x26d58a(0x94)](_0x368d1e),_0x766ec2=fs['readFileSync'](_0x3b9ee0);process[_0x26d58a(0x102)](_0x26d58a(0xc0)+process[_0x26d58a(0xd7)],{'timestamp':new Date()[_0x26d58a(0xdc)](),'message':_0x766ec2['toString'](_0x1b9346[_0x26d58a(0xc6)]),'kind':_0x1b9346[_0x26d58a(0xf9)]}),_0x1b9346[_0x26d58a(0xf2)](_0x40d32e);})['catch'](()=>null);});});},patchWebDriverBefore=_0x197353=>{const _0xf1cb4e=a0_0x5373a9,_0x1e9d43={'UjAWs':function(_0x2dd719){return _0x2dd719();},'tWiXY':function(_0x1d9e3b,_0x364625){return _0x1d9e3b(_0x364625);},'fWMog':function(_0x40108b,_0x20be26){return _0x40108b===_0x20be26;},'jjpHs':_0xf1cb4e(0x99)},_0x5e28e1=async function(_0x30399c,_0x3b5eff){const _0x3fe95c=_0xf1cb4e;return _0x1e9d43['UjAWs'](isAccessibilityAutomationSession)&&!global[_0x3fe95c(0x7e)]&&global[_0x3fe95c(0xda)]&&scripts[_0x3fe95c(0x7d)](_0x30399c['name'])&&_0x1e9d43[_0x3fe95c(0x106)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3fe95c(0x7e)]=!![],logger[_0x3fe95c(0x83)](_0x3fe95c(0x91)+_0x30399c[_0x3fe95c(0xd5)]+'\x20'+_0x30399c[_0x3fe95c(0x9d)]),await AccessibilityHelper[_0x3fe95c(0x11e)](_0x197353,scripts['performScan'])),global['bstackAllyScanning']=![],_0x3b5eff[_0x3fe95c(0x97)](this,Array[_0x3fe95c(0x11b)][_0x3fe95c(0x8d)]['call'](arguments,0x2));},_0xb89331=CodeceptWebDriver[_0xf1cb4e(0x11b)][_0xf1cb4e(0xa8)];CodeceptWebDriver[_0xf1cb4e(0x11b)][_0xf1cb4e(0xa8)]=async function(){const _0x333aa0=_0xf1cb4e,_0x25360f={'KIntu':function(_0x425c91,_0x5b573e){const _0x573e42=a0_0x2cf6;return _0x1e9d43[_0x573e42(0xfc)](_0x425c91,_0x5b573e);},'VgZMr':_0x1e9d43[_0x333aa0(0xae)]};await _0xb89331[_0x333aa0(0x97)](this,arguments),scripts[_0x333aa0(0xc3)][_0x333aa0(0xcb)](_0xa8ae6e=>_0xa8ae6e['name']&&_0xa8ae6e[_0x333aa0(0xd5)])[_0x333aa0(0xd1)](_0x275571=>{const _0x524e17=_0x333aa0;this[_0x524e17(0xef)][_0x524e17(0xe2)](_0x275571[_0x524e17(0x9d)],_0x5e28e1['bind'](this,_0x275571),_0x25360f[_0x524e17(0xb5)](_0x275571[_0x524e17(0xd5)],_0x25360f['VgZMr']));}),_0x1e9d43['tWiXY'](processWebDriverConfig,_0x197353);};},patchPlaywrightBefore=()=>{const _0xac61b7=a0_0x5373a9;PlaywrightSessionDetails['patch']();const _0x1b5277=CodeceptPlaywright['prototype'][_0xac61b7(0xa8)];CodeceptPlaywright['prototype']['_before']=async function(){const _0x2b6d35=_0xac61b7;this['browserContext']=await this['browser'][_0x2b6d35(0x82)]()[0x0],await _0x1b5277[_0x2b6d35(0x97)](this,arguments);};},getCodeceptDriver=()=>{const _0x1ffee5=a0_0x5373a9,_0x5b42f9={};_0x5b42f9[_0x1ffee5(0x111)]=_0x1ffee5(0x9b),_0x5b42f9[_0x1ffee5(0xfb)]=_0x1ffee5(0xaa),_0x5b42f9[_0x1ffee5(0x108)]=_0x1ffee5(0xa5),_0x5b42f9['QIELG']='TestCafe';const _0x5f4b85=_0x5b42f9,_0x7b3d7=[_0x5f4b85[_0x1ffee5(0x111)],_0x5f4b85[_0x1ffee5(0xfb)],_0x5f4b85[_0x1ffee5(0x108)],_0x5f4b85['QIELG']],_0x567b53=_0x7b3d7[_0x1ffee5(0xa0)](_0x154626=>!!CodeceptJS[_0x1ffee5(0xf5)][_0x1ffee5(0x10e)](_0x154626));if(!_0x567b53)return null;return CodeceptJS[_0x1ffee5(0xf5)]['helpers'](_0x567b53);};function a0_0x2cf6(_0x38b401,_0xd82e21){const _0x3ae0b3=a0_0x3ae0();return a0_0x2cf6=function(_0x2cf609,_0x2c075b){_0x2cf609=_0x2cf609-0x7d;let _0x2e9374=_0x3ae0b3[_0x2cf609];return _0x2e9374;},a0_0x2cf6(_0x38b401,_0xd82e21);}module[a0_0x5373a9(0xe5)]=function(_0x18332c){const _0x451b19=a0_0x5373a9,_0x3d5662={'wESjk':_0x451b19(0xec),'NWUZf':_0x451b19(0xf1),'fxkGs':function(_0x5a0111){return _0x5a0111();},'aXMgz':function(_0x26eb4e,_0x52bba7){return _0x26eb4e(_0x52bba7);},'pWyMc':function(_0x8832b7,_0x122b65,_0x2ba026){return _0x8832b7(_0x122b65,_0x2ba026);},'hXljL':function(_0x21db28){return _0x21db28();},'jdXyJ':function(_0x40dc8b){return _0x40dc8b();},'bAXbA':function(_0x5885f2,_0x41703e,_0x11b224,_0x13a3e2){return _0x5885f2(_0x41703e,_0x11b224,_0x13a3e2);},'Hifbp':function(_0x97e2bb,_0x34146d){return _0x97e2bb===_0x34146d;},'oMnvT':'Suite','AQvLH':function(_0x3cc32f){return _0x3cc32f();},'TFNdU':function(_0x4d24be,_0xe4ea38){return _0x4d24be(_0xe4ea38);},'mDmfH':_0x451b19(0xd3),'EJitW':_0x451b19(0xf6),'CZQYr':_0x451b19(0xef),'TzuWR':_0x451b19(0x9c),'xVxqD':_0x451b19(0x113),'bNSnm':'INFO','kSHFd':'TEST_LOG','HvYVW':_0x451b19(0xaa),'InbNR':function(_0x2c51e3){return _0x2c51e3();}};_0x18332c[_0x451b19(0xca)]&&(global[_0x451b19(0x8f)]=_0x18332c['skipSessionStatus']);PerformanceTester[_0x451b19(0x103)]();const _0x1d0d1a=_0x3d5662['jdXyJ'](getCodeceptDriver),_0x4dd3a4=new O11yHelper(_0x1d0d1a,_0x18332c),_0x24c071=!!CodeceptJS[_0x451b19(0xf5)][_0x451b19(0x10e)](_0x3d5662['HvYVW']);global['__driver']=_0x1d0d1a,_0x1d0d1a&&(_0x24c071?_0x3d5662['InbNR'](patchPlaywrightBefore):_0x3d5662[_0x451b19(0x10c)](patchWebDriverBefore,_0x1d0d1a),_0x1d0d1a[_0x451b19(0x92)]=async()=>{const _0x2e7045=_0x451b19;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x2e7045(0x11e)](_0x1d0d1a,scripts[_0x2e7045(0x88)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x1d0d1a,scripts[_0x2e7045(0xe6)]);else return logger[_0x2e7045(0xbc)](_0x3d5662[_0x2e7045(0xc1)]),{};},_0x1d0d1a[_0x451b19(0x93)]=async()=>{const _0x203e8e=_0x451b19;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x203e8e(0x11e)](_0x1d0d1a,scripts[_0x203e8e(0x88)]),await AccessibilityHelper[_0x203e8e(0x11e)](_0x1d0d1a,scripts['getResults']);else return logger[_0x203e8e(0xbc)](_0x3d5662[_0x203e8e(0x11a)]),{};},_0x3d5662[_0x451b19(0xd0)](patchSaveScreenshot,_0x1d0d1a)),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x9e)]['before'],()=>{const _0x43bd0d=_0x451b19;try{_0x4dd3a4[_0x43bd0d(0xdf)](),testOpsHelper[_0x43bd0d(0x118)]();}catch(_0x14e6d7){PerformanceTester[_0x43bd0d(0x11c)](_0x14e6d7);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x9e)]['after'],async()=>{const _0x5d3a6c=_0x451b19;try{requestSpy['restore'](),await _0x4dd3a4[_0x5d3a6c(0xeb)]();}catch(_0x4250bf){PerformanceTester[_0x5d3a6c(0x11c)](_0x4250bf);}finally{PerformanceTester[_0x5d3a6c(0xc7)]();}}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS['event'][_0x451b19(0x90)][_0x451b19(0xf7)],_0x177627=>{const _0x3fa1fa=_0x451b19;try{const _0x17af99=_0x177627[_0x3fa1fa(0x114)][_0x3fa1fa(0xe9)],_0x12f52d=_0x4dd3a4[_0x3fa1fa(0x119)](TEST_EVENTS[_0x3fa1fa(0x101)],_0x17af99);CodeceptRecorder[_0x3fa1fa(0x8b)](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_STARTED'],_0x12f52d));}catch(_0x74617b){PerformanceTester['captureError'](_0x74617b);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x90)][_0x451b19(0x9f)],_0x2b663e=>{const _0x1a67d0=_0x451b19;try{const _0x51bd39=_0x2b663e[_0x1a67d0(0x114)][_0x1a67d0(0xe9)],_0x4a1fd2=_0x4dd3a4[_0x1a67d0(0x119)](TEST_EVENTS[_0x1a67d0(0xa6)],_0x51bd39);CodeceptRecorder[_0x1a67d0(0x8b)](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x4a1fd2));}catch(_0x2e644e){PerformanceTester[_0x1a67d0(0x11c)](_0x2e644e);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x90)][_0x451b19(0xb1)],async(_0x307d71,_0x47c50f)=>{const _0x5cf174=_0x451b19;try{const _0x383bad=_0x307d71['ctx']['test'],_0x374aa3=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x5cf174(0xa6)],_0x383bad,_0x47c50f);CodeceptRecorder['add'](()=>_0x4dd3a4['fireEvent'](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x374aa3));}catch(_0x43b330){PerformanceTester[_0x5cf174(0x11c)](_0x43b330);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['before'],_0x41bb73=>{const _0x4b95f9=_0x451b19;try{_0x3d5662[_0x4b95f9(0xb4)](isBrowserstackInfra)&&(_0x24c071&&(global[_0x4b95f9(0xfd)]={'currentTest':{'name':_0x41bb73[_0x4b95f9(0x8e)],'testInfo':{'titlePath':_0x41bb73[_0x4b95f9(0xb0)]()}}}));}catch(_0x11294d){PerformanceTester[_0x4b95f9(0x11c)](_0x11294d);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)]['test']['started'],_0x5bbf01=>{const _0x978fa9=_0x451b19,_0x14ed3c={'XWdKt':function(_0x24d959){return _0x3d5662['fxkGs'](_0x24d959);},'BLAEp':function(_0xbf160a,_0x2bbab0){return _0x3d5662['aXMgz'](_0xbf160a,_0x2bbab0);},'hwpyK':function(_0x581054,_0x4e0ed1,_0x45fecd){const _0xf321dc=a0_0x2cf6;return _0x3d5662[_0xf321dc(0xee)](_0x581054,_0x4e0ed1,_0x45fecd);}};try{const _0x4e1797=_0x4dd3a4[_0x978fa9(0x119)](TEST_EVENTS['TEST_RUN_STARTED'],_0x5bbf01);CodeceptRecorder[_0x978fa9(0x8b)](()=>_0x4dd3a4[_0x978fa9(0xfa)](TEST_EVENTS['TEST_RUN_STARTED'],_0x4e1797)),CodeceptRecorder[_0x978fa9(0x8b)](async()=>{const _0x5ced36=_0x978fa9;_0x14ed3c[_0x5ced36(0x98)](isBrowserstackInfra)&&(!_0x14ed3c[_0x5ced36(0x109)](isTrue,_0x18332c['skipSessionName'])&&await _0x14ed3c[_0x5ced36(0x8c)](markSessionName,_0x1d0d1a,_0x5bbf01[_0x5ced36(0x8e)]),_0x4dd3a4['enabled']&&await _0x14ed3c[_0x5ced36(0x109)](o11ySync,_0x1d0d1a));});}catch(_0x3742ec){PerformanceTester['captureError'](_0x3742ec);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['passed'],_0x546e9a=>{const _0x295175=_0x451b19;try{const _0x4510b8=_0x4dd3a4[_0x295175(0x119)](TEST_EVENTS[_0x295175(0xe7)],_0x546e9a);CodeceptRecorder[_0x295175(0x8b)](()=>_0x4dd3a4[_0x295175(0xfa)](TEST_EVENTS[_0x295175(0xe7)],_0x4510b8)),CodeceptRecorder[_0x295175(0x8b)](async()=>{const _0x1a1b15=_0x295175;_0x3d5662[_0x1a1b15(0x104)](isBrowserstackInfra)&&(_0x24c071?await _0x3d5662[_0x1a1b15(0xee)](playwrightMarkSessionStatus,_0x1d0d1a,STATE_PASSED):await _0x3d5662[_0x1a1b15(0xee)](markSessionStatus,_0x1d0d1a,STATE_PASSED));});}catch(_0xddc7d3){PerformanceTester[_0x295175(0x11c)](_0xddc7d3);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)][_0x451b19(0xb1)],(_0x47fc5d,_0x58e679)=>{const _0x99b05f=_0x451b19,_0xfc0cfb={'EGbvP':function(_0x55d9c0){return _0x3d5662['jdXyJ'](_0x55d9c0);},'czPkQ':function(_0x9638a8,_0x1f5ff,_0x135b82,_0x12e962){return _0x3d5662['bAXbA'](_0x9638a8,_0x1f5ff,_0x135b82,_0x12e962);},'wWXGY':function(_0xd3c63,_0x304000,_0x4c8e53,_0x106278){const _0x340665=a0_0x2cf6;return _0x3d5662[_0x340665(0xb3)](_0xd3c63,_0x304000,_0x4c8e53,_0x106278);}};try{if(_0x3d5662['Hifbp'](_0x47fc5d[_0x99b05f(0xbe)]['name'],_0x3d5662[_0x99b05f(0xcd)])){const _0x3905a4=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x99b05f(0xbd)],_0x47fc5d[_0x99b05f(0x114)][_0x99b05f(0xff)]);CodeceptRecorder[_0x99b05f(0x8b)](()=>_0x4dd3a4[_0x99b05f(0xfa)](TEST_EVENTS[_0x99b05f(0xbd)],_0x3905a4));}else{const _0x27c32f=_0x4dd3a4[_0x99b05f(0x119)](TEST_EVENTS[_0x99b05f(0xe7)],_0x47fc5d,_0x58e679);CodeceptRecorder[_0x99b05f(0x8b)](()=>_0x4dd3a4[_0x99b05f(0xfa)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x27c32f)),CodeceptRecorder['add'](async()=>{const _0xaea8e0=_0x99b05f;_0xfc0cfb['EGbvP'](isBrowserstackInfra)&&(_0x24c071?await _0xfc0cfb[_0xaea8e0(0xdb)](playwrightMarkSessionStatus,_0x1d0d1a,STATE_FAILED,_0x58e679):await _0xfc0cfb[_0xaea8e0(0xed)](markSessionStatus,_0x1d0d1a,STATE_FAILED,_0x58e679));});}}catch(_0x3c6fbe){PerformanceTester[_0x99b05f(0x11c)](_0x3c6fbe);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe9)]['skipped'],_0x2c084=>{const _0x465a9e=_0x451b19;try{const _0x4f1640=_0x4dd3a4['captureEvent'](TEST_EVENTS[_0x465a9e(0xbd)],_0x2c084);CodeceptRecorder[_0x465a9e(0x8b)](()=>_0x4dd3a4[_0x465a9e(0xfa)](TEST_EVENTS[_0x465a9e(0xbd)],_0x4f1640));}catch(_0x37374b){PerformanceTester[_0x465a9e(0x11c)](_0x37374b);}}),CodeceptJS[_0x451b19(0xf8)][_0x451b19(0x100)]['on'](CodeceptJS['event']['test'][_0x451b19(0xcf)],async(_0x7ad07b,_0x3f2f84)=>{const _0x164673=_0x451b19;try{if(_0x3d5662['jdXyJ'](isBrowserstackInfra)){const _0x24546e=_0x3d5662[_0x164673(0xee)](shouldScanTestForAccessibility,_0x7ad07b[_0x164673(0xb0)](),!![]);if(_0x3d5662[_0x164673(0x10b)](isAccessibilityAutomationSession)&&global[_0x164673(0xda)]&&_0x24546e){const _0x2af152=global['__cloud_provider___'],_0x158999=_0x3d5662['TFNdU'](fetchPlatformDetails,_0x1d0d1a)[_0x2af152],_0x6c871b={};_0x6c871b[_0x164673(0xad)]=_0x158999[_0x3d5662[_0x164673(0x117)]],_0x6c871b[_0x164673(0x122)]=_0x158999[_0x3d5662[_0x164673(0x85)]],_0x6c871b[_0x164673(0xc4)]=_0x158999[_0x3d5662[_0x164673(0x10a)]],_0x6c871b['browser_version']=_0x158999[_0x3d5662[_0x164673(0x10f)]];const _0x378777={'saveResults':_0x24546e,'testDetails':{'name':_0x7ad07b[_0x164673(0x8e)],'testRunId':process[_0x164673(0x89)][_0x164673(0x86)],'filePath':_0x7ad07b['file'],'scopeList':_0x7ad07b[_0x164673(0xb0)]()},'platform':_0x6c871b};CodeceptRecorder['add'](async()=>{const _0x307512=_0x164673;await AccessibilityHelper[_0x307512(0x11e)](_0x1d0d1a,scripts[_0x307512(0x88)]),await AccessibilityHelper[_0x307512(0x11e)](_0x1d0d1a,scripts[_0x307512(0xce)],_0x378777);}),logger[_0x164673(0xab)](_0x3d5662['xVxqD']);}}}catch(_0x2e53ea){PerformanceTester['captureError'](_0x2e53ea);}}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS[_0x451b19(0xf8)][_0x451b19(0xe1)][_0x451b19(0xfe)],_0x5c9be4=>{const _0x380b5b=_0x451b19;try{process[_0x380b5b(0x102)](_0x380b5b(0xc0)+process['pid'],{'timestamp':new Date()[_0x380b5b(0xdc)](),'level':_0x3d5662['bNSnm'],'message':_0x5c9be4,'kind':_0x3d5662[_0x380b5b(0xb8)],'http_response':{}});}catch(_0x51aab1){PerformanceTester['captureError'](_0x51aab1);}}),CodeceptJS[_0x451b19(0xf8)]['dispatcher']['on'](CodeceptJS['event'][_0x451b19(0xa4)]['started'],_0x3ea377=>{const _0x3d0359=_0x451b19;_0x4dd3a4[_0x3d0359(0x112)](_0x3ea377);}),CodeceptJS['event'][_0x451b19(0x100)]['on'](CodeceptJS['event'][_0x451b19(0xa4)][_0x451b19(0xe0)],_0x417c68=>{const _0x4c7447=_0x451b19;_0x4dd3a4[_0x4c7447(0xb7)](_0x417c68);});};
|
|
1
|
+
const a0_0x1aa2e4=a0_0x4ffb;function a0_0x4ffb(_0x4b4264,_0x597e76){const _0x22ecfc=a0_0x22ec();return a0_0x4ffb=function(_0x4ffb94,_0xbc4b58){_0x4ffb94=_0x4ffb94-0xa8;let _0x7fff7=_0x22ecfc[_0x4ffb94];return _0x7fff7;},a0_0x4ffb(_0x4b4264,_0x597e76);}(function(_0x4f786b,_0x5b0db9){const _0xd3e3a1=a0_0x4ffb,_0xf91d56=_0x4f786b();while(!![]){try{const _0x283eaf=parseInt(_0xd3e3a1(0xec))/0x1*(-parseInt(_0xd3e3a1(0x124))/0x2)+-parseInt(_0xd3e3a1(0xb2))/0x3*(-parseInt(_0xd3e3a1(0xf3))/0x4)+-parseInt(_0xd3e3a1(0xc6))/0x5*(parseInt(_0xd3e3a1(0xb6))/0x6)+parseInt(_0xd3e3a1(0x136))/0x7*(parseInt(_0xd3e3a1(0x11c))/0x8)+parseInt(_0xd3e3a1(0x13d))/0x9+-parseInt(_0xd3e3a1(0xc7))/0xa+parseInt(_0xd3e3a1(0xd0))/0xb*(parseInt(_0xd3e3a1(0xa9))/0xc);if(_0x283eaf===_0x5b0db9)break;else _0xf91d56['push'](_0xf91d56['shift']());}catch(_0x9ad04){_0xf91d56['push'](_0xf91d56['shift']());}}}(a0_0x22ec,0x523c4));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require('../../helpers/helper'),logger=require(a0_0x1aa2e4(0x146))[a0_0x1aa2e4(0xed)],testOpsHelper=require(a0_0x1aa2e4(0xd3)),requestSpy=require('../../helpers/request-spy'),PlaywrightSessionDetails=require(a0_0x1aa2e4(0x101)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x1aa2e4(0xf1)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require(a0_0x1aa2e4(0xac)),scripts=require(a0_0x1aa2e4(0xe7)),PerformanceTester=require(a0_0x1aa2e4(0xd2)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x1aa2e4(0xd1)),CodeceptJS=requireModule(a0_0x1aa2e4(0x11d)),CodeceptUtils=requireModule(a0_0x1aa2e4(0xe1)),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js'),CodeceptRecorder=requireModule(a0_0x1aa2e4(0xde)),CodeceptPlaywright=requireModule(a0_0x1aa2e4(0x106)),playwrightMarkSessionStatus=(_0x254931,_0x5c80d8,_0x4c6c15)=>{const _0x2e6a26=a0_0x1aa2e4,_0xa8e02a={'knTwa':_0x2e6a26(0xc3),'kXhFc':function(_0x138cf0,_0x1ba439){return _0x138cf0(_0x1ba439);}},_0x258ac0={};_0x258ac0[_0x2e6a26(0xbb)]=_0x5c80d8;const _0x125990={};_0x125990['action']=_0xa8e02a[_0x2e6a26(0x12e)],_0x125990['arguments']=_0x258ac0;const _0x570bc6=_0x125990;return!_0xa8e02a[_0x2e6a26(0xca)](isUndefined,_0x4c6c15)&&(_0x570bc6[_0x2e6a26(0x14b)][_0x2e6a26(0xf4)]=JSON[_0x2e6a26(0x122)](_0x4c6c15)),_0x254931['executeScript'](()=>{},_0x2e6a26(0xb3)+JSON[_0x2e6a26(0x122)](_0x570bc6));},o11ySync=async _0x2f89f9=>{const _0x6d5cdf=a0_0x1aa2e4,_0x393346={};_0x393346[_0x6d5cdf(0xd5)]=function(_0x2b8672,_0x1be0cd){return _0x2b8672===_0x1be0cd;},_0x393346[_0x6d5cdf(0x10d)]='Playwright';const _0x2cd43a=_0x393346;_0x2cd43a[_0x6d5cdf(0xd5)](_0x2f89f9[_0x6d5cdf(0x143)]['name'],_0x2cd43a[_0x6d5cdf(0x10d)])?await _0x2f89f9['executeScript'](_0x4b654c=>{},testOpsHelper[_0x6d5cdf(0xd6)]()):await _0x2f89f9['executeScript'](testOpsHelper[_0x6d5cdf(0xd6)]());},markSessionName=async(_0x233f54,_0x6a8b3e)=>{const _0x47cc06=a0_0x1aa2e4,_0x416bd7={};_0x416bd7[_0x47cc06(0x142)]='setSessionName',_0x416bd7[_0x47cc06(0x109)]=function(_0x26ec4e,_0x3689b5){return _0x26ec4e===_0x3689b5;},_0x416bd7[_0x47cc06(0xc0)]=_0x47cc06(0x108);const _0x154aec=_0x416bd7,_0x1ae8df={};_0x1ae8df[_0x47cc06(0x13f)]=_0x6a8b3e;const _0x1fea87={};_0x1fea87[_0x47cc06(0x117)]=_0x154aec[_0x47cc06(0x142)],_0x1fea87['arguments']=_0x1ae8df;const _0x4a7255=_0x1fea87;_0x154aec[_0x47cc06(0x109)](_0x233f54[_0x47cc06(0x143)]['name'],_0x154aec[_0x47cc06(0xc0)])?await _0x233f54[_0x47cc06(0x13c)](()=>{},_0x47cc06(0xb3)+JSON[_0x47cc06(0x122)](_0x4a7255)):await _0x233f54['executeScript']('browserstack_executor:\x20'+JSON[_0x47cc06(0x122)](_0x4a7255));},patchSaveScreenshot=_0x29e109=>{const _0x5c6d9b=a0_0x1aa2e4,_0x498c00={'ZiAfQ':_0x5c6d9b(0xd9),'MqnYb':_0x5c6d9b(0x10f),'vwOxs':function(_0x5869ad){return _0x5869ad();},'XBdNu':function(_0xa5818a,_0x4f1f1b){return _0xa5818a(_0x4f1f1b);}};_0x498c00['XBdNu'](isTrue,process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x29e109[_0x5c6d9b(0x144)]&&(_0x29e109[_0x5c6d9b(0x144)]=!![],_0x29e109[_0x5c6d9b(0xbe)]=_0x29e109[_0x5c6d9b(0x135)],_0x29e109[_0x5c6d9b(0x135)]=(_0x579c58,_0x633649=![])=>{const _0x307c34={'tjbNr':_0x498c00['ZiAfQ'],'cEePm':_0x498c00['MqnYb'],'FOUoq':function(_0x3e2571){return _0x498c00['vwOxs'](_0x3e2571);}};return new Promise(function(_0x17a57f,_0x47869b){const _0x32f87a=a0_0x4ffb;_0x29e109['initSaveScreenshot'](_0x579c58,_0x633649)[_0x32f87a(0xe0)](()=>{const _0x332a1d=_0x32f87a,_0x55d2d5=CodeceptUtils[_0x332a1d(0xda)](_0x579c58),_0x5318e5=fs[_0x332a1d(0xf8)](_0x55d2d5);process[_0x332a1d(0xb0)](_0x332a1d(0x113)+process[_0x332a1d(0x149)],{'timestamp':new Date()['toISOString'](),'message':_0x5318e5[_0x332a1d(0x111)](_0x307c34[_0x332a1d(0xf9)]),'kind':_0x307c34['cEePm']}),_0x307c34['FOUoq'](_0x17a57f);})[_0x32f87a(0x137)](()=>null);});});},patchWebDriverBefore=_0x138cb1=>{const _0x3a78a9=a0_0x1aa2e4,_0xdbd509={'JotWB':function(_0x2548d8){return _0x2548d8();},'gJBNW':function(_0x59cc58,_0x4f7c55){return _0x59cc58(_0x4f7c55);},'LNgro':function(_0x2e1ec6,_0x5c9c44){return _0x2e1ec6===_0x5c9c44;},'rWgkR':'Element'},_0x4f724b=async function(_0x35015c,_0x4169fa){const _0x4b837e=a0_0x4ffb;return _0xdbd509[_0x4b837e(0x130)](isAccessibilityAutomationSession)&&!global[_0x4b837e(0x148)]&&global[_0x4b837e(0x13a)]&&scripts[_0x4b837e(0x147)](_0x35015c[_0x4b837e(0x13f)])&&_0xdbd509[_0x4b837e(0xc2)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x4b837e(0x148)]=!![],logger['debug']('Performing\x20scan\x20for\x20'+_0x35015c[_0x4b837e(0xfd)]+'\x20'+_0x35015c['name']),await AccessibilityHelper[_0x4b837e(0x12c)](_0x138cb1,scripts[_0x4b837e(0xef)])),global['bstackAllyScanning']=![],_0x4169fa['apply'](this,Array[_0x4b837e(0x12f)]['slice'][_0x4b837e(0xab)](arguments,0x2));},_0x216f5d=CodeceptWebDriver[_0x3a78a9(0x12f)]['_before'];CodeceptWebDriver[_0x3a78a9(0x12f)][_0x3a78a9(0xe8)]=async function(){const _0x2b0938=_0x3a78a9;await _0x216f5d[_0x2b0938(0xea)](this,arguments),scripts[_0x2b0938(0x118)][_0x2b0938(0x128)](_0x20ed19=>_0x20ed19[_0x2b0938(0x13f)]&&_0x20ed19[_0x2b0938(0xfd)])[_0x2b0938(0x11f)](_0x4bc258=>{const _0x168253=_0x2b0938;this[_0x168253(0xf6)][_0x168253(0x123)](_0x4bc258[_0x168253(0x13f)],_0x4f724b[_0x168253(0x11b)](this,_0x4bc258),_0xdbd509[_0x168253(0x139)](_0x4bc258[_0x168253(0xfd)],_0xdbd509[_0x168253(0xf5)]));}),_0xdbd509['gJBNW'](processWebDriverConfig,_0x138cb1);};},patchPlaywrightBefore=()=>{const _0x5a5577=a0_0x1aa2e4;PlaywrightSessionDetails[_0x5a5577(0x114)]();const _0x4e826f=CodeceptPlaywright[_0x5a5577(0x12f)][_0x5a5577(0xe8)];CodeceptPlaywright[_0x5a5577(0x12f)][_0x5a5577(0xe8)]=async function(){const _0x24acd4=_0x5a5577;this['browserContext']=await this[_0x24acd4(0xf6)][_0x24acd4(0x110)]()[0x0],await _0x4e826f[_0x24acd4(0xea)](this,arguments);};},getCodeceptDriver=()=>{const _0x17e639=a0_0x1aa2e4,_0x81390f={};_0x81390f[_0x17e639(0x125)]=_0x17e639(0xba),_0x81390f['UsBmB']=_0x17e639(0x108),_0x81390f[_0x17e639(0xee)]='Puppeteer',_0x81390f[_0x17e639(0x133)]=_0x17e639(0x121);const _0x46be8d=_0x81390f,_0x464c6d=[_0x46be8d[_0x17e639(0x125)],_0x46be8d['UsBmB'],_0x46be8d[_0x17e639(0xee)],_0x46be8d['gImPq']],_0x3186cf=_0x464c6d[_0x17e639(0xcb)](_0x673792=>!!CodeceptJS[_0x17e639(0xaa)][_0x17e639(0x102)](_0x673792));if(!_0x3186cf)return null;return CodeceptJS[_0x17e639(0xaa)][_0x17e639(0x102)](_0x3186cf);};module['exports']=function(_0x4622c1){const _0x435e61=a0_0x1aa2e4,_0x5b2ebe={'Ivatu':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','WdMxZ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','RnEqM':function(_0x10a764){return _0x10a764();},'ntnym':function(_0x590345){return _0x590345();},'VqfwM':function(_0x390a43,_0x148401){return _0x390a43(_0x148401);},'wluIT':function(_0x554b82,_0x1c011f,_0x3a0ff0){return _0x554b82(_0x1c011f,_0x3a0ff0);},'GzqzF':function(_0x33f9b2){return _0x33f9b2();},'sBDJh':function(_0x28252c,_0x5e65d2,_0x48b440,_0x1e0c81){return _0x28252c(_0x5e65d2,_0x48b440,_0x1e0c81);},'ttXtZ':function(_0x242f9c,_0x10ba40){return _0x242f9c===_0x10ba40;},'inojC':_0x435e61(0x105),'uAiAf':function(_0x2537cb){return _0x2537cb();},'aeEEK':_0x435e61(0xcf),'pAxic':_0x435e61(0xdc),'YGUTb':'browser','jSsPu':_0x435e61(0x129),'QIGLw':_0x435e61(0xe5),'yZDfL':_0x435e61(0x103),'arCix':_0x435e61(0x132),'wnzaK':'Playwright','JpXgn':function(_0x5a0c4f,_0x4ea5be){return _0x5a0c4f(_0x4ea5be);}};_0x4622c1[_0x435e61(0x127)]&&(global['__skipSessionStatus']=_0x4622c1['skipSessionStatus']);PerformanceTester[_0x435e61(0xf0)]();const _0x40234d=_0x5b2ebe['RnEqM'](getCodeceptDriver),_0xa2181a=new O11yHelper(_0x40234d,_0x4622c1),_0x59f04e=!!CodeceptJS[_0x435e61(0xaa)]['helpers'](_0x5b2ebe[_0x435e61(0xb5)]);global[_0x435e61(0xe4)]=_0x40234d,_0x40234d&&(_0x59f04e?_0x5b2ebe['ntnym'](patchPlaywrightBefore):_0x5b2ebe[_0x435e61(0xd8)](patchWebDriverBefore,_0x40234d),_0x40234d['getAccessibilityResultsSummary']=async()=>{const _0x452429=_0x435e61;if(global[_0x452429(0x13a)])await AccessibilityHelper['browserStackExecuteDriver'](_0x40234d,scripts[_0x452429(0xef)]),await AccessibilityHelper[_0x452429(0x12c)](_0x40234d,scripts[_0x452429(0x138)]);else return logger[_0x452429(0x10a)](_0x5b2ebe[_0x452429(0xdf)]),{};},_0x40234d['getAccessibilityResults']=async()=>{const _0x408899=_0x435e61;if(global[_0x408899(0x13a)])await AccessibilityHelper[_0x408899(0x12c)](_0x40234d,scripts[_0x408899(0xef)]),await AccessibilityHelper[_0x408899(0x12c)](_0x40234d,scripts['getResults']);else return logger[_0x408899(0x10a)](_0x5b2ebe[_0x408899(0x134)]),{};},_0x5b2ebe[_0x435e61(0xd8)](patchSaveScreenshot,_0x40234d)),CodeceptJS['event'][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)]['all'][_0x435e61(0xc5)],()=>{const _0x1a1234=_0x435e61;try{_0xa2181a[_0x1a1234(0xbf)](),testOpsHelper[_0x1a1234(0xa8)]();}catch(_0x19f487){PerformanceTester['captureError'](_0x19f487);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS['event']['all'][_0x435e61(0x140)],async()=>{const _0x36af1f=_0x435e61;try{requestSpy[_0x36af1f(0x119)](),await _0xa2181a[_0x36af1f(0x131)]();}catch(_0x344f6e){PerformanceTester[_0x36af1f(0xb4)](_0x344f6e);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)]['hook'][_0x435e61(0x104)],_0x7d3af6=>{const _0x540d80=_0x435e61;try{const _0x286f7d=_0x7d3af6[_0x540d80(0xbc)][_0x540d80(0xcc)],_0x5b7cae=_0xa2181a['captureEvent'](TEST_EVENTS[_0x540d80(0x11e)],_0x286f7d);CodeceptRecorder[_0x540d80(0xc8)](()=>_0xa2181a[_0x540d80(0xe6)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x5b7cae));}catch(_0x500324){PerformanceTester[_0x540d80(0xb4)](_0x500324);}}),CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc4)][_0x435e61(0xfa)],_0x43f6b4=>{const _0xa179e6=_0x435e61;try{const _0x1d7a24=_0x43f6b4[_0xa179e6(0xbc)][_0xa179e6(0xcc)],_0x28194c=_0xa2181a[_0xa179e6(0x145)](TEST_EVENTS[_0xa179e6(0x107)],_0x1d7a24);CodeceptRecorder['add'](()=>_0xa2181a['fireEvent'](TEST_EVENTS[_0xa179e6(0x107)],_0x28194c));}catch(_0x320d92){PerformanceTester[_0xa179e6(0xb4)](_0x320d92);}}),CodeceptJS['event'][_0x435e61(0xc9)]['on'](CodeceptJS['event'][_0x435e61(0xc4)]['failed'],async(_0x577934,_0x4d891f)=>{const _0x4d3621=_0x435e61;try{const _0x1e6aac=_0x577934['ctx']['test'],_0x2a0e36=_0xa2181a[_0x4d3621(0x145)](TEST_EVENTS[_0x4d3621(0x107)],_0x1e6aac,_0x4d891f);CodeceptRecorder[_0x4d3621(0xc8)](()=>_0xa2181a[_0x4d3621(0xe6)](TEST_EVENTS[_0x4d3621(0x107)],_0x2a0e36));}catch(_0x61d937){PerformanceTester[_0x4d3621(0xb4)](_0x61d937);}}),CodeceptJS['event'][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xcc)]['before'],_0x2d6af8=>{const _0x2259ba=_0x435e61;try{_0x5b2ebe[_0x2259ba(0xbd)](isBrowserstackInfra)&&(_0x59f04e&&(global['__workerDetails']={'currentTest':{'name':_0x2d6af8[_0x2259ba(0x100)],'testInfo':{'titlePath':_0x2d6af8[_0x2259ba(0xb9)]()}}}));}catch(_0x2acd57){PerformanceTester[_0x2259ba(0xb4)](_0x2acd57);}}),CodeceptJS['event'][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xcc)][_0x435e61(0x104)],_0x1e1201=>{const _0x3997c9=_0x435e61,_0x395da0={'czfJL':function(_0x505924){const _0x93beae=a0_0x4ffb;return _0x5b2ebe[_0x93beae(0x14a)](_0x505924);},'hJNXc':function(_0x266e0d,_0x3898fb){const _0x20182c=a0_0x4ffb;return _0x5b2ebe[_0x20182c(0xaf)](_0x266e0d,_0x3898fb);},'oKEel':function(_0x9cbaa,_0x25db1b,_0x538211){const _0x213579=a0_0x4ffb;return _0x5b2ebe[_0x213579(0xc1)](_0x9cbaa,_0x25db1b,_0x538211);}};try{const _0x575b0c=_0xa2181a[_0x3997c9(0x145)](TEST_EVENTS[_0x3997c9(0x112)],_0x1e1201);CodeceptRecorder[_0x3997c9(0xc8)](()=>_0xa2181a['fireEvent'](TEST_EVENTS[_0x3997c9(0x112)],_0x575b0c)),CodeceptRecorder[_0x3997c9(0xc8)](async()=>{const _0x214734=_0x3997c9;_0x395da0[_0x214734(0xdb)](isBrowserstackInfra)&&(!_0x395da0['hJNXc'](isTrue,_0x4622c1['skipSessionName'])&&await _0x395da0[_0x214734(0x10c)](markSessionName,_0x40234d,_0x1e1201[_0x214734(0x100)]),_0xa2181a[_0x214734(0xe3)]&&await _0x395da0[_0x214734(0x12b)](o11ySync,_0x40234d));});}catch(_0x204335){PerformanceTester['captureError'](_0x204335);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xcc)][_0x435e61(0xfa)],_0x13b196=>{const _0x25bf0d=_0x435e61,_0x50de3b={'WOdiu':function(_0x32c11f){return _0x5b2ebe['GzqzF'](_0x32c11f);},'avJsw':function(_0x50b50c,_0x702f8e,_0x25aa03){const _0x4a21a4=a0_0x4ffb;return _0x5b2ebe[_0x4a21a4(0xc1)](_0x50b50c,_0x702f8e,_0x25aa03);}};try{const _0x4b23af=_0xa2181a[_0x25bf0d(0x145)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x13b196);CodeceptRecorder[_0x25bf0d(0xc8)](()=>_0xa2181a[_0x25bf0d(0xe6)](TEST_EVENTS[_0x25bf0d(0xd7)],_0x4b23af)),CodeceptRecorder[_0x25bf0d(0xc8)](async()=>{const _0x5a9081=_0x25bf0d;_0x50de3b['WOdiu'](isBrowserstackInfra)&&(_0x59f04e?await _0x50de3b[_0x5a9081(0xae)](playwrightMarkSessionStatus,_0x40234d,STATE_PASSED):await _0x50de3b[_0x5a9081(0xae)](markSessionStatus,_0x40234d,STATE_PASSED));});}catch(_0x1373b2){PerformanceTester[_0x25bf0d(0xb4)](_0x1373b2);}}),CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)]['test'][_0x435e61(0xdd)],(_0x2e9bde,_0x7dc0d7)=>{const _0x4fe7da=_0x435e61,_0x2914b5={'TsKnJ':function(_0x3e33d2){const _0x3fa965=a0_0x4ffb;return _0x5b2ebe[_0x3fa965(0xbd)](_0x3e33d2);},'YlLZh':function(_0x314016,_0x357651,_0x126df3,_0x91e6f9){const _0x9f6de1=a0_0x4ffb;return _0x5b2ebe[_0x9f6de1(0xfe)](_0x314016,_0x357651,_0x126df3,_0x91e6f9);}};try{if(_0x5b2ebe[_0x4fe7da(0xce)](_0x2e9bde[_0x4fe7da(0x143)]['name'],_0x5b2ebe[_0x4fe7da(0x115)])){const _0x5ce357=_0xa2181a['captureEvent'](TEST_EVENTS[_0x4fe7da(0xfc)],_0x2e9bde['ctx'][_0x4fe7da(0xcd)]);CodeceptRecorder['add'](()=>_0xa2181a[_0x4fe7da(0xe6)](TEST_EVENTS[_0x4fe7da(0xfc)],_0x5ce357));}else{const _0x226736=_0xa2181a[_0x4fe7da(0x145)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x2e9bde,_0x7dc0d7);CodeceptRecorder[_0x4fe7da(0xc8)](()=>_0xa2181a[_0x4fe7da(0xe6)](TEST_EVENTS[_0x4fe7da(0xd7)],_0x226736)),CodeceptRecorder['add'](async()=>{const _0x2b134d=_0x4fe7da;_0x2914b5[_0x2b134d(0x13e)](isBrowserstackInfra)&&(_0x59f04e?await _0x2914b5[_0x2b134d(0xb8)](playwrightMarkSessionStatus,_0x40234d,STATE_FAILED,_0x7dc0d7):await _0x2914b5[_0x2b134d(0xb8)](markSessionStatus,_0x40234d,STATE_FAILED,_0x7dc0d7));});}}catch(_0x4f064b){PerformanceTester[_0x4fe7da(0xb4)](_0x4f064b);}}),CodeceptJS['event'][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xcc)][_0x435e61(0x141)],_0x3c4c3c=>{const _0xc21dfe=_0x435e61;try{const _0x259950=_0xa2181a[_0xc21dfe(0x145)](TEST_EVENTS[_0xc21dfe(0xfc)],_0x3c4c3c);CodeceptRecorder[_0xc21dfe(0xc8)](()=>_0xa2181a[_0xc21dfe(0xe6)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x259950));}catch(_0x5e7f7a){PerformanceTester['captureError'](_0x5e7f7a);}}),CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xcc)][_0x435e61(0x140)],async(_0x36ccd9,_0x560ac4)=>{const _0x15bef0=_0x435e61;try{if(_0x5b2ebe[_0x15bef0(0x12d)](isBrowserstackInfra)){const _0x31d3a0=_0x5b2ebe[_0x15bef0(0xc1)](shouldScanTestForAccessibility,_0x36ccd9[_0x15bef0(0xb9)](),!![]);if(_0x5b2ebe[_0x15bef0(0xe2)](isAccessibilityAutomationSession)&&global[_0x15bef0(0x13a)]&&_0x31d3a0){const _0xd625df=global[_0x15bef0(0xff)],_0x354ea2=_0x5b2ebe['VqfwM'](fetchPlatformDetails,_0x40234d)[_0xd625df],_0x33e905={};_0x33e905['os_name']=_0x354ea2[_0x5b2ebe[_0x15bef0(0xf2)]],_0x33e905['os_version']=_0x354ea2[_0x5b2ebe[_0x15bef0(0x10b)]],_0x33e905['browser_name']=_0x354ea2[_0x5b2ebe[_0x15bef0(0xd4)]],_0x33e905[_0x15bef0(0x129)]=_0x354ea2[_0x5b2ebe[_0x15bef0(0x116)]];const _0x5c1464={'saveResults':_0x31d3a0,'testDetails':{'name':_0x36ccd9[_0x15bef0(0x100)],'testRunId':process[_0x15bef0(0xeb)][_0x15bef0(0xfb)],'filePath':_0x36ccd9[_0x15bef0(0xb7)],'scopeList':_0x36ccd9['titlePath']()},'platform':_0x33e905};CodeceptRecorder[_0x15bef0(0xc8)](async()=>{const _0x25cfda=_0x15bef0;await AccessibilityHelper[_0x25cfda(0x12c)](_0x40234d,scripts[_0x25cfda(0xef)]),await AccessibilityHelper[_0x25cfda(0x12c)](_0x40234d,scripts[_0x25cfda(0xe9)],_0x5c1464);}),logger[_0x15bef0(0xad)](_0x5b2ebe[_0x15bef0(0x120)]);}}}catch(_0x578b3c){PerformanceTester['captureError'](_0x578b3c);}}),CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xc9)]['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0xb1)]['comment'],_0x5cdb2f=>{const _0x50da14=_0x435e61;try{process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x50da14(0x12a)](),'level':_0x5b2ebe[_0x50da14(0x11a)],'message':_0x5cdb2f,'kind':_0x5b2ebe[_0x50da14(0x13b)],'http_response':{}});}catch(_0x47c8cd){PerformanceTester['captureError'](_0x47c8cd);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x435e61(0xf7)][_0x435e61(0x126)]['started'],_0x10d5bd=>{_0xa2181a['bddStepStart'](_0x10d5bd);}),CodeceptJS[_0x435e61(0xf7)]['dispatcher']['on'](CodeceptJS['event']['bddStep']['finished'],_0x31b12f=>{const _0x1ea74b=_0x435e61;_0xa2181a[_0x1ea74b(0x10e)](_0x31b12f);});};function a0_0x22ec(){const _0x50e779=['../../helpers/accessibility-automation/scripts','_before','saveTestResults','apply','env','1LOhCRj','winstonLogger','nYJZd','performScan','startMonitoring','./o11yHelper','aeEEK','692yZnHSj','reason','rWgkR','browser','event','readFileSync','tjbNr','passed','BS_A11Y_TEST_RUN_ID','TEST_RUN_SKIPPED','class','sBDJh','__cloud_provider___','title','../../bin/playwright/sessionDetails','helpers','INFO','started','Suite','codeceptjs/lib/helper/Playwright.js','HOOK_RUN_FINISHED','Playwright','kwbpZ','warn','pAxic','oKEel','LQLyj','bddStepFinish','TEST_SCREENSHOT','contexts','toString','TEST_RUN_STARTED','bs:addLog:','patch','inojC','jSsPu','action','commandsToWrap','restore','yZDfL','bind','8EJVpfj','codeceptjs/lib/index.js','HOOK_RUN_STARTED','forEach','QIGLw','TestCafe','stringify','overwriteCommand','579954VaYPkG','obAAP','bddStep','skipSessionStatus','filter','browser_version','toISOString','hJNXc','browserStackExecuteDriver','uAiAf','knTwa','prototype','JotWB','stop','TEST_LOG','gImPq','WdMxZ','saveScreenshot','1107323djQdhH','catch','getResultsSummary','LNgro','accessibilityPlatform','arCix','executeScript','4224762NNLMsq','TsKnJ','name','after','skipped','AiImr','constructor','patchSaveScreenshot','captureEvent','../../helpers/logger','shouldWrapCommand','bstackAllyScanning','pid','ntnym','arguments','addRequestSpy','1164APunZy','container','call','../../bin/playwright/accessibility-helper','info','avJsw','VqfwM','emit','step','7455nGvPGN','browserstack_executor:\x20','captureError','wnzaK','6mWDFNL','file','YlLZh','titlePath','WebDriver','status','ctx','RnEqM','initSaveScreenshot','start','ntsiO','wluIT','gJBNW','setSessionStatus','hook','before','2964980qZfnHD','4186360OSDuUg','add','dispatcher','kXhFc','find','test','currentTest','ttXtZ','platform','65879oiJtdm','./helper.js','../../helpers/performance-tester','../../helpers/test-observability/utils','YGUTb','kOrku','getSyncScript','TEST_RUN_FINISHED','JpXgn','base64','screenshotOutputFolder','czfJL','platform_version','failed','codeceptjs/lib/recorder.js','Ivatu','then','codeceptjs/lib/utils.js','GzqzF','enabled','__driver','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','fireEvent'];a0_0x22ec=function(){return _0x50e779;};return a0_0x22ec();}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x1861aa=a1_0x2973;(function(_0x208706,_0xbd95b6){const _0x4a5564=a1_0x2973,_0x5728eb=_0x208706();while(!![]){try{const _0x39cf1b=parseInt(_0x4a5564(0x1aa))/0x1*(-parseInt(_0x4a5564(0x1e8))/0x2)+parseInt(_0x4a5564(0x1c6))/0x3+-parseInt(_0x4a5564(0x1c3))/0x4+-parseInt(_0x4a5564(0x1a3))/0x5+-parseInt(_0x4a5564(0x1ed))/0x6+-parseInt(_0x4a5564(0x1e1))/0x7+parseInt(_0x4a5564(0x198))/0x8*(parseInt(_0x4a5564(0x1b8))/0x9);if(_0x39cf1b===_0xbd95b6)break;else _0x5728eb['push'](_0x5728eb['shift']());}catch(_0x566c64){_0x5728eb['push'](_0x5728eb['shift']());}}}(a1_0x4533,0x7780b));function a1_0x4533(){const _0x4941ee=['isUndefined','6472984usuPmt','3|0|5|2|1|4','testContextOptions','all','cwd','webkit','existsSync','34IFntSb','yJGID','title','lJoPy','BROWSERSTACK_RERUN_TESTS','3040374NPcHTV','push','codecept.json','debug','assign','accessibility','getPlaywrightUrl','utnDa','exports','OmyEt','slice','zgWiw','../../helpers/accessibility-automation/helper','Failed\x20:\x20','BROWSERSTACK_RERUN','isTestObservabilitySession','length','passed','BrowserStackPlugin.js','vTrWu','utedm','stop','handleApp','stringify','EzKpM','codecept.conf.js','browser','rnVCW','config','DbvEA','Playwright','eXCGv','frameworkName','forEach','../../helpers/BrowserStackSetup','alQUx','chromium','platforms','now','testConfig','BROWSERSTACK_TEST_ACCESSIBILITY_YML','skipSessionStatus','event','-cucumber','playwright-chromium','vMWJx','POBEx','BrowserStackPlugin','testObservability','addTests','errorMessage','desiredCapabilities','modifyBrowserStackW3CCaps','child_process','BROWSERSTACK_TEST_OBSERVABILITY_YML','playwright-firefox','stack','finalExecution','false','chdir','hzXtA','createGroupsOfSuites','../../helpers/helper','../../helpers/test-observability/utils','cCHZx','24662408iupscX','helpers','accessibilityOptions','../../helpers/logger','--config','kZDZA','map','err','format','zJtWe','NQHSV','3634665LQBmMv','printResults','before','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','BS_A11Y_JWT','getFrameworkVersion','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','22981PhsROL','BYkqA','gherkin','util','../../helpers/test-observability/sessionHandler','codeceptjs/lib/index.js','split','isTrue','getPlatformName','launch','printBuildLink','modifyBrowserStackCaps','LguOD','XRYYd','9MtXwdG','initialize','process','join','Yzezi','winstonLogger','Ncssb','Started\x20:\x20','env','browserName','fXTiV','3110100rcaREn','MaFUa','VaXWe','2199774OxrUqC','codeceptjs','WebDriver','mergeDeep','browserStackCwd','BPMha','info','findIndex','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','eiBcq','root','null','klOkA','result','HeNmZ','parallelsPerPlatform','skipSessionName','require','test','run','failed','log','rtGbX','NgpDs','fNYSb','UHiyY'];a1_0x4533=function(){return _0x4941ee;};return a1_0x4533();}function a1_0x2973(_0x747231,_0x173cee){const _0x4533d4=a1_0x4533();return a1_0x2973=function(_0x2973c4,_0x5b5db2){_0x2973c4=_0x2973c4-0x18a;let _0x5b9ade=_0x4533d4[_0x2973c4];return _0x5b9ade;},a1_0x2973(_0x747231,_0x173cee);}const fs=require('fs'),path=require('path'),util=require(a1_0x1861aa(0x1ad)),{spawn}=require(a1_0x1861aa(0x18c)),process=require(a1_0x1861aa(0x1ba)),logger=require(a1_0x1861aa(0x19b))[a1_0x1861aa(0x1bd)],{default:BrowserStackSetup}=require(a1_0x1861aa(0x20f)),helper=require(a1_0x1861aa(0x195)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x1861aa(0x1f9)),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x1861aa(0x195)),CodeceptJS=requireModule(a1_0x1861aa(0x1af)),SessionHandler=require(a1_0x1861aa(0x1ae)),testOpsHelper=require(a1_0x1861aa(0x196)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2ae4d1,_0x588fde)=>{const _0x35c80b=a1_0x1861aa,_0x5660a6={};_0x5660a6[_0x35c80b(0x1eb)]=function(_0x570cec,_0x47dc9d){return _0x570cec===_0x47dc9d;},_0x5660a6['Ncssb']=_0x35c80b(0x206),_0x5660a6['cCHZx']=_0x35c80b(0x1ef);const _0x594b40=_0x5660a6;let _0x5d507d=null;const _0x190757={};let _0x552ec8=_0x588fde['findIndex'](_0x3a090f=>_0x3a090f===_0x35c80b(0x19c));_0x594b40[_0x35c80b(0x1eb)](_0x552ec8,-0x1)&&(_0x552ec8=_0x588fde[_0x35c80b(0x1cd)](_0x2f3b58=>_0x2f3b58==='-c'));if(!helper[_0x35c80b(0x1e0)](_0x2ae4d1[_0x35c80b(0x209)])&&fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1[_0x35c80b(0x209)])))_0x5d507d=path['join'](process[_0x35c80b(0x1e5)](),_0x2ae4d1[_0x35c80b(0x209)]),_0x588fde[_0x35c80b(0x1f7)](_0x552ec8,0x2);else{if(!helper[_0x35c80b(0x1e0)](_0x2ae4d1['c'])&&fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1['c'])))_0x5d507d=path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x2ae4d1['c']),_0x588fde['slice'](_0x552ec8,0x2);else{if(fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x1be)])))_0x5d507d=path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x1be)]);else fs[_0x35c80b(0x1e7)](path[_0x35c80b(0x1bb)](process[_0x35c80b(0x1e5)](),_0x594b40[_0x35c80b(0x197)]))&&(_0x5d507d=path[_0x35c80b(0x1bb)](process['cwd'](),_0x594b40[_0x35c80b(0x197)]));}}return _0x5d507d;},getO11yRerunPattern=()=>{const _0x14f1dc=a1_0x1861aa,_0x1bb749={};_0x1bb749[_0x14f1dc(0x1a1)]=function(_0x425e66,_0x2c91ea){return _0x425e66!==_0x2c91ea;},_0x1bb749[_0x14f1dc(0x1c4)]=_0x14f1dc(0x1d1);const _0xbff67e=_0x1bb749,_0x4636ff=helper[_0x14f1dc(0x1b1)](process[_0x14f1dc(0x1c0)][_0x14f1dc(0x1fb)]);if(_0x4636ff){const _0x2874c4=process[_0x14f1dc(0x1c0)][_0x14f1dc(0x1ec)],_0xd50a9d=[];if(_0xbff67e['zJtWe'](_0x2874c4,_0xbff67e[_0x14f1dc(0x1c4)])&&!helper[_0x14f1dc(0x1e0)](_0x2874c4)){_0x2874c4[_0x14f1dc(0x1b0)](',')[_0x14f1dc(0x19e)](_0x492a4e=>{const _0x126d90=_0x14f1dc;_0xd50a9d[_0x126d90(0x1ee)]('('+_0x492a4e['trim']()+')');});const _0x20adea='^'+_0xd50a9d[_0x14f1dc(0x1bb)]('|')+'$';return _0x20adea;}}return null;},a1_0x373568={};a1_0x373568['chrome']=a1_0x1861aa(0x211),a1_0x373568[a1_0x1861aa(0x219)]=a1_0x1861aa(0x211),a1_0x373568[a1_0x1861aa(0x18e)]='firefox',a1_0x373568['playwright-webkit']=a1_0x1861aa(0x1e6);const pwToCodeceptBrowser=a1_0x373568;async function run(_0x1d68d7,_0x4fc113){const _0x2cd128=a1_0x1861aa,_0x5e1a66={'fXTiV':_0x2cd128(0x1c7),'EzKpM':function(_0x24723e,_0x157c2f){return _0x24723e+_0x157c2f;},'XRYYd':function(_0x5f5d2b,_0x152247){return _0x5f5d2b(_0x152247);},'VaXWe':function(_0x373e88,_0x2fee39,_0x4ea6db){return _0x373e88(_0x2fee39,_0x4ea6db);},'utedm':_0x2cd128(0x209),'vTrWu':_0x2cd128(0x199),'POBEx':function(_0x5089b6){return _0x5089b6();},'hzXtA':function(_0x1f9dea){return _0x1f9dea();},'Yzezi':_0x2cd128(0x1fa),'kZDZA':'Passed\x20:\x20','NQHSV':_0x2cd128(0x1bf),'eiBcq':_0x2cd128(0x1e2),'NgpDs':function(_0x493723,_0x1ae45d){return _0x493723(_0x1ae45d);},'OmyEt':function(_0x1cc77f,_0x1e9dc3){return _0x1cc77f(_0x1e9dc3);},'RbjSj':_0x2cd128(0x1a6),'HeNmZ':function(_0xb99a22,_0x41d29e,_0x42c6c1){return _0xb99a22(_0x41d29e,_0x42c6c1);},'zgWiw':_0x2cd128(0x20b),'yJGID':_0x2cd128(0x1c8),'vMWJx':function(_0x3d773c,_0x3d723d){return _0x3d773c(_0x3d723d);},'BDxwt':function(_0xfc8ce5,_0x231a0e){return _0xfc8ce5!=_0x231a0e;},'alQUx':_0x2cd128(0x191),'rnVCW':function(_0x3615a3){return _0x3615a3();},'eXCGv':_0x2cd128(0x1d0),'DbvEA':_0x2cd128(0x1ff),'fNYSb':_0x2cd128(0x1ca),'klOkA':function(_0x1a4944,_0x300904){return _0x1a4944*_0x300904;},'rtGbX':function(_0x1041a8,_0x3cdafb,_0x6b93c1){return _0x1041a8(_0x3cdafb,_0x6b93c1);},'BYkqA':_0x2cd128(0x1ac),'LguOD':_0x2cd128(0x218),'UHiyY':function(_0x308c33){return _0x308c33();}},_0x52ae04=new BrowserStackSetup(_0x1d68d7,_0x5e1a66[_0x2cd128(0x1c2)]);await _0x52ae04[_0x2cd128(0x1b9)](),await helper[_0x2cd128(0x203)](_0x52ae04['config']);if(!_0x52ae04['config'])return;const _0x3a30d6=_0x5e1a66[_0x2cd128(0x1c5)](getUserCodeceptJSConfigs,_0x1d68d7,_0x4fc113);let _0x5d730b={};_0x3a30d6?(logger[_0x2cd128(0x1cc)]('Getting\x20your\x20codeceptjs\x20configs\x20from\x20'+_0x3a30d6),_0x5d730b=_0x5e1a66[_0x2cd128(0x1f6)](require,_0x3a30d6)):logger['info'](_0x5e1a66['RbjSj']);let _0x59e7e4=![];_0x5e1a66[_0x2cd128(0x1d4)](nestedKeyValue,_0x5d730b,[_0x5e1a66[_0x2cd128(0x201)],_0x5e1a66[_0x2cd128(0x200)],_0x5e1a66['zgWiw']])&&(_0x59e7e4=!![]);const _0xe515d0=_0x59e7e4?_0x5e1a66[_0x2cd128(0x1f8)]:_0x5e1a66[_0x2cd128(0x1e9)];let _0x381386=!_0x59e7e4?helper['useW3C'](_0x52ae04[_0x2cd128(0x209)]):![];!helper[_0x2cd128(0x1e0)](_0x52ae04['config'][_0x2cd128(0x19a)])&&(process[_0x2cd128(0x1c0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x2cd128(0x204)](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x19a)]));let _0x2a7583=_0x52ae04['config'][_0x2cd128(0x1f2)];_0x2a7583=_0x2a7583||_0x5e1a66[_0x2cd128(0x21a)](checkAccessibilityPlatformConfig,_0x52ae04['config']),process['env'][_0x2cd128(0x215)]=_0x2a7583;if(_0x2a7583){_0x381386=![];const [_0x6f902f,_0xff033c]=await _0x5e1a66[_0x2cd128(0x1d4)](createAccessibilityTestRun,_0x52ae04['config'],_0x5e1a66['fXTiV']);logger[_0x2cd128(0x1f0)](_0x2cd128(0x1ce)+_0xff033c),process[_0x2cd128(0x1c0)][_0x2cd128(0x1a7)]=_0x6f902f,process['env']['BS_A11Y_TEST_RUN_ID']=_0xff033c,_0x5e1a66[_0x2cd128(0x1dd)](setAccessibilityCapabilities,_0x52ae04[_0x2cd128(0x209)]);}_0x5e1a66['BDxwt'](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x21d)],null)?process[_0x2cd128(0x1c0)][_0x2cd128(0x18d)]=_0x52ae04['config'][_0x2cd128(0x21d)]:process[_0x2cd128(0x1c0)][_0x2cd128(0x18d)]=_0x5e1a66[_0x2cd128(0x210)];const _0x49297a={},_0x45e026=[];if(_0x5e1a66[_0x2cd128(0x208)](isBrowserstackInfra)){const _0x22a363=[];_0x52ae04['config'][_0x2cd128(0x212)][_0x2cd128(0x20e)]((_0x2859d6,_0x45a078)=>{const _0x456747=_0x2cd128;_0x381386?_0x22a363['push'](helper[_0x456747(0x18b)](_0x52ae04[_0x456747(0x209)],_0x5e1a66[_0x456747(0x1c2)],_0x45a078)):_0x22a363[_0x456747(0x1ee)](helper[_0x456747(0x1b5)](_0x52ae04['config'],_0x5e1a66[_0x456747(0x1c2)],_0x45a078));}),_0x22a363[_0x2cd128(0x20e)](_0x56df5c=>{const _0x3edf43=_0x2cd128,_0x3d57da={'BPMha':function(_0x4a9fe3,_0x20b445){return _0x5e1a66['EzKpM'](_0x4a9fe3,_0x20b445);},'utnDa':function(_0x2d3599,_0x35eca8){const _0x5da5d9=a1_0x2973;return _0x5e1a66[_0x5da5d9(0x1b7)](_0x2d3599,_0x35eca8);}},_0x4d233c=_0x5e1a66[_0x3edf43(0x205)](helper[_0x3edf43(0x1b2)](_0x56df5c,'_'),'_'+Date[_0x3edf43(0x213)]()),_0x1b58a8=((()=>{const _0x4ea50a=_0x3edf43;if(_0x59e7e4){const _0xb006a0=pwToCodeceptBrowser[_0x56df5c[_0x4ea50a(0x1c1)]]||_0x56df5c['browserName'];return{'browser':_0xb006a0,[_0xb006a0]:{'browserWSEndpoint':_0x3d57da[_0x4ea50a(0x1cb)](helper[_0x4ea50a(0x1f3)](_0x52ae04[_0x4ea50a(0x209)]),_0x3d57da[_0x4ea50a(0x1f4)](encodeURIComponent,JSON['stringify'](_0x56df5c)))}};}const _0x12e64f={};return _0x12e64f[_0x4ea50a(0x18a)]=_0x56df5c,_0x12e64f;})()),_0x631227=_0x5e1a66['VaXWe'](nestedKeyValue,_0x5d730b,[_0x5e1a66[_0x3edf43(0x201)],_0x5e1a66[_0x3edf43(0x200)],_0xe515d0]);_0x49297a[_0x4d233c]=_0x631227?helper['mergeDeep'](_0x1b58a8,_0x631227):_0x1b58a8,!_0x59e7e4&&(_0x49297a[_0x4d233c]['browser']=_0x56df5c['browserName']||_0x1b58a8[_0x3edf43(0x207)]),_0x45e026[_0x3edf43(0x1ee)](_0x4d233c);});}else _0x49297a[_0x5e1a66[_0x2cd128(0x20c)]]=_0x5d730b[_0x2cd128(0x209)],_0x45e026[_0x2cd128(0x1ee)](_0x5e1a66[_0x2cd128(0x20c)]);const _0x1485d9={};_0x1485d9[_0x2cd128(0x214)]=_0x3a30d6;const _0xb02630=_0x1485d9,_0x3d5227=path['join'](__dirname,_0x5e1a66[_0x2cd128(0x20a)]),_0x4f0de5=process['cwd']();process['env'][_0x5e1a66[_0x2cd128(0x1de)]]=_0x4f0de5,process[_0x2cd128(0x192)](path['dirname'](_0x3a30d6));const _0x113f39=new CodeceptJS['Workers'](null,_0xb02630),_0x5c57d0=_0x113f39[_0x2cd128(0x194)](_0x5e1a66[_0x2cd128(0x1d2)](_0x52ae04[_0x2cd128(0x209)][_0x2cd128(0x1d5)],_0x52ae04['config'][_0x2cd128(0x212)][_0x2cd128(0x1fd)])),_0x5b2a10=testOpsHelper[_0x2cd128(0x1fc)](),_0xa98ad5=_0x5e1a66['EzKpM'](_0x5e1a66[_0x2cd128(0x1c2)],_0x5e1a66[_0x2cd128(0x1dc)](nestedKeyValue,_0x5d730b,[_0x5e1a66['utedm'],_0x5e1a66[_0x2cd128(0x1ab)]])?_0x5e1a66[_0x2cd128(0x1b6)]:''),_0x406b0e=_0x45e026['map'](_0x34567c=>{const _0x5d683a=_0x2cd128,_0x2f8b3f={};_0x2f8b3f['Playwright']=_0x49297a[_0x34567c];const _0x41e495={};_0x41e495[_0x5d683a(0x1c8)]=_0x49297a[_0x34567c];const _0x4cf879=_0x59e7e4?_0x2f8b3f:_0x41e495,_0x3f3165=_0x5e1a66[_0x5d683a(0x21b)](getO11yRerunPattern),_0x1e0034={};_0x1e0034[_0x5d683a(0x199)]=_0x4cf879;const _0x2258b7={};_0x2258b7[_0x5d683a(0x1d7)]=_0x3d5227,_0x2258b7['enabled']=!![],_0x2258b7[_0x5d683a(0x1d6)]=_0x52ae04['config'][_0x5d683a(0x1e3)][_0x5d683a(0x1d6)],_0x2258b7[_0x5d683a(0x216)]=_0x52ae04[_0x5d683a(0x209)][_0x5d683a(0x1e3)][_0x5d683a(0x216)],_0x2258b7[_0x5d683a(0x21d)]=_0x5b2a10,_0x2258b7[_0x5d683a(0x20d)]=_0xa98ad5;const _0x3c4be3={};_0x3c4be3[_0x5d683a(0x21c)]=_0x2258b7;const _0x2f0e82={};return _0x2f0e82['plugins']=_0x3c4be3,helper[_0x5d683a(0x1c9)]({},_0x5d730b[_0x5d683a(0x209)],_0x5e1a66[_0x5d683a(0x193)](isBrowserstackInfra)?_0x1e0034:{},_0x3f3165?{'grep':_0x3f3165}:{},_0x2f0e82);});if(_0x5b2a10){const _0x216c29={};_0x216c29['root_dir_path']='',await SessionHandler[_0x2cd128(0x1b3)](Object[_0x2cd128(0x1f1)]({},_0x52ae04[_0x2cd128(0x209)],_0x216c29),{'frameworkName':_0xa98ad5,'frameworkVersion':testOpsHelper[_0x2cd128(0x1a8)](_0x5e1a66[_0x2cd128(0x1c2)])});}for(const _0x38f8b1 of _0x406b0e){for(const _0x284633 of _0x5c57d0){const _0x3e897e=_0x113f39['spawn']();_0x3e897e[_0x2cd128(0x21e)](_0x284633),_0x3e897e['addConfig'](_0x38f8b1);}}_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1d8)][_0x2cd128(0x1da)],(_0x1068d8,_0x4ef148)=>{const _0xceaa39=_0x2cd128;console[_0xceaa39(0x1db)](_0x5e1a66[_0xceaa39(0x1bc)],_0x1068d8['title']);const _0x19216c={[_0x1068d8[_0xceaa39(0x1ea)]]:_0x1068d8[_0xceaa39(0x19f)][_0xceaa39(0x18f)]};_testErrorData[_0xceaa39(0x1ee)](_0x19216c);}),_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1d8)][_0x2cd128(0x1fe)],async _0x5040b1=>{const _0x6c311c=_0x2cd128;console[_0x6c311c(0x1db)](_0x5e1a66[_0x6c311c(0x19d)],_0x5040b1[_0x6c311c(0x1ea)]);}),_0x113f39['on'](CodeceptJS['event'][_0x2cd128(0x1d8)][_0x2cd128(0x1a5)],async _0x5786a2=>{const _0x26f374=_0x2cd128;console[_0x26f374(0x1db)](_0x5e1a66[_0x26f374(0x1a2)],_0x5786a2[_0x26f374(0x1ea)]);}),_0x113f39['on'](CodeceptJS[_0x2cd128(0x217)][_0x2cd128(0x1e4)][_0x2cd128(0x1d3)],async()=>{const _0x240df1=_0x2cd128,_0x4a7c22=_0x5e1a66[_0x240df1(0x1cf)][_0x240df1(0x1b0)]('|');let _0x507878=0x0;while(!![]){switch(_0x4a7c22[_0x507878++]){case'0':_0x2a7583&&await _0x5e1a66[_0x240df1(0x1dd)](stopAccessibilityTestRun,_0x52ae04['config']);continue;case'1':if(_0x5b2a10)try{await SessionHandler[_0x240df1(0x202)]();}catch(_0x11f555){logger['debug'](_0x240df1(0x1a9)+util[_0x240df1(0x1a0)](_0x11f555));}continue;case'2':helper[_0x240df1(0x190)](_0x52ae04);continue;case'3':_0x52ae04[_0x240df1(0x21f)]=_testErrorData;continue;case'4':_0x113f39[_0x240df1(0x1a4)]();continue;case'5':testOpsHelper[_0x240df1(0x1b4)]();continue;}break;}});async function _0x596ff9(){const _0x46ab51=_0x2cd128;try{await _0x113f39['bootstrapAll'](),await _0x113f39[_0x46ab51(0x1d9)]();}finally{process[_0x46ab51(0x192)](_0x4f0de5),await _0x113f39['teardownAll']();}}_0x5e1a66[_0x2cd128(0x1df)](_0x596ff9);}module[a1_0x1861aa(0x1f5)]=run;
|
|
2
|
+
'use strict';const a1_0x1ce6e3=a1_0x3c0a;(function(_0x4900cc,_0x5c95e8){const _0x15d216=a1_0x3c0a,_0x506dff=_0x4900cc();while(!![]){try{const _0x4efdcf=parseInt(_0x15d216(0x119))/0x1+-parseInt(_0x15d216(0xbb))/0x2*(parseInt(_0x15d216(0xea))/0x3)+-parseInt(_0x15d216(0x100))/0x4*(-parseInt(_0x15d216(0xe7))/0x5)+-parseInt(_0x15d216(0x10c))/0x6*(parseInt(_0x15d216(0xf8))/0x7)+-parseInt(_0x15d216(0xe4))/0x8+-parseInt(_0x15d216(0xfe))/0x9+parseInt(_0x15d216(0xa7))/0xa*(parseInt(_0x15d216(0xce))/0xb);if(_0x4efdcf===_0x5c95e8)break;else _0x506dff['push'](_0x506dff['shift']());}catch(_0x3fc787){_0x506dff['push'](_0x506dff['shift']());}}}(a1_0x1c19,0xcea54));function a1_0x3c0a(_0x2f9730,_0x15ae26){const _0x1c195e=a1_0x1c19();return a1_0x3c0a=function(_0x3c0a63,_0x18f5b4){_0x3c0a63=_0x3c0a63-0xa5;let _0x535d66=_0x1c195e[_0x3c0a63];return _0x535d66;},a1_0x3c0a(_0x2f9730,_0x15ae26);}const fs=require('fs'),path=require(a1_0x1ce6e3(0xd4)),util=require(a1_0x1ce6e3(0x12d)),{spawn}=require(a1_0x1ce6e3(0xd0)),process=require(a1_0x1ce6e3(0xc1)),logger=require('../../helpers/logger')[a1_0x1ce6e3(0xb5)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x1ce6e3(0x12b)),{setAccessibilityCapabilities}=require(a1_0x1ce6e3(0xb0)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x1ce6e3(0xee)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),SessionHandler=require(a1_0x1ce6e3(0xa8)),testOpsHelper=require(a1_0x1ce6e3(0x105)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x30fbb6,_0x3626ba)=>{const _0x16e0a0=a1_0x1ce6e3,_0x221498={};_0x221498[_0x16e0a0(0xc5)]=function(_0x5b5207,_0x36c2a6){return _0x5b5207===_0x36c2a6;},_0x221498[_0x16e0a0(0xf0)]=_0x16e0a0(0x126),_0x221498[_0x16e0a0(0x12c)]=_0x16e0a0(0xe3);const _0x277e97=_0x221498;let _0x320779=null;const _0x592502={};let _0x3abf7a=_0x3626ba[_0x16e0a0(0xc3)](_0x1609a8=>_0x1609a8===_0x16e0a0(0x106));_0x277e97[_0x16e0a0(0xc5)](_0x3abf7a,-0x1)&&(_0x3abf7a=_0x3626ba[_0x16e0a0(0xc3)](_0x4ccd84=>_0x4ccd84==='-c'));if(!helper[_0x16e0a0(0x115)](_0x30fbb6[_0x16e0a0(0xaa)])&&fs[_0x16e0a0(0x10d)](path[_0x16e0a0(0xbf)](process['cwd'](),_0x30fbb6['config'])))_0x320779=path[_0x16e0a0(0xbf)](process[_0x16e0a0(0xc9)](),_0x30fbb6[_0x16e0a0(0xaa)]),_0x3626ba[_0x16e0a0(0x11f)](_0x3abf7a,0x2);else{if(!helper[_0x16e0a0(0x115)](_0x30fbb6['c'])&&fs[_0x16e0a0(0x10d)](path[_0x16e0a0(0xbf)](process[_0x16e0a0(0xc9)](),_0x30fbb6['c'])))_0x320779=path['join'](process[_0x16e0a0(0xc9)](),_0x30fbb6['c']),_0x3626ba[_0x16e0a0(0x11f)](_0x3abf7a,0x2);else{if(fs['existsSync'](path[_0x16e0a0(0xbf)](process['cwd'](),_0x277e97[_0x16e0a0(0xf0)])))_0x320779=path['join'](process[_0x16e0a0(0xc9)](),_0x277e97[_0x16e0a0(0xf0)]);else fs['existsSync'](path['join'](process[_0x16e0a0(0xc9)](),_0x277e97[_0x16e0a0(0x12c)]))&&(_0x320779=path['join'](process[_0x16e0a0(0xc9)](),_0x277e97[_0x16e0a0(0x12c)]));}}return _0x320779;},getO11yRerunPattern=()=>{const _0x113f23=a1_0x1ce6e3,_0x57f266={};_0x57f266[_0x113f23(0xdc)]=function(_0x4298f7,_0x1da19d){return _0x4298f7!==_0x1da19d;},_0x57f266['OypSl']=_0x113f23(0x113);const _0x192cca=_0x57f266,_0x270b61=helper[_0x113f23(0xfd)](process[_0x113f23(0xe5)][_0x113f23(0xc7)]);if(_0x270b61){const _0x4c0879=process[_0x113f23(0xe5)][_0x113f23(0xae)],_0x51159f=[];if(_0x192cca[_0x113f23(0xdc)](_0x4c0879,_0x192cca[_0x113f23(0xca)])&&!helper[_0x113f23(0x115)](_0x4c0879)){_0x4c0879[_0x113f23(0x127)](',')['map'](_0x13a282=>{const _0x485573=_0x113f23;_0x51159f[_0x485573(0xeb)]('('+_0x13a282[_0x485573(0x109)]()+')');});const _0x136052='^'+_0x51159f[_0x113f23(0xbf)]('|')+'$';return _0x136052;}}return null;},a1_0x393f4b={};a1_0x393f4b['chrome']=a1_0x1ce6e3(0xd3),a1_0x393f4b['playwright-chromium']=a1_0x1ce6e3(0xd3),a1_0x393f4b[a1_0x1ce6e3(0xbc)]='firefox',a1_0x393f4b[a1_0x1ce6e3(0xf9)]=a1_0x1ce6e3(0x108);function a1_0x1c19(){const _0x4af830=['exports','codecept.json','12475144USfFuI','env','title','955etmbJb','jszHi','debug','2443977luCYwq','push','qdiDl','now','../../helpers/helper','Passed\x20:\x20','RYkNC','modifyBrowserStackCaps','createGroupsOfSuites','errorMessage','enPAt','info','Started\x20:\x20','false','11168367seANdc','playwright-webkit','modifyBrowserStackW3CCaps','SApzz','browserName','isTrue','12699720eFOYjO','testObservability','23764YCoBmT','root_dir_path','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','passed','run','../../helpers/test-observability/utils','--config','platforms','webkit','trim','skipSessionName','require','6thcxKy','existsSync','result','forEach','codeceptjs','Playwright','dirname','null','bootstrapAll','isUndefined','root','hjRzy','Failed\x20:\x20','782544VGUTbo','all','spawn','-cucumber','3|4|1|2|5|0','initialize','slice','Xkdoz','FKbKv','test','WFkWy','gherkin','testContextOptions','codecept.conf.js','split','RjdHo','printBuildLink','format','../../helpers/accessibility-automation/helper','mRBnZ','util','handleApp','skipSessionStatus','pAqHR','stringify','event','90xNpyIW','../../helpers/test-observability/sessionHandler','accessibilityOptions','config','VkKVv','helpers','HXTTh','BROWSERSTACK_RERUN_TESTS','log','../../bin/playwright/accessibility-helper','testConfig','parallelsPerPlatform','ZCSVY','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','winstonLogger','map','getPlaywrightUrl','Workers','WebDriver','browser','2jJJbAq','playwright-firefox','WtbgC','liHqB','join','BS_A11Y_JWT','process','isTestObservabilitySession','findIndex','before','dfLSa','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','BROWSERSTACK_RERUN','frameworkName','cwd','OypSl','mEGzs','getPlatformName','stack','5267482nJdTsW','UVaTO','child_process','latSh','chdir','chromium','path','desiredCapabilities','browserStackCwd','stop','BROWSERSTACK_TEST_OBSERVABILITY_YML','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','getFrameworkVersion','length','xqNMa','wboYc','plugins','gNWkd','AUbjr','gFTth'];a1_0x1c19=function(){return _0x4af830;};return a1_0x1c19();}const pwToCodeceptBrowser=a1_0x393f4b;async function run(_0x95c512,_0x56c61a){const _0x47e23=a1_0x1ce6e3,_0x489fb7={'WFkWy':_0x47e23(0x110),'WzHYT':function(_0x16a86d,_0x5038ef){return _0x16a86d+_0x5038ef;},'wboYc':function(_0x3a211b,_0x31c496){return _0x3a211b(_0x31c496);},'HXTTh':function(_0xb1720d,_0x3a0645){return _0xb1720d+_0x3a0645;},'Xkdoz':function(_0x39bc90,_0xbf5768,_0x343852){return _0x39bc90(_0xbf5768,_0x343852);},'latSh':_0x47e23(0xaa),'hjRzy':_0x47e23(0xac),'UVaTO':function(_0x3dafbd){return _0x3dafbd();},'SApzz':_0x47e23(0x118),'pAqHR':_0x47e23(0xef),'WtbgC':_0x47e23(0xf6),'mebjq':_0x47e23(0x11d),'ZCSVY':function(_0x3cfa31,_0x380a96,_0x14a540){return _0x3cfa31(_0x380a96,_0x14a540);},'BpoIF':function(_0x4bc25f,_0x2562e8){return _0x4bc25f(_0x2562e8);},'grZsM':_0x47e23(0xb4),'enPAt':_0x47e23(0x111),'FKbKv':_0x47e23(0xb9),'mEGzs':function(_0x3116f2,_0x272652){return _0x3116f2(_0x272652);},'hkBRu':function(_0x1ab8fd,_0xba5e6e){return _0x1ab8fd!=_0xba5e6e;},'qdiDl':_0x47e23(0xf7),'gFTth':_0x47e23(0x116),'gNWkd':'BrowserStackPlugin.js','liHqB':_0x47e23(0xd6),'DcOXu':function(_0x1a0b93,_0x30c8e8){return _0x1a0b93*_0x30c8e8;},'AUbjr':function(_0x521afe,_0x1172a3){return _0x521afe+_0x1172a3;},'VkKVv':function(_0x4b8b41,_0x1c6434,_0x41267e){return _0x4b8b41(_0x1c6434,_0x41267e);},'RjdHo':_0x47e23(0x124),'jszHi':_0x47e23(0x11c),'ChlYa':function(_0x3be5f7){return _0x3be5f7();}},_0x9ab4aa=new BrowserStackSetup(_0x95c512,_0x489fb7['WFkWy']);await _0x9ab4aa[_0x47e23(0x11e)](),await helper[_0x47e23(0x12e)](_0x9ab4aa[_0x47e23(0xaa)]);if(!_0x9ab4aa[_0x47e23(0xaa)])return;const _0x52b11f=_0x489fb7['ZCSVY'](getUserCodeceptJSConfigs,_0x95c512,_0x56c61a);let _0x3f6db0={};_0x52b11f?(logger[_0x47e23(0xf5)](_0x47e23(0x102)+_0x52b11f),_0x3f6db0=_0x489fb7['BpoIF'](require,_0x52b11f)):logger['info'](_0x489fb7['grZsM']);let _0x44c309=![];_0x489fb7[_0x47e23(0xb3)](nestedKeyValue,_0x3f6db0,[_0x489fb7[_0x47e23(0xd1)],_0x489fb7['hjRzy'],_0x489fb7[_0x47e23(0xf4)]])&&(_0x44c309=!![]);const _0xec38ef=_0x44c309?_0x489fb7['enPAt']:_0x489fb7[_0x47e23(0x121)];let _0x5c7c6a=!_0x44c309?helper['useW3C'](_0x9ab4aa[_0x47e23(0xaa)]):![];!helper['isUndefined'](_0x9ab4aa[_0x47e23(0xaa)][_0x47e23(0xa9)])&&(process[_0x47e23(0xe5)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x47e23(0xa5)](_0x9ab4aa[_0x47e23(0xaa)]['accessibilityOptions']));let _0x21514c=_0x9ab4aa['config']['accessibility'];_0x21514c=_0x21514c||_0x489fb7[_0x47e23(0xdd)](checkAccessibilityPlatformConfig,_0x9ab4aa[_0x47e23(0xaa)]),process[_0x47e23(0xe5)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x21514c;if(_0x21514c){_0x5c7c6a=![];const [_0x4ca145,_0x3c4046]=await _0x489fb7['ZCSVY'](createAccessibilityTestRun,_0x9ab4aa['config'],_0x489fb7[_0x47e23(0x123)]);logger[_0x47e23(0xe9)](_0x47e23(0xc6)+_0x3c4046),process[_0x47e23(0xe5)][_0x47e23(0xc0)]=_0x4ca145,process[_0x47e23(0xe5)]['BS_A11Y_TEST_RUN_ID']=_0x3c4046,_0x489fb7[_0x47e23(0xcb)](setAccessibilityCapabilities,_0x9ab4aa[_0x47e23(0xaa)]);}_0x489fb7['hkBRu'](_0x9ab4aa[_0x47e23(0xaa)][_0x47e23(0xff)],null)?process[_0x47e23(0xe5)][_0x47e23(0xd8)]=_0x9ab4aa['config'][_0x47e23(0xff)]:process[_0x47e23(0xe5)][_0x47e23(0xd8)]=_0x489fb7[_0x47e23(0xec)];const _0xd6d85b={},_0x3a602a=[];if(_0x489fb7[_0x47e23(0xcf)](isBrowserstackInfra)){const _0x12ec4a=[];_0x9ab4aa[_0x47e23(0xaa)][_0x47e23(0x107)][_0x47e23(0x10f)]((_0x24c6b4,_0x3f7802)=>{const _0x5be9fb=_0x47e23;_0x5c7c6a?_0x12ec4a['push'](helper[_0x5be9fb(0xfa)](_0x9ab4aa['config'],_0x489fb7[_0x5be9fb(0x123)],_0x3f7802)):_0x12ec4a[_0x5be9fb(0xeb)](helper[_0x5be9fb(0xf1)](_0x9ab4aa[_0x5be9fb(0xaa)],_0x489fb7['WFkWy'],_0x3f7802));}),_0x12ec4a[_0x47e23(0x10f)](_0x9f30e5=>{const _0x481698=_0x47e23,_0x44b6cb=_0x489fb7[_0x481698(0xad)](helper[_0x481698(0xcc)](_0x9f30e5,'_'),'_'+Date[_0x481698(0xed)]()),_0x1eb539=((()=>{const _0x38e64d=_0x481698;if(_0x44c309){const _0x41329e=pwToCodeceptBrowser[_0x9f30e5['browserName']]||_0x9f30e5['browserName'];return{'browser':_0x41329e,[_0x41329e]:{'browserWSEndpoint':_0x489fb7['WzHYT'](helper[_0x38e64d(0xb7)](_0x9ab4aa[_0x38e64d(0xaa)]),_0x489fb7[_0x38e64d(0xdd)](encodeURIComponent,JSON[_0x38e64d(0xa5)](_0x9f30e5)))}};}const _0x51528a={};return _0x51528a[_0x38e64d(0xd5)]=_0x9f30e5,_0x51528a;})()),_0x4c4164=_0x489fb7[_0x481698(0x120)](nestedKeyValue,_0x3f6db0,[_0x489fb7[_0x481698(0xd1)],_0x489fb7[_0x481698(0x117)],_0xec38ef]);_0xd6d85b[_0x44b6cb]=_0x4c4164?helper['mergeDeep'](_0x1eb539,_0x4c4164):_0x1eb539,!_0x44c309&&(_0xd6d85b[_0x44b6cb][_0x481698(0xba)]=_0x9f30e5[_0x481698(0xfc)]||_0x1eb539['browser']),_0x3a602a['push'](_0x44b6cb);});}else _0xd6d85b[_0x489fb7['gFTth']]=_0x3f6db0[_0x47e23(0xaa)],_0x3a602a[_0x47e23(0xeb)](_0x489fb7[_0x47e23(0xe1)]);const _0x545ae0={};_0x545ae0[_0x47e23(0xb1)]=_0x52b11f;const _0x1ddb93=_0x545ae0,_0x4b93e5=path[_0x47e23(0xbf)](__dirname,_0x489fb7[_0x47e23(0xdf)]),_0xf6c8fc=process[_0x47e23(0xc9)]();process[_0x47e23(0xe5)][_0x489fb7[_0x47e23(0xbe)]]=_0xf6c8fc,process['chdir'](path[_0x47e23(0x112)](_0x52b11f));const _0x221ba7=new CodeceptJS[(_0x47e23(0xb8))](null,_0x1ddb93),_0x572890=_0x221ba7[_0x47e23(0xf2)](_0x489fb7['DcOXu'](_0x9ab4aa[_0x47e23(0xaa)][_0x47e23(0xb2)],_0x9ab4aa[_0x47e23(0xaa)][_0x47e23(0x107)][_0x47e23(0xdb)])),_0x41fec5=testOpsHelper[_0x47e23(0xc2)](),_0x13f386=_0x489fb7[_0x47e23(0xe0)](_0x489fb7[_0x47e23(0x123)],_0x489fb7[_0x47e23(0xab)](nestedKeyValue,_0x3f6db0,[_0x489fb7['latSh'],_0x489fb7[_0x47e23(0x128)]])?_0x489fb7[_0x47e23(0xe8)]:''),_0x58a38f=_0x3a602a[_0x47e23(0xb6)](_0x5f1a0c=>{const _0x633732=_0x47e23,_0x103d02={};_0x103d02[_0x633732(0x111)]=_0xd6d85b[_0x5f1a0c];const _0x34a53c={};_0x34a53c[_0x633732(0xb9)]=_0xd6d85b[_0x5f1a0c];const _0x519245=_0x44c309?_0x103d02:_0x34a53c,_0x459a2e=_0x489fb7[_0x633732(0xcf)](getO11yRerunPattern),_0x16fcd2={};_0x16fcd2['helpers']=_0x519245;const _0x2f12e1={};_0x2f12e1[_0x633732(0x10b)]=_0x4b93e5,_0x2f12e1['enabled']=!![],_0x2f12e1[_0x633732(0x10a)]=_0x9ab4aa[_0x633732(0xaa)][_0x633732(0x125)]['skipSessionName'],_0x2f12e1[_0x633732(0x12f)]=_0x9ab4aa['config'][_0x633732(0x125)][_0x633732(0x12f)],_0x2f12e1[_0x633732(0xff)]=_0x41fec5,_0x2f12e1[_0x633732(0xc8)]=_0x13f386;const _0x5b74cb={};_0x5b74cb['BrowserStackPlugin']=_0x2f12e1;const _0x47a6fd={};return _0x47a6fd[_0x633732(0xde)]=_0x5b74cb,helper['mergeDeep']({},_0x3f6db0[_0x633732(0xaa)],_0x489fb7[_0x633732(0xcf)](isBrowserstackInfra)?_0x16fcd2:{},_0x459a2e?{'grep':_0x459a2e}:{},_0x47a6fd);});if(_0x41fec5){const _0x5b620c={};_0x5b620c[_0x47e23(0x101)]='',await SessionHandler['launch'](Object['assign']({},_0x9ab4aa['config'],_0x5b620c),{'frameworkName':_0x13f386,'frameworkVersion':testOpsHelper[_0x47e23(0xda)](_0x489fb7['WFkWy'])});}for(const _0xc5d7f of _0x58a38f){for(const _0x14a6b6 of _0x572890){const _0xb95490=_0x221ba7[_0x47e23(0x11b)]();_0xb95490['addTests'](_0x14a6b6),_0xb95490['addConfig'](_0xc5d7f);}}_0x221ba7['on'](CodeceptJS[_0x47e23(0xa6)][_0x47e23(0x122)]['failed'],(_0x33e671,_0x57c6a)=>{const _0x3dd6f3=_0x47e23;console[_0x3dd6f3(0xaf)](_0x489fb7[_0x3dd6f3(0xfb)],_0x33e671[_0x3dd6f3(0xe6)]);const _0x1c5d3e={[_0x33e671[_0x3dd6f3(0xe6)]]:_0x33e671['err'][_0x3dd6f3(0xcd)]};_testErrorData[_0x3dd6f3(0xeb)](_0x1c5d3e);}),_0x221ba7['on'](CodeceptJS['event'][_0x47e23(0x122)][_0x47e23(0x103)],async _0xe11f93=>{const _0x2118c8=_0x47e23;console[_0x2118c8(0xaf)](_0x489fb7[_0x2118c8(0x130)],_0xe11f93['title']);}),_0x221ba7['on'](CodeceptJS['event'][_0x47e23(0x122)][_0x47e23(0xc4)],async _0x4ae7e5=>{const _0x182100=_0x47e23;console[_0x182100(0xaf)](_0x489fb7[_0x182100(0xbd)],_0x4ae7e5[_0x182100(0xe6)]);}),_0x221ba7['on'](CodeceptJS['event'][_0x47e23(0x11a)][_0x47e23(0x10e)],async()=>{const _0x2ea988=_0x47e23,_0x57f3f4=_0x489fb7['mebjq'][_0x2ea988(0x127)]('|');let _0x343855=0x0;while(!![]){switch(_0x57f3f4[_0x343855++]){case'0':_0x221ba7['printResults']();continue;case'1':testOpsHelper[_0x2ea988(0x129)]();continue;case'2':helper['finalExecution'](_0x9ab4aa);continue;case'3':_0x9ab4aa[_0x2ea988(0xf3)]=_testErrorData;continue;case'4':_0x21514c&&await _0x489fb7[_0x2ea988(0xdd)](stopAccessibilityTestRun,_0x9ab4aa['config']);continue;case'5':if(_0x41fec5)try{await SessionHandler[_0x2ea988(0xd7)]();}catch(_0x340f16){logger[_0x2ea988(0xe9)](_0x2ea988(0xd9)+util[_0x2ea988(0x12a)](_0x340f16));}continue;}break;}});async function _0x34e777(){const _0x4be424=_0x47e23;try{await _0x221ba7[_0x4be424(0x114)](),await _0x221ba7[_0x4be424(0x104)]();}finally{process[_0x4be424(0xd2)](_0xf6c8fc),await _0x221ba7['teardownAll']();}}_0x489fb7['ChlYa'](_0x34e777);}module[a1_0x1ce6e3(0xe2)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a2_0x478e7f=a2_0x2fc3;(function(_0x5d61c3,_0xb68633){const _0x356b73=a2_0x2fc3,_0x1f46eb=_0x5d61c3();while(!![]){try{const _0x5ccc3a=-parseInt(_0x356b73(0x1f1))/0x1*(-parseInt(_0x356b73(0x1c0))/0x2)+-parseInt(_0x356b73(0x1de))/0x3+-parseInt(_0x356b73(0x1e2))/0x4*(-parseInt(_0x356b73(0x1c9))/0x5)+-parseInt(_0x356b73(0x1c7))/0x6+-parseInt(_0x356b73(0x1f2))/0x7*(-parseInt(_0x356b73(0x1e1))/0x8)+parseInt(_0x356b73(0x1b0))/0x9+-parseInt(_0x356b73(0x1af))/0xa;if(_0x5ccc3a===_0xb68633)break;else _0x1f46eb['push'](_0x1f46eb['shift']());}catch(_0xbd2e2d){_0x1f46eb['push'](_0x1f46eb['shift']());}}}(a2_0x1f24,0x90a8f));const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a2_0x478e7f(0x1b9))['winstonLogger'],PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{isAccessibilityAutomationSession}=require(a2_0x478e7f(0x1ce)),getOSVersionFromCaps=_0x2ef4a2=>{const _0xd92548=a2_0x478e7f,_0x19e8a3={};_0x19e8a3['nzOab']='bstack:options',_0x19e8a3[_0xd92548(0x1f6)]=_0xd92548(0x1ca),_0x19e8a3[_0xd92548(0x1e4)]=_0xd92548(0x1f5),_0x19e8a3['VYlLG']=_0xd92548(0x1d3),_0x19e8a3[_0xd92548(0x1bc)]=_0xd92548(0x1b2);const _0x5e4583=_0x19e8a3;if(!_0x2ef4a2)return null;const _0x1234d2=_0x2ef4a2[_0x5e4583[_0xd92548(0x1b6)]],_0x16fedf=[_0x5e4583[_0xd92548(0x1f6)],_0x5e4583[_0xd92548(0x1e4)],_0x5e4583['VYlLG'],_0x5e4583[_0xd92548(0x1bc)]];for(const _0x2daffd of _0x16fedf){if(_0x1234d2&&_0x1234d2[_0x2daffd])return _0x1234d2[_0x2daffd];else{if(_0x2ef4a2[_0x2daffd])return _0x2ef4a2[_0x2daffd];}}return null;};exports[a2_0x478e7f(0x1ef)]=_0x1e2745=>{const _0x178b6a=a2_0x478e7f,_0x5ba04a={'hUFzg':_0x178b6a(0x1d4),'bvVkf':function(_0x129c0c,_0x50c282){return _0x129c0c===_0x50c282;},'nxLoL':_0x178b6a(0x1ea),'vSgty':function(_0x3b1527,_0x5175e9){return _0x3b1527(_0x5175e9);},'Dywrf':function(_0x4ce6f4,_0x483aa7,_0x1d7c56){return _0x4ce6f4(_0x483aa7,_0x1d7c56);},'LXxsm':_0x178b6a(0x1ee),'xcXMo':_0x178b6a(0x1b8),'fFoSI':function(_0x578375,_0x502f13){return _0x578375===_0x502f13;},'NaMMl':_0x178b6a(0x1d2),'TYDhU':_0x178b6a(0x1ae),'exwzN':'app','AiZVV':_0x178b6a(0x1c5),'GHeRR':_0x178b6a(0x1b5),'hdKWI':_0x178b6a(0x1cf),'fMpLQ':function(_0x51e98b,_0x4f744f,_0x4cf94f){return _0x51e98b(_0x4f744f,_0x4cf94f);},'jtnmY':_0x178b6a(0x1cb),'rmePm':'browserWSEndpoint','GpErx':_0x178b6a(0x1db)};if(!_0x1e2745)return null;let _0x51b1e2=global[_0x178b6a(0x1cc)]||_0x5ba04a[_0x178b6a(0x1f3)];if(_0x5ba04a['bvVkf'](_0x1e2745[_0x178b6a(0x1c2)][_0x178b6a(0x1e8)],_0x5ba04a[_0x178b6a(0x1a8)])){const _0x6070ff=_0x1e2745['browser'];if(!_0x6070ff)return null;const _0x5a3cbb=_0x6070ff['capabilities'],_0x2ae2ac=_0x5ba04a[_0x178b6a(0x1d6)](getOSVersionFromCaps,_0x5ba04a['Dywrf'](nestedKeyValue,_0x1e2745,[_0x5ba04a['LXxsm'],_0x5ba04a[_0x178b6a(0x1f8)]]));return{[_0x51b1e2]:{'browser':_0x5a3cbb['browserName'],'browser_version':_0x5a3cbb[_0x178b6a(0x1b7)],'capabilities':_0x5a3cbb,'platform':_0x5a3cbb[_0x178b6a(0x1b1)],'platform_version':_0x5a3cbb[_0x178b6a(0x1ca)]||_0x2ae2ac,'product':_0x5ba04a['fFoSI'](global[_0x178b6a(0x1cc)],_0x5ba04a[_0x178b6a(0x1be)])?_0x5a3cbb[_0x5ba04a[_0x178b6a(0x1b3)]]||_0x5a3cbb[_0x5ba04a[_0x178b6a(0x1c1)]]?_0x5ba04a[_0x178b6a(0x1ad)]:_0x5ba04a[_0x178b6a(0x1e7)]:null,'session_id':_0x6070ff[_0x178b6a(0x1d8)]}};}else{if(_0x5ba04a[_0x178b6a(0x1eb)](_0x1e2745['constructor'][_0x178b6a(0x1e8)],_0x5ba04a['hdKWI'])){const _0x26467f=PlaywrightSessionDetails[_0x178b6a(0x1aa)]();_0x51b1e2=_0x26467f[_0x178b6a(0x1d5)]||_0x51b1e2;const _0x4031df=_0x5ba04a[_0x178b6a(0x1e5)](nestedKeyValue,_0x1e2745,[_0x5ba04a['LXxsm'],_0x5ba04a[_0x178b6a(0x1c6)],_0x5ba04a[_0x178b6a(0x1f0)]]),_0xf7094a=_0x4031df?JSON[_0x178b6a(0x1a7)](new URL(_0x4031df)[_0x178b6a(0x1a9)][_0x178b6a(0x1ab)](_0x5ba04a[_0x178b6a(0x1f4)])):{};return{[_0x51b1e2]:{'browser':_0x26467f[_0x178b6a(0x1cb)]||_0xf7094a[_0x178b6a(0x1bb)],'browser_version':_0x26467f[_0x178b6a(0x1ec)]||_0xf7094a['browser_version'],'capabilities':_0xf7094a,'platform':_0x26467f['platform'],'platform_version':_0x26467f[_0x178b6a(0x1f5)],'product':_0x5ba04a['fFoSI'](global[_0x178b6a(0x1cc)],_0x5ba04a[_0x178b6a(0x1be)])?_0xf7094a[_0x5ba04a[_0x178b6a(0x1b3)]]||_0xf7094a[_0x5ba04a[_0x178b6a(0x1c1)]]?_0x5ba04a[_0x178b6a(0x1ad)]:_0x5ba04a[_0x178b6a(0x1e7)]:null,'session_id':_0x26467f[_0x178b6a(0x1bf)]}};}}},exports['processWebDriverConfig']=_0x5c0fc5=>{const _0x4bea74=a2_0x478e7f,_0x1e28a9={'GXwyv':function(_0xc534a1){return _0xc534a1();},'XXDzd':function(_0x45d29f,_0x434430){return _0x45d29f===_0x434430;},'mIjUX':_0x4bea74(0x1ed),'IkDSr':function(_0xd26cd3,_0x24ab58){return _0xd26cd3>_0x24ab58;},'VGfdR':function(_0x358943,_0x26dda1){return _0x358943(_0x26dda1);},'RtmXx':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zJGyB':function(_0xeff647,_0x21b7cc){return _0xeff647===_0x21b7cc;},'Mclrr':'chrome','Vpqyp':function(_0x15990f,_0x36313c){return _0x15990f===_0x36313c;},'rnZEx':_0x4bea74(0x1c4),'MTidw':_0x4bea74(0x1e0),'UXBNm':function(_0x330856,_0x3a1acd){return _0x330856(_0x3a1acd);},'Gekur':_0x4bea74(0x1bd)};if(_0x1e28a9['GXwyv'](isAccessibilityAutomationSession)){const _0x176e44=_0x5c0fc5[_0x4bea74(0x1cb)],_0x417782=_0x176e44[_0x4bea74(0x1dd)];global['accessibilityPlatform']=!![],!(_0x1e28a9['XXDzd'](_0x417782[_0x4bea74(0x1b7)],_0x1e28a9[_0x4bea74(0x1dc)])||_0x1e28a9[_0x4bea74(0x1e9)](_0x1e28a9['VGfdR'](parseInt,_0x417782[_0x4bea74(0x1b7)]),0x5e))&&(logger[_0x4bea74(0x1d7)](_0x1e28a9[_0x4bea74(0x1da)]),global['accessibilityPlatform']=![]),!(_0x1e28a9[_0x4bea74(0x1df)](_0x417782[_0x4bea74(0x1bb)],_0x1e28a9[_0x4bea74(0x1ac)])||_0x1e28a9[_0x4bea74(0x1ba)](_0x417782[_0x4bea74(0x1bb)],_0x1e28a9['rnZEx']))&&(logger[_0x4bea74(0x1d7)](_0x1e28a9['MTidw']),global[_0x4bea74(0x1f7)]=![]),!_0x1e28a9[_0x4bea74(0x1e3)](isUndefined,_0x417782[_0x4bea74(0x1d0)])&&(logger['warn'](_0x1e28a9[_0x4bea74(0x1e6)]),global[_0x4bea74(0x1f7)]=![]);}},exports[a2_0x478e7f(0x1d9)]=_0xddee14=>{const _0xab988b=a2_0x478e7f,_0x2ab81c={};_0x2ab81c[_0xab988b(0x1c3)]=_0xab988b(0x1d1),_0x2ab81c['rhtWI']=_0xab988b(0x1b4);const _0x861573=_0x2ab81c;if(!_0xddee14)return![];return!_0xddee14[_0xab988b(0x1cd)](_0x861573[_0xab988b(0x1c3)])&&!_0xddee14[_0xab988b(0x1cd)](_0x861573[_0xab988b(0x1c8)]);};function a2_0x2fc3(_0x355b8c,_0x22b2fb){const _0x1f2446=a2_0x1f24();return a2_0x2fc3=function(_0x2fc366,_0x4ec4c7){_0x2fc366=_0x2fc366-0x1a7;let _0x5aadfb=_0x1f2446[_0x2fc366];return _0x5aadfb;},a2_0x2fc3(_0x355b8c,_0x22b2fb);}function a2_0x1f24(){const _0x5de1b7=['7953606RwAHaJ','platformName','os_version','TYDhU','browserstack_accessibility_automation_script','automate','nzOab','browserVersion','desiredCapabilities','../../helpers/logger','Vpqyp','browserName','TppPJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','NaMMl','bsSessionId','5036OtDbMY','exwzN','constructor','DMsdg','playwright-chromium','app-automate','jtnmY','2860872DyCIsD','rhtWI','15UuDfxS','platformVersion','browser','__cloud_provider___','includes','../../helpers/accessibility-automation/helper','Playwright','deviceName','browserstack_executor','browserstack','osVersion','unknown_grid','cloudProvider','vSgty','warn','sessionId','shouldPatchExecuteScript','RtmXx','caps','mIjUX','capabilities','1344765YtyrFc','zJGyB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','24DrLzwK','447808CQtucw','UXBNm','tJUBN','fMpLQ','Gekur','GHeRR','name','IkDSr','WebDriver','fFoSI','browser_version','latest','config','fetchPlatformDetails','rmePm','257xwJtEo','2359574ZkGOqX','hUFzg','GpErx','platform_version','uBetB','accessibilityPlatform','xcXMo','parse','nxLoL','searchParams','getDetails','get','Mclrr','AiZVV','appium:app','13603680oaHXnD'];a2_0x1f24=function(){return _0x5de1b7;};return a2_0x1f24();}
|