browserstack-node-sdk 1.28.6 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/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/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/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/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/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
|
@@ -1 +1 @@
|
|
|
1
|
-
const a31_0x57ae9b=a31_0x4271;(function(_0x44cb38,_0x50f1a4){const _0x66dcad=a31_0x4271,_0x948d02=_0x44cb38();while(!![]){try{const _0x2bbad9=-parseInt(_0x66dcad(0x1f0))/0x1+-parseInt(_0x66dcad(0x240))/0x2*(-parseInt(_0x66dcad(0x1f8))/0x3)+-parseInt(_0x66dcad(0x242))/0x4*(parseInt(_0x66dcad(0x1a3))/0x5)+parseInt(_0x66dcad(0x1fa))/0x6+parseInt(_0x66dcad(0x21e))/0x7+-parseInt(_0x66dcad(0x1f7))/0x8*(-parseInt(_0x66dcad(0x1dc))/0x9)+-parseInt(_0x66dcad(0x1bc))/0xa*(-parseInt(_0x66dcad(0x1c2))/0xb);if(_0x2bbad9===_0x50f1a4)break;else _0x948d02['push'](_0x948d02['shift']());}catch(_0x14c21f){_0x948d02['push'](_0x948d02['shift']());}}}(a31_0x2fdf,0x6f84b));const Worker=require(a31_0x57ae9b(0x1f4))[a31_0x57ae9b(0x1e4)],Emittery=require(a31_0x57ae9b(0x1ae)),pLimit=require('p-limit'),logger=require(a31_0x57ae9b(0x23e))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x57ae9b(0x192)),SessionHandler=require(a31_0x57ae9b(0x22c)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x57ae9b(0x19d));function a31_0x4271(_0xed7af4,_0xb536c){const _0x2fdf68=a31_0x2fdf();return a31_0x4271=function(_0x42715a,_0xe24d4e){_0x42715a=_0x42715a-0x18d;let _0x429867=_0x2fdf68[_0x42715a];return _0x429867;},a31_0x4271(_0xed7af4,_0xb536c);}function a31_0x2fdf(){const _0x68a7d3=['rgOqM','cucumberWorker','error','RmQAp','SxWRz','ETxIB','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','sZbFj','WRZgT','pipe','kexDE','Ueqfl','WZbsO','log','BDCkK','xmZkp','lSIeM','VJAZP','VCFZf','mLeDg','BkAEx','bbyBG','HqImy','HlEjh','./testWorker.js','dgWBY','SMbwi','end','CvUOF','accessibility','parallelVanillaRun','1633653iIccxQ','RmfaG','nvVhx','Running\x20','qwqxD','platform','test-file-start','hCZlb','platform-run-start','json','aXwhP','BS_A11Y_JWT','jaXaf','FSvzc','../../helpers/test-observability/sessionHandler','STzBN','kEMuZ','_workerPool','debug','test-file-success','rRXtF','length','yvXIY','EDwxP','jGsfn','kuaTi','then','emit','Workers\x20failed\x20to\x20exit\x20gracefully','eYNFB','BS_A11Y_TEST_RUN_ID','_child','../../helpers/logger','GVjIk','26bNrdtv','BDwnc','22444ghVIfq','RBWKJ','cDqyR','wPHfR','oUYEP','AFrhN','UvkID','kqdbs','RRoBy','dIWyc','PCcbg','root_dir_path','../../helpers/accessibility-automation/helper','CXqwi','evhrM','LNTWx','getStdout','WjasB','file','vanillaWorker','all','stSnh','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','../../helpers/test-observability/utils','YYODy','Afrhv','FoWsA','PuwUj','LlwCl','660HQHdcs','BROWSERSTACK_TEST_ACCESSIBILITY_YML','NYkMK','NVBUI','oSnwV','getWorkers','pTmak','mwVyi','PgVzW','ZYdtg','cORjL','emittery','stderr','failureCount','rYzpr','AAgGr','LZSln','ruWqL','aqIIZ','DxIaT','zBvQJ','mdaMx','nJxPq','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','stdout','350130JwxFCD','ijrji','oKUdL','mocha','WjBBi','lWfdp','55umiEcD','Djyzg','waitForExit','VDlwf','tYCMV','TBQtk','APXeW','send','gXqXS','rDwlM','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','forEach','cYKgX','parallelTestRun','ZNbxQ','yuqaL','test-file-failure','env','info','danzm','hKfFN','map','parallelCucumberRun','kHpUn','platform-run-success','platform-run-failure','964791BkGyNO','aAYzo','exit','MqirC','stop','UhaHK','xOpMf','push','Worker','DdeZd','NlEwx','getStderr','exitCode','faZnY','resolve','results','Pdjtr','launch','LMmsf','dUAGw','420624UWfoWE','kTcSA','wvXCI','\x20for','jest-worker','XxAej','platforms','16MVOGvr','42681cnqWpk','true','4861572YboAsS','xJvRZ','VhJVw','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','configuration'];a31_0x2fdf=function(){return _0x68a7d3;};return a31_0x2fdf();}checkAccessibility=_0x15226f=>{const _0x48d23=a31_0x57ae9b,_0x381fa6={};_0x381fa6[_0x48d23(0x195)]=function(_0x5d88e1,_0x3211d1){return _0x5d88e1!==_0x3211d1;},_0x381fa6[_0x48d23(0x219)]='ZfHOj',_0x381fa6[_0x48d23(0x1ef)]=function(_0x33ac43,_0x225e13){return _0x33ac43===_0x225e13;},_0x381fa6[_0x48d23(0x1a0)]=function(_0x3096d8,_0xd2b78e){return _0x3096d8!==_0xd2b78e;},_0x381fa6[_0x48d23(0x204)]='thnIB',_0x381fa6[_0x48d23(0x1ca)]=_0x48d23(0x222),_0x381fa6['WZbsO']=function(_0x3ef989,_0x1eae23){return _0x3ef989!==_0x1eae23;},_0x381fa6[_0x48d23(0x235)]=_0x48d23(0x1c0),_0x381fa6[_0x48d23(0x1c3)]=_0x48d23(0x1c8),_0x381fa6[_0x48d23(0x19f)]=_0x48d23(0x1b3);const _0x21cee6=_0x381fa6;let _0x54aab2=![];try{_0x21cee6[_0x48d23(0x20b)](_0x21cee6[_0x48d23(0x235)],_0x21cee6[_0x48d23(0x1c3)])?_0x15226f[_0x48d23(0x1f6)][_0x48d23(0x1cd)](_0x4e1b66=>{const _0x465212=_0x48d23;if(_0x21cee6['LNTWx'](_0x21cee6[_0x465212(0x219)],_0x21cee6['SMbwi']))_0x5b602f[_0x465212(0x230)](_0x465212(0x19c)+_0x333b0c);else{if(_0x21cee6[_0x465212(0x1ef)](_0x4e1b66['accessibility'],!![]))return _0x21cee6[_0x465212(0x1a0)](_0x21cee6['ETxIB'],_0x21cee6[_0x465212(0x1ca)])?(_0x54aab2=!![],!![]):_0x52eb21[_0x465212(0x199)](_0x2a06db);}}):_0x462310[_0x48d23(0x1e8)]=0x1;}catch(_0x40936d){_0x21cee6[_0x48d23(0x195)](_0x21cee6[_0x48d23(0x19f)],_0x21cee6['Afrhv'])?_0x132b69[0x0]&&_0x1cb132[_0x48d23(0x1d4)](_0x48d23(0x221)+_0x81aaef[0x1]+'\x20for',_0x479574[0x0]):logger[_0x48d23(0x230)](_0x48d23(0x19c)+_0x40936d);}return _0x54aab2;},exports[a31_0x57ae9b(0x1cf)]=(_0x12e56b,_0x4762ca,_0x2c5a9e)=>new Promise(async _0x821fe=>{const _0x91421b=a31_0x57ae9b,_0x1491b4={'yvXIY':_0x91421b(0x1b0),'PuwUj':function(_0xac4899,_0x39cc1c){return _0xac4899+_0x39cc1c;},'VDlwf':_0x91421b(0x1eb),'faZnY':function(_0x3f66da,_0x14d824){return _0x3f66da===_0x14d824;},'yuqaL':_0x91421b(0x23a),'oUYEP':function(_0x3036ca,_0x1d64da){return _0x3036ca===_0x1d64da;},'wPHfR':function(_0x63c33e,_0x2aac0b){return _0x63c33e!==_0x2aac0b;},'YYODy':function(_0x21ba08,_0x1f6861){return _0x21ba08===_0x1f6861;},'evhrM':_0x91421b(0x241),'bbyBG':function(_0x4ccb1f,_0xe4d612){return _0x4ccb1f===_0xe4d612;},'rgOqM':'GJBfV','jaXaf':function(_0x4d8174,_0x1314d0){return _0x4d8174+_0x1314d0;},'sZbFj':'wVjnQ','CXqwi':function(_0x544789,_0x4f435c){return _0x544789!==_0x4f435c;},'zBvQJ':_0x91421b(0x237),'kEMuZ':function(_0x3ffc77,_0x5b52bf){return _0x3ffc77(_0x5b52bf);},'oSnwV':_0x91421b(0x215),'VJAZP':function(_0x33b9f5,_0x589cc3){return _0x33b9f5!==_0x589cc3;},'cDqyR':'avnIr','WRZgT':function(_0x17d65e){return _0x17d65e();},'rDwlM':_0x91421b(0x1f1),'lSIeM':_0x91421b(0x216),'eYNFB':function(_0x5b3df6,_0x1348be){return _0x5b3df6(_0x1348be);},'DNosz':function(_0x31ab8f,_0x111f4e){return _0x31ab8f!==_0x111f4e;},'aXwhP':_0x91421b(0x1c6),'aAYzo':_0x91421b(0x1b8),'rYzpr':_0x91421b(0x1f2),'ZYdtg':function(_0x202cfd,_0x5cdf80){return _0x202cfd!==_0x5cdf80;},'kHpUn':'LxcsK','BckBn':function(_0x116674,_0x3c9974){return _0x116674(_0x3c9974);},'xOpMf':function(_0xd5ebb2,_0x2343b9){return _0xd5ebb2===_0x2343b9;},'lSRCE':_0x91421b(0x1f5),'CvUOF':_0x91421b(0x1a2),'danzm':_0x91421b(0x224),'TBQtk':'nDrZQ','RmfaG':_0x91421b(0x18f),'MqirC':_0x91421b(0x1bf),'xmZkp':_0x91421b(0x1f9),'RRoBy':function(_0x51a57b,_0x11ea7d){return _0x51a57b(_0x11ea7d);},'xJvRZ':function(_0x36d64f,_0xe7bf2){return _0x36d64f===_0xe7bf2;},'jGsfn':_0x91421b(0x247),'STzBN':'RIVwL','PCcbg':function(_0xde0e51,_0x5218bc,_0x4c4b8e){return _0xde0e51(_0x5218bc,_0x4c4b8e);},'nQCbE':'./testWorker.js','StfUg':'worker','XHNJS':_0x91421b(0x227),'VhJVw':_0x91421b(0x208),'ZDrYH':function(_0x3bde19,_0x4fff99){return _0x3bde19*_0x4fff99;},'DxIaT':_0x91421b(0x231),'oKUdL':'test-file-failure','stSnh':function(_0x59a263,_0x47c139){return _0x59a263(_0x47c139);},'tNVuX':function(_0x45659f,_0x114ec1){return _0x45659f*_0x114ec1;}},_0xe9632c={};if(_0x1491b4[_0x91421b(0x207)](isTestObservabilitySession)){if(_0x1491b4[_0x91421b(0x193)](_0x1491b4[_0x91421b(0x1c7)],_0x1491b4[_0x91421b(0x21f)])){const _0x50fe18={..._0x2c5a9e};_0x50fe18[_0x91421b(0x191)]='',await SessionHandler[_0x91421b(0x1ed)](_0x50fe18,{'frameworkName':_0x1491b4[_0x91421b(0x1df)],'frameworkVersion':_0x1491b4[_0x91421b(0x23b)](getFrameworkVersion,_0x1491b4[_0x91421b(0x1df)])});}else return _0x40ae24=!![],!![];}let _0x4c65ab=_0x1491b4[_0x91421b(0x19e)](process[_0x91421b(0x1d3)][_0x91421b(0x1a4)],_0x1491b4['xmZkp']);process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x1491b4[_0x91421b(0x18e)](checkAccessibility,_0x2c5a9e),_0x4c65ab=_0x4c65ab||_0x1491b4['oUYEP'](process[_0x91421b(0x1d3)][_0x91421b(0x1cc)],_0x1491b4[_0x91421b(0x20e)]);if(_0x4c65ab){if(_0x1491b4[_0x91421b(0x1fb)](_0x1491b4[_0x91421b(0x236)],_0x1491b4[_0x91421b(0x22d)]))_0x55f1ec[_0x291a04[0x0]][_0x1491b4['yvXIY']]=_0x1491b4[_0x91421b(0x1a1)](_0x482336[_0x2a2743[0x0]][_0x1491b4[_0x91421b(0x234)]],_0x3d19a2[0x1][_0x1491b4['yvXIY']]),_0xd66c4a[_0x174d54[0x0]][_0x1491b4[_0x91421b(0x1c5)]]=[..._0x3cb2ef[_0x23b678[0x0]][_0x1491b4[_0x91421b(0x1c5)]],..._0x420161[0x1][_0x1491b4[_0x91421b(0x1c5)]]];else{const [_0x136607,_0x4f5ffb]=await _0x1491b4[_0x91421b(0x190)](createAccessibilityTestRun,_0x2c5a9e,_0x1491b4['MqirC']);logger[_0x91421b(0x230)](_0x91421b(0x205)+_0x4f5ffb),process[_0x91421b(0x1d3)][_0x91421b(0x229)]=_0x136607,process[_0x91421b(0x1d3)][_0x91421b(0x23c)]=_0x4f5ffb;}}const _0x5551ce=new Worker(require[_0x91421b(0x1ea)](_0x1491b4['nQCbE']),{'exposedMethods':[_0x1491b4['StfUg']],'forkOptions':{'serialization':_0x1491b4['XHNJS'],'stdio':_0x1491b4[_0x91421b(0x1fc)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1491b4['ZDrYH'](_0x4762ca,0x1),'enableWorkerThreads':!![]}),_0x3094be=new Emittery();_0x3094be['on'](_0x1491b4[_0x91421b(0x1b6)],_0x5d86fd=>{const _0x4aecf7=_0x91421b,_0x39c394={'DdeZd':function(_0x235315,_0x520a30){const _0x1b304c=a31_0x4271;return _0x1491b4[_0x1b304c(0x246)](_0x235315,_0x520a30);},'xyTWS':function(_0x1d4f89,_0x5a5f99){const _0x14295c=a31_0x4271;return _0x1491b4[_0x14295c(0x245)](_0x1d4f89,_0x5a5f99);}};if(_0x1491b4[_0x4aecf7(0x19e)](_0x1491b4['evhrM'],_0x1491b4[_0x4aecf7(0x194)])){if(_0xe9632c[_0x5d86fd[0x0]]){if(_0x1491b4[_0x4aecf7(0x214)](_0x1491b4[_0x4aecf7(0x1ff)],_0x1491b4[_0x4aecf7(0x1ff)]))_0xe9632c[_0x5d86fd[0x0]][_0x1491b4[_0x4aecf7(0x234)]]=_0x1491b4[_0x4aecf7(0x22a)](_0xe9632c[_0x5d86fd[0x0]][_0x1491b4[_0x4aecf7(0x234)]],_0x5d86fd[0x1][_0x1491b4[_0x4aecf7(0x234)]]),_0xe9632c[_0x5d86fd[0x0]][_0x1491b4[_0x4aecf7(0x1c5)]]=[..._0xe9632c[_0x5d86fd[0x0]][_0x1491b4[_0x4aecf7(0x1c5)]],..._0x5d86fd[0x1][_0x1491b4[_0x4aecf7(0x1c5)]]];else{if(_0x1491b4[_0x4aecf7(0x1e9)](_0x3b8b83[_0x4aecf7(0x21c)],!![]))return _0x35f48a=!![],!![];}}else _0x1491b4[_0x4aecf7(0x19e)](_0x1491b4[_0x4aecf7(0x206)],_0x1491b4[_0x4aecf7(0x206)])?_0xe9632c[_0x5d86fd[0x0]]={'failureCount':_0x5d86fd[0x1][_0x1491b4['yvXIY']],'results':[..._0x5d86fd[0x1][_0x1491b4['VDlwf']]]}:_0x39c394[_0x4aecf7(0x1e5)](_0x59d47d,0x0)&&_0x39c394['xyTWS'](_0x3515e3,0x0)&&(_0x51e512=_0x280018);}else _0x3c8fa6[_0x4aecf7(0x201)](_0x1491b4['yuqaL']);}),_0x3094be['on'](_0x1491b4[_0x91421b(0x1be)],_0x595a4a=>console[_0x91421b(0x20c)](_0x595a4a[0x1]));if(_0x5551ce[_0x91421b(0x196)]())_0x5551ce[_0x91421b(0x196)]()[_0x91421b(0x208)](process[_0x91421b(0x1bb)]);if(_0x5551ce['getStderr']())_0x5551ce[_0x91421b(0x1e7)]()[_0x91421b(0x208)](process[_0x91421b(0x1af)]);const _0x4bbbfe=async()=>{const _0x20ece7=_0x91421b,_0x2a0be4={'vKxAY':function(_0x5ee0c4,_0x174dd7){const _0x3383f6=a31_0x4271;return _0x1491b4[_0x3383f6(0x22e)](_0x5ee0c4,_0x174dd7);},'nJxPq':_0x1491b4[_0x20ece7(0x1d1)]};if(_0x1491b4['wPHfR'](_0x1491b4[_0x20ece7(0x1a7)],_0x1491b4[_0x20ece7(0x1a7)]))_0x2a0be4['vKxAY'](_0x2a499c,_0x20ece7(0x1fd)+_0x384b03);else{const {forceExited:_0x4a8a77}=await _0x5551ce[_0x20ece7(0x21a)]();_0x4a8a77&&(_0x1491b4[_0x20ece7(0x210)](_0x1491b4[_0x20ece7(0x244)],_0x1491b4[_0x20ece7(0x244)])?_0x389bd4=_0x183a69:console[_0x20ece7(0x201)](_0x1491b4[_0x20ece7(0x1d1)]));_0x1491b4[_0x20ece7(0x207)](isAccessibilityAutomationSession)&&(_0x1491b4['CXqwi'](_0x1491b4[_0x20ece7(0x1cb)],_0x1491b4[_0x20ece7(0x20f)])?await _0x1491b4['eYNFB'](stopAccessibilityTestRun,_0x2c5a9e)['catch'](_0x4a0936=>{const _0x266b51=_0x20ece7;_0x1491b4[_0x266b51(0x193)](_0x1491b4[_0x266b51(0x1b7)],_0x1491b4[_0x266b51(0x1b7)])?_0x2708ac['error'](_0x2a0be4[_0x266b51(0x1b9)]):logger[_0x266b51(0x201)](_0x266b51(0x1ba)+_0x4a0936);}):_0x49e1df[_0x20ece7(0x201)](_0x20ece7(0x1ba)+_0x325fe1));if(_0x1491b4[_0x20ece7(0x207)](isTestObservabilitySession)){if(_0x1491b4['DNosz'](_0x1491b4[_0x20ece7(0x228)],_0x1491b4[_0x20ece7(0x1dd)]))try{_0x1491b4[_0x20ece7(0x245)](_0x1491b4[_0x20ece7(0x1b1)],_0x1491b4['rYzpr'])?_0x57dfc8[_0x20ece7(0x1e3)]([_0x140b0a[0x0],_0x1356b9[0x1]]):await SessionHandler[_0x20ece7(0x1e0)]();}catch(_0x15b5ce){_0x1491b4[_0x20ece7(0x1ac)](_0x1491b4[_0x20ece7(0x1d9)],_0x1491b4['kHpUn'])?_0x18ca20['error'](_0x1491b4[_0x20ece7(0x1d1)]):_0x1491b4[_0x20ece7(0x22e)](debug,_0x20ece7(0x1fd)+_0x15b5ce);}else{const _0x1ecfd5={};_0x1ecfd5[_0x20ece7(0x1b0)]=_0x2864f1[0x1][_0x1491b4[_0x20ece7(0x234)]],_0x1ecfd5[_0x20ece7(0x1eb)]=[..._0x5d9321[0x1][_0x1491b4[_0x20ece7(0x1c5)]]],_0x481fd6[_0x32ee9e[0x0]]=_0x1ecfd5;}}_0x1491b4['BckBn'](_0x821fe,_0xe9632c);}},_0x5e2826=_0x1491b4[_0x91421b(0x19b)](pLimit,_0x1491b4['tNVuX'](_0x4762ca,0x1)),_0x69b09e=_0x50aa5e=>_0x5e2826(async()=>{const _0x776fa=_0x91421b;if(_0x1491b4[_0x776fa(0x1e2)](_0x1491b4['lSRCE'],_0x1491b4[_0x776fa(0x21b)])){const _0x64755={'PgVzW':function(_0xee064b,_0x1d8747){const _0x53e8d8=_0x776fa;return _0x1491b4[_0x53e8d8(0x214)](_0xee064b,_0x1d8747);}};_0x3d32d0[_0x776fa(0x1f6)][_0x776fa(0x1cd)](_0x1c98b0=>{const _0x2b1497=_0x776fa;if(_0x64755[_0x2b1497(0x1ab)](_0x1c98b0[_0x2b1497(0x21c)],!![]))return _0x4a5222=!![],!![];});}else return await _0x3094be[_0x776fa(0x239)](_0x1491b4[_0x776fa(0x1d5)],_0x50aa5e),_0x5551ce['worker'](_0x50aa5e,_0x2c5a9e);});Promise[_0x91421b(0x19a)](_0x12e56b['map'](_0x257846=>_0x69b09e(_0x257846)[_0x91421b(0x238)](_0x508fbe=>_0x3094be[_0x91421b(0x239)](_0x91421b(0x231),[_0x257846['configuration'][_0x91421b(0x223)],_0x508fbe]),_0x281671=>_0x3094be[_0x91421b(0x239)](_0x91421b(0x1d2),[_0x257846,_0x281671]))))[_0x91421b(0x238)](_0x4bbbfe,_0x4bbbfe);}),exports[a31_0x57ae9b(0x1d8)]=(_0x2bf10c,_0x431274,_0x5ebdd6,_0x2ea9ff,_0x4d7e0c)=>{const _0x22617e=a31_0x57ae9b,_0x56f51e={'RBWKJ':_0x22617e(0x23a),'VCFZf':function(_0x51794b,_0x5c1424){return _0x51794b(_0x5c1424);},'kqdbs':_0x22617e(0x226),'ZNbxQ':_0x22617e(0x1b0),'RmQAp':function(_0x454745,_0x29cf4e){return _0x454745+_0x29cf4e;},'hKfFN':_0x22617e(0x1eb),'ruWqL':function(_0x543e3d,_0x4f98f5){return _0x543e3d===_0x4f98f5;},'mLeDg':_0x22617e(0x213),'GVjIk':_0x22617e(0x209),'NYkMK':_0x22617e(0x217),'NVBUI':'cucumberWorker','aqIIZ':_0x22617e(0x227),'mwVyi':_0x22617e(0x208),'nvVhx':_0x22617e(0x1da),'BDCkK':_0x22617e(0x1db),'MUNiH':function(_0x1e2c31,_0x21ea43){return _0x1e2c31(_0x21ea43);}};return new Promise(_0x6fcb74=>{const _0x30b1fa=_0x22617e,_0x2ab96b={'hCZlb':_0x56f51e[_0x30b1fa(0x1d0)],'FSvzc':function(_0x2e4310,_0x57ef9e){const _0x89adc2=_0x30b1fa;return _0x56f51e[_0x89adc2(0x202)](_0x2e4310,_0x57ef9e);},'uwfme':_0x56f51e[_0x30b1fa(0x1d6)],'UhaHK':function(_0x1a8c51,_0x16ab79){const _0x4a9869=_0x30b1fa;return _0x56f51e[_0x4a9869(0x1b4)](_0x1a8c51,_0x16ab79);},'pTmak':_0x56f51e[_0x30b1fa(0x212)],'LMmsf':_0x56f51e[_0x30b1fa(0x23f)]},_0x55ee66=[],_0x3331d5=new Worker(require[_0x30b1fa(0x1ea)](_0x56f51e[_0x30b1fa(0x1a5)]),{'exposedMethods':[_0x56f51e[_0x30b1fa(0x1a6)]],'forkOptions':{'serialization':_0x56f51e[_0x30b1fa(0x1b5)],'stdio':_0x56f51e[_0x30b1fa(0x1aa)]},'numWorkers':_0x2bf10c['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x37d763=new Emittery();_0x37d763['on'](_0x56f51e[_0x30b1fa(0x220)],_0x109b59=>{const _0x163625=_0x30b1fa,_0x55060d={'UvkID':_0x2ab96b[_0x163625(0x225)],'cYKgX':function(_0x4b6c14,_0x528ab0){const _0x480772=_0x163625;return _0x2ab96b[_0x480772(0x22b)](_0x4b6c14,_0x528ab0);},'dgWBY':_0x2ab96b['uwfme']};if(_0x2ab96b[_0x163625(0x1e1)](_0x2ab96b[_0x163625(0x1a9)],_0x2ab96b[_0x163625(0x1ee)])){if(_0x50a569[_0x570059[0x0]])_0x540440[_0xb63f64[0x0]][_0x55060d[_0x163625(0x248)]]=_0x55060d[_0x163625(0x1ce)](_0x4cdea6[_0x307e4a[0x0]][_0x55060d['UvkID']],_0x292d94[0x1][_0x55060d[_0x163625(0x248)]]),_0x1393de[_0x4435ed[0x0]][_0x55060d[_0x163625(0x218)]]=[..._0x4ad1ce[_0x20156b[0x0]][_0x55060d[_0x163625(0x218)]],..._0x4f2473[0x1][_0x55060d[_0x163625(0x218)]]];else{const _0x5e9c23={};_0x5e9c23[_0x163625(0x1b0)]=_0x55a93e[0x1][_0x55060d[_0x163625(0x248)]],_0x5e9c23[_0x163625(0x1eb)]=[..._0x88163f[0x1][_0x55060d[_0x163625(0x218)]]],_0x3cb23d[_0x4bc66d[0x0]]=_0x5e9c23;}}else _0x55ee66[_0x163625(0x1e3)]([_0x109b59[0x0],_0x109b59[0x1]]);}),_0x37d763['on'](_0x56f51e[_0x30b1fa(0x20d)],_0x2599d4=>console['log'](_0x2599d4[0x1]));if(_0x3331d5[_0x30b1fa(0x196)]())_0x3331d5[_0x30b1fa(0x196)]()[_0x30b1fa(0x208)](process['stdout']);if(_0x3331d5[_0x30b1fa(0x1e7)]())_0x3331d5[_0x30b1fa(0x1e7)]()[_0x30b1fa(0x208)](process['stderr']);const _0x5863f5=async()=>{const _0x22d0dc=_0x30b1fa,{forceExited:_0x217fe2}=await _0x3331d5[_0x22d0dc(0x21a)]();_0x217fe2&&console[_0x22d0dc(0x201)](_0x56f51e[_0x22d0dc(0x243)]),_0x56f51e[_0x22d0dc(0x211)](_0x6fcb74,_0x55ee66);},_0x2772a6=_0x56f51e['MUNiH'](pLimit,_0x2bf10c[_0x30b1fa(0x233)]),_0x338546=_0x3f7fa2=>_0x2772a6(async()=>{const _0x3935af=_0x30b1fa;return await _0x37d763[_0x3935af(0x239)](_0x56f51e[_0x3935af(0x18d)],_0x3f7fa2),_0x3331d5[_0x3935af(0x200)](_0x3f7fa2,_0x431274,_0x5ebdd6,_0x2ea9ff,_0x4d7e0c);});Promise[_0x30b1fa(0x19a)](_0x2bf10c[_0x30b1fa(0x1d7)](_0x542cb0=>_0x338546(_0x542cb0)[_0x30b1fa(0x238)](_0x391eb9=>_0x37d763[_0x30b1fa(0x239)]('platform-run-success',[_0x542cb0,_0x391eb9]),_0x4f9cc6=>_0x37d763[_0x30b1fa(0x239)](_0x30b1fa(0x1db),[_0x542cb0,_0x4f9cc6]))))[_0x30b1fa(0x238)](_0x5863f5,_0x5863f5);});},exports[a31_0x57ae9b(0x21d)]=(_0x5c9b7c,_0x1a5291)=>new Promise(_0x5d0c19=>{const _0x496718=a31_0x57ae9b,_0x68c2={'WjasB':function(_0x46c73a,_0x207ca9){return _0x46c73a===_0x207ca9;},'Pdjtr':function(_0xbc2cac,_0x4d4696){return _0xbc2cac!==_0x4d4696;},'ijrji':_0x496718(0x1de),'cORjL':_0x496718(0x23a),'rRXtF':function(_0x29a945,_0x3266b2){return _0x29a945(_0x3266b2);},'AAgGr':_0x496718(0x217),'SxWRz':'vanillaWorker','aUxNw':_0x496718(0x227),'lbfSw':_0x496718(0x208),'lWfdp':_0x496718(0x231),'Ueqfl':_0x496718(0x1d2)},_0x3490d3={},_0x5ef54e=new Worker(require[_0x496718(0x1ea)](_0x68c2[_0x496718(0x1b2)]),{'exposedMethods':[_0x68c2[_0x496718(0x203)]],'forkOptions':{'serialization':_0x68c2['aUxNw'],'stdio':_0x68c2['lbfSw']},'numWorkers':_0x1a5291,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x372cae=new Emittery();_0x372cae['on'](_0x68c2[_0x496718(0x1c1)],_0x1b2336=>{const _0x4dad4c=_0x496718;_0x1b2336[0x0]&&logger[_0x4dad4c(0x1d4)](_0x4dad4c(0x221)+_0x1b2336[0x1]+_0x4dad4c(0x1f3),_0x1b2336[0x0]);}),_0x372cae['on'](_0x68c2[_0x496718(0x20a)],_0x2d98a4=>{const _0x278cc4=_0x496718;process[_0x278cc4(0x1e8)]=0x1;});if(_0x5ef54e[_0x496718(0x196)]())_0x5ef54e['getStdout']()[_0x496718(0x208)](process[_0x496718(0x1bb)]);if(_0x5ef54e['getStderr']())_0x5ef54e[_0x496718(0x1e7)]()[_0x496718(0x208)](process['stderr']);const _0x43fb45=async()=>{const _0x4a2397=_0x496718;let _0x4f1ebe=0x0;const _0x37af51=_0x5ef54e[_0x4a2397(0x22f)][_0x4a2397(0x1a8)](),_0x254d73=()=>{},_0x514889=_0x37af51[_0x4a2397(0x1d7)](async _0x4324a7=>{const _0x22f0f5=_0x4a2397,_0x560f68={'NlEwx':function(_0x4dbea4,_0x2accfe){const _0x577975=a31_0x4271;return _0x68c2[_0x577975(0x197)](_0x4dbea4,_0x2accfe);},'yqOhB':function(_0x217804,_0x1dbb9f){const _0x49ac20=a31_0x4271;return _0x68c2[_0x49ac20(0x1ec)](_0x217804,_0x1dbb9f);}};_0x4324a7[_0x22f0f5(0x1c9)]([0x2,![]],_0x254d73,_0x254d73,_0x254d73),_0x4324a7[_0x22f0f5(0x23d)]['on'](_0x68c2[_0x22f0f5(0x1bd)],_0x483395=>{const _0x46253f=_0x22f0f5;_0x560f68[_0x46253f(0x1e6)](_0x4f1ebe,0x0)&&_0x560f68['yqOhB'](_0x483395,0x0)&&(_0x4f1ebe=_0x483395);}),await _0x4324a7[_0x22f0f5(0x1c4)]();});await Promise['all'](_0x514889),process[_0x4a2397(0x1e8)]=_0x4f1ebe;const {forceExited:_0x4b3f18}=await _0x5ef54e[_0x4a2397(0x21a)]();_0x4b3f18&&console[_0x4a2397(0x201)](_0x68c2[_0x4a2397(0x1ad)]),_0x68c2[_0x4a2397(0x232)](_0x5d0c19,_0x3490d3);},_0x39b64f=_0x68c2[_0x496718(0x232)](pLimit,_0x1a5291),_0x34c27d=_0x1f9f60=>_0x39b64f(async()=>{const _0x308c5d=_0x496718;return _0x5ef54e[_0x308c5d(0x199)](_0x1f9f60);});Promise[_0x496718(0x19a)](_0x5c9b7c['map'](_0x559b77=>_0x34c27d(_0x559b77)[_0x496718(0x238)](_0x30ed8a=>_0x372cae['emit']('test-file-success',[_0x559b77[_0x496718(0x1fe)][_0x496718(0x223)],_0x559b77[_0x496718(0x1fe)][_0x496718(0x198)]]),_0x107a67=>_0x372cae[_0x496718(0x239)](_0x496718(0x1d2),[_0x559b77,_0x107a67]))))[_0x496718(0x238)](_0x43fb45,_0x43fb45);});
|
|
1
|
+
const a31_0x4f23db=a31_0x25f2;(function(_0x58a881,_0x449bc6){const _0x3fc3b1=a31_0x25f2,_0x46c544=_0x58a881();while(!![]){try{const _0x237fb1=parseInt(_0x3fc3b1(0x21f))/0x1*(-parseInt(_0x3fc3b1(0x236))/0x2)+parseInt(_0x3fc3b1(0x192))/0x3+-parseInt(_0x3fc3b1(0x210))/0x4*(-parseInt(_0x3fc3b1(0x238))/0x5)+-parseInt(_0x3fc3b1(0x1f8))/0x6*(parseInt(_0x3fc3b1(0x204))/0x7)+-parseInt(_0x3fc3b1(0x1ea))/0x8*(parseInt(_0x3fc3b1(0x18e))/0x9)+parseInt(_0x3fc3b1(0x234))/0xa*(parseInt(_0x3fc3b1(0x215))/0xb)+-parseInt(_0x3fc3b1(0x216))/0xc*(-parseInt(_0x3fc3b1(0x1bc))/0xd);if(_0x237fb1===_0x449bc6)break;else _0x46c544['push'](_0x46c544['shift']());}catch(_0x3ec46d){_0x46c544['push'](_0x46c544['shift']());}}}(a31_0x12a5,0x8a719));const Worker=require(a31_0x4f23db(0x1c8))[a31_0x4f23db(0x1d0)],Emittery=require(a31_0x4f23db(0x1c4)),pLimit=require(a31_0x4f23db(0x191)),util=require(a31_0x4f23db(0x1cb)),logger=require(a31_0x4f23db(0x22d))[a31_0x4f23db(0x208)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x4f23db(0x19d)),SessionHandler=require(a31_0x4f23db(0x235)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x4f23db(0x1dc));checkAccessibility=_0x10b8b2=>{const _0x42ff6c=a31_0x4f23db,_0x5f517a={};_0x5f517a[_0x42ff6c(0x18b)]=_0x42ff6c(0x22e),_0x5f517a[_0x42ff6c(0x22f)]=function(_0x3f6444,_0x4233ed){return _0x3f6444===_0x4233ed;},_0x5f517a[_0x42ff6c(0x1d7)]=_0x42ff6c(0x18d),_0x5f517a[_0x42ff6c(0x1f3)]=function(_0x1285db,_0x14420b){return _0x1285db!==_0x14420b;},_0x5f517a[_0x42ff6c(0x21a)]='cUKSJ',_0x5f517a[_0x42ff6c(0x219)]=_0x42ff6c(0x23a),_0x5f517a[_0x42ff6c(0x22b)]='CsIAe',_0x5f517a['wYavy']=_0x42ff6c(0x18f),_0x5f517a[_0x42ff6c(0x1ed)]=_0x42ff6c(0x23b);const _0x491869=_0x5f517a;let _0x5816e6=![];try{_0x491869['gGzcx'](_0x491869[_0x42ff6c(0x219)],_0x491869[_0x42ff6c(0x22b)])?_0x10b8b2[_0x42ff6c(0x185)][_0x42ff6c(0x193)](_0x27bf60=>{const _0x438821=_0x42ff6c,_0x4abae1={};_0x4abae1[_0x438821(0x1dd)]=_0x491869[_0x438821(0x18b)];const _0x330ceb=_0x4abae1;if(_0x491869[_0x438821(0x22f)](_0x491869['VZRxp'],_0x491869[_0x438821(0x1d7)])){if(_0x491869[_0x438821(0x22f)](_0x27bf60['accessibility'],!![]))return _0x491869[_0x438821(0x1f3)](_0x491869[_0x438821(0x21a)],_0x491869[_0x438821(0x21a)])?(_0x55dac7=!![],!![]):(_0x5816e6=!![],!![]);}else _0x52da0e[_0x438821(0x227)](_0x330ceb['ZNmyz']);}):_0x28fb21[_0x42ff6c(0x19a)](_0x42ff6c(0x195)+_0xe98565);}catch(_0x4e20ed){_0x491869[_0x42ff6c(0x22f)](_0x491869[_0x42ff6c(0x1d4)],_0x491869['LJcnW'])?_0x3426d3[_0x42ff6c(0x196)]([_0x1202cc[0x0],_0x4acf45[0x1]]):logger[_0x42ff6c(0x19a)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4e20ed);}return _0x5816e6;},exports['parallelTestRun']=(_0x1c0651,_0x5e8e41,_0x39bb3a)=>new Promise(async _0x336884=>{const _0x500b7c=a31_0x4f23db,_0x3a68b3={'dmzkM':'Workers\x20failed\x20to\x20exit\x20gracefully','exsNI':function(_0x4fc09a,_0x5f2977){return _0x4fc09a===_0x5f2977;},'ZuqWs':_0x500b7c(0x1b7),'ubxtd':function(_0x3655e7,_0xc0f17f){return _0x3655e7+_0xc0f17f;},'GSIdp':_0x500b7c(0x1fa),'yZqgq':'SLDlV','MXzVO':'PVmKu','LoCNc':function(_0x3cd024,_0x356360){return _0x3cd024!==_0x356360;},'smTdR':_0x500b7c(0x1b8),'hJjNE':_0x500b7c(0x206),'cDdqB':'CbYHP','wPIrh':_0x500b7c(0x200),'bRSDq':function(_0x24eafb,_0xaf1779){return _0x24eafb===_0xaf1779;},'Rajxs':function(_0x43e711,_0x24703d){return _0x43e711!==_0x24703d;},'jgiSc':function(_0x3f9c1d,_0x21aa32){return _0x3f9c1d(_0x21aa32);},'hHavw':function(_0x3964be,_0x50dee4){return _0x3964be!==_0x50dee4;},'uAZjL':'cOEdD','MDiix':'ppZZc','JtCLw':'QgvIu','ouZAV':_0x500b7c(0x1cc),'noHda':function(_0x276b53){return _0x276b53();},'OzBjH':'fvklv','HhoSg':_0x500b7c(0x1a2),'QBggh':function(_0x76ab6b){return _0x76ab6b();},'qAHIr':_0x500b7c(0x1af),'WwbqC':_0x500b7c(0x1df),'wZkDu':function(_0x508e69,_0x241001){return _0x508e69===_0x241001;},'EFZwc':_0x500b7c(0x1ae),'YcrfH':_0x500b7c(0x186),'qhlcD':function(_0x1fe05c,_0x20cd51){return _0x1fe05c(_0x20cd51);},'aCOkF':function(_0x3effc4,_0x372f86){return _0x3effc4(_0x372f86);},'rCtgx':function(_0x39a509,_0x12fd5c){return _0x39a509+_0x12fd5c;},'xSnPQ':_0x500b7c(0x1a6),'FlXlF':_0x500b7c(0x1c9),'vWNPA':'test-file-start','zvgDD':_0x500b7c(0x1bf),'qvILi':_0x500b7c(0x1b5),'dONcp':_0x500b7c(0x1f6),'RFBIw':'true','nIBha':function(_0x1df712,_0x1c1e66){return _0x1df712(_0x1c1e66);},'oiAKR':function(_0x2c492f,_0x106f82){return _0x2c492f===_0x106f82;},'nOkpl':function(_0x1cf084,_0x1b4def){return _0x1cf084!==_0x1b4def;},'pykqj':_0x500b7c(0x1c5),'MBuKk':_0x500b7c(0x211),'yGGpR':function(_0x1ba4b9,_0x2d53d0,_0x36f835){return _0x1ba4b9(_0x2d53d0,_0x36f835);},'uylnW':_0x500b7c(0x1a0),'FfzNs':_0x500b7c(0x230),'bGxmI':_0x500b7c(0x194),'cpIHp':'pipe','nLchk':function(_0x5359ba,_0xced648){return _0x5359ba*_0xced648;},'Nigqo':'test-file-success','FixVJ':_0x500b7c(0x229),'zZqNS':function(_0x4fcc54,_0x1557a4){return _0x4fcc54(_0x1557a4);},'jGQrK':function(_0x5de43c,_0x5adb8a){return _0x5de43c*_0x5adb8a;}},_0x50999e={};if(_0x3a68b3[_0x500b7c(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x500b7c(0x1b2)](_0x3a68b3[_0x500b7c(0x19b)],_0x3a68b3[_0x500b7c(0x18a)]))_0x4d6c4a[_0x500b7c(0x227)](_0x3a68b3['dmzkM']);else{const _0x60d3c8={..._0x39bb3a};_0x60d3c8[_0x500b7c(0x1d6)]='',await SessionHandler['launch'](_0x60d3c8,{'frameworkName':_0x3a68b3[_0x500b7c(0x213)],'frameworkVersion':_0x3a68b3['qhlcD'](getFrameworkVersion,_0x3a68b3[_0x500b7c(0x213)])});}}let _0x36ebf4=_0x3a68b3[_0x500b7c(0x1b2)](process['env'][_0x500b7c(0x19e)],_0x3a68b3['RFBIw']);process[_0x500b7c(0x221)][_0x500b7c(0x1d5)]=_0x3a68b3[_0x500b7c(0x20d)](checkAccessibility,_0x39bb3a),_0x36ebf4=_0x36ebf4||_0x3a68b3[_0x500b7c(0x1a8)](process[_0x500b7c(0x221)][_0x500b7c(0x1d5)],_0x3a68b3[_0x500b7c(0x1be)]);if(_0x36ebf4){if(_0x3a68b3['nOkpl'](_0x3a68b3['pykqj'],_0x3a68b3[_0x500b7c(0x1ff)])){const [_0xd570eb,_0x35de9a]=await _0x3a68b3[_0x500b7c(0x187)](createAccessibilityTestRun,_0x39bb3a,_0x3a68b3[_0x500b7c(0x213)]);logger[_0x500b7c(0x19a)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x35de9a),process['env']['BS_A11Y_JWT']=_0xd570eb,process[_0x500b7c(0x221)]['BS_A11Y_TEST_RUN_ID']=_0x35de9a;}else{if(_0x3a68b3['exsNI'](_0x173a17[_0x500b7c(0x1fe)],!![]))return _0x33af5d=!![],!![];}}const _0x56ae7c=new Worker(require[_0x500b7c(0x1e7)](_0x3a68b3['uylnW']),{'exposedMethods':[_0x3a68b3['FfzNs']],'forkOptions':{'serialization':_0x3a68b3['bGxmI'],'stdio':_0x3a68b3[_0x500b7c(0x224)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3a68b3[_0x500b7c(0x1c1)](_0x5e8e41,0x1),'enableWorkerThreads':!![]}),_0x3eed6d=new Emittery();_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1bd)],_0x4f2fb8=>{const _0x616ccb=_0x500b7c;_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x199)],_0x3a68b3['MXzVO'])?(_0x252003[_0x6ab9db[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x58a096[_0x30e4a0[0x0]][_0x3a68b3[_0x616ccb(0x19c)]],_0x198443[0x1][_0x3a68b3[_0x616ccb(0x19c)]]),_0x3eae31[_0x5c160c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x1a0608[_0x2c251c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x389332[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x50999e[_0x4f2fb8[0x0]]?_0x3a68b3[_0x616ccb(0x20e)](_0x3a68b3[_0x616ccb(0x1ad)],_0x3a68b3[_0x616ccb(0x218)])?(_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3['ZuqWs']],_0x4f2fb8[0x1][_0x3a68b3['ZuqWs']]),_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x2e9850=_0x208dd6:_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x1c7)],_0x3a68b3[_0x616ccb(0x1f0)])?_0xc80266['error'](_0x616ccb(0x1a9)+_0x28fb5d[_0x616ccb(0x1ee)](_0x3b6523)):_0x50999e[_0x4f2fb8[0x0]]={'failureCount':_0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x19c)]],'results':[..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]};}),_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1d2)],_0x582bf2=>console[_0x500b7c(0x1ec)](_0x582bf2[0x1]));if(_0x56ae7c['getStdout']())_0x56ae7c[_0x500b7c(0x237)]()[_0x500b7c(0x1a4)](process[_0x500b7c(0x18c)]);if(_0x56ae7c['getStderr']())_0x56ae7c['getStderr']()[_0x500b7c(0x1a4)](process[_0x500b7c(0x20b)]);const _0x2c213e=async()=>{const _0x4128bc=_0x500b7c,_0x528e7d={'zSlOQ':function(_0x505c4a,_0x399895){return _0x3a68b3['hHavw'](_0x505c4a,_0x399895);},'ARlvK':_0x3a68b3[_0x4128bc(0x190)],'PAqGU':_0x3a68b3[_0x4128bc(0x1eb)],'XKwMs':function(_0x399a17,_0xa250c5){const _0x2be7e9=_0x4128bc;return _0x3a68b3[_0x2be7e9(0x1a3)](_0x399a17,_0xa250c5);}};if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x20a)],_0x3a68b3['MDiix'])){const {forceExited:_0x5b7fff}=await _0x56ae7c['end']();_0x5b7fff&&(_0x3a68b3['bRSDq'](_0x3a68b3[_0x4128bc(0x1f4)],_0x3a68b3[_0x4128bc(0x1f9)])?_0x3a68b3[_0x4128bc(0x1b2)](_0xc785d8,0x0)&&_0x3a68b3[_0x4128bc(0x1d3)](_0x18c4e4,0x0)&&(_0x3775f9=_0x35becc):console[_0x4128bc(0x227)](_0x3a68b3[_0x4128bc(0x1eb)]));_0x3a68b3[_0x4128bc(0x1de)](isAccessibilityAutomationSession)&&(_0x3a68b3['Rajxs'](_0x3a68b3[_0x4128bc(0x22c)],_0x3a68b3[_0x4128bc(0x1f2)])?await _0x3a68b3[_0x4128bc(0x1e9)](stopAccessibilityTestRun,_0x39bb3a)[_0x4128bc(0x231)](_0x4e3e5d=>{const _0x11b9d2=_0x4128bc;if(_0x528e7d[_0x11b9d2(0x1fc)](_0x528e7d[_0x11b9d2(0x1ab)],_0x528e7d[_0x11b9d2(0x1ab)]))return _0x4cb3dc[_0x11b9d2(0x1cf)](_0x5103ec);else logger['error'](_0x11b9d2(0x1a9)+util[_0x11b9d2(0x1ee)](_0x4e3e5d));}):_0x3a68b3[_0x4128bc(0x1e9)](_0x4dbdb1,_0x4128bc(0x201)+_0x4df8ef));if(_0x3a68b3[_0x4128bc(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x1c6)],_0x3a68b3[_0x4128bc(0x1c6)]))try{_0x3a68b3['Rajxs'](_0x3a68b3['WwbqC'],_0x3a68b3[_0x4128bc(0x183)])?_0x2772b7[_0x4128bc(0x227)](_0x528e7d['PAqGU']):await SessionHandler[_0x4128bc(0x22a)]();}catch(_0x460732){_0x3a68b3[_0x4128bc(0x1ef)](_0x3a68b3['EFZwc'],_0x3a68b3['YcrfH'])?_0x4dfc71[0x0]&&_0x5de31c['info'](_0x4128bc(0x1b9)+_0x134556[0x1]+_0x4128bc(0x1c3),_0x3608dd[0x0]):_0x3a68b3[_0x4128bc(0x1ac)](debug,_0x4128bc(0x201)+_0x460732);}else _0xec1d42[_0x4128bc(0x1e1)]=0x1;}_0x3a68b3[_0x4128bc(0x202)](_0x336884,_0x50999e);}else{const _0x4bf6d0={'eaFqd':function(_0x5bea78,_0xd3de16){const _0x21083a=_0x4128bc;return _0x528e7d[_0x21083a(0x212)](_0x5bea78,_0xd3de16);}};_0x40b670[_0x4128bc(0x185)][_0x4128bc(0x193)](_0x5ba5c8=>{const _0x1eadac=_0x4128bc;if(_0x4bf6d0[_0x1eadac(0x1e6)](_0x5ba5c8[_0x1eadac(0x1fe)],!![]))return _0xf54b5e=!![],!![];});}},_0xfce735=_0x3a68b3['zZqNS'](pLimit,_0x3a68b3[_0x500b7c(0x1d8)](_0x5e8e41,0x1)),_0x567d91=_0x48e054=>_0xfce735(async()=>{const _0x308da4=_0x500b7c,_0x543ae1={'OpEDv':_0x3a68b3[_0x308da4(0x19c)],'SJxtI':function(_0xe7a878,_0x4772b9){const _0x45da2d=_0x308da4;return _0x3a68b3[_0x45da2d(0x20f)](_0xe7a878,_0x4772b9);},'zlNzg':_0x3a68b3[_0x308da4(0x1b4)]};if(_0x3a68b3['wZkDu'](_0x3a68b3[_0x308da4(0x1e2)],_0x3a68b3[_0x308da4(0x1f5)])){if(_0x42cf30[_0x28b4f9[0x0]])_0x46e06d[_0x2f608a[0x0]][_0x543ae1[_0x308da4(0x1d9)]]=_0x543ae1['SJxtI'](_0x28f857[_0x2e47bd[0x0]][_0x543ae1[_0x308da4(0x1d9)]],_0x37ca84[0x1][_0x543ae1[_0x308da4(0x1d9)]]),_0x221f8b[_0x5d3039[0x0]][_0x543ae1['zlNzg']]=[..._0x58ba98[_0x40ec4d[0x0]][_0x543ae1['zlNzg']],..._0x5efb5b[0x1][_0x543ae1[_0x308da4(0x1b0)]]];else{const _0x5a9223={};_0x5a9223[_0x308da4(0x1b7)]=_0x3c7486[0x1][_0x543ae1['OpEDv']],_0x5a9223[_0x308da4(0x1fa)]=[..._0x70c6ed[0x1][_0x543ae1[_0x308da4(0x1b0)]]],_0x1d43a6[_0x2ff37f[0x0]]=_0x5a9223;}}else return await _0x3eed6d['emit'](_0x3a68b3[_0x308da4(0x225)],_0x48e054),_0x56ae7c[_0x308da4(0x230)](_0x48e054,_0x39bb3a);});Promise[_0x500b7c(0x226)](_0x1c0651[_0x500b7c(0x239)](_0x4b63a5=>_0x567d91(_0x4b63a5)[_0x500b7c(0x209)](_0x59c318=>_0x3eed6d[_0x500b7c(0x19f)](_0x500b7c(0x1e3),[_0x4b63a5[_0x500b7c(0x23d)][_0x500b7c(0x1b3)],_0x59c318]),_0x461013=>_0x3eed6d['emit'](_0x500b7c(0x229),[_0x4b63a5,_0x461013]))))[_0x500b7c(0x209)](_0x2c213e,_0x2c213e);}),exports['parallelCucumberRun']=(_0x2b353c,_0x564955,_0x4332dd,_0x23a477,_0x176a81)=>{const _0x1dd4b6=a31_0x4f23db,_0x1a7dc2={'DzuCf':_0x1dd4b6(0x188),'bkrQW':'failureCount','mMUYe':_0x1dd4b6(0x1fa),'IxnXV':function(_0x13649e,_0x374243){return _0x13649e!==_0x374243;},'VDBMP':'gBoRM','WhnOj':_0x1dd4b6(0x22e),'VUTyB':function(_0x3e880b,_0x3bbb86){return _0x3e880b(_0x3bbb86);},'GKCDI':_0x1dd4b6(0x1a0),'gAOEE':_0x1dd4b6(0x223),'WWtBa':_0x1dd4b6(0x194),'Sgdjm':_0x1dd4b6(0x1a4),'HgPxT':_0x1dd4b6(0x197),'eQrLE':_0x1dd4b6(0x21e)};return new Promise(_0x281ca9=>{const _0x5994f8=_0x1dd4b6,_0x3df2c3={'VRlNA':_0x1a7dc2[_0x5994f8(0x1b1)],'AyIdD':_0x1a7dc2[_0x5994f8(0x228)],'UKJZB':function(_0x5c23ff,_0x10f624){const _0x3f7114=_0x5994f8;return _0x1a7dc2[_0x3f7114(0x203)](_0x5c23ff,_0x10f624);},'pxrwz':_0x1a7dc2[_0x5994f8(0x198)],'ijsUt':_0x1a7dc2[_0x5994f8(0x222)],'AIoht':function(_0x274e4b,_0x378f1b){const _0x31af32=_0x5994f8;return _0x1a7dc2[_0x31af32(0x1ca)](_0x274e4b,_0x378f1b);}},_0xec8cdc=[],_0x5a5102=new Worker(require['resolve'](_0x1a7dc2[_0x5994f8(0x1f1)]),{'exposedMethods':[_0x1a7dc2[_0x5994f8(0x1e0)]],'forkOptions':{'serialization':_0x1a7dc2[_0x5994f8(0x1cd)],'stdio':_0x1a7dc2[_0x5994f8(0x1a1)]},'numWorkers':_0x2b353c[_0x5994f8(0x220)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5377f4=new Emittery();_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x189)],_0x3a762e=>{const _0x556bef=_0x5994f8,_0x550ca3={};_0x550ca3[_0x556bef(0x1c0)]=_0x3df2c3[_0x556bef(0x1a5)],_0x550ca3[_0x556bef(0x207)]=_0x3df2c3['AyIdD'];const _0x37fab1=_0x550ca3;if(_0x3df2c3[_0x556bef(0x1d1)](_0x3df2c3[_0x556bef(0x1e4)],_0x3df2c3[_0x556bef(0x1e4)])){const _0x3985e0={};_0x3985e0[_0x556bef(0x1b7)]=_0x5cf4fe[0x1][_0x37fab1[_0x556bef(0x1c0)]],_0x3985e0[_0x556bef(0x1fa)]=[..._0x23d02b[0x1][_0x37fab1['hWmDg']]],_0x3a40a4[_0x1c1bff[0x0]]=_0x3985e0;}else _0xec8cdc[_0x556bef(0x196)]([_0x3a762e[0x0],_0x3a762e[0x1]]);}),_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x217)],_0x502a41=>console[_0x5994f8(0x1ec)](_0x502a41[0x1]));if(_0x5a5102[_0x5994f8(0x237)]())_0x5a5102['getStdout']()['pipe'](process['stdout']);if(_0x5a5102[_0x5994f8(0x1da)]())_0x5a5102['getStderr']()[_0x5994f8(0x1a4)](process['stderr']);const _0x2c278a=async()=>{const _0x46433d=_0x5994f8,{forceExited:_0x414cd9}=await _0x5a5102[_0x46433d(0x21c)]();_0x414cd9&&console[_0x46433d(0x227)](_0x3df2c3[_0x46433d(0x1ce)]),_0x3df2c3[_0x46433d(0x23c)](_0x281ca9,_0xec8cdc);},_0x221ef6=_0x1a7dc2[_0x5994f8(0x1ca)](pLimit,_0x2b353c[_0x5994f8(0x220)]),_0x35f2b2=_0x578353=>_0x221ef6(async()=>{const _0x59291a=_0x5994f8;return await _0x5377f4['emit'](_0x1a7dc2['DzuCf'],_0x578353),_0x5a5102[_0x59291a(0x223)](_0x578353,_0x564955,_0x4332dd,_0x23a477,_0x176a81);});Promise[_0x5994f8(0x226)](_0x2b353c['map'](_0x46b6ea=>_0x35f2b2(_0x46b6ea)[_0x5994f8(0x209)](_0x18a883=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x197),[_0x46b6ea,_0x18a883]),_0x1854dd=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x21e),[_0x46b6ea,_0x1854dd]))))[_0x5994f8(0x209)](_0x2c278a,_0x2c278a);});},exports[a31_0x4f23db(0x184)]=(_0x399cfc,_0x26a38e)=>new Promise(_0x4ec76f=>{const _0x438e03=a31_0x4f23db,_0x5a9846={'uTPeL':function(_0x2ff9ca,_0x3d9848){return _0x2ff9ca===_0x3d9848;},'pfcbD':function(_0x5914a0,_0x296252){return _0x5914a0!==_0x296252;},'gBVgr':'exit','TGmYR':_0x438e03(0x22e),'IDxKR':function(_0x1a6c07,_0x33fd08){return _0x1a6c07(_0x33fd08);},'cwevZ':_0x438e03(0x1a0),'iwhkP':_0x438e03(0x1cf),'LMVQw':_0x438e03(0x194),'SmlCk':_0x438e03(0x1a4),'PDADQ':'test-file-success','FIGqj':_0x438e03(0x229)},_0x5c8ac6={},_0x15cad7=new Worker(require[_0x438e03(0x1e7)](_0x5a9846[_0x438e03(0x1aa)]),{'exposedMethods':[_0x5a9846['iwhkP']],'forkOptions':{'serialization':_0x5a9846[_0x438e03(0x1b6)],'stdio':_0x5a9846[_0x438e03(0x20c)]},'numWorkers':_0x26a38e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xaaedbf=new Emittery();_0xaaedbf['on'](_0x5a9846[_0x438e03(0x233)],_0x265d56=>{const _0x4036e6=_0x438e03;_0x265d56[0x0]&&logger[_0x4036e6(0x1e8)]('Running\x20'+_0x265d56[0x1]+'\x20for',_0x265d56[0x0]);}),_0xaaedbf['on'](_0x5a9846['FIGqj'],_0x52fd26=>{const _0x2cda12=_0x438e03;process[_0x2cda12(0x1e1)]=0x1;});if(_0x15cad7[_0x438e03(0x237)]())_0x15cad7['getStdout']()['pipe'](process[_0x438e03(0x18c)]);if(_0x15cad7[_0x438e03(0x1da)]())_0x15cad7[_0x438e03(0x1da)]()[_0x438e03(0x1a4)](process['stderr']);const _0x8328ef=async()=>{const _0x1935d7=_0x438e03,_0x3c1612={'jqDyT':function(_0x44d4a0,_0x991abc){const _0x9d091d=a31_0x25f2;return _0x5a9846[_0x9d091d(0x1db)](_0x44d4a0,_0x991abc);},'fcqHk':function(_0x565a04,_0x3ca3c9){const _0x3fd1d4=a31_0x25f2;return _0x5a9846[_0x3fd1d4(0x1bb)](_0x565a04,_0x3ca3c9);},'nnVUf':_0x5a9846[_0x1935d7(0x1fb)]};let _0x388c7a=0x0;const _0x3b31c1=_0x15cad7[_0x1935d7(0x1fd)]['getWorkers'](),_0x250daf=()=>{},_0x164675=_0x3b31c1[_0x1935d7(0x239)](async _0x2b0291=>{const _0x350bba=_0x1935d7,_0x43c172={'TwUpP':function(_0x4f3f2c,_0x346414){const _0x4b1a1a=a31_0x25f2;return _0x3c1612[_0x4b1a1a(0x214)](_0x4f3f2c,_0x346414);},'GnVjG':function(_0x34d7d2,_0x426ea9){return _0x3c1612['fcqHk'](_0x34d7d2,_0x426ea9);}};_0x2b0291[_0x350bba(0x182)]([0x2,![]],_0x250daf,_0x250daf,_0x250daf),_0x2b0291[_0x350bba(0x232)]['on'](_0x3c1612[_0x350bba(0x205)],_0x205649=>{const _0x32718d=_0x350bba;_0x43c172[_0x32718d(0x1f7)](_0x388c7a,0x0)&&_0x43c172[_0x32718d(0x1a7)](_0x205649,0x0)&&(_0x388c7a=_0x205649);}),await _0x2b0291[_0x350bba(0x1ba)]();});await Promise[_0x1935d7(0x226)](_0x164675),process[_0x1935d7(0x1e1)]=_0x388c7a;const {forceExited:_0x188710}=await _0x15cad7[_0x1935d7(0x21c)]();_0x188710&&console['error'](_0x5a9846[_0x1935d7(0x1c2)]),_0x5a9846['IDxKR'](_0x4ec76f,_0x5c8ac6);},_0x4e7f38=_0x5a9846[_0x438e03(0x21d)](pLimit,_0x26a38e),_0x5099ce=_0x50f91d=>_0x4e7f38(async()=>{const _0x2ed2d2=_0x438e03;return _0x15cad7[_0x2ed2d2(0x1cf)](_0x50f91d);});Promise[_0x438e03(0x226)](_0x399cfc[_0x438e03(0x239)](_0x5e67ed=>_0x5099ce(_0x5e67ed)[_0x438e03(0x209)](_0xece15=>_0xaaedbf[_0x438e03(0x19f)]('test-file-success',[_0x5e67ed['configuration']['platform'],_0x5e67ed[_0x438e03(0x23d)]['file']]),_0xf58711=>_0xaaedbf['emit']('test-file-failure',[_0x5e67ed,_0xf58711]))))[_0x438e03(0x209)](_0x8328ef,_0x8328ef);});function a31_0x25f2(_0x33ef05,_0x320648){const _0x12a522=a31_0x12a5();return a31_0x25f2=function(_0x25f278,_0x4e6bfb){_0x25f278=_0x25f278-0x182;let _0x5a4524=_0x12a522[_0x25f278];return _0x5a4524;},a31_0x25f2(_0x33ef05,_0x320648);}function a31_0x12a5(){const _0x269829=['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','root_dir_path','VZRxp','jGQrK','OpEDv','getStderr','uTPeL','../../helpers/test-observability/utils','ZNmyz','noHda','GUIgn','gAOEE','exitCode','xSnPQ','test-file-success','pxrwz','QBggh','eaFqd','resolve','info','jgiSc','8XcMPfa','dmzkM','log','LJcnW','format','wZkDu','wPIrh','GKCDI','HhoSg','gGzcx','JtCLw','FlXlF','mocha','TwUpP','1033026ousbdO','ouZAV','results','gBVgr','zSlOQ','_workerPool','accessibility','MBuKk','KVgnm','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','aCOkF','IxnXV','21fXXPLQ','nnVUf','knWok','hWmDg','winstonLogger','then','MDiix','stderr','SmlCk','nIBha','LoCNc','rCtgx','232976LINFOt','cewSU','XKwMs','dONcp','jqDyT','2238522BFTihQ','289668ehYkmi','eQrLE','hJjNE','BDARp','tbxOs','ubxtd','end','IDxKR','platform-run-failure','104FkHXUT','length','env','WhnOj','cucumberWorker','cpIHp','vWNPA','all','error','mMUYe','test-file-failure','stop','tqYbK','OzBjH','../../helpers/logger','Workers\x20failed\x20to\x20exit\x20gracefully','YZWJM','worker','catch','_child','PDADQ','10nSAjaY','../../helpers/test-observability/sessionHandler','12784fnQITQ','getStdout','50YHrQVG','map','qmLdY','qkmkN','AIoht','configuration','send','WwbqC','parallelVanillaRun','platforms','KLBAW','yGGpR','platform-run-start','HgPxT','qvILi','Dudtl','stdout','Hmiov','7536141PSGPMl','arbMX','uAZjL','p-limit','257652weAkUd','forEach','json','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','push','platform-run-success','VDBMP','yZqgq','debug','zvgDD','ZuqWs','../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','emit','./testWorker.js','Sgdjm','TlVwG','exsNI','pipe','VRlNA','XnByP','GnVjG','oiAKR','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','cwevZ','ARlvK','qhlcD','smTdR','lFmqp','EQxbc','zlNzg','bkrQW','bRSDq','platform','GSIdp','IPExA','LMVQw','failureCount','IjHuO','Running\x20','waitForExit','pfcbD','923BxWuMD','Nigqo','RFBIw','tljNK','CXBUn','nLchk','TGmYR','\x20for','emittery','yLSyG','qAHIr','cDdqB','jest-worker','AOjsT','VUTyB','util','oMnGB','WWtBa','ijsUt','vanillaWorker','Worker','UKJZB','FixVJ','Rajxs','wYavy'];a31_0x12a5=function(){return _0x269829;};return a31_0x12a5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a32_0x17a60a=a32_0xac27;(function(_0x50510c,_0x2baa05){const _0x5a1e42=a32_0xac27,_0x2c7e01=_0x50510c();while(!![]){try{const _0xc564e7=-parseInt(_0x5a1e42(0x1d8))/0x1+-parseInt(_0x5a1e42(0x1ec))/0x2*(-parseInt(_0x5a1e42(0x1e1))/0x3)+-parseInt(_0x5a1e42(0x1ee))/0x4*(parseInt(_0x5a1e42(0x1e9))/0x5)+parseInt(_0x5a1e42(0x1f2))/0x6*(-parseInt(_0x5a1e42(0x1f0))/0x7)+-parseInt(_0x5a1e42(0x1f1))/0x8+parseInt(_0x5a1e42(0x1ef))/0x9+parseInt(_0x5a1e42(0x1d9))/0xa;if(_0xc564e7===_0x2baa05)break;else _0x2c7e01['push'](_0x2c7e01['shift']());}catch(_0x395bbe){_0x2c7e01['push'](_0x2c7e01['shift']());}}}(a32_0x32e7,0x7489a),exports[a32_0x17a60a(0x1e4)]=async(_0x189657,_0x4a3811)=>{const _0x183c69=a32_0x17a60a,_0x2b828f={'vMCrh':function(_0x43e171,_0x455ccf){return _0x43e171(_0x455ccf);},'ezUgB':'../launcher/launcher','vQWKn':_0x183c69(0x1e3)},_0x127a0b=_0x2b828f[_0x183c69(0x1eb)](require,_0x2b828f[_0x183c69(0x1de)]),_0x5c814b=new _0x127a0b(_0x2b828f[_0x183c69(0x1e8)],_0x189657,_0x4a3811);return await _0x5c814b[_0x183c69(0x1df)]();},exports[a32_0x17a60a(0x1e7)]=async(_0x212e76,_0xb4e360,_0xebabfb,_0x2b9b60,_0x472e41)=>{const _0x235a36=a32_0x17a60a,_0x33bfae={'afQqf':function(_0x22323f,_0x48bb0e){return _0x22323f(_0x48bb0e);},'jmSBb':_0x235a36(0x1e6),'VViVs':_0x235a36(0x1dd)},_0x9c8254={'capability':_0x212e76,..._0xb4e360},_0x3cb0ad={};_0x3cb0ad[_0x235a36(0x1db)]=_0x9c8254,_0x3cb0ad[_0x235a36(0x1e5)]=_0x472e41;let _0x49d7c4=_0x3cb0ad;const _0x486c4b=_0x33bfae['afQqf'](require,_0x33bfae[_0x235a36(0x1e0)]),_0x96cd5d=new _0x486c4b(_0x33bfae[_0x235a36(0x1da)],_0x49d7c4,_0xebabfb,_0x2b9b60);return await _0x96cd5d[_0x235a36(0x1df)]();},exports[a32_0x17a60a(0x1dc)]=async _0x5113f5=>{const _0x2238cc=a32_0x17a60a,_0x29f7b5={'Gikwh':function(_0x182556,_0x39b65b){return _0x182556(_0x39b65b);},'JrlUy':_0x2238cc(0x1e6),'UKTjL':_0x2238cc(0x1f3)},_0x2b1ed5=_0x29f7b5[_0x2238cc(0x1ed)](require,_0x29f7b5[_0x2238cc(0x1ea)]),_0x12d330=new _0x2b1ed5(_0x29f7b5[_0x2238cc(0x1e2)],_0x5113f5);return await _0x12d330[_0x2238cc(0x1df)]();});function a32_0xac27(_0x37afad,_0x127107){const _0x32e77e=a32_0x32e7();return a32_0xac27=function(_0xac270a,_0x29ba0f){_0xac270a=_0xac270a-0x1d8;let _0x39f47d=_0x32e77e[_0xac270a];return _0x39f47d;},a32_0xac27(_0x37afad,_0x127107);}function a32_0x32e7(){const _0x1624a3=['vanilla','851822zvtOQx','7430300dkYIji','VViVs','configuration','runVanillaTest','cucumber-js','ezUgB','run','jmSBb','2316591RTqaGk','UKTjL','mocha','runTest','formatter','../launcher/launcher','runCucumberTest','vQWKn','40pAHOLp','JrlUy','vMCrh','2SxOrxy','Gikwh','145708VnstTo','6896880QqXwLf','48083HtLbdA','5232816wNFtUn','6emoQRb'];a32_0x32e7=function(){return _0x1624a3;};return a32_0x32e7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a33_0x2e79(){const _0x1c1c33=['18EWibLu','2oeljkd','oxnfE','974868iNAzMP','2853747QkVkAM','666001SWNCbx','lvPKn','191279QKZfGs','sdfsu','961923IpRAVI','2392768johUVH','cucumberWorker','1164430TIRAWG'];a33_0x2e79=function(){return _0x1c1c33;};return a33_0x2e79();}function a33_0x428c(_0xb67183,_0x56d57b){const _0x2e79a4=a33_0x2e79();return a33_0x428c=function(_0x428c17,_0x33a540){_0x428c17=_0x428c17-0x1d6;let _0x556e31=_0x2e79a4[_0x428c17];return _0x556e31;},a33_0x428c(_0xb67183,_0x56d57b);}const a33_0x5bf588=a33_0x428c;(function(_0x56c4b4,_0x26d5ee){const _0x5ca0dc=a33_0x428c,_0x4df5ca=_0x56c4b4();while(!![]){try{const _0x1f0568=parseInt(_0x5ca0dc(0x1d8))/0x1*(parseInt(_0x5ca0dc(0x1df))/0x2)+parseInt(_0x5ca0dc(0x1da))/0x3+parseInt(_0x5ca0dc(0x1e1))/0x4+-parseInt(_0x5ca0dc(0x1dd))/0x5+parseInt(_0x5ca0dc(0x1de))/0x6*(parseInt(_0x5ca0dc(0x1d6))/0x7)+-parseInt(_0x5ca0dc(0x1db))/0x8+-parseInt(_0x5ca0dc(0x1e2))/0x9;if(_0x1f0568===_0x26d5ee)break;else _0x4df5ca['push'](_0x4df5ca['shift']());}catch(_0x46df60){_0x4df5ca['push'](_0x4df5ca['shift']());}}}(a33_0x2e79,0x2ee01));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports['worker']=async(_0x5d3b0b,_0x523001)=>{const _0x189aa4=a33_0x428c,_0x351804={'lvPKn':function(_0x1673ce,_0x413d99,_0x10dd55){return _0x1673ce(_0x413d99,_0x10dd55);}};return await _0x351804[_0x189aa4(0x1d7)](runTest,_0x5d3b0b,_0x523001);},exports[a33_0x5bf588(0x1dc)]=async(_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6)=>{const _0x1fe3bf=a33_0x5bf588,_0x538601={'sdfsu':function(_0x188868,_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277){return _0x188868(_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277);}};return await _0x538601[_0x1fe3bf(0x1d9)](runCucumberTest,_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6);},exports['vanillaWorker']=async _0x5437cc=>{const _0x2fa8b6=a33_0x5bf588,_0x553757={'oxnfE':function(_0x584037,_0x3d51bd){return _0x584037(_0x3d51bd);}};return await _0x553757[_0x2fa8b6(0x1e0)](runVanillaTest,_0x5437cc);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a34_0x229e44=a34_0x3bc0;(function(_0x20c9ef,_0x110241){var _0x524636=a34_0x3bc0,_0x285abe=_0x20c9ef();while(!![]){try{var _0x32cb87=-parseInt(_0x524636(0x20d))/0x1*(-parseInt(_0x524636(0x206))/0x2)+-parseInt(_0x524636(0x218))/0x3+parseInt(_0x524636(0x1de))/0x4*(parseInt(_0x524636(0x1d4))/0x5)+-parseInt(_0x524636(0x1e2))/0x6*(parseInt(_0x524636(0x1df))/0x7)+parseInt(_0x524636(0x20a))/0x8+parseInt(_0x524636(0x1fc))/0x9*(-parseInt(_0x524636(0x1d7))/0xa)+-parseInt(_0x524636(0x1ed))/0xb;if(_0x32cb87===_0x110241)break;else _0x285abe['push'](_0x285abe['shift']());}catch(_0x1b8fd8){_0x285abe['push'](_0x285abe['shift']());}}}(a34_0x33e4,0x52421));var a34_0x239cd6={};a34_0x239cd6[a34_0x229e44(0x1f0)]='shows\x20version\x20information',a34_0x239cd6[a34_0x229e44(0x1ee)]='Specify\x20--help\x20for\x20available\x20options';var a34_0x1cb687={};a34_0x1cb687[a34_0x229e44(0x1f0)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x56444b={};a34_0x56444b['INFO']=a34_0x229e44(0x21a);var a34_0x5314aa={};a34_0x5314aa['INFO']=a34_0x229e44(0x1dc);var a34_0x15b1bb={};a34_0x15b1bb[a34_0x229e44(0x1f0)]=a34_0x229e44(0x200);var a34_0x3097b1={};a34_0x3097b1[a34_0x229e44(0x1f0)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x5514bf={};function a34_0x33e4(){var _0x4467ad=['firefoxOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','automate','acceptInsecureCerts','timeouts','BSTACK_DELTA','exports','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','4227432paKDGt','HELP','MOCHA','INFO','ERR_BLOCKED_BY_CLIENT','CODECEPTJS','.ipa','strictFileInteractability','PLAYWRIGHT','ERR_TUNNEL_CONNECTION_FAILED','ERR_NETWORK_CHANGED','acceptSslCerts','chromeOptions','NIGHTWATCH','ERR_CONNECTION_RESET','20934gkViWz','ROOT_CAPS','NUDGE_LOCAL_ERRORS','HST','Run\x20js\x20tests\x20on\x20browserstack','HUB_URL_REGEX','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','hubUrl','Run\x20playwright\x20tests\x20on\x20Browserstack','FUNNEL_INSTRUMENTATION_API_URL','620876iJabdd','ERR_CONNECTION_ABORTED','ERR_PROXY_CONNECTION_FAILED','ERR_CONNECTION_FAILED','3581632uSMTka','ERR_TIMED_OUT','ERR_CONNECTION_REFUSED','1bNpOPt','ERR_NAME_NOT_RESOLVED','ieOptions','PLAYWRIGHT_HUB_URL','Playwright','ERR_SOCKS_CONNECTION_FAILED','app-automate','ERR_ADDRESS_UNREACHABLE','unhandledPromptBehavior','^[a-zA-Z0-9_.-]*$','ERR_SOCKET_NOT_CONNECTED','54969OVVPrJ','wss://cdp.browserstack.com/playwright?caps=','Run\x20mocha\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','VANILLA','.apk','JEST','CI_ARTIFACTS_PATH','browserVersion','./browserstack-artifacts/','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PRIVATE_DOMAIN_OR_IP_REGEX','3253215qelKAA','CUSTOM_ID_REGEX','SHAREABLE_ID_REGEX','2020NiEKeV','AUTOMATE','VERSION','APP_AUTOMATE_PRODUCTS','ERR_NAME_RESOLUTION_FAILED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','observability','4AIttez','7231GjzzgE','VALID_APP_EXTENSION','APP_UPLOAD_URL','1158lAuDtx','.aab','pageLoadStrategy'];a34_0x33e4=function(){return _0x4467ad;};return a34_0x33e4();}a34_0x5514bf['INFO']=a34_0x229e44(0x204);var a34_0x308a3a={};function a34_0x3bc0(_0x329eca,_0x30d5cd){var _0x33e4aa=a34_0x33e4();return a34_0x3bc0=function(_0x3bc0ae,_0x4330ce){_0x3bc0ae=_0x3bc0ae-0x1cc;var _0x4356e0=_0x33e4aa[_0x3bc0ae];return _0x4356e0;},a34_0x3bc0(_0x329eca,_0x30d5cd);}a34_0x308a3a['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a34_0x4b6224={};a34_0x4b6224['INFO']=a34_0x229e44(0x1e6);var a34_0x5893b6={};a34_0x5893b6[a34_0x229e44(0x1d9)]=a34_0x239cd6,a34_0x5893b6[a34_0x229e44(0x1ce)]=a34_0x1cb687,a34_0x5893b6[a34_0x229e44(0x1ef)]=a34_0x56444b,a34_0x5893b6['CUCUMBER']=a34_0x5314aa,a34_0x5893b6[a34_0x229e44(0x1cc)]=a34_0x15b1bb,a34_0x5893b6[a34_0x229e44(0x1fa)]=a34_0x3097b1,a34_0x5893b6[a34_0x229e44(0x1f5)]=a34_0x5514bf,a34_0x5893b6[a34_0x229e44(0x1f2)]=a34_0x308a3a,a34_0x5893b6[a34_0x229e44(0x1ff)]=a34_0x4b6224,a34_0x5893b6[a34_0x229e44(0x1ea)]=0xf*0x3c*0x3e8,a34_0x5893b6[a34_0x229e44(0x203)]='https://hub.browserstack.com/wd/hub',a34_0x5893b6[a34_0x229e44(0x201)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x5893b6[a34_0x229e44(0x1fd)]=[a34_0x229e44(0x1e8),a34_0x229e44(0x1e4),a34_0x229e44(0x1f4),a34_0x229e44(0x215),a34_0x229e44(0x1e9),'browserName',a34_0x229e44(0x1d0),a34_0x229e44(0x1f8),'acceptSslCert',a34_0x229e44(0x1f9),a34_0x229e44(0x1e5),'edgeOptions',a34_0x229e44(0x20f)],a34_0x5893b6['ROOT_REGEX']=/^[\w-]+:.*$/,a34_0x5893b6[a34_0x229e44(0x1d3)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x5893b6['BROWSERSTACK_API_URL']='https://api.browserstack.com',a34_0x5893b6[a34_0x229e44(0x1e1)]='https://api-cloud.browserstack.com',a34_0x5893b6[a34_0x229e44(0x205)]='sdk/v1/event',a34_0x5893b6['AUTOMATE_PRODUCTS']=[a34_0x229e44(0x1e7),a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x1da)]=['app-automate','observability'],a34_0x5893b6['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x21b)]=['mocha',a34_0x229e44(0x211)],a34_0x5893b6[a34_0x229e44(0x1d8)]=[a34_0x229e44(0x1e7)],a34_0x5893b6['APP_AUTOMATE']=[a34_0x229e44(0x213)],a34_0x5893b6[a34_0x229e44(0x1fe)]=['ERR_FAILED',a34_0x229e44(0x20b),a34_0x229e44(0x1f1),a34_0x229e44(0x1f7),a34_0x229e44(0x217),'ERR_CONNECTION_CLOSED',a34_0x229e44(0x1fb),a34_0x229e44(0x20c),a34_0x229e44(0x207),a34_0x229e44(0x209),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a34_0x229e44(0x214),a34_0x229e44(0x1f6),'ERR_CONNECTION_TIMED_OUT',a34_0x229e44(0x212),a34_0x229e44(0x1ec),a34_0x229e44(0x208),a34_0x229e44(0x20e),a34_0x229e44(0x1db),a34_0x229e44(0x202)],a34_0x5893b6[a34_0x229e44(0x1e0)]=[a34_0x229e44(0x1cd),a34_0x229e44(0x1e3),a34_0x229e44(0x1f3)],a34_0x5893b6[a34_0x229e44(0x1d5)]=a34_0x229e44(0x216),a34_0x5893b6[a34_0x229e44(0x1d6)]=a34_0x229e44(0x1d2),a34_0x5893b6[a34_0x229e44(0x1cf)]=a34_0x229e44(0x1d1),a34_0x5893b6[a34_0x229e44(0x210)]=a34_0x229e44(0x219),module[a34_0x229e44(0x1eb)]=a34_0x5893b6;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0x7bdb26=a35_0x1a58;(function(_0x484301,_0x14cda4){const _0x175397=a35_0x1a58,_0x24a7e0=_0x484301();while(!![]){try{const _0x20c0d5=parseInt(_0x175397(0x15b))/0x1*(-parseInt(_0x175397(0x159))/0x2)+parseInt(_0x175397(0x165))/0x3+parseInt(_0x175397(0x163))/0x4*(parseInt(_0x175397(0x157))/0x5)+parseInt(_0x175397(0x15f))/0x6+parseInt(_0x175397(0x164))/0x7+parseInt(_0x175397(0x168))/0x8+-parseInt(_0x175397(0x162))/0x9;if(_0x20c0d5===_0x14cda4)break;else _0x24a7e0['push'](_0x24a7e0['shift']());}catch(_0x152b93){_0x24a7e0['push'](_0x24a7e0['shift']());}}}(a35_0x4eb8,0xbc128));function a35_0x4eb8(){const _0x447440=['timezoneOffset','27116LtxYCV','join','19GYaEUQ','data','log','level','8336052hEkofc','colouredLayout','xvarT','32874147Xcuzul','91716kimtwI','7075677noRhhb','461805dKJMhh','layout','./logReportingAPI','4722384FtNrpG','type','335vHnfQh'];a35_0x4eb8=function(){return _0x447440;};return a35_0x4eb8();}const logReportingAPI=require(a35_0x7bdb26(0x167)),BSTestOpsLogger=new logReportingAPI({});function a35_0x1a58(_0x4a867e,_0x146db7){const _0x4eb84b=a35_0x4eb8();return a35_0x1a58=function(_0x1a5831,_0x15d338){_0x1a5831=_0x1a5831-0x157;let _0xa51afa=_0x4eb84b[_0x1a5831];return _0xa51afa;},a35_0x1a58(_0x4a867e,_0x146db7);}function BSTestOpsLog4JSAppender(_0x5da327,_0x5c9729){return _0x38b4ae=>{const _0x5cf56c=a35_0x1a58;BSTestOpsLogger[_0x5cf56c(0x15d)]({'level':_0x38b4ae[_0x5cf56c(0x15e)]?_0x38b4ae['level']['levelStr']:null,'message':_0x38b4ae[_0x5cf56c(0x15c)]?_0x38b4ae[_0x5cf56c(0x15c)][_0x5cf56c(0x15a)]('\x20'):null});};}exports['configure']=(_0x12478e,_0x39bffd)=>{const _0x3b5d15=a35_0x7bdb26,_0x484fe8={'xvarT':function(_0x3a690d,_0x23befa,_0x2789e0){return _0x3a690d(_0x23befa,_0x2789e0);}};let _0x10fb59=_0x39bffd[_0x3b5d15(0x160)];return _0x12478e[_0x3b5d15(0x166)]&&(_0x10fb59=_0x39bffd[_0x3b5d15(0x166)](_0x12478e[_0x3b5d15(0x166)][_0x3b5d15(0x169)],_0x12478e[_0x3b5d15(0x166)])),_0x484fe8[_0x3b5d15(0x161)](BSTestOpsLog4JSAppender,_0x10fb59,_0x12478e[_0x3b5d15(0x158)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x117d1b=a36_0x4260;(function(_0x186847,_0xdd10c9){const _0x30955b=a36_0x4260,_0x2411cb=_0x186847();while(!![]){try{const _0x1cb2f4=-parseInt(_0x30955b(0x9b))/0x1*(-parseInt(_0x30955b(0x9a))/0x2)+-parseInt(_0x30955b(0x99))/0x3+parseInt(_0x30955b(0x88))/0x4*(-parseInt(_0x30955b(0x92))/0x5)+parseInt(_0x30955b(0x9e))/0x6+parseInt(_0x30955b(0x90))/0x7+-parseInt(_0x30955b(0x8b))/0x8+-parseInt(_0x30955b(0x97))/0x9;if(_0x1cb2f4===_0xdd10c9)break;else _0x2411cb['push'](_0x2411cb['shift']());}catch(_0x22253a){_0x2411cb['push'](_0x2411cb['shift']());}}}(a36_0x5478,0x8a926));const Transport=require(a36_0x117d1b(0x8a)),{consoleHolder}=require('../../helpers/test-observability/constants'),a36_0x39695e={};a36_0x39695e['INFO']='INFO',a36_0x39695e[a36_0x117d1b(0x86)]='ERROR',a36_0x39695e[a36_0x117d1b(0x8f)]=a36_0x117d1b(0x8f),a36_0x39695e[a36_0x117d1b(0x8c)]=a36_0x117d1b(0x8c),a36_0x39695e[a36_0x117d1b(0x94)]=a36_0x117d1b(0x94);const LOG_LEVELS=a36_0x39695e;class logPatcher extends Transport{constructor(_0x3f1cea){super(_0x3f1cea);}[a36_0x117d1b(0x98)]=(_0x3f2c22=LOG_LEVELS['INFO'],_0x2b6ced=[''])=>{const _0x26f8a3=a36_0x117d1b,_0xac1d42={};_0xac1d42[_0x26f8a3(0x93)]=_0x26f8a3(0x85);const _0x285e39=_0xac1d42;consoleHolder[_0x3f2c22[_0x26f8a3(0x9c)]()](..._0x2b6ced),process['emit'](_0x26f8a3(0x91)+process['pid'],{'timestamp':new Date()[_0x26f8a3(0x9f)](),'level':_0x3f2c22[_0x26f8a3(0x87)](),'message':'\x22'+_0x2b6ced['join'](',\x20')+'\x22','kind':_0x285e39[_0x26f8a3(0x93)],'http_response':{}});};[a36_0x117d1b(0x84)]=(..._0x3db51f)=>{const _0x1e0197=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x1e0197(0x8c)],_0x3db51f);};[a36_0x117d1b(0x8e)]=(..._0x40e4d0)=>{const _0xe18b01=a36_0x117d1b;this[_0xe18b01(0x98)](LOG_LEVELS[_0xe18b01(0x8f)],_0x40e4d0);};[a36_0x117d1b(0x96)]=(..._0x3a1e49)=>{const _0x48eb4a=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x48eb4a(0x8d)],_0x3a1e49);};[a36_0x117d1b(0x9d)]=(..._0x1d9cd5)=>{const _0x2f49a3=a36_0x117d1b;this[_0x2f49a3(0x98)](LOG_LEVELS[_0x2f49a3(0x94)],_0x1d9cd5);};[a36_0x117d1b(0x89)]=(..._0x320bd8)=>{const _0x4987e8=a36_0x117d1b;this[_0x4987e8(0x98)](LOG_LEVELS[_0x4987e8(0x86)],_0x320bd8);};['log']=(..._0xb1d00f)=>{const _0x2825fb=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x2825fb(0x8d)],_0xb1d00f);};}function a36_0x4260(_0x521c33,_0x40273e){const _0x5478ce=a36_0x5478();return a36_0x4260=function(_0x4260b5,_0xee386b){_0x4260b5=_0x4260b5-0x84;let _0x34f3af=_0x5478ce[_0x4260b5];return _0x34f3af;},a36_0x4260(_0x521c33,_0x40273e);};module[a36_0x117d1b(0x95)]=logPatcher;function a36_0x5478(){const _0xe7f8d9=['toLowerCase','warn','4200720zZaRCE','toISOString','trace','TEST_LOG','ERROR','toUpperCase','347576ANTidi','error','winston-transport','5506688frIlZd','TRACE','INFO','debug','DEBUG','4179378GAUuNr','bs:addLog:','30bsQFxA','SnuxW','WARN','exports','info','919935vjiKOc','logToTestOps','42726WbqidG','1193146jVqaHr','1vyYPLt'];a36_0x5478=function(){return _0xe7f8d9;};return a36_0x5478();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x22e28d=a37_0x1c9c;function a37_0x1c9c(_0x537636,_0x1d26a7){const _0x3cdf8a=a37_0x3cdf();return a37_0x1c9c=function(_0x1c9ca2,_0x39bcda){_0x1c9ca2=_0x1c9ca2-0x191;let _0x3007df=_0x3cdf8a[_0x1c9ca2];return _0x3007df;},a37_0x1c9c(_0x537636,_0x1d26a7);}(function(_0xd2c710,_0x367cfb){const _0x294453=a37_0x1c9c,_0x598774=_0xd2c710();while(!![]){try{const _0x14c201=-parseInt(_0x294453(0x1a3))/0x1+parseInt(_0x294453(0x195))/0x2*(-parseInt(_0x294453(0x19f))/0x3)+-parseInt(_0x294453(0x1a7))/0x4*(-parseInt(_0x294453(0x1a2))/0x5)+-parseInt(_0x294453(0x1a0))/0x6+-parseInt(_0x294453(0x19d))/0x7*(parseInt(_0x294453(0x1be))/0x8)+parseInt(_0x294453(0x197))/0x9*(parseInt(_0x294453(0x1ac))/0xa)+parseInt(_0x294453(0x1a4))/0xb;if(_0x14c201===_0x367cfb)break;else _0x598774['push'](_0x598774['shift']());}catch(_0x1498ef){_0x598774['push'](_0x598774['shift']());}}}(a37_0x3cdf,0xb8f37));const Transport=require(a37_0x22e28d(0x1ae)),{consoleHolder}=require(a37_0x22e28d(0x1b3)),a37_0x46aea0={};function a37_0x3cdf(){const _0x53e57e=['fgHrD','5590YZunWE','toUpperCase','winston-transport','kmqpj','DEBUG','logged','bs:addLog:','../../helpers/test-observability/constants','TEST_LOG','debug','vqHvY','INFO','object','logToTestOps','emit','tsNOC','jSrUI','CixQo','29384qRLQpw','pdKSN','sPAlP','wSFrC','exports','2oeXyRw','GarTC','666cjktoP','TRACE','WARN','TiRTW','error','message','2541qSiNon','warn','3200076IxgkFh','8918778sowuWs','cHRAG','658965uhIANJ','114657bTdcdQ','41742283VEiwVV','ERROR','JnysO','28ipoWAM','Mmtfs','EVRuU','CWTTD'];a37_0x3cdf=function(){return _0x53e57e;};return a37_0x3cdf();}a37_0x46aea0['INFO']='INFO',a37_0x46aea0[a37_0x22e28d(0x1a5)]='ERROR',a37_0x46aea0[a37_0x22e28d(0x1b0)]=a37_0x22e28d(0x1b0),a37_0x46aea0[a37_0x22e28d(0x198)]=a37_0x22e28d(0x198),a37_0x46aea0['WARN']=a37_0x22e28d(0x199);const LOG_LEVELS=a37_0x46aea0;class logReportingAPI extends Transport{constructor(_0xb05cea){super(_0xb05cea);}['log'](_0x5da563,_0x4100ae){const _0x13c096=a37_0x22e28d,_0x304aa5={'wSFrC':function(_0x3c1a4,_0xe0075c){return _0x3c1a4===_0xe0075c;},'TiRTW':_0x13c096(0x1bb),'Mmtfs':_0x13c096(0x1b1),'pdKSN':function(_0x4db98c,_0x16f8f7){return _0x4db98c(_0x16f8f7);},'kmqpj':_0x13c096(0x1b8),'sPAlP':function(_0x553d73,_0x5574e7){return _0x553d73!==_0x5574e7;},'cHRAG':_0x13c096(0x1b6),'CWTTD':function(_0x45e334,_0x4eb9c7){return _0x45e334!==_0x4eb9c7;},'jSrUI':_0x13c096(0x196),'CixQo':_0x13c096(0x1a6),'fgHrD':function(_0x4cbbeb){return _0x4cbbeb();}};_0x304aa5[_0x13c096(0x191)](setImmediate,()=>{const _0x406f5e=_0x13c096;_0x304aa5['wSFrC'](_0x304aa5[_0x406f5e(0x19a)],_0x304aa5[_0x406f5e(0x19a)])?this[_0x406f5e(0x1ba)](_0x304aa5[_0x406f5e(0x1a8)],_0x5da563):this[_0x406f5e(0x1b9)](_0x21c743['level']||_0x1dfe0e[_0x406f5e(0x1b7)],_0x5dd484['message'],![]);});_0x304aa5[_0x13c096(0x193)](typeof _0x5da563,_0x304aa5[_0x13c096(0x1af)])?_0x304aa5[_0x13c096(0x192)](_0x304aa5['cHRAG'],_0x304aa5[_0x13c096(0x1a1)])?this['logToTestOps'](_0x5ed58a['INFO'],_0x2c49c4):this[_0x13c096(0x1b9)](_0x5da563['level']||LOG_LEVELS['INFO'],_0x5da563[_0x13c096(0x19c)],![]):_0x304aa5[_0x13c096(0x1aa)](_0x304aa5[_0x13c096(0x1bc)],_0x304aa5[_0x13c096(0x1bd)])?this[_0x13c096(0x1b9)](LOG_LEVELS['INFO'],_0x5da563):this['logToTestOps'](_0x25f9f1[_0x13c096(0x198)],_0x5b3657);if(_0x4100ae)_0x304aa5[_0x13c096(0x1ab)](_0x4100ae);}[a37_0x22e28d(0x1b9)]=(_0x5ca542=LOG_LEVELS[a37_0x22e28d(0x1b7)],_0x28c210='',_0x3c657d=!![])=>{const _0x14cf8a=a37_0x22e28d,_0x1374c1={};_0x1374c1[_0x14cf8a(0x1a9)]=_0x14cf8a(0x1b4);const _0x535eaf=_0x1374c1;if(_0x3c657d)consoleHolder[_0x5ca542['toLowerCase']()](_0x28c210);process['emit'](_0x14cf8a(0x1b2)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x5ca542[_0x14cf8a(0x1ad)](),'message':_0x28c210,'kind':_0x535eaf[_0x14cf8a(0x1a9)],'http_response':{}});};['trace']=(_0x44b873,_0x29c48c)=>{const _0x587849=a37_0x22e28d;this[_0x587849(0x1b9)](LOG_LEVELS[_0x587849(0x198)],_0x44b873);};[a37_0x22e28d(0x1b5)]=(_0x5c2e90,_0x78a576)=>{const _0x42612e=a37_0x22e28d;this[_0x42612e(0x1b9)](LOG_LEVELS[_0x42612e(0x1b0)],_0x5c2e90);};['info']=(_0xb12227,_0x13302c)=>{const _0x11d3c7=a37_0x22e28d;this[_0x11d3c7(0x1b9)](LOG_LEVELS[_0x11d3c7(0x1b7)],_0xb12227);};[a37_0x22e28d(0x19e)]=(_0xd2c940,_0x32ed2f)=>{const _0x36923a=a37_0x22e28d;this[_0x36923a(0x1b9)](LOG_LEVELS[_0x36923a(0x199)],_0xd2c940);};[a37_0x22e28d(0x19b)]=(_0x105000,_0x175d21)=>{const _0x260cd5=a37_0x22e28d;this[_0x260cd5(0x1b9)](LOG_LEVELS[_0x260cd5(0x1a5)],_0x105000);};};module[a37_0x22e28d(0x194)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a38_0x2f6f29=a38_0x3790;(function(_0xde57d2,_0x17917){const _0x123e86=a38_0x3790,_0x164b08=_0xde57d2();while(!![]){try{const _0x25946a=-parseInt(_0x123e86(0x1b4))/0x1*(-parseInt(_0x123e86(0x18f))/0x2)+-parseInt(_0x123e86(0x19c))/0x3*(parseInt(_0x123e86(0x191))/0x4)+-parseInt(_0x123e86(0x17c))/0x5+-parseInt(_0x123e86(0x196))/0x6+parseInt(_0x123e86(0x1a4))/0x7+-parseInt(_0x123e86(0x1b7))/0x8*(-parseInt(_0x123e86(0x1b3))/0x9)+-parseInt(_0x123e86(0x1ad))/0xa*(-parseInt(_0x123e86(0x1b0))/0xb);if(_0x25946a===_0x17917)break;else _0x164b08['push'](_0x164b08['shift']());}catch(_0x1a5a4b){_0x164b08['push'](_0x164b08['shift']());}}}(a38_0x4071,0x1b368));const fs=require('fs'),path=require(a38_0x2f6f29(0x179)),{default:BrowserStackSetup}=require(a38_0x2f6f29(0x1a0)),helper=require(a38_0x2f6f29(0x182)),constants=require(a38_0x2f6f29(0x1a2)),{parallelVanillaRun}=require(a38_0x2f6f29(0x1b2));function a38_0x3790(_0x220fbc,_0x2d40ac){const _0x4071ce=a38_0x4071();return a38_0x3790=function(_0x379088,_0x4ac347){_0x379088=_0x379088-0x178;let _0x450736=_0x4071ce[_0x379088];return _0x450736;},a38_0x3790(_0x220fbc,_0x2d40ac);}function a38_0x4071(){const _0x3eb325=['uZNsr','isUndefined','Config\x20yml\x20is\x20required','UxCww','aocXk','getHubUrl','130XNEUsK','Dzsll','WVmOk','307637rrnmqm','proxySettings','../test-runner','7884VKeYoK','2bsNETA','ROlmt','aEnDz','1032PJSSER','length','platforms','path','cwd','IAAgJ','938145TiJsxP','File\x20path\x20is\x20required','ZYaov','getPlatformName','handleApp','gueDU','../../helpers/helper','modifyBrowserStackCaps','hxddO','wNnpr','vanilla','forEach','qApvs','modifyBrowserStackW3CCaps','file','ETgXG','rUMbL','args','TukxP','69682UmZJGv','udyCp','496UDPYgt','wQtEc','gzvhn','initialize','existsSync','986562wxbWzL','INVdl','then','dbFqL','push','join','3345cvxEsN','DyyCU','configuration','useW3C','../../helpers/BrowserStackSetup','config','../utils/constants','Essda','388661zNHSHG','parallelsPerPlatform','MdoqL'];a38_0x4071=function(){return _0x3eb325;};return a38_0x4071();}async function run(_0x4bfd18,_0x5e9497){const _0x5e1194=a38_0x2f6f29,_0x902b77={'Dzsll':_0x5e1194(0x186),'hxddO':function(_0x561a8c,_0x473529){return _0x561a8c!==_0x473529;},'aocXk':_0x5e1194(0x17b),'wQtEc':function(_0x53ca39,_0x42b908){return _0x53ca39===_0x42b908;},'INVdl':_0x5e1194(0x18e),'Essda':function(_0x370a64,_0x44eb03){return _0x370a64(_0x44eb03);},'MdoqL':_0x5e1194(0x17d),'aEnDz':_0x5e1194(0x1a9),'rUMbL':function(_0x8f299a,_0x349385){return _0x8f299a>_0x349385;},'wNnpr':_0x5e1194(0x193),'DyyCU':_0x5e1194(0x1aa),'uZNsr':function(_0x30ede5,_0x2e39e0){return _0x30ede5>_0x2e39e0;},'ETgXG':function(_0x1c51e5,_0x2a270e){return _0x1c51e5!==_0x2a270e;},'WZuWx':_0x5e1194(0x1af),'fgUNd':function(_0x2b2bb1,_0x355830){return _0x2b2bb1!==_0x355830;},'ROlmt':_0x5e1194(0x199),'ZYaov':'XWLgG','DteVd':function(_0x4c5e94,_0x386611){return _0x4c5e94*_0x386611;},'qApvs':function(_0x30adad,_0x3763cc,_0x29fd0f){return _0x30adad(_0x3763cc,_0x29fd0f);}},_0x168f3f=new BrowserStackSetup(_0x4bfd18,_0x902b77[_0x5e1194(0x1ae)]);await _0x168f3f[_0x5e1194(0x194)](),await helper[_0x5e1194(0x180)](_0x168f3f[_0x5e1194(0x1a1)]);let _0xa4c06d=[];if(helper[_0x5e1194(0x1a8)](_0x4bfd18['_'][0x1]))throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1a6)]);const _0xc32e4c=path[_0x5e1194(0x19b)](process[_0x5e1194(0x17a)](),_0x4bfd18['_'][0x1]);if(!fs[_0x5e1194(0x195)](_0xc32e4c))throw _0x902b77[_0x5e1194(0x1a3)](Error,'File\x20'+_0x4bfd18['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x168f3f[_0x5e1194(0x1a1)])throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1b6)]);let _0x2ddd19=helper[_0x5e1194(0x19f)](_0x168f3f['config']);_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]&&_0x902b77[_0x5e1194(0x18c)](_0x168f3f['config'][_0x5e1194(0x178)]['length'],0x0)&&(_0x902b77[_0x5e1194(0x184)](_0x902b77[_0x5e1194(0x185)],_0x902b77[_0x5e1194(0x19d)])?_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)][_0x5e1194(0x187)]((_0x59f11f,_0x42e69d)=>{const _0x38efe8=_0x5e1194;if(_0x902b77[_0x38efe8(0x184)](_0x902b77[_0x38efe8(0x1ab)],_0x902b77[_0x38efe8(0x1ab)])){let _0x52a593;if(_0x3e6480)_0x52a593=_0x3e7932['modifyBrowserStackW3CCaps'](_0x4ea1ab[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);else _0x52a593=_0x540715['modifyBrowserStackCaps'](_0x172f78[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);_0x321ef1={'server':_0x12fa54[_0x38efe8(0x1ac)](_0x10ebe9['config']),'proxySettings':_0x125e11[_0x38efe8(0x1a1)][_0x38efe8(0x1b1)]};const _0x5c629c={'capability':_0x52a593,..._0x50b1d4};_0x5c629c[_0x38efe8(0x18a)]=_0x4b7873,_0x5c629c[_0x38efe8(0x18d)]=_0x5e5ff3;const _0x3a513a={};_0x3a513a[_0x38efe8(0x19e)]=_0x5c629c,_0x18d55c=_0x3a513a,_0x3bcd44[_0x38efe8(0x19a)](_0x42c84d);}else{if(_0x2ddd19)_0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x189)](_0x168f3f[_0x38efe8(0x1a1)],_0x902b77['Dzsll'],_0x42e69d));else _0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x183)](_0x168f3f['config'],_0x902b77[_0x38efe8(0x1ae)],_0x42e69d));}}):_0x52000b[_0x5e1194(0x187)](_0x428ff5=>{const _0x36f5b7=_0x5e1194;_0x36ed45={'server':_0x105e1a[_0x36f5b7(0x1ac)](_0x486ab5[_0x36f5b7(0x1a1)]),'proxySettings':_0x256e88[_0x36f5b7(0x1a1)][_0x36f5b7(0x1b1)],'platform':_0x1219fb['getPlatformName'](_0x428ff5)};const _0x3c3eb0={'capability':_0x428ff5,..._0x20a798};_0x3c3eb0[_0x36f5b7(0x18a)]=_0x4c48d5,_0x3c3eb0[_0x36f5b7(0x18d)]=_0x14d29e;const _0x15cff1={};_0x15cff1[_0x36f5b7(0x19e)]=_0x3c3eb0,_0x538830=_0x15cff1,_0x36599b[_0x36f5b7(0x19a)](_0x5c1da0);}));let _0x3f0493,_0x2d0fb1;const _0x3f5ae4=[];if(_0x902b77[_0x5e1194(0x1a7)](_0xa4c06d[_0x5e1194(0x1b8)],0x0)){if(_0x902b77[_0x5e1194(0x18b)](_0x902b77['WZuWx'],_0x902b77['WZuWx'])){_0x647780={'server':_0x5cfca9[_0x5e1194(0x1ac)](_0x2aaa8b[_0x5e1194(0x1a1)]),'proxySettings':_0x442b34[_0x5e1194(0x1a1)][_0x5e1194(0x1b1)],'platform':_0x4cb235[_0x5e1194(0x17f)](_0x326df3)};const _0x938850={'capability':_0x4b28b1,..._0x1a295c};_0x938850[_0x5e1194(0x18a)]=_0x3d1664,_0x938850['args']=_0x1a3c27;const _0x3a0a5f={};_0x3a0a5f[_0x5e1194(0x19e)]=_0x938850,_0x4cb0ff=_0x3a0a5f,_0x3a7d98[_0x5e1194(0x19a)](_0x3ebdab);}else _0xa4c06d['forEach'](_0x41ad29=>{const _0x221cd0=_0x5e1194,_0x3a0920={};_0x3a0920[_0x221cd0(0x181)]=_0x902b77[_0x221cd0(0x1ae)];const _0x12a4f6=_0x3a0920;if(_0x902b77[_0x221cd0(0x192)](_0x902b77['INVdl'],_0x902b77[_0x221cd0(0x197)])){_0x3f0493={'server':helper[_0x221cd0(0x1ac)](_0x168f3f[_0x221cd0(0x1a1)]),'proxySettings':_0x168f3f[_0x221cd0(0x1a1)][_0x221cd0(0x1b1)],'platform':helper[_0x221cd0(0x17f)](_0x41ad29)};const _0x44f946={'capability':_0x41ad29,..._0x3f0493};_0x44f946[_0x221cd0(0x18a)]=_0xc32e4c,_0x44f946['args']=_0x5e9497;const _0x1c7ca5={};_0x1c7ca5[_0x221cd0(0x19e)]=_0x44f946,_0x2d0fb1=_0x1c7ca5,_0x3f5ae4[_0x221cd0(0x19a)](_0x2d0fb1);}else{if(_0x705fd2)_0x1f1080[_0x221cd0(0x19a)](_0x390104[_0x221cd0(0x189)](_0x2d1376[_0x221cd0(0x1a1)],_0x12a4f6['gueDU'],_0x2828aa));else _0xa68d88[_0x221cd0(0x19a)](_0x40f335[_0x221cd0(0x183)](_0xfc0001[_0x221cd0(0x1a1)],_0x12a4f6[_0x221cd0(0x181)],_0x32348c));}});}else{if(_0x902b77['fgUNd'](_0x902b77[_0x5e1194(0x1b5)],_0x902b77[_0x5e1194(0x17e)])){let _0x358035;if(_0x2ddd19)_0x358035=helper[_0x5e1194(0x189)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);else _0x358035=helper[_0x5e1194(0x183)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);_0x3f0493={'server':helper[_0x5e1194(0x1ac)](_0x168f3f[_0x5e1194(0x1a1)]),'proxySettings':_0x168f3f[_0x5e1194(0x1a1)]['proxySettings']};const _0x4aada8={'capability':_0x358035,..._0x3f0493};_0x4aada8[_0x5e1194(0x18a)]=_0xc32e4c,_0x4aada8[_0x5e1194(0x18d)]=_0x5e9497;const _0x4dfe9b={};_0x4dfe9b[_0x5e1194(0x19e)]=_0x4aada8,_0x2d0fb1=_0x4dfe9b,_0x3f5ae4[_0x5e1194(0x19a)](_0x2d0fb1);}else{const _0x120da1={};_0x120da1[_0x5e1194(0x190)]=_0x902b77['Dzsll'];const _0xe4f9a=_0x120da1;_0x3caa35[_0x5e1194(0x1a1)]['platforms'][_0x5e1194(0x187)]((_0x410a86,_0x559a46)=>{const _0x29fec8=_0x5e1194;if(_0x33c39e)_0x97649[_0x29fec8(0x19a)](_0x4a3180[_0x29fec8(0x189)](_0x14a6a1[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));else _0x18012a[_0x29fec8(0x19a)](_0x1bcad7[_0x29fec8(0x183)](_0x283220[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));});}}const _0x307f90=_0x902b77['DteVd'](_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]['length']||0x1,_0x168f3f['config'][_0x5e1194(0x1a5)]);_0x902b77[_0x5e1194(0x188)](parallelVanillaRun,_0x3f5ae4,_0x307f90)[_0x5e1194(0x198)](_0x147a05=>{})['finally'](async()=>{await helper['finalExecution'](_0x168f3f);});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a39_0x1444a9=a39_0x303c;function a39_0x303c(_0x3e9072,_0x25877b){const _0x2476f0=a39_0x2476();return a39_0x303c=function(_0x303c96,_0x259af8){_0x303c96=_0x303c96-0x17c;let _0x34627d=_0x2476f0[_0x303c96];return _0x34627d;},a39_0x303c(_0x3e9072,_0x25877b);}(function(_0x3ae59c,_0x5b889c){const _0x27d10c=a39_0x303c,_0x40f53d=_0x3ae59c();while(!![]){try{const _0xbc374a=parseInt(_0x27d10c(0x1ea))/0x1+-parseInt(_0x27d10c(0x234))/0x2*(parseInt(_0x27d10c(0x1e2))/0x3)+-parseInt(_0x27d10c(0x198))/0x4*(parseInt(_0x27d10c(0x225))/0x5)+-parseInt(_0x27d10c(0x25d))/0x6*(parseInt(_0x27d10c(0x226))/0x7)+-parseInt(_0x27d10c(0x239))/0x8*(-parseInt(_0x27d10c(0x183))/0x9)+-parseInt(_0x27d10c(0x20f))/0xa*(parseInt(_0x27d10c(0x1cf))/0xb)+parseInt(_0x27d10c(0x22d))/0xc;if(_0xbc374a===_0x5b889c)break;else _0x40f53d['push'](_0x40f53d['shift']());}catch(_0x407b64){_0x40f53d['push'](_0x40f53d['shift']());}}}(a39_0x2476,0x65469));const util=require(a39_0x1444a9(0x19b)),constants=require(a39_0x1444a9(0x1cb)),{isTurboScaleSession}=require(a39_0x1444a9(0x190)),logger=require(a39_0x1444a9(0x1b8))[a39_0x1444a9(0x23e)],helper=require('./helper'),hubAllocator=require(a39_0x1444a9(0x1ee));class BrowserStackSetup{constructor(_0x66dafe,_0x5dc7cc){const _0x5b3765=a39_0x1444a9,_0x710318={'tcaVN':_0x5b3765(0x1db),'sPiRT':function(_0x2101ca,_0x42d4e7){return _0x2101ca===_0x42d4e7;},'yovQi':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','hhBCV':_0x5b3765(0x255),'OeRpq':_0x5b3765(0x25a),'hTxdc':_0x5b3765(0x1af),'zQupF':_0x5b3765(0x200),'VIVoN':_0x5b3765(0x207),'abpcY':function(_0x26fed4,_0x4300f8){return _0x26fed4<_0x4300f8;},'riDOH':function(_0x596bc3,_0x46b158){return _0x596bc3(_0x46b158);},'EPkew':_0x5b3765(0x1c9),'xbbHo':function(_0x589ae1,_0x157e2f){return _0x589ae1===_0x157e2f;},'mQivC':_0x5b3765(0x1c8),'YHyOn':_0x5b3765(0x1b6),'qTRbq':_0x5b3765(0x181),'MhUQf':'No\x20config\x20provided.','JeXRR':_0x5b3765(0x1b3),'iqDFn':_0x5b3765(0x241),'gMjmH':function(_0x54c288,_0x481059){return _0x54c288!==_0x481059;},'YcwZi':_0x5b3765(0x203),'MWHjc':function(_0x2d0f4f,_0xc6a55a){return _0x2d0f4f!==_0xc6a55a;},'rNDsP':'xKXFo','amlow':_0x5b3765(0x19a),'aljOE':'yTOLu','iuVgS':_0x5b3765(0x1f5),'mMXXq':function(_0x445749,_0x2e7e05){return _0x445749!==_0x2e7e05;},'umEfC':_0x5b3765(0x250),'XCMHX':function(_0x11d2a0,_0x197372){return _0x11d2a0<_0x197372;},'JkcjC':function(_0xc49b6e,_0x31081e){return _0xc49b6e(_0x31081e);},'QYsTw':function(_0xd67bd6,_0x5ddc92){return _0xd67bd6===_0x5ddc92;},'ffhYp':'GeBoo','sxONo':_0x5b3765(0x236),'AHvaF':function(_0xe51a11,_0x2344c1){return _0xe51a11===_0x2344c1;},'SlEeh':function(_0x12879d,_0x1ac99b){return _0x12879d===_0x1ac99b;},'QdhQO':_0x5b3765(0x18f),'ifaQu':_0x5b3765(0x1a2),'PFpEh':function(_0x17fa9b,_0x518fa1){return _0x17fa9b===_0x518fa1;},'QMKeZ':_0x5b3765(0x209),'mvmxb':'skqoV','mckuT':function(_0x20c664,_0x545e1c){return _0x20c664===_0x545e1c;},'vnXFh':_0x5b3765(0x1a6),'pDcij':_0x5b3765(0x237),'gPCVr':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','sdcuO':function(_0x2cf4c8,_0x43a78e){return _0x2cf4c8!==_0x43a78e;},'ZUreh':_0x5b3765(0x21e),'cHAuF':_0x5b3765(0x1f7),'vrFZA':_0x5b3765(0x1fa),'ztgPG':'SyXHM','ZPNMf':function(_0x4db84a,_0x81ec81){return _0x4db84a===_0x81ec81;},'ylytr':'TRwMF','RWIPL':function(_0x12e71c,_0x161d46){return _0x12e71c===_0x161d46;},'sCodu':function(_0x63d9b8,_0x317c07){return _0x63d9b8!==_0x317c07;},'xeqEo':_0x5b3765(0x1bb),'gUZCj':_0x5b3765(0x201),'TRkqY':'mtjYz','drIPp':_0x5b3765(0x252),'TbJLm':'ltgqO','iAXcs':function(_0x12c74f,_0x45f328){return _0x12c74f===_0x45f328;},'FcDCz':_0x5b3765(0x1b9),'dDduN':'jAnDJ'};this['unhandledErrors']=[],this['cliConfig']=helper['setCLICaps'](_0x66dafe),this[_0x5b3765(0x1d6)]=helper['setEnvCaps'](),this['browserstackLocal']=null,this[_0x5b3765(0x1a0)]=null,this[_0x5b3765(0x1fb)]=helper[_0x5b3765(0x208)](helper['getConfigPath'](_0x66dafe)),global[_0x5b3765(0x1fb)]=this['config'],global[_0x5b3765(0x17e)]=_0x5dc7cc,helper[_0x5b3765(0x18a)](this[_0x5b3765(0x1fb)]),this[_0x5b3765(0x17e)]=_0x5dc7cc;if(helper['isUndefined'](this[_0x5b3765(0x1fb)]))throw new Error(_0x710318[_0x5b3765(0x19c)]);if(this[_0x5b3765(0x1fb)][_0x5b3765(0x217)])throw new Error(this[_0x5b3765(0x1fb)][_0x5b3765(0x217)]);this[_0x5b3765(0x1f8)]();process['env'][_0x5b3765(0x1f0)]&&(_0x710318[_0x5b3765(0x23f)](_0x710318[_0x5b3765(0x1a1)],_0x710318[_0x5b3765(0x1d1)])?(_0xa407f4[_0x5b3765(0x180)]['FRAMEWORK']=_0x4e38b0['_'][0x0],_0x2fcb11[_0x5b3765(0x1a7)](_0x710318[_0x5b3765(0x1d8)],{},this['config'],this[_0x5b3765(0x17e)])):(this[_0x5b3765(0x1fb)][_0x5b3765(0x24e)]=helper['isTrue'](process['env'][_0x5b3765(0x1f0)]),this[_0x5b3765(0x1fb)][_0x5b3765(0x1bc)]=this[_0x5b3765(0x1fb)][_0x5b3765(0x1bc)]||{}));helper[_0x5b3765(0x1e0)](this[_0x5b3765(0x1fb)],this[_0x5b3765(0x233)]),helper[_0x5b3765(0x210)](this[_0x5b3765(0x1fb)],this[_0x5b3765(0x233)],this[_0x5b3765(0x1d6)]);if(!helper[_0x5b3765(0x1e6)]()){if(_0x710318[_0x5b3765(0x243)](_0x710318['YcwZi'],_0x710318[_0x5b3765(0x246)]))this[_0x5b3765(0x1fb)]['useW3C']=![];else{try{if(_0x710318['MWHjc'](_0x710318[_0x5b3765(0x1d3)],_0x710318[_0x5b3765(0x1ed)]))process[_0x5b3765(0x180)][_0x5b3765(0x221)]=_0x5dc7cc,helper[_0x5b3765(0x1a7)](_0x710318[_0x5b3765(0x1d8)],{},this[_0x5b3765(0x1fb)],this[_0x5b3765(0x17e)]);else{_0x178a28[_0x5b3765(0x1f3)](_0x5b3765(0x1b1)+_0x44b7ad);throw new _0x8ed82c(_0x5dfff2[_0x5b3765(0x1bd)]());}}catch(_0x21fd91){if(_0x710318[_0x5b3765(0x23f)](_0x710318['aljOE'],_0x710318[_0x5b3765(0x1c7)])){_0x410ab4['debug'](_0x449b3a);throw new _0x2eb9c6(_0x511ee7['toString']());}else logger[_0x5b3765(0x1f3)](_0x5b3765(0x1a9)+_0x21fd91);}return;}}if(helper['requireSeleniumWebdriverCheck'](_0x5dc7cc)){if(_0x710318[_0x5b3765(0x1b2)](_0x710318[_0x5b3765(0x1e3)],_0x710318[_0x5b3765(0x1e3)]))!_0x38bdde['isUndefined'](this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)])&&_0x710318[_0x5b3765(0x23f)](this['config']['browserStackLocalOptions']['constructor'],_0x1a8070)?this['config'][_0x5b3765(0x20a)]['localIdentifier']=_0x602c89[_0x5b3765(0x1bf)]():this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)]={'localIdentifier':_0x32a0a7[_0x5b3765(0x1bf)]()};else{if(_0x710318['XCMHX'](_0x710318[_0x5b3765(0x1be)](parseInt,helper[_0x5b3765(0x17c)](_0x710318[_0x5b3765(0x187)])),0x3)){if(_0x710318[_0x5b3765(0x194)](_0x710318['ffhYp'],_0x710318[_0x5b3765(0x197)]))throw new _0x45de33(_0x710318[_0x5b3765(0x21a)]);else this['config']['useW3C']=![];}_0x710318[_0x5b3765(0x1ec)](helper['compareVersions'](helper['getPackageVersion'](_0x710318['EPkew']),_0x710318[_0x5b3765(0x182)]),0x1)&&(_0x710318[_0x5b3765(0x1e5)](_0x710318[_0x5b3765(0x253)],_0x710318[_0x5b3765(0x1eb)])?(this[_0x5b3765(0x1fb)][_0x5b3765(0x1d7)]=!![],this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)][_0x5b3765(0x227)]=_0x710318[_0x5b3765(0x21f)],this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)][_0x710318[_0x5b3765(0x228)]]=_0x71e975[_0x5b3765(0x1b7)][_0x5b3765(0x1dd)](','),this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)][_0x5b3765(0x1d9)]=_0x710318[_0x5b3765(0x1fe)]):this[_0x5b3765(0x1fb)][_0x5b3765(0x18e)]=!![]);}}if(helper[_0x5b3765(0x1c1)](this[_0x5b3765(0x1fb)][_0x5b3765(0x20d)])||helper[_0x5b3765(0x1c1)](this[_0x5b3765(0x1fb)][_0x5b3765(0x20d)][_0x5b3765(0x24b)])){if(_0x710318[_0x5b3765(0x1d0)](_0x710318['QMKeZ'],_0x710318[_0x5b3765(0x213)])){const _0x22f17d=_0x3a1b69=>{const _0x59862e=_0x5b3765;_0x1a8611[_0x59862e(0x217)](_0x3a1b69[_0x59862e(0x1aa)]),_0x50bbaa[_0x59862e(0x1f3)](_0x126671[_0x59862e(0x1ff)](_0x3a1b69)),this[_0x59862e(0x1c6)][_0x59862e(0x247)](_0x570bba[_0x59862e(0x1ff)]('%j',_0x3a1b69));};_0x22f63d['on'](_0x710318[_0x5b3765(0x1fd)],_0x22f17d),_0x3eb0b5['on'](_0x710318[_0x5b3765(0x18d)],_0x22f17d);}else helper['isUndefined'](this[_0x5b3765(0x1fb)]['parallelsPerPlatform'])?_0x710318[_0x5b3765(0x24f)](_0x710318[_0x5b3765(0x23a)],_0x710318[_0x5b3765(0x25e)])?(_0x710318[_0x5b3765(0x22b)](_0x710318[_0x5b3765(0x23d)](_0x25f641,_0x372701[_0x5b3765(0x17c)](_0x710318[_0x5b3765(0x187)])),0x3)&&(this[_0x5b3765(0x1fb)][_0x5b3765(0x18e)]=![]),_0x710318[_0x5b3765(0x193)](_0xee7909[_0x5b3765(0x1f2)](_0xa7e6d4['getPackageVersion'](_0x710318[_0x5b3765(0x187)]),_0x710318[_0x5b3765(0x182)]),0x1)&&(this[_0x5b3765(0x1fb)][_0x5b3765(0x18e)]=!![])):logger[_0x5b3765(0x205)](_0x710318[_0x5b3765(0x186)]):_0x710318[_0x5b3765(0x258)](_0x710318['ZUreh'],_0x710318['cHAuF'])?logger[_0x5b3765(0x25c)](_0x710318[_0x5b3765(0x24a)]):_0x483ab7[_0x5b3765(0x1f3)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0xcc7b6b),this[_0x5b3765(0x1fb)]['platforms']=[];}!this[_0x5b3765(0x1fb)]['browserStackLocalOptions']&&(this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)]=this[_0x5b3765(0x1fb)][_0x5b3765(0x184)]||{}),!this[_0x5b3765(0x1fb)]['testContextOptions']&&(this[_0x5b3765(0x1fb)][_0x5b3765(0x206)]={});if(helper['isUndefined'](helper[_0x5b3765(0x22e)](this[_0x5b3765(0x1fb)]))||helper[_0x5b3765(0x1c1)](helper['getAccessKey'](this[_0x5b3765(0x1fb)]))){if(_0x710318[_0x5b3765(0x23f)](_0x710318['ztgPG'],_0x710318['ztgPG']))throw new Error(_0x710318[_0x5b3765(0x1cd)]);else _0x4d4faa[_0x5b3765(0x217)](_0x710318['YHyOn'],_0x491f75[_0x5b3765(0x1aa)]);}if(helper[_0x5b3765(0x1b0)](this['config'])&&helper['isUndefined'](helper[_0x5b3765(0x1e1)](this[_0x5b3765(0x1fb)]))){if(_0x710318['ZPNMf'](_0x710318[_0x5b3765(0x1f9)],_0x710318[_0x5b3765(0x1f9)])){if(!helper[_0x5b3765(0x1c1)](this[_0x5b3765(0x1fb)]['browserStackLocalOptions'])&&_0x710318[_0x5b3765(0x1da)](this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)][_0x5b3765(0x1ba)],Object))_0x710318[_0x5b3765(0x21c)](_0x710318['xeqEo'],_0x710318[_0x5b3765(0x23c)])?this[_0x5b3765(0x1fb)][_0x5b3765(0x20a)][_0x5b3765(0x227)]=helper['generateLocalIdentifier']():_0x309f97[_0x5b3765(0x1f3)](_0x5b3765(0x1a9)+_0x1bdf71);else{if(_0x710318[_0x5b3765(0x243)](_0x710318['TRkqY'],_0x710318['drIPp']))this['config'][_0x5b3765(0x20a)]={'localIdentifier':helper[_0x5b3765(0x1bf)]()};else{try{_0x34e9dd[_0x5b3765(0x180)]['FRAMEWORK']=_0x239018,_0x57a02f[_0x5b3765(0x1a7)](_0x710318[_0x5b3765(0x1d8)],{},this['config'],this[_0x5b3765(0x17e)]);}catch(_0x423c6a){_0x20e59b[_0x5b3765(0x1f3)](_0x5b3765(0x1a9)+_0x423c6a);}return;}}}else throw new _0x4ff9f0(_0x710318[_0x5b3765(0x1cd)]);}helper[_0x5b3765(0x1a3)](this[_0x5b3765(0x1fb)],this[_0x5b3765(0x233)],this[_0x5b3765(0x1d6)]);try{_0x710318[_0x5b3765(0x1ec)](_0x710318[_0x5b3765(0x18c)],_0x710318[_0x5b3765(0x18c)])?(process[_0x5b3765(0x180)][_0x5b3765(0x221)]=_0x66dafe['_'][0x0],helper[_0x5b3765(0x1a7)](_0x710318[_0x5b3765(0x1d8)],{},this[_0x5b3765(0x1fb)],this[_0x5b3765(0x17e)])):(_0x4d029f['env'][_0x5b3765(0x221)]=_0x3acd7d,_0x18e235[_0x5b3765(0x1a7)](_0x710318[_0x5b3765(0x1d8)],{},this[_0x5b3765(0x1fb)],this[_0x5b3765(0x17e)]));}catch(_0x4e19b9){_0x710318['iAXcs'](_0x710318[_0x5b3765(0x1b4)],_0x710318[_0x5b3765(0x214)])?this[_0x5b3765(0x1fb)]['browserStackLocalOptions'][_0x5b3765(0x227)]=_0x4554c4[_0x5b3765(0x1bf)]():logger[_0x5b3765(0x1f3)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4e19b9);}}async[a39_0x1444a9(0x1f1)](){const _0x44a97e=a39_0x1444a9,_0x11f0ba={'JTWAQ':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','HIvrw':_0x44a97e(0x1fa),'BaGef':function(_0x549e02,_0x20257d){return _0x549e02(_0x20257d);},'EHHWs':_0x44a97e(0x1ce),'OjKkX':function(_0x486892,_0x50c75a){return _0x486892!==_0x50c75a;},'OZksZ':_0x44a97e(0x219),'DhNDL':_0x44a97e(0x230),'cfGOi':_0x44a97e(0x1a5),'sdDhb':'ats-repeater','ZxPCY':_0x44a97e(0x25a),'XTVYp':_0x44a97e(0x1af),'RwVjq':_0x44a97e(0x220),'uFlCV':function(_0xe121e7,_0x5e3328){return _0xe121e7===_0x5e3328;},'hFgYA':_0x44a97e(0x196),'KhmYl':_0x44a97e(0x229),'NpFNe':'codeceptjs','IoKTG':function(_0x3ddb23,_0xadc56b){return _0x3ddb23===_0xadc56b;},'xTonW':_0x44a97e(0x223),'ZHEje':_0x44a97e(0x259)};if(_0x11f0ba[_0x44a97e(0x1e9)](isTurboScaleSession,this[_0x44a97e(0x1fb)])){if(_0x11f0ba[_0x44a97e(0x1c0)](_0x11f0ba[_0x44a97e(0x1b5)],_0x11f0ba[_0x44a97e(0x1b5)]))_0x29951d[_0x44a97e(0x1c1)](this[_0x44a97e(0x1fb)]['parallelsPerPlatform'])?_0x504c08[_0x44a97e(0x205)](_0x11f0ba[_0x44a97e(0x191)]):_0x4ad757['warn'](_0x11f0ba[_0x44a97e(0x20c)]),this[_0x44a97e(0x1fb)][_0x44a97e(0x20d)]=[];else{const _0x56a6a6=await helper['getTurboScaleGridDetails'](this[_0x44a97e(0x1fb)]);this[_0x44a97e(0x1fb)][_0x44a97e(0x19e)]=_0x56a6a6,_0x56a6a6[_0x44a97e(0x1c3)]&&(_0x11f0ba[_0x44a97e(0x1c0)](_0x11f0ba[_0x44a97e(0x19f)],_0x11f0ba[_0x44a97e(0x20e)])?(this[_0x44a97e(0x1fb)][_0x44a97e(0x1d7)]=!![],this[_0x44a97e(0x1fb)]['browserStackLocalOptions'][_0x44a97e(0x227)]=_0x11f0ba[_0x44a97e(0x24d)],this[_0x44a97e(0x1fb)][_0x44a97e(0x20a)][_0x11f0ba[_0x44a97e(0x189)]]=_0x56a6a6[_0x44a97e(0x1b7)]['join'](','),this[_0x44a97e(0x1fb)]['browserStackLocalOptions'][_0x44a97e(0x1d9)]=_0x11f0ba[_0x44a97e(0x21d)]):this[_0x44a97e(0x1fb)]['useW3C']=!![]),this['config']['turboScaleUrl']=_0x56a6a6[_0x44a97e(0x222)],constants[_0x44a97e(0x17f)]=helper[_0x44a97e(0x1e7)](this[_0x44a97e(0x1fb)]),logger[_0x44a97e(0x1f3)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants[_0x44a97e(0x17f)]);}}helper[_0x44a97e(0x1f6)](this[_0x44a97e(0x1fb)]),this[_0x44a97e(0x235)](),[_0x11f0ba[_0x44a97e(0x216)]][_0x44a97e(0x188)](this[_0x44a97e(0x17e)])&&(_0x11f0ba[_0x44a97e(0x1ef)](_0x11f0ba['hFgYA'],_0x11f0ba[_0x44a97e(0x1cc)])?(_0x43fe09[_0x44a97e(0x217)](_0x449ca8[_0x44a97e(0x1aa)]),_0x5af59f['debug'](_0x318cf5[_0x44a97e(0x1ff)](_0x4ae7c8)),this['unhandledErrors'][_0x44a97e(0x247)](_0x32bad1[_0x44a97e(0x1ff)]('%j',_0xfd68f8))):await this['setupPercy']()),await this[_0x44a97e(0x192)](),![_0x11f0ba[_0x44a97e(0x185)]][_0x44a97e(0x188)](this[_0x44a97e(0x17e)])&&!_0x11f0ba[_0x44a97e(0x1e9)](isTurboScaleSession,this[_0x44a97e(0x1fb)])&&(_0x11f0ba[_0x44a97e(0x257)](_0x11f0ba[_0x44a97e(0x1a8)],_0x11f0ba[_0x44a97e(0x1d4)])?_0x11f0ba[_0x44a97e(0x1e9)](_0x41c73d,_0x11f0ba[_0x44a97e(0x1c5)])():await this[_0x44a97e(0x1d2)]());}async['setupPercy'](){const _0x2d7107=a39_0x1444a9,_0x398024={};_0x398024[_0x2d7107(0x1e4)]=_0x2d7107(0x238),_0x398024[_0x2d7107(0x1ae)]='Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined',_0x398024['dOWQc']=function(_0x599e7d,_0x3de91a){return _0x599e7d===_0x3de91a;},_0x398024[_0x2d7107(0x249)]=_0x2d7107(0x1c4),_0x398024[_0x2d7107(0x1fc)]='IoZml',_0x398024['JfXHU']=function(_0x3e4df8,_0x264a58){return _0x3e4df8==_0x264a58;},_0x398024['XAtAp']=_0x2d7107(0x1fa),_0x398024[_0x2d7107(0x1ad)]=function(_0x3226bb,_0xec68b){return _0x3226bb!==_0xec68b;},_0x398024[_0x2d7107(0x245)]=_0x2d7107(0x17d),_0x398024[_0x2d7107(0x1c2)]='EKJgj',_0x398024[_0x2d7107(0x1ab)]='tPfnb',_0x398024[_0x2d7107(0x1de)]=function(_0x1a604d,_0x25fc01){return _0x1a604d!==_0x25fc01;},_0x398024[_0x2d7107(0x215)]=_0x2d7107(0x1f4),_0x398024['gHiNe']='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x398024[_0x2d7107(0x1a4)]=_0x2d7107(0x248),_0x398024[_0x2d7107(0x202)]='beforeExit',_0x398024[_0x2d7107(0x204)]=_0x2d7107(0x22c),_0x398024[_0x2d7107(0x1df)]=_0x2d7107(0x254),_0x398024[_0x2d7107(0x1e8)]=function(_0x1134bb,_0x4f64e1){return _0x1134bb!==_0x4f64e1;},_0x398024[_0x2d7107(0x199)]=_0x2d7107(0x195);const _0x147113=_0x398024;if(helper[_0x2d7107(0x20b)](this['config'][_0x2d7107(0x1a0)])&&(!this[_0x2d7107(0x1a0)]||!this['percy'][_0x2d7107(0x231)]())){if(_0x147113['tVtkq'](_0x147113[_0x2d7107(0x245)],_0x147113[_0x2d7107(0x1c2)]))try{if(_0x147113[_0x2d7107(0x1ad)](_0x147113['HaJHZ'],_0x147113[_0x2d7107(0x1ab)]))this[_0x2d7107(0x1fb)][_0x2d7107(0x24e)]=_0x5e4970['isTrue'](_0x32dfd9[_0x2d7107(0x180)][_0x2d7107(0x1f0)]),this[_0x2d7107(0x1fb)][_0x2d7107(0x1bc)]=this[_0x2d7107(0x1fb)][_0x2d7107(0x1bc)]||{};else{this[_0x2d7107(0x1a0)]=await helper[_0x2d7107(0x23b)](this[_0x2d7107(0x1fb)]);if(!this[_0x2d7107(0x1a0)]){if(_0x147113[_0x2d7107(0x1de)](_0x147113['TuYyk'],_0x147113[_0x2d7107(0x215)]))_0x5ef14e[_0x2d7107(0x217)](_0x147113[_0x2d7107(0x1e4)],_0x536737[_0x2d7107(0x1aa)]);else throw new Error(_0x147113[_0x2d7107(0x1dc)]);}logger['info'](_0x147113[_0x2d7107(0x1a4)]);let _0x20c715=0x0;const _0x50248f=async()=>{const _0x4ebd49=_0x2d7107;_0x147113['dOWQc'](_0x147113['nrpbY'],_0x147113[_0x4ebd49(0x1fc)])?_0x460229['info'](_0x147113[_0x4ebd49(0x1ae)]):(_0x20c715++,_0x147113[_0x4ebd49(0x1ca)](_0x20c715,0x1)&&await this[_0x4ebd49(0x1ac)]());};process['on'](_0x147113['vrrQp'],_0x50248f),process['on'](_0x147113['CNDGt'],_0x50248f),process['on'](_0x147113['MUEmS'],_0x50248f);}}catch(_0x50af97){if(_0x147113[_0x2d7107(0x1e8)](_0x147113[_0x2d7107(0x199)],_0x147113['OuJrh']))_0x4497ec[_0x2d7107(0x25c)](_0x147113[_0x2d7107(0x244)]);else{logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x50af97);throw new Error(_0x50af97[_0x2d7107(0x1bd)]());}}else this[_0x2d7107(0x1fb)][_0x2d7107(0x20a)]={'localIdentifier':_0x1ad93e[_0x2d7107(0x1bf)]()};}}async[a39_0x1444a9(0x1ac)](){const _0xafdb00=a39_0x1444a9,_0x52656e={};_0x52656e[_0xafdb00(0x256)]=_0xafdb00(0x218),_0x52656e[_0xafdb00(0x25b)]=_0xafdb00(0x1b6);const _0x1f8268=_0x52656e;if(this[_0xafdb00(0x1a0)]&&this[_0xafdb00(0x1a0)]['isRunning']())try{await helper[_0xafdb00(0x1ac)](this['percy']),logger[_0xafdb00(0x205)](_0x1f8268[_0xafdb00(0x256)]);}catch(_0x4c4f6a){logger['error'](_0x1f8268[_0xafdb00(0x25b)],_0x4c4f6a[_0xafdb00(0x1aa)]);}}async[a39_0x1444a9(0x192)](){const _0x20789e=a39_0x1444a9,_0x41720a={};_0x41720a['tAVgw']=function(_0x1221ef,_0x53eadf){return _0x1221ef==_0x53eadf;},_0x41720a[_0x20789e(0x240)]=_0x20789e(0x1d5),_0x41720a[_0x20789e(0x22f)]=_0x20789e(0x24c),_0x41720a[_0x20789e(0x212)]=_0x20789e(0x22c),_0x41720a[_0x20789e(0x251)]=_0x20789e(0x254);const _0x5d2fd1=_0x41720a;if(helper[_0x20789e(0x20b)](this[_0x20789e(0x1fb)]['browserstackLocal'])&&(!this[_0x20789e(0x1d7)]||!this[_0x20789e(0x1d7)]['isRunning']()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x20789e(0x1fb)]),logger['info'](_0x5d2fd1[_0x20789e(0x240)]);let _0x34f40b=0x0;const _0xaae8a9=async()=>{const _0x3b8e7a=_0x20789e;_0x34f40b++,_0x5d2fd1['tAVgw'](_0x34f40b,0x1)&&await this[_0x3b8e7a(0x232)]();};process['on'](_0x5d2fd1[_0x20789e(0x22f)],_0xaae8a9),process['on'](_0x5d2fd1[_0x20789e(0x212)],_0xaae8a9),process['on'](_0x5d2fd1[_0x20789e(0x251)],_0xaae8a9);}catch(_0xa049fa){logger['debug'](_0xa049fa);throw new Error(_0xa049fa[_0x20789e(0x1bd)]());}}async['stopBrowserstackLocal'](){const _0x2ec1f4=a39_0x1444a9,_0x5c1b7f={};_0x5c1b7f[_0x2ec1f4(0x21b)]=_0x2ec1f4(0x22a),_0x5c1b7f[_0x2ec1f4(0x18b)]=_0x2ec1f4(0x238);const _0x58e0d0=_0x5c1b7f;if(this[_0x2ec1f4(0x1d7)]&&this[_0x2ec1f4(0x1d7)][_0x2ec1f4(0x231)]())try{await helper['stopLocalBinary'](this['browserstackLocal']),logger[_0x2ec1f4(0x205)](_0x58e0d0[_0x2ec1f4(0x21b)]);}catch(_0x5b066a){logger[_0x2ec1f4(0x217)](_0x58e0d0[_0x2ec1f4(0x18b)],_0x5b066a['message']);}}async['setUpHubUrl'](){const _0x2c972e=a39_0x1444a9;await hubAllocator[_0x2c972e(0x242)](this[_0x2c972e(0x1fb)]);}[a39_0x1444a9(0x235)](){const _0x5bca63={'blHqk':function(_0x210747,_0x3ef91b){return _0x210747(_0x3ef91b);},'jDYgG':'./setKeepAlive'};_0x5bca63['blHqk'](require,_0x5bca63['jDYgG'])();}['handleExceptions'](){const _0x5c90ed=a39_0x1444a9,_0x1009ef={};_0x1009ef[_0x5c90ed(0x211)]=_0x5c90ed(0x200),_0x1009ef[_0x5c90ed(0x19d)]=_0x5c90ed(0x207);const _0x360327=_0x1009ef,_0x171293=_0x4fa0db=>{const _0x528282=_0x5c90ed;logger['error'](_0x4fa0db[_0x528282(0x1aa)]),logger[_0x528282(0x1f3)](util[_0x528282(0x1ff)](_0x4fa0db)),this[_0x528282(0x1c6)][_0x528282(0x247)](util[_0x528282(0x1ff)]('%j',_0x4fa0db));};process['on'](_0x360327['zOoKe'],_0x171293),process['on'](_0x360327[_0x5c90ed(0x19d)],_0x171293);}}exports[a39_0x1444a9(0x224)]=BrowserStackSetup;function a39_0x2476(){const _0x2a0d0e=['turboScaleGridDetails','DhNDL','percy','JeXRR','OdEbU','setLogLevel','CZiot','pskJm','szzDi','fireFunnelTestEvent','xTonW','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','message','HaJHZ','stopPercy','tVtkq','qfQks','true','getLocalConfig','Error\x20in\x20percy\x20setup\x20','mMXXq','FezSg','FcDCz','OZksZ','Error\x20occured\x20while\x20stopping\x20percy','customRepeaters','./logger','JLqXK','constructor','JekiE','turboScaleOptions','toString','JkcjC','generateLocalIdentifier','OjKkX','isUndefined','zfikd','isTrialGrid','XxWSf','EHHWs','unhandledErrors','iuVgS','4.5.0','selenium-webdriver','JfXHU','../bin/utils/constants','KhmYl','qTRbq','./setKeepAlive','22nvqRxh','PFpEh','iqDFn','setUpHubUrl','rNDsP','ZHEje','Local\x20binary\x20started\x20successfully','envConfig','browserstackLocal','tcaVN','forceLocal','RWIPL','SDKTestAttempted','gHiNe','join','lGDNl','MUEmS','setBrowserstackInfraFromConfig','getLocalIdentifier','6jpcxmz','umEfC','YUlZB','SlEeh','isBrowserstackInfra','getHubUrl','rkREx','BaGef','724741SVbKSr','ifaQu','AHvaF','amlow','../hubAllocationMethods','uFlCV','BROWSERSTACK_TURBOSCALE','initialize','compareVersions','debug','obuqj','piqpA','setProxySettings','LqTHH','handleExceptions','ylytr','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','config','BqZkW','zQupF','hTxdc','format','unhandledRejection','lOwlu','vrrQp','kiapu','CNDGt','info','testContextOptions','uncaughtException','readConfig','qtkBC','browserStackLocalOptions','isTrue','HIvrw','platforms','cfGOi','3546170XNNBWP','getFinalCaps','zOoKe','uFuaT','mvmxb','dDduN','TuYyk','RwVjq','error','Percy\x20stopped','zhoWN','yovQi','aipih','sCodu','XTVYp','tnJFh','hhBCV','jest','FRAMEWORK','url','YnbCe','default','20565DdRWnL','84XYJefx','localIdentifier','OeRpq','pwHrJ','Local\x20binary\x20stopped','abpcY','SIGINT','6033372pATDbZ','getUserName','BLMNO','PHnKS','isRunning','stopBrowserstackLocal','cliConfig','198754PLLqrt','setupKeepAlive','RsJYb','PvbCS','Error\x20occured\x20while\x20stopping\x20local\x20binary','80huGXwE','vnXFh','startPercy','gUZCj','riDOH','winstonLogger','sPiRT','Midgi','wnpKR','allocateHub','gMjmH','XAtAp','ZrUeL','YcwZi','push','Percy\x20started\x20successfully','nrpbY','vrFZA','length','beforeExit','sdDhb','turboScale','mckuT','sTIfS','MGWdo','otuzg','QdhQO','SIGTERM','ats-repeater','GNbIv','IoKTG','sdcuO','GvoHp','custom-repeater','dFTsd','warn','52980GtXOUd','pDcij','getPackageVersion','ajKga','framework','hubUrl','env','userName\x20or\x20accessKey\x20is\x20not\x20defined','mQivC','266265NGnTjR','localOptions','NpFNe','gPCVr','EPkew','includes','ZxPCY','sanitizeCaps','uKZNa','TbJLm','VIVoN','useW3C','AAJDu','./ats/helper','JTWAQ','setupBrowserstackLocal','xbbHo','QYsTw','WXhcN','naPkW','sxONo','92ZrIOub','OuJrh','FErFo','util','MhUQf','GMpXT'];a39_0x2476=function(){return _0x2a0d0e;};return a39_0x2476();}
|
|
1
|
+
function a39_0x4d52(){const _0x5ca54f=['getLocalConfig','default','ZXCPS','852icixGi','OiwlO','QHBiT','getAccessKey','customRepeaters','BrJVr','10042047YoAsAo','Percy\x20started\x20successfully','getHubUrl','8xVsOko','eflpa','sCYHp','percy','requireSeleniumWebdriverCheck','SIGINT','toString','HiwWS','AyCbs','Yafhs','XsSgc','ENsYX','FRAMEWORK','EuiqM','yWuvM','555080mLqHSC','BayAC','BhWyQ','hivAz','Error\x20occured\x20while\x20stopping\x20local\x20binary','IVXUM','1220168JbBOtx','turboScale','xoPUG','ddbgM','forceLocal','setupPercy','vpMya','SIGTERM','ZZceF','util','Error\x20occured\x20while\x20stopping\x20percy','unhandledErrors','localIdentifier','QBHKA','isTrue','jeHhk','dMZwN','JDXns','getTurboScaleGridDetails','cJjQx','info','winstonLogger','sIdRP','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','getPackageVersion','GUGeD','htKaK','localOptions','platforms','nxLDQ','hubUrl','beforeExit','BROWSERSTACK_TURBOSCALE','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','XwYiC','CSffl','setEnvCaps','lwEnf','setupKeepAlive','UJEzz','BARQf','XuVpn','JKKUR','AdmPW','./setKeepAlive','gQozD','lWwTN','liOOG','UrtvW','YtUqJ','HZXnK','CWkBt','hwBny','unhandledRejection','stopBrowserstackLocal','setCLICaps','setupBrowserstackLocal','cXKbj','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','zejib','getUserName','ZQomt','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','lsxvy','isRunning','JnApN','DshVV','custom-repeater','Local\x20binary\x20stopped','generateLocalIdentifier','setLogLevel','No\x20config\x20provided.','jest','userName\x20or\x20accessKey\x20is\x20not\x20defined','iEWeF','config','iIWGC','HCqxE','OGXNt','NIXEv','SDKTestAttempted','stopLocalBinary','./ats/helper','CHOaD','JbJNH','SRRNT','qfdWS','rGiOz','NvEIE','adLuZ','includes','handleExceptions','MducU','txBNa','3368288VFEciU','hqhGe','XWwHC','gTTQi','setProxySettings','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','testContextOptions','getLocalIdentifier','framework','4.5.0','error','fYDSP','yipvE','isBrowserstackInfra','selenium-webdriver','zKPQq','allocateHub','SsajF','useW3C','OrQgT','fUOCI','warn','Dlolm','RLvjX','38381diBXzG','turboScaleUrl','MSKYg','setUpHubUrl','../bin/utils/constants','iUfZo','PvHhO','join','INlpK','SdBpO','LFVfk','toLowerCase','isTrialGrid','DGdlD','FNJRw','lSqWP','EvEhw','MtKxQ','mjFrJ','playwright','isUndefined','push','tHwfS','format','YLUGK','stopPercy','envConfig','jgHUt','compareVersions','acErK','LrWpL','getFinalCaps','TBFqy','2887734NBcRCw','message','jwysZ','zkCKu','hcPvU','oucSc','rbOMz','Error\x20in\x20percy\x20setup\x20','turboScaleGridDetails','HZtjS','?caps=','getConfigPath','ebtfG','uWjHX','lYAze','rCjYm','browserstackLocal','uncaughtException','5xTpVwI','debug','nkXiu','ats-repeater','setBrowserstackInfraFromConfig','jvknB','3897440TpSUkk','FLjuX','CPNYW','QqmsT','constructor','PNBUc','turboScaleOptions','zzNoJ','env','HwMvQ','fireFunnelTestEvent','./logger','cliConfig','sanitizeCaps','LvkmK','IUEvm','browserStackLocalOptions','length','ezZlp','Local\x20binary\x20started\x20successfully','playwrightUrl'];a39_0x4d52=function(){return _0x5ca54f;};return a39_0x4d52();}const a39_0x3ff359=a39_0x38ce;(function(_0x314cf5,_0x39f000){const _0x103000=a39_0x38ce,_0x4245dd=_0x314cf5();while(!![]){try{const _0x2c2fbe=parseInt(_0x103000(0x1b1))/0x1+-parseInt(_0x103000(0x130))/0x2+parseInt(_0x103000(0x169))/0x3+-parseInt(_0x103000(0xd2))/0x4*(-parseInt(_0x103000(0x17b))/0x5)+-parseInt(_0x103000(0x199))/0x6*(parseInt(_0x103000(0x148))/0x7)+parseInt(_0x103000(0x1a2))/0x8*(parseInt(_0x103000(0x19f))/0x9)+parseInt(_0x103000(0x181))/0xa;if(_0x2c2fbe===_0x39f000)break;else _0x4245dd['push'](_0x4245dd['shift']());}catch(_0x4d752e){_0x4245dd['push'](_0x4245dd['shift']());}}}(a39_0x4d52,0xd34d9));const util=require(a39_0x3ff359(0xdb)),constants=require(a39_0x3ff359(0x14c)),{isTurboScaleSession}=require(a39_0x3ff359(0x124)),logger=require(a39_0x3ff359(0x18c))[a39_0x3ff359(0xe7)],helper=require('./helper'),hubAllocator=require('../hubAllocationMethods');function a39_0x38ce(_0x2d3589,_0x13d729){const _0x4d5227=a39_0x4d52();return a39_0x38ce=function(_0x38ce78,_0x24b46e){_0x38ce78=_0x38ce78-0xce;let _0x4ef2e3=_0x4d5227[_0x38ce78];return _0x4ef2e3;},a39_0x38ce(_0x2d3589,_0x13d729);}class BrowserStackSetup{constructor(_0x1d8132,_0x3ce6ee){const _0x1fc897=a39_0x3ff359,_0x3c2a0c={'SsajF':function(_0x426f26,_0x3afec7){return _0x426f26<_0x3afec7;},'fUOCI':function(_0x108cec,_0x4165e0){return _0x108cec(_0x4165e0);},'SdBpO':_0x1fc897(0x13e),'yipvE':function(_0x2953d7,_0x37ebd9){return _0x2953d7===_0x37ebd9;},'NvEIE':_0x1fc897(0x139),'AyCbs':_0x1fc897(0xf3),'zKPQq':_0x1fc897(0x10c),'gSzZj':_0x1fc897(0x107),'hqhGe':'uncaughtException','CHOaD':_0x1fc897(0x17e),'mjFrJ':_0x1fc897(0x115),'XuVpn':'true','VVIJI':_0x1fc897(0xd0),'txBNa':_0x1fc897(0x122),'iEWeF':function(_0x284b6d,_0x409a55){return _0x284b6d===_0x409a55;},'PvHhO':_0x1fc897(0x11b),'HZXnK':_0x1fc897(0xfe),'HiwWS':_0x1fc897(0x119),'iUfZo':function(_0xd4a2cf,_0x508f1c){return _0xd4a2cf!==_0x508f1c;},'ddbgM':_0x1fc897(0xe8),'jgHUt':_0x1fc897(0x18f),'dMZwN':_0x1fc897(0x132),'OiwlO':function(_0xf49af3,_0x9c6155){return _0xf49af3!==_0x9c6155;},'zzNoJ':_0x1fc897(0x10b),'rCjYm':'yEgle','NIXEv':_0x1fc897(0x158),'nwgXa':function(_0x2984a0,_0x3523b5){return _0x2984a0(_0x3523b5);},'ZPGlA':_0x1fc897(0x18a),'ZXCPS':'ZDNYQ','QBHKA':_0x1fc897(0x113),'TubuH':function(_0x258359,_0x36f782){return _0x258359!==_0x36f782;},'EoxnP':_0x1fc897(0x17d),'OrQgT':_0x1fc897(0x12e),'Yafhs':function(_0x765fd5,_0x34dffb){return _0x765fd5===_0x34dffb;},'ebtfG':_0x1fc897(0x16e),'jeHhk':_0x1fc897(0xf9),'BIFmF':_0x1fc897(0x101),'eflpa':function(_0x2ef3ca,_0x37d6e5){return _0x2ef3ca!==_0x37d6e5;},'CVSEm':_0x1fc897(0x1ad),'OYYvN':'JXoje','OGXNt':function(_0x42f8ba,_0xe71bf0){return _0x42f8ba===_0xe71bf0;},'lSqWP':_0x1fc897(0x106),'htKaK':_0x1fc897(0x105),'wXlfQ':_0x1fc897(0x19b),'TeFTQ':function(_0x3d4933,_0x1644b9){return _0x3d4933===_0x1644b9;},'nxLDQ':_0x1fc897(0x16f),'ehirk':_0x1fc897(0xff),'zejib':function(_0x3274a5,_0x5e3b1d){return _0x3274a5===_0x5e3b1d;},'hcPvU':_0x1fc897(0x177)};this[_0x1fc897(0xdd)]=[],this[_0x1fc897(0x18d)]=helper[_0x1fc897(0x109)](_0x1d8132),this[_0x1fc897(0x162)]=helper[_0x1fc897(0xf6)](),this['browserstackLocal']=null,this[_0x1fc897(0x1a5)]=null,this[_0x1fc897(0x11d)]=helper['readConfig'](helper[_0x1fc897(0x174)](_0x1d8132)),global[_0x1fc897(0x11d)]=this['config'],global[_0x1fc897(0x138)]=_0x3ce6ee,helper[_0x1fc897(0x18e)](this[_0x1fc897(0x11d)]),this[_0x1fc897(0x138)]=_0x3ce6ee;if(helper['isUndefined'](this[_0x1fc897(0x11d)]))throw new Error(_0x3c2a0c[_0x1fc897(0x1a9)]);if(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)])throw new Error(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)]);this['handleExceptions']();process[_0x1fc897(0x189)][_0x1fc897(0xf2)]&&(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0xd5)],_0x3c2a0c[_0x1fc897(0xd5)])?(_0x3c2a0c['SsajF'](_0x3c2a0c[_0x1fc897(0x144)](_0x5983a9,_0x22ecb2[_0x1fc897(0xea)](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]),_0x3c2a0c[_0x1fc897(0x13c)](_0x33fbfa[_0x1fc897(0x164)](_0x223f66[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=!![])):(this[_0x1fc897(0x11d)][_0x1fc897(0xd3)]=helper[_0x1fc897(0xe0)](process[_0x1fc897(0x189)][_0x1fc897(0xf2)]),this['config'][_0x1fc897(0x187)]=this[_0x1fc897(0x11d)][_0x1fc897(0x187)]||{}));helper[_0x1fc897(0x17f)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)]),helper[_0x1fc897(0x167)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);if(!helper[_0x1fc897(0x13d)]()){if(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0x163)],_0x3c2a0c[_0x1fc897(0x163)]))_0x151bfa[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['parallelsPerPlatform'])?_0x459dd5['info'](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x2b1ab4[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]),this['config'][_0x1fc897(0xee)]=[];else{try{if(_0x3c2a0c[_0x1fc897(0x14d)](_0x3c2a0c[_0x1fc897(0xe2)],_0x3c2a0c['dMZwN'])){const _0x8db719=_0x22b271=>{const _0x4f4e69=_0x1fc897;_0x2dd34a['error'](_0x22b271['message']),_0x56e244[_0x4f4e69(0x17c)](_0x176e2b[_0x4f4e69(0x15f)](_0x22b271)),this[_0x4f4e69(0xdd)][_0x4f4e69(0x15d)](_0x2483f5['format']('%j',_0x22b271));};_0x2e5fd1['on'](_0x3c2a0c['gSzZj'],_0x8db719),_0x5c2dc4['on'](_0x3c2a0c[_0x1fc897(0x131)],_0x8db719);}else process['env']['FRAMEWORK']=_0x3ce6ee,helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]);}catch(_0x5bb576){_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0x188)],_0x3c2a0c[_0x1fc897(0x178)])?logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0x5bb576):(this['config']['browserstackLocal']=!![],this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=_0x3c2a0c[_0x1fc897(0x125)],this['config'][_0x1fc897(0x191)][_0x3c2a0c[_0x1fc897(0x15a)]]=_0x31c60e[_0x1fc897(0x19d)][_0x1fc897(0x14f)](','),this['config'][_0x1fc897(0x191)]['forceLocal']=_0x3c2a0c[_0x1fc897(0xfb)]);}return;}}if(helper[_0x1fc897(0x1a6)](_0x3ce6ee)){if(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c[_0x1fc897(0x121)],_0x3c2a0c['NIXEv']))_0x3c2a0c[_0x1fc897(0x141)](_0x3c2a0c['nwgXa'](parseInt,helper['getPackageVersion'](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c['ZPGlA'],_0x3c2a0c['ZPGlA'])?this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]:_0xfb1910['error'](_0x3c2a0c['VVIJI'],_0x27b043[_0x1fc897(0x16a)])),_0x3c2a0c[_0x1fc897(0x13c)](helper[_0x1fc897(0x164)](helper[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0x198)],_0x3c2a0c['ZXCPS'])?this['config'][_0x1fc897(0x142)]=!![]:_0x36b14b['warn'](_0x3c2a0c[_0x1fc897(0x13f)]));else{_0x2e1fae[_0x1fc897(0x17c)]('Error\x20in\x20percy\x20setup\x20'+_0x5be133);throw new _0x17a221(_0x5dc941[_0x1fc897(0x1a8)]());}}(helper['isUndefined'](this[_0x1fc897(0x11d)]['platforms'])||helper[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['platforms'][_0x1fc897(0x192)]))&&(_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xdf)],_0x3c2a0c[_0x1fc897(0xdf)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]['localIdentifier']=_0x48b4a8[_0x1fc897(0x117)]():(helper[_0x1fc897(0x15c)](this['config']['parallelsPerPlatform'])?_0x3c2a0c['TubuH'](_0x3c2a0c['EoxnP'],_0x3c2a0c[_0x1fc897(0x143)])?logger[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x5dab0e[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x3c2a0c[_0x1fc897(0x1ab)](_0x3c2a0c[_0x1fc897(0x175)],_0x3c2a0c[_0x1fc897(0x175)])?logger[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]):this['config']['browserStackLocalOptions']={'localIdentifier':_0x9f5ebb[_0x1fc897(0x117)]()},this['config'][_0x1fc897(0xee)]=[]));!this[_0x1fc897(0x11d)][_0x1fc897(0x191)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x191)]=this['config'][_0x1fc897(0xed)]||{}),!this[_0x1fc897(0x11d)][_0x1fc897(0x136)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x136)]={});if(helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x10e)](this[_0x1fc897(0x11d)]))||helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x19c)](this[_0x1fc897(0x11d)]))){if(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0xe1)],_0x3c2a0c['BIFmF']))_0x19a96f['env']['FRAMEWORK']=_0x37c1e5['_'][0x0],_0x3242ee[_0x1fc897(0x18b)](_0x3c2a0c['txBNa'],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);else throw new Error(_0x3c2a0c[_0x1fc897(0x14e)]);}if(helper[_0x1fc897(0x196)](this[_0x1fc897(0x11d)])&&helper['isUndefined'](helper[_0x1fc897(0x137)](this['config']))){if(_0x3c2a0c[_0x1fc897(0x1a3)](_0x3c2a0c['CVSEm'],_0x3c2a0c['OYYvN']))!helper[_0x1fc897(0x15c)](this['config'][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],Object)?_0x3c2a0c[_0x1fc897(0x120)](_0x3c2a0c['lSqWP'],_0x3c2a0c[_0x1fc897(0x157)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=helper[_0x1fc897(0x117)]():(_0x419aaf['error'](_0x45ced4[_0x1fc897(0x16a)]),_0x452846['debug'](_0x396ba3[_0x1fc897(0x15f)](_0x3ad880)),this['unhandledErrors']['push'](_0x301c3f[_0x1fc897(0x15f)]('%j',_0x34387e))):_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xec)],_0x3c2a0c['wXlfQ'])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]={'localIdentifier':helper[_0x1fc897(0x117)]()}:!_0x29d9de[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],_0x163e69)?this['config'][_0x1fc897(0x191)]['localIdentifier']=_0x39c5ad[_0x1fc897(0x117)]():this['config'][_0x1fc897(0x191)]={'localIdentifier':_0x48e782['generateLocalIdentifier']()};else throw new _0x605aef(_0x3c2a0c[_0x1fc897(0x14e)]);}helper[_0x1fc897(0x118)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);try{_0x3c2a0c['TeFTQ'](_0x3c2a0c[_0x1fc897(0xef)],_0x3c2a0c['ehirk'])?_0x3c2a0c[_0x1fc897(0x144)](_0x4422f9,_0x3c2a0c[_0x1fc897(0x104)])():(process['env'][_0x1fc897(0x1ae)]=_0x1d8132['_'][0x0],helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]));}catch(_0xa6ab7e){if(_0x3c2a0c[_0x1fc897(0x10d)](_0x3c2a0c[_0x1fc897(0x16d)],_0x3c2a0c[_0x1fc897(0x16d)]))logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0xa6ab7e);else{try{_0x52cabc[_0x1fc897(0x189)][_0x1fc897(0x1ae)]=_0x5c1873,_0x26e5e1[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);}catch(_0x5c3e6f){_0x1402b3['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5c3e6f);}return;}}}async['initialize'](){const _0x56bd01=a39_0x3ff359,_0x16f160={'BayAC':function(_0x4d5997,_0x13d8e){return _0x4d5997+_0x13d8e;},'dfrmx':_0x56bd01(0x173),'FLjuX':'SDKTestAttempted','oiYQK':_0x56bd01(0xdc),'PNBUc':function(_0x50d3ff,_0x3d0990){return _0x50d3ff(_0x3d0990);},'gTTQi':function(_0x3d4073,_0x14a905){return _0x3d4073===_0x14a905;},'qfdWS':_0x56bd01(0x150),'RLvjX':_0x56bd01(0x172),'hivAz':function(_0x11c0a3,_0x51fcac){return _0x11c0a3!==_0x51fcac;},'LFVfk':'Xlclh','YLUGK':_0x56bd01(0x17e),'ZklyJ':_0x56bd01(0x115),'xoPUG':'true','GUGeD':function(_0x1af869,_0x5d7c1e){return _0x1af869===_0x5d7c1e;},'jwysZ':_0x56bd01(0x15b),'tdhUr':function(_0x1b60bf,_0x433b4a){return _0x1b60bf!==_0x433b4a;},'cJjQx':_0x56bd01(0xfc),'jvknB':_0x56bd01(0x13b),'VILAS':_0x56bd01(0x11a),'AdmPW':function(_0x1b2e99,_0x934606){return _0x1b2e99!==_0x934606;},'JbJNH':_0x56bd01(0x15e),'jFLuJ':'nWcgg','haFYq':'codeceptjs','LrWpL':function(_0x531103,_0x5aae0e){return _0x531103!==_0x5aae0e;},'EuiqM':'RtCeE'};if(_0x16f160[_0x56bd01(0x186)](isTurboScaleSession,this[_0x56bd01(0x11d)])){if(_0x16f160[_0x56bd01(0x133)](_0x16f160[_0x56bd01(0x128)],_0x16f160[_0x56bd01(0x147)]))this[_0x56bd01(0x11d)][_0x56bd01(0x142)]=!![];else{const _0xd02b68=await helper[_0x56bd01(0xe4)](this[_0x56bd01(0x11d)]);this[_0x56bd01(0x11d)][_0x56bd01(0x171)]=_0xd02b68,_0xd02b68[_0x56bd01(0x154)]&&(_0x16f160[_0x56bd01(0xcf)](_0x16f160[_0x56bd01(0x152)],_0x16f160[_0x56bd01(0x152)])?this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0x16f160[_0x56bd01(0x1b2)](_0x23f049[_0x56bd01(0x195)],_0x16f160['dfrmx']):(this[_0x56bd01(0x11d)][_0x56bd01(0x179)]=!![],this['config'][_0x56bd01(0x191)]['localIdentifier']=_0x16f160[_0x56bd01(0x160)],this[_0x56bd01(0x11d)]['browserStackLocalOptions'][_0x16f160['ZklyJ']]=_0xd02b68['customRepeaters'][_0x56bd01(0x14f)](','),this['config'][_0x56bd01(0x191)][_0x56bd01(0xd6)]=_0x16f160[_0x56bd01(0xd4)])),this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0xd02b68['url'],this[_0x56bd01(0x138)]&&_0x16f160[_0x56bd01(0xeb)](this[_0x56bd01(0x138)][_0x56bd01(0x153)](),_0x16f160[_0x56bd01(0x16b)])&&(_0x16f160['tdhUr'](_0x16f160[_0x56bd01(0xe5)],_0x16f160[_0x56bd01(0x180)])?this[_0x56bd01(0x11d)]['turboScaleUrl']=_0x16f160['BayAC'](_0xd02b68[_0x56bd01(0x195)],_0x16f160['dfrmx']):(_0x20202c[_0x56bd01(0x189)][_0x56bd01(0x1ae)]=_0xa28ee0,_0x52b593['fireFunnelTestEvent'](_0x16f160[_0x56bd01(0x182)],{},this[_0x56bd01(0x11d)],this[_0x56bd01(0x138)]))),constants[_0x56bd01(0xf0)]=helper[_0x56bd01(0x1a1)](this[_0x56bd01(0x11d)]),logger[_0x56bd01(0x17c)](_0x56bd01(0x110)+constants[_0x56bd01(0xf0)]);}}helper[_0x56bd01(0x134)](this['config']),this['setupKeepAlive'](),[_0x16f160['VILAS']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&(_0x16f160[_0x56bd01(0xfd)](_0x16f160[_0x56bd01(0x126)],_0x16f160['jFLuJ'])?await this[_0x56bd01(0xd7)]():_0x3983e2[_0x56bd01(0x17c)](_0x56bd01(0xe9)+_0x1e5e0d)),await this['setupBrowserstackLocal'](),![_0x16f160['haFYq']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&!_0x16f160['PNBUc'](isTurboScaleSession,this[_0x56bd01(0x11d)])&&(_0x16f160[_0x56bd01(0x166)](_0x16f160[_0x56bd01(0x1af)],_0x16f160[_0x56bd01(0x1af)])?_0x176b9c[_0x56bd01(0x13a)](_0x16f160['oiYQK'],_0x4e7931['message']):await this[_0x56bd01(0x14b)]());}async[a39_0x3ff359(0xd7)](){const _0x5c002d=a39_0x3ff359,_0x4a0b87={};_0x4a0b87['lsxvy']=function(_0xc2ea9e,_0x4a0cc2){return _0xc2ea9e===_0x4a0cc2;},_0x4a0b87[_0x5c002d(0x1a4)]=_0x5c002d(0xf7),_0x4a0b87['BARQf']=function(_0x2081b1,_0x21d04a){return _0x2081b1==_0x21d04a;},_0x4a0b87[_0x5c002d(0x176)]=_0x5c002d(0x135),_0x4a0b87[_0x5c002d(0x159)]=function(_0x4702c6,_0x21a123){return _0x4702c6===_0x21a123;},_0x4a0b87['CPNYW']=_0x5c002d(0x14a),_0x4a0b87[_0x5c002d(0x190)]=_0x5c002d(0x184),_0x4a0b87[_0x5c002d(0xce)]=function(_0x254180,_0x66c54e){return _0x254180!==_0x66c54e;},_0x4a0b87[_0x5c002d(0x129)]=_0x5c002d(0x10f),_0x4a0b87[_0x5c002d(0x102)]=function(_0x4a295c,_0x1fd71e){return _0x4a295c!==_0x1fd71e;},_0x4a0b87[_0x5c002d(0xe3)]=_0x5c002d(0x100),_0x4a0b87[_0x5c002d(0x16c)]=_0x5c002d(0x1a0),_0x4a0b87[_0x5c002d(0xd1)]=_0x5c002d(0xf1),_0x4a0b87[_0x5c002d(0xda)]=_0x5c002d(0x1a7),_0x4a0b87[_0x5c002d(0x114)]=_0x5c002d(0xd9),_0x4a0b87['CSffl']=function(_0x4f35ba,_0x3a4a74){return _0x4f35ba!==_0x3a4a74;},_0x4a0b87[_0x5c002d(0xf4)]=_0x5c002d(0x127),_0x4a0b87['DVacb']=_0x5c002d(0x156);const _0x2b5984=_0x4a0b87;if(helper[_0x5c002d(0xe0)](this['config'][_0x5c002d(0x1a5)])&&(!this[_0x5c002d(0x1a5)]||!this[_0x5c002d(0x1a5)][_0x5c002d(0x112)]())){if(_0x2b5984[_0x5c002d(0x159)](_0x2b5984[_0x5c002d(0x183)],_0x2b5984['IUEvm']))this[_0x5c002d(0x11d)]['useW3C']=![];else try{if(_0x2b5984['BhWyQ'](_0x2b5984[_0x5c002d(0x129)],_0x2b5984['rGiOz']))this[_0x5c002d(0x11d)][_0x5c002d(0xd3)]=_0x4053b5['isTrue'](_0x587c11['env'][_0x5c002d(0xf2)]),this[_0x5c002d(0x11d)]['turboScaleOptions']=this[_0x5c002d(0x11d)][_0x5c002d(0x187)]||{};else{this[_0x5c002d(0x1a5)]=await helper['startPercy'](this['config']);if(!this[_0x5c002d(0x1a5)]){if(_0x2b5984[_0x5c002d(0x102)](_0x2b5984[_0x5c002d(0xe3)],_0x2b5984['JDXns'])){_0x39d2a5[_0x5c002d(0x17c)](_0x19e2bd);throw new _0x3dc192(_0x5253e0[_0x5c002d(0x1a8)]());}else throw new Error(_0x2b5984['uWjHX']);}logger[_0x5c002d(0xe6)](_0x2b5984['zkCKu']);let _0x32687d=0x0;const _0x1159c1=async()=>{const _0x348735=_0x5c002d;_0x2b5984[_0x348735(0x111)](_0x2b5984['sCYHp'],_0x2b5984['sCYHp'])?(_0x32687d++,_0x2b5984[_0x348735(0xfa)](_0x32687d,0x1)&&await this[_0x348735(0x161)]()):_0x1373ea[_0x348735(0x17c)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4ead79);};process['on'](_0x2b5984[_0x5c002d(0xd1)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0xda)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0x114)],_0x1159c1);}}catch(_0x235b70){if(_0x2b5984[_0x5c002d(0xf5)](_0x2b5984[_0x5c002d(0xf4)],_0x2b5984['DVacb'])){logger['debug'](_0x5c002d(0x170)+_0x235b70);throw new Error(_0x235b70[_0x5c002d(0x1a8)]());}else throw new _0x52008c(_0x2b5984[_0x5c002d(0x176)]);}}}async[a39_0x3ff359(0x161)](){const _0x51b965=a39_0x3ff359,_0x1707af={};_0x1707af['ezZlp']='Percy\x20stopped',_0x1707af[_0x51b965(0x11f)]=_0x51b965(0xdc);const _0x3b0e86=_0x1707af;if(this[_0x51b965(0x1a5)]&&this[_0x51b965(0x1a5)][_0x51b965(0x112)]())try{await helper[_0x51b965(0x161)](this[_0x51b965(0x1a5)]),logger[_0x51b965(0xe6)](_0x3b0e86[_0x51b965(0x193)]);}catch(_0x32e8ad){logger[_0x51b965(0x13a)](_0x3b0e86[_0x51b965(0x11f)],_0x32e8ad[_0x51b965(0x16a)]);}}async[a39_0x3ff359(0x10a)](){const _0x2de8a3=a39_0x3ff359,_0x1ac253={};_0x1ac253[_0x2de8a3(0x1b0)]=function(_0x4ba1f9,_0x2c7a53){return _0x4ba1f9==_0x2c7a53;},_0x1ac253[_0x2de8a3(0x11e)]=_0x2de8a3(0x194),_0x1ac253[_0x2de8a3(0x155)]='beforeExit',_0x1ac253[_0x2de8a3(0xd8)]=_0x2de8a3(0x1a7),_0x1ac253[_0x2de8a3(0x165)]=_0x2de8a3(0xd9);const _0x10c1c9=_0x1ac253;if(helper[_0x2de8a3(0xe0)](this[_0x2de8a3(0x11d)][_0x2de8a3(0x179)])&&(!this[_0x2de8a3(0x179)]||!this[_0x2de8a3(0x179)][_0x2de8a3(0x112)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x2de8a3(0x11d)]),logger['info'](_0x10c1c9[_0x2de8a3(0x11e)]);let _0x23be40=0x0;const _0xd7c90d=async()=>{const _0x3d00f2=_0x2de8a3;_0x23be40++,_0x10c1c9['yWuvM'](_0x23be40,0x1)&&await this[_0x3d00f2(0x108)]();};process['on'](_0x10c1c9['DGdlD'],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0xd8)],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0x165)],_0xd7c90d);}catch(_0x424767){logger[_0x2de8a3(0x17c)](_0x424767);throw new Error(_0x424767[_0x2de8a3(0x1a8)]());}}async[a39_0x3ff359(0x108)](){const _0x5df364=a39_0x3ff359,_0x520d2a={};_0x520d2a[_0x5df364(0x12b)]=_0x5df364(0x116),_0x520d2a[_0x5df364(0x103)]=_0x5df364(0xd0);const _0x28d123=_0x520d2a;if(this[_0x5df364(0x179)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x5df364(0x123)](this[_0x5df364(0x179)]),logger['info'](_0x28d123['adLuZ']);}catch(_0x98b7b1){logger[_0x5df364(0x13a)](_0x28d123['YtUqJ'],_0x98b7b1[_0x5df364(0x16a)]);}}async[a39_0x3ff359(0x14b)](){const _0x28b26f=a39_0x3ff359;await hubAllocator[_0x28b26f(0x140)](this[_0x28b26f(0x11d)]);}[a39_0x3ff359(0xf8)](){const _0xb22916=a39_0x3ff359,_0x36d3ba={'Dlolm':function(_0x3598e9,_0x3093a3){return _0x3598e9(_0x3093a3);},'BrJVr':_0xb22916(0xfe)};_0x36d3ba[_0xb22916(0x146)](require,_0x36d3ba[_0xb22916(0x19e)])();}[a39_0x3ff359(0x12d)](){const _0xeff87a=a39_0x3ff359,_0xd3247e={};_0xd3247e[_0xeff87a(0x168)]='unhandledRejection',_0xd3247e[_0xeff87a(0x1ac)]=_0xeff87a(0x17a);const _0x20e098=_0xd3247e,_0x131561=_0x38e4f5=>{const _0x51cb85=_0xeff87a;logger[_0x51cb85(0x13a)](_0x38e4f5['message']),logger[_0x51cb85(0x17c)](util[_0x51cb85(0x15f)](_0x38e4f5)),this[_0x51cb85(0xdd)][_0x51cb85(0x15d)](util[_0x51cb85(0x15f)]('%j',_0x38e4f5));};process['on'](_0x20e098['TBFqy'],_0x131561),process['on'](_0x20e098[_0xeff87a(0x1ac)],_0x131561);}}exports[a39_0x3ff359(0x197)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a40_0x4b23(_0x3adf15,_0x39d24e){var _0x5d99d7=a40_0x5d99();return a40_0x4b23=function(_0x4b23c8,_0x249e25){_0x4b23c8=_0x4b23c8-0x173;var _0x47f288=_0x5d99d7[_0x4b23c8];return _0x47f288;},a40_0x4b23(_0x3adf15,_0x39d24e);}function a40_0x5d99(){var _0x3f514f=['5823tEJUET','3364JJxVDC','1453269dgoLil','508300FJpgSo','161iHpzFJ','22930cvNRkf','2775640pRpDpb','1522516VfUDUk','126354vTlfob','5930RBHfdT'];a40_0x5d99=function(){return _0x3f514f;};return a40_0x5d99();}(function(_0x32c55f,_0x207d0b){var _0x569710=a40_0x4b23,_0x11970e=_0x32c55f();while(!![]){try{var _0x3720b9=parseInt(_0x569710(0x178))/0x1+-parseInt(_0x569710(0x17c))/0x2+parseInt(_0x569710(0x177))/0x3+-parseInt(_0x569710(0x176))/0x4*(parseInt(_0x569710(0x174))/0x5)+-parseInt(_0x569710(0x173))/0x6*(parseInt(_0x569710(0x179))/0x7)+parseInt(_0x569710(0x17b))/0x8+-parseInt(_0x569710(0x175))/0x9*(-parseInt(_0x569710(0x17a))/0xa);if(_0x3720b9===_0x207d0b)break;else _0x11970e['push'](_0x11970e['shift']());}catch(_0x26808e){_0x11970e['push'](_0x11970e['shift']());}}}(a40_0x5d99,0x8da70),exports['API_URL']='https://accessibility.browserstack.com/api');
|