browserstack-node-sdk 1.28.2 → 1.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/gcs.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/gcpresources/gkecluster.json +6 -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/assets/report.html +184 -0
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -0
- package/src/helpers/percy/PercyBinary.js +1 -0
- package/src/helpers/percy/PercyCaptureMap.js +1 -0
- package/src/helpers/percy/PercyCaptureModes.js +1 -0
- package/src/helpers/percy/PercySDK.js +1 -0
- package/src/helpers/percy/index.js +1 -0
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a52_0x1e1774=a52_0x2219;(function(_0x586705,_0x4aa23d){const _0x4250d1=a52_0x2219,_0x524632=_0x586705();while(!![]){try{const _0x511d9a=parseInt(_0x4250d1(0x104))/0x1*(-parseInt(_0x4250d1(0x14e))/0x2)+-parseInt(_0x4250d1(0x114))/0x3*(parseInt(_0x4250d1(0x112))/0x4)+-parseInt(_0x4250d1(0x100))/0x5*(parseInt(_0x4250d1(0x14c))/0x6)+parseInt(_0x4250d1(0x139))/0x7*(-parseInt(_0x4250d1(0x144))/0x8)+-parseInt(_0x4250d1(0x140))/0x9+parseInt(_0x4250d1(0x14f))/0xa*(-parseInt(_0x4250d1(0x17d))/0xb)+parseInt(_0x4250d1(0x132))/0xc;if(_0x511d9a===_0x4aa23d)break;else _0x524632['push'](_0x524632['shift']());}catch(_0x221bf5){_0x524632['push'](_0x524632['shift']());}}}(a52_0x5d09,0xc0fee));const fs=require('fs'),{performance,PerformanceObserver}=require(a52_0x1e1774(0x169)),{sleep,debug}=require(a52_0x1e1774(0x174)),path=require(a52_0x1e1774(0x117));function a52_0x2219(_0x2d1d29,_0x276c6d){const _0x5d0965=a52_0x5d09();return a52_0x2219=function(_0x2219f3,_0x105bb8){_0x2219f3=_0x2219f3-0x100;let _0x3a9aff=_0x5d0965[_0x2219f3];return _0x3a9aff;},a52_0x2219(_0x2d1d29,_0x276c6d);}function a52_0x5d09(){const _0x12f952=['qUaru','SuxQV','irHbR','520kZAoIP','QkNxa','WgQSo','dVDyK','169mCkMCC','hXCQh','join','loXDF','qzRyR','EtIwJ','DGLgK','LCSQy','</td><td>','vjZgg','calculateTimesFromMultipleFiles','Error\x20in\x20writing\x20html\x20','XNKHg','DUPFd','43292KtnJwc','getEventsFromJSON','12uljgMu','wYpXU','YpHFo','path','performance-own.html','zYUbS','hVuKo','pmCUJ','UmPec','getPerformance','gUcIY','map','entryTypes','SAqoW','entries','iiwah','Error\x20in\x20doing\x20csv\x20operations:\x20','evSKz','WQipt','ptJuJ','oGrpL','readFileSync','generateJSON','push','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','NQBei','HQkhi','TlURZ','DhRdF','YJPJx','65534880rIjCwu','JLRZX','jsonReportFileName','observe','exports','xVUul','SddZK','469945FFeNsM','YEtCM','efQGJ','cwd','existsSync','calculateTimeFromEvents','duration','10386459xHjrVE','MnJkQ','bNgBX','NpUku','160HBIvZR','length','RhCmv','disconnect','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','lJHBr','VmTtk','zQFFI','3516GGxMbl','BDeom','17410ZKulPm','23660PJegnl','getEntries','TdhwN','VBsCU','hkMIl','MUdQy','ngEGH','wQGMG','hQUhZ','parse','Time\x20for\x20','pMPSI','<tr><td>','aYrEX','Performance\x20report\x20is\x20at\x20','stopAndGenerate','_events','YHqUb','writeFile','etiuF','ZRaBI','QgZEf','startMonitoring','tdlZj','qCprh','_observer','perf_hooks','ClCKT','forEach','euquk','oOezN','toString','</tbody></table></body></html>','YMFOR','vmzMf','RZOxu','reduce','./utils','\x20for\x20all\x20processes\x20is\x20','wDkJy','function','XQaBE','rtTnQ','stringify','writeFileSync','rgrsD','2783JzKejL','HUQxq','JdFvt','IVjkU','nmYNp','EoEAD','FfQJr','uOJFF','name','</td></tr>','<h1>Performance\x20Report</h1>','Psgrg','started','jctBv','ABYQD','generateHTMLReport'];a52_0x5d09=function(){return _0x12f952;};return a52_0x5d09();}class PerformanceTester{static ['_observer'];static [a52_0x1e1774(0x15f)]=[];static [a52_0x1e1774(0x189)]=![];static[a52_0x1e1774(0x165)](_0x1b3c14='performance-report.json'){const _0x466545=a52_0x1e1774,_0x51a785={};_0x51a785['dVDyK']=function(_0x4b5648,_0x4ce7f9){return _0x4b5648+_0x4ce7f9;},_0x51a785['EtIwJ']=function(_0x2348b9,_0x4f99d6){return _0x2348b9||_0x4f99d6;},_0x51a785[_0x466545(0x12d)]=function(_0x2bed63,_0x39773c){return _0x2bed63===_0x39773c;},_0x51a785[_0x466545(0x164)]=_0x466545(0x12e),_0x51a785[_0x466545(0x163)]=function(_0x5576ee,_0x3b0368){return _0x5576ee===_0x3b0368;},_0x51a785[_0x466545(0x160)]=_0x466545(0x127),_0x51a785[_0x466545(0x102)]=_0x466545(0x178),_0x51a785[_0x466545(0x18d)]=_0x466545(0x177);const _0x2e3493=_0x51a785;this[_0x466545(0x168)]=new PerformanceObserver(_0x54064e=>{const _0x468ade=_0x466545,_0xc9ce7d={'iIuqS':function(_0x518c95,_0x4ea783){return _0x2e3493['NQBei'](_0x518c95,_0x4ea783);},'SAqoW':_0x2e3493[_0x468ade(0x164)]};if(_0x2e3493['ZRaBI'](_0x2e3493[_0x468ade(0x160)],_0x2e3493[_0x468ade(0x102)]))return _0x2e3493[_0x468ade(0x103)](_0x4ca919[_0x14c1a8],_0x2e3493[_0x468ade(0x109)](_0x1e9b66,0x0));else _0x54064e[_0x468ade(0x150)]()[_0x468ade(0x16b)](_0x573b48=>{const _0xc515b9=_0x468ade;_0xc9ce7d['iIuqS'](_0xc9ce7d[_0xc515b9(0x121)],_0xc9ce7d['SAqoW'])?this['_events']['push'](_0x573b48):_0x313a98[_0x3e5505[_0xc515b9(0x185)]]=0x0;});});const _0x437a5a={};_0x437a5a['buffered']=!![],_0x437a5a['entryTypes']=[_0x2e3493[_0x466545(0x18d)]],this[_0x466545(0x168)][_0x466545(0x135)](_0x437a5a),this[_0x466545(0x189)]=!![],this[_0x466545(0x134)]=_0x1b3c14;}static[a52_0x1e1774(0x11d)](){return performance;}static[a52_0x1e1774(0x13e)](_0x2a3712,_0x21ab60){const _0x40335a=a52_0x1e1774,_0x5dbeb7={};_0x5dbeb7[_0x40335a(0x170)]=function(_0x5ea32e,_0x3dd539){return _0x5ea32e===_0x3dd539;},_0x5dbeb7[_0x40335a(0x105)]=_0x40335a(0x18e),_0x5dbeb7[_0x40335a(0x155)]='DwUFY',_0x5dbeb7[_0x40335a(0x16a)]=function(_0x2b99d4,_0x3a2612){return _0x2b99d4===_0x3a2612;},_0x5dbeb7['TdhwN']='VjCRG',_0x5dbeb7[_0x40335a(0x11c)]=_0x40335a(0x157),_0x5dbeb7[_0x40335a(0x108)]=function(_0x5acf19,_0x319f99){return _0x5acf19+_0x319f99;},_0x5dbeb7[_0x40335a(0x142)]=function(_0x1dcc87,_0x6d023){return _0x1dcc87||_0x6d023;},_0x5dbeb7['IVjkU']=function(_0x59d4e4,_0x3daaf1){return _0x59d4e4===_0x3daaf1;},_0x5dbeb7['YJPJx']=function(_0x2eea88,_0x609710){return _0x2eea88!==_0x609710;},_0x5dbeb7[_0x40335a(0x16c)]='BucJk';const _0x427bec=_0x5dbeb7,_0x14dab3={};if(!_0x2a3712||_0x427bec[_0x40335a(0x180)](_0x2a3712[_0x40335a(0x145)],0x0)){if(_0x427bec[_0x40335a(0x131)](_0x427bec['euquk'],_0x427bec['euquk']))_0x454f55[_0x39fae6[_0x40335a(0x185)]]=0x0;else return;}_0x2a3712[_0x40335a(0x11f)](_0x3c6b57=>{const _0x429153=_0x40335a;_0x427bec[_0x429153(0x170)](_0x427bec[_0x429153(0x105)],_0x427bec[_0x429153(0x105)])?(!_0x14dab3[_0x3c6b57[_0x429153(0x185)]]&&(_0x427bec['YMFOR'](_0x427bec[_0x429153(0x155)],_0x427bec[_0x429153(0x155)])?_0x14dab3[_0x3c6b57[_0x429153(0x185)]]=0x0:(!_0x3f662f[_0x552900[_0x429153(0x185)]]&&(_0x321b95[_0x34cab4[_0x429153(0x185)]]=0x0),_0x5d530e[_0x54b372[_0x429153(0x185)]]+=_0x22400c[_0x429153(0x13f)])),_0x14dab3[_0x3c6b57[_0x429153(0x185)]]+=_0x3c6b57['duration']):_0x8493be+=_0x429153(0x15b)+_0x22b5b3['name']+_0x429153(0x10c)+_0x331b68[_0x429153(0x13f)]+'</td></tr>';});const _0x453c5d=_0x21ab60[_0x40335a(0x173)]((_0x217a6e,_0x108a12)=>{const _0x48ea31=_0x40335a;return _0x427bec['ClCKT'](_0x427bec[_0x48ea31(0x151)],_0x427bec[_0x48ea31(0x11c)])?_0x112aae:_0x427bec[_0x48ea31(0x108)](_0x14dab3[_0x108a12],_0x427bec['bNgBX'](_0x217a6e,0x0));},0x0);return _0x453c5d;}static async[a52_0x1e1774(0x10e)](_0x34e1f4,_0x73f044){const _0x4b7210=a52_0x1e1774,_0x4de7e5={'NpUku':function(_0x1d06ed,_0x5a0bba){return _0x1d06ed(_0x5a0bba);},'zYUbS':function(_0x702f88,_0x3f1ffb){return _0x702f88(_0x3f1ffb);},'MUdQy':function(_0x1d6632,_0x583dc1){return _0x1d6632!==_0x583dc1;},'oOezN':_0x4b7210(0x137),'JdFvt':'fSfsJ','evSKz':function(_0x111e25,_0x1c2fad){return _0x111e25===_0x1c2fad;},'FCijs':_0x4b7210(0x14b),'Psgrg':'SZgvT','rgrsD':function(_0x21f9f4,_0x4357fb){return _0x21f9f4(_0x4357fb);},'wQGMG':function(_0x13f1af,_0x364c20){return _0x13f1af!==_0x364c20;},'VmTtk':_0x4b7210(0x181),'EoEAD':function(_0x483cf6,_0x2e591b){return _0x483cf6+_0x2e591b;},'iiwah':function(_0x49b995,_0x4c8a8b){return _0x49b995||_0x4c8a8b;},'JLRZX':_0x4b7210(0x12f),'aDndZ':_0x4b7210(0x11b),'jctBv':function(_0x551f78,_0x5708ea){return _0x551f78===_0x5708ea;},'efQGJ':_0x4b7210(0x146),'QkNxa':'ksCLa','xTAbH':_0x4b7210(0x10a),'loXDF':_0x4b7210(0x128)};if(!_0x34e1f4||_0x4de7e5['evSKz'](_0x34e1f4['length'],0x0)){if(_0x4de7e5[_0x4b7210(0x156)](_0x4de7e5[_0x4b7210(0x133)],_0x4de7e5['aDndZ']))return 0x0;else _0x394ebe[_0x4b7210(0x150)]()[_0x4b7210(0x16b)](_0x3e7d0b=>{const _0x31c7cb=_0x4b7210;this[_0x31c7cb(0x15f)][_0x31c7cb(0x12b)](_0x3e7d0b);});}const _0x980383=[];for(const _0x3707d5 of _0x34e1f4){if(_0x4de7e5[_0x4b7210(0x18a)](_0x4de7e5[_0x4b7210(0x13b)],_0x4de7e5['efQGJ'])){const _0x13c387=path[_0x4b7210(0x106)]('.',_0x3707d5);try{if(_0x4de7e5['jctBv'](_0x4de7e5[_0x4b7210(0x101)],_0x4de7e5['xTAbH'])){if(_0xc09a33){_0x4de7e5[_0x4b7210(0x143)](_0x37cb14,_0x4b7210(0x10f)+_0x14aecc[_0x4b7210(0x16e)]());return;}_0x4de7e5[_0x4b7210(0x119)](_0x3fb8b8,_0x4b7210(0x15d)+_0x1eb5fe);}else{const _0x2e956d=this[_0x4b7210(0x113)](_0x13c387);_0x2e956d['map'](_0x3670a7=>{const _0x32a99c=_0x4b7210;if(_0x4de7e5[_0x32a99c(0x154)](_0x4de7e5[_0x32a99c(0x16d)],_0x4de7e5[_0x32a99c(0x17f)])){if(!_0x980383[_0x3670a7[_0x32a99c(0x185)]]){if(_0x4de7e5['evSKz'](_0x4de7e5['FCijs'],_0x4de7e5[_0x32a99c(0x188)])){const _0x667f29={};return _0x667f29[_0x32a99c(0x185)]=_0x2b793e,_0x667f29['duration']=_0x19d4af,_0x667f29;}else _0x980383[_0x3670a7[_0x32a99c(0x185)]]=0x0;}_0x980383[_0x3670a7[_0x32a99c(0x185)]]+=_0x3670a7[_0x32a99c(0x13f)];}else{const _0x8abf47={};_0x418946[_0x32a99c(0x11f)](_0x96accb=>{const _0x436f61=_0x32a99c;!_0x8abf47[_0x96accb[_0x436f61(0x185)]]&&(_0x8abf47[_0x96accb[_0x436f61(0x185)]]=0x0),_0x8abf47[_0x96accb[_0x436f61(0x185)]]+=_0x96accb['duration'];});const _0x256f7a=_0x34e3e9[_0x32a99c(0x122)](_0x8abf47)[_0x32a99c(0x11f)](([_0x532540,_0x3155c3])=>{const _0x503ac1={};return _0x503ac1['name']=_0x532540,_0x503ac1['duration']=_0x3155c3,_0x503ac1;});_0x413d80[_0x32a99c(0x17b)](this[_0x32a99c(0x134)],_0x97207b[_0x32a99c(0x17a)](_0x256f7a));}});}}catch(_0x5965c5){if(_0x4de7e5[_0x4b7210(0x125)](_0x4de7e5[_0x4b7210(0x107)],_0x4de7e5[_0x4b7210(0x107)]))_0x4de7e5[_0x4b7210(0x119)](debug,_0x4b7210(0x124)+_0x5965c5[_0x4b7210(0x16e)]());else{const _0x329bf8=this[_0x4b7210(0x113)](_0x551905);_0x329bf8[_0x4b7210(0x11f)](_0x5a186e=>{const _0x2aa965=_0x4b7210;!_0x2d4bb1[_0x5a186e['name']]&&(_0x203192[_0x5a186e[_0x2aa965(0x185)]]=0x0),_0x20deaf[_0x5a186e[_0x2aa965(0x185)]]+=_0x5a186e['duration'];});}}}else _0x4de7e5['zYUbS'](_0x1e7bc0,_0x4b7210(0x124)+_0x2a372e['toString']());}const _0x187c1f=_0x73f044['reduce']((_0x50a07e,_0x3b0202)=>{const _0x519174=_0x4b7210,_0x1ab50c={'etiuF':function(_0x4ebacd,_0x34224b){const _0x3cc80f=a52_0x2219;return _0x4de7e5[_0x3cc80f(0x17c)](_0x4ebacd,_0x34224b);}};if(_0x4de7e5[_0x519174(0x156)](_0x4de7e5[_0x519174(0x14a)],_0x4de7e5[_0x519174(0x14a)])){_0x1ab50c[_0x519174(0x162)](_0x3f6d81,_0x519174(0x10f)+_0x43dd34[_0x519174(0x16e)]());return;}else return _0x4de7e5[_0x519174(0x182)](_0x980383[_0x3b0202],_0x4de7e5[_0x519174(0x123)](_0x50a07e,0x0));},0x0);return _0x4de7e5[_0x4b7210(0x143)](debug,_0x4b7210(0x159)+_0x73f044+_0x4b7210(0x175)+_0x187c1f),_0x187c1f;}static['getEventsFromJSON'](_0x2fb22c){const _0x266914=a52_0x1e1774,_0x2d96d2={};_0x2d96d2[_0x266914(0x179)]=function(_0x5c6265,_0x61673c){return _0x5c6265!==_0x61673c;},_0x2d96d2[_0x266914(0x149)]='YNCnf';const _0x45566e=_0x2d96d2;if(!fs['existsSync'](_0x2fb22c)){if(_0x45566e['rtTnQ'](_0x45566e['lJHBr'],_0x45566e['lJHBr']))!_0x7bf490[_0x9835d6[_0x266914(0x185)]]&&(_0x495d42[_0x3812a7[_0x266914(0x185)]]=0x0),_0x37cb40[_0x5dc137[_0x266914(0x185)]]+=_0x2e803d[_0x266914(0x13f)];else return[];}return JSON[_0x266914(0x158)](fs[_0x266914(0x129)](_0x2fb22c)[_0x266914(0x16e)]());}static async[a52_0x1e1774(0x15e)](_0x14c6d8=a52_0x1e1774(0x118),_0x56bccd=null){const _0x11256f=a52_0x1e1774,_0x36f503={'hVuKo':function(_0x181473,_0x554c59){return _0x181473!==_0x554c59;},'FdwsZ':_0x11256f(0x167),'tdlZj':function(_0x1e65e8,_0x11a704){return _0x1e65e8===_0x11a704;},'HUQxq':_0x11256f(0x116),'MnJkQ':function(_0x2aec76,_0x168e5e){return _0x2aec76(_0x168e5e);},'LCSQy':function(_0x1044c8,_0x460d9e){return _0x1044c8(_0x460d9e);},'hkMIl':_0x11256f(0x11e)};if(!this[_0x11256f(0x189)]){if(_0x36f503[_0x11256f(0x11a)](_0x36f503[_0x11256f(0x153)],_0x36f503[_0x11256f(0x153)]))return 0x0;else return;}await _0x36f503[_0x11256f(0x10b)](sleep,0x1e),this[_0x11256f(0x168)][_0x11256f(0x147)](),this[_0x11256f(0x189)]=![],this[_0x11256f(0x12a)](this[_0x11256f(0x15f)]);const _0x47ebdd=this[_0x11256f(0x18c)](this['_events']),_0x5053d7=path[_0x11256f(0x106)](process[_0x11256f(0x13c)](),_0x14c6d8);fs[_0x11256f(0x161)](_0x5053d7,_0x47ebdd,_0x4c0312=>{const _0x35be09=_0x11256f;if(_0x36f503[_0x35be09(0x11a)](_0x36f503['FdwsZ'],_0x36f503['FdwsZ']))_0x504cc5[_0x20acb9[_0x35be09(0x185)]]=0x0;else{if(_0x4c0312){if(_0x36f503[_0x35be09(0x166)](_0x36f503[_0x35be09(0x17e)],_0x36f503[_0x35be09(0x17e)])){_0x36f503[_0x35be09(0x141)](debug,_0x35be09(0x10f)+_0x4c0312[_0x35be09(0x16e)]());return;}else{if(!_0x2f2567[_0x35be09(0x13d)](_0x2187a7))return[];return _0xedf9b9['parse'](_0x39f39b[_0x35be09(0x129)](_0x5bade0)['toString']());}}_0x36f503[_0x35be09(0x10b)](debug,_0x35be09(0x15d)+_0x5053d7);}});if(_0x56bccd)return this['calculateTimeFromEvents'](this['_events'],_0x56bccd);}static['generateHTMLReport'](_0x261e2){const _0x15450f=a52_0x1e1774,_0x19ebff={};_0x19ebff[_0x15450f(0x14d)]=_0x15450f(0x177),_0x19ebff[_0x15450f(0x184)]=function(_0x539c04,_0xb0984c){return _0x539c04!==_0xb0984c;},_0x19ebff[_0x15450f(0x115)]='mkimn',_0x19ebff[_0x15450f(0x15c)]=_0x15450f(0x12c),_0x19ebff[_0x15450f(0x13a)]=_0x15450f(0x187),_0x19ebff[_0x15450f(0x176)]=_0x15450f(0x148),_0x19ebff[_0x15450f(0x111)]=_0x15450f(0x16f);const _0x2f5447=_0x19ebff;let _0x4e98fe=_0x2f5447['aYrEX'];return _0x4e98fe+=_0x2f5447[_0x15450f(0x13a)],_0x4e98fe+=_0x2f5447[_0x15450f(0x176)],_0x261e2[_0x15450f(0x16b)](_0x498062=>{const _0x19cd70=_0x15450f;if(_0x2f5447[_0x19cd70(0x184)](_0x2f5447[_0x19cd70(0x115)],_0x2f5447[_0x19cd70(0x115)])){this[_0x19cd70(0x168)]=new _0x2aae31(_0x4ca135=>{const _0x193984=_0x19cd70;_0x4ca135[_0x193984(0x150)]()['forEach'](_0x2b5948=>{const _0x56d4e7=_0x193984;this['_events'][_0x56d4e7(0x12b)](_0x2b5948);});});const _0x24dfa2={};_0x24dfa2['buffered']=!![],_0x24dfa2[_0x19cd70(0x120)]=[_0x2f5447[_0x19cd70(0x14d)]],this['_observer'][_0x19cd70(0x135)](_0x24dfa2),this[_0x19cd70(0x189)]=!![],this[_0x19cd70(0x134)]=_0x2fab3d;}else _0x4e98fe+='<tr><td>'+_0x498062[_0x19cd70(0x185)]+_0x19cd70(0x10c)+_0x498062[_0x19cd70(0x13f)]+_0x19cd70(0x186);}),_0x4e98fe+=_0x2f5447[_0x15450f(0x111)],_0x4e98fe;}static[a52_0x1e1774(0x12a)](_0x4b0aa7){const _0x436053=a52_0x1e1774,_0x17d55a={};_0x17d55a[_0x436053(0x110)]=function(_0x209bf3,_0x2b7665){return _0x209bf3+_0x2b7665;},_0x17d55a[_0x436053(0x15a)]=function(_0x44761b,_0x17d2e6){return _0x44761b||_0x17d2e6;},_0x17d55a['WQipt']=function(_0x14eb8a,_0x3bd465){return _0x14eb8a!==_0x3bd465;},_0x17d55a[_0x436053(0x172)]=_0x436053(0x183),_0x17d55a['ABYQD']=function(_0x3da088,_0x5f443a){return _0x3da088!==_0x5f443a;},_0x17d55a[_0x436053(0x10d)]=_0x436053(0x18f),_0x17d55a['VbACy']=_0x436053(0x130),_0x17d55a[_0x436053(0x138)]=function(_0x5a059d,_0x577200){return _0x5a059d===_0x577200;},_0x17d55a[_0x436053(0x152)]=_0x436053(0x171);const _0x7868c6=_0x17d55a,_0x4569f8={};_0x4b0aa7[_0x436053(0x11f)](_0x4906c3=>{const _0xc6ef4e=_0x436053;if(_0x7868c6[_0xc6ef4e(0x126)](_0x7868c6['RZOxu'],_0x7868c6['RZOxu']))return _0x7868c6[_0xc6ef4e(0x110)](_0x24d8c8[_0xae1196],_0x7868c6[_0xc6ef4e(0x15a)](_0x367718,0x0));else!_0x4569f8[_0x4906c3['name']]&&(_0x7868c6[_0xc6ef4e(0x18b)](_0x7868c6[_0xc6ef4e(0x10d)],_0x7868c6['VbACy'])?_0x4569f8[_0x4906c3[_0xc6ef4e(0x185)]]=0x0:this[_0xc6ef4e(0x15f)]['push'](_0x56bcd1)),_0x4569f8[_0x4906c3[_0xc6ef4e(0x185)]]+=_0x4906c3['duration'];});const _0x3a656e=Object[_0x436053(0x122)](_0x4569f8)[_0x436053(0x11f)](([_0x50ef3f,_0x571d05])=>{const _0x4bd834=_0x436053;if(_0x7868c6[_0x4bd834(0x138)](_0x7868c6['VBsCU'],_0x7868c6[_0x4bd834(0x152)])){const _0x1c5dc5={};return _0x1c5dc5[_0x4bd834(0x185)]=_0x50ef3f,_0x1c5dc5[_0x4bd834(0x13f)]=_0x571d05,_0x1c5dc5;}else return;});fs[_0x436053(0x17b)](this[_0x436053(0x134)],JSON['stringify'](_0x3a656e));}}module[a52_0x1e1774(0x136)]=PerformanceTester;
|
|
1
|
+
function a58_0x222f(_0x5b7fcd,_0x30e1b9){const _0x15def3=a58_0x15de();return a58_0x222f=function(_0x222f44,_0x528ecc){_0x222f44=_0x222f44-0xf1;let _0x33c717=_0x15def3[_0x222f44];return _0x33c717;},a58_0x222f(_0x5b7fcd,_0x30e1b9);}function a58_0x15de(){const _0x511b4c=['52uMYtmq','./utils','DoeYO','IIdif','exports','</td><td>','duration','PxsoC','MNpZe','reduce','QVtqv','CxQDP','tRVFn','ImhlH','dDMap','QRVhL','toString','TGdxI','13224pnzhBn','amRKW','WzgqI','existsSync','6032054XEcLDF','qqYmN','HlPkf','JOCJy','<h1>Performance\x20Report</h1>','bsVYm','ggXZT','VsJkM','IiBdh','YyNZt','calculateTimeFromEvents','observe','rFrJu','getEntries','vfsCh','HvffD','kJSed','push','IDYPT','FXodb','parse','_observer','aGNKS','Vcwga','254089uGxfLL','WXMYP','EzKOK','GfPGR','generateHTMLReport','288KarHRW','ZKSCD','length','ntmmM','3KEPAkn','yTOEY','perf_hooks','entryTypes','Mcwmt','mRMpb','CEVPR','_events','Error\x20in\x20doing\x20csv\x20operations:\x20','BFEyT','forEach','uxstm','entries','39272dBfhTn','vhchk','18aipvsP','name','eVHXA','WTgJD','GDreO','vkMVk','OWluw','Error\x20in\x20writing\x20html\x20','path','join','JVBXE','TxeZL','performance-own.html','getEventsFromJSON','</tbody></table></body></html>','readFileSync','trnIz','TZOKT','xadvp','rpyBE','getPerformance','KJZbU','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','OJGZH','writeFileSync','wRpiO','IRbrU','buffered','DRITo','749feUVkv','vQdKy','fVWdE','KbiuW','jsonReportFileName','CrOvn','Cxmlx','937610rsfpLn','ckHQs','LRUun','XoaiM','yVPwM','map','generateJSON','302712Azcpel','273qSBITh','WCvUv','aEkBC','85scquNv','cwd','hreRy','ZyriM','fBNBy','function','RstTx','Performance\x20report\x20is\x20at\x20','Dfgyg','stopAndGenerate','ERbet','pIHkg','</td></tr>','<tr><td>','BearD','Time\x20for\x20','ulpXA','UCvne','jKoyz','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','214716TgZlCL','started','aytMw','MtKom','ITbPp','ibSzs','YpFVZ','otugR','BuZud','wefnL','MvVvt','ZrIGU','wxxxH','stringify','quXIP'];a58_0x15de=function(){return _0x511b4c;};return a58_0x15de();}const a58_0x272f37=a58_0x222f;(function(_0x4460b7,_0x3cac1e){const _0x345b84=a58_0x222f,_0x73fa65=_0x4460b7();while(!![]){try{const _0x5eeff0=parseInt(_0x345b84(0x155))/0x1*(-parseInt(_0x345b84(0x10f))/0x2)+parseInt(_0x345b84(0xf8))/0x3*(-parseInt(_0x345b84(0x130))/0x4)+parseInt(_0x345b84(0xfb))/0x5*(-parseInt(_0x345b84(0xf7))/0x6)+parseInt(_0x345b84(0x181))/0x7*(-parseInt(_0x345b84(0x162))/0x8)+parseInt(_0x345b84(0x164))/0x9*(parseInt(_0x345b84(0x188))/0xa)+parseInt(_0x345b84(0x14c))/0xb*(parseInt(_0x345b84(0x151))/0xc)+-parseInt(_0x345b84(0x11e))/0xd*(-parseInt(_0x345b84(0x134))/0xe);if(_0x5eeff0===_0x3cac1e)break;else _0x73fa65['push'](_0x73fa65['shift']());}catch(_0x17c894){_0x73fa65['push'](_0x73fa65['shift']());}}}(a58_0x15de,0x702d3));const fs=require('fs'),{performance,PerformanceObserver}=require(a58_0x272f37(0x157)),{sleep,debug}=require(a58_0x272f37(0x11f)),path=require(a58_0x272f37(0x16c));class PerformanceTester{static ['_observer'];static [a58_0x272f37(0x15c)]=[];static [a58_0x272f37(0x110)]=![];static['startMonitoring'](_0x38f922='performance-report.json'){const _0x254137=a58_0x272f37,_0x260c86={};_0x260c86[_0x254137(0x111)]=function(_0x451de4,_0x27b61d){return _0x451de4!==_0x27b61d;},_0x260c86['Vpvmf']='CCDFv',_0x260c86[_0x254137(0x154)]=function(_0x5f0935,_0x4559ff){return _0x5f0935===_0x4559ff;},_0x260c86[_0x254137(0x156)]=_0x254137(0x186),_0x260c86['BFEyT']=_0x254137(0x175),_0x260c86[_0x254137(0x13d)]='function';const _0x2bc194=_0x260c86;this[_0x254137(0x149)]=new PerformanceObserver(_0x4efbc7=>{const _0x44556b=_0x254137,_0x19f073={'WXMYP':function(_0x5db5e2,_0x2344f6){return _0x2bc194['aytMw'](_0x5db5e2,_0x2344f6);},'XoaiM':_0x2bc194['Vpvmf']};_0x2bc194[_0x44556b(0x154)](_0x2bc194[_0x44556b(0x156)],_0x2bc194[_0x44556b(0x15e)])?(!_0x11d1d9[_0x64db16[_0x44556b(0x165)]]&&(_0x447752[_0x43ccba[_0x44556b(0x165)]]=0x0),_0x562944[_0x2b68f0[_0x44556b(0x165)]]+=_0x5d79ad[_0x44556b(0x124)]):_0x4efbc7['getEntries']()[_0x44556b(0x15f)](_0x575f77=>{const _0x5041ca=_0x44556b;_0x19f073[_0x5041ca(0x14d)](_0x19f073['XoaiM'],_0x19f073[_0x5041ca(0xf3)])?_0x5791b9[_0x281b3b[_0x5041ca(0x165)]]=0x0:this['_events'][_0x5041ca(0x145)](_0x575f77);});});const _0x4eec2c={};_0x4eec2c[_0x254137(0x17f)]=!![],_0x4eec2c[_0x254137(0x158)]=[_0x2bc194[_0x254137(0x13d)]],this[_0x254137(0x149)]['observe'](_0x4eec2c),this[_0x254137(0x110)]=!![],this[_0x254137(0x185)]=_0x38f922;}static[a58_0x272f37(0x178)](){return performance;}static[a58_0x272f37(0x13e)](_0x30387b,_0x3d6e0b){const _0x49ba72=a58_0x272f37,_0x183201={'aEkBC':function(_0x21fa3,_0x6fe770){return _0x21fa3(_0x6fe770);},'Vcwga':function(_0x15cbc3,_0x5dd277){return _0x15cbc3===_0x5dd277;},'ZyriM':_0x49ba72(0x135),'WCvUv':function(_0x2d040b,_0x1635a1){return _0x2d040b!==_0x1635a1;},'GDreO':_0x49ba72(0x13a),'vmwkd':'kdOxD','wRpiO':_0x49ba72(0x12a),'hreRy':function(_0xce45ce,_0x4e95fc){return _0xce45ce+_0x4e95fc;},'QVtqv':function(_0xd67196,_0x2158bb){return _0xd67196||_0x2158bb;},'vQdKy':_0x49ba72(0x11b),'stfAy':_0x49ba72(0x16a)},_0x32fe8c={};if(!_0x30387b||_0x183201[_0x49ba72(0x14b)](_0x30387b[_0x49ba72(0x153)],0x0)){if(_0x183201[_0x49ba72(0x14b)](_0x183201[_0x49ba72(0x182)],_0x183201['stfAy'])){_0x183201[_0x49ba72(0xfa)](_0x16d6cb,_0x49ba72(0x16b)+_0x3de469[_0x49ba72(0x12e)]());return;}else return;}_0x30387b['map'](_0x190d9e=>{const _0x1a13ac=_0x49ba72;if(_0x183201[_0x1a13ac(0x14b)](_0x183201[_0x1a13ac(0xfe)],_0x183201['ZyriM'])){if(!_0x32fe8c[_0x190d9e['name']]){if(_0x183201[_0x1a13ac(0xf9)](_0x183201[_0x1a13ac(0x168)],_0x183201[_0x1a13ac(0x168)]))return[];else _0x32fe8c[_0x190d9e[_0x1a13ac(0x165)]]=0x0;}_0x32fe8c[_0x190d9e[_0x1a13ac(0x165)]]+=_0x190d9e['duration'];}else return;});const _0x383f31=_0x3d6e0b[_0x49ba72(0x127)]((_0x3aced2,_0x330fbb)=>{const _0x410940=_0x49ba72;return _0x183201[_0x410940(0xf9)](_0x183201['vmwkd'],_0x183201[_0x410940(0x17d)])?_0x183201[_0x410940(0xfd)](_0x32fe8c[_0x330fbb],_0x183201[_0x410940(0x128)](_0x3aced2,0x0)):_0x4809a5;},0x0);return _0x383f31;}static async['calculateTimesFromMultipleFiles'](_0x2a8619,_0x5a0d69){const _0x49c191=a58_0x272f37,_0x524d91={'GfPGR':function(_0x532869,_0x576c61){return _0x532869+_0x576c61;},'ckHQs':function(_0x3b3dd4,_0x494d42){return _0x3b3dd4||_0x494d42;},'ITbPp':function(_0x4f91d9,_0x236ac8){return _0x4f91d9===_0x236ac8;},'JOCJy':_0x49c191(0x118),'ZyMqc':_0x49c191(0x13c),'uxstm':function(_0x1fe751,_0x389416){return _0x1fe751!==_0x389416;},'DRITo':_0x49c191(0x166),'JVBXE':_0x49c191(0x16f),'nMgfA':_0x49c191(0x100),'UCvne':_0x49c191(0x10e),'Mcwmt':_0x49c191(0x138),'DTkbE':_0x49c191(0x17a),'Dfgyg':_0x49c191(0x172),'QRVhL':_0x49c191(0x147),'yUuLo':function(_0x105047,_0x589b8b){return _0x105047+_0x589b8b;},'mRMpb':_0x49c191(0x17e),'pIHkg':_0x49c191(0x140),'ERbet':function(_0x513b32,_0x4bed16){return _0x513b32!==_0x4bed16;},'trnIz':_0x49c191(0x142),'RstTx':_0x49c191(0x125),'ibSzs':function(_0x4968d3,_0x2029b5){return _0x4968d3===_0x2029b5;},'MvVvt':_0x49c191(0x136),'WzgqI':_0x49c191(0x129),'vhchk':function(_0x330ecb,_0x3e7b55){return _0x330ecb(_0x3e7b55);}};if(!_0x2a8619||_0x524d91[_0x49c191(0x113)](_0x2a8619['length'],0x0)){if(_0x524d91[_0x49c191(0x113)](_0x524d91[_0x49c191(0x15a)],_0x524d91[_0x49c191(0x106)]))!_0x4beeb5[_0x5540d3['name']]&&(_0x101e05[_0xaa2bc['name']]=0x0),_0x28df64[_0xfc34fa[_0x49c191(0x165)]]+=_0x58d74d[_0x49c191(0x124)];else return 0x0;}const _0x2f5a3c=[];for(const _0x33a83d of _0x2a8619){if(_0x524d91[_0x49c191(0x105)](_0x524d91[_0x49c191(0x174)],_0x524d91[_0x49c191(0x101)])){const _0x305da9=path['join']('.',_0x33a83d);try{if(_0x524d91['ibSzs'](_0x524d91[_0x49c191(0x119)],_0x524d91[_0x49c191(0x119)])){const _0x580c6e=this[_0x49c191(0x171)](_0x305da9);_0x580c6e[_0x49c191(0xf5)](_0x1bb2fd=>{const _0x3a0daa=_0x49c191,_0x360488={'KJZbU':function(_0x3d1280,_0x442897){const _0x35082a=a58_0x222f;return _0x524d91[_0x35082a(0x14f)](_0x3d1280,_0x442897);},'DoeYO':function(_0x17b66f,_0x45fc1c){const _0x506eb0=a58_0x222f;return _0x524d91[_0x506eb0(0xf1)](_0x17b66f,_0x45fc1c);}};if(_0x524d91[_0x3a0daa(0x113)](_0x524d91[_0x3a0daa(0x137)],_0x524d91['ZyMqc']))return _0x360488[_0x3a0daa(0x179)](_0x4986e6[_0x36d41c],_0x360488[_0x3a0daa(0x120)](_0x6409dc,0x0));else{if(!_0x2f5a3c[_0x1bb2fd[_0x3a0daa(0x165)]]){if(_0x524d91[_0x3a0daa(0x160)](_0x524d91[_0x3a0daa(0x180)],_0x524d91[_0x3a0daa(0x16e)]))_0x2f5a3c[_0x1bb2fd['name']]=0x0;else{const _0x319946={};_0x573e13[_0x3a0daa(0xf5)](_0x5e8979=>{const _0x138de7=_0x3a0daa;!_0x319946[_0x5e8979[_0x138de7(0x165)]]&&(_0x319946[_0x5e8979[_0x138de7(0x165)]]=0x0),_0x319946[_0x5e8979['name']]+=_0x5e8979[_0x138de7(0x124)];});const _0x469e9a=_0x4196c8[_0x3a0daa(0x161)](_0x319946)[_0x3a0daa(0xf5)](([_0x3c3e46,_0x2c5369])=>{const _0x339fe4=_0x3a0daa,_0x414a61={};return _0x414a61[_0x339fe4(0x165)]=_0x3c3e46,_0x414a61['duration']=_0x2c5369,_0x414a61;});_0x10598f[_0x3a0daa(0x17c)](this['jsonReportFileName'],_0x4402c1[_0x3a0daa(0x11c)](_0x469e9a));}}_0x2f5a3c[_0x1bb2fd[_0x3a0daa(0x165)]]+=_0x1bb2fd['duration'];}});}else{this[_0x49c191(0x149)]=new _0x357d71(_0x57215d=>{const _0x1367ba=_0x49c191;_0x57215d[_0x1367ba(0x141)]()[_0x1367ba(0x15f)](_0x2b9e99=>{const _0x54261e=_0x1367ba;this[_0x54261e(0x15c)][_0x54261e(0x145)](_0x2b9e99);});});const _0x5b6a47={};_0x5b6a47[_0x49c191(0x17f)]=!![],_0x5b6a47['entryTypes']=[_0x524d91['nMgfA']],this[_0x49c191(0x149)][_0x49c191(0x13f)](_0x5b6a47),this[_0x49c191(0x110)]=!![],this[_0x49c191(0x185)]=_0x2d1490;}}catch(_0x5bfb93){if(_0x524d91[_0x49c191(0x114)](_0x524d91[_0x49c191(0x132)],_0x524d91[_0x49c191(0x132)]))_0x524d91[_0x49c191(0x163)](debug,_0x49c191(0x15d)+_0x5bfb93['toString']());else{let _0x1b5c02=_0x524d91[_0x49c191(0x10c)];return _0x1b5c02+=_0x524d91[_0x49c191(0x159)],_0x1b5c02+=_0x524d91['DTkbE'],_0x2d14ff[_0x49c191(0x15f)](_0x585cdd=>{const _0x275968=_0x49c191;_0x1b5c02+=_0x275968(0x108)+_0x585cdd[_0x275968(0x165)]+_0x275968(0x123)+_0x585cdd[_0x275968(0x124)]+_0x275968(0x107);}),_0x1b5c02+=_0x524d91[_0x49c191(0x103)],_0x1b5c02;}}}else return 0x0;}const _0x209a4f=_0x5a0d69[_0x49c191(0x127)]((_0x1d205e,_0x4a9673)=>{const _0x551771=_0x49c191;if(_0x524d91[_0x551771(0x113)](_0x524d91[_0x551771(0x12d)],_0x524d91[_0x551771(0x12d)]))return _0x524d91['yUuLo'](_0x2f5a3c[_0x4a9673],_0x524d91['ckHQs'](_0x1d205e,0x0));else _0x472c54[_0x5cf865[_0x551771(0x165)]]=0x0;},0x0);return _0x524d91[_0x49c191(0x163)](debug,_0x49c191(0x10a)+_0x5a0d69+'\x20for\x20all\x20processes\x20is\x20'+_0x209a4f),_0x209a4f;}static[a58_0x272f37(0x171)](_0x312ac3){const _0x5d2b11=a58_0x272f37,_0x2d8388={};_0x2d8388[_0x5d2b11(0x109)]=function(_0x19b668,_0x5bf3a9){return _0x19b668===_0x5bf3a9;},_0x2d8388[_0x5d2b11(0xf4)]=_0x5d2b11(0x10b);const _0x296a79=_0x2d8388;if(!fs['existsSync'](_0x312ac3)){if(_0x296a79[_0x5d2b11(0x109)](_0x296a79['yVPwM'],_0x296a79['yVPwM']))return[];else!_0x3962dc[_0x1990d2[_0x5d2b11(0x165)]]&&(_0x10a992[_0x125dcc[_0x5d2b11(0x165)]]=0x0),_0x4263b5[_0xc44b5f['name']]+=_0x2ceb78[_0x5d2b11(0x124)];}return JSON['parse'](fs[_0x5d2b11(0x173)](_0x312ac3)['toString']());}static async[a58_0x272f37(0x104)](_0x270c53=a58_0x272f37(0x170),_0x5406e6=null){const _0x23ee24=a58_0x272f37,_0x2e14c9={'MtKom':function(_0x52e6c5,_0xc940fd){return _0x52e6c5!==_0xc940fd;},'IIdif':'uYaVD','CiFpJ':_0x23ee24(0x176),'QXtWw':function(_0x470e24,_0x4e1113){return _0x470e24===_0x4e1113;},'otugR':_0x23ee24(0x167),'amRKW':function(_0x5696f2,_0xe91123){return _0x5696f2(_0xe91123);},'ZrIGU':_0x23ee24(0x10d)};if(!this[_0x23ee24(0x110)]){if(_0x2e14c9['MtKom'](_0x2e14c9[_0x23ee24(0x11a)],_0x2e14c9['ZrIGU']))this[_0x23ee24(0x15c)][_0x23ee24(0x145)](_0x580126);else return;}await _0x2e14c9['amRKW'](sleep,0x1e),this[_0x23ee24(0x149)]['disconnect'](),this[_0x23ee24(0x110)]=![],this[_0x23ee24(0xf6)](this[_0x23ee24(0x15c)]);const _0x41ed3b=this['generateHTMLReport'](this[_0x23ee24(0x15c)]),_0x3ad654=path[_0x23ee24(0x16d)](process[_0x23ee24(0xfc)](),_0x270c53);fs['writeFile'](_0x3ad654,_0x41ed3b,_0x5a30bf=>{const _0x63a1cd=_0x23ee24;if(_0x2e14c9[_0x63a1cd(0x112)](_0x2e14c9[_0x63a1cd(0x121)],_0x2e14c9['CiFpJ'])){if(_0x5a30bf){if(_0x2e14c9['QXtWw'](_0x2e14c9['otugR'],_0x2e14c9[_0x63a1cd(0x116)])){_0x2e14c9[_0x63a1cd(0x131)](debug,_0x63a1cd(0x16b)+_0x5a30bf[_0x63a1cd(0x12e)]());return;}else return;}_0x2e14c9[_0x63a1cd(0x131)](debug,'Performance\x20report\x20is\x20at\x20'+_0x3ad654);}else _0x5396d3[_0x63a1cd(0x141)]()[_0x63a1cd(0x15f)](_0x18b091=>{const _0x5abaa9=_0x63a1cd;this[_0x5abaa9(0x15c)][_0x5abaa9(0x145)](_0x18b091);});});if(_0x5406e6)return this[_0x23ee24(0x13e)](this[_0x23ee24(0x15c)],_0x5406e6);}static[a58_0x272f37(0x150)](_0x17527c){const _0x40fcb8=a58_0x272f37,_0x59b9fe={};_0x59b9fe[_0x40fcb8(0x144)]=function(_0x41ac56,_0x45bc70){return _0x41ac56!==_0x45bc70;},_0x59b9fe[_0x40fcb8(0x13b)]=_0x40fcb8(0x12c),_0x59b9fe[_0x40fcb8(0x126)]=_0x40fcb8(0x152),_0x59b9fe[_0x40fcb8(0x115)]=_0x40fcb8(0x10e),_0x59b9fe[_0x40fcb8(0xf2)]=_0x40fcb8(0x138),_0x59b9fe[_0x40fcb8(0x169)]=_0x40fcb8(0x17a),_0x59b9fe[_0x40fcb8(0x11d)]=_0x40fcb8(0x172);const _0x2e3654=_0x59b9fe;let _0x457e74=_0x2e3654['YpFVZ'];return _0x457e74+=_0x2e3654['LRUun'],_0x457e74+=_0x2e3654[_0x40fcb8(0x169)],_0x17527c[_0x40fcb8(0x15f)](_0x554230=>{const _0x3655f6=_0x40fcb8;if(_0x2e3654[_0x3655f6(0x144)](_0x2e3654[_0x3655f6(0x13b)],_0x2e3654[_0x3655f6(0x126)]))_0x457e74+='<tr><td>'+_0x554230[_0x3655f6(0x165)]+_0x3655f6(0x123)+_0x554230[_0x3655f6(0x124)]+_0x3655f6(0x107);else{if(!_0x362e4f[_0x3655f6(0x133)](_0x57eb85))return[];return _0x12064f[_0x3655f6(0x148)](_0x3359f7[_0x3655f6(0x173)](_0x1a9fd1)['toString']());}}),_0x457e74+=_0x2e3654[_0x40fcb8(0x11d)],_0x457e74;}static[a58_0x272f37(0xf6)](_0x547e62){const _0x1c2a95=a58_0x272f37,_0x1b401f={'wbcyT':function(_0x366b9d,_0x39b319){return _0x366b9d+_0x39b319;},'rpyBE':function(_0x21490b,_0x561612){return _0x21490b||_0x561612;},'fVWdE':function(_0x371635,_0xd2cfb){return _0x371635===_0xd2cfb;},'TGdxI':_0x1c2a95(0x146),'TjXcl':_0x1c2a95(0x187),'OJGZH':function(_0x134bcf,_0x86adbb){return _0x134bcf===_0x86adbb;},'cdxQP':_0x1c2a95(0x14e),'fBNBy':'ZwpcA','aGNKS':function(_0x5441fc,_0x324c5d){return _0x5441fc(_0x324c5d);},'HvffD':'vuiBT','CEVPR':'GRClM'},_0x4f5e36={};_0x547e62[_0x1c2a95(0xf5)](_0x198b80=>{const _0x2a6ae3=_0x1c2a95,_0x2b2926={'BuZud':function(_0x13aeae,_0x3fa36f){return _0x1b401f['wbcyT'](_0x13aeae,_0x3fa36f);},'ImhlH':function(_0x23904b,_0x3eeb69){const _0x14ac38=a58_0x222f;return _0x1b401f[_0x14ac38(0x177)](_0x23904b,_0x3eeb69);}};if(_0x1b401f[_0x2a6ae3(0x183)](_0x1b401f[_0x2a6ae3(0x12f)],_0x1b401f['TjXcl']))return _0x2b2926[_0x2a6ae3(0x117)](_0x4d0ae6[_0x6e8bd],_0x2b2926[_0x2a6ae3(0x12b)](_0x43128f,0x0));else!_0x4f5e36[_0x198b80[_0x2a6ae3(0x165)]]&&(_0x1b401f[_0x2a6ae3(0x17b)](_0x1b401f['cdxQP'],_0x1b401f[_0x2a6ae3(0xff)])?_0x1e6dd2[_0x15de23[_0x2a6ae3(0x165)]]=0x0:_0x4f5e36[_0x198b80['name']]=0x0),_0x4f5e36[_0x198b80[_0x2a6ae3(0x165)]]+=_0x198b80[_0x2a6ae3(0x124)];});const _0x1208fb=Object[_0x1c2a95(0x161)](_0x4f5e36)[_0x1c2a95(0xf5)](([_0x4052d0,_0x515150])=>{const _0x3af202=_0x1c2a95,_0x4b742e={'bsVYm':function(_0x2bcc95,_0x35abc5){const _0x734b5=a58_0x222f;return _0x1b401f[_0x734b5(0x14a)](_0x2bcc95,_0x35abc5);},'KbiuW':function(_0x3facdf,_0x5401b8){const _0x5d9d42=a58_0x222f;return _0x1b401f[_0x5d9d42(0x14a)](_0x3facdf,_0x5401b8);}};if(_0x1b401f[_0x3af202(0x183)](_0x1b401f[_0x3af202(0x143)],_0x1b401f[_0x3af202(0x15b)])){if(_0x1d596a){_0x4b742e[_0x3af202(0x139)](_0xb5eae4,_0x3af202(0x16b)+_0x495b41['toString']());return;}_0x4b742e[_0x3af202(0x184)](_0xe1da94,_0x3af202(0x102)+_0x3a8b41);}else{const _0x1ac61a={};return _0x1ac61a[_0x3af202(0x165)]=_0x4052d0,_0x1ac61a[_0x3af202(0x124)]=_0x515150,_0x1ac61a;}});fs[_0x1c2a95(0x17c)](this['jsonReportFileName'],JSON[_0x1c2a95(0x11c)](_0x1208fb));}}module[a58_0x272f37(0x122)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a53_0xba4643=a53_0x9d4f;(function(_0x448a0a,_0x35dbff){const _0x706f0c=a53_0x9d4f,_0xb32015=_0x448a0a();while(!![]){try{const _0x4d1d19=parseInt(_0x706f0c(0x14d))/0x1+parseInt(_0x706f0c(0x1ce))/0x2+-parseInt(_0x706f0c(0x1e0))/0x3*(-parseInt(_0x706f0c(0x1b5))/0x4)+parseInt(_0x706f0c(0x1d2))/0x5*(-parseInt(_0x706f0c(0x1c9))/0x6)+-parseInt(_0x706f0c(0x187))/0x7*(parseInt(_0x706f0c(0x16d))/0x8)+parseInt(_0x706f0c(0x178))/0x9*(parseInt(_0x706f0c(0x1dc))/0xa)+parseInt(_0x706f0c(0x1ca))/0xb;if(_0x4d1d19===_0x35dbff)break;else _0xb32015['push'](_0xb32015['shift']());}catch(_0x3bf43d){_0xb32015['push'](_0xb32015['shift']());}}}(a53_0x1273,0xa684d));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require('./constants'),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a53_0xba4643(0x19a)),util=require(a53_0xba4643(0x1bb));function a53_0x9d4f(_0x1727f6,_0x4f772f){const _0x12736d=a53_0x1273();return a53_0x9d4f=function(_0x9d4fda,_0x6f1ff){_0x9d4fda=_0x9d4fda-0x14d;let _0x53b837=_0x12736d[_0x9d4fda];return _0x53b837;},a53_0x9d4f(_0x1727f6,_0x4f772f);}class RequestQueueHandler{static [a53_0xba4643(0x162)];[a53_0xba4643(0x1d6)]=0x0;constructor(){const _0x7a51fc=a53_0xba4643,_0x2fa010={};_0x2fa010[_0x7a51fc(0x1b0)]=_0x7a51fc(0x1bd),_0x2fa010['UFyWd']='api/v1/batch',_0x2fa010['Vmzwp']='LogCreated',_0x2fa010[_0x7a51fc(0x1b7)]=_0x7a51fc(0x19f),_0x2fa010[_0x7a51fc(0x18b)]=_0x7a51fc(0x18a),_0x2fa010[_0x7a51fc(0x1a5)]='TestRunSkipped',_0x2fa010[_0x7a51fc(0x16c)]=_0x7a51fc(0x15a),_0x2fa010['rOYzw']=_0x7a51fc(0x19b),_0x2fa010[_0x7a51fc(0x17a)]='HookRunStarted',_0x2fa010[_0x7a51fc(0x1d5)]=_0x7a51fc(0x17e);const _0x4fb81f=_0x2fa010,_0x5cfef0=_0x4fb81f[_0x7a51fc(0x1b0)]['split']('|');let _0x5a533d=0x0;while(!![]){switch(_0x5cfef0[_0x5a533d++]){case'0':this[_0x7a51fc(0x190)]=_0x4fb81f[_0x7a51fc(0x1d0)];continue;case'1':this[_0x7a51fc(0x1a1)]=[_0x4fb81f[_0x7a51fc(0x185)],_0x4fb81f['jIQbw'],_0x4fb81f[_0x7a51fc(0x18b)],_0x4fb81f['UTmpo'],_0x4fb81f['Nriyt'],_0x4fb81f[_0x7a51fc(0x1a4)],_0x4fb81f[_0x7a51fc(0x17a)]];continue;case'2':this[_0x7a51fc(0x199)]=![];continue;case'3':this[_0x7a51fc(0x1b2)]=null;continue;case'4':this['screenshotEventUrl']=_0x4fb81f[_0x7a51fc(0x1d5)];continue;case'5':this['queue']=[];continue;}break;}}static[a53_0xba4643(0x18d)](){const _0x491d0f=a53_0xba4643,_0x525d12={};_0x525d12[_0x491d0f(0x1aa)]=function(_0x3b91dc,_0x2f49d6){return _0x3b91dc!==_0x2f49d6;},_0x525d12['mpCYa']=_0x491d0f(0x18f);const _0x3e0058=_0x525d12;if(!RequestQueueHandler[_0x491d0f(0x162)]){if(_0x3e0058[_0x491d0f(0x1aa)](_0x3e0058[_0x491d0f(0x17c)],_0x3e0058[_0x491d0f(0x17c)])){const _0x45f9ee={};return _0x45f9ee['shouldProceed']=!![],_0x45f9ee[_0x491d0f(0x188)]=[_0x32e817],_0x45f9ee[_0x491d0f(0x1d7)]=this[_0x491d0f(0x1c1)],_0x45f9ee;}else RequestQueueHandler[_0x491d0f(0x162)]=new RequestQueueHandler();}return RequestQueueHandler['instance'];}[a53_0xba4643(0x1cf)]=()=>{const _0x3c391c=a53_0xba4643,_0x5c3c54={};_0x5c3c54[_0x3c391c(0x163)]=function(_0x36f17c,_0x58605a){return _0x36f17c!==_0x58605a;},_0x5c3c54[_0x3c391c(0x1a2)]=_0x3c391c(0x1b9);const _0x3c3565=_0x5c3c54;if(!this[_0x3c391c(0x199)]){if(_0x3c3565[_0x3c391c(0x163)](_0x3c3565[_0x3c391c(0x1a2)],_0x3c3565[_0x3c391c(0x1a2)]))return!_0x30bb65[_0x3c391c(0x162)]&&(_0x3157b5[_0x3c391c(0x162)]=new _0x1e03e2()),_0x4f6e03[_0x3c391c(0x162)];else this[_0x3c391c(0x199)]=!![],this['startEventBatchPolling']();}};[a53_0xba4643(0x1be)]=_0x155bae=>{const _0x122aaa=a53_0xba4643,_0x4185d7={'ZHJfx':_0x122aaa(0x1e4),'IXcLl':function(_0x2b4567,_0x5c97eb){return _0x2b4567(_0x5c97eb);},'zWZtC':function(_0x5e8b16,_0x535405){return _0x5e8b16-_0x535405;},'SxaPc':function(_0x259309,_0x5af5a8){return _0x259309(_0x5af5a8);},'iLjoH':function(_0x1e6b20,_0x4a13d9){return _0x1e6b20!==_0x4a13d9;},'VRNOi':'QIumK','RTxxN':function(_0x528f0c,_0x361b3b){return _0x528f0c===_0x361b3b;},'tyHih':_0x122aaa(0x1a0),'LkgNn':_0x122aaa(0x159),'QJmCe':_0x122aaa(0x175),'WSJOL':_0x122aaa(0x164),'UqbIg':function(_0x3a4df5,_0x1cf320){return _0x3a4df5!==_0x1cf320;},'yIErU':_0x122aaa(0x1ab),'YjBrZ':_0x122aaa(0x14e)};if(this[_0x122aaa(0x1a1)][_0x122aaa(0x19d)](_0x155bae[_0x122aaa(0x1ae)])){if(_0x4185d7[_0x122aaa(0x155)](_0x4185d7[_0x122aaa(0x17f)],_0x4185d7[_0x122aaa(0x17f)]))this[_0x122aaa(0x15f)](_0x4185d7[_0x122aaa(0x1c5)]),this[_0x122aaa(0x1cb)]();else{if(_0x155bae[_0x122aaa(0x1c3)]&&_0x155bae[_0x122aaa(0x1c3)][0x0]&&_0x4185d7[_0x122aaa(0x19c)](_0x155bae[_0x122aaa(0x1c3)][0x0]['kind'],_0x4185d7[_0x122aaa(0x1c2)])){if(_0x4185d7['iLjoH'](_0x4185d7['LkgNn'],_0x4185d7[_0x122aaa(0x1d3)])){const _0x4efcaa={};return _0x4efcaa['shouldProceed']=!![],_0x4efcaa[_0x122aaa(0x188)]=[_0x155bae],_0x4efcaa[_0x122aaa(0x1d7)]=this[_0x122aaa(0x1c1)],_0x4efcaa;}else _0x4185d7['IXcLl'](_0x1a1e14,_0x25288c+_0x122aaa(0x1dd)),this[_0x122aaa(0x1d6)]=_0x284507[_0x122aaa(0x1c0)](0x0,_0x4185d7['zWZtC'](this[_0x122aaa(0x1d6)],_0x178896[_0x122aaa(0x198)]));}this[_0x122aaa(0x171)]['push'](_0x155bae);let _0x1cb48c=null,_0x564d72=this[_0x122aaa(0x184)]();_0x564d72&&(_0x4185d7['RTxxN'](_0x4185d7['WSJOL'],_0x4185d7[_0x122aaa(0x161)])?(_0x1cb48c=this[_0x122aaa(0x171)][_0x122aaa(0x1de)](0x0,BATCH_SIZE),this[_0x122aaa(0x171)][_0x122aaa(0x153)](0x0,BATCH_SIZE),this[_0x122aaa(0x165)]()):(_0x3ed444[_0x122aaa(0x1c8)]?_0x4185d7[_0x122aaa(0x18c)](_0x4559b8,_0x122aaa(0x195)+_0x17cc54+_0x122aaa(0x1d4)+_0x35bcda[_0x122aaa(0x1c8)]['status']+'\x20'+_0x1ab481['response'][_0x122aaa(0x152)]+'\x20'+_0x201aba[_0x122aaa(0x1d8)](_0x32d9f2[_0x122aaa(0x1c8)][_0x122aaa(0x1b4)])):_0x4185d7[_0x122aaa(0x1a7)](_0x224d62,_0x122aaa(0x195)+_0x2c1384+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x538ad2[_0x122aaa(0x193)]||_0x5820a5)),this[_0x122aaa(0x1d6)]=_0x1cd77e[_0x122aaa(0x1c0)](0x0,_0x4185d7['zWZtC'](this['pendingUploads'],_0x34ac4e[_0x122aaa(0x198)]))));const _0x75bd3f={};return _0x75bd3f[_0x122aaa(0x184)]=_0x564d72,_0x75bd3f[_0x122aaa(0x188)]=_0x1cb48c,_0x75bd3f[_0x122aaa(0x1d7)]=this[_0x122aaa(0x190)],_0x75bd3f;}}else{if(_0x4185d7[_0x122aaa(0x183)](_0x4185d7[_0x122aaa(0x197)],_0x4185d7[_0x122aaa(0x1da)])){const _0xf600bd={};return _0xf600bd['shouldProceed']=!![],_0xf600bd;}else{const _0x37ec81={};return _0x37ec81[_0x122aaa(0x184)]=!![],_0x37ec81;}}};[a53_0xba4643(0x167)]=async()=>{const _0x2f7917=a53_0xba4643,_0x153a76={};_0x153a76[_0x2f7917(0x1db)]=_0x2f7917(0x177),_0x153a76['BIQZg']=function(_0x4f12a5,_0x1369ee){return _0x4f12a5>_0x1369ee;},_0x153a76[_0x2f7917(0x1b6)]=function(_0x712300,_0xe70dbe){return _0x712300===_0xe70dbe;},_0x153a76[_0x2f7917(0x196)]=_0x2f7917(0x1d1),_0x153a76[_0x2f7917(0x1df)]=_0x2f7917(0x173),_0x153a76[_0x2f7917(0x1ad)]=_0x2f7917(0x151);const _0x422712=_0x153a76;await this[_0x2f7917(0x15c)](),this[_0x2f7917(0x15f)](_0x422712[_0x2f7917(0x1db)]);while(_0x422712[_0x2f7917(0x15b)](this[_0x2f7917(0x171)][_0x2f7917(0x198)],0x0)){if(_0x422712['STqDq'](_0x422712['yDugm'],_0x422712['BviDe']))return;else{const _0x3c7b95=this['queue'][_0x2f7917(0x1de)](0x0,BATCH_SIZE);this[_0x2f7917(0x171)][_0x2f7917(0x153)](0x0,BATCH_SIZE),await this[_0x2f7917(0x1a8)](this[_0x2f7917(0x190)],_0x422712['ZcytE'],_0x3c7b95);}}};[a53_0xba4643(0x1a8)]=async(_0x5b3a8b,_0x23ef7f,_0x36845b)=>{const _0x5f0140=a53_0xba4643,_0xa629e3={'sNDJz':function(_0x178a94,_0x94a8a9){return _0x178a94(_0x94a8a9);},'cQKYn':function(_0xafbd48,_0x405c9c){return _0xafbd48===_0x405c9c;},'anBng':'REMOVING','tRLNX':'TEST_SCREENSHOT','IHuRZ':function(_0x3e5747){return _0x3e5747();},'jQCMI':_0x5f0140(0x1e2),'qcyjT':_0x5f0140(0x158),'QQGek':function(_0x3bf0ee,_0x25ba77,_0x3146ba,_0x2c326e,_0x43f64b){return _0x3bf0ee(_0x25ba77,_0x3146ba,_0x2c326e,_0x43f64b);},'OBEjK':'POST','fbeFM':function(_0x23b60a,_0x4d9df1){return _0x23b60a===_0x4d9df1;},'eIcXW':_0x5f0140(0x15d),'NATcg':function(_0x2c713a,_0x261487){return _0x2c713a!==_0x261487;},'hbJsW':_0x5f0140(0x1a3),'oGVXF':function(_0x2ec4fa,_0x315d9d){return _0x2ec4fa(_0x315d9d);},'GbheB':function(_0x19aba1,_0x4c343a){return _0x19aba1-_0x4c343a;},'EErvv':'KwZRF','qbicb':'nzNWP','edYqp':_0x5f0140(0x156),'uWrTA':_0x5f0140(0x18e),'gEFKW':function(_0x10c92f,_0x28fe44){return _0x10c92f(_0x28fe44);},'znEbp':function(_0x486239,_0x3232ca){return _0x486239-_0x3232ca;}},_0x53f3df={'headers':_0xa629e3[_0x5f0140(0x1cc)](getDefaultHeaders)};try{if(_0xa629e3[_0x5f0140(0x166)](_0xa629e3[_0x5f0140(0x172)],_0xa629e3[_0x5f0140(0x194)]))!this[_0x5f0140(0x199)]&&(this[_0x5f0140(0x199)]=!![],this[_0x5f0140(0x1cb)]());else{const _0x29eda8=await _0xa629e3[_0x5f0140(0x150)](nodeRequest,_0xa629e3[_0x5f0140(0x176)],_0x5b3a8b,_0x36845b,_0x53f3df);if(_0x29eda8['data']['error']){if(_0xa629e3[_0x5f0140(0x180)](_0xa629e3[_0x5f0140(0x189)],_0xa629e3[_0x5f0140(0x189)])){const _0x44fb22={};_0x44fb22[_0x5f0140(0x193)]=_0x29eda8['data']['error'];throw _0x44fb22;}else{if(this['pollEventBatchInterval']){_0xa629e3[_0x5f0140(0x1e3)](_0x291da5,this[_0x5f0140(0x1b2)]),this['pollEventBatchInterval']=null;if(_0xa629e3[_0x5f0140(0x166)](_0x3f5cef,_0xa629e3[_0x5f0140(0x1c6)]))this[_0x5f0140(0x199)]=![];}}}else{if(_0xa629e3[_0x5f0140(0x174)](_0xa629e3['hbJsW'],_0xa629e3[_0x5f0140(0x1a6)])){if(_0x401c25[_0x5f0140(0x1c3)]&&_0x3f65e7['logs'][0x0]&&_0xa629e3[_0x5f0140(0x166)](_0x2634c4['logs'][0x0][_0x5f0140(0x1a9)],_0xa629e3[_0x5f0140(0x181)])){const _0x5ea4be={};return _0x5ea4be[_0x5f0140(0x184)]=!![],_0x5ea4be[_0x5f0140(0x188)]=[_0x4f54a9],_0x5ea4be[_0x5f0140(0x1d7)]=this[_0x5f0140(0x1c1)],_0x5ea4be;}this[_0x5f0140(0x171)][_0x5f0140(0x1d9)](_0x24ddbf);let _0x4bca35=null,_0x43a904=this[_0x5f0140(0x184)]();_0x43a904&&(_0x4bca35=this[_0x5f0140(0x171)][_0x5f0140(0x1de)](0x0,_0x2c331f),this[_0x5f0140(0x171)][_0x5f0140(0x153)](0x0,_0x5c197c),this[_0x5f0140(0x165)]());const _0x2237e9={};return _0x2237e9['shouldProceed']=_0x43a904,_0x2237e9[_0x5f0140(0x188)]=_0x4bca35,_0x2237e9[_0x5f0140(0x1d7)]=this[_0x5f0140(0x190)],_0x2237e9;}else _0xa629e3[_0x5f0140(0x1af)](debug,_0x23ef7f+_0x5f0140(0x1dd)),this[_0x5f0140(0x1d6)]=Math[_0x5f0140(0x1c0)](0x0,_0xa629e3[_0x5f0140(0x1ac)](this[_0x5f0140(0x1d6)],_0x36845b[_0x5f0140(0x198)]));}}}catch(_0x34c48a){if(_0xa629e3['fbeFM'](_0xa629e3[_0x5f0140(0x1b8)],_0xa629e3[_0x5f0140(0x160)]))_0x22ed62=this[_0x5f0140(0x171)][_0x5f0140(0x1de)](0x0,_0x25b9f7),this[_0x5f0140(0x171)]['splice'](0x0,_0x5a1cd0),this[_0x5f0140(0x165)]();else{if(_0x34c48a['response']){if(_0xa629e3[_0x5f0140(0x174)](_0xa629e3[_0x5f0140(0x1b1)],_0xa629e3[_0x5f0140(0x1b1)])){const _0x5a895c={};_0x5a895c['message']=_0x104432[_0x5f0140(0x1b4)]['error'];throw _0x5a895c;}else _0xa629e3[_0x5f0140(0x1e3)](debug,_0x5f0140(0x195)+_0x23ef7f+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x34c48a[_0x5f0140(0x1c8)]['status']+'\x20'+_0x34c48a[_0x5f0140(0x1c8)][_0x5f0140(0x152)]+'\x20'+JSON[_0x5f0140(0x1d8)](_0x34c48a[_0x5f0140(0x1c8)][_0x5f0140(0x1b4)]));}else _0xa629e3[_0x5f0140(0x166)](_0xa629e3[_0x5f0140(0x1cd)],_0xa629e3[_0x5f0140(0x1cd)])?_0xa629e3[_0x5f0140(0x1e1)](debug,_0x5f0140(0x195)+_0x23ef7f+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x34c48a[_0x5f0140(0x193)]||_0x34c48a)):(this[_0x5f0140(0x199)]=!![],this[_0x5f0140(0x1cb)]());this[_0x5f0140(0x1d6)]=Math[_0x5f0140(0x1c0)](0x0,_0xa629e3[_0x5f0140(0x1ba)](this[_0x5f0140(0x1d6)],_0x36845b[_0x5f0140(0x198)]));}}};[a53_0xba4643(0x1cb)]=()=>{const _0x244d39=a53_0xba4643,_0x543850={'ZucSG':function(_0x2598bc,_0x56c941){return _0x2598bc>=_0x56c941;},'fFqOX':function(_0x5eadf6,_0x14a0c0){return _0x5eadf6===_0x14a0c0;},'kWlro':'sZjZT','wwEag':function(_0x246977,_0x544edc){return _0x246977>_0x544edc;},'akLOH':function(_0x211bd4,_0x46e5dd){return _0x211bd4===_0x46e5dd;},'VFHxd':_0x244d39(0x192),'kDEyO':'GlQuw','dDcUq':_0x244d39(0x182),'gRDui':function(_0x477202,_0x1448ca,_0x251d53){return _0x477202(_0x1448ca,_0x251d53);}};this[_0x244d39(0x1b2)]=_0x543850[_0x244d39(0x1bf)](setInterval,async()=>{const _0x222e80=_0x244d39;if(_0x543850['fFqOX'](_0x543850[_0x222e80(0x1c4)],_0x543850[_0x222e80(0x1c4)])){if(_0x543850[_0x222e80(0x17b)](this[_0x222e80(0x171)]['length'],0x0)){if(_0x543850[_0x222e80(0x1c7)](_0x543850[_0x222e80(0x179)],_0x543850['kDEyO']))return _0x543850[_0x222e80(0x16b)](this[_0x222e80(0x171)][_0x222e80(0x198)],_0x36c165);else{const _0x477506=this[_0x222e80(0x171)][_0x222e80(0x1de)](0x0,BATCH_SIZE);this['queue'][_0x222e80(0x153)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x222e80(0x190)],_0x543850[_0x222e80(0x17d)],_0x477506);}}}else _0x323948['instance']=new _0x4cac3c();},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x467de0=a53_0xba4643,_0x365a13={};_0x365a13[_0x467de0(0x1bc)]=_0x467de0(0x1e4);const _0x46fcbe=_0x365a13;this[_0x467de0(0x15f)](_0x46fcbe[_0x467de0(0x1bc)]),this[_0x467de0(0x1cb)]();};[a53_0xba4643(0x15f)]=_0x27fdf4=>{const _0xe10267=a53_0xba4643,_0x2cd75d={'NpsYj':function(_0x5a65cb,_0x988b6f){return _0x5a65cb(_0x988b6f);},'VXWrq':function(_0x2f546e,_0x5a875b){return _0x2f546e===_0x5a875b;},'iWMsI':_0xe10267(0x1e5),'MfAmT':_0xe10267(0x154),'ZksfP':function(_0x3a7926,_0x2c59ee){return _0x3a7926(_0x2c59ee);},'JrrIC':_0xe10267(0x177)};if(this[_0xe10267(0x1b2)]){if(_0x2cd75d['VXWrq'](_0x2cd75d[_0xe10267(0x16e)],_0x2cd75d[_0xe10267(0x169)]))_0x2cd75d['NpsYj'](_0x33c218,'EXCEPTION\x20IN\x20'+_0x3f86f+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x2b777a[_0xe10267(0x193)]||_0x4238e1));else{_0x2cd75d[_0xe10267(0x186)](clearInterval,this[_0xe10267(0x1b2)]),this['pollEventBatchInterval']=null;if(_0x2cd75d['VXWrq'](_0x27fdf4,_0x2cd75d[_0xe10267(0x1b3)]))this[_0xe10267(0x199)]=![];}}};['shouldProceed']=()=>{const _0xf63a59=a53_0xba4643,_0x2a8dcf={};_0x2a8dcf[_0xf63a59(0x14f)]=function(_0x2be1be,_0x296921){return _0x2be1be>=_0x296921;};const _0x4f95e8=_0x2a8dcf;return _0x4f95e8[_0xf63a59(0x14f)](this[_0xf63a59(0x171)][_0xf63a59(0x198)],BATCH_SIZE);};async[a53_0xba4643(0x15c)](_0x35e558=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x59c38a=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x3332a6=a53_0xba4643,_0x538014={'GzDBX':function(_0x55d773,_0x5a4198){return _0x55d773(_0x5a4198);},'sdCaD':function(_0x2e2098,_0xb86106){return _0x2e2098===_0xb86106;},'GHYLx':_0x3332a6(0x177),'ffmyP':function(_0x473be3,_0x3b78ac){return _0x473be3<=_0x3b78ac;},'LtzJZ':function(_0xf3b6a2,_0x267cc5){return _0xf3b6a2!==_0x267cc5;},'iVhIe':_0x3332a6(0x16a),'FcGDM':function(_0x3a1ae2,_0x480ad2){return _0x3a1ae2(_0x480ad2);},'PsdWq':function(_0x3d2724,_0x3f5bae){return _0x3d2724-_0x3f5bae;}};if(_0x538014[_0x3332a6(0x19e)](this[_0x3332a6(0x1d6)],0x0)||_0x538014[_0x3332a6(0x19e)](_0x35e558,0x0)){if(_0x538014['LtzJZ'](_0x538014[_0x3332a6(0x157)],_0x538014[_0x3332a6(0x157)])){_0x538014[_0x3332a6(0x1e6)](_0x4b77bf,this[_0x3332a6(0x1b2)]),this[_0x3332a6(0x1b2)]=null;if(_0x538014[_0x3332a6(0x170)](_0x3af827,_0x538014[_0x3332a6(0x15e)]))this[_0x3332a6(0x199)]=![];}else return;}return await _0x538014[_0x3332a6(0x168)](sleep,_0x59c38a),this[_0x3332a6(0x15c)](_0x538014[_0x3332a6(0x16f)](_0x35e558,_0x59c38a));}}module[a53_0xba4643(0x191)]=RequestQueueHandler;function a53_0x1273(){const _0x570e8b=['sdCaD','queue','jQCMI','CiYgJ','NATcg','pELnP','OBEjK','REMOVING','9TjPdzU','VFHxd','zhIlA','wwEag','mpCYa','dDcUq','api/v1/screenshots','VRNOi','fbeFM','tRLNX','Interval-Queue','UqbIg','shouldProceed','Vmzwp','ZksfP','7bTmyPF','proceedWithData','eIcXW','TestRunFinished','KSXKR','SxaPc','getInstance','sJyUJ','rFEXK','eventUrl','exports','ifDxc','message','qcyjT','EXCEPTION\x20IN\x20','yDugm','yIErU','length','started','./utils','TestRunStarted','RTxxN','includes','ffmyP','CBTSessionCreated','TEST_SCREENSHOT','BATCH_EVENT_TYPES','HHGhc','GaIGv','rOYzw','UTmpo','hbJsW','IXcLl','batchAndPostEvents','kind','cwNKE','aDHvW','GbheB','ZcytE','event_type','oGVXF','YPGQC','edYqp','pollEventBatchInterval','JrrIC','data','3432644OCoyIc','STqDq','jIQbw','EErvv','MpUdu','znEbp','util','zjnTF','5|2|0|4|1|3','add','gRDui','max','screenshotEventUrl','tyHih','logs','kWlro','ZHJfx','anBng','akLOH','response','6EGDJtC','4876982WWRooK','startEventBatchPolling','IHuRZ','uWrTA','220828maVLAE','start','UFyWd','uTMwF','4195315UHBKaL','QJmCe','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','mMkHY','pendingUploads','proceedWithUrl','stringify','push','YjBrZ','UckfE','2905390bhhQWY','\x20event\x20successful!','slice','BviDe','3tordtw','gEFKW','vvRgb','sNDJz','RESETTING','MGpwr','GzDBX','1072847uCCbOC','rTqZB','QaJuw','QQGek','Shutdown-Queue','statusText','splice','ktBUS','iLjoH','EFOYF','iVhIe','seNhN','VnOfw','HookRunFinished','BIQZg','uploadPending','KMyil','GHYLx','removeEventBatchPolling','qbicb','WSJOL','instance','czhAi','wEuAe','resetEventBatchPolling','cQKYn','shutdown','FcGDM','MfAmT','wTOGu','ZucSG','Nriyt','10033592XmAozI','iWMsI','PsdWq'];a53_0x1273=function(){return _0x570e8b;};return a53_0x1273();}
|
|
1
|
+
const a59_0x5e79cd=a59_0x2b14;(function(_0x414833,_0x3cdabf){const _0x2c9c60=a59_0x2b14,_0x4e9b51=_0x414833();while(!![]){try{const _0x59b40f=-parseInt(_0x2c9c60(0x258))/0x1*(parseInt(_0x2c9c60(0x255))/0x2)+parseInt(_0x2c9c60(0x21f))/0x3+-parseInt(_0x2c9c60(0x23c))/0x4+-parseInt(_0x2c9c60(0x24d))/0x5*(-parseInt(_0x2c9c60(0x22a))/0x6)+parseInt(_0x2c9c60(0x25f))/0x7*(-parseInt(_0x2c9c60(0x25b))/0x8)+parseInt(_0x2c9c60(0x271))/0x9+parseInt(_0x2c9c60(0x1ed))/0xa*(parseInt(_0x2c9c60(0x1fb))/0xb);if(_0x59b40f===_0x3cdabf)break;else _0x4e9b51['push'](_0x4e9b51['shift']());}catch(_0x51a512){_0x4e9b51['push'](_0x4e9b51['shift']());}}}(a59_0x151d,0x69ccc));function a59_0x151d(){const _0x2870d5=['sZZWw','SPKcc','splice','push','start','HuhqL','IEOrP','PJRVi','rRRHN','split','ZUpeJ','1254348LRgtXt','VGxew','peMDB','ayqXD','gFPTP','XtkeU','TEST_SCREENSHOT','VADNj','alrpO','response','KyEVN','JPrrQ','XbdWa','weVVf','iXKkU','WAXZk','wPmnW','882680zWmgIj','qXVpN','hLuKj','getInstance','nEqWM','TestRunSkipped','gYEAR','NJpKT','500854hgDKlb','tJyCe','dXASP','3tGkdnj','./utils','RESETTING','2632LygEfp','data','vbSul','pollEventBatchInterval','11732gRCaHR','error','Shutdown-Queue','bFtKM','queue','suNSK','POST','proceedWithData','OtCsK','uIkEY','NmKOo','slice','TjmVa','eventUrl','DhNcX','MURju','yuSZt','EXCEPTION\x20IN\x20','1419471MvnltI','pendingUploads','max','gJAbP','ElHbz','qBERO','qYJIT','wJmEF','oKQve','KVcsU','\x20event\x20successful!','fOqlI','started','JqwfK','XKNkA','IWAAU','ZXEpi','BWkYt','vovuN','SHWEo','wwblf','message','HookRunStarted','length','Mdxyv','REMOVING','OyIjn','TestRunFinished','RCbDT','wGqUz','30saoNDk','event_type','xaoFC','rIlsO','bzFBe','hEvJg','startEventBatchPolling','VrDwR','fWMmp','BATCH_EVENT_TYPES','tZzLy','glyya','xSaVv','includes','4530394GGCnps','BUfWN','TKNXE','AGoTZ','MQUjD','batchAndPostEvents','pHfiM','shutdown','jsbgC','TestRunStarted','resetEventBatchPolling','removeEventBatchPolling','ZKlTO','RVHTo','NLnMc','hCHZi','ZkfKM','statusText','proceedWithUrl','stringify','api/v1/batch','shouldProceed','YzFbj','uploadPending','EzPTB','status','screenshotEventUrl','mATOL','jodBb','OUsUN','nshtw','logs','mdIYv','goRYw','instance','Wboft','1439433xQiTSz','ZaOhZ','lGtSx','exports','wgGSv','HookRunFinished','IRnzY','rkglE','oOznJ','dYkEV','MLbIx','6PbxrnN','FKTds','RhOUY','qcYDh','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','lrmTF','UKwxa'];a59_0x151d=function(){return _0x2870d5;};return a59_0x151d();}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require('./constants'),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a59_0x5e79cd(0x259)),util=require('util');function a59_0x2b14(_0x54daba,_0x38f299){const _0x151de3=a59_0x151d();return a59_0x2b14=function(_0x2b14df,_0x1e6b13){_0x2b14df=_0x2b14df-0x1eb;let _0x32ea75=_0x151de3[_0x2b14df];return _0x32ea75;},a59_0x2b14(_0x54daba,_0x38f299);}class RequestQueueHandler{static [a59_0x5e79cd(0x21d)];[a59_0x5e79cd(0x272)]=0x0;constructor(){const _0x51393e=a59_0x5e79cd,_0x51da5b={};_0x51da5b[_0x51393e(0x23b)]='1|2|3|5|0|4',_0x51da5b[_0x51393e(0x22d)]='LogCreated',_0x51da5b[_0x51393e(0x219)]='CBTSessionCreated',_0x51da5b[_0x51393e(0x230)]=_0x51393e(0x28c),_0x51da5b[_0x51393e(0x1f1)]=_0x51393e(0x252),_0x51da5b[_0x51393e(0x21c)]=_0x51393e(0x224),_0x51da5b['JqwfK']=_0x51393e(0x204),_0x51da5b[_0x51393e(0x23f)]=_0x51393e(0x287),_0x51da5b[_0x51393e(0x1fe)]=_0x51393e(0x20f),_0x51da5b[_0x51393e(0x211)]='api/v1/screenshots';const _0xcce3d2=_0x51da5b,_0x42986a=_0xcce3d2[_0x51393e(0x23b)][_0x51393e(0x23a)]('|');let _0x2a95c8=0x0;while(!![]){switch(_0x42986a[_0x2a95c8++]){case'0':this[_0x51393e(0x1f6)]=[_0xcce3d2['qcYDh'],_0xcce3d2[_0x51393e(0x219)],_0xcce3d2[_0x51393e(0x230)],_0xcce3d2['bzFBe'],_0xcce3d2[_0x51393e(0x21c)],_0xcce3d2[_0x51393e(0x27e)],_0xcce3d2['ayqXD']];continue;case'1':this['queue']=[];continue;case'2':this[_0x51393e(0x27d)]=![];continue;case'3':this['eventUrl']=_0xcce3d2[_0x51393e(0x1fe)];continue;case'4':this['pollEventBatchInterval']=null;continue;case'5':this[_0x51393e(0x215)]=_0xcce3d2['YzFbj'];continue;}break;}}static[a59_0x5e79cd(0x250)](){const _0x973b10=a59_0x5e79cd,_0x28c2f1={'bFtKM':function(_0x426f4b,_0x1bea1b){return _0x426f4b(_0x1bea1b);},'syjEf':function(_0x245b5a,_0x221b32){return _0x245b5a-_0x221b32;},'wPmnW':function(_0x11c594,_0x18b6ff){return _0x11c594!==_0x18b6ff;},'fOqlI':_0x973b10(0x27f),'ZKlTO':'CSogp'};return!RequestQueueHandler[_0x973b10(0x21d)]&&(_0x28c2f1[_0x973b10(0x24c)](_0x28c2f1[_0x973b10(0x27c)],_0x28c2f1[_0x973b10(0x207)])?RequestQueueHandler[_0x973b10(0x21d)]=new RequestQueueHandler():(_0x28c2f1[_0x973b10(0x262)](_0x6ce8a0,_0x57efd7+_0x973b10(0x27b)),this['pendingUploads']=_0x2a8286[_0x973b10(0x273)](0x0,_0x28c2f1['syjEf'](this[_0x973b10(0x272)],_0x2d88f3[_0x973b10(0x288)])))),RequestQueueHandler['instance'];}[a59_0x5e79cd(0x235)]=()=>{const _0x48432f=a59_0x5e79cd,_0x5f5855={};_0x5f5855[_0x48432f(0x24f)]=_0x48432f(0x25a),_0x5f5855[_0x48432f(0x201)]=function(_0x59ff0b,_0x2ee9ce){return _0x59ff0b!==_0x2ee9ce;},_0x5f5855['hEvJg']=_0x48432f(0x284),_0x5f5855[_0x48432f(0x232)]='FrqCm';const _0x1bb4f9=_0x5f5855;!this['started']&&(_0x1bb4f9[_0x48432f(0x201)](_0x1bb4f9[_0x48432f(0x1f2)],_0x1bb4f9['SPKcc'])?(this[_0x48432f(0x27d)]=!![],this[_0x48432f(0x1f3)]()):(this[_0x48432f(0x206)](_0x1bb4f9[_0x48432f(0x24f)]),this[_0x48432f(0x1f3)]()));};['add']=_0x4e2c30=>{const _0x1f03e1=a59_0x5e79cd,_0x3ed191={'uIkEY':function(_0x1439a6,_0x3a173f){return _0x1439a6(_0x3a173f);},'glyya':function(_0x5559fe,_0x5105f3){return _0x5559fe===_0x5105f3;},'qBZTE':_0x1f03e1(0x28a),'lGtSx':function(_0x1cae6d,_0xdbf062){return _0x1cae6d===_0xdbf062;},'jsbgC':'ZbcXv','gJAbP':_0x1f03e1(0x280),'vbSul':function(_0x1391ee,_0x2a65cf){return _0x1391ee===_0x2a65cf;},'TKNXE':_0x1f03e1(0x242),'gYEAR':function(_0x1369d0,_0x4a59ee){return _0x1369d0===_0x4a59ee;},'Mdxyv':_0x1f03e1(0x283),'XbdWa':function(_0x32c86f,_0x2d3992){return _0x32c86f!==_0x2d3992;},'qYJIT':_0x1f03e1(0x26e),'rkglE':function(_0x556bf7,_0x4648be){return _0x556bf7===_0x4648be;},'xSaVv':'QhSXe'};if(this['BATCH_EVENT_TYPES'][_0x1f03e1(0x1fa)](_0x4e2c30[_0x1f03e1(0x1ee)])){if(_0x3ed191[_0x1f03e1(0x221)](_0x3ed191[_0x1f03e1(0x203)],_0x3ed191[_0x1f03e1(0x274)]))_0x412bad=this[_0x1f03e1(0x263)][_0x1f03e1(0x26a)](0x0,_0x1060f6),this[_0x1f03e1(0x263)][_0x1f03e1(0x233)](0x0,_0x4a92b1),this[_0x1f03e1(0x205)]();else{if(_0x4e2c30[_0x1f03e1(0x21a)]&&_0x4e2c30[_0x1f03e1(0x21a)][0x0]&&_0x3ed191[_0x1f03e1(0x25d)](_0x4e2c30['logs'][0x0]['kind'],_0x3ed191[_0x1f03e1(0x1fd)])){if(_0x3ed191[_0x1f03e1(0x253)](_0x3ed191['Mdxyv'],_0x3ed191[_0x1f03e1(0x289)])){const _0x38c748={};return _0x38c748[_0x1f03e1(0x210)]=!![],_0x38c748['proceedWithData']=[_0x4e2c30],_0x38c748[_0x1f03e1(0x20d)]=this['screenshotEventUrl'],_0x38c748;}else{const _0xf49b53={};return _0xf49b53['shouldProceed']=!![],_0xf49b53[_0x1f03e1(0x266)]=[_0x4c53ef],_0xf49b53[_0x1f03e1(0x20d)]=this[_0x1f03e1(0x215)],_0xf49b53;}}this['queue'][_0x1f03e1(0x234)](_0x4e2c30);let _0x9b2688=null,_0xba8776=this['shouldProceed']();_0xba8776&&(_0x3ed191[_0x1f03e1(0x248)](_0x3ed191[_0x1f03e1(0x277)],_0x3ed191[_0x1f03e1(0x277)])?!this[_0x1f03e1(0x27d)]&&(this[_0x1f03e1(0x27d)]=!![],this[_0x1f03e1(0x1f3)]()):(_0x9b2688=this[_0x1f03e1(0x263)]['slice'](0x0,BATCH_SIZE),this[_0x1f03e1(0x263)][_0x1f03e1(0x233)](0x0,BATCH_SIZE),this[_0x1f03e1(0x205)]()));const _0x504a9={};return _0x504a9[_0x1f03e1(0x210)]=_0xba8776,_0x504a9['proceedWithData']=_0x9b2688,_0x504a9[_0x1f03e1(0x20d)]=this['eventUrl'],_0x504a9;}}else{if(_0x3ed191[_0x1f03e1(0x226)](_0x3ed191[_0x1f03e1(0x1f9)],_0x3ed191[_0x1f03e1(0x1f9)])){const _0x4ddebd={};return _0x4ddebd[_0x1f03e1(0x210)]=!![],_0x4ddebd;}else{_0x3ed191[_0x1f03e1(0x268)](_0x3d5b16,this[_0x1f03e1(0x25e)]),this[_0x1f03e1(0x25e)]=null;if(_0x3ed191[_0x1f03e1(0x1f8)](_0x5e69f0,_0x3ed191['qBZTE']))this[_0x1f03e1(0x27d)]=![];}}};[a59_0x5e79cd(0x202)]=async()=>{const _0x141fea=a59_0x5e79cd,_0x3b3635={};_0x3b3635[_0x141fea(0x227)]=_0x141fea(0x28a),_0x3b3635[_0x141fea(0x1ff)]=function(_0x3a30a6,_0x14b88e){return _0x3a30a6>_0x14b88e;},_0x3b3635[_0x141fea(0x264)]=function(_0x415941,_0x128c6a){return _0x415941!==_0x128c6a;},_0x3b3635[_0x141fea(0x208)]=_0x141fea(0x22f),_0x3b3635[_0x141fea(0x26b)]=_0x141fea(0x261);const _0x555a8f=_0x3b3635;await this[_0x141fea(0x212)](),this[_0x141fea(0x206)](_0x555a8f['oOznJ']);while(_0x555a8f[_0x141fea(0x1ff)](this['queue']['length'],0x0)){if(_0x555a8f[_0x141fea(0x264)](_0x555a8f['RVHTo'],_0x555a8f[_0x141fea(0x208)]))this['started']=!![],this[_0x141fea(0x1f3)]();else{const _0x1fa2f2=this['queue'][_0x141fea(0x26a)](0x0,BATCH_SIZE);this['queue'][_0x141fea(0x233)](0x0,BATCH_SIZE),await this[_0x141fea(0x200)](this[_0x141fea(0x26c)],_0x555a8f[_0x141fea(0x26b)],_0x1fa2f2);}}};[a59_0x5e79cd(0x200)]=async(_0x56f134,_0x56ac3e,_0x7a5053)=>{const _0xa67ba0=a59_0x5e79cd,_0x3a8dd2={'IEOrP':function(_0x5eb609,_0x37d99d){return _0x5eb609(_0x37d99d);},'hCHZi':function(_0x101e49,_0x539865){return _0x101e49===_0x539865;},'nEqWM':_0xa67ba0(0x28a),'jodBb':function(_0x450365,_0x21ef95){return _0x450365(_0x21ef95);},'alrpO':function(_0xa9008e){return _0xa9008e();},'wGqUz':function(_0x1809a3,_0x2dc57a){return _0x1809a3!==_0x2dc57a;},'NJpKT':_0xa67ba0(0x257),'OtCsK':'SxMFm','WAXZk':function(_0x485e60,_0x5296eb,_0x33178b,_0x5bdb73,_0x1a66bd){return _0x485e60(_0x5296eb,_0x33178b,_0x5bdb73,_0x1a66bd);},'BWkYt':_0xa67ba0(0x265),'iXKkU':function(_0x38a767,_0x4e09f9){return _0x38a767===_0x4e09f9;},'DhNcX':_0xa67ba0(0x1eb),'ogiQd':_0xa67ba0(0x225),'qBERO':function(_0x36fda7,_0x580a57){return _0x36fda7===_0x580a57;},'dYkEV':_0xa67ba0(0x243),'JPrrQ':function(_0x59c65c,_0x16da15){return _0x59c65c-_0x16da15;},'KVcsU':_0xa67ba0(0x275),'qVjER':'hjQUj','sZZWw':function(_0x615e82,_0x201efa){return _0x615e82!==_0x201efa;},'OyIjn':'nXtcI','mATOL':_0xa67ba0(0x1f5),'peMDB':_0xa67ba0(0x278),'weVVf':'dLAtm','rRRHN':function(_0x28aa3e,_0x10301b){return _0x28aa3e(_0x10301b);}},_0x78f7ef={'headers':_0x3a8dd2[_0xa67ba0(0x244)](getDefaultHeaders)};try{if(_0x3a8dd2[_0xa67ba0(0x1ec)](_0x3a8dd2[_0xa67ba0(0x254)],_0x3a8dd2[_0xa67ba0(0x267)])){const _0x5b5634=await _0x3a8dd2[_0xa67ba0(0x24b)](nodeRequest,_0x3a8dd2[_0xa67ba0(0x282)],_0x56f134,_0x7a5053,_0x78f7ef);if(_0x5b5634[_0xa67ba0(0x25c)]['error']){if(_0x3a8dd2[_0xa67ba0(0x24a)](_0x3a8dd2[_0xa67ba0(0x26d)],_0x3a8dd2['ogiQd']))return;else{const _0x59e67c={};_0x59e67c[_0xa67ba0(0x286)]=_0x5b5634[_0xa67ba0(0x25c)][_0xa67ba0(0x260)];throw _0x59e67c;}}else{if(_0x3a8dd2[_0xa67ba0(0x276)](_0x3a8dd2['dYkEV'],_0x3a8dd2[_0xa67ba0(0x228)]))_0x3a8dd2[_0xa67ba0(0x217)](debug,_0x56ac3e+_0xa67ba0(0x27b)),this[_0xa67ba0(0x272)]=Math[_0xa67ba0(0x273)](0x0,_0x3a8dd2[_0xa67ba0(0x247)](this[_0xa67ba0(0x272)],_0x7a5053['length']));else{const _0x5b8f86={};return _0x5b8f86[_0xa67ba0(0x210)]=!![],_0x5b8f86;}}}else return!_0x480796['instance']&&(_0x4af30c[_0xa67ba0(0x21d)]=new _0x12fafc()),_0x117503[_0xa67ba0(0x21d)];}catch(_0x45809f){if(_0x3a8dd2[_0xa67ba0(0x20a)](_0x3a8dd2[_0xa67ba0(0x27a)],_0x3a8dd2['qVjER'])){if(this[_0xa67ba0(0x25e)]){_0x3a8dd2[_0xa67ba0(0x237)](_0x3ac088,this[_0xa67ba0(0x25e)]),this[_0xa67ba0(0x25e)]=null;if(_0x3a8dd2[_0xa67ba0(0x20a)](_0x4a7acb,_0x3a8dd2[_0xa67ba0(0x251)]))this[_0xa67ba0(0x27d)]=![];}}else _0x45809f[_0xa67ba0(0x245)]?_0x3a8dd2[_0xa67ba0(0x231)](_0x3a8dd2[_0xa67ba0(0x28b)],_0x3a8dd2[_0xa67ba0(0x216)])?_0x3a8dd2[_0xa67ba0(0x237)](debug,_0xa67ba0(0x270)+_0x56ac3e+_0xa67ba0(0x22e)+_0x45809f[_0xa67ba0(0x245)]['status']+'\x20'+_0x45809f['response'][_0xa67ba0(0x20c)]+'\x20'+JSON[_0xa67ba0(0x20e)](_0x45809f[_0xa67ba0(0x245)]['data'])):_0x3a8dd2['jodBb'](_0x55d218,_0xa67ba0(0x270)+_0x29f2d6+_0xa67ba0(0x22e)+(_0x107d83[_0xa67ba0(0x286)]||_0x33f4fd)):_0x3a8dd2[_0xa67ba0(0x1ec)](_0x3a8dd2[_0xa67ba0(0x23e)],_0x3a8dd2[_0xa67ba0(0x249)])?_0x3a8dd2[_0xa67ba0(0x239)](debug,_0xa67ba0(0x270)+_0x56ac3e+_0xa67ba0(0x22e)+(_0x45809f[_0xa67ba0(0x286)]||_0x45809f)):_0x3a8dd2['IEOrP'](_0x99fede,'EXCEPTION\x20IN\x20'+_0x5eeb85+_0xa67ba0(0x22e)+_0x5b6214[_0xa67ba0(0x245)][_0xa67ba0(0x214)]+'\x20'+_0x96888f['response']['statusText']+'\x20'+_0x3f00fc[_0xa67ba0(0x20e)](_0x2e0516['response'][_0xa67ba0(0x25c)])),this[_0xa67ba0(0x272)]=Math[_0xa67ba0(0x273)](0x0,_0x3a8dd2['JPrrQ'](this[_0xa67ba0(0x272)],_0x7a5053[_0xa67ba0(0x288)]));}};[a59_0x5e79cd(0x1f3)]=()=>{const _0x2d7583=a59_0x5e79cd,_0xc7c23e={'HuhqL':function(_0x2ba83a,_0x21c527){return _0x2ba83a===_0x21c527;},'wgGSv':_0x2d7583(0x242),'gGLtf':function(_0x144fbc,_0x1cc12e){return _0x144fbc(_0x1cc12e);},'PJRVi':function(_0x362136,_0x144eef){return _0x362136-_0x144eef;},'gFPTP':function(_0x4eb553,_0x585983){return _0x4eb553===_0x585983;},'tZzLy':_0x2d7583(0x220),'BUfWN':_0x2d7583(0x20b),'Wboft':function(_0x1216f6,_0x12a495){return _0x1216f6>_0x12a495;},'EzPTB':function(_0x359bf8,_0x24427a){return _0x359bf8!==_0x24427a;},'AtVtV':_0x2d7583(0x279),'qXVpN':_0x2d7583(0x256),'JFyMZ':'Interval-Queue','wwblf':function(_0x302338,_0xf6d8,_0x56a888){return _0x302338(_0xf6d8,_0x56a888);}};this['pollEventBatchInterval']=_0xc7c23e[_0x2d7583(0x285)](setInterval,async()=>{const _0x305b25=_0x2d7583,_0x2f8631={'KyEVN':function(_0x4ad25f,_0xecb503){const _0x39220b=a59_0x2b14;return _0xc7c23e[_0x39220b(0x236)](_0x4ad25f,_0xecb503);},'OUsUN':_0xc7c23e[_0x305b25(0x223)],'mdIYv':function(_0x5be78d,_0x277db1){return _0xc7c23e['gGLtf'](_0x5be78d,_0x277db1);},'VGxew':function(_0x49f4ee,_0x23c5ec){const _0x570130=_0x305b25;return _0xc7c23e[_0x570130(0x238)](_0x49f4ee,_0x23c5ec);}};if(_0xc7c23e[_0x305b25(0x240)](_0xc7c23e[_0x305b25(0x1f7)],_0xc7c23e[_0x305b25(0x1fc)])){if(_0xf3fec0[_0x305b25(0x21a)]&&_0x6fbe10[_0x305b25(0x21a)][0x0]&&_0x2f8631[_0x305b25(0x246)](_0x41f1bb[_0x305b25(0x21a)][0x0]['kind'],_0x2f8631[_0x305b25(0x218)])){const _0x240107={};return _0x240107['shouldProceed']=!![],_0x240107[_0x305b25(0x266)]=[_0x44de5d],_0x240107[_0x305b25(0x20d)]=this['screenshotEventUrl'],_0x240107;}this[_0x305b25(0x263)]['push'](_0x298da7);let _0x386544=null,_0x203576=this[_0x305b25(0x210)]();_0x203576&&(_0x386544=this['queue'][_0x305b25(0x26a)](0x0,_0x2e5b9c),this['queue'][_0x305b25(0x233)](0x0,_0xe91864),this[_0x305b25(0x205)]());const _0x4fe92e={};return _0x4fe92e[_0x305b25(0x210)]=_0x203576,_0x4fe92e[_0x305b25(0x266)]=_0x386544,_0x4fe92e[_0x305b25(0x20d)]=this[_0x305b25(0x26c)],_0x4fe92e;}else{if(_0xc7c23e[_0x305b25(0x21e)](this[_0x305b25(0x263)][_0x305b25(0x288)],0x0)){if(_0xc7c23e[_0x305b25(0x213)](_0xc7c23e['AtVtV'],_0xc7c23e[_0x305b25(0x24e)])){const _0x12aed1=this[_0x305b25(0x263)][_0x305b25(0x26a)](0x0,BATCH_SIZE);this['queue'][_0x305b25(0x233)](0x0,BATCH_SIZE),await this[_0x305b25(0x200)](this[_0x305b25(0x26c)],_0xc7c23e['JFyMZ'],_0x12aed1);}else _0x2d18ed[_0x305b25(0x245)]?_0x2f8631[_0x305b25(0x21b)](_0x43db9f,_0x305b25(0x270)+_0x7c3fc7+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x4c977b[_0x305b25(0x245)][_0x305b25(0x214)]+'\x20'+_0x2c8b06[_0x305b25(0x245)][_0x305b25(0x20c)]+'\x20'+_0x254f62[_0x305b25(0x20e)](_0x13d9f3[_0x305b25(0x245)][_0x305b25(0x25c)])):_0x2f8631['mdIYv'](_0x201648,_0x305b25(0x270)+_0xd71ab8+_0x305b25(0x22e)+(_0x346539['message']||_0x1a1d03)),this[_0x305b25(0x272)]=_0x2f0b1f[_0x305b25(0x273)](0x0,_0x2f8631[_0x305b25(0x23d)](this['pendingUploads'],_0x369d71['length']));}}},BATCH_INTERVAL);};[a59_0x5e79cd(0x205)]=()=>{const _0x2b9666=a59_0x5e79cd,_0x212e06={};_0x212e06[_0x2b9666(0x26f)]=_0x2b9666(0x25a);const _0x2866f=_0x212e06;this[_0x2b9666(0x206)](_0x2866f[_0x2b9666(0x26f)]),this[_0x2b9666(0x1f3)]();};[a59_0x5e79cd(0x206)]=_0x53d9ea=>{const _0x512f37=a59_0x5e79cd,_0x30e937={'Cnjur':function(_0x11b792,_0x170bab){return _0x11b792!==_0x170bab;},'NLnMc':_0x512f37(0x241),'yxGZD':'WihEW','VrDwR':function(_0x2d46ac,_0xb00631){return _0x2d46ac(_0xb00631);},'wezhF':function(_0x5b4577,_0x33da73){return _0x5b4577===_0x33da73;},'XJxLs':_0x512f37(0x28a)};if(this[_0x512f37(0x25e)]){if(_0x30e937['Cnjur'](_0x30e937[_0x512f37(0x209)],_0x30e937['yxGZD'])){_0x30e937[_0x512f37(0x1f4)](clearInterval,this[_0x512f37(0x25e)]),this['pollEventBatchInterval']=null;if(_0x30e937['wezhF'](_0x53d9ea,_0x30e937['XJxLs']))this[_0x512f37(0x27d)]=![];}else _0x3b0f90['instance']=new _0x2d579e();}};[a59_0x5e79cd(0x210)]=()=>{const _0x3c4fcd=a59_0x5e79cd,_0x25e0f3={};_0x25e0f3['sdAbo']=function(_0x461050,_0x239868){return _0x461050>=_0x239868;};const _0x491975=_0x25e0f3;return _0x491975['sdAbo'](this['queue'][_0x3c4fcd(0x288)],BATCH_SIZE);};async['uploadPending'](_0x1a325c=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x2c6216=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x40ac92=a59_0x5e79cd,_0x1fdadf={'RhOUY':function(_0x43a988,_0x2b8e0f){return _0x43a988>=_0x2b8e0f;},'xaoFC':function(_0x555bf2,_0x299dc4){return _0x555bf2<=_0x299dc4;},'NmKOo':function(_0x4f350c,_0x2b8198){return _0x4f350c===_0x2b8198;},'MLbIx':_0x40ac92(0x22b),'ZXEpi':function(_0x51fb37,_0xc93637){return _0x51fb37(_0xc93637);},'rIlsO':function(_0x18d6cd,_0x4cc374){return _0x18d6cd-_0x4cc374;}};if(_0x1fdadf[_0x40ac92(0x1ef)](this['pendingUploads'],0x0)||_0x1fdadf[_0x40ac92(0x1ef)](_0x1a325c,0x0)){if(_0x1fdadf[_0x40ac92(0x269)](_0x1fdadf[_0x40ac92(0x229)],_0x1fdadf['MLbIx']))return;else return _0x1fdadf[_0x40ac92(0x22c)](this[_0x40ac92(0x263)][_0x40ac92(0x288)],_0x5d12e1);}return await _0x1fdadf[_0x40ac92(0x281)](sleep,_0x2c6216),this[_0x40ac92(0x212)](_0x1fdadf[_0x40ac92(0x1f0)](_0x1a325c,_0x2c6216));}}module[a59_0x5e79cd(0x222)]=RequestQueueHandler;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a54_0x2a56(_0x54a053,_0x4901da){const _0x1f0668=a54_0x1f06();return a54_0x2a56=function(_0x2a562f,_0x121b0f){_0x2a562f=_0x2a562f-0x11d;let _0xc47bd2=_0x1f0668[_0x2a562f];return _0xc47bd2;},a54_0x2a56(_0x54a053,_0x4901da);}function a54_0x1f06(){const _0x23a653=['lERnW','CGamV','basename','LogCreated','BnHiV','Bearer\x20','QAnTl','tWhAz','Build\x20creation\x20successful!','KoeeF','10eDSnwr','Retry\x20runs\x20exceeded','ADpKU','19423591wuoiFG','Vsgvt','lUUfE','VxONq','JhUvv','xBVKk','wWuFu','115vXNwGr','trYvV','includes','eYclW','uploadEventData','BbgBx','vJXPt','uHlxd','YFxqR','Test_Start_Upload','CREDENTIALS_FOR_CRASH_REPORTING','bsNCG','zDcjp','add','EHqvN','618pYyYcb','AZfGN','EXCEPTION\x20IN\x20','errorType','hbCbM','AlZAi','ULyZb','stringify','toString','BS_TESTOPS_BUILD_COMPLETED','../helper','dFQiE','iPAnI','ybTeB','JlWtr','553467BQXopz','Test_End_Upload','application/json','SQhir','lAjof','Ntbuk','acQsI','inhru','DLFfv','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','null','tLHJp','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20','sCBRW','XWWfM','statusText','projectName','cwd','PbnnW','true','Hook_Start_Upload','ISLCm','VuVss','Log_Upload','OzKZE','resolve','BROWSERSTACK_BUILD_RUN_IDENTIFIER','knmhd','wapON','QEqbb','Authorization','sVUes','VCDQK','headers','uLcIg','OVOpL','2773860ykOsOz','MHQRE','ykdkj','onYXw','LcmtU','length','BHICD','sryvS','112zUlvcn','LufOP','info','WpFsP','WDRGL','RJHIa','BS_TESTOPS_BUILD_HASHED_ID','mjvEM','ERROR_INVALID_CREDENTIALS','../logger','stopBuildUpstream\x20event\x20successful!','requestQueueHandler','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','pendingUploads','api/v1/builds','MGkSC','kewfL','JYEsV','CBTSessionCreated','BS_TESTOPS_JWT','HookRunStarted','X-BSTACK-TESTOPS','env','AXYRu','tfpKJ','BROWSERSTACK_RERUN','IDPsH','GkGvi','Vmzqb','max','CBT_Upload','tNESe','CNhyH','KFfjw','qkUbF','CGwgZ','LLnrH','./utils','ZquSl','lZfnj','yiXVQ','\x20retry\x20runs\x20exceeded','fwCEi','EmOLc','jwt','IkiyB','buildName','OUCnH','status','success','uploadPending','Yfgin','Batch-Queue','allow_screenshots','betSo','siEPQ','AzsZG','rFDMs','getCiInfo','ByRov','zPmOr','Mdpnd','password','NxPfg','toiHf','LZkeH','buildDescription',']\x20event\x20successful!','yTyft','KUAgE','build_hashed_id','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Build\x20Start\x20is\x20not\x20completed\x20and\x20','cmvuM','gJagw','bvumP','aivOb','Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20','GwqfK','qgXWE','11859TSRDBr','BS_TESTOPS_ALLOW_SCREENSHOTS','LoqYS','qYwpS','NHYLI','subOM','Test_Skipped_Upload','WCHwU','wTQgb','fbyFv','MIcRz','wfwvT','getAccessKey','pLprv','nWrHK','1168524NrWxfa','path','sDSsL','xtoon','stop','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20missing\x20authentication\x20token','abRko','username','api/v1/event','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','ERROR_SDK_DEPRECATED','false','HRLBx','oSZCu','LLzUb','HVJgI','qevNp','jphoP','winstonLogger','message','InWjW','SmUGy','AFBlq','tzJLf','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','148972sibsld','170758nWAGUq','hYqiO','eventUrl','XfORi','data','ulsUZ','60DzncEI','iktSS','HeNyz','bKzyC','wgKUX','response','YEUoD','wQSwP','XfZFb','JxJpz','toISOString','error','TYaWu','LqZxu','VpivZ','GxzEp','fTBVV','gTpcV','TestRunFinished','UmRKC','aaruU','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','qgkCa','rOPEz','awhUR','buildIdentifier'];a54_0x1f06=function(){return _0x23a653;};return a54_0x1f06();}const a54_0x2253a2=a54_0x2a56;(function(_0x53bbb8,_0x2c6d52){const _0x6fc861=a54_0x2a56,_0x479907=_0x53bbb8();while(!![]){try{const _0x2af0ae=-parseInt(_0x6fc861(0x1ad))/0x1+parseInt(_0x6fc861(0x19e))/0x2*(-parseInt(_0x6fc861(0x132))/0x3)+parseInt(_0x6fc861(0x15a))/0x4*(-parseInt(_0x6fc861(0x18f))/0x5)+parseInt(_0x6fc861(0x161))/0x6*(parseInt(_0x6fc861(0x15b))/0x7)+parseInt(_0x6fc861(0x1d9))/0x8*(parseInt(_0x6fc861(0x141))/0x9)+-parseInt(_0x6fc861(0x185))/0xa*(-parseInt(_0x6fc861(0x188))/0xb)+-parseInt(_0x6fc861(0x1d1))/0xc;if(_0x2af0ae===_0x2c6d52)break;else _0x479907['push'](_0x479907['shift']());}catch(_0xdaa1d7){_0x479907['push'](_0x479907['shift']());}}}(a54_0x1f06,0xeb881));const bsSetupHelper=require(a54_0x2253a2(0x1a8)),path=require(a54_0x2253a2(0x142)),os=require('os'),{debug,getCustomTags,getDefaultHeaders,nodeRequest,sleep}=require(a54_0x2253a2(0x1fe)),{EVENT_ENDPOINT,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS}=require('./constants'),RequestQueueHandler=require('./requestQueueHandler'),logger=require(a54_0x2253a2(0x1e2))[a54_0x2253a2(0x153)];class SessionHandler{static ['requestQueueHandler']=RequestQueueHandler['getInstance']();static async['launch'](_0x1591be,_0x30070b){const _0x303bba=a54_0x2253a2,_0x1fb84d={'NHYLI':function(_0x2848cf,_0x63a683){return _0x2848cf(_0x63a683);},'KIHjq':function(_0x18746f,_0x215b21){return _0x18746f!=_0x215b21;},'VuVss':_0x303bba(0x1b7),'lZfnj':function(_0x5ada1e,_0x3c809c){return _0x5ada1e-_0x3c809c;},'GkGvi':_0x303bba(0x16c),'lERnW':_0x303bba(0x186),'gJagw':function(_0x5ccdaf,_0xad24c7){return _0x5ccdaf(_0xad24c7);},'AZfGN':'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','ulsUZ':_0x303bba(0x1b6),'LoqYS':function(_0xbc5d69,_0x2de85f){return _0xbc5d69!==_0x2de85f;},'XfZFb':_0x303bba(0x20d),'SmUGy':function(_0x51d9ef,_0x84eaea){return _0x51d9ef(_0x84eaea);},'iPAnI':function(_0xc5c450,_0x2fd78b){return _0xc5c450!==_0x2fd78b;},'betSo':function(_0x4ff066,_0x1a9c50){return _0x4ff066===_0x1a9c50;},'NxPfg':'api/v1/event','qgXWE':function(_0xef3fbb,_0x24712e){return _0xef3fbb(_0x24712e);},'onYXw':function(_0xc8ed3c,_0x274a7d){return _0xc8ed3c(_0x274a7d);},'XnCag':function(_0x3041b9,_0x47dd4e){return _0x3041b9||_0x47dd4e;},'wQSwP':function(_0x427b88,_0x1c3e92){return _0x427b88||_0x1c3e92;},'jphoP':function(_0x13080c,_0x20e08f){return _0x13080c===_0x20e08f;},'kewfL':'LMwMA','nGRpR':_0x303bba(0x196),'sVUes':function(_0x511c41,_0x53e3ea){return _0x511c41(_0x53e3ea);},'aivOb':_0x303bba(0x159),'BHICD':_0x303bba(0x14c),'IDPsH':function(_0x49ca04,_0x1d6075){return _0x49ca04===_0x1d6075;},'awhUR':'LSKCw','bsNCG':'ugaSs','EHqvN':'npbOy','LFDDn':_0x303bba(0x1da),'cUMBH':'json','zdoaR':function(_0x2f1c4e){return _0x2f1c4e();},'BvZGQ':function(_0x18e9a2,_0x13ddd4,_0x262270,_0x321fd3,_0x57e8e7){return _0x18e9a2(_0x13ddd4,_0x262270,_0x321fd3,_0x57e8e7);},'eYclW':'POST','OzKZE':_0x303bba(0x1e7),'tNESe':_0x303bba(0x183),'LcmtU':'true','ikPRX':'xFkGj','sCBRW':_0x303bba(0x18a),'QlvDU':function(_0x13a076,_0xf35bfd){return _0x13a076===_0xf35bfd;},'zPmOr':_0x303bba(0x1ea),'aaruU':function(_0x3dd850,_0x4d8c0e){return _0x3dd850!==_0x4d8c0e;},'CGwgZ':_0x303bba(0x135),'rFDMs':_0x303bba(0x1bf),'Vmzqb':function(_0x9fde1c,_0xbe03a5){return _0x9fde1c!==_0xbe03a5;},'UmRKC':'GqzZi','kRoUI':_0x303bba(0x15e),'dLWiT':function(_0x485f99,_0x3f41e6){return _0x485f99!==_0x3f41e6;},'MIcRz':_0x303bba(0x177),'PkTjv':function(_0x165e4e,_0x16c852){return _0x165e4e(_0x16c852);},'fwCEi':function(_0x195539,_0x9c29f3){return _0x195539!==_0x9c29f3;},'OVOpL':'PGbCl','Mdpnd':function(_0x5e11d9,_0x2c046a){return _0x5e11d9(_0x2c046a);},'qIeGN':function(_0x1c1e79,_0x15c4c4){return _0x1c1e79!==_0x15c4c4;},'JhUvv':'eJuBY','KFfjw':_0x303bba(0x1e1),'zDcjp':'ERROR_ACCESS_DENIED','URzPp':_0x303bba(0x14b),'dYvvo':function(_0x4c7769,_0x84204d){return _0x4c7769===_0x84204d;},'MHQRE':_0x303bba(0x211)},_0x56895d=bsSetupHelper['getUserName'](_0x1591be),_0x3a253b=bsSetupHelper[_0x303bba(0x13e)](_0x1591be),_0x5f3b35=_0x1fb84d['XnCag'](_0x56895d,'')+':'+_0x1fb84d[_0x303bba(0x168)](_0x3a253b,'');if(_0x1fb84d[_0x303bba(0x152)](_0x5f3b35,':')){if(_0x1fb84d['jphoP'](_0x1fb84d[_0x303bba(0x1e9)],_0x1fb84d['nGRpR'])){_0x1fb84d['NHYLI'](_0x51dc67,'EXCEPTION\x20IN\x20'+_0x307bbd+_0x303bba(0x12a)+_0x405498+'\x20retry\x20runs\x20exceeded');if(_0x1fb84d['KIHjq'](_0x6e1422[_0x303bba(0x1ef)][_0x303bba(0x1ec)],_0x1fb84d[_0x303bba(0x1c3)]))this[_0x303bba(0x1e4)][_0x303bba(0x1e6)]=_0x3040f0[_0x303bba(0x1f6)](0x0,_0x1fb84d[_0x303bba(0x200)](this[_0x303bba(0x1e4)]['pendingUploads'],0x1));const _0x347f22={};return _0x347f22[_0x303bba(0x209)]=_0x1fb84d[_0x303bba(0x1f4)],_0x347f22[_0x303bba(0x154)]=_0x1fb84d[_0x303bba(0x17b)],_0x347f22;}else return _0x1fb84d[_0x303bba(0x1cc)](debug,_0x1fb84d[_0x303bba(0x12e)]),process[_0x303bba(0x1ef)]['BS_TESTOPS_BUILD_COMPLETED']=_0x1fb84d[_0x303bba(0x1d7)],[null,null];}else{if(_0x1fb84d[_0x303bba(0x1f3)](_0x1fb84d[_0x303bba(0x179)],_0x1fb84d[_0x303bba(0x19a)])){_0x1fb84d['gJagw'](_0xef4b05,_0x1fb84d[_0x303bba(0x19f)]);const _0x6d69a9={};return _0x6d69a9[_0x303bba(0x209)]=_0x1fb84d[_0x303bba(0x1f4)],_0x6d69a9['message']=_0x1fb84d[_0x303bba(0x160)],_0x6d69a9;}else try{if(_0x1fb84d[_0x303bba(0x134)](_0x1fb84d[_0x303bba(0x19d)],_0x1fb84d['LFDDn'])){const _0x3007df={'format':_0x1fb84d['cUMBH'],'project_name':_0x1591be[_0x303bba(0x1bd)]||'','name':_0x1591be[_0x303bba(0x207)]||path[_0x303bba(0x17d)](path[_0x303bba(0x1c6)](process[_0x303bba(0x1be)]())),'build_identifier':_0x1591be[_0x303bba(0x17a)],'description':_0x1591be[_0x303bba(0x125)]||'','start_time':new Date()['toISOString'](),'tags':_0x1fb84d['onYXw'](getCustomTags,_0x1591be),'host_info':bsSetupHelper['getHostInfo'](),'ci_info':bsSetupHelper[_0x303bba(0x11d)](),'build_run_identifier':process[_0x303bba(0x1ef)][_0x303bba(0x1c7)],'failed_tests_rerun':process[_0x303bba(0x1ef)][_0x303bba(0x1f2)]||![],'version_control':await bsSetupHelper['getGitMetaData'](),'observability_version':{'frameworkName':_0x30070b['frameworkName'],'frameworkVersion':_0x30070b['frameworkVersion'],'sdkVersion':bsSetupHelper['getAgentVersion']()}},_0x3e78e8={};_0x3e78e8[_0x303bba(0x148)]=_0x56895d,_0x3e78e8[_0x303bba(0x121)]=_0x3a253b;const _0x2b2cd8={'auth':_0x3e78e8,'headers':_0x1fb84d['zdoaR'](getDefaultHeaders)},_0x16ca45=await _0x1fb84d['BvZGQ'](nodeRequest,_0x1fb84d[_0x303bba(0x192)],_0x1fb84d[_0x303bba(0x1c5)],_0x3007df,_0x2b2cd8);_0x1fb84d[_0x303bba(0x131)](debug,_0x1fb84d[_0x303bba(0x1f8)]),process[_0x303bba(0x1ef)][_0x303bba(0x1a7)]=_0x1fb84d[_0x303bba(0x1d5)];const _0x4adcd3=_0x16ca45[_0x303bba(0x15f)];if(_0x4adcd3['jwt']){if(_0x1fb84d[_0x303bba(0x134)](_0x1fb84d['ikPRX'],_0x1fb84d[_0x303bba(0x1ba)])){process['env'][_0x303bba(0x1ec)]=_0x4adcd3[_0x303bba(0x205)];const _0x4d0dba={};_0x4d0dba[_0x303bba(0x148)]=_0x56895d,_0x4d0dba[_0x303bba(0x121)]=_0x3a253b,process[_0x303bba(0x1ef)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x303bba(0x1a5)](_0x4d0dba);}else return;}if(_0x4adcd3[_0x303bba(0x129)]){if(_0x1fb84d['QlvDU'](_0x1fb84d[_0x303bba(0x11f)],_0x1fb84d[_0x303bba(0x11f)]))process['env'][_0x303bba(0x1df)]=_0x4adcd3['build_hashed_id'];else{_0x1fb84d[_0x303bba(0x136)](_0x1d6988,_0x303bba(0x1a0)+_0x25fb9c+_0x303bba(0x146)),this[_0x303bba(0x1e4)][_0x303bba(0x1e6)]=_0x1d73a9[_0x303bba(0x1f6)](0x0,_0x1fb84d[_0x303bba(0x200)](this['requestQueueHandler']['pendingUploads'],0x1));const _0x1c4236={};return _0x1c4236[_0x303bba(0x209)]=_0x1fb84d[_0x303bba(0x1f4)],_0x1c4236[_0x303bba(0x154)]=_0x1fb84d[_0x303bba(0x160)],_0x1c4236;}}if(_0x4adcd3[_0x303bba(0x20e)]){if(_0x1fb84d[_0x303bba(0x175)](_0x1fb84d[_0x303bba(0x1fc)],_0x1fb84d[_0x303bba(0x212)]))process[_0x303bba(0x1ef)][_0x303bba(0x133)]=_0x4adcd3['allow_screenshots'][_0x303bba(0x1a6)]();else{_0x18f20d['response']?_0x1fb84d[_0x303bba(0x12c)](_0x2d8ff5,_0x303bba(0x1a0)+(_0x1fb84d['LoqYS'](_0x4adaac,this[_0x303bba(0x1e4)]['eventUrl'])?_0x30ba45:_0x1fb84d['XfZFb'])+_0x303bba(0x176)+_0x58adc3[_0x303bba(0x166)][_0x303bba(0x209)]+'\x20'+_0x194e80[_0x303bba(0x166)][_0x303bba(0x1bc)]+'\x20'+_0x49475a[_0x303bba(0x1a5)](_0x57c691[_0x303bba(0x166)][_0x303bba(0x15f)])):_0x1fb84d[_0x303bba(0x156)](_0x292a24,'EXCEPTION\x20IN\x20'+(_0x1fb84d[_0x303bba(0x1aa)](_0x33fbed,this[_0x303bba(0x1e4)][_0x303bba(0x15d)])?_0x2e7b40:_0x1fb84d['XfZFb'])+_0x303bba(0x176)+(_0x2384cd[_0x303bba(0x154)]||_0x55817d));this[_0x303bba(0x1e4)][_0x303bba(0x1e6)]=_0x665ef9[_0x303bba(0x1f6)](0x0,_0x1fb84d[_0x303bba(0x200)](this['requestQueueHandler'][_0x303bba(0x1e6)],_0x1fb84d[_0x303bba(0x20f)](_0x2dd1c9,_0x1fb84d[_0x303bba(0x122)])?0x1:_0x50a5fa[_0x303bba(0x1d6)]));const _0x4bbdd9={};return _0x4bbdd9[_0x303bba(0x209)]=_0x1fb84d[_0x303bba(0x1f4)],_0x4bbdd9[_0x303bba(0x154)]=_0xb491df['message']||(_0x201949[_0x303bba(0x166)]?_0x5ee8e1[_0x303bba(0x166)]['status']+':'+_0x16736a[_0x303bba(0x166)][_0x303bba(0x1bc)]:_0x35fed2),_0x4bbdd9;}}return[_0x16ca45[_0x303bba(0x15f)]['jwt'],_0x16ca45[_0x303bba(0x15f)]['build_hashed_id'],_0x16ca45['data'][_0x303bba(0x20e)]];}else{const _0x450fe8={};_0x450fe8[_0x303bba(0x154)]=_0x35f070['data'][_0x303bba(0x16c)];throw _0x450fe8;}}catch(_0x13ce14){if(_0x1fb84d[_0x303bba(0x1f5)](_0x1fb84d[_0x303bba(0x174)],_0x1fb84d['kRoUI'])){process[_0x303bba(0x1ef)][_0x303bba(0x1a7)]=_0x1fb84d[_0x303bba(0x1d7)],process['env'][_0x303bba(0x1ec)]=_0x1fb84d[_0x303bba(0x1c3)],process[_0x303bba(0x1ef)][_0x303bba(0x1df)]=_0x1fb84d[_0x303bba(0x1c3)],process[_0x303bba(0x1ef)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x1fb84d[_0x303bba(0x1c3)];if(_0x13ce14['response'])_0x1fb84d['dLWiT'](_0x1fb84d[_0x303bba(0x13c)],_0x1fb84d['MIcRz'])?_0x1fb84d[_0x303bba(0x131)](_0x43d814,_0x303bba(0x1b9)+_0x1b87cd[_0x303bba(0x166)]['status']+'\x20'+_0x6ecf2b[_0x303bba(0x166)][_0x303bba(0x1bc)]+'\x20'+_0x1215e7[_0x303bba(0x1a5)](_0x5f5160[_0x303bba(0x166)][_0x303bba(0x15f)])):_0x1fb84d['PkTjv'](debug,'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20'+_0x13ce14[_0x303bba(0x166)]['status']+'\x20'+_0x13ce14[_0x303bba(0x166)][_0x303bba(0x1bc)]+'\x20'+JSON['stringify'](_0x13ce14['response'][_0x303bba(0x15f)]));else{if(_0x1fb84d[_0x303bba(0x203)](_0x1fb84d['OVOpL'],_0x1fb84d[_0x303bba(0x1d0)])){_0x33f170[_0x303bba(0x1ef)]['BS_TESTOPS_JWT']=_0x7bf8a9['jwt'];const _0x462ce4={};_0x462ce4['username']=_0x112f20,_0x462ce4['password']=_0x48a6c6,_0x1a99dd['env'][_0x303bba(0x199)]=_0x2cc984[_0x303bba(0x1a5)](_0x462ce4);}else _0x1fb84d[_0x303bba(0x120)](debug,_0x303bba(0x1b9)+(_0x13ce14['message']||_0x13ce14));}if(_0x13ce14&&_0x13ce14[_0x303bba(0x154)]){if(_0x1fb84d['qIeGN'](_0x1fb84d[_0x303bba(0x18c)],_0x1fb84d[_0x303bba(0x18c)]))_0x1fb84d['SmUGy'](_0x245703,_0x303bba(0x1a0)+(_0x1fb84d['LoqYS'](_0x2e369d,this[_0x303bba(0x1e4)][_0x303bba(0x15d)])?_0x50827e:_0x1fb84d[_0x303bba(0x169)])+_0x303bba(0x176)+(_0xab8012[_0x303bba(0x154)]||_0x350c7e));else{const _0x225b60=_0x13ce14[_0x303bba(0x154)];switch(_0x13ce14[_0x303bba(0x1a1)]){case _0x1fb84d[_0x303bba(0x1fa)]:logger[_0x303bba(0x16c)](_0x225b60);break;case _0x1fb84d[_0x303bba(0x19b)]:logger[_0x303bba(0x1db)](_0x225b60);break;case _0x1fb84d['URzPp']:logger[_0x303bba(0x16c)](_0x225b60);break;default:logger[_0x303bba(0x16c)](_0x225b60);}}}else _0x1fb84d['dYvvo'](_0x1fb84d[_0x303bba(0x1d2)],_0x1fb84d[_0x303bba(0x1d2)])?console[_0x303bba(0x1db)](_0x303bba(0x12f)+_0x13ce14):_0x1fb84d[_0x303bba(0x156)](_0x44e005,_0x303bba(0x1a0)+(_0x1fb84d[_0x303bba(0x1aa)](_0x24ffd8,this['requestQueueHandler']['eventUrl'])?_0x292779:_0x1fb84d[_0x303bba(0x169)])+_0x303bba(0x176)+_0x4a0b57[_0x303bba(0x166)][_0x303bba(0x209)]+'\x20'+_0x43f366[_0x303bba(0x166)][_0x303bba(0x1bc)]+'\x20'+_0x29897c[_0x303bba(0x1a5)](_0x2b38b9[_0x303bba(0x166)]['data']));return[null,null,null];}else _0x1fb84d[_0x303bba(0x1d4)](_0x5ab8df,_0x303bba(0x14a)+(_0x3ab847[_0x303bba(0x154)]||_0x5d1525));}}}static async['waitForBuildStatus'](){const _0x543abc=a54_0x2253a2,_0xfd2a9a={'WCHwU':function(_0x130dc3,_0x127919){return _0x130dc3+_0x127919;},'nWrHK':function(_0x3f5401,_0x4250a2,_0x13af13){return _0x3f5401(_0x4250a2,_0x13af13);},'siEPQ':_0x543abc(0x1c0),'acQsI':_0x543abc(0x14c),'vKTiV':function(_0x54a205,_0xbf525){return _0x54a205===_0xbf525;},'trYvV':_0x543abc(0x197),'awmkO':'LBqnO','jcuUC':function(_0x2493c8,_0x6778a4){return _0x2493c8(_0x6778a4);}},_0xc08e8=process[_0x543abc(0x1ef)][_0x543abc(0x1a7)];if([_0xfd2a9a[_0x543abc(0x210)],_0xfd2a9a['acQsI']]['includes'](_0xc08e8))return;while([_0xfd2a9a[_0x543abc(0x210)],_0xfd2a9a[_0x543abc(0x1b3)]][_0x543abc(0x191)](_0xc08e8)){if(_0xfd2a9a['vKTiV'](_0xfd2a9a[_0x543abc(0x190)],_0xfd2a9a['awmkO'])){const _0x517fc9={'InWjW':function(_0x4b4e39,_0x24808d){const _0x339122=_0x543abc;return _0xfd2a9a[_0x339122(0x139)](_0x4b4e39,_0x24808d);}};_0xfd2a9a[_0x543abc(0x140)](_0x518a19,()=>{const _0x21540a=_0x543abc;this['uploadEventData'](_0x46b2e1,_0x517fc9[_0x21540a(0x155)](_0x1df8df,0x1));},0x3e8);}else await _0xfd2a9a['jcuUC'](sleep,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS);}}static async[a54_0x2253a2(0x145)](){const _0x2e1e68=a54_0x2253a2,_0x2ed98a={'AXYRu':function(_0x3550af,_0x21c915){return _0x3550af(_0x21c915);},'mjvEM':function(_0x3e360c,_0x5c05b6){return _0x3e360c!==_0x5c05b6;},'LAWBg':'Batch-Queue','wfwvT':function(_0x778abb,_0x32885a){return _0x778abb-_0x32885a;},'GxzEp':function(_0x4b158e,_0x461943){return _0x4b158e===_0x461943;},'ybTeB':_0x2e1e68(0x149),'tzJLf':_0x2e1e68(0x20a),'rOPEz':function(_0x5dcc43,_0x1e56b7){return _0x5dcc43(_0x1e56b7);},'IkiyB':function(_0x28e853,_0x426580){return _0x28e853(_0x426580);},'HeNyz':'error','KZuwh':function(_0x33a0b8,_0x79fb5c){return _0x33a0b8+_0x79fb5c;},'hbCbM':function(_0x2a3a13,_0x3b7f4c){return _0x2a3a13===_0x3b7f4c;},'tZpgv':'false','HVJgI':_0x2e1e68(0x1fb),'WpFsP':'null','XWWfM':function(_0x45ca92,_0x555a7b){return _0x45ca92===_0x555a7b;},'LLzUb':function(_0x3bb444,_0x13bf44){return _0x3bb444===_0x13bf44;},'SQhir':_0x2e1e68(0x17f),'MrSYo':_0x2e1e68(0x1e5),'sDSsL':_0x2e1e68(0x1b6),'ULyZb':function(_0x3cafee,_0x23f983){return _0x3cafee===_0x23f983;},'gTpcV':_0x2e1e68(0x16f),'tWhAz':function(_0x1db637){return _0x1db637();},'MGkSC':function(_0x578a63,_0x4a00cf){return _0x578a63===_0x4a00cf;},'zRsBt':'xryZb','BbgBx':'BkWMF','sryvS':function(_0x39d571,_0x223d2a,_0x3b566e,_0x5b3502,_0x4f00df,_0x4732cc){return _0x39d571(_0x223d2a,_0x3b566e,_0x5b3502,_0x4f00df,_0x4732cc);},'JTTRZ':'PUT','oSZCu':_0x2e1e68(0x187),'rwxSV':_0x2e1e68(0x13f),'bKzyC':function(_0x16ad45,_0x20377f){return _0x16ad45!==_0x20377f;},'knmhd':_0x2e1e68(0x16d),'qevNp':function(_0x177725,_0x58f8b9){return _0x177725(_0x58f8b9);},'vJXPt':_0x2e1e68(0x201),'tfpKJ':_0x2e1e68(0x130),'AlZAi':_0x2e1e68(0x13a),'QAnTl':'vMdzU','LZkeH':function(_0x1ffd23,_0x457fc3){return _0x1ffd23(_0x457fc3);},'VxONq':'wtGuC','YEUoD':_0x2e1e68(0x1b4)};if(_0x2ed98a[_0x2e1e68(0x1a2)](process[_0x2e1e68(0x1ef)][_0x2e1e68(0x1a7)],_0x2ed98a['tZpgv'])){if(_0x2ed98a['mjvEM'](_0x2ed98a[_0x2e1e68(0x150)],_0x2ed98a[_0x2e1e68(0x150)])){_0x2ed98a[_0x2e1e68(0x1f0)](_0xe7495a,(_0x2ed98a[_0x2e1e68(0x1e0)](_0x821fd5,this[_0x2e1e68(0x1e4)]['eventUrl'])?_0x525547:_0x2ed98a['LAWBg'])+'['+_0x2decf3+_0x2e1e68(0x126)),this['requestQueueHandler']['pendingUploads']=_0x746977[_0x2e1e68(0x1f6)](0x0,_0x2ed98a[_0x2e1e68(0x13d)](this['requestQueueHandler'][_0x2e1e68(0x1e6)],_0x2ed98a[_0x2e1e68(0x170)](_0x3a8b3d,_0x2ed98a[_0x2e1e68(0x1ab)])?0x1:_0x10a4c3['length']));const _0x7513db={};return _0x7513db[_0x2e1e68(0x209)]=_0x2ed98a['tzJLf'],_0x7513db[_0x2e1e68(0x154)]='',_0x7513db;}else return;}await this[_0x2e1e68(0x1e4)][_0x2e1e68(0x20b)](),await this['waitForBuildStatus']();if(_0x2ed98a[_0x2e1e68(0x170)](process['env'][_0x2e1e68(0x1ec)],_0x2ed98a[_0x2e1e68(0x1dc)])||_0x2ed98a[_0x2e1e68(0x1bb)](process[_0x2e1e68(0x1ef)]['BS_TESTOPS_BUILD_HASHED_ID'],_0x2ed98a[_0x2e1e68(0x1dc)])){if(_0x2ed98a[_0x2e1e68(0x14f)](_0x2ed98a[_0x2e1e68(0x1b0)],_0x2ed98a[_0x2e1e68(0x1b0)])){_0x2ed98a['IkiyB'](debug,_0x2ed98a['MrSYo']);const _0x30a226={};return _0x30a226[_0x2e1e68(0x209)]=_0x2ed98a['HeNyz'],_0x30a226[_0x2e1e68(0x154)]=_0x2ed98a[_0x2e1e68(0x143)],_0x30a226;}else _0x478f7e=_0x339e0d,_0x1e1e1b=_0x3df760;}else{if(_0x2ed98a[_0x2e1e68(0x1a4)](_0x2ed98a[_0x2e1e68(0x172)],_0x2ed98a[_0x2e1e68(0x172)])){const _0x1c541b={'stop_time':new Date()[_0x2e1e68(0x16b)]()},_0x1e203c={'headers':_0x2ed98a[_0x2e1e68(0x182)](getDefaultHeaders)};try{if(_0x2ed98a[_0x2e1e68(0x1e8)](_0x2ed98a['zRsBt'],_0x2ed98a[_0x2e1e68(0x194)])){_0x35b411[_0x2e1e68(0x166)]?_0x2ed98a[_0x2e1e68(0x178)](_0x2b67f5,_0x2e1e68(0x14a)+_0x52c93a[_0x2e1e68(0x166)]['status']+'\x20'+_0x33fb08[_0x2e1e68(0x166)][_0x2e1e68(0x1bc)]+'\x20'+_0x25201d[_0x2e1e68(0x1a5)](_0x2f838f[_0x2e1e68(0x166)][_0x2e1e68(0x15f)])):_0x2ed98a[_0x2e1e68(0x206)](_0x5f47f3,_0x2e1e68(0x14a)+(_0x4427b3[_0x2e1e68(0x154)]||_0x3b2600));const _0x114dfa={};return _0x114dfa[_0x2e1e68(0x209)]=_0x2ed98a[_0x2e1e68(0x163)],_0x114dfa[_0x2e1e68(0x154)]=_0x1a66dc['message']||_0xd81879[_0x2e1e68(0x166)]?_0x31ab5a['response'][_0x2e1e68(0x209)]+':'+_0x316514[_0x2e1e68(0x166)][_0x2e1e68(0x1bc)]:_0x25dc5d,_0x114dfa;}else{const _0x524651=await _0x2ed98a[_0x2e1e68(0x1d8)](nodeRequest,_0x2ed98a['JTTRZ'],'api/v1/builds/'+process[_0x2e1e68(0x1ef)][_0x2e1e68(0x1df)]+'/stop',_0x1c541b,_0x1e203c,![]);if(_0x524651[_0x2e1e68(0x15f)]&&_0x524651[_0x2e1e68(0x15f)][_0x2e1e68(0x16c)]){if(_0x2ed98a[_0x2e1e68(0x1e0)](_0x2ed98a[_0x2e1e68(0x14e)],_0x2ed98a['rwxSV'])){const _0x5c766e={};_0x5c766e['message']=_0x524651['data'][_0x2e1e68(0x16c)];throw _0x5c766e;}else _0x5ca938[_0x2e1e68(0x1ef)][_0x2e1e68(0x133)]=_0x5d6926[_0x2e1e68(0x20e)][_0x2e1e68(0x1a6)]();}else{if(_0x2ed98a[_0x2e1e68(0x164)](_0x2ed98a[_0x2e1e68(0x1c8)],_0x2ed98a[_0x2e1e68(0x1c8)]))_0x33a55f[_0x2e1e68(0x1ef)][_0x2e1e68(0x1df)]=_0x52c7bb[_0x2e1e68(0x129)];else{_0x2ed98a[_0x2e1e68(0x151)](debug,_0x2e1e68(0x1e3));const _0x5a4646={};return _0x5a4646[_0x2e1e68(0x209)]=_0x2ed98a[_0x2e1e68(0x158)],_0x5a4646[_0x2e1e68(0x154)]='',_0x5a4646;}}}}catch(_0x5501bf){if(_0x2ed98a[_0x2e1e68(0x1bb)](_0x2ed98a[_0x2e1e68(0x195)],_0x2ed98a[_0x2e1e68(0x1f1)]))return;else{_0x5501bf['response']?_0x2ed98a[_0x2e1e68(0x164)](_0x2ed98a[_0x2e1e68(0x1a3)],_0x2ed98a[_0x2e1e68(0x181)])?_0x2ed98a[_0x2e1e68(0x124)](debug,_0x2e1e68(0x14a)+_0x5501bf['response'][_0x2e1e68(0x209)]+'\x20'+_0x5501bf[_0x2e1e68(0x166)][_0x2e1e68(0x1bc)]+'\x20'+JSON[_0x2e1e68(0x1a5)](_0x5501bf[_0x2e1e68(0x166)]['data'])):_0x12884f[_0x2e1e68(0x1db)](_0x2e1e68(0x12f)+_0x472b36):_0x2ed98a[_0x2e1e68(0x1bb)](_0x2ed98a[_0x2e1e68(0x18b)],_0x2ed98a[_0x2e1e68(0x167)])?this[_0x2e1e68(0x193)](_0x423640,_0x2ed98a['KZuwh'](_0x527600,0x1)):_0x2ed98a[_0x2e1e68(0x206)](debug,_0x2e1e68(0x14a)+(_0x5501bf['message']||_0x5501bf));const _0xa4521b={};return _0xa4521b[_0x2e1e68(0x209)]=_0x2ed98a[_0x2e1e68(0x163)],_0xa4521b['message']=_0x5501bf[_0x2e1e68(0x154)]||_0x5501bf['response']?_0x5501bf[_0x2e1e68(0x166)][_0x2e1e68(0x209)]+':'+_0x5501bf['response'][_0x2e1e68(0x1bc)]:_0x5501bf,_0xa4521b;}}}else _0x2ed98a[_0x2e1e68(0x178)](_0x3e017b,_0x2e1e68(0x1b9)+(_0x45301b[_0x2e1e68(0x154)]||_0x4ddb50));}}static async[a54_0x2253a2(0x193)](_0x2d26dc,_0x3ecfc0=0x0){const _0x57a19a=a54_0x2253a2,_0x4fe3a7={'wapON':function(_0x1c979e,_0x21cf29){return _0x1c979e(_0x21cf29);},'HRLBx':_0x57a19a(0x20a),'JxJpz':function(_0x31199b,_0x1411f4){return _0x31199b(_0x1411f4);},'KUAgE':_0x57a19a(0x159),'EmOLc':'false','KoeeF':function(_0x19160c,_0xa7d849){return _0x19160c+_0xa7d849;},'cmvuM':_0x57a19a(0x198),'KENaD':_0x57a19a(0x1ae),'Ntbuk':_0x57a19a(0x138),'xtoon':_0x57a19a(0x1c4),'wWuFu':_0x57a19a(0x1c1),'RJHIa':'Hook_End_Upload','lAjof':_0x57a19a(0x1f7),'fbyFv':function(_0x270735,_0x3e7f70){return _0x270735===_0x3e7f70;},'AptJQ':function(_0x411f6f,_0x589409){return _0x411f6f!==_0x589409;},'ISLCm':_0x57a19a(0x1b7),'abRko':function(_0x139fee,_0x59d77d){return _0x139fee===_0x59d77d;},'iktSS':_0x57a19a(0x1c0),'Vsgvt':function(_0x1fb7b8,_0x3e235c){return _0x1fb7b8===_0x3e235c;},'Yfgin':function(_0x253b36,_0x429b4e){return _0x253b36!==_0x429b4e;},'subOM':_0x57a19a(0x1cf),'WDRGL':_0x57a19a(0x1d3),'CGamV':function(_0x567126,_0x19daa8){return _0x567126-_0x19daa8;},'QEqbb':_0x57a19a(0x16c),'OUCnH':_0x57a19a(0x1b6),'AFBlq':function(_0x319280,_0x4b610a){return _0x319280!==_0x4b610a;},'ZquSl':_0x57a19a(0x1fd),'fTBVV':_0x57a19a(0x16e),'xtRwH':_0x57a19a(0x1af),'dFQiE':function(_0xe37711,_0x938040,_0xe6418c,_0x18dd52,_0x21d2de){return _0xe37711(_0x938040,_0xe6418c,_0x18dd52,_0x21d2de);},'DLFfv':'POST','CNhyH':_0x57a19a(0x15c),'VCDQK':function(_0x46102c,_0x4d177c){return _0x46102c!==_0x4d177c;},'toiHf':_0x57a19a(0x20d),'wgKUX':function(_0x459435,_0x43e3d1){return _0x459435-_0x43e3d1;},'bvumP':'api/v1/event','ByRov':function(_0x2c4a08,_0x31bd26){return _0x2c4a08(_0x31bd26);},'RsTpY':function(_0x256917,_0x34c7ab){return _0x256917>=_0x34c7ab;},'tLHJp':function(_0x37c27c,_0x24ce51){return _0x37c27c(_0x24ce51);},'JlWtr':function(_0x345f4e,_0x586234){return _0x345f4e!=_0x586234;},'yTyft':_0x57a19a(0x186),'xBVKk':function(_0x5920da,_0x321a1c,_0x2f14df){return _0x5920da(_0x321a1c,_0x2f14df);}},_0x177b74={};_0x177b74['TestRunStarted']=_0x4fe3a7[_0x57a19a(0x12b)],_0x177b74[_0x57a19a(0x173)]=_0x4fe3a7['KENaD'],_0x177b74['TestRunSkipped']=_0x4fe3a7[_0x57a19a(0x1b2)],_0x177b74[_0x57a19a(0x17e)]=_0x4fe3a7[_0x57a19a(0x144)],_0x177b74[_0x57a19a(0x1ed)]=_0x4fe3a7[_0x57a19a(0x18e)],_0x177b74['HookRunFinished']=_0x4fe3a7[_0x57a19a(0x1de)],_0x177b74[_0x57a19a(0x1eb)]=_0x4fe3a7[_0x57a19a(0x1b1)];const _0x329c6d=_0x177b74[_0x2d26dc['event_type']];if(_0x4fe3a7[_0x57a19a(0x13b)](_0x3ecfc0,0x0)&&process[_0x57a19a(0x1ef)][_0x57a19a(0x1ec)]&&_0x4fe3a7['AptJQ'](process[_0x57a19a(0x1ef)]['BS_TESTOPS_JWT'],_0x4fe3a7['ISLCm']))this['requestQueueHandler']['pendingUploads']+=0x1;if(_0x4fe3a7[_0x57a19a(0x147)](process[_0x57a19a(0x1ef)][_0x57a19a(0x1a7)],_0x4fe3a7[_0x57a19a(0x162)])){if(_0x4fe3a7['Vsgvt'](process['env']['BS_TESTOPS_JWT'],_0x4fe3a7[_0x57a19a(0x1c2)])){if(_0x4fe3a7[_0x57a19a(0x20c)](_0x4fe3a7[_0x57a19a(0x137)],_0x4fe3a7[_0x57a19a(0x1dd)])){_0x4fe3a7['JxJpz'](debug,_0x57a19a(0x1a0)+_0x329c6d+_0x57a19a(0x146)),this[_0x57a19a(0x1e4)]['pendingUploads']=Math[_0x57a19a(0x1f6)](0x0,_0x4fe3a7[_0x57a19a(0x17c)](this['requestQueueHandler'][_0x57a19a(0x1e6)],0x1));const _0x55c449={};return _0x55c449[_0x57a19a(0x209)]=_0x4fe3a7[_0x57a19a(0x1ca)],_0x55c449['message']=_0x4fe3a7[_0x57a19a(0x208)],_0x55c449;}else _0x4fe3a7['wapON'](_0x47eb17,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x1c4ed5[_0x57a19a(0x166)][_0x57a19a(0x209)]+'\x20'+_0x5820b4[_0x57a19a(0x166)][_0x57a19a(0x1bc)]+'\x20'+_0x5b1248[_0x57a19a(0x1a5)](_0x464a50['response']['data']));}else{let _0x4a8b04=_0x2d26dc,_0x1cc6c0=EVENT_ENDPOINT;this[_0x57a19a(0x1e4)]['start']();const {shouldProceed:_0x2e0fb4,proceedWithData:_0x6c0bc8,proceedWithUrl:_0x1fbd81}=this[_0x57a19a(0x1e4)][_0x57a19a(0x19c)](_0x2d26dc);if(!_0x2e0fb4){if(_0x4fe3a7[_0x57a19a(0x157)](_0x4fe3a7[_0x57a19a(0x1ff)],_0x4fe3a7[_0x57a19a(0x1ff)])){const _0xfa164b={};_0xfa164b['message']=_0x37308d['data'][_0x57a19a(0x16c)];throw _0xfa164b;}else return;}else{if(_0x6c0bc8){if(_0x4fe3a7['abRko'](_0x4fe3a7[_0x57a19a(0x171)],_0x4fe3a7[_0x57a19a(0x171)]))_0x4a8b04=_0x6c0bc8,_0x1cc6c0=_0x1fbd81;else{_0x4fe3a7[_0x57a19a(0x1c9)](_0x1a7af4,'stopBuildUpstream\x20event\x20successful!');const _0x249843={};return _0x249843[_0x57a19a(0x209)]=_0x4fe3a7[_0x57a19a(0x14d)],_0x249843[_0x57a19a(0x154)]='',_0x249843;}}}const _0x375779={};_0x375779[_0x57a19a(0x1cb)]=_0x57a19a(0x180)+process['env'][_0x57a19a(0x1ec)],_0x375779['Content-Type']=_0x4fe3a7['xtRwH'],_0x375779[_0x57a19a(0x1ee)]=_0x4fe3a7[_0x57a19a(0x162)];const _0x8f6413={};_0x8f6413[_0x57a19a(0x1ce)]=_0x375779;const _0x447e8d=_0x8f6413;try{const _0x17db85=await _0x4fe3a7[_0x57a19a(0x1a9)](nodeRequest,_0x4fe3a7[_0x57a19a(0x1b5)],_0x1cc6c0,_0x4a8b04,_0x447e8d);if(_0x17db85['data'][_0x57a19a(0x16c)]){if(_0x4fe3a7['AFBlq'](_0x4fe3a7[_0x57a19a(0x1f9)],_0x4fe3a7['CNhyH']))return _0x4fe3a7[_0x57a19a(0x16a)](_0x44f2ea,_0x4fe3a7[_0x57a19a(0x128)]),_0x1b5416[_0x57a19a(0x1ef)][_0x57a19a(0x1a7)]=_0x4fe3a7[_0x57a19a(0x204)],[null,null];else{const _0x304d35={};_0x304d35['message']=_0x17db85[_0x57a19a(0x15f)][_0x57a19a(0x16c)];throw _0x304d35;}}else{_0x4fe3a7[_0x57a19a(0x1c9)](debug,(_0x4fe3a7[_0x57a19a(0x1cd)](_0x1cc6c0,this[_0x57a19a(0x1e4)][_0x57a19a(0x15d)])?_0x329c6d:_0x4fe3a7[_0x57a19a(0x123)])+'['+_0x3ecfc0+_0x57a19a(0x126)),this[_0x57a19a(0x1e4)][_0x57a19a(0x1e6)]=Math['max'](0x0,_0x4fe3a7['wgKUX'](this['requestQueueHandler'][_0x57a19a(0x1e6)],_0x4fe3a7['abRko'](_0x1cc6c0,_0x4fe3a7['bvumP'])?0x1:_0x4a8b04['length']));const _0x530442={};return _0x530442[_0x57a19a(0x209)]=_0x4fe3a7[_0x57a19a(0x14d)],_0x530442[_0x57a19a(0x154)]='',_0x530442;}}catch(_0x3be1ce){_0x3be1ce[_0x57a19a(0x166)]?_0x4fe3a7[_0x57a19a(0x16a)](debug,_0x57a19a(0x1a0)+(_0x4fe3a7[_0x57a19a(0x20c)](_0x1cc6c0,this[_0x57a19a(0x1e4)][_0x57a19a(0x15d)])?_0x329c6d:_0x4fe3a7['toiHf'])+_0x57a19a(0x176)+_0x3be1ce[_0x57a19a(0x166)]['status']+'\x20'+_0x3be1ce[_0x57a19a(0x166)][_0x57a19a(0x1bc)]+'\x20'+JSON[_0x57a19a(0x1a5)](_0x3be1ce['response'][_0x57a19a(0x15f)])):_0x4fe3a7[_0x57a19a(0x11e)](debug,_0x57a19a(0x1a0)+(_0x4fe3a7[_0x57a19a(0x157)](_0x1cc6c0,this['requestQueueHandler'][_0x57a19a(0x15d)])?_0x329c6d:_0x4fe3a7[_0x57a19a(0x123)])+_0x57a19a(0x176)+(_0x3be1ce[_0x57a19a(0x154)]||_0x3be1ce));this[_0x57a19a(0x1e4)]['pendingUploads']=Math[_0x57a19a(0x1f6)](0x0,_0x4fe3a7['CGamV'](this[_0x57a19a(0x1e4)][_0x57a19a(0x1e6)],_0x4fe3a7[_0x57a19a(0x189)](_0x1cc6c0,_0x4fe3a7[_0x57a19a(0x12d)])?0x1:_0x4a8b04[_0x57a19a(0x1d6)]));const _0x2a08af={};return _0x2a08af[_0x57a19a(0x209)]=_0x4fe3a7[_0x57a19a(0x1ca)],_0x2a08af[_0x57a19a(0x154)]=_0x3be1ce[_0x57a19a(0x154)]||(_0x3be1ce[_0x57a19a(0x166)]?_0x3be1ce['response'][_0x57a19a(0x209)]+':'+_0x3be1ce['response'][_0x57a19a(0x1bc)]:_0x3be1ce),_0x2a08af;}}}else{if(_0x4fe3a7['RsTpY'](_0x3ecfc0,0x5)){_0x4fe3a7[_0x57a19a(0x1b8)](debug,_0x57a19a(0x1a0)+_0x329c6d+_0x57a19a(0x12a)+_0x329c6d+_0x57a19a(0x202));if(_0x4fe3a7[_0x57a19a(0x1ac)](process[_0x57a19a(0x1ef)]['BS_TESTOPS_JWT'],_0x4fe3a7[_0x57a19a(0x1c2)]))this['requestQueueHandler'][_0x57a19a(0x1e6)]=Math[_0x57a19a(0x1f6)](0x0,_0x4fe3a7[_0x57a19a(0x165)](this[_0x57a19a(0x1e4)][_0x57a19a(0x1e6)],0x1));const _0x5c795a={};return _0x5c795a[_0x57a19a(0x209)]=_0x4fe3a7[_0x57a19a(0x1ca)],_0x5c795a[_0x57a19a(0x154)]=_0x4fe3a7[_0x57a19a(0x127)],_0x5c795a;}else _0x4fe3a7[_0x57a19a(0x157)](process[_0x57a19a(0x1ef)][_0x57a19a(0x1a7)],_0x4fe3a7[_0x57a19a(0x204)])&&_0x4fe3a7[_0x57a19a(0x18d)](setTimeout,()=>{const _0x292dac=_0x57a19a;this[_0x292dac(0x193)](_0x2d26dc,_0x4fe3a7[_0x292dac(0x184)](_0x3ecfc0,0x1));},0x3e8);}}}module['exports']=SessionHandler;
|
|
1
|
+
const a60_0x412279=a60_0x59e6;(function(_0x5d3f06,_0xd18bb9){const _0x42cc68=a60_0x59e6,_0x33b12a=_0x5d3f06();while(!![]){try{const _0x5af0f5=parseInt(_0x42cc68(0x23a))/0x1+parseInt(_0x42cc68(0x29e))/0x2*(parseInt(_0x42cc68(0x1d4))/0x3)+parseInt(_0x42cc68(0x212))/0x4*(parseInt(_0x42cc68(0x204))/0x5)+-parseInt(_0x42cc68(0x289))/0x6+parseInt(_0x42cc68(0x281))/0x7*(-parseInt(_0x42cc68(0x1ee))/0x8)+parseInt(_0x42cc68(0x27b))/0x9+-parseInt(_0x42cc68(0x244))/0xa;if(_0x5af0f5===_0xd18bb9)break;else _0x33b12a['push'](_0x33b12a['shift']());}catch(_0x25d0c4){_0x33b12a['push'](_0x33b12a['shift']());}}}(a60_0x3e42,0x5b0bd));const bsSetupHelper=require(a60_0x412279(0x26f)),path=require(a60_0x412279(0x249)),os=require('os'),{debug,getCustomTags,getDefaultHeaders,nodeRequest,sleep}=require(a60_0x412279(0x265)),{EVENT_ENDPOINT,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS}=require('./constants'),RequestQueueHandler=require(a60_0x412279(0x228)),logger=require(a60_0x412279(0x20c))['winstonLogger'];function a60_0x3e42(){const _0x1a8d88=['lHUGm','rojDr','csWkn','SQmXf','TWSQc','Batch-Queue','statusText','QolDx','11691xlYxAr','fEqNG','toString','\x20retry\x20runs\x20exceeded','HjrSI','CBT_Upload','nXZGn','NjfMA','env','NkIQX','GtEBq','JyJDr','vknxs','/stop','DRGEq','max','zhFht','qdYWx','stringify','true','WrIUN','status','jkwrW','X-BSTACK-TESTOPS','api/v1/builds/','BmpKY','4779232kMOtxk','BAUhf','response','UNFOO','eqBpH','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','XXvqj','BS_TESTOPS_JWT','jOKxd','add','toISOString','null','ErQfv','ERROR_INVALID_CREDENTIALS','fMGQg','pJHjV','json','EJOcp','VeJTW','uKMCc','QIjhM','fSpqR','105DWVRxK','ItrLO','CBTSessionCreated','IZAEj','fpFEi','includes','UCyby','Test_Skipped_Upload','../logger','POST','PdTrx','DjNKh','thIuI','BbiGV','78084VYHSRW','error','ojrFu','APKRh','wYGiK','Retry\x20runs\x20exceeded','CJUNo','RhpMJ','Gclvg','IcHpY','LhjRL','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','ZwqZX','IzEoc','lGVPc','getAgentVersion','build_hashed_id','password','uploadEventData','QYJNY','stopBuildUpstream\x20event\x20successful!','VxBul','./requestQueueHandler','KfzQD','requestQueueHandler','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Build\x20Start\x20is\x20not\x20completed\x20and\x20','BROWSERSTACK_RERUN','TIvOA','XGfOK','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20','headers','GGyVd','info','afZmA','qrOxh','event_type','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','Test_Start_Upload','buildName','gePoT','515159hITITz','CktwB','ucmSc','ZBQUq','HookRunFinished','kKHZQ','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20missing\x20authentication\x20token','success','waitForBuildStatus','JTHUd','4909460RmDnsO','WDrFf','XyFiE','UOLZy','ZRYph','path','gMsMI','WIGCt','HookRunStarted','kczZR','TestRunStarted','EXCEPTION\x20IN\x20','getGitMetaData','sQJDH','projectName','CGJGY','lhFKF','Authorization','LkLVH','oiMpr','BS_TESTOPS_BUILD_HASHED_ID','ZvoCw','yNgKd','kLEuv','XTRor','message','application/json','Osdfz','Log_Upload','exports','dNlSk','bjphu','jlLGe','./utils','QLDdr','BS_TESTOPS_BUILD_COMPLETED','cwd','XnkMH',']\x20event\x20successful!','EMTwM','WLnYm','wSPyU','OUpJf','../helper','GQeZu','XKKOi','errorType','FnKQE','tancS','BS_TESTOPS_ALLOW_SCREENSHOTS','start','ncmcF','UwnFq','wsxoP','TestRunFinished','6389721coFXno','CREDENTIALS_FOR_CRASH_REPORTING','JOxhO','getCiInfo','length','VXDZG','7tOswxA','LogCreated','ERROR_SDK_DEPRECATED','lFuZh','QRoWL','kTEsv','cQTjl','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','2118336lqzYSd','MHOZU','false','OEphU','udjpX','buildIdentifier','buildDescription','pvTaM','jyEcT','BROWSERSTACK_BUILD_RUN_IDENTIFIER','yryJP','uAyHB','dXZNg','Build\x20creation\x20successful!','Etogl','uploadPending','wTWQV','UDyZJ','TOxlW','CTgPQ','uQqhP','92BsSGFr','basename','WnqCL','username','BWXoP','VJoFa','getHostInfo','zemsv','pendingUploads','cfrJD','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','ERROR_ACCESS_DENIED','PUT','wkfoO','UXUDI','bbtiD','FYDFf','lskZo','TOfNk','TestRunSkipped','data','PJwVV','lTThG','YEfRG','api/v1/event','allow_screenshots','VRgMW','cVGDu','LFkzk','CmTKY','nalHp','JfSHB','MwdDC','EtsBJ','ppzli','hqDWw','Hook_End_Upload','resolve','jwt','sDppP','gdvot','ccwLs','eventUrl','KkXrY','getUserName'];a60_0x3e42=function(){return _0x1a8d88;};return a60_0x3e42();}function a60_0x59e6(_0xd36dea,_0x47c307){const _0x3e425a=a60_0x3e42();return a60_0x59e6=function(_0x59e66a,_0x413c62){_0x59e66a=_0x59e66a-0x1bf;let _0x5cc1f8=_0x3e425a[_0x59e66a];return _0x5cc1f8;},a60_0x59e6(_0xd36dea,_0x47c307);}class SessionHandler{static [a60_0x412279(0x22a)]=RequestQueueHandler['getInstance']();static async['launch'](_0x1a1cb9,_0x42d13a){const _0xe97b45=a60_0x412279,_0x309f07={'UwnFq':function(_0x4d4a8d,_0x502e23){return _0x4d4a8d(_0x502e23);},'EbZQk':function(_0x3f87a0,_0x2a8d4f){return _0x3f87a0(_0x2a8d4f);},'Gclvg':function(_0xf9f6b0,_0x2d37b5){return _0xf9f6b0(_0x2d37b5);},'mWNiX':function(_0x2d7ea1,_0x4ccc05){return _0x2d7ea1!==_0x4ccc05;},'QYJNY':_0xe97b45(0x1d1),'vcJZR':function(_0x50d889,_0x1d5453){return _0x50d889(_0x1d5453);},'uKMCc':function(_0x368d2b,_0xb47cdc){return _0x368d2b-_0xb47cdc;},'bbtiD':function(_0x43d60d,_0xd162d){return _0x43d60d===_0xd162d;},'APKRh':_0xe97b45(0x2b6),'qdYWx':_0xe97b45(0x213),'lHUGm':function(_0x33fa0d,_0xbfca9e){return _0x33fa0d(_0xbfca9e);},'KfzQD':function(_0x4b9124,_0x31023a){return _0x4b9124(_0x31023a);},'fSpqR':function(_0x497540,_0x55c8c8){return _0x497540(_0x55c8c8);},'CGJGY':_0xe97b45(0x1f3),'SQmXf':_0xe97b45(0x236),'VJoFa':function(_0x3350a0,_0x24fdca){return _0x3350a0(_0x24fdca);},'LFkzk':function(_0x59e810,_0x1f939c){return _0x59e810(_0x1f939c);},'gePoT':function(_0x41184e,_0x153516){return _0x41184e!==_0x153516;},'ppzli':function(_0x2fe1c3,_0x45cacf){return _0x2fe1c3-_0x45cacf;},'uAyHB':function(_0x60a602,_0x51b0f6){return _0x60a602===_0x51b0f6;},'lhwwR':'success','UNFOO':function(_0x1d0218,_0x2388b3){return _0x1d0218||_0x2388b3;},'WLnYm':function(_0x2018b4,_0xbb5d48){return _0x2018b4!==_0xbb5d48;},'xOVMj':'xPGbL','CJUNo':function(_0x522d34,_0x3e0213){return _0x522d34(_0x3e0213);},'EtsBJ':_0xe97b45(0x21d),'kczZR':'false','QolDx':function(_0x3a5639,_0x106040){return _0x3a5639===_0x106040;},'uQqhP':'Ebwuc','gMsMI':function(_0x6e66c7,_0x1a3d12){return _0x6e66c7===_0x1a3d12;},'nalHp':_0xe97b45(0x29a),'XKKOi':_0xe97b45(0x1fe),'MwdDC':function(_0x14fd1d){return _0x14fd1d();},'Etogl':function(_0x2012ce,_0x1189d6,_0x3d3b6f,_0x1e33a0,_0x45a50b){return _0x2012ce(_0x1189d6,_0x3d3b6f,_0x1e33a0,_0x45a50b);},'ZvoCw':_0xe97b45(0x20d),'oXkbH':'api/v1/builds','gdvot':_0xe97b45(0x296),'eqBpH':_0xe97b45(0x1e7),'TOfNk':_0xe97b45(0x29b),'yvJuk':'oBTOW','vRcGl':function(_0x46fc57,_0x348740){return _0x46fc57===_0x348740;},'lskZo':_0xe97b45(0x279),'sMHIF':'qAXsI','ItrLO':'TtogE','oiMpr':_0xe97b45(0x1ea),'qgGLc':'sLFbm','ZBOUx':_0xe97b45(0x1fd),'LkLVH':'null','jlLGe':_0xe97b45(0x22d),'tancS':'uspeO','ZRYph':function(_0x28f834,_0x181af5){return _0x28f834(_0x181af5);},'lTThG':_0xe97b45(0x233),'GiSUL':_0xe97b45(0x21f),'rojDr':function(_0x1726b5,_0x17b86a){return _0x1726b5(_0x17b86a);},'JyJDr':function(_0x1dfa1a,_0x5ba778){return _0x1dfa1a===_0x5ba778;},'qrOxh':_0xe97b45(0x1e0),'waBMe':_0xe97b45(0x1fb),'OSZhS':_0xe97b45(0x2a9),'OUpJf':_0xe97b45(0x283),'GQeZu':_0xe97b45(0x291)},_0x409541=bsSetupHelper[_0xe97b45(0x1cb)](_0x1a1cb9),_0x19b3d4=bsSetupHelper['getAccessKey'](_0x1a1cb9),_0x2f646c=_0x309f07['UNFOO'](_0x409541,'')+':'+_0x309f07[_0xe97b45(0x1f1)](_0x19b3d4,'');if(_0x309f07['uAyHB'](_0x2f646c,':')){if(_0x309f07[_0xe97b45(0x26c)](_0x309f07['xOVMj'],_0x309f07['xOVMj']))_0x309f07[_0xe97b45(0x278)](_0x2e274e,_0xe97b45(0x22f)+(_0x36f44a[_0xe97b45(0x25d)]||_0xb42465));else return _0x309f07[_0xe97b45(0x218)](debug,_0x309f07[_0xe97b45(0x1c0)]),process[_0xe97b45(0x1dc)]['BS_TESTOPS_BUILD_COMPLETED']=_0x309f07[_0xe97b45(0x24d)],[null,null];}else{if(_0x309f07[_0xe97b45(0x1d3)](_0x309f07[_0xe97b45(0x29d)],_0x309f07[_0xe97b45(0x29d)]))try{if(_0x309f07[_0xe97b45(0x24a)](_0x309f07['nalHp'],_0x309f07[_0xe97b45(0x2bc)])){const _0x3b3649={'format':_0x309f07[_0xe97b45(0x271)],'project_name':_0x1a1cb9[_0xe97b45(0x252)]||'','name':_0x1a1cb9[_0xe97b45(0x238)]||path[_0xe97b45(0x29f)](path[_0xe97b45(0x1c4)](process[_0xe97b45(0x268)]())),'build_identifier':_0x1a1cb9[_0xe97b45(0x28e)],'description':_0x1a1cb9[_0xe97b45(0x28f)]||'','start_time':new Date()[_0xe97b45(0x1f8)](),'tags':_0x309f07['Gclvg'](getCustomTags,_0x1a1cb9),'host_info':bsSetupHelper[_0xe97b45(0x2a4)](),'ci_info':bsSetupHelper[_0xe97b45(0x27e)](),'build_run_identifier':process[_0xe97b45(0x1dc)][_0xe97b45(0x292)],'failed_tests_rerun':process['env'][_0xe97b45(0x22c)]||![],'version_control':await bsSetupHelper[_0xe97b45(0x250)](),'observability_version':{'frameworkName':_0x42d13a['frameworkName'],'frameworkVersion':_0x42d13a['frameworkVersion'],'sdkVersion':bsSetupHelper[_0xe97b45(0x221)]()}},_0x1a7fcc={};_0x1a7fcc[_0xe97b45(0x2a1)]=_0x409541,_0x1a7fcc[_0xe97b45(0x223)]=_0x19b3d4;const _0x33a044={'auth':_0x1a7fcc,'headers':_0x309f07[_0xe97b45(0x1bf)](getDefaultHeaders)},_0x68fe21=await _0x309f07[_0xe97b45(0x297)](nodeRequest,_0x309f07[_0xe97b45(0x259)],_0x309f07['oXkbH'],_0x3b3649,_0x33a044);_0x309f07[_0xe97b45(0x2ba)](debug,_0x309f07[_0xe97b45(0x1c7)]),process['env'][_0xe97b45(0x267)]=_0x309f07[_0xe97b45(0x1f2)];const _0x3d3576=_0x68fe21[_0xe97b45(0x2b2)];if(_0x3d3576[_0xe97b45(0x1c5)]){if(_0x309f07[_0xe97b45(0x26c)](_0x309f07[_0xe97b45(0x2b0)],_0x309f07['yvJuk'])){process[_0xe97b45(0x1dc)][_0xe97b45(0x1f5)]=_0x3d3576[_0xe97b45(0x1c5)];const _0x5b983a={};_0x5b983a[_0xe97b45(0x2a1)]=_0x409541,_0x5b983a[_0xe97b45(0x223)]=_0x19b3d4,process['env']['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0xe97b45(0x1e6)](_0x5b983a);}else _0x309f07['EbZQk'](_0x1805d6,_0xe97b45(0x22f)+_0x4e2bf7[_0xe97b45(0x1f0)][_0xe97b45(0x1e9)]+'\x20'+_0x26188b[_0xe97b45(0x1f0)]['statusText']+'\x20'+_0x2a83af['stringify'](_0x483e03['response'][_0xe97b45(0x2b2)]));}if(_0x3d3576[_0xe97b45(0x222)]){if(_0x309f07['vRcGl'](_0x309f07[_0xe97b45(0x2af)],_0x309f07['sMHIF'])){_0x342eb1[_0xe97b45(0x1f0)]?_0x309f07[_0xe97b45(0x21a)](_0x4913a0,'EXCEPTION\x20IN\x20'+(_0x309f07['mWNiX'](_0x124cc2,this[_0xe97b45(0x22a)]['eventUrl'])?_0x56ad52:_0x309f07[_0xe97b45(0x225)])+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x151789['response'][_0xe97b45(0x1e9)]+'\x20'+_0x5e459b['response']['statusText']+'\x20'+_0x5519da[_0xe97b45(0x1e6)](_0x55b90e['response'][_0xe97b45(0x2b2)])):_0x309f07['vcJZR'](_0x5efb7c,_0xe97b45(0x24f)+(_0x309f07['mWNiX'](_0x326ce7,this[_0xe97b45(0x22a)][_0xe97b45(0x1c9)])?_0x11bd50:_0x309f07[_0xe97b45(0x225)])+_0xe97b45(0x288)+(_0x3b5d74[_0xe97b45(0x25d)]||_0x27f954));this[_0xe97b45(0x22a)][_0xe97b45(0x2a6)]=_0x4c1efb[_0xe97b45(0x1e3)](0x0,_0x309f07[_0xe97b45(0x201)](this[_0xe97b45(0x22a)][_0xe97b45(0x2a6)],_0x309f07[_0xe97b45(0x2ad)](_0x38663c,_0x309f07['APKRh'])?0x1:_0x3df1e5[_0xe97b45(0x27f)]));const _0x2d50b9={};return _0x2d50b9[_0xe97b45(0x1e9)]=_0x309f07[_0xe97b45(0x1e5)],_0x2d50b9[_0xe97b45(0x25d)]=_0x2b5695['message']||(_0x3035a3[_0xe97b45(0x1f0)]?_0x245f52[_0xe97b45(0x1f0)][_0xe97b45(0x1e9)]+':'+_0x20301b[_0xe97b45(0x1f0)][_0xe97b45(0x1d2)]:_0x58fddf),_0x2d50b9;}else process[_0xe97b45(0x1dc)][_0xe97b45(0x258)]=_0x3d3576[_0xe97b45(0x222)];}if(_0x3d3576['allow_screenshots']){if(_0x309f07['bbtiD'](_0x309f07[_0xe97b45(0x205)],_0x309f07[_0xe97b45(0x257)])){_0x4d00a8[_0xe97b45(0x1dc)][_0xe97b45(0x1f5)]=_0x4626e1[_0xe97b45(0x1c5)];const _0x213036={};_0x213036[_0xe97b45(0x2a1)]=_0x12193f,_0x213036[_0xe97b45(0x223)]=_0x5aef9b,_0x567683[_0xe97b45(0x1dc)][_0xe97b45(0x27c)]=_0x50d7d8['stringify'](_0x213036);}else process[_0xe97b45(0x1dc)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x3d3576[_0xe97b45(0x2b7)][_0xe97b45(0x1d6)]();}return[_0x68fe21[_0xe97b45(0x2b2)][_0xe97b45(0x1c5)],_0x68fe21['data'][_0xe97b45(0x222)],_0x68fe21['data'][_0xe97b45(0x2b7)]];}else{_0x165ca6[_0xe97b45(0x1f0)]?_0x309f07['vcJZR'](_0x24a53a,_0xe97b45(0x2a8)+_0x71eb6d['response'][_0xe97b45(0x1e9)]+'\x20'+_0x2c4118[_0xe97b45(0x1f0)]['statusText']+'\x20'+_0x3b3997[_0xe97b45(0x1e6)](_0x7abfa0['response'][_0xe97b45(0x2b2)])):_0x309f07[_0xe97b45(0x1cc)](_0x5f2c70,_0xe97b45(0x2a8)+(_0x55d71a['message']||_0x55152d));const _0x34214e={};return _0x34214e['status']=_0x309f07[_0xe97b45(0x1e5)],_0x34214e['message']=_0x207209[_0xe97b45(0x25d)]||_0x12494a[_0xe97b45(0x1f0)]?_0x47f499[_0xe97b45(0x1f0)][_0xe97b45(0x1e9)]+':'+_0x4dbacb[_0xe97b45(0x1f0)][_0xe97b45(0x1d2)]:_0x2ebb73,_0x34214e;}}catch(_0x1f21ee){if(_0x309f07[_0xe97b45(0x26c)](_0x309f07['qgGLc'],_0x309f07['ZBOUx'])){process[_0xe97b45(0x1dc)]['BS_TESTOPS_BUILD_COMPLETED']=_0x309f07[_0xe97b45(0x24d)],process[_0xe97b45(0x1dc)][_0xe97b45(0x1f5)]=_0x309f07['LkLVH'],process['env'][_0xe97b45(0x258)]=_0x309f07[_0xe97b45(0x256)],process[_0xe97b45(0x1dc)][_0xe97b45(0x275)]=_0x309f07[_0xe97b45(0x256)];_0x1f21ee[_0xe97b45(0x1f0)]?_0x309f07[_0xe97b45(0x2ad)](_0x309f07[_0xe97b45(0x264)],_0x309f07[_0xe97b45(0x274)])?_0x309f07[_0xe97b45(0x229)](_0x31131a,_0xe97b45(0x2a8)+(_0xffdc73[_0xe97b45(0x25d)]||_0x54867a)):_0x309f07[_0xe97b45(0x248)](debug,'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20'+_0x1f21ee[_0xe97b45(0x1f0)]['status']+'\x20'+_0x1f21ee[_0xe97b45(0x1f0)][_0xe97b45(0x1d2)]+'\x20'+JSON[_0xe97b45(0x1e6)](_0x1f21ee[_0xe97b45(0x1f0)][_0xe97b45(0x2b2)])):_0x309f07[_0xe97b45(0x2ad)](_0x309f07[_0xe97b45(0x2b4)],_0x309f07['GiSUL'])?_0x2c9c08[_0xe97b45(0x1dc)][_0xe97b45(0x275)]=_0x48d2d8[_0xe97b45(0x2b7)][_0xe97b45(0x1d6)]():_0x309f07[_0xe97b45(0x1cd)](debug,_0xe97b45(0x22f)+(_0x1f21ee[_0xe97b45(0x25d)]||_0x1f21ee));if(_0x1f21ee&&_0x1f21ee[_0xe97b45(0x25d)]){if(_0x309f07[_0xe97b45(0x1df)](_0x309f07[_0xe97b45(0x234)],_0x309f07['qrOxh'])){const _0x1d6f1b=_0x1f21ee['message'];switch(_0x1f21ee[_0xe97b45(0x272)]){case _0x309f07['waBMe']:logger[_0xe97b45(0x213)](_0x1d6f1b);break;case _0x309f07['OSZhS']:logger[_0xe97b45(0x232)](_0x1d6f1b);break;case _0x309f07[_0xe97b45(0x26e)]:logger[_0xe97b45(0x213)](_0x1d6f1b);break;default:logger[_0xe97b45(0x213)](_0x1d6f1b);}}else return;}else{if(_0x309f07['QolDx'](_0x309f07['GQeZu'],_0x309f07[_0xe97b45(0x270)]))console[_0xe97b45(0x232)]('Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20'+_0x1f21ee);else{_0x309f07[_0xe97b45(0x203)](_0x290877,_0x309f07[_0xe97b45(0x253)]);const _0x1572c9={};return _0x1572c9[_0xe97b45(0x1e9)]=_0x309f07[_0xe97b45(0x1e5)],_0x1572c9[_0xe97b45(0x25d)]=_0x309f07[_0xe97b45(0x1cf)],_0x1572c9;}}return[null,null,null];}else _0x309f07[_0xe97b45(0x2a3)](_0x2c133a,_0xe97b45(0x2a8)+_0x2ed15f[_0xe97b45(0x1f0)][_0xe97b45(0x1e9)]+'\x20'+_0x311968[_0xe97b45(0x1f0)][_0xe97b45(0x1d2)]+'\x20'+_0x4e8aed[_0xe97b45(0x1e6)](_0x57be99[_0xe97b45(0x1f0)]['data']));}else{_0x309f07[_0xe97b45(0x2ba)](_0xbeeaba,(_0x309f07[_0xe97b45(0x239)](_0xf4d306,this[_0xe97b45(0x22a)][_0xe97b45(0x1c9)])?_0x3c0b82:_0x309f07[_0xe97b45(0x225)])+'['+_0x347c62+']\x20event\x20successful!'),this[_0xe97b45(0x22a)][_0xe97b45(0x2a6)]=_0x4e056d['max'](0x0,_0x309f07[_0xe97b45(0x1c1)](this[_0xe97b45(0x22a)]['pendingUploads'],_0x309f07[_0xe97b45(0x294)](_0x1990f0,_0x309f07[_0xe97b45(0x215)])?0x1:_0x21d018[_0xe97b45(0x27f)]));const _0xcda27={};return _0xcda27[_0xe97b45(0x1e9)]=_0x309f07['lhwwR'],_0xcda27[_0xe97b45(0x25d)]='',_0xcda27;}}}static async[a60_0x412279(0x242)](){const _0xc44e91=a60_0x412279,_0x4295a1={'dXZNg':function(_0x258912,_0x23ccb2){return _0x258912(_0x23ccb2);},'zemsv':function(_0x58711b,_0x27c1c3){return _0x58711b!==_0x27c1c3;},'BAUhf':'Batch-Queue','JTHUd':_0xc44e91(0x1e7),'UXUDI':_0xc44e91(0x28b),'VlbrR':'qfimW','sDppP':_0xc44e91(0x1f6)},_0x165ebe=process[_0xc44e91(0x1dc)]['BS_TESTOPS_BUILD_COMPLETED'];if([_0x4295a1[_0xc44e91(0x243)],_0x4295a1[_0xc44e91(0x2ac)]][_0xc44e91(0x209)](_0x165ebe))return;while([_0x4295a1['JTHUd'],_0x4295a1[_0xc44e91(0x2ac)]]['includes'](_0x165ebe)){_0x4295a1[_0xc44e91(0x2a5)](_0x4295a1['VlbrR'],_0x4295a1[_0xc44e91(0x1c6)])?await _0x4295a1['dXZNg'](sleep,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS):_0x4295a1[_0xc44e91(0x295)](_0x46fc5b,_0xc44e91(0x24f)+(_0x4295a1[_0xc44e91(0x2a5)](_0x4bff79,this[_0xc44e91(0x22a)][_0xc44e91(0x1c9)])?_0x5a43d7:_0x4295a1[_0xc44e91(0x1ef)])+_0xc44e91(0x288)+_0xf9116[_0xc44e91(0x1f0)]['status']+'\x20'+_0x4ce5b7[_0xc44e91(0x1f0)][_0xc44e91(0x1d2)]+'\x20'+_0x5a8ed9[_0xc44e91(0x1e6)](_0x4009b6[_0xc44e91(0x1f0)][_0xc44e91(0x2b2)]));}}static async['stop'](){const _0x174f86=a60_0x412279,_0x34d6e0={'PdTrx':function(_0x232909,_0xc430a2){return _0x232909(_0xc430a2);},'XnkMH':function(_0x47d8f8,_0x41941e){return _0x47d8f8!=_0x41941e;},'ojrFu':'null','aParW':function(_0x2a3fdc,_0x37f061){return _0x2a3fdc-_0x37f061;},'XGfOK':_0x174f86(0x213),'IcHpY':_0x174f86(0x217),'fEqNG':function(_0x38b2ba,_0x38fe32){return _0x38b2ba!==_0x38fe32;},'kLEuv':_0x174f86(0x1d1),'wYGiK':function(_0x2eca43,_0x3ba3a1){return _0x2eca43+_0x3ba3a1;},'EEODX':function(_0x139741,_0x59a892,_0xdea29a){return _0x139741(_0x59a892,_0xdea29a);},'wkfoO':function(_0x2fa6e1,_0x4ff94d){return _0x2fa6e1+_0x4ff94d;},'QLDdr':_0x174f86(0x21d),'lGVPc':'false','pvTaM':function(_0x1ea474,_0x764fad){return _0x1ea474===_0x764fad;},'KkXrY':function(_0x414b4d,_0x21b7a5){return _0x414b4d!==_0x21b7a5;},'dNlSk':_0x174f86(0x263),'QIjhM':function(_0x54c991,_0x26a489){return _0x54c991===_0x26a489;},'NkIQX':function(_0xa8f9e7,_0x322c1d){return _0xa8f9e7===_0x322c1d;},'OEphU':'PbnQI','fpFEi':_0x174f86(0x1f3),'ErQfv':_0x174f86(0x236),'EJOcp':function(_0x14ea8c,_0x53610f){return _0x14ea8c===_0x53610f;},'UCyby':_0x174f86(0x247),'XTRor':_0x174f86(0x299),'zhFht':function(_0x48e84e){return _0x48e84e();},'NjfMA':'VtvVB','ncmcF':function(_0x24e228,_0x536cea,_0x171572,_0x5e3c1d,_0x1a038f,_0x25f8d4){return _0x24e228(_0x536cea,_0x171572,_0x5e3c1d,_0x1a038f,_0x25f8d4);},'DjNKh':_0x174f86(0x2aa),'sQJDH':function(_0xba2655,_0x1c0469){return _0xba2655!==_0x1c0469;},'WIGCt':_0x174f86(0x1da),'WgmuH':'NqjFx','DRGEq':_0x174f86(0x1e8),'JOxhO':function(_0x19b016,_0x5263de){return _0x19b016(_0x5263de);},'TWSQc':_0x174f86(0x241),'VRgMW':function(_0x3de200,_0x336910){return _0x3de200===_0x336910;},'QAFfu':'bSOqL','ucmSc':_0x174f86(0x29c),'WnqCL':'vlIRX','ZBQUq':function(_0x2c2486,_0x43b8f6){return _0x2c2486(_0x43b8f6);},'kTEsv':_0x174f86(0x2ae)};if(_0x34d6e0[_0x174f86(0x290)](process[_0x174f86(0x1dc)][_0x174f86(0x267)],_0x34d6e0[_0x174f86(0x220)])){if(_0x34d6e0['KkXrY'](_0x34d6e0[_0x174f86(0x262)],_0x34d6e0['dNlSk'])){_0x34d6e0[_0x174f86(0x20e)](_0x453b94,_0x174f86(0x24f)+_0xb0bcc2+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Build\x20Start\x20is\x20not\x20completed\x20and\x20'+_0x25e976+_0x174f86(0x1d7));if(_0x34d6e0[_0x174f86(0x269)](_0x569453['env']['BS_TESTOPS_JWT'],_0x34d6e0[_0x174f86(0x214)]))this[_0x174f86(0x22a)][_0x174f86(0x2a6)]=_0xe2a21d[_0x174f86(0x1e3)](0x0,_0x34d6e0['aParW'](this[_0x174f86(0x22a)][_0x174f86(0x2a6)],0x1));const _0x55b49d={};return _0x55b49d[_0x174f86(0x1e9)]=_0x34d6e0['XGfOK'],_0x55b49d[_0x174f86(0x25d)]=_0x34d6e0[_0x174f86(0x21b)],_0x55b49d;}else return;}await this[_0x174f86(0x22a)][_0x174f86(0x298)](),await this[_0x174f86(0x242)]();if(_0x34d6e0[_0x174f86(0x202)](process['env'][_0x174f86(0x1f5)],_0x34d6e0[_0x174f86(0x214)])||_0x34d6e0[_0x174f86(0x202)](process[_0x174f86(0x1dc)][_0x174f86(0x258)],_0x34d6e0[_0x174f86(0x214)])){if(_0x34d6e0[_0x174f86(0x1dd)](_0x34d6e0[_0x174f86(0x28c)],_0x34d6e0[_0x174f86(0x28c)])){_0x34d6e0[_0x174f86(0x20e)](debug,_0x34d6e0[_0x174f86(0x208)]);const _0x4ac924={};return _0x4ac924['status']=_0x34d6e0['XGfOK'],_0x4ac924['message']=_0x34d6e0[_0x174f86(0x1fa)],_0x4ac924;}else _0x34d6e0[_0x174f86(0x20e)](_0x5e0e16,_0x174f86(0x24f)+(_0x34d6e0[_0x174f86(0x1d5)](_0x15789c,this[_0x174f86(0x22a)][_0x174f86(0x1c9)])?_0x342050:_0x34d6e0[_0x174f86(0x25b)])+_0x174f86(0x288)+(_0x2898b3[_0x174f86(0x25d)]||_0xe8007a));}else{if(_0x34d6e0[_0x174f86(0x1ff)](_0x34d6e0[_0x174f86(0x20a)],_0x34d6e0[_0x174f86(0x25c)]))_0x52d90a['info']('Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20'+_0x43535f);else{const _0x343727={'stop_time':new Date()[_0x174f86(0x1f8)]()},_0x21cdf8={'headers':_0x34d6e0[_0x174f86(0x1e4)](getDefaultHeaders)};try{if(_0x34d6e0[_0x174f86(0x290)](_0x34d6e0[_0x174f86(0x1db)],_0x34d6e0['NjfMA'])){const _0xb78115=await _0x34d6e0[_0x174f86(0x277)](nodeRequest,_0x34d6e0[_0x174f86(0x20f)],_0x174f86(0x1ec)+process['env'][_0x174f86(0x258)]+_0x174f86(0x1e1),_0x343727,_0x21cdf8,![]);if(_0xb78115['data']&&_0xb78115[_0x174f86(0x2b2)][_0x174f86(0x213)]){if(_0x34d6e0[_0x174f86(0x251)](_0x34d6e0[_0x174f86(0x24b)],_0x34d6e0['WgmuH'])){const _0x4b504d={};_0x4b504d[_0x174f86(0x25d)]=_0xb78115[_0x174f86(0x2b2)][_0x174f86(0x213)];throw _0x4b504d;}else _0x21255a=_0x247c6f,_0x1f440f=_0x252b36;}else{if(_0x34d6e0[_0x174f86(0x1d5)](_0x34d6e0[_0x174f86(0x1e2)],_0x34d6e0[_0x174f86(0x1e2)])){const _0x25f03a={};_0x25f03a[_0x174f86(0x25d)]=_0x425068[_0x174f86(0x2b2)][_0x174f86(0x213)];throw _0x25f03a;}else{_0x34d6e0[_0x174f86(0x27d)](debug,_0x174f86(0x226));const _0x4addc8={};return _0x4addc8[_0x174f86(0x1e9)]=_0x34d6e0[_0x174f86(0x1d0)],_0x4addc8[_0x174f86(0x25d)]='',_0x4addc8;}}}else _0x34d6e0['EEODX'](_0x84074b,()=>{const _0x181a4c=_0x174f86;this['uploadEventData'](_0x2aab40,_0x34d6e0[_0x181a4c(0x216)](_0x3446ba,0x1));},0x3e8);}catch(_0x1028a0){if(_0x34d6e0[_0x174f86(0x2b8)](_0x34d6e0['QAFfu'],_0x34d6e0[_0x174f86(0x23c)]))this[_0x174f86(0x224)](_0x52cb00,_0x34d6e0[_0x174f86(0x2ab)](_0x3f7364,0x1));else{if(_0x1028a0['response']){if(_0x34d6e0[_0x174f86(0x290)](_0x34d6e0[_0x174f86(0x2a0)],_0x34d6e0[_0x174f86(0x2a0)]))_0x34d6e0[_0x174f86(0x23d)](debug,_0x174f86(0x2a8)+_0x1028a0[_0x174f86(0x1f0)][_0x174f86(0x1e9)]+'\x20'+_0x1028a0[_0x174f86(0x1f0)][_0x174f86(0x1d2)]+'\x20'+JSON[_0x174f86(0x1e6)](_0x1028a0['response'][_0x174f86(0x2b2)]));else return _0x34d6e0[_0x174f86(0x20e)](_0xe4c121,_0x34d6e0[_0x174f86(0x266)]),_0x1ee9a3[_0x174f86(0x1dc)]['BS_TESTOPS_BUILD_COMPLETED']=_0x34d6e0[_0x174f86(0x220)],[null,null];}else{if(_0x34d6e0[_0x174f86(0x1ca)](_0x34d6e0[_0x174f86(0x286)],_0x34d6e0[_0x174f86(0x286)]))return;else _0x34d6e0[_0x174f86(0x20e)](debug,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x1028a0[_0x174f86(0x25d)]||_0x1028a0));}const _0x49a137={};return _0x49a137[_0x174f86(0x1e9)]=_0x34d6e0[_0x174f86(0x22e)],_0x49a137[_0x174f86(0x25d)]=_0x1028a0[_0x174f86(0x25d)]||_0x1028a0[_0x174f86(0x1f0)]?_0x1028a0['response'][_0x174f86(0x1e9)]+':'+_0x1028a0['response'][_0x174f86(0x1d2)]:_0x1028a0,_0x49a137;}}}}}static async[a60_0x412279(0x224)](_0x6eb52d,_0x5105f7=0x0){const _0x370dc4=a60_0x412279,_0x4d7fa9={'HjrSI':function(_0x454656,_0x4b7468){return _0x454656(_0x4b7468);},'cQTjl':function(_0x1f1c9f,_0x2eaaef){return _0x1f1c9f-_0x2eaaef;},'JfSHB':_0x370dc4(0x213),'yryJP':_0x370dc4(0x236),'udjpX':'success','XYnHn':function(_0xa32c81,_0x18bfbc){return _0xa32c81+_0x18bfbc;},'BmpKY':_0x370dc4(0x237),'YEfRG':'Test_End_Upload','HVykr':_0x370dc4(0x20b),'wSPyU':_0x370dc4(0x260),'VdXZf':'Hook_Start_Upload','Osdfz':_0x370dc4(0x1c3),'WDrFf':_0x370dc4(0x1d9),'CktwB':function(_0xec8527,_0xc5b806){return _0xec8527===_0xc5b806;},'XyFiE':function(_0x1f3a40,_0x28a732){return _0x1f3a40!==_0x28a732;},'csWkn':_0x370dc4(0x1f9),'cVGDu':_0x370dc4(0x1e7),'QRoWL':function(_0x159e61,_0x35e0c7){return _0x159e61===_0x35e0c7;},'lFuZh':_0x370dc4(0x1c8),'VeJTW':_0x370dc4(0x1f4),'fMGQg':function(_0x2f9348,_0xc68ea8){return _0x2f9348(_0xc68ea8);},'VXDZG':_0x370dc4(0x21c),'BbiGV':function(_0x23e86e,_0x1c8659){return _0x23e86e===_0x1c8659;},'IZAEj':_0x370dc4(0x2a2),'YQASk':_0x370dc4(0x25e),'RhpMJ':function(_0x424174,_0xcd5274,_0x40d185,_0x18d1cb,_0x2ca8fe){return _0x424174(_0xcd5274,_0x40d185,_0x18d1cb,_0x2ca8fe);},'hqDWw':_0x370dc4(0x20d),'ZwqZX':function(_0x3f7339,_0xc37866){return _0x3f7339!==_0xc37866;},'CmTKY':_0x370dc4(0x254),'mJbLt':function(_0x57d42b,_0x4e4e6a){return _0x57d42b!==_0x4e4e6a;},'MHOZU':_0x370dc4(0x1d1),'VxBul':function(_0xdd3f2c,_0xe546b6){return _0xdd3f2c===_0xe546b6;},'cfrJD':_0x370dc4(0x2b6),'EMTwM':function(_0x16cd73,_0x1cc156){return _0x16cd73!==_0x1cc156;},'uZudB':function(_0x334099,_0x5ccbcd){return _0x334099!==_0x5ccbcd;},'PJwVV':function(_0x5cb8f0,_0x4b0974){return _0x5cb8f0===_0x4b0974;},'kKHZQ':function(_0x1c7fd6,_0x5066bc){return _0x1c7fd6>=_0x5066bc;},'yNgKd':function(_0xdc6494,_0x37fec1){return _0xdc6494(_0x37fec1);},'FnKQE':function(_0x15cd6e,_0xfee91f){return _0x15cd6e!=_0xfee91f;},'thIuI':_0x370dc4(0x217),'PGcqL':function(_0x2d206c,_0x5b7c84){return _0x2d206c!==_0x5b7c84;},'GtEBq':_0x370dc4(0x28b),'GGyVd':function(_0x477041,_0x540b3d,_0x34bfcb){return _0x477041(_0x540b3d,_0x34bfcb);}},_0xbbbfd4={};_0xbbbfd4[_0x370dc4(0x24e)]=_0x4d7fa9[_0x370dc4(0x1ed)],_0xbbbfd4[_0x370dc4(0x27a)]=_0x4d7fa9[_0x370dc4(0x2b5)],_0xbbbfd4[_0x370dc4(0x2b1)]=_0x4d7fa9['HVykr'],_0xbbbfd4[_0x370dc4(0x282)]=_0x4d7fa9[_0x370dc4(0x26d)],_0xbbbfd4[_0x370dc4(0x24c)]=_0x4d7fa9['VdXZf'],_0xbbbfd4[_0x370dc4(0x23e)]=_0x4d7fa9[_0x370dc4(0x25f)],_0xbbbfd4[_0x370dc4(0x206)]=_0x4d7fa9[_0x370dc4(0x245)];const _0x3ea97f=_0xbbbfd4[_0x6eb52d[_0x370dc4(0x235)]];if(_0x4d7fa9[_0x370dc4(0x23b)](_0x5105f7,0x0)&&process['env'][_0x370dc4(0x1f5)]&&_0x4d7fa9[_0x370dc4(0x246)](process[_0x370dc4(0x1dc)][_0x370dc4(0x1f5)],_0x4d7fa9[_0x370dc4(0x1ce)]))this['requestQueueHandler']['pendingUploads']+=0x1;if(_0x4d7fa9[_0x370dc4(0x23b)](process[_0x370dc4(0x1dc)][_0x370dc4(0x267)],_0x4d7fa9[_0x370dc4(0x2b9)])){if(_0x4d7fa9[_0x370dc4(0x285)](process[_0x370dc4(0x1dc)]['BS_TESTOPS_JWT'],_0x4d7fa9['csWkn'])){if(_0x4d7fa9[_0x370dc4(0x285)](_0x4d7fa9[_0x370dc4(0x284)],_0x4d7fa9[_0x370dc4(0x200)])){_0x4d7fa9[_0x370dc4(0x1d8)](_0x2ac295,_0x370dc4(0x24f)+_0x28cc75+_0x370dc4(0x240)),this['requestQueueHandler']['pendingUploads']=_0x1d2650[_0x370dc4(0x1e3)](0x0,_0x4d7fa9[_0x370dc4(0x287)](this[_0x370dc4(0x22a)][_0x370dc4(0x2a6)],0x1));const _0x3a0d1b={};return _0x3a0d1b[_0x370dc4(0x1e9)]=_0x4d7fa9[_0x370dc4(0x2bd)],_0x3a0d1b[_0x370dc4(0x25d)]=_0x4d7fa9[_0x370dc4(0x293)],_0x3a0d1b;}else{_0x4d7fa9[_0x370dc4(0x1fc)](debug,_0x370dc4(0x24f)+_0x3ea97f+_0x370dc4(0x240)),this['requestQueueHandler'][_0x370dc4(0x2a6)]=Math[_0x370dc4(0x1e3)](0x0,_0x4d7fa9[_0x370dc4(0x287)](this[_0x370dc4(0x22a)]['pendingUploads'],0x1));const _0x34e048={};return _0x34e048[_0x370dc4(0x1e9)]=_0x4d7fa9['JfSHB'],_0x34e048[_0x370dc4(0x25d)]=_0x4d7fa9[_0x370dc4(0x293)],_0x34e048;}}else{let _0x252dd3=_0x6eb52d,_0x2441a1=EVENT_ENDPOINT;this[_0x370dc4(0x22a)][_0x370dc4(0x276)]();const {shouldProceed:_0x5d913c,proceedWithData:_0x21555d,proceedWithUrl:_0x9619aa}=this['requestQueueHandler'][_0x370dc4(0x1f7)](_0x6eb52d);if(!_0x5d913c){if(_0x4d7fa9[_0x370dc4(0x285)](_0x4d7fa9['VXDZG'],_0x4d7fa9[_0x370dc4(0x280)]))return;else _0x431175[_0x370dc4(0x1dc)][_0x370dc4(0x258)]=_0x3e8ee8[_0x370dc4(0x222)];}else{if(_0x21555d){if(_0x4d7fa9[_0x370dc4(0x211)](_0x4d7fa9[_0x370dc4(0x207)],_0x4d7fa9[_0x370dc4(0x207)]))_0x252dd3=_0x21555d,_0x2441a1=_0x9619aa;else{_0x4d7fa9['HjrSI'](_0x471db0,'stopBuildUpstream\x20event\x20successful!');const _0x4e3611={};return _0x4e3611[_0x370dc4(0x1e9)]=_0x4d7fa9[_0x370dc4(0x28d)],_0x4e3611['message']='',_0x4e3611;}}}const _0x52d34f={};_0x52d34f[_0x370dc4(0x255)]='Bearer\x20'+process[_0x370dc4(0x1dc)][_0x370dc4(0x1f5)],_0x52d34f['Content-Type']=_0x4d7fa9['YQASk'],_0x52d34f[_0x370dc4(0x1eb)]=_0x4d7fa9[_0x370dc4(0x2b9)];const _0x25c821={};_0x25c821[_0x370dc4(0x230)]=_0x52d34f;const _0x379dd1=_0x25c821;try{const _0x3aeed4=await _0x4d7fa9[_0x370dc4(0x219)](nodeRequest,_0x4d7fa9[_0x370dc4(0x1c2)],_0x2441a1,_0x252dd3,_0x379dd1);if(_0x3aeed4[_0x370dc4(0x2b2)][_0x370dc4(0x213)]){if(_0x4d7fa9[_0x370dc4(0x21e)](_0x4d7fa9[_0x370dc4(0x2bb)],_0x4d7fa9[_0x370dc4(0x2bb)])){const _0x611be9={};_0x611be9['message']=_0x57a33e[_0x370dc4(0x2b2)]['error'];throw _0x611be9;}else{const _0x21e9ce={};_0x21e9ce[_0x370dc4(0x25d)]=_0x3aeed4['data'][_0x370dc4(0x213)];throw _0x21e9ce;}}else{_0x4d7fa9[_0x370dc4(0x1d8)](debug,(_0x4d7fa9['mJbLt'](_0x2441a1,this[_0x370dc4(0x22a)]['eventUrl'])?_0x3ea97f:_0x4d7fa9[_0x370dc4(0x28a)])+'['+_0x5105f7+_0x370dc4(0x26a)),this['requestQueueHandler']['pendingUploads']=Math[_0x370dc4(0x1e3)](0x0,_0x4d7fa9['cQTjl'](this[_0x370dc4(0x22a)]['pendingUploads'],_0x4d7fa9[_0x370dc4(0x227)](_0x2441a1,_0x4d7fa9[_0x370dc4(0x2a7)])?0x1:_0x252dd3['length']));const _0x3760ba={};return _0x3760ba[_0x370dc4(0x1e9)]=_0x4d7fa9[_0x370dc4(0x28d)],_0x3760ba['message']='',_0x3760ba;}}catch(_0x2e28b9){_0x2e28b9[_0x370dc4(0x1f0)]?_0x4d7fa9[_0x370dc4(0x1d8)](debug,'EXCEPTION\x20IN\x20'+(_0x4d7fa9[_0x370dc4(0x26b)](_0x2441a1,this[_0x370dc4(0x22a)][_0x370dc4(0x1c9)])?_0x3ea97f:_0x4d7fa9[_0x370dc4(0x28a)])+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x2e28b9['response'][_0x370dc4(0x1e9)]+'\x20'+_0x2e28b9[_0x370dc4(0x1f0)][_0x370dc4(0x1d2)]+'\x20'+JSON[_0x370dc4(0x1e6)](_0x2e28b9[_0x370dc4(0x1f0)][_0x370dc4(0x2b2)])):_0x4d7fa9[_0x370dc4(0x1fc)](debug,_0x370dc4(0x24f)+(_0x4d7fa9['uZudB'](_0x2441a1,this['requestQueueHandler'][_0x370dc4(0x1c9)])?_0x3ea97f:_0x4d7fa9[_0x370dc4(0x28a)])+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x2e28b9[_0x370dc4(0x25d)]||_0x2e28b9));this['requestQueueHandler'][_0x370dc4(0x2a6)]=Math[_0x370dc4(0x1e3)](0x0,_0x4d7fa9[_0x370dc4(0x287)](this[_0x370dc4(0x22a)][_0x370dc4(0x2a6)],_0x4d7fa9[_0x370dc4(0x2b3)](_0x2441a1,_0x4d7fa9['cfrJD'])?0x1:_0x252dd3[_0x370dc4(0x27f)]));const _0x3edd05={};return _0x3edd05[_0x370dc4(0x1e9)]=_0x4d7fa9['JfSHB'],_0x3edd05['message']=_0x2e28b9[_0x370dc4(0x25d)]||(_0x2e28b9[_0x370dc4(0x1f0)]?_0x2e28b9['response'][_0x370dc4(0x1e9)]+':'+_0x2e28b9['response'][_0x370dc4(0x1d2)]:_0x2e28b9),_0x3edd05;}}}else{if(_0x4d7fa9[_0x370dc4(0x23f)](_0x5105f7,0x5)){_0x4d7fa9[_0x370dc4(0x25a)](debug,_0x370dc4(0x24f)+_0x3ea97f+_0x370dc4(0x22b)+_0x3ea97f+_0x370dc4(0x1d7));if(_0x4d7fa9[_0x370dc4(0x273)](process[_0x370dc4(0x1dc)][_0x370dc4(0x1f5)],_0x4d7fa9['csWkn']))this[_0x370dc4(0x22a)][_0x370dc4(0x2a6)]=Math[_0x370dc4(0x1e3)](0x0,_0x4d7fa9[_0x370dc4(0x287)](this[_0x370dc4(0x22a)][_0x370dc4(0x2a6)],0x1));const _0x4d5913={};return _0x4d5913[_0x370dc4(0x1e9)]=_0x4d7fa9[_0x370dc4(0x2bd)],_0x4d5913['message']=_0x4d7fa9[_0x370dc4(0x210)],_0x4d5913;}else _0x4d7fa9['PGcqL'](process[_0x370dc4(0x1dc)][_0x370dc4(0x267)],_0x4d7fa9[_0x370dc4(0x1de)])&&_0x4d7fa9[_0x370dc4(0x231)](setTimeout,()=>{const _0x29886c=_0x370dc4;this[_0x29886c(0x224)](_0x6eb52d,_0x4d7fa9['XYnHn'](_0x5105f7,0x1));},0x3e8);}}}module[a60_0x412279(0x261)]=SessionHandler;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a55_0x1a17c6=a55_0x38ce;(function(_0x427629,_0x83ae01){const _0xfe3cc2=a55_0x38ce,_0xedb9f8=_0x427629();while(!![]){try{const _0x34b995=parseInt(_0xfe3cc2(0x20e))/0x1+-parseInt(_0xfe3cc2(0x167))/0x2+-parseInt(_0xfe3cc2(0x164))/0x3+parseInt(_0xfe3cc2(0x1dd))/0x4+-parseInt(_0xfe3cc2(0x16f))/0x5+parseInt(_0xfe3cc2(0x25b))/0x6+parseInt(_0xfe3cc2(0x29e))/0x7*(parseInt(_0xfe3cc2(0x235))/0x8);if(_0x34b995===_0x83ae01)break;else _0xedb9f8['push'](_0xedb9f8['shift']());}catch(_0x121017){_0xedb9f8['push'](_0xedb9f8['shift']());}}}(a55_0x9779,0x7fd7e));const fs=require('fs'),path=require('path'),gitLastCommit=require(a55_0x1a17c6(0x227)),getRepoInfo=require(a55_0x1a17c6(0x205)),{consoleHolder,API_URL,SCREENSHOT_ENDPOINT,FRAMEWORKS}=require(a55_0x1a17c6(0x1fd)),request=require('request'),http=require('http'),https=require(a55_0x1a17c6(0x293)),child_process=require(a55_0x1a17c6(0x202)),getos=require(a55_0x1a17c6(0x17a)),os=require('os'),logger=require(a55_0x1a17c6(0x1e4))[a55_0x1a17c6(0x194)],bsSetupHelper=require(a55_0x1a17c6(0x28d));exports[a55_0x1a17c6(0x1b2)]=_0x14b0e6=>{const _0x359132=a55_0x1a17c6,_0x178530={};_0x178530['IgoQv']=function(_0x146052,_0x306319){return _0x146052===_0x306319;},_0x178530[_0x359132(0x230)]='true',_0x178530[_0x359132(0x18e)]=function(_0x4723a4,_0x59aff7){return _0x4723a4===_0x59aff7;},_0x178530['TpRZO']=function(_0x39007f,_0x336837){return _0x39007f!==_0x336837;},_0x178530['cpBjv']=_0x359132(0x26c),_0x178530[_0x359132(0x1af)]=_0x359132(0x20c);const _0x5af339=_0x178530;if(_0x5af339[_0x359132(0x203)](process['env']['BROWSERSTACK_OBSERVABILITY_DEBUG'],_0x5af339[_0x359132(0x230)])||_0x5af339['jYHMZ'](process[_0x359132(0x20a)][_0x359132(0x1a7)],'1')){if(_0x5af339[_0x359132(0x1a1)](_0x5af339[_0x359132(0x189)],_0x5af339['sgNxh']))consoleHolder[_0x359132(0x172)]('\x0a['+new Date()[_0x359132(0x1c7)]()+'][\x20OBSERVABILITY\x20]\x20'+_0x14b0e6+'\x0a');else return null;}};const a55_0x17112a={};function a55_0x9779(){const _0x36837e=['roDff','AXtyl','HKggM','nDAFR','platform','./constants','izZRW','CICvx','dist','BROWSERSTACK_CONFIG_FILE_PATH','child_process','IgoQv','pgajY','git-repo-info','mocha','gcGJr','rHSra','Jmdku','env','ThmSJ','EJSdG','kHJzp','30393SrDLZW','getDefaultHeaders','QSupc','VwOFq','nmond','BS_TESTOPS_BUILD_HASHED_ID','RWLpC','aBubS','sVjPS','MOCHA','lhRtX','LMkwy','relativeTestFilePath','info','isTestObservabilitySession','message','MPMAN','FECAy','vtceG','Agent','sLZEC','JAuqn','eOLgC','SAiHb','DxOGb','git-last-commit','mFRmX','Content-Type','Navuy','zuRbx','OOiqD','cwd','sLZHK','bkDkN','FBRNb','AssertionError','KYlOc','Utxnx','KyOWF','1208bdQldp','@playwright/test','sNKRs','expanded','QedOa','map','VouCw','GNXfk','trim','zcpNX','nrMmg','fqRlU','OGcom','STUov','zbNLX','JzGfw','VwXYA','ruiOH','LDMVT','WSbzz','xBnVQ','GywRe','YuDiA','LYoha','PAPMk','qjKUu','printBuildLink','onfru','bwdOq','djyDA','RqCpO','qNeVb','config','statusCode','UnhandledError','Bnjsl','Visit\x20https://observability.browserstack.com/builds/','platformVersion','3907386aJeUqw','default','EvTQl','IDAQu','LgGdU','AWPjX','LcZuO','Error\x20in\x20getting\x20Linux\x20Details','BROWSERSTACK_TEST_OBSERVABILITY_YML','ChacJ','mrXPN','][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found','fdDLg','UfUiM','PzkiA','mjTxo','NKRLS','EWPWp','QEcaH','qFONP','darwin','body','SqUMw','\x20:\x20','VESTs','match','test','jFdVK','bpGtD','ndzxp','EDPGe','getUserName','getUserCredentials','tNzEy','qnlUp','object','DmGCT','JbDyz','aIghr','MVLfN','pBDoA','getAccessKey','GuTFZ','OkeoN','dsFXI','prefix','ViHVa','IYlBB','snftW','backtrace','../helper','getBrowserStackConfig','UAcdI','getPackageVersion','FvzxH','hKeVz','https','oEsDn','dLEce','RfSWc','kePbt','keys','KpNNf','getFailureType','execSync','XkYve','GPPjY','41237wtpREw','dUrmj','yDjOW','CVNGq','qtFdN','IsJQz','TNzBK','hajDv','ztqRd','iLEGj','maxTotalSockets','DjoEf','data','rootDir','hljch','win32','414189gJGaKP','stack','awk\x20\x27/SOFTWARE\x20LICENSE\x20AGREEMENT\x20FOR\x20macOS/\x27\x20\x27/System/Library/CoreServices/Setup\x20Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf\x27\x20|\x20awk\x20-F\x20\x27macOS\x20\x27\x20\x27{print\x20$NF}\x27\x20|\x20awk\x20\x27{print\x20substr($0,\x200,\x20length($0)-1)}\x27','1028590yvcdoH','forEach','AtOXy','headers','MgoJz','yPoQN','SvUrq','tcMjR','4899760aqVpzn','TdkLf','wrQGF','log','split','UEipa','eOHAp','TKhBj','tccCO','ponwC','Exception\x20in\x20populating\x20test\x20failure\x20data\x20with\x20error\x20:\x20','getos','RPsoY','Unknown','platformName','err','timeout','HnRBF','orGDF','GnQIN','JgQJy','iabWR','includes','qiuNH','nodeRequest','qbnxg','cpBjv','application/json','YVCJk','PathHelper','null','jYHMZ','release','Not\x20a\x20JSON\x20response\x20from\x20BrowserStack\x20Server','windows-release','aihmt','X-BSTACK-TESTOPS','winstonLogger','etKcm','eRwji','WrVFB','OS\x20X','gIhZw','QmJEN','toString','hTUuG','Windows','getFrameworkVersion','eUVLP','linux','TpRZO','Error\x20in\x20importing\x20windows-release\x20','BS_TESTOPS_JWT','true','dDRdG','keepAlive','BROWSERSTACK_OBSERVABILITY_DEBUG','FtxPu','shouldReRunObservabilityTests','buildTag','BROWSERSTACK_RERUN_TESTS','removeAnsiColors','YJtRG','relative','sgNxh','qaprT','ocUhJ','debug','Zmvaq','PLAYWRIGHT','maxSockets','customTag','getBuildTags','^CUSTOM_TAG_\x5cd+$','undefined','zexxU','LEtSX','ytasI','vzrvj','JUMOb','filter','FeuNf','HZsDc','getCustomTags','YEzTd','goNGD','Bearer\x20','prefixTestPath','toISOString','extractValuesWithRegexKeyMatch','failureData','Kqakx','NHqRC','pRmTz','RzXUw','Jhetz','VsSRE','agent','eKbpY','readConfig','CLrBV','push','VEmGv','Received\x20response\x20from\x20BrowserStack\x20Server\x20with\x20status\x20:\x20','gCepU','iyrpE','fMCrM','LJrzD','Authorization','DYDPd','2339164vjhcHM','\x20to\x20view\x20build\x20report,\x20insights,\x20and\x20many\x20more\x20debugging\x20information\x20all\x20at\x20one\x20place!\x0a','ukdCf','Linux','qUXTT','getPlatformDetails','beIqj','../logger','uSHtx','hkRyW','vpvWG','gmzcC','BROWSERSTACK_TEST_OBSERVABILITY','EFNqK','LmXrq','error','etvSa','DkGkc','iPSJj','iPfjJ','bvPgg','TEST_OBSERVABILITY_BUILD_TAG','CUSTOM_TAG','hxmxR','sleep','hWdPw','YeNCC'];a55_0x9779=function(){return _0x36837e;};return a55_0x9779();}function a55_0x38ce(_0x1ec36b,_0x543622){const _0x9779e0=a55_0x9779();return a55_0x38ce=function(_0x38ce08,_0x9aed25){_0x38ce08=_0x38ce08-0x15f;let _0x966b3f=_0x9779e0[_0x38ce08];return _0x966b3f;},a55_0x38ce(_0x1ec36b,_0x543622);}a55_0x17112a[a55_0x1a17c6(0x1a6)]=!![],a55_0x17112a[a55_0x1a17c6(0x17f)]=0xea60,a55_0x17112a[a55_0x1a17c6(0x1b5)]=0x2,a55_0x17112a['maxTotalSockets']=0x2;const httpKeepAliveAgent=new http[(a55_0x1a17c6(0x221))](a55_0x17112a),a55_0x16c6dc={};a55_0x16c6dc[a55_0x1a17c6(0x1a6)]=!![],a55_0x16c6dc['timeout']=0xea60,a55_0x16c6dc[a55_0x1a17c6(0x1b5)]=0x2,a55_0x16c6dc['maxTotalSockets']=0x2;const httpsKeepAliveAgent=new https[(a55_0x1a17c6(0x221))](a55_0x16c6dc),a55_0x417034={};a55_0x417034[a55_0x1a17c6(0x1a6)]=!![],a55_0x417034[a55_0x1a17c6(0x17f)]=0xea60,a55_0x417034['maxSockets']=0x2,a55_0x417034['maxTotalSockets']=0x2;const httpScreenshotsKeepAliveAgent=new http['Agent'](a55_0x417034),a55_0x4fd8ec={};a55_0x4fd8ec[a55_0x1a17c6(0x1a6)]=!![],a55_0x4fd8ec[a55_0x1a17c6(0x17f)]=0xea60,a55_0x4fd8ec[a55_0x1a17c6(0x1b5)]=0x2,a55_0x4fd8ec[a55_0x1a17c6(0x2a8)]=0x2;const httpsScreenshotsKeepAliveAgent=new https['Agent'](a55_0x4fd8ec);exports[a55_0x1a17c6(0x1a9)]=()=>{const _0x79d455=a55_0x1a17c6,_0x3ff1a0={};_0x3ff1a0[_0x79d455(0x1e1)]=function(_0x359b15,_0x2725cc){return _0x359b15!==_0x2725cc;},_0x3ff1a0[_0x79d455(0x285)]='null';const _0x1f2f54=_0x3ff1a0;return process[_0x79d455(0x20a)][_0x79d455(0x1ab)]&&_0x1f2f54[_0x79d455(0x1e1)](process[_0x79d455(0x20a)][_0x79d455(0x1ab)],_0x1f2f54[_0x79d455(0x285)])?!![]:![];},exports[a55_0x1a17c6(0x21c)]=()=>{const _0x43f0eb=a55_0x1a17c6,_0x3e519d={};_0x3e519d['JbDyz']=function(_0x578a1c,_0x29e892){return _0x578a1c==_0x29e892;},_0x3e519d[_0x43f0eb(0x2a1)]=_0x43f0eb(0x1a4);const _0x56f727=_0x3e519d;let _0x12ded7=!![];if(process[_0x43f0eb(0x20a)]['BROWSERSTACK_TEST_OBSERVABILITY_YML'])_0x12ded7=_0x56f727['JbDyz'](process['env'][_0x43f0eb(0x263)],_0x56f727['CVNGq']);if(process[_0x43f0eb(0x20a)][_0x43f0eb(0x1e9)])_0x12ded7=_0x56f727[_0x43f0eb(0x280)](process[_0x43f0eb(0x20a)][_0x43f0eb(0x1e9)],_0x56f727[_0x43f0eb(0x2a1)]);return _0x12ded7;},exports['parseFileNames']=_0x5b8c43=>{const _0x2bf2cc=a55_0x1a17c6,_0x2bd4c5={'igSTQ':function(_0x3f6026,_0x2a0b57){return _0x3f6026(_0x2a0b57);},'eMNUp':function(_0x661017,_0x129dc9){return _0x661017===_0x129dc9;},'ztqRd':_0x2bf2cc(0x28b),'Vnjer':_0x2bf2cc(0x24d),'IDAQu':function(_0x4f2adc,_0x5335d1){return _0x4f2adc!==_0x5335d1;},'pBDoA':_0x2bf2cc(0x16e),'dDRdG':function(_0x103317,_0x1425bf){return _0x103317===_0x1425bf;},'EFNqK':_0x2bf2cc(0x276),'qaprT':_0x2bf2cc(0x27d)};if(bsSetupHelper['isUndefined'](_0x5b8c43)){if(_0x2bd4c5['eMNUp'](_0x2bd4c5[_0x2bf2cc(0x2a6)],_0x2bd4c5['Vnjer'])){const _0x1cafa4={'pgajY':function(_0x56bdbf,_0x58bcee){return _0x2bd4c5['igSTQ'](_0x56bdbf,_0x58bcee);},'XZbUe':function(_0xf56a1,_0x5a5024){return _0x2bd4c5['igSTQ'](_0xf56a1,_0x5a5024);}};return new _0x278562((_0x386492,_0x2fe0c2)=>{const _0x1acf9a={'JAuqn':function(_0x95af36,_0x4f191){const _0x102c32=a55_0x38ce;return _0x1cafa4[_0x102c32(0x204)](_0x95af36,_0x4f191);}};_0x1cafa4['XZbUe'](_0x2f458b,(_0x537113,_0x5c518a)=>{const _0xca31f0=a55_0x38ce;if(_0x537113)return _0x1acf9a[_0xca31f0(0x223)](_0x2fe0c2,_0x537113);_0x1acf9a[_0xca31f0(0x223)](_0x386492,_0x5c518a);});});}else return undefined;}else{if(_0x2bd4c5[_0x2bf2cc(0x25e)](_0x2bd4c5[_0x2bf2cc(0x283)],_0x2bd4c5['pBDoA'])){let _0x3af045=[],_0x4ecbd7=_0x17121c[_0x2bf2cc(0x1b6)]||_0x27341c['env'][_0x2bf2cc(0x1f3)];return _0x4ecbd7&&_0x3af045[_0x2bf2cc(0x1d4)](_0x4ecbd7),_0x3af045[_0x2bf2cc(0x1d4)](..._0x5c2090['extractValuesWithRegexKeyMatch'](_0x463f9f[_0x2bf2cc(0x20a)])),_0x3af045['push'](..._0x1d1caf[_0x2bf2cc(0x1c8)](_0x49451f)),_0x3af045;}else try{return _0x2bd4c5[_0x2bf2cc(0x1a5)](_0x2bd4c5[_0x2bf2cc(0x1ea)],_0x2bd4c5[_0x2bf2cc(0x1ea)])?_0x5b8c43[_0x2bf2cc(0x23d)]()[_0x2bf2cc(0x173)](','):_0x453bd9[_0x2bf2cc(0x20a)][_0x2bf2cc(0x1f2)]['split'](',');}catch(_0x315385){if(_0x2bd4c5[_0x2bf2cc(0x25e)](_0x2bd4c5[_0x2bf2cc(0x1b0)],_0x2bd4c5[_0x2bf2cc(0x1b0)])){const _0x293143=this[_0x2bf2cc(0x21a)](_0x1e725e);return this[_0x2bf2cc(0x288)]?_0x5c6f95['join'](this[_0x2bf2cc(0x288)],_0x293143):_0x293143;}else return undefined;}}},exports[a55_0x1a17c6(0x24f)]=()=>{const _0x555c3a=a55_0x1a17c6,_0x23fa85={'iyrpE':function(_0x425085,_0x34c031){return _0x425085(_0x34c031);},'UAcdI':_0x555c3a(0x293),'eUVLP':function(_0x12c40f,_0x558cbc){return _0x12c40f!==_0x558cbc;},'YVCJk':_0x555c3a(0x239),'stTIi':_0x555c3a(0x2a0),'dUrmj':function(_0x1c7351,_0x4f457d){return _0x1c7351!=_0x4f457d;},'Utxnx':_0x555c3a(0x18d),'DnmJn':_0x555c3a(0x1b9),'GnQIN':_0x555c3a(0x1f4),'qNeVb':_0x555c3a(0x1bc),'gawfv':_0x555c3a(0x186)};try{if(_0x23fa85[_0x555c3a(0x19f)](_0x23fa85[_0x555c3a(0x18b)],_0x23fa85['stTIi']))process[_0x555c3a(0x20a)][_0x555c3a(0x213)]&&_0x23fa85[_0x555c3a(0x29f)](process['env'][_0x555c3a(0x213)],_0x23fa85[_0x555c3a(0x233)])&&_0x23fa85[_0x555c3a(0x29f)](process[_0x555c3a(0x20a)]['BS_TESTOPS_BUILD_HASHED_ID'],_0x23fa85['DnmJn'])&&(_0x23fa85[_0x555c3a(0x19f)](_0x23fa85[_0x555c3a(0x182)],_0x23fa85[_0x555c3a(0x182)])?_0x23fa85[_0x555c3a(0x1d8)](_0x1a8007,_0x18e7c6&&_0x55e8a0[_0x555c3a(0x270)]?_0x23d9a9[_0x555c3a(0x270)]:_0x555c3a(0x1d6)+_0x42c7b8[_0x555c3a(0x256)]):(console['log'](),logger[_0x555c3a(0x21b)](_0x555c3a(0x259)+process['env'][_0x555c3a(0x213)]+_0x555c3a(0x1de))));else return _0x2b4efa[_0x555c3a(0x1aa)];}catch(_0x38e48b){_0x23fa85[_0x555c3a(0x19f)](_0x23fa85[_0x555c3a(0x254)],_0x23fa85['gawfv'])?logger[_0x555c3a(0x1ec)]('['+new Date()[_0x555c3a(0x1c7)]()+'][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found'):_0x1a5d1e['agent']=_0x5ca86c[_0x555c3a(0x185)](_0x23fa85[_0x555c3a(0x28f)])?_0x436ce0:_0x3e12c7;}},exports[a55_0x1a17c6(0x29a)]=_0x1a15e6=>{const _0x3ea81c=a55_0x1a17c6,_0x2689c0={};_0x2689c0[_0x3ea81c(0x1eb)]=function(_0x57c60f,_0x1c4fb6){return _0x57c60f!=_0x1c4fb6;},_0x2689c0[_0x3ea81c(0x1d5)]=_0x3ea81c(0x18d),_0x2689c0[_0x3ea81c(0x171)]=function(_0x36e95d,_0x22428f){return _0x36e95d!=_0x22428f;},_0x2689c0['vpvWG']='undefined',_0x2689c0[_0x3ea81c(0x176)]=function(_0x2a0f5d,_0x532f49){return _0x2a0f5d!==_0x532f49;},_0x2689c0[_0x3ea81c(0x1e8)]=_0x3ea81c(0x295),_0x2689c0['YeNCC']=_0x3ea81c(0x231),_0x2689c0[_0x3ea81c(0x271)]=_0x3ea81c(0x257);const _0x4fc71e=_0x2689c0;if(!_0x1a15e6){if(_0x4fc71e['TKhBj'](_0x4fc71e[_0x3ea81c(0x1e8)],_0x4fc71e['gmzcC']))_0x2fd5f5[_0x3ea81c(0x20a)][_0x3ea81c(0x213)]&&_0x4fc71e[_0x3ea81c(0x1eb)](_0x1322af[_0x3ea81c(0x20a)][_0x3ea81c(0x213)],_0x4fc71e[_0x3ea81c(0x1d5)])&&_0x4fc71e[_0x3ea81c(0x171)](_0x25efcb[_0x3ea81c(0x20a)][_0x3ea81c(0x213)],_0x4fc71e[_0x3ea81c(0x1e7)])&&(_0x19ff4f[_0x3ea81c(0x172)](),_0x373db4[_0x3ea81c(0x21b)](_0x3ea81c(0x259)+_0x2da6b5[_0x3ea81c(0x20a)][_0x3ea81c(0x213)]+_0x3ea81c(0x1de)));else return null;}return _0x1a15e6[_0x3ea81c(0x19b)]()[_0x3ea81c(0x274)](/AssertionError/)?_0x4fc71e[_0x3ea81c(0x1f7)]:_0x4fc71e['SqUMw'];},exports[a55_0x1a17c6(0x19e)]=_0x3a994a=>{const _0x5e621d=a55_0x1a17c6,_0x757330={};_0x757330[_0x5e621d(0x26b)]=_0x5e621d(0x206),_0x757330[_0x5e621d(0x252)]=_0x5e621d(0x236);const _0x40d2a8=_0x757330;let _0x4cb2b7=null;switch(_0x3a994a){case FRAMEWORKS[_0x5e621d(0x217)]:_0x4cb2b7=bsSetupHelper[_0x5e621d(0x290)](_0x40d2a8[_0x5e621d(0x26b)]);break;case FRAMEWORKS[_0x5e621d(0x1b4)]:_0x4cb2b7=bsSetupHelper['getPackageVersion'](_0x40d2a8[_0x5e621d(0x252)]);break;default:break;}return _0x4cb2b7;},exports[a55_0x1a17c6(0x28e)]=_0x42a268=>{const _0x32ec98=a55_0x1a17c6;let _0x1c960f=null;switch(_0x42a268){case FRAMEWORKS['PLAYWRIGHT']:_0x1c960f=process[_0x32ec98(0x20a)][_0x32ec98(0x201)];break;}if(!_0x1c960f)return;return bsSetupHelper[_0x32ec98(0x1d2)](_0x1c960f,![]);},exports[a55_0x1a17c6(0x27b)]=_0xc59a8c=>{const _0x463faf=a55_0x1a17c6;return{'username':bsSetupHelper[_0x463faf(0x27a)](_0xc59a8c),'accessKey':bsSetupHelper[_0x463faf(0x284)](_0xc59a8c)};},exports[a55_0x1a17c6(0x187)]=(_0x3397df,_0x3d9a5c,_0x33e4d7,_0x24c29e,_0x46caa7=!![])=>{const _0x1a5d16=a55_0x1a17c6,_0x571186={'VueIj':_0x1a5d16(0x262),'GPPjY':function(_0x452dd0,_0x24d446){return _0x452dd0!==_0x24d446;},'qbnxg':_0x1a5d16(0x244),'TdkLf':function(_0x357cb9,_0x1912f4){return _0x357cb9===_0x1912f4;},'izZRW':'JYiKY','oUwXE':'eGSFM','Kqakx':function(_0x493151,_0x208266){return _0x493151(_0x208266);},'LgGdU':function(_0xcc2318,_0x38f9b7){return _0xcc2318!=_0x38f9b7;},'onfru':'HiLAD','ndzxp':function(_0x5d0758,_0x3f5dca){return _0x5d0758(_0x3f5dca);},'sLZEC':function(_0x1faddd,_0x807e71){return _0x1faddd===_0x807e71;},'LMkwy':'jhinx','sRnkj':function(_0x23fa6b,_0x20610f){return _0x23fa6b!==_0x20610f;},'MVLfN':'nkxHK','pRmTz':_0x1a5d16(0x218),'KyOWF':function(_0x567e5f,_0x46a471){return _0x567e5f!==_0x46a471;},'EDPGe':'ghWns','wjMkw':'PRBRp','kePbt':function(_0x2b888c,_0x497dac){return _0x2b888c!==_0x497dac;},'DxOGb':'object','zcpNX':function(_0x492180,_0x1627fb){return _0x492180!==_0x1627fb;},'CNybk':_0x1a5d16(0x1f6),'dQoUk':_0x1a5d16(0x24e),'YJtRG':function(_0x5838fb,_0x25ba0b){return _0x5838fb(_0x25ba0b);},'VwXYA':_0x1a5d16(0x190),'NvDaO':'true','FECAy':function(_0x11ac0e,_0x38ed8b){return _0x11ac0e!=_0x38ed8b;},'OGcom':_0x1a5d16(0x18d),'RxLRo':function(_0x34c2bb,_0x112364){return _0x34c2bb!=_0x112364;},'aihmt':'undefined','ZllbH':_0x1a5d16(0x1bb),'RzXUw':_0x1a5d16(0x1d9),'yAbOm':function(_0x4f38d4,_0x5d1d0e){return _0x4f38d4===_0x5d1d0e;},'iPSJj':_0x1a5d16(0x229),'VwOFq':'application/json','TXPus':_0x1a5d16(0x293),'sQddf':function(_0x984e94,_0x3e1cc3){return _0x984e94===_0x3e1cc3;},'aBubS':function(_0x2e4a4c,_0x54e2a3){return _0x2e4a4c!==_0x54e2a3;},'Zmvaq':'PORRY','sVjPS':_0x1a5d16(0x1d1),'ThmSJ':function(_0x2dd071,_0x12c752,_0x4f1444){return _0x2dd071(_0x12c752,_0x4f1444);}};return new Promise(async(_0x5087fb,_0x5e50cb)=>{const _0x1ba7a3=_0x1a5d16,_0x593604={'dsFXI':function(_0x3430e2,_0xe300cd){const _0x5bb01f=a55_0x38ce;return _0x571186[_0x5bb01f(0x222)](_0x3430e2,_0xe300cd);},'QdkYW':_0x571186['NvDaO'],'CICvx':function(_0x20441c,_0x14089a){const _0x4ab34a=a55_0x38ce;return _0x571186[_0x4ab34a(0x170)](_0x20441c,_0x14089a);},'JgQJy':function(_0x79ea20,_0x18dd8c){const _0x5138fa=a55_0x38ce;return _0x571186[_0x5138fa(0x21f)](_0x79ea20,_0x18dd8c);},'RWLpC':_0x571186[_0x1ba7a3(0x241)],'AWPjX':function(_0x26b438,_0x38e2a6){return _0x571186['RxLRo'](_0x26b438,_0x38e2a6);},'MPMAN':_0x571186[_0x1ba7a3(0x192)]};if(_0x571186[_0x1ba7a3(0x23e)](_0x571186['ZllbH'],_0x571186[_0x1ba7a3(0x1cd)])){const _0x1f79e7={..._0x24c29e,...{'method':_0x3397df,'url':API_URL+'/'+_0x3d9a5c,'body':_0x33e4d7,'json':_0x571186['yAbOm'](_0x24c29e[_0x1ba7a3(0x16a)][_0x571186[_0x1ba7a3(0x1ef)]],_0x571186[_0x1ba7a3(0x211)]),'agent':API_URL[_0x1ba7a3(0x185)](_0x571186['TXPus'])?httpsKeepAliveAgent:httpKeepAliveAgent}};_0x571186['sQddf'](_0x3d9a5c,SCREENSHOT_ENDPOINT)&&(_0x571186[_0x1ba7a3(0x215)](_0x571186[_0x1ba7a3(0x1b3)],_0x571186[_0x1ba7a3(0x216)])?_0x1f79e7[_0x1ba7a3(0x1d0)]=API_URL[_0x1ba7a3(0x185)](_0x571186['TXPus'])?httpsScreenshotsKeepAliveAgent:httpScreenshotsKeepAliveAgent:(_0x593604[_0x1ba7a3(0x287)](_0x47c84c[_0x1ba7a3(0x20a)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],_0x593604['QdkYW'])||_0x593604[_0x1ba7a3(0x1ff)](_0x106fa6[_0x1ba7a3(0x20a)][_0x1ba7a3(0x1a7)],'1'))&&_0x50e326[_0x1ba7a3(0x172)]('\x0a['+new _0x122120()[_0x1ba7a3(0x1c7)]()+'][\x20OBSERVABILITY\x20]\x20'+_0x501f40+'\x0a')),_0x571186[_0x1ba7a3(0x20b)](request,_0x1f79e7,function _0x460de9(_0xcfd4e4,_0xb2d3a1,_0x3e3126){const _0x894ae9=_0x1ba7a3,_0x331a11={};_0x331a11['fcXQY']=_0x571186['VueIj'];const _0x231d3d=_0x331a11;if(_0x571186[_0x894ae9(0x29d)](_0x571186[_0x894ae9(0x188)],_0x571186[_0x894ae9(0x188)])){const _0x13c8f1=this['config'][_0x894ae9(0x22d)]||this[_0x894ae9(0x255)][_0x894ae9(0x161)];return _0x5beed0[_0x894ae9(0x1ae)](_0x13c8f1,_0x3b455e);}else{if(_0xcfd4e4){if(_0x571186['TdkLf'](_0x571186[_0x894ae9(0x1fe)],_0x571186['oUwXE']))try{return _0x5f23ed[_0x894ae9(0x23d)]()[_0x894ae9(0x173)](',');}catch(_0x55f696){return _0x3bfbb9;}else _0x571186['Kqakx'](_0x5e50cb,_0xcfd4e4);}else{if(_0x571186[_0x894ae9(0x25f)](_0xb2d3a1[_0x894ae9(0x256)],0xc8)){if(_0x571186['TdkLf'](_0x571186[_0x894ae9(0x250)],_0x571186['onfru']))_0x571186[_0x894ae9(0x278)](_0x5e50cb,_0xb2d3a1&&_0xb2d3a1['body']?_0xb2d3a1[_0x894ae9(0x270)]:_0x894ae9(0x1d6)+_0xb2d3a1[_0x894ae9(0x256)]);else return[];}else{if(_0x571186[_0x894ae9(0x222)](_0x571186[_0x894ae9(0x219)],_0x571186[_0x894ae9(0x219)])){if(_0x46caa7){if(_0x571186['sRnkj'](_0x571186[_0x894ae9(0x282)],_0x571186[_0x894ae9(0x1cc)]))try{if(_0x571186[_0x894ae9(0x234)](_0x571186[_0x894ae9(0x279)],_0x571186['wjMkw'])){if(_0x571186[_0x894ae9(0x297)](typeof _0x3e3126,_0x571186[_0x894ae9(0x226)]))_0x3e3126=JSON['parse'](_0x3e3126);}else return _0x2287dc+':\x20'+_0x25108a[_0x3a2660];}catch(_0x3f73d4){if(_0x571186[_0x894ae9(0x23e)](_0x571186['CNybk'],_0x571186['dQoUk'])){_0x571186[_0x894ae9(0x1ad)](_0x5e50cb,_0x571186[_0x894ae9(0x245)]);return;}else try{_0x360f6c[_0x894ae9(0x20a)][_0x894ae9(0x213)]&&_0x593604[_0x894ae9(0x183)](_0x5e51e6['env'][_0x894ae9(0x213)],_0x593604[_0x894ae9(0x214)])&&_0x593604[_0x894ae9(0x260)](_0x125ffe[_0x894ae9(0x20a)][_0x894ae9(0x213)],_0x593604[_0x894ae9(0x21e)])&&(_0x4d36ea[_0x894ae9(0x172)](),_0x31ceac[_0x894ae9(0x21b)](_0x894ae9(0x259)+_0x576a2f[_0x894ae9(0x20a)][_0x894ae9(0x213)]+_0x894ae9(0x1de)));}catch(_0x395043){_0x22bb6e[_0x894ae9(0x1ec)]('['+new _0x490816()[_0x894ae9(0x1c7)]()+_0x894ae9(0x266));}}else{let _0x57485f=[],_0x57cb13=[];return _0x2e8a88[_0x894ae9(0x298)](_0x2bca0b)[_0x894ae9(0x168)](_0x475437=>{const _0x29d185=_0x894ae9;try{_0x57cb13['push'](_0x475437+':\x20'+_0x722d94[_0x475437]);}catch(_0x4f917b){_0xacaed7[_0x29d185(0x1b2)](_0x29d185(0x179)+_0x4f917b[_0x29d185(0x21d)]+_0x29d185(0x272)+_0x4f917b[_0x29d185(0x28c)]);}}),_0x57485f['push']({'backtrace':_0x2b8034['removeAnsiColors'](_0x51cbf4[_0x894ae9(0x165)])[_0x894ae9(0x173)](/\r?\n/),'expanded':_0x57cb13}),_0x57485f;}}const _0x4e4ef5={};_0x4e4ef5['data']=_0x3e3126,_0x571186[_0x894ae9(0x1ca)](_0x5087fb,_0x4e4ef5);}else _0x4b1d39[_0x894ae9(0x1b2)](_0x231d3d['fcXQY']);}}}});}else return _0x571186[_0x1ba7a3(0x1ad)](_0x2bdb11,_0x26c983);});},exports[a55_0x1a17c6(0x1b7)]=_0x443c73=>{const _0x33361e=a55_0x1a17c6,_0x20fde0={'NHqRC':function(_0x4ac479,_0x9e5e82){return _0x4ac479==_0x9e5e82;},'VESTs':_0x33361e(0x1a4),'hljch':function(_0x19c924,_0x4539ec){return _0x19c924==_0x4539ec;},'CLrBV':function(_0x522f0b,_0x4d8afc){return _0x522f0b!==_0x4d8afc;},'fqRlU':_0x33361e(0x27e),'LDMVT':function(_0x1c1b15,_0x153197){return _0x1c1b15(_0x153197);},'nlKgs':_0x33361e(0x190),'duhMV':function(_0x1d1c4c,_0x2aae69){return _0x1d1c4c===_0x2aae69;},'LYoha':_0x33361e(0x23c),'gIhZw':_0x33361e(0x1c1)};if(process[_0x33361e(0x20a)][_0x33361e(0x1f2)]){if(_0x20fde0['duhMV'](_0x20fde0[_0x33361e(0x24c)],_0x20fde0[_0x33361e(0x24c)]))return process['env'][_0x33361e(0x1f2)][_0x33361e(0x173)](',');else{let _0xbfca13=!![];if(_0x441ff3[_0x33361e(0x20a)][_0x33361e(0x263)])_0xbfca13=_0x20fde0[_0x33361e(0x1cb)](_0x106d5e['env'][_0x33361e(0x263)],_0x20fde0[_0x33361e(0x273)]);if(_0x42b18a[_0x33361e(0x20a)]['BROWSERSTACK_TEST_OBSERVABILITY'])_0xbfca13=_0x20fde0[_0x33361e(0x162)](_0x5672d8[_0x33361e(0x20a)][_0x33361e(0x1e9)],_0x20fde0[_0x33361e(0x273)]);return _0xbfca13;}}if(_0x443c73[_0x33361e(0x1aa)]){if(_0x20fde0[_0x33361e(0x1d3)](_0x20fde0['gIhZw'],_0x20fde0[_0x33361e(0x199)])){if(_0x26b807)try{if(_0x20fde0[_0x33361e(0x1d3)](typeof _0x28e525,_0x20fde0[_0x33361e(0x240)]))_0x1cd4cd=_0x2874d3['parse'](_0x260215);}catch(_0x333557){_0x20fde0[_0x33361e(0x247)](_0x36a430,_0x20fde0['nlKgs']);return;}const _0x1676ce={};_0x1676ce[_0x33361e(0x160)]=_0x3ea045,_0x20fde0[_0x33361e(0x247)](_0x2e8f43,_0x1676ce);}else return _0x443c73[_0x33361e(0x1aa)];}return[];},exports[a55_0x1a17c6(0x20f)]=()=>{const _0x4e6391=a55_0x1a17c6,_0xb298f={};_0xb298f[_0x4e6391(0x177)]=_0x4e6391(0x18a),_0xb298f[_0x4e6391(0x28a)]=_0x4e6391(0x1a4),_0xb298f[_0x4e6391(0x296)]=function(_0x1f5011,_0x49ba01){return _0x1f5011===_0x49ba01;},_0xb298f[_0x4e6391(0x1ee)]=_0x4e6391(0x15f),_0xb298f[_0x4e6391(0x181)]='Authorization';const _0x1a9c39=_0xb298f,_0x25b227={};_0x25b227[_0x4e6391(0x229)]=_0x1a9c39[_0x4e6391(0x177)],_0x25b227[_0x4e6391(0x193)]=_0x1a9c39['IYlBB'];const _0x26ee9e=_0x25b227;if(process[_0x4e6391(0x20a)]['BS_TESTOPS_JWT']){if(_0x1a9c39['RfSWc'](_0x1a9c39[_0x4e6391(0x1ee)],_0x1a9c39[_0x4e6391(0x1ee)]))_0x26ee9e[_0x1a9c39['orGDF']]=_0x4e6391(0x1c5)+process[_0x4e6391(0x20a)][_0x4e6391(0x1a3)];else return'';}return _0x26ee9e;},exports[a55_0x1a17c6(0x1c8)]=_0x2b30ae=>{const _0x3aa9cb=a55_0x1a17c6,_0x249292={};_0x249292['XkYve']=_0x3aa9cb(0x1b8);const _0x37b412=_0x249292;let _0x519850=[],_0x23860a=new RegExp(_0x37b412[_0x3aa9cb(0x29c)],'i');return Object[_0x3aa9cb(0x298)](_0x2b30ae)[_0x3aa9cb(0x1bf)](_0x3fdebb=>_0x23860a['test'](_0x3fdebb))['forEach'](_0x18a07a=>_0x519850[_0x3aa9cb(0x1d4)](_0x2b30ae[_0x18a07a])),_0x519850;},exports[a55_0x1a17c6(0x1c2)]=_0x3bab7f=>{const _0x17c6b1=a55_0x1a17c6,_0x2a9888={};_0x2a9888['mrXPN']=function(_0x250d31,_0x26c97a){return _0x250d31!==_0x26c97a;},_0x2a9888[_0x17c6b1(0x1c4)]='GRORa';const _0x292032=_0x2a9888;let _0x275ba2=[],_0x356e85=_0x3bab7f[_0x17c6b1(0x1b6)]||process[_0x17c6b1(0x20a)]['CUSTOM_TAG'];return _0x356e85&&(_0x292032[_0x17c6b1(0x265)](_0x292032['goNGD'],_0x292032['goNGD'])?_0x229457[_0x17c6b1(0x1ec)]('['+new _0x578af0()[_0x17c6b1(0x1c7)]()+_0x17c6b1(0x266)):_0x275ba2[_0x17c6b1(0x1d4)](_0x356e85)),_0x275ba2[_0x17c6b1(0x1d4)](...exports[_0x17c6b1(0x1c8)](process[_0x17c6b1(0x20a)])),_0x275ba2['push'](...exports[_0x17c6b1(0x1c8)](_0x3bab7f)),_0x275ba2;},exports[a55_0x1a17c6(0x1ac)]=_0x3735f1=>{const _0x787a1a=a55_0x1a17c6,_0x27ae88={'OonwD':function(_0x140b6c,_0x930a59){return _0x140b6c(_0x930a59);},'HXctR':function(_0x476c4d,_0xe6d2b2){return _0x476c4d!==_0xe6d2b2;},'WrVFB':_0x787a1a(0x1ed),'rNUhF':_0x787a1a(0x207)};if(!_0x3735f1){if(_0x27ae88['HXctR'](_0x27ae88[_0x787a1a(0x197)],_0x27ae88['rNUhF']))return'';else _0x27ae88['OonwD'](_0x2bd67f,_0x565149);}return _0x3735f1['replace'](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');},exports[a55_0x1a17c6(0x1f5)]=(_0x591c6f=0x64)=>new Promise(_0x54e403=>setTimeout(_0x54e403,_0x591c6f));const getPlatformName=()=>{const _0x37cc1d=a55_0x1a17c6,_0x2a613d={};_0x2a613d[_0x37cc1d(0x1e5)]=function(_0x30d529,_0x13557f){return _0x30d529===_0x13557f;},_0x2a613d[_0x37cc1d(0x2a3)]=_0x37cc1d(0x163),_0x2a613d[_0x37cc1d(0x237)]=_0x37cc1d(0x19d),_0x2a613d[_0x37cc1d(0x24a)]=function(_0x26a0b8,_0x4fe05b){return _0x26a0b8===_0x4fe05b;},_0x2a613d[_0x37cc1d(0x195)]=_0x37cc1d(0x26f),_0x2a613d[_0x37cc1d(0x243)]=_0x37cc1d(0x198),_0x2a613d['eOLgC']=_0x37cc1d(0x1a0),_0x2a613d['KpNNf']=_0x37cc1d(0x1e0),_0x2a613d[_0x37cc1d(0x228)]=_0x37cc1d(0x17c);const _0x340301=_0x2a613d;if(_0x340301[_0x37cc1d(0x1e5)](process[_0x37cc1d(0x1fc)],_0x340301[_0x37cc1d(0x2a3)]))return _0x340301[_0x37cc1d(0x237)];if(_0x340301[_0x37cc1d(0x24a)](process['platform'],_0x340301['etKcm']))return _0x340301[_0x37cc1d(0x243)];if(_0x340301['GywRe'](process[_0x37cc1d(0x1fc)],_0x340301[_0x37cc1d(0x224)]))return _0x340301[_0x37cc1d(0x299)];return _0x340301[_0x37cc1d(0x228)];},getMacOSVersion=()=>{const _0x30184c=a55_0x1a17c6,_0x1de53b={};_0x1de53b['tNzEy']=_0x30184c(0x166);const _0x581a64=_0x1de53b;return child_process[_0x30184c(0x29b)](_0x581a64[_0x30184c(0x27c)])['toString']()['trim']();},getLinuxDetails=()=>{const _0x282c7a=a55_0x1a17c6,_0x8df23a={'eRwji':_0x282c7a(0x1b8),'qtFdN':function(_0x573b41,_0x149eec){return _0x573b41===_0x149eec;},'beIqj':_0x282c7a(0x294),'VjTmZ':'nhHhE','STUov':'kOFJM','eOHAp':function(_0x23602e,_0x2794a5){return _0x23602e(_0x2794a5);},'PzkiA':'GliJW','ViHVa':_0x282c7a(0x23f)};return new Promise((_0x270ac7,_0x2bd9f4)=>{const _0x44d59d=_0x282c7a,_0x2073aa={'yPoQN':_0x8df23a[_0x44d59d(0x196)],'DmGCT':function(_0xf3978d,_0x491bf8){return _0x8df23a['qtFdN'](_0xf3978d,_0x491bf8);},'bghkc':_0x8df23a[_0x44d59d(0x1e3)],'EMUYf':_0x8df23a['VjTmZ'],'bwdOq':_0x8df23a[_0x44d59d(0x242)],'zexxU':function(_0x2ebb81,_0x339ebb){const _0x3e7ce0=_0x44d59d;return _0x8df23a[_0x3e7ce0(0x175)](_0x2ebb81,_0x339ebb);}};_0x8df23a[_0x44d59d(0x2a2)](_0x8df23a[_0x44d59d(0x269)],_0x8df23a[_0x44d59d(0x289)])?_0x5fe7cd[_0x44d59d(0x1b2)](_0x44d59d(0x1a2)+_0x35d305[_0x44d59d(0x19b)]()):_0x8df23a['eOHAp'](getos,(_0x49e342,_0x20ab38)=>{const _0x396183=_0x44d59d;if(_0x2073aa[_0x396183(0x27f)](_0x2073aa['bghkc'],_0x2073aa['EMUYf'])){let _0x3160b7=[],_0x39bdae=new _0x1c710f(_0x2073aa[_0x396183(0x16c)],'i');return _0x519589[_0x396183(0x298)](_0x4e7e35)[_0x396183(0x1bf)](_0x211fa1=>_0x39bdae['test'](_0x211fa1))['forEach'](_0x581ee7=>_0x3160b7[_0x396183(0x1d4)](_0x45f78c[_0x581ee7])),_0x3160b7;}else{if(_0x49e342){if(_0x2073aa[_0x396183(0x27f)](_0x2073aa[_0x396183(0x251)],_0x2073aa['bwdOq']))return _0x2073aa[_0x396183(0x1ba)](_0x2bd9f4,_0x49e342);else{let {stack:_0x3eae16,..._0x43e29f}=_0x3c0f85,_0x39ae36=_0xb9c72c[_0x396183(0x298)](_0x43e29f)[_0x396183(0x23a)](_0x42daec=>{return _0x42daec+':\x20'+_0x43e29f[_0x42daec];});const _0x4618bf=_0x3eae16?_0x12e0a2['removeAnsiColors'](_0x3eae16)[_0x396183(0x173)](/\r?\n/):[_0x5cb3d0[_0x396183(0x1ac)](_0x5a0618['message'])],_0x27ac8b={};return _0x27ac8b[_0x396183(0x28c)]=_0x4618bf,_0x27ac8b[_0x396183(0x238)]=_0x39ae36,_0x27ac8b;}}_0x2073aa[_0x396183(0x1ba)](_0x270ac7,_0x20ab38);}});});};exports[a55_0x1a17c6(0x1e2)]=async()=>{const _0x4ba206=a55_0x1a17c6,_0x4132f0={'RqCpO':_0x4ba206(0x231),'HnRBF':_0x4ba206(0x257),'KtLxi':_0x4ba206(0x1db),'ChacJ':function(_0x3151c6){return _0x3151c6();},'UfUiM':_0x4ba206(0x198),'YEzTd':function(_0x165490){return _0x165490();},'MXTXK':'Windows','OkeoN':function(_0x1f1401,_0x1c995b){return _0x1f1401!==_0x1c995b;},'MgoJz':'ALoer','QmJEN':_0x4ba206(0x1f0),'DYDPd':_0x4ba206(0x191),'KYlOc':function(_0x582728){return _0x582728();},'pUANz':'Ujpsz','bkDkN':'Linux','omlNf':function(_0x1ef934,_0x2522c3){return _0x1ef934===_0x2522c3;},'aIghr':_0x4ba206(0x212),'nDAFR':function(_0x35da8e,_0x202849){return _0x35da8e===_0x202849;},'SvUrq':_0x4ba206(0x1fa),'KLOfg':_0x4ba206(0x261),'cROch':'Error\x20in\x20getting\x20Linux\x20Details'};let _0x3ac228=_0x4132f0[_0x4ba206(0x264)](getPlatformName),_0x3bc4ca=os[_0x4ba206(0x18f)]()['toString']();switch(_0x3ac228){case _0x4132f0[_0x4ba206(0x268)]:_0x3bc4ca=_0x4132f0[_0x4ba206(0x1c3)](getMacOSVersion);break;case _0x4132f0['MXTXK']:try{if(_0x4132f0['OkeoN'](_0x4132f0[_0x4ba206(0x16b)],_0x4132f0[_0x4ba206(0x19a)])){const _0xa1cfc4=(await import(_0x4132f0[_0x4ba206(0x1dc)]))[_0x4ba206(0x25c)];_0x3bc4ca=_0x4132f0['KYlOc'](_0xa1cfc4);}else{if(!_0x4e564f)return null;return _0x3b1e79[_0x4ba206(0x19b)]()[_0x4ba206(0x274)](/AssertionError/)?_0x4132f0[_0x4ba206(0x253)]:_0x4132f0[_0x4ba206(0x180)];}}catch(_0x3dd753){_0x4132f0[_0x4ba206(0x286)](_0x4132f0['pUANz'],_0x4132f0['pUANz'])?_0x1643aa[_0x4ba206(0x1d4)](_0x516027+':\x20'+_0x5c2578[_0x147d0c]):exports[_0x4ba206(0x1b2)](_0x4ba206(0x1a2)+_0x3dd753[_0x4ba206(0x19b)]());}break;case _0x4132f0[_0x4ba206(0x22f)]:try{if(_0x4132f0['omlNf'](_0x4132f0[_0x4ba206(0x281)],_0x4132f0['aIghr'])){const _0x2da226=await _0x4132f0[_0x4ba206(0x232)](getLinuxDetails);if(_0x2da226[_0x4ba206(0x200)])_0x3ac228=_0x2da226['dist'];if(_0x2da226[_0x4ba206(0x18f)])_0x3bc4ca=_0x2da226[_0x4ba206(0x18f)]['toString']();}else _0x56ab46[_0x4132f0['KtLxi']]=_0x4ba206(0x1c5)+_0x238717['env']['BS_TESTOPS_JWT'];}catch(_0x1fc234){if(_0x4132f0[_0x4ba206(0x1fb)](_0x4132f0[_0x4ba206(0x16d)],_0x4132f0['KLOfg']))return _0x5c4163[_0x4ba206(0x23d)]()[_0x4ba206(0x173)](',');else exports[_0x4ba206(0x1b2)](_0x4132f0['cROch']);}break;default:break;}const _0x4bf171={};return _0x4bf171[_0x4ba206(0x17d)]=_0x3ac228,_0x4bf171[_0x4ba206(0x25a)]=_0x3bc4ca,_0x4bf171;},exports[a55_0x1a17c6(0x1c9)]=(_0x291300,_0x198082)=>{const _0x535d7c=a55_0x1a17c6,_0x5c74dc={'EvTQl':function(_0x2dbd30,_0x4d42b1){return _0x2dbd30===_0x4d42b1;},'JUMOb':_0x535d7c(0x1df),'hSESj':_0x535d7c(0x163),'WSbzz':_0x535d7c(0x19d),'AXtyl':_0x535d7c(0x26f),'OOiqD':_0x535d7c(0x198),'QSupc':'linux','hajDv':'Linux','AAEln':_0x535d7c(0x17c),'iabWR':function(_0x16f900,_0x5f0e6e){return _0x16f900!==_0x5f0e6e;},'hkRyW':_0x535d7c(0x22a),'FtxPu':function(_0x497aef,_0x18bb16){return _0x497aef(_0x18bb16);},'SAiHb':_0x535d7c(0x190),'kHJzp':'DPIee','vtceG':_0x535d7c(0x291),'zuRbx':_0x535d7c(0x178),'fdDLg':_0x535d7c(0x1d7),'eeVaZ':_0x535d7c(0x249),'Jmdku':_0x535d7c(0x166),'QEcaH':function(_0x1cec5c,_0x1ae636){return _0x1cec5c===_0x1ae636;},'ocUhJ':_0x535d7c(0x208),'hKeVz':_0x535d7c(0x275),'mjTxo':function(_0x36030c,_0x5ec1ed){return _0x36030c===_0x5ec1ed;},'RPsoY':_0x535d7c(0x1bd),'AtOXy':_0x535d7c(0x17e),'Bnjsl':'hDzgn','VsSRE':function(_0x1ac1f1,_0x731a6c){return _0x1ac1f1!==_0x731a6c;},'TNzBK':_0x535d7c(0x26e),'iLEGj':_0x535d7c(0x1c0),'ruiOH':_0x535d7c(0x23b),'UEipa':_0x535d7c(0x1ce)};if(!_0x291300)return[];try{if(_0x5c74dc['QEcaH'](_0x5c74dc['ocUhJ'],_0x5c74dc[_0x535d7c(0x1b1)])){if(_0x5c74dc[_0x535d7c(0x25d)](_0x198082,_0x5c74dc[_0x535d7c(0x292)])){if(_0x5c74dc[_0x535d7c(0x26a)](_0x5c74dc[_0x535d7c(0x17b)],_0x5c74dc['RPsoY']))return _0x291300[_0x535d7c(0x23a)](_0x5d2c06=>{const _0x59ae71=_0x535d7c,_0x1d85b7={'bvPgg':function(_0x21245e,_0x567f20){return _0x5c74dc['EvTQl'](_0x21245e,_0x567f20);},'roDff':_0x5c74dc['hSESj'],'LJrzD':_0x5c74dc[_0x59ae71(0x248)],'YuDiA':_0x5c74dc[_0x59ae71(0x1f9)],'sLZHK':_0x5c74dc[_0x59ae71(0x22c)],'hTUuG':function(_0x51b855,_0x3db54b){return _0x5c74dc['EvTQl'](_0x51b855,_0x3db54b);},'yFfTA':_0x5c74dc[_0x59ae71(0x210)],'bpGtD':_0x5c74dc[_0x59ae71(0x2a5)],'jhqhE':_0x5c74dc['AAEln']};if(_0x5c74dc[_0x59ae71(0x184)](_0x5c74dc[_0x59ae71(0x1e6)],_0x5c74dc['hkRyW']))this[_0x59ae71(0x255)]=_0x5f331f,this[_0x59ae71(0x288)]=_0x1086e6;else{let {stack:_0x3ad6f7,..._0x22e601}=_0x5d2c06,_0x490f0d=Object[_0x59ae71(0x298)](_0x22e601)[_0x59ae71(0x23a)](_0x153e28=>{const _0x2b8fbb=_0x59ae71;if(_0x5c74dc['EvTQl'](_0x5c74dc[_0x2b8fbb(0x1be)],_0x5c74dc[_0x2b8fbb(0x1be)]))return _0x153e28+':\x20'+_0x22e601[_0x153e28];else{if(_0x1d85b7[_0x2b8fbb(0x1f1)](_0x73df2d[_0x2b8fbb(0x1fc)],_0x1d85b7[_0x2b8fbb(0x1f8)]))return _0x1d85b7[_0x2b8fbb(0x1da)];if(_0x1d85b7[_0x2b8fbb(0x1f1)](_0x359765[_0x2b8fbb(0x1fc)],_0x1d85b7[_0x2b8fbb(0x24b)]))return _0x1d85b7[_0x2b8fbb(0x22e)];if(_0x1d85b7[_0x2b8fbb(0x19c)](_0x45e7b3[_0x2b8fbb(0x1fc)],_0x1d85b7['yFfTA']))return _0x1d85b7[_0x2b8fbb(0x277)];return _0x1d85b7['jhqhE'];}});const _0xf8c8eb=_0x3ad6f7?exports[_0x59ae71(0x1ac)](_0x3ad6f7)['split'](/\r?\n/):[exports[_0x59ae71(0x1ac)](_0x5d2c06[_0x59ae71(0x21d)])],_0x4035b6={};return _0x4035b6[_0x59ae71(0x28c)]=_0xf8c8eb,_0x4035b6[_0x59ae71(0x238)]=_0x490f0d,_0x4035b6;}});else{_0x5c74dc[_0x535d7c(0x1a8)](_0x53069c,_0x5c74dc[_0x535d7c(0x225)]);return;}}else{if(_0x5c74dc['EvTQl'](_0x198082,_0x5c74dc[_0x535d7c(0x169)])){if(_0x5c74dc[_0x535d7c(0x26d)](_0x5c74dc['Bnjsl'],_0x5c74dc[_0x535d7c(0x258)])){let _0x5abd6b=[],_0x433835=[];return Object['keys'](_0x291300)[_0x535d7c(0x168)](_0x29a730=>{const _0x1966ef=_0x535d7c;if(_0x5c74dc[_0x1966ef(0x184)](_0x5c74dc[_0x1966ef(0x20d)],_0x5c74dc[_0x1966ef(0x20d)])){if(_0x12232a[_0x1966ef(0x20a)]['TEST_OBSERVABILITY_BUILD_TAG'])return _0x1236e4[_0x1966ef(0x20a)][_0x1966ef(0x1f2)][_0x1966ef(0x173)](',');if(_0x4ad23e[_0x1966ef(0x1aa)])return _0x526f83['buildTag'];return[];}else try{if(_0x5c74dc['EvTQl'](_0x5c74dc[_0x1966ef(0x220)],_0x5c74dc[_0x1966ef(0x22b)]))try{_0x26fc8a[_0x1966ef(0x1d4)](_0x30e546+':\x20'+_0x10b753[_0x3e3d1f]);}catch(_0x23ebfd){_0x4ae0e8[_0x1966ef(0x1b2)](_0x1966ef(0x179)+_0x23ebfd[_0x1966ef(0x21d)]+_0x1966ef(0x272)+_0x23ebfd[_0x1966ef(0x28c)]);}else _0x433835[_0x1966ef(0x1d4)](_0x29a730+':\x20'+_0x291300[_0x29a730]);}catch(_0x514263){if(_0x5c74dc['EvTQl'](_0x5c74dc[_0x1966ef(0x267)],_0x5c74dc['eeVaZ']))return _0x391fd1;else exports[_0x1966ef(0x1b2)](_0x1966ef(0x179)+_0x514263[_0x1966ef(0x21d)]+_0x1966ef(0x272)+_0x514263[_0x1966ef(0x28c)]);}}),_0x5abd6b['push']({'backtrace':exports[_0x535d7c(0x1ac)](_0x291300[_0x535d7c(0x165)])[_0x535d7c(0x173)](/\r?\n/),'expanded':_0x433835}),_0x5abd6b;}else{if(!_0x41535c)return'';return _0x52750d['replace'](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');}}else{if(_0x5c74dc[_0x535d7c(0x1cf)](_0x5c74dc[_0x535d7c(0x2a4)],_0x5c74dc[_0x535d7c(0x2a7)]))return[];else _0x3090e4[_0x535d7c(0x172)](),_0x46b5c8[_0x535d7c(0x21b)](_0x535d7c(0x259)+_0x560031[_0x535d7c(0x20a)]['BS_TESTOPS_BUILD_HASHED_ID']+_0x535d7c(0x1de));}}}else return _0x55e07f[_0x535d7c(0x29b)](_0x5c74dc[_0x535d7c(0x209)])[_0x535d7c(0x19b)]()[_0x535d7c(0x23d)]();}catch(_0x44ce22){if(_0x5c74dc['QEcaH'](_0x5c74dc[_0x535d7c(0x246)],_0x5c74dc[_0x535d7c(0x174)]))return _0x5e1d1c[_0x535d7c(0x23a)](_0x1ccb88=>{const _0x393b6d=_0x535d7c;let {stack:_0x370626,..._0x1ecd03}=_0x1ccb88,_0x1a08f7=_0x8fc769[_0x393b6d(0x298)](_0x1ecd03)[_0x393b6d(0x23a)](_0x3197e0=>{return _0x3197e0+':\x20'+_0x1ecd03[_0x3197e0];});const _0x3bd2ae=_0x370626?_0x440a97[_0x393b6d(0x1ac)](_0x370626)[_0x393b6d(0x173)](/\r?\n/):[_0xd1fd17['removeAnsiColors'](_0x1ccb88['message'])],_0x93544e={};return _0x93544e[_0x393b6d(0x28c)]=_0x3bd2ae,_0x93544e[_0x393b6d(0x238)]=_0x1a08f7,_0x93544e;});else exports[_0x535d7c(0x1b2)](_0x535d7c(0x179)+_0x44ce22['message']+_0x535d7c(0x272)+_0x44ce22[_0x535d7c(0x28c)]);}return[];};class PathHelper{constructor(_0x1b63df,_0x5a239a){const _0x5e9b5b=a55_0x1a17c6;this[_0x5e9b5b(0x255)]=_0x1b63df,this[_0x5e9b5b(0x288)]=_0x5a239a;}['relativeTestFilePath'](_0xd8f54a){const _0x230ee0=a55_0x1a17c6,_0x3ef1ac=this['config']['cwd']||this[_0x230ee0(0x255)][_0x230ee0(0x161)];return path[_0x230ee0(0x1ae)](_0x3ef1ac,_0xd8f54a);}[a55_0x1a17c6(0x1c6)](_0x25e32d){const _0x30542e=a55_0x1a17c6,_0x27f08a=this[_0x30542e(0x21a)](_0x25e32d);return this[_0x30542e(0x288)]?path['join'](this['prefix'],_0x27f08a):_0x27f08a;}}exports[a55_0x1a17c6(0x18c)]=PathHelper;
|
|
1
|
+
const a61_0x2b8d70=a61_0x33a5;(function(_0x3517e5,_0x43483f){const _0x3255f8=a61_0x33a5,_0x542fe2=_0x3517e5();while(!![]){try{const _0x373c89=parseInt(_0x3255f8(0x1fb))/0x1+-parseInt(_0x3255f8(0x23d))/0x2*(-parseInt(_0x3255f8(0x29f))/0x3)+parseInt(_0x3255f8(0x2c8))/0x4+parseInt(_0x3255f8(0x24f))/0x5*(parseInt(_0x3255f8(0x1f6))/0x6)+-parseInt(_0x3255f8(0x23f))/0x7*(parseInt(_0x3255f8(0x213))/0x8)+parseInt(_0x3255f8(0x243))/0x9+-parseInt(_0x3255f8(0x260))/0xa;if(_0x373c89===_0x43483f)break;else _0x542fe2['push'](_0x542fe2['shift']());}catch(_0x9135c2){_0x542fe2['push'](_0x542fe2['shift']());}}}(a61_0x2b2a,0xc1b13));const fs=require('fs'),path=require(a61_0x2b8d70(0x2a8)),gitLastCommit=require('git-last-commit'),getRepoInfo=require(a61_0x2b8d70(0x226)),{consoleHolder,API_URL,SCREENSHOT_ENDPOINT,FRAMEWORKS}=require(a61_0x2b8d70(0x2ec)),request=require('request'),http=require(a61_0x2b8d70(0x2ac)),https=require(a61_0x2b8d70(0x1d8)),child_process=require('child_process'),getos=require(a61_0x2b8d70(0x29a)),os=require('os'),logger=require(a61_0x2b8d70(0x218))[a61_0x2b8d70(0x307)],bsSetupHelper=require(a61_0x2b8d70(0x2eb));exports[a61_0x2b8d70(0x30d)]=_0x2f0e0d=>{const _0x2a5d73=a61_0x2b8d70,_0x2c6f1a={};_0x2c6f1a['cBsSS']=function(_0x12dd49,_0x30e888){return _0x12dd49===_0x30e888;},_0x2c6f1a[_0x2a5d73(0x1dc)]=_0x2a5d73(0x203),_0x2c6f1a[_0x2a5d73(0x1f4)]=function(_0x14e6f7,_0x327a4f){return _0x14e6f7===_0x327a4f;},_0x2c6f1a[_0x2a5d73(0x26d)]=function(_0x535167,_0x3b8ded){return _0x535167===_0x3b8ded;},_0x2c6f1a['ihRoM']=_0x2a5d73(0x2cc),_0x2c6f1a[_0x2a5d73(0x27f)]=_0x2a5d73(0x1e9);const _0x53fc8b=_0x2c6f1a;if(_0x53fc8b['cBsSS'](process[_0x2a5d73(0x2b1)][_0x2a5d73(0x1e4)],_0x53fc8b['BABlP'])||_0x53fc8b['BTsyY'](process[_0x2a5d73(0x2b1)][_0x2a5d73(0x1e4)],'1')){if(_0x53fc8b[_0x2a5d73(0x26d)](_0x53fc8b[_0x2a5d73(0x277)],_0x53fc8b[_0x2a5d73(0x27f)])){const _0x3f2637=this[_0x2a5d73(0x28f)]['cwd']||this[_0x2a5d73(0x28f)]['rootDir'];return _0x1aefd7[_0x2a5d73(0x2f2)](_0x3f2637,_0x29280d);}else consoleHolder[_0x2a5d73(0x2b8)]('\x0a['+new Date()['toISOString']()+'][\x20OBSERVABILITY\x20]\x20'+_0x2f0e0d+'\x0a');}};const a61_0x2076b5={};a61_0x2076b5['keepAlive']=!![],a61_0x2076b5[a61_0x2b8d70(0x1c8)]=0xea60,a61_0x2076b5[a61_0x2b8d70(0x284)]=0x2,a61_0x2076b5[a61_0x2b8d70(0x22d)]=0x2;const httpKeepAliveAgent=new http['Agent'](a61_0x2076b5),a61_0x5b1781={};a61_0x5b1781['keepAlive']=!![],a61_0x5b1781[a61_0x2b8d70(0x1c8)]=0xea60,a61_0x5b1781[a61_0x2b8d70(0x284)]=0x2,a61_0x5b1781['maxTotalSockets']=0x2;const httpsKeepAliveAgent=new https[(a61_0x2b8d70(0x1ca))](a61_0x5b1781),a61_0x4e8603={};function a61_0x2b2a(){const _0x22e041=['Iehff','Windows','pcapk','XISae','aWuBy','UnhandledError','true','oOfAt','ZEfNE','Alnfd','CrwJx','sSDTu','zYiPS','YRtOc','OS\x20X','NWhCz','bsSNH','OpfXJ','Authorization','cwd','Vuryc','dTIaJ','8mCxHzM','BzjkS','cAkHn','mvlvR','EKjnG','../logger','LUVhk','dNnUh','CbleK','Error\x20in\x20importing\x20windows-release\x20','rssbb','release','platformName','PHcbM','uUTQY','getUserCredentials','uEyCb','gUNnc','kjEtN','git-repo-info','jIbWn','oVNnC','BUUGn','qguKr','PgtOv','VtyDN','maxTotalSockets','jbTNp','windows-release','nhhsm','ymkei','ajZHQ','kUQzr','iwJfN','getPackageVersion','PoRBU','null','hTVhE','SpADz','OAoSZ','darwin','vkMpb','766772iSgFCL','wMZWS','10529995ebfGHt','Not\x20a\x20JSON\x20response\x20from\x20BrowserStack\x20Server','getPlatformDetails','getCustomTags','12093093GgbNNf','getUserName','tYeGm','match','vbITj','ByWPU','customTag','NkhkF','vAXJF','shouldReRunObservabilityTests','CUSTOM_TAG','LUIFa','35965prArbl','@playwright/test','yFWFR','yJaMj','rUlaM','MlrhD','akrOm','includes','QZpfP','dist','gcSIi','message','OvSuo','awk\x20\x27/SOFTWARE\x20LICENSE\x20AGREEMENT\x20FOR\x20macOS/\x27\x20\x27/System/Library/CoreServices/Setup\x20Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf\x27\x20|\x20awk\x20-F\x20\x27macOS\x20\x27\x20\x27{print\x20$NF}\x27\x20|\x20awk\x20\x27{print\x20substr($0,\x200,\x20length($0)-1)}\x27','qioWO','headers','wDdPQ','17649910CEnNde','kprEF','eEOFf','lGZFw','X-BSTACK-TESTOPS','mocha','wvVCO','ryLmz','tFufz','BROWSERSTACK_TEST_OBSERVABILITY','][\x20OBSERVABILITY\x20]\x20','BmARa','zVwDK','wUJsB','gisPU','isUndefined','qUYgf','execSync','cWvTz','DAKqT','MOCHA','aSoSR','PevjX','ihRoM','filter','QNWyy','zypxM','QIbCw','EejaB','Plmrp','yAHCn','VWwFf','PqYZD','VUpMH','statusCode','IatwU','maxSockets','AssertionError','lthBz','UTJEh','Visit\x20https://observability.browserstack.com/builds/','MhWNj','xJxWL','VnmWh','Vyqdd','UbJwP','ENEwO','config','fnYhw','HkvtS','XEOSU','CJzZx','SgKBl','CDFIr','GthHt','platformVersion','TktrR','][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found','getos','ukjoO','bKLjo','DGFtX','ilWAn','6KylPVM','IPEEA','getAccessKey','split','xRaze','qkxze','Received\x20response\x20from\x20BrowserStack\x20Server\x20with\x20status\x20:\x20','PlRbe','JOVVd','path','gPiyH','cjSqe','FOfqf','http','readConfig','DDFkT','cojcR','Bearer\x20','env','lVUMG','tEDwS','CuCvd','WlBFZ','ytWWV','kFxaq','log','BROWSERSTACK_CONFIG_FILE_PATH','QubhB','Error\x20in\x20getting\x20Linux\x20Details','bmooK','BROWSERSTACK_TEST_OBSERVABILITY_YML','rootDir','PLAYWRIGHT','join','QBccM','SzrFv','SYtIU','wMYXg','undefined','platform','jlFbs','2416488OyRzmD','thvQF','auCii','keys','jwuLh','xVXji','GHYpA','QFbuQ','AqTdk','jJfqd','\x20to\x20view\x20build\x20report,\x20insights,\x20and\x20many\x20more\x20debugging\x20information\x20all\x20at\x20one\x20place!\x0a','CKlZa','pJrYF','sQFpi','MliQC','dzahj','dcIaD','BndVw','fWvCN','Lsotb','removeAnsiColors','test','keepAlive','application/json','linux','error','kpaqb','extractValuesWithRegexKeyMatch','BROWSERSTACK_RERUN_TESTS','iHmHu','TEST_OBSERVABILITY_BUILD_TAG','\x20:\x20','NHdbM','UKona','ReRmM','../helper','./constants','agent','toISOString','hBjTT','xwZlS','nxCVN','relative','YqKVz','coMTc','forEach','object','toString','hFGZU','hkHve','PathHelper','stack','BS_TESTOPS_JWT','hjCZJ','expanded','failureData','pVRbG','getBuildTags','^CUSTOM_TAG_\x5cd+$','NgXNu','BphxS','DnHkD','body','winstonLogger','nodeRequest','knvXm','ecGCe','XtBKR','XkZCi','debug','kQiHW','RTMLT','gDMVU','yfdfZ','BS_TESTOPS_BUILD_HASHED_ID','default','VZqMV','pyfne','KnfGo','DKoZE','Content-Type','zPhql','parse','relativeTestFilePath','paadd','Glbun','trim','qODqr','LCgGH','zAiyn','hDKPk','push','Exception\x20in\x20populating\x20test\x20failure\x20data\x20with\x20error\x20:\x20','win32','oZsSE','timeout','backtrace','Agent','QfRpk','getDefaultHeaders','getFrameworkVersion','prefix','Linux','UUXUJ','FpSgu','YYyYg','rIdWZ','nFlET','IMRzq','PYLOP','tGMcH','https','WEtJD','thKFY','YicUZ','BABlP','AtXXG','info','IFjLe','prefixTestPath','XAZUJ','replace','RWpzi','BROWSERSTACK_OBSERVABILITY_DEBUG','TlfNv','eRSqi','gNIHI','GUday','ACFJp','TFSHE','buildTag','map','FhNDe','BuowK','IKqxu','rHMns','getBrowserStackConfig','AkTqn','sFXcd','BTsyY','ybmZg','1038DVdVRP','xdpFx','RPNEj','GZmzh','PIaGK','103679CiUAap','MXMzs'];a61_0x2b2a=function(){return _0x22e041;};return a61_0x2b2a();}a61_0x4e8603[a61_0x2b8d70(0x2de)]=!![],a61_0x4e8603['timeout']=0xea60,a61_0x4e8603[a61_0x2b8d70(0x284)]=0x2,a61_0x4e8603[a61_0x2b8d70(0x22d)]=0x2;const httpScreenshotsKeepAliveAgent=new http[(a61_0x2b8d70(0x1ca))](a61_0x4e8603),a61_0x3c063d={};a61_0x3c063d[a61_0x2b8d70(0x2de)]=!![],a61_0x3c063d[a61_0x2b8d70(0x1c8)]=0xea60,a61_0x3c063d[a61_0x2b8d70(0x284)]=0x2,a61_0x3c063d[a61_0x2b8d70(0x22d)]=0x2;const httpsScreenshotsKeepAliveAgent=new https[(a61_0x2b8d70(0x1ca))](a61_0x3c063d);exports[a61_0x2b8d70(0x24c)]=()=>{const _0x32f1ef=a61_0x2b8d70,_0x2809da={};_0x2809da[_0x32f1ef(0x1f8)]=function(_0x1d4b47,_0x424ffd){return _0x1d4b47!==_0x424ffd;},_0x2809da['thKFY']='null';const _0x3d5733=_0x2809da;return process[_0x32f1ef(0x2b1)]['BROWSERSTACK_RERUN_TESTS']&&_0x3d5733[_0x32f1ef(0x1f8)](process[_0x32f1ef(0x2b1)][_0x32f1ef(0x2e4)],_0x3d5733[_0x32f1ef(0x1da)])?!![]:![];},exports['isTestObservabilitySession']=()=>{const _0x43791f=a61_0x2b8d70,_0x4f0d83={};_0x4f0d83[_0x43791f(0x2b3)]=function(_0xc0fc88,_0x45a1f5){return _0xc0fc88==_0x45a1f5;},_0x4f0d83[_0x43791f(0x2d9)]=_0x43791f(0x203),_0x4f0d83[_0x43791f(0x221)]=function(_0x1d226b,_0x2f7c55){return _0x1d226b==_0x2f7c55;};const _0xf0456f=_0x4f0d83;let _0x1a5659=!![];if(process['env'][_0x43791f(0x2bd)])_0x1a5659=_0xf0456f[_0x43791f(0x2b3)](process[_0x43791f(0x2b1)][_0x43791f(0x2bd)],_0xf0456f['BndVw']);if(process['env'][_0x43791f(0x269)])_0x1a5659=_0xf0456f[_0x43791f(0x221)](process[_0x43791f(0x2b1)][_0x43791f(0x269)],_0xf0456f[_0x43791f(0x2d9)]);return _0x1a5659;},exports['parseFileNames']=_0x429c85=>{const _0x10767d=a61_0x2b8d70,_0x3031aa={'QfRpk':function(_0x5840ec,_0x4a11e6){return _0x5840ec!==_0x4a11e6;},'cAkHn':_0x10767d(0x237),'hkHve':function(_0x224964,_0x93fb46){return _0x224964(_0x93fb46);},'iHmHu':function(_0x37bc1b,_0xc764d9){return _0x37bc1b(_0xc764d9);},'ryLmz':function(_0x2a6b32,_0x319c27){return _0x2a6b32===_0x319c27;},'uEyCb':_0x10767d(0x1c1),'yfdfZ':function(_0x465272,_0xbb8b6e){return _0x465272===_0xbb8b6e;},'VnmWh':_0x10767d(0x1f2),'IPEEA':function(_0x2361eb,_0x242ab4){return _0x2361eb!==_0x242ab4;},'OpfXJ':_0x10767d(0x275),'dFbWo':_0x10767d(0x204),'MliQC':'qHzas'};if(bsSetupHelper[_0x10767d(0x26f)](_0x429c85))return _0x3031aa[_0x10767d(0x267)](_0x3031aa[_0x10767d(0x223)],_0x3031aa[_0x10767d(0x223)])?undefined:_0x22a1fb[_0x10767d(0x2b1)][_0x10767d(0x2e6)][_0x10767d(0x2a2)](',');else{if(_0x3031aa[_0x10767d(0x311)](_0x3031aa['VnmWh'],_0x3031aa[_0x10767d(0x28b)]))try{return _0x3031aa[_0x10767d(0x2a0)](_0x3031aa[_0x10767d(0x20e)],_0x3031aa[_0x10767d(0x20e)])?_0x4c76ad[_0x10767d(0x2b1)][_0x10767d(0x2e4)]&&_0x3031aa[_0x10767d(0x1cb)](_0x166235[_0x10767d(0x2b1)][_0x10767d(0x2e4)],_0x3031aa[_0x10767d(0x215)])?!![]:![]:_0x429c85[_0x10767d(0x1bf)]()[_0x10767d(0x2a2)](',');}catch(_0x28bb14){if(_0x3031aa[_0x10767d(0x1cb)](_0x3031aa['dFbWo'],_0x3031aa[_0x10767d(0x2d6)]))return undefined;else _0x3031aa[_0x10767d(0x2f9)](_0x357649,_0x5f113c&&_0x3e307b[_0x10767d(0x306)]?_0x3e679d[_0x10767d(0x306)]:_0x10767d(0x2a5)+_0x315380[_0x10767d(0x282)]);}else{const _0x3f2167={'thvQF':function(_0x5bce95,_0x18350d){const _0x1e1285=_0x10767d;return _0x3031aa[_0x1e1285(0x2f9)](_0x5bce95,_0x18350d);},'tYeGm':function(_0x3317a0,_0x520adc){const _0x17ab80=_0x10767d;return _0x3031aa[_0x17ab80(0x2e5)](_0x3317a0,_0x520adc);}};return new _0x33cd87((_0x4e9d01,_0x1682ff)=>{const _0x1d4b33=_0x10767d;_0x3f2167[_0x1d4b33(0x245)](_0x334891,(_0x414ab3,_0x366e33)=>{const _0x4bbb97=_0x1d4b33;if(_0x414ab3)return _0x3f2167[_0x4bbb97(0x2c9)](_0x1682ff,_0x414ab3);_0x3f2167[_0x4bbb97(0x2c9)](_0x4e9d01,_0x366e33);});});}}},exports['printBuildLink']=()=>{const _0x1d6125=a61_0x2b8d70,_0x4dcbe3={};_0x4dcbe3['pVRbG']=_0x1d6125(0x20f),_0x4dcbe3[_0x1d6125(0x227)]=function(_0x598cb7,_0x23104f){return _0x598cb7===_0x23104f;},_0x4dcbe3[_0x1d6125(0x2c1)]=_0x1d6125(0x296),_0x4dcbe3[_0x1d6125(0x20a)]=_0x1d6125(0x2ab),_0x4dcbe3['CrwJx']=function(_0x3b0f07,_0x1a0cfb){return _0x3b0f07!=_0x1a0cfb;},_0x4dcbe3[_0x1d6125(0x254)]=_0x1d6125(0x237),_0x4dcbe3['zypxM']=function(_0x2e1af5,_0x2fcfcf){return _0x2e1af5!=_0x2fcfcf;},_0x4dcbe3[_0x1d6125(0x253)]=_0x1d6125(0x2c5),_0x4dcbe3[_0x1d6125(0x1c0)]=function(_0x337aff,_0x2020ef){return _0x337aff!==_0x2020ef;},_0x4dcbe3[_0x1d6125(0x1c7)]=_0x1d6125(0x1ef),_0x4dcbe3[_0x1d6125(0x2db)]=function(_0x23f72c,_0x45b0cb){return _0x23f72c!==_0x45b0cb;},_0x4dcbe3[_0x1d6125(0x25f)]='YDmwG';const _0x511ecd=_0x4dcbe3;try{if(_0x511ecd['jIbWn'](_0x511ecd[_0x1d6125(0x2c1)],_0x511ecd['YRtOc']))_0x271295[_0x1d6125(0x30d)](_0x1d6125(0x1c5)+_0xb30cad[_0x1d6125(0x25a)]+_0x1d6125(0x2e7)+_0x26e8d9[_0x1d6125(0x1c9)]);else{if(process['env'][_0x1d6125(0x1b3)]&&_0x511ecd[_0x1d6125(0x207)](process[_0x1d6125(0x2b1)][_0x1d6125(0x1b3)],_0x511ecd[_0x1d6125(0x254)])&&_0x511ecd[_0x1d6125(0x27a)](process[_0x1d6125(0x2b1)][_0x1d6125(0x1b3)],_0x511ecd[_0x1d6125(0x253)])){if(_0x511ecd[_0x1d6125(0x1c0)](_0x511ecd[_0x1d6125(0x1c7)],_0x511ecd[_0x1d6125(0x1c7)])){const _0x2032ee=this[_0x1d6125(0x1bc)](_0x936e56);return this[_0x1d6125(0x1ce)]?_0xb0482c['join'](this['prefix'],_0x2032ee):_0x2032ee;}else console[_0x1d6125(0x2b8)](),logger[_0x1d6125(0x1de)]('Visit\x20https://observability.browserstack.com/builds/'+process[_0x1d6125(0x2b1)]['BS_TESTOPS_BUILD_HASHED_ID']+_0x1d6125(0x2d2));}}}catch(_0x2d0298){_0x511ecd[_0x1d6125(0x2db)](_0x511ecd[_0x1d6125(0x25f)],_0x511ecd[_0x1d6125(0x25f)])?_0xacfe2c[_0x511ecd[_0x1d6125(0x300)]]=_0x1d6125(0x2b0)+_0x47f05c[_0x1d6125(0x2b1)][_0x1d6125(0x2fc)]:logger[_0x1d6125(0x2e1)]('['+new Date()['toISOString']()+'][\x20OBSERVABILITY\x20]\x20Build\x20Not\x20Found');}},exports['getFailureType']=_0x2526e5=>{const _0x5c1a43=a61_0x2b8d70,_0x3d9731={};_0x3d9731[_0x5c1a43(0x1e8)]=function(_0x2faf56,_0x486852){return _0x2faf56===_0x486852;},_0x3d9731[_0x5c1a43(0x1bd)]='clzrb',_0x3d9731[_0x5c1a43(0x224)]=_0x5c1a43(0x285),_0x3d9731['BphxS']=_0x5c1a43(0x202);const _0x8dcdc=_0x3d9731;if(!_0x2526e5){if(_0x8dcdc['GUday'](_0x8dcdc[_0x5c1a43(0x1bd)],_0x8dcdc[_0x5c1a43(0x1bd)]))return null;else{let _0x1a5d28=[],_0x3c9a98=_0x3d95f1[_0x5c1a43(0x249)]||_0x466826[_0x5c1a43(0x2b1)]['CUSTOM_TAG'];return _0x3c9a98&&_0x1a5d28[_0x5c1a43(0x1c4)](_0x3c9a98),_0x1a5d28['push'](..._0x21e367[_0x5c1a43(0x2e3)](_0x32e524[_0x5c1a43(0x2b1)])),_0x1a5d28[_0x5c1a43(0x1c4)](..._0x5a4d77[_0x5c1a43(0x2e3)](_0x4bf016)),_0x1a5d28;}}return _0x2526e5['toString']()[_0x5c1a43(0x246)](/AssertionError/)?_0x8dcdc[_0x5c1a43(0x224)]:_0x8dcdc[_0x5c1a43(0x304)];},exports[a61_0x2b8d70(0x1cd)]=_0x1ea795=>{const _0x390af6=a61_0x2b8d70,_0x594625={};_0x594625[_0x390af6(0x2f0)]=_0x390af6(0x265),_0x594625[_0x390af6(0x1fa)]=_0x390af6(0x250);const _0x1c4652=_0x594625;let _0x9e3428=null;switch(_0x1ea795){case FRAMEWORKS[_0x390af6(0x274)]:_0x9e3428=bsSetupHelper['getPackageVersion'](_0x1c4652[_0x390af6(0x2f0)]);break;case FRAMEWORKS[_0x390af6(0x2bf)]:_0x9e3428=bsSetupHelper[_0x390af6(0x235)](_0x1c4652[_0x390af6(0x1fa)]);break;default:break;}return _0x9e3428;},exports[a61_0x2b8d70(0x1f1)]=_0x92dfa0=>{const _0x2863ed=a61_0x2b8d70;let _0x331e54=null;switch(_0x92dfa0){case FRAMEWORKS['PLAYWRIGHT']:_0x331e54=process['env'][_0x2863ed(0x2b9)];break;}if(!_0x331e54)return;return bsSetupHelper[_0x2863ed(0x2ad)](_0x331e54,![]);},exports[a61_0x2b8d70(0x222)]=_0x4c6009=>{const _0x171419=a61_0x2b8d70;return{'username':bsSetupHelper[_0x171419(0x244)](_0x4c6009),'accessKey':bsSetupHelper[_0x171419(0x2a1)](_0x4c6009)};},exports[a61_0x2b8d70(0x308)]=(_0x5c6136,_0x5d3cb2,_0x4344f4,_0x13461c,_0x3fb1e0=!![])=>{const _0x3c29aa=a61_0x2b8d70,_0x20a793={'tZsBM':function(_0x5e8e4d,_0x3be494){return _0x5e8e4d==_0x3be494;},'cWWIo':_0x3c29aa(0x203),'PHcbM':function(_0x19923d,_0x389332){return _0x19923d!=_0x389332;},'akrOm':_0x3c29aa(0x237),'DnHkD':_0x3c29aa(0x2c5),'RWpzi':function(_0x3c8e94,_0x5e1ceb){return _0x3c8e94(_0x5e1ceb);},'hjCZJ':function(_0x787ad,_0x3d848d){return _0x787ad!==_0x3d848d;},'ytWWV':_0x3c29aa(0x2f6),'zYiPS':_0x3c29aa(0x240),'wvVCO':_0x3c29aa(0x1d8),'CKlZa':function(_0x51bcc7,_0x23cf16){return _0x51bcc7===_0x23cf16;},'UTJEh':_0x3c29aa(0x251),'ePeRV':'rNynC','yAHCn':function(_0x3e8a61,_0x447913){return _0x3e8a61===_0x447913;},'UKona':_0x3c29aa(0x259),'QTsHL':'ifaoG','lVUMG':function(_0x3ff594,_0x8b0bde){return _0x3ff594!=_0x8b0bde;},'ByWPU':_0x3c29aa(0x252),'mIhiJ':function(_0x13f49f,_0x4a8a98){return _0x13f49f!==_0x4a8a98;},'coMTc':_0x3c29aa(0x309),'XSCkm':_0x3c29aa(0x25d),'DGFtX':function(_0x2da1ff,_0x5f0d98){return _0x2da1ff===_0x5f0d98;},'PJEiR':'eYETD','ukjoO':'vsvgV','PevjX':_0x3c29aa(0x24e),'bKLjo':_0x3c29aa(0x2d1),'VtyDN':_0x3c29aa(0x2d4),'BftlW':_0x3c29aa(0x1e7),'gPiyH':function(_0x31a452,_0x36132d){return _0x31a452(_0x36132d);},'cjSqe':function(_0x109c2f,_0x4d380c){return _0x109c2f(_0x4d380c);},'dzahj':_0x3c29aa(0x1e5),'dTIaJ':_0x3c29aa(0x1b9),'CJzZx':'application/json','EKjnG':function(_0x30eb91,_0x3d1173){return _0x30eb91===_0x3d1173;},'rssbb':function(_0x2e935f,_0x58a800){return _0x2e935f===_0x58a800;},'QZpfP':'TPmYQ','FpSgu':'VCGAK','CDFIr':function(_0x1c616e,_0x3edfd2,_0x563b7e){return _0x1c616e(_0x3edfd2,_0x563b7e);}};return new Promise(async(_0x1722c3,_0x5c9d70)=>{const _0x54ceca=_0x3c29aa,_0xe3c99d={'mKeSm':function(_0x234054,_0x489731){return _0x20a793['tZsBM'](_0x234054,_0x489731);},'vbITj':_0x20a793['cWWIo'],'BUUGn':function(_0x29ef89,_0x3b6d34){const _0x5e878d=a61_0x33a5;return _0x20a793[_0x5e878d(0x220)](_0x29ef89,_0x3b6d34);},'nxCVN':_0x20a793[_0x54ceca(0x255)],'lthBz':_0x20a793[_0x54ceca(0x305)],'cWvTz':function(_0x54f6fa,_0x2a5733){const _0x2d7802=_0x54ceca;return _0x20a793[_0x2d7802(0x1e3)](_0x54f6fa,_0x2a5733);},'ecGCe':function(_0x3c661c,_0x6d87f8){const _0x51000f=_0x54ceca;return _0x20a793[_0x51000f(0x1e3)](_0x3c661c,_0x6d87f8);},'IQOTT':function(_0x599198,_0x38567c){const _0x2caba9=_0x54ceca;return _0x20a793[_0x2caba9(0x2fd)](_0x599198,_0x38567c);},'XEOSU':_0x20a793[_0x54ceca(0x2b6)],'YYyYg':_0x20a793[_0x54ceca(0x209)],'iwJfN':_0x20a793[_0x54ceca(0x266)],'AtXXG':function(_0xd84677,_0x47a4c9){return _0x20a793['CKlZa'](_0xd84677,_0x47a4c9);},'nlaCQ':_0x20a793[_0x54ceca(0x287)],'DDFkT':_0x20a793['ePeRV'],'jbTNp':function(_0x1b7e02,_0x3f4413){const _0x2a827b=_0x54ceca;return _0x20a793[_0x2a827b(0x27e)](_0x1b7e02,_0x3f4413);},'ZctRZ':_0x20a793[_0x54ceca(0x2e9)],'PqYZD':_0x20a793['QTsHL'],'kprEF':function(_0x31d11b,_0x5866b2){const _0x3fb9c0=_0x54ceca;return _0x20a793[_0x3fb9c0(0x2b2)](_0x31d11b,_0x5866b2);},'xdpFx':_0x20a793[_0x54ceca(0x248)],'MXMzs':function(_0x2c71a8,_0x547954){const _0x25ba47=_0x54ceca;return _0x20a793[_0x25ba47(0x1e3)](_0x2c71a8,_0x547954);},'ybmZg':function(_0x590707,_0x142ee5){return _0x20a793['mIhiJ'](_0x590707,_0x142ee5);},'TFSHE':_0x20a793[_0x54ceca(0x2f4)],'GZmzh':_0x20a793['XSCkm'],'uqXUy':function(_0x1cbc6a,_0x4995ab){const _0x3588fe=_0x54ceca;return _0x20a793[_0x3588fe(0x29d)](_0x1cbc6a,_0x4995ab);},'TktrR':_0x20a793['PJEiR'],'wRiuC':_0x20a793[_0x54ceca(0x29b)],'krnad':_0x20a793[_0x54ceca(0x276)],'ymkei':_0x20a793[_0x54ceca(0x29c)],'ajZHQ':_0x20a793[_0x54ceca(0x22c)],'NgXNu':_0x20a793['BftlW'],'zPhql':function(_0x138ffb,_0x3c75ea){const _0x263921=_0x54ceca;return _0x20a793[_0x263921(0x2a9)](_0x138ffb,_0x3c75ea);},'wOJbc':function(_0xf9a61d,_0x39683c){return _0x20a793['RWpzi'](_0xf9a61d,_0x39683c);},'ENEwO':function(_0x5144f4,_0x5d1525){const _0x47a440=_0x54ceca;return _0x20a793[_0x47a440(0x2aa)](_0x5144f4,_0x5d1525);}};if(_0x20a793[_0x54ceca(0x2d3)](_0x20a793[_0x54ceca(0x2d7)],_0x20a793[_0x54ceca(0x2d7)])){const _0x342e28={..._0x13461c,...{'method':_0x5c6136,'url':API_URL+'/'+_0x5d3cb2,'body':_0x4344f4,'json':_0x20a793[_0x54ceca(0x29d)](_0x13461c[_0x54ceca(0x25e)][_0x20a793[_0x54ceca(0x212)]],_0x20a793[_0x54ceca(0x293)]),'agent':API_URL[_0x54ceca(0x256)](_0x20a793[_0x54ceca(0x266)])?httpsKeepAliveAgent:httpKeepAliveAgent}};if(_0x20a793[_0x54ceca(0x217)](_0x5d3cb2,SCREENSHOT_ENDPOINT)){if(_0x20a793[_0x54ceca(0x21d)](_0x20a793[_0x54ceca(0x257)],_0x20a793[_0x54ceca(0x1d1)])){let _0x5c4e47=!![];if(_0x56df4a[_0x54ceca(0x2b1)][_0x54ceca(0x2bd)])_0x5c4e47=_0xe3c99d['mKeSm'](_0x205ec4[_0x54ceca(0x2b1)][_0x54ceca(0x2bd)],_0xe3c99d[_0x54ceca(0x247)]);if(_0x4a5757[_0x54ceca(0x2b1)][_0x54ceca(0x269)])_0x5c4e47=_0xe3c99d['mKeSm'](_0x4c1cb3[_0x54ceca(0x2b1)][_0x54ceca(0x269)],_0xe3c99d[_0x54ceca(0x247)]);return _0x5c4e47;}else _0x342e28[_0x54ceca(0x2ed)]=API_URL[_0x54ceca(0x256)](_0x20a793['wvVCO'])?httpsScreenshotsKeepAliveAgent:httpScreenshotsKeepAliveAgent;}_0x20a793[_0x54ceca(0x295)](request,_0x342e28,function _0x4dcd22(_0x4d24ea,_0x3c19e7,_0x50fa32){const _0x3db760=_0x54ceca,_0x52d94e={};_0x52d94e['CnZRc']=_0xe3c99d[_0x3db760(0x234)];const _0x1e1bb8=_0x52d94e;if(_0xe3c99d[_0x3db760(0x1dd)](_0xe3c99d['nlaCQ'],_0xe3c99d[_0x3db760(0x2ae)]))return _0x3c5091;else{if(_0x4d24ea)_0xe3c99d[_0x3db760(0x22e)](_0xe3c99d['ZctRZ'],_0xe3c99d[_0x3db760(0x280)])?_0x45977a['env']['BS_TESTOPS_BUILD_HASHED_ID']&&_0xe3c99d[_0x3db760(0x229)](_0x21e130[_0x3db760(0x2b1)][_0x3db760(0x1b3)],_0xe3c99d[_0x3db760(0x2f1)])&&_0xe3c99d['BUUGn'](_0x313bfc[_0x3db760(0x2b1)]['BS_TESTOPS_BUILD_HASHED_ID'],_0xe3c99d[_0x3db760(0x286)])&&(_0x5aff11[_0x3db760(0x2b8)](),_0x404a9c[_0x3db760(0x1de)](_0x3db760(0x288)+_0x10f8cf['env']['BS_TESTOPS_BUILD_HASHED_ID']+'\x20to\x20view\x20build\x20report,\x20insights,\x20and\x20many\x20more\x20debugging\x20information\x20all\x20at\x20one\x20place!\x0a')):_0xe3c99d['cWvTz'](_0x5c9d70,_0x4d24ea);else{if(_0xe3c99d[_0x3db760(0x261)](_0x3c19e7['statusCode'],0xc8))_0xe3c99d[_0x3db760(0x1dd)](_0xe3c99d[_0x3db760(0x1f7)],_0xe3c99d['xdpFx'])?_0xe3c99d[_0x3db760(0x1fc)](_0x5c9d70,_0x3c19e7&&_0x3c19e7[_0x3db760(0x306)]?_0x3c19e7['body']:'Received\x20response\x20from\x20BrowserStack\x20Server\x20with\x20status\x20:\x20'+_0x3c19e7[_0x3db760(0x282)]):_0x59f8e6['agent']=_0x17a373[_0x3db760(0x256)](_0x1e1bb8['CnZRc'])?_0x52fcc4:_0x264898;else{if(_0xe3c99d[_0x3db760(0x1f5)](_0xe3c99d[_0x3db760(0x1ea)],_0xe3c99d[_0x3db760(0x1f9)])){if(_0x3fb1e0){if(_0xe3c99d['uqXUy'](_0xe3c99d[_0x3db760(0x298)],_0xe3c99d['wRiuC']))return _0x43c39b[_0x3db760(0x1bf)]()[_0x3db760(0x2a2)](',');else try{if(_0xe3c99d[_0x3db760(0x1dd)](_0xe3c99d['krnad'],_0xe3c99d[_0x3db760(0x231)])){if(_0x47e504)return _0xe3c99d[_0x3db760(0x272)](_0x1cab31,_0x1bdbaf);_0xe3c99d[_0x3db760(0x30a)](_0x356c9f,_0x33ad3e);}else{if(_0xe3c99d['ybmZg'](typeof _0x50fa32,_0xe3c99d[_0x3db760(0x292)]))_0x50fa32=JSON[_0x3db760(0x1bb)](_0x50fa32);}}catch(_0x135a69){if(_0xe3c99d[_0x3db760(0x1f5)](_0xe3c99d[_0x3db760(0x232)],_0xe3c99d[_0x3db760(0x303)])){_0xe3c99d[_0x3db760(0x272)](_0x5c9d70,_0xe3c99d[_0x3db760(0x1d2)]);return;}else try{if(_0xe3c99d['IQOTT'](typeof _0x26f78c,_0xe3c99d[_0x3db760(0x292)]))_0x35d23e=_0x157a75[_0x3db760(0x1bb)](_0x54a433);}catch(_0x220a18){_0xe3c99d[_0x3db760(0x30a)](_0x4b36b5,_0xe3c99d[_0x3db760(0x1d2)]);return;}}}const _0x2c3c0a={};_0x2c3c0a['data']=_0x50fa32,_0xe3c99d[_0x3db760(0x1ba)](_0x1722c3,_0x2c3c0a);}else return'';}}}});}else _0xe3c99d[_0x54ceca(0x28e)](_0x29e50b,(_0x35e2d3,_0x2b4c60)=>{const _0x430778=_0x54ceca;if(_0x35e2d3)return _0xe3c99d['wOJbc'](_0x1f4134,_0x35e2d3);_0xe3c99d[_0x430778(0x1ba)](_0xd18c,_0x2b4c60);});});},exports[a61_0x2b8d70(0x301)]=_0x161fcb=>{const _0x1ae076=a61_0x2b8d70,_0x1a0268={};_0x1a0268[_0x1ae076(0x30f)]=function(_0x57996c,_0x493f6b){return _0x57996c===_0x493f6b;},_0x1a0268[_0x1ae076(0x2b5)]=_0x1ae076(0x30e),_0x1a0268[_0x1ae076(0x263)]=function(_0x142656,_0xe1055){return _0x142656!==_0xe1055;},_0x1a0268[_0x1ae076(0x2d8)]=_0x1ae076(0x1d5);const _0x5376fb=_0x1a0268;if(process[_0x1ae076(0x2b1)][_0x1ae076(0x2e6)]){if(_0x5376fb[_0x1ae076(0x30f)](_0x5376fb[_0x1ae076(0x2b5)],_0x5376fb[_0x1ae076(0x2b5)]))return process[_0x1ae076(0x2b1)][_0x1ae076(0x2e6)][_0x1ae076(0x2a2)](',');else _0x360979[_0x1ae076(0x30d)](_0x1ae076(0x1c5)+_0x5aef20[_0x1ae076(0x25a)]+'\x20:\x20'+_0x114035[_0x1ae076(0x1c9)]);}if(_0x161fcb[_0x1ae076(0x1eb)]){if(_0x5376fb['lGZFw'](_0x5376fb['dcIaD'],_0x5376fb['dcIaD']))_0x5899f3['log'](),_0x478f3a['info']('Visit\x20https://observability.browserstack.com/builds/'+_0x24ffb6[_0x1ae076(0x2b1)]['BS_TESTOPS_BUILD_HASHED_ID']+_0x1ae076(0x2d2));else return _0x161fcb[_0x1ae076(0x1eb)];}return[];},exports[a61_0x2b8d70(0x1cc)]=()=>{const _0x503102=a61_0x2b8d70,_0x354142={};_0x354142[_0x503102(0x262)]=_0x503102(0x2df),_0x354142[_0x503102(0x1d0)]='true',_0x354142['AKqjM']=function(_0x54c59c,_0x20cd09){return _0x54c59c===_0x20cd09;},_0x354142[_0x503102(0x228)]='xBLhe',_0x354142['OLYIT']=_0x503102(0x2ce),_0x354142['nhhsm']='Authorization';const _0x27434e=_0x354142,_0x25107c={};_0x25107c[_0x503102(0x1b9)]=_0x27434e[_0x503102(0x262)],_0x25107c[_0x503102(0x264)]=_0x27434e[_0x503102(0x1d0)];const _0x11a83c=_0x25107c;if(process[_0x503102(0x2b1)][_0x503102(0x2fc)]){if(_0x27434e['AKqjM'](_0x27434e[_0x503102(0x228)],_0x27434e['OLYIT'])){if(!_0xb77675)return'';return _0x29e722[_0x503102(0x1e2)](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');}else _0x11a83c[_0x27434e[_0x503102(0x230)]]=_0x503102(0x2b0)+process[_0x503102(0x2b1)][_0x503102(0x2fc)];}return _0x11a83c;},exports['extractValuesWithRegexKeyMatch']=_0x2d71a1=>{const _0x3e1371=a61_0x2b8d70,_0x3622e1={};_0x3622e1[_0x3e1371(0x200)]=_0x3e1371(0x302);const _0x2433ee=_0x3622e1;let _0x411fa1=[],_0x3fad96=new RegExp(_0x2433ee[_0x3e1371(0x200)],'i');return Object[_0x3e1371(0x2cb)](_0x2d71a1)[_0x3e1371(0x278)](_0x3721a3=>_0x3fad96[_0x3e1371(0x2dd)](_0x3721a3))[_0x3e1371(0x2f5)](_0x4b5a52=>_0x411fa1['push'](_0x2d71a1[_0x4b5a52])),_0x411fa1;},exports[a61_0x2b8d70(0x242)]=_0x30da1b=>{const _0x115807=a61_0x2b8d70,_0x2f11d3={};_0x2f11d3[_0x115807(0x208)]=function(_0x2dbe1b,_0x577f89){return _0x2dbe1b===_0x577f89;},_0x2f11d3['DKoZE']=_0x115807(0x1fd);const _0x14154c=_0x2f11d3;let _0x13d36f=[],_0x4aa382=_0x30da1b[_0x115807(0x249)]||process[_0x115807(0x2b1)][_0x115807(0x24d)];if(_0x4aa382){if(_0x14154c[_0x115807(0x208)](_0x14154c[_0x115807(0x1b8)],_0x14154c[_0x115807(0x1b8)]))_0x13d36f['push'](_0x4aa382);else try{_0x35449b[_0x115807(0x1c4)](_0x3c1d39+':\x20'+_0xcbb563[_0x583bd5]);}catch(_0x4edb1b){_0x1e0ca5[_0x115807(0x30d)](_0x115807(0x1c5)+_0x4edb1b[_0x115807(0x25a)]+_0x115807(0x2e7)+_0x4edb1b[_0x115807(0x1c9)]);}}return _0x13d36f[_0x115807(0x1c4)](...exports[_0x115807(0x2e3)](process[_0x115807(0x2b1)])),_0x13d36f[_0x115807(0x1c4)](...exports[_0x115807(0x2e3)](_0x30da1b)),_0x13d36f;},exports[a61_0x2b8d70(0x2dc)]=_0x1afc49=>{const _0x3a47d5=a61_0x2b8d70,_0x79f940={'oFmXr':function(_0x1e720c,_0x2aed50){return _0x1e720c(_0x2aed50);},'YqKVz':_0x3a47d5(0x240),'QFbuQ':function(_0x33b7c7,_0x149878){return _0x33b7c7===_0x149878;},'OUrCk':_0x3a47d5(0x233)};if(!_0x1afc49){if(_0x79f940[_0x3a47d5(0x2cf)](_0x79f940['OUrCk'],_0x79f940['OUrCk']))return'';else{_0x79f940['oFmXr'](_0x46ba39,_0x79f940[_0x3a47d5(0x2f3)]);return;}}return _0x1afc49[_0x3a47d5(0x1e2)](/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g,'');},exports['sleep']=(_0x221e1f=0x64)=>new Promise(_0x1e36e7=>setTimeout(_0x1e36e7,_0x221e1f));const getPlatformName=()=>{const _0x39f987=a61_0x2b8d70,_0xeb80b2={};_0xeb80b2[_0x39f987(0x2cd)]=function(_0x47e45f,_0x5bef38){return _0x47e45f===_0x5bef38;},_0xeb80b2[_0x39f987(0x26c)]=_0x39f987(0x1c6),_0xeb80b2[_0x39f987(0x2e2)]='Windows',_0xeb80b2['ReRmM']=_0x39f987(0x23b),_0xeb80b2['tDduK']='OS\x20X',_0xeb80b2[_0x39f987(0x1d6)]=function(_0x2ea460,_0xf443f2){return _0x2ea460===_0xf443f2;},_0xeb80b2[_0x39f987(0x26b)]=_0x39f987(0x2e0),_0xeb80b2[_0x39f987(0x1ff)]=_0x39f987(0x1cf),_0xeb80b2[_0x39f987(0x219)]='Unknown';const _0x2a10d3=_0xeb80b2;if(_0x2a10d3[_0x39f987(0x2cd)](process[_0x39f987(0x2c6)],_0x2a10d3[_0x39f987(0x26c)]))return _0x2a10d3[_0x39f987(0x2e2)];if(_0x2a10d3[_0x39f987(0x2cd)](process[_0x39f987(0x2c6)],_0x2a10d3[_0x39f987(0x2ea)]))return _0x2a10d3['tDduK'];if(_0x2a10d3[_0x39f987(0x1d6)](process['platform'],_0x2a10d3[_0x39f987(0x26b)]))return _0x2a10d3[_0x39f987(0x1ff)];return _0x2a10d3[_0x39f987(0x219)];},getMacOSVersion=()=>{const _0x5cb7ab=a61_0x2b8d70,_0x28c1e7={};_0x28c1e7[_0x5cb7ab(0x2a3)]=_0x5cb7ab(0x25c);const _0xe6cba5=_0x28c1e7;return child_process[_0x5cb7ab(0x271)](_0xe6cba5[_0x5cb7ab(0x2a3)])[_0x5cb7ab(0x2f7)]()['trim']();},getLinuxDetails=()=>{const _0x117388=a61_0x2b8d70,_0x294fac={'UbJwP':function(_0x52d39b,_0x11c252){return _0x52d39b!=_0x11c252;},'PgtOv':'null','ZrIZT':_0x117388(0x2c5),'uXGhN':_0x117388(0x302),'kjEtN':function(_0x177410,_0xd79df){return _0x177410!==_0xd79df;},'bsSNH':'ARAEn','pyfne':_0x117388(0x2b7),'sQFpi':function(_0x4fed10,_0x58939b){return _0x4fed10===_0x58939b;},'hBjTT':'mdwJY','DAKqT':function(_0x3e7a45,_0x66af98){return _0x3e7a45(_0x66af98);},'wMYXg':_0x117388(0x30b),'iRQHu':_0x117388(0x206)};return new Promise((_0x1769ae,_0x21ed90)=>{const _0x4f9cea=_0x117388,_0xe605f6={'tGMcH':function(_0x305b77,_0x2ae2c6){const _0x53460f=a61_0x33a5;return _0x294fac[_0x53460f(0x28d)](_0x305b77,_0x2ae2c6);},'rpeEX':_0x294fac[_0x4f9cea(0x22b)],'Plmrp':_0x294fac['ZrIZT'],'usbBb':_0x294fac['uXGhN'],'QkjLk':function(_0x1635bd,_0x38b8ff){const _0x18a18d=_0x4f9cea;return _0x294fac[_0x18a18d(0x225)](_0x1635bd,_0x38b8ff);},'nFlET':_0x294fac[_0x4f9cea(0x20d)],'dNnUh':_0x294fac[_0x4f9cea(0x1b6)],'DhACT':function(_0xf43183,_0x1bad50){return _0x294fac['sQFpi'](_0xf43183,_0x1bad50);},'OvSuo':_0x294fac[_0x4f9cea(0x2ef)],'QIbCw':function(_0x3a3d58,_0x29f8b1){const _0x1815a6=_0x4f9cea;return _0x294fac[_0x1815a6(0x273)](_0x3a3d58,_0x29f8b1);},'mvlvR':function(_0x231117,_0x1472d9){const _0x47322e=_0x4f9cea;return _0x294fac[_0x47322e(0x273)](_0x231117,_0x1472d9);}};if(_0x294fac[_0x4f9cea(0x2d5)](_0x294fac[_0x4f9cea(0x2c4)],_0x294fac['iRQHu']))try{_0x3066f9['env']['BS_TESTOPS_BUILD_HASHED_ID']&&_0xe605f6[_0x4f9cea(0x1d7)](_0x2f52f3[_0x4f9cea(0x2b1)][_0x4f9cea(0x1b3)],_0xe605f6['rpeEX'])&&_0xe605f6[_0x4f9cea(0x1d7)](_0x2a0c8c['env'][_0x4f9cea(0x1b3)],_0xe605f6[_0x4f9cea(0x27d)])&&(_0x147a90[_0x4f9cea(0x2b8)](),_0x92020d[_0x4f9cea(0x1de)](_0x4f9cea(0x288)+_0x2442dd[_0x4f9cea(0x2b1)][_0x4f9cea(0x1b3)]+_0x4f9cea(0x2d2)));}catch(_0x2019f2){_0x169bef[_0x4f9cea(0x2e1)]('['+new _0x98fe4a()[_0x4f9cea(0x2ee)]()+_0x4f9cea(0x299));}else _0x294fac[_0x4f9cea(0x273)](getos,(_0x2574b8,_0xf57c3d)=>{const _0x144cf2=_0x4f9cea;if(_0xe605f6['QkjLk'](_0xe605f6[_0x144cf2(0x1d4)],_0xe605f6[_0x144cf2(0x21a)])){if(_0x2574b8){if(_0xe605f6['DhACT'](_0xe605f6[_0x144cf2(0x25b)],_0xe605f6[_0x144cf2(0x25b)]))return _0xe605f6[_0x144cf2(0x27b)](_0x21ed90,_0x2574b8);else{let _0x538d18=[],_0x206c4a=new _0x2599d5(_0xe605f6['usbBb'],'i');return _0x37fed8['keys'](_0x196a8a)[_0x144cf2(0x278)](_0xde6a8e=>_0x206c4a['test'](_0xde6a8e))[_0x144cf2(0x2f5)](_0x69e2d1=>_0x538d18['push'](_0x1bf743[_0x69e2d1])),_0x538d18;}}_0xe605f6[_0x144cf2(0x216)](_0x1769ae,_0xf57c3d);}else return[];});});};exports[a61_0x2b8d70(0x241)]=async()=>{const _0x1b7e85=a61_0x2b8d70,_0x5e3630={'Vuryc':_0x1b7e85(0x2df),'Srbsf':_0x1b7e85(0x203),'SzrFv':_0x1b7e85(0x20f),'NaeQg':function(_0x5b746e,_0x1327dd){return _0x5b746e(_0x1327dd);},'CbleK':function(_0x487ae9){return _0x487ae9();},'tBcBq':_0x1b7e85(0x20b),'iNHCR':_0x1b7e85(0x1fe),'Glbun':function(_0x15401e,_0x2709f6){return _0x15401e===_0x2709f6;},'zAiyn':_0x1b7e85(0x268),'lwKCJ':_0x1b7e85(0x2bc),'vkMpb':_0x1b7e85(0x22f),'MrBun':function(_0x5270de){return _0x5270de();},'gDMVU':function(_0x5d37c3,_0x486c0f){return _0x5d37c3!==_0x486c0f;},'XAZUJ':_0x1b7e85(0x2af),'QubhB':_0x1b7e85(0x1cf),'XkZCi':function(_0xf03b21,_0x51dbb6){return _0xf03b21!==_0x51dbb6;},'hDKPk':_0x1b7e85(0x2da),'NHdbM':'ofGBg','KnfGo':function(_0x25eb04){return _0x25eb04();},'cePDP':function(_0x4fb222,_0x199682){return _0x4fb222!==_0x199682;},'gaOSm':_0x1b7e85(0x2f8),'BuowK':'Error\x20in\x20getting\x20Linux\x20Details'};let _0x2cc21c=_0x5e3630['CbleK'](getPlatformName),_0x3a058d=os['release']()['toString']();switch(_0x2cc21c){case _0x5e3630['tBcBq']:_0x3a058d=_0x5e3630[_0x1b7e85(0x21b)](getMacOSVersion);break;case _0x5e3630['iNHCR']:try{if(_0x5e3630[_0x1b7e85(0x1be)](_0x5e3630[_0x1b7e85(0x1c2)],_0x5e3630['lwKCJ']))return _0xd27979[_0x1b7e85(0x1eb)];else{const _0x39a76c=(await import(_0x5e3630[_0x1b7e85(0x23c)]))[_0x1b7e85(0x1b4)];_0x3a058d=_0x5e3630['MrBun'](_0x39a76c);}}catch(_0x47c747){if(_0x5e3630[_0x1b7e85(0x310)](_0x5e3630[_0x1b7e85(0x1e1)],_0x5e3630[_0x1b7e85(0x1e1)])){const _0xcec3b7={};_0xcec3b7[_0x1b7e85(0x1b9)]=_0x5e3630[_0x1b7e85(0x211)],_0xcec3b7[_0x1b7e85(0x264)]=_0x5e3630['Srbsf'];const _0x40a60c=_0xcec3b7;return _0x2291ae[_0x1b7e85(0x2b1)][_0x1b7e85(0x2fc)]&&(_0x40a60c[_0x5e3630[_0x1b7e85(0x2c2)]]=_0x1b7e85(0x2b0)+_0x59474c[_0x1b7e85(0x2b1)][_0x1b7e85(0x2fc)]),_0x40a60c;}else exports[_0x1b7e85(0x30d)](_0x1b7e85(0x21c)+_0x47c747[_0x1b7e85(0x2f7)]());}break;case _0x5e3630[_0x1b7e85(0x2ba)]:try{if(_0x5e3630[_0x1b7e85(0x30c)](_0x5e3630[_0x1b7e85(0x1c3)],_0x5e3630[_0x1b7e85(0x2e8)])){const _0x4f7345=await _0x5e3630[_0x1b7e85(0x1b7)](getLinuxDetails);if(_0x4f7345[_0x1b7e85(0x258)])_0x2cc21c=_0x4f7345['dist'];if(_0x4f7345[_0x1b7e85(0x21e)])_0x3a058d=_0x4f7345[_0x1b7e85(0x21e)]['toString']();}else{if(_0xfd7935[_0x1b7e85(0x2b1)][_0x1b7e85(0x2e6)])return _0x3504c1[_0x1b7e85(0x2b1)][_0x1b7e85(0x2e6)]['split'](',');if(_0x137939['buildTag'])return _0xa845d7[_0x1b7e85(0x1eb)];return[];}}catch(_0x7bb177){if(_0x5e3630['cePDP'](_0x5e3630['gaOSm'],_0x5e3630['gaOSm']))return _0x5e3630['NaeQg'](_0x55abf3,_0x20e8ea);else exports['debug'](_0x5e3630[_0x1b7e85(0x1ee)]);}break;default:break;}const _0x5cd113={};return _0x5cd113[_0x1b7e85(0x21f)]=_0x2cc21c,_0x5cd113[_0x1b7e85(0x297)]=_0x3a058d,_0x5cd113;},exports[a61_0x2b8d70(0x2ff)]=(_0x2158d0,_0x69e745)=>{const _0x354cba=a61_0x2b8d70,_0xafddff={};_0xafddff['MhWNj']=_0x354cba(0x2bb),_0xafddff[_0x354cba(0x1f0)]=function(_0x1fd4fa,_0xc023a2){return _0x1fd4fa===_0xc023a2;},_0xafddff[_0x354cba(0x2b4)]=_0x354cba(0x2c3),_0xafddff['ilWAn']=_0x354cba(0x270),_0xafddff['qguKr']=_0x354cba(0x283),_0xafddff[_0x354cba(0x23e)]=_0x354cba(0x2a4),_0xafddff[_0x354cba(0x205)]='AssertionError',_0xafddff[_0x354cba(0x291)]='UnhandledError',_0xafddff[_0x354cba(0x1e6)]=function(_0x14e2cd,_0x527de2){return _0x14e2cd!==_0x527de2;},_0xafddff['NkhkF']=_0x354cba(0x1ed),_0xafddff[_0x354cba(0x28a)]=_0x354cba(0x239),_0xafddff[_0x354cba(0x28c)]=_0x354cba(0x2d0),_0xafddff[_0x354cba(0x2a7)]=_0x354cba(0x1db),_0xafddff[_0x354cba(0x23a)]=function(_0x58330e,_0xfc8b4f){return _0x58330e===_0xfc8b4f;},_0xafddff[_0x354cba(0x27c)]='WYBkn',_0xafddff[_0x354cba(0x2a6)]=_0x354cba(0x2dd),_0xafddff['vAXJF']=function(_0x459679,_0x29ae2c){return _0x459679!==_0x29ae2c;},_0xafddff[_0x354cba(0x1b5)]=_0x354cba(0x290),_0xafddff['sFXcd']=_0x354cba(0x281),_0xafddff['iHPSC']=function(_0x318a63,_0xc446ae){return _0x318a63===_0xc446ae;},_0xafddff[_0x354cba(0x20c)]='err',_0xafddff[_0x354cba(0x236)]=_0x354cba(0x2c7),_0xafddff[_0x354cba(0x201)]=_0x354cba(0x294),_0xafddff[_0x354cba(0x26e)]=_0x354cba(0x214),_0xafddff['yqgBr']=_0x354cba(0x279),_0xafddff[_0x354cba(0x238)]=_0x354cba(0x2ca);const _0x59debd=_0xafddff;if(!_0x2158d0)return[];try{if(_0x59debd[_0x354cba(0x23a)](_0x59debd[_0x354cba(0x27c)],_0x59debd[_0x354cba(0x27c)])){if(_0x59debd[_0x354cba(0x1f0)](_0x69e745,_0x59debd[_0x354cba(0x2a6)]))return _0x59debd['vAXJF'](_0x59debd['VZqMV'],_0x59debd[_0x354cba(0x1f3)])?_0x2158d0[_0x354cba(0x1ec)](_0x1bc54c=>{const _0x1da122=_0x354cba,_0xd8e5c5={'rIdWZ':_0x59debd[_0x1da122(0x289)],'cTJeO':function(_0xf2a71f,_0x519e15){const _0x321a84=_0x1da122;return _0x59debd[_0x321a84(0x1f0)](_0xf2a71f,_0x519e15);},'IFjLe':_0x59debd[_0x1da122(0x2b4)],'WEtJD':_0x59debd[_0x1da122(0x29e)]};if(_0x59debd['rHMns'](_0x59debd[_0x1da122(0x22a)],_0x59debd[_0x1da122(0x23e)]))_0x1389a4[_0x1da122(0x30d)](_0xd8e5c5[_0x1da122(0x1d3)]);else{let {stack:_0x5d5a4f,..._0x272622}=_0x1bc54c,_0x3b8869=Object['keys'](_0x272622)['map'](_0xd0e9fe=>{const _0x55a1bd=_0x1da122;if(_0xd8e5c5['cTJeO'](_0xd8e5c5[_0x55a1bd(0x1df)],_0xd8e5c5[_0x55a1bd(0x1d9)]))this[_0x55a1bd(0x28f)]=_0x53e414,this['prefix']=_0x14ccf4;else return _0xd0e9fe+':\x20'+_0x272622[_0xd0e9fe];});const _0x1cadf1=_0x5d5a4f?exports[_0x1da122(0x2dc)](_0x5d5a4f)['split'](/\r?\n/):[exports['removeAnsiColors'](_0x1bc54c[_0x1da122(0x25a)])],_0x1acd33={};return _0x1acd33[_0x1da122(0x1c9)]=_0x1cadf1,_0x1acd33['expanded']=_0x3b8869,_0x1acd33;}}):_0xf82856['map'](_0x520b1d=>{const _0x4aff20=_0x354cba;let {stack:_0x3bc263,..._0x14d05e}=_0x520b1d,_0x3398e8=_0x1762df[_0x4aff20(0x2cb)](_0x14d05e)['map'](_0x1913ac=>{return _0x1913ac+':\x20'+_0x14d05e[_0x1913ac];});const _0xa45d58=_0x3bc263?_0x2a6b97[_0x4aff20(0x2dc)](_0x3bc263)[_0x4aff20(0x2a2)](/\r?\n/):[_0x54ff0f['removeAnsiColors'](_0x520b1d[_0x4aff20(0x25a)])],_0x50014a={};return _0x50014a[_0x4aff20(0x1c9)]=_0xa45d58,_0x50014a[_0x4aff20(0x2fe)]=_0x3398e8,_0x50014a;});else{if(_0x59debd['iHPSC'](_0x69e745,_0x59debd[_0x354cba(0x20c)])){if(_0x59debd[_0x354cba(0x1e6)](_0x59debd[_0x354cba(0x236)],_0x59debd[_0x354cba(0x236)])){if(!_0x46ee94)return null;return _0x54da39[_0x354cba(0x2f7)]()[_0x354cba(0x246)](/AssertionError/)?_0x59debd['ZEfNE']:_0x59debd[_0x354cba(0x291)];}else{let _0x2b02d8=[],_0x53fac4=[];return Object[_0x354cba(0x2cb)](_0x2158d0)[_0x354cba(0x2f5)](_0x5b6a20=>{const _0x4b3153=_0x354cba;if(_0x59debd[_0x4b3153(0x1e6)](_0x59debd[_0x4b3153(0x24a)],_0x59debd[_0x4b3153(0x28a)]))try{_0x59debd[_0x4b3153(0x1f0)](_0x59debd[_0x4b3153(0x28c)],_0x59debd[_0x4b3153(0x28c)])?_0x53fac4[_0x4b3153(0x1c4)](_0x5b6a20+':\x20'+_0x2158d0[_0x5b6a20]):_0x379e6b[_0x4b3153(0x1c4)](_0x590cbc+':\x20'+_0x3e0c80[_0x294c2d]);}catch(_0x5c4e9d){_0x59debd[_0x4b3153(0x1e6)](_0x59debd['JOVVd'],_0x59debd[_0x4b3153(0x2a7)])?_0x497b57[_0x4b3153(0x1c4)](_0x13783f):exports[_0x4b3153(0x30d)](_0x4b3153(0x1c5)+_0x5c4e9d[_0x4b3153(0x25a)]+'\x20:\x20'+_0x5c4e9d[_0x4b3153(0x1c9)]);}else _0xdb4b22[_0x4b3153(0x2b8)]('\x0a['+new _0x5391c5()[_0x4b3153(0x2ee)]()+_0x4b3153(0x26a)+_0x3ef9b0+'\x0a');}),_0x2b02d8['push']({'backtrace':exports[_0x354cba(0x2dc)](_0x2158d0[_0x354cba(0x2fb)])[_0x354cba(0x2a2)](/\r?\n/),'expanded':_0x53fac4}),_0x2b02d8;}}else{if(_0x59debd['iHPSC'](_0x59debd[_0x354cba(0x201)],_0x59debd['gisPU']))_0x3a11d3[_0x354cba(0x30d)](_0x354cba(0x21c)+_0x342424[_0x354cba(0x2f7)]());else return[];}}}else return{'username':_0xada3ab[_0x354cba(0x244)](_0x3d7a17),'accessKey':_0x1aa303['getAccessKey'](_0x2679b7)};}catch(_0x5b8fce){if(_0x59debd[_0x354cba(0x24b)](_0x59debd['yqgBr'],_0x59debd['hTVhE']))exports[_0x354cba(0x30d)](_0x354cba(0x1c5)+_0x5b8fce['message']+_0x354cba(0x2e7)+_0x5b8fce['backtrace']);else return null;}return[];};function a61_0x33a5(_0xae574c,_0x190328){const _0x2b2a1b=a61_0x2b2a();return a61_0x33a5=function(_0x33a5dc,_0x1b5ad6){_0x33a5dc=_0x33a5dc-0x1b3;let _0x432f47=_0x2b2a1b[_0x33a5dc];return _0x432f47;},a61_0x33a5(_0xae574c,_0x190328);}class PathHelper{constructor(_0x192dc3,_0x4f5f52){const _0x52d80e=a61_0x2b8d70;this[_0x52d80e(0x28f)]=_0x192dc3,this['prefix']=_0x4f5f52;}[a61_0x2b8d70(0x1bc)](_0x596d40){const _0x3423e4=a61_0x2b8d70,_0x1e4f51=this[_0x3423e4(0x28f)][_0x3423e4(0x210)]||this['config'][_0x3423e4(0x2be)];return path[_0x3423e4(0x2f2)](_0x1e4f51,_0x596d40);}[a61_0x2b8d70(0x1e0)](_0x1f2338){const _0x2ebe4a=a61_0x2b8d70,_0x2d888f=this[_0x2ebe4a(0x1bc)](_0x1f2338);return this[_0x2ebe4a(0x1ce)]?path[_0x2ebe4a(0x2c0)](this[_0x2ebe4a(0x1ce)],_0x2d888f):_0x2d888f;}}exports[a61_0x2b8d70(0x2fa)]=PathHelper;
|