browserstack-node-sdk 1.24.2 → 1.25.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/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/templates/hub-deployment.yaml +3 -1
- package/ats/src/templates/metrics-server/api-service.yaml +16 -0
- package/ats/src/templates/metrics-server/cluster-role-aggregated-reader.yaml +20 -0
- package/ats/src/templates/metrics-server/cluster-role-binding-auth-delegator.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role-binding.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role.yaml +23 -0
- package/ats/src/templates/metrics-server/deployment.yaml +68 -0
- package/ats/src/templates/metrics-server/role-binding.yaml +16 -0
- package/ats/src/templates/metrics-server/service-account.yaml +7 -0
- package/ats/src/templates/metrics-server/service.yaml +16 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/constants.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a31_0x4423(_0x229a06,_0x31f27c){const _0x557e2c=a31_0x557e();return a31_0x4423=function(_0x44238c,_0xdb6b6e){_0x44238c=_0x44238c-0x10a;let _0x137095=_0x557e2c[_0x44238c];return _0x137095;},a31_0x4423(_0x229a06,_0x31f27c);}const a31_0x3bdfd5=a31_0x4423;(function(_0x44d957,_0x2ff6eb){const _0x3b74f1=a31_0x4423,_0x269d66=_0x44d957();while(!![]){try{const _0xa23a97=-parseInt(_0x3b74f1(0x169))/0x1*(-parseInt(_0x3b74f1(0x188))/0x2)+-parseInt(_0x3b74f1(0x16a))/0x3*(parseInt(_0x3b74f1(0x133))/0x4)+-parseInt(_0x3b74f1(0x134))/0x5+-parseInt(_0x3b74f1(0x10c))/0x6*(parseInt(_0x3b74f1(0x12c))/0x7)+parseInt(_0x3b74f1(0x184))/0x8*(-parseInt(_0x3b74f1(0x10d))/0x9)+parseInt(_0x3b74f1(0x1ab))/0xa*(-parseInt(_0x3b74f1(0x161))/0xb)+parseInt(_0x3b74f1(0x19e))/0xc*(parseInt(_0x3b74f1(0x16e))/0xd);if(_0xa23a97===_0x2ff6eb)break;else _0x269d66['push'](_0x269d66['shift']());}catch(_0x45a899){_0x269d66['push'](_0x269d66['shift']());}}}(a31_0x557e,0xb84e0));const Worker=require(a31_0x3bdfd5(0x124))[a31_0x3bdfd5(0x164)],Emittery=require(a31_0x3bdfd5(0x112)),pLimit=require(a31_0x3bdfd5(0x151)),logger=require(a31_0x3bdfd5(0x129))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x3bdfd5(0x158)),SessionHandler=require(a31_0x3bdfd5(0x197)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x3bdfd5(0x125));checkAccessibility=_0x1326af=>{const _0x17e77b=a31_0x3bdfd5,_0x29811b={};_0x29811b['FzhTh']='Workers\x20failed\x20to\x20exit\x20gracefully',_0x29811b['OjNMM']=function(_0x435664,_0x54cf4f){return _0x435664!==_0x54cf4f;},_0x29811b[_0x17e77b(0x160)]=_0x17e77b(0x12e),_0x29811b[_0x17e77b(0x18c)]=function(_0x2b5a3f,_0xc1b0ba){return _0x2b5a3f===_0xc1b0ba;},_0x29811b[_0x17e77b(0x194)]='KdIng',_0x29811b[_0x17e77b(0x111)]=function(_0x105790,_0x48a5fc){return _0x105790!==_0x48a5fc;},_0x29811b[_0x17e77b(0x1b0)]=_0x17e77b(0x126),_0x29811b['JwtGy']=function(_0x4be3bf,_0x2c28d0){return _0x4be3bf===_0x2c28d0;},_0x29811b[_0x17e77b(0x132)]=_0x17e77b(0x154);const _0x20e651=_0x29811b;let _0x238c62=![];try{_0x20e651['TTiyw'](_0x20e651[_0x17e77b(0x1b0)],_0x20e651[_0x17e77b(0x1b0)])?_0x2a7916['error'](_0x20e651['FzhTh']):_0x1326af[_0x17e77b(0x192)][_0x17e77b(0x11f)](_0x26dee3=>{const _0x4ca058=_0x17e77b,_0xee0a85={};_0xee0a85[_0x4ca058(0x11a)]=_0x20e651[_0x4ca058(0x153)];const _0xd5b454=_0xee0a85;if(_0x20e651['OjNMM'](_0x20e651[_0x4ca058(0x160)],_0x20e651[_0x4ca058(0x160)]))_0x3b820d[0x0]&&_0x52a6c8[_0x4ca058(0x127)]('Running\x20'+_0x527655[0x1]+'\x20for',_0x179fbe[0x0]);else{if(_0x20e651[_0x4ca058(0x18c)](_0x26dee3[_0x4ca058(0x16d)],!![])){if(_0x20e651['OjNMM'](_0x20e651[_0x4ca058(0x194)],_0x20e651[_0x4ca058(0x194)]))_0x4982b6['error'](_0xd5b454['hldFI']);else return _0x238c62=!![],!![];}}});}catch(_0x4b942d){_0x20e651[_0x17e77b(0x12f)](_0x20e651[_0x17e77b(0x132)],_0x20e651[_0x17e77b(0x132)])?logger[_0x17e77b(0x199)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4b942d):_0x351b78[_0x17e77b(0x141)](_0x17e77b(0x198)+_0x145959);}return _0x238c62;},exports[a31_0x3bdfd5(0x15f)]=(_0x560ac0,_0x540b8f,_0x11c514)=>new Promise(async _0x1aede9=>{const _0x4a9f29=a31_0x3bdfd5,_0x5c3d5c={'CKkHy':function(_0xa80e3a,_0x497a84){return _0xa80e3a===_0x497a84;},'vGcSH':function(_0x3c903c,_0x53d83d){return _0x3c903c!==_0x53d83d;},'YMKhi':_0x4a9f29(0x17d),'IiBNu':function(_0x275ccf,_0x1f00a9){return _0x275ccf+_0x1f00a9;},'ECCbq':_0x4a9f29(0x11e),'rvoPm':'kmbAg','PhNYi':'cUeLL','JrFqB':function(_0x54bfb3,_0x2e600a){return _0x54bfb3!==_0x2e600a;},'eJpVv':_0x4a9f29(0x12b),'XmEwW':_0x4a9f29(0x11d),'msPDW':function(_0x24258a,_0x2136ac){return _0x24258a===_0x2136ac;},'pSJaR':_0x4a9f29(0x17f),'fqCdQ':function(_0x5311fc,_0x5afaa0){return _0x5311fc===_0x5afaa0;},'CHUCz':'ZFUVH','GVMDN':_0x4a9f29(0x176),'JzIDu':function(_0x13525a,_0x3aee12){return _0x13525a(_0x3aee12);},'RLfZG':_0x4a9f29(0x172),'tkbKP':function(_0x1203b1,_0x4d2b62){return _0x1203b1!==_0x4d2b62;},'xtloU':_0x4a9f29(0x10e),'sdHKM':function(_0x38b675,_0x34700a){return _0x38b675===_0x34700a;},'BsaOR':_0x4a9f29(0x128),'PMzQm':function(_0x2fbe49){return _0x2fbe49();},'TYaIv':_0x4a9f29(0x110),'nAkdS':function(_0x333bb0,_0x288c4c){return _0x333bb0(_0x288c4c);},'GwoEM':'vcmMY','eleCA':_0x4a9f29(0x173),'isCzH':_0x4a9f29(0x11c),'XDSSD':_0x4a9f29(0x178),'gXMCs':function(_0x2cd4e3,_0xc4a9a8){return _0x2cd4e3(_0xc4a9a8);},'mcpaK':function(_0xf505fe,_0x3469d2){return _0xf505fe+_0x3469d2;},'mcMCF':_0x4a9f29(0x122),'DyChX':'koBOj','AeAzI':'test-file-start','exUyi':_0x4a9f29(0x14f),'CietR':_0x4a9f29(0x190),'fUefJ':_0x4a9f29(0x17a),'uxGFP':function(_0x2753fa,_0x3cbc35){return _0x2753fa===_0x3cbc35;},'xKGbo':_0x4a9f29(0x1af),'jXEAG':'YZFYE','jgNmD':'URdMQ','MyMHs':'./testWorker.js','XbYli':_0x4a9f29(0x131),'ggGHB':_0x4a9f29(0x157),'zlRLh':_0x4a9f29(0x171),'cNCzH':function(_0xa177b5,_0x23df3c){return _0xa177b5*_0x23df3c;},'YHPNl':'test-file-success','asylS':_0x4a9f29(0x1a4),'tZAhO':function(_0x4dbb69,_0x5f30af){return _0x4dbb69*_0x5f30af;}},_0x2302b6={};if(_0x5c3d5c[_0x4a9f29(0x135)](isTestObservabilitySession)){if(_0x5c3d5c['tkbKP'](_0x5c3d5c[_0x4a9f29(0x11b)],_0x5c3d5c['CietR'])){const _0x4aaa2a={..._0x11c514};_0x4aaa2a[_0x4a9f29(0x13b)]='',await SessionHandler[_0x4a9f29(0x156)](_0x4aaa2a,{'frameworkName':_0x5c3d5c['fUefJ'],'frameworkVersion':_0x5c3d5c[_0x4a9f29(0x10f)](getFrameworkVersion,_0x5c3d5c[_0x4a9f29(0x114)])});}else _0x5c3d5c[_0x4a9f29(0x120)](_0x526921,0x0)&&_0x5c3d5c['vGcSH'](_0xfb772b,0x0)&&(_0x110a5f=_0x16c589);}let _0x20b905=_0x5c3d5c[_0x4a9f29(0x1b1)](process[_0x4a9f29(0x16c)][_0x4a9f29(0x155)],_0x5c3d5c[_0x4a9f29(0x170)]);process[_0x4a9f29(0x16c)][_0x4a9f29(0x17c)]=_0x5c3d5c['nAkdS'](checkAccessibility,_0x11c514),_0x20b905=_0x20b905||_0x5c3d5c[_0x4a9f29(0x120)](process[_0x4a9f29(0x16c)][_0x4a9f29(0x17c)],_0x5c3d5c[_0x4a9f29(0x170)]);if(_0x20b905){if(_0x5c3d5c[_0x4a9f29(0x14a)](_0x5c3d5c['jXEAG'],_0x5c3d5c['jgNmD'])){const _0x30c8e6={..._0x11c514};_0x30c8e6[_0x4a9f29(0x13b)]='';const [_0xe2ebf9,_0x51ae8c]=await _0x5c3d5c[_0x4a9f29(0x167)](createAccessibilityTestRun,_0x30c8e6);logger[_0x4a9f29(0x199)](_0x4a9f29(0x186)+_0x51ae8c),process['env'][_0x4a9f29(0x12a)]=_0xe2ebf9,process[_0x4a9f29(0x16c)][_0x4a9f29(0x1a1)]=_0x51ae8c;}else _0x226a3b[_0x4a9f29(0x140)]([_0x372582[0x0],_0x4305d9[0x1]]);}const _0x65fe2b=new Worker(require[_0x4a9f29(0x115)](_0x5c3d5c['MyMHs']),{'exposedMethods':[_0x5c3d5c[_0x4a9f29(0x136)]],'forkOptions':{'serialization':_0x5c3d5c[_0x4a9f29(0x139)],'stdio':_0x5c3d5c['zlRLh']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x5c3d5c[_0x4a9f29(0x183)](_0x540b8f,0x1),'enableWorkerThreads':!![]}),_0x74c9e0=new Emittery();_0x74c9e0['on'](_0x5c3d5c['YHPNl'],_0x394cf8=>{const _0x5387e8=_0x4a9f29;if(_0x5c3d5c['vGcSH'](_0x5c3d5c[_0x5387e8(0x19a)],_0x5c3d5c[_0x5387e8(0x193)])){if(_0x2302b6[_0x394cf8[0x0]]){if(_0x5c3d5c[_0x5387e8(0x14d)](_0x5c3d5c['eJpVv'],_0x5c3d5c[_0x5387e8(0x18d)]))_0x2302b6[_0x394cf8[0x0]][_0x5c3d5c[_0x5387e8(0x1a9)]]=_0x5c3d5c[_0x5387e8(0x15a)](_0x2302b6[_0x394cf8[0x0]][_0x5c3d5c[_0x5387e8(0x1a9)]],_0x394cf8[0x1][_0x5c3d5c[_0x5387e8(0x1a9)]]),_0x2302b6[_0x394cf8[0x0]][_0x5c3d5c['ECCbq']]=[..._0x2302b6[_0x394cf8[0x0]][_0x5c3d5c[_0x5387e8(0x19c)]],..._0x394cf8[0x1][_0x5c3d5c[_0x5387e8(0x19c)]]];else return _0x161865[_0x5387e8(0x1aa)](_0x1e7236);}else _0x5c3d5c[_0x5387e8(0x146)](_0x5c3d5c['pSJaR'],_0x5c3d5c['pSJaR'])?_0x2302b6[_0x394cf8[0x0]]={'failureCount':_0x394cf8[0x1][_0x5c3d5c['YMKhi']],'results':[..._0x394cf8[0x1][_0x5c3d5c[_0x5387e8(0x19c)]]]}:_0x21bf39=_0x43bf80;}else{if(_0x175b50[_0x235076[0x0]])_0x1f0163[_0x5e6b07[0x0]][_0x5c3d5c[_0x5387e8(0x1a9)]]=_0x5c3d5c['IiBNu'](_0x27f7b2[_0x1eb029[0x0]][_0x5c3d5c[_0x5387e8(0x1a9)]],_0x1b09f2[0x1][_0x5c3d5c[_0x5387e8(0x1a9)]]),_0x13d19e[_0xc57b65[0x0]][_0x5c3d5c['ECCbq']]=[..._0xa09d9b[_0xe57277[0x0]][_0x5c3d5c[_0x5387e8(0x19c)]],..._0x5bb90c[0x1][_0x5c3d5c[_0x5387e8(0x19c)]]];else{const _0x38e40d={};_0x38e40d['failureCount']=_0x225184[0x1][_0x5c3d5c['YMKhi']],_0x38e40d['results']=[..._0x3f218a[0x1][_0x5c3d5c[_0x5387e8(0x19c)]]],_0x16bee9[_0x414976[0x0]]=_0x38e40d;}}}),_0x74c9e0['on'](_0x5c3d5c[_0x4a9f29(0x174)],_0x3d0627=>console['log'](_0x3d0627[0x1]));if(_0x65fe2b['getStdout']())_0x65fe2b[_0x4a9f29(0x144)]()[_0x4a9f29(0x171)](process[_0x4a9f29(0x119)]);if(_0x65fe2b['getStderr']())_0x65fe2b[_0x4a9f29(0x10a)]()[_0x4a9f29(0x171)](process[_0x4a9f29(0x142)]);const _0x3e637f=async()=>{const _0x2e012=_0x4a9f29,_0x13aa8a={};_0x13aa8a[_0x2e012(0x17b)]=_0x5c3d5c[_0x2e012(0x1a9)],_0x13aa8a[_0x2e012(0x1a5)]=_0x5c3d5c[_0x2e012(0x19c)],_0x13aa8a[_0x2e012(0x162)]=_0x5c3d5c[_0x2e012(0x13f)];const _0x3b29f3=_0x13aa8a;if(_0x5c3d5c[_0x2e012(0x1a8)](_0x5c3d5c[_0x2e012(0x13e)],_0x5c3d5c[_0x2e012(0x13e)]))_0x547a90[_0x2e012(0x199)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x508e63);else{const {forceExited:_0x228eb9}=await _0x65fe2b[_0x2e012(0x13c)]();if(_0x228eb9){if(_0x5c3d5c['sdHKM'](_0x5c3d5c[_0x2e012(0x181)],_0x5c3d5c['BsaOR']))console[_0x2e012(0x141)](_0x5c3d5c[_0x2e012(0x13f)]);else{const _0x509b24={};_0x509b24[_0x2e012(0x17d)]=_0x3779bf[0x1][_0x3b29f3[_0x2e012(0x17b)]],_0x509b24[_0x2e012(0x11e)]=[..._0x4bd165[0x1][_0x3b29f3[_0x2e012(0x1a5)]]],_0x40ec11[_0x364bfd[0x0]]=_0x509b24;}}if(_0x5c3d5c[_0x2e012(0x135)](isAccessibilityAutomationSession)){if(_0x5c3d5c[_0x2e012(0x120)](_0x5c3d5c[_0x2e012(0x19d)],_0x5c3d5c[_0x2e012(0x19d)]))await _0x5c3d5c[_0x2e012(0x10f)](stopAccessibilityTestRun,_0x11c514)[_0x2e012(0x187)](_0x2d41bd=>{const _0x1ba3aa=_0x2e012,_0x4c9680={'MwEYT':function(_0x39f73b,_0x1eccdc){const _0x1b2230=a31_0x4423;return _0x5c3d5c[_0x1b2230(0x180)](_0x39f73b,_0x1eccdc);}};_0x5c3d5c[_0x1ba3aa(0x14d)](_0x5c3d5c[_0x1ba3aa(0x1ad)],_0x5c3d5c[_0x1ba3aa(0x182)])?logger[_0x1ba3aa(0x141)]('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x2d41bd):_0x428413[_0x1ba3aa(0x192)][_0x1ba3aa(0x11f)](_0x444365=>{const _0x328264=_0x1ba3aa;if(_0x4c9680[_0x328264(0x10b)](_0x444365[_0x328264(0x16d)],!![]))return _0x149c46=!![],!![];});});else{if(_0x5c3d5c['CKkHy'](_0x4e8148[_0x2e012(0x16d)],!![]))return _0x1b0ee3=!![],!![];}}if(_0x5c3d5c['PMzQm'](isTestObservabilitySession)){if(_0x5c3d5c['CKkHy'](_0x5c3d5c['GwoEM'],_0x5c3d5c[_0x2e012(0x145)]))try{if(_0x5c3d5c[_0x2e012(0x14a)](_0x5c3d5c[_0x2e012(0x113)],_0x5c3d5c[_0x2e012(0x113)]))return _0x10dc98=!![],!![];else await SessionHandler['stop']();}catch(_0x1df7cf){_0x5c3d5c[_0x2e012(0x120)](_0x5c3d5c[_0x2e012(0x18a)],_0x5c3d5c[_0x2e012(0x1ae)])?_0x5c3d5c[_0x2e012(0x167)](_0x5e672f,_0x2e012(0x196)+_0x462151):_0x5c3d5c[_0x2e012(0x167)](debug,_0x2e012(0x196)+_0x1df7cf);}else _0x30b1bd[_0x2e012(0x141)](_0x3b29f3[_0x2e012(0x162)]);}_0x5c3d5c[_0x2e012(0x1ac)](_0x1aede9,_0x2302b6);}},_0x2b8e02=_0x5c3d5c['gXMCs'](pLimit,_0x5c3d5c[_0x4a9f29(0x14e)](_0x540b8f,0x1)),_0x487db5=_0x102f75=>_0x2b8e02(async()=>{const _0x27933e=_0x4a9f29,_0xeaa7f2={'DNvsn':_0x5c3d5c[_0x27933e(0x1a9)],'pRhCy':function(_0x55aa93,_0x14fcaf){const _0x5c3452=_0x27933e;return _0x5c3d5c[_0x5c3452(0x16b)](_0x55aa93,_0x14fcaf);},'wHXPN':_0x5c3d5c[_0x27933e(0x19c)]};if(_0x5c3d5c[_0x27933e(0x180)](_0x5c3d5c[_0x27933e(0x185)],_0x5c3d5c[_0x27933e(0x17e)]))_0x505607[_0xf96bc9[0x0]][_0xeaa7f2[_0x27933e(0x18f)]]=_0xeaa7f2[_0x27933e(0x121)](_0x3a0f3e[_0x3415e3[0x0]][_0xeaa7f2[_0x27933e(0x18f)]],_0x1f5099[0x1][_0xeaa7f2[_0x27933e(0x18f)]]),_0x4e5e42[_0x13fb4b[0x0]][_0xeaa7f2[_0x27933e(0x195)]]=[..._0x5659c1[_0x174c2e[0x0]][_0xeaa7f2[_0x27933e(0x195)]],..._0x3c78b7[0x1][_0xeaa7f2[_0x27933e(0x195)]]];else return await _0x74c9e0[_0x27933e(0x1a6)](_0x5c3d5c[_0x27933e(0x168)],_0x102f75),_0x65fe2b[_0x27933e(0x131)](_0x102f75,_0x11c514);});Promise[_0x4a9f29(0x149)](_0x560ac0[_0x4a9f29(0x118)](_0xb9841d=>_0x487db5(_0xb9841d)[_0x4a9f29(0x19f)](_0x1b17c0=>_0x74c9e0[_0x4a9f29(0x1a6)](_0x4a9f29(0x189),[_0xb9841d[_0x4a9f29(0x16f)][_0x4a9f29(0x150)],_0x1b17c0]),_0x1f902d=>_0x74c9e0[_0x4a9f29(0x1a6)](_0x4a9f29(0x1a4),[_0xb9841d,_0x1f902d]))))[_0x4a9f29(0x19f)](_0x3e637f,_0x3e637f);}),exports[a31_0x3bdfd5(0x13a)]=(_0x4a86cf,_0x47338f,_0x1086d7,_0xd9f2a4,_0x43fa4)=>{const _0x57ade4=a31_0x3bdfd5,_0x3716bc={'WTGAf':_0x57ade4(0x172),'NOtPS':function(_0x28e74f,_0x19a67e){return _0x28e74f(_0x19a67e);},'xztNS':_0x57ade4(0x15e),'RQumy':_0x57ade4(0x1a0),'oaVOl':_0x57ade4(0x14c),'PIDFv':_0x57ade4(0x157),'oPIBs':'pipe','LVZAy':_0x57ade4(0x137),'LDcHU':'platform-run-failure'};return new Promise(_0x44db23=>{const _0x4265f4=_0x57ade4,_0x19f428={};_0x19f428['vscFn']=_0x3716bc[_0x4265f4(0x1a7)];const _0x2d670a=_0x19f428,_0x222fac=[],_0x37c299=new Worker(require[_0x4265f4(0x115)](_0x3716bc[_0x4265f4(0x130)]),{'exposedMethods':[_0x3716bc[_0x4265f4(0x13d)]],'forkOptions':{'serialization':_0x3716bc[_0x4265f4(0x15d)],'stdio':_0x3716bc[_0x4265f4(0x117)]},'numWorkers':_0x4a86cf[_0x4265f4(0x15c)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x2aac71=new Emittery();_0x2aac71['on'](_0x3716bc[_0x4265f4(0x166)],_0x15592f=>{const _0x5d965d=_0x4265f4;_0x222fac[_0x5d965d(0x140)]([_0x15592f[0x0],_0x15592f[0x1]]);}),_0x2aac71['on'](_0x3716bc[_0x4265f4(0x163)],_0x36e7e9=>console[_0x4265f4(0x18b)](_0x36e7e9[0x1]));if(_0x37c299[_0x4265f4(0x144)]())_0x37c299['getStdout']()[_0x4265f4(0x171)](process['stdout']);if(_0x37c299[_0x4265f4(0x10a)]())_0x37c299['getStderr']()['pipe'](process['stderr']);const _0x1ebd12=async()=>{const _0x14761d=_0x4265f4,{forceExited:_0x29a26d}=await _0x37c299[_0x14761d(0x13c)]();_0x29a26d&&console[_0x14761d(0x141)](_0x3716bc[_0x14761d(0x177)]),_0x3716bc['NOtPS'](_0x44db23,_0x222fac);},_0x3486d8=_0x3716bc[_0x4265f4(0x18e)](pLimit,_0x4a86cf[_0x4265f4(0x15c)]),_0x59d142=_0x4862f6=>_0x3486d8(async()=>{const _0x1e654c=_0x4265f4;return await _0x2aac71[_0x1e654c(0x1a6)](_0x2d670a[_0x1e654c(0x179)],_0x4862f6),_0x37c299[_0x1e654c(0x14c)](_0x4862f6,_0x47338f,_0x1086d7,_0xd9f2a4,_0x43fa4);});Promise[_0x4265f4(0x149)](_0x4a86cf['map'](_0x476719=>_0x59d142(_0x476719)[_0x4265f4(0x19f)](_0x170f9f=>_0x2aac71[_0x4265f4(0x1a6)](_0x4265f4(0x137),[_0x476719,_0x170f9f]),_0x195ade=>_0x2aac71[_0x4265f4(0x1a6)]('platform-run-failure',[_0x476719,_0x195ade]))))[_0x4265f4(0x19f)](_0x1ebd12,_0x1ebd12);});},exports[a31_0x3bdfd5(0x175)]=(_0x58852e,_0xc3ebef)=>new Promise(_0x5ea92c=>{const _0x23de4e=a31_0x3bdfd5,_0x789b2a={'saoVq':function(_0x470433,_0x178481){return _0x470433===_0x178481;},'ruIdX':function(_0x34c35a,_0x14164f){return _0x34c35a!==_0x14164f;},'kegpN':_0x23de4e(0x116),'hGOon':'Workers\x20failed\x20to\x20exit\x20gracefully','bTDeH':function(_0x2faaf3,_0x198f1c){return _0x2faaf3(_0x198f1c);},'zoBzv':_0x23de4e(0x1a0),'cXfhV':_0x23de4e(0x1aa),'FxGRu':_0x23de4e(0x157),'fdABy':_0x23de4e(0x171),'jxCgO':_0x23de4e(0x189),'pyuST':_0x23de4e(0x1a4)},_0x663f0c={},_0x5bf8d3=new Worker(require['resolve'](_0x789b2a[_0x23de4e(0x148)]),{'exposedMethods':[_0x789b2a['cXfhV']],'forkOptions':{'serialization':_0x789b2a['FxGRu'],'stdio':_0x789b2a[_0x23de4e(0x123)]},'numWorkers':_0xc3ebef,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4acc67=new Emittery();_0x4acc67['on'](_0x789b2a[_0x23de4e(0x14b)],_0x5b00d2=>{const _0x390b12=_0x23de4e;_0x5b00d2[0x0]&&logger['info'](_0x390b12(0x152)+_0x5b00d2[0x1]+_0x390b12(0x165),_0x5b00d2[0x0]);}),_0x4acc67['on'](_0x789b2a[_0x23de4e(0x1a3)],_0x3641c5=>console['log'](_0x3641c5[0x1]));if(_0x5bf8d3[_0x23de4e(0x144)]())_0x5bf8d3[_0x23de4e(0x144)]()[_0x23de4e(0x171)](process[_0x23de4e(0x119)]);if(_0x5bf8d3[_0x23de4e(0x10a)]())_0x5bf8d3[_0x23de4e(0x10a)]()[_0x23de4e(0x171)](process[_0x23de4e(0x142)]);const _0x393568=async()=>{const _0x36ba68=_0x23de4e;let _0x2a998a=0x0;const _0x3f17c7=_0x5bf8d3['_workerPool'][_0x36ba68(0x138)](),_0x2cfb32=()=>{},_0x2d2283=_0x3f17c7[_0x36ba68(0x118)](async _0x1e4003=>{const _0x247396=_0x36ba68,_0x508eac={'OoLjk':function(_0x401c37,_0x466eda){return _0x789b2a['saoVq'](_0x401c37,_0x466eda);},'HOIIM':function(_0x3f6056,_0x264d52){const _0x4932fd=a31_0x4423;return _0x789b2a[_0x4932fd(0x19b)](_0x3f6056,_0x264d52);}};_0x1e4003['send']([0x2,![]],_0x2cfb32,_0x2cfb32,_0x2cfb32),_0x1e4003[_0x247396(0x159)]['on'](_0x789b2a[_0x247396(0x147)],_0x5f0396=>{_0x508eac['OoLjk'](_0x2a998a,0x0)&&_0x508eac['HOIIM'](_0x5f0396,0x0)&&(_0x2a998a=_0x5f0396);}),await _0x1e4003[_0x247396(0x191)]();});await Promise[_0x36ba68(0x149)](_0x2d2283),process[_0x36ba68(0x1a2)]=_0x2a998a;const {forceExited:_0x48eec9}=await _0x5bf8d3[_0x36ba68(0x13c)]();_0x48eec9&&console[_0x36ba68(0x141)](_0x789b2a[_0x36ba68(0x12d)]),_0x789b2a[_0x36ba68(0x15b)](_0x5ea92c,_0x663f0c);},_0x588aa1=_0x789b2a[_0x23de4e(0x15b)](pLimit,_0xc3ebef),_0xa80281=_0x2e8abd=>_0x588aa1(async()=>{const _0x200744=_0x23de4e;return _0x5bf8d3[_0x200744(0x1aa)](_0x2e8abd);});Promise[_0x23de4e(0x149)](_0x58852e[_0x23de4e(0x118)](_0x276ba0=>_0xa80281(_0x276ba0)[_0x23de4e(0x19f)](_0x28edd5=>_0x4acc67[_0x23de4e(0x1a6)](_0x23de4e(0x189),[_0x276ba0[_0x23de4e(0x16f)][_0x23de4e(0x150)],_0x276ba0[_0x23de4e(0x16f)][_0x23de4e(0x143)]]),_0x414a5d=>_0x4acc67['emit']('test-file-failure',[_0x276ba0,_0x414a5d]))))['then'](_0x393568,_0x393568);});function a31_0x557e(){const _0x1e165c=['92862dTYNwp','XQoBK','nAkdS','dqnex','TTiyw','emittery','eleCA','fUefJ','resolve','exit','oPIBs','map','stdout','hldFI','exUyi','SgGyU','UKAdt','results','forEach','CKkHy','pRhCy','WFCnb','fdABy','jest-worker','../../helpers/test-observability/utils','GDOwQ','info','GAHHp','../../helpers/logger','BS_A11Y_JWT','PSLkY','1273720DMcWmy','hGOon','clBKE','JwtGy','RQumy','worker','NMhTN','4MLUzxD','2378665oCzDqM','PMzQm','XbYli','platform-run-success','getWorkers','ggGHB','parallelCucumberRun','root_dir_path','end','oaVOl','xtloU','RLfZG','push','error','stderr','file','getStdout','GwoEM','msPDW','kegpN','zoBzv','all','vGcSH','jxCgO','cucumberWorker','JrFqB','tZAhO','clbrM','platform','p-limit','Running\x20','FzhTh','OqTgs','BROWSERSTACK_TEST_ACCESSIBILITY_YML','launch','json','../mocha/accessibility-automation/helper','_child','IiBNu','bTDeH','length','PIDFv','platform-run-start','parallelTestRun','eTEMi','2629594GgfKZV','rSlEq','LDcHU','Worker','\x20for','LVZAy','JzIDu','AeAzI','70747IULajn','1869729AHbGHh','mcpaK','env','accessibility','6844994tuYMfo','configuration','xKGbo','pipe','Workers\x20failed\x20to\x20exit\x20gracefully','vJIMv','asylS','parallelVanillaRun','aOcXc','WTGAf','gHJAC','vscFn','mocha','oEPjI','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','failureCount','DyChX','fOugy','fqCdQ','BsaOR','GVMDN','cNCzH','488SWzkvp','mcMCF','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','catch','12nnfTEr','test-file-success','isCzH','log','WjxCQ','XmEwW','NOtPS','DNvsn','YyQrG','waitForExit','platforms','PhNYi','PsEzL','wHXPN','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','../../helpers/test-observability/sessionHandler','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','debug','rvoPm','ruIdX','ECCbq','TYaIv','84AMWoTb','then','./testWorker.js','BS_A11Y_TEST_RUN_ID','exitCode','pyuST','test-file-failure','iYGSh','emit','xztNS','tkbKP','YMKhi','vanillaWorker','30CzrtPC','gXMCs','CHUCz','XDSSD','true','idEsD','uxGFP','getStderr','MwEYT','30bluaoj'];a31_0x557e=function(){return _0x1e165c;};return a31_0x557e();}
|
|
1
|
+
const a31_0x24947b=a31_0x252c;function a31_0x592d(){const _0x17481a=['test-file-success','end','EmZOg','dZAwe','platform-run-failure','zbYZZ','xswlG','jkWaj','risbi','1124028KYcujF','ySuZL','ajPwh','ansBH','exitCode','1314mVAIvW','../../helpers/logger','all','pipe','worker','accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','stdout','3392124tKEhFF','QunEF','BS_A11Y_JWT','qfFhz','BFhsP','DVIJf','BS_A11Y_TEST_RUN_ID','dvgYe','RyZrT','mocha','zrLHY','winstonLogger','tCRWg','HZbGO','IZLnI','FWgLH','error','kIdhk','failureCount','json','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','RpbJd','ghEPP','xBnFk','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','emittery','LdnTN','map','RiPeB','launch','fvzCz','stderr','../mocha/accessibility-automation/helper','platform-run-start','39460jTPHTe','ySLNi','CLCQU','IHoio','RPwHm','tKVCU','zBIbX','parallelTestRun','gjaaE','WEGkE','xbPmq','platforms','hYBhu','YHaTK','PDdCT','JTmVM','OBOcu','NTXxz','nDVPk','Worker','./testWorker.js','Workers\x20failed\x20to\x20exit\x20gracefully','aUqEZ','SBLbT','info','BdGRv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','debug','dsIVa','FWKRJ','wCuGm','ZTYAj','kscHI','NwBdN','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','bqNCd','EpEWr','getStdout','YdZAQ','_child','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','kqLJy','IXGmM','ypHFl','cucumberWorker','WMdil','emit','stop','waitForExit','Mygxs','push','888086NHoLZg','../../helpers/test-observability/utils','feNNm','QSgfi','flLTS','FPwju','6HvxobL','kQNHQ','yseFe','configuration','vanillaWorker','343oVzlYf','liHef','JWBHy','p-limit','xJeMt','yykzQ','cpNZK','hLFch','YzwDP','ksnkp','Running\x20','qibCv','then','qSbJP','getWorkers','ZNOaX','nLtOq','env','log','qoaGh','VmUOs','YEBeB','forEach','ocvef','200136PdArPz','VQeSP','7530320JJUjQu','WnIyW','YRNxY','Bsvlo','qqysM','RQWKp','XnZay','212664bxCfhO','rrbeu','eKrNf','EkpXs','../../helpers/test-observability/sessionHandler','QmFzG','sagkm','root_dir_path','getStderr','wjVgl','platform','SDDyk','cEOsm','platform-run-success','dEtPu','OOcAE','wSlMJ','catch','egqQP','test-file-failure','resolve','ERdRr'];a31_0x592d=function(){return _0x17481a;};return a31_0x592d();}(function(_0x471158,_0x227294){const _0x4d0b01=a31_0x252c,_0x4ac903=_0x471158();while(!![]){try{const _0x40cbf3=-parseInt(_0x4d0b01(0x180))/0x1+-parseInt(_0x4d0b01(0x20a))/0x2*(-parseInt(_0x4d0b01(0x210))/0x3)+parseInt(_0x4d0b01(0x1a8))/0x4+-parseInt(_0x4d0b01(0x182))/0x5+parseInt(_0x4d0b01(0x1b5))/0x6+parseInt(_0x4d0b01(0x215))/0x7*(parseInt(_0x4d0b01(0x189))/0x8)+parseInt(_0x4d0b01(0x1ad))/0x9*(-parseInt(_0x4d0b01(0x1d7))/0xa);if(_0x40cbf3===_0x227294)break;else _0x4ac903['push'](_0x4ac903['shift']());}catch(_0x336faf){_0x4ac903['push'](_0x4ac903['shift']());}}}(a31_0x592d,0xb840a));function a31_0x252c(_0x2e3cc7,_0x5a126b){const _0x592dc1=a31_0x592d();return a31_0x252c=function(_0x252cdd,_0x8657a2){_0x252cdd=_0x252cdd-0x173;let _0x3abf77=_0x592dc1[_0x252cdd];return _0x3abf77;},a31_0x252c(_0x2e3cc7,_0x5a126b);}const Worker=require('jest-worker')[a31_0x24947b(0x1ea)],Emittery=require(a31_0x24947b(0x1ce)),pLimit=require(a31_0x24947b(0x218)),logger=require(a31_0x24947b(0x1ae))[a31_0x24947b(0x1c0)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a31_0x24947b(0x1d5)),SessionHandler=require(a31_0x24947b(0x18d)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a31_0x24947b(0x20b));checkAccessibility=_0x42afae=>{const _0x3b71fe=a31_0x24947b,_0x2c7160={};_0x2c7160[_0x3b71fe(0x1e0)]=function(_0x2d55cb,_0x4d7d4b){return _0x2d55cb===_0x4d7d4b;},_0x2c7160[_0x3b71fe(0x1e9)]=_0x3b71fe(0x1ec),_0x2c7160[_0x3b71fe(0x1e4)]=_0x3b71fe(0x201),_0x2c7160[_0x3b71fe(0x183)]=_0x3b71fe(0x1a1),_0x2c7160[_0x3b71fe(0x199)]=function(_0x3a545d,_0x53af0a){return _0x3a545d===_0x53af0a;},_0x2c7160[_0x3b71fe(0x1ab)]='mctFa',_0x2c7160[_0x3b71fe(0x186)]=function(_0x351db8,_0x201090){return _0x351db8===_0x201090;},_0x2c7160[_0x3b71fe(0x1ca)]='tvzCR',_0x2c7160['muayO']=function(_0x5eca68,_0x2914af){return _0x5eca68!==_0x2914af;},_0x2c7160[_0x3b71fe(0x181)]=_0x3b71fe(0x173);const _0xe5dd2d=_0x2c7160;let _0x3ace6f=![];try{_0xe5dd2d[_0x3b71fe(0x186)](_0xe5dd2d[_0x3b71fe(0x1ca)],_0xe5dd2d[_0x3b71fe(0x1ca)])?_0x42afae['platforms']['forEach'](_0x1021c9=>{const _0x31a346=_0x3b71fe,_0x5cae46={'FWKRJ':function(_0x55d9c3,_0x58825e){return _0xe5dd2d['WEGkE'](_0x55d9c3,_0x58825e);},'EvaKV':_0xe5dd2d[_0x31a346(0x1e9)]};if(_0xe5dd2d[_0x31a346(0x1e0)](_0xe5dd2d[_0x31a346(0x1e4)],_0xe5dd2d[_0x31a346(0x183)])){const _0x110223={'HZbGO':function(_0x292f0c,_0x394063){const _0x27da58=_0x31a346;return _0x5cae46[_0x27da58(0x1f4)](_0x292f0c,_0x394063);}};_0x45c0b1[_0x31a346(0x1e2)][_0x31a346(0x17e)](_0xbb8b6b=>{const _0x119b4e=_0x31a346;if(_0x110223[_0x119b4e(0x1c2)](_0xbb8b6b[_0x119b4e(0x1b2)],!![]))return _0x55d1f6=!![],!![];});}else{if(_0xe5dd2d[_0x31a346(0x1e0)](_0x1021c9['accessibility'],!![])){if(_0xe5dd2d[_0x31a346(0x199)](_0xe5dd2d[_0x31a346(0x1ab)],_0xe5dd2d[_0x31a346(0x1ab)]))return _0x3ace6f=!![],!![];else _0x1bf662['error'](_0x5cae46['EvaKV']);}}}):_0x150b70['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3501fb);}catch(_0xdfc9d7){_0xe5dd2d['muayO'](_0xe5dd2d[_0x3b71fe(0x181)],_0xe5dd2d[_0x3b71fe(0x181)])?_0x4dcf5d[_0x3b71fe(0x209)]([_0x1d5804[0x0],_0x4d398d[0x1]]):logger[_0x3b71fe(0x1f2)](_0x3b71fe(0x1ff)+_0xdfc9d7);}return _0x3ace6f;},exports[a31_0x24947b(0x1de)]=(_0x3cf79e,_0x49f3d7,_0x1b216c)=>new Promise(async _0x5b7934=>{const _0x2257bd=a31_0x24947b,_0x30ebcc={'xbPmq':'failureCount','kqLJy':function(_0x60a7e4,_0x31f1a6){return _0x60a7e4+_0x31f1a6;},'egqQP':'results','qSbJP':function(_0x3a9598,_0x2bb4b7){return _0x3a9598(_0x2bb4b7);},'LdnTN':function(_0x4ba1ff,_0x1fe37b){return _0x4ba1ff===_0x1fe37b;},'wCuGm':function(_0x40d37e,_0x5c1f3b){return _0x40d37e!==_0x5c1f3b;},'nLtOq':_0x2257bd(0x212),'aUqEZ':'XCCiE','Kmmea':function(_0x30bbae,_0x42a00a){return _0x30bbae===_0x42a00a;},'YEBeB':_0x2257bd(0x204),'Mygxs':function(_0x5d7859,_0x4034b8){return _0x5d7859+_0x4034b8;},'yykzQ':function(_0x24d894,_0x198b3f){return _0x24d894!==_0x198b3f;},'cEOsm':_0x2257bd(0x1a2),'JWBHy':function(_0x2a315b,_0x4f568b){return _0x2a315b===_0x4f568b;},'fvzCz':_0x2257bd(0x1ec),'hYBhu':_0x2257bd(0x1b8),'tCRWg':_0x2257bd(0x18b),'sagkm':function(_0x5e4cd8,_0x446fae){return _0x5e4cd8===_0x446fae;},'BFhsP':'MoFzS','OBOcu':function(_0x4d9f05,_0x3c3ff9){return _0x4d9f05===_0x3c3ff9;},'NTXxz':_0x2257bd(0x1d8),'feNNm':function(_0x2a01f1){return _0x2a01f1();},'qoaGh':function(_0x556c3c,_0xc39a28){return _0x556c3c!==_0xc39a28;},'SBLbT':'vcOHd','bqNCd':function(_0xd37f8d,_0x4541bd){return _0xd37f8d(_0x4541bd);},'TWdAX':function(_0x46917c,_0x3c5e67){return _0x46917c!==_0x3c5e67;},'cpNZK':_0x2257bd(0x18c),'LnuOf':function(_0x2cff07,_0x266353){return _0x2cff07!==_0x266353;},'hLFch':'kfaKy','rrbeu':function(_0x6cec15,_0x5e0496){return _0x6cec15===_0x5e0496;},'SDDyk':'msRFk','zrLHY':'jSsuf','CLCQU':function(_0x46cfb1,_0x4be6ce){return _0x46cfb1(_0x4be6ce);},'FWgLH':function(_0x52cf81,_0x3f268c){return _0x52cf81!==_0x3f268c;},'dvgYe':_0x2257bd(0x219),'VmUOs':'test-file-start','zbYZZ':function(_0x3d5cd5,_0x24fb3c){return _0x3d5cd5!==_0x24fb3c;},'RQWKp':_0x2257bd(0x1aa),'ypHFl':_0x2257bd(0x20d),'OOcAE':_0x2257bd(0x1be),'gjaaE':function(_0x129148,_0x5d639f){return _0x129148(_0x5d639f);},'NwBdN':'true','YzwDP':function(_0x2346d6,_0x170b65){return _0x2346d6(_0x170b65);},'jkWaj':_0x2257bd(0x1a9),'RiPeB':_0x2257bd(0x1f0),'EpEWr':function(_0x3fe802,_0x29282c){return _0x3fe802(_0x29282c);},'zBIbX':_0x2257bd(0x1eb),'xaUzn':_0x2257bd(0x1b1),'ksnkp':_0x2257bd(0x1c8),'ZNOaX':_0x2257bd(0x1b0),'flLTS':function(_0x19f60a,_0x3338a3){return _0x19f60a*_0x3338a3;},'xBnFk':_0x2257bd(0x19f),'GPlcD':_0x2257bd(0x19c),'PDdCT':function(_0x27ed23,_0x1c9439){return _0x27ed23*_0x1c9439;}},_0x53c54b={};if(_0x30ebcc[_0x2257bd(0x20c)](isTestObservabilitySession)){if(_0x30ebcc[_0x2257bd(0x1a4)](_0x30ebcc[_0x2257bd(0x187)],_0x30ebcc[_0x2257bd(0x202)])){const _0x38be2b={..._0x1b216c};_0x38be2b[_0x2257bd(0x190)]='',await SessionHandler[_0x2257bd(0x1d2)](_0x38be2b,{'frameworkName':_0x30ebcc[_0x2257bd(0x198)],'frameworkVersion':_0x30ebcc[_0x2257bd(0x1df)](getFrameworkVersion,_0x30ebcc[_0x2257bd(0x198)])});}else{if(_0x5ab460[_0x4b7d2c[0x0]])_0x551dd5[_0x145dad[0x0]][_0x30ebcc[_0x2257bd(0x1e1)]]=_0x30ebcc[_0x2257bd(0x200)](_0x26569d[_0xfc13d2[0x0]][_0x30ebcc[_0x2257bd(0x1e1)]],_0x5e47c0[0x1][_0x30ebcc[_0x2257bd(0x1e1)]]),_0x45c67a[_0x1ad04e[0x0]][_0x30ebcc[_0x2257bd(0x19b)]]=[..._0x7b3af[_0x55f2d2[0x0]][_0x30ebcc[_0x2257bd(0x19b)]],..._0x3648bc[0x1][_0x30ebcc[_0x2257bd(0x19b)]]];else{const _0x42d199={};_0x42d199[_0x2257bd(0x1c7)]=_0x3ba6d0[0x1][_0x30ebcc[_0x2257bd(0x1e1)]],_0x42d199['results']=[..._0x90530c[0x1][_0x30ebcc[_0x2257bd(0x19b)]]],_0x345345[_0x367cf1[0x0]]=_0x42d199;}}}let _0x7c3a5e=_0x30ebcc[_0x2257bd(0x18a)](process['env'][_0x2257bd(0x1f1)],_0x30ebcc[_0x2257bd(0x1f8)]);process['env'][_0x2257bd(0x1b3)]=_0x30ebcc['YzwDP'](checkAccessibility,_0x1b216c),_0x7c3a5e=_0x7c3a5e||_0x30ebcc[_0x2257bd(0x1cf)](process[_0x2257bd(0x179)][_0x2257bd(0x1b3)],_0x30ebcc[_0x2257bd(0x1f8)]);if(_0x7c3a5e){if(_0x30ebcc['sagkm'](_0x30ebcc[_0x2257bd(0x1a6)],_0x30ebcc[_0x2257bd(0x1d1)]))_0x3e097e=_0x25993a;else{const _0x4847a1={..._0x1b216c};_0x4847a1[_0x2257bd(0x190)]='';const [_0x21f518,_0x555801]=await _0x30ebcc[_0x2257bd(0x1fb)](createAccessibilityTestRun,_0x4847a1);logger[_0x2257bd(0x1f2)](_0x2257bd(0x1cd)+_0x555801),process['env'][_0x2257bd(0x1b7)]=_0x21f518,process[_0x2257bd(0x179)][_0x2257bd(0x1bb)]=_0x555801;}}const _0x5068d9=new Worker(require[_0x2257bd(0x19d)](_0x30ebcc[_0x2257bd(0x1dd)]),{'exposedMethods':[_0x30ebcc['xaUzn']],'forkOptions':{'serialization':_0x30ebcc[_0x2257bd(0x21e)],'stdio':_0x30ebcc[_0x2257bd(0x177)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x30ebcc[_0x2257bd(0x20e)](_0x49f3d7,0x1),'enableWorkerThreads':!![]}),_0x322373=new Emittery();_0x322373['on'](_0x30ebcc[_0x2257bd(0x1cc)],_0x1e8b5e=>{const _0x2ddc1c=_0x2257bd,_0x195a06={'FPwju':function(_0x2986ec,_0x1bb6db){const _0x41d96a=a31_0x252c;return _0x30ebcc[_0x41d96a(0x1cf)](_0x2986ec,_0x1bb6db);},'HnnIv':function(_0xf1a3a4,_0x8756fb){const _0x140d84=a31_0x252c;return _0x30ebcc[_0x140d84(0x1f5)](_0xf1a3a4,_0x8756fb);}};_0x30ebcc[_0x2ddc1c(0x1f5)](_0x30ebcc[_0x2ddc1c(0x178)],_0x30ebcc[_0x2ddc1c(0x1ed)])?_0x53c54b[_0x1e8b5e[0x0]]?_0x30ebcc['Kmmea'](_0x30ebcc[_0x2ddc1c(0x17d)],_0x30ebcc['YEBeB'])?(_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc[_0x2ddc1c(0x1e1)]]=_0x30ebcc[_0x2ddc1c(0x208)](_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['xbPmq']],_0x1e8b5e[0x1][_0x30ebcc['xbPmq']]),_0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['egqQP']]=[..._0x53c54b[_0x1e8b5e[0x0]][_0x30ebcc['egqQP']],..._0x1e8b5e[0x1][_0x30ebcc[_0x2ddc1c(0x19b)]]]):_0x30ebcc[_0x2ddc1c(0x175)](_0x5e23ad,_0x2ddc1c(0x1f9)+_0x1b4f85):_0x30ebcc[_0x2ddc1c(0x21a)](_0x30ebcc[_0x2ddc1c(0x195)],_0x30ebcc[_0x2ddc1c(0x195)])?_0x23ba04[_0x2ddc1c(0x1c5)](_0x2ddc1c(0x1c9)+_0x41ee6c):_0x53c54b[_0x1e8b5e[0x0]]={'failureCount':_0x1e8b5e[0x1][_0x30ebcc['xbPmq']],'results':[..._0x1e8b5e[0x1][_0x30ebcc[_0x2ddc1c(0x19b)]]]}:_0x195a06[_0x2ddc1c(0x20f)](_0x3838cf,0x0)&&_0x195a06['HnnIv'](_0x3090e4,0x0)&&(_0x231203=_0x54b7d7);}),_0x322373['on'](_0x30ebcc['GPlcD'],_0x346a65=>console[_0x2257bd(0x17a)](_0x346a65[0x1]));if(_0x5068d9[_0x2257bd(0x1fc)]())_0x5068d9[_0x2257bd(0x1fc)]()[_0x2257bd(0x1b0)](process[_0x2257bd(0x1b4)]);if(_0x5068d9[_0x2257bd(0x191)]())_0x5068d9[_0x2257bd(0x191)]()[_0x2257bd(0x1b0)](process[_0x2257bd(0x1d4)]);const _0xe4d550=async()=>{const _0xfc4216=_0x2257bd,_0x2847af={'kIdhk':_0x30ebcc[_0xfc4216(0x1d3)],'FpJym':function(_0x577400,_0x521919){const _0x207c98=_0xfc4216;return _0x30ebcc[_0x207c98(0x217)](_0x577400,_0x521919);},'dEtPu':_0x30ebcc[_0xfc4216(0x1e3)],'YdZAQ':_0x30ebcc[_0xfc4216(0x1c1)],'kQNHQ':_0x30ebcc['xbPmq'],'wjVgl':function(_0x327e3f,_0x55452f){const _0x4f5065=_0xfc4216;return _0x30ebcc[_0x4f5065(0x200)](_0x327e3f,_0x55452f);},'risbi':_0x30ebcc[_0xfc4216(0x19b)]};if(_0x30ebcc[_0xfc4216(0x18f)](_0x30ebcc['BFhsP'],_0x30ebcc[_0xfc4216(0x1b9)])){const {forceExited:_0x425c90}=await _0x5068d9[_0xfc4216(0x1a0)]();if(_0x425c90){if(_0x30ebcc[_0xfc4216(0x1e7)](_0x30ebcc[_0xfc4216(0x1e8)],_0x30ebcc[_0xfc4216(0x1e8)]))console['error'](_0x30ebcc[_0xfc4216(0x1d3)]);else{const _0x3671a0={};_0x3671a0[_0xfc4216(0x1c7)]=_0x27d79d[0x1][_0x30ebcc['xbPmq']],_0x3671a0['results']=[..._0x254e92[0x1][_0x30ebcc[_0xfc4216(0x19b)]]],_0x5c7d26[_0x197036[0x0]]=_0x3671a0;}}_0x30ebcc[_0xfc4216(0x20c)](isAccessibilityAutomationSession)&&(_0x30ebcc[_0xfc4216(0x17b)](_0x30ebcc[_0xfc4216(0x1ee)],_0x30ebcc['SBLbT'])?_0x1fe371['error'](_0x2847af[_0xfc4216(0x1c6)]):await _0x30ebcc[_0xfc4216(0x1fa)](stopAccessibilityTestRun,_0x1b216c)[_0xfc4216(0x19a)](_0x426686=>{const _0x1ae6b8=_0xfc4216;if(_0x2847af['FpJym'](_0x2847af[_0x1ae6b8(0x197)],_0x2847af[_0x1ae6b8(0x1fd)]))return _0x69bb5d[_0x1ae6b8(0x214)](_0x34442b);else logger['error']('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+_0x426686);}));if(_0x30ebcc['feNNm'](isTestObservabilitySession)){if(_0x30ebcc['TWdAX'](_0x30ebcc[_0xfc4216(0x21b)],_0x30ebcc[_0xfc4216(0x21b)])){if(_0x30ebcc[_0xfc4216(0x217)](_0x392108['accessibility'],!![]))return _0xb24195=!![],!![];}else try{_0x30ebcc['LnuOf'](_0x30ebcc[_0xfc4216(0x21c)],_0x30ebcc[_0xfc4216(0x21c)])?_0x224f59[0x0]&&_0x3827aa[_0xfc4216(0x1ef)](_0xfc4216(0x21f)+_0xa80601[0x1]+'\x20for',_0x3eef4a[0x0]):await SessionHandler[_0xfc4216(0x206)]();}catch(_0x58baa1){_0x30ebcc[_0xfc4216(0x18a)](_0x30ebcc[_0xfc4216(0x194)],_0x30ebcc[_0xfc4216(0x1bf)])?(_0x5d3de7[_0x3b66f5[0x0]][_0x2847af[_0xfc4216(0x211)]]=_0x2847af[_0xfc4216(0x192)](_0x27c5ad[_0x21c592[0x0]][_0x2847af[_0xfc4216(0x211)]],_0x377cbd[0x1][_0x2847af[_0xfc4216(0x211)]]),_0x182272[_0x4ad5f4[0x0]][_0x2847af[_0xfc4216(0x1a7)]]=[..._0x2fab7f[_0x2bfdb3[0x0]][_0x2847af['risbi']],..._0x3c1fbe[0x1][_0x2847af['risbi']]]):_0x30ebcc[_0xfc4216(0x1d9)](debug,_0xfc4216(0x1f9)+_0x58baa1);}}_0x30ebcc[_0xfc4216(0x175)](_0x5b7934,_0x53c54b);}else return _0x381e84=!![],!![];},_0x3af035=_0x30ebcc[_0x2257bd(0x21d)](pLimit,_0x30ebcc[_0x2257bd(0x1e5)](_0x49f3d7,0x1)),_0x336006=_0x20662c=>_0x3af035(async()=>{const _0x390262=_0x2257bd,_0x57ef08={};_0x57ef08[_0x390262(0x17f)]=_0x30ebcc[_0x390262(0x1d3)];const _0x2793d9=_0x57ef08;if(_0x30ebcc[_0x390262(0x1c4)](_0x30ebcc[_0x390262(0x1bc)],_0x30ebcc[_0x390262(0x1bc)]))_0xa2b417[_0x390262(0x1c5)](_0x2793d9[_0x390262(0x17f)]);else return await _0x322373[_0x390262(0x205)](_0x30ebcc[_0x390262(0x17c)],_0x20662c),_0x5068d9['worker'](_0x20662c,_0x1b216c);});Promise[_0x2257bd(0x1af)](_0x3cf79e[_0x2257bd(0x1d0)](_0x478323=>_0x336006(_0x478323)['then'](_0x440a93=>_0x322373[_0x2257bd(0x205)]('test-file-success',[_0x478323[_0x2257bd(0x213)][_0x2257bd(0x193)],_0x440a93]),_0x20b906=>_0x322373[_0x2257bd(0x205)](_0x2257bd(0x19c),[_0x478323,_0x20b906]))))[_0x2257bd(0x174)](_0xe4d550,_0xe4d550);}),exports['parallelCucumberRun']=(_0x6ea7bd,_0x252066,_0x25a002,_0x23fcec,_0x58907f)=>{const _0x4cc135=a31_0x24947b,_0xe48f3c={'ghEPP':_0x4cc135(0x1d6),'RoYKU':_0x4cc135(0x1ec),'DVIJf':function(_0x7dd951,_0x9548f3){return _0x7dd951(_0x9548f3);},'LtNIw':_0x4cc135(0x1eb),'Bsvlo':_0x4cc135(0x203),'liHef':_0x4cc135(0x1c8),'gmSvm':_0x4cc135(0x1b0),'RyZrT':_0x4cc135(0x196),'ZTYAj':'platform-run-failure'};return new Promise(_0x5b9379=>{const _0x4b1315=_0x4cc135,_0x51b50c={'RPwHm':_0xe48f3c['RoYKU'],'IHoio':function(_0xaad64e,_0x27ef72){const _0x26298c=a31_0x252c;return _0xe48f3c[_0x26298c(0x1ba)](_0xaad64e,_0x27ef72);}},_0x56d9dd=[],_0x53fba4=new Worker(require[_0x4b1315(0x19d)](_0xe48f3c['LtNIw']),{'exposedMethods':[_0xe48f3c[_0x4b1315(0x185)]],'forkOptions':{'serialization':_0xe48f3c[_0x4b1315(0x216)],'stdio':_0xe48f3c['gmSvm']},'numWorkers':_0x6ea7bd['length'],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3618eb=new Emittery();_0x3618eb['on'](_0xe48f3c[_0x4b1315(0x1bd)],_0x3030bd=>{const _0x10f6a8=_0x4b1315;_0x56d9dd[_0x10f6a8(0x209)]([_0x3030bd[0x0],_0x3030bd[0x1]]);}),_0x3618eb['on'](_0xe48f3c[_0x4b1315(0x1f6)],_0x1d89c=>console[_0x4b1315(0x17a)](_0x1d89c[0x1]));if(_0x53fba4[_0x4b1315(0x1fc)]())_0x53fba4['getStdout']()['pipe'](process[_0x4b1315(0x1b4)]);if(_0x53fba4[_0x4b1315(0x191)]())_0x53fba4['getStderr']()[_0x4b1315(0x1b0)](process[_0x4b1315(0x1d4)]);const _0x38b0c3=async()=>{const _0x3e943f=_0x4b1315,{forceExited:_0x3f6225}=await _0x53fba4['end']();_0x3f6225&&console[_0x3e943f(0x1c5)](_0x51b50c[_0x3e943f(0x1db)]),_0x51b50c[_0x3e943f(0x1da)](_0x5b9379,_0x56d9dd);},_0x22364c=_0xe48f3c[_0x4b1315(0x1ba)](pLimit,_0x6ea7bd['length']),_0x1ba1dd=_0x42458d=>_0x22364c(async()=>{const _0x1a6826=_0x4b1315;return await _0x3618eb[_0x1a6826(0x205)](_0xe48f3c[_0x1a6826(0x1cb)],_0x42458d),_0x53fba4[_0x1a6826(0x203)](_0x42458d,_0x252066,_0x25a002,_0x23fcec,_0x58907f);});Promise[_0x4b1315(0x1af)](_0x6ea7bd[_0x4b1315(0x1d0)](_0x1cab00=>_0x1ba1dd(_0x1cab00)[_0x4b1315(0x174)](_0x36da1b=>_0x3618eb['emit'](_0x4b1315(0x196),[_0x1cab00,_0x36da1b]),_0x1d6393=>_0x3618eb[_0x4b1315(0x205)](_0x4b1315(0x1a3),[_0x1cab00,_0x1d6393]))))['then'](_0x38b0c3,_0x38b0c3);});},exports['parallelVanillaRun']=(_0x4b8be0,_0x231099)=>new Promise(_0x12d8d9=>{const _0x5bfe7d=a31_0x24947b,_0x243bf5={'QunEF':'exit','dsIVa':function(_0x6f2801,_0x471228){return _0x6f2801===_0x471228;},'kscHI':function(_0x271627,_0x23205f){return _0x271627!==_0x23205f;},'DhLXi':_0x5bfe7d(0x1ec),'YRNxY':function(_0x149494,_0x2ba845){return _0x149494(_0x2ba845);},'IZLnI':'./testWorker.js','XnZay':_0x5bfe7d(0x214),'YhGBt':_0x5bfe7d(0x1c8),'ERdRr':_0x5bfe7d(0x1b0),'QmFzG':_0x5bfe7d(0x19f),'tKVCU':_0x5bfe7d(0x19c)},_0x54765c={},_0x24c64b=new Worker(require[_0x5bfe7d(0x19d)](_0x243bf5[_0x5bfe7d(0x1c3)]),{'exposedMethods':[_0x243bf5[_0x5bfe7d(0x188)]],'forkOptions':{'serialization':_0x243bf5['YhGBt'],'stdio':_0x243bf5[_0x5bfe7d(0x19e)]},'numWorkers':_0x231099,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x2faa27=new Emittery();_0x2faa27['on'](_0x243bf5[_0x5bfe7d(0x18e)],_0x25e1e9=>{const _0x3d5fa9=_0x5bfe7d;_0x25e1e9[0x0]&&logger[_0x3d5fa9(0x1ef)](_0x3d5fa9(0x21f)+_0x25e1e9[0x1]+'\x20for',_0x25e1e9[0x0]);}),_0x2faa27['on'](_0x243bf5[_0x5bfe7d(0x1dc)],_0x2bcb8c=>console[_0x5bfe7d(0x17a)](_0x2bcb8c[0x1]));if(_0x24c64b[_0x5bfe7d(0x1fc)]())_0x24c64b[_0x5bfe7d(0x1fc)]()[_0x5bfe7d(0x1b0)](process[_0x5bfe7d(0x1b4)]);if(_0x24c64b[_0x5bfe7d(0x191)]())_0x24c64b[_0x5bfe7d(0x191)]()[_0x5bfe7d(0x1b0)](process[_0x5bfe7d(0x1d4)]);const _0x423257=async()=>{const _0x434991=_0x5bfe7d,_0x2f67b4={'JTmVM':function(_0x5530f6,_0x52891e){const _0x11cfd7=a31_0x252c;return _0x243bf5[_0x11cfd7(0x1f3)](_0x5530f6,_0x52891e);},'xswlG':function(_0x453bbe,_0x26ac9f){const _0xf98413=a31_0x252c;return _0x243bf5[_0xf98413(0x1f7)](_0x453bbe,_0x26ac9f);}};let _0x52eb3e=0x0;const _0x1160b2=_0x24c64b['_workerPool'][_0x434991(0x176)](),_0x1c280f=()=>{},_0x46545a=_0x1160b2[_0x434991(0x1d0)](async _0x5bf363=>{const _0x532e3b=_0x434991;_0x5bf363['send']([0x2,![]],_0x1c280f,_0x1c280f,_0x1c280f),_0x5bf363[_0x532e3b(0x1fe)]['on'](_0x243bf5[_0x532e3b(0x1b6)],_0x57048b=>{const _0x4b18e8=_0x532e3b;_0x2f67b4[_0x4b18e8(0x1e6)](_0x52eb3e,0x0)&&_0x2f67b4[_0x4b18e8(0x1a5)](_0x57048b,0x0)&&(_0x52eb3e=_0x57048b);}),await _0x5bf363[_0x532e3b(0x207)]();});await Promise[_0x434991(0x1af)](_0x46545a),process[_0x434991(0x1ac)]=_0x52eb3e;const {forceExited:_0xc1125}=await _0x24c64b[_0x434991(0x1a0)]();_0xc1125&&console['error'](_0x243bf5['DhLXi']),_0x243bf5[_0x434991(0x184)](_0x12d8d9,_0x54765c);},_0x42ba67=_0x243bf5[_0x5bfe7d(0x184)](pLimit,_0x231099),_0x3cd5ee=_0x346599=>_0x42ba67(async()=>{const _0x331e17=_0x5bfe7d;return _0x24c64b[_0x331e17(0x214)](_0x346599);});Promise[_0x5bfe7d(0x1af)](_0x4b8be0['map'](_0x587aa5=>_0x3cd5ee(_0x587aa5)[_0x5bfe7d(0x174)](_0x74a1ce=>_0x2faa27[_0x5bfe7d(0x205)](_0x5bfe7d(0x19f),[_0x587aa5[_0x5bfe7d(0x213)]['platform'],_0x587aa5[_0x5bfe7d(0x213)]['file']]),_0x461945=>_0x2faa27[_0x5bfe7d(0x205)](_0x5bfe7d(0x19c),[_0x587aa5,_0x461945]))))[_0x5bfe7d(0x174)](_0x423257,_0x423257);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a32_0x20b5(_0x3a9183,_0x1985f0){const _0x5513f8=a32_0x5513();return a32_0x20b5=function(_0x20b5c8,_0x597824){_0x20b5c8=_0x20b5c8-0x8c;let _0xb71661=_0x5513f8[_0x20b5c8];return _0xb71661;},a32_0x20b5(_0x3a9183,_0x1985f0);}const a32_0x4b15fc=a32_0x20b5;(function(_0x272c53,_0x1b9e14){const _0x1f2b1d=a32_0x20b5,_0x2696bf=_0x272c53();while(!![]){try{const _0x938fd8=-parseInt(_0x1f2b1d(0xa0))/0x1+parseInt(_0x1f2b1d(0x92))/0x2+-parseInt(_0x1f2b1d(0x97))/0x3*(-parseInt(_0x1f2b1d(0x9d))/0x4)+parseInt(_0x1f2b1d(0x8f))/0x5*(parseInt(_0x1f2b1d(0x98))/0x6)+-parseInt(_0x1f2b1d(0x94))/0x7*(parseInt(_0x1f2b1d(0x96))/0x8)+parseInt(_0x1f2b1d(0x9b))/0x9+-parseInt(_0x1f2b1d(0x9c))/0xa;if(_0x938fd8===_0x1b9e14)break;else _0x2696bf['push'](_0x2696bf['shift']());}catch(_0x5385a7){_0x2696bf['push'](_0x2696bf['shift']());}}}(a32_0x5513,0x1979b),exports['runTest']=async(_0x5ecbf8,_0x212ae2)=>{const _0x5aaa76=a32_0x20b5,_0x2ba1c2={'HXiLG':function(_0x236950,_0x4cba0f){return _0x236950(_0x4cba0f);},'KgSUg':_0x5aaa76(0x8c),'QIgmC':_0x5aaa76(0x93)},_0x5d690e=_0x2ba1c2[_0x5aaa76(0x99)](require,_0x2ba1c2['KgSUg']),_0x38916c=new _0x5d690e(_0x2ba1c2[_0x5aaa76(0x95)],_0x5ecbf8,_0x212ae2);return await _0x38916c[_0x5aaa76(0x90)]();},exports[a32_0x4b15fc(0x9f)]=async(_0x4556fb,_0x38ec4b,_0x4888e4,_0x45e27,_0x534963)=>{const _0x54aa7f=a32_0x4b15fc,_0x3d6e47={'GVnOM':function(_0x42e319,_0x1731dd){return _0x42e319(_0x1731dd);},'ysMqK':'../launcher/launcher','YbRHp':'cucumber-js'},_0x4e5944={'capability':_0x4556fb,..._0x38ec4b},_0x5b2f7f={};_0x5b2f7f[_0x54aa7f(0xa2)]=_0x4e5944,_0x5b2f7f[_0x54aa7f(0x91)]=_0x534963;let _0x1a45c9=_0x5b2f7f;const _0x2f2507=_0x3d6e47['GVnOM'](require,_0x3d6e47['ysMqK']),_0x563f09=new _0x2f2507(_0x3d6e47[_0x54aa7f(0x8d)],_0x1a45c9,_0x4888e4,_0x45e27);return await _0x563f09['run']();},exports[a32_0x4b15fc(0x9a)]=async _0x4b5ba5=>{const _0x4d862b=a32_0x4b15fc,_0x19a863={'GSrAh':function(_0x4866e3,_0x8997d){return _0x4866e3(_0x8997d);},'boTIL':_0x4d862b(0x8c),'XfVYC':_0x4d862b(0x9e)},_0x186b67=_0x19a863['GSrAh'](require,_0x19a863[_0x4d862b(0x8e)]),_0x2f6de9=new _0x186b67(_0x19a863[_0x4d862b(0xa1)],_0x4b5ba5);return await _0x2f6de9['run']();});function a32_0x5513(){const _0x1cf602=['XfVYC','configuration','../launcher/launcher','YbRHp','boTIL','31130ZhCWzv','run','formatter','201482TwAHEd','mocha','697445eXoUYM','QIgmC','8NMAZcc','642PATzNK','102ndKikp','HXiLG','runVanillaTest','1049904ohfpcD','580740yPUiMr','2696mkwUMf','vanilla','runCucumberTest','205419opGsng'];a32_0x5513=function(){return _0x1cf602;};return a32_0x5513();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a33_0x39d2bc=a33_0x1836;(function(_0x4c2aae,_0x5728d7){const _0x1b595d=a33_0x1836,_0x3e6439=_0x4c2aae();while(!![]){try{const _0xfc5c4a=parseInt(_0x1b595d(0x1a6))/0x1*(-parseInt(_0x1b595d(0x19c))/0x2)+parseInt(_0x1b595d(0x1a9))/0x3+parseInt(_0x1b595d(0x1a8))/0x4+-parseInt(_0x1b595d(0x1a1))/0x5*(parseInt(_0x1b595d(0x19d))/0x6)+parseInt(_0x1b595d(0x19f))/0x7*(parseInt(_0x1b595d(0x1aa))/0x8)+parseInt(_0x1b595d(0x1a4))/0x9+-parseInt(_0x1b595d(0x1a5))/0xa*(-parseInt(_0x1b595d(0x1a0))/0xb);if(_0xfc5c4a===_0x5728d7)break;else _0x3e6439['push'](_0x3e6439['shift']());}catch(_0x2fa7fa){_0x3e6439['push'](_0x3e6439['shift']());}}}(a33_0x42d9,0x3228b));function a33_0x1836(_0x14345d,_0x298bda){const _0x42d9a5=a33_0x42d9();return a33_0x1836=function(_0x183640,_0x29622a){_0x183640=_0x183640-0x19c;let _0x3510e3=_0x42d9a5[_0x183640];return _0x3510e3;},a33_0x1836(_0x14345d,_0x298bda);}const {runTest,runCucumberTest,runVanillaTest}=require(a33_0x39d2bc(0x19e));function a33_0x42d9(){const _0x218e76=['adZwg','188244rrSmvX','823851XVoaik','136bMxEaZ','52964rUkaDM','29364gaWXgX','./runTest','64967yjIKPn','546898yQBomA','365bKxleP','worker','lvGHo','2208564JXTkYS','10wqEJBR','8paRScr'];a33_0x42d9=function(){return _0x218e76;};return a33_0x42d9();}exports[a33_0x39d2bc(0x1a2)]=async(_0x5894e2,_0x3a8a3f)=>{const _0x1552b3=a33_0x39d2bc,_0x1623a4={'lvGHo':function(_0x245cc3,_0x3bcac2,_0x12a711){return _0x245cc3(_0x3bcac2,_0x12a711);}};return await _0x1623a4[_0x1552b3(0x1a3)](runTest,_0x5894e2,_0x3a8a3f);},exports['cucumberWorker']=async(_0x1d56b7,_0x237348,_0x17c2df,_0x273a73,_0x46c540)=>{const _0x184474=a33_0x39d2bc,_0x32ea10={'adZwg':function(_0x1423ee,_0x15b567,_0x1d827c,_0x3f1590,_0x5f0499,_0x207f6b){return _0x1423ee(_0x15b567,_0x1d827c,_0x3f1590,_0x5f0499,_0x207f6b);}};return await _0x32ea10[_0x184474(0x1a7)](runCucumberTest,_0x1d56b7,_0x237348,_0x17c2df,_0x273a73,_0x46c540);},exports['vanillaWorker']=async _0xbfdcfa=>{const _0x42c1db={'PCXai':function(_0x711f24,_0x1e6536){return _0x711f24(_0x1e6536);}};return await _0x42c1db['PCXai'](runVanillaTest,_0xbfdcfa);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a34_0x5cd226=a34_0x21ee;(function(_0x12f4cd,_0x137055){var _0x3005fe=a34_0x21ee,_0x4d37c2=_0x12f4cd();while(!![]){try{var _0x443cca=-parseInt(_0x3005fe(0x12c))/0x1+-parseInt(_0x3005fe(0x156))/0x2+-parseInt(_0x3005fe(0x157))/0x3+parseInt(_0x3005fe(0x14c))/0x4+-parseInt(_0x3005fe(0x142))/0x5*(-parseInt(_0x3005fe(0x16e))/0x6)+parseInt(_0x3005fe(0x149))/0x7+parseInt(_0x3005fe(0x139))/0x8;if(_0x443cca===_0x137055)break;else _0x4d37c2['push'](_0x4d37c2['shift']());}catch(_0x12235e){_0x4d37c2['push'](_0x4d37c2['shift']());}}}(a34_0xa8c3,0xc17f9));var a34_0x1f053f={};a34_0x1f053f['INFO']=a34_0x5cd226(0x13d),a34_0x1f053f['HELP']=a34_0x5cd226(0x140);var a34_0x15dd62={};a34_0x15dd62['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';var a34_0x316d36={};a34_0x316d36['INFO']=a34_0x5cd226(0x15f);var a34_0x121bc1={};a34_0x121bc1[a34_0x5cd226(0x143)]=a34_0x5cd226(0x12a);var a34_0x2f37b8={};function a34_0x21ee(_0x20cccc,_0x573bae){var _0xa8c38f=a34_0xa8c3();return a34_0x21ee=function(_0x21ee9f,_0x1e4aec){_0x21ee9f=_0x21ee9f-0x127;var _0x21c743=_0xa8c38f[_0x21ee9f];return _0x21c743;},a34_0x21ee(_0x20cccc,_0x573bae);}a34_0x2f37b8[a34_0x5cd226(0x143)]=a34_0x5cd226(0x136);var a34_0x22369f={};a34_0x22369f[a34_0x5cd226(0x143)]=a34_0x5cd226(0x13e);var a34_0x29c076={};a34_0x29c076[a34_0x5cd226(0x143)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a34_0x1d22e8={};a34_0x1d22e8[a34_0x5cd226(0x143)]=a34_0x5cd226(0x135);var a34_0x27466a={};a34_0x27466a[a34_0x5cd226(0x143)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';var a34_0x2c7730={};a34_0x2c7730[a34_0x5cd226(0x14f)]=a34_0x1f053f,a34_0x2c7730[a34_0x5cd226(0x163)]=a34_0x15dd62,a34_0x2c7730[a34_0x5cd226(0x138)]=a34_0x316d36,a34_0x2c7730['CUCUMBER']=a34_0x121bc1,a34_0x2c7730[a34_0x5cd226(0x15e)]=a34_0x2f37b8,a34_0x2c7730['NIGHTWATCH']=a34_0x22369f,a34_0x2c7730[a34_0x5cd226(0x154)]=a34_0x29c076,a34_0x2c7730[a34_0x5cd226(0x132)]=a34_0x1d22e8,a34_0x2c7730[a34_0x5cd226(0x165)]=a34_0x27466a,a34_0x2c7730['BSTACK_DELTA']=0xf*0x3c*0x3e8,a34_0x2c7730['hubUrl']='https://hub.browserstack.com/wd/hub',a34_0x2c7730[a34_0x5cd226(0x14e)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a34_0x2c7730[a34_0x5cd226(0x168)]=['acceptInsecureCerts',a34_0x5cd226(0x13b),a34_0x5cd226(0x12f),a34_0x5cd226(0x160),'timeouts',a34_0x5cd226(0x158),a34_0x5cd226(0x166),'acceptSslCerts',a34_0x5cd226(0x130),a34_0x5cd226(0x146),a34_0x5cd226(0x16c),a34_0x5cd226(0x167),a34_0x5cd226(0x134)],a34_0x2c7730[a34_0x5cd226(0x14d)]=/^[\w-]+:.*$/,a34_0x2c7730['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a34_0x2c7730['BROWSERSTACK_API_URL']=a34_0x5cd226(0x13c),a34_0x2c7730[a34_0x5cd226(0x13a)]=a34_0x5cd226(0x151),a34_0x2c7730[a34_0x5cd226(0x16d)]='sdk/v1/event',a34_0x2c7730['AUTOMATE_PRODUCTS']=[a34_0x5cd226(0x161),a34_0x5cd226(0x153)],a34_0x2c7730[a34_0x5cd226(0x155)]=[a34_0x5cd226(0x127),a34_0x5cd226(0x153)],a34_0x2c7730['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a34_0x2c7730[a34_0x5cd226(0x129)]=[a34_0x5cd226(0x16a),a34_0x5cd226(0x14b)],a34_0x2c7730[a34_0x5cd226(0x159)]=[a34_0x5cd226(0x161)],a34_0x2c7730[a34_0x5cd226(0x128)]=[a34_0x5cd226(0x127)],a34_0x2c7730[a34_0x5cd226(0x12b)]=[a34_0x5cd226(0x13f),a34_0x5cd226(0x144),a34_0x5cd226(0x15b),a34_0x5cd226(0x15d),a34_0x5cd226(0x131),'ERR_CONNECTION_CLOSED',a34_0x5cd226(0x133),a34_0x5cd226(0x16f),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a34_0x5cd226(0x15a),a34_0x5cd226(0x12e),a34_0x5cd226(0x14a),a34_0x5cd226(0x12d),'ERR_SOCKS_CONNECTION_FAILED',a34_0x5cd226(0x16b),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a34_0x5cd226(0x148),a34_0x5cd226(0x152)],a34_0x2c7730[a34_0x5cd226(0x147)]=[a34_0x5cd226(0x169),a34_0x5cd226(0x164),'.ipa'],a34_0x2c7730[a34_0x5cd226(0x141)]=a34_0x5cd226(0x150),a34_0x2c7730[a34_0x5cd226(0x162)]=a34_0x5cd226(0x137),a34_0x2c7730[a34_0x5cd226(0x145)]='./browserstack-artifacts/',a34_0x2c7730['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',module[a34_0x5cd226(0x15c)]=a34_0x2c7730;function a34_0xa8c3(){var _0x2778a9=['5650016ejDJoA','ROOT_REGEX','HUB_URL_REGEX','VERSION','^[a-zA-Z0-9_.-]*$','https://api-cloud.browserstack.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','observability','PLAYWRIGHT','APP_AUTOMATE_PRODUCTS','916492DJgArE','3824772IyLsva','browserName','AUTOMATE','ERR_ADDRESS_INVALID','ERR_BLOCKED_BY_CLIENT','exports','ERR_NETWORK_CHANGED','VANILLA','Run\x20mocha\x20tests\x20on\x20browserstack','unhandledPromptBehavior','automate','SHAREABLE_ID_REGEX','JEST','.aab','HST','browserVersion','edgeOptions','ROOT_CAPS','.apk','mocha','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','firefoxOptions','FUNNEL_INSTRUMENTATION_API_URL','19650bEPuzB','ERR_CONNECTION_REFUSED','app-automate','APP_AUTOMATE','OBSERVABILITY_SUPPORTED_FWS','Run\x20cucumber-js\x20tests\x20on\x20browserstack','NUDGE_LOCAL_ERRORS','489422cVUFuD','ERR_CONNECTION_TIMED_OUT','ERR_ADDRESS_UNREACHABLE','strictFileInteractability','acceptSslCert','ERR_SOCKET_NOT_CONNECTED','CODECEPTJS','ERR_CONNECTION_RESET','ieOptions','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Run\x20js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','MOCHA','8619400TEUcsX','APP_UPLOAD_URL','pageLoadStrategy','https://api.browserstack.com','shows\x20version\x20information','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_FAILED','Specify\x20--help\x20for\x20available\x20options','CUSTOM_ID_REGEX','5LCVVQX','INFO','ERR_TIMED_OUT','CI_ARTIFACTS_PATH','chromeOptions','VALID_APP_EXTENSION','ERR_NAME_RESOLUTION_FAILED','3653699lGoTed','ERR_TUNNEL_CONNECTION_FAILED','Playwright'];a34_0xa8c3=function(){return _0x2778a9;};return a34_0xa8c3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0x43c5bc=a35_0xca24;function a35_0x3777(){const _0x4595c7=['20iDYGWz','1348AIGaav','1741OShZxN','type','1498624qhfjYk','colouredLayout','546630jewiEF','1546989CIzeAN','27TZehpC','15379310ixptJt','data','timezoneOffset','14cqAMDM','2161488ASLcfi','11aMsCXk','level','3234464uRZsVi','levelStr','essjq','layout','configure','log'];a35_0x3777=function(){return _0x4595c7;};return a35_0x3777();}(function(_0x1493b6,_0x81c231){const _0x17b6af=a35_0xca24,_0x180a21=_0x1493b6();while(!![]){try{const _0x660342=-parseInt(_0x17b6af(0x87))/0x1*(-parseInt(_0x17b6af(0x86))/0x2)+parseInt(_0x17b6af(0x8c))/0x3+parseInt(_0x17b6af(0x89))/0x4*(parseInt(_0x17b6af(0x85))/0x5)+-parseInt(_0x17b6af(0x8b))/0x6*(-parseInt(_0x17b6af(0x91))/0x7)+parseInt(_0x17b6af(0x95))/0x8*(-parseInt(_0x17b6af(0x8d))/0x9)+parseInt(_0x17b6af(0x8e))/0xa*(-parseInt(_0x17b6af(0x93))/0xb)+parseInt(_0x17b6af(0x92))/0xc;if(_0x660342===_0x81c231)break;else _0x180a21['push'](_0x180a21['shift']());}catch(_0x15fdf2){_0x180a21['push'](_0x180a21['shift']());}}}(a35_0x3777,0xc31e0));function a35_0xca24(_0x477680,_0x3f7458){const _0x37779c=a35_0x3777();return a35_0xca24=function(_0xca2421,_0x262551){_0xca2421=_0xca2421-0x81;let _0x41c3e2=_0x37779c[_0xca2421];return _0x41c3e2;},a35_0xca24(_0x477680,_0x3f7458);}const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x50c51f,_0x495673){return _0x2b4b20=>{const _0x9a8f82=a35_0xca24;BSTestOpsLogger[_0x9a8f82(0x84)]({'level':_0x2b4b20[_0x9a8f82(0x94)]?_0x2b4b20[_0x9a8f82(0x94)][_0x9a8f82(0x96)]:null,'message':_0x2b4b20['data']?_0x2b4b20[_0x9a8f82(0x8f)]['join']('\x20'):null});};}exports[a35_0x43c5bc(0x83)]=(_0x196e77,_0x1e71ac)=>{const _0x2bc8e1=a35_0x43c5bc,_0x41e117={'essjq':function(_0x209810,_0x470c83,_0x19ec64){return _0x209810(_0x470c83,_0x19ec64);}};let _0x292a9a=_0x1e71ac[_0x2bc8e1(0x8a)];return _0x196e77[_0x2bc8e1(0x82)]&&(_0x292a9a=_0x1e71ac['layout'](_0x196e77[_0x2bc8e1(0x82)][_0x2bc8e1(0x88)],_0x196e77[_0x2bc8e1(0x82)])),_0x41e117[_0x2bc8e1(0x81)](BSTestOpsLog4JSAppender,_0x292a9a,_0x196e77[_0x2bc8e1(0x90)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x21329c=a36_0x4e60;function a36_0x4e60(_0x4fc177,_0x239523){const _0x2b88d9=a36_0x2b88();return a36_0x4e60=function(_0x4e6026,_0x5af3f2){_0x4e6026=_0x4e6026-0x19a;let _0x2af744=_0x2b88d9[_0x4e6026];return _0x2af744;},a36_0x4e60(_0x4fc177,_0x239523);}(function(_0x7c386a,_0x57bd6c){const _0x590d8c=a36_0x4e60,_0x40072a=_0x7c386a();while(!![]){try{const _0x5450f8=-parseInt(_0x590d8c(0x1a2))/0x1*(-parseInt(_0x590d8c(0x1a1))/0x2)+parseInt(_0x590d8c(0x1a0))/0x3*(parseInt(_0x590d8c(0x1ad))/0x4)+-parseInt(_0x590d8c(0x1b0))/0x5*(parseInt(_0x590d8c(0x19b))/0x6)+-parseInt(_0x590d8c(0x1a8))/0x7*(parseInt(_0x590d8c(0x19e))/0x8)+parseInt(_0x590d8c(0x19a))/0x9*(-parseInt(_0x590d8c(0x1b7))/0xa)+parseInt(_0x590d8c(0x1a4))/0xb*(-parseInt(_0x590d8c(0x1bb))/0xc)+-parseInt(_0x590d8c(0x1b9))/0xd*(-parseInt(_0x590d8c(0x19d))/0xe);if(_0x5450f8===_0x57bd6c)break;else _0x40072a['push'](_0x40072a['shift']());}catch(_0x5686ea){_0x40072a['push'](_0x40072a['shift']());}}}(a36_0x2b88,0xee88b));const Transport=require('winston-transport'),{consoleHolder}=require(a36_0x21329c(0x1a3)),a36_0x464bd4={};a36_0x464bd4[a36_0x21329c(0x1ba)]='INFO',a36_0x464bd4[a36_0x21329c(0x1ac)]=a36_0x21329c(0x1ac),a36_0x464bd4[a36_0x21329c(0x1a7)]='DEBUG',a36_0x464bd4[a36_0x21329c(0x1b2)]=a36_0x21329c(0x1b2),a36_0x464bd4['WARN']='WARN';const LOG_LEVELS=a36_0x464bd4;class logPatcher extends Transport{constructor(_0x32b47e){super(_0x32b47e);}['logToTestOps']=(_0x2a331e=LOG_LEVELS['INFO'],_0x3dac22=[''])=>{const _0x4c4605=a36_0x21329c,_0x4a9c9c={};_0x4a9c9c['rIiyD']=_0x4c4605(0x1b6);const _0x2681e2=_0x4a9c9c;consoleHolder[_0x2a331e[_0x4c4605(0x1b8)]()](..._0x3dac22),process['emit'](_0x4c4605(0x1b4)+process[_0x4c4605(0x1aa)],{'timestamp':new Date()[_0x4c4605(0x1b3)](),'level':_0x2a331e[_0x4c4605(0x1af)](),'message':'\x22'+_0x3dac22[_0x4c4605(0x1a5)](',\x20')+'\x22','kind':_0x2681e2[_0x4c4605(0x1a9)],'http_response':{}});};[a36_0x21329c(0x19c)]=(..._0x2d9873)=>{const _0x38f7a1=a36_0x21329c;this[_0x38f7a1(0x19f)](LOG_LEVELS[_0x38f7a1(0x1b2)],_0x2d9873);};[a36_0x21329c(0x1b1)]=(..._0x3011e5)=>{const _0x51c981=a36_0x21329c;this['logToTestOps'](LOG_LEVELS[_0x51c981(0x1a7)],_0x3011e5);};['info']=(..._0x20f3d2)=>{const _0x299541=a36_0x21329c;this[_0x299541(0x19f)](LOG_LEVELS['INFO'],_0x20f3d2);};[a36_0x21329c(0x1b5)]=(..._0x5d08f0)=>{const _0x2bb2ad=a36_0x21329c;this[_0x2bb2ad(0x19f)](LOG_LEVELS['WARN'],_0x5d08f0);};[a36_0x21329c(0x1ab)]=(..._0x236570)=>{const _0x5ac73a=a36_0x21329c;this[_0x5ac73a(0x19f)](LOG_LEVELS[_0x5ac73a(0x1ac)],_0x236570);};[a36_0x21329c(0x1a6)]=(..._0xfcae3b)=>{const _0x3620b9=a36_0x21329c;this[_0x3620b9(0x19f)](LOG_LEVELS[_0x3620b9(0x1ba)],_0xfcae3b);};}function a36_0x2b88(){const _0x3c96de=['join','log','DEBUG','35jfOJux','rIiyD','pid','error','ERROR','28UuTtQQ','exports','toUpperCase','3378215pAbONC','debug','TRACE','toISOString','bs:addLog:','warn','TEST_LOG','673120uOUYEg','toLowerCase','47086637qQSbkI','INFO','95412aGeyuz','54zslxCP','6CHvCBk','trace','14gtRslR','1268584gsFwCi','logToTestOps','6792hnXPlO','42nMIzbz','25304VXoXPf','../../helpers/test-observability/constants','1826srItwp'];a36_0x2b88=function(){return _0x3c96de;};return a36_0x2b88();};module[a36_0x21329c(0x1ae)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x575dcb=a37_0x156c;function a37_0x3977(){const _0xe24ec4=['31194vLaDVO','error','toLowerCase','BufPj','1408WLCaGw','LqGux','1584525cCufoJ','vhpVB','warn','DEBUG','JGkOW','oUywk','jmTNX','logged','../../helpers/test-observability/constants','TRACE','HGdTl','debug','ERROR','gtudV','INFO','12437560NgLuNM','winston-transport','bs:addLog:','logToTestOps','WARN','wCBKB','TEST_LOG','654YHbzfd','94bmNamd','pid','trace','toISOString','ycgtZ','level','1484pLiatv','info','21678VCXlHY','5634175bcSONs','rCBuD','XKWvb','toUpperCase','465832CvwsPN','emit'];a37_0x3977=function(){return _0xe24ec4;};return a37_0x3977();}(function(_0x1da21f,_0x215828){const _0x29fc67=a37_0x156c,_0x12b20c=_0x1da21f();while(!![]){try{const _0x2cc30c=parseInt(_0x29fc67(0xb6))/0x1*(-parseInt(_0x29fc67(0xb5))/0x2)+parseInt(_0x29fc67(0x9f))/0x3+parseInt(_0x29fc67(0x97))/0x4+parseInt(_0x29fc67(0x93))/0x5+parseInt(_0x29fc67(0xbe))/0x6*(parseInt(_0x29fc67(0xbc))/0x7)+parseInt(_0x29fc67(0x9d))/0x8*(-parseInt(_0x29fc67(0x99))/0x9)+-parseInt(_0x29fc67(0xae))/0xa;if(_0x2cc30c===_0x215828)break;else _0x12b20c['push'](_0x12b20c['shift']());}catch(_0x838abd){_0x12b20c['push'](_0x12b20c['shift']());}}}(a37_0x3977,0x9f672));const Transport=require(a37_0x575dcb(0xaf)),{consoleHolder}=require(a37_0x575dcb(0xa7)),a37_0x182f3e={};a37_0x182f3e[a37_0x575dcb(0xad)]=a37_0x575dcb(0xad),a37_0x182f3e[a37_0x575dcb(0xab)]=a37_0x575dcb(0xab),a37_0x182f3e[a37_0x575dcb(0xa2)]=a37_0x575dcb(0xa2),a37_0x182f3e['TRACE']=a37_0x575dcb(0xa8),a37_0x182f3e[a37_0x575dcb(0xb2)]=a37_0x575dcb(0xb2);const LOG_LEVELS=a37_0x182f3e;class logReportingAPI extends Transport{constructor(_0x137812){super(_0x137812);}['log'](_0x5b5608,_0x53c08e){const _0x399484=a37_0x575dcb,_0x4aae59={'rCBuD':function(_0x3d0fe3,_0x15023c){return _0x3d0fe3!==_0x15023c;},'QIMwt':_0x399484(0xb3),'oUywk':'dTQKI','gtudV':_0x399484(0xa6),'BufPj':function(_0x20c6b2,_0x106fba){return _0x20c6b2(_0x106fba);},'XKWvb':function(_0x2e2ec8,_0x4d286b){return _0x2e2ec8===_0x4d286b;},'dsZjt':'object','JGkOW':_0x399484(0xa9),'ycgtZ':function(_0x293516,_0x3ac2a8){return _0x293516===_0x3ac2a8;},'vhpVB':'YVuzV','jmTNX':function(_0x2bb29d){return _0x2bb29d();}};_0x4aae59[_0x399484(0x9c)](setImmediate,()=>{const _0x2965d9=_0x399484;_0x4aae59[_0x2965d9(0x94)](_0x4aae59['QIMwt'],_0x4aae59[_0x2965d9(0xa4)])?this[_0x2965d9(0x98)](_0x4aae59[_0x2965d9(0xac)],_0x5b5608):this[_0x2965d9(0xb1)](_0x255a99[_0x2965d9(0xa2)],_0x2327c8);});_0x4aae59['XKWvb'](typeof _0x5b5608,_0x4aae59['dsZjt'])?_0x4aae59[_0x399484(0x95)](_0x4aae59['JGkOW'],_0x4aae59[_0x399484(0xa3)])?this[_0x399484(0xb1)](_0x5b5608[_0x399484(0xbb)]||LOG_LEVELS[_0x399484(0xad)],_0x5b5608['message'],![]):this['logToTestOps'](_0x15cf8b['TRACE'],_0x404bbf):_0x4aae59[_0x399484(0xba)](_0x4aae59[_0x399484(0xa0)],_0x4aae59['vhpVB'])?this['logToTestOps'](LOG_LEVELS['INFO'],_0x5b5608):this['emit'](_0x4aae59[_0x399484(0xac)],_0x3f6dfa);if(_0x53c08e)_0x4aae59[_0x399484(0xa5)](_0x53c08e);}['logToTestOps']=(_0x196649=LOG_LEVELS[a37_0x575dcb(0xad)],_0x2a367a='',_0x1b61a8=!![])=>{const _0xde0d25=a37_0x575dcb,_0x42d31f={};_0x42d31f[_0xde0d25(0x9e)]=_0xde0d25(0xb4);const _0x283b8c=_0x42d31f;if(_0x1b61a8)consoleHolder[_0x196649[_0xde0d25(0x9b)]()](_0x2a367a);process[_0xde0d25(0x98)](_0xde0d25(0xb0)+process[_0xde0d25(0xb7)],{'timestamp':new Date()[_0xde0d25(0xb9)](),'level':_0x196649[_0xde0d25(0x96)](),'message':_0x2a367a,'kind':_0x283b8c[_0xde0d25(0x9e)],'http_response':{}});};[a37_0x575dcb(0xb8)]=(_0x4e564c,_0x2c2cb2)=>{const _0x38fea6=a37_0x575dcb;this[_0x38fea6(0xb1)](LOG_LEVELS[_0x38fea6(0xa8)],_0x4e564c);};[a37_0x575dcb(0xaa)]=(_0x5f24aa,_0x547e04)=>{const _0xf4a74b=a37_0x575dcb;this[_0xf4a74b(0xb1)](LOG_LEVELS[_0xf4a74b(0xa2)],_0x5f24aa);};[a37_0x575dcb(0xbd)]=(_0x13c5cd,_0x2c8925)=>{const _0x414351=a37_0x575dcb;this['logToTestOps'](LOG_LEVELS[_0x414351(0xad)],_0x13c5cd);};[a37_0x575dcb(0xa1)]=(_0x3c8fcb,_0x3221a7)=>{const _0x5f04d2=a37_0x575dcb;this[_0x5f04d2(0xb1)](LOG_LEVELS['WARN'],_0x3c8fcb);};[a37_0x575dcb(0x9a)]=(_0x5d474b,_0x4b4195)=>{const _0x3655a3=a37_0x575dcb;this[_0x3655a3(0xb1)](LOG_LEVELS[_0x3655a3(0xab)],_0x5d474b);};}function a37_0x156c(_0x4e6ad4,_0x3b73a9){const _0x397772=a37_0x3977();return a37_0x156c=function(_0x156c7c,_0x507250){_0x156c7c=_0x156c7c-0x93;let _0xcdfb94=_0x397772[_0x156c7c];return _0xcdfb94;},a37_0x156c(_0x4e6ad4,_0x3b73a9);};module['exports']=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const
|
|
2
|
+
'use strict';const a38_0xa16dcc=a38_0x4e49;(function(_0x531590,_0x40e362){const _0x28c00c=a38_0x4e49,_0x464916=_0x531590();while(!![]){try{const _0x183cb4=-parseInt(_0x28c00c(0x1a4))/0x1*(parseInt(_0x28c00c(0x1a1))/0x2)+-parseInt(_0x28c00c(0x199))/0x3+parseInt(_0x28c00c(0x18e))/0x4*(parseInt(_0x28c00c(0x1ba))/0x5)+-parseInt(_0x28c00c(0x191))/0x6*(-parseInt(_0x28c00c(0x19f))/0x7)+parseInt(_0x28c00c(0x188))/0x8+parseInt(_0x28c00c(0x195))/0x9*(parseInt(_0x28c00c(0x196))/0xa)+parseInt(_0x28c00c(0x189))/0xb;if(_0x183cb4===_0x40e362)break;else _0x464916['push'](_0x464916['shift']());}catch(_0xf48b2a){_0x464916['push'](_0x464916['shift']());}}}(a38_0x4fd5,0x3198c));function a38_0x4fd5(){const _0x14fb50=['1173240RNqxNq','path','OTkat','../../helpers/helper','finally','File\x20path\x20is\x20required','7EwGGcW','tcowP','898MgXYfd','xWjwt','nFDvQ','353YKdoKR','platforms','then','MUYRK','args','iFKVJ','modifyBrowserStackCaps','getPlatformName','join','forEach','isUndefined','\x20doesn\x27t\x20exist','HaaQk','luuFD','proxySettings','useW3C','length','thQzL','modifyBrowserStackW3CCaps','ruAGn','CWfYq','push','5CwBIJR','file','server','configuration','exports','../../helpers/BrowserStackSetup','KYATs','qsLoE','TJrsX','Config\x20yml\x20is\x20required','541288LYIbuu','784839XOUyWC','IqWnu','qCdeK','DqzDA','hubUrl','1048676qTfbqJ','initialize','FQCKL','825498abhzOw','vanilla','config','JlxuV','8793hURkcO','2190NmKZza','NxJlR','GMrqi'];a38_0x4fd5=function(){return _0x14fb50;};return a38_0x4fd5();}const fs=require('fs'),path=require(a38_0xa16dcc(0x19a)),{default:BrowserStackSetup}=require(a38_0xa16dcc(0x183)),helper=require(a38_0xa16dcc(0x19c)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');function a38_0x4e49(_0x290b54,_0x255193){const _0x4fd516=a38_0x4fd5();return a38_0x4e49=function(_0x4e49f4,_0x6934ac){_0x4e49f4=_0x4e49f4-0x181;let _0x2a2a1d=_0x4fd516[_0x4e49f4];return _0x2a2a1d;},a38_0x4e49(_0x290b54,_0x255193);}async function run(_0x21f6bf,_0x28cb8c){const _0x2b753d=a38_0xa16dcc,_0x406bb1={'thQzL':_0x2b753d(0x192),'MUYRK':function(_0x2b2c2f,_0x3d74b5){return _0x2b2c2f===_0x3d74b5;},'ewhOv':_0x2b753d(0x1a2),'qCdeK':_0x2b753d(0x194),'NxJlR':_0x2b753d(0x1a9),'qsLoE':function(_0x488c54,_0x36c70d){return _0x488c54(_0x36c70d);},'DqzDA':_0x2b753d(0x19e),'GjyPP':function(_0x364d0b,_0x40dcb0){return _0x364d0b(_0x40dcb0);},'CWfYq':function(_0x28acbe,_0x1a931c){return _0x28acbe(_0x1a931c);},'iwGgk':_0x2b753d(0x187),'FQCKL':function(_0x5395e0,_0x3d26ed){return _0x5395e0>_0x3d26ed;},'luuFD':function(_0x589de4,_0x314510){return _0x589de4===_0x314510;},'GMrqi':'FbSIR','nVpcG':_0x2b753d(0x184),'MuqJd':function(_0x256884,_0x3fa25d){return _0x256884!==_0x3fa25d;},'TJrsX':_0x2b753d(0x18a),'ruAGn':_0x2b753d(0x19b),'nFDvQ':function(_0x20d00b,_0x44adc5){return _0x20d00b*_0x44adc5;},'tcowP':function(_0x2fb2d0,_0x5bec75,_0x54a145){return _0x2fb2d0(_0x5bec75,_0x54a145);}},_0x65a20=new BrowserStackSetup(_0x21f6bf,_0x406bb1[_0x2b753d(0x1b5)]);await _0x65a20[_0x2b753d(0x18f)](),await helper['handleApp'](_0x65a20[_0x2b753d(0x193)]);let _0x48537e=[];if(helper[_0x2b753d(0x1ae)](_0x21f6bf['_'][0x1]))throw _0x406bb1[_0x2b753d(0x185)](Error,_0x406bb1[_0x2b753d(0x18c)]);const _0xcb66cc=path[_0x2b753d(0x1ac)](process['cwd'](),_0x21f6bf['_'][0x1]);if(!fs['existsSync'](_0xcb66cc))throw _0x406bb1['GjyPP'](Error,'File\x20'+_0x21f6bf['_'][0x1]+_0x2b753d(0x1af));if(!_0x65a20['config'])throw _0x406bb1[_0x2b753d(0x1b8)](Error,_0x406bb1['iwGgk']);let _0x32fbcf=helper[_0x2b753d(0x1b3)](_0x65a20[_0x2b753d(0x193)]);if(_0x65a20[_0x2b753d(0x193)]['platforms']&&_0x406bb1[_0x2b753d(0x190)](_0x65a20[_0x2b753d(0x193)][_0x2b753d(0x1a5)][_0x2b753d(0x1b4)],0x0)){if(_0x406bb1[_0x2b753d(0x1b1)](_0x406bb1[_0x2b753d(0x198)],_0x406bb1['nVpcG'])){const _0x278d97={};_0x278d97[_0x2b753d(0x1b0)]=_0x406bb1[_0x2b753d(0x1b5)];const _0x2e938e=_0x278d97;_0x562c0b[_0x2b753d(0x193)]['platforms'][_0x2b753d(0x1ad)]((_0x11e615,_0x44ef5d)=>{const _0x4edbeb=_0x2b753d;if(_0x50e69b)_0x1c807f[_0x4edbeb(0x1b9)](_0x4f2820[_0x4edbeb(0x1b6)](_0x2ae54f[_0x4edbeb(0x193)],_0x2e938e[_0x4edbeb(0x1b0)],_0x44ef5d));else _0x542b3e['push'](_0x2348c4[_0x4edbeb(0x1aa)](_0x6c6e46[_0x4edbeb(0x193)],_0x2e938e[_0x4edbeb(0x1b0)],_0x44ef5d));});}else _0x65a20[_0x2b753d(0x193)][_0x2b753d(0x1a5)][_0x2b753d(0x1ad)]((_0x12761e,_0x43104f)=>{const _0x1510cb=_0x2b753d;if(_0x406bb1[_0x1510cb(0x1a7)](_0x406bb1['ewhOv'],_0x406bb1[_0x1510cb(0x18b)])){if(_0x5c5672)_0x394fc7[_0x1510cb(0x1b9)](_0x1bb708[_0x1510cb(0x1b6)](_0x1c7f68[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x2c0c0a));else _0x42bf04['push'](_0xd675cd[_0x1510cb(0x1aa)](_0x2750a6[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x6c3a28));}else{if(_0x32fbcf)_0x48537e['push'](helper[_0x1510cb(0x1b6)](_0x65a20[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x43104f));else _0x48537e[_0x1510cb(0x1b9)](helper[_0x1510cb(0x1aa)](_0x65a20[_0x1510cb(0x193)],_0x406bb1[_0x1510cb(0x1b5)],_0x43104f));}});}let _0x5b8b61,_0x21ede0;const _0x5758ca=[];if(_0x406bb1[_0x2b753d(0x190)](_0x48537e[_0x2b753d(0x1b4)],0x0))_0x406bb1['MuqJd'](_0x406bb1[_0x2b753d(0x186)],_0x406bb1[_0x2b753d(0x186)])?_0x37b79c[_0x2b753d(0x1ad)](_0x329192=>{const _0x4e8e16=_0x2b753d;_0x5eb40b={'server':_0x3ae271[_0x4e8e16(0x18d)],'proxySettings':_0x1f78a4['config']['proxySettings'],'platform':_0x377834[_0x4e8e16(0x1ab)](_0x329192)};const _0x3cb419={'capability':_0x329192,..._0x1b99e9};_0x3cb419[_0x4e8e16(0x1bb)]=_0x5d1fa9,_0x3cb419['args']=_0x40a887;const _0x479c36={};_0x479c36[_0x4e8e16(0x181)]=_0x3cb419,_0x5ed8d2=_0x479c36,_0x5beddc['push'](_0x1c34e3);}):_0x48537e[_0x2b753d(0x1ad)](_0x597dde=>{const _0x492998=_0x2b753d;if(_0x406bb1[_0x492998(0x1a7)](_0x406bb1[_0x492998(0x197)],_0x406bb1[_0x492998(0x197)])){_0x5b8b61={'server':constants[_0x492998(0x18d)],'proxySettings':_0x65a20['config'][_0x492998(0x1b2)],'platform':helper[_0x492998(0x1ab)](_0x597dde)};const _0x5112d8={'capability':_0x597dde,..._0x5b8b61};_0x5112d8[_0x492998(0x1bb)]=_0xcb66cc,_0x5112d8['args']=_0x28cb8c;const _0x7a902c={};_0x7a902c[_0x492998(0x181)]=_0x5112d8,_0x21ede0=_0x7a902c,_0x5758ca[_0x492998(0x1b9)](_0x21ede0);}else{_0x23b9ab={'server':_0x3140ec['hubUrl'],'proxySettings':_0x38a659['config'][_0x492998(0x1b2)],'platform':_0x324b8d[_0x492998(0x1ab)](_0x2fc5cb)};const _0x397dc6={'capability':_0x3b530a,..._0x2d911f};_0x397dc6[_0x492998(0x1bb)]=_0x4224a1,_0x397dc6[_0x492998(0x1a8)]=_0x3d679e;const _0x5df0df={};_0x5df0df['configuration']=_0x397dc6,_0x5e6c98=_0x5df0df,_0x5df123[_0x492998(0x1b9)](_0x4b7308);}});else{if(_0x406bb1['MuqJd'](_0x406bb1[_0x2b753d(0x1b7)],_0x406bb1[_0x2b753d(0x1b7)])){let _0x5b73b4;if(_0x24eaac)_0x5b73b4=_0x33e181[_0x2b753d(0x1b6)](_0x5ab99e[_0x2b753d(0x193)],_0x406bb1[_0x2b753d(0x1b5)],0x0);else _0x5b73b4=_0x5ec5ef['modifyBrowserStackCaps'](_0x289d51[_0x2b753d(0x193)],_0x406bb1['thQzL'],0x0);const _0x3e0edf={};_0x3e0edf[_0x2b753d(0x1bc)]=_0x438fb0[_0x2b753d(0x18d)],_0x3e0edf['proxySettings']=_0x344626['config'][_0x2b753d(0x1b2)],_0x16634f=_0x3e0edf;const _0x38e1b5={'capability':_0x5b73b4,..._0x125d9c};_0x38e1b5[_0x2b753d(0x1bb)]=_0x185a1e,_0x38e1b5[_0x2b753d(0x1a8)]=_0x5c0648;const _0x57c0f5={};_0x57c0f5[_0x2b753d(0x181)]=_0x38e1b5,_0x49473f=_0x57c0f5,_0x4ae0b4[_0x2b753d(0x1b9)](_0x5dbfbd);}else{let _0x5cb858;if(_0x32fbcf)_0x5cb858=helper[_0x2b753d(0x1b6)](_0x65a20['config'],_0x406bb1[_0x2b753d(0x1b5)],0x0);else _0x5cb858=helper[_0x2b753d(0x1aa)](_0x65a20[_0x2b753d(0x193)],_0x406bb1[_0x2b753d(0x1b5)],0x0);const _0x43efd7={};_0x43efd7[_0x2b753d(0x1bc)]=constants[_0x2b753d(0x18d)],_0x43efd7[_0x2b753d(0x1b2)]=_0x65a20['config']['proxySettings'],_0x5b8b61=_0x43efd7;const _0x6ff69={'capability':_0x5cb858,..._0x5b8b61};_0x6ff69[_0x2b753d(0x1bb)]=_0xcb66cc,_0x6ff69[_0x2b753d(0x1a8)]=_0x28cb8c;const _0x1d186a={};_0x1d186a[_0x2b753d(0x181)]=_0x6ff69,_0x21ede0=_0x1d186a,_0x5758ca[_0x2b753d(0x1b9)](_0x21ede0);}}const _0x1f83b7=_0x406bb1[_0x2b753d(0x1a3)](_0x65a20[_0x2b753d(0x193)]['platforms']['length']||0x1,_0x65a20[_0x2b753d(0x193)]['parallelsPerPlatform']);_0x406bb1[_0x2b753d(0x1a0)](parallelVanillaRun,_0x5758ca,_0x1f83b7)[_0x2b753d(0x1a6)](_0x4a9a21=>{})[_0x2b753d(0x19d)](async()=>{await helper['finalExecution'](_0x65a20);});}module[a38_0xa16dcc(0x182)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a39_0x120b(_0x1b6a7d,_0x52778e){const _0x47776d=a39_0x4777();return a39_0x120b=function(_0x120bee,_0x4acf83){_0x120bee=_0x120bee-0x163;let _0x21fa67=_0x47776d[_0x120bee];return _0x21fa67;},a39_0x120b(_0x1b6a7d,_0x52778e);}const a39_0x183783=a39_0x120b;(function(_0xefff88,_0x111287){const _0x1741f7=a39_0x120b,_0x13459a=_0xefff88();while(!![]){try{const _0x19f3f7=parseInt(_0x1741f7(0x1fd))/0x1*(parseInt(_0x1741f7(0x199))/0x2)+-parseInt(_0x1741f7(0x204))/0x3+parseInt(_0x1741f7(0x1d8))/0x4*(-parseInt(_0x1741f7(0x197))/0x5)+parseInt(_0x1741f7(0x170))/0x6+-parseInt(_0x1741f7(0x178))/0x7*(-parseInt(_0x1741f7(0x1a6))/0x8)+parseInt(_0x1741f7(0x1e1))/0x9*(-parseInt(_0x1741f7(0x182))/0xa)+parseInt(_0x1741f7(0x1cb))/0xb*(parseInt(_0x1741f7(0x18f))/0xc);if(_0x19f3f7===_0x111287)break;else _0x13459a['push'](_0x13459a['shift']());}catch(_0x384fc8){_0x13459a['push'](_0x13459a['shift']());}}}(a39_0x4777,0xac8eb));function a39_0x4777(){const _0xe99b90=['vwhIB','eYLZU','PiAPx','31367FwamIk','useW3C','zeRQM','platforms','ijHjs','tlkSX','uncaughtException','cAkYG','Azvuu','constructor','3320kuEJnM','FRAMEWORK','push','setUpHubUrl','xkJiF','./setKeepAlive','userName\x20or\x20accessKey\x20is\x20not\x20defined','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','setBrowserstackInfraFromConfig','JRPtG','TjKfN','getAccessKey','edZET','708LEtbhu','config','UCvwE','./logger','error','message','vrHZS','sanitizeCaps','1280JfWFlh','qCVaD','10364AvkHru','yzTcq','warn','hNPTa','fireFunnelTestEvent','PbRlK','xIxfT','Wodkx','gLXgB','getFinalCaps','lPWSj','mMyHf','toString','568SFrNdd','testContextOptions','oslmc','xYwBz','ObYKq','yffsZ','gyspO','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','kfUNm','LBXnV','MDNlo','vMWsq','parallelsPerPlatform','waBpD','env','qkllW','Local\x20binary\x20stopped','envConfig','util','startLocalBinary','unhandledErrors','wuqWs','pUESI','qQJTl','getUserName','PImpz','PZBIN','isUndefined','localIdentifier','CqrqJ','hvWLj','browserStackLocalOptions','YkLiY','onvUY','XwZXX','HSidC','wouqC','261371FkVXwf','vEpEE','generateLocalIdentifier','UBwOe','DfSWL','getLocalConfig','zgKzf','fPuKw','irMCq','eMoQD','getLocalIdentifier','readConfig','IjwFd','18088FlOrLu','format','iECdy','debug','Gdvwv','setupKeepAlive','oSqhu','NVVpn','stopBrowserstackLocal','8235eYbPPk','hdYDx','mthTG','winstonLogger','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','chBuG','Zaxoh','ElwGK','zaHQd','browserstackLocal','rmGcB','SIGINT','QfeeD','lQZaA','AQktB','framework','tcREK','SDKTestAttempted','info','getPackageVersion','zAkRb','fnxST','setLogLevel','wXbzv','RPhwb','Local\x20binary\x20started\x20successfully','Stbkl','setupBrowserstackLocal','212tPIvfN','Error\x20occured\x20while\x20stopping\x20local\x20binary','isBrowserstackInfra','setProxySettings','No\x20config\x20provided.','cPwAu','ZaZAv','2427612SAruFz','cliConfig','SIGTERM','length','rSezp','handleExceptions','fbtJd','jwyvD','requireSeleniumWebdriverCheck','NnraJ','stopLocalBinary','isRunning','vsepM','loHwv','bIZYn','952662cQLcZi','mMXsR','YFqXF','fNSCL','tNFzQ'];a39_0x4777=function(){return _0xe99b90;};return a39_0x4777();}const util=require(a39_0x183783(0x1b8)),logger=require(a39_0x183783(0x192))[a39_0x183783(0x1e4)],helper=require('./helper'),hubAllocator=require('../hubAllocationMethods');class BrowserStackSetup{constructor(_0xfba6f1,_0x3e48e5){const _0x4bed02=a39_0x183783,_0x2aaca0={'QfeeD':_0x4bed02(0x188),'mthTG':function(_0x35b87f,_0x87f739){return _0x35b87f<_0x87f739;},'yPOgF':function(_0x58ece3,_0x659da7){return _0x58ece3(_0x659da7);},'gyspO':'selenium-webdriver','eMoQD':function(_0x4216d1,_0x14588a){return _0x4216d1>=_0x14588a;},'lPWSj':function(_0x235c70,_0x4bf6da){return _0x235c70(_0x4bf6da);},'HSidC':_0x4bed02(0x189),'Wodkx':_0x4bed02(0x1ad),'CqrqJ':'unhandledRejection','tcREK':_0x4bed02(0x17e),'yffsZ':_0x4bed02(0x1f2),'onvUY':function(_0x35de34,_0x4b6ce1){return _0x35de34===_0x4b6ce1;},'Tyvrd':_0x4bed02(0x201),'pVabl':_0x4bed02(0x1c6),'hvWLj':_0x4bed02(0x175),'bIZYn':function(_0x110572,_0x5f3611){return _0x110572!==_0x5f3611;},'mMyHf':_0x4bed02(0x1bd),'fbtJd':function(_0x5e4cac,_0x47b609){return _0x5e4cac!==_0x47b609;},'qCVaD':'BRQAV','bbtpo':_0x4bed02(0x1d1),'fnxST':function(_0x692a7e,_0x2012fa){return _0x692a7e===_0x2012fa;},'lQZaA':_0x4bed02(0x16d),'PbRlK':_0x4bed02(0x195),'rSezp':function(_0x46a922,_0x28964b){return _0x46a922(_0x28964b);},'TWUap':_0x4bed02(0x16e),'wuqWs':'KpzRO','wouqC':function(_0x1cb8f2,_0x40c13b){return _0x1cb8f2>=_0x40c13b;},'TjKfN':_0x4bed02(0x1b3),'gLXgB':function(_0xacf8d4,_0x11d9c4){return _0xacf8d4===_0x11d9c4;},'WQdCR':_0x4bed02(0x18e),'UBwOe':_0x4bed02(0x1b0),'rmGcB':'XuMPb','fPuKw':_0x4bed02(0x1aa),'ijHjs':function(_0x4c0c34,_0x46c78a){return _0x4c0c34===_0x46c78a;},'jwyvD':_0x4bed02(0x1df),'gAqrX':_0x4bed02(0x1d3),'JlMZd':_0x4bed02(0x1ae),'Zaxoh':function(_0x576112,_0xf0f20b){return _0x576112!==_0xf0f20b;},'hNPTa':_0x4bed02(0x17f),'AQktB':_0x4bed02(0x174),'zeRQM':_0x4bed02(0x1bf),'nABUT':_0x4bed02(0x202),'pUESI':_0x4bed02(0x19f),'QPYCJ':function(_0x5a25fd,_0x26bafe){return _0x5a25fd===_0x26bafe;},'Azvuu':'ICdgT'};this[_0x4bed02(0x1ba)]=[],this[_0x4bed02(0x205)]=helper['setCLICaps'](_0xfba6f1),this[_0x4bed02(0x1b7)]=helper['setEnvCaps'](),this[_0x4bed02(0x1ea)]=null,this[_0x4bed02(0x190)]=helper[_0x4bed02(0x1d6)](helper['getConfigPath'](_0xfba6f1)),global['config']=this[_0x4bed02(0x190)],global[_0x4bed02(0x1f0)]=_0x3e48e5,helper[_0x4bed02(0x196)](this[_0x4bed02(0x190)]),this[_0x4bed02(0x1f0)]=_0x3e48e5;if(helper[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)]))throw new Error(_0x2aaca0['Tyvrd']);if(this[_0x4bed02(0x190)][_0x4bed02(0x193)])throw new Error(this['config'][_0x4bed02(0x193)]);this['handleExceptions'](),helper[_0x4bed02(0x18a)](this[_0x4bed02(0x190)],this[_0x4bed02(0x205)]);if(!helper[_0x4bed02(0x1ff)]()){if(_0x2aaca0[_0x4bed02(0x1c7)](_0x2aaca0['pVabl'],_0x2aaca0[_0x4bed02(0x1c4)]))throw new _0x58738a(_0x2aaca0[_0x4bed02(0x1ed)]);else{try{_0x2aaca0[_0x4bed02(0x16f)](_0x2aaca0[_0x4bed02(0x1a4)],_0x2aaca0[_0x4bed02(0x1a4)])?(_0xd01490[_0x4bed02(0x193)](_0x5ca1ac[_0x4bed02(0x194)]),_0x5e6ef6[_0x4bed02(0x1db)](_0x4daea5[_0x4bed02(0x1d9)](_0x39028f)),this[_0x4bed02(0x1ba)]['push'](_0x43f81c[_0x4bed02(0x1d9)]('%j',_0x33da90))):(process[_0x4bed02(0x1b4)][_0x4bed02(0x183)]=_0x3e48e5,helper[_0x4bed02(0x19d)](_0x2aaca0[_0x4bed02(0x1ab)],{},this['config'],this[_0x4bed02(0x1f0)]));}catch(_0x191444){_0x2aaca0[_0x4bed02(0x167)](_0x2aaca0[_0x4bed02(0x198)],_0x2aaca0['bbtpo'])?logger[_0x4bed02(0x1db)](_0x4bed02(0x1e5)+_0x191444):this[_0x4bed02(0x190)][_0x4bed02(0x1c5)]={'localIdentifier':_0x27e67d[_0x4bed02(0x1cd)]()};}return;}}helper[_0x4bed02(0x1a2)](this[_0x4bed02(0x190)],this[_0x4bed02(0x205)],this['envConfig']);helper[_0x4bed02(0x169)](_0x3e48e5)&&(_0x2aaca0[_0x4bed02(0x1f6)](_0x2aaca0[_0x4bed02(0x1ee)],_0x2aaca0[_0x4bed02(0x19e)])?this['config']['useW3C']=![]:(_0x2aaca0[_0x4bed02(0x1e3)](_0x2aaca0[_0x4bed02(0x165)](parseInt,helper[_0x4bed02(0x1f4)](_0x2aaca0[_0x4bed02(0x1ac)])),0x3)&&(_0x2aaca0[_0x4bed02(0x16f)](_0x2aaca0['TWUap'],_0x2aaca0[_0x4bed02(0x1bb)])?this[_0x4bed02(0x190)][_0x4bed02(0x179)]=![]:(_0x2aaca0[_0x4bed02(0x1e3)](_0x2aaca0['yPOgF'](_0x10253e,_0x345f3c[_0x4bed02(0x1f4)](_0x2aaca0[_0x4bed02(0x1ac)])),0x3)&&(this['config']['useW3C']=![]),_0x2aaca0[_0x4bed02(0x1d4)](_0x2aaca0[_0x4bed02(0x1a3)](_0x1406fc,_0x410eb2[_0x4bed02(0x1f4)](_0x2aaca0[_0x4bed02(0x1ac)])),4.5)&&(this[_0x4bed02(0x190)][_0x4bed02(0x179)]=!![]))),_0x2aaca0[_0x4bed02(0x1ca)](_0x2aaca0[_0x4bed02(0x1a3)](parseInt,helper['getPackageVersion'](_0x2aaca0[_0x4bed02(0x1ac)])),4.5)&&(_0x2aaca0[_0x4bed02(0x1f6)](_0x2aaca0[_0x4bed02(0x18c)],_0x2aaca0['TjKfN'])?this[_0x4bed02(0x190)]['useW3C']=!![]:_0x14c3f2['debug'](_0x4bed02(0x1e5)+_0x112ad7))));if(helper['isUndefined'](this[_0x4bed02(0x190)][_0x4bed02(0x17b)])||helper[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)][_0x4bed02(0x17b)][_0x4bed02(0x164)])){if(_0x2aaca0[_0x4bed02(0x1a1)](_0x2aaca0['WQdCR'],_0x2aaca0[_0x4bed02(0x1ce)]))_0x249bbb[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)][_0x4bed02(0x1b2)])?_0x25f31e[_0x4bed02(0x1f3)](_0x2aaca0[_0x4bed02(0x1c9)]):_0x2892bf[_0x4bed02(0x19b)](_0x2aaca0[_0x4bed02(0x1a0)]),this[_0x4bed02(0x190)][_0x4bed02(0x17b)]=[];else{if(helper[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)][_0x4bed02(0x1b2)]))_0x2aaca0['fnxST'](_0x2aaca0[_0x4bed02(0x1eb)],_0x2aaca0[_0x4bed02(0x1eb)])?logger[_0x4bed02(0x1f3)](_0x2aaca0['HSidC']):this[_0x4bed02(0x190)][_0x4bed02(0x179)]=!![];else{if(_0x2aaca0['onvUY'](_0x2aaca0['fPuKw'],_0x2aaca0[_0x4bed02(0x1d2)]))logger[_0x4bed02(0x19b)](_0x2aaca0[_0x4bed02(0x1a0)]);else{const _0x5aa115=_0x52265b=>{const _0x15e0fc=_0x4bed02;_0x1bc1fa[_0x15e0fc(0x193)](_0x52265b[_0x15e0fc(0x194)]),_0x10efc5['debug'](_0x58fe32[_0x15e0fc(0x1d9)](_0x52265b)),this[_0x15e0fc(0x1ba)][_0x15e0fc(0x184)](_0x3afa23['format']('%j',_0x52265b));};_0x4d4a65['on'](_0x2aaca0[_0x4bed02(0x1c3)],_0x5aa115),_0x52b2e0['on'](_0x2aaca0[_0x4bed02(0x1f1)],_0x5aa115);}}this[_0x4bed02(0x190)][_0x4bed02(0x17b)]=[];}}!this[_0x4bed02(0x190)][_0x4bed02(0x1c5)]&&(this[_0x4bed02(0x190)]['browserStackLocalOptions']=this[_0x4bed02(0x190)]['localOptions']||{}),!this[_0x4bed02(0x190)][_0x4bed02(0x1a7)]&&(this['config'][_0x4bed02(0x1a7)]={});if(helper[_0x4bed02(0x1c1)](helper[_0x4bed02(0x1be)](this[_0x4bed02(0x190)]))||helper[_0x4bed02(0x1c1)](helper[_0x4bed02(0x18d)](this['config']))){if(_0x2aaca0['ijHjs'](_0x2aaca0[_0x4bed02(0x168)],_0x2aaca0['gAqrX']))_0x4091bd[_0x4bed02(0x1f3)](_0x2aaca0[_0x4bed02(0x1c9)]);else throw new Error(_0x2aaca0[_0x4bed02(0x1ed)]);}if(helper[_0x4bed02(0x1d0)](this[_0x4bed02(0x190)])&&helper[_0x4bed02(0x1c1)](helper[_0x4bed02(0x1d5)](this[_0x4bed02(0x190)]))){if(_0x2aaca0[_0x4bed02(0x16f)](_0x2aaca0['JlMZd'],_0x2aaca0['JlMZd']))_0x37f25e[_0x4bed02(0x19b)](_0x2aaca0['Wodkx']);else{if(!helper[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)][_0x4bed02(0x1c5)])&&_0x2aaca0[_0x4bed02(0x17c)](this[_0x4bed02(0x190)][_0x4bed02(0x1c5)][_0x4bed02(0x181)],Object)){if(_0x2aaca0[_0x4bed02(0x1e7)](_0x2aaca0[_0x4bed02(0x19c)],_0x2aaca0[_0x4bed02(0x19c)])){try{_0x5ae17f[_0x4bed02(0x1b4)][_0x4bed02(0x183)]=_0x17326f,_0x4a50ec[_0x4bed02(0x19d)](_0x2aaca0[_0x4bed02(0x1ab)],{},this[_0x4bed02(0x190)],this[_0x4bed02(0x1f0)]);}catch(_0x2cde0c){_0x4f9b77[_0x4bed02(0x1db)](_0x4bed02(0x1e5)+_0x2cde0c);}return;}else this[_0x4bed02(0x190)][_0x4bed02(0x1c5)][_0x4bed02(0x1c2)]=helper['generateLocalIdentifier']();}else _0x2aaca0[_0x4bed02(0x1f6)](_0x2aaca0[_0x4bed02(0x1ef)],_0x2aaca0[_0x4bed02(0x17a)])?!_0x496318[_0x4bed02(0x1c1)](this[_0x4bed02(0x190)][_0x4bed02(0x1c5)])&&_0x2aaca0[_0x4bed02(0x1c7)](this[_0x4bed02(0x190)][_0x4bed02(0x1c5)]['constructor'],_0x48cb0b)?this[_0x4bed02(0x190)][_0x4bed02(0x1c5)]['localIdentifier']=_0x12214b[_0x4bed02(0x1cd)]():this[_0x4bed02(0x190)][_0x4bed02(0x1c5)]={'localIdentifier':_0x3b62cb[_0x4bed02(0x1cd)]()}:this['config'][_0x4bed02(0x1c5)]={'localIdentifier':helper[_0x4bed02(0x1cd)]()};}}helper[_0x4bed02(0x1f7)](this[_0x4bed02(0x190)],this[_0x4bed02(0x205)],this[_0x4bed02(0x1b7)]);try{_0x2aaca0[_0x4bed02(0x1f6)](_0x2aaca0['nABUT'],_0x2aaca0[_0x4bed02(0x1bc)])?(_0x2f66f2[_0x4bed02(0x1b4)][_0x4bed02(0x183)]=_0xe60808,_0x348957[_0x4bed02(0x19d)](_0x2aaca0[_0x4bed02(0x1ab)],{},this[_0x4bed02(0x190)],this[_0x4bed02(0x1f0)])):(process[_0x4bed02(0x1b4)][_0x4bed02(0x183)]=_0xfba6f1['_'][0x0],helper[_0x4bed02(0x19d)](_0x2aaca0[_0x4bed02(0x1ab)],{},this[_0x4bed02(0x190)],this[_0x4bed02(0x1f0)]));}catch(_0x4c7d88){_0x2aaca0['QPYCJ'](_0x2aaca0[_0x4bed02(0x180)],_0x2aaca0[_0x4bed02(0x180)])?logger[_0x4bed02(0x1db)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4c7d88):this[_0x4bed02(0x190)][_0x4bed02(0x1c5)][_0x4bed02(0x1c2)]=_0x1f1072[_0x4bed02(0x1cd)]();}}async['initialize'](){const _0x511625=a39_0x183783,_0x48e1c3={};_0x48e1c3[_0x511625(0x203)]='codeceptjs',_0x48e1c3[_0x511625(0x16a)]=function(_0x58c188,_0x311f1b){return _0x58c188!==_0x311f1b;},_0x48e1c3[_0x511625(0x177)]='VayyU';const _0x22bc4a=_0x48e1c3;helper[_0x511625(0x200)](this[_0x511625(0x190)]),this[_0x511625(0x1dd)](),await this[_0x511625(0x1fc)]();if(![_0x22bc4a['ZaZAv']]['includes'](this[_0x511625(0x1f0)])){if(_0x22bc4a[_0x511625(0x16a)](_0x22bc4a[_0x511625(0x177)],_0x22bc4a[_0x511625(0x177)])){_0x226f4a[_0x511625(0x1db)](_0x3ad268);throw new _0x5a0315(_0x23302a[_0x511625(0x1a5)]());}else await this['setUpHubUrl']();}}async['setupBrowserstackLocal'](){const _0x2288bb=a39_0x183783,_0x320d09={'qkllW':'SDKTestAttempted','eYLZU':function(_0x43d66a,_0x50c157){return _0x43d66a!==_0x50c157;},'ElwGK':_0x2288bb(0x1af),'zAkRb':_0x2288bb(0x1e2),'IjwFd':function(_0xff4171,_0xc247ed){return _0xff4171==_0xc247ed;},'yzTcq':function(_0x31127e,_0x375e29){return _0x31127e(_0x375e29);},'zaHQd':'./setKeepAlive','mMXsR':'Error\x20occured\x20while\x20stopping\x20local\x20binary','PZBIN':function(_0xc72727,_0x559d4c){return _0xc72727===_0x559d4c;},'fNSCL':_0x2288bb(0x191),'wXbzv':_0x2288bb(0x1c8),'Gdvwv':_0x2288bb(0x1de),'EkzIc':_0x2288bb(0x1fa),'Stbkl':'beforeExit','vEpEE':_0x2288bb(0x1ec),'xkJiF':_0x2288bb(0x163),'RPhwb':function(_0x54274d,_0x4bff5c){return _0x54274d!==_0x4bff5c;},'iECdy':_0x2288bb(0x1a9)};if(helper['isTrue'](this[_0x2288bb(0x190)][_0x2288bb(0x1ea)])&&(!this[_0x2288bb(0x1ea)]||!this[_0x2288bb(0x1ea)][_0x2288bb(0x16c)]())){if(_0x320d09[_0x2288bb(0x1c0)](_0x320d09[_0x2288bb(0x173)],_0x320d09[_0x2288bb(0x1f8)]))_0x41b2bc['debug'](_0x2288bb(0x1e5)+_0x308343);else try{if(_0x320d09[_0x2288bb(0x1c0)](_0x320d09[_0x2288bb(0x1dc)],_0x320d09[_0x2288bb(0x1dc)])){this[_0x2288bb(0x1ea)]=await helper[_0x2288bb(0x1b9)](this[_0x2288bb(0x190)]),logger[_0x2288bb(0x1f3)](_0x320d09['EkzIc']);let _0x40c91b=0x0;const _0x4f772a=async()=>{const _0x47d616=_0x2288bb,_0xb66aa1={};_0xb66aa1['YFqXF']=_0x320d09[_0x47d616(0x1b5)];const _0x6fb66=_0xb66aa1;_0x320d09[_0x47d616(0x176)](_0x320d09[_0x47d616(0x1e8)],_0x320d09[_0x47d616(0x1f5)])?(_0x40c91b++,_0x320d09[_0x47d616(0x1d7)](_0x40c91b,0x1)&&await this[_0x47d616(0x1e0)]()):(_0x190869[_0x47d616(0x1b4)][_0x47d616(0x183)]=_0x19c066['_'][0x0],_0x4938cb['fireFunnelTestEvent'](_0x6fb66[_0x47d616(0x172)],{},this[_0x47d616(0x190)],this[_0x47d616(0x1f0)]));};process['on'](_0x320d09[_0x2288bb(0x1fb)],_0x4f772a),process['on'](_0x320d09[_0x2288bb(0x1cc)],_0x4f772a),process['on'](_0x320d09[_0x2288bb(0x186)],_0x4f772a);}else _0x320d09[_0x2288bb(0x19a)](_0x36ee6e,_0x320d09[_0x2288bb(0x1e9)])();}catch(_0xd4fcb3){if(_0x320d09[_0x2288bb(0x1f9)](_0x320d09[_0x2288bb(0x1da)],_0x320d09[_0x2288bb(0x1da)]))_0x17e3e8[_0x2288bb(0x193)](_0x320d09[_0x2288bb(0x171)],_0xe8de6c[_0x2288bb(0x194)]);else{logger[_0x2288bb(0x1db)](_0xd4fcb3);throw new Error(_0xd4fcb3[_0x2288bb(0x1a5)]());}}}}async['stopBrowserstackLocal'](){const _0x536d86=a39_0x183783,_0x10452b={};_0x10452b[_0x536d86(0x1b1)]=_0x536d86(0x1b6),_0x10452b[_0x536d86(0x1e6)]=_0x536d86(0x1fe);const _0x4740a5=_0x10452b;if(this['browserstackLocal']&&this[_0x536d86(0x1ea)][_0x536d86(0x16c)]())try{await helper[_0x536d86(0x16b)](this['browserstackLocal']),logger['info'](_0x4740a5[_0x536d86(0x1b1)]);}catch(_0x3d5243){logger['error'](_0x4740a5[_0x536d86(0x1e6)],_0x3d5243['message']);}}async[a39_0x183783(0x185)](){const _0x1d6b23=a39_0x183783;await hubAllocator['allocateHub'](this[_0x1d6b23(0x190)]);}[a39_0x183783(0x1dd)](){const _0x34b47f=a39_0x183783,_0x4d1252={'tlkSX':function(_0x581aff,_0x1d6d4c){return _0x581aff(_0x1d6d4c);},'JRPtG':_0x34b47f(0x187)};_0x4d1252[_0x34b47f(0x17d)](require,_0x4d1252[_0x34b47f(0x18b)])();}[a39_0x183783(0x166)](){const _0x538166=a39_0x183783,_0x8a1be5={};_0x8a1be5['DfSWL']='unhandledRejection',_0x8a1be5[_0x538166(0x1a8)]=_0x538166(0x17e);const _0x1c4b5c=_0x8a1be5,_0x5c4368=_0x4f336d=>{const _0x42411d=_0x538166;logger[_0x42411d(0x193)](_0x4f336d[_0x42411d(0x194)]),logger[_0x42411d(0x1db)](util[_0x42411d(0x1d9)](_0x4f336d)),this[_0x42411d(0x1ba)][_0x42411d(0x184)](util[_0x42411d(0x1d9)]('%j',_0x4f336d));};process['on'](_0x1c4b5c[_0x538166(0x1cf)],_0x5c4368),process['on'](_0x1c4b5c[_0x538166(0x1a8)],_0x5c4368);}}exports['default']=BrowserStackSetup;
|
|
1
|
+
function a39_0x273c(){const _0xa59387=['tSLpK','hrWdA','format','ZwcHJ','VCbaw','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','IWSak','browserStackLocalOptions','dGSUx','wIrLZ','nZZqA','WTCkY','uXjzp','Error\x20occured\x20while\x20stopping\x20local\x20binary','ZSByJ','mFMPZ','ZaFKv','1942470XpjUqq','../hubAllocationMethods','warn','error','WansK','Local\x20binary\x20started\x20successfully','qFmCX','isTrue','eQzWq','KgIoz','env','abCPW','49672gmSBuk','allocateHub','wjiXY','cliConfig','config','isRunning','debug','initialize','syuPu','./helper','rLZjG','localIdentifier','898752hEGeZn','EpbJg','./logger','./setKeepAlive','Nodcb','byink','ahLBs','zgRNy','userName\x20or\x20accessKey\x20is\x20not\x20defined','jaXpu','generateLocalIdentifier','lJthd','parallelsPerPlatform','QjpPv','unhandledRejection','YUInM','VRxAZ','Dqkwq','hcIpA','674PUxary','winstonLogger','pHSLx','kKWRk','KlvnE','RYGMA','GKQiM','SDKTestAttempted','wXsVm','unhandledErrors','ksygR','HBpAG','SoApW','No\x20config\x20provided.','giISe','WVGnO','UvWoh','rNpty','EoaiU','aWSXw','getUserName','lrNNR','wJVVY','fireFunnelTestEvent','GPFXo','oHeNi','mSznT','LSixH','bMvIp','getAccessKey','info','QmfRG','wqgFP','201QMhbxO','toString','SJmwK','CkmCd','includes','testContextOptions','rCZkz','SIGTERM','setCLICaps','372351CdxpTB','useW3C','getLocalConfig','RkpUF','requireSeleniumWebdriverCheck','OzXlY','lfUlZ','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','kHHBd','vKDPi','isBrowserstackInfra','setupKeepAlive','hInac','length','hQrkR','envConfig','jbuAE','xetGX','ZhydN','gSlJh','ZATNm','ivdry','getPackageVersion','platforms','Owfki','395330SkPmmu','isUndefined','oApSB','push','setBrowserstackInfraFromConfig','constructor','gFAdb','FRiUl','zwpWU','56zdXIzn','LvsMy','bXBQe','NzdcR','xZeBV','setProxySettings','12zUtgFy','sanitizeCaps','selenium-webdriver','getFinalCaps','isvgq','stopLocalBinary','util','framework','readConfig','POvOw','636530MJPFHC','handleExceptions','Ntunu','stopBrowserstackLocal','GAzuP','browserstackLocal','bQcNh','setupBrowserstackLocal','localOptions','Local\x20binary\x20stopped','message','Gqwkl','FRAMEWORK','setLogLevel','default','setUpHubUrl'];a39_0x273c=function(){return _0xa59387;};return a39_0x273c();}const a39_0x2fd391=a39_0x4590;(function(_0x4b64e1,_0x4f6af8){const _0x5e9a09=a39_0x4590,_0x1f3a29=_0x4b64e1();while(!![]){try{const _0x1459af=-parseInt(_0x5e9a09(0x187))/0x1*(-parseInt(_0x5e9a09(0x166))/0x2)+-parseInt(_0x5e9a09(0x190))/0x3+parseInt(_0x5e9a09(0x110))/0x4*(parseInt(_0x5e9a09(0x101))/0x5)+-parseInt(_0x5e9a09(0x153))/0x6+parseInt(_0x5e9a09(0x147))/0x7*(-parseInt(_0x5e9a09(0x10a))/0x8)+parseInt(_0x5e9a09(0x13b))/0x9+-parseInt(_0x5e9a09(0x11a))/0xa;if(_0x1459af===_0x4f6af8)break;else _0x1f3a29['push'](_0x1f3a29['shift']());}catch(_0x213c00){_0x1f3a29['push'](_0x1f3a29['shift']());}}}(a39_0x273c,0x2099b));const util=require(a39_0x2fd391(0x116)),logger=require(a39_0x2fd391(0x155))[a39_0x2fd391(0x167)],helper=require(a39_0x2fd391(0x150)),hubAllocator=require(a39_0x2fd391(0x13c));class BrowserStackSetup{constructor(_0x3fe188,_0x2ef1fb){const _0x49ca63=a39_0x2fd391,_0x52f312={'giISe':_0x49ca63(0x137),'xvsKb':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','oHeNi':_0x49ca63(0x15b),'RYGMA':_0x49ca63(0x16d),'NzdcR':function(_0x33bc07,_0x59a4e6){return _0x33bc07<_0x59a4e6;},'hQrkR':function(_0x3aff85,_0x4ae8a3){return _0x3aff85(_0x4ae8a3);},'aWSXw':_0x49ca63(0x112),'EpbJg':function(_0x2bdf85,_0x1787fd){return _0x2bdf85>=_0x1787fd;},'OMNcj':function(_0x2da0d3,_0x478476){return _0x2da0d3(_0x478476);},'qFmCX':_0x49ca63(0x12f),'KVuZP':_0x49ca63(0x161),'Dqkwq':'uncaughtException','wIrLZ':_0x49ca63(0x173),'pHSLx':function(_0x431c48,_0x569834){return _0x431c48===_0x569834;},'GPFXo':_0x49ca63(0x143),'WVGnO':'JSxWQ','Nodcb':_0x49ca63(0x170),'rNpty':function(_0x1a4fbb,_0x3aacdd){return _0x1a4fbb!==_0x3aacdd;},'gFAdb':_0x49ca63(0x12b),'wJVVY':function(_0x50c3a4,_0x7e2a98){return _0x50c3a4!==_0x7e2a98;},'gYDax':_0x49ca63(0x169),'RkpUF':_0x49ca63(0x195),'VCbaw':function(_0x37f651,_0x253e14){return _0x37f651<_0x253e14;},'bMvIp':function(_0x50d98c,_0x172ae2){return _0x50d98c(_0x172ae2);},'oApSB':function(_0x19be00,_0x2af47f){return _0x19be00===_0x2af47f;},'Gqwkl':'wIUKP','SoApW':_0x49ca63(0x17b),'xZeBV':function(_0xb5b960,_0x499815){return _0xb5b960>=_0x499815;},'QmfRG':_0x49ca63(0x1a3),'oUrTF':_0x49ca63(0x19c),'nZZqA':_0x49ca63(0x165),'CkmCd':_0x49ca63(0x132),'IWSak':_0x49ca63(0x1a4),'zgRNy':function(_0x49b9d0,_0x57c3a1){return _0x49b9d0===_0x57c3a1;},'jbuAE':_0x49ca63(0x151),'ZaFKv':function(_0x1e3fd6,_0xe86ea1){return _0x1e3fd6!==_0xe86ea1;},'vKDPi':_0x49ca63(0x15e),'tSLpK':function(_0x3325c4,_0x5bf58c){return _0x3325c4===_0x5bf58c;},'mSznT':'pHkWG','byink':'ZOWQm','GKQiM':function(_0x4918ed,_0x2c00f8){return _0x4918ed!==_0x2c00f8;},'HeCBi':'SQJKv','SJmwK':'lfmsy','EoaiU':function(_0x4a49a7,_0x1056f5){return _0x4a49a7!==_0x1056f5;},'UvWoh':'nrKwz','wXsVm':_0x49ca63(0x120),'rCZkz':_0x49ca63(0x1a2)};this[_0x49ca63(0x16f)]=[],this[_0x49ca63(0x14a)]=helper[_0x49ca63(0x18f)](_0x3fe188),this[_0x49ca63(0x19f)]=helper['setEnvCaps'](),this[_0x49ca63(0x11f)]=null,this[_0x49ca63(0x14b)]=helper[_0x49ca63(0x118)](helper['getConfigPath'](_0x3fe188)),global[_0x49ca63(0x14b)]=this['config'],global['framework']=_0x2ef1fb,helper[_0x49ca63(0x111)](this[_0x49ca63(0x14b)]),this[_0x49ca63(0x117)]=_0x2ef1fb;if(helper['isUndefined'](this[_0x49ca63(0x14b)]))throw new Error(_0x52f312[_0x49ca63(0x133)]);if(this[_0x49ca63(0x14b)][_0x49ca63(0x13e)])throw new Error(this[_0x49ca63(0x14b)][_0x49ca63(0x13e)]);this[_0x49ca63(0x11b)](),helper[_0x49ca63(0x105)](this[_0x49ca63(0x14b)],this['cliConfig']),helper[_0x49ca63(0x113)](this['config'],this[_0x49ca63(0x14a)],this[_0x49ca63(0x19f)]);if(!helper[_0x49ca63(0x19a)]()){if(_0x52f312[_0x49ca63(0x168)](_0x52f312[_0x49ca63(0x17e)],_0x52f312[_0x49ca63(0x17e)])){try{_0x52f312['pHSLx'](_0x52f312[_0x49ca63(0x175)],_0x52f312[_0x49ca63(0x157)])?_0x3136e0[_0x49ca63(0x13e)](_0x52f312[_0x49ca63(0x174)],_0x102289['message']):(process[_0x49ca63(0x145)]['FRAMEWORK']=_0x2ef1fb,helper[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)]));}catch(_0x28375e){_0x52f312[_0x49ca63(0x177)](_0x52f312[_0x49ca63(0x107)],_0x52f312[_0x49ca63(0x107)])?_0x2f6134['warn'](_0x52f312['xvsKb']):logger[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x28375e);}return;}else throw new _0x25b4c2(_0x52f312[_0x49ca63(0x17f)]);}if(helper[_0x49ca63(0x194)](_0x2ef1fb)){if(_0x52f312[_0x49ca63(0x17c)](_0x52f312['gYDax'],_0x52f312[_0x49ca63(0x193)])){_0x52f312[_0x49ca63(0x12e)](_0x52f312[_0x49ca63(0x182)](parseInt,helper[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),0x3)&&(_0x52f312[_0x49ca63(0x103)](_0x52f312[_0x49ca63(0x125)],_0x52f312[_0x49ca63(0x172)])?_0x1b88d0[_0x49ca63(0x14d)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2d20b2):this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=![]);if(_0x52f312[_0x49ca63(0x10e)](_0x52f312['bMvIp'](parseInt,helper[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),4.5)){if(_0x52f312[_0x49ca63(0x17c)](_0x52f312[_0x49ca63(0x185)],_0x52f312['oUrTF']))this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=!![];else{try{_0x88aaa3[_0x49ca63(0x145)]['FRAMEWORK']=_0x42a10c,_0x42158c[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this['config'],this[_0x49ca63(0x117)]);}catch(_0x1d484c){_0x5089c2[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x1d484c);}return;}}}else this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=!![];}(helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)]['platforms'])||helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)][_0x49ca63(0xff)][_0x49ca63(0x19d)]))&&(_0x52f312[_0x49ca63(0x17c)](_0x52f312['nZZqA'],_0x52f312[_0x49ca63(0x134)])?this[_0x49ca63(0x14b)][_0x49ca63(0x191)]=![]:(helper[_0x49ca63(0x102)](this[_0x49ca63(0x14b)][_0x49ca63(0x15f)])?_0x52f312['oApSB'](_0x52f312[_0x49ca63(0x18a)],_0x52f312[_0x49ca63(0x18a)])?logger['info'](_0x52f312['qFmCX']):(_0x52f312[_0x49ca63(0x10d)](_0x52f312[_0x49ca63(0x19e)](_0x9d0fc3,_0x20f0f3['getPackageVersion'](_0x52f312[_0x49ca63(0x179)])),0x3)&&(this['config']['useW3C']=![]),_0x52f312[_0x49ca63(0x154)](_0x52f312['OMNcj'](_0x131a21,_0x464055[_0x49ca63(0x1a6)](_0x52f312[_0x49ca63(0x179)])),4.5)&&(this['config'][_0x49ca63(0x191)]=!![])):_0x52f312[_0x49ca63(0x168)](_0x52f312[_0x49ca63(0x130)],_0x52f312[_0x49ca63(0x130)])?logger[_0x49ca63(0x13d)](_0x52f312['xvsKb']):(_0x448e7f[_0x49ca63(0x145)][_0x49ca63(0x126)]=_0x414258['_'][0x0],_0x1643ae[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)])),this[_0x49ca63(0x14b)][_0x49ca63(0xff)]=[]));!this[_0x49ca63(0x14b)][_0x49ca63(0x131)]&&(this['config'][_0x49ca63(0x131)]=this['config'][_0x49ca63(0x122)]||{}),!this[_0x49ca63(0x14b)][_0x49ca63(0x18c)]&&(this[_0x49ca63(0x14b)][_0x49ca63(0x18c)]={});if(helper[_0x49ca63(0x102)](helper[_0x49ca63(0x17a)](this[_0x49ca63(0x14b)]))||helper['isUndefined'](helper[_0x49ca63(0x183)](this['config']))){if(_0x52f312[_0x49ca63(0x15a)](_0x52f312[_0x49ca63(0x1a0)],_0x52f312['jbuAE']))throw new Error(_0x52f312[_0x49ca63(0x17f)]);else _0x229407[_0x49ca63(0x14d)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x19c268);}helper[_0x49ca63(0x192)](this['config'])&&helper[_0x49ca63(0x102)](helper['getLocalIdentifier'](this['config']))&&(_0x52f312[_0x49ca63(0x13a)](_0x52f312[_0x49ca63(0x199)],_0x52f312['vKDPi'])?this[_0x49ca63(0x14b)][_0x49ca63(0x131)]={'localIdentifier':_0x2b3ef2[_0x49ca63(0x15d)]()}:!helper[_0x49ca63(0x102)](this['config'][_0x49ca63(0x131)])&&_0x52f312['zgRNy'](this['config'][_0x49ca63(0x131)][_0x49ca63(0x106)],Object)?_0x52f312[_0x49ca63(0x12a)](_0x52f312[_0x49ca63(0x180)],_0x52f312[_0x49ca63(0x158)])?this[_0x49ca63(0x14b)]['browserStackLocalOptions'][_0x49ca63(0x152)]=_0x377fc3[_0x49ca63(0x15d)]():this['config'][_0x49ca63(0x131)][_0x49ca63(0x152)]=helper[_0x49ca63(0x15d)]():_0x52f312[_0x49ca63(0x16c)](_0x52f312['HeCBi'],_0x52f312[_0x49ca63(0x189)])?this[_0x49ca63(0x14b)][_0x49ca63(0x131)]={'localIdentifier':helper[_0x49ca63(0x15d)]()}:(_0x56091c[_0x49ca63(0x145)]['FRAMEWORK']=_0x3954a7,_0x47a097[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this['framework'])));helper[_0x49ca63(0x127)](this['config'],this[_0x49ca63(0x14a)],this[_0x49ca63(0x19f)]);try{_0x52f312[_0x49ca63(0x178)](_0x52f312[_0x49ca63(0x176)],_0x52f312[_0x49ca63(0x16e)])?(process[_0x49ca63(0x145)]['FRAMEWORK']=_0x3fe188['_'][0x0],helper[_0x49ca63(0x17d)](_0x52f312[_0x49ca63(0x16b)],{},this[_0x49ca63(0x14b)],this[_0x49ca63(0x117)])):(_0xf140f0['isUndefined'](this[_0x49ca63(0x14b)][_0x49ca63(0x15f)])?_0x499d2f['info'](_0x52f312[_0x49ca63(0x141)]):_0x46be7e[_0x49ca63(0x13d)](_0x52f312['xvsKb']),this[_0x49ca63(0x14b)]['platforms']=[]);}catch(_0x29bb77){if(_0x52f312['GKQiM'](_0x52f312[_0x49ca63(0x18d)],_0x52f312[_0x49ca63(0x18d)])){const _0x42a1ff=_0x434451=>{const _0x40774b=_0x49ca63;_0x505b76[_0x40774b(0x13e)](_0x434451[_0x40774b(0x124)]),_0x58b796[_0x40774b(0x14d)](_0x17051e[_0x40774b(0x12c)](_0x434451)),this[_0x40774b(0x16f)][_0x40774b(0x104)](_0x3b8fd2[_0x40774b(0x12c)]('%j',_0x434451));};_0x4acb11['on'](_0x52f312['KVuZP'],_0x42a1ff),_0x63d64e['on'](_0x52f312[_0x49ca63(0x164)],_0x42a1ff);}else logger[_0x49ca63(0x14d)](_0x49ca63(0x197)+_0x29bb77);}}async[a39_0x2fd391(0x14e)](){const _0x47e955=a39_0x2fd391,_0x365292={};_0x365292[_0x47e955(0x10b)]=_0x47e955(0x12f),_0x365292[_0x47e955(0x15c)]='codeceptjs',_0x365292[_0x47e955(0x171)]=function(_0x3d4244,_0x4d2dff){return _0x3d4244!==_0x4d2dff;},_0x365292[_0x47e955(0x159)]='PmIXr';const _0x3d6306=_0x365292;helper[_0x47e955(0x10f)](this[_0x47e955(0x14b)]),this['setupKeepAlive'](),await this[_0x47e955(0x121)](),![_0x3d6306['jaXpu']][_0x47e955(0x18b)](this[_0x47e955(0x117)])&&(_0x3d6306['HBpAG'](_0x3d6306[_0x47e955(0x159)],_0x3d6306[_0x47e955(0x159)])?_0x23912c[_0x47e955(0x184)](_0x3d6306[_0x47e955(0x10b)]):await this[_0x47e955(0x129)]());}async['setupBrowserstackLocal'](){const _0x7fa125=a39_0x2fd391,_0x2eae29={'zwpWU':function(_0x148fb7,_0x5eb60c){return _0x148fb7===_0x5eb60c;},'bXBQe':function(_0x59617c,_0x3fc6c9){return _0x59617c(_0x3fc6c9);},'LSixH':_0x7fa125(0x156),'abCPW':_0x7fa125(0x108),'KlvnE':function(_0x14df24,_0xa6d958){return _0x14df24==_0xa6d958;},'wjiXY':function(_0x29682d,_0x4644c3){return _0x29682d!==_0x4644c3;},'ivdry':_0x7fa125(0x100),'mFMPZ':function(_0xe91226,_0xe849b8){return _0xe91226!==_0xe849b8;},'POvOw':_0x7fa125(0x13f),'isvgq':_0x7fa125(0x140),'QjpPv':'beforeExit','VRxAZ':'SIGINT','NwHSQ':_0x7fa125(0x18e),'YUInM':function(_0x2aa2e1,_0x5adfbf){return _0x2aa2e1!==_0x5adfbf;},'ZwcHJ':_0x7fa125(0x186),'GAzuP':_0x7fa125(0x196)};if(helper[_0x7fa125(0x142)](this[_0x7fa125(0x14b)][_0x7fa125(0x11f)])&&(!this[_0x7fa125(0x11f)]||!this[_0x7fa125(0x11f)][_0x7fa125(0x14c)]())){if(_0x2eae29[_0x7fa125(0x149)](_0x2eae29[_0x7fa125(0x1a5)],_0x2eae29[_0x7fa125(0x1a5)]))!_0x39c729['isUndefined'](this[_0x7fa125(0x14b)]['browserStackLocalOptions'])&&_0x2eae29['zwpWU'](this[_0x7fa125(0x14b)][_0x7fa125(0x131)]['constructor'],_0x4eacd3)?this[_0x7fa125(0x14b)][_0x7fa125(0x131)][_0x7fa125(0x152)]=_0x580d86[_0x7fa125(0x15d)]():this[_0x7fa125(0x14b)]['browserStackLocalOptions']={'localIdentifier':_0xa080e7[_0x7fa125(0x15d)]()};else try{if(_0x2eae29[_0x7fa125(0x139)](_0x2eae29[_0x7fa125(0x119)],_0x2eae29['POvOw'])){_0x6ec0d7[_0x7fa125(0x14d)](_0x2ac588);throw new _0x147872(_0x4df327[_0x7fa125(0x188)]());}else{this[_0x7fa125(0x11f)]=await helper['startLocalBinary'](this[_0x7fa125(0x14b)]),logger['info'](_0x2eae29[_0x7fa125(0x114)]);let _0x25104a=0x0;const _0x16d201=async()=>{const _0xd09e6c=_0x7fa125,_0x3a9bc9={'KgIoz':function(_0x5f4d95,_0x382b1e){const _0x3f1e00=a39_0x4590;return _0x2eae29[_0x3f1e00(0x10c)](_0x5f4d95,_0x382b1e);},'uXjzp':_0x2eae29[_0xd09e6c(0x181)]};_0x2eae29[_0xd09e6c(0x109)](_0x2eae29[_0xd09e6c(0x146)],_0x2eae29[_0xd09e6c(0x146)])?(_0x25104a++,_0x2eae29[_0xd09e6c(0x16a)](_0x25104a,0x1)&&await this[_0xd09e6c(0x11d)]()):_0x3a9bc9[_0xd09e6c(0x144)](_0x3babbf,_0x3a9bc9[_0xd09e6c(0x136)])();};process['on'](_0x2eae29[_0x7fa125(0x160)],_0x16d201),process['on'](_0x2eae29[_0x7fa125(0x163)],_0x16d201),process['on'](_0x2eae29['NwHSQ'],_0x16d201);}}catch(_0x2e649e){if(_0x2eae29[_0x7fa125(0x162)](_0x2eae29[_0x7fa125(0x12d)],_0x2eae29[_0x7fa125(0x11e)])){logger[_0x7fa125(0x14d)](_0x2e649e);throw new Error(_0x2e649e[_0x7fa125(0x188)]());}else _0x109494[_0x7fa125(0x13e)](_0x56c768['message']),_0x52e676[_0x7fa125(0x14d)](_0x55d239[_0x7fa125(0x12c)](_0xac871c)),this[_0x7fa125(0x16f)][_0x7fa125(0x104)](_0x4fd94e[_0x7fa125(0x12c)]('%j',_0x2f9492));}}}async['stopBrowserstackLocal'](){const _0x232ca0=a39_0x2fd391,_0x35c8c7={};_0x35c8c7[_0x232ca0(0x138)]=_0x232ca0(0x123),_0x35c8c7[_0x232ca0(0x1a1)]=_0x232ca0(0x137);const _0x2346e9=_0x35c8c7;if(this[_0x232ca0(0x11f)]&&this[_0x232ca0(0x11f)][_0x232ca0(0x14c)]())try{await helper[_0x232ca0(0x115)](this[_0x232ca0(0x11f)]),logger['info'](_0x2346e9[_0x232ca0(0x138)]);}catch(_0x28d352){logger[_0x232ca0(0x13e)](_0x2346e9[_0x232ca0(0x1a1)],_0x28d352['message']);}}async[a39_0x2fd391(0x129)](){const _0x545834=a39_0x2fd391;await hubAllocator[_0x545834(0x148)](this['config']);}[a39_0x2fd391(0x19b)](){const _0x58c49f=a39_0x2fd391,_0x50f337={'Ntunu':function(_0xe20eb9,_0x1441ed){return _0xe20eb9(_0x1441ed);},'syuPu':_0x58c49f(0x156)};_0x50f337[_0x58c49f(0x11c)](require,_0x50f337[_0x58c49f(0x14f)])();}[a39_0x2fd391(0x11b)](){const _0x490d40=a39_0x2fd391,_0x423e68={};_0x423e68['WTCkY']=_0x490d40(0x161),_0x423e68['kHHBd']='uncaughtException';const _0x501e30=_0x423e68,_0x3c18ec=_0x5580a7=>{const _0xe80e3=_0x490d40;logger['error'](_0x5580a7[_0xe80e3(0x124)]),logger[_0xe80e3(0x14d)](util[_0xe80e3(0x12c)](_0x5580a7)),this[_0xe80e3(0x16f)][_0xe80e3(0x104)](util['format']('%j',_0x5580a7));};process['on'](_0x501e30[_0x490d40(0x135)],_0x3c18ec),process['on'](_0x501e30[_0x490d40(0x198)],_0x3c18ec);}}function a39_0x4590(_0x46ae49,_0x152b8b){const _0x273cbd=a39_0x273c();return a39_0x4590=function(_0x4590e7,_0x155643){_0x4590e7=_0x4590e7-0xff;let _0x545790=_0x273cbd[_0x4590e7];return _0x545790;},a39_0x4590(_0x46ae49,_0x152b8b);}exports[a39_0x2fd391(0x128)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a40_0x57d6(_0x566f52,_0x5392f7){var _0x4e56c1=a40_0x4e56();return a40_0x57d6=function(_0x57d6f7,_0x2d7aa8){_0x57d6f7=_0x57d6f7-0x1e5;var _0x1af7db=_0x4e56c1[_0x57d6f7];return _0x1af7db;},a40_0x57d6(_0x566f52,_0x5392f7);}function a40_0x4e56(){var _0x38ac28=['205aDQxMc','waitForAppScript','51821fHehLq','disableAndroidWatchers','uninstallOtherPackages','36TxDRJM','browserstack.buildIdentifier','sendKeyStrategy','chromedriverPort','MYQzn','browserstack.accessKey','BROWSERSTACK_BUILD_NAME','androidDeviceSocket','nctlK','intentAction','chromedriverDisableBuildCheck','enableWebviewDetailsCollection','ignoreHiddenApiPolicyError','networkSpeed','iosInstallPause','BROWSERSTACK_USER_NAME','allowTestPackages','enablePerformanceLogging','lwhVl','remoteAppsCacheLimit','projectName','customSSLCert','calendarFormat','fullReset','avd','yKYdb','androidNaturalOrientation','1809DaMZJn','xcodeSigningId','WBPVd','parallelsPerPlatform','browserstack.parallelsPerPlatform','chromedriverExecutableDir','2230HJlekJ','BROWSERSTACK_PARALLELS_PER_PLATFORM','app','interKeyDelay','4896888MlyHvu','1773246PFmiwQ','keychainPath','androidCoverageEndIntent','BROWSERSTACK_PROJECT_NAME','nizMm','browserstack.local','qDDeY','printPageSourceOnFindFailure','webDriverAgentUrl','intentFlags','skipUnlock','scaleFactor','dontStopAppOnReset','EnvCapsMapping','NaQVV','logcatFormat','localizableStringsDir','webviewDevtoolsPort','updatedWDABundleId','webkitResponseTimeout','AppiumCaps','deviceName','hjCQt','oEZbd','browserstack.rerunTests','autoLaunch','chromedriverPorts','moKNb','androidScreenshotPath','adbPort','rerunTests','ARhjV','browserstack.localIdentifier','unlockType','useKeystore','localIdentifier','optionalIntentArguments','allowDelayAdb','processArguments','BROWSERSTACK_AUTOMATION','browserstack.app','browserstack.ppp','BROWSERSTACK_OBSERVABILITY_DEBUG','chromedriverChromeMappingFile','logLevel','browserstack.logLevel','HDESh','SZSTZ','maxTypingFrequency','CLICapsMapping','recreateChromeDriverSessions','nvBSY','ZrnDV','eventTimings','orientation','rTtGK','browserstack.access_key','keystorePath','appWaitDuration','chromedriverExecutable','automationName','pSibJ','browserstackLocal','BROWSERSTACK_USERNAME','402GCssAU','wdaStartupRetryInterval','unlockKey','disableWindowAnimation','keychainPassword','localeScript','androidInstallTimeout','remoteDebugProxy','1403464hPjyni','skipLogcatCapture','nativeInstrumentsLib','webkitDebugProxyPort','showXcodeLog','browserstack.userName','deviceReadyTimeout','chromedriverArgs','BROWSERSTACK_APP','androidDeviceReadyTimeout','autoGrantPermissions','buildToolsVersion','autoDismissAlerts','ydEPn','wdaConnectionTimeout','allowTouchIdEnroll','BROWSERSTACK_LOCAL_IDENTIFIER','autoWebviewTimeout','language','androidCoverage','automation','14aaGcRy','BROWSERSTACK_LOCAL','buildIdentifier','UceNF','remoteAdbHost','locale','preventWDAAttachments','noReset','enableAsyncExecuteFromHttps','userName','appPackage','UYlTQ','safariIgnoreFraudWarning','1331124JLVvNy','appWaitActivity','accessKey','autoAcceptAlerts','szXDI','startIWDP','avdReadyTimeout','browserstack.projectName','browserstack.buildName','clearSystemFiles','cBOLZ','browserstack.user_name','CRoad','useCarthageSsl','tapWithShortPressDuration','wdaLocalPort','mockLocationApp','fullContextList','NrCQC','usePrebuiltWDA','unicodeKeyboard','keepKeyChains','xcodeOrgId','appActivity','nativeWebTap','BROWSERSTACK_ACCESS_KEY','webviewConnectRetries','keyAlias','noSign','resetOnSessionStartOnly','buildName','iNmYj','ignoreUnimportantViews','otherApps','UVzEi','browserstack.automation','OrNBH','useNewWDA','keyPassword','keystorePassword','75432JiaJSk'];a40_0x4e56=function(){return _0x38ac28;};return a40_0x4e56();}var a40_0x3dc5c9=a40_0x57d6;(function(_0x245d2a,_0x2db276){var _0x5db16a=a40_0x57d6,_0x2cd84e=_0x245d2a();while(!![]){try{var _0xaad8b8=-parseInt(_0x5db16a(0x251))/0x1*(-parseInt(_0x5db16a(0x29c))/0x2)+parseInt(_0x5db16a(0x208))/0x3+parseInt(_0x5db16a(0x230))/0x4*(-parseInt(_0x5db16a(0x231))/0x5)+parseInt(_0x5db16a(0x25c))/0x6*(parseInt(_0x5db16a(0x1fb))/0x7)+-parseInt(_0x5db16a(0x1e6))/0x8*(parseInt(_0x5db16a(0x236))/0x9)+-parseInt(_0x5db16a(0x257))/0xa*(-parseInt(_0x5db16a(0x233))/0xb)+-parseInt(_0x5db16a(0x25b))/0xc;if(_0xaad8b8===_0x2db276)break;else _0x2cd84e['push'](_0x2cd84e['shift']());}catch(_0x20a47){_0x2cd84e['push'](_0x2cd84e['shift']());}}}(a40_0x4e56,0x8a2d0),exports[a40_0x3dc5c9(0x28d)]=()=>{var _0x2908d4=a40_0x3dc5c9,_0x13556c={};_0x13556c[_0x2908d4(0x1fe)]=_0x2908d4(0x213),_0x13556c[_0x2908d4(0x20c)]=_0x2908d4(0x1eb),_0x13556c['eWzBh']=_0x2908d4(0x294),_0x13556c[_0x2908d4(0x299)]=_0x2908d4(0x23b),_0x13556c[_0x2908d4(0x260)]=_0x2908d4(0x210),_0x13556c['rTtGK']=_0x2908d4(0x20f),_0x13556c[_0x2908d4(0x23a)]=_0x2908d4(0x237),_0x13556c[_0x2908d4(0x214)]=_0x2908d4(0x285),_0x13556c[_0x2908d4(0x272)]=_0x2908d4(0x255),_0x13556c[_0x2908d4(0x1f3)]=_0x2908d4(0x261),_0x13556c[_0x2908d4(0x253)]=_0x2908d4(0x27c),_0x13556c[_0x2908d4(0x22a)]=_0x2908d4(0x274),_0x13556c[_0x2908d4(0x28a)]=_0x2908d4(0x284),_0x13556c[_0x2908d4(0x262)]=_0x2908d4(0x289),_0x13556c['SZSTZ']=_0x2908d4(0x22b);var _0x4cd7ca=_0x13556c,_0x5dbc57={};return _0x5dbc57[_0x2908d4(0x204)]=[_0x4cd7ca[_0x2908d4(0x1fe)],_0x4cd7ca[_0x2908d4(0x20c)]],_0x5dbc57[_0x2908d4(0x20a)]=[_0x4cd7ca['eWzBh'],_0x4cd7ca[_0x2908d4(0x299)]],_0x5dbc57[_0x2908d4(0x226)]=[_0x4cd7ca[_0x2908d4(0x260)]],_0x5dbc57[_0x2908d4(0x24a)]=[_0x4cd7ca[_0x2908d4(0x293)]],_0x5dbc57['buildIdentifier']=[_0x4cd7ca[_0x2908d4(0x23a)]],_0x5dbc57[_0x2908d4(0x254)]=[_0x4cd7ca[_0x2908d4(0x214)],_0x4cd7ca[_0x2908d4(0x272)]],_0x5dbc57[_0x2908d4(0x29a)]=[_0x4cd7ca[_0x2908d4(0x1f3)]],_0x5dbc57['localIdentifier']=[_0x4cd7ca[_0x2908d4(0x253)]],_0x5dbc57[_0x2908d4(0x27a)]=[_0x4cd7ca['UVzEi']],_0x5dbc57[_0x2908d4(0x259)]=[_0x4cd7ca[_0x2908d4(0x28a)]],_0x5dbc57[_0x2908d4(0x288)]=[_0x4cd7ca[_0x2908d4(0x262)]],_0x5dbc57['automation']=[_0x4cd7ca[_0x2908d4(0x28b)]],_0x5dbc57;},exports[a40_0x3dc5c9(0x269)]=()=>{var _0xb3f43b=a40_0x3dc5c9,_0x238577={};_0x238577[_0xb3f43b(0x28f)]=_0xb3f43b(0x29b),_0x238577[_0xb3f43b(0x290)]=_0xb3f43b(0x245),_0x238577[_0xb3f43b(0x277)]=_0xb3f43b(0x221),_0x238577[_0xb3f43b(0x23e)]=_0xb3f43b(0x23c),_0x238577[_0xb3f43b(0x273)]=_0xb3f43b(0x25f),_0x238577['OrNBH']='BROWSERSTACK_BUILD_IDENTIFIER',_0x238577[_0xb3f43b(0x227)]=_0xb3f43b(0x258),_0x238577[_0xb3f43b(0x26a)]=_0xb3f43b(0x1fc),_0x238577[_0xb3f43b(0x27b)]=_0xb3f43b(0x1f6),_0x238577[_0xb3f43b(0x206)]='BROWSERSTACK_RERUN_TESTS',_0x238577[_0xb3f43b(0x248)]='BROWSERSTACK_APP_ID',_0x238577[_0xb3f43b(0x24f)]=_0xb3f43b(0x1ee),_0x238577[_0xb3f43b(0x21a)]=_0xb3f43b(0x286),_0x238577['cBOLZ']=_0xb3f43b(0x283);var _0x162c84=_0x238577,_0x15d44f={};return _0x15d44f['userName']=[_0x162c84[_0xb3f43b(0x28f)],_0x162c84[_0xb3f43b(0x290)]],_0x15d44f['accessKey']=[_0x162c84[_0xb3f43b(0x277)]],_0x15d44f[_0xb3f43b(0x226)]=[_0x162c84[_0xb3f43b(0x23e)]],_0x15d44f[_0xb3f43b(0x24a)]=[_0x162c84[_0xb3f43b(0x273)]],_0x15d44f[_0xb3f43b(0x1fd)]=[_0x162c84[_0xb3f43b(0x22c)]],_0x15d44f[_0xb3f43b(0x254)]=[_0x162c84[_0xb3f43b(0x227)]],_0x15d44f[_0xb3f43b(0x29a)]=[_0x162c84['NaQVV']],_0x15d44f[_0xb3f43b(0x27f)]=[_0x162c84['ARhjV']],_0x15d44f['rerunTests']=[_0x162c84[_0xb3f43b(0x206)]],_0x15d44f['app']=[_0x162c84[_0xb3f43b(0x248)],_0x162c84[_0xb3f43b(0x24f)]],_0x15d44f[_0xb3f43b(0x288)]=[_0x162c84[_0xb3f43b(0x21a)]],_0x15d44f[_0xb3f43b(0x1fa)]=[_0x162c84[_0xb3f43b(0x212)]],_0x15d44f;},exports[a40_0x3dc5c9(0x270)]=()=>[a40_0x3dc5c9(0x298),'platformVersion',a40_0x3dc5c9(0x271),'newCommandTimeout',a40_0x3dc5c9(0x259),'udid',a40_0x3dc5c9(0x1f8),a40_0x3dc5c9(0x200),a40_0x3dc5c9(0x292),'autoWebview',a40_0x3dc5c9(0x202),a40_0x3dc5c9(0x24d),a40_0x3dc5c9(0x211),a40_0x3dc5c9(0x291),a40_0x3dc5c9(0x247),a40_0x3dc5c9(0x229),a40_0x3dc5c9(0x263),a40_0x3dc5c9(0x21f),a40_0x3dc5c9(0x205),a40_0x3dc5c9(0x209),'appWaitPackage',a40_0x3dc5c9(0x296),a40_0x3dc5c9(0x1ec),a40_0x3dc5c9(0x246),a40_0x3dc5c9(0x1f9),a40_0x3dc5c9(0x25e),a40_0x3dc5c9(0x1ef),a40_0x3dc5c9(0x279),a40_0x3dc5c9(0x23d),a40_0x3dc5c9(0x2a2),'androidInstallPath',a40_0x3dc5c9(0x24e),'avdLaunchTimeout',a40_0x3dc5c9(0x20e),'avdArgs',a40_0x3dc5c9(0x27e),a40_0x3dc5c9(0x295),a40_0x3dc5c9(0x22f),a40_0x3dc5c9(0x223),a40_0x3dc5c9(0x22e),a40_0x3dc5c9(0x297),a40_0x3dc5c9(0x1ed),a40_0x3dc5c9(0x256),a40_0x3dc5c9(0x287),'chromedriverUseSystemExecutable',a40_0x3dc5c9(0x239),a40_0x3dc5c9(0x276),a40_0x3dc5c9(0x240),a40_0x3dc5c9(0x1f7),a40_0x3dc5c9(0x23f),'intentCategory',a40_0x3dc5c9(0x265),a40_0x3dc5c9(0x280),a40_0x3dc5c9(0x268),a40_0x3dc5c9(0x21c),'resetKeyboard',a40_0x3dc5c9(0x224),a40_0x3dc5c9(0x228),a40_0x3dc5c9(0x234),'chromeOptions',a40_0x3dc5c9(0x28e),'nativeWebScreenshot',a40_0x3dc5c9(0x278),a40_0x3dc5c9(0x243),'gpsEnabled','isHeadless','adbExecTimeout',a40_0x3dc5c9(0x2a1),'skipDeviceInitialization',a40_0x3dc5c9(0x1f0),a40_0x3dc5c9(0x250),'systemPort',a40_0x3dc5c9(0x1ff),a40_0x3dc5c9(0x266),a40_0x3dc5c9(0x27d),a40_0x3dc5c9(0x29e),a40_0x3dc5c9(0x275),a40_0x3dc5c9(0x1e7),a40_0x3dc5c9(0x235),a40_0x3dc5c9(0x29f),a40_0x3dc5c9(0x1f1),'enforceAppInstall','ensureWebviewsHavePages',a40_0x3dc5c9(0x26d),a40_0x3dc5c9(0x241),a40_0x3dc5c9(0x249),a40_0x3dc5c9(0x24c),'bundleId','launchTimeout','locationServicesEnabled','locationServicesAuthorized',a40_0x3dc5c9(0x20b),a40_0x3dc5c9(0x1f2),a40_0x3dc5c9(0x1e8),a40_0x3dc5c9(0x220),'safariInitialUrl','safariAllowPopups',a40_0x3dc5c9(0x207),'safariOpenLinksInBackground',a40_0x3dc5c9(0x21d),a40_0x3dc5c9(0x26c),a40_0x3dc5c9(0x282),a40_0x3dc5c9(0x25a),'showIOSLog',a40_0x3dc5c9(0x238),a40_0x3dc5c9(0x26f),'screenshotWaitTimeout',a40_0x3dc5c9(0x1e5),a40_0x3dc5c9(0x203),'skipLogCapture',a40_0x3dc5c9(0x1e9),a40_0x3dc5c9(0x219),a40_0x3dc5c9(0x232),a40_0x3dc5c9(0x222),'appName',a40_0x3dc5c9(0x24b),a40_0x3dc5c9(0x216),a40_0x3dc5c9(0x267),a40_0x3dc5c9(0x217),a40_0x3dc5c9(0x1ea),a40_0x3dc5c9(0x244),'xcodeConfigFile',a40_0x3dc5c9(0x2a0),a40_0x3dc5c9(0x21b),a40_0x3dc5c9(0x201),a40_0x3dc5c9(0x264),a40_0x3dc5c9(0x25d),a40_0x3dc5c9(0x22d),'wdaLaunchTimeout',a40_0x3dc5c9(0x1f4),a40_0x3dc5c9(0x21e),a40_0x3dc5c9(0x252),a40_0x3dc5c9(0x26e),a40_0x3dc5c9(0x225),'commandTimeouts','wdaStartupRetries',a40_0x3dc5c9(0x29d),'connectHardwareKeyboard',a40_0x3dc5c9(0x28c),'simpleIsVisibleCheck',a40_0x3dc5c9(0x215),'shouldUseSingletonTestManager',a40_0x3dc5c9(0x20d),a40_0x3dc5c9(0x1f5),a40_0x3dc5c9(0x242),a40_0x3dc5c9(0x218),a40_0x3dc5c9(0x26b),'logcatFilterSpecs',a40_0x3dc5c9(0x281)]);
|
|
1
|
+
function a40_0x1d30(){var _0x2c62f1=['useNewWDA','9829930bFBThZ','enableWebviewDetailsCollection','sendKeyStrategy','automation','hCGeb','androidDeviceSocket','nativeWebTap','chromedriverArgs','OSAdz','webkitResponseTimeout','chromedriverChromeMappingFile','locationServicesEnabled','BROWSERSTACK_LOCAL','avdLaunchTimeout','waitForAppScript','accessKey','BROWSERSTACK_BUILD_IDENTIFIER','ignoreHiddenApiPolicyError','connectHardwareKeyboard','launchTimeout','chromedriverExecutableDir','BROWSERSTACK_PARALLELS_PER_PLATFORM','skipUnlock','userName','chromedriverPort','appName','skipDeviceInitialization','appWaitDuration','BROWSERSTACK_USERNAME','browserstack.logLevel','wmpdH','androidInstallTimeout','localeScript','browserstack.buildName','commandTimeouts','DicnJ','aoEWf','logLevel','adbPort','doRAf','VFzPA','automationName','skipLogCapture','avdArgs','language','5451168EYdYEo','browserstack.projectName','avd','xcodeOrgId','ADPKd','xcodeConfigFile','customSSLCert','shouldUseSingletonTestManager','autoLaunch','wjtwj','localIdentifier','EnvCapsMapping','skipLogcatCapture','browserstack.accessKey','AXzJa','appPackage','enforceAppInstall','wdaStartupRetries','intentFlags','safariIgnoreFraudWarning','androidCoverageEndIntent','safariInitialUrl','tapWithShortPressDuration','webviewDevtoolsPort','browserstack.local','browserstack.userName','uninstallOtherPackages','BROWSERSTACK_RERUN_TESTS','keychainPassword','androidInstallPath','6304325YwVZPN','725424trgpvp','maxTypingFrequency','9MWVpRa','chromeOptions','udid','BROWSERSTACK_APP','wdaConnectionTimeout','QTIHp','intentCategory','chromedriverUseSystemExecutable','browserstack.access_key','platformVersion','avdReadyTimeout','autoWebviewTimeout','webviewConnectRetries','ignoreUnimportantViews','adbExecTimeout','2882793LrbBrb','recreateChromeDriverSessions','xcodeSigningId','keepKeyChains','DJPXr','browserstack.user_name','UiRzr','fncYB','webkitDebugProxyPort','resetOnSessionStartOnly','BROWSERSTACK_USER_NAME','logcatFormat','showXcodeLog','browserstack.ppp','HoqIG','interKeyDelay','browserstack.localIdentifier','processArguments','AppiumCaps','ITqnF','newCommandTimeout','lVpBe','unicodeKeyboard','resetKeyboard','BROWSERSTACK_PROJECT_NAME','useCarthageSsl','buildIdentifier','gpsEnabled','enableAsyncExecuteFromHttps','keychainPath','keystorePath','safariAllowPopups','screenshotWaitTimeout','nativeWebScreenshot','ssNZi','mxZpx','buildName','logcatFilterSpecs','fullReset','iGOaP','calendarFormat','optionalIntentArguments','keyPassword','bDHlU','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.buildIdentifier','mockLocationApp','networkSpeed','locationServicesAuthorized','preventWDAAttachments','enablePerformanceLogging','aaPXZ','printPageSourceOnFindFailure','THbbF','autoAcceptAlerts','androidCoverage','dontStopAppOnReset','buildToolsVersion','RbjMU','browserstack.parallelsPerPlatform','noSign','browserstack.app','locale','projectName','35RsshEd','browserstack.rerunTests','browserstack.automation','keystorePassword','autoDismissAlerts','eventTimings','remoteDebugProxy','unlockKey','BROWSERSTACK_BUILD_NAME','app','safariOpenLinksInBackground','fullContextList','allowTouchIdEnroll','PFFhe','intentAction','webDriverAgentUrl','androidDeviceReadyTimeout','ensureWebviewsHavePages','parallelsPerPlatform','2dhKjBD','scaleFactor','showIOSLog','noReset','clearSystemFiles','browserstackLocal','autoWebview','53292EkmfNS','unlockType','disableAndroidWatchers','wdaLaunchTimeout','740762TXlMkR','rerunTests','remoteAppsCacheLimit','chromedriverPorts','BROWSERSTACK_AUTOMATION','eLUSO'];a40_0x1d30=function(){return _0x2c62f1;};return a40_0x1d30();}var a40_0x350764=a40_0x4c67;function a40_0x4c67(_0x177629,_0xe1aefa){var _0x1d30bf=a40_0x1d30();return a40_0x4c67=function(_0x4c67cf,_0x5dfd78){_0x4c67cf=_0x4c67cf-0x174;var _0x68a846=_0x1d30bf[_0x4c67cf];return _0x68a846;},a40_0x4c67(_0x177629,_0xe1aefa);}(function(_0x4a2b6f,_0x1df463){var _0x2bb5cb=a40_0x4c67,_0x3cb64d=_0x4a2b6f();while(!![]){try{var _0x37f7d8=parseInt(_0x2bb5cb(0x1cf))/0x1+parseInt(_0x2bb5cb(0x1c4))/0x2*(parseInt(_0x2bb5cb(0x233))/0x3)+-parseInt(_0x2bb5cb(0x203))/0x4+parseInt(_0x2bb5cb(0x221))/0x5+-parseInt(_0x2bb5cb(0x1cb))/0x6*(-parseInt(_0x2bb5cb(0x1b1))/0x7)+-parseInt(_0x2bb5cb(0x222))/0x8*(-parseInt(_0x2bb5cb(0x224))/0x9)+-parseInt(_0x2bb5cb(0x1d6))/0xa;if(_0x37f7d8===_0x1df463)break;else _0x3cb64d['push'](_0x3cb64d['shift']());}catch(_0xd56500){_0x3cb64d['push'](_0x3cb64d['shift']());}}}(a40_0x1d30,0xb78f5),exports['CLICapsMapping']=()=>{var _0x2bccd0=a40_0x4c67,_0x1a06b1={};_0x1a06b1[_0x2bccd0(0x178)]=_0x2bccd0(0x176),_0x1a06b1[_0x2bccd0(0x1fd)]=_0x2bccd0(0x21c),_0x1a06b1[_0x2bccd0(0x175)]=_0x2bccd0(0x22c),_0x1a06b1['wjtwj']=_0x2bccd0(0x210),_0x1a06b1['eLUSO']=_0x2bccd0(0x1f7),_0x1a06b1[_0x2bccd0(0x1f9)]=_0x2bccd0(0x204),_0x1a06b1[_0x2bccd0(0x194)]=_0x2bccd0(0x19e),_0x1a06b1['jHnAU']=_0x2bccd0(0x17e),_0x1a06b1[_0x2bccd0(0x193)]=_0x2bccd0(0x1ac),_0x1a06b1[_0x2bccd0(0x1fe)]=_0x2bccd0(0x21b),_0x1a06b1['KSrzN']=_0x2bccd0(0x181),_0x1a06b1['PFFhe']=_0x2bccd0(0x1b2),_0x1a06b1[_0x2bccd0(0x229)]=_0x2bccd0(0x1ae),_0x1a06b1[_0x2bccd0(0x1da)]=_0x2bccd0(0x1f3),_0x1a06b1[_0x2bccd0(0x207)]=_0x2bccd0(0x1b3);var _0xc2081d=_0x1a06b1,_0x4cd1e8={};return _0x4cd1e8[_0x2bccd0(0x1ed)]=[_0xc2081d[_0x2bccd0(0x178)],_0xc2081d[_0x2bccd0(0x1fd)]],_0x4cd1e8['accessKey']=[_0xc2081d['DJPXr'],_0xc2081d[_0x2bccd0(0x20c)]],_0x4cd1e8[_0x2bccd0(0x195)]=[_0xc2081d[_0x2bccd0(0x1d4)]],_0x4cd1e8[_0x2bccd0(0x1b0)]=[_0xc2081d[_0x2bccd0(0x1f9)]],_0x4cd1e8[_0x2bccd0(0x18b)]=[_0xc2081d['mxZpx']],_0x4cd1e8[_0x2bccd0(0x1c3)]=[_0xc2081d['jHnAU'],_0xc2081d['ssNZi']],_0x4cd1e8['browserstackLocal']=[_0xc2081d[_0x2bccd0(0x1fe)]],_0x4cd1e8['localIdentifier']=[_0xc2081d['KSrzN']],_0x4cd1e8[_0x2bccd0(0x1d0)]=[_0xc2081d[_0x2bccd0(0x1be)]],_0x4cd1e8[_0x2bccd0(0x1ba)]=[_0xc2081d[_0x2bccd0(0x229)]],_0x4cd1e8[_0x2bccd0(0x1fb)]=[_0xc2081d[_0x2bccd0(0x1da)]],_0x4cd1e8[_0x2bccd0(0x1d9)]=[_0xc2081d['ADPKd']],_0x4cd1e8;},exports[a40_0x350764(0x20e)]=()=>{var _0x56ecc7=a40_0x350764,_0xd65967={};_0xd65967[_0x56ecc7(0x1de)]=_0x56ecc7(0x1f2),_0xd65967['AXzJa']=_0x56ecc7(0x17b),_0xd65967[_0x56ecc7(0x17f)]='BROWSERSTACK_ACCESS_KEY',_0xd65967['lVpBe']=_0x56ecc7(0x1b9),_0xd65967[_0x56ecc7(0x1fa)]=_0x56ecc7(0x189),_0xd65967[_0x56ecc7(0x1ab)]=_0x56ecc7(0x1e6),_0xd65967['LNfma']=_0x56ecc7(0x1eb),_0xd65967[_0x56ecc7(0x198)]=_0x56ecc7(0x1e2),_0xd65967[_0x56ecc7(0x184)]=_0x56ecc7(0x19d),_0xd65967[_0x56ecc7(0x177)]=_0x56ecc7(0x21e),_0xd65967[_0x56ecc7(0x1a6)]='BROWSERSTACK_APP_ID',_0xd65967[_0x56ecc7(0x19c)]=_0x56ecc7(0x227),_0xd65967[_0x56ecc7(0x1a4)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xd65967[_0x56ecc7(0x1f4)]=_0x56ecc7(0x1d3);var _0xf4a70f=_0xd65967,_0x91f798={};return _0x91f798['userName']=[_0xf4a70f[_0x56ecc7(0x1de)],_0xf4a70f[_0x56ecc7(0x211)]],_0x91f798[_0x56ecc7(0x1e5)]=[_0xf4a70f[_0x56ecc7(0x17f)]],_0x91f798[_0x56ecc7(0x195)]=[_0xf4a70f[_0x56ecc7(0x186)]],_0x91f798['projectName']=[_0xf4a70f['aoEWf']],_0x91f798['buildIdentifier']=[_0xf4a70f[_0x56ecc7(0x1ab)]],_0x91f798[_0x56ecc7(0x1c3)]=[_0xf4a70f['LNfma']],_0x91f798[_0x56ecc7(0x1c9)]=[_0xf4a70f[_0x56ecc7(0x198)]],_0x91f798[_0x56ecc7(0x20d)]=[_0xf4a70f['ITqnF']],_0x91f798[_0x56ecc7(0x1d0)]=[_0xf4a70f[_0x56ecc7(0x177)]],_0x91f798[_0x56ecc7(0x1ba)]=[_0xf4a70f[_0x56ecc7(0x1a6)],_0xf4a70f[_0x56ecc7(0x19c)]],_0x91f798[_0x56ecc7(0x1fb)]=[_0xf4a70f[_0x56ecc7(0x1a4)]],_0x91f798[_0x56ecc7(0x1d9)]=[_0xf4a70f['wmpdH']],_0x91f798;},exports[a40_0x350764(0x183)]=()=>[a40_0x350764(0x1ff),a40_0x350764(0x22d),'deviceName',a40_0x350764(0x185),a40_0x350764(0x1ba),a40_0x350764(0x226),a40_0x350764(0x202),a40_0x350764(0x1af),'orientation',a40_0x350764(0x1ca),a40_0x350764(0x1c7),a40_0x350764(0x197),a40_0x350764(0x1c8),a40_0x350764(0x1b6),a40_0x350764(0x1a3),'otherApps',a40_0x350764(0x1a5),'appActivity',a40_0x350764(0x212),'appWaitActivity','appWaitPackage',a40_0x350764(0x1f1),'deviceReadyTimeout','allowTestPackages',a40_0x350764(0x1a8),a40_0x350764(0x217),a40_0x350764(0x1c1),a40_0x350764(0x1fc),a40_0x350764(0x1db),a40_0x350764(0x1f5),a40_0x350764(0x220),a40_0x350764(0x205),a40_0x350764(0x1e3),a40_0x350764(0x22e),a40_0x350764(0x201),'useKeystore',a40_0x350764(0x18f),a40_0x350764(0x1b4),'keyAlias',a40_0x350764(0x19b),'chromedriverExecutable',a40_0x350764(0x1dd),a40_0x350764(0x1ea),a40_0x350764(0x1e0),a40_0x350764(0x22b),a40_0x350764(0x1ee),a40_0x350764(0x1d2),'chromedriverDisableBuildCheck',a40_0x350764(0x22f),a40_0x350764(0x1bf),a40_0x350764(0x22a),a40_0x350764(0x215),a40_0x350764(0x19a),a40_0x350764(0x1a9),a40_0x350764(0x187),a40_0x350764(0x188),a40_0x350764(0x1ad),a40_0x350764(0x231),a40_0x350764(0x1cd),a40_0x350764(0x225),a40_0x350764(0x234),a40_0x350764(0x192),'androidScreenshotPath',a40_0x350764(0x1a0),a40_0x350764(0x18c),'isHeadless',a40_0x350764(0x232),a40_0x350764(0x1f6),a40_0x350764(0x1f0),'autoGrantPermissions','androidNaturalOrientation','systemPort','remoteAdbHost',a40_0x350764(0x1ec),a40_0x350764(0x1cc),a40_0x350764(0x1b8),a40_0x350764(0x20b),a40_0x350764(0x20f),a40_0x350764(0x21d),'disableWindowAnimation',a40_0x350764(0x1aa),a40_0x350764(0x213),a40_0x350764(0x1c2),a40_0x350764(0x21a),a40_0x350764(0x1d7),a40_0x350764(0x1d1),a40_0x350764(0x199),'bundleId',a40_0x350764(0x1e9),a40_0x350764(0x1e1),a40_0x350764(0x1a1),a40_0x350764(0x1a7),a40_0x350764(0x1b5),'nativeInstrumentsLib',a40_0x350764(0x1dc),a40_0x350764(0x218),a40_0x350764(0x190),a40_0x350764(0x216),a40_0x350764(0x1bb),a40_0x350764(0x174),'localizableStringsDir',a40_0x350764(0x182),a40_0x350764(0x180),a40_0x350764(0x1c6),a40_0x350764(0x1d8),a40_0x350764(0x1df),a40_0x350764(0x191),a40_0x350764(0x1b7),a40_0x350764(0x18d),a40_0x350764(0x200),a40_0x350764(0x179),a40_0x350764(0x1bc),a40_0x350764(0x1e4),a40_0x350764(0x230),a40_0x350764(0x1ef),a40_0x350764(0x209),a40_0x350764(0x219),a40_0x350764(0x1c5),'wdaLocalPort',a40_0x350764(0x17d),'iosInstallPause',a40_0x350764(0x208),a40_0x350764(0x21f),'usePrebuiltWDA',a40_0x350764(0x1a2),a40_0x350764(0x1c0),a40_0x350764(0x18e),a40_0x350764(0x1d5),a40_0x350764(0x1ce),a40_0x350764(0x228),a40_0x350764(0x206),a40_0x350764(0x235),'updatedWDABundleId',a40_0x350764(0x17a),a40_0x350764(0x1f8),a40_0x350764(0x214),'wdaStartupRetryInterval',a40_0x350764(0x1e8),a40_0x350764(0x223),'simpleIsVisibleCheck',a40_0x350764(0x18a),a40_0x350764(0x20a),'startIWDP',a40_0x350764(0x1bd),a40_0x350764(0x1e7),a40_0x350764(0x19f),a40_0x350764(0x17c),a40_0x350764(0x196),'allowDelayAdb']);
|