browserstack-node-sdk 1.26.4 → 1.26.5
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/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/constants.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/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
- package/ats/src/cloudproviders/AWS.js +0 -1
- package/ats/src/cloudproviders/Azure.js +0 -1
- package/ats/src/cloudproviders/CloudProvider.js +0 -1
- package/ats/src/cloudproviders/utils.js +0 -1
- package/ats/src/templates/azureresources/akscluster.json +0 -127
- package/ats/src/templates/azureresources/azureInstancetypes.json +0 -759
- package/ats/src/templates/azureresources/federatedidentityhub.json +0 -50
- package/ats/src/templates/azureresources/federatedidentitynode.json +0 -50
- package/ats/src/templates/azureresources/managedidentity.json +0 -49
- package/ats/src/templates/azureresources/storageaccount.json +0 -92
- package/ats/src/templates/default-service-account.yaml +0 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
const a31_0x256da0=a31_0x2efa;(function(_0x158300,_0x2da650){const _0x2553f0=a31_0x2efa,_0x4d3b2f=_0x158300();while(!![]){try{const _0x40e4cf=-parseInt(_0x2553f0(0x1f7))/0x1*(parseInt(_0x2553f0(0x1f2))/0x2)+parseInt(_0x2553f0(0x20c))/0x3+parseInt(_0x2553f0(0x1b8))/0x4+parseInt(_0x2553f0(0x1df))/0x5*(-parseInt(_0x2553f0(0x1f9))/0x6)+-parseInt(_0x2553f0(0x177))/0x7+-parseInt(_0x2553f0(0x1d6))/0x8+-parseInt(_0x2553f0(0x219))/0x9*(-parseInt(_0x2553f0(0x201))/0xa);if(_0x40e4cf===_0x2da650)break;else _0x4d3b2f['push'](_0x4d3b2f['shift']());}catch(_0x522c89){_0x4d3b2f['push'](_0x4d3b2f['shift']());}}}(a31_0x2b71,0x7a1fc));function a31_0x2efa(_0x199b93,_0x85759c){const _0x2b716e=a31_0x2b71();return a31_0x2efa=function(_0x2efaf6,_0x280b2b){_0x2efaf6=_0x2efaf6-0x16c;let _0x4849eb=_0x2b716e[_0x2efaf6];return _0x4849eb;},a31_0x2efa(_0x199b93,_0x85759c);}const Worker=require(a31_0x256da0(0x19d))[a31_0x256da0(0x188)],Emittery=require(a31_0x256da0(0x1f5)),pLimit=require(a31_0x256da0(0x1f4)),logger=require(a31_0x256da0(0x17c))[a31_0x256da0(0x212)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x256da0(0x1d8)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x256da0(0x1cb));function a31_0x2b71(){const _0x2ee41f=['VqCrY','ZXSVe','ByXaV','qyJwt','NZkTl','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','BTFsF','fanjc','lIRtk','debug','SatYn','Running\x20','platform','stop','CwWSc','EexcV','uIFPE','AGHhK','ZBUoW','platform-run-failure','pipe','xYlxa','length','yZohA','CFAzC','JotCS','2197088ZyzDXJ','blVdx','stderr','json','\x20for','platform-run-success','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','TAzsF','vdATT','qdRCf','platform-run-start','BROWSERSTACK_TEST_ACCESSIBILITY_YML','qmAAI','CzZrl','Avbly','log','eVtlr','worker','KxEoc','../../helpers/test-observability/utils','GUMAJ','end','configuration','ICcaA','env','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Opvcy','JUwht','LhkQf','WopjA','6998288uyIUkS','resolve','../mocha/accessibility-automation/helper','getStderr','ESfoK','yWPpb','error','ZbFOH','hFMjC','1135775BwLxXa','cNbVs','getStdout','SYjDG','mUoSC','ZBDCi','mgcwQ','SOHLl','parallelCucumberRun','NQhOU','ozvhP','NQesv','SUhiD','getWorkers','exitCode','./testWorker.js','UIwAx','ULZPz','then','4ybOlRc','rTbIa','p-limit','emittery','cucumberWorker','261197aSECkO','iVdaW','24eAgJgV','lwVav','RzEFA','GFaXh','mocha','accessibility','ELTSG','PsEeE','80OiANWj','parallelTestRun','platforms','Workers\x20failed\x20to\x20exit\x20gracefully','failureCount','BnrVV','Jzuzr','Mkqmp','rjVEu','GZyna','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','2891631teHlui','slifj','WoSni','XtwMc','test-file-success','CnGPj','winstonLogger','cMpCm','root_dir_path','xDwSL','BOsph','CvgwE','nWfma','1747773bDAGTb','results','KFHdM','BIGRL','lLEYa','info','rIGJy','WnsPV','BGIKT','srTZl','grsCR','bUrAR','PRgZS','map','push','WeQxy','zAbtv','tJmXZ','all','1824935ThpWdK','sBbVJ','sHubr','vanillaWorker','stdout','../../helpers/logger','FrBxu','NoRhr','_workerPool','HHNVV','BS_A11Y_JWT','DQFZX','mLzuH','SFIlA','FuIPb','emit','unuCF','Worker','waitForExit','OtJcc','MJNJS','PPqSa','test-file-failure','send','PvuDM','sqOjz','gjYeL','cCrfh','FpaTU','fWDUn','WLxkE','fixay','true','XFGVu','fIGDm','ISRDw','forEach','eXHGs','jest-worker'];a31_0x2b71=function(){return _0x2ee41f;};return a31_0x2b71();}checkAccessibility=_0x113d49=>{const _0x578d75=a31_0x256da0,_0x2ecbd2={'CzZrl':function(_0x660006,_0x8e9bf0){return _0x660006!==_0x8e9bf0;},'XtwMc':_0x578d75(0x16f),'NoRhr':'Hroaa','eXHGs':function(_0x24d601,_0x15ee39){return _0x24d601===_0x15ee39;},'zcUuo':_0x578d75(0x185),'NQhOU':function(_0x343e50,_0xa27f69){return _0x343e50(_0xa27f69);},'BGIKT':'failureCount','KFHdM':function(_0x397124,_0x129d77){return _0x397124+_0x129d77;},'Avbly':_0x578d75(0x21a),'VqCrY':_0x578d75(0x174),'RzEFA':_0x578d75(0x1c0),'SatYn':function(_0x5e1803,_0x8dd172){return _0x5e1803===_0x8dd172;},'SFIlA':'bWnGu','CFAzC':_0x578d75(0x213)};let _0x126d28=![];try{_0x2ecbd2[_0x578d75(0x1c5)](_0x2ecbd2[_0x578d75(0x19e)],_0x2ecbd2[_0x578d75(0x1fb)])?_0x113d49['platforms'][_0x578d75(0x19b)](_0x4b1345=>{const _0xd59322=_0x578d75;if(_0x2ecbd2[_0xd59322(0x1c5)](_0x2ecbd2[_0xd59322(0x20f)],_0x2ecbd2[_0xd59322(0x17e)])){if(_0x2ecbd2[_0xd59322(0x19c)](_0x4b1345[_0xd59322(0x1fe)],!![])){if(_0x2ecbd2[_0xd59322(0x19c)](_0x2ecbd2['zcUuo'],_0x2ecbd2['zcUuo']))return _0x126d28=!![],!![];else _0x3ef3ed[0x0]&&_0x2a4703['info'](_0xd59322(0x1a9)+_0x4ccc67[0x1]+'\x20for',_0x53b09e[0x0]);}}else return _0x15d5bc=!![],!![];}):_0x2ecbd2[_0x578d75(0x1e8)](_0xc9edd4,_0x578d75(0x1a3)+_0x46c236);}catch(_0x1bd393){_0x2ecbd2[_0x578d75(0x1a8)](_0x2ecbd2[_0x578d75(0x184)],_0x2ecbd2[_0x578d75(0x1b6)])?(_0x2cc7b3[_0x4555c3[0x0]][_0x2ecbd2[_0x578d75(0x16c)]]=_0x2ecbd2[_0x578d75(0x21b)](_0x4a4f52[_0x125ecd[0x0]][_0x2ecbd2[_0x578d75(0x16c)]],_0x10aa3a[0x1][_0x2ecbd2[_0x578d75(0x16c)]]),_0x5eddf7[_0x879f30[0x0]][_0x2ecbd2[_0x578d75(0x1c6)]]=[..._0x1ec21a[_0x45d1f4[0x0]][_0x2ecbd2[_0x578d75(0x1c6)]],..._0x11b65d[0x1][_0x2ecbd2[_0x578d75(0x1c6)]]]):logger[_0x578d75(0x1a7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1bd393);}return _0x126d28;},exports[a31_0x256da0(0x202)]=(_0x41e990,_0xf020b1,_0x122139)=>new Promise(async _0x74be67=>{const _0x101a5=a31_0x256da0,_0x2881a6={'CnGPj':function(_0x4f54b4,_0x19eca4){return _0x4f54b4===_0x19eca4;},'ozvhP':_0x101a5(0x205),'GUMAJ':function(_0x4c79b4,_0x52999d){return _0x4c79b4+_0x52999d;},'fWDUn':'results','hKLIb':function(_0x1bd554,_0x3adaa3){return _0x1bd554===_0x3adaa3;},'fanjc':function(_0x3257ca,_0x35c6e6){return _0x3257ca!==_0x35c6e6;},'ZBUoW':_0x101a5(0x204),'sHubr':function(_0x3d113f,_0x2f2a29){return _0x3d113f===_0x2f2a29;},'PsEeE':_0x101a5(0x1e2),'ESfoK':'djiKE','ULZPz':'aYqGO','GZyna':function(_0x4a6af3,_0x46a540){return _0x4a6af3+_0x46a540;},'SOHLl':_0x101a5(0x1de),'rnuNY':_0x101a5(0x175),'ICcaA':_0x101a5(0x18c),'iVdaW':function(_0x2f06e2,_0x7ac290){return _0x2f06e2===_0x7ac290;},'WnsPV':'XkBOm','rjVEu':_0x101a5(0x1c8),'WeQxy':'bZocV','UIwAx':function(_0x50a739){return _0x50a739();},'grsCR':function(_0x10091b,_0x24624f){return _0x10091b!==_0x24624f;},'sqOjz':_0x101a5(0x1d4),'CRDOM':'MVjbs','srTZl':function(_0x1b3eb9,_0x278ece){return _0x1b3eb9(_0x278ece);},'BIGRL':function(_0x437e0b){return _0x437e0b();},'NQesv':function(_0x3c8a43,_0x27db61){return _0x3c8a43!==_0x27db61;},'SUhiD':'xYhHW','ZbFOH':_0x101a5(0x218),'CvgwE':_0x101a5(0x198),'uWAOH':function(_0x510c60,_0x3a62af){return _0x510c60===_0x3a62af;},'JotCS':'zOMLL','mgcwQ':'mVNdn','cNbVs':function(_0x5bf8ae,_0x1000c3){return _0x5bf8ae(_0x1000c3);},'WlCUA':function(_0x1b314c,_0x45eab3){return _0x1b314c===_0x45eab3;},'tBBVa':_0x101a5(0x192),'lLEYa':_0x101a5(0x1ae),'CwWSc':'test-file-start','Jzuzr':function(_0x514a1b){return _0x514a1b();},'fixay':_0x101a5(0x182),'BGaWV':_0x101a5(0x1b3),'unuCF':_0x101a5(0x1fd),'lwVav':function(_0x38c500,_0x398e0e){return _0x38c500(_0x398e0e);},'ELTSG':function(_0x949a1a,_0x2a96b0){return _0x949a1a===_0x2a96b0;},'mLzuH':_0x101a5(0x197),'blVdx':function(_0x3207cf,_0x4150b3){return _0x3207cf!==_0x4150b3;},'slifj':'KyQAa','Mkqmp':function(_0x2bc118,_0x5f469d){return _0x2bc118(_0x5f469d);},'rTbIa':'./testWorker.js','WoSni':'worker','mtZCj':'json','KxEoc':_0x101a5(0x1b2),'JUwht':function(_0x39bf97,_0x406db8){return _0x39bf97*_0x406db8;},'WLxkE':'test-file-success','yZohA':_0x101a5(0x18d)},_0x4ad804={};if(_0x2881a6[_0x101a5(0x207)](isTestObservabilitySession)){if(_0x2881a6[_0x101a5(0x1ea)](_0x2881a6[_0x101a5(0x196)],_0x2881a6['BGaWV'])){const _0x5337d8={..._0x122139};_0x5337d8['root_dir_path']='',await SessionHandler['launch'](_0x5337d8,{'frameworkName':_0x2881a6[_0x101a5(0x187)],'frameworkVersion':_0x2881a6[_0x101a5(0x1fa)](getFrameworkVersion,_0x2881a6[_0x101a5(0x187)])});}else _0xd9bce4=_0x15b083;}let _0x1a5a32=_0x2881a6[_0x101a5(0x1ff)](process[_0x101a5(0x1d0)][_0x101a5(0x1c3)],_0x2881a6[_0x101a5(0x183)]);process[_0x101a5(0x1d0)][_0x101a5(0x1d1)]=_0x2881a6[_0x101a5(0x16d)](checkAccessibility,_0x122139),_0x1a5a32=_0x1a5a32||_0x2881a6['iVdaW'](process[_0x101a5(0x1d0)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x2881a6[_0x101a5(0x183)]);if(_0x1a5a32){if(_0x2881a6[_0x101a5(0x1b9)](_0x2881a6[_0x101a5(0x20d)],_0x2881a6[_0x101a5(0x20d)])){if(_0x2881a6[_0x101a5(0x211)](_0x90cb09['accessibility'],!![]))return _0x24c317=!![],!![];}else{const _0x30c375={..._0x122139};_0x30c375[_0x101a5(0x214)]='';const [_0x2154a0,_0x30976a]=await _0x2881a6[_0x101a5(0x208)](createAccessibilityTestRun,_0x30c375);logger['debug'](_0x101a5(0x1be)+_0x30976a),process['env'][_0x101a5(0x181)]=_0x2154a0,process[_0x101a5(0x1d0)]['BS_A11Y_TEST_RUN_ID']=_0x30976a;}}const _0x457225=new Worker(require[_0x101a5(0x1d7)](_0x2881a6[_0x101a5(0x1f3)]),{'exposedMethods':[_0x2881a6[_0x101a5(0x20e)]],'forkOptions':{'serialization':_0x2881a6['mtZCj'],'stdio':_0x2881a6[_0x101a5(0x1ca)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2881a6[_0x101a5(0x1d3)](_0xf020b1,0x1),'enableWorkerThreads':!![]}),_0x21a200=new Emittery();_0x21a200['on'](_0x2881a6[_0x101a5(0x195)],_0x37b87f=>{const _0x2d2c5c=_0x101a5,_0xeda9b={'NZkTl':_0x2881a6['ozvhP'],'xDwSL':function(_0x5491a7,_0x51fc52){const _0x58a21b=a31_0x2efa;return _0x2881a6[_0x58a21b(0x1cc)](_0x5491a7,_0x51fc52);},'TAzsF':_0x2881a6[_0x2d2c5c(0x194)],'fIGDm':function(_0x4ab94f,_0x214b9d){return _0x2881a6['hKLIb'](_0x4ab94f,_0x214b9d);},'pWqvu':function(_0x355293,_0x1dc37e){return _0x2881a6['fanjc'](_0x355293,_0x1dc37e);},'BnrVV':_0x2881a6[_0x2d2c5c(0x1b0)]};if(_0x2881a6[_0x2d2c5c(0x179)](_0x2881a6[_0x2d2c5c(0x200)],_0x2881a6[_0x2d2c5c(0x1da)])){if(_0x402288[_0x4439e3[0x0]])_0x426fd4[_0x35891e[0x0]][_0xeda9b[_0x2d2c5c(0x1a2)]]=_0xeda9b[_0x2d2c5c(0x215)](_0x162c9c[_0x2bd3e6[0x0]][_0xeda9b[_0x2d2c5c(0x1a2)]],_0x430e52[0x1][_0xeda9b['NZkTl']]),_0x2ba19c[_0x5bb9f1[0x0]][_0xeda9b[_0x2d2c5c(0x1bf)]]=[..._0x10787a[_0x43fca7[0x0]][_0xeda9b[_0x2d2c5c(0x1bf)]],..._0x3a7da1[0x1][_0xeda9b[_0x2d2c5c(0x1bf)]]];else{const _0x15bfb0={};_0x15bfb0[_0x2d2c5c(0x205)]=_0x48c5ea[0x1][_0xeda9b[_0x2d2c5c(0x1a2)]],_0x15bfb0[_0x2d2c5c(0x21a)]=[..._0x393120[0x1][_0xeda9b[_0x2d2c5c(0x1bf)]]],_0xe7fb91[_0x3a60bd[0x0]]=_0x15bfb0;}}else _0x4ad804[_0x37b87f[0x0]]?_0x2881a6['fanjc'](_0x2881a6[_0x2d2c5c(0x1f0)],_0x2881a6['ULZPz'])?_0xeda9b[_0x2d2c5c(0x199)](_0x3ad4d5,0x0)&&_0xeda9b['pWqvu'](_0x1ceefb,0x0)&&(_0x5d3034=_0x31b28a):(_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x1e9)]]=_0x2881a6[_0x2d2c5c(0x20a)](_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x1e9)]],_0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x1e9)]]),_0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x194)]]=[..._0x4ad804[_0x37b87f[0x0]][_0x2881a6[_0x2d2c5c(0x194)]],..._0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x194)]]]):_0x2881a6[_0x2d2c5c(0x1a5)](_0x2881a6['SOHLl'],_0x2881a6[_0x2d2c5c(0x1e6)])?_0x7404e2[_0x2d2c5c(0x1dc)](_0xeda9b[_0x2d2c5c(0x206)]):_0x4ad804[_0x37b87f[0x0]]={'failureCount':_0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x1e9)]],'results':[..._0x37b87f[0x1][_0x2881a6[_0x2d2c5c(0x194)]]]};}),_0x21a200['on'](_0x2881a6[_0x101a5(0x1b5)],_0x17d670=>console[_0x101a5(0x1c7)](_0x17d670[0x1]));if(_0x457225[_0x101a5(0x1e1)]())_0x457225[_0x101a5(0x1e1)]()['pipe'](process[_0x101a5(0x17b)]);if(_0x457225[_0x101a5(0x1d9)]())_0x457225['getStderr']()[_0x101a5(0x1b2)](process['stderr']);const _0x3baafc=async()=>{const _0x2d2824=_0x101a5,_0x364df3={'ISRDw':_0x2881a6[_0x2d2824(0x1e9)],'HHNVV':_0x2881a6[_0x2d2824(0x194)],'BOsph':function(_0x1dec97,_0x46e590){const _0xc4a621=_0x2d2824;return _0x2881a6[_0xc4a621(0x1a5)](_0x1dec97,_0x46e590);},'sBbVJ':_0x2881a6['rnuNY'],'xbOTO':_0x2881a6[_0x2d2824(0x1cf)],'gjYeL':_0x2881a6[_0x2d2824(0x1b0)]};if(_0x2881a6[_0x2d2824(0x1f8)](_0x2881a6['WnsPV'],_0x2881a6[_0x2d2824(0x220)])){const {forceExited:_0x2ec845}=await _0x457225[_0x2d2824(0x1cd)]();_0x2ec845&&(_0x2881a6['iVdaW'](_0x2881a6[_0x2d2824(0x209)],_0x2881a6[_0x2d2824(0x173)])?_0x5cc048[_0x2d2824(0x1dc)](_0x2d2824(0x20b)+_0x3666a1):console[_0x2d2824(0x1dc)](_0x2881a6[_0x2d2824(0x1b0)]));_0x2881a6[_0x2d2824(0x1ef)](isAccessibilityAutomationSession)&&(_0x2881a6[_0x2d2824(0x16e)](_0x2881a6[_0x2d2824(0x190)],_0x2881a6['CRDOM'])?await _0x2881a6[_0x2d2824(0x16d)](stopAccessibilityTestRun,_0x122139)['catch'](_0x1cb008=>{const _0x58bd25=_0x2d2824,_0x111dc5={};_0x111dc5[_0x58bd25(0x170)]=_0x364df3[_0x58bd25(0x19a)],_0x111dc5[_0x58bd25(0x1e3)]=_0x364df3[_0x58bd25(0x180)];const _0x5b474d=_0x111dc5;if(_0x364df3[_0x58bd25(0x216)](_0x364df3[_0x58bd25(0x178)],_0x364df3['xbOTO']))logger[_0x58bd25(0x1dc)](_0x58bd25(0x20b)+_0x1cb008);else{const _0x56b74e={};_0x56b74e[_0x58bd25(0x205)]=_0x2fc3c1[0x1][_0x5b474d[_0x58bd25(0x170)]],_0x56b74e[_0x58bd25(0x21a)]=[..._0x122c23[0x1][_0x5b474d['mUoSC']]],_0xd2652c[_0x3a25f5[0x0]]=_0x56b74e;}}):_0x2b26bb[_0x2d2824(0x1dc)](_0x364df3[_0x2d2824(0x191)]));if(_0x2881a6[_0x2d2824(0x21c)](isTestObservabilitySession)){if(_0x2881a6[_0x2d2824(0x1ea)](_0x2881a6[_0x2d2824(0x1eb)],_0x2881a6['SUhiD']))return _0x540487[_0x2d2824(0x17a)](_0x3114d0);else try{_0x2881a6['iVdaW'](_0x2881a6[_0x2d2824(0x1dd)],_0x2881a6[_0x2d2824(0x217)])?_0x1499aa[_0x2d2824(0x1a7)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1d2665):await SessionHandler[_0x2d2824(0x1ab)]();}catch(_0x43ff5f){if(_0x2881a6['uWAOH'](_0x2881a6[_0x2d2824(0x1b7)],_0x2881a6[_0x2d2824(0x1e5)])){const _0x46b8a1={'FrBxu':function(_0x25f26c,_0x199699){return _0x2881a6['CnGPj'](_0x25f26c,_0x199699);}};_0x5d5c58[_0x2d2824(0x203)][_0x2d2824(0x19b)](_0x3e04d1=>{const _0x227f6d=_0x2d2824;if(_0x46b8a1[_0x227f6d(0x17d)](_0x3e04d1['accessibility'],!![]))return _0x5c39fd=!![],!![];});}else _0x2881a6[_0x2d2824(0x16d)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x43ff5f);}}_0x2881a6[_0x2d2824(0x1e0)](_0x74be67,_0x4ad804);}else _0x57eed7['push']([_0x5f47c1[0x0],_0x1c8d75[0x1]]);},_0x132ff3=_0x2881a6[_0x101a5(0x16d)](pLimit,_0x2881a6['JUwht'](_0xf020b1,0x1)),_0x5d83af=_0xbda214=>_0x132ff3(async()=>{const _0x2b239e=_0x101a5;if(_0x2881a6['WlCUA'](_0x2881a6['tBBVa'],_0x2881a6[_0x2b239e(0x21d)]))_0x40fca4[_0x2b239e(0x1dc)](_0x2881a6[_0x2b239e(0x1b0)]);else return await _0x21a200['emit'](_0x2881a6[_0x2b239e(0x1ac)],_0xbda214),_0x457225[_0x2b239e(0x1c9)](_0xbda214,_0x122139);});Promise[_0x101a5(0x176)](_0x41e990[_0x101a5(0x171)](_0x181ebe=>_0x5d83af(_0x181ebe)[_0x101a5(0x1f1)](_0x4a54f9=>_0x21a200[_0x101a5(0x186)]('test-file-success',[_0x181ebe[_0x101a5(0x1ce)][_0x101a5(0x1aa)],_0x4a54f9]),_0x40619b=>_0x21a200[_0x101a5(0x186)]('test-file-failure',[_0x181ebe,_0x40619b]))))[_0x101a5(0x1f1)](_0x3baafc,_0x3baafc);}),exports[a31_0x256da0(0x1e7)]=(_0x589664,_0x281568,_0x22a94c,_0x157180,_0x2b459e)=>{const _0x3d896c=a31_0x256da0,_0x42a0e={'wOnRp':_0x3d896c(0x204),'WopjA':function(_0x2ed461,_0x2ee3d4){return _0x2ed461(_0x2ee3d4);},'hrElE':_0x3d896c(0x1c2),'Opvcy':_0x3d896c(0x1ee),'GFaXh':_0x3d896c(0x1f6),'MJNJS':_0x3d896c(0x1bb),'UYlHo':_0x3d896c(0x1b2),'Jpvst':_0x3d896c(0x1bd),'BTFsF':_0x3d896c(0x1b1)};return new Promise(_0x5f089f=>{const _0x477c64=_0x3d896c,_0x155b45={'QtfQh':_0x42a0e['wOnRp'],'rIGJy':function(_0x34c605,_0x17bde8){const _0x17767a=a31_0x2efa;return _0x42a0e[_0x17767a(0x1d5)](_0x34c605,_0x17bde8);},'ZXSVe':_0x42a0e['hrElE']},_0xae27c2=[],_0x2b0227=new Worker(require[_0x477c64(0x1d7)](_0x42a0e[_0x477c64(0x1d2)]),{'exposedMethods':[_0x42a0e[_0x477c64(0x1fc)]],'forkOptions':{'serialization':_0x42a0e[_0x477c64(0x18b)],'stdio':_0x42a0e['UYlHo']},'numWorkers':_0x589664[_0x477c64(0x1b4)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4d6305=new Emittery();_0x4d6305['on'](_0x42a0e['Jpvst'],_0x522ac6=>{const _0x256a89=_0x477c64;_0xae27c2[_0x256a89(0x172)]([_0x522ac6[0x0],_0x522ac6[0x1]]);}),_0x4d6305['on'](_0x42a0e[_0x477c64(0x1a4)],_0x475fbc=>console['log'](_0x475fbc[0x1]));if(_0x2b0227[_0x477c64(0x1e1)]())_0x2b0227[_0x477c64(0x1e1)]()['pipe'](process[_0x477c64(0x17b)]);if(_0x2b0227[_0x477c64(0x1d9)]())_0x2b0227['getStderr']()['pipe'](process[_0x477c64(0x1ba)]);const _0x1ba8ec=async()=>{const _0x2a61b1=_0x477c64,{forceExited:_0x3191ee}=await _0x2b0227[_0x2a61b1(0x1cd)]();_0x3191ee&&console[_0x2a61b1(0x1dc)](_0x155b45['QtfQh']),_0x155b45[_0x2a61b1(0x21f)](_0x5f089f,_0xae27c2);},_0x2e47cb=_0x42a0e['WopjA'](pLimit,_0x589664['length']),_0x5afcd2=_0x273b2a=>_0x2e47cb(async()=>{const _0xc0de28=_0x477c64;return await _0x4d6305[_0xc0de28(0x186)](_0x155b45[_0xc0de28(0x19f)],_0x273b2a),_0x2b0227[_0xc0de28(0x1f6)](_0x273b2a,_0x281568,_0x22a94c,_0x157180,_0x2b459e);});Promise[_0x477c64(0x176)](_0x589664['map'](_0x116703=>_0x5afcd2(_0x116703)['then'](_0x332cdb=>_0x4d6305['emit']('platform-run-success',[_0x116703,_0x332cdb]),_0xec70c5=>_0x4d6305['emit'](_0x477c64(0x1b1),[_0x116703,_0xec70c5]))))[_0x477c64(0x1f1)](_0x1ba8ec,_0x1ba8ec);});},exports['parallelVanillaRun']=(_0x604f4c,_0x5ef371)=>new Promise(_0xfca646=>{const _0x1e8aa6=a31_0x256da0,_0x575b67={'OtJcc':function(_0x258d9e,_0x271d86){return _0x258d9e===_0x271d86;},'NyjbO':function(_0x5bc640,_0x4e14e8){return _0x5bc640!==_0x4e14e8;},'EexcV':'exit','AGHhK':_0x1e8aa6(0x204),'FpaTU':function(_0xb4718a,_0x2162c1){return _0xb4718a(_0x2162c1);},'qvdEc':_0x1e8aa6(0x1ee),'qmAAI':_0x1e8aa6(0x17a),'ByXaV':'json','yWPpb':_0x1e8aa6(0x1b2),'qyJwt':_0x1e8aa6(0x210),'lIRtk':_0x1e8aa6(0x18d)},_0x4a7df3={},_0x4495c5=new Worker(require[_0x1e8aa6(0x1d7)](_0x575b67['qvdEc']),{'exposedMethods':[_0x575b67[_0x1e8aa6(0x1c4)]],'forkOptions':{'serialization':_0x575b67[_0x1e8aa6(0x1a0)],'stdio':_0x575b67[_0x1e8aa6(0x1db)]},'numWorkers':_0x5ef371,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x5d9141=new Emittery();_0x5d9141['on'](_0x575b67[_0x1e8aa6(0x1a1)],_0x328fec=>{const _0x580f21=_0x1e8aa6;_0x328fec[0x0]&&logger[_0x580f21(0x21e)](_0x580f21(0x1a9)+_0x328fec[0x1]+_0x580f21(0x1bc),_0x328fec[0x0]);}),_0x5d9141['on'](_0x575b67[_0x1e8aa6(0x1a6)],_0x4a60c2=>console[_0x1e8aa6(0x1c7)](_0x4a60c2[0x1]));if(_0x4495c5[_0x1e8aa6(0x1e1)]())_0x4495c5[_0x1e8aa6(0x1e1)]()[_0x1e8aa6(0x1b2)](process[_0x1e8aa6(0x17b)]);if(_0x4495c5[_0x1e8aa6(0x1d9)]())_0x4495c5[_0x1e8aa6(0x1d9)]()[_0x1e8aa6(0x1b2)](process[_0x1e8aa6(0x1ba)]);const _0x1152d6=async()=>{const _0x3dd959=_0x1e8aa6,_0x13a244={'qdRCf':function(_0x2ac3ec,_0x128003){const _0x3ed68f=a31_0x2efa;return _0x575b67[_0x3ed68f(0x18a)](_0x2ac3ec,_0x128003);},'ZBDCi':function(_0x40d22f,_0x51cd90){return _0x575b67['NyjbO'](_0x40d22f,_0x51cd90);},'PvuDM':_0x575b67[_0x3dd959(0x1ad)]};let _0x2995d7=0x0;const _0x2bbb39=_0x4495c5[_0x3dd959(0x17f)][_0x3dd959(0x1ec)](),_0x43d98e=()=>{},_0x58ff7d=_0x2bbb39[_0x3dd959(0x171)](async _0x533175=>{const _0x436f16=_0x3dd959;_0x533175[_0x436f16(0x18e)]([0x2,![]],_0x43d98e,_0x43d98e,_0x43d98e),_0x533175['_child']['on'](_0x13a244[_0x436f16(0x18f)],_0x59a62d=>{const _0x22635d=_0x436f16;_0x13a244[_0x22635d(0x1c1)](_0x2995d7,0x0)&&_0x13a244[_0x22635d(0x1e4)](_0x59a62d,0x0)&&(_0x2995d7=_0x59a62d);}),await _0x533175[_0x436f16(0x189)]();});await Promise[_0x3dd959(0x176)](_0x58ff7d),process[_0x3dd959(0x1ed)]=_0x2995d7;const {forceExited:_0x55ec59}=await _0x4495c5[_0x3dd959(0x1cd)]();_0x55ec59&&console[_0x3dd959(0x1dc)](_0x575b67[_0x3dd959(0x1af)]),_0x575b67[_0x3dd959(0x193)](_0xfca646,_0x4a7df3);},_0x24c7e8=_0x575b67[_0x1e8aa6(0x193)](pLimit,_0x5ef371),_0x408f09=_0x3b296e=>_0x24c7e8(async()=>{const _0x196b48=_0x1e8aa6;return _0x4495c5[_0x196b48(0x17a)](_0x3b296e);});Promise[_0x1e8aa6(0x176)](_0x604f4c[_0x1e8aa6(0x171)](_0x3f9299=>_0x408f09(_0x3f9299)[_0x1e8aa6(0x1f1)](_0x12d984=>_0x5d9141[_0x1e8aa6(0x186)](_0x1e8aa6(0x210),[_0x3f9299[_0x1e8aa6(0x1ce)]['platform'],_0x3f9299[_0x1e8aa6(0x1ce)]['file']]),_0x5bc66d=>_0x5d9141[_0x1e8aa6(0x186)](_0x1e8aa6(0x18d),[_0x3f9299,_0x5bc66d]))))[_0x1e8aa6(0x1f1)](_0x1152d6,_0x1152d6);});
|
|
1
|
+
function a31_0x1185(){const _0x2c4cb5=['152AqDGgE','UDKfG','platforms','dQjgb','Yejde','Ntyog','root_dir_path','12830ADbUZC','vPYkB','../../helpers/logger','MvaUr','36755BgMMDv','nzjMR','vzypQ','RBSwT','nfpEd','rsbWT','Aahuy','nUOqc','TBrPj','3942hVbddj','vUDcE','bBSHV','platform-run-failure','resolve','ftMxt','KLsjJ','lMYMe','exitCode','OcApC','test-file-success','qCDhK','RAJJl','RgifN','SinpV','Lhlad','950474gRdzBR','waitForExit','forEach','./testWorker.js','pipe','BS_A11Y_JWT','vronq','send','platform-run-start','YfjcX','SxyrJ','mecAx','NNGdL','5856VcEJoA','welws','stop','parallelTestRun','map','cgoUw','CWCyI','sUYxi','XKaBM','p-limit','hnCMB','platform','oCPSq','CDJJO','parallelCucumberRun','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ukmWv','cmMPo','NcIjz','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','336fHzrRt','WoiLy','length','SSSbb','YtZZD','BXMUy','all','cmPTi','DpvNl','yozdC','NFWNb','HqyEQ','nDmBU','dgeBb','joqQo','serNE','BtOdr','xSCiC','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','IxwdN','1433516fPLDZM','stdout','test-file-start','jqjel','env','GzvXT','wJXvq','worker','442QeoVYP','QJSse','../mocha/accessibility-automation/helper','../../helpers/test-observability/sessionHandler','3YEFHow','nIjtY','results','nIPOU','rCEjy','GDXdq','uGjFq','16889664GMDGib','RgyZP','NqNsk','kBYIg','ZJIwk','mkRVU','noTVt','getStdout','launch','nVCin','info','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','\x20for','fWmXX','_workerPool','exit','aVtgH','debug','fPuLC','then','JhHsT','../../helpers/test-observability/utils','accessibility','ZqLaw','Xpxcn','cyyfc','XTGlC','emit','log','ZYGxo','vQSyi','oRPSj','test-file-failure','YfSjI','emittery','KQYUX','ZkSdn','nGvti','Worker','yBevg','parallelVanillaRun','sJuhy','Workers\x20failed\x20to\x20exit\x20gracefully','CeaNr','platform-run-success','configuration','Xfgtp','json','YHeow','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','117108judpIh','sbENd','cucumberWorker','raIPj','ekMNU','getStderr','EGYyo','end','RezYf','16bhkPNu','failureCount','xXLlc','error','civvo','wBhqG','eqkmi','DIzVv','catch','Bhybe','stderr','myaaS','_child','BS_A11Y_TEST_RUN_ID','push','winstonLogger'];a31_0x1185=function(){return _0x2c4cb5;};return a31_0x1185();}const a31_0x1f92a7=a31_0x3a12;(function(_0x3c11a1,_0x140140){const _0x25e540=a31_0x3a12,_0x3ca32b=_0x3c11a1();while(!![]){try{const _0x2feab9=-parseInt(_0x25e540(0x1a1))/0x1*(parseInt(_0x25e540(0x1d2))/0x2)+-parseInt(_0x25e540(0x14f))/0x3*(parseInt(_0x25e540(0x143))/0x4)+-parseInt(_0x25e540(0x1ac))/0x5*(parseInt(_0x25e540(0x1e6))/0x6)+-parseInt(_0x25e540(0x1c5))/0x7*(-parseInt(_0x25e540(0x191))/0x8)+parseInt(_0x25e540(0x1b5))/0x9*(parseInt(_0x25e540(0x1a8))/0xa)+parseInt(_0x25e540(0x156))/0xb+-parseInt(_0x25e540(0x188))/0xc*(parseInt(_0x25e540(0x14b))/0xd);if(_0x2feab9===_0x140140)break;else _0x3ca32b['push'](_0x3ca32b['shift']());}catch(_0x57e873){_0x3ca32b['push'](_0x3ca32b['shift']());}}}(a31_0x1185,0xc8b1d));function a31_0x3a12(_0x6c6ff,_0x4cca6d){const _0x1185ab=a31_0x1185();return a31_0x3a12=function(_0x3a12bb,_0x438458){_0x3a12bb=_0x3a12bb-0x13c;let _0x1d5db7=_0x1185ab[_0x3a12bb];return _0x1d5db7;},a31_0x3a12(_0x6c6ff,_0x4cca6d);}const Worker=require('jest-worker')[a31_0x1f92a7(0x17c)],Emittery=require(a31_0x1f92a7(0x178)),pLimit=require(a31_0x1f92a7(0x1db)),logger=require(a31_0x1f92a7(0x1aa))[a31_0x1f92a7(0x1a0)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x1f92a7(0x14d)),SessionHandler=require(a31_0x1f92a7(0x14e)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x1f92a7(0x16b));checkAccessibility=_0xbcd504=>{const _0x130d25=a31_0x1f92a7,_0x36fac4={};_0x36fac4[_0x130d25(0x142)]=_0x130d25(0x192),_0x36fac4[_0x130d25(0x196)]=function(_0x330fa0,_0x329523){return _0x330fa0+_0x329523;},_0x36fac4['OcApC']=_0x130d25(0x151),_0x36fac4['YLbaX']=function(_0x17a8d9,_0xefa196){return _0x17a8d9===_0xefa196;},_0x36fac4[_0x130d25(0x1ce)]=_0x130d25(0x1a6),_0x36fac4[_0x130d25(0x1af)]=_0x130d25(0x1c1),_0x36fac4[_0x130d25(0x19a)]=function(_0x23e9c1,_0x3219e9){return _0x23e9c1===_0x3219e9;},_0x36fac4[_0x130d25(0x1bc)]=_0x130d25(0x1b3),_0x36fac4[_0x130d25(0x1f2)]=_0x130d25(0x1e7),_0x36fac4[_0x130d25(0x146)]=function(_0x2375fb,_0x165ec6){return _0x2375fb===_0x165ec6;},_0x36fac4[_0x130d25(0x174)]=_0x130d25(0x153),_0x36fac4[_0x130d25(0x1e3)]='AzcIY',_0x36fac4[_0x130d25(0x163)]=_0x130d25(0x1d1);const _0x3867e6=_0x36fac4;let _0x191466=![];try{if(_0x3867e6[_0x130d25(0x146)](_0x3867e6['vQSyi'],_0x3867e6[_0x130d25(0x1e3)]))return _0x20fb8d=!![],!![];else _0xbcd504[_0x130d25(0x1a3)][_0x130d25(0x1c7)](_0x79e209=>{const _0xbfcc56=_0x130d25,_0x5c3c08={'DIzVv':_0x3867e6[_0xbfcc56(0x142)],'KLsjJ':function(_0xb226f7,_0x98d501){const _0x4a36a4=_0xbfcc56;return _0x3867e6[_0x4a36a4(0x196)](_0xb226f7,_0x98d501);},'Aahuy':_0x3867e6[_0xbfcc56(0x1be)]};if(_0x3867e6['YLbaX'](_0x3867e6['YfjcX'],_0x3867e6[_0xbfcc56(0x1af)])){if(_0x5adf9f[_0x1a872e[0x0]])_0x31a936[_0x1c578e[0x0]][_0x5c3c08[_0xbfcc56(0x198)]]=_0x5c3c08[_0xbfcc56(0x1bb)](_0x287d35[_0xcccefe[0x0]][_0x5c3c08[_0xbfcc56(0x198)]],_0x4a7de6[0x1][_0x5c3c08[_0xbfcc56(0x198)]]),_0x399fcb[_0x26be5e[0x0]][_0x5c3c08[_0xbfcc56(0x1b2)]]=[..._0x405a3f[_0x532fa6[0x0]][_0x5c3c08[_0xbfcc56(0x1b2)]],..._0x362681[0x1][_0x5c3c08[_0xbfcc56(0x1b2)]]];else{const _0x5b7bb0={};_0x5b7bb0[_0xbfcc56(0x192)]=_0x3de4b6[0x1][_0x5c3c08['DIzVv']],_0x5b7bb0['results']=[..._0x2e71fa[0x1][_0x5c3c08[_0xbfcc56(0x1b2)]]],_0x5e9466[_0x44a40c[0x0]]=_0x5b7bb0;}}else{if(_0x3867e6['Bhybe'](_0x79e209[_0xbfcc56(0x16c)],!![])){if(_0x3867e6['YLbaX'](_0x3867e6['lMYMe'],_0x3867e6['nDmBU']))_0x4e7b1f=_0x41b114;else return _0x191466=!![],!![];}}});}catch(_0x57d914){if(_0x3867e6['Bhybe'](_0x3867e6[_0x130d25(0x163)],_0x3867e6[_0x130d25(0x163)]))logger[_0x130d25(0x167)](_0x130d25(0x141)+_0x57d914);else return _0x47dca7['vanillaWorker'](_0x173938);}return _0x191466;},exports[a31_0x1f92a7(0x1d5)]=(_0x5a2b25,_0x1cd58a,_0x2d11c4)=>new Promise(async _0x533418=>{const _0x47d8ce=a31_0x1f92a7,_0xcaf521={'kBYIg':_0x47d8ce(0x192),'eqkmi':function(_0x1a3ecf,_0x1396f2){return _0x1a3ecf+_0x1396f2;},'DpvNl':_0x47d8ce(0x151),'BXMUy':_0x47d8ce(0x180),'jtAsK':function(_0x5bc5cd,_0x4ec280){return _0x5bc5cd===_0x4ec280;},'GDXdq':function(_0x33a11f,_0x92b202){return _0x33a11f!==_0x92b202;},'BtOdr':_0x47d8ce(0x19c),'uGjFq':_0x47d8ce(0x1b0),'AeOwL':_0x47d8ce(0x17a),'GzvXT':function(_0x14a052,_0x35b4f7){return _0x14a052+_0x35b4f7;},'QJSse':_0x47d8ce(0x175),'FJSWY':_0x47d8ce(0x1e9),'vzypQ':function(_0x790c7,_0x1af1ac){return _0x790c7(_0x1af1ac);},'XKaBM':function(_0x30cd34,_0x19c4f0){return _0x30cd34===_0x19c4f0;},'wJXvq':function(_0x5cec2e,_0x28119f){return _0x5cec2e!==_0x28119f;},'CWCyI':function(_0x4a2fe2,_0x1b6777){return _0x4a2fe2===_0x1b6777;},'sbENd':_0x47d8ce(0x18e),'cyyfc':_0x47d8ce(0x1de),'ewoPn':function(_0x8332f4,_0x3eac0c){return _0x8332f4===_0x3eac0c;},'mkRVU':function(_0x14bab5,_0xa611e5){return _0x14bab5===_0xa611e5;},'ekMNU':_0x47d8ce(0x1b7),'UDKfG':_0x47d8ce(0x1ba),'ZJIwk':function(_0x2116a7,_0x3c5d26){return _0x2116a7===_0x3c5d26;},'dgeBb':_0x47d8ce(0x1ea),'TBrPj':_0x47d8ce(0x1ef),'vronq':function(_0x10863e){return _0x10863e();},'CDJJO':function(_0x5509fd,_0x6df25d){return _0x5509fd===_0x6df25d;},'XTGlC':'yMWCE','serNE':_0x47d8ce(0x1c4),'fPuLC':_0x47d8ce(0x1dc),'ZqLaw':_0x47d8ce(0x1d3),'NFWNb':_0x47d8ce(0x17d),'YHeow':function(_0x482bc4,_0x3a06a3){return _0x482bc4===_0x3a06a3;},'RezYf':_0x47d8ce(0x181),'oxIXM':function(_0x128e5f,_0x60788f){return _0x128e5f(_0x60788f);},'cgoUw':function(_0x45489b,_0x5bbfdb){return _0x45489b===_0x5bbfdb;},'SinpV':'bsurH','HqyEQ':'NkaLH','Xfgtp':_0x47d8ce(0x145),'qwVWg':'heQNT','nGvti':'mocha','civvo':'true','Xpxcn':function(_0xf25cec,_0x2c2225){return _0xf25cec(_0x2c2225);},'dQjgb':_0x47d8ce(0x15c),'WGnCD':function(_0xfd5993,_0x3e33b3){return _0xfd5993(_0x3e33b3);},'cgxWR':_0x47d8ce(0x1c8),'NqNsk':_0x47d8ce(0x14a),'bjutk':_0x47d8ce(0x185),'RgifN':_0x47d8ce(0x1c9),'NcIjz':function(_0x1aefbd,_0x295681){return _0x1aefbd*_0x295681;},'aVtgH':'test-file-success','VYhMy':_0x47d8ce(0x176),'YfSjI':function(_0xa6b38b,_0x294115){return _0xa6b38b(_0x294115);}},_0x1e47ea={};if(_0xcaf521[_0x47d8ce(0x1cb)](isTestObservabilitySession)){if(_0xcaf521[_0x47d8ce(0x154)](_0xcaf521['qwVWg'],_0xcaf521['qwVWg']))_0x1e0c8e[_0x376c6b[0x0]][_0xcaf521['kBYIg']]=_0xcaf521[_0x47d8ce(0x197)](_0x498dbf[_0x1b9f0f[0x0]][_0xcaf521['kBYIg']],_0x4d1735[0x1][_0xcaf521['kBYIg']]),_0x2ab430[_0x2da5d5[0x0]][_0xcaf521[_0x47d8ce(0x1ee)]]=[..._0x2841c4[_0x2606c1[0x0]][_0xcaf521['DpvNl']],..._0x16acda[0x1][_0xcaf521[_0x47d8ce(0x1ee)]]];else{const _0x547580={..._0x2d11c4};_0x547580[_0x47d8ce(0x1a7)]='',await SessionHandler[_0x47d8ce(0x15e)](_0x547580,{'frameworkName':_0xcaf521[_0x47d8ce(0x17b)],'frameworkVersion':_0xcaf521['oxIXM'](getFrameworkVersion,_0xcaf521[_0x47d8ce(0x17b)])});}}let _0x16b72f=_0xcaf521[_0x47d8ce(0x1d7)](process[_0x47d8ce(0x147)][_0x47d8ce(0x1e1)],_0xcaf521[_0x47d8ce(0x195)]);process[_0x47d8ce(0x147)][_0x47d8ce(0x1e5)]=_0xcaf521[_0x47d8ce(0x16e)](checkAccessibility,_0x2d11c4),_0x16b72f=_0x16b72f||_0xcaf521[_0x47d8ce(0x1da)](process[_0x47d8ce(0x147)][_0x47d8ce(0x1e5)],_0xcaf521[_0x47d8ce(0x195)]);if(_0x16b72f){if(_0xcaf521[_0x47d8ce(0x154)](_0xcaf521['dQjgb'],_0xcaf521[_0x47d8ce(0x1a4)]))_0xa9387e[_0x47d8ce(0x194)](_0xcaf521[_0x47d8ce(0x1eb)]);else{const _0x2d6541={..._0x2d11c4};_0x2d6541[_0x47d8ce(0x1a7)]='';const [_0x476d67,_0x4f3fbe]=await _0xcaf521['WGnCD'](createAccessibilityTestRun,_0x2d6541);logger['debug'](_0x47d8ce(0x161)+_0x4f3fbe),process[_0x47d8ce(0x147)][_0x47d8ce(0x1ca)]=_0x476d67,process[_0x47d8ce(0x147)][_0x47d8ce(0x19e)]=_0x4f3fbe;}}const _0x1a477b=new Worker(require[_0x47d8ce(0x1b9)](_0xcaf521['cgxWR']),{'exposedMethods':[_0xcaf521[_0x47d8ce(0x158)]],'forkOptions':{'serialization':_0xcaf521['bjutk'],'stdio':_0xcaf521[_0x47d8ce(0x1c2)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0xcaf521[_0x47d8ce(0x1e4)](_0x1cd58a,0x1),'enableWorkerThreads':!![]}),_0x1bfa4d=new Emittery();_0x1bfa4d['on'](_0xcaf521[_0x47d8ce(0x166)],_0x3c8b25=>{const _0x38866a=_0x47d8ce,_0x1d3ede={'cmPTi':function(_0x2d38e1,_0x3750f5){return _0xcaf521['jtAsK'](_0x2d38e1,_0x3750f5);}};if(_0xcaf521[_0x38866a(0x154)](_0xcaf521[_0x38866a(0x13f)],_0xcaf521[_0x38866a(0x13f)])){if(_0x1d3ede[_0x38866a(0x1ed)](_0x4e4511[_0x38866a(0x16c)],!![]))return _0x25b50e=!![],!![];}else{if(_0x1e47ea[_0x3c8b25[0x0]]){if(_0xcaf521[_0x38866a(0x154)](_0xcaf521[_0x38866a(0x155)],_0xcaf521['AeOwL']))_0x1e47ea[_0x3c8b25[0x0]][_0xcaf521[_0x38866a(0x159)]]=_0xcaf521[_0x38866a(0x148)](_0x1e47ea[_0x3c8b25[0x0]][_0xcaf521[_0x38866a(0x159)]],_0x3c8b25[0x1][_0xcaf521[_0x38866a(0x159)]]),_0x1e47ea[_0x3c8b25[0x0]][_0xcaf521[_0x38866a(0x1ee)]]=[..._0x1e47ea[_0x3c8b25[0x0]][_0xcaf521[_0x38866a(0x1ee)]],..._0x3c8b25[0x1][_0xcaf521[_0x38866a(0x1ee)]]];else{const _0x19ae2f={};_0x19ae2f[_0x38866a(0x192)]=_0x1260c8[0x1][_0xcaf521[_0x38866a(0x159)]],_0x19ae2f[_0x38866a(0x151)]=[..._0x4993b1[0x1][_0xcaf521[_0x38866a(0x1ee)]]],_0x588218[_0x43c26f[0x0]]=_0x19ae2f;}}else _0xcaf521[_0x38866a(0x154)](_0xcaf521[_0x38866a(0x14c)],_0xcaf521['FJSWY'])?_0x1e47ea[_0x3c8b25[0x0]]={'failureCount':_0x3c8b25[0x1][_0xcaf521['kBYIg']],'results':[..._0x3c8b25[0x1][_0xcaf521[_0x38866a(0x1ee)]]]}:_0x235e59[_0x38866a(0x194)](_0x38866a(0x187)+_0x209dd9);}}),_0x1bfa4d['on'](_0xcaf521['VYhMy'],_0x2c268f=>console['log'](_0x2c268f[0x1]));if(_0x1a477b[_0x47d8ce(0x15d)]())_0x1a477b[_0x47d8ce(0x15d)]()[_0x47d8ce(0x1c9)](process['stdout']);if(_0x1a477b[_0x47d8ce(0x18d)]())_0x1a477b[_0x47d8ce(0x18d)]()[_0x47d8ce(0x1c9)](process['stderr']);const _0x462ed6=async()=>{const _0x2219e3=_0x47d8ce,_0x4a9fcc={'xXLlc':function(_0xdd5bcd,_0x2e1103){return _0xcaf521['ewoPn'](_0xdd5bcd,_0x2e1103);}};if(_0xcaf521[_0x2219e3(0x15b)](_0xcaf521[_0x2219e3(0x18c)],_0xcaf521[_0x2219e3(0x1a2)]))_0xcaf521[_0x2219e3(0x1ae)](_0x586102,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x408c5c);else{const {forceExited:_0x517651}=await _0x1a477b[_0x2219e3(0x18f)]();_0x517651&&(_0xcaf521[_0x2219e3(0x15a)](_0xcaf521[_0x2219e3(0x13c)],_0xcaf521[_0x2219e3(0x1b4)])?_0xf61e4a[0x0]&&_0x494981[_0x2219e3(0x160)]('Running\x20'+_0x9a15bc[0x1]+_0x2219e3(0x162),_0x19eb2b[0x0]):console['error'](_0xcaf521[_0x2219e3(0x1eb)]));_0xcaf521[_0x2219e3(0x1cb)](isAccessibilityAutomationSession)&&(_0xcaf521[_0x2219e3(0x1df)](_0xcaf521[_0x2219e3(0x170)],_0xcaf521[_0x2219e3(0x170)])?await _0xcaf521[_0x2219e3(0x1ae)](stopAccessibilityTestRun,_0x2d11c4)[_0x2219e3(0x199)](_0x446813=>{const _0x124762=_0x2219e3,_0x226ef4={'acFNW':function(_0x428bd3,_0x1feffc){const _0x35e101=a31_0x3a12;return _0xcaf521[_0x35e101(0x1da)](_0x428bd3,_0x1feffc);},'mecAx':function(_0x162bfb,_0x56f0df){const _0x3de755=a31_0x3a12;return _0xcaf521[_0x3de755(0x149)](_0x162bfb,_0x56f0df);}};_0xcaf521[_0x124762(0x1d8)](_0xcaf521[_0x124762(0x189)],_0xcaf521[_0x124762(0x16f)])?_0x226ef4['acFNW'](_0x1fdf4a,0x0)&&_0x226ef4[_0x124762(0x1d0)](_0x2a698e,0x0)&&(_0x1ef836=_0x172a2d):logger[_0x124762(0x194)](_0x124762(0x187)+_0x446813);}):_0x4196d1[_0x2219e3(0x1a3)]['forEach'](_0x40d5ac=>{const _0x2fc371=_0x2219e3;if(_0x4a9fcc[_0x2fc371(0x193)](_0x40d5ac[_0x2fc371(0x16c)],!![]))return _0x31d1be=!![],!![];}));if(_0xcaf521[_0x2219e3(0x1cb)](isTestObservabilitySession)){if(_0xcaf521[_0x2219e3(0x149)](_0xcaf521[_0x2219e3(0x13e)],_0xcaf521[_0x2219e3(0x168)]))try{_0xcaf521[_0x2219e3(0x149)](_0xcaf521[_0x2219e3(0x16d)],_0xcaf521[_0x2219e3(0x1f0)])?await SessionHandler[_0x2219e3(0x1d4)]():_0x3d1e70[_0x2219e3(0x194)](_0xcaf521[_0x2219e3(0x1eb)]);}catch(_0x5bbe74){_0xcaf521[_0x2219e3(0x186)](_0xcaf521[_0x2219e3(0x190)],_0xcaf521[_0x2219e3(0x190)])?_0xcaf521['oxIXM'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x5bbe74):_0x2ebb4d['error'](_0xcaf521[_0x2219e3(0x1eb)]);}else _0x3dd2ff[_0x2219e3(0x19f)]([_0x9a595[0x0],_0x4bfa98[0x1]]);}_0xcaf521[_0x2219e3(0x1ae)](_0x533418,_0x1e47ea);}},_0x359d69=_0xcaf521[_0x47d8ce(0x177)](pLimit,_0xcaf521['NcIjz'](_0x1cd58a,0x1)),_0x4d6b97=_0x47fff7=>_0x359d69(async()=>{const _0x279a16=_0x47d8ce;if(_0xcaf521[_0x279a16(0x1d7)](_0xcaf521[_0x279a16(0x1c3)],_0xcaf521[_0x279a16(0x1f1)]))_0x4fa9bd[_0x279a16(0x167)](_0x279a16(0x141)+_0x2e4691);else return await _0x1bfa4d[_0x279a16(0x171)](_0xcaf521[_0x279a16(0x184)],_0x47fff7),_0x1a477b[_0x279a16(0x14a)](_0x47fff7,_0x2d11c4);});Promise[_0x47d8ce(0x1ec)](_0x5a2b25[_0x47d8ce(0x1d6)](_0x80cbd5=>_0x4d6b97(_0x80cbd5)[_0x47d8ce(0x169)](_0x30bd12=>_0x1bfa4d[_0x47d8ce(0x171)](_0x47d8ce(0x1bf),[_0x80cbd5[_0x47d8ce(0x183)]['platform'],_0x30bd12]),_0x31dc0e=>_0x1bfa4d[_0x47d8ce(0x171)](_0x47d8ce(0x176),[_0x80cbd5,_0x31dc0e]))))[_0x47d8ce(0x169)](_0x462ed6,_0x462ed6);}),exports[a31_0x1f92a7(0x1e0)]=(_0x14d9e8,_0x4362f2,_0x54eb07,_0x3f99c5,_0x27175c)=>{const _0x5971e3=a31_0x1f92a7,_0x46010e={'RgyZP':_0x5971e3(0x1cd),'Vhtrr':'Workers\x20failed\x20to\x20exit\x20gracefully','KQYUX':function(_0x4180b6,_0x56ad90){return _0x4180b6(_0x56ad90);},'MvaUr':_0x5971e3(0x1c8),'sJuhy':_0x5971e3(0x18a),'SxyrJ':_0x5971e3(0x185),'EXKjQ':_0x5971e3(0x1c9),'ZYGxo':_0x5971e3(0x182),'xSCiC':_0x5971e3(0x1b8)};return new Promise(_0x2cc20c=>{const _0x4a9be5=_0x5971e3,_0x1631bd={'rsbWT':_0x46010e['Vhtrr'],'gGPKv':function(_0x3e43a1,_0x18d079){return _0x46010e['KQYUX'](_0x3e43a1,_0x18d079);}},_0x39f539=[],_0x533282=new Worker(require[_0x4a9be5(0x1b9)](_0x46010e[_0x4a9be5(0x1ab)]),{'exposedMethods':[_0x46010e[_0x4a9be5(0x17f)]],'forkOptions':{'serialization':_0x46010e[_0x4a9be5(0x1cf)],'stdio':_0x46010e['EXKjQ']},'numWorkers':_0x14d9e8[_0x4a9be5(0x1e8)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5a5dd7=new Emittery();_0x5a5dd7['on'](_0x46010e[_0x4a9be5(0x173)],_0x45cd69=>{const _0x3b317c=_0x4a9be5;_0x39f539[_0x3b317c(0x19f)]([_0x45cd69[0x0],_0x45cd69[0x1]]);}),_0x5a5dd7['on'](_0x46010e[_0x4a9be5(0x140)],_0x117045=>console[_0x4a9be5(0x172)](_0x117045[0x1]));if(_0x533282[_0x4a9be5(0x15d)]())_0x533282[_0x4a9be5(0x15d)]()[_0x4a9be5(0x1c9)](process[_0x4a9be5(0x144)]);if(_0x533282['getStderr']())_0x533282[_0x4a9be5(0x18d)]()[_0x4a9be5(0x1c9)](process[_0x4a9be5(0x19b)]);const _0x2c6d58=async()=>{const _0x195dc2=_0x4a9be5,{forceExited:_0x3a4e3b}=await _0x533282['end']();_0x3a4e3b&&console[_0x195dc2(0x194)](_0x1631bd[_0x195dc2(0x1b1)]),_0x1631bd['gGPKv'](_0x2cc20c,_0x39f539);},_0x1dcc83=_0x46010e[_0x4a9be5(0x179)](pLimit,_0x14d9e8[_0x4a9be5(0x1e8)]),_0x5c5bac=_0x517658=>_0x1dcc83(async()=>{const _0x4ef7d0=_0x4a9be5;return await _0x5a5dd7['emit'](_0x46010e[_0x4ef7d0(0x157)],_0x517658),_0x533282[_0x4ef7d0(0x18a)](_0x517658,_0x4362f2,_0x54eb07,_0x3f99c5,_0x27175c);});Promise[_0x4a9be5(0x1ec)](_0x14d9e8[_0x4a9be5(0x1d6)](_0x3b67bd=>_0x5c5bac(_0x3b67bd)[_0x4a9be5(0x169)](_0x1694e5=>_0x5a5dd7[_0x4a9be5(0x171)](_0x4a9be5(0x182),[_0x3b67bd,_0x1694e5]),_0x46758b=>_0x5a5dd7[_0x4a9be5(0x171)](_0x4a9be5(0x1b8),[_0x3b67bd,_0x46758b]))))[_0x4a9be5(0x169)](_0x2c6d58,_0x2c6d58);});},exports[a31_0x1f92a7(0x17e)]=(_0x3de73c,_0x385d67)=>new Promise(_0x1fb839=>{const _0x454b7e=a31_0x1f92a7,_0x370ffa={'nVCin':function(_0x18b6b7,_0x483730){return _0x18b6b7===_0x483730;},'nzjMR':function(_0xb747d1,_0x2fe59f){return _0xb747d1!==_0x2fe59f;},'ukmWv':_0x454b7e(0x165),'qCDhK':_0x454b7e(0x180),'raIPj':function(_0x49c5de,_0x5e670d){return _0x49c5de(_0x5e670d);},'sUYxi':_0x454b7e(0x1c8),'nIPOU':'vanillaWorker','JhHsT':'json','vUDcE':'pipe','Yejde':'test-file-success','nIjtY':_0x454b7e(0x176)},_0x52b137={},_0x2da524=new Worker(require['resolve'](_0x370ffa[_0x454b7e(0x1d9)]),{'exposedMethods':[_0x370ffa[_0x454b7e(0x152)]],'forkOptions':{'serialization':_0x370ffa[_0x454b7e(0x16a)],'stdio':_0x370ffa[_0x454b7e(0x1b6)]},'numWorkers':_0x385d67,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xd86934=new Emittery();_0xd86934['on'](_0x370ffa[_0x454b7e(0x1a5)],_0x2ea02e=>{const _0x4d26ce=_0x454b7e;_0x2ea02e[0x0]&&logger[_0x4d26ce(0x160)]('Running\x20'+_0x2ea02e[0x1]+_0x4d26ce(0x162),_0x2ea02e[0x0]);}),_0xd86934['on'](_0x370ffa[_0x454b7e(0x150)],_0x200343=>console['log'](_0x200343[0x1]));if(_0x2da524[_0x454b7e(0x15d)]())_0x2da524['getStdout']()['pipe'](process['stdout']);if(_0x2da524[_0x454b7e(0x18d)]())_0x2da524[_0x454b7e(0x18d)]()[_0x454b7e(0x1c9)](process[_0x454b7e(0x19b)]);const _0x3ae18f=async()=>{const _0x5e48d8=_0x454b7e,_0x5dbc06={'joqQo':function(_0x34a0d3,_0x46e92a){const _0x5c146f=a31_0x3a12;return _0x370ffa[_0x5c146f(0x15f)](_0x34a0d3,_0x46e92a);},'vPYkB':function(_0x553a2a,_0xa2e7a8){const _0xa8a128=a31_0x3a12;return _0x370ffa[_0xa8a128(0x1ad)](_0x553a2a,_0xa2e7a8);},'IOWVM':_0x370ffa[_0x5e48d8(0x1e2)]};let _0x209f5b=0x0;const _0x298cbf=_0x2da524[_0x5e48d8(0x164)]['getWorkers'](),_0xc3dc99=()=>{},_0x4be096=_0x298cbf['map'](async _0x4fd2f3=>{const _0x59b97b=_0x5e48d8;_0x4fd2f3[_0x59b97b(0x1cc)]([0x2,![]],_0xc3dc99,_0xc3dc99,_0xc3dc99),_0x4fd2f3[_0x59b97b(0x19d)]['on'](_0x5dbc06['IOWVM'],_0x1645cc=>{const _0x446e25=_0x59b97b;_0x5dbc06[_0x446e25(0x13d)](_0x209f5b,0x0)&&_0x5dbc06[_0x446e25(0x1a9)](_0x1645cc,0x0)&&(_0x209f5b=_0x1645cc);}),await _0x4fd2f3[_0x59b97b(0x1c6)]();});await Promise[_0x5e48d8(0x1ec)](_0x4be096),process[_0x5e48d8(0x1bd)]=_0x209f5b;const {forceExited:_0x3f6d22}=await _0x2da524[_0x5e48d8(0x18f)]();_0x3f6d22&&console['error'](_0x370ffa[_0x5e48d8(0x1c0)]),_0x370ffa[_0x5e48d8(0x18b)](_0x1fb839,_0x52b137);},_0x4be9d7=_0x370ffa[_0x454b7e(0x18b)](pLimit,_0x385d67),_0x297eb2=_0x27d981=>_0x4be9d7(async()=>{return _0x2da524['vanillaWorker'](_0x27d981);});Promise[_0x454b7e(0x1ec)](_0x3de73c[_0x454b7e(0x1d6)](_0x32120c=>_0x297eb2(_0x32120c)['then'](_0x5e4cd0=>_0xd86934[_0x454b7e(0x171)](_0x454b7e(0x1bf),[_0x32120c[_0x454b7e(0x183)][_0x454b7e(0x1dd)],_0x32120c['configuration']['file']]),_0x146ef0=>_0xd86934[_0x454b7e(0x171)](_0x454b7e(0x176),[_0x32120c,_0x146ef0]))))[_0x454b7e(0x169)](_0x3ae18f,_0x3ae18f);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a32_0x2b9e68=a32_0xe09a;function a32_0xe09a(_0x13dfcf,_0x483ff9){const _0x4cd9c8=a32_0x4cd9();return a32_0xe09a=function(_0xe09a04,_0x387844){_0xe09a04=_0xe09a04-0x1a3;let _0xb10a87=_0x4cd9c8[_0xe09a04];return _0xb10a87;},a32_0xe09a(_0x13dfcf,_0x483ff9);}(function(_0x46fb92,_0x4f47af){const _0x540b63=a32_0xe09a,_0xc411e3=_0x46fb92();while(!![]){try{const _0x5598f6=parseInt(_0x540b63(0x1a4))/0x1+-parseInt(_0x540b63(0x1ad))/0x2*(parseInt(_0x540b63(0x1b7))/0x3)+parseInt(_0x540b63(0x1c0))/0x4*(parseInt(_0x540b63(0x1b2))/0x5)+-parseInt(_0x540b63(0x1b5))/0x6*(-parseInt(_0x540b63(0x1b8))/0x7)+parseInt(_0x540b63(0x1b0))/0x8*(-parseInt(_0x540b63(0x1b1))/0x9)+parseInt(_0x540b63(0x1b3))/0xa*(parseInt(_0x540b63(0x1bc))/0xb)+-parseInt(_0x540b63(0x1ba))/0xc*(parseInt(_0x540b63(0x1b6))/0xd);if(_0x5598f6===_0x4f47af)break;else _0xc411e3['push'](_0xc411e3['shift']());}catch(_0x482617){_0xc411e3['push'](_0xc411e3['shift']());}}}(a32_0x4cd9,0x3482a),exports[a32_0x2b9e68(0x1a9)]=async(_0x16a8c8,_0x1774a3)=>{const _0xe52ad4=a32_0x2b9e68,_0x3055f9={'xEGsA':function(_0xa99ed7,_0x47d7e6){return _0xa99ed7(_0x47d7e6);},'fDGmi':_0xe52ad4(0x1a5),'tINrf':_0xe52ad4(0x1aa)},_0x2097ac=_0x3055f9[_0xe52ad4(0x1bb)](require,_0x3055f9[_0xe52ad4(0x1a8)]),_0x327650=new _0x2097ac(_0x3055f9['tINrf'],_0x16a8c8,_0x1774a3);return await _0x327650[_0xe52ad4(0x1a7)]();},exports[a32_0x2b9e68(0x1af)]=async(_0x40a532,_0x316a80,_0x4dabe2,_0x523a8f,_0x1dc253)=>{const _0x13434e=a32_0x2b9e68,_0x3ac6ec={'HlXQu':function(_0x16021d,_0x1a6704){return _0x16021d(_0x1a6704);},'RWYbr':_0x13434e(0x1a5),'zYjmV':_0x13434e(0x1bf)},_0x153323={'capability':_0x40a532,..._0x316a80},_0x33a14d={};_0x33a14d[_0x13434e(0x1a6)]=_0x153323,_0x33a14d[_0x13434e(0x1b4)]=_0x1dc253;let _0x2c419f=_0x33a14d;const _0x12c02d=_0x3ac6ec[_0x13434e(0x1a3)](require,_0x3ac6ec[_0x13434e(0x1ac)]),_0x1b98e9=new _0x12c02d(_0x3ac6ec[_0x13434e(0x1be)],_0x2c419f,_0x4dabe2,_0x523a8f);return await _0x1b98e9[_0x13434e(0x1a7)]();},exports[a32_0x2b9e68(0x1ab)]=async _0x36e5c0=>{const _0x241f8c=a32_0x2b9e68,_0x4ed0f7={'PEyMY':function(_0x5c843d,_0x4e6e26){return _0x5c843d(_0x4e6e26);},'aUatr':'../launcher/launcher','kfXaJ':'vanilla'},_0x1f2e4e=_0x4ed0f7[_0x241f8c(0x1b9)](require,_0x4ed0f7[_0x241f8c(0x1bd)]),_0x111815=new _0x1f2e4e(_0x4ed0f7[_0x241f8c(0x1ae)],_0x36e5c0);return await _0x111815['run']();});function a32_0x4cd9(){const _0x38b69d=['51BYWauE','112TUClVX','PEyMY','84gzwBRf','xEGsA','49874TSTUiN','aUatr','zYjmV','cucumber-js','32612GMVmWu','HlXQu','76204YchaGL','../launcher/launcher','configuration','run','fDGmi','runTest','mocha','runVanillaTest','RWYbr','20302qjQckZ','kfXaJ','runCucumberTest','8872NeRiyc','1053rOATdH','125iCWNOQ','810QxnXuL','formatter','151464Wrremu','991315aBMBqL'];a32_0x4cd9=function(){return _0x38b69d;};return a32_0x4cd9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a33_0x274ff5=a33_0xfe47;(function(_0x44197b,_0x41459b){const _0xa4de5c=a33_0xfe47,_0x24d18b=_0x44197b();while(!![]){try{const _0x44f9d9=parseInt(_0xa4de5c(0x191))/0x1*(parseInt(_0xa4de5c(0x186))/0x2)+-parseInt(_0xa4de5c(0x18a))/0x3+parseInt(_0xa4de5c(0x18c))/0x4+parseInt(_0xa4de5c(0x185))/0x5*(-parseInt(_0xa4de5c(0x187))/0x6)+-parseInt(_0xa4de5c(0x18b))/0x7*(parseInt(_0xa4de5c(0x18f))/0x8)+-parseInt(_0xa4de5c(0x18d))/0x9+-parseInt(_0xa4de5c(0x188))/0xa*(-parseInt(_0xa4de5c(0x183))/0xb);if(_0x44f9d9===_0x41459b)break;else _0x24d18b['push'](_0x24d18b['shift']());}catch(_0x41efa3){_0x24d18b['push'](_0x24d18b['shift']());}}}(a33_0x4cfc,0xbdefb));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x274ff5(0x18e));function a33_0xfe47(_0x2384e4,_0x119768){const _0x4cfcf0=a33_0x4cfc();return a33_0xfe47=function(_0xfe47a,_0x2fbd28){_0xfe47a=_0xfe47a-0x183;let _0x34ce45=_0x4cfcf0[_0xfe47a];return _0x34ce45;},a33_0xfe47(_0x2384e4,_0x119768);}exports[a33_0x274ff5(0x189)]=async(_0x5bd1cf,_0x513714)=>{const _0xc47673={'jPgkX':function(_0x3936da,_0x5d7277,_0x1506c9){return _0x3936da(_0x5d7277,_0x1506c9);}};return await _0xc47673['jPgkX'](runTest,_0x5bd1cf,_0x513714);},exports['cucumberWorker']=async(_0x536ce1,_0x216903,_0x405ec1,_0xda2e82,_0x59bf5b)=>{const _0x29acb4={'ePCMc':function(_0x928731,_0xb41939,_0x101a52,_0x1730c3,_0x522641,_0xcd4d86){return _0x928731(_0xb41939,_0x101a52,_0x1730c3,_0x522641,_0xcd4d86);}};return await _0x29acb4['ePCMc'](runCucumberTest,_0x536ce1,_0x216903,_0x405ec1,_0xda2e82,_0x59bf5b);},exports[a33_0x274ff5(0x190)]=async _0x230176=>{const _0x5d8b9b=a33_0x274ff5,_0x5217b1={'VoKaE':function(_0xa5fcef,_0x3402bf){return _0xa5fcef(_0x3402bf);}};return await _0x5217b1[_0x5d8b9b(0x184)](runVanillaTest,_0x230176);};function a33_0x4cfc(){const _0x2d9e7d=['90CWckps','10DfrGNw','worker','4609923VqxDHr','2291135uuyAKM','3195124KNXIMk','8815518TxquIl','./runTest','8ncOiWl','vanillaWorker','699KoXiuX','26264040Uxikgx','VoKaE','171645ViMwLu','2718fIYARx'];a33_0x4cfc=function(){return _0x2d9e7d;};return a33_0x4cfc();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a34_0x36c18d=a34_0x33ba;function a34_0x33ba(_0x37fc9f,_0x5c0b6a){var _0xe36c26=a34_0xe36c();return a34_0x33ba=function(_0x33bae2,_0x21384e){_0x33bae2=_0x33bae2-0x1ea;var _0x460152=_0xe36c26[_0x33bae2];return _0x460152;},a34_0x33ba(_0x37fc9f,_0x5c0b6a);}(function(_0x4abbf7,_0x333d6e){var _0x4b59b4=a34_0x33ba,_0x238d53=_0x4abbf7();while(!![]){try{var _0x33205c=parseInt(_0x4b59b4(0x218))/0x1+parseInt(_0x4b59b4(0x1fe))/0x2+parseInt(_0x4b59b4(0x233))/0x3+parseInt(_0x4b59b4(0x213))/0x4+parseInt(_0x4b59b4(0x1ed))/0x5*(-parseInt(_0x4b59b4(0x1fc))/0x6)+-parseInt(_0x4b59b4(0x201))/0x7*(-parseInt(_0x4b59b4(0x1ea))/0x8)+parseInt(_0x4b59b4(0x205))/0x9*(-parseInt(_0x4b59b4(0x1f4))/0xa);if(_0x33205c===_0x333d6e)break;else _0x238d53['push'](_0x238d53['shift']());}catch(_0x272c84){_0x238d53['push'](_0x238d53['shift']());}}}(a34_0xe36c,0xa673a));var a34_0x3447af={};a34_0x3447af[a34_0x36c18d(0x22a)]='shows\x20version\x20information',a34_0x3447af[a34_0x36c18d(0x1ef)]=a34_0x36c18d(0x221);var a34_0x5e3b41={};a34_0x5e3b41[a34_0x36c18d(0x22a)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x3ffd91={};a34_0x3ffd91[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x1f2);var a34_0x2da55a={};function a34_0xe36c(){var _0xe20d3e=['ROOT_REGEX','PRIVATE_DOMAIN_OR_IP_REGEX','.aab','PLAYWRIGHT_HUB_URL','sdk/v1/event','INFO','OBSERVABILITY_SUPPORTED_FWS','exports','Playwright','BROWSERSTACK_API_URL','Run\x20codeceptjs\x20tests\x20on\x20browserstack','CODECEPTJS','edgeOptions','ERR_ADDRESS_UNREACHABLE','1903293qADbLU','Run\x20js\x20tests\x20on\x20browserstack','ERR_PROXY_CONNECTION_FAILED','mocha','23624PUCAEM','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','NUDGE_LOCAL_ERRORS','541505gIuStc','ERR_NAME_RESOLUTION_FAILED','HELP','hubUrl','SHAREABLE_ID_REGEX','Run\x20mocha\x20tests\x20on\x20browserstack','https://api-cloud.browserstack.com','20xoPzaq','ERR_CONNECTION_CLOSED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://api.browserstack.com','automate','.ipa','BSTACK_DELTA','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','66AMGuBi','ERR_SOCKS_CONNECTION_FAILED','1681702jcQXsK','ERR_SOCKET_NOT_CONNECTED','APP_UPLOAD_URL','3017sdEjgd','wss://cdp.browserstack.com/playwright?caps=','NIGHTWATCH','APP_AUTOMATE','8516727MTbdur','CUSTOM_ID_REGEX','app-automate','chromeOptions','browserName','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_TIMED_OUT','ERR_NAME_NOT_RESOLVED','AUTOMATE','ERR_ADDRESS_INVALID','ROOT_CAPS','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','HST','JEST','1548764lfAWcT','VANILLA','Run\x20nightwatch\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','observability','630487whTBuK','browserVersion','CUCUMBER','VERSION','ieOptions','acceptSslCerts','MOCHA','./browserstack-artifacts/','ERR_TUNNEL_CONNECTION_FAILED','Specify\x20--help\x20for\x20available\x20options','ERR_CONNECTION_TIMED_OUT','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','AUTOMATE_PRODUCTS'];a34_0xe36c=function(){return _0xe20d3e;};return a34_0xe36c();}a34_0x2da55a[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x1f6);var a34_0x157bbe={};a34_0x157bbe[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x234);var a34_0x1c408d={};a34_0x1c408d[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x215);var a34_0x2c80f1={};a34_0x2c80f1[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x20a);var a34_0x615ca7={};a34_0x615ca7['INFO']=a34_0x36c18d(0x22f);var a34_0x484ff3={};a34_0x484ff3[a34_0x36c18d(0x22a)]=a34_0x36c18d(0x1eb);var a34_0x35bb06={};a34_0x35bb06[a34_0x36c18d(0x21b)]=a34_0x3447af,a34_0x35bb06[a34_0x36c18d(0x212)]=a34_0x5e3b41,a34_0x35bb06[a34_0x36c18d(0x21e)]=a34_0x3ffd91,a34_0x35bb06[a34_0x36c18d(0x21a)]=a34_0x2da55a,a34_0x35bb06[a34_0x36c18d(0x214)]=a34_0x157bbe,a34_0x35bb06[a34_0x36c18d(0x203)]=a34_0x1c408d,a34_0x35bb06['PLAYWRIGHT']=a34_0x2c80f1,a34_0x35bb06[a34_0x36c18d(0x230)]=a34_0x615ca7,a34_0x35bb06[a34_0x36c18d(0x211)]=a34_0x484ff3,a34_0x35bb06[a34_0x36c18d(0x1fa)]=0xf*0x3c*0x3e8,a34_0x35bb06[a34_0x36c18d(0x1f0)]='https://hub.browserstack.com/wd/hub',a34_0x35bb06['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x35bb06[a34_0x36c18d(0x20f)]=['acceptInsecureCerts','pageLoadStrategy','strictFileInteractability','unhandledPromptBehavior','timeouts',a34_0x36c18d(0x209),a34_0x36c18d(0x219),a34_0x36c18d(0x21d),'acceptSslCert',a34_0x36c18d(0x208),'firefoxOptions',a34_0x36c18d(0x231),a34_0x36c18d(0x21c)],a34_0x35bb06[a34_0x36c18d(0x225)]=/^[\w-]+:.*$/,a34_0x35bb06[a34_0x36c18d(0x226)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x35bb06[a34_0x36c18d(0x22e)]=a34_0x36c18d(0x1f7),a34_0x35bb06[a34_0x36c18d(0x200)]=a34_0x36c18d(0x1f3),a34_0x35bb06['FUNNEL_INSTRUMENTATION_API_URL']=a34_0x36c18d(0x229),a34_0x35bb06[a34_0x36c18d(0x224)]=[a34_0x36c18d(0x1f8),a34_0x36c18d(0x217)],a34_0x35bb06['APP_AUTOMATE_PRODUCTS']=[a34_0x36c18d(0x207),a34_0x36c18d(0x217)],a34_0x35bb06['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a34_0x36c18d(0x217)],a34_0x35bb06[a34_0x36c18d(0x22b)]=[a34_0x36c18d(0x236),a34_0x36c18d(0x22d)],a34_0x35bb06[a34_0x36c18d(0x20d)]=[a34_0x36c18d(0x1f8)],a34_0x35bb06[a34_0x36c18d(0x204)]=['app-automate'],a34_0x35bb06[a34_0x36c18d(0x1ec)]=['ERR_FAILED',a34_0x36c18d(0x20b),'ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a34_0x36c18d(0x1ff),a34_0x36c18d(0x1f5),'ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED','ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a34_0x36c18d(0x20c),a34_0x36c18d(0x20e),a34_0x36c18d(0x232),a34_0x36c18d(0x220),a34_0x36c18d(0x222),a34_0x36c18d(0x1fd),a34_0x36c18d(0x1fb),a34_0x36c18d(0x235),a34_0x36c18d(0x20c),a34_0x36c18d(0x1ee),a34_0x36c18d(0x210)],a34_0x35bb06['VALID_APP_EXTENSION']=['.apk',a34_0x36c18d(0x227),a34_0x36c18d(0x1f9)],a34_0x35bb06[a34_0x36c18d(0x206)]=a34_0x36c18d(0x216),a34_0x35bb06[a34_0x36c18d(0x1f1)]=a34_0x36c18d(0x223),a34_0x35bb06['CI_ARTIFACTS_PATH']=a34_0x36c18d(0x21f),a34_0x35bb06[a34_0x36c18d(0x228)]=a34_0x36c18d(0x202),module[a34_0x36c18d(0x22c)]=a34_0x35bb06;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a35_0x123571=a35_0x4dcd;function a35_0x54dc(){const _0x368d15=['1202WlPqGU','808945qwYlUr','./logReportingAPI','1954953fXafta','join','colouredLayout','76564WISUNx','1518zboyvL','uRcJs','levelStr','layout','data','7UHaCvd','level','32mfWSGg','log','configure','3867030JsWqXL','8NYmdzJ','175686zWBZDa','820467gpUiXa'];a35_0x54dc=function(){return _0x368d15;};return a35_0x54dc();}function a35_0x4dcd(_0x599669,_0x4fffba){const _0x54dced=a35_0x54dc();return a35_0x4dcd=function(_0x4dcd53,_0x46ef80){_0x4dcd53=_0x4dcd53-0xce;let _0x198e02=_0x54dced[_0x4dcd53];return _0x198e02;},a35_0x4dcd(_0x599669,_0x4fffba);}(function(_0x56f93e,_0x1ac6cb){const _0x3e24d2=a35_0x4dcd,_0x3b44aa=_0x56f93e();while(!![]){try{const _0x36de42=parseInt(_0x3e24d2(0xcf))/0x1+-parseInt(_0x3e24d2(0xde))/0x2*(parseInt(_0x3e24d2(0xd0))/0x3)+-parseInt(_0x3e24d2(0xdb))/0x4*(-parseInt(_0x3e24d2(0xdf))/0x5)+parseInt(_0x3e24d2(0xdc))/0x6*(-parseInt(_0x3e24d2(0xd5))/0x7)+parseInt(_0x3e24d2(0xd7))/0x8*(parseInt(_0x3e24d2(0xdd))/0x9)+-parseInt(_0x3e24d2(0xda))/0xa+parseInt(_0x3e24d2(0xe1))/0xb;if(_0x36de42===_0x1ac6cb)break;else _0x3b44aa['push'](_0x3b44aa['shift']());}catch(_0xf387d1){_0x3b44aa['push'](_0x3b44aa['shift']());}}}(a35_0x54dc,0x364db));const logReportingAPI=require(a35_0x123571(0xe0)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x42c576,_0x4fdbea){return _0x45a84d=>{const _0x1592a7=a35_0x4dcd;BSTestOpsLogger[_0x1592a7(0xd8)]({'level':_0x45a84d[_0x1592a7(0xd6)]?_0x45a84d[_0x1592a7(0xd6)][_0x1592a7(0xd2)]:null,'message':_0x45a84d[_0x1592a7(0xd4)]?_0x45a84d[_0x1592a7(0xd4)][_0x1592a7(0xe2)]('\x20'):null});};}exports[a35_0x123571(0xd9)]=(_0xdb54b0,_0x6c8e83)=>{const _0xa19725=a35_0x123571,_0x15c67d={'uRcJs':function(_0xe7e2eb,_0x439ac8,_0x2ba832){return _0xe7e2eb(_0x439ac8,_0x2ba832);}};let _0xed65a5=_0x6c8e83[_0xa19725(0xce)];return _0xdb54b0['layout']&&(_0xed65a5=_0x6c8e83[_0xa19725(0xd3)](_0xdb54b0[_0xa19725(0xd3)]['type'],_0xdb54b0[_0xa19725(0xd3)])),_0x15c67d[_0xa19725(0xd1)](BSTestOpsLog4JSAppender,_0xed65a5,_0xdb54b0['timezoneOffset']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x54e1fd=a36_0x8046;function a36_0x8046(_0x2c3cf4,_0x201725){const _0x3e6959=a36_0x3e69();return a36_0x8046=function(_0x8046ff,_0x17e8ee){_0x8046ff=_0x8046ff-0xfc;let _0x585bf1=_0x3e6959[_0x8046ff];return _0x585bf1;},a36_0x8046(_0x2c3cf4,_0x201725);}(function(_0xa87ece,_0x20a38c){const _0x40fd9f=a36_0x8046,_0x131b82=_0xa87ece();while(!![]){try{const _0x35507d=parseInt(_0x40fd9f(0x109))/0x1*(-parseInt(_0x40fd9f(0xfe))/0x2)+-parseInt(_0x40fd9f(0x101))/0x3+-parseInt(_0x40fd9f(0xfc))/0x4*(-parseInt(_0x40fd9f(0x115))/0x5)+-parseInt(_0x40fd9f(0x118))/0x6*(-parseInt(_0x40fd9f(0x114))/0x7)+parseInt(_0x40fd9f(0x10b))/0x8+parseInt(_0x40fd9f(0x10d))/0x9*(parseInt(_0x40fd9f(0x113))/0xa)+-parseInt(_0x40fd9f(0x10a))/0xb*(parseInt(_0x40fd9f(0x107))/0xc);if(_0x35507d===_0x20a38c)break;else _0x131b82['push'](_0x131b82['shift']());}catch(_0x366f29){_0x131b82['push'](_0x131b82['shift']());}}}(a36_0x3e69,0x1efea));function a36_0x3e69(){const _0xea8ea3=['bs:addLog:','emit','DEBUG','error','57740rtARVM','17906THFszr','20nvjZVM','debug','toISOString','498fDJJtm','QEnJQ','WARN','../../helpers/test-observability/constants','INFO','46380WaVCCQ','toLowerCase','8DfuaLe','TRACE','ERROR','686115rRUmud','winston-transport','TEST_LOG','logToTestOps','warn','info','492IhFozD','toUpperCase','39358qrwuxh','14223yOebJf','1119712xeKOzt','exports','261HBnLTX','join'];a36_0x3e69=function(){return _0xea8ea3;};return a36_0x3e69();}const Transport=require(a36_0x54e1fd(0x102)),{consoleHolder}=require(a36_0x54e1fd(0x11b)),a36_0x58476a={};a36_0x58476a[a36_0x54e1fd(0x11c)]=a36_0x54e1fd(0x11c),a36_0x58476a['ERROR']='ERROR',a36_0x58476a[a36_0x54e1fd(0x111)]='DEBUG',a36_0x58476a[a36_0x54e1fd(0xff)]=a36_0x54e1fd(0xff),a36_0x58476a['WARN']='WARN';const LOG_LEVELS=a36_0x58476a;class logPatcher extends Transport{constructor(_0x16250c){super(_0x16250c);}[a36_0x54e1fd(0x104)]=(_0x515972=LOG_LEVELS[a36_0x54e1fd(0x11c)],_0xacdc0f=[''])=>{const _0x3120c3=a36_0x54e1fd,_0x3fb931={};_0x3fb931[_0x3120c3(0x119)]=_0x3120c3(0x103);const _0x24e386=_0x3fb931;consoleHolder[_0x515972[_0x3120c3(0xfd)]()](..._0xacdc0f),process[_0x3120c3(0x110)](_0x3120c3(0x10f)+process['pid'],{'timestamp':new Date()[_0x3120c3(0x117)](),'level':_0x515972[_0x3120c3(0x108)](),'message':'\x22'+_0xacdc0f[_0x3120c3(0x10e)](',\x20')+'\x22','kind':_0x24e386[_0x3120c3(0x119)],'http_response':{}});};['trace']=(..._0x48c5e7)=>{const _0x2b44d7=a36_0x54e1fd;this[_0x2b44d7(0x104)](LOG_LEVELS[_0x2b44d7(0xff)],_0x48c5e7);};[a36_0x54e1fd(0x116)]=(..._0x6fd29b)=>{const _0x1fb65e=a36_0x54e1fd;this[_0x1fb65e(0x104)](LOG_LEVELS[_0x1fb65e(0x111)],_0x6fd29b);};[a36_0x54e1fd(0x106)]=(..._0x5d39fb)=>{const _0x5b7098=a36_0x54e1fd;this[_0x5b7098(0x104)](LOG_LEVELS[_0x5b7098(0x11c)],_0x5d39fb);};[a36_0x54e1fd(0x105)]=(..._0x5395bf)=>{const _0x3c6145=a36_0x54e1fd;this['logToTestOps'](LOG_LEVELS[_0x3c6145(0x11a)],_0x5395bf);};[a36_0x54e1fd(0x112)]=(..._0x2f46e3)=>{const _0xbabbd7=a36_0x54e1fd;this[_0xbabbd7(0x104)](LOG_LEVELS[_0xbabbd7(0x100)],_0x2f46e3);};['log']=(..._0x5db428)=>{const _0x3cb044=a36_0x54e1fd;this['logToTestOps'](LOG_LEVELS[_0x3cb044(0x11c)],_0x5db428);};};module[a36_0x54e1fd(0x10c)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a37_0x12daf6=a37_0x4ba8;(function(_0x43e92d,_0xace107){const _0xb631d1=a37_0x4ba8,_0xcaeb5f=_0x43e92d();while(!![]){try{const _0x5c306a=-parseInt(_0xb631d1(0xb0))/0x1+-parseInt(_0xb631d1(0xd3))/0x2*(-parseInt(_0xb631d1(0xac))/0x3)+parseInt(_0xb631d1(0xd4))/0x4+-parseInt(_0xb631d1(0xd2))/0x5*(parseInt(_0xb631d1(0xce))/0x6)+parseInt(_0xb631d1(0xc5))/0x7*(-parseInt(_0xb631d1(0xba))/0x8)+-parseInt(_0xb631d1(0xb9))/0x9*(-parseInt(_0xb631d1(0xad))/0xa)+parseInt(_0xb631d1(0xc1))/0xb*(parseInt(_0xb631d1(0xaf))/0xc);if(_0x5c306a===_0xace107)break;else _0xcaeb5f['push'](_0xcaeb5f['shift']());}catch(_0x209219){_0xcaeb5f['push'](_0xcaeb5f['shift']());}}}(a37_0xe8d7,0x1e5a5));const Transport=require(a37_0x12daf6(0xd0)),{consoleHolder}=require(a37_0x12daf6(0xdc)),a37_0x4ed5a7={};a37_0x4ed5a7[a37_0x12daf6(0xaa)]=a37_0x12daf6(0xaa),a37_0x4ed5a7[a37_0x12daf6(0xcc)]=a37_0x12daf6(0xcc),a37_0x4ed5a7[a37_0x12daf6(0xc3)]='DEBUG',a37_0x4ed5a7[a37_0x12daf6(0xb2)]='TRACE',a37_0x4ed5a7[a37_0x12daf6(0xd1)]='WARN';const LOG_LEVELS=a37_0x4ed5a7;class logReportingAPI extends Transport{constructor(_0x58d796){super(_0x58d796);}[a37_0x12daf6(0xdd)](_0x1635d5,_0x3f9549){const _0x2b0cb3=a37_0x12daf6,_0x241876={'ixXKV':_0x2b0cb3(0xbc),'SfzgZ':function(_0x1365de,_0x2a69b0){return _0x1365de(_0x2a69b0);},'SavpD':function(_0x41a9f9,_0xa274b0){return _0x41a9f9===_0xa274b0;},'RcIyh':_0x2b0cb3(0xd7),'ZTvJN':function(_0x7aa155){return _0x7aa155();},'QAnpQ':function(_0x25babf,_0x170843){return _0x25babf===_0x170843;},'IzkLW':'DgGvC','CFfBS':_0x2b0cb3(0xae),'VwvNq':function(_0x2e8589,_0x4f8740){return _0x2e8589===_0x4f8740;},'ppZDx':function(_0x298551,_0x340326){return _0x298551!==_0x340326;},'WjlCf':_0x2b0cb3(0xbf),'qDFXH':'wNaHs','yWQLA':function(_0x1d9c59,_0xf00622){return _0x1d9c59!==_0xf00622;},'ualjw':_0x2b0cb3(0xd8)};_0x241876[_0x2b0cb3(0xab)](setImmediate,()=>{const _0x28f5e6=_0x2b0cb3;if(_0x241876[_0x28f5e6(0xcd)](_0x241876[_0x28f5e6(0xb8)],_0x241876[_0x28f5e6(0xc0)])){const _0x567d4a={};_0x567d4a[_0x28f5e6(0xb1)]=_0x241876[_0x28f5e6(0xbb)];const _0x43ebc9=_0x567d4a;_0x241876['SfzgZ'](_0x5daa59,()=>{const _0x56f9c2=_0x28f5e6;this['emit'](_0x43ebc9[_0x56f9c2(0xb1)],_0x19cf89);});_0x241876[_0x28f5e6(0xdf)](typeof _0xa8241e,_0x241876[_0x28f5e6(0xc9)])?this[_0x28f5e6(0xb4)](_0x253345[_0x28f5e6(0xb3)]||_0x1789b4[_0x28f5e6(0xaa)],_0x1285e2['message'],![]):this[_0x28f5e6(0xb4)](_0x203ac9[_0x28f5e6(0xaa)],_0x1d107a);if(_0x3ed869)_0x241876[_0x28f5e6(0xc7)](_0x4381cc);}else this[_0x28f5e6(0xd9)](_0x241876[_0x28f5e6(0xbb)],_0x1635d5);});_0x241876[_0x2b0cb3(0xc6)](typeof _0x1635d5,_0x241876['RcIyh'])?_0x241876[_0x2b0cb3(0xb5)](_0x241876[_0x2b0cb3(0xda)],_0x241876[_0x2b0cb3(0xcf)])?this['logToTestOps'](_0x1635d5[_0x2b0cb3(0xb3)]||LOG_LEVELS[_0x2b0cb3(0xaa)],_0x1635d5[_0x2b0cb3(0xc2)],![]):this['emit'](_0x241876[_0x2b0cb3(0xbb)],_0xc014e5):_0x241876[_0x2b0cb3(0xbe)](_0x241876[_0x2b0cb3(0xde)],_0x241876[_0x2b0cb3(0xde)])?this['logToTestOps'](_0x21c026[_0x2b0cb3(0xb2)],_0x42aafc):this['logToTestOps'](LOG_LEVELS['INFO'],_0x1635d5);if(_0x3f9549)_0x241876[_0x2b0cb3(0xc7)](_0x3f9549);}[a37_0x12daf6(0xb4)]=(_0x464e7b=LOG_LEVELS[a37_0x12daf6(0xaa)],_0x56a79e='',_0x2a84ab=!![])=>{const _0x24245b=a37_0x12daf6,_0x52442b={};_0x52442b[_0x24245b(0xbd)]=_0x24245b(0xb6);const _0x51a4d2=_0x52442b;if(_0x2a84ab)consoleHolder[_0x464e7b[_0x24245b(0xdb)]()](_0x56a79e);process[_0x24245b(0xd9)]('bs:addLog:'+process[_0x24245b(0xd5)],{'timestamp':new Date()[_0x24245b(0xc4)](),'level':_0x464e7b[_0x24245b(0xc8)](),'message':_0x56a79e,'kind':_0x51a4d2[_0x24245b(0xbd)],'http_response':{}});};[a37_0x12daf6(0xa9)]=(_0x5decb2,_0x37ed70)=>{const _0x5bddd7=a37_0x12daf6;this[_0x5bddd7(0xb4)](LOG_LEVELS[_0x5bddd7(0xb2)],_0x5decb2);};[a37_0x12daf6(0xcb)]=(_0x2c69fc,_0x52d39b)=>{const _0x511f3d=a37_0x12daf6;this[_0x511f3d(0xb4)](LOG_LEVELS[_0x511f3d(0xc3)],_0x2c69fc);};['info']=(_0x4ecc9b,_0x36c02c)=>{const _0x302e55=a37_0x12daf6;this[_0x302e55(0xb4)](LOG_LEVELS[_0x302e55(0xaa)],_0x4ecc9b);};[a37_0x12daf6(0xd6)]=(_0x333cf6,_0x44a6f9)=>{const _0x5eb4ae=a37_0x12daf6;this[_0x5eb4ae(0xb4)](LOG_LEVELS['WARN'],_0x333cf6);};[a37_0x12daf6(0xb7)]=(_0x419e3a,_0x2d9593)=>{const _0xfdd481=a37_0x12daf6;this[_0xfdd481(0xb4)](LOG_LEVELS[_0xfdd481(0xcc)],_0x419e3a);};}function a37_0x4ba8(_0x54c943,_0x370542){const _0xe8d741=a37_0xe8d7();return a37_0x4ba8=function(_0x4ba879,_0x534e78){_0x4ba879=_0x4ba879-0xa9;let _0x3f9ace=_0xe8d741[_0x4ba879];return _0x3f9ace;},a37_0x4ba8(_0x54c943,_0x370542);}function a37_0xe8d7(){const _0x408fb1=['ualjw','SavpD','trace','INFO','SfzgZ','167634EbudNs','10lfjedH','LHJHR','6743124ZJUbnV','238469zgFIpm','CMEqQ','TRACE','level','logToTestOps','ppZDx','TEST_LOG','error','IzkLW','239157TNstuA','10536XbRivq','ixXKV','logged','ZjPpJ','yWQLA','euYjh','CFfBS','11NnytUX','message','DEBUG','toISOString','1092SfFtBY','VwvNq','ZTvJN','toUpperCase','RcIyh','exports','debug','ERROR','QAnpQ','6CjJbOT','qDFXH','winston-transport','WARN','471215yQGDqx','2KtMxEz','72444rzPjSy','pid','warn','object','XqAao','emit','WjlCf','toLowerCase','../../helpers/test-observability/constants','log'];a37_0xe8d7=function(){return _0x408fb1;};return a37_0xe8d7();};module[a37_0x12daf6(0xca)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a38_0x5e2525=a38_0x3458;function a38_0x2717(){const _0x9359c3=['wiPMC','11DHbHVS','28OdlKdA','2758580czWIwr','exports','\x20doesn\x27t\x20exist','HrzLx','9222402tBwoCH','vanilla','OOeHS','useW3C','ucTGq','HjAte','then','Config\x20yml\x20is\x20required','configuration','bZosO','46217ZNKyWF','handleApp','initialize','qSnkV','../../helpers/BrowserStackSetup','2gXNAuF','43615niNuCc','join','168057iqmlBg','591357mBkhMp','FNrHP','SfJpk','4212qIheUK','parallelsPerPlatform','aFJPU','push','args','server','forEach','72mexsoV','JfsTQ','XnFmk','MZmwO','isUndefined','platforms','modifyBrowserStackW3CCaps','GxFrM','cwd','config','getPlatformName','uEVzX','modifyBrowserStackCaps','hubUrl','existsSync','File\x20','File\x20path\x20is\x20required','file','proxySettings','npNmB','length','qrcOE','8718wiULga','prphR','KJnXN','15tEhXeM','yWVez'];a38_0x2717=function(){return _0x9359c3;};return a38_0x2717();}function a38_0x3458(_0x53852f,_0x3c9c67){const _0x271721=a38_0x2717();return a38_0x3458=function(_0x3458fe,_0x595e00){_0x3458fe=_0x3458fe-0x1c8;let _0x4cd78e=_0x271721[_0x3458fe];return _0x4cd78e;},a38_0x3458(_0x53852f,_0x3c9c67);}(function(_0x484a43,_0x199c05){const _0x53b784=a38_0x3458,_0x59fc80=_0x484a43();while(!![]){try{const _0x3db9a8=parseInt(_0x53b784(0x1d5))/0x1*(parseInt(_0x53b784(0x1da))/0x2)+-parseInt(_0x53b784(0x1de))/0x3*(parseInt(_0x53b784(0x205))/0x4)+parseInt(_0x53b784(0x201))/0x5*(parseInt(_0x53b784(0x1fe))/0x6)+parseInt(_0x53b784(0x1cb))/0x7+-parseInt(_0x53b784(0x1e8))/0x8*(parseInt(_0x53b784(0x1dd))/0x9)+-parseInt(_0x53b784(0x206))/0xa*(parseInt(_0x53b784(0x204))/0xb)+parseInt(_0x53b784(0x1e1))/0xc*(parseInt(_0x53b784(0x1db))/0xd);if(_0x3db9a8===_0x199c05)break;else _0x59fc80['push'](_0x59fc80['shift']());}catch(_0x1df7e6){_0x59fc80['push'](_0x59fc80['shift']());}}}(a38_0x2717,0xb03ff));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a38_0x5e2525(0x1d9)),helper=require('../../helpers/helper'),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');async function run(_0x27c98b,_0x38c2b2){const _0x2ff1d6=a38_0x5e2525,_0x386697={'XnFmk':function(_0x5e0a0f,_0xe48e00){return _0x5e0a0f===_0xe48e00;},'SfJpk':_0x2ff1d6(0x1e9),'prphR':_0x2ff1d6(0x1cc),'MZmwO':function(_0x3e51d9,_0x204a70){return _0x3e51d9!==_0x204a70;},'uEVzX':'uxDmU','scFcY':_0x2ff1d6(0x1fd),'lthuN':function(_0x41dc40,_0x38553d){return _0x41dc40(_0x38553d);},'ucTGq':_0x2ff1d6(0x1f8),'FNrHP':function(_0xf5f40b,_0x4aedcc){return _0xf5f40b(_0x4aedcc);},'wiPMC':function(_0x538d3e,_0x574541){return _0x538d3e(_0x574541);},'npNmB':_0x2ff1d6(0x1d2),'OOeHS':function(_0x50eb82,_0x4f41d9){return _0x50eb82>_0x4f41d9;},'HrzLx':function(_0x1aacc0,_0x5b704a){return _0x1aacc0!==_0x5b704a;},'aFJPU':_0x2ff1d6(0x1d4),'JHIbw':_0x2ff1d6(0x1d0),'UIATo':'FmRhm','Wmnab':_0x2ff1d6(0x202),'yRXZG':function(_0x10c3ee,_0x1456ae){return _0x10c3ee===_0x1456ae;},'KJnXN':_0x2ff1d6(0x1d8),'ehncI':function(_0x4db79a,_0x66120){return _0x4db79a*_0x66120;},'UorVc':function(_0x36fc0e,_0x1fa3e9,_0x1660fb){return _0x36fc0e(_0x1fa3e9,_0x1660fb);}},_0x50d83f=new BrowserStackSetup(_0x27c98b,_0x386697[_0x2ff1d6(0x1ff)]);await _0x50d83f[_0x2ff1d6(0x1d7)](),await helper[_0x2ff1d6(0x1d6)](_0x50d83f[_0x2ff1d6(0x1f1)]);let _0x346015=[];if(helper[_0x2ff1d6(0x1ec)](_0x27c98b['_'][0x1]))throw _0x386697['lthuN'](Error,_0x386697[_0x2ff1d6(0x1cf)]);const _0x49df7e=path[_0x2ff1d6(0x1dc)](process[_0x2ff1d6(0x1f0)](),_0x27c98b['_'][0x1]);if(!fs[_0x2ff1d6(0x1f6)](_0x49df7e))throw _0x386697[_0x2ff1d6(0x1df)](Error,_0x2ff1d6(0x1f7)+_0x27c98b['_'][0x1]+_0x2ff1d6(0x1c9));if(!_0x50d83f[_0x2ff1d6(0x1f1)])throw _0x386697[_0x2ff1d6(0x203)](Error,_0x386697[_0x2ff1d6(0x1fb)]);let _0x424edd=helper[_0x2ff1d6(0x1ce)](_0x50d83f['config']);if(_0x50d83f[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1ed)]&&_0x386697['OOeHS'](_0x50d83f[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1ed)][_0x2ff1d6(0x1fc)],0x0)){if(_0x386697[_0x2ff1d6(0x1ca)](_0x386697[_0x2ff1d6(0x1e3)],_0x386697['JHIbw']))_0x50d83f[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1ed)][_0x2ff1d6(0x1e7)]((_0x1a9375,_0x1c759f)=>{const _0x30281a=_0x2ff1d6;if(_0x386697[_0x30281a(0x1ea)](_0x386697[_0x30281a(0x1e0)],_0x386697[_0x30281a(0x1e0)])){if(_0x424edd)_0x346015[_0x30281a(0x1e4)](helper['modifyBrowserStackW3CCaps'](_0x50d83f[_0x30281a(0x1f1)],_0x386697[_0x30281a(0x1ff)],_0x1c759f));else _0x346015[_0x30281a(0x1e4)](helper[_0x30281a(0x1f4)](_0x50d83f[_0x30281a(0x1f1)],_0x386697[_0x30281a(0x1ff)],_0x1c759f));}else _0x1f70e8[_0x30281a(0x1e7)](_0x41980f=>{const _0x3a861c=_0x30281a;_0x19e5f4={'server':_0x43c370['hubUrl'],'proxySettings':_0x16aa14['config'][_0x3a861c(0x1fa)],'platform':_0x2af81d[_0x3a861c(0x1f2)](_0x41980f)};const _0x5c7d86={'capability':_0x41980f,..._0x20e6fc};_0x5c7d86[_0x3a861c(0x1f9)]=_0x22f436,_0x5c7d86[_0x3a861c(0x1e5)]=_0x5382fc;const _0x4819d3={};_0x4819d3[_0x3a861c(0x1d3)]=_0x5c7d86,_0x8d1e7c=_0x4819d3,_0x1f2f27[_0x3a861c(0x1e4)](_0x401ed1);});});else{let _0x2cf6e3;if(_0x6789e9)_0x2cf6e3=_0x492c92[_0x2ff1d6(0x1ee)](_0x2650d0[_0x2ff1d6(0x1f1)],_0x386697['prphR'],0x0);else _0x2cf6e3=_0x2091cc[_0x2ff1d6(0x1f4)](_0x46e6a6[_0x2ff1d6(0x1f1)],_0x386697[_0x2ff1d6(0x1ff)],0x0);const _0x13bc5b={};_0x13bc5b[_0x2ff1d6(0x1e6)]=_0x338dd8[_0x2ff1d6(0x1f5)],_0x13bc5b[_0x2ff1d6(0x1fa)]=_0x566a4b[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1fa)],_0x2021c6=_0x13bc5b;const _0x24ca49={'capability':_0x2cf6e3,..._0x3f38bc};_0x24ca49[_0x2ff1d6(0x1f9)]=_0x26e217,_0x24ca49[_0x2ff1d6(0x1e5)]=_0x10adf5;const _0x970eed={};_0x970eed[_0x2ff1d6(0x1d3)]=_0x24ca49,_0x502ba3=_0x970eed,_0xbf1ea1['push'](_0x296365);}}let _0x186975,_0x48b5ed;const _0x2022e7=[];if(_0x386697[_0x2ff1d6(0x1cd)](_0x346015[_0x2ff1d6(0x1fc)],0x0)){if(_0x386697['HrzLx'](_0x386697['UIATo'],_0x386697['Wmnab']))_0x346015[_0x2ff1d6(0x1e7)](_0xae479b=>{const _0x2d5cd4=_0x2ff1d6;if(_0x386697[_0x2d5cd4(0x1eb)](_0x386697[_0x2d5cd4(0x1f3)],_0x386697['scFcY'])){_0x186975={'server':constants['hubUrl'],'proxySettings':_0x50d83f['config'][_0x2d5cd4(0x1fa)],'platform':helper[_0x2d5cd4(0x1f2)](_0xae479b)};const _0x4a0c6a={'capability':_0xae479b,..._0x186975};_0x4a0c6a[_0x2d5cd4(0x1f9)]=_0x49df7e,_0x4a0c6a['args']=_0x38c2b2;const _0x3c0779={};_0x3c0779[_0x2d5cd4(0x1d3)]=_0x4a0c6a,_0x48b5ed=_0x3c0779,_0x2022e7['push'](_0x48b5ed);}else{const _0x1434ac={};_0x1434ac[_0x2d5cd4(0x1ef)]=_0x386697[_0x2d5cd4(0x1ff)];const _0x188e6e=_0x1434ac;_0x29387b['config'][_0x2d5cd4(0x1ed)][_0x2d5cd4(0x1e7)]((_0x11cfa1,_0x513d44)=>{const _0x1ae50e=_0x2d5cd4;if(_0x3b08f3)_0x5a167a[_0x1ae50e(0x1e4)](_0x4738a7[_0x1ae50e(0x1ee)](_0x3732df[_0x1ae50e(0x1f1)],_0x188e6e[_0x1ae50e(0x1ef)],_0x513d44));else _0x50766c[_0x1ae50e(0x1e4)](_0x1270eb[_0x1ae50e(0x1f4)](_0x3dcfa7['config'],_0x188e6e['GxFrM'],_0x513d44));});}});else{_0x382e88={'server':_0x189b85[_0x2ff1d6(0x1f5)],'proxySettings':_0x29552b[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1fa)],'platform':_0x351116['getPlatformName'](_0x15f18d)};const _0x4a6855={'capability':_0x2bc020,..._0x51c5e4};_0x4a6855['file']=_0x4d55f1,_0x4a6855[_0x2ff1d6(0x1e5)]=_0x5ca99a;const _0x48efe9={};_0x48efe9[_0x2ff1d6(0x1d3)]=_0x4a6855,_0x4664b4=_0x48efe9,_0x2f2305[_0x2ff1d6(0x1e4)](_0x279b3a);}}else{if(_0x386697['yRXZG'](_0x386697[_0x2ff1d6(0x200)],_0x386697['KJnXN'])){let _0x5d7324;if(_0x424edd)_0x5d7324=helper['modifyBrowserStackW3CCaps'](_0x50d83f[_0x2ff1d6(0x1f1)],_0x386697[_0x2ff1d6(0x1ff)],0x0);else _0x5d7324=helper[_0x2ff1d6(0x1f4)](_0x50d83f[_0x2ff1d6(0x1f1)],_0x386697[_0x2ff1d6(0x1ff)],0x0);const _0x5936c7={};_0x5936c7[_0x2ff1d6(0x1e6)]=constants['hubUrl'],_0x5936c7[_0x2ff1d6(0x1fa)]=_0x50d83f['config'][_0x2ff1d6(0x1fa)],_0x186975=_0x5936c7;const _0x47ebc1={'capability':_0x5d7324,..._0x186975};_0x47ebc1[_0x2ff1d6(0x1f9)]=_0x49df7e,_0x47ebc1[_0x2ff1d6(0x1e5)]=_0x38c2b2;const _0x4b3faa={};_0x4b3faa[_0x2ff1d6(0x1d3)]=_0x47ebc1,_0x48b5ed=_0x4b3faa,_0x2022e7['push'](_0x48b5ed);}else{if(_0x53661b)_0x505e0b[_0x2ff1d6(0x1e4)](_0xac4b2a[_0x2ff1d6(0x1ee)](_0x187595[_0x2ff1d6(0x1f1)],_0x386697['prphR'],_0x554f5d));else _0x3ea535[_0x2ff1d6(0x1e4)](_0x1e8c4c[_0x2ff1d6(0x1f4)](_0x1d7d35['config'],_0x386697['prphR'],_0x300eee));}}const _0x24832b=_0x386697['ehncI'](_0x50d83f[_0x2ff1d6(0x1f1)][_0x2ff1d6(0x1ed)][_0x2ff1d6(0x1fc)]||0x1,_0x50d83f['config'][_0x2ff1d6(0x1e2)]);_0x386697['UorVc'](parallelVanillaRun,_0x2022e7,_0x24832b)[_0x2ff1d6(0x1d1)](_0x1b9e1e=>{})['finally'](async()=>{await helper['finalExecution'](_0x50d83f);});}module[a38_0x5e2525(0x1c8)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a39_0x1a69(){const _0xdf5db6=['getPackageVersion','isRunning','PgfBT','NOwAf','SAZPY','ToihT','generateLocalIdentifier','SIGINT','8791236sGtveQ','447mpTJVn','useW3C','723559lKfgeb','YHaJG','LLSXu','stopLocalBinary','qdSRj','RrBfO','GpFNb','sqOgg','FWUXp','CPhHz','message','itsRX','constructor','uncaughtException','setBrowserstackInfraFromConfig','config','waQux','709604WASSQc','fireFunnelTestEvent','ZFZCg','setupBrowserstackLocal','length','getUserName','IhQUF','ZzgnX','Jwbyi','yCeSO','FRAMEWORK','JyyyF','LorPG','UzUen','SrLYG','includes','QVOXi','qctSv','cYAag','getLocalConfig','Pqcgi','WRSaU','fKVvV','lGlYj','aNida','JNzbU','pEsuA','No\x20config\x20provided.','PRJtp','isTrue','localOptions','lNRKd','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','util','sanitizeCaps','GhbWY','Fjjeh','DyRAY','info','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','TjHio','MfgTw','startLocalBinary','quURM','setupKeepAlive','Oeiwu','lTHHF','qfFgP','lKfxe','vwrRM','default','env','XgZYv','ZWqMX','yoCSp','isBrowserstackInfra','handleExceptions','readConfig','90woYJQK','setCLICaps','unhandledRejection','format','browserStackLocalOptions','THmNI','stopBrowserstackLocal','ZwqWU','jxqpW','DXGdT','getConfigPath','LPAis','fmzTt','bvUCG','cliConfig','localIdentifier','rsvNI','USaWG','setUpHubUrl','setLogLevel','pFwfE','puSvI','fUOrg','113449eLZwGE','parallelsPerPlatform','browserstackLocal','Error\x20occured\x20while\x20stopping\x20local\x20binary','FhNjp','3992112BcDeyW','gZtSh','platforms','OeemT','framework','error','isUndefined','./logger','kUyuJ','JmdJI','dASif','iFJdk','TfvNB','VBSRG','debug','wmTiR','GaDeP','OZuqx','JTfDK','mRIZa','mlzhx','1324565gpYWbC','iBWqm','jazpX','SDKTestAttempted','YvtbE','Rsyjc','initialize','lLjbP','JvxcB','MhqCk','envConfig','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','getAccessKey','userName\x20or\x20accessKey\x20is\x20not\x20defined','./setKeepAlive','setProxySettings','selenium-webdriver','LzRja','mAmKv','IRicL','push','9302HzbDVj','SIGTERM','qDoMG','Raufi','./helper','vhpaE','unhandledErrors','warn','kVOKy'];a39_0x1a69=function(){return _0xdf5db6;};return a39_0x1a69();}function a39_0x481f(_0x3f3e40,_0x53bc31){const _0x1a692c=a39_0x1a69();return a39_0x481f=function(_0x481f23,_0x23c368){_0x481f23=_0x481f23-0x1e4;let _0x230017=_0x1a692c[_0x481f23];return _0x230017;},a39_0x481f(_0x3f3e40,_0x53bc31);}const a39_0x146472=a39_0x481f;(function(_0xd8917c,_0x153268){const _0x468e92=a39_0x481f,_0x15adc9=_0xd8917c();while(!![]){try{const _0x118019=-parseInt(_0x468e92(0x1ef))/0x1+-parseInt(_0x468e92(0x280))/0x2*(parseInt(_0x468e92(0x1ed))/0x3)+-parseInt(_0x468e92(0x200))/0x4+parseInt(_0x468e92(0x26b))/0x5+parseInt(_0x468e92(0x23a))/0x6*(parseInt(_0x468e92(0x251))/0x7)+parseInt(_0x468e92(0x256))/0x8+parseInt(_0x468e92(0x1ec))/0x9;if(_0x118019===_0x153268)break;else _0x15adc9['push'](_0x15adc9['shift']());}catch(_0x38ec38){_0x15adc9['push'](_0x15adc9['shift']());}}}(a39_0x1a69,0x5f2f5));const util=require(a39_0x146472(0x221)),logger=require(a39_0x146472(0x25d))['winstonLogger'],helper=require(a39_0x146472(0x284)),hubAllocator=require('../hubAllocationMethods');class BrowserStackSetup{constructor(_0x57a812,_0x2e18dc){const _0x463e43=a39_0x146472,_0x148365={'GaDeP':_0x463e43(0x26e),'quURM':function(_0x37ced5,_0x13a178){return _0x37ced5===_0x13a178;},'rsvNI':_0x463e43(0x254),'RrBfO':function(_0x2b8c05,_0x4636e2){return _0x2b8c05<_0x4636e2;},'ZzgnX':function(_0x5074c7,_0x1e1e83){return _0x5074c7(_0x1e1e83);},'OZuqx':_0x463e43(0x27b),'MhqCk':function(_0x2fcf43,_0x5091f6){return _0x2fcf43>=_0x5091f6;},'YHaJG':function(_0x3dc67a,_0x223220){return _0x3dc67a(_0x223220);},'THmNI':_0x463e43(0x278),'MfgTw':_0x463e43(0x220),'pEsuA':_0x463e43(0x276),'TfvNB':'unhandledRejection','GpFNb':_0x463e43(0x1fc),'vBJTq':_0x463e43(0x21b),'JyyyF':function(_0x55c330,_0x42e9cf){return _0x55c330!==_0x42e9cf;},'ivHqI':_0x463e43(0x259),'JNzbU':'YSWEB','gUlDE':'mKfJY','ToihT':'QrJNu','mlzhx':_0x463e43(0x214),'JvxcB':_0x463e43(0x210),'qDoMG':function(_0x221f41,_0x33bf55){return _0x221f41!==_0x33bf55;},'SGdWW':_0x463e43(0x21c),'vwrRM':_0x463e43(0x1f1),'kVOKy':function(_0x3a3f5a,_0x56d612){return _0x3a3f5a<_0x56d612;},'LzRja':function(_0x1557f5,_0x22e1b1){return _0x1557f5!==_0x22e1b1;},'ZWqMX':_0x463e43(0x261),'DyRAY':function(_0x3e2789,_0x3253eb){return _0x3e2789(_0x3253eb);},'Oeiwu':_0x463e43(0x24e),'jazpX':_0x463e43(0x209),'FhNjp':function(_0x4db3c1,_0x2b51d0){return _0x4db3c1!==_0x2b51d0;},'yoCSp':_0x463e43(0x243),'iBWqm':'ZLslt','Rsyjc':function(_0x1a2ab1,_0x408f44){return _0x1a2ab1===_0x408f44;},'kUyuJ':_0x463e43(0x272),'SAZPY':function(_0x5c2c7a,_0x3288e4){return _0x5c2c7a===_0x3288e4;},'GhbWY':_0x463e43(0x242),'vhpaE':_0x463e43(0x1f6),'waQux':function(_0x439a9e,_0x18b5e3){return _0x439a9e===_0x18b5e3;},'TjHio':function(_0x25ab9f,_0x4a174f){return _0x25ab9f!==_0x4a174f;},'fUOrg':_0x463e43(0x230),'CPhHz':function(_0x324217,_0x8b9272){return _0x324217!==_0x8b9272;},'lGlYj':_0x463e43(0x27d),'EXFfb':function(_0x4af1cb,_0x377ffa){return _0x4af1cb===_0x377ffa;},'KJBnH':_0x463e43(0x257),'JTfDK':_0x463e43(0x206),'PgfBT':_0x463e43(0x24f)};this[_0x463e43(0x286)]=[],this['cliConfig']=helper[_0x463e43(0x23b)](_0x57a812),this[_0x463e43(0x275)]=helper['setEnvCaps'](),this['browserstackLocal']=null,this[_0x463e43(0x1fe)]=helper[_0x463e43(0x239)](helper[_0x463e43(0x244)](_0x57a812)),global[_0x463e43(0x1fe)]=this[_0x463e43(0x1fe)],global[_0x463e43(0x25a)]=_0x2e18dc,helper[_0x463e43(0x222)](this[_0x463e43(0x1fe)]),this[_0x463e43(0x25a)]=_0x2e18dc;if(helper['isUndefined'](this['config']))throw new Error(_0x148365['vBJTq']);if(this[_0x463e43(0x1fe)][_0x463e43(0x25b)])throw new Error(this[_0x463e43(0x1fe)][_0x463e43(0x25b)]);this['handleExceptions'](),helper[_0x463e43(0x1fd)](this[_0x463e43(0x1fe)],this[_0x463e43(0x248)]),helper['getFinalCaps'](this[_0x463e43(0x1fe)],this['cliConfig'],this['envConfig']);if(!helper[_0x463e43(0x237)]()){if(_0x148365[_0x463e43(0x20b)](_0x148365['ivHqI'],_0x148365[_0x463e43(0x219)])){try{_0x148365[_0x463e43(0x22b)](_0x148365['gUlDE'],_0x148365[_0x463e43(0x1e9)])?(_0x35da0c[_0x463e43(0x25b)](_0x5de002['message']),_0x4200d1[_0x463e43(0x264)](_0x1a54df[_0x463e43(0x23d)](_0x512b92)),this['unhandledErrors'][_0x463e43(0x27f)](_0x5549e8[_0x463e43(0x23d)]('%j',_0x569353))):(process[_0x463e43(0x233)][_0x463e43(0x20a)]=_0x2e18dc,helper[_0x463e43(0x201)](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this[_0x463e43(0x25a)]));}catch(_0x11829b){_0x148365['quURM'](_0x148365[_0x463e43(0x26a)],_0x148365[_0x463e43(0x273)])?(_0x58769b[_0x463e43(0x233)][_0x463e43(0x20a)]=_0xa61b57,_0x244a2a['fireFunnelTestEvent'](_0x148365[_0x463e43(0x266)],{},this[_0x463e43(0x1fe)],this['framework'])):logger['debug'](_0x463e43(0x227)+_0x11829b);}return;}else this['config'][_0x463e43(0x1ee)]=![];}if(helper['requireSeleniumWebdriverCheck'](_0x2e18dc)){if(_0x148365[_0x463e43(0x282)](_0x148365['SGdWW'],_0x148365[_0x463e43(0x231)])){_0x148365[_0x463e43(0x288)](_0x148365[_0x463e43(0x207)](parseInt,helper[_0x463e43(0x1e4)](_0x148365[_0x463e43(0x267)])),0x3)&&(_0x148365[_0x463e43(0x27c)](_0x148365[_0x463e43(0x235)],_0x148365[_0x463e43(0x235)])?(_0x5da574['env']['FRAMEWORK']=_0x193794['_'][0x0],_0x3c5639[_0x463e43(0x201)](_0x148365[_0x463e43(0x266)],{},this['config'],this[_0x463e43(0x25a)])):this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=![]);if(_0x148365[_0x463e43(0x274)](_0x148365[_0x463e43(0x225)](parseInt,helper[_0x463e43(0x1e4)](_0x148365[_0x463e43(0x267)])),4.5)){if(_0x148365[_0x463e43(0x22b)](_0x148365['Oeiwu'],_0x148365[_0x463e43(0x22d)]))this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=!![];else{_0x1723c3[_0x463e43(0x264)](_0xb3b519);throw new _0x388678(_0x792300['toString']());}}}else!_0xeaf7d9[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x23e)])&&_0x148365[_0x463e43(0x22b)](this[_0x463e43(0x1fe)]['browserStackLocalOptions']['constructor'],_0x1e794a)?this[_0x463e43(0x1fe)][_0x463e43(0x23e)][_0x463e43(0x249)]=_0x321aab[_0x463e43(0x1ea)]():this['config'][_0x463e43(0x23e)]={'localIdentifier':_0x3d2f39[_0x463e43(0x1ea)]()};}(helper[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x258)])||helper[_0x463e43(0x25c)](this['config'][_0x463e43(0x258)][_0x463e43(0x204)]))&&(_0x148365[_0x463e43(0x282)](_0x148365[_0x463e43(0x26d)],_0x148365[_0x463e43(0x26d)])?_0x3ac58c[_0x463e43(0x25b)](_0x148365[_0x463e43(0x24a)],_0x3e295d[_0x463e43(0x1f9)]):(helper['isUndefined'](this[_0x463e43(0x1fe)][_0x463e43(0x252)])?_0x148365[_0x463e43(0x255)](_0x148365['yoCSp'],_0x148365[_0x463e43(0x236)])?this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=!![]:logger[_0x463e43(0x226)](_0x148365[_0x463e43(0x229)]):_0x148365[_0x463e43(0x282)](_0x148365[_0x463e43(0x26c)],_0x148365[_0x463e43(0x26c)])?(_0x148365[_0x463e43(0x1f4)](_0x148365[_0x463e43(0x207)](_0x171f32,_0x485b2a[_0x463e43(0x1e4)](_0x148365['OZuqx'])),0x3)&&(this[_0x463e43(0x1fe)][_0x463e43(0x1ee)]=![]),_0x148365[_0x463e43(0x274)](_0x148365[_0x463e43(0x1f0)](_0x31a8b3,_0x412064['getPackageVersion'](_0x148365[_0x463e43(0x267)])),4.5)&&(this['config'][_0x463e43(0x1ee)]=!![])):logger['warn'](_0x148365[_0x463e43(0x21a)]),this[_0x463e43(0x1fe)][_0x463e43(0x258)]=[]));!this['config']['browserStackLocalOptions']&&(this[_0x463e43(0x1fe)][_0x463e43(0x23e)]=this[_0x463e43(0x1fe)][_0x463e43(0x21e)]||{}),!this['config']['testContextOptions']&&(this[_0x463e43(0x1fe)]['testContextOptions']={});if(helper[_0x463e43(0x25c)](helper[_0x463e43(0x205)](this[_0x463e43(0x1fe)]))||helper['isUndefined'](helper[_0x463e43(0x277)](this[_0x463e43(0x1fe)]))){if(_0x148365[_0x463e43(0x270)](_0x148365['kUyuJ'],_0x148365[_0x463e43(0x25e)]))throw new Error(_0x148365[_0x463e43(0x23f)]);else throw new _0x152f27(_0x148365[_0x463e43(0x23f)]);}if(helper[_0x463e43(0x213)](this[_0x463e43(0x1fe)])&&helper[_0x463e43(0x25c)](helper['getLocalIdentifier'](this[_0x463e43(0x1fe)]))){if(_0x148365[_0x463e43(0x1e8)](_0x148365[_0x463e43(0x223)],_0x148365[_0x463e43(0x285)]))_0xc48e85['debug'](_0x463e43(0x227)+_0x3f5c83);else{if(!helper['isUndefined'](this[_0x463e43(0x1fe)][_0x463e43(0x23e)])&&_0x148365[_0x463e43(0x1ff)](this[_0x463e43(0x1fe)]['browserStackLocalOptions'][_0x463e43(0x1fb)],Object))_0x148365[_0x463e43(0x228)](_0x148365['fUOrg'],_0x148365[_0x463e43(0x250)])?_0x310ac5['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x945ae9):this['config'][_0x463e43(0x23e)]['localIdentifier']=helper[_0x463e43(0x1ea)]();else{if(_0x148365[_0x463e43(0x1f8)](_0x148365[_0x463e43(0x217)],_0x148365[_0x463e43(0x217)])){try{_0x321a94[_0x463e43(0x233)][_0x463e43(0x20a)]=_0x2e8d8b,_0x1719d5[_0x463e43(0x201)](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this['framework']);}catch(_0xc97c30){_0x10fc63['debug'](_0x463e43(0x227)+_0xc97c30);}return;}else this[_0x463e43(0x1fe)][_0x463e43(0x23e)]={'localIdentifier':helper[_0x463e43(0x1ea)]()};}}}helper[_0x463e43(0x24d)](this[_0x463e43(0x1fe)],this[_0x463e43(0x248)],this[_0x463e43(0x275)]);try{_0x148365['EXFfb'](_0x148365['KJBnH'],_0x148365[_0x463e43(0x268)])?(_0x23fce6[_0x463e43(0x25c)](this[_0x463e43(0x1fe)][_0x463e43(0x252)])?_0xf65299[_0x463e43(0x226)](_0x148365[_0x463e43(0x229)]):_0x2c56e2[_0x463e43(0x287)](_0x148365['pEsuA']),this[_0x463e43(0x1fe)][_0x463e43(0x258)]=[]):(process[_0x463e43(0x233)]['FRAMEWORK']=_0x57a812['_'][0x0],helper['fireFunnelTestEvent'](_0x148365['GaDeP'],{},this[_0x463e43(0x1fe)],this[_0x463e43(0x25a)]));}catch(_0x9a6bff){if(_0x148365[_0x463e43(0x255)](_0x148365[_0x463e43(0x1e6)],_0x148365[_0x463e43(0x1e6)])){const _0x1db914=_0x369068=>{const _0x550561=_0x463e43;_0x1d11b3[_0x550561(0x25b)](_0x369068[_0x550561(0x1f9)]),_0x1cf107['debug'](_0x1a6d59[_0x550561(0x23d)](_0x369068)),this[_0x550561(0x286)][_0x550561(0x27f)](_0x1c406e[_0x550561(0x23d)]('%j',_0x369068));};_0x437dd4['on'](_0x148365[_0x463e43(0x262)],_0x1db914),_0x360507['on'](_0x148365[_0x463e43(0x1f5)],_0x1db914);}else logger[_0x463e43(0x264)](_0x463e43(0x227)+_0x9a6bff);}}async[a39_0x146472(0x271)](){const _0x47a795=a39_0x146472,_0x3a35ca={'VBSRG':function(_0x3e6e60,_0x123439){return _0x3e6e60(_0x123439);},'eRgdb':_0x47a795(0x279),'Raufi':'codeceptjs','fKVvV':function(_0x28ace3,_0x3846f6){return _0x28ace3===_0x3846f6;},'UzUen':_0x47a795(0x246),'TjHcw':_0x47a795(0x208)};helper[_0x47a795(0x27a)](this['config']),this[_0x47a795(0x22c)](),await this['setupBrowserstackLocal'](),![_0x3a35ca[_0x47a795(0x283)]][_0x47a795(0x20f)](this[_0x47a795(0x25a)])&&(_0x3a35ca[_0x47a795(0x216)](_0x3a35ca[_0x47a795(0x20d)],_0x3a35ca['TjHcw'])?_0x3a35ca[_0x47a795(0x263)](_0xb5561f,_0x3a35ca['eRgdb'])():await this['setUpHubUrl']());}async[a39_0x146472(0x203)](){const _0x48db8f=a39_0x146472,_0x15900e={};_0x15900e[_0x48db8f(0x22e)]=_0x48db8f(0x276),_0x15900e['XgZYv']=function(_0x3b414a,_0x1319f4){return _0x3b414a!==_0x1319f4;},_0x15900e[_0x48db8f(0x211)]=_0x48db8f(0x269),_0x15900e[_0x48db8f(0x202)]=function(_0x2bd5a3,_0x3bfd25){return _0x2bd5a3==_0x3bfd25;},_0x15900e[_0x48db8f(0x245)]=_0x48db8f(0x220),_0x15900e[_0x48db8f(0x265)]=_0x48db8f(0x224),_0x15900e[_0x48db8f(0x21f)]=_0x48db8f(0x27e),_0x15900e[_0x48db8f(0x20c)]=function(_0x34f8ed,_0x1fa47b){return _0x34f8ed!==_0x1fa47b;},_0x15900e[_0x48db8f(0x241)]=_0x48db8f(0x215),_0x15900e[_0x48db8f(0x26f)]='Local\x20binary\x20started\x20successfully',_0x15900e[_0x48db8f(0x24b)]='beforeExit',_0x15900e[_0x48db8f(0x20e)]=_0x48db8f(0x1eb),_0x15900e['dASif']=_0x48db8f(0x281),_0x15900e[_0x48db8f(0x212)]=function(_0x27e321,_0x2d95dc){return _0x27e321===_0x2d95dc;},_0x15900e[_0x48db8f(0x1f7)]=_0x48db8f(0x1e7);const _0x17cf2a=_0x15900e;if(helper[_0x48db8f(0x21d)](this[_0x48db8f(0x1fe)][_0x48db8f(0x253)])&&(!this['browserstackLocal']||!this[_0x48db8f(0x253)][_0x48db8f(0x1e5)]())){if(_0x17cf2a[_0x48db8f(0x234)](_0x17cf2a[_0x48db8f(0x265)],_0x17cf2a[_0x48db8f(0x21f)]))try{if(_0x17cf2a[_0x48db8f(0x20c)](_0x17cf2a[_0x48db8f(0x241)],_0x17cf2a[_0x48db8f(0x241)]))this['config']['browserStackLocalOptions'][_0x48db8f(0x249)]=_0x360905[_0x48db8f(0x1ea)]();else{this[_0x48db8f(0x253)]=await helper[_0x48db8f(0x22a)](this[_0x48db8f(0x1fe)]),logger[_0x48db8f(0x226)](_0x17cf2a[_0x48db8f(0x26f)]);let _0x5f0ccf=0x0;const _0x2a5b44=async()=>{const _0x3aa524=_0x48db8f,_0x285c42={};_0x285c42[_0x3aa524(0x218)]=_0x17cf2a[_0x3aa524(0x22e)];const _0x47b6fa=_0x285c42;_0x17cf2a['XgZYv'](_0x17cf2a[_0x3aa524(0x211)],_0x17cf2a[_0x3aa524(0x211)])?_0x1ff375[_0x3aa524(0x287)](_0x47b6fa[_0x3aa524(0x218)]):(_0x5f0ccf++,_0x17cf2a[_0x3aa524(0x202)](_0x5f0ccf,0x1)&&await this[_0x3aa524(0x240)]());};process['on'](_0x17cf2a[_0x48db8f(0x24b)],_0x2a5b44),process['on'](_0x17cf2a[_0x48db8f(0x20e)],_0x2a5b44),process['on'](_0x17cf2a[_0x48db8f(0x260)],_0x2a5b44);}}catch(_0x15dab5){if(_0x17cf2a[_0x48db8f(0x212)](_0x17cf2a['FWUXp'],_0x17cf2a[_0x48db8f(0x1f7)])){logger[_0x48db8f(0x264)](_0x15dab5);throw new Error(_0x15dab5['toString']());}else _0xe2cfc0[_0x48db8f(0x226)](_0x17cf2a[_0x48db8f(0x245)]);}else this[_0x48db8f(0x1fe)][_0x48db8f(0x23e)]={'localIdentifier':_0x16af1a[_0x48db8f(0x1ea)]()};}}async[a39_0x146472(0x240)](){const _0x2c6975=a39_0x146472,_0x470c62={};_0x470c62[_0x2c6975(0x25f)]='Local\x20binary\x20stopped',_0x470c62[_0x2c6975(0x1fa)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x851c8c=_0x470c62;if(this[_0x2c6975(0x253)]&&this[_0x2c6975(0x253)][_0x2c6975(0x1e5)]())try{await helper[_0x2c6975(0x1f2)](this[_0x2c6975(0x253)]),logger[_0x2c6975(0x226)](_0x851c8c[_0x2c6975(0x25f)]);}catch(_0x9c8ac6){logger[_0x2c6975(0x25b)](_0x851c8c[_0x2c6975(0x1fa)],_0x9c8ac6[_0x2c6975(0x1f9)]);}}async[a39_0x146472(0x24c)](){const _0x5153f9=a39_0x146472;await hubAllocator['allocateHub'](this[_0x5153f9(0x1fe)]);}[a39_0x146472(0x22c)](){const _0x395560=a39_0x146472,_0x49bf90={'bvUCG':function(_0x13e6ba,_0x4a269b){return _0x13e6ba(_0x4a269b);},'UKwTx':_0x395560(0x279)};_0x49bf90[_0x395560(0x247)](require,_0x49bf90['UKwTx'])();}[a39_0x146472(0x238)](){const _0x58a258=a39_0x146472,_0xde9437={};_0xde9437[_0x58a258(0x22f)]=_0x58a258(0x23c),_0xde9437[_0x58a258(0x1f3)]=_0x58a258(0x1fc);const _0x200a5a=_0xde9437,_0xe08c50=_0xabf5bc=>{const _0x8f4741=_0x58a258;logger['error'](_0xabf5bc[_0x8f4741(0x1f9)]),logger[_0x8f4741(0x264)](util[_0x8f4741(0x23d)](_0xabf5bc)),this['unhandledErrors'][_0x8f4741(0x27f)](util[_0x8f4741(0x23d)]('%j',_0xabf5bc));};process['on'](_0x200a5a[_0x58a258(0x22f)],_0xe08c50),process['on'](_0x200a5a[_0x58a258(0x1f3)],_0xe08c50);}}exports[a39_0x146472(0x232)]=BrowserStackSetup;
|
|
1
|
+
function a39_0x482a(_0x40085c,_0x2d94d8){const _0x24639f=a39_0x2463();return a39_0x482a=function(_0x482a26,_0x2a0622){_0x482a26=_0x482a26-0x166;let _0x1e9c91=_0x24639f[_0x482a26];return _0x1e9c91;},a39_0x482a(_0x40085c,_0x2d94d8);}const a39_0x2dbf4d=a39_0x482a;(function(_0x2078d4,_0x5f418d){const _0x3bff28=a39_0x482a,_0x1df8b7=_0x2078d4();while(!![]){try{const _0x24b83f=parseInt(_0x3bff28(0x168))/0x1+-parseInt(_0x3bff28(0x1ed))/0x2*(parseInt(_0x3bff28(0x1a4))/0x3)+-parseInt(_0x3bff28(0x207))/0x4*(-parseInt(_0x3bff28(0x16f))/0x5)+parseInt(_0x3bff28(0x1b5))/0x6*(-parseInt(_0x3bff28(0x1f6))/0x7)+parseInt(_0x3bff28(0x1d9))/0x8*(parseInt(_0x3bff28(0x171))/0x9)+-parseInt(_0x3bff28(0x1f2))/0xa+parseInt(_0x3bff28(0x198))/0xb;if(_0x24b83f===_0x5f418d)break;else _0x1df8b7['push'](_0x1df8b7['shift']());}catch(_0x2b8f30){_0x1df8b7['push'](_0x1df8b7['shift']());}}}(a39_0x2463,0xc8a2b));const util=require(a39_0x2dbf4d(0x189)),logger=require('./logger')[a39_0x2dbf4d(0x1bd)],helper=require(a39_0x2dbf4d(0x203)),hubAllocator=require(a39_0x2dbf4d(0x174));function a39_0x2463(){const _0x242a7f=['platforms','VLsbD','wraYM','RQgVk','info','20432loTaOP','aSIRD','KdPyN','iytTZ','getPackageVersion','vrUfl','warn','MRtNq','QUvwq','NhfWR','omiBO','iQuFr','testContextOptions','useW3C','hlAqI','browserStackLocalOptions','vIeuH','skOlA','isUndefined','MYhgb','212AoTBdd','config','wBotf','generateLocalIdentifier','SIGINT','5128340sxVZFb','tuzhv','omJPI','cCPzB','3068107ukUgsO','cchMu','sgrAB','AotDk','push','browserstackLocal','setBrowserstackInfraFromConfig','parallelsPerPlatform','xIGJV','hWitA','bTaHu','bHpQX','MyGoK','./helper','GTPAm','setEnvCaps','fDvKr','12ZfwWqS','STtNx','DyGvn','length','ORyoO','readConfig','1425255JVVaus','handleExceptions','FRAMEWORK','envConfig','tLvEh','XotYa','zMqjZ','256745brywPT','RSPQs','1089Tuhvav','UmQWq','error','../hubAllocationMethods','bYUQr','kQCKR','FNorp','shkml','selenium-webdriver','frnsP','No\x20config\x20provided.','WaZxi','mUbAQ','wefKi','vSkyh','OFYOh','setLogLevel','codeceptjs','Dkslu','getLocalIdentifier','localIdentifier','includes','setupBrowserstackLocal','getConfigPath','util','Rdvib','./setKeepAlive','unhandledRejection','isRunning','requireSeleniumWebdriverCheck','framework','SDKTestAttempted','userName\x20or\x20accessKey\x20is\x20not\x20defined','aluDm','GeLAZ','ZPgPP','isBrowserstackInfra','bmPTV','format','3240710QohGDu','lhCIT','toString','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','fireFunnelTestEvent','qFClE','sMQuY','Local\x20binary\x20stopped','Kqlxy','sanitizeCaps','oynss','QOqbP','11604wxswBY','LAjFQ','QSrdD','uncaughtException','XcKUq','setupKeepAlive','RSRSn','hsjEi','env','PTNNt','debug','allocateHub','unhandledErrors','constructor','cliConfig','SIGTERM','QIEkb','6LpVjiU','Aqgme','stopBrowserstackLocal','getFinalCaps','xhUzU','tPpRL','uQUuQ','cydoO','winstonLogger','mXkPn','vDhEY','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','message','IosUr','stopLocalBinary','ixDxA','Error\x20occured\x20while\x20stopping\x20local\x20binary','RLUBn','Local\x20binary\x20started\x20successfully','GNpwx','isTrue','hpDnC','pQbqD','LCLyo','setCLICaps','sZCqT','eYKWE','EUFEc','HsMvo','pjJAt','dmGiq'];a39_0x2463=function(){return _0x242a7f;};return a39_0x2463();}class BrowserStackSetup{constructor(_0x358fd1,_0x322020){const _0x3f37d1=a39_0x2dbf4d,_0x138a2e={'omiBO':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','zMqjZ':_0x3f37d1(0x1c0),'RSRSn':function(_0x2029a4,_0x34d8a2){return _0x2029a4===_0x34d8a2;},'hlAqI':function(_0x3ee506,_0x73b58f){return _0x3ee506<_0x73b58f;},'sMQuY':function(_0x194490,_0x366989){return _0x194490(_0x366989);},'eYKWE':_0x3f37d1(0x179),'HsMvo':function(_0x221fad,_0x5a7ed2){return _0x221fad>=_0x5a7ed2;},'QSrdD':_0x3f37d1(0x18b),'PTNNt':_0x3f37d1(0x1c5),'wraYM':_0x3f37d1(0x191),'GNpwx':_0x3f37d1(0x17b),'tLvEh':_0x3f37d1(0x1ff),'ZPgPP':function(_0x13f8e8,_0x57cf7d){return _0x13f8e8===_0x57cf7d;},'pQbqD':_0x3f37d1(0x1ab),'LAjFQ':'nwRCS','xIGJV':'SDKTestAttempted','sZCqT':function(_0x4a1328,_0x5a3685){return _0x4a1328===_0x5a3685;},'eepNR':_0x3f37d1(0x1be),'aSIRD':_0x3f37d1(0x1bf),'uQUuQ':function(_0x324902,_0x1d6772){return _0x324902!==_0x1d6772;},'pjJAt':_0x3f37d1(0x16d),'AotDk':_0x3f37d1(0x1e0),'NMCWW':function(_0x5cdca8,_0x4fb3b8){return _0x5cdca8===_0x4fb3b8;},'NhfWR':_0x3f37d1(0x196),'skOlA':function(_0x28665e,_0x115188){return _0x28665e!==_0x115188;},'LCLyo':_0x3f37d1(0x1ba),'PJpuf':_0x3f37d1(0x1b6),'bHpQX':function(_0x54fbb6,_0x1cebb3){return _0x54fbb6!==_0x1cebb3;},'sgrAB':_0x3f37d1(0x166),'oynss':function(_0x4d2ab4,_0x9dd893){return _0x4d2ab4!==_0x9dd893;},'FObva':_0x3f37d1(0x1e1),'lNcaT':_0x3f37d1(0x208),'OFYOh':_0x3f37d1(0x17e),'bTaHu':_0x3f37d1(0x18a),'kQCKR':function(_0x106f5e,_0x3efb83){return _0x106f5e!==_0x3efb83;},'hczaf':_0x3f37d1(0x1c2),'DCWrR':_0x3f37d1(0x17f),'QOqbP':function(_0x49f7b8,_0x1734ff){return _0x49f7b8===_0x1734ff;},'WXpeD':function(_0x4534da,_0x1ffb0a){return _0x4534da===_0x1ffb0a;},'shkml':'vaXkL','lEtdT':_0x3f37d1(0x1b9),'ixDxA':_0x3f37d1(0x193),'GTPAm':_0x3f37d1(0x1e9),'vrUfl':_0x3f37d1(0x1a8),'qFClE':'tNkaI'};this[_0x3f37d1(0x1b0)]=[],this[_0x3f37d1(0x1b2)]=helper[_0x3f37d1(0x1cd)](_0x358fd1),this['envConfig']=helper[_0x3f37d1(0x205)](),this[_0x3f37d1(0x1fb)]=null,this[_0x3f37d1(0x1ee)]=helper[_0x3f37d1(0x167)](helper[_0x3f37d1(0x188)](_0x358fd1)),global[_0x3f37d1(0x1ee)]=this[_0x3f37d1(0x1ee)],global[_0x3f37d1(0x18f)]=_0x322020,helper[_0x3f37d1(0x1a1)](this['config']),this['framework']=_0x322020;if(helper[_0x3f37d1(0x1eb)](this[_0x3f37d1(0x1ee)]))throw new Error(_0x138a2e[_0x3f37d1(0x1c8)]);if(this[_0x3f37d1(0x1ee)][_0x3f37d1(0x173)])throw new Error(this[_0x3f37d1(0x1ee)][_0x3f37d1(0x173)]);this[_0x3f37d1(0x169)](),helper[_0x3f37d1(0x1fc)](this[_0x3f37d1(0x1ee)],this[_0x3f37d1(0x1b2)]),helper[_0x3f37d1(0x1b8)](this[_0x3f37d1(0x1ee)],this[_0x3f37d1(0x1b2)],this[_0x3f37d1(0x16b)]);if(!helper[_0x3f37d1(0x195)]()){if(_0x138a2e[_0x3f37d1(0x1aa)](_0x138a2e['tLvEh'],_0x138a2e[_0x3f37d1(0x16c)])){try{_0x138a2e[_0x3f37d1(0x194)](_0x138a2e[_0x3f37d1(0x1cb)],_0x138a2e[_0x3f37d1(0x1a5)])?(_0x1a2faf[_0x3f37d1(0x1eb)](this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1fd)])?_0x4eba21[_0x3f37d1(0x1d8)](_0x138a2e['omiBO']):_0x35ae3c[_0x3f37d1(0x1df)](_0x138a2e['zMqjZ']),this['config'][_0x3f37d1(0x1d4)]=[]):(process[_0x3f37d1(0x1ac)]['FRAMEWORK']=_0x322020,helper['fireFunnelTestEvent'](_0x138a2e['xIGJV'],{},this[_0x3f37d1(0x1ee)],this['framework']));}catch(_0x726fe8){_0x138a2e['sZCqT'](_0x138a2e['eepNR'],_0x138a2e[_0x3f37d1(0x1da)])?!_0x473127[_0x3f37d1(0x1eb)](this['config'][_0x3f37d1(0x1e8)])&&_0x138a2e[_0x3f37d1(0x1aa)](this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)][_0x3f37d1(0x1b1)],_0x506896)?this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)][_0x3f37d1(0x185)]=_0x98402[_0x3f37d1(0x1f0)]():this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)]={'localIdentifier':_0xfb18bf['generateLocalIdentifier']()}:logger[_0x3f37d1(0x1ae)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x726fe8);}return;}else _0x78c848[_0x3f37d1(0x1d8)](_0x138a2e[_0x3f37d1(0x1e3)]);}helper[_0x3f37d1(0x18e)](_0x322020)&&(_0x138a2e[_0x3f37d1(0x1bb)](_0x138a2e[_0x3f37d1(0x1d2)],_0x138a2e[_0x3f37d1(0x1f9)])?(_0x138a2e[_0x3f37d1(0x1e7)](_0x138a2e['sMQuY'](parseInt,helper['getPackageVersion'](_0x138a2e[_0x3f37d1(0x1cf)])),0x3)&&(_0x138a2e['NMCWW'](_0x138a2e[_0x3f37d1(0x1e2)],_0x138a2e[_0x3f37d1(0x1e2)])?this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e6)]=![]:_0x32e947[_0x3f37d1(0x1df)](_0x138a2e[_0x3f37d1(0x16e)])),_0x138a2e[_0x3f37d1(0x1d1)](_0x138a2e[_0x3f37d1(0x19e)](parseInt,helper['getPackageVersion'](_0x138a2e[_0x3f37d1(0x1cf)])),4.5)&&(_0x138a2e[_0x3f37d1(0x1ea)](_0x138a2e[_0x3f37d1(0x1cc)],_0x138a2e['PJpuf'])?this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e6)]=!![]:(_0x138a2e[_0x3f37d1(0x1e7)](_0x138a2e[_0x3f37d1(0x19e)](_0x53611f,_0x95842e[_0x3f37d1(0x1dd)](_0x138a2e[_0x3f37d1(0x1cf)])),0x3)&&(this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e6)]=![]),_0x138a2e[_0x3f37d1(0x1d1)](_0x138a2e[_0x3f37d1(0x19e)](_0x5ac953,_0x3c657f['getPackageVersion'](_0x138a2e[_0x3f37d1(0x1cf)])),4.5)&&(this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e6)]=!![])))):_0x138a2e[_0x3f37d1(0x19e)](_0x5c9571,_0x138a2e[_0x3f37d1(0x1a6)])());if(helper['isUndefined'](this['config'][_0x3f37d1(0x1d4)])||helper[_0x3f37d1(0x1eb)](this[_0x3f37d1(0x1ee)]['platforms'][_0x3f37d1(0x20a)])){if(_0x138a2e[_0x3f37d1(0x201)](_0x138a2e[_0x3f37d1(0x1f8)],_0x138a2e[_0x3f37d1(0x1f8)]))this[_0x3f37d1(0x1ee)]['browserStackLocalOptions']={'localIdentifier':_0x113214[_0x3f37d1(0x1f0)]()};else{if(helper[_0x3f37d1(0x1eb)](this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1fd)])){if(_0x138a2e[_0x3f37d1(0x1a2)](_0x138a2e['FObva'],_0x138a2e['lNcaT']))logger[_0x3f37d1(0x1d8)](_0x138a2e[_0x3f37d1(0x1e3)]);else{_0x5d1361[_0x3f37d1(0x1ae)](_0x1355de);throw new _0x396590(_0x4e4116[_0x3f37d1(0x19a)]());}}else _0x138a2e[_0x3f37d1(0x1ce)](_0x138a2e[_0x3f37d1(0x180)],_0x138a2e['OFYOh'])?logger[_0x3f37d1(0x1df)](_0x138a2e['zMqjZ']):_0xcada28[_0x3f37d1(0x173)](_0x138a2e[_0x3f37d1(0x1ad)],_0x430010[_0x3f37d1(0x1c1)]);this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1d4)]=[];}}!this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)]&&(this['config']['browserStackLocalOptions']=this[_0x3f37d1(0x1ee)]['localOptions']||{}),!this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e5)]&&(this['config'][_0x3f37d1(0x1e5)]={});if(helper[_0x3f37d1(0x1eb)](helper['getUserName'](this['config']))||helper[_0x3f37d1(0x1eb)](helper['getAccessKey'](this[_0x3f37d1(0x1ee)]))){if(_0x138a2e[_0x3f37d1(0x1aa)](_0x138a2e[_0x3f37d1(0x200)],_0x138a2e[_0x3f37d1(0x200)]))throw new Error(_0x138a2e['wraYM']);else this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e6)]=!![];}helper['getLocalConfig'](this[_0x3f37d1(0x1ee)])&&helper[_0x3f37d1(0x1eb)](helper[_0x3f37d1(0x184)](this[_0x3f37d1(0x1ee)]))&&(_0x138a2e[_0x3f37d1(0x176)](_0x138a2e['hczaf'],_0x138a2e['DCWrR'])?!helper[_0x3f37d1(0x1eb)](this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)])&&_0x138a2e[_0x3f37d1(0x1a3)](this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)]['constructor'],Object)?_0x138a2e['WXpeD'](_0x138a2e['shkml'],_0x138a2e[_0x3f37d1(0x178)])?this[_0x3f37d1(0x1ee)][_0x3f37d1(0x1e8)]['localIdentifier']=helper['generateLocalIdentifier']():this['config']['useW3C']=![]:_0x138a2e['NMCWW'](_0x138a2e['lEtdT'],_0x138a2e[_0x3f37d1(0x1c4)])?(_0x38d4d1[_0x3f37d1(0x173)](_0x1b4c7d[_0x3f37d1(0x1c1)]),_0x11bc2b[_0x3f37d1(0x1ae)](_0x14e435['format'](_0x384a25)),this['unhandledErrors'][_0x3f37d1(0x1fa)](_0x1f32b8['format']('%j',_0x24ab82))):this[_0x3f37d1(0x1ee)]['browserStackLocalOptions']={'localIdentifier':helper['generateLocalIdentifier']()}:_0x7e8914['debug'](_0x3f37d1(0x19b)+_0x56ef94));helper[_0x3f37d1(0x181)](this[_0x3f37d1(0x1ee)],this['cliConfig'],this[_0x3f37d1(0x16b)]);try{if(_0x138a2e[_0x3f37d1(0x1a3)](_0x138a2e[_0x3f37d1(0x204)],_0x138a2e[_0x3f37d1(0x204)]))process['env'][_0x3f37d1(0x16a)]=_0x358fd1['_'][0x0],helper[_0x3f37d1(0x19c)](_0x138a2e[_0x3f37d1(0x1fe)],{},this[_0x3f37d1(0x1ee)],this[_0x3f37d1(0x18f)]);else throw new _0x3c1e87(_0x138a2e[_0x3f37d1(0x1d6)]);}catch(_0x4d59b7){_0x138a2e[_0x3f37d1(0x1ce)](_0x138a2e[_0x3f37d1(0x1de)],_0x138a2e[_0x3f37d1(0x19d)])?this['config'][_0x3f37d1(0x1e8)][_0x3f37d1(0x185)]=_0x592d20['generateLocalIdentifier']():logger[_0x3f37d1(0x1ae)](_0x3f37d1(0x19b)+_0x4d59b7);}}async['initialize'](){const _0x5042fa=a39_0x2dbf4d,_0x2682e7={};_0x2682e7[_0x5042fa(0x1e4)]=_0x5042fa(0x182),_0x2682e7[_0x5042fa(0x1a0)]=function(_0x35818d,_0x1cd8b0){return _0x35818d!==_0x1cd8b0;},_0x2682e7[_0x5042fa(0x1c6)]=_0x5042fa(0x209),_0x2682e7['cchMu']=_0x5042fa(0x1bc);const _0x1db460=_0x2682e7;helper['setProxySettings'](this[_0x5042fa(0x1ee)]),this[_0x5042fa(0x1a9)](),await this[_0x5042fa(0x187)](),![_0x1db460[_0x5042fa(0x1e4)]][_0x5042fa(0x186)](this[_0x5042fa(0x18f)])&&(_0x1db460[_0x5042fa(0x1a0)](_0x1db460['RLUBn'],_0x1db460[_0x5042fa(0x1f7)])?await this['setUpHubUrl']():_0x110467[_0x5042fa(0x1ae)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x160449));}async['setupBrowserstackLocal'](){const _0x4f1ebe=a39_0x2dbf4d,_0x15d441={};_0x15d441[_0x4f1ebe(0x1ef)]=_0x4f1ebe(0x18c),_0x15d441[_0x4f1ebe(0x1b4)]=_0x4f1ebe(0x1a7),_0x15d441[_0x4f1ebe(0x1d0)]=_0x4f1ebe(0x190),_0x15d441[_0x4f1ebe(0x1d5)]=function(_0x36e310,_0x142726){return _0x36e310!==_0x142726;},_0x15d441[_0x4f1ebe(0x1dc)]='eaNDl',_0x15d441[_0x4f1ebe(0x199)]=function(_0x19bbc2,_0x4682ab){return _0x19bbc2==_0x4682ab;},_0x15d441[_0x4f1ebe(0x1d7)]=function(_0x2c2f00,_0x522275){return _0x2c2f00===_0x522275;},_0x15d441[_0x4f1ebe(0x192)]='oBonj',_0x15d441[_0x4f1ebe(0x1d3)]='VjjOn',_0x15d441[_0x4f1ebe(0x17c)]=_0x4f1ebe(0x170),_0x15d441[_0x4f1ebe(0x202)]=_0x4f1ebe(0x1ca),_0x15d441['Dkslu']=_0x4f1ebe(0x1c7),_0x15d441[_0x4f1ebe(0x177)]='beforeExit',_0x15d441[_0x4f1ebe(0x206)]=_0x4f1ebe(0x1f1),_0x15d441[_0x4f1ebe(0x17a)]=_0x4f1ebe(0x1b3),_0x15d441[_0x4f1ebe(0x1f3)]=_0x4f1ebe(0x1f4);const _0x251b1f=_0x15d441;if(helper[_0x4f1ebe(0x1c9)](this[_0x4f1ebe(0x1ee)][_0x4f1ebe(0x1fb)])&&(!this[_0x4f1ebe(0x1fb)]||!this[_0x4f1ebe(0x1fb)][_0x4f1ebe(0x18d)]())){if(_0x251b1f[_0x4f1ebe(0x1d7)](_0x251b1f[_0x4f1ebe(0x192)],_0x251b1f[_0x4f1ebe(0x1d3)])){const _0x54459e=_0x2cef88=>{const _0x5ee246=_0x4f1ebe;_0x88df40[_0x5ee246(0x173)](_0x2cef88[_0x5ee246(0x1c1)]),_0x25f37b[_0x5ee246(0x1ae)](_0x2b40fc[_0x5ee246(0x197)](_0x2cef88)),this['unhandledErrors'][_0x5ee246(0x1fa)](_0x1488fb[_0x5ee246(0x197)]('%j',_0x2cef88));};_0x1978b2['on'](_0x251b1f[_0x4f1ebe(0x1ef)],_0x54459e),_0x4c7710['on'](_0x251b1f[_0x4f1ebe(0x1b4)],_0x54459e);}else try{if(_0x251b1f[_0x4f1ebe(0x1d7)](_0x251b1f[_0x4f1ebe(0x17c)],_0x251b1f['MyGoK']))_0x3cc824[_0x4f1ebe(0x1ac)][_0x4f1ebe(0x16a)]=_0x4a3662,_0x30b667[_0x4f1ebe(0x19c)](_0x251b1f[_0x4f1ebe(0x1d0)],{},this['config'],this[_0x4f1ebe(0x18f)]);else{this[_0x4f1ebe(0x1fb)]=await helper['startLocalBinary'](this['config']),logger['info'](_0x251b1f[_0x4f1ebe(0x183)]);let _0x259ee5=0x0;const _0x3811a3=async()=>{const _0x3210f3=_0x4f1ebe,_0x324232={};_0x324232['iUKyW']=_0x251b1f['EUFEc'];const _0x1cbde8=_0x324232;_0x251b1f[_0x3210f3(0x1d5)](_0x251b1f['iytTZ'],_0x251b1f[_0x3210f3(0x1dc)])?(_0x5187c8[_0x3210f3(0x1ac)][_0x3210f3(0x16a)]=_0x118b73['_'][0x0],_0x5b0ab1[_0x3210f3(0x19c)](_0x1cbde8['iUKyW'],{},this[_0x3210f3(0x1ee)],this['framework'])):(_0x259ee5++,_0x251b1f[_0x3210f3(0x199)](_0x259ee5,0x1)&&await this[_0x3210f3(0x1b7)]());};process['on'](_0x251b1f[_0x4f1ebe(0x177)],_0x3811a3),process['on'](_0x251b1f[_0x4f1ebe(0x206)],_0x3811a3),process['on'](_0x251b1f[_0x4f1ebe(0x17a)],_0x3811a3);}}catch(_0x458bb8){if(_0x251b1f[_0x4f1ebe(0x1d5)](_0x251b1f[_0x4f1ebe(0x1f3)],_0x251b1f[_0x4f1ebe(0x1f3)])){try{_0x31e668['env'][_0x4f1ebe(0x16a)]=_0x21fb4f,_0x5240b2[_0x4f1ebe(0x19c)](_0x251b1f[_0x4f1ebe(0x1d0)],{},this['config'],this[_0x4f1ebe(0x18f)]);}catch(_0x3c8466){_0x53fce3['debug'](_0x4f1ebe(0x19b)+_0x3c8466);}return;}else{logger['debug'](_0x458bb8);throw new Error(_0x458bb8[_0x4f1ebe(0x19a)]());}}}}async[a39_0x2dbf4d(0x1b7)](){const _0x5e14b9=a39_0x2dbf4d,_0x2249a5={};_0x2249a5[_0x5e14b9(0x17d)]=_0x5e14b9(0x19f),_0x2249a5[_0x5e14b9(0x1ec)]='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x133e8f=_0x2249a5;if(this[_0x5e14b9(0x1fb)]&&this['browserstackLocal'][_0x5e14b9(0x18d)]())try{await helper[_0x5e14b9(0x1c3)](this[_0x5e14b9(0x1fb)]),logger[_0x5e14b9(0x1d8)](_0x133e8f['mUbAQ']);}catch(_0x3c7c51){logger[_0x5e14b9(0x173)](_0x133e8f[_0x5e14b9(0x1ec)],_0x3c7c51['message']);}}async['setUpHubUrl'](){const _0x108cbf=a39_0x2dbf4d;await hubAllocator[_0x108cbf(0x1af)](this['config']);}[a39_0x2dbf4d(0x1a9)](){const _0x46d49a=a39_0x2dbf4d,_0x58dd7f={'cCPzB':function(_0x4b3492,_0x243004){return _0x4b3492(_0x243004);},'bYUQr':'./setKeepAlive'};_0x58dd7f[_0x46d49a(0x1f5)](require,_0x58dd7f[_0x46d49a(0x175)])();}[a39_0x2dbf4d(0x169)](){const _0x4267f4=a39_0x2dbf4d,_0x7a6853={};_0x7a6853[_0x4267f4(0x1db)]=_0x4267f4(0x18c),_0x7a6853[_0x4267f4(0x172)]=_0x4267f4(0x1a7);const _0x6b7c56=_0x7a6853,_0x5a13cd=_0x32dd17=>{const _0x5375cd=_0x4267f4;logger[_0x5375cd(0x173)](_0x32dd17[_0x5375cd(0x1c1)]),logger[_0x5375cd(0x1ae)](util[_0x5375cd(0x197)](_0x32dd17)),this[_0x5375cd(0x1b0)][_0x5375cd(0x1fa)](util[_0x5375cd(0x197)]('%j',_0x32dd17));};process['on'](_0x6b7c56['KdPyN'],_0x5a13cd),process['on'](_0x6b7c56[_0x4267f4(0x172)],_0x5a13cd);}}exports['default']=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a40_0x5aa436=a40_0x2a73;function a40_0x2a73(_0x4fa27e,_0x5ac6b1){var _0xf8b32=a40_0xf8b3();return a40_0x2a73=function(_0x2a7300,_0x325aa0){_0x2a7300=_0x2a7300-0xa8;var _0x2b3c3a=_0xf8b32[_0x2a7300];return _0x2b3c3a;},a40_0x2a73(_0x4fa27e,_0x5ac6b1);}function a40_0xf8b3(){var _0x336ff2=['wdaLaunchTimeout','IVhLa','customSSLCert','iNWxa','androidNaturalOrientation','safariOpenLinksInBackground','chromedriverPort','32680yjbvQu','orientation','fullReset','browserstack.user_name','PWalT','EnvCapsMapping','showIOSLog','buildIdentifier','unlockKey','browserstackLocal','localeScript','allowTestPackages','resetOnSessionStartOnly','allowDelayAdb','CLICapsMapping','platformVersion','21974DDgDmN','mockLocationApp','webkitResponseTimeout','tJZCq','ignoreUnimportantViews','browserstack.app','maxTypingFrequency','locale','intentAction','avdReadyTimeout','bundleId','xcodeConfigFile','autoWebviewTimeout','userName','BROWSERSTACK_LOCAL','commandTimeouts','LzkQA','nativeInstrumentsLib','chromeOptions','browserstack.rerunTests','logcatFormat','noSign','fyXfP','simpleIsVisibleCheck','UrDhN','28qbOGVg','NyANR','connectHardwareKeyboard','830TAwriR','appActivity','VcOcU','eventTimings','autoWebview','buildToolsVersion','bVeOa','xElBa','iTPVA','3324804cxJuhG','AppiumCaps','chromedriverArgs','useNewWDA','tUlJZ','disableWindowAnimation','ensureWebviewsHavePages','localIdentifier','igJxH','otherApps','skipLogcatCapture','ignoreHiddenApiPolicyError','androidCoverageEndIntent','browserstack.projectName','safariInitialUrl','automationName','browserstack.local','updatedWDABundleId','autoGrantPermissions','fVYuY','skipDeviceInitialization','browserstack.localIdentifier','androidScreenshotPath','safariIgnoreFraudWarning','webDriverAgentUrl','language','BROWSERSTACK_RERUN_TESTS','shouldUseSingletonTestManager','BROWSERSTACK_USER_NAME','noReset','appWaitActivity','browserstack.access_key','androidDeviceSocket','22959VNxWeh','xkokl','appWaitDuration','buildName','intentCategory','tapWithShortPressDuration','iosInstallPause','1693856FvaBqL','enforceAppInstall','keychainPassword','BROWSERSTACK_PROJECT_NAME','recreateChromeDriverSessions','browserstack.accessKey','appPackage','keychainPath','SJWcz','allowTouchIdEnroll','parallelsPerPlatform','Wzpgg','unicodeKeyboard','chromedriverUseSystemExecutable','BROWSERSTACK_OBSERVABILITY_DEBUG','enableWebviewDetailsCollection','safariAllowPopups','keystorePassword','newCommandTimeout','accessKey','processArguments','160305ztJNDZ','intentFlags','resetKeyboard','app','gpsEnabled','browserstack.buildIdentifier','isHeadless','remoteAppsCacheLimit','BROWSERSTACK_LOCAL_IDENTIFIER','enablePerformanceLogging','YDzIJ','logcatFilterSpecs','remoteDebugProxy','rWBFe','chromedriverExecutable','skipLogCapture','gpehu','rXDUm','BROWSERSTACK_USERNAME','BROWSERSTACK_AUTOMATION','optionalIntentArguments','androidInstallPath','unlockType','chromedriverChromeMappingFile','waitForAppScript','wdaStartupRetries','BROWSERSTACK_BUILD_NAME','DHrfy','appWaitPackage','ClDON','wdaLocalPort','browserstack.logLevel','keyAlias','gNPCh','browserstack.buildName','avdLaunchTimeout','androidInstallTimeout','automation','BROWSERSTACK_APP','rtQlq','preventWDAAttachments','BROWSERSTACK_ACCESS_KEY','locationServicesEnabled','printPageSourceOnFindFailure','nativeWebScreenshot','logLevel','webviewDevtoolsPort','adbPort','uninstallOtherPackages','browserstack.userName','autoLaunch','xcodeSigningId','vKRAl','177768NVlLfy','wdaStartupRetryInterval','72YgLLJw','adbExecTimeout','clearSystemFiles','projectName','rerunTests','avd','xcodeOrgId'];a40_0xf8b3=function(){return _0x336ff2;};return a40_0xf8b3();}(function(_0x30ac42,_0x146e98){var _0x59b811=a40_0x2a73,_0x98882a=_0x30ac42();while(!![]){try{var _0x3f1762=-parseInt(_0x59b811(0x157))/0x1*(parseInt(_0x59b811(0x13e))/0x2)+-parseInt(_0x59b811(0x11e))/0x3+-parseInt(_0x59b811(0xd4))/0x4+parseInt(_0x59b811(0xe9))/0x5*(parseInt(_0x59b811(0x120))/0x6)+parseInt(_0x59b811(0xac))/0x7+parseInt(_0x59b811(0x12e))/0x8+parseInt(_0x59b811(0xcd))/0x9*(parseInt(_0x59b811(0x15a))/0xa);if(_0x3f1762===_0x146e98)break;else _0x98882a['push'](_0x98882a['shift']());}catch(_0x3351fb){_0x98882a['push'](_0x98882a['shift']());}}}(a40_0xf8b3,0x459ee),exports[a40_0x5aa436(0x13c)]=()=>{var _0x1952a6=a40_0x5aa436,_0x373298={};_0x373298['rWBFe']=_0x1952a6(0x131),_0x373298['vKRAl']=_0x1952a6(0x11a),_0x373298[_0x1952a6(0xaa)]=_0x1952a6(0xcb),_0x373298[_0x1952a6(0x12a)]=_0x1952a6(0xd9),_0x373298[_0x1952a6(0x106)]=_0x1952a6(0x10b),_0x373298[_0x1952a6(0x15c)]=_0x1952a6(0xb9),_0x373298['NyANR']=_0x1952a6(0xee),_0x373298[_0x1952a6(0x141)]='browserstack.ppp',_0x373298['dizFu']='browserstack.parallelsPerPlatform',_0x373298[_0x1952a6(0x156)]=_0x1952a6(0xbc),_0x373298['bNIqD']=_0x1952a6(0xc1),_0x373298[_0x1952a6(0xb4)]=_0x1952a6(0x151),_0x373298['YDzIJ']=_0x1952a6(0x143),_0x373298[_0x1952a6(0xa9)]=_0x1952a6(0x108),_0x373298[_0x1952a6(0xab)]='browserstack.automation';var _0x60057b=_0x373298,_0x466ea9={};return _0x466ea9[_0x1952a6(0x14b)]=[_0x60057b[_0x1952a6(0xf6)],_0x60057b[_0x1952a6(0x11d)]],_0x466ea9[_0x1952a6(0xe7)]=[_0x60057b['xElBa'],_0x60057b[_0x1952a6(0x12a)]],_0x466ea9[_0x1952a6(0xd0)]=[_0x60057b[_0x1952a6(0x106)]],_0x466ea9[_0x1952a6(0x123)]=[_0x60057b[_0x1952a6(0x15c)]],_0x466ea9[_0x1952a6(0x135)]=[_0x60057b[_0x1952a6(0x158)]],_0x466ea9['parallelsPerPlatform']=[_0x60057b['tJZCq'],_0x60057b['dizFu']],_0x466ea9[_0x1952a6(0x137)]=[_0x60057b['UrDhN']],_0x466ea9[_0x1952a6(0xb3)]=[_0x60057b['bNIqD']],_0x466ea9[_0x1952a6(0x124)]=[_0x60057b[_0x1952a6(0xb4)]],_0x466ea9[_0x1952a6(0xec)]=[_0x60057b[_0x1952a6(0xf3)]],_0x466ea9[_0x1952a6(0x116)]=[_0x60057b[_0x1952a6(0xa9)]],_0x466ea9[_0x1952a6(0x10e)]=[_0x60057b['iTPVA']],_0x466ea9;},exports[a40_0x5aa436(0x133)]=()=>{var _0x5e9f41=a40_0x5aa436,_0x4e53b4={};_0x4e53b4[_0x5e9f41(0x154)]=_0x5e9f41(0xfb),_0x4e53b4[_0x5e9f41(0x110)]=_0x5e9f41(0xc8),_0x4e53b4[_0x5e9f41(0xfa)]=_0x5e9f41(0x112),_0x4e53b4['DHrfy']=_0x5e9f41(0x103),_0x4e53b4[_0x5e9f41(0x10a)]=_0x5e9f41(0xd7),_0x4e53b4[_0x5e9f41(0xbf)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x4e53b4[_0x5e9f41(0xdc)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x4e53b4[_0x5e9f41(0x132)]=_0x5e9f41(0x14c),_0x4e53b4[_0x5e9f41(0xf9)]=_0x5e9f41(0xf1),_0x4e53b4[_0x5e9f41(0x14e)]=_0x5e9f41(0xc6),_0x4e53b4[_0x5e9f41(0xb0)]='BROWSERSTACK_APP_ID',_0x4e53b4[_0x5e9f41(0xdf)]=_0x5e9f41(0x10f),_0x4e53b4[_0x5e9f41(0xce)]=_0x5e9f41(0xe2),_0x4e53b4[_0x5e9f41(0x128)]=_0x5e9f41(0xfc);var _0x2c5617=_0x4e53b4,_0x184c30={};return _0x184c30[_0x5e9f41(0x14b)]=[_0x2c5617[_0x5e9f41(0x154)],_0x2c5617[_0x5e9f41(0x110)]],_0x184c30[_0x5e9f41(0xe7)]=[_0x2c5617[_0x5e9f41(0xfa)]],_0x184c30['buildName']=[_0x2c5617[_0x5e9f41(0x104)]],_0x184c30[_0x5e9f41(0x123)]=[_0x2c5617[_0x5e9f41(0x10a)]],_0x184c30[_0x5e9f41(0x135)]=[_0x2c5617[_0x5e9f41(0xbf)]],_0x184c30[_0x5e9f41(0xde)]=[_0x2c5617[_0x5e9f41(0xdc)]],_0x184c30[_0x5e9f41(0x137)]=[_0x2c5617['PWalT']],_0x184c30[_0x5e9f41(0xb3)]=[_0x2c5617[_0x5e9f41(0xf9)]],_0x184c30[_0x5e9f41(0x124)]=[_0x2c5617['LzkQA']],_0x184c30['app']=[_0x2c5617[_0x5e9f41(0xb0)],_0x2c5617[_0x5e9f41(0xdf)]],_0x184c30[_0x5e9f41(0x116)]=[_0x2c5617[_0x5e9f41(0xce)]],_0x184c30[_0x5e9f41(0x10e)]=[_0x2c5617['IVhLa']],_0x184c30;},exports[a40_0x5aa436(0xad)]=()=>[a40_0x5aa436(0xbb),a40_0x5aa436(0x13d),'deviceName',a40_0x5aa436(0xe6),a40_0x5aa436(0xec),'udid',a40_0x5aa436(0xc5),a40_0x5aa436(0x145),a40_0x5aa436(0x12f),a40_0x5aa436(0x15e),a40_0x5aa436(0xc9),a40_0x5aa436(0x130),a40_0x5aa436(0x122),a40_0x5aa436(0x15d),a40_0x5aa436(0xf2),a40_0x5aa436(0xb5),a40_0x5aa436(0x114),a40_0x5aa436(0x15b),a40_0x5aa436(0xda),a40_0x5aa436(0xca),a40_0x5aa436(0x105),a40_0x5aa436(0xcf),'deviceReadyTimeout',a40_0x5aa436(0x139),'androidCoverage',a40_0x5aa436(0xb8),'androidDeviceReadyTimeout',a40_0x5aa436(0x118),a40_0x5aa436(0xcc),a40_0x5aa436(0x10d),a40_0x5aa436(0xfe),a40_0x5aa436(0x125),a40_0x5aa436(0x10c),a40_0x5aa436(0x147),'avdArgs','useKeystore','keystorePath',a40_0x5aa436(0xe5),a40_0x5aa436(0x109),'keyPassword',a40_0x5aa436(0xf7),a40_0x5aa436(0xae),'chromedriverExecutableDir',a40_0x5aa436(0x100),a40_0x5aa436(0xe1),a40_0x5aa436(0x12d),'chromedriverPorts','chromedriverDisableBuildCheck',a40_0x5aa436(0x14a),a40_0x5aa436(0x146),a40_0x5aa436(0xd1),a40_0x5aa436(0xea),a40_0x5aa436(0xfd),'dontStopAppOnReset',a40_0x5aa436(0xe0),a40_0x5aa436(0xeb),a40_0x5aa436(0x153),a40_0x5aa436(0x142),'disableAndroidWatchers',a40_0x5aa436(0x150),a40_0x5aa436(0xd8),a40_0x5aa436(0x115),a40_0x5aa436(0xc2),'networkSpeed',a40_0x5aa436(0xed),a40_0x5aa436(0xef),a40_0x5aa436(0x121),a40_0x5aa436(0x138),a40_0x5aa436(0xc0),a40_0x5aa436(0xbe),a40_0x5aa436(0x12b),'systemPort','remoteAdbHost','skipUnlock',a40_0x5aa436(0xff),a40_0x5aa436(0x136),a40_0x5aa436(0x11b),a40_0x5aa436(0xb6),a40_0x5aa436(0x119),a40_0x5aa436(0xb1),a40_0x5aa436(0xa8),a40_0x5aa436(0xd5),a40_0x5aa436(0xb2),a40_0x5aa436(0x117),a40_0x5aa436(0xe3),a40_0x5aa436(0xf0),'calendarFormat',a40_0x5aa436(0x148),'launchTimeout',a40_0x5aa436(0x113),'locationServicesAuthorized','autoAcceptAlerts','autoDismissAlerts',a40_0x5aa436(0x14f),'nativeWebTap',a40_0x5aa436(0xba),a40_0x5aa436(0xe4),a40_0x5aa436(0xc3),a40_0x5aa436(0x12c),'keepKeyChains','localizableStringsDir',a40_0x5aa436(0xe8),'interKeyDelay',a40_0x5aa436(0x134),'sendKeyStrategy',a40_0x5aa436(0x140),'screenshotWaitTimeout',a40_0x5aa436(0xf5),'enableAsyncExecuteFromHttps',a40_0x5aa436(0xf8),'webkitDebugProxyPort','fullContextList',a40_0x5aa436(0x101),'webviewConnectRetries','appName',a40_0x5aa436(0x129),a40_0x5aa436(0xd2),'scaleFactor',a40_0x5aa436(0x107),'showXcodeLog',a40_0x5aa436(0xd3),a40_0x5aa436(0x149),a40_0x5aa436(0xd6),'usePrebuiltWDA',a40_0x5aa436(0x111),a40_0x5aa436(0xc4),a40_0x5aa436(0xdb),a40_0x5aa436(0xaf),a40_0x5aa436(0x127),'wdaConnectionTimeout',a40_0x5aa436(0x126),a40_0x5aa436(0x11c),a40_0x5aa436(0xbd),a40_0x5aa436(0x13a),a40_0x5aa436(0x14d),a40_0x5aa436(0x102),a40_0x5aa436(0x11f),a40_0x5aa436(0x159),a40_0x5aa436(0x144),a40_0x5aa436(0x155),'useCarthageSsl',a40_0x5aa436(0xc7),'startIWDP',a40_0x5aa436(0xdd),a40_0x5aa436(0xb7),a40_0x5aa436(0x13f),a40_0x5aa436(0x152),a40_0x5aa436(0xf4),a40_0x5aa436(0x13b)]);
|
|
1
|
+
var a40_0x49eb7a=a40_0x354e;function a40_0x354e(_0x3297a0,_0x31b83d){var _0x57baa7=a40_0x57ba();return a40_0x354e=function(_0x354ede,_0x1a3396){_0x354ede=_0x354ede-0x17f;var _0xfe555=_0x57baa7[_0x354ede];return _0xfe555;},a40_0x354e(_0x3297a0,_0x31b83d);}function a40_0x57ba(){var _0x1dddc0=['deviceReadyTimeout','18DNFwSW','EeaLk','ooEmG','epLws','chromedriverPort','browserstack.user_name','safariInitialUrl','automation','kljNt','deviceName','calendarFormat','browserstack.rerunTests','allowDelayAdb','webkitDebugProxyPort','unicodeKeyboard','isHeadless','chromedriverDisableBuildCheck','locationServicesEnabled','MMjad','wdaConnectionTimeout','adbExecTimeout','TtnFI','projectName','ignoreUnimportantViews','ZRqiM','keyAlias','androidCoverageEndIntent','7283538Sjfsvg','AgWyn','skipUnlock','qcMCT','BROWSERSTACK_ACCESS_KEY','otherApps','rOlEI','wdaStartupRetries','nativeWebScreenshot','xcodeConfigFile','keystorePath','rerunTests','logcatFormat','interKeyDelay','kRttk','androidScreenshotPath','keyPassword','webDriverAgentUrl','BROWSERSTACK_PROJECT_NAME','browserstackLocal','usePrebuiltWDA','skipLogCapture','chromedriverChromeMappingFile','udid','noSign','buildToolsVersion','fullReset','skipLogcatCapture','chromedriverExecutableDir','adbPort','preventWDAAttachments','remoteAppsCacheLimit','eventTimings','avdLaunchTimeout','70jXpeEQ','vcTcF','appWaitDuration','androidCoverage','browserstack.app','showXcodeLog','tapWithShortPressDuration','appName','intentFlags','intentAction','useKeystore','enforceAppInstall','avdReadyTimeout','BROWSERSTACK_BUILD_NAME','iXRDa','mockLocationApp','874159QqCCoQ','disableAndroidWatchers','unlockType','4576104cMsrIb','safariAllowPopups','AppiumCaps','SlwGJ','RbWao','dontStopAppOnReset','FAKDo','browserstack.buildName','androidNaturalOrientation','androidDeviceSocket','appWaitActivity','remoteAdbHost','bOzda','browserstack.local','autoAcceptAlerts','webviewDevtoolsPort','enablePerformanceLogging','noReset','allowTouchIdEnroll','safariIgnoreFraudWarning','scaleFactor','browserstack.accessKey','chromedriverPorts','logLevel','pYizZ','updatedWDABundleId','browserstack.buildIdentifier','screenshotWaitTimeout','XkpGj','systemPort','sendKeyStrategy','10569712xvWMtS','androidDeviceReadyTimeout','autoWebviewTimeout','CLICapsMapping','iosInstallPause','autoWebview','androidInstallTimeout','safariOpenLinksInBackground','language','accessKey','BROWSERSTACK_LOCAL_IDENTIFIER','275730senAFN','userName','BROWSERSTACK_RERUN_TESTS','orientation','YFqfk','browserstack.logLevel','platformVersion','appActivity','remoteDebugProxy','BROWSERSTACK_LOCAL','buildName','appWaitPackage','309135ygaFYj','networkSpeed','uninstallOtherPackages','wdaLaunchTimeout','autoGrantPermissions','ensureWebviewsHavePages','nativeWebTap','androidInstallPath','connectHardwareKeyboard','keychainPassword','useNewWDA','chromeOptions','webkitResponseTimeout','avdArgs','newCommandTimeout','BROWSERSTACK_APP','jtAoG','autoDismissAlerts','app','locationServicesAuthorized','maxTypingFrequency','parallelsPerPlatform','browserstack.ppp','localIdentifier','gpsEnabled','automationName','commandTimeouts','customSSLCert','bundleId','MvCrj','chromedriverArgs','browserstack.projectName','wdaLocalPort','avd','BROWSERSTACK_USERNAME','237504GHTDjp','XTyXW','browserstack.parallelsPerPlatform','ypNeP','unlockKey'];a40_0x57ba=function(){return _0x1dddc0;};return a40_0x57ba();}(function(_0x3bb84b,_0x49fdbb){var _0x243293=a40_0x354e,_0x25417f=_0x3bb84b();while(!![]){try{var _0x483a2f=parseInt(_0x243293(0x18b))/0x1+parseInt(_0x243293(0x1ed))/0x2*(parseInt(_0x243293(0x1c4))/0x3)+parseInt(_0x243293(0x1e7))/0x4*(-parseInt(_0x243293(0x22a))/0x5)+-parseInt(_0x243293(0x18e))/0x6+-parseInt(_0x243293(0x1b8))/0x7+parseInt(_0x243293(0x1ad))/0x8+-parseInt(_0x243293(0x208))/0x9;if(_0x483a2f===_0x49fdbb)break;else _0x25417f['push'](_0x25417f['shift']());}catch(_0x1b4c11){_0x25417f['push'](_0x25417f['shift']());}}}(a40_0x57ba,0xa60de),exports[a40_0x49eb7a(0x1b0)]=()=>{var _0x446ad7=a40_0x49eb7a,_0x2301a7={};_0x2301a7['SJtHU']=_0x446ad7(0x1f2),_0x2301a7[_0x446ad7(0x1ea)]='browserstack.userName',_0x2301a7['pYizZ']='browserstack.access_key',_0x2301a7['jfhlW']=_0x446ad7(0x1a3),_0x2301a7[_0x446ad7(0x192)]=_0x446ad7(0x195),_0x2301a7[_0x446ad7(0x1aa)]=_0x446ad7(0x1e3),_0x2301a7[_0x446ad7(0x1ef)]=_0x446ad7(0x1a8),_0x2301a7[_0x446ad7(0x1ee)]=_0x446ad7(0x1da),_0x2301a7[_0x446ad7(0x1f5)]=_0x446ad7(0x1e9),_0x2301a7[_0x446ad7(0x22b)]=_0x446ad7(0x19b),_0x2301a7[_0x446ad7(0x20e)]='browserstack.localIdentifier',_0x2301a7['iEcju']=_0x446ad7(0x1f8),_0x2301a7['MMjad']=_0x446ad7(0x17f),_0x2301a7[_0x446ad7(0x202)]=_0x446ad7(0x1bd),_0x2301a7['qcMCT']='browserstack.automation';var _0xf28f41=_0x2301a7,_0x297856={};return _0x297856[_0x446ad7(0x1b9)]=[_0xf28f41['SJtHU'],_0xf28f41[_0x446ad7(0x1ea)]],_0x297856['accessKey']=[_0xf28f41[_0x446ad7(0x1a6)],_0xf28f41['jfhlW']],_0x297856[_0x446ad7(0x1c2)]=[_0xf28f41[_0x446ad7(0x192)]],_0x297856[_0x446ad7(0x203)]=[_0xf28f41[_0x446ad7(0x1aa)]],_0x297856['buildIdentifier']=[_0xf28f41['ooEmG']],_0x297856[_0x446ad7(0x1d9)]=[_0xf28f41[_0x446ad7(0x1ee)],_0xf28f41[_0x446ad7(0x1f5)]],_0x297856[_0x446ad7(0x21b)]=[_0xf28f41[_0x446ad7(0x22b)]],_0x297856[_0x446ad7(0x1db)]=[_0xf28f41[_0x446ad7(0x20e)]],_0x297856[_0x446ad7(0x213)]=[_0xf28f41['iEcju']],_0x297856[_0x446ad7(0x1d6)]=[_0xf28f41[_0x446ad7(0x1ff)]],_0x297856[_0x446ad7(0x1a5)]=[_0xf28f41[_0x446ad7(0x202)]],_0x297856['automation']=[_0xf28f41[_0x446ad7(0x20b)]],_0x297856;},exports['EnvCapsMapping']=()=>{var _0xd6b195=a40_0x49eb7a,_0x383f4c={};_0x383f4c[_0xd6b195(0x1e8)]=_0xd6b195(0x1e6),_0x383f4c[_0xd6b195(0x205)]='BROWSERSTACK_USER_NAME',_0x383f4c['GgSeT']=_0xd6b195(0x20c),_0x383f4c[_0xd6b195(0x216)]=_0xd6b195(0x188),_0x383f4c['AgWyn']=_0xd6b195(0x21a),_0x383f4c[_0xd6b195(0x189)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x383f4c['MvCrj']='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x383f4c[_0xd6b195(0x1d4)]=_0xd6b195(0x1c1),_0x383f4c[_0xd6b195(0x1bc)]=_0xd6b195(0x1b7),_0x383f4c['SlwGJ']=_0xd6b195(0x1ba),_0x383f4c[_0xd6b195(0x194)]='BROWSERSTACK_APP_ID',_0x383f4c[_0xd6b195(0x1f0)]=_0xd6b195(0x1d3),_0x383f4c['PEtMl']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x383f4c[_0xd6b195(0x19a)]='BROWSERSTACK_AUTOMATION';var _0x185a23=_0x383f4c,_0x126f18={};return _0x126f18[_0xd6b195(0x1b9)]=[_0x185a23[_0xd6b195(0x1e8)],_0x185a23[_0xd6b195(0x205)]],_0x126f18[_0xd6b195(0x1b6)]=[_0x185a23['GgSeT']],_0x126f18[_0xd6b195(0x1c2)]=[_0x185a23['kRttk']],_0x126f18[_0xd6b195(0x203)]=[_0x185a23[_0xd6b195(0x209)]],_0x126f18['buildIdentifier']=[_0x185a23[_0xd6b195(0x189)]],_0x126f18[_0xd6b195(0x1d9)]=[_0x185a23[_0xd6b195(0x1e1)]],_0x126f18[_0xd6b195(0x21b)]=[_0x185a23[_0xd6b195(0x1d4)]],_0x126f18[_0xd6b195(0x1db)]=[_0x185a23[_0xd6b195(0x1bc)]],_0x126f18[_0xd6b195(0x213)]=[_0x185a23[_0xd6b195(0x191)]],_0x126f18[_0xd6b195(0x1d6)]=[_0x185a23[_0xd6b195(0x194)],_0x185a23[_0xd6b195(0x1f0)]],_0x126f18['logLevel']=[_0x185a23['PEtMl']],_0x126f18[_0xd6b195(0x1f4)]=[_0x185a23[_0xd6b195(0x19a)]],_0x126f18;},exports[a40_0x49eb7a(0x190)]=()=>[a40_0x49eb7a(0x1dd),a40_0x49eb7a(0x1be),a40_0x49eb7a(0x1f6),a40_0x49eb7a(0x1d2),'app',a40_0x49eb7a(0x21f),a40_0x49eb7a(0x1b5),'locale',a40_0x49eb7a(0x1bb),a40_0x49eb7a(0x1b2),a40_0x49eb7a(0x19f),a40_0x49eb7a(0x222),'clearSystemFiles',a40_0x49eb7a(0x228),a40_0x49eb7a(0x19e),a40_0x49eb7a(0x20d),'printPageSourceOnFindFailure',a40_0x49eb7a(0x1bf),'appPackage',a40_0x49eb7a(0x198),a40_0x49eb7a(0x1c3),a40_0x49eb7a(0x22c),a40_0x49eb7a(0x1ec),'allowTestPackages',a40_0x49eb7a(0x22d),a40_0x49eb7a(0x207),a40_0x49eb7a(0x1ae),a40_0x49eb7a(0x225),a40_0x49eb7a(0x197),a40_0x49eb7a(0x1b3),a40_0x49eb7a(0x1cb),a40_0x49eb7a(0x1e5),a40_0x49eb7a(0x229),a40_0x49eb7a(0x187),a40_0x49eb7a(0x1d1),a40_0x49eb7a(0x185),a40_0x49eb7a(0x212),'keystorePassword',a40_0x49eb7a(0x206),a40_0x49eb7a(0x218),'chromedriverExecutable',a40_0x49eb7a(0x1e2),a40_0x49eb7a(0x224),a40_0x49eb7a(0x21e),'chromedriverUseSystemExecutable',a40_0x49eb7a(0x1f1),a40_0x49eb7a(0x1a4),a40_0x49eb7a(0x1fd),a40_0x49eb7a(0x1af),a40_0x49eb7a(0x184),'intentCategory',a40_0x49eb7a(0x183),'optionalIntentArguments',a40_0x49eb7a(0x193),a40_0x49eb7a(0x1fb),'resetKeyboard',a40_0x49eb7a(0x220),a40_0x49eb7a(0x204),a40_0x49eb7a(0x18c),a40_0x49eb7a(0x1cf),'recreateChromeDriverSessions',a40_0x49eb7a(0x210),a40_0x49eb7a(0x217),a40_0x49eb7a(0x1c5),a40_0x49eb7a(0x1dc),a40_0x49eb7a(0x1fc),a40_0x49eb7a(0x201),'localeScript','skipDeviceInitialization',a40_0x49eb7a(0x1c8),a40_0x49eb7a(0x196),a40_0x49eb7a(0x1ab),a40_0x49eb7a(0x199),a40_0x49eb7a(0x20a),a40_0x49eb7a(0x18d),a40_0x49eb7a(0x1eb),'autoLaunch',a40_0x49eb7a(0x223),a40_0x49eb7a(0x1c6),'disableWindowAnimation',a40_0x49eb7a(0x221),a40_0x49eb7a(0x186),a40_0x49eb7a(0x1c9),a40_0x49eb7a(0x19d),'enableWebviewDetailsCollection',a40_0x49eb7a(0x227),a40_0x49eb7a(0x1f7),a40_0x49eb7a(0x1e0),'launchTimeout',a40_0x49eb7a(0x1fe),a40_0x49eb7a(0x1d7),a40_0x49eb7a(0x19c),a40_0x49eb7a(0x1d5),'nativeInstrumentsLib',a40_0x49eb7a(0x1ca),a40_0x49eb7a(0x1f3),a40_0x49eb7a(0x18f),a40_0x49eb7a(0x1a1),a40_0x49eb7a(0x1b4),'keepKeyChains','localizableStringsDir','processArguments',a40_0x49eb7a(0x215),'showIOSLog',a40_0x49eb7a(0x1ac),a40_0x49eb7a(0x1d0),a40_0x49eb7a(0x1a9),a40_0x49eb7a(0x1c0),'enableAsyncExecuteFromHttps',a40_0x49eb7a(0x21d),a40_0x49eb7a(0x1fa),'fullContextList','waitForAppScript','webviewConnectRetries',a40_0x49eb7a(0x182),a40_0x49eb7a(0x1df),a40_0x49eb7a(0x181),a40_0x49eb7a(0x1a2),a40_0x49eb7a(0x1e4),a40_0x49eb7a(0x180),a40_0x49eb7a(0x1b1),a40_0x49eb7a(0x211),a40_0x49eb7a(0x1cd),a40_0x49eb7a(0x21c),a40_0x49eb7a(0x226),a40_0x49eb7a(0x219),'keychainPath',a40_0x49eb7a(0x1ce),a40_0x49eb7a(0x1c7),a40_0x49eb7a(0x200),'xcodeOrgId','xcodeSigningId',a40_0x49eb7a(0x1a7),'resetOnSessionStartOnly',a40_0x49eb7a(0x1de),a40_0x49eb7a(0x20f),'wdaStartupRetryInterval',a40_0x49eb7a(0x1cc),a40_0x49eb7a(0x1d8),'simpleIsVisibleCheck','useCarthageSsl','shouldUseSingletonTestManager','startIWDP',a40_0x49eb7a(0x1a0),'ignoreHiddenApiPolicyError',a40_0x49eb7a(0x18a),a40_0x49eb7a(0x214),'logcatFilterSpecs',a40_0x49eb7a(0x1f9)]);
|