browserstack-node-sdk 1.33.3 → 1.33.4
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
|
-
const a32_0x19c089=a32_0x49df;(function(_0x4f4d9b,_0x47f072){const _0x308e2d=a32_0x49df,_0x280d43=_0x4f4d9b();while(!![]){try{const _0x4f9cd2=-parseInt(_0x308e2d(0x25b))/0x1+-parseInt(_0x308e2d(0x259))/0x2*(-parseInt(_0x308e2d(0x27a))/0x3)+parseInt(_0x308e2d(0x2e4))/0x4+-parseInt(_0x308e2d(0x203))/0x5+parseInt(_0x308e2d(0x241))/0x6+parseInt(_0x308e2d(0x2b7))/0x7+-parseInt(_0x308e2d(0x2a1))/0x8;if(_0x4f9cd2===_0x47f072)break;else _0x280d43['push'](_0x280d43['shift']());}catch(_0x15945c){_0x280d43['push'](_0x280d43['shift']());}}}(a32_0x4d52,0x1f1cd));function a32_0x4d52(){const _0x30e67b=['cFbVg','getAuthHeader','./instrumentationUtils','base64','bTvRc','\x20is\x20ready.','installAzurePackages','ZgOEz','zIBRk','join','aOUTp','Local','replicas','Thzvu','kdXff','VxPqy','startSync','Basic\x20','VLZwB','eFDLi','fmClM','rbAtn','cUKfX','3|0|2|7|1|6|10|5|9|4|8','hqOne','waitForDeployment','cTFlg','gaJjh','vOZzI','hkimA','erCmX','wDvkv','yNuro','342856niAGef','setLocalArgs','ADLfM','.ats','fCwBe','@kubernetes/client-node','tJAUK','bFtwM','create','fehXg','LJRUz','parse','stringify','VVxVI','dXAfm','eUjuY','X-npm-version','ezILW','getAccessKey','X-ci-environment','readFileSync','username','149870CVWqLb','../config/logger','LGIUF','getCredentialsPath','WsDuR','/packages/cli/get-grid-details?gridId=','execSync','from','https://','fetchOrUpdateUserConfig','gujBS','DRAMO','\x20in\x20namespace\x20','QkXKG','X-os-version','sMWBO','ZEwuc','BZejY','zwiFP','Iegvf','concurrency','5|2|3|10|0|8|7|1|9|6|4','jIFdb','message','Mbgay','JZRzm','ami-0a0b7559ee7c88dcd','application/json','DuHkW','CbqHK','utf-8','isArray','./webSocketUtils','ZPudL','browserVersion','KubernetesObjectApi','FasFb','TfILI','SgJIR','FgkNf','nnObM','LZafl','TIjXj','OTquo','accessKey','631632aIpCDU','pOmoJ','xtYpn','ljVNT','ami','UEjMX','XERar','JJEkN','xapsr','body','ats-repeater','RlcWf','type','VbvIM','oDWzq','lsyKa','kFIlj','maxNodes','customRepeaters','ihZzQ','Npmkl','674355REduUb','node','NYkkG','../config/constants','pptkf','forceLocal','browserStackLocalOptions','zBXlR','readNamespacedDeployment','now','toLowerCase','X-cli-version','fjNhZ','nKcqn','credentials.json','yPYOv','FEkxf','\x20to\x20be\x20ready...','ZiZmA','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','X-os','kind','xuCAV','X-cli-path','dtowx','SrHwT','browserstack-local','YoeKj','verbose','true','fObnk','spec','Timeout\x20waiting\x20for\x20deployment\x20','aMYDp','zeGcy','MzagK','vhSIE','clusterRegion','password','child_process','NMwmE','cpnen','Browserstack','path','getGridDetails','kUDkI','wBxhG','patch','custom-repeater','namespace','GET','Otliq','sendEventToBackend','kubeApply','oSiiK','tDrAA','split','RaWGt','got','xsAIq','stop','versions','358956iApsVP','TzCDj','uWMjR','fXDif','VQkXY','minNodes','pupxC','bNYuS','pcHxD','key','cjmzs','gebUV','jXTIQ','getDirForConfig','PUDpC','EQQLe','Error\x20while\x20waiting\x20for\x20deployment:','stopLocalBinary','ncKhd','nEKxo','QIFoE','name','constructor','writeFileSync','75722GDMNuc','Deployment\x20','47562EWCDjV','OijZE','sKUXF','IvtPs','PPsbI','clusterName','DHGZc','xPMoh','version','existsSync','filter','statusCode','YdXse','VrJME','\x20to\x20become\x20available.','nRkIO','swCqp','vkulo','cloudProvider','nMizr','GkKnK','s3Bucket','RFHYX','toString','GNCNo','VdQea','trUeF','TZFhv','lIZhg','$1-$2','vseaX','9qJVzBV','TcRZN','debug','hubVersion','encodeBase64','APTOc'];a32_0x4d52=function(){return _0x30e67b;};return a32_0x4d52();}const path=require(a32_0x19c089(0x22e)),os=require('os'),fs=require('fs'),cp=require(a32_0x19c089(0x22a)),webSocketUtils=require(a32_0x19c089(0x2d7)),{sendInstrumentationEvent}=require(a32_0x19c089(0x282)),BrowserstackLocalLauncher=require(a32_0x19c089(0x21d)),got=require(a32_0x19c089(0x23d)),k8s=require(a32_0x19c089(0x2a6)),{logger}=require(a32_0x19c089(0x2b8)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils'),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x19c089(0x206));function a32_0x49df(_0x397604,_0x4ce0b2){const _0x4d52c7=a32_0x4d52();return a32_0x49df=function(_0x49dfe1,_0x3aebc0){_0x49dfe1=_0x49dfe1-0x1f4;let _0x2b9eed=_0x4d52c7[_0x49dfe1];return _0x2b9eed;},a32_0x49df(_0x397604,_0x4ce0b2);}exports[a32_0x19c089(0x27e)]=_0x163046=>Buffer[a32_0x19c089(0x2be)](_0x163046)['toString'](a32_0x19c089(0x283)),exports['getDirForConfig']=()=>{const _0x18fa4b=a32_0x19c089,_0x473b9b={};_0x473b9b[_0x18fa4b(0x2b9)]='.ats';const _0x3bf11e=_0x473b9b;return path['join'](os['homedir'](),_0x3bf11e[_0x18fa4b(0x2b9)]);},exports['getCredentialsPath']=()=>{const _0xe9ecfc=a32_0x19c089,_0xe38ab0={};_0xe38ab0[_0xe9ecfc(0x284)]=_0xe9ecfc(0x211);const _0x168a61=_0xe38ab0;return path['join'](this['getDirForConfig'](),_0x168a61['bTvRc']);},exports[a32_0x19c089(0x299)]=async(_0x434dca,_0x1918a2,_0x112648,_0x2f5f93)=>{const _0x420a34=a32_0x19c089,_0xaa7703={};_0xaa7703['oYEnv']=_0x420a34(0x2c5),_0xaa7703[_0x420a34(0x213)]=_0x420a34(0x20e),_0xaa7703[_0x420a34(0x2c9)]=_0x420a34(0x21a),_0xaa7703[_0x420a34(0x219)]=function(_0x557442,_0x4f8725){return _0x557442!==_0x4f8725;},_0xaa7703[_0x420a34(0x29c)]='LhsJn',_0xaa7703[_0x420a34(0x28f)]=function(_0x2ed20e,_0x5a4992){return _0x2ed20e===_0x5a4992;},_0xaa7703[_0x420a34(0x225)]=_0x420a34(0x1f4),_0xaa7703[_0x420a34(0x29e)]=function(_0x5c2a28,_0x530263){return _0x5c2a28>_0x530263;},_0xaa7703[_0x420a34(0x2e5)]=function(_0x12609a,_0x248340){return _0x12609a-_0x248340;},_0xaa7703['Iegvf']=_0x420a34(0x2d0),_0xaa7703[_0x420a34(0x275)]=function(_0x1e3f6f,_0x2bb322){return _0x1e3f6f>=_0x2bb322;},_0xaa7703[_0x420a34(0x247)]=function(_0x2fc0d8,_0x267000){return _0x2fc0d8!==_0x267000;},_0xaa7703[_0x420a34(0x236)]='vgbRh',_0xaa7703[_0x420a34(0x298)]=function(_0x330455,_0x2f6165){return _0x330455!==_0x2f6165;},_0xaa7703['fmClM']=_0x420a34(0x215),_0xaa7703[_0x420a34(0x1fb)]=_0x420a34(0x251);const _0x5dc062=_0xaa7703;try{if(_0x5dc062[_0x420a34(0x219)](_0x5dc062['vOZzI'],_0x5dc062[_0x420a34(0x29c)]))_0x1bba29[_0x5dc062['oYEnv']]=_0x2520a1;else{const _0x47fd74=0x1388,_0x1b612e=Date[_0x420a34(0x20c)]();let _0x11108c=![];while(!_0x11108c){if(_0x5dc062['VxPqy'](_0x5dc062[_0x420a34(0x225)],_0x5dc062[_0x420a34(0x225)])){if(_0x5dc062[_0x420a34(0x29e)](_0x5dc062[_0x420a34(0x2e5)](Date['now'](),_0x1b612e),_0x2f5f93)){if(_0x5dc062[_0x420a34(0x219)](_0x5dc062[_0x420a34(0x2ca)],_0x5dc062[_0x420a34(0x2ca)]))_0x395ebe[_0x5dc062['FEkxf']]=_0x8800c6[_0x420a34(0x263)];else throw new Error(_0x420a34(0x223)+_0x112648+_0x420a34(0x2c3)+_0x1918a2+'\x20to\x20become\x20available.');}const _0x27c2b5={};_0x27c2b5[_0x420a34(0x256)]=_0x112648,_0x27c2b5[_0x420a34(0x234)]=_0x1918a2;const _0x2fd8b6=await _0x434dca[_0x420a34(0x20b)](_0x27c2b5),_0x334132=_0x2fd8b6[_0x420a34(0x222)][_0x420a34(0x28c)]||0x1,_0x9382c5=_0x2fd8b6['status']['availableReplicas']||0x0;_0x11108c=_0x5dc062[_0x420a34(0x275)](_0x9382c5,_0x334132),!_0x11108c&&(_0x5dc062[_0x420a34(0x247)](_0x5dc062[_0x420a34(0x236)],_0x5dc062[_0x420a34(0x236)])?_0x2f84d7[_0x5dc062[_0x420a34(0x2c9)]]=_0x34d07a['path']:(logger[_0x420a34(0x27c)]('Waiting\x20for\x20deployment\x20'+_0x112648+_0x420a34(0x2c3)+_0x1918a2+_0x420a34(0x214)),await new Promise(_0x184378=>setTimeout(_0x184378,_0x47fd74))));}else throw new _0x2fdf9e(_0x420a34(0x223)+_0x381cbf+'\x20in\x20namespace\x20'+_0x516757+_0x420a34(0x269));}logger[_0x420a34(0x27c)](_0x420a34(0x25a)+_0x112648+_0x420a34(0x2c3)+_0x1918a2+_0x420a34(0x285));}}catch(_0x3b156a){if(_0x5dc062[_0x420a34(0x298)](_0x5dc062['fmClM'],_0x5dc062[_0x420a34(0x294)])){const _0x45fb43={};_0x45fb43[_0x420a34(0x2b6)]=_0x291928,_0x45fb43[_0x420a34(0x229)]=_0x4b2acf;const _0xa4e8ef={};_0xa4e8ef['Browserstack']=_0x45fb43;const _0x5baf40=_0xa4e8ef;_0x3564e9['writeFileSync'](this[_0x420a34(0x2ba)](),_0x34c42a[_0x420a34(0x2ad)](_0x5baf40));}else{logger['debug'](_0x5dc062[_0x420a34(0x1fb)],_0x3b156a);throw _0x3b156a;}}},exports['updateGlobalRegistryWithConfig']=(_0x42ea23,_0x5c3582,_0x6c800f,_0x50a031,_0x453601,_0x472d17,_0x38ef90,_0x2967e6,_0x1e614e,_0xbbb7ce,_0x386ff4)=>{const _0x25e826=a32_0x19c089,_0x25e177={};_0x25e177[_0x25e826(0x20a)]=_0x25e826(0x2cc),_0x25e177[_0x25e826(0x28d)]=_0x25e826(0x2d1);const _0x2d85c5=_0x25e177,_0x43fa9c=_0x2d85c5['zBXlR'][_0x25e826(0x23b)]('|');let _0x4aad03=0x0;while(!![]){switch(_0x43fa9c[_0x4aad03++]){case'0':global_registry['instanceType']=_0x453601;continue;case'1':global_registry[_0x25e826(0x27d)]=_0x2967e6;continue;case'2':global_registry[_0x25e826(0x228)]=_0x6c800f;continue;case'3':global_registry[_0x25e826(0x260)]=_0x5c3582;continue;case'4':global_registry[_0x25e826(0x1ff)]=_0x386ff4;continue;case'5':global_registry[_0x25e826(0x26d)]=_0x42ea23;continue;case'6':global_registry[_0x25e826(0x246)]=_0xbbb7ce;continue;case'7':global_registry['ami']=_0x38ef90['ami']||_0x2d85c5[_0x25e826(0x28d)];continue;case'8':global_registry[_0x25e826(0x270)]=_0x472d17;continue;case'9':global_registry['browserVersion']=_0x1e614e;continue;case'10':global_registry[_0x25e826(0x2cb)]=_0x50a031;continue;}break;}},exports['kebabCase']=_0x421bb0=>_0x421bb0['replace'](/([a-z])([A-Z])/g,a32_0x19c089(0x278))['replace'](/[\s_]+/g,'-')[a32_0x19c089(0x20d)](),exports['reportToGalactusAndSendToEDS']=async(_0x192d73,_0x21d856,_0x19afb0,_0x307970,_0x44d261,_0x4f9f19,_0x42dfdc)=>{const _0x550623=a32_0x19c089,_0x3611b4={'dtowx':function(_0xf778ad,_0x50384b,_0x2a18da,_0x9e6f8,_0x4eee89,_0x49a134,_0x1889d1){return _0xf778ad(_0x50384b,_0x2a18da,_0x9e6f8,_0x4eee89,_0x49a134,_0x1889d1);}};await _0x3611b4[_0x550623(0x21b)](sendInstrumentationEvent,_0x192d73,_0x44d261,_0x307970,_0x4f9f19,null,_0x192d73);const _0x4fe943={};_0x4fe943[_0x550623(0x1fa)]=WS_EVENTS['LOG'],_0x4fe943[_0x550623(0x2ce)]=_0x19afb0,await webSocketUtils[_0x550623(0x237)](_0x21d856,_0x4fe943,_0x42dfdc,!![]);},exports[a32_0x19c089(0x2b3)]=_0x24fcb6=>{return _0x24fcb6['accessKey'];},exports[a32_0x19c089(0x2a2)]=_0x1821d2=>{const _0x6b7885=a32_0x19c089,_0x1e14c4={};_0x1e14c4[_0x6b7885(0x231)]=_0x6b7885(0x24a),_0x1e14c4[_0x6b7885(0x2db)]=_0x6b7885(0x21f),_0x1e14c4[_0x6b7885(0x2cd)]=_0x6b7885(0x208),_0x1e14c4[_0x6b7885(0x2cf)]=_0x6b7885(0x220),_0x1e14c4[_0x6b7885(0x2a0)]='localIdentifier',_0x1e14c4[_0x6b7885(0x210)]=_0x6b7885(0x1f8),_0x1e14c4[_0x6b7885(0x2c7)]=_0x6b7885(0x233),_0x1e14c4[_0x6b7885(0x1fc)]=function(_0x4e12c6,_0x2499fc){return _0x4e12c6===_0x2499fc;},_0x1e14c4['nRkIO']=_0x6b7885(0x2a4),_0x1e14c4[_0x6b7885(0x1f6)]=function(_0x58114a,_0x4ee758){return _0x58114a!==_0x4ee758;},_0x1e14c4['PUDpC']=_0x6b7885(0x23e),_0x1e14c4[_0x6b7885(0x2c2)]=function(_0x1ab9ef,_0x3a7151){return _0x1ab9ef===_0x3a7151;},_0x1e14c4[_0x6b7885(0x2d3)]=function(_0x3af229,_0x4becc1){return _0x3af229!==_0x4becc1;},_0x1e14c4[_0x6b7885(0x25c)]=_0x6b7885(0x2c4),_0x1e14c4[_0x6b7885(0x202)]='rrupN';const _0x477378=_0x1e14c4;let _0x4e3f4c={};_0x4e3f4c[_0x477378['wBxhG']]=this[_0x6b7885(0x2b3)](_0x1821d2),_0x4e3f4c[_0x477378[_0x6b7885(0x2db)]]=0x3,_0x4e3f4c[_0x477378[_0x6b7885(0x2cd)]]=_0x477378[_0x6b7885(0x2cf)],_0x4e3f4c[_0x477378['yNuro']]=_0x477378['nKcqn'];if(_0x1821d2[_0x6b7885(0x200)]&&Array[_0x6b7885(0x2d6)](_0x1821d2[_0x6b7885(0x200)])){if(_0x477378['xapsr'](_0x477378['PUDpC'],_0x477378[_0x6b7885(0x24f)])){let _0x19d6ae={};return _0x19d6ae[_0x477378[_0x6b7885(0x231)]]=this[_0x6b7885(0x2b3)](_0x521521),_0x19d6ae[_0x477378[_0x6b7885(0x2db)]]=0x3,_0x19d6ae[_0x477378[_0x6b7885(0x2cd)]]=_0x477378[_0x6b7885(0x2cf)],_0x19d6ae[_0x477378[_0x6b7885(0x2a0)]]=_0x477378['nKcqn'],_0x225f37[_0x6b7885(0x200)]&&_0x4ee081[_0x6b7885(0x2d6)](_0x4c0dde[_0x6b7885(0x200)])&&(_0x19d6ae[_0x477378[_0x6b7885(0x2c7)]]=_0x5b3306[_0x6b7885(0x200)][_0x6b7885(0x289)](',')),_0x5715b8[_0x6b7885(0x209)]&&_0x477378[_0x6b7885(0x1fc)](_0x3cda5f[_0x6b7885(0x209)][_0x6b7885(0x257)],_0x13bfcc)&&(_0x19d6ae={..._0x1c35b9[_0x6b7885(0x209)],..._0x19d6ae}),_0x19d6ae;}else _0x4e3f4c[_0x477378[_0x6b7885(0x2c7)]]=_0x1821d2['customRepeaters'][_0x6b7885(0x289)](',');}if(_0x1821d2[_0x6b7885(0x209)]&&_0x477378[_0x6b7885(0x2c2)](_0x1821d2['browserStackLocalOptions'][_0x6b7885(0x257)],Object)){if(_0x477378['DuHkW'](_0x477378['OijZE'],_0x477378[_0x6b7885(0x202)]))_0x4e3f4c={..._0x1821d2['browserStackLocalOptions'],..._0x4e3f4c};else return _0x454045[_0x6b7885(0x289)](_0x50d236['homedir'](),_0x477378[_0x6b7885(0x26a)]);}return _0x4e3f4c;},exports['startLocalBinarySync']=_0x21f5aa=>{const _0x3a60d0=a32_0x19c089,_0x52993d=new BrowserstackLocalLauncher[(_0x3a60d0(0x28b))](),_0x4a030b=this[_0x3a60d0(0x2a2)](_0x21f5aa),_0x4f7b84=_0x52993d[_0x3a60d0(0x290)](_0x4a030b);if(_0x4f7b84)throw _0x4f7b84;return isLocalRunning=_0x52993d['isRunning'](),_0x52993d;},exports[a32_0x19c089(0x252)]=async _0x1d570b=>{const _0xd02347=a32_0x19c089,_0x18d14b={'tJAUK':function(_0x44e0a2,_0x579e48){return _0x44e0a2&&_0x579e48;},'gaJjh':'utf-8','dVriU':function(_0x44beb2,_0x4fe823){return _0x44beb2&&_0x4fe823;},'TIjXj':function(_0x4cd544,_0x106b6c){return _0x4cd544!==_0x106b6c;},'CbqHK':_0xd02347(0x27f),'jXTIQ':function(_0x2d71aa,_0x30c633){return _0x2d71aa===_0x30c633;},'MFZZJ':_0xd02347(0x27b),'xPMoh':_0xd02347(0x28a),'VVxVI':function(_0x322c1a,_0x22cfda){return _0x322c1a(_0x22cfda);},'ZKWYc':function(_0x221801){return _0x221801();},'fCwBe':_0xd02347(0x2b1),'ncKhd':'VCwFn','GkKnK':_0xd02347(0x288)};return new Promise((_0x2d1af3,_0x26ccff)=>{const _0x181adf=_0xd02347,_0x1954db={};_0x1954db[_0x181adf(0x279)]=_0x18d14b[_0x181adf(0x2a5)];const _0x13be2b=_0x1954db;_0x18d14b[_0x181adf(0x24d)](_0x18d14b[_0x181adf(0x253)],_0x18d14b[_0x181adf(0x26f)])?_0x568bee[_0x13be2b[_0x181adf(0x279)]]=_0x58e573:_0x1d570b&&_0x1d570b[_0x181adf(0x23f)](_0x7ee0b2=>{const _0x1da471=_0x181adf,_0x5482d8={'hkimA':function(_0x245c25,_0x10e5d2){const _0x3f9c61=a32_0x49df;return _0x18d14b[_0x3f9c61(0x2a7)](_0x245c25,_0x10e5d2);},'rbAtn':_0x18d14b[_0x1da471(0x29b)],'pptkf':function(_0x229ae3,_0x5ddb15){return _0x18d14b['dVriU'](_0x229ae3,_0x5ddb15);}};if(_0x18d14b[_0x1da471(0x2e1)](_0x18d14b[_0x1da471(0x2d4)],_0x18d14b[_0x1da471(0x2d4)])){if(_0x5482d8[_0x1da471(0x29d)](_0x1886ad,_0x157347)){const _0x39614c={};_0x39614c[_0x1da471(0x2b6)]=_0x49f6ac,_0x39614c['password']=_0x4c69ed;const _0x482505={};_0x482505[_0x1da471(0x22d)]=_0x39614c;const _0x33b883=_0x482505;_0x39154c[_0x1da471(0x258)](this[_0x1da471(0x2ba)](),_0x4b240e['stringify'](_0x33b883));}const _0xf3417e=_0x17e11d[_0x1da471(0x2ac)](_0x3a04bf['readFileSync'](this[_0x1da471(0x2ba)](),_0x5482d8['rbAtn']));return[_0xf3417e[_0x1da471(0x22d)]['username'],_0xf3417e[_0x1da471(0x22d)]['password']];}else{if(_0x7ee0b2){if(_0x18d14b[_0x1da471(0x24d)](_0x18d14b['MFZZJ'],_0x18d14b[_0x1da471(0x262)])){const _0x475b0e=_0x1a094c[_0x1da471(0x264)](this[_0x1da471(0x2ba)]());if(_0x475b0e||_0x5482d8['hkimA'](_0x22c438,_0x5470d4)){if(_0x5482d8[_0x1da471(0x207)](_0x55dcdf,_0x40fc93)){const _0x2242fc={};_0x2242fc['username']=_0x454608,_0x2242fc[_0x1da471(0x229)]=_0x14793c;const _0x5b8079={};_0x5b8079['Browserstack']=_0x2242fc;const _0x3a4845=_0x5b8079;_0x1d361f['writeFileSync'](this[_0x1da471(0x2ba)](),_0x11396b['stringify'](_0x3a4845));}const _0x1eb989=_0x190d76[_0x1da471(0x2ac)](_0x3e8baf[_0x1da471(0x2b5)](this['getCredentialsPath'](),_0x5482d8[_0x1da471(0x295)]));return[_0x1eb989[_0x1da471(0x22d)][_0x1da471(0x2b6)],_0x1eb989[_0x1da471(0x22d)][_0x1da471(0x229)]];}return null;}else return _0x18d14b[_0x1da471(0x2ae)](_0x26ccff,_0x7ee0b2);}_0x18d14b['ZKWYc'](_0x2d1af3);}});});},exports[a32_0x19c089(0x2c0)]=(_0x379503,_0x3d8940)=>{const _0x551a3f=a32_0x19c089,_0x210d95={};_0x210d95[_0x551a3f(0x2c1)]=_0x551a3f(0x297),_0x210d95['ezILW']='ami-0a0b7559ee7c88dcd',_0x210d95[_0x551a3f(0x276)]=_0x551a3f(0x217),_0x210d95[_0x551a3f(0x24b)]=function(_0x5661f0,_0x1e1468){return _0x5661f0&&_0x1e1468;},_0x210d95[_0x551a3f(0x22c)]=function(_0x24897b,_0x421014){return _0x24897b!==_0x421014;},_0x210d95['aMYDp']=_0x551a3f(0x29f),_0x210d95['uVtJT']=_0x551a3f(0x2e0),_0x210d95['VQkXY']=function(_0x2214a5,_0xd547c9){return _0x2214a5&&_0xd547c9;},_0x210d95[_0x551a3f(0x267)]=function(_0x26a73d,_0x2f0cbf){return _0x26a73d===_0x2f0cbf;},_0x210d95['fjNhZ']=_0x551a3f(0x29a),_0x210d95[_0x551a3f(0x21e)]=_0x551a3f(0x2d5);const _0x495732=_0x210d95,_0x393336=fs[_0x551a3f(0x264)](this['getCredentialsPath']());if(_0x393336||_0x495732[_0x551a3f(0x24b)](_0x379503,_0x3d8940)){if(_0x495732[_0x551a3f(0x22c)](_0x495732[_0x551a3f(0x224)],_0x495732['uVtJT'])){if(_0x495732[_0x551a3f(0x245)](_0x379503,_0x3d8940)){if(_0x495732[_0x551a3f(0x267)](_0x495732[_0x551a3f(0x20f)],_0x495732['fjNhZ'])){const _0x42edac={};_0x42edac[_0x551a3f(0x2b6)]=_0x379503,_0x42edac[_0x551a3f(0x229)]=_0x3d8940;const _0x466a6a={};_0x466a6a[_0x551a3f(0x22d)]=_0x42edac;const _0x3e2f5c=_0x466a6a;fs[_0x551a3f(0x258)](this['getCredentialsPath'](),JSON['stringify'](_0x3e2f5c));}else{const _0x21c9f8=_0x495732['gujBS'][_0x551a3f(0x23b)]('|');let _0x3a6f2f=0x0;while(!![]){switch(_0x21c9f8[_0x3a6f2f++]){case'0':_0xbee211[_0x551a3f(0x228)]=_0x497aad;continue;case'1':_0x2f10b['instanceType']=_0x4174c4;continue;case'2':_0x2c9d57[_0x551a3f(0x260)]=_0x5a5274;continue;case'3':_0x5e0b1c[_0x551a3f(0x26d)]=_0x2cfdda;continue;case'4':_0xb1cfc9[_0x551a3f(0x246)]=_0xda5cef;continue;case'5':_0x10a861[_0x551a3f(0x27d)]=_0x99bf38;continue;case'6':_0x25d645[_0x551a3f(0x270)]=_0x56f778;continue;case'7':_0x59eb82[_0x551a3f(0x2cb)]=_0x4f04d8;continue;case'8':_0x4a138e['maxNodes']=_0x16d202;continue;case'9':_0x3c8f34[_0x551a3f(0x2d9)]=_0x3e7d9b;continue;case'10':_0x563ef5[_0x551a3f(0x2e8)]=_0x23f885[_0x551a3f(0x2e8)]||_0x495732[_0x551a3f(0x2b2)];continue;}break;}}}const _0x345e42=JSON[_0x551a3f(0x2ac)](fs[_0x551a3f(0x2b5)](this[_0x551a3f(0x2ba)](),_0x495732[_0x551a3f(0x21e)]));return[_0x345e42['Browserstack'][_0x551a3f(0x2b6)],_0x345e42[_0x551a3f(0x22d)][_0x551a3f(0x229)]];}else _0x47aae1[_0x495732[_0x551a3f(0x276)]]=_0x20e929;}return null;},exports[a32_0x19c089(0x22f)]=async(_0x2ef294,_0x4d896a,_0x107394)=>{const _0x1a219d=a32_0x19c089,_0x566d68={'swCqp':function(_0x321062,_0x4950fb){return _0x321062(_0x4950fb);},'TzCDj':function(_0x201e15){return _0x201e15();},'ePouG':_0x1a219d(0x235),'bFtwM':function(_0x452124,_0x4bd9a6,_0x302fab){return _0x452124(_0x4bd9a6,_0x302fab);},'eUjuY':function(_0x285d0c,_0x12bda9){return _0x285d0c===_0x12bda9;},'WsDuR':function(_0x4cbe80,_0x68ea0a){return _0x4cbe80===_0x68ea0a;},'drfsO':_0x1a219d(0x212),'bNYuS':_0x1a219d(0x280)},_0x534712=_0x1a219d(0x2bf)+_0x2ef294+':'+_0x4d896a+'@'+AG_API_URL+_0x1a219d(0x2bc)+_0x107394,_0x118dec={'method':_0x566d68['ePouG'],'headers':this[_0x1a219d(0x281)](_0x2ef294,_0x4d896a),'throwHttpErrors':![]},_0x5087dc=await _0x566d68[_0x1a219d(0x2a8)](got,_0x534712,_0x118dec);if(_0x566d68[_0x1a219d(0x2b0)](_0x5087dc[_0x1a219d(0x266)],0xc8)){if(_0x566d68[_0x1a219d(0x2bb)](_0x566d68['drfsO'],_0x566d68[_0x1a219d(0x248)])){if(_0x16938a)return _0x566d68[_0x1a219d(0x26b)](_0x381390,_0x9c6d5a);_0x566d68[_0x1a219d(0x242)](_0x4eccb0);}else return[_0x5087dc,JSON[_0x1a219d(0x2ac)](_0x5087dc[_0x1a219d(0x1f7)])];}return[_0x5087dc,null];},exports[a32_0x19c089(0x238)]=async(_0xb9783c,_0x4a5315)=>{const _0x83f2f7=a32_0x19c089,_0x3dc4ed={'tDrAA':function(_0x102fa9,_0x3c06f9){return _0x102fa9(_0x3c06f9);},'VKfLb':function(_0x361286){return _0x361286();},'NYkkG':function(_0x3be4bb,_0x5a2c5b){return _0x3be4bb!==_0x5a2c5b;},'RlcWf':_0x83f2f7(0x2a3),'FgkNf':_0x83f2f7(0x22b),'PPsbI':function(_0xa7c849,_0x5bc150){return _0xa7c849===_0x5bc150;},'RaWGt':_0x83f2f7(0x25d),'UEjMX':_0x83f2f7(0x249),'fXDif':'PtJkr','yUErC':_0x83f2f7(0x2dc)},_0x58f6e6=await k8s[_0x83f2f7(0x2da)]['makeApiClient'](_0x4a5315),_0x3d75db=_0xb9783c[_0x83f2f7(0x265)](_0x5e6a58=>_0x5e6a58&&_0x5e6a58[_0x83f2f7(0x218)]&&_0x5e6a58['metadata']),_0x4be528=[];for await(const _0x551dcd of _0x3d75db){if(_0x3dc4ed[_0x83f2f7(0x205)](_0x3dc4ed[_0x83f2f7(0x1f9)],_0x3dc4ed[_0x83f2f7(0x2de)]))try{if(_0x3dc4ed[_0x83f2f7(0x25f)](_0x3dc4ed[_0x83f2f7(0x23c)],_0x3dc4ed[_0x83f2f7(0x2e9)])){const _0x1667d0={..._0x21593a[_0x83f2f7(0x209)],..._0x261fb7};_0x311060=_0x1667d0;}else{await _0x58f6e6['read'](_0x551dcd);const _0x1842ed=await _0x58f6e6[_0x83f2f7(0x232)](_0x551dcd);_0x4be528['push'](_0x1842ed[_0x83f2f7(0x1f7)]);}}catch(_0x3e9465){if(_0x3dc4ed[_0x83f2f7(0x205)](_0x3dc4ed[_0x83f2f7(0x244)],_0x3dc4ed['yUErC'])){const _0x718f9e=await _0x58f6e6[_0x83f2f7(0x2a9)](_0x551dcd);_0x4be528['push'](_0x718f9e['body']);}else{const _0x15be3f={'VLZwB':function(_0x481edd,_0x7a8eb8){const _0x32e883=_0x83f2f7;return _0x3dc4ed[_0x32e883(0x23a)](_0x481edd,_0x7a8eb8);},'EQQLe':function(_0x1e2e12){return _0x3dc4ed['VKfLb'](_0x1e2e12);}};_0x3460b5&&_0x1574fc[_0x83f2f7(0x23f)](_0x5ad786=>{const _0x1f8401=_0x83f2f7;if(_0x5ad786)return _0x15be3f[_0x1f8401(0x292)](_0x172494,_0x5ad786);_0x15be3f[_0x1f8401(0x250)](_0x2f71aa);});}}else return _0x3dc4ed['tDrAA'](_0x45a680,_0x523849);}},exports[a32_0x19c089(0x281)]=(_0x4b5f6b,_0x165ff3)=>{const _0x1420de=a32_0x19c089,_0x2d91c1={'vxIuW':_0x1420de(0x216),'VMHYa':'Error\x20while\x20waiting\x20for\x20deployment:','eFDLi':'credentials.json','lsyKa':function(_0x182528,_0x55860e){return _0x182528(_0x55860e);},'ZgOEz':function(_0x137825){return _0x137825();},'BZejY':_0x1420de(0x2b4),'VrJME':function(_0x1d1f10){return _0x1d1f10();},'lifjH':function(_0x154492){return _0x154492();},'gebUV':function(_0x4f69fd){return _0x4f69fd();},'SgJIR':_0x1420de(0x2d2),'vkulo':function(_0x200ac2,_0x48f04c){return _0x200ac2+_0x48f04c;},'sMWBO':_0x1420de(0x291),'bvTRM':_0x1420de(0x283),'qapiX':function(_0x11960b,_0x50ef21){return _0x11960b!==_0x50ef21;},'uWMjR':_0x1420de(0x273),'DHGZc':_0x1420de(0x20e),'fehXg':function(_0x2b088b,_0x1ac890){return _0x2b088b!==_0x1ac890;},'QIFoE':_0x1420de(0x2e6),'lIYge':_0x1420de(0x25e),'MzagK':_0x1420de(0x21a),'SrHwT':function(_0x4563c5,_0x484635){return _0x4563c5!==_0x484635;},'kUDkI':'rEJaV','OLYDX':_0x1420de(0x217),'dZdOx':function(_0x75737c,_0x3240a5){return _0x75737c!==_0x3240a5;},'fObnk':_0x1420de(0x2af),'UDRcJ':'X-os-version','nEKxo':function(_0x29afc3,_0x290a74){return _0x29afc3!==_0x290a74;},'OTquo':_0x1420de(0x28e),'ljVNT':_0x1420de(0x2b1),'lIZhg':function(_0x47b3c4,_0x24037b){return _0x47b3c4===_0x24037b;},'nnObM':'GSrdr','JJEkN':_0x1420de(0x1fe)},_0x288f3b=_0x2d91c1[_0x1420de(0x268)](cli_version_and_path),_0x2cad0b=_0x2d91c1[_0x1420de(0x287)](_os),_0x10b7a2=_0x2d91c1[_0x1420de(0x287)](os_version),_0x1a1a2e=_0x2d91c1['lifjH'](npm_version),_0xd5dd93=_0x2d91c1[_0x1420de(0x24c)](ci_environment),_0x35c595={'Content-Type':_0x2d91c1[_0x1420de(0x2dd)],'Authorization':_0x2d91c1[_0x1420de(0x26c)](_0x2d91c1[_0x1420de(0x2c6)],Buffer['from'](_0x4b5f6b+':'+_0x165ff3)[_0x1420de(0x272)](_0x2d91c1['bvTRM']))};_0x288f3b&&_0x288f3b[_0x1420de(0x263)]&&(_0x2d91c1['qapiX'](_0x2d91c1[_0x1420de(0x243)],_0x2d91c1[_0x1420de(0x243)])?_0x422462[_0x1420de(0x2bd)](_0x2d91c1['vxIuW']):_0x35c595[_0x2d91c1[_0x1420de(0x261)]]=_0x288f3b[_0x1420de(0x263)]);if(_0x288f3b&&_0x288f3b[_0x1420de(0x22e)]){if(_0x2d91c1[_0x1420de(0x2aa)](_0x2d91c1[_0x1420de(0x255)],_0x2d91c1['lIYge']))_0x35c595[_0x2d91c1[_0x1420de(0x226)]]=_0x288f3b[_0x1420de(0x22e)];else{_0x374dd0['debug'](_0x2d91c1['VMHYa'],_0x3e52f7);throw _0xa29519;}}if(_0x2cad0b){if(_0x2d91c1[_0x1420de(0x21c)](_0x2d91c1[_0x1420de(0x230)],_0x2d91c1[_0x1420de(0x230)]))return _0x3c41e0[_0x1420de(0x289)](this[_0x1420de(0x24e)](),_0x2d91c1[_0x1420de(0x293)]);else _0x35c595[_0x2d91c1['OLYDX']]=_0x2cad0b;}if(_0x10b7a2){if(_0x2d91c1['dZdOx'](_0x2d91c1[_0x1420de(0x221)],_0x2d91c1['fObnk'])){const _0x27b381={'cUKfX':function(_0x223e27,_0x714d7d){const _0x9b2de0=_0x1420de;return _0x2d91c1[_0x9b2de0(0x1fd)](_0x223e27,_0x714d7d);},'nMizr':function(_0x562da6){return _0x2d91c1['ZgOEz'](_0x562da6);}};return new _0x1539ad((_0x3fe49f,_0x245e41)=>{const _0x488204=_0x1420de;_0x5ca2b9&&_0x1f9431[_0x488204(0x23f)](_0x2debe0=>{const _0x5bc459=_0x488204;if(_0x2debe0)return _0x27b381[_0x5bc459(0x296)](_0x245e41,_0x2debe0);_0x27b381[_0x5bc459(0x26e)](_0x3fe49f);});});}else _0x35c595[_0x2d91c1['UDRcJ']]=_0x10b7a2;}_0x1a1a2e&&(_0x2d91c1[_0x1420de(0x254)](_0x2d91c1[_0x1420de(0x2e2)],_0x2d91c1['OTquo'])?_0x1e6046[_0x2d91c1[_0x1420de(0x2c8)]]=_0x5bdd06:_0x35c595[_0x2d91c1[_0x1420de(0x2e7)]]=_0x1a1a2e);if(_0xd5dd93){if(_0x2d91c1[_0x1420de(0x277)](_0x2d91c1[_0x1420de(0x2df)],_0x2d91c1[_0x1420de(0x1f5)]))return _0x102210[_0x1420de(0x2e3)];else _0x35c595[_0x2d91c1[_0x1420de(0x2c8)]]=_0xd5dd93;}return _0x35c595;},exports[a32_0x19c089(0x286)]=async()=>{const _0xcd7b58=a32_0x19c089,_0x24e456={};_0x24e456[_0xcd7b58(0x239)]=function(_0x57c8f7,_0x404252){return _0x57c8f7>=_0x404252;},_0x24e456[_0xcd7b58(0x2d8)]=function(_0x59df02,_0x28cce9){return _0x59df02!==_0x28cce9;},_0x24e456['LJRUz']=_0xcd7b58(0x274),_0x24e456[_0xcd7b58(0x271)]=_0xcd7b58(0x227),_0x24e456[_0xcd7b58(0x201)]=_0xcd7b58(0x216);const _0x18acf4=_0x24e456,_0xb81af8=process[_0xcd7b58(0x240)][_0xcd7b58(0x204)];if(_0x18acf4[_0xcd7b58(0x239)](_0xb81af8[_0xcd7b58(0x23b)]('.')[0x0],0x12)){if(_0x18acf4[_0xcd7b58(0x2d8)](_0x18acf4[_0xcd7b58(0x2ab)],_0x18acf4[_0xcd7b58(0x271)]))cp[_0xcd7b58(0x2bd)](_0x18acf4[_0xcd7b58(0x201)]);else return[_0x314d8d,_0x1e22d3[_0xcd7b58(0x2ac)](_0x24d07a['body'])];}};
|
|
1
|
+
const a32_0x1acacc=a32_0x5c87;(function(_0x2e5d49,_0x2ef7a6){const _0x485a89=a32_0x5c87,_0x30daa5=_0x2e5d49();while(!![]){try{const _0xef17ef=parseInt(_0x485a89(0x12c))/0x1+parseInt(_0x485a89(0x97))/0x2*(parseInt(_0x485a89(0xc9))/0x3)+parseInt(_0x485a89(0x75))/0x4*(-parseInt(_0x485a89(0x153))/0x5)+-parseInt(_0x485a89(0x139))/0x6+-parseInt(_0x485a89(0x68))/0x7*(-parseInt(_0x485a89(0xfc))/0x8)+-parseInt(_0x485a89(0xb9))/0x9*(-parseInt(_0x485a89(0xfb))/0xa)+parseInt(_0x485a89(0xf4))/0xb*(parseInt(_0x485a89(0x65))/0xc);if(_0xef17ef===_0x2ef7a6)break;else _0x30daa5['push'](_0x30daa5['shift']());}catch(_0x14d11d){_0x30daa5['push'](_0x30daa5['shift']());}}}(a32_0x1b0d,0xd6162));function a32_0x1b0d(){const _0x1d1665=['484SjnlNh','application/json','makeApiClient','uZVMO','jIyxj','TjVjT','VnhmC','45760AohKTD','16zCaXMD','kDpMb','ojiPt','key','oHKrF','localIdentifier','./instrumentationUtils','cloudProvider','push','filter','existsSync','YhdPi','constructor','nXoMl','UTctC','pkysl','TeOMq','NUykd','HSvKl','getCredentialsPath','ijuvR','oLvKf','ipZWd','ymZaF','geZsH','hubVersion','KubernetesObjectApi','xiITp','mUzAI','body','node','password','writeFileSync','YAAMo','PbIbE','path','clusterName','NfTPL','QzLvC','./webSocketUtils','uGCMQ','true','type','etYWy','vqQEh','GET','auugL','now','1459270gOMKQR','metadata','iHDcl','Error\x20while\x20waiting\x20for\x20deployment:','FuOVs','X-ci-environment','X-npm-version','yLnFs','SAIWU','browserstack-local','VYvZp','Hotyn','browserVersion','10316640uOrwSq','\x20is\x20ready.','X-cli-path','GYojA','getDirForConfig','base64','status','zZBkA','X-os','version','gvJwv','XtLKK','Timeout\x20waiting\x20for\x20deployment\x20','TJXbm','JyMum','Lxtwx','accessKey','WIXqw','sxXoV','KMuuG','\x20to\x20become\x20available.','iPKeN','VjBVm','X-os-version','lUwdf','readNamespacedDeployment','5582030fhpEUr','qsPFN','JTPUB','wtPLt','AWcUi','uVyzm','\x20in\x20namespace\x20','fetchOrUpdateUserConfig','tWRYQ','CNJQw','spec','hGHuC','lJUBt','ZeStd','homedir','utf-8','dBJWM','UJveg','jlIIZ','aXuYX','AsQiw','xTmCa','doCNJ','Qlmhg','ZZkiJ','instanceType','EPqFD','QDhHg','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','vgDDj','21888lkplMp','EiWuh','Rhjyr','2290169fyZOIy','Local','blJnE','forceLocal','maxNodes','XANJs','8|2|1|9|5|7|6|10|0|4|3','nxUmJ','join','concurrency','gIVAX','sendEventToBackend','kRJbj','4NkwIec','isRunning','YYfMI','.ats','CJIUG','SENWS','LlBhu','got','statusCode','toString','encodeBase64','HGtsQ','browserStackLocalOptions','clusterRegion','XpZRc','sZHgX','username','../config/constants','stop','from','credentials.json','coSrc','waitForDeployment','\x20to\x20be\x20ready...','availableReplicas','readFileSync','Idhhz','HDuzd','pIfHr','JkKze','split','name','updateGlobalRegistryWithConfig','OsUSO','76kIUMcc','reportToGalactusAndSendToEDS','DuWtU','vKYoN','VaKvN','Browserstack','NhYBB','s3Bucket','execSync','IYZNg','iuZJy','BZwRd','installAzurePackages','CVkbl','HZGCJ','ami','FDDRa','hDJAq','nJIQo','iQzMz','jRAGQ','fhLUl','ypzZP','replace','namespace','setLocalArgs','SwqgO','yzSvk','TfNPM','lVXSo','knGQs','lKHNo','iCbxv','UaveX','2835nIcrzF','read','jAiuF','hJjhm','4|8|9|0|10|5|3|6|7|2|1','qKxgX','kebabCase','cUuik','KAclx','jkgtX','getGridDetails','RsacP','fhmhZ','DUGxQ','RfeJE','/packages/cli/get-grid-details?gridId=','6114vJjSgz','getAuthHeader','mdAoo','JwEOa','getAccessKey','parse','EUjPw','rGIwI','isArray','gvEpj','WuVQj','CRhyM','LOG','ZIzfi','lEDRC','JjlTd','NeSws','patch','kubeApply','jexgG','customRepeaters','message','verbose','gqubU','qLxwu','custom-repeater','ats-repeater','debug','versions','X-cli-version','../config/logger','dODRw','zErBn','NVUlv','ihmhX','$1-$2','crsGq','ami-0a0b7559ee7c88dcd','stringify','jFfye','startLocalBinarySync','startSync','MszlK'];a32_0x1b0d=function(){return _0x1d1665;};return a32_0x1b0d();}function a32_0x5c87(_0x4b0c68,_0x30d4a9){const _0x1b0da1=a32_0x1b0d();return a32_0x5c87=function(_0x5c87cc,_0x8f1b3b){_0x5c87cc=_0x5c87cc-0x65;let _0x365c44=_0x1b0da1[_0x5c87cc];return _0x365c44;},a32_0x5c87(_0x4b0c68,_0x30d4a9);}const path=require('path'),os=require('os'),fs=require('fs'),cp=require('child_process'),webSocketUtils=require(a32_0x1acacc(0x123)),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require(a32_0x1acacc(0x135)),got=require(a32_0x1acacc(0x7c)),k8s=require('@kubernetes/client-node'),{logger}=require(a32_0x1acacc(0xe7)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x1acacc(0x102)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x1acacc(0x86));exports[a32_0x1acacc(0x7f)]=_0x3bd188=>Buffer[a32_0x1acacc(0x88)](_0x3bd188)[a32_0x1acacc(0x7e)]('base64'),exports['getDirForConfig']=()=>{const _0x2d1102=a32_0x1acacc,_0x1ad787={};_0x1ad787['NfTPL']=_0x2d1102(0x78);const _0x1589ce=_0x1ad787;return path[_0x2d1102(0x70)](os[_0x2d1102(0x161)](),_0x1589ce[_0x2d1102(0x121)]);},exports[a32_0x1acacc(0x10f)]=()=>{const _0x2ed335=a32_0x1acacc,_0x2ffaed={};_0x2ffaed['vQLoY']=_0x2ed335(0x89);const _0x4dcabf=_0x2ffaed;return path[_0x2ed335(0x70)](this[_0x2ed335(0x13d)](),_0x4dcabf['vQLoY']);},exports[a32_0x1acacc(0x8b)]=async(_0x10253b,_0xf8c231,_0x52a26d,_0x5b1614)=>{const _0x48e0a3=a32_0x1acacc,_0x3996e7={};_0x3996e7[_0x48e0a3(0x134)]=_0x48e0a3(0x13b),_0x3996e7['YhdPi']=_0x48e0a3(0x16f),_0x3996e7[_0x48e0a3(0x165)]=function(_0x25cd07,_0xb530b7){return _0x25cd07>=_0xb530b7;},_0x3996e7[_0x48e0a3(0x143)]=function(_0x495f3d,_0x5ba39b){return _0x495f3d&&_0x5ba39b;},_0x3996e7[_0x48e0a3(0xbc)]='utf-8',_0x3996e7[_0x48e0a3(0xa7)]=_0x48e0a3(0xbd),_0x3996e7[_0x48e0a3(0x113)]=_0x48e0a3(0xee),_0x3996e7[_0x48e0a3(0xd3)]=function(_0x43ab8b,_0x18d0f6){return _0x43ab8b===_0x18d0f6;},_0x3996e7['ZPpuR']=_0x48e0a3(0xb7),_0x3996e7[_0x48e0a3(0xf7)]=_0x48e0a3(0xd9),_0x3996e7[_0x48e0a3(0x11e)]=function(_0x883e3a,_0xaa1275){return _0x883e3a!==_0xaa1275;},_0x3996e7[_0x48e0a3(0xc1)]=_0x48e0a3(0xb2),_0x3996e7[_0x48e0a3(0xd6)]=function(_0x40c225,_0x99fe4b){return _0x40c225>_0x99fe4b;},_0x3996e7[_0x48e0a3(0x9a)]=function(_0x528ed8,_0x49e88b){return _0x528ed8-_0x49e88b;},_0x3996e7[_0x48e0a3(0x16b)]=_0x48e0a3(0x10e),_0x3996e7[_0x48e0a3(0xa2)]='MtwSS',_0x3996e7[_0x48e0a3(0xfa)]=function(_0x5b24d7,_0xaa6a93){return _0x5b24d7>=_0xaa6a93;},_0x3996e7['zdHJA']=function(_0xd4ec16,_0x95da4a){return _0xd4ec16===_0x95da4a;},_0x3996e7[_0x48e0a3(0x127)]='LkYRz',_0x3996e7[_0x48e0a3(0x16d)]='rSnbE',_0x3996e7[_0x48e0a3(0x11d)]=function(_0x4ef046,_0xb322d7){return _0x4ef046!==_0xb322d7;},_0x3996e7[_0x48e0a3(0x146)]=_0x48e0a3(0xcc),_0x3996e7[_0x48e0a3(0x67)]=_0x48e0a3(0xfd),_0x3996e7[_0x48e0a3(0x133)]=_0x48e0a3(0x12f);const _0x4695ec=_0x3996e7;try{if(_0x4695ec['WuVQj'](_0x4695ec['ZPpuR'],_0x4695ec[_0x48e0a3(0xf7)]))_0x5e9ef8[_0x4695ec[_0x48e0a3(0x134)]]=_0x1848e2[_0x48e0a3(0x11f)];else{const _0x556edb=0x1388,_0x1969bb=Date[_0x48e0a3(0x12b)]();let _0x2fea13=![];while(!_0x2fea13){if(_0x4695ec[_0x48e0a3(0x11e)](_0x4695ec[_0x48e0a3(0xc1)],_0x4695ec['KAclx']))_0x328913[_0x48e0a3(0x9f)](_0x4695ec[_0x48e0a3(0x107)]);else{if(_0x4695ec[_0x48e0a3(0xd6)](_0x4695ec[_0x48e0a3(0x9a)](Date[_0x48e0a3(0x12b)](),_0x1969bb),_0x5b1614)){if(_0x4695ec[_0x48e0a3(0xd3)](_0x4695ec[_0x48e0a3(0x16b)],_0x4695ec[_0x48e0a3(0xa2)])){const _0x283079=_0x530a98[_0x48e0a3(0xe5)][_0x48e0a3(0x11a)];_0x4695ec['jlIIZ'](_0x283079[_0x48e0a3(0x93)]('.')[0x0],0x12)&&_0x23f69d[_0x48e0a3(0x9f)](_0x4695ec[_0x48e0a3(0x107)]);}else throw new Error(_0x48e0a3(0x145)+_0x52a26d+'\x20in\x20namespace\x20'+_0xf8c231+_0x48e0a3(0x14d));}const _0x31631f={};_0x31631f[_0x48e0a3(0x94)]=_0x52a26d,_0x31631f[_0x48e0a3(0xaf)]=_0xf8c231;const _0xaa04b5=await _0x10253b[_0x48e0a3(0x152)](_0x31631f),_0x44dddc=_0xaa04b5[_0x48e0a3(0x15d)]['replicas']||0x1,_0x7ba564=_0xaa04b5[_0x48e0a3(0x13f)][_0x48e0a3(0x8d)]||0x0;_0x2fea13=_0x4695ec[_0x48e0a3(0xfa)](_0x7ba564,_0x44dddc);if(!_0x2fea13){if(_0x4695ec['zdHJA'](_0x4695ec[_0x48e0a3(0x127)],_0x4695ec[_0x48e0a3(0x16d)])){if(_0x4695ec['gvJwv'](_0x166ae7,_0x58ef71)){const _0x4d086d={};_0x4d086d[_0x48e0a3(0x85)]=_0x5eadc3,_0x4d086d[_0x48e0a3(0x11b)]=_0x35e99f;const _0x27a809={};_0x27a809[_0x48e0a3(0x9c)]=_0x4d086d;const _0x470b3d=_0x27a809;_0x266783[_0x48e0a3(0x11c)](this[_0x48e0a3(0x10f)](),_0x43a4de['stringify'](_0x470b3d));}const _0x7957cc=_0x1463f7['parse'](_0x45bf33[_0x48e0a3(0x8e)](this[_0x48e0a3(0x10f)](),_0x4695ec['hJjhm']));return[_0x7957cc[_0x48e0a3(0x9c)]['username'],_0x7957cc[_0x48e0a3(0x9c)][_0x48e0a3(0x11b)]];}else logger[_0x48e0a3(0xe4)]('Waiting\x20for\x20deployment\x20'+_0x52a26d+_0x48e0a3(0x159)+_0xf8c231+_0x48e0a3(0x8c)),await new Promise(_0x2d8053=>setTimeout(_0x2d8053,_0x556edb));}}}logger['debug']('Deployment\x20'+_0x52a26d+'\x20in\x20namespace\x20'+_0xf8c231+_0x48e0a3(0x13a));}}catch(_0x13fb2a){if(_0x4695ec[_0x48e0a3(0x11d)](_0x4695ec['TJXbm'],_0x4695ec[_0x48e0a3(0x67)])){logger['debug'](_0x4695ec[_0x48e0a3(0x133)],_0x13fb2a);throw _0x13fb2a;}else{const _0x599f07=_0x4695ec[_0x48e0a3(0xa7)][_0x48e0a3(0x93)]('|');let _0xd03720=0x0;while(!![]){switch(_0x599f07[_0xd03720++]){case'0':_0x793d01['concurrency']=_0x176c06;continue;case'1':_0x5c524f[_0x48e0a3(0x6c)]=_0x1172f0;continue;case'2':_0x547c75['minNodes']=_0x4a102d;continue;case'3':_0x1555b8[_0x48e0a3(0xa6)]=_0x2dbe44[_0x48e0a3(0xa6)]||_0x4695ec[_0x48e0a3(0x113)];continue;case'4':_0x5c6fe6[_0x48e0a3(0x103)]=_0x3110e4;continue;case'5':_0x2f50d5[_0x48e0a3(0x9e)]=_0x5f11ae;continue;case'6':_0x28d4c9[_0x48e0a3(0x115)]=_0x1b3829;continue;case'7':_0x27309d[_0x48e0a3(0x138)]=_0x33db97;continue;case'8':_0x364ed5[_0x48e0a3(0x82)]=_0x3da919;continue;case'9':_0x3ec13b['clusterName']=_0x1a115a;continue;case'10':_0x85a3a2['instanceType']=_0x7925ae;continue;}break;}}}},exports[a32_0x1acacc(0x95)]=(_0x3e13a9,_0x28c0aa,_0x10d48f,_0x31282a,_0x4b5502,_0xb7f1d3,_0x56117d,_0x24b9bd,_0xe4d197,_0x41b054,_0x52885e)=>{const _0x2cd2f6=a32_0x1acacc,_0x545906={};_0x545906[_0x2cd2f6(0x170)]=_0x2cd2f6(0x6e),_0x545906[_0x2cd2f6(0x117)]=_0x2cd2f6(0xee);const _0x36046e=_0x545906,_0x1bf4c1=_0x36046e[_0x2cd2f6(0x170)][_0x2cd2f6(0x93)]('|');let _0x395464=0x0;while(!![]){switch(_0x1bf4c1[_0x395464++]){case'0':global_registry['browserVersion']=_0xe4d197;continue;case'1':global_registry[_0x2cd2f6(0x120)]=_0x28c0aa;continue;case'2':global_registry['clusterRegion']=_0x10d48f;continue;case'3':global_registry[_0x2cd2f6(0x6c)]=_0x52885e;continue;case'4':global_registry['minNodes']=_0x41b054;continue;case'5':global_registry[_0x2cd2f6(0x16c)]=_0x4b5502;continue;case'6':global_registry[_0x2cd2f6(0xa6)]=_0x56117d[_0x2cd2f6(0xa6)]||_0x36046e[_0x2cd2f6(0x117)];continue;case'7':global_registry['s3Bucket']=_0xb7f1d3;continue;case'8':global_registry[_0x2cd2f6(0x103)]=_0x3e13a9;continue;case'9':global_registry[_0x2cd2f6(0x71)]=_0x31282a;continue;case'10':global_registry[_0x2cd2f6(0x115)]=_0x24b9bd;continue;}break;}},exports[a32_0x1acacc(0xbf)]=_0x57b365=>_0x57b365[a32_0x1acacc(0xae)](/([a-z])([A-Z])/g,a32_0x1acacc(0xec))['replace'](/[\s_]+/g,'-')['toLowerCase'](),exports[a32_0x1acacc(0x98)]=async(_0xe909fa,_0x13f168,_0x15dc6b,_0x4ef04f,_0x36f0f9,_0x48b69b,_0x19b1d4)=>{const _0x412a64=a32_0x1acacc,_0x370b1e={'jkgtX':function(_0x524f41,_0x1ba32f,_0xebce11,_0x5bfd50,_0x29d657,_0x425161,_0x2348d1){return _0x524f41(_0x1ba32f,_0xebce11,_0x5bfd50,_0x29d657,_0x425161,_0x2348d1);}};await _0x370b1e[_0x412a64(0xc2)](sendInstrumentationEvent,_0xe909fa,_0x36f0f9,_0x4ef04f,_0x48b69b,null,_0xe909fa);const _0x26ab80={};_0x26ab80[_0x412a64(0x126)]=WS_EVENTS[_0x412a64(0xd5)],_0x26ab80[_0x412a64(0xde)]=_0x15dc6b,await webSocketUtils[_0x412a64(0x73)](_0x13f168,_0x26ab80,_0x19b1d4,!![]);},exports[a32_0x1acacc(0xcd)]=_0x94d371=>{return _0x94d371['accessKey'];},exports[a32_0x1acacc(0xb0)]=_0x46871e=>{const _0xdeb27=a32_0x1acacc,_0x21fffa={};_0x21fffa[_0xdeb27(0x164)]='X-os',_0x21fffa[_0xdeb27(0x90)]='key',_0x21fffa[_0xdeb27(0xaa)]=_0xdeb27(0xdf),_0x21fffa[_0xdeb27(0xe0)]=_0xdeb27(0x6b),_0x21fffa[_0xdeb27(0x144)]=_0xdeb27(0x125),_0x21fffa[_0xdeb27(0x16a)]=_0xdeb27(0x101),_0x21fffa[_0xdeb27(0x110)]=_0xdeb27(0xe3),_0x21fffa['dulxQ']=function(_0x4af535,_0x5e9117){return _0x4af535===_0x5e9117;},_0x21fffa[_0xdeb27(0x10b)]=_0xdeb27(0xa8),_0x21fffa[_0xdeb27(0x6d)]=_0xdeb27(0x10c),_0x21fffa[_0xdeb27(0x166)]=_0xdeb27(0xe2),_0x21fffa[_0xdeb27(0xcf)]=function(_0x3a7e10,_0x5bf00f){return _0x3a7e10===_0x5bf00f;},_0x21fffa[_0xdeb27(0x6f)]=function(_0x4ee0b2,_0x17704f){return _0x4ee0b2!==_0x17704f;},_0x21fffa[_0xdeb27(0xbb)]=_0xdeb27(0xb3);const _0x33ef18=_0x21fffa;let _0xf8a742={};_0xf8a742[_0x33ef18[_0xdeb27(0x90)]]=this[_0xdeb27(0xcd)](_0x46871e),_0xf8a742[_0x33ef18[_0xdeb27(0xaa)]]=0x3,_0xf8a742[_0x33ef18[_0xdeb27(0xe0)]]=_0x33ef18[_0xdeb27(0x144)],_0xf8a742[_0x33ef18[_0xdeb27(0x16a)]]=_0x33ef18[_0xdeb27(0x110)];_0x46871e[_0xdeb27(0xdd)]&&Array[_0xdeb27(0xd1)](_0x46871e[_0xdeb27(0xdd)])&&(_0x33ef18['dulxQ'](_0x33ef18[_0xdeb27(0x10b)],_0x33ef18[_0xdeb27(0x6d)])?_0x4e82d3[_0x33ef18[_0xdeb27(0x164)]]=_0x4ec3c6:_0xf8a742[_0x33ef18['aXuYX']]=_0x46871e[_0xdeb27(0xdd)]['join'](','));if(_0x46871e[_0xdeb27(0x81)]&&_0x33ef18[_0xdeb27(0xcf)](_0x46871e['browserStackLocalOptions'][_0xdeb27(0x108)],Object)){if(_0x33ef18[_0xdeb27(0x6f)](_0x33ef18['jAiuF'],_0x33ef18[_0xdeb27(0xbb)])){const _0x40bfa2={..._0x410aef[_0xdeb27(0x81)],..._0x1c91f0};_0x4df3fb=_0x40bfa2;}else _0xf8a742={..._0x46871e['browserStackLocalOptions'],..._0xf8a742};}return _0xf8a742;},exports[a32_0x1acacc(0xf1)]=_0x183680=>{const _0x38bc2b=a32_0x1acacc,_0x2aa595=new BrowserstackLocalLauncher[(_0x38bc2b(0x69))](),_0x3ed63b=this[_0x38bc2b(0xb0)](_0x183680),_0x517c20=_0x2aa595[_0x38bc2b(0xf2)](_0x3ed63b);if(_0x517c20)throw _0x517c20;return isLocalRunning=_0x2aa595[_0x38bc2b(0x76)](),_0x2aa595;},exports['stopLocalBinary']=async _0x4ae0b6=>{const _0x3da6ba=a32_0x1acacc,_0x2a9823={'mUzAI':function(_0x17c719,_0x271fd0){return _0x17c719!==_0x271fd0;},'QDhHg':_0x3da6ba(0x167),'TjVjT':_0x3da6ba(0x109),'RsacP':function(_0x973db4,_0x386aed){return _0x973db4===_0x386aed;},'lJUBt':_0x3da6ba(0x7b),'qsPFN':function(_0x3e19b6,_0x3244d1){return _0x3e19b6(_0x3244d1);},'lKHNo':function(_0x188300){return _0x188300();},'zZBkA':_0x3da6ba(0x132),'IYZNg':function(_0x1e4a49,_0x37fc0b){return _0x1e4a49&&_0x37fc0b;},'oLvKf':_0x3da6ba(0x162),'JjlTd':_0x3da6ba(0x112)};return new Promise((_0x42a1f2,_0x4dafe0)=>{const _0x25182a=_0x3da6ba,_0x160a2b={'NVUlv':_0x2a9823[_0x25182a(0x140)],'Hotyn':function(_0x53019b,_0x20d8a7){return _0x2a9823['IYZNg'](_0x53019b,_0x20d8a7);},'wtPLt':function(_0x242125,_0x2f0309){const _0x24da32=_0x25182a;return _0x2a9823[_0x24da32(0xa0)](_0x242125,_0x2f0309);},'kfLXf':_0x2a9823[_0x25182a(0x111)]};if(_0x2a9823[_0x25182a(0xc4)](_0x2a9823['JjlTd'],_0x2a9823[_0x25182a(0xd8)]))_0x4ae0b6&&_0x4ae0b6[_0x25182a(0x87)](_0x2114fd=>{const _0x43ca79=_0x25182a;if(_0x2a9823[_0x43ca79(0x118)](_0x2a9823[_0x43ca79(0x16e)],_0x2a9823[_0x43ca79(0xf9)])){if(_0x2114fd){if(_0x2a9823[_0x43ca79(0xc4)](_0x2a9823[_0x43ca79(0x15f)],_0x2a9823[_0x43ca79(0x15f)]))return _0x2a9823[_0x43ca79(0x154)](_0x4dafe0,_0x2114fd);else _0x3e4bc0[_0x160a2b[_0x43ca79(0xea)]]=_0x31cfc5;}_0x2a9823[_0x43ca79(0xb6)](_0x42a1f2);}else{const _0xfeb9ee=_0xf5dc1d['existsSync'](this['getCredentialsPath']());if(_0xfeb9ee||_0x160a2b[_0x43ca79(0x137)](_0x2f2d95,_0x2e260e)){if(_0x160a2b[_0x43ca79(0x156)](_0x1f1e9a,_0x30782f)){const _0x4e23e6={};_0x4e23e6[_0x43ca79(0x85)]=_0x30c397,_0x4e23e6[_0x43ca79(0x11b)]=_0x3e160c;const _0x5955f4={};_0x5955f4[_0x43ca79(0x9c)]=_0x4e23e6;const _0x1411b6=_0x5955f4;_0x2d335b[_0x43ca79(0x11c)](this[_0x43ca79(0x10f)](),_0x5c9a0e[_0x43ca79(0xef)](_0x1411b6));}const _0x2c8c69=_0x25c0d5[_0x43ca79(0xce)](_0x520ef8[_0x43ca79(0x8e)](this['getCredentialsPath'](),_0x160a2b['kfLXf']));return[_0x2c8c69['Browserstack'][_0x43ca79(0x85)],_0x2c8c69[_0x43ca79(0x9c)]['password']];}return null;}});else{const _0x5ab205={};_0x5ab205[_0x25182a(0x85)]=_0x4262db,_0x5ab205[_0x25182a(0x11b)]=_0x271eac;const _0x31b75f={};_0x31b75f[_0x25182a(0x9c)]=_0x5ab205;const _0x58f2da=_0x31b75f;_0x5f4805['writeFileSync'](this[_0x25182a(0x10f)](),_0x44846e[_0x25182a(0xef)](_0x58f2da));}});},exports[a32_0x1acacc(0x15a)]=(_0x33268a,_0x218532)=>{const _0x222d6c=a32_0x1acacc,_0x8de2d9={};_0x8de2d9[_0x222d6c(0xcb)]=_0x222d6c(0xe6),_0x8de2d9['iPKeN']=_0x222d6c(0x150),_0x8de2d9['DuWtU']=function(_0x398b25,_0x5811a6){return _0x398b25&&_0x5811a6;},_0x8de2d9[_0x222d6c(0x12e)]=function(_0x33a276,_0x551f30){return _0x33a276!==_0x551f30;},_0x8de2d9['fhLUl']=_0x222d6c(0x148),_0x8de2d9[_0x222d6c(0xd0)]=function(_0x4eff44,_0x23e23d){return _0x4eff44===_0x23e23d;},_0x8de2d9[_0x222d6c(0xc7)]='SHQOB',_0x8de2d9[_0x222d6c(0xd2)]=_0x222d6c(0x162);const _0x556fc8=_0x8de2d9,_0x597a57=fs[_0x222d6c(0x106)](this[_0x222d6c(0x10f)]());if(_0x597a57||_0x556fc8[_0x222d6c(0x99)](_0x33268a,_0x218532)){if(_0x556fc8[_0x222d6c(0x12e)](_0x556fc8['fhLUl'],_0x556fc8[_0x222d6c(0xac)]))_0x55265f[_0x556fc8[_0x222d6c(0xcb)]]=_0x4ec0be[_0x222d6c(0x142)];else{if(_0x556fc8[_0x222d6c(0x99)](_0x33268a,_0x218532)){if(_0x556fc8[_0x222d6c(0xd0)](_0x556fc8[_0x222d6c(0xc7)],_0x556fc8[_0x222d6c(0xc7)])){const _0x93ff61={};_0x93ff61[_0x222d6c(0x85)]=_0x33268a,_0x93ff61['password']=_0x218532;const _0x177d9a={};_0x177d9a[_0x222d6c(0x9c)]=_0x93ff61;const _0x523e49=_0x177d9a;fs[_0x222d6c(0x11c)](this['getCredentialsPath'](),JSON[_0x222d6c(0xef)](_0x523e49));}else _0x14b0ca[_0x556fc8[_0x222d6c(0x14e)]]=_0x4a56f6;}const _0x2ed05f=JSON[_0x222d6c(0xce)](fs[_0x222d6c(0x8e)](this[_0x222d6c(0x10f)](),_0x556fc8[_0x222d6c(0xd2)]));return[_0x2ed05f[_0x222d6c(0x9c)][_0x222d6c(0x85)],_0x2ed05f['Browserstack']['password']];}}return null;},exports[a32_0x1acacc(0xc3)]=async(_0x6ca579,_0xd853ee,_0x292b9b)=>{const _0x4ab859=a32_0x1acacc,_0x4a44ac={'CNJQw':_0x4ab859(0x131),'coSrc':_0x4ab859(0x129),'SwqgO':function(_0x352cd5,_0x1738a8,_0x38e7ea){return _0x352cd5(_0x1738a8,_0x38e7ea);},'vqQEh':function(_0x2462bf,_0x7a3a75){return _0x2462bf===_0x7a3a75;},'tWRYQ':function(_0x2cae85,_0x5aa2ba){return _0x2cae85!==_0x5aa2ba;},'WIXqw':_0x4ab859(0xc0),'EiWuh':_0x4ab859(0x155)},_0x33a814='https://'+_0x6ca579+':'+_0xd853ee+'@'+AG_API_URL+_0x4ab859(0xc8)+_0x292b9b,_0x31d5d2={'method':_0x4a44ac[_0x4ab859(0x8a)],'headers':this['getAuthHeader'](_0x6ca579,_0xd853ee),'throwHttpErrors':![]},_0x1adaa3=await _0x4a44ac[_0x4ab859(0xb1)](got,_0x33a814,_0x31d5d2);if(_0x4a44ac[_0x4ab859(0x128)](_0x1adaa3[_0x4ab859(0x7d)],0xc8)){if(_0x4a44ac[_0x4ab859(0x15b)](_0x4a44ac[_0x4ab859(0x14a)],_0x4a44ac[_0x4ab859(0x66)]))return[_0x1adaa3,JSON[_0x4ab859(0xce)](_0x1adaa3[_0x4ab859(0x119)])];else _0x4a5735[_0x4a44ac[_0x4ab859(0x15c)]]=_0x4e85e9;}return[_0x1adaa3,null];},exports[a32_0x1acacc(0xdb)]=async(_0xced504,_0x10f9d0)=>{const _0x508790=a32_0x1acacc,_0x579134={'CVkbl':_0x508790(0xff),'jJjfJ':_0x508790(0xdf),'DYNtu':_0x508790(0x6b),'FuOVs':_0x508790(0x125),'gIVAX':_0x508790(0x101),'uGCMQ':_0x508790(0xe3),'HZGCJ':_0x508790(0xe2),'kRJbj':function(_0x26495b,_0x26e5c4){return _0x26495b===_0x26e5c4;},'dODRw':function(_0x4541a3,_0x819306){return _0x4541a3(_0x819306);},'nJIQo':function(_0xf20c32,_0x28b01c){return _0xf20c32!==_0x28b01c;},'hGHuC':_0x508790(0xf0),'KMuuG':'FCDnE','sZHgX':function(_0x26032b,_0xe97456){return _0x26032b!==_0xe97456;},'ZeStd':_0x508790(0xc5),'QzLvC':_0x508790(0x158),'HGtsQ':function(_0x2d10c8,_0x306dfa){return _0x2d10c8!==_0x306dfa;},'doCNJ':_0x508790(0xf8),'pIfHr':_0x508790(0xe1)},_0x4aed30=await k8s[_0x508790(0x116)][_0x508790(0xf6)](_0x10f9d0),_0x38e9b6=_0xced504[_0x508790(0x105)](_0x1dbb55=>_0x1dbb55&&_0x1dbb55['kind']&&_0x1dbb55[_0x508790(0x12d)]),_0x51e067=[];for await(const _0x5b7ead of _0x38e9b6){if(_0x579134[_0x508790(0xa9)](_0x579134[_0x508790(0x15e)],_0x579134[_0x508790(0x14c)]))try{if(_0x579134[_0x508790(0x84)](_0x579134[_0x508790(0x160)],_0x579134[_0x508790(0x122)])){await _0x4aed30[_0x508790(0xba)](_0x5b7ead);const _0x4317b1=await _0x4aed30[_0x508790(0xda)](_0x5b7ead);_0x51e067[_0x508790(0x104)](_0x4317b1[_0x508790(0x119)]);}else{let _0x241de6={};return _0x241de6[_0x579134[_0x508790(0xa4)]]=this[_0x508790(0xcd)](_0x1a26cd),_0x241de6[_0x579134['jJjfJ']]=0x3,_0x241de6[_0x579134['DYNtu']]=_0x579134[_0x508790(0x130)],_0x241de6[_0x579134[_0x508790(0x72)]]=_0x579134[_0x508790(0x124)],_0x56c925[_0x508790(0xdd)]&&_0x525a8f['isArray'](_0x23e493[_0x508790(0xdd)])&&(_0x241de6[_0x579134[_0x508790(0xa5)]]=_0x843c0e[_0x508790(0xdd)][_0x508790(0x70)](',')),_0x264d79[_0x508790(0x81)]&&_0x579134[_0x508790(0x74)](_0x4513d2[_0x508790(0x81)][_0x508790(0x108)],_0x522779)&&(_0x241de6={..._0x42c83b[_0x508790(0x81)],..._0x241de6}),_0x241de6;}}catch(_0x5f0c02){if(_0x579134[_0x508790(0x80)](_0x579134[_0x508790(0x169)],_0x579134[_0x508790(0x91)])){const _0x19abd9=await _0x4aed30['create'](_0x5b7ead);_0x51e067[_0x508790(0x104)](_0x19abd9[_0x508790(0x119)]);}else _0x3fd769[_0x579134[_0x508790(0xa5)]]=_0x5645e9[_0x508790(0xdd)][_0x508790(0x70)](',');}else return _0x579134[_0x508790(0xe8)](_0x48d3eb,_0x32572e);}},exports[a32_0x1acacc(0xca)]=(_0xc82c17,_0x35efba)=>{const _0x3c8b2a=a32_0x1acacc,_0x5d60cc={'knGQs':'Error\x20while\x20waiting\x20for\x20deployment:','MszlK':function(_0x1dd9e3,_0x30a5f5){return _0x1dd9e3(_0x30a5f5);},'AWcUi':function(_0x5cd2d3){return _0x5cd2d3();},'qKxgX':function(_0x924480){return _0x924480();},'geZsH':_0x3c8b2a(0xf5),'sxXoV':function(_0x234f06,_0x2d8ea1){return _0x234f06+_0x2d8ea1;},'crsGq':'Basic\x20','ayVUS':_0x3c8b2a(0x13e),'OsUSO':function(_0x35c391,_0x499f98){return _0x35c391===_0x499f98;},'SENWS':_0x3c8b2a(0x9d),'blJnE':_0x3c8b2a(0xe6),'XpZRc':_0x3c8b2a(0x10d),'JkKze':'X-cli-path','lUwdf':_0x3c8b2a(0x168),'VaKvN':_0x3c8b2a(0x141),'CRhyM':function(_0x3f9254,_0x5815e5){return _0x3f9254!==_0x5815e5;},'dBJWM':_0x3c8b2a(0xfe),'iuZJy':_0x3c8b2a(0x150),'VYvZp':function(_0x440e8d,_0x1d13b1){return _0x440e8d!==_0x1d13b1;},'oHKrF':_0x3c8b2a(0xb8),'jRAGQ':'Ntltf','ihmhX':'X-npm-version','omlLa':_0x3c8b2a(0xad),'DUGxQ':_0x3c8b2a(0xdc),'ocmHc':'X-ci-environment'},_0x1d010d=_0x5d60cc[_0x3c8b2a(0x157)](cli_version_and_path),_0x5b6793=_0x5d60cc[_0x3c8b2a(0x157)](_os),_0x32a99f=_0x5d60cc[_0x3c8b2a(0x157)](os_version),_0x3b44c3=_0x5d60cc[_0x3c8b2a(0x157)](npm_version),_0x2a3c2b=_0x5d60cc[_0x3c8b2a(0xbe)](ci_environment),_0x1b05fd={'Content-Type':_0x5d60cc[_0x3c8b2a(0x114)],'Authorization':_0x5d60cc[_0x3c8b2a(0x14b)](_0x5d60cc[_0x3c8b2a(0xed)],Buffer['from'](_0xc82c17+':'+_0x35efba)[_0x3c8b2a(0x7e)](_0x5d60cc['ayVUS']))};if(_0x1d010d&&_0x1d010d[_0x3c8b2a(0x142)]){if(_0x5d60cc[_0x3c8b2a(0x96)](_0x5d60cc[_0x3c8b2a(0x7a)],_0x5d60cc[_0x3c8b2a(0x7a)]))_0x1b05fd[_0x5d60cc[_0x3c8b2a(0x6a)]]=_0x1d010d['version'];else throw new _0x19e4f2('Timeout\x20waiting\x20for\x20deployment\x20'+_0x5a59bc+_0x3c8b2a(0x159)+_0x8a3e01+_0x3c8b2a(0x14d));}if(_0x1d010d&&_0x1d010d['path']){if(_0x5d60cc['OsUSO'](_0x5d60cc[_0x3c8b2a(0x83)],_0x5d60cc[_0x3c8b2a(0x83)]))_0x1b05fd[_0x5d60cc[_0x3c8b2a(0x92)]]=_0x1d010d['path'];else{_0x13ecd0[_0x3c8b2a(0xe4)](_0x5d60cc[_0x3c8b2a(0xb5)],_0x25c70e);throw _0x5183e4;}}if(_0x5b6793){if(_0x5d60cc[_0x3c8b2a(0x96)](_0x5d60cc['lUwdf'],_0x5d60cc[_0x3c8b2a(0x151)]))_0x1b05fd[_0x5d60cc[_0x3c8b2a(0x9b)]]=_0x5b6793;else return _0x4e2953[_0x3c8b2a(0x149)];}if(_0x32a99f){if(_0x5d60cc[_0x3c8b2a(0xd4)](_0x5d60cc['dBJWM'],_0x5d60cc[_0x3c8b2a(0x163)])){const _0x46597a={'GYojA':function(_0x3664ce,_0x3723a7){const _0x37dc33=_0x3c8b2a;return _0x5d60cc[_0x37dc33(0xf3)](_0x3664ce,_0x3723a7);},'auugL':function(_0x1bab7c){return _0x5d60cc['AWcUi'](_0x1bab7c);}};_0x3351fe&&_0x2553db['stop'](_0x1d8e5f=>{const _0x2464f9=_0x3c8b2a;if(_0x1d8e5f)return _0x46597a[_0x2464f9(0x13c)](_0x27d580,_0x1d8e5f);_0x46597a[_0x2464f9(0x12a)](_0x39fb31);});}else _0x1b05fd[_0x5d60cc[_0x3c8b2a(0xa1)]]=_0x32a99f;}if(_0x3b44c3){if(_0x5d60cc[_0x3c8b2a(0x136)](_0x5d60cc[_0x3c8b2a(0x100)],_0x5d60cc[_0x3c8b2a(0xab)]))_0x1b05fd[_0x5d60cc[_0x3c8b2a(0xeb)]]=_0x3b44c3;else{if(_0x2d33a4)return _0x5d60cc['MszlK'](_0x571d2b,_0x34a3ea);_0x5d60cc['AWcUi'](_0x32fb32);}}if(_0x2a3c2b){if(_0x5d60cc['VYvZp'](_0x5d60cc['omlLa'],_0x5d60cc[_0x3c8b2a(0xc6)]))_0x1b05fd[_0x5d60cc['ocmHc']]=_0x2a3c2b;else{const _0x33f345=new _0x33c822['Local'](),_0x1eb3f3=this[_0x3c8b2a(0xb0)](_0x2df5e4),_0x2b0d82=_0x33f345['startSync'](_0x1eb3f3);if(_0x2b0d82)throw _0x2b0d82;return _0x24003c=_0x33f345[_0x3c8b2a(0x76)](),_0x33f345;}}return _0x1b05fd;},exports[a32_0x1acacc(0xa3)]=async()=>{const _0x27b45c=a32_0x1acacc,_0x54b533={'lCmJP':function(_0x1bbc58,_0x3e8c47){return _0x1bbc58(_0x3e8c47);},'zErBn':function(_0x31072f){return _0x31072f();},'JyMum':function(_0x19859a,_0x1d56d1){return _0x19859a>=_0x1d56d1;},'CJIUG':function(_0x2532db,_0x3fad89){return _0x2532db!==_0x3fad89;},'lEDRC':_0x27b45c(0xb4),'Idhhz':_0x27b45c(0x10a),'YobDM':_0x27b45c(0x16f)},_0x268edd=process[_0x27b45c(0xe5)]['node'];if(_0x54b533[_0x27b45c(0x147)](_0x268edd['split']('.')[0x0],0x12)){if(_0x54b533[_0x27b45c(0x79)](_0x54b533[_0x27b45c(0xd7)],_0x54b533[_0x27b45c(0x8f)]))cp['execSync'](_0x54b533['YobDM']);else{const _0x43b154={'YYfMI':function(_0x5d976f,_0x7cab6c){return _0x54b533['lCmJP'](_0x5d976f,_0x7cab6c);},'VjBVm':function(_0x185f95){const _0x541c70=_0x27b45c;return _0x54b533[_0x541c70(0xe9)](_0x185f95);}};return new _0x4965c2((_0x258652,_0x2dfadb)=>{_0x20abbf&&_0x364f38['stop'](_0x13a29b=>{const _0x39618c=a32_0x5c87;if(_0x13a29b)return _0x43b154[_0x39618c(0x77)](_0x2dfadb,_0x13a29b);_0x43b154[_0x39618c(0x14f)](_0x258652);});});}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a33_0x2a6987=a33_0x153d;(function(_0x56dafe,_0xddf63d){const _0x1f28d3=a33_0x153d,_0x3dfcf4=_0x56dafe();while(!![]){try{const _0x4ec3f7=parseInt(_0x1f28d3(0x15b))/0x1+parseInt(_0x1f28d3(0x18e))/0x2*(-parseInt(_0x1f28d3(0x19e))/0x3)+-parseInt(_0x1f28d3(0x192))/0x4+-parseInt(_0x1f28d3(0x1a2))/0x5*(-parseInt(_0x1f28d3(0x176))/0x6)+parseInt(_0x1f28d3(0x1ab))/0x7+parseInt(_0x1f28d3(0x1be))/0x8+parseInt(_0x1f28d3(0x155))/0x9;if(_0x4ec3f7===_0xddf63d)break;else _0x3dfcf4['push'](_0x3dfcf4['shift']());}catch(_0x44342d){_0x3dfcf4['push'](_0x3dfcf4['shift']());}}}(a33_0xca80,0xa8aa5));const {global_registry,WS_EVENTS}=require(a33_0x2a6987(0x154)),{logger}=require(a33_0x2a6987(0x1a9)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x2a6987(0x19f));exports[a33_0x2a6987(0x1b2)]=_0x1afa81=>{const _0x190623=a33_0x2a6987,_0x709559={};_0x709559[_0x190623(0x1b4)]=function(_0x2d99ae,_0x5f32cd){return _0x2d99ae===_0x5f32cd;},_0x709559['LfHrx']=_0x190623(0x166),_0x709559[_0x190623(0x167)]=_0x190623(0x190),_0x709559[_0x190623(0x158)]=_0x190623(0x16a),_0x709559['eIeDW']=function(_0x9ef0bd,_0x5deed1){return _0x9ef0bd===_0x5deed1;},_0x709559['avSqp']=_0x190623(0x185),_0x709559[_0x190623(0x1a1)]=_0x190623(0x189),_0x709559[_0x190623(0x178)]=function(_0x3fabfa,_0xadbf36){return _0x3fabfa===_0xadbf36;},_0x709559[_0x190623(0x17f)]=_0x190623(0x1bd),_0x709559[_0x190623(0x1bb)]='Qmaan',_0x709559['NEadQ']=_0x190623(0x1bc),_0x709559['UxckA']=function(_0x2c08cf,_0x520591){return _0x2c08cf!==_0x520591;},_0x709559[_0x190623(0x18a)]=_0x190623(0x174),_0x709559['VvPuD']=_0x190623(0x159),_0x709559[_0x190623(0x19a)]=_0x190623(0x165),_0x709559[_0x190623(0x179)]=function(_0x294087,_0x1a70e7){return _0x294087!==_0x1a70e7;},_0x709559[_0x190623(0x1aa)]=_0x190623(0x181),_0x709559[_0x190623(0x186)]=function(_0x1bde3a,_0x6ef9b2){return _0x1bde3a!==_0x6ef9b2;},_0x709559[_0x190623(0x16c)]=_0x190623(0x1a5),_0x709559[_0x190623(0x15e)]=_0x190623(0x1bf),_0x709559[_0x190623(0x195)]=_0x190623(0x18f),_0x709559[_0x190623(0x18b)]=function(_0x5ecad8,_0x21ec29){return _0x5ecad8===_0x21ec29;},_0x709559[_0x190623(0x173)]=_0x190623(0x157),_0x709559[_0x190623(0x1b7)]=function(_0x3d4da7,_0x34af76){return _0x3d4da7===_0x34af76;},_0x709559[_0x190623(0x1a8)]=function(_0x526292,_0x48a4d6){return _0x526292===_0x48a4d6;},_0x709559[_0x190623(0x1ae)]=_0x190623(0x1b5),_0x709559[_0x190623(0x18c)]=_0x190623(0x1a4),_0x709559['Ooakf']=_0x190623(0x1b8),_0x709559[_0x190623(0x15c)]=_0x190623(0x194),_0x709559['CUAQt']='close';const _0x2beb08=_0x709559;_0x1afa81['addEventListener'](_0x2beb08['auxVy'],()=>{const _0x37e070=_0x190623;if(_0x2beb08['aongh'](_0x2beb08[_0x37e070(0x15f)],_0x2beb08[_0x37e070(0x167)]))_0x4a7282[_0x37e070(0x17e)]=_0x21dd56[_0x37e070(0x17e)];else{if(_0x2beb08[_0x37e070(0x1b4)](process['env'][_0x37e070(0x17d)],_0x2beb08[_0x37e070(0x158)])){if(_0x2beb08['eIeDW'](_0x2beb08[_0x37e070(0x1ad)],_0x2beb08[_0x37e070(0x1ad)]))logger[_0x37e070(0x191)](_0x2beb08[_0x37e070(0x1a1)]);else{_0x656493[_0x37e070(0x191)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x429587[_0x37e070(0x1b9)]);let _0x3a31d0,_0x1b2432;try{_0x1b2432=_0x1bba17[_0x37e070(0x187)](_0x29597a[_0x37e070(0x1b9)]),_0x3a31d0=_0x1b2432[_0x37e070(0x1b0)];}catch(_0x3714da){_0x4fb2a3[_0x37e070(0x194)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x162429[_0x37e070(0x1b9)]);}}}else _0x2beb08[_0x37e070(0x178)](_0x2beb08['JEyDn'],_0x2beb08['zexSv'])?_0x35d798[_0x37e070(0x191)](_0x37e070(0x168)+_0x4716d5):(logger[_0x37e070(0x191)](_0x2beb08['NEadQ']),process['env'][_0x37e070(0x1a3)]=!![]);}}),_0x1afa81['addEventListener'](_0x2beb08['Ooakf'],async function(_0x3103aa){const _0x40e755=_0x190623,_0x2c1d58={};_0x2c1d58['dtZyR']=_0x2beb08['NEadQ'];const _0x5ab28a=_0x2c1d58;if(_0x2beb08[_0x40e755(0x16f)](_0x2beb08['uzvLj'],_0x2beb08[_0x40e755(0x18a)]))_0x3374b7='['+new _0x15df7f()[_0x40e755(0x1a7)]()+']:\x20'+_0x539c15[_0x40e755(0x1b8)];else{logger[_0x40e755(0x191)](_0x40e755(0x19d)+_0x3103aa[_0x40e755(0x1b9)]);let _0x4aa109,_0x3f4ada;try{_0x2beb08[_0x40e755(0x178)](_0x2beb08[_0x40e755(0x197)],_0x2beb08[_0x40e755(0x19a)])?(_0x4c63a4[_0x40e755(0x191)](_0x5ab28a[_0x40e755(0x199)]),_0x45d509[_0x40e755(0x188)][_0x40e755(0x1a3)]=!![]):(_0x3f4ada=JSON[_0x40e755(0x187)](_0x3103aa[_0x40e755(0x1b9)]),_0x4aa109=_0x3f4ada[_0x40e755(0x1b0)]);}catch(_0x245e2a){_0x2beb08['vdXeY'](_0x2beb08['QgpRe'],_0x2beb08[_0x40e755(0x1aa)])?_0x20388a['gridName']=_0x16730f[_0x40e755(0x175)]:logger[_0x40e755(0x194)](_0x40e755(0x1a0)+_0x3103aa[_0x40e755(0x1b9)]);}}}),_0x1afa81['addEventListener'](_0x2beb08[_0x190623(0x15c)],function(_0x1ebf9a){const _0x30ff05=_0x190623;_0x2beb08['wKwzo'](_0x2beb08['LaRTg'],_0x2beb08[_0x30ff05(0x15e)])?logger['debug'](_0x30ff05(0x168)+_0x1ebf9a):_0x57746e[_0x30ff05(0x191)](_0x2beb08['prLSm']);}),_0x1afa81[_0x190623(0x1a6)](_0x2beb08[_0x190623(0x160)],function(){const _0x2fc656=_0x190623;_0x2beb08['EOkSM'](_0x2beb08['csgce'],_0x2beb08[_0x2fc656(0x173)])?(_0x2beb08['zEtJm'](process[_0x2fc656(0x188)][_0x2fc656(0x1a3)],_0x2beb08['EIDEU'])&&(_0x2beb08[_0x2fc656(0x1a8)](_0x2beb08[_0x2fc656(0x1ae)],_0x2beb08[_0x2fc656(0x1ae)])?process['env'][_0x2fc656(0x17d)]=_0x2beb08['EIDEU']:(_0x2beb08[_0x2fc656(0x178)](_0x42dfb2[_0x2fc656(0x188)][_0x2fc656(0x1a3)],_0x2beb08[_0x2fc656(0x158)])&&(_0x2fe73b[_0x2fc656(0x188)][_0x2fc656(0x17d)]=_0x2beb08[_0x2fc656(0x158)]),_0x4a753f[_0x2fc656(0x191)](_0x2beb08['KwjvF']))),logger['debug'](_0x2beb08[_0x2fc656(0x195)])):_0x2beb08[_0x2fc656(0x18b)](_0x4421c2[_0x2fc656(0x188)]['WS_CLOSED_BEFORE'],_0x2beb08[_0x2fc656(0x158)])?_0x5d6f74[_0x2fc656(0x191)](_0x2beb08[_0x2fc656(0x1a1)]):(_0x3160fe[_0x2fc656(0x191)](_0x2beb08[_0x2fc656(0x16d)]),_0x3eb91f[_0x2fc656(0x188)][_0x2fc656(0x1a3)]=!![]);});};const getLogMetaData=()=>{const _0x1b6d81=a33_0x2a6987,_0x3df25e={'OTlih':_0x1b6d81(0x16a),'bdSBi':function(_0x384bc7){return _0x384bc7();},'ZydwP':function(_0x15598f){return _0x15598f();},'XMrkH':function(_0x43a29a){return _0x43a29a();},'IhSek':function(_0x3bb190,_0x1f58d1){return _0x3bb190!==_0x1f58d1;},'CERtM':_0x1b6d81(0x1b1),'vgCde':function(_0x1cf036,_0x3aa032){return _0x1cf036!==_0x3aa032;},'vBVYx':_0x1b6d81(0x1c1),'kVIkK':_0x1b6d81(0x16e),'CPtJi':function(_0x5d27bb,_0x204a4e){return _0x5d27bb===_0x204a4e;},'JOHbC':_0x1b6d81(0x15a)};let _0x4ad6c9=_0x3df25e[_0x1b6d81(0x1ac)](cli_version_and_path);const _0x75d4bc={'requestId':global_registry[_0x1b6d81(0x18d)],'username':global_registry[_0x1b6d81(0x1b3)],'cli_version':_0x4ad6c9[_0x1b6d81(0x196)],'cli_path':_0x4ad6c9[_0x1b6d81(0x163)],'os':_0x3df25e[_0x1b6d81(0x1af)](_os),'os_version':_0x3df25e[_0x1b6d81(0x1ac)](os_version),'npm_version':_0x3df25e[_0x1b6d81(0x177)](npm_version),'ci_environment':_0x3df25e['ZydwP'](ci_environment)};return global_registry[_0x1b6d81(0x161)]&&(_0x3df25e[_0x1b6d81(0x17b)](_0x3df25e[_0x1b6d81(0x169)],_0x3df25e[_0x1b6d81(0x169)])?_0x123937[_0x1b6d81(0x194)](_0x1b6d81(0x1a0)+_0x38d25f['data']):_0x75d4bc[_0x1b6d81(0x161)]=global_registry[_0x1b6d81(0x161)]),global_registry[_0x1b6d81(0x17e)]&&(_0x3df25e[_0x1b6d81(0x170)](_0x3df25e['vBVYx'],_0x3df25e[_0x1b6d81(0x19c)])?_0x75d4bc[_0x1b6d81(0x17e)]=global_registry[_0x1b6d81(0x17e)]:_0x380d80[_0x1b6d81(0x188)][_0x1b6d81(0x17d)]=_0x3df25e[_0x1b6d81(0x17a)]),global_registry[_0x1b6d81(0x175)]&&(_0x3df25e[_0x1b6d81(0x19b)](_0x3df25e[_0x1b6d81(0x156)],_0x3df25e[_0x1b6d81(0x156)])?_0x75d4bc[_0x1b6d81(0x175)]=global_registry[_0x1b6d81(0x175)]:_0x9fee4d[_0x1b6d81(0x161)]=_0x48f1a8[_0x1b6d81(0x161)]),_0x75d4bc;};exports['delay']=_0x49c3f3=>new Promise((_0x579fc7,_0xeb371)=>setTimeout(_0x579fc7,_0x49c3f3)),exports[a33_0x2a6987(0x164)]=async(_0x18813e,_0x57b3b9,_0x1d357e=a33_0x2a6987(0x172),_0x38d9af=![])=>{const _0x342475=a33_0x2a6987,_0x45c9a5={'vKmtM':function(_0x4f4cf0){return _0x4f4cf0();},'AwaaK':function(_0x158b2e){return _0x158b2e();},'lwRZH':function(_0x35e494){return _0x35e494();},'RWfZD':function(_0x42274f,_0x6d32fc){return _0x42274f===_0x6d32fc;},'qIKFF':function(_0x37b55b,_0x26a1b1){return _0x37b55b!==_0x26a1b1;},'vDrxF':_0x342475(0x1c2),'fEjZD':'CZEwq','nWnWF':function(_0x277e65,_0x38a1b3){return _0x277e65===_0x38a1b3;},'pbbFO':_0x342475(0x184),'jZHaS':_0x342475(0x1ba)};let _0x5c7b47=_0x57b3b9[_0x342475(0x1b8)];_0x45c9a5['RWfZD'](_0x57b3b9['type'],WS_EVENTS[_0x342475(0x15d)])&&(_0x45c9a5['qIKFF'](_0x45c9a5[_0x342475(0x180)],_0x45c9a5[_0x342475(0x1b6)])?_0x5c7b47='['+new Date()['toUTCString']()+']:\x20'+_0x57b3b9['message']:(_0x2eb390=_0x5d3e95[_0x342475(0x187)](_0x368b46['data']),_0x9a8d94=_0x28e400[_0x342475(0x1b0)]));const _0x17aa6d={};_0x17aa6d[_0x342475(0x1b8)]=_0x5c7b47,_0x17aa6d[_0x342475(0x17c)]=_0x1d357e;const _0x2c4f21={'type':_0x57b3b9[_0x342475(0x1b0)],..._0x45c9a5[_0x342475(0x193)](getLogMetaData),'data':_0x17aa6d};_0x18813e[_0x342475(0x1c0)](JSON[_0x342475(0x198)](_0x2c4f21));if(_0x38d9af){if(_0x45c9a5[_0x342475(0x171)](_0x45c9a5['pbbFO'],_0x45c9a5[_0x342475(0x182)])){let _0x580c34=_0x45c9a5[_0x342475(0x16b)](_0x1ebc0c);const _0x43c8ee={'requestId':_0x408bcf['requestId'],'username':_0x3f2ccf[_0x342475(0x1b3)],'cli_version':_0x580c34['version'],'cli_path':_0x580c34['path'],'os':_0x45c9a5[_0x342475(0x193)](_0xf0c23e),'os_version':_0x45c9a5['AwaaK'](_0x4ee888),'npm_version':_0x45c9a5[_0x342475(0x162)](_0x2d4d62),'ci_environment':_0x45c9a5[_0x342475(0x162)](_0x49d564)};return _0x5a8393[_0x342475(0x161)]&&(_0x43c8ee[_0x342475(0x161)]=_0x11d4dc[_0x342475(0x161)]),_0x4e3c4d[_0x342475(0x17e)]&&(_0x43c8ee['gridProfile']=_0x6c85e2[_0x342475(0x17e)]),_0x385a22[_0x342475(0x175)]&&(_0x43c8ee[_0x342475(0x175)]=_0x24401f[_0x342475(0x175)]),_0x43c8ee;}else await this[_0x342475(0x183)](0x1f4);}};function a33_0x153d(_0x263be4,_0x4f05b4){const _0xca8079=a33_0xca80();return a33_0x153d=function(_0x153d3f,_0x227945){_0x153d3f=_0x153d3f-0x154;let _0x3ef443=_0xca8079[_0x153d3f];return _0x3ef443;},a33_0x153d(_0x263be4,_0x4f05b4);}function a33_0xca80(){const _0x15bd3d=['prLSm','5EmXRXV','WS_OPENED_BEFORE','open','gVyLU','addEventListener','toUTCString','kexkW','../config/logger','QgpRe','1867971CzTkDA','bdSBi','avSqp','zfhLP','ZydwP','type','GGJWU','addListeners','bstackUsername','aongh','Bfdho','fEjZD','zEtJm','message','data','KYlhW','zexSv','Socket\x20open','nlnUi','767808rKNlne','xoCJc','send','WgkUw','wHCho','../config/constants','2266209ISuqcK','JOHbC','OBmZI','EIDEU','DKRSH','DuwlP','722519VcERdD','NqKuO','LOG','OkddI','LfHrx','CUAQt','gridProfileId','lwRZH','path','sendEventToBackend','fMuGq','qZVTH','oHmZE','Socket\x20error:\x20','CERtM','true','vKmtM','LaRTg','NEadQ','rrxYB','UxckA','vgCde','nWnWF','info','csgce','MRUqM','gridName','7803492lVcxOm','XMrkH','taixH','vdXeY','OTlih','IhSek','logType','WS_CLOSED_BEFORE','gridProfile','JEyDn','vDrxF','fSbfV','jZHaS','delay','CYaiZ','TDwiE','wKwzo','parse','env','Socket\x20reconnected','uzvLj','EOkSM','auxVy','requestId','2Kvshnm','Socket\x20closed','IkrTI','debug','2663836gePtoS','AwaaK','error','KwjvF','version','VvPuD','stringify','dtZyR','IIXzJ','CPtJi','kVIkK','Message\x20received\x20from\x20server!\x20=>\x20','3842757zftMWM','./instrumentationUtils','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'];a33_0xca80=function(){return _0x15bd3d;};return a33_0xca80();}
|
|
1
|
+
const a33_0x2dfa3c=a33_0x1dcc;(function(_0x47fe4e,_0x365a6b){const _0x3644a5=a33_0x1dcc,_0x42cbff=_0x47fe4e();while(!![]){try{const _0x13d121=parseInt(_0x3644a5(0x18a))/0x1+-parseInt(_0x3644a5(0x1d5))/0x2*(parseInt(_0x3644a5(0x1bc))/0x3)+parseInt(_0x3644a5(0x1d8))/0x4*(-parseInt(_0x3644a5(0x1a5))/0x5)+parseInt(_0x3644a5(0x1da))/0x6*(-parseInt(_0x3644a5(0x1e2))/0x7)+parseInt(_0x3644a5(0x17d))/0x8*(parseInt(_0x3644a5(0x1b7))/0x9)+-parseInt(_0x3644a5(0x1a2))/0xa+-parseInt(_0x3644a5(0x17e))/0xb*(-parseInt(_0x3644a5(0x190))/0xc);if(_0x13d121===_0x365a6b)break;else _0x42cbff['push'](_0x42cbff['shift']());}catch(_0x3a955f){_0x42cbff['push'](_0x42cbff['shift']());}}}(a33_0x171d,0x272c9));const {global_registry,WS_EVENTS}=require(a33_0x2dfa3c(0x1c8)),{logger}=require('../config/logger'),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x2dfa3c(0x18e));function a33_0x1dcc(_0x1e7066,_0x517e58){const _0x171dbb=a33_0x171d();return a33_0x1dcc=function(_0x1dcc97,_0x483087){_0x1dcc97=_0x1dcc97-0x178;let _0x15726b=_0x171dbb[_0x1dcc97];return _0x15726b;},a33_0x1dcc(_0x1e7066,_0x517e58);}function a33_0x171d(){const _0x32819e=['QfywH','cQqLa','zDaQz','addEventListener','280196zmhycu','XsthW','eVqVQ','oOhWe','CObov','send','YFIYx','XzqFW','TIGYp','422928wLfKfE','45793YTEtrI','HySKA','ngujQ','agNpP','SjYGR','QEUVQ','requestId','data','tepnD','Socket\x20closed','version','KFVCs','76165Cqplwn','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','WS_OPENED_BEFORE','ACWki','./instrumentationUtils','stringify','2292xNSext','GzECl','lGONk','aUAdc','vlPud','type','Cquws','LOG','sLIcq','gridProfileId','LKIxD','logType','NyvjE','DYvZS','Message\x20received\x20from\x20server!\x20=>\x20','info','addListeners','WVERX','448070KHvAXt','moZnF','ezszQ','170055cZXeIr','Socket\x20open','Hvdna','gVgtt','true','PqBzW','YBCGd','close','jGeZX','pZkwW','JTDYb','cfAzz','toUTCString','env','wbmXe','spfiH','rZGzX','pUfEY','27KyGnnA','aXror','SSlCP','ATkgE','KYmDX','3XByZLC',']:\x20','Socket\x20error:\x20','NeJWb','gridProfile','CtLjS','path','BBMIo','delay','iJMdF','guiph','WS_CLOSED_BEFORE','../config/constants','MBjtv','Socket\x20reconnected','TOsGN','gridName','dRean','NHIzP','sendEventToBackend','ZERih','error','KHBOT','kBYBq','message','556730dReYtL','lYQbW','zVrWu','36bIxNVJ','Grdkn','36PWdpwL','debug','mzqHw','HxQlC'];a33_0x171d=function(){return _0x32819e;};return a33_0x171d();}exports[a33_0x2dfa3c(0x1a0)]=_0x132564=>{const _0x416081=a33_0x2dfa3c,_0x57c9b0={'pZkwW':function(_0x24625d,_0x2eec56){return _0x24625d===_0x2eec56;},'NHIzP':_0x416081(0x1a9),'zDaQz':'Socket\x20reconnected','zVrWu':_0x416081(0x1a6),'aUAdc':function(_0x1a5e2e,_0x3184d1){return _0x1a5e2e===_0x3184d1;},'WOwrQ':_0x416081(0x182),'KHBOT':_0x416081(0x1ad),'HcYoN':function(_0x28a46c,_0xc000bd){return _0x28a46c===_0xc000bd;},'lGONk':_0x416081(0x181),'OAHrV':_0x416081(0x1aa),'eVqVQ':function(_0x4c3605,_0x313abf){return _0x4c3605===_0x313abf;},'CObov':_0x416081(0x17b),'Cquws':'KbkMt','cQqLa':function(_0x9887b4,_0x213d4b){return _0x9887b4===_0x213d4b;},'oOhWe':_0x416081(0x187),'HxQlC':function(_0x133071,_0x26a7f9){return _0x133071!==_0x26a7f9;},'iJMdF':'sOEaD','HySKA':function(_0x597f56,_0x2755ad){return _0x597f56!==_0x2755ad;},'LKIxD':_0x416081(0x186),'NeJWb':function(_0x1c1e83,_0x59a35d){return _0x1c1e83===_0x59a35d;},'vlPud':_0x416081(0x1ba),'agXKK':'qfewX','Hvdna':function(_0x5a6c82){return _0x5a6c82();},'CtLjS':function(_0x309578){return _0x309578();},'QEUVQ':function(_0x3dcb96,_0x4d7def){return _0x3dcb96!==_0x4d7def;},'spfiH':'lQaje','GFwQA':function(_0x29a45e,_0x20f5fb){return _0x29a45e===_0x20f5fb;},'SSlCP':_0x416081(0x1a8),'yDDVV':function(_0x52b7a3,_0x31b13d){return _0x52b7a3===_0x31b13d;},'ACWki':_0x416081(0x191),'guiph':'open','dRean':_0x416081(0x1d4),'ezszQ':_0x416081(0x1d1),'NyvjE':_0x416081(0x1ac)};_0x132564[_0x416081(0x1e1)](_0x57c9b0[_0x416081(0x1c6)],()=>{const _0x40ce00=_0x416081,_0x5f16fa={'MBjtv':function(_0x29ca8f,_0x355e0e){const _0x20a022=a33_0x1dcc;return _0x57c9b0[_0x20a022(0x1ae)](_0x29ca8f,_0x355e0e);},'KYmDX':_0x57c9b0[_0x40ce00(0x1ce)],'TIGYp':_0x57c9b0[_0x40ce00(0x1e0)],'FUicX':_0x57c9b0['zVrWu']};_0x57c9b0[_0x40ce00(0x193)](_0x57c9b0['WOwrQ'],_0x57c9b0[_0x40ce00(0x1d2)])?_0x1ed962[_0x40ce00(0x1d1)](_0x40ce00(0x18b)+_0x4d54fd[_0x40ce00(0x185)]):_0x57c9b0['HcYoN'](process['env'][_0x40ce00(0x1c7)],_0x57c9b0['NHIzP'])?_0x57c9b0['aUAdc'](_0x57c9b0[_0x40ce00(0x192)],_0x57c9b0['OAHrV'])?_0x2df743[_0x40ce00(0x199)]=_0x2e959f[_0x40ce00(0x199)]:logger[_0x40ce00(0x1db)](_0x57c9b0[_0x40ce00(0x1e0)]):_0x57c9b0[_0x40ce00(0x1e4)](_0x57c9b0[_0x40ce00(0x178)],_0x57c9b0[_0x40ce00(0x196)])?_0x5f16fa[_0x40ce00(0x1c9)](_0x2b0cf1[_0x40ce00(0x1b2)][_0x40ce00(0x1c7)],_0x5f16fa[_0x40ce00(0x1bb)])?_0x5a69b1[_0x40ce00(0x1db)](_0x5f16fa[_0x40ce00(0x17c)]):(_0x2e306b[_0x40ce00(0x1db)](_0x5f16fa['FUicX']),_0x18fe9a['env'][_0x40ce00(0x18c)]=!![]):(logger[_0x40ce00(0x1db)](_0x57c9b0['zVrWu']),process[_0x40ce00(0x1b2)]['WS_OPENED_BEFORE']=!![]);}),_0x132564[_0x416081(0x1e1)](_0x57c9b0[_0x416081(0x1cd)],async function(_0x496507){const _0x510112=_0x416081,_0x59ba1a={'aXror':function(_0x4bb515,_0x6fc6d5){const _0x215b0a=a33_0x1dcc;return _0x57c9b0[_0x215b0a(0x1df)](_0x4bb515,_0x6fc6d5);},'TOsGN':_0x57c9b0[_0x510112(0x1ce)],'BBMIo':_0x57c9b0['oOhWe']};if(_0x57c9b0[_0x510112(0x1dd)](_0x57c9b0['iJMdF'],_0x57c9b0[_0x510112(0x1c5)]))_0x59ba1a[_0x510112(0x1b8)](_0x369d29[_0x510112(0x1b2)]['WS_OPENED_BEFORE'],_0x59ba1a[_0x510112(0x1cb)])&&(_0x214745[_0x510112(0x1b2)][_0x510112(0x1c7)]=_0x59ba1a[_0x510112(0x1cb)]),_0x2d953f[_0x510112(0x1db)](_0x59ba1a[_0x510112(0x1c3)]);else{logger['debug'](_0x510112(0x19e)+_0x496507['data']);let _0x49cd18,_0x1c1ba0;try{_0x57c9b0[_0x510112(0x17f)](_0x57c9b0['LKIxD'],_0x57c9b0[_0x510112(0x19a)])?_0x33aeb7[_0x510112(0x1cc)]=_0x322462[_0x510112(0x1cc)]:(_0x1c1ba0=JSON['parse'](_0x496507[_0x510112(0x185)]),_0x49cd18=_0x1c1ba0[_0x510112(0x195)]);}catch(_0x82825){_0x57c9b0[_0x510112(0x1bf)](_0x57c9b0[_0x510112(0x194)],_0x57c9b0['agXKK'])?(_0xe359bc=_0x4a6702['parse'](_0x4042c6['data']),_0x29c4ea=_0x3a98ff[_0x510112(0x195)]):logger[_0x510112(0x1d1)](_0x510112(0x18b)+_0x496507[_0x510112(0x185)]);}}}),_0x132564[_0x416081(0x1e1)](_0x57c9b0[_0x416081(0x1a4)],function(_0x3a169){const _0x1732ee=_0x416081;if(_0x57c9b0[_0x1732ee(0x183)](_0x57c9b0[_0x1732ee(0x1b4)],_0x57c9b0[_0x1732ee(0x1b4)])){let _0x33797b=_0x57c9b0[_0x1732ee(0x1a7)](_0xa03da1);const _0x54ba33={'requestId':_0x445307[_0x1732ee(0x184)],'username':_0x4d038e['bstackUsername'],'cli_version':_0x33797b['version'],'cli_path':_0x33797b[_0x1732ee(0x1c2)],'os':_0x57c9b0[_0x1732ee(0x1a7)](_0x220ecd),'os_version':_0x57c9b0[_0x1732ee(0x1a7)](_0x16645f),'npm_version':_0x57c9b0['CtLjS'](_0x706bf6),'ci_environment':_0x57c9b0[_0x1732ee(0x1c1)](_0x47da1c)};return _0x278fb6[_0x1732ee(0x199)]&&(_0x54ba33[_0x1732ee(0x199)]=_0x202253[_0x1732ee(0x199)]),_0x5d71a8['gridProfile']&&(_0x54ba33['gridProfile']=_0x50c97b['gridProfile']),_0x12880f[_0x1732ee(0x1cc)]&&(_0x54ba33[_0x1732ee(0x1cc)]=_0x261f1f[_0x1732ee(0x1cc)]),_0x54ba33;}else logger[_0x1732ee(0x1db)](_0x1732ee(0x1be)+_0x3a169);}),_0x132564['addEventListener'](_0x57c9b0[_0x416081(0x19c)],function(){const _0x29f505=_0x416081,_0x4a8214={};_0x4a8214[_0x29f505(0x180)]=_0x57c9b0[_0x29f505(0x1d7)];const _0x22b07a=_0x4a8214;_0x57c9b0['GFwQA'](_0x57c9b0[_0x29f505(0x1b9)],_0x57c9b0['SSlCP'])?(_0x57c9b0['yDDVV'](process['env'][_0x29f505(0x18c)],_0x57c9b0[_0x29f505(0x1ce)])&&(_0x57c9b0['HySKA'](_0x57c9b0[_0x29f505(0x18d)],_0x57c9b0['ACWki'])?_0x1777c5='['+new _0x4bd030()[_0x29f505(0x1b1)]()+_0x29f505(0x1bd)+_0x5b5160[_0x29f505(0x1d4)]:process[_0x29f505(0x1b2)][_0x29f505(0x1c7)]=_0x57c9b0[_0x29f505(0x1ce)]),logger[_0x29f505(0x1db)](_0x57c9b0[_0x29f505(0x1e5)])):(_0x2e3ad2[_0x29f505(0x1db)](_0x22b07a[_0x29f505(0x180)]),_0x2df5c0[_0x29f505(0x1b2)][_0x29f505(0x18c)]=!![]);});};const getLogMetaData=()=>{const _0x12b10c=a33_0x2dfa3c,_0x26f916={'DYvZS':'true','YFIYx':function(_0x1afa56){return _0x1afa56();},'QfywH':function(_0x5be9e3){return _0x5be9e3();},'pUfEY':function(_0xaed2da){return _0xaed2da();},'XsthW':function(_0x51670d,_0x12ddf1){return _0x51670d===_0x12ddf1;},'ZtJGl':_0x12b10c(0x1b5),'BWiyo':function(_0x45ff5b,_0x1a45ca){return _0x45ff5b!==_0x1a45ca;},'lqccl':_0x12b10c(0x1a3),'YBCGd':_0x12b10c(0x1d0),'ODPgB':function(_0x378d66,_0x1f34c3){return _0x378d66!==_0x1f34c3;},'cfAzz':_0x12b10c(0x1d6)};let _0x6e87bb=_0x26f916[_0x12b10c(0x17a)](cli_version_and_path);const _0x43cc1a={'requestId':global_registry[_0x12b10c(0x184)],'username':global_registry['bstackUsername'],'cli_version':_0x6e87bb[_0x12b10c(0x188)],'cli_path':_0x6e87bb[_0x12b10c(0x1c2)],'os':_0x26f916['YFIYx'](_os),'os_version':_0x26f916['QfywH'](os_version),'npm_version':_0x26f916[_0x12b10c(0x1de)](npm_version),'ci_environment':_0x26f916[_0x12b10c(0x1b6)](ci_environment)};if(global_registry[_0x12b10c(0x199)]){if(_0x26f916[_0x12b10c(0x1e3)](_0x26f916['ZtJGl'],_0x26f916['ZtJGl']))_0x43cc1a['gridProfileId']=global_registry[_0x12b10c(0x199)];else{_0x15929f[_0x12b10c(0x1db)]('Message\x20received\x20from\x20server!\x20=>\x20'+_0x2b7cec[_0x12b10c(0x185)]);let _0x74399f,_0x1a1016;try{_0x1a1016=_0xdfefba['parse'](_0x45a6ee[_0x12b10c(0x185)]),_0x74399f=_0x1a1016[_0x12b10c(0x195)];}catch(_0x281758){_0x394696['error']('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x2961ea[_0x12b10c(0x185)]);}}}return global_registry[_0x12b10c(0x1c0)]&&(_0x26f916['BWiyo'](_0x26f916['lqccl'],_0x26f916[_0x12b10c(0x1ab)])?_0x43cc1a[_0x12b10c(0x1c0)]=global_registry[_0x12b10c(0x1c0)]:_0x289b59['env']['WS_CLOSED_BEFORE']=_0x26f916[_0x12b10c(0x19d)]),global_registry[_0x12b10c(0x1cc)]&&(_0x26f916['ODPgB'](_0x26f916[_0x12b10c(0x1b0)],_0x26f916[_0x12b10c(0x1b0)])?_0x1a0b72[_0x12b10c(0x1db)]('Socket\x20error:\x20'+_0x11f7f3):_0x43cc1a[_0x12b10c(0x1cc)]=global_registry[_0x12b10c(0x1cc)]),_0x43cc1a;};exports[a33_0x2dfa3c(0x1c4)]=_0x470c57=>new Promise((_0x493775,_0x32f438)=>setTimeout(_0x493775,_0x470c57)),exports[a33_0x2dfa3c(0x1cf)]=async(_0x21b93d,_0x1ea12b,_0x3831d6=a33_0x2dfa3c(0x19f),_0x3c073f=![])=>{const _0x5c8c90=a33_0x2dfa3c,_0x5d281b={'wbmXe':_0x5c8c90(0x1ca),'EnwQc':function(_0x112368,_0xa5b18c){return _0x112368===_0xa5b18c;},'bHAwW':function(_0x50de4f,_0x27f2bf){return _0x50de4f!==_0x27f2bf;},'zgVdl':_0x5c8c90(0x1a1),'sLIcq':_0x5c8c90(0x1d3),'JTDYb':function(_0x307e53){return _0x307e53();},'mlmfx':_0x5c8c90(0x189),'mzqHw':_0x5c8c90(0x1d9)};let _0x4d0a94=_0x1ea12b[_0x5c8c90(0x1d4)];_0x5d281b['EnwQc'](_0x1ea12b[_0x5c8c90(0x195)],WS_EVENTS[_0x5c8c90(0x197)])&&(_0x5d281b['bHAwW'](_0x5d281b['zgVdl'],_0x5d281b[_0x5c8c90(0x198)])?_0x4d0a94='['+new Date()[_0x5c8c90(0x1b1)]()+']:\x20'+_0x1ea12b['message']:_0x441b7c[_0x5c8c90(0x1c0)]=_0x9456c0[_0x5c8c90(0x1c0)]);const _0x2ae1a1={};_0x2ae1a1[_0x5c8c90(0x1d4)]=_0x4d0a94,_0x2ae1a1[_0x5c8c90(0x19b)]=_0x3831d6;const _0x3fa73c={'type':_0x1ea12b['type'],..._0x5d281b[_0x5c8c90(0x1af)](getLogMetaData),'data':_0x2ae1a1};_0x21b93d[_0x5c8c90(0x179)](JSON[_0x5c8c90(0x18f)](_0x3fa73c)),_0x3c073f&&(_0x5d281b['bHAwW'](_0x5d281b['mlmfx'],_0x5d281b[_0x5c8c90(0x1dc)])?await this['delay'](0x1f4):_0x26e7a8[_0x5c8c90(0x1db)](_0x5d281b[_0x5c8c90(0x1b3)]));};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a0_0x3a3952=a0_0x11e8;(function(_0xdd4d36,_0x2e941d){const _0x156f6f=a0_0x11e8,_0x20bec2=_0xdd4d36();while(!![]){try{const _0x5b6165=-parseInt(_0x156f6f(0x1a7))/0x1*(-parseInt(_0x156f6f(0x1a6))/0x2)+parseInt(_0x156f6f(0x1fd))/0x3+-parseInt(_0x156f6f(0x217))/0x4*(-parseInt(_0x156f6f(0x1dd))/0x5)+-parseInt(_0x156f6f(0x219))/0x6+parseInt(_0x156f6f(0x1d1))/0x7*(-parseInt(_0x156f6f(0x1de))/0x8)+parseInt(_0x156f6f(0x228))/0x9*(parseInt(_0x156f6f(0x21f))/0xa)+-parseInt(_0x156f6f(0x1e1))/0xb;if(_0x5b6165===_0x2e941d)break;else _0x20bec2['push'](_0x20bec2['shift']());}catch(_0x994caa){_0x20bec2['push'](_0x20bec2['shift']());}}}(a0_0x55dd,0x55ab4));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x3a3952(0x1e4)),logger=require(a0_0x3a3952(0x1e0))[a0_0x3a3952(0x1be)],testOpsHelper=require(a0_0x3a3952(0x1c6)),requestSpy=require(a0_0x3a3952(0x1e7)),PlaywrightSessionDetails=require('../../bin/playwright/sessionDetails'),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x3a3952(0x1bc)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),AccessibilityHelper=require('../../bin/playwright/accessibility-helper'),scripts=require(a0_0x3a3952(0x1b5)),PerformanceTester=require(a0_0x3a3952(0x215)),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x3a3952(0x1fa)),testHubConstants=require(a0_0x3a3952(0x212)),CodeceptJS=requireModule('codeceptjs/lib/index.js'),CodeceptUtils=requireModule(a0_0x3a3952(0x1f2)),CodeceptWebDriver=requireModule(a0_0x3a3952(0x200)),CodeceptRecorder=requireModule(a0_0x3a3952(0x1d5)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x55dedc,_0xae71cf,_0x58d4a0)=>{const _0x177e1c=a0_0x3a3952,_0x23c57f={'NsgRi':_0x177e1c(0x209),'sMjIo':function(_0x141a73,_0xe5c17d){return _0x141a73(_0xe5c17d);}},_0x58663b={};_0x58663b[_0x177e1c(0x1d6)]=_0xae71cf;const _0x186b1b={};_0x186b1b['action']=_0x23c57f['NsgRi'],_0x186b1b['arguments']=_0x58663b;const _0x6d227b=_0x186b1b;return!_0x23c57f[_0x177e1c(0x1d8)](isUndefined,_0x58d4a0)&&(_0x6d227b[_0x177e1c(0x1ef)][_0x177e1c(0x1db)]=JSON[_0x177e1c(0x1d0)](_0x58d4a0)),_0x55dedc[_0x177e1c(0x1c2)](()=>{},_0x177e1c(0x1d9)+JSON[_0x177e1c(0x1d0)](_0x6d227b));},o11ySync=async _0x446fd0=>{const _0x2a30b0=a0_0x3a3952,_0x2d7928={};_0x2d7928['HCbDX']=function(_0x2da1eb,_0x52d05d){return _0x2da1eb===_0x52d05d;},_0x2d7928['alvou']=_0x2a30b0(0x202);const _0x489e51=_0x2d7928;_0x489e51[_0x2a30b0(0x1a4)](_0x446fd0[_0x2a30b0(0x22f)]['name'],_0x489e51['alvou'])?await _0x446fd0['executeScript'](_0x3b835e=>{},testOpsHelper['getSyncScript']()):await _0x446fd0[_0x2a30b0(0x1c2)](testOpsHelper[_0x2a30b0(0x1a0)]());},markSessionName=async(_0x25ce4e,_0x3213f5)=>{const _0x144df7=a0_0x3a3952,_0x28f88d={};_0x28f88d[_0x144df7(0x19e)]=_0x144df7(0x1fc),_0x28f88d[_0x144df7(0x1aa)]=function(_0x31c2dc,_0x4d9db9){return _0x31c2dc===_0x4d9db9;},_0x28f88d[_0x144df7(0x1d2)]='Playwright';const _0x4542be=_0x28f88d,_0x43b2f8={};_0x43b2f8[_0x144df7(0x1ac)]=_0x3213f5;const _0x40b26c={};_0x40b26c['action']=_0x4542be[_0x144df7(0x19e)],_0x40b26c['arguments']=_0x43b2f8;const _0x2ecfbe=_0x40b26c;_0x4542be['YsODO'](_0x25ce4e[_0x144df7(0x22f)][_0x144df7(0x1ac)],_0x4542be['uctaT'])?await _0x25ce4e['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x144df7(0x1d0)](_0x2ecfbe)):await _0x25ce4e[_0x144df7(0x1c2)](_0x144df7(0x1d9)+JSON['stringify'](_0x2ecfbe));},patchSaveScreenshot=_0x28ac86=>{const _0x4bdd30=a0_0x3a3952,_0x432350={'aJDLl':'base64','kYRch':_0x4bdd30(0x22c),'dJuPp':function(_0x57ff10){return _0x57ff10();},'wFtlP':function(_0x2f785f,_0x52336f){return _0x2f785f(_0x52336f);}};_0x432350[_0x4bdd30(0x204)](isTrue,process[_0x4bdd30(0x1ed)][_0x4bdd30(0x1ee)])&&!_0x28ac86[_0x4bdd30(0x231)]&&(_0x28ac86[_0x4bdd30(0x231)]=!![],_0x28ac86[_0x4bdd30(0x1cf)]=_0x28ac86[_0x4bdd30(0x21c)],_0x28ac86['saveScreenshot']=(_0xf912df,_0xb2b2be=![])=>{const _0x143cbc=_0x4bdd30,_0x488ff3={'cuJkj':_0x432350[_0x143cbc(0x227)],'Jplzs':_0x432350['kYRch'],'GthrJ':function(_0x4a09a1){const _0x3e686f=_0x143cbc;return _0x432350[_0x3e686f(0x21e)](_0x4a09a1);}};return new Promise(function(_0x326820,_0x45ff2e){const _0x509569=_0x143cbc,_0x1006be={'fWolw':_0x488ff3[_0x509569(0x1b8)],'ubtCq':_0x488ff3[_0x509569(0x225)],'YJTzd':function(_0x440642){const _0x353887=_0x509569;return _0x488ff3[_0x353887(0x208)](_0x440642);}};_0x28ac86[_0x509569(0x1cf)](_0xf912df,_0xb2b2be)['then'](()=>{const _0x492588=_0x509569,_0x49a177=CodeceptUtils['screenshotOutputFolder'](_0xf912df),_0x47b83d=fs[_0x492588(0x1e3)](_0x49a177);process[_0x492588(0x1c9)](_0x492588(0x1e8)+process[_0x492588(0x1ba)],{'timestamp':new Date()[_0x492588(0x1d3)](),'message':_0x47b83d[_0x492588(0x1cd)](_0x1006be[_0x492588(0x1e5)]),'kind':_0x1006be[_0x492588(0x21d)]}),_0x1006be['YJTzd'](_0x326820);})[_0x509569(0x23a)](()=>null);});});},patchWebDriverBefore=_0x548e8b=>{const _0x7c25a=a0_0x3a3952,_0x2ff065={'rObgI':function(_0x316729){return _0x316729();},'hnxrW':function(_0xf70fa3,_0x4c0429){return _0xf70fa3(_0x4c0429);},'fZEiU':function(_0x162bc6,_0x5bbb8d){return _0x162bc6===_0x5bbb8d;},'kKvWZ':_0x7c25a(0x218)},_0x168743=async function(_0x3568ea,_0x37ea37){const _0x41a330=_0x7c25a;return _0x2ff065[_0x41a330(0x20f)](isAccessibilityAutomationSession)&&!global[_0x41a330(0x20d)]&&global[_0x41a330(0x1eb)]&&scripts['shouldWrapCommand'](_0x3568ea[_0x41a330(0x1ac)])&&_0x2ff065[_0x41a330(0x1a9)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],logger[_0x41a330(0x1f9)](_0x41a330(0x1c5)+_0x3568ea[_0x41a330(0x224)]+'\x20'+_0x3568ea[_0x41a330(0x1ac)]),await AccessibilityHelper[_0x41a330(0x1df)](_0x548e8b,scripts['performScan'])),global[_0x41a330(0x20d)]=![],_0x37ea37[_0x41a330(0x1c8)](this,Array[_0x41a330(0x1f5)][_0x41a330(0x221)]['call'](arguments,0x2));},_0x5b197f=CodeceptWebDriver[_0x7c25a(0x1f5)][_0x7c25a(0x216)];CodeceptWebDriver[_0x7c25a(0x1f5)]['_before']=async function(){const _0x191485=_0x7c25a,_0x2792ad={'lkGoy':function(_0x1b05be,_0x218d9a){const _0xb8d950=a0_0x11e8;return _0x2ff065[_0xb8d950(0x19d)](_0x1b05be,_0x218d9a);},'CpkpX':_0x2ff065['kKvWZ']};await _0x5b197f[_0x191485(0x1c8)](this,arguments),scripts['commandsToWrap'][_0x191485(0x1f3)](_0x33c369=>_0x33c369[_0x191485(0x1ac)]&&_0x33c369[_0x191485(0x224)])['forEach'](_0x39c50d=>{const _0x17ee3f=_0x191485;this[_0x17ee3f(0x238)]['overwriteCommand'](_0x39c50d[_0x17ee3f(0x1ac)],_0x168743['bind'](this,_0x39c50d),_0x2792ad['lkGoy'](_0x39c50d[_0x17ee3f(0x224)],_0x2792ad[_0x17ee3f(0x20b)]));}),_0x2ff065[_0x191485(0x1a9)](processWebDriverConfig,_0x548e8b);};},patchPlaywrightBefore=()=>{const _0x59d8d3=a0_0x3a3952;PlaywrightSessionDetails[_0x59d8d3(0x1cc)]();const _0x46a00c=CodeceptPlaywright['prototype'][_0x59d8d3(0x216)];CodeceptPlaywright[_0x59d8d3(0x1f5)][_0x59d8d3(0x216)]=async function(){const _0x168d12=_0x59d8d3;this['browserContext']=await this['browser'][_0x168d12(0x22b)]()[0x0],await _0x46a00c[_0x168d12(0x1c8)](this,arguments);};},getCodeceptDriver=()=>{const _0x19dd43=a0_0x3a3952,_0x146cac={};_0x146cac['RroIR']=_0x19dd43(0x230),_0x146cac[_0x19dd43(0x1bf)]=_0x19dd43(0x202),_0x146cac[_0x19dd43(0x22d)]=_0x19dd43(0x1bd),_0x146cac[_0x19dd43(0x20c)]='TestCafe';const _0x41f226=_0x146cac,_0x26693d=[_0x41f226['RroIR'],_0x41f226[_0x19dd43(0x1bf)],_0x41f226[_0x19dd43(0x22d)],_0x41f226['bQDVo']],_0x3b4ff8=_0x26693d[_0x19dd43(0x236)](_0x17b9fe=>!!CodeceptJS['container'][_0x19dd43(0x203)](_0x17b9fe));if(!_0x3b4ff8)return null;return CodeceptJS[_0x19dd43(0x19f)][_0x19dd43(0x203)](_0x3b4ff8);};module[a0_0x3a3952(0x210)]=function(_0x55da1f){const _0x209b28=a0_0x3a3952,_0x5f1124={'cdXAJ':_0x209b28(0x207),'PJeUt':_0x209b28(0x1b7),'dLMCF':function(_0x21eeb5){return _0x21eeb5();},'QdDGD':function(_0x40a3b6,_0x3a1c90){return _0x40a3b6(_0x3a1c90);},'OXTRE':function(_0x99f684,_0x252c6a,_0x380ca9){return _0x99f684(_0x252c6a,_0x380ca9);},'oXudz':function(_0x4cfa65){return _0x4cfa65();},'oqRSp':function(_0x199b19,_0x501826,_0x59bb79){return _0x199b19(_0x501826,_0x59bb79);},'BznFK':function(_0x50acc8,_0x123be0,_0x30991f){return _0x50acc8(_0x123be0,_0x30991f);},'WwSPS':function(_0x3a5e46){return _0x3a5e46();},'OJkqN':function(_0x4223c6,_0x4f5aed,_0x5437c4,_0x406880){return _0x4223c6(_0x4f5aed,_0x5437c4,_0x406880);},'hLlXZ':function(_0x752545,_0x20368f){return _0x752545===_0x20368f;},'qNEgc':_0x209b28(0x1ca),'jypSo':function(_0x56fab4){return _0x56fab4();},'YPAKA':function(_0xd1ae9){return _0xd1ae9();},'DWgdV':_0x209b28(0x1d4),'nvhjr':'INFO','bwpdQ':_0x209b28(0x1a3),'jGaZt':function(_0x23688b){return _0x23688b();},'tAAQi':_0x209b28(0x202),'DlaNv':function(_0x29c787){return _0x29c787();}};_0x55da1f[_0x209b28(0x1a8)]&&(global['__skipSessionStatus']=_0x55da1f['skipSessionStatus']);PerformanceTester['startMonitoring']();const _0x50d243=_0x5f1124[_0x209b28(0x237)](getCodeceptDriver),_0x20c7e3=new O11yHelper(_0x50d243,_0x55da1f),_0x2db243=!!CodeceptJS[_0x209b28(0x19f)][_0x209b28(0x203)](_0x5f1124[_0x209b28(0x201)]);global[_0x209b28(0x1ad)]=_0x50d243,_0x50d243&&(_0x2db243?_0x5f1124['DlaNv'](patchPlaywrightBefore):_0x5f1124[_0x209b28(0x1f0)](patchWebDriverBefore,_0x50d243),_0x50d243['getAccessibilityResultsSummary']=async()=>{const _0x54e88f=_0x209b28;if(global[_0x54e88f(0x1eb)])await AccessibilityHelper[_0x54e88f(0x1df)](_0x50d243,scripts['performScan']),await AccessibilityHelper[_0x54e88f(0x1df)](_0x50d243,scripts[_0x54e88f(0x206)]);else return logger['warn'](_0x5f1124['cdXAJ']),{};},_0x50d243[_0x209b28(0x1b2)]=async()=>{const _0x129872=_0x209b28;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x129872(0x1df)](_0x50d243,scripts[_0x129872(0x1fe)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x50d243,scripts[_0x129872(0x1b6)]);else return logger[_0x129872(0x234)](_0x5f1124[_0x129872(0x1ab)]),{};},_0x5f1124['QdDGD'](patchSaveScreenshot,_0x50d243)),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event'][_0x209b28(0x1a1)][_0x209b28(0x1ae)],()=>{const _0x189644=_0x209b28;try{_0x20c7e3[_0x189644(0x1fb)](),testOpsHelper['addRequestSpy']();}catch(_0x2c6b92){PerformanceTester['captureError'](_0x2c6b92);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1a1)]['after'],async()=>{const _0x3c9166=_0x209b28;try{requestSpy[_0x3c9166(0x1f6)](),await _0x20c7e3[_0x3c9166(0x226)]();}catch(_0xe7c6b7){PerformanceTester[_0x3c9166(0x229)](_0xe7c6b7);}finally{PerformanceTester[_0x3c9166(0x1e9)]();}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event'][_0x209b28(0x1b3)][_0x209b28(0x1c1)],_0x3519dc=>{const _0xd34e7b=_0x209b28;try{const _0x4fbc14=_0x3519dc[_0xd34e7b(0x1ec)][_0xd34e7b(0x220)],_0x22dc7b=_0x20c7e3['captureEvent'](TEST_EVENTS[_0xd34e7b(0x21b)],_0x4fbc14);CodeceptRecorder['add'](()=>_0x20c7e3[_0xd34e7b(0x1e2)](TEST_EVENTS[_0xd34e7b(0x21b)],_0x22dc7b));}catch(_0x23d5e9){PerformanceTester[_0xd34e7b(0x229)](_0x23d5e9);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event']['hook'][_0x209b28(0x1a5)],_0x380dd3=>{const _0x30b7bc=_0x209b28;try{const _0x59a006=_0x380dd3[_0x30b7bc(0x1ec)]['test'],_0x2f96b9=_0x20c7e3[_0x30b7bc(0x223)](TEST_EVENTS[_0x30b7bc(0x1f7)],_0x59a006);CodeceptRecorder[_0x30b7bc(0x1c4)](()=>_0x20c7e3[_0x30b7bc(0x1e2)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x2f96b9));}catch(_0x48c822){PerformanceTester[_0x30b7bc(0x229)](_0x48c822);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b3)]['failed'],async(_0x56ac84,_0x23f3d4)=>{const _0x33db34=_0x209b28;try{const _0x4c21f4=_0x56ac84[_0x33db34(0x1ec)][_0x33db34(0x220)],_0x3a1d2f=_0x20c7e3[_0x33db34(0x223)](TEST_EVENTS[_0x33db34(0x1f7)],_0x4c21f4,_0x23f3d4);CodeceptRecorder[_0x33db34(0x1c4)](()=>_0x20c7e3[_0x33db34(0x1e2)](TEST_EVENTS[_0x33db34(0x1f7)],_0x3a1d2f));}catch(_0x27773c){PerformanceTester[_0x33db34(0x229)](_0x27773c);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS['event']['test'][_0x209b28(0x1ae)],_0x4bb6e2=>{const _0x38a602=_0x209b28;try{_0x5f1124['dLMCF'](isBrowserstackInfra)&&(_0x2db243&&(global['__workerDetails']={'currentTest':{'name':_0x4bb6e2[_0x38a602(0x1dc)],'testInfo':{'titlePath':_0x4bb6e2[_0x38a602(0x211)]()}}}));}catch(_0x560824){PerformanceTester[_0x38a602(0x229)](_0x560824);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)]['test'][_0x209b28(0x1c1)],_0x3431c7=>{const _0x555681=_0x209b28;try{const _0x3e89a2=_0x20c7e3[_0x555681(0x223)](TEST_EVENTS['TEST_RUN_STARTED'],_0x3431c7);CodeceptRecorder[_0x555681(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS[_0x555681(0x1af)],_0x3e89a2)),CodeceptRecorder['add'](async()=>{const _0x1953e3=_0x555681;_0x5f1124[_0x1953e3(0x1ea)](isBrowserstackInfra)&&(!_0x5f1124[_0x1953e3(0x1f0)](isTrue,_0x55da1f[_0x1953e3(0x239)])&&await _0x5f1124[_0x1953e3(0x1c0)](markSessionName,_0x50d243,_0x3431c7['title']),_0x20c7e3['enabled']&&await _0x5f1124[_0x1953e3(0x1f0)](o11ySync,_0x50d243));});}catch(_0x196367){PerformanceTester[_0x555681(0x229)](_0x196367);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)][_0x209b28(0x1a5)],_0x4d1ab4=>{const _0x12afdd=_0x209b28;try{const _0x5d467b=_0x20c7e3[_0x12afdd(0x223)](TEST_EVENTS[_0x12afdd(0x1a2)],_0x4d1ab4);CodeceptRecorder[_0x12afdd(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS['TEST_RUN_FINISHED'],_0x5d467b)),CodeceptRecorder[_0x12afdd(0x1c4)](async()=>{const _0x2da107=_0x12afdd;_0x5f1124[_0x2da107(0x1bb)](isBrowserstackInfra)&&(_0x2db243?await _0x5f1124[_0x2da107(0x1e6)](playwrightMarkSessionStatus,_0x50d243,STATE_PASSED):await _0x5f1124[_0x2da107(0x1b4)](markSessionStatus,_0x50d243,STATE_PASSED));});}catch(_0x2dc3f4){PerformanceTester['captureError'](_0x2dc3f4);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)][_0x209b28(0x21a)],(_0x55927e,_0x349e62)=>{const _0x3c281d=_0x209b28;try{if(_0x5f1124[_0x3c281d(0x1c7)](_0x55927e[_0x3c281d(0x22f)][_0x3c281d(0x1ac)],_0x5f1124[_0x3c281d(0x1ce)])){const _0x3270b2=_0x20c7e3[_0x3c281d(0x223)](TEST_EVENTS[_0x3c281d(0x1c3)],_0x55927e[_0x3c281d(0x1ec)]['currentTest']);CodeceptRecorder[_0x3c281d(0x1c4)](()=>_0x20c7e3['fireEvent'](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x3270b2));}else{const _0x107911=_0x20c7e3[_0x3c281d(0x223)](TEST_EVENTS[_0x3c281d(0x1a2)],_0x55927e,_0x349e62);CodeceptRecorder[_0x3c281d(0x1c4)](()=>_0x20c7e3[_0x3c281d(0x1e2)](TEST_EVENTS[_0x3c281d(0x1a2)],_0x107911)),CodeceptRecorder[_0x3c281d(0x1c4)](async()=>{const _0x54fb6a=_0x3c281d;_0x5f1124[_0x54fb6a(0x222)](isBrowserstackInfra)&&(_0x2db243?await _0x5f1124['OJkqN'](playwrightMarkSessionStatus,_0x50d243,STATE_FAILED,_0x349e62):await _0x5f1124[_0x54fb6a(0x20e)](markSessionStatus,_0x50d243,STATE_FAILED,_0x349e62));});}}catch(_0x4840bb){PerformanceTester[_0x3c281d(0x229)](_0x4840bb);}}),CodeceptJS[_0x209b28(0x22a)]['dispatcher']['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x220)]['skipped'],_0x4b59c2=>{const _0x796870=_0x209b28;try{const _0x535d5d=_0x20c7e3['captureEvent'](TEST_EVENTS[_0x796870(0x1c3)],_0x4b59c2);CodeceptRecorder['add'](()=>_0x20c7e3[_0x796870(0x1e2)](TEST_EVENTS[_0x796870(0x1c3)],_0x535d5d));}catch(_0x24c087){PerformanceTester[_0x796870(0x229)](_0x24c087);}}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)]['test']['after'],async(_0xf29734,_0x25a935)=>{const _0x20f393=_0x209b28;try{if(_0x5f1124[_0x20f393(0x1b1)](isBrowserstackInfra)){const _0xa3403d=_0x5f1124[_0x20f393(0x1c0)](shouldScanTestForAccessibility,_0xf29734[_0x20f393(0x211)](),!![]);if(_0x5f1124[_0x20f393(0x213)](isAccessibilityAutomationSession)&&global[_0x20f393(0x1eb)]&&_0xa3403d){const _0x34b8eb={};_0x34b8eb[_0x20f393(0x1ff)]=_0xf29734[_0x20f393(0x1b9)],_0x34b8eb['thBuildUuid']=process[_0x20f393(0x1ed)][testHubConstants[_0x20f393(0x22e)][_0x20f393(0x1d7)]],_0x34b8eb[_0x20f393(0x233)]=process[_0x20f393(0x1ed)][testHubConstants['ENV_VAR'][_0x20f393(0x214)]];const _0x38482a=_0x34b8eb;logger['debug'](_0x20f393(0x235)+JSON[_0x20f393(0x1d0)](_0x38482a)),CodeceptRecorder[_0x20f393(0x1c4)](async()=>{const _0x5d7fea=_0x20f393;await AccessibilityHelper[_0x5d7fea(0x1df)](_0x50d243,scripts[_0x5d7fea(0x1fe)]),await AccessibilityHelper[_0x5d7fea(0x1df)](_0x50d243,scripts['saveTestResults'],_0x38482a);}),logger['info'](_0x5f1124[_0x20f393(0x205)]);}}}catch(_0x1cf8d4){PerformanceTester[_0x20f393(0x229)](_0x1cf8d4);}}),CodeceptJS['event']['dispatcher']['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x20a)][_0x209b28(0x1cb)],_0x5d7b19=>{const _0x234048=_0x209b28;try{process[_0x234048(0x1c9)](_0x234048(0x1e8)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x5f1124[_0x234048(0x1da)],'message':_0x5d7b19,'kind':_0x5f1124[_0x234048(0x1f1)],'http_response':{}});}catch(_0x24dcaa){PerformanceTester[_0x234048(0x229)](_0x24dcaa);}}),CodeceptJS[_0x209b28(0x22a)]['dispatcher']['on'](CodeceptJS['event'][_0x209b28(0x1f8)][_0x209b28(0x1ae)],_0x55e39b=>{const _0x3acf00=_0x209b28;_0x20c7e3[_0x3acf00(0x1f4)](_0x55e39b);}),CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1b0)]['on'](CodeceptJS[_0x209b28(0x22a)][_0x209b28(0x1f8)]['after'],_0x2f7c1c=>{const _0x29fcae=_0x209b28;_0x20c7e3[_0x29fcae(0x232)](_0x2f7c1c);});};function a0_0x11e8(_0x2bf450,_0x36eb82){const _0x55dd95=a0_0x55dd();return a0_0x11e8=function(_0x11e83d,_0x30d203){_0x11e83d=_0x11e83d-0x19d;let _0x7b6b64=_0x55dd95[_0x11e83d];return _0x7b6b64;},a0_0x11e8(_0x2bf450,_0x36eb82);}function a0_0x55dd(){const _0x544599=['180uEzeMY','captureError','event','contexts','TEST_SCREENSHOT','PvxRh','ENV_VAR','constructor','WebDriver','patchSaveScreenshot','bddStepFinish','thJwtToken','warn','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','find','jGaZt','browser','skipSessionName','catch','fZEiU','meLGn','container','getSyncScript','all','TEST_RUN_FINISHED','TEST_LOG','HCbDX','passed','761066PkleCZ','1eGaxAS','skipSessionStatus','hnxrW','YsODO','PJeUt','name','__driver','before','TEST_RUN_STARTED','dispatcher','jypSo','getAccessibilityResults','hook','BznFK','../../helpers/accessibility-automation/scripts','getResults','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','cuJkj','testAnalyticsId','pid','oXudz','./o11yHelper','Puppeteer','winstonLogger','mvmql','OXTRE','started','executeScript','TEST_RUN_SKIPPED','add','Performing\x20scan\x20for\x20','../../helpers/test-observability/utils','hLlXZ','apply','emit','Suite','comment','patch','toString','qNEgc','initSaveScreenshot','stringify','1688813HCluNh','uctaT','toISOString','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','codeceptjs/lib/recorder.js','status','BROWSERSTACK_TESTHUB_UUID','sMjIo','browserstack_executor:\x20','nvhjr','reason','title','10mngxoy','16HFNeZl','browserStackExecuteDriver','../../helpers/logger','4852430GYwxeL','fireEvent','readFileSync','../../helpers/helper','fWolw','oqRSp','../../helpers/request-spy','bs:addLog:','stopMonitoring','dLMCF','accessibilityPlatform','ctx','env','BS_TESTOPS_ALLOW_SCREENSHOTS','arguments','QdDGD','bwpdQ','codeceptjs/lib/utils.js','filter','bddStepStart','prototype','restore','HOOK_RUN_FINISHED','bddStep','debug','./helper.js','start','setSessionName','1196388NRwRNW','performScan','thTestRunUuid','codeceptjs/lib/helper/WebDriver.js','tAAQi','Playwright','helpers','wFtlP','DWgdV','getResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','GthrJ','setSessionStatus','step','CpkpX','bQDVo','bstackAllyScanning','OJkqN','rObgI','exports','titlePath','../../helpers/testhub/constants.js','YPAKA','BROWSERSTACK_TESTHUB_JWT','../../helpers/performance-tester','_before','1072876HymZIv','Element','2173554ethESR','failed','HOOK_RUN_STARTED','saveScreenshot','ubtCq','dJuPp','160520sxYgjw','test','slice','WwSPS','captureEvent','class','Jplzs','stop','aJDLl'];a0_0x55dd=function(){return _0x544599;};return a0_0x55dd();}
|
|
1
|
+
const a0_0x7fc986=a0_0x3f83;function a0_0x5e61(){const _0x3eba42=['exports','passed','4175745lVonwv','fxoZP','after','Performing\x20scan\x20for\x20','TEST_RUN_SKIPPED','CPnoV','start','RSzrB','894WdeGjD','helpers','stopMonitoring','class','comment','TEST_SCREENSHOT','../../helpers/accessibility-automation/scripts','contexts','24468qRIdyo','saveTestResults','toISOString','./o11yHelper','getResultsSummary','fireEvent','NNinq','TestCafe','winstonLogger','failed','__skipSessionStatus','status','../../helpers/request-spy','bddStepFinish','DCDCt','codeceptjs/lib/index.js','forEach','Dmqqh','Emqzt','add','call','./helper.js','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','HOOK_RUN_FINISHED','cPskr','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','LLSba','TEST_RUN_FINISHED','BhPMM','executeScript','bddStep','XxAps','EHBxa','Sndrn','readFileSync','Playwright','ctx','nUmGm','bs:addLog:','mHAHj','ZmHfQ','6511312zOGBzT','initSaveScreenshot','JqZiX','../../helpers/accessibility-automation/helper','getAccessibilityResults','reason','pid','accessibilityPlatform','test','TvnJv','ENV_VAR','pvnnM','../../helpers/helper','pivOE','captureEvent','codeceptjs/lib/recorder.js','235TnZMgz','constructor','BS_TESTOPS_ALLOW_SCREENSHOTS','skipSessionName','cylKS','iYAKr','prototype','performScan','stop','dispatcher','HOOK_RUN_STARTED','slice','step','wSERl','saveScreenshot','BROWSERSTACK_TESTHUB_JWT','catch','12024UdXJEV','commandsToWrap','codeceptjs/lib/helper/WebDriver.js','Puppeteer','debug','OcvUM','enabled','startMonitoring','apply','QBftR','patchSaveScreenshot','screenshotOutputFolder','name','arguments','JpNrw','container','TEST_RUN_STARTED','event','bddStepStart','patch','emit','xPKNm','jKKPe','INFO','getResults','../../helpers/testhub/constants.js','nGTVV','eBXwg','testAnalyticsId','105940gATFEa','titlePath','UcBIN','restore','setSessionStatus','toString','jkVoF','oPhlG','env','../../bin/playwright/sessionDetails','__driver','mbGua','../../helpers/logger','browserStackExecuteDriver','jJYZV','getSyncScript','UXBcA','bstackAllyScanning','captureError','title','setSessionName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20summary.','SAkPs','MjcBE','info','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','XMAPc','_before','SDybp','rUfnC','then','252114jiLCma','thTestRunUuid','Element','before','currentTest','shouldWrapCommand','browserContext','zWNNF','action','BROWSERSTACK_TESTHUB_UUID','find','addRequestSpy','ogqZe','base64','../../helpers/test-observability/utils','warn','browser','../../bin/playwright/accessibility-helper','hook','all','stringify','bind','23624613ZCWKUS'];a0_0x5e61=function(){return _0x3eba42;};return a0_0x5e61();}(function(_0x2b18eb,_0x32fb73){const _0xf3f461=a0_0x3f83,_0x1692a8=_0x2b18eb();while(!![]){try{const _0x5b02dc=parseInt(_0xf3f461(0x16c))/0x1+-parseInt(_0xf3f461(0x18b))/0x2+-parseInt(_0xf3f461(0x1ac))/0x3*(parseInt(_0xf3f461(0x14f))/0x4)+-parseInt(_0xf3f461(0x13e))/0x5*(-parseInt(_0xf3f461(0x105))/0x6)+-parseInt(_0xf3f461(0x1a4))/0x7+-parseInt(_0xf3f461(0x12e))/0x8+parseInt(_0xf3f461(0x1a1))/0x9;if(_0x5b02dc===_0x32fb73)break;else _0x1692a8['push'](_0x1692a8['shift']());}catch(_0x465515){_0x1692a8['push'](_0x1692a8['shift']());}}}(a0_0x5e61,0x77b1d));const fs=require('fs'),{requireModule,markSessionStatus,isUndefined,isTrue,isBrowserstackInfra}=require(a0_0x7fc986(0x13a)),logger=require(a0_0x7fc986(0x178))[a0_0x7fc986(0x10d)],testOpsHelper=require(a0_0x7fc986(0x199)),requestSpy=require(a0_0x7fc986(0x111)),PlaywrightSessionDetails=require(a0_0x7fc986(0x175)),{O11yHelper,TEST_EVENTS,STATE_PASSED,STATE_FAILED}=require(a0_0x7fc986(0x108)),{shouldScanTestForAccessibility,isAccessibilityAutomationSession}=require(a0_0x7fc986(0x131)),AccessibilityHelper=require(a0_0x7fc986(0x19c)),scripts=require(a0_0x7fc986(0x103)),PerformanceTester=require('../../helpers/performance-tester'),{fetchPlatformDetails,processWebDriverConfig,shouldPatchExecuteScript}=require(a0_0x7fc986(0x11a)),testHubConstants=require(a0_0x7fc986(0x168)),CodeceptJS=requireModule(a0_0x7fc986(0x114)),CodeceptUtils=requireModule('codeceptjs/lib/utils.js'),CodeceptWebDriver=requireModule(a0_0x7fc986(0x151)),CodeceptRecorder=requireModule(a0_0x7fc986(0x13d)),CodeceptPlaywright=requireModule('codeceptjs/lib/helper/Playwright.js'),playwrightMarkSessionStatus=(_0x229ac6,_0x11a6dd,_0x31dbaa)=>{const _0x8421be=a0_0x7fc986,_0x538b05={'nUmGm':_0x8421be(0x170),'SDybp':function(_0x5ace6e,_0x4f56fd){return _0x5ace6e(_0x4f56fd);}},_0x2e50ef={};_0x2e50ef[_0x8421be(0x110)]=_0x11a6dd;const _0x34d933={};_0x34d933[_0x8421be(0x193)]=_0x538b05[_0x8421be(0x12a)],_0x34d933['arguments']=_0x2e50ef;const _0x19e73=_0x34d933;return!_0x538b05[_0x8421be(0x188)](isUndefined,_0x31dbaa)&&(_0x19e73[_0x8421be(0x15c)][_0x8421be(0x133)]=JSON['stringify'](_0x31dbaa)),_0x229ac6[_0x8421be(0x122)](()=>{},'browserstack_executor:\x20'+JSON[_0x8421be(0x19f)](_0x19e73));},o11ySync=async _0x54e6b9=>{const _0xe67112=a0_0x7fc986,_0x24a19f={};_0x24a19f[_0xe67112(0x13b)]=function(_0x3c51ea,_0x20969a){return _0x3c51ea===_0x20969a;},_0x24a19f['UcBIN']='Playwright';const _0x59356e=_0x24a19f;_0x59356e[_0xe67112(0x13b)](_0x54e6b9['constructor'][_0xe67112(0x15b)],_0x59356e[_0xe67112(0x16e)])?await _0x54e6b9['executeScript'](_0x4960a6=>{},testOpsHelper[_0xe67112(0x17b)]()):await _0x54e6b9[_0xe67112(0x122)](testOpsHelper[_0xe67112(0x17b)]());},markSessionName=async(_0x545d2f,_0x2b8721)=>{const _0x5a515a=a0_0x7fc986,_0x13eb0a={};_0x13eb0a[_0x5a515a(0x113)]=_0x5a515a(0x180),_0x13eb0a[_0x5a515a(0x12c)]=function(_0x1ad79f,_0x5553d7){return _0x1ad79f===_0x5553d7;},_0x13eb0a[_0x5a515a(0x165)]=_0x5a515a(0x128);const _0x512924=_0x13eb0a,_0x1e2dcc={};_0x1e2dcc[_0x5a515a(0x15b)]=_0x2b8721;const _0x3b344d={};_0x3b344d[_0x5a515a(0x193)]=_0x512924[_0x5a515a(0x113)],_0x3b344d[_0x5a515a(0x15c)]=_0x1e2dcc;const _0x542116=_0x3b344d;_0x512924[_0x5a515a(0x12c)](_0x545d2f['constructor'][_0x5a515a(0x15b)],_0x512924[_0x5a515a(0x165)])?await _0x545d2f['executeScript'](()=>{},'browserstack_executor:\x20'+JSON[_0x5a515a(0x19f)](_0x542116)):await _0x545d2f['executeScript']('browserstack_executor:\x20'+JSON[_0x5a515a(0x19f)](_0x542116));},patchSaveScreenshot=_0x2acee8=>{const _0x523ffc=a0_0x7fc986,_0x15c281={'uFOoW':_0x523ffc(0x198),'nGTVV':_0x523ffc(0x1b1),'XxAps':function(_0x2d049a){return _0x2d049a();},'SAkPs':function(_0x44460b,_0x3e91fa){return _0x44460b(_0x3e91fa);}};_0x15c281[_0x523ffc(0x182)](isTrue,process[_0x523ffc(0x174)][_0x523ffc(0x140)])&&!_0x2acee8[_0x523ffc(0x159)]&&(_0x2acee8[_0x523ffc(0x159)]=!![],_0x2acee8['initSaveScreenshot']=_0x2acee8[_0x523ffc(0x14c)],_0x2acee8['saveScreenshot']=(_0x2d9a4f,_0x26382c=![])=>{const _0x198c35=_0x523ffc,_0x12bcb9={'jkVoF':_0x15c281['uFOoW'],'oPhlG':_0x15c281[_0x198c35(0x169)],'cylKS':function(_0x153bb9){const _0x48b93e=_0x198c35;return _0x15c281[_0x48b93e(0x124)](_0x153bb9);}};return new Promise(function(_0xfd1fb8,_0x1f5844){const _0x265757=_0x198c35;_0x2acee8[_0x265757(0x12f)](_0x2d9a4f,_0x26382c)[_0x265757(0x18a)](()=>{const _0xc9e2fd=_0x265757,_0x3efeb6=CodeceptUtils[_0xc9e2fd(0x15a)](_0x2d9a4f),_0x591522=fs[_0xc9e2fd(0x127)](_0x3efeb6);process[_0xc9e2fd(0x163)](_0xc9e2fd(0x12b)+process[_0xc9e2fd(0x134)],{'timestamp':new Date()['toISOString'](),'message':_0x591522[_0xc9e2fd(0x171)](_0x12bcb9[_0xc9e2fd(0x172)]),'kind':_0x12bcb9[_0xc9e2fd(0x173)]}),_0x12bcb9[_0xc9e2fd(0x142)](_0xfd1fb8);})[_0x265757(0x14e)](()=>null);});});},patchWebDriverBefore=_0x15d2af=>{const _0xad23b3=a0_0x7fc986,_0x415f9d={'JpNrw':function(_0x4cbed4){return _0x4cbed4();},'cPskr':function(_0x3a08eb,_0x2910ba){return _0x3a08eb(_0x2910ba);},'rUfnC':function(_0x588c63,_0x2192d){return _0x588c63===_0x2192d;},'CPnoV':_0xad23b3(0x18d),'XMAPc':function(_0x4ccbe9,_0x181705){return _0x4ccbe9(_0x181705);}},_0x3f7d71=async function(_0x1cd0e3,_0x4d623a){const _0x3184db=_0xad23b3;return _0x415f9d[_0x3184db(0x15d)](isAccessibilityAutomationSession)&&!global[_0x3184db(0x17d)]&&global[_0x3184db(0x135)]&&scripts[_0x3184db(0x190)](_0x1cd0e3[_0x3184db(0x15b)])&&_0x415f9d[_0x3184db(0x11d)](shouldPatchExecuteScript,arguments[0x2])&&(global['bstackAllyScanning']=!![],logger[_0x3184db(0x153)](_0x3184db(0x1a7)+_0x1cd0e3[_0x3184db(0x1af)]+'\x20'+_0x1cd0e3[_0x3184db(0x15b)]),await AccessibilityHelper[_0x3184db(0x179)](_0x15d2af,scripts[_0x3184db(0x145)])),global['bstackAllyScanning']=![],_0x4d623a[_0x3184db(0x157)](this,Array['prototype'][_0x3184db(0x149)][_0x3184db(0x119)](arguments,0x2));},_0x5ec7d5=CodeceptWebDriver[_0xad23b3(0x144)]['_before'];CodeceptWebDriver['prototype']['_before']=async function(){const _0x2d0023=_0xad23b3,_0x402da7={'QBftR':function(_0x3c10d7,_0x53a5c3){const _0x1be6bc=a0_0x3f83;return _0x415f9d[_0x1be6bc(0x189)](_0x3c10d7,_0x53a5c3);},'eBXwg':_0x415f9d[_0x2d0023(0x1a9)]};await _0x5ec7d5['apply'](this,arguments),scripts[_0x2d0023(0x150)]['filter'](_0x47139a=>_0x47139a[_0x2d0023(0x15b)]&&_0x47139a[_0x2d0023(0x1af)])[_0x2d0023(0x115)](_0x1256c4=>{const _0x40a0c9=_0x2d0023;this[_0x40a0c9(0x19b)]['overwriteCommand'](_0x1256c4[_0x40a0c9(0x15b)],_0x3f7d71[_0x40a0c9(0x1a0)](this,_0x1256c4),_0x402da7[_0x40a0c9(0x158)](_0x1256c4[_0x40a0c9(0x1af)],_0x402da7[_0x40a0c9(0x16a)]));}),_0x415f9d[_0x2d0023(0x186)](processWebDriverConfig,_0x15d2af);};},patchPlaywrightBefore=()=>{const _0x2bbe32=a0_0x7fc986;PlaywrightSessionDetails[_0x2bbe32(0x162)]();const _0x1d44bd=CodeceptPlaywright[_0x2bbe32(0x144)][_0x2bbe32(0x187)];CodeceptPlaywright[_0x2bbe32(0x144)][_0x2bbe32(0x187)]=async function(){const _0x34c9e5=_0x2bbe32;this[_0x34c9e5(0x191)]=await this['browser'][_0x34c9e5(0x104)]()[0x0],await _0x1d44bd[_0x34c9e5(0x157)](this,arguments);};},getCodeceptDriver=()=>{const _0x5b89c2=a0_0x7fc986,_0x4536ef={};_0x4536ef[_0x5b89c2(0x17a)]='WebDriver',_0x4536ef[_0x5b89c2(0x1ab)]=_0x5b89c2(0x128),_0x4536ef['TvnJv']=_0x5b89c2(0x152),_0x4536ef[_0x5b89c2(0x126)]=_0x5b89c2(0x10c);const _0x5a7ba9=_0x4536ef,_0x519d90=[_0x5a7ba9['jJYZV'],_0x5a7ba9['RSzrB'],_0x5a7ba9[_0x5b89c2(0x137)],_0x5a7ba9[_0x5b89c2(0x126)]],_0xe8a50=_0x519d90[_0x5b89c2(0x195)](_0x4096d1=>!!CodeceptJS[_0x5b89c2(0x15e)][_0x5b89c2(0x1ad)](_0x4096d1));if(!_0xe8a50)return null;return CodeceptJS[_0x5b89c2(0x15e)][_0x5b89c2(0x1ad)](_0xe8a50);};function a0_0x3f83(_0x51b7db,_0x581937){const _0x5e61d8=a0_0x5e61();return a0_0x3f83=function(_0x3f83b9,_0x1e4271){_0x3f83b9=_0x3f83b9-0x103;let _0x2d4026=_0x5e61d8[_0x3f83b9];return _0x2d4026;},a0_0x3f83(_0x51b7db,_0x581937);}module[a0_0x7fc986(0x1a2)]=function(_0x246c87){const _0x157ff6=a0_0x7fc986,_0x41deed={'zWNNF':_0x157ff6(0x181),'xPKNm':_0x157ff6(0x11e),'Emqzt':function(_0x142984){return _0x142984();},'MjcBE':function(_0x4b95ae,_0x2ba1c1){return _0x4b95ae(_0x2ba1c1);},'OcvUM':function(_0x471d44,_0x1cecfa,_0x55e720){return _0x471d44(_0x1cecfa,_0x55e720);},'UXBcA':function(_0x4f8a23,_0x103a95){return _0x4f8a23(_0x103a95);},'BhPMM':function(_0x38ef0d){return _0x38ef0d();},'mbGua':function(_0xfe7fbf,_0x359907,_0x2fb4c8){return _0xfe7fbf(_0x359907,_0x2fb4c8);},'QxsXX':function(_0x3fc0af){return _0x3fc0af();},'EHBxa':function(_0x48f0ce,_0x4db0a1,_0x199edc,_0x368463){return _0x48f0ce(_0x4db0a1,_0x199edc,_0x368463);},'LLSba':function(_0x1c314d,_0x5ac97a){return _0x1c314d===_0x5ac97a;},'fxoZP':'Suite','wSERl':function(_0x111cb7){return _0x111cb7();},'WHMCQ':_0x157ff6(0x11b),'Dmqqh':_0x157ff6(0x166),'GMdEx':'TEST_LOG','ZmHfQ':function(_0x1f4a22){return _0x1f4a22();},'JqZiX':'Playwright','NNinq':function(_0x27e649){return _0x27e649();},'ogqZe':function(_0x53524d,_0xa95e08){return _0x53524d(_0xa95e08);}};_0x246c87['skipSessionStatus']&&(global[_0x157ff6(0x10f)]=_0x246c87['skipSessionStatus']);PerformanceTester[_0x157ff6(0x156)]();const _0x5b2039=_0x41deed[_0x157ff6(0x12d)](getCodeceptDriver),_0x130ce4=new O11yHelper(_0x5b2039,_0x246c87),_0x454218=!!CodeceptJS[_0x157ff6(0x15e)]['helpers'](_0x41deed[_0x157ff6(0x130)]);global[_0x157ff6(0x176)]=_0x5b2039,_0x5b2039&&(_0x454218?_0x41deed[_0x157ff6(0x10b)](patchPlaywrightBefore):_0x41deed[_0x157ff6(0x197)](patchWebDriverBefore,_0x5b2039),_0x5b2039['getAccessibilityResultsSummary']=async()=>{const _0x4a118e=_0x157ff6;if(global['accessibilityPlatform'])await AccessibilityHelper[_0x4a118e(0x179)](_0x5b2039,scripts[_0x4a118e(0x145)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x5b2039,scripts[_0x4a118e(0x109)]);else return logger['warn'](_0x41deed[_0x4a118e(0x192)]),{};},_0x5b2039[_0x157ff6(0x132)]=async()=>{const _0x4fcbeb=_0x157ff6;if(global[_0x4fcbeb(0x135)])await AccessibilityHelper[_0x4fcbeb(0x179)](_0x5b2039,scripts[_0x4fcbeb(0x145)]),await AccessibilityHelper['browserStackExecuteDriver'](_0x5b2039,scripts[_0x4fcbeb(0x167)]);else return logger[_0x4fcbeb(0x19a)](_0x41deed[_0x4fcbeb(0x164)]),{};},_0x41deed[_0x157ff6(0x17c)](patchSaveScreenshot,_0x5b2039)),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x19e)][_0x157ff6(0x18e)],()=>{const _0x3e161c=_0x157ff6;try{_0x130ce4[_0x3e161c(0x1aa)](),testOpsHelper[_0x3e161c(0x196)]();}catch(_0x247401){PerformanceTester[_0x3e161c(0x17e)](_0x247401);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)]['all'][_0x157ff6(0x1a6)],async()=>{const _0x3c45ac=_0x157ff6;try{requestSpy[_0x3c45ac(0x16f)](),await _0x130ce4[_0x3c45ac(0x146)]();}catch(_0x54f311){PerformanceTester[_0x3c45ac(0x17e)](_0x54f311);}finally{PerformanceTester[_0x3c45ac(0x1ae)]();}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x19d)]['started'],_0x5c5b08=>{const _0x39883f=_0x157ff6;try{const _0x1ae4a6=_0x5c5b08[_0x39883f(0x129)][_0x39883f(0x136)],_0x10f467=_0x130ce4[_0x39883f(0x13c)](TEST_EVENTS['HOOK_RUN_STARTED'],_0x1ae4a6);CodeceptRecorder[_0x39883f(0x118)](()=>_0x130ce4[_0x39883f(0x10a)](TEST_EVENTS[_0x39883f(0x148)],_0x10f467));}catch(_0x321dd2){PerformanceTester[_0x39883f(0x17e)](_0x321dd2);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)]['hook'][_0x157ff6(0x1a3)],_0x5407db=>{const _0x431007=_0x157ff6;try{const _0x4a8786=_0x5407db[_0x431007(0x129)][_0x431007(0x136)],_0x27054e=_0x130ce4['captureEvent'](TEST_EVENTS[_0x431007(0x11c)],_0x4a8786);CodeceptRecorder[_0x431007(0x118)](()=>_0x130ce4[_0x431007(0x10a)](TEST_EVENTS[_0x431007(0x11c)],_0x27054e));}catch(_0x3273b0){PerformanceTester[_0x431007(0x17e)](_0x3273b0);}}),CodeceptJS[_0x157ff6(0x160)]['dispatcher']['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x19d)][_0x157ff6(0x10e)],async(_0x3dccb2,_0x129d5c)=>{const _0x452565=_0x157ff6;try{const _0x1d613c=_0x3dccb2[_0x452565(0x129)][_0x452565(0x136)],_0x24a8fd=_0x130ce4[_0x452565(0x13c)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x1d613c,_0x129d5c);CodeceptRecorder[_0x452565(0x118)](()=>_0x130ce4[_0x452565(0x10a)](TEST_EVENTS['HOOK_RUN_FINISHED'],_0x24a8fd));}catch(_0x4389e6){PerformanceTester['captureError'](_0x4389e6);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x136)][_0x157ff6(0x18e)],_0x3d8273=>{const _0x2ac6ca=_0x157ff6;try{_0x41deed[_0x2ac6ca(0x117)](isBrowserstackInfra)&&(_0x454218&&(global['__workerDetails']={'currentTest':{'name':_0x3d8273['title'],'testInfo':{'titlePath':_0x3d8273[_0x2ac6ca(0x16d)]()}}}));}catch(_0x193a70){PerformanceTester[_0x2ac6ca(0x17e)](_0x193a70);}}),CodeceptJS[_0x157ff6(0x160)]['dispatcher']['on'](CodeceptJS[_0x157ff6(0x160)]['test']['started'],_0x46e835=>{const _0x4cbe42=_0x157ff6;try{const _0x176fdc=_0x130ce4[_0x4cbe42(0x13c)](TEST_EVENTS[_0x4cbe42(0x15f)],_0x46e835);CodeceptRecorder['add'](()=>_0x130ce4[_0x4cbe42(0x10a)](TEST_EVENTS['TEST_RUN_STARTED'],_0x176fdc)),CodeceptRecorder[_0x4cbe42(0x118)](async()=>{const _0x298da1=_0x4cbe42;_0x41deed['Emqzt'](isBrowserstackInfra)&&(!_0x41deed[_0x298da1(0x183)](isTrue,_0x246c87[_0x298da1(0x141)])&&await _0x41deed[_0x298da1(0x154)](markSessionName,_0x5b2039,_0x46e835[_0x298da1(0x17f)]),_0x130ce4[_0x298da1(0x155)]&&await _0x41deed[_0x298da1(0x17c)](o11ySync,_0x5b2039));});}catch(_0x53d2c5){PerformanceTester[_0x4cbe42(0x17e)](_0x53d2c5);}}),CodeceptJS[_0x157ff6(0x160)]['dispatcher']['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x136)]['passed'],_0x470a1c=>{const _0x1bfccb=_0x157ff6,_0x5d0072={'ydivv':function(_0x830c1f){const _0xe2f068=a0_0x3f83;return _0x41deed[_0xe2f068(0x121)](_0x830c1f);},'iYAKr':function(_0x38dac8,_0x512751,_0x458fe4){return _0x41deed['OcvUM'](_0x38dac8,_0x512751,_0x458fe4);},'pvnnM':function(_0x1cf6ff,_0x116367,_0x484a84){const _0x35100e=a0_0x3f83;return _0x41deed[_0x35100e(0x177)](_0x1cf6ff,_0x116367,_0x484a84);}};try{const _0x4d8423=_0x130ce4[_0x1bfccb(0x13c)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x470a1c);CodeceptRecorder[_0x1bfccb(0x118)](()=>_0x130ce4['fireEvent'](TEST_EVENTS[_0x1bfccb(0x120)],_0x4d8423)),CodeceptRecorder[_0x1bfccb(0x118)](async()=>{const _0x89e7bb=_0x1bfccb;_0x5d0072['ydivv'](isBrowserstackInfra)&&(_0x454218?await _0x5d0072[_0x89e7bb(0x143)](playwrightMarkSessionStatus,_0x5b2039,STATE_PASSED):await _0x5d0072[_0x89e7bb(0x139)](markSessionStatus,_0x5b2039,STATE_PASSED));});}catch(_0x34514b){PerformanceTester[_0x1bfccb(0x17e)](_0x34514b);}}),CodeceptJS[_0x157ff6(0x160)]['dispatcher']['on'](CodeceptJS['event'][_0x157ff6(0x136)][_0x157ff6(0x10e)],(_0x324985,_0x5a2826)=>{const _0xa5a141=_0x157ff6;try{if(_0x41deed[_0xa5a141(0x11f)](_0x324985[_0xa5a141(0x13f)][_0xa5a141(0x15b)],_0x41deed[_0xa5a141(0x1a5)])){const _0x3b8815=_0x130ce4[_0xa5a141(0x13c)](TEST_EVENTS['TEST_RUN_SKIPPED'],_0x324985[_0xa5a141(0x129)][_0xa5a141(0x18f)]);CodeceptRecorder[_0xa5a141(0x118)](()=>_0x130ce4['fireEvent'](TEST_EVENTS[_0xa5a141(0x1a8)],_0x3b8815));}else{const _0x3e56cf=_0x130ce4[_0xa5a141(0x13c)](TEST_EVENTS[_0xa5a141(0x120)],_0x324985,_0x5a2826);CodeceptRecorder[_0xa5a141(0x118)](()=>_0x130ce4[_0xa5a141(0x10a)](TEST_EVENTS['TEST_RUN_FINISHED'],_0x3e56cf)),CodeceptRecorder[_0xa5a141(0x118)](async()=>{const _0xcbdb7=_0xa5a141;_0x41deed['QxsXX'](isBrowserstackInfra)&&(_0x454218?await _0x41deed[_0xcbdb7(0x125)](playwrightMarkSessionStatus,_0x5b2039,STATE_FAILED,_0x5a2826):await _0x41deed[_0xcbdb7(0x125)](markSessionStatus,_0x5b2039,STATE_FAILED,_0x5a2826));});}}catch(_0x203dac){PerformanceTester[_0xa5a141(0x17e)](_0x203dac);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x136)]['skipped'],_0x51e16b=>{const _0x4da456=_0x157ff6;try{const _0x52f436=_0x130ce4[_0x4da456(0x13c)](TEST_EVENTS[_0x4da456(0x1a8)],_0x51e16b);CodeceptRecorder[_0x4da456(0x118)](()=>_0x130ce4[_0x4da456(0x10a)](TEST_EVENTS[_0x4da456(0x1a8)],_0x52f436));}catch(_0x1ce595){PerformanceTester[_0x4da456(0x17e)](_0x1ce595);}}),CodeceptJS['event'][_0x157ff6(0x147)]['on'](CodeceptJS['event'][_0x157ff6(0x136)][_0x157ff6(0x1a6)],async(_0x335dbe,_0x325034)=>{const _0x24c2f5=_0x157ff6;try{if(_0x41deed[_0x24c2f5(0x14b)](isBrowserstackInfra)){const _0x4c2686=_0x41deed['OcvUM'](shouldScanTestForAccessibility,_0x335dbe[_0x24c2f5(0x16d)](),!![]);if(_0x41deed[_0x24c2f5(0x14b)](isAccessibilityAutomationSession)&&global['accessibilityPlatform']&&_0x4c2686){const _0x1aa12a={};_0x1aa12a[_0x24c2f5(0x18c)]=_0x335dbe[_0x24c2f5(0x16b)],_0x1aa12a['thBuildUuid']=process[_0x24c2f5(0x174)][testHubConstants[_0x24c2f5(0x138)][_0x24c2f5(0x194)]],_0x1aa12a['thJwtToken']=process[_0x24c2f5(0x174)][testHubConstants['ENV_VAR'][_0x24c2f5(0x14d)]];const _0x99d89b=_0x1aa12a;logger['debug'](_0x24c2f5(0x185)+JSON[_0x24c2f5(0x19f)](_0x99d89b)),CodeceptRecorder[_0x24c2f5(0x118)](async()=>{const _0x4c4b9d=_0x24c2f5;await AccessibilityHelper[_0x4c4b9d(0x179)](_0x5b2039,scripts['performScan']),await AccessibilityHelper[_0x4c4b9d(0x179)](_0x5b2039,scripts[_0x4c4b9d(0x106)],_0x99d89b);}),logger[_0x24c2f5(0x184)](_0x41deed['WHMCQ']);}}}catch(_0x2c5fd5){PerformanceTester[_0x24c2f5(0x17e)](_0x2c5fd5);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x14a)][_0x157ff6(0x1b0)],_0x4e5564=>{const _0x21d23f=_0x157ff6;try{process[_0x21d23f(0x163)](_0x21d23f(0x12b)+process[_0x21d23f(0x134)],{'timestamp':new Date()[_0x21d23f(0x107)](),'level':_0x41deed[_0x21d23f(0x116)],'message':_0x4e5564,'kind':_0x41deed['GMdEx'],'http_response':{}});}catch(_0x1f403c){PerformanceTester[_0x21d23f(0x17e)](_0x1f403c);}}),CodeceptJS[_0x157ff6(0x160)][_0x157ff6(0x147)]['on'](CodeceptJS[_0x157ff6(0x160)]['bddStep']['before'],_0x21e454=>{const _0x5daca8=_0x157ff6;_0x130ce4[_0x5daca8(0x161)](_0x21e454);}),CodeceptJS['event'][_0x157ff6(0x147)]['on'](CodeceptJS['event'][_0x157ff6(0x123)][_0x157ff6(0x1a6)],_0x47327f=>{const _0x197a8d=_0x157ff6;_0x130ce4[_0x197a8d(0x112)](_0x47327f);});};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a1_0x44b7aa=a1_0x5706;(function(_0x3fba5e,_0x3f84f9){const _0x3f205e=a1_0x5706,_0x2a095b=_0x3fba5e();while(!![]){try{const _0x14a5cd=-parseInt(_0x3f205e(0x132))/0x1*(-parseInt(_0x3f205e(0x117))/0x2)+-parseInt(_0x3f205e(0xb4))/0x3*(parseInt(_0x3f205e(0x101))/0x4)+-parseInt(_0x3f205e(0xb3))/0x5*(-parseInt(_0x3f205e(0xf2))/0x6)+-parseInt(_0x3f205e(0xe8))/0x7+-parseInt(_0x3f205e(0xbd))/0x8*(parseInt(_0x3f205e(0xd4))/0x9)+-parseInt(_0x3f205e(0x12b))/0xa+parseInt(_0x3f205e(0xeb))/0xb*(parseInt(_0x3f205e(0xc5))/0xc);if(_0x14a5cd===_0x3f84f9)break;else _0x2a095b['push'](_0x2a095b['shift']());}catch(_0x21df14){_0x2a095b['push'](_0x2a095b['shift']());}}}(a1_0x1cc8,0x388ad));const fs=require('fs'),path=require(a1_0x44b7aa(0x12d)),util=require(a1_0x44b7aa(0x109)),{spawn}=require(a1_0x44b7aa(0xf0)),process=require(a1_0x44b7aa(0xd0)),logger=require(a1_0x44b7aa(0xa7))[a1_0x44b7aa(0xfc)],{default:BrowserStackSetup}=require(a1_0x44b7aa(0xea)),helper=require(a1_0x44b7aa(0x126)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require(a1_0x44b7aa(0xad)),{setAccessibilityCapabilities}=require(a1_0x44b7aa(0xfe)),{requireModule,nestedKeyValue,isBrowserstackInfra}=require(a1_0x44b7aa(0x126)),CodeceptJS=requireModule(a1_0x44b7aa(0xae)),SessionHandler=require(a1_0x44b7aa(0xdd)),testOpsHelper=require(a1_0x44b7aa(0xb2)),{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),TestHubHandler=require(a1_0x44b7aa(0x111)),constants=require(a1_0x44b7aa(0xfa)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x282c37,_0x12ce14)=>{const _0x40ad48=a1_0x44b7aa,_0x1db95c={};_0x1db95c[_0x40ad48(0xe7)]=function(_0x3e95e0,_0x3f2dca){return _0x3e95e0===_0x3f2dca;},_0x1db95c[_0x40ad48(0x123)]='codecept.conf.js',_0x1db95c[_0x40ad48(0x11b)]=_0x40ad48(0xf5);const _0x439f6f=_0x1db95c;let _0x29cf8a=null;const _0x36facf={};let _0x57592b=_0x12ce14['findIndex'](_0x1ba5d6=>_0x1ba5d6===_0x40ad48(0xbc));_0x439f6f['fJgUZ'](_0x57592b,-0x1)&&(_0x57592b=_0x12ce14[_0x40ad48(0x107)](_0x2a7866=>_0x2a7866==='-c'));if(!helper[_0x40ad48(0xbf)](_0x282c37[_0x40ad48(0xf1)])&&fs['existsSync'](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37[_0x40ad48(0xf1)])))_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37[_0x40ad48(0xf1)]),_0x12ce14[_0x40ad48(0xbb)](_0x57592b,0x2);else{if(!helper[_0x40ad48(0xbf)](_0x282c37['c'])&&fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37['c'])))_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x282c37['c']),_0x12ce14[_0x40ad48(0xbb)](_0x57592b,0x2);else{if(fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x123)])))_0x29cf8a=path['join'](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x123)]);else fs[_0x40ad48(0x118)](path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f[_0x40ad48(0x11b)]))&&(_0x29cf8a=path[_0x40ad48(0xda)](process[_0x40ad48(0xb5)](),_0x439f6f['oUIMR']));}}return _0x29cf8a;},getO11yRerunPattern=()=>{const _0x4d49d6=a1_0x44b7aa,_0x194c90={};_0x194c90[_0x4d49d6(0xaf)]=function(_0x27417b,_0x358747){return _0x27417b!==_0x358747;},_0x194c90[_0x4d49d6(0xf9)]=_0x4d49d6(0x125);const _0x4ad569=_0x194c90,_0x2d6402=helper['isTrue'](process['env'][_0x4d49d6(0x116)]);if(_0x2d6402){const _0x2667cf=process['env'][_0x4d49d6(0xb8)],_0x2fbd20=[];if(_0x4ad569[_0x4d49d6(0xaf)](_0x2667cf,_0x4ad569[_0x4d49d6(0xf9)])&&!helper['isUndefined'](_0x2667cf)){_0x2667cf[_0x4d49d6(0x129)](',')[_0x4d49d6(0xd8)](_0x2632e7=>{const _0x16298f=_0x4d49d6;_0x2fbd20[_0x16298f(0xc6)]('('+_0x2632e7[_0x16298f(0xf6)]()+')');});const _0x54fe81='^'+_0x2fbd20[_0x4d49d6(0xda)]('|')+'$';return _0x54fe81;}}return null;},a1_0x45b440={};a1_0x45b440[a1_0x44b7aa(0xe0)]='chromium',a1_0x45b440['playwright-chromium']=a1_0x44b7aa(0xab),a1_0x45b440[a1_0x44b7aa(0x102)]=a1_0x44b7aa(0xba),a1_0x45b440[a1_0x44b7aa(0x130)]=a1_0x44b7aa(0xc9);const pwToCodeceptBrowser=a1_0x45b440;function a1_0x1cc8(){const _0x3eef76=['oUIMR','getPlatformName','testConfig','frameworkName','handleApp','browserStackCwd','exports','test','juSaJ','THHoy','null','../../helpers/helper','bUxlF','profile','split','accessibilityOptions','1955900mVYqRo','mBSca','path','-cucumber','Playwright','playwright-webkit','3|4|0|1|2','346407SJhHDM','bootstrapAll','chdir','../../helpers/logger','pzlYJ','event','gfxSi','chromium','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','../../helpers/accessibility-automation/helper','codeceptjs/lib/index.js','nKfwj','dLOwN','skipSessionStatus','../../helpers/test-observability/utils','5yGOcoM','5694StemwT','cwd','addConfig','require','BROWSERSTACK_RERUN_TESTS','printResults','firefox','slice','--config','200jAqGNH','WebDriver','isUndefined','getPlaywrightUrl','spawn','run','mergeDeep','info','12nsilsq','push','fRYVd','before','webkit','BROWSERSTACK_TEST_OBSERVABILITY_YML','teardownAll','GkrLB','format','length','dirname','process','qCTAK','initialize','ZDONP','10134zYkiPi','title','oPffK','BrowserStackPlugin','map','zznuD','join','gnxvq','result','../../helpers/test-observability/sessionHandler','prepareCapabilities','getUserWorkerCount','chrome','browser','enabled','false','createGroupsOfSuites','stringify','testObservability','fJgUZ','1465387WHIqke','log','../../helpers/BrowserStackSetup','4012877maZgJi','stack','passed','ybHXR','desiredCapabilities','child_process','config','1303716NsOezl','skipSessionName','PGmzA','codecept.json','trim','BpMya','launchBuild','QuMUm','../utils/constants','debug','winstonLogger','mbcKH','../../bin/playwright/accessibility-helper','now','err','556iRIDeQ','playwright-firefox','addTests','CODECEPT','Workers','isTestObservabilitySession','findIndex','testContextOptions','util','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','all','gherkin','browserName','finalExecution','helpers','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/testhub/testhubHandler','ZKSvZ','env','FRAMEWORKS','printBuildLink','BROWSERSTACK_RERUN','2RpFccx','existsSync','VlgbL','plugins'];a1_0x1cc8=function(){return _0x3eef76;};return a1_0x1cc8();}function a1_0x5706(_0x5674c6,_0x31ef22){const _0x1cc87f=a1_0x1cc8();return a1_0x5706=function(_0x570616,_0x4940dc){_0x570616=_0x570616-0xa7;let _0x1fa51c=_0x1cc87f[_0x570616];return _0x1fa51c;},a1_0x5706(_0x5674c6,_0x31ef22);}async function run(_0x53c865,_0x1a5d0b){const _0x5d5885=a1_0x44b7aa,_0x5af0d1={'zznuD':function(_0x11b227,_0x42f56f){return _0x11b227+_0x42f56f;},'YKzLY':function(_0x2d5138,_0x89f1da){return _0x2d5138(_0x89f1da);},'hXgNL':function(_0x4da422,_0x4ca1dd,_0x3ad02b){return _0x4da422(_0x4ca1dd,_0x3ad02b);},'gnxvq':_0x5d5885(0xf1),'ZKSvZ':_0x5d5885(0x10f),'oPffK':function(_0x3466df){return _0x3466df();},'gfxSi':'Failed\x20:\x20','bUxlF':'Passed\x20:\x20','pzlYJ':'Started\x20:\x20','KHRVQ':_0x5d5885(0x131),'GkrLB':'codeceptjs','mbcKH':function(_0x1c7d86,_0xd9d37b,_0x11436a){return _0x1c7d86(_0xd9d37b,_0x11436a);},'VlgbL':function(_0x34aa74,_0x3f9b6b){return _0x34aa74(_0x3f9b6b);},'NqETS':_0x5d5885(0x110),'mBSca':function(_0x521f25,_0x3e7f17,_0x41b393){return _0x521f25(_0x3e7f17,_0x41b393);},'qCTAK':'Playwright','fRYVd':_0x5d5885(0xbe),'hpEgj':function(_0x3a976e,_0x100d0b){return _0x3a976e(_0x100d0b);},'tYooL':function(_0x13798b,_0x165849){return _0x13798b!=_0x165849;},'YjuCg':_0x5d5885(0xe3),'RYIVd':function(_0x1f429e,_0x35ce58,_0x54b70a){return _0x1f429e(_0x35ce58,_0x54b70a);},'ZDONP':_0x5d5885(0x10c),'PGmzA':_0x5d5885(0x12e),'ybHXR':function(_0x5d68d2,_0x15b01e){return _0x5d68d2*_0x15b01e;},'xIgSz':'root','dLOwN':'BrowserStackPlugin.js','THHoy':_0x5d5885(0x120)},_0x4ac0a3=new BrowserStackSetup(_0x53c865,_0x5af0d1['GkrLB']);await _0x4ac0a3[_0x5d5885(0xd2)](),await helper[_0x5d5885(0x11f)](_0x4ac0a3[_0x5d5885(0xf1)]);if(!_0x4ac0a3[_0x5d5885(0xf1)])return;process[_0x5d5885(0x128)]=_0x53c865[_0x5d5885(0x128)];_0x53c865[_0x5d5885(0x128)]&&(process[_0x5d5885(0x113)]['profile']=_0x53c865[_0x5d5885(0x128)]);const _0x2dab30=_0x5af0d1[_0x5d5885(0xfd)](getUserCodeceptJSConfigs,_0x53c865,_0x1a5d0b);let _0x569f25={};_0x2dab30?(logger[_0x5d5885(0xc4)](_0x5d5885(0x10a)+_0x2dab30),_0x569f25=_0x5af0d1[_0x5d5885(0x119)](require,_0x2dab30)):logger[_0x5d5885(0xc4)](_0x5af0d1['NqETS']);let _0x3d8450=![];_0x5af0d1[_0x5d5885(0x12c)](nestedKeyValue,_0x569f25,[_0x5af0d1[_0x5d5885(0xdb)],_0x5af0d1[_0x5d5885(0x112)],_0x5af0d1[_0x5d5885(0xd1)]])&&(_0x3d8450=!![]);const _0x326c33=_0x3d8450?_0x5af0d1[_0x5d5885(0xd1)]:_0x5af0d1[_0x5d5885(0xc7)];let _0xbb0361=!_0x3d8450?helper['useW3C'](_0x4ac0a3[_0x5d5885(0xf1)]):![];!helper[_0x5d5885(0xbf)](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0x12a)])&&(process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x5d5885(0xe5)](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0x12a)]));let _0x27907e=_0x4ac0a3[_0x5d5885(0xf1)]['accessibility'];_0x27907e=_0x27907e||_0x5af0d1['hpEgj'](checkAccessibilityPlatformConfig,_0x4ac0a3['config']),process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x27907e;_0x27907e&&(_0xbb0361=!_0x27907e);_0x5af0d1['tYooL'](_0x4ac0a3[_0x5d5885(0xf1)][_0x5d5885(0xe6)],null)?process[_0x5d5885(0x113)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x4ac0a3[_0x5d5885(0xf1)]['testObservability']:process[_0x5d5885(0x113)][_0x5d5885(0xca)]=_0x5af0d1['YjuCg'];const _0x3779f1=_0x5af0d1[_0x5d5885(0xd9)](_0x5af0d1[_0x5d5885(0xcc)],_0x5af0d1['RYIVd'](nestedKeyValue,_0x569f25,[_0x5af0d1[_0x5d5885(0xdb)],_0x5af0d1[_0x5d5885(0xd3)]])?_0x5af0d1[_0x5d5885(0xf4)]:''),_0x51c3a9=await TestHubHandler[_0x5d5885(0xf8)](_0x3779f1,_0x4ac0a3);_0x27907e&&_0x5af0d1[_0x5d5885(0x119)](setAccessibilityCapabilities,_0x4ac0a3['config']);const _0x1aaceb={},_0x5dcd64=[],_0x333a61=_0x4ac0a3['config']['parallelsPerPlatform']||helper[_0x5d5885(0xdf)](_0x53c865,_0x1a5d0b,_0x4ac0a3[_0x5d5885(0xf1)],constants[_0x5d5885(0x114)][_0x5d5885(0x104)])||0x1;let _0x34b3d6=0x1;if(_0x5af0d1['oPffK'](isBrowserstackInfra)){const _0xadf99f=helper[_0x5d5885(0xde)](_0x4ac0a3[_0x5d5885(0xf1)],_0xbb0361,constants[_0x5d5885(0x114)][_0x5d5885(0x104)]);helper['validPlatformsPresent'](_0x4ac0a3[_0x5d5885(0xf1)])?_0x34b3d6=_0x5af0d1[_0x5d5885(0xee)](_0x333a61,_0x4ac0a3['config']['platforms'][_0x5d5885(0xce)]):_0x34b3d6=_0x333a61,_0xadf99f['forEach'](_0x3f60d3=>{const _0x1d634d=_0x5d5885,_0x452a04={'BpMya':function(_0x17c67c,_0xb3022){return _0x5af0d1['zznuD'](_0x17c67c,_0xb3022);},'oLNzs':function(_0x2675b7,_0x4b3934){return _0x5af0d1['YKzLY'](_0x2675b7,_0x4b3934);}},_0x5abac3=_0x5af0d1[_0x1d634d(0xd9)](helper[_0x1d634d(0x11c)](_0x3f60d3,'_'),'_'+Date[_0x1d634d(0xff)]()),_0x672b06=((()=>{const _0x1f358e=_0x1d634d;if(_0x3d8450){const _0x798417=pwToCodeceptBrowser[_0x3f60d3[_0x1f358e(0x10d)]]||_0x3f60d3[_0x1f358e(0x10d)];return{'browser':_0x798417,[_0x798417]:{'browserWSEndpoint':_0x452a04[_0x1f358e(0xf7)](helper[_0x1f358e(0xc0)](_0x4ac0a3[_0x1f358e(0xf1)]),_0x452a04['oLNzs'](encodeURIComponent,JSON[_0x1f358e(0xe5)](_0x3f60d3)))}};}const _0x45cfc1={};return _0x45cfc1[_0x1f358e(0xef)]=_0x3f60d3,_0x45cfc1;})()),_0x3056a1=_0x5af0d1['hXgNL'](nestedKeyValue,_0x569f25,[_0x5af0d1['gnxvq'],_0x5af0d1[_0x1d634d(0x112)],_0x326c33]);_0x1aaceb[_0x5abac3]=_0x3056a1?helper[_0x1d634d(0xc3)](_0x672b06,_0x3056a1):_0x672b06,!_0x3d8450&&(_0x1aaceb[_0x5abac3][_0x1d634d(0xe1)]=_0x3f60d3[_0x1d634d(0x10d)]||_0x672b06[_0x1d634d(0xe1)]),_0x5dcd64['push'](_0x5abac3);});}else _0x34b3d6=0x1,_0x1aaceb[_0x5af0d1['xIgSz']]=_0x569f25[_0x5d5885(0xf1)],_0x5dcd64['push'](_0x5af0d1['xIgSz']);const _0x7f73b3={};_0x7f73b3[_0x5d5885(0x11d)]=_0x2dab30;const _0x1d3b27=_0x7f73b3,_0x59a93a=path['join'](__dirname,_0x5af0d1[_0x5d5885(0xb0)]),_0x35979a=process[_0x5d5885(0xb5)]();process[_0x5d5885(0x113)][_0x5af0d1[_0x5d5885(0x124)]]=_0x35979a,process[_0x5d5885(0x134)](path[_0x5d5885(0xcf)](_0x2dab30));const _0x3378b9=new CodeceptJS[(_0x5d5885(0x105))](null,_0x1d3b27),_0x4c95bc=_0x3378b9[_0x5d5885(0xe4)](_0x34b3d6),_0x567157=testOpsHelper[_0x5d5885(0x106)](),_0x215893=_0x5dcd64[_0x5d5885(0xd8)](_0x4f8478=>{const _0x36ec51=_0x5d5885,_0xb7b0c6={};_0xb7b0c6[_0x36ec51(0x12f)]=_0x1aaceb[_0x4f8478];const _0x5cf0c4={};_0x5cf0c4['WebDriver']=_0x1aaceb[_0x4f8478];const _0x575742=_0x3d8450?_0xb7b0c6:_0x5cf0c4,_0x1162cc=_0x5af0d1['oPffK'](getO11yRerunPattern),_0x59f21b={};_0x59f21b[_0x36ec51(0x10f)]=_0x575742;const _0x34cef3={};_0x34cef3[_0x36ec51(0xb7)]=_0x59a93a,_0x34cef3[_0x36ec51(0xe2)]=!![],_0x34cef3[_0x36ec51(0xf3)]=_0x4ac0a3[_0x36ec51(0xf1)][_0x36ec51(0x108)][_0x36ec51(0xf3)],_0x34cef3['skipSessionStatus']=_0x4ac0a3[_0x36ec51(0xf1)][_0x36ec51(0x108)][_0x36ec51(0xb1)],_0x34cef3[_0x36ec51(0xe6)]=_0x567157,_0x34cef3[_0x36ec51(0x11e)]=_0x3779f1;const _0x2e017b={};_0x2e017b[_0x36ec51(0xd7)]=_0x34cef3;const _0x160905={};return _0x160905[_0x36ec51(0x11a)]=_0x2e017b,helper['mergeDeep']({},_0x569f25['config'],_0x5af0d1[_0x36ec51(0xd6)](isBrowserstackInfra)?_0x59f21b:{},_0x1162cc?{'grep':_0x1162cc}:{},_0x160905);});for(const _0x43bc8b of _0x215893){for(const _0x4c5621 of _0x4c95bc){const _0x251dae=_0x3378b9[_0x5d5885(0xc1)]();_0x251dae[_0x5d5885(0x103)](_0x4c5621),_0x251dae[_0x5d5885(0xb6)](_0x43bc8b);}}_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)][_0x5d5885(0x122)]['failed'],(_0x40d578,_0x193bae)=>{const _0x17ac68=_0x5d5885;console['log'](_0x5af0d1[_0x17ac68(0xaa)],_0x40d578['title']);const _0x91b820={[_0x40d578[_0x17ac68(0xd5)]]:_0x40d578[_0x17ac68(0x100)][_0x17ac68(0xec)]};_testErrorData[_0x17ac68(0xc6)](_0x91b820);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)]['test'][_0x5d5885(0xed)],async _0x30dd6b=>{const _0x2a8795=_0x5d5885;console[_0x2a8795(0xe9)](_0x5af0d1[_0x2a8795(0x127)],_0x30dd6b[_0x2a8795(0xd5)]);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)]['test'][_0x5d5885(0xc8)],async _0x19a36e=>{const _0x4c815f=_0x5d5885;console[_0x4c815f(0xe9)](_0x5af0d1[_0x4c815f(0xa8)],_0x19a36e['title']);}),_0x3378b9['on'](CodeceptJS[_0x5d5885(0xa9)][_0x5d5885(0x10b)][_0x5d5885(0xdc)],async()=>{const _0x3029e4=_0x5d5885,_0x343541=_0x5af0d1['KHRVQ']['split']('|');let _0x25771d=0x0;while(!![]){switch(_0x343541[_0x25771d++]){case'0':helper[_0x3029e4(0x10e)](_0x4ac0a3);continue;case'1':try{await TestHubHandler['stop']();}catch(_0x57e50a){logger[_0x3029e4(0xfb)](_0x3029e4(0xac)+util[_0x3029e4(0xcd)](_0x57e50a));}continue;case'2':_0x3378b9[_0x3029e4(0xb9)]();continue;case'3':_0x4ac0a3['errorMessage']=_testErrorData;continue;case'4':testOpsHelper[_0x3029e4(0x115)]();continue;}break;}});async function _0x9f78bc(){const _0x4d9fb9=_0x5d5885;try{await _0x3378b9[_0x4d9fb9(0x133)](),await _0x3378b9[_0x4d9fb9(0xc2)]();}finally{process['chdir'](_0x35979a),await _0x3378b9[_0x4d9fb9(0xcb)]();}}_0x5af0d1[_0x5d5885(0xd6)](_0x9f78bc);}module[a1_0x44b7aa(0x121)]=run;
|
|
2
|
+
'use strict';const a1_0x130bfa=a1_0x2534;(function(_0x5d39fb,_0x2941bd){const _0x5add70=a1_0x2534,_0x50a8b4=_0x5d39fb();while(!![]){try{const _0x1d684e=parseInt(_0x5add70(0x13c))/0x1*(parseInt(_0x5add70(0x11a))/0x2)+parseInt(_0x5add70(0x118))/0x3+-parseInt(_0x5add70(0xf8))/0x4+-parseInt(_0x5add70(0x123))/0x5+-parseInt(_0x5add70(0x113))/0x6+parseInt(_0x5add70(0x114))/0x7+parseInt(_0x5add70(0xd4))/0x8;if(_0x1d684e===_0x2941bd)break;else _0x50a8b4['push'](_0x50a8b4['shift']());}catch(_0x4acb23){_0x50a8b4['push'](_0x50a8b4['shift']());}}}(a1_0x1f53,0x7f3a2));function a1_0x1f53(){const _0xa4eb8a=['findIndex','ehyZV','bootstrapAll','err','198012CvVRfy','test','../../helpers/logger','playwright-firefox','chrome','-cucumber','debug','Failed\x20:\x20','FgFtO','../../helpers/testhub/utils','forEach','firefox','LtYTz','addTests','BROWSERSTACK_TEST_OBSERVABILITY_YML','log','RUmaG','all','initialize','winstonLogger','result','accessibility','testObservability','Workers','stringify','gherkin','browserStackCwd','5305278PyqxoX','5265134sraFRw','createGroupsOfSuites','false','BrowserStackPlugin','850464ORJuMh','FRAMEWORKS','1482734fVMzDZ','ueOFS','FoyPG','getPlaywrightUrl','child_process','moBXw','config','../../helpers/test-observability/sessionHandler','fVJVn','3859230yzLeoO','root','split','YcyyF','profile','mergeDeep','getPlatformName','event','qFHZz','aUXhr','enabled','info','DOApR','stop','accessibilityOptions','length','EMTgt','errorMessage','cwd','../../helpers/helper','OMijU','BBBLo','map','browser','spawn','1lhchaW','UMHYo','join','stack','Exception\x20in\x20stop\x20build\x20request\x20to\x20testhub\x20:\x20','browserName','testContextOptions','crNSW','1|2|4|0|3','nqYyE','BROWSERSTACK_TEST_ACCESSIBILITY_YML','helpers','printResults','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Getting\x20your\x20codeceptjs\x20configs\x20from\x20','BROWSERSTACK_RERUN_TESTS','existsSync','--config','../../helpers/test-observability/utils','JMGzG','dirname','plugins','parallelsPerPlatform','OBSzo','xaASf','chromium','codeceptjs/lib/index.js','path','isUndefined','process','3597336xppCbb','WebDriver','title','CODECEPT','hSluE','finalExecution','run','getUserWorkerCount','Passed\x20:\x20','codeceptjs','passed','now','Playwright','format','codecept.json','addConfig','../../helpers/BrowserStackSetup','validPlatformsPresent','../utils/constants','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','playwright-webkit','ubhaD','MTNAC','env','failed','teardownAll','eUyQe','push','isTrue','MXWLf','skipSessionName','psVzy'];a1_0x1f53=function(){return _0xa4eb8a;};return a1_0x1f53();}const fs=require('fs'),path=require(a1_0x130bfa(0xd1)),util=require('util'),{spawn}=require(a1_0x130bfa(0x11e)),process=require(a1_0x130bfa(0xd3)),logger=require(a1_0x130bfa(0xfa))[a1_0x130bfa(0x10b)],{default:BrowserStackSetup}=require(a1_0x130bfa(0xe4)),helper=require(a1_0x130bfa(0x136)),{createAccessibilityTestRun,stopAccessibilityTestRun,checkAccessibilityPlatformConfig}=require('../../helpers/accessibility-automation/helper'),{setAccessibilityCapabilities}=require('../../bin/playwright/accessibility-helper'),{requireModule,nestedKeyValue,isBrowserstackInfra}=require('../../helpers/helper'),CodeceptJS=requireModule(a1_0x130bfa(0xd0)),SessionHandler=require(a1_0x130bfa(0x121)),testOpsHelper=require(a1_0x130bfa(0xc8)),{shouldProcessEventForTesthub}=require(a1_0x130bfa(0x101)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),constants=require(a1_0x130bfa(0xe6)),_testErrorData=[],getUserCodeceptJSConfigs=(_0x331f46,_0xdf7f22)=>{const _0x28ee79=a1_0x130bfa,_0x638548={};_0x638548[_0x28ee79(0x12b)]=function(_0x5108da,_0x1ab9fe){return _0x5108da===_0x1ab9fe;},_0x638548[_0x28ee79(0xee)]='codecept.conf.js',_0x638548[_0x28ee79(0x104)]=_0x28ee79(0xe2);const _0x2b09d0=_0x638548;let _0x3e774e=null;const _0x223e83={};let _0x56d8e1=_0xdf7f22[_0x28ee79(0xf4)](_0xe74252=>_0xe74252===_0x28ee79(0xc7));_0x2b09d0[_0x28ee79(0x12b)](_0x56d8e1,-0x1)&&(_0x56d8e1=_0xdf7f22[_0x28ee79(0xf4)](_0x24a29d=>_0x24a29d==='-c'));if(!helper[_0x28ee79(0xd2)](_0x331f46['config'])&&fs[_0x28ee79(0xc6)](path[_0x28ee79(0x13e)](process[_0x28ee79(0x135)](),_0x331f46[_0x28ee79(0x120)])))_0x3e774e=path[_0x28ee79(0x13e)](process[_0x28ee79(0x135)](),_0x331f46['config']),_0xdf7f22['slice'](_0x56d8e1,0x2);else{if(!helper[_0x28ee79(0xd2)](_0x331f46['c'])&&fs[_0x28ee79(0xc6)](path[_0x28ee79(0x13e)](process[_0x28ee79(0x135)](),_0x331f46['c'])))_0x3e774e=path['join'](process['cwd'](),_0x331f46['c']),_0xdf7f22['slice'](_0x56d8e1,0x2);else{if(fs[_0x28ee79(0xc6)](path['join'](process[_0x28ee79(0x135)](),_0x2b09d0[_0x28ee79(0xee)])))_0x3e774e=path[_0x28ee79(0x13e)](process[_0x28ee79(0x135)](),_0x2b09d0[_0x28ee79(0xee)]);else fs[_0x28ee79(0xc6)](path[_0x28ee79(0x13e)](process[_0x28ee79(0x135)](),_0x2b09d0[_0x28ee79(0x104)]))&&(_0x3e774e=path[_0x28ee79(0x13e)](process['cwd'](),_0x2b09d0[_0x28ee79(0x104)]));}}return _0x3e774e;},getO11yRerunPattern=()=>{const _0x149d6b=a1_0x130bfa,_0x260092={};_0x260092['ubhaD']=function(_0x47d253,_0x373903){return _0x47d253!==_0x373903;},_0x260092['xaASf']='null';const _0x7f0be8=_0x260092,_0x2d98d7=helper[_0x149d6b(0xf0)](process[_0x149d6b(0xeb)]['BROWSERSTACK_RERUN']);if(_0x2d98d7){const _0x3e1a2b=process[_0x149d6b(0xeb)][_0x149d6b(0xc5)],_0x1c9934=[];if(_0x7f0be8[_0x149d6b(0xe9)](_0x3e1a2b,_0x7f0be8[_0x149d6b(0xce)])&&!helper[_0x149d6b(0xd2)](_0x3e1a2b)){_0x3e1a2b[_0x149d6b(0x125)](',')[_0x149d6b(0x139)](_0x4a2a73=>{const _0x1f5e66=_0x149d6b;_0x1c9934[_0x1f5e66(0xef)]('('+_0x4a2a73['trim']()+')');});const _0x51da1f='^'+_0x1c9934[_0x149d6b(0x13e)]('|')+'$';return _0x51da1f;}}return null;},a1_0x9382f1={};a1_0x9382f1[a1_0x130bfa(0xfc)]=a1_0x130bfa(0xcf),a1_0x9382f1['playwright-chromium']=a1_0x130bfa(0xcf),a1_0x9382f1[a1_0x130bfa(0xfb)]=a1_0x130bfa(0x103),a1_0x9382f1[a1_0x130bfa(0xe8)]='webkit';const pwToCodeceptBrowser=a1_0x9382f1;async function run(_0x329765,_0x5095f7){const _0x5ee2b2=a1_0x130bfa,_0x3c7f7e={'MTNAC':function(_0x24d841,_0x2dc217){return _0x24d841+_0x2dc217;},'crNSW':function(_0x4717fb,_0x3b5096){return _0x4717fb(_0x3b5096);},'DfxMD':function(_0x39faae,_0x4b0f8a){return _0x39faae+_0x4b0f8a;},'ueOFS':function(_0x2f7bb3,_0x3be827,_0x12f9a4){return _0x2f7bb3(_0x3be827,_0x12f9a4);},'MXWLf':_0x5ee2b2(0x120),'fVJVn':_0x5ee2b2(0xc1),'OBSzo':function(_0x5184af){return _0x5184af();},'aUXhr':_0x5ee2b2(0xff),'JMGzG':_0x5ee2b2(0xdc),'PQJis':'Started\x20:\x20','DOApR':_0x5ee2b2(0xbe),'BBBLo':_0x5ee2b2(0xdd),'ehyZV':function(_0x5482b8,_0x4e7b87,_0x4fe73e){return _0x5482b8(_0x4e7b87,_0x4fe73e);},'UMHYo':function(_0x4e6ece,_0x1c9bbc){return _0x4e6ece(_0x1c9bbc);},'EMTgt':_0x5ee2b2(0xc3),'psVzy':_0x5ee2b2(0xe0),'FgFtO':'WebDriver','nqYyE':function(_0x1c6cd3,_0x3d1b7e){return _0x1c6cd3!=_0x3d1b7e;},'OMijU':_0x5ee2b2(0x116),'AogtE':function(_0x38699b,_0x241d4b){return _0x38699b+_0x241d4b;},'BUPmT':_0x5ee2b2(0x111),'hSluE':_0x5ee2b2(0xfd),'JEjlq':function(_0x5bf35b,_0x34f540){return _0x5bf35b(_0x34f540);},'uJkkz':function(_0x138f0e){return _0x138f0e();},'moBXw':function(_0x375521,_0x1a5b5e){return _0x375521*_0x1a5b5e;},'RUmaG':_0x5ee2b2(0x124),'gmPlz':'BrowserStackPlugin.js','FoyPG':_0x5ee2b2(0x112),'YcyyF':function(_0xb96881){return _0xb96881();}},_0x5691e5=new BrowserStackSetup(_0x329765,_0x3c7f7e[_0x5ee2b2(0x138)]);await _0x5691e5[_0x5ee2b2(0x10a)](),await helper['handleApp'](_0x5691e5[_0x5ee2b2(0x120)]);if(!_0x5691e5[_0x5ee2b2(0x120)])return;process['profile']=_0x329765[_0x5ee2b2(0x127)];_0x329765[_0x5ee2b2(0x127)]&&(process[_0x5ee2b2(0xeb)][_0x5ee2b2(0x127)]=_0x329765[_0x5ee2b2(0x127)]);const _0x2c4d95=_0x3c7f7e[_0x5ee2b2(0xf5)](getUserCodeceptJSConfigs,_0x329765,_0x5095f7);let _0x36a951={};_0x2c4d95?(logger[_0x5ee2b2(0x12e)](_0x5ee2b2(0xc4)+_0x2c4d95),_0x36a951=_0x3c7f7e[_0x5ee2b2(0x13d)](require,_0x2c4d95)):logger[_0x5ee2b2(0x12e)](_0x3c7f7e[_0x5ee2b2(0x133)]);let _0x279f50=![];_0x3c7f7e[_0x5ee2b2(0xf5)](nestedKeyValue,_0x36a951,[_0x3c7f7e[_0x5ee2b2(0xf1)],_0x3c7f7e[_0x5ee2b2(0x122)],_0x3c7f7e[_0x5ee2b2(0xf3)]])&&(_0x279f50=!![]);const _0x11d5cb=_0x279f50?_0x3c7f7e['psVzy']:_0x3c7f7e[_0x5ee2b2(0x100)];let _0x4096d7=!_0x279f50?helper['useW3C'](_0x5691e5[_0x5ee2b2(0x120)]):![];!helper[_0x5ee2b2(0xd2)](_0x5691e5[_0x5ee2b2(0x120)][_0x5ee2b2(0x131)])&&(process[_0x5ee2b2(0xeb)][_0x5ee2b2(0xe7)]=JSON[_0x5ee2b2(0x110)](_0x5691e5['config'][_0x5ee2b2(0x131)]));let _0x2d7611=_0x5691e5['config'][_0x5ee2b2(0x10d)];_0x2d7611=_0x2d7611||_0x3c7f7e[_0x5ee2b2(0xbd)](checkAccessibilityPlatformConfig,_0x5691e5[_0x5ee2b2(0x120)]),process['env'][_0x5ee2b2(0xc0)]=_0x2d7611;_0x2d7611&&(_0x4096d7=!_0x2d7611);_0x3c7f7e[_0x5ee2b2(0xbf)](_0x5691e5[_0x5ee2b2(0x120)][_0x5ee2b2(0x10e)],null)?process[_0x5ee2b2(0xeb)][_0x5ee2b2(0x106)]=_0x5691e5[_0x5ee2b2(0x120)][_0x5ee2b2(0x10e)]:process[_0x5ee2b2(0xeb)]['BROWSERSTACK_TEST_OBSERVABILITY_YML']=_0x3c7f7e[_0x5ee2b2(0x137)];const _0xf078c3=_0x3c7f7e['AogtE'](_0x3c7f7e[_0x5ee2b2(0x138)],_0x3c7f7e[_0x5ee2b2(0x11b)](nestedKeyValue,_0x36a951,[_0x3c7f7e[_0x5ee2b2(0xf1)],_0x3c7f7e['BUPmT']])?_0x3c7f7e[_0x5ee2b2(0xd8)]:''),_0x2f8a9d=await TestHubHandler['launchBuild'](_0xf078c3,_0x5691e5);_0x2d7611&&_0x3c7f7e['JEjlq'](setAccessibilityCapabilities,_0x5691e5[_0x5ee2b2(0x120)]);const _0x2047ce={},_0xabf4e7=[],_0x32b9a3=_0x5691e5[_0x5ee2b2(0x120)][_0x5ee2b2(0xcc)]||helper[_0x5ee2b2(0xdb)](_0x329765,_0x5095f7,_0x5691e5[_0x5ee2b2(0x120)],constants[_0x5ee2b2(0x119)]['CODECEPT'])||0x1;let _0x1b4c8c=0x1;if(_0x3c7f7e['uJkkz'](isBrowserstackInfra)){const _0x437c63=helper['prepareCapabilities'](_0x5691e5['config'],_0x4096d7,constants['FRAMEWORKS'][_0x5ee2b2(0xd7)]);helper[_0x5ee2b2(0xe5)](_0x5691e5[_0x5ee2b2(0x120)])?_0x1b4c8c=_0x3c7f7e[_0x5ee2b2(0x11f)](_0x32b9a3,_0x5691e5['config']['platforms'][_0x5ee2b2(0x132)]):_0x1b4c8c=_0x32b9a3,_0x437c63[_0x5ee2b2(0x102)](_0x5b9910=>{const _0x6de180=_0x5ee2b2,_0x678817=_0x3c7f7e['DfxMD'](helper[_0x6de180(0x129)](_0x5b9910,'_'),'_'+Date[_0x6de180(0xdf)]()),_0x7b32d6=((()=>{const _0x1005f5=_0x6de180;if(_0x279f50){const _0x1e4e88=pwToCodeceptBrowser[_0x5b9910[_0x1005f5(0x141)]]||_0x5b9910[_0x1005f5(0x141)];return{'browser':_0x1e4e88,[_0x1e4e88]:{'browserWSEndpoint':_0x3c7f7e[_0x1005f5(0xea)](helper[_0x1005f5(0x11d)](_0x5691e5[_0x1005f5(0x120)]),_0x3c7f7e['crNSW'](encodeURIComponent,JSON['stringify'](_0x5b9910)))}};}const _0x1764bb={};return _0x1764bb['desiredCapabilities']=_0x5b9910,_0x1764bb;})()),_0x52ef89=_0x3c7f7e[_0x6de180(0x11b)](nestedKeyValue,_0x36a951,[_0x3c7f7e[_0x6de180(0xf1)],_0x3c7f7e[_0x6de180(0x122)],_0x11d5cb]);_0x2047ce[_0x678817]=_0x52ef89?helper[_0x6de180(0x128)](_0x7b32d6,_0x52ef89):_0x7b32d6,!_0x279f50&&(_0x2047ce[_0x678817][_0x6de180(0x13a)]=_0x5b9910[_0x6de180(0x141)]||_0x7b32d6['browser']),_0xabf4e7[_0x6de180(0xef)](_0x678817);});}else _0x1b4c8c=0x1,_0x2047ce[_0x3c7f7e['RUmaG']]=_0x36a951[_0x5ee2b2(0x120)],_0xabf4e7[_0x5ee2b2(0xef)](_0x3c7f7e[_0x5ee2b2(0x108)]);const _0x1eccbe={};_0x1eccbe['testConfig']=_0x2c4d95;const _0x563ad2=_0x1eccbe,_0xddd0ad=path[_0x5ee2b2(0x13e)](__dirname,_0x3c7f7e['gmPlz']),_0x1b3351=process[_0x5ee2b2(0x135)]();process['env'][_0x3c7f7e[_0x5ee2b2(0x11c)]]=_0x1b3351,process['chdir'](path[_0x5ee2b2(0xca)](_0x2c4d95));const _0x389d80=new CodeceptJS[(_0x5ee2b2(0x10f))](null,_0x563ad2),_0x4a65bb=_0x389d80[_0x5ee2b2(0x115)](_0x1b4c8c),_0x3ba260=testOpsHelper['isTestObservabilitySession'](),_0x4c796c=_0xabf4e7[_0x5ee2b2(0x139)](_0x2959a7=>{const _0x308d94=_0x5ee2b2,_0x5ebb51={};_0x5ebb51[_0x308d94(0xe0)]=_0x2047ce[_0x2959a7];const _0x3de697={};_0x3de697[_0x308d94(0xd5)]=_0x2047ce[_0x2959a7];const _0x537365=_0x279f50?_0x5ebb51:_0x3de697,_0x58871d=_0x3c7f7e[_0x308d94(0xcd)](getO11yRerunPattern),_0x5c7d50={};_0x5c7d50['helpers']=_0x537365;const _0x3b9aa5={};_0x3b9aa5['require']=_0xddd0ad,_0x3b9aa5[_0x308d94(0x12d)]=!![],_0x3b9aa5[_0x308d94(0xf2)]=_0x5691e5[_0x308d94(0x120)][_0x308d94(0x142)][_0x308d94(0xf2)],_0x3b9aa5['skipSessionStatus']=_0x5691e5['config'][_0x308d94(0x142)]['skipSessionStatus'],_0x3b9aa5[_0x308d94(0x10e)]=_0x3ba260,_0x3b9aa5['frameworkName']=_0xf078c3;const _0x1fbaee={};_0x1fbaee[_0x308d94(0x117)]=_0x3b9aa5;const _0x5d97f4={};return _0x5d97f4[_0x308d94(0xcb)]=_0x1fbaee,helper[_0x308d94(0x128)]({},_0x36a951[_0x308d94(0x120)],_0x3c7f7e[_0x308d94(0xcd)](isBrowserstackInfra)?_0x5c7d50:{},_0x58871d?{'grep':_0x58871d}:{},_0x5d97f4);});for(const _0x494c71 of _0x4c796c){for(const _0x2201c5 of _0x4a65bb){const _0x55147a=_0x389d80[_0x5ee2b2(0x13b)]();_0x55147a[_0x5ee2b2(0x105)](_0x2201c5),_0x55147a[_0x5ee2b2(0xe3)](_0x494c71);}}_0x389d80['on'](CodeceptJS[_0x5ee2b2(0x12a)][_0x5ee2b2(0xf9)][_0x5ee2b2(0xec)],(_0x1e0760,_0x1c05ac)=>{const _0x122a2f=_0x5ee2b2;console[_0x122a2f(0x107)](_0x3c7f7e[_0x122a2f(0x12c)],_0x1e0760[_0x122a2f(0xd6)]);const _0x428625={[_0x1e0760[_0x122a2f(0xd6)]]:_0x1e0760[_0x122a2f(0xf7)][_0x122a2f(0x13f)]};_testErrorData[_0x122a2f(0xef)](_0x428625);}),_0x389d80['on'](CodeceptJS[_0x5ee2b2(0x12a)]['test'][_0x5ee2b2(0xde)],async _0x24c5b7=>{const _0x291237=_0x5ee2b2;console[_0x291237(0x107)](_0x3c7f7e[_0x291237(0xc9)],_0x24c5b7['title']);}),_0x389d80['on'](CodeceptJS[_0x5ee2b2(0x12a)]['test']['before'],async _0x14712e=>{const _0x5a7010=_0x5ee2b2;console[_0x5a7010(0x107)](_0x3c7f7e['PQJis'],_0x14712e[_0x5a7010(0xd6)]);}),_0x389d80['on'](CodeceptJS[_0x5ee2b2(0x12a)][_0x5ee2b2(0x109)][_0x5ee2b2(0x10c)],async()=>{const _0x5cb60e=_0x5ee2b2,_0x593603=_0x3c7f7e[_0x5cb60e(0x12f)][_0x5cb60e(0x125)]('|');let _0x38ff1=0x0;while(!![]){switch(_0x593603[_0x38ff1++]){case'0':try{await TestHubHandler[_0x5cb60e(0x130)]();}catch(_0xf46cdf){logger[_0x5cb60e(0xfe)](_0x5cb60e(0x140)+util[_0x5cb60e(0xe1)](_0xf46cdf));}continue;case'1':_0x5691e5[_0x5cb60e(0x134)]=_testErrorData;continue;case'2':testOpsHelper['printBuildLink']();continue;case'3':_0x389d80[_0x5cb60e(0xc2)]();continue;case'4':helper[_0x5cb60e(0xd9)](_0x5691e5);continue;}break;}});async function _0x409cbe(){const _0x5cb3b2=_0x5ee2b2;try{await _0x389d80[_0x5cb3b2(0xf6)](),await _0x389d80[_0x5cb3b2(0xda)]();}finally{process['chdir'](_0x1b3351),await _0x389d80[_0x5cb3b2(0xed)]();}}_0x3c7f7e[_0x5ee2b2(0x126)](_0x409cbe);}function a1_0x2534(_0x87538,_0x2129b7){const _0x1f533e=a1_0x1f53();return a1_0x2534=function(_0x2534c3,_0x171f30){_0x2534c3=_0x2534c3-0xbd;let _0xab124b=_0x1f533e[_0x2534c3];return _0xab124b;},a1_0x2534(_0x87538,_0x2129b7);}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a2_0x1645d7=a2_0x4d4b;function a2_0x4d4b(_0x47cda3,_0x47faa0){const _0x2dce31=a2_0x2dce();return a2_0x4d4b=function(_0x4d4b3b,_0x5dfe0e){_0x4d4b3b=_0x4d4b3b-0xa8;let _0x3e65a4=_0x2dce31[_0x4d4b3b];return _0x3e65a4;},a2_0x4d4b(_0x47cda3,_0x47faa0);}(function(_0x38ad1c,_0xea7db5){const _0x309bf6=a2_0x4d4b,_0x33bb37=_0x38ad1c();while(!![]){try{const _0x166482=-parseInt(_0x309bf6(0xcf))/0x1+parseInt(_0x309bf6(0xc2))/0x2+parseInt(_0x309bf6(0xd2))/0x3+-parseInt(_0x309bf6(0xdc))/0x4+-parseInt(_0x309bf6(0xe5))/0x5+parseInt(_0x309bf6(0xf7))/0x6+-parseInt(_0x309bf6(0xee))/0x7*(parseInt(_0x309bf6(0xda))/0x8);if(_0x166482===_0xea7db5)break;else _0x33bb37['push'](_0x33bb37['shift']());}catch(_0x1298ff){_0x33bb37['push'](_0x33bb37['shift']());}}}(a2_0x2dce,0xd4658));const {isUndefined,nestedKeyValue}=require(a2_0x1645d7(0xd9)),logger=require(a2_0x1645d7(0xc3))[a2_0x1645d7(0xaa)],PlaywrightSessionDetails=require(a2_0x1645d7(0xbb)),{isAccessibilityAutomationSession}=require(a2_0x1645d7(0xdb)),getOSVersionFromCaps=_0x3f4b57=>{const _0x382e74=a2_0x1645d7,_0x35b3c2={};_0x35b3c2[_0x382e74(0xf9)]=_0x382e74(0xf4),_0x35b3c2['osJzx']=_0x382e74(0xc6),_0x35b3c2[_0x382e74(0xd7)]=_0x382e74(0xd1),_0x35b3c2[_0x382e74(0xcc)]=_0x382e74(0xe3),_0x35b3c2[_0x382e74(0xb5)]=_0x382e74(0xd0);const _0x5e5c27=_0x35b3c2;if(!_0x3f4b57)return null;const _0x132a5b=_0x3f4b57[_0x5e5c27[_0x382e74(0xf9)]],_0x562a47=[_0x5e5c27[_0x382e74(0xf5)],_0x5e5c27['LvcqW'],_0x5e5c27[_0x382e74(0xcc)],_0x5e5c27['nevhE']];for(const _0x5aed1d of _0x562a47){if(_0x132a5b&&_0x132a5b[_0x5aed1d])return _0x132a5b[_0x5aed1d];else{if(_0x3f4b57[_0x5aed1d])return _0x3f4b57[_0x5aed1d];}}return null;};function a2_0x2dce(){const _0x1e6fb1=['Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','frBLD','kHojg','latest','DQCpo','ADLAE','Playwright','searchParams','160282SKtSrl','os_version','platform_version','2461539ADQLZe','includes','cmAvu','automate','constructor','LvcqW','vvCrB','../../helpers/helper','5160wODddY','../../helpers/accessibility-automation/helper','3947164cFoffl','browserVersion','UGYVC','platform','app','IhCxE','gIGjG','osVersion','platformName','4444555GDcDZK','browserName','WoAXf','NQMBf','Vypwo','sessionId','cfEec','deviceName','app-automate','6888tuCDac','accessibilityPlatform','capabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','MvnZt','lnasm','bstack:options','osJzx','browserstack_executor','8844318DsRNAx','hzrBr','qRMDU','bsSessionId','caps','browserstack_accessibility_automation_script','bvYMW','WebDriver','__cloud_provider___','browserstack','winstonLogger','HwsCr','FLouB','playwright-chromium','processWebDriverConfig','shouldPatchExecuteScript','name','browser_version','jZPpE','fetchPlatformDetails','desiredCapabilities','nevhE','GcHnX','NQkOP','muFjR','DjQph','xNYkB','../../bin/playwright/sessionDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','browserWSEndpoint','browser','warn','IgbCG','cpMAk','2492148ZLpqQQ','../../helpers/logger','QKeLk','unknown_grid','platformVersion'];a2_0x2dce=function(){return _0x1e6fb1;};return a2_0x2dce();}exports[a2_0x1645d7(0xb3)]=_0x143c42=>{const _0x48043a=a2_0x1645d7,_0x3129de={'lnasm':_0x48043a(0xc5),'GcHnX':function(_0x5e9aae,_0x40f4a7){return _0x5e9aae===_0x40f4a7;},'hzrBr':_0x48043a(0xfe),'frBLD':function(_0x56b422,_0x4c33e6){return _0x56b422(_0x4c33e6);},'Vypwo':function(_0xcd41a8,_0x5dd352,_0x4d7608){return _0xcd41a8(_0x5dd352,_0x4d7608);},'cfEec':'config','vvCrB':_0x48043a(0xb4),'NQkOP':_0x48043a(0xa9),'xNYkB':'appium:app','HwsCr':_0x48043a(0xe0),'QKeLk':_0x48043a(0xed),'kHojg':_0x48043a(0xd5),'muFjR':function(_0x437b2b,_0x1fc050){return _0x437b2b===_0x1fc050;},'cpMAk':_0x48043a(0xcd),'DQCpo':function(_0x2c9570,_0x532db6,_0x5f2afd){return _0x2c9570(_0x532db6,_0x5f2afd);},'DjQph':'browser','SzUyz':_0x48043a(0xbd),'IhCxE':_0x48043a(0xfb),'OJKfH':function(_0x56afa6,_0x573d4b){return _0x56afa6===_0x573d4b;}};if(!_0x143c42)return null;let _0x33e2ea=global[_0x48043a(0xa8)]||_0x3129de[_0x48043a(0xf3)];if(_0x3129de[_0x48043a(0xb6)](_0x143c42[_0x48043a(0xd6)][_0x48043a(0xb0)],_0x3129de[_0x48043a(0xf8)])){const _0x374f24=_0x143c42[_0x48043a(0xbe)];if(!_0x374f24)return null;const _0x2fc826=_0x374f24[_0x48043a(0xf0)],_0x3dbfdd=_0x3129de[_0x48043a(0xc8)](getOSVersionFromCaps,_0x3129de[_0x48043a(0xe9)](nestedKeyValue,_0x143c42,[_0x3129de[_0x48043a(0xeb)],_0x3129de[_0x48043a(0xd8)]]));return{[_0x33e2ea]:{'browser':_0x2fc826[_0x48043a(0xe6)],'browser_version':_0x2fc826[_0x48043a(0xdd)],'capabilities':_0x2fc826,'platform':_0x2fc826[_0x48043a(0xe4)],'platform_version':_0x2fc826['platformVersion']||_0x3dbfdd,'product':_0x3129de[_0x48043a(0xb6)](global[_0x48043a(0xa8)],_0x3129de[_0x48043a(0xb7)])?_0x2fc826[_0x3129de[_0x48043a(0xba)]]||_0x2fc826[_0x3129de[_0x48043a(0xab)]]?_0x3129de[_0x48043a(0xc4)]:_0x3129de['kHojg']:null,'session_id':_0x374f24[_0x48043a(0xea)]}};}else{if(_0x3129de[_0x48043a(0xb8)](_0x143c42['constructor'][_0x48043a(0xb0)],_0x3129de[_0x48043a(0xc1)])){const _0x4fcfdd=PlaywrightSessionDetails['getDetails']();_0x33e2ea=_0x4fcfdd['cloudProvider']||_0x33e2ea;const _0x345f66=_0x3129de[_0x48043a(0xcb)](nestedKeyValue,_0x143c42,[_0x3129de[_0x48043a(0xeb)],_0x3129de[_0x48043a(0xb9)],_0x3129de['SzUyz']]),_0x4e7524=_0x345f66?JSON['parse'](new URL(_0x345f66)[_0x48043a(0xce)]['get'](_0x3129de[_0x48043a(0xe1)])):{};return{[_0x33e2ea]:{'browser':_0x4fcfdd['browser']||_0x4e7524[_0x48043a(0xe6)],'browser_version':_0x4fcfdd[_0x48043a(0xb1)]||_0x4e7524['browser_version'],'capabilities':_0x4e7524,'platform':_0x4fcfdd[_0x48043a(0xdf)],'platform_version':_0x4fcfdd[_0x48043a(0xd1)],'product':_0x3129de['OJKfH'](global[_0x48043a(0xa8)],_0x3129de[_0x48043a(0xb7)])?_0x4e7524[_0x3129de[_0x48043a(0xba)]]||_0x4e7524[_0x3129de[_0x48043a(0xab)]]?_0x3129de[_0x48043a(0xc4)]:_0x3129de[_0x48043a(0xc9)]:null,'session_id':_0x4fcfdd[_0x48043a(0xfa)]}};}}},exports[a2_0x1645d7(0xae)]=_0x1fbe19=>{const _0x23ca95=a2_0x1645d7,_0x480c44={'rsUbK':function(_0x43be4a){return _0x43be4a();},'NQMBf':function(_0x395d17,_0x136f5){return _0x395d17===_0x136f5;},'dMDIN':_0x23ca95(0xca),'FLouB':function(_0x4f962c,_0x17633f){return _0x4f962c>_0x17633f;},'cmAvu':function(_0x427401,_0x1bb0d1){return _0x427401(_0x1bb0d1);},'bvYMW':_0x23ca95(0xbc),'MvnZt':function(_0x532036,_0x2753e1){return _0x532036===_0x2753e1;},'WoAXf':'chrome','HPeCY':function(_0x111797,_0x4cc89a){return _0x111797===_0x4cc89a;},'jZPpE':_0x23ca95(0xad),'IgbCG':_0x23ca95(0xf1),'PuMxs':_0x23ca95(0xc7)};if(_0x480c44['rsUbK'](isAccessibilityAutomationSession)){const _0x540a39=_0x1fbe19[_0x23ca95(0xbe)],_0x175f70=_0x540a39[_0x23ca95(0xf0)];global[_0x23ca95(0xef)]=!![],!(_0x480c44[_0x23ca95(0xe8)](_0x175f70[_0x23ca95(0xdd)],_0x480c44['dMDIN'])||_0x480c44[_0x23ca95(0xac)](_0x480c44[_0x23ca95(0xd4)](parseInt,_0x175f70[_0x23ca95(0xdd)]),0x5e))&&(logger[_0x23ca95(0xbf)](_0x480c44[_0x23ca95(0xfd)]),global[_0x23ca95(0xef)]=![]),!(_0x480c44[_0x23ca95(0xf2)](_0x175f70[_0x23ca95(0xe6)],_0x480c44[_0x23ca95(0xe7)])||_0x480c44['HPeCY'](_0x175f70[_0x23ca95(0xe6)],_0x480c44[_0x23ca95(0xb2)]))&&(logger[_0x23ca95(0xbf)](_0x480c44[_0x23ca95(0xc0)]),global[_0x23ca95(0xef)]=![]),!_0x480c44[_0x23ca95(0xd4)](isUndefined,_0x175f70[_0x23ca95(0xec)])&&(logger[_0x23ca95(0xbf)](_0x480c44['PuMxs']),global[_0x23ca95(0xef)]=![]);}},exports[a2_0x1645d7(0xaf)]=_0x222d12=>{const _0x336817=a2_0x1645d7,_0x24ecb9={};_0x24ecb9[_0x336817(0xde)]=_0x336817(0xf6),_0x24ecb9[_0x336817(0xe2)]=_0x336817(0xfc);const _0x534622=_0x24ecb9;if(!_0x222d12)return![];return!_0x222d12[_0x336817(0xd3)](_0x534622['UGYVC'])&&!_0x222d12[_0x336817(0xd3)](_0x534622[_0x336817(0xe2)]);};
|