browserstack-node-sdk 1.32.14 → 1.32.16

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 (120) 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/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -0
  116. package/src/helpers/testhub/testhubHandler.js +1 -0
  117. package/src/helpers/testhub/utils.js +1 -0
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a62_0x1f02db=a62_0x2fed;function a62_0x2fed(_0x26cd13,_0x3907aa){const _0x26c3df=a62_0x26c3();return a62_0x2fed=function(_0x2fed16,_0x28ae71){_0x2fed16=_0x2fed16-0x10c;let _0x21e85c=_0x26c3df[_0x2fed16];return _0x21e85c;},a62_0x2fed(_0x26cd13,_0x3907aa);}(function(_0x3e6a1d,_0x14c552){const _0x511217=a62_0x2fed,_0x2d7ee8=_0x3e6a1d();while(!![]){try{const _0x3e1f13=parseInt(_0x511217(0x11d))/0x1+parseInt(_0x511217(0x10d))/0x2+-parseInt(_0x511217(0x12e))/0x3*(-parseInt(_0x511217(0x126))/0x4)+parseInt(_0x511217(0x117))/0x5+-parseInt(_0x511217(0x118))/0x6*(-parseInt(_0x511217(0x11f))/0x7)+-parseInt(_0x511217(0x12f))/0x8+parseInt(_0x511217(0x12a))/0x9*(-parseInt(_0x511217(0x12d))/0xa);if(_0x3e1f13===_0x14c552)break;else _0x2d7ee8['push'](_0x2d7ee8['shift']());}catch(_0x263ea2){_0x2d7ee8['push'](_0x2d7ee8['shift']());}}}(a62_0x26c3,0x38b31));const winston=require(a62_0x1f02db(0x113)),os=require('os'),fs=require('fs'),path=require('path'),logDir='log';!fs[a62_0x1f02db(0x122)](logDir)&&fs[a62_0x1f02db(0x121)](logDir);const a62_0x8c0253={};a62_0x8c0253[a62_0x1f02db(0x11a)]=a62_0x1f02db(0x125);const transports={'loggerConsole':new winston['transports'][(a62_0x1f02db(0x111))](a62_0x8c0253),'loggerFile':new winston[(a62_0x1f02db(0x11b))][(a62_0x1f02db(0x112))]({'filename':path[a62_0x1f02db(0x120)](logDir,a62_0x1f02db(0x123))}),'debugLoggerFile':new winston[(a62_0x1f02db(0x11b))][(a62_0x1f02db(0x112))]({'filename':path['join'](os[a62_0x1f02db(0x116)](),a62_0x1f02db(0x10e)),'level':a62_0x1f02db(0x129)})},a62_0x13ddbc={};a62_0x13ddbc['format']='YYYY-MM-DD\x20HH:mm:ss';const a62_0x36fb23={};a62_0x36fb23[a62_0x1f02db(0x114)]=!![];const winstonLoggerParams={'format':winston[a62_0x1f02db(0x12c)]['combine'](winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x110)](a62_0x13ddbc),winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x11e)](a62_0x36fb23),winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x12b)](_0x2813d4=>_0x2813d4['timestamp']+a62_0x1f02db(0x127)+_0x2813d4['level']+':\x20'+_0x2813d4[a62_0x1f02db(0x11c)])),'transports':[transports[a62_0x1f02db(0x115)],transports[a62_0x1f02db(0x10c)],transports[a62_0x1f02db(0x10f)]]},a62_0x3db18f={};a62_0x3db18f[a62_0x1f02db(0x11b)]=[transports[a62_0x1f02db(0x10c)]];const winstonFileLoggerParams=a62_0x3db18f;exports[a62_0x1f02db(0x128)]=new winston[(a62_0x1f02db(0x124))](winstonLoggerParams),exports[a62_0x1f02db(0x119)]=new winston[(a62_0x1f02db(0x124))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a62_0x1f02db(0x11b)]=transports;function a62_0x26c3(){const _0x37ce3d=['message','342834lNhPIr','colorize','315931MaRohP','join','mkdirSync','existsSync','/usage.log','createLogger','console.info','92QUrRnB','\x20-\x20','winstonLogger','debug','9rvzaiF','printf','format','10882030wOkNtc','48438VufXvB','1153728NSclxq','loggerFile','812674BStpcB','/usage-debug.log','debugLoggerFile','timestamp','Console','File','winston','level','loggerConsole','tmpdir','1269325pYhnSl','12njgXBd','fileLogger','name','transports'];a62_0x26c3=function(){return _0x37ce3d;};return a62_0x26c3();}
1
+ const a62_0x1ef002=a62_0x59b1;(function(_0x5cdbca,_0x78f2a2){const _0x7b5f93=a62_0x59b1,_0x589aa9=_0x5cdbca();while(!![]){try{const _0x38c08c=-parseInt(_0x7b5f93(0x1a8))/0x1*(parseInt(_0x7b5f93(0x19f))/0x2)+-parseInt(_0x7b5f93(0x1b7))/0x3*(-parseInt(_0x7b5f93(0x1bb))/0x4)+parseInt(_0x7b5f93(0x19a))/0x5*(parseInt(_0x7b5f93(0x1b3))/0x6)+-parseInt(_0x7b5f93(0x199))/0x7*(parseInt(_0x7b5f93(0x1b1))/0x8)+-parseInt(_0x7b5f93(0x1a7))/0x9+parseInt(_0x7b5f93(0x19d))/0xa+parseInt(_0x7b5f93(0x1a9))/0xb;if(_0x38c08c===_0x78f2a2)break;else _0x589aa9['push'](_0x589aa9['shift']());}catch(_0x156093){_0x589aa9['push'](_0x589aa9['shift']());}}}(a62_0x39fc,0xde163));const winston=require(a62_0x1ef002(0x1ab)),os=require('os'),fs=require('fs'),path=require(a62_0x1ef002(0x19e)),logDir=a62_0x1ef002(0x1b9);!fs[a62_0x1ef002(0x1af)](logDir)&&fs[a62_0x1ef002(0x1a6)](logDir);const a62_0xd3045f={};a62_0xd3045f[a62_0x1ef002(0x1b8)]='console.info';const transports={'loggerConsole':new winston[(a62_0x1ef002(0x1aa))][(a62_0x1ef002(0x1ad))](a62_0xd3045f),'loggerFile':new winston['transports'][(a62_0x1ef002(0x1b2))]({'filename':path[a62_0x1ef002(0x1a5)](logDir,'/usage.log')}),'debugLoggerFile':new winston[(a62_0x1ef002(0x1aa))][(a62_0x1ef002(0x1b2))]({'filename':path['join'](os[a62_0x1ef002(0x19b)](),a62_0x1ef002(0x1b0)),'level':a62_0x1ef002(0x1a1)})},a62_0x4d1d52={};function a62_0x59b1(_0x35e109,_0x401743){const _0x39fc56=a62_0x39fc();return a62_0x59b1=function(_0x59b12b,_0x503d1d){_0x59b12b=_0x59b12b-0x199;let _0xf88b03=_0x39fc56[_0x59b12b];return _0xf88b03;},a62_0x59b1(_0x35e109,_0x401743);}a62_0x4d1d52['format']=a62_0x1ef002(0x1a4);const a62_0x4ff6f5={};a62_0x4ff6f5[a62_0x1ef002(0x1b5)]=!![];const winstonLoggerParams={'format':winston[a62_0x1ef002(0x19c)]['combine'](winston[a62_0x1ef002(0x19c)][a62_0x1ef002(0x1ba)](a62_0x4d1d52),winston[a62_0x1ef002(0x19c)][a62_0x1ef002(0x1ae)](a62_0x4ff6f5),winston['format'][a62_0x1ef002(0x1ac)](_0x1b1bce=>_0x1b1bce[a62_0x1ef002(0x1ba)]+a62_0x1ef002(0x1bc)+_0x1b1bce[a62_0x1ef002(0x1b5)]+':\x20'+_0x1b1bce['message'])),'transports':[transports[a62_0x1ef002(0x1a3)],transports[a62_0x1ef002(0x1b4)],transports[a62_0x1ef002(0x1b6)]]},a62_0x206261={};a62_0x206261[a62_0x1ef002(0x1aa)]=[transports[a62_0x1ef002(0x1b4)]];const winstonFileLoggerParams=a62_0x206261;function a62_0x39fc(){const _0x59a639=['14683141KnXKOV','transports','winston','printf','Console','colorize','existsSync','/usage-debug.log','51752BZbYIp','File','474NTMiSV','loggerFile','level','debugLoggerFile','21057xBYeei','name','log','timestamp','292zxOHKr','\x20-\x20','847HWWixr','25745rGYjJS','tmpdir','format','10416440hWcGVF','path','265006viPmWX','createLogger','debug','winstonLogger','loggerConsole','YYYY-MM-DD\x20HH:mm:ss','join','mkdirSync','8466318GPMYZH','5GpENMN'];a62_0x39fc=function(){return _0x59a639;};return a62_0x39fc();}exports[a62_0x1ef002(0x1a2)]=new winston[(a62_0x1ef002(0x1a0))](winstonLoggerParams),exports['fileLogger']=new winston[(a62_0x1ef002(0x1a0))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a62_0x1ef002(0x1aa)]=transports;
@@ -1 +1 @@
1
- var a63_0x4c36e8=a63_0x52fe;function a63_0x52fe(_0x224efa,_0xa4fb3c){var _0x39e500=a63_0x39e5();return a63_0x52fe=function(_0x52fe8e,_0x52df9b){_0x52fe8e=_0x52fe8e-0x18f;var _0x4b50aa=_0x39e500[_0x52fe8e];return _0x4b50aa;},a63_0x52fe(_0x224efa,_0xa4fb3c);}function a63_0x39e5(){var _0x525183=['znNbd','patchQuit','TEST_SCREENSHOT','split','eyAkj','xVarP','1445423CPurzB','then','LxkFL','wBbvG','45971tRQLga','24UmsnRd','8JjpKSe','3016mgMiVr','1773200PXAMDX','12840048oYOagd','BS_TESTOPS_ALLOW_SCREENSHOTS','15786KHieSu','67208pkkSwR','initQuit','toISOString','env','kJyBV','650ZWiFmY','quit','FYwNR','63899yeSauB','takeScreenshot','quitCount_','overrideQuit','bhnae','initScreenshot','rbPXt','pid','18locOhG','GISLc','patchScreenshot'];a63_0x39e5=function(){return _0x525183;};return a63_0x39e5();}(function(_0x2a913a,_0x55a012){var _0x36895e=a63_0x52fe,_0x45e0b8=_0x2a913a();while(!![]){try{var _0x5f4672=parseInt(_0x36895e(0x193))/0x1*(-parseInt(_0x36895e(0x195))/0x2)+parseInt(_0x36895e(0x194))/0x3*(-parseInt(_0x36895e(0x19b))/0x4)+parseInt(_0x36895e(0x197))/0x5+parseInt(_0x36895e(0x1ab))/0x6*(parseInt(_0x36895e(0x18f))/0x7)+parseInt(_0x36895e(0x196))/0x8*(parseInt(_0x36895e(0x19a))/0x9)+-parseInt(_0x36895e(0x1a0))/0xa*(-parseInt(_0x36895e(0x1a3))/0xb)+-parseInt(_0x36895e(0x198))/0xc;if(_0x5f4672===_0x55a012)break;else _0x45e0b8['push'](_0x45e0b8['shift']());}catch(_0x4c900a){_0x45e0b8['push'](_0x45e0b8['shift']());}}}(a63_0x39e5,0x98806),exports['overrideTakeScreenshot']=_0x88c4f0=>{var _0x53cc28=a63_0x52fe,_0x548da0={'bhnae':'3|5|1|0|2|4','wBbvG':_0x53cc28(0x1b0),'rbPXt':function(_0x449b30,_0x213713){return _0x449b30(_0x213713);},'JZezC':function(_0x5433e8,_0x4088a6){return _0x5433e8!==_0x4088a6;},'FYwNR':'true'},_0x1d8934=_0x548da0[_0x53cc28(0x1a7)][_0x53cc28(0x1b1)]('|'),_0x34f404=0x0;while(!![]){switch(_0x1d8934[_0x34f404++]){case'0':_0x88c4f0[_0x53cc28(0x1ad)]=!![];continue;case'1':if(_0x88c4f0[_0x53cc28(0x1ad)])return;continue;case'2':_0x88c4f0['initScreenshot']=_0x88c4f0[_0x53cc28(0x1a4)];continue;case'3':var _0x3d66df={'XrluQ':_0x548da0[_0x53cc28(0x192)],'LxkFL':function(_0x5f27d5,_0x2c9729){var _0xa010d9=_0x53cc28;return _0x548da0[_0xa010d9(0x1a9)](_0x5f27d5,_0x2c9729);}};continue;case'4':_0x88c4f0[_0x53cc28(0x1a4)]=()=>{var _0x2b1f88={'ZNzIa':_0x3d66df['XrluQ'],'xVarP':function(_0x43cc11,_0x5a4e69){var _0x4abfb4=a63_0x52fe;return _0x3d66df[_0x4abfb4(0x191)](_0x43cc11,_0x5a4e69);}};return new Promise(function(_0x43c239,_0x1c26d7){var _0x2ff225=a63_0x52fe;_0x88c4f0[_0x2ff225(0x1a8)]()[_0x2ff225(0x190)](_0x4f2b29=>{var _0x1bfcec=_0x2ff225;process['emit']('bs:addLog:'+process[_0x1bfcec(0x1aa)],{'timestamp':new Date()[_0x1bfcec(0x19d)](),'message':_0x4f2b29,'kind':_0x2b1f88['ZNzIa']}),_0x2b1f88[_0x1bfcec(0x1b3)](_0x43c239,_0x4f2b29);});});};continue;case'5':if(_0x548da0['JZezC'](process[_0x53cc28(0x19e)][_0x53cc28(0x199)],_0x548da0[_0x53cc28(0x1a2)]))return;continue;}break;}},exports[a63_0x4c36e8(0x1a6)]=(_0x4aede8,_0x43affb=null)=>{var _0x24de32=a63_0x4c36e8,_0x28766b={'kJyBV':'0|2|4|1|3','oQGMe':function(_0x4b55ac){return _0x4b55ac();},'eyAkj':function(_0x48ddef,_0xd42e0e){return _0x48ddef>_0xd42e0e;}},_0x57f95f=_0x28766b[_0x24de32(0x19f)][_0x24de32(0x1b1)]('|'),_0x22ad5f=0x0;while(!![]){switch(_0x57f95f[_0x22ad5f++]){case'0':var _0x369760={'RUBnv':function(_0x4d782b){return _0x28766b['oQGMe'](_0x4d782b);},'znNbd':function(_0x50322f,_0x3b738f){var _0x222b73=_0x24de32;return _0x28766b[_0x222b73(0x1b2)](_0x50322f,_0x3b738f);}};continue;case'1':_0x4aede8[_0x24de32(0x19c)]=_0x4aede8[_0x24de32(0x1a1)];continue;case'2':if(_0x4aede8[_0x24de32(0x1af)])return;continue;case'3':_0x4aede8['quit']=()=>{var _0xeea21a=_0x24de32,_0x19eb77={'GISLc':function(_0x44d279){return _0x369760['RUBnv'](_0x44d279);}};if(_0x43affb){_0x43affb[_0xeea21a(0x1a5)]+=0x1;if(_0x369760[_0xeea21a(0x1ae)](_0x43affb[_0xeea21a(0x1a5)],0x1))return _0x4aede8[_0xeea21a(0x19c)]();}else{_0x4aede8[_0xeea21a(0x1a5)]+=0x1;if(_0x369760[_0xeea21a(0x1ae)](_0x4aede8[_0xeea21a(0x1a5)],0x1))return _0x4aede8[_0xeea21a(0x19c)]();}return new Promise(function(_0x3fbe27){var _0x2ca67a=_0xeea21a;_0x19eb77[_0x2ca67a(0x1ac)](_0x3fbe27);});};continue;case'4':_0x4aede8['patchQuit']=!![];continue;}break;}});
1
+ function a63_0x3e47(_0x22eec5,_0x46817e){var _0x578b41=a63_0x578b();return a63_0x3e47=function(_0x3e477d,_0x312100){_0x3e477d=_0x3e477d-0x1a7;var _0x7bc288=_0x578b41[_0x3e477d];return _0x7bc288;},a63_0x3e47(_0x22eec5,_0x46817e);}var a63_0x19c2b4=a63_0x3e47;(function(_0x24bbd6,_0x4fcaed){var _0x518818=a63_0x3e47,_0x39cc63=_0x24bbd6();while(!![]){try{var _0x3cc0ce=parseInt(_0x518818(0x1ac))/0x1+-parseInt(_0x518818(0x1bf))/0x2+parseInt(_0x518818(0x1c8))/0x3+-parseInt(_0x518818(0x1c2))/0x4*(parseInt(_0x518818(0x1aa))/0x5)+-parseInt(_0x518818(0x1bc))/0x6*(-parseInt(_0x518818(0x1c0))/0x7)+-parseInt(_0x518818(0x1c5))/0x8*(-parseInt(_0x518818(0x1ad))/0x9)+-parseInt(_0x518818(0x1b7))/0xa*(parseInt(_0x518818(0x1c7))/0xb);if(_0x3cc0ce===_0x4fcaed)break;else _0x39cc63['push'](_0x39cc63['shift']());}catch(_0x58258b){_0x39cc63['push'](_0x39cc63['shift']());}}}(a63_0x578b,0x4bfc8),exports[a63_0x19c2b4(0x1a9)]=_0x4234bc=>{var _0x58c0ea=a63_0x19c2b4,_0xefdb6e={'LRFRc':_0x58c0ea(0x1ce),'jRcnr':function(_0x31f838,_0x50d5eb){return _0x31f838!==_0x50d5eb;},'jpeLl':_0x58c0ea(0x1b3),'hsCIt':'TEST_SCREENSHOT','kfPiK':function(_0x3340e0,_0x39c7fb){return _0x3340e0(_0x39c7fb);}},_0x279ecf=_0xefdb6e[_0x58c0ea(0x1c3)][_0x58c0ea(0x1be)]('|'),_0x56ab78=0x0;while(!![]){switch(_0x279ecf[_0x56ab78++]){case'0':if(_0xefdb6e[_0x58c0ea(0x1cd)](process['env'][_0x58c0ea(0x1b2)],_0xefdb6e[_0x58c0ea(0x1b6)]))return;continue;case'1':if(_0x4234bc['patchScreenshot'])return;continue;case'2':var _0x59e055={'DIMEa':_0xefdb6e[_0x58c0ea(0x1b9)],'axrWg':function(_0x2a8fea,_0x3a84ce){var _0x35b2f2=_0x58c0ea;return _0xefdb6e[_0x35b2f2(0x1b8)](_0x2a8fea,_0x3a84ce);}};continue;case'3':_0x4234bc[_0x58c0ea(0x1cf)]=()=>{var _0x45e443=_0x58c0ea,_0x4b3c91={'NFvSX':_0x59e055[_0x45e443(0x1bb)],'JybDk':function(_0x5e04d5,_0x2a93df){var _0x1d8e9d=_0x45e443;return _0x59e055[_0x1d8e9d(0x1ca)](_0x5e04d5,_0x2a93df);}};return new Promise(function(_0x30eca0,_0x52820d){var _0xfed5e4=_0x45e443;_0x4234bc[_0xfed5e4(0x1a7)]()[_0xfed5e4(0x1bd)](_0x3d3b0a=>{var _0x534a9c=_0xfed5e4;process['emit']('bs:addLog:'+process[_0x534a9c(0x1b5)],{'timestamp':new Date()[_0x534a9c(0x1b1)](),'message':_0x3d3b0a,'kind':_0x4b3c91[_0x534a9c(0x1af)]}),_0x4b3c91['JybDk'](_0x30eca0,_0x3d3b0a);});});};continue;case'4':_0x4234bc['patchScreenshot']=!![];continue;case'5':_0x4234bc['initScreenshot']=_0x4234bc[_0x58c0ea(0x1cf)];continue;}break;}},exports[a63_0x19c2b4(0x1cb)]=(_0x539db9,_0x2b7221=null)=>{var _0x440434=a63_0x19c2b4,_0x908bed={'YtpyH':_0x440434(0x1c1),'PwqNE':function(_0x53ed21){return _0x53ed21();},'GTscF':function(_0x21d8e7,_0x91e210){return _0x21d8e7>_0x91e210;},'earKA':function(_0x98ecda,_0x274470){return _0x98ecda>_0x274470;}},_0x333cb7=_0x908bed[_0x440434(0x1ae)][_0x440434(0x1be)]('|'),_0x5899ed=0x0;while(!![]){switch(_0x333cb7[_0x5899ed++]){case'0':_0x539db9[_0x440434(0x1b0)]=!![];continue;case'1':if(_0x539db9[_0x440434(0x1b0)])return;continue;case'2':_0x539db9[_0x440434(0x1c6)]=_0x539db9['quit'];continue;case'3':var _0x37ab4c={'pKFJy':function(_0xc3f1ab){var _0xe7940e=_0x440434;return _0x908bed[_0xe7940e(0x1b4)](_0xc3f1ab);},'mUjfB':function(_0x361409,_0x467873){var _0x4da6c6=_0x440434;return _0x908bed[_0x4da6c6(0x1c9)](_0x361409,_0x467873);},'ZFlJo':function(_0x5f584c,_0xd48112){var _0x1a9f3b=_0x440434;return _0x908bed[_0x1a9f3b(0x1ab)](_0x5f584c,_0xd48112);}};continue;case'4':_0x539db9[_0x440434(0x1a8)]=()=>{var _0x5672d6=_0x440434,_0x5b9284={'XwVOF':function(_0x3734e8){return _0x37ab4c['pKFJy'](_0x3734e8);}};if(_0x2b7221){_0x2b7221[_0x5672d6(0x1c4)]+=0x1;if(_0x37ab4c['mUjfB'](_0x2b7221[_0x5672d6(0x1c4)],0x1))return _0x539db9[_0x5672d6(0x1c6)]();}else{_0x539db9['quitCount_']+=0x1;if(_0x37ab4c[_0x5672d6(0x1ba)](_0x539db9['quitCount_'],0x1))return _0x539db9[_0x5672d6(0x1c6)]();}return new Promise(function(_0x491c80){var _0x201617=_0x5672d6;_0x5b9284[_0x201617(0x1cc)](_0x491c80);});};continue;}break;}});function a63_0x578b(){var _0x1d08dc=['233622lkfIpS','then','split','626994mNenNF','35uomGkJ','3|1|0|2|4','4oHxCik','LRFRc','quitCount_','331552OmiBKS','initQuit','138589McVoBK','1772112OIoZgL','GTscF','axrWg','overrideQuit','XwVOF','jRcnr','2|0|1|4|5|3','takeScreenshot','initScreenshot','quit','overrideTakeScreenshot','2153310RrRCYh','earKA','600900hmlNcC','54eFfwgO','YtpyH','NFvSX','patchQuit','toISOString','BS_TESTOPS_ALLOW_SCREENSHOTS','true','PwqNE','pid','jpeLl','460sPkBZU','kfPiK','hsCIt','ZFlJo','DIMEa'];a63_0x578b=function(){return _0x1d08dc;};return a63_0x578b();}
@@ -1 +1 @@
1
- const a64_0x21fa57=a64_0x512a;(function(_0x1ac922,_0x140fec){const _0x5aac46=a64_0x512a,_0x1eb78a=_0x1ac922();while(!![]){try{const _0x3fda90=parseInt(_0x5aac46(0xc5))/0x1*(parseInt(_0x5aac46(0xd3))/0x2)+-parseInt(_0x5aac46(0xb7))/0x3+-parseInt(_0x5aac46(0xf5))/0x4+parseInt(_0x5aac46(0xf4))/0x5*(-parseInt(_0x5aac46(0xc2))/0x6)+parseInt(_0x5aac46(0xdc))/0x7+-parseInt(_0x5aac46(0xd9))/0x8*(parseInt(_0x5aac46(0xea))/0x9)+parseInt(_0x5aac46(0xe4))/0xa*(parseInt(_0x5aac46(0xe8))/0xb);if(_0x3fda90===_0x140fec)break;else _0x1eb78a['push'](_0x1eb78a['shift']());}catch(_0xe2d986){_0x1eb78a['push'](_0x1eb78a['shift']());}}}(a64_0x48a4,0xb87fa));const fs=require('fs'),path=require(a64_0x21fa57(0xc1)),os=require('os'),{spawn}=require('child_process'),helper=require(a64_0x21fa57(0xd4)),logger=require(a64_0x21fa57(0xc0))['winstonLogger'],{logDir}=require(a64_0x21fa57(0xc0)),PercyBinary=require(a64_0x21fa57(0xdb));class Percy{#logfile=path[a64_0x21fa57(0xe2)](logDir,a64_0x21fa57(0xce));#address=process[a64_0x21fa57(0xe6)]['PERCY_SERVER_ADDRESS']||a64_0x21fa57(0xae);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x21fa57(0xca)]=![];constructor(_0x4c4148){const _0xd8c451=a64_0x21fa57;this.#config=_0x4c4148,!!_0x4c4148[_0xd8c451(0xd6)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0xb182cf=a64_0x21fa57;if(!this.#binaryPath){const _0x24fe26=new PercyBinary();this.#binaryPath=await _0x24fe26[_0xb182cf(0xb8)](this.#config);}return this.#binaryPath;}async #sleep(_0x565feb){return new Promise(_0x476968=>setTimeout(_0x476968,_0x565feb));}async['healthcheck'](){const _0x2f57fd=a64_0x21fa57,_0xf36f1c={};_0xf36f1c[_0x2f57fd(0xde)]=_0x2f57fd(0xb0),_0xf36f1c[_0x2f57fd(0xdf)]=_0x2f57fd(0xad);const _0x4578c6=_0xf36f1c;try{const _0x383665=await helper[_0x2f57fd(0xed)](_0x4578c6['SlHqW'],_0x4578c6['IFceA'],null,null,this.#address);if(_0x383665)return!![];}catch(_0x1c2087){return![];}}async[a64_0x21fa57(0xee)](){const _0x293487=a64_0x21fa57,_0x73613f={'QGeCo':_0x293487(0xf2),'jliLY':'exec','IzwSO':function(_0x18229d,_0x5e6e3f,_0x3a7b4f,_0x467859){return _0x18229d(_0x5e6e3f,_0x3a7b4f,_0x467859);},'ZPCJL':'close','IDoss':'Percy\x20healthcheck\x20successful'},_0x1eddbc=await this.#getBinaryPath(),_0x2cee1f={};_0x2cee1f['flags']='a';const _0x15b545=fs[_0x293487(0xe9)](this.#logfile,_0x2cee1f),_0x4980f3=await this['fetchPercyToken'](),_0x201d10=await this[_0x293487(0xcb)]();if(!_0x4980f3)return![];const _0x322c54=[(this.#isApp?_0x73613f[_0x293487(0xb5)]:_0x73613f[_0x293487(0xc7)])+_0x293487(0xf0)];_0x201d10&&_0x322c54[_0x293487(0xd1)]('-c',_0x201d10);const _0xedfb77={};_0xedfb77[_0x293487(0xd5)]=_0x4980f3,this.#proc=_0x73613f[_0x293487(0xbe)](spawn,_0x1eddbc,_0x322c54,{'env':Object[_0x293487(0xb6)](process[_0x293487(0xe6)],_0xedfb77)}),this.#proc[_0x293487(0xec)]['pipe'](_0x15b545),this.#proc[_0x293487(0xb9)][_0x293487(0xb1)](_0x15b545),this[_0x293487(0xca)]=!![];var _0x4711df=this;this.#proc['on'](_0x73613f[_0x293487(0xcf)],function(_0x593148){_0x4711df['isProcessRunning']=![];});do{const _0x186cdb=await this['healthcheck']();if(_0x186cdb)return logger[_0x293487(0xef)](_0x73613f[_0x293487(0xc9)]),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async[a64_0x21fa57(0xc4)](){const _0x4d425a=a64_0x21fa57,_0x48604b={'dTeva':function(_0x37bc3a,_0x577251){return _0x37bc3a(_0x577251);},'HGDzt':function(_0x1c9ce2,_0xf1046a,_0x305d4b){return _0x1c9ce2(_0xf1046a,_0x305d4b);},'myaOy':_0x4d425a(0xf6),'ikkrK':'close'},_0x56d758=await this.#getBinaryPath();return new Promise((_0x12d126,_0x52b521)=>{const _0x32ad6d=_0x4d425a,_0x59cf71={'RtPue':function(_0x5a604a,_0x4a7532){const _0x2a8655=a64_0x512a;return _0x48604b[_0x2a8655(0xd8)](_0x5a604a,_0x4a7532);}},_0x22b79a=_0x48604b['HGDzt'](spawn,_0x56d758,[_0x48604b[_0x32ad6d(0xe3)]]);_0x22b79a['on'](_0x48604b[_0x32ad6d(0xdd)],_0x3ffbeb=>{const _0x1a0682=_0x32ad6d;this[_0x1a0682(0xca)]=![],_0x59cf71[_0x1a0682(0xaf)](_0x12d126,_0x3ffbeb);});});}[a64_0x21fa57(0xe7)](){const _0x150313=a64_0x21fa57;return this[_0x150313(0xca)];}async[a64_0x21fa57(0xbf)](){const _0x1fa164=a64_0x21fa57,_0x2a80f3={};_0x2a80f3['wGjml']=_0x1fa164(0xd6),_0x2a80f3[_0x1fa164(0xbb)]=_0x1fa164(0xcd),_0x2a80f3[_0x1fa164(0xe0)]=_0x1fa164(0xb0),_0x2a80f3[_0x1fa164(0xb3)]=_0x1fa164(0xe1);const _0x4135ba=_0x2a80f3,_0x5dec10=this.#config[_0x1fa164(0xd7)];try{const _0x423e26=this.#isApp?_0x4135ba[_0x1fa164(0xf3)]:_0x4135ba[_0x1fa164(0xbb)],_0xbf5718=await helper[_0x1fa164(0xed)](_0x4135ba[_0x1fa164(0xe0)],'api/app_percy/get_project_token?name='+_0x5dec10+_0x1fa164(0xf1)+_0x423e26,{},this.#config),_0x4b1601=_0xbf5718[_0x1fa164(0xbc)];return logger[_0x1fa164(0xef)](_0x4135ba[_0x1fa164(0xb3)]),_0x4b1601[_0x1fa164(0xc3)];}catch(_0x2b4a9e){return logger[_0x1fa164(0xcc)](_0x1fa164(0xda)+_0x2b4a9e),null;}}async[a64_0x21fa57(0xcb)](){const _0xa166ec=a64_0x21fa57,_0x2a169a={'erHKM':function(_0x71405f,_0xd3008c){return _0x71405f(_0xd3008c);},'LXHZU':function(_0x5ebb52,_0x5a35ec){return _0x5ebb52+_0x5a35ec;},'dMmwi':_0xa166ec(0xc8),'fNUDZ':function(_0x15b241,_0x50f1db){return _0x15b241(_0x50f1db);},'hnzrM':_0xa166ec(0xd0)};if(!this.#config[_0xa166ec(0xeb)])return null;const _0x431fd8=path[_0xa166ec(0xe2)](os[_0xa166ec(0xac)](),_0x2a169a['hnzrM']),_0x4bed4b=this.#config[_0xa166ec(0xeb)];return!_0x4bed4b['version']&&(_0x4bed4b['version']='2'),new Promise((_0x36eebd,_0x46ad18)=>{const _0x5651a3=_0xa166ec;fs[_0x5651a3(0xb2)](_0x431fd8,JSON[_0x5651a3(0xe5)](_0x4bed4b),_0x478339=>{const _0x48de60=_0x5651a3;_0x478339&&(logger[_0x48de60(0xcc)](_0x48de60(0xba)+_0x478339),_0x2a169a[_0x48de60(0xc6)](_0x36eebd,null)),logger['debug'](_0x2a169a['LXHZU'](_0x2a169a[_0x48de60(0xbd)],_0x431fd8)),_0x2a169a[_0x48de60(0xd2)](_0x36eebd,_0x431fd8);});});}}function a64_0x48a4(){const _0x2738f4=['stringify','env','isRunning','22nejSsH','createWriteStream','89757rvMBlm','percyOptions','stdout','nodeRequest','start','debug',':start','&type=','app:exec','wGjml','5BCTaNx','2409788BnrRve','exec:stop','tmpdir','percy/healthcheck','http://localhost:5338','RtPue','GET','pipe','writeFile','zgLcO','exports','QGeCo','assign','3545253NDxmSh','getBinaryPath','stderr','Error\x20creating\x20percy\x20config:\x20','AOcam','data','dMmwi','IzwSO','fetchPercyToken','../logger','path','1434288BFqxGT','token','stop','3849ldCpHE','erHKM','jliLY','Percy\x20config\x20created\x20at\x20','IDoss','isProcessRunning','createPercyConfig','error','automate','percy.log','ZPCJL','percy.json','push','fNUDZ','360YtdqiL','../helper','PERCY_TOKEN','app','projectName','dTeva','80hgupPM','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','./PercyBinary','9708454fOdKZX','ikkrK','SlHqW','IFceA','LCEnr','Percy\x20fetch\x20token\x20success','join','myaOy','3994700lCvPaQ'];a64_0x48a4=function(){return _0x2738f4;};return a64_0x48a4();}function a64_0x512a(_0x3261b4,_0x39266a){const _0x48a43d=a64_0x48a4();return a64_0x512a=function(_0x512abe,_0x366321){_0x512abe=_0x512abe-0xac;let _0x4ffcb9=_0x48a43d[_0x512abe];return _0x4ffcb9;},a64_0x512a(_0x3261b4,_0x39266a);}module[a64_0x21fa57(0xb4)]=Percy;
1
+ const a64_0x530204=a64_0xb1fa;(function(_0xec5039,_0x14ac18){const _0x3304ac=a64_0xb1fa,_0x3282a2=_0xec5039();while(!![]){try{const _0x475c95=-parseInt(_0x3304ac(0x128))/0x1+-parseInt(_0x3304ac(0x134))/0x2*(parseInt(_0x3304ac(0x151))/0x3)+-parseInt(_0x3304ac(0x127))/0x4+-parseInt(_0x3304ac(0x13f))/0x5+-parseInt(_0x3304ac(0x13a))/0x6*(parseInt(_0x3304ac(0x14d))/0x7)+parseInt(_0x3304ac(0x13b))/0x8*(-parseInt(_0x3304ac(0x15c))/0x9)+-parseInt(_0x3304ac(0x154))/0xa*(-parseInt(_0x3304ac(0x16f))/0xb);if(_0x475c95===_0x14ac18)break;else _0x3282a2['push'](_0x3282a2['shift']());}catch(_0x530536){_0x3282a2['push'](_0x3282a2['shift']());}}}(a64_0x53e7,0x47ec1));const fs=require('fs'),path=require(a64_0x530204(0x16e)),os=require('os'),{spawn}=require('child_process'),helper=require(a64_0x530204(0x170)),logger=require('../logger')[a64_0x530204(0x165)],{logDir}=require('../logger'),testHubConstants=require('../../helpers/testhub/constants'),PercyBinary=require(a64_0x530204(0x143));function a64_0xb1fa(_0x53126a,_0x3d30c5){const _0x53e79b=a64_0x53e7();return a64_0xb1fa=function(_0xb1fad7,_0x1f4768){_0xb1fad7=_0xb1fad7-0x127;let _0x1fb919=_0x53e79b[_0xb1fad7];return _0x1fb919;},a64_0xb1fa(_0x53126a,_0x3d30c5);}class Percy{#logfile=path[a64_0x530204(0x164)](logDir,a64_0x530204(0x167));#address=process['env'][a64_0x530204(0x14b)]||a64_0x530204(0x174);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x528afa){const _0x53d600=a64_0x530204;this.#config=_0x528afa,!!_0x528afa[_0x53d600(0x15d)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x2fb8ea=new PercyBinary();this.#binaryPath=await _0x2fb8ea['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x4b0107){return new Promise(_0x25a4ae=>setTimeout(_0x25a4ae,_0x4b0107));}async[a64_0x530204(0x132)](){const _0x79e976=a64_0x530204,_0x265767={};_0x265767['tDDNz']=_0x79e976(0x140),_0x265767['Hfehw']=_0x79e976(0x13e);const _0x5c9d54=_0x265767;try{const _0xa498f9=await helper[_0x79e976(0x146)](_0x5c9d54[_0x79e976(0x158)],_0x5c9d54[_0x79e976(0x133)],null,null,this.#address);if(_0xa498f9)return!![];}catch(_0x5c07a9){return![];}}async['start'](){const _0x1d75a6=a64_0x530204,_0x383d27={'iUIyl':'app:exec','skpOp':_0x1d75a6(0x162),'cMhBD':function(_0x4c57f1,_0x163a04,_0x499f7d,_0x44856b){return _0x4c57f1(_0x163a04,_0x499f7d,_0x44856b);},'mXBGK':_0x1d75a6(0x12e),'gvikk':'Percy\x20healthcheck\x20successful'},_0x5e01f7=await this.#getBinaryPath(),_0xb6afa7={};_0xb6afa7[_0x1d75a6(0x141)]='a';const _0x13fdab=fs[_0x1d75a6(0x152)](this.#logfile,_0xb6afa7),_0x225bcf=await this['fetchPercyToken'](),_0x549c5d=await this['createPercyConfig']();if(!_0x225bcf)return![];const _0x3250a2=[(this.#isApp?_0x383d27[_0x1d75a6(0x12f)]:_0x383d27[_0x1d75a6(0x138)])+_0x1d75a6(0x15b)];_0x549c5d&&_0x3250a2[_0x1d75a6(0x150)]('-c',_0x549c5d);this.#proc=_0x383d27[_0x1d75a6(0x142)](spawn,_0x5e01f7,_0x3250a2,{'env':Object[_0x1d75a6(0x160)](process[_0x1d75a6(0x168)],{'PERCY_TOKEN':_0x225bcf,'TH_BUILD_UUID':process['env'][testHubConstants[_0x1d75a6(0x148)][_0x1d75a6(0x12d)]]})}),this.#proc[_0x1d75a6(0x14e)][_0x1d75a6(0x172)](_0x13fdab),this.#proc[_0x1d75a6(0x147)][_0x1d75a6(0x172)](_0x13fdab),this[_0x1d75a6(0x14f)]=!![];var _0x5aedc8=this;this.#proc['on'](_0x383d27[_0x1d75a6(0x129)],function(_0x242e99){const _0x2b1d43=_0x1d75a6;_0x5aedc8[_0x2b1d43(0x14f)]=![];});do{const _0x1c0c08=await this[_0x1d75a6(0x132)]();if(_0x1c0c08)return logger['debug'](_0x383d27[_0x1d75a6(0x155)]),!![];await this.#sleep(0x3e8);}while(this[_0x1d75a6(0x14f)]);return![];}async['stop'](){const _0x5d817c=a64_0x530204,_0x2c4c30={'Uaoex':function(_0x380599,_0x3ae48e){return _0x380599(_0x3ae48e);},'MRZKj':function(_0x10951c,_0x251b27,_0x21fb65){return _0x10951c(_0x251b27,_0x21fb65);},'blGvr':_0x5d817c(0x16a),'SIZKJ':_0x5d817c(0x12e)},_0x27a9b7=await this.#getBinaryPath();return new Promise((_0x1c04f7,_0xa4f083)=>{const _0x47b9e0=_0x5d817c,_0x239563=_0x2c4c30[_0x47b9e0(0x13d)](spawn,_0x27a9b7,[_0x2c4c30[_0x47b9e0(0x13c)]]);_0x239563['on'](_0x2c4c30[_0x47b9e0(0x135)],_0x13beab=>{const _0x1bf156=_0x47b9e0;this['isProcessRunning']=![],_0x2c4c30[_0x1bf156(0x137)](_0x1c04f7,_0x13beab);});});}[a64_0x530204(0x173)](){const _0x235b20=a64_0x530204;return this[_0x235b20(0x14f)];}async[a64_0x530204(0x149)](){const _0x3f1896=a64_0x530204,_0x2c6bd1={};_0x2c6bd1[_0x3f1896(0x161)]=_0x3f1896(0x15d),_0x2c6bd1[_0x3f1896(0x131)]=_0x3f1896(0x12b),_0x2c6bd1[_0x3f1896(0x14a)]='GET',_0x2c6bd1[_0x3f1896(0x145)]=_0x3f1896(0x171);const _0x50d47f=_0x2c6bd1,_0x1d91e7=this.#config[_0x3f1896(0x159)];try{const _0x275f42=this.#isApp?_0x50d47f[_0x3f1896(0x161)]:_0x50d47f[_0x3f1896(0x131)],_0x555179=await helper[_0x3f1896(0x146)](_0x50d47f['ofgsR'],'api/app_percy/get_project_token?name='+_0x1d91e7+'&type='+_0x275f42,{},this.#config),_0x4d6196=_0x555179[_0x3f1896(0x14c)];return logger[_0x3f1896(0x139)](_0x50d47f[_0x3f1896(0x145)]),_0x4d6196[_0x3f1896(0x12c)];}catch(_0x529c58){return logger['error'](_0x3f1896(0x16b)+_0x529c58),null;}}async[a64_0x530204(0x15f)](){const _0x1349f4=a64_0x530204,_0x83cce6={'dtvvq':function(_0x4cd59d,_0x356b51){return _0x4cd59d(_0x356b51);},'BVlio':function(_0x4ff8c6,_0x3755db){return _0x4ff8c6+_0x3755db;},'qZxrE':_0x1349f4(0x157),'ZccwL':_0x1349f4(0x16d)};if(!this.#config[_0x1349f4(0x136)])return null;const _0x1e9cd0=path[_0x1349f4(0x164)](os[_0x1349f4(0x130)](),_0x83cce6[_0x1349f4(0x166)]),_0x56874d=this.#config[_0x1349f4(0x136)];return!_0x56874d[_0x1349f4(0x153)]&&(_0x56874d[_0x1349f4(0x153)]='2'),new Promise((_0x6cfa29,_0x3782f6)=>{const _0x15bd47=_0x1349f4,_0x792075={'Kssef':function(_0x3d57fc,_0x40cacd){const _0x189747=a64_0xb1fa;return _0x83cce6[_0x189747(0x15a)](_0x3d57fc,_0x40cacd);},'CXsbl':function(_0x2ed382,_0x40501){const _0x3cbc25=a64_0xb1fa;return _0x83cce6[_0x3cbc25(0x163)](_0x2ed382,_0x40501);},'GnmHH':_0x83cce6[_0x15bd47(0x144)],'MFNNP':function(_0x748e2c,_0x4219ca){const _0x2bf313=_0x15bd47;return _0x83cce6[_0x2bf313(0x15a)](_0x748e2c,_0x4219ca);}};fs['writeFile'](_0x1e9cd0,JSON['stringify'](_0x56874d),_0x2905be=>{const _0x36b16a=_0x15bd47;_0x2905be&&(logger[_0x36b16a(0x169)](_0x36b16a(0x12a)+_0x2905be),_0x792075[_0x36b16a(0x156)](_0x6cfa29,null)),logger[_0x36b16a(0x139)](_0x792075['CXsbl'](_0x792075[_0x36b16a(0x15e)],_0x1e9cd0)),_0x792075['MFNNP'](_0x6cfa29,_0x1e9cd0);});});}}function a64_0x53e7(){const _0x14f306=['Error\x20creating\x20percy\x20config:\x20','automate','token','BROWSERSTACK_TESTHUB_UUID','close','iUIyl','tmpdir','icRnZ','healthcheck','Hfehw','2ORCpTe','SIZKJ','percyOptions','Uaoex','skpOp','debug','6zkizhU','3121720gnvcgq','blGvr','MRZKj','percy/healthcheck','257455LYAGln','GET','flags','cMhBD','./PercyBinary','qZxrE','hwCES','nodeRequest','stderr','ENV_VAR','fetchPercyToken','ofgsR','PERCY_SERVER_ADDRESS','data','1587964eZmOHU','stdout','isProcessRunning','push','377367kjUfsI','createWriteStream','version','20NilrgP','gvikk','Kssef','Percy\x20config\x20created\x20at\x20','tDDNz','projectName','dtvvq',':start','9jDnZgv','app','GnmHH','createPercyConfig','assign','tBArV','exec','BVlio','join','winstonLogger','ZccwL','percy.log','env','error','exec:stop','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','exports','percy.json','path','9957497WYzvtX','../helper','Percy\x20fetch\x20token\x20success','pipe','isRunning','http://localhost:5338','2221152axWTlF','166226NZcJjj','mXBGK'];a64_0x53e7=function(){return _0x14f306;};return a64_0x53e7();}module[a64_0x530204(0x16c)]=Percy;
@@ -1 +1 @@
1
- function a65_0x2629(){const _0x584775=['pwyZb','neCAX','uIZju','eWUKr','cwd','FMjPo','7pqUuad','join','--version','MMwsP','wVANz','/Users/','odwWu','Error\x20trying\x20to\x20download\x20percy\x20binary','undefined','close','COcDq','fPBWp','2554528NHGRri','HOME','OpNke','1410519WPwwBp','OJxCT','getBinaryPath','FxmyG','proxyHost','BBGCD','match','zpJlV','uCTwe','jiQbQ','createWriteStream','3936TIRkWF','/percy-win.zip','4lDgxaI','6227280ctcVyB','WAIOd','SOqbB','ULPLY','chmod','LNAME','darwin','accessSync','.zip','GuQHN','FCBFw','diMIx','R_OK','function','readEntry','QAhlb','VzZum','HOMEPATH','iTdZO','TxDhK','win32','X_OK','hoKOE','Nyjcm','rhKlo','Nepyt','HOMEDRIVE','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','VaLJQ','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','child_process','SPyEb','juWAX','rKuPg','test','BjEqi','fileName','/percy-osx.zip','klvlH','DLfsd','bHkBf','xwnVm','lACtX','platform','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','MXPhV','eIEyB','useCaCertificate','homedir','exports','qpAxF','oiAHI','116txBVSc','jXDWw','error','Qadfb','nEjBP','linux','RmZuP','url','0755','once','NjQDK','1085SWpezg','parse','USERPROFILE','end','jfNqZ','AZFfi','follow-redirects','fyYvW','.browserstack','lazyEntries','QhCiz','GdQve','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','readFileSync','USERNAME','daihE','/home/','1155297IxDqxB','validateBinary','yauzl','6391xOHVgF','3052215iUwshb','proxyPort','WHnns','winstonLogger','RwKXq','UyHBt','pipe','LFhxc','aDApv','https-proxy-agent','/percy-linux.zip','openReadStream','percy.exe','10wZWKuz'];a65_0x2629=function(){return _0x584775;};return a65_0x2629();}const a65_0x4c4c9c=a65_0x2dab;(function(_0x3d522d,_0xad0355){const _0x389043=a65_0x2dab,_0x16a8b4=_0x3d522d();while(!![]){try{const _0x505fc9=parseInt(_0x389043(0xdf))/0x1*(parseInt(_0x389043(0xc0))/0x2)+parseInt(_0x389043(0xdc))/0x3*(-parseInt(_0x389043(0x110))/0x4)+-parseInt(_0x389043(0xcb))/0x5*(parseInt(_0x389043(0x10e))/0x6)+-parseInt(_0x389043(0xf4))/0x7*(-parseInt(_0x389043(0x100))/0x8)+-parseInt(_0x389043(0xe0))/0x9+parseInt(_0x389043(0xed))/0xa*(-parseInt(_0x389043(0x103))/0xb)+parseInt(_0x389043(0x111))/0xc;if(_0x505fc9===_0xad0355)break;else _0x16a8b4['push'](_0x16a8b4['shift']());}catch(_0x395c86){_0x16a8b4['push'](_0x16a8b4['shift']());}}}(a65_0x2629,0x34467));const {https}=require(a65_0x4c4c9c(0xd1)),url=require(a65_0x4c4c9c(0xc7)),yauzl=require(a65_0x4c4c9c(0xde)),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a65_0x4c4c9c(0xaa)),HttpsProxyAgent=require(a65_0x4c4c9c(0xe9)),logger=require('../logger')[a65_0x4c4c9c(0xe3)];class PercyBinary{#hostOS=process[a65_0x4c4c9c(0xb7)];#httpPath=null;#binaryName='percy';#orderedPaths=[path['join'](this.#homedir(),a65_0x4c4c9c(0xd3)),process[a65_0x4c4c9c(0xf2)](),os['tmpdir']()];constructor(){const _0xa7affd=a65_0x4c4c9c,_0x1980d6={};_0x1980d6['BjEqi']='https://github.com/percy/cli/releases/latest/download',_0x1980d6[_0xa7affd(0xb4)]=function(_0x866ee9,_0x101df4){return _0x866ee9+_0x101df4;},_0x1980d6[_0xa7affd(0x11c)]=_0xa7affd(0xb1),_0x1980d6['uIZju']=_0xa7affd(0x10f),_0x1980d6[_0xa7affd(0xc4)]=_0xa7affd(0xec),_0x1980d6[_0xa7affd(0x124)]=function(_0x354e21,_0x2306c8){return _0x354e21+_0x2306c8;},_0x1980d6[_0xa7affd(0xd5)]=_0xa7affd(0xea);const _0x41daa6=_0x1980d6,_0x1f821b=_0x41daa6[_0xa7affd(0xaf)];if(this.#hostOS[_0xa7affd(0x109)](/darwin|mac os/i))this.#httpPath=_0x41daa6[_0xa7affd(0xb4)](_0x1f821b,_0x41daa6['diMIx']);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x41daa6[_0xa7affd(0xb4)](_0x1f821b,_0x41daa6[_0xa7affd(0xf0)]),this.#binaryName=_0x41daa6[_0xa7affd(0xc4)]):this.#httpPath=_0x41daa6[_0xa7affd(0x124)](_0x1f821b,_0x41daa6[_0xa7affd(0xd5)]);}#getAvailableDirs(){const _0x19b451=a65_0x4c4c9c,_0x587415={};_0x587415[_0x19b451(0xa8)]=function(_0x566f4d,_0x40f53c){return _0x566f4d<_0x40f53c;},_0x587415['cUJNa']=_0x19b451(0xfb);const _0x2760a6=_0x587415;for(var _0x17fb9e=0x0;_0x2760a6[_0x19b451(0xa8)](_0x17fb9e,this.#orderedPaths['length']);_0x17fb9e++){var _0x446bf7=this.#orderedPaths[_0x17fb9e];if(this.#makePath(_0x446bf7))return _0x446bf7;}throw new Error(_0x2760a6['cUJNa']);}#makePath(_0x2cb41c){try{return!this.#checkPath(_0x2cb41c)&&fs['mkdirSync'](_0x2cb41c),!![];}catch{return![];}}#checkPath(_0x39ce38,_0xe7777b){const _0x11073b=a65_0x4c4c9c,_0x24d3c4={};_0x24d3c4['jXDWw']=function(_0x4dfbeb,_0x3b4637){return _0x4dfbeb|_0x3b4637;},_0x24d3c4[_0x11073b(0xbe)]=function(_0x23a388,_0x457473){return _0x23a388!==_0x457473;},_0x24d3c4[_0x11073b(0x114)]=_0x11073b(0xfc);const _0xb98edc=_0x24d3c4;_0xe7777b=_0xe7777b||_0xb98edc[_0x11073b(0xc1)](fs[_0x11073b(0x11d)],fs['W_OK']);try{return fs[_0x11073b(0x118)](_0x39ce38,_0xe7777b),!![];}catch(_0x34e5bb){if(_0xb98edc[_0x11073b(0xbe)](typeof fs[_0x11073b(0x118)],_0xb98edc[_0x11073b(0x114)]))return![];try{return fs['statSync'](_0x39ce38),!![];}catch(_0x3b88e8){return![];}}}async[a65_0x4c4c9c(0x105)](_0x5abc93){const _0x118d57=a65_0x4c4c9c,_0x2eb6b8={};_0x2eb6b8[_0x118d57(0xc3)]='Corrupt\x20percy\x20binary,\x20retrying';const _0x496594=_0x2eb6b8;var _0x2e2b5d=this.#getAvailableDirs(),_0x4e85cd=path[_0x118d57(0xf5)](_0x2e2b5d,this.#binaryName);if(this.#checkPath(_0x4e85cd,fs[_0x118d57(0x126)]))return _0x4e85cd;const _0xe1faaf=await this['download'](_0x5abc93,_0x2e2b5d),_0x37339e=await this[_0x118d57(0xdd)](_0xe1faaf);if(!_0x37339e)return logger[_0x118d57(0xc2)](_0x496594['Qadfb']),await this['download'](_0x5abc93,_0x2e2b5d);return _0xe1faaf;}async[a65_0x4c4c9c(0xdd)](_0x5245d1){const _0x1a52af=a65_0x4c4c9c,_0x2113a5={'COcDq':function(_0xdee7f6,_0x3a9c13){return _0xdee7f6(_0x3a9c13);},'FCBFw':function(_0x3baaa1,_0x536677,_0x1d0d59){return _0x3baaa1(_0x536677,_0x1d0d59);},'ktQth':_0x1a52af(0xf6),'oiAHI':'data','YzSLI':'close'},_0x3e0a40=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x515d19,_0x3a75a7)=>{const _0x534608=_0x1a52af,_0x2f310a={'uCTwe':function(_0x269465,_0x961b71){const _0x195313=a65_0x2dab;return _0x2113a5[_0x195313(0xfe)](_0x269465,_0x961b71);}},_0x2df7f3=_0x2113a5[_0x534608(0x11b)](spawn,_0x5245d1,[_0x2113a5['ktQth']]);_0x2df7f3['stdout']['on'](_0x2113a5[_0x534608(0xbf)],_0x48de1b=>{const _0x5879cb=_0x534608;_0x3e0a40['test'](_0x48de1b)&&_0x2f310a[_0x5879cb(0x10b)](_0x515d19,!![]);}),_0x2df7f3['on'](_0x2113a5['YzSLI'],()=>{const _0x1d8c14=_0x534608;_0x2f310a[_0x1d8c14(0x10b)](_0x515d19,![]);});});}['download'](_0x289c04,_0x42945b){const _0x2425ab=a65_0x4c4c9c,_0x3b0e10={'IsEUp':_0x2425ab(0xb8),'zpJlV':function(_0xef3878,_0x2097ad){return _0xef3878(_0x2097ad);},'BBGCD':function(_0x1467c1,_0x2043cd){return _0x1467c1(_0x2043cd);},'hcrZA':'entry','odwWu':_0x2425ab(0xc2),'jfNqZ':_0x2425ab(0xce),'RmZuP':function(_0x39d9ca,_0x2203b6){return _0x39d9ca(_0x2203b6);},'FfaYU':function(_0x319c13,_0x5e1ac9){return _0x319c13===_0x5e1ac9;},'OpNke':_0x2425ab(0xc8),'Nepyt':_0x2425ab(0xfd),'VzZum':_0x2425ab(0xa7),'OJxCT':_0x2425ab(0xd7),'RvvcX':function(_0x4286e6,_0x5712b2){return _0x4286e6(_0x5712b2);},'QAhlb':function(_0x28d443,_0x20389a){return _0x28d443+_0x20389a;},'BIppx':_0x2425ab(0x119),'fyYvW':_0x2425ab(0xa9)};!this.#checkPath(_0x42945b)&&fs['mkdirSync'](_0x42945b);const _0x1b0ca4=this.#binaryName,_0x246333=path['join'](_0x42945b,_0x3b0e10[_0x2425ab(0x120)](_0x1b0ca4,_0x3b0e10['BIppx'])),_0x416d69=path[_0x2425ab(0xf5)](_0x42945b,_0x1b0ca4),_0x345e40=fs[_0x2425ab(0x10d)](_0x246333),_0x50eb28=url[_0x2425ab(0xcc)](this.#httpPath);if(_0x289c04[_0x2425ab(0x107)]&&_0x289c04[_0x2425ab(0xe1)]){const _0x51ad22={};_0x51ad22['host']=_0x289c04[_0x2425ab(0x107)],_0x51ad22['port']=_0x289c04['proxyPort'],_0x50eb28['agent']=new HttpsProxyAgent(_0x51ad22);}if(_0x289c04[_0x2425ab(0xbb)])try{_0x50eb28['ca']=fs[_0x2425ab(0xd8)](_0x289c04['useCaCertificate']);}catch(_0x588bfe){logger[_0x2425ab(0xc2)](_0x3b0e10[_0x2425ab(0xd2)],_0x588bfe);}return new Promise((_0x3ad62d,_0xfae1d9)=>{const _0x16c1fc=_0x2425ab,_0x54b476={'rKuPg':_0x3b0e10[_0x16c1fc(0x104)],'neCAX':function(_0x4fc99f,_0x3d5334){return _0x3b0e10['RvvcX'](_0x4fc99f,_0x3d5334);}};https['get'](_0x50eb28,function(_0x10a520){const _0x54078a=_0x16c1fc,_0x2a6616={'SPyEb':_0x3b0e10['IsEUp'],'WAIOd':function(_0x49898f,_0x4e81f0){return _0x3b0e10['zpJlV'](_0x49898f,_0x4e81f0);},'lACtX':function(_0x129e2f,_0x24f6bd){const _0x3c94f7=a65_0x2dab;return _0x3b0e10[_0x3c94f7(0x108)](_0x129e2f,_0x24f6bd);},'fPBWp':function(_0x88c98a,_0x2bb891){const _0x52adc5=a65_0x2dab;return _0x3b0e10[_0x52adc5(0x10a)](_0x88c98a,_0x2bb891);},'HHllQ':_0x3b0e10['hcrZA'],'klvlH':_0x3b0e10[_0x54078a(0xfa)],'xwnVm':_0x3b0e10[_0x54078a(0xcf)],'wVANz':function(_0x4e8495,_0x268fca){const _0x3fb67c=_0x54078a;return _0x3b0e10[_0x3fb67c(0xc6)](_0x4e8495,_0x268fca);},'GuQHN':function(_0x20554c,_0x423e45){return _0x3b0e10['FfaYU'](_0x20554c,_0x423e45);},'FxmyG':_0x3b0e10[_0x54078a(0x102)]};_0x10a520[_0x54078a(0xe6)](_0x345e40),_0x10a520['on'](_0x3b0e10[_0x54078a(0xfa)],function(_0x325dd7){const _0xcd28b9=_0x54078a;logger[_0xcd28b9(0xc2)](_0x2a6616[_0xcd28b9(0xab)],_0x325dd7),_0x2a6616[_0xcd28b9(0x112)](_0xfae1d9,_0x325dd7);}),_0x345e40['on'](_0x3b0e10[_0x54078a(0xfa)],function(_0x32fa02){const _0x308d3d=_0x54078a;logger[_0x308d3d(0xc2)](_0x54b476[_0x308d3d(0xad)],_0x32fa02),_0x54b476[_0x308d3d(0xef)](_0xfae1d9,_0x32fa02);}),_0x345e40['on'](_0x3b0e10[_0x54078a(0xa5)],function(){const _0x57d705=_0x54078a,_0x51d65b={'UyHBt':function(_0x411d64,_0x51f6db){const _0x502d7b=a65_0x2dab;return _0x2a6616[_0x502d7b(0xf8)](_0x411d64,_0x51f6db);},'DLfsd':_0x2a6616[_0x57d705(0xb5)],'GdQve':function(_0x4cf7c0,_0x25581f){const _0x4e65fc=_0x57d705;return _0x2a6616[_0x4e65fc(0x11a)](_0x4cf7c0,_0x25581f);},'hoKOE':_0x2a6616[_0x57d705(0x106)]},_0x48c5e8={};_0x48c5e8[_0x57d705(0xd4)]=!![],yauzl['open'](_0x246333,_0x48c5e8,function(_0x3d94ba,_0xadbd89){const _0x852510=_0x57d705,_0x11deb0={'AZFfi':function(_0x2e4439,_0x1fb810){const _0x403a32=a65_0x2dab;return _0x2a6616[_0x403a32(0x112)](_0x2e4439,_0x1fb810);},'MXPhV':function(_0x4539c4,_0x2cb1e1){return _0x2a6616['lACtX'](_0x4539c4,_0x2cb1e1);},'FMjPo':function(_0x460970,_0x2f1644){const _0x9ff151=a65_0x2dab;return _0x2a6616[_0x9ff151(0xff)](_0x460970,_0x2f1644);}};_0x3d94ba&&_0x2a6616[_0x852510(0xb6)](_0xfae1d9,_0x3d94ba),_0xadbd89[_0x852510(0x11f)](),_0xadbd89['on'](_0x2a6616['HHllQ'],_0x485ca6=>{const _0x2fdb91=_0x852510,_0x4b99f3={'giRKa':function(_0x576c46,_0x56cdb8){const _0x560e8e=a65_0x2dab;return _0x51d65b[_0x560e8e(0xe5)](_0x576c46,_0x56cdb8);},'eIEyB':_0x51d65b[_0x2fdb91(0xb3)]};if(/\/$/[_0x2fdb91(0xae)](_0x485ca6[_0x2fdb91(0xb0)]))_0xadbd89[_0x2fdb91(0x11f)]();else{const _0x217d55=fs[_0x2fdb91(0x10d)](path[_0x2fdb91(0xf5)](_0x42945b,_0x485ca6[_0x2fdb91(0xb0)]));_0xadbd89[_0x2fdb91(0xeb)](_0x485ca6,function(_0x2cf8d6,_0x4fdcda){const _0x31691d=_0x2fdb91;_0x2cf8d6&&_0x4b99f3['giRKa'](_0xfae1d9,_0x3d94ba),_0x4fdcda['on'](_0x4b99f3[_0x31691d(0xba)],function(){_0x217d55['close'](),_0xadbd89['readEntry']();}),_0x4fdcda[_0x31691d(0xe6)](_0x217d55);}),_0x51d65b[_0x2fdb91(0xd6)](_0x485ca6[_0x2fdb91(0xb0)],_0x1b0ca4)&&_0xadbd89[_0x2fdb91(0xfd)]();}}),_0xadbd89['on'](_0x2a6616[_0x852510(0xb2)],_0x2736f8=>{const _0x4c7c20=_0x852510;_0x11deb0[_0x4c7c20(0xd0)](_0xfae1d9,_0x2736f8);}),_0xadbd89[_0x852510(0xc9)](_0x2a6616[_0x852510(0xb5)],()=>{const _0x23940c=_0x852510;fs[_0x23940c(0x115)](_0x416d69,_0x51d65b[_0x23940c(0x127)],function(_0x4709b7){const _0x58f82e=_0x23940c;_0x4709b7&&_0x11deb0[_0x58f82e(0xb9)](_0xfae1d9,_0x4709b7),_0x11deb0[_0x58f82e(0xf3)](_0x3ad62d,_0x416d69);}),_0xadbd89[_0x23940c(0xfd)]();});});});})['on'](_0x3b0e10[_0x16c1fc(0xfa)],function(_0x4e220d){const _0x4bb139=_0x16c1fc;logger[_0x4bb139(0xc2)](_0x3b0e10[_0x4bb139(0x121)],_0x4e220d),_0x3b0e10[_0x4bb139(0x10a)](_0xfae1d9,_0x4e220d);});});}#homedir(){const _0x3d7b22=a65_0x4c4c9c,_0x392111={};_0x392111['rhKlo']=function(_0x4b777b,_0x48379f){return _0x4b777b===_0x48379f;},_0x392111[_0x3d7b22(0xee)]=_0x3d7b22(0x11e),_0x392111[_0x3d7b22(0xda)]=function(_0x4f0bf5,_0x304286){return _0x4f0bf5===_0x304286;},_0x392111[_0x3d7b22(0x123)]=_0x3d7b22(0x125),_0x392111[_0x3d7b22(0xe2)]=function(_0x3ca66c,_0x1f7195){return _0x3ca66c+_0x1f7195;},_0x392111[_0x3d7b22(0xf7)]=_0x3d7b22(0x117),_0x392111[_0x3d7b22(0xf1)]=function(_0x24396c,_0x491322){return _0x24396c+_0x491322;},_0x392111['jiQbQ']=_0x3d7b22(0xf9),_0x392111[_0x3d7b22(0x128)]=function(_0x27049a,_0x2e9908){return _0x27049a===_0x2e9908;},_0x392111['RwKXq']=_0x3d7b22(0xc5),_0x392111[_0x3d7b22(0xe8)]=function(_0x452d2d,_0x78e8b2){return _0x452d2d===_0x78e8b2;},_0x392111[_0x3d7b22(0x113)]='/root',_0x392111[_0x3d7b22(0xca)]=function(_0x31545a,_0x59c1f0){return _0x31545a+_0x59c1f0;},_0x392111[_0x3d7b22(0xac)]=_0x3d7b22(0xdb),_0x392111['LFhxc']=function(_0x2495da,_0x4a7227){return _0x2495da||_0x4a7227;};const _0x1ff4c3=_0x392111;if(_0x1ff4c3[_0x3d7b22(0x129)](typeof os[_0x3d7b22(0xbc)],_0x1ff4c3[_0x3d7b22(0xee)]))return os['homedir']();const _0x5297b0=process['env'],_0x272b35=_0x5297b0[_0x3d7b22(0x101)],_0x139574=_0x5297b0['LOGNAME']||_0x5297b0['USER']||_0x5297b0[_0x3d7b22(0x116)]||_0x5297b0[_0x3d7b22(0xd9)];if(_0x1ff4c3[_0x3d7b22(0xda)](process[_0x3d7b22(0xb7)],_0x1ff4c3[_0x3d7b22(0x123)]))return _0x5297b0[_0x3d7b22(0xcd)]||_0x1ff4c3[_0x3d7b22(0xe2)](_0x5297b0[_0x3d7b22(0xa6)],_0x5297b0[_0x3d7b22(0x122)])||_0x272b35||null;if(_0x1ff4c3[_0x3d7b22(0x129)](process[_0x3d7b22(0xb7)],_0x1ff4c3[_0x3d7b22(0xf7)]))return _0x272b35||(_0x139574?_0x1ff4c3[_0x3d7b22(0xf1)](_0x1ff4c3[_0x3d7b22(0x10c)],_0x139574):null);if(_0x1ff4c3[_0x3d7b22(0x128)](process['platform'],_0x1ff4c3[_0x3d7b22(0xe4)]))return _0x272b35||(_0x1ff4c3['aDApv'](process['getuid'](),0x0)?_0x1ff4c3[_0x3d7b22(0x113)]:_0x139574?_0x1ff4c3['NjQDK'](_0x1ff4c3['juWAX'],_0x139574):null);return _0x1ff4c3[_0x3d7b22(0xe7)](_0x272b35,null);}}function a65_0x2dab(_0x37539c,_0x4dacb1){const _0x262941=a65_0x2629();return a65_0x2dab=function(_0x2dab6f,_0x562cc9){_0x2dab6f=_0x2dab6f-0xa5;let _0xa1f1cf=_0x262941[_0x2dab6f];return _0xa1f1cf;},a65_0x2dab(_0x37539c,_0x4dacb1);}module[a65_0x4c4c9c(0xbd)]=PercyBinary;
1
+ const a65_0x1c132b=a65_0x244a;(function(_0x5685e6,_0x10cb26){const _0x1f2740=a65_0x244a,_0x539611=_0x5685e6();while(!![]){try{const _0x2c8add=parseInt(_0x1f2740(0x151))/0x1*(parseInt(_0x1f2740(0x176))/0x2)+parseInt(_0x1f2740(0x148))/0x3*(-parseInt(_0x1f2740(0x16d))/0x4)+parseInt(_0x1f2740(0x18e))/0x5+-parseInt(_0x1f2740(0x190))/0x6*(-parseInt(_0x1f2740(0x170))/0x7)+parseInt(_0x1f2740(0x16c))/0x8*(-parseInt(_0x1f2740(0x19f))/0x9)+parseInt(_0x1f2740(0x150))/0xa+-parseInt(_0x1f2740(0x134))/0xb*(-parseInt(_0x1f2740(0x17c))/0xc);if(_0x2c8add===_0x10cb26)break;else _0x539611['push'](_0x539611['shift']());}catch(_0x34b90e){_0x539611['push'](_0x539611['shift']());}}}(a65_0x57e7,0x4acb9));const {https}=require(a65_0x1c132b(0x15e)),url=require(a65_0x1c132b(0x13c)),yauzl=require('yauzl'),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a65_0x1c132b(0x140)),HttpsProxyAgent=require(a65_0x1c132b(0x1a6)),logger=require('../logger')['winstonLogger'];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a65_0x1c132b(0x17f);#orderedPaths=[path[a65_0x1c132b(0x12d)](this.#homedir(),a65_0x1c132b(0x177)),process[a65_0x1c132b(0x16e)](),os[a65_0x1c132b(0x181)]()];constructor(){const _0x267e8f=a65_0x1c132b,_0x26cab7={};_0x26cab7[_0x267e8f(0x172)]=_0x267e8f(0x12b),_0x26cab7[_0x267e8f(0x191)]=function(_0xcfdcaa,_0x1c4d5e){return _0xcfdcaa+_0x1c4d5e;},_0x26cab7[_0x267e8f(0x137)]=_0x267e8f(0x159),_0x26cab7[_0x267e8f(0x1ab)]=function(_0xb6bc69,_0x5b5ff3){return _0xb6bc69+_0x5b5ff3;},_0x26cab7['bskUx']=_0x267e8f(0x19d),_0x26cab7[_0x267e8f(0x12f)]=_0x267e8f(0x178),_0x26cab7[_0x267e8f(0x194)]=_0x267e8f(0x169);const _0x4ad8b9=_0x26cab7,_0x1ba1a3=_0x4ad8b9['WWUaZ'];if(this.#hostOS[_0x267e8f(0x174)](/darwin|mac os/i))this.#httpPath=_0x4ad8b9[_0x267e8f(0x191)](_0x1ba1a3,_0x4ad8b9[_0x267e8f(0x137)]);else this.#hostOS[_0x267e8f(0x174)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x4ad8b9[_0x267e8f(0x1ab)](_0x1ba1a3,_0x4ad8b9[_0x267e8f(0x1a1)]),this.#binaryName=_0x4ad8b9['lWbYj']):this.#httpPath=_0x4ad8b9[_0x267e8f(0x1ab)](_0x1ba1a3,_0x4ad8b9[_0x267e8f(0x194)]);}#getAvailableDirs(){const _0x4daae5=a65_0x1c132b,_0x534779={};_0x534779[_0x4daae5(0x198)]=function(_0x592310,_0x4ac96d){return _0x592310<_0x4ac96d;},_0x534779[_0x4daae5(0x15d)]=_0x4daae5(0x195);const _0x59485a=_0x534779;for(var _0x40b9ae=0x0;_0x59485a[_0x4daae5(0x198)](_0x40b9ae,this.#orderedPaths[_0x4daae5(0x16b)]);_0x40b9ae++){var _0x46ad6e=this.#orderedPaths[_0x40b9ae];if(this.#makePath(_0x46ad6e))return _0x46ad6e;}throw new Error(_0x59485a[_0x4daae5(0x15d)]);}#makePath(_0x4a3cfa){const _0x388d72=a65_0x1c132b;try{return!this.#checkPath(_0x4a3cfa)&&fs[_0x388d72(0x13b)](_0x4a3cfa),!![];}catch{return![];}}#checkPath(_0xd94323,_0x4d748a){const _0x490f96=a65_0x1c132b,_0x202e48={};_0x202e48[_0x490f96(0x1ac)]=function(_0x282266,_0x1a2591){return _0x282266|_0x1a2591;},_0x202e48[_0x490f96(0x184)]=function(_0x5f2bf9,_0x339ac3){return _0x5f2bf9!==_0x339ac3;},_0x202e48[_0x490f96(0x162)]=_0x490f96(0x15f);const _0xf791f4=_0x202e48;_0x4d748a=_0x4d748a||_0xf791f4[_0x490f96(0x1ac)](fs[_0x490f96(0x167)],fs[_0x490f96(0x149)]);try{return fs['accessSync'](_0xd94323,_0x4d748a),!![];}catch(_0x303dfe){if(_0xf791f4[_0x490f96(0x184)](typeof fs[_0x490f96(0x1a5)],_0xf791f4['yBRaX']))return![];try{return fs['statSync'](_0xd94323),!![];}catch(_0x260c18){return![];}}}async[a65_0x1c132b(0x147)](_0x5206f9){const _0x491164=a65_0x1c132b,_0xcaf03d={};_0xcaf03d['sUzld']=_0x491164(0x185);const _0x4f121f=_0xcaf03d;var _0x298e52=this.#getAvailableDirs(),_0x11cb7e=path[_0x491164(0x12d)](_0x298e52,this.#binaryName);if(this.#checkPath(_0x11cb7e,fs[_0x491164(0x187)]))return _0x11cb7e;const _0x2efcac=await this[_0x491164(0x14a)](_0x5206f9,_0x298e52),_0x5b60fd=await this['validateBinary'](_0x2efcac);if(!_0x5b60fd)return logger[_0x491164(0x145)](_0x4f121f[_0x491164(0x136)]),await this['download'](_0x5206f9,_0x298e52);return _0x2efcac;}async['validateBinary'](_0x51d6b1){const _0x533f6e=a65_0x1c132b,_0x6bd09f={'XuELf':function(_0x29c05f,_0x49a81d){return _0x29c05f(_0x49a81d);},'QjKnK':function(_0x6da998,_0x109fbb,_0x49bf96){return _0x6da998(_0x109fbb,_0x49bf96);},'LaMdK':_0x533f6e(0x18d),'pJFIv':_0x533f6e(0x1a8),'keYuH':_0x533f6e(0x1a0)},_0x3bcf6f=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x4995a4,_0x1c3657)=>{const _0x4ff53f=_0x533f6e,_0x3d3910={'odHJS':function(_0x41c34e,_0x219181){return _0x6bd09f['XuELf'](_0x41c34e,_0x219181);}},_0x59c2f7=_0x6bd09f[_0x4ff53f(0x18c)](spawn,_0x51d6b1,[_0x6bd09f[_0x4ff53f(0x189)]]);_0x59c2f7[_0x4ff53f(0x17d)]['on'](_0x6bd09f[_0x4ff53f(0x14c)],_0x23acc9=>{const _0x2abd3a=_0x4ff53f;_0x3bcf6f[_0x2abd3a(0x17a)](_0x23acc9)&&_0x3d3910[_0x2abd3a(0x171)](_0x4995a4,!![]);}),_0x59c2f7['on'](_0x6bd09f[_0x4ff53f(0x153)],()=>{const _0x3b1420=_0x4ff53f;_0x3d3910[_0x3b1420(0x171)](_0x4995a4,![]);});});}[a65_0x1c132b(0x14a)](_0xd963ce,_0x15f582){const _0x26d04d=a65_0x1c132b,_0x538c08={'RxrJX':function(_0x5ad1e2,_0x18b7f6){return _0x5ad1e2(_0x18b7f6);},'gOdkm':_0x26d04d(0x146),'TFiiF':function(_0x4ab33a,_0x25bd39){return _0x4ab33a(_0x25bd39);},'MzcqN':_0x26d04d(0x183),'adFel':_0x26d04d(0x145),'dVfSF':'end','QnnQv':function(_0x40e38f,_0x5d670b){return _0x40e38f===_0x5d670b;},'pfmeg':'close','vOKsq':'Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','MpJwr':function(_0x306f2b,_0x299f1d){return _0x306f2b(_0x299f1d);},'JzDCW':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','JSrdi':_0x26d04d(0x161),'HsErU':function(_0x338b86,_0x4bbfe7){return _0x338b86+_0x4bbfe7;},'SSHYb':_0x26d04d(0x168),'rMxbW':_0x26d04d(0x155)};!this.#checkPath(_0x15f582)&&fs[_0x26d04d(0x13b)](_0x15f582);const _0x3335a2=this.#binaryName,_0x34f893=path['join'](_0x15f582,_0x538c08[_0x26d04d(0x193)](_0x3335a2,_0x538c08[_0x26d04d(0x182)])),_0x3d644d=path[_0x26d04d(0x12d)](_0x15f582,_0x3335a2),_0x459dff=fs[_0x26d04d(0x175)](_0x34f893),_0x5b1cde=url['parse'](this.#httpPath);if(_0xd963ce['proxyHost']&&_0xd963ce[_0x26d04d(0x14e)]){const _0x5a6e10={};_0x5a6e10[_0x26d04d(0x199)]=_0xd963ce[_0x26d04d(0x13e)],_0x5a6e10[_0x26d04d(0x152)]=_0xd963ce[_0x26d04d(0x14e)],_0x5b1cde[_0x26d04d(0x13a)]=new HttpsProxyAgent(_0x5a6e10);}if(_0xd963ce[_0x26d04d(0x16a)])try{_0x5b1cde['ca']=fs['readFileSync'](_0xd963ce[_0x26d04d(0x16a)]);}catch(_0x3e9def){logger[_0x26d04d(0x145)](_0x538c08[_0x26d04d(0x1af)],_0x3e9def);}return new Promise((_0x412f4a,_0x41bd39)=>{const _0x125a59=_0x26d04d,_0x4ff56c={'LAUWg':_0x538c08['JzDCW'],'zXWUl':function(_0x15d265,_0x194f73){const _0xc3003=a65_0x244a;return _0x538c08[_0xc3003(0x17b)](_0x15d265,_0x194f73);},'AgPVj':_0x538c08[_0x125a59(0x1a3)],'BCLty':function(_0x1125ef,_0x38dc67){const _0x2d2d3d=_0x125a59;return _0x538c08[_0x2d2d3d(0x17b)](_0x1125ef,_0x38dc67);}};https['get'](_0x5b1cde,function(_0x54fc69){const _0x296cce=_0x125a59,_0x2c90d5={'lnJEO':function(_0x58ca11,_0x4647d3){const _0x1a4528=a65_0x244a;return _0x538c08[_0x1a4528(0x166)](_0x58ca11,_0x4647d3);},'vcFTU':_0x538c08[_0x296cce(0x179)],'vjApe':function(_0x5eeb5a,_0x4c9693){const _0x34ae8f=_0x296cce;return _0x538c08[_0x34ae8f(0x17b)](_0x5eeb5a,_0x4c9693);},'SfLWx':_0x538c08[_0x296cce(0x143)],'sLUkY':_0x538c08[_0x296cce(0x129)],'DrXxg':_0x538c08[_0x296cce(0x188)],'Geode':function(_0x4f9e95,_0x553d27){const _0x532a46=_0x296cce;return _0x538c08[_0x532a46(0x197)](_0x4f9e95,_0x553d27);}};_0x54fc69['pipe'](_0x459dff),_0x54fc69['on'](_0x538c08[_0x296cce(0x129)],function(_0xae81ce){const _0x345e88=_0x296cce;logger[_0x345e88(0x145)](_0x4ff56c[_0x345e88(0x163)],_0xae81ce),_0x4ff56c[_0x345e88(0x133)](_0x41bd39,_0xae81ce);}),_0x459dff['on'](_0x538c08[_0x296cce(0x129)],function(_0x1d1a7b){const _0x4b70b0=_0x296cce;logger['error'](_0x4ff56c['AgPVj'],_0x1d1a7b),_0x4ff56c[_0x4b70b0(0x142)](_0x41bd39,_0x1d1a7b);}),_0x459dff['on'](_0x538c08[_0x296cce(0x1b0)],function(){const _0x3594b6=_0x296cce,_0x4ca745={'efQsu':function(_0x342647,_0x260059){const _0xcf9c52=a65_0x244a;return _0x2c90d5[_0xcf9c52(0x19b)](_0x342647,_0x260059);},'qqieq':_0x2c90d5[_0x3594b6(0x14b)],'tmuNl':function(_0x190f5b,_0x3cfc2b){return _0x2c90d5['Geode'](_0x190f5b,_0x3cfc2b);}},_0x1a2b3c={};_0x1a2b3c[_0x3594b6(0x15a)]=!![],yauzl[_0x3594b6(0x1a2)](_0x34f893,_0x1a2b3c,function(_0x1b7d42,_0x488dd8){const _0x46a98b=_0x3594b6,_0x55e773={'UWPrZ':function(_0x1e09d6,_0x96cc15){return _0x2c90d5['lnJEO'](_0x1e09d6,_0x96cc15);},'aHMQP':_0x2c90d5[_0x46a98b(0x196)]};_0x1b7d42&&_0x2c90d5[_0x46a98b(0x19b)](_0x41bd39,_0x1b7d42),_0x488dd8[_0x46a98b(0x1ad)](),_0x488dd8['on'](_0x2c90d5[_0x46a98b(0x139)],_0x45815c=>{const _0x5e4a82=_0x46a98b,_0x3c31ff={'PDBJl':function(_0x324e7c,_0x1f530c){return _0x4ca745['efQsu'](_0x324e7c,_0x1f530c);},'IVFGE':_0x4ca745[_0x5e4a82(0x154)]};if(/\/$/['test'](_0x45815c['fileName']))_0x488dd8['readEntry']();else{const _0x5b107f=fs[_0x5e4a82(0x175)](path[_0x5e4a82(0x12d)](_0x15f582,_0x45815c[_0x5e4a82(0x135)]));_0x488dd8[_0x5e4a82(0x14d)](_0x45815c,function(_0x50068d,_0x3c48f3){const _0x204251=_0x5e4a82;_0x50068d&&_0x3c31ff[_0x204251(0x144)](_0x41bd39,_0x1b7d42),_0x3c48f3['on'](_0x3c31ff[_0x204251(0x12e)],function(){const _0x10480b=_0x204251;_0x5b107f[_0x10480b(0x1a0)](),_0x488dd8[_0x10480b(0x1ad)]();}),_0x3c48f3[_0x204251(0x18a)](_0x5b107f);}),_0x4ca745[_0x5e4a82(0x14f)](_0x45815c[_0x5e4a82(0x135)],_0x3335a2)&&_0x488dd8[_0x5e4a82(0x1a0)]();}}),_0x488dd8['on'](_0x2c90d5[_0x46a98b(0x186)],_0x244c37=>{const _0x49963a=_0x46a98b;_0x55e773[_0x49963a(0x13f)](_0x41bd39,_0x244c37);}),_0x488dd8[_0x46a98b(0x158)](_0x2c90d5[_0x46a98b(0x14b)],()=>{const _0x569c53=_0x46a98b;fs[_0x569c53(0x1aa)](_0x3d644d,_0x55e773[_0x569c53(0x1a4)],function(_0x3f0c02){const _0x5e74cd=_0x569c53;_0x3f0c02&&_0x55e773['UWPrZ'](_0x41bd39,_0x3f0c02),_0x55e773[_0x5e74cd(0x13f)](_0x412f4a,_0x3d644d);}),_0x488dd8[_0x569c53(0x1a0)]();});});});})['on'](_0x538c08[_0x125a59(0x129)],function(_0x20b9ee){const _0x49aea9=_0x125a59;logger['error'](_0x538c08[_0x49aea9(0x15b)],_0x20b9ee),_0x538c08[_0x49aea9(0x12a)](_0x41bd39,_0x20b9ee);});});}#homedir(){const _0x1f984f=a65_0x1c132b,_0xf7767b={};_0xf7767b[_0x1f984f(0x131)]=function(_0x4cb3a7,_0x3628d1){return _0x4cb3a7===_0x3628d1;},_0xf7767b['NbecU']='function',_0xf7767b['OfETc']='win32',_0xf7767b[_0x1f984f(0x130)]=function(_0x270779,_0x4b520a){return _0x270779+_0x4b520a;},_0xf7767b[_0x1f984f(0x138)]=_0x1f984f(0x19e),_0xf7767b[_0x1f984f(0x141)]=function(_0xf49a02,_0x4d8736){return _0xf49a02+_0x4d8736;},_0xf7767b['FzcRS']=_0x1f984f(0x17e),_0xf7767b[_0x1f984f(0x156)]=_0x1f984f(0x1a7),_0xf7767b[_0x1f984f(0x18f)]=function(_0x4b62d8,_0xd0c63f){return _0x4b62d8===_0xd0c63f;},_0xf7767b[_0x1f984f(0x1a9)]='/root',_0xf7767b['ccHJA']=_0x1f984f(0x19a),_0xf7767b['Zyisf']=function(_0x4c0b4b,_0x21074a){return _0x4c0b4b||_0x21074a;};const _0x41edbb=_0xf7767b;if(_0x41edbb[_0x1f984f(0x131)](typeof os[_0x1f984f(0x157)],_0x41edbb['NbecU']))return os[_0x1f984f(0x157)]();const _0x1ed45d=process[_0x1f984f(0x160)],_0x248463=_0x1ed45d[_0x1f984f(0x16f)],_0xf525a1=_0x1ed45d[_0x1f984f(0x19c)]||_0x1ed45d[_0x1f984f(0x1ae)]||_0x1ed45d[_0x1f984f(0x192)]||_0x1ed45d[_0x1f984f(0x173)];if(_0x41edbb['CzWRT'](process['platform'],_0x41edbb[_0x1f984f(0x15c)]))return _0x1ed45d[_0x1f984f(0x180)]||_0x41edbb[_0x1f984f(0x130)](_0x1ed45d[_0x1f984f(0x12c)],_0x1ed45d[_0x1f984f(0x18b)])||_0x248463||null;if(_0x41edbb[_0x1f984f(0x131)](process[_0x1f984f(0x132)],_0x41edbb[_0x1f984f(0x138)]))return _0x248463||(_0xf525a1?_0x41edbb[_0x1f984f(0x141)](_0x41edbb[_0x1f984f(0x13d)],_0xf525a1):null);if(_0x41edbb[_0x1f984f(0x131)](process['platform'],_0x41edbb['PLcTX']))return _0x248463||(_0x41edbb['oYMYk'](process['getuid'](),0x0)?_0x41edbb[_0x1f984f(0x1a9)]:_0xf525a1?_0x41edbb[_0x1f984f(0x130)](_0x41edbb['ccHJA'],_0xf525a1):null);return _0x41edbb[_0x1f984f(0x165)](_0x248463,null);}}function a65_0x244a(_0x4e641b,_0x15e564){const _0x57e7d2=a65_0x57e7();return a65_0x244a=function(_0x244aea,_0x3f7891){_0x244aea=_0x244aea-0x129;let _0x376c8d=_0x57e7d2[_0x244aea];return _0x376c8d;},a65_0x244a(_0x4e641b,_0x15e564);}function a65_0x57e7(){const _0x5b7274=['VkrxB','LNAME','HsErU','DjEeg','Error\x20trying\x20to\x20download\x20percy\x20binary','vcFTU','QnnQv','frwgy','host','/home/','vjApe','LOGNAME','/percy-win.zip','darwin','194589LXywcf','close','bskUx','open','JSrdi','aHMQP','accessSync','https-proxy-agent','linux','data','MapEX','chmod','mzyAT','bHAiW','readEntry','USER','rMxbW','pfmeg','adFel','MpJwr','https://github.com/percy/cli/releases/latest/download','HOMEDRIVE','join','IVFGE','lWbYj','ZznPT','CzWRT','platform','zXWUl','50127gwyRaw','fileName','sUzld','ioavj','XHxqG','SfLWx','agent','mkdirSync','url','FzcRS','proxyHost','UWPrZ','child_process','biEAO','BCLty','MzcqN','PDBJl','error','0755','getBinaryPath','957939njksMN','W_OK','download','DrXxg','pJFIv','openReadStream','proxyPort','tmuNl','409690xOQmaR','1eIliFQ','port','keYuH','qqieq','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','PLcTX','homedir','once','/percy-osx.zip','lazyEntries','vOKsq','OfETc','AonOv','follow-redirects','undefined','env','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','yBRaX','LAUWg','exports','Zyisf','RxrJX','R_OK','.zip','/percy-linux.zip','useCaCertificate','length','176JLbAku','4xrMSnN','cwd','HOME','14vVfzUP','odHJS','WWUaZ','USERNAME','match','createWriteStream','805112FZkgtw','.browserstack','percy.exe','gOdkm','test','TFiiF','564SjcVTG','stdout','/Users/','percy','USERPROFILE','tmpdir','SSHYb','entry','ouyWx','Corrupt\x20percy\x20binary,\x20retrying','sLUkY','X_OK','dVfSF','LaMdK','pipe','HOMEPATH','QjKnK','--version','1922970qukSBY','oYMYk','177114ndRYxG'];a65_0x57e7=function(){return _0x5b7274;};return a65_0x57e7();}module[a65_0x1c132b(0x164)]=PercyBinary;
@@ -1 +1 @@
1
- var a66_0x1734dd=a66_0x774e;function a66_0x774e(_0x2df013,_0x15905b){var _0x44d498=a66_0x44d4();return a66_0x774e=function(_0x774e9f,_0x84202a){_0x774e9f=_0x774e9f-0x1ad;var _0x4fa672=_0x44d498[_0x774e9f];return _0x4fa672;},a66_0x774e(_0x2df013,_0x15905b);}(function(_0x598d7b,_0x5d5d1b){var _0x1f18df=a66_0x774e,_0x235661=_0x598d7b();while(!![]){try{var _0x13c73c=-parseInt(_0x1f18df(0x1ba))/0x1*(parseInt(_0x1f18df(0x1b4))/0x2)+parseInt(_0x1f18df(0x1b6))/0x3*(-parseInt(_0x1f18df(0x1af))/0x4)+parseInt(_0x1f18df(0x1bc))/0x5*(-parseInt(_0x1f18df(0x1b5))/0x6)+-parseInt(_0x1f18df(0x1bb))/0x7*(parseInt(_0x1f18df(0x1b7))/0x8)+-parseInt(_0x1f18df(0x1b3))/0x9*(parseInt(_0x1f18df(0x1ae))/0xa)+-parseInt(_0x1f18df(0x1b1))/0xb*(-parseInt(_0x1f18df(0x1b2))/0xc)+parseInt(_0x1f18df(0x1b8))/0xd;if(_0x13c73c===_0x5d5d1b)break;else _0x235661['push'](_0x235661['shift']());}catch(_0x227845){_0x235661['push'](_0x235661['shift']());}}}(a66_0x44d4,0xe901d));class PercyCaptureMap{#map={};[a66_0x1734dd(0x1b0)](_0x3aa5db,_0x31f831){!this.#map[_0x3aa5db]&&(this.#map[_0x3aa5db]={}),!this.#map[_0x3aa5db][_0x31f831]&&(this.#map[_0x3aa5db][_0x31f831]=0x0),this.#map[_0x3aa5db][_0x31f831]++;}[a66_0x1734dd(0x1ad)](_0x680bc8,_0x5f0d78){var _0x2b7e4c=a66_0x1734dd;return _0x680bc8+'-'+_0x5f0d78+'-'+this[_0x2b7e4c(0x1b9)](_0x680bc8,_0x5f0d78);}[a66_0x1734dd(0x1b9)](_0x3b7fe0,_0x137c5e){if(!this.#map[_0x3b7fe0])return 0x0;if(!this.#map[_0x3b7fe0][_0x137c5e])return 0x0;return this.#map[_0x3b7fe0][_0x137c5e];}}module[a66_0x1734dd(0x1bd)]=PercyCaptureMap;function a66_0x44d4(){var _0x3f8ad7=['1299ysEMdF','17208RtklRO','83217576UTtJUm','get','11UClXLM','2191NwqZZr','5cUCcvx','exports','getName','61290FXKEsg','15332NwjiVw','increment','33cozssp','1389324gUbSss','54apiKmU','300394LqKBIi','10634358LzdABw'];a66_0x44d4=function(){return _0x3f8ad7;};return a66_0x44d4();}
1
+ var a66_0x562381=a66_0x2c16;function a66_0x2c16(_0x410cb1,_0x2a2a95){var _0x4ede00=a66_0x4ede();return a66_0x2c16=function(_0x2c16c3,_0x1cd498){_0x2c16c3=_0x2c16c3-0xc6;var _0x4238b1=_0x4ede00[_0x2c16c3];return _0x4238b1;},a66_0x2c16(_0x410cb1,_0x2a2a95);}(function(_0x2701d4,_0xe65d55){var _0x22d965=a66_0x2c16,_0x1645f2=_0x2701d4();while(!![]){try{var _0x15d4e0=parseInt(_0x22d965(0xd0))/0x1+parseInt(_0x22d965(0xc6))/0x2*(-parseInt(_0x22d965(0xd6))/0x3)+parseInt(_0x22d965(0xcd))/0x4*(parseInt(_0x22d965(0xd5))/0x5)+parseInt(_0x22d965(0xd1))/0x6*(-parseInt(_0x22d965(0xd2))/0x7)+parseInt(_0x22d965(0xcc))/0x8*(parseInt(_0x22d965(0xcb))/0x9)+-parseInt(_0x22d965(0xc8))/0xa*(-parseInt(_0x22d965(0xd4))/0xb)+-parseInt(_0x22d965(0xce))/0xc*(parseInt(_0x22d965(0xd3))/0xd);if(_0x15d4e0===_0xe65d55)break;else _0x1645f2['push'](_0x1645f2['shift']());}catch(_0xa4ec54){_0x1645f2['push'](_0x1645f2['shift']());}}}(a66_0x4ede,0x1f71e));class PercyCaptureMap{#map={};[a66_0x562381(0xca)](_0x3a275c,_0x3ad579){!this.#map[_0x3a275c]&&(this.#map[_0x3a275c]={}),!this.#map[_0x3a275c][_0x3ad579]&&(this.#map[_0x3a275c][_0x3ad579]=0x0),this.#map[_0x3a275c][_0x3ad579]++;}[a66_0x562381(0xc7)](_0x2a18ee,_0x4be572){return _0x2a18ee+'-'+_0x4be572+'-'+this['get'](_0x2a18ee,_0x4be572);}[a66_0x562381(0xcf)](_0x54d01a,_0x3043e4){if(!this.#map[_0x54d01a])return 0x0;if(!this.#map[_0x54d01a][_0x3043e4])return 0x0;return this.#map[_0x54d01a][_0x3043e4];}}module[a66_0x562381(0xc9)]=PercyCaptureMap;function a66_0x4ede(){var _0x1a0b68=['9ywKAkn','1431640bpfDxK','96LQnnvf','1896BdtZsc','get','196421GwMPHS','36yotbHy','28616tSWyxS','42367ofrSOg','11bkwbPO','53305lwhcSN','303KVXdfK','1906rvUJpn','getName','1332610lygwfX','exports','increment'];a66_0x4ede=function(){return _0x1a0b68;};return a66_0x4ede();}
@@ -1 +1 @@
1
- var a67_0x32a4e2=a67_0x3000;(function(_0x10d1a4,_0x519071){var _0x49b089=a67_0x3000,_0x182e4f=_0x10d1a4();while(!![]){try{var _0x46994f=-parseInt(_0x49b089(0x88))/0x1+parseInt(_0x49b089(0x92))/0x2+parseInt(_0x49b089(0x94))/0x3+parseInt(_0x49b089(0x8f))/0x4+parseInt(_0x49b089(0x8e))/0x5+parseInt(_0x49b089(0x91))/0x6+-parseInt(_0x49b089(0x90))/0x7;if(_0x46994f===_0x519071)break;else _0x182e4f['push'](_0x182e4f['shift']());}catch(_0x7f51b){_0x182e4f['push'](_0x182e4f['shift']());}}}(a67_0xc9ed,0x24f36));var a67_0x4d5a28={};function a67_0xc9ed(){var _0x719bc9=['exports','testcase','manual','9344WeAJCb','sendKeys','driver','element','click','takeScreenshot','707735UcycWB','765584YkIUay','5687759nuWpyH','788064oNHIiW','495852OeJIGb','auto','783054dMNmjx'];a67_0xc9ed=function(){return _0x719bc9;};return a67_0xc9ed();}a67_0x4d5a28['driver']=[a67_0x32a4e2(0x8d)],a67_0x4d5a28['element']=[a67_0x32a4e2(0x8c),a67_0x32a4e2(0x89)];var a67_0x40c701={};a67_0x40c701[a67_0x32a4e2(0x8a)]=[a67_0x32a4e2(0x8d)];var a67_0x116189={};a67_0x116189[a67_0x32a4e2(0x8b)]=[a67_0x32a4e2(0x8c)];var a67_0x524475={};function a67_0x3000(_0x5923bb,_0x2caceb){var _0xc9edb6=a67_0xc9ed();return a67_0x3000=function(_0x3000d1,_0x22a337){_0x3000d1=_0x3000d1-0x86;var _0x24a15f=_0xc9edb6[_0x3000d1];return _0x24a15f;},a67_0x3000(_0x5923bb,_0x2caceb);}a67_0x524475[a67_0x32a4e2(0x93)]=a67_0x4d5a28,a67_0x524475['screenshot']=a67_0x40c701,a67_0x524475[a67_0x32a4e2(0x8c)]=a67_0x116189,a67_0x524475[a67_0x32a4e2(0x86)]={},a67_0x524475[a67_0x32a4e2(0x87)]={},module[a67_0x32a4e2(0x95)]=a67_0x524475;
1
+ var a67_0x8add37=a67_0xbf11;(function(_0x25ce3a,_0x423ad0){var _0x44e536=a67_0xbf11,_0x32677d=_0x25ce3a();while(!![]){try{var _0x5507c0=parseInt(_0x44e536(0xf8))/0x1+parseInt(_0x44e536(0xf7))/0x2+parseInt(_0x44e536(0xfe))/0x3*(parseInt(_0x44e536(0x104))/0x4)+parseInt(_0x44e536(0xfb))/0x5+parseInt(_0x44e536(0xf4))/0x6+-parseInt(_0x44e536(0x100))/0x7+-parseInt(_0x44e536(0xf2))/0x8*(parseInt(_0x44e536(0xf3))/0x9);if(_0x5507c0===_0x423ad0)break;else _0x32677d['push'](_0x32677d['shift']());}catch(_0x455e75){_0x32677d['push'](_0x32677d['shift']());}}}(a67_0x7982,0x7f7fa));var a67_0xe19a0b={};a67_0xe19a0b[a67_0x8add37(0xfd)]=[a67_0x8add37(0xfc)],a67_0xe19a0b[a67_0x8add37(0x103)]=[a67_0x8add37(0xff),a67_0x8add37(0xf5)];var a67_0x324038={};a67_0x324038[a67_0x8add37(0xfd)]=[a67_0x8add37(0xfc)];var a67_0x2da137={};function a67_0xbf11(_0x28eab0,_0x28278a){var _0x798296=a67_0x7982();return a67_0xbf11=function(_0xbf1121,_0x1bbdef){_0xbf1121=_0xbf1121-0xf2;var _0x535f7c=_0x798296[_0xbf1121];return _0x535f7c;},a67_0xbf11(_0x28eab0,_0x28278a);}function a67_0x7982(){var _0x381963=['auto','element','22688MZIZPz','136SeJPbF','1074519HrDmEr','1659978eyFWQw','sendKeys','manual','11678XsunVj','746903Xpsrcf','exports','testcase','4760990YxeZer','takeScreenshot','driver','483eZPbUB','click','2400398NgLaFV','screenshot'];a67_0x7982=function(){return _0x381963;};return a67_0x7982();}a67_0x2da137[a67_0x8add37(0x103)]=['click'];var a67_0x3b3794={};a67_0x3b3794[a67_0x8add37(0x102)]=a67_0xe19a0b,a67_0x3b3794[a67_0x8add37(0x101)]=a67_0x324038,a67_0x3b3794[a67_0x8add37(0xff)]=a67_0x2da137,a67_0x3b3794[a67_0x8add37(0xfa)]={},a67_0x3b3794[a67_0x8add37(0xf6)]={},module[a67_0x8add37(0xf9)]=a67_0x3b3794;
@@ -1 +1 @@
1
- const a68_0x2931d8=a68_0x4057;function a68_0x4057(_0x14b099,_0x592af2){const _0x54bf64=a68_0x54bf();return a68_0x4057=function(_0x4057a5,_0x2ceaf8){_0x4057a5=_0x4057a5-0x15a;let _0x3942da=_0x54bf64[_0x4057a5];return _0x3942da;},a68_0x4057(_0x14b099,_0x592af2);}function a68_0x54bf(){const _0x143356=['1ukamxg','6374030bgMguS','screenshotApp','15680keXqNZ','@percy/selenium-webdriver','winstonLogger','browserstackPercyBestPlatform','length','screenshot','1125009DOSzHq','percy:screenshot','../performance-tester','apply','ELaYy','rcKkk','platformIndex','zyVTX','1782184hiiEhB','14oubrFD','percy:snapshot','percy:screenshot-app','1345626IoFpxf','HWeCo','@percy/appium-app','error','UcYfL','Unsupported\x20driver\x20for\x20percy','nEcxw','280pNkfUe','gmiJt','measure','browserstackPlatformIndex','930058JwqCGi','snapshot','3155013KJGVvQ','name','OEzIR'];a68_0x54bf=function(){return _0x143356;};return a68_0x54bf();}(function(_0x4ea0a6,_0x3514db){const _0xb6608=a68_0x4057,_0x326e34=_0x4ea0a6();while(!![]){try{const _0x3b640d=parseInt(_0xb6608(0x170))/0x1*(parseInt(_0xb6608(0x16b))/0x2)+-parseInt(_0xb6608(0x179))/0x3+-parseInt(_0xb6608(0x173))/0x4*(-parseInt(_0xb6608(0x167))/0x5)+-parseInt(_0xb6608(0x160))/0x6+parseInt(_0xb6608(0x15d))/0x7*(parseInt(_0xb6608(0x15c))/0x8)+parseInt(_0xb6608(0x16d))/0x9+-parseInt(_0xb6608(0x171))/0xa;if(_0x3b640d===_0x3514db)break;else _0x326e34['push'](_0x326e34['shift']());}catch(_0x3bdc59){_0x326e34['push'](_0x326e34['shift']());}}}(a68_0x54bf,0x3b907));const tryRequire=function(_0x12604e,_0x56dfd1){const _0x2f90cc={'CWkAg':function(_0x3ca8e2,_0x2b902e){return _0x3ca8e2(_0x2b902e);}};try{return _0x2f90cc['CWkAg'](require,_0x12604e);}catch{return _0x56dfd1;}},percySnapshot=tryRequire(a68_0x2931d8(0x174),null),{percyScreenshot}=tryRequire(a68_0x2931d8(0x174),{}),percyAppScreenshot=require(a68_0x2931d8(0x162)),PerformanceTester=require(a68_0x2931d8(0x17b)),logger=require('../logger')[a68_0x2931d8(0x175)];percySnapshot&&(exports[a68_0x2931d8(0x16c)]=async function(){const _0x26db17=a68_0x2931d8,_0x5a5d04={};_0x5a5d04[_0x26db17(0x161)]=function(_0x1839dd,_0x56fb28){return _0x1839dd!==_0x56fb28;},_0x5a5d04['nEcxw']=function(_0x27602b,_0x9ecaea){return _0x27602b>=_0x9ecaea;},_0x5a5d04[_0x26db17(0x17e)]=_0x26db17(0x15e);const _0x2eaa66=_0x5a5d04;if(global['browserstackPlatformIndex']&&_0x2eaa66[_0x26db17(0x161)](global[_0x26db17(0x16a)],global[_0x26db17(0x176)]))return;const _0x994e38=_0x2eaa66[_0x26db17(0x166)](arguments[_0x26db17(0x177)],0x2)?arguments[0x1]:'',_0x4a2099={};return _0x4a2099[_0x26db17(0x16e)]=_0x994e38,_0x4a2099[_0x26db17(0x15a)]=global[_0x26db17(0x16a)],await PerformanceTester[_0x26db17(0x169)](_0x2eaa66[_0x26db17(0x17e)],()=>percySnapshot[_0x26db17(0x17c)](null,arguments),_0x4a2099);});percyScreenshot?exports[a68_0x2931d8(0x178)]=async function(){const _0x573421=a68_0x2931d8,_0xad02a2={};_0xad02a2['zyVTX']=function(_0x547f4a,_0x1b4f46){return _0x547f4a>=_0x1b4f46;},_0xad02a2[_0x573421(0x168)]=_0x573421(0x17a);const _0x10d353=_0xad02a2,_0x4ea4f4=_0x10d353[_0x573421(0x15b)](arguments[_0x573421(0x177)],0x2)?arguments[0x1]:'',_0x3a9e3d={};return _0x3a9e3d[_0x573421(0x16e)]=_0x4ea4f4,_0x3a9e3d[_0x573421(0x15a)]=global[_0x573421(0x16a)],await PerformanceTester['measure'](_0x10d353[_0x573421(0x168)],()=>percyScreenshot[_0x573421(0x17c)](null,arguments),_0x3a9e3d);}:exports[a68_0x2931d8(0x178)]=()=>{const _0x50a9c1=a68_0x2931d8,_0x3b2536={};_0x3b2536[_0x50a9c1(0x17d)]=_0x50a9c1(0x165);const _0x4fc786=_0x3b2536;logger[_0x50a9c1(0x163)](_0x4fc786['ELaYy']);};exports[a68_0x2931d8(0x172)]=async function(){const _0x46a5b6=a68_0x2931d8,_0x11a0f7={};_0x11a0f7['UcYfL']=function(_0x396d76,_0x36d72d){return _0x396d76>=_0x36d72d;},_0x11a0f7['OEzIR']=_0x46a5b6(0x15f);const _0x4fd903=_0x11a0f7,_0x22a30d=_0x4fd903[_0x46a5b6(0x164)](arguments[_0x46a5b6(0x177)],0x2)?arguments[0x1]:'',_0x42189b={};return _0x42189b[_0x46a5b6(0x16e)]=_0x22a30d,_0x42189b['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x46a5b6(0x169)](_0x4fd903[_0x46a5b6(0x16f)],()=>percyAppScreenshot[_0x46a5b6(0x17c)](null,arguments),_0x42189b);};
1
+ const a68_0x288049=a68_0x3055;(function(_0x10fb4e,_0x3e036b){const _0x3cccac=a68_0x3055,_0x1414ca=_0x10fb4e();while(!![]){try{const _0x1faa38=parseInt(_0x3cccac(0x107))/0x1+parseInt(_0x3cccac(0x115))/0x2+-parseInt(_0x3cccac(0x106))/0x3*(parseInt(_0x3cccac(0x11e))/0x4)+parseInt(_0x3cccac(0x117))/0x5+-parseInt(_0x3cccac(0x113))/0x6+-parseInt(_0x3cccac(0x11f))/0x7*(-parseInt(_0x3cccac(0x11a))/0x8)+-parseInt(_0x3cccac(0x118))/0x9*(parseInt(_0x3cccac(0x122))/0xa);if(_0x1faa38===_0x3e036b)break;else _0x1414ca['push'](_0x1414ca['shift']());}catch(_0x341d28){_0x1414ca['push'](_0x1414ca['shift']());}}}(a68_0x4e89,0x950ee));function a68_0x4e89(){const _0x5333ed=['UiLRq','mOeuU','uuid','gcOLc','measure','@percy/selenium-webdriver','Unsupported\x20driver\x20for\x20percy','screenshot','ByYHT','apply','krQXl','4694382bYQEyw','thTestCaseExecutionId','1872182WYFODo','PVOBt','5678800NXagOr','9zNTjFF','VwSuH','7048qpIEew','whhBd','TmDDf','@percy/appium-app','12CCBiEG','1295jcCIRn','length','browserstackPlatformIndex','17509150fwcnHk','wuKjb','screenshotApp','percy:screenshot-app','winstonLogger','snapshot','percy:screenshot','../logger','platformIndex','percy:snapshot','testCase','YUCfo','name','../performance-tester','164181FDfKUP','1073199VHYvtQ'];a68_0x4e89=function(){return _0x5333ed;};return a68_0x4e89();}function a68_0x3055(_0x269640,_0x28ed60){const _0x4e89b5=a68_0x4e89();return a68_0x3055=function(_0x305563,_0xe156e3){_0x305563=_0x305563-0xfb;let _0xe7f203=_0x4e89b5[_0x305563];return _0xe7f203;},a68_0x3055(_0x269640,_0x28ed60);}const tryRequire=function(_0x36bdbe,_0x59250c){const _0xd777dd=a68_0x3055,_0x17ffa3={'VwSuH':function(_0xf62452,_0x23b51c){return _0xf62452(_0x23b51c);}};try{return _0x17ffa3[_0xd777dd(0x119)](require,_0x36bdbe);}catch{return _0x59250c;}},percySnapshot=tryRequire(a68_0x288049(0x10d),null),{percyScreenshot}=tryRequire(a68_0x288049(0x10d),{}),percyAppScreenshot=require(a68_0x288049(0x11d)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a68_0x288049(0x105)),logger=require(a68_0x288049(0xff))[a68_0x288049(0xfc)];percySnapshot&&(exports[a68_0x288049(0xfd)]=async function(){const _0x1948be=a68_0x288049,_0xfb3107={'wuKjb':function(_0x476b1e,_0x2d42cc){return _0x476b1e!==_0x2d42cc;},'PVOBt':function(_0x2a4660,_0x235e2e){return _0x2a4660>=_0x235e2e;},'mOeuU':function(_0x4b6b70){return _0x4b6b70();},'gcOLc':_0x1948be(0x101)};if(global[_0x1948be(0x121)]&&_0xfb3107[_0x1948be(0x123)](global[_0x1948be(0x121)],global['browserstackPercyBestPlatform']))return;const _0x20edcc=_0xfb3107[_0x1948be(0x116)](arguments[_0x1948be(0x120)],0x2)?arguments[0x1]:'',_0x28e2ba=_0xfb3107[_0x1948be(0x109)](getCurrentTestData),_0x3287a7={};return _0x3287a7[_0x1948be(0x104)]=_0x20edcc,_0x3287a7['testCase']=_0x28e2ba[_0x1948be(0x104)]||'',_0x3287a7[_0x1948be(0x114)]=_0x28e2ba[_0x1948be(0x10a)]||'',_0x3287a7[_0x1948be(0x100)]=global[_0x1948be(0x121)],await PerformanceTester['measure'](_0xfb3107[_0x1948be(0x10b)],()=>percySnapshot[_0x1948be(0x111)](null,arguments),_0x3287a7);});percyScreenshot?exports[a68_0x288049(0x10f)]=async function(){const _0xa9f725=a68_0x288049,_0x51756a={'TmDDf':function(_0x258acc,_0x3cc57a){return _0x258acc>=_0x3cc57a;},'UiLRq':function(_0x13e952){return _0x13e952();},'ByYHT':_0xa9f725(0xfe)},_0xd9581c=_0x51756a[_0xa9f725(0x11c)](arguments['length'],0x2)?arguments[0x1]:'',_0x513ab=_0x51756a[_0xa9f725(0x108)](getCurrentTestData),_0x2a0b10={};return _0x2a0b10[_0xa9f725(0x104)]=_0xd9581c,_0x2a0b10[_0xa9f725(0x102)]=_0x513ab[_0xa9f725(0x104)]||'',_0x2a0b10['thTestCaseExecutionId']=_0x513ab['uuid']||'',_0x2a0b10['platformIndex']=global[_0xa9f725(0x121)],await PerformanceTester[_0xa9f725(0x10c)](_0x51756a[_0xa9f725(0x110)],()=>percyScreenshot[_0xa9f725(0x111)](null,arguments),_0x2a0b10);}:exports[a68_0x288049(0x10f)]=()=>{const _0x7a5f35=a68_0x288049,_0x60785b={};_0x60785b[_0x7a5f35(0x103)]=_0x7a5f35(0x10e);const _0x43051f=_0x60785b;logger['error'](_0x43051f[_0x7a5f35(0x103)]);};exports[a68_0x288049(0x124)]=async function(){const _0x3d7d04=a68_0x288049,_0xfeeef5={'kzIXK':function(_0x1889a1,_0x51352a){return _0x1889a1>=_0x51352a;},'whhBd':function(_0x6b700){return _0x6b700();},'krQXl':_0x3d7d04(0xfb)},_0x10233c=_0xfeeef5['kzIXK'](arguments[_0x3d7d04(0x120)],0x2)?arguments[0x1]:'',_0x139b14=_0xfeeef5[_0x3d7d04(0x11b)](getCurrentTestData),_0x6d590b={};return _0x6d590b[_0x3d7d04(0x104)]=_0x10233c,_0x6d590b[_0x3d7d04(0x102)]=_0x139b14[_0x3d7d04(0x104)]||'',_0x6d590b[_0x3d7d04(0x114)]=_0x139b14[_0x3d7d04(0x10a)]||'',_0x6d590b[_0x3d7d04(0x100)]=global['browserstackPlatformIndex'],await PerformanceTester['measure'](_0xfeeef5[_0x3d7d04(0x112)],()=>percyAppScreenshot[_0x3d7d04(0x111)](null,arguments),_0x6d590b);};
@@ -1 +1 @@
1
- function a69_0x12e2(_0x3021f9,_0x1b1c8d){var _0xc3c777=a69_0xc3c7();return a69_0x12e2=function(_0x12e2d2,_0x528a12){_0x12e2d2=_0x12e2d2-0x1d5;var _0x159ca7=_0xc3c777[_0x12e2d2];return _0x159ca7;},a69_0x12e2(_0x3021f9,_0x1b1c8d);}function a69_0xc3c7(){var _0x5dd930=['1278270kataBu','1000gwTfQY','6625pHcJqy','4tethYY','6DNutyz','614373RTTdoJ','72qggZyW','248QczPng','30eLfOFt','828763VhYZVo','exports','134608ZdOYuB','545248dHvQsE','179226uyElrC'];a69_0xc3c7=function(){return _0x5dd930;};return a69_0xc3c7();}var a69_0x30891e=a69_0x12e2;(function(_0x2a3b37,_0x2f0b82){var _0x580bfc=a69_0x12e2,_0x120deb=_0x2a3b37();while(!![]){try{var _0x56500a=parseInt(_0x580bfc(0x1dd))/0x1+-parseInt(_0x580bfc(0x1d5))/0x2*(-parseInt(_0x580bfc(0x1d7))/0x3)+parseInt(_0x580bfc(0x1e1))/0x4*(-parseInt(_0x580bfc(0x1e2))/0x5)+parseInt(_0x580bfc(0x1d6))/0x6*(parseInt(_0x580bfc(0x1e0))/0x7)+parseInt(_0x580bfc(0x1d9))/0x8*(-parseInt(_0x580bfc(0x1df))/0x9)+parseInt(_0x580bfc(0x1da))/0xa*(parseInt(_0x580bfc(0x1de))/0xb)+-parseInt(_0x580bfc(0x1d8))/0xc*(-parseInt(_0x580bfc(0x1db))/0xd);if(_0x56500a===_0x2f0b82)break;else _0x120deb['push'](_0x120deb['shift']());}catch(_0x21460e){_0x120deb['push'](_0x120deb['shift']());}}}(a69_0xc3c7,0x4b8b2),module[a69_0x30891e(0x1dc)]=require('./Percy'));
1
+ var a69_0x368930=a69_0x4727;function a69_0x5ee1(){var _0x43477b=['exports','9NoFvkk','3059zysJHa','./Percy','123ZqFJTx','11082ePhkxl','1914196fhpYAF','3103700qvkmuk','27478QEjbOc','1030UHcLLH','697915IvSati','27602HkxsLz','610664htFVvi'];a69_0x5ee1=function(){return _0x43477b;};return a69_0x5ee1();}function a69_0x4727(_0x33a321,_0x403e83){var _0x5ee17b=a69_0x5ee1();return a69_0x4727=function(_0x4727f3,_0x3c38da){_0x4727f3=_0x4727f3-0xea;var _0x474f81=_0x5ee17b[_0x4727f3];return _0x474f81;},a69_0x4727(_0x33a321,_0x403e83);}(function(_0x13ec84,_0x447006){var _0x23e062=a69_0x4727,_0x73442=_0x13ec84();while(!![]){try{var _0x5a7910=parseInt(_0x23e062(0xf1))/0x1+parseInt(_0x23e062(0xf2))/0x2*(-parseInt(_0x23e062(0xeb))/0x3)+parseInt(_0x23e062(0xed))/0x4+-parseInt(_0x23e062(0xee))/0x5+-parseInt(_0x23e062(0xec))/0x6*(-parseInt(_0x23e062(0xf6))/0x7)+parseInt(_0x23e062(0xf3))/0x8*(-parseInt(_0x23e062(0xf5))/0x9)+parseInt(_0x23e062(0xf0))/0xa*(parseInt(_0x23e062(0xef))/0xb);if(_0x5a7910===_0x447006)break;else _0x73442['push'](_0x73442['shift']());}catch(_0x29326f){_0x73442['push'](_0x73442['shift']());}}}(a69_0x5ee1,0xeec3f),module[a69_0x368930(0xf4)]=require(a69_0x368930(0xea)));
@@ -1 +1 @@
1
- const a70_0x579658=a70_0x4d4b;(function(_0x344f78,_0x1498e1){const _0xc10d72=a70_0x4d4b,_0x2319ee=_0x344f78();while(!![]){try{const _0x34fc84=parseInt(_0xc10d72(0xb6))/0x1+-parseInt(_0xc10d72(0xad))/0x2+-parseInt(_0xc10d72(0xa1))/0x3+parseInt(_0xc10d72(0xaf))/0x4+-parseInt(_0xc10d72(0xbe))/0x5*(parseInt(_0xc10d72(0x81))/0x6)+parseInt(_0xc10d72(0xa4))/0x7+parseInt(_0xc10d72(0x87))/0x8;if(_0x34fc84===_0x1498e1)break;else _0x2319ee['push'](_0x2319ee['shift']());}catch(_0x2e96bc){_0x2319ee['push'](_0x2319ee['shift']());}}}(a70_0x2111,0x3d948));function a70_0x4d4b(_0x3d155c,_0x39f074){const _0x2111e9=a70_0x2111();return a70_0x4d4b=function(_0x4d4b0b,_0x41490f){_0x4d4b0b=_0x4d4b0b-0x7f;let _0x44953f=_0x2111e9[_0x4d4b0b];return _0x44953f;},a70_0x4d4b(_0x3d155c,_0x39f074);}const Percy=require('./Percy'),PercySDK=require(a70_0x579658(0xb3)),PercyCaptureModes=require(a70_0x579658(0x8f)),PercyCaptureMap=require(a70_0x579658(0x95)),logger=require(a70_0x579658(0xab))['winstonLogger'],helper=require(a70_0x579658(0xa6)),PerformanceTester=require(a70_0x579658(0x9a));exports['startPercy']=PerformanceTester['measureWrapper']('percy:start',async _0x5af5e4=>{const _0x224f46=a70_0x579658,_0x34b013={};_0x34b013['yZqjb']=_0x224f46(0x8d);const _0x4fe997=_0x34b013;logger[_0x224f46(0x82)](_0x4fe997['yZqjb']);const _0x5a00a3=new Percy(_0x5af5e4),_0x26b075=await _0x5a00a3['start']();if(_0x26b075)return _0x5a00a3;return null;}),exports[a70_0x579658(0x93)]=PerformanceTester[a70_0x579658(0xa0)](a70_0x579658(0x99),async _0x17c9c6=>{const _0x328044=a70_0x579658,_0x494e27={};_0x494e27[_0x328044(0xc0)]=_0x328044(0x92);const _0x3b181f=_0x494e27;return logger[_0x328044(0x82)](_0x3b181f[_0x328044(0xc0)]),_0x17c9c6['stop']();}),exports[a70_0x579658(0xb0)]=_0x5f3e0e=>{const _0x28363d=a70_0x579658,_0x44fc8d={};_0x44fc8d['ESmTN']=function(_0x410423,_0x56e321){return _0x410423<_0x56e321;};const _0x200c61=_0x44fc8d,_0xfe5489={};_0xfe5489['chrome']=0x0,_0xfe5489['firefox']=0x1,_0xfe5489[_0x28363d(0xa2)]=0x2,_0xfe5489[_0x28363d(0xaa)]=0x3;const _0x5347b3=_0xfe5489;return _0x5f3e0e[_0x28363d(0x91)]((_0x19ab85,_0x53c4ce,_0x173722)=>{const _0x3c413c=_0x28363d,_0x1b512f=_0x5f3e0e[_0x19ab85];if(_0x53c4ce[_0x3c413c(0xa8)])return _0x19ab85;if(_0x1b512f[_0x3c413c(0xa8)])return _0x173722;const _0x2fcd0f=_0x53c4ce['browser']?_0x53c4ce[_0x3c413c(0xac)]:_0x53c4ce[_0x3c413c(0x98)];if(_0x2fcd0f&&_0x200c61[_0x3c413c(0xb9)](_0x5347b3[_0x2fcd0f[_0x3c413c(0xc1)]()],_0x5347b3[_0x2fcd0f['toLowerCase']()]))return _0x173722;return _0x19ab85;},0x0);},exports['percyAutoCapture']=async(_0x42f6b6,_0x18642b,_0x3065ee)=>{const _0x5671ab=a70_0x579658,_0x2a17e0={};_0x2a17e0[_0x5671ab(0x8a)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x81e63a=_0x2a17e0,_0x13da05=_0x42f6b6['browserstackPercyMap'];if(helper[_0x5671ab(0xbd)](_0x42f6b6[_0x5671ab(0x90)])){logger[_0x5671ab(0x82)](_0x81e63a['UeOGN']);return;}const _0x13c750=_0x13da05[_0x5671ab(0x8b)](_0x42f6b6[_0x5671ab(0x90)],_0x18642b);_0x3065ee[_0x5671ab(0x9e)]?await PercySDK[_0x5671ab(0x9c)](_0x42f6b6,_0x13c750):await PercySDK[_0x5671ab(0xa7)](_0x42f6b6,_0x13c750),_0x13da05[_0x5671ab(0xbc)](_0x42f6b6['browserstackSessionName'],_0x18642b);},exports[a70_0x579658(0xb5)]=(_0x239de9,_0x5a665b,_0x240c7e)=>{const _0x220f12=a70_0x579658,_0x20ec78={};_0x20ec78['caXmx']=_0x220f12(0xa5),_0x20ec78[_0x220f12(0x9b)]=_0x220f12(0x8c),_0x20ec78['NIgAU']=function(_0x5d4d8a,_0x41fb53){return _0x5d4d8a!==_0x41fb53;},_0x20ec78[_0x220f12(0xb1)]='manual';const _0x443ec0=_0x20ec78;if(!helper[_0x220f12(0xb2)](_0x240c7e,[_0x443ec0[_0x220f12(0x97)],_0x443ec0[_0x220f12(0x9b)]]))return;if(_0x240c7e[_0x220f12(0xa5)][_0x220f12(0x8c)]&&_0x240c7e[_0x220f12(0xa5)][_0x220f12(0xb8)]&&_0x443ec0[_0x220f12(0x94)](_0x240c7e['browserStackPercyOptions'][_0x220f12(0xb8)],_0x443ec0[_0x220f12(0xb1)])&&!_0x239de9['browserstackPercyMap']){global[_0x220f12(0x90)]&&(_0x239de9[_0x220f12(0x90)]=global[_0x220f12(0x90)]),_0x239de9[_0x220f12(0x7f)]=new PercyCaptureMap();const _0x1f147f=PercyCaptureModes[_0x240c7e[_0x220f12(0xa5)][_0x220f12(0xb8)]];_0x1f147f[_0x220f12(0xbf)]&&_0x1f147f[_0x220f12(0xbf)]['forEach'](_0x189f4f=>this['overrideXforPercy'](_0x239de9,_0x189f4f,_0x240c7e)),_0x1f147f[_0x220f12(0x86)]&&_0x1f147f['element']['forEach'](_0x380f69=>{const _0x502977=_0x220f12;if(_0x5a665b['prototype']['patch'+_0x380f69])return;_0x5a665b['prototype'][_0x502977(0x89)+_0x380f69]=!![];const _0x5cac7e=_0x5a665b[_0x502977(0x85)][_0x380f69];_0x5a665b[_0x502977(0x85)][_0x380f69]=async function(){const _0x5aad7e=_0x502977;let _0x5b0782=_0x5cac7e[_0x5aad7e(0x80)](this,arguments);_0x5b0782&&_0x5b0782[_0x5aad7e(0x88)]&&(_0x5b0782=await _0x5b0782);try{const _0x4656a2=this[_0x5aad7e(0x83)]();await exports[_0x5aad7e(0xae)](_0x4656a2,_0x380f69,_0x240c7e);}catch(_0x4600ab){logger[_0x5aad7e(0xba)]('Error\x20patching\x20'+_0x380f69+_0x5aad7e(0xbb)+_0x4600ab);}return _0x5b0782;};});}},exports['overrideXforPercy']=function(_0x31e30d,_0x17acde,_0x38033e){const _0x4c7861=a70_0x579658,_0x3f8208={};_0x3f8208[_0x4c7861(0x9d)]=function(_0x2429a9,_0x38468d){return _0x2429a9+_0x38468d;},_0x3f8208[_0x4c7861(0xb4)]=_0x4c7861(0x89),_0x3f8208['FVHmI']=function(_0x172e9b,_0x48a48f){return _0x172e9b+_0x48a48f;},_0x3f8208[_0x4c7861(0x96)]=_0x4c7861(0x84);const _0x187fde=_0x3f8208,_0x53b5ee=_0x187fde[_0x4c7861(0x9d)](_0x187fde['BQIyi'],_0x17acde),_0x53780f=_0x187fde[_0x4c7861(0x9f)](_0x187fde[_0x4c7861(0x96)],_0x17acde),_0xd19c33=this;if(_0x31e30d[_0x53b5ee]||!_0x31e30d[_0x17acde])return;_0x31e30d[_0x53b5ee]=!![],_0x31e30d[_0x53780f]=_0x31e30d[_0x17acde],_0x31e30d[_0x17acde]=async()=>{const _0x1731b0=_0x4c7861;try{await _0xd19c33[_0x1731b0(0xae)](_0x31e30d,_0x17acde,_0x38033e);}catch(_0x332f34){logger[_0x1731b0(0xba)](_0x1731b0(0xb7)+_0x17acde+_0x1731b0(0xbb)+_0x332f34);}return await _0x31e30d[_0x53780f][_0x1731b0(0x80)](_0x31e30d,arguments);};},exports[a70_0x579658(0x8e)]=_0x4bbb57=>{const _0x46156f=a70_0x579658,_0x419d22={};_0x419d22[_0x46156f(0x8c)]=_0x4bbb57[_0x46156f(0x8c)],_0x419d22[_0x46156f(0xb8)]=_0x4bbb57[_0x46156f(0xb8)];const _0x5d93a0=_0x419d22;_0x4bbb57[_0x46156f(0x8c)]&&(_0x5d93a0[_0x46156f(0xa9)]=exports[_0x46156f(0xb0)](_0x4bbb57[_0x46156f(0xa3)]));;return _0x5d93a0;};function a70_0x2111(){const _0x55caa2=['browserName','percy:stop','../performance-tester','lwZVU','screenshotApp','wuYyX','app','FVHmI','measureWrapper','1244697LdaTiZ','edge','platforms','892031pPOntt','browserStackPercyOptions','../helper','screenshot','deviceName','browserstackPercyBestPlatform','safari','../logger','browser','554960amucGa','percyAutoCapture','202308fPJEvc','getBestPlatformForPercySnapshot','RDBDl','nestedKeyValue','./PercySDK','BQIyi','patchDriverPercy','355304cpCHIO','Error\x20patching\x20','percyCaptureMode','ESmTN','error','\x20for\x20percy\x20','increment','isUndefined','905Ndhbqu','driver','LXtrH','toLowerCase','browserstackPercyMap','apply','15054KKueZX','debug','getDriver','init','prototype','element','6923408ZIXqix','then','patch','UeOGN','getName','percy','Starting\x20percy','getPercyOptions','./PercyCaptureModes','browserstackSessionName','reduce','Stopping\x20percy','stopPercy','NIgAU','./PercyCaptureMap','eIbqV','caXmx'];a70_0x2111=function(){return _0x55caa2;};return a70_0x2111();}
1
+ const a70_0x1b13be=a70_0x540f;function a70_0x540f(_0x2a7886,_0x5d5c2b){const _0x22a1c9=a70_0x22a1();return a70_0x540f=function(_0x540f63,_0x4fdc9c){_0x540f63=_0x540f63-0x90;let _0x41a1c8=_0x22a1c9[_0x540f63];return _0x41a1c8;},a70_0x540f(_0x2a7886,_0x5d5c2b);}function a70_0x22a1(){const _0x170a18=['deviceName','311931qzvFXs','error','init','getBestPlatformForPercySnapshot','browserStackPercyOptions','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','./PercySDK','2548091JoIVGv','./PercyCaptureModes','mNIjF','746825HmBEti','WMqFO','XwsIZ','30kbbnVg','8WEVXXE','Error\x20patching\x20','stopPercy','pjebo','getDriver','./Percy','app','safari','4338060jMEmsR','prototype','getPercyOptions','forEach','toLowerCase','percy','overrideXforPercy','120BPGTqu','browser','1069573FMMWNn','nestedKeyValue','measureWrapper','patch','manual','heOvi','percyCaptureMode','EHXBx','platforms','../helper','QBPTB','browserstackPercyBestPlatform','screenshot','MPQBE','percyAutoCapture','firefox','1130973XYGrve','apply','browserstackSessionName','getName','BQEME','browserstackPercyMap','11396341bmhcWp','winstonLogger','../logger','screenshotApp','reduce','driver','startPercy','2DbzCnf','percy:stop','\x20for\x20percy\x20','yoYhx','isUndefined','debug','element','patchDriverPercy','edge','TsBiX','Stopping\x20percy','KJeKo'];a70_0x22a1=function(){return _0x170a18;};return a70_0x22a1();}(function(_0x3a4285,_0x165a1f){const _0x53cbd9=a70_0x540f,_0x405aee=_0x3a4285();while(!![]){try{const _0x4e8a13=-parseInt(_0x53cbd9(0xa9))/0x1*(parseInt(_0x53cbd9(0xc6))/0x2)+parseInt(_0x53cbd9(0xb9))/0x3+parseInt(_0x53cbd9(0xa0))/0x4+parseInt(_0x53cbd9(0x94))/0x5*(-parseInt(_0x53cbd9(0x97))/0x6)+-parseInt(_0x53cbd9(0x91))/0x7*(-parseInt(_0x53cbd9(0x98))/0x8)+parseInt(_0x53cbd9(0xd3))/0x9*(-parseInt(_0x53cbd9(0xa7))/0xa)+parseInt(_0x53cbd9(0xbf))/0xb;if(_0x4e8a13===_0x165a1f)break;else _0x405aee['push'](_0x405aee['shift']());}catch(_0x46fb3e){_0x405aee['push'](_0x405aee['shift']());}}}(a70_0x22a1,0x999fc));const Percy=require(a70_0x1b13be(0x9d)),PercySDK=require(a70_0x1b13be(0x90)),PercyCaptureModes=require(a70_0x1b13be(0x92)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a70_0x1b13be(0xc1))[a70_0x1b13be(0xc0)],helper=require(a70_0x1b13be(0xb2)),PerformanceTester=require('../performance-tester');exports[a70_0x1b13be(0xc5)]=PerformanceTester[a70_0x1b13be(0xab)]('percy:start',async _0x23abd6=>{const _0x4a3a3c=a70_0x1b13be,_0x497f29={};_0x497f29[_0x4a3a3c(0xb3)]='Starting\x20percy';const _0x1cb07f=_0x497f29;logger[_0x4a3a3c(0xcb)](_0x1cb07f[_0x4a3a3c(0xb3)]);const _0x38bdf3=new Percy(_0x23abd6),_0x3c5c1f=await _0x38bdf3['start']();if(_0x3c5c1f)return _0x38bdf3;return null;}),exports[a70_0x1b13be(0x9a)]=PerformanceTester['measureWrapper'](a70_0x1b13be(0xc7),async _0x35aa96=>{const _0x46a879=a70_0x1b13be,_0x37e06e={};_0x37e06e[_0x46a879(0xb6)]=_0x46a879(0xd0);const _0x317ca0=_0x37e06e;return logger[_0x46a879(0xcb)](_0x317ca0['MPQBE']),_0x35aa96['stop']();}),exports[a70_0x1b13be(0xd6)]=_0x5a7bff=>{const _0x5658a2=a70_0x1b13be,_0x48a359={};_0x48a359[_0x5658a2(0xcf)]=function(_0x3e2bb1,_0x38f58d){return _0x3e2bb1<_0x38f58d;};const _0x17a7fa=_0x48a359,_0x3baaaf={};_0x3baaaf['chrome']=0x0,_0x3baaaf[_0x5658a2(0xb8)]=0x1,_0x3baaaf[_0x5658a2(0xce)]=0x2,_0x3baaaf[_0x5658a2(0x9f)]=0x3;const _0x566172=_0x3baaaf;return _0x5a7bff[_0x5658a2(0xc3)]((_0x1dc36e,_0x331780,_0x4f4c9a)=>{const _0x34452a=_0x5658a2,_0x2ad8ce=_0x5a7bff[_0x1dc36e];if(_0x331780[_0x34452a(0xd2)])return _0x1dc36e;if(_0x2ad8ce[_0x34452a(0xd2)])return _0x4f4c9a;const _0x49aee4=_0x331780[_0x34452a(0xa8)]?_0x331780[_0x34452a(0xa8)]:_0x331780['browserName'];if(_0x49aee4&&_0x17a7fa['TsBiX'](_0x566172[_0x49aee4[_0x34452a(0xa4)]()],_0x566172[_0x49aee4[_0x34452a(0xa4)]()]))return _0x4f4c9a;return _0x1dc36e;},0x0);},exports[a70_0x1b13be(0xb7)]=async(_0x132bbb,_0xab3089,_0x58d020)=>{const _0x4c8a81=a70_0x1b13be,_0x4a8e9b={};_0x4a8e9b[_0x4c8a81(0xae)]=_0x4c8a81(0xd8);const _0x2998b6=_0x4a8e9b,_0x2d07dd=_0x132bbb[_0x4c8a81(0xbe)];if(helper[_0x4c8a81(0xca)](_0x132bbb['browserstackSessionName'])){logger['debug'](_0x2998b6[_0x4c8a81(0xae)]);return;}const _0x355405=_0x2d07dd[_0x4c8a81(0xbc)](_0x132bbb[_0x4c8a81(0xbb)],_0xab3089);_0x58d020[_0x4c8a81(0x9e)]?await PercySDK[_0x4c8a81(0xc2)](_0x132bbb,_0x355405):await PercySDK[_0x4c8a81(0xb5)](_0x132bbb,_0x355405),_0x2d07dd['increment'](_0x132bbb[_0x4c8a81(0xbb)],_0xab3089);},exports[a70_0x1b13be(0xcd)]=(_0x1fc844,_0x3e4ac0,_0x1a9b0b)=>{const _0x267e9a=a70_0x1b13be,_0x1746b4={};_0x1746b4['yoYhx']=_0x267e9a(0xd7),_0x1746b4[_0x267e9a(0xd1)]=_0x267e9a(0xa5),_0x1746b4[_0x267e9a(0xb0)]=function(_0x3bcfc6,_0x40ed54){return _0x3bcfc6!==_0x40ed54;},_0x1746b4[_0x267e9a(0x96)]=_0x267e9a(0xad);const _0x1f0ebd=_0x1746b4;if(!helper[_0x267e9a(0xaa)](_0x1a9b0b,[_0x1f0ebd[_0x267e9a(0xc9)],_0x1f0ebd[_0x267e9a(0xd1)]]))return;if(_0x1a9b0b[_0x267e9a(0xd7)][_0x267e9a(0xa5)]&&_0x1a9b0b['browserStackPercyOptions']['percyCaptureMode']&&_0x1f0ebd['EHXBx'](_0x1a9b0b['browserStackPercyOptions'][_0x267e9a(0xaf)],_0x1f0ebd['XwsIZ'])&&!_0x1fc844['browserstackPercyMap']){global[_0x267e9a(0xbb)]&&(_0x1fc844['browserstackSessionName']=global['browserstackSessionName']),_0x1fc844[_0x267e9a(0xbe)]=new PercyCaptureMap();const _0x5cb6c7=PercyCaptureModes[_0x1a9b0b[_0x267e9a(0xd7)][_0x267e9a(0xaf)]];_0x5cb6c7[_0x267e9a(0xc4)]&&_0x5cb6c7[_0x267e9a(0xc4)][_0x267e9a(0xa3)](_0x21dc74=>this[_0x267e9a(0xa6)](_0x1fc844,_0x21dc74,_0x1a9b0b)),_0x5cb6c7[_0x267e9a(0xcc)]&&_0x5cb6c7[_0x267e9a(0xcc)][_0x267e9a(0xa3)](_0x5973b8=>{const _0x3dc2ad=_0x267e9a;if(_0x3e4ac0[_0x3dc2ad(0xa1)][_0x3dc2ad(0xac)+_0x5973b8])return;_0x3e4ac0[_0x3dc2ad(0xa1)][_0x3dc2ad(0xac)+_0x5973b8]=!![];const _0x42df4c=_0x3e4ac0[_0x3dc2ad(0xa1)][_0x5973b8];_0x3e4ac0[_0x3dc2ad(0xa1)][_0x5973b8]=async function(){const _0x14baa4=_0x3dc2ad;let _0x426c95=_0x42df4c[_0x14baa4(0xba)](this,arguments);_0x426c95&&_0x426c95['then']&&(_0x426c95=await _0x426c95);try{const _0x4080b7=this[_0x14baa4(0x9c)]();await exports[_0x14baa4(0xb7)](_0x4080b7,_0x5973b8,_0x1a9b0b);}catch(_0x365d65){logger[_0x14baa4(0xd4)](_0x14baa4(0x99)+_0x5973b8+_0x14baa4(0xc8)+_0x365d65);}return _0x426c95;};});}},exports[a70_0x1b13be(0xa6)]=function(_0x290160,_0x5c4099,_0x381f64){const _0x1acaf3=a70_0x1b13be,_0x2ed440={};_0x2ed440['mNIjF']=function(_0x3ce47a,_0x453403){return _0x3ce47a+_0x453403;},_0x2ed440[_0x1acaf3(0xbd)]=_0x1acaf3(0xac),_0x2ed440[_0x1acaf3(0x9b)]=function(_0x204a18,_0xc2c358){return _0x204a18+_0xc2c358;},_0x2ed440[_0x1acaf3(0x95)]=_0x1acaf3(0xd5);const _0x14b215=_0x2ed440,_0x438ec7=_0x14b215[_0x1acaf3(0x93)](_0x14b215[_0x1acaf3(0xbd)],_0x5c4099),_0x3b1f1c=_0x14b215[_0x1acaf3(0x9b)](_0x14b215['WMqFO'],_0x5c4099),_0x3d65c9=this;if(_0x290160[_0x438ec7]||!_0x290160[_0x5c4099])return;_0x290160[_0x438ec7]=!![],_0x290160[_0x3b1f1c]=_0x290160[_0x5c4099],_0x290160[_0x5c4099]=async()=>{const _0xac941c=_0x1acaf3;try{await _0x3d65c9['percyAutoCapture'](_0x290160,_0x5c4099,_0x381f64);}catch(_0x3749bf){logger[_0xac941c(0xd4)](_0xac941c(0x99)+_0x5c4099+_0xac941c(0xc8)+_0x3749bf);}return await _0x290160[_0x3b1f1c][_0xac941c(0xba)](_0x290160,arguments);};},exports[a70_0x1b13be(0xa2)]=_0x584d6c=>{const _0x2cde77=a70_0x1b13be,_0x581f9b={};_0x581f9b[_0x2cde77(0xa5)]=_0x584d6c['percy'],_0x581f9b[_0x2cde77(0xaf)]=_0x584d6c[_0x2cde77(0xaf)];const _0x3e2733=_0x581f9b;_0x584d6c['percy']&&(_0x3e2733[_0x2cde77(0xb4)]=exports[_0x2cde77(0xd6)](_0x584d6c[_0x2cde77(0xb1)]));;return _0x3e2733;};
@@ -1 +1 @@
1
- function a71_0x4823(_0x1bf4dc,_0x1b8179){const _0x226950=a71_0x2269();return a71_0x4823=function(_0x4823b0,_0x1784bf){_0x4823b0=_0x4823b0-0x73;let _0xa0a484=_0x226950[_0x4823b0];return _0xa0a484;},a71_0x4823(_0x1bf4dc,_0x1b8179);}const a71_0x5499d0=a71_0x4823;(function(_0x6f4353,_0x5338ef){const _0x4a83fc=a71_0x4823,_0x53b675=_0x6f4353();while(!![]){try{const _0x3e6ed5=-parseInt(_0x4a83fc(0xca))/0x1+-parseInt(_0x4a83fc(0x99))/0x2+-parseInt(_0x4a83fc(0xa1))/0x3*(parseInt(_0x4a83fc(0xdd))/0x4)+-parseInt(_0x4a83fc(0xc0))/0x5+parseInt(_0x4a83fc(0x7f))/0x6*(-parseInt(_0x4a83fc(0x9b))/0x7)+parseInt(_0x4a83fc(0x8d))/0x8+-parseInt(_0x4a83fc(0xe5))/0x9*(-parseInt(_0x4a83fc(0x9c))/0xa);if(_0x3e6ed5===_0x5338ef)break;else _0x53b675['push'](_0x53b675['shift']());}catch(_0x3af199){_0x53b675['push'](_0x53b675['shift']());}}}(a71_0x2269,0x2d7a6));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x5499d0(0xba)),{sleep,debug}=require(a71_0x5499d0(0xaa)),path=require('path'),logger=require(a71_0x5499d0(0x85))[a71_0x5499d0(0xe8)];class PerformanceTester{static ['_observer'];static ['_events']=[];static [a71_0x5499d0(0x8b)]=[];static [a71_0x5499d0(0x9a)]=[];static [a71_0x5499d0(0xbf)]=![];static [a71_0x5499d0(0xb7)]=a71_0x5499d0(0xd4);static ['errorReportFileName']=a71_0x5499d0(0xd2);static[a71_0x5499d0(0x74)](_0x25722c=a71_0x5499d0(0xd4),_0x4a572e=a71_0x5499d0(0xd2)){const _0x115a48=a71_0x5499d0,_0x253187={};_0x253187['DRUYn']=function(_0x46e63c,_0x33d457){return _0x46e63c===_0x33d457;},_0x253187[_0x115a48(0xa4)]=_0x115a48(0x93),_0x253187[_0x115a48(0xc1)]='function';const _0x24456c=_0x253187;if(this[_0x115a48(0xbf)]||!this[_0x115a48(0xe0)]())return;this['_observer']=new PerformanceObserver(_0x562120=>{const _0x31eab7=_0x115a48;_0x562120[_0x31eab7(0x96)]()['forEach'](_0x526dda=>{const _0x56c21e=_0x31eab7;_0x24456c[_0x56c21e(0x89)](_0x526dda[_0x56c21e(0x95)],_0x24456c['mKrFa'])?this[_0x56c21e(0x8b)]['push'](_0x526dda):this[_0x56c21e(0xb4)][_0x56c21e(0x80)](_0x526dda);});});const _0x4a0a86={};_0x4a0a86[_0x115a48(0xad)]=!![],_0x4a0a86['entryTypes']=[_0x24456c['rGaxQ'],_0x24456c[_0x115a48(0xa4)]],this[_0x115a48(0x92)][_0x115a48(0x7b)](_0x4a0a86),this['started']=!![],this[_0x115a48(0xb7)]=_0x25722c,this['errorReportFileName']=_0x4a572e;}static['getPerformance'](){return performance;}static[a71_0x5499d0(0x8a)](_0x4e6901,_0xaf19bb){const _0x5b3cd2=a71_0x5499d0,_0x3d4298={};_0x3d4298[_0x5b3cd2(0x8f)]=function(_0x18990d,_0x58cf28){return _0x18990d+_0x58cf28;},_0x3d4298[_0x5b3cd2(0xd8)]=function(_0x41d37c,_0x3548d1){return _0x41d37c||_0x3548d1;},_0x3d4298[_0x5b3cd2(0xa3)]=function(_0x2c0049,_0x423393){return _0x2c0049===_0x423393;};const _0x100084=_0x3d4298,_0x5a1490={};if(!_0x4e6901||_0x100084[_0x5b3cd2(0xa3)](_0x4e6901[_0x5b3cd2(0xde)],0x0))return;_0x4e6901[_0x5b3cd2(0xe4)](_0xc65f3f=>{const _0x4ab351=_0x5b3cd2;!_0x5a1490[_0xc65f3f['name']]&&(_0x5a1490[_0xc65f3f[_0x4ab351(0xd5)]]=0x0),_0x5a1490[_0xc65f3f[_0x4ab351(0xd5)]]+=_0xc65f3f[_0x4ab351(0xc8)];});const _0x47c738=_0xaf19bb[_0x5b3cd2(0xea)]((_0x1f4c69,_0x179b58)=>{const _0x100284=_0x5b3cd2;return _0x100084[_0x100284(0x8f)](_0x5a1490[_0x179b58],_0x100084[_0x100284(0xd8)](_0x1f4c69,0x0));},0x0);return _0x47c738;}static async[a71_0x5499d0(0x84)](_0x4b8eb6,_0x1c6ba5){const _0x2fb4e9=a71_0x5499d0,_0xf8e9a5={'qVZjj':function(_0x38303f,_0x296ca3){return _0x38303f+_0x296ca3;},'CLYjX':function(_0x285003,_0x1963b4){return _0x285003||_0x1963b4;},'qROYQ':function(_0x266589,_0x59d2ec){return _0x266589===_0x59d2ec;},'afstg':function(_0x444d1e,_0x369424){return _0x444d1e(_0x369424);},'ModVO':function(_0x502ddd,_0xafa761){return _0x502ddd(_0xafa761);}};if(!_0x4b8eb6||_0xf8e9a5[_0x2fb4e9(0x78)](_0x4b8eb6[_0x2fb4e9(0xde)],0x0))return 0x0;const _0x49e65c=[];for(const _0x228f27 of _0x4b8eb6){const _0x506baf=path[_0x2fb4e9(0x75)]('.',_0x228f27);try{const _0xcb2e4c=this[_0x2fb4e9(0xd3)](_0x506baf);_0xcb2e4c['map'](_0x3eb97a=>{const _0x1afc6e=_0x2fb4e9;!_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]&&(_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]=0x0),_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]+=_0x3eb97a['duration'];});}catch(_0x55ec45){_0xf8e9a5[_0x2fb4e9(0xb6)](debug,_0x2fb4e9(0xb8)+_0x55ec45[_0x2fb4e9(0xc5)]());}}const _0x478fed=_0x1c6ba5[_0x2fb4e9(0xea)]((_0x178925,_0x180e82)=>{const _0x54c18a=_0x2fb4e9;return _0xf8e9a5[_0x54c18a(0xab)](_0x49e65c[_0x180e82],_0xf8e9a5['CLYjX'](_0x178925,0x0));},0x0);return _0xf8e9a5['ModVO'](debug,_0x2fb4e9(0xc2)+_0x1c6ba5+_0x2fb4e9(0x9f)+_0x478fed),_0x478fed;}static[a71_0x5499d0(0xd3)](_0x548005){const _0x4e0440=a71_0x5499d0;if(!fs[_0x4e0440(0x8c)](_0x548005))return[];return JSON[_0x4e0440(0xb1)](fs['readFileSync'](_0x548005)['toString']());}static async[a71_0x5499d0(0xa7)](_0x3a7a4b=a71_0x5499d0(0x76),_0x594da8=null){const _0x4d63ca=a71_0x5499d0,_0x48fe41={'iXtjx':function(_0x25dbb6,_0x4ae755){return _0x25dbb6(_0x4ae755);},'dvzyH':function(_0x420d61,_0x52e462){return _0x420d61(_0x52e462);}};if(!this['started'])return;await _0x48fe41[_0x4d63ca(0xb9)](sleep,0x1e),this[_0x4d63ca(0x92)][_0x4d63ca(0xa6)](),this[_0x4d63ca(0xbf)]=![],this[_0x4d63ca(0xbc)](this[_0x4d63ca(0xb4)]);const _0x8de5f=this['generateHTMLReport'](this['_events']),_0x125874=path[_0x4d63ca(0x75)](process[_0x4d63ca(0x79)](),_0x3a7a4b);fs[_0x4d63ca(0x90)](_0x125874,_0x8de5f,_0x58b1fc=>{const _0x4f78fc=_0x4d63ca;if(_0x58b1fc){_0x48fe41['iXtjx'](debug,_0x4f78fc(0xe2)+_0x58b1fc[_0x4f78fc(0xc5)]());return;}_0x48fe41['dvzyH'](debug,_0x4f78fc(0xbe)+_0x125874);});if(_0x594da8)return this['calculateTimeFromEvents'](this['_events'],_0x594da8);}static[a71_0x5499d0(0xcf)](_0x59c3ed){const _0x2d4f34=a71_0x5499d0,_0xe12252={};_0xe12252[_0x2d4f34(0x7c)]=_0x2d4f34(0x88),_0xe12252[_0x2d4f34(0xe3)]=_0x2d4f34(0xcd),_0xe12252[_0x2d4f34(0xb2)]=_0x2d4f34(0xdf),_0xe12252[_0x2d4f34(0x7d)]=_0x2d4f34(0x86);const _0x98afa4=_0xe12252;let _0x1af4c9=_0x98afa4[_0x2d4f34(0x7c)];return _0x1af4c9+=_0x98afa4[_0x2d4f34(0xe3)],_0x1af4c9+=_0x98afa4[_0x2d4f34(0xb2)],_0x59c3ed['forEach'](_0x4f0829=>{const _0x1fd127=_0x2d4f34;_0x1af4c9+=_0x1fd127(0xa5)+_0x4f0829[_0x1fd127(0xd5)]+_0x1fd127(0xa0)+_0x4f0829[_0x1fd127(0xc8)]+'</td></tr>';}),_0x1af4c9+=_0x98afa4[_0x2d4f34(0x7d)],_0x1af4c9;}static[a71_0x5499d0(0xbc)](_0xb6d94d){const _0x27c7bd=a71_0x5499d0;if(!this[_0x27c7bd(0xb7)])return;const _0x46961c={};_0xb6d94d['map'](_0xd58c13=>{const _0x590f95=_0x27c7bd;!_0x46961c[_0xd58c13['name']]&&(_0x46961c[_0xd58c13[_0x590f95(0xd5)]]=0x0),_0x46961c[_0xd58c13[_0x590f95(0xd5)]]+=_0xd58c13['duration'];});const _0x209db4=Object['entries'](_0x46961c)[_0x27c7bd(0xe4)](([_0x53a4be,_0x2bbbb0])=>{const _0x2d3f65=_0x27c7bd,_0x4da3e6={};return _0x4da3e6['name']=_0x53a4be,_0x4da3e6[_0x2d3f65(0xc8)]=_0x2bbbb0,_0x4da3e6;});fs['writeFileSync'](this['jsonReportFileName'],JSON[_0x27c7bd(0x77)](_0x209db4));}static[a71_0x5499d0(0xe0)](){const _0x5d7b6a=a71_0x5499d0,_0x35b3cd={};_0x35b3cd['BGFJE']=function(_0x13cf8c,_0x5855b2){return _0x13cf8c===_0x5855b2;},_0x35b3cd[_0x5d7b6a(0xa2)]=_0x5d7b6a(0xed);const _0x4e8d2e=_0x35b3cd;return!_0x4e8d2e['BGFJE'](process['env']['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x4e8d2e['QoJBm']);}static[a71_0x5499d0(0x93)](_0x52b73b,_0x54a3c6,_0x2f1eb8=null,_0x2c112f=null){const _0x3b17ab=a71_0x5499d0,_0x1f1c77={};_0x1f1c77['Nfswj']=function(_0x31e25f,_0x20ec08){return _0x31e25f+_0x20ec08;},_0x1f1c77[_0x3b17ab(0xcc)]=_0x3b17ab(0xee),_0x1f1c77[_0x3b17ab(0xc4)]=_0x3b17ab(0xdc),_0x1f1c77[_0x3b17ab(0xc6)]=function(_0x5c8d03,_0x14d70c){return _0x5c8d03 instanceof _0x14d70c;};const _0x2540e0=_0x1f1c77;try{if(this[_0x3b17ab(0xbf)]&&this[_0x3b17ab(0xe0)]()){let _0x15a181=_0x52b73b;_0x2f1eb8&&(_0x15a181=_0x52b73b+'['+JSON['stringify'](_0x2f1eb8)+']');const _0x19561a=_0x2540e0['Nfswj'](_0x15a181,_0x2540e0['aBrss']),_0x4eae99=_0x2540e0[_0x3b17ab(0xbd)](_0x15a181,_0x2540e0['oAaAt']);performance[_0x3b17ab(0x8e)](_0x19561a);const _0x5e3fb0=_0x54a3c6[_0x3b17ab(0xd9)](null,_0x2c112f);if(_0x2540e0['ypmIq'](_0x5e3fb0,Promise))return new Promise((_0x5c4cb5,_0x1809b6)=>{const _0x244383=_0x3b17ab;_0x5e3fb0['then'](_0x20572e=>_0x5c4cb5(_0x20572e))[_0x244383(0xe7)](_0xc0a621=>_0x1809b6(_0xc0a621))[_0x244383(0xce)](()=>{const _0x3c5ac1=_0x244383;performance[_0x3c5ac1(0x8e)](_0x4eae99),performance[_0x3c5ac1(0x93)](_0x15a181,_0x19561a,_0x4eae99);});});;return performance['mark'](_0x4eae99),performance[_0x3b17ab(0x93)](_0x15a181,_0x19561a,_0x4eae99),_0x5e3fb0;};return _0x54a3c6[_0x3b17ab(0xd9)](null,_0x2c112f);}catch(_0x42866b){return _0x54a3c6['apply'](null,_0x2c112f);}}static[a71_0x5499d0(0xc3)](_0x45db1e,_0x4bda50){const _0x5b2563=this;return function(){const _0x2fee21=a71_0x4823,_0xe3384c=[_0x45db1e,_0x4bda50,null][_0x2fee21(0xeb)](arguments);return _0x5b2563[_0x2fee21(0x93)][_0x2fee21(0xd9)](_0x5b2563,_0xe3384c);};}static['getCleanedPerfEvents'](){const _0x13c29b=a71_0x5499d0,_0x1dc274={};_0x1dc274[_0x13c29b(0xda)]=function(_0x59268a,_0x300296){return _0x59268a/_0x300296;},_0x1dc274[_0x13c29b(0xe6)]=function(_0x3ba11c,_0x97907b){return _0x3ba11c+_0x97907b;},_0x1dc274[_0x13c29b(0xb3)]=function(_0x51cd58,_0x2fb0b2){return _0x51cd58*_0x2fb0b2;},_0x1dc274['ZPEtL']=function(_0x447b29,_0x35f46a){return _0x447b29+_0x35f46a;};const _0x4de6f4=_0x1dc274,_0x3c417b=/(^.*)\[(.*)\]$/,_0x436f23={},_0x3b24ec={};for(const _0x1920fc of this[_0x13c29b(0x8b)]){const _0x25ce36=_0x1920fc[_0x13c29b(0xd5)][_0x13c29b(0xd1)](_0x3c417b),_0x5d26fa={};_0x5d26fa[_0x13c29b(0xd5)]=_0x1920fc[_0x13c29b(0xd5)],_0x5d26fa[_0x13c29b(0xc8)]=_0x1920fc[_0x13c29b(0xc8)]||0x0;const _0x43ce36=_0x5d26fa;_0x25ce36&&(_0x43ce36['name']=_0x25ce36[0x1],_0x43ce36[_0x13c29b(0x7a)]=JSON[_0x13c29b(0xb1)](_0x25ce36[0x2]));if(_0x436f23[_0x43ce36[_0x13c29b(0xd5)]]){const _0x58e136=_0x436f23[_0x43ce36[_0x13c29b(0xd5)]],_0x592da6=_0x3b24ec[_0x43ce36['name']];_0x436f23[_0x43ce36[_0x13c29b(0xd5)]]['duration']=_0x4de6f4[_0x13c29b(0xda)](_0x4de6f4[_0x13c29b(0xe6)](_0x4de6f4[_0x13c29b(0xb3)](_0x58e136[_0x13c29b(0xc8)],_0x592da6),_0x43ce36[_0x13c29b(0xc8)]),_0x4de6f4['ZPEtL'](0x1,_0x592da6)),_0x3b24ec[_0x43ce36['name']]++;}else _0x436f23[_0x43ce36[_0x13c29b(0xd5)]]=_0x43ce36,_0x3b24ec[_0x43ce36[_0x13c29b(0xd5)]]=0x1;}return Object[_0x13c29b(0xe9)](_0x436f23);}static[a71_0x5499d0(0x87)](){const _0x225b16=a71_0x5499d0,_0x567028={};_0x567028[_0x225b16(0xcb)]=function(_0x37e00c,_0x40c00c){return _0x37e00c===_0x40c00c;},_0x567028[_0x225b16(0x73)]=function(_0x2bf21b,_0x22b80b){return _0x2bf21b+_0x22b80b;};const _0x18da67=_0x567028;if(_0x18da67[_0x225b16(0xcb)](this['_measureEvents'][_0x225b16(0xde)],0x0))return;const _0xd05935=this[_0x225b16(0xe1)](),_0x3d5ab6=JSON[_0x225b16(0x77)](_0xd05935),_0x267fa7=_0x18da67[_0x225b16(0x73)](_0x3d5ab6[_0x225b16(0x98)](0x1,-0x1),',');fs[_0x225b16(0xae)](this[_0x225b16(0xb7)],_0x267fa7);}static[a71_0x5499d0(0x82)](){const _0x30be4e=a71_0x5499d0,_0x17e86c={};_0x17e86c['GCnAh']=function(_0x2806a9,_0x499a89){return _0x2806a9===_0x499a89;},_0x17e86c[_0x30be4e(0xc9)]=function(_0x7277eb,_0x13a895){return _0x7277eb>_0x13a895;};const _0x4af081=_0x17e86c;if(!this[_0x30be4e(0xbf)]||_0x4af081[_0x30be4e(0x7e)](this[_0x30be4e(0x8b)][_0x30be4e(0xde)],0x0))return[];if(!fs[_0x30be4e(0x8c)](this[_0x30be4e(0xb7)]))return this[_0x30be4e(0x8b)];let _0x207f23=fs['readFileSync'](this[_0x30be4e(0xb7)])['toString']();_0x207f23='['+_0x207f23[_0x30be4e(0x98)](0x0,-0x1)+']';let _0x57cc91=JSON[_0x30be4e(0xb1)](_0x207f23);return _0x4af081[_0x30be4e(0xc9)](this['_measureEvents'][_0x30be4e(0xde)],0x0)&&(_0x57cc91=_0x57cc91[_0x30be4e(0xeb)](this['getCleanedPerfEvents']())),this['_observer']['disconnect'](),fs[_0x30be4e(0x94)](this['jsonReportFileName']),_0x57cc91;}static[a71_0x5499d0(0xac)](){const _0x5c8533=a71_0x5499d0,_0x312f6f={};_0x312f6f[_0x5c8533(0x9d)]=function(_0x5b07be,_0x4b1632){return _0x5b07be===_0x4b1632;},_0x312f6f[_0x5c8533(0xa9)]=function(_0x25bea1,_0x5d590f){return _0x25bea1+_0x5d590f;};const _0x2e3b9a=_0x312f6f;if(_0x2e3b9a['NVAMD'](this['_errorEvents'][_0x5c8533(0xde)],0x0))return;const _0x425b96=JSON['stringify'](this[_0x5c8533(0x9a)]),_0xdab64d=_0x2e3b9a[_0x5c8533(0xa9)](_0x425b96[_0x5c8533(0x98)](0x1,-0x1),',');fs['appendFileSync'](this[_0x5c8533(0xd6)],_0xdab64d);}static['finalizeErrors'](){const _0x519484=a71_0x5499d0,_0x2a1742={};_0x2a1742['qUMXw']=function(_0x833b7d,_0x3d9c9a){return _0x833b7d>_0x3d9c9a;};const _0x4d7075=_0x2a1742;if(!fs[_0x519484(0x8c)](this['errorReportFileName']))return this[_0x519484(0x9a)];let _0x58b1d5=fs[_0x519484(0x9e)](this[_0x519484(0xb0)])[_0x519484(0xc5)]();_0x58b1d5='['+_0x58b1d5[_0x519484(0x98)](0x0,-0x1)+']';let _0xc2b564=JSON[_0x519484(0xb1)](_0x58b1d5);return _0x4d7075[_0x519484(0xb5)](this['_errorEvents'][_0x519484(0xde)],0x0)&&(_0xc2b564=_0xc2b564[_0x519484(0xeb)](this[_0x519484(0x9a)])),fs[_0x519484(0x94)](this['errorReportFileName']),_0xc2b564;}static[a71_0x5499d0(0xaf)](_0x503c4c){const _0xb4c086=a71_0x5499d0;if(!this[_0xb4c086(0xe0)]())return;this[_0xb4c086(0x9a)][_0xb4c086(0x80)]({'message':_0x503c4c[_0xb4c086(0xec)],'trace':_0x503c4c[_0xb4c086(0x83)],'code':_0x503c4c[_0xb4c086(0xd7)]||null,'time':new Date()});}static[a71_0x5499d0(0x97)](){const _0x4baefe=a71_0x5499d0,_0x53ebd8={};_0x53ebd8[_0x4baefe(0x91)]=_0x4baefe(0xd0);const _0x3e9847=_0x53ebd8;try{if(!this['isEnabled']())return;this[_0x4baefe(0x92)]['disconnect'](),this['pushPerfMeasures'](),this[_0x4baefe(0xac)]();}catch{logger[_0x4baefe(0xa8)](_0x3e9847[_0x4baefe(0x91)]);}}static[a71_0x5499d0(0xc7)](){const _0x3ef346=a71_0x5499d0,_0x5d9848=this['finalizePerfMeasures'](),_0x17b66a=this['finalizeErrors']();if(!this[_0x3ef346(0xe0)]()){const _0x3846dd={};return _0x3846dd[_0x3ef346(0xbb)]=[],_0x3846dd[_0x3ef346(0xdb)]=[],_0x3846dd;}const _0x202c67={};return _0x202c67[_0x3ef346(0xbb)]=_0x5d9848,_0x202c67[_0x3ef346(0xdb)]=_0x17b66a,_0x202c67;}}function a71_0x2269(){const _0x1424c9=['length','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','isEnabled','getCleanedPerfEvents','Error\x20in\x20writing\x20html\x20','EfOwF','map','45twJHWS','LNSps','catch','winstonLogger','values','reduce','concat','message','false','-start','lzhzn','startMonitoring','join','performance-own.html','stringify','qROYQ','cwd','meta','observe','SLvZL','iSLyJ','GCnAh','1040094rRhiCf','push','exports','finalizePerfMeasures','stack','calculateTimesFromMultipleFiles','./logger','</tbody></table></body></html>','pushPerfMeasures','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','DRUYn','calculateTimeFromEvents','_measureEvents','existsSync','1798080tLeayk','mark','SMixq','writeFile','iOjDt','_observer','measure','unlinkSync','entryType','getEntries','stopMonitoring','slice','260118TgGJlG','_errorEvents','7MJfGfN','1715290fomTHj','NVAMD','readFileSync','\x20for\x20all\x20processes\x20is\x20','</td><td>','91314qNlbAA','QoJBm','tERFT','mKrFa','<tr><td>','disconnect','stopAndGenerate','debug','htROq','./test-observability/utils','qVZjj','pushErrors','buffered','appendFileSync','captureError','errorReportFileName','parse','GUtHI','vTXBw','_events','qUMXw','afstg','jsonReportFileName','Error\x20in\x20doing\x20csv\x20operations:\x20','iXtjx','perf_hooks','measures','generateJSON','Nfswj','Performance\x20report\x20is\x20at\x20','started','1779245AxEONm','rGaxQ','Time\x20for\x20','measureWrapper','oAaAt','toString','ypmIq','finalize','duration','oCYMR','23804XkGBpr','LVHZG','aBrss','<h1>Performance\x20Report</h1>','finally','generateHTMLReport','Error\x20stopping\x20monitoring','match','error-report.json','getEventsFromJSON','performance-report.json','name','errorFile','code','vkPfq','apply','KOWTB','errors','-end','28uMBCxe'];a71_0x2269=function(){return _0x1424c9;};return a71_0x2269();}module[a71_0x5499d0(0x81)]=PerformanceTester;
1
+ function a71_0x21f4(_0x101de9,_0x31a0ad){const _0x40c658=a71_0x40c6();return a71_0x21f4=function(_0x21f439,_0x4fd666){_0x21f439=_0x21f439-0x140;let _0x4abc5f=_0x40c658[_0x21f439];return _0x4abc5f;},a71_0x21f4(_0x101de9,_0x31a0ad);}const a71_0x50f585=a71_0x21f4;(function(_0x6033d7,_0x2fcf19){const _0x346e96=a71_0x21f4,_0x401dc5=_0x6033d7();while(!![]){try{const _0x22f90a=parseInt(_0x346e96(0x162))/0x1*(parseInt(_0x346e96(0x19b))/0x2)+parseInt(_0x346e96(0x19a))/0x3*(-parseInt(_0x346e96(0x1b2))/0x4)+parseInt(_0x346e96(0x160))/0x5*(parseInt(_0x346e96(0x174))/0x6)+parseInt(_0x346e96(0x157))/0x7+-parseInt(_0x346e96(0x14c))/0x8*(parseInt(_0x346e96(0x14e))/0x9)+parseInt(_0x346e96(0x15c))/0xa*(-parseInt(_0x346e96(0x167))/0xb)+-parseInt(_0x346e96(0x188))/0xc;if(_0x22f90a===_0x2fcf19)break;else _0x401dc5['push'](_0x401dc5['shift']());}catch(_0x187b73){_0x401dc5['push'](_0x401dc5['shift']());}}}(a71_0x40c6,0xba936));function a71_0x40c6(){const _0x44c96a=['ZRWJT','stack','531QKGKTX','20Sczpnj','join','XgnCt','CDsPh','buffered','IKMiw','stopMonitoring','</tbody></table></body></html>','</td><td>','jsonReportFileName','writeFileSync','message','dxFJA','disconnect','writeFile','performance-report.json','stringify','error-report.json','false','lhzPr','finalizeErrors','slice','getPerformance','9116AfgRaT','winstonLogger','vXZzV','lwdJr','ExEtQ','AfNpF','./test-observability/utils','concat','errorFile','length','push','aSOAN','match','apply','XaiTl','finalizePerfMeasures','entryType','\x20for\x20all\x20processes\x20is\x20','calculateTimesFromMultipleFiles','parse','Error\x20in\x20doing\x20csv\x20operations:\x20','entries','269032syuZqA','catch','369USJCLk','QMuMx','observe','getEntries','./logger','function','startMonitoring','measureWrapper','appendFileSync','10100111nLBPMO','pushErrors','debug','AVKBW','cTAVA','7862410xgYqQN','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','_errorEvents','-start','6765635jeMfCX','path','65563AjQjaw','xnZbO','Error\x20in\x20writing\x20html\x20','BROWSERSTACK_SDK_INSTRUMENTATION','values','11egTBrW','generateJSON','_observer','unlinkSync','cxmoN','errors','_measureEvents','RSfea','started','aDIgr','isEnabled','getCleanedPerfEvents','errorReportFileName','6DenVqf','cwd','knbIB','dNTEi','iVKaD','xPtgS','Enylj','measures','calculateTimeFromEvents','map','measure','meta','duration','getEventsFromJSON','Performance\x20report\x20is\x20at\x20','existsSync','<h1>Performance\x20Report</h1>','UtAeG','mark','flhjA','1428036DSGLQO','generateHTMLReport','_events','finalize','echSf','nxDua','readFileSync','name','UWaHF','toString','PIJFX','UQCpR','vLfSp','qVLHo','wGRoA','captureError'];a71_0x40c6=function(){return _0x44c96a;};return a71_0x40c6();}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a71_0x50f585(0x1b8)),path=require(a71_0x50f585(0x161)),logger=require(a71_0x50f585(0x152))[a71_0x50f585(0x1b3)];class PerformanceTester{static [a71_0x50f585(0x169)];static ['_events']=[];static [a71_0x50f585(0x16d)]=[];static ['_errorEvents']=[];static [a71_0x50f585(0x16f)]=![];static ['jsonReportFileName']='performance-report.json';static ['errorReportFileName']='error-report.json';static[a71_0x50f585(0x154)](_0x44bf25=a71_0x50f585(0x1aa),_0x445f7e=a71_0x50f585(0x1ac)){const _0x4be69e=a71_0x50f585,_0x309885={};_0x309885[_0x4be69e(0x176)]=function(_0x5ee512,_0x2062d5){return _0x5ee512===_0x2062d5;},_0x309885[_0x4be69e(0x15b)]='measure',_0x309885[_0x4be69e(0x177)]=_0x4be69e(0x153);const _0x45218b=_0x309885;if(this[_0x4be69e(0x16f)]||!this['isEnabled']())return;this[_0x4be69e(0x169)]=new PerformanceObserver(_0xe43fab=>{const _0x523ac5=_0x4be69e,_0x4bc54b={'UtAeG':function(_0x1c3c3c,_0x3565d7){const _0x29831d=a71_0x21f4;return _0x45218b[_0x29831d(0x176)](_0x1c3c3c,_0x3565d7);},'QMuMx':_0x45218b[_0x523ac5(0x15b)]};_0xe43fab[_0x523ac5(0x151)]()['forEach'](_0xaf86fb=>{const _0x70f996=_0x523ac5;_0x4bc54b[_0x70f996(0x185)](_0xaf86fb[_0x70f996(0x146)],_0x4bc54b[_0x70f996(0x14f)])?this[_0x70f996(0x16d)]['push'](_0xaf86fb):this[_0x70f996(0x18a)][_0x70f996(0x140)](_0xaf86fb);});});const _0x4758b5={};_0x4758b5[_0x4be69e(0x19f)]=!![],_0x4758b5['entryTypes']=[_0x45218b[_0x4be69e(0x177)],_0x45218b[_0x4be69e(0x15b)]],this[_0x4be69e(0x169)][_0x4be69e(0x150)](_0x4758b5),this['started']=!![],this[_0x4be69e(0x1a4)]=_0x44bf25,this[_0x4be69e(0x173)]=_0x445f7e;}static[a71_0x50f585(0x1b1)](){return performance;}static[a71_0x50f585(0x17c)](_0x38ae33,_0x3aee36){const _0x4e26d7=a71_0x50f585,_0x19579d={};_0x19579d['nxDua']=function(_0x253d62,_0xc0c860){return _0x253d62+_0xc0c860;},_0x19579d[_0x4e26d7(0x178)]=function(_0x1cc114,_0x134d08){return _0x1cc114||_0x134d08;},_0x19579d[_0x4e26d7(0x16e)]=function(_0x2240cf,_0x21a2ef){return _0x2240cf===_0x21a2ef;};const _0x382f6e=_0x19579d,_0x3b5927={};if(!_0x38ae33||_0x382f6e[_0x4e26d7(0x16e)](_0x38ae33[_0x4e26d7(0x1bb)],0x0))return;_0x38ae33['map'](_0x3bd293=>{const _0x56c6be=_0x4e26d7;!_0x3b5927[_0x3bd293[_0x56c6be(0x18f)]]&&(_0x3b5927[_0x3bd293['name']]=0x0),_0x3b5927[_0x3bd293[_0x56c6be(0x18f)]]+=_0x3bd293[_0x56c6be(0x180)];});const _0x539a69=_0x3aee36['reduce']((_0x40755b,_0x4d5988)=>{const _0x4a7b54=_0x4e26d7;return _0x382f6e[_0x4a7b54(0x18d)](_0x3b5927[_0x4d5988],_0x382f6e[_0x4a7b54(0x178)](_0x40755b,0x0));},0x0);return _0x539a69;}static async[a71_0x50f585(0x148)](_0xce69,_0x5df517){const _0x51a26c=a71_0x50f585,_0x2a7f94={'ZRWJT':function(_0xa2afe0,_0x32060e){return _0xa2afe0+_0x32060e;},'fQyLZ':function(_0x529c63,_0xa52a30){return _0x529c63||_0xa52a30;},'xnZbO':function(_0x3aa844,_0x1546a8){return _0x3aa844===_0x1546a8;},'XgnCt':function(_0x225f7d,_0x4e33c5){return _0x225f7d(_0x4e33c5);},'cxmoN':function(_0x5789a7,_0x1e78a3){return _0x5789a7(_0x1e78a3);}};if(!_0xce69||_0x2a7f94[_0x51a26c(0x163)](_0xce69[_0x51a26c(0x1bb)],0x0))return 0x0;const _0x15490e=[];for(const _0xc9dd67 of _0xce69){const _0x422699=path[_0x51a26c(0x19c)]('.',_0xc9dd67);try{const _0x1627cb=this['getEventsFromJSON'](_0x422699);_0x1627cb[_0x51a26c(0x17d)](_0x2eedbd=>{const _0xfd70bf=_0x51a26c;!_0x15490e[_0x2eedbd[_0xfd70bf(0x18f)]]&&(_0x15490e[_0x2eedbd[_0xfd70bf(0x18f)]]=0x0),_0x15490e[_0x2eedbd['name']]+=_0x2eedbd['duration'];});}catch(_0x5acfb4){_0x2a7f94[_0x51a26c(0x19d)](debug,_0x51a26c(0x14a)+_0x5acfb4['toString']());}}const _0x279b3b=_0x5df517['reduce']((_0x48ccf4,_0x5b0e08)=>{const _0x5bd386=_0x51a26c;return _0x2a7f94[_0x5bd386(0x198)](_0x15490e[_0x5b0e08],_0x2a7f94['fQyLZ'](_0x48ccf4,0x0));},0x0);return _0x2a7f94[_0x51a26c(0x16b)](debug,'Time\x20for\x20'+_0x5df517+_0x51a26c(0x147)+_0x279b3b),_0x279b3b;}static[a71_0x50f585(0x181)](_0x3c5316){const _0x562b4e=a71_0x50f585;if(!fs[_0x562b4e(0x183)](_0x3c5316))return[];return JSON[_0x562b4e(0x149)](fs[_0x562b4e(0x18e)](_0x3c5316)[_0x562b4e(0x191)]());}static async['stopAndGenerate'](_0x57c828='performance-own.html',_0x42faed=null){const _0x3a10d3=a71_0x50f585,_0x33c20f={'Enylj':function(_0x26c776,_0x16b7d0){return _0x26c776(_0x16b7d0);},'bIMpR':function(_0x34fe37,_0x2a9030){return _0x34fe37(_0x2a9030);},'CDsPh':function(_0xd1025b,_0x55e213){return _0xd1025b(_0x55e213);}};if(!this[_0x3a10d3(0x16f)])return;await _0x33c20f[_0x3a10d3(0x19e)](sleep,0x1e),this[_0x3a10d3(0x169)][_0x3a10d3(0x1a8)](),this[_0x3a10d3(0x16f)]=![],this[_0x3a10d3(0x168)](this[_0x3a10d3(0x18a)]);const _0x9e06f0=this[_0x3a10d3(0x189)](this[_0x3a10d3(0x18a)]),_0x514e89=path[_0x3a10d3(0x19c)](process[_0x3a10d3(0x175)](),_0x57c828);fs[_0x3a10d3(0x1a9)](_0x514e89,_0x9e06f0,_0x253b9d=>{const _0xcd545b=_0x3a10d3;if(_0x253b9d){_0x33c20f[_0xcd545b(0x17a)](debug,_0xcd545b(0x164)+_0x253b9d[_0xcd545b(0x191)]());return;}_0x33c20f['bIMpR'](debug,_0xcd545b(0x182)+_0x514e89);});if(_0x42faed)return this[_0x3a10d3(0x17c)](this[_0x3a10d3(0x18a)],_0x42faed);}static[a71_0x50f585(0x189)](_0x2e63d8){const _0x497a05=a71_0x50f585,_0x35ac9c={};_0x35ac9c[_0x497a05(0x196)]=_0x497a05(0x15d),_0x35ac9c[_0x497a05(0x1a7)]=_0x497a05(0x184),_0x35ac9c[_0x497a05(0x190)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x35ac9c[_0x497a05(0x144)]=_0x497a05(0x1a2);const _0x3d82ce=_0x35ac9c;let _0x5e0013=_0x3d82ce[_0x497a05(0x196)];return _0x5e0013+=_0x3d82ce[_0x497a05(0x1a7)],_0x5e0013+=_0x3d82ce[_0x497a05(0x190)],_0x2e63d8['forEach'](_0x413a7a=>{const _0x152c3e=_0x497a05;_0x5e0013+='<tr><td>'+_0x413a7a['name']+_0x152c3e(0x1a3)+_0x413a7a['duration']+'</td></tr>';}),_0x5e0013+=_0x3d82ce[_0x497a05(0x144)],_0x5e0013;}static[a71_0x50f585(0x168)](_0x279f09){const _0x4da633=a71_0x50f585;if(!this[_0x4da633(0x1a4)])return;const _0x174235={};_0x279f09[_0x4da633(0x17d)](_0x4ba7b1=>{const _0x268450=_0x4da633;!_0x174235[_0x4ba7b1['name']]&&(_0x174235[_0x4ba7b1[_0x268450(0x18f)]]=0x0),_0x174235[_0x4ba7b1['name']]+=_0x4ba7b1[_0x268450(0x180)];});const _0x1209a9=Object[_0x4da633(0x14b)](_0x174235)[_0x4da633(0x17d)](([_0x4dad7f,_0x1dc938])=>{const _0x2b6a6a=_0x4da633,_0x24e5fb={};return _0x24e5fb[_0x2b6a6a(0x18f)]=_0x4dad7f,_0x24e5fb[_0x2b6a6a(0x180)]=_0x1dc938,_0x24e5fb;});fs[_0x4da633(0x1a5)](this['jsonReportFileName'],JSON[_0x4da633(0x1ab)](_0x1209a9));}static['isEnabled'](){const _0x2d628b=a71_0x50f585,_0x26228d={};_0x26228d[_0x2d628b(0x18c)]=function(_0x361230,_0x55268c){return _0x361230===_0x55268c;},_0x26228d[_0x2d628b(0x1b6)]=_0x2d628b(0x1ad);const _0x4e13df=_0x26228d;return!_0x4e13df['echSf'](process['env'][_0x2d628b(0x165)],_0x4e13df['ExEtQ']);}static[a71_0x50f585(0x17e)](_0x1112c4,_0x156a62,_0x40e1c7=null,_0x3d396d=null){const _0x5b15d6=a71_0x50f585,_0x414208={};_0x414208['flhjA']=function(_0x123ecb,_0x81706d){return _0x123ecb+_0x81706d;},_0x414208['hHSEK']=_0x5b15d6(0x15f),_0x414208[_0x5b15d6(0x179)]='-end',_0x414208[_0x5b15d6(0x1b5)]=function(_0x5b277c,_0x1affa1){return _0x5b277c instanceof _0x1affa1;};const _0x4c6aac=_0x414208;try{if(this[_0x5b15d6(0x16f)]&&this[_0x5b15d6(0x171)]()){let _0x4a082b=_0x1112c4;_0x40e1c7&&(_0x4a082b=_0x1112c4+'['+JSON[_0x5b15d6(0x1ab)](_0x40e1c7)+']');const _0xd9c34=_0x4c6aac[_0x5b15d6(0x187)](_0x4a082b,_0x4c6aac['hHSEK']),_0x33e2e1=_0x4c6aac[_0x5b15d6(0x187)](_0x4a082b,_0x4c6aac[_0x5b15d6(0x179)]);performance[_0x5b15d6(0x186)](_0xd9c34);const _0x33f352=_0x156a62[_0x5b15d6(0x143)](null,_0x3d396d);if(_0x4c6aac['lwdJr'](_0x33f352,Promise))return new Promise((_0x3ca67a,_0x189a3e)=>{const _0x2d90c6=_0x5b15d6;_0x33f352['then'](_0x4c09ef=>_0x3ca67a(_0x4c09ef))[_0x2d90c6(0x14d)](_0x44da32=>_0x189a3e(_0x44da32))['finally'](()=>{const _0xa1c12a=_0x2d90c6;performance[_0xa1c12a(0x186)](_0x33e2e1),performance['measure'](_0x4a082b,_0xd9c34,_0x33e2e1);});});;return performance[_0x5b15d6(0x186)](_0x33e2e1),performance[_0x5b15d6(0x17e)](_0x4a082b,_0xd9c34,_0x33e2e1),_0x33f352;};return _0x156a62[_0x5b15d6(0x143)](null,_0x3d396d);}catch(_0x1974e5){return _0x156a62[_0x5b15d6(0x143)](null,_0x3d396d);}}static[a71_0x50f585(0x155)](_0x450af1,_0x58cafd){const _0x593fa1=this;return function(){const _0x5aefb5=a71_0x21f4,_0x107be3=[_0x450af1,_0x58cafd,null]['concat'](arguments);return _0x593fa1[_0x5aefb5(0x17e)][_0x5aefb5(0x143)](_0x593fa1,_0x107be3);};}static[a71_0x50f585(0x172)](){const _0x4419be=a71_0x50f585,_0x2769e7={};_0x2769e7[_0x4419be(0x1b7)]=function(_0x792d54,_0x1a9f9b){return _0x792d54/_0x1a9f9b;},_0x2769e7[_0x4419be(0x195)]=function(_0x27b625,_0x1cbe9b){return _0x27b625+_0x1cbe9b;},_0x2769e7[_0x4419be(0x1b4)]=function(_0x40972c,_0x46c8f9){return _0x40972c*_0x46c8f9;};const _0x284ecc=_0x2769e7,_0x1be080=/(^.*)\[(.*)\]$/,_0x3e209c={},_0x5ea635={};for(const _0x2a551d of this[_0x4419be(0x16d)]){const _0x2b9138=_0x2a551d[_0x4419be(0x18f)][_0x4419be(0x142)](_0x1be080),_0x3eb1db={};_0x3eb1db['name']=_0x2a551d['name'],_0x3eb1db['duration']=_0x2a551d[_0x4419be(0x180)]||0x0;const _0x3d8242=_0x3eb1db;_0x2b9138&&(_0x3d8242[_0x4419be(0x18f)]=_0x2b9138[0x1],_0x3d8242[_0x4419be(0x17f)]=JSON[_0x4419be(0x149)](_0x2b9138[0x2]));if(_0x3e209c[_0x3d8242[_0x4419be(0x18f)]]){const _0x1f3cdb=_0x3e209c[_0x3d8242[_0x4419be(0x18f)]],_0x3f75e3=_0x5ea635[_0x3d8242[_0x4419be(0x18f)]];_0x3e209c[_0x3d8242['name']][_0x4419be(0x180)]=_0x284ecc[_0x4419be(0x1b7)](_0x284ecc[_0x4419be(0x195)](_0x284ecc[_0x4419be(0x1b4)](_0x1f3cdb['duration'],_0x3f75e3),_0x3d8242[_0x4419be(0x180)]),_0x284ecc['qVLHo'](0x1,_0x3f75e3)),_0x5ea635[_0x3d8242['name']]++;}else _0x3e209c[_0x3d8242[_0x4419be(0x18f)]]=_0x3d8242,_0x5ea635[_0x3d8242[_0x4419be(0x18f)]]=0x1;}return Object[_0x4419be(0x166)](_0x3e209c);}static['pushPerfMeasures'](){const _0x48c4ee=a71_0x50f585,_0x5dabcc={};_0x5dabcc[_0x48c4ee(0x192)]=function(_0x87aaa6,_0x195879){return _0x87aaa6===_0x195879;},_0x5dabcc['aDIgr']=function(_0x5a82c0,_0x1ab22e){return _0x5a82c0+_0x1ab22e;};const _0x5872a9=_0x5dabcc;if(_0x5872a9[_0x48c4ee(0x192)](this['_measureEvents']['length'],0x0))return;const _0x23ea27=this[_0x48c4ee(0x172)](),_0x5a6806=JSON['stringify'](_0x23ea27),_0x2a3f12=_0x5872a9[_0x48c4ee(0x170)](_0x5a6806[_0x48c4ee(0x1b0)](0x1,-0x1),',');fs[_0x48c4ee(0x156)](this[_0x48c4ee(0x1a4)],_0x2a3f12);}static[a71_0x50f585(0x145)](){const _0x1b182f=a71_0x50f585,_0x12a5c2={};_0x12a5c2[_0x1b182f(0x193)]=function(_0x5d9b9a,_0x3bfd9c){return _0x5d9b9a===_0x3bfd9c;},_0x12a5c2[_0x1b182f(0x15a)]=function(_0x1951e6,_0x850968){return _0x1951e6>_0x850968;};const _0x405599=_0x12a5c2;if(!this['started']||_0x405599[_0x1b182f(0x193)](this[_0x1b182f(0x16d)][_0x1b182f(0x1bb)],0x0))return[];if(!fs[_0x1b182f(0x183)](this['jsonReportFileName']))return this[_0x1b182f(0x16d)];let _0x980455=fs[_0x1b182f(0x18e)](this['jsonReportFileName'])[_0x1b182f(0x191)]();_0x980455='['+_0x980455['slice'](0x0,-0x1)+']';let _0x3f150c=JSON['parse'](_0x980455);return _0x405599['AVKBW'](this[_0x1b182f(0x16d)][_0x1b182f(0x1bb)],0x0)&&(_0x3f150c=_0x3f150c[_0x1b182f(0x1b9)](this['getCleanedPerfEvents']())),this[_0x1b182f(0x169)][_0x1b182f(0x1a8)](),fs[_0x1b182f(0x16a)](this['jsonReportFileName']),_0x3f150c;}static[a71_0x50f585(0x158)](){const _0x238003=a71_0x50f585,_0x2d9950={};_0x2d9950[_0x238003(0x1ae)]=function(_0x4207fe,_0x2d4193){return _0x4207fe===_0x2d4193;},_0x2d9950['IKMiw']=function(_0x41434c,_0x3bbd79){return _0x41434c+_0x3bbd79;};const _0xd655b4=_0x2d9950;if(_0xd655b4[_0x238003(0x1ae)](this[_0x238003(0x15e)][_0x238003(0x1bb)],0x0))return;const _0x267965=JSON['stringify'](this[_0x238003(0x15e)]),_0x1937ee=_0xd655b4[_0x238003(0x1a0)](_0x267965['slice'](0x1,-0x1),',');fs[_0x238003(0x156)](this[_0x238003(0x1ba)],_0x1937ee);}static['finalizeErrors'](){const _0x19894e=a71_0x50f585,_0xec7d2c={};_0xec7d2c[_0x19894e(0x141)]=function(_0x4dd116,_0x301217){return _0x4dd116>_0x301217;};const _0x1a8782=_0xec7d2c;if(!fs[_0x19894e(0x183)](this[_0x19894e(0x173)]))return this[_0x19894e(0x15e)];let _0x53559a=fs[_0x19894e(0x18e)](this[_0x19894e(0x173)])[_0x19894e(0x191)]();_0x53559a='['+_0x53559a['slice'](0x0,-0x1)+']';let _0x1e21df=JSON['parse'](_0x53559a);return _0x1a8782[_0x19894e(0x141)](this[_0x19894e(0x15e)]['length'],0x0)&&(_0x1e21df=_0x1e21df[_0x19894e(0x1b9)](this['_errorEvents'])),fs[_0x19894e(0x16a)](this[_0x19894e(0x173)]),_0x1e21df;}static[a71_0x50f585(0x197)](_0x2889f9){const _0x51a0ec=a71_0x50f585;if(!this['isEnabled']())return;this[_0x51a0ec(0x15e)][_0x51a0ec(0x140)]({'message':_0x2889f9[_0x51a0ec(0x1a6)],'trace':_0x2889f9[_0x51a0ec(0x199)],'code':_0x2889f9['code']||null,'time':new Date()});}static[a71_0x50f585(0x1a1)](){const _0x2bcdb4=a71_0x50f585,_0x3e985e={};_0x3e985e['vLfSp']='Error\x20stopping\x20monitoring';const _0x407367=_0x3e985e;try{if(!this[_0x2bcdb4(0x171)]())return;this[_0x2bcdb4(0x169)]['disconnect'](),this['pushPerfMeasures'](),this[_0x2bcdb4(0x158)]();}catch{logger[_0x2bcdb4(0x159)](_0x407367[_0x2bcdb4(0x194)]);}}static[a71_0x50f585(0x18b)](){const _0xf3a503=a71_0x50f585,_0x36c6c6=this[_0xf3a503(0x145)](),_0x49c8ee=this[_0xf3a503(0x1af)]();if(!this[_0xf3a503(0x171)]()){const _0x1e5f41={};return _0x1e5f41[_0xf3a503(0x17b)]=[],_0x1e5f41['errors']=[],_0x1e5f41;}const _0x3157eb={};return _0x3157eb[_0xf3a503(0x17b)]=_0x36c6c6,_0x3157eb[_0xf3a503(0x16c)]=_0x49c8ee,_0x3157eb;}}module['exports']=PerformanceTester;
@@ -1 +1 @@
1
- function a72_0x2a8a(){const _0x388ac0=['RaObT','now','3446oDoysA','headers','duration_ms','beFOQ','ibhpi','4630404APWJse','DZkhi','status_code','socket','1856232RBLZFO','exports','http','host','restore','spy','removeListener','35Wqvxev','aPUzm','mwYrE','176fgwzWq','hostname','IxkFL','https','statusCode','1019091NJvOnE','unpatch','1892830utIEBL','191QsTKqu','path','auqBT','monkeypatch','pRyvE','request','method','dGRlr','115195UPexEb','9140283fuzAwl','tqcrb','54YrKIuf','response'];a72_0x2a8a=function(){return _0x388ac0;};return a72_0x2a8a();}const a72_0x14a075=a72_0x1d4f;(function(_0x537df1,_0x11a546){const _0x3f6c0c=a72_0x1d4f,_0x123065=_0x537df1();while(!![]){try{const _0x47fd3e=-parseInt(_0x3f6c0c(0x121))/0x1*(-parseInt(_0x3f6c0c(0x130))/0x2)+parseInt(_0x3f6c0c(0x11e))/0x3+parseInt(_0x3f6c0c(0x10b))/0x4+-parseInt(_0x3f6c0c(0x129))/0x5*(parseInt(_0x3f6c0c(0x12c))/0x6)+parseInt(_0x3f6c0c(0x116))/0x7*(parseInt(_0x3f6c0c(0x10f))/0x8)+parseInt(_0x3f6c0c(0x12a))/0x9+-parseInt(_0x3f6c0c(0x120))/0xa*(parseInt(_0x3f6c0c(0x119))/0xb);if(_0x47fd3e===_0x11a546)break;else _0x123065['push'](_0x123065['shift']());}catch(_0x456bca){_0x123065['push'](_0x123065['shift']());}}}(a72_0x2a8a,0xbb124));const http=require(a72_0x14a075(0x111)),https=require(a72_0x14a075(0x11c)),monkeypatch=require(a72_0x14a075(0x124));function a72_0x1d4f(_0x1b7937,_0x2697be){const _0x2a8ab1=a72_0x2a8a();return a72_0x1d4f=function(_0x1d4fca,_0x684692){_0x1d4fca=_0x1d4fca-0x10a;let _0x1a886a=_0x2a8ab1[_0x1d4fca];return _0x1a886a;},a72_0x1d4f(_0x1b7937,_0x2697be);}function spy(_0x5e79c3){const _0x548fa7=a72_0x14a075,_0x349d54={'tqcrb':'error','RaObT':function(_0x57c840,_0x4f1fbd,_0x2762f3){return _0x57c840(_0x4f1fbd,_0x2762f3);},'CMySC':function(_0x4b4496,_0x499d03){return _0x4b4496-_0x499d03;},'IxkFL':function(_0x4eed21,..._0x347e74){return _0x4eed21(..._0x347e74);},'mwYrE':_0x548fa7(0x12d),'aPUzm':_0x548fa7(0x10e),'ibhpi':function(_0x14a2b3,_0x39ac62,_0x1f9662,_0x15591d){return _0x14a2b3(_0x39ac62,_0x1f9662,_0x15591d);},'beFOQ':'end','auqBT':_0x548fa7(0x126)},_0x26da52=(_0x336c19,_0x2c1f28,_0x1e6d74)=>{const _0x1ed570=_0x548fa7,_0x5ecdbd={'dGRlr':function(_0x21397b,_0x54580c,_0x574d91){return _0x349d54['RaObT'](_0x21397b,_0x54580c,_0x574d91);},'DZkhi':function(_0x2885e8,_0x2c576c){return _0x349d54['CMySC'](_0x2885e8,_0x2c576c);},'KstmM':_0x349d54[_0x1ed570(0x12b)],'pRyvE':function(_0x36a616,..._0x36c998){const _0x44f103=_0x1ed570;return _0x349d54[_0x44f103(0x11b)](_0x36a616,..._0x36c998);}},_0xaf4c35=_0x349d54[_0x1ed570(0x12e)](_0x336c19,_0x2c1f28,_0x1e6d74);let _0x30f1a4=Date['now'](),_0x41f641;const _0x289724=_0x1557b5=>{const _0x59efd3=_0x1ed570,_0x1d1f3e={};_0x1d1f3e[_0x59efd3(0x112)]=_0x2c1f28[_0x59efd3(0x112)]||_0x2c1f28['hostname'],_0x1d1f3e[_0x59efd3(0x122)]=_0x2c1f28[_0x59efd3(0x122)],_0x1d1f3e[_0x59efd3(0x127)]=_0x2c1f28['method'],_0x1d1f3e[_0x59efd3(0x131)]=_0x2c1f28[_0x59efd3(0x131)],_0x5ecdbd[_0x59efd3(0x128)](_0x5e79c3,_0x1557b5,_0x1d1f3e);};return _0xaf4c35['once'](_0x349d54[_0x1ed570(0x118)],_0x1fc062=>{const _0x4a0147=_0x1ed570,_0x2fa8c0=_0x5ecdbd[_0x4a0147(0x10c)](Date['now'](),_0x30f1a4),_0x27a66c={};_0x27a66c['hostname']=_0x2c1f28[_0x4a0147(0x112)]||_0x2c1f28[_0x4a0147(0x11a)],_0x27a66c[_0x4a0147(0x122)]=_0x2c1f28[_0x4a0147(0x122)],_0x27a66c[_0x4a0147(0x127)]=_0x2c1f28[_0x4a0147(0x127)],_0x27a66c[_0x4a0147(0x131)]=_0x2c1f28[_0x4a0147(0x131)],_0x27a66c[_0x4a0147(0x10d)]=_0x1fc062[_0x4a0147(0x11d)],_0x27a66c[_0x4a0147(0x132)]=_0x2fa8c0,_0x5ecdbd[_0x4a0147(0x128)](_0x5e79c3,null,_0x27a66c),_0x41f641[_0x4a0147(0x115)](_0x5ecdbd['KstmM'],_0x289724);}),_0xaf4c35['on'](_0x349d54[_0x1ed570(0x117)],_0x3b9223=>{const _0x3f76ac=_0x1ed570;_0x41f641=_0x3b9223,_0x3b9223['once'](_0x349d54[_0x3f76ac(0x12b)],_0x289724);}),_0x349d54['ibhpi'](monkeypatch,_0xaf4c35,_0x349d54[_0x1ed570(0x133)],(_0x495597,..._0xe83e8f)=>{const _0x561da4=_0x1ed570;_0x30f1a4=Date[_0x561da4(0x12f)](),_0x5ecdbd[_0x561da4(0x125)](_0x495597,..._0xe83e8f);}),_0xaf4c35;};_0x349d54[_0x548fa7(0x10a)](monkeypatch,http,_0x349d54[_0x548fa7(0x123)],_0x26da52),_0x349d54[_0x548fa7(0x10a)](monkeypatch,https,_0x349d54[_0x548fa7(0x123)],_0x26da52);}function restore(){const _0x473b71=a72_0x14a075;http['request'][_0x473b71(0x11f)](),https[_0x473b71(0x126)][_0x473b71(0x11f)]();}const a72_0x21722f={};a72_0x21722f[a72_0x14a075(0x114)]=spy,a72_0x21722f[a72_0x14a075(0x113)]=restore,module[a72_0x14a075(0x110)]=a72_0x21722f;
1
+ const a72_0x403e80=a72_0x5ceb;(function(_0x2bf84d,_0x46b749){const _0x29e8f5=a72_0x5ceb,_0x22f9ab=_0x2bf84d();while(!![]){try{const _0x33b6f7=-parseInt(_0x29e8f5(0x1b2))/0x1+parseInt(_0x29e8f5(0x1cd))/0x2*(parseInt(_0x29e8f5(0x1b7))/0x3)+-parseInt(_0x29e8f5(0x1c5))/0x4*(-parseInt(_0x29e8f5(0x1af))/0x5)+-parseInt(_0x29e8f5(0x1c4))/0x6+-parseInt(_0x29e8f5(0x1c9))/0x7*(-parseInt(_0x29e8f5(0x1ad))/0x8)+-parseInt(_0x29e8f5(0x1c3))/0x9+-parseInt(_0x29e8f5(0x1d0))/0xa;if(_0x33b6f7===_0x46b749)break;else _0x22f9ab['push'](_0x22f9ab['shift']());}catch(_0xd4f10d){_0x22f9ab['push'](_0x22f9ab['shift']());}}}(a72_0x504e,0xeff9b));function a72_0x504e(){const _0x262dd1=['status_code','imnnu','VJocq','once','hostname','request','duration_ms','11938347HqiteZ','9632064iHzteR','5140804prfYDj','nDsbq','removeListener','socket','4222148TgCcfj','JdRhh','path','ORqRo','10DmPHqX','headers','end','1481040eidHgT','lbaxA','exports','24agGGdI','now','5XvvATA','monkeypatch','method','333708vnlTek','statusCode','ElHgd','host','xBmBp','781131EHrnxO','unpatch','http','MGjXb','xfzjv'];a72_0x504e=function(){return _0x262dd1;};return a72_0x504e();}const http=require(a72_0x403e80(0x1b9)),https=require('https'),monkeypatch=require(a72_0x403e80(0x1b0));function spy(_0x33ca31){const _0x54f044=a72_0x403e80,_0x3a52f3={'ORqRo':function(_0xb26106,_0x31848c){return _0xb26106-_0x31848c;},'JdRhh':function(_0x29b5dd,_0x2139e6,_0x531d46){return _0x29b5dd(_0x2139e6,_0x531d46);},'ElHgd':'error','nDsbq':function(_0x1543bc,_0x2e8090,_0x47682a){return _0x1543bc(_0x2e8090,_0x47682a);},'xBmBp':function(_0xa8b171,..._0x9d4b23){return _0xa8b171(..._0x9d4b23);},'YxSFC':'response','RdqZF':_0x54f044(0x1c8),'MGjXb':function(_0x104f88,_0xdc4a99,_0x556ebc,_0x3fe22c){return _0x104f88(_0xdc4a99,_0x556ebc,_0x3fe22c);},'VJocq':_0x54f044(0x1cf),'lbaxA':_0x54f044(0x1c1),'imnnu':function(_0x3ec56a,_0x18d12a,_0x52eee9,_0x4be551){return _0x3ec56a(_0x18d12a,_0x52eee9,_0x4be551);}},_0x1610f0=(_0x78bb15,_0x2222e4,_0x17902e)=>{const _0x624f3b=_0x54f044,_0x2af4fa={'xfzjv':function(_0x1e3767,_0x40c468,_0x2dd35b){const _0x435903=a72_0x5ceb;return _0x3a52f3[_0x435903(0x1c6)](_0x1e3767,_0x40c468,_0x2dd35b);},'oxaud':function(_0x5bffb5,..._0x211267){const _0x26b020=a72_0x5ceb;return _0x3a52f3[_0x26b020(0x1b6)](_0x5bffb5,..._0x211267);}},_0x5c509c=_0x3a52f3[_0x624f3b(0x1ca)](_0x78bb15,_0x2222e4,_0x17902e);let _0xcda86c=Date['now'](),_0x980421;const _0x33097a=_0x5af0fb=>{const _0x503925=_0x624f3b,_0x4fde20={};_0x4fde20[_0x503925(0x1b5)]=_0x2222e4['host']||_0x2222e4['hostname'],_0x4fde20[_0x503925(0x1cb)]=_0x2222e4[_0x503925(0x1cb)],_0x4fde20[_0x503925(0x1b1)]=_0x2222e4[_0x503925(0x1b1)],_0x4fde20[_0x503925(0x1ce)]=_0x2222e4['headers'],_0x2af4fa[_0x503925(0x1bb)](_0x33ca31,_0x5af0fb,_0x4fde20);};return _0x5c509c[_0x624f3b(0x1bf)](_0x3a52f3['YxSFC'],_0x4f4715=>{const _0x13224a=_0x624f3b,_0xb0cd24=_0x3a52f3[_0x13224a(0x1cc)](Date[_0x13224a(0x1ae)](),_0xcda86c),_0x289a61={};_0x289a61[_0x13224a(0x1c0)]=_0x2222e4['host']||_0x2222e4['hostname'],_0x289a61[_0x13224a(0x1cb)]=_0x2222e4[_0x13224a(0x1cb)],_0x289a61[_0x13224a(0x1b1)]=_0x2222e4[_0x13224a(0x1b1)],_0x289a61[_0x13224a(0x1ce)]=_0x2222e4[_0x13224a(0x1ce)],_0x289a61[_0x13224a(0x1bc)]=_0x4f4715[_0x13224a(0x1b3)],_0x289a61[_0x13224a(0x1c2)]=_0xb0cd24,_0x3a52f3[_0x13224a(0x1ca)](_0x33ca31,null,_0x289a61),_0x980421[_0x13224a(0x1c7)](_0x3a52f3[_0x13224a(0x1b4)],_0x33097a);}),_0x5c509c['on'](_0x3a52f3['RdqZF'],_0x31d295=>{const _0x30df77=_0x624f3b;_0x980421=_0x31d295,_0x31d295[_0x30df77(0x1bf)](_0x3a52f3['ElHgd'],_0x33097a);}),_0x3a52f3['MGjXb'](monkeypatch,_0x5c509c,_0x3a52f3[_0x624f3b(0x1be)],(_0x252b9b,..._0x1b8ca3)=>{const _0x4aebb3=_0x624f3b;_0xcda86c=Date[_0x4aebb3(0x1ae)](),_0x2af4fa['oxaud'](_0x252b9b,..._0x1b8ca3);}),_0x5c509c;};_0x3a52f3[_0x54f044(0x1ba)](monkeypatch,http,_0x3a52f3[_0x54f044(0x1d1)],_0x1610f0),_0x3a52f3[_0x54f044(0x1bd)](monkeypatch,https,_0x3a52f3['lbaxA'],_0x1610f0);}function restore(){const _0x530315=a72_0x403e80;http['request'][_0x530315(0x1b8)](),https[_0x530315(0x1c1)]['unpatch']();}const a72_0x2827a6={};function a72_0x5ceb(_0x4112e7,_0x58fc45){const _0x504efc=a72_0x504e();return a72_0x5ceb=function(_0x5cebe1,_0xed8c9f){_0x5cebe1=_0x5cebe1-0x1ad;let _0x4f06cd=_0x504efc[_0x5cebe1];return _0x4f06cd;},a72_0x5ceb(_0x4112e7,_0x58fc45);}a72_0x2827a6['spy']=spy,a72_0x2827a6['restore']=restore,module[a72_0x403e80(0x1d2)]=a72_0x2827a6;
@@ -1 +1 @@
1
- const a73_0x4c2185=a73_0x2a1a;function a73_0x2a1a(_0x95b66a,_0x13ef17){const _0x34c557=a73_0x34c5();return a73_0x2a1a=function(_0x2a1aaf,_0x561c84){_0x2a1aaf=_0x2a1aaf-0x140;let _0x2e0c4b=_0x34c557[_0x2a1aaf];return _0x2e0c4b;},a73_0x2a1a(_0x95b66a,_0x13ef17);}function a73_0x34c5(){const _0x5c519d=['exports','2430760fpHHIE','fXoYC','keepAlive','dvlJu','jxoNk','2919276qqhHoD','383574HbMmul','2891MAtUne','2872LXNEJi','keepAliveMsecs','HQnIq','https:','hasOwnProperty','dhRXi','542320TLviaN','OUbBy','request','5UkomfQ','SSjue','172PmegPs','agent','protocol','http','Agent','1096890RHprWE','gIyxd','globalAgent','37671IqqKrg'];a73_0x34c5=function(){return _0x5c519d;};return a73_0x34c5();}(function(_0x23f35b,_0x5bb04c){const _0x28f1a7=a73_0x2a1a,_0x190b8c=_0x23f35b();while(!![]){try{const _0x3a984a=parseInt(_0x28f1a7(0x15a))/0x1+parseInt(_0x28f1a7(0x147))/0x2+-parseInt(_0x28f1a7(0x14a))/0x3*(parseInt(_0x28f1a7(0x142))/0x4)+parseInt(_0x28f1a7(0x140))/0x5*(-parseInt(_0x28f1a7(0x152))/0x6)+-parseInt(_0x28f1a7(0x153))/0x7*(parseInt(_0x28f1a7(0x154))/0x8)+parseInt(_0x28f1a7(0x151))/0x9+-parseInt(_0x28f1a7(0x14c))/0xa;if(_0x3a984a===_0x5bb04c)break;else _0x190b8c['push'](_0x190b8c['shift']());}catch(_0x94edbd){_0x190b8c['push'](_0x190b8c['shift']());}}}(a73_0x34c5,0x66842),module[a73_0x4c2185(0x14b)]=function(){const _0x1b26c7=a73_0x4c2185,_0x595801={'gIyxd':function(_0x51a62d,_0x330283){return _0x51a62d===_0x330283;},'dhRXi':_0x1b26c7(0x157),'OUbBy':_0x1b26c7(0x143),'HQnIq':function(_0x40eb4a,_0x2ff408,_0x18e767){return _0x40eb4a(_0x2ff408,_0x18e767);},'gVOgO':function(_0x2a1417,_0x3bab9a,_0x54adbe){return _0x2a1417(_0x3bab9a,_0x54adbe);},'fXoYC':function(_0xd2cda9,_0x5eefe1){return _0xd2cda9(_0x5eefe1);},'dvlJu':_0x1b26c7(0x145),'SSjue':'https','jxoNk':function(_0x165676,_0x22a487){return _0x165676*_0x22a487;},'sxEoW':_0x1b26c7(0x14e)},_0x4dde92=_0x595801[_0x1b26c7(0x14d)](require,_0x595801[_0x1b26c7(0x14f)]),_0x4bd1ec=_0x595801[_0x1b26c7(0x14d)](require,_0x595801[_0x1b26c7(0x141)]),_0x481ca1=_0x595801[_0x1b26c7(0x150)](0x1e,0x3e8);if(_0x4dde92[_0x1b26c7(0x149)]&&Object['prototype'][_0x1b26c7(0x158)]['call'](_0x4dde92['globalAgent'],_0x595801['sxEoW']))_0x4dde92[_0x1b26c7(0x149)][_0x1b26c7(0x14e)]=!![],_0x4bd1ec[_0x1b26c7(0x149)][_0x1b26c7(0x14e)]=!![],_0x4dde92[_0x1b26c7(0x149)][_0x1b26c7(0x155)]=_0x481ca1,_0x4bd1ec['globalAgent'][_0x1b26c7(0x155)]=_0x481ca1;else{const _0x156730={};_0x156730['keepAlive']=!![],_0x156730[_0x1b26c7(0x155)]=_0x481ca1;const _0x2844cf=new _0x4dde92['Agent'](_0x156730),_0x4e661b={};_0x4e661b[_0x1b26c7(0x14e)]=!![],_0x4e661b[_0x1b26c7(0x155)]=_0x481ca1;const _0x1096da=new _0x4bd1ec[(_0x1b26c7(0x146))](_0x4e661b),_0x1d39ff=_0x4dde92['request'],_0x51a8cd=_0x4bd1ec[_0x1b26c7(0x15c)];_0x4dde92['request']=function(_0x5cd3e6,_0x386c37){const _0x544ef7=_0x1b26c7;if(_0x595801[_0x544ef7(0x148)](_0x5cd3e6[_0x544ef7(0x144)],_0x595801[_0x544ef7(0x159)]))return _0x5cd3e6[_0x595801['OUbBy']]=_0x1096da,_0x595801[_0x544ef7(0x156)](_0x51a8cd,_0x5cd3e6,_0x386c37);return _0x5cd3e6[_0x595801[_0x544ef7(0x15b)]]=_0x2844cf,_0x595801['gVOgO'](_0x1d39ff,_0x5cd3e6,_0x386c37);};}});
1
+ function a73_0x4e50(_0x1b8e15,_0x3b4ef5){const _0xa0c1e5=a73_0xa0c1();return a73_0x4e50=function(_0x4e50ca,_0x764e2b){_0x4e50ca=_0x4e50ca-0x19b;let _0x56d15e=_0xa0c1e5[_0x4e50ca];return _0x56d15e;},a73_0x4e50(_0x1b8e15,_0x3b4ef5);}function a73_0xa0c1(){const _0x1e6bd5=['11210857IqJIAU','https','hasOwnProperty','keepAlive','rFKPh','33560544qDcDgy','globalAgent','480440hQYrfZ','4124199xuqpfB','Twwpp','5HkKKLS','http','zClDG','veIGp','SDthL','SAWqM','request','1796448rqATsG','aXTKK','859266ENMtqO','protocol','7170704jgxtej','Agent','https:','keepAliveMsecs','FDWmA','rNfni'];a73_0xa0c1=function(){return _0x1e6bd5;};return a73_0xa0c1();}(function(_0xc463cf,_0x571295){const _0x161ed0=a73_0x4e50,_0xc64d24=_0xc463cf();while(!![]){try{const _0x24ab97=-parseInt(_0x161ed0(0x1a4))/0x1+parseInt(_0x161ed0(0x1b5))/0x2+-parseInt(_0x161ed0(0x19b))/0x3+-parseInt(_0x161ed0(0x1a8))/0x4+-parseInt(_0x161ed0(0x19d))/0x5*(parseInt(_0x161ed0(0x1a6))/0x6)+parseInt(_0x161ed0(0x1ae))/0x7+parseInt(_0x161ed0(0x1b3))/0x8;if(_0x24ab97===_0x571295)break;else _0xc64d24['push'](_0xc64d24['shift']());}catch(_0x58f1fb){_0xc64d24['push'](_0xc64d24['shift']());}}}(a73_0xa0c1,0xe2feb),module['exports']=function(){const _0x213a29=a73_0x4e50,_0x3ab547={'rFKPh':function(_0x1eb2fa,_0x5e3402){return _0x1eb2fa===_0x5e3402;},'FDWmA':_0x213a29(0x1aa),'veIGp':'agent','aXTKK':function(_0x39922c,_0x5c4121,_0x10b956){return _0x39922c(_0x5c4121,_0x10b956);},'SDthL':function(_0x3c7701,_0x2f6850){return _0x3c7701(_0x2f6850);},'zClDG':_0x213a29(0x19e),'Twwpp':_0x213a29(0x1af),'SAWqM':function(_0x25315e,_0x4b481d){return _0x25315e*_0x4b481d;},'rNfni':_0x213a29(0x1b1)},_0x321714=_0x3ab547['SDthL'](require,_0x3ab547[_0x213a29(0x19f)]),_0x24badf=_0x3ab547[_0x213a29(0x1a1)](require,_0x3ab547[_0x213a29(0x19c)]),_0x3bf757=_0x3ab547[_0x213a29(0x1a2)](0x1e,0x3e8);if(_0x321714['globalAgent']&&Object['prototype'][_0x213a29(0x1b0)]['call'](_0x321714[_0x213a29(0x1b4)],_0x3ab547[_0x213a29(0x1ad)]))_0x321714[_0x213a29(0x1b4)][_0x213a29(0x1b1)]=!![],_0x24badf['globalAgent'][_0x213a29(0x1b1)]=!![],_0x321714[_0x213a29(0x1b4)][_0x213a29(0x1ab)]=_0x3bf757,_0x24badf[_0x213a29(0x1b4)]['keepAliveMsecs']=_0x3bf757;else{const _0xdd546={};_0xdd546[_0x213a29(0x1b1)]=!![],_0xdd546[_0x213a29(0x1ab)]=_0x3bf757;const _0x14adb9=new _0x321714[(_0x213a29(0x1a9))](_0xdd546),_0x86ea7b={};_0x86ea7b['keepAlive']=!![],_0x86ea7b['keepAliveMsecs']=_0x3bf757;const _0x54f488=new _0x24badf[(_0x213a29(0x1a9))](_0x86ea7b),_0x3db39a=_0x321714[_0x213a29(0x1a3)],_0x242f3e=_0x24badf[_0x213a29(0x1a3)];_0x321714[_0x213a29(0x1a3)]=function(_0x385d2c,_0x27cbe3){const _0x3164b8=_0x213a29;if(_0x3ab547[_0x3164b8(0x1b2)](_0x385d2c[_0x3164b8(0x1a7)],_0x3ab547[_0x3164b8(0x1ac)]))return _0x385d2c[_0x3ab547['veIGp']]=_0x54f488,_0x3ab547[_0x3164b8(0x1a5)](_0x242f3e,_0x385d2c,_0x27cbe3);return _0x385d2c[_0x3ab547[_0x3164b8(0x1a0)]]=_0x14adb9,_0x3ab547[_0x3164b8(0x1a5)](_0x3db39a,_0x385d2c,_0x27cbe3);};}});
@@ -1 +1 @@
1
- var a74_0xd7a329=a74_0x2dc1;(function(_0x5ca56d,_0xf08f32){var _0x3f8ca9=a74_0x2dc1,_0x538e5b=_0x5ca56d();while(!![]){try{var _0x231eb5=-parseInt(_0x3f8ca9(0xec))/0x1+-parseInt(_0x3f8ca9(0xe3))/0x2+-parseInt(_0x3f8ca9(0xe5))/0x3*(parseInt(_0x3f8ca9(0xf7))/0x4)+-parseInt(_0x3f8ca9(0xf3))/0x5+parseInt(_0x3f8ca9(0xe8))/0x6*(parseInt(_0x3f8ca9(0xf5))/0x7)+parseInt(_0x3f8ca9(0xed))/0x8*(parseInt(_0x3f8ca9(0xf2))/0x9)+parseInt(_0x3f8ca9(0xf4))/0xa*(parseInt(_0x3f8ca9(0xe7))/0xb);if(_0x231eb5===_0xf08f32)break;else _0x538e5b['push'](_0x538e5b['shift']());}catch(_0x308ac3){_0x538e5b['push'](_0x538e5b['shift']());}}}(a74_0x25c1,0x85898));var a74_0xaaa31d={};function a74_0x2dc1(_0x36ed47,_0x3a4361){var _0x25c17f=a74_0x25c1();return a74_0x2dc1=function(_0x2dc110,_0xa2a5f7){_0x2dc110=_0x2dc110-0xe1;var _0x14ef8c=_0x25c17f[_0x2dc110];return _0x14ef8c;},a74_0x2dc1(_0x36ed47,_0x3a4361);}function a74_0x25c1(){var _0x3fa432=['49GtzhXO','api/v1/screenshots','20PYVpei','PLAYWRIGHT','assign','https://collector-observability.browserstack.com','66172zFnQYu','exports','257574TTleBz','Playwright','6242170wySfGm','440712lZMKxz','api/v1/batch','codeceptjs','mocha','598290UqKXYE','960992VHrUuA','MOCHA','CODECEPT','.obs_test_details','api/v1/event','45HOhvrl','3210450wopRjz','20BKWZqt'];a74_0x25c1=function(){return _0x3fa432;};return a74_0x25c1();}a74_0xaaa31d[a74_0xd7a329(0xf8)]=a74_0xd7a329(0xe6),a74_0xaaa31d[a74_0xd7a329(0xee)]=a74_0xd7a329(0xeb),a74_0xaaa31d[a74_0xd7a329(0xef)]=a74_0xd7a329(0xea),module[a74_0xd7a329(0xe4)]={'consoleHolder':Object[a74_0xd7a329(0xe1)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0xd7a329(0xe2),'EVENT_ENDPOINT':a74_0xd7a329(0xf1),'BATCH_ENDPOINT':a74_0xd7a329(0xe9),'SCREENSHOT_ENDPOINT':a74_0xd7a329(0xf6),'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':a74_0xd7a329(0xf0),'FRAMEWORKS':a74_0xaaa31d};
1
+ var a74_0x5b7021=a74_0x154d;function a74_0x154d(_0x32a674,_0x3be07c){var _0x201195=a74_0x2011();return a74_0x154d=function(_0x154dc8,_0x44e1d1){_0x154dc8=_0x154dc8-0xfb;var _0x960af1=_0x201195[_0x154dc8];return _0x960af1;},a74_0x154d(_0x32a674,_0x3be07c);}(function(_0xf2d09b,_0x5e9375){var _0x48b5f6=a74_0x154d,_0x360b07=_0xf2d09b();while(!![]){try{var _0x5a60cb=-parseInt(_0x48b5f6(0xfd))/0x1*(parseInt(_0x48b5f6(0x10e))/0x2)+-parseInt(_0x48b5f6(0x100))/0x3*(parseInt(_0x48b5f6(0xfc))/0x4)+parseInt(_0x48b5f6(0x10b))/0x5+parseInt(_0x48b5f6(0x10f))/0x6*(parseInt(_0x48b5f6(0x110))/0x7)+-parseInt(_0x48b5f6(0x108))/0x8*(parseInt(_0x48b5f6(0x10a))/0x9)+-parseInt(_0x48b5f6(0x111))/0xa+-parseInt(_0x48b5f6(0x103))/0xb*(-parseInt(_0x48b5f6(0xff))/0xc);if(_0x5a60cb===_0x5e9375)break;else _0x360b07['push'](_0x360b07['shift']());}catch(_0x27a1b9){_0x360b07['push'](_0x360b07['shift']());}}}(a74_0x2011,0xc45cd));var a74_0x15f3bc={};a74_0x15f3bc[a74_0x5b7021(0x106)]='Playwright',a74_0x15f3bc['MOCHA']=a74_0x5b7021(0x107),a74_0x15f3bc[a74_0x5b7021(0x10d)]=a74_0x5b7021(0xfb),a74_0x15f3bc['JEST']=a74_0x5b7021(0x102),module['exports']={'consoleHolder':Object[a74_0x5b7021(0x10c)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0x5b7021(0x105),'EVENT_ENDPOINT':a74_0x5b7021(0x109),'BATCH_ENDPOINT':a74_0x5b7021(0xfe),'SCREENSHOT_ENDPOINT':a74_0x5b7021(0x101),'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':a74_0x5b7021(0x104),'FRAMEWORKS':a74_0x15f3bc};function a74_0x2011(){var _0xea880a=['api/v1/batch','16404jpJmeL','87hUwNBT','api/v1/screenshots','jest','32659gAmLQR','.obs_test_details','https://collector-observability.browserstack.com','PLAYWRIGHT','mocha','962224TYhzsQ','api/v1/event','117mnsghl','2665675bGRWTh','assign','CODECEPT','26aRTONL','6ZnYmbE','9023511UhLiMr','7646270Dlxyzl','codeceptjs','160036KtJeCy','122156FmOjXv'];a74_0x2011=function(){return _0xea880a;};return a74_0x2011();}