browserstack-node-sdk 1.32.9 → 1.32.10

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.
Files changed (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a61_0x281655=a61_0x2017;(function(_0x28a808,_0x2d48ea){const _0x510935=a61_0x2017,_0x6126fc=_0x28a808();while(!![]){try{const _0x1bd29b=parseInt(_0x510935(0x169))/0x1+-parseInt(_0x510935(0x167))/0x2+parseInt(_0x510935(0x17d))/0x3+parseInt(_0x510935(0x175))/0x4+-parseInt(_0x510935(0x17e))/0x5*(parseInt(_0x510935(0x177))/0x6)+-parseInt(_0x510935(0x17c))/0x7+-parseInt(_0x510935(0x166))/0x8*(-parseInt(_0x510935(0x174))/0x9);if(_0x1bd29b===_0x2d48ea)break;else _0x6126fc['push'](_0x6126fc['shift']());}catch(_0x52944b){_0x6126fc['push'](_0x6126fc['shift']());}}}(a61_0x3b2a,0x70847));const winston=require(a61_0x281655(0x187)),os=require('os'),fs=require('fs'),path=require(a61_0x281655(0x185)),logDir=a61_0x281655(0x16b);!fs[a61_0x281655(0x181)](logDir)&&fs[a61_0x281655(0x170)](logDir);const a61_0x5e2b3e={};a61_0x5e2b3e[a61_0x281655(0x17a)]='console.info';const transports={'loggerConsole':new winston['transports'][(a61_0x281655(0x16e))](a61_0x5e2b3e),'loggerFile':new winston[(a61_0x281655(0x16c))]['File']({'filename':path['join'](logDir,a61_0x281655(0x17f))}),'debugLoggerFile':new winston[(a61_0x281655(0x16c))][(a61_0x281655(0x165))]({'filename':path[a61_0x281655(0x16f)](os[a61_0x281655(0x172)](),a61_0x281655(0x17b)),'level':a61_0x281655(0x171)})},a61_0x57c369={};function a61_0x3b2a(){const _0x55ac8d=['debugLoggerFile','format','path','fileLogger','winston','File','1333240ODCbQq','1139348eJuHLs','\x20-\x20','566222eqZHyq','YYYY-MM-DD\x20HH:mm:ss','log','transports','level','Console','join','mkdirSync','debug','tmpdir','colorize','45HcHCuE','2323436xFbgoi','logDir','366PGWato','message','createLogger','name','/usage-debug.log','4381888sJUhaJ','1422525lAjLxq','65410hcqMMW','/usage.log','printf','existsSync','loggerFile'];a61_0x3b2a=function(){return _0x55ac8d;};return a61_0x3b2a();}a61_0x57c369[a61_0x281655(0x184)]=a61_0x281655(0x16a);const a61_0x24bed4={};a61_0x24bed4[a61_0x281655(0x16d)]=!![];const winstonLoggerParams={'format':winston['format']['combine'](winston['format']['timestamp'](a61_0x57c369),winston['format'][a61_0x281655(0x173)](a61_0x24bed4),winston[a61_0x281655(0x184)][a61_0x281655(0x180)](_0xd39d59=>_0xd39d59['timestamp']+a61_0x281655(0x168)+_0xd39d59['level']+':\x20'+_0xd39d59[a61_0x281655(0x178)])),'transports':[transports['loggerConsole'],transports[a61_0x281655(0x182)],transports[a61_0x281655(0x183)]]},a61_0x7458cd={};a61_0x7458cd[a61_0x281655(0x16c)]=[transports['loggerFile']];const winstonFileLoggerParams=a61_0x7458cd;function a61_0x2017(_0x272265,_0x21dbc3){const _0x3b2a76=a61_0x3b2a();return a61_0x2017=function(_0x2017f8,_0x506f2c){_0x2017f8=_0x2017f8-0x165;let _0x541796=_0x3b2a76[_0x2017f8];return _0x541796;},a61_0x2017(_0x272265,_0x21dbc3);}exports['winstonLogger']=new winston[(a61_0x281655(0x179))](winstonLoggerParams),exports[a61_0x281655(0x186)]=new winston['createLogger'](winstonFileLoggerParams),exports[a61_0x281655(0x176)]=logDir,exports[a61_0x281655(0x16c)]=transports;
1
+ const a61_0x463222=a61_0x517d;(function(_0x463cff,_0x578013){const _0x5e1223=a61_0x517d,_0x3bab1f=_0x463cff();while(!![]){try{const _0x2f5e9e=-parseInt(_0x5e1223(0x10a))/0x1*(parseInt(_0x5e1223(0x10b))/0x2)+-parseInt(_0x5e1223(0x10d))/0x3*(-parseInt(_0x5e1223(0xf1))/0x4)+-parseInt(_0x5e1223(0x10c))/0x5+-parseInt(_0x5e1223(0xf4))/0x6*(-parseInt(_0x5e1223(0xf0))/0x7)+-parseInt(_0x5e1223(0xfc))/0x8*(-parseInt(_0x5e1223(0x101))/0x9)+-parseInt(_0x5e1223(0xf3))/0xa+parseInt(_0x5e1223(0xfd))/0xb;if(_0x2f5e9e===_0x578013)break;else _0x3bab1f['push'](_0x3bab1f['shift']());}catch(_0x5f2ede){_0x3bab1f['push'](_0x3bab1f['shift']());}}}(a61_0x4877,0xba374));const winston=require(a61_0x463222(0xf2)),os=require('os'),fs=require('fs'),path=require(a61_0x463222(0x108)),logDir=a61_0x463222(0x103);!fs[a61_0x463222(0xff)](logDir)&&fs[a61_0x463222(0x102)](logDir);const a61_0x3ce82f={};a61_0x3ce82f['name']=a61_0x463222(0x100);const transports={'loggerConsole':new winston[(a61_0x463222(0x105))][(a61_0x463222(0x110))](a61_0x3ce82f),'loggerFile':new winston[(a61_0x463222(0x105))][(a61_0x463222(0xfb))]({'filename':path['join'](logDir,a61_0x463222(0x10e))}),'debugLoggerFile':new winston['transports']['File']({'filename':path[a61_0x463222(0xee)](os[a61_0x463222(0xf6)](),a61_0x463222(0x106)),'level':a61_0x463222(0xef)})},a61_0xc4672f={};a61_0xc4672f['format']=a61_0x463222(0x107);const a61_0x194c69={};function a61_0x517d(_0x1c5596,_0x291e81){const _0x4877f1=a61_0x4877();return a61_0x517d=function(_0x517d02,_0x5a988f){_0x517d02=_0x517d02-0xee;let _0x2ded78=_0x4877f1[_0x517d02];return _0x2ded78;},a61_0x517d(_0x1c5596,_0x291e81);}a61_0x194c69[a61_0x463222(0xf8)]=!![];const winstonLoggerParams={'format':winston[a61_0x463222(0x10f)][a61_0x463222(0xfa)](winston[a61_0x463222(0x10f)][a61_0x463222(0xfe)](a61_0xc4672f),winston[a61_0x463222(0x10f)]['colorize'](a61_0x194c69),winston[a61_0x463222(0x10f)][a61_0x463222(0xf5)](_0x477211=>_0x477211[a61_0x463222(0xfe)]+'\x20-\x20'+_0x477211['level']+':\x20'+_0x477211['message'])),'transports':[transports[a61_0x463222(0xf9)],transports[a61_0x463222(0xf7)],transports[a61_0x463222(0x111)]]},a61_0x334ce1={};a61_0x334ce1[a61_0x463222(0x105)]=[transports['loggerFile']];const winstonFileLoggerParams=a61_0x334ce1;exports['winstonLogger']=new winston[(a61_0x463222(0x109))](winstonLoggerParams),exports[a61_0x463222(0x104)]=new winston[(a61_0x463222(0x109))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a61_0x463222(0x105)]=transports;function a61_0x4877(){const _0x1a8bcd=['6035268QeEOym','winston','13966840OzBBJx','3326772lvjArH','printf','tmpdir','loggerFile','level','loggerConsole','combine','File','181984lQxXYo','5145591tAHcuV','timestamp','existsSync','console.info','360LuMaXd','mkdirSync','log','fileLogger','transports','/usage-debug.log','YYYY-MM-DD\x20HH:mm:ss','path','createLogger','1EfYSqw','1265226mZTdZF','3244715xGlqXc','3uBralI','/usage.log','format','Console','debugLoggerFile','join','debug','7DAxrBX'];a61_0x4877=function(){return _0x1a8bcd;};return a61_0x4877();}
@@ -1 +1 @@
1
- function a62_0x46d4(){var _0x30e4b9=['3513255eNqaEE','emit','fuCRA','4MXtxEZ','4282555JPqrMi','hFTet','90dsTqDV','WsZtH','gHpTv','rMvGl','toISOString','quitCount_','iplKC','156lbPjhy','wtDMt','patchScreenshot','SnKMe','7623110uPMLGa','BS_TESTOPS_ALLOW_SCREENSHOTS','472pWvyUp','env','2200644CDKXAz','TEST_SCREENSHOT','split','34VrGrzx','251006rXohtF','11eMMpQu','HDIaq','xujGi','initQuit','100998tHmZsu','bs:addLog:','patchQuit','overrideTakeScreenshot','initScreenshot','quit','21640ovxaeN','IEMdF','mQUxl'];a62_0x46d4=function(){return _0x30e4b9;};return a62_0x46d4();}var a62_0x47b438=a62_0x5ec7;function a62_0x5ec7(_0x215845,_0x37c1e4){var _0x46d45a=a62_0x46d4();return a62_0x5ec7=function(_0x5ec7e1,_0x4f567e){_0x5ec7e1=_0x5ec7e1-0xca;var _0x521e07=_0x46d45a[_0x5ec7e1];return _0x521e07;},a62_0x5ec7(_0x215845,_0x37c1e4);}(function(_0x2598d7,_0x127b16){var _0x40e471=a62_0x5ec7,_0x1344ec=_0x2598d7();while(!![]){try{var _0x4a9eab=-parseInt(_0x40e471(0xe4))/0x1*(-parseInt(_0x40e471(0xf0))/0x2)+-parseInt(_0x40e471(0xcc))/0x3*(-parseInt(_0x40e471(0xcf))/0x4)+parseInt(_0x40e471(0xd0))/0x5+parseInt(_0x40e471(0xd2))/0x6*(parseInt(_0x40e471(0xe5))/0x7)+-parseInt(_0x40e471(0xdf))/0x8*(-parseInt(_0x40e471(0xea))/0x9)+-parseInt(_0x40e471(0xdd))/0xa*(parseInt(_0x40e471(0xe6))/0xb)+-parseInt(_0x40e471(0xe1))/0xc*(parseInt(_0x40e471(0xd9))/0xd);if(_0x4a9eab===_0x127b16)break;else _0x1344ec['push'](_0x1344ec['shift']());}catch(_0xe7972){_0x1344ec['push'](_0x1344ec['shift']());}}}(a62_0x46d4,0x9a6a9),exports[a62_0x47b438(0xed)]=_0x41fc1b=>{var _0x163d12=a62_0x47b438,_0x58cc87={'HDIaq':'0|4|3|2|1|5','IQNao':_0x163d12(0xe2),'rMvGl':function(_0x36b39a,_0x5be4e6){return _0x36b39a(_0x5be4e6);},'pgvLk':function(_0x4c3b1f,_0x157101){return _0x4c3b1f!==_0x157101;},'SnKMe':'true'},_0x347680=_0x58cc87[_0x163d12(0xe7)][_0x163d12(0xe3)]('|'),_0x16c9e5=0x0;while(!![]){switch(_0x347680[_0x16c9e5++]){case'0':var _0x205cad={'PtNcv':_0x58cc87['IQNao'],'IEMdF':function(_0x5efee2,_0x27cab1){var _0x56579f=_0x163d12;return _0x58cc87[_0x56579f(0xd5)](_0x5efee2,_0x27cab1);}};continue;case'1':_0x41fc1b[_0x163d12(0xee)]=_0x41fc1b['takeScreenshot'];continue;case'2':_0x41fc1b[_0x163d12(0xdb)]=!![];continue;case'3':if(_0x41fc1b['patchScreenshot'])return;continue;case'4':if(_0x58cc87['pgvLk'](process[_0x163d12(0xe0)][_0x163d12(0xde)],_0x58cc87[_0x163d12(0xdc)]))return;continue;case'5':_0x41fc1b['takeScreenshot']=()=>{var _0x3b649c={'hFTet':_0x205cad['PtNcv'],'gHpTv':function(_0xb35a83,_0xa380d3){var _0x157ccd=a62_0x5ec7;return _0x205cad[_0x157ccd(0xca)](_0xb35a83,_0xa380d3);}};return new Promise(function(_0x31894b,_0x444008){var _0x16f9e2=a62_0x5ec7,_0x550ca1={'ibpGb':_0x3b649c[_0x16f9e2(0xd1)],'fuCRA':function(_0x2391de,_0x51377f){var _0x202ed6=_0x16f9e2;return _0x3b649c[_0x202ed6(0xd4)](_0x2391de,_0x51377f);}};_0x41fc1b[_0x16f9e2(0xee)]()['then'](_0x4e2cfa=>{var _0x3fbebc=_0x16f9e2;process[_0x3fbebc(0xcd)](_0x3fbebc(0xeb)+process['pid'],{'timestamp':new Date()[_0x3fbebc(0xd6)](),'message':_0x4e2cfa,'kind':_0x550ca1['ibpGb']}),_0x550ca1[_0x3fbebc(0xce)](_0x31894b,_0x4e2cfa);});});};continue;}break;}},exports['overrideQuit']=(_0x23aac3,_0x3e548c=null)=>{var _0x4970bc=a62_0x47b438,_0x479b8e={'dIwCq':'2|4|1|0|3','ZzKSY':function(_0x112968){return _0x112968();},'iplKC':function(_0x52a92e,_0x56bafe){return _0x52a92e>_0x56bafe;},'xujGi':function(_0x19cdbf,_0x26cd86){return _0x19cdbf>_0x26cd86;}},_0x39e5c2=_0x479b8e['dIwCq'][_0x4970bc(0xe3)]('|'),_0x5cb3a7=0x0;while(!![]){switch(_0x39e5c2[_0x5cb3a7++]){case'0':_0x23aac3[_0x4970bc(0xe9)]=_0x23aac3[_0x4970bc(0xef)];continue;case'1':_0x23aac3[_0x4970bc(0xec)]=!![];continue;case'2':var _0x512189={'wtDMt':function(_0x1e14a6){return _0x479b8e['ZzKSY'](_0x1e14a6);},'WsZtH':function(_0x2eb1d7,_0x35b9c3){var _0xe15e05=_0x4970bc;return _0x479b8e[_0xe15e05(0xd8)](_0x2eb1d7,_0x35b9c3);},'mQUxl':function(_0x47236b,_0x2af688){var _0x507c56=_0x4970bc;return _0x479b8e[_0x507c56(0xe8)](_0x47236b,_0x2af688);}};continue;case'3':_0x23aac3[_0x4970bc(0xef)]=()=>{var _0x2b0cbf=_0x4970bc;if(_0x3e548c){_0x3e548c[_0x2b0cbf(0xd7)]+=0x1;if(_0x512189[_0x2b0cbf(0xd3)](_0x3e548c[_0x2b0cbf(0xd7)],0x1))return _0x23aac3[_0x2b0cbf(0xe9)]();}else{_0x23aac3[_0x2b0cbf(0xd7)]+=0x1;if(_0x512189[_0x2b0cbf(0xcb)](_0x23aac3[_0x2b0cbf(0xd7)],0x1))return _0x23aac3[_0x2b0cbf(0xe9)]();}return new Promise(function(_0xbd1dd3){var _0x31091c=_0x2b0cbf;_0x512189[_0x31091c(0xda)](_0xbd1dd3);});};continue;case'4':if(_0x23aac3[_0x4970bc(0xec)])return;continue;}break;}});
1
+ function a62_0x5617(_0x5c36d6,_0x4508cd){var _0xdb72ab=a62_0xdb72();return a62_0x5617=function(_0x56174e,_0x5eb4fd){_0x56174e=_0x56174e-0x69;var _0x6cf51c=_0xdb72ab[_0x56174e];return _0x6cf51c;},a62_0x5617(_0x5c36d6,_0x4508cd);}var a62_0x3e0a6e=a62_0x5617;function a62_0xdb72(){var _0x32fc40=['overrideTakeScreenshot','jLJZN','MYfZA','takeScreenshot','overrideQuit','FvGhD','0|4|1|3|2','env','17826BWXssP','split','560hArIzn','219kYWcCD','LPRQp','emit','6886690EHUlAo','aftdB','quit','JjICA','787737XRVhTi','TEST_SCREENSHOT','bs:addLog:','119CXkrId','36484NZJHWO','patchQuit','939123Kulano','quitCount_','BS_TESTOPS_ALLOW_SCREENSHOTS','patchScreenshot','EzHiQ','wCllF','toISOString','1284064tXojlH','initQuit','OXnPS','initScreenshot','opBUs','9785624KIECCm'];a62_0xdb72=function(){return _0x32fc40;};return a62_0xdb72();}(function(_0x5897ff,_0x47d511){var _0x51b8c5=a62_0x5617,_0x202173=_0x5897ff();while(!![]){try{var _0xb9b27b=-parseInt(_0x51b8c5(0x7c))/0x1+parseInt(_0x51b8c5(0x80))/0x2*(-parseInt(_0x51b8c5(0x75))/0x3)+-parseInt(_0x51b8c5(0x89))/0x4+-parseInt(_0x51b8c5(0x78))/0x5+parseInt(_0x51b8c5(0x72))/0x6*(-parseInt(_0x51b8c5(0x7f))/0x7)+-parseInt(_0x51b8c5(0x69))/0x8+parseInt(_0x51b8c5(0x82))/0x9*(parseInt(_0x51b8c5(0x74))/0xa);if(_0xb9b27b===_0x47d511)break;else _0x202173['push'](_0x202173['shift']());}catch(_0x4f3f63){_0x202173['push'](_0x202173['shift']());}}}(a62_0xdb72,0xb795d),exports[a62_0x3e0a6e(0x6a)]=_0x3f8355=>{var _0x14a865=a62_0x3e0a6e,_0x569708={'MYfZA':'2|3|5|0|4|1','LPRQp':_0x14a865(0x7d),'opBUs':function(_0x11c236,_0xad2b4){return _0x11c236(_0xad2b4);},'OXnPS':function(_0x4abb03,_0x202e34){return _0x4abb03!==_0x202e34;},'wCllF':'true'},_0x5710f5=_0x569708[_0x14a865(0x6c)]['split']('|'),_0x1cc6cd=0x0;while(!![]){switch(_0x5710f5[_0x1cc6cd++]){case'0':_0x3f8355[_0x14a865(0x85)]=!![];continue;case'1':_0x3f8355[_0x14a865(0x6d)]=()=>{var _0x4d39e7={'jLJZN':_0x36e85e['YPpos'],'EzHiQ':function(_0x2a41f4,_0x5c6728){var _0x4e4edf=a62_0x5617;return _0x36e85e[_0x4e4edf(0x6f)](_0x2a41f4,_0x5c6728);}};return new Promise(function(_0x570bc1,_0x45c3b3){var _0x3db2b0=a62_0x5617;_0x3f8355[_0x3db2b0(0x8c)]()['then'](_0x2ac037=>{var _0x221809=_0x3db2b0;process[_0x221809(0x77)](_0x221809(0x7e)+process['pid'],{'timestamp':new Date()[_0x221809(0x88)](),'message':_0x2ac037,'kind':_0x4d39e7[_0x221809(0x6b)]}),_0x4d39e7[_0x221809(0x86)](_0x570bc1,_0x2ac037);});});};continue;case'2':var _0x36e85e={'YPpos':_0x569708[_0x14a865(0x76)],'FvGhD':function(_0x18d2fd,_0x37705f){var _0x25a2d8=_0x14a865;return _0x569708[_0x25a2d8(0x8d)](_0x18d2fd,_0x37705f);}};continue;case'3':if(_0x569708[_0x14a865(0x8b)](process[_0x14a865(0x71)][_0x14a865(0x84)],_0x569708[_0x14a865(0x87)]))return;continue;case'4':_0x3f8355[_0x14a865(0x8c)]=_0x3f8355[_0x14a865(0x6d)];continue;case'5':if(_0x3f8355[_0x14a865(0x85)])return;continue;}break;}},exports[a62_0x3e0a6e(0x6e)]=(_0x1075be,_0x29bed7=null)=>{var _0x4afd0e=a62_0x3e0a6e,_0x349505={'bwkTp':_0x4afd0e(0x70),'zkxtC':function(_0x26cb9b){return _0x26cb9b();},'aftdB':function(_0x5966dd,_0x4f49f6){return _0x5966dd>_0x4f49f6;},'eboln':function(_0x1ebc8f,_0x3436f2){return _0x1ebc8f>_0x3436f2;}},_0x47e7ba=_0x349505['bwkTp'][_0x4afd0e(0x73)]('|'),_0x2509bb=0x0;while(!![]){switch(_0x47e7ba[_0x2509bb++]){case'0':var _0x4a259d={'JjICA':function(_0x143a56){return _0x349505['zkxtC'](_0x143a56);},'aUKPs':function(_0x2d787d,_0x8c9c55){var _0x5014f5=_0x4afd0e;return _0x349505[_0x5014f5(0x79)](_0x2d787d,_0x8c9c55);},'nFuHT':function(_0x1c2831,_0xcb4d5f){return _0x349505['eboln'](_0x1c2831,_0xcb4d5f);}};continue;case'1':_0x1075be[_0x4afd0e(0x81)]=!![];continue;case'2':_0x1075be[_0x4afd0e(0x7a)]=()=>{var _0x3771eb=_0x4afd0e;if(_0x29bed7){_0x29bed7[_0x3771eb(0x83)]+=0x1;if(_0x4a259d['aUKPs'](_0x29bed7[_0x3771eb(0x83)],0x1))return _0x1075be[_0x3771eb(0x8a)]();}else{_0x1075be[_0x3771eb(0x83)]+=0x1;if(_0x4a259d['nFuHT'](_0x1075be['quitCount_'],0x1))return _0x1075be[_0x3771eb(0x8a)]();}return new Promise(function(_0x28876e){var _0x4186a7=_0x3771eb;_0x4a259d[_0x4186a7(0x7b)](_0x28876e);});};continue;case'3':_0x1075be[_0x4afd0e(0x8a)]=_0x1075be[_0x4afd0e(0x7a)];continue;case'4':if(_0x1075be['patchQuit'])return;continue;}break;}});
@@ -1 +1 @@
1
- function a63_0x2205(){const _0x4168ba=['89186IrqjUU','78FiGUHy','QOMEA','Error\x20creating\x20percy\x20config:\x20','26204RJVPVt','percy.json','nodeRequest','fIGLA','app:exec','hLYjo','../logger','healthcheck','exec','dlupx','PERCY_TOKEN','stderr','Percy\x20config\x20created\x20at\x20','PWLCc','bpudx','createWriteStream','90LfEPBz','path','app','93128btSLNR','stdout','ebFxp','isProcessRunning','api/app_percy/get_project_token?name=','105gSprXB','292600vMTbcA','./PercyBinary','flags','writeFile','exports','token','33615UOAQmW','assign','stop','fetchPercyToken','isRunning','SbnHu','version','data',':start','sXtPV','tfhWn','debug','XRSnO','uxelQ','../helper','child_process','Percy\x20healthcheck\x20successful','percy.log','KUbYV','hWcCJ','push','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','join','341940bRXPpi','stringify','PERCY_SERVER_ADDRESS','&type=','percyOptions','tmpdir','oaJlw','OHhom','MuSiX','start','eLWzF','env','http://localhost:5338','winstonLogger','pCIbe','1198536pBVcDn','GET','error','pipe'];a63_0x2205=function(){return _0x4168ba;};return a63_0x2205();}function a63_0x12f8(_0x20c0e9,_0x1bc463){const _0x2205a4=a63_0x2205();return a63_0x12f8=function(_0x12f844,_0x5377a0){_0x12f844=_0x12f844-0x111;let _0x76fb4f=_0x2205a4[_0x12f844];return _0x76fb4f;},a63_0x12f8(_0x20c0e9,_0x1bc463);}const a63_0x400bb1=a63_0x12f8;(function(_0x38f60a,_0xbd9a9){const _0x437734=a63_0x12f8,_0x26b72f=_0x38f60a();while(!![]){try{const _0x5b13b5=-parseInt(_0x437734(0x150))/0x1+parseInt(_0x437734(0x12d))/0x2+-parseInt(_0x437734(0x149))/0x3*(-parseInt(_0x437734(0x131))/0x4)+-parseInt(_0x437734(0x14a))/0x5+parseInt(_0x437734(0x12e))/0x6*(parseInt(_0x437734(0x144))/0x7)+parseInt(_0x437734(0x129))/0x8+-parseInt(_0x437734(0x141))/0x9*(parseInt(_0x437734(0x11a))/0xa);if(_0x5b13b5===_0xbd9a9)break;else _0x26b72f['push'](_0x26b72f['shift']());}catch(_0x3e26b4){_0x26b72f['push'](_0x26b72f['shift']());}}}(a63_0x2205,0x27b0c));const fs=require('fs'),path=require(a63_0x400bb1(0x142)),os=require('os'),{spawn}=require(a63_0x400bb1(0x112)),helper=require(a63_0x400bb1(0x111)),logger=require(a63_0x400bb1(0x137))[a63_0x400bb1(0x127)],{logDir}=require(a63_0x400bb1(0x137)),PercyBinary=require(a63_0x400bb1(0x14b));class Percy{#logfile=path[a63_0x400bb1(0x119)](logDir,a63_0x400bb1(0x114));#address=process[a63_0x400bb1(0x125)][a63_0x400bb1(0x11c)]||a63_0x400bb1(0x126);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x1d313b){const _0xda1389=a63_0x400bb1;this.#config=_0x1d313b,!!_0x1d313b[_0xda1389(0x143)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x2e3ee4=new PercyBinary();this.#binaryPath=await _0x2e3ee4['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x4ccf38){return new Promise(_0x40ef63=>setTimeout(_0x40ef63,_0x4ccf38));}async[a63_0x400bb1(0x138)](){const _0x514449=a63_0x400bb1,_0x138028={};_0x138028['uxelQ']=_0x514449(0x12a),_0x138028[_0x514449(0x121)]='percy/healthcheck';const _0x52f3d4=_0x138028;try{const _0x200821=await helper[_0x514449(0x133)](_0x52f3d4[_0x514449(0x15d)],_0x52f3d4[_0x514449(0x121)],null,null,this.#address);if(_0x200821)return!![];}catch(_0x3200c8){return![];}}async[a63_0x400bb1(0x123)](){const _0x18b1ea=a63_0x400bb1,_0x44d35b={'ebFxp':_0x18b1ea(0x135),'sXtPV':_0x18b1ea(0x139),'bpudx':function(_0x3e9ba9,_0x164649,_0x5bed2f,_0x1e4c09){return _0x3e9ba9(_0x164649,_0x5bed2f,_0x1e4c09);},'tfhWn':'close','eLWzF':_0x18b1ea(0x113)},_0x370edb=await this.#getBinaryPath(),_0x319c3f={};_0x319c3f[_0x18b1ea(0x14c)]='a';const _0x160923=fs[_0x18b1ea(0x140)](this.#logfile,_0x319c3f),_0x3b3959=await this[_0x18b1ea(0x153)](),_0x4ed653=await this['createPercyConfig']();if(!_0x3b3959)return![];const _0x1a97f1=[(this.#isApp?_0x44d35b[_0x18b1ea(0x146)]:_0x44d35b[_0x18b1ea(0x159)])+_0x18b1ea(0x158)];_0x4ed653&&_0x1a97f1[_0x18b1ea(0x117)]('-c',_0x4ed653);const _0x1df7b3={};_0x1df7b3[_0x18b1ea(0x13b)]=_0x3b3959,this.#proc=_0x44d35b[_0x18b1ea(0x13f)](spawn,_0x370edb,_0x1a97f1,{'env':Object[_0x18b1ea(0x151)](process['env'],_0x1df7b3)}),this.#proc[_0x18b1ea(0x145)]['pipe'](_0x160923),this.#proc[_0x18b1ea(0x13c)][_0x18b1ea(0x12c)](_0x160923),this[_0x18b1ea(0x147)]=!![];var _0x4893f4=this;this.#proc['on'](_0x44d35b[_0x18b1ea(0x15a)],function(_0x563355){const _0x307a03=_0x18b1ea;_0x4893f4[_0x307a03(0x147)]=![];});do{const _0x38cb7e=await this[_0x18b1ea(0x138)]();if(_0x38cb7e)return logger['debug'](_0x44d35b[_0x18b1ea(0x124)]),!![];await this.#sleep(0x3e8);}while(this[_0x18b1ea(0x147)]);return![];}async[a63_0x400bb1(0x152)](){const _0x57cbb4={'hWcCJ':function(_0x320844,_0x5ba89b){return _0x320844(_0x5ba89b);},'PHAsL':function(_0x27f862,_0x2b1529,_0x1ffee1){return _0x27f862(_0x2b1529,_0x1ffee1);},'KUbYV':'exec:stop','pCIbe':'close'},_0x57d9bb=await this.#getBinaryPath();return new Promise((_0x2aae7e,_0x4cd20e)=>{const _0x53843d=a63_0x12f8,_0x4ac9d1={'PWLCc':function(_0xbb8cea,_0x111036){const _0x5de1f9=a63_0x12f8;return _0x57cbb4[_0x5de1f9(0x116)](_0xbb8cea,_0x111036);}},_0x84dcf1=_0x57cbb4['PHAsL'](spawn,_0x57d9bb,[_0x57cbb4[_0x53843d(0x115)]]);_0x84dcf1['on'](_0x57cbb4[_0x53843d(0x128)],_0x356e64=>{const _0xeae529=_0x53843d;this[_0xeae529(0x147)]=![],_0x4ac9d1[_0xeae529(0x13e)](_0x2aae7e,_0x356e64);});});}[a63_0x400bb1(0x154)](){const _0xe3a85a=a63_0x400bb1;return this[_0xe3a85a(0x147)];}async[a63_0x400bb1(0x153)](){const _0x1c2ebf=a63_0x400bb1,_0x369f4e={};_0x369f4e[_0x1c2ebf(0x15c)]=_0x1c2ebf(0x143),_0x369f4e[_0x1c2ebf(0x120)]='automate',_0x369f4e['SbnHu']=_0x1c2ebf(0x12a),_0x369f4e[_0x1c2ebf(0x12f)]='Percy\x20fetch\x20token\x20success';const _0x39cb5c=_0x369f4e,_0xcb46b4=this.#config['projectName'];try{const _0x59bd89=this.#isApp?_0x39cb5c['XRSnO']:_0x39cb5c[_0x1c2ebf(0x120)],_0x376271=await helper['nodeRequest'](_0x39cb5c[_0x1c2ebf(0x155)],_0x1c2ebf(0x148)+_0xcb46b4+_0x1c2ebf(0x11d)+_0x59bd89,{},this.#config),_0x561629=_0x376271[_0x1c2ebf(0x157)];return logger['debug'](_0x39cb5c[_0x1c2ebf(0x12f)]),_0x561629[_0x1c2ebf(0x14f)];}catch(_0x3e956d){return logger[_0x1c2ebf(0x12b)](_0x1c2ebf(0x118)+_0x3e956d),null;}}async['createPercyConfig'](){const _0xce0054=a63_0x400bb1,_0x5a8447={'fIGLA':function(_0x1e91bc,_0x178564){return _0x1e91bc(_0x178564);},'qYuAS':function(_0x163d29,_0x1511d7){return _0x163d29+_0x1511d7;},'MuSiX':_0xce0054(0x13d),'dlupx':function(_0x55931c,_0x36c295){return _0x55931c(_0x36c295);},'hLYjo':_0xce0054(0x132)};if(!this.#config[_0xce0054(0x11e)])return null;const _0x5081b6=path['join'](os[_0xce0054(0x11f)](),_0x5a8447[_0xce0054(0x136)]),_0x23f75f=this.#config[_0xce0054(0x11e)];return!_0x23f75f['version']&&(_0x23f75f[_0xce0054(0x156)]='2'),new Promise((_0x192ce6,_0x144e54)=>{const _0x5be9c7=_0xce0054;fs[_0x5be9c7(0x14d)](_0x5081b6,JSON[_0x5be9c7(0x11b)](_0x23f75f),_0x587ed6=>{const _0x14dc6f=_0x5be9c7;_0x587ed6&&(logger['error'](_0x14dc6f(0x130)+_0x587ed6),_0x5a8447[_0x14dc6f(0x134)](_0x192ce6,null)),logger[_0x14dc6f(0x15b)](_0x5a8447['qYuAS'](_0x5a8447[_0x14dc6f(0x122)],_0x5081b6)),_0x5a8447[_0x14dc6f(0x13a)](_0x192ce6,_0x5081b6);});});}}module[a63_0x400bb1(0x14e)]=Percy;
1
+ function a63_0x49be(_0x4eda6d,_0x3119c1){const _0x8c4ad7=a63_0x8c4a();return a63_0x49be=function(_0x49be74,_0x146f8c){_0x49be74=_0x49be74-0xf2;let _0x4d3ce8=_0x8c4ad7[_0x49be74];return _0x4d3ce8;},a63_0x49be(_0x4eda6d,_0x3119c1);}const a63_0x2b4011=a63_0x49be;(function(_0x3496e9,_0x2ad51c){const _0xe2a9d2=a63_0x49be,_0xb74588=_0x3496e9();while(!![]){try{const _0x293e99=parseInt(_0xe2a9d2(0x12b))/0x1+-parseInt(_0xe2a9d2(0x107))/0x2*(-parseInt(_0xe2a9d2(0xf3))/0x3)+-parseInt(_0xe2a9d2(0x106))/0x4*(-parseInt(_0xe2a9d2(0x121))/0x5)+parseInt(_0xe2a9d2(0x119))/0x6+-parseInt(_0xe2a9d2(0x135))/0x7+-parseInt(_0xe2a9d2(0x10b))/0x8+parseInt(_0xe2a9d2(0x137))/0x9*(-parseInt(_0xe2a9d2(0x102))/0xa);if(_0x293e99===_0x2ad51c)break;else _0xb74588['push'](_0xb74588['shift']());}catch(_0x1bc9a0){_0xb74588['push'](_0xb74588['shift']());}}}(a63_0x8c4a,0x4133c));const fs=require('fs'),path=require(a63_0x2b4011(0x12c)),os=require('os'),{spawn}=require(a63_0x2b4011(0xf9)),helper=require(a63_0x2b4011(0x101)),logger=require(a63_0x2b4011(0x138))[a63_0x2b4011(0x134)],{logDir}=require(a63_0x2b4011(0x138)),PercyBinary=require(a63_0x2b4011(0x11c));function a63_0x8c4a(){const _0x1843f4=['440782OrCDlk','FLhoN','TvrAx','Percy\x20fetch\x20token\x20success','1282952BNDpBf','assign','debug','isProcessRunning','EVTJk','automate','idFLn','flags','stringify','exec:stop','vKdLY','app:exec','Error\x20creating\x20percy\x20config:\x20','stderr','1994256RFZLyu','percy.json','KpMxD','./PercyBinary','http://localhost:5338','tmpdir','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','isRunning','707145kzHMyc','token','fZCRp','dSWoy','percyOptions','hYdhA','createWriteStream','writeFile','join','push','329126RePAIx','path','api/app_percy/get_project_token?name=','zJnvk','env','zbLpQ','SqiPE','Percy\x20config\x20created\x20at\x20','GET','winstonLogger','3528609RkWnPZ','rtvpg','1785141VfQSqZ','../logger','pipe','nCJYJ','PERCY_TOKEN','nodeRequest','data','6murlIP','fetchPercyToken','createPercyConfig','laNCN','app','PERCY_SERVER_ADDRESS','child_process','tPlBK','stdout','yJmmt','healthcheck','stop','close','cSvXe','../helper','30RcXxDW','error','version','projectName','12anEEyb'];a63_0x8c4a=function(){return _0x1843f4;};return a63_0x8c4a();}class Percy{#logfile=path[a63_0x2b4011(0x129)](logDir,'percy.log');#address=process['env'][a63_0x2b4011(0xf8)]||a63_0x2b4011(0x11d);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x50aa53){const _0xd54103=a63_0x2b4011;this.#config=_0x50aa53,!!_0x50aa53[_0xd54103(0xf7)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x466075=new PercyBinary();this.#binaryPath=await _0x466075['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x2e53bb){return new Promise(_0x5e2a77=>setTimeout(_0x5e2a77,_0x2e53bb));}async[a63_0x2b4011(0xfd)](){const _0x5a30a9=a63_0x2b4011,_0xd697b4={};_0xd697b4[_0x5a30a9(0x136)]=_0x5a30a9(0x133),_0xd697b4[_0x5a30a9(0xf6)]='percy/healthcheck';const _0x27281f=_0xd697b4;try{const _0x1b69c6=await helper['nodeRequest'](_0x27281f[_0x5a30a9(0x136)],_0x27281f['laNCN'],null,null,this.#address);if(_0x1b69c6)return!![];}catch(_0xeadcf5){return![];}}async['start'](){const _0x5c5510=a63_0x2b4011,_0x3c5207={'zbLpQ':_0x5c5510(0x116),'zJnvk':'exec','FLhoN':function(_0x3c083b,_0x8ae295,_0x524fac,_0x150c51){return _0x3c083b(_0x8ae295,_0x524fac,_0x150c51);},'nCJYJ':_0x5c5510(0xff),'fZCRp':'Percy\x20healthcheck\x20successful'},_0x49cf99=await this.#getBinaryPath(),_0x249587={};_0x249587[_0x5c5510(0x112)]='a';const _0x3bb6ce=fs[_0x5c5510(0x127)](this.#logfile,_0x249587),_0xebc2a0=await this['fetchPercyToken'](),_0x3feb04=await this['createPercyConfig']();if(!_0xebc2a0)return![];const _0x51ecb4=[(this.#isApp?_0x3c5207[_0x5c5510(0x130)]:_0x3c5207[_0x5c5510(0x12e)])+':start'];_0x3feb04&&_0x51ecb4[_0x5c5510(0x12a)]('-c',_0x3feb04);const _0x3672d4={};_0x3672d4[_0x5c5510(0x13b)]=_0xebc2a0,this.#proc=_0x3c5207[_0x5c5510(0x108)](spawn,_0x49cf99,_0x51ecb4,{'env':Object[_0x5c5510(0x10c)](process[_0x5c5510(0x12f)],_0x3672d4)}),this.#proc[_0x5c5510(0xfb)][_0x5c5510(0x139)](_0x3bb6ce),this.#proc[_0x5c5510(0x118)][_0x5c5510(0x139)](_0x3bb6ce),this[_0x5c5510(0x10e)]=!![];var _0x2ba191=this;this.#proc['on'](_0x3c5207[_0x5c5510(0x13a)],function(_0x545bcd){const _0x148d5e=_0x5c5510;_0x2ba191[_0x148d5e(0x10e)]=![];});do{const _0x4b068b=await this[_0x5c5510(0xfd)]();if(_0x4b068b)return logger[_0x5c5510(0x10d)](_0x3c5207[_0x5c5510(0x123)]),!![];await this.#sleep(0x3e8);}while(this[_0x5c5510(0x10e)]);return![];}async[a63_0x2b4011(0xfe)](){const _0x44632d=a63_0x2b4011,_0x3b4c5d={'tPlBK':function(_0x4e2ff7,_0x463e82){return _0x4e2ff7(_0x463e82);},'dSWoy':function(_0x3ab452,_0x5d849a,_0x1a4dd1){return _0x3ab452(_0x5d849a,_0x1a4dd1);},'GnpuY':_0x44632d(0x114),'GgJtP':_0x44632d(0xff)},_0x53aa80=await this.#getBinaryPath();return new Promise((_0x13c2f9,_0x4f14b0)=>{const _0x16581e=_0x44632d,_0x47fafe={'TvrAx':function(_0x22981f,_0x4fc5de){const _0x31f682=a63_0x49be;return _0x3b4c5d[_0x31f682(0xfa)](_0x22981f,_0x4fc5de);}},_0x1091bf=_0x3b4c5d[_0x16581e(0x124)](spawn,_0x53aa80,[_0x3b4c5d['GnpuY']]);_0x1091bf['on'](_0x3b4c5d['GgJtP'],_0x41ddb8=>{const _0x1b6362=_0x16581e;this[_0x1b6362(0x10e)]=![],_0x47fafe[_0x1b6362(0x109)](_0x13c2f9,_0x41ddb8);});});}[a63_0x2b4011(0x120)](){return this['isProcessRunning'];}async[a63_0x2b4011(0xf4)](){const _0x1050cc=a63_0x2b4011,_0x38dbcf={};_0x38dbcf[_0x1050cc(0x11b)]=_0x1050cc(0xf7),_0x38dbcf[_0x1050cc(0x126)]=_0x1050cc(0x110),_0x38dbcf[_0x1050cc(0xfc)]=_0x1050cc(0x133),_0x38dbcf[_0x1050cc(0x115)]=_0x1050cc(0x10a);const _0xd80153=_0x38dbcf,_0x2bd40a=this.#config[_0x1050cc(0x105)];try{const _0xf9704c=this.#isApp?_0xd80153[_0x1050cc(0x11b)]:_0xd80153[_0x1050cc(0x126)],_0x56b4b1=await helper[_0x1050cc(0x13c)](_0xd80153[_0x1050cc(0xfc)],_0x1050cc(0x12d)+_0x2bd40a+'&type='+_0xf9704c,{},this.#config),_0x10dad1=_0x56b4b1[_0x1050cc(0xf2)];return logger['debug'](_0xd80153['vKdLY']),_0x10dad1[_0x1050cc(0x122)];}catch(_0x8e4152){return logger[_0x1050cc(0x103)](_0x1050cc(0x11f)+_0x8e4152),null;}}async[a63_0x2b4011(0xf5)](){const _0xed158e=a63_0x2b4011,_0x133720={'idFLn':function(_0x3cccda,_0x2b8ed2){return _0x3cccda(_0x2b8ed2);},'EVTJk':function(_0x362cf8,_0x1346d2){return _0x362cf8+_0x1346d2;},'VWWqm':_0xed158e(0x132),'cSvXe':function(_0x2859ec,_0xee3548){return _0x2859ec(_0xee3548);},'SqiPE':_0xed158e(0x11a)};if(!this.#config[_0xed158e(0x125)])return null;const _0x42263d=path[_0xed158e(0x129)](os[_0xed158e(0x11e)](),_0x133720[_0xed158e(0x131)]),_0x388241=this.#config['percyOptions'];return!_0x388241[_0xed158e(0x104)]&&(_0x388241[_0xed158e(0x104)]='2'),new Promise((_0x16bf3c,_0x1ff02f)=>{const _0x384b7a=_0xed158e;fs[_0x384b7a(0x128)](_0x42263d,JSON[_0x384b7a(0x113)](_0x388241),_0x2f2509=>{const _0x37dc05=_0x384b7a;_0x2f2509&&(logger[_0x37dc05(0x103)](_0x37dc05(0x117)+_0x2f2509),_0x133720[_0x37dc05(0x111)](_0x16bf3c,null)),logger[_0x37dc05(0x10d)](_0x133720[_0x37dc05(0x10f)](_0x133720['VWWqm'],_0x42263d)),_0x133720[_0x37dc05(0x100)](_0x16bf3c,_0x42263d);});});}}module['exports']=Percy;
@@ -1 +1 @@
1
- function a64_0x5796(_0x39df60,_0x8dfc49){const _0x175649=a64_0x1756();return a64_0x5796=function(_0x579616,_0x4d3565){_0x579616=_0x579616-0x173;let _0x349fca=_0x175649[_0x579616];return _0x349fca;},a64_0x5796(_0x39df60,_0x8dfc49);}const a64_0x4a3a01=a64_0x5796;(function(_0x3aef6b,_0x489e33){const _0x5429e8=a64_0x5796,_0x328c8d=_0x3aef6b();while(!![]){try{const _0x430ad9=parseInt(_0x5429e8(0x1c1))/0x1+parseInt(_0x5429e8(0x1bc))/0x2+-parseInt(_0x5429e8(0x1a5))/0x3+parseInt(_0x5429e8(0x186))/0x4*(-parseInt(_0x5429e8(0x1d1))/0x5)+-parseInt(_0x5429e8(0x1ec))/0x6*(-parseInt(_0x5429e8(0x191))/0x7)+parseInt(_0x5429e8(0x177))/0x8+-parseInt(_0x5429e8(0x18e))/0x9;if(_0x430ad9===_0x489e33)break;else _0x328c8d['push'](_0x328c8d['shift']());}catch(_0x27d4e0){_0x328c8d['push'](_0x328c8d['shift']());}}}(a64_0x1756,0x99234));const {https}=require(a64_0x4a3a01(0x1f5)),url=require(a64_0x4a3a01(0x1c8)),yauzl=require('yauzl'),fs=require('fs'),path=require(a64_0x4a3a01(0x1c7)),os=require('os'),{spawn}=require(a64_0x4a3a01(0x1d6)),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a64_0x4a3a01(0x193))[a64_0x4a3a01(0x17a)];class PercyBinary{#hostOS=process[a64_0x4a3a01(0x17d)];#httpPath=null;#binaryName=a64_0x4a3a01(0x1d0);#orderedPaths=[path['join'](this.#homedir(),a64_0x4a3a01(0x1f3)),process[a64_0x4a3a01(0x187)](),os[a64_0x4a3a01(0x1d7)]()];constructor(){const _0x390c77=a64_0x4a3a01,_0x43ea86={};_0x43ea86[_0x390c77(0x1b5)]=_0x390c77(0x1e4),_0x43ea86['GMKEi']=function(_0x4ed616,_0x11fa5e){return _0x4ed616+_0x11fa5e;},_0x43ea86['blYsD']=_0x390c77(0x17f),_0x43ea86[_0x390c77(0x18d)]=_0x390c77(0x175),_0x43ea86['atRyO']='percy.exe',_0x43ea86[_0x390c77(0x1f4)]='/percy-linux.zip';const _0x934cf3=_0x43ea86,_0xd1b56b=_0x934cf3[_0x390c77(0x1b5)];if(this.#hostOS[_0x390c77(0x195)](/darwin|mac os/i))this.#httpPath=_0x934cf3['GMKEi'](_0xd1b56b,_0x934cf3[_0x390c77(0x19e)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x934cf3[_0x390c77(0x1b0)](_0xd1b56b,_0x934cf3[_0x390c77(0x18d)]),this.#binaryName=_0x934cf3[_0x390c77(0x1c9)]):this.#httpPath=_0x934cf3['GMKEi'](_0xd1b56b,_0x934cf3['qIEZJ']);}#getAvailableDirs(){const _0x4b7e0e=a64_0x4a3a01,_0x2f0155={};_0x2f0155['weFou']=function(_0x840a8d,_0x4f0921){return _0x840a8d<_0x4f0921;},_0x2f0155[_0x4b7e0e(0x17c)]=_0x4b7e0e(0x19f);const _0x1974ae=_0x2f0155;for(var _0x136f56=0x0;_0x1974ae['weFou'](_0x136f56,this.#orderedPaths[_0x4b7e0e(0x1c4)]);_0x136f56++){var _0x327b0f=this.#orderedPaths[_0x136f56];if(this.#makePath(_0x327b0f))return _0x327b0f;}throw new Error(_0x1974ae['zFcbh']);}#makePath(_0x1f9dc9){try{return!this.#checkPath(_0x1f9dc9)&&fs['mkdirSync'](_0x1f9dc9),!![];}catch{return![];}}#checkPath(_0x4b5916,_0x276ea6){const _0x2c86aa=a64_0x4a3a01,_0x337650={};_0x337650['vwVwp']=function(_0x4d1f7d,_0x4b50ce){return _0x4d1f7d|_0x4b50ce;},_0x337650[_0x2c86aa(0x18c)]=function(_0x1b357e,_0x3035d8){return _0x1b357e!==_0x3035d8;},_0x337650[_0x2c86aa(0x1ad)]=_0x2c86aa(0x19a);const _0x5c1ab8=_0x337650;_0x276ea6=_0x276ea6||_0x5c1ab8[_0x2c86aa(0x19c)](fs[_0x2c86aa(0x1b6)],fs['W_OK']);try{return fs[_0x2c86aa(0x1e9)](_0x4b5916,_0x276ea6),!![];}catch(_0x30b8e5){if(_0x5c1ab8[_0x2c86aa(0x18c)](typeof fs[_0x2c86aa(0x1e9)],_0x5c1ab8[_0x2c86aa(0x1ad)]))return![];try{return fs[_0x2c86aa(0x1be)](_0x4b5916),!![];}catch(_0x3782bb){return![];}}}async[a64_0x4a3a01(0x1cd)](_0x5a7fb7){const _0x3bd8ce=a64_0x4a3a01,_0x288621={};_0x288621[_0x3bd8ce(0x1bb)]=_0x3bd8ce(0x1e2);const _0x551d8b=_0x288621;var _0x381c1c=this.#getAvailableDirs(),_0x1da164=path[_0x3bd8ce(0x1bf)](_0x381c1c,this.#binaryName);if(this.#checkPath(_0x1da164,fs[_0x3bd8ce(0x194)]))return _0x1da164;const _0x535ed8=await this['download'](_0x5a7fb7,_0x381c1c),_0x53e74f=await this[_0x3bd8ce(0x17e)](_0x535ed8);if(!_0x53e74f)return logger[_0x3bd8ce(0x1ab)](_0x551d8b[_0x3bd8ce(0x1bb)]),await this[_0x3bd8ce(0x1e1)](_0x5a7fb7,_0x381c1c);return _0x535ed8;}async[a64_0x4a3a01(0x17e)](_0x190928){const _0x419ed8=a64_0x4a3a01,_0x28c0c6={'AexNd':function(_0x1faeec,_0x1250f9){return _0x1faeec(_0x1250f9);},'LXOBx':function(_0x597ab0,_0x150b15,_0x58a460){return _0x597ab0(_0x150b15,_0x58a460);},'ogWBo':_0x419ed8(0x1d2),'jhSob':_0x419ed8(0x1ba),'dJLkQ':_0x419ed8(0x18f)},_0x17b7db=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x1bced5,_0x1525b7)=>{const _0x4d6aa3=_0x419ed8,_0x364292=_0x28c0c6['LXOBx'](spawn,_0x190928,[_0x28c0c6[_0x4d6aa3(0x190)]]);_0x364292[_0x4d6aa3(0x1a0)]['on'](_0x28c0c6[_0x4d6aa3(0x1e7)],_0x10830d=>{const _0x38dbb3=_0x4d6aa3;_0x17b7db[_0x38dbb3(0x1d9)](_0x10830d)&&_0x28c0c6[_0x38dbb3(0x1a6)](_0x1bced5,!![]);}),_0x364292['on'](_0x28c0c6[_0x4d6aa3(0x1a1)],()=>{const _0x5aa102=_0x4d6aa3;_0x28c0c6[_0x5aa102(0x1a6)](_0x1bced5,![]);});});}[a64_0x4a3a01(0x1e1)](_0x5022ac,_0x16cbb2){const _0x5781da=a64_0x4a3a01,_0x553f3c={'GSDdA':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','hghrm':function(_0x465668,_0x25e033){return _0x465668(_0x25e033);},'RSfAR':_0x5781da(0x1ab),'OHiuG':_0x5781da(0x18f),'qgDJT':_0x5781da(0x1c6),'gwQMJ':function(_0x31f7ce,_0x5ebbda){return _0x31f7ce(_0x5ebbda);},'XYamG':_0x5781da(0x1b8),'aenVV':function(_0x2f5551,_0x31ad72){return _0x2f5551===_0x31ad72;},'VVbmD':function(_0x4a534c,_0x2c4b95){return _0x4a534c(_0x2c4b95);},'GfZOp':_0x5781da(0x1d4),'csYUJ':_0x5781da(0x19b),'zaxTL':_0x5781da(0x1ca),'naMqI':function(_0x3bd7fd,_0x2fefe6){return _0x3bd7fd+_0x2fefe6;},'YBsjC':_0x5781da(0x181),'tNCzO':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x16cbb2)&&fs[_0x5781da(0x1ce)](_0x16cbb2);const _0x2a3bc1=this.#binaryName,_0x55cbeb=path[_0x5781da(0x1bf)](_0x16cbb2,_0x553f3c[_0x5781da(0x189)](_0x2a3bc1,_0x553f3c[_0x5781da(0x198)])),_0x3ef830=path['join'](_0x16cbb2,_0x2a3bc1),_0x1f1ef2=fs[_0x5781da(0x1ac)](_0x55cbeb),_0x5678b2=url[_0x5781da(0x1eb)](this.#httpPath);if(_0x5022ac[_0x5781da(0x1a8)]&&_0x5022ac[_0x5781da(0x1dd)]){const _0x5f3f7d={};_0x5f3f7d['host']=_0x5022ac[_0x5781da(0x1a8)],_0x5f3f7d['port']=_0x5022ac[_0x5781da(0x1dd)],_0x5678b2[_0x5781da(0x1b7)]=new HttpsProxyAgent(_0x5f3f7d);}if(_0x5022ac[_0x5781da(0x1e0)])try{_0x5678b2['ca']=fs[_0x5781da(0x188)](_0x5022ac[_0x5781da(0x1e0)]);}catch(_0x21d5b1){logger[_0x5781da(0x1ab)](_0x553f3c[_0x5781da(0x1cc)],_0x21d5b1);}return new Promise((_0xab1e0e,_0x5732f8)=>{const _0x2141a1=_0x5781da,_0x29bd23={'ThWnh':_0x553f3c[_0x2141a1(0x1cb)],'dgkky':function(_0x6b36f0,_0x253ec1){return _0x553f3c['gwQMJ'](_0x6b36f0,_0x253ec1);},'USLuo':function(_0x51a653,_0x58bed1){const _0x4dac3b=_0x2141a1;return _0x553f3c[_0x4dac3b(0x173)](_0x51a653,_0x58bed1);},'mUFFQ':function(_0xf5802e,_0x309168){const _0x1a6be3=_0x2141a1;return _0x553f3c[_0x1a6be3(0x19d)](_0xf5802e,_0x309168);},'rwDzu':_0x553f3c[_0x2141a1(0x1ae)],'ajKPC':_0x553f3c[_0x2141a1(0x1dc)],'AiMfF':_0x553f3c[_0x2141a1(0x1b2)],'fKkfi':_0x553f3c[_0x2141a1(0x1b1)]};https['get'](_0x5678b2,function(_0x441921){const _0x2dc610=_0x2141a1,_0x3a5653={'JQMOH':_0x553f3c['GSDdA'],'lKZHS':function(_0x1de1a4,_0x1b6384){const _0x9ef4cd=a64_0x5796;return _0x553f3c[_0x9ef4cd(0x1c2)](_0x1de1a4,_0x1b6384);}};_0x441921['pipe'](_0x1f1ef2),_0x441921['on'](_0x553f3c[_0x2dc610(0x1b1)],function(_0x40f9a1){const _0x67b317=_0x2dc610;logger[_0x67b317(0x1ab)](_0x3a5653[_0x67b317(0x1aa)],_0x40f9a1),_0x3a5653[_0x67b317(0x185)](_0x5732f8,_0x40f9a1);}),_0x1f1ef2['on'](_0x553f3c[_0x2dc610(0x1b1)],function(_0x46b910){const _0x5f1e14=_0x2dc610;logger[_0x5f1e14(0x1ab)](_0x29bd23['ThWnh'],_0x46b910),_0x29bd23[_0x5f1e14(0x1b9)](_0x5732f8,_0x46b910);}),_0x1f1ef2['on'](_0x553f3c[_0x2dc610(0x179)],function(){const _0x39523e=_0x2dc610,_0x4a28d9={'NBrNZ':function(_0x4b52fc,_0x5c1277){const _0x559510=a64_0x5796;return _0x29bd23[_0x559510(0x176)](_0x4b52fc,_0x5c1277);},'KyCtR':function(_0x5876b0,_0x29636a){const _0x4e03da=a64_0x5796;return _0x29bd23[_0x4e03da(0x1f0)](_0x5876b0,_0x29636a);},'bhVPI':_0x29bd23[_0x39523e(0x1f6)],'RKoSE':_0x29bd23[_0x39523e(0x1d3)],'WzNHv':function(_0x10e14a,_0x136d28){const _0x287112=_0x39523e;return _0x29bd23[_0x287112(0x1b9)](_0x10e14a,_0x136d28);},'lFWvi':_0x29bd23[_0x39523e(0x1db)],'PHoNl':_0x29bd23[_0x39523e(0x1ee)]},_0x449104={};_0x449104[_0x39523e(0x1f2)]=!![],yauzl['open'](_0x55cbeb,_0x449104,function(_0x4f250d,_0x6286e1){const _0x5d24cc=_0x39523e,_0x4d9f25={'KVEIW':function(_0x110b32,_0x2ba790){const _0x3b4741=a64_0x5796;return _0x4a28d9[_0x3b4741(0x1df)](_0x110b32,_0x2ba790);},'elUTw':_0x4a28d9[_0x5d24cc(0x1ed)]};_0x4f250d&&_0x4a28d9[_0x5d24cc(0x1d8)](_0x5732f8,_0x4f250d),_0x6286e1['readEntry'](),_0x6286e1['on'](_0x4a28d9[_0x5d24cc(0x1f7)],_0x38e861=>{const _0x1b7285=_0x5d24cc;if(/\/$/[_0x1b7285(0x1d9)](_0x38e861[_0x1b7285(0x1a9)]))_0x6286e1[_0x1b7285(0x1af)]();else{const _0x35ece5=fs[_0x1b7285(0x1ac)](path[_0x1b7285(0x1bf)](_0x16cbb2,_0x38e861[_0x1b7285(0x1a9)]));_0x6286e1[_0x1b7285(0x182)](_0x38e861,function(_0x230d52,_0x2c476b){const _0x164f45=_0x1b7285;_0x230d52&&_0x4d9f25['KVEIW'](_0x5732f8,_0x4f250d),_0x2c476b['on'](_0x4d9f25[_0x164f45(0x1a3)],function(){_0x35ece5['close'](),_0x6286e1['readEntry']();}),_0x2c476b['pipe'](_0x35ece5);}),_0x4a28d9[_0x1b7285(0x178)](_0x38e861['fileName'],_0x2a3bc1)&&_0x6286e1[_0x1b7285(0x18f)]();}}),_0x6286e1['on'](_0x4a28d9[_0x5d24cc(0x196)],_0xf733e6=>{_0x4a28d9['KyCtR'](_0x5732f8,_0xf733e6);}),_0x6286e1[_0x5d24cc(0x1a2)](_0x4a28d9[_0x5d24cc(0x1ed)],()=>{const _0x4a9550=_0x5d24cc,_0x4e483e={'nNfLW':function(_0xc84682,_0x4b8a22){const _0x174947=a64_0x5796;return _0x4a28d9[_0x174947(0x1df)](_0xc84682,_0x4b8a22);}};fs[_0x4a9550(0x1f1)](_0x3ef830,_0x4a28d9[_0x4a9550(0x1e8)],function(_0x29a70b){const _0x26f18a=_0x4a9550;_0x29a70b&&_0x4e483e[_0x26f18a(0x17b)](_0x5732f8,_0x29a70b),_0x4e483e['nNfLW'](_0xab1e0e,_0x3ef830);}),_0x6286e1['close']();});});});})['on'](_0x553f3c[_0x2141a1(0x1b1)],function(_0x5090e2){const _0x38570c=_0x2141a1;logger[_0x38570c(0x1ab)](_0x553f3c[_0x38570c(0x1d5)],_0x5090e2),_0x553f3c[_0x38570c(0x174)](_0x5732f8,_0x5090e2);});});}#homedir(){const _0x15fa87=a64_0x4a3a01,_0x439d19={};_0x439d19[_0x15fa87(0x183)]=function(_0x36e42b,_0x4069fd){return _0x36e42b===_0x4069fd;},_0x439d19['ngAfr']=_0x15fa87(0x18a),_0x439d19[_0x15fa87(0x1da)]=_0x15fa87(0x1a7),_0x439d19[_0x15fa87(0x192)]=function(_0x2ac7bd,_0x41fd8d){return _0x2ac7bd+_0x41fd8d;},_0x439d19[_0x15fa87(0x1ea)]=function(_0x2a16ad,_0x11d96f){return _0x2a16ad===_0x11d96f;},_0x439d19[_0x15fa87(0x1c3)]=_0x15fa87(0x1a4),_0x439d19[_0x15fa87(0x197)]=function(_0x4d82cb,_0x427b6e){return _0x4d82cb+_0x427b6e;},_0x439d19[_0x15fa87(0x1b4)]=_0x15fa87(0x184),_0x439d19['ZcIFo']=function(_0x3d88d3,_0x494512){return _0x3d88d3===_0x494512;},_0x439d19['lhIdy']=_0x15fa87(0x1e6),_0x439d19[_0x15fa87(0x1de)]=_0x15fa87(0x18b),_0x439d19[_0x15fa87(0x180)]=_0x15fa87(0x1f8),_0x439d19[_0x15fa87(0x1bd)]=function(_0xcc7a62,_0x1f8248){return _0xcc7a62||_0x1f8248;};const _0x56fc8a=_0x439d19;if(_0x56fc8a[_0x15fa87(0x183)](typeof os[_0x15fa87(0x1cf)],_0x56fc8a['ngAfr']))return os[_0x15fa87(0x1cf)]();const _0x340606=process[_0x15fa87(0x1e3)],_0x2112bf=_0x340606['HOME'],_0x25f2d9=_0x340606['LOGNAME']||_0x340606[_0x15fa87(0x1c0)]||_0x340606['LNAME']||_0x340606[_0x15fa87(0x199)];if(_0x56fc8a[_0x15fa87(0x183)](process[_0x15fa87(0x17d)],_0x56fc8a[_0x15fa87(0x1da)]))return _0x340606[_0x15fa87(0x1ef)]||_0x56fc8a[_0x15fa87(0x192)](_0x340606['HOMEDRIVE'],_0x340606[_0x15fa87(0x1e5)])||_0x2112bf||null;if(_0x56fc8a['sCrUM'](process[_0x15fa87(0x17d)],_0x56fc8a[_0x15fa87(0x1c3)]))return _0x2112bf||(_0x25f2d9?_0x56fc8a[_0x15fa87(0x197)](_0x56fc8a[_0x15fa87(0x1b4)],_0x25f2d9):null);if(_0x56fc8a['ZcIFo'](process[_0x15fa87(0x17d)],_0x56fc8a[_0x15fa87(0x1b3)]))return _0x2112bf||(_0x56fc8a[_0x15fa87(0x183)](process['getuid'](),0x0)?_0x56fc8a['YkLzY']:_0x25f2d9?_0x56fc8a[_0x15fa87(0x197)](_0x56fc8a[_0x15fa87(0x180)],_0x25f2d9):null);return _0x56fc8a[_0x15fa87(0x1bd)](_0x2112bf,null);}}module[a64_0x4a3a01(0x1c5)]=PercyBinary;function a64_0x1756(){const _0x5f1baf=['percy','335765dlYggE','--version','ajKPC','0755','qgDJT','child_process','tmpdir','WzNHv','test','WPhuz','AiMfF','csYUJ','proxyPort','YkLzY','KyCtR','useCaCertificate','download','Corrupt\x20percy\x20binary,\x20retrying','env','https://github.com/percy/cli/releases/latest/download','HOMEPATH','linux','jhSob','bhVPI','accessSync','sCrUM','parse','6xAZOpr','RKoSE','fKkfi','USERPROFILE','mUFFQ','chmod','lazyEntries','.browserstack','qIEZJ','follow-redirects','rwDzu','lFWvi','/home/','aenVV','gwQMJ','/percy-win.zip','USLuo','10808zoTehe','NBrNZ','OHiuG','winstonLogger','nNfLW','zFcbh','platform','validateBinary','/percy-osx.zip','juhSW','.zip','openReadStream','OjncF','/Users/','lKZHS','12hrrHOo','cwd','readFileSync','naMqI','function','/root','fFJun','nplZB','12236652HijGzh','close','ogWBo','8508493TbLuFO','XAVEk','../logger','X_OK','match','PHoNl','KWQcA','YBsjC','USERNAME','undefined','end','vwVwp','VVbmD','blYsD','Error\x20trying\x20to\x20download\x20percy\x20binary','stdout','dJLkQ','once','elUTw','darwin','1220253sAZQge','AexNd','win32','proxyHost','fileName','JQMOH','error','createWriteStream','RZYzA','GfZOp','readEntry','GMKEi','RSfAR','zaxTL','lhIdy','dIbcf','IQDfK','R_OK','agent','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','dgkky','data','whdPG','496214IqKMFt','DKuWu','statSync','join','USER','1130133QVNzpu','hghrm','HvzFd','length','exports','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','path','url','atRyO','entry','XYamG','tNCzO','getBinaryPath','mkdirSync','homedir'];a64_0x1756=function(){return _0x5f1baf;};return a64_0x1756();}
1
+ const a64_0x4393a6=a64_0x2e70;(function(_0x53707e,_0xa0dabb){const _0x852ec=a64_0x2e70,_0x613a4e=_0x53707e();while(!![]){try{const _0x5f10e9=parseInt(_0x852ec(0x1da))/0x1*(-parseInt(_0x852ec(0x161))/0x2)+-parseInt(_0x852ec(0x162))/0x3+parseInt(_0x852ec(0x1a5))/0x4+-parseInt(_0x852ec(0x1d6))/0x5*(parseInt(_0x852ec(0x1ab))/0x6)+-parseInt(_0x852ec(0x1dc))/0x7*(parseInt(_0x852ec(0x1cf))/0x8)+-parseInt(_0x852ec(0x19d))/0x9*(-parseInt(_0x852ec(0x16e))/0xa)+parseInt(_0x852ec(0x183))/0xb;if(_0x5f10e9===_0xa0dabb)break;else _0x613a4e['push'](_0x613a4e['shift']());}catch(_0x417f19){_0x613a4e['push'](_0x613a4e['shift']());}}}(a64_0x53f4,0xdecfa));const {https}=require(a64_0x4393a6(0x16c)),url=require(a64_0x4393a6(0x1bd)),yauzl=require(a64_0x4393a6(0x190)),fs=require('fs'),path=require(a64_0x4393a6(0x185)),os=require('os'),{spawn}=require(a64_0x4393a6(0x160)),HttpsProxyAgent=require('https-proxy-agent'),logger=require('../logger')[a64_0x4393a6(0x1d5)];function a64_0x53f4(){const _0xc795aa=['AHGEE','jAbJS','LNAME','percy.exe','follow-redirects','xujLJ','50990jFRwfc','VsGoK','JnfyH','oLsyV','readFileSync','pxMLr','eQPVg','YvCMq','xNvuK','AWBEq','ZpkXE','FOZAD','join','tFHmT','AreWX','/home/','WiiEn','PSkpp','aBhtV','ZCPxv','win32','26177910RVwJOv','lWbQN','path','lazyEntries','.zip','undefined','darwin','omZyB','R_OK','percy','error','openReadStream','PcDLq','yauzl','LCVxM','length','MNJkM','ePESo','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','validateBinary','cVloK','proxyHost','HOME','wFWCa','VVkqn','https://github.com/percy/cli/releases/latest/download','882cxIyux','FERCt','kBfdD','gJxOG','AqQOv','port','end','jjeSN','6030032SshHQl','OcnhO','statSync','PNjDR','WiIxo','--version','6EUpoJM','plOio','/percy-win.zip','pipe','/root','QDvaQ','mkdirSync','tKjVR','XdPGa','getBinaryPath','UgDiB','get','vuDjP','GPnnb','SOKDM','BZWfH','jYKBZ','liNvK','url','match','XruMY','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','MhKDZ','download','HOMEDRIVE','OFAPq','createWriteStream','Corrupt\x20percy\x20binary,\x20retrying','ZwkGv','rGsrd','stdout','linux','tmpdir','useCaCertificate','pVuTc','USERPROFILE','56YlNySO','HnzRi','env','open','USERNAME','eagWp','winstonLogger','5982365RHoQDE','agent','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','function','416249WBaydx','cwd','1095269pZWBsw','XtUIS','proxyPort','test','WkBOZ','homedir','Error\x20trying\x20to\x20download\x20percy\x20binary','.browserstack','zLsgq','SWUIC','spSSe','chmod','readEntry','platform','kyKrp','close','getuid','zgaGy','fileName','nAVVj','child_process','2pzNkoi','2299185TBxkjq','entry','KaWcC','MEqLt','rOMQI','USER'];a64_0x53f4=function(){return _0xc795aa;};return a64_0x53f4();}class PercyBinary{#hostOS=process[a64_0x4393a6(0x159)];#httpPath=null;#binaryName=a64_0x4393a6(0x18c);#orderedPaths=[path['join'](this.#homedir(),a64_0x4393a6(0x153)),process[a64_0x4393a6(0x1db)](),os[a64_0x4393a6(0x1cb)]()];constructor(){const _0x2f3206=a64_0x4393a6,_0x23b64f={};_0x23b64f['VVkqn']=_0x2f3206(0x19c),_0x23b64f[_0x2f3206(0x16f)]=function(_0x21e28b,_0x58cc63){return _0x21e28b+_0x58cc63;},_0x23b64f[_0x2f3206(0x1c8)]='/percy-osx.zip',_0x23b64f[_0x2f3206(0x1c7)]=_0x2f3206(0x1ad),_0x23b64f['pxMLr']=_0x2f3206(0x16b),_0x23b64f[_0x2f3206(0x1b5)]=function(_0x4c272c,_0x3cf814){return _0x4c272c+_0x3cf814;},_0x23b64f[_0x2f3206(0x15d)]='/percy-linux.zip';const _0x16b5a7=_0x23b64f,_0x47a60b=_0x16b5a7[_0x2f3206(0x19b)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x16b5a7[_0x2f3206(0x16f)](_0x47a60b,_0x16b5a7[_0x2f3206(0x1c8)]);else this.#hostOS[_0x2f3206(0x1be)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x16b5a7[_0x2f3206(0x16f)](_0x47a60b,_0x16b5a7[_0x2f3206(0x1c7)]),this.#binaryName=_0x16b5a7[_0x2f3206(0x173)]):this.#httpPath=_0x16b5a7[_0x2f3206(0x1b5)](_0x47a60b,_0x16b5a7[_0x2f3206(0x15d)]);}#getAvailableDirs(){const _0x26a783=a64_0x4393a6,_0x3eb368={};_0x3eb368[_0x26a783(0x1ba)]=function(_0x1799f9,_0x1e72a9){return _0x1799f9<_0x1e72a9;},_0x3eb368[_0x26a783(0x168)]=_0x26a783(0x152);const _0x3bdd28=_0x3eb368;for(var _0xaec7b3=0x0;_0x3bdd28[_0x26a783(0x1ba)](_0xaec7b3,this.#orderedPaths[_0x26a783(0x192)]);_0xaec7b3++){var _0x3f387b=this.#orderedPaths[_0xaec7b3];if(this.#makePath(_0x3f387b))return _0x3f387b;}throw new Error(_0x3bdd28['AHGEE']);}#makePath(_0x5c377f){const _0x2a3c69=a64_0x4393a6;try{return!this.#checkPath(_0x5c377f)&&fs[_0x2a3c69(0x1b1)](_0x5c377f),!![];}catch{return![];}}#checkPath(_0xee0af7,_0x47e08e){const _0x4c5b85=a64_0x4393a6,_0x400a0a={};_0x400a0a[_0x4c5b85(0x175)]=function(_0x353da2,_0x5c4a05){return _0x353da2|_0x5c4a05;},_0x400a0a['liNvK']=function(_0x45097f,_0xd5f9c3){return _0x45097f!==_0xd5f9c3;},_0x400a0a[_0x4c5b85(0x156)]=_0x4c5b85(0x188);const _0xc52064=_0x400a0a;_0x47e08e=_0x47e08e||_0xc52064[_0x4c5b85(0x175)](fs[_0x4c5b85(0x18b)],fs['W_OK']);try{return fs['accessSync'](_0xee0af7,_0x47e08e),!![];}catch(_0x215f92){if(_0xc52064[_0x4c5b85(0x1bc)](typeof fs['accessSync'],_0xc52064[_0x4c5b85(0x156)]))return![];try{return fs[_0x4c5b85(0x1a7)](_0xee0af7),!![];}catch(_0x4ffdee){return![];}}}async[a64_0x4393a6(0x1b4)](_0x429695){const _0x20378f=a64_0x4393a6,_0x27af8b={};_0x27af8b[_0x20378f(0x1b7)]=_0x20378f(0x1c6);const _0x5736c7=_0x27af8b;var _0x1d1a86=this.#getAvailableDirs(),_0x27457e=path[_0x20378f(0x17a)](_0x1d1a86,this.#binaryName);if(this.#checkPath(_0x27457e,fs['X_OK']))return _0x27457e;const _0x28b2fb=await this[_0x20378f(0x1c2)](_0x429695,_0x1d1a86),_0x5531cd=await this[_0x20378f(0x196)](_0x28b2fb);if(!_0x5531cd)return logger['error'](_0x5736c7['vuDjP']),await this[_0x20378f(0x1c2)](_0x429695,_0x1d1a86);return _0x28b2fb;}async[a64_0x4393a6(0x196)](_0x1f67e0){const _0x32630b=a64_0x4393a6,_0x103ae5={'yMNzy':function(_0x44aa15,_0x24790f){return _0x44aa15(_0x24790f);},'AqQOv':function(_0x388917,_0x5c0cd0){return _0x388917(_0x5c0cd0);},'LCVxM':function(_0x332430,_0x588583,_0x45000f){return _0x332430(_0x588583,_0x45000f);},'ePESo':_0x32630b(0x1aa),'dsytl':'data','eLQhy':'close'},_0x31f646=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x50c7dc,_0x5560e6)=>{const _0x2f8198=_0x32630b,_0x3b2764=_0x103ae5[_0x2f8198(0x191)](spawn,_0x1f67e0,[_0x103ae5[_0x2f8198(0x194)]]);_0x3b2764[_0x2f8198(0x1c9)]['on'](_0x103ae5['dsytl'],_0x1adea1=>{_0x31f646['test'](_0x1adea1)&&_0x103ae5['yMNzy'](_0x50c7dc,!![]);}),_0x3b2764['on'](_0x103ae5['eLQhy'],()=>{const _0x18c476=_0x2f8198;_0x103ae5[_0x18c476(0x1a1)](_0x50c7dc,![]);});});}[a64_0x4393a6(0x1c2)](_0x26729c,_0x321f83){const _0x4d8f13=a64_0x4393a6,_0x4d85ae={'WiiEn':_0x4d8f13(0x195),'KaWcC':function(_0xdab35c,_0x1adc39){return _0xdab35c(_0x1adc39);},'MEqLt':_0x4d8f13(0x1d8),'XUgek':function(_0x6a71d9,_0xc3aff2){return _0x6a71d9(_0xc3aff2);},'rOMQI':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','jOvWS':function(_0xff8f5,_0x44db14){return _0xff8f5===_0x44db14;},'zLsgq':'0755','RVoKe':_0x4d8f13(0x1a3),'wFWCa':function(_0x2be20a,_0x565648){return _0x2be20a(_0x565648);},'FERCt':_0x4d8f13(0x163),'OFAPq':'error','eagWp':_0x4d8f13(0x15b),'oLsyV':function(_0x1629a2,_0x5cf4ca){return _0x1629a2+_0x5cf4ca;},'aBhtV':_0x4d8f13(0x187),'PNjDR':_0x4d8f13(0x1c0)};!this.#checkPath(_0x321f83)&&fs['mkdirSync'](_0x321f83);const _0x251444=this.#binaryName,_0x4cb4b7=path[_0x4d8f13(0x17a)](_0x321f83,_0x4d85ae[_0x4d8f13(0x171)](_0x251444,_0x4d85ae[_0x4d8f13(0x180)])),_0xe63170=path[_0x4d8f13(0x17a)](_0x321f83,_0x251444),_0x4c44af=fs[_0x4d8f13(0x1c5)](_0x4cb4b7),_0x3aa2a4=url['parse'](this.#httpPath);if(_0x26729c['proxyHost']&&_0x26729c[_0x4d8f13(0x14e)]){const _0x23b469={};_0x23b469['host']=_0x26729c[_0x4d8f13(0x198)],_0x23b469[_0x4d8f13(0x1a2)]=_0x26729c[_0x4d8f13(0x14e)],_0x3aa2a4[_0x4d8f13(0x1d7)]=new HttpsProxyAgent(_0x23b469);}if(_0x26729c[_0x4d8f13(0x1cc)])try{_0x3aa2a4['ca']=fs[_0x4d8f13(0x172)](_0x26729c[_0x4d8f13(0x1cc)]);}catch(_0x4a5e43){logger[_0x4d8f13(0x18d)](_0x4d85ae[_0x4d8f13(0x1a8)],_0x4a5e43);}return new Promise((_0x43e8e4,_0x2ea61a)=>{const _0x28da19=_0x4d8f13,_0x5921f5={'plOio':_0x4d85ae[_0x28da19(0x165)],'tFHmT':function(_0xcc3736,_0x14c3e5){return _0x4d85ae['XUgek'](_0xcc3736,_0x14c3e5);},'SWUIC':_0x4d85ae[_0x28da19(0x166)],'omZyB':function(_0x234091,_0x5137ca){const _0x2c0923=_0x28da19;return _0x4d85ae[_0x2c0923(0x164)](_0x234091,_0x5137ca);},'ShJXF':function(_0x97da6,_0x25e1c8){return _0x4d85ae['jOvWS'](_0x97da6,_0x25e1c8);},'GPnnb':function(_0x3ba904,_0x4fe6df){const _0x353536=_0x28da19;return _0x4d85ae[_0x353536(0x164)](_0x3ba904,_0x4fe6df);},'AreWX':_0x4d85ae[_0x28da19(0x154)],'MhKDZ':_0x4d85ae['RVoKe'],'gJxOG':function(_0xc3665f,_0x584056){const _0x4b7a4d=_0x28da19;return _0x4d85ae[_0x4b7a4d(0x19a)](_0xc3665f,_0x584056);},'nAVVj':_0x4d85ae[_0x28da19(0x19e)],'AWBEq':_0x4d85ae[_0x28da19(0x1c4)],'PcDLq':_0x4d85ae[_0x28da19(0x1d4)]};https[_0x28da19(0x1b6)](_0x3aa2a4,function(_0x169f97){const _0x491107=_0x28da19,_0x1b702d={'kyKrp':function(_0x20911c,_0x289e11){return _0x5921f5['ShJXF'](_0x20911c,_0x289e11);},'xNvuK':function(_0x381860,_0x41de3a){const _0x49c20b=a64_0x2e70;return _0x5921f5[_0x49c20b(0x1b8)](_0x381860,_0x41de3a);},'PSkpp':_0x5921f5[_0x491107(0x17c)],'XtUIS':_0x5921f5[_0x491107(0x1c1)],'WkBOZ':function(_0x1848cc,_0x453cee){const _0x2cf25a=_0x491107;return _0x5921f5[_0x2cf25a(0x1a0)](_0x1848cc,_0x453cee);},'XdPGa':_0x5921f5[_0x491107(0x15f)],'UKWVt':_0x5921f5['AWBEq']};_0x169f97[_0x491107(0x1ae)](_0x4c44af),_0x169f97['on'](_0x5921f5[_0x491107(0x177)],function(_0x43d8ee){const _0x29f12c=_0x491107;logger[_0x29f12c(0x18d)](_0x5921f5[_0x29f12c(0x1ac)],_0x43d8ee),_0x5921f5[_0x29f12c(0x17b)](_0x2ea61a,_0x43d8ee);}),_0x4c44af['on'](_0x5921f5[_0x491107(0x177)],function(_0x16c0ae){const _0xe3e107=_0x491107;logger[_0xe3e107(0x18d)](_0x5921f5[_0xe3e107(0x155)],_0x16c0ae),_0x5921f5[_0xe3e107(0x18a)](_0x2ea61a,_0x16c0ae);}),_0x4c44af['on'](_0x5921f5[_0x491107(0x18f)],function(){const _0x122b6b=_0x491107,_0x96a9be={'ytRWm':function(_0x56b49a,_0x42308b){const _0x48c300=a64_0x2e70;return _0x1b702d[_0x48c300(0x15a)](_0x56b49a,_0x42308b);},'jAbJS':function(_0x1e2d2d,_0x27e044){const _0x3b02e3=a64_0x2e70;return _0x1b702d[_0x3b02e3(0x176)](_0x1e2d2d,_0x27e044);},'JnfyH':_0x1b702d[_0x122b6b(0x17f)],'pVuTc':_0x1b702d[_0x122b6b(0x14d)],'WTLfE':function(_0x38f89,_0x4e1328){const _0x3db03b=_0x122b6b;return _0x1b702d[_0x3db03b(0x150)](_0x38f89,_0x4e1328);},'nLUsD':function(_0x268c02,_0x3ed595){return _0x1b702d['WkBOZ'](_0x268c02,_0x3ed595);},'ZpkXE':_0x1b702d[_0x122b6b(0x1b3)],'jjeSN':_0x1b702d['UKWVt']},_0x551840={};_0x551840[_0x122b6b(0x186)]=!![],yauzl[_0x122b6b(0x1d2)](_0x4cb4b7,_0x551840,function(_0x3852bb,_0xb6586b){const _0x4d654e=_0x122b6b,_0x9a0154={'eQPVg':function(_0x5873e4,_0x1b1d6a){return _0x96a9be['jAbJS'](_0x5873e4,_0x1b1d6a);},'FOZAD':_0x96a9be[_0x4d654e(0x1cd)],'kBfdD':function(_0x2b9ba9,_0x36a9e8){return _0x96a9be['WTLfE'](_0x2b9ba9,_0x36a9e8);}};_0x3852bb&&_0x96a9be['nLUsD'](_0x2ea61a,_0x3852bb),_0xb6586b[_0x4d654e(0x158)](),_0xb6586b['on'](_0x96a9be[_0x4d654e(0x178)],_0x3db5bb=>{const _0x357f04=_0x4d654e;if(/\/$/[_0x357f04(0x14f)](_0x3db5bb[_0x357f04(0x15e)]))_0xb6586b['readEntry']();else{const _0x2ccf95=fs[_0x357f04(0x1c5)](path['join'](_0x321f83,_0x3db5bb[_0x357f04(0x15e)]));_0xb6586b[_0x357f04(0x18e)](_0x3db5bb,function(_0x3f9267,_0x231259){const _0x4c1a50=_0x357f04;_0x3f9267&&_0x9a0154[_0x4c1a50(0x174)](_0x2ea61a,_0x3852bb),_0x231259['on'](_0x9a0154[_0x4c1a50(0x179)],function(){_0x2ccf95['close'](),_0xb6586b['readEntry']();}),_0x231259['pipe'](_0x2ccf95);}),_0x96a9be['ytRWm'](_0x3db5bb[_0x357f04(0x15e)],_0x251444)&&_0xb6586b[_0x357f04(0x15b)]();}}),_0xb6586b['on'](_0x96a9be[_0x4d654e(0x1a4)],_0x5be7de=>{const _0x2496bb=_0x4d654e;_0x9a0154[_0x2496bb(0x19f)](_0x2ea61a,_0x5be7de);}),_0xb6586b['once'](_0x96a9be[_0x4d654e(0x1cd)],()=>{const _0x15e971=_0x4d654e,_0x5c58b7={'lWbQN':function(_0x5c60f1,_0x48febe){const _0xaf6aaa=a64_0x2e70;return _0x96a9be[_0xaf6aaa(0x169)](_0x5c60f1,_0x48febe);}};fs[_0x15e971(0x157)](_0xe63170,_0x96a9be[_0x15e971(0x170)],function(_0xbd19af){const _0x36d15b=_0x15e971;_0xbd19af&&_0x5c58b7[_0x36d15b(0x184)](_0x2ea61a,_0xbd19af),_0x5c58b7[_0x36d15b(0x184)](_0x43e8e4,_0xe63170);}),_0xb6586b[_0x15e971(0x15b)]();});});});})['on'](_0x4d85ae[_0x28da19(0x1c4)],function(_0x30aaa4){const _0x1cc5db=_0x28da19;logger['error'](_0x4d85ae[_0x1cc5db(0x17e)],_0x30aaa4),_0x4d85ae['KaWcC'](_0x2ea61a,_0x30aaa4);});});}#homedir(){const _0x305a34=a64_0x4393a6,_0x3121d5={};_0x3121d5['xujLJ']=function(_0x3b3964,_0x584f0d){return _0x3b3964===_0x584f0d;},_0x3121d5[_0x305a34(0x1a9)]=_0x305a34(0x1d9),_0x3121d5[_0x305a34(0x1a6)]=_0x305a34(0x182),_0x3121d5[_0x305a34(0x1b0)]=function(_0xecddf6,_0x12ec6b){return _0xecddf6+_0x12ec6b;},_0x3121d5[_0x305a34(0x1d0)]=function(_0x207c1e,_0x490311){return _0x207c1e===_0x490311;},_0x3121d5[_0x305a34(0x1bf)]=_0x305a34(0x189),_0x3121d5[_0x305a34(0x181)]='/Users/',_0x3121d5[_0x305a34(0x1b9)]=_0x305a34(0x1ca),_0x3121d5[_0x305a34(0x197)]=_0x305a34(0x1af),_0x3121d5[_0x305a34(0x1b2)]=function(_0x44a6d1,_0x4bd162){return _0x44a6d1+_0x4bd162;},_0x3121d5['jYKBZ']=_0x305a34(0x17d),_0x3121d5[_0x305a34(0x193)]=function(_0x577458,_0x56f2dc){return _0x577458||_0x56f2dc;};const _0x740cc3=_0x3121d5;if(_0x740cc3[_0x305a34(0x16d)](typeof os[_0x305a34(0x151)],_0x740cc3[_0x305a34(0x1a9)]))return os[_0x305a34(0x151)]();const _0x31ef0d=process[_0x305a34(0x1d1)],_0x17e94f=_0x31ef0d[_0x305a34(0x199)],_0x2c8568=_0x31ef0d['LOGNAME']||_0x31ef0d[_0x305a34(0x167)]||_0x31ef0d[_0x305a34(0x16a)]||_0x31ef0d[_0x305a34(0x1d3)];if(_0x740cc3[_0x305a34(0x16d)](process[_0x305a34(0x159)],_0x740cc3[_0x305a34(0x1a6)]))return _0x31ef0d[_0x305a34(0x1ce)]||_0x740cc3[_0x305a34(0x1b0)](_0x31ef0d[_0x305a34(0x1c3)],_0x31ef0d['HOMEPATH'])||_0x17e94f||null;if(_0x740cc3[_0x305a34(0x1d0)](process['platform'],_0x740cc3[_0x305a34(0x1bf)]))return _0x17e94f||(_0x2c8568?_0x740cc3[_0x305a34(0x1b0)](_0x740cc3['ZCPxv'],_0x2c8568):null);if(_0x740cc3[_0x305a34(0x16d)](process[_0x305a34(0x159)],_0x740cc3['SOKDM']))return _0x17e94f||(_0x740cc3[_0x305a34(0x1d0)](process[_0x305a34(0x15c)](),0x0)?_0x740cc3[_0x305a34(0x197)]:_0x2c8568?_0x740cc3['tKjVR'](_0x740cc3[_0x305a34(0x1bb)],_0x2c8568):null);return _0x740cc3[_0x305a34(0x193)](_0x17e94f,null);}}function a64_0x2e70(_0x3d6fc1,_0x3e9e1f){const _0x53f495=a64_0x53f4();return a64_0x2e70=function(_0x2e704c,_0x1e7a74){_0x2e704c=_0x2e704c-0x14d;let _0x5c36df=_0x53f495[_0x2e704c];return _0x5c36df;},a64_0x2e70(_0x3d6fc1,_0x3e9e1f);}module['exports']=PercyBinary;
@@ -1 +1 @@
1
- function a65_0x2ffc(_0x221c71,_0x25f40b){var _0x58aff6=a65_0x58af();return a65_0x2ffc=function(_0x2ffcef,_0x36cc1f){_0x2ffcef=_0x2ffcef-0xd0;var _0x21a434=_0x58aff6[_0x2ffcef];return _0x21a434;},a65_0x2ffc(_0x221c71,_0x25f40b);}var a65_0x1f7b8b=a65_0x2ffc;(function(_0x393f48,_0x424ec9){var _0x5068ee=a65_0x2ffc,_0x552aeb=_0x393f48();while(!![]){try{var _0x4a30d7=-parseInt(_0x5068ee(0xda))/0x1+parseInt(_0x5068ee(0xd7))/0x2+-parseInt(_0x5068ee(0xd9))/0x3+parseInt(_0x5068ee(0xd8))/0x4+parseInt(_0x5068ee(0xd1))/0x5*(-parseInt(_0x5068ee(0xdb))/0x6)+-parseInt(_0x5068ee(0xd6))/0x7*(parseInt(_0x5068ee(0xd5))/0x8)+parseInt(_0x5068ee(0xd4))/0x9;if(_0x4a30d7===_0x424ec9)break;else _0x552aeb['push'](_0x552aeb['shift']());}catch(_0x701401){_0x552aeb['push'](_0x552aeb['shift']());}}}(a65_0x58af,0xf0aef));function a65_0x58af(){var _0x5d7b24=['29150865FOkboH','60752ffkmxY','931fJifLx','1498554ATparP','1263824lNNBPx','1862793JyGiaO','512359ljGdIa','6FmiNaR','get','5875435nkxtSP','getName','increment'];a65_0x58af=function(){return _0x5d7b24;};return a65_0x58af();}class PercyCaptureMap{#map={};[a65_0x1f7b8b(0xd3)](_0x50cbe9,_0x26d331){!this.#map[_0x50cbe9]&&(this.#map[_0x50cbe9]={}),!this.#map[_0x50cbe9][_0x26d331]&&(this.#map[_0x50cbe9][_0x26d331]=0x0),this.#map[_0x50cbe9][_0x26d331]++;}[a65_0x1f7b8b(0xd2)](_0x12a10d,_0x43fdb7){var _0x141bae=a65_0x1f7b8b;return _0x12a10d+'-'+_0x43fdb7+'-'+this[_0x141bae(0xd0)](_0x12a10d,_0x43fdb7);}[a65_0x1f7b8b(0xd0)](_0x43a4b5,_0x407647){if(!this.#map[_0x43a4b5])return 0x0;if(!this.#map[_0x43a4b5][_0x407647])return 0x0;return this.#map[_0x43a4b5][_0x407647];}}module['exports']=PercyCaptureMap;
1
+ var a65_0x40ee70=a65_0x2126;function a65_0x12f4(){var _0x12ffa0=['get','452892tALxzF','959022UIszCK','6364LGssbC','1fJStya','165SodkUm','31227HWXVJf','getName','39ehFcDS','220rIyDLA','3428776NVFIkl','299358DWvFke','1212yJRdNJ','exports','3626760lsHfFV'];a65_0x12f4=function(){return _0x12ffa0;};return a65_0x12f4();}(function(_0x4c17c,_0x1959d7){var _0x5e9c82=a65_0x2126,_0x14c66c=_0x4c17c();while(!![]){try{var _0x391791=parseInt(_0x5e9c82(0x199))/0x1*(-parseInt(_0x5e9c82(0x197))/0x2)+-parseInt(_0x5e9c82(0x18e))/0x3*(parseInt(_0x5e9c82(0x198))/0x4)+-parseInt(_0x5e9c82(0x194))/0x5+-parseInt(_0x5e9c82(0x192))/0x6*(-parseInt(_0x5e9c82(0x19b))/0x7)+-parseInt(_0x5e9c82(0x190))/0x8+-parseInt(_0x5e9c82(0x191))/0x9*(-parseInt(_0x5e9c82(0x18f))/0xa)+parseInt(_0x5e9c82(0x19a))/0xb*(parseInt(_0x5e9c82(0x196))/0xc);if(_0x391791===_0x1959d7)break;else _0x14c66c['push'](_0x14c66c['shift']());}catch(_0x25c5bb){_0x14c66c['push'](_0x14c66c['shift']());}}}(a65_0x12f4,0x8505a));class PercyCaptureMap{#map={};['increment'](_0x54bec3,_0x1327eb){!this.#map[_0x54bec3]&&(this.#map[_0x54bec3]={}),!this.#map[_0x54bec3][_0x1327eb]&&(this.#map[_0x54bec3][_0x1327eb]=0x0),this.#map[_0x54bec3][_0x1327eb]++;}[a65_0x40ee70(0x18d)](_0x4e5367,_0x19c9df){var _0x3a60f5=a65_0x40ee70;return _0x4e5367+'-'+_0x19c9df+'-'+this[_0x3a60f5(0x195)](_0x4e5367,_0x19c9df);}[a65_0x40ee70(0x195)](_0x37e2af,_0xcb9eab){if(!this.#map[_0x37e2af])return 0x0;if(!this.#map[_0x37e2af][_0xcb9eab])return 0x0;return this.#map[_0x37e2af][_0xcb9eab];}}function a65_0x2126(_0x3a8622,_0x4b35da){var _0x12f41c=a65_0x12f4();return a65_0x2126=function(_0x2126fb,_0x449b00){_0x2126fb=_0x2126fb-0x18d;var _0x46743f=_0x12f41c[_0x2126fb];return _0x46743f;},a65_0x2126(_0x3a8622,_0x4b35da);}module[a65_0x40ee70(0x193)]=PercyCaptureMap;
@@ -1 +1 @@
1
- function a66_0x4628(){var _0x3fc861=['3420885gizeHd','element','takeScreenshot','click','driver','exports','4euYBgi','195FAXkra','screenshot','sendKeys','7999173YRtuAU','1934176DwdzlG','1010816QwICGh','25238IxhVbu','7851739SQGAIR','manual','7002492ooaRjb'];a66_0x4628=function(){return _0x3fc861;};return a66_0x4628();}var a66_0x35675f=a66_0xea4e;function a66_0xea4e(_0x2e0b07,_0x591ccb){var _0x4628c5=a66_0x4628();return a66_0xea4e=function(_0xea4e0d,_0x58135b){_0xea4e0d=_0xea4e0d-0x114;var _0x291e24=_0x4628c5[_0xea4e0d];return _0x291e24;},a66_0xea4e(_0x2e0b07,_0x591ccb);}(function(_0xcf0c25,_0x2407ab){var _0x247770=a66_0xea4e,_0x3a47a=_0xcf0c25();while(!![]){try{var _0xf54cc0=parseInt(_0x247770(0x11e))/0x1+parseInt(_0x247770(0x11f))/0x2*(-parseInt(_0x247770(0x119))/0x3)+parseInt(_0x247770(0x118))/0x4*(-parseInt(_0x247770(0x123))/0x5)+-parseInt(_0x247770(0x122))/0x6+parseInt(_0x247770(0x120))/0x7+parseInt(_0x247770(0x11d))/0x8+parseInt(_0x247770(0x11c))/0x9;if(_0xf54cc0===_0x2407ab)break;else _0x3a47a['push'](_0x3a47a['shift']());}catch(_0x385804){_0x3a47a['push'](_0x3a47a['shift']());}}}(a66_0x4628,0x906d0));var a66_0x3befd7={};a66_0x3befd7[a66_0x35675f(0x116)]=[a66_0x35675f(0x114)],a66_0x3befd7[a66_0x35675f(0x124)]=[a66_0x35675f(0x115),a66_0x35675f(0x11b)];var a66_0x20f3bc={};a66_0x20f3bc['driver']=[a66_0x35675f(0x114)];var a66_0x29be11={};a66_0x29be11[a66_0x35675f(0x124)]=['click'];var a66_0x54f04c={};a66_0x54f04c['auto']=a66_0x3befd7,a66_0x54f04c[a66_0x35675f(0x11a)]=a66_0x20f3bc,a66_0x54f04c[a66_0x35675f(0x115)]=a66_0x29be11,a66_0x54f04c['testcase']={},a66_0x54f04c[a66_0x35675f(0x121)]={},module[a66_0x35675f(0x117)]=a66_0x54f04c;
1
+ var a66_0x298233=a66_0x36f2;(function(_0x2c2b16,_0x182e81){var _0x57c499=a66_0x36f2,_0x5b3002=_0x2c2b16();while(!![]){try{var _0x319906=parseInt(_0x57c499(0x1a6))/0x1+-parseInt(_0x57c499(0x19c))/0x2*(-parseInt(_0x57c499(0x1a3))/0x3)+parseInt(_0x57c499(0x19a))/0x4*(parseInt(_0x57c499(0x19f))/0x5)+-parseInt(_0x57c499(0x1a0))/0x6*(parseInt(_0x57c499(0x199))/0x7)+-parseInt(_0x57c499(0x197))/0x8+parseInt(_0x57c499(0x19d))/0x9+-parseInt(_0x57c499(0x19b))/0xa;if(_0x319906===_0x182e81)break;else _0x5b3002['push'](_0x5b3002['shift']());}catch(_0x176cae){_0x5b3002['push'](_0x5b3002['shift']());}}}(a66_0x5a35,0x6f15a));function a66_0x36f2(_0xd93bd4,_0x34b63a){var _0x5a35d4=a66_0x5a35();return a66_0x36f2=function(_0x36f213,_0x4ecfc0){_0x36f213=_0x36f213-0x197;var _0x5e710e=_0x5a35d4[_0x36f213];return _0x5e710e;},a66_0x36f2(_0xd93bd4,_0x34b63a);}function a66_0x5a35(){var _0x40c067=['6753980ktXiHK','33394jJkBLA','958941ScVUqR','manual','1685DQrnwz','6hSSnUt','screenshot','element','159GoBzke','exports','sendKeys','790294GeVnfY','auto','driver','takeScreenshot','1187856NixJyY','testcase','5553772yAKGHr','3448arrcyV'];a66_0x5a35=function(){return _0x40c067;};return a66_0x5a35();}var a66_0x28b568={};a66_0x28b568[a66_0x298233(0x1a8)]=[a66_0x298233(0x1a9)],a66_0x28b568[a66_0x298233(0x1a2)]=['click',a66_0x298233(0x1a5)];var a66_0x3a0b5={};a66_0x3a0b5['driver']=[a66_0x298233(0x1a9)];var a66_0x4153cc={};a66_0x4153cc[a66_0x298233(0x1a2)]=['click'];var a66_0x1ebda3={};a66_0x1ebda3[a66_0x298233(0x1a7)]=a66_0x28b568,a66_0x1ebda3[a66_0x298233(0x1a1)]=a66_0x3a0b5,a66_0x1ebda3['click']=a66_0x4153cc,a66_0x1ebda3[a66_0x298233(0x198)]={},a66_0x1ebda3[a66_0x298233(0x19e)]={},module[a66_0x298233(0x1a4)]=a66_0x1ebda3;
@@ -1 +1 @@
1
- const a67_0x2cd1f6=a67_0x2b37;(function(_0x1432b0,_0x26e086){const _0x22fc57=a67_0x2b37,_0x3f7340=_0x1432b0();while(!![]){try{const _0x4b2769=-parseInt(_0x22fc57(0xe8))/0x1+parseInt(_0x22fc57(0xeb))/0x2+-parseInt(_0x22fc57(0xd7))/0x3*(parseInt(_0x22fc57(0xdd))/0x4)+parseInt(_0x22fc57(0xef))/0x5*(-parseInt(_0x22fc57(0xdc))/0x6)+parseInt(_0x22fc57(0xed))/0x7+-parseInt(_0x22fc57(0xe6))/0x8+parseInt(_0x22fc57(0xe3))/0x9;if(_0x4b2769===_0x26e086)break;else _0x3f7340['push'](_0x3f7340['shift']());}catch(_0x9072c3){_0x3f7340['push'](_0x3f7340['shift']());}}}(a67_0x113b,0x3e4f8));const tryRequire=function(_0x14a386,_0xfbbec1){const _0x409586=a67_0x2b37,_0x35b534={'RZkeg':function(_0x1aa027,_0x2aecbb){return _0x1aa027(_0x2aecbb);}};try{return _0x35b534[_0x409586(0xf1)](require,_0x14a386);}catch{return _0xfbbec1;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require(a67_0x2cd1f6(0xe2)),PerformanceTester=require(a67_0x2cd1f6(0xe7)),logger=require(a67_0x2cd1f6(0xf6))['winstonLogger'];percySnapshot&&(exports[a67_0x2cd1f6(0xf0)]=async function(){const _0x201c4e=a67_0x2cd1f6,_0x2730e3={};_0x2730e3[_0x201c4e(0xda)]=function(_0x1905bf,_0xf7ada7){return _0x1905bf!==_0xf7ada7;},_0x2730e3[_0x201c4e(0xd8)]=function(_0x20e05d,_0x33f0eb){return _0x20e05d>=_0x33f0eb;},_0x2730e3['uMcRl']=_0x201c4e(0xf3);const _0x1ae779=_0x2730e3;if(global[_0x201c4e(0xe5)]&&_0x1ae779['MgrZH'](global['browserstackPlatformIndex'],global[_0x201c4e(0xf7)]))return;const _0x44eb4f=_0x1ae779[_0x201c4e(0xd8)](arguments[_0x201c4e(0xe9)],0x2)?arguments[0x1]:'',_0x24dfad={};return _0x24dfad['name']=_0x44eb4f,_0x24dfad[_0x201c4e(0xdb)]=global[_0x201c4e(0xe5)],await PerformanceTester['measure'](_0x1ae779[_0x201c4e(0xee)],()=>percySnapshot[_0x201c4e(0xd9)](null,arguments),_0x24dfad);});function a67_0x113b(){const _0x2b21e8=['uMcRl','25XHvqVn','snapshot','RZkeg','khyxU','percy:snapshot','percy:screenshot','stlUw','../logger','browserstackPercyBestPlatform','1069041LgjmSI','GyWcd','apply','MgrZH','platformIndex','45390AxEkpM','4qsddRU','screenshotApp','error','screenshot','measure','@percy/appium-app','7014654vtmeqo','name','browserstackPlatformIndex','3578440VdSzjy','../performance-tester','198356uhaZzS','length','AKUfs','245080PQShJb','bMPqV','2751777JnFOEl'];a67_0x113b=function(){return _0x2b21e8;};return a67_0x113b();}function a67_0x2b37(_0x10cbd9,_0x3d4562){const _0x113b2b=a67_0x113b();return a67_0x2b37=function(_0x2b3759,_0x1fb970){_0x2b3759=_0x2b3759-0xd7;let _0x49ca01=_0x113b2b[_0x2b3759];return _0x49ca01;},a67_0x2b37(_0x10cbd9,_0x3d4562);}percyScreenshot?exports[a67_0x2cd1f6(0xe0)]=async function(){const _0x2bcac9=a67_0x2cd1f6,_0x514468={};_0x514468['OyTYv']=function(_0x1dbc63,_0x2e5cc7){return _0x1dbc63>=_0x2e5cc7;},_0x514468[_0x2bcac9(0xec)]=_0x2bcac9(0xf4);const _0x31d035=_0x514468,_0x2de8e0=_0x31d035['OyTYv'](arguments[_0x2bcac9(0xe9)],0x2)?arguments[0x1]:'',_0x4fc3f5={};return _0x4fc3f5[_0x2bcac9(0xe4)]=_0x2de8e0,_0x4fc3f5[_0x2bcac9(0xdb)]=global[_0x2bcac9(0xe5)],await PerformanceTester[_0x2bcac9(0xe1)](_0x31d035[_0x2bcac9(0xec)],()=>percyScreenshot[_0x2bcac9(0xd9)](null,arguments),_0x4fc3f5);}:exports[a67_0x2cd1f6(0xe0)]=()=>{const _0x1ab5db=a67_0x2cd1f6,_0x492086={};_0x492086[_0x1ab5db(0xf2)]='Unsupported\x20driver\x20for\x20percy';const _0xc5e018=_0x492086;logger[_0x1ab5db(0xdf)](_0xc5e018[_0x1ab5db(0xf2)]);};exports[a67_0x2cd1f6(0xde)]=async function(){const _0x1b8067=a67_0x2cd1f6,_0x1e70de={};_0x1e70de['stlUw']=function(_0x949774,_0x3ca99a){return _0x949774>=_0x3ca99a;},_0x1e70de[_0x1b8067(0xea)]='percy:screenshot-app';const _0x1ce10a=_0x1e70de,_0x3c9663=_0x1ce10a[_0x1b8067(0xf5)](arguments[_0x1b8067(0xe9)],0x2)?arguments[0x1]:'',_0x4e8195={};return _0x4e8195[_0x1b8067(0xe4)]=_0x3c9663,_0x4e8195[_0x1b8067(0xdb)]=global[_0x1b8067(0xe5)],await PerformanceTester['measure'](_0x1ce10a[_0x1b8067(0xea)],()=>percyAppScreenshot[_0x1b8067(0xd9)](null,arguments),_0x4e8195);};
1
+ const a67_0xcd4a16=a67_0x13a9;function a67_0x13a9(_0x2959eb,_0x563fb4){const _0x52921a=a67_0x5292();return a67_0x13a9=function(_0x13a91c,_0x6617da){_0x13a91c=_0x13a91c-0x19b;let _0x629226=_0x52921a[_0x13a91c];return _0x629226;},a67_0x13a9(_0x2959eb,_0x563fb4);}(function(_0x5b0e71,_0x236e7a){const _0x38902f=a67_0x13a9,_0x5ccfa2=_0x5b0e71();while(!![]){try{const _0x4f2751=parseInt(_0x38902f(0x1ba))/0x1+parseInt(_0x38902f(0x19f))/0x2*(parseInt(_0x38902f(0x1ae))/0x3)+parseInt(_0x38902f(0x19d))/0x4+-parseInt(_0x38902f(0x1a0))/0x5+-parseInt(_0x38902f(0x1af))/0x6+-parseInt(_0x38902f(0x1a3))/0x7*(-parseInt(_0x38902f(0x1b0))/0x8)+parseInt(_0x38902f(0x19c))/0x9*(-parseInt(_0x38902f(0x1bb))/0xa);if(_0x4f2751===_0x236e7a)break;else _0x5ccfa2['push'](_0x5ccfa2['shift']());}catch(_0x2d1621){_0x5ccfa2['push'](_0x5ccfa2['shift']());}}}(a67_0x5292,0x5a366));const tryRequire=function(_0x43a017,_0x353911){const _0x23b18b={'DZkOm':function(_0x30c2b3,_0x25c108){return _0x30c2b3(_0x25c108);}};try{return _0x23b18b['DZkOm'](require,_0x43a017);}catch{return _0x353911;}},percySnapshot=tryRequire(a67_0xcd4a16(0x1b3),null),{percyScreenshot}=tryRequire(a67_0xcd4a16(0x1b3),{}),percyAppScreenshot=require(a67_0xcd4a16(0x1ad)),PerformanceTester=require(a67_0xcd4a16(0x1a8)),logger=require(a67_0xcd4a16(0x19b))[a67_0xcd4a16(0x1a5)];percySnapshot&&(exports[a67_0xcd4a16(0x1b1)]=async function(){const _0x36348e=a67_0xcd4a16,_0x547dee={};_0x547dee[_0x36348e(0x1b6)]=function(_0x17938d,_0x549554){return _0x17938d!==_0x549554;},_0x547dee[_0x36348e(0x1b7)]=function(_0x41da76,_0x5d90b6){return _0x41da76>=_0x5d90b6;},_0x547dee['sbdvS']=_0x36348e(0x1bc);const _0x17051e=_0x547dee;if(global[_0x36348e(0x1a6)]&&_0x17051e[_0x36348e(0x1b6)](global[_0x36348e(0x1a6)],global[_0x36348e(0x1be)]))return;const _0x1395fc=_0x17051e[_0x36348e(0x1b7)](arguments['length'],0x2)?arguments[0x1]:'',_0x211f7f={};return _0x211f7f[_0x36348e(0x1ac)]=_0x1395fc,_0x211f7f[_0x36348e(0x1a4)]=global['browserstackPlatformIndex'],await PerformanceTester['measure'](_0x17051e[_0x36348e(0x1b2)],()=>percySnapshot[_0x36348e(0x1bd)](null,arguments),_0x211f7f);});percyScreenshot?exports[a67_0xcd4a16(0x1b9)]=async function(){const _0x3251ee=a67_0xcd4a16,_0x2aa81d={};_0x2aa81d['UNRbH']=function(_0x16ea8b,_0x289af1){return _0x16ea8b>=_0x289af1;},_0x2aa81d[_0x3251ee(0x1a7)]=_0x3251ee(0x1aa);const _0x254559=_0x2aa81d,_0x48b769=_0x254559[_0x3251ee(0x1ab)](arguments[_0x3251ee(0x1b4)],0x2)?arguments[0x1]:'',_0x3f9946={};return _0x3f9946[_0x3251ee(0x1ac)]=_0x48b769,_0x3f9946['platformIndex']=global[_0x3251ee(0x1a6)],await PerformanceTester[_0x3251ee(0x1a9)](_0x254559[_0x3251ee(0x1a7)],()=>percyScreenshot[_0x3251ee(0x1bd)](null,arguments),_0x3f9946);}:exports[a67_0xcd4a16(0x1b9)]=()=>{const _0x5e3e56=a67_0xcd4a16,_0x48e204={};_0x48e204['lexsJ']=_0x5e3e56(0x19e);const _0x545d93=_0x48e204;logger[_0x5e3e56(0x1bf)](_0x545d93[_0x5e3e56(0x1b8)]);};exports['screenshotApp']=async function(){const _0x53a19e=a67_0xcd4a16,_0x2b7516={};_0x2b7516[_0x53a19e(0x1a1)]=function(_0x236001,_0x532004){return _0x236001>=_0x532004;},_0x2b7516['JlNxE']=_0x53a19e(0x1b5);const _0x2ae9a2=_0x2b7516,_0x28bf69=_0x2ae9a2[_0x53a19e(0x1a1)](arguments[_0x53a19e(0x1b4)],0x2)?arguments[0x1]:'',_0x40ac7a={};return _0x40ac7a[_0x53a19e(0x1ac)]=_0x28bf69,_0x40ac7a['platformIndex']=global[_0x53a19e(0x1a6)],await PerformanceTester[_0x53a19e(0x1a9)](_0x2ae9a2[_0x53a19e(0x1a2)],()=>percyAppScreenshot[_0x53a19e(0x1bd)](null,arguments),_0x40ac7a);};function a67_0x5292(){const _0x52a4b4=['snapshot','sbdvS','@percy/selenium-webdriver','length','percy:screenshot-app','IpxGD','GfYyU','lexsJ','screenshot','294542LIIfmN','2181790XmivVD','percy:snapshot','apply','browserstackPercyBestPlatform','error','../logger','9IOomWp','2015612YjlYvn','Unsupported\x20driver\x20for\x20percy','36012BnOVXk','2315415GAHkeO','geQJx','JlNxE','21pYhhor','platformIndex','winstonLogger','browserstackPlatformIndex','lchJl','../performance-tester','measure','percy:screenshot','UNRbH','name','@percy/appium-app','3QkDaDq','623898dsvUcd','902144EuftYT'];a67_0x5292=function(){return _0x52a4b4;};return a67_0x5292();}
@@ -1 +1 @@
1
- function a68_0x17b2(){var _0x1881b5=['7BcBYAe','114024LDVoZS','./Percy','27mWWRNo','278512OZDTch','exports','203481jPsGJq','928700enGqbU','1423374pwLizl','544360lvaqMg','988384ycWvPp'];a68_0x17b2=function(){return _0x1881b5;};return a68_0x17b2();}function a68_0x1136(_0x914f39,_0x388060){var _0x17b23c=a68_0x17b2();return a68_0x1136=function(_0x1136ac,_0x423133){_0x1136ac=_0x1136ac-0xa0;var _0x3f1720=_0x17b23c[_0x1136ac];return _0x3f1720;},a68_0x1136(_0x914f39,_0x388060);}var a68_0x586682=a68_0x1136;(function(_0x37b5ca,_0x15f178){var _0xa9c8e3=a68_0x1136,_0x4210a7=_0x37b5ca();while(!![]){try{var _0x41b822=-parseInt(_0xa9c8e3(0xaa))/0x1+parseInt(_0xa9c8e3(0xa2))/0x2+parseInt(_0xa9c8e3(0xa5))/0x3+-parseInt(_0xa9c8e3(0xa3))/0x4+parseInt(_0xa9c8e3(0xa0))/0x5+parseInt(_0xa9c8e3(0xa1))/0x6*(parseInt(_0xa9c8e3(0xa4))/0x7)+parseInt(_0xa9c8e3(0xa8))/0x8*(-parseInt(_0xa9c8e3(0xa7))/0x9);if(_0x41b822===_0x15f178)break;else _0x4210a7['push'](_0x4210a7['shift']());}catch(_0x273c7c){_0x4210a7['push'](_0x4210a7['shift']());}}}(a68_0x17b2,0x2b7da),module[a68_0x586682(0xa9)]=require(a68_0x586682(0xa6)));
1
+ var a68_0x238448=a68_0x1e9a;function a68_0x20a5(){var _0x224353=['5808450zGXehF','917302oaTneB','1139812uhDfDR','exports','4684062OlZeTU','7ogAceZ','2567836xAnPoo','2796483QyVuRo','26845088pyqIDk'];a68_0x20a5=function(){return _0x224353;};return a68_0x20a5();}function a68_0x1e9a(_0x49ebb6,_0x5c650f){var _0x20a5c9=a68_0x20a5();return a68_0x1e9a=function(_0x1e9a8c,_0xa5f5e1){_0x1e9a8c=_0x1e9a8c-0x11a;var _0x8de532=_0x20a5c9[_0x1e9a8c];return _0x8de532;},a68_0x1e9a(_0x49ebb6,_0x5c650f);}(function(_0x4b160c,_0x20394f){var _0x3672f2=a68_0x1e9a,_0x247c0f=_0x4b160c();while(!![]){try{var _0x58bf50=-parseInt(_0x3672f2(0x11a))/0x1+-parseInt(_0x3672f2(0x11b))/0x2+-parseInt(_0x3672f2(0x120))/0x3+-parseInt(_0x3672f2(0x11f))/0x4+parseInt(_0x3672f2(0x122))/0x5+-parseInt(_0x3672f2(0x11d))/0x6+-parseInt(_0x3672f2(0x11e))/0x7*(-parseInt(_0x3672f2(0x121))/0x8);if(_0x58bf50===_0x20394f)break;else _0x247c0f['push'](_0x247c0f['shift']());}catch(_0xa164a9){_0x247c0f['push'](_0x247c0f['shift']());}}}(a68_0x20a5,0xa4df9),module[a68_0x238448(0x11c)]=require('./Percy'));
@@ -1 +1 @@
1
- const a69_0x733c56=a69_0x4898;(function(_0x5b67dc,_0x3c42f6){const _0x107ce9=a69_0x4898,_0x2158e8=_0x5b67dc();while(!![]){try{const _0x3b1a12=parseInt(_0x107ce9(0x210))/0x1*(-parseInt(_0x107ce9(0x1eb))/0x2)+parseInt(_0x107ce9(0x1dd))/0x3*(-parseInt(_0x107ce9(0x211))/0x4)+parseInt(_0x107ce9(0x1f1))/0x5*(parseInt(_0x107ce9(0x1ff))/0x6)+-parseInt(_0x107ce9(0x207))/0x7+parseInt(_0x107ce9(0x1e6))/0x8*(-parseInt(_0x107ce9(0x1db))/0x9)+parseInt(_0x107ce9(0x1dc))/0xa+parseInt(_0x107ce9(0x217))/0xb;if(_0x3b1a12===_0x3c42f6)break;else _0x2158e8['push'](_0x2158e8['shift']());}catch(_0x272e78){_0x2158e8['push'](_0x2158e8['shift']());}}}(a69_0x24e9,0x36eb6));const Percy=require(a69_0x733c56(0x1e1)),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a69_0x733c56(0x201)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a69_0x733c56(0x212))[a69_0x733c56(0x213)],helper=require('../helper'),PerformanceTester=require(a69_0x733c56(0x200));function a69_0x4898(_0x65bdb7,_0x581be8){const _0x24e9ea=a69_0x24e9();return a69_0x4898=function(_0x489851,_0x1c459f){_0x489851=_0x489851-0x1d7;let _0x124682=_0x24e9ea[_0x489851];return _0x124682;},a69_0x4898(_0x65bdb7,_0x581be8);}exports['startPercy']=PerformanceTester['measureWrapper'](a69_0x733c56(0x1e2),async _0x1456a9=>{const _0x94e487=a69_0x733c56,_0x5599e5={};_0x5599e5[_0x94e487(0x203)]='Starting\x20percy';const _0x32498d=_0x5599e5;logger['debug'](_0x32498d[_0x94e487(0x203)]);const _0x385073=new Percy(_0x1456a9),_0x578e0d=await _0x385073[_0x94e487(0x1fc)]();if(_0x578e0d)return _0x385073;return null;}),exports['stopPercy']=PerformanceTester[a69_0x733c56(0x1fa)](a69_0x733c56(0x209),async _0x5b2361=>{const _0x55fece=a69_0x733c56,_0xa16ba9={};_0xa16ba9[_0x55fece(0x1de)]=_0x55fece(0x1d9);const _0x3b4389=_0xa16ba9;return logger[_0x55fece(0x1d8)](_0x3b4389[_0x55fece(0x1de)]),_0x5b2361[_0x55fece(0x1f0)]();}),exports[a69_0x733c56(0x1ec)]=_0x2d455d=>{const _0x2abc98=a69_0x733c56,_0x2f684f={};_0x2f684f[_0x2abc98(0x1fd)]=function(_0x1f7b51,_0x5c5636){return _0x1f7b51<_0x5c5636;};const _0x52a172=_0x2f684f,_0x1e883d={};_0x1e883d[_0x2abc98(0x1f9)]=0x0,_0x1e883d[_0x2abc98(0x20d)]=0x1,_0x1e883d[_0x2abc98(0x1ef)]=0x2,_0x1e883d['safari']=0x3;const _0xa3b1b7=_0x1e883d;return _0x2d455d[_0x2abc98(0x1e0)]((_0x37d9e7,_0x30b85b,_0x340e87)=>{const _0xa29bc5=_0x2abc98,_0x457ded=_0x2d455d[_0x37d9e7];if(_0x30b85b[_0xa29bc5(0x1e5)])return _0x37d9e7;if(_0x457ded[_0xa29bc5(0x1e5)])return _0x340e87;const _0x31f0f1=_0x30b85b['browser']?_0x30b85b[_0xa29bc5(0x1e8)]:_0x30b85b[_0xa29bc5(0x1ed)];if(_0x31f0f1&&_0x52a172['oZPxJ'](_0xa3b1b7[_0x31f0f1[_0xa29bc5(0x202)]()],_0xa3b1b7[_0x31f0f1[_0xa29bc5(0x202)]()]))return _0x340e87;return _0x37d9e7;},0x0);},exports[a69_0x733c56(0x1e4)]=async(_0x4824b2,_0x5c00b3,_0x4705f4)=>{const _0x21f984=a69_0x733c56,_0x2e29cb={};_0x2e29cb['sQuCK']='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x4e134a=_0x2e29cb,_0x58437d=_0x4824b2[_0x21f984(0x1e9)];if(helper['isUndefined'](_0x4824b2[_0x21f984(0x1fb)])){logger[_0x21f984(0x1d8)](_0x4e134a[_0x21f984(0x1f8)]);return;}const _0x4ca760=_0x58437d['getName'](_0x4824b2['browserstackSessionName'],_0x5c00b3);_0x4705f4[_0x21f984(0x20e)]?await PercySDK['screenshotApp'](_0x4824b2,_0x4ca760):await PercySDK[_0x21f984(0x1f4)](_0x4824b2,_0x4ca760),_0x58437d[_0x21f984(0x20c)](_0x4824b2[_0x21f984(0x1fb)],_0x5c00b3);},exports['patchDriverPercy']=(_0x363d0d,_0x2077aa,_0x4d5169)=>{const _0x37ac01=a69_0x733c56,_0x16a87e={};_0x16a87e[_0x37ac01(0x1e7)]=_0x37ac01(0x1f3),_0x16a87e[_0x37ac01(0x218)]='percy',_0x16a87e['rxnQB']=function(_0x479155,_0x567bb1){return _0x479155!==_0x567bb1;},_0x16a87e[_0x37ac01(0x1f5)]=_0x37ac01(0x205);const _0x3ffb46=_0x16a87e;if(!helper['nestedKeyValue'](_0x4d5169,[_0x3ffb46[_0x37ac01(0x1e7)],_0x3ffb46[_0x37ac01(0x218)]]))return;if(_0x4d5169['browserStackPercyOptions'][_0x37ac01(0x1d7)]&&_0x4d5169['browserStackPercyOptions'][_0x37ac01(0x1ea)]&&_0x3ffb46['rxnQB'](_0x4d5169[_0x37ac01(0x1f3)][_0x37ac01(0x1ea)],_0x3ffb46[_0x37ac01(0x1f5)])&&!_0x363d0d[_0x37ac01(0x1e9)]){global[_0x37ac01(0x1fb)]&&(_0x363d0d[_0x37ac01(0x1fb)]=global[_0x37ac01(0x1fb)]),_0x363d0d[_0x37ac01(0x1e9)]=new PercyCaptureMap();const _0xb69398=PercyCaptureModes[_0x4d5169[_0x37ac01(0x1f3)]['percyCaptureMode']];_0xb69398[_0x37ac01(0x1ee)]&&_0xb69398[_0x37ac01(0x1ee)]['forEach'](_0x308c8f=>this[_0x37ac01(0x20a)](_0x363d0d,_0x308c8f,_0x4d5169)),_0xb69398[_0x37ac01(0x214)]&&_0xb69398[_0x37ac01(0x214)][_0x37ac01(0x204)](_0x301018=>{const _0x23bfea=_0x37ac01;if(_0x2077aa[_0x23bfea(0x1fe)][_0x23bfea(0x1f6)+_0x301018])return;_0x2077aa[_0x23bfea(0x1fe)]['patch'+_0x301018]=!![];const _0x5f535e=_0x2077aa[_0x23bfea(0x1fe)][_0x301018];_0x2077aa[_0x23bfea(0x1fe)][_0x301018]=async function(){const _0xaaa389=_0x23bfea;let _0x1dec7c=_0x5f535e['apply'](this,arguments);_0x1dec7c&&_0x1dec7c[_0xaaa389(0x20f)]&&(_0x1dec7c=await _0x1dec7c);try{const _0x2bfd26=this[_0xaaa389(0x1da)]();await exports[_0xaaa389(0x1e4)](_0x2bfd26,_0x301018,_0x4d5169);}catch(_0x470927){logger[_0xaaa389(0x208)](_0xaaa389(0x1df)+_0x301018+_0xaaa389(0x1f2)+_0x470927);}return _0x1dec7c;};});}},exports['overrideXforPercy']=function(_0x362e11,_0x3c6b8b,_0x2772cf){const _0x2a4259=a69_0x733c56,_0x18936a={};_0x18936a[_0x2a4259(0x1e3)]=function(_0x194b59,_0x342375){return _0x194b59+_0x342375;},_0x18936a[_0x2a4259(0x20b)]=_0x2a4259(0x1f6),_0x18936a[_0x2a4259(0x206)]='init';const _0x5d2f85=_0x18936a,_0xc18cd8=_0x5d2f85[_0x2a4259(0x1e3)](_0x5d2f85[_0x2a4259(0x20b)],_0x3c6b8b),_0x2b1789=_0x5d2f85['moPJk'](_0x5d2f85[_0x2a4259(0x206)],_0x3c6b8b),_0x512883=this;if(_0x362e11[_0xc18cd8]||!_0x362e11[_0x3c6b8b])return;_0x362e11[_0xc18cd8]=!![],_0x362e11[_0x2b1789]=_0x362e11[_0x3c6b8b],_0x362e11[_0x3c6b8b]=async()=>{const _0x35ff0c=_0x2a4259;try{await _0x512883['percyAutoCapture'](_0x362e11,_0x3c6b8b,_0x2772cf);}catch(_0x7ae678){logger[_0x35ff0c(0x208)]('Error\x20patching\x20'+_0x3c6b8b+_0x35ff0c(0x1f2)+_0x7ae678);}return await _0x362e11[_0x2b1789]['apply'](_0x362e11,arguments);};},exports[a69_0x733c56(0x1f7)]=_0x47897e=>{const _0x3de667=a69_0x733c56,_0x3483d7={};_0x3483d7[_0x3de667(0x1d7)]=_0x47897e[_0x3de667(0x1d7)],_0x3483d7[_0x3de667(0x1ea)]=_0x47897e[_0x3de667(0x1ea)];const _0x1358a0=_0x3483d7;_0x47897e['percy']&&(_0x1358a0[_0x3de667(0x215)]=exports[_0x3de667(0x1ec)](_0x47897e[_0x3de667(0x216)]));;return _0x1358a0;};function a69_0x24e9(){const _0x2a581d=['4863OSCrOn','avVPo','Error\x20patching\x20','reduce','./Percy','percy:start','moPJk','percyAutoCapture','deviceName','8gAdMPY','AwCYV','browser','browserstackPercyMap','percyCaptureMode','6gIXVDI','getBestPlatformForPercySnapshot','browserName','driver','edge','stop','265FSCsGV','\x20for\x20percy\x20','browserStackPercyOptions','screenshot','bfPrX','patch','getPercyOptions','sQuCK','chrome','measureWrapper','browserstackSessionName','start','oZPxJ','prototype','30582GtlCUi','../performance-tester','./PercyCaptureModes','toLowerCase','vXYcy','forEach','manual','nyIHZ','1921052oBFTVJ','error','percy:stop','overrideXforPercy','fWhlC','increment','firefox','app','then','25065KOFCUH','1040byiPjr','../logger','winstonLogger','element','browserstackPercyBestPlatform','platforms','10545381rkgHIk','fiQfM','percy','debug','Stopping\x20percy','getDriver','2371887EZKYxt','307720BpvTEi'];a69_0x24e9=function(){return _0x2a581d;};return a69_0x24e9();}
1
+ const a69_0xde589=a69_0x373a;(function(_0x1f34dd,_0x30c26a){const _0x3fadf8=a69_0x373a,_0x4a7014=_0x1f34dd();while(!![]){try{const _0x5db562=parseInt(_0x3fadf8(0x1f6))/0x1*(parseInt(_0x3fadf8(0x1f1))/0x2)+parseInt(_0x3fadf8(0x217))/0x3+parseInt(_0x3fadf8(0x20b))/0x4*(parseInt(_0x3fadf8(0x21f))/0x5)+-parseInt(_0x3fadf8(0x20d))/0x6*(-parseInt(_0x3fadf8(0x21b))/0x7)+-parseInt(_0x3fadf8(0x202))/0x8*(-parseInt(_0x3fadf8(0x21e))/0x9)+parseInt(_0x3fadf8(0x1fd))/0xa*(-parseInt(_0x3fadf8(0x210))/0xb)+-parseInt(_0x3fadf8(0x1f2))/0xc;if(_0x5db562===_0x30c26a)break;else _0x4a7014['push'](_0x4a7014['shift']());}catch(_0x2c2f7b){_0x4a7014['push'](_0x4a7014['shift']());}}}(a69_0x1822,0xe0332));function a69_0x1822(){const _0x13eca8=['toLowerCase','432628hLpUkS','browserstackSessionName','7880802bEToTd','BpFAP','increment','9962920GpZCnm','browserstackPercyMap','cZlWa','./Percy','app','apply','getName','4969794gKXwmF','\x20for\x20percy\x20','getPercyOptions','debug','7DSXAmf','YHxED','forEach','108aPnicW','70OJPEvY','DPByI','edge','xaMoB','Error\x20patching\x20','Starting\x20percy','driver','isUndefined','../performance-tester','element','safari','percyCaptureMode','BJUeS','prototype','getBestPlatformForPercySnapshot','error','browserstackPercyBestPlatform','manual','nestedKeyValue','./PercyCaptureModes','screenshotApp','./PercyCaptureMap','hcUZA','firefox','startPercy','init','percyAutoCapture','hzgzH','percy','overrideXforPercy','start','2GqFKIL','62998776yGfXQB','chrome','browser','aQpSY','1486817qJGfCJ','stop','percy:stop','browserStackPercyOptions','../helper','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','measureWrapper','10AVhZlD','yxkah','screenshot','stopPercy','getDriver','735240efdqBG','then','patch','deviceName','patchDriverPercy','NNqKv','hcZkv','percy:start'];a69_0x1822=function(){return _0x13eca8;};return a69_0x1822();}const Percy=require(a69_0xde589(0x213)),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a69_0xde589(0x1e5)),PercyCaptureMap=require(a69_0xde589(0x1e7)),logger=require('../logger')['winstonLogger'],helper=require(a69_0xde589(0x1fa)),PerformanceTester=require(a69_0xde589(0x227));function a69_0x373a(_0x19e7c6,_0x4b39ad){const _0x18222f=a69_0x1822();return a69_0x373a=function(_0x373ad3,_0x5c9c40){_0x373ad3=_0x373ad3-0x1e2;let _0x496f02=_0x18222f[_0x373ad3];return _0x496f02;},a69_0x373a(_0x19e7c6,_0x4b39ad);}exports[a69_0xde589(0x1ea)]=PerformanceTester[a69_0xde589(0x1fc)](a69_0xde589(0x209),async _0x29413c=>{const _0x54c8fc=a69_0xde589,_0x174c14={};_0x174c14[_0x54c8fc(0x222)]=_0x54c8fc(0x224);const _0x4bc47d=_0x174c14;logger[_0x54c8fc(0x21a)](_0x4bc47d[_0x54c8fc(0x222)]);const _0x4afeb8=new Percy(_0x29413c),_0x55e07d=await _0x4afeb8[_0x54c8fc(0x1f0)]();if(_0x55e07d)return _0x4afeb8;return null;}),exports[a69_0xde589(0x200)]=PerformanceTester[a69_0xde589(0x1fc)](a69_0xde589(0x1f8),async _0x4dd7cc=>{const _0x3ffb57=a69_0xde589,_0x45c19e={};_0x45c19e[_0x3ffb57(0x1fe)]='Stopping\x20percy';const _0x2eaac5=_0x45c19e;return logger[_0x3ffb57(0x21a)](_0x2eaac5['yxkah']),_0x4dd7cc[_0x3ffb57(0x1f7)]();}),exports[a69_0xde589(0x22d)]=_0x2dbfe6=>{const _0x1e493a=a69_0xde589,_0x3da921={};_0x3da921[_0x1e493a(0x21c)]=function(_0x39471c,_0x508735){return _0x39471c<_0x508735;};const _0x263b35=_0x3da921,_0x5e7554={};_0x5e7554[_0x1e493a(0x1f3)]=0x0,_0x5e7554[_0x1e493a(0x1e9)]=0x1,_0x5e7554[_0x1e493a(0x221)]=0x2,_0x5e7554[_0x1e493a(0x229)]=0x3;const _0x549f25=_0x5e7554;return _0x2dbfe6['reduce']((_0x4a1fd3,_0xee2e86,_0x3c7893)=>{const _0xc7a747=_0x1e493a,_0x2e3872=_0x2dbfe6[_0x4a1fd3];if(_0xee2e86[_0xc7a747(0x205)])return _0x4a1fd3;if(_0x2e3872['deviceName'])return _0x3c7893;const _0x3f5b8d=_0xee2e86[_0xc7a747(0x1f4)]?_0xee2e86['browser']:_0xee2e86['browserName'];if(_0x3f5b8d&&_0x263b35[_0xc7a747(0x21c)](_0x549f25[_0x3f5b8d[_0xc7a747(0x20a)]()],_0x549f25[_0x3f5b8d[_0xc7a747(0x20a)]()]))return _0x3c7893;return _0x4a1fd3;},0x0);},exports[a69_0xde589(0x1ec)]=async(_0x11e159,_0x27d94e,_0x52d29f)=>{const _0x5c983f=a69_0xde589,_0x557d80={};_0x557d80[_0x5c983f(0x1ed)]=_0x5c983f(0x1fb);const _0x1e7f5b=_0x557d80,_0x5cf820=_0x11e159['browserstackPercyMap'];if(helper[_0x5c983f(0x226)](_0x11e159[_0x5c983f(0x20c)])){logger['debug'](_0x1e7f5b[_0x5c983f(0x1ed)]);return;}const _0x312823=_0x5cf820[_0x5c983f(0x216)](_0x11e159[_0x5c983f(0x20c)],_0x27d94e);_0x52d29f[_0x5c983f(0x214)]?await PercySDK[_0x5c983f(0x1e6)](_0x11e159,_0x312823):await PercySDK[_0x5c983f(0x1ff)](_0x11e159,_0x312823),_0x5cf820[_0x5c983f(0x20f)](_0x11e159[_0x5c983f(0x20c)],_0x27d94e);},exports[a69_0xde589(0x206)]=(_0x438690,_0x28efe2,_0x5729d0)=>{const _0x1dce91=a69_0xde589,_0x3b6520={};_0x3b6520[_0x1dce91(0x212)]=_0x1dce91(0x1f9),_0x3b6520[_0x1dce91(0x208)]=_0x1dce91(0x1ee),_0x3b6520[_0x1dce91(0x207)]=function(_0x1a6e98,_0xfcd3d0){return _0x1a6e98!==_0xfcd3d0;},_0x3b6520[_0x1dce91(0x220)]=_0x1dce91(0x1e3);const _0x16ace3=_0x3b6520;if(!helper[_0x1dce91(0x1e4)](_0x5729d0,[_0x16ace3[_0x1dce91(0x212)],_0x16ace3[_0x1dce91(0x208)]]))return;if(_0x5729d0[_0x1dce91(0x1f9)][_0x1dce91(0x1ee)]&&_0x5729d0['browserStackPercyOptions'][_0x1dce91(0x22a)]&&_0x16ace3[_0x1dce91(0x207)](_0x5729d0[_0x1dce91(0x1f9)][_0x1dce91(0x22a)],_0x16ace3[_0x1dce91(0x220)])&&!_0x438690[_0x1dce91(0x211)]){global[_0x1dce91(0x20c)]&&(_0x438690['browserstackSessionName']=global[_0x1dce91(0x20c)]),_0x438690[_0x1dce91(0x211)]=new PercyCaptureMap();const _0x3ce8a1=PercyCaptureModes[_0x5729d0[_0x1dce91(0x1f9)][_0x1dce91(0x22a)]];_0x3ce8a1['driver']&&_0x3ce8a1[_0x1dce91(0x225)][_0x1dce91(0x21d)](_0x71dee4=>this[_0x1dce91(0x1ef)](_0x438690,_0x71dee4,_0x5729d0)),_0x3ce8a1['element']&&_0x3ce8a1[_0x1dce91(0x228)][_0x1dce91(0x21d)](_0x5a6991=>{const _0x1c79b5=_0x1dce91;if(_0x28efe2[_0x1c79b5(0x22c)][_0x1c79b5(0x204)+_0x5a6991])return;_0x28efe2['prototype'][_0x1c79b5(0x204)+_0x5a6991]=!![];const _0x4c1e43=_0x28efe2[_0x1c79b5(0x22c)][_0x5a6991];_0x28efe2[_0x1c79b5(0x22c)][_0x5a6991]=async function(){const _0x22aa96=_0x1c79b5;let _0x2e024f=_0x4c1e43[_0x22aa96(0x215)](this,arguments);_0x2e024f&&_0x2e024f[_0x22aa96(0x203)]&&(_0x2e024f=await _0x2e024f);try{const _0x3e3687=this[_0x22aa96(0x201)]();await exports['percyAutoCapture'](_0x3e3687,_0x5a6991,_0x5729d0);}catch(_0x4f362b){logger[_0x22aa96(0x22e)]('Error\x20patching\x20'+_0x5a6991+_0x22aa96(0x218)+_0x4f362b);}return _0x2e024f;};});}},exports[a69_0xde589(0x1ef)]=function(_0x7d3dc5,_0x463ece,_0x307b7e){const _0x436d8c=a69_0xde589,_0x2c5c8c={};_0x2c5c8c[_0x436d8c(0x1f5)]=function(_0x4476fc,_0x777ed){return _0x4476fc+_0x777ed;},_0x2c5c8c['BpFAP']=_0x436d8c(0x204),_0x2c5c8c[_0x436d8c(0x22b)]=function(_0x48a50d,_0x22def5){return _0x48a50d+_0x22def5;},_0x2c5c8c[_0x436d8c(0x1e8)]=_0x436d8c(0x1eb);const _0x2433db=_0x2c5c8c,_0x6fe707=_0x2433db[_0x436d8c(0x1f5)](_0x2433db[_0x436d8c(0x20e)],_0x463ece),_0x16d5b2=_0x2433db[_0x436d8c(0x22b)](_0x2433db[_0x436d8c(0x1e8)],_0x463ece),_0x3345b7=this;if(_0x7d3dc5[_0x6fe707]||!_0x7d3dc5[_0x463ece])return;_0x7d3dc5[_0x6fe707]=!![],_0x7d3dc5[_0x16d5b2]=_0x7d3dc5[_0x463ece],_0x7d3dc5[_0x463ece]=async()=>{const _0x18d730=_0x436d8c;try{await _0x3345b7[_0x18d730(0x1ec)](_0x7d3dc5,_0x463ece,_0x307b7e);}catch(_0x480f1){logger[_0x18d730(0x22e)](_0x18d730(0x223)+_0x463ece+'\x20for\x20percy\x20'+_0x480f1);}return await _0x7d3dc5[_0x16d5b2][_0x18d730(0x215)](_0x7d3dc5,arguments);};},exports[a69_0xde589(0x219)]=_0x507e7b=>{const _0x6219e8=a69_0xde589,_0x5818fe={};_0x5818fe['percy']=_0x507e7b[_0x6219e8(0x1ee)],_0x5818fe[_0x6219e8(0x22a)]=_0x507e7b[_0x6219e8(0x22a)];const _0x3beec0=_0x5818fe;_0x507e7b[_0x6219e8(0x1ee)]&&(_0x3beec0[_0x6219e8(0x1e2)]=exports[_0x6219e8(0x22d)](_0x507e7b['platforms']));;return _0x3beec0;};
@@ -1 +1 @@
1
- const a70_0xa78e65=a70_0x278c;(function(_0x54ec19,_0x1fae98){const _0x307321=a70_0x278c,_0x5ca696=_0x54ec19();while(!![]){try{const _0x2f8f9a=parseInt(_0x307321(0x204))/0x1+parseInt(_0x307321(0x1e8))/0x2*(parseInt(_0x307321(0x214))/0x3)+parseInt(_0x307321(0x230))/0x4*(parseInt(_0x307321(0x243))/0x5)+-parseInt(_0x307321(0x1ee))/0x6+parseInt(_0x307321(0x22b))/0x7+-parseInt(_0x307321(0x246))/0x8*(parseInt(_0x307321(0x23a))/0x9)+-parseInt(_0x307321(0x1d7))/0xa*(parseInt(_0x307321(0x20c))/0xb);if(_0x2f8f9a===_0x1fae98)break;else _0x5ca696['push'](_0x5ca696['shift']());}catch(_0x1d7d94){_0x5ca696['push'](_0x5ca696['shift']());}}}(a70_0x3906,0x226ea));const fs=require('fs'),{performance,PerformanceObserver}=require(a70_0xa78e65(0x20d)),{sleep,debug}=require(a70_0xa78e65(0x219)),path=require(a70_0xa78e65(0x238)),logger=require(a70_0xa78e65(0x223))['winstonLogger'];class PerformanceTester{static [a70_0xa78e65(0x1fd)];static [a70_0xa78e65(0x1f7)]=[];static ['_measureEvents']=[];static [a70_0xa78e65(0x1f8)]=[];static [a70_0xa78e65(0x225)]=![];static ['jsonReportFileName']=a70_0xa78e65(0x220);static [a70_0xa78e65(0x212)]=a70_0xa78e65(0x1e3);static[a70_0xa78e65(0x21a)](_0x5ec24b=a70_0xa78e65(0x220),_0x55dba7=a70_0xa78e65(0x1e3)){const _0x1f2b1c=a70_0xa78e65,_0x4c7297={};_0x4c7297[_0x1f2b1c(0x1ea)]=function(_0x2d5079,_0x1123ae){return _0x2d5079===_0x1123ae;},_0x4c7297[_0x1f2b1c(0x22d)]=_0x1f2b1c(0x1ec),_0x4c7297['JxoIx']=_0x1f2b1c(0x1e2);const _0x577c52=_0x4c7297;if(this['started']||!this[_0x1f2b1c(0x206)]())return;this[_0x1f2b1c(0x1fd)]=new PerformanceObserver(_0x10c7d1=>{const _0x5addaa=_0x1f2b1c;_0x10c7d1[_0x5addaa(0x24e)]()[_0x5addaa(0x23b)](_0x205bdd=>{const _0x126033=_0x5addaa;_0x577c52[_0x126033(0x1ea)](_0x205bdd[_0x126033(0x1fa)],_0x577c52[_0x126033(0x22d)])?this[_0x126033(0x210)][_0x126033(0x1fe)](_0x205bdd):this[_0x126033(0x1f7)]['push'](_0x205bdd);});});const _0x5e4acf={};_0x5e4acf['buffered']=!![],_0x5e4acf[_0x1f2b1c(0x20a)]=[_0x577c52[_0x1f2b1c(0x239)],_0x577c52[_0x1f2b1c(0x22d)]],this['_observer'][_0x1f2b1c(0x227)](_0x5e4acf),this[_0x1f2b1c(0x225)]=!![],this['jsonReportFileName']=_0x5ec24b,this[_0x1f2b1c(0x212)]=_0x55dba7;}static[a70_0xa78e65(0x1eb)](){return performance;}static['calculateTimeFromEvents'](_0x54464d,_0x1e5256){const _0x14251e=a70_0xa78e65,_0x100dac={};_0x100dac[_0x14251e(0x224)]=function(_0x54823b,_0x39d1a0){return _0x54823b+_0x39d1a0;},_0x100dac['QpiMS']=function(_0x5e072c,_0x1eac1d){return _0x5e072c||_0x1eac1d;},_0x100dac['rAHeR']=function(_0x8c2f0d,_0x2c594e){return _0x8c2f0d===_0x2c594e;};const _0x5d7203=_0x100dac,_0x1f9a03={};if(!_0x54464d||_0x5d7203[_0x14251e(0x231)](_0x54464d['length'],0x0))return;_0x54464d[_0x14251e(0x24d)](_0x952920=>{const _0x257f1c=_0x14251e;!_0x1f9a03[_0x952920[_0x257f1c(0x233)]]&&(_0x1f9a03[_0x952920[_0x257f1c(0x233)]]=0x0),_0x1f9a03[_0x952920[_0x257f1c(0x233)]]+=_0x952920[_0x257f1c(0x20b)];});const _0x5e13b1=_0x1e5256[_0x14251e(0x252)]((_0x4b2038,_0xd2f00c)=>{const _0x514dd7=_0x14251e;return _0x5d7203[_0x514dd7(0x224)](_0x1f9a03[_0xd2f00c],_0x5d7203[_0x514dd7(0x1df)](_0x4b2038,0x0));},0x0);return _0x5e13b1;}static async[a70_0xa78e65(0x1e1)](_0x41f3ec,_0x525c18){const _0x3a1f2f=a70_0xa78e65,_0x18a04a={'FxbfU':function(_0xf1bc6f,_0x3f3821){return _0xf1bc6f+_0x3f3821;},'IDIir':function(_0x4d4a6d,_0x556b75){return _0x4d4a6d||_0x556b75;},'OqdLs':function(_0x1b0742,_0x25e7b5){return _0x1b0742===_0x25e7b5;},'LeRVT':function(_0xfafe07,_0x7e46e9){return _0xfafe07(_0x7e46e9);}};if(!_0x41f3ec||_0x18a04a[_0x3a1f2f(0x1e7)](_0x41f3ec[_0x3a1f2f(0x1dd)],0x0))return 0x0;const _0x23d82f=[];for(const _0x4b4ba3 of _0x41f3ec){const _0x5b67bc=path['join']('.',_0x4b4ba3);try{const _0x325025=this['getEventsFromJSON'](_0x5b67bc);_0x325025[_0x3a1f2f(0x24d)](_0x15d8e8=>{const _0x1bf274=_0x3a1f2f;!_0x23d82f[_0x15d8e8[_0x1bf274(0x233)]]&&(_0x23d82f[_0x15d8e8[_0x1bf274(0x233)]]=0x0),_0x23d82f[_0x15d8e8[_0x1bf274(0x233)]]+=_0x15d8e8[_0x1bf274(0x20b)];});}catch(_0x4f91ca){_0x18a04a['LeRVT'](debug,_0x3a1f2f(0x1f5)+_0x4f91ca[_0x3a1f2f(0x1e6)]());}}const _0x2cc004=_0x525c18[_0x3a1f2f(0x252)]((_0x1c5d9c,_0x568b13)=>{const _0x4c1157=_0x3a1f2f;return _0x18a04a[_0x4c1157(0x207)](_0x23d82f[_0x568b13],_0x18a04a[_0x4c1157(0x1f0)](_0x1c5d9c,0x0));},0x0);return _0x18a04a[_0x3a1f2f(0x22e)](debug,'Time\x20for\x20'+_0x525c18+_0x3a1f2f(0x235)+_0x2cc004),_0x2cc004;}static['getEventsFromJSON'](_0x557c14){const _0x3b7e63=a70_0xa78e65;if(!fs[_0x3b7e63(0x213)](_0x557c14))return[];return JSON[_0x3b7e63(0x1e4)](fs[_0x3b7e63(0x24f)](_0x557c14)[_0x3b7e63(0x1e6)]());}static async['stopAndGenerate'](_0xd46370='performance-own.html',_0x8a3d37=null){const _0x36cad3=a70_0xa78e65,_0x5c67fd={'ihhIx':function(_0x34a1a8,_0x4bf52b){return _0x34a1a8(_0x4bf52b);},'KVlAd':function(_0x597bfd,_0x324ce3){return _0x597bfd(_0x324ce3);},'pavck':function(_0x223f10,_0xd608c3){return _0x223f10(_0xd608c3);}};if(!this[_0x36cad3(0x225)])return;await _0x5c67fd[_0x36cad3(0x23d)](sleep,0x1e),this['_observer'][_0x36cad3(0x226)](),this[_0x36cad3(0x225)]=![],this[_0x36cad3(0x24c)](this[_0x36cad3(0x1f7)]);const _0x1e75f6=this[_0x36cad3(0x22f)](this[_0x36cad3(0x1f7)]),_0x35e04c=path['join'](process[_0x36cad3(0x1e9)](),_0xd46370);fs[_0x36cad3(0x203)](_0x35e04c,_0x1e75f6,_0x2ab637=>{const _0x49f0ae=_0x36cad3;if(_0x2ab637){_0x5c67fd[_0x49f0ae(0x217)](debug,_0x49f0ae(0x22a)+_0x2ab637[_0x49f0ae(0x1e6)]());return;}_0x5c67fd[_0x49f0ae(0x232)](debug,_0x49f0ae(0x240)+_0x35e04c);});if(_0x8a3d37)return this[_0x36cad3(0x209)](this[_0x36cad3(0x1f7)],_0x8a3d37);}static[a70_0xa78e65(0x22f)](_0x89282e){const _0x5bcb22=a70_0xa78e65,_0x42f9b3={};_0x42f9b3[_0x5bcb22(0x245)]=_0x5bcb22(0x201),_0x42f9b3['CYkgx']=_0x5bcb22(0x1fc),_0x42f9b3['aIKxB']=_0x5bcb22(0x21e),_0x42f9b3[_0x5bcb22(0x1f6)]=_0x5bcb22(0x1d5);const _0x178f86=_0x42f9b3;let _0x367807=_0x178f86[_0x5bcb22(0x245)];return _0x367807+=_0x178f86[_0x5bcb22(0x23f)],_0x367807+=_0x178f86['aIKxB'],_0x89282e[_0x5bcb22(0x23b)](_0x76241e=>{const _0x5ec32a=_0x5bcb22;_0x367807+=_0x5ec32a(0x21c)+_0x76241e[_0x5ec32a(0x233)]+_0x5ec32a(0x20e)+_0x76241e[_0x5ec32a(0x20b)]+_0x5ec32a(0x1da);}),_0x367807+=_0x178f86['VuJKE'],_0x367807;}static[a70_0xa78e65(0x24c)](_0x2a4e02){const _0x37edbe=a70_0xa78e65;if(!this[_0x37edbe(0x216)])return;const _0x2b3ebf={};_0x2a4e02[_0x37edbe(0x24d)](_0x9eadaf=>{const _0x5352c0=_0x37edbe;!_0x2b3ebf[_0x9eadaf[_0x5352c0(0x233)]]&&(_0x2b3ebf[_0x9eadaf[_0x5352c0(0x233)]]=0x0),_0x2b3ebf[_0x9eadaf[_0x5352c0(0x233)]]+=_0x9eadaf['duration'];});const _0x353cae=Object[_0x37edbe(0x1f4)](_0x2b3ebf)[_0x37edbe(0x24d)](([_0x36b047,_0x5604c4])=>{const _0x73856f=_0x37edbe,_0x537c32={};return _0x537c32[_0x73856f(0x233)]=_0x36b047,_0x537c32['duration']=_0x5604c4,_0x537c32;});fs[_0x37edbe(0x1d9)](this[_0x37edbe(0x216)],JSON[_0x37edbe(0x250)](_0x353cae));}static[a70_0xa78e65(0x206)](){const _0x422837=a70_0xa78e65,_0x55d770={};_0x55d770[_0x422837(0x21b)]=function(_0x4c939f,_0x4eca68){return _0x4c939f===_0x4eca68;},_0x55d770['NhhXu']=_0x422837(0x1ef);const _0x48f98c=_0x55d770;return!_0x48f98c[_0x422837(0x21b)](process[_0x422837(0x1fb)][_0x422837(0x1f9)],_0x48f98c[_0x422837(0x21d)]);}static[a70_0xa78e65(0x1ec)](_0x565936,_0xba73a1,_0x5f3601=null,_0x26eaf8=null){const _0x430c01=a70_0xa78e65,_0x4e7e48={};_0x4e7e48[_0x430c01(0x218)]=function(_0x572c21,_0x522860){return _0x572c21+_0x522860;},_0x4e7e48[_0x430c01(0x1ed)]='-start',_0x4e7e48[_0x430c01(0x24a)]=_0x430c01(0x1f2),_0x4e7e48[_0x430c01(0x202)]=function(_0x52ca93,_0x56e99c){return _0x52ca93 instanceof _0x56e99c;};const _0x3dd3ac=_0x4e7e48;try{if(this[_0x430c01(0x225)]&&this['isEnabled']()){let _0x36650d=_0x565936;_0x5f3601&&(_0x36650d=_0x565936+'['+JSON[_0x430c01(0x250)](_0x5f3601)+']');const _0x4177cc=_0x3dd3ac[_0x430c01(0x218)](_0x36650d,_0x3dd3ac[_0x430c01(0x1ed)]),_0x5e5039=_0x3dd3ac['EfFpa'](_0x36650d,_0x3dd3ac['mCawp']);performance[_0x430c01(0x242)](_0x4177cc);const _0xb17389=_0xba73a1[_0x430c01(0x244)](null,_0x26eaf8);if(_0x3dd3ac[_0x430c01(0x202)](_0xb17389,Promise))return new Promise((_0x5a546d,_0x3ea2fc)=>{const _0xfb44=_0x430c01;_0xb17389[_0xfb44(0x20f)](_0x4764f6=>_0x5a546d(_0x4764f6))[_0xfb44(0x248)](_0xcdcbec=>_0x3ea2fc(_0xcdcbec))[_0xfb44(0x215)](()=>{const _0x252b44=_0xfb44;performance[_0x252b44(0x242)](_0x5e5039),performance['measure'](_0x36650d,_0x4177cc,_0x5e5039);});});;return performance['mark'](_0x5e5039),performance[_0x430c01(0x1ec)](_0x36650d,_0x4177cc,_0x5e5039),_0xb17389;};return _0xba73a1[_0x430c01(0x244)](null,_0x26eaf8);}catch(_0x3f6515){return _0xba73a1[_0x430c01(0x244)](null,_0x26eaf8);}}static['measureWrapper'](_0xb5c7b,_0x32a450){const _0x5b567e=this;return function(){const _0x3f3577=a70_0x278c,_0x9a1a95=[_0xb5c7b,_0x32a450,null][_0x3f3577(0x251)](arguments);return _0x5b567e[_0x3f3577(0x1ec)][_0x3f3577(0x244)](_0x5b567e,_0x9a1a95);};}static[a70_0xa78e65(0x1f3)](){const _0x458cd9=a70_0xa78e65,_0x4bb8ea={};_0x4bb8ea[_0x458cd9(0x1de)]=function(_0x2bc146,_0x544f4f){return _0x2bc146/_0x544f4f;},_0x4bb8ea[_0x458cd9(0x228)]=function(_0x5e3a81,_0x53a1e7){return _0x5e3a81+_0x53a1e7;},_0x4bb8ea[_0x458cd9(0x222)]=function(_0x5af29e,_0x15eead){return _0x5af29e*_0x15eead;};const _0x57194f=_0x4bb8ea,_0x3de8d7=/(^.*)\[(.*)\]$/,_0x3e9cfa={},_0x513dd0={};for(const _0x1de885 of this[_0x458cd9(0x210)]){const _0x86545=_0x1de885[_0x458cd9(0x233)][_0x458cd9(0x24b)](_0x3de8d7),_0xad64db={};_0xad64db[_0x458cd9(0x233)]=_0x1de885[_0x458cd9(0x233)],_0xad64db[_0x458cd9(0x20b)]=_0x1de885[_0x458cd9(0x20b)]||0x0;const _0x1fd26e=_0xad64db;_0x86545&&(_0x1fd26e[_0x458cd9(0x233)]=_0x86545[0x1],_0x1fd26e[_0x458cd9(0x1f1)]=JSON['parse'](_0x86545[0x2]));if(_0x3e9cfa[_0x1fd26e['name']]){const _0x1134f5=_0x3e9cfa[_0x1fd26e[_0x458cd9(0x233)]],_0x53caff=_0x513dd0[_0x1fd26e['name']];_0x3e9cfa[_0x1fd26e[_0x458cd9(0x233)]][_0x458cd9(0x20b)]=_0x57194f[_0x458cd9(0x1de)](_0x57194f[_0x458cd9(0x228)](_0x57194f[_0x458cd9(0x222)](_0x1134f5[_0x458cd9(0x20b)],_0x53caff),_0x1fd26e[_0x458cd9(0x20b)]),_0x57194f[_0x458cd9(0x228)](0x1,_0x53caff)),_0x513dd0[_0x1fd26e[_0x458cd9(0x233)]]++;}else _0x3e9cfa[_0x1fd26e[_0x458cd9(0x233)]]=_0x1fd26e,_0x513dd0[_0x1fd26e[_0x458cd9(0x233)]]=0x1;}return Object['values'](_0x3e9cfa);}static[a70_0xa78e65(0x23c)](){const _0x361fba=a70_0xa78e65,_0x43cdb4={};_0x43cdb4[_0x361fba(0x1d6)]=function(_0x472457,_0x2aef6a){return _0x472457===_0x2aef6a;},_0x43cdb4[_0x361fba(0x1e0)]=function(_0x1884a9,_0x3fd867){return _0x1884a9+_0x3fd867;};const _0x514468=_0x43cdb4;if(_0x514468[_0x361fba(0x1d6)](this[_0x361fba(0x210)][_0x361fba(0x1dd)],0x0))return;const _0x39b2cd=this['getCleanedPerfEvents'](),_0x5f3257=JSON[_0x361fba(0x250)](_0x39b2cd),_0x458c5a=_0x514468[_0x361fba(0x1e0)](_0x5f3257['slice'](0x1,-0x1),',');fs[_0x361fba(0x237)](this['jsonReportFileName'],_0x458c5a);}static['finalizePerfMeasures'](){const _0x11ae1c=a70_0xa78e65,_0xb1bdfb={};_0xb1bdfb[_0x11ae1c(0x247)]=function(_0x31362e,_0x30051f){return _0x31362e===_0x30051f;},_0xb1bdfb['tgEtJ']=function(_0x2b99eb,_0xb788fd){return _0x2b99eb>_0xb788fd;};const _0x36996c=_0xb1bdfb;if(!this['started']||_0x36996c[_0x11ae1c(0x247)](this[_0x11ae1c(0x210)][_0x11ae1c(0x1dd)],0x0))return[];if(!fs['existsSync'](this[_0x11ae1c(0x216)]))return this[_0x11ae1c(0x210)];let _0x53c88b=fs[_0x11ae1c(0x24f)](this[_0x11ae1c(0x216)])[_0x11ae1c(0x1e6)]();_0x53c88b='['+_0x53c88b[_0x11ae1c(0x236)](0x0,-0x1)+']';let _0xa05912=JSON[_0x11ae1c(0x1e4)](_0x53c88b);return _0x36996c[_0x11ae1c(0x205)](this['_measureEvents']['length'],0x0)&&(_0xa05912=_0xa05912['concat'](this[_0x11ae1c(0x1f3)]())),this[_0x11ae1c(0x1fd)]['disconnect'](),fs[_0x11ae1c(0x253)](this['jsonReportFileName']),_0xa05912;}static[a70_0xa78e65(0x1d8)](){const _0x19b68b=a70_0xa78e65,_0x274074={};_0x274074[_0x19b68b(0x221)]=function(_0x2164f5,_0x1c18ad){return _0x2164f5===_0x1c18ad;},_0x274074['jrXsF']=function(_0x53c2d8,_0x24140b){return _0x53c2d8+_0x24140b;};const _0x408970=_0x274074;if(_0x408970[_0x19b68b(0x221)](this[_0x19b68b(0x1f8)][_0x19b68b(0x1dd)],0x0))return;const _0x14520e=JSON[_0x19b68b(0x250)](this[_0x19b68b(0x1f8)]),_0x2aacab=_0x408970[_0x19b68b(0x21f)](_0x14520e[_0x19b68b(0x236)](0x1,-0x1),',');fs[_0x19b68b(0x237)](this[_0x19b68b(0x211)],_0x2aacab);}static['finalizeErrors'](){const _0x302246=a70_0xa78e65,_0x179891={};_0x179891[_0x302246(0x208)]=function(_0x4becf2,_0x4852c9){return _0x4becf2>_0x4852c9;};const _0x314312=_0x179891;if(!fs[_0x302246(0x213)](this['errorReportFileName']))return this[_0x302246(0x1f8)];let _0x14ebbc=fs[_0x302246(0x24f)](this[_0x302246(0x212)])[_0x302246(0x1e6)]();_0x14ebbc='['+_0x14ebbc[_0x302246(0x236)](0x0,-0x1)+']';let _0x45068c=JSON[_0x302246(0x1e4)](_0x14ebbc);return _0x314312[_0x302246(0x208)](this[_0x302246(0x1f8)]['length'],0x0)&&(_0x45068c=_0x45068c[_0x302246(0x251)](this[_0x302246(0x1f8)])),fs[_0x302246(0x253)](this[_0x302246(0x212)]),_0x45068c;}static[a70_0xa78e65(0x1db)](_0x188241){const _0x18017c=a70_0xa78e65;if(!this['isEnabled']())return;this[_0x18017c(0x1f8)]['push']({'message':_0x188241[_0x18017c(0x200)],'trace':_0x188241['stack'],'code':_0x188241['code']||null,'time':new Date()});}static[a70_0xa78e65(0x241)](){const _0x3a8a2e=a70_0xa78e65,_0x2215d9={};_0x2215d9[_0x3a8a2e(0x249)]=_0x3a8a2e(0x1ff);const _0x2ccfee=_0x2215d9;try{if(!this[_0x3a8a2e(0x206)]())return;this[_0x3a8a2e(0x1fd)][_0x3a8a2e(0x226)](),this[_0x3a8a2e(0x23c)](),this[_0x3a8a2e(0x1d8)]();}catch{logger[_0x3a8a2e(0x23e)](_0x2ccfee[_0x3a8a2e(0x249)]);}}static[a70_0xa78e65(0x1e5)](){const _0xae5f2b=a70_0xa78e65,_0x1f8f34=this['finalizePerfMeasures'](),_0x5459f9=this[_0xae5f2b(0x234)]();if(!this[_0xae5f2b(0x206)]()){const _0x55de60={};return _0x55de60[_0xae5f2b(0x229)]=[],_0x55de60['errors']=[],_0x55de60;}const _0x126ab4={};return _0x126ab4[_0xae5f2b(0x229)]=_0x1f8f34,_0x126ab4[_0xae5f2b(0x1dc)]=_0x5459f9,_0x126ab4;}}function a70_0x278c(_0x324362,_0x30bf20){const _0x39060e=a70_0x3906();return a70_0x278c=function(_0x278c87,_0x4571e2){_0x278c87=_0x278c87-0x1d5;let _0x58b370=_0x39060e[_0x278c87];return _0x58b370;},a70_0x278c(_0x324362,_0x30bf20);}function a70_0x3906(){const _0x5a4f8a=['11772WiOOvQ','cwd','MBYvW','getPerformance','measure','MrgXZ','40290ipLuMi','false','IDIir','meta','-end','getCleanedPerfEvents','entries','Error\x20in\x20doing\x20csv\x20operations:\x20','VuJKE','_events','_errorEvents','BROWSERSTACK_SDK_INSTRUMENTATION','entryType','env','<h1>Performance\x20Report</h1>','_observer','push','Error\x20stopping\x20monitoring','message','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','AtXnG','writeFile','274445yoXTWS','tgEtJ','isEnabled','FxbfU','pqpUU','calculateTimeFromEvents','entryTypes','duration','27907CSXZtp','perf_hooks','</td><td>','then','_measureEvents','errorFile','errorReportFileName','existsSync','45XAiRaY','finally','jsonReportFileName','ihhIx','EfFpa','./test-observability/utils','startMonitoring','ecmgW','<tr><td>','NhhXu','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','jrXsF','performance-report.json','WNRwK','szeDi','./logger','Yliuh','started','disconnect','observe','fcXju','measures','Error\x20in\x20writing\x20html\x20','942690byHnXZ','exports','iWklK','LeRVT','generateHTMLReport','92pZgQau','rAHeR','KVlAd','name','finalizeErrors','\x20for\x20all\x20processes\x20is\x20','slice','appendFileSync','path','JxoIx','1300122OPzthN','forEach','pushPerfMeasures','pavck','debug','CYkgx','Performance\x20report\x20is\x20at\x20','stopMonitoring','mark','25435sqEoGN','apply','Vxtqk','8lmYiNL','PbeZp','catch','gNXrg','mCawp','match','generateJSON','map','getEntries','readFileSync','stringify','concat','reduce','unlinkSync','</tbody></table></body></html>','eXOFT','1270tUTAFT','pushErrors','writeFileSync','</td></tr>','captureError','errors','length','hJVGV','QpiMS','ETDal','calculateTimesFromMultipleFiles','function','error-report.json','parse','finalize','toString','OqdLs'];a70_0x3906=function(){return _0x5a4f8a;};return a70_0x3906();}module[a70_0xa78e65(0x22c)]=PerformanceTester;
1
+ const a70_0x503755=a70_0x1427;(function(_0xe40ced,_0x1b2179){const _0x5d4612=a70_0x1427,_0x521c9b=_0xe40ced();while(!![]){try{const _0x5a485b=parseInt(_0x5d4612(0x208))/0x1*(parseInt(_0x5d4612(0x218))/0x2)+-parseInt(_0x5d4612(0x1e2))/0x3*(-parseInt(_0x5d4612(0x21a))/0x4)+parseInt(_0x5d4612(0x23a))/0x5*(parseInt(_0x5d4612(0x1fb))/0x6)+-parseInt(_0x5d4612(0x206))/0x7*(-parseInt(_0x5d4612(0x201))/0x8)+-parseInt(_0x5d4612(0x212))/0x9*(-parseInt(_0x5d4612(0x1e5))/0xa)+parseInt(_0x5d4612(0x1ef))/0xb+parseInt(_0x5d4612(0x207))/0xc*(-parseInt(_0x5d4612(0x244))/0xd);if(_0x5a485b===_0x1b2179)break;else _0x521c9b['push'](_0x521c9b['shift']());}catch(_0x1d7b19){_0x521c9b['push'](_0x521c9b['shift']());}}}(a70_0xe05c,0x9b61d));function a70_0xe05c(){const _0x3ca283=['entries','length','4888MJncxH','DvStP','finally','_events','catch','DfIBP','entryType','<h1>Performance\x20Report</h1>','isEnabled','entryTypes','\x20for\x20all\x20processes\x20is\x20','tLaeH','aIstY','Performance\x20report\x20is\x20at\x20','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','<tr><td>','generateHTMLReport','AQXWw','message','errors','xLXtm','cwd','xUjvQ','push','cCLSP','GkwQe','getEntries','-end','stringify','dRWty','finalizeErrors','Error\x20in\x20doing\x20csv\x20operations:\x20','gSxWG','mhUkD','env','739644ODEmgA','tFEkw','OSNtZ','30LmdCDY','./logger','parse','measures','slice','existsSync','finalize','measure','AnRkX','disconnect','4768940ysNUlv','Error\x20in\x20writing\x20html\x20','started','winstonLogger','errorFile','-start','_errorEvents','lgcEr','DMxnU','calculateTimeFromEvents','jsonReportFileName','aHGcI','6wMouVn','debug','measureWrapper','duration','</td><td>','readFileSync','8LUVACT','map','writeFile','appendFileSync','mark','2101687WCfgUG','54048cAmNnA','1HizGUU','idxcJ','QyWhZ','exports','performance-own.html','aSLfa','generateJSON','rXNuj','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','concat','205236EdJTVu','./test-observability/utils','pushErrors','</td></tr>','meta','then','1798118ytISSF','YMyPj','8OfpTZB','Time\x20for\x20','ywkZA','name','NYoEc','jlbQZ','errorReportFileName','</tbody></table></body></html>','_measureEvents','hSjkV','finalizePerfMeasures','_observer','function','captureError','VorBp','performance-report.json','stopAndGenerate','BROWSERSTACK_SDK_INSTRUMENTATION','observe','join','pushPerfMeasures','zzTjw','getEventsFromJSON','calculateTimesFromMultipleFiles','toString','JFxvi','values','getPerformance','code','EheNF','startMonitoring','reduce','678005BcOLJC','dApEh','unlinkSync','forEach','kIHDh','apply','error-report.json','getCleanedPerfEvents'];a70_0xe05c=function(){return _0x3ca283;};return a70_0xe05c();}function a70_0x1427(_0xd7413d,_0x4b8549){const _0xe05cb6=a70_0xe05c();return a70_0x1427=function(_0x1427e3,_0x2499d1){_0x1427e3=_0x1427e3-0x1d1;let _0x4a5395=_0xe05cb6[_0x1427e3];return _0x4a5395;},a70_0x1427(_0xd7413d,_0x4b8549);}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a70_0x503755(0x213)),path=require('path'),logger=require(a70_0x503755(0x1e6))[a70_0x503755(0x1f2)];class PerformanceTester{static ['_observer'];static [a70_0x503755(0x247)]=[];static [a70_0x503755(0x222)]=[];static ['_errorEvents']=[];static [a70_0x503755(0x1f1)]=![];static [a70_0x503755(0x1f9)]=a70_0x503755(0x229);static ['errorReportFileName']=a70_0x503755(0x240);static[a70_0x503755(0x238)](_0x129164=a70_0x503755(0x229),_0x2fe09d=a70_0x503755(0x240)){const _0x48f55f=a70_0x503755,_0x2525cf={};_0x2525cf[_0x48f55f(0x1df)]=function(_0x398701,_0x28663b){return _0x398701===_0x28663b;},_0x2525cf['GkwQe']=_0x48f55f(0x1ec),_0x2525cf['xUjvQ']=_0x48f55f(0x226);const _0x2d16c0=_0x2525cf;if(this[_0x48f55f(0x1f1)]||!this[_0x48f55f(0x24c)]())return;this[_0x48f55f(0x225)]=new PerformanceObserver(_0x45f2a6=>{const _0x2e958f=_0x48f55f;_0x45f2a6[_0x2e958f(0x1d9)]()['forEach'](_0xf0bd69=>{const _0xa9e174=_0x2e958f;_0x2d16c0[_0xa9e174(0x1df)](_0xf0bd69[_0xa9e174(0x24a)],_0x2d16c0[_0xa9e174(0x1d8)])?this[_0xa9e174(0x222)]['push'](_0xf0bd69):this[_0xa9e174(0x247)]['push'](_0xf0bd69);});});const _0x301db6={};_0x301db6['buffered']=!![],_0x301db6[_0x48f55f(0x24d)]=[_0x2d16c0[_0x48f55f(0x1d5)],_0x2d16c0[_0x48f55f(0x1d8)]],this[_0x48f55f(0x225)][_0x48f55f(0x22c)](_0x301db6),this['started']=!![],this[_0x48f55f(0x1f9)]=_0x129164,this['errorReportFileName']=_0x2fe09d;}static[a70_0x503755(0x235)](){return performance;}static['calculateTimeFromEvents'](_0x27bf77,_0x1731ac){const _0x221766=a70_0x503755,_0x1b1cbb={};_0x1b1cbb[_0x221766(0x21f)]=function(_0x21a95a,_0x30e4f9){return _0x21a95a+_0x30e4f9;},_0x1b1cbb[_0x221766(0x255)]=function(_0x36dc14,_0x19f7c6){return _0x36dc14||_0x19f7c6;},_0x1b1cbb[_0x221766(0x1e4)]=function(_0x16a18c,_0x68f53f){return _0x16a18c===_0x68f53f;};const _0xaf19b0=_0x1b1cbb,_0xe13d08={};if(!_0x27bf77||_0xaf19b0[_0x221766(0x1e4)](_0x27bf77[_0x221766(0x243)],0x0))return;_0x27bf77['map'](_0x48371f=>{const _0x2dbcca=_0x221766;!_0xe13d08[_0x48371f[_0x2dbcca(0x21d)]]&&(_0xe13d08[_0x48371f[_0x2dbcca(0x21d)]]=0x0),_0xe13d08[_0x48371f['name']]+=_0x48371f[_0x2dbcca(0x1fe)];});const _0x531302=_0x1731ac[_0x221766(0x239)]((_0x259c64,_0x4530e6)=>{const _0x5dff3b=_0x221766;return _0xaf19b0[_0x5dff3b(0x21f)](_0xe13d08[_0x4530e6],_0xaf19b0['AQXWw'](_0x259c64,0x0));},0x0);return _0x531302;}static async[a70_0x503755(0x231)](_0x560422,_0x1b26ba){const _0x11c06d=a70_0x503755,_0x19b5b9={'AnRkX':function(_0x10044e,_0x2cd7b3){return _0x10044e+_0x2cd7b3;},'tLaeH':function(_0x24cedc,_0x31650b){return _0x24cedc||_0x31650b;},'nnkIn':function(_0x269b7f,_0xa862de){return _0x269b7f===_0xa862de;},'YMyPj':function(_0x163cfe,_0xe070e9){return _0x163cfe(_0xe070e9);},'xLXtm':function(_0xdcb37e,_0x42166d){return _0xdcb37e(_0x42166d);}};if(!_0x560422||_0x19b5b9['nnkIn'](_0x560422[_0x11c06d(0x243)],0x0))return 0x0;const _0x48a740=[];for(const _0x596405 of _0x560422){const _0x19d0bc=path[_0x11c06d(0x22d)]('.',_0x596405);try{const _0x1040cb=this[_0x11c06d(0x230)](_0x19d0bc);_0x1040cb['map'](_0x278c8a=>{const _0x19ddf0=_0x11c06d;!_0x48a740[_0x278c8a[_0x19ddf0(0x21d)]]&&(_0x48a740[_0x278c8a['name']]=0x0),_0x48a740[_0x278c8a[_0x19ddf0(0x21d)]]+=_0x278c8a[_0x19ddf0(0x1fe)];});}catch(_0x19bc4e){_0x19b5b9[_0x11c06d(0x219)](debug,_0x11c06d(0x1de)+_0x19bc4e[_0x11c06d(0x232)]());}}const _0x3b0191=_0x1b26ba[_0x11c06d(0x239)]((_0x42425b,_0x17b177)=>{const _0x3a9f29=_0x11c06d;return _0x19b5b9[_0x3a9f29(0x1ed)](_0x48a740[_0x17b177],_0x19b5b9[_0x3a9f29(0x24f)](_0x42425b,0x0));},0x0);return _0x19b5b9[_0x11c06d(0x1d3)](debug,_0x11c06d(0x21b)+_0x1b26ba+_0x11c06d(0x24e)+_0x3b0191),_0x3b0191;}static['getEventsFromJSON'](_0x502838){const _0x51fe03=a70_0x503755;if(!fs['existsSync'](_0x502838))return[];return JSON[_0x51fe03(0x1e7)](fs[_0x51fe03(0x200)](_0x502838)[_0x51fe03(0x232)]());}static async[a70_0x503755(0x22a)](_0x60f64a=a70_0x503755(0x20c),_0x46dcb1=null){const _0x17c628=a70_0x503755,_0x2b98cb={'aHGcI':function(_0x2a625f,_0x15fd4e){return _0x2a625f(_0x15fd4e);},'hSjkV':function(_0x5c0051,_0xac7635){return _0x5c0051(_0xac7635);}};if(!this[_0x17c628(0x1f1)])return;await _0x2b98cb[_0x17c628(0x223)](sleep,0x1e),this['_observer'][_0x17c628(0x1ee)](),this[_0x17c628(0x1f1)]=![],this['generateJSON'](this['_events']);const _0x28e565=this[_0x17c628(0x254)](this[_0x17c628(0x247)]),_0x1ade7a=path[_0x17c628(0x22d)](process[_0x17c628(0x1d4)](),_0x60f64a);fs[_0x17c628(0x203)](_0x1ade7a,_0x28e565,_0x579ee7=>{const _0x39e5f9=_0x17c628;if(_0x579ee7){_0x2b98cb[_0x39e5f9(0x1fa)](debug,_0x39e5f9(0x1f0)+_0x579ee7[_0x39e5f9(0x232)]());return;}_0x2b98cb[_0x39e5f9(0x1fa)](debug,_0x39e5f9(0x251)+_0x1ade7a);});if(_0x46dcb1)return this[_0x17c628(0x1f8)](this[_0x17c628(0x247)],_0x46dcb1);}static['generateHTMLReport'](_0xd7cf38){const _0x43da55=a70_0x503755,_0x44fd8a={};_0x44fd8a[_0x43da55(0x1dc)]=_0x43da55(0x210),_0x44fd8a[_0x43da55(0x21e)]=_0x43da55(0x24b),_0x44fd8a[_0x43da55(0x1d7)]=_0x43da55(0x252),_0x44fd8a['tFEkw']=_0x43da55(0x221);const _0x4683d0=_0x44fd8a;let _0x4f66d9=_0x4683d0[_0x43da55(0x1dc)];return _0x4f66d9+=_0x4683d0['NYoEc'],_0x4f66d9+=_0x4683d0[_0x43da55(0x1d7)],_0xd7cf38[_0x43da55(0x23d)](_0x1e3403=>{const _0x1958a4=_0x43da55;_0x4f66d9+=_0x1958a4(0x253)+_0x1e3403[_0x1958a4(0x21d)]+_0x1958a4(0x1ff)+_0x1e3403[_0x1958a4(0x1fe)]+_0x1958a4(0x215);}),_0x4f66d9+=_0x4683d0[_0x43da55(0x1e3)],_0x4f66d9;}static[a70_0x503755(0x20e)](_0x250167){const _0x564f95=a70_0x503755;if(!this[_0x564f95(0x1f9)])return;const _0x28aa68={};_0x250167[_0x564f95(0x202)](_0x557c1f=>{const _0x3d799a=_0x564f95;!_0x28aa68[_0x557c1f['name']]&&(_0x28aa68[_0x557c1f[_0x3d799a(0x21d)]]=0x0),_0x28aa68[_0x557c1f[_0x3d799a(0x21d)]]+=_0x557c1f['duration'];});const _0x126ab4=Object[_0x564f95(0x242)](_0x28aa68)['map'](([_0x31687f,_0x942f49])=>{const _0x2db8cb=_0x564f95,_0x54e7f2={};return _0x54e7f2[_0x2db8cb(0x21d)]=_0x31687f,_0x54e7f2[_0x2db8cb(0x1fe)]=_0x942f49,_0x54e7f2;});fs['writeFileSync'](this[_0x564f95(0x1f9)],JSON[_0x564f95(0x1db)](_0x126ab4));}static['isEnabled'](){const _0x205b8c=a70_0x503755,_0x53d58c={};_0x53d58c['DvStP']=function(_0x936478,_0x5a2fa8){return _0x936478===_0x5a2fa8;},_0x53d58c[_0x205b8c(0x1f7)]='false';const _0x80017b=_0x53d58c;return!_0x80017b[_0x205b8c(0x245)](process[_0x205b8c(0x1e1)][_0x205b8c(0x22b)],_0x80017b[_0x205b8c(0x1f7)]);}static['measure'](_0x5e3844,_0x536b0d,_0x2e69af=null,_0x62c9fd=null){const _0x8c5899=a70_0x503755,_0x212f4e={};_0x212f4e['DfIBP']=function(_0x3ddfc8,_0x114299){return _0x3ddfc8+_0x114299;},_0x212f4e[_0x8c5899(0x21c)]=_0x8c5899(0x1f4),_0x212f4e['EheNF']=_0x8c5899(0x1da),_0x212f4e[_0x8c5899(0x233)]=function(_0x17fd2d,_0x20a018){return _0x17fd2d instanceof _0x20a018;};const _0x2c1357=_0x212f4e;try{if(this[_0x8c5899(0x1f1)]&&this[_0x8c5899(0x24c)]()){let _0x50d356=_0x5e3844;_0x2e69af&&(_0x50d356=_0x5e3844+'['+JSON[_0x8c5899(0x1db)](_0x2e69af)+']');const _0x48ca45=_0x2c1357[_0x8c5899(0x249)](_0x50d356,_0x2c1357[_0x8c5899(0x21c)]),_0x3b8283=_0x2c1357[_0x8c5899(0x249)](_0x50d356,_0x2c1357[_0x8c5899(0x237)]);performance[_0x8c5899(0x205)](_0x48ca45);const _0x3a5e1d=_0x536b0d[_0x8c5899(0x23f)](null,_0x62c9fd);if(_0x2c1357[_0x8c5899(0x233)](_0x3a5e1d,Promise))return new Promise((_0x24800d,_0x5bb73a)=>{const _0x58908e=_0x8c5899;_0x3a5e1d[_0x58908e(0x217)](_0x31fa44=>_0x24800d(_0x31fa44))[_0x58908e(0x248)](_0x2e883c=>_0x5bb73a(_0x2e883c))[_0x58908e(0x246)](()=>{const _0x24b821=_0x58908e;performance[_0x24b821(0x205)](_0x3b8283),performance[_0x24b821(0x1ec)](_0x50d356,_0x48ca45,_0x3b8283);});});;return performance['mark'](_0x3b8283),performance[_0x8c5899(0x1ec)](_0x50d356,_0x48ca45,_0x3b8283),_0x3a5e1d;};return _0x536b0d[_0x8c5899(0x23f)](null,_0x62c9fd);}catch(_0x2836da){return _0x536b0d[_0x8c5899(0x23f)](null,_0x62c9fd);}}static[a70_0x503755(0x1fd)](_0x2aae18,_0x36b33c){const _0x2bc792=this;return function(){const _0x37748c=a70_0x1427,_0x44a19e=[_0x2aae18,_0x36b33c,null][_0x37748c(0x211)](arguments);return _0x2bc792[_0x37748c(0x1ec)][_0x37748c(0x23f)](_0x2bc792,_0x44a19e);};}static['getCleanedPerfEvents'](){const _0x1d088a=a70_0x503755,_0x4bd4a7={};_0x4bd4a7[_0x1d088a(0x22f)]=function(_0x1f9a55,_0x53e160){return _0x1f9a55/_0x53e160;},_0x4bd4a7[_0x1d088a(0x228)]=function(_0x4c4de1,_0x40b4e6){return _0x4c4de1+_0x40b4e6;},_0x4bd4a7[_0x1d088a(0x1e0)]=function(_0x26a8bf,_0x553f22){return _0x26a8bf*_0x553f22;};const _0x32a026=_0x4bd4a7,_0x1cb4a2=/(^.*)\[(.*)\]$/,_0x25016a={},_0x9e418c={};for(const _0x1f9c5e of this[_0x1d088a(0x222)]){const _0x2d7234=_0x1f9c5e[_0x1d088a(0x21d)]['match'](_0x1cb4a2),_0x29c586={};_0x29c586[_0x1d088a(0x21d)]=_0x1f9c5e[_0x1d088a(0x21d)],_0x29c586[_0x1d088a(0x1fe)]=_0x1f9c5e[_0x1d088a(0x1fe)]||0x0;const _0x47a3d7=_0x29c586;_0x2d7234&&(_0x47a3d7[_0x1d088a(0x21d)]=_0x2d7234[0x1],_0x47a3d7[_0x1d088a(0x216)]=JSON[_0x1d088a(0x1e7)](_0x2d7234[0x2]));if(_0x25016a[_0x47a3d7[_0x1d088a(0x21d)]]){const _0x1d2012=_0x25016a[_0x47a3d7[_0x1d088a(0x21d)]],_0x18f5bd=_0x9e418c[_0x47a3d7[_0x1d088a(0x21d)]];_0x25016a[_0x47a3d7['name']]['duration']=_0x32a026[_0x1d088a(0x22f)](_0x32a026[_0x1d088a(0x228)](_0x32a026['mhUkD'](_0x1d2012['duration'],_0x18f5bd),_0x47a3d7['duration']),_0x32a026[_0x1d088a(0x228)](0x1,_0x18f5bd)),_0x9e418c[_0x47a3d7[_0x1d088a(0x21d)]]++;}else _0x25016a[_0x47a3d7['name']]=_0x47a3d7,_0x9e418c[_0x47a3d7['name']]=0x1;}return Object[_0x1d088a(0x234)](_0x25016a);}static[a70_0x503755(0x22e)](){const _0xf19509=a70_0x503755,_0x2df43a={};_0x2df43a[_0xf19509(0x20d)]=function(_0x18749b,_0x93c734){return _0x18749b===_0x93c734;},_0x2df43a[_0xf19509(0x20a)]=function(_0x274a40,_0x1368c4){return _0x274a40+_0x1368c4;};const _0x4ef5d7=_0x2df43a;if(_0x4ef5d7[_0xf19509(0x20d)](this['_measureEvents']['length'],0x0))return;const _0x97ef11=this[_0xf19509(0x241)](),_0x1a3303=JSON['stringify'](_0x97ef11),_0xd53f17=_0x4ef5d7[_0xf19509(0x20a)](_0x1a3303[_0xf19509(0x1e9)](0x1,-0x1),',');fs[_0xf19509(0x204)](this[_0xf19509(0x1f9)],_0xd53f17);}static[a70_0x503755(0x224)](){const _0x22199d=a70_0x503755,_0x4bcb8a={};_0x4bcb8a[_0x22199d(0x250)]=function(_0x5b8af3,_0xab082b){return _0x5b8af3===_0xab082b;},_0x4bcb8a[_0x22199d(0x23b)]=function(_0x8ea548,_0x29b2d6){return _0x8ea548>_0x29b2d6;};const _0x51df7d=_0x4bcb8a;if(!this[_0x22199d(0x1f1)]||_0x51df7d[_0x22199d(0x250)](this[_0x22199d(0x222)][_0x22199d(0x243)],0x0))return[];if(!fs['existsSync'](this[_0x22199d(0x1f9)]))return this['_measureEvents'];let _0x3aae9a=fs[_0x22199d(0x200)](this[_0x22199d(0x1f9)])[_0x22199d(0x232)]();_0x3aae9a='['+_0x3aae9a['slice'](0x0,-0x1)+']';let _0x4dbb4b=JSON['parse'](_0x3aae9a);return _0x51df7d[_0x22199d(0x23b)](this[_0x22199d(0x222)][_0x22199d(0x243)],0x0)&&(_0x4dbb4b=_0x4dbb4b[_0x22199d(0x211)](this['getCleanedPerfEvents']())),this[_0x22199d(0x225)][_0x22199d(0x1ee)](),fs['unlinkSync'](this[_0x22199d(0x1f9)]),_0x4dbb4b;}static[a70_0x503755(0x214)](){const _0x381df7=a70_0x503755,_0x10388d={};_0x10388d[_0x381df7(0x1f6)]=function(_0x43c898,_0xb06ea0){return _0x43c898===_0xb06ea0;},_0x10388d[_0x381df7(0x209)]=function(_0x26d027,_0x18a3a6){return _0x26d027+_0x18a3a6;};const _0x153717=_0x10388d;if(_0x153717[_0x381df7(0x1f6)](this[_0x381df7(0x1f5)][_0x381df7(0x243)],0x0))return;const _0x4f20a2=JSON[_0x381df7(0x1db)](this['_errorEvents']),_0x285db7=_0x153717['idxcJ'](_0x4f20a2['slice'](0x1,-0x1),',');fs[_0x381df7(0x204)](this[_0x381df7(0x1f3)],_0x285db7);}static[a70_0x503755(0x1dd)](){const _0x64bd4f=a70_0x503755,_0x11dea3={};_0x11dea3['kIHDh']=function(_0x293066,_0x1f4b08){return _0x293066>_0x1f4b08;};const _0x263746=_0x11dea3;if(!fs[_0x64bd4f(0x1ea)](this['errorReportFileName']))return this[_0x64bd4f(0x1f5)];let _0x5acdfd=fs[_0x64bd4f(0x200)](this[_0x64bd4f(0x220)])['toString']();_0x5acdfd='['+_0x5acdfd[_0x64bd4f(0x1e9)](0x0,-0x1)+']';let _0x53b4cf=JSON['parse'](_0x5acdfd);return _0x263746[_0x64bd4f(0x23e)](this[_0x64bd4f(0x1f5)]['length'],0x0)&&(_0x53b4cf=_0x53b4cf[_0x64bd4f(0x211)](this[_0x64bd4f(0x1f5)])),fs[_0x64bd4f(0x23c)](this[_0x64bd4f(0x220)]),_0x53b4cf;}static[a70_0x503755(0x227)](_0x4d6b18){const _0x2dbb56=a70_0x503755;if(!this[_0x2dbb56(0x24c)]())return;this['_errorEvents'][_0x2dbb56(0x1d6)]({'message':_0x4d6b18[_0x2dbb56(0x1d1)],'trace':_0x4d6b18['stack'],'code':_0x4d6b18[_0x2dbb56(0x236)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x2cac37=a70_0x503755,_0x13526b={};_0x13526b[_0x2cac37(0x20f)]='Error\x20stopping\x20monitoring';const _0x182e7e=_0x13526b;try{if(!this['isEnabled']())return;this[_0x2cac37(0x225)][_0x2cac37(0x1ee)](),this[_0x2cac37(0x22e)](),this['pushErrors']();}catch{logger[_0x2cac37(0x1fc)](_0x182e7e[_0x2cac37(0x20f)]);}}static[a70_0x503755(0x1eb)](){const _0x2e8db0=a70_0x503755,_0x223e9e=this['finalizePerfMeasures'](),_0x27ef89=this[_0x2e8db0(0x1dd)]();if(!this['isEnabled']()){const _0x44fe49={};return _0x44fe49[_0x2e8db0(0x1e8)]=[],_0x44fe49['errors']=[],_0x44fe49;}const _0x310119={};return _0x310119[_0x2e8db0(0x1e8)]=_0x223e9e,_0x310119[_0x2e8db0(0x1d2)]=_0x27ef89,_0x310119;}}module[a70_0x503755(0x20b)]=PerformanceTester;
@@ -1 +1 @@
1
- const a71_0x4fa5a9=a71_0x3762;function a71_0xee61(){const _0x1b0e3b=['hostname','http','unpatch','2837460ADuAPD','spy','31516YcMJyS','YztzP','AViWs','statusCode','now','15618471OnbHyB','status_code','kfPWa','method','request','NslQD','PxfBK','duration_ms','error','qQxQr','restore','2887832NhuBah','end','monkeypatch','exports','tHSOn','UMdwB','117DQewrJ','KNxHS','5sMMRHx','qIjlY','HsCbz','response','TfePW','9247242JNVAaM','removeListener','26048vhnrVt','path','818940KsrfZp','host','14FNKTsX','headers','48WNRaBV'];a71_0xee61=function(){return _0x1b0e3b;};return a71_0xee61();}(function(_0x2b5c51,_0x2ea5c6){const _0x41dbf7=a71_0x3762,_0x2528ed=_0x2b5c51();while(!![]){try{const _0x27bc36=-parseInt(_0x41dbf7(0x1c1))/0x1*(parseInt(_0x41dbf7(0x1c7))/0x2)+parseInt(_0x41dbf7(0x1cb))/0x3+parseInt(_0x41dbf7(0x1cd))/0x4+-parseInt(_0x41dbf7(0x1e5))/0x5*(-parseInt(_0x41dbf7(0x1bf))/0x6)+-parseInt(_0x41dbf7(0x1c5))/0x7*(parseInt(_0x41dbf7(0x1dd))/0x8)+parseInt(_0x41dbf7(0x1e3))/0x9*(parseInt(_0x41dbf7(0x1c3))/0xa)+-parseInt(_0x41dbf7(0x1d2))/0xb;if(_0x27bc36===_0x2ea5c6)break;else _0x2528ed['push'](_0x2528ed['shift']());}catch(_0x50d089){_0x2528ed['push'](_0x2528ed['shift']());}}}(a71_0xee61,0xc17ed));const http=require(a71_0x4fa5a9(0x1c9)),https=require('https'),monkeypatch=require(a71_0x4fa5a9(0x1df));function a71_0x3762(_0x194a49,_0x503df5){const _0xee6145=a71_0xee61();return a71_0x3762=function(_0x376279,_0xad499){_0x376279=_0x376279-0x1be;let _0x2e272b=_0xee6145[_0x376279];return _0x2e272b;},a71_0x3762(_0x194a49,_0x503df5);}function spy(_0x5173d2){const _0xab6a29=a71_0x4fa5a9,_0x10a308={'hfiGB':function(_0x4aaa8d,_0x27a13b,_0x591cb4){return _0x4aaa8d(_0x27a13b,_0x591cb4);},'PxfBK':function(_0x34f5f6,..._0x3d28d5){return _0x34f5f6(..._0x3d28d5);},'kfPWa':function(_0x405ee2,_0x173d6d){return _0x405ee2-_0x173d6d;},'TfePW':function(_0x1bf6b9,_0x180a9c,_0x4e21f8){return _0x1bf6b9(_0x180a9c,_0x4e21f8);},'HsCbz':_0xab6a29(0x1da),'NslQD':function(_0x332c91,_0x498f54,_0xb72fff){return _0x332c91(_0x498f54,_0xb72fff);},'OJaCo':_0xab6a29(0x1e8),'Kunoj':'socket','YztzP':function(_0x2976fd,_0x581e52,_0x5c53ea,_0x1727da){return _0x2976fd(_0x581e52,_0x5c53ea,_0x1727da);},'tHSOn':_0xab6a29(0x1de),'mpcTe':function(_0x381099,_0x54de86,_0x164feb,_0x139105){return _0x381099(_0x54de86,_0x164feb,_0x139105);},'qQxQr':_0xab6a29(0x1d6),'UMdwB':function(_0x505161,_0x46b40c,_0x1ceceb,_0x2f9f6b){return _0x505161(_0x46b40c,_0x1ceceb,_0x2f9f6b);}},_0x4934ee=(_0x3bb004,_0xdf13ef,_0x2dfe8)=>{const _0xfa8248=_0xab6a29,_0x31b7ef={'KNxHS':function(_0x4bdbe4,_0x3ee446){const _0x4cc71c=a71_0x3762;return _0x10a308[_0x4cc71c(0x1d4)](_0x4bdbe4,_0x3ee446);},'qIjlY':function(_0xbfb154,_0x4894bb,_0x2ebc87){const _0x2ef46c=a71_0x3762;return _0x10a308[_0x2ef46c(0x1be)](_0xbfb154,_0x4894bb,_0x2ebc87);},'AViWs':_0x10a308[_0xfa8248(0x1e7)]},_0x1b3740=_0x10a308[_0xfa8248(0x1d7)](_0x3bb004,_0xdf13ef,_0x2dfe8);let _0x5c6469=Date[_0xfa8248(0x1d1)](),_0x58892b;const _0x53cc7c=_0x505d8e=>{const _0x3a42d1=_0xfa8248,_0xdd22c0={};_0xdd22c0[_0x3a42d1(0x1c4)]=_0xdf13ef[_0x3a42d1(0x1c4)]||_0xdf13ef[_0x3a42d1(0x1c8)],_0xdd22c0[_0x3a42d1(0x1c2)]=_0xdf13ef['path'],_0xdd22c0[_0x3a42d1(0x1d5)]=_0xdf13ef[_0x3a42d1(0x1d5)],_0xdd22c0[_0x3a42d1(0x1c6)]=_0xdf13ef[_0x3a42d1(0x1c6)],_0x10a308['hfiGB'](_0x5173d2,_0x505d8e,_0xdd22c0);};return _0x1b3740['once'](_0x10a308['OJaCo'],_0x29ba84=>{const _0x1820d7=_0xfa8248,_0x59de68=_0x31b7ef[_0x1820d7(0x1e4)](Date[_0x1820d7(0x1d1)](),_0x5c6469),_0x15d985={};_0x15d985['hostname']=_0xdf13ef[_0x1820d7(0x1c4)]||_0xdf13ef['hostname'],_0x15d985[_0x1820d7(0x1c2)]=_0xdf13ef[_0x1820d7(0x1c2)],_0x15d985[_0x1820d7(0x1d5)]=_0xdf13ef[_0x1820d7(0x1d5)],_0x15d985[_0x1820d7(0x1c6)]=_0xdf13ef[_0x1820d7(0x1c6)],_0x15d985[_0x1820d7(0x1d3)]=_0x29ba84[_0x1820d7(0x1d0)],_0x15d985[_0x1820d7(0x1d9)]=_0x59de68,_0x31b7ef[_0x1820d7(0x1e6)](_0x5173d2,null,_0x15d985),_0x58892b[_0x1820d7(0x1c0)](_0x31b7ef[_0x1820d7(0x1cf)],_0x53cc7c);}),_0x1b3740['on'](_0x10a308['Kunoj'],_0x4646c0=>{_0x58892b=_0x4646c0,_0x4646c0['once'](_0x31b7ef['AViWs'],_0x53cc7c);}),_0x10a308[_0xfa8248(0x1ce)](monkeypatch,_0x1b3740,_0x10a308[_0xfa8248(0x1e1)],(_0x4b32d3,..._0x18e407)=>{const _0x41cc3a=_0xfa8248;_0x5c6469=Date[_0x41cc3a(0x1d1)](),_0x10a308[_0x41cc3a(0x1d8)](_0x4b32d3,..._0x18e407);}),_0x1b3740;};_0x10a308['mpcTe'](monkeypatch,http,_0x10a308[_0xab6a29(0x1db)],_0x4934ee),_0x10a308[_0xab6a29(0x1e2)](monkeypatch,https,_0x10a308[_0xab6a29(0x1db)],_0x4934ee);}function restore(){const _0x21586a=a71_0x4fa5a9;http[_0x21586a(0x1d6)][_0x21586a(0x1ca)](),https[_0x21586a(0x1d6)]['unpatch']();}const a71_0x3bc217={};a71_0x3bc217[a71_0x4fa5a9(0x1cc)]=spy,a71_0x3bc217[a71_0x4fa5a9(0x1dc)]=restore,module[a71_0x4fa5a9(0x1e0)]=a71_0x3bc217;
1
+ function a71_0x33c1(_0x3f9609,_0x2858e5){const _0x44cd5=a71_0x44cd();return a71_0x33c1=function(_0x33c10b,_0x13bcc3){_0x33c10b=_0x33c10b-0xe6;let _0x557d65=_0x44cd5[_0x33c10b];return _0x557d65;},a71_0x33c1(_0x3f9609,_0x2858e5);}const a71_0x1a381b=a71_0x33c1;(function(_0x14c552,_0xb9c0ff){const _0x1f8530=a71_0x33c1,_0x324328=_0x14c552();while(!![]){try{const _0x5bc1bb=-parseInt(_0x1f8530(0x10a))/0x1+parseInt(_0x1f8530(0x105))/0x2*(parseInt(_0x1f8530(0xfb))/0x3)+-parseInt(_0x1f8530(0xfe))/0x4*(parseInt(_0x1f8530(0x108))/0x5)+parseInt(_0x1f8530(0x10b))/0x6*(-parseInt(_0x1f8530(0xf2))/0x7)+parseInt(_0x1f8530(0x107))/0x8+-parseInt(_0x1f8530(0xf8))/0x9+parseInt(_0x1f8530(0xee))/0xa;if(_0x5bc1bb===_0xb9c0ff)break;else _0x324328['push'](_0x324328['shift']());}catch(_0x5c24b8){_0x324328['push'](_0x324328['shift']());}}}(a71_0x44cd,0x43064));function a71_0x44cd(){const _0x5f00a8=['removeListener','path','https','headers','hostname','jjoGK','13442880kzdLHt','AZFuM','CCYVI','ZfVcZ','5999cHyHGA','JFyJo','duration_ms','Ydmgd','statusCode','host','4506282rllMCz','socket','HrvWn','57CdOIJK','error','rbBEs','795988nJrtgC','once','request','GjzOq','EMlKd','unpatch','now','20238btlKrz','xQkSi','1881248MbLGld','10ejEySz','method','486214aessGj','786hQMuln','end','exports'];a71_0x44cd=function(){return _0x5f00a8;};return a71_0x44cd();}const http=require('http'),https=require(a71_0x1a381b(0xea)),monkeypatch=require('monkeypatch');function spy(_0x88ada2){const _0x498236=a71_0x1a381b,_0x89ae3d={'rbBEs':function(_0x183c9c,_0x2b966b,_0x55d5fc){return _0x183c9c(_0x2b966b,_0x55d5fc);},'HrvWn':function(_0xaaf2d6,_0x36cc60){return _0xaaf2d6-_0x36cc60;},'EMlKd':function(_0xe9db88,_0x4d1584,_0x24675a){return _0xe9db88(_0x4d1584,_0x24675a);},'ZfVcZ':_0x498236(0xfc),'cAFBn':function(_0x764b1b,..._0x3fea66){return _0x764b1b(..._0x3fea66);},'MlRng':'response','GjzOq':_0x498236(0xf9),'jjoGK':function(_0x5a8ed0,_0x2d7c16,_0x48c1a4,_0x456b89){return _0x5a8ed0(_0x2d7c16,_0x48c1a4,_0x456b89);},'Ydmgd':_0x498236(0xe6),'xQkSi':function(_0x2fb3b2,_0x57a997,_0x4b5485,_0x4f5f62){return _0x2fb3b2(_0x57a997,_0x4b5485,_0x4f5f62);},'UmzYd':'request'},_0x27c533=(_0x200646,_0x1a4cc1,_0xa7e2ee)=>{const _0x41a6b7=_0x498236,_0x27443a={'AZFuM':function(_0x395710,_0x4931b8){const _0xd66870=a71_0x33c1;return _0x89ae3d[_0xd66870(0xfa)](_0x395710,_0x4931b8);},'JFyJo':function(_0x5574db,_0x3d3746,_0x90030d){const _0x17f1d3=a71_0x33c1;return _0x89ae3d[_0x17f1d3(0x102)](_0x5574db,_0x3d3746,_0x90030d);},'CCYVI':_0x89ae3d[_0x41a6b7(0xf1)],'SAjxQ':function(_0x475c86,..._0x4e9a18){return _0x89ae3d['cAFBn'](_0x475c86,..._0x4e9a18);}},_0x1be30d=_0x89ae3d[_0x41a6b7(0xfd)](_0x200646,_0x1a4cc1,_0xa7e2ee);let _0x27e9dd=Date[_0x41a6b7(0x104)](),_0x5f3272;const _0x54366e=_0xcb6c5e=>{const _0x33b4df=_0x41a6b7,_0xdb72b0={};_0xdb72b0['host']=_0x1a4cc1[_0x33b4df(0xf7)]||_0x1a4cc1[_0x33b4df(0xec)],_0xdb72b0[_0x33b4df(0xe9)]=_0x1a4cc1[_0x33b4df(0xe9)],_0xdb72b0[_0x33b4df(0x109)]=_0x1a4cc1[_0x33b4df(0x109)],_0xdb72b0[_0x33b4df(0xeb)]=_0x1a4cc1[_0x33b4df(0xeb)],_0x89ae3d[_0x33b4df(0xfd)](_0x88ada2,_0xcb6c5e,_0xdb72b0);};return _0x1be30d[_0x41a6b7(0xff)](_0x89ae3d['MlRng'],_0x52ccc1=>{const _0x502d7d=_0x41a6b7,_0x437d42=_0x27443a[_0x502d7d(0xef)](Date['now'](),_0x27e9dd),_0x448e14={};_0x448e14['hostname']=_0x1a4cc1[_0x502d7d(0xf7)]||_0x1a4cc1[_0x502d7d(0xec)],_0x448e14[_0x502d7d(0xe9)]=_0x1a4cc1[_0x502d7d(0xe9)],_0x448e14[_0x502d7d(0x109)]=_0x1a4cc1[_0x502d7d(0x109)],_0x448e14['headers']=_0x1a4cc1[_0x502d7d(0xeb)],_0x448e14['status_code']=_0x52ccc1[_0x502d7d(0xf6)],_0x448e14[_0x502d7d(0xf4)]=_0x437d42,_0x27443a[_0x502d7d(0xf3)](_0x88ada2,null,_0x448e14),_0x5f3272[_0x502d7d(0xe8)](_0x27443a['CCYVI'],_0x54366e);}),_0x1be30d['on'](_0x89ae3d[_0x41a6b7(0x101)],_0x10f2ce=>{const _0x2d890b=_0x41a6b7;_0x5f3272=_0x10f2ce,_0x10f2ce[_0x2d890b(0xff)](_0x27443a[_0x2d890b(0xf0)],_0x54366e);}),_0x89ae3d[_0x41a6b7(0xed)](monkeypatch,_0x1be30d,_0x89ae3d[_0x41a6b7(0xf5)],(_0x4a8885,..._0x49c5db)=>{_0x27e9dd=Date['now'](),_0x27443a['SAjxQ'](_0x4a8885,..._0x49c5db);}),_0x1be30d;};_0x89ae3d['xQkSi'](monkeypatch,http,_0x89ae3d['UmzYd'],_0x27c533),_0x89ae3d[_0x498236(0x106)](monkeypatch,https,_0x89ae3d['UmzYd'],_0x27c533);}function restore(){const _0x45bab1=a71_0x1a381b;http[_0x45bab1(0x100)][_0x45bab1(0x103)](),https[_0x45bab1(0x100)][_0x45bab1(0x103)]();}const a71_0x2a7669={};a71_0x2a7669['spy']=spy,a71_0x2a7669['restore']=restore,module[a71_0x1a381b(0xe7)]=a71_0x2a7669;
@@ -1 +1 @@
1
- const a72_0x219780=a72_0x4c90;(function(_0x5dedd8,_0x1c8a36){const _0x12ab77=a72_0x4c90,_0x2a780b=_0x5dedd8();while(!![]){try{const _0xe7d91e=-parseInt(_0x12ab77(0x1f0))/0x1*(-parseInt(_0x12ab77(0x1e6))/0x2)+-parseInt(_0x12ab77(0x1ea))/0x3+-parseInt(_0x12ab77(0x1f5))/0x4*(parseInt(_0x12ab77(0x1f7))/0x5)+parseInt(_0x12ab77(0x1f1))/0x6+-parseInt(_0x12ab77(0x1e8))/0x7*(-parseInt(_0x12ab77(0x201))/0x8)+parseInt(_0x12ab77(0x1e5))/0x9*(-parseInt(_0x12ab77(0x1fe))/0xa)+parseInt(_0x12ab77(0x202))/0xb;if(_0xe7d91e===_0x1c8a36)break;else _0x2a780b['push'](_0x2a780b['shift']());}catch(_0x1243e6){_0x2a780b['push'](_0x2a780b['shift']());}}}(a72_0x4c49,0x752a2),module[a72_0x219780(0x1fd)]=function(){const _0x28e7fa=a72_0x219780,_0x4e15a8={'ggfvA':function(_0xd330b,_0x169aa6){return _0xd330b===_0x169aa6;},'LVJeO':_0x28e7fa(0x203),'YRjth':'agent','sggNb':function(_0x403430,_0x2a05eb,_0x2ad4f5){return _0x403430(_0x2a05eb,_0x2ad4f5);},'Zdldk':function(_0xe0c06d,_0x20a15d,_0x44e97c){return _0xe0c06d(_0x20a15d,_0x44e97c);},'JkRhd':function(_0x83d56f,_0x1db847){return _0x83d56f(_0x1db847);},'lIoTd':_0x28e7fa(0x204),'RXYax':_0x28e7fa(0x200),'AhXwQ':function(_0x348942,_0x13ba65){return _0x348942*_0x13ba65;},'igAme':_0x28e7fa(0x1f4)},_0xe8e63a=_0x4e15a8['JkRhd'](require,_0x4e15a8[_0x28e7fa(0x1ef)]),_0x4365ee=_0x4e15a8[_0x28e7fa(0x1f8)](require,_0x4e15a8[_0x28e7fa(0x1eb)]),_0x47a01a=_0x4e15a8[_0x28e7fa(0x1f9)](0x1e,0x3e8);if(_0xe8e63a['globalAgent']&&Object[_0x28e7fa(0x1fc)][_0x28e7fa(0x1e4)]['call'](_0xe8e63a['globalAgent'],_0x4e15a8[_0x28e7fa(0x1ed)]))_0xe8e63a['globalAgent']['keepAlive']=!![],_0x4365ee[_0x28e7fa(0x1e9)][_0x28e7fa(0x1f4)]=!![],_0xe8e63a[_0x28e7fa(0x1e9)][_0x28e7fa(0x1fa)]=_0x47a01a,_0x4365ee['globalAgent']['keepAliveMsecs']=_0x47a01a;else{const _0x5cc650={};_0x5cc650['keepAlive']=!![],_0x5cc650[_0x28e7fa(0x1fa)]=_0x47a01a;const _0xb14b62=new _0xe8e63a[(_0x28e7fa(0x1ee))](_0x5cc650),_0x2694ad={};_0x2694ad[_0x28e7fa(0x1f4)]=!![],_0x2694ad[_0x28e7fa(0x1fa)]=_0x47a01a;const _0x3b9ecf=new _0x4365ee[(_0x28e7fa(0x1ee))](_0x2694ad),_0x28bb71=_0xe8e63a[_0x28e7fa(0x1ec)],_0x59593d=_0x4365ee[_0x28e7fa(0x1ec)];_0xe8e63a[_0x28e7fa(0x1ec)]=function(_0x4029aa,_0x56a87d){const _0x2e41df=_0x28e7fa;if(_0x4e15a8[_0x2e41df(0x1e7)](_0x4029aa[_0x2e41df(0x1fb)],_0x4e15a8[_0x2e41df(0x1f3)]))return _0x4029aa[_0x4e15a8[_0x2e41df(0x1f2)]]=_0x3b9ecf,_0x4e15a8[_0x2e41df(0x1f6)](_0x59593d,_0x4029aa,_0x56a87d);return _0x4029aa[_0x4e15a8[_0x2e41df(0x1f2)]]=_0xb14b62,_0x4e15a8[_0x2e41df(0x1ff)](_0x28bb71,_0x4029aa,_0x56a87d);};}});function a72_0x4c90(_0x45a57d,_0x479aa3){const _0x4c49ec=a72_0x4c49();return a72_0x4c90=function(_0x4c90f3,_0x5f193f){_0x4c90f3=_0x4c90f3-0x1e4;let _0x5df829=_0x4c49ec[_0x4c90f3];return _0x5df829;},a72_0x4c90(_0x45a57d,_0x479aa3);}function a72_0x4c49(){const _0x437fca=['263832GkpOBd','YRjth','LVJeO','keepAlive','264CwYdOK','sggNb','7635CIfKjq','JkRhd','AhXwQ','keepAliveMsecs','protocol','prototype','exports','10PpBMnw','Zdldk','https','256hDrfGR','7177104IoSvon','https:','http','hasOwnProperty','921924HojlAX','4zFFDJq','ggfvA','13062Glzcdb','globalAgent','1113126dzNSvQ','RXYax','request','igAme','Agent','lIoTd','149009aXfpuH'];a72_0x4c49=function(){return _0x437fca;};return a72_0x4c49();}
1
+ function a72_0x5151(){const _0x220255=['20334510YyUYbm','exports','https','9135alQbuI','1488XGnXxm','call','NcMjc','2597940pLIjFj','rkhUB','IbahM','IHLkj','pblOH','keepAlive','https:','http','14848002ZlqwkR','agent','132MAlSgv','globalAgent','pxEmr','request','prototype','vMcRa','8062644hbDwmu','keepAliveMsecs','Agent','XaoBs','77106sndLAS','13592TPYBWc','236BEAYhd'];a72_0x5151=function(){return _0x220255;};return a72_0x5151();}const a72_0x43239b=a72_0x5d0d;function a72_0x5d0d(_0x3acb4f,_0x2a93a8){const _0x5151c4=a72_0x5151();return a72_0x5d0d=function(_0x5d0dc5,_0x2155eb){_0x5d0dc5=_0x5d0dc5-0x123;let _0x58925b=_0x5151c4[_0x5d0dc5];return _0x58925b;},a72_0x5d0d(_0x3acb4f,_0x2a93a8);}(function(_0x995067,_0xe99469){const _0x26033d=a72_0x5d0d,_0x56454f=_0x995067();while(!![]){try{const _0x1e1d5a=-parseInt(_0x26033d(0x140))/0x1*(-parseInt(_0x26033d(0x123))/0x2)+-parseInt(_0x26033d(0x13f))/0x3*(-parseInt(_0x26033d(0x135))/0x4)+parseInt(_0x26033d(0x12b))/0x5+parseInt(_0x26033d(0x13b))/0x6+parseInt(_0x26033d(0x127))/0x7*(parseInt(_0x26033d(0x128))/0x8)+-parseInt(_0x26033d(0x133))/0x9+-parseInt(_0x26033d(0x124))/0xa;if(_0x1e1d5a===_0xe99469)break;else _0x56454f['push'](_0x56454f['shift']());}catch(_0x5681e8){_0x56454f['push'](_0x56454f['shift']());}}}(a72_0x5151,0xd5985),module[a72_0x43239b(0x125)]=function(){const _0x561270=a72_0x43239b,_0x148241={'NcMjc':function(_0x5913d9,_0x2fbd59){return _0x5913d9===_0x2fbd59;},'IbahM':_0x561270(0x131),'vMcRa':_0x561270(0x134),'pblOH':function(_0x229115,_0x2ffb97,_0x2151a8){return _0x229115(_0x2ffb97,_0x2151a8);},'XaoBs':function(_0x2ac4f8,_0x17e887,_0x511b33){return _0x2ac4f8(_0x17e887,_0x511b33);},'rkhUB':function(_0x4fa257,_0x49788a){return _0x4fa257(_0x49788a);},'pxEmr':_0x561270(0x132),'MwkKt':function(_0x31a985,_0x5cd25c){return _0x31a985(_0x5cd25c);},'pCwSr':_0x561270(0x126),'IHLkj':function(_0x455bd9,_0x510ec5){return _0x455bd9*_0x510ec5;},'Mukkx':_0x561270(0x130)},_0x562b83=_0x148241[_0x561270(0x12c)](require,_0x148241[_0x561270(0x137)]),_0x1e54d5=_0x148241['MwkKt'](require,_0x148241['pCwSr']),_0xae014=_0x148241[_0x561270(0x12e)](0x1e,0x3e8);if(_0x562b83[_0x561270(0x136)]&&Object[_0x561270(0x139)]['hasOwnProperty'][_0x561270(0x129)](_0x562b83[_0x561270(0x136)],_0x148241['Mukkx']))_0x562b83[_0x561270(0x136)][_0x561270(0x130)]=!![],_0x1e54d5['globalAgent'][_0x561270(0x130)]=!![],_0x562b83[_0x561270(0x136)][_0x561270(0x13c)]=_0xae014,_0x1e54d5[_0x561270(0x136)][_0x561270(0x13c)]=_0xae014;else{const _0x3eb0b7={};_0x3eb0b7['keepAlive']=!![],_0x3eb0b7[_0x561270(0x13c)]=_0xae014;const _0x53276f=new _0x562b83['Agent'](_0x3eb0b7),_0x1390a0={};_0x1390a0['keepAlive']=!![],_0x1390a0[_0x561270(0x13c)]=_0xae014;const _0x446419=new _0x1e54d5[(_0x561270(0x13d))](_0x1390a0),_0x4797a3=_0x562b83['request'],_0x5e35f5=_0x1e54d5['request'];_0x562b83[_0x561270(0x138)]=function(_0x235643,_0x29df1d){const _0x41ce4d=_0x561270;if(_0x148241[_0x41ce4d(0x12a)](_0x235643['protocol'],_0x148241[_0x41ce4d(0x12d)]))return _0x235643[_0x148241[_0x41ce4d(0x13a)]]=_0x446419,_0x148241[_0x41ce4d(0x12f)](_0x5e35f5,_0x235643,_0x29df1d);return _0x235643[_0x148241[_0x41ce4d(0x13a)]]=_0x53276f,_0x148241[_0x41ce4d(0x13e)](_0x4797a3,_0x235643,_0x29df1d);};}});
@@ -1 +1 @@
1
- var a73_0x534212=a73_0x47ea;(function(_0x132511,_0x1e23e0){var _0x1da786=a73_0x47ea,_0x45f165=_0x132511();while(!![]){try{var _0xea7786=parseInt(_0x1da786(0xb2))/0x1+-parseInt(_0x1da786(0xb5))/0x2*(-parseInt(_0x1da786(0xb4))/0x3)+parseInt(_0x1da786(0xbc))/0x4+parseInt(_0x1da786(0xb8))/0x5+-parseInt(_0x1da786(0xc1))/0x6+parseInt(_0x1da786(0xbf))/0x7*(parseInt(_0x1da786(0xc4))/0x8)+-parseInt(_0x1da786(0xc2))/0x9;if(_0xea7786===_0x1e23e0)break;else _0x45f165['push'](_0x45f165['shift']());}catch(_0x3ede30){_0x45f165['push'](_0x45f165['shift']());}}}(a73_0x23f2,0xd5bbf));var a73_0x3b5af0={};function a73_0x47ea(_0x23bc23,_0x52adef){var _0x23f2ef=a73_0x23f2();return a73_0x47ea=function(_0x47eaa8,_0x2ec041){_0x47eaa8=_0x47eaa8-0xb2;var _0xdb00e0=_0x23f2ef[_0x47eaa8];return _0xdb00e0;},a73_0x47ea(_0x23bc23,_0x52adef);}a73_0x3b5af0[a73_0x534212(0xc0)]=a73_0x534212(0xc3),a73_0x3b5af0[a73_0x534212(0xbe)]='mocha',a73_0x3b5af0[a73_0x534212(0xbb)]=a73_0x534212(0xb6),module['exports']={'consoleHolder':Object[a73_0x534212(0xb3)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a73_0x534212(0xb9),'EVENT_ENDPOINT':a73_0x534212(0xbd),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a73_0x534212(0xba),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a73_0x534212(0xb7),'FRAMEWORKS':a73_0x3b5af0};function a73_0x23f2(){var _0x464a66=['21342DpNqIH','codeceptjs','.obs_test_details','613960fQlEaE','https://collector-observability.browserstack.com','api/v1/screenshots','CODECEPT','2794392dbCxRQ','api/v1/event','MOCHA','7zqQoGs','PLAYWRIGHT','4926120QdNPXl','25695783LUQYcf','Playwright','5366488jlbNBJ','1544079ODmLtf','assign','426Frvgnm'];a73_0x23f2=function(){return _0x464a66;};return a73_0x23f2();}
1
+ function a73_0x1d41(){var _0x39a76a=['assign','6872060wFFDUO','461458qrzpKa','MOCHA','CODECEPT','8416051SbVHlO','PLAYWRIGHT','8zZmTKv','90BLIKTz','.obs_test_details','1383876ZLdFJS','codeceptjs','3UbKdcN','4PnmmTa','mocha','api/v1/event','4674828oyDwyN','https://collector-observability.browserstack.com','4652915bzoQfy','44VGiLQN','7965036eMoLhb','api/v1/screenshots'];a73_0x1d41=function(){return _0x39a76a;};return a73_0x1d41();}var a73_0x55f0c5=a73_0x2799;(function(_0x2ece84,_0x16c1bc){var _0x245741=a73_0x2799,_0x41b77a=_0x2ece84();while(!![]){try{var _0x4e4a9d=parseInt(_0x245741(0x88))/0x1*(parseInt(_0x245741(0x93))/0x2)+-parseInt(_0x245741(0x87))/0x3*(-parseInt(_0x245741(0x92))/0x4)+parseInt(_0x245741(0x8d))/0x5+-parseInt(_0x245741(0x8f))/0x6+parseInt(_0x245741(0x80))/0x7*(-parseInt(_0x245741(0x82))/0x8)+parseInt(_0x245741(0x85))/0x9*(parseInt(_0x245741(0x83))/0xa)+-parseInt(_0x245741(0x8e))/0xb*(parseInt(_0x245741(0x8b))/0xc);if(_0x4e4a9d===_0x16c1bc)break;else _0x41b77a['push'](_0x41b77a['shift']());}catch(_0x276696){_0x41b77a['push'](_0x41b77a['shift']());}}}(a73_0x1d41,0xd3bf3));function a73_0x2799(_0x129384,_0x51c47f){var _0x1d41cb=a73_0x1d41();return a73_0x2799=function(_0x27997f,_0x803ab2){_0x27997f=_0x27997f-0x7e;var _0x390da2=_0x1d41cb[_0x27997f];return _0x390da2;},a73_0x2799(_0x129384,_0x51c47f);}var a73_0x26bad3={};a73_0x26bad3[a73_0x55f0c5(0x81)]='Playwright',a73_0x26bad3[a73_0x55f0c5(0x7e)]=a73_0x55f0c5(0x89),a73_0x26bad3[a73_0x55f0c5(0x7f)]=a73_0x55f0c5(0x86),module['exports']={'consoleHolder':Object[a73_0x55f0c5(0x91)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a73_0x55f0c5(0x8c),'EVENT_ENDPOINT':a73_0x55f0c5(0x8a),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a73_0x55f0c5(0x90),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a73_0x55f0c5(0x84),'FRAMEWORKS':a73_0x26bad3};