browserstack-node-sdk 1.24.2 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/hub-deployment.yaml +3 -1
- package/ats/src/templates/metrics-server/api-service.yaml +16 -0
- package/ats/src/templates/metrics-server/cluster-role-aggregated-reader.yaml +20 -0
- package/ats/src/templates/metrics-server/cluster-role-binding-auth-delegator.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role-binding.yaml +15 -0
- package/ats/src/templates/metrics-server/cluster-role.yaml +23 -0
- package/ats/src/templates/metrics-server/deployment.yaml +68 -0
- package/ats/src/templates/metrics-server/role-binding.yaml +16 -0
- package/ats/src/templates/metrics-server/service-account.yaml +7 -0
- package/ats/src/templates/metrics-server/service.yaml +16 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/constants.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a26_0x200745=a26_0x1cdb;function a26_0x2143(){const _0x402850=['pJGIx','AHAUg','beforeWorkerHook','KFpry','../../../helpers/helper','uPgAv','nFSkr','NFELa','HFSZj','test','hPhry','Kgute','9Enbpjm','@playwright/test/lib/runner/loadUtils.js','5zdYkNn','OXrkc','nuXPm','../../../helpers/test-observability/constants','XcthT','../../../helpers/test-observability/performance-tester','IhtOq','process.js','calculatePerformance','Percentage\x20of\x20increased\x20time\x20is\x20','wBulC','compareVersions','TAQwW','ktSkp','lib','1.35.0','4576248jUJgbJ','36534438duqgcp','iKTJz','cudzi','endsWith','getTagsFromTitle','match','slice','getTransformPath','performance-reporter.html','szsGG','ewhYl','sonKL','eOgnc','path','ktWlU','LZORc','mQXPE','START_TIME','.json','aTbpG','Zvzur','bSquk','ACrqZ','doo11ySync','3814800dJizUL','../../../helpers/test-observability/utils','qZMfa','tiEBg','2651264FTxsYA','getForkProcessPath','@playwright/test/lib/transform/transform.js','afterWorkerHook','zpVoY','env','Total\x20duration\x20for\x20whole\x20build\x20is\x20','onStepEnd','getLoadUtilsPath','beforeTestHook','stopAndGenerate','665527IgTieL','performance-report-worker-','map','dboml','common','join','sendSessionDetails','11691533nJMPIX','hUvVy','getTime','onBegin','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','afterTestHook','sendTestLog','sBFDW','onStepBegin','jOZuZ','readdirSync','setupBrowserDetails','processPageScreenshot','2125876EGYILY','onTestEnd','10xWyxVy','SJUET'];a26_0x2143=function(){return _0x402850;};return a26_0x2143();}(function(_0x5ef628,_0x2a8b18){const _0x3b99e2=a26_0x1cdb,_0x1412ff=_0x5ef628();while(!![]){try{const _0x1cad85=-parseInt(_0x3b99e2(0x125))/0x1+-parseInt(_0x3b99e2(0x178))/0x2+-parseInt(_0x3b99e2(0x149))/0x3*(parseInt(_0x3b99e2(0x139))/0x4)+-parseInt(_0x3b99e2(0x14b))/0x5*(parseInt(_0x3b99e2(0x15b))/0x6)+parseInt(_0x3b99e2(0x12c))/0x7+-parseInt(_0x3b99e2(0x174))/0x8+-parseInt(_0x3b99e2(0x15c))/0x9*(-parseInt(_0x3b99e2(0x13b))/0xa);if(_0x1cad85===_0x2a8b18)break;else _0x1412ff['push'](_0x1412ff['shift']());}catch(_0x32135b){_0x1412ff['push'](_0x1412ff['shift']());}}}(a26_0x2143,0xdcd1d));function a26_0x1cdb(_0x2613f1,_0x283a33){const _0x2143e4=a26_0x2143();return a26_0x1cdb=function(_0x1cdb4d,_0x1d28ff){_0x1cdb4d=_0x1cdb4d-0x123;let _0x4b0f73=_0x2143e4[_0x1cdb4d];return _0x4b0f73;},a26_0x1cdb(_0x2613f1,_0x283a33);}const {debug,getFrameworkVersion}=require(a26_0x200745(0x175)),PerformanceTester=require(a26_0x200745(0x150)),fs=require('fs'),{FRAMEWORKS}=require(a26_0x200745(0x14e)),helper=require(a26_0x200745(0x141)),path=require(a26_0x200745(0x169));exports[a26_0x200745(0x153)]=async()=>{const _0xd9a08=a26_0x200745,_0x2d3d2e={'aTbpG':_0xd9a08(0x17a),'LZORc':function(_0x4383e5,_0x2a03b3){return _0x4383e5===_0x2a03b3;},'bSquk':_0xd9a08(0x157),'wBulC':_0xd9a08(0x14c),'sBFDW':function(_0x4ca039,_0x227188){return _0x4ca039-_0x227188;},'BZdfS':_0xd9a08(0x164),'eOgnc':_0xd9a08(0x12f),'IhtOq':'endSession','qZMfa':'onTestBegin','Zvzur':_0xd9a08(0x13a),'ewhYl':_0xd9a08(0x134),'mbAAL':_0xd9a08(0x17f),'cudzi':_0xd9a08(0x13f),'AHAUg':_0xd9a08(0x17b),'CySZs':_0xd9a08(0x123),'LPVic':_0xd9a08(0x131),'tiEBg':_0xd9a08(0x173),'XcthT':_0xd9a08(0x138),'szsGG':_0xd9a08(0x12b),'sonKL':_0xd9a08(0x137),'KFpry':'requestSpyCallback','YAUwt':_0xd9a08(0x132),'Kgute':function(_0x584c28,_0x365c1e){return _0x584c28(_0x365c1e);},'QWSwJ':function(_0x276476,_0x156961){return _0x276476/_0x156961;},'pJGIx':function(_0x2be069,_0x1c2e8d){return _0x2be069(_0x1c2e8d);},'ACrqZ':function(_0x1325c6,_0x1d9e76){return _0x1325c6+_0x1d9e76;},'zpVoY':function(_0x1d7a50,_0x80a5b5){return _0x1d7a50*_0x80a5b5;},'SJUET':function(_0x460b25,_0x341931){return _0x460b25/_0x341931;}};if(!process[_0xd9a08(0x17d)][_0xd9a08(0x16d)]){if(_0x2d3d2e[_0xd9a08(0x16b)](_0x2d3d2e[_0xd9a08(0x171)],_0x2d3d2e[_0xd9a08(0x155)]))return _0x2d3d2e[_0xd9a08(0x16f)];else return;}const _0x15e7f4=_0x2d3d2e[_0xd9a08(0x133)](new Date()[_0xd9a08(0x12e)](),new Date(process[_0xd9a08(0x17d)][_0xd9a08(0x16d)])[_0xd9a08(0x12e)]()),_0x546a59=await PerformanceTester[_0xd9a08(0x124)](_0x2d3d2e['BZdfS'],[_0x2d3d2e[_0xd9a08(0x168)],_0x2d3d2e[_0xd9a08(0x151)],_0x2d3d2e[_0xd9a08(0x176)],_0x2d3d2e[_0xd9a08(0x170)],_0x2d3d2e[_0xd9a08(0x166)],_0x2d3d2e['mbAAL']]),_0x39f292=fs[_0xd9a08(0x136)]('.'),_0x1b24df=_0x39f292['filter'](_0xed1f3e=>_0xed1f3e['startsWith'](_0xd9a08(0x126))&&_0xed1f3e[_0xd9a08(0x15f)](_0xd9a08(0x16e))),_0x384562=await PerformanceTester['calculateTimesFromMultipleFiles'](_0x1b24df,[_0x2d3d2e[_0xd9a08(0x15e)],_0x2d3d2e[_0xd9a08(0x13e)],_0x2d3d2e['CySZs'],_0x2d3d2e['LPVic'],_0x2d3d2e[_0xd9a08(0x177)],_0x2d3d2e[_0xd9a08(0x14f)],_0x2d3d2e[_0xd9a08(0x165)],_0x2d3d2e[_0xd9a08(0x167)],_0x2d3d2e[_0xd9a08(0x140)],_0x2d3d2e['YAUwt']]);_0x2d3d2e[_0xd9a08(0x148)](debug,_0xd9a08(0x17e)+_0x2d3d2e['QWSwJ'](_0x15e7f4,0x3e8)+'\x20s'),_0x2d3d2e['pJGIx'](debug,_0xd9a08(0x130)+_0x2d3d2e[_0xd9a08(0x172)](_0x384562,_0x546a59)),_0x2d3d2e[_0xd9a08(0x13d)](debug,_0xd9a08(0x154)+_0x2d3d2e[_0xd9a08(0x17c)](_0x2d3d2e[_0xd9a08(0x13c)](_0x2d3d2e[_0xd9a08(0x172)](_0x384562,_0x546a59),_0x15e7f4),0x64));},exports[a26_0x200745(0x160)]=_0x3748e1=>{const _0x5b3870=a26_0x200745;return _0x3748e1[_0x5b3870(0x161)](/@(\w+)/g)?.[_0x5b3870(0x127)](_0x2edfad=>_0x2edfad[_0x5b3870(0x162)](0x1))||[];},exports[a26_0x200745(0x163)]=()=>{const _0x46b8d6=a26_0x200745,_0xb3c486={'NFELa':_0x46b8d6(0x146),'JogVp':'lib','nFSkr':_0x46b8d6(0x129),'IypmS':'process.js','TuIyI':function(_0x34752b,_0x487b17){return _0x34752b(_0x487b17);},'hPhry':function(_0x4139d9,_0xf6e789){return _0x4139d9>=_0xf6e789;},'WqiSx':_0x46b8d6(0x15a),'iKTJz':function(_0x29934f,_0x2bc781){return _0x29934f!==_0x2bc781;},'HFSZj':_0x46b8d6(0x14d),'mQXPE':_0x46b8d6(0x17a),'hUvVy':'@playwright/test/lib/common/transform.js'},_0x1fc927=_0xb3c486['TuIyI'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0xb3c486[_0x46b8d6(0x147)](helper[_0x46b8d6(0x156)](_0x1fc927,_0xb3c486['WqiSx']),0x0))return _0xb3c486[_0x46b8d6(0x15d)](_0xb3c486['HFSZj'],_0xb3c486[_0x46b8d6(0x145)])?_0xd825b[_0x46b8d6(0x12a)](_0xb3c486[_0x46b8d6(0x144)],_0xb3c486['JogVp'],_0xb3c486[_0x46b8d6(0x143)],_0xb3c486['IypmS']):_0xb3c486[_0x46b8d6(0x16c)];return _0xb3c486[_0x46b8d6(0x12d)];},exports[a26_0x200745(0x180)]=()=>{const _0x3a1458=a26_0x200745,_0xa383b1={};_0xa383b1[_0x3a1458(0x16a)]=_0x3a1458(0x14a);const _0x9b1a66=_0xa383b1;return _0x9b1a66[_0x3a1458(0x16a)];},exports[a26_0x200745(0x179)]=()=>{const _0x3a2119=a26_0x200745,_0x2bcc19={};_0x2bcc19[_0x3a2119(0x142)]='test',_0x2bcc19[_0x3a2119(0x128)]=_0x3a2119(0x159),_0x2bcc19[_0x3a2119(0x135)]='common',_0x2bcc19[_0x3a2119(0x158)]=_0x3a2119(0x152);const _0x7ab8e0=_0x2bcc19;return path['join'](_0x7ab8e0['uPgAv'],_0x7ab8e0['dboml'],_0x7ab8e0['jOZuZ'],_0x7ab8e0['ktSkp']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a27_0x16c598=a27_0x8b9e;(function(_0x14e5f0,_0x1d08ea){const _0xa5e7d6=a27_0x8b9e,_0x56a12c=_0x14e5f0();while(!![]){try{const _0x2e3c23=parseInt(_0xa5e7d6(0x279))/0x1*(parseInt(_0xa5e7d6(0x27f))/0x2)+parseInt(_0xa5e7d6(0x2e6))/0x3*(parseInt(_0xa5e7d6(0x185))/0x4)+-parseInt(_0xa5e7d6(0x1b8))/0x5*(parseInt(_0xa5e7d6(0x212))/0x6)+-parseInt(_0xa5e7d6(0x17b))/0x7+-parseInt(_0xa5e7d6(0x281))/0x8+-parseInt(_0xa5e7d6(0x235))/0x9*(parseInt(_0xa5e7d6(0x222))/0xa)+-parseInt(_0xa5e7d6(0x1bd))/0xb*(-parseInt(_0xa5e7d6(0x1b6))/0xc);if(_0x2e3c23===_0x1d08ea)break;else _0x56a12c['push'](_0x56a12c['shift']());}catch(_0x1ba2a8){_0x56a12c['push'](_0x56a12c['shift']());}}}(a27_0x1674,0x29959));function a27_0x8b9e(_0x221528,_0x20560b){const _0x167427=a27_0x1674();return a27_0x8b9e=function(_0x8b9e7c,_0x36aa3){_0x8b9e7c=_0x8b9e7c-0x179;let _0x264554=_0x167427[_0x8b9e7c];return _0x264554;},a27_0x8b9e(_0x221528,_0x20560b);}const RequestQueueHandler=require(a27_0x16c598(0x2e2)),{calculatePerformance,getTagsFromTitle}=require('./pwUtils'),{v4:uuidv4}=require(a27_0x16c598(0x19d)),path=require(a27_0x16c598(0x1fa)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a27_0x16c598(0x188)),{getGitMetaData}=require(a27_0x16c598(0x19b)),TestDetails=require('./test-details'),fs=require('fs'),util=require('util'),{o11yClassErrorHandler}=require(a27_0x16c598(0x1e9)),PerformanceTester=require(a27_0x16c598(0x1de)),{FRAMEWORKS}=require(a27_0x16c598(0x292)),SessionHandler=require(a27_0x16c598(0x213));function a27_0x1674(){const _0x2c848c=['configureGit','beforeEach\x20hook','KyhOr','\x20-\x20','smhac','readFileSync','failure_reason','duration','inJHC','SqBog','GsZRN','CkSOF','uwjws','category','getHierarchy','DFUOh','splice','Sending\x20session\x20details\x20for\x20','GvNNw','cKwlF','rBWCE','hook','lXwZh','fqkVA','ecnGE','screenshot','map','wOLLO','YHTlZ','HTsCq','iBeLK','TXsYt','gBsQR','TestRunStarted','BcmAa','jjDJz','vnzKV','hVBMM','fjllr','titlePath','addTestUIDAndReportLog','uajQN','rXjEY','err','passed','IzYHG','ykpin','2tUSLHN','relative','TEST_SCREENSHOT','DCNqB','Expected\x20to\x20fail,\x20but\x20passed.','errors','178598CECVif','backtrace','1834080yMxBMt','EHCoB','DWYju','cwd','uploadEventData','startsWith','tLOKh','startMonitoring','TestRunFinished','zKimm','lsFZR','QhtbD','rawri','test_run','VdmwM','gNkuO','BEFORE_EACH','../../../helpers/test-observability/constants','GzHjX','Djenj','indexOf','kYwZl','RUYjY','CPGUs','tlXpe','onEnd','Eufdo','XeaHH','OqkYs','getHookType','oJdKm','oqpOp','yaiia','IcIoX','reportLogs','PBkKR','PRRVA','stack','_testHooksMap','afterEach\x20hook','mZoGN','setStepIdentifier','AOHGo','parent','nPMFR','WXMta','length','IzUHX','SagDQ','ZqvWy','PLAYWRIGHT','After\x20Hooks','hoyNW','mtime','idffX','VxaCr','\x20for\x20','_projectId','shutdown','vtleZ','kTiEG','location','kSgTo','EKiAB','NcqVm','statSync','event_type','getStepIdentifier','BBMXT','EXirP','XkLZR','gIaSj','VBGGF','getTestRunIdentifier','vlafE','zpewf','retry_of','result','EdiRC','BJlDg','reverse','BHguB','dNxWo','mUGKV','xcAXN','logs','zoASo','IALzy','fZmEe','startTime','onTestEnd','CsQdS','haFlm','UTwFR','OpqAH','dfWlB','eaKmz','../../../helpers/test-observability/requestQueueHandler','JYyUT','OKhui','teHiK','95460gHGMAZ','Nzufp','beforeAll\x20hook','swbZD','xpBxf','yUWoL','joNKZ','FSqDz','Rlkzu','getTime','message','YJfqq','JLnan','unknown','getInstance','mokBt','onStepEnd','nxvdd','getScope','GUgfM','object','vGUzu','onBegin','qXwhf','XOysm','failed','sMVsQ','onStepBegin','LQgHD','uUJMX','HunCE','fhKwK','zTjAg','xYMTD','pYcdf','fZznl','ixqNK','sTmYf','456085qFlKxD','endSession','fcRjA','getTestUUID','lZTLV','ZIdCO','QwyhN','LXjOS','yeEEL','steps','20AVLJLR','expectedStatus','kzSEE','../../../helpers/test-observability/utils','lMoVQ','test','dOcPd','YPQgJ','error','root','bXFYJ','YAKyj','vZYJb','afterAll\x20hook','retry','qIyyj','WlUlo','onTestBegin','base64','attachments','needToReportStep','RtnLw','../../../helpers/helper','eEQNs','uuid','ZmJZR','_gitConfigured','nZFhs','HmqVP','file','sendHookRunEvent','IHPpO','ylXBI','yufbS','title','fptWA','finishedAt','pending','WMudX','options','env','igbjv','epWSg','etdsk','tFhtx','NANUp','javascript','ESLWC','HOABs','36228fZRJqj','performance-report-reporter.json','3145agyTBN','TqPBJ','coMPk','wsiDe','PWhTQ','1441QVsQUm','GcDQZ','WeGkB','getStepsAndLogs','dODtK','failure_type','YEWeW','push','lhorM','IZggi','mEujs','IFtNs','qbPck','clscM','YaIFB','split','dGTmm','wauHj','sendSessionDetails','TTjMj','gVwGn','BiYfL','kkMwF','HVEIc','bCVEN','dBIMM','KSEms','VBboT','RJvbN','name','HneWj','meta','timedOut','../../../helpers/test-observability/performance-tester','getTestIdentifier','iQyfV','bOgGA','lBYHu','kpnKm','soRnu','yxaZX','Khate','IfIdq','UmVyl','../../../helpers/test-observability/error-handler','yBRie','mWVIu','PUIOf','hook_run','KUIaW','START_TIME','lazEL','YtTtV','ejrYN','Wtacp','vFyLe','LogCreated','DzunD','xiwiS','cZLIz','TonLI','path','qaplY','OSVaI','status','OdOrF','MpmXV','AqBoj','ucUlw','BEFORE_ALL','SuKyf','ekfeQ','skipped','kkzrN','ZsrJN','toISOString','eJsYi','JvltE','UhNdH','CBTSessionCreated','expanded','WTQWz','WhIiZ','_bs_hookIdentifier','KjyYf','1182QMAViB','../../../helpers/test-observability/sessionHandler','DTuVp','MSJCI','AFTER_ALL','DzLMi','5|3|2|1|0|4','FpFTf','qGDOn','LdFhO','IHYRr','WzuqT','toString','FBdKy','QpZex','XZFbc','1445300XTKbKX','EIcMV','failure','oCVym','VqcKe','_tests','sendTestRunEvent','test_run_uuid','REgsn','iRRwT','mHMsY','existsSync','KWVtz','neKyd','Fhzmw','WtTMi','OGCrS','Phpqb','MhrOu','9kYMPdM','UCzrf','AOaML','stop','BROWSERSTACK_O11Y_PERF_MEASUREMENT','HulWQ','bOTrB','depth','ptqSV','zsnbg','IVVwh','sqOvN','iEKME','startedAt','jNuYJ','exports','dupWJ','_gitConfigPath','avXFY','nBgrJ','GqmQn'];a27_0x1674=function(){return _0x2c848c;};return a27_0x1674();}class MyReporter{constructor(_0x292690){const _0x12b18c=a27_0x16c598,_0x5c61f8={};_0x5c61f8[_0x12b18c(0x300)]=function(_0x47b40d,_0x410e23){return _0x47b40d===_0x410e23;},_0x5c61f8[_0x12b18c(0x270)]=_0x12b18c(0x22a),_0x5c61f8[_0x12b18c(0x1e5)]='twbtH',_0x5c61f8[_0x12b18c(0x1ca)]=_0x12b18c(0x1b7);const _0x3c9242=_0x5c61f8;if(process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']){if(_0x3c9242[_0x12b18c(0x300)](_0x3c9242[_0x12b18c(0x270)],_0x3c9242[_0x12b18c(0x1e5)]))return![];else PerformanceTester[_0x12b18c(0x288)](_0x3c9242[_0x12b18c(0x1ca)]),process[_0x12b18c(0x1ad)]['START_TIME']=new Date()['toISOString']();}this[_0x12b18c(0x227)]={},this['_testHooksMap']={},this['options']=_0x292690,this[_0x12b18c(0x19f)]=![],this[_0x12b18c(0x246)]=null;}async[a27_0x16c598(0x2fc)](){const _0x6e73be=a27_0x16c598;TestDetails['setup'](),await this[_0x6e73be(0x24a)]();}async[a27_0x16c598(0x196)](_0x26f5aa,_0x216548){const _0x37ff3d=a27_0x16c598,_0x43af6a={};_0x43af6a[_0x37ff3d(0x305)]=_0x37ff3d(0x26b);const _0x4da151=_0x43af6a,_0x52e7f2=this[_0x37ff3d(0x1df)](_0x26f5aa);this[_0x37ff3d(0x227)][_0x52e7f2]={'uuid':TestDetails['getTestUUID'](this[_0x37ff3d(0x2ca)](_0x26f5aa,_0x216548['retry'])),'startedAt':_0x216548[_0x37ff3d(0x2da)]},await this[_0x37ff3d(0x228)](_0x26f5aa,_0x4da151[_0x37ff3d(0x305)],_0x216548);}async[a27_0x16c598(0x301)](_0x112d41,_0x553864,_0x24d7fe){const _0x34382d=a27_0x16c598,_0x1578cb={'gBsQR':function(_0x53e87e){return _0x53e87e();},'LXjOS':function(_0x375fe0,_0x3d7722){return _0x375fe0===_0x3d7722;},'lazEL':_0x34382d(0x2dd),'FBdKy':_0x34382d(0x25e),'TZVzX':function(_0x1b6f80,_0x3518a3){return _0x1b6f80!==_0x3518a3;},'IANvv':'awfvu','WtTMi':'pPMfB','HunCE':'HookRunStarted'};if(!this[_0x34382d(0x199)](_0x24d7fe,_0x112d41)){if(_0x1578cb[_0x34382d(0x182)](_0x1578cb[_0x34382d(0x1f0)],_0x1578cb[_0x34382d(0x21f)])){let _0x377776=_0x203d59['title']+_0x34382d(0x2b9)+this[_0x34382d(0x1df)](_0x15b7a8);return this[_0x34382d(0x227)][_0x377776]&&(_0x377776=_0x377776+_0x34382d(0x24d)+_0x1578cb[_0x34382d(0x26a)](_0x20a53f)),_0x43e6ea['_bs_hookIdentifier']=_0x377776,_0x377776;}else return;}const _0x4bc160=this[_0x34382d(0x2aa)](_0x112d41,_0x24d7fe);this['_tests'][_0x4bc160]={'uuid':TestDetails[_0x34382d(0x17e)](_0x4bc160),'startedAt':_0x24d7fe[_0x34382d(0x2da)][_0x34382d(0x208)]()};const _0x5c6952=this[_0x34382d(0x2ca)](_0x112d41,_0x553864['retry']);!this[_0x34382d(0x2a7)][_0x5c6952]&&(_0x1578cb['TZVzX'](_0x1578cb['IANvv'],_0x1578cb[_0x34382d(0x231)])?this['_testHooksMap'][_0x5c6952]=[]:(_0x2637c9[_0x34382d(0x1c4)](_0x2f0a7e[_0x34382d(0x1a7)]),_0x357dd1=_0x1b31e6[_0x34382d(0x2ac)])),this[_0x34382d(0x2a7)][_0x5c6952][_0x34382d(0x1c4)](this[_0x34382d(0x227)][_0x4bc160][_0x34382d(0x19d)]),await this[_0x34382d(0x1a3)](_0x112d41,_0x24d7fe,_0x1578cb[_0x34382d(0x304)],_0x553864);}async['onStepEnd'](_0x4ac0dc,_0x1921e7,_0x13e452){const _0x1578a6=a27_0x16c598,_0x2468de={};_0x2468de[_0x1578a6(0x2ea)]=function(_0x24f5e3,_0x2744c8){return _0x24f5e3!==_0x2744c8;},_0x2468de[_0x1578a6(0x21a)]=_0x1578a6(0x249),_0x2468de[_0x1578a6(0x26e)]=_0x1578a6(0x1f9),_0x2468de['PBkKR']=function(_0x3dba19,_0x3fa1a1){return _0x3dba19+_0x3fa1a1;},_0x2468de[_0x1578a6(0x17a)]='HookRunFinished';const _0x11e08e=_0x2468de;if(!this[_0x1578a6(0x199)](_0x13e452,_0x4ac0dc)){if(_0x11e08e[_0x1578a6(0x2ea)](_0x11e08e[_0x1578a6(0x21a)],_0x11e08e[_0x1578a6(0x26e)]))return;else _0x592eb2=_0x18c6f3[_0x1578a6(0x1a7)];}const _0x59addc=this[_0x1578a6(0x2c4)](_0x4ac0dc,_0x13e452);this[_0x1578a6(0x227)][_0x59addc]={...this['_tests'][_0x59addc]||{},'finishedAt':new Date(_0x11e08e[_0x1578a6(0x2a4)](_0x13e452['startTime'][_0x1578a6(0x2ef)](),_0x13e452[_0x1578a6(0x251)]))},await this[_0x1578a6(0x1a3)](_0x4ac0dc,_0x13e452,_0x11e08e[_0x1578a6(0x17a)],_0x1921e7);}async[a27_0x16c598(0x2db)](_0x486ba3,_0x339755){const _0x5b8042=a27_0x16c598,_0x150573={'DWYju':function(_0xb250ec,_0x595de4){return _0xb250ec!==_0x595de4;},'xiwiS':_0x5b8042(0x2ff),'UdQLf':function(_0x1b03e3,_0x22bbde){return _0x1b03e3(_0x22bbde);},'DzunD':function(_0x48e93b,_0x270c6a,_0x34674b){return _0x48e93b(_0x270c6a,_0x34674b);},'QpZex':_0x5b8042(0x275),'WMudX':function(_0x2e25b7,_0x40a90a){return _0x2e25b7===_0x40a90a;},'kkMwF':function(_0x47a5a6,_0x3241ae){return _0x47a5a6!==_0x3241ae;},'SqBog':'nzYdo','ddykj':_0x5b8042(0x2b8),'IHPpO':function(_0x1f3eca,_0xd87006){return _0x1f3eca===_0xd87006;},'DGTMw':'screenshot','qIyyj':'AIEMC','RtnLw':function(_0xad6267,_0x2672e0){return _0xad6267!==_0x2672e0;},'lZTLV':_0x5b8042(0x20f),'gNkuO':_0x5b8042(0x27b),'dOcPd':'base64','KWVtz':function(_0x18c1da,_0x1a4787){return _0x18c1da+_0x1a4787;},'ykpin':_0x5b8042(0x289),'YJfqq':function(_0x217ad6,_0x5e7145){return _0x217ad6!==_0x5e7145;},'kkzrN':_0x5b8042(0x306),'wsiDe':'fsAHA','ylXBI':function(_0x46a411,_0x19bc8a){return _0x46a411>_0x19bc8a;}},_0x28b33c=this[_0x5b8042(0x1df)](_0x486ba3),_0x140a44=TestDetails[_0x5b8042(0x17e)](this[_0x5b8042(0x2ca)](_0x486ba3,_0x339755['retry']));this[_0x5b8042(0x227)][_0x28b33c]={...this[_0x5b8042(0x227)][_0x28b33c]||{},'finishedAt':new Date(_0x150573[_0x5b8042(0x22e)](_0x339755[_0x5b8042(0x2da)][_0x5b8042(0x2ef)](),_0x339755[_0x5b8042(0x251)]))},await this[_0x5b8042(0x228)](_0x486ba3,_0x150573[_0x5b8042(0x278)],_0x339755);const _0x2fd50e=[];if(_0x339755[_0x5b8042(0x198)]){if(_0x150573[_0x5b8042(0x2f1)](_0x150573[_0x5b8042(0x206)],_0x150573[_0x5b8042(0x1bb)]))_0x339755[_0x5b8042(0x198)][_0x5b8042(0x264)](_0xf76426=>{const _0x54b12d=_0x5b8042,_0x48b276={'HVEIc':function(_0x43efa7,_0x94c0bc){const _0x1446e3=a27_0x8b9e;return _0x150573[_0x1446e3(0x283)](_0x43efa7,_0x94c0bc);},'TqPBJ':_0x150573[_0x54b12d(0x1f7)],'VqcKe':function(_0x4b72af,_0x38c9c9){return _0x150573['UdQLf'](_0x4b72af,_0x38c9c9);},'YaIFB':function(_0x188b01,_0x22645d,_0x4bbf18){const _0x30fd5c=_0x54b12d;return _0x150573[_0x30fd5c(0x1f6)](_0x188b01,_0x22645d,_0x4bbf18);},'OKhui':_0x150573[_0x54b12d(0x220)],'FEqWb':function(_0x2f27fd,_0x337e21){const _0x108ed3=_0x54b12d;return _0x150573[_0x108ed3(0x1ab)](_0x2f27fd,_0x337e21);}};if(_0x150573[_0x54b12d(0x1d3)](_0x150573[_0x54b12d(0x253)],_0x150573['ddykj'])){if(_0x150573[_0x54b12d(0x1a4)](_0xf76426[_0x54b12d(0x1da)],_0x150573['DGTMw'])){if(_0x150573[_0x54b12d(0x1d3)](_0x150573[_0x54b12d(0x194)],_0x150573[_0x54b12d(0x194)])){let _0x796d0b=_0x1a89e6['parent'];while(_0x796d0b&&_0x48b276[_0x54b12d(0x1d4)](_0x796d0b[_0x54b12d(0x1a7)],'')){_0x1e38d1[_0x54b12d(0x1c4)](_0x796d0b[_0x54b12d(0x1a7)]),_0x796d0b=_0x796d0b[_0x54b12d(0x2ac)];}}else{if(!fs['existsSync'](_0xf76426['path'])){if(_0x150573[_0x54b12d(0x19a)](_0x150573['lZTLV'],_0x150573[_0x54b12d(0x17f)]))this['_gitConfigPath']=_0x1466e2[_0x54b12d(0x18e)];else return;}_0x2fd50e[_0x54b12d(0x1c4)]({'test_run_uuid':_0x140a44,'timestamp':fs[_0x54b12d(0x2c2)](_0xf76426[_0x54b12d(0x1fa)])[_0x54b12d(0x2b6)],'kind':_0x150573['gNkuO'],'message':fs['readFileSync'](_0xf76426[_0x54b12d(0x1fa)],{'encoding':_0x150573[_0x54b12d(0x18b)]})});}}}else{_0x1e5f74[_0x54b12d(0x2ce)]=_0x48b276[_0x54b12d(0x1b9)],_0x2b91b6[_0x54b12d(0x250)]=_0x48b276[_0x54b12d(0x226)](_0x1e83f4,_0x1c909e[_0x54b12d(0x18d)][_0x54b12d(0x2f0)]),_0x2d695f[_0x54b12d(0x1c2)]=_0x48b276[_0x54b12d(0x226)](_0x5a9173,_0x40ee74[_0x54b12d(0x18d)][_0x54b12d(0x2f0)]);const _0x57582c=_0x48b276[_0x54b12d(0x1cb)](_0x4de61e,_0x306bc2['error'],_0x48b276[_0x54b12d(0x2e4)]);if(_0x57582c&&_0x48b276['FEqWb'](_0x57582c['length'],0x0)){const _0x35d265={};_0x35d265['backtrace']=[_0x3e7e7a['failure_reason']],_0x35d265[_0x54b12d(0x20d)]=[],_0x57582c[_0x54b12d(0x1c4)](_0x35d265);}_0x3c13e5[_0x54b12d(0x224)]=_0x57582c;}});else{if(!_0x1230d1[_0x5b8042(0x22d)](_0x340600[_0x5b8042(0x1fa)]))return;_0x4669ab['push']({'test_run_uuid':_0x1ea755,'timestamp':_0x34fbd2[_0x5b8042(0x2c2)](_0x5f3de3[_0x5b8042(0x1fa)])[_0x5b8042(0x2b6)],'kind':_0x150573[_0x5b8042(0x290)],'message':_0x2d7940[_0x5b8042(0x24f)](_0x252cbc[_0x5b8042(0x1fa)],{'encoding':_0x150573[_0x5b8042(0x18b)]})});}}if(_0x150573[_0x5b8042(0x1a5)](_0x2fd50e['length'],0x0))await MyReporter[_0x5b8042(0x2a3)](_0x2fd50e);}async['endSession'](){const _0x5c01d6=a27_0x16c598;await RequestQueueHandler[_0x5c01d6(0x2f4)]()[_0x5c01d6(0x2bb)](),await SessionHandler[_0x5c01d6(0x238)](),TestDetails['shutdown']();}async[a27_0x16c598(0x29a)](_0x36659b){const _0x57141a=a27_0x16c598,_0xa19e49={'kzSEE':_0x57141a(0x218),'vZYJb':_0x57141a(0x1b7),'XeaHH':function(_0x3660c5){return _0x3660c5();},'fptWA':function(_0x57958e,_0x3c1910){return _0x57958e!==_0x3c1910;},'OVZHk':_0x57141a(0x1c6),'JvltE':'vTASS','HOABs':function(_0x185b3f,_0x3dfb18){return _0x185b3f===_0x3dfb18;},'iBeLK':_0x57141a(0x265),'nxvdd':_0x57141a(0x1fb),'hVBMM':function(_0x499c9c,_0x33c7ba){return _0x499c9c(_0x33c7ba);}};await this[_0x57141a(0x17c)](),_0xa19e49[_0x57141a(0x29c)](printBuildLink);try{if(_0xa19e49[_0x57141a(0x1a8)](_0xa19e49['OVZHk'],_0xa19e49['OVZHk']))return![];else{if(process[_0x57141a(0x1ad)][_0x57141a(0x239)]){if(_0xa19e49['fptWA'](_0xa19e49[_0x57141a(0x20a)],_0xa19e49[_0x57141a(0x20a)])){const _0x1759ce=_0xa19e49[_0x57141a(0x187)][_0x57141a(0x1cc)]('|');let _0x4d2a0c=0x0;while(!![]){switch(_0x1759ce[_0x4d2a0c++]){case'0':this[_0x57141a(0x19f)]=![];continue;case'1':this[_0x57141a(0x1ac)]=_0x44a581;continue;case'2':this['_testHooksMap']={};continue;case'3':this[_0x57141a(0x227)]={};continue;case'4':this[_0x57141a(0x246)]=null;continue;case'5':_0x15cdd1[_0x57141a(0x1ad)][_0x57141a(0x239)]&&(_0x5b1593[_0x57141a(0x288)](_0xa19e49[_0x57141a(0x191)]),_0x4c08f0[_0x57141a(0x1ad)][_0x57141a(0x1ef)]=new _0x528ed2()[_0x57141a(0x208)]());continue;}break;}}else await _0xa19e49[_0x57141a(0x29c)](calculatePerformance);}}}catch(_0x3be052){if(_0xa19e49[_0x57141a(0x1b5)](_0xa19e49[_0x57141a(0x268)],_0xa19e49[_0x57141a(0x2f7)]))return;else _0xa19e49[_0x57141a(0x26f)](debug,'Error\x20in\x20calculating\x20performance:\x20'+_0x3be052['toString']());}}static async[a27_0x16c598(0x272)](_0x532f71,_0x1aef44){const _0xc17248=a27_0x16c598;_0x1aef44[_0xc17248(0x229)]=TestDetails[_0xc17248(0x17e)](_0x532f71),await this[_0xc17248(0x2a3)]([_0x1aef44]);}static async['reportLogs'](_0x5d8c4f){const _0x24f24d=a27_0x16c598,_0x1673e9={};_0x1673e9[_0x24f24d(0x21b)]=_0x24f24d(0x1f5);const _0x235bef=_0x1673e9,_0x24256b={};_0x24256b[_0x24f24d(0x2c3)]=_0x235bef[_0x24f24d(0x21b)],_0x24256b['logs']=_0x5d8c4f,await SessionHandler[_0x24f24d(0x285)](_0x24256b);}async[a27_0x16c598(0x1a3)](_0x46f12f,_0x6ea8cb,_0x34d03f,_0x140009){const _0x163122=a27_0x16c598,_0x57a6d4={'BHguB':function(_0x545b8a,_0x200759){return _0x545b8a(_0x200759);},'AqBoj':'AFTER_EACH','jjDJz':_0x163122(0x2ff),'kYwZl':function(_0x2bcf80,_0x1965eb){return _0x2bcf80+_0x1965eb;},'tlXpe':function(_0x269c5c,_0x482783){return _0x269c5c(_0x482783);},'fZznl':function(_0x8447c,_0x389c58){return _0x8447c(_0x389c58);},'DPqtT':function(_0x5d67e2,_0x5adc19,_0x18ffb7){return _0x5d67e2(_0x5adc19,_0x18ffb7);},'igbjv':_0x163122(0x18a),'SagDQ':function(_0x57bd8e,_0x1b59f5){return _0x57bd8e===_0x1b59f5;},'irLTG':_0x163122(0x25f),'sqOvN':_0x163122(0x1b3),'jNuYJ':_0x163122(0x1aa),'dNxWo':function(_0x3d33aa,_0x21df6d){return _0x3d33aa>=_0x21df6d;},'iRRwT':'HookRunFinished','swbZD':function(_0x22977f,_0x1c947a){return _0x22977f!==_0x1c947a;},'kpnKm':'GSvwp','coMPk':function(_0x26f071,_0x39cef6){return _0x26f071>_0x39cef6;},'vtleZ':function(_0x367652,_0x25e5e2){return _0x367652===_0x25e5e2;},'Djenj':_0x163122(0x29f),'dGTmm':'pyrkO','WCfZG':_0x163122(0x195),'eaKmz':'KDkue','lBYHu':function(_0x335554,_0x19ce28,_0x8293e8){return _0x335554(_0x19ce28,_0x8293e8);},'IfIdq':_0x163122(0x275),'VwAwm':function(_0x4f2ec8,_0xc189e7){return _0x4f2ec8===_0xc189e7;},'ZmJZR':'PVjKq','fPGnB':_0x163122(0x277),'veinH':_0x163122(0x28d),'pYcdf':_0x163122(0x276)},_0xe38672=this[_0x163122(0x2c4)](_0x46f12f,_0x6ea8cb),_0x110c6a=this[_0x163122(0x227)][_0xe38672],_0x291fa0={'uuid':_0x110c6a[_0x163122(0x19d)],'type':_0x57a6d4['irLTG'],'hook_type':this[_0x163122(0x29e)](_0x6ea8cb['title']),'name':_0x6ea8cb[_0x163122(0x1a7)],'scope':this[_0x163122(0x2f8)](_0x6ea8cb),'scopes':this[_0x163122(0x258)](_0x46f12f),'body':{'lang':_0x57a6d4[_0x163122(0x240)],'code':null},'identifier':_0xe38672,'file_name':path[_0x163122(0x27a)](process[_0x163122(0x284)](),_0x46f12f[_0x163122(0x2be)][_0x163122(0x1a2)]),'location':path['relative'](process['cwd'](),_0x46f12f[_0x163122(0x2be)][_0x163122(0x1a2)]),'result':_0x57a6d4[_0x163122(0x243)],'duration_in_ms':_0x57a6d4[_0x163122(0x2d3)](_0x6ea8cb['duration'],0x0)?_0x6ea8cb[_0x163122(0x251)]:undefined,'vc_filepath':this[_0x163122(0x246)]&&_0x46f12f[_0x163122(0x2be)]['file']?path[_0x163122(0x27a)](this[_0x163122(0x246)],_0x46f12f[_0x163122(0x2be)]['file']):undefined,'started_at':_0x110c6a['startedAt'],'finished_at':_0x110c6a['finishedAt'],'framework':FRAMEWORKS[_0x163122(0x2b3)]};if(_0x57a6d4[_0x163122(0x2b1)](_0x34d03f,_0x57a6d4[_0x163122(0x22b)])){if(_0x57a6d4[_0x163122(0x2e9)](_0x57a6d4[_0x163122(0x1e3)],_0x57a6d4[_0x163122(0x1e3)]))_0x57a6d4[_0x163122(0x2d2)](_0x243ed6,'Error\x20in\x20calculating\x20performance:\x20'+_0x405359['toString']());else{const {steps:_0x4ec4d7,logs:_0x33cd3e}=this[_0x163122(0x1c0)](_0x6ea8cb[_0x163122(0x184)],_0x110c6a['uuid'],_0x57a6d4['irLTG']);if(_0x33cd3e&&_0x57a6d4[_0x163122(0x1ba)](_0x33cd3e[_0x163122(0x2af)],0x0)){if(_0x57a6d4[_0x163122(0x2bc)](_0x57a6d4[_0x163122(0x294)],_0x57a6d4[_0x163122(0x1cd)]))return _0x57a6d4[_0x163122(0x200)];else await MyReporter[_0x163122(0x2a3)](_0x33cd3e);}const _0x1137bb={};_0x1137bb['steps']=_0x4ec4d7,_0x291fa0[_0x163122(0x1dc)]=_0x1137bb;if(_0x6ea8cb[_0x163122(0x18d)]){if(_0x57a6d4[_0x163122(0x2e9)](_0x57a6d4['WCfZG'],_0x57a6d4[_0x163122(0x2e1)])){_0x291fa0[_0x163122(0x2ce)]=_0x57a6d4[_0x163122(0x26d)],_0x291fa0['failure_reason']=_0x57a6d4[_0x163122(0x299)](removeAnsiColors,_0x6ea8cb[_0x163122(0x18d)]['message']),_0x291fa0[_0x163122(0x1c2)]=_0x57a6d4[_0x163122(0x309)](getFailureType,_0x6ea8cb['error'][_0x163122(0x2f0)]);const _0x3e487e=_0x57a6d4[_0x163122(0x1e2)](failureData,_0x6ea8cb[_0x163122(0x18d)],_0x57a6d4[_0x163122(0x1e7)]);if(_0x3e487e&&_0x57a6d4['VwAwm'](_0x3e487e[_0x163122(0x2af)],0x0)){if(_0x57a6d4[_0x163122(0x2b1)](_0x57a6d4[_0x163122(0x19e)],_0x57a6d4[_0x163122(0x19e)])){const _0xd7e80c={};_0xd7e80c[_0x163122(0x280)]=[_0x291fa0[_0x163122(0x250)]],_0xd7e80c['expanded']=[],_0x3e487e['push'](_0xd7e80c);}else _0x5a871c['result']=_0x57a6d4[_0x163122(0x26d)];}_0x291fa0[_0x163122(0x224)]=_0x3e487e;}else return _0x57a6d4[_0x163122(0x296)](_0x57a6d4[_0x163122(0x296)](this[_0x163122(0x1df)](_0x53ef69),'-'),_0x25fe5c);}else{if(_0x57a6d4[_0x163122(0x2b1)](_0x57a6d4['fPGnB'],_0x57a6d4['veinH'])){_0x1bebe2[_0x163122(0x250)]=_0x57a6d4[_0x163122(0x299)](_0x243119,_0x467514['error'][_0x163122(0x2f0)]),_0x5bf24e[_0x163122(0x1c2)]=_0x57a6d4[_0x163122(0x309)](_0x44c571,_0x516b0d['error'][_0x163122(0x2f0)]);const _0x4ba1db=_0x57a6d4['DPqtT'](_0x1ffe06,_0x39007b[_0x163122(0x27e)],_0x57a6d4[_0x163122(0x1ae)]);if(_0x4ba1db&&_0x57a6d4[_0x163122(0x2b1)](_0x4ba1db['length'],0x0)){const _0x1b453d={};_0x1b453d[_0x163122(0x280)]=[_0x1cdffe[_0x163122(0x250)]],_0x1b453d['expanded']=[],_0x4ba1db[_0x163122(0x1c4)](_0x1b453d);}_0x5cc414[_0x163122(0x224)]=_0x4ba1db;}else _0x291fa0[_0x163122(0x2ce)]=_0x57a6d4[_0x163122(0x308)];}}}const _0x1eec48={};_0x1eec48[_0x163122(0x2c3)]=_0x34d03f,_0x1eec48[_0x163122(0x1ed)]=_0x291fa0;const _0x21ece8=_0x1eec48;await SessionHandler[_0x163122(0x285)](_0x21ece8);}[a27_0x16c598(0x1c0)](_0x18f5c6,_0x4bd3a7,_0x16c5fd){const _0x58d390=a27_0x16c598,_0x23a2f0={'yBRie':function(_0x475011,_0x585f03){return _0x475011===_0x585f03;},'VdmwM':_0x58d390(0x1c9),'WXMta':function(_0x2af743,_0x3c995c){return _0x2af743===_0x3c995c;},'EdiRC':_0x58d390(0x25f),'VBGGF':function(_0x1d9514,_0x3bd945){return _0x1d9514===_0x3bd945;},'DCNqB':_0x58d390(0x2b4),'IcIoX':'Before\x20Hooks','smhac':function(_0x5c844f,_0x3af3ef){return _0x5c844f!==_0x3af3ef;},'EXirP':_0x58d390(0x18f),'nPMFR':'screenshot','KSEms':_0x58d390(0x27b),'eEQNs':_0x58d390(0x197),'avXFY':'passed','xcAXN':_0x58d390(0x2ff),'QwyhN':_0x58d390(0x1dd),'MhrOu':_0x58d390(0x27d),'bCVEN':'skipped','lsFZR':_0x58d390(0x1ec),'PWhTQ':_0x58d390(0x1db),'dODtK':function(_0x15a77f,_0x57f884){return _0x15a77f===_0x57f884;},'vFyLe':_0x58d390(0x1b0),'WeGkB':function(_0x57d3a6,_0x404f0e){return _0x57d3a6===_0x404f0e;},'soRnu':_0x58d390(0x18a),'iEKME':_0x58d390(0x229),'KUIaW':'hook_run_uuid','WTQWz':'TEST_STEP','epWSg':function(_0x1050ed,_0x59184e){return _0x1050ed(_0x59184e);},'MSJCI':'RufsQ','Phpqb':_0x58d390(0x307),'TXsYt':'VBCfl','zsnbg':_0x58d390(0x230),'idffX':function(_0x4c2785){return _0x4c2785();},'gVwGn':function(_0x519d22,_0x2a5423){return _0x519d22!==_0x2a5423;},'YtTtV':_0x58d390(0x20b),'yaiia':function(_0x19b359,_0x254340,_0x52cab3){return _0x19b359(_0x254340,_0x52cab3);},'IALzy':function(_0x2d8f22,_0x4bd307){return _0x2d8f22===_0x4bd307;},'joNKZ':_0x58d390(0x183),'Eufdo':function(_0x387063,_0x3541c8,_0x217532){return _0x387063(_0x3541c8,_0x217532);}},_0x419496=[],_0x155bcd=[],_0x3310ba=_0x18f5c6['filter'](_0x16a232=>{const _0x3eebf4=_0x58d390;if(_0x23a2f0['yBRie'](_0x23a2f0['VdmwM'],_0x23a2f0[_0x3eebf4(0x28f)])){if(_0x23a2f0[_0x3eebf4(0x2ae)](_0x16a232['category'],_0x23a2f0[_0x3eebf4(0x2cf)])&&(_0x23a2f0[_0x3eebf4(0x2c9)](_0x16a232['title'],_0x23a2f0[_0x3eebf4(0x27c)])||_0x23a2f0[_0x3eebf4(0x2ae)](_0x16a232['title'],_0x23a2f0[_0x3eebf4(0x2a2)]))){if(_0x23a2f0[_0x3eebf4(0x24e)](_0x23a2f0[_0x3eebf4(0x2c6)],_0x23a2f0[_0x3eebf4(0x2c6)])){const _0x3681f6={};_0x3681f6[_0x3eebf4(0x280)]=[_0x4ee651[_0x3eebf4(0x250)]],_0x3681f6[_0x3eebf4(0x20d)]=[],_0x3b7c65[_0x3eebf4(0x1c4)](_0x3681f6);}else return![];}return!![];}else return![];}),_0x2eb2bf=(_0x323488,_0x3bac96=![])=>{const _0x18b8dc=_0x58d390,_0x136cd6={'wauHj':function(_0x3cda60,_0x349302){const _0x495491=a27_0x8b9e;return _0x23a2f0[_0x495491(0x2ae)](_0x3cda60,_0x349302);},'zoASo':_0x23a2f0[_0x18b8dc(0x247)],'XZFbc':_0x23a2f0[_0x18b8dc(0x2d5)],'DFUOh':_0x23a2f0[_0x18b8dc(0x181)],'DTuVp':function(_0x326723,_0x4f9c15){return _0x23a2f0['WXMta'](_0x326723,_0x4f9c15);},'IDWsl':function(_0x23d651,_0x33dd50){const _0xe4142b=_0x18b8dc;return _0x23a2f0[_0xe4142b(0x2ae)](_0x23d651,_0x33dd50);},'yUWoL':_0x23a2f0[_0x18b8dc(0x234)],'cZLIz':function(_0x3dd619,_0x2a384d){const _0x188ecb=_0x18b8dc;return _0x23a2f0[_0x188ecb(0x1ea)](_0x3dd619,_0x2a384d);},'fcRjA':_0x23a2f0[_0x18b8dc(0x1d5)]};if(_0x23a2f0[_0x18b8dc(0x2ae)](_0x23a2f0[_0x18b8dc(0x28b)],_0x23a2f0[_0x18b8dc(0x1bc)])){(_0x136cd6[_0x18b8dc(0x1ce)](_0x12bc08[_0x18b8dc(0x2ce)],_0x136cd6['zoASo'])||_0x136cd6[_0x18b8dc(0x1ce)](_0x45d398['result'],_0x136cd6[_0x18b8dc(0x221)])||_0x136cd6[_0x18b8dc(0x1ce)](_0x21ba09[_0x18b8dc(0x2ce)],_0x136cd6[_0x18b8dc(0x259)]))&&(_0x1f569a[_0x18b8dc(0x2ce)]=_0x136cd6[_0x18b8dc(0x221)]);if(_0x136cd6[_0x18b8dc(0x214)](_0x309d95['status'],_0x136cd6[_0x18b8dc(0x2d7)])&&_0x136cd6['IDWsl'](_0x297748['expectedStatus'],_0x136cd6[_0x18b8dc(0x221)])){const _0x302473={};_0x302473['message']=_0x136cd6[_0x18b8dc(0x2eb)],_0x302473[_0x18b8dc(0x2a6)]=_0x136cd6['yUWoL'],_0x5a9feb[_0x18b8dc(0x18d)]=_0x302473,_0x47d0cd[_0x18b8dc(0x27e)]=[_0xde6742[_0x18b8dc(0x18d)]];}}else{if(_0x23a2f0[_0x18b8dc(0x2ae)](_0x323488[_0x18b8dc(0x184)][_0x18b8dc(0x2af)],0x0)){if(_0x23a2f0[_0x18b8dc(0x1c1)](_0x23a2f0[_0x18b8dc(0x1f4)],_0x23a2f0[_0x18b8dc(0x1f4)])){const _0x3d9960=_0x23a2f0[_0x18b8dc(0x1bf)](_0x16c5fd,_0x23a2f0[_0x18b8dc(0x1e4)])?_0x23a2f0[_0x18b8dc(0x241)]:_0x23a2f0[_0x18b8dc(0x1ee)];_0x155bcd['push']({'kind':_0x23a2f0[_0x18b8dc(0x20e)],[_0x3d9960]:_0x4bd3a7,'message':_0x323488[_0x18b8dc(0x1a7)],'timestamp':_0x323488['startTime']['toISOString'](),'level':_0x323488[_0x18b8dc(0x18d)]?_0x23a2f0[_0x18b8dc(0x2d5)]:_0x23a2f0['avXFY'],'duration':_0x323488['duration'],'failure':_0x323488[_0x18b8dc(0x18d)]&&_0x323488[_0x18b8dc(0x18d)][_0x18b8dc(0x2f0)]&&_0x23a2f0['epWSg'](removeAnsiColors,_0x323488[_0x18b8dc(0x18d)][_0x18b8dc(0x2f0)]),'failure_type':_0x23a2f0[_0x18b8dc(0x1af)](getFailureType,_0x323488[_0x18b8dc(0x18d)]&&_0x323488['error'][_0x18b8dc(0x2f0)])});}else _0x2db847['result']=_0x136cd6[_0x18b8dc(0x2d7)];}else{if(_0x23a2f0['smhac'](_0x23a2f0[_0x18b8dc(0x215)],_0x23a2f0[_0x18b8dc(0x233)])){!_0x3bac96&&(_0x23a2f0['VBGGF'](_0x23a2f0[_0x18b8dc(0x269)],_0x23a2f0[_0x18b8dc(0x23e)])?_0x2adc29['result']=_0x136cd6[_0x18b8dc(0x1f8)](_0xdcafb4[_0x18b8dc(0x1fd)],_0x136cd6[_0x18b8dc(0x17d)])?_0x136cd6[_0x18b8dc(0x17d)]:_0x136cd6['zoASo']:_0x419496[_0x18b8dc(0x1c4)]({'id':_0x23a2f0[_0x18b8dc(0x2b7)](uuidv4),'text':_0x323488[_0x18b8dc(0x1a7)],'keyword':undefined,'started_at':_0x323488[_0x18b8dc(0x2da)]['toISOString'](),'duration':_0x323488['duration'],'result':_0x323488[_0x18b8dc(0x18d)]?_0x23a2f0[_0x18b8dc(0x2d5)]:_0x23a2f0[_0x18b8dc(0x247)],'failure':_0x323488['error']&&_0x323488[_0x18b8dc(0x18d)][_0x18b8dc(0x2f0)]&&_0x23a2f0[_0x18b8dc(0x1af)](removeAnsiColors,_0x323488[_0x18b8dc(0x18d)][_0x18b8dc(0x2f0)]),'failure_type':_0x23a2f0[_0x18b8dc(0x1af)](getFailureType,_0x323488[_0x18b8dc(0x18d)]&&_0x323488[_0x18b8dc(0x18d)][_0x18b8dc(0x2f0)])}));for(const _0x12ec0c of _0x323488[_0x18b8dc(0x184)]){if(_0x23a2f0[_0x18b8dc(0x1d1)](_0x23a2f0[_0x18b8dc(0x1f1)],_0x23a2f0[_0x18b8dc(0x1f1)])){const _0x5390fe={'mHMsY':function(_0x556e8f,_0x2c6f7b){const _0x31620f=_0x18b8dc;return _0x23a2f0[_0x31620f(0x2c9)](_0x556e8f,_0x2c6f7b);},'WyGVT':_0x23a2f0[_0x18b8dc(0x2ad)],'lhorM':_0x23a2f0[_0x18b8dc(0x1d7)],'kSgTo':_0x23a2f0[_0x18b8dc(0x19c)]};_0x468238[_0x18b8dc(0x198)][_0x18b8dc(0x264)](_0x14b146=>{const _0x16f857=_0x18b8dc;if(_0x5390fe[_0x16f857(0x22c)](_0x14b146[_0x16f857(0x1da)],_0x5390fe['WyGVT'])){if(!_0x2e480a[_0x16f857(0x22d)](_0x14b146[_0x16f857(0x1fa)]))return;_0x448738['push']({'test_run_uuid':_0x5e4de9,'timestamp':_0x118f60['statSync'](_0x14b146[_0x16f857(0x1fa)])['mtime'],'kind':_0x5390fe[_0x16f857(0x1c5)],'message':_0x4917e8[_0x16f857(0x24f)](_0x14b146['path'],{'encoding':_0x5390fe[_0x16f857(0x2bf)]})});}});}else _0x23a2f0[_0x18b8dc(0x2a1)](_0x2eb2bf,_0x12ec0c,!![]);}}else return _0x77c2f7;}}};for(const _0x38a78e of _0x3310ba){_0x23a2f0[_0x58d390(0x2d8)](_0x23a2f0[_0x58d390(0x2ec)],_0x23a2f0[_0x58d390(0x2ec)])?_0x23a2f0[_0x58d390(0x29b)](_0x2eb2bf,_0x38a78e,![]):this[_0x58d390(0x2a7)][_0x35b85e]=[];}const _0x25ebe9={};return _0x25ebe9[_0x58d390(0x184)]=_0x419496,_0x25ebe9[_0x58d390(0x2d6)]=_0x155bcd,_0x25ebe9;}async[a27_0x16c598(0x228)](_0x58ae4d,_0x29eadd,_0x2b93eb){const _0x585c22=a27_0x16c598,_0x421d84={'vGUzu':_0x585c22(0x27d),'HulWQ':function(_0x898c98,_0x58118b){return _0x898c98===_0x58118b;},'EHCoB':_0x585c22(0x2fa),'OSVaI':function(_0x1cecc6,_0x560145){return _0x1cecc6+_0x560145;},'CPGUs':function(_0x16552b,_0xba8132,_0xeb038a){return _0x16552b(_0xba8132,_0xeb038a);},'RJvbN':_0x585c22(0x216),'ucUlw':function(_0x405ec9){return _0x405ec9();},'ptqSV':_0x585c22(0x2ff),'IzUHX':_0x585c22(0x276),'FSqDz':function(_0x5821f6,_0x1ed723){return _0x5821f6(_0x1ed723);},'nBgrJ':_0x585c22(0x18a),'BcmAa':'javascript','ekfeQ':_0x585c22(0x1aa),'dwpHs':function(_0x49d6dd,_0x552c8f){return _0x49d6dd>_0x552c8f;},'uwjws':function(_0x58ff48,_0x4f72b8){return _0x58ff48===_0x4f72b8;},'KvDcD':_0x585c22(0x2a9),'NcAVp':_0x585c22(0x2b2),'rXjEY':function(_0x556de3,_0x378033){return _0x556de3-_0x378033;},'ZsrJN':_0x585c22(0x289),'kPYOA':'gxopQ','QSrGt':_0x585c22(0x1e6),'eJsYi':function(_0x2acc25,_0x5804be){return _0x2acc25===_0x5804be;},'UTwFR':function(_0xe064f8,_0x145abd){return _0xe064f8===_0x145abd;},'JLnan':_0x585c22(0x261),'hoyNW':'YKPHq','teHiK':_0x585c22(0x205),'nMrVR':function(_0x507a8d,_0x577a88){return _0x507a8d!==_0x577a88;},'XOysm':_0x585c22(0x1c3),'YpFYC':function(_0x16383d,_0x2587ee){return _0x16383d===_0x2587ee;},'UmVyl':function(_0x15ef8f,_0x3fab75){return _0x15ef8f===_0x3fab75;},'nZFhs':_0x585c22(0x1dd),'gIaSj':_0x585c22(0x1d2),'YHTlZ':function(_0xad3f3b,_0x10d100){return _0xad3f3b===_0x10d100;},'FCrhs':_0x585c22(0x260),'uajQN':_0x585c22(0x232),'GzHjX':function(_0x4719d7,_0x519662){return _0x4719d7!==_0x519662;},'WzuqT':'WiKlA','inJHC':function(_0x1d0f0e,_0x16c134){return _0x1d0f0e(_0x16c134);},'IHYRr':function(_0xa9d46c,_0xcde717){return _0xa9d46c===_0xcde717;},'mUGKV':function(_0x1ba301,_0x4402d5){return _0x1ba301===_0x4402d5;},'oCVym':'ffJXY'},_0x2640d9=this['getTestIdentifier'](_0x58ae4d),_0x4bf468=this[_0x585c22(0x2f8)](_0x58ae4d),_0x3d76f7=this['_tests'][_0x2640d9],_0x2817d1=path[_0x585c22(0x27a)](process[_0x585c22(0x284)](),_0x58ae4d[_0x585c22(0x2be)][_0x585c22(0x1a2)]);await this[_0x585c22(0x24a)]();const _0x1494ea={'uuid':_0x3d76f7[_0x585c22(0x19d)],'type':_0x421d84['nBgrJ'],'name':_0x58ae4d[_0x585c22(0x1a7)],'body':{'lang':_0x421d84[_0x585c22(0x26c)],'code':_0x58ae4d['fn'][_0x585c22(0x21e)]()},'scope':_0x4bf468,'scopes':this[_0x585c22(0x258)](_0x58ae4d),'identifier':_0x2640d9,'file_name':_0x2817d1,'location':_0x2817d1,'result':_0x421d84[_0x585c22(0x204)],'duration_in_ms':_0x2b93eb&&_0x2b93eb[_0x585c22(0x251)]?_0x2b93eb[_0x585c22(0x251)]:null,'vc_filepath':this[_0x585c22(0x246)]&&_0x58ae4d[_0x585c22(0x2be)][_0x585c22(0x1a2)]?path[_0x585c22(0x27a)](this[_0x585c22(0x246)],_0x58ae4d[_0x585c22(0x2be)][_0x585c22(0x1a2)]):undefined,'started_at':_0x3d76f7[_0x585c22(0x242)],'finished_at':_0x3d76f7[_0x585c22(0x1a9)],'framework':FRAMEWORKS[_0x585c22(0x2b3)],'customRerunParam':{'rerun_name':_0x58ae4d[_0x585c22(0x271)]()['join']('\x20')},'tags':_0x421d84['FSqDz'](getTagsFromTitle,_0x58ae4d[_0x585c22(0x1a7)])};if(_0x2b93eb&&_0x421d84['dwpHs'](_0x2b93eb[_0x585c22(0x193)],0x0)){if(_0x421d84[_0x585c22(0x256)](_0x421d84['KvDcD'],_0x421d84['NcAVp']))return;else _0x1494ea[_0x585c22(0x2cd)]=TestDetails['getTestUUID'](this[_0x585c22(0x2ca)](_0x58ae4d,_0x421d84[_0x585c22(0x274)](_0x2b93eb[_0x585c22(0x193)],0x1)));}if(_0x421d84['HulWQ'](_0x29eadd,_0x421d84[_0x585c22(0x207)])){if(_0x421d84[_0x585c22(0x23a)](_0x421d84['kPYOA'],_0x421d84['QSrGt'])){const _0x3cb509={};_0x3cb509['message']=_0x421d84[_0x585c22(0x2fb)],_0x3cb509['stack']=_0x421d84['vGUzu'],_0x1f1ab7[_0x585c22(0x18d)]=_0x3cb509,_0x5ef843[_0x585c22(0x27e)]=[_0x383181['error']];}else{_0x1494ea[_0x585c22(0x2ce)]=_0x2b93eb[_0x585c22(0x1fd)];if(_0x421d84[_0x585c22(0x209)](_0x2b93eb[_0x585c22(0x1fd)],_0x58ae4d[_0x585c22(0x186)])){if(_0x421d84[_0x585c22(0x2de)](_0x421d84[_0x585c22(0x2f2)],_0x421d84[_0x585c22(0x2b5)])){const _0xa824dd=_0x482262[_0x585c22(0x210)];if(_0xa824dd)return _0xa824dd;return _0x46814f[_0x585c22(0x1a7)]+_0x585c22(0x2b9)+this[_0x585c22(0x1df)](_0x142234);}else _0x1494ea[_0x585c22(0x2ce)]=_0x421d84['HulWQ'](_0x2b93eb[_0x585c22(0x1fd)],_0x421d84[_0x585c22(0x2e5)])?_0x421d84[_0x585c22(0x2e5)]:_0x421d84[_0x585c22(0x2b0)];}else{if(_0x421d84['nMrVR'](_0x421d84[_0x585c22(0x2fe)],_0x421d84[_0x585c22(0x2fe)])){let _0x25bb34=_0x4396c2[_0x585c22(0x2ac)];return _0x421d84[_0x585c22(0x23a)](typeof _0x2e00a4[_0x585c22(0x2ac)],_0x421d84[_0x585c22(0x282)])&&(_0x25bb34=_0x25bb34[_0x585c22(0x1a7)]),_0x25bb34+_0x585c22(0x24d)+_0x3fac08[_0x585c22(0x1a7)];}else{if(_0x421d84[_0x585c22(0x209)](_0x1494ea[_0x585c22(0x2ce)],_0x421d84[_0x585c22(0x2b0)])||_0x421d84['YpFYC'](_0x1494ea[_0x585c22(0x2ce)],_0x421d84[_0x585c22(0x23d)])||_0x421d84[_0x585c22(0x1e8)](_0x1494ea[_0x585c22(0x2ce)],_0x421d84[_0x585c22(0x1a0)])){if(_0x421d84[_0x585c22(0x1e8)](_0x421d84[_0x585c22(0x2c8)],_0x421d84['gIaSj']))_0x1494ea[_0x585c22(0x2ce)]=_0x421d84['ptqSV'];else return _0x421d84[_0x585c22(0x1fc)](_0x421d84[_0x585c22(0x1fc)](_0x366c78[_0x585c22(0x2ba)],'-'),_0x3ef0b3['id']);}if(_0x421d84[_0x585c22(0x256)](_0x2b93eb[_0x585c22(0x1fd)],_0x421d84['IzUHX'])&&_0x421d84[_0x585c22(0x266)](_0x58ae4d[_0x585c22(0x186)],_0x421d84[_0x585c22(0x23d)])){if(_0x421d84['HulWQ'](_0x421d84['FCrhs'],_0x421d84[_0x585c22(0x273)]))_0x421d84[_0x585c22(0x298)](_0x3ec7a4,_0x570dfc,!![]);else{const _0x153bfe={};_0x153bfe[_0x585c22(0x2f0)]=_0x421d84[_0x585c22(0x2fb)],_0x153bfe[_0x585c22(0x2a6)]=_0x421d84[_0x585c22(0x2fb)],_0x2b93eb[_0x585c22(0x18d)]=_0x153bfe,_0x2b93eb['errors']=[_0x2b93eb[_0x585c22(0x18d)]];}}}}const _0x179c7f=this['getTestRunIdentifier'](_0x58ae4d,_0x2b93eb[_0x585c22(0x193)]);_0x1494ea['hooks']=this[_0x585c22(0x2a7)][_0x179c7f];const {steps:_0x1ff5fd,logs:_0x2152e8}=this[_0x585c22(0x1c0)](_0x2b93eb[_0x585c22(0x184)],_0x3d76f7['uuid'],_0x421d84['nBgrJ']);await MyReporter['reportLogs'](_0x2152e8);const _0x50159c={};_0x50159c[_0x585c22(0x184)]=_0x1ff5fd,_0x1494ea[_0x585c22(0x1dc)]=_0x50159c;if(_0x2b93eb[_0x585c22(0x18d)]){if(_0x421d84[_0x585c22(0x293)](_0x421d84[_0x585c22(0x21d)],_0x421d84[_0x585c22(0x21d)]))return _0x421d84[_0x585c22(0x1d9)];else{_0x1494ea['failure_reason']=_0x421d84[_0x585c22(0x2ed)](removeAnsiColors,_0x2b93eb['error']['message']),_0x1494ea['failure_type']=_0x421d84[_0x585c22(0x252)](getFailureType,_0x2b93eb[_0x585c22(0x18d)][_0x585c22(0x2f0)]);const _0x3551c1=_0x421d84[_0x585c22(0x298)](failureData,_0x2b93eb[_0x585c22(0x27e)],_0x421d84[_0x585c22(0x248)]);if(_0x3551c1&&_0x421d84[_0x585c22(0x21c)](_0x3551c1[_0x585c22(0x2af)],0x0)){if(_0x421d84[_0x585c22(0x2d4)](_0x421d84[_0x585c22(0x225)],_0x421d84[_0x585c22(0x225)])){const _0x5b8a50={};_0x5b8a50['backtrace']=[_0x1494ea[_0x585c22(0x250)]],_0x5b8a50[_0x585c22(0x20d)]=[],_0x3551c1['push'](_0x5b8a50);}else _0x1c656a[_0x585c22(0x1c4)]({'id':_0x421d84[_0x585c22(0x201)](_0x4067f6),'text':_0x4cf8c6[_0x585c22(0x1a7)],'keyword':_0x1a8059,'started_at':_0xe59076[_0x585c22(0x2da)][_0x585c22(0x208)](),'duration':_0x5aacc2[_0x585c22(0x251)],'result':_0x36b923[_0x585c22(0x18d)]?_0x421d84[_0x585c22(0x23d)]:_0x421d84['IzUHX'],'failure':_0x172bc9[_0x585c22(0x18d)]&&_0x170056[_0x585c22(0x18d)][_0x585c22(0x2f0)]&&_0x421d84['FSqDz'](_0x339a58,_0x53b5e5['error'][_0x585c22(0x2f0)]),'failure_type':_0x421d84[_0x585c22(0x2ed)](_0x53ec8e,_0x4bc4cb['error']&&_0x52e105[_0x585c22(0x18d)][_0x585c22(0x2f0)])});}_0x1494ea[_0x585c22(0x224)]=_0x3551c1;}}}}const _0x49216c={};_0x49216c[_0x585c22(0x2c3)]=_0x29eadd,_0x49216c[_0x585c22(0x28e)]=_0x1494ea;const _0x3b104c=_0x49216c;await SessionHandler[_0x585c22(0x285)](_0x3b104c);}static async[a27_0x16c598(0x1cf)](_0x22736b,_0x598dd4){const _0x48997d=a27_0x16c598,_0x4e95ac={'GsZRN':function(_0x4e523e,_0x488721){return _0x4e523e(_0x488721);},'NHWxv':_0x48997d(0x20c)};let _0x3c1410={'uuid':TestDetails[_0x48997d(0x17e)](_0x22736b),'integrations':_0x598dd4};const _0x2360a3={};_0x2360a3[_0x48997d(0x23c)]=null,_0x4e95ac[_0x48997d(0x254)](debug,_0x48997d(0x25b)+_0x22736b+',\x20'+util['inspect'](_0x598dd4,_0x2360a3));const _0x53bc2f={};_0x53bc2f[_0x48997d(0x2c3)]=_0x4e95ac['NHWxv'],_0x53bc2f['test_run']=_0x3c1410,await SessionHandler[_0x48997d(0x285)](_0x53bc2f);}async[a27_0x16c598(0x24a)](){const _0xb7fefc=a27_0x16c598,_0x288cb2={'lMoVQ':function(_0x3b4615,_0x4e5461){return _0x3b4615===_0x4e5461;},'vlafE':'hook','RUYjY':_0xb7fefc(0x2b4),'ixqNK':'Before\x20Hooks','tLOKh':function(_0x4170a7,_0x47a8e7,_0x3c46ce){return _0x4170a7(_0x47a8e7,_0x3c46ce);},'dBIMM':_0xb7fefc(0x23b),'BRhaV':function(_0x1737db){return _0x1737db();},'PRRVA':_0xb7fefc(0x211),'GcDQZ':_0xb7fefc(0x24c)};if(this[_0xb7fefc(0x19f)]){if(_0x288cb2[_0xb7fefc(0x189)](_0x288cb2[_0xb7fefc(0x1d6)],_0x288cb2[_0xb7fefc(0x1d6)]))return;else{if(_0x288cb2[_0xb7fefc(0x189)](_0x511b6b[_0xb7fefc(0x257)],_0x288cb2[_0xb7fefc(0x2cb)])&&(_0x288cb2['lMoVQ'](_0x31174d[_0xb7fefc(0x1a7)],_0x288cb2[_0xb7fefc(0x297)])||_0x288cb2['lMoVQ'](_0x5e51ed[_0xb7fefc(0x1a7)],_0x288cb2[_0xb7fefc(0x179)])))return![];return!![];}}const _0x4d6588=await _0x288cb2['BRhaV'](getGitMetaData);_0x4d6588&&(_0x288cb2[_0xb7fefc(0x189)](_0x288cb2[_0xb7fefc(0x2a5)],_0x288cb2[_0xb7fefc(0x1be)])?_0x288cb2[_0xb7fefc(0x287)](_0x2d7572,_0x49211f,![]):this[_0xb7fefc(0x246)]=_0x4d6588['root']),this[_0xb7fefc(0x19f)]=!![];}[a27_0x16c598(0x258)](_0x29401e){const _0x264070=a27_0x16c598,_0xb84771={};_0xb84771[_0x264070(0x18c)]=function(_0x53efef,_0x628c58){return _0x53efef===_0x628c58;},_0xb84771[_0x264070(0x29d)]=_0x264070(0x263),_0xb84771[_0x264070(0x1d0)]=_0x264070(0x27b),_0xb84771[_0x264070(0x2fd)]=_0x264070(0x197),_0xb84771[_0x264070(0x180)]=function(_0x390a5f,_0x5ea2bb){return _0x390a5f!==_0x5ea2bb;},_0xb84771[_0x264070(0x1ff)]=_0x264070(0x25f),_0xb84771['CkSOF']=function(_0x2903f5,_0x1b47be){return _0x2903f5===_0x1b47be;},_0xb84771[_0x264070(0x2d0)]=_0x264070(0x24b),_0xb84771[_0x264070(0x1a6)]=_0x264070(0x2e8),_0xb84771[_0x264070(0x2e7)]=_0x264070(0x192),_0xb84771[_0x264070(0x203)]=_0x264070(0x2a8),_0xb84771['ecnGE']=_0x264070(0x190),_0xb84771[_0x264070(0x217)]=_0x264070(0x1b4),_0xb84771['AOHGo']=function(_0x4d96c0,_0x5211a8){return _0x4d96c0!==_0x5211a8;},_0xb84771['BTCFW']='kExYK';const _0x4a8fbe=_0xb84771,_0x1f51b2=[];if(_0x29401e&&_0x29401e['parent']){if(_0x4a8fbe[_0x264070(0x180)](_0x4a8fbe[_0x264070(0x262)],_0x4a8fbe[_0x264070(0x217)])){let _0x5f10cc=_0x29401e[_0x264070(0x2ac)];while(_0x5f10cc&&_0x4a8fbe[_0x264070(0x2ab)](_0x5f10cc['title'],'')){if(_0x4a8fbe[_0x264070(0x180)](_0x4a8fbe['BTCFW'],_0x4a8fbe['BTCFW'])){if(_0x4a8fbe[_0x264070(0x18c)](_0x28cf92[_0x264070(0x1da)],_0x4a8fbe[_0x264070(0x29d)])){if(!_0x383418[_0x264070(0x22d)](_0x521c88[_0x264070(0x1fa)]))return;_0x1285d3[_0x264070(0x1c4)]({'test_run_uuid':_0x4f008d,'timestamp':_0x193c00[_0x264070(0x2c2)](_0x4f5d64['path'])[_0x264070(0x2b6)],'kind':_0x4a8fbe[_0x264070(0x1d0)],'message':_0x126634['readFileSync'](_0x18f001[_0x264070(0x1fa)],{'encoding':_0x4a8fbe[_0x264070(0x2fd)]})});}}else _0x1f51b2[_0x264070(0x1c4)](_0x5f10cc[_0x264070(0x1a7)]),_0x5f10cc=_0x5f10cc['parent'];}}else{if(_0x4a8fbe['ZIdCO'](_0x156daf[_0x264070(0x257)],_0x4a8fbe[_0x264070(0x1ff)]))return![];if(_0x4a8fbe[_0x264070(0x255)]([_0x4a8fbe['BJlDg'],_0x4a8fbe[_0x264070(0x1a6)],_0x4a8fbe[_0x264070(0x2e7)],_0x4a8fbe[_0x264070(0x203)]][_0x264070(0x295)](_0x53c004[_0x264070(0x1a7)]),-0x1))return![];return!![];}}return _0x1f51b2[_0x264070(0x2d1)]()[_0x264070(0x25a)](0x0,0x2),_0x1f51b2;}[a27_0x16c598(0x199)](_0x2d4924){const _0x5c445f=a27_0x16c598,_0x337ba6={};_0x337ba6['NANUp']=function(_0x30b42f,_0x1594f8){return _0x30b42f!==_0x1594f8;},_0x337ba6[_0x5c445f(0x25c)]='hook',_0x337ba6[_0x5c445f(0x237)]=function(_0x59cd7b,_0x48d13b){return _0x59cd7b===_0x48d13b;},_0x337ba6[_0x5c445f(0x2ee)]=_0x5c445f(0x24b),_0x337ba6['gsbcX']='beforeAll\x20hook',_0x337ba6[_0x5c445f(0x1b1)]=_0x5c445f(0x192),_0x337ba6[_0x5c445f(0x1e0)]=_0x5c445f(0x2a8),_0x337ba6[_0x5c445f(0x267)]=_0x5c445f(0x223);const _0x1040a3=_0x337ba6;if(_0x1040a3['NANUp'](_0x2d4924['category'],_0x1040a3[_0x5c445f(0x25c)]))return![];if(_0x1040a3[_0x5c445f(0x237)]([_0x1040a3['Rlkzu'],_0x1040a3['gsbcX'],_0x1040a3[_0x5c445f(0x1b1)],_0x1040a3[_0x5c445f(0x1e0)]][_0x5c445f(0x295)](_0x2d4924['title']),-0x1)){if(_0x1040a3[_0x5c445f(0x1b2)](_0x1040a3[_0x5c445f(0x267)],_0x1040a3['HTsCq'])){const _0x591263=[];if(_0x5666b0&&_0xc10487[_0x5c445f(0x2ac)]){let _0x5ef6e2=_0x14e2c6[_0x5c445f(0x2ac)];while(_0x5ef6e2&&_0x1040a3[_0x5c445f(0x1b2)](_0x5ef6e2[_0x5c445f(0x1a7)],'')){_0x591263[_0x5c445f(0x1c4)](_0x5ef6e2['title']),_0x5ef6e2=_0x5ef6e2['parent'];}}return _0x591263['reverse']()[_0x5c445f(0x25a)](0x0,0x2),_0x591263;}else return![];}return!![];}[a27_0x16c598(0x2c4)](_0x1b9bd5,_0x3895bd){const _0xe133ed=a27_0x16c598,_0x32e2d3={};_0x32e2d3[_0xe133ed(0x1c8)]=function(_0x4e8328,_0x44b07f){return _0x4e8328===_0x44b07f;},_0x32e2d3[_0xe133ed(0x1eb)]='OgONx';const _0x5b815d=_0x32e2d3,_0x2bdc90=_0x3895bd[_0xe133ed(0x210)];if(_0x2bdc90){if(_0x5b815d[_0xe133ed(0x1c8)](_0x5b815d[_0xe133ed(0x1eb)],_0x5b815d['mWVIu']))return _0x2bdc90;else{const _0x33870d={};_0x33870d[_0xe133ed(0x280)]=[_0x42f2c6[_0xe133ed(0x250)]],_0x33870d[_0xe133ed(0x20d)]=[],_0x42f7cc[_0xe133ed(0x1c4)](_0x33870d);}}return _0x3895bd['title']+_0xe133ed(0x2b9)+this[_0xe133ed(0x1df)](_0x1b9bd5);}[a27_0x16c598(0x2aa)](_0x1ca447,_0x3ce193){const _0x3cf82c=a27_0x16c598,_0x3fb782={'FpFTf':function(_0x1a8a38,_0x5f43ed){return _0x1a8a38===_0x5f43ed;},'EKiAB':_0x3cf82c(0x1f3),'PnPph':function(_0x232142){return _0x232142();}};let _0x27f9ba=_0x3ce193[_0x3cf82c(0x1a7)]+_0x3cf82c(0x2b9)+this[_0x3cf82c(0x1df)](_0x1ca447);if(this['_tests'][_0x27f9ba]){if(_0x3fb782[_0x3cf82c(0x219)](_0x3fb782[_0x3cf82c(0x2c0)],_0x3fb782[_0x3cf82c(0x2c0)]))_0x27f9ba=_0x27f9ba+_0x3cf82c(0x24d)+_0x3fb782['PnPph'](uuidv4);else return;}return _0x3ce193[_0x3cf82c(0x210)]=_0x27f9ba,_0x27f9ba;}[a27_0x16c598(0x1df)]=_0x11ad8b=>{const _0x76bf3c=a27_0x16c598,_0x2c656={};_0x2c656[_0x76bf3c(0x28c)]=function(_0x2d3581,_0xf176d4){return _0x2d3581+_0xf176d4;};const _0x32faa5=_0x2c656;return _0x32faa5[_0x76bf3c(0x28c)](_0x32faa5['QhtbD'](_0x11ad8b[_0x76bf3c(0x2ba)],'-'),_0x11ad8b['id']);};['getTestRunIdentifier']=(_0x591b8b,_0x57c1fc)=>{const _0x3ba79e=a27_0x16c598,_0x404a26={};_0x404a26['OdOrF']=function(_0x1a2b13,_0x5802ce){return _0x1a2b13+_0x5802ce;},_0x404a26[_0x3ba79e(0x2c1)]=function(_0x2180c1,_0x15c9be){return _0x2180c1+_0x15c9be;};const _0x945450=_0x404a26;return _0x945450[_0x3ba79e(0x1fe)](_0x945450[_0x3ba79e(0x2c1)](this['getTestIdentifier'](_0x591b8b),'-'),_0x57c1fc);};['getHookType']=_0x5eb985=>{const _0x561b1b=a27_0x16c598,_0x3a5146={'dfWlB':function(_0xa751cd){return _0xa751cd();},'UCzrf':_0x561b1b(0x2ff),'XkLZR':_0x561b1b(0x276),'HmqVP':function(_0xa674f4,_0x362520){return _0xa674f4(_0x362520);},'TXiHm':function(_0x4af4ad,_0x45c28e){return _0x4af4ad(_0x45c28e);},'SBaqe':function(_0x565dfc,_0x2186a0,_0x1b8716){return _0x565dfc(_0x2186a0,_0x1b8716);},'OpqAH':_0x561b1b(0x291),'ejrYN':_0x561b1b(0x24b),'vsQsA':function(_0x46c739,_0x264aac){return _0x46c739!==_0x264aac;},'sIekk':'GAgLS','mEujs':'eOXQm','LQgHD':_0x561b1b(0x2e8),'CsQdS':function(_0x3bf2ee,_0x4d08e3){return _0x3bf2ee===_0x4d08e3;},'zpewf':_0x561b1b(0x2bd),'NtdAX':_0x561b1b(0x202),'aHFIr':_0x561b1b(0x2a8),'mokBt':function(_0x1712ad,_0x2be5da){return _0x1712ad!==_0x2be5da;},'uUJMX':_0x561b1b(0x2a0),'zKimm':_0x561b1b(0x245),'ydfMx':'AFTER_EACH','cKwlF':_0x561b1b(0x192),'bOgGA':'oDxbs','ygNXC':_0x561b1b(0x23f),'VBboT':_0x561b1b(0x216),'neKyd':_0x561b1b(0x2f3)};if(_0x5eb985[_0x561b1b(0x286)](_0x3a5146[_0x561b1b(0x1f2)])){if(_0x3a5146['vsQsA'](_0x3a5146['sIekk'],_0x3a5146[_0x561b1b(0x1c7)]))return _0x3a5146['OpqAH'];else{!_0x565d02&&_0x1194ee[_0x561b1b(0x1c4)]({'id':_0x3a5146[_0x561b1b(0x2e0)](_0x25d324),'text':_0xb1d2a7['title'],'keyword':_0x308403,'started_at':_0x256ed5[_0x561b1b(0x2da)]['toISOString'](),'duration':_0x8b2b8b[_0x561b1b(0x251)],'result':_0x4052cb[_0x561b1b(0x18d)]?_0x3a5146[_0x561b1b(0x236)]:_0x3a5146[_0x561b1b(0x2c7)],'failure':_0x2f45fc[_0x561b1b(0x18d)]&&_0x15a4a5[_0x561b1b(0x18d)]['message']&&_0x3a5146[_0x561b1b(0x1a1)](_0x5736f8,_0x8d8828[_0x561b1b(0x18d)][_0x561b1b(0x2f0)]),'failure_type':_0x3a5146['TXiHm'](_0x51781d,_0x1d3f7a['error']&&_0x4e0ea4['error'][_0x561b1b(0x2f0)])});for(const _0x161468 of _0x39a396[_0x561b1b(0x184)]){_0x3a5146['SBaqe'](_0x344587,_0x161468,!![]);}}}else{if(_0x5eb985[_0x561b1b(0x286)](_0x3a5146[_0x561b1b(0x302)])){if(_0x3a5146[_0x561b1b(0x2dc)](_0x3a5146['zpewf'],_0x3a5146[_0x561b1b(0x2cc)]))return _0x3a5146['NtdAX'];else return;}else{if(_0x5eb985[_0x561b1b(0x286)](_0x3a5146['aHFIr']))return _0x3a5146[_0x561b1b(0x2f5)](_0x3a5146[_0x561b1b(0x303)],_0x3a5146[_0x561b1b(0x28a)])?_0x3a5146['ydfMx']:_0x3a5146[_0x561b1b(0x2df)];else{if(_0x5eb985['startsWith'](_0x3a5146[_0x561b1b(0x25d)])){if(_0x3a5146[_0x561b1b(0x2f5)](_0x3a5146[_0x561b1b(0x1e1)],_0x3a5146['ygNXC']))return _0x3a5146[_0x561b1b(0x1d8)];else _0x4c6d24=_0xb3dd4c+_0x561b1b(0x24d)+_0x3a5146[_0x561b1b(0x2e0)](_0x25db30);}}}}return _0x3a5146[_0x561b1b(0x22f)];};[a27_0x16c598(0x2f8)]=_0x4cbb5a=>{const _0x53a42f=a27_0x16c598,_0xc286eb={};_0xc286eb[_0x53a42f(0x2c5)]=_0x53a42f(0x202),_0xc286eb['GUgfM']=function(_0x280af2,_0x4091f8){return _0x280af2===_0x4091f8;},_0xc286eb[_0x53a42f(0x2e3)]='object',_0xc286eb[_0x53a42f(0x2d9)]='upXev';const _0x4c3ece=_0xc286eb;let _0x13ba2e=_0x4cbb5a[_0x53a42f(0x2ac)];if(_0x4c3ece[_0x53a42f(0x2f9)](typeof _0x4cbb5a[_0x53a42f(0x2ac)],_0x4c3ece[_0x53a42f(0x2e3)])){if(_0x4c3ece[_0x53a42f(0x2f9)](_0x4c3ece[_0x53a42f(0x2d9)],_0x4c3ece[_0x53a42f(0x2d9)]))_0x13ba2e=_0x13ba2e[_0x53a42f(0x1a7)];else return _0x4c3ece[_0x53a42f(0x2c5)];}return _0x13ba2e+_0x53a42f(0x24d)+_0x4cbb5a[_0x53a42f(0x1a7)];};['printsToStdio'](){return![];}}module[a27_0x16c598(0x244)]=o11yClassErrorHandler(MyReporter,['onBegin',a27_0x16c598(0x17c),'onTestBegin',a27_0x16c598(0x2db),'onStepBegin',a27_0x16c598(0x2f6),a27_0x16c598(0x1cf)]);
|
|
1
|
+
const a27_0x192962=a27_0x33f4;(function(_0x3f6227,_0x219713){const _0x391a43=a27_0x33f4,_0xd41087=_0x3f6227();while(!![]){try{const _0x305292=-parseInt(_0x391a43(0xca))/0x1*(parseInt(_0x391a43(0x1a6))/0x2)+parseInt(_0x391a43(0xde))/0x3*(-parseInt(_0x391a43(0x1ef))/0x4)+parseInt(_0x391a43(0x13c))/0x5*(parseInt(_0x391a43(0xb9))/0x6)+parseInt(_0x391a43(0x22f))/0x7*(parseInt(_0x391a43(0x237))/0x8)+-parseInt(_0x391a43(0x1de))/0x9+parseInt(_0x391a43(0x134))/0xa*(-parseInt(_0x391a43(0x1fb))/0xb)+parseInt(_0x391a43(0x121))/0xc;if(_0x305292===_0x219713)break;else _0xd41087['push'](_0xd41087['shift']());}catch(_0x48ae79){_0xd41087['push'](_0xd41087['shift']());}}}(a27_0x251b,0xd9c22));const RequestQueueHandler=require(a27_0x192962(0x22c)),{calculatePerformance,getTagsFromTitle}=require(a27_0x192962(0xfc)),{v4:uuidv4}=require(a27_0x192962(0x10e)),path=require(a27_0x192962(0x164)),{debug,removeAnsiColors,printBuildLink,getFailureType,failureData}=require(a27_0x192962(0x17b)),{getGitMetaData}=require(a27_0x192962(0xce)),TestDetails=require(a27_0x192962(0x216)),fs=require('fs'),util=require('util'),{o11yClassErrorHandler}=require(a27_0x192962(0x108)),PerformanceTester=require(a27_0x192962(0x113)),{FRAMEWORKS}=require(a27_0x192962(0x1cd)),SessionHandler=require(a27_0x192962(0x173));class MyReporter{constructor(_0xffc3e0){const _0x18ed18=a27_0x192962,_0x4035ee={};_0x4035ee[_0x18ed18(0x214)]=function(_0x11a0f7,_0xd24812){return _0x11a0f7+_0xd24812;},_0x4035ee[_0x18ed18(0x1d9)]=function(_0x36b44d,_0x38282d){return _0x36b44d+_0x38282d;},_0x4035ee[_0x18ed18(0x1eb)]=function(_0x3514c1,_0x5a6ab1){return _0x3514c1===_0x5a6ab1;},_0x4035ee['UMAbP']=_0x18ed18(0x211),_0x4035ee['dSdmJ']=_0x18ed18(0xb8),_0x4035ee['TQers']=_0x18ed18(0x128);const _0x57c37b=_0x4035ee;if(process[_0x18ed18(0x12e)][_0x18ed18(0x1c0)]){if(_0x57c37b[_0x18ed18(0x1eb)](_0x57c37b[_0x18ed18(0xd2)],_0x57c37b['dSdmJ']))return _0x57c37b[_0x18ed18(0x214)](_0x57c37b[_0x18ed18(0x1d9)](this[_0x18ed18(0x124)](_0x17b603),'-'),_0x850569);else PerformanceTester[_0x18ed18(0x1bc)](_0x57c37b['TQers']),process[_0x18ed18(0x12e)][_0x18ed18(0x12f)]=new Date()[_0x18ed18(0x181)]();}this['_tests']={},this[_0x18ed18(0x162)]={},this['options']=_0xffc3e0,this['_gitConfigured']=![],this[_0x18ed18(0x21f)]=null;}async[a27_0x192962(0x18b)](){const _0x39d90f=a27_0x192962;TestDetails['setup'](),await this[_0x39d90f(0xea)]();}async[a27_0x192962(0xf5)](_0x2661c5,_0x160a23){const _0x52d2f8=a27_0x192962,_0xc984b0={};_0xc984b0['mbKMx']=_0x52d2f8(0x1a0);const _0x7d89ba=_0xc984b0,_0x3548d1=this[_0x52d2f8(0x124)](_0x2661c5);this[_0x52d2f8(0x14e)][_0x3548d1]={'uuid':TestDetails['getTestUUID'](this['getTestRunIdentifier'](_0x2661c5,_0x160a23[_0x52d2f8(0x1f1)])),'startedAt':_0x160a23['startTime']},await this['sendTestRunEvent'](_0x2661c5,_0x7d89ba[_0x52d2f8(0x136)],_0x160a23);}async[a27_0x192962(0x13b)](_0x5cf980,_0x5d1a12,_0x4d866b){const _0x5aa36c=a27_0x192962,_0x1ccc12={};_0x1ccc12[_0x5aa36c(0x223)]=function(_0x47d255,_0x41d361){return _0x47d255!==_0x41d361;},_0x1ccc12['OyYBC']='zfNuW',_0x1ccc12['MuTbZ']=_0x5aa36c(0x210),_0x1ccc12['NUtjG']=function(_0x2c3fe5,_0x18e69e){return _0x2c3fe5===_0x18e69e;},_0x1ccc12[_0x5aa36c(0xfe)]='EqmTl',_0x1ccc12[_0x5aa36c(0x126)]='HookRunStarted';const _0x574161=_0x1ccc12;if(!this[_0x5aa36c(0xbe)](_0x4d866b,_0x5cf980)){if(_0x574161[_0x5aa36c(0x223)](_0x574161[_0x5aa36c(0x161)],_0x574161['MuTbZ']))return;else _0x5dd211['push'](_0x201553[_0x5aa36c(0x165)]),_0x452c74=_0x4db9ed[_0x5aa36c(0x1f6)];}const _0x5d88f1=this[_0x5aa36c(0x15a)](_0x5cf980,_0x4d866b);this[_0x5aa36c(0x14e)][_0x5d88f1]={'uuid':TestDetails[_0x5aa36c(0x1a8)](_0x5d88f1),'startedAt':_0x4d866b['startTime'][_0x5aa36c(0x181)]()};const _0x20a6a9=this['getTestRunIdentifier'](_0x5cf980,_0x5d1a12[_0x5aa36c(0x1f1)]);!this[_0x5aa36c(0x162)][_0x20a6a9]&&(_0x574161['NUtjG'](_0x574161[_0x5aa36c(0xfe)],_0x574161[_0x5aa36c(0xfe)])?this[_0x5aa36c(0x162)][_0x20a6a9]=[]:this['_testHooksMap'][_0x55fecd]=[]),this[_0x5aa36c(0x162)][_0x20a6a9][_0x5aa36c(0x1ee)](this[_0x5aa36c(0x14e)][_0x5d88f1][_0x5aa36c(0x10e)]),await this[_0x5aa36c(0x1ab)](_0x5cf980,_0x4d866b,_0x574161['mOUSk'],_0x5d1a12);}async[a27_0x192962(0x1a5)](_0x4841f9,_0x5a0af2,_0x39ba0e){const _0x1aeedc=a27_0x192962,_0x41220c={};_0x41220c[_0x1aeedc(0x203)]=function(_0xfb162c,_0x60a285){return _0xfb162c!==_0x60a285;},_0x41220c['NgyEV']=_0x1aeedc(0x1cc),_0x41220c[_0x1aeedc(0x1ac)]=_0x1aeedc(0x1df),_0x41220c[_0x1aeedc(0x143)]=function(_0x5c46b3,_0x1f5998){return _0x5c46b3+_0x1f5998;},_0x41220c['hRSCN']='HookRunFinished';const _0x1c31a5=_0x41220c;if(!this['needToReportStep'](_0x39ba0e,_0x4841f9)){if(_0x1c31a5[_0x1aeedc(0x203)](_0x1c31a5['NgyEV'],_0x1c31a5[_0x1aeedc(0x1ac)]))return;else{const _0x4ca542=[];if(_0x232f3c&&_0x1b3835[_0x1aeedc(0x1f6)]){let _0x2987f5=_0x46113d['parent'];while(_0x2987f5&&_0x1c31a5[_0x1aeedc(0x203)](_0x2987f5[_0x1aeedc(0x165)],'')){_0x4ca542['push'](_0x2987f5[_0x1aeedc(0x165)]),_0x2987f5=_0x2987f5[_0x1aeedc(0x1f6)];}}return _0x4ca542[_0x1aeedc(0xb1)]()[_0x1aeedc(0x1a1)](0x0,0x2),_0x4ca542;}}const _0x1fa7ba=this[_0x1aeedc(0x16e)](_0x4841f9,_0x39ba0e);this[_0x1aeedc(0x14e)][_0x1fa7ba]={...this[_0x1aeedc(0x14e)][_0x1fa7ba]||{},'finishedAt':new Date(_0x1c31a5['FMPFx'](_0x39ba0e[_0x1aeedc(0x20a)][_0x1aeedc(0x1f2)](),_0x39ba0e['duration']))},await this[_0x1aeedc(0x1ab)](_0x4841f9,_0x39ba0e,_0x1c31a5[_0x1aeedc(0x229)],_0x5a0af2);}async[a27_0x192962(0x1d8)](_0x4ee3e0,_0x5aa46a){const _0x5ac7f6=a27_0x192962,_0xedfa66={'DbdMB':function(_0x4034e4){return _0x4034e4();},'cmaGP':_0x5ac7f6(0x102),'OxGEA':_0x5ac7f6(0xcc),'Ypmwq':function(_0x5e1002,_0x302771){return _0x5e1002(_0x302771);},'AgVyX':function(_0x2f9efb,_0x5913e4){return _0x2f9efb!==_0x5913e4;},'hQmLa':_0x5ac7f6(0x1d0),'HuRkV':function(_0x3f0a0e,_0x536598){return _0x3f0a0e===_0x536598;},'JTDZF':'screenshot','UPshD':function(_0x5e6c78,_0x4049be){return _0x5e6c78!==_0x4049be;},'MNMaL':'kprsh','HSkYs':'BGokp','wfIFq':function(_0x659ce5,_0x4b251e){return _0x659ce5===_0x4b251e;},'MyWjx':'loDhC','fiRpb':_0x5ac7f6(0x1ba),'EJYWq':_0x5ac7f6(0xfb),'bVPXS':_0x5ac7f6(0x213),'sRDFg':function(_0x167123,_0x52b3a2){return _0x167123(_0x52b3a2);},'oFeoM':function(_0x5be888,_0x232cb1){return _0x5be888(_0x232cb1);},'CNzSa':function(_0x282327,_0x18330e,_0x468e58){return _0x282327(_0x18330e,_0x468e58);},'gPHRC':_0x5ac7f6(0xf0),'RwyRT':function(_0x204750,_0x353999){return _0x204750===_0x353999;},'tEoOC':function(_0x2de8af,_0xd845fa){return _0x2de8af+_0xd845fa;},'DjXSJ':_0x5ac7f6(0x122),'AwvnQ':function(_0x53aa96,_0x109528){return _0x53aa96!==_0x109528;},'dulbi':'TGuEf','BsRsF':_0x5ac7f6(0x222),'UYAtZ':function(_0x245bcb,_0x4a704a){return _0x245bcb>_0x4a704a;}},_0x534f4d=this['getTestIdentifier'](_0x4ee3e0),_0x52c9e2=TestDetails['getTestUUID'](this[_0x5ac7f6(0x196)](_0x4ee3e0,_0x5aa46a[_0x5ac7f6(0x1f1)]));this['_tests'][_0x534f4d]={...this[_0x5ac7f6(0x14e)][_0x534f4d]||{},'finishedAt':new Date(_0xedfa66[_0x5ac7f6(0x1dd)](_0x5aa46a[_0x5ac7f6(0x20a)][_0x5ac7f6(0x1f2)](),_0x5aa46a['duration']))},await this[_0x5ac7f6(0x21d)](_0x4ee3e0,_0xedfa66[_0x5ac7f6(0x138)],_0x5aa46a);const _0x188ef6=[];if(_0x5aa46a[_0x5ac7f6(0x1c2)]){if(_0xedfa66['AwvnQ'](_0xedfa66['dulbi'],_0xedfa66[_0x5ac7f6(0x1aa)]))_0x5aa46a[_0x5ac7f6(0x1c2)][_0x5ac7f6(0x180)](_0xb4f17a=>{const _0x327bb8=_0x5ac7f6,_0x515e13={'aVcIu':function(_0x2a9d76){const _0x403879=a27_0x33f4;return _0xedfa66[_0x403879(0x1e1)](_0x2a9d76);},'zftUP':_0xedfa66[_0x327bb8(0x172)],'BXCoe':_0xedfa66[_0x327bb8(0x193)],'OPDhg':function(_0x2adab2,_0x22c300){return _0xedfa66['Ypmwq'](_0x2adab2,_0x22c300);}};if(_0xedfa66[_0x327bb8(0x120)](_0xedfa66['hQmLa'],_0xedfa66['hQmLa']))return;else{if(_0xedfa66[_0x327bb8(0x19f)](_0xb4f17a[_0x327bb8(0x235)],_0xedfa66['JTDZF'])){if(_0xedfa66['UPshD'](_0xedfa66[_0x327bb8(0xb0)],_0xedfa66[_0x327bb8(0xfa)])){if(!fs[_0x327bb8(0x1e3)](_0xb4f17a['path'])){if(_0xedfa66[_0x327bb8(0xe0)](_0xedfa66['MyWjx'],_0xedfa66[_0x327bb8(0x118)])){const _0x45a893={};_0x45a893[_0x327bb8(0x18e)]=[_0x300a57[_0x327bb8(0x1fc)]],_0x45a893['expanded']=[],_0x160d07['push'](_0x45a893);}else return;}_0x188ef6[_0x327bb8(0x1ee)]({'test_run_uuid':_0x52c9e2,'timestamp':fs[_0x327bb8(0x22b)](_0xb4f17a[_0x327bb8(0x164)])[_0x327bb8(0xc5)],'kind':_0xedfa66[_0x327bb8(0x117)],'message':fs[_0x327bb8(0xf6)](_0xb4f17a['path'],{'encoding':_0xedfa66[_0x327bb8(0x170)]})});}else _0xf78c91[_0x327bb8(0x1ee)]({'id':_0x515e13[_0x327bb8(0x18c)](_0x3f962c),'text':_0x62bf0b['title'],'keyword':_0x541b3b,'started_at':_0x577218[_0x327bb8(0x20a)][_0x327bb8(0x181)](),'duration':_0x1d04a8['duration'],'result':_0x5a04d6[_0x327bb8(0xb6)]?_0x515e13[_0x327bb8(0x238)]:_0x515e13[_0x327bb8(0xad)],'failure':_0x2f74df[_0x327bb8(0xb6)]&&_0x344111[_0x327bb8(0xb6)][_0x327bb8(0x22d)]&&_0x515e13[_0x327bb8(0x22a)](_0x1ba9c1,_0xef7221[_0x327bb8(0xb6)][_0x327bb8(0x22d)]),'failure_type':_0x515e13['OPDhg'](_0x4b2232,_0x10265d[_0x327bb8(0xb6)]&&_0x78e9b4['error']['message'])});}}});else{_0x43e834[_0x5ac7f6(0x1bf)]=_0xedfa66[_0x5ac7f6(0x172)],_0x509b86[_0x5ac7f6(0x1fc)]=_0xedfa66[_0x5ac7f6(0x123)](_0x4b8b16,_0x4cbabb[_0x5ac7f6(0xb6)][_0x5ac7f6(0x22d)]),_0x578ced[_0x5ac7f6(0x184)]=_0xedfa66[_0x5ac7f6(0x17a)](_0x75b9af,_0x28a256[_0x5ac7f6(0xb6)]['message']);const _0x2b5c48=_0xedfa66['CNzSa'](_0x2809eb,_0x3c887e[_0x5ac7f6(0xb6)],_0xedfa66[_0x5ac7f6(0x127)]);if(_0x2b5c48&&_0xedfa66['RwyRT'](_0x2b5c48['length'],0x0)){const _0x5787f2={};_0x5787f2[_0x5ac7f6(0x18e)]=[_0x4f9cd1[_0x5ac7f6(0x1fc)]],_0x5787f2[_0x5ac7f6(0x231)]=[],_0x2b5c48[_0x5ac7f6(0x1ee)](_0x5787f2);}_0x51bdf4[_0x5ac7f6(0x230)]=_0x2b5c48;}}if(_0xedfa66[_0x5ac7f6(0xf3)](_0x188ef6[_0x5ac7f6(0xec)],0x0))await MyReporter[_0x5ac7f6(0xcb)](_0x188ef6);}async[a27_0x192962(0x23a)](){const _0x31542e=a27_0x192962;await RequestQueueHandler[_0x31542e(0x15b)]()['shutdown'](),await SessionHandler['stop'](),TestDetails['shutdown']();}async['onEnd'](_0x5526ff){const _0x35fbfb=a27_0x192962,_0x21edb0={'cGrPJ':function(_0x3ade9e,_0x27547e){return _0x3ade9e===_0x27547e;},'kLopg':_0x35fbfb(0x1ed),'qYdHi':_0x35fbfb(0xcc),'jDuAn':function(_0x474e59){return _0x474e59();},'Ukxwf':_0x35fbfb(0x1e6),'fWDQI':_0x35fbfb(0xe8),'SngsS':function(_0x33d6bd,_0x504a0b){return _0x33d6bd!==_0x504a0b;},'EfZgU':'BSHtx','VewwP':'seCTI','kalBU':function(_0xee1b7){return _0xee1b7();},'PgDlC':'kxAXQ','ORHxy':function(_0x120a54,_0x11d2b2){return _0x120a54(_0x11d2b2);}};await this['endSession'](),_0x21edb0[_0x35fbfb(0x169)](printBuildLink);try{if(_0x21edb0[_0x35fbfb(0x20b)](_0x21edb0[_0x35fbfb(0x18d)],_0x21edb0[_0x35fbfb(0x145)]))_0x48f3bd=_0x397ba7['title'];else{if(process[_0x35fbfb(0x12e)][_0x35fbfb(0x1c0)]){if(_0x21edb0[_0x35fbfb(0xe1)](_0x21edb0[_0x35fbfb(0x1c6)],_0x21edb0[_0x35fbfb(0x1d5)]))await _0x21edb0['kalBU'](calculatePerformance);else return;}}}catch(_0xd387c9){_0x21edb0['cGrPJ'](_0x21edb0['PgDlC'],_0x21edb0[_0x35fbfb(0xf4)])?_0x21edb0[_0x35fbfb(0x1b9)](debug,_0x35fbfb(0x22e)+_0xd387c9['toString']()):_0x231ab3[_0x35fbfb(0x1bf)]=_0x21edb0[_0x35fbfb(0x20b)](_0x4f3eab[_0x35fbfb(0x200)],_0x21edb0[_0x35fbfb(0xb3)])?_0x21edb0['kLopg']:_0x21edb0[_0x35fbfb(0x1b7)];}}static async['addTestUIDAndReportLog'](_0x966c7f,_0x40da4f){const _0x59069e=a27_0x192962;_0x40da4f[_0x59069e(0x1cf)]=TestDetails['getTestUUID'](_0x966c7f),await this[_0x59069e(0xcb)]([_0x40da4f]);}static async[a27_0x192962(0xcb)](_0x2ce9d7){const _0x5c92d9=a27_0x192962,_0x4b09a6={};_0x4b09a6[_0x5c92d9(0x1f7)]='LogCreated';const _0x2a66dc=_0x4b09a6,_0x30cd1c={};_0x30cd1c[_0x5c92d9(0x218)]=_0x2a66dc[_0x5c92d9(0x1f7)],_0x30cd1c[_0x5c92d9(0x14a)]=_0x2ce9d7,await SessionHandler['uploadEventData'](_0x30cd1c);}async[a27_0x192962(0x1ab)](_0x6fc44e,_0x6eb1cb,_0x4f5267,_0x5b08c9){const _0x383df7=a27_0x192962,_0x481f45={'ZLTLc':function(_0x1f6c0d,_0x5e4241){return _0x1f6c0d===_0x5e4241;},'OnfMm':_0x383df7(0xcc),'BCZNG':function(_0x28219d,_0x14c476){return _0x28219d===_0x14c476;},'mxjxZ':'failed','zHErU':_0x383df7(0x153),'soLFP':function(_0x12507b,_0x11a8db){return _0x12507b===_0x11a8db;},'GSfzh':'Expected\x20to\x20fail,\x20but\x20passed.','YGwjU':'AFTER_ALL','jkuzk':_0x383df7(0xfb),'SPmWW':_0x383df7(0x213),'XUwTV':function(_0x33cfb1,_0x4ff801,_0x3b0ea7){return _0x33cfb1(_0x4ff801,_0x3b0ea7);},'spgov':_0x383df7(0xc8),'WhUrE':_0x383df7(0x20d),'kHtLo':'pending','hZQGO':function(_0x2ff57b,_0x550049){return _0x2ff57b>=_0x550049;},'BbJGw':function(_0x23f2b9,_0x35cdcb){return _0x23f2b9===_0x35cdcb;},'UPmvR':_0x383df7(0x1b8),'GsiLP':function(_0x3d124d,_0x4f259c){return _0x3d124d!==_0x4f259c;},'lMWbP':_0x383df7(0xc9),'LGihg':function(_0x4c95de,_0x4ee385){return _0x4c95de>_0x4ee385;},'lUKVL':function(_0x41b2cb,_0x242989){return _0x41b2cb===_0x242989;},'blwjV':_0x383df7(0x17c),'JCDJP':function(_0x38fa69,_0x162d73){return _0x38fa69===_0x162d73;},'EkQQO':'fwqiX','eyZaa':function(_0x8efc6d,_0x2d4c93){return _0x8efc6d(_0x2d4c93);},'ZnvCh':function(_0x2daa1b,_0x5a1bf3,_0x2e3adb){return _0x2daa1b(_0x5a1bf3,_0x2e3adb);},'ppCzh':_0x383df7(0xf0),'XRftW':function(_0xf5b8e2,_0x2adf4b){return _0xf5b8e2!==_0x2adf4b;},'Wwmrn':_0x383df7(0x20f),'hYDLG':function(_0x5a4e01,_0xf06101){return _0x5a4e01===_0xf06101;},'oIIUj':_0x383df7(0x1b2)},_0x53129d=this[_0x383df7(0x16e)](_0x6fc44e,_0x6eb1cb),_0x4fd3ed=this[_0x383df7(0x14e)][_0x53129d],_0x5d8659={'uuid':_0x4fd3ed['uuid'],'type':_0x481f45[_0x383df7(0xd5)],'hook_type':this[_0x383df7(0x13e)](_0x6eb1cb[_0x383df7(0x165)]),'name':_0x6eb1cb[_0x383df7(0x165)],'scope':this[_0x383df7(0xeb)](_0x6eb1cb),'scopes':this[_0x383df7(0x1d2)](_0x6fc44e),'body':{'lang':_0x481f45[_0x383df7(0x1b5)],'code':null},'identifier':_0x53129d,'file_name':path[_0x383df7(0xc1)](process[_0x383df7(0x13d)](),_0x6fc44e[_0x383df7(0x174)]['file']),'location':path[_0x383df7(0xc1)](process[_0x383df7(0x13d)](),_0x6fc44e['location']['file']),'result':_0x481f45[_0x383df7(0xbb)],'duration_in_ms':_0x481f45[_0x383df7(0x132)](_0x6eb1cb[_0x383df7(0x148)],0x0)?_0x6eb1cb[_0x383df7(0x148)]:undefined,'vc_filepath':this['_gitConfigPath']&&_0x6fc44e[_0x383df7(0x174)][_0x383df7(0xb5)]?path['relative'](this[_0x383df7(0x21f)],_0x6fc44e['location'][_0x383df7(0xb5)]):undefined,'started_at':_0x4fd3ed[_0x383df7(0x1ca)],'finished_at':_0x4fd3ed[_0x383df7(0xda)],'framework':FRAMEWORKS[_0x383df7(0x101)]};if(_0x481f45[_0x383df7(0x15f)](_0x4f5267,_0x481f45[_0x383df7(0x219)])){if(_0x481f45['GsiLP'](_0x481f45[_0x383df7(0x1dc)],_0x481f45['lMWbP'])){(_0x481f45['ZLTLc'](_0x4ad46d[_0x383df7(0x1bf)],_0x481f45[_0x383df7(0x1ff)])||_0x481f45[_0x383df7(0x109)](_0x3eb673['result'],_0x481f45[_0x383df7(0xe9)])||_0x481f45[_0x383df7(0x109)](_0x355867['result'],_0x481f45['zHErU']))&&(_0x241054[_0x383df7(0x1bf)]=_0x481f45[_0x383df7(0xe9)]);if(_0x481f45[_0x383df7(0x225)](_0x9e4ef5[_0x383df7(0x200)],_0x481f45['OnfMm'])&&_0x481f45[_0x383df7(0x109)](_0x28f134[_0x383df7(0x226)],_0x481f45[_0x383df7(0xe9)])){const _0x2851e5={};_0x2851e5['message']=_0x481f45['GSfzh'],_0x2851e5[_0x383df7(0x142)]=_0x481f45[_0x383df7(0x156)],_0x344cda[_0x383df7(0xb6)]=_0x2851e5,_0x4b46c5[_0x383df7(0x19b)]=[_0x53fa44[_0x383df7(0xb6)]];}}else{const {steps:_0x36e267,logs:_0x5ea3b5}=this[_0x383df7(0x1d7)](_0x6eb1cb[_0x383df7(0x1be)],_0x4fd3ed['uuid'],_0x481f45[_0x383df7(0xd5)]);if(_0x5ea3b5&&_0x481f45['LGihg'](_0x5ea3b5[_0x383df7(0xec)],0x0)){if(_0x481f45[_0x383df7(0x1b1)](_0x481f45[_0x383df7(0x16a)],_0x481f45[_0x383df7(0x16a)]))await MyReporter[_0x383df7(0xcb)](_0x5ea3b5);else return _0x481f45['YGwjU'];}const _0x4e99ad={};_0x4e99ad[_0x383df7(0x1be)]=_0x36e267,_0x5d8659['meta']=_0x4e99ad;if(_0x6eb1cb[_0x383df7(0xb6)]){if(_0x481f45['JCDJP'](_0x481f45[_0x383df7(0x10f)],_0x481f45[_0x383df7(0x10f)])){_0x5d8659[_0x383df7(0x1bf)]=_0x481f45['mxjxZ'],_0x5d8659[_0x383df7(0x1fc)]=_0x481f45[_0x383df7(0x114)](removeAnsiColors,_0x6eb1cb[_0x383df7(0xb6)][_0x383df7(0x22d)]),_0x5d8659[_0x383df7(0x184)]=_0x481f45[_0x383df7(0x114)](getFailureType,_0x6eb1cb[_0x383df7(0xb6)][_0x383df7(0x22d)]);const _0x27f066=_0x481f45[_0x383df7(0x15c)](failureData,_0x6eb1cb['error'],_0x481f45[_0x383df7(0xae)]);if(_0x27f066&&_0x481f45[_0x383df7(0x109)](_0x27f066[_0x383df7(0xec)],0x0)){if(_0x481f45[_0x383df7(0xd3)](_0x481f45[_0x383df7(0xdd)],_0x481f45[_0x383df7(0xdd)]))return![];else{const _0x3a24af={};_0x3a24af[_0x383df7(0x18e)]=[_0x5d8659['failure_reason']],_0x3a24af[_0x383df7(0x231)]=[],_0x27f066[_0x383df7(0x1ee)](_0x3a24af);}}_0x5d8659[_0x383df7(0x230)]=_0x27f066;}else{if(!_0x13874d['existsSync'](_0x316460[_0x383df7(0x164)]))return;_0x29eea9[_0x383df7(0x1ee)]({'test_run_uuid':_0x30306f,'timestamp':_0x150163[_0x383df7(0x22b)](_0x213834[_0x383df7(0x164)])[_0x383df7(0xc5)],'kind':_0x481f45[_0x383df7(0xe5)],'message':_0x2c92ea[_0x383df7(0xf6)](_0x4b133f[_0x383df7(0x164)],{'encoding':_0x481f45[_0x383df7(0x11d)]})});}}else _0x481f45['hYDLG'](_0x481f45['oIIUj'],_0x481f45[_0x383df7(0x154)])?_0x5d8659[_0x383df7(0x1bf)]=_0x481f45[_0x383df7(0x1ff)]:_0x481f45[_0x383df7(0x1b6)](_0x2f1959,_0x62a574,!![]);}}const _0xe02181={};_0xe02181[_0x383df7(0x218)]=_0x4f5267,_0xe02181[_0x383df7(0x116)]=_0x5d8659;const _0xe4c889=_0xe02181;await SessionHandler[_0x383df7(0x131)](_0xe4c889);}['getStepsAndLogs'](_0x18e9e3,_0x4bfcdb,_0x21fc47){const _0x287476=a27_0x192962,_0x2a81f8={'SFzhS':function(_0x36e576,_0x1f199f){return _0x36e576!==_0x1f199f;},'KQSsD':'ItySk','ELztI':function(_0x343b5a,_0x55357b){return _0x343b5a===_0x55357b;},'PhHZf':_0x287476(0xc8),'wVdxK':_0x287476(0x13a),'nshFI':function(_0x2ba32b,_0x57193b){return _0x2ba32b===_0x57193b;},'TRykd':'Before\x20Hooks','LUvqE':'FlvJr','rYkTz':_0x287476(0x1ec),'XiTxu':function(_0x33e6d4,_0x461c97){return _0x33e6d4===_0x461c97;},'pENFD':_0x287476(0xe2),'ikMde':_0x287476(0xfb),'fDVtc':'base64','tDVzc':function(_0x37f949,_0x2e5f83){return _0x37f949===_0x2e5f83;},'RJWqv':'rcqKj','RDamq':function(_0x494a43,_0xe084ee){return _0x494a43===_0xe084ee;},'TSYtN':_0x287476(0x12b),'Mvfow':'EcEQm','ASWFu':_0x287476(0x107),'fVVrd':_0x287476(0x1cf),'ezIVS':_0x287476(0x16f),'lrSUE':_0x287476(0x115),'OMOhF':_0x287476(0x102),'ThvkW':_0x287476(0xcc),'LyIAF':function(_0x53e82c,_0x4b25e3){return _0x53e82c(_0x4b25e3);},'PCTlN':function(_0x52cec8,_0x571cd5){return _0x52cec8(_0x571cd5);},'LdtKF':_0x287476(0x10b),'LNkLt':'qAjmR','FsIal':_0x287476(0x168),'JIhJb':_0x287476(0x1c1),'UeAvP':function(_0x2f541b){return _0x2f541b();},'aILaL':function(_0x50c855,_0x45c39a){return _0x50c855!==_0x45c39a;},'sNCqj':_0x287476(0xdc),'JMNyi':_0x287476(0x1b4),'nZarV':function(_0x43749a,_0x39bad1,_0x2e6536){return _0x43749a(_0x39bad1,_0x2e6536);},'JpnPb':function(_0x450c97,_0x27bc8b){return _0x450c97!==_0x27bc8b;},'sYIrx':'Vvuvs','PRkfR':'TFWvf'},_0x204702=[],_0x5c2ae0=[],_0x2f3bc8=_0x18e9e3[_0x287476(0x208)](_0x3d5136=>{const _0x1d27ac=_0x287476,_0xa4419b={'RcLUm':function(_0x486f14,_0x1ad88a){return _0x2a81f8['SFzhS'](_0x486f14,_0x1ad88a);}};if(_0x2a81f8[_0x1d27ac(0x110)](_0x2a81f8[_0x1d27ac(0x234)],_0x2a81f8['KQSsD'])){let _0x58fdd4=_0x145168[_0x1d27ac(0x1f6)];while(_0x58fdd4&&_0xa4419b[_0x1d27ac(0xc2)](_0x58fdd4[_0x1d27ac(0x165)],'')){_0x3f0928[_0x1d27ac(0x1ee)](_0x58fdd4[_0x1d27ac(0x165)]),_0x58fdd4=_0x58fdd4['parent'];}}else{if(_0x2a81f8[_0x1d27ac(0x187)](_0x3d5136[_0x1d27ac(0xd1)],_0x2a81f8[_0x1d27ac(0x159)])&&(_0x2a81f8[_0x1d27ac(0x187)](_0x3d5136[_0x1d27ac(0x165)],_0x2a81f8['wVdxK'])||_0x2a81f8[_0x1d27ac(0xf1)](_0x3d5136[_0x1d27ac(0x165)],_0x2a81f8[_0x1d27ac(0x1bd)]))){if(_0x2a81f8['SFzhS'](_0x2a81f8[_0x1d27ac(0x160)],_0x2a81f8[_0x1d27ac(0x197)]))return![];else return;}return!![];}}),_0x2a86bc=(_0x1fadee,_0x5a214a=![])=>{const _0xc89dd7=_0x287476;if(_0x2a81f8[_0xc89dd7(0x1c7)](_0x2a81f8[_0xc89dd7(0x1e2)],_0x2a81f8[_0xc89dd7(0x1e2)])){if(_0x2a81f8[_0xc89dd7(0x21e)](_0x1fadee['steps']['length'],0x0)){if(_0x2a81f8['tDVzc'](_0x2a81f8[_0xc89dd7(0x14d)],_0x2a81f8['Mvfow'])){const _0x2e5a2a={};_0x2e5a2a[_0xc89dd7(0x18e)]=[_0x568e9f[_0xc89dd7(0x1fc)]],_0x2e5a2a['expanded']=[],_0x59984b[_0xc89dd7(0x1ee)](_0x2e5a2a);}else{const _0x3ad740=_0x2a81f8[_0xc89dd7(0x187)](_0x21fc47,_0x2a81f8[_0xc89dd7(0x1f0)])?_0x2a81f8[_0xc89dd7(0x133)]:_0x2a81f8['ezIVS'];_0x5c2ae0[_0xc89dd7(0x1ee)]({'kind':_0x2a81f8[_0xc89dd7(0x1a7)],[_0x3ad740]:_0x4bfcdb,'message':_0x1fadee[_0xc89dd7(0x165)],'timestamp':_0x1fadee[_0xc89dd7(0x20a)][_0xc89dd7(0x181)](),'level':_0x1fadee[_0xc89dd7(0xb6)]?_0x2a81f8[_0xc89dd7(0x155)]:_0x2a81f8[_0xc89dd7(0x1cb)],'duration':_0x1fadee['duration'],'failure':_0x1fadee['error']&&_0x1fadee[_0xc89dd7(0xb6)]['message']&&_0x2a81f8[_0xc89dd7(0x1af)](removeAnsiColors,_0x1fadee[_0xc89dd7(0xb6)][_0xc89dd7(0x22d)]),'failure_type':_0x2a81f8[_0xc89dd7(0xfd)](getFailureType,_0x1fadee[_0xc89dd7(0xb6)]&&_0x1fadee['error'][_0xc89dd7(0x22d)])});}}else{if(_0x2a81f8[_0xc89dd7(0x110)](_0x2a81f8[_0xc89dd7(0x15d)],_0x2a81f8[_0xc89dd7(0xc4)])){if(!_0x5a214a){if(_0x2a81f8[_0xc89dd7(0x110)](_0x2a81f8[_0xc89dd7(0x17e)],_0x2a81f8[_0xc89dd7(0x1ea)]))_0x204702['push']({'id':_0x2a81f8[_0xc89dd7(0xbc)](uuidv4),'text':_0x1fadee[_0xc89dd7(0x165)],'keyword':undefined,'started_at':_0x1fadee['startTime'][_0xc89dd7(0x181)](),'duration':_0x1fadee[_0xc89dd7(0x148)],'result':_0x1fadee[_0xc89dd7(0xb6)]?_0x2a81f8['OMOhF']:_0x2a81f8['ThvkW'],'failure':_0x1fadee[_0xc89dd7(0xb6)]&&_0x1fadee[_0xc89dd7(0xb6)]['message']&&_0x2a81f8['LyIAF'](removeAnsiColors,_0x1fadee['error'][_0xc89dd7(0x22d)]),'failure_type':_0x2a81f8[_0xc89dd7(0xfd)](getFailureType,_0x1fadee[_0xc89dd7(0xb6)]&&_0x1fadee[_0xc89dd7(0xb6)][_0xc89dd7(0x22d)])});else{if(_0x2a81f8['XiTxu'](_0x102aa1['name'],_0x2a81f8[_0xc89dd7(0x19c)])){if(!_0x4d70f1[_0xc89dd7(0x1e3)](_0x172155[_0xc89dd7(0x164)]))return;_0xafb6ad[_0xc89dd7(0x1ee)]({'test_run_uuid':_0x284060,'timestamp':_0x1e62da[_0xc89dd7(0x22b)](_0x1a00e0[_0xc89dd7(0x164)])[_0xc89dd7(0xc5)],'kind':_0x2a81f8['ikMde'],'message':_0x3ef625[_0xc89dd7(0xf6)](_0x2fe6ff['path'],{'encoding':_0x2a81f8[_0xc89dd7(0x1a3)]})});}}}for(const _0x43217d of _0x1fadee[_0xc89dd7(0x1be)]){if(_0x2a81f8[_0xc89dd7(0x19d)](_0x2a81f8[_0xc89dd7(0x221)],_0x2a81f8[_0xc89dd7(0x17d)]))_0x2a81f8[_0xc89dd7(0x233)](_0x2a86bc,_0x43217d,!![]);else return;}}else return![];}}else{const _0x4abd05=_0x48ec98[_0xc89dd7(0x183)];if(_0x4abd05)return _0x4abd05;return _0x475500['title']+_0xc89dd7(0x178)+this[_0xc89dd7(0x124)](_0x5aa955);}};for(const _0x53a240 of _0x2f3bc8){if(_0x2a81f8[_0x287476(0xc7)](_0x2a81f8['sYIrx'],_0x2a81f8[_0x287476(0xc6)]))_0x2a81f8['nZarV'](_0x2a86bc,_0x53a240,![]);else{!_0x504e71&&_0x35f77f['push']({'id':_0x2a81f8[_0x287476(0xbc)](_0x139376),'text':_0x396a22['title'],'keyword':_0x7780e1,'started_at':_0x9c2b84['startTime'][_0x287476(0x181)](),'duration':_0x3b0868[_0x287476(0x148)],'result':_0x4c56fe[_0x287476(0xb6)]?_0x2a81f8[_0x287476(0x155)]:_0x2a81f8['ThvkW'],'failure':_0x1f4714[_0x287476(0xb6)]&&_0x20bb61[_0x287476(0xb6)][_0x287476(0x22d)]&&_0x2a81f8['LyIAF'](_0x2d13c2,_0x453105[_0x287476(0xb6)][_0x287476(0x22d)]),'failure_type':_0x2a81f8[_0x287476(0xfd)](_0x1beb5d,_0x4477b6[_0x287476(0xb6)]&&_0x191bce['error'][_0x287476(0x22d)])});for(const _0x5c4f44 of _0x526457[_0x287476(0x1be)]){_0x2a81f8[_0x287476(0x233)](_0xbb40f,_0x5c4f44,!![]);}}}const _0x290968={};return _0x290968[_0x287476(0x1be)]=_0x204702,_0x290968[_0x287476(0x14a)]=_0x5c2ae0,_0x290968;}async[a27_0x192962(0x21d)](_0x316187,_0x145e3a,_0x4d3e01){const _0x409053=a27_0x192962,_0x509143={'LKBET':function(_0xc9a79a,_0x5dc1c3,_0x484b40){return _0xc9a79a(_0x5dc1c3,_0x484b40);},'POajJ':function(_0x4b9b2f){return _0x4b9b2f();},'Smgip':function(_0x424380,_0x5dbb67){return _0x424380===_0x5dbb67;},'gEoXQ':_0x409053(0x224),'OmdvS':'test','ATyuW':'test_run_uuid','JdquR':_0x409053(0x16f),'dJiDJ':_0x409053(0x115),'JTwsy':'failed','ORqgF':_0x409053(0xcc),'iUrzb':function(_0x5d3f14,_0xbbc67b){return _0x5d3f14(_0xbbc67b);},'lmVvJ':_0x409053(0x189),'JtWjX':_0x409053(0x1f9),'XSEzH':_0x409053(0x128),'DCsxB':_0x409053(0x20d),'VRhmT':_0x409053(0x10c),'dwhFv':function(_0x4820b8,_0x38a525){return _0x4820b8>_0x38a525;},'tTwby':function(_0xbe5c84,_0x28cc0a){return _0xbe5c84===_0x28cc0a;},'AzgDc':_0x409053(0xd6),'RPUyh':'OKokp','VvZGC':function(_0x37fe4e,_0x454379){return _0x37fe4e-_0x454379;},'giMZt':function(_0x1e75b6,_0x22860c){return _0x1e75b6===_0x22860c;},'uWMTj':_0x409053(0x122),'xXjse':_0x409053(0xbd),'dAxEi':function(_0x5dd4a0,_0x5b0535){return _0x5dd4a0===_0x5b0535;},'rpykt':function(_0xcbad0,_0x5128d2){return _0xcbad0===_0x5128d2;},'DagnA':_0x409053(0x206),'AAAzT':function(_0xc11f30,_0x342716){return _0xc11f30===_0x342716;},'QZGNT':'skipped','TWoQM':function(_0x152d61,_0x4b8323){return _0x152d61!==_0x4b8323;},'bPyEs':_0x409053(0xc0),'BpOkC':_0x409053(0x11a),'hgwbw':_0x409053(0x153),'InyCw':function(_0x51f751,_0x56fe12){return _0x51f751===_0x56fe12;},'BTpkI':_0x409053(0x149),'agGBP':function(_0xd425b7,_0x1c7623){return _0xd425b7===_0x1c7623;},'QnctS':function(_0x2fa60e,_0x26df59){return _0x2fa60e===_0x26df59;},'qrcSQ':_0x409053(0x215),'rYJnl':function(_0x251008,_0x45210a){return _0x251008!==_0x45210a;},'Echls':_0x409053(0x18f),'pJCPD':function(_0x4511f7,_0x2fba55){return _0x4511f7(_0x2fba55);},'rdQNj':_0x409053(0x232),'RtAUh':'wybzm'},_0x25b5b2=this[_0x409053(0x124)](_0x316187),_0x2d6654=this['getScope'](_0x316187),_0x3daee6=this[_0x409053(0x14e)][_0x25b5b2],_0x10d098=path[_0x409053(0xc1)](process['cwd'](),_0x316187[_0x409053(0x174)]['file']);await this[_0x409053(0xea)]();const _0x4fcfd9={'uuid':_0x3daee6[_0x409053(0x10e)],'type':_0x509143['OmdvS'],'name':_0x316187[_0x409053(0x165)],'body':{'lang':_0x509143[_0x409053(0x150)],'code':_0x316187['fn'][_0x409053(0x11e)]()},'scope':_0x2d6654,'scopes':this[_0x409053(0x1d2)](_0x316187),'identifier':_0x25b5b2,'file_name':_0x10d098,'location':_0x10d098,'result':_0x509143['VRhmT'],'duration_in_ms':_0x4d3e01&&_0x4d3e01[_0x409053(0x148)]?_0x4d3e01[_0x409053(0x148)]:null,'vc_filepath':this[_0x409053(0x21f)]&&_0x316187['location'][_0x409053(0xb5)]?path[_0x409053(0xc1)](this['_gitConfigPath'],_0x316187[_0x409053(0x174)]['file']):undefined,'started_at':_0x3daee6[_0x409053(0x1ca)],'finished_at':_0x3daee6[_0x409053(0xda)],'framework':FRAMEWORKS[_0x409053(0x101)],'customRerunParam':{'rerun_name':_0x316187[_0x409053(0xb4)]()[_0x409053(0x191)]('\x20')},'tags':_0x509143['iUrzb'](getTagsFromTitle,_0x316187[_0x409053(0x165)])};_0x4d3e01&&_0x509143['dwhFv'](_0x4d3e01[_0x409053(0x1f1)],0x0)&&(_0x509143[_0x409053(0xe6)](_0x509143[_0x409053(0x195)],_0x509143[_0x409053(0x1e8)])?_0x509143[_0x409053(0x11b)](_0xdc52b3,_0x4dc731,![]):_0x4fcfd9[_0x409053(0x152)]=TestDetails['getTestUUID'](this[_0x409053(0x196)](_0x316187,_0x509143['VvZGC'](_0x4d3e01[_0x409053(0x1f1)],0x1))));if(_0x509143[_0x409053(0x13f)](_0x145e3a,_0x509143[_0x409053(0xd7)])){if(_0x509143[_0x409053(0xe6)](_0x509143['xXjse'],_0x509143[_0x409053(0xbf)])){_0x4fcfd9[_0x409053(0x1bf)]=_0x4d3e01[_0x409053(0x200)];if(_0x509143[_0x409053(0xd4)](_0x4d3e01['status'],_0x316187[_0x409053(0x226)])){if(_0x509143[_0x409053(0x1fa)](_0x509143[_0x409053(0x228)],_0x509143['DagnA']))_0x4fcfd9[_0x409053(0x1bf)]=_0x509143['AAAzT'](_0x4d3e01[_0x409053(0x200)],_0x509143[_0x409053(0x18a)])?_0x509143[_0x409053(0x18a)]:_0x509143[_0x409053(0x151)];else{let _0x3cfc34=_0x1a3e33[_0x409053(0x165)]+'\x20for\x20'+this[_0x409053(0x124)](_0x5cc00b);return this[_0x409053(0x14e)][_0x3cfc34]&&(_0x3cfc34=_0x3cfc34+_0x409053(0x105)+_0x509143['POajJ'](_0xad9965)),_0x1533da[_0x409053(0x183)]=_0x3cfc34,_0x3cfc34;}}else{if(_0x509143[_0x409053(0x239)](_0x509143[_0x409053(0x100)],_0x509143['BpOkC'])){if(_0x509143[_0x409053(0x19e)](_0x4fcfd9['result'],_0x509143[_0x409053(0x151)])||_0x509143[_0x409053(0x1fa)](_0x4fcfd9[_0x409053(0x1bf)],_0x509143['JTwsy'])||_0x509143['AAAzT'](_0x4fcfd9[_0x409053(0x1bf)],_0x509143[_0x409053(0x1c5)])){if(_0x509143[_0x409053(0x194)](_0x509143[_0x409053(0xed)],_0x509143[_0x409053(0xed)]))_0x4fcfd9[_0x409053(0x1bf)]=_0x509143[_0x409053(0x146)];else{let _0x7d26e4=_0x48930e[_0x409053(0x1f6)];return _0x509143['Smgip'](typeof _0x2a8f18[_0x409053(0x1f6)],_0x509143[_0x409053(0x158)])&&(_0x7d26e4=_0x7d26e4['title']),_0x7d26e4+_0x409053(0x105)+_0x1cb1a4['title'];}}if(_0x509143[_0x409053(0x19e)](_0x4d3e01['status'],_0x509143[_0x409053(0x151)])&&_0x509143[_0x409053(0x135)](_0x316187[_0x409053(0x226)],_0x509143[_0x409053(0x146)])){if(_0x509143[_0x409053(0x171)](_0x509143['qrcSQ'],_0x509143[_0x409053(0x1d4)])){const _0xe6241e={};_0xe6241e['message']=_0x509143['lmVvJ'],_0xe6241e[_0x409053(0x142)]=_0x509143[_0x409053(0xef)],_0x4d3e01['error']=_0xe6241e,_0x4d3e01['errors']=[_0x4d3e01[_0x409053(0xb6)]];}else{const _0x122ed7=_0x509143[_0x409053(0x217)](_0x2a1c90,_0x509143[_0x409053(0xee)])?_0x509143[_0x409053(0x1ae)]:_0x509143[_0x409053(0x21c)];_0x160803[_0x409053(0x1ee)]({'kind':_0x509143[_0x409053(0x175)],[_0x122ed7]:_0x1c5a29,'message':_0x87164b[_0x409053(0x165)],'timestamp':_0x46fb73['startTime'][_0x409053(0x181)](),'level':_0x3c14d3['error']?_0x509143['JTwsy']:_0x509143[_0x409053(0x151)],'duration':_0x460e50[_0x409053(0x148)],'failure':_0x4dbc76['error']&&_0xee3a2c['error']['message']&&_0x509143[_0x409053(0x23c)](_0x1d796f,_0x2555a6[_0x409053(0xb6)][_0x409053(0x22d)]),'failure_type':_0x509143[_0x409053(0x23c)](_0x31af60,_0x79a306[_0x409053(0xb6)]&&_0x5d8bf4[_0x409053(0xb6)][_0x409053(0x22d)])});}}}else{const _0x3c77a4={};_0x3c77a4[_0x409053(0x22d)]=_0x509143[_0x409053(0xef)],_0x3c77a4[_0x409053(0x142)]=_0x509143[_0x409053(0xef)],_0x11afe6[_0x409053(0xb6)]=_0x3c77a4,_0x3fa6b2[_0x409053(0x19b)]=[_0x1819bb[_0x409053(0xb6)]];}}const _0x52f112=this['getTestRunIdentifier'](_0x316187,_0x4d3e01[_0x409053(0x1f1)]);_0x4fcfd9[_0x409053(0x212)]=this[_0x409053(0x162)][_0x52f112];const {steps:_0x308a7d,logs:_0x1ba7d0}=this[_0x409053(0x1d7)](_0x4d3e01[_0x409053(0x1be)],_0x3daee6[_0x409053(0x10e)],_0x509143[_0x409053(0xee)]);await MyReporter[_0x409053(0xcb)](_0x1ba7d0);const _0x230c41={};_0x230c41[_0x409053(0x1be)]=_0x308a7d,_0x4fcfd9['meta']=_0x230c41;if(_0x4d3e01[_0x409053(0xb6)]){if(_0x509143['rYJnl'](_0x509143[_0x409053(0x140)],_0x509143[_0x409053(0x140)])){const _0x5a6efd=_0x509143[_0x409053(0xe7)][_0x409053(0x182)]('|');let _0x422df2=0x0;while(!![]){switch(_0x5a6efd[_0x422df2++]){case'0':this[_0x409053(0xc3)]=![];continue;case'1':this[_0x409053(0x21f)]=null;continue;case'2':_0x37f632['env'][_0x409053(0x1c0)]&&(_0x2cf0cb[_0x409053(0x1bc)](_0x509143[_0x409053(0x166)]),_0x297aa6[_0x409053(0x12e)]['START_TIME']=new _0x4c5461()[_0x409053(0x181)]());continue;case'3':this[_0x409053(0x179)]=_0x172b40;continue;case'4':this[_0x409053(0x14e)]={};continue;case'5':this[_0x409053(0x162)]={};continue;}break;}}else{_0x4fcfd9['failure_reason']=_0x509143[_0x409053(0x1d3)](removeAnsiColors,_0x4d3e01[_0x409053(0xb6)][_0x409053(0x22d)]),_0x4fcfd9['failure_type']=_0x509143['pJCPD'](getFailureType,_0x4d3e01[_0x409053(0xb6)][_0x409053(0x22d)]);const _0x1b8422=_0x509143[_0x409053(0x11b)](failureData,_0x4d3e01[_0x409053(0x19b)],_0x509143['OmdvS']);if(_0x1b8422&&_0x509143[_0x409053(0x13f)](_0x1b8422[_0x409053(0xec)],0x0)){if(_0x509143['rYJnl'](_0x509143[_0x409053(0x130)],_0x509143[_0x409053(0x11c)])){const _0x3dd1f9={};_0x3dd1f9[_0x409053(0x18e)]=[_0x4fcfd9[_0x409053(0x1fc)]],_0x3dd1f9[_0x409053(0x231)]=[],_0x1b8422[_0x409053(0x1ee)](_0x3dd1f9);}else return![];}_0x4fcfd9[_0x409053(0x230)]=_0x1b8422;}}}else _0x3f56d3['startMonitoring'](_0x509143[_0x409053(0x166)]),_0x5a53a6[_0x409053(0x12e)][_0x409053(0x12f)]=new _0x577a95()[_0x409053(0x181)]();}const _0x291541={};_0x291541[_0x409053(0x218)]=_0x145e3a,_0x291541[_0x409053(0x14b)]=_0x4fcfd9;const _0x323a30=_0x291541;await SessionHandler['uploadEventData'](_0x323a30);}static async[a27_0x192962(0x20c)](_0xb4011d,_0x500b78){const _0x37b5cf=a27_0x192962,_0x14be3d={'sKoUP':function(_0x1e8690,_0x1e8bc9){return _0x1e8690(_0x1e8bc9);},'zrwHQ':_0x37b5cf(0x167)};let _0x50f82f={'uuid':TestDetails[_0x37b5cf(0x1a8)](_0xb4011d),'integrations':_0x500b78};const _0x3ee092={};_0x3ee092[_0x37b5cf(0x1c4)]=null,_0x14be3d[_0x37b5cf(0xcd)](debug,'Sending\x20session\x20details\x20for\x20'+_0xb4011d+',\x20'+util['inspect'](_0x500b78,_0x3ee092));const _0x3306e6={};_0x3306e6[_0x37b5cf(0x218)]=_0x14be3d['zrwHQ'],_0x3306e6[_0x37b5cf(0x14b)]=_0x50f82f,await SessionHandler['uploadEventData'](_0x3306e6);}async[a27_0x192962(0xea)](){const _0x5e4ffe=a27_0x192962,_0x34621b={'cJzjA':function(_0x1d6a59,_0x36b89e){return _0x1d6a59-_0x36b89e;},'LAfQW':_0x5e4ffe(0x147),'UNhpA':function(_0x23d236,_0x5735dc){return _0x23d236===_0x5735dc;},'ZiFrc':_0x5e4ffe(0x20e),'ihxDf':function(_0x43079b){return _0x43079b();},'iLbbE':function(_0x54ac8a,_0x2566f7){return _0x54ac8a!==_0x2566f7;},'gkGnq':_0x5e4ffe(0x16d)};if(this[_0x5e4ffe(0xc3)]){if(_0x34621b[_0x5e4ffe(0x192)](_0x34621b[_0x5e4ffe(0x12a)],_0x34621b[_0x5e4ffe(0x12a)]))return;else _0x246a22['retry_of']=_0x23809d[_0x5e4ffe(0x1a8)](this[_0x5e4ffe(0x196)](_0x2f4440,_0x34621b['cJzjA'](_0x1b7387[_0x5e4ffe(0x1f1)],0x1)));}const _0x5a80e1=await _0x34621b[_0x5e4ffe(0x188)](getGitMetaData);if(_0x5a80e1){if(_0x34621b[_0x5e4ffe(0x1e5)](_0x34621b[_0x5e4ffe(0xf2)],_0x34621b[_0x5e4ffe(0xf2)]))return _0x34621b[_0x5e4ffe(0x12c)];else this[_0x5e4ffe(0x21f)]=_0x5a80e1[_0x5e4ffe(0x157)];}this[_0x5e4ffe(0xc3)]=!![];}[a27_0x192962(0x1d2)](_0x3bd315){const _0x2bedcd=a27_0x192962,_0xc2e41c={};_0xc2e41c[_0x2bedcd(0x1da)]=function(_0x3e66ab,_0xfd5682){return _0x3e66ab+_0xfd5682;},_0xc2e41c[_0x2bedcd(0x1db)]=_0x2bedcd(0xcc),_0xc2e41c[_0x2bedcd(0x21a)]=function(_0x22cc01,_0x591f90){return _0x22cc01!==_0x591f90;},_0xc2e41c[_0x2bedcd(0x209)]=_0x2bedcd(0x103),_0xc2e41c[_0x2bedcd(0xff)]=_0x2bedcd(0x1ce),_0xc2e41c[_0x2bedcd(0xb7)]=function(_0x14d1d9,_0x5aa99f){return _0x14d1d9!==_0x5aa99f;},_0xc2e41c[_0x2bedcd(0x16b)]=function(_0x39f801,_0x91b867){return _0x39f801!==_0x91b867;},_0xc2e41c[_0x2bedcd(0x207)]='sGdwc',_0xc2e41c[_0x2bedcd(0x23b)]='nMlIL';const _0x7b79f6=_0xc2e41c,_0x5a2782=[];if(_0x3bd315&&_0x3bd315['parent']){if(_0x7b79f6[_0x2bedcd(0x21a)](_0x7b79f6[_0x2bedcd(0x209)],_0x7b79f6[_0x2bedcd(0xff)])){let _0x1cc536=_0x3bd315['parent'];while(_0x1cc536&&_0x7b79f6[_0x2bedcd(0xb7)](_0x1cc536[_0x2bedcd(0x165)],'')){if(_0x7b79f6[_0x2bedcd(0x16b)](_0x7b79f6[_0x2bedcd(0x207)],_0x7b79f6[_0x2bedcd(0x23b)]))_0x5a2782[_0x2bedcd(0x1ee)](_0x1cc536[_0x2bedcd(0x165)]),_0x1cc536=_0x1cc536['parent'];else return _0x7b79f6[_0x2bedcd(0x1da)](_0x7b79f6[_0x2bedcd(0x1da)](_0x1d15e2[_0x2bedcd(0xb2)],'-'),_0x42dd81['id']);}}else _0x21decb['result']=_0x7b79f6[_0x2bedcd(0x1db)];}return _0x5a2782[_0x2bedcd(0xb1)]()[_0x2bedcd(0x1a1)](0x0,0x2),_0x5a2782;}['needToReportStep'](_0x14229c){const _0x552c08=a27_0x192962,_0x5eb8fa={};_0x5eb8fa[_0x552c08(0x10d)]='failed',_0x5eb8fa[_0x552c08(0x144)]=function(_0xa6e513,_0xa435eb){return _0xa6e513!==_0xa435eb;},_0x5eb8fa[_0x552c08(0x21b)]='hook',_0x5eb8fa[_0x552c08(0x163)]=function(_0x468a04,_0x49665f){return _0x468a04===_0x49665f;},_0x5eb8fa[_0x552c08(0x1c3)]=_0x552c08(0x1e4),_0x5eb8fa['YjKiG']=_0x552c08(0x236),_0x5eb8fa[_0x552c08(0x1f8)]=_0x552c08(0x111),_0x5eb8fa['tXUXL']=_0x552c08(0x15e),_0x5eb8fa[_0x552c08(0x1ad)]=_0x552c08(0x119);const _0x37bc74=_0x5eb8fa;if(_0x37bc74['ABlvd'](_0x14229c['category'],_0x37bc74['uUjSy']))return![];if(_0x37bc74[_0x552c08(0x163)]([_0x37bc74['zCcEf'],_0x37bc74[_0x552c08(0x227)],_0x37bc74[_0x552c08(0x1f8)],_0x37bc74['tXUXL']]['indexOf'](_0x14229c[_0x552c08(0x165)]),-0x1)){if(_0x37bc74[_0x552c08(0x163)](_0x37bc74[_0x552c08(0x1ad)],_0x37bc74['GbSZY']))return![];else _0x273c2c[_0x552c08(0x1bf)]=_0x37bc74['byaQp'];}return!![];}[a27_0x192962(0x16e)](_0x52d431,_0x9a74e6){const _0x161ecf=a27_0x192962,_0x4caef7={};_0x4caef7['mwZlO']=_0x161ecf(0x1c9),_0x4caef7[_0x161ecf(0x17f)]=function(_0x8e5b2c,_0x166d33){return _0x8e5b2c===_0x166d33;},_0x4caef7['dgEFi']=_0x161ecf(0xf9);const _0x5a3e3b=_0x4caef7,_0x5cc109=_0x9a74e6[_0x161ecf(0x183)];if(_0x5cc109)return _0x5a3e3b[_0x161ecf(0x17f)](_0x5a3e3b[_0x161ecf(0x1c8)],_0x5a3e3b[_0x161ecf(0x1c8)])?_0x5cc109:_0x5a3e3b[_0x161ecf(0x1a2)];return _0x9a74e6[_0x161ecf(0x165)]+_0x161ecf(0x178)+this['getTestIdentifier'](_0x52d431);}[a27_0x192962(0x15a)](_0x4ac359,_0x5d0314){const _0x57cee0=a27_0x192962,_0x2cb3c0={'aJkPK':function(_0x40d453,_0x4aec1b){return _0x40d453!==_0x4aec1b;},'tVeQB':_0x57cee0(0xc8),'QNwnO':function(_0x334975,_0x2e696b){return _0x334975===_0x2e696b;},'cOasi':_0x57cee0(0x1e4),'rrOMC':_0x57cee0(0x236),'dbJPD':_0x57cee0(0x111),'xuacS':'afterEach\x20hook','mhaBi':_0x57cee0(0x1a4),'WahOt':function(_0x3f077e){return _0x3f077e();}};let _0x2c1e2b=_0x5d0314[_0x57cee0(0x165)]+_0x57cee0(0x178)+this[_0x57cee0(0x124)](_0x4ac359);if(this[_0x57cee0(0x14e)][_0x2c1e2b]){if(_0x2cb3c0[_0x57cee0(0x1b0)](_0x2cb3c0[_0x57cee0(0xba)],_0x2cb3c0[_0x57cee0(0xba)]))_0x2c1e2b=_0x2c1e2b+'\x20-\x20'+_0x2cb3c0[_0x57cee0(0x201)](uuidv4);else{if(_0x2cb3c0[_0x57cee0(0x14f)](_0x5851ea[_0x57cee0(0xd1)],_0x2cb3c0[_0x57cee0(0x204)]))return![];if(_0x2cb3c0[_0x57cee0(0x1b0)]([_0x2cb3c0[_0x57cee0(0x177)],_0x2cb3c0[_0x57cee0(0x1f5)],_0x2cb3c0[_0x57cee0(0x11f)],_0x2cb3c0[_0x57cee0(0x1f4)]]['indexOf'](_0x4e3952[_0x57cee0(0x165)]),-0x1))return![];return!![];}}return _0x5d0314['_bs_hookIdentifier']=_0x2c1e2b,_0x2c1e2b;}['getTestIdentifier']=_0x57f15e=>{const _0x2a2f3b=a27_0x192962,_0xd47ddf={};_0xd47ddf[_0x2a2f3b(0x1f3)]=function(_0x514d20,_0x3aa737){return _0x514d20+_0x3aa737;};const _0x21427c=_0xd47ddf;return _0x21427c[_0x2a2f3b(0x1f3)](_0x21427c[_0x2a2f3b(0x1f3)](_0x57f15e[_0x2a2f3b(0xb2)],'-'),_0x57f15e['id']);};[a27_0x192962(0x196)]=(_0x4dd263,_0x58b9b5)=>{const _0x579ac3=a27_0x192962,_0x2df1b5={};_0x2df1b5['oWBeh']=function(_0x290ac0,_0x58dce7){return _0x290ac0+_0x58dce7;};const _0x22c2c1=_0x2df1b5;return _0x22c2c1[_0x579ac3(0x16c)](_0x22c2c1[_0x579ac3(0x16c)](this['getTestIdentifier'](_0x4dd263),'-'),_0x58b9b5);};[a27_0x192962(0x13e)]=_0x31fd97=>{const _0x4f0fc1=a27_0x192962,_0x10fc64={'zaOxe':function(_0x3f0327,_0x4c493f){return _0x3f0327===_0x4c493f;},'RQeHd':'hook','eKWSS':function(_0x384853,_0x41fa98){return _0x384853===_0x41fa98;},'BpNlE':_0x4f0fc1(0x13a),'meHGa':_0x4f0fc1(0xe4),'kByxB':_0x4f0fc1(0xe2),'jopXt':'TEST_SCREENSHOT','njAoj':'base64','WqQcQ':function(_0x784df2,_0xc5f067){return _0x784df2(_0xc5f067);},'dCllV':function(_0x59cd82){return _0x59cd82();},'gXRjr':_0x4f0fc1(0x1e4),'EwQPd':function(_0x100522,_0x34e89f){return _0x100522!==_0x34e89f;},'gNwrh':_0x4f0fc1(0x176),'RJIVn':_0x4f0fc1(0x1bb),'LttNx':'BEFORE_EACH','zsXis':_0x4f0fc1(0x236),'qDiKD':_0x4f0fc1(0xdb),'lxfSP':_0x4f0fc1(0x10a),'mWVOE':_0x4f0fc1(0x1d1),'jvGOb':_0x4f0fc1(0x15e),'BTVEm':function(_0x34438f,_0x592dcf){return _0x34438f===_0x592dcf;},'CABDQ':_0x4f0fc1(0x198),'QmwEQ':'AFTER_EACH','nYvTR':'afterAll\x20hook','cFMhw':_0x4f0fc1(0x202),'iHYkA':_0x4f0fc1(0x129),'GaYqD':_0x4f0fc1(0x220),'nUuLL':_0x4f0fc1(0x14c)};if(_0x31fd97[_0x4f0fc1(0xd8)](_0x10fc64[_0x4f0fc1(0x186)])){if(_0x10fc64['EwQPd'](_0x10fc64[_0x4f0fc1(0x139)],_0x10fc64['RJIVn']))return _0x10fc64[_0x4f0fc1(0x205)];else{if(_0x10fc64[_0x4f0fc1(0xf8)](_0x511d10[_0x4f0fc1(0xd1)],_0x10fc64[_0x4f0fc1(0x1b3)])&&(_0x10fc64[_0x4f0fc1(0xdf)](_0x274610[_0x4f0fc1(0x165)],_0x10fc64[_0x4f0fc1(0x19a)])||_0x10fc64[_0x4f0fc1(0xf8)](_0xf216a['title'],_0x10fc64[_0x4f0fc1(0xf7)])))return![];return!![];}}else{if(_0x31fd97[_0x4f0fc1(0xd8)](_0x10fc64['zsXis'])){if(_0x10fc64[_0x4f0fc1(0xdf)](_0x10fc64[_0x4f0fc1(0xd0)],_0x10fc64['lxfSP'])){const _0x3e176f={'sasPt':function(_0x3f9f73,_0x18b594){return _0x10fc64['eKWSS'](_0x3f9f73,_0x18b594);},'PrBsk':_0x10fc64[_0x4f0fc1(0x125)],'cIDgt':_0x10fc64[_0x4f0fc1(0x199)],'luoJX':_0x10fc64[_0x4f0fc1(0x137)]};_0xf071fa[_0x4f0fc1(0x1c2)][_0x4f0fc1(0x180)](_0x1968cc=>{const _0xe4f221=_0x4f0fc1;if(_0x3e176f[_0xe4f221(0x1e9)](_0x1968cc[_0xe4f221(0x235)],_0x3e176f[_0xe4f221(0xcf)])){if(!_0x1eb316['existsSync'](_0x1968cc['path']))return;_0x14b230[_0xe4f221(0x1ee)]({'test_run_uuid':_0x1edf92,'timestamp':_0x39f51a[_0xe4f221(0x22b)](_0x1968cc[_0xe4f221(0x164)])['mtime'],'kind':_0x3e176f['cIDgt'],'message':_0x4c96de['readFileSync'](_0x1968cc[_0xe4f221(0x164)],{'encoding':_0x3e176f[_0xe4f221(0xd9)]})});}});}else return _0x10fc64[_0x4f0fc1(0x1e0)];}else{if(_0x31fd97[_0x4f0fc1(0xd8)](_0x10fc64[_0x4f0fc1(0x1e7)])){if(_0x10fc64[_0x4f0fc1(0x112)](_0x10fc64[_0x4f0fc1(0x104)],_0x10fc64[_0x4f0fc1(0x104)]))return _0x10fc64[_0x4f0fc1(0x185)];else _0x10fc64['WqQcQ'](_0x46f211,_0x4f0fc1(0x22e)+_0x23a14d['toString']());}else{if(_0x31fd97[_0x4f0fc1(0xd8)](_0x10fc64[_0x4f0fc1(0x1fd)])){if(_0x10fc64[_0x4f0fc1(0x112)](_0x10fc64[_0x4f0fc1(0x1a9)],_0x10fc64[_0x4f0fc1(0x141)]))_0x14e6b1=_0x6e6843+_0x4f0fc1(0x105)+_0x10fc64[_0x4f0fc1(0x190)](_0x4f8441);else return _0x10fc64[_0x4f0fc1(0xe3)];}}}}return _0x10fc64['nUuLL'];};[a27_0x192962(0xeb)]=_0x51177b=>{const _0x5ac69b=a27_0x192962,_0x4e1095={};_0x4e1095['lQbAB']=function(_0xf712b8,_0x326f08){return _0xf712b8===_0x326f08;},_0x4e1095[_0x5ac69b(0x106)]=_0x5ac69b(0x224),_0x4e1095[_0x5ac69b(0xac)]=function(_0x4b30e2,_0x59c81f){return _0x4b30e2===_0x59c81f;},_0x4e1095[_0x5ac69b(0x1d6)]=_0x5ac69b(0x12d);const _0x2190d4=_0x4e1095;let _0x3b92e8=_0x51177b[_0x5ac69b(0x1f6)];return _0x2190d4['lQbAB'](typeof _0x51177b[_0x5ac69b(0x1f6)],_0x2190d4['YCwsT'])&&(_0x2190d4[_0x5ac69b(0xac)](_0x2190d4['tnZob'],_0x2190d4[_0x5ac69b(0x1d6)])?_0x3b92e8=_0x3b92e8['title']:this['_gitConfigPath']=_0x2e8782[_0x5ac69b(0x157)]),_0x3b92e8+_0x5ac69b(0x105)+_0x51177b[_0x5ac69b(0x165)];};[a27_0x192962(0xaf)](){return![];}}function a27_0x33f4(_0x21a370,_0xeab783){const _0x251b67=a27_0x251b();return a27_0x33f4=function(_0x33f4fc,_0x15d2bb){_0x33f4fc=_0x33f4fc-0xac;let _0x4cbb7f=_0x251b67[_0x33f4fc];return _0x4cbb7f;},a27_0x33f4(_0x21a370,_0xeab783);}module[a27_0x192962(0x1fe)]=o11yClassErrorHandler(MyReporter,[a27_0x192962(0x18b),'endSession','onTestBegin',a27_0x192962(0x1d8),a27_0x192962(0x13b),a27_0x192962(0x1a5),a27_0x192962(0x20c)]);function a27_0x251b(){const _0x4de164=['push','7064aBitup','ASWFu','retry','getTime','YdLmS','xuacS','rrOMC','parent','Cnwoz','KECRK','2|4|5|3|0|1','rpykt','154QmDRMt','failure_reason','nYvTR','exports','OnfMm','status','WahOt','AWsRq','beBoD','tVeQB','LttNx','djwFu','QQfOd','filter','WuvBU','startTime','cGrPJ','sendSessionDetails','javascript','aEhhB','otJUn','NtUqR','LohYL','hooks','base64','zHxFj','gVPxP','./test-details','Smgip','event_type','UPmvR','uzdaA','uUjSy','JdquR','sendTestRunEvent','RDamq','_gitConfigPath','AFTER_ALL','sNCqj','qhbQl','QeZPu','object','soLFP','expectedStatus','YjKiG','DagnA','hRSCN','OPDhg','statSync','../../../helpers/test-observability/requestQueueHandler','message','Error\x20in\x20calculating\x20performance:\x20','14QBaRQe','failure','expanded','UVtKB','nZarV','KQSsD','name','beforeAll\x20hook','7124072wTFTwb','zftUP','TWoQM','endSession','kxaEL','iUrzb','YJNKl','BXCoe','ppCzh','printsToStdio','MNMaL','reverse','_projectId','kLopg','titlePath','file','error','pReYc','eFinc','468960CqciDw','mhaBi','kHtLo','UeAvP','yJLzB','needToReportStep','xXjse','dbfYZ','relative','RcLUm','_gitConfigured','LNkLt','mtime','PRkfR','JpnPb','hook','EPhor','2UKDNOQ','reportLogs','passed','sKoUP','../../../helpers/helper','PrBsk','qDiKD','category','UMAbP','XRftW','dAxEi','spgov','ADzvF','uWMTj','startsWith','luoJX','finishedAt','vFJbH','xoJRF','Wwmrn','579dbVMna','eKWSS','wfIFq','SngsS','screenshot','GaYqD','Before\x20Hooks','jkuzk','tTwby','JtWjX','rdBnk','mxjxZ','configureGit','getScope','length','BTpkI','OmdvS','lmVvJ','err','nshFI','gkGnq','UYAtZ','PgDlC','onTestBegin','readFileSync','meHGa','zaOxe','TydxI','HSkYs','TEST_SCREENSHOT','./pwUtils','PCTlN','ByqlN','EMQFE','bPyEs','PLAYWRIGHT','failed','JhMoP','CABDQ','\x20-\x20','YCwsT','test','../../../helpers/test-observability/error-handler','BCZNG','XbmZt','VKOhK','pending','byaQp','uuid','EkQQO','SFzhS','afterAll\x20hook','BTVEm','../../../helpers/test-observability/performance-tester','eyZaa','TEST_STEP','hook_run','EJYWq','fiRpb','imKNA','nfWrJ','LKBET','RtAUh','SPmWW','toString','dbJPD','AgVyX','656724uWZVDA','TestRunFinished','sRDFg','getTestIdentifier','kByxB','mOUSk','gPHRC','performance-report-reporter.json','oEoZA','ZiFrc','pSWqt','LAfQW','pjFlU','env','START_TIME','rdQNj','uploadEventData','hZQGO','fVVrd','179940rFwuFD','agGBP','mbKMx','njAoj','DjXSJ','gNwrh','After\x20Hooks','onStepBegin','85lEGdjO','cwd','getHookType','giMZt','Echls','iHYkA','stack','FMPFx','ABlvd','fWDQI','JTwsy','AFTER_EACH','duration','qtHrh','logs','test_run','unknown','TSYtN','_tests','aJkPK','DCsxB','ORqgF','retry_of','timedOut','oIIUj','OMOhF','GSfzh','root','gEoXQ','PhHZf','setStepIdentifier','getInstance','ZnvCh','LdtKF','afterEach\x20hook','BbJGw','LUvqE','OyYBC','_testHooksMap','BPSvB','path','title','XSEzH','CBTSessionCreated','oLyca','jDuAn','blwjV','gbFUm','oWBeh','xDyLZ','getStepIdentifier','hook_run_uuid','bVPXS','QnctS','cmaGP','../../../helpers/test-observability/sessionHandler','location','dJiDJ','nHOvb','cOasi','\x20for\x20','options','oFeoM','../../../helpers/test-observability/utils','FjCKY','JMNyi','FsIal','iqYmW','map','toISOString','split','_bs_hookIdentifier','failure_type','QmwEQ','gXRjr','ELztI','ihxDf','Expected\x20to\x20fail,\x20but\x20passed.','QZGNT','onBegin','aVcIu','Ukxwf','backtrace','jLxjM','dCllV','join','UNhpA','OxGEA','InyCw','AzgDc','getTestRunIdentifier','rYkTz','GHZKb','jopXt','BpNlE','errors','pENFD','aILaL','AAAzT','HuRkV','TestRunStarted','splice','mwZlO','fDVtc','bUeXA','onStepEnd','1176706bxpFQH','lrSUE','getTestUUID','cFMhw','BsRsF','sendHookRunEvent','RIsfq','GbSZY','ATyuW','LyIAF','QNwnO','lUKVL','XTCAo','RQeHd','LdRWo','WhUrE','XUwTV','qYdHi','HookRunFinished','ORHxy','hRLCD','tCvPn','startMonitoring','TRykd','steps','result','BROWSERSTACK_O11Y_PERF_MEASUREMENT','RsBzb','attachments','zCcEf','depth','hgwbw','EfZgU','tDVzc','dgEFi','BEFORE_EACH','startedAt','ThvkW','ErwOY','../../../helpers/test-observability/constants','EuUCW','test_run_uuid','paAMN','BEFORE_ALL','getHierarchy','pJCPD','qrcSQ','VewwP','tnZob','getStepsAndLogs','onTestEnd','DHSHh','sLQwf','ITHtI','lMWbP','tEoOC','4527603MAGfBi','nLRjq','mWVOE','DbdMB','RJWqv','existsSync','beforeEach\x20hook','iLbbE','UhbDG','jvGOb','RPUyh','sasPt','JIhJb','kISLP','oLOBU','skipped'];a27_0x251b=function(){return _0x4de164;};return a27_0x251b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a28_0x3c29(_0x440f64,_0x65d5d6){const _0x39d635=a28_0x39d6();return a28_0x3c29=function(_0x3c2951,_0x41adf4){_0x3c2951=_0x3c2951-0xff;let _0x1ca010=_0x39d635[_0x3c2951];return _0x1ca010;},a28_0x3c29(_0x440f64,_0x65d5d6);}const a28_0x17bdc3=a28_0x3c29;(function(_0x17977e,_0x4e6e76){const _0x2ebfa7=a28_0x3c29,_0x3457c1=_0x17977e();while(!![]){try{const _0x483d71=-parseInt(_0x2ebfa7(0x120))/0x1*(-parseInt(_0x2ebfa7(0xff))/0x2)+-parseInt(_0x2ebfa7(0x10e))/0x3*(-parseInt(_0x2ebfa7(0x122))/0x4)+-parseInt(_0x2ebfa7(0x136))/0x5+-parseInt(_0x2ebfa7(0x110))/0x6*(-parseInt(_0x2ebfa7(0x124))/0x7)+parseInt(_0x2ebfa7(0x138))/0x8*(-parseInt(_0x2ebfa7(0x127))/0x9)+parseInt(_0x2ebfa7(0x115))/0xa+-parseInt(_0x2ebfa7(0x111))/0xb*(parseInt(_0x2ebfa7(0x125))/0xc);if(_0x483d71===_0x4e6e76)break;else _0x3457c1['push'](_0x3457c1['shift']());}catch(_0xa10232){_0x3457c1['push'](_0x3457c1['shift']());}}}(a28_0x39d6,0x59b45));const fs=require('fs'),path=require(a28_0x17bdc3(0x130)),{v4:uuidv4}=require('uuid'),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants');function a28_0x39d6(){const _0x1038e4=['toString','uuid','setup','shutdown','MJUXr','siELV','xlycD','writeFileSync','11FZfPPQ','wKtOm','61496doxQcA','.json','21bTIYIj','77016JvduMO','oCfFU','825003nQbLMF','getTestRunIdFromTestInfo','TsQIF','XvKTo','dBXFc','AQLgx','existsSync','dirPath','lZODf','path','xKqLE','parse','lmWqq','cwd','JpXPy','1832105GGvuIW','join','8lylYld','retry','QiMNZ','rmSync','setTestDetails','125548sASKAa','Hodag','DbwtW','_test','NXZFt','readFileSync','mkdirSync','iTdHU','paZVR','string','UhcnB','force','getFilePath','hPKVc','recursive','45GwRNAe','RKWSF','1225722UycHOD','2002qsgHtv','exports','tests','_projectId','4596080igYwMD','tTGUW','gPyJB'];a28_0x39d6=function(){return _0x1038e4;};return a28_0x39d6();}class TestDetails{static ['tests']={};static ['dirPath']=path['join'](process[a28_0x17bdc3(0x134)](),TEMP_STORE_DIR_NAME);static[a28_0x17bdc3(0x11a)](){const _0x19291d=a28_0x17bdc3;this[_0x19291d(0x11b)]();const _0x1ae1b6={};_0x1ae1b6['recursive']=!![],fs['mkdirSync'](this[_0x19291d(0x12e)],_0x1ae1b6);}static[a28_0x17bdc3(0x10b)](_0x3ed0f8){const _0x3ccd36=a28_0x17bdc3,_0x59bd25={};_0x59bd25[_0x3ccd36(0x126)]=function(_0x4fda0d,_0x1f7282){return _0x4fda0d+_0x1f7282;},_0x59bd25[_0x3ccd36(0x11e)]=_0x3ccd36(0x123);const _0x2248f7=_0x59bd25;return path[_0x3ccd36(0x137)](this[_0x3ccd36(0x12e)],_0x2248f7[_0x3ccd36(0x126)](_0x3ed0f8,_0x2248f7[_0x3ccd36(0x11e)]));}static[a28_0x17bdc3(0x128)](_0x1c3da3){const _0x1f4f33=a28_0x17bdc3,_0x41036a={};_0x41036a['DbwtW']=function(_0x539120,_0x20da76){return _0x539120+_0x20da76;},_0x41036a['JpXPy']=function(_0x129390,_0x2f46b1){return _0x129390+_0x2f46b1;};const _0x4aff0a=_0x41036a;return _0x4aff0a[_0x1f4f33(0x101)](_0x4aff0a['DbwtW'](_0x4aff0a[_0x1f4f33(0x101)](_0x4aff0a[_0x1f4f33(0x135)](_0x1c3da3[_0x1f4f33(0x102)][_0x1f4f33(0x114)],'-'),_0x1c3da3[_0x1f4f33(0x102)]['id']),'-'),_0x1c3da3[_0x1f4f33(0x139)]);}static['getTestUUID'](_0x66a368){const _0x98ff9=a28_0x17bdc3,_0x274820={'ctEvB':function(_0x4e3934,_0x405b76){return _0x4e3934+_0x405b76;},'QiMNZ':function(_0x41c462,_0x4d563a){return _0x41c462+_0x4d563a;},'xKqLE':function(_0x467050,_0x129f28){return _0x467050+_0x129f28;},'paZVR':function(_0x16715f,_0x24365d){return _0x16715f===_0x24365d;},'qVuJt':_0x98ff9(0x108),'TsQIF':function(_0x1202b3,_0x2cab75){return _0x1202b3===_0x2cab75;},'tTGUW':'Aavov','NXZFt':_0x98ff9(0x133),'tRmOx':_0x98ff9(0x121),'ziRgv':function(_0x3b6d1c){return _0x3b6d1c();}};if(this[_0x98ff9(0x113)][_0x66a368]&&_0x274820[_0x98ff9(0x107)](typeof this['tests'][_0x66a368][_0x98ff9(0x119)],_0x274820['qVuJt'])){if(_0x274820[_0x98ff9(0x129)](_0x274820[_0x98ff9(0x116)],_0x274820[_0x98ff9(0x116)]))return this[_0x98ff9(0x113)][_0x66a368][_0x98ff9(0x119)];else{const _0x2aea50={};_0x2aea50[_0x98ff9(0x10d)]=!![],_0x2aea50[_0x98ff9(0x10a)]=!![],_0x1d0dfe[_0x98ff9(0x13b)](this['dirPath'],_0x2aea50);}}const _0x4aedad=this[_0x98ff9(0x10b)](_0x66a368);if(fs['existsSync'](_0x4aedad)){if(_0x274820[_0x98ff9(0x129)](_0x274820[_0x98ff9(0x103)],_0x274820['tRmOx']))return _0x274820['ctEvB'](_0x274820[_0x98ff9(0x13a)](_0x274820['ctEvB'](_0x274820[_0x98ff9(0x131)](_0x5e5969[_0x98ff9(0x102)][_0x98ff9(0x114)],'-'),_0x4efe42[_0x98ff9(0x102)]['id']),'-'),_0x2fdbc9[_0x98ff9(0x139)]);else{const _0x338975=JSON['parse'](fs[_0x98ff9(0x104)](_0x4aedad)[_0x98ff9(0x118)]());return this['tests'][_0x66a368]=_0x338975,this[_0x98ff9(0x113)][_0x66a368][_0x98ff9(0x119)];}}return this[_0x98ff9(0x113)][_0x66a368]={'uuid':_0x274820['ziRgv'](uuidv4)},fs['writeFileSync'](_0x4aedad,JSON['stringify'](this[_0x98ff9(0x113)][_0x66a368])),this[_0x98ff9(0x113)][_0x66a368][_0x98ff9(0x119)];}static[a28_0x17bdc3(0x11b)](){const _0x25d36f=a28_0x17bdc3,_0x2d5938={};_0x2d5938[_0x25d36f(0x10d)]=!![],_0x2d5938[_0x25d36f(0x10a)]=!![],fs[_0x25d36f(0x13b)](this['dirPath'],_0x2d5938);}static['getTestDetails'](_0x19188d){const _0x239282=a28_0x17bdc3,_0x4d2431={};_0x4d2431[_0x239282(0x106)]=function(_0x416495,_0x36b59d){return _0x416495+_0x36b59d;},_0x4d2431['VZULc']=_0x239282(0x123),_0x4d2431[_0x239282(0x12c)]=function(_0x1891f6,_0x5c9e30){return _0x1891f6!==_0x5c9e30;},_0x4d2431[_0x239282(0x10c)]='ZxnYi',_0x4d2431[_0x239282(0x11c)]=function(_0x295d43,_0x1a575a){return _0x295d43===_0x1a575a;},_0x4d2431['dBXFc']=_0x239282(0x10f);const _0x23eea6=_0x4d2431;if(this[_0x239282(0x113)][_0x19188d]){if(_0x23eea6['AQLgx'](_0x23eea6[_0x239282(0x10c)],_0x23eea6[_0x239282(0x10c)])){const _0x2f37f6=_0x26c2f2[_0x239282(0x132)](_0x3cb0e6['readFileSync'](_0x383c20)['toString']());return this['tests'][_0x44e62d]=_0x2f37f6,this['tests'][_0x2eca70][_0x239282(0x119)];}else return this[_0x239282(0x113)][_0x19188d];}const _0x1e09aa=this[_0x239282(0x10b)](_0x19188d);if(fs[_0x239282(0x12d)](_0x1e09aa)){if(_0x23eea6[_0x239282(0x11c)](_0x23eea6[_0x239282(0x12b)],_0x23eea6['dBXFc'])){const _0x1e80a9=JSON['parse'](fs[_0x239282(0x104)](_0x1e09aa)[_0x239282(0x118)]());return this['tests'][_0x19188d]=_0x1e80a9,_0x1e80a9;}else return _0x142416[_0x239282(0x137)](this['dirPath'],_0x23eea6[_0x239282(0x106)](_0x20325a,_0x23eea6['VZULc']));}return{};}static[a28_0x17bdc3(0x13c)](_0x3acc64,_0x25baf6){const _0x2739d7=a28_0x17bdc3,_0x32f900={};_0x32f900[_0x2739d7(0x100)]=function(_0x412ad0,_0x15a8a3){return _0x412ad0!==_0x15a8a3;},_0x32f900['XvKTo']=_0x2739d7(0x12f),_0x32f900[_0x2739d7(0x117)]='ORxaA',_0x32f900[_0x2739d7(0x109)]=_0x2739d7(0x11d);const _0x38d1c0=_0x32f900,_0x3540f3=this['getFilePath'](_0x3acc64);if(fs[_0x2739d7(0x12d)](_0x3540f3)){if(_0x38d1c0[_0x2739d7(0x100)](_0x38d1c0[_0x2739d7(0x12a)],_0x38d1c0[_0x2739d7(0x12a)])){this[_0x2739d7(0x11b)]();const _0x33721d={};_0x33721d[_0x2739d7(0x10d)]=!![],_0x470fc[_0x2739d7(0x105)](this[_0x2739d7(0x12e)],_0x33721d);}else{const _0x2235f4=JSON[_0x2739d7(0x132)](fs[_0x2739d7(0x104)](_0x3540f3)['toString']()),_0x50484c={..._0x2235f4,..._0x25baf6};this[_0x2739d7(0x113)][_0x3acc64]=_0x50484c;}}else{if(_0x38d1c0[_0x2739d7(0x100)](_0x38d1c0['gPyJB'],_0x38d1c0['UhcnB']))this['tests'][_0x3acc64]=_0x25baf6;else return this[_0x2739d7(0x113)][_0x1d57be];}fs[_0x2739d7(0x11f)](_0x3540f3,this[_0x2739d7(0x113)][_0x3acc64]);}}module[a28_0x17bdc3(0x112)]=TestDetails;
|
package/src/bin/runner.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a29_0x5761(_0x2098d7,_0x54ecc0){const _0xb8b54a=a29_0xb8b5();return a29_0x5761=function(_0x5761f5,_0x1f87ac){_0x5761f5=_0x5761f5-0x11a;let _0x1d31fe=_0xb8b54a[_0x5761f5];return _0x1d31fe;},a29_0x5761(_0x2098d7,_0x54ecc0);}const a29_0x3745c8=a29_0x5761;(function(_0x431a24,_0x3962a4){const _0x5103ba=a29_0x5761,_0x5cef0f=_0x431a24();while(!![]){try{const _0x312134=parseInt(_0x5103ba(0x14e))/0x1+parseInt(_0x5103ba(0x190))/0x2+-parseInt(_0x5103ba(0x11c))/0x3+-parseInt(_0x5103ba(0x155))/0x4+-parseInt(_0x5103ba(0x134))/0x5*(-parseInt(_0x5103ba(0x15a))/0x6)+-parseInt(_0x5103ba(0x160))/0x7+-parseInt(_0x5103ba(0x17b))/0x8;if(_0x312134===_0x3962a4)break;else _0x5cef0f['push'](_0x5cef0f['shift']());}catch(_0x40f737){_0x5cef0f['push'](_0x5cef0f['shift']());}}}(a29_0xb8b5,0x50d50));const fs=require('fs'),path=require('path'),util=require('util'),{requireModule}=require(a29_0x3745c8(0x120)),helper=require(a29_0x3745c8(0x120)),captureError=async(_0x25a785,_0x12c827,_0x249894=null)=>{const _0x265c19=a29_0x3745c8,_0x5dc151={'nqqDn':function(_0x18396e,_0x5cd4e4,_0x32b283){return _0x18396e(_0x5cd4e4,_0x32b283);},'HWaox':function(_0x52c425,_0x4b3153){return _0x52c425(_0x4b3153);},'SQxaX':'./mocha/command','EJzkF':_0x265c19(0x124),'PgGaH':function(_0x326b88,_0x118ef1){return _0x326b88(_0x118ef1);},'MdlTd':_0x265c19(0x16b),'wcXlU':_0x265c19(0x11a),'qIpnA':function(_0x25e6f3,_0x387bbc){return _0x25e6f3(_0x387bbc);},'eqBrc':'mocha/lib/cli/cli.js','DIfqC':function(_0x2ce2b2){return _0x2ce2b2();},'BrFlL':function(_0x320f39,_0x12cc45,_0x327199,_0x3abccb){return _0x320f39(_0x12cc45,_0x327199,_0x3abccb);},'FgjMG':function(_0x36d228,_0x168d3a){return _0x36d228(_0x168d3a);},'DPHBi':_0x265c19(0x14a),'XPqCT':_0x265c19(0x15e),'pJOud':'.local-not-set.json','owyea':'SDKTestSuccessful','yNpzq':function(_0x385d7c,_0xc8927f){return _0x385d7c===_0xc8927f;},'BTyMB':_0x265c19(0x181),'NPPMj':_0x265c19(0x184),'ELDbs':function(_0x62deec,_0x18bd61,_0x4f91b8){return _0x62deec(_0x18bd61,_0x4f91b8);},'lcmMl':function(_0x5aefc9,_0x98c51a){return _0x5aefc9!==_0x98c51a;},'UTOPn':_0x265c19(0x18d),'vHpkb':function(_0x1f9c55,_0x179205){return _0x1f9c55===_0x179205;},'IGvuj':_0x265c19(0x187),'SsJnm':_0x265c19(0x14d),'jslgU':'hmDPg','qKARG':_0x265c19(0x15b)};try{if(_0x5dc151[_0x265c19(0x154)](_0x5dc151[_0x265c19(0x149)],_0x5dc151['NPPMj'])){_0x354cdc['debug'](_0x5dc151[_0x265c19(0x148)]);const _0x224f58=_0x5dc151['PgGaH'](_0x7acde8,_0x5dc151[_0x265c19(0x12b)]),_0x290d8e=_0x5dc151[_0x265c19(0x16a)](_0x352320,_0x5dc151[_0x265c19(0x193)]);_0x246021[_0x265c19(0x128)]=_0x3b86be[_0x265c19(0x128)][_0x265c19(0x11d)](0x1),delete _0x224f58[_0x265c19(0x133)],_0x224f58[_0x265c19(0x133)]=function(_0x4c0aca){const _0x46b636=_0x265c19;return _0x5dc151[_0x46b636(0x125)](_0x13b410,_0x5dc151[_0x46b636(0x12a)](_0x31e128,_0x5dc151[_0x46b636(0x12e)]),_0x4c0aca);},_0x290d8e[_0x265c19(0x161)]=_0x224f58;const {main:_0x452095}=_0x5dc151[_0x265c19(0x191)](_0x41a547,_0x5dc151['eqBrc']);_0x5dc151[_0x265c19(0x166)](_0x452095);}else await _0x5dc151[_0x265c19(0x145)](_0x25a785,_0x12c827,_0x249894);}catch(_0x3d1572){if(_0x5dc151[_0x265c19(0x18e)](_0x5dc151[_0x265c19(0x11b)],_0x5dc151[_0x265c19(0x11b)])){const _0x473449=_0x48d064['argv'][_0x265c19(0x11d)](0x2);return _0x5dc151['BrFlL'](_0xd02c0c,_0x5dc151[_0x265c19(0x180)](_0x5b288a,_0x5dc151[_0x265c19(0x172)]),_0x40fecb[_0x265c19(0x128)],_0x473449);}else{process[_0x265c19(0x159)]=0x1,logger[_0x265c19(0x17a)](util[_0x265c19(0x13d)](_0x3d1572));const _0x32e4a6={};_0x32e4a6[_0x265c19(0x17a)]=_0x3d1572[_0x265c19(0x121)];const _0x5aeb74=_0x32e4a6;if(helper[_0x265c19(0x150)](global[_0x265c19(0x17c)])&&helper['isUndefined'](global[_0x265c19(0x17e)]))return;try{if(_0x5dc151[_0x265c19(0x151)](_0x5dc151[_0x265c19(0x175)],_0x5dc151[_0x265c19(0x183)])){let _0x4caa77=_0x3a6ade['join'](_0x47a8d5[_0x265c19(0x130)](),_0x5dc151[_0x265c19(0x15f)]);if(_0x66584f[_0x265c19(0x127)](_0x4caa77)){const _0x5d51be=_0x2b3dd7[_0x265c19(0x12d)](_0x4caa77,_0x5dc151['pJOud']);_0x2a82b0[_0x265c19(0x127)](_0x5d51be)&&_0x35ed8f['unlinkSync'](_0x5d51be);}}else helper[_0x265c19(0x140)](_0x5dc151[_0x265c19(0x126)],_0x5aeb74,global[_0x265c19(0x17c)],global[_0x265c19(0x17e)]);}catch(_0x393d1b){if(_0x5dc151[_0x265c19(0x18e)](_0x5dc151['jslgU'],_0x5dc151[_0x265c19(0x13f)]))logger[_0x265c19(0x16f)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x393d1b);else{_0x5d5c38[_0x265c19(0x159)]=0x1,_0x2181f8[_0x265c19(0x17a)](_0xba5f23[_0x265c19(0x13d)](_0x58a7a4));const _0x42f04f={};_0x42f04f['error']=_0x386bb9[_0x265c19(0x121)];const _0x104320=_0x42f04f;if(_0x212da4[_0x265c19(0x150)](_0x768acb[_0x265c19(0x17c)])&&_0x4896da['isUndefined'](_0x582c7d['framework']))return;try{_0x50f0ff[_0x265c19(0x140)](_0x5dc151['owyea'],_0x104320,_0x437312['config'],_0x470435[_0x265c19(0x17e)]);}catch(_0x412923){_0x6a19f7[_0x265c19(0x16f)](_0x265c19(0x156)+_0x412923);}}}}}};try{let browserstackFolderPath=path[a29_0x3745c8(0x12d)](helper[a29_0x3745c8(0x130)](),a29_0x3745c8(0x15e));if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a29_0x3745c8(0x12d)](browserstackFolderPath,a29_0x3745c8(0x132));fs[a29_0x3745c8(0x127)](filePath)&&fs['unlinkSync'](filePath);}}catch(a29_0x242d0c){logger['debug'](a29_0x3745c8(0x18c)+a29_0x242d0c[a29_0x3745c8(0x121)]);}if(process['argv'][a29_0x3745c8(0x123)]('mocha')){if(!process['argv'][a29_0x3745c8(0x123)]('--opts'))process[a29_0x3745c8(0x128)][a29_0x3745c8(0x17f)]('--no-opts');if(!process[a29_0x3745c8(0x128)][a29_0x3745c8(0x123)]('--config'))process[a29_0x3745c8(0x128)]['push'](a29_0x3745c8(0x164));if(!process[a29_0x3745c8(0x128)][a29_0x3745c8(0x123)]('--package'))process['argv']['push'](a29_0x3745c8(0x143));}const yargs=require(a29_0x3745c8(0x176)),Constants=require(a29_0x3745c8(0x158)),logger=require('../helpers/logger')[a29_0x3745c8(0x17d)],a29_0x555618={};a29_0x555618[a29_0x3745c8(0x165)]=![];const argv=yargs[a29_0x3745c8(0x18b)](a29_0x555618)[a29_0x3745c8(0x15d)](a29_0x3745c8(0x138))['alias']('v',a29_0x3745c8(0x15c))['describe']('v')['alias']('h',a29_0x3745c8(0x192))[a29_0x3745c8(0x192)](a29_0x3745c8(0x192))[a29_0x3745c8(0x178)](!![],Constants['VERSION'][a29_0x3745c8(0x139)])[a29_0x3745c8(0x177)](a29_0x3745c8(0x13b),Constants[a29_0x3745c8(0x174)][a29_0x3745c8(0x144)],function(_0x161332){const _0x3770c6=a29_0x3745c8,_0x3acae1={'fzIoc':function(_0x4fdb93,_0x31e48f,_0x251e0a,_0x5ab729){return _0x4fdb93(_0x31e48f,_0x251e0a,_0x5ab729);},'rJXll':function(_0x472555,_0x46964b){return _0x472555(_0x46964b);},'sSfaB':'./jest/command'},_0x3ae560=process[_0x3770c6(0x128)][_0x3770c6(0x11d)](0x2);return _0x3acae1[_0x3770c6(0x13e)](captureError,_0x3acae1['rJXll'](require,_0x3acae1[_0x3770c6(0x13a)]),_0x161332[_0x3770c6(0x128)],_0x3ae560);})[a29_0x3745c8(0x177)](a29_0x3745c8(0x170),Constants[a29_0x3745c8(0x153)][a29_0x3745c8(0x144)],_0x49b09d=>{const _0x4330ad=a29_0x3745c8,_0x5a266a={'BArmw':function(_0x3fde90,_0x1ee02b){return _0x3fde90===_0x1ee02b;},'vOGzU':_0x4330ad(0x122),'VxZnQ':function(_0x3e6911,_0x430a7f,_0x1b135c){return _0x3e6911(_0x430a7f,_0x1b135c);},'QtkOL':function(_0x3bcb5a,_0x463b47){return _0x3bcb5a(_0x463b47);},'CBYoZ':'./mocha/command','sxekx':_0x4330ad(0x124),'GNPIu':_0x4330ad(0x16b),'WFLmr':function(_0x2f05ba,_0x2dc3f2){return _0x2f05ba(_0x2dc3f2);},'rbLIW':_0x4330ad(0x11a),'kcywQ':_0x4330ad(0x189),'pphdi':function(_0x557af2){return _0x557af2();}};logger[_0x4330ad(0x16f)](_0x5a266a[_0x4330ad(0x136)]);const _0x20b5a0=_0x5a266a['QtkOL'](requireModule,_0x5a266a[_0x4330ad(0x168)]),_0x472475=_0x5a266a[_0x4330ad(0x157)](requireModule,_0x5a266a[_0x4330ad(0x18f)]);process['argv']=process[_0x4330ad(0x128)]['slice'](0x1),delete _0x20b5a0[_0x4330ad(0x133)],_0x20b5a0[_0x4330ad(0x133)]=function(_0x566c0b){const _0x4bd61c=_0x4330ad;if(_0x5a266a[_0x4bd61c(0x167)](_0x5a266a[_0x4bd61c(0x13c)],_0x5a266a[_0x4bd61c(0x13c)]))return _0x5a266a['VxZnQ'](captureError,_0x5a266a[_0x4bd61c(0x182)](require,_0x5a266a[_0x4bd61c(0x185)]),_0x566c0b);else _0x5d3692[_0x4bd61c(0x16f)](_0x4bd61c(0x18c)+_0x50cde1[_0x4bd61c(0x121)]);},_0x472475['run']=_0x20b5a0;const {main:_0x139a47}=_0x5a266a[_0x4330ad(0x157)](requireModule,_0x5a266a['kcywQ']);_0x5a266a[_0x4330ad(0x163)](_0x139a47);})[a29_0x3745c8(0x177)](a29_0x3745c8(0x16d),Constants[a29_0x3745c8(0x142)][a29_0x3745c8(0x144)],function(_0x2e121b){const _0xf6a5eb=a29_0x3745c8,_0x2f2dfe={'kEwyz':function(_0x3d050b,_0x2bd17c,_0x410e26,_0x1c4632){return _0x3d050b(_0x2bd17c,_0x410e26,_0x1c4632);},'Ehrvs':function(_0x4ff186,_0x194245){return _0x4ff186(_0x194245);},'YqVlx':_0xf6a5eb(0x129)},_0x2a4e3e=process[_0xf6a5eb(0x128)][_0xf6a5eb(0x11d)](0x2);return _0x2f2dfe[_0xf6a5eb(0x14c)](captureError,_0x2f2dfe[_0xf6a5eb(0x146)](require,_0x2f2dfe[_0xf6a5eb(0x137)]),_0x2e121b[_0xf6a5eb(0x128)],_0x2a4e3e);})[a29_0x3745c8(0x177)](a29_0x3745c8(0x14f),Constants['VANILLA'][a29_0x3745c8(0x144)],function(_0x1b152c){const _0x3bb197=a29_0x3745c8,_0x3cf268={'CXKPx':function(_0xb3dc45,_0x544b02,_0x6198b3,_0x2216f9){return _0xb3dc45(_0x544b02,_0x6198b3,_0x2216f9);},'NOoif':function(_0x126926,_0xbc76d5){return _0x126926(_0xbc76d5);},'ojEgW':_0x3bb197(0x11e)},_0x316838=process['argv'][_0x3bb197(0x11d)](0x2);return _0x3cf268[_0x3bb197(0x152)](captureError,_0x3cf268[_0x3bb197(0x173)](require,_0x3cf268['ojEgW']),_0x1b152c['argv'],_0x316838);})[a29_0x3745c8(0x177)](a29_0x3745c8(0x12f),Constants[a29_0x3745c8(0x179)][a29_0x3745c8(0x144)],function(_0x3a5953){const _0x68d64c=a29_0x3745c8,_0x52c347={'IBHzi':function(_0x31687f,_0x3158b3,_0x811d56,_0x903b43){return _0x31687f(_0x3158b3,_0x811d56,_0x903b43);},'lzMHd':function(_0x5c9e59,_0x273350){return _0x5c9e59(_0x273350);},'kBfDW':'./nightwatch/command'},_0x511185=process[_0x68d64c(0x128)][_0x68d64c(0x11d)](0x2);return _0x52c347['IBHzi'](captureError,_0x52c347[_0x68d64c(0x188)](require,_0x52c347[_0x68d64c(0x147)]),_0x3a5953[_0x68d64c(0x128)],_0x511185);})[a29_0x3745c8(0x177)]('codeceptjs',Constants[a29_0x3745c8(0x135)]['INFO'],function(_0x46714d){const _0x1ebe99=a29_0x3745c8,_0x18c9cf={'kFJwR':function(_0x4ca866,_0x4761f2,_0xbdb35a,_0x3fe287){return _0x4ca866(_0x4761f2,_0xbdb35a,_0x3fe287);},'qIefn':function(_0x4acdd3,_0x5f4b2c){return _0x4acdd3(_0x5f4b2c);},'BQnFX':_0x1ebe99(0x169)},_0x19c423=process[_0x1ebe99(0x128)][_0x1ebe99(0x11d)](0x2);return _0x18c9cf['kFJwR'](captureError,_0x18c9cf['qIefn'](require,_0x18c9cf[_0x1ebe99(0x14b)]),_0x46714d[_0x1ebe99(0x128)],_0x19c423);})['command'](a29_0x3745c8(0x11f),Constants[a29_0x3745c8(0x141)][a29_0x3745c8(0x144)],function(_0x2ebd3f){const _0x3a656a=a29_0x3745c8,_0x478192={'UNEYa':function(_0x1e23ea,_0xcd7299,_0x47ed3b){return _0x1e23ea(_0xcd7299,_0x47ed3b);},'iglJQ':function(_0xa192b2,_0x143a8b){return _0xa192b2(_0x143a8b);},'RlPSd':_0x3a656a(0x16e)},_0x12bcbe=process[_0x3a656a(0x128)][_0x3a656a(0x11d)](0x2);return _0x478192[_0x3a656a(0x171)](captureError,_0x478192[_0x3a656a(0x186)](require,_0x478192[_0x3a656a(0x18a)]),_0x2ebd3f);})['command'](a29_0x3745c8(0x131),Constants[a29_0x3745c8(0x16c)][a29_0x3745c8(0x144)],function(_0x14b9f9){const _0x362eb3=a29_0x3745c8,_0x54d210={'dQNIc':function(_0x5c5183,_0x19cea6,_0x127dba,_0x572574){return _0x5c5183(_0x19cea6,_0x127dba,_0x572574);},'Whvhf':function(_0x254171,_0x421b37){return _0x254171(_0x421b37);},'wsBYY':'./playwright/command'},_0x113a92=process[_0x362eb3(0x128)][_0x362eb3(0x11d)](0x2);return _0x54d210[_0x362eb3(0x162)](captureError,_0x54d210['Whvhf'](require,_0x54d210['wsBYY']),_0x14b9f9['argv'],_0x113a92);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')['wrap'](null)['argv'];function a29_0xb8b5(){const _0x2be3ce=['UDHcc','QtkOL','SsJnm','dvLqo','CBYoZ','iglJQ','oljKk','lzMHd','mocha/lib/cli/cli.js','RlPSd','parserConfiguration','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','BFGKh','lcmMl','rbLIW','583550vahdEO','qIpnA','help','wcXlU','mocha/lib/cli/commands.js','UTOPn','79092vIpDMi','slice','./vanilla-js/command','ats','../helpers/helper','message','oFcHX','includes','Parsing\x20command\x20line\x20arguements','nqqDn','owyea','existsSync','argv','./cucumber-js/command','HWaox','MdlTd','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','join','SQxaX','nightwatch','homedir','playwright','.local-not-set.json','handler','710KgoCwo','CODECEPTJS','sxekx','YqVlx','usage:\x20$0\x20<command>\x20[args]','HELP','sSfaB','jest','vOGzU','format','fzIoc','qKARG','fireFunnelTestEvent','HST','CUCUMBER','--no-package','INFO','ELDbs','Ehrvs','kBfDW','EJzkF','BTyMB','./playwright/command','BQnFX','kEwyz','GfDuX','295329LXnKWc','node','isUndefined','vHpkb','CXKPx','MOCHA','yNpzq','222628OinMes','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','WFLmr','./utils/constants','exitCode','19626lACizG','dJvBS','version','usage','.browserstack','XPqCT','3413459YbcgHA','run','dQNIc','pphdi','--no-config','dot-notation','DIfqC','BArmw','GNPIu','./codeceptjs/command','PgGaH','mocha/lib/cli/run.js','PLAYWRIGHT','cucumber-js','../../ats/src/index','debug','mocha','UNEYa','DPHBi','NOoif','JEST','IGvuj','yargs','command','showHelpOnFail','NIGHTWATCH','error','1206720kjIdbt','config','winstonLogger','framework','push','FgjMG'];a29_0xb8b5=function(){return _0x2be3ce;};return a29_0xb8b5();}!helper[a29_0x3745c8(0x150)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a29_0x3745c8(0x11f)&&console[a29_0x3745c8(0x17a)](a29_0x3745c8(0x12c));
|
|
2
|
+
'use strict';const a29_0x2994ce=a29_0x3b93;(function(_0x280a24,_0x1668f8){const _0xd72121=a29_0x3b93,_0x3d1b5c=_0x280a24();while(!![]){try{const _0x2253d2=-parseInt(_0xd72121(0x11c))/0x1+-parseInt(_0xd72121(0xef))/0x2+parseInt(_0xd72121(0xf5))/0x3+parseInt(_0xd72121(0x111))/0x4+parseInt(_0xd72121(0x13d))/0x5+-parseInt(_0xd72121(0x124))/0x6*(parseInt(_0xd72121(0x109))/0x7)+-parseInt(_0xd72121(0x12e))/0x8*(-parseInt(_0xd72121(0x13a))/0x9);if(_0x2253d2===_0x1668f8)break;else _0x3d1b5c['push'](_0x3d1b5c['shift']());}catch(_0x420446){_0x3d1b5c['push'](_0x3d1b5c['shift']());}}}(a29_0x3d10,0x75857));const fs=require('fs'),path=require(a29_0x2994ce(0x12a)),util=require(a29_0x2994ce(0x126)),{requireModule}=require('../helpers/helper'),helper=require(a29_0x2994ce(0x13e)),captureError=async(_0x32dccc,_0x1cbd49,_0x1a142c=null)=>{const _0x53a6d3=a29_0x2994ce,_0x30d94b={'SumEW':function(_0x36b2d9,_0xb51b01,_0x368b96){return _0x36b2d9(_0xb51b01,_0x368b96);},'GLvFq':function(_0x2753de,_0x109509){return _0x2753de(_0x109509);},'MrcEn':_0x53a6d3(0xf1),'dfAMy':function(_0x35347f,_0x126d8f,_0x112080,_0xc7f650){return _0x35347f(_0x126d8f,_0x112080,_0xc7f650);},'lJxWC':function(_0x2deded,_0x595431){return _0x2deded(_0x595431);},'Hvlry':'./cucumber-js/command','UJKJb':function(_0x477270,_0x4de247,_0x491f81,_0x164b48){return _0x477270(_0x4de247,_0x491f81,_0x164b48);},'EMIqg':_0x53a6d3(0xe6),'QbHjM':function(_0x221c7c,_0x23a162){return _0x221c7c(_0x23a162);},'VogzU':_0x53a6d3(0xd4),'kVwbv':function(_0x216c31,_0x317c21){return _0x216c31(_0x317c21);},'SFzsL':_0x53a6d3(0x129),'IufWX':function(_0x4f6ec7,_0x3a4298){return _0x4f6ec7(_0x3a4298);},'oqFlF':_0x53a6d3(0x143),'ByRpE':_0x53a6d3(0xe4),'ZcdXZ':function(_0x50fa0b){return _0x50fa0b();},'kSeQg':function(_0x3b6989,_0x3e34a5){return _0x3b6989!==_0x3e34a5;},'KLCZF':_0x53a6d3(0x12c),'ePYDk':_0x53a6d3(0xd6),'QCqVp':function(_0x265f04,_0xb366fc){return _0x265f04!==_0xb366fc;},'OnZEj':_0x53a6d3(0x144),'iPuXp':function(_0xaa764c,_0x2d5ad0){return _0xaa764c!==_0x2d5ad0;},'xjWvu':_0x53a6d3(0xf6),'DiAjQ':_0x53a6d3(0x10a),'KZGGd':_0x53a6d3(0x105)};try{if(_0x30d94b[_0x53a6d3(0x10b)](_0x30d94b[_0x53a6d3(0xd1)],_0x30d94b['ePYDk']))await _0x30d94b['SumEW'](_0x32dccc,_0x1cbd49,_0x1a142c);else return _0x30d94b[_0x53a6d3(0xd3)](_0x57b042,_0x30d94b['GLvFq'](_0x3cb2b8,_0x30d94b['MrcEn']),_0x59d797);}catch(_0x4ee683){if(_0x30d94b[_0x53a6d3(0xe3)](_0x30d94b[_0x53a6d3(0xdd)],_0x30d94b[_0x53a6d3(0xdd)])){const _0x476720=_0x568f6a[_0x53a6d3(0xe1)]['slice'](0x2);return _0x30d94b[_0x53a6d3(0x110)](_0x253378,_0x30d94b['lJxWC'](_0x1aea6c,_0x30d94b['Hvlry']),_0x22a66b[_0x53a6d3(0xe1)],_0x476720);}else{process['exitCode']=0x1,logger[_0x53a6d3(0x11b)](util['format'](_0x4ee683));const _0x562a1c={};_0x562a1c[_0x53a6d3(0x11b)]=_0x4ee683[_0x53a6d3(0x13b)];const _0x3a8094=_0x562a1c;if(helper['isUndefined'](global[_0x53a6d3(0xcf)])&&helper[_0x53a6d3(0xde)](global[_0x53a6d3(0xf3)]))return;try{if(_0x30d94b[_0x53a6d3(0x138)](_0x30d94b['xjWvu'],_0x30d94b[_0x53a6d3(0xed)])){const _0x48c2a4=_0x3d066d[_0x53a6d3(0xe1)][_0x53a6d3(0x139)](0x2);return _0x30d94b[_0x53a6d3(0x123)](_0x2e251c,_0x30d94b[_0x53a6d3(0xd8)](_0x5da33a,_0x30d94b[_0x53a6d3(0x125)]),_0x3b3e46[_0x53a6d3(0xe1)],_0x48c2a4);}else helper[_0x53a6d3(0xe9)](_0x30d94b[_0x53a6d3(0x101)],_0x3a8094,global['config'],global[_0x53a6d3(0xf3)]);}catch(_0x33488c){if(_0x30d94b['QCqVp'](_0x30d94b['KZGGd'],_0x30d94b[_0x53a6d3(0x133)])){_0x43d851[_0x53a6d3(0xd2)](_0x30d94b[_0x53a6d3(0xf2)]);const _0x1be63c=_0x30d94b[_0x53a6d3(0x128)](_0x5110ed,_0x30d94b[_0x53a6d3(0x100)]),_0x5a846d=_0x30d94b['IufWX'](_0x45b926,_0x30d94b[_0x53a6d3(0xfc)]);_0x6d2363[_0x53a6d3(0xe1)]=_0x210e10[_0x53a6d3(0xe1)][_0x53a6d3(0x139)](0x1),delete _0x1be63c[_0x53a6d3(0xfa)],_0x1be63c['handler']=function(_0x550294){const _0xa5fa10=_0x53a6d3;return _0x30d94b[_0xa5fa10(0xd3)](_0x56b26d,_0x30d94b[_0xa5fa10(0x142)](_0x5f076a,_0x30d94b[_0xa5fa10(0x12d)]),_0x550294);},_0x5a846d[_0x53a6d3(0x136)]=_0x1be63c;const {main:_0x3bbb72}=_0x30d94b[_0x53a6d3(0x142)](_0x545c31,_0x30d94b[_0x53a6d3(0x13f)]);_0x30d94b['ZcdXZ'](_0x3bbb72);}else logger[_0x53a6d3(0xd2)](_0x53a6d3(0x11a)+_0x33488c);}}}};try{let browserstackFolderPath=path[a29_0x2994ce(0x131)](helper[a29_0x2994ce(0x132)](),a29_0x2994ce(0x10f));if(fs[a29_0x2994ce(0x117)](browserstackFolderPath)){const filePath=path['join'](browserstackFolderPath,'.local-not-set.json');fs[a29_0x2994ce(0x117)](filePath)&&fs['unlinkSync'](filePath);}}catch(a29_0x245cf1){logger[a29_0x2994ce(0xd2)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a29_0x245cf1[a29_0x2994ce(0x13b)]);}if(process[a29_0x2994ce(0xe1)][a29_0x2994ce(0xe2)](a29_0x2994ce(0xe0))){if(!process['argv'][a29_0x2994ce(0xe2)]('--opts'))process['argv']['push'](a29_0x2994ce(0x127));if(!process[a29_0x2994ce(0xe1)][a29_0x2994ce(0xe2)](a29_0x2994ce(0x11f)))process[a29_0x2994ce(0xe1)][a29_0x2994ce(0x119)]('--no-config');if(!process[a29_0x2994ce(0xe1)][a29_0x2994ce(0xe2)]('--package'))process[a29_0x2994ce(0xe1)][a29_0x2994ce(0x119)](a29_0x2994ce(0xee));}const yargs=require(a29_0x2994ce(0xd0)),Constants=require(a29_0x2994ce(0x113)),logger=require(a29_0x2994ce(0xeb))[a29_0x2994ce(0x12b)],a29_0x85f2b4={};a29_0x85f2b4[a29_0x2994ce(0x107)]=![];function a29_0x3b93(_0x131e68,_0x273226){const _0x3d1091=a29_0x3d10();return a29_0x3b93=function(_0x3b9367,_0x43c6e0){_0x3b9367=_0x3b9367-0xc6;let _0x465f43=_0x3d1091[_0x3b9367];return _0x465f43;},a29_0x3b93(_0x131e68,_0x273226);}const argv=yargs[a29_0x2994ce(0x140)](a29_0x85f2b4)[a29_0x2994ce(0x120)](a29_0x2994ce(0xce))[a29_0x2994ce(0x102)]('v','version')[a29_0x2994ce(0x116)]('v')['alias']('h',a29_0x2994ce(0xd9))[a29_0x2994ce(0xd9)](a29_0x2994ce(0xd9))[a29_0x2994ce(0xfb)](!![],Constants['VERSION'][a29_0x2994ce(0xca)])['command'](a29_0x2994ce(0xf0),Constants[a29_0x2994ce(0xcd)][a29_0x2994ce(0x145)],function(_0x154007){const _0x3a6d5a=a29_0x2994ce,_0x547593={'PJSUf':function(_0x5d6e7e,_0x5c122b,_0x5407f7,_0x34e377){return _0x5d6e7e(_0x5c122b,_0x5407f7,_0x34e377);},'DuOuw':function(_0x175e1d,_0x510d4b){return _0x175e1d(_0x510d4b);},'EkMwF':_0x3a6d5a(0xdb)},_0x2790f2=process[_0x3a6d5a(0xe1)][_0x3a6d5a(0x139)](0x2);return _0x547593[_0x3a6d5a(0xd7)](captureError,_0x547593[_0x3a6d5a(0xf8)](require,_0x547593[_0x3a6d5a(0xd5)]),_0x154007[_0x3a6d5a(0xe1)],_0x2790f2);})[a29_0x2994ce(0x10e)]('mocha',Constants[a29_0x2994ce(0x115)][a29_0x2994ce(0x145)],_0x5104cd=>{const _0xbcea04=a29_0x2994ce,_0x31ba47={'GMUnq':function(_0x25a6d7,_0x5255ca){return _0x25a6d7===_0x5255ca;},'ucCjJ':_0xbcea04(0x106),'WabTe':_0xbcea04(0x12f),'MLsIQ':function(_0x2fb276,_0x2b8fc1,_0x317a77){return _0x2fb276(_0x2b8fc1,_0x317a77);},'NKXoS':function(_0xd20a46,_0x1d9bfb){return _0xd20a46(_0x1d9bfb);},'ZjliM':_0xbcea04(0xf1),'rkDLx':_0xbcea04(0xd4),'GjZKS':function(_0xc3f5b7,_0x29beff){return _0xc3f5b7(_0x29beff);},'dTkVR':_0xbcea04(0x129),'ranJW':_0xbcea04(0x143),'UEQgi':function(_0x1c8fa9,_0x38a501){return _0x1c8fa9(_0x38a501);},'xavsn':_0xbcea04(0xe4),'RGDWE':function(_0x5f401f){return _0x5f401f();}};logger['debug'](_0x31ba47['rkDLx']);const _0x3bb44f=_0x31ba47[_0xbcea04(0xe8)](requireModule,_0x31ba47[_0xbcea04(0x121)]),_0x534ee7=_0x31ba47['NKXoS'](requireModule,_0x31ba47[_0xbcea04(0x114)]);process[_0xbcea04(0xe1)]=process[_0xbcea04(0xe1)]['slice'](0x1),delete _0x3bb44f[_0xbcea04(0xfa)],_0x3bb44f['handler']=function(_0x167671){const _0x36e786=_0xbcea04;if(_0x31ba47[_0x36e786(0x108)](_0x31ba47['ucCjJ'],_0x31ba47[_0x36e786(0xc8)]))_0x3c0b1a['debug'](_0x36e786(0xec)+_0x4dee7c[_0x36e786(0x13b)]);else return _0x31ba47[_0x36e786(0xda)](captureError,_0x31ba47['NKXoS'](require,_0x31ba47[_0x36e786(0x141)]),_0x167671);},_0x534ee7[_0xbcea04(0x136)]=_0x3bb44f;const {main:_0x4c7de6}=_0x31ba47[_0xbcea04(0x10c)](requireModule,_0x31ba47[_0xbcea04(0xea)]);_0x31ba47['RGDWE'](_0x4c7de6);})[a29_0x2994ce(0x10e)](a29_0x2994ce(0xcb),Constants['CUCUMBER'][a29_0x2994ce(0x145)],function(_0xc2a96f){const _0x330b77=a29_0x2994ce,_0x55e7ab={'rZmVa':function(_0x98f1a2,_0x534241,_0xe61bda,_0xb0a49f){return _0x98f1a2(_0x534241,_0xe61bda,_0xb0a49f);},'CeWfn':function(_0x2f514a,_0x2e16b3){return _0x2f514a(_0x2e16b3);},'FiQky':_0x330b77(0x112)},_0x391d62=process[_0x330b77(0xe1)][_0x330b77(0x139)](0x2);return _0x55e7ab['rZmVa'](captureError,_0x55e7ab[_0x330b77(0xdf)](require,_0x55e7ab[_0x330b77(0xcc)]),_0xc2a96f['argv'],_0x391d62);})[a29_0x2994ce(0x10e)]('node',Constants[a29_0x2994ce(0x11e)][a29_0x2994ce(0x145)],function(_0x13bf80){const _0x501ee1=a29_0x2994ce,_0x4e55e4={'xkoeI':function(_0x5135ee,_0x5ca494,_0xe58144,_0x111c47){return _0x5135ee(_0x5ca494,_0xe58144,_0x111c47);},'Pzrih':function(_0x2fe706,_0x755887){return _0x2fe706(_0x755887);},'hTage':_0x501ee1(0xdc)},_0x33d3d6=process[_0x501ee1(0xe1)][_0x501ee1(0x139)](0x2);return _0x4e55e4[_0x501ee1(0x135)](captureError,_0x4e55e4['Pzrih'](require,_0x4e55e4[_0x501ee1(0xf7)]),_0x13bf80[_0x501ee1(0xe1)],_0x33d3d6);})[a29_0x2994ce(0x10e)](a29_0x2994ce(0xf9),Constants[a29_0x2994ce(0x103)][a29_0x2994ce(0x145)],function(_0x509375){const _0x4cfb37=a29_0x2994ce,_0x3c8fc7={'YkPHX':function(_0x12b81b,_0x4062dd,_0x352289,_0x1ba7f0){return _0x12b81b(_0x4062dd,_0x352289,_0x1ba7f0);},'OesmF':function(_0x329a04,_0x5a77ed){return _0x329a04(_0x5a77ed);},'zXCFH':_0x4cfb37(0xe6)},_0x416efc=process[_0x4cfb37(0xe1)][_0x4cfb37(0x139)](0x2);return _0x3c8fc7[_0x4cfb37(0x134)](captureError,_0x3c8fc7[_0x4cfb37(0xe7)](require,_0x3c8fc7[_0x4cfb37(0xe5)]),_0x509375['argv'],_0x416efc);})['command'](a29_0x2994ce(0x118),Constants[a29_0x2994ce(0xf4)]['INFO'],function(_0x3c49f2){const _0x5ab9f5=a29_0x2994ce,_0xf328b2={'XNImX':function(_0x43b622,_0x3acf74,_0x5dcf88,_0x5a19dd){return _0x43b622(_0x3acf74,_0x5dcf88,_0x5a19dd);},'TKQBI':function(_0x2e5262,_0x1b6a90){return _0x2e5262(_0x1b6a90);},'mhYyh':_0x5ab9f5(0x10d)},_0x158c1d=process[_0x5ab9f5(0xe1)][_0x5ab9f5(0x139)](0x2);return _0xf328b2[_0x5ab9f5(0xc6)](captureError,_0xf328b2['TKQBI'](require,_0xf328b2[_0x5ab9f5(0xff)]),_0x3c49f2[_0x5ab9f5(0xe1)],_0x158c1d);})[a29_0x2994ce(0x10e)](a29_0x2994ce(0x11d),Constants['HST'][a29_0x2994ce(0x145)],function(_0x228eeb){const _0x5ea591=a29_0x2994ce,_0x83d921={'mvsdF':function(_0x59076c,_0x4e3704,_0x45810f){return _0x59076c(_0x4e3704,_0x45810f);},'NHBnG':function(_0x52ca6b,_0x6d7835){return _0x52ca6b(_0x6d7835);},'wHndW':'../../ats/src/index'},_0x2e07d1=process[_0x5ea591(0xe1)]['slice'](0x2);return _0x83d921[_0x5ea591(0xfd)](captureError,_0x83d921[_0x5ea591(0xfe)](require,_0x83d921['wHndW']),_0x228eeb);})[a29_0x2994ce(0x10e)](a29_0x2994ce(0x137),Constants['PLAYWRIGHT'][a29_0x2994ce(0x145)],function(_0x11b046){const _0x129c0e=a29_0x2994ce,_0x13c53c={'SanxE':function(_0x51e80d,_0x5e6102,_0xaca8dd,_0x3d8b72){return _0x51e80d(_0x5e6102,_0xaca8dd,_0x3d8b72);},'ZpgqU':function(_0x32c468,_0x36330b){return _0x32c468(_0x36330b);},'wMnUe':_0x129c0e(0x122)},_0x531320=process['argv'][_0x129c0e(0x139)](0x2);return _0x13c53c[_0x129c0e(0xc9)](captureError,_0x13c53c['ZpgqU'](require,_0x13c53c[_0x129c0e(0x104)]),_0x11b046[_0x129c0e(0xe1)],_0x531320);})[a29_0x2994ce(0x130)](0x1,a29_0x2994ce(0xc7))[a29_0x2994ce(0x13c)](null)[a29_0x2994ce(0xe1)];!helper[a29_0x2994ce(0xde)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a29_0x2994ce(0x11d)&&console[a29_0x2994ce(0x11b)]('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');function a29_0x3d10(){const _0xddf456=['UJKJb','5254812wUKoFc','EMIqg','util','--no-opts','kVwbv','mocha/lib/cli/run.js','path','winstonLogger','itsRQ','MrcEn','8gmXvcq','KHGVU','demandCommand','join','homedir','KZGGd','YkPHX','xkoeI','run','playwright','iPuXp','slice','18331893lUubul','message','wrap','131075KaKKgr','../helpers/helper','ByRpE','parserConfiguration','ZjliM','QbHjM','mocha/lib/cli/commands.js','CzQcv','INFO','XNImX','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','WabTe','SanxE','HELP','cucumber-js','FiQky','JEST','usage:\x20$0\x20<command>\x20[args]','config','yargs','KLCZF','debug','SumEW','Parsing\x20command\x20line\x20arguements','EkMwF','YVJKO','PJSUf','GLvFq','help','MLsIQ','./jest/command','./vanilla-js/command','OnZEj','isUndefined','CeWfn','mocha','argv','includes','QCqVp','mocha/lib/cli/cli.js','zXCFH','./nightwatch/command','OesmF','GjZKS','fireFunnelTestEvent','xavsn','../helpers/logger','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','xjWvu','--no-package','1488988ZneBkR','jest','./mocha/command','VogzU','framework','CODECEPTJS','397716yJYWKQ','KlvQu','hTage','DuOuw','nightwatch','handler','showHelpOnFail','oqFlF','mvsdF','NHBnG','mhYyh','SFzsL','DiAjQ','alias','NIGHTWATCH','wMnUe','lmxhK','CNuuq','dot-notation','GMUnq','7TEmxyF','SDKTestSuccessful','kSeQg','UEQgi','./codeceptjs/command','command','.browserstack','dfAMy','895428fqSmcT','./cucumber-js/command','./utils/constants','ranJW','MOCHA','describe','existsSync','codeceptjs','push','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','error','317858JSQIwO','ats','VANILLA','--config','usage','dTkVR','./playwright/command'];a29_0x3d10=function(){return _0xddf456;};return a29_0x3d10();}
|
package/src/bin/setup.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const a30_0x331cf5=a30_0xc867;(function(_0x93043,_0x1a973d){const _0x5d4e58=a30_0xc867,_0x506ce7=_0x93043();while(!![]){try{const _0x324985=parseInt(_0x5d4e58(0xf0))/0x1+parseInt(_0x5d4e58(0xfb))/0x2+-parseInt(_0x5d4e58(0xa4))/0x3+-parseInt(_0x5d4e58(0xf9))/0x4*(parseInt(_0x5d4e58(0x111))/0x5)+-parseInt(_0x5d4e58(0xe3))/0x6*(parseInt(_0x5d4e58(0xc5))/0x7)+parseInt(_0x5d4e58(0x100))/0x8*(parseInt(_0x5d4e58(0x11c))/0x9)+parseInt(_0x5d4e58(0xcb))/0xa;if(_0x324985===_0x1a973d)break;else _0x506ce7['push'](_0x506ce7['shift']());}catch(_0x11e497){_0x506ce7['push'](_0x506ce7['shift']());}}}(a30_0x2f65,0xddad9));const fs=require('fs'),helper=require(a30_0x331cf5(0xd0)),yaml=require(a30_0x331cf5(0xa9)),yargs=require(a30_0x331cf5(0x103)),logger=require(a30_0x331cf5(0xd8))[a30_0x331cf5(0xd5)],configFileTemplate=__dirname+a30_0x331cf5(0x114),configFile=process[a30_0x331cf5(0x125)]()+'/browserstack.yml',packageFile=process[a30_0x331cf5(0x125)]()+a30_0x331cf5(0xe1),frameworks=[a30_0x331cf5(0xb2),a30_0x331cf5(0xd9),a30_0x331cf5(0x12a),a30_0x331cf5(0xe5),'nightwatch',a30_0x331cf5(0xee)];let config;logger[a30_0x331cf5(0x109)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs['argv'][a30_0x331cf5(0x129)],yargs[a30_0x331cf5(0xa2)][a30_0x331cf5(0xd1)]);try{sdkSetup();}catch(a30_0x2648b7){logger[a30_0x331cf5(0xfd)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a30_0x2648b7);}function a30_0xc867(_0x4365d2,_0x20acc6){const _0x2f658f=a30_0x2f65();return a30_0xc867=function(_0xc8679e,_0x1a795b){_0xc8679e=_0xc8679e-0x9b;let _0x1141d4=_0x2f658f[_0xc8679e];return _0x1141d4;},a30_0xc867(_0x4365d2,_0x20acc6);}function a30_0x2f65(){const _0xfd6ef7=['/package.json','Ntpgy','2382330pGLTyj','Lznni','node','stringify','utf8','browserstack-node-sdk','PoLqZ','QUGie','fireFunnelTestEvent','OBXbj','Ypzhu','codeceptjs','aYXOZ','1771154EwTUkV','YHPrK','lnkts','vjTLm','NBhaq','yvbYu','jWxfl','WTbiY','node-setup','16108yxEUPr','readFileSync','2599118QQuWxs','qAZiF','debug','juxbl','zUxeg','502168SxaGAQ','sQnqJ','ezrTg','yargs','pnUqr','gqiAM','HnlQL','push','RKAlA','info','DwVPV','xSIzM','TgtjR','NSOwj','ANRZV','npm\x20update\x20browserstack-node-sdk','EUpbj','695uJhRNq','source','isUndefined','/../../browserstack.yml.sample','eaSVD','VJDaq','QJGdS','TiecG','MFANh','EvZrc','tbxuL','9qkHaZO','Setup\x20completed','onDiD','ykybL','awaHu','writeFileSync','browserstack-node-sdk\x20','tTjye','iwQUg','cwd','ggIeO','postinstall','JcMID','username','cucumber-js','Sdcih','atOfP','rtMNb','LAjKo','scripts','qixtU','mbkTN','argv','RCumd','4893546kSaJwj','BuxIs','syksT','fWvVh','NNjvM','js-yaml','ttJIn','KuzmA','YvskO','SDKSetup','mSxNH','ZKnEE','lSiBh','sdtfk','mocha','includes','rKxaZ','PvQmn','yXtyV','entries','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','LPtKd','eoDhR','Adding\x20new\x20script(s)\x20in\x20package.json...','UcDGe','EiLzY','CRnLV','SeBBD','YOUR_USERNAME','FgqHH','length','REWwf','error','7qdyCjT','kTSSc','sacbc','-browserstack','oimOH','OxeqW','3624990tErcdy','load','dbfTm','HxJPc','fDIHB','../helpers/helper','key','kTWFj','iUDYh','replace','winstonLogger','lUlfH','NyUvf','../helpers/logger','jest','zuomq','DPsyl','ktyQf','\x20&&\x20npm\x20update\x20browserstack-node-sdk','kMnxp','AJHks','LVbZT'];a30_0x2f65=function(){return _0xfd6ef7;};return a30_0x2f65();}addScriptInPackageJson();function createConfigurationFile(_0x2808e4,_0x34c6fa){const _0x15c981=a30_0x331cf5,_0x550069={'OBXbj':_0x15c981(0xf8),'NNjvM':_0x15c981(0xad),'zUxeg':function(_0x17c65c,_0x217c5e,_0x441330){return _0x17c65c(_0x217c5e,_0x441330);},'mSxNH':function(_0x3013df,_0x3a62a0){return _0x3013df<_0x3a62a0;},'MFANh':function(_0x7454c4,_0xa7dbfe,_0x3f872f){return _0x7454c4(_0xa7dbfe,_0x3f872f);},'iUDYh':function(_0xe28627){return _0xe28627();},'AJHks':_0x15c981(0x127),'lnkts':_0x15c981(0x10f),'TiecG':_0x15c981(0xdd),'LAjKo':_0x15c981(0xc0),'VJDaq':function(_0x4556d1,_0x4b39ce){return _0x4556d1!==_0x4b39ce;},'lUlfH':'bYyhH','MXYdA':'cbLtH','RCumd':function(_0x2e5167,_0x4036b4){return _0x2e5167===_0x4036b4;},'tTjye':_0x15c981(0x10d),'ktyQf':function(_0x2c3424,_0x304050){return _0x2c3424===_0x304050;},'HnlQL':_0x15c981(0xb5),'sdtfk':_0x15c981(0x120),'EvZrc':_0x15c981(0xe7),'mbkTN':_0x15c981(0xa5),'WTbiY':_0x15c981(0xde),'OxeqW':_0x15c981(0x9c),'ZKnEE':'YOUR_ACCESS_KEY','qixtU':_0x15c981(0xbc),'KuzmA':_0x15c981(0xf3)};try{if(_0x550069[_0x15c981(0xdc)](_0x550069[_0x15c981(0x106)],_0x550069[_0x15c981(0xb1)])){if(_0x4e16db[_0x15c981(0x113)](_0x3460bf))return;_0x2d2ffd[_0x15c981(0x112)]=_0x550069[_0x15c981(0xec)];try{_0xa13e94[_0x15c981(0xeb)](_0x550069[_0x15c981(0xa8)],{},_0x15902b,'');}catch(_0x5c69ac){_0x5cfb63['debug'](_0x15c981(0xb8)+_0x5c69ac);}}else{let _0x32ebd1=fs[_0x15c981(0xfa)](configFileTemplate,_0x550069[_0x15c981(0x11a)]);if(_0x2808e4){if(_0x550069[_0x15c981(0xdc)](_0x550069[_0x15c981(0xa1)],_0x550069[_0x15c981(0xf7)])){let _0x164e9c=_0x550069[_0x15c981(0xff)](_0x7510fe,_0x5c923d['scripts'],_0x3fd3b6[_0x45775f]);for(let _0x4dbacb=0x0;_0x550069[_0x15c981(0xae)](_0x4dbacb,_0x164e9c[_0x15c981(0xc2)]);_0x4dbacb+=0x1){_0x195791[_0x15c981(0x107)](_0x550069[_0x15c981(0xff)](_0x4f6c2f,_0x3655ce[_0x15c981(0x9f)],_0x164e9c[_0x4dbacb]));}_0x550069[_0x15c981(0x119)](_0x552093,_0x25d287[_0x15c981(0x9f)],_0x2cc597);}else _0x32ebd1=_0x32ebd1[_0x15c981(0xd4)](_0x550069[_0x15c981(0x9e)],_0x2808e4);}_0x34c6fa&&(_0x550069[_0x15c981(0xa3)](_0x550069['OxeqW'],_0x550069[_0x15c981(0xca)])?_0x32ebd1=_0x32ebd1[_0x15c981(0xd4)](_0x550069[_0x15c981(0xaf)],_0x34c6fa):_0x550069[_0x15c981(0xd3)](_0x394763)),config=yaml[_0x15c981(0xcc)](_0x32ebd1),fs[_0x15c981(0x121)](configFile,_0x32ebd1,_0x51aad4=>{const _0x21af09=_0x15c981;if(_0x550069[_0x21af09(0x116)](_0x550069[_0x21af09(0xd6)],_0x550069['MXYdA'])){if(_0x51aad4){if(_0x550069[_0x21af09(0xa3)](_0x550069[_0x21af09(0x123)],_0x550069[_0x21af09(0x123)]))logger[_0x21af09(0xc4)](_0x51aad4);else{let _0x4fb51c=_0x5760d1[_0x550069[_0x21af09(0xdf)]];if(_0x4fb51c&&_0x4fb51c[_0x21af09(0xb3)](_0x550069['lnkts']))return;!_0x4fb51c?_0x4fb51c=_0x550069[_0x21af09(0xf2)]:_0x4fb51c+=_0x550069[_0x21af09(0x118)],_0x4c2551[_0x21af09(0x107)]([_0x550069[_0x21af09(0xdf)],_0x4fb51c]);}}}else _0x401c30=_0x24c07b[_0x21af09(0xd4)](_0x550069['LAjKo'],_0x2c91a1);});}}catch(_0x157595){_0x550069[_0x15c981(0xa3)](_0x550069[_0x15c981(0xa0)],_0x550069[_0x15c981(0xab)])?_0x3b1c42[_0x15c981(0x107)](_0x337af6[_0x5969f9][0x0]):logger[_0x15c981(0xc4)](_0x157595);}}function addPostInstallScript(_0xb32ef0,_0x2b580b){const _0x3a2213=a30_0x331cf5,_0x4630cd={};_0x4630cd[_0x3a2213(0x110)]=_0x3a2213(0x127),_0x4630cd[_0x3a2213(0xe4)]=_0x3a2213(0x10f),_0x4630cd['juxbl']=function(_0x81740c,_0x1ed8d8){return _0x81740c!==_0x1ed8d8;},_0x4630cd[_0x3a2213(0x9d)]=_0x3a2213(0xba),_0x4630cd[_0x3a2213(0x124)]=function(_0x4d015e,_0x813de6){return _0x4d015e===_0x813de6;},_0x4630cd['aYXOZ']=_0x3a2213(0x11b),_0x4630cd[_0x3a2213(0x104)]=function(_0x2027ac,_0x315761){return _0x2027ac===_0x315761;},_0x4630cd[_0x3a2213(0xed)]=_0x3a2213(0x128),_0x4630cd['ykybL']=_0x3a2213(0xdd);const _0x5dfa95=_0x4630cd;let _0x433ca=_0xb32ef0[_0x5dfa95['EUpbj']];if(_0x433ca&&_0x433ca[_0x3a2213(0xb3)](_0x5dfa95['Lznni'])){if(_0x5dfa95[_0x3a2213(0xfe)](_0x5dfa95[_0x3a2213(0x9d)],_0x5dfa95[_0x3a2213(0x9d)])){let _0x19606c=_0x18881e+'-browserstack',_0x37f6ae=_0x3a2213(0x122)+_0x23f85e[_0x2ba511];return[_0x19606c,_0x37f6ae];}else return;}!_0x433ca?_0x5dfa95[_0x3a2213(0x124)](_0x5dfa95['aYXOZ'],_0x5dfa95[_0x3a2213(0xef)])?_0x433ca=_0x5dfa95[_0x3a2213(0xe4)]:_0x5ba9bc[_0x3a2213(0xc4)](_0x2b8667):_0x5dfa95[_0x3a2213(0x104)](_0x5dfa95[_0x3a2213(0xed)],_0x5dfa95[_0x3a2213(0xed)])?_0x433ca+=_0x5dfa95[_0x3a2213(0x11f)]:_0x421520[_0x3a2213(0xfd)](_0x3a2213(0xb8)+_0x5cbcdf),_0x2b580b[_0x3a2213(0x107)]([_0x5dfa95[_0x3a2213(0x110)],_0x433ca]);}function addScriptInPackageJson(){const _0x49914c=a30_0x331cf5,_0xd80e0c={'nDyoS':'YOUR_ACCESS_KEY','wxXzo':function(_0xb18bfe,_0x59b5a6,_0x104a56){return _0xb18bfe(_0x59b5a6,_0x104a56);},'islEr':_0x49914c(0xe8),'PoLqZ':function(_0x3a3c7a,_0x699191){return _0x3a3c7a!==_0x699191;},'Sdcih':_0x49914c(0xbf),'yvbYu':_0x49914c(0xe0),'sQnqJ':_0x49914c(0xa7),'eaSVD':'utf8','ggIeO':function(_0xcd51b5,_0x51c2b4){return _0xcd51b5<_0x51c2b4;},'rKxaZ':function(_0x5ec04c,_0x129ecc){return _0x5ec04c!==_0x129ecc;},'FgqHH':'bqoSe','kTSSc':function(_0x26f457,_0x33c062,_0x310020){return _0x26f457(_0x33c062,_0x310020);},'ANRZV':_0x49914c(0xf4),'oimOH':function(_0x36a681,_0x1bf2cb,_0x5190f0){return _0x36a681(_0x1bf2cb,_0x5190f0);},'xSIzM':function(_0x3689dd,_0x11dbf0){return _0x3689dd===_0x11dbf0;},'zuomq':_0x49914c(0x10c),'kpwRt':_0x49914c(0xac),'qAZiF':function(_0x2541de,_0x5c9b59){return _0x2541de!==_0x5c9b59;},'DwVPV':function(_0x2230c3,_0x5bee36){return _0x2230c3!==_0x5bee36;},'sacbc':_0x49914c(0xaa),'WGSuS':'uCOzx','DPsyl':_0x49914c(0xbb)};let _0x2e0578=JSON['parse'](fs[_0x49914c(0xfa)](packageFile,_0xd80e0c[_0x49914c(0x115)])),_0x4b69f=[];for(let _0x43ed49=0x0;_0xd80e0c[_0x49914c(0x126)](_0x43ed49,frameworks[_0x49914c(0xc2)]);_0x43ed49+=0x1){if(_0xd80e0c[_0x49914c(0xb4)](_0xd80e0c[_0x49914c(0xc1)],_0xd80e0c[_0x49914c(0xc1)]))_0x124046=_0x5c5687['replace'](_0xd80e0c['nDyoS'],_0x13d453);else{let _0x4cd0b6=_0xd80e0c[_0x49914c(0xc6)](findScriptsWithFramework,_0x2e0578[_0x49914c(0x9f)],frameworks[_0x43ed49]);for(let _0x11cb15=0x0;_0xd80e0c[_0x49914c(0x126)](_0x11cb15,_0x4cd0b6['length']);_0x11cb15+=0x1){_0xd80e0c['rKxaZ'](_0xd80e0c[_0x49914c(0x10e)],_0xd80e0c['ANRZV'])?_0x522127[_0x49914c(0x107)](_0xd80e0c['wxXzo'](_0x3b2982,_0x7b7370['scripts'],_0xd2b4ec[_0x4ec57f])):_0x4b69f[_0x49914c(0x107)](_0xd80e0c[_0x49914c(0xc6)](getUpdatedCommand,_0x2e0578['scripts'],_0x4cd0b6[_0x11cb15]));}_0xd80e0c[_0x49914c(0xc9)](addPostInstallScript,_0x2e0578['scripts'],_0x4b69f);}}const _0x437968={..._0x2e0578[_0x49914c(0x9f)]},_0x48bfb8=_0x437968;for(let _0xb5ef4c=0x0;_0xd80e0c[_0x49914c(0x126)](_0xb5ef4c,_0x4b69f[_0x49914c(0xc2)]);_0xb5ef4c+=0x1){_0xd80e0c[_0x49914c(0x10b)](_0xd80e0c[_0x49914c(0xda)],_0xd80e0c['kpwRt'])?_0x4c9e7d&&_0x540d75[_0x49914c(0xc4)](_0x2abb5b):_0x48bfb8[_0x4b69f[_0xb5ef4c][0x0]]=_0x4b69f[_0xb5ef4c][0x1];}_0xd80e0c[_0x49914c(0xfc)](JSON['stringify'](_0x2e0578['scripts']),JSON[_0x49914c(0xe6)](_0x48bfb8))&&(_0xd80e0c[_0x49914c(0x10a)](_0xd80e0c[_0x49914c(0xc7)],_0xd80e0c['WGSuS'])?(logger[_0x49914c(0x109)](_0xd80e0c[_0x49914c(0xdb)]),_0x2e0578[_0x49914c(0x9f)]=_0x48bfb8,fs[_0x49914c(0x121)](packageFile,JSON[_0x49914c(0xe6)](_0x2e0578,null,0x2),_0x3ed9d4=>{const _0x748e22=_0x49914c,_0xaa7e79={};_0xaa7e79['FRGXm']=_0xd80e0c['islEr'];const _0x32a764=_0xaa7e79;if(_0xd80e0c['PoLqZ'](_0xd80e0c[_0x748e22(0x9b)],_0xd80e0c[_0x748e22(0x9b)]))_0x419cc3[_0x14c4c0][0x1][_0x748e22(0xb3)](_0x5b6cfd)&&!_0x21ab8c[_0x18f053][0x1][_0x748e22(0xb3)](_0x32a764['FRGXm'])&&_0x1793c0[_0x748e22(0x107)](_0x2d5168[_0x158fd2][0x0]);else{if(_0x3ed9d4){if(_0xd80e0c[_0x748e22(0xe9)](_0xd80e0c[_0x748e22(0xf5)],_0xd80e0c[_0x748e22(0x101)]))logger['error'](_0x3ed9d4);else return;}}})):_0x39aa2f['error'](_0x5233a3));};function findScriptsWithFramework(_0x1a86ec,_0x27e9cf){const _0x16d8e0=a30_0x331cf5,_0x1fe22f={};_0x1fe22f['fDIHB']=_0x16d8e0(0x10f),_0x1fe22f[_0x16d8e0(0x108)]=function(_0xebfa18,_0x5cde45){return _0xebfa18<_0x5cde45;},_0x1fe22f[_0x16d8e0(0xe2)]=function(_0x1ad366,_0x1fdbf1){return _0x1ad366!==_0x1fdbf1;},_0x1fe22f[_0x16d8e0(0x117)]='eWGvk',_0x1fe22f[_0x16d8e0(0xf6)]='browserstack-node-sdk',_0x1fe22f[_0x16d8e0(0xcd)]=function(_0x425183,_0x5f5382){return _0x425183===_0x5f5382;},_0x1fe22f[_0x16d8e0(0xbd)]=_0x16d8e0(0xb6);const _0x4028e5=_0x1fe22f;let _0x4771c3=[],_0x34218e=Object[_0x16d8e0(0xb7)](_0x1a86ec);for(let _0x273e15=0x0;_0x4028e5[_0x16d8e0(0x108)](_0x273e15,_0x34218e['length']);_0x273e15+=0x1){_0x4028e5[_0x16d8e0(0xe2)](_0x4028e5[_0x16d8e0(0x117)],_0x4028e5['QJGdS'])?_0x151a3c&&_0x40d476[_0x16d8e0(0xc4)](_0x124521):_0x34218e[_0x273e15][0x1][_0x16d8e0(0xb3)](_0x27e9cf)&&!_0x34218e[_0x273e15][0x1][_0x16d8e0(0xb3)](_0x4028e5[_0x16d8e0(0xf6)])&&(_0x4028e5['dbfTm'](_0x4028e5[_0x16d8e0(0xbd)],_0x4028e5[_0x16d8e0(0xbd)])?_0x4771c3['push'](_0x34218e[_0x273e15][0x0]):_0x1eed9e=_0x4028e5[_0x16d8e0(0xcf)]);}return _0x4771c3;}function getUpdatedCommand(_0x29fd30,_0x5ca297){const _0x1f9370=a30_0x331cf5;let _0x523f11=_0x5ca297+_0x1f9370(0xc8),_0x142acf=_0x1f9370(0x122)+_0x29fd30[_0x5ca297];return[_0x523f11,_0x142acf];}function sdkSetup(){const _0x8efed2=a30_0x331cf5,_0x48b4dd={};_0x48b4dd[_0x8efed2(0xb9)]=_0x8efed2(0xad),_0x48b4dd[_0x8efed2(0x102)]=function(_0x94b64d,_0x4a9a8d){return _0x94b64d<_0x4a9a8d;},_0x48b4dd['onDiD']='browserstack-node-sdk',_0x48b4dd[_0x8efed2(0xa6)]=function(_0x1fd646,_0x5f5acb){return _0x1fd646!==_0x5f5acb;},_0x48b4dd[_0x8efed2(0xc3)]='FQvnW',_0x48b4dd[_0x8efed2(0xce)]=_0x8efed2(0xf8),_0x48b4dd['QUGie']=function(_0x4fd056,_0x3a615b){return _0x4fd056!==_0x3a615b;},_0x48b4dd[_0x8efed2(0xd2)]='bXvYx',_0x48b4dd[_0x8efed2(0xbe)]='qfZqM',_0x48b4dd[_0x8efed2(0xf1)]=function(_0x524f00,_0x2fcdd9){return _0x524f00!==_0x2fcdd9;},_0x48b4dd[_0x8efed2(0xb0)]='jtaFD',_0x48b4dd[_0x8efed2(0x105)]=_0x8efed2(0xd7);const _0x47cf3e=_0x48b4dd;if(helper[_0x8efed2(0x113)](config)){if(_0x47cf3e[_0x8efed2(0xa6)](_0x47cf3e[_0x8efed2(0xc3)],_0x47cf3e[_0x8efed2(0xc3)]))_0x1340b1[_0x12ff53[_0x502b8a][0x0]]=_0xc8c5b3[_0x57faf9][0x1];else return;}config[_0x8efed2(0x112)]=_0x47cf3e[_0x8efed2(0xce)];try{_0x47cf3e[_0x8efed2(0xea)](_0x47cf3e[_0x8efed2(0xd2)],_0x47cf3e[_0x8efed2(0xbe)])?helper['fireFunnelTestEvent'](_0x47cf3e['LPtKd'],{},config,''):_0x31cf99[_0x8efed2(0xeb)](_0x47cf3e['LPtKd'],{},_0x12f21d,'');}catch(_0x3559a8){if(_0x47cf3e[_0x8efed2(0xf1)](_0x47cf3e['lSiBh'],_0x47cf3e[_0x8efed2(0x105)]))logger[_0x8efed2(0xfd)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x3559a8);else{let _0x33cf66=[],_0xb075cb=_0x15880c['entries'](_0x502d9f);for(let _0x29dc8a=0x0;_0x47cf3e[_0x8efed2(0x102)](_0x29dc8a,_0xb075cb[_0x8efed2(0xc2)]);_0x29dc8a+=0x1){_0xb075cb[_0x29dc8a][0x1][_0x8efed2(0xb3)](_0x52166f)&&!_0xb075cb[_0x29dc8a][0x1][_0x8efed2(0xb3)](_0x47cf3e[_0x8efed2(0x11e)])&&_0x33cf66[_0x8efed2(0x107)](_0xb075cb[_0x29dc8a][0x0]);}return _0x33cf66;}}}logger[a30_0x331cf5(0x109)](a30_0x331cf5(0x11d));
|
|
3
|
+
const a30_0x2a8d75=a30_0x2079;(function(_0x26a508,_0x66b777){const _0x5821bc=a30_0x2079,_0x4627d1=_0x26a508();while(!![]){try{const _0x196eaf=-parseInt(_0x5821bc(0x1fa))/0x1*(parseInt(_0x5821bc(0x19c))/0x2)+parseInt(_0x5821bc(0x16d))/0x3+parseInt(_0x5821bc(0x1b2))/0x4+-parseInt(_0x5821bc(0x173))/0x5*(parseInt(_0x5821bc(0x1f7))/0x6)+-parseInt(_0x5821bc(0x1ff))/0x7+-parseInt(_0x5821bc(0x18d))/0x8*(parseInt(_0x5821bc(0x18e))/0x9)+parseInt(_0x5821bc(0x1df))/0xa*(parseInt(_0x5821bc(0x1bd))/0xb);if(_0x196eaf===_0x66b777)break;else _0x4627d1['push'](_0x4627d1['shift']());}catch(_0x355198){_0x4627d1['push'](_0x4627d1['shift']());}}}(a30_0x37c0,0x63b18));function a30_0x2079(_0x591669,_0x4e9341){const _0x37c0a8=a30_0x37c0();return a30_0x2079=function(_0x207979,_0x3fb551){_0x207979=_0x207979-0x16c;let _0x4733de=_0x37c0a8[_0x207979];return _0x4733de;},a30_0x2079(_0x591669,_0x4e9341);}const fs=require('fs'),helper=require(a30_0x2a8d75(0x1dc)),yaml=require(a30_0x2a8d75(0x1ae)),yargs=require('yargs'),logger=require(a30_0x2a8d75(0x180))[a30_0x2a8d75(0x1b5)],configFileTemplate=__dirname+a30_0x2a8d75(0x1e8),configFile=process[a30_0x2a8d75(0x1a4)]()+a30_0x2a8d75(0x19e),packageFile=process[a30_0x2a8d75(0x1a4)]()+'/package.json',frameworks=[a30_0x2a8d75(0x1e9),a30_0x2a8d75(0x1d4),a30_0x2a8d75(0x16c),a30_0x2a8d75(0x1da),a30_0x2a8d75(0x1db),'codeceptjs','playwright'];let config;logger[a30_0x2a8d75(0x197)](a30_0x2a8d75(0x1de)),createConfigurationFile(yargs[a30_0x2a8d75(0x170)][a30_0x2a8d75(0x19b)],yargs[a30_0x2a8d75(0x170)][a30_0x2a8d75(0x1cc)]);try{sdkSetup();}catch(a30_0x17b405){logger[a30_0x2a8d75(0x1cd)](a30_0x2a8d75(0x1af)+a30_0x17b405);}addScriptInPackageJson();function createConfigurationFile(_0x12d429,_0x2dfaa4){const _0x1f6613=a30_0x2a8d75,_0x5b8db7={'goBlb':_0x1f6613(0x1ee),'bGYdM':function(_0xe6e8ba,_0x2a7014,_0x5d2b16){return _0xe6e8ba(_0x2a7014,_0x5d2b16);},'zmMxv':function(_0x225e5c,_0x16a7a4){return _0x225e5c<_0x16a7a4;},'yzSUg':function(_0x3bd119,_0x454f84,_0x261819){return _0x3bd119(_0x454f84,_0x261819);},'VkkCi':function(_0x19163b,_0x1820bb,_0x1dac6b){return _0x19163b(_0x1820bb,_0x1dac6b);},'dpSAH':_0x1f6613(0x201),'PNfVW':'SDKSetup','PjbxL':function(_0x16f19f,_0x15817d){return _0x16f19f!==_0x15817d;},'fqmLG':'khbAP','AneEd':_0x1f6613(0x1f4),'nzWKf':function(_0x18c17f,_0x17cbb8){return _0x18c17f!==_0x17cbb8;},'rXjeD':'hSGtU','RZlel':'lAHTo','SDAPX':_0x1f6613(0x1ca),'vMoiX':_0x1f6613(0x172),'bKHJy':function(_0x2bbae5,_0x20cdff){return _0x2bbae5!==_0x20cdff;},'yXIyo':_0x1f6613(0x1c7),'jWiYX':'uWtyN','htjNY':_0x1f6613(0x1d5),'JibDf':function(_0x365823,_0xa1ee16){return _0x365823===_0xa1ee16;},'LLZqj':_0x1f6613(0x1c3),'OCLSf':_0x1f6613(0x17e),'Fwrnh':_0x1f6613(0x1e6),'GaDTc':'YanCp','ZKOHi':_0x1f6613(0x19f)};try{if(_0x5b8db7[_0x1f6613(0x176)](_0x5b8db7[_0x1f6613(0x171)],_0x5b8db7['SDAPX']))_0xc720e3=_0x5b8db7[_0x1f6613(0x1a0)];else{let _0x5c7964=fs['readFileSync'](configFileTemplate,_0x5b8db7[_0x1f6613(0x174)]);if(_0x12d429){if(_0x5b8db7[_0x1f6613(0x1a6)](_0x5b8db7[_0x1f6613(0x191)],_0x5b8db7[_0x1f6613(0x1d0)]))_0x5c7964=_0x5c7964[_0x1f6613(0x188)](_0x5b8db7['htjNY'],_0x12d429);else{let _0x4bf416=_0x5b8db7[_0x1f6613(0x1bb)](_0x7b4179,_0x285e64[_0x1f6613(0x181)],_0x3fb73f[_0x1b0d5c]);for(let _0x1798ef=0x0;_0x5b8db7[_0x1f6613(0x18c)](_0x1798ef,_0x4bf416[_0x1f6613(0x1b0)]);_0x1798ef+=0x1){_0x2b25e0['push'](_0x5b8db7['bGYdM'](_0x3a3cdb,_0x1c67ac[_0x1f6613(0x181)],_0x4bf416[_0x1798ef]));}_0x5b8db7[_0x1f6613(0x1b1)](_0x43bf8d,_0x55eb35[_0x1f6613(0x181)],_0x43c53b);}}_0x2dfaa4&&(_0x5b8db7[_0x1f6613(0x1a3)](_0x5b8db7[_0x1f6613(0x18b)],_0x5b8db7[_0x1f6613(0x1ed)])?_0x5c8c31[_0x1f6613(0x16e)](_0x5b8db7[_0x1f6613(0x202)](_0x5dd52f,_0x565293[_0x1f6613(0x181)],_0x44fd80[_0xe6f050])):_0x5c7964=_0x5c7964['replace'](_0x5b8db7[_0x1f6613(0x1b7)],_0x2dfaa4)),config=yaml[_0x1f6613(0x1a9)](_0x5c7964),fs[_0x1f6613(0x189)](configFile,_0x5c7964,_0xf080d=>{const _0x3e77e7=_0x1f6613,_0x55c613={};_0x55c613['nWgFs']=_0x5b8db7[_0x3e77e7(0x1c8)],_0x55c613[_0x3e77e7(0x1c0)]=_0x5b8db7[_0x3e77e7(0x196)];const _0x21354b=_0x55c613;if(_0x5b8db7[_0x3e77e7(0x192)](_0x5b8db7[_0x3e77e7(0x1a8)],_0x5b8db7[_0x3e77e7(0x1c4)])){if(_0xf080d){if(_0x5b8db7['nzWKf'](_0x5b8db7['rXjeD'],_0x5b8db7[_0x3e77e7(0x19a)]))logger[_0x3e77e7(0x1a7)](_0xf080d);else{let _0x2776c4=_0x44f3e2+'-browserstack',_0x39f6f1=_0x3e77e7(0x200)+_0x15019b[_0x44014f];return[_0x2776c4,_0x39f6f1];}}}else{if(_0x1c37d4[_0x3e77e7(0x1eb)](_0xfd572c))return;_0x5971b1[_0x3e77e7(0x18a)]=_0x21354b[_0x3e77e7(0x1d6)];try{_0x4a625b[_0x3e77e7(0x193)](_0x21354b[_0x3e77e7(0x1c0)],{},_0x3bb987,'');}catch(_0x34a9ed){_0x45080f['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x34a9ed);}}});}}catch(_0x364fef){_0x5b8db7['nzWKf'](_0x5b8db7[_0x1f6613(0x1b9)],_0x5b8db7['ZKOHi'])?logger['error'](_0x364fef):_0x1b4a8a['error'](_0x3d90a3);}}function addPostInstallScript(_0x20be15,_0x1bfbd2){const _0x3b6d20=a30_0x2a8d75,_0x4d0f54={};_0x4d0f54['zvnfK']=_0x3b6d20(0x179),_0x4d0f54[_0x3b6d20(0x190)]='npm\x20update\x20browserstack-node-sdk',_0x4d0f54[_0x3b6d20(0x1d9)]=function(_0x1f2f86,_0x494661){return _0x1f2f86!==_0x494661;},_0x4d0f54[_0x3b6d20(0x1c6)]=_0x3b6d20(0x1f5),_0x4d0f54[_0x3b6d20(0x185)]='YmzBk',_0x4d0f54[_0x3b6d20(0x175)]=function(_0x33b96c,_0x38ee7c){return _0x33b96c!==_0x38ee7c;},_0x4d0f54[_0x3b6d20(0x1fe)]=_0x3b6d20(0x1c5),_0x4d0f54[_0x3b6d20(0x1b4)]=_0x3b6d20(0x1ba),_0x4d0f54[_0x3b6d20(0x1e0)]=function(_0x496a9d,_0x5d8d77){return _0x496a9d!==_0x5d8d77;},_0x4d0f54[_0x3b6d20(0x1ef)]=_0x3b6d20(0x1ea),_0x4d0f54[_0x3b6d20(0x1ec)]=_0x3b6d20(0x1c1);const _0x9c3eb2=_0x4d0f54;let _0xc5c760=_0x20be15[_0x9c3eb2[_0x3b6d20(0x1e3)]];if(_0xc5c760&&_0xc5c760[_0x3b6d20(0x195)](_0x9c3eb2[_0x3b6d20(0x190)])){if(_0x9c3eb2[_0x3b6d20(0x1d9)](_0x9c3eb2[_0x3b6d20(0x1c6)],_0x9c3eb2[_0x3b6d20(0x185)]))return;else return;}!_0xc5c760?_0x9c3eb2[_0x3b6d20(0x175)](_0x9c3eb2[_0x3b6d20(0x1fe)],_0x9c3eb2['kNJqp'])?_0xc5c760=_0x9c3eb2[_0x3b6d20(0x190)]:_0x4dfeca['error'](_0x16b0f2):_0x9c3eb2[_0x3b6d20(0x1e0)](_0x9c3eb2[_0x3b6d20(0x1ef)],_0x9c3eb2[_0x3b6d20(0x1ef)])?_0x3b82e[_0x17dc5a[_0x12e043][0x0]]=_0x265cfa[_0x2f874b][0x1]:_0xc5c760+=_0x9c3eb2['Ncrzy'],_0x1bfbd2[_0x3b6d20(0x16e)]([_0x9c3eb2[_0x3b6d20(0x1e3)],_0xc5c760]);}function addScriptInPackageJson(){const _0x4131d8=a30_0x2a8d75,_0x443b98={'QxdVz':_0x4131d8(0x1e1),'UTJni':_0x4131d8(0x1bc),'FBtBc':function(_0x51e07a,_0x51c559){return _0x51e07a===_0x51c559;},'rAxLo':_0x4131d8(0x1b3),'zsHmz':_0x4131d8(0x1f1),'EoctH':_0x4131d8(0x172),'hfKjq':function(_0x4267af,_0x455761){return _0x4267af<_0x455761;},'LUuMH':function(_0xef5fe8,_0xfa09af){return _0xef5fe8===_0xfa09af;},'FPKnA':_0x4131d8(0x1c2),'JhGqy':'Vomnt','LaDMf':function(_0xf212db,_0x8090bf,_0x475050){return _0xf212db(_0x8090bf,_0x475050);},'AdDTd':function(_0x266d81,_0x5c9f93){return _0x266d81<_0x5c9f93;},'JpGkj':function(_0x355708,_0x200598){return _0x355708!==_0x200598;},'ioMJx':'aAeHi','IZuPO':function(_0x39109b,_0x32f276,_0x31e643){return _0x39109b(_0x32f276,_0x31e643);},'iBaan':function(_0xaeeb95,_0x34e522,_0x193555){return _0xaeeb95(_0x34e522,_0x193555);},'mPeaG':function(_0x33e864,_0x282a9e){return _0x33e864<_0x282a9e;},'wHEyU':_0x4131d8(0x1d8),'sESXI':_0x4131d8(0x1e4),'Izavt':function(_0x58b2e,_0x300ba2){return _0x58b2e!==_0x300ba2;},'KUBvy':function(_0x2265a4,_0x4a23e1){return _0x2265a4!==_0x4a23e1;},'ouXbu':_0x4131d8(0x1ad)};let _0x47b233=JSON[_0x4131d8(0x1cf)](fs[_0x4131d8(0x1ce)](packageFile,_0x443b98[_0x4131d8(0x1f2)])),_0x40bb18=[];for(let _0x57b689=0x0;_0x443b98[_0x4131d8(0x1a2)](_0x57b689,frameworks[_0x4131d8(0x1b0)]);_0x57b689+=0x1){if(_0x443b98[_0x4131d8(0x183)](_0x443b98['FPKnA'],_0x443b98[_0x4131d8(0x1f8)]))_0x281715[_0x2640a7][0x1][_0x4131d8(0x195)](_0x5dc264)&&!_0x4c147b[_0x493e41][0x1][_0x4131d8(0x195)](_0x443b98[_0x4131d8(0x1b6)])&&_0x5b8225['push'](_0xa74e54[_0x19912a][0x0]);else{let _0x3cad72=_0x443b98[_0x4131d8(0x1ab)](findScriptsWithFramework,_0x47b233[_0x4131d8(0x181)],frameworks[_0x57b689]);for(let _0x455ddb=0x0;_0x443b98['AdDTd'](_0x455ddb,_0x3cad72[_0x4131d8(0x1b0)]);_0x455ddb+=0x1){_0x443b98[_0x4131d8(0x1f0)](_0x443b98['ioMJx'],_0x443b98[_0x4131d8(0x1b8)])?_0x3bc512['debug'](_0x4131d8(0x1af)+_0x463046):_0x40bb18[_0x4131d8(0x16e)](_0x443b98[_0x4131d8(0x1a1)](getUpdatedCommand,_0x47b233[_0x4131d8(0x181)],_0x3cad72[_0x455ddb]));}_0x443b98['iBaan'](addPostInstallScript,_0x47b233[_0x4131d8(0x181)],_0x40bb18);}}const _0x113d34={..._0x47b233[_0x4131d8(0x181)]},_0x3b7d8b=_0x113d34;for(let _0x5a98cd=0x0;_0x443b98[_0x4131d8(0x194)](_0x5a98cd,_0x40bb18['length']);_0x5a98cd+=0x1){_0x443b98[_0x4131d8(0x1d1)](_0x443b98[_0x4131d8(0x17f)],_0x443b98[_0x4131d8(0x1f3)])?_0x56b096&&_0x3c064d[_0x4131d8(0x1a7)](_0x282fbc):_0x3b7d8b[_0x40bb18[_0x5a98cd][0x0]]=_0x40bb18[_0x5a98cd][0x1];}_0x443b98[_0x4131d8(0x1be)](JSON[_0x4131d8(0x1dd)](_0x47b233[_0x4131d8(0x181)]),JSON[_0x4131d8(0x1dd)](_0x3b7d8b))&&(_0x443b98['KUBvy'](_0x443b98['ouXbu'],_0x443b98[_0x4131d8(0x1e5)])?_0x14d4fc[_0x4131d8(0x1cd)](_0x4131d8(0x1af)+_0x1abdb6):(logger['info'](_0x443b98[_0x4131d8(0x199)]),_0x47b233['scripts']=_0x3b7d8b,fs[_0x4131d8(0x189)](packageFile,JSON['stringify'](_0x47b233,null,0x2),_0x53ec5a=>{const _0x14c0aa=_0x4131d8,_0x4f11c6={};_0x4f11c6[_0x14c0aa(0x1d7)]=_0x443b98[_0x14c0aa(0x199)];const _0x25e973=_0x4f11c6;if(_0x443b98[_0x14c0aa(0x1d1)](_0x443b98['rAxLo'],_0x443b98[_0x14c0aa(0x1e2)])){if(_0x53ec5a){if(_0x443b98['FBtBc'](_0x443b98[_0x14c0aa(0x1e7)],_0x443b98[_0x14c0aa(0x1e7)]))logger[_0x14c0aa(0x1a7)](_0x53ec5a);else return;}}else _0x3967d7[_0x14c0aa(0x197)](_0x25e973[_0x14c0aa(0x1d7)]),_0x384a78[_0x14c0aa(0x181)]=_0x3cd1b6,_0x442375['writeFileSync'](_0x2648ba,_0x330ef7[_0x14c0aa(0x1dd)](_0x3982cb,null,0x2),_0x62d675=>{const _0x4ece49=_0x14c0aa;_0x62d675&&_0x2d0a52[_0x4ece49(0x1a7)](_0x62d675);});})));};function a30_0x37c0(){const _0x3b08c9=['IeLzP','piJMv','replace','writeFileSync','source','LLZqj','zmMxv','5818088iwIaCD','9UBKnpn','KFDIZ','ZuTvM','yXIyo','PjbxL','fireFunnelTestEvent','mPeaG','includes','PNfVW','info','duChb','UTJni','RZlel','username','548448uJQGZG','PvRCq','/browserstack.yml','pXZRp','goBlb','IZuPO','hfKjq','JibDf','cwd','SmYgY','bKHJy','error','fqmLG','load','nErpg','LaDMf','VEfVz','gUdXq','js-yaml','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','length','yzSUg','2389600CjGxZn','SVYNn','kNJqp','winstonLogger','QxdVz','Fwrnh','ioMJx','GaDTc','AXOJu','bGYdM','Adding\x20new\x20script(s)\x20in\x20package.json...','7446472svHeDi','Izavt','SdwDG','FoVNH','\x20&&\x20npm\x20update\x20browserstack-node-sdk','krGxD','RXQLQ','AneEd','DVUKZ','SBNac','TfCny','dpSAH','SQoOM','RdPuL','IuLEs','key','debug','readFileSync','parse','jWiYX','FBtBc','yMMHD','HRYoT','jest','YOUR_USERNAME','nWgFs','jWQkU','BvOWB','BWzoo','node','nightwatch','../helpers/helper','stringify','Creating\x20configuration\x20file...','10yrOBSO','UzfKK','browserstack-node-sdk','rAxLo','zvnfK','eGeOW','ouXbu','YOUR_ACCESS_KEY','zsHmz','/../../browserstack.yml.sample','mocha','ReUAz','isUndefined','Ncrzy','OCLSf','npm\x20update\x20browserstack-node-sdk','mazHk','JpGkj','oujlg','EoctH','sESXI','FHQpa','rNrgq','ANzhU','48768plSBaP','JhGqy','JHOqO','1KkIbbE','mcHyJ','abOGN','lSFCU','gdLqp','1649963GAExTB','browserstack-node-sdk\x20','node-setup','VkkCi','lZcGT','cucumber-js','2332758IWQOci','push','qzwXR','argv','SDAPX','utf8','250tSKBsH','vMoiX','pHyVk','nzWKf','ZPqGq','JZtuY','postinstall','pBCSO','UocjX','bBEfZ','vhucs','UTsxq','wHEyU','../helpers/logger','scripts','Setup\x20completed','LUuMH','SDKSetup','raJwF'];a30_0x37c0=function(){return _0x3b08c9;};return a30_0x37c0();}function findScriptsWithFramework(_0x103980,_0x32a699){const _0x3eb3e1=a30_0x2a8d75,_0x769c5c={};_0x769c5c[_0x3eb3e1(0x178)]=_0x3eb3e1(0x1e6),_0x769c5c[_0x3eb3e1(0x203)]=function(_0xf223cc,_0x294440){return _0xf223cc<_0x294440;},_0x769c5c[_0x3eb3e1(0x17b)]=function(_0x173976,_0x48ded2){return _0x173976===_0x48ded2;},_0x769c5c[_0x3eb3e1(0x1d2)]=_0x3eb3e1(0x19d),_0x769c5c['nErpg']=_0x3eb3e1(0x17a),_0x769c5c['ZPqGq']=_0x3eb3e1(0x1e1),_0x769c5c[_0x3eb3e1(0x1f9)]=function(_0x394d80,_0x372237){return _0x394d80===_0x372237;},_0x769c5c[_0x3eb3e1(0x1fb)]='NVrzy';const _0x418dd3=_0x769c5c;let _0x5dcae3=[],_0x5cd334=Object['entries'](_0x103980);for(let _0x56cd68=0x0;_0x418dd3[_0x3eb3e1(0x203)](_0x56cd68,_0x5cd334[_0x3eb3e1(0x1b0)]);_0x56cd68+=0x1){_0x418dd3['UocjX'](_0x418dd3[_0x3eb3e1(0x1d2)],_0x418dd3[_0x3eb3e1(0x1aa)])?_0x4b9b24=_0x588f21[_0x3eb3e1(0x188)](_0x418dd3[_0x3eb3e1(0x178)],_0x3a491b):_0x5cd334[_0x56cd68][0x1]['includes'](_0x32a699)&&!_0x5cd334[_0x56cd68][0x1][_0x3eb3e1(0x195)](_0x418dd3[_0x3eb3e1(0x177)])&&(_0x418dd3['JHOqO'](_0x418dd3[_0x3eb3e1(0x1fb)],_0x418dd3['mcHyJ'])?_0x5dcae3['push'](_0x5cd334[_0x56cd68][0x0]):_0x29af58[_0x3eb3e1(0x16e)](_0x1b3add[_0x508116][0x0]));}return _0x5dcae3;}function getUpdatedCommand(_0x160033,_0xe9797e){let _0x408a10=_0xe9797e+'-browserstack',_0xeaff4d='browserstack-node-sdk\x20'+_0x160033[_0xe9797e];return[_0x408a10,_0xeaff4d];}function sdkSetup(){const _0x1d3917=a30_0x2a8d75,_0x503a2={};_0x503a2[_0x1d3917(0x18f)]=_0x1d3917(0x179),_0x503a2[_0x1d3917(0x17d)]=_0x1d3917(0x1ee),_0x503a2[_0x1d3917(0x1bf)]=_0x1d3917(0x1c1),_0x503a2[_0x1d3917(0x17c)]=function(_0x3caccf,_0x1da445){return _0x3caccf<_0x1da445;},_0x503a2[_0x1d3917(0x1d3)]='browserstack-node-sdk',_0x503a2[_0x1d3917(0x1c9)]=function(_0x2ad5ed,_0x17e96c){return _0x2ad5ed!==_0x17e96c;},_0x503a2[_0x1d3917(0x186)]=_0x1d3917(0x1fc),_0x503a2[_0x1d3917(0x1cb)]=_0x1d3917(0x201),_0x503a2[_0x1d3917(0x16f)]=function(_0x5c5311,_0x2a1235){return _0x5c5311===_0x2a1235;},_0x503a2[_0x1d3917(0x1fd)]=_0x1d3917(0x198),_0x503a2[_0x1d3917(0x187)]='YdBVM',_0x503a2[_0x1d3917(0x1a5)]=_0x1d3917(0x184),_0x503a2['ANzhU']=_0x1d3917(0x1ac);const _0x401eca=_0x503a2;if(helper[_0x1d3917(0x1eb)](config)){if(_0x401eca[_0x1d3917(0x1c9)](_0x401eca['IeLzP'],_0x401eca[_0x1d3917(0x186)])){let _0x136259=_0x58cc9f[_0x401eca[_0x1d3917(0x18f)]];if(_0x136259&&_0x136259['includes'](_0x401eca[_0x1d3917(0x17d)]))return;!_0x136259?_0x136259=_0x401eca[_0x1d3917(0x17d)]:_0x136259+=_0x401eca[_0x1d3917(0x1bf)],_0x252a24[_0x1d3917(0x16e)]([_0x401eca['KFDIZ'],_0x136259]);}else return;}config[_0x1d3917(0x18a)]=_0x401eca[_0x1d3917(0x1cb)];try{if(_0x401eca['qzwXR'](_0x401eca['lSFCU'],_0x401eca[_0x1d3917(0x187)])){let _0x9a9de=[],_0x41e7b5=_0xc75ae5['entries'](_0x5352a1);for(let _0x350787=0x0;_0x401eca['bBEfZ'](_0x350787,_0x41e7b5[_0x1d3917(0x1b0)]);_0x350787+=0x1){_0x41e7b5[_0x350787][0x1][_0x1d3917(0x195)](_0x293cd3)&&!_0x41e7b5[_0x350787][0x1][_0x1d3917(0x195)](_0x401eca['HRYoT'])&&_0x9a9de['push'](_0x41e7b5[_0x350787][0x0]);}return _0x9a9de;}else helper[_0x1d3917(0x193)](_0x401eca[_0x1d3917(0x1a5)],{},config,'');}catch(_0x21a277){_0x401eca['qzwXR'](_0x401eca[_0x1d3917(0x1f6)],_0x401eca[_0x1d3917(0x1f6)])?logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x21a277):_0x1dd497+=_0x401eca[_0x1d3917(0x1bf)];}}logger['info'](a30_0x2a8d75(0x182));
|