browserstack-node-sdk 1.29.1 → 1.29.2
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
|
-
function a31_0x5886(_0x3360e5,_0x368a6a){const _0x4be4dc=a31_0x4be4();return a31_0x5886=function(_0x588699,_0x2ba530){_0x588699=_0x588699-0xb1;let _0x544caf=_0x4be4dc[_0x588699];return _0x544caf;},a31_0x5886(_0x3360e5,_0x368a6a);}const a31_0x459ca1=a31_0x5886;function a31_0x4be4(){const _0x23ddd0=['pCOOt','hEHqo','jest-worker','5362FEQXjQ','tzQPY','format','AeeQI','wehTx','pqCbQ','TNNqL','oWmIg','WtVle','map','true','platform-run-success','JCEaq','AfuHg','all','MEBQU','VoRpO','VknGY','p-limit','json','getStdout','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','hrinS','gSNTu','platforms','yAkQb','hmyeW','end','XivPu','vFdiv','mocha','ajzot','CYkWN','length','aoYFW','accessibility','jRDkn','\x20for','zMkFZ','Rcpue','liNne','TDmvM','KQoZb','Workers\x20failed\x20to\x20exit\x20gracefully','OrsoS','aiqRB','bYVhf','FdiDI','getStderr','hzAnh','ZBpwn','GbRJZ','AnZDF','QSrBx','platform','then','error','parallelTestRun','env','UzjAH','15399YNfzcl','rxkrP','ngXxn','caVHo','GUzfC','OvprA','../../helpers/test-observability/utils','TykkZ','forEach','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','launch','IEaTU','yPAbC','Worker','2424102SCVuqR','configuration','HOdHQ','MdKja','emit','stop','UoSJw','dUHTd','platform-run-failure','UcSDz','BQSkF','stdout','vyDEG','uuipw','UYVTk','CtRwP','RYPOP','PQoHh','XiFgV','send','RizUo','WYLxj','test-file-start','RRBCy','XdwfH','XJhaH','wrnhj','WZfVJ','3320OlUheX','PQABs','test-file-failure','push','debug','Running\x20','results','3786876dclcRY','tPqfu','nYqME','MtijW','SauSj','resolve','exitCode','_workerPool','winstonLogger','waitForExit','DMtWr','BS_A11Y_JWT','yPwCr','emittery','icXgr','hWlcK','AOCqL','14yjwoeD','bqBZO','hsSqM','PHnmV','tqYip','DEnuF','cucumberWorker','geGdG','platform-run-start','UCVvF','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BROWSERSTACK_TEST_ACCESSIBILITY_YML','feadE','pipe','info','rkXPT','IXDKv','6974868rnggJR','2299234PYlTjL','ojXYg','TShpx','tqqOl','../../helpers/accessibility-automation/helper','SDchU','vanillaWorker','OTMbE','dPKrZ','failureCount','eWFEZ','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','VdqUo','catch','Zavji','pqaEF','Eetbh','_child','eqfTi','jHHmw','OjLxT','./testWorker.js','../../helpers/test-observability/sessionHandler','getWorkers','stderr','exit','3342930DnAhmD','Sjjxg','cAdWN'];a31_0x4be4=function(){return _0x23ddd0;};return a31_0x4be4();}(function(_0xac127,_0x378ded){const _0x2f6421=a31_0x5886,_0x47370e=_0xac127();while(!![]){try{const _0x553f2d=-parseInt(_0x2f6421(0xc3))/0x1*(parseInt(_0x2f6421(0xf5))/0x2)+-parseInt(_0x2f6421(0x13f))/0x3+parseInt(_0x2f6421(0xb2))/0x4+parseInt(_0x2f6421(0xef))/0x5+-parseInt(_0x2f6421(0xd4))/0x6+parseInt(_0x2f6421(0xd5))/0x7+parseInt(_0x2f6421(0x15b))/0x8*(parseInt(_0x2f6421(0x131))/0x9);if(_0x553f2d===_0x378ded)break;else _0x47370e['push'](_0x47370e['shift']());}catch(_0x362ea4){_0x47370e['push'](_0x47370e['shift']());}}}(a31_0x4be4,0x9da9a));const Worker=require(a31_0x459ca1(0xf4))[a31_0x459ca1(0x13e)],Emittery=require(a31_0x459ca1(0xbf)),pLimit=require(a31_0x459ca1(0x107)),util=require('util'),logger=require('../../helpers/logger')[a31_0x459ca1(0xba)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x459ca1(0xd9)),SessionHandler=require(a31_0x459ca1(0xeb)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x459ca1(0x137));checkAccessibility=_0x918feb=>{const _0x7a209e=a31_0x459ca1,_0x591295={};_0x591295[_0x7a209e(0x10c)]=_0x7a209e(0xde),_0x591295[_0x7a209e(0x135)]='results',_0x591295[_0x7a209e(0x10b)]=function(_0x357c16,_0x4c5139){return _0x357c16===_0x4c5139;},_0x591295[_0x7a209e(0xf3)]=_0x7a209e(0xe1),_0x591295[_0x7a209e(0x130)]=function(_0x4f6f25,_0x4545d4){return _0x4f6f25===_0x4545d4;},_0x591295[_0x7a209e(0x145)]=function(_0x454c2d,_0x16ba66){return _0x454c2d===_0x16ba66;},_0x591295[_0x7a209e(0xfa)]='AKBRO',_0x591295[_0x7a209e(0xdc)]=_0x7a209e(0x120),_0x591295['ajzot']=function(_0x1c8f8e,_0xfe0a86){return _0x1c8f8e!==_0xfe0a86;},_0x591295['tPqfu']=_0x7a209e(0x156),_0x591295[_0x7a209e(0x142)]=_0x7a209e(0x11f),_0x591295[_0x7a209e(0xf9)]=_0x7a209e(0xc4);const _0x12a4f7=_0x591295;let _0x567269=![];try{_0x12a4f7[_0x7a209e(0x114)](_0x12a4f7[_0x7a209e(0xb3)],_0x12a4f7[_0x7a209e(0x142)])?_0x918feb[_0x7a209e(0x10d)]['forEach'](_0x5e67da=>{const _0x5f19d3=_0x7a209e,_0x5714e3={};_0x5714e3[_0x5f19d3(0xd2)]=_0x12a4f7['gSNTu'],_0x5714e3[_0x5f19d3(0xd3)]=_0x12a4f7[_0x5f19d3(0x135)];const _0x14cd9c=_0x5714e3;if(_0x12a4f7[_0x5f19d3(0x10b)](_0x12a4f7[_0x5f19d3(0xf3)],_0x12a4f7[_0x5f19d3(0xf3)])){if(_0x12a4f7[_0x5f19d3(0x130)](_0x5e67da[_0x5f19d3(0x118)],!![])){if(_0x12a4f7[_0x5f19d3(0x145)](_0x12a4f7[_0x5f19d3(0xfa)],_0x12a4f7[_0x5f19d3(0xfa)]))return _0x567269=!![],!![];else{const _0x47dd65={};_0x47dd65[_0x5f19d3(0xde)]=_0x12c9c9[0x1][_0x14cd9c[_0x5f19d3(0xd2)]],_0x47dd65[_0x5f19d3(0xb1)]=[..._0x2afb06[0x1][_0x14cd9c['IXDKv']]],_0x4fd5bc[_0x5e0c95[0x0]]=_0x47dd65;}}}else _0x520431[_0x5f19d3(0xb8)]=0x1;}):_0x3415e7[_0x7a209e(0x12d)](_0x12a4f7['OTMbE']);}catch(_0x92c01b){if(_0x12a4f7[_0x7a209e(0x114)](_0x12a4f7['wehTx'],_0x12a4f7[_0x7a209e(0xf9)]))return _0x1831f2[_0x7a209e(0xdb)](_0x427aa9);else logger[_0x7a209e(0x15f)](_0x7a209e(0x13a)+_0x92c01b);}return _0x567269;},exports[a31_0x459ca1(0x12e)]=(_0x21fcf3,_0x379243,_0x385efa)=>new Promise(async _0x436d7e=>{const _0x1522ed=a31_0x459ca1,_0x27324d={'geGdG':'Workers\x20failed\x20to\x20exit\x20gracefully','yPwCr':function(_0x44f0bd,_0x3171c8){return _0x44f0bd===_0x3171c8;},'hWlcK':function(_0x3d3124,_0x5de7b8){return _0x3d3124!==_0x5de7b8;},'BQSkF':function(_0x3567eb,_0x1bd75d){return _0x3567eb(_0x1bd75d);},'WZfVJ':'KAnsM','pCOOt':'TrqAq','FdiDI':function(_0x42edf0,_0x37e957){return _0x42edf0!==_0x37e957;},'hsSqM':_0x1522ed(0x13d),'AfuHg':'failureCount','xbNEj':function(_0x522116,_0x275808){return _0x522116+_0x275808;},'JCEaq':_0x1522ed(0xb1),'PHnmV':_0x1522ed(0x115),'eMFgJ':_0x1522ed(0xf8),'UcSDz':function(_0x397552,_0x471aa9){return _0x397552===_0x471aa9;},'GbRJZ':_0x1522ed(0x133),'AOCqL':function(_0x13aa4d,_0x180dd5){return _0x13aa4d+_0x180dd5;},'RizUo':function(_0x4a7f8e,_0x146ac9){return _0x4a7f8e===_0x146ac9;},'PQRNh':function(_0x280d97,_0x31fed8){return _0x280d97!==_0x31fed8;},'zMkFZ':_0x1522ed(0x106),'oFvIH':function(_0x57a11e,_0x114559){return _0x57a11e!==_0x114559;},'IEaTU':_0x1522ed(0xe4),'rxkrP':function(_0xf72072){return _0xf72072();},'VoRpO':_0x1522ed(0xd6),'Eetbh':'BEadx','yAkQb':function(_0x2b2ec5,_0x336671){return _0x2b2ec5(_0x336671);},'AnZDF':function(_0x3086f4){return _0x3086f4();},'XivPu':function(_0x500297,_0x2cf251){return _0x500297!==_0x2cf251;},'CtRwP':_0x1522ed(0x122),'oWmIg':_0x1522ed(0xb6),'PQoHh':_0x1522ed(0xd8),'dPKrZ':'TiiFn','FBMxD':_0x1522ed(0x119),'xzVUO':_0x1522ed(0xe3),'UCVvF':function(_0x3ebe0d,_0x1e3ba4){return _0x3ebe0d!==_0x1e3ba4;},'TDmvM':'XoRTz','SDchU':_0x1522ed(0x155),'OvprA':function(_0x410913){return _0x410913();},'iiCWr':_0x1522ed(0x134),'hmyeW':'bYjEZ','vFdiv':_0x1522ed(0x113),'OrCtN':_0x1522ed(0xff),'DMtWr':function(_0x59d17a,_0x3ef407){return _0x59d17a(_0x3ef407);},'OjLxT':function(_0x1453c5,_0x6c3c80){return _0x1453c5===_0x6c3c80;},'QSrBx':function(_0xd8fbba,_0x1d6267){return _0xd8fbba===_0x1d6267;},'tzQPY':_0x1522ed(0x157),'WxmWO':_0x1522ed(0x123),'eWFEZ':function(_0x196f2d,_0x4644b2,_0x27155d){return _0x196f2d(_0x4644b2,_0x27155d);},'TykkZ':_0x1522ed(0xea),'kStZZ':'worker','WYLxj':_0x1522ed(0x108),'DEnuF':_0x1522ed(0xd0),'dUHTd':function(_0x46a266,_0x1d5b5e){return _0x46a266*_0x1d5b5e;},'MtijW':'test-file-success','PzwbG':_0x1522ed(0x15d)},_0x2e377f={};if(_0x27324d[_0x1522ed(0x136)](isTestObservabilitySession)){if(_0x27324d[_0x1522ed(0xc1)](_0x27324d['iiCWr'],_0x27324d[_0x1522ed(0x10f)])){const _0x4a35bc={..._0x385efa};_0x4a35bc['root_dir_path']='',await SessionHandler[_0x1522ed(0x13b)](_0x4a35bc,{'frameworkName':_0x27324d[_0x1522ed(0x112)],'frameworkVersion':_0x27324d[_0x1522ed(0x149)](getFrameworkVersion,_0x27324d['vFdiv'])});}else _0x14addf[_0x1522ed(0x12d)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x5381a6[_0x1522ed(0xf7)](_0x50e9d3));}let _0x35b956=_0x27324d[_0x1522ed(0xbe)](process[_0x1522ed(0x12f)][_0x1522ed(0xce)],_0x27324d['OrCtN']);process['env'][_0x1522ed(0xcd)]=_0x27324d[_0x1522ed(0xbc)](checkAccessibility,_0x385efa),_0x35b956=_0x35b956||_0x27324d[_0x1522ed(0xe9)](process[_0x1522ed(0x12f)][_0x1522ed(0xcd)],_0x27324d['OrCtN']);if(_0x35b956){if(_0x27324d[_0x1522ed(0x12a)](_0x27324d[_0x1522ed(0xf6)],_0x27324d['WxmWO']))_0x526d7a[_0x1522ed(0x12d)](_0x27324d[_0x1522ed(0xca)]);else{const [_0x12419d,_0x53d328]=await _0x27324d[_0x1522ed(0xdf)](createAccessibilityTestRun,_0x385efa,_0x27324d[_0x1522ed(0x112)]);logger[_0x1522ed(0x15f)](_0x1522ed(0xe0)+_0x53d328),process[_0x1522ed(0x12f)][_0x1522ed(0xbd)]=_0x12419d,process[_0x1522ed(0x12f)]['BS_A11Y_TEST_RUN_ID']=_0x53d328;}}const _0x109c93=new Worker(require[_0x1522ed(0xb7)](_0x27324d[_0x1522ed(0x138)]),{'exposedMethods':[_0x27324d['kStZZ']],'forkOptions':{'serialization':_0x27324d[_0x1522ed(0x154)],'stdio':_0x27324d[_0x1522ed(0xc8)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x27324d[_0x1522ed(0x146)](_0x379243,0x1),'enableWorkerThreads':!![]}),_0x60c8a0=new Emittery();_0x60c8a0['on'](_0x27324d[_0x1522ed(0xb5)],_0x49c22e=>{const _0x8db19f=_0x1522ed,_0x1b07b8={'icXgr':function(_0x3355e5,_0x194e39){const _0x517c32=a31_0x5886;return _0x27324d[_0x517c32(0x149)](_0x3355e5,_0x194e39);}};_0x27324d[_0x8db19f(0xc1)](_0x27324d[_0x8db19f(0x15a)],_0x27324d[_0x8db19f(0xf2)])?_0x2e377f[_0x49c22e[0x0]]?_0x27324d[_0x8db19f(0x124)](_0x27324d[_0x8db19f(0xc5)],_0x27324d[_0x8db19f(0xc5)])?_0x1b07b8[_0x8db19f(0xc0)](_0x416084,_0x8db19f(0x10a)+_0x1bb21f):(_0x2e377f[_0x49c22e[0x0]][_0x27324d['AfuHg']]=_0x27324d['xbNEj'](_0x2e377f[_0x49c22e[0x0]][_0x27324d[_0x8db19f(0x102)]],_0x49c22e[0x1][_0x27324d['AfuHg']]),_0x2e377f[_0x49c22e[0x0]][_0x27324d[_0x8db19f(0x101)]]=[..._0x2e377f[_0x49c22e[0x0]][_0x27324d[_0x8db19f(0x101)]],..._0x49c22e[0x1][_0x27324d['JCEaq']]]):_0x27324d[_0x8db19f(0xbe)](_0x27324d[_0x8db19f(0xc6)],_0x27324d['eMFgJ'])?_0x385a29[_0x8db19f(0x15f)](_0x8db19f(0x13a)+_0x3a0066):_0x2e377f[_0x49c22e[0x0]]={'failureCount':_0x49c22e[0x1][_0x27324d[_0x8db19f(0x102)]],'results':[..._0x49c22e[0x1][_0x27324d[_0x8db19f(0x101)]]]}:_0x27324d[_0x8db19f(0xbe)](_0x55e7ef,0x0)&&_0x27324d[_0x8db19f(0xc1)](_0x51f3ba,0x0)&&(_0x2c5ef3=_0x31946b);}),_0x60c8a0['on'](_0x27324d['PzwbG'],_0x27248c=>console['log'](_0x27248c[0x1]));if(_0x109c93[_0x1522ed(0x109)]())_0x109c93[_0x1522ed(0x109)]()['pipe'](process[_0x1522ed(0x14a)]);if(_0x109c93['getStderr']())_0x109c93[_0x1522ed(0x125)]()['pipe'](process[_0x1522ed(0xed)]);const _0x3e357c=async()=>{const _0x2808a5=_0x1522ed,_0x3a62c3={'YYQGz':function(_0x210277,_0x5c995a){return _0x27324d['RizUo'](_0x210277,_0x5c995a);},'wrnhj':_0x27324d[_0x2808a5(0x102)],'TShpx':function(_0x3f9192,_0x5aa22f){return _0x27324d['xbNEj'](_0x3f9192,_0x5aa22f);},'nYqME':_0x27324d[_0x2808a5(0x101)]};if(_0x27324d['PQRNh'](_0x27324d[_0x2808a5(0x11b)],_0x27324d['zMkFZ']))_0x244ee5['error'](_0x27324d['geGdG']);else{const {forceExited:_0x1bcb74}=await _0x109c93[_0x2808a5(0x110)]();if(_0x1bcb74){if(_0x27324d['oFvIH'](_0x27324d[_0x2808a5(0x13c)],_0x27324d[_0x2808a5(0x13c)])){if(_0x27324d[_0x2808a5(0xbe)](_0x4f75f6[_0x2808a5(0x118)],!![]))return _0x1d8948=!![],!![];}else console['error'](_0x27324d[_0x2808a5(0xca)]);}_0x27324d[_0x2808a5(0x132)](isAccessibilityAutomationSession)&&(_0x27324d['yPwCr'](_0x27324d[_0x2808a5(0x105)],_0x27324d[_0x2808a5(0xe5)])?_0x439ef8[_0x2808a5(0x10d)][_0x2808a5(0x139)](_0x2e25b3=>{const _0x1c8140=_0x2808a5;if(_0x3a62c3['YYQGz'](_0x2e25b3[_0x1c8140(0x118)],!![]))return _0x41ea03=!![],!![];}):await _0x27324d[_0x2808a5(0x10e)](stopAccessibilityTestRun,_0x385efa)[_0x2808a5(0xe2)](_0x13437e=>{const _0x2bded4=_0x2808a5;_0x27324d[_0x2bded4(0x148)](_0x27324d[_0x2bded4(0x128)],_0x27324d[_0x2bded4(0x128)])?logger[_0x2bded4(0x12d)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+util[_0x2bded4(0xf7)](_0x13437e)):_0x5e0dc8[0x0]&&_0x5c959e['info']('Running\x20'+_0x5790a4[0x1]+_0x2bded4(0x11a),_0x521735[0x0]);}));if(_0x27324d[_0x2808a5(0x129)](isTestObservabilitySession)){if(_0x27324d[_0x2808a5(0x111)](_0x27324d[_0x2808a5(0x14e)],_0x27324d[_0x2808a5(0xfc)]))try{_0x27324d[_0x2808a5(0x153)](_0x27324d[_0x2808a5(0x150)],_0x27324d[_0x2808a5(0xdd)])?_0x489409=_0x1c6701:await SessionHandler[_0x2808a5(0x144)]();}catch(_0x3e9128){if(_0x27324d[_0x2808a5(0x148)](_0x27324d['FBMxD'],_0x27324d['xzVUO'])){if(_0xde0581[_0x5d883e[0x0]])_0x738b18[_0x1d2f55[0x0]][_0x27324d[_0x2808a5(0x102)]]=_0x27324d[_0x2808a5(0xc2)](_0x2e31aa[_0x33077d[0x0]][_0x27324d[_0x2808a5(0x102)]],_0x2e13d5[0x1][_0x27324d['AfuHg']]),_0x47e04f[_0x35f65a[0x0]][_0x27324d[_0x2808a5(0x101)]]=[..._0x3602e6[_0x41d321[0x0]][_0x27324d[_0x2808a5(0x101)]],..._0xa6dd60[0x1][_0x27324d['JCEaq']]];else{const _0x1fc0ab={};_0x1fc0ab[_0x2808a5(0xde)]=_0x44960d[0x1][_0x27324d['AfuHg']],_0x1fc0ab[_0x2808a5(0xb1)]=[..._0x5d25aa[0x1][_0x27324d[_0x2808a5(0x101)]]],_0x187c74[_0x164de5[0x0]]=_0x1fc0ab;}}else _0x27324d[_0x2808a5(0x10e)](debug,_0x2808a5(0x10a)+_0x3e9128);}else _0x4317f2[_0x549ffe[0x0]][_0x3a62c3['wrnhj']]=_0x3a62c3[_0x2808a5(0xd7)](_0x22e94a[_0x2ddd9a[0x0]][_0x3a62c3['wrnhj']],_0x3fa45e[0x1][_0x3a62c3[_0x2808a5(0x159)]]),_0x48e087[_0x47cbd[0x0]][_0x3a62c3[_0x2808a5(0xb4)]]=[..._0x5e92fa[_0x2af260[0x0]][_0x3a62c3[_0x2808a5(0xb4)]],..._0x3354f2[0x1][_0x3a62c3[_0x2808a5(0xb4)]]];}_0x27324d[_0x2808a5(0x149)](_0x436d7e,_0x2e377f);}},_0x1cff32=_0x27324d['DMtWr'](pLimit,_0x27324d[_0x1522ed(0x146)](_0x379243,0x1)),_0x48b9eb=_0x1ee031=>_0x1cff32(async()=>{const _0x193dc0=_0x1522ed;if(_0x27324d[_0x193dc0(0xcc)](_0x27324d[_0x193dc0(0x11e)],_0x27324d[_0x193dc0(0x11e)]))_0x23db11[_0x193dc0(0x15e)]([_0x99fd04[0x0],_0x120c5a[0x1]]);else return await _0x60c8a0[_0x193dc0(0x143)](_0x27324d[_0x193dc0(0xda)],_0x1ee031),_0x109c93['worker'](_0x1ee031,_0x385efa);});Promise[_0x1522ed(0x103)](_0x21fcf3[_0x1522ed(0xfe)](_0x128d09=>_0x48b9eb(_0x128d09)[_0x1522ed(0x12c)](_0x5694b0=>_0x60c8a0[_0x1522ed(0x143)]('test-file-success',[_0x128d09['configuration'][_0x1522ed(0x12b)],_0x5694b0]),_0xd4053=>_0x60c8a0[_0x1522ed(0x143)](_0x1522ed(0x15d),[_0x128d09,_0xd4053]))))['then'](_0x3e357c,_0x3e357c);}),exports['parallelCucumberRun']=(_0x520f5e,_0x33bbaf,_0x33bc3f,_0x1d6de9,_0x5edb8b)=>{const _0x32791b=a31_0x459ca1,_0x5f24cc={'oPqVh':'Workers\x20failed\x20to\x20exit\x20gracefully','whWkO':function(_0x4a1017,_0x484896){return _0x4a1017(_0x484896);},'feadE':function(_0x2f5026,_0x26847c){return _0x2f5026===_0x26847c;},'jHHmw':_0x32791b(0x126),'XJhaH':'kiIaK','eqfTi':_0x32791b(0xcb),'WtVle':_0x32791b(0xea),'tqYip':'cucumberWorker','MEBQU':_0x32791b(0x108),'Rcpue':_0x32791b(0xd0),'HOdHQ':_0x32791b(0x100),'RYPOP':'platform-run-failure','OrsoS':function(_0x2f637a,_0x294420){return _0x2f637a(_0x294420);}};return new Promise(_0x400700=>{const _0x3abe76=_0x32791b,_0x504a82={'xnInS':function(_0x1b759f,_0x243bbb){const _0x1fd849=a31_0x5886;return _0x5f24cc[_0x1fd849(0xcf)](_0x1b759f,_0x243bbb);},'TNNqL':_0x5f24cc[_0x3abe76(0xe8)],'cAdWN':_0x5f24cc[_0x3abe76(0x158)],'aoYFW':_0x5f24cc[_0x3abe76(0xe7)]},_0x10b2de=[],_0x2914c2=new Worker(require[_0x3abe76(0xb7)](_0x5f24cc[_0x3abe76(0xfd)]),{'exposedMethods':[_0x5f24cc[_0x3abe76(0xc7)]],'forkOptions':{'serialization':_0x5f24cc[_0x3abe76(0x104)],'stdio':_0x5f24cc[_0x3abe76(0x11c)]},'numWorkers':_0x520f5e['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x2d76d7=new Emittery();_0x2d76d7['on'](_0x5f24cc[_0x3abe76(0x141)],_0x496a89=>{const _0x5712d6=_0x3abe76;if(_0x504a82['xnInS'](_0x504a82[_0x5712d6(0xfb)],_0x504a82[_0x5712d6(0xf1)]))return _0x18b210=!![],!![];else _0x10b2de[_0x5712d6(0x15e)]([_0x496a89[0x0],_0x496a89[0x1]]);}),_0x2d76d7['on'](_0x5f24cc[_0x3abe76(0x14f)],_0x3814a9=>console['log'](_0x3814a9[0x1]));if(_0x2914c2['getStdout']())_0x2914c2[_0x3abe76(0x109)]()[_0x3abe76(0xd0)](process['stdout']);if(_0x2914c2[_0x3abe76(0x125)]())_0x2914c2['getStderr']()[_0x3abe76(0xd0)](process[_0x3abe76(0xed)]);const _0x3fa48d=async()=>{const _0x2e8df2=_0x3abe76,{forceExited:_0xcb478e}=await _0x2914c2[_0x2e8df2(0x110)]();_0xcb478e&&console[_0x2e8df2(0x12d)](_0x5f24cc['oPqVh']),_0x5f24cc['whWkO'](_0x400700,_0x10b2de);},_0xa52e61=_0x5f24cc[_0x3abe76(0x121)](pLimit,_0x520f5e[_0x3abe76(0x116)]),_0x5bacbd=_0x471347=>_0xa52e61(async()=>{const _0x4a2b52=_0x3abe76;return await _0x2d76d7[_0x4a2b52(0x143)](_0x504a82[_0x4a2b52(0x117)],_0x471347),_0x2914c2[_0x4a2b52(0xc9)](_0x471347,_0x33bbaf,_0x33bc3f,_0x1d6de9,_0x5edb8b);});Promise['all'](_0x520f5e[_0x3abe76(0xfe)](_0x567c73=>_0x5bacbd(_0x567c73)[_0x3abe76(0x12c)](_0x1eacf1=>_0x2d76d7[_0x3abe76(0x143)](_0x3abe76(0x100),[_0x567c73,_0x1eacf1]),_0x4ebc63=>_0x2d76d7[_0x3abe76(0x143)](_0x3abe76(0x147),[_0x567c73,_0x4ebc63]))))['then'](_0x3fa48d,_0x3fa48d);});},exports['parallelVanillaRun']=(_0x2328ee,_0x4620af)=>new Promise(_0x29a7d4=>{const _0x6e7841=a31_0x459ca1,_0x539107={'THKVO':function(_0x2bd3fa,_0x20bfe0){return _0x2bd3fa===_0x20bfe0;},'SkSWO':function(_0x2850f4,_0x44f0cf){return _0x2850f4!==_0x44f0cf;},'ieFOa':_0x6e7841(0xee),'UYVTk':_0x6e7841(0x120),'gIDLl':function(_0x74bbcf,_0x277cd8){return _0x74bbcf(_0x277cd8);},'XiFgV':_0x6e7841(0xea),'AhhBY':_0x6e7841(0xdb),'Sjjxg':'json','PQABs':'pipe','ZRYCO':'test-file-success','liNne':'test-file-failure','uuipw':function(_0x1607bc,_0x463592){return _0x1607bc(_0x463592);}},_0x271050={},_0x3d3bf8=new Worker(require[_0x6e7841(0xb7)](_0x539107[_0x6e7841(0x151)]),{'exposedMethods':[_0x539107['AhhBY']],'forkOptions':{'serialization':_0x539107[_0x6e7841(0xf0)],'stdio':_0x539107[_0x6e7841(0x15c)]},'numWorkers':_0x4620af,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x792c16=new Emittery();_0x792c16['on'](_0x539107['ZRYCO'],_0x2fbe41=>{const _0x18c34e=_0x6e7841;_0x2fbe41[0x0]&&logger[_0x18c34e(0xd1)](_0x18c34e(0x160)+_0x2fbe41[0x1]+_0x18c34e(0x11a),_0x2fbe41[0x0]);}),_0x792c16['on'](_0x539107[_0x6e7841(0x11d)],_0x47f2c7=>{process['exitCode']=0x1;});if(_0x3d3bf8['getStdout']())_0x3d3bf8[_0x6e7841(0x109)]()[_0x6e7841(0xd0)](process['stdout']);if(_0x3d3bf8[_0x6e7841(0x125)]())_0x3d3bf8[_0x6e7841(0x125)]()['pipe'](process[_0x6e7841(0xed)]);const _0x586fcb=async()=>{const _0x52546e=_0x6e7841;let _0x5328c9=0x0;const _0x5141a9=_0x3d3bf8[_0x52546e(0xb9)][_0x52546e(0xec)](),_0x5d81d0=()=>{},_0x2255d7=_0x5141a9[_0x52546e(0xfe)](async _0x3e7b17=>{const _0x2f3769=_0x52546e,_0x5edd01={'vyDEG':function(_0x14394c,_0x198955){return _0x539107['THKVO'](_0x14394c,_0x198955);},'ZBpwn':function(_0x3e9eed,_0x196e7d){return _0x539107['SkSWO'](_0x3e9eed,_0x196e7d);}};_0x3e7b17[_0x2f3769(0x152)]([0x2,![]],_0x5d81d0,_0x5d81d0,_0x5d81d0),_0x3e7b17[_0x2f3769(0xe6)]['on'](_0x539107['ieFOa'],_0x22c6bc=>{const _0x445e15=_0x2f3769;_0x5edd01[_0x445e15(0x14b)](_0x5328c9,0x0)&&_0x5edd01[_0x445e15(0x127)](_0x22c6bc,0x0)&&(_0x5328c9=_0x22c6bc);}),await _0x3e7b17[_0x2f3769(0xbb)]();});await Promise[_0x52546e(0x103)](_0x2255d7),process['exitCode']=_0x5328c9;const {forceExited:_0x31d92e}=await _0x3d3bf8[_0x52546e(0x110)]();_0x31d92e&&console[_0x52546e(0x12d)](_0x539107[_0x52546e(0x14d)]),_0x539107['gIDLl'](_0x29a7d4,_0x271050);},_0x34fdff=_0x539107[_0x6e7841(0x14c)](pLimit,_0x4620af),_0x1b52c2=_0x486fdd=>_0x34fdff(async()=>{const _0x1b7289=_0x6e7841;return _0x3d3bf8[_0x1b7289(0xdb)](_0x486fdd);});Promise[_0x6e7841(0x103)](_0x2328ee[_0x6e7841(0xfe)](_0x3c9ad5=>_0x1b52c2(_0x3c9ad5)[_0x6e7841(0x12c)](_0x4e0c1e=>_0x792c16['emit']('test-file-success',[_0x3c9ad5[_0x6e7841(0x140)][_0x6e7841(0x12b)],_0x3c9ad5[_0x6e7841(0x140)]['file']]),_0x24ece9=>_0x792c16[_0x6e7841(0x143)](_0x6e7841(0x15d),[_0x3c9ad5,_0x24ece9]))))[_0x6e7841(0x12c)](_0x586fcb,_0x586fcb);});
|
|
1
|
+
function a31_0x1d78(){const _0x1a9ac7=['aJSZw','_workerPool','zLVWp','log','stderr','ggCwE','exit','BROWSERSTACK_TEST_ACCESSIBILITY_YML','end','platform-run-success','util','HwIYP','UyKxt','Workers\x20failed\x20to\x20exit\x20gracefully','../../helpers/test-observability/utils','YcwSG','platforms','hSCwL','json','btSBJ','KgynI','push','sJnaa','tWcMV','Nsbyu','configuration','getStdout','PpHbn','abzDe','platform-run-start','_child','vanillaWorker','BEpHP','cojjn','then','dvptv','fCPIZ','aCLht','77161YOBJey','dHcoA','UPlyI','WdQRR','exitCode','ckMUn','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','cgbSQ','platform-run-failure','debug','cgKeT','parallelCucumberRun','aIGhm','pYMwy','jhwnA','AkzWI','HUqao','PSLRn','yLoEN','CRdzg','FgNmj','wBJxz','failureCount','resolve','oMItM','cucumberWorker','gaMIC','ouVnf','ndGZN','NpKXR','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','gNSTS','HoBzR','launch','fiUjB','RwEjd','nnEBQ','OVhUa','poIXJ','parallelVanillaRun','LPfhl','WpDPK','getStderr','emit','wknOk','env','test-file-start','126vehLhw','error','liFZV','jYXhe','xfcDR','10238319TzNfGd','RjXGL','CSekT','all','580227TUsPfo','wOEzc','UQQls','VykKI','info','Cctxj','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','wRDZd','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','stdout','Hkwjo','BGYBf','BS_A11Y_TEST_RUN_ID','EHAzV','IVtgN','KeSQr','map','gLGWQ','file','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','xUrMM','ymDBN','test-file-failure','Running\x20','iKLNH','EDjJz','inOlo','YPzBf','p-limit','oDAQT','Lzcrr','UpXsV','3743096HERlyH','nPAUW','../../helpers/test-observability/sessionHandler','platform','KdzmP','2690780vwwnSy','accessibility','mocha','jest-worker','../../helpers/accessibility-automation/helper','./testWorker.js','format','vQloK','NIDJa','zsxlR','LWIcx','9IQnpAX','KXymL','VQJMG','test-file-success','results','hQYIv','mjKYf','vsJxv','2615244IJbwxS','vjGZT','JidVE','BbPAK','BS_A11Y_JWT','kcbTX','rTPKd','../../helpers/logger','rtJwT','XwxxF','kQAYH','jZZrs','334276OLxJNE','YpbiM','worker','ZFZoN','krQdv','pipe','pMCbs','CkVQW'];a31_0x1d78=function(){return _0x1a9ac7;};return a31_0x1d78();}const a31_0x3a56a5=a31_0x3b7f;(function(_0x3fc958,_0x56400a){const _0x1259da=a31_0x3b7f,_0x24b493=_0x3fc958();while(!![]){try{const _0x3603a0=parseInt(_0x1259da(0x101))/0x1+parseInt(_0x1259da(0x139))/0x2+parseInt(_0x1259da(0x131))/0x3*(parseInt(_0x1259da(0x145))/0x4)+-parseInt(_0x1259da(0x126))/0x5+-parseInt(_0x1259da(0xf8))/0x6*(parseInt(_0x1259da(0xc9))/0x7)+parseInt(_0x1259da(0x121))/0x8+-parseInt(_0x1259da(0xfd))/0x9;if(_0x3603a0===_0x56400a)break;else _0x24b493['push'](_0x24b493['shift']());}catch(_0x49ad76){_0x24b493['push'](_0x24b493['shift']());}}}(a31_0x1d78,0xaab4d));const Worker=require(a31_0x3a56a5(0x129))['Worker'],Emittery=require('emittery'),pLimit=require(a31_0x3a56a5(0x11d)),util=require(a31_0x3a56a5(0x157)),logger=require(a31_0x3a56a5(0x140))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x3a56a5(0x12a)),SessionHandler=require(a31_0x3a56a5(0x123)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x3a56a5(0x15b));function a31_0x3b7f(_0xb2495a,_0x1249b7){const _0x1d78b2=a31_0x1d78();return a31_0x3b7f=function(_0x3b7f05,_0x16b6dc){_0x3b7f05=_0x3b7f05-0xc1;let _0x5499f2=_0x1d78b2[_0x3b7f05];return _0x5499f2;},a31_0x3b7f(_0xb2495a,_0x1249b7);}checkAccessibility=_0x4d5fe9=>{const _0x355c55=a31_0x3a56a5,_0x3de783={};_0x3de783[_0x355c55(0x116)]=function(_0x54131b,_0x51a91d){return _0x54131b===_0x51a91d;},_0x3de783[_0x355c55(0x149)]=_0x355c55(0x161),_0x3de783[_0x355c55(0xd5)]=_0x355c55(0xff),_0x3de783[_0x355c55(0x13f)]=function(_0xdbdafe,_0x550083){return _0xdbdafe===_0x550083;},_0x3de783['abzDe']=function(_0x5dc173,_0x26bb87){return _0x5dc173!==_0x26bb87;},_0x3de783[_0x355c55(0xc7)]=_0x355c55(0x133),_0x3de783[_0x355c55(0xe5)]=_0x355c55(0xdf),_0x3de783[_0x355c55(0xd7)]=function(_0x3e5692,_0x3608ed){return _0x3e5692+_0x3608ed;},_0x3de783[_0x355c55(0xe9)]=_0x355c55(0x135),_0x3de783[_0x355c55(0xc4)]=_0x355c55(0xf5),_0x3de783[_0x355c55(0x10c)]='laMKA',_0x3de783['wOEzc']=_0x355c55(0x11e);const _0x156089=_0x3de783;let _0x4285fc=![];try{if(_0x156089[_0x355c55(0x169)](_0x156089[_0x355c55(0xc4)],_0x156089[_0x355c55(0x10c)]))_0x4d5fe9[_0x355c55(0x15d)]['forEach'](_0x463172=>{const _0x83e5f=_0x355c55;if(_0x156089[_0x83e5f(0x116)](_0x156089['krQdv'],_0x156089['aIGhm']))_0x181bd5[0x0]&&_0x78d26f['info'](_0x83e5f(0x118)+_0x28fd91[0x1]+'\x20for',_0x157fb4[0x0]);else{if(_0x156089['rTPKd'](_0x463172[_0x83e5f(0x127)],!![])){if(_0x156089[_0x83e5f(0x169)](_0x156089['fCPIZ'],_0x156089['fCPIZ']))_0x551cbe[_0x83e5f(0xf9)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x1ff02b['format'](_0x4672b1));else return _0x4285fc=!![],!![];}}});else{if(_0x156089[_0x355c55(0x116)](_0x5d7631[_0x355c55(0x127)],!![]))return _0x40c4a0=!![],!![];}}catch(_0x5be04e){_0x156089[_0x355c55(0x169)](_0x156089[_0x355c55(0x102)],_0x156089[_0x355c55(0x102)])?(_0x522869[_0x51a648[0x0]][_0x156089[_0x355c55(0xe5)]]=_0x156089['jhwnA'](_0x7cc571[_0xcc424c[0x0]][_0x156089[_0x355c55(0xe5)]],_0x6ef978[0x1][_0x156089[_0x355c55(0xe5)]]),_0x2d6184[_0x1be228[0x0]][_0x156089[_0x355c55(0xe9)]]=[..._0x5b9e83[_0x96597[0x0]][_0x156089[_0x355c55(0xe9)]],..._0x37b3a6[0x1][_0x156089['HoBzR']]]):logger[_0x355c55(0xd2)](_0x355c55(0x109)+_0x5be04e);}return _0x4285fc;},exports['parallelTestRun']=(_0x2a063c,_0x1be7d8,_0x2561e2)=>new Promise(async _0x59af00=>{const _0x5278ed=a31_0x3a56a5,_0x4b7ccc={'vQloK':_0x5278ed(0xdf),'aJSZw':function(_0x2d4e01,_0x501496){return _0x2d4e01+_0x501496;},'PpHbn':_0x5278ed(0x135),'oMItM':_0x5278ed(0x15a),'inOlo':function(_0x12da06,_0xfebb3d){return _0x12da06(_0xfebb3d);},'HwIYP':function(_0x55ab5b,_0x24e200){return _0x55ab5b===_0x24e200;},'YcwSG':_0x5278ed(0x13b),'KXymL':function(_0x46a25d,_0x49b2de){return _0x46a25d!==_0x49b2de;},'rtJwT':_0x5278ed(0xe6),'YpbiM':function(_0x555bb2,_0x2d057c){return _0x555bb2+_0x2d057c;},'jYXhe':_0x5278ed(0xd6),'zsxlR':function(_0x409f47,_0x213943){return _0x409f47===_0x213943;},'zPbCN':_0x5278ed(0xda),'gaMIC':'Dkjpj','RjXGL':function(_0x2af375,_0xf47c23){return _0x2af375!==_0xf47c23;},'pMCbs':_0x5278ed(0x148),'WpDPK':_0x5278ed(0x13c),'AkzWI':_0x5278ed(0x13e),'JHlMf':_0x5278ed(0xcc),'VykKI':function(_0x5c3184){return _0x5c3184();},'aCLht':_0x5278ed(0x11a),'Udulq':function(_0x56ce76,_0x37750e){return _0x56ce76(_0x37750e);},'vsJxv':function(_0x11cf22){return _0x11cf22();},'UPlyI':_0x5278ed(0x14f),'UpXsV':function(_0x3d3bd4,_0x3bf6dc){return _0x3d3bd4===_0x3bf6dc;},'PyAgH':'jkmud','BHwOX':'sjBMF','gdLpc':'jplnS','wBJxz':'AZXoG','IVtgN':function(_0x4640a6,_0x386db2){return _0x4640a6(_0x386db2);},'ouVnf':'fxuFt','nnEBQ':_0x5278ed(0xf1),'NIDJa':_0x5278ed(0xf7),'gLGWQ':function(_0x385a6e){return _0x385a6e();},'Cctxj':_0x5278ed(0x163),'EHAzV':_0x5278ed(0x128),'xfcDR':function(_0x10197c,_0x46e007){return _0x10197c(_0x46e007);},'oeGnA':function(_0x373f7c,_0x2145bc){return _0x373f7c===_0x2145bc;},'poIXJ':'true','hSCwL':function(_0x127ad3,_0x54e237){return _0x127ad3===_0x54e237;},'Nsbyu':function(_0x2774ae,_0x4e576c){return _0x2774ae!==_0x4e576c;},'RwEjd':_0x5278ed(0x108),'esGgD':function(_0x14780a,_0x4e88a5,_0x1eaaa0){return _0x14780a(_0x4e88a5,_0x1eaaa0);},'mwFyu':'./testWorker.js','KdzmP':_0x5278ed(0x147),'UyKxt':'json','mjKYf':_0x5278ed(0x14a),'KeSQr':function(_0x44ce5e,_0x146fad){return _0x44ce5e*_0x146fad;},'ckMUn':_0x5278ed(0x134),'LWIcx':_0x5278ed(0x117),'qqWga':function(_0x32975b,_0xeaa7fe){return _0x32975b(_0xeaa7fe);}},_0x56adb0={};if(_0x4b7ccc[_0x5278ed(0x112)](isTestObservabilitySession)){if(_0x4b7ccc[_0x5278ed(0x12f)](_0x4b7ccc[_0x5278ed(0x106)],_0x4b7ccc['Cctxj'])){const _0x402f84={..._0x2561e2};_0x402f84['root_dir_path']='',await SessionHandler[_0x5278ed(0xea)](_0x402f84,{'frameworkName':_0x4b7ccc['EHAzV'],'frameworkVersion':_0x4b7ccc[_0x5278ed(0xfc)](getFrameworkVersion,_0x4b7ccc[_0x5278ed(0x10e)])});}else{if(_0x2b3111[_0x1147fa[0x0]])_0x256dbd[_0x525c99[0x0]][_0x4b7ccc['vQloK']]=_0x4b7ccc[_0x5278ed(0x14d)](_0x1c4874[_0x14232b[0x0]][_0x4b7ccc[_0x5278ed(0x12d)]],_0x50434a[0x1][_0x4b7ccc[_0x5278ed(0x12d)]]),_0x572392[_0x35f290[0x0]][_0x4b7ccc[_0x5278ed(0x168)]]=[..._0x5306cf[_0x2859c8[0x0]][_0x4b7ccc[_0x5278ed(0x168)]],..._0x4c0019[0x1][_0x4b7ccc[_0x5278ed(0x168)]]];else{const _0x52f53b={};_0x52f53b['failureCount']=_0x2c8b1d[0x1][_0x4b7ccc[_0x5278ed(0x12d)]],_0x52f53b[_0x5278ed(0x135)]=[..._0x175db6[0x1][_0x4b7ccc[_0x5278ed(0x168)]]],_0x45bae3[_0x554a74[0x0]]=_0x52f53b;}}}let _0x268d94=_0x4b7ccc['oeGnA'](process['env'][_0x5278ed(0x154)],_0x4b7ccc[_0x5278ed(0xef)]);process[_0x5278ed(0xf6)][_0x5278ed(0xcf)]=_0x4b7ccc[_0x5278ed(0x11b)](checkAccessibility,_0x2561e2),_0x268d94=_0x268d94||_0x4b7ccc[_0x5278ed(0x15e)](process[_0x5278ed(0xf6)][_0x5278ed(0xcf)],_0x4b7ccc[_0x5278ed(0xef)]);if(_0x268d94){if(_0x4b7ccc[_0x5278ed(0x165)](_0x4b7ccc[_0x5278ed(0xec)],_0x4b7ccc['RwEjd']))_0x10bf36[_0x5278ed(0xf9)](_0x4b7ccc[_0x5278ed(0xe1)]);else{const [_0x1d0c37,_0x5294dc]=await _0x4b7ccc['esGgD'](createAccessibilityTestRun,_0x2561e2,_0x4b7ccc['EHAzV']);logger[_0x5278ed(0xd2)](_0x5278ed(0x107)+_0x5294dc),process[_0x5278ed(0xf6)][_0x5278ed(0x13d)]=_0x1d0c37,process['env'][_0x5278ed(0x10d)]=_0x5294dc;}}const _0x385098=new Worker(require[_0x5278ed(0xe0)](_0x4b7ccc['mwFyu']),{'exposedMethods':[_0x4b7ccc[_0x5278ed(0x125)]],'forkOptions':{'serialization':_0x4b7ccc[_0x5278ed(0x159)],'stdio':_0x4b7ccc[_0x5278ed(0x137)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4b7ccc[_0x5278ed(0x110)](_0x1be7d8,0x1),'enableWorkerThreads':!![]}),_0x1404cc=new Emittery();_0x1404cc['on'](_0x4b7ccc[_0x5278ed(0xce)],_0x575c9a=>{const _0x1aed2f=_0x5278ed,_0x5dd26f={};_0x5dd26f[_0x1aed2f(0xd9)]=_0x4b7ccc[_0x1aed2f(0xe1)];const _0x46d08a=_0x5dd26f;_0x4b7ccc[_0x1aed2f(0x158)](_0x4b7ccc['YcwSG'],_0x4b7ccc[_0x1aed2f(0x15c)])?_0x56adb0[_0x575c9a[0x0]]?_0x4b7ccc[_0x1aed2f(0x132)](_0x4b7ccc[_0x1aed2f(0x141)],_0x4b7ccc[_0x1aed2f(0x141)])?_0x30d51a[_0x1aed2f(0xf9)](_0x46d08a[_0x1aed2f(0xd9)]):(_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x12d)]]=_0x4b7ccc[_0x1aed2f(0x146)](_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x12d)]],_0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x12d)]]),_0x56adb0[_0x575c9a[0x0]][_0x4b7ccc['PpHbn']]=[..._0x56adb0[_0x575c9a[0x0]][_0x4b7ccc[_0x1aed2f(0x168)]],..._0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x168)]]]):_0x4b7ccc['KXymL'](_0x4b7ccc[_0x1aed2f(0xfb)],_0x4b7ccc[_0x1aed2f(0xfb)])?_0xbc645f=_0x3c954a:_0x56adb0[_0x575c9a[0x0]]={'failureCount':_0x575c9a[0x1][_0x4b7ccc[_0x1aed2f(0x12d)]],'results':[..._0x575c9a[0x1][_0x4b7ccc['PpHbn']]]}:_0x4b7ccc[_0x1aed2f(0x11b)](_0x3ab931,_0x1aed2f(0xe7)+_0x454363);}),_0x1404cc['on'](_0x4b7ccc[_0x5278ed(0x130)],_0x508b02=>console['log'](_0x508b02[0x1]));if(_0x385098[_0x5278ed(0x167)]())_0x385098[_0x5278ed(0x167)]()[_0x5278ed(0x14a)](process[_0x5278ed(0x10a)]);if(_0x385098[_0x5278ed(0xf3)]())_0x385098[_0x5278ed(0xf3)]()['pipe'](process['stderr']);const _0x9963b8=async()=>{const _0x38979e=_0x5278ed,_0x21b06d={'xUrMM':function(_0x403ebf,_0x117040){return _0x4b7ccc['zsxlR'](_0x403ebf,_0x117040);},'ggCwE':_0x4b7ccc['zPbCN'],'dHcoA':_0x4b7ccc[_0x38979e(0xe3)]};if(_0x4b7ccc[_0x38979e(0xfe)](_0x4b7ccc[_0x38979e(0x14b)],_0x4b7ccc[_0x38979e(0xf2)])){const {forceExited:_0x3b57ea}=await _0x385098['end']();_0x3b57ea&&(_0x4b7ccc['zsxlR'](_0x4b7ccc[_0x38979e(0xd8)],_0x4b7ccc['JHlMf'])?_0x2660e9[_0x38979e(0x162)]([_0x3228fb[0x0],_0x506346[0x1]]):console[_0x38979e(0xf9)](_0x4b7ccc[_0x38979e(0xe1)]));_0x4b7ccc[_0x38979e(0x104)](isAccessibilityAutomationSession)&&(_0x4b7ccc[_0x38979e(0x12f)](_0x4b7ccc[_0x38979e(0xc8)],_0x4b7ccc[_0x38979e(0xc8)])?await _0x4b7ccc['Udulq'](stopAccessibilityTestRun,_0x2561e2)['catch'](_0xaf7c0f=>{const _0x551dc9=_0x38979e;if(_0x21b06d[_0x551dc9(0x115)](_0x21b06d[_0x551dc9(0x152)],_0x21b06d[_0x551dc9(0xca)]))return _0x299bea[_0x551dc9(0xc2)](_0x4ff53d);else logger[_0x551dc9(0xf9)](_0x551dc9(0x114)+util[_0x551dc9(0x12c)](_0xaf7c0f));}):_0x3d9e1f[_0x38979e(0xf9)](_0x4b7ccc[_0x38979e(0xe1)]));if(_0x4b7ccc[_0x38979e(0x138)](isTestObservabilitySession)){if(_0x4b7ccc[_0x38979e(0x132)](_0x4b7ccc[_0x38979e(0xcb)],_0x4b7ccc['UPlyI']))_0x483279[_0x38979e(0xcd)]=0x1;else try{if(_0x4b7ccc[_0x38979e(0x120)](_0x4b7ccc['PyAgH'],_0x4b7ccc['BHwOX']))return _0x35e5d3=!![],!![];else await SessionHandler['stop']();}catch(_0x59b8f4){if(_0x4b7ccc[_0x38979e(0x12f)](_0x4b7ccc['gdLpc'],_0x4b7ccc[_0x38979e(0xde)])){const _0x29abde={'kQAYH':function(_0x455607,_0x100e00){return _0x21b06d['xUrMM'](_0x455607,_0x100e00);}};_0x3fef45[_0x38979e(0x15d)]['forEach'](_0x5cc72f=>{const _0x570760=_0x38979e;if(_0x29abde[_0x570760(0x143)](_0x5cc72f[_0x570760(0x127)],!![]))return _0x60bd98=!![],!![];});}else _0x4b7ccc['IVtgN'](debug,_0x38979e(0xe7)+_0x59b8f4);}}_0x4b7ccc[_0x38979e(0x10f)](_0x59af00,_0x56adb0);}else _0x1439a7[_0x38979e(0xd2)](_0x38979e(0x109)+_0x20cd26);},_0x18bb70=_0x4b7ccc['qqWga'](pLimit,_0x4b7ccc[_0x5278ed(0x110)](_0x1be7d8,0x1)),_0x5c2ee7=_0x2a37a3=>_0x18bb70(async()=>{const _0x81d8f5=_0x5278ed,_0x4b5db3={'hQYIv':function(_0x5ffced,_0x312aae){return _0x4b7ccc['zsxlR'](_0x5ffced,_0x312aae);},'zgrJq':function(_0x43c501,_0x375f8f){const _0x503350=a31_0x3b7f;return _0x4b7ccc[_0x503350(0xfe)](_0x43c501,_0x375f8f);}};if(_0x4b7ccc[_0x81d8f5(0xfe)](_0x4b7ccc[_0x81d8f5(0xe4)],_0x4b7ccc[_0x81d8f5(0xed)]))return await _0x1404cc[_0x81d8f5(0xf4)](_0x4b7ccc[_0x81d8f5(0x12e)],_0x2a37a3),_0x385098[_0x81d8f5(0x147)](_0x2a37a3,_0x2561e2);else _0x4b5db3[_0x81d8f5(0x136)](_0x12f8f7,0x0)&&_0x4b5db3['zgrJq'](_0x32635b,0x0)&&(_0x204e66=_0x4067fb);});Promise[_0x5278ed(0x100)](_0x2a063c['map'](_0x1c2ec4=>_0x5c2ee7(_0x1c2ec4)[_0x5278ed(0xc5)](_0x3e70e2=>_0x1404cc['emit'](_0x5278ed(0x134),[_0x1c2ec4['configuration'][_0x5278ed(0x124)],_0x3e70e2]),_0x327cbf=>_0x1404cc[_0x5278ed(0xf4)]('test-file-failure',[_0x1c2ec4,_0x327cbf]))))['then'](_0x9963b8,_0x9963b8);}),exports[a31_0x3a56a5(0xd4)]=(_0x40afd6,_0x187d1c,_0x338b88,_0x1950f5,_0x237314)=>{const _0x3826ba=a31_0x3a56a5,_0x19a1c4={'cgbSQ':_0x3826ba(0xdf),'iKLNH':_0x3826ba(0x135),'HgeBc':function(_0x14e3e1,_0x50b3b5){return _0x14e3e1===_0x50b3b5;},'tWcMV':_0x3826ba(0x160),'XwxxF':'Workers\x20failed\x20to\x20exit\x20gracefully','gNSTS':function(_0x3a1bcc,_0x1cf10a){return _0x3a1bcc(_0x1cf10a);},'nPAUW':_0x3826ba(0x16a),'WExvn':_0x3826ba(0x12b),'EZFRC':_0x3826ba(0xe2),'liFZV':_0x3826ba(0x15f),'Hkwjo':_0x3826ba(0x14a),'ebDaC':_0x3826ba(0x156),'cgKeT':_0x3826ba(0xd1),'uCBhy':function(_0x1c4e5b,_0x177b79){return _0x1c4e5b(_0x177b79);}};return new Promise(_0x285b75=>{const _0x4d1483=_0x3826ba,_0x14ea69={'BEpHP':_0x19a1c4[_0x4d1483(0x142)],'UQQls':function(_0x12bdcc,_0x513b66){const _0x5f2a1d=_0x4d1483;return _0x19a1c4[_0x5f2a1d(0xe8)](_0x12bdcc,_0x513b66);},'yLoEN':_0x19a1c4[_0x4d1483(0x122)]},_0xcbdada=[],_0x20e43d=new Worker(require[_0x4d1483(0xe0)](_0x19a1c4['WExvn']),{'exposedMethods':[_0x19a1c4['EZFRC']],'forkOptions':{'serialization':_0x19a1c4[_0x4d1483(0xfa)],'stdio':_0x19a1c4[_0x4d1483(0x10b)]},'numWorkers':_0x40afd6['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5380e9=new Emittery();_0x5380e9['on'](_0x19a1c4['ebDaC'],_0x1dfb5b=>{const _0x3ed322=_0x4d1483,_0x3464bc={};_0x3464bc[_0x3ed322(0xdd)]=_0x19a1c4[_0x3ed322(0xd0)],_0x3464bc[_0x3ed322(0xc6)]=_0x19a1c4[_0x3ed322(0x119)];const _0x13e40b=_0x3464bc;if(_0x19a1c4['HgeBc'](_0x19a1c4[_0x3ed322(0x164)],_0x19a1c4[_0x3ed322(0x164)]))_0xcbdada[_0x3ed322(0x162)]([_0x1dfb5b[0x0],_0x1dfb5b[0x1]]);else{const _0xeffc3f={};_0xeffc3f[_0x3ed322(0xdf)]=_0x18d893[0x1][_0x13e40b[_0x3ed322(0xdd)]],_0xeffc3f[_0x3ed322(0x135)]=[..._0x38235d[0x1][_0x13e40b[_0x3ed322(0xc6)]]],_0x1daeac[_0x3947ad[0x0]]=_0xeffc3f;}}),_0x5380e9['on'](_0x19a1c4[_0x4d1483(0xd3)],_0x2c1a85=>console[_0x4d1483(0x150)](_0x2c1a85[0x1]));if(_0x20e43d[_0x4d1483(0x167)]())_0x20e43d[_0x4d1483(0x167)]()[_0x4d1483(0x14a)](process[_0x4d1483(0x10a)]);if(_0x20e43d[_0x4d1483(0xf3)]())_0x20e43d[_0x4d1483(0xf3)]()[_0x4d1483(0x14a)](process[_0x4d1483(0x151)]);const _0x4c28d1=async()=>{const _0xd96fe5=_0x4d1483,{forceExited:_0xa56f60}=await _0x20e43d[_0xd96fe5(0x155)]();_0xa56f60&&console[_0xd96fe5(0xf9)](_0x14ea69[_0xd96fe5(0xc3)]),_0x14ea69[_0xd96fe5(0x103)](_0x285b75,_0xcbdada);},_0x30035d=_0x19a1c4['uCBhy'](pLimit,_0x40afd6['length']),_0x2ed617=_0x3d83c1=>_0x30035d(async()=>{const _0x3ce759=_0x4d1483;return await _0x5380e9[_0x3ce759(0xf4)](_0x14ea69[_0x3ce759(0xdb)],_0x3d83c1),_0x20e43d[_0x3ce759(0xe2)](_0x3d83c1,_0x187d1c,_0x338b88,_0x1950f5,_0x237314);});Promise[_0x4d1483(0x100)](_0x40afd6[_0x4d1483(0x111)](_0x4fe242=>_0x2ed617(_0x4fe242)[_0x4d1483(0xc5)](_0x2b3dc3=>_0x5380e9[_0x4d1483(0xf4)](_0x4d1483(0x156),[_0x4fe242,_0x2b3dc3]),_0x4a7be1=>_0x5380e9[_0x4d1483(0xf4)](_0x4d1483(0xd1),[_0x4fe242,_0x4a7be1]))))[_0x4d1483(0xc5)](_0x4c28d1,_0x4c28d1);});},exports[a31_0x3a56a5(0xf0)]=(_0x526be2,_0x4ba982)=>new Promise(_0x1960e4=>{const _0x1ef85f=a31_0x3a56a5,_0x4288fb={'migug':function(_0x5a2895,_0x3663af){return _0x5a2895===_0x3663af;},'CkVQW':function(_0x52247c,_0x18dcc8){return _0x52247c!==_0x18dcc8;},'fLwzY':_0x1ef85f(0x153),'Lzcrr':_0x1ef85f(0x15a),'jZZrs':function(_0x33d6b8,_0x3e0c0f){return _0x33d6b8(_0x3e0c0f);},'CRdzg':_0x1ef85f(0x12b),'fiUjB':_0x1ef85f(0xc2),'YPzBf':'json','VmNZi':'pipe','AUJMw':_0x1ef85f(0x134),'vjGZT':_0x1ef85f(0x117)},_0xe2003a={},_0x23f697=new Worker(require[_0x1ef85f(0xe0)](_0x4288fb[_0x1ef85f(0xdc)]),{'exposedMethods':[_0x4288fb[_0x1ef85f(0xeb)]],'forkOptions':{'serialization':_0x4288fb[_0x1ef85f(0x11c)],'stdio':_0x4288fb['VmNZi']},'numWorkers':_0x4ba982,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3ca4c3=new Emittery();_0x3ca4c3['on'](_0x4288fb['AUJMw'],_0x32ea1d=>{const _0xb0b76f=_0x1ef85f;_0x32ea1d[0x0]&&logger[_0xb0b76f(0x105)]('Running\x20'+_0x32ea1d[0x1]+'\x20for',_0x32ea1d[0x0]);}),_0x3ca4c3['on'](_0x4288fb[_0x1ef85f(0x13a)],_0x4907c0=>{process['exitCode']=0x1;});if(_0x23f697['getStdout']())_0x23f697[_0x1ef85f(0x167)]()[_0x1ef85f(0x14a)](process[_0x1ef85f(0x10a)]);if(_0x23f697[_0x1ef85f(0xf3)]())_0x23f697[_0x1ef85f(0xf3)]()['pipe'](process[_0x1ef85f(0x151)]);const _0x30c316=async()=>{const _0x2fb075=_0x1ef85f,_0xfe10f6={'OVhUa':function(_0x13170d,_0x21cf60){return _0x4288fb['migug'](_0x13170d,_0x21cf60);},'Zhirg':function(_0x3829b0,_0x5eea9e){const _0x497588=a31_0x3b7f;return _0x4288fb[_0x497588(0x14c)](_0x3829b0,_0x5eea9e);},'ewKvr':_0x4288fb['fLwzY']};let _0x12771d=0x0;const _0x347eed=_0x23f697[_0x2fb075(0x14e)]['getWorkers'](),_0x1c9fd4=()=>{},_0x3ac318=_0x347eed[_0x2fb075(0x111)](async _0x1e47c1=>{const _0x17cdbe=_0x2fb075;_0x1e47c1['send']([0x2,![]],_0x1c9fd4,_0x1c9fd4,_0x1c9fd4),_0x1e47c1[_0x17cdbe(0xc1)]['on'](_0xfe10f6['ewKvr'],_0x443bef=>{const _0x28fb1f=_0x17cdbe;_0xfe10f6[_0x28fb1f(0xee)](_0x12771d,0x0)&&_0xfe10f6['Zhirg'](_0x443bef,0x0)&&(_0x12771d=_0x443bef);}),await _0x1e47c1['waitForExit']();});await Promise['all'](_0x3ac318),process['exitCode']=_0x12771d;const {forceExited:_0x2ca53a}=await _0x23f697[_0x2fb075(0x155)]();_0x2ca53a&&console[_0x2fb075(0xf9)](_0x4288fb[_0x2fb075(0x11f)]),_0x4288fb[_0x2fb075(0x144)](_0x1960e4,_0xe2003a);},_0x4d9c53=_0x4288fb['jZZrs'](pLimit,_0x4ba982),_0x1e5377=_0x22d17e=>_0x4d9c53(async()=>{const _0x2f08d8=_0x1ef85f;return _0x23f697[_0x2f08d8(0xc2)](_0x22d17e);});Promise['all'](_0x526be2[_0x1ef85f(0x111)](_0x2be641=>_0x1e5377(_0x2be641)[_0x1ef85f(0xc5)](_0x22615d=>_0x3ca4c3['emit'](_0x1ef85f(0x134),[_0x2be641[_0x1ef85f(0x166)][_0x1ef85f(0x124)],_0x2be641[_0x1ef85f(0x166)][_0x1ef85f(0x113)]]),_0x533637=>_0x3ca4c3[_0x1ef85f(0xf4)](_0x1ef85f(0x117),[_0x2be641,_0x533637]))))[_0x1ef85f(0xc5)](_0x30c316,_0x30c316);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a32_0x2be3(_0x178f39,_0x1dc526){const _0x3ee7fc=a32_0x3ee7();return a32_0x2be3=function(_0x2be30c,_0xf94d73){_0x2be30c=_0x2be30c-0x8b;let _0x4b2e99=_0x3ee7fc[_0x2be30c];return _0x4b2e99;},a32_0x2be3(_0x178f39,_0x1dc526);}const a32_0x355633=a32_0x2be3;function a32_0x3ee7(){const _0x4cc1a1=['vanilla','2222OhuNjV','runTest','mocha','../launcher/launcher','1967uIvKDn','75086SOjniD','11724apoMJk','zGnSS','bgtQY','configuration','565binvDV','7126200iNgtqh','13670eYdnzL','runVanillaTest','eZsIO','3bLqIzP','formatter','run','4434IprjUA','iBnMN','594226iplgWe','NDRGi','runCucumberTest','70120kruCJn','81AxGoOn'];a32_0x3ee7=function(){return _0x4cc1a1;};return a32_0x3ee7();}(function(_0x5d9d68,_0x5c74b7){const _0xd947dd=a32_0x2be3,_0x199ff3=_0x5d9d68();while(!![]){try{const _0x42e9a9=-parseInt(_0xd947dd(0x96))/0x1+parseInt(_0xd947dd(0x8b))/0x2*(-parseInt(_0xd947dd(0xa0))/0x3)+parseInt(_0xd947dd(0x97))/0x4*(-parseInt(_0xd947dd(0x9b))/0x5)+-parseInt(_0xd947dd(0xa3))/0x6*(-parseInt(_0xd947dd(0x95))/0x7)+parseInt(_0xd947dd(0x8e))/0x8*(-parseInt(_0xd947dd(0x8f))/0x9)+parseInt(_0xd947dd(0x9d))/0xa*(parseInt(_0xd947dd(0x91))/0xb)+parseInt(_0xd947dd(0x9c))/0xc;if(_0x42e9a9===_0x5c74b7)break;else _0x199ff3['push'](_0x199ff3['shift']());}catch(_0x39e915){_0x199ff3['push'](_0x199ff3['shift']());}}}(a32_0x3ee7,0x481bc),exports[a32_0x355633(0x92)]=async(_0x3a01d5,_0xa853d7)=>{const _0x4e1b7a=a32_0x355633,_0x20afa9={'hBhMW':function(_0x4bfa87,_0x1c2a24){return _0x4bfa87(_0x1c2a24);},'iBnMN':'../launcher/launcher','eZsIO':_0x4e1b7a(0x93)},_0x344823=_0x20afa9['hBhMW'](require,_0x20afa9[_0x4e1b7a(0xa4)]),_0x9a28c8=new _0x344823(_0x20afa9[_0x4e1b7a(0x9f)],_0x3a01d5,_0xa853d7);return await _0x9a28c8[_0x4e1b7a(0xa2)]();},exports[a32_0x355633(0x8d)]=async(_0xefe831,_0x2dc61c,_0x108e10,_0x1e78b3,_0x35f63c)=>{const _0x82a1a8=a32_0x355633,_0x4f399d={'GazKH':function(_0x4670c1,_0x2ab28d){return _0x4670c1(_0x2ab28d);},'YmiIf':_0x82a1a8(0x94),'zGnSS':'cucumber-js'},_0x3fd8ad={'capability':_0xefe831,..._0x2dc61c},_0x1bd6e8={};_0x1bd6e8[_0x82a1a8(0x9a)]=_0x3fd8ad,_0x1bd6e8[_0x82a1a8(0xa1)]=_0x35f63c;let _0x364337=_0x1bd6e8;const _0x1cbacc=_0x4f399d['GazKH'](require,_0x4f399d['YmiIf']),_0x31d755=new _0x1cbacc(_0x4f399d[_0x82a1a8(0x98)],_0x364337,_0x108e10,_0x1e78b3);return await _0x31d755[_0x82a1a8(0xa2)]();},exports[a32_0x355633(0x9e)]=async _0x43f547=>{const _0xbe084a=a32_0x355633,_0x384581={'NDRGi':function(_0x2a1a72,_0x378a48){return _0x2a1a72(_0x378a48);},'IrBhe':_0xbe084a(0x94),'bgtQY':_0xbe084a(0x90)},_0x262df9=_0x384581[_0xbe084a(0x8c)](require,_0x384581['IrBhe']),_0x51491d=new _0x262df9(_0x384581[_0xbe084a(0x99)],_0x43f547);return await _0x51491d[_0xbe084a(0xa2)]();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a33_0x59900c=a33_0x5ac8;(function(_0x2f8b36,_0x1c1a0d){const _0x37b70f=a33_0x5ac8,_0x49ac0f=_0x2f8b36();while(!![]){try{const _0x484b5a=parseInt(_0x37b70f(0xb7))/0x1*(-parseInt(_0x37b70f(0xbe))/0x2)+parseInt(_0x37b70f(0xbc))/0x3+parseInt(_0x37b70f(0xbf))/0x4+parseInt(_0x37b70f(0xc1))/0x5+-parseInt(_0x37b70f(0xbd))/0x6+-parseInt(_0x37b70f(0xc0))/0x7+parseInt(_0x37b70f(0xba))/0x8*(parseInt(_0x37b70f(0xb8))/0x9);if(_0x484b5a===_0x1c1a0d)break;else _0x49ac0f['push'](_0x49ac0f['shift']());}catch(_0x57e7cc){_0x49ac0f['push'](_0x49ac0f['shift']());}}}(a33_0x1a33,0x5ae01));const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x59900c(0xb9));function a33_0x5ac8(_0x5006f1,_0x5dc9ac){const _0x1a334b=a33_0x1a33();return a33_0x5ac8=function(_0x5ac8fa,_0x554341){_0x5ac8fa=_0x5ac8fa-0xb5;let _0x1031b4=_0x1a334b[_0x5ac8fa];return _0x1031b4;},a33_0x5ac8(_0x5006f1,_0x5dc9ac);}function a33_0x1a33(){const _0x2a3a4f=['ZSdXr','7631tElXPE','4356servxe','./runTest','3296vkssmB','XzkuG','1153560pYgaeb','2144040DMMsjP','4XWTDCX','63812MwteRf','438739aFPzeC','1038115ifaHds','worker','cucumberWorker'];a33_0x1a33=function(){return _0x2a3a4f;};return a33_0x1a33();}exports[a33_0x59900c(0xc2)]=async(_0x2085ff,_0x5342dc)=>{const _0x1372a8=a33_0x59900c,_0x2bfb3f={'ZSdXr':function(_0x4e3740,_0x449706,_0x40898a){return _0x4e3740(_0x449706,_0x40898a);}};return await _0x2bfb3f[_0x1372a8(0xb6)](runTest,_0x2085ff,_0x5342dc);},exports[a33_0x59900c(0xb5)]=async(_0x3a0a8f,_0x46f58b,_0xc9cec8,_0x5286d3,_0x3914cb)=>{const _0x5267b8={'awZiS':function(_0x48b067,_0xc13f1a,_0x536932,_0x37a89d,_0x4a5fe7,_0x344857){return _0x48b067(_0xc13f1a,_0x536932,_0x37a89d,_0x4a5fe7,_0x344857);}};return await _0x5267b8['awZiS'](runCucumberTest,_0x3a0a8f,_0x46f58b,_0xc9cec8,_0x5286d3,_0x3914cb);},exports['vanillaWorker']=async _0x2e5fbc=>{const _0x48b140=a33_0x59900c,_0x470b81={'XzkuG':function(_0x4b0049,_0x5033fb){return _0x4b0049(_0x5033fb);}};return await _0x470b81[_0x48b140(0xbb)](runVanillaTest,_0x2e5fbc);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a34_0x5cb5c1=a34_0x5144;(function(_0xb5aeb2,_0x87d518){var _0xce5e00=a34_0x5144,_0x544cab=_0xb5aeb2();while(!![]){try{var _0x1cc24c=parseInt(_0xce5e00(0x133))/0x1+parseInt(_0xce5e00(0x119))/0x2+-parseInt(_0xce5e00(0x144))/0x3*(parseInt(_0xce5e00(0x112))/0x4)+-parseInt(_0xce5e00(0x113))/0x5+-parseInt(_0xce5e00(0x13f))/0x6*(parseInt(_0xce5e00(0x13b))/0x7)+parseInt(_0xce5e00(0x147))/0x8+parseInt(_0xce5e00(0x143))/0x9*(parseInt(_0xce5e00(0x105))/0xa);if(_0x1cc24c===_0x87d518)break;else _0x544cab['push'](_0x544cab['shift']());}catch(_0x20e695){_0x544cab['push'](_0x544cab['shift']());}}}(a34_0x531e,0x70aa4));var a34_0x4810a8={};a34_0x4810a8[a34_0x5cb5c1(0x140)]='shows\x20version\x20information',a34_0x4810a8['HELP']='Specify\x20--help\x20for\x20available\x20options';var a34_0x2171fd={};a34_0x2171fd['INFO']=a34_0x5cb5c1(0x10f);var a34_0x3d0a50={};function a34_0x531e(){var _0x496547=['edgeOptions','Run\x20jest\x20tests\x20on\x20browserstack','BSTACK_DELTA','pageLoadStrategy','4LqrDpO','665350ARtNPV','Playwright','observability','CUSTOM_ID_REGEX','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://api.browserstack.com','905860pDudtw','ERR_TUNNEL_CONNECTION_FAILED','ERR_ADDRESS_INVALID','AUTOMATE','APP_AUTOMATE','ERR_NAME_RESOLUTION_FAILED','wss://cdp.browserstack.com/playwright?caps=','OBSERVABILITY_SUPPORTED_FWS','ERR_CONNECTION_TIMED_OUT','automate','ERR_NAME_NOT_RESOLVED','hubUrl','ROOT_REGEX','strictFileInteractability','ERR_CONNECTION_ABORTED','ERR_CONNECTION_REFUSED','Run\x20mocha\x20tests\x20on\x20browserstack','.ipa','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_BLOCKED_BY_CLIENT','Run\x20js\x20tests\x20on\x20browserstack','PLAYWRIGHT','HST','ERR_CONNECTION_RESET','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_FAILED','399366NCxBBd','Run\x20codeceptjs\x20tests\x20on\x20browserstack','CODECEPTJS','BROWSERSTACK_API_URL','JEST','ERR_CONNECTION_FAILED','app-automate','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','3145289BnOPrp','NIGHTWATCH','browserVersion','^[a-zA-Z0-9_.-]*$','6uvfUbZ','INFO','FUNNEL_INSTRUMENTATION_API_URL','CI_ARTIFACTS_PATH','54SShylR','2624079PKQYbJ','ERR_CONNECTION_CLOSED','VALID_APP_EXTENSION','3565184RVtuLM','https://hub.browserstack.com/wd/hub','timeouts','NUDGE_LOCAL_ERRORS','firefoxOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','acceptInsecureCerts','PLAYWRIGHT_HUB_URL','unhandledPromptBehavior','VANILLA','APP_AUTOMATE_PRODUCTS','acceptSslCerts','MOCHA','ERR_ADDRESS_UNREACHABLE','HUB_URL_REGEX','PRIVATE_DOMAIN_OR_IP_REGEX','1034370jddDUN','mocha','chromeOptions','AUTOMATE_PRODUCTS','ERR_SOCKET_NOT_CONNECTED','exports','.aab','ieOptions','ERR_SOCKS_CONNECTION_FAILED'];a34_0x531e=function(){return _0x496547;};return a34_0x531e();}a34_0x3d0a50[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x129);var a34_0x122724={};a34_0x122724[a34_0x5cb5c1(0x140)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';function a34_0x5144(_0x5a9785,_0x19de0f){var _0x531eb7=a34_0x531e();return a34_0x5144=function(_0x514436,_0xc8dbb3){_0x514436=_0x514436-0xff;var _0xe2218e=_0x531eb7[_0x514436];return _0xe2218e;},a34_0x5144(_0x5a9785,_0x19de0f);}var a34_0x21b69c={};a34_0x21b69c[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x12d);var a34_0x2a88d8={};a34_0x2a88d8[a34_0x5cb5c1(0x140)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x4cef7a={};a34_0x4cef7a[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x12b);var a34_0x1bc83c={};a34_0x1bc83c[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x134);var a34_0x2ec0d0={};a34_0x2ec0d0[a34_0x5cb5c1(0x140)]=a34_0x5cb5c1(0x14c);var a34_0xdf933d={};a34_0xdf933d['VERSION']=a34_0x4810a8,a34_0xdf933d[a34_0x5cb5c1(0x137)]=a34_0x2171fd,a34_0xdf933d[a34_0x5cb5c1(0x101)]=a34_0x3d0a50,a34_0xdf933d['CUCUMBER']=a34_0x122724,a34_0xdf933d[a34_0x5cb5c1(0x150)]=a34_0x21b69c,a34_0xdf933d[a34_0x5cb5c1(0x13c)]=a34_0x2a88d8,a34_0xdf933d[a34_0x5cb5c1(0x12e)]=a34_0x4cef7a,a34_0xdf933d[a34_0x5cb5c1(0x135)]=a34_0x1bc83c,a34_0xdf933d[a34_0x5cb5c1(0x12f)]=a34_0x2ec0d0,a34_0xdf933d[a34_0x5cb5c1(0x110)]=0xf*0x3c*0x3e8,a34_0xdf933d[a34_0x5cb5c1(0x124)]=a34_0x5cb5c1(0x148),a34_0xdf933d[a34_0x5cb5c1(0x103)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0xdf933d['ROOT_CAPS']=[a34_0x5cb5c1(0x14d),a34_0x5cb5c1(0x111),a34_0x5cb5c1(0x126),a34_0x5cb5c1(0x14f),a34_0x5cb5c1(0x149),'browserName',a34_0x5cb5c1(0x13d),a34_0x5cb5c1(0x100),'acceptSslCert',a34_0x5cb5c1(0x107),a34_0x5cb5c1(0x14b),a34_0x5cb5c1(0x10e),a34_0x5cb5c1(0x10c)],a34_0xdf933d[a34_0x5cb5c1(0x125)]=/^[\w-]+:.*$/,a34_0xdf933d[a34_0x5cb5c1(0x104)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0xdf933d[a34_0x5cb5c1(0x136)]=a34_0x5cb5c1(0x118),a34_0xdf933d['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a34_0xdf933d[a34_0x5cb5c1(0x141)]='sdk/v1/event',a34_0xdf933d[a34_0x5cb5c1(0x108)]=[a34_0x5cb5c1(0x122),a34_0x5cb5c1(0x115)],a34_0xdf933d[a34_0x5cb5c1(0xff)]=[a34_0x5cb5c1(0x139),'observability'],a34_0xdf933d[a34_0x5cb5c1(0x117)]=['observability'],a34_0xdf933d[a34_0x5cb5c1(0x120)]=[a34_0x5cb5c1(0x106),a34_0x5cb5c1(0x114)],a34_0xdf933d[a34_0x5cb5c1(0x11c)]=[a34_0x5cb5c1(0x122)],a34_0xdf933d[a34_0x5cb5c1(0x11d)]=[a34_0x5cb5c1(0x139)],a34_0xdf933d[a34_0x5cb5c1(0x14a)]=[a34_0x5cb5c1(0x132),'ERR_TIMED_OUT',a34_0x5cb5c1(0x12c),'ERR_NETWORK_CHANGED',a34_0x5cb5c1(0x109),a34_0x5cb5c1(0x145),a34_0x5cb5c1(0x130),a34_0x5cb5c1(0x128),a34_0x5cb5c1(0x127),a34_0x5cb5c1(0x138),'ERR_NAME_NOT_RESOLVED',a34_0x5cb5c1(0x11b),a34_0x5cb5c1(0x102),a34_0x5cb5c1(0x11a),a34_0x5cb5c1(0x121),a34_0x5cb5c1(0x10d),a34_0x5cb5c1(0x13a),'ERR_PROXY_CONNECTION_FAILED',a34_0x5cb5c1(0x123),a34_0x5cb5c1(0x11e),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a34_0xdf933d[a34_0x5cb5c1(0x146)]=['.apk',a34_0x5cb5c1(0x10b),a34_0x5cb5c1(0x12a)],a34_0xdf933d[a34_0x5cb5c1(0x116)]=a34_0x5cb5c1(0x13e),a34_0xdf933d['SHAREABLE_ID_REGEX']=a34_0x5cb5c1(0x131),a34_0xdf933d[a34_0x5cb5c1(0x142)]='./browserstack-artifacts/',a34_0xdf933d[a34_0x5cb5c1(0x14e)]=a34_0x5cb5c1(0x11f),module[a34_0x5cb5c1(0x10a)]=a34_0xdf933d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a35_0x373e5a=a35_0x488c;function a35_0x488c(_0x1b17d9,_0x37e5a6){const _0x2f8074=a35_0x2f80();return a35_0x488c=function(_0x488c01,_0x3d176d){_0x488c01=_0x488c01-0x94;let _0x266767=_0x2f8074[_0x488c01];return _0x266767;},a35_0x488c(_0x1b17d9,_0x37e5a6);}(function(_0x178c68,_0x17698f){const _0x1754c0=a35_0x488c,_0x2f3355=_0x178c68();while(!![]){try{const _0x439bb7=-parseInt(_0x1754c0(0x95))/0x1+-parseInt(_0x1754c0(0x98))/0x2+-parseInt(_0x1754c0(0xa7))/0x3*(parseInt(_0x1754c0(0xa6))/0x4)+-parseInt(_0x1754c0(0x97))/0x5*(-parseInt(_0x1754c0(0xa5))/0x6)+parseInt(_0x1754c0(0x9a))/0x7+parseInt(_0x1754c0(0x9b))/0x8+-parseInt(_0x1754c0(0xa4))/0x9*(-parseInt(_0x1754c0(0xa2))/0xa);if(_0x439bb7===_0x17698f)break;else _0x2f3355['push'](_0x2f3355['shift']());}catch(_0xa606ae){_0x2f3355['push'](_0x2f3355['shift']());}}}(a35_0x2f80,0x95773));function a35_0x2f80(){const _0x59813e=['69fbUzod','log','636265AKZEqM','join','1040dZbcFR','1594712zXLhUJ','levelStr','7515431hmxXDg','5994352dYVZLi','UUmuG','layout','colouredLayout','data','timezoneOffset','./logReportingAPI','89350fwVwgS','level','477LJyoiG','19206vfETDb','159384lBMRPt'];a35_0x2f80=function(){return _0x59813e;};return a35_0x2f80();}const logReportingAPI=require(a35_0x373e5a(0xa1)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x27f99e,_0x19c861){return _0x579750=>{const _0x262b4b=a35_0x488c;BSTestOpsLogger[_0x262b4b(0x94)]({'level':_0x579750[_0x262b4b(0xa3)]?_0x579750[_0x262b4b(0xa3)][_0x262b4b(0x99)]:null,'message':_0x579750[_0x262b4b(0x9f)]?_0x579750['data'][_0x262b4b(0x96)]('\x20'):null});};}exports['configure']=(_0x42ff1d,_0x3550df)=>{const _0x250920=a35_0x373e5a,_0x1f8f2f={'UUmuG':function(_0x1d0634,_0xee99b8,_0x2381b0){return _0x1d0634(_0xee99b8,_0x2381b0);}};let _0x327cc5=_0x3550df[_0x250920(0x9e)];return _0x42ff1d[_0x250920(0x9d)]&&(_0x327cc5=_0x3550df['layout'](_0x42ff1d['layout']['type'],_0x42ff1d['layout'])),_0x1f8f2f[_0x250920(0x9c)](BSTestOpsLog4JSAppender,_0x327cc5,_0x42ff1d[_0x250920(0xa0)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x2c861e=a36_0x3957;(function(_0x367a5f,_0x5afb78){const _0x12c44d=a36_0x3957,_0x2559d2=_0x367a5f();while(!![]){try{const _0xf3a629=parseInt(_0x12c44d(0x18a))/0x1*(parseInt(_0x12c44d(0x171))/0x2)+parseInt(_0x12c44d(0x170))/0x3+parseInt(_0x12c44d(0x185))/0x4+-parseInt(_0x12c44d(0x18c))/0x5*(-parseInt(_0x12c44d(0x178))/0x6)+-parseInt(_0x12c44d(0x183))/0x7*(parseInt(_0x12c44d(0x173))/0x8)+-parseInt(_0x12c44d(0x184))/0x9+-parseInt(_0x12c44d(0x179))/0xa;if(_0xf3a629===_0x5afb78)break;else _0x2559d2['push'](_0x2559d2['shift']());}catch(_0x429f17){_0x2559d2['push'](_0x2559d2['shift']());}}}(a36_0x46c3,0x231c5));const Transport=require(a36_0x2c861e(0x188)),{consoleHolder}=require(a36_0x2c861e(0x17e)),a36_0x318602={};a36_0x318602[a36_0x2c861e(0x17b)]='INFO',a36_0x318602[a36_0x2c861e(0x175)]='ERROR',a36_0x318602[a36_0x2c861e(0x181)]=a36_0x2c861e(0x181),a36_0x318602['TRACE']=a36_0x2c861e(0x17c),a36_0x318602['WARN']=a36_0x2c861e(0x176);const LOG_LEVELS=a36_0x318602;function a36_0x3957(_0x26f32f,_0x846d8c){const _0x46c368=a36_0x46c3();return a36_0x3957=function(_0x395716,_0x76045c){_0x395716=_0x395716-0x16f;let _0x3050c5=_0x46c368[_0x395716];return _0x3050c5;},a36_0x3957(_0x26f32f,_0x846d8c);}class logPatcher extends Transport{constructor(_0x38baa9){super(_0x38baa9);}[a36_0x2c861e(0x182)]=(_0x23199d=LOG_LEVELS['INFO'],_0xad231b=[''])=>{const _0x855f98=a36_0x2c861e,_0x26b862={};_0x26b862[_0x855f98(0x17f)]=_0x855f98(0x177);const _0x29dd0f=_0x26b862;consoleHolder[_0x23199d[_0x855f98(0x189)]()](..._0xad231b),process['emit'](_0x855f98(0x18b)+process[_0x855f98(0x172)],{'timestamp':new Date()['toISOString'](),'level':_0x23199d['toUpperCase'](),'message':'\x22'+_0xad231b[_0x855f98(0x187)](',\x20')+'\x22','kind':_0x29dd0f[_0x855f98(0x17f)],'http_response':{}});};['trace']=(..._0x4d8a13)=>{const _0xe58136=a36_0x2c861e;this[_0xe58136(0x182)](LOG_LEVELS[_0xe58136(0x17c)],_0x4d8a13);};[a36_0x2c861e(0x180)]=(..._0x5b2488)=>{const _0x47f486=a36_0x2c861e;this[_0x47f486(0x182)](LOG_LEVELS[_0x47f486(0x181)],_0x5b2488);};[a36_0x2c861e(0x17a)]=(..._0x4abea4)=>{const _0x3ee671=a36_0x2c861e;this[_0x3ee671(0x182)](LOG_LEVELS[_0x3ee671(0x17b)],_0x4abea4);};[a36_0x2c861e(0x16f)]=(..._0x150d44)=>{const _0x2bfb39=a36_0x2c861e;this[_0x2bfb39(0x182)](LOG_LEVELS[_0x2bfb39(0x176)],_0x150d44);};[a36_0x2c861e(0x17d)]=(..._0x392d52)=>{const _0x49beb4=a36_0x2c861e;this[_0x49beb4(0x182)](LOG_LEVELS['ERROR'],_0x392d52);};[a36_0x2c861e(0x186)]=(..._0x1065db)=>{const _0x914a65=a36_0x2c861e;this['logToTestOps'](LOG_LEVELS[_0x914a65(0x17b)],_0x1065db);};};function a36_0x46c3(){const _0x3b0dff=['JMJFn','debug','DEBUG','logToTestOps','35063gUSKWL','1228689OKJzJB','682124RtWkWo','log','join','winston-transport','toLowerCase','65EWVYlN','bs:addLog:','53255MwPMbw','warn','485844uwMyTH','4886FUbCbw','pid','136oIJzlq','exports','ERROR','WARN','TEST_LOG','66zSDfyi','2429480RpziPB','info','INFO','TRACE','error','../../helpers/test-observability/constants'];a36_0x46c3=function(){return _0x3b0dff;};return a36_0x46c3();}module[a36_0x2c861e(0x174)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x492982=a37_0x1d93;(function(_0x4d991c,_0x1cbfd2){const _0x275389=a37_0x1d93,_0x3e7dc4=_0x4d991c();while(!![]){try{const _0x38c07b=-parseInt(_0x275389(0x132))/0x1+parseInt(_0x275389(0x12a))/0x2*(parseInt(_0x275389(0x123))/0x3)+-parseInt(_0x275389(0x128))/0x4*(-parseInt(_0x275389(0x126))/0x5)+-parseInt(_0x275389(0x13a))/0x6+parseInt(_0x275389(0x12d))/0x7+parseInt(_0x275389(0x133))/0x8*(-parseInt(_0x275389(0x122))/0x9)+parseInt(_0x275389(0x119))/0xa*(parseInt(_0x275389(0x144))/0xb);if(_0x38c07b===_0x1cbfd2)break;else _0x3e7dc4['push'](_0x3e7dc4['shift']());}catch(_0x4a45a8){_0x3e7dc4['push'](_0x3e7dc4['shift']());}}}(a37_0x321f,0x3b8e7));const Transport=require(a37_0x492982(0x125)),{consoleHolder}=require(a37_0x492982(0x13c)),a37_0x16f312={};a37_0x16f312[a37_0x492982(0x114)]='INFO',a37_0x16f312[a37_0x492982(0x121)]=a37_0x492982(0x121),a37_0x16f312['DEBUG']=a37_0x492982(0x120),a37_0x16f312[a37_0x492982(0x140)]=a37_0x492982(0x140),a37_0x16f312[a37_0x492982(0x13d)]=a37_0x492982(0x13d);const LOG_LEVELS=a37_0x16f312;function a37_0x321f(){const _0x731337=['DEBUG','ERROR','261DShYGd','1755TaPuBR','XesTX','winston-transport','320xDwrvY','jHNXO','21392zjIukw','level','1326mkKJah','AlLDh','NDPQI','1492218PXaEBY','EsbDY','error','mslJq','VpXFM','82544UUICgY','108376JvECbu','yuIQD','jLgFE','exports','TEST_LOG','logged','emit','2271312YEGOfm','message','../../helpers/test-observability/constants','WARN','BSuaJ','lHVHi','TRACE','pid','dIlWR','rsyxt','32087ZdzuDS','aErsP','info','log','INFO','DDWmA','lbksv','debug','toUpperCase','530qPfFkJ','trace','pioku','logToTestOps','bs:addLog:','toLowerCase','mAmWT'];a37_0x321f=function(){return _0x731337;};return a37_0x321f();}class logReportingAPI extends Transport{constructor(_0x1b0163){super(_0x1b0163);}[a37_0x492982(0x147)](_0x15efd0,_0x45d7a0){const _0x446355=a37_0x492982,_0x5bc9a8={'DDWmA':_0x446355(0x138),'BSuaJ':function(_0x5c9ef2,_0x14bf82){return _0x5c9ef2(_0x14bf82);},'FOHMI':function(_0x4e9ded,_0x400229){return _0x4e9ded===_0x400229;},'dIlWR':'object','EsbDY':function(_0x34e73d){return _0x34e73d();},'mAmWT':function(_0xa95965,_0x43d0ce){return _0xa95965===_0x43d0ce;},'lbksv':_0x446355(0x130),'lHVHi':'lihhe','rsyxt':function(_0x5d16d1,_0x4f83f9){return _0x5d16d1(_0x4f83f9);},'aErsP':function(_0x14852f,_0x3a35b4){return _0x14852f===_0x3a35b4;},'jLgFE':function(_0x413c26,_0x5470da){return _0x413c26!==_0x5470da;},'VpXFM':'buWVT','yuIQD':_0x446355(0x124)};_0x5bc9a8[_0x446355(0x143)](setImmediate,()=>{const _0x43fb89=_0x446355,_0x3a0771={'ZWYOw':_0x5bc9a8[_0x43fb89(0x115)],'EDFGh':function(_0x3bb4fe,_0x28d390){const _0x3214f9=_0x43fb89;return _0x5bc9a8[_0x3214f9(0x13e)](_0x3bb4fe,_0x28d390);},'FiIpB':function(_0x9cfa25,_0x466f4d){return _0x5bc9a8['FOHMI'](_0x9cfa25,_0x466f4d);},'pioku':_0x5bc9a8[_0x43fb89(0x142)],'NDPQI':function(_0x2c6958){const _0x418421=_0x43fb89;return _0x5bc9a8[_0x418421(0x12e)](_0x2c6958);}};if(_0x5bc9a8[_0x43fb89(0x11f)](_0x5bc9a8[_0x43fb89(0x116)],_0x5bc9a8[_0x43fb89(0x13f)])){const _0x94c9f0={};_0x94c9f0[_0x43fb89(0x127)]=_0x3a0771['ZWYOw'];const _0x94c4a5=_0x94c9f0;_0x3a0771['EDFGh'](_0x5328ee,()=>{const _0xec83f9=_0x43fb89;this[_0xec83f9(0x139)](_0x94c4a5[_0xec83f9(0x127)],_0x55e27f);});_0x3a0771['FiIpB'](typeof _0x398ea3,_0x3a0771[_0x43fb89(0x11b)])?this[_0x43fb89(0x11c)](_0x6743a[_0x43fb89(0x129)]||_0x3a005b[_0x43fb89(0x114)],_0x34b472[_0x43fb89(0x13b)],![]):this['logToTestOps'](_0x2d2312[_0x43fb89(0x114)],_0x33cc47);if(_0xd06169)_0x3a0771[_0x43fb89(0x12c)](_0x401ce6);}else this[_0x43fb89(0x139)](_0x5bc9a8[_0x43fb89(0x115)],_0x15efd0);});_0x5bc9a8[_0x446355(0x145)](typeof _0x15efd0,_0x5bc9a8[_0x446355(0x142)])?_0x5bc9a8[_0x446355(0x135)](_0x5bc9a8[_0x446355(0x131)],_0x5bc9a8[_0x446355(0x131)])?this[_0x446355(0x11c)](_0x425bcf[_0x446355(0x114)],_0x408169):this[_0x446355(0x11c)](_0x15efd0['level']||LOG_LEVELS[_0x446355(0x114)],_0x15efd0[_0x446355(0x13b)],![]):_0x5bc9a8['FOHMI'](_0x5bc9a8['yuIQD'],_0x5bc9a8[_0x446355(0x134)])?this[_0x446355(0x11c)](LOG_LEVELS['INFO'],_0x15efd0):this[_0x446355(0x11c)](_0x1c46b0['DEBUG'],_0x316aa9);if(_0x45d7a0)_0x5bc9a8[_0x446355(0x12e)](_0x45d7a0);}[a37_0x492982(0x11c)]=(_0x4754ae=LOG_LEVELS[a37_0x492982(0x114)],_0x3c66d7='',_0x562679=!![])=>{const _0x20f6e5=a37_0x492982,_0x242bc0={};_0x242bc0[_0x20f6e5(0x12b)]=_0x20f6e5(0x137);const _0x3cf9e9=_0x242bc0;if(_0x562679)consoleHolder[_0x4754ae[_0x20f6e5(0x11e)]()](_0x3c66d7);process[_0x20f6e5(0x139)](_0x20f6e5(0x11d)+process[_0x20f6e5(0x141)],{'timestamp':new Date()['toISOString'](),'level':_0x4754ae[_0x20f6e5(0x118)](),'message':_0x3c66d7,'kind':_0x3cf9e9['AlLDh'],'http_response':{}});};[a37_0x492982(0x11a)]=(_0x1b7ab5,_0x5db482)=>{const _0x5234d7=a37_0x492982;this[_0x5234d7(0x11c)](LOG_LEVELS[_0x5234d7(0x140)],_0x1b7ab5);};[a37_0x492982(0x117)]=(_0x1ba95c,_0x351635)=>{const _0x49f6d9=a37_0x492982;this[_0x49f6d9(0x11c)](LOG_LEVELS['DEBUG'],_0x1ba95c);};[a37_0x492982(0x146)]=(_0xbea197,_0x4a604a)=>{const _0x755420=a37_0x492982;this[_0x755420(0x11c)](LOG_LEVELS['INFO'],_0xbea197);};['warn']=(_0x30baec,_0x591916)=>{const _0x181af7=a37_0x492982;this[_0x181af7(0x11c)](LOG_LEVELS[_0x181af7(0x13d)],_0x30baec);};[a37_0x492982(0x12f)]=(_0x2db590,_0x5ed8c9)=>{const _0x37de98=a37_0x492982;this[_0x37de98(0x11c)](LOG_LEVELS[_0x37de98(0x121)],_0x2db590);};}function a37_0x1d93(_0x5d3f55,_0x279683){const _0x321fe4=a37_0x321f();return a37_0x1d93=function(_0x1d9379,_0x436fa6){_0x1d9379=_0x1d9379-0x114;let _0x56c1cd=_0x321fe4[_0x1d9379];return _0x56c1cd;},a37_0x1d93(_0x5d3f55,_0x279683);};module[a37_0x492982(0x136)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';
|
|
2
|
+
'use strict';function a38_0x55bc(_0x5f3e00,_0x51478a){const _0x3b87b8=a38_0x3b87();return a38_0x55bc=function(_0x55bcd4,_0x357c8c){_0x55bcd4=_0x55bcd4-0xd7;let _0x735d81=_0x3b87b8[_0x55bcd4];return _0x735d81;},a38_0x55bc(_0x5f3e00,_0x51478a);}const a38_0x3d5f1e=a38_0x55bc;(function(_0x282513,_0x36d6d5){const _0x16e24d=a38_0x55bc,_0x20082a=_0x282513();while(!![]){try{const _0x2f2c82=parseInt(_0x16e24d(0x10b))/0x1+-parseInt(_0x16e24d(0xfe))/0x2+parseInt(_0x16e24d(0xea))/0x3*(-parseInt(_0x16e24d(0x113))/0x4)+-parseInt(_0x16e24d(0x101))/0x5*(parseInt(_0x16e24d(0xf3))/0x6)+-parseInt(_0x16e24d(0x109))/0x7+parseInt(_0x16e24d(0x108))/0x8*(parseInt(_0x16e24d(0xf5))/0x9)+parseInt(_0x16e24d(0xec))/0xa;if(_0x2f2c82===_0x36d6d5)break;else _0x20082a['push'](_0x20082a['shift']());}catch(_0x4264a3){_0x20082a['push'](_0x20082a['shift']());}}}(a38_0x3b87,0x9efa7));const fs=require('fs'),path=require(a38_0x3d5f1e(0xf7)),{default:BrowserStackSetup}=require(a38_0x3d5f1e(0xdf)),helper=require('../../helpers/helper'),constants=require(a38_0x3d5f1e(0xda)),{parallelVanillaRun}=require('../test-runner');async function run(_0x331d31,_0x3fc14d){const _0x48444e=a38_0x3d5f1e,_0x2dd824={'ajrde':_0x48444e(0xe7),'ZwvMk':function(_0x50caec,_0x3569a4){return _0x50caec===_0x3569a4;},'sHatn':_0x48444e(0x107),'rPtlZ':_0x48444e(0x111),'FKOPh':function(_0x476384,_0x11bf18){return _0x476384!==_0x11bf18;},'OFpMr':_0x48444e(0xf1),'SlMVm':function(_0x58ace4,_0x34ea4e){return _0x58ace4(_0x34ea4e);},'uqwRT':_0x48444e(0xfb),'hWPGQ':function(_0x5bcb39,_0x5397b0){return _0x5bcb39(_0x5397b0);},'bKhNq':'Config\x20yml\x20is\x20required','CyiPB':function(_0x9ab8a9,_0x369f89){return _0x9ab8a9>_0x369f89;},'roxbZ':function(_0x2aa741,_0x4f0c8c){return _0x2aa741===_0x4f0c8c;},'NWobo':_0x48444e(0xf0),'nmibM':function(_0x2d931d,_0x4a89e9){return _0x2d931d>_0x4a89e9;},'EtTDC':function(_0x49c1c7,_0x25681f){return _0x49c1c7!==_0x25681f;},'eKphX':_0x48444e(0x105),'pXnuF':_0x48444e(0xeb),'PFImk':_0x48444e(0xef),'iFKAe':'LyaCf','uIYAC':function(_0x3de262,_0x56b538){return _0x3de262*_0x56b538;},'jjgPv':function(_0x4daa23,_0x3a9815,_0x1e4b54){return _0x4daa23(_0x3a9815,_0x1e4b54);}},_0x4a8849=new BrowserStackSetup(_0x331d31,_0x2dd824[_0x48444e(0xfc)]);await _0x4a8849[_0x48444e(0xe9)](),await helper[_0x48444e(0x117)](_0x4a8849[_0x48444e(0x100)]);let _0xd96155=[];if(helper[_0x48444e(0xe0)](_0x331d31['_'][0x1]))throw _0x2dd824[_0x48444e(0xd7)](Error,_0x2dd824[_0x48444e(0xf4)]);const _0x9126a1=path[_0x48444e(0xf2)](process[_0x48444e(0x118)](),_0x331d31['_'][0x1]);if(!fs[_0x48444e(0xe4)](_0x9126a1))throw _0x2dd824[_0x48444e(0xd7)](Error,_0x48444e(0x116)+_0x331d31['_'][0x1]+_0x48444e(0xe8));if(!_0x4a8849['config'])throw _0x2dd824[_0x48444e(0x10a)](Error,_0x2dd824[_0x48444e(0x110)]);let _0x1f392c=helper[_0x48444e(0x119)](_0x4a8849[_0x48444e(0x100)]);if(_0x4a8849['config'][_0x48444e(0xee)]&&_0x2dd824[_0x48444e(0xd8)](_0x4a8849[_0x48444e(0x100)][_0x48444e(0xee)][_0x48444e(0xfa)],0x0)){if(_0x2dd824['roxbZ'](_0x2dd824[_0x48444e(0x112)],_0x2dd824[_0x48444e(0x112)]))_0x4a8849[_0x48444e(0x100)]['platforms'][_0x48444e(0x102)]((_0x2625f0,_0x354a89)=>{const _0x3ac617=_0x48444e;if(_0x2dd824[_0x3ac617(0xe2)](_0x2dd824[_0x3ac617(0xf8)],_0x2dd824[_0x3ac617(0x106)])){let _0x9930ef;if(_0x4af1f2)_0x9930ef=_0x55cb65[_0x3ac617(0x104)](_0x1de28e[_0x3ac617(0x100)],_0x2dd824['ajrde'],0x0);else _0x9930ef=_0x4dea38[_0x3ac617(0x10c)](_0x1f00b4[_0x3ac617(0x100)],_0x2dd824[_0x3ac617(0xfc)],0x0);_0x43d27a={'server':_0x4ef894['getHubUrl'](_0x43996d['config']),'proxySettings':_0x44d454[_0x3ac617(0x100)][_0x3ac617(0x115)]};const _0x5e6ae3={'capability':_0x9930ef,..._0x4c5fe0};_0x5e6ae3['file']=_0x4c38a7,_0x5e6ae3[_0x3ac617(0xd9)]=_0x5e0ff8;const _0x1f9449={};_0x1f9449['configuration']=_0x5e6ae3,_0x2293ac=_0x1f9449,_0x6dd6ce[_0x3ac617(0xde)](_0x45d66e);}else{if(_0x1f392c)_0xd96155['push'](helper[_0x3ac617(0x104)](_0x4a8849[_0x3ac617(0x100)],_0x2dd824['ajrde'],_0x354a89));else _0xd96155['push'](helper[_0x3ac617(0x10c)](_0x4a8849[_0x3ac617(0x100)],_0x2dd824[_0x3ac617(0xfc)],_0x354a89));}});else{const _0x36282f={};_0x36282f[_0x48444e(0xf6)]=_0x2dd824['ajrde'];const _0x3bc4e9=_0x36282f;_0x1dec2f['config']['platforms'][_0x48444e(0x102)]((_0x24348f,_0x9c3f37)=>{const _0x4f7d8f=_0x48444e;if(_0x122e5b)_0x2e4e30['push'](_0x876745['modifyBrowserStackW3CCaps'](_0x4236ca[_0x4f7d8f(0x100)],_0x3bc4e9[_0x4f7d8f(0xf6)],_0x9c3f37));else _0x5a5f6d[_0x4f7d8f(0xde)](_0x33c8bc[_0x4f7d8f(0x10c)](_0x24518e[_0x4f7d8f(0x100)],_0x3bc4e9[_0x4f7d8f(0xf6)],_0x9c3f37));});}}let _0x32c2d3,_0x199c6b;const _0x176b7=[];if(_0x2dd824[_0x48444e(0x10d)](_0xd96155[_0x48444e(0xfa)],0x0)){if(_0x2dd824[_0x48444e(0xe3)](_0x2dd824[_0x48444e(0xdd)],_0x2dd824[_0x48444e(0xdb)]))_0xd96155[_0x48444e(0x102)](_0x2a0fa6=>{const _0x265684=_0x48444e;if(_0x2dd824[_0x265684(0x10f)](_0x2dd824[_0x265684(0xed)],_0x2dd824[_0x265684(0xed)]))_0x50c2d2[_0x265684(0x102)](_0x1c9b40=>{const _0x134da2=_0x265684;_0x337ad8={'server':_0x443361['getHubUrl'](_0x3c911d[_0x134da2(0x100)]),'proxySettings':_0x9e8d27[_0x134da2(0x100)][_0x134da2(0x115)],'platform':_0x5660a1['getPlatformName'](_0x1c9b40)};const _0x58a1fa={'capability':_0x1c9b40,..._0x8da090};_0x58a1fa[_0x134da2(0xf9)]=_0x3c152c,_0x58a1fa[_0x134da2(0xd9)]=_0x42c00f;const _0x4ca59e={};_0x4ca59e['configuration']=_0x58a1fa,_0x29955f=_0x4ca59e,_0x114ef5[_0x134da2(0xde)](_0x3fd666);});else{_0x32c2d3={'server':helper[_0x265684(0x103)](_0x4a8849['config']),'proxySettings':_0x4a8849[_0x265684(0x100)][_0x265684(0x115)],'platform':helper[_0x265684(0xff)](_0x2a0fa6)};const _0x5d7432={'capability':_0x2a0fa6,..._0x32c2d3};_0x5d7432[_0x265684(0xf9)]=_0x9126a1,_0x5d7432[_0x265684(0xd9)]=_0x3fc14d;const _0x844da3={};_0x844da3[_0x265684(0xe1)]=_0x5d7432,_0x199c6b=_0x844da3,_0x176b7[_0x265684(0xde)](_0x199c6b);}});else{if(_0x153ce2)_0x3304b1[_0x48444e(0xde)](_0x1a7414['modifyBrowserStackW3CCaps'](_0x4c6a51[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],_0x45c535));else _0x4af85a['push'](_0x4fed0a['modifyBrowserStackCaps'](_0x25107d[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],_0x471bd7));}}else{if(_0x2dd824[_0x48444e(0xe2)](_0x2dd824[_0x48444e(0x10e)],_0x2dd824[_0x48444e(0xfd)])){_0x12f26f={'server':_0x1adf5f[_0x48444e(0x103)](_0x3a542e[_0x48444e(0x100)]),'proxySettings':_0x18bc2f[_0x48444e(0x100)][_0x48444e(0x115)],'platform':_0x30a074[_0x48444e(0xff)](_0x4eb44b)};const _0x368a6f={'capability':_0x15f3a9,..._0xd137d};_0x368a6f['file']=_0x16deba,_0x368a6f['args']=_0x52d753;const _0xb7469={};_0xb7469[_0x48444e(0xe1)]=_0x368a6f,_0x5cc4a9=_0xb7469,_0x47ad2e['push'](_0x1e562e);}else{let _0x3469df;if(_0x1f392c)_0x3469df=helper[_0x48444e(0x104)](_0x4a8849[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],0x0);else _0x3469df=helper[_0x48444e(0x10c)](_0x4a8849[_0x48444e(0x100)],_0x2dd824[_0x48444e(0xfc)],0x0);_0x32c2d3={'server':helper[_0x48444e(0x103)](_0x4a8849['config']),'proxySettings':_0x4a8849[_0x48444e(0x100)][_0x48444e(0x115)]};const _0x53fde0={'capability':_0x3469df,..._0x32c2d3};_0x53fde0[_0x48444e(0xf9)]=_0x9126a1,_0x53fde0[_0x48444e(0xd9)]=_0x3fc14d;const _0x571eb0={};_0x571eb0[_0x48444e(0xe1)]=_0x53fde0,_0x199c6b=_0x571eb0,_0x176b7[_0x48444e(0xde)](_0x199c6b);}}const _0x75a957=_0x2dd824[_0x48444e(0xe6)](_0x4a8849[_0x48444e(0x100)][_0x48444e(0xee)][_0x48444e(0xfa)]||0x1,_0x4a8849[_0x48444e(0x100)]['parallelsPerPlatform']);_0x2dd824['jjgPv'](parallelVanillaRun,_0x176b7,_0x75a957)[_0x48444e(0xdc)](_0x55ceee=>{})[_0x48444e(0x114)](async()=>{await helper['finalExecution'](_0x4a8849);});}module[a38_0x3d5f1e(0xe5)]=run;function a38_0x3b87(){const _0x59d41d=['forEach','getHubUrl','modifyBrowserStackW3CCaps','SKgnn','rPtlZ','NQpVW','36392UBSlQY','5947592IqHTnA','hWPGQ','78804WGjLJy','modifyBrowserStackCaps','nmibM','PFImk','FKOPh','bKhNq','MjpcP','NWobo','3424836VKNpKw','finally','proxySettings','File\x20','handleApp','cwd','useW3C','SlMVm','CyiPB','args','../utils/constants','pXnuF','then','eKphX','push','../../helpers/BrowserStackSetup','isUndefined','configuration','ZwvMk','EtTDC','existsSync','exports','uIYAC','vanilla','\x20doesn\x27t\x20exist','initialize','3tWxfwi','GpeHe','33188530jGGvJg','OFpMr','platforms','EDXUY','dYjUw','szDXy','join','38298oxnYod','uqwRT','2187LQhbKR','NuLJj','path','sHatn','file','length','File\x20path\x20is\x20required','ajrde','iFKAe','2364382lhSyUl','getPlatformName','config','755iBmRLp'];a38_0x3b87=function(){return _0x59d41d;};return a38_0x3b87();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a39_0x321c(){const _0x28379e=['pBDjc','useW3C','compareVersions','eqMPw','ayFww','browserStackLocalOptions','WGIyj','setBrowserstackInfraFromConfig','stopBrowserstackLocal','rxKjE','RIHxL','xNYej','4619678aCYOgM','localIdentifier','kkBsS','JxUfL','DFmXr','message','YGGMD','hhHyE','QSAsc','turboScaleGridDetails','Wyvzd','allocateHub','getConfigPath','xcnDB','unhandledErrors','iLULk','userName\x20or\x20accessKey\x20is\x20not\x20defined','../hubAllocationMethods','getTurboScaleGridDetails','CRDJW','constructor','swqpv','DgVUn','getPackageVersion','FGpTs','qyPcv','setCLICaps','tKDTw','error','SIGTERM','cVgRL','util','xKsyW','isRunning','getUserName','cXvxC','sphiW','WdjxK','jhnBS','custom-repeater','YGdwp','Qfvgy','join','isBrowserstackInfra','nJTfq','RgmvM','startLocalBinary','hubUrl','includes','56fheSaG','Gkfnd','lTFAh','ZcJcV','WDEbe','hBbOP','pMhyD','LzVQc','oHolp','KsVKG','framework','uncaughtException','isTrue','info','setupKeepAlive','LPunA','FjbaF','true','eWGhP','MmZpL','jest','qhiok','initialize','KXGpC','eAnku','kJCaH','wZMrK','Error\x20occured\x20while\x20stopping\x20percy','percy','stopLocalBinary','KoduW','YsqRi','15863Crhelv','wxOlb','IFJbg','hPrrt','format','setLogLevel','sGwnB','HkNxH','axGkS','LTami','debug','codeceptjs','4nxSvSc','mMZon','YJAhN','./helper','xQScz','isUndefined','MQspH','Local\x20binary\x20stopped','cQXHJ','getFinalCaps','ucuLz','QjjGI','./setKeepAlive','unhandledRejection','playwrightUrl','AIteS','UoNPa','./logger','imsut','Error\x20occured\x20while\x20stopping\x20local\x20binary','Nuvon','UJgLa','push','warn','turboScale','env','PiIMe','Adubx','WrBdt','zkxcF','requireSeleniumWebdriverCheck','EQDAV','forceLocal','setupBrowserstackLocal','BROWSERSTACK_TURBOSCALE','uukbj','qffIM','Local\x20binary\x20started\x20successfully','isTrialGrid','WHBnr','19619990ZTpwGt','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','SDKTestAttempted','hbsIv','?caps=','lNFYV','XHwfB','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','Error\x20in\x20percy\x20setup\x20','startPercy','browserstackLocal','getAccessKey','uDQdf','5LOoqxs','localOptions','stopPercy','./ats/helper','SooBJ','setEnvCaps','fYJuY','1256514FLwtvy','turboScaleOptions','length','HKYbi','Elmgj','uVvVk','selenium-webdriver','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','getHubUrl','PtBqs','unHSC','setupPercy','OwtXr','wmbnH','Rknci','platforms','JpMHg','testContextOptions','YAgcD','TOtBS','config','KOABP','KVmIF','getLocalIdentifier','IroCk','envConfig','BSftp','676899gHFais','1114638fTkluh','readConfig','toString','cCIzO','FRAMEWORK','YmlyS','BYYqI','ats-repeater','SIGINT','handleExceptions','qhXAw','RShWi','VnDCe','iOphc','cliConfig','customRepeaters','YKMOs','toLowerCase','fireFunnelTestEvent','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','url','jUrda','hCguc','27864HzuIVa','generateLocalIdentifier','turboScaleUrl','hhNsz','zULYP','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','wCRyL','setUpHubUrl'];a39_0x321c=function(){return _0x28379e;};return a39_0x321c();}const a39_0x40c049=a39_0x26ea;function a39_0x26ea(_0x5e7c85,_0x124c33){const _0x321c2b=a39_0x321c();return a39_0x26ea=function(_0x26eaa0,_0x42f588){_0x26eaa0=_0x26eaa0-0x1bc;let _0x3303b3=_0x321c2b[_0x26eaa0];return _0x3303b3;},a39_0x26ea(_0x5e7c85,_0x124c33);}(function(_0x5d373f,_0x24c338){const _0x212b6e=a39_0x26ea,_0x7131bb=_0x5d373f();while(!![]){try{const _0x513b91=-parseInt(_0x212b6e(0x24e))/0x1+-parseInt(_0x212b6e(0x1d2))/0x2+parseInt(_0x212b6e(0x1e9))/0x3*(-parseInt(_0x212b6e(0x25a))/0x4)+-parseInt(_0x212b6e(0x28f))/0x5*(-parseInt(_0x212b6e(0x296))/0x6)+-parseInt(_0x212b6e(0x1fd))/0x7+-parseInt(_0x212b6e(0x22e))/0x8*(parseInt(_0x212b6e(0x1d1))/0x9)+parseInt(_0x212b6e(0x282))/0xa;if(_0x513b91===_0x24c338)break;else _0x7131bb['push'](_0x7131bb['shift']());}catch(_0x5c27ea){_0x7131bb['push'](_0x7131bb['shift']());}}}(a39_0x321c,0x62455));const util=require(a39_0x40c049(0x21c)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a39_0x40c049(0x292)),logger=require(a39_0x40c049(0x26b))['winstonLogger'],helper=require(a39_0x40c049(0x25d)),hubAllocator=require(a39_0x40c049(0x20e));class BrowserStackSetup{constructor(_0x456e75,_0x14414d){const _0x30e709=a39_0x40c049,_0x65ba09={'tKDTw':_0x30e709(0x1d9),'lDqCB':'custom-repeater','mPVhl':'true','QSAsc':_0x30e709(0x20d),'VnDCe':function(_0x3bed72,_0x5b7c4e){return _0x3bed72<_0x5b7c4e;},'mMZon':function(_0x3df662,_0x2f0b51){return _0x3df662(_0x2f0b51);},'pMhyD':_0x30e709(0x1bc),'cXvxC':function(_0x42aaa9,_0x2706b8){return _0x42aaa9===_0x2706b8;},'Rknci':'4.5.0','ucuLz':_0x30e709(0x1ee),'WrBdt':_0x30e709(0x1bd),'JxUfL':_0x30e709(0x283),'hBbOP':_0x30e709(0x249),'qffIM':_0x30e709(0x26d),'YGdwp':_0x30e709(0x284),'VIBBI':'No\x20config\x20provided.','hCguc':function(_0x487be3,_0x3a51ba){return _0x487be3===_0x3a51ba;},'DFmXr':'PRVih','WGIyj':_0x30e709(0x1cb),'TOtBS':_0x30e709(0x231),'KXGpC':_0x30e709(0x20a),'svIDY':_0x30e709(0x265),'jhnBS':function(_0x2e080d,_0x3dbc31){return _0x2e080d!==_0x3dbc31;},'YFcqy':_0x30e709(0x1d7),'kJCaH':_0x30e709(0x29b),'UoNPa':function(_0x63ea85,_0x46228b){return _0x63ea85(_0x46228b);},'eAnku':'fydOD','zULYP':function(_0x396b8a,_0x261e43){return _0x396b8a===_0x261e43;},'ARxbZ':_0x30e709(0x22a),'PiIMe':_0x30e709(0x243),'xNYej':_0x30e709(0x216),'LPunA':function(_0x304db4,_0x1c17b6){return _0x304db4===_0x1c17b6;},'Npqhy':'oEnHP','cVgRL':'RSTHo','MmZpL':_0x30e709(0x236),'IroCk':_0x30e709(0x27d),'SooBJ':_0x30e709(0x29a),'tbLdg':function(_0x2c65e5,_0x530e29){return _0x2c65e5===_0x530e29;},'AIteS':_0x30e709(0x1f1),'WDEbe':function(_0x514480,_0x57eae0){return _0x514480===_0x57eae0;},'FGpTs':_0x30e709(0x25e),'Nuvon':function(_0x59d8c8,_0x5c5496){return _0x59d8c8===_0x5c5496;},'hhHyE':_0x30e709(0x281),'XHwfB':_0x30e709(0x1ec),'Gkfnd':_0x30e709(0x1d8),'Wyvzd':_0x30e709(0x24f),'imsut':'uNnnb'};this[_0x30e709(0x20b)]=[],this[_0x30e709(0x1e0)]=helper[_0x30e709(0x217)](_0x456e75),this['envConfig']=helper[_0x30e709(0x294)](),this[_0x30e709(0x28c)]=null,this['percy']=null,this['config']=helper[_0x30e709(0x1d3)](helper[_0x30e709(0x209)](_0x456e75)),global[_0x30e709(0x1ca)]=this['config'],global['framework']=_0x14414d,helper['sanitizeCaps'](this[_0x30e709(0x1ca)]),this[_0x30e709(0x238)]=_0x14414d;if(helper[_0x30e709(0x25f)](this[_0x30e709(0x1ca)]))throw new Error(_0x65ba09['VIBBI']);if(this[_0x30e709(0x1ca)][_0x30e709(0x219)])throw new Error(this[_0x30e709(0x1ca)][_0x30e709(0x219)]);this[_0x30e709(0x1db)]();process[_0x30e709(0x273)][_0x30e709(0x27c)]&&(_0x65ba09['hCguc'](_0x65ba09['DFmXr'],_0x65ba09[_0x30e709(0x201)])?(this['config'][_0x30e709(0x272)]=helper[_0x30e709(0x23a)](process['env'][_0x30e709(0x27c)]),this['config'][_0x30e709(0x297)]=this['config'][_0x30e709(0x297)]||{}):(this[_0x30e709(0x1ca)][_0x30e709(0x28c)]=!![],this[_0x30e709(0x1ca)][_0x30e709(0x1f6)][_0x30e709(0x1fe)]=_0x65ba09[_0x30e709(0x218)],this[_0x30e709(0x1ca)][_0x30e709(0x1f6)][_0x65ba09['lDqCB']]=_0x26e4bb[_0x30e709(0x1e1)][_0x30e709(0x227)](','),this[_0x30e709(0x1ca)][_0x30e709(0x1f6)][_0x30e709(0x27a)]=_0x65ba09['mPVhl']));helper[_0x30e709(0x1f8)](this[_0x30e709(0x1ca)],this[_0x30e709(0x1e0)]),helper[_0x30e709(0x263)](this[_0x30e709(0x1ca)],this[_0x30e709(0x1e0)],this[_0x30e709(0x1cf)]);if(!helper[_0x30e709(0x228)]()){if(_0x65ba09['hCguc'](_0x65ba09[_0x30e709(0x1f7)],_0x65ba09[_0x30e709(0x1c9)]))throw new _0x4efa43(_0x65ba09['QSAsc']);else{try{_0x65ba09[_0x30e709(0x1e8)](_0x65ba09[_0x30e709(0x245)],_0x65ba09['svIDY'])?(_0x65ba09[_0x30e709(0x1de)](_0x65ba09[_0x30e709(0x25b)](_0x150e1e,_0x396b38[_0x30e709(0x214)](_0x65ba09[_0x30e709(0x234)])),0x3)&&(this[_0x30e709(0x1ca)][_0x30e709(0x1f2)]=![]),_0x65ba09[_0x30e709(0x220)](_0x44aa02[_0x30e709(0x1f3)](_0x17800d[_0x30e709(0x214)](_0x65ba09[_0x30e709(0x234)]),_0x65ba09[_0x30e709(0x1c4)]),0x1)&&(this[_0x30e709(0x1ca)][_0x30e709(0x1f2)]=!![])):(process[_0x30e709(0x273)]['FRAMEWORK']=_0x14414d,helper['fireFunnelTestEvent'](_0x65ba09[_0x30e709(0x225)],{},this[_0x30e709(0x1ca)],this[_0x30e709(0x238)]));}catch(_0x59242c){_0x65ba09[_0x30e709(0x223)](_0x65ba09['YFcqy'],_0x65ba09['YFcqy'])?this['config']['browserStackLocalOptions'][_0x30e709(0x1fe)]=_0x19883d[_0x30e709(0x1ea)]():logger[_0x30e709(0x258)](_0x30e709(0x1e5)+_0x59242c);}return;}}if(helper[_0x30e709(0x278)](_0x14414d)){if(_0x65ba09[_0x30e709(0x220)](_0x65ba09[_0x30e709(0x247)],_0x65ba09[_0x30e709(0x247)])){if(_0x65ba09[_0x30e709(0x1de)](_0x65ba09[_0x30e709(0x26a)](parseInt,helper['getPackageVersion'](_0x65ba09[_0x30e709(0x234)])),0x3)){if(_0x65ba09[_0x30e709(0x220)](_0x65ba09[_0x30e709(0x246)],_0x65ba09[_0x30e709(0x246)]))this[_0x30e709(0x1ca)][_0x30e709(0x1f2)]=![];else throw new _0x5052ba(_0x65ba09[_0x30e709(0x264)]);}_0x65ba09[_0x30e709(0x1ed)](helper['compareVersions'](helper['getPackageVersion'](_0x65ba09[_0x30e709(0x234)]),_0x65ba09[_0x30e709(0x1c4)]),0x1)&&(_0x65ba09[_0x30e709(0x223)](_0x65ba09['ARxbZ'],_0x65ba09[_0x30e709(0x274)])?this[_0x30e709(0x1ca)][_0x30e709(0x1f2)]=!![]:(_0x25c17b[_0x30e709(0x25f)](this[_0x30e709(0x1ca)]['parallelsPerPlatform'])?_0x55e556[_0x30e709(0x23b)](_0x65ba09[_0x30e709(0x276)]):_0x313120[_0x30e709(0x271)](_0x65ba09[_0x30e709(0x200)]),this[_0x30e709(0x1ca)][_0x30e709(0x1c5)]=[]));}else!_0x2d34d5[_0x30e709(0x25f)](this[_0x30e709(0x1ca)][_0x30e709(0x1f6)])&&_0x65ba09[_0x30e709(0x220)](this[_0x30e709(0x1ca)][_0x30e709(0x1f6)]['constructor'],_0x502fda)?this[_0x30e709(0x1ca)]['browserStackLocalOptions'][_0x30e709(0x1fe)]=_0x1e4e39[_0x30e709(0x1ea)]():this[_0x30e709(0x1ca)][_0x30e709(0x1f6)]={'localIdentifier':_0x137b79[_0x30e709(0x1ea)]()};}(helper['isUndefined'](this['config'][_0x30e709(0x1c5)])||helper[_0x30e709(0x25f)](this[_0x30e709(0x1ca)][_0x30e709(0x1c5)][_0x30e709(0x298)]))&&(_0x65ba09[_0x30e709(0x1e8)](_0x65ba09['xNYej'],_0x65ba09[_0x30e709(0x1fc)])?(helper[_0x30e709(0x25f)](this[_0x30e709(0x1ca)]['parallelsPerPlatform'])?_0x65ba09[_0x30e709(0x23d)](_0x65ba09['Npqhy'],_0x65ba09['Npqhy'])?logger['info'](_0x65ba09[_0x30e709(0x276)]):_0x282cad[_0x30e709(0x219)](_0x65ba09[_0x30e709(0x233)],_0x59cc34[_0x30e709(0x202)]):_0x65ba09[_0x30e709(0x1ed)](_0x65ba09[_0x30e709(0x21b)],_0x65ba09[_0x30e709(0x241)])?(_0x4172fe[_0x30e709(0x219)](_0x3344df['message']),_0x577e0c[_0x30e709(0x258)](_0x592366['format'](_0x42e4f4)),this[_0x30e709(0x20b)][_0x30e709(0x270)](_0x10ab9d[_0x30e709(0x252)]('%j',_0x217a64))):logger[_0x30e709(0x271)](_0x65ba09[_0x30e709(0x200)]),this[_0x30e709(0x1ca)][_0x30e709(0x1c5)]=[]):this['config']['useW3C']=!![]);!this[_0x30e709(0x1ca)][_0x30e709(0x1f6)]&&(this[_0x30e709(0x1ca)][_0x30e709(0x1f6)]=this[_0x30e709(0x1ca)][_0x30e709(0x290)]||{}),!this[_0x30e709(0x1ca)]['testContextOptions']&&(this[_0x30e709(0x1ca)][_0x30e709(0x1c7)]={});if(helper[_0x30e709(0x25f)](helper[_0x30e709(0x21f)](this[_0x30e709(0x1ca)]))||helper['isUndefined'](helper[_0x30e709(0x28d)](this[_0x30e709(0x1ca)]))){if(_0x65ba09[_0x30e709(0x223)](_0x65ba09[_0x30e709(0x1ce)],_0x65ba09[_0x30e709(0x293)]))throw new Error(_0x65ba09[_0x30e709(0x205)]);else{_0xd0cacd['debug'](_0x393b78);throw new _0x1a7290(_0x5f3cb1['toString']());}}if(helper['getLocalConfig'](this[_0x30e709(0x1ca)])&&helper[_0x30e709(0x25f)](helper[_0x30e709(0x1cd)](this['config']))){if(_0x65ba09['tbLdg'](_0x65ba09[_0x30e709(0x269)],_0x65ba09[_0x30e709(0x269)])){if(!helper[_0x30e709(0x25f)](this[_0x30e709(0x1ca)]['browserStackLocalOptions'])&&_0x65ba09[_0x30e709(0x232)](this['config'][_0x30e709(0x1f6)][_0x30e709(0x211)],Object))_0x65ba09['jhnBS'](_0x65ba09[_0x30e709(0x215)],_0x65ba09[_0x30e709(0x215)])?_0x4b9cbc[_0x30e709(0x219)](_0x65ba09[_0x30e709(0x27e)],_0xd3c041['message']):this[_0x30e709(0x1ca)][_0x30e709(0x1f6)][_0x30e709(0x1fe)]=helper[_0x30e709(0x1ea)]();else{if(_0x65ba09[_0x30e709(0x26e)](_0x65ba09['hhHyE'],_0x65ba09[_0x30e709(0x204)]))this['config'][_0x30e709(0x1f6)]={'localIdentifier':helper[_0x30e709(0x1ea)]()};else{try{_0x1dc866[_0x30e709(0x273)][_0x30e709(0x1d6)]=_0x46fa03,_0x7312a6[_0x30e709(0x1e4)](_0x65ba09['YGdwp'],{},this[_0x30e709(0x1ca)],this['framework']);}catch(_0x3f9766){_0x5b2c1b[_0x30e709(0x258)](_0x30e709(0x1e5)+_0x3f9766);}return;}}}else _0x96d073[_0x30e709(0x258)](_0x30e709(0x1e5)+_0x58837a);}helper[_0x30e709(0x253)](this[_0x30e709(0x1ca)],this[_0x30e709(0x1e0)],this[_0x30e709(0x1cf)]);try{_0x65ba09[_0x30e709(0x23d)](_0x65ba09[_0x30e709(0x288)],_0x65ba09[_0x30e709(0x22f)])?_0x3478c1[_0x30e709(0x23b)](_0x65ba09[_0x30e709(0x276)]):(process[_0x30e709(0x273)][_0x30e709(0x1d6)]=_0x456e75['_'][0x0],helper[_0x30e709(0x1e4)](_0x65ba09['YGdwp'],{},this['config'],this[_0x30e709(0x238)]));}catch(_0x57e731){_0x65ba09['jhnBS'](_0x65ba09[_0x30e709(0x207)],_0x65ba09[_0x30e709(0x26c)])?logger[_0x30e709(0x258)](_0x30e709(0x1e5)+_0x57e731):(_0x2d1df4[_0x30e709(0x273)]['FRAMEWORK']=_0x1738ce['_'][0x0],_0x49ae2e[_0x30e709(0x1e4)](_0x65ba09['YGdwp'],{},this[_0x30e709(0x1ca)],this['framework']));}}async[a39_0x40c049(0x244)](){const _0x8edd2a=a39_0x40c049,_0x5d7680={'zkxcF':function(_0x3bd371,_0x30ee8d){return _0x3bd371(_0x30ee8d);},'eYfeR':_0x8edd2a(0x266),'EQDAV':_0x8edd2a(0x283),'YsqRi':function(_0x2ceb6e,_0x138e32){return _0x2ceb6e(_0x138e32);},'AYdgo':function(_0x1af449,_0x373dca){return _0x1af449!==_0x373dca;},'MQspH':'IokUY','DgVUn':_0x8edd2a(0x237),'lNFYV':_0x8edd2a(0x1c2),'rrwFU':'ats-repeater','Qfvgy':_0x8edd2a(0x224),'iDBHA':_0x8edd2a(0x23f),'iLULk':function(_0xb3f9f7,_0x4c8eb5){return _0xb3f9f7===_0x4c8eb5;},'eqMPw':'playwright','TGRRm':function(_0x35e1cf,_0x28ff84){return _0x35e1cf===_0x28ff84;},'sdrSk':'WuJuo','swqpv':function(_0x2e42c0,_0x3be502){return _0x2e42c0+_0x3be502;},'HnqXY':_0x8edd2a(0x286),'eWGhP':_0x8edd2a(0x242),'unHSC':_0x8edd2a(0x1ff),'qWfAR':_0x8edd2a(0x1c6),'wZMrK':_0x8edd2a(0x259),'uDQdf':function(_0x50e332,_0x33ae76){return _0x50e332===_0x33ae76;},'AfVov':'CEjhh'};if(_0x5d7680[_0x8edd2a(0x24d)](isTurboScaleSession,this['config'])){if(_0x5d7680['AYdgo'](_0x5d7680[_0x8edd2a(0x260)],_0x5d7680[_0x8edd2a(0x213)])){const _0x506406=await helper[_0x8edd2a(0x20f)](this[_0x8edd2a(0x1ca)]);this[_0x8edd2a(0x1ca)][_0x8edd2a(0x206)]=_0x506406;_0x506406[_0x8edd2a(0x280)]&&(_0x5d7680['AYdgo'](_0x5d7680[_0x8edd2a(0x287)],_0x5d7680['lNFYV'])?_0x5d7680[_0x8edd2a(0x277)](_0x413e70,_0x5d7680['eYfeR'])():(this[_0x8edd2a(0x1ca)][_0x8edd2a(0x28c)]=!![],this[_0x8edd2a(0x1ca)][_0x8edd2a(0x1f6)][_0x8edd2a(0x1fe)]=_0x5d7680['rrwFU'],this[_0x8edd2a(0x1ca)][_0x8edd2a(0x1f6)][_0x5d7680[_0x8edd2a(0x226)]]=_0x506406[_0x8edd2a(0x1e1)]['join'](','),this['config'][_0x8edd2a(0x1f6)][_0x8edd2a(0x27a)]=_0x5d7680['iDBHA']));this['config'][_0x8edd2a(0x1eb)]=_0x506406[_0x8edd2a(0x1e6)];if(this[_0x8edd2a(0x238)]&&_0x5d7680[_0x8edd2a(0x20c)](this['framework'][_0x8edd2a(0x1e3)](),_0x5d7680[_0x8edd2a(0x1f4)])){if(_0x5d7680['TGRRm'](_0x5d7680['sdrSk'],_0x5d7680['sdrSk']))this[_0x8edd2a(0x1ca)][_0x8edd2a(0x1eb)]=_0x5d7680[_0x8edd2a(0x212)](_0x506406[_0x8edd2a(0x268)],_0x5d7680['HnqXY']);else{_0x171640[_0x8edd2a(0x258)](_0x8edd2a(0x28a)+_0x48acd9);throw new _0x364187(_0x2af830[_0x8edd2a(0x1d4)]());}}constants[_0x8edd2a(0x22c)]=helper[_0x8edd2a(0x1be)](this[_0x8edd2a(0x1ca)]),logger[_0x8edd2a(0x258)](_0x8edd2a(0x289)+constants['hubUrl']);}else this[_0x8edd2a(0x1ca)][_0x8edd2a(0x272)]=_0x3184aa[_0x8edd2a(0x23a)](_0x4b9b0e[_0x8edd2a(0x273)][_0x8edd2a(0x27c)]),this[_0x8edd2a(0x1ca)][_0x8edd2a(0x297)]=this['config']['turboScaleOptions']||{};}helper['setProxySettings'](this[_0x8edd2a(0x1ca)]),this[_0x8edd2a(0x23c)](),[_0x5d7680[_0x8edd2a(0x240)]][_0x8edd2a(0x22d)](this[_0x8edd2a(0x238)])&&(_0x5d7680['AYdgo'](_0x5d7680[_0x8edd2a(0x1c0)],_0x5d7680['qWfAR'])?await this[_0x8edd2a(0x1c1)]():this[_0x8edd2a(0x1ca)][_0x8edd2a(0x1f2)]=![]),await this['setupBrowserstackLocal'](),![_0x5d7680[_0x8edd2a(0x248)]][_0x8edd2a(0x22d)](this['framework'])&&!_0x5d7680[_0x8edd2a(0x277)](isTurboScaleSession,this[_0x8edd2a(0x1ca)])&&(_0x5d7680[_0x8edd2a(0x28e)](_0x5d7680['AfVov'],_0x5d7680['AfVov'])?await this[_0x8edd2a(0x1f0)]():_0x52817b[_0x8edd2a(0x271)](_0x5d7680[_0x8edd2a(0x279)]));}async[a39_0x40c049(0x1c1)](){const _0x32d956=a39_0x40c049,_0x139716={};_0x139716[_0x32d956(0x1dd)]=function(_0xc4052b,_0x587c2c){return _0xc4052b+_0x587c2c;},_0x139716[_0x32d956(0x257)]=_0x32d956(0x286),_0x139716[_0x32d956(0x1fb)]=_0x32d956(0x284),_0x139716[_0x32d956(0x1d5)]=function(_0x35162b,_0x3e415e){return _0x35162b!==_0x3e415e;},_0x139716[_0x32d956(0x25c)]='ewSkG',_0x139716['YKMOs']=function(_0x4cb9e9,_0xebda74){return _0x4cb9e9==_0xebda74;},_0x139716[_0x32d956(0x26f)]='unhandledRejection',_0x139716[_0x32d956(0x251)]='uncaughtException',_0x139716[_0x32d956(0x23e)]=function(_0x1f0690,_0x5809ef){return _0x1f0690===_0x5809ef;},_0x139716[_0x32d956(0x203)]=_0x32d956(0x1d0),_0x139716['sGwnB']=_0x32d956(0x21d),_0x139716[_0x32d956(0x221)]=_0x32d956(0x1cc),_0x139716[_0x32d956(0x235)]=_0x32d956(0x1bf),_0x139716['ayFww']='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x139716[_0x32d956(0x255)]='Percy\x20started\x20successfully',_0x139716['qImre']='beforeExit',_0x139716[_0x32d956(0x230)]=_0x32d956(0x1da),_0x139716['nJTfq']=_0x32d956(0x21a),_0x139716[_0x32d956(0x250)]=_0x32d956(0x295),_0x139716['xXyuG']=_0x32d956(0x210);const _0x5e93c3=_0x139716;if(helper[_0x32d956(0x23a)](this['config']['percy'])&&(!this[_0x32d956(0x24a)]||!this[_0x32d956(0x24a)]['isRunning']())){if(_0x5e93c3[_0x32d956(0x23e)](_0x5e93c3[_0x32d956(0x203)],_0x5e93c3[_0x32d956(0x203)]))try{if(_0x5e93c3[_0x32d956(0x23e)](_0x5e93c3[_0x32d956(0x254)],_0x5e93c3[_0x32d956(0x254)])){this['percy']=await helper[_0x32d956(0x28b)](this[_0x32d956(0x1ca)]);if(!this[_0x32d956(0x24a)]){if(_0x5e93c3[_0x32d956(0x23e)](_0x5e93c3[_0x32d956(0x221)],_0x5e93c3[_0x32d956(0x235)]))this[_0x32d956(0x1ca)][_0x32d956(0x1eb)]=_0x5e93c3['RShWi'](_0x3b4c8c['playwrightUrl'],_0x5e93c3[_0x32d956(0x257)]);else throw new Error(_0x5e93c3[_0x32d956(0x1f5)]);}logger[_0x32d956(0x23b)](_0x5e93c3[_0x32d956(0x255)]);let _0x264dfd=0x0;const _0xe736eb=async()=>{const _0x5ad945=_0x32d956,_0x121ed8={};_0x121ed8[_0x5ad945(0x285)]=_0x5e93c3['RIHxL'];const _0x32d9af=_0x121ed8;_0x5e93c3[_0x5ad945(0x1d5)](_0x5e93c3[_0x5ad945(0x25c)],_0x5e93c3[_0x5ad945(0x25c)])?(_0x4a43af[_0x5ad945(0x273)][_0x5ad945(0x1d6)]=_0xccdac9,_0x15c2b8[_0x5ad945(0x1e4)](_0x32d9af[_0x5ad945(0x285)],{},this[_0x5ad945(0x1ca)],this['framework'])):(_0x264dfd++,_0x5e93c3[_0x5ad945(0x1e2)](_0x264dfd,0x1)&&await this[_0x5ad945(0x291)]());};process['on'](_0x5e93c3['qImre'],_0xe736eb),process['on'](_0x5e93c3[_0x32d956(0x230)],_0xe736eb),process['on'](_0x5e93c3[_0x32d956(0x229)],_0xe736eb);}else{const _0x1d9da0=_0x4ac0bd=>{const _0xd01426=_0x32d956;_0x1e6027[_0xd01426(0x219)](_0x4ac0bd[_0xd01426(0x202)]),_0x441b11[_0xd01426(0x258)](_0x47fb37[_0xd01426(0x252)](_0x4ac0bd)),this['unhandledErrors'][_0xd01426(0x270)](_0x17ced7[_0xd01426(0x252)]('%j',_0x4ac0bd));};_0x430207['on'](_0x5e93c3['UJgLa'],_0x1d9da0),_0x489ee9['on'](_0x5e93c3[_0x32d956(0x251)],_0x1d9da0);}}catch(_0x587c83){if(_0x5e93c3['cCIzO'](_0x5e93c3[_0x32d956(0x250)],_0x5e93c3['xXyuG'])){logger[_0x32d956(0x258)](_0x32d956(0x28a)+_0x587c83);throw new Error(_0x587c83['toString']());}else _0x10c266[_0x32d956(0x258)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5a5180);}else this[_0x32d956(0x1ca)][_0x32d956(0x1f6)]={'localIdentifier':_0x26aeed[_0x32d956(0x1ea)]()};}}async[a39_0x40c049(0x291)](){const _0x284c7b=a39_0x40c049,_0x516dca={};_0x516dca['wmbnH']='Percy\x20stopped',_0x516dca[_0x284c7b(0x1df)]=_0x284c7b(0x249);const _0x593e82=_0x516dca;if(this[_0x284c7b(0x24a)]&&this[_0x284c7b(0x24a)][_0x284c7b(0x21e)]())try{await helper[_0x284c7b(0x291)](this[_0x284c7b(0x24a)]),logger[_0x284c7b(0x23b)](_0x593e82[_0x284c7b(0x1c3)]);}catch(_0x437960){logger[_0x284c7b(0x219)](_0x593e82[_0x284c7b(0x1df)],_0x437960[_0x284c7b(0x202)]);}}async[a39_0x40c049(0x27b)](){const _0x2fc9f4=a39_0x40c049,_0x46cd74={};_0x46cd74[_0x2fc9f4(0x1c8)]=function(_0x5165de,_0x1db44b){return _0x5165de==_0x1db44b;},_0x46cd74[_0x2fc9f4(0x299)]=_0x2fc9f4(0x27f),_0x46cd74[_0x2fc9f4(0x1e7)]='beforeExit',_0x46cd74[_0x2fc9f4(0x262)]='SIGINT',_0x46cd74['qhXAw']='SIGTERM';const _0x1b3d58=_0x46cd74;if(helper[_0x2fc9f4(0x23a)](this[_0x2fc9f4(0x1ca)][_0x2fc9f4(0x28c)])&&(!this[_0x2fc9f4(0x28c)]||!this[_0x2fc9f4(0x28c)][_0x2fc9f4(0x21e)]()))try{this[_0x2fc9f4(0x28c)]=await helper[_0x2fc9f4(0x22b)](this[_0x2fc9f4(0x1ca)]),logger['info'](_0x1b3d58[_0x2fc9f4(0x299)]);let _0x32fd35=0x0;const _0x41917f=async()=>{const _0x25136d=_0x2fc9f4;_0x32fd35++,_0x1b3d58['YAgcD'](_0x32fd35,0x1)&&await this[_0x25136d(0x1f9)]();};process['on'](_0x1b3d58[_0x2fc9f4(0x1e7)],_0x41917f),process['on'](_0x1b3d58[_0x2fc9f4(0x262)],_0x41917f),process['on'](_0x1b3d58[_0x2fc9f4(0x1dc)],_0x41917f);}catch(_0x713d9f){logger['debug'](_0x713d9f);throw new Error(_0x713d9f[_0x2fc9f4(0x1d4)]());}}async[a39_0x40c049(0x1f9)](){const _0x1866f0=a39_0x40c049,_0x25772e={};_0x25772e[_0x1866f0(0x1ef)]=_0x1866f0(0x261),_0x25772e[_0x1866f0(0x222)]=_0x1866f0(0x26d);const _0x499504=_0x25772e;if(this[_0x1866f0(0x28c)]&&this['browserstackLocal'][_0x1866f0(0x21e)]())try{await helper[_0x1866f0(0x24b)](this[_0x1866f0(0x28c)]),logger['info'](_0x499504[_0x1866f0(0x1ef)]);}catch(_0x3dd8bb){logger[_0x1866f0(0x219)](_0x499504[_0x1866f0(0x222)],_0x3dd8bb[_0x1866f0(0x202)]);}}async[a39_0x40c049(0x1f0)](){const _0x54de4d=a39_0x40c049;await hubAllocator[_0x54de4d(0x208)](this['config']);}['setupKeepAlive'](){const _0x1146fd=a39_0x40c049,_0xb3d4dc={'Adubx':function(_0x53d501,_0x55c1ab){return _0x53d501(_0x55c1ab);},'axGkS':'./setKeepAlive'};_0xb3d4dc[_0x1146fd(0x275)](require,_0xb3d4dc[_0x1146fd(0x256)])();}['handleExceptions'](){const _0xcd94a3=a39_0x40c049,_0x5f26e9={};_0x5f26e9['KoduW']=_0xcd94a3(0x267),_0x5f26e9[_0xcd94a3(0x1fa)]=_0xcd94a3(0x239);const _0x3b1c9d=_0x5f26e9,_0x5ee47a=_0x5016f2=>{const _0x13884d=_0xcd94a3;logger[_0x13884d(0x219)](_0x5016f2['message']),logger[_0x13884d(0x258)](util[_0x13884d(0x252)](_0x5016f2)),this[_0x13884d(0x20b)][_0x13884d(0x270)](util[_0x13884d(0x252)]('%j',_0x5016f2));};process['on'](_0x3b1c9d[_0xcd94a3(0x24c)],_0x5ee47a),process['on'](_0x3b1c9d[_0xcd94a3(0x1fa)],_0x5ee47a);}}exports['default']=BrowserStackSetup;
|
|
1
|
+
const a39_0x54e1cc=a39_0x26ec;function a39_0x4389(){const _0x445e1a=['LuNlr','jMhML','CdDTt','RrWKC','getHubUrl','selenium-webdriver','wjDvD','qdEHl','GxYmb','wyVgV','setupKeepAlive','OvgfU','bUaAO','uWcxs','SDKTestAttempted','fireFunnelTestEvent','custom-repeater','teuqT','ExlCU','turboScale','unhandledRejection','FUiqw','ypSXW','VmcrB','rDQye','OGBBm','testContextOptions','cliConfig','browserStackLocalOptions','FRAMEWORK','requireSeleniumWebdriverCheck','bUSse','nxiUq','pOeQR','iLkqG','rMuZr','winstonLogger','vAfPR','localIdentifier','BRusS','stopBrowserstackLocal','playwrightUrl','initialize','setProxySettings','Error\x20in\x20percy\x20setup\x20','YblJH','oiuQy','uncaughtException','GTQpl','getLocalConfig','WMrdU','gSsfs','setBrowserstackInfraFromConfig','brXWJ','env','stopLocalBinary','SIGINT','670780noZxWI','setupPercy','startLocalBinary','../bin/utils/constants','XYYiy','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','GiUZj','isUndefined','aaXAx','atWgz','KjVaA','playwright','1944117ujeepZ','cgXtQ','QdRZJ','lsjCv','PAGby','compareVersions','dKIir','WADso','borLm','vMhPb','info','wvXAw','customRepeaters','parallelsPerPlatform','setCLICaps','jQVwe','ZUnLG','yBkJL','includes','bnbld','getLocalIdentifier','PGuCM','GQfsb','EEsur','message','jicqW','4.5.0','BZuea','1660FKYAab','BROWSERSTACK_TURBOSCALE','MDjvY','TxWXl','RDpMX','hxOPU','JJWgh','unhandledErrors','Error\x20occured\x20while\x20stopping\x20percy','useW3C','xAjrP','4116KGTJqB','KhSOJ','OJjia','toString','wGnDe','SOoTr','ChiIR','LjMNV','rHeBi','fWbih','KwJuS','./logger','UaBfK','setupBrowserstackLocal','3711752QxtDed','186476NORMHa','WdGgw','setLogLevel','getUserName','Percy\x20started\x20successfully','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','allocateHub','SIGTERM','push','turboScaleOptions','format','getPackageVersion','rASaL','generateLocalIdentifier','beforeExit','readConfig','handleExceptions','mqTlE','hUFDu','lIUuH','diMZl','dFoAa','350040tjVtZc','eXPGM','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','urwEr','PKZfb','QILcd','userName\x20or\x20accessKey\x20is\x20not\x20defined','sQfQy','isTrialGrid','constructor','getFinalCaps','../hubAllocationMethods','mAQef','ZJcWt','error','hubUrl','OuLAG','YaEQv','YQdeM','true','JbFro','getConfigPath','startPercy','warn','oxkrD','ats-repeater','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','VCzXc','10kdHPxT','3UMXLcT','turboScaleGridDetails','cFWWY','oXbHy','percy','AxVQT','debug','nKEmQ','envConfig','setUpHubUrl','jest','config','wADMk','ShwZF','length','setEnvCaps','framework','FbEhN','./ats/helper','KrQXi','JNoKF','nIEXe','XLmYU','ovtYN','CEZpN','stopPercy','No\x20config\x20provided.','getAccessKey','pQtup','GiacA','./setKeepAlive','browserstackLocal','isRunning','fgIoL','3ihbwys','Local\x20binary\x20stopped','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','jLegy','UWNMb','Error\x20occured\x20while\x20stopping\x20local\x20binary','platforms','KYMQa','28DslLSZ','VCibj','ylgIf','mUJUy','bHgoZ','?caps=','isTrue','EjEFF','XVRab','pAVMb','PTVPW','uusba','sZjpb','Local\x20binary\x20started\x20successfully','TWctb','oEdGy','dFQEs','mLDuo','oGaKn','wfdxO','CUhDy','turboScaleUrl','Percy\x20stopped','FhBUS','codeceptjs','QHPHr','9500160cHVGvl'];a39_0x4389=function(){return _0x445e1a;};return a39_0x4389();}function a39_0x26ec(_0x2cfdce,_0x38a4c4){const _0x43892f=a39_0x4389();return a39_0x26ec=function(_0x26ecea,_0x35f16f){_0x26ecea=_0x26ecea-0x1dd;let _0x46684b=_0x43892f[_0x26ecea];return _0x46684b;},a39_0x26ec(_0x2cfdce,_0x38a4c4);}(function(_0x52e28a,_0x3cefcf){const _0x2b5166=a39_0x26ec,_0x35eaf1=_0x52e28a();while(!![]){try{const _0x3d39e6=parseInt(_0x2b5166(0x2bb))/0x1*(-parseInt(_0x2b5166(0x266))/0x2)+parseInt(_0x2b5166(0x299))/0x3*(-parseInt(_0x2b5166(0x224))/0x4)+-parseInt(_0x2b5166(0x24c))/0x5*(parseInt(_0x2b5166(0x257))/0x6)+-parseInt(_0x2b5166(0x2c3))/0x7*(-parseInt(_0x2b5166(0x27c))/0x8)+-parseInt(_0x2b5166(0x230))/0x9*(-parseInt(_0x2b5166(0x298))/0xa)+-parseInt(_0x2b5166(0x265))/0xb+parseInt(_0x2b5166(0x1ea))/0xc;if(_0x3d39e6===_0x3cefcf)break;else _0x35eaf1['push'](_0x35eaf1['shift']());}catch(_0x759cd9){_0x35eaf1['push'](_0x35eaf1['shift']());}}}(a39_0x4389,0x29888));const util=require('util'),constants=require(a39_0x54e1cc(0x227)),{isTurboScaleSession}=require(a39_0x54e1cc(0x2ab)),logger=require(a39_0x54e1cc(0x262))[a39_0x54e1cc(0x20f)],helper=require('./helper'),hubAllocator=require(a39_0x54e1cc(0x287));class BrowserStackSetup{constructor(_0x355cde,_0x5872c9){const _0x3b27f0=a39_0x54e1cc,_0xc16f7d={'ylgIf':function(_0x303045,_0xf39789){return _0x303045===_0xf39789;},'mLDuo':'Error\x20occured\x20while\x20stopping\x20local\x20binary','VmcrB':_0x3b27f0(0x254),'ZUnLG':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','CEZpN':_0x3b27f0(0x295),'diMZl':_0x3b27f0(0x1fb),'rDQye':_0x3b27f0(0x28f),'cpagU':_0x3b27f0(0x1ff),'gUFrF':_0x3b27f0(0x21a),'jMhML':function(_0x5f4460,_0x9e37da){return _0x5f4460+_0x9e37da;},'XVRab':_0x3b27f0(0x2c8),'RrWKC':_0x3b27f0(0x27e),'sQfQy':_0x3b27f0(0x282),'wvXAw':_0x3b27f0(0x1f9),'rMuZr':function(_0x10e35f,_0x27e4b3){return _0x10e35f<_0x27e4b3;},'fgIoL':function(_0x3f6a12,_0x161b1f){return _0x3f6a12(_0x161b1f);},'bnbld':_0x3b27f0(0x1f0),'qdEHl':_0x3b27f0(0x24a),'UWNMb':_0x3b27f0(0x2b3),'bUSse':_0x3b27f0(0x2ce),'wGnDe':function(_0x57e61f,_0x3196d8){return _0x57e61f!==_0x3196d8;},'oxkrD':_0x3b27f0(0x220),'LjMNV':_0x3b27f0(0x278),'urwEr':function(_0x2d34c1,_0x1fa811){return _0x2d34c1!==_0x1fa811;},'FhBUS':_0x3b27f0(0x2cf),'GTQpl':_0x3b27f0(0x239),'VNhKN':_0x3b27f0(0x256),'cFWWY':function(_0x5e6c8d,_0x4af701){return _0x5e6c8d===_0x4af701;},'FbEhN':'rAoaO','jicqW':function(_0x1f3bf1,_0x4e4325){return _0x1f3bf1<_0x4e4325;},'ZJcWt':function(_0xfd3a26,_0x4bc723){return _0xfd3a26(_0x4bc723);},'KjVaA':_0x3b27f0(0x237),'jLegy':_0x3b27f0(0x2a5),'JbFro':function(_0x5b0cf2,_0x309a86){return _0x5b0cf2===_0x309a86;},'XYYiy':function(_0x2d8c5a,_0x55fe0b){return _0x2d8c5a!==_0x55fe0b;},'JJWgh':'PFaiy','YaEQv':_0x3b27f0(0x250),'Ulcar':_0x3b27f0(0x263),'gBjXl':function(_0x1c01d1,_0x548083){return _0x1c01d1!==_0x548083;},'bHgoZ':_0x3b27f0(0x2c4),'WdGgw':_0x3b27f0(0x2cc),'oypDB':'QNMbX','GiUZj':_0x3b27f0(0x26b),'KZTrk':'Teleh','ADHHs':_0x3b27f0(0x1e0),'ShwZF':_0x3b27f0(0x24f),'bUaAO':_0x3b27f0(0x20d),'GiacA':function(_0x19bd9d,_0x5a7bdb){return _0x19bd9d===_0x5a7bdb;},'KYMQa':function(_0x1b9161,_0x42b4ca){return _0x1b9161===_0x42b4ca;},'atWgz':_0x3b27f0(0x1e3),'OGBBm':_0x3b27f0(0x25c),'QdRZJ':function(_0x217634,_0x441e78){return _0x217634!==_0x441e78;},'pQtup':_0x3b27f0(0x277),'cbiUI':'iEbPs','ExlCU':_0x3b27f0(0x233)};this['unhandledErrors']=[],this[_0x3b27f0(0x206)]=helper[_0x3b27f0(0x23e)](_0x355cde),this[_0x3b27f0(0x2a1)]=helper[_0x3b27f0(0x2a8)](),this[_0x3b27f0(0x2b8)]=null,this[_0x3b27f0(0x29d)]=null,this[_0x3b27f0(0x2a4)]=helper[_0x3b27f0(0x275)](helper[_0x3b27f0(0x291)](_0x355cde)),global[_0x3b27f0(0x2a4)]=this['config'],global[_0x3b27f0(0x2a9)]=_0x5872c9,helper['sanitizeCaps'](this[_0x3b27f0(0x2a4)]),this['framework']=_0x5872c9;if(helper['isUndefined'](this[_0x3b27f0(0x2a4)]))throw new Error(_0xc16f7d[_0x3b27f0(0x2bf)]);if(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x28a)])throw new Error(this['config'][_0x3b27f0(0x28a)]);this['handleExceptions']();process['env'][_0x3b27f0(0x24d)]&&(_0xc16f7d['ylgIf'](_0xc16f7d['bUSse'],_0xc16f7d[_0x3b27f0(0x20a)])?(this['config'][_0x3b27f0(0x1fe)]=helper['isTrue'](process[_0x3b27f0(0x221)][_0x3b27f0(0x24d)]),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x26f)]=this[_0x3b27f0(0x2a4)]['turboScaleOptions']||{}):!_0x1ee960[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)])&&_0xc16f7d[_0x3b27f0(0x2c5)](this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x285)],_0x1852f1)?this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]['localIdentifier']=_0x51f38[_0x3b27f0(0x273)]():this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]={'localIdentifier':_0x81b790[_0x3b27f0(0x273)]()});helper[_0x3b27f0(0x21f)](this[_0x3b27f0(0x2a4)],this['cliConfig']),helper[_0x3b27f0(0x286)](this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x206)],this['envConfig']);if(!helper['isBrowserstackInfra']()){if(_0xc16f7d[_0x3b27f0(0x25b)](_0xc16f7d[_0x3b27f0(0x294)],_0xc16f7d[_0x3b27f0(0x25e)])){try{_0xc16f7d[_0x3b27f0(0x27f)](_0xc16f7d[_0x3b27f0(0x1e7)],_0xc16f7d[_0x3b27f0(0x1e7)])?_0x5bbd62['error'](_0xc16f7d[_0x3b27f0(0x1e1)],_0x4246ce['message']):(process[_0x3b27f0(0x221)]['FRAMEWORK']=_0x5872c9,helper[_0x3b27f0(0x1fa)](_0xc16f7d[_0x3b27f0(0x23b)],{},this[_0x3b27f0(0x2a4)],this['framework']));}catch(_0x1f14ab){_0xc16f7d[_0x3b27f0(0x25b)](_0xc16f7d[_0x3b27f0(0x21b)],_0xc16f7d['VNhKN'])?logger[_0x3b27f0(0x29f)](_0x3b27f0(0x229)+_0x1f14ab):_0x400284[_0x3b27f0(0x28a)](_0xc16f7d[_0x3b27f0(0x202)],_0x3f1ee9['message']);}return;}else this[_0x3b27f0(0x2a4)]['useW3C']=![];}if(helper[_0x3b27f0(0x209)](_0x5872c9)){if(_0xc16f7d[_0x3b27f0(0x29b)](_0xc16f7d[_0x3b27f0(0x2aa)],_0xc16f7d[_0x3b27f0(0x2aa)])){if(_0xc16f7d[_0x3b27f0(0x249)](_0xc16f7d[_0x3b27f0(0x289)](parseInt,helper['getPackageVersion'](_0xc16f7d['bnbld'])),0x3)){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d[_0x3b27f0(0x22e)],_0xc16f7d[_0x3b27f0(0x2be)]))throw new _0x18386c(_0xc16f7d[_0x3b27f0(0x240)]);else this['config'][_0x3b27f0(0x255)]=![];}_0xc16f7d[_0x3b27f0(0x290)](helper[_0x3b27f0(0x235)](helper[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)]),_0xc16f7d[_0x3b27f0(0x1f2)]),0x1)&&(_0xc16f7d[_0x3b27f0(0x228)](_0xc16f7d[_0x3b27f0(0x252)],_0xc16f7d[_0x3b27f0(0x252)])?_0x442dc1[_0x3b27f0(0x29f)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2d7873):this[_0x3b27f0(0x2a4)][_0x3b27f0(0x255)]=!![]);}else this['config']['browserstackLocal']=!![],this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x211)]=_0xc16f7d[_0x3b27f0(0x2b1)],this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)][_0xc16f7d[_0x3b27f0(0x27a)]]=_0x15e282[_0x3b27f0(0x23c)]['join'](','),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]['forceLocal']=_0xc16f7d[_0x3b27f0(0x203)];}if(helper['isUndefined'](this['config'][_0x3b27f0(0x2c1)])||helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x2c1)][_0x3b27f0(0x2a7)])){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d[_0x3b27f0(0x28d)],_0xc16f7d['Ulcar'])){const _0x50dc3d=_0x4d215b=>{const _0x22316c=_0x3b27f0;_0x52ea9e[_0x22316c(0x28a)](_0x4d215b['message']),_0x12e6c7['debug'](_0x2d015d[_0x22316c(0x270)](_0x4d215b)),this[_0x22316c(0x253)]['push'](_0x1d16ca[_0x22316c(0x270)]('%j',_0x4d215b));};_0x3a9912['on'](_0xc16f7d['cpagU'],_0x50dc3d),_0xc80db9['on'](_0xc16f7d['gUFrF'],_0x50dc3d);}else helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x23d)])?_0xc16f7d['gBjXl'](_0xc16f7d[_0x3b27f0(0x2c7)],_0xc16f7d[_0x3b27f0(0x267)])?logger[_0x3b27f0(0x23a)](_0xc16f7d[_0x3b27f0(0x1ee)]):_0x4a4445[_0x3b27f0(0x29f)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x534e59):_0xc16f7d[_0x3b27f0(0x228)](_0xc16f7d['oypDB'],_0xc16f7d['oypDB'])?this[_0x3b27f0(0x2a4)][_0x3b27f0(0x1e5)]=_0xc16f7d[_0x3b27f0(0x1ec)](_0x345270[_0x3b27f0(0x214)],_0xc16f7d[_0x3b27f0(0x2cb)]):logger[_0x3b27f0(0x293)](_0xc16f7d[_0x3b27f0(0x22a)]),this[_0x3b27f0(0x2a4)][_0x3b27f0(0x2c1)]=[];}!this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]&&(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)]=this[_0x3b27f0(0x2a4)]['localOptions']||{}),!this[_0x3b27f0(0x2a4)][_0x3b27f0(0x205)]&&(this['config']['testContextOptions']={});if(helper[_0x3b27f0(0x22b)](helper[_0x3b27f0(0x269)](this[_0x3b27f0(0x2a4)]))||helper['isUndefined'](helper[_0x3b27f0(0x2b4)](this[_0x3b27f0(0x2a4)]))){if(_0xc16f7d[_0x3b27f0(0x2c5)](_0xc16f7d['KZTrk'],_0xc16f7d['ADHHs']))this[_0x3b27f0(0x2a4)]['browserStackLocalOptions']={'localIdentifier':_0x584919[_0x3b27f0(0x273)]()};else throw new Error(_0xc16f7d[_0x3b27f0(0x283)]);}if(helper[_0x3b27f0(0x21c)](this[_0x3b27f0(0x2a4)])&&helper[_0x3b27f0(0x22b)](helper[_0x3b27f0(0x244)](this[_0x3b27f0(0x2a4)]))){if(_0xc16f7d['XYYiy'](_0xc16f7d[_0x3b27f0(0x2a6)],_0xc16f7d[_0x3b27f0(0x1f7)])){if(!helper[_0x3b27f0(0x22b)](this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'])&&_0xc16f7d[_0x3b27f0(0x2b6)](this[_0x3b27f0(0x2a4)][_0x3b27f0(0x207)][_0x3b27f0(0x285)],Object))_0xc16f7d[_0x3b27f0(0x2c2)](_0xc16f7d['atWgz'],_0xc16f7d[_0x3b27f0(0x22d)])?this[_0x3b27f0(0x2a4)]['browserStackLocalOptions'][_0x3b27f0(0x211)]=helper[_0x3b27f0(0x273)]():_0x49993b[_0x3b27f0(0x23a)](_0xc16f7d[_0x3b27f0(0x1ee)]);else{if(_0xc16f7d['ylgIf'](_0xc16f7d['OGBBm'],_0xc16f7d[_0x3b27f0(0x204)]))this['config'][_0x3b27f0(0x207)]={'localIdentifier':helper['generateLocalIdentifier']()};else throw new _0x15609a(_0xc16f7d[_0x3b27f0(0x283)]);}}else _0x4dca2f['env'][_0x3b27f0(0x208)]=_0x5cebfb['_'][0x0],_0x17c19b['fireFunnelTestEvent'](_0xc16f7d['wvXAw'],{},this['config'],this['framework']);}helper[_0x3b27f0(0x268)](this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x206)],this[_0x3b27f0(0x2a1)]);try{_0xc16f7d[_0x3b27f0(0x232)](_0xc16f7d[_0x3b27f0(0x2b5)],_0xc16f7d['cbiUI'])?(process[_0x3b27f0(0x221)]['FRAMEWORK']=_0x355cde['_'][0x0],helper[_0x3b27f0(0x1fa)](_0xc16f7d[_0x3b27f0(0x23b)],{},this[_0x3b27f0(0x2a4)],this[_0x3b27f0(0x2a9)])):this['config'][_0x3b27f0(0x207)][_0x3b27f0(0x211)]=_0x3723ab[_0x3b27f0(0x273)]();}catch(_0x2ee04d){_0xc16f7d['KYMQa'](_0xc16f7d[_0x3b27f0(0x1fd)],_0xc16f7d[_0x3b27f0(0x1fd)])?logger['debug'](_0x3b27f0(0x229)+_0x2ee04d):(_0xc16f7d[_0x3b27f0(0x20e)](_0xc16f7d[_0x3b27f0(0x2ba)](_0x5a5c20,_0x56da3a[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)])),0x3)&&(this['config'][_0x3b27f0(0x255)]=![]),_0xc16f7d['ylgIf'](_0x44b23c[_0x3b27f0(0x235)](_0x2c224d[_0x3b27f0(0x271)](_0xc16f7d[_0x3b27f0(0x243)]),_0xc16f7d['qdEHl']),0x1)&&(this[_0x3b27f0(0x2a4)][_0x3b27f0(0x255)]=!![]));}}async[a39_0x54e1cc(0x215)](){const _0x218251=a39_0x54e1cc,_0x11bbb8={'pOeQR':'SDKTestAttempted','FUiqw':_0x218251(0x27e),'sirZk':_0x218251(0x26b),'wyVgV':function(_0x485d2b,_0x3c5bf9){return _0x485d2b(_0x3c5bf9);},'jQVwe':function(_0x4d64f9,_0x1e077a){return _0x4d64f9!==_0x1e077a;},'cgXtQ':_0x218251(0x1eb),'GxYmb':function(_0x1762ec,_0x34f732){return _0x1762ec===_0x34f732;},'CdDTt':_0x218251(0x1f6),'BRusS':_0x218251(0x295),'RFFXg':_0x218251(0x1fb),'KrQXi':'true','CUhDy':function(_0x3dc71b,_0x500d38){return _0x3dc71b===_0x500d38;},'oXbHy':_0x218251(0x22f),'uWcxs':_0x218251(0x27b),'hxOPU':'FPPLr','oiuQy':function(_0x38fad1,_0x32e019){return _0x38fad1+_0x32e019;},'eXPGM':_0x218251(0x2c8),'GQfsb':_0x218251(0x2a3),'KwJuS':function(_0x132672,_0x49cf43){return _0x132672===_0x49cf43;},'nUBrU':_0x218251(0x279),'PTVPW':_0x218251(0x1e2),'WMrdU':_0x218251(0x1e8),'YblJH':function(_0x29ad4e,_0x1e4683){return _0x29ad4e(_0x1e4683);},'oEdGy':_0x218251(0x28e),'dKIir':_0x218251(0x24e)};if(_0x11bbb8[_0x218251(0x1f4)](isTurboScaleSession,this[_0x218251(0x2a4)])){if(_0x11bbb8[_0x218251(0x23f)](_0x11bbb8[_0x218251(0x231)],_0x11bbb8['cgXtQ']))_0x513d8c[_0x218251(0x221)]['FRAMEWORK']=_0x546aa2,_0x1838da[_0x218251(0x1fa)](_0x11bbb8[_0x218251(0x20c)],{},this['config'],this['framework']);else{const _0x412ab7=await helper['getTurboScaleGridDetails'](this['config']);this[_0x218251(0x2a4)][_0x218251(0x29a)]=_0x412ab7;_0x412ab7[_0x218251(0x284)]&&(_0x11bbb8[_0x218251(0x1f3)](_0x11bbb8['CdDTt'],_0x11bbb8[_0x218251(0x1ed)])?(this['config'][_0x218251(0x2b8)]=!![],this['config'][_0x218251(0x207)][_0x218251(0x211)]=_0x11bbb8[_0x218251(0x212)],this['config'][_0x218251(0x207)][_0x11bbb8['RFFXg']]=_0x412ab7[_0x218251(0x23c)]['join'](','),this[_0x218251(0x2a4)][_0x218251(0x207)]['forceLocal']=_0x11bbb8[_0x218251(0x2ac)]):(_0x5542b3[_0x218251(0x22b)](this[_0x218251(0x2a4)][_0x218251(0x23d)])?_0x4f7e44[_0x218251(0x23a)](_0x11bbb8[_0x218251(0x200)]):_0x9855da['warn'](_0x11bbb8['sirZk']),this[_0x218251(0x2a4)][_0x218251(0x2c1)]=[]));this[_0x218251(0x2a4)][_0x218251(0x1e5)]=_0x412ab7['url'];if(this[_0x218251(0x2a9)]&&_0x11bbb8[_0x218251(0x1e4)](this[_0x218251(0x2a9)]['toLowerCase'](),_0x11bbb8[_0x218251(0x29c)])){if(_0x11bbb8[_0x218251(0x1e4)](_0x11bbb8[_0x218251(0x1f8)],_0x11bbb8[_0x218251(0x251)])){_0x450fc8[_0x218251(0x29f)]('Error\x20in\x20percy\x20setup\x20'+_0x1ff6d9);throw new _0x314bfd(_0x535d1c['toString']());}else this[_0x218251(0x2a4)][_0x218251(0x1e5)]=_0x11bbb8[_0x218251(0x219)](_0x412ab7[_0x218251(0x214)],_0x11bbb8[_0x218251(0x27d)]);}constants[_0x218251(0x28b)]=helper[_0x218251(0x1ef)](this['config']),logger[_0x218251(0x29f)](_0x218251(0x2bd)+constants[_0x218251(0x28b)]);}}helper[_0x218251(0x216)](this[_0x218251(0x2a4)]),this[_0x218251(0x1f5)]();if([_0x11bbb8[_0x218251(0x246)]][_0x218251(0x242)](this[_0x218251(0x2a9)])){if(_0x11bbb8[_0x218251(0x261)](_0x11bbb8['nUBrU'],_0x11bbb8[_0x218251(0x2cd)])){try{_0x4026ef[_0x218251(0x221)][_0x218251(0x208)]=_0x3a84ee,_0xd7410d[_0x218251(0x1fa)](_0x11bbb8[_0x218251(0x20c)],{},this[_0x218251(0x2a4)],this[_0x218251(0x2a9)]);}catch(_0x353528){_0x51fc56[_0x218251(0x29f)](_0x218251(0x229)+_0x353528);}return;}else await this['setupPercy']();}await this[_0x218251(0x264)]();if(![_0x11bbb8[_0x218251(0x21d)]]['includes'](this[_0x218251(0x2a9)])&&!_0x11bbb8[_0x218251(0x218)](isTurboScaleSession,this[_0x218251(0x2a4)])){if(_0x11bbb8[_0x218251(0x1f3)](_0x11bbb8[_0x218251(0x1df)],_0x11bbb8[_0x218251(0x236)])){_0x26affc[_0x218251(0x29f)](_0x31f0f1);throw new _0x255bf3(_0x129944[_0x218251(0x25a)]());}else await this[_0x218251(0x2a2)]();}}async[a39_0x54e1cc(0x225)](){const _0x1116eb=a39_0x54e1cc,_0x25cc79={'MbauI':function(_0x346236,_0x16f215){return _0x346236(_0x16f215);},'OuLAG':_0x1116eb(0x2b7),'aaXAx':_0x1116eb(0x26b),'BZuea':function(_0x493fd3,_0x36449f){return _0x493fd3===_0x36449f;},'VCzXc':_0x1116eb(0x2a0),'fWbih':function(_0x4c02f8,_0x290e18){return _0x4c02f8==_0x290e18;},'mUJUy':_0x1116eb(0x1e9),'KhSOJ':function(_0x5f01f6,_0x322b09){return _0x5f01f6===_0x322b09;},'pocrR':'CyPsE','ovtYN':'SDUji','EEsur':function(_0x35300f,_0x3a6b2a){return _0x35300f!==_0x3a6b2a;},'teuqT':_0x1116eb(0x29e),'borLm':_0x1116eb(0x2ca),'XLmYU':_0x1116eb(0x296),'JNoKF':_0x1116eb(0x26a),'wjDvD':'beforeExit','EqZUJ':_0x1116eb(0x223),'nIEXe':_0x1116eb(0x26d),'PKZfb':function(_0x4653a9,_0x8aef9a){return _0x4653a9===_0x8aef9a;},'vAfPR':'fnqrH'};if(helper[_0x1116eb(0x2c9)](this[_0x1116eb(0x2a4)]['percy'])&&(!this[_0x1116eb(0x29d)]||!this[_0x1116eb(0x29d)]['isRunning']())){if(_0x25cc79['BZuea'](_0x25cc79[_0x1116eb(0x2c6)],_0x25cc79[_0x1116eb(0x2c6)]))try{if(_0x25cc79[_0x1116eb(0x258)](_0x25cc79['pocrR'],_0x25cc79[_0x1116eb(0x2b0)]))_0x25cc79['MbauI'](_0xdcb442,_0x25cc79[_0x1116eb(0x28c)])();else{this[_0x1116eb(0x29d)]=await helper[_0x1116eb(0x292)](this[_0x1116eb(0x2a4)]);if(!this[_0x1116eb(0x29d)]){if(_0x25cc79[_0x1116eb(0x247)](_0x25cc79[_0x1116eb(0x1fc)],_0x25cc79[_0x1116eb(0x238)]))throw new Error(_0x25cc79[_0x1116eb(0x2af)]);else this[_0x1116eb(0x2a4)][_0x1116eb(0x1fe)]=_0x137c5e['isTrue'](_0x29ca61[_0x1116eb(0x221)][_0x1116eb(0x24d)]),this[_0x1116eb(0x2a4)][_0x1116eb(0x26f)]=this[_0x1116eb(0x2a4)][_0x1116eb(0x26f)]||{};}logger[_0x1116eb(0x23a)](_0x25cc79[_0x1116eb(0x2ad)]);let _0x52a3cb=0x0;const _0x5c5231=async()=>{const _0xab0ce4=_0x1116eb,_0x536dbe={};_0x536dbe['nxiUq']=_0x25cc79[_0xab0ce4(0x22c)];const _0x2033f7=_0x536dbe;_0x25cc79[_0xab0ce4(0x24b)](_0x25cc79[_0xab0ce4(0x297)],_0x25cc79[_0xab0ce4(0x297)])?(_0x52a3cb++,_0x25cc79[_0xab0ce4(0x260)](_0x52a3cb,0x1)&&await this[_0xab0ce4(0x2b2)]()):_0x47644e['warn'](_0x2033f7[_0xab0ce4(0x20b)]);};process['on'](_0x25cc79[_0x1116eb(0x1f1)],_0x5c5231),process['on'](_0x25cc79['EqZUJ'],_0x5c5231),process['on'](_0x25cc79[_0x1116eb(0x2ae)],_0x5c5231);}}catch(_0x9b7e17){if(_0x25cc79[_0x1116eb(0x280)](_0x25cc79[_0x1116eb(0x210)],_0x25cc79[_0x1116eb(0x210)])){logger['debug'](_0x1116eb(0x217)+_0x9b7e17);throw new Error(_0x9b7e17['toString']());}else _0x3822a8[_0x1116eb(0x28a)](_0x79246a[_0x1116eb(0x248)]),_0x55f71b[_0x1116eb(0x29f)](_0x4951e8['format'](_0x36a279)),this['unhandledErrors']['push'](_0xd38dee['format']('%j',_0x232bc2));}else this[_0x1116eb(0x2a4)][_0x1116eb(0x255)]=!![];}}async[a39_0x54e1cc(0x2b2)](){const _0x3964d4=a39_0x54e1cc,_0x44810c={};_0x44810c[_0x3964d4(0x272)]=_0x3964d4(0x1e6),_0x44810c[_0x3964d4(0x25d)]=_0x3964d4(0x254);const _0x9b3b02=_0x44810c;if(this[_0x3964d4(0x29d)]&&this['percy'][_0x3964d4(0x2b9)]())try{await helper[_0x3964d4(0x2b2)](this[_0x3964d4(0x29d)]),logger[_0x3964d4(0x23a)](_0x9b3b02[_0x3964d4(0x272)]);}catch(_0x361374){logger[_0x3964d4(0x28a)](_0x9b3b02[_0x3964d4(0x25d)],_0x361374['message']);}}async[a39_0x54e1cc(0x264)](){const _0x4d66eb=a39_0x54e1cc,_0x2eff55={};_0x2eff55[_0x4d66eb(0x245)]=function(_0x3b7f7e,_0x35b117){return _0x3b7f7e==_0x35b117;},_0x2eff55[_0x4d66eb(0x21e)]=_0x4d66eb(0x1dd),_0x2eff55[_0x4d66eb(0x288)]=_0x4d66eb(0x274),_0x2eff55[_0x4d66eb(0x281)]=_0x4d66eb(0x223),_0x2eff55[_0x4d66eb(0x1de)]='SIGTERM';const _0x586822=_0x2eff55;if(helper['isTrue'](this['config']['browserstackLocal'])&&(!this[_0x4d66eb(0x2b8)]||!this[_0x4d66eb(0x2b8)][_0x4d66eb(0x2b9)]()))try{this[_0x4d66eb(0x2b8)]=await helper[_0x4d66eb(0x226)](this[_0x4d66eb(0x2a4)]),logger['info'](_0x586822[_0x4d66eb(0x21e)]);let _0x33636b=0x0;const _0x2bf748=async()=>{const _0x5d6f2f=_0x4d66eb;_0x33636b++,_0x586822[_0x5d6f2f(0x245)](_0x33636b,0x1)&&await this[_0x5d6f2f(0x213)]();};process['on'](_0x586822[_0x4d66eb(0x288)],_0x2bf748),process['on'](_0x586822[_0x4d66eb(0x281)],_0x2bf748),process['on'](_0x586822['TWctb'],_0x2bf748);}catch(_0x7ea283){logger[_0x4d66eb(0x29f)](_0x7ea283);throw new Error(_0x7ea283[_0x4d66eb(0x25a)]());}}async[a39_0x54e1cc(0x213)](){const _0x3bb485=a39_0x54e1cc,_0x510e3a={};_0x510e3a['rHeBi']=_0x3bb485(0x2bc),_0x510e3a[_0x3bb485(0x259)]=_0x3bb485(0x2c0);const _0x5b8043=_0x510e3a;if(this[_0x3bb485(0x2b8)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x3bb485(0x222)](this[_0x3bb485(0x2b8)]),logger['info'](_0x5b8043[_0x3bb485(0x25f)]);}catch(_0x4d0dbb){logger[_0x3bb485(0x28a)](_0x5b8043[_0x3bb485(0x259)],_0x4d0dbb['message']);}}async['setUpHubUrl'](){const _0x55df15=a39_0x54e1cc;await hubAllocator[_0x55df15(0x26c)](this['config']);}[a39_0x54e1cc(0x1f5)](){const _0x3f54e9=a39_0x54e1cc,_0x22f382={'PAGby':function(_0x18fbc0,_0x13b4e1){return _0x18fbc0(_0x13b4e1);},'ZfGCu':'./setKeepAlive'};_0x22f382[_0x3f54e9(0x234)](require,_0x22f382['ZfGCu'])();}[a39_0x54e1cc(0x276)](){const _0x4aa00b=a39_0x54e1cc,_0x548138={};_0x548138[_0x4aa00b(0x201)]=_0x4aa00b(0x1ff),_0x548138[_0x4aa00b(0x241)]=_0x4aa00b(0x21a);const _0x255da5=_0x548138,_0x46b0fe=_0xe4e391=>{const _0x305106=_0x4aa00b;logger['error'](_0xe4e391[_0x305106(0x248)]),logger[_0x305106(0x29f)](util['format'](_0xe4e391)),this[_0x305106(0x253)][_0x305106(0x26e)](util[_0x305106(0x270)]('%j',_0xe4e391));};process['on'](_0x255da5[_0x4aa00b(0x201)],_0x46b0fe),process['on'](_0x255da5[_0x4aa00b(0x241)],_0x46b0fe);}}exports['default']=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a40_0x205d(_0x3f65ac,_0x238a56){var _0x59ee0e=a40_0x59ee();return a40_0x205d=function(_0x205df8,_0x255673){_0x205df8=_0x205df8-0x1d6;var _0x5f370b=_0x59ee0e[_0x205df8];return _0x5f370b;},a40_0x205d(_0x3f65ac,_0x238a56);}var a40_0x20fcbd=a40_0x205d;function a40_0x59ee(){var _0x4d9864=['3461768qgAQdd','3gBhuBj','23634kuoKlJ','477840wYxxxo','https://accessibility.browserstack.com/api','61530RYDnvQ','343624FUrZnB','976770ddZVmG','2190041bnGRRj'];a40_0x59ee=function(){return _0x4d9864;};return a40_0x59ee();}(function(_0x2e9927,_0x23af4c){var _0x4df4ec=a40_0x205d,_0x2c16bc=_0x2e9927();while(!![]){try{var _0x332b49=parseInt(_0x4df4ec(0x1dd))/0x1+-parseInt(_0x4df4ec(0x1de))/0x2+-parseInt(_0x4df4ec(0x1dc))/0x3*(-parseInt(_0x4df4ec(0x1d8))/0x4)+parseInt(_0x4df4ec(0x1d7))/0x5+parseInt(_0x4df4ec(0x1d9))/0x6+-parseInt(_0x4df4ec(0x1da))/0x7+parseInt(_0x4df4ec(0x1db))/0x8;if(_0x332b49===_0x23af4c)break;else _0x2c16bc['push'](_0x2c16bc['shift']());}catch(_0x179d7a){_0x2c16bc['push'](_0x2c16bc['shift']());}}}(a40_0x59ee,0x286cb),exports['API_URL']=a40_0x20fcbd(0x1d6));
|