browserstack-node-sdk 1.28.5 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a31_0x4874(_0x4298be,_0x15e4c3){const _0x1b612c=a31_0x1b61();return a31_0x4874=function(_0x487405,_0x394250){_0x487405=_0x487405-0x196;let _0x31a418=_0x1b612c[_0x487405];return _0x31a418;},a31_0x4874(_0x4298be,_0x15e4c3);}function a31_0x1b61(){const _0x55b4d2=['vyKDJ','urltc','NpcTh','eqDoi','ebkPY','info','xqHWZ','SGqEc','IYITU','parallelTestRun','lbIYo','LeNqh','IYPqu','zBJjg','mhLsY','_child','push','send','ogIGy','DMSHI','qVWEp','emit','parallelCucumberRun','Knglh','8ehkjCj','FmCrM','launch','gzBgF','test-file-success','LjUwC','../../helpers/test-observability/utils','test-file-failure','ywjVL','resolve','getStdout','gBslM','3702oLtedS','bdZMY','IyOpJ','uapGe','eFKDA','jest-worker','NtlFy','true','vanillaWorker','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','winstonLogger','getStderr','sTBfF','exit','Iulcz','XvFXp','tVNBL','mIohu','worker','6782948VbcwOI','jFSAj','acIVX','yCcMl','fkYaK','LDJgm','platforms','../../helpers/logger','map','Garpg','vqyVY','exitCode','error','uuKrd','50aFFWWx','38316swirCE','DDzpr','UNrKQ','cucumberWorker','CvGha','avznu','1706156BEZHjs','SxMFh','VsnhK','zGdxK','hncan','1283472POAmjo','eGfzt','BTNZo','14275ckKWLA','Kloks','emittery','aOOvn','test-file-start','oZogQ','ujeYp','tUVmp','configuration','Workers\x20failed\x20to\x20exit\x20gracefully','pSNjg','ehgxd','XfsEQ','WTyQS','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','root_dir_path','Vcsjo','NGVGr','avGHK','length','pipe','ZHbOI','platform-run-success','FplgG','oabyA','pdCjD','jJHMj','LpNKr','mocha','JaZXx','eClji','then','rWIxS','ZeaVS','platform','RbeJJ','OMchu','debug','platform-run-start','soHkq','all','nrHXA','266733YQSAwB','rSuux','results','Running\x20','ZGFYV','sWwFx','bFDAx','hIJsh','XBzwn','../../helpers/test-observability/sessionHandler','LFmrs','RigCs','azgdq','sSNGL','forEach','stderr','hktoT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','log','catch','IwyMi','aFBFQ','IyXhS','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','nCEOX','fiarR','_workerPool','stop','TvtBk','parallelVanillaRun','KeLmk','pPwWl','accessibility','11999183ZKuoKx','file','getWorkers','../../helpers/accessibility-automation/helper','stdout','Hnvtr','5599PwwtuE','KvmCe','env','JApBk','DWTYf','AuFPu','bVSNf','json','ylUiw','2GTXHgZ','gNOjw','PoFcw','failureCount','EYKgs','p-limit','oPKOa','MLTYN','Worker','platform-run-failure'];a31_0x1b61=function(){return _0x55b4d2;};return a31_0x1b61();}const a31_0x3e917d=a31_0x4874;(function(_0x158008,_0x409456){const _0x3ff83f=a31_0x4874,_0xd440c7=_0x158008();while(!![]){try{const _0x1c9929=-parseInt(_0x3ff83f(0x1f1))/0x1*(-parseInt(_0x3ff83f(0x248))/0x2)+-parseInt(_0x3ff83f(0x1c1))/0x3+parseInt(_0x3ff83f(0x233))/0x4+-parseInt(_0x3ff83f(0x197))/0x5*(parseInt(_0x3ff83f(0x21f))/0x6)+-parseInt(_0x3ff83f(0x1e2))/0x7*(-parseInt(_0x3ff83f(0x213))/0x8)+parseInt(_0x3ff83f(0x24d))/0x9*(-parseInt(_0x3ff83f(0x241))/0xa)+-parseInt(_0x3ff83f(0x1e8))/0xb*(parseInt(_0x3ff83f(0x242))/0xc);if(_0x1c9929===_0x409456)break;else _0xd440c7['push'](_0xd440c7['shift']());}catch(_0x4990cf){_0xd440c7['push'](_0xd440c7['shift']());}}}(a31_0x1b61,0xe266b));const Worker=require(a31_0x3e917d(0x224))[a31_0x3e917d(0x1f9)],Emittery=require(a31_0x3e917d(0x199)),pLimit=require(a31_0x3e917d(0x1f6)),logger=require(a31_0x3e917d(0x23a))[a31_0x3e917d(0x22a)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x3e917d(0x1e5)),SessionHandler=require(a31_0x3e917d(0x1ca)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x3e917d(0x219));checkAccessibility=_0x17f2ce=>{const _0x13289e=a31_0x3e917d,_0xe36bce={};_0xe36bce[_0x13289e(0x212)]=_0x13289e(0x1a0),_0xe36bce['KvmCe']='failureCount',_0xe36bce[_0x13289e(0x1c7)]=_0x13289e(0x1c3),_0xe36bce[_0x13289e(0x236)]=function(_0x266988,_0x5c26e1){return _0x266988+_0x5c26e1;},_0xe36bce[_0x13289e(0x23c)]=function(_0x830ef9,_0x2a8068){return _0x830ef9!==_0x2a8068;},_0xe36bce[_0x13289e(0x223)]=_0x13289e(0x1fe),_0xe36bce['LFmrs']=function(_0x521d55,_0x20f61e){return _0x521d55===_0x20f61e;},_0xe36bce[_0x13289e(0x221)]=_0x13289e(0x1a1),_0xe36bce[_0x13289e(0x1ed)]=_0x13289e(0x222),_0xe36bce[_0x13289e(0x1ce)]=function(_0x5bdf10,_0x3cc5ac){return _0x5bdf10!==_0x3cc5ac;},_0xe36bce[_0x13289e(0x1b5)]='OUoTp',_0xe36bce[_0x13289e(0x225)]=_0x13289e(0x1c0),_0xe36bce[_0x13289e(0x244)]='dTnRz';const _0x1a07ed=_0xe36bce;let _0x2b3c21=![];try{_0x1a07ed[_0x13289e(0x1ce)](_0x1a07ed[_0x13289e(0x1b5)],_0x1a07ed[_0x13289e(0x1b5)])?_0x5c4575[_0x13289e(0x23f)](_0x1a07ed[_0x13289e(0x212)]):_0x17f2ce[_0x13289e(0x239)][_0x13289e(0x1cf)](_0x3a38dc=>{const _0x5ade5a=_0x13289e,_0x219d44={'IYPqu':_0x1a07ed['KvmCe'],'gNOjw':function(_0x62e6,_0x2b6a44){const _0x123e11=a31_0x4874;return _0x1a07ed[_0x123e11(0x236)](_0x62e6,_0x2b6a44);},'ogIGy':_0x1a07ed[_0x5ade5a(0x1c7)]};if(_0x1a07ed['Garpg'](_0x1a07ed[_0x5ade5a(0x223)],_0x1a07ed['eFKDA'])){const _0x1382a7={};_0x1382a7[_0x5ade5a(0x1f4)]=_0xf1cd45[0x1][_0x1a07ed[_0x5ade5a(0x1e9)]],_0x1382a7['results']=[..._0xe93a18[0x1][_0x1a07ed[_0x5ade5a(0x1c7)]]],_0xd6e1cd[_0x5ebb6a[0x0]]=_0x1382a7;}else{if(_0x1a07ed['LFmrs'](_0x3a38dc['accessibility'],!![])){if(_0x1a07ed[_0x5ade5a(0x1cb)](_0x1a07ed[_0x5ade5a(0x221)],_0x1a07ed[_0x5ade5a(0x1ed)])){if(_0x363790[_0x1a8805[0x0]])_0x196bfa[_0x459042[0x0]][_0x219d44[_0x5ade5a(0x207)]]=_0x219d44[_0x5ade5a(0x1f2)](_0x4d1a13[_0x5207a8[0x0]][_0x219d44['IYPqu']],_0xd5ceb2[0x1][_0x219d44['IYPqu']]),_0x46994b[_0x2a08f9[0x0]][_0x219d44['ogIGy']]=[..._0x18eeba[_0x569762[0x0]][_0x219d44['ogIGy']],..._0x2446af[0x1][_0x219d44[_0x5ade5a(0x20d)]]];else{const _0x290881={};_0x290881[_0x5ade5a(0x1f4)]=_0x9d442b[0x1][_0x219d44[_0x5ade5a(0x207)]],_0x290881['results']=[..._0x1ef18e[0x1][_0x219d44[_0x5ade5a(0x20d)]]],_0x54bf48[_0x3cf8b6[0x0]]=_0x290881;}}else return _0x2b3c21=!![],!![];}}});}catch(_0x139152){_0x1a07ed[_0x13289e(0x23c)](_0x1a07ed[_0x13289e(0x225)],_0x1a07ed[_0x13289e(0x244)])?logger[_0x13289e(0x1bc)](_0x13289e(0x1a5)+_0x139152):_0x262674=_0x4d9396;}return _0x2b3c21;},exports[a31_0x3e917d(0x204)]=(_0x5ec144,_0x142a6c,_0x9b312b)=>new Promise(async _0x15ab8a=>{const _0x551383=a31_0x3e917d,_0x1a9f2e={'oZogQ':_0x551383(0x1a0),'ZGFYV':function(_0xc3007f,_0x2b1139){return _0xc3007f(_0x2b1139);},'rSuux':function(_0x10b1e1,_0x12843e){return _0x10b1e1!==_0x12843e;},'aOOvn':_0x551383(0x249),'sTBfF':_0x551383(0x1b0),'fkYaK':function(_0x3411fe,_0x4d76c1){return _0x3411fe===_0x4d76c1;},'gzBgF':_0x551383(0x1d1),'CvGha':_0x551383(0x1f4),'JaZXx':function(_0xcd5ec,_0x229c1e){return _0xcd5ec+_0x229c1e;},'LpNKr':_0x551383(0x1c3),'ebkPY':'Epbkz','VJzgl':function(_0x30d439,_0x8865da){return _0x30d439===_0x8865da;},'SGqEc':_0x551383(0x1a9),'urltc':function(_0x1b05af,_0xc4d885){return _0x1b05af===_0xc4d885;},'rWIxS':function(_0x556da9,_0x193b4a){return _0x556da9!==_0x193b4a;},'aFBFQ':_0x551383(0x220),'mhLsY':function(_0x5b94de,_0x3654cb){return _0x5b94de===_0x3654cb;},'ehgxd':_0x551383(0x1ae),'acIVX':function(_0x4eb397){return _0x4eb397();},'qVWEp':function(_0x3b4276,_0xfc08c){return _0x3b4276===_0xfc08c;},'MLTYN':_0x551383(0x24a),'osxwD':_0x551383(0x19d),'tUVmp':_0x551383(0x196),'XfsEQ':function(_0x517182,_0x4ba816){return _0x517182===_0x4ba816;},'IwyMi':_0x551383(0x1e7),'DMSHI':_0x551383(0x1da),'zBJjg':_0x551383(0x218),'IYITU':'vXzgy','Vcsjo':function(_0x56993e,_0x585138){return _0x56993e(_0x585138);},'soHkq':function(_0x49ee01,_0x3dbd52){return _0x49ee01(_0x3dbd52);},'ZHbOI':function(_0x495c39,_0x48511f){return _0x495c39===_0x48511f;},'jJHMj':_0x551383(0x1fb),'WTyQS':_0x551383(0x19b),'nCEOX':function(_0x26d90c,_0x2f293a){return _0x26d90c!==_0x2f293a;},'NGVGr':'DbYgG','FmCrM':_0x551383(0x1b3),'EqHOL':_0x551383(0x226),'zGdxK':function(_0x37883c,_0x17bd2a){return _0x37883c(_0x17bd2a);},'gnfYi':_0x551383(0x1eb),'ylUiw':_0x551383(0x240),'bVSNf':function(_0x114f25,_0xb62033,_0x11ab00){return _0x114f25(_0xb62033,_0x11ab00);},'XEznD':'./testWorker.js','uDRDd':_0x551383(0x232),'jFSAj':'json','jNyOz':_0x551383(0x1ab),'TvtBk':function(_0x379af5,_0x1620ef){return _0x379af5*_0x1620ef;},'aGuiG':_0x551383(0x217),'KeLmk':_0x551383(0x21a),'Iulcz':function(_0x3567aa,_0x5bc9d0){return _0x3567aa*_0x5bc9d0;}},_0x3225d9={};if(_0x1a9f2e['acIVX'](isTestObservabilitySession)){if(_0x1a9f2e[_0x551383(0x1d9)](_0x1a9f2e[_0x551383(0x1a8)],_0x1a9f2e[_0x551383(0x1a8)]))return _0x4afabb[_0x551383(0x227)](_0x234f50);else{const _0x5f3a47={..._0x9b312b};_0x5f3a47[_0x551383(0x1a6)]='',await SessionHandler[_0x551383(0x215)](_0x5f3a47,{'frameworkName':_0x1a9f2e[_0x551383(0x214)],'frameworkVersion':_0x1a9f2e[_0x551383(0x1c5)](getFrameworkVersion,_0x1a9f2e[_0x551383(0x214)])});}}let _0x696358=_0x1a9f2e[_0x551383(0x209)](process[_0x551383(0x1ea)][_0x551383(0x1d2)],_0x1a9f2e['EqHOL']);process['env'][_0x551383(0x229)]=_0x1a9f2e[_0x551383(0x24b)](checkAccessibility,_0x9b312b),_0x696358=_0x696358||_0x1a9f2e[_0x551383(0x1fc)](process[_0x551383(0x1ea)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x1a9f2e['EqHOL']);if(_0x696358){if(_0x1a9f2e[_0x551383(0x1b7)](_0x1a9f2e['gnfYi'],_0x1a9f2e[_0x551383(0x1f0)])){const [_0x614b3e,_0x33d2e7]=await _0x1a9f2e[_0x551383(0x1ee)](createAccessibilityTestRun,_0x9b312b,_0x1a9f2e[_0x551383(0x214)]);logger[_0x551383(0x1bc)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x33d2e7),process[_0x551383(0x1ea)]['BS_A11Y_JWT']=_0x614b3e,process[_0x551383(0x1ea)]['BS_A11Y_TEST_RUN_ID']=_0x33d2e7;}else _0x13361b[_0x551383(0x23f)](_0x1a9f2e['oZogQ']);}const _0x163fb1=new Worker(require[_0x551383(0x21c)](_0x1a9f2e['XEznD']),{'exposedMethods':[_0x1a9f2e['uDRDd']],'forkOptions':{'serialization':_0x1a9f2e[_0x551383(0x234)],'stdio':_0x1a9f2e['jNyOz']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1a9f2e[_0x551383(0x1dd)](_0x142a6c,0x1),'enableWorkerThreads':!![]}),_0x482cd6=new Emittery();_0x482cd6['on'](_0x1a9f2e['aGuiG'],_0x24987d=>{const _0x168dc0=_0x551383;_0x1a9f2e[_0x168dc0(0x1c2)](_0x1a9f2e[_0x168dc0(0x19a)],_0x1a9f2e[_0x168dc0(0x22c)])?_0x3225d9[_0x24987d[0x0]]?_0x1a9f2e[_0x168dc0(0x237)](_0x1a9f2e['gzBgF'],_0x1a9f2e[_0x168dc0(0x216)])?(_0x3225d9[_0x24987d[0x0]][_0x1a9f2e[_0x168dc0(0x246)]]=_0x1a9f2e[_0x168dc0(0x1b4)](_0x3225d9[_0x24987d[0x0]][_0x1a9f2e[_0x168dc0(0x246)]],_0x24987d[0x1][_0x1a9f2e['CvGha']]),_0x3225d9[_0x24987d[0x0]][_0x1a9f2e['LpNKr']]=[..._0x3225d9[_0x24987d[0x0]][_0x1a9f2e[_0x168dc0(0x1b2)]],..._0x24987d[0x1][_0x1a9f2e['LpNKr']]]):_0x1a9f2e[_0x168dc0(0x1c5)](_0x52ba8d,_0x168dc0(0x1d8)+_0x20b186):_0x1a9f2e[_0x168dc0(0x1c2)](_0x1a9f2e[_0x168dc0(0x1ff)],_0x1a9f2e[_0x168dc0(0x1ff)])?_0x39f614[_0x168dc0(0x20b)]([_0x5a1e1c[0x0],_0x1bc784[0x1]]):_0x3225d9[_0x24987d[0x0]]={'failureCount':_0x24987d[0x1][_0x1a9f2e[_0x168dc0(0x246)]],'results':[..._0x24987d[0x1][_0x1a9f2e[_0x168dc0(0x1b2)]]]}:_0x37d3e7[_0x168dc0(0x23e)]=0x1;}),_0x482cd6['on'](_0x1a9f2e[_0x551383(0x1df)],_0x313788=>console[_0x551383(0x1d3)](_0x313788[0x1]));if(_0x163fb1['getStdout']())_0x163fb1[_0x551383(0x21d)]()[_0x551383(0x1ab)](process[_0x551383(0x1e6)]);if(_0x163fb1['getStderr']())_0x163fb1[_0x551383(0x22b)]()[_0x551383(0x1ab)](process[_0x551383(0x1d0)]);const _0xbe5ab1=async()=>{const _0x279895=_0x551383,_0x32fc6f={'LDJgm':function(_0x591893,_0x3aa18e){const _0x5570cc=a31_0x4874;return _0x1a9f2e[_0x5570cc(0x1fc)](_0x591893,_0x3aa18e);},'pPwWl':_0x1a9f2e[_0x279895(0x246)],'RbeJJ':function(_0x1efcfa,_0x46cee7){return _0x1a9f2e['JaZXx'](_0x1efcfa,_0x46cee7);},'PoFcw':_0x1a9f2e[_0x279895(0x1b2)],'ijxBv':function(_0x20af5c,_0x3a6fc8){const _0x323b54=_0x279895;return _0x1a9f2e[_0x323b54(0x1fc)](_0x20af5c,_0x3a6fc8);}};if(_0x1a9f2e[_0x279895(0x1b7)](_0x1a9f2e['aFBFQ'],_0x1a9f2e[_0x279895(0x1d6)]))_0xf89276[_0x279895(0x23f)](_0x1a9f2e[_0x279895(0x19c)]);else{const {forceExited:_0x1bc1de}=await _0x163fb1['end']();if(_0x1bc1de){if(_0x1a9f2e['mhLsY'](_0x1a9f2e[_0x279895(0x1a2)],_0x1a9f2e[_0x279895(0x1a2)]))console[_0x279895(0x23f)](_0x1a9f2e[_0x279895(0x19c)]);else{if(_0x32fc6f[_0x279895(0x238)](_0x5d6484[_0x279895(0x1e1)],!![]))return _0x4b5bd7=!![],!![];}}_0x1a9f2e[_0x279895(0x235)](isAccessibilityAutomationSession)&&(_0x1a9f2e[_0x279895(0x20f)](_0x1a9f2e[_0x279895(0x1f8)],_0x1a9f2e['osxwD'])?(_0x4c1637[_0x536277[0x0]][_0x32fc6f[_0x279895(0x1e0)]]=_0x32fc6f[_0x279895(0x1ba)](_0x292f43[_0x2d84f6[0x0]][_0x32fc6f[_0x279895(0x1e0)]],_0x402125[0x1][_0x32fc6f[_0x279895(0x1e0)]]),_0xa9efae[_0x5d5f02[0x0]][_0x32fc6f['PoFcw']]=[..._0x53fb5f[_0x4eee46[0x0]][_0x32fc6f[_0x279895(0x1f3)]],..._0x4f0752[0x1][_0x32fc6f['PoFcw']]]):await _0x1a9f2e[_0x279895(0x1c5)](stopAccessibilityTestRun,_0x9b312b)[_0x279895(0x1d4)](_0x48b27f=>{const _0xe9590f=_0x279895;_0x1a9f2e['VJzgl'](_0x1a9f2e[_0xe9590f(0x202)],_0x1a9f2e['SGqEc'])?logger[_0xe9590f(0x23f)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x48b27f):_0x29502b[_0xe9590f(0x23f)](_0xe9590f(0x228)+_0x54f773);}));if(_0x1a9f2e[_0x279895(0x235)](isTestObservabilitySession)){if(_0x1a9f2e['qVWEp'](_0x1a9f2e[_0x279895(0x19e)],_0x1a9f2e[_0x279895(0x19e)]))try{_0x1a9f2e[_0x279895(0x1a3)](_0x1a9f2e[_0x279895(0x1d5)],_0x1a9f2e[_0x279895(0x20e)])?_0x27e119[_0x279895(0x239)][_0x279895(0x1cf)](_0x1ba1af=>{const _0x14ed69=_0x279895;if(_0x32fc6f['ijxBv'](_0x1ba1af[_0x14ed69(0x1e1)],!![]))return _0x13fdba=!![],!![];}):await SessionHandler[_0x279895(0x1dc)]();}catch(_0x221128){_0x1a9f2e[_0x279895(0x1b7)](_0x1a9f2e[_0x279895(0x208)],_0x1a9f2e[_0x279895(0x203)])?_0x1a9f2e[_0x279895(0x1a7)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x221128):_0x1dbc34[0x0]&&_0x73950c[_0x279895(0x200)](_0x279895(0x1c4)+_0x3f9670[0x1]+'\x20for',_0x3bf399[0x0]);}else _0x1a9f2e['fkYaK'](_0x4b6652,0x0)&&_0x1a9f2e[_0x279895(0x1c2)](_0x48267b,0x0)&&(_0x531761=_0x325602);}_0x1a9f2e[_0x279895(0x1be)](_0x15ab8a,_0x3225d9);}},_0x1d4dfe=_0x1a9f2e['zGdxK'](pLimit,_0x1a9f2e[_0x551383(0x22e)](_0x142a6c,0x1)),_0x3b01ac=_0x3ee5db=>_0x1d4dfe(async()=>{const _0x276def=_0x551383;return _0x1a9f2e[_0x276def(0x1ac)](_0x1a9f2e[_0x276def(0x1b1)],_0x1a9f2e['jJHMj'])?(await _0x482cd6['emit'](_0x1a9f2e[_0x276def(0x1a4)],_0x3ee5db),_0x163fb1[_0x276def(0x232)](_0x3ee5db,_0x9b312b)):(_0x224263=!![],!![]);});Promise[_0x551383(0x1bf)](_0x5ec144['map'](_0x56146c=>_0x3b01ac(_0x56146c)[_0x551383(0x1b6)](_0x2d0026=>_0x482cd6[_0x551383(0x210)](_0x551383(0x217),[_0x56146c[_0x551383(0x19f)][_0x551383(0x1b9)],_0x2d0026]),_0x375371=>_0x482cd6[_0x551383(0x210)](_0x551383(0x21a),[_0x56146c,_0x375371]))))['then'](_0xbe5ab1,_0xbe5ab1);}),exports[a31_0x3e917d(0x211)]=(_0x259d45,_0x48233a,_0x3470e3,_0x173d88,_0x528b09)=>{const _0x3b74bd=a31_0x3e917d,_0x475bfb={'vqyVY':function(_0x2cee11,_0x347540){return _0x2cee11===_0x347540;},'cMOia':_0x3b74bd(0x22f),'OMchu':_0x3b74bd(0x1a0),'ZeaVS':function(_0x29c736,_0xd1512e){return _0x29c736(_0xd1512e);},'DDzpr':_0x3b74bd(0x1bd),'ywjVL':'./testWorker.js','gBslM':_0x3b74bd(0x245),'IyXhS':_0x3b74bd(0x1ef),'EYKgs':'pipe','eGfzt':_0x3b74bd(0x1ad),'zQQwd':_0x3b74bd(0x1fa)};return new Promise(_0x54757e=>{const _0x737bd=_0x3b74bd,_0x241ae4={'hIJsh':function(_0x26abd1,_0x222faf){const _0x1b5707=a31_0x4874;return _0x475bfb[_0x1b5707(0x23d)](_0x26abd1,_0x222faf);},'avznu':_0x475bfb['cMOia'],'DWTYf':_0x475bfb[_0x737bd(0x1bb)],'azgdq':function(_0x1eedcf,_0x23aea1){return _0x475bfb['ZeaVS'](_0x1eedcf,_0x23aea1);},'Kloks':_0x475bfb[_0x737bd(0x243)]},_0x5e2249=[],_0xed2a3d=new Worker(require[_0x737bd(0x21c)](_0x475bfb[_0x737bd(0x21b)]),{'exposedMethods':[_0x475bfb[_0x737bd(0x21e)]],'forkOptions':{'serialization':_0x475bfb[_0x737bd(0x1d7)],'stdio':_0x475bfb[_0x737bd(0x1f5)]},'numWorkers':_0x259d45[_0x737bd(0x1aa)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x2f5b6f=new Emittery();_0x2f5b6f['on'](_0x475bfb[_0x737bd(0x24e)],_0x5904c4=>{const _0x7df1d=_0x737bd;_0x241ae4[_0x7df1d(0x1c8)](_0x241ae4['avznu'],_0x241ae4[_0x7df1d(0x247)])?_0x5e2249[_0x7df1d(0x20b)]([_0x5904c4[0x0],_0x5904c4[0x1]]):_0xfa6a84[_0x7df1d(0x1bc)](_0x7df1d(0x1a5)+_0x5bc3ea);}),_0x2f5b6f['on'](_0x475bfb['zQQwd'],_0xc9d831=>console[_0x737bd(0x1d3)](_0xc9d831[0x1]));if(_0xed2a3d[_0x737bd(0x21d)]())_0xed2a3d[_0x737bd(0x21d)]()[_0x737bd(0x1ab)](process[_0x737bd(0x1e6)]);if(_0xed2a3d['getStderr']())_0xed2a3d[_0x737bd(0x22b)]()[_0x737bd(0x1ab)](process[_0x737bd(0x1d0)]);const _0x2ef531=async()=>{const _0x29f1a6=_0x737bd,{forceExited:_0x528304}=await _0xed2a3d['end']();_0x528304&&console[_0x29f1a6(0x23f)](_0x241ae4[_0x29f1a6(0x1ec)]),_0x241ae4[_0x29f1a6(0x1cd)](_0x54757e,_0x5e2249);},_0x3c5616=_0x475bfb[_0x737bd(0x1b8)](pLimit,_0x259d45['length']),_0x2deba2=_0xe2efed=>_0x3c5616(async()=>{const _0x48cf69=_0x737bd;return await _0x2f5b6f[_0x48cf69(0x210)](_0x241ae4[_0x48cf69(0x198)],_0xe2efed),_0xed2a3d[_0x48cf69(0x245)](_0xe2efed,_0x48233a,_0x3470e3,_0x173d88,_0x528b09);});Promise[_0x737bd(0x1bf)](_0x259d45[_0x737bd(0x23b)](_0x3ddcad=>_0x2deba2(_0x3ddcad)[_0x737bd(0x1b6)](_0x1878af=>_0x2f5b6f[_0x737bd(0x210)](_0x737bd(0x1ad),[_0x3ddcad,_0x1878af]),_0x1b7d83=>_0x2f5b6f['emit']('platform-run-failure',[_0x3ddcad,_0x1b7d83]))))[_0x737bd(0x1b6)](_0x2ef531,_0x2ef531);});},exports[a31_0x3e917d(0x1de)]=(_0x3d1139,_0x1199da)=>new Promise(_0x6d384a=>{const _0x414321=a31_0x3e917d,_0x4a3983={'hncan':_0x414321(0x22d),'oPKOa':function(_0x598af7,_0xa7d5f8){return _0x598af7===_0xa7d5f8;},'xqHWZ':function(_0x203d64,_0x1d10ba){return _0x203d64!==_0x1d10ba;},'EwXkc':_0x414321(0x1a0),'RHYPY':function(_0x518f37,_0x47d7b4){return _0x518f37(_0x47d7b4);},'sWwFx':'./testWorker.js','XBzwn':_0x414321(0x227),'lbIYo':'json','tVNBL':_0x414321(0x1ab),'oabyA':_0x414321(0x217),'LeNqh':_0x414321(0x21a),'mIohu':function(_0x134b39,_0x58300e){return _0x134b39(_0x58300e);}},_0x864cc0={},_0x55a30d=new Worker(require[_0x414321(0x21c)](_0x4a3983[_0x414321(0x1c6)]),{'exposedMethods':[_0x4a3983[_0x414321(0x1c9)]],'forkOptions':{'serialization':_0x4a3983[_0x414321(0x205)],'stdio':_0x4a3983[_0x414321(0x230)]},'numWorkers':_0x1199da,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xb005e8=new Emittery();_0xb005e8['on'](_0x4a3983[_0x414321(0x1af)],_0x2cc89f=>{const _0x2fc776=_0x414321;_0x2cc89f[0x0]&&logger[_0x2fc776(0x200)](_0x2fc776(0x1c4)+_0x2cc89f[0x1]+'\x20for',_0x2cc89f[0x0]);}),_0xb005e8['on'](_0x4a3983[_0x414321(0x206)],_0x5d0c10=>{const _0x4547e7=_0x414321;process[_0x4547e7(0x23e)]=0x1;});if(_0x55a30d[_0x414321(0x21d)]())_0x55a30d[_0x414321(0x21d)]()[_0x414321(0x1ab)](process[_0x414321(0x1e6)]);if(_0x55a30d[_0x414321(0x22b)]())_0x55a30d['getStderr']()['pipe'](process[_0x414321(0x1d0)]);const _0x298211=async()=>{const _0x3fe3bf=_0x414321,_0x1ac21c={'NpcTh':function(_0x24416f,_0x257a79){const _0x413971=a31_0x4874;return _0x4a3983[_0x413971(0x1f7)](_0x24416f,_0x257a79);},'RigCs':function(_0x46ec4e,_0x552009){const _0x1ad70c=a31_0x4874;return _0x4a3983[_0x1ad70c(0x201)](_0x46ec4e,_0x552009);}};let _0x977e7b=0x0;const _0x45bb47=_0x55a30d[_0x3fe3bf(0x1db)][_0x3fe3bf(0x1e4)](),_0x2b229b=()=>{},_0x79f7cf=_0x45bb47['map'](async _0x45c726=>{const _0x546257=_0x3fe3bf;_0x45c726[_0x546257(0x20c)]([0x2,![]],_0x2b229b,_0x2b229b,_0x2b229b),_0x45c726[_0x546257(0x20a)]['on'](_0x4a3983[_0x546257(0x24c)],_0x187ec4=>{const _0x3c5b35=_0x546257;_0x1ac21c[_0x3c5b35(0x1fd)](_0x977e7b,0x0)&&_0x1ac21c[_0x3c5b35(0x1cc)](_0x187ec4,0x0)&&(_0x977e7b=_0x187ec4);}),await _0x45c726['waitForExit']();});await Promise[_0x3fe3bf(0x1bf)](_0x79f7cf),process['exitCode']=_0x977e7b;const {forceExited:_0x58690e}=await _0x55a30d['end']();_0x58690e&&console[_0x3fe3bf(0x23f)](_0x4a3983['EwXkc']),_0x4a3983['RHYPY'](_0x6d384a,_0x864cc0);},_0x1ba4a2=_0x4a3983[_0x414321(0x231)](pLimit,_0x1199da),_0xee338c=_0x3c996d=>_0x1ba4a2(async()=>{return _0x55a30d['vanillaWorker'](_0x3c996d);});Promise['all'](_0x3d1139[_0x414321(0x23b)](_0x536963=>_0xee338c(_0x536963)[_0x414321(0x1b6)](_0x3ec9d0=>_0xb005e8[_0x414321(0x210)](_0x414321(0x217),[_0x536963['configuration'][_0x414321(0x1b9)],_0x536963[_0x414321(0x19f)][_0x414321(0x1e3)]]),_0x29e039=>_0xb005e8['emit'](_0x414321(0x21a),[_0x536963,_0x29e039]))))[_0x414321(0x1b6)](_0x298211,_0x298211);});
|
|
1
|
+
const a31_0x4f23db=a31_0x25f2;(function(_0x58a881,_0x449bc6){const _0x3fc3b1=a31_0x25f2,_0x46c544=_0x58a881();while(!![]){try{const _0x237fb1=parseInt(_0x3fc3b1(0x21f))/0x1*(-parseInt(_0x3fc3b1(0x236))/0x2)+parseInt(_0x3fc3b1(0x192))/0x3+-parseInt(_0x3fc3b1(0x210))/0x4*(-parseInt(_0x3fc3b1(0x238))/0x5)+-parseInt(_0x3fc3b1(0x1f8))/0x6*(parseInt(_0x3fc3b1(0x204))/0x7)+-parseInt(_0x3fc3b1(0x1ea))/0x8*(parseInt(_0x3fc3b1(0x18e))/0x9)+parseInt(_0x3fc3b1(0x234))/0xa*(parseInt(_0x3fc3b1(0x215))/0xb)+-parseInt(_0x3fc3b1(0x216))/0xc*(-parseInt(_0x3fc3b1(0x1bc))/0xd);if(_0x237fb1===_0x449bc6)break;else _0x46c544['push'](_0x46c544['shift']());}catch(_0x3ec46d){_0x46c544['push'](_0x46c544['shift']());}}}(a31_0x12a5,0x8a719));const Worker=require(a31_0x4f23db(0x1c8))[a31_0x4f23db(0x1d0)],Emittery=require(a31_0x4f23db(0x1c4)),pLimit=require(a31_0x4f23db(0x191)),util=require(a31_0x4f23db(0x1cb)),logger=require(a31_0x4f23db(0x22d))[a31_0x4f23db(0x208)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x4f23db(0x19d)),SessionHandler=require(a31_0x4f23db(0x235)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x4f23db(0x1dc));checkAccessibility=_0x10b8b2=>{const _0x42ff6c=a31_0x4f23db,_0x5f517a={};_0x5f517a[_0x42ff6c(0x18b)]=_0x42ff6c(0x22e),_0x5f517a[_0x42ff6c(0x22f)]=function(_0x3f6444,_0x4233ed){return _0x3f6444===_0x4233ed;},_0x5f517a[_0x42ff6c(0x1d7)]=_0x42ff6c(0x18d),_0x5f517a[_0x42ff6c(0x1f3)]=function(_0x1285db,_0x14420b){return _0x1285db!==_0x14420b;},_0x5f517a[_0x42ff6c(0x21a)]='cUKSJ',_0x5f517a[_0x42ff6c(0x219)]=_0x42ff6c(0x23a),_0x5f517a[_0x42ff6c(0x22b)]='CsIAe',_0x5f517a['wYavy']=_0x42ff6c(0x18f),_0x5f517a[_0x42ff6c(0x1ed)]=_0x42ff6c(0x23b);const _0x491869=_0x5f517a;let _0x5816e6=![];try{_0x491869['gGzcx'](_0x491869[_0x42ff6c(0x219)],_0x491869[_0x42ff6c(0x22b)])?_0x10b8b2[_0x42ff6c(0x185)][_0x42ff6c(0x193)](_0x27bf60=>{const _0x438821=_0x42ff6c,_0x4abae1={};_0x4abae1[_0x438821(0x1dd)]=_0x491869[_0x438821(0x18b)];const _0x330ceb=_0x4abae1;if(_0x491869[_0x438821(0x22f)](_0x491869['VZRxp'],_0x491869[_0x438821(0x1d7)])){if(_0x491869[_0x438821(0x22f)](_0x27bf60['accessibility'],!![]))return _0x491869[_0x438821(0x1f3)](_0x491869[_0x438821(0x21a)],_0x491869[_0x438821(0x21a)])?(_0x55dac7=!![],!![]):(_0x5816e6=!![],!![]);}else _0x52da0e[_0x438821(0x227)](_0x330ceb['ZNmyz']);}):_0x28fb21[_0x42ff6c(0x19a)](_0x42ff6c(0x195)+_0xe98565);}catch(_0x4e20ed){_0x491869[_0x42ff6c(0x22f)](_0x491869[_0x42ff6c(0x1d4)],_0x491869['LJcnW'])?_0x3426d3[_0x42ff6c(0x196)]([_0x1202cc[0x0],_0x4acf45[0x1]]):logger[_0x42ff6c(0x19a)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4e20ed);}return _0x5816e6;},exports['parallelTestRun']=(_0x1c0651,_0x5e8e41,_0x39bb3a)=>new Promise(async _0x336884=>{const _0x500b7c=a31_0x4f23db,_0x3a68b3={'dmzkM':'Workers\x20failed\x20to\x20exit\x20gracefully','exsNI':function(_0x4fc09a,_0x5f2977){return _0x4fc09a===_0x5f2977;},'ZuqWs':_0x500b7c(0x1b7),'ubxtd':function(_0x3655e7,_0xc0f17f){return _0x3655e7+_0xc0f17f;},'GSIdp':_0x500b7c(0x1fa),'yZqgq':'SLDlV','MXzVO':'PVmKu','LoCNc':function(_0x3cd024,_0x356360){return _0x3cd024!==_0x356360;},'smTdR':_0x500b7c(0x1b8),'hJjNE':_0x500b7c(0x206),'cDdqB':'CbYHP','wPIrh':_0x500b7c(0x200),'bRSDq':function(_0x24eafb,_0xaf1779){return _0x24eafb===_0xaf1779;},'Rajxs':function(_0x43e711,_0x24703d){return _0x43e711!==_0x24703d;},'jgiSc':function(_0x3f9c1d,_0x21aa32){return _0x3f9c1d(_0x21aa32);},'hHavw':function(_0x3964be,_0x50dee4){return _0x3964be!==_0x50dee4;},'uAZjL':'cOEdD','MDiix':'ppZZc','JtCLw':'QgvIu','ouZAV':_0x500b7c(0x1cc),'noHda':function(_0x276b53){return _0x276b53();},'OzBjH':'fvklv','HhoSg':_0x500b7c(0x1a2),'QBggh':function(_0x76ab6b){return _0x76ab6b();},'qAHIr':_0x500b7c(0x1af),'WwbqC':_0x500b7c(0x1df),'wZkDu':function(_0x508e69,_0x241001){return _0x508e69===_0x241001;},'EFZwc':_0x500b7c(0x1ae),'YcrfH':_0x500b7c(0x186),'qhlcD':function(_0x1fe05c,_0x20cd51){return _0x1fe05c(_0x20cd51);},'aCOkF':function(_0x3effc4,_0x372f86){return _0x3effc4(_0x372f86);},'rCtgx':function(_0x39a509,_0x12fd5c){return _0x39a509+_0x12fd5c;},'xSnPQ':_0x500b7c(0x1a6),'FlXlF':_0x500b7c(0x1c9),'vWNPA':'test-file-start','zvgDD':_0x500b7c(0x1bf),'qvILi':_0x500b7c(0x1b5),'dONcp':_0x500b7c(0x1f6),'RFBIw':'true','nIBha':function(_0x1df712,_0x1c1e66){return _0x1df712(_0x1c1e66);},'oiAKR':function(_0x2c492f,_0x106f82){return _0x2c492f===_0x106f82;},'nOkpl':function(_0x1cf084,_0x1b4def){return _0x1cf084!==_0x1b4def;},'pykqj':_0x500b7c(0x1c5),'MBuKk':_0x500b7c(0x211),'yGGpR':function(_0x1ba4b9,_0x2d53d0,_0x36f835){return _0x1ba4b9(_0x2d53d0,_0x36f835);},'uylnW':_0x500b7c(0x1a0),'FfzNs':_0x500b7c(0x230),'bGxmI':_0x500b7c(0x194),'cpIHp':'pipe','nLchk':function(_0x5359ba,_0xced648){return _0x5359ba*_0xced648;},'Nigqo':'test-file-success','FixVJ':_0x500b7c(0x229),'zZqNS':function(_0x4fcc54,_0x1557a4){return _0x4fcc54(_0x1557a4);},'jGQrK':function(_0x5de43c,_0x5adb8a){return _0x5de43c*_0x5adb8a;}},_0x50999e={};if(_0x3a68b3[_0x500b7c(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x500b7c(0x1b2)](_0x3a68b3[_0x500b7c(0x19b)],_0x3a68b3[_0x500b7c(0x18a)]))_0x4d6c4a[_0x500b7c(0x227)](_0x3a68b3['dmzkM']);else{const _0x60d3c8={..._0x39bb3a};_0x60d3c8[_0x500b7c(0x1d6)]='',await SessionHandler['launch'](_0x60d3c8,{'frameworkName':_0x3a68b3[_0x500b7c(0x213)],'frameworkVersion':_0x3a68b3['qhlcD'](getFrameworkVersion,_0x3a68b3[_0x500b7c(0x213)])});}}let _0x36ebf4=_0x3a68b3[_0x500b7c(0x1b2)](process['env'][_0x500b7c(0x19e)],_0x3a68b3['RFBIw']);process[_0x500b7c(0x221)][_0x500b7c(0x1d5)]=_0x3a68b3[_0x500b7c(0x20d)](checkAccessibility,_0x39bb3a),_0x36ebf4=_0x36ebf4||_0x3a68b3[_0x500b7c(0x1a8)](process[_0x500b7c(0x221)][_0x500b7c(0x1d5)],_0x3a68b3[_0x500b7c(0x1be)]);if(_0x36ebf4){if(_0x3a68b3['nOkpl'](_0x3a68b3['pykqj'],_0x3a68b3[_0x500b7c(0x1ff)])){const [_0xd570eb,_0x35de9a]=await _0x3a68b3[_0x500b7c(0x187)](createAccessibilityTestRun,_0x39bb3a,_0x3a68b3[_0x500b7c(0x213)]);logger[_0x500b7c(0x19a)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x35de9a),process['env']['BS_A11Y_JWT']=_0xd570eb,process[_0x500b7c(0x221)]['BS_A11Y_TEST_RUN_ID']=_0x35de9a;}else{if(_0x3a68b3['exsNI'](_0x173a17[_0x500b7c(0x1fe)],!![]))return _0x33af5d=!![],!![];}}const _0x56ae7c=new Worker(require[_0x500b7c(0x1e7)](_0x3a68b3['uylnW']),{'exposedMethods':[_0x3a68b3['FfzNs']],'forkOptions':{'serialization':_0x3a68b3['bGxmI'],'stdio':_0x3a68b3[_0x500b7c(0x224)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3a68b3[_0x500b7c(0x1c1)](_0x5e8e41,0x1),'enableWorkerThreads':!![]}),_0x3eed6d=new Emittery();_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1bd)],_0x4f2fb8=>{const _0x616ccb=_0x500b7c;_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x199)],_0x3a68b3['MXzVO'])?(_0x252003[_0x6ab9db[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x58a096[_0x30e4a0[0x0]][_0x3a68b3[_0x616ccb(0x19c)]],_0x198443[0x1][_0x3a68b3[_0x616ccb(0x19c)]]),_0x3eae31[_0x5c160c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x1a0608[_0x2c251c[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x389332[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x50999e[_0x4f2fb8[0x0]]?_0x3a68b3[_0x616ccb(0x20e)](_0x3a68b3[_0x616ccb(0x1ad)],_0x3a68b3[_0x616ccb(0x218)])?(_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x19c)]]=_0x3a68b3[_0x616ccb(0x21b)](_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3['ZuqWs']],_0x4f2fb8[0x1][_0x3a68b3['ZuqWs']]),_0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]]=[..._0x50999e[_0x4f2fb8[0x0]][_0x3a68b3[_0x616ccb(0x1b4)]],..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]):_0x2e9850=_0x208dd6:_0x3a68b3[_0x616ccb(0x1a3)](_0x3a68b3[_0x616ccb(0x1c7)],_0x3a68b3[_0x616ccb(0x1f0)])?_0xc80266['error'](_0x616ccb(0x1a9)+_0x28fb5d[_0x616ccb(0x1ee)](_0x3b6523)):_0x50999e[_0x4f2fb8[0x0]]={'failureCount':_0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x19c)]],'results':[..._0x4f2fb8[0x1][_0x3a68b3[_0x616ccb(0x1b4)]]]};}),_0x3eed6d['on'](_0x3a68b3[_0x500b7c(0x1d2)],_0x582bf2=>console[_0x500b7c(0x1ec)](_0x582bf2[0x1]));if(_0x56ae7c['getStdout']())_0x56ae7c[_0x500b7c(0x237)]()[_0x500b7c(0x1a4)](process[_0x500b7c(0x18c)]);if(_0x56ae7c['getStderr']())_0x56ae7c['getStderr']()[_0x500b7c(0x1a4)](process[_0x500b7c(0x20b)]);const _0x2c213e=async()=>{const _0x4128bc=_0x500b7c,_0x528e7d={'zSlOQ':function(_0x505c4a,_0x399895){return _0x3a68b3['hHavw'](_0x505c4a,_0x399895);},'ARlvK':_0x3a68b3[_0x4128bc(0x190)],'PAqGU':_0x3a68b3[_0x4128bc(0x1eb)],'XKwMs':function(_0x399a17,_0xa250c5){const _0x2be7e9=_0x4128bc;return _0x3a68b3[_0x2be7e9(0x1a3)](_0x399a17,_0xa250c5);}};if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x20a)],_0x3a68b3['MDiix'])){const {forceExited:_0x5b7fff}=await _0x56ae7c['end']();_0x5b7fff&&(_0x3a68b3['bRSDq'](_0x3a68b3[_0x4128bc(0x1f4)],_0x3a68b3[_0x4128bc(0x1f9)])?_0x3a68b3[_0x4128bc(0x1b2)](_0xc785d8,0x0)&&_0x3a68b3[_0x4128bc(0x1d3)](_0x18c4e4,0x0)&&(_0x3775f9=_0x35becc):console[_0x4128bc(0x227)](_0x3a68b3[_0x4128bc(0x1eb)]));_0x3a68b3[_0x4128bc(0x1de)](isAccessibilityAutomationSession)&&(_0x3a68b3['Rajxs'](_0x3a68b3[_0x4128bc(0x22c)],_0x3a68b3[_0x4128bc(0x1f2)])?await _0x3a68b3[_0x4128bc(0x1e9)](stopAccessibilityTestRun,_0x39bb3a)[_0x4128bc(0x231)](_0x4e3e5d=>{const _0x11b9d2=_0x4128bc;if(_0x528e7d[_0x11b9d2(0x1fc)](_0x528e7d[_0x11b9d2(0x1ab)],_0x528e7d[_0x11b9d2(0x1ab)]))return _0x4cb3dc[_0x11b9d2(0x1cf)](_0x5103ec);else logger['error'](_0x11b9d2(0x1a9)+util[_0x11b9d2(0x1ee)](_0x4e3e5d));}):_0x3a68b3[_0x4128bc(0x1e9)](_0x4dbdb1,_0x4128bc(0x201)+_0x4df8ef));if(_0x3a68b3[_0x4128bc(0x1e5)](isTestObservabilitySession)){if(_0x3a68b3[_0x4128bc(0x1a3)](_0x3a68b3[_0x4128bc(0x1c6)],_0x3a68b3[_0x4128bc(0x1c6)]))try{_0x3a68b3['Rajxs'](_0x3a68b3['WwbqC'],_0x3a68b3[_0x4128bc(0x183)])?_0x2772b7[_0x4128bc(0x227)](_0x528e7d['PAqGU']):await SessionHandler[_0x4128bc(0x22a)]();}catch(_0x460732){_0x3a68b3[_0x4128bc(0x1ef)](_0x3a68b3['EFZwc'],_0x3a68b3['YcrfH'])?_0x4dfc71[0x0]&&_0x5de31c['info'](_0x4128bc(0x1b9)+_0x134556[0x1]+_0x4128bc(0x1c3),_0x3608dd[0x0]):_0x3a68b3[_0x4128bc(0x1ac)](debug,_0x4128bc(0x201)+_0x460732);}else _0xec1d42[_0x4128bc(0x1e1)]=0x1;}_0x3a68b3[_0x4128bc(0x202)](_0x336884,_0x50999e);}else{const _0x4bf6d0={'eaFqd':function(_0x5bea78,_0xd3de16){const _0x21083a=_0x4128bc;return _0x528e7d[_0x21083a(0x212)](_0x5bea78,_0xd3de16);}};_0x40b670[_0x4128bc(0x185)][_0x4128bc(0x193)](_0x5ba5c8=>{const _0x1eadac=_0x4128bc;if(_0x4bf6d0[_0x1eadac(0x1e6)](_0x5ba5c8[_0x1eadac(0x1fe)],!![]))return _0xf54b5e=!![],!![];});}},_0xfce735=_0x3a68b3['zZqNS'](pLimit,_0x3a68b3[_0x500b7c(0x1d8)](_0x5e8e41,0x1)),_0x567d91=_0x48e054=>_0xfce735(async()=>{const _0x308da4=_0x500b7c,_0x543ae1={'OpEDv':_0x3a68b3[_0x308da4(0x19c)],'SJxtI':function(_0xe7a878,_0x4772b9){const _0x45da2d=_0x308da4;return _0x3a68b3[_0x45da2d(0x20f)](_0xe7a878,_0x4772b9);},'zlNzg':_0x3a68b3[_0x308da4(0x1b4)]};if(_0x3a68b3['wZkDu'](_0x3a68b3[_0x308da4(0x1e2)],_0x3a68b3[_0x308da4(0x1f5)])){if(_0x42cf30[_0x28b4f9[0x0]])_0x46e06d[_0x2f608a[0x0]][_0x543ae1[_0x308da4(0x1d9)]]=_0x543ae1['SJxtI'](_0x28f857[_0x2e47bd[0x0]][_0x543ae1[_0x308da4(0x1d9)]],_0x37ca84[0x1][_0x543ae1[_0x308da4(0x1d9)]]),_0x221f8b[_0x5d3039[0x0]][_0x543ae1['zlNzg']]=[..._0x58ba98[_0x40ec4d[0x0]][_0x543ae1['zlNzg']],..._0x5efb5b[0x1][_0x543ae1[_0x308da4(0x1b0)]]];else{const _0x5a9223={};_0x5a9223[_0x308da4(0x1b7)]=_0x3c7486[0x1][_0x543ae1['OpEDv']],_0x5a9223[_0x308da4(0x1fa)]=[..._0x70c6ed[0x1][_0x543ae1[_0x308da4(0x1b0)]]],_0x1d43a6[_0x2ff37f[0x0]]=_0x5a9223;}}else return await _0x3eed6d['emit'](_0x3a68b3[_0x308da4(0x225)],_0x48e054),_0x56ae7c[_0x308da4(0x230)](_0x48e054,_0x39bb3a);});Promise[_0x500b7c(0x226)](_0x1c0651[_0x500b7c(0x239)](_0x4b63a5=>_0x567d91(_0x4b63a5)[_0x500b7c(0x209)](_0x59c318=>_0x3eed6d[_0x500b7c(0x19f)](_0x500b7c(0x1e3),[_0x4b63a5[_0x500b7c(0x23d)][_0x500b7c(0x1b3)],_0x59c318]),_0x461013=>_0x3eed6d['emit'](_0x500b7c(0x229),[_0x4b63a5,_0x461013]))))[_0x500b7c(0x209)](_0x2c213e,_0x2c213e);}),exports['parallelCucumberRun']=(_0x2b353c,_0x564955,_0x4332dd,_0x23a477,_0x176a81)=>{const _0x1dd4b6=a31_0x4f23db,_0x1a7dc2={'DzuCf':_0x1dd4b6(0x188),'bkrQW':'failureCount','mMUYe':_0x1dd4b6(0x1fa),'IxnXV':function(_0x13649e,_0x374243){return _0x13649e!==_0x374243;},'VDBMP':'gBoRM','WhnOj':_0x1dd4b6(0x22e),'VUTyB':function(_0x3e880b,_0x3bbb86){return _0x3e880b(_0x3bbb86);},'GKCDI':_0x1dd4b6(0x1a0),'gAOEE':_0x1dd4b6(0x223),'WWtBa':_0x1dd4b6(0x194),'Sgdjm':_0x1dd4b6(0x1a4),'HgPxT':_0x1dd4b6(0x197),'eQrLE':_0x1dd4b6(0x21e)};return new Promise(_0x281ca9=>{const _0x5994f8=_0x1dd4b6,_0x3df2c3={'VRlNA':_0x1a7dc2[_0x5994f8(0x1b1)],'AyIdD':_0x1a7dc2[_0x5994f8(0x228)],'UKJZB':function(_0x5c23ff,_0x10f624){const _0x3f7114=_0x5994f8;return _0x1a7dc2[_0x3f7114(0x203)](_0x5c23ff,_0x10f624);},'pxrwz':_0x1a7dc2[_0x5994f8(0x198)],'ijsUt':_0x1a7dc2[_0x5994f8(0x222)],'AIoht':function(_0x274e4b,_0x378f1b){const _0x31af32=_0x5994f8;return _0x1a7dc2[_0x31af32(0x1ca)](_0x274e4b,_0x378f1b);}},_0xec8cdc=[],_0x5a5102=new Worker(require['resolve'](_0x1a7dc2[_0x5994f8(0x1f1)]),{'exposedMethods':[_0x1a7dc2[_0x5994f8(0x1e0)]],'forkOptions':{'serialization':_0x1a7dc2[_0x5994f8(0x1cd)],'stdio':_0x1a7dc2[_0x5994f8(0x1a1)]},'numWorkers':_0x2b353c[_0x5994f8(0x220)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5377f4=new Emittery();_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x189)],_0x3a762e=>{const _0x556bef=_0x5994f8,_0x550ca3={};_0x550ca3[_0x556bef(0x1c0)]=_0x3df2c3[_0x556bef(0x1a5)],_0x550ca3[_0x556bef(0x207)]=_0x3df2c3['AyIdD'];const _0x37fab1=_0x550ca3;if(_0x3df2c3[_0x556bef(0x1d1)](_0x3df2c3[_0x556bef(0x1e4)],_0x3df2c3[_0x556bef(0x1e4)])){const _0x3985e0={};_0x3985e0[_0x556bef(0x1b7)]=_0x5cf4fe[0x1][_0x37fab1[_0x556bef(0x1c0)]],_0x3985e0[_0x556bef(0x1fa)]=[..._0x23d02b[0x1][_0x37fab1['hWmDg']]],_0x3a40a4[_0x1c1bff[0x0]]=_0x3985e0;}else _0xec8cdc[_0x556bef(0x196)]([_0x3a762e[0x0],_0x3a762e[0x1]]);}),_0x5377f4['on'](_0x1a7dc2[_0x5994f8(0x217)],_0x502a41=>console[_0x5994f8(0x1ec)](_0x502a41[0x1]));if(_0x5a5102[_0x5994f8(0x237)]())_0x5a5102['getStdout']()['pipe'](process['stdout']);if(_0x5a5102[_0x5994f8(0x1da)]())_0x5a5102['getStderr']()[_0x5994f8(0x1a4)](process['stderr']);const _0x2c278a=async()=>{const _0x46433d=_0x5994f8,{forceExited:_0x414cd9}=await _0x5a5102[_0x46433d(0x21c)]();_0x414cd9&&console[_0x46433d(0x227)](_0x3df2c3[_0x46433d(0x1ce)]),_0x3df2c3[_0x46433d(0x23c)](_0x281ca9,_0xec8cdc);},_0x221ef6=_0x1a7dc2[_0x5994f8(0x1ca)](pLimit,_0x2b353c[_0x5994f8(0x220)]),_0x35f2b2=_0x578353=>_0x221ef6(async()=>{const _0x59291a=_0x5994f8;return await _0x5377f4['emit'](_0x1a7dc2['DzuCf'],_0x578353),_0x5a5102[_0x59291a(0x223)](_0x578353,_0x564955,_0x4332dd,_0x23a477,_0x176a81);});Promise[_0x5994f8(0x226)](_0x2b353c['map'](_0x46b6ea=>_0x35f2b2(_0x46b6ea)[_0x5994f8(0x209)](_0x18a883=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x197),[_0x46b6ea,_0x18a883]),_0x1854dd=>_0x5377f4[_0x5994f8(0x19f)](_0x5994f8(0x21e),[_0x46b6ea,_0x1854dd]))))[_0x5994f8(0x209)](_0x2c278a,_0x2c278a);});},exports[a31_0x4f23db(0x184)]=(_0x399cfc,_0x26a38e)=>new Promise(_0x4ec76f=>{const _0x438e03=a31_0x4f23db,_0x5a9846={'uTPeL':function(_0x2ff9ca,_0x3d9848){return _0x2ff9ca===_0x3d9848;},'pfcbD':function(_0x5914a0,_0x296252){return _0x5914a0!==_0x296252;},'gBVgr':'exit','TGmYR':_0x438e03(0x22e),'IDxKR':function(_0x1a6c07,_0x33fd08){return _0x1a6c07(_0x33fd08);},'cwevZ':_0x438e03(0x1a0),'iwhkP':_0x438e03(0x1cf),'LMVQw':_0x438e03(0x194),'SmlCk':_0x438e03(0x1a4),'PDADQ':'test-file-success','FIGqj':_0x438e03(0x229)},_0x5c8ac6={},_0x15cad7=new Worker(require[_0x438e03(0x1e7)](_0x5a9846[_0x438e03(0x1aa)]),{'exposedMethods':[_0x5a9846['iwhkP']],'forkOptions':{'serialization':_0x5a9846[_0x438e03(0x1b6)],'stdio':_0x5a9846[_0x438e03(0x20c)]},'numWorkers':_0x26a38e,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xaaedbf=new Emittery();_0xaaedbf['on'](_0x5a9846[_0x438e03(0x233)],_0x265d56=>{const _0x4036e6=_0x438e03;_0x265d56[0x0]&&logger[_0x4036e6(0x1e8)]('Running\x20'+_0x265d56[0x1]+'\x20for',_0x265d56[0x0]);}),_0xaaedbf['on'](_0x5a9846['FIGqj'],_0x52fd26=>{const _0x2cda12=_0x438e03;process[_0x2cda12(0x1e1)]=0x1;});if(_0x15cad7[_0x438e03(0x237)]())_0x15cad7['getStdout']()['pipe'](process[_0x438e03(0x18c)]);if(_0x15cad7[_0x438e03(0x1da)]())_0x15cad7[_0x438e03(0x1da)]()[_0x438e03(0x1a4)](process['stderr']);const _0x8328ef=async()=>{const _0x1935d7=_0x438e03,_0x3c1612={'jqDyT':function(_0x44d4a0,_0x991abc){const _0x9d091d=a31_0x25f2;return _0x5a9846[_0x9d091d(0x1db)](_0x44d4a0,_0x991abc);},'fcqHk':function(_0x565a04,_0x3ca3c9){const _0x3fd1d4=a31_0x25f2;return _0x5a9846[_0x3fd1d4(0x1bb)](_0x565a04,_0x3ca3c9);},'nnVUf':_0x5a9846[_0x1935d7(0x1fb)]};let _0x388c7a=0x0;const _0x3b31c1=_0x15cad7[_0x1935d7(0x1fd)]['getWorkers'](),_0x250daf=()=>{},_0x164675=_0x3b31c1[_0x1935d7(0x239)](async _0x2b0291=>{const _0x350bba=_0x1935d7,_0x43c172={'TwUpP':function(_0x4f3f2c,_0x346414){const _0x4b1a1a=a31_0x25f2;return _0x3c1612[_0x4b1a1a(0x214)](_0x4f3f2c,_0x346414);},'GnVjG':function(_0x34d7d2,_0x426ea9){return _0x3c1612['fcqHk'](_0x34d7d2,_0x426ea9);}};_0x2b0291[_0x350bba(0x182)]([0x2,![]],_0x250daf,_0x250daf,_0x250daf),_0x2b0291[_0x350bba(0x232)]['on'](_0x3c1612[_0x350bba(0x205)],_0x205649=>{const _0x32718d=_0x350bba;_0x43c172[_0x32718d(0x1f7)](_0x388c7a,0x0)&&_0x43c172[_0x32718d(0x1a7)](_0x205649,0x0)&&(_0x388c7a=_0x205649);}),await _0x2b0291[_0x350bba(0x1ba)]();});await Promise[_0x1935d7(0x226)](_0x164675),process[_0x1935d7(0x1e1)]=_0x388c7a;const {forceExited:_0x188710}=await _0x15cad7[_0x1935d7(0x21c)]();_0x188710&&console['error'](_0x5a9846[_0x1935d7(0x1c2)]),_0x5a9846['IDxKR'](_0x4ec76f,_0x5c8ac6);},_0x4e7f38=_0x5a9846[_0x438e03(0x21d)](pLimit,_0x26a38e),_0x5099ce=_0x50f91d=>_0x4e7f38(async()=>{const _0x2ed2d2=_0x438e03;return _0x15cad7[_0x2ed2d2(0x1cf)](_0x50f91d);});Promise[_0x438e03(0x226)](_0x399cfc[_0x438e03(0x239)](_0x5e67ed=>_0x5099ce(_0x5e67ed)[_0x438e03(0x209)](_0xece15=>_0xaaedbf[_0x438e03(0x19f)]('test-file-success',[_0x5e67ed['configuration']['platform'],_0x5e67ed[_0x438e03(0x23d)]['file']]),_0xf58711=>_0xaaedbf['emit']('test-file-failure',[_0x5e67ed,_0xf58711]))))[_0x438e03(0x209)](_0x8328ef,_0x8328ef);});function a31_0x25f2(_0x33ef05,_0x320648){const _0x12a522=a31_0x12a5();return a31_0x25f2=function(_0x25f278,_0x4e6bfb){_0x25f278=_0x25f278-0x182;let _0x5a4524=_0x12a522[_0x25f278];return _0x5a4524;},a31_0x25f2(_0x33ef05,_0x320648);}function a31_0x12a5(){const _0x269829=['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','root_dir_path','VZRxp','jGQrK','OpEDv','getStderr','uTPeL','../../helpers/test-observability/utils','ZNmyz','noHda','GUIgn','gAOEE','exitCode','xSnPQ','test-file-success','pxrwz','QBggh','eaFqd','resolve','info','jgiSc','8XcMPfa','dmzkM','log','LJcnW','format','wZkDu','wPIrh','GKCDI','HhoSg','gGzcx','JtCLw','FlXlF','mocha','TwUpP','1033026ousbdO','ouZAV','results','gBVgr','zSlOQ','_workerPool','accessibility','MBuKk','KVgnm','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','aCOkF','IxnXV','21fXXPLQ','nnVUf','knWok','hWmDg','winstonLogger','then','MDiix','stderr','SmlCk','nIBha','LoCNc','rCtgx','232976LINFOt','cewSU','XKwMs','dONcp','jqDyT','2238522BFTihQ','289668ehYkmi','eQrLE','hJjNE','BDARp','tbxOs','ubxtd','end','IDxKR','platform-run-failure','104FkHXUT','length','env','WhnOj','cucumberWorker','cpIHp','vWNPA','all','error','mMUYe','test-file-failure','stop','tqYbK','OzBjH','../../helpers/logger','Workers\x20failed\x20to\x20exit\x20gracefully','YZWJM','worker','catch','_child','PDADQ','10nSAjaY','../../helpers/test-observability/sessionHandler','12784fnQITQ','getStdout','50YHrQVG','map','qmLdY','qkmkN','AIoht','configuration','send','WwbqC','parallelVanillaRun','platforms','KLBAW','yGGpR','platform-run-start','HgPxT','qvILi','Dudtl','stdout','Hmiov','7536141PSGPMl','arbMX','uAZjL','p-limit','257652weAkUd','forEach','json','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','push','platform-run-success','VDBMP','yZqgq','debug','zvgDD','ZuqWs','../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_ACCESSIBILITY_YML','emit','./testWorker.js','Sgdjm','TlVwG','exsNI','pipe','VRlNA','XnByP','GnVjG','oiAKR','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','cwevZ','ARlvK','qhlcD','smTdR','lFmqp','EQxbc','zlNzg','bkrQW','bRSDq','platform','GSIdp','IPExA','LMVQw','failureCount','IjHuO','Running\x20','waitForExit','pfcbD','923BxWuMD','Nigqo','RFBIw','tljNK','CXBUn','nLchk','TGmYR','\x20for','emittery','yLSyG','qAHIr','cDdqB','jest-worker','AOjsT','VUTyB','util','oMnGB','WWtBa','ijsUt','vanillaWorker','Worker','UKJZB','FixVJ','Rajxs','wYavy'];a31_0x12a5=function(){return _0x269829;};return a31_0x12a5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a32_0x17a60a=a32_0xac27;(function(_0x50510c,_0x2baa05){const _0x5a1e42=a32_0xac27,_0x2c7e01=_0x50510c();while(!![]){try{const _0xc564e7=-parseInt(_0x5a1e42(0x1d8))/0x1+-parseInt(_0x5a1e42(0x1ec))/0x2*(-parseInt(_0x5a1e42(0x1e1))/0x3)+-parseInt(_0x5a1e42(0x1ee))/0x4*(parseInt(_0x5a1e42(0x1e9))/0x5)+parseInt(_0x5a1e42(0x1f2))/0x6*(-parseInt(_0x5a1e42(0x1f0))/0x7)+-parseInt(_0x5a1e42(0x1f1))/0x8+parseInt(_0x5a1e42(0x1ef))/0x9+parseInt(_0x5a1e42(0x1d9))/0xa;if(_0xc564e7===_0x2baa05)break;else _0x2c7e01['push'](_0x2c7e01['shift']());}catch(_0x395bbe){_0x2c7e01['push'](_0x2c7e01['shift']());}}}(a32_0x32e7,0x7489a),exports[a32_0x17a60a(0x1e4)]=async(_0x189657,_0x4a3811)=>{const _0x183c69=a32_0x17a60a,_0x2b828f={'vMCrh':function(_0x43e171,_0x455ccf){return _0x43e171(_0x455ccf);},'ezUgB':'../launcher/launcher','vQWKn':_0x183c69(0x1e3)},_0x127a0b=_0x2b828f[_0x183c69(0x1eb)](require,_0x2b828f[_0x183c69(0x1de)]),_0x5c814b=new _0x127a0b(_0x2b828f[_0x183c69(0x1e8)],_0x189657,_0x4a3811);return await _0x5c814b[_0x183c69(0x1df)]();},exports[a32_0x17a60a(0x1e7)]=async(_0x212e76,_0xb4e360,_0xebabfb,_0x2b9b60,_0x472e41)=>{const _0x235a36=a32_0x17a60a,_0x33bfae={'afQqf':function(_0x22323f,_0x48bb0e){return _0x22323f(_0x48bb0e);},'jmSBb':_0x235a36(0x1e6),'VViVs':_0x235a36(0x1dd)},_0x9c8254={'capability':_0x212e76,..._0xb4e360},_0x3cb0ad={};_0x3cb0ad[_0x235a36(0x1db)]=_0x9c8254,_0x3cb0ad[_0x235a36(0x1e5)]=_0x472e41;let _0x49d7c4=_0x3cb0ad;const _0x486c4b=_0x33bfae['afQqf'](require,_0x33bfae[_0x235a36(0x1e0)]),_0x96cd5d=new _0x486c4b(_0x33bfae[_0x235a36(0x1da)],_0x49d7c4,_0xebabfb,_0x2b9b60);return await _0x96cd5d[_0x235a36(0x1df)]();},exports[a32_0x17a60a(0x1dc)]=async _0x5113f5=>{const _0x2238cc=a32_0x17a60a,_0x29f7b5={'Gikwh':function(_0x182556,_0x39b65b){return _0x182556(_0x39b65b);},'JrlUy':_0x2238cc(0x1e6),'UKTjL':_0x2238cc(0x1f3)},_0x2b1ed5=_0x29f7b5[_0x2238cc(0x1ed)](require,_0x29f7b5[_0x2238cc(0x1ea)]),_0x12d330=new _0x2b1ed5(_0x29f7b5[_0x2238cc(0x1e2)],_0x5113f5);return await _0x12d330[_0x2238cc(0x1df)]();});function a32_0xac27(_0x37afad,_0x127107){const _0x32e77e=a32_0x32e7();return a32_0xac27=function(_0xac270a,_0x29ba0f){_0xac270a=_0xac270a-0x1d8;let _0x39f47d=_0x32e77e[_0xac270a];return _0x39f47d;},a32_0xac27(_0x37afad,_0x127107);}function a32_0x32e7(){const _0x1624a3=['vanilla','851822zvtOQx','7430300dkYIji','VViVs','configuration','runVanillaTest','cucumber-js','ezUgB','run','jmSBb','2316591RTqaGk','UKTjL','mocha','runTest','formatter','../launcher/launcher','runCucumberTest','vQWKn','40pAHOLp','JrlUy','vMCrh','2SxOrxy','Gikwh','145708VnstTo','6896880QqXwLf','48083HtLbdA','5232816wNFtUn','6emoQRb'];a32_0x32e7=function(){return _0x1624a3;};return a32_0x32e7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a33_0x2e79(){const _0x1c1c33=['18EWibLu','2oeljkd','oxnfE','974868iNAzMP','2853747QkVkAM','666001SWNCbx','lvPKn','191279QKZfGs','sdfsu','961923IpRAVI','2392768johUVH','cucumberWorker','1164430TIRAWG'];a33_0x2e79=function(){return _0x1c1c33;};return a33_0x2e79();}function a33_0x428c(_0xb67183,_0x56d57b){const _0x2e79a4=a33_0x2e79();return a33_0x428c=function(_0x428c17,_0x33a540){_0x428c17=_0x428c17-0x1d6;let _0x556e31=_0x2e79a4[_0x428c17];return _0x556e31;},a33_0x428c(_0xb67183,_0x56d57b);}const a33_0x5bf588=a33_0x428c;(function(_0x56c4b4,_0x26d5ee){const _0x5ca0dc=a33_0x428c,_0x4df5ca=_0x56c4b4();while(!![]){try{const _0x1f0568=parseInt(_0x5ca0dc(0x1d8))/0x1*(parseInt(_0x5ca0dc(0x1df))/0x2)+parseInt(_0x5ca0dc(0x1da))/0x3+parseInt(_0x5ca0dc(0x1e1))/0x4+-parseInt(_0x5ca0dc(0x1dd))/0x5+parseInt(_0x5ca0dc(0x1de))/0x6*(parseInt(_0x5ca0dc(0x1d6))/0x7)+-parseInt(_0x5ca0dc(0x1db))/0x8+-parseInt(_0x5ca0dc(0x1e2))/0x9;if(_0x1f0568===_0x26d5ee)break;else _0x4df5ca['push'](_0x4df5ca['shift']());}catch(_0x46df60){_0x4df5ca['push'](_0x4df5ca['shift']());}}}(a33_0x2e79,0x2ee01));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports['worker']=async(_0x5d3b0b,_0x523001)=>{const _0x189aa4=a33_0x428c,_0x351804={'lvPKn':function(_0x1673ce,_0x413d99,_0x10dd55){return _0x1673ce(_0x413d99,_0x10dd55);}};return await _0x351804[_0x189aa4(0x1d7)](runTest,_0x5d3b0b,_0x523001);},exports[a33_0x5bf588(0x1dc)]=async(_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6)=>{const _0x1fe3bf=a33_0x5bf588,_0x538601={'sdfsu':function(_0x188868,_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277){return _0x188868(_0x5e5bac,_0x2cb61d,_0x214679,_0x32c0f2,_0x26d277);}};return await _0x538601[_0x1fe3bf(0x1d9)](runCucumberTest,_0x22b782,_0x5d8399,_0x26361f,_0x359942,_0x4defe6);},exports['vanillaWorker']=async _0x5437cc=>{const _0x2fa8b6=a33_0x5bf588,_0x553757={'oxnfE':function(_0x584037,_0x3d51bd){return _0x584037(_0x3d51bd);}};return await _0x553757[_0x2fa8b6(0x1e0)](runVanillaTest,_0x5437cc);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a34_0x229e44=a34_0x3bc0;(function(_0x20c9ef,_0x110241){var _0x524636=a34_0x3bc0,_0x285abe=_0x20c9ef();while(!![]){try{var _0x32cb87=-parseInt(_0x524636(0x20d))/0x1*(-parseInt(_0x524636(0x206))/0x2)+-parseInt(_0x524636(0x218))/0x3+parseInt(_0x524636(0x1de))/0x4*(parseInt(_0x524636(0x1d4))/0x5)+-parseInt(_0x524636(0x1e2))/0x6*(parseInt(_0x524636(0x1df))/0x7)+parseInt(_0x524636(0x20a))/0x8+parseInt(_0x524636(0x1fc))/0x9*(-parseInt(_0x524636(0x1d7))/0xa)+-parseInt(_0x524636(0x1ed))/0xb;if(_0x32cb87===_0x110241)break;else _0x285abe['push'](_0x285abe['shift']());}catch(_0x1b8fd8){_0x285abe['push'](_0x285abe['shift']());}}}(a34_0x33e4,0x52421));var a34_0x239cd6={};a34_0x239cd6[a34_0x229e44(0x1f0)]='shows\x20version\x20information',a34_0x239cd6[a34_0x229e44(0x1ee)]='Specify\x20--help\x20for\x20available\x20options';var a34_0x1cb687={};a34_0x1cb687[a34_0x229e44(0x1f0)]='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x56444b={};a34_0x56444b['INFO']=a34_0x229e44(0x21a);var a34_0x5314aa={};a34_0x5314aa['INFO']=a34_0x229e44(0x1dc);var a34_0x15b1bb={};a34_0x15b1bb[a34_0x229e44(0x1f0)]=a34_0x229e44(0x200);var a34_0x3097b1={};a34_0x3097b1[a34_0x229e44(0x1f0)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a34_0x5514bf={};function a34_0x33e4(){var _0x4467ad=['firefoxOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','automate','acceptInsecureCerts','timeouts','BSTACK_DELTA','exports','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','4227432paKDGt','HELP','MOCHA','INFO','ERR_BLOCKED_BY_CLIENT','CODECEPTJS','.ipa','strictFileInteractability','PLAYWRIGHT','ERR_TUNNEL_CONNECTION_FAILED','ERR_NETWORK_CHANGED','acceptSslCerts','chromeOptions','NIGHTWATCH','ERR_CONNECTION_RESET','20934gkViWz','ROOT_CAPS','NUDGE_LOCAL_ERRORS','HST','Run\x20js\x20tests\x20on\x20browserstack','HUB_URL_REGEX','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','hubUrl','Run\x20playwright\x20tests\x20on\x20Browserstack','FUNNEL_INSTRUMENTATION_API_URL','620876iJabdd','ERR_CONNECTION_ABORTED','ERR_PROXY_CONNECTION_FAILED','ERR_CONNECTION_FAILED','3581632uSMTka','ERR_TIMED_OUT','ERR_CONNECTION_REFUSED','1bNpOPt','ERR_NAME_NOT_RESOLVED','ieOptions','PLAYWRIGHT_HUB_URL','Playwright','ERR_SOCKS_CONNECTION_FAILED','app-automate','ERR_ADDRESS_UNREACHABLE','unhandledPromptBehavior','^[a-zA-Z0-9_.-]*$','ERR_SOCKET_NOT_CONNECTED','54969OVVPrJ','wss://cdp.browserstack.com/playwright?caps=','Run\x20mocha\x20tests\x20on\x20browserstack','OBSERVABILITY_SUPPORTED_FWS','VANILLA','.apk','JEST','CI_ARTIFACTS_PATH','browserVersion','./browserstack-artifacts/','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PRIVATE_DOMAIN_OR_IP_REGEX','3253215qelKAA','CUSTOM_ID_REGEX','SHAREABLE_ID_REGEX','2020NiEKeV','AUTOMATE','VERSION','APP_AUTOMATE_PRODUCTS','ERR_NAME_RESOLUTION_FAILED','Run\x20cucumber-js\x20tests\x20on\x20browserstack','observability','4AIttez','7231GjzzgE','VALID_APP_EXTENSION','APP_UPLOAD_URL','1158lAuDtx','.aab','pageLoadStrategy'];a34_0x33e4=function(){return _0x4467ad;};return a34_0x33e4();}a34_0x5514bf['INFO']=a34_0x229e44(0x204);var a34_0x308a3a={};function a34_0x3bc0(_0x329eca,_0x30d5cd){var _0x33e4aa=a34_0x33e4();return a34_0x3bc0=function(_0x3bc0ae,_0x4330ce){_0x3bc0ae=_0x3bc0ae-0x1cc;var _0x4356e0=_0x33e4aa[_0x3bc0ae];return _0x4356e0;},a34_0x3bc0(_0x329eca,_0x30d5cd);}a34_0x308a3a['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a34_0x4b6224={};a34_0x4b6224['INFO']=a34_0x229e44(0x1e6);var a34_0x5893b6={};a34_0x5893b6[a34_0x229e44(0x1d9)]=a34_0x239cd6,a34_0x5893b6[a34_0x229e44(0x1ce)]=a34_0x1cb687,a34_0x5893b6[a34_0x229e44(0x1ef)]=a34_0x56444b,a34_0x5893b6['CUCUMBER']=a34_0x5314aa,a34_0x5893b6[a34_0x229e44(0x1cc)]=a34_0x15b1bb,a34_0x5893b6[a34_0x229e44(0x1fa)]=a34_0x3097b1,a34_0x5893b6[a34_0x229e44(0x1f5)]=a34_0x5514bf,a34_0x5893b6[a34_0x229e44(0x1f2)]=a34_0x308a3a,a34_0x5893b6[a34_0x229e44(0x1ff)]=a34_0x4b6224,a34_0x5893b6[a34_0x229e44(0x1ea)]=0xf*0x3c*0x3e8,a34_0x5893b6[a34_0x229e44(0x203)]='https://hub.browserstack.com/wd/hub',a34_0x5893b6[a34_0x229e44(0x201)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x5893b6[a34_0x229e44(0x1fd)]=[a34_0x229e44(0x1e8),a34_0x229e44(0x1e4),a34_0x229e44(0x1f4),a34_0x229e44(0x215),a34_0x229e44(0x1e9),'browserName',a34_0x229e44(0x1d0),a34_0x229e44(0x1f8),'acceptSslCert',a34_0x229e44(0x1f9),a34_0x229e44(0x1e5),'edgeOptions',a34_0x229e44(0x20f)],a34_0x5893b6['ROOT_REGEX']=/^[\w-]+:.*$/,a34_0x5893b6[a34_0x229e44(0x1d3)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x5893b6['BROWSERSTACK_API_URL']='https://api.browserstack.com',a34_0x5893b6[a34_0x229e44(0x1e1)]='https://api-cloud.browserstack.com',a34_0x5893b6[a34_0x229e44(0x205)]='sdk/v1/event',a34_0x5893b6['AUTOMATE_PRODUCTS']=[a34_0x229e44(0x1e7),a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x1da)]=['app-automate','observability'],a34_0x5893b6['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a34_0x229e44(0x1dd)],a34_0x5893b6[a34_0x229e44(0x21b)]=['mocha',a34_0x229e44(0x211)],a34_0x5893b6[a34_0x229e44(0x1d8)]=[a34_0x229e44(0x1e7)],a34_0x5893b6['APP_AUTOMATE']=[a34_0x229e44(0x213)],a34_0x5893b6[a34_0x229e44(0x1fe)]=['ERR_FAILED',a34_0x229e44(0x20b),a34_0x229e44(0x1f1),a34_0x229e44(0x1f7),a34_0x229e44(0x217),'ERR_CONNECTION_CLOSED',a34_0x229e44(0x1fb),a34_0x229e44(0x20c),a34_0x229e44(0x207),a34_0x229e44(0x209),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a34_0x229e44(0x214),a34_0x229e44(0x1f6),'ERR_CONNECTION_TIMED_OUT',a34_0x229e44(0x212),a34_0x229e44(0x1ec),a34_0x229e44(0x208),a34_0x229e44(0x20e),a34_0x229e44(0x1db),a34_0x229e44(0x202)],a34_0x5893b6[a34_0x229e44(0x1e0)]=[a34_0x229e44(0x1cd),a34_0x229e44(0x1e3),a34_0x229e44(0x1f3)],a34_0x5893b6[a34_0x229e44(0x1d5)]=a34_0x229e44(0x216),a34_0x5893b6[a34_0x229e44(0x1d6)]=a34_0x229e44(0x1d2),a34_0x5893b6[a34_0x229e44(0x1cf)]=a34_0x229e44(0x1d1),a34_0x5893b6[a34_0x229e44(0x210)]=a34_0x229e44(0x219),module[a34_0x229e44(0x1eb)]=a34_0x5893b6;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0x7bdb26=a35_0x1a58;(function(_0x484301,_0x14cda4){const _0x175397=a35_0x1a58,_0x24a7e0=_0x484301();while(!![]){try{const _0x20c0d5=parseInt(_0x175397(0x15b))/0x1*(-parseInt(_0x175397(0x159))/0x2)+parseInt(_0x175397(0x165))/0x3+parseInt(_0x175397(0x163))/0x4*(parseInt(_0x175397(0x157))/0x5)+parseInt(_0x175397(0x15f))/0x6+parseInt(_0x175397(0x164))/0x7+parseInt(_0x175397(0x168))/0x8+-parseInt(_0x175397(0x162))/0x9;if(_0x20c0d5===_0x14cda4)break;else _0x24a7e0['push'](_0x24a7e0['shift']());}catch(_0x152b93){_0x24a7e0['push'](_0x24a7e0['shift']());}}}(a35_0x4eb8,0xbc128));function a35_0x4eb8(){const _0x447440=['timezoneOffset','27116LtxYCV','join','19GYaEUQ','data','log','level','8336052hEkofc','colouredLayout','xvarT','32874147Xcuzul','91716kimtwI','7075677noRhhb','461805dKJMhh','layout','./logReportingAPI','4722384FtNrpG','type','335vHnfQh'];a35_0x4eb8=function(){return _0x447440;};return a35_0x4eb8();}const logReportingAPI=require(a35_0x7bdb26(0x167)),BSTestOpsLogger=new logReportingAPI({});function a35_0x1a58(_0x4a867e,_0x146db7){const _0x4eb84b=a35_0x4eb8();return a35_0x1a58=function(_0x1a5831,_0x15d338){_0x1a5831=_0x1a5831-0x157;let _0xa51afa=_0x4eb84b[_0x1a5831];return _0xa51afa;},a35_0x1a58(_0x4a867e,_0x146db7);}function BSTestOpsLog4JSAppender(_0x5da327,_0x5c9729){return _0x38b4ae=>{const _0x5cf56c=a35_0x1a58;BSTestOpsLogger[_0x5cf56c(0x15d)]({'level':_0x38b4ae[_0x5cf56c(0x15e)]?_0x38b4ae['level']['levelStr']:null,'message':_0x38b4ae[_0x5cf56c(0x15c)]?_0x38b4ae[_0x5cf56c(0x15c)][_0x5cf56c(0x15a)]('\x20'):null});};}exports['configure']=(_0x12478e,_0x39bffd)=>{const _0x3b5d15=a35_0x7bdb26,_0x484fe8={'xvarT':function(_0x3a690d,_0x23befa,_0x2789e0){return _0x3a690d(_0x23befa,_0x2789e0);}};let _0x10fb59=_0x39bffd[_0x3b5d15(0x160)];return _0x12478e[_0x3b5d15(0x166)]&&(_0x10fb59=_0x39bffd[_0x3b5d15(0x166)](_0x12478e[_0x3b5d15(0x166)][_0x3b5d15(0x169)],_0x12478e[_0x3b5d15(0x166)])),_0x484fe8[_0x3b5d15(0x161)](BSTestOpsLog4JSAppender,_0x10fb59,_0x12478e[_0x3b5d15(0x158)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x117d1b=a36_0x4260;(function(_0x186847,_0xdd10c9){const _0x30955b=a36_0x4260,_0x2411cb=_0x186847();while(!![]){try{const _0x1cb2f4=-parseInt(_0x30955b(0x9b))/0x1*(-parseInt(_0x30955b(0x9a))/0x2)+-parseInt(_0x30955b(0x99))/0x3+parseInt(_0x30955b(0x88))/0x4*(-parseInt(_0x30955b(0x92))/0x5)+parseInt(_0x30955b(0x9e))/0x6+parseInt(_0x30955b(0x90))/0x7+-parseInt(_0x30955b(0x8b))/0x8+-parseInt(_0x30955b(0x97))/0x9;if(_0x1cb2f4===_0xdd10c9)break;else _0x2411cb['push'](_0x2411cb['shift']());}catch(_0x22253a){_0x2411cb['push'](_0x2411cb['shift']());}}}(a36_0x5478,0x8a926));const Transport=require(a36_0x117d1b(0x8a)),{consoleHolder}=require('../../helpers/test-observability/constants'),a36_0x39695e={};a36_0x39695e['INFO']='INFO',a36_0x39695e[a36_0x117d1b(0x86)]='ERROR',a36_0x39695e[a36_0x117d1b(0x8f)]=a36_0x117d1b(0x8f),a36_0x39695e[a36_0x117d1b(0x8c)]=a36_0x117d1b(0x8c),a36_0x39695e[a36_0x117d1b(0x94)]=a36_0x117d1b(0x94);const LOG_LEVELS=a36_0x39695e;class logPatcher extends Transport{constructor(_0x3f1cea){super(_0x3f1cea);}[a36_0x117d1b(0x98)]=(_0x3f2c22=LOG_LEVELS['INFO'],_0x2b6ced=[''])=>{const _0x26f8a3=a36_0x117d1b,_0xac1d42={};_0xac1d42[_0x26f8a3(0x93)]=_0x26f8a3(0x85);const _0x285e39=_0xac1d42;consoleHolder[_0x3f2c22[_0x26f8a3(0x9c)]()](..._0x2b6ced),process['emit'](_0x26f8a3(0x91)+process['pid'],{'timestamp':new Date()[_0x26f8a3(0x9f)](),'level':_0x3f2c22[_0x26f8a3(0x87)](),'message':'\x22'+_0x2b6ced['join'](',\x20')+'\x22','kind':_0x285e39[_0x26f8a3(0x93)],'http_response':{}});};[a36_0x117d1b(0x84)]=(..._0x3db51f)=>{const _0x1e0197=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x1e0197(0x8c)],_0x3db51f);};[a36_0x117d1b(0x8e)]=(..._0x40e4d0)=>{const _0xe18b01=a36_0x117d1b;this[_0xe18b01(0x98)](LOG_LEVELS[_0xe18b01(0x8f)],_0x40e4d0);};[a36_0x117d1b(0x96)]=(..._0x3a1e49)=>{const _0x48eb4a=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x48eb4a(0x8d)],_0x3a1e49);};[a36_0x117d1b(0x9d)]=(..._0x1d9cd5)=>{const _0x2f49a3=a36_0x117d1b;this[_0x2f49a3(0x98)](LOG_LEVELS[_0x2f49a3(0x94)],_0x1d9cd5);};[a36_0x117d1b(0x89)]=(..._0x320bd8)=>{const _0x4987e8=a36_0x117d1b;this[_0x4987e8(0x98)](LOG_LEVELS[_0x4987e8(0x86)],_0x320bd8);};['log']=(..._0xb1d00f)=>{const _0x2825fb=a36_0x117d1b;this['logToTestOps'](LOG_LEVELS[_0x2825fb(0x8d)],_0xb1d00f);};}function a36_0x4260(_0x521c33,_0x40273e){const _0x5478ce=a36_0x5478();return a36_0x4260=function(_0x4260b5,_0xee386b){_0x4260b5=_0x4260b5-0x84;let _0x34f3af=_0x5478ce[_0x4260b5];return _0x34f3af;},a36_0x4260(_0x521c33,_0x40273e);};module[a36_0x117d1b(0x95)]=logPatcher;function a36_0x5478(){const _0xe7f8d9=['toLowerCase','warn','4200720zZaRCE','toISOString','trace','TEST_LOG','ERROR','toUpperCase','347576ANTidi','error','winston-transport','5506688frIlZd','TRACE','INFO','debug','DEBUG','4179378GAUuNr','bs:addLog:','30bsQFxA','SnuxW','WARN','exports','info','919935vjiKOc','logToTestOps','42726WbqidG','1193146jVqaHr','1vyYPLt'];a36_0x5478=function(){return _0xe7f8d9;};return a36_0x5478();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x22e28d=a37_0x1c9c;function a37_0x1c9c(_0x537636,_0x1d26a7){const _0x3cdf8a=a37_0x3cdf();return a37_0x1c9c=function(_0x1c9ca2,_0x39bcda){_0x1c9ca2=_0x1c9ca2-0x191;let _0x3007df=_0x3cdf8a[_0x1c9ca2];return _0x3007df;},a37_0x1c9c(_0x537636,_0x1d26a7);}(function(_0xd2c710,_0x367cfb){const _0x294453=a37_0x1c9c,_0x598774=_0xd2c710();while(!![]){try{const _0x14c201=-parseInt(_0x294453(0x1a3))/0x1+parseInt(_0x294453(0x195))/0x2*(-parseInt(_0x294453(0x19f))/0x3)+-parseInt(_0x294453(0x1a7))/0x4*(-parseInt(_0x294453(0x1a2))/0x5)+-parseInt(_0x294453(0x1a0))/0x6+-parseInt(_0x294453(0x19d))/0x7*(parseInt(_0x294453(0x1be))/0x8)+parseInt(_0x294453(0x197))/0x9*(parseInt(_0x294453(0x1ac))/0xa)+parseInt(_0x294453(0x1a4))/0xb;if(_0x14c201===_0x367cfb)break;else _0x598774['push'](_0x598774['shift']());}catch(_0x1498ef){_0x598774['push'](_0x598774['shift']());}}}(a37_0x3cdf,0xb8f37));const Transport=require(a37_0x22e28d(0x1ae)),{consoleHolder}=require(a37_0x22e28d(0x1b3)),a37_0x46aea0={};function a37_0x3cdf(){const _0x53e57e=['fgHrD','5590YZunWE','toUpperCase','winston-transport','kmqpj','DEBUG','logged','bs:addLog:','../../helpers/test-observability/constants','TEST_LOG','debug','vqHvY','INFO','object','logToTestOps','emit','tsNOC','jSrUI','CixQo','29384qRLQpw','pdKSN','sPAlP','wSFrC','exports','2oeXyRw','GarTC','666cjktoP','TRACE','WARN','TiRTW','error','message','2541qSiNon','warn','3200076IxgkFh','8918778sowuWs','cHRAG','658965uhIANJ','114657bTdcdQ','41742283VEiwVV','ERROR','JnysO','28ipoWAM','Mmtfs','EVRuU','CWTTD'];a37_0x3cdf=function(){return _0x53e57e;};return a37_0x3cdf();}a37_0x46aea0['INFO']='INFO',a37_0x46aea0[a37_0x22e28d(0x1a5)]='ERROR',a37_0x46aea0[a37_0x22e28d(0x1b0)]=a37_0x22e28d(0x1b0),a37_0x46aea0[a37_0x22e28d(0x198)]=a37_0x22e28d(0x198),a37_0x46aea0['WARN']=a37_0x22e28d(0x199);const LOG_LEVELS=a37_0x46aea0;class logReportingAPI extends Transport{constructor(_0xb05cea){super(_0xb05cea);}['log'](_0x5da563,_0x4100ae){const _0x13c096=a37_0x22e28d,_0x304aa5={'wSFrC':function(_0x3c1a4,_0xe0075c){return _0x3c1a4===_0xe0075c;},'TiRTW':_0x13c096(0x1bb),'Mmtfs':_0x13c096(0x1b1),'pdKSN':function(_0x4db98c,_0x16f8f7){return _0x4db98c(_0x16f8f7);},'kmqpj':_0x13c096(0x1b8),'sPAlP':function(_0x553d73,_0x5574e7){return _0x553d73!==_0x5574e7;},'cHRAG':_0x13c096(0x1b6),'CWTTD':function(_0x45e334,_0x4eb9c7){return _0x45e334!==_0x4eb9c7;},'jSrUI':_0x13c096(0x196),'CixQo':_0x13c096(0x1a6),'fgHrD':function(_0x4cbbeb){return _0x4cbbeb();}};_0x304aa5[_0x13c096(0x191)](setImmediate,()=>{const _0x406f5e=_0x13c096;_0x304aa5['wSFrC'](_0x304aa5[_0x406f5e(0x19a)],_0x304aa5[_0x406f5e(0x19a)])?this[_0x406f5e(0x1ba)](_0x304aa5[_0x406f5e(0x1a8)],_0x5da563):this[_0x406f5e(0x1b9)](_0x21c743['level']||_0x1dfe0e[_0x406f5e(0x1b7)],_0x5dd484['message'],![]);});_0x304aa5[_0x13c096(0x193)](typeof _0x5da563,_0x304aa5[_0x13c096(0x1af)])?_0x304aa5[_0x13c096(0x192)](_0x304aa5['cHRAG'],_0x304aa5[_0x13c096(0x1a1)])?this['logToTestOps'](_0x5ed58a['INFO'],_0x2c49c4):this[_0x13c096(0x1b9)](_0x5da563['level']||LOG_LEVELS['INFO'],_0x5da563[_0x13c096(0x19c)],![]):_0x304aa5[_0x13c096(0x1aa)](_0x304aa5[_0x13c096(0x1bc)],_0x304aa5[_0x13c096(0x1bd)])?this[_0x13c096(0x1b9)](LOG_LEVELS['INFO'],_0x5da563):this['logToTestOps'](_0x25f9f1[_0x13c096(0x198)],_0x5b3657);if(_0x4100ae)_0x304aa5[_0x13c096(0x1ab)](_0x4100ae);}[a37_0x22e28d(0x1b9)]=(_0x5ca542=LOG_LEVELS[a37_0x22e28d(0x1b7)],_0x28c210='',_0x3c657d=!![])=>{const _0x14cf8a=a37_0x22e28d,_0x1374c1={};_0x1374c1[_0x14cf8a(0x1a9)]=_0x14cf8a(0x1b4);const _0x535eaf=_0x1374c1;if(_0x3c657d)consoleHolder[_0x5ca542['toLowerCase']()](_0x28c210);process['emit'](_0x14cf8a(0x1b2)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x5ca542[_0x14cf8a(0x1ad)](),'message':_0x28c210,'kind':_0x535eaf[_0x14cf8a(0x1a9)],'http_response':{}});};['trace']=(_0x44b873,_0x29c48c)=>{const _0x587849=a37_0x22e28d;this[_0x587849(0x1b9)](LOG_LEVELS[_0x587849(0x198)],_0x44b873);};[a37_0x22e28d(0x1b5)]=(_0x5c2e90,_0x78a576)=>{const _0x42612e=a37_0x22e28d;this[_0x42612e(0x1b9)](LOG_LEVELS[_0x42612e(0x1b0)],_0x5c2e90);};['info']=(_0xb12227,_0x13302c)=>{const _0x11d3c7=a37_0x22e28d;this[_0x11d3c7(0x1b9)](LOG_LEVELS[_0x11d3c7(0x1b7)],_0xb12227);};[a37_0x22e28d(0x19e)]=(_0xd2c940,_0x32ed2f)=>{const _0x36923a=a37_0x22e28d;this[_0x36923a(0x1b9)](LOG_LEVELS[_0x36923a(0x199)],_0xd2c940);};[a37_0x22e28d(0x19b)]=(_0x105000,_0x175d21)=>{const _0x260cd5=a37_0x22e28d;this[_0x260cd5(0x1b9)](LOG_LEVELS[_0x260cd5(0x1a5)],_0x105000);};};module[a37_0x22e28d(0x194)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a38_0x2f6f29=a38_0x3790;(function(_0xde57d2,_0x17917){const _0x123e86=a38_0x3790,_0x164b08=_0xde57d2();while(!![]){try{const _0x25946a=-parseInt(_0x123e86(0x1b4))/0x1*(-parseInt(_0x123e86(0x18f))/0x2)+-parseInt(_0x123e86(0x19c))/0x3*(parseInt(_0x123e86(0x191))/0x4)+-parseInt(_0x123e86(0x17c))/0x5+-parseInt(_0x123e86(0x196))/0x6+parseInt(_0x123e86(0x1a4))/0x7+-parseInt(_0x123e86(0x1b7))/0x8*(-parseInt(_0x123e86(0x1b3))/0x9)+-parseInt(_0x123e86(0x1ad))/0xa*(-parseInt(_0x123e86(0x1b0))/0xb);if(_0x25946a===_0x17917)break;else _0x164b08['push'](_0x164b08['shift']());}catch(_0x1a5a4b){_0x164b08['push'](_0x164b08['shift']());}}}(a38_0x4071,0x1b368));const fs=require('fs'),path=require(a38_0x2f6f29(0x179)),{default:BrowserStackSetup}=require(a38_0x2f6f29(0x1a0)),helper=require(a38_0x2f6f29(0x182)),constants=require(a38_0x2f6f29(0x1a2)),{parallelVanillaRun}=require(a38_0x2f6f29(0x1b2));function a38_0x3790(_0x220fbc,_0x2d40ac){const _0x4071ce=a38_0x4071();return a38_0x3790=function(_0x379088,_0x4ac347){_0x379088=_0x379088-0x178;let _0x450736=_0x4071ce[_0x379088];return _0x450736;},a38_0x3790(_0x220fbc,_0x2d40ac);}function a38_0x4071(){const _0x3eb325=['uZNsr','isUndefined','Config\x20yml\x20is\x20required','UxCww','aocXk','getHubUrl','130XNEUsK','Dzsll','WVmOk','307637rrnmqm','proxySettings','../test-runner','7884VKeYoK','2bsNETA','ROlmt','aEnDz','1032PJSSER','length','platforms','path','cwd','IAAgJ','938145TiJsxP','File\x20path\x20is\x20required','ZYaov','getPlatformName','handleApp','gueDU','../../helpers/helper','modifyBrowserStackCaps','hxddO','wNnpr','vanilla','forEach','qApvs','modifyBrowserStackW3CCaps','file','ETgXG','rUMbL','args','TukxP','69682UmZJGv','udyCp','496UDPYgt','wQtEc','gzvhn','initialize','existsSync','986562wxbWzL','INVdl','then','dbFqL','push','join','3345cvxEsN','DyyCU','configuration','useW3C','../../helpers/BrowserStackSetup','config','../utils/constants','Essda','388661zNHSHG','parallelsPerPlatform','MdoqL'];a38_0x4071=function(){return _0x3eb325;};return a38_0x4071();}async function run(_0x4bfd18,_0x5e9497){const _0x5e1194=a38_0x2f6f29,_0x902b77={'Dzsll':_0x5e1194(0x186),'hxddO':function(_0x561a8c,_0x473529){return _0x561a8c!==_0x473529;},'aocXk':_0x5e1194(0x17b),'wQtEc':function(_0x53ca39,_0x42b908){return _0x53ca39===_0x42b908;},'INVdl':_0x5e1194(0x18e),'Essda':function(_0x370a64,_0x44eb03){return _0x370a64(_0x44eb03);},'MdoqL':_0x5e1194(0x17d),'aEnDz':_0x5e1194(0x1a9),'rUMbL':function(_0x8f299a,_0x349385){return _0x8f299a>_0x349385;},'wNnpr':_0x5e1194(0x193),'DyyCU':_0x5e1194(0x1aa),'uZNsr':function(_0x30ede5,_0x2e39e0){return _0x30ede5>_0x2e39e0;},'ETgXG':function(_0x1c51e5,_0x2a270e){return _0x1c51e5!==_0x2a270e;},'WZuWx':_0x5e1194(0x1af),'fgUNd':function(_0x2b2bb1,_0x355830){return _0x2b2bb1!==_0x355830;},'ROlmt':_0x5e1194(0x199),'ZYaov':'XWLgG','DteVd':function(_0x4c5e94,_0x386611){return _0x4c5e94*_0x386611;},'qApvs':function(_0x30adad,_0x3763cc,_0x29fd0f){return _0x30adad(_0x3763cc,_0x29fd0f);}},_0x168f3f=new BrowserStackSetup(_0x4bfd18,_0x902b77[_0x5e1194(0x1ae)]);await _0x168f3f[_0x5e1194(0x194)](),await helper[_0x5e1194(0x180)](_0x168f3f[_0x5e1194(0x1a1)]);let _0xa4c06d=[];if(helper[_0x5e1194(0x1a8)](_0x4bfd18['_'][0x1]))throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1a6)]);const _0xc32e4c=path[_0x5e1194(0x19b)](process[_0x5e1194(0x17a)](),_0x4bfd18['_'][0x1]);if(!fs[_0x5e1194(0x195)](_0xc32e4c))throw _0x902b77[_0x5e1194(0x1a3)](Error,'File\x20'+_0x4bfd18['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x168f3f[_0x5e1194(0x1a1)])throw _0x902b77[_0x5e1194(0x1a3)](Error,_0x902b77[_0x5e1194(0x1b6)]);let _0x2ddd19=helper[_0x5e1194(0x19f)](_0x168f3f['config']);_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]&&_0x902b77[_0x5e1194(0x18c)](_0x168f3f['config'][_0x5e1194(0x178)]['length'],0x0)&&(_0x902b77[_0x5e1194(0x184)](_0x902b77[_0x5e1194(0x185)],_0x902b77[_0x5e1194(0x19d)])?_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)][_0x5e1194(0x187)]((_0x59f11f,_0x42e69d)=>{const _0x38efe8=_0x5e1194;if(_0x902b77[_0x38efe8(0x184)](_0x902b77[_0x38efe8(0x1ab)],_0x902b77[_0x38efe8(0x1ab)])){let _0x52a593;if(_0x3e6480)_0x52a593=_0x3e7932['modifyBrowserStackW3CCaps'](_0x4ea1ab[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);else _0x52a593=_0x540715['modifyBrowserStackCaps'](_0x172f78[_0x38efe8(0x1a1)],_0x902b77[_0x38efe8(0x1ae)],0x0);_0x321ef1={'server':_0x12fa54[_0x38efe8(0x1ac)](_0x10ebe9['config']),'proxySettings':_0x125e11[_0x38efe8(0x1a1)][_0x38efe8(0x1b1)]};const _0x5c629c={'capability':_0x52a593,..._0x50b1d4};_0x5c629c[_0x38efe8(0x18a)]=_0x4b7873,_0x5c629c[_0x38efe8(0x18d)]=_0x5e5ff3;const _0x3a513a={};_0x3a513a[_0x38efe8(0x19e)]=_0x5c629c,_0x18d55c=_0x3a513a,_0x3bcd44[_0x38efe8(0x19a)](_0x42c84d);}else{if(_0x2ddd19)_0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x189)](_0x168f3f[_0x38efe8(0x1a1)],_0x902b77['Dzsll'],_0x42e69d));else _0xa4c06d[_0x38efe8(0x19a)](helper[_0x38efe8(0x183)](_0x168f3f['config'],_0x902b77[_0x38efe8(0x1ae)],_0x42e69d));}}):_0x52000b[_0x5e1194(0x187)](_0x428ff5=>{const _0x36f5b7=_0x5e1194;_0x36ed45={'server':_0x105e1a[_0x36f5b7(0x1ac)](_0x486ab5[_0x36f5b7(0x1a1)]),'proxySettings':_0x256e88[_0x36f5b7(0x1a1)][_0x36f5b7(0x1b1)],'platform':_0x1219fb['getPlatformName'](_0x428ff5)};const _0x3c3eb0={'capability':_0x428ff5,..._0x20a798};_0x3c3eb0[_0x36f5b7(0x18a)]=_0x4c48d5,_0x3c3eb0[_0x36f5b7(0x18d)]=_0x14d29e;const _0x15cff1={};_0x15cff1[_0x36f5b7(0x19e)]=_0x3c3eb0,_0x538830=_0x15cff1,_0x36599b[_0x36f5b7(0x19a)](_0x5c1da0);}));let _0x3f0493,_0x2d0fb1;const _0x3f5ae4=[];if(_0x902b77[_0x5e1194(0x1a7)](_0xa4c06d[_0x5e1194(0x1b8)],0x0)){if(_0x902b77[_0x5e1194(0x18b)](_0x902b77['WZuWx'],_0x902b77['WZuWx'])){_0x647780={'server':_0x5cfca9[_0x5e1194(0x1ac)](_0x2aaa8b[_0x5e1194(0x1a1)]),'proxySettings':_0x442b34[_0x5e1194(0x1a1)][_0x5e1194(0x1b1)],'platform':_0x4cb235[_0x5e1194(0x17f)](_0x326df3)};const _0x938850={'capability':_0x4b28b1,..._0x1a295c};_0x938850[_0x5e1194(0x18a)]=_0x3d1664,_0x938850['args']=_0x1a3c27;const _0x3a0a5f={};_0x3a0a5f[_0x5e1194(0x19e)]=_0x938850,_0x4cb0ff=_0x3a0a5f,_0x3a7d98[_0x5e1194(0x19a)](_0x3ebdab);}else _0xa4c06d['forEach'](_0x41ad29=>{const _0x221cd0=_0x5e1194,_0x3a0920={};_0x3a0920[_0x221cd0(0x181)]=_0x902b77[_0x221cd0(0x1ae)];const _0x12a4f6=_0x3a0920;if(_0x902b77[_0x221cd0(0x192)](_0x902b77['INVdl'],_0x902b77[_0x221cd0(0x197)])){_0x3f0493={'server':helper[_0x221cd0(0x1ac)](_0x168f3f[_0x221cd0(0x1a1)]),'proxySettings':_0x168f3f[_0x221cd0(0x1a1)][_0x221cd0(0x1b1)],'platform':helper[_0x221cd0(0x17f)](_0x41ad29)};const _0x44f946={'capability':_0x41ad29,..._0x3f0493};_0x44f946[_0x221cd0(0x18a)]=_0xc32e4c,_0x44f946['args']=_0x5e9497;const _0x1c7ca5={};_0x1c7ca5[_0x221cd0(0x19e)]=_0x44f946,_0x2d0fb1=_0x1c7ca5,_0x3f5ae4[_0x221cd0(0x19a)](_0x2d0fb1);}else{if(_0x705fd2)_0x1f1080[_0x221cd0(0x19a)](_0x390104[_0x221cd0(0x189)](_0x2d1376[_0x221cd0(0x1a1)],_0x12a4f6['gueDU'],_0x2828aa));else _0xa68d88[_0x221cd0(0x19a)](_0x40f335[_0x221cd0(0x183)](_0xfc0001[_0x221cd0(0x1a1)],_0x12a4f6[_0x221cd0(0x181)],_0x32348c));}});}else{if(_0x902b77['fgUNd'](_0x902b77[_0x5e1194(0x1b5)],_0x902b77[_0x5e1194(0x17e)])){let _0x358035;if(_0x2ddd19)_0x358035=helper[_0x5e1194(0x189)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);else _0x358035=helper[_0x5e1194(0x183)](_0x168f3f[_0x5e1194(0x1a1)],_0x902b77[_0x5e1194(0x1ae)],0x0);_0x3f0493={'server':helper[_0x5e1194(0x1ac)](_0x168f3f[_0x5e1194(0x1a1)]),'proxySettings':_0x168f3f[_0x5e1194(0x1a1)]['proxySettings']};const _0x4aada8={'capability':_0x358035,..._0x3f0493};_0x4aada8[_0x5e1194(0x18a)]=_0xc32e4c,_0x4aada8[_0x5e1194(0x18d)]=_0x5e9497;const _0x4dfe9b={};_0x4dfe9b[_0x5e1194(0x19e)]=_0x4aada8,_0x2d0fb1=_0x4dfe9b,_0x3f5ae4[_0x5e1194(0x19a)](_0x2d0fb1);}else{const _0x120da1={};_0x120da1[_0x5e1194(0x190)]=_0x902b77['Dzsll'];const _0xe4f9a=_0x120da1;_0x3caa35[_0x5e1194(0x1a1)]['platforms'][_0x5e1194(0x187)]((_0x410a86,_0x559a46)=>{const _0x29fec8=_0x5e1194;if(_0x33c39e)_0x97649[_0x29fec8(0x19a)](_0x4a3180[_0x29fec8(0x189)](_0x14a6a1[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));else _0x18012a[_0x29fec8(0x19a)](_0x1bcad7[_0x29fec8(0x183)](_0x283220[_0x29fec8(0x1a1)],_0xe4f9a[_0x29fec8(0x190)],_0x559a46));});}}const _0x307f90=_0x902b77['DteVd'](_0x168f3f[_0x5e1194(0x1a1)][_0x5e1194(0x178)]['length']||0x1,_0x168f3f['config'][_0x5e1194(0x1a5)]);_0x902b77[_0x5e1194(0x188)](parallelVanillaRun,_0x3f5ae4,_0x307f90)[_0x5e1194(0x198)](_0x147a05=>{})['finally'](async()=>{await helper['finalExecution'](_0x168f3f);});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a39_0x22edf9=a39_0x3556;function a39_0x3556(_0x162eea,_0x3174e0){const _0x434172=a39_0x4341();return a39_0x3556=function(_0x355690,_0x5326f2){_0x355690=_0x355690-0x1ce;let _0x55074d=_0x434172[_0x355690];return _0x55074d;},a39_0x3556(_0x162eea,_0x3174e0);}(function(_0x2e6832,_0x37db70){const _0x97e8c=a39_0x3556,_0x306a15=_0x2e6832();while(!![]){try{const _0x244f9e=-parseInt(_0x97e8c(0x25a))/0x1*(parseInt(_0x97e8c(0x267))/0x2)+-parseInt(_0x97e8c(0x202))/0x3+parseInt(_0x97e8c(0x272))/0x4*(-parseInt(_0x97e8c(0x2af))/0x5)+-parseInt(_0x97e8c(0x2b2))/0x6*(parseInt(_0x97e8c(0x296))/0x7)+parseInt(_0x97e8c(0x2b7))/0x8*(-parseInt(_0x97e8c(0x222))/0x9)+parseInt(_0x97e8c(0x1f9))/0xa+parseInt(_0x97e8c(0x245))/0xb*(parseInt(_0x97e8c(0x2a2))/0xc);if(_0x244f9e===_0x37db70)break;else _0x306a15['push'](_0x306a15['shift']());}catch(_0x387fae){_0x306a15['push'](_0x306a15['shift']());}}}(a39_0x4341,0x97f89));function a39_0x4341(){const _0x550bdd=['hrqfS','gjiTJ','sfguA','./logger','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','PzVYC','config','browserStackLocalOptions','getAccessKey','waOGE','WITJh','77115nfMWYP','dXQCG','Local\x20binary\x20started\x20successfully','24LkjwTx','Local\x20binary\x20stopped','sPOnF','setLogLevel','wxWRH','16SnEkio','useW3C','message','WnOKU','KYIVY','AfYVV','iEnVi','SDKTestAttempted','warn','AlInQ','winstonLogger','sWbSG','./helper','setupPercy','./ats/helper','Error\x20in\x20percy\x20setup\x20','qsRLv','pETRk','qYMke','../bin/utils/constants','getLocalConfig','turboScaleUrl','aWqjL','fEbLR','UNbhw','bUodF','ILJLv','TsTcc','getTurboScaleGridDetails','UZplQ','Pttim','Oykdw','toString','setupBrowserstackLocal','unhandledErrors','XRGCX','hubUrl','Error\x20occured\x20while\x20stopping\x20local\x20binary','turboScaleGridDetails','HhGPP','whzXv','wKTHu','stopPercy','includes','gaUHT','compareVersions','pQrLC','2428330gkpTII','mVzpv','ttZIQ','unhandledRejection','getLocalIdentifier','lvSmO','platforms','sXixJ','wTmmW','2904654ZMMMYP','VDCni','cbNkO','IgWXe','pVbZL','isBrowserstackInfra','fTbCh','ats-repeater','utRIz','CsWRU','vbEoV','vxwHR','jTgUI','gUOEB','handleExceptions','lJjkv','wlxVX','fireFunnelTestEvent','isTrue','startPercy','setCLICaps','stopBrowserstackLocal','length','JwqNE','ZEtuP','mFgYW','PQApX','LzeUT','ftHkF','rQMnV','WehGh','push','2150595yaUUHc','BMgIG','SRUDH','brFqd','llgvF','startLocalBinary','OYFrh','eXPZF','IWaUF','RcJvV','OLiSL','debug','SNlPB','lKiLv','gLPqy','generateLocalIdentifier','dhulG','turboScaleOptions','isTrialGrid','yGeuE','../hubAllocationMethods','beforeExit','oLzYo','cliConfig','join','ueqtd','util','BROWSERSTACK_TURBOSCALE','RvBkC','parallelsPerPlatform','Mjwca','lKAix','envConfig','jest','getConfigPath','55PvWehe','CDryF','error','dOXEg','gYvUs','fMiwI','getUserName','format','percy','TertU','khXEC','HlKZv','env','BhkHE','Njuxj','PJJOe','yVljg','fnsBk','readConfig','tledI','pKWFI','2kGWuXr','requireSeleniumWebdriverCheck','sxdvK','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','localOptions','MgAHW','setupKeepAlive','WeaYH','Percy\x20stopped','daBDV','IgJHl','getPackageVersion','customRepeaters','1056202EPnhTB','isRunning','RPmOc','wIdgH','allocateHub','custom-repeater','setUpHubUrl','browserstackLocal','EhbPt','QXWgd','mCCYU','28BQBZGX','4.5.0','OLvTy','tkrEe','Mvcoh','HaXDD','AYjUl','yXSBs','getHubUrl','GqsQi','vAiVH','isUndefined','SIGTERM','setBrowserstackInfraFromConfig','uncaughtException','FRAMEWORK','EKcxV','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','testContextOptions','ncRrr','codeceptjs','userName\x20or\x20accessKey\x20is\x20not\x20defined','No\x20config\x20provided.','Error\x20occured\x20while\x20stopping\x20percy','constructor','forceLocal','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','true','ykuLu','framework','fuWeB','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','url','localIdentifier','NqPps','turboScale','463442ZKfnEr','stopLocalBinary','idTGN','SIGINT','oHUra','zufTb','jPuFD','FBFLC','AFvJz','info','FwvtA','zpUPd','7811412hCwXbD','./setKeepAlive'];a39_0x4341=function(){return _0x550bdd;};return a39_0x4341();}const util=require(a39_0x22edf9(0x23c)),constants=require(a39_0x22edf9(0x1dd)),{isTurboScaleSession}=require(a39_0x22edf9(0x1d8)),logger=require(a39_0x22edf9(0x2a7))[a39_0x22edf9(0x1d4)],helper=require(a39_0x22edf9(0x1d6)),hubAllocator=require(a39_0x22edf9(0x236));class BrowserStackSetup{constructor(_0x1b9782,_0x50126d){const _0x51cc23=a39_0x22edf9,_0x4f0fe5={'gLPqy':_0x51cc23(0x1d1),'ueqtd':_0x51cc23(0x25d),'lKAix':_0x51cc23(0x287),'pKWFI':function(_0x4f42fe,_0x4c28f6){return _0x4f42fe===_0x4c28f6;},'PQApX':'unhandledRejection','lvSmO':_0x51cc23(0x280),'OYFrh':function(_0x57a675,_0x5c0591){return _0x57a675(_0x5c0591);},'AFvJz':_0x51cc23(0x2a3),'UNbhw':_0x51cc23(0x1ef),'Mjwca':_0x51cc23(0x28c),'fMiwI':_0x51cc23(0x291),'vAiVH':_0x51cc23(0x289),'hJRgU':function(_0x46dd3e,_0x3b58c5){return _0x46dd3e<_0x3b58c5;},'PzVYC':'selenium-webdriver','wKTHu':function(_0x1a7464,_0x2d5a4a){return _0x1a7464===_0x2d5a4a;},'XRGCX':_0x51cc23(0x273),'sWbSG':_0x51cc23(0x288),'fuWeB':function(_0x4b7467,_0x29bbe0){return _0x4b7467===_0x29bbe0;},'vxwHR':'kSSgj','HaXDD':'LVyrY','SNlPB':_0x51cc23(0x261),'PJJOe':function(_0x18040e,_0x3a38da){return _0x18040e!==_0x3a38da;},'MgAHW':_0x51cc23(0x20f),'lJjkv':_0x51cc23(0x20b),'DmRld':'gmkXH','WnOKU':function(_0x48564b,_0x821b94){return _0x48564b===_0x821b94;},'OLiSL':_0x51cc23(0x232),'AnTrh':_0x51cc23(0x250),'yXSBs':function(_0x4111d2,_0x176abb){return _0x4111d2<_0x176abb;},'sxdvK':function(_0x4cf81c,_0x4a9372){return _0x4cf81c===_0x4a9372;},'AYjUl':'xFgEO','jXKNR':'lwfNX','WehGh':function(_0x3f5407,_0x49d774){return _0x3f5407===_0x49d774;},'fTbCh':_0x51cc23(0x1f6),'woXan':function(_0x1759a3,_0x3dc757){return _0x1759a3!==_0x3dc757;},'tkrEe':_0x51cc23(0x1dc),'mCCYU':_0x51cc23(0x258),'rstbD':function(_0x3fc50c,_0x10fe6a){return _0x3fc50c===_0x10fe6a;},'SRUDH':'yvKCC','wTmmW':_0x51cc23(0x255),'RvBkC':function(_0x42aa51,_0x2b8d09){return _0x42aa51!==_0x2b8d09;},'ZwSIz':'umOYS','pETRk':'QDbPI','khXEC':'Jnyoa','Ygiwm':_0x51cc23(0x203),'BhkHE':_0x51cc23(0x274),'idTGN':function(_0x32fc78,_0x101d3d){return _0x32fc78===_0x101d3d;},'brFqd':function(_0x44791e,_0x437ccf){return _0x44791e===_0x437ccf;},'mVzpv':_0x51cc23(0x1f1),'guqEH':_0x51cc23(0x282),'kEunU':_0x51cc23(0x21e),'AfYVV':_0x51cc23(0x22b),'ykuLu':function(_0x5e79e7,_0x3a555e){return _0x5e79e7!==_0x3a555e;},'EhbPt':_0x51cc23(0x2b4),'ncRrr':_0x51cc23(0x27b),'IWaUF':_0x51cc23(0x212),'KYIVY':_0x51cc23(0x1e4)};this[_0x51cc23(0x1ec)]=[],this['cliConfig']=helper[_0x51cc23(0x216)](_0x1b9782),this[_0x51cc23(0x242)]=helper['setEnvCaps'](),this[_0x51cc23(0x26e)]=null,this['percy']=null,this[_0x51cc23(0x2aa)]=helper[_0x51cc23(0x257)](helper[_0x51cc23(0x244)](_0x1b9782)),global[_0x51cc23(0x2aa)]=this[_0x51cc23(0x2aa)],global[_0x51cc23(0x28f)]=_0x50126d,helper['sanitizeCaps'](this['config']),this['framework']=_0x50126d;if(helper[_0x51cc23(0x27d)](this[_0x51cc23(0x2aa)]))throw new Error(_0x4f0fe5[_0x51cc23(0x1d5)]);if(this['config'][_0x51cc23(0x247)])throw new Error(this['config']['error']);this['handleExceptions']();process[_0x51cc23(0x251)][_0x51cc23(0x23d)]&&(_0x4f0fe5[_0x51cc23(0x290)](_0x4f0fe5['vxwHR'],_0x4f0fe5[_0x51cc23(0x20d)])?(this[_0x51cc23(0x2aa)][_0x51cc23(0x295)]=helper[_0x51cc23(0x214)](process[_0x51cc23(0x251)][_0x51cc23(0x23d)]),this[_0x51cc23(0x2aa)][_0x51cc23(0x233)]=this[_0x51cc23(0x2aa)][_0x51cc23(0x233)]||{}):(_0x45d185[_0x51cc23(0x251)][_0x51cc23(0x281)]=_0x1545e3,_0x16354b[_0x51cc23(0x213)](_0x4f0fe5[_0x51cc23(0x230)],{},this[_0x51cc23(0x2aa)],this['framework'])));helper[_0x51cc23(0x27f)](this[_0x51cc23(0x2aa)],this[_0x51cc23(0x239)]),helper['getFinalCaps'](this['config'],this['cliConfig'],this[_0x51cc23(0x242)]);if(!helper[_0x51cc23(0x207)]()){if(_0x4f0fe5[_0x51cc23(0x259)](_0x4f0fe5[_0x51cc23(0x277)],_0x4f0fe5[_0x51cc23(0x22e)]))throw new _0x51df8b(_0x4f0fe5[_0x51cc23(0x23b)]);else{try{if(_0x4f0fe5[_0x51cc23(0x254)](_0x4f0fe5[_0x51cc23(0x25f)],_0x4f0fe5[_0x51cc23(0x211)]))process[_0x51cc23(0x251)][_0x51cc23(0x281)]=_0x50126d,helper[_0x51cc23(0x213)](_0x4f0fe5[_0x51cc23(0x230)],{},this['config'],this[_0x51cc23(0x28f)]);else throw new _0x335ed5(_0x4f0fe5[_0x51cc23(0x241)]);}catch(_0xe0841c){_0x4f0fe5[_0x51cc23(0x254)](_0x4f0fe5['DmRld'],_0x4f0fe5['DmRld'])?!_0x2b35c0[_0x51cc23(0x27d)](this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)])&&_0x4f0fe5[_0x51cc23(0x259)](this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)][_0x51cc23(0x28a)],_0x35e3ed)?this[_0x51cc23(0x2aa)]['browserStackLocalOptions'][_0x51cc23(0x293)]=_0x363cf6['generateLocalIdentifier']():this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)]={'localIdentifier':_0x4a204a[_0x51cc23(0x231)]()}:logger[_0x51cc23(0x22d)](_0x51cc23(0x2a8)+_0xe0841c);}return;}}if(helper[_0x51cc23(0x25b)](_0x50126d)){if(_0x4f0fe5[_0x51cc23(0x2ba)](_0x4f0fe5[_0x51cc23(0x22c)],_0x4f0fe5['AnTrh']))this[_0x51cc23(0x2aa)][_0x51cc23(0x2b8)]=![];else{if(_0x4f0fe5[_0x51cc23(0x279)](_0x4f0fe5['OYFrh'](parseInt,helper[_0x51cc23(0x265)](_0x4f0fe5[_0x51cc23(0x2a9)])),0x3)){if(_0x4f0fe5[_0x51cc23(0x25c)](_0x4f0fe5[_0x51cc23(0x278)],_0x4f0fe5['jXKNR'])){const _0x5e80cf=_0x5d2caf=>{const _0x11cc2c=_0x51cc23;_0x3d1c15['error'](_0x5d2caf[_0x11cc2c(0x2b9)]),_0x30d97c[_0x11cc2c(0x22d)](_0x2d51a5[_0x11cc2c(0x24c)](_0x5d2caf)),this['unhandledErrors'][_0x11cc2c(0x221)](_0x4d68f8[_0x11cc2c(0x24c)]('%j',_0x5d2caf));};_0x337531['on'](_0x4f0fe5[_0x51cc23(0x21c)],_0x5e80cf),_0xd6085d['on'](_0x4f0fe5[_0x51cc23(0x1fe)],_0x5e80cf);}else this[_0x51cc23(0x2aa)][_0x51cc23(0x2b8)]=![];}_0x4f0fe5[_0x51cc23(0x220)](helper[_0x51cc23(0x1f7)](helper['getPackageVersion'](_0x4f0fe5[_0x51cc23(0x2a9)]),_0x4f0fe5['XRGCX']),0x1)&&(_0x4f0fe5[_0x51cc23(0x254)](_0x4f0fe5[_0x51cc23(0x208)],_0x4f0fe5[_0x51cc23(0x208)])?_0x22c8ff['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4f5219):this[_0x51cc23(0x2aa)]['useW3C']=!![]);}}if(helper['isUndefined'](this[_0x51cc23(0x2aa)][_0x51cc23(0x1ff)])||helper[_0x51cc23(0x27d)](this['config'][_0x51cc23(0x1ff)][_0x51cc23(0x218)])){if(_0x4f0fe5['woXan'](_0x4f0fe5[_0x51cc23(0x275)],_0x4f0fe5[_0x51cc23(0x271)])){if(helper[_0x51cc23(0x27d)](this[_0x51cc23(0x2aa)][_0x51cc23(0x23f)])){if(_0x4f0fe5['rstbD'](_0x4f0fe5[_0x51cc23(0x224)],_0x4f0fe5[_0x51cc23(0x201)])){_0x26196a[_0x51cc23(0x22d)](_0x525373);throw new _0x475c3b(_0x1eb0ce[_0x51cc23(0x1ea)]());}else logger['info'](_0x4f0fe5[_0x51cc23(0x240)]);}else _0x4f0fe5[_0x51cc23(0x23e)](_0x4f0fe5['ZwSIz'],_0x4f0fe5[_0x51cc23(0x1db)])?logger[_0x51cc23(0x1d2)](_0x4f0fe5[_0x51cc23(0x24a)]):_0x4f0fe5[_0x51cc23(0x228)](_0x74a62b,_0x4f0fe5[_0x51cc23(0x29e)])();this['config']['platforms']=[];}else _0x33a9d3['error'](_0x4f0fe5[_0x51cc23(0x1e2)],_0x1d1d83[_0x51cc23(0x2b9)]);}!this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)]&&(this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)]=this[_0x51cc23(0x2aa)][_0x51cc23(0x25e)]||{}),!this[_0x51cc23(0x2aa)][_0x51cc23(0x284)]&&(this['config'][_0x51cc23(0x284)]={});if(helper['isUndefined'](helper[_0x51cc23(0x24b)](this[_0x51cc23(0x2aa)]))||helper['isUndefined'](helper[_0x51cc23(0x2ac)](this[_0x51cc23(0x2aa)]))){if(_0x4f0fe5['woXan'](_0x4f0fe5[_0x51cc23(0x24f)],_0x4f0fe5[_0x51cc23(0x24f)])){_0x115cf7[_0x51cc23(0x22d)](_0x51cc23(0x1d9)+_0x520ddf);throw new _0x27631b(_0x57aff2[_0x51cc23(0x1ea)]());}else throw new Error(_0x4f0fe5[_0x51cc23(0x241)]);}helper[_0x51cc23(0x1de)](this[_0x51cc23(0x2aa)])&&helper['isUndefined'](helper[_0x51cc23(0x1fd)](this['config']))&&(_0x4f0fe5[_0x51cc23(0x23e)](_0x4f0fe5['Ygiwm'],_0x4f0fe5[_0x51cc23(0x252)])?!helper['isUndefined'](this['config']['browserStackLocalOptions'])&&_0x4f0fe5[_0x51cc23(0x298)](this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)][_0x51cc23(0x28a)],Object)?_0x4f0fe5[_0x51cc23(0x225)](_0x4f0fe5[_0x51cc23(0x1fa)],_0x4f0fe5['guqEH'])?(_0x14fac[_0x51cc23(0x27d)](this[_0x51cc23(0x2aa)][_0x51cc23(0x23f)])?_0x446875[_0x51cc23(0x29f)](_0x4f0fe5[_0x51cc23(0x240)]):_0x2880af['warn'](_0x4f0fe5[_0x51cc23(0x24a)]),this[_0x51cc23(0x2aa)]['platforms']=[]):this[_0x51cc23(0x2aa)][_0x51cc23(0x2ab)][_0x51cc23(0x293)]=helper[_0x51cc23(0x231)]():_0x4f0fe5[_0x51cc23(0x220)](_0x4f0fe5['kEunU'],_0x4f0fe5[_0x51cc23(0x1cf)])?_0x9d95fa[_0x51cc23(0x247)](_0x4f0fe5[_0x51cc23(0x27c)],_0x3dd3fc[_0x51cc23(0x2b9)]):this['config'][_0x51cc23(0x2ab)]={'localIdentifier':helper[_0x51cc23(0x231)]()}:(_0x4f0fe5['hJRgU'](_0x4f0fe5['OYFrh'](_0x3f3e2b,_0x4b8925[_0x51cc23(0x265)](_0x4f0fe5[_0x51cc23(0x2a9)])),0x3)&&(this[_0x51cc23(0x2aa)]['useW3C']=![]),_0x4f0fe5[_0x51cc23(0x1f3)](_0x4697fa[_0x51cc23(0x1f7)](_0x426d52['getPackageVersion'](_0x4f0fe5[_0x51cc23(0x2a9)]),_0x4f0fe5[_0x51cc23(0x1ed)]),0x1)&&(this[_0x51cc23(0x2aa)][_0x51cc23(0x2b8)]=!![])));helper[_0x51cc23(0x2b5)](this[_0x51cc23(0x2aa)],this[_0x51cc23(0x239)],this['envConfig']);try{_0x4f0fe5[_0x51cc23(0x28e)](_0x4f0fe5[_0x51cc23(0x26f)],_0x4f0fe5[_0x51cc23(0x285)])?(process[_0x51cc23(0x251)]['FRAMEWORK']=_0x1b9782['_'][0x0],helper['fireFunnelTestEvent'](_0x4f0fe5[_0x51cc23(0x230)],{},this[_0x51cc23(0x2aa)],this[_0x51cc23(0x28f)])):(this[_0x51cc23(0x2aa)][_0x51cc23(0x295)]=_0x4ea7e8[_0x51cc23(0x214)](_0x796513[_0x51cc23(0x251)][_0x51cc23(0x23d)]),this['config'][_0x51cc23(0x233)]=this[_0x51cc23(0x2aa)][_0x51cc23(0x233)]||{});}catch(_0x43a2f6){_0x4f0fe5[_0x51cc23(0x254)](_0x4f0fe5[_0x51cc23(0x22a)],_0x4f0fe5[_0x51cc23(0x1ce)])?logger[_0x51cc23(0x22d)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x43a2f6):_0x3cd2f0[_0x51cc23(0x22d)](_0x51cc23(0x2a8)+_0x218614);}}async['initialize'](){const _0x13bbea=a39_0x22edf9,_0xce148c={'cbNkO':_0x13bbea(0x1d1),'fEbLR':function(_0x8d10,_0x21985a){return _0x8d10(_0x21985a);},'HUDvh':function(_0x4b96f6,_0x38a760){return _0x4b96f6!==_0x38a760;},'wVHyS':_0x13bbea(0x2b0),'aBhlW':function(_0x44369d,_0x3032f3){return _0x44369d===_0x3032f3;},'sXixJ':'udsgb','RPmOc':_0x13bbea(0x20a),'wIdgH':_0x13bbea(0x209),'QXWgd':_0x13bbea(0x26c),'TGvwM':_0x13bbea(0x28d),'dOXEg':_0x13bbea(0x243),'eXPZF':function(_0x18955a,_0x43db5c){return _0x18955a!==_0x43db5c;},'iEnVi':_0x13bbea(0x246),'yGeuE':_0x13bbea(0x286),'bZwWn':function(_0x5b169d,_0x35987d){return _0x5b169d===_0x35987d;},'kuduU':_0x13bbea(0x2a5),'oLzYo':_0x13bbea(0x2b6)};if(_0xce148c['fEbLR'](isTurboScaleSession,this[_0x13bbea(0x2aa)])){if(_0xce148c['HUDvh'](_0xce148c['wVHyS'],_0xce148c['wVHyS']))_0x1a9dea['env'][_0x13bbea(0x281)]=_0x102f95['_'][0x0],_0x3a28be[_0x13bbea(0x213)](_0xce148c['cbNkO'],{},this[_0x13bbea(0x2aa)],this[_0x13bbea(0x28f)]);else{const _0x363942=await helper[_0x13bbea(0x1e6)](this[_0x13bbea(0x2aa)]);this[_0x13bbea(0x2aa)][_0x13bbea(0x1f0)]=_0x363942,_0x363942[_0x13bbea(0x234)]&&(_0xce148c['aBhlW'](_0xce148c[_0x13bbea(0x200)],_0xce148c[_0x13bbea(0x269)])?(_0x1e4f33[_0x13bbea(0x247)](_0x544905['message']),_0x552423[_0x13bbea(0x22d)](_0x37ec91['format'](_0x485526)),this[_0x13bbea(0x1ec)][_0x13bbea(0x221)](_0x12503a[_0x13bbea(0x24c)]('%j',_0x1cd6d9))):(this[_0x13bbea(0x2aa)][_0x13bbea(0x26e)]=!![],this[_0x13bbea(0x2aa)][_0x13bbea(0x2ab)][_0x13bbea(0x293)]=_0xce148c[_0x13bbea(0x26a)],this[_0x13bbea(0x2aa)][_0x13bbea(0x2ab)][_0xce148c[_0x13bbea(0x270)]]=_0x363942[_0x13bbea(0x266)][_0x13bbea(0x23a)](','),this[_0x13bbea(0x2aa)][_0x13bbea(0x2ab)][_0x13bbea(0x28b)]=_0xce148c['TGvwM'])),this['config'][_0x13bbea(0x1df)]=_0x363942[_0x13bbea(0x292)],constants[_0x13bbea(0x1ee)]=helper[_0x13bbea(0x27a)](this[_0x13bbea(0x2aa)]),logger[_0x13bbea(0x22d)](_0x13bbea(0x283)+constants[_0x13bbea(0x1ee)]);}}helper['setProxySettings'](this[_0x13bbea(0x2aa)]),this[_0x13bbea(0x260)]();if([_0xce148c[_0x13bbea(0x248)]][_0x13bbea(0x1f5)](this[_0x13bbea(0x28f)])){if(_0xce148c[_0x13bbea(0x229)](_0xce148c[_0x13bbea(0x1d0)],_0xce148c[_0x13bbea(0x1d0)])){try{_0x3de10f[_0x13bbea(0x251)][_0x13bbea(0x281)]=_0x2c4c87,_0x225520[_0x13bbea(0x213)](_0xce148c[_0x13bbea(0x204)],{},this['config'],this['framework']);}catch(_0x4e0761){_0x394d94[_0x13bbea(0x22d)](_0x13bbea(0x2a8)+_0x4e0761);}return;}else await this[_0x13bbea(0x1d7)]();}await this[_0x13bbea(0x1eb)](),![_0xce148c[_0x13bbea(0x235)]][_0x13bbea(0x1f5)](this[_0x13bbea(0x28f)])&&!_0xce148c[_0x13bbea(0x1e1)](isTurboScaleSession,this[_0x13bbea(0x2aa)])&&(_0xce148c['bZwWn'](_0xce148c['kuduU'],_0xce148c[_0x13bbea(0x238)])?this[_0x13bbea(0x2aa)]['browserStackLocalOptions']={'localIdentifier':_0x3f24d6[_0x13bbea(0x231)]()}:await this[_0x13bbea(0x26d)]());}async[a39_0x22edf9(0x1d7)](){const _0x2e50c6=a39_0x22edf9,_0x2c1eda={};_0x2c1eda[_0x2e50c6(0x2ae)]=function(_0x161ff0,_0x27f519){return _0x161ff0!==_0x27f519;},_0x2c1eda[_0x2e50c6(0x29d)]=_0x2e50c6(0x2a1),_0x2c1eda[_0x2e50c6(0x1e9)]=_0x2e50c6(0x1da),_0x2c1eda[_0x2e50c6(0x253)]=function(_0x16510d,_0x17aaf7){return _0x16510d==_0x17aaf7;},_0x2c1eda[_0x2e50c6(0x1f2)]=_0x2e50c6(0x28c),_0x2c1eda['BMgIG']='ats-repeater',_0x2c1eda[_0x2e50c6(0x1e8)]=_0x2e50c6(0x26c),_0x2c1eda[_0x2e50c6(0x1e3)]=_0x2e50c6(0x28d),_0x2c1eda[_0x2e50c6(0x263)]=_0x2e50c6(0x291),_0x2c1eda[_0x2e50c6(0x2a4)]=function(_0x4ae5c4,_0x41e6ff){return _0x4ae5c4===_0x41e6ff;},_0x2c1eda[_0x2e50c6(0x21f)]='PAuAd',_0x2c1eda[_0x2e50c6(0x294)]=function(_0x4137e2,_0x465016){return _0x4137e2===_0x465016;},_0x2c1eda[_0x2e50c6(0x29c)]=_0x2e50c6(0x276),_0x2c1eda[_0x2e50c6(0x2a6)]=_0x2e50c6(0x219),_0x2c1eda[_0x2e50c6(0x1fb)]=_0x2e50c6(0x21d),_0x2c1eda[_0x2e50c6(0x205)]=_0x2e50c6(0x25d),_0x2c1eda[_0x2e50c6(0x249)]='Percy\x20started\x20successfully',_0x2c1eda[_0x2e50c6(0x226)]='beforeExit',_0x2c1eda[_0x2e50c6(0x29b)]=_0x2e50c6(0x299),_0x2c1eda[_0x2e50c6(0x1e7)]=_0x2e50c6(0x27e),_0x2c1eda[_0x2e50c6(0x20c)]=function(_0x26bf6d,_0x9f1b05){return _0x26bf6d!==_0x9f1b05;},_0x2c1eda[_0x2e50c6(0x2ad)]='jpfgH',_0x2c1eda[_0x2e50c6(0x24e)]=_0x2e50c6(0x20e);const _0x37c2e9=_0x2c1eda;if(helper[_0x2e50c6(0x214)](this[_0x2e50c6(0x2aa)][_0x2e50c6(0x24d)])&&(!this[_0x2e50c6(0x24d)]||!this[_0x2e50c6(0x24d)][_0x2e50c6(0x268)]())){if(_0x37c2e9[_0x2e50c6(0x2a4)](_0x37c2e9['rQMnV'],_0x37c2e9['rQMnV']))try{if(_0x37c2e9['NqPps'](_0x37c2e9[_0x2e50c6(0x29c)],_0x37c2e9['jPuFD'])){this[_0x2e50c6(0x24d)]=await helper[_0x2e50c6(0x215)](this[_0x2e50c6(0x2aa)]);if(!this['percy']){if(_0x37c2e9[_0x2e50c6(0x2a4)](_0x37c2e9[_0x2e50c6(0x2a6)],_0x37c2e9[_0x2e50c6(0x1fb)]))this['config']['useW3C']=!![];else throw new Error(_0x37c2e9[_0x2e50c6(0x205)]);}logger['info'](_0x37c2e9['gYvUs']);let _0x40f6c7=0x0;const _0x5f4b01=async()=>{const _0x2dca27=_0x2e50c6;_0x37c2e9[_0x2dca27(0x2ae)](_0x37c2e9['FBFLC'],_0x37c2e9[_0x2dca27(0x1e9)])?(_0x40f6c7++,_0x37c2e9[_0x2dca27(0x253)](_0x40f6c7,0x1)&&await this['stopPercy']()):this['config'][_0x2dca27(0x2ab)][_0x2dca27(0x293)]=_0x25011d[_0x2dca27(0x231)]();};process['on'](_0x37c2e9[_0x2e50c6(0x226)],_0x5f4b01),process['on'](_0x37c2e9[_0x2e50c6(0x29b)],_0x5f4b01),process['on'](_0x37c2e9[_0x2e50c6(0x1e7)],_0x5f4b01);}else _0x56e2f9[_0x2e50c6(0x29f)](_0x37c2e9['whzXv']);}catch(_0x30a0e5){if(_0x37c2e9[_0x2e50c6(0x20c)](_0x37c2e9[_0x2e50c6(0x2ad)],_0x37c2e9[_0x2e50c6(0x24e)])){logger[_0x2e50c6(0x22d)]('Error\x20in\x20percy\x20setup\x20'+_0x30a0e5);throw new Error(_0x30a0e5[_0x2e50c6(0x1ea)]());}else this['config']['browserstackLocal']=!![],this[_0x2e50c6(0x2aa)][_0x2e50c6(0x2ab)][_0x2e50c6(0x293)]=_0x37c2e9[_0x2e50c6(0x223)],this['config']['browserStackLocalOptions'][_0x37c2e9[_0x2e50c6(0x1e8)]]=_0x303f4e['customRepeaters']['join'](','),this[_0x2e50c6(0x2aa)]['browserStackLocalOptions'][_0x2e50c6(0x28b)]=_0x37c2e9[_0x2e50c6(0x1e3)];}else _0x25887f[_0x2e50c6(0x1d2)](_0x37c2e9['daBDV']);}}async[a39_0x22edf9(0x1f4)](){const _0x224cd2=a39_0x22edf9,_0x4899c5={};_0x4899c5[_0x224cd2(0x21b)]=_0x224cd2(0x262),_0x4899c5[_0x224cd2(0x22f)]=_0x224cd2(0x289);const _0x234c90=_0x4899c5;if(this[_0x224cd2(0x24d)]&&this[_0x224cd2(0x24d)][_0x224cd2(0x268)]())try{await helper[_0x224cd2(0x1f4)](this[_0x224cd2(0x24d)]),logger['info'](_0x234c90[_0x224cd2(0x21b)]);}catch(_0x3edd2d){logger[_0x224cd2(0x247)](_0x234c90[_0x224cd2(0x22f)],_0x3edd2d[_0x224cd2(0x2b9)]);}}async['setupBrowserstackLocal'](){const _0x570750=a39_0x22edf9,_0x4fa82e={};_0x4fa82e[_0x570750(0x1d3)]=function(_0x135b67,_0x492392){return _0x135b67==_0x492392;},_0x4fa82e['NXGjZ']=_0x570750(0x2b1),_0x4fa82e[_0x570750(0x264)]=_0x570750(0x237),_0x4fa82e[_0x570750(0x256)]=_0x570750(0x299),_0x4fa82e['pVbZL']=_0x570750(0x27e);const _0x369eda=_0x4fa82e;if(helper[_0x570750(0x214)](this[_0x570750(0x2aa)][_0x570750(0x26e)])&&(!this[_0x570750(0x26e)]||!this[_0x570750(0x26e)][_0x570750(0x268)]()))try{this[_0x570750(0x26e)]=await helper[_0x570750(0x227)](this[_0x570750(0x2aa)]),logger[_0x570750(0x29f)](_0x369eda['NXGjZ']);let _0x3b3459=0x0;const _0x5d6052=async()=>{const _0x1f298e=_0x570750;_0x3b3459++,_0x369eda['AlInQ'](_0x3b3459,0x1)&&await this[_0x1f298e(0x217)]();};process['on'](_0x369eda[_0x570750(0x264)],_0x5d6052),process['on'](_0x369eda[_0x570750(0x256)],_0x5d6052),process['on'](_0x369eda[_0x570750(0x206)],_0x5d6052);}catch(_0x4c3d36){logger[_0x570750(0x22d)](_0x4c3d36);throw new Error(_0x4c3d36[_0x570750(0x1ea)]());}}async['stopBrowserstackLocal'](){const _0x52eb21=a39_0x22edf9,_0x4db639={};_0x4db639['aWqjL']=_0x52eb21(0x2b3),_0x4db639[_0x52eb21(0x29a)]=_0x52eb21(0x1ef);const _0x379097=_0x4db639;if(this['browserstackLocal']&&this[_0x52eb21(0x26e)][_0x52eb21(0x268)]())try{await helper[_0x52eb21(0x297)](this[_0x52eb21(0x26e)]),logger[_0x52eb21(0x29f)](_0x379097[_0x52eb21(0x1e0)]);}catch(_0x3f036c){logger[_0x52eb21(0x247)](_0x379097['oHUra'],_0x3f036c['message']);}}async[a39_0x22edf9(0x26d)](){const _0x41a600=a39_0x22edf9;await hubAllocator[_0x41a600(0x26b)](this[_0x41a600(0x2aa)]);}[a39_0x22edf9(0x260)](){const _0xe644=a39_0x22edf9,_0x44c75a={'FwvtA':function(_0x4b6c68,_0x1397a3){return _0x4b6c68(_0x1397a3);},'TsTcc':_0xe644(0x2a3)};_0x44c75a[_0xe644(0x2a0)](require,_0x44c75a[_0xe644(0x1e5)])();}[a39_0x22edf9(0x210)](){const _0x65741=a39_0x22edf9,_0x46f3a0={};_0x46f3a0['pQrLC']=_0x65741(0x1fc),_0x46f3a0[_0x65741(0x21a)]='uncaughtException';const _0x11f5a1=_0x46f3a0,_0x5b7e2d=_0x5a7923=>{const _0x314bbe=_0x65741;logger[_0x314bbe(0x247)](_0x5a7923['message']),logger[_0x314bbe(0x22d)](util[_0x314bbe(0x24c)](_0x5a7923)),this[_0x314bbe(0x1ec)][_0x314bbe(0x221)](util[_0x314bbe(0x24c)]('%j',_0x5a7923));};process['on'](_0x11f5a1[_0x65741(0x1f8)],_0x5b7e2d),process['on'](_0x11f5a1[_0x65741(0x21a)],_0x5b7e2d);}}exports['default']=BrowserStackSetup;
|
|
1
|
+
function a39_0x4d52(){const _0x5ca54f=['getLocalConfig','default','ZXCPS','852icixGi','OiwlO','QHBiT','getAccessKey','customRepeaters','BrJVr','10042047YoAsAo','Percy\x20started\x20successfully','getHubUrl','8xVsOko','eflpa','sCYHp','percy','requireSeleniumWebdriverCheck','SIGINT','toString','HiwWS','AyCbs','Yafhs','XsSgc','ENsYX','FRAMEWORK','EuiqM','yWuvM','555080mLqHSC','BayAC','BhWyQ','hivAz','Error\x20occured\x20while\x20stopping\x20local\x20binary','IVXUM','1220168JbBOtx','turboScale','xoPUG','ddbgM','forceLocal','setupPercy','vpMya','SIGTERM','ZZceF','util','Error\x20occured\x20while\x20stopping\x20percy','unhandledErrors','localIdentifier','QBHKA','isTrue','jeHhk','dMZwN','JDXns','getTurboScaleGridDetails','cJjQx','info','winstonLogger','sIdRP','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','getPackageVersion','GUGeD','htKaK','localOptions','platforms','nxLDQ','hubUrl','beforeExit','BROWSERSTACK_TURBOSCALE','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','XwYiC','CSffl','setEnvCaps','lwEnf','setupKeepAlive','UJEzz','BARQf','XuVpn','JKKUR','AdmPW','./setKeepAlive','gQozD','lWwTN','liOOG','UrtvW','YtUqJ','HZXnK','CWkBt','hwBny','unhandledRejection','stopBrowserstackLocal','setCLICaps','setupBrowserstackLocal','cXKbj','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','zejib','getUserName','ZQomt','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','lsxvy','isRunning','JnApN','DshVV','custom-repeater','Local\x20binary\x20stopped','generateLocalIdentifier','setLogLevel','No\x20config\x20provided.','jest','userName\x20or\x20accessKey\x20is\x20not\x20defined','iEWeF','config','iIWGC','HCqxE','OGXNt','NIXEv','SDKTestAttempted','stopLocalBinary','./ats/helper','CHOaD','JbJNH','SRRNT','qfdWS','rGiOz','NvEIE','adLuZ','includes','handleExceptions','MducU','txBNa','3368288VFEciU','hqhGe','XWwHC','gTTQi','setProxySettings','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','testContextOptions','getLocalIdentifier','framework','4.5.0','error','fYDSP','yipvE','isBrowserstackInfra','selenium-webdriver','zKPQq','allocateHub','SsajF','useW3C','OrQgT','fUOCI','warn','Dlolm','RLvjX','38381diBXzG','turboScaleUrl','MSKYg','setUpHubUrl','../bin/utils/constants','iUfZo','PvHhO','join','INlpK','SdBpO','LFVfk','toLowerCase','isTrialGrid','DGdlD','FNJRw','lSqWP','EvEhw','MtKxQ','mjFrJ','playwright','isUndefined','push','tHwfS','format','YLUGK','stopPercy','envConfig','jgHUt','compareVersions','acErK','LrWpL','getFinalCaps','TBFqy','2887734NBcRCw','message','jwysZ','zkCKu','hcPvU','oucSc','rbOMz','Error\x20in\x20percy\x20setup\x20','turboScaleGridDetails','HZtjS','?caps=','getConfigPath','ebtfG','uWjHX','lYAze','rCjYm','browserstackLocal','uncaughtException','5xTpVwI','debug','nkXiu','ats-repeater','setBrowserstackInfraFromConfig','jvknB','3897440TpSUkk','FLjuX','CPNYW','QqmsT','constructor','PNBUc','turboScaleOptions','zzNoJ','env','HwMvQ','fireFunnelTestEvent','./logger','cliConfig','sanitizeCaps','LvkmK','IUEvm','browserStackLocalOptions','length','ezZlp','Local\x20binary\x20started\x20successfully','playwrightUrl'];a39_0x4d52=function(){return _0x5ca54f;};return a39_0x4d52();}const a39_0x3ff359=a39_0x38ce;(function(_0x314cf5,_0x39f000){const _0x103000=a39_0x38ce,_0x4245dd=_0x314cf5();while(!![]){try{const _0x2c2fbe=parseInt(_0x103000(0x1b1))/0x1+-parseInt(_0x103000(0x130))/0x2+parseInt(_0x103000(0x169))/0x3+-parseInt(_0x103000(0xd2))/0x4*(-parseInt(_0x103000(0x17b))/0x5)+-parseInt(_0x103000(0x199))/0x6*(parseInt(_0x103000(0x148))/0x7)+parseInt(_0x103000(0x1a2))/0x8*(parseInt(_0x103000(0x19f))/0x9)+parseInt(_0x103000(0x181))/0xa;if(_0x2c2fbe===_0x39f000)break;else _0x4245dd['push'](_0x4245dd['shift']());}catch(_0x4d752e){_0x4245dd['push'](_0x4245dd['shift']());}}}(a39_0x4d52,0xd34d9));const util=require(a39_0x3ff359(0xdb)),constants=require(a39_0x3ff359(0x14c)),{isTurboScaleSession}=require(a39_0x3ff359(0x124)),logger=require(a39_0x3ff359(0x18c))[a39_0x3ff359(0xe7)],helper=require('./helper'),hubAllocator=require('../hubAllocationMethods');function a39_0x38ce(_0x2d3589,_0x13d729){const _0x4d5227=a39_0x4d52();return a39_0x38ce=function(_0x38ce78,_0x24b46e){_0x38ce78=_0x38ce78-0xce;let _0x4ef2e3=_0x4d5227[_0x38ce78];return _0x4ef2e3;},a39_0x38ce(_0x2d3589,_0x13d729);}class BrowserStackSetup{constructor(_0x1d8132,_0x3ce6ee){const _0x1fc897=a39_0x3ff359,_0x3c2a0c={'SsajF':function(_0x426f26,_0x3afec7){return _0x426f26<_0x3afec7;},'fUOCI':function(_0x108cec,_0x4165e0){return _0x108cec(_0x4165e0);},'SdBpO':_0x1fc897(0x13e),'yipvE':function(_0x2953d7,_0x37ebd9){return _0x2953d7===_0x37ebd9;},'NvEIE':_0x1fc897(0x139),'AyCbs':_0x1fc897(0xf3),'zKPQq':_0x1fc897(0x10c),'gSzZj':_0x1fc897(0x107),'hqhGe':'uncaughtException','CHOaD':_0x1fc897(0x17e),'mjFrJ':_0x1fc897(0x115),'XuVpn':'true','VVIJI':_0x1fc897(0xd0),'txBNa':_0x1fc897(0x122),'iEWeF':function(_0x284b6d,_0x409a55){return _0x284b6d===_0x409a55;},'PvHhO':_0x1fc897(0x11b),'HZXnK':_0x1fc897(0xfe),'HiwWS':_0x1fc897(0x119),'iUfZo':function(_0xd4a2cf,_0x508f1c){return _0xd4a2cf!==_0x508f1c;},'ddbgM':_0x1fc897(0xe8),'jgHUt':_0x1fc897(0x18f),'dMZwN':_0x1fc897(0x132),'OiwlO':function(_0xf49af3,_0x9c6155){return _0xf49af3!==_0x9c6155;},'zzNoJ':_0x1fc897(0x10b),'rCjYm':'yEgle','NIXEv':_0x1fc897(0x158),'nwgXa':function(_0x2984a0,_0x3523b5){return _0x2984a0(_0x3523b5);},'ZPGlA':_0x1fc897(0x18a),'ZXCPS':'ZDNYQ','QBHKA':_0x1fc897(0x113),'TubuH':function(_0x258359,_0x36f782){return _0x258359!==_0x36f782;},'EoxnP':_0x1fc897(0x17d),'OrQgT':_0x1fc897(0x12e),'Yafhs':function(_0x765fd5,_0x34dffb){return _0x765fd5===_0x34dffb;},'ebtfG':_0x1fc897(0x16e),'jeHhk':_0x1fc897(0xf9),'BIFmF':_0x1fc897(0x101),'eflpa':function(_0x2ef3ca,_0x37d6e5){return _0x2ef3ca!==_0x37d6e5;},'CVSEm':_0x1fc897(0x1ad),'OYYvN':'JXoje','OGXNt':function(_0x42f8ba,_0xe71bf0){return _0x42f8ba===_0xe71bf0;},'lSqWP':_0x1fc897(0x106),'htKaK':_0x1fc897(0x105),'wXlfQ':_0x1fc897(0x19b),'TeFTQ':function(_0x3d4933,_0x1644b9){return _0x3d4933===_0x1644b9;},'nxLDQ':_0x1fc897(0x16f),'ehirk':_0x1fc897(0xff),'zejib':function(_0x3274a5,_0x5e3b1d){return _0x3274a5===_0x5e3b1d;},'hcPvU':_0x1fc897(0x177)};this[_0x1fc897(0xdd)]=[],this[_0x1fc897(0x18d)]=helper[_0x1fc897(0x109)](_0x1d8132),this[_0x1fc897(0x162)]=helper[_0x1fc897(0xf6)](),this['browserstackLocal']=null,this[_0x1fc897(0x1a5)]=null,this[_0x1fc897(0x11d)]=helper['readConfig'](helper[_0x1fc897(0x174)](_0x1d8132)),global[_0x1fc897(0x11d)]=this['config'],global[_0x1fc897(0x138)]=_0x3ce6ee,helper[_0x1fc897(0x18e)](this[_0x1fc897(0x11d)]),this[_0x1fc897(0x138)]=_0x3ce6ee;if(helper['isUndefined'](this[_0x1fc897(0x11d)]))throw new Error(_0x3c2a0c[_0x1fc897(0x1a9)]);if(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)])throw new Error(this[_0x1fc897(0x11d)][_0x1fc897(0x13a)]);this['handleExceptions']();process[_0x1fc897(0x189)][_0x1fc897(0xf2)]&&(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0xd5)],_0x3c2a0c[_0x1fc897(0xd5)])?(_0x3c2a0c['SsajF'](_0x3c2a0c[_0x1fc897(0x144)](_0x5983a9,_0x22ecb2[_0x1fc897(0xea)](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]),_0x3c2a0c[_0x1fc897(0x13c)](_0x33fbfa[_0x1fc897(0x164)](_0x223f66[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=!![])):(this[_0x1fc897(0x11d)][_0x1fc897(0xd3)]=helper[_0x1fc897(0xe0)](process[_0x1fc897(0x189)][_0x1fc897(0xf2)]),this['config'][_0x1fc897(0x187)]=this[_0x1fc897(0x11d)][_0x1fc897(0x187)]||{}));helper[_0x1fc897(0x17f)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)]),helper[_0x1fc897(0x167)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);if(!helper[_0x1fc897(0x13d)]()){if(_0x3c2a0c['iUfZo'](_0x3c2a0c[_0x1fc897(0x163)],_0x3c2a0c[_0x1fc897(0x163)]))_0x151bfa[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['parallelsPerPlatform'])?_0x459dd5['info'](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x2b1ab4[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]),this['config'][_0x1fc897(0xee)]=[];else{try{if(_0x3c2a0c[_0x1fc897(0x14d)](_0x3c2a0c[_0x1fc897(0xe2)],_0x3c2a0c['dMZwN'])){const _0x8db719=_0x22b271=>{const _0x4f4e69=_0x1fc897;_0x2dd34a['error'](_0x22b271['message']),_0x56e244[_0x4f4e69(0x17c)](_0x176e2b[_0x4f4e69(0x15f)](_0x22b271)),this[_0x4f4e69(0xdd)][_0x4f4e69(0x15d)](_0x2483f5['format']('%j',_0x22b271));};_0x2e5fd1['on'](_0x3c2a0c['gSzZj'],_0x8db719),_0x5c2dc4['on'](_0x3c2a0c[_0x1fc897(0x131)],_0x8db719);}else process['env']['FRAMEWORK']=_0x3ce6ee,helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]);}catch(_0x5bb576){_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0x188)],_0x3c2a0c[_0x1fc897(0x178)])?logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0x5bb576):(this['config']['browserstackLocal']=!![],this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=_0x3c2a0c[_0x1fc897(0x125)],this['config'][_0x1fc897(0x191)][_0x3c2a0c[_0x1fc897(0x15a)]]=_0x31c60e[_0x1fc897(0x19d)][_0x1fc897(0x14f)](','),this['config'][_0x1fc897(0x191)]['forceLocal']=_0x3c2a0c[_0x1fc897(0xfb)]);}return;}}if(helper[_0x1fc897(0x1a6)](_0x3ce6ee)){if(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c[_0x1fc897(0x121)],_0x3c2a0c['NIXEv']))_0x3c2a0c[_0x1fc897(0x141)](_0x3c2a0c['nwgXa'](parseInt,helper['getPackageVersion'](_0x3c2a0c[_0x1fc897(0x151)])),0x3)&&(_0x3c2a0c[_0x1fc897(0x13c)](_0x3c2a0c['ZPGlA'],_0x3c2a0c['ZPGlA'])?this[_0x1fc897(0x11d)][_0x1fc897(0x142)]=![]:_0xfb1910['error'](_0x3c2a0c['VVIJI'],_0x27b043[_0x1fc897(0x16a)])),_0x3c2a0c[_0x1fc897(0x13c)](helper[_0x1fc897(0x164)](helper[_0x1fc897(0xea)](_0x3c2a0c['SdBpO']),_0x3c2a0c[_0x1fc897(0x12a)]),0x1)&&(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0x198)],_0x3c2a0c['ZXCPS'])?this['config'][_0x1fc897(0x142)]=!![]:_0x36b14b['warn'](_0x3c2a0c[_0x1fc897(0x13f)]));else{_0x2e1fae[_0x1fc897(0x17c)]('Error\x20in\x20percy\x20setup\x20'+_0x5be133);throw new _0x17a221(_0x5dc941[_0x1fc897(0x1a8)]());}}(helper['isUndefined'](this[_0x1fc897(0x11d)]['platforms'])||helper[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)]['platforms'][_0x1fc897(0x192)]))&&(_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xdf)],_0x3c2a0c[_0x1fc897(0xdf)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]['localIdentifier']=_0x48b4a8[_0x1fc897(0x117)]():(helper[_0x1fc897(0x15c)](this['config']['parallelsPerPlatform'])?_0x3c2a0c['TubuH'](_0x3c2a0c['EoxnP'],_0x3c2a0c[_0x1fc897(0x143)])?logger[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x5dab0e[_0x1fc897(0xe6)](_0x3c2a0c[_0x1fc897(0x1aa)]):_0x3c2a0c[_0x1fc897(0x1ab)](_0x3c2a0c[_0x1fc897(0x175)],_0x3c2a0c[_0x1fc897(0x175)])?logger[_0x1fc897(0x145)](_0x3c2a0c[_0x1fc897(0x13f)]):this['config']['browserStackLocalOptions']={'localIdentifier':_0x9f5ebb[_0x1fc897(0x117)]()},this['config'][_0x1fc897(0xee)]=[]));!this[_0x1fc897(0x11d)][_0x1fc897(0x191)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x191)]=this['config'][_0x1fc897(0xed)]||{}),!this[_0x1fc897(0x11d)][_0x1fc897(0x136)]&&(this[_0x1fc897(0x11d)][_0x1fc897(0x136)]={});if(helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x10e)](this[_0x1fc897(0x11d)]))||helper[_0x1fc897(0x15c)](helper[_0x1fc897(0x19c)](this[_0x1fc897(0x11d)]))){if(_0x3c2a0c[_0x1fc897(0x11c)](_0x3c2a0c[_0x1fc897(0xe1)],_0x3c2a0c['BIFmF']))_0x19a96f['env']['FRAMEWORK']=_0x37c1e5['_'][0x0],_0x3242ee[_0x1fc897(0x18b)](_0x3c2a0c['txBNa'],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);else throw new Error(_0x3c2a0c[_0x1fc897(0x14e)]);}if(helper[_0x1fc897(0x196)](this[_0x1fc897(0x11d)])&&helper['isUndefined'](helper[_0x1fc897(0x137)](this['config']))){if(_0x3c2a0c[_0x1fc897(0x1a3)](_0x3c2a0c['CVSEm'],_0x3c2a0c['OYYvN']))!helper[_0x1fc897(0x15c)](this['config'][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],Object)?_0x3c2a0c[_0x1fc897(0x120)](_0x3c2a0c['lSqWP'],_0x3c2a0c[_0x1fc897(0x157)])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0xde)]=helper[_0x1fc897(0x117)]():(_0x419aaf['error'](_0x45ced4[_0x1fc897(0x16a)]),_0x452846['debug'](_0x396ba3[_0x1fc897(0x15f)](_0x3ad880)),this['unhandledErrors']['push'](_0x301c3f[_0x1fc897(0x15f)]('%j',_0x34387e))):_0x3c2a0c[_0x1fc897(0x19a)](_0x3c2a0c[_0x1fc897(0xec)],_0x3c2a0c['wXlfQ'])?this[_0x1fc897(0x11d)][_0x1fc897(0x191)]={'localIdentifier':helper[_0x1fc897(0x117)]()}:!_0x29d9de[_0x1fc897(0x15c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)])&&_0x3c2a0c[_0x1fc897(0x11c)](this[_0x1fc897(0x11d)][_0x1fc897(0x191)][_0x1fc897(0x185)],_0x163e69)?this['config'][_0x1fc897(0x191)]['localIdentifier']=_0x39c5ad[_0x1fc897(0x117)]():this['config'][_0x1fc897(0x191)]={'localIdentifier':_0x48e782['generateLocalIdentifier']()};else throw new _0x605aef(_0x3c2a0c[_0x1fc897(0x14e)]);}helper[_0x1fc897(0x118)](this[_0x1fc897(0x11d)],this[_0x1fc897(0x18d)],this[_0x1fc897(0x162)]);try{_0x3c2a0c['TeFTQ'](_0x3c2a0c[_0x1fc897(0xef)],_0x3c2a0c['ehirk'])?_0x3c2a0c[_0x1fc897(0x144)](_0x4422f9,_0x3c2a0c[_0x1fc897(0x104)])():(process['env'][_0x1fc897(0x1ae)]=_0x1d8132['_'][0x0],helper[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this['config'],this[_0x1fc897(0x138)]));}catch(_0xa6ab7e){if(_0x3c2a0c[_0x1fc897(0x10d)](_0x3c2a0c[_0x1fc897(0x16d)],_0x3c2a0c[_0x1fc897(0x16d)]))logger[_0x1fc897(0x17c)](_0x1fc897(0xe9)+_0xa6ab7e);else{try{_0x52cabc[_0x1fc897(0x189)][_0x1fc897(0x1ae)]=_0x5c1873,_0x26e5e1[_0x1fc897(0x18b)](_0x3c2a0c[_0x1fc897(0x12f)],{},this[_0x1fc897(0x11d)],this[_0x1fc897(0x138)]);}catch(_0x5c3e6f){_0x1402b3['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5c3e6f);}return;}}}async['initialize'](){const _0x56bd01=a39_0x3ff359,_0x16f160={'BayAC':function(_0x4d5997,_0x13d8e){return _0x4d5997+_0x13d8e;},'dfrmx':_0x56bd01(0x173),'FLjuX':'SDKTestAttempted','oiYQK':_0x56bd01(0xdc),'PNBUc':function(_0x50d3ff,_0x3d0990){return _0x50d3ff(_0x3d0990);},'gTTQi':function(_0x3d4073,_0x14a905){return _0x3d4073===_0x14a905;},'qfdWS':_0x56bd01(0x150),'RLvjX':_0x56bd01(0x172),'hivAz':function(_0x11c0a3,_0x51fcac){return _0x11c0a3!==_0x51fcac;},'LFVfk':'Xlclh','YLUGK':_0x56bd01(0x17e),'ZklyJ':_0x56bd01(0x115),'xoPUG':'true','GUGeD':function(_0x1af869,_0x5d7c1e){return _0x1af869===_0x5d7c1e;},'jwysZ':_0x56bd01(0x15b),'tdhUr':function(_0x1b60bf,_0x433b4a){return _0x1b60bf!==_0x433b4a;},'cJjQx':_0x56bd01(0xfc),'jvknB':_0x56bd01(0x13b),'VILAS':_0x56bd01(0x11a),'AdmPW':function(_0x1b2e99,_0x934606){return _0x1b2e99!==_0x934606;},'JbJNH':_0x56bd01(0x15e),'jFLuJ':'nWcgg','haFYq':'codeceptjs','LrWpL':function(_0x531103,_0x5aae0e){return _0x531103!==_0x5aae0e;},'EuiqM':'RtCeE'};if(_0x16f160[_0x56bd01(0x186)](isTurboScaleSession,this[_0x56bd01(0x11d)])){if(_0x16f160[_0x56bd01(0x133)](_0x16f160[_0x56bd01(0x128)],_0x16f160[_0x56bd01(0x147)]))this[_0x56bd01(0x11d)][_0x56bd01(0x142)]=!![];else{const _0xd02b68=await helper[_0x56bd01(0xe4)](this[_0x56bd01(0x11d)]);this[_0x56bd01(0x11d)][_0x56bd01(0x171)]=_0xd02b68,_0xd02b68[_0x56bd01(0x154)]&&(_0x16f160[_0x56bd01(0xcf)](_0x16f160[_0x56bd01(0x152)],_0x16f160[_0x56bd01(0x152)])?this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0x16f160[_0x56bd01(0x1b2)](_0x23f049[_0x56bd01(0x195)],_0x16f160['dfrmx']):(this[_0x56bd01(0x11d)][_0x56bd01(0x179)]=!![],this['config'][_0x56bd01(0x191)]['localIdentifier']=_0x16f160[_0x56bd01(0x160)],this[_0x56bd01(0x11d)]['browserStackLocalOptions'][_0x16f160['ZklyJ']]=_0xd02b68['customRepeaters'][_0x56bd01(0x14f)](','),this['config'][_0x56bd01(0x191)][_0x56bd01(0xd6)]=_0x16f160[_0x56bd01(0xd4)])),this[_0x56bd01(0x11d)][_0x56bd01(0x149)]=_0xd02b68['url'],this[_0x56bd01(0x138)]&&_0x16f160[_0x56bd01(0xeb)](this[_0x56bd01(0x138)][_0x56bd01(0x153)](),_0x16f160[_0x56bd01(0x16b)])&&(_0x16f160['tdhUr'](_0x16f160[_0x56bd01(0xe5)],_0x16f160[_0x56bd01(0x180)])?this[_0x56bd01(0x11d)]['turboScaleUrl']=_0x16f160['BayAC'](_0xd02b68[_0x56bd01(0x195)],_0x16f160['dfrmx']):(_0x20202c[_0x56bd01(0x189)][_0x56bd01(0x1ae)]=_0xa28ee0,_0x52b593['fireFunnelTestEvent'](_0x16f160[_0x56bd01(0x182)],{},this[_0x56bd01(0x11d)],this[_0x56bd01(0x138)]))),constants[_0x56bd01(0xf0)]=helper[_0x56bd01(0x1a1)](this[_0x56bd01(0x11d)]),logger[_0x56bd01(0x17c)](_0x56bd01(0x110)+constants[_0x56bd01(0xf0)]);}}helper[_0x56bd01(0x134)](this['config']),this['setupKeepAlive'](),[_0x16f160['VILAS']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&(_0x16f160[_0x56bd01(0xfd)](_0x16f160[_0x56bd01(0x126)],_0x16f160['jFLuJ'])?await this[_0x56bd01(0xd7)]():_0x3983e2[_0x56bd01(0x17c)](_0x56bd01(0xe9)+_0x1e5e0d)),await this['setupBrowserstackLocal'](),![_0x16f160['haFYq']][_0x56bd01(0x12c)](this[_0x56bd01(0x138)])&&!_0x16f160['PNBUc'](isTurboScaleSession,this[_0x56bd01(0x11d)])&&(_0x16f160[_0x56bd01(0x166)](_0x16f160[_0x56bd01(0x1af)],_0x16f160[_0x56bd01(0x1af)])?_0x176b9c[_0x56bd01(0x13a)](_0x16f160['oiYQK'],_0x4e7931['message']):await this[_0x56bd01(0x14b)]());}async[a39_0x3ff359(0xd7)](){const _0x5c002d=a39_0x3ff359,_0x4a0b87={};_0x4a0b87['lsxvy']=function(_0xc2ea9e,_0x4a0cc2){return _0xc2ea9e===_0x4a0cc2;},_0x4a0b87[_0x5c002d(0x1a4)]=_0x5c002d(0xf7),_0x4a0b87['BARQf']=function(_0x2081b1,_0x21d04a){return _0x2081b1==_0x21d04a;},_0x4a0b87[_0x5c002d(0x176)]=_0x5c002d(0x135),_0x4a0b87[_0x5c002d(0x159)]=function(_0x4702c6,_0x21a123){return _0x4702c6===_0x21a123;},_0x4a0b87['CPNYW']=_0x5c002d(0x14a),_0x4a0b87[_0x5c002d(0x190)]=_0x5c002d(0x184),_0x4a0b87[_0x5c002d(0xce)]=function(_0x254180,_0x66c54e){return _0x254180!==_0x66c54e;},_0x4a0b87[_0x5c002d(0x129)]=_0x5c002d(0x10f),_0x4a0b87[_0x5c002d(0x102)]=function(_0x4a295c,_0x1fd71e){return _0x4a295c!==_0x1fd71e;},_0x4a0b87[_0x5c002d(0xe3)]=_0x5c002d(0x100),_0x4a0b87[_0x5c002d(0x16c)]=_0x5c002d(0x1a0),_0x4a0b87[_0x5c002d(0xd1)]=_0x5c002d(0xf1),_0x4a0b87[_0x5c002d(0xda)]=_0x5c002d(0x1a7),_0x4a0b87[_0x5c002d(0x114)]=_0x5c002d(0xd9),_0x4a0b87['CSffl']=function(_0x4f35ba,_0x3a4a74){return _0x4f35ba!==_0x3a4a74;},_0x4a0b87[_0x5c002d(0xf4)]=_0x5c002d(0x127),_0x4a0b87['DVacb']=_0x5c002d(0x156);const _0x2b5984=_0x4a0b87;if(helper[_0x5c002d(0xe0)](this['config'][_0x5c002d(0x1a5)])&&(!this[_0x5c002d(0x1a5)]||!this[_0x5c002d(0x1a5)][_0x5c002d(0x112)]())){if(_0x2b5984[_0x5c002d(0x159)](_0x2b5984[_0x5c002d(0x183)],_0x2b5984['IUEvm']))this[_0x5c002d(0x11d)]['useW3C']=![];else try{if(_0x2b5984['BhWyQ'](_0x2b5984[_0x5c002d(0x129)],_0x2b5984['rGiOz']))this[_0x5c002d(0x11d)][_0x5c002d(0xd3)]=_0x4053b5['isTrue'](_0x587c11['env'][_0x5c002d(0xf2)]),this[_0x5c002d(0x11d)]['turboScaleOptions']=this[_0x5c002d(0x11d)][_0x5c002d(0x187)]||{};else{this[_0x5c002d(0x1a5)]=await helper['startPercy'](this['config']);if(!this[_0x5c002d(0x1a5)]){if(_0x2b5984[_0x5c002d(0x102)](_0x2b5984[_0x5c002d(0xe3)],_0x2b5984['JDXns'])){_0x39d2a5[_0x5c002d(0x17c)](_0x19e2bd);throw new _0x3dc192(_0x5253e0[_0x5c002d(0x1a8)]());}else throw new Error(_0x2b5984['uWjHX']);}logger[_0x5c002d(0xe6)](_0x2b5984['zkCKu']);let _0x32687d=0x0;const _0x1159c1=async()=>{const _0x348735=_0x5c002d;_0x2b5984[_0x348735(0x111)](_0x2b5984['sCYHp'],_0x2b5984['sCYHp'])?(_0x32687d++,_0x2b5984[_0x348735(0xfa)](_0x32687d,0x1)&&await this[_0x348735(0x161)]()):_0x1373ea[_0x348735(0x17c)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4ead79);};process['on'](_0x2b5984[_0x5c002d(0xd1)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0xda)],_0x1159c1),process['on'](_0x2b5984[_0x5c002d(0x114)],_0x1159c1);}}catch(_0x235b70){if(_0x2b5984[_0x5c002d(0xf5)](_0x2b5984[_0x5c002d(0xf4)],_0x2b5984['DVacb'])){logger['debug'](_0x5c002d(0x170)+_0x235b70);throw new Error(_0x235b70[_0x5c002d(0x1a8)]());}else throw new _0x52008c(_0x2b5984[_0x5c002d(0x176)]);}}}async[a39_0x3ff359(0x161)](){const _0x51b965=a39_0x3ff359,_0x1707af={};_0x1707af['ezZlp']='Percy\x20stopped',_0x1707af[_0x51b965(0x11f)]=_0x51b965(0xdc);const _0x3b0e86=_0x1707af;if(this[_0x51b965(0x1a5)]&&this[_0x51b965(0x1a5)][_0x51b965(0x112)]())try{await helper[_0x51b965(0x161)](this[_0x51b965(0x1a5)]),logger[_0x51b965(0xe6)](_0x3b0e86[_0x51b965(0x193)]);}catch(_0x32e8ad){logger[_0x51b965(0x13a)](_0x3b0e86[_0x51b965(0x11f)],_0x32e8ad[_0x51b965(0x16a)]);}}async[a39_0x3ff359(0x10a)](){const _0x2de8a3=a39_0x3ff359,_0x1ac253={};_0x1ac253[_0x2de8a3(0x1b0)]=function(_0x4ba1f9,_0x2c7a53){return _0x4ba1f9==_0x2c7a53;},_0x1ac253[_0x2de8a3(0x11e)]=_0x2de8a3(0x194),_0x1ac253[_0x2de8a3(0x155)]='beforeExit',_0x1ac253[_0x2de8a3(0xd8)]=_0x2de8a3(0x1a7),_0x1ac253[_0x2de8a3(0x165)]=_0x2de8a3(0xd9);const _0x10c1c9=_0x1ac253;if(helper[_0x2de8a3(0xe0)](this[_0x2de8a3(0x11d)][_0x2de8a3(0x179)])&&(!this[_0x2de8a3(0x179)]||!this[_0x2de8a3(0x179)][_0x2de8a3(0x112)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x2de8a3(0x11d)]),logger['info'](_0x10c1c9[_0x2de8a3(0x11e)]);let _0x23be40=0x0;const _0xd7c90d=async()=>{const _0x3d00f2=_0x2de8a3;_0x23be40++,_0x10c1c9['yWuvM'](_0x23be40,0x1)&&await this[_0x3d00f2(0x108)]();};process['on'](_0x10c1c9['DGdlD'],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0xd8)],_0xd7c90d),process['on'](_0x10c1c9[_0x2de8a3(0x165)],_0xd7c90d);}catch(_0x424767){logger[_0x2de8a3(0x17c)](_0x424767);throw new Error(_0x424767[_0x2de8a3(0x1a8)]());}}async[a39_0x3ff359(0x108)](){const _0x5df364=a39_0x3ff359,_0x520d2a={};_0x520d2a[_0x5df364(0x12b)]=_0x5df364(0x116),_0x520d2a[_0x5df364(0x103)]=_0x5df364(0xd0);const _0x28d123=_0x520d2a;if(this[_0x5df364(0x179)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x5df364(0x123)](this[_0x5df364(0x179)]),logger['info'](_0x28d123['adLuZ']);}catch(_0x98b7b1){logger[_0x5df364(0x13a)](_0x28d123['YtUqJ'],_0x98b7b1[_0x5df364(0x16a)]);}}async[a39_0x3ff359(0x14b)](){const _0x28b26f=a39_0x3ff359;await hubAllocator[_0x28b26f(0x140)](this[_0x28b26f(0x11d)]);}[a39_0x3ff359(0xf8)](){const _0xb22916=a39_0x3ff359,_0x36d3ba={'Dlolm':function(_0x3598e9,_0x3093a3){return _0x3598e9(_0x3093a3);},'BrJVr':_0xb22916(0xfe)};_0x36d3ba[_0xb22916(0x146)](require,_0x36d3ba[_0xb22916(0x19e)])();}[a39_0x3ff359(0x12d)](){const _0xeff87a=a39_0x3ff359,_0xd3247e={};_0xd3247e[_0xeff87a(0x168)]='unhandledRejection',_0xd3247e[_0xeff87a(0x1ac)]=_0xeff87a(0x17a);const _0x20e098=_0xd3247e,_0x131561=_0x38e4f5=>{const _0x51cb85=_0xeff87a;logger[_0x51cb85(0x13a)](_0x38e4f5['message']),logger[_0x51cb85(0x17c)](util[_0x51cb85(0x15f)](_0x38e4f5)),this[_0x51cb85(0xdd)][_0x51cb85(0x15d)](util[_0x51cb85(0x15f)]('%j',_0x38e4f5));};process['on'](_0x20e098['TBFqy'],_0x131561),process['on'](_0x20e098[_0xeff87a(0x1ac)],_0x131561);}}exports[a39_0x3ff359(0x197)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a40_0x4b23(_0x3adf15,_0x39d24e){var _0x5d99d7=a40_0x5d99();return a40_0x4b23=function(_0x4b23c8,_0x249e25){_0x4b23c8=_0x4b23c8-0x173;var _0x47f288=_0x5d99d7[_0x4b23c8];return _0x47f288;},a40_0x4b23(_0x3adf15,_0x39d24e);}function a40_0x5d99(){var _0x3f514f=['5823tEJUET','3364JJxVDC','1453269dgoLil','508300FJpgSo','161iHpzFJ','22930cvNRkf','2775640pRpDpb','1522516VfUDUk','126354vTlfob','5930RBHfdT'];a40_0x5d99=function(){return _0x3f514f;};return a40_0x5d99();}(function(_0x32c55f,_0x207d0b){var _0x569710=a40_0x4b23,_0x11970e=_0x32c55f();while(!![]){try{var _0x3720b9=parseInt(_0x569710(0x178))/0x1+-parseInt(_0x569710(0x17c))/0x2+parseInt(_0x569710(0x177))/0x3+-parseInt(_0x569710(0x176))/0x4*(parseInt(_0x569710(0x174))/0x5)+-parseInt(_0x569710(0x173))/0x6*(parseInt(_0x569710(0x179))/0x7)+parseInt(_0x569710(0x17b))/0x8+-parseInt(_0x569710(0x175))/0x9*(-parseInt(_0x569710(0x17a))/0xa);if(_0x3720b9===_0x207d0b)break;else _0x11970e['push'](_0x11970e['shift']());}catch(_0x26808e){_0x11970e['push'](_0x11970e['shift']());}}}(a40_0x5d99,0x8da70),exports['API_URL']='https://accessibility.browserstack.com/api');
|