browserstack-node-sdk 1.33.5 → 1.33.7
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/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/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/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/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_0x5696(){const _0x30dc0f=['UnNrW','Timeout\x20waiting\x20for\x20deployment\x20','join','encodeBase64','emkGX','ncszc','availableReplicas','read','ZLqzQ','minNodes','https://','ifHdN','ZBHPn','spec','RAWdp','FrAve','instanceType','HzCpG','from','/packages/cli/get-grid-details?gridId=','path','message','fetchOrUpdateUserConfig','clusterRegion','replace','tUDCV','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','gLZke','startSync','kjpkc','SdBSm','gvnxQ','isArray','split','metadata','FkmoN','sxsXR','qsKiD','EeSfW','../config/logger','JUTcC','tsehb','existsSync','ats-repeater','JkByY','BTimz','DhhZj','FEDMS','ZAPEj','.ats','utf-8','37256fFZUGV','mJHay','qEwIA','OgokB','YADGC','body','updateGlobalRegistryWithConfig','@kubernetes/client-node','got','./instrumentationUtils','getDirForConfig','uoMBw','\x20in\x20namespace\x20','stop','MNTKj','lWeKb','vVBDl','DVQCb','VuNzc','meNqA','gBBxq','getAccessKey','7530732ELSFKW','gAaNp','qrvhW','NZSCk','JPzQt','5563016cdwYGW','suVWf','custom-repeater','qcspx','\x20to\x20become\x20available.','username','iIAVU','CHjgX','zAnkW','hubVersion','toString','XmdAv','YhhOP','ueNxO','mfitm','CYLXF','statusCode','\x20to\x20be\x20ready...','Tjqbr','LsKmE','LCsUM','ENZdn','AFHPQ','push','base64','AirQZ','version','alCyY','patch','execSync','yrgXD','X-os','tlIFm','clusterName','\x20is\x20ready.','dfbRB','stopLocalBinary','420411sLKouz','true','iMOEf','getAuthHeader','status','verbose','wFvBW','getGridDetails','password','parse','OSsJO','JmqSd','NTjqY','aTmfn','YZYMt','debug','replicas','application/json','forceLocal','KIpsM','jnQwr','OQjjH','../config/constants','s3Bucket','xDJxS','readFileSync','JewpR','X-cli-path','makeApiClient','qMFBo','maxNodes','fzyDP','KubernetesObjectApi','LoRyy','NbmlT','54wkwpvv','XVzVT','20xoEWdy','node','RFKtM','11710xbQvsg','liRHv','filter','SBGIZ','HySWT','JCtuR','homedir','now','kind','Browserstack','Local','ZTvMp','sTBvZ','TgIZZ','cloudProvider','igYpB','1204626SWffSx','mQmTW','concurrency','Falny','GUBgK','bUnWp','GET','localIdentifier','getCredentialsPath','BcAbO','QIVtr','./webSocketUtils','FYGag','14AsesKc','credentials.json','bMUAR','browserVersion','writeFileSync','QBVRL','zRLGz','bGKzC','UzYOK','setLocalArgs','xyzQf','$1-$2','HPIPF','xSsCA','ZqZUG','X-ci-environment','isRunning','IEFfT','browserStackLocalOptions','558cceIte','ami-0a0b7559ee7c88dcd','fgqXh','gMQkZ','vfGTm','KCvpy','waitForDeployment','kubeApply','IExbr','hUzIj','oUInV','ami','TLGJJ','jgRyd','GgEcY','599372roEOBn','LqpxY','svPqB','bMxmu','VkBiJ','vxCux','JlvCd','wkQqX','rGVMR','X-cli-version','customRepeaters','HLTdU','startLocalBinarySync','EdKHF','key','stringify','yaMMC','X-os-version','create','BQute','LqQdJ','hYCMC','jPVpk','oOuLz','YOOth'];a32_0x5696=function(){return _0x30dc0f;};return a32_0x5696();}const a32_0x4f7be9=a32_0x41fc;function a32_0x41fc(_0x1b420e,_0x162d75){const _0x569638=a32_0x5696();return a32_0x41fc=function(_0x41fce4,_0x512ab2){_0x41fce4=_0x41fce4-0x1c7;let _0x56ab8c=_0x569638[_0x41fce4];return _0x56ab8c;},a32_0x41fc(_0x1b420e,_0x162d75);}(function(_0xd629b6,_0x5a4e9e){const _0x2c50f6=a32_0x41fc,_0x4116fa=_0xd629b6();while(!![]){try{const _0x3196af=-parseInt(_0x2c50f6(0x20f))/0x1+-parseInt(_0x2c50f6(0x1cf))/0x2*(parseInt(_0x2c50f6(0x232))/0x3)+-parseInt(_0x2c50f6(0x276))/0x4*(parseInt(_0x2c50f6(0x234))/0x5)+-parseInt(_0x2c50f6(0x247))/0x6*(-parseInt(_0x2c50f6(0x254))/0x7)+parseInt(_0x2c50f6(0x1ea))/0x8+parseInt(_0x2c50f6(0x267))/0x9*(-parseInt(_0x2c50f6(0x237))/0xa)+parseInt(_0x2c50f6(0x1e5))/0xb;if(_0x3196af===_0x5a4e9e)break;else _0x4116fa['push'](_0x4116fa['shift']());}catch(_0x3978d6){_0x4116fa['push'](_0x4116fa['shift']());}}}(a32_0x5696,0x56632));const path=require(a32_0x4f7be9(0x2a3)),os=require('os'),fs=require('fs'),cp=require('child_process'),webSocketUtils=require(a32_0x4f7be9(0x252)),{sendInstrumentationEvent}=require(a32_0x4f7be9(0x1d8)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a32_0x4f7be9(0x1d7)),k8s=require(a32_0x4f7be9(0x1d6)),{logger}=require(a32_0x4f7be9(0x2b6)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x4f7be9(0x1d8)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x4f7be9(0x225));exports[a32_0x4f7be9(0x292)]=_0x52eb9a=>Buffer[a32_0x4f7be9(0x2a1)](_0x52eb9a)[a32_0x4f7be9(0x1f4)](a32_0x4f7be9(0x202)),exports[a32_0x4f7be9(0x1d9)]=()=>{const _0x4c0a27=a32_0x4f7be9,_0x2cbd39={};_0x2cbd39[_0x4c0a27(0x219)]='.ats';const _0x5e3a2e=_0x2cbd39;return path['join'](os[_0x4c0a27(0x23d)](),_0x5e3a2e[_0x4c0a27(0x219)]);},exports['getCredentialsPath']=()=>{const _0x48eadf=a32_0x4f7be9,_0x2bdf84={};_0x2bdf84['IExbr']='credentials.json';const _0x11e554=_0x2bdf84;return path[_0x48eadf(0x291)](this['getDirForConfig'](),_0x11e554[_0x48eadf(0x26f)]);},exports[a32_0x4f7be9(0x26d)]=async(_0x5e8cf0,_0x5473a1,_0x5cf49c,_0x178df1)=>{const _0x5014f0=a32_0x4f7be9,_0x50bf67={'xDJxS':function(_0x4073e4,_0x450b6f){return _0x4073e4(_0x450b6f);},'vxCux':function(_0x3eac23){return _0x3eac23();},'ifHdN':function(_0x33dd19,_0x57be18){return _0x33dd19&&_0x57be18;},'FkmoN':_0x5014f0(0x1ce),'yaMMC':function(_0x5d3155,_0x330441){return _0x5d3155>=_0x330441;},'iIAVU':_0x5014f0(0x2a9),'ncszc':_0x5014f0(0x27f),'DeJzg':function(_0x36d0b1,_0x17d8b8){return _0x36d0b1!==_0x17d8b8;},'oOuLz':_0x5014f0(0x230),'GUBgK':function(_0xd6d0f1,_0x20e627){return _0xd6d0f1!==_0x20e627;},'OgokB':_0x5014f0(0x238),'HySWT':_0x5014f0(0x283),'DzZUv':function(_0x57526d,_0x4a0cfc){return _0x57526d>_0x4a0cfc;},'aTmfn':function(_0x414fa3,_0x5c45a8){return _0x414fa3-_0x5c45a8;},'KIpsM':'HBRgD','ZLqzQ':'idKZd','suVWf':function(_0x37a408,_0x3b782c){return _0x37a408>=_0x3b782c;},'XmdAv':function(_0x11f8cb,_0x2e9de4){return _0x11f8cb!==_0x2e9de4;},'alCyY':_0x5014f0(0x28e),'rGVMR':_0x5014f0(0x29b),'AFHPQ':_0x5014f0(0x1d1),'FEDMS':'Error\x20while\x20waiting\x20for\x20deployment:'};try{if(_0x50bf67['DeJzg'](_0x50bf67['oOuLz'],_0x50bf67[_0x5014f0(0x28d)]))return _0xa23160['accessKey'];else{const _0x2ca46b=0x1388,_0x432948=Date[_0x5014f0(0x23e)]();let _0x721638=![];while(!_0x721638){if(_0x50bf67[_0x5014f0(0x24b)](_0x50bf67[_0x5014f0(0x1d2)],_0x50bf67[_0x5014f0(0x23b)])){if(_0x50bf67['DzZUv'](_0x50bf67[_0x5014f0(0x21c)](Date[_0x5014f0(0x23e)](),_0x432948),_0x178df1)){if(_0x50bf67[_0x5014f0(0x24b)](_0x50bf67[_0x5014f0(0x222)],_0x50bf67[_0x5014f0(0x297)]))throw new Error(_0x5014f0(0x290)+_0x5cf49c+_0x5014f0(0x1db)+_0x5473a1+_0x5014f0(0x1ee));else{const _0x358c3d={'Tjqbr':function(_0x3c1713,_0x2f7dc4){const _0x56b0be=_0x5014f0;return _0x50bf67[_0x56b0be(0x227)](_0x3c1713,_0x2f7dc4);},'igYpB':function(_0x1f79d7){const _0xb3684=_0x5014f0;return _0x50bf67[_0xb3684(0x27b)](_0x1f79d7);}};return new _0x55dcb9((_0x306220,_0x3c9175)=>{_0x25cf4e&&_0x427ea5['stop'](_0x27368d=>{const _0x3790e9=a32_0x41fc;if(_0x27368d)return _0x358c3d[_0x3790e9(0x1fc)](_0x3c9175,_0x27368d);_0x358c3d[_0x3790e9(0x246)](_0x306220);});});}}const _0x79b94c={};_0x79b94c['name']=_0x5cf49c,_0x79b94c['namespace']=_0x5473a1;const _0x4d0116=await _0x5e8cf0['readNamespacedDeployment'](_0x79b94c),_0x29b8c5=_0x4d0116[_0x5014f0(0x29c)][_0x5014f0(0x21f)]||0x1,_0x1e4f18=_0x4d0116[_0x5014f0(0x213)][_0x5014f0(0x295)]||0x0;_0x721638=_0x50bf67[_0x5014f0(0x1eb)](_0x1e4f18,_0x29b8c5);if(!_0x721638){if(_0x50bf67[_0x5014f0(0x1f5)](_0x50bf67[_0x5014f0(0x205)],_0x50bf67[_0x5014f0(0x27e)]))logger['debug']('Waiting\x20for\x20deployment\x20'+_0x5cf49c+_0x5014f0(0x1db)+_0x5473a1+_0x5014f0(0x1fb)),await new Promise(_0x2e9f8e=>setTimeout(_0x2e9f8e,_0x2ca46b));else{if(_0x50bf67[_0x5014f0(0x29a)](_0x182483,_0x4b11af)){const _0x6cce6f={};_0x6cce6f[_0x5014f0(0x1ef)]=_0x3975d8,_0x6cce6f['password']=_0x3d4a5f;const _0xbf9473={};_0xbf9473[_0x5014f0(0x240)]=_0x6cce6f;const _0x4ce7c7=_0xbf9473;_0x526790['writeFileSync'](this[_0x5014f0(0x24f)](),_0x596f07[_0x5014f0(0x285)](_0x4ce7c7));}const _0x1c1f7f=_0x83903a['parse'](_0x1d5650['readFileSync'](this['getCredentialsPath'](),_0x50bf67[_0x5014f0(0x2b2)]));return[_0x1c1f7f['Browserstack']['username'],_0x1c1f7f[_0x5014f0(0x240)][_0x5014f0(0x217)]];}}}else{const _0x59e121=_0x5f349a['versions']['node'];_0x50bf67[_0x5014f0(0x286)](_0x59e121[_0x5014f0(0x2b0)]('.')[0x0],0x12)&&_0x5757fa[_0x5014f0(0x207)](_0x50bf67[_0x5014f0(0x1f0)]);}}logger[_0x5014f0(0x21e)]('Deployment\x20'+_0x5cf49c+_0x5014f0(0x1db)+_0x5473a1+_0x5014f0(0x20c));}}catch(_0xc271fc){if(_0x50bf67[_0x5014f0(0x24b)](_0x50bf67['AFHPQ'],_0x50bf67[_0x5014f0(0x200)]))_0x1d1f77[_0x50bf67[_0x5014f0(0x294)]]=_0x396513['version'];else{logger[_0x5014f0(0x21e)](_0x50bf67[_0x5014f0(0x1cb)],_0xc271fc);throw _0xc271fc;}}},exports[a32_0x4f7be9(0x1d5)]=(_0x154aa7,_0x39b9a9,_0x1fc2d0,_0x223fd4,_0x57e5a3,_0x524f75,_0x2052c3,_0x136faa,_0x51aea5,_0xc04594,_0x5cd545)=>{const _0x54d239=a32_0x4f7be9,_0x3cc17d={};_0x3cc17d[_0x54d239(0x1e7)]='1|6|7|4|9|5|0|3|2|10|8',_0x3cc17d[_0x54d239(0x1c9)]=_0x54d239(0x268);const _0x18700e=_0x3cc17d,_0x2ab6ce=_0x18700e[_0x54d239(0x1e7)]['split']('|');let _0x97c2d2=0x0;while(!![]){switch(_0x2ab6ce[_0x97c2d2++]){case'0':global_registry[_0x54d239(0x272)]=_0x2052c3['ami']||_0x18700e[_0x54d239(0x1c9)];continue;case'1':global_registry[_0x54d239(0x245)]=_0x154aa7;continue;case'2':global_registry['browserVersion']=_0x51aea5;continue;case'3':global_registry[_0x54d239(0x1f3)]=_0x136faa;continue;case'4':global_registry[_0x54d239(0x249)]=_0x223fd4;continue;case'5':global_registry['s3Bucket']=_0x524f75;continue;case'6':global_registry[_0x54d239(0x2a6)]=_0x1fc2d0;continue;case'7':global_registry[_0x54d239(0x20b)]=_0x39b9a9;continue;case'8':global_registry[_0x54d239(0x22d)]=_0x5cd545;continue;case'9':global_registry['instanceType']=_0x57e5a3;continue;case'10':global_registry[_0x54d239(0x298)]=_0xc04594;continue;}break;}},exports['kebabCase']=_0x4b8a8a=>_0x4b8a8a[a32_0x4f7be9(0x2a7)](/([a-z])([A-Z])/g,a32_0x4f7be9(0x25f))['replace'](/[\s_]+/g,'-')['toLowerCase'](),exports['reportToGalactusAndSendToEDS']=async(_0x5db2e8,_0x740a97,_0x309d9d,_0x4abd56,_0x21d277,_0x265b45,_0x1c3738)=>{const _0x4ca055=a32_0x4f7be9,_0x363b74={'vVBDl':function(_0x560f99,_0x261649,_0x1c215c,_0x905c65,_0x73c79d,_0x596b89,_0x4c8435){return _0x560f99(_0x261649,_0x1c215c,_0x905c65,_0x73c79d,_0x596b89,_0x4c8435);}};await _0x363b74[_0x4ca055(0x1df)](sendInstrumentationEvent,_0x5db2e8,_0x21d277,_0x4abd56,_0x265b45,null,_0x5db2e8);const _0x83caea={};_0x83caea['type']=WS_EVENTS['LOG'],_0x83caea[_0x4ca055(0x2a4)]=_0x309d9d,await webSocketUtils['sendEventToBackend'](_0x740a97,_0x83caea,_0x1c3738,!![]);},exports[a32_0x4f7be9(0x1e4)]=_0x28a819=>{return _0x28a819['accessKey'];},exports[a32_0x4f7be9(0x25d)]=_0x4f97c0=>{const _0x660698=a32_0x4f7be9,_0x52170e={'VkBiJ':function(_0x34deca,_0x2d81d3){return _0x34deca(_0x2d81d3);},'BcAbO':function(_0x19392b){return _0x19392b();},'LsKmE':_0x660698(0x284),'EXoBp':_0x660698(0x214),'UnNrW':_0x660698(0x221),'LqpxY':_0x660698(0x210),'Mvyfl':'localIdentifier','oUInV':_0x660698(0x1c7),'fzyDP':function(_0x5a4c88,_0xe0e6db){return _0x5a4c88!==_0xe0e6db;},'JCtuR':_0x660698(0x1e8),'GSVFH':_0x660698(0x1ec),'qsKiD':function(_0x440be8,_0x3a2f1e){return _0x440be8===_0x3a2f1e;},'ENZdn':_0x660698(0x25c)};let _0x10f82f={};_0x10f82f[_0x52170e[_0x660698(0x1fd)]]=this[_0x660698(0x1e4)](_0x4f97c0),_0x10f82f[_0x52170e['EXoBp']]=0x3,_0x10f82f[_0x52170e[_0x660698(0x28f)]]=_0x52170e[_0x660698(0x277)],_0x10f82f[_0x52170e['Mvyfl']]=_0x52170e[_0x660698(0x271)];if(_0x4f97c0[_0x660698(0x280)]&&Array[_0x660698(0x2af)](_0x4f97c0[_0x660698(0x280)])){if(_0x52170e[_0x660698(0x22e)](_0x52170e['JCtuR'],_0x52170e[_0x660698(0x23c)])){const _0x42a425={..._0x22c0b9[_0x660698(0x266)],..._0xf7acf2};_0x2cca8c=_0x42a425;}else _0x10f82f[_0x52170e['GSVFH']]=_0x4f97c0[_0x660698(0x280)][_0x660698(0x291)](',');}if(_0x4f97c0[_0x660698(0x266)]&&_0x52170e[_0x660698(0x2b4)](_0x4f97c0['browserStackLocalOptions']['constructor'],Object)){if(_0x52170e[_0x660698(0x2b4)](_0x52170e['ENZdn'],_0x52170e[_0x660698(0x1ff)]))_0x10f82f={..._0x4f97c0[_0x660698(0x266)],..._0x10f82f};else{const _0xf1fb25={'LqQdJ':function(_0x50ac4e,_0x1795f7){const _0x11a357=_0x660698;return _0x52170e[_0x11a357(0x27a)](_0x50ac4e,_0x1795f7);},'KCvpy':function(_0x12c4b4){const _0x41c82e=_0x660698;return _0x52170e[_0x41c82e(0x250)](_0x12c4b4);}};_0x206d87&&_0x3b8fdf[_0x660698(0x1dc)](_0x30cec8=>{const _0x4a0ce2=_0x660698;if(_0x30cec8)return _0xf1fb25[_0x4a0ce2(0x28a)](_0x13760b,_0x30cec8);_0xf1fb25[_0x4a0ce2(0x26c)](_0x212303);});}}return _0x10f82f;},exports[a32_0x4f7be9(0x282)]=_0x18658a=>{const _0x238ff6=a32_0x4f7be9,_0x22d4a5=new BrowserstackLocalLauncher[(_0x238ff6(0x241))](),_0x4ae84c=this['setLocalArgs'](_0x18658a),_0x4ad2b7=_0x22d4a5[_0x238ff6(0x2ab)](_0x4ae84c);if(_0x4ad2b7)throw _0x4ad2b7;return isLocalRunning=_0x22d4a5[_0x238ff6(0x264)](),_0x22d4a5;},exports[a32_0x4f7be9(0x20e)]=async _0x362147=>{const _0x24921e=a32_0x4f7be9,_0x106efc={'qMFBo':_0x24921e(0x1ec),'hYCMC':function(_0x3be3c8,_0x2babc6){return _0x3be3c8===_0x2babc6;},'ZqZUG':_0x24921e(0x224),'bMxmu':function(_0xab1370,_0x3bbc93){return _0xab1370!==_0x3bbc93;},'rvNSG':_0x24921e(0x1dd),'XVzVT':_0x24921e(0x2b5),'JmqSd':function(_0xa21d08,_0x1d98d8){return _0xa21d08(_0x1d98d8);},'TgIZZ':function(_0x5a5172){return _0x5a5172();},'zAnkW':function(_0xa1ddf7,_0x22973b){return _0xa1ddf7(_0x22973b);},'SdBSm':_0x24921e(0x273)};return new Promise((_0x135a6f,_0x2b3fef)=>{const _0x24e1b4=_0x24921e,_0x58a846={'bGKzC':function(_0x368fdd,_0x260a79){const _0x105a86=a32_0x41fc;return _0x106efc[_0x105a86(0x1f2)](_0x368fdd,_0x260a79);}};if(_0x106efc[_0x24e1b4(0x279)](_0x106efc['SdBSm'],_0x106efc[_0x24e1b4(0x2ad)]))return _0x58a846[_0x24e1b4(0x25b)](_0x1407e1,_0x526d61);else _0x362147&&_0x362147['stop'](_0x1a8c62=>{const _0x24ad8a=_0x24e1b4,_0x3a68fe={};_0x3a68fe[_0x24ad8a(0x24a)]=_0x106efc[_0x24ad8a(0x22c)];const _0x3e7f0e=_0x3a68fe;if(_0x106efc[_0x24ad8a(0x28b)](_0x106efc[_0x24ad8a(0x262)],_0x106efc[_0x24ad8a(0x262)])){if(_0x1a8c62)return _0x106efc[_0x24ad8a(0x279)](_0x106efc['rvNSG'],_0x106efc[_0x24ad8a(0x233)])?_0x106efc[_0x24ad8a(0x21a)](_0x2b3fef,_0x1a8c62):[_0x4bac89,_0x4e2203[_0x24ad8a(0x218)](_0x21c38e[_0x24ad8a(0x1d4)])];_0x106efc[_0x24ad8a(0x244)](_0x135a6f);}else _0x2c225c[_0x3e7f0e[_0x24ad8a(0x24a)]]=_0x714b78[_0x24ad8a(0x280)][_0x24ad8a(0x291)](',');});});},exports[a32_0x4f7be9(0x2a5)]=(_0x545e8e,_0x13bb93)=>{const _0x187805=a32_0x4f7be9,_0x52ea15={};_0x52ea15['vfGTm']=_0x187805(0x287),_0x52ea15[_0x187805(0x20a)]=function(_0x2507ae,_0x4de8db){return _0x2507ae&&_0x4de8db;},_0x52ea15[_0x187805(0x203)]=function(_0x394668,_0x1d5c79){return _0x394668!==_0x1d5c79;},_0x52ea15[_0x187805(0x229)]=_0x187805(0x24c),_0x52ea15[_0x187805(0x25a)]=_0x187805(0x28c),_0x52ea15['ZecMS']=function(_0x2a98d5,_0x36a361){return _0x2a98d5===_0x36a361;},_0x52ea15['FYGag']='BvOPF',_0x52ea15[_0x187805(0x243)]=_0x187805(0x1fe),_0x52ea15['rOfZy']=_0x187805(0x1ce);const _0x527f15=_0x52ea15,_0x23500b=fs['existsSync'](this[_0x187805(0x24f)]());if(_0x23500b||_0x527f15['tlIFm'](_0x545e8e,_0x13bb93)){if(_0x527f15[_0x187805(0x203)](_0x527f15[_0x187805(0x229)],_0x527f15[_0x187805(0x25a)])){if(_0x527f15[_0x187805(0x20a)](_0x545e8e,_0x13bb93)){if(_0x527f15['ZecMS'](_0x527f15[_0x187805(0x253)],_0x527f15['sTBvZ'])){const _0x5ebeca=new _0x466535['Local'](),_0x44ba1c=this[_0x187805(0x25d)](_0x1bd719),_0x5444cf=_0x5ebeca[_0x187805(0x2ab)](_0x44ba1c);if(_0x5444cf)throw _0x5444cf;return _0xbff459=_0x5ebeca['isRunning'](),_0x5ebeca;}else{const _0x5c3f6c={};_0x5c3f6c['username']=_0x545e8e,_0x5c3f6c['password']=_0x13bb93;const _0x4ee2f5={};_0x4ee2f5['Browserstack']=_0x5c3f6c;const _0x4ecbd8=_0x4ee2f5;fs['writeFileSync'](this[_0x187805(0x24f)](),JSON['stringify'](_0x4ecbd8));}}const _0x37a058=JSON[_0x187805(0x218)](fs[_0x187805(0x228)](this['getCredentialsPath'](),_0x527f15['rOfZy']));return[_0x37a058[_0x187805(0x240)]['username'],_0x37a058[_0x187805(0x240)]['password']];}else _0x566f52[_0x527f15[_0x187805(0x26b)]]=_0x14d4a7;}return null;},exports[a32_0x4f7be9(0x216)]=async(_0x32752f,_0x5c973d,_0x45b07e)=>{const _0x39e004=a32_0x4f7be9,_0x3d899f={'jnQwr':_0x39e004(0x1cd),'xyzQf':_0x39e004(0x24d),'chICh':function(_0x336dcc,_0x9fa2c,_0x3b473b){return _0x336dcc(_0x9fa2c,_0x3b473b);},'cRyPc':function(_0xe85d44,_0x22a857){return _0xe85d44===_0x22a857;},'lWeKb':function(_0x3ac710,_0x4d3262){return _0x3ac710===_0x4d3262;},'kjpkc':_0x39e004(0x274)},_0x120ff1=_0x39e004(0x299)+_0x32752f+':'+_0x5c973d+'@'+AG_API_URL+_0x39e004(0x2a2)+_0x45b07e,_0x133372={'method':_0x3d899f[_0x39e004(0x25e)],'headers':this['getAuthHeader'](_0x32752f,_0x5c973d),'throwHttpErrors':![]},_0x3c6524=await _0x3d899f['chICh'](got,_0x120ff1,_0x133372);if(_0x3d899f['cRyPc'](_0x3c6524[_0x39e004(0x1fa)],0xc8))return _0x3d899f[_0x39e004(0x1de)](_0x3d899f[_0x39e004(0x2ac)],_0x3d899f[_0x39e004(0x2ac)])?[_0x3c6524,JSON[_0x39e004(0x218)](_0x3c6524['body'])]:_0x1d1cd6['join'](_0x351884[_0x39e004(0x23d)](),_0x3d899f[_0x39e004(0x223)]);return[_0x3c6524,null];},exports[a32_0x4f7be9(0x26e)]=async(_0x229953,_0x46efd7)=>{const _0xa829f4=a32_0x4f7be9,_0x287460={};_0x287460[_0xa829f4(0x269)]=_0xa829f4(0x22a),_0x287460['emkGX']='6|8|7|1|2|3|0|5|4|9|10',_0x287460['YADGC']=_0xa829f4(0x268),_0x287460['jDHsf']=_0xa829f4(0x255),_0x287460[_0xa829f4(0x29e)]=function(_0x21a3ed,_0x5aae9b){return _0x21a3ed===_0x5aae9b;},_0x287460[_0xa829f4(0x1ed)]=_0xa829f4(0x29d),_0x287460[_0xa829f4(0x2b3)]='jwCOo',_0x287460[_0xa829f4(0x2b7)]=function(_0x1b89d6,_0x12f94d){return _0x1b89d6===_0x12f94d;},_0x287460['IEFfT']=_0xa829f4(0x1f6);const _0x20a6c1=_0x287460,_0x2d38d2=await k8s[_0xa829f4(0x22f)][_0xa829f4(0x22b)](_0x46efd7),_0x5e3f53=_0x229953[_0xa829f4(0x239)](_0x1c4599=>_0x1c4599&&_0x1c4599[_0xa829f4(0x23f)]&&_0x1c4599[_0xa829f4(0x2b1)]),_0x4299e7=[];for await(const _0x55b875 of _0x5e3f53){if(_0x20a6c1[_0xa829f4(0x29e)](_0x20a6c1[_0xa829f4(0x1ed)],_0x20a6c1[_0xa829f4(0x1ed)]))try{if(_0x20a6c1[_0xa829f4(0x29e)](_0x20a6c1[_0xa829f4(0x2b3)],_0x20a6c1[_0xa829f4(0x2b3)])){await _0x2d38d2[_0xa829f4(0x296)](_0x55b875);const _0x2e6c81=await _0x2d38d2[_0xa829f4(0x206)](_0x55b875);_0x4299e7[_0xa829f4(0x201)](_0x2e6c81[_0xa829f4(0x1d4)]);}else _0x317d8f[_0x20a6c1[_0xa829f4(0x269)]]=_0x4a03ea[_0xa829f4(0x2a3)];}catch(_0xac445c){if(_0x20a6c1[_0xa829f4(0x2b7)](_0x20a6c1[_0xa829f4(0x265)],_0x20a6c1[_0xa829f4(0x265)])){const _0x363087=await _0x2d38d2[_0xa829f4(0x288)](_0x55b875);_0x4299e7[_0xa829f4(0x201)](_0x363087[_0xa829f4(0x1d4)]);}else{const _0x5cc3b6=_0x20a6c1[_0xa829f4(0x293)][_0xa829f4(0x2b0)]('|');let _0x1bb07b=0x0;while(!![]){switch(_0x5cc3b6[_0x1bb07b++]){case'0':_0x40470f[_0xa829f4(0x272)]=_0x5910b6[_0xa829f4(0x272)]||_0x20a6c1[_0xa829f4(0x1d3)];continue;case'1':_0x32c556['concurrency']=_0x3e3119;continue;case'2':_0x5cedcf[_0xa829f4(0x29f)]=_0x222f54;continue;case'3':_0x200a8a[_0xa829f4(0x226)]=_0x596f31;continue;case'4':_0x3e5305[_0xa829f4(0x257)]=_0x469044;continue;case'5':_0x1e35b1[_0xa829f4(0x1f3)]=_0x3ddd75;continue;case'6':_0x4fb283[_0xa829f4(0x245)]=_0x4f4118;continue;case'7':_0x20a643['clusterName']=_0x495194;continue;case'8':_0x497c9f[_0xa829f4(0x2a6)]=_0x1241cc;continue;case'9':_0x3d4a22[_0xa829f4(0x298)]=_0x2c98ee;continue;case'10':_0x27492d[_0xa829f4(0x22d)]=_0x288504;continue;}break;}}}else return _0x413778['join'](this['getDirForConfig'](),_0x20a6c1['jDHsf']);}},exports[a32_0x4f7be9(0x212)]=(_0x61c188,_0x2ecb31)=>{const _0x5d48f7=a32_0x4f7be9,_0x23027c={'ymzuO':_0x5d48f7(0x2a9),'ZAPEj':'key','ZTvMp':_0x5d48f7(0x214),'JkByY':'forceLocal','SBGIZ':'true','DhhZj':_0x5d48f7(0x24e),'iMOEf':_0x5d48f7(0x1c7),'BQute':_0x5d48f7(0x1ec),'ueNxO':function(_0xb93a41,_0x5a5f4e){return _0xb93a41===_0x5a5f4e;},'xSsCA':_0x5d48f7(0x263),'svPqB':function(_0x4050a1,_0x1b57d2){return _0x4050a1&&_0x1b57d2;},'MzMvv':_0x5d48f7(0x1ce),'CYLXF':_0x5d48f7(0x209),'mQmTW':function(_0x2bc8e9){return _0x2bc8e9();},'HzCpG':function(_0x4cf89a){return _0x4cf89a();},'RFKtM':_0x5d48f7(0x220),'wkQqX':function(_0xd09427,_0x5dea5a){return _0xd09427+_0x5dea5a;},'YZYMt':'Basic\x20','JlvCd':_0x5d48f7(0x202),'tUDCV':function(_0xc1b74d,_0x1e01c4){return _0xc1b74d===_0x1e01c4;},'tikaj':_0x5d48f7(0x26a),'HLTdU':'X-cli-version','mfitm':function(_0x324ad4,_0x5bc523){return _0x324ad4!==_0x5bc523;},'gBBxq':_0x5d48f7(0x275),'HPIPF':_0x5d48f7(0x256),'NbmlT':'X-cli-path','gvnxQ':'bcubh','gLZke':function(_0x12b786,_0x273450){return _0x12b786!==_0x273450;},'yrgXD':_0x5d48f7(0x1d0),'QIVtr':_0x5d48f7(0x1e9),'NTjqY':_0x5d48f7(0x287),'AKoKW':function(_0x4731b8,_0x19668c){return _0x4731b8===_0x19668c;},'tsehb':'MFsQR','meNqA':'X-npm-version','hUzIj':_0x5d48f7(0x1e6)},_0x198fe0=_0x23027c[_0x5d48f7(0x248)](cli_version_and_path),_0x56e063=_0x23027c[_0x5d48f7(0x248)](_os),_0x25f6fa=_0x23027c[_0x5d48f7(0x248)](os_version),_0x64c818=_0x23027c[_0x5d48f7(0x248)](npm_version),_0x1b829c=_0x23027c[_0x5d48f7(0x2a0)](ci_environment),_0x58d8a2={'Content-Type':_0x23027c[_0x5d48f7(0x236)],'Authorization':_0x23027c[_0x5d48f7(0x27d)](_0x23027c[_0x5d48f7(0x21d)],Buffer[_0x5d48f7(0x2a1)](_0x61c188+':'+_0x2ecb31)['toString'](_0x23027c[_0x5d48f7(0x27c)]))};if(_0x198fe0&&_0x198fe0[_0x5d48f7(0x204)]){if(_0x23027c[_0x5d48f7(0x2a8)](_0x23027c['tikaj'],_0x23027c['tikaj']))_0x58d8a2[_0x23027c[_0x5d48f7(0x281)]]=_0x198fe0[_0x5d48f7(0x204)];else{const _0x326024={};_0x326024['username']=_0x80e947,_0x326024[_0x5d48f7(0x217)]=_0x56e30a;const _0x3c300e={};_0x3c300e[_0x5d48f7(0x240)]=_0x326024;const _0x35d917=_0x3c300e;_0x378584[_0x5d48f7(0x258)](this[_0x5d48f7(0x24f)](),_0x3103ab['stringify'](_0x35d917));}}_0x198fe0&&_0x198fe0[_0x5d48f7(0x2a3)]&&(_0x23027c[_0x5d48f7(0x1f8)](_0x23027c[_0x5d48f7(0x1e3)],_0x23027c[_0x5d48f7(0x260)])?_0x58d8a2[_0x23027c[_0x5d48f7(0x231)]]=_0x198fe0[_0x5d48f7(0x2a3)]:_0x26b214['execSync'](_0x23027c['ymzuO']));if(_0x56e063){if(_0x23027c[_0x5d48f7(0x1f8)](_0x23027c[_0x5d48f7(0x2ae)],_0x23027c['gvnxQ'])){let _0x32e796={};return _0x32e796[_0x23027c[_0x5d48f7(0x1cc)]]=this[_0x5d48f7(0x1e4)](_0x5b4108),_0x32e796[_0x23027c[_0x5d48f7(0x242)]]=0x3,_0x32e796[_0x23027c[_0x5d48f7(0x1c8)]]=_0x23027c[_0x5d48f7(0x23a)],_0x32e796[_0x23027c[_0x5d48f7(0x1ca)]]=_0x23027c[_0x5d48f7(0x211)],_0xd6a0f3[_0x5d48f7(0x280)]&&_0x342791['isArray'](_0x28416b[_0x5d48f7(0x280)])&&(_0x32e796[_0x23027c[_0x5d48f7(0x289)]]=_0x1916d4[_0x5d48f7(0x280)]['join'](',')),_0x3556a6[_0x5d48f7(0x266)]&&_0x23027c[_0x5d48f7(0x1f7)](_0x1ef0ea[_0x5d48f7(0x266)]['constructor'],_0x1d65de)&&(_0x32e796={..._0x115ae1[_0x5d48f7(0x266)],..._0x32e796}),_0x32e796;}else _0x58d8a2[_0x23027c[_0x5d48f7(0x1f9)]]=_0x56e063;}_0x25f6fa&&(_0x23027c[_0x5d48f7(0x2aa)](_0x23027c[_0x5d48f7(0x208)],_0x23027c[_0x5d48f7(0x251)])?_0x58d8a2[_0x23027c[_0x5d48f7(0x21b)]]=_0x25f6fa:_0x210c06[_0x23027c[_0x5d48f7(0x261)]]=_0x46af06);if(_0x64c818){if(_0x23027c['AKoKW'](_0x23027c[_0x5d48f7(0x2b8)],_0x23027c['tsehb']))_0x58d8a2[_0x23027c[_0x5d48f7(0x1e2)]]=_0x64c818;else{const _0xd6b330=_0x380184[_0x5d48f7(0x2b9)](this[_0x5d48f7(0x24f)]());if(_0xd6b330||_0x23027c[_0x5d48f7(0x278)](_0x1e6c83,_0x284b93)){if(_0x23027c[_0x5d48f7(0x278)](_0x322972,_0x52ccd5)){const _0x3cae95={};_0x3cae95[_0x5d48f7(0x1ef)]=_0x474ce3,_0x3cae95['password']=_0x1cce0d;const _0x40f8df={};_0x40f8df[_0x5d48f7(0x240)]=_0x3cae95;const _0x8420a9=_0x40f8df;_0x43c8d1[_0x5d48f7(0x258)](this[_0x5d48f7(0x24f)](),_0x2b1be8[_0x5d48f7(0x285)](_0x8420a9));}const _0x53b9c3=_0x13bdde[_0x5d48f7(0x218)](_0x2bf111['readFileSync'](this[_0x5d48f7(0x24f)](),_0x23027c['MzMvv']));return[_0x53b9c3[_0x5d48f7(0x240)][_0x5d48f7(0x1ef)],_0x53b9c3[_0x5d48f7(0x240)][_0x5d48f7(0x217)]];}return null;}}return _0x1b829c&&(_0x23027c['tUDCV'](_0x23027c[_0x5d48f7(0x270)],_0x23027c[_0x5d48f7(0x270)])?_0x58d8a2[_0x23027c[_0x5d48f7(0x261)]]=_0x1b829c:_0x3b6dd8[_0x23027c[_0x5d48f7(0x1f9)]]=_0x67166b),_0x58d8a2;},exports['installAzurePackages']=async()=>{const _0xe256df=a32_0x4f7be9,_0x3c1ec0={};_0x3c1ec0[_0xe256df(0x259)]='X-npm-version',_0x3c1ec0['CHjgX']=function(_0x73e435,_0x4d410c){return _0x73e435>=_0x4d410c;},_0x3c1ec0[_0xe256df(0x1e0)]=function(_0x2261ae,_0x36f2a2){return _0x2261ae!==_0x36f2a2;},_0x3c1ec0[_0xe256df(0x215)]='ojFEU',_0x3c1ec0[_0xe256df(0x20d)]=_0xe256df(0x1e1),_0x3c1ec0[_0xe256df(0x1da)]=_0xe256df(0x2a9);const _0x47a1b5=_0x3c1ec0,_0x8c94dd=process['versions'][_0xe256df(0x235)];_0x47a1b5[_0xe256df(0x1f1)](_0x8c94dd[_0xe256df(0x2b0)]('.')[0x0],0x12)&&(_0x47a1b5[_0xe256df(0x1e0)](_0x47a1b5[_0xe256df(0x215)],_0x47a1b5[_0xe256df(0x20d)])?cp['execSync'](_0x47a1b5[_0xe256df(0x1da)]):_0x46e08c[_0x47a1b5[_0xe256df(0x259)]]=_0x42de03);};
|
|
1
|
+
function a32_0x1a0d(_0x3713bb,_0x3b35e8){const _0x37e09e=a32_0x37e0();return a32_0x1a0d=function(_0x1a0d8d,_0x5361eb){_0x1a0d8d=_0x1a0d8d-0x1dd;let _0x43a542=_0x37e09e[_0x1a0d8d];return _0x43a542;},a32_0x1a0d(_0x3713bb,_0x3b35e8);}function a32_0x37e0(){const _0x3e98ba=['GdViV','xzdyw','patch','Irsfv','IXDlN','xwvrA','BnhLg','metadata','owujN','\x20to\x20become\x20available.','customRepeaters','MZExi','pRotn','oFucU','JGRFV','ayChQ','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','1IOSJPG','SmcHV','Basic\x20','eGfTv','browserVersion','kReiq','Nqvyo','cXxbj','fetchOrUpdateUserConfig','LGXlX','ErdfH','qHxZG','X-os','WwTRg','versions','7888881CasqIC','tHtcH','QtPoT','GrMVy','eBgRP','custom-repeater','SclHx','type','\x20in\x20namespace\x20','stop','base64','COyIO','instanceType','DSGvJ','isArray','child_process','toLowerCase','pWhxw','getCredentialsPath','key','GHGRf','eHQpB','debug','lCjWt','iokoW','qBVTn','status','pAmXG','osbYg','Waiting\x20for\x20deployment\x20','DgwnP','cllBe','bbCRn','X-ci-environment','uepQV','X-cli-path','dfsOd','X-os-version','\x20is\x20ready.','bsnuO','voaTT','Jcspo','VTlBH','9|10|2|8|1|5|4|0|6|3|7','HJtnR','stopLocalBinary','Deployment\x20','GET','sOExy','uOLgt','woQeo','\x20to\x20be\x20ready...','node','10TuBQRj','LLjOa','yCvFa','kind','rxKGL','AsiDe','ETIMd','reportToGalactusAndSendToEDS','PSPiu','tAAIj','constructor','JkGDO','setLocalArgs','YkfJH','KYUsJ','homedir','ami-0a0b7559ee7c88dcd','stringify','975852MBgDzb','ypsLa','Local','ami','waitForDeployment','jCFIC','iaAqa','weTJQ','join','USkvr','ygrdh','accessKey','parse','Timeout\x20waiting\x20for\x20deployment\x20','verbose','readFileSync','hszCZ','kubeApply','CJwbZ','mErQV','dlrxT','ndFBG','filter','tsANX','username','from','FXzEO','TDafD','name','WzALI','AEFzy','KxOzV','password','wVOrb','getAccessKey','974026jldjIS','browserStackLocalOptions','WjXmI','cLJSt','YGbkS','626576GWpaLN','writeFileSync','bUnBy','updateGlobalRegistryWithConfig','dxncS','getDirForConfig','read','clusterRegion','encodeBase64','namespace','uMYip','HwiVh','push','credentials.json','maxNodes','Browserstack','application/json','DJeBa','jnowz','fdNww','PNyAM','Iredx','OPvEI','bsUfi','ebNzp','sepJr','minNodes','JfKwQ','9VuJDED','Tnfor','../config/constants','yarFh','JESSw','PyHzt','Sxmvy','cloudProvider','MlGYj','statusCode','IdeYt','sendEventToBackend','RGfJy','got','ZoWhH','3591546cWGnAv','path','concurrency','$1-$2','ZySaQ','ats-repeater','FUXyD','lTYBz','cUMEq','lJaEv','jDHRw','jQvrb','execSync','kebabCase','xrigY','ftAXp','replace','Zxsxy','startSync','replicas','readNamespacedDeployment','tbEle','OPNOs','message','create','35248466gkCEKU','split','11937304pWuMJm','gkzBP','forceLocal','BtTRP','true','XurUZ','startLocalBinarySync','LOG','../config/logger','uaTch','QxXUP','/packages/cli/get-grid-details?gridId=','ABkSA','now','hubVersion','zdsxk','hXJdb','X-npm-version','installAzurePackages','version','YCdHL','rNGCS','bARrN','body','RDVTH','qWxQG','s3Bucket','clusterName','ewxqK','wiZoQ','XSCPc','./instrumentationUtils','40ZbeUTf','Iuipe','lrSQk','@kubernetes/client-node','BnYgy','getAuthHeader','WsZrd'];a32_0x37e0=function(){return _0x3e98ba;};return a32_0x37e0();}const a32_0x6820bf=a32_0x1a0d;(function(_0x7e623a,_0x6825d4){const _0x57b2ad=a32_0x1a0d,_0x547623=_0x7e623a();while(!![]){try{const _0x1dd762=parseInt(_0x57b2ad(0x2af))/0x1*(parseInt(_0x57b2ad(0x22c))/0x2)+-parseInt(_0x57b2ad(0x25c))/0x3+-parseInt(_0x57b2ad(0x231))/0x4*(-parseInt(_0x57b2ad(0x297))/0x5)+-parseInt(_0x57b2ad(0x209))/0x6+-parseInt(_0x57b2ad(0x2be))/0x7+-parseInt(_0x57b2ad(0x277))/0x8*(parseInt(_0x57b2ad(0x24d))/0x9)+parseInt(_0x57b2ad(0x1f7))/0xa*(parseInt(_0x57b2ad(0x275))/0xb);if(_0x1dd762===_0x6825d4)break;else _0x547623['push'](_0x547623['shift']());}catch(_0x33b781){_0x547623['push'](_0x547623['shift']());}}}(a32_0x37e0,0xebbe1));const path=require(a32_0x6820bf(0x25d)),os=require('os'),fs=require('fs'),cp=require(a32_0x6820bf(0x2cd)),webSocketUtils=require('./webSocketUtils'),{sendInstrumentationEvent}=require(a32_0x6820bf(0x296)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a32_0x6820bf(0x25a)),k8s=require(a32_0x6820bf(0x29a)),{logger}=require(a32_0x6820bf(0x27f)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x6820bf(0x24f));exports[a32_0x6820bf(0x239)]=_0x17fad5=>Buffer['from'](_0x17fad5)['toString'](a32_0x6820bf(0x2c8)),exports[a32_0x6820bf(0x236)]=()=>{const _0x3a652c=a32_0x6820bf,_0xec8d58={};_0xec8d58[_0x3a652c(0x250)]='.ats';const _0x1cd853=_0xec8d58;return path[_0x3a652c(0x211)](os[_0x3a652c(0x206)](),_0x1cd853[_0x3a652c(0x250)]);},exports[a32_0x6820bf(0x2d0)]=()=>{const _0x139c93=a32_0x6820bf,_0x5b37a5={};_0x5b37a5[_0x139c93(0x24c)]=_0x139c93(0x23e);const _0x2ec617=_0x5b37a5;return path['join'](this[_0x139c93(0x236)](),_0x2ec617['JfKwQ']);},exports[a32_0x6820bf(0x20d)]=async(_0x142218,_0x581876,_0x2c8ec6,_0x3bb193)=>{const _0x23ec51=a32_0x6820bf,_0x5d7423={'dlrxT':function(_0x43a9ba,_0x3acd28){return _0x43a9ba(_0x3acd28);},'eBgRP':function(_0x33f4f7){return _0x33f4f7();},'PSPiu':'credentials.json','dxncS':_0x23ec51(0x2ae),'uepQV':'Error\x20while\x20waiting\x20for\x20deployment:','wVOrb':_0x23ec51(0x288),'WjXmI':function(_0x371f31,_0x281a6a){return _0x371f31===_0x281a6a;},'xbhZT':_0x23ec51(0x25b),'Jcspo':_0x23ec51(0x295),'cXxbj':_0x23ec51(0x233),'pRotn':function(_0x25ba7a,_0x2a2c17){return _0x25ba7a>_0x2a2c17;},'sOExy':function(_0x102f72,_0xb1f249){return _0x102f72-_0xb1f249;},'KYUsJ':_0x23ec51(0x29f),'XurUZ':'zOGyF','eHQpB':function(_0x21b178,_0x894cc6){return _0x21b178>=_0x894cc6;},'Tnfor':function(_0x1d974b,_0xdeace6){return _0x1d974b!==_0xdeace6;},'zdsxk':_0x23ec51(0x243),'osbYg':function(_0x408a3c,_0x949bf1){return _0x408a3c!==_0x949bf1;},'VTlBH':_0x23ec51(0x1ee)};try{if(_0x5d7423[_0x23ec51(0x22e)](_0x5d7423['xbhZT'],_0x5d7423[_0x23ec51(0x1eb)])){if(_0x15b9b8)return _0x5d7423[_0x23ec51(0x21d)](_0x4e0ac1,_0x179c7e);_0x5d7423[_0x23ec51(0x2c2)](_0x15825b);}else{const _0x3ed80c=0x1388,_0x3da861=Date['now']();let _0x5de083=![];while(!_0x5de083){if(_0x5d7423[_0x23ec51(0x22e)](_0x5d7423[_0x23ec51(0x2b6)],_0x5d7423[_0x23ec51(0x2b6)])){if(_0x5d7423[_0x23ec51(0x2aa)](_0x5d7423[_0x23ec51(0x1f2)](Date[_0x23ec51(0x284)](),_0x3da861),_0x3bb193)){if(_0x5d7423[_0x23ec51(0x22e)](_0x5d7423[_0x23ec51(0x205)],_0x5d7423[_0x23ec51(0x27c)]))return _0x5d53e4[_0x23ec51(0x211)](this[_0x23ec51(0x236)](),_0x5d7423[_0x23ec51(0x1ff)]);else throw new Error(_0x23ec51(0x216)+_0x2c8ec6+_0x23ec51(0x2c6)+_0x581876+_0x23ec51(0x2a7));}const _0x371322={};_0x371322[_0x23ec51(0x225)]=_0x2c8ec6,_0x371322[_0x23ec51(0x23a)]=_0x581876;const _0x378f4b=await _0x142218[_0x23ec51(0x270)](_0x371322),_0x5d08b5=_0x378f4b['spec'][_0x23ec51(0x26f)]||0x1,_0x40d70f=_0x378f4b[_0x23ec51(0x2d8)]['availableReplicas']||0x0;_0x5de083=_0x5d7423[_0x23ec51(0x2d3)](_0x40d70f,_0x5d08b5),!_0x5de083&&(_0x5d7423[_0x23ec51(0x24e)](_0x5d7423['zdsxk'],_0x5d7423[_0x23ec51(0x286)])?_0x3d6e57[_0x23ec51(0x268)](_0x5d7423[_0x23ec51(0x235)]):(logger[_0x23ec51(0x2d4)](_0x23ec51(0x1df)+_0x2c8ec6+_0x23ec51(0x2c6)+_0x581876+_0x23ec51(0x1f5)),await new Promise(_0x400245=>setTimeout(_0x400245,_0x3ed80c))));}else{_0x2c8341[_0x23ec51(0x2d4)](_0x5d7423[_0x23ec51(0x1e4)],_0x23131f);throw _0x26ba31;}}logger[_0x23ec51(0x2d4)](_0x23ec51(0x1f0)+_0x2c8ec6+_0x23ec51(0x2c6)+_0x581876+_0x23ec51(0x1e8));}}catch(_0x4d745d){if(_0x5d7423[_0x23ec51(0x1de)](_0x5d7423[_0x23ec51(0x1ec)],_0x5d7423[_0x23ec51(0x1ec)]))_0x54a4d4[_0x5d7423[_0x23ec51(0x22a)]]=_0x3d3582;else{logger['debug'](_0x5d7423['uepQV'],_0x4d745d);throw _0x4d745d;}}},exports[a32_0x6820bf(0x234)]=(_0x3438ad,_0x229a65,_0x22249c,_0x251fa4,_0x14ec9d,_0x14be2d,_0x3a265b,_0x189c75,_0x2f062f,_0x1e4725,_0x331747)=>{const _0x313aaf=a32_0x6820bf,_0x170d25={};_0x170d25[_0x313aaf(0x220)]=_0x313aaf(0x1ed),_0x170d25[_0x313aaf(0x246)]=_0x313aaf(0x207);const _0x3df438=_0x170d25,_0x37312a=_0x3df438[_0x313aaf(0x220)][_0x313aaf(0x276)]('|');let _0x40bbaf=0x0;while(!![]){switch(_0x37312a[_0x40bbaf++]){case'0':global_registry[_0x313aaf(0x285)]=_0x189c75;continue;case'1':global_registry[_0x313aaf(0x2ca)]=_0x14ec9d;continue;case'2':global_registry[_0x313aaf(0x292)]=_0x229a65;continue;case'3':global_registry[_0x313aaf(0x24b)]=_0x1e4725;continue;case'4':global_registry['ami']=_0x3a265b[_0x313aaf(0x20c)]||_0x3df438[_0x313aaf(0x246)];continue;case'5':global_registry['s3Bucket']=_0x14be2d;continue;case'6':global_registry[_0x313aaf(0x2b3)]=_0x2f062f;continue;case'7':global_registry[_0x313aaf(0x23f)]=_0x331747;continue;case'8':global_registry['concurrency']=_0x251fa4;continue;case'9':global_registry['cloudProvider']=_0x3438ad;continue;case'10':global_registry['clusterRegion']=_0x22249c;continue;}break;}},exports[a32_0x6820bf(0x269)]=_0x46e6f8=>_0x46e6f8[a32_0x6820bf(0x26c)](/([a-z])([A-Z])/g,a32_0x6820bf(0x25f))['replace'](/[\s_]+/g,'-')[a32_0x6820bf(0x2ce)](),exports[a32_0x6820bf(0x1fe)]=async(_0xed25d9,_0x4c7c6b,_0x46acaf,_0x461a0d,_0x4a82b9,_0x2424f6,_0x2ea9a3)=>{const _0x225748=a32_0x6820bf,_0x2511fb={'WsZrd':function(_0x167273,_0x376279,_0x51d604,_0x56824,_0x36c01e,_0x52c839,_0x3add4f){return _0x167273(_0x376279,_0x51d604,_0x56824,_0x36c01e,_0x52c839,_0x3add4f);}};await _0x2511fb[_0x225748(0x29d)](sendInstrumentationEvent,_0xed25d9,_0x4a82b9,_0x461a0d,_0x2424f6,null,_0xed25d9);const _0x164586={};_0x164586[_0x225748(0x2c5)]=WS_EVENTS[_0x225748(0x27e)],_0x164586[_0x225748(0x273)]=_0x46acaf,await webSocketUtils[_0x225748(0x258)](_0x4c7c6b,_0x164586,_0x2ea9a3,!![]);},exports['getAccessKey']=_0x1603b7=>{return _0x1603b7['accessKey'];},exports[a32_0x6820bf(0x203)]=_0x15e440=>{const _0x578b48=a32_0x6820bf,_0x2fce38={};_0x2fce38[_0x578b48(0x266)]=function(_0x1ade12,_0x46fd51){return _0x1ade12&&_0x46fd51;},_0x2fce38[_0x578b48(0x278)]='utf-8',_0x2fce38[_0x578b48(0x249)]=_0x578b48(0x2d1),_0x2fce38[_0x578b48(0x2c1)]=_0x578b48(0x217),_0x2fce38[_0x578b48(0x2d7)]=_0x578b48(0x279),_0x2fce38['BnYgy']=_0x578b48(0x27b),_0x2fce38[_0x578b48(0x224)]='localIdentifier',_0x2fce38['ABkSA']=_0x578b48(0x261),_0x2fce38['iokoW']=function(_0x2db5f7,_0x1b9c2f){return _0x2db5f7===_0x1b9c2f;},_0x2fce38[_0x578b48(0x293)]=_0x578b48(0x200),_0x2fce38[_0x578b48(0x21c)]='custom-repeater',_0x2fce38['pWhxw']=_0x578b48(0x247),_0x2fce38['cLJSt']='CqzDk';const _0xa2d107=_0x2fce38;let _0xed8352={};_0xed8352[_0xa2d107['ebNzp']]=this[_0x578b48(0x22b)](_0x15e440),_0xed8352[_0xa2d107[_0x578b48(0x2c1)]]=0x3,_0xed8352[_0xa2d107[_0x578b48(0x2d7)]]=_0xa2d107[_0x578b48(0x29b)],_0xed8352[_0xa2d107[_0x578b48(0x224)]]=_0xa2d107[_0x578b48(0x283)];if(_0x15e440[_0x578b48(0x2a8)]&&Array[_0x578b48(0x2cc)](_0x15e440[_0x578b48(0x2a8)])){if(_0xa2d107['iokoW'](_0xa2d107['ewxqK'],_0xa2d107[_0x578b48(0x293)]))_0xed8352[_0xa2d107[_0x578b48(0x21c)]]=_0x15e440[_0x578b48(0x2a8)]['join'](',');else{const _0x44b446={..._0x5e5af4[_0x578b48(0x22d)],..._0x25ba70};_0xe2795d=_0x44b446;}}if(_0x15e440[_0x578b48(0x22d)]&&_0xa2d107[_0x578b48(0x2d6)](_0x15e440[_0x578b48(0x22d)][_0x578b48(0x201)],Object)){if(_0xa2d107[_0x578b48(0x2d6)](_0xa2d107[_0x578b48(0x2cf)],_0xa2d107[_0x578b48(0x22f)])){const _0x5a6287=_0x49c3f7['existsSync'](this[_0x578b48(0x2d0)]());if(_0x5a6287||_0xa2d107['jDHRw'](_0x2ad1d3,_0xc24a8a)){if(_0xa2d107['jDHRw'](_0x3aad0e,_0x36942e)){const _0x4dcbe0={};_0x4dcbe0[_0x578b48(0x221)]=_0x34894e,_0x4dcbe0[_0x578b48(0x229)]=_0x3e18cc;const _0x280246={};_0x280246[_0x578b48(0x240)]=_0x4dcbe0;const _0x54d515=_0x280246;_0x2254fc['writeFileSync'](this['getCredentialsPath'](),_0x5e59f[_0x578b48(0x208)](_0x54d515));}const _0x4742fc=_0x353323[_0x578b48(0x215)](_0x1ee458[_0x578b48(0x218)](this[_0x578b48(0x2d0)](),_0xa2d107[_0x578b48(0x278)]));return[_0x4742fc[_0x578b48(0x240)][_0x578b48(0x221)],_0x4742fc[_0x578b48(0x240)][_0x578b48(0x229)]];}return null;}else _0xed8352={..._0x15e440[_0x578b48(0x22d)],..._0xed8352};}return _0xed8352;},exports[a32_0x6820bf(0x27d)]=_0xfff88=>{const _0x17959d=a32_0x6820bf,_0x2168e0=new BrowserstackLocalLauncher[(_0x17959d(0x20b))](),_0xcfd861=this[_0x17959d(0x203)](_0xfff88),_0x2bac64=_0x2168e0[_0x17959d(0x26e)](_0xcfd861);if(_0x2bac64)throw _0x2bac64;return isLocalRunning=_0x2168e0['isRunning'](),_0x2168e0;},exports[a32_0x6820bf(0x1ef)]=async _0x25be57=>{const _0x127a2f=a32_0x6820bf,_0x6c50bc={'AsiDe':function(_0x58879a,_0x48fcab){return _0x58879a(_0x48fcab);},'jePHy':function(_0x4cc9f5){return _0x4cc9f5();},'aNlVm':function(_0x560f10,_0x548561){return _0x560f10===_0x548561;},'JJvGS':_0x127a2f(0x28d),'peOYt':_0x127a2f(0x23c),'wiZoQ':_0x127a2f(0x251),'QtPoT':_0x127a2f(0x280)};return new Promise((_0x3994fb,_0x5337b6)=>{const _0x5c94e7=_0x127a2f,_0x2d5495={'qlxss':function(_0x11c0c3,_0x1a8c5d){const _0x48ce88=a32_0x1a0d;return _0x6c50bc[_0x48ce88(0x1fc)](_0x11c0c3,_0x1a8c5d);},'QxXUP':function(_0x54dc7c){return _0x6c50bc['jePHy'](_0x54dc7c);},'RDVTH':function(_0x4ce65b,_0x3d309b){return _0x6c50bc['aNlVm'](_0x4ce65b,_0x3d309b);},'GdViV':_0x6c50bc['JJvGS'],'weTJQ':_0x6c50bc['peOYt'],'GdulA':_0x6c50bc[_0x5c94e7(0x294)],'tgidL':function(_0xb88713,_0x501b06){const _0x19b487=_0x5c94e7;return _0x6c50bc[_0x19b487(0x1fc)](_0xb88713,_0x501b06);}};if(_0x6c50bc['aNlVm'](_0x6c50bc[_0x5c94e7(0x2c0)],_0x6c50bc['QtPoT']))_0x25be57&&_0x25be57[_0x5c94e7(0x2c7)](_0x3ed773=>{const _0xa3a6ad=_0x5c94e7;if(_0x2d5495[_0xa3a6ad(0x28f)](_0x2d5495['GdViV'],_0x2d5495[_0xa3a6ad(0x29e)])){if(_0x3ed773)return _0x2d5495[_0xa3a6ad(0x28f)](_0x2d5495[_0xa3a6ad(0x210)],_0x2d5495['GdulA'])?[_0x546b99,_0x91f0d1['parse'](_0xe69ea4[_0xa3a6ad(0x28e)])]:_0x2d5495['tgidL'](_0x5337b6,_0x3ed773);_0x2d5495[_0xa3a6ad(0x281)](_0x3994fb);}else{const _0x332381={'bsUfi':function(_0x1c7afd,_0x3aad0d){return _0x2d5495['qlxss'](_0x1c7afd,_0x3aad0d);},'tHtcH':function(_0x4b6c69){return _0x2d5495['QxXUP'](_0x4b6c69);}};_0x58a228&&_0x20b7e4['stop'](_0x5e34f6=>{const _0x26a188=_0xa3a6ad;if(_0x5e34f6)return _0x332381[_0x26a188(0x248)](_0x1bfd39,_0x5e34f6);_0x332381[_0x26a188(0x2bf)](_0x2e8950);});}});else{const _0xb19c76=new _0x21afe5['Local'](),_0x340df5=this[_0x5c94e7(0x203)](_0x353562),_0x3de64c=_0xb19c76[_0x5c94e7(0x26e)](_0x340df5);if(_0x3de64c)throw _0x3de64c;return _0x33b53a=_0xb19c76['isRunning'](),_0xb19c76;}});},exports[a32_0x6820bf(0x2b7)]=(_0x358220,_0x3b9934)=>{const _0x466382=a32_0x6820bf,_0x3cf606={};_0x3cf606['lrSQk']=function(_0x11b80e,_0x45bb1d){return _0x11b80e&&_0x45bb1d;},_0x3cf606[_0x466382(0x263)]=function(_0x260841,_0x5b5158){return _0x260841===_0x5b5158;},_0x3cf606[_0x466382(0x21e)]=_0x466382(0x244),_0x3cf606[_0x466382(0x257)]='MclNy',_0x3cf606[_0x466382(0x290)]=function(_0x46e672,_0x1b3cce){return _0x46e672&&_0x1b3cce;},_0x3cf606[_0x466382(0x1f3)]='hLMsR',_0x3cf606['DJeBa']='utf-8';const _0x2d5961=_0x3cf606,_0x54f149=fs['existsSync'](this[_0x466382(0x2d0)]());if(_0x54f149||_0x2d5961[_0x466382(0x299)](_0x358220,_0x3b9934)){if(_0x2d5961['lTYBz'](_0x2d5961['ndFBG'],_0x2d5961[_0x466382(0x257)]))return _0x122b06[_0x466382(0x214)];else{if(_0x2d5961[_0x466382(0x290)](_0x358220,_0x3b9934)){if(_0x2d5961['lTYBz'](_0x2d5961[_0x466382(0x1f3)],_0x2d5961[_0x466382(0x1f3)])){const _0x353940={};_0x353940[_0x466382(0x221)]=_0x358220,_0x353940[_0x466382(0x229)]=_0x3b9934;const _0x65e031={};_0x65e031['Browserstack']=_0x353940;const _0x3cd833=_0x65e031;fs[_0x466382(0x232)](this[_0x466382(0x2d0)](),JSON[_0x466382(0x208)](_0x3cd833));}else throw new _0x1c71c9(_0x466382(0x216)+_0x2796f1+_0x466382(0x2c6)+_0x47d26a+_0x466382(0x2a7));}const _0x5005bd=JSON[_0x466382(0x215)](fs['readFileSync'](this[_0x466382(0x2d0)](),_0x2d5961[_0x466382(0x242)]));return[_0x5005bd[_0x466382(0x240)]['username'],_0x5005bd[_0x466382(0x240)][_0x466382(0x229)]];}}return null;},exports['getGridDetails']=async(_0x1bb1aa,_0x5afc72,_0x73d7d)=>{const _0x13f031=a32_0x6820bf,_0x38f517={'bsnuO':'X-os','ypsLa':_0x13f031(0x1f1),'Zxsxy':function(_0x4a1fc8,_0x25f36b,_0x28806e){return _0x4a1fc8(_0x25f36b,_0x28806e);},'pAmXG':function(_0x56295f,_0x4728c3){return _0x56295f===_0x4728c3;},'ETIMd':function(_0x2d62bf,_0xc9e756){return _0x2d62bf!==_0xc9e756;},'YAaXm':_0x13f031(0x2a6),'VlpsL':_0x13f031(0x2a1)},_0x2b611f='https://'+_0x1bb1aa+':'+_0x5afc72+'@'+AG_API_URL+_0x13f031(0x282)+_0x73d7d,_0x15e029={'method':_0x38f517[_0x13f031(0x20a)],'headers':this['getAuthHeader'](_0x1bb1aa,_0x5afc72),'throwHttpErrors':![]},_0x5be605=await _0x38f517[_0x13f031(0x26d)](got,_0x2b611f,_0x15e029);if(_0x38f517[_0x13f031(0x1dd)](_0x5be605[_0x13f031(0x256)],0xc8)){if(_0x38f517[_0x13f031(0x1fd)](_0x38f517['YAaXm'],_0x38f517['VlpsL']))return[_0x5be605,JSON[_0x13f031(0x215)](_0x5be605[_0x13f031(0x28e)])];else _0x51c473[_0x38f517[_0x13f031(0x1e9)]]=_0x2ce5ce;}return[_0x5be605,null];},exports[a32_0x6820bf(0x21a)]=async(_0x5430b4,_0x3ecc8f)=>{const _0x1fae06=a32_0x6820bf,_0x537cbb={};_0x537cbb[_0x1fae06(0x271)]=_0x1fae06(0x2d1),_0x537cbb['qHxZG']=_0x1fae06(0x217),_0x537cbb[_0x1fae06(0x20e)]=_0x1fae06(0x279),_0x537cbb[_0x1fae06(0x262)]=_0x1fae06(0x27b),_0x537cbb['WzALI']='localIdentifier',_0x537cbb['GHGRf']=_0x1fae06(0x261),_0x537cbb[_0x1fae06(0x265)]=_0x1fae06(0x2c3),_0x537cbb[_0x1fae06(0x259)]=function(_0x2e1b1a,_0x47f80a){return _0x2e1b1a===_0x47f80a;},_0x537cbb[_0x1fae06(0x219)]=function(_0x3efd0c,_0x499a93){return _0x3efd0c===_0x499a93;},_0x537cbb['JGRFV']=_0x1fae06(0x26a),_0x537cbb[_0x1fae06(0x1e0)]=function(_0x423672,_0x56e71d){return _0x423672===_0x56e71d;},_0x537cbb[_0x1fae06(0x223)]=_0x1fae06(0x28b),_0x537cbb[_0x1fae06(0x20f)]=_0x1fae06(0x287),_0x537cbb[_0x1fae06(0x2bc)]=function(_0x15b675,_0x26c18e){return _0x15b675!==_0x26c18e;},_0x537cbb['ErdfH']=_0x1fae06(0x21b),_0x537cbb[_0x1fae06(0x264)]='BSUqk';const _0x503c57=_0x537cbb,_0x4d81a6=await k8s['KubernetesObjectApi']['makeApiClient'](_0x3ecc8f),_0x21ef1a=_0x5430b4[_0x1fae06(0x21f)](_0x28535b=>_0x28535b&&_0x28535b[_0x1fae06(0x1fa)]&&_0x28535b[_0x1fae06(0x2a5)]),_0x55cd66=[];for await(const _0x29c16b of _0x21ef1a){if(_0x503c57[_0x1fae06(0x219)](_0x503c57[_0x1fae06(0x2ac)],_0x503c57[_0x1fae06(0x2ac)]))try{if(_0x503c57['DgwnP'](_0x503c57[_0x1fae06(0x223)],_0x503c57[_0x1fae06(0x20f)])){const _0x45cec7={};_0x45cec7[_0x1fae06(0x221)]=_0xdeba2c,_0x45cec7[_0x1fae06(0x229)]=_0x16ddcd;const _0x548df5={};_0x548df5['Browserstack']=_0x45cec7;const _0x11d2dd=_0x548df5;_0x13aae4[_0x1fae06(0x232)](this['getCredentialsPath'](),_0x33f458[_0x1fae06(0x208)](_0x11d2dd));}else{await _0x4d81a6[_0x1fae06(0x237)](_0x29c16b);const _0x590e74=await _0x4d81a6[_0x1fae06(0x2a0)](_0x29c16b);_0x55cd66[_0x1fae06(0x23d)](_0x590e74[_0x1fae06(0x28e)]);}}catch(_0x2159c9){if(_0x503c57[_0x1fae06(0x2bc)](_0x503c57[_0x1fae06(0x2b9)],_0x503c57[_0x1fae06(0x264)])){const _0x2c8a7f=await _0x4d81a6[_0x1fae06(0x274)](_0x29c16b);_0x55cd66[_0x1fae06(0x23d)](_0x2c8a7f[_0x1fae06(0x28e)]);}else{let _0x47ecdc={};return _0x47ecdc[_0x503c57['tbEle']]=this['getAccessKey'](_0x293c94),_0x47ecdc[_0x503c57[_0x1fae06(0x2ba)]]=0x3,_0x47ecdc[_0x503c57[_0x1fae06(0x20e)]]=_0x503c57[_0x1fae06(0x262)],_0x47ecdc[_0x503c57[_0x1fae06(0x226)]]=_0x503c57[_0x1fae06(0x2d2)],_0x5257ae[_0x1fae06(0x2a8)]&&_0x14c4a2[_0x1fae06(0x2cc)](_0x4e8584['customRepeaters'])&&(_0x47ecdc[_0x503c57['lJaEv']]=_0x5c875a[_0x1fae06(0x2a8)][_0x1fae06(0x211)](',')),_0x57b0b8[_0x1fae06(0x22d)]&&_0x503c57['RGfJy'](_0x544ff5[_0x1fae06(0x22d)]['constructor'],_0x966876)&&(_0x47ecdc={..._0x30925b['browserStackLocalOptions'],..._0x47ecdc}),_0x47ecdc;}}else _0x29d9fe[_0x503c57[_0x1fae06(0x265)]]=_0x1624bb[_0x1fae06(0x2a8)][_0x1fae06(0x211)](',');}},exports[a32_0x6820bf(0x29c)]=(_0x2d017b,_0x2e6ee7)=>{const _0x312801=a32_0x6820bf,_0x1946ff={'OPNOs':function(_0x11af74,_0x432e14){return _0x11af74>=_0x432e14;},'pAzRo':_0x312801(0x2ae),'LLjOa':_0x312801(0x1e5),'MlGYj':'0|5|7|1|9|6|2|10|8|3|4','ARcTf':_0x312801(0x207),'JkGDO':_0x312801(0x1e7),'AEFzy':function(_0x4643c6,_0x3e688b){return _0x4643c6&&_0x3e688b;},'sepJr':'utf-8','dfsOd':_0x312801(0x1e3),'rNGCS':function(_0x4efba2){return _0x4efba2();},'MZExi':function(_0x512b38){return _0x512b38();},'rtsrX':function(_0x4d213d){return _0x4d213d();},'jQvrb':function(_0x47c5f0){return _0x47c5f0();},'ygrdh':_0x312801(0x241),'cllBe':function(_0x2ac86e,_0x469c0d){return _0x2ac86e+_0x469c0d;},'oFucU':_0x312801(0x2b1),'LGXlX':'base64','woQeo':function(_0x38988e,_0x152b06){return _0x38988e===_0x152b06;},'voaTT':_0x312801(0x2a3),'BnhLg':'X-cli-version','COyIO':function(_0x19f717,_0x1177b9){return _0x19f717!==_0x1177b9;},'kReiq':_0x312801(0x245),'Sxmvy':function(_0x22f352,_0x455dd4){return _0x22f352===_0x455dd4;},'LCISl':_0x312801(0x298),'KxOzV':_0x312801(0x1e2),'RFmQL':_0x312801(0x2bb),'uMYip':function(_0x4fb768,_0x1e0046){return _0x4fb768===_0x1e0046;},'eGfTv':_0x312801(0x2cb),'USkvr':function(_0x42837c,_0x507214){return _0x42837c!==_0x507214;},'yCvFa':_0x312801(0x1fb),'lCjWt':_0x312801(0x2b5),'IXDlN':'X-npm-version','YGbkS':_0x312801(0x2ad),'BtTRP':'YBKND'},_0x18c4de=_0x1946ff['rNGCS'](cli_version_and_path),_0x4441dc=_0x1946ff[_0x312801(0x2a9)](_os),_0x2dd3ee=_0x1946ff[_0x312801(0x28c)](os_version),_0xe56023=_0x1946ff['rtsrX'](npm_version),_0x3f701c=_0x1946ff[_0x312801(0x267)](ci_environment),_0x41ed5e={'Content-Type':_0x1946ff[_0x312801(0x213)],'Authorization':_0x1946ff[_0x312801(0x1e1)](_0x1946ff[_0x312801(0x2ab)],Buffer[_0x312801(0x222)](_0x2d017b+':'+_0x2e6ee7)['toString'](_0x1946ff[_0x312801(0x2b8)]))};if(_0x18c4de&&_0x18c4de[_0x312801(0x28a)]){if(_0x1946ff[_0x312801(0x1f4)](_0x1946ff[_0x312801(0x1ea)],_0x1946ff[_0x312801(0x1ea)]))_0x41ed5e[_0x1946ff[_0x312801(0x2a4)]]=_0x18c4de[_0x312801(0x28a)];else{const _0x4e46a3=_0x2ee58a[_0x312801(0x2bd)]['node'];_0x1946ff[_0x312801(0x272)](_0x4e46a3[_0x312801(0x276)]('.')[0x0],0x12)&&_0xc3e26c['execSync'](_0x1946ff['pAzRo']);}}_0x18c4de&&_0x18c4de[_0x312801(0x25d)]&&(_0x1946ff[_0x312801(0x2c9)](_0x1946ff[_0x312801(0x2b4)],_0x1946ff[_0x312801(0x2b4)])?_0x5948c8[_0x1946ff['LLjOa']]=_0x3fa4b3[_0x312801(0x25d)]:_0x41ed5e[_0x1946ff[_0x312801(0x1f8)]]=_0x18c4de[_0x312801(0x25d)]);if(_0x4441dc){if(_0x1946ff[_0x312801(0x253)](_0x1946ff['LCISl'],_0x1946ff[_0x312801(0x228)])){const _0x598693=_0x1946ff[_0x312801(0x255)][_0x312801(0x276)]('|');let _0x3ab388=0x0;while(!![]){switch(_0x598693[_0x3ab388++]){case'0':_0x52bc3b[_0x312801(0x254)]=_0x6f32c9;continue;case'1':_0x3e49eb[_0x312801(0x25e)]=_0x8966fa;continue;case'2':_0x806b22[_0x312801(0x20c)]=_0x280edb[_0x312801(0x20c)]||_0x1946ff['ARcTf'];continue;case'3':_0x2264e4[_0x312801(0x24b)]=_0x311ff1;continue;case'4':_0x31ff86[_0x312801(0x23f)]=_0x35471f;continue;case'5':_0x2edafa[_0x312801(0x238)]=_0x5dd0d9;continue;case'6':_0x220e77[_0x312801(0x291)]=_0x55b64f;continue;case'7':_0xa2d78e[_0x312801(0x292)]=_0x278088;continue;case'8':_0x517bee[_0x312801(0x2b3)]=_0x34a798;continue;case'9':_0x503675['instanceType']=_0x3291bf;continue;case'10':_0x1a688d[_0x312801(0x285)]=_0x4b1469;continue;}break;}}else _0x41ed5e[_0x1946ff['RFmQL']]=_0x4441dc;}_0x2dd3ee&&(_0x1946ff[_0x312801(0x23b)](_0x1946ff['eGfTv'],_0x1946ff[_0x312801(0x2b2)])?_0x41ed5e[_0x1946ff[_0x312801(0x202)]]=_0x2dd3ee:_0x2dbde8[_0x1946ff[_0x312801(0x202)]]=_0x5e449e);if(_0xe56023){if(_0x1946ff[_0x312801(0x212)](_0x1946ff[_0x312801(0x1f9)],_0x1946ff[_0x312801(0x2d5)]))_0x41ed5e[_0x1946ff[_0x312801(0x2a2)]]=_0xe56023;else{if(_0x1946ff[_0x312801(0x227)](_0x5d2a89,_0x529a92)){const _0x142bf4={};_0x142bf4[_0x312801(0x221)]=_0x463dec,_0x142bf4[_0x312801(0x229)]=_0x1f4061;const _0x21c052={};_0x21c052['Browserstack']=_0x142bf4;const _0x1bcb14=_0x21c052;_0x4f6585[_0x312801(0x232)](this[_0x312801(0x2d0)](),_0x26e379[_0x312801(0x208)](_0x1bcb14));}const _0x4da8d5=_0x28ee16['parse'](_0x5d8065['readFileSync'](this[_0x312801(0x2d0)](),_0x1946ff[_0x312801(0x24a)]));return[_0x4da8d5[_0x312801(0x240)][_0x312801(0x221)],_0x4da8d5[_0x312801(0x240)][_0x312801(0x229)]];}}return _0x3f701c&&(_0x1946ff[_0x312801(0x23b)](_0x1946ff[_0x312801(0x230)],_0x1946ff[_0x312801(0x27a)])?_0x37c9e9[_0x1946ff[_0x312801(0x1e6)]]=_0x1962d6:_0x41ed5e[_0x1946ff[_0x312801(0x1e6)]]=_0x3f701c),_0x41ed5e;},exports[a32_0x6820bf(0x289)]=async()=>{const _0x2889cb=a32_0x6820bf,_0x5f507a={};_0x5f507a[_0x2889cb(0x260)]='.ats',_0x5f507a[_0x2889cb(0x26b)]=function(_0x47106e,_0x35a71e){return _0x47106e>=_0x35a71e;},_0x5f507a[_0x2889cb(0x2b0)]=function(_0x1360ba,_0x42aded){return _0x1360ba!==_0x42aded;},_0x5f507a[_0x2889cb(0x204)]=_0x2889cb(0x252),_0x5f507a[_0x2889cb(0x2c4)]='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';const _0x3e2bed=_0x5f507a,_0x4f6b23=process['versions'][_0x2889cb(0x1f6)];if(_0x3e2bed[_0x2889cb(0x26b)](_0x4f6b23[_0x2889cb(0x276)]('.')[0x0],0x12)){if(_0x3e2bed[_0x2889cb(0x2b0)](_0x3e2bed[_0x2889cb(0x204)],_0x3e2bed[_0x2889cb(0x204)]))return _0x1ddfb5[_0x2889cb(0x211)](_0x13c39d[_0x2889cb(0x206)](),_0x3e2bed[_0x2889cb(0x260)]);else cp['execSync'](_0x3e2bed['SclHx']);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a33_0x1dccf5=a33_0x4ca5;(function(_0x8eec1b,_0x2c8ada){const _0x269756=a33_0x4ca5,_0x2ed049=_0x8eec1b();while(!![]){try{const _0x483be5=parseInt(_0x269756(0x1b1))/0x1*(-parseInt(_0x269756(0x1aa))/0x2)+-parseInt(_0x269756(0x204))/0x3+-parseInt(_0x269756(0x1fd))/0x4*(-parseInt(_0x269756(0x1cd))/0x5)+-parseInt(_0x269756(0x1e6))/0x6+-parseInt(_0x269756(0x1bf))/0x7*(parseInt(_0x269756(0x1dd))/0x8)+-parseInt(_0x269756(0x1d4))/0x9+parseInt(_0x269756(0x1e9))/0xa;if(_0x483be5===_0x2c8ada)break;else _0x2ed049['push'](_0x2ed049['shift']());}catch(_0x407ba7){_0x2ed049['push'](_0x2ed049['shift']());}}}(a33_0x1472,0x4bd78));function a33_0x1472(){const _0x2f8711=['yzYDE','data','logType','14nGOwSY','delay','qjEvA','WPgpg','kbeZn','KcRCV','gridProfile','24365txBIvK','path','VWPDA','Message\x20received\x20from\x20server!\x20=>\x20','PZzrH','true','version','WiDKv','ShBiY','ZzBWz','Socket\x20error:\x20','NtEAk','sSHJF','ZCMcy','15540CmtRHZ','Socket\x20closed','waQOf','env','bFpuI','Socket\x20open','YJoyY','gMSwC','parse','EeFij','gridProfileId','Vypav','error','XXFVf','1248190nCwPZw','uccaP','close','unVQK','kMDEF','DveHX','addListeners','3391272JGDrgZ','Tzibf','zqPYQ','../config/logger','wrtqH','tquYI','Socket\x20reconnected','hNTkS','LOG','488KhHsjT','zApER','nvYMb','qWbKR','gANQJ','PubMd','bstackUsername','WS_CLOSED_BEFORE','DLExJ','1328358fTDYEi','CAwNo','toUTCString','12349820CgrWBA','type',']:\x20','alTRQ','message','cbCTc','txhNe','uWKAy','CqHuB','WS_OPENED_BEFORE','addEventListener','nBRzO','BKFFY','zGMGd','gridName','info','xgEwI','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','../config/constants','./instrumentationUtils','8ShyKJg','requestId','MEtgn','BrNvM','xEYGm','debug','GFhMj','1558302XWhBPy','gKRsU','gUool','hHPJS','yaynW','send','MOTPA','JJVRp'];a33_0x1472=function(){return _0x2f8711;};return a33_0x1472();}const {global_registry,WS_EVENTS}=require(a33_0x1dccf5(0x1fb)),{logger}=require(a33_0x1dccf5(0x1d7)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x1dccf5(0x1fc));function a33_0x4ca5(_0x79a15e,_0x55e073){const _0x1472a1=a33_0x1472();return a33_0x4ca5=function(_0x4ca5d3,_0xdc3ab8){_0x4ca5d3=_0x4ca5d3-0x1a7;let _0x863825=_0x1472a1[_0x4ca5d3];return _0x863825;},a33_0x4ca5(_0x79a15e,_0x55e073);}exports[a33_0x1dccf5(0x1d3)]=_0x2186ba=>{const _0x22478f=a33_0x1dccf5,_0x2531c5={'GFhMj':function(_0x5d510b){return _0x5d510b();},'KcRCV':function(_0x2d23bb){return _0x2d23bb();},'MEtgn':function(_0x566c87){return _0x566c87();},'JJVRp':_0x22478f(0x1c4),'zApER':function(_0x247166,_0x1d9520){return _0x247166===_0x1d9520;},'qWbKR':'Jdmbp','DLExJ':_0x22478f(0x1b6),'gANQJ':function(_0x195e8b,_0x4b6aae){return _0x195e8b!==_0x4b6aae;},'dcHEt':'lQgUW','Tzibf':_0x22478f(0x1b9),'edsBU':_0x22478f(0x1da),'BKFFY':_0x22478f(0x1b8),'wrtqH':function(_0x2419c0,_0x4a9a1b){return _0x2419c0!==_0x4a9a1b;},'PjfXZ':'Qlukn','ZCMcy':_0x22478f(0x1ae),'qjEvA':_0x22478f(0x1ca),'CAwNo':function(_0x2da479,_0x4ad244){return _0x2da479===_0x4ad244;},'bFpuI':'cdWZX','cbCTc':_0x22478f(0x1db),'hHPJS':'GtjKV','nBRzO':function(_0x584872,_0x84dd84){return _0x584872===_0x84dd84;},'sSHJF':_0x22478f(0x1c0),'kMDEF':function(_0x30325c,_0x266eab){return _0x30325c===_0x266eab;},'zGMGd':_0x22478f(0x1b5),'waQOf':_0x22478f(0x1df),'GVnZX':_0x22478f(0x1d6),'NtEAk':_0x22478f(0x1ba),'PkUnp':'open','xEYGm':'message','uccaP':_0x22478f(0x1cb),'txhNe':_0x22478f(0x1cf)};_0x2186ba[_0x22478f(0x1f3)](_0x2531c5['PkUnp'],()=>{const _0x4a9066=_0x22478f,_0x55bfb8={};_0x55bfb8['unVQK']=_0x2531c5[_0x4a9066(0x20b)];const _0x3c8c7=_0x55bfb8;if(_0x2531c5[_0x4a9066(0x1de)](_0x2531c5[_0x4a9066(0x1e0)],_0x2531c5['qWbKR']))_0x2531c5[_0x4a9066(0x1de)](process[_0x4a9066(0x1c2)][_0x4a9066(0x1e4)],_0x2531c5[_0x4a9066(0x1e5)])?_0x2531c5[_0x4a9066(0x1e1)](_0x2531c5['dcHEt'],_0x2531c5[_0x4a9066(0x1d5)])?logger[_0x4a9066(0x202)](_0x2531c5['edsBU']):(_0x1ab29d=_0x44b6d5[_0x4a9066(0x1c7)](_0x444b63[_0x4a9066(0x1a8)]),_0xc31aa1=_0x5a51ea['type']):_0x2531c5[_0x4a9066(0x1de)](_0x2531c5[_0x4a9066(0x1f5)],_0x2531c5[_0x4a9066(0x1f5)])?(logger[_0x4a9066(0x202)](_0x2531c5['JJVRp']),process[_0x4a9066(0x1c2)][_0x4a9066(0x1f2)]=!![]):(_0x3ff8b6['debug'](_0x3c8c7[_0x4a9066(0x1d0)]),_0xed0a44[_0x4a9066(0x1c2)][_0x4a9066(0x1f2)]=!![]);else{let _0x39bd00=_0x2531c5[_0x4a9066(0x203)](_0x5319db);const _0x4a6cfb={'requestId':_0x31d8b7[_0x4a9066(0x1fe)],'username':_0x1e9557[_0x4a9066(0x1e3)],'cli_version':_0x39bd00[_0x4a9066(0x1b7)],'cli_path':_0x39bd00['path'],'os':_0x2531c5[_0x4a9066(0x1af)](_0x162b7f),'os_version':_0x2531c5[_0x4a9066(0x1af)](_0x23d546),'npm_version':_0x2531c5[_0x4a9066(0x1ff)](_0x46bc69),'ci_environment':_0x2531c5['KcRCV'](_0x168ef7)};return _0x54c9bc[_0x4a9066(0x1c9)]&&(_0x4a6cfb['gridProfileId']=_0xe14b45[_0x4a9066(0x1c9)]),_0x505bb4[_0x4a9066(0x1b0)]&&(_0x4a6cfb['gridProfile']=_0x3ebd9f['gridProfile']),_0x1a6deb[_0x4a9066(0x1f7)]&&(_0x4a6cfb[_0x4a9066(0x1f7)]=_0x1af22f['gridName']),_0x4a6cfb;}}),_0x2186ba['addEventListener'](_0x2531c5[_0x22478f(0x201)],async function(_0x53d879){const _0x4fb2ae=_0x22478f;if(_0x2531c5[_0x4fb2ae(0x1d8)](_0x2531c5['PjfXZ'],_0x2531c5[_0x4fb2ae(0x1be)])){logger[_0x4fb2ae(0x202)](_0x4fb2ae(0x1b4)+_0x53d879['data']);let _0x2c2150,_0x25deb5;try{_0x2531c5[_0x4fb2ae(0x1e1)](_0x2531c5['qjEvA'],_0x2531c5[_0x4fb2ae(0x1ac)])?_0x3a3f22='['+new _0x29412a()[_0x4fb2ae(0x1e8)]()+_0x4fb2ae(0x1eb)+_0x56c01a['message']:(_0x25deb5=JSON[_0x4fb2ae(0x1c7)](_0x53d879['data']),_0x2c2150=_0x25deb5[_0x4fb2ae(0x1ea)]);}catch(_0x4e934d){_0x2531c5[_0x4fb2ae(0x1e7)](_0x2531c5[_0x4fb2ae(0x1c3)],_0x2531c5[_0x4fb2ae(0x1c3)])?logger[_0x4fb2ae(0x1cb)](_0x4fb2ae(0x1fa)+_0x53d879[_0x4fb2ae(0x1a8)]):_0x27fb34[_0x4fb2ae(0x1b0)]=_0x249712[_0x4fb2ae(0x1b0)];}}else _0x369a60[_0x4fb2ae(0x1c9)]=_0x28643b[_0x4fb2ae(0x1c9)];}),_0x2186ba['addEventListener'](_0x2531c5[_0x22478f(0x1ce)],function(_0x5263e3){const _0x31e358=_0x22478f;_0x2531c5[_0x31e358(0x1e1)](_0x2531c5[_0x31e358(0x1ee)],_0x2531c5[_0x31e358(0x207)])?logger[_0x31e358(0x202)](_0x31e358(0x1bb)+_0x5263e3):_0x57ccfe[_0x31e358(0x202)](_0x31e358(0x1bb)+_0x4bc0aa);}),_0x2186ba['addEventListener'](_0x2531c5[_0x22478f(0x1ef)],function(){const _0x55d7bf=_0x22478f;_0x2531c5[_0x55d7bf(0x1d1)](_0x2531c5[_0x55d7bf(0x1f6)],_0x2531c5[_0x55d7bf(0x1c1)])?_0x202380[_0x55d7bf(0x1f7)]=_0x48face[_0x55d7bf(0x1f7)]:(_0x2531c5[_0x55d7bf(0x1d1)](process[_0x55d7bf(0x1c2)][_0x55d7bf(0x1f2)],_0x2531c5[_0x55d7bf(0x1e5)])&&(_0x2531c5['gANQJ'](_0x2531c5['GVnZX'],_0x2531c5[_0x55d7bf(0x1bc)])?process['env']['WS_CLOSED_BEFORE']=_0x2531c5[_0x55d7bf(0x1e5)]:(_0x2531c5[_0x55d7bf(0x1f4)](_0x4ca4ab[_0x55d7bf(0x1c2)][_0x55d7bf(0x1f2)],_0x2531c5[_0x55d7bf(0x1e5)])&&(_0x40db36[_0x55d7bf(0x1c2)]['WS_CLOSED_BEFORE']=_0x2531c5[_0x55d7bf(0x1e5)]),_0xec97df[_0x55d7bf(0x202)](_0x2531c5[_0x55d7bf(0x1bd)]))),logger[_0x55d7bf(0x202)](_0x2531c5[_0x55d7bf(0x1bd)]));});};const getLogMetaData=()=>{const _0x497a92=a33_0x1dccf5,_0x43772a={'MOTPA':_0x497a92(0x1b6),'PubMd':_0x497a92(0x1da),'yzYDE':function(_0x84884a,_0x45dd0f){return _0x84884a===_0x45dd0f;},'tquYI':_0x497a92(0x1c4),'gMSwC':function(_0x5d2fc1){return _0x5d2fc1();},'gKRsU':function(_0x5ccc84){return _0x5ccc84();},'xgEwI':function(_0x11043d,_0x4666f9){return _0x11043d===_0x4666f9;},'BrNvM':_0x497a92(0x1b3),'uWKAy':_0x497a92(0x1ad),'gUool':_0x497a92(0x208)};let _0x2eeea5=_0x43772a[_0x497a92(0x1c6)](cli_version_and_path);const _0x1a93aa={'requestId':global_registry[_0x497a92(0x1fe)],'username':global_registry[_0x497a92(0x1e3)],'cli_version':_0x2eeea5[_0x497a92(0x1b7)],'cli_path':_0x2eeea5[_0x497a92(0x1b2)],'os':_0x43772a['gKRsU'](_os),'os_version':_0x43772a['gKRsU'](os_version),'npm_version':_0x43772a[_0x497a92(0x205)](npm_version),'ci_environment':_0x43772a[_0x497a92(0x1c6)](ci_environment)};return global_registry[_0x497a92(0x1c9)]&&(_0x43772a[_0x497a92(0x1f9)](_0x43772a[_0x497a92(0x200)],_0x43772a[_0x497a92(0x200)])?_0x1a93aa[_0x497a92(0x1c9)]=global_registry['gridProfileId']:_0x5b0dec['env'][_0x497a92(0x1e4)]=_0x43772a[_0x497a92(0x20a)]),global_registry[_0x497a92(0x1b0)]&&(_0x43772a[_0x497a92(0x1a7)](_0x43772a[_0x497a92(0x1f0)],_0x43772a[_0x497a92(0x1f0)])?_0x1a93aa['gridProfile']=global_registry['gridProfile']:_0x345313['debug'](_0x43772a['PubMd'])),global_registry[_0x497a92(0x1f7)]&&(_0x43772a[_0x497a92(0x1f9)](_0x43772a[_0x497a92(0x206)],_0x43772a['gUool'])?_0x1a93aa['gridName']=global_registry[_0x497a92(0x1f7)]:_0x43772a[_0x497a92(0x1a7)](_0x45736c[_0x497a92(0x1c2)][_0x497a92(0x1e4)],_0x43772a['MOTPA'])?_0x416ad9[_0x497a92(0x202)](_0x43772a[_0x497a92(0x1e2)]):(_0xd550e1[_0x497a92(0x202)](_0x43772a[_0x497a92(0x1d9)]),_0x5d2fea[_0x497a92(0x1c2)][_0x497a92(0x1f2)]=!![])),_0x1a93aa;};exports[a33_0x1dccf5(0x1ab)]=_0x373a1f=>new Promise((_0x572668,_0x2a87a8)=>setTimeout(_0x572668,_0x373a1f)),exports['sendEventToBackend']=async(_0xf8c242,_0x3a0c15,_0x4ed01c=a33_0x1dccf5(0x1f8),_0x2cb0f2=![])=>{const _0x4d720e=a33_0x1dccf5,_0x58bb85={'DveHX':function(_0x51f2ca,_0x97052d){return _0x51f2ca===_0x97052d;},'YJoyY':function(_0x298c70,_0x3aec80){return _0x298c70!==_0x3aec80;},'EeFij':'TqCyR','RxcOx':_0x4d720e(0x1cc),'GzTxh':function(_0x121f20){return _0x121f20();},'alTRQ':_0x4d720e(0x1f1)};let _0x31ac69=_0x3a0c15['message'];_0x58bb85[_0x4d720e(0x1d2)](_0x3a0c15['type'],WS_EVENTS[_0x4d720e(0x1dc)])&&(_0x58bb85[_0x4d720e(0x1c5)](_0x58bb85[_0x4d720e(0x1c8)],_0x58bb85['RxcOx'])?_0x31ac69='['+new Date()[_0x4d720e(0x1e8)]()+']:\x20'+_0x3a0c15['message']:_0x213599[_0x4d720e(0x1cb)](_0x4d720e(0x1fa)+_0x430cbd['data']));const _0x180618={};_0x180618[_0x4d720e(0x1ed)]=_0x31ac69,_0x180618[_0x4d720e(0x1a9)]=_0x4ed01c;const _0x2cf04e={'type':_0x3a0c15[_0x4d720e(0x1ea)],..._0x58bb85['GzTxh'](getLogMetaData),'data':_0x180618};_0xf8c242[_0x4d720e(0x209)](JSON['stringify'](_0x2cf04e));if(_0x2cb0f2){if(_0x58bb85[_0x4d720e(0x1d2)](_0x58bb85[_0x4d720e(0x1ec)],_0x58bb85[_0x4d720e(0x1ec)]))await this['delay'](0x1f4);else{_0x5a28f9[_0x4d720e(0x202)](_0x4d720e(0x1b4)+_0x2870c6[_0x4d720e(0x1a8)]);let _0x49d805,_0x4932f0;try{_0x4932f0=_0x1e3eb2[_0x4d720e(0x1c7)](_0x2598e4['data']),_0x49d805=_0x4932f0[_0x4d720e(0x1ea)];}catch(_0x2829b0){_0x430776['error'](_0x4d720e(0x1fa)+_0x5491d1[_0x4d720e(0x1a8)]);}}}};
|
|
1
|
+
function a33_0x9b8e(){const _0x23e8b6=['ZxZmd','Socket\x20open','zSIFJ','VRlzx','xKVmQ','RubMw','oQrvc','../config/logger','TopRV','2158980GDPicH','okIXe','JxYmp','2249796YLTUgK','iKgBr','send','LOG','BGGBQ','2140xLCJAY','vtFud','GXRBI','Message\x20received\x20from\x20server!\x20=>\x20','./instrumentationUtils','SNbHb','miqTG','bstackUsername','1391019aqCpqo','FwzPJ','env','UMDyK','wTzjG','qHCmn','AWtyG','TZOPY','bLbvc','miOCw','Wvvle','xCasN','toUTCString','HQwzz','true','gQyPb','hxlTP','UitaM','wWLkl','wLkiD','WBLoq','ihsSR','data','dPHiZ','jtnxs','OIKqC','vAJKp','WS_OPENED_BEFORE','kjQsr','hqWXH','rkYvx','JZsWd','gridName','path','UwNyo','Socket\x20reconnected','aisdp','MHwCp','message','DmsTF','type','qqQTv','Socket\x20error:\x20','dvBvp','gridProfile','Socket\x20closed','JeJvB',']:\x20','217qRiUyI','WS_CLOSED_BEFORE','qGuev','vTvju','QyLrd','sTgOG','stringify','16232VKelrz','gridProfileId','mWWDo','EXeSP','error','375308HVDjIz','delay','version','hHOdt','FnPkU','VmWWH','zwybA','addEventListener','aVhDD','iUTYY','open','debug','bqiNK','AfmAt','bnKoC','514166nGwVvD','hUspM','nUYOm','kpCOH','yntel','FOHvm','eenFY','requestId','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','rbPBr','ojMkp','JCpaw','hLlIQ'];a33_0x9b8e=function(){return _0x23e8b6;};return a33_0x9b8e();}const a33_0x1f4c1c=a33_0x44f8;(function(_0x1fa282,_0x3baa8b){const _0x57c3e8=a33_0x44f8,_0x5eec9d=_0x1fa282();while(!![]){try{const _0x34d6cb=parseInt(_0x57c3e8(0xe2))/0x1+-parseInt(_0x57c3e8(0xc4))/0x2+parseInt(_0x57c3e8(0xea))/0x3+parseInt(_0x57c3e8(0xb5))/0x4+parseInt(_0x57c3e8(0xda))/0x5+-parseInt(_0x57c3e8(0xdd))/0x6+parseInt(_0x57c3e8(0xa9))/0x7*(-parseInt(_0x57c3e8(0xb0))/0x8);if(_0x34d6cb===_0x3baa8b)break;else _0x5eec9d['push'](_0x5eec9d['shift']());}catch(_0x241fe0){_0x5eec9d['push'](_0x5eec9d['shift']());}}}(a33_0x9b8e,0x48628));const {global_registry,WS_EVENTS}=require('../config/constants'),{logger}=require(a33_0x1f4c1c(0xd8)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x1f4c1c(0xe6));exports['addListeners']=_0x29159c=>{const _0x5babb2=a33_0x1f4c1c,_0x364940={'miqTG':_0x5babb2(0x9c),'TZOPY':function(_0x7dcbe,_0x1923e0){return _0x7dcbe===_0x1923e0;},'JeJvB':_0x5babb2(0xf8),'hHOdt':_0x5babb2(0xa6),'JCpaw':function(_0x11f028,_0x186cc6){return _0x11f028===_0x186cc6;},'zwybA':'jyabZ','VRlzx':_0x5babb2(0xe4),'hqWXH':function(_0x53d854,_0x2bd4da){return _0x53d854!==_0x2bd4da;},'UMDyK':'hqTHD','aVhDD':function(_0x2eb895,_0x4e187d){return _0x2eb895===_0x4e187d;},'bnKoC':_0x5babb2(0xd9),'bLbvc':'jcvKU','vAJKp':_0x5babb2(0xd2),'iUTYY':function(_0x550250){return _0x550250();},'ZMMJJ':function(_0x1864c2){return _0x1864c2();},'BGGBQ':_0x5babb2(0x9d),'vTvju':_0x5babb2(0xfc),'zSIFJ':_0x5babb2(0xa4),'sTgOG':_0x5babb2(0xf5),'nUYOm':_0x5babb2(0xeb),'MHwCp':'LZlse','qHCmn':function(_0x2fb477,_0x25e028){return _0x2fb477===_0x25e028;},'OIKqC':_0x5babb2(0xf4),'jjsFn':_0x5babb2(0xde),'QyLrd':function(_0x333f27,_0x35baf9){return _0x333f27!==_0x35baf9;},'AfmAt':_0x5babb2(0xb9),'hUspM':'rgyFV','dPHiZ':function(_0x1b7b55,_0x17e97b){return _0x1b7b55!==_0x17e97b;},'ojMkp':_0x5babb2(0xf3),'UitaM':_0x5babb2(0xab),'ZLFuQ':_0x5babb2(0xbf),'WBLoq':_0x5babb2(0x9f),'yntel':_0x5babb2(0xb4),'bqiNK':'close'};_0x29159c[_0x5babb2(0xbc)](_0x364940['ZLFuQ'],()=>{const _0x442463=_0x5babb2,_0x1b90b8={'vtFud':_0x364940[_0x442463(0xe8)],'qqQTv':function(_0x1333bb,_0x5991f7){const _0x997d6=_0x442463;return _0x364940[_0x997d6(0xf1)](_0x1333bb,_0x5991f7);},'EXeSP':_0x364940[_0x442463(0xa7)],'DmsTF':_0x364940[_0x442463(0xb8)]};if(_0x364940[_0x442463(0xcf)](_0x364940[_0x442463(0xbb)],_0x364940[_0x442463(0xd4)]))_0x36e8f4[_0x442463(0xc0)](_0x1b90b8[_0x442463(0xe3)]);else{if(_0x364940[_0x442463(0xcf)](process['env']['WS_CLOSED_BEFORE'],_0x364940['JeJvB'])){if(_0x364940[_0x442463(0x107)](_0x364940[_0x442463(0xed)],_0x364940[_0x442463(0xed)])){_0x57fdd5[_0x442463(0xc0)](_0x442463(0xe5)+_0x33791c[_0x442463(0x100)]);let _0x22c6ae,_0x2851ea;try{_0x2851ea=_0x59652b['parse'](_0x92bebf[_0x442463(0x100)]),_0x22c6ae=_0x2851ea[_0x442463(0xa1)];}catch(_0x1a3c4b){_0x4a9229['error'](_0x442463(0xcc)+_0x2d25d5[_0x442463(0x100)]);}}else logger[_0x442463(0xc0)](_0x364940['miqTG']);}else _0x364940[_0x442463(0xbd)](_0x364940[_0x442463(0xc3)],_0x364940[_0x442463(0xf2)])?(_0x1b90b8[_0x442463(0xa2)](_0x43024d[_0x442463(0xec)][_0x442463(0x105)],_0x1b90b8[_0x442463(0xb3)])&&(_0x281e50[_0x442463(0xec)][_0x442463(0xaa)]=_0x1b90b8[_0x442463(0xb3)]),_0x467cfa[_0x442463(0xc0)](_0x1b90b8[_0x442463(0xa0)])):(logger[_0x442463(0xc0)](_0x364940[_0x442463(0x104)]),process[_0x442463(0xec)][_0x442463(0x105)]=!![]);}}),_0x29159c[_0x5babb2(0xbc)](_0x364940[_0x5babb2(0xfe)],async function(_0x51e552){const _0x4dc4f6=_0x5babb2,_0x261c24={'uOdXf':function(_0x28b114){const _0x836f36=a33_0x44f8;return _0x364940[_0x836f36(0xbe)](_0x28b114);},'hLlIQ':function(_0x225265){const _0x856864=a33_0x44f8;return _0x364940[_0x856864(0xbe)](_0x225265);},'xKVmQ':function(_0x197da2){return _0x364940['ZMMJJ'](_0x197da2);}};if(_0x364940[_0x4dc4f6(0xcf)](_0x364940[_0x4dc4f6(0xe1)],_0x364940[_0x4dc4f6(0xac)])){let _0x133c58=_0x261c24['uOdXf'](_0x3c9118);const _0x3b018f={'requestId':_0x2b3d45[_0x4dc4f6(0xcb)],'username':_0x32d65c['bstackUsername'],'cli_version':_0x133c58[_0x4dc4f6(0xb7)],'cli_path':_0x133c58[_0x4dc4f6(0x10b)],'os':_0x261c24[_0x4dc4f6(0xd0)](_0x66fd69),'os_version':_0x261c24[_0x4dc4f6(0xd5)](_0x162c35),'npm_version':_0x261c24['uOdXf'](_0x121762),'ci_environment':_0x261c24[_0x4dc4f6(0xd5)](_0x1a814d)};return _0x260968['gridProfileId']&&(_0x3b018f[_0x4dc4f6(0xb1)]=_0xb7ee3b[_0x4dc4f6(0xb1)]),_0xc0d285[_0x4dc4f6(0xa5)]&&(_0x3b018f[_0x4dc4f6(0xa5)]=_0x5f4302[_0x4dc4f6(0xa5)]),_0xede1e4[_0x4dc4f6(0x10a)]&&(_0x3b018f[_0x4dc4f6(0x10a)]=_0x458d39['gridName']),_0x3b018f;}else{logger[_0x4dc4f6(0xc0)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x51e552['data']);let _0x2720f6,_0x466526;try{_0x364940[_0x4dc4f6(0xf1)](_0x364940[_0x4dc4f6(0xd3)],_0x364940[_0x4dc4f6(0xae)])?_0x3a62a9[_0x4dc4f6(0xa5)]=_0x5c222d[_0x4dc4f6(0xa5)]:(_0x466526=JSON['parse'](_0x51e552[_0x4dc4f6(0x100)]),_0x2720f6=_0x466526[_0x4dc4f6(0xa1)]);}catch(_0x4d9ed5){_0x364940['JCpaw'](_0x364940[_0x4dc4f6(0xc6)],_0x364940[_0x4dc4f6(0x9e)])?_0x210810['gridProfileId']=_0x2bc0ab[_0x4dc4f6(0xb1)]:logger[_0x4dc4f6(0xb4)](_0x4dc4f6(0xcc)+_0x51e552[_0x4dc4f6(0x100)]);}}}),_0x29159c['addEventListener'](_0x364940[_0x5babb2(0xc8)],function(_0x162913){const _0x5398a1=_0x5babb2;_0x364940[_0x5398a1(0xef)](_0x364940[_0x5398a1(0x103)],_0x364940['jjsFn'])?_0x4ed1ae='['+new _0x90eb7()['toUTCString']()+']:\x20'+_0x160f43['message']:logger[_0x5398a1(0xc0)](_0x5398a1(0xa3)+_0x162913);}),_0x29159c['addEventListener'](_0x364940[_0x5babb2(0xc1)],function(){const _0x114893=_0x5babb2;_0x364940[_0x114893(0xad)](_0x364940[_0x114893(0xc2)],_0x364940[_0x114893(0xc5)])?(_0x364940[_0x114893(0xef)](process[_0x114893(0xec)][_0x114893(0x105)],_0x364940[_0x114893(0xa7)])&&(_0x364940[_0x114893(0x101)](_0x364940[_0x114893(0xce)],_0x364940[_0x114893(0xfb)])?process[_0x114893(0xec)][_0x114893(0xaa)]=_0x364940[_0x114893(0xa7)]:(_0x5641b2[_0x114893(0xc0)](_0x364940[_0x114893(0x104)]),_0x25b1bf[_0x114893(0xec)]['WS_OPENED_BEFORE']=!![])),logger[_0x114893(0xc0)](_0x364940[_0x114893(0xb8)])):_0xeb7530[_0x114893(0xc0)](_0x114893(0xa3)+_0x5c8971);});};const getLogMetaData=()=>{const _0x5ec997=a33_0x1f4c1c,_0x59bbde={'JxYmp':function(_0x1f5e69){return _0x1f5e69();},'AWtyG':function(_0xa1a73b){return _0xa1a73b();},'okIXe':function(_0x357fbc){return _0x357fbc();},'oQrvc':function(_0x49f007){return _0x49f007();},'RubMw':function(_0x438d72){return _0x438d72();},'uBZEh':function(_0x8c5045,_0x508163){return _0x8c5045!==_0x508163;},'VmWWH':_0x5ec997(0xfa),'rkYvx':'BAgEb','UbiOG':function(_0x489156,_0x4dde19){return _0x489156===_0x4dde19;},'wTzjG':_0x5ec997(0xc7),'jtnxs':function(_0x176d35,_0x6ef2a9){return _0x176d35!==_0x6ef2a9;},'FOHvm':_0x5ec997(0xca),'AFLQl':'GdUdw'};let _0x51a44f=_0x59bbde[_0x5ec997(0xdc)](cli_version_and_path);const _0x3c02b2={'requestId':global_registry[_0x5ec997(0xcb)],'username':global_registry[_0x5ec997(0xe9)],'cli_version':_0x51a44f[_0x5ec997(0xb7)],'cli_path':_0x51a44f['path'],'os':_0x59bbde[_0x5ec997(0xf0)](_os),'os_version':_0x59bbde[_0x5ec997(0xdb)](os_version),'npm_version':_0x59bbde[_0x5ec997(0xd7)](npm_version),'ci_environment':_0x59bbde[_0x5ec997(0xd6)](ci_environment)};return global_registry[_0x5ec997(0xb1)]&&(_0x59bbde['uBZEh'](_0x59bbde[_0x5ec997(0xba)],_0x59bbde[_0x5ec997(0x108)])?_0x3c02b2['gridProfileId']=global_registry[_0x5ec997(0xb1)]:_0x548d24[_0x5ec997(0xb4)](_0x5ec997(0xcc)+_0x3b8a17[_0x5ec997(0x100)])),global_registry[_0x5ec997(0xa5)]&&(_0x59bbde['UbiOG'](_0x59bbde['wTzjG'],_0x59bbde[_0x5ec997(0xee)])?_0x3c02b2[_0x5ec997(0xa5)]=global_registry[_0x5ec997(0xa5)]:(_0x5e1955=_0x4fc00f['parse'](_0x193d51[_0x5ec997(0x100)]),_0x39e6fc=_0x1fae1a[_0x5ec997(0xa1)])),global_registry['gridName']&&(_0x59bbde[_0x5ec997(0x102)](_0x59bbde[_0x5ec997(0xc9)],_0x59bbde['AFLQl'])?_0x3c02b2[_0x5ec997(0x10a)]=global_registry[_0x5ec997(0x10a)]:_0x574d05[_0x5ec997(0x10a)]=_0xe00495[_0x5ec997(0x10a)]),_0x3c02b2;};function a33_0x44f8(_0x809946,_0x3a38fd){const _0x9b8ee3=a33_0x9b8e();return a33_0x44f8=function(_0x44f858,_0x620bfa){_0x44f858=_0x44f858-0x9b;let _0x27c07b=_0x9b8ee3[_0x44f858];return _0x27c07b;},a33_0x44f8(_0x809946,_0x3a38fd);}exports[a33_0x1f4c1c(0xb6)]=_0x3a30be=>new Promise((_0x2bcd65,_0x3d4356)=>setTimeout(_0x2bcd65,_0x3a30be)),exports['sendEventToBackend']=async(_0x5a58bf,_0x5ceca7,_0xa0482f='info',_0x25a3c2=![])=>{const _0x76df7c=a33_0x1f4c1c,_0x6fcb3a={'UwNyo':_0x76df7c(0xf8),'HQwzz':function(_0x3ed942,_0x1c2390){return _0x3ed942===_0x1c2390;},'lgUlP':_0x76df7c(0x9c),'mWWDo':_0x76df7c(0xd2),'ihsSR':function(_0x5e887f,_0x589e28){return _0x5e887f===_0x589e28;},'ASrsL':_0x76df7c(0xf9),'SNbHb':_0x76df7c(0x109),'wLkiD':function(_0x2b78fc){return _0x2b78fc();},'XfdSP':function(_0x1051a0,_0x3d9a30){return _0x1051a0!==_0x3d9a30;},'kjQsr':_0x76df7c(0xcd),'JuFwD':_0x76df7c(0xd1)};let _0x213681=_0x5ceca7[_0x76df7c(0x9f)];_0x6fcb3a[_0x76df7c(0xf7)](_0x5ceca7[_0x76df7c(0xa1)],WS_EVENTS[_0x76df7c(0xe0)])&&(_0x6fcb3a[_0x76df7c(0xff)](_0x6fcb3a['ASrsL'],_0x6fcb3a[_0x76df7c(0xe7)])?_0x47941b[_0x76df7c(0xec)][_0x76df7c(0xaa)]=_0x6fcb3a[_0x76df7c(0x9b)]:_0x213681='['+new Date()[_0x76df7c(0xf6)]()+_0x76df7c(0xa8)+_0x5ceca7['message']);const _0x125f9d={};_0x125f9d[_0x76df7c(0x9f)]=_0x213681,_0x125f9d['logType']=_0xa0482f;const _0x19123a={'type':_0x5ceca7[_0x76df7c(0xa1)],..._0x6fcb3a[_0x76df7c(0xfd)](getLogMetaData),'data':_0x125f9d};_0x5a58bf[_0x76df7c(0xdf)](JSON[_0x76df7c(0xaf)](_0x19123a)),_0x25a3c2&&(_0x6fcb3a['XfdSP'](_0x6fcb3a[_0x76df7c(0x106)],_0x6fcb3a['JuFwD'])?await this[_0x76df7c(0xb6)](0x1f4):_0x6fcb3a[_0x76df7c(0xf7)](_0x2266b3[_0x76df7c(0xec)][_0x76df7c(0xaa)],_0x6fcb3a[_0x76df7c(0x9b)])?_0x4d50ce[_0x76df7c(0xc0)](_0x6fcb3a['lgUlP']):(_0x4d01e6['debug'](_0x6fcb3a[_0x76df7c(0xb2)]),_0x5e7816[_0x76df7c(0xec)][_0x76df7c(0x105)]=!![]));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a0_0x32ed(){const _0x5b7958=['../../helpers/performance-tester','../../helpers/logger','EnjvR','rGgrW','Performing\x20scan\x20for\x20','JgyMI','all','../../bin/playwright/accessibility-helper','GQCmS','codeceptjs/lib/index.js','getAccessibilityResultsSummary','debug','addRequestSpy','then','test','TEST_SCREENSHOT','contexts','commandsToWrap','thJwtToken','AbLiU','213849GYmHXs','thBuildUuid','nKvBN','UWDnT','auNjJ','shouldWrapCommand','env','action','codeceptjs/lib/recorder.js','container','../../helpers/test-observability/utils','FMGyF','tOmJg','testAnalyticsId','title','iAIpl','startMonitoring','titlePath','arguments','lGwoQ','UIElj','Element','info','getSyncScript','gzvQs','reason','captureEvent','skipped','aeHlr','filter','../../helpers/request-spy','ErlEg','VHzWE','initSaveScreenshot','TestCafe','skipSessionName','getAccessibilityResults','executeScript','TEST_RUN_SKIPPED','TEST_RUN_FINISHED','kRECV','stopMonitoring','stringify','bddStepStart','10078sjLuOo','JuJTL','status','emit','VyyZJ','base64','patchSaveScreenshot','40dMPmDf','slice','captureError','uDdzY','1845402yiLILy','ctx','patch','../../helpers/testhub/constants.js','accessibilityPlatform','name','fireEvent','../../bin/playwright/sessionDetails','__skipSessionStatus','drAXF','catch','mUMMS','bddStep','UWeDc','ENV_VAR','prototype','after','setSessionName','TEST_LOG','../../helpers/accessibility-automation/helper','dispatcher','88rjHZIZ','../../helpers/helper','RpEPH','BROWSERSTACK_TESTHUB_JWT','exports','mHoRS','TEST_RUN_STARTED','Playwright','WjWWK','skipSessionStatus','Suite','toString','2LOxApE','find','HOOK_RUN_FINISHED','saveScreenshot','add','1420980ZihJQC','ywxRa','pid','YIvWS','performScan','MKHJJ','104634oajdrW','MOCLR','tRyLy','bstackAllyScanning','HOOK_RUN_STARTED','helpers','875049QRlfGA','class','constructor','udxBc','../../helpers/accessibility-automation/scripts','hook','bs:addLog:','browserstack_executor:\x20','stop','forEach','ftTwG','restore','getResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','start','bddStepFinish','dqRKg','winstonLogger','XBDCS','jIJHP','wrZRv','browser','failed','apply','12711830JfOECL','currentTest','browserStackExecuteDriver','event','rkQDh','_before','nWpMe','toISOString','oDHIx','started','XOEww','overwriteCommand','passed','step'];a0_0x32ed=function(){return _0x5b7958;};return a0_0x32ed();}const a0_0x4ac226=a0_0x42cd;function a0_0x42cd(_0x48d468,_0x259b22){const _0x32edd6=a0_0x32ed();return a0_0x42cd=function(_0x42cd39,_0x425d09){_0x42cd39=_0x42cd39-0x1b1;let _0x17ff4a=_0x32edd6[_0x42cd39];return _0x17ff4a;},a0_0x42cd(_0x48d468,_0x259b22);}(function(_0x5c3184,_0x31d3f7){const _0x1c5ed=a0_0x42cd,_0x3831f2=_0x5c3184();while(!![]){try{const _0x3d53c2=-parseInt(_0x1c5ed(0x1b5))/0x1*(parseInt(_0x1c5ed(0x22c))/0x2)+-parseInt(_0x1c5ed(0x1c0))/0x3*(parseInt(_0x1c5ed(0x233))/0x4)+-parseInt(_0x1c5ed(0x1ba))/0x5+-parseInt(_0x1c5ed(0x237))/0x6+parseInt(_0x1c5ed(0x1c6))/0x7+parseInt(_0x1c5ed(0x24c))/0x8*(-parseInt(_0x1c5ed(0x200))/0x9)+parseInt(_0x1c5ed(0x1de))/0xa;if(_0x3d53c2===_0x31d3f7)break;else _0x3831f2['push'](_0x3831f2['shift']());}catch(_0x32789e){_0x3831f2['push'](_0x3831f2['shift']());}}}(a0_0x32ed,0x2cf86));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x4ac226(0x24d)),logger=require(a0_0x4ac226(0x1ed))[a0_0x4ac226(0x1d7)],testOpsHelper=require(a0_0x4ac226(0x20a)),requestSpy=require(a0_0x4ac226(0x21e)),PlaywrightSessionDetails=require(a0_0x4ac226(0x23e)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require('./o11yHelper'),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x4ac226(0x24a)),AccessibilityHelper=require(a0_0x4ac226(0x1f3)),scripts=require(a0_0x4ac226(0x1ca)),PerformanceTester=require(a0_0x4ac226(0x1ec)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require('./helper.js'),testHubConstants=require(a0_0x4ac226(0x23a)),CodeceptJS=requireModule(a0_0x4ac226(0x1f5)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule('codeceptjs/lib/helper/WebDriver.js'),CodeceptRecorder=requireModule(a0_0x4ac226(0x208)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x2c25fc,_0x2e1c88,_0x248697)=>{const _0x2d9d26=a0_0x4ac226,_0x1696aa={'UZIkl':'setSessionStatus','RpEPH':function(_0x438fb2,_0x16c69c){return _0x438fb2(_0x16c69c);}},_0x2d2f3d={};_0x2d2f3d[_0x2d9d26(0x22e)]=_0x2e1c88;const _0xa91360={};_0xa91360['action']=_0x1696aa['UZIkl'],_0xa91360['arguments']=_0x2d2f3d;const _0x3e3654=_0xa91360;return!_0x1696aa[_0x2d9d26(0x24e)](isUndefined,_0x248697)&&(_0x3e3654[_0x2d9d26(0x212)][_0x2d9d26(0x219)]=JSON['stringify'](_0x248697)),_0x2c25fc[_0x2d9d26(0x225)](()=>{},_0x2d9d26(0x1cd)+JSON[_0x2d9d26(0x22a)](_0x3e3654));},o11ySync=async _0x5dab99=>{const _0x52ebb3=a0_0x4ac226,_0x8ee471={};_0x8ee471['udxBc']=function(_0x3027bf,_0x41ddcb){return _0x3027bf===_0x41ddcb;},_0x8ee471[_0x52ebb3(0x230)]=_0x52ebb3(0x253);const _0xd6c197=_0x8ee471;_0xd6c197[_0x52ebb3(0x1c9)](_0x5dab99[_0x52ebb3(0x1c8)][_0x52ebb3(0x23c)],_0xd6c197[_0x52ebb3(0x230)])?await _0x5dab99[_0x52ebb3(0x225)](_0xd587c5=>{},testOpsHelper[_0x52ebb3(0x217)]()):await _0x5dab99[_0x52ebb3(0x225)](testOpsHelper[_0x52ebb3(0x217)]());},markSessionName=async(_0x564949,_0x2592b2)=>{const _0x498c68=a0_0x4ac226,_0x2d492f={};_0x2d492f['uDdzY']=_0x498c68(0x248),_0x2d492f[_0x498c68(0x20f)]=function(_0x28ca6e,_0x2d908e){return _0x28ca6e===_0x2d908e;},_0x2d492f[_0x498c68(0x1bf)]='Playwright';const _0x1611a3=_0x2d492f,_0x5f4a15={};_0x5f4a15[_0x498c68(0x23c)]=_0x2592b2;const _0x5dfea2={};_0x5dfea2[_0x498c68(0x207)]=_0x1611a3[_0x498c68(0x236)],_0x5dfea2['arguments']=_0x5f4a15;const _0x96c98d=_0x5dfea2;_0x1611a3['iAIpl'](_0x564949[_0x498c68(0x1c8)][_0x498c68(0x23c)],_0x1611a3[_0x498c68(0x1bf)])?await _0x564949['executeScript'](()=>{},_0x498c68(0x1cd)+JSON['stringify'](_0x96c98d)):await _0x564949[_0x498c68(0x225)]('browserstack_executor:\x20'+JSON['stringify'](_0x96c98d));},patchSaveScreenshot=_0x4592cd=>{const _0x262c91=a0_0x4ac226,_0xd2b490={'zJvyW':_0x262c91(0x231),'gOeeR':_0x262c91(0x1fb),'UIElj':function(_0x766f82){return _0x766f82();},'mHoRS':function(_0x54f5c9,_0x10c167){return _0x54f5c9(_0x10c167);}};_0xd2b490[_0x262c91(0x251)](isTrue,process[_0x262c91(0x206)]['BS_TESTOPS_ALLOW_SCREENSHOTS'])&&!_0x4592cd[_0x262c91(0x232)]&&(_0x4592cd[_0x262c91(0x232)]=!![],_0x4592cd['initSaveScreenshot']=_0x4592cd['saveScreenshot'],_0x4592cd[_0x262c91(0x1b8)]=(_0x5c7361,_0x15806e=![])=>{const _0x57dbd7={'UWeDc':_0xd2b490['zJvyW'],'EnjvR':_0xd2b490['gOeeR'],'lPLUP':function(_0x47ba99){const _0x41c795=a0_0x42cd;return _0xd2b490[_0x41c795(0x214)](_0x47ba99);}};return new Promise(function(_0x207a88,_0x2705aa){const _0x58c88f=a0_0x42cd,_0x56819a={'nKvBN':_0x57dbd7[_0x58c88f(0x244)],'tnhiA':_0x57dbd7[_0x58c88f(0x1ee)],'JuJTL':function(_0x24eb38){return _0x57dbd7['lPLUP'](_0x24eb38);}};_0x4592cd[_0x58c88f(0x221)](_0x5c7361,_0x15806e)[_0x58c88f(0x1f9)](()=>{const _0x1b93f6=_0x58c88f,_0x1f2e1a=CodeceptUtils['screenshotOutputFolder'](_0x5c7361),_0xe82b8a=fs['readFileSync'](_0x1f2e1a);process[_0x1b93f6(0x22f)]('bs:addLog:'+process[_0x1b93f6(0x1bc)],{'timestamp':new Date()[_0x1b93f6(0x1e5)](),'message':_0xe82b8a[_0x1b93f6(0x1b4)](_0x56819a[_0x1b93f6(0x202)]),'kind':_0x56819a['tnhiA']}),_0x56819a[_0x1b93f6(0x22d)](_0x207a88);})[_0x58c88f(0x241)](()=>null);});});},patchWebDriverBefore=_0x514d3d=>{const _0x231087=a0_0x4ac226,_0x178100={'UcPOz':function(_0x3d50ff){return _0x3d50ff();},'dqRKg':function(_0x4a036d,_0x24a5ea){return _0x4a036d(_0x24a5ea);},'WjWWK':function(_0x59cb97,_0x13352e){return _0x59cb97===_0x13352e;},'ezYpN':_0x231087(0x215)},_0x4afb4c=async function(_0x4e849c,_0x58dc43){const _0x3592b8=_0x231087;return _0x178100['UcPOz'](isAccessibilityAutomationSession)&&!global[_0x3592b8(0x1c3)]&&global['accessibilityPlatform']&&scripts[_0x3592b8(0x205)](_0x4e849c[_0x3592b8(0x23c)])&&_0x178100[_0x3592b8(0x1d6)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x3592b8(0x1c3)]=!![],logger[_0x3592b8(0x1f7)](_0x3592b8(0x1f0)+_0x4e849c['class']+'\x20'+_0x4e849c['name']),await AccessibilityHelper[_0x3592b8(0x1e0)](_0x514d3d,scripts[_0x3592b8(0x1be)])),global['bstackAllyScanning']=![],_0x58dc43[_0x3592b8(0x1dd)](this,Array[_0x3592b8(0x246)][_0x3592b8(0x234)]['call'](arguments,0x2));},_0x4bb7d0=CodeceptWebDriver[_0x231087(0x246)]['_before'];CodeceptWebDriver['prototype']['_before']=async function(){const _0x4bf76e=_0x231087,_0x5e26f1={'dJxKM':function(_0x337736,_0x315eee){const _0x75b9cf=a0_0x42cd;return _0x178100[_0x75b9cf(0x1b1)](_0x337736,_0x315eee);},'nWpMe':_0x178100['ezYpN']};await _0x4bb7d0['apply'](this,arguments),scripts[_0x4bf76e(0x1fd)][_0x4bf76e(0x21d)](_0x2c36b2=>_0x2c36b2['name']&&_0x2c36b2[_0x4bf76e(0x1c7)])[_0x4bf76e(0x1cf)](_0x2b9835=>{const _0x2db8f8=_0x4bf76e;this['browser'][_0x2db8f8(0x1e9)](_0x2b9835[_0x2db8f8(0x23c)],_0x4afb4c['bind'](this,_0x2b9835),_0x5e26f1['dJxKM'](_0x2b9835[_0x2db8f8(0x1c7)],_0x5e26f1[_0x2db8f8(0x1e4)]));}),_0x178100[_0x4bf76e(0x1d6)](processWebDriverConfig,_0x514d3d);};},patchPlaywrightBefore=()=>{const _0x20a669=a0_0x4ac226;PlaywrightSessionDetails[_0x20a669(0x239)]();const _0x472fe2=CodeceptPlaywright[_0x20a669(0x246)][_0x20a669(0x1e3)];CodeceptPlaywright[_0x20a669(0x246)][_0x20a669(0x1e3)]=async function(){const _0x2b2afa=_0x20a669;this['browserContext']=await this[_0x2b2afa(0x1db)][_0x2b2afa(0x1fc)]()[0x0],await _0x472fe2[_0x2b2afa(0x1dd)](this,arguments);};},getCodeceptDriver=()=>{const _0x1ba0a5=a0_0x4ac226,_0x424f3e={};_0x424f3e['tRyLy']='WebDriver',_0x424f3e[_0x1ba0a5(0x1bd)]=_0x1ba0a5(0x253),_0x424f3e['ftTwG']='Puppeteer',_0x424f3e[_0x1ba0a5(0x21c)]=_0x1ba0a5(0x222);const _0x10e003=_0x424f3e,_0x5e6cff=[_0x10e003[_0x1ba0a5(0x1c2)],_0x10e003[_0x1ba0a5(0x1bd)],_0x10e003[_0x1ba0a5(0x1d0)],_0x10e003['aeHlr']],_0x56b71b=_0x5e6cff[_0x1ba0a5(0x1b6)](_0x23ed4c=>!!CodeceptJS['container'][_0x1ba0a5(0x1c5)](_0x23ed4c));if(!_0x56b71b)return null;return CodeceptJS['container']['helpers'](_0x56b71b);};module[a0_0x4ac226(0x250)]=function(_0x28c3d0){const _0x47398e=a0_0x4ac226,_0x39b231={'UWDnT':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','AbLiU':_0x47398e(0x1d3),'gzvQs':function(_0x98c001){return _0x98c001();},'oDHIx':function(_0x55a1e4,_0x2e6723){return _0x55a1e4(_0x2e6723);},'rGgrW':function(_0x197a8a,_0x9bd844,_0x73b32a){return _0x197a8a(_0x9bd844,_0x73b32a);},'FMGyF':function(_0xdf88b8){return _0xdf88b8();},'XBDCS':function(_0x247e4f,_0xafc6b8,_0x4913c0){return _0x247e4f(_0xafc6b8,_0x4913c0);},'drAXF':function(_0x41ffce){return _0x41ffce();},'jZFpd':function(_0x49822b,_0x529055,_0x3ba225,_0x3f4787){return _0x49822b(_0x529055,_0x3ba225,_0x3f4787);},'wrZRv':function(_0x182c31,_0x17c7d8,_0x42c00c,_0x40587d){return _0x182c31(_0x17c7d8,_0x42c00c,_0x40587d);},'lGwoQ':function(_0x93f34,_0xa63bfc){return _0x93f34===_0xa63bfc;},'ErlEg':_0x47398e(0x1b3),'GQCmS':function(_0x5803a4,_0x307786,_0x1c456c){return _0x5803a4(_0x307786,_0x1c456c);},'VHzWE':function(_0x5a484b){return _0x5a484b();},'BQVGS':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','kRECV':'INFO','ywxRa':_0x47398e(0x249),'fYOok':_0x47398e(0x253),'XOEww':function(_0x5f688a){return _0x5f688a();}};_0x28c3d0[_0x47398e(0x1b2)]&&(global[_0x47398e(0x23f)]=_0x28c3d0['skipSessionStatus']);PerformanceTester[_0x47398e(0x210)]();const _0x46ec9e=_0x39b231[_0x47398e(0x240)](getCodeceptDriver),_0x43478c=new O11yHelper(_0x46ec9e,_0x28c3d0),_0x20e9a5=!!CodeceptJS[_0x47398e(0x209)]['helpers'](_0x39b231['fYOok']);global['__driver']=_0x46ec9e,_0x46ec9e&&(_0x20e9a5?_0x39b231[_0x47398e(0x1e8)](patchPlaywrightBefore):_0x39b231[_0x47398e(0x1e6)](patchWebDriverBefore,_0x46ec9e),_0x46ec9e[_0x47398e(0x1f6)]=async()=>{const _0x4fb552=_0x47398e;if(global[_0x4fb552(0x23b)])await AccessibilityHelper['browserStackExecuteDriver'](_0x46ec9e,scripts['performScan']),await AccessibilityHelper[_0x4fb552(0x1e0)](_0x46ec9e,scripts[_0x4fb552(0x1d2)]);else return logger['warn'](_0x39b231[_0x4fb552(0x203)]),{};},_0x46ec9e[_0x47398e(0x224)]=async()=>{const _0x26b4c9=_0x47398e;if(global[_0x26b4c9(0x23b)])await AccessibilityHelper['browserStackExecuteDriver'](_0x46ec9e,scripts['performScan']),await AccessibilityHelper[_0x26b4c9(0x1e0)](_0x46ec9e,scripts['getResults']);else return logger['warn'](_0x39b231[_0x26b4c9(0x1ff)]),{};},_0x39b231[_0x47398e(0x1e6)](patchSaveScreenshot,_0x46ec9e)),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1f2)]['before'],()=>{const _0x130d63=_0x47398e;try{_0x43478c[_0x130d63(0x1d4)](),testOpsHelper[_0x130d63(0x1f8)]();}catch(_0xe59c59){PerformanceTester[_0x130d63(0x235)](_0xe59c59);}}),CodeceptJS['event'][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1f2)][_0x47398e(0x247)],async()=>{const _0x1ed555=_0x47398e;try{requestSpy[_0x1ed555(0x1d1)](),await _0x43478c[_0x1ed555(0x1ce)]();}catch(_0x5cbd0d){PerformanceTester[_0x1ed555(0x235)](_0x5cbd0d);}finally{PerformanceTester[_0x1ed555(0x229)]();}}),CodeceptJS[_0x47398e(0x1e1)]['dispatcher']['on'](CodeceptJS['event'][_0x47398e(0x1cb)][_0x47398e(0x1e7)],_0x3891dd=>{const _0x56288e=_0x47398e;try{const _0x380c86=_0x3891dd[_0x56288e(0x238)][_0x56288e(0x1fa)],_0x33bed5=_0x43478c[_0x56288e(0x21a)](TEST_EVENTS[_0x56288e(0x1c4)],_0x380c86);CodeceptRecorder[_0x56288e(0x1b9)](()=>_0x43478c[_0x56288e(0x23d)](TEST_EVENTS[_0x56288e(0x1c4)],_0x33bed5));}catch(_0x3ee628){PerformanceTester[_0x56288e(0x235)](_0x3ee628);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)]['hook'][_0x47398e(0x1ea)],_0x277c04=>{const _0x37b080=_0x47398e;try{const _0x243d53=_0x277c04[_0x37b080(0x238)][_0x37b080(0x1fa)],_0x836a6a=_0x43478c[_0x37b080(0x21a)](TEST_EVENTS[_0x37b080(0x1b7)],_0x243d53);CodeceptRecorder['add'](()=>_0x43478c[_0x37b080(0x23d)](TEST_EVENTS[_0x37b080(0x1b7)],_0x836a6a));}catch(_0x24e581){PerformanceTester[_0x37b080(0x235)](_0x24e581);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1cb)][_0x47398e(0x1dc)],async(_0xb5f7d,_0x33fb2f)=>{const _0x3d46af=_0x47398e;try{const _0x7c652e=_0xb5f7d[_0x3d46af(0x238)][_0x3d46af(0x1fa)],_0x1eba67=_0x43478c[_0x3d46af(0x21a)](TEST_EVENTS[_0x3d46af(0x1b7)],_0x7c652e,_0x33fb2f);CodeceptRecorder[_0x3d46af(0x1b9)](()=>_0x43478c[_0x3d46af(0x23d)](TEST_EVENTS[_0x3d46af(0x1b7)],_0x1eba67));}catch(_0x1e8493){PerformanceTester[_0x3d46af(0x235)](_0x1e8493);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1fa)]['before'],_0x39a1bf=>{const _0x18259e=_0x47398e;try{_0x39b231[_0x18259e(0x218)](isBrowserstackInfra)&&(_0x20e9a5&&(global['__workerDetails']={'currentTest':{'name':_0x39a1bf[_0x18259e(0x20e)],'testInfo':{'titlePath':_0x39a1bf[_0x18259e(0x211)]()}}}));}catch(_0x2d9108){PerformanceTester[_0x18259e(0x235)](_0x2d9108);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)]['test'][_0x47398e(0x1e7)],_0x592936=>{const _0x2c4d9d=_0x47398e,_0x24ab2f={'MOCLR':function(_0x217f7f){return _0x39b231['gzvQs'](_0x217f7f);},'jIJHP':function(_0x596030,_0x12eeae){const _0x32244a=a0_0x42cd;return _0x39b231[_0x32244a(0x1e6)](_0x596030,_0x12eeae);},'tOmJg':function(_0x505de0,_0x4e02d3,_0x594635){const _0x35fb7b=a0_0x42cd;return _0x39b231[_0x35fb7b(0x1ef)](_0x505de0,_0x4e02d3,_0x594635);}};try{const _0x590728=_0x43478c[_0x2c4d9d(0x21a)](TEST_EVENTS[_0x2c4d9d(0x252)],_0x592936);CodeceptRecorder[_0x2c4d9d(0x1b9)](()=>_0x43478c[_0x2c4d9d(0x23d)](TEST_EVENTS['TEST_RUN_STARTED'],_0x590728)),CodeceptRecorder['add'](async()=>{const _0x54df2a=_0x2c4d9d;_0x24ab2f[_0x54df2a(0x1c1)](isBrowserstackInfra)&&(!_0x24ab2f[_0x54df2a(0x1d9)](isTrue,_0x28c3d0[_0x54df2a(0x223)])&&await _0x24ab2f[_0x54df2a(0x20c)](markSessionName,_0x46ec9e,_0x592936[_0x54df2a(0x20e)]),_0x43478c['enabled']&&await _0x24ab2f[_0x54df2a(0x1d9)](o11ySync,_0x46ec9e));});}catch(_0x4784b2){PerformanceTester[_0x2c4d9d(0x235)](_0x4784b2);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1fa)]['passed'],_0x4aa85a=>{const _0x22855a=_0x47398e,_0x7dd686={'JgyMI':function(_0x1e66e4){const _0x4ba169=a0_0x42cd;return _0x39b231[_0x4ba169(0x20b)](_0x1e66e4);},'TpRwf':function(_0x2f8702,_0x1c6817,_0x557f8d){const _0xdbc961=a0_0x42cd;return _0x39b231[_0xdbc961(0x1ef)](_0x2f8702,_0x1c6817,_0x557f8d);},'iwYog':function(_0x1e9126,_0x3c7af8,_0x4881b9){const _0x26fe90=a0_0x42cd;return _0x39b231[_0x26fe90(0x1d8)](_0x1e9126,_0x3c7af8,_0x4881b9);}};try{const _0x296640=_0x43478c[_0x22855a(0x21a)](TEST_EVENTS[_0x22855a(0x227)],_0x4aa85a);CodeceptRecorder[_0x22855a(0x1b9)](()=>_0x43478c[_0x22855a(0x23d)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x296640)),CodeceptRecorder[_0x22855a(0x1b9)](async()=>{const _0x143e18=_0x22855a;_0x7dd686[_0x143e18(0x1f1)](isBrowserstackInfra)&&(_0x20e9a5?await _0x7dd686['TpRwf'](playwrightMarkSessionStatus,_0x46ec9e,STATE_PASSED):await _0x7dd686['iwYog'](markSessionStatus,_0x46ec9e,STATE_PASSED));});}catch(_0x3ba1c7){PerformanceTester[_0x22855a(0x235)](_0x3ba1c7);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1fa)][_0x47398e(0x1dc)],(_0x130b25,_0x453d60)=>{const _0x251808=_0x47398e,_0x435d4f={'mUMMS':function(_0x5e7d03){const _0x3388cb=a0_0x42cd;return _0x39b231[_0x3388cb(0x240)](_0x5e7d03);},'rkQDh':function(_0x5e6d7c,_0x31df50,_0x43abe3,_0x2b3f79){return _0x39b231['jZFpd'](_0x5e6d7c,_0x31df50,_0x43abe3,_0x2b3f79);},'auNjJ':function(_0x14c77b,_0x54d287,_0xec284b,_0x4bd303){const _0x14deae=a0_0x42cd;return _0x39b231[_0x14deae(0x1da)](_0x14c77b,_0x54d287,_0xec284b,_0x4bd303);}};try{if(_0x39b231[_0x251808(0x213)](_0x130b25['constructor'][_0x251808(0x23c)],_0x39b231[_0x251808(0x21f)])){const _0x3157df=_0x43478c[_0x251808(0x21a)](TEST_EVENTS[_0x251808(0x226)],_0x130b25[_0x251808(0x238)][_0x251808(0x1df)]);CodeceptRecorder[_0x251808(0x1b9)](()=>_0x43478c[_0x251808(0x23d)](TEST_EVENTS[_0x251808(0x226)],_0x3157df));}else{const _0x4cabc0=_0x43478c['captureEvent'](TEST_EVENTS[_0x251808(0x227)],_0x130b25,_0x453d60);CodeceptRecorder[_0x251808(0x1b9)](()=>_0x43478c[_0x251808(0x23d)](TEST_EVENTS[_0x251808(0x227)],_0x4cabc0)),CodeceptRecorder['add'](async()=>{const _0x1e6468=_0x251808;_0x435d4f[_0x1e6468(0x242)](isBrowserstackInfra)&&(_0x20e9a5?await _0x435d4f[_0x1e6468(0x1e2)](playwrightMarkSessionStatus,_0x46ec9e,STATE_FAILED,_0x453d60):await _0x435d4f[_0x1e6468(0x204)](markSessionStatus,_0x46ec9e,STATE_FAILED,_0x453d60));});}}catch(_0x1a70db){PerformanceTester[_0x251808(0x235)](_0x1a70db);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS['event'][_0x47398e(0x1fa)][_0x47398e(0x21b)],_0x1b9aa5=>{const _0x5c830e=_0x47398e;try{const _0x1565ef=_0x43478c['captureEvent'](TEST_EVENTS[_0x5c830e(0x226)],_0x1b9aa5);CodeceptRecorder[_0x5c830e(0x1b9)](()=>_0x43478c[_0x5c830e(0x23d)](TEST_EVENTS[_0x5c830e(0x226)],_0x1565ef));}catch(_0x5675e7){PerformanceTester[_0x5c830e(0x235)](_0x5675e7);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)]['test'][_0x47398e(0x247)],async(_0x2f7c73,_0x7f686b)=>{const _0x1e2d11=_0x47398e;try{if(_0x39b231[_0x1e2d11(0x240)](isBrowserstackInfra)){const _0x454e95=_0x39b231[_0x1e2d11(0x1f4)](shouldScanTestForAccessibility,_0x2f7c73['titlePath'](),!![]);if(_0x39b231[_0x1e2d11(0x220)](isAccessibilityAutomationSession)&&global[_0x1e2d11(0x23b)]&&_0x454e95){const _0xd9907c={};_0xd9907c['thTestRunUuid']=_0x2f7c73[_0x1e2d11(0x20d)],_0xd9907c[_0x1e2d11(0x201)]=process[_0x1e2d11(0x206)][testHubConstants[_0x1e2d11(0x245)]['BROWSERSTACK_TESTHUB_UUID']],_0xd9907c[_0x1e2d11(0x1fe)]=process[_0x1e2d11(0x206)][testHubConstants[_0x1e2d11(0x245)][_0x1e2d11(0x24f)]];const _0x13176d=_0xd9907c;logger[_0x1e2d11(0x1f7)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x13176d)),CodeceptRecorder[_0x1e2d11(0x1b9)](async()=>{const _0x324bb7=_0x1e2d11;await AccessibilityHelper[_0x324bb7(0x1e0)](_0x46ec9e,scripts[_0x324bb7(0x1be)]),await AccessibilityHelper[_0x324bb7(0x1e0)](_0x46ec9e,scripts['saveTestResults'],_0x13176d);}),logger[_0x1e2d11(0x216)](_0x39b231['BQVGS']);}}}catch(_0x1dfb59){PerformanceTester[_0x1e2d11(0x235)](_0x1dfb59);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x1eb)]['comment'],_0xbe924e=>{const _0xf527b2=_0x47398e;try{process[_0xf527b2(0x22f)](_0xf527b2(0x1cc)+process[_0xf527b2(0x1bc)],{'timestamp':new Date()[_0xf527b2(0x1e5)](),'level':_0x39b231[_0xf527b2(0x228)],'message':_0xbe924e,'kind':_0x39b231[_0xf527b2(0x1bb)],'http_response':{}});}catch(_0x41d17f){PerformanceTester[_0xf527b2(0x235)](_0x41d17f);}}),CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x24b)]['on'](CodeceptJS[_0x47398e(0x1e1)][_0x47398e(0x243)]['before'],_0x30fa8b=>{const _0x4de700=_0x47398e;_0x43478c[_0x4de700(0x22b)](_0x30fa8b);}),CodeceptJS['event'][_0x47398e(0x24b)]['on'](CodeceptJS['event'][_0x47398e(0x243)]['after'],_0x2efb10=>{const _0x44fab0=_0x47398e;_0x43478c[_0x44fab0(0x1d5)](_0x2efb10);});};
|
|
1
|
+
const a0_0x3cb9c2=a0_0x36f1;function a0_0x36f1(_0x5d989b,_0x570964){const _0x2b7331=a0_0x2b73();return a0_0x36f1=function(_0x36f1ee,_0x45e808){_0x36f1ee=_0x36f1ee-0x13c;let _0x3c0da3=_0x2b7331[_0x36f1ee];return _0x3c0da3;},a0_0x36f1(_0x5d989b,_0x570964);}(function(_0x572d91,_0x4de57e){const _0x361774=a0_0x36f1,_0xb5424e=_0x572d91();while(!![]){try{const _0x33b6f5=parseInt(_0x361774(0x17d))/0x1*(parseInt(_0x361774(0x1b4))/0x2)+-parseInt(_0x361774(0x189))/0x3*(parseInt(_0x361774(0x1a0))/0x4)+parseInt(_0x361774(0x1c5))/0x5+-parseInt(_0x361774(0x15c))/0x6*(-parseInt(_0x361774(0x19e))/0x7)+-parseInt(_0x361774(0x154))/0x8*(parseInt(_0x361774(0x1a6))/0x9)+-parseInt(_0x361774(0x15a))/0xa*(parseInt(_0x361774(0x198))/0xb)+-parseInt(_0x361774(0x1db))/0xc*(parseInt(_0x361774(0x178))/0xd);if(_0x33b6f5===_0x4de57e)break;else _0xb5424e['push'](_0xb5424e['shift']());}catch(_0x32363a){_0xb5424e['push'](_0xb5424e['shift']());}}}(a0_0x2b73,0xe3743));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x3cb9c2(0x1cb)),logger=require(a0_0x3cb9c2(0x199))[a0_0x3cb9c2(0x185)],testOpsHelper=require(a0_0x3cb9c2(0x18f)),requestSpy=require(a0_0x3cb9c2(0x1e0)),PlaywrightSessionDetails=require(a0_0x3cb9c2(0x161)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x3cb9c2(0x160)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x3cb9c2(0x16d)),AccessibilityHelper=require(a0_0x3cb9c2(0x1ae)),scripts=require(a0_0x3cb9c2(0x16b)),PerformanceTester=require(a0_0x3cb9c2(0x179)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x3cb9c2(0x194)),testHubConstants=require(a0_0x3cb9c2(0x1b8)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule(a0_0x3cb9c2(0x174)),CodeceptRecorder=requireModule(a0_0x3cb9c2(0x19a)),CodeceptPlaywright=requireModule(a0_0x3cb9c2(0x1d6)),playwrightMarkSessionStatus=(_0x74c7b8,_0x10adb1,_0x3aff8c)=>{const _0x60adef=a0_0x3cb9c2,_0x195cf7={'wCCtf':_0x60adef(0x16a),'iWCxe':function(_0x39a0d0,_0x169ac7){return _0x39a0d0(_0x169ac7);}},_0x19793b={};_0x19793b[_0x60adef(0x1c3)]=_0x10adb1;const _0x734579={};_0x734579['action']=_0x195cf7[_0x60adef(0x145)],_0x734579[_0x60adef(0x15b)]=_0x19793b;const _0x247e34=_0x734579;return!_0x195cf7[_0x60adef(0x171)](isUndefined,_0x3aff8c)&&(_0x247e34[_0x60adef(0x15b)][_0x60adef(0x1d7)]=JSON[_0x60adef(0x1a8)](_0x3aff8c)),_0x74c7b8[_0x60adef(0x1a5)](()=>{},_0x60adef(0x14d)+JSON['stringify'](_0x247e34));},o11ySync=async _0x2820d3=>{const _0x1ed18e=a0_0x3cb9c2,_0x3ad2c7={};_0x3ad2c7[_0x1ed18e(0x141)]=function(_0x574d4e,_0x2c9738){return _0x574d4e===_0x2c9738;},_0x3ad2c7[_0x1ed18e(0x19d)]='Playwright';const _0x53f77e=_0x3ad2c7;_0x53f77e[_0x1ed18e(0x141)](_0x2820d3['constructor'][_0x1ed18e(0x17b)],_0x53f77e[_0x1ed18e(0x19d)])?await _0x2820d3[_0x1ed18e(0x1a5)](_0x3c31e6=>{},testOpsHelper[_0x1ed18e(0x13f)]()):await _0x2820d3['executeScript'](testOpsHelper['getSyncScript']());},markSessionName=async(_0x2dddba,_0x306b60)=>{const _0x47c127=a0_0x3cb9c2,_0x38ee09={};_0x38ee09[_0x47c127(0x188)]=_0x47c127(0x172),_0x38ee09['HXVSR']=function(_0x1623d2,_0x3879b7){return _0x1623d2===_0x3879b7;},_0x38ee09[_0x47c127(0x1ab)]=_0x47c127(0x164);const _0x4a7b64=_0x38ee09,_0x9a7b19={};_0x9a7b19['name']=_0x306b60;const _0x1c55f4={};_0x1c55f4[_0x47c127(0x1ac)]=_0x4a7b64[_0x47c127(0x188)],_0x1c55f4['arguments']=_0x9a7b19;const _0x4443c3=_0x1c55f4;_0x4a7b64[_0x47c127(0x193)](_0x2dddba[_0x47c127(0x1cd)]['name'],_0x4a7b64[_0x47c127(0x1ab)])?await _0x2dddba['executeScript'](()=>{},_0x47c127(0x14d)+JSON['stringify'](_0x4443c3)):await _0x2dddba[_0x47c127(0x1a5)](_0x47c127(0x14d)+JSON['stringify'](_0x4443c3));},patchSaveScreenshot=_0x5da48e=>{const _0x60297f=a0_0x3cb9c2,_0x363430={'duyFN':_0x60297f(0x144),'ngPoh':_0x60297f(0x1b7),'Bpfzw':function(_0x2f9f32){return _0x2f9f32();},'RzVor':function(_0xb7e92d,_0x3a15dc){return _0xb7e92d(_0x3a15dc);}};_0x363430[_0x60297f(0x157)](isTrue,process[_0x60297f(0x187)][_0x60297f(0x1c9)])&&!_0x5da48e[_0x60297f(0x1b0)]&&(_0x5da48e['patchSaveScreenshot']=!![],_0x5da48e[_0x60297f(0x18a)]=_0x5da48e['saveScreenshot'],_0x5da48e['saveScreenshot']=(_0xfabeb,_0x145b9e=![])=>{const _0x21d436=_0x60297f,_0x3d244d={'OsAZE':_0x363430[_0x21d436(0x16e)],'iRleS':_0x363430[_0x21d436(0x173)],'WJEZc':function(_0x57d169){return _0x363430['Bpfzw'](_0x57d169);}};return new Promise(function(_0x538676,_0x3c810){const _0xfc2066=_0x21d436;_0x5da48e[_0xfc2066(0x18a)](_0xfabeb,_0x145b9e)['then'](()=>{const _0x460a7b=_0xfc2066,_0x389bb8=CodeceptUtils[_0x460a7b(0x14e)](_0xfabeb),_0x42145d=fs[_0x460a7b(0x181)](_0x389bb8);process['emit']('bs:addLog:'+process[_0x460a7b(0x1b1)],{'timestamp':new Date()[_0x460a7b(0x1b3)](),'message':_0x42145d[_0x460a7b(0x190)](_0x3d244d['OsAZE']),'kind':_0x3d244d[_0x460a7b(0x1d8)]}),_0x3d244d[_0x460a7b(0x1ba)](_0x538676);})[_0xfc2066(0x19c)](()=>null);});});},patchWebDriverBefore=_0x2a2fba=>{const _0xa99b7d=a0_0x3cb9c2,_0x4d20a1={'luWyu':function(_0x3dac46){return _0x3dac46();},'ARshO':function(_0x12c2eb,_0x453489){return _0x12c2eb(_0x453489);},'UfWTG':function(_0x14ab4d,_0x120d9a){return _0x14ab4d===_0x120d9a;},'qXtZj':_0xa99b7d(0x1c0),'NGBvN':function(_0x49f9bd,_0x3700ae){return _0x49f9bd(_0x3700ae);}},_0x530974=async function(_0x32d9bd,_0x202deb){const _0x14aa6e=_0xa99b7d;return _0x4d20a1['luWyu'](isAccessibilityAutomationSession)&&!global['bstackAllyScanning']&&global['accessibilityPlatform']&&scripts[_0x14aa6e(0x1ca)](_0x32d9bd['name'])&&_0x4d20a1[_0x14aa6e(0x17a)](shouldPatchExecuteScript,arguments[0x2])&&(global[_0x14aa6e(0x176)]=!![],logger['debug'](_0x14aa6e(0x149)+_0x32d9bd[_0x14aa6e(0x1dd)]+'\x20'+_0x32d9bd['name']),await AccessibilityHelper['browserStackExecuteDriver'](_0x2a2fba,scripts['performScan'])),global[_0x14aa6e(0x176)]=![],_0x202deb[_0x14aa6e(0x1d0)](this,Array['prototype'][_0x14aa6e(0x153)]['call'](arguments,0x2));},_0x37e321=CodeceptWebDriver[_0xa99b7d(0x1aa)][_0xa99b7d(0x1af)];CodeceptWebDriver['prototype'][_0xa99b7d(0x1af)]=async function(){const _0x4cc33d=_0xa99b7d;await _0x37e321['apply'](this,arguments),scripts[_0x4cc33d(0x1b5)][_0x4cc33d(0x146)](_0x5bc139=>_0x5bc139[_0x4cc33d(0x17b)]&&_0x5bc139['class'])[_0x4cc33d(0x1bf)](_0x176858=>{const _0x39d959=_0x4cc33d;this[_0x39d959(0x1df)][_0x39d959(0x147)](_0x176858['name'],_0x530974['bind'](this,_0x176858),_0x4d20a1[_0x39d959(0x195)](_0x176858[_0x39d959(0x1dd)],_0x4d20a1[_0x39d959(0x1cc)]));}),_0x4d20a1['NGBvN'](processWebDriverConfig,_0x2a2fba);};},patchPlaywrightBefore=()=>{const _0x2fef13=a0_0x3cb9c2;PlaywrightSessionDetails[_0x2fef13(0x159)]();const _0x2db2e6=CodeceptPlaywright[_0x2fef13(0x1aa)][_0x2fef13(0x1af)];CodeceptPlaywright['prototype'][_0x2fef13(0x1af)]=async function(){const _0x1a65e1=_0x2fef13;this['browserContext']=await this['browser'][_0x1a65e1(0x1de)]()[0x0],await _0x2db2e6[_0x1a65e1(0x1d0)](this,arguments);};},getCodeceptDriver=()=>{const _0x53a7df=a0_0x3cb9c2,_0x237ae7={};_0x237ae7[_0x53a7df(0x1c2)]='WebDriver',_0x237ae7[_0x53a7df(0x1dc)]=_0x53a7df(0x164),_0x237ae7[_0x53a7df(0x184)]=_0x53a7df(0x155),_0x237ae7['XuifZ']='TestCafe';const _0x39b64d=_0x237ae7,_0x142eea=[_0x39b64d[_0x53a7df(0x1c2)],_0x39b64d[_0x53a7df(0x1dc)],_0x39b64d['nFANa'],_0x39b64d[_0x53a7df(0x148)]],_0x16aa27=_0x142eea['find'](_0x1d4038=>!!CodeceptJS['container']['helpers'](_0x1d4038));if(!_0x16aa27)return null;return CodeceptJS[_0x53a7df(0x1ad)][_0x53a7df(0x182)](_0x16aa27);};function a0_0x2b73(){const _0x453532=['Playwright','fireEvent','addRequestSpy','iBkYH','eYnvp','HOOK_RUN_STARTED','setSessionStatus','../../helpers/accessibility-automation/scripts','title','../../helpers/accessibility-automation/helper','duyFN','RdsHD','comment','iWCxe','setSessionName','ngPoh','codeceptjs/lib/helper/WebDriver.js','OWfnT','bstackAllyScanning','BROWSERSTACK_TESTHUB_UUID','746122RtKCDO','../../helpers/performance-tester','ARshO','name','before','986413lFcDHV','bddStepStart','HZVzz','captureEvent','readFileSync','helpers','AkSlF','nFANa','winstonLogger','ePRMx','env','eIqZD','213ZZQtmy','initSaveScreenshot','after','getAccessibilityResults','UHDsU','warn','../../helpers/test-observability/utils','toString','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','debug','HXVSR','./helper.js','UfWTG','accessibilityPlatform','thBuildUuid','11NzRYoF','../../helpers/logger','codeceptjs/lib/recorder.js','TEST_LOG','catch','PCckr','7viaSLJ','currentTest','27012pAEVaD','captureError','getAccessibilityResultsSummary','enabled','skipped','executeScript','1050984WlPyBs','hook','stringify','dispatcher','prototype','oNtMj','action','container','../../bin/playwright/accessibility-helper','_before','patchSaveScreenshot','pid','__skipSessionStatus','toISOString','2FuOyCk','commandsToWrap','thJwtToken','TEST_SCREENSHOT','../../helpers/testhub/constants.js','ENYSd','WJEZc','bddStepFinish','step','saveTestResults','browserStackExecuteDriver','forEach','Element','idsPT','OucXw','status','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','2513055dHsWJm','Suite','failed','event','BS_TESTOPS_ALLOW_SCREENSHOTS','shouldWrapCommand','../../helpers/helper','qXtZj','constructor','bddStep','started','apply','BROWSERSTACK_TESTHUB_JWT','passed','titlePath','VrSra','info','codeceptjs/lib/helper/Playwright.js','reason','iRleS','ctx','getResultsSummary','84wnUEbw','dpmSZ','class','contexts','browser','../../helpers/request-spy','CEMXA','wkyVL','TEST_RUN_SKIPPED','getSyncScript','test','FhKJq','HOOK_RUN_FINISHED','add','base64','wCCtf','filter','overwriteCommand','XuifZ','Performing\x20scan\x20for\x20','JcUXt','cMPbz','__workerDetails','browserstack_executor:\x20','screenshotOutputFolder','startMonitoring','yOCrD','start','exports','slice','8NNsCdo','Puppeteer','ENV_VAR','RzVor','performScan','patch','13709180XSMkJr','arguments','10869252tyUYGk','all','VJHYo','skipSessionStatus','./o11yHelper','../../bin/playwright/sessionDetails','TEST_RUN_FINISHED','stop'];a0_0x2b73=function(){return _0x453532;};return a0_0x2b73();}module[a0_0x3cb9c2(0x152)]=function(_0x4cced8){const _0x21f0c6=a0_0x3cb9c2,_0x19a2d5={'CEMXA':_0x21f0c6(0x1c4),'sOmKr':_0x21f0c6(0x191),'UHDsU':function(_0xf2d078){return _0xf2d078();},'dylUZ':function(_0x4d5854,_0xde0af){return _0x4d5854(_0xde0af);},'AkSlF':function(_0x5128a,_0x5df3c5,_0x468ddf){return _0x5128a(_0x5df3c5,_0x468ddf);},'JcUXt':function(_0x57add8,_0xce385e){return _0x57add8(_0xce385e);},'HZVzz':function(_0x29e36a,_0x2c5d7b,_0x5a93cf){return _0x29e36a(_0x2c5d7b,_0x5a93cf);},'RexSg':function(_0x3c3615,_0x41f09e,_0x1a83f8){return _0x3c3615(_0x41f09e,_0x1a83f8);},'cMPbz':function(_0x6df338){return _0x6df338();},'OWfnT':function(_0x14a39e,_0x1d078d,_0x50d7e9,_0xda3b53){return _0x14a39e(_0x1d078d,_0x50d7e9,_0xda3b53);},'idsPT':function(_0x5afc24,_0x1ae91c){return _0x5afc24===_0x1ae91c;},'wQTXz':_0x21f0c6(0x1c6),'wkyVL':function(_0x521d14){return _0x521d14();},'VJHYo':function(_0x2993a1){return _0x2993a1();},'eYnvp':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','iBkYH':'INFO','ePRMx':_0x21f0c6(0x19b),'EUWyi':function(_0x341da3){return _0x341da3();},'RdsHD':'Playwright','VrSra':function(_0x3c72ce){return _0x3c72ce();},'ENYSd':function(_0x39dd38,_0xff8461){return _0x39dd38(_0xff8461);}};_0x4cced8[_0x21f0c6(0x15f)]&&(global[_0x21f0c6(0x1b2)]=_0x4cced8[_0x21f0c6(0x15f)]);PerformanceTester[_0x21f0c6(0x14f)]();const _0x3c3f6d=_0x19a2d5['EUWyi'](getCodeceptDriver),_0x573419=new O11yHelper(_0x3c3f6d,_0x4cced8),_0x268925=!!CodeceptJS[_0x21f0c6(0x1ad)]['helpers'](_0x19a2d5[_0x21f0c6(0x16f)]);global['__driver']=_0x3c3f6d,_0x3c3f6d&&(_0x268925?_0x19a2d5[_0x21f0c6(0x1d4)](patchPlaywrightBefore):_0x19a2d5[_0x21f0c6(0x1b9)](patchWebDriverBefore,_0x3c3f6d),_0x3c3f6d[_0x21f0c6(0x1a2)]=async()=>{const _0x5c67c5=_0x21f0c6;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x5c67c5(0x1be)](_0x3c3f6d,scripts[_0x5c67c5(0x158)]),await AccessibilityHelper[_0x5c67c5(0x1be)](_0x3c3f6d,scripts[_0x5c67c5(0x1da)]);else return logger[_0x5c67c5(0x18e)](_0x19a2d5[_0x5c67c5(0x13c)]),{};},_0x3c3f6d[_0x21f0c6(0x18c)]=async()=>{const _0x4e0303=_0x21f0c6;if(global[_0x4e0303(0x196)])await AccessibilityHelper[_0x4e0303(0x1be)](_0x3c3f6d,scripts[_0x4e0303(0x158)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x3c3f6d,scripts['getResults']);else return logger[_0x4e0303(0x18e)](_0x19a2d5['sOmKr']),{};},_0x19a2d5['dylUZ'](patchSaveScreenshot,_0x3c3f6d)),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x15d)][_0x21f0c6(0x17c)],()=>{const _0x284623=_0x21f0c6;try{_0x573419[_0x284623(0x151)](),testOpsHelper[_0x284623(0x166)]();}catch(_0x7d453){PerformanceTester[_0x284623(0x1a1)](_0x7d453);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x15d)][_0x21f0c6(0x18b)],async()=>{const _0x45472c=_0x21f0c6;try{requestSpy['restore'](),await _0x573419[_0x45472c(0x163)]();}catch(_0x43ec13){PerformanceTester['captureError'](_0x43ec13);}finally{PerformanceTester['stopMonitoring']();}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a7)][_0x21f0c6(0x1cf)],_0x59ddbd=>{const _0x2a7a53=_0x21f0c6;try{const _0xfa175a=_0x59ddbd[_0x2a7a53(0x1d9)]['test'],_0x41e3a2=_0x573419[_0x2a7a53(0x180)](TEST_EVENTS[_0x2a7a53(0x169)],_0xfa175a);CodeceptRecorder['add'](()=>_0x573419['fireEvent'](TEST_EVENTS[_0x2a7a53(0x169)],_0x41e3a2));}catch(_0xee63fd){PerformanceTester[_0x2a7a53(0x1a1)](_0xee63fd);}}),CodeceptJS[_0x21f0c6(0x1c8)]['dispatcher']['on'](CodeceptJS[_0x21f0c6(0x1c8)]['hook']['passed'],_0x21692f=>{const _0x4a46ca=_0x21f0c6;try{const _0x1e8e24=_0x21692f[_0x4a46ca(0x1d9)][_0x4a46ca(0x140)],_0x4bbf57=_0x573419[_0x4a46ca(0x180)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1e8e24);CodeceptRecorder[_0x4a46ca(0x143)](()=>_0x573419[_0x4a46ca(0x165)](TEST_EVENTS[_0x4a46ca(0x142)],_0x4bbf57));}catch(_0x463114){PerformanceTester['captureError'](_0x463114);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a7)][_0x21f0c6(0x1c7)],async(_0x3e0c48,_0x51f94c)=>{const _0x1f868b=_0x21f0c6;try{const _0x1a99b4=_0x3e0c48[_0x1f868b(0x1d9)][_0x1f868b(0x140)],_0x1d8d4b=_0x573419[_0x1f868b(0x180)](TEST_EVENTS[_0x1f868b(0x142)],_0x1a99b4,_0x51f94c);CodeceptRecorder[_0x1f868b(0x143)](()=>_0x573419[_0x1f868b(0x165)](TEST_EVENTS[_0x1f868b(0x142)],_0x1d8d4b));}catch(_0xaccbf0){PerformanceTester[_0x1f868b(0x1a1)](_0xaccbf0);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x140)]['before'],_0x5dc43c=>{const _0x2c178d=_0x21f0c6;try{_0x19a2d5['UHDsU'](isBrowserstackInfra)&&(_0x268925&&(global[_0x2c178d(0x14c)]={'currentTest':{'name':_0x5dc43c['title'],'testInfo':{'titlePath':_0x5dc43c[_0x2c178d(0x1d3)]()}}}));}catch(_0x5936a1){PerformanceTester[_0x2c178d(0x1a1)](_0x5936a1);}}),CodeceptJS['event'][_0x21f0c6(0x1a9)]['on'](CodeceptJS['event'][_0x21f0c6(0x140)][_0x21f0c6(0x1cf)],_0x178c02=>{const _0x2323c1=_0x21f0c6;try{const _0x3e71e7=_0x573419['captureEvent'](TEST_EVENTS['TEST_RUN_STARTED'],_0x178c02);CodeceptRecorder['add'](()=>_0x573419[_0x2323c1(0x165)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3e71e7)),CodeceptRecorder[_0x2323c1(0x143)](async()=>{const _0x18ff85=_0x2323c1;_0x19a2d5[_0x18ff85(0x18d)](isBrowserstackInfra)&&(!_0x19a2d5['dylUZ'](isTrue,_0x4cced8['skipSessionName'])&&await _0x19a2d5[_0x18ff85(0x183)](markSessionName,_0x3c3f6d,_0x178c02[_0x18ff85(0x16c)]),_0x573419[_0x18ff85(0x1a3)]&&await _0x19a2d5[_0x18ff85(0x14a)](o11ySync,_0x3c3f6d));});}catch(_0x57184f){PerformanceTester[_0x2323c1(0x1a1)](_0x57184f);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x140)][_0x21f0c6(0x1d2)],_0x5ca939=>{const _0x511ab9=_0x21f0c6;try{const _0x489d0a=_0x573419[_0x511ab9(0x180)](TEST_EVENTS[_0x511ab9(0x162)],_0x5ca939);CodeceptRecorder['add'](()=>_0x573419[_0x511ab9(0x165)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x489d0a)),CodeceptRecorder[_0x511ab9(0x143)](async()=>{const _0x1f5226=_0x511ab9;_0x19a2d5[_0x1f5226(0x18d)](isBrowserstackInfra)&&(_0x268925?await _0x19a2d5[_0x1f5226(0x17f)](playwrightMarkSessionStatus,_0x3c3f6d,STATE_PASSED):await _0x19a2d5['RexSg'](markSessionStatus,_0x3c3f6d,STATE_PASSED));});}catch(_0x39a204){PerformanceTester[_0x511ab9(0x1a1)](_0x39a204);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)]['test'][_0x21f0c6(0x1c7)],(_0x5af469,_0x180085)=>{const _0x1905ee=_0x21f0c6,_0x5920e0={'paPTJ':function(_0x194381){const _0x1b1981=a0_0x36f1;return _0x19a2d5[_0x1b1981(0x14b)](_0x194381);},'yOCrD':function(_0x4789a4,_0x44f9cc,_0xc6c855,_0x13f7e9){const _0x8b480d=a0_0x36f1;return _0x19a2d5[_0x8b480d(0x175)](_0x4789a4,_0x44f9cc,_0xc6c855,_0x13f7e9);}};try{if(_0x19a2d5[_0x1905ee(0x1c1)](_0x5af469['constructor'][_0x1905ee(0x17b)],_0x19a2d5['wQTXz'])){const _0x31ebfd=_0x573419[_0x1905ee(0x180)](TEST_EVENTS[_0x1905ee(0x13e)],_0x5af469[_0x1905ee(0x1d9)][_0x1905ee(0x19f)]);CodeceptRecorder[_0x1905ee(0x143)](()=>_0x573419[_0x1905ee(0x165)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x31ebfd));}else{const _0x5a2a4b=_0x573419[_0x1905ee(0x180)](TEST_EVENTS[_0x1905ee(0x162)],_0x5af469,_0x180085);CodeceptRecorder['add'](()=>_0x573419['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5a2a4b)),CodeceptRecorder[_0x1905ee(0x143)](async()=>{const _0xee2dbb=_0x1905ee;_0x5920e0['paPTJ'](isBrowserstackInfra)&&(_0x268925?await _0x5920e0[_0xee2dbb(0x150)](playwrightMarkSessionStatus,_0x3c3f6d,STATE_FAILED,_0x180085):await _0x5920e0[_0xee2dbb(0x150)](markSessionStatus,_0x3c3f6d,STATE_FAILED,_0x180085));});}}catch(_0x4404b2){PerformanceTester[_0x1905ee(0x1a1)](_0x4404b2);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x140)][_0x21f0c6(0x1a4)],_0x30357b=>{const _0x1f3571=_0x21f0c6;try{const _0x1be3a8=_0x573419[_0x1f3571(0x180)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x30357b);CodeceptRecorder[_0x1f3571(0x143)](()=>_0x573419[_0x1f3571(0x165)](TEST_EVENTS[_0x1f3571(0x13e)],_0x1be3a8));}catch(_0x5a37d0){PerformanceTester[_0x1f3571(0x1a1)](_0x5a37d0);}}),CodeceptJS['event'][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x140)][_0x21f0c6(0x18b)],async(_0x5e22d8,_0x41d916)=>{const _0x42564d=_0x21f0c6;try{if(_0x19a2d5[_0x42564d(0x13d)](isBrowserstackInfra)){const _0x11bcce=_0x19a2d5[_0x42564d(0x183)](shouldScanTestForAccessibility,_0x5e22d8[_0x42564d(0x1d3)](),!![]);if(_0x19a2d5[_0x42564d(0x15e)](isAccessibilityAutomationSession)&&global[_0x42564d(0x196)]&&_0x11bcce){const _0x30f49e={};_0x30f49e['thTestRunUuid']=_0x5e22d8['testAnalyticsId'],_0x30f49e[_0x42564d(0x197)]=process['env'][testHubConstants[_0x42564d(0x156)][_0x42564d(0x177)]],_0x30f49e[_0x42564d(0x1b6)]=process['env'][testHubConstants[_0x42564d(0x156)][_0x42564d(0x1d1)]];const _0x4a0a49=_0x30f49e;logger[_0x42564d(0x192)]('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON['stringify'](_0x4a0a49)),CodeceptRecorder[_0x42564d(0x143)](async()=>{const _0x40f461=_0x42564d;await AccessibilityHelper['browserStackExecuteDriver'](_0x3c3f6d,scripts[_0x40f461(0x158)]),await AccessibilityHelper[_0x40f461(0x1be)](_0x3c3f6d,scripts[_0x40f461(0x1bd)],_0x4a0a49);}),logger[_0x42564d(0x1d5)](_0x19a2d5[_0x42564d(0x168)]);}}}catch(_0x733a53){PerformanceTester['captureError'](_0x733a53);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1bc)][_0x21f0c6(0x170)],_0x2e7989=>{const _0x2a6bc2=_0x21f0c6;try{process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x19a2d5[_0x2a6bc2(0x167)],'message':_0x2e7989,'kind':_0x19a2d5[_0x2a6bc2(0x186)],'http_response':{}});}catch(_0x471da0){PerformanceTester['captureError'](_0x471da0);}}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1ce)][_0x21f0c6(0x17c)],_0xb640e1=>{const _0x1779cf=_0x21f0c6;_0x573419[_0x1779cf(0x17e)](_0xb640e1);}),CodeceptJS[_0x21f0c6(0x1c8)][_0x21f0c6(0x1a9)]['on'](CodeceptJS[_0x21f0c6(0x1c8)]['bddStep']['after'],_0x6b469b=>{const _0x395a75=_0x21f0c6;_0x573419[_0x395a75(0x1bb)](_0x6b469b);});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x57660e=a1_0x5864;(function(_0x14ab53,_0x101e10){const _0x2de09b=a1_0x5864,_0x22dd65=_0x14ab53();while(!![]){try{const _0x237ed7=parseInt(_0x2de09b(0x109))/0x1*(parseInt(_0x2de09b(0x149))/0x2)+parseInt(_0x2de09b(0xe8))/0x3+parseInt(_0x2de09b(0x143))/0x4+parseInt(_0x2de09b(0xe2))/0x5+-parseInt(_0x2de09b(0x12a))/0x6*(-parseInt(_0x2de09b(0xf4))/0x7)+parseInt(_0x2de09b(0x152))/0x8+-parseInt(_0x2de09b(0xf3))/0x9;if(_0x237ed7===_0x101e10)break;else _0x22dd65['push'](_0x22dd65['shift']());}catch(_0x14c430){_0x22dd65['push'](_0x22dd65['shift']());}}}(a1_0x3d6d,0x9e265));const fs=require('fs'),path=require(a1_0x57660e(0x12d)),util=require('util'),{spawn}=require('child_process'),process=require(a1_0x57660e(0x106)),logger=require(a1_0x57660e(0xf8))[a1_0x57660e(0x130)],{default:BrowserStackSetup}=require(a1_0x57660e(0xf9)),helper=require('../../helpers/helper'),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x57660e(0x111)),{setAccessibilityCapabilities}=require(a1_0x57660e(0xd4)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x57660e(0x14a)),SessionHandler=require(a1_0x57660e(0x123)),testOpsHelper=require(a1_0x57660e(0x119)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),TestHubHandler=require(a1_0x57660e(0x10e)),constants=require(a1_0x57660e(0xef)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x18805d,_0x3e965e)=>{const _0x40780b=a1_0x57660e,_0x2bc92b={};_0x2bc92b[_0x40780b(0x116)]=function(_0x1b5945,_0xb60b73){return _0x1b5945===_0xb60b73;},_0x2bc92b[_0x40780b(0x118)]=_0x40780b(0xda),_0x2bc92b[_0x40780b(0x14c)]=_0x40780b(0x14e);const _0xfa46d4=_0x2bc92b;let _0x503bbb=null;const _0x203531={};let _0x37814a=_0x3e965e[_0x40780b(0x13b)](_0x436d59=>_0x436d59===_0x40780b(0x140));_0xfa46d4[_0x40780b(0x116)](_0x37814a,-0x1)&&(_0x37814a=_0x3e965e[_0x40780b(0x13b)](_0x1cf056=>_0x1cf056==='-c'));if(!helper[_0x40780b(0x159)](_0x18805d[_0x40780b(0xe0)])&&fs['existsSync'](path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0x18805d[_0x40780b(0xe0)])))_0x503bbb=path['join'](process[_0x40780b(0x134)](),_0x18805d[_0x40780b(0xe0)]),_0x3e965e['slice'](_0x37814a,0x2);else{if(!helper['isUndefined'](_0x18805d['c'])&&fs[_0x40780b(0xf1)](path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0x18805d['c'])))_0x503bbb=path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0x18805d['c']),_0x3e965e['slice'](_0x37814a,0x2);else{if(fs['existsSync'](path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0xfa46d4[_0x40780b(0x118)])))_0x503bbb=path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0xfa46d4[_0x40780b(0x118)]);else fs[_0x40780b(0xf1)](path[_0x40780b(0x12e)](process[_0x40780b(0x134)](),_0xfa46d4[_0x40780b(0x14c)]))&&(_0x503bbb=path['join'](process['cwd'](),_0xfa46d4[_0x40780b(0x14c)]));}}return _0x503bbb;},getO11yRerunPattern=()=>{const _0x4e44de=a1_0x57660e,_0x277c5f={};_0x277c5f['zDArt']=function(_0x14c1be,_0x1055f8){return _0x14c1be!==_0x1055f8;},_0x277c5f['zSsaK']='null';const _0x1edf84=_0x277c5f,_0x4289ea=helper[_0x4e44de(0x136)](process[_0x4e44de(0x133)][_0x4e44de(0xd7)]);if(_0x4289ea){const _0xdd0abd=process[_0x4e44de(0x133)]['BROWSERSTACK_RERUN_TESTS'],_0x3b3cc0=[];if(_0x1edf84[_0x4e44de(0xea)](_0xdd0abd,_0x1edf84[_0x4e44de(0x10f)])&&!helper['isUndefined'](_0xdd0abd)){_0xdd0abd['split'](',')[_0x4e44de(0x156)](_0x2955fd=>{const _0x379fe3=_0x4e44de;_0x3b3cc0[_0x379fe3(0x14f)]('('+_0x2955fd[_0x379fe3(0xec)]()+')');});const _0x27634e='^'+_0x3b3cc0[_0x4e44de(0x12e)]('|')+'$';return _0x27634e;}}return null;},a1_0x49ee3a={};function a1_0x3d6d(){const _0x3fa581=['browserStackCwd','skipSessionName','FTymy','initialize','396042TCUSEt','getPlatformName','desiredCapabilities','path','join','result','winstonLogger','yWUjo','chrome','env','cwd','playwright-webkit','isTrue','platforms','pBgMP','zzQxH','Started\x20:\x20','findIndex','gherkin','KkEnx','fhTTj','rXDRU','--config','profile','CODECEPT','3050596txIDVn','now','accessibilityOptions','stack','title','all','3706rVIMvY','codeceptjs/lib/index.js','plugins','IAnLA','TFCtd','codecept.json','push','MEvhU','dirname','137184svfhTF','Workers','XxMBD','0|2|3|1|4','map','spawn','false','isUndefined','crvJL','playwright-firefox','testContextOptions','format','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','MOrLK','firefox','../../bin/playwright/accessibility-helper','passed','testConfig','BROWSERSTACK_RERUN','event','FRAMEWORKS','codecept.conf.js','forEach','BROWSERSTACK_TEST_OBSERVABILITY_YML','info','prepareCapabilities','UdbjQ','config','test','1745595Hdlrnd','jpfOP','root','IusEJ','errorMessage','useW3C','3400632yHCjfc','browser','zDArt','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','trim','BROWSERSTACK_TEST_ACCESSIBILITY_YML','addConfig','../utils/constants','oNEKZ','existsSync','Nalqd','28625544yctyvA','91drNmiQ','createGroupsOfSuites','launchBuild','playwright-chromium','../../helpers/logger','../../helpers/BrowserStackSetup','WebDriver','GZkLk','stringify','skipSessionStatus','fyskz','bootstrapAll','teardownAll','getPlaywrightUrl','browserName','addTests','Passed\x20:\x20','fbCVm','process','debug','chdir','382ElTRmQ','zEVcT','isTestObservabilitySession','printResults','mergeDeep','../../helpers/testhub/testhubHandler','zSsaK','before','../../helpers/accessibility-automation/helper','length','Playwright','require','Failed\x20:\x20','ImtMB','NfWSz','YhIoA','../../helpers/test-observability/utils','err','chromium','accessibility','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','-cucumber','testObservability','log','finalExecution','kaugM','../../helpers/test-observability/sessionHandler','aztKR','codeceptjs'];a1_0x3d6d=function(){return _0x3fa581;};return a1_0x3d6d();}function a1_0x5864(_0x29094e,_0x2a523b){const _0x3d6d3f=a1_0x3d6d();return a1_0x5864=function(_0x586455,_0x3d2223){_0x586455=_0x586455-0xcd;let _0x3b2e94=_0x3d6d3f[_0x586455];return _0x3b2e94;},a1_0x5864(_0x29094e,_0x2a523b);}a1_0x49ee3a[a1_0x57660e(0x132)]=a1_0x57660e(0x11b),a1_0x49ee3a[a1_0x57660e(0xf7)]='chromium',a1_0x49ee3a[a1_0x57660e(0xce)]=a1_0x57660e(0xd3),a1_0x49ee3a[a1_0x57660e(0x135)]='webkit';const pwToCodeceptBrowser=a1_0x49ee3a;async function run(_0x2fe4c0,_0x50b3e5){const _0x300cac=a1_0x57660e,_0x28ac27={'NfWSz':function(_0x57112d,_0x190641){return _0x57112d+_0x190641;},'jpfOP':function(_0x436f09,_0x43f7c3){return _0x436f09(_0x43f7c3);},'pBgMP':function(_0x134d0c,_0x23c31d,_0x44a54d){return _0x134d0c(_0x23c31d,_0x44a54d);},'kaugM':_0x300cac(0xe0),'oNEKZ':'helpers','YrKjM':function(_0x97ad93){return _0x97ad93();},'yWUjo':function(_0xf3a73f){return _0xf3a73f();},'zEVcT':_0x300cac(0x115),'MOrLK':_0x300cac(0x104),'gRvWN':_0x300cac(0x13a),'zzQxH':_0x300cac(0x155),'Nalqd':_0x300cac(0x125),'XxMBD':function(_0x16497a,_0x34e75b){return _0x16497a(_0x34e75b);},'IusEJ':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','aztKR':function(_0x467bf0,_0x3038db,_0x5f37f5){return _0x467bf0(_0x3038db,_0x5f37f5);},'GZkLk':_0x300cac(0x113),'aqWPk':_0x300cac(0xfa),'fhTTj':function(_0x48e900,_0x4cfab0){return _0x48e900!=_0x4cfab0;},'fyskz':_0x300cac(0x158),'UdbjQ':_0x300cac(0x13c),'MEvhU':_0x300cac(0x11e),'QHqnR':function(_0x84f906,_0x19b980){return _0x84f906*_0x19b980;},'KkEnx':_0x300cac(0xe4),'fbCVm':'BrowserStackPlugin.js','TFCtd':_0x300cac(0x126),'crvJL':function(_0x15684f){return _0x15684f();}},_0x5db468=new BrowserStackSetup(_0x2fe4c0,_0x28ac27[_0x300cac(0xf2)]);await _0x5db468[_0x300cac(0x129)](),await helper['handleApp'](_0x5db468[_0x300cac(0xe0)]);if(!_0x5db468[_0x300cac(0xe0)])return;process[_0x300cac(0x141)]=_0x2fe4c0[_0x300cac(0x141)];_0x2fe4c0[_0x300cac(0x141)]&&(process['env'][_0x300cac(0x141)]=_0x2fe4c0[_0x300cac(0x141)]);const _0x88f20e=_0x28ac27[_0x300cac(0x138)](getUserCodeceptJSConfigs,_0x2fe4c0,_0x50b3e5);let _0xe97986={};_0x88f20e?(logger[_0x300cac(0xdd)](_0x300cac(0x11d)+_0x88f20e),_0xe97986=_0x28ac27['XxMBD'](require,_0x88f20e)):logger['info'](_0x28ac27[_0x300cac(0xe5)]);let _0x257db3=![];_0x28ac27[_0x300cac(0x124)](nestedKeyValue,_0xe97986,[_0x28ac27[_0x300cac(0x122)],_0x28ac27[_0x300cac(0xf0)],_0x28ac27[_0x300cac(0xfb)]])&&(_0x257db3=!![]);const _0x1ee13b=_0x257db3?_0x28ac27[_0x300cac(0xfb)]:_0x28ac27['aqWPk'];let _0x41f920=!_0x257db3?helper[_0x300cac(0xe7)](_0x5db468['config']):![];!helper[_0x300cac(0x159)](_0x5db468[_0x300cac(0xe0)][_0x300cac(0x145)])&&(process[_0x300cac(0x133)][_0x300cac(0xeb)]=JSON[_0x300cac(0xfc)](_0x5db468['config']['accessibilityOptions']));let _0x40732d=_0x5db468['config'][_0x300cac(0x11c)];_0x40732d=_0x40732d||_0x28ac27[_0x300cac(0xe3)](checkAccessibilityPlatformConfig,_0x5db468['config']),process[_0x300cac(0x133)][_0x300cac(0xed)]=_0x40732d;_0x40732d&&(_0x41f920=!_0x40732d);_0x28ac27[_0x300cac(0x13e)](_0x5db468[_0x300cac(0xe0)][_0x300cac(0x11f)],null)?process[_0x300cac(0x133)][_0x300cac(0xdc)]=_0x5db468[_0x300cac(0xe0)][_0x300cac(0x11f)]:process[_0x300cac(0x133)][_0x300cac(0xdc)]=_0x28ac27[_0x300cac(0xfe)];const _0x830735=_0x28ac27['NfWSz'](_0x28ac27[_0x300cac(0xf2)],_0x28ac27[_0x300cac(0x138)](nestedKeyValue,_0xe97986,[_0x28ac27[_0x300cac(0x122)],_0x28ac27[_0x300cac(0xdf)]])?_0x28ac27[_0x300cac(0x150)]:''),_0x244ac7=await TestHubHandler[_0x300cac(0xf6)](_0x830735,_0x5db468);_0x40732d&&_0x28ac27[_0x300cac(0x154)](setAccessibilityCapabilities,_0x5db468['config']);const _0x5b4382={},_0x5dbfa9=[],_0x477831=_0x5db468['config']['parallelsPerPlatform']||helper['getUserWorkerCount'](_0x2fe4c0,_0x50b3e5,_0x5db468[_0x300cac(0xe0)],constants[_0x300cac(0xd9)][_0x300cac(0x142)])||0x1;let _0x3ef124=0x1;if(_0x28ac27['yWUjo'](isBrowserstackInfra)){const _0x52e384=helper[_0x300cac(0xde)](_0x5db468[_0x300cac(0xe0)],_0x41f920,constants[_0x300cac(0xd9)][_0x300cac(0x142)]);helper['validPlatformsPresent'](_0x5db468[_0x300cac(0xe0)])?_0x3ef124=_0x28ac27['QHqnR'](_0x477831,_0x5db468[_0x300cac(0xe0)][_0x300cac(0x137)][_0x300cac(0x112)]):_0x3ef124=_0x477831,_0x52e384[_0x300cac(0xdb)](_0x9529ba=>{const _0x1c5ec7=_0x300cac,_0x139f41={'rXDRU':function(_0x451b33,_0x5b0494){const _0x1cd3f2=a1_0x5864;return _0x28ac27[_0x1cd3f2(0x117)](_0x451b33,_0x5b0494);},'FTymy':function(_0x1719d5,_0x256014){return _0x28ac27['jpfOP'](_0x1719d5,_0x256014);}},_0x4cafae=_0x28ac27['NfWSz'](helper[_0x1c5ec7(0x12b)](_0x9529ba,'_'),'_'+Date[_0x1c5ec7(0x144)]()),_0x4daf07=((()=>{const _0x1f2f3f=_0x1c5ec7;if(_0x257db3){const _0x248988=pwToCodeceptBrowser[_0x9529ba[_0x1f2f3f(0x102)]]||_0x9529ba[_0x1f2f3f(0x102)];return{'browser':_0x248988,[_0x248988]:{'browserWSEndpoint':_0x139f41[_0x1f2f3f(0x13f)](helper[_0x1f2f3f(0x101)](_0x5db468['config']),_0x139f41[_0x1f2f3f(0x128)](encodeURIComponent,JSON[_0x1f2f3f(0xfc)](_0x9529ba)))}};}const _0x2bd42a={};return _0x2bd42a[_0x1f2f3f(0x12c)]=_0x9529ba,_0x2bd42a;})()),_0x247619=_0x28ac27['pBgMP'](nestedKeyValue,_0xe97986,[_0x28ac27[_0x1c5ec7(0x122)],_0x28ac27[_0x1c5ec7(0xf0)],_0x1ee13b]);_0x5b4382[_0x4cafae]=_0x247619?helper['mergeDeep'](_0x4daf07,_0x247619):_0x4daf07,!_0x257db3&&(_0x5b4382[_0x4cafae][_0x1c5ec7(0xe9)]=_0x9529ba[_0x1c5ec7(0x102)]||_0x4daf07[_0x1c5ec7(0xe9)]),_0x5dbfa9['push'](_0x4cafae);});}else _0x3ef124=0x1,_0x5b4382[_0x28ac27[_0x300cac(0x13d)]]=_0xe97986[_0x300cac(0xe0)],_0x5dbfa9[_0x300cac(0x14f)](_0x28ac27[_0x300cac(0x13d)]);const _0xd701b0={};_0xd701b0[_0x300cac(0xd6)]=_0x88f20e;const _0x34fac6=_0xd701b0,_0x37bb56=path[_0x300cac(0x12e)](__dirname,_0x28ac27[_0x300cac(0x105)]),_0x2f4da1=process['cwd']();process[_0x300cac(0x133)][_0x28ac27[_0x300cac(0x14d)]]=_0x2f4da1,process[_0x300cac(0x108)](path[_0x300cac(0x151)](_0x88f20e));const _0x5c099a=new CodeceptJS[(_0x300cac(0x153))](null,_0x34fac6),_0x22c366=_0x5c099a[_0x300cac(0xf5)](_0x3ef124),_0x4149db=testOpsHelper[_0x300cac(0x10b)](),_0x336cf8=_0x5dbfa9[_0x300cac(0x156)](_0x39a8f7=>{const _0x2e4188=_0x300cac,_0xb54389={};_0xb54389[_0x2e4188(0x113)]=_0x5b4382[_0x39a8f7];const _0x2b6b18={};_0x2b6b18[_0x2e4188(0xfa)]=_0x5b4382[_0x39a8f7];const _0x559113=_0x257db3?_0xb54389:_0x2b6b18,_0x18ebd4=_0x28ac27['YrKjM'](getO11yRerunPattern),_0x31131a={};_0x31131a['helpers']=_0x559113;const _0x30fed5={};_0x30fed5[_0x2e4188(0x114)]=_0x37bb56,_0x30fed5['enabled']=!![],_0x30fed5['skipSessionName']=_0x5db468[_0x2e4188(0xe0)][_0x2e4188(0xcf)][_0x2e4188(0x127)],_0x30fed5[_0x2e4188(0xfd)]=_0x5db468[_0x2e4188(0xe0)]['testContextOptions']['skipSessionStatus'],_0x30fed5[_0x2e4188(0x11f)]=_0x4149db,_0x30fed5['frameworkName']=_0x830735;const _0x375410={};_0x375410['BrowserStackPlugin']=_0x30fed5;const _0xe123e={};return _0xe123e[_0x2e4188(0x14b)]=_0x375410,helper[_0x2e4188(0x10d)]({},_0xe97986[_0x2e4188(0xe0)],_0x28ac27[_0x2e4188(0x131)](isBrowserstackInfra)?_0x31131a:{},_0x18ebd4?{'grep':_0x18ebd4}:{},_0xe123e);});for(const _0x45c57f of _0x336cf8){for(const _0x343f44 of _0x22c366){const _0x39f2b7=_0x5c099a[_0x300cac(0x157)]();_0x39f2b7[_0x300cac(0x103)](_0x343f44),_0x39f2b7[_0x300cac(0xee)](_0x45c57f);}}_0x5c099a['on'](CodeceptJS[_0x300cac(0xd8)][_0x300cac(0xe1)]['failed'],(_0x32662c,_0x192636)=>{const _0x150b06=_0x300cac;console[_0x150b06(0x120)](_0x28ac27[_0x150b06(0x10a)],_0x32662c[_0x150b06(0x147)]);const _0x4a7db5={[_0x32662c[_0x150b06(0x147)]]:_0x32662c[_0x150b06(0x11a)][_0x150b06(0x146)]};_testErrorData['push'](_0x4a7db5);}),_0x5c099a['on'](CodeceptJS['event'][_0x300cac(0xe1)][_0x300cac(0xd5)],async _0x29e5a8=>{const _0x4b7821=_0x300cac;console[_0x4b7821(0x120)](_0x28ac27[_0x4b7821(0xd2)],_0x29e5a8[_0x4b7821(0x147)]);}),_0x5c099a['on'](CodeceptJS[_0x300cac(0xd8)][_0x300cac(0xe1)][_0x300cac(0x110)],async _0x38b4fe=>{const _0x5ad9fb=_0x300cac;console[_0x5ad9fb(0x120)](_0x28ac27['gRvWN'],_0x38b4fe[_0x5ad9fb(0x147)]);}),_0x5c099a['on'](CodeceptJS[_0x300cac(0xd8)][_0x300cac(0x148)][_0x300cac(0x12f)],async()=>{const _0x174b2e=_0x300cac,_0xea69f9=_0x28ac27[_0x174b2e(0x139)]['split']('|');let _0x42c9a6=0x0;while(!![]){switch(_0xea69f9[_0x42c9a6++]){case'0':_0x5db468[_0x174b2e(0xe6)]=_testErrorData;continue;case'1':try{await TestHubHandler['stop']();}catch(_0x5733ae){logger[_0x174b2e(0x107)](_0x174b2e(0xd1)+util[_0x174b2e(0xd0)](_0x5733ae));}continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':helper[_0x174b2e(0x121)](_0x5db468);continue;case'4':_0x5c099a[_0x174b2e(0x10c)]();continue;}break;}});async function _0x4686fd(){const _0x53778a=_0x300cac;try{await _0x5c099a[_0x53778a(0xff)](),await _0x5c099a['run']();}finally{process[_0x53778a(0x108)](_0x2f4da1),await _0x5c099a[_0x53778a(0x100)]();}}_0x28ac27[_0x300cac(0xcd)](_0x4686fd);}module['exports']=run;
|
|
2
|
+
'use strict';const a1_0x2caf37=a1_0x4dde;function a1_0x4dde(_0x40133b,_0xa5dea7){const _0x3ea0ef=a1_0x3ea0();return a1_0x4dde=function(_0x4dde6f,_0x5f375e){_0x4dde6f=_0x4dde6f-0x19c;let _0x440108=_0x3ea0ef[_0x4dde6f];return _0x440108;},a1_0x4dde(_0x40133b,_0xa5dea7);}function a1_0x3ea0(){const _0x55bc9a=['desiredCapabilities','BROWSERSTACK_TEST_OBSERVABILITY_YML','1393XMEfGD','dirname','failed','frameworkName','cGAjd','initialize','FVHLt','AmOPz','existsSync','chromium','accessibilityOptions','playwright-webkit','util','../../helpers/test-observability/utils','null','../../helpers/helper','now','--config','4gFjMtz','isTestObservabilitySession','firefox','3501370DdXyoZ','title','../../helpers/test-observability/sessionHandler','BrowserStackPlugin.js','helpers','abpnU','finalExecution','testConfig','webkit','vCuxr','codecept.json','browserName','WZBUr','map','log','hIdcH','passed','HKucd','../../helpers/logger','443410ePkZGN','getPlatformName','10ROSDDi','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','BROWSERSTACK_RERUN_TESTS','false','cvwDA','teardownAll','length','rDOtb','26154DWFRrU','BROWSERSTACK_RERUN','run','child_process','playwright-chromium','Workers','mergeDeep','event','push','BROWSERSTACK_TEST_ACCESSIBILITY_YML','gYsiK','testContextOptions','spawn','../../helpers/testhub/testhubHandler','codeceptjs/lib/index.js','stringify','exports','xQptO','1797900uqLPvN','getUserWorkerCount','testObservability','WJGgM','prepareCapabilities','test','chrome','path','result','bHlvv','Passed\x20:\x20','toLowerCase','HuJtW','addConfig','6182040AwtXjA','187332GsVPqN','Failed\x20:\x20','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','GtRcs','../../helpers/accessibility-automation/helper','thUbz','gherkin','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','profile','skipSessionStatus','require','before','launchBuild','jdthz','pAKQB','winstonLogger','all','codecept.conf.js','info','chdir','../../helpers/BrowserStackSetup','forEach','config','Playwright','DXqJJ','2206236ucwsjy','qFHRd','stack','QSIlj','browserWSEndpoint','browser','skipSessionName','split','getPlaywrightUrl','BrowserStackPlugin','MLaKU','KskoR','join','../utils/constants','addTests','slice','UsyxK','lvjMA','codeceptjs','format','DNpfD','parallelsPerPlatform','9QnNDMO','SgXtu','platforms','CODECEPT','WebDriver','playwright-firefox','env','33wZgLOc','findIndex','isUndefined','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../../bin/playwright/accessibility-helper','cwd'];a1_0x3ea0=function(){return _0x55bc9a;};return a1_0x3ea0();}(function(_0x2926fd,_0x598f42){const _0x90e6fe=a1_0x4dde,_0x488198=_0x2926fd();while(!![]){try{const _0x574c08=parseInt(_0x90e6fe(0x1f1))/0x1*(parseInt(_0x90e6fe(0x1db))/0x2)+-parseInt(_0x90e6fe(0x20d))/0x3+parseInt(_0x90e6fe(0x21c))/0x4*(parseInt(_0x90e6fe(0x1f3))/0x5)+-parseInt(_0x90e6fe(0x1fb))/0x6*(parseInt(_0x90e6fe(0x1c9))/0x7)+parseInt(_0x90e6fe(0x21b))/0x8+parseInt(_0x90e6fe(0x1ba))/0x9*(-parseInt(_0x90e6fe(0x1de))/0xa)+-parseInt(_0x90e6fe(0x1c1))/0xb*(-parseInt(_0x90e6fe(0x1a4))/0xc);if(_0x574c08===_0x598f42)break;else _0x488198['push'](_0x488198['shift']());}catch(_0x1a8f04){_0x488198['push'](_0x488198['shift']());}}}(a1_0x3ea0,0x771f2));const fs=require('fs'),path=require(a1_0x2caf37(0x214)),util=require(a1_0x2caf37(0x1d5)),{spawn}=require(a1_0x2caf37(0x1fe)),process=require('process'),logger=require(a1_0x2caf37(0x1f0))[a1_0x2caf37(0x22b)],{default:BrowserStackSetup}=require(a1_0x2caf37(0x19f)),helper=require('../../helpers/helper'),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x2caf37(0x220)),{setAccessibilityCapabilities}=require(a1_0x2caf37(0x1c5)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x2caf37(0x1d8)),CodeceptJS=requireModule(a1_0x2caf37(0x209)),SessionHandler=require(a1_0x2caf37(0x1e0)),testOpsHelper=require(a1_0x2caf37(0x1d6)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),TestHubHandler=require(a1_0x2caf37(0x208)),constants=require(a1_0x2caf37(0x1b1)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x2799fd,_0x44ac6f)=>{const _0x5c64df=a1_0x2caf37,_0x4862ed={};_0x4862ed[_0x5c64df(0x1ae)]=function(_0x349808,_0x3e303e){return _0x349808===_0x3e303e;},_0x4862ed['jdthz']=_0x5c64df(0x19c),_0x4862ed[_0x5c64df(0x22a)]=_0x5c64df(0x1e8);const _0x40b0e0=_0x4862ed;let _0x5d41e7=null;const _0x2ae460={};let _0x55d9b5=_0x44ac6f[_0x5c64df(0x1c2)](_0x51cc56=>_0x51cc56===_0x5c64df(0x1da));_0x40b0e0[_0x5c64df(0x1ae)](_0x55d9b5,-0x1)&&(_0x55d9b5=_0x44ac6f[_0x5c64df(0x1c2)](_0x2e727f=>_0x2e727f==='-c'));if(!helper[_0x5c64df(0x1c3)](_0x2799fd['config'])&&fs[_0x5c64df(0x1d1)](path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x2799fd[_0x5c64df(0x1a1)])))_0x5d41e7=path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x2799fd['config']),_0x44ac6f[_0x5c64df(0x1b3)](_0x55d9b5,0x2);else{if(!helper[_0x5c64df(0x1c3)](_0x2799fd['c'])&&fs[_0x5c64df(0x1d1)](path['join'](process[_0x5c64df(0x1c6)](),_0x2799fd['c'])))_0x5d41e7=path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x2799fd['c']),_0x44ac6f[_0x5c64df(0x1b3)](_0x55d9b5,0x2);else{if(fs[_0x5c64df(0x1d1)](path['join'](process[_0x5c64df(0x1c6)](),_0x40b0e0[_0x5c64df(0x229)])))_0x5d41e7=path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x40b0e0[_0x5c64df(0x229)]);else fs[_0x5c64df(0x1d1)](path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x40b0e0[_0x5c64df(0x22a)]))&&(_0x5d41e7=path[_0x5c64df(0x1b0)](process[_0x5c64df(0x1c6)](),_0x40b0e0['pAKQB']));}}return _0x5d41e7;},getO11yRerunPattern=()=>{const _0x76103e=a1_0x2caf37,_0x4cb8a3={};_0x4cb8a3['bHlvv']=function(_0x401e44,_0x2772fd){return _0x401e44!==_0x2772fd;},_0x4cb8a3[_0x76103e(0x1e3)]=_0x76103e(0x1d7);const _0x2a9a5f=_0x4cb8a3,_0x3e943b=helper['isTrue'](process[_0x76103e(0x1c0)][_0x76103e(0x1fc)]);if(_0x3e943b){const _0x1fdee9=process['env'][_0x76103e(0x1f5)],_0x9b7917=[];if(_0x2a9a5f[_0x76103e(0x216)](_0x1fdee9,_0x2a9a5f[_0x76103e(0x1e3)])&&!helper[_0x76103e(0x1c3)](_0x1fdee9)){_0x1fdee9[_0x76103e(0x1ab)](',')[_0x76103e(0x1eb)](_0x213123=>{_0x9b7917['push']('('+_0x213123['trim']()+')');});const _0x56c5b7='^'+_0x9b7917['join']('|')+'$';return _0x56c5b7;}}return null;},a1_0x478df3={};a1_0x478df3[a1_0x2caf37(0x213)]=a1_0x2caf37(0x1d2),a1_0x478df3[a1_0x2caf37(0x1ff)]=a1_0x2caf37(0x1d2),a1_0x478df3[a1_0x2caf37(0x1bf)]=a1_0x2caf37(0x1dd),a1_0x478df3[a1_0x2caf37(0x1d4)]=a1_0x2caf37(0x1e6);const pwToCodeceptBrowser=a1_0x478df3;async function run(_0xc86c37,_0x3e3c9e){const _0x5d116f=a1_0x2caf37,_0x584ac6={'DXqJJ':function(_0x30d75d,_0x10711a){return _0x30d75d+_0x10711a;},'MSPxc':function(_0x5c7261,_0x1e5c88){return _0x5c7261(_0x1e5c88);},'xQptO':function(_0x23438d,_0x33f02a){return _0x23438d+_0x33f02a;},'UsyxK':function(_0x5eb97f,_0x4f7f6d,_0x49c41a){return _0x5eb97f(_0x4f7f6d,_0x49c41a);},'QSIlj':'config','DNpfD':_0x5d116f(0x1e2),'HuJtW':function(_0x4138e3){return _0x4138e3();},'WZBUr':_0x5d116f(0x21d),'KskoR':_0x5d116f(0x217),'gYsiK':'Started\x20:\x20','vCuxr':'4|0|3|1|2','AmOPz':_0x5d116f(0x1b6),'HKucd':function(_0x8d2d81,_0x344f98){return _0x8d2d81(_0x344f98);},'hIdcH':_0x5d116f(0x223),'rDOtb':function(_0x4fcaec,_0x37cb11,_0x3fa166){return _0x4fcaec(_0x37cb11,_0x3fa166);},'gClRh':_0x5d116f(0x1a2),'lNXMV':'WebDriver','YMHfm':function(_0x44eb61,_0xf92909){return _0x44eb61!=_0xf92909;},'kAqIo':_0x5d116f(0x1f6),'cGAjd':function(_0x5346fb,_0x2a0389,_0x593319){return _0x5346fb(_0x2a0389,_0x593319);},'PJXbX':_0x5d116f(0x222),'qFHRd':'-cucumber','cvwDA':function(_0x4df443,_0x201e36){return _0x4df443(_0x201e36);},'GtRcs':function(_0x1006f8){return _0x1006f8();},'CUfBM':function(_0x2aeb27,_0x4c57dc){return _0x2aeb27*_0x4c57dc;},'FVHLt':'browser','QtsoU':function(_0x1bde62,_0x32639a,_0x41484a){return _0x1bde62(_0x32639a,_0x41484a);},'thUbz':_0x5d116f(0x1c7),'WJGgM':'root','SgXtu':_0x5d116f(0x1e1),'lvjMA':'browserStackCwd'},_0xe245b9=new BrowserStackSetup(_0xc86c37,_0x584ac6[_0x5d116f(0x1d0)]);await _0xe245b9[_0x5d116f(0x1ce)](),await helper['handleApp'](_0xe245b9[_0x5d116f(0x1a1)]);if(!_0xe245b9[_0x5d116f(0x1a1)])return;process[_0x5d116f(0x224)]=_0xc86c37['profile'];_0xc86c37[_0x5d116f(0x224)]&&(process[_0x5d116f(0x1c0)][_0x5d116f(0x224)]=_0xc86c37[_0x5d116f(0x224)]);const _0x5d6e24=_0x584ac6['UsyxK'](getUserCodeceptJSConfigs,_0xc86c37,_0x3e3c9e);let _0x577145={};_0x5d6e24?(logger[_0x5d116f(0x19d)](_0x5d116f(0x21e)+_0x5d6e24),_0x577145=_0x584ac6['HKucd'](require,_0x5d6e24)):logger[_0x5d116f(0x19d)](_0x584ac6[_0x5d116f(0x1ed)]);let _0x5855ee=![];_0x584ac6[_0x5d116f(0x1fa)](nestedKeyValue,_0x577145,[_0x584ac6[_0x5d116f(0x1a7)],_0x584ac6['DNpfD'],_0x584ac6['gClRh']])&&(_0x5855ee=!![]);const _0xb372a0=_0x5855ee?_0x584ac6['gClRh']:_0x584ac6['lNXMV'];let _0x4a1d2f=!_0x5855ee?helper['useW3C'](_0xe245b9['config']):![];!helper[_0x5d116f(0x1c3)](_0xe245b9[_0x5d116f(0x1a1)][_0x5d116f(0x1d3)])&&(process[_0x5d116f(0x1c0)][_0x5d116f(0x1c4)]=JSON[_0x5d116f(0x20a)](_0xe245b9[_0x5d116f(0x1a1)][_0x5d116f(0x1d3)]));let _0x2b6105=_0xe245b9['config']['accessibility'];_0x2b6105=_0x2b6105||_0x584ac6[_0x5d116f(0x1ef)](checkAccessibilityPlatformConfig,_0xe245b9[_0x5d116f(0x1a1)]),process[_0x5d116f(0x1c0)][_0x5d116f(0x204)]=_0x2b6105;_0x2b6105&&(_0x4a1d2f=!_0x2b6105);_0x584ac6['YMHfm'](_0xe245b9[_0x5d116f(0x1a1)][_0x5d116f(0x20f)],null)?process[_0x5d116f(0x1c0)][_0x5d116f(0x1c8)]=_0xe245b9[_0x5d116f(0x1a1)]['testObservability']:process[_0x5d116f(0x1c0)][_0x5d116f(0x1c8)]=_0x584ac6['kAqIo'];const _0x5e69e8=_0x584ac6[_0x5d116f(0x20c)](_0x584ac6[_0x5d116f(0x1d0)],_0x584ac6[_0x5d116f(0x1cd)](nestedKeyValue,_0x577145,[_0x584ac6['QSIlj'],_0x584ac6['PJXbX']])?_0x584ac6[_0x5d116f(0x1a5)]:''),_0x167569=await TestHubHandler[_0x5d116f(0x228)](_0x5e69e8,_0xe245b9);_0x2b6105&&_0x584ac6[_0x5d116f(0x1f7)](setAccessibilityCapabilities,_0xe245b9[_0x5d116f(0x1a1)]);const _0x5c742f={},_0x5db70a=[],_0x4109b8=_0xe245b9[_0x5d116f(0x1a1)][_0x5d116f(0x1b9)]||helper[_0x5d116f(0x20e)](_0xc86c37,_0x3e3c9e,_0xe245b9['config'],constants['FRAMEWORKS'][_0x5d116f(0x1bd)])||0x1;let _0x3186ef=0x1;if(_0x584ac6[_0x5d116f(0x21f)](isBrowserstackInfra)){const _0x1c818f=helper[_0x5d116f(0x211)](_0xe245b9[_0x5d116f(0x1a1)],_0x4a1d2f,constants['FRAMEWORKS']['CODECEPT']);helper['validPlatformsPresent'](_0xe245b9[_0x5d116f(0x1a1)])?_0x3186ef=_0x584ac6['CUfBM'](_0x4109b8,_0xe245b9['config'][_0x5d116f(0x1bc)][_0x5d116f(0x1f9)]):_0x3186ef=_0x4109b8,_0x1c818f[_0x5d116f(0x1a0)](_0x40c50f=>{const _0x802cd4=_0x5d116f,_0x37537a=_0x584ac6[_0x802cd4(0x20c)](helper[_0x802cd4(0x1f2)](_0x40c50f,'_'),'_'+Date[_0x802cd4(0x1d9)]()),_0x10b283=((()=>{const _0xeff5f4=_0x802cd4;if(_0x5855ee){const _0x177e83=pwToCodeceptBrowser[_0x40c50f['browserName']]||_0x40c50f[_0xeff5f4(0x1e9)];return{'browser':_0x177e83,[_0x177e83]:{'browserWSEndpoint':_0x584ac6[_0xeff5f4(0x1a3)](helper[_0xeff5f4(0x1ac)](_0xe245b9[_0xeff5f4(0x1a1)]),_0x584ac6['MSPxc'](encodeURIComponent,JSON[_0xeff5f4(0x20a)](_0x40c50f)))}};}const _0x3a0b57={};return _0x3a0b57[_0xeff5f4(0x1c7)]=_0x40c50f,_0x3a0b57;})()),_0x3ee0c3=_0x584ac6[_0x802cd4(0x1b4)](nestedKeyValue,_0x577145,[_0x584ac6[_0x802cd4(0x1a7)],_0x584ac6[_0x802cd4(0x1b8)],_0xb372a0]);_0x5c742f[_0x37537a]=_0x3ee0c3?helper[_0x802cd4(0x201)](_0x10b283,_0x3ee0c3):_0x10b283,!_0x5855ee&&(_0x5c742f[_0x37537a]['browser']=_0x40c50f['browserName']||_0x10b283[_0x802cd4(0x1a9)]),_0x5db70a['push'](_0x37537a);});}else{_0x3186ef=0x1;if(_0x5855ee){const _0x2b162c=_0x584ac6[_0x5d116f(0x1b4)](nestedKeyValue,_0x577145,[_0x584ac6['QSIlj'],_0x584ac6[_0x5d116f(0x1b8)],_0xb372a0,_0x584ac6[_0x5d116f(0x1cf)]]),_0x2c8c9a=_0x584ac6['QtsoU'](nestedKeyValue,_0x577145,[_0x584ac6[_0x5d116f(0x1a7)],_0x584ac6[_0x5d116f(0x1b8)],_0xb372a0,_0x2b162c]);_0x2c8c9a&&_0x2c8c9a['browserWSEndpoint']&&(_0x2c8c9a[_0x5d116f(0x1a8)]=helper[_0x5d116f(0x211)](null,null,_0x5e69e8[_0x5d116f(0x218)](),null,null,_0x2c8c9a[_0x5d116f(0x1a8)]));}else _0x577145[_0x5d116f(0x1a1)][_0x584ac6[_0x5d116f(0x1b8)]][_0xb372a0][_0x584ac6['thUbz']]=helper['prepareCapabilities'](null,null,_0x5e69e8['toLowerCase'](),_0x584ac6[_0x5d116f(0x1b4)](nestedKeyValue,_0x577145,[_0x584ac6[_0x5d116f(0x1a7)],_0x584ac6[_0x5d116f(0x1b8)],_0xb372a0,_0x584ac6[_0x5d116f(0x221)]]),null,null);_0x5c742f[_0x584ac6[_0x5d116f(0x210)]]=_0x577145[_0x5d116f(0x1a1)],_0x5db70a[_0x5d116f(0x203)](_0x584ac6[_0x5d116f(0x210)]);}const _0x180e01={};_0x180e01[_0x5d116f(0x1e5)]=_0x5d6e24;const _0x4e1eab=_0x180e01,_0x44de62=path[_0x5d116f(0x1b0)](__dirname,_0x584ac6[_0x5d116f(0x1bb)]),_0x1ad43a=process[_0x5d116f(0x1c6)]();process[_0x5d116f(0x1c0)][_0x584ac6[_0x5d116f(0x1b5)]]=_0x1ad43a,process['chdir'](path[_0x5d116f(0x1ca)](_0x5d6e24));const _0x5ebdc0=new CodeceptJS[(_0x5d116f(0x200))](null,_0x4e1eab),_0x3cdf5f=_0x5ebdc0['createGroupsOfSuites'](_0x3186ef),_0x1497d5=testOpsHelper[_0x5d116f(0x1dc)](),_0x1860e5=_0x5db70a[_0x5d116f(0x1eb)](_0x19850a=>{const _0x469018=_0x5d116f,_0x4206c0={};_0x4206c0['Playwright']=_0x5c742f[_0x19850a];const _0x491622={};_0x491622[_0x469018(0x1be)]=_0x5c742f[_0x19850a];const _0x34d2a7=_0x5855ee?_0x4206c0:_0x491622,_0x3e6d30=_0x584ac6[_0x469018(0x219)](getO11yRerunPattern),_0x21c186={};_0x21c186['helpers']=_0x34d2a7;const _0x37afac={};_0x37afac[_0x469018(0x226)]=_0x44de62,_0x37afac['enabled']=!![],_0x37afac[_0x469018(0x1aa)]=_0xe245b9[_0x469018(0x1a1)][_0x469018(0x206)][_0x469018(0x1aa)],_0x37afac[_0x469018(0x225)]=_0xe245b9[_0x469018(0x1a1)][_0x469018(0x206)][_0x469018(0x225)],_0x37afac[_0x469018(0x20f)]=_0x1497d5,_0x37afac[_0x469018(0x1cc)]=_0x5e69e8;const _0x39200f={};_0x39200f[_0x469018(0x1ad)]=_0x37afac;const _0xe855ee={};return _0xe855ee['plugins']=_0x39200f,helper[_0x469018(0x201)]({},_0x577145['config'],_0x584ac6['HuJtW'](isBrowserstackInfra)?_0x21c186:{},_0x3e6d30?{'grep':_0x3e6d30}:{},_0xe855ee);});for(const _0x8bd5ea of _0x1860e5){for(const _0x2e62ac of _0x3cdf5f){const _0xf5281f=_0x5ebdc0[_0x5d116f(0x207)]();_0xf5281f[_0x5d116f(0x1b2)](_0x2e62ac),_0xf5281f[_0x5d116f(0x21a)](_0x8bd5ea);}}_0x5ebdc0['on'](CodeceptJS['event'][_0x5d116f(0x212)][_0x5d116f(0x1cb)],(_0x120a45,_0xef40b1)=>{const _0x5445bb=_0x5d116f;console[_0x5445bb(0x1ec)](_0x584ac6[_0x5445bb(0x1ea)],_0x120a45[_0x5445bb(0x1df)]);const _0x3bcee7={[_0x120a45['title']]:_0x120a45['err'][_0x5445bb(0x1a6)]};_testErrorData['push'](_0x3bcee7);}),_0x5ebdc0['on'](CodeceptJS[_0x5d116f(0x202)][_0x5d116f(0x212)][_0x5d116f(0x1ee)],async _0xda5bef=>{const _0x4992b4=_0x5d116f;console[_0x4992b4(0x1ec)](_0x584ac6[_0x4992b4(0x1af)],_0xda5bef['title']);}),_0x5ebdc0['on'](CodeceptJS[_0x5d116f(0x202)]['test'][_0x5d116f(0x227)],async _0x525469=>{const _0x50bb92=_0x5d116f;console['log'](_0x584ac6[_0x50bb92(0x205)],_0x525469[_0x50bb92(0x1df)]);}),_0x5ebdc0['on'](CodeceptJS[_0x5d116f(0x202)][_0x5d116f(0x22c)][_0x5d116f(0x215)],async()=>{const _0x3fa379=_0x5d116f,_0x48ac11=_0x584ac6[_0x3fa379(0x1e7)][_0x3fa379(0x1ab)]('|');let _0x150cac=0x0;while(!![]){switch(_0x48ac11[_0x150cac++]){case'0':testOpsHelper['printBuildLink']();continue;case'1':try{await TestHubHandler['stop']();}catch(_0x3dcbd0){logger['debug'](_0x3fa379(0x1f4)+util[_0x3fa379(0x1b7)](_0x3dcbd0));}continue;case'2':_0x5ebdc0['printResults']();continue;case'3':helper[_0x3fa379(0x1e4)](_0xe245b9);continue;case'4':_0xe245b9['errorMessage']=_testErrorData;continue;}break;}});async function _0x5c17e9(){const _0x439da2=_0x5d116f;try{await _0x5ebdc0['bootstrapAll'](),await _0x5ebdc0[_0x439da2(0x1fd)]();}finally{process[_0x439da2(0x19e)](_0x1ad43a),await _0x5ebdc0[_0x439da2(0x1f8)]();}}_0x584ac6[_0x5d116f(0x21f)](_0x5c17e9);}module[a1_0x2caf37(0x20b)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a2_0x3079(){const _0x504180=['config','bstack:options','NkZLq','ynYTk','10404738mqeNyc','shouldPatchExecuteScript','827316jMSmFb','browserWSEndpoint','app','warn','TiEtE','5757IyepfR','vnUxT','app-automate','3700165FNvPWn','DrrTk','8Hdwpjw','zcvTR','appium:app','browser','SfuOW','mKTzt','automate','cloudProvider','includes','cpUQT','jaPGY','getDetails','accessibilityPlatform','__cloud_provider___','browserstack_accessibility_automation_script','chrome','Playwright','QxiIX','platformVersion','OLWxL','parse','bhZBv','constructor','SvdzS','unknown_grid','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','../../helpers/logger','IPSPw','platform_version','ydbCw','zmcHv','7913430OGwqbU','../../helpers/accessibility-automation/helper','browserstack','326dztgOp','name','platform','browserName','zJYVl','453677xUQtCO','Ponel','fetchPlatformDetails','processWebDriverConfig','desiredCapabilities','XADXa','rvmIj','MrMUl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','rGUEK','6yBJDef','iOHOg','../../bin/playwright/sessionDetails','ttEgZ','yjFjW','osVersion','VZSZh','platformName','bISxa','os_version','zDhgP','capabilities','xMEqg','334669ClSuzU','mZMWl','browserVersion','browserstack_executor','jpjeB','browser_version','sessionId','WebDriver','yudcy'];a2_0x3079=function(){return _0x504180;};return a2_0x3079();}const a2_0x464591=a2_0x36a1;(function(_0x20659a,_0x3387a3){const _0x4c6bd6=a2_0x36a1,_0x92ba10=_0x20659a();while(!![]){try{const _0x292ce6=parseInt(_0x4c6bd6(0xf7))/0x1+parseInt(_0x4c6bd6(0x132))/0x2*(-parseInt(_0x4c6bd6(0x10b))/0x3)+parseInt(_0x4c6bd6(0x106))/0x4+parseInt(_0x4c6bd6(0x10e))/0x5+parseInt(_0x4c6bd6(0x141))/0x6*(parseInt(_0x4c6bd6(0x137))/0x7)+parseInt(_0x4c6bd6(0x110))/0x8*(-parseInt(_0x4c6bd6(0x104))/0x9)+parseInt(_0x4c6bd6(0x12f))/0xa;if(_0x292ce6===_0x3387a3)break;else _0x92ba10['push'](_0x92ba10['shift']());}catch(_0x365ebc){_0x92ba10['push'](_0x92ba10['shift']());}}}(a2_0x3079,0xa3486));function a2_0x36a1(_0x528035,_0x3d2477){const _0x307900=a2_0x3079();return a2_0x36a1=function(_0x36a13c,_0x4695ca){_0x36a13c=_0x36a13c-0xed;let _0xbb830c=_0x307900[_0x36a13c];return _0xbb830c;},a2_0x36a1(_0x528035,_0x3d2477);}const {isUndefined,nestedKeyValue}=require('../../helpers/helper'),logger=require(a2_0x464591(0x12a))['winstonLogger'],PlaywrightSessionDetails=require(a2_0x464591(0x143)),{isAccessibilityAutomationSession}=require(a2_0x464591(0x130)),getOSVersionFromCaps=_0x3e43a5=>{const _0x262787=a2_0x464591,_0x1556fc={};_0x1556fc['SdrKt']=_0x262787(0x101),_0x1556fc[_0x262787(0x142)]='platformVersion',_0x1556fc['lmLal']=_0x262787(0x12c),_0x1556fc[_0x262787(0x121)]=_0x262787(0xef),_0x1556fc[_0x262787(0x12d)]=_0x262787(0xf3);const _0x3e3b36=_0x1556fc;if(!_0x3e43a5)return null;const _0x10ea30=_0x3e43a5[_0x3e3b36['SdrKt']],_0x34d27a=[_0x3e3b36[_0x262787(0x142)],_0x3e3b36['lmLal'],_0x3e3b36['QxiIX'],_0x3e3b36[_0x262787(0x12d)]];for(const _0x2e7ae3 of _0x34d27a){if(_0x10ea30&&_0x10ea30[_0x2e7ae3])return _0x10ea30[_0x2e7ae3];else{if(_0x3e43a5[_0x2e7ae3])return _0x3e43a5[_0x2e7ae3];}}return null;};exports[a2_0x464591(0x139)]=_0x32b8eb=>{const _0x353ea7=a2_0x464591,_0x19de81={'zcvTR':_0x353ea7(0x128),'rGUEK':function(_0x316472,_0x22528e){return _0x316472===_0x22528e;},'rvmIj':_0x353ea7(0xfe),'ewvQL':function(_0x1e2744,_0x3770fa){return _0x1e2744(_0x3770fa);},'yudcy':function(_0x1077fc,_0x439cb6,_0x26d0c8){return _0x1077fc(_0x439cb6,_0x26d0c8);},'VZSZh':_0x353ea7(0x100),'IPSPw':_0x353ea7(0x13b),'OLWxL':function(_0x5089c4,_0x1802ee){return _0x5089c4===_0x1802ee;},'mZMWl':_0x353ea7(0x131),'zDhgP':_0x353ea7(0x112),'xMEqg':_0x353ea7(0x108),'Ponel':_0x353ea7(0x10d),'bISxa':_0x353ea7(0x116),'orXZA':function(_0x7b693d,_0xd445bf){return _0x7b693d===_0xd445bf;},'TiEtE':_0x353ea7(0x120),'vnUxT':_0x353ea7(0x113),'mKTzt':_0x353ea7(0x107),'zJYVl':'caps','yjFjW':function(_0x2e7d17,_0x587167){return _0x2e7d17===_0x587167;}};if(!_0x32b8eb)return null;let _0x11b7b0=global[_0x353ea7(0x11d)]||_0x19de81[_0x353ea7(0x111)];if(_0x19de81[_0x353ea7(0x140)](_0x32b8eb[_0x353ea7(0x126)][_0x353ea7(0x133)],_0x19de81[_0x353ea7(0x13d)])){const _0xb1a406=_0x32b8eb['browser'];if(!_0xb1a406)return null;const _0x369e6a=_0xb1a406[_0x353ea7(0xf5)],_0x2e4908=_0x19de81['ewvQL'](getOSVersionFromCaps,_0x19de81[_0x353ea7(0xff)](nestedKeyValue,_0x32b8eb,[_0x19de81[_0x353ea7(0xf0)],_0x19de81[_0x353ea7(0x12b)]]));return{[_0x11b7b0]:{'browser':_0x369e6a[_0x353ea7(0x135)],'browser_version':_0x369e6a[_0x353ea7(0xf9)],'capabilities':_0x369e6a,'platform':_0x369e6a[_0x353ea7(0xf1)],'platform_version':_0x369e6a[_0x353ea7(0x122)]||_0x2e4908,'product':_0x19de81[_0x353ea7(0x123)](global[_0x353ea7(0x11d)],_0x19de81[_0x353ea7(0xf8)])?_0x369e6a[_0x19de81[_0x353ea7(0xf4)]]||_0x369e6a[_0x19de81[_0x353ea7(0xf6)]]?_0x19de81[_0x353ea7(0x138)]:_0x19de81[_0x353ea7(0xf2)]:null,'session_id':_0xb1a406[_0x353ea7(0xfd)]}};}else{if(_0x19de81['orXZA'](_0x32b8eb[_0x353ea7(0x126)]['name'],_0x19de81[_0x353ea7(0x10a)])){const _0x2791ab=PlaywrightSessionDetails[_0x353ea7(0x11b)]();_0x11b7b0=_0x2791ab[_0x353ea7(0x117)]||_0x11b7b0;const _0x301d37=_0x19de81[_0x353ea7(0xff)](nestedKeyValue,_0x32b8eb,[_0x19de81[_0x353ea7(0xf0)],_0x19de81[_0x353ea7(0x10c)],_0x19de81[_0x353ea7(0x115)]]),_0x5a1513=_0x301d37?JSON[_0x353ea7(0x124)](new URL(_0x301d37)['searchParams']['get'](_0x19de81[_0x353ea7(0x136)])):{};return{[_0x11b7b0]:{'browser':_0x2791ab[_0x353ea7(0x113)]||_0x5a1513[_0x353ea7(0x135)],'browser_version':_0x2791ab[_0x353ea7(0xfc)]||_0x5a1513['browser_version'],'capabilities':_0x5a1513,'platform':_0x2791ab[_0x353ea7(0x134)],'platform_version':_0x2791ab[_0x353ea7(0x12c)],'product':_0x19de81[_0x353ea7(0xee)](global[_0x353ea7(0x11d)],_0x19de81[_0x353ea7(0xf8)])?_0x5a1513[_0x19de81['zDhgP']]||_0x5a1513[_0x19de81['xMEqg']]?_0x19de81['Ponel']:_0x19de81[_0x353ea7(0xf2)]:null,'session_id':_0x2791ab['bsSessionId']}};}}},exports[a2_0x464591(0x13a)]=_0x65c9f7=>{const _0x3cefc1=a2_0x464591,_0x45e949={'XADXa':function(_0x26d62b){return _0x26d62b();},'DrrTk':function(_0x221f5c,_0x20cdd0){return _0x221f5c===_0x20cdd0;},'ttEgZ':'latest','YteCR':function(_0x4408bf,_0x135026){return _0x4408bf>_0x135026;},'jpjeB':function(_0x24ae07,_0x50d53a){return _0x24ae07(_0x50d53a);},'cpUQT':_0x3cefc1(0x129),'zmcHv':function(_0xcf95d,_0x1b5932){return _0xcf95d===_0x1b5932;},'SfuOW':_0x3cefc1(0x11f),'SvdzS':function(_0x5afd2f,_0x3d0c6f){return _0x5afd2f===_0x3d0c6f;},'MrMUl':'playwright-chromium','jaPGY':_0x3cefc1(0x13f),'bhZBv':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.'};if(_0x45e949[_0x3cefc1(0x13c)](isAccessibilityAutomationSession)){const _0x4a59ee=_0x65c9f7[_0x3cefc1(0x113)],_0x1ea595=_0x4a59ee[_0x3cefc1(0xf5)];global[_0x3cefc1(0x11c)]=!![],!(_0x45e949[_0x3cefc1(0x10f)](_0x1ea595['browserVersion'],_0x45e949[_0x3cefc1(0xed)])||_0x45e949['YteCR'](_0x45e949[_0x3cefc1(0xfb)](parseInt,_0x1ea595[_0x3cefc1(0xf9)]),0x5e))&&(logger['warn'](_0x45e949[_0x3cefc1(0x119)]),global[_0x3cefc1(0x11c)]=![]),!(_0x45e949[_0x3cefc1(0x12e)](_0x1ea595['browserName'],_0x45e949[_0x3cefc1(0x114)])||_0x45e949[_0x3cefc1(0x127)](_0x1ea595[_0x3cefc1(0x135)],_0x45e949[_0x3cefc1(0x13e)]))&&(logger[_0x3cefc1(0x109)](_0x45e949[_0x3cefc1(0x11a)]),global[_0x3cefc1(0x11c)]=![]),!_0x45e949[_0x3cefc1(0xfb)](isUndefined,_0x1ea595['deviceName'])&&(logger[_0x3cefc1(0x109)](_0x45e949[_0x3cefc1(0x125)]),global[_0x3cefc1(0x11c)]=![]);}},exports[a2_0x464591(0x105)]=_0x290335=>{const _0x44061a=a2_0x464591,_0x3adc2b={};_0x3adc2b[_0x44061a(0x103)]=_0x44061a(0xfa),_0x3adc2b['NkZLq']=_0x44061a(0x11e);const _0x2d2636=_0x3adc2b;if(!_0x290335)return![];return!_0x290335['includes'](_0x2d2636[_0x44061a(0x103)])&&!_0x290335[_0x44061a(0x118)](_0x2d2636[_0x44061a(0x102)]);};
|