browserstack-node-sdk 1.34.13 → 1.34.14

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 (126) 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/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a66_0x493936=a66_0x1976;function a66_0x1976(_0x37c5ce,_0x27f267){const _0x121354=a66_0x1213();return a66_0x1976=function(_0x1976fd,_0x1a3faf){_0x1976fd=_0x1976fd-0xe5;let _0x3a9dc4=_0x121354[_0x1976fd];return _0x3a9dc4;},a66_0x1976(_0x37c5ce,_0x27f267);}(function(_0x13dad7,_0x1f89ec){const _0x35364f=a66_0x1976,_0x420141=_0x13dad7();while(!![]){try{const _0x143521=-parseInt(_0x35364f(0xe8))/0x1+-parseInt(_0x35364f(0xfa))/0x2+-parseInt(_0x35364f(0xfd))/0x3+-parseInt(_0x35364f(0xfc))/0x4+parseInt(_0x35364f(0xfb))/0x5*(-parseInt(_0x35364f(0xe6))/0x6)+parseInt(_0x35364f(0xf8))/0x7*(-parseInt(_0x35364f(0x106))/0x8)+parseInt(_0x35364f(0xf5))/0x9;if(_0x143521===_0x1f89ec)break;else _0x420141['push'](_0x420141['shift']());}catch(_0x10dae6){_0x420141['push'](_0x420141['shift']());}}}(a66_0x1213,0x9a675));const winston=require(a66_0x493936(0xf9)),os=require('os'),fs=require('fs'),path=require(a66_0x493936(0x104)),logDir=a66_0x493936(0xf1);!fs[a66_0x493936(0x105)](logDir)&&fs['mkdirSync'](logDir);const a66_0x261cda={};a66_0x261cda[a66_0x493936(0xff)]=a66_0x493936(0x101);const transports={'loggerConsole':new winston['transports'][(a66_0x493936(0xe5))](a66_0x261cda),'loggerFile':new winston[(a66_0x493936(0xe7))][(a66_0x493936(0xfe))]({'filename':path[a66_0x493936(0xf0)](logDir,a66_0x493936(0x103))}),'debugLoggerFile':new winston[(a66_0x493936(0xe7))][(a66_0x493936(0xfe))]({'filename':path[a66_0x493936(0xf0)](logDir,a66_0x493936(0x100)),'level':a66_0x493936(0xef)})},a66_0x48ac20={};a66_0x48ac20[a66_0x493936(0xf4)]=a66_0x493936(0xe9);const a66_0x511b15={};a66_0x511b15['level']=!![];const winstonLoggerParams={'format':winston['format'][a66_0x493936(0xed)](winston[a66_0x493936(0xf4)]['timestamp'](a66_0x48ac20),winston['format'][a66_0x493936(0xea)](a66_0x511b15),winston['format']['printf'](_0x271b84=>_0x271b84[a66_0x493936(0xee)]+'\x20-\x20'+_0x271b84['level']+':\x20'+_0x271b84[a66_0x493936(0xf7)])),'transports':[transports['loggerConsole'],transports['loggerFile'],transports[a66_0x493936(0xec)]]},a66_0x997c6b={};a66_0x997c6b[a66_0x493936(0xf4)]=a66_0x493936(0xe9);const a66_0x24d9ff={};a66_0x24d9ff[a66_0x493936(0xf2)]=!![];const winstonFileLoggerParams={'format':winston['format'][a66_0x493936(0xed)](winston[a66_0x493936(0xf4)][a66_0x493936(0xee)](a66_0x997c6b),winston[a66_0x493936(0xf4)]['colorize'](a66_0x24d9ff),winston['format'][a66_0x493936(0x102)](_0x20b0bc=>_0x20b0bc[a66_0x493936(0xf2)]+':\x20'+_0x20b0bc[a66_0x493936(0xf7)])),'transports':[transports[a66_0x493936(0xf6)],transports[a66_0x493936(0xec)]]};exports[a66_0x493936(0xf3)]=new winston[(a66_0x493936(0xeb))](winstonLoggerParams),exports['fileLogger']=new winston[(a66_0x493936(0xeb))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a66_0x493936(0xe7)]=transports;function a66_0x1213(){const _0x274cee=['YYYY-MM-DD\x20HH:mm:ss','colorize','createLogger','debugLoggerFile','combine','timestamp','silly','join','log','level','winstonLogger','format','46989486sLAXOB','loggerFile','message','64211oxnPwX','winston','1320138EVNaex','645rUxvwu','2652012SSpHJn','2342292uTPmal','File','name','/usage-debug.log','console.info','printf','/usage.log','path','existsSync','632EaEDTz','Console','26196IEDkDz','transports','1196900uenyOD'];a66_0x1213=function(){return _0x274cee;};return a66_0x1213();}
1
+ const a66_0x1d153f=a66_0x1780;(function(_0x24e868,_0x5c63d5){const _0x42a9eb=a66_0x1780,_0x219178=_0x24e868();while(!![]){try{const _0xe1bf45=parseInt(_0x42a9eb(0x125))/0x1*(-parseInt(_0x42a9eb(0x13a))/0x2)+-parseInt(_0x42a9eb(0x11d))/0x3+parseInt(_0x42a9eb(0x13f))/0x4+parseInt(_0x42a9eb(0x123))/0x5*(-parseInt(_0x42a9eb(0x13c))/0x6)+parseInt(_0x42a9eb(0x126))/0x7+-parseInt(_0x42a9eb(0x11f))/0x8+parseInt(_0x42a9eb(0x120))/0x9;if(_0xe1bf45===_0x5c63d5)break;else _0x219178['push'](_0x219178['shift']());}catch(_0x12d3b4){_0x219178['push'](_0x219178['shift']());}}}(a66_0x11c6,0x96379));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require(a66_0x1d153f(0x121)),logDir=a66_0x1d153f(0x12b);!fs[a66_0x1d153f(0x141)](logDir)&&fs[a66_0x1d153f(0x132)](logDir);function a66_0x1780(_0x1e9f93,_0x17df73){const _0x11c623=a66_0x11c6();return a66_0x1780=function(_0x178037,_0x7b3358){_0x178037=_0x178037-0x11d;let _0x1e1f02=_0x11c623[_0x178037];return _0x1e1f02;},a66_0x1780(_0x1e9f93,_0x17df73);}const a66_0x529fcb={};a66_0x529fcb[a66_0x1d153f(0x12c)]=a66_0x1d153f(0x13d);const transports={'loggerConsole':new winston[(a66_0x1d153f(0x134))][(a66_0x1d153f(0x13e))](a66_0x529fcb),'loggerFile':new winston['transports'][(a66_0x1d153f(0x138))]({'filename':path[a66_0x1d153f(0x12f)](logDir,a66_0x1d153f(0x128))}),'debugLoggerFile':new winston[(a66_0x1d153f(0x134))][(a66_0x1d153f(0x138))]({'filename':path[a66_0x1d153f(0x12f)](logDir,a66_0x1d153f(0x130)),'level':a66_0x1d153f(0x12a)})},a66_0x4dd8e6={};a66_0x4dd8e6[a66_0x1d153f(0x12d)]=a66_0x1d153f(0x127);const a66_0x343dbf={};a66_0x343dbf[a66_0x1d153f(0x140)]=!![];const winstonLoggerParams={'format':winston[a66_0x1d153f(0x12d)][a66_0x1d153f(0x11e)](winston[a66_0x1d153f(0x12d)]['timestamp'](a66_0x4dd8e6),winston[a66_0x1d153f(0x12d)]['colorize'](a66_0x343dbf),winston[a66_0x1d153f(0x12d)][a66_0x1d153f(0x139)](_0x49dbfc=>_0x49dbfc[a66_0x1d153f(0x13b)]+a66_0x1d153f(0x131)+_0x49dbfc[a66_0x1d153f(0x140)]+':\x20'+_0x49dbfc[a66_0x1d153f(0x12e)])),'transports':[transports['loggerConsole'],transports[a66_0x1d153f(0x135)],transports[a66_0x1d153f(0x122)]]},a66_0x3044e3={};a66_0x3044e3[a66_0x1d153f(0x12d)]='YYYY-MM-DD\x20HH:mm:ss';const a66_0x2e66ee={};function a66_0x11c6(){const _0x2cf517=['727227UrCMNG','combine','8099568Fsualy','28939896VTCoiy','path','debugLoggerFile','35AQEPTO','winstonLogger','2tcLfxY','5861100QtYYQo','YYYY-MM-DD\x20HH:mm:ss','/usage.log','colorize','silly','log','name','format','message','join','/usage-debug.log','\x20-\x20','mkdirSync','fileLogger','transports','loggerFile','createLogger','logDir','File','printf','1116278SrTNhD','timestamp','923214KOqoux','console.info','Console','42644GSHRVq','level','existsSync'];a66_0x11c6=function(){return _0x2cf517;};return a66_0x11c6();}a66_0x2e66ee[a66_0x1d153f(0x140)]=!![];const winstonFileLoggerParams={'format':winston[a66_0x1d153f(0x12d)][a66_0x1d153f(0x11e)](winston[a66_0x1d153f(0x12d)][a66_0x1d153f(0x13b)](a66_0x3044e3),winston['format'][a66_0x1d153f(0x129)](a66_0x2e66ee),winston[a66_0x1d153f(0x12d)][a66_0x1d153f(0x139)](_0x35440f=>_0x35440f[a66_0x1d153f(0x140)]+':\x20'+_0x35440f[a66_0x1d153f(0x12e)])),'transports':[transports[a66_0x1d153f(0x135)],transports[a66_0x1d153f(0x122)]]};exports[a66_0x1d153f(0x124)]=new winston[(a66_0x1d153f(0x136))](winstonLoggerParams),exports[a66_0x1d153f(0x133)]=new winston['createLogger'](winstonFileLoggerParams),exports[a66_0x1d153f(0x137)]=logDir,exports[a66_0x1d153f(0x134)]=transports;
@@ -1 +1 @@
1
- function a67_0x1af8(){var _0x8756fb=['9jTJutN','then','tCbBk','ZaEsA','patchScreenshot','OZdhg','split','toISOString','1464353NxTbTh','kbwhx','overrideTakeScreenshot','211026GHzkad','16724nQiwKe','2493830JJlJeW','ZJvAp','BS_TESTOPS_ALLOW_SCREENSHOTS','21847JdtfIq','emit','bs:addLog:','1dEMnXc','hMtZQ','pid','overrideQuit','FnEmV','patchQuit','initScreenshot','env','quitCount_','1432OhiFcd','TEST_SCREENSHOT','iMcjY','LKjYc','1036626WjogQu','takeScreenshot','quit','2|0|4|3|5|1','890095ervypH','xmOqZ','HThZO','true','initQuit','195xvpLjf'];a67_0x1af8=function(){return _0x8756fb;};return a67_0x1af8();}var a67_0x1a887b=a67_0x700f;function a67_0x700f(_0x54d27f,_0x1482f3){var _0x1af8ce=a67_0x1af8();return a67_0x700f=function(_0x700f0d,_0x381130){_0x700f0d=_0x700f0d-0x1f1;var _0x50fff1=_0x1af8ce[_0x700f0d];return _0x50fff1;},a67_0x700f(_0x54d27f,_0x1482f3);}(function(_0x265186,_0x3d1283){var _0x2f1814=a67_0x700f,_0x3982c3=_0x265186();while(!![]){try{var _0x44270b=parseInt(_0x2f1814(0x214))/0x1*(parseInt(_0x2f1814(0x1f7))/0x2)+parseInt(_0x2f1814(0x200))/0x3*(-parseInt(_0x2f1814(0x20d))/0x4)+parseInt(_0x2f1814(0x1fb))/0x5+parseInt(_0x2f1814(0x20c))/0x6+-parseInt(_0x2f1814(0x211))/0x7*(parseInt(_0x2f1814(0x1f3))/0x8)+-parseInt(_0x2f1814(0x201))/0x9*(-parseInt(_0x2f1814(0x20e))/0xa)+parseInt(_0x2f1814(0x209))/0xb;if(_0x44270b===_0x3d1283)break;else _0x3982c3['push'](_0x3982c3['shift']());}catch(_0x5eecaa){_0x3982c3['push'](_0x3982c3['shift']());}}}(a67_0x1af8,0x453c1),exports[a67_0x1a887b(0x20b)]=_0x1e8bad=>{var _0x7c2d8b=a67_0x1a887b,_0x180855={'LlioR':_0x7c2d8b(0x1fa),'FnEmV':function(_0x27cdae,_0x440f50){return _0x27cdae!==_0x440f50;},'OZdhg':_0x7c2d8b(0x1fe),'iMcjY':_0x7c2d8b(0x1f4),'HThZO':function(_0x43ffab,_0x421a4a){return _0x43ffab(_0x421a4a);}},_0x14cdc1=_0x180855['LlioR'][_0x7c2d8b(0x207)]('|'),_0x30aca6=0x0;while(!![]){switch(_0x14cdc1[_0x30aca6++]){case'0':if(_0x180855[_0x7c2d8b(0x218)](process[_0x7c2d8b(0x1f1)][_0x7c2d8b(0x210)],_0x180855[_0x7c2d8b(0x206)]))return;continue;case'1':_0x1e8bad[_0x7c2d8b(0x1f8)]=()=>{var _0x44be2f={'ZJvAp':_0x4e7e73['XpBao'],'jnQyK':function(_0x5df2b8,_0x2a0237){var _0x48ea95=a67_0x700f;return _0x4e7e73[_0x48ea95(0x1f6)](_0x5df2b8,_0x2a0237);}};return new Promise(function(_0x31032b,_0x46d032){var _0x5e8380=a67_0x700f,_0x561ca8={'xmOqZ':_0x44be2f[_0x5e8380(0x20f)],'hMtZQ':function(_0x2ff555,_0x45d962){return _0x44be2f['jnQyK'](_0x2ff555,_0x45d962);}};_0x1e8bad[_0x5e8380(0x21a)]()[_0x5e8380(0x202)](_0x4efdb7=>{var _0x5b1d52=_0x5e8380;process[_0x5b1d52(0x212)](_0x5b1d52(0x213)+process[_0x5b1d52(0x216)],{'timestamp':new Date()[_0x5b1d52(0x208)](),'message':_0x4efdb7,'kind':_0x561ca8[_0x5b1d52(0x1fc)]}),_0x561ca8[_0x5b1d52(0x215)](_0x31032b,_0x4efdb7);});});};continue;case'2':var _0x4e7e73={'XpBao':_0x180855[_0x7c2d8b(0x1f5)],'LKjYc':function(_0x1db7eb,_0x158646){var _0x5a41ec=_0x7c2d8b;return _0x180855[_0x5a41ec(0x1fd)](_0x1db7eb,_0x158646);}};continue;case'3':_0x1e8bad[_0x7c2d8b(0x205)]=!![];continue;case'4':if(_0x1e8bad[_0x7c2d8b(0x205)])return;continue;case'5':_0x1e8bad[_0x7c2d8b(0x21a)]=_0x1e8bad['takeScreenshot'];continue;}break;}},exports[a67_0x1a887b(0x217)]=(_0x4ec4b8,_0x4dc36d=null)=>{var _0x48c77f=a67_0x1a887b,_0x316e5c={'ikkKw':'3|0|4|1|2','kbwhx':function(_0x59a9ae){return _0x59a9ae();},'tCbBk':function(_0x4dbb2d,_0x46f0c3){return _0x4dbb2d>_0x46f0c3;}},_0x1532e3=_0x316e5c['ikkKw'][_0x48c77f(0x207)]('|'),_0x1862b1=0x0;while(!![]){switch(_0x1532e3[_0x1862b1++]){case'0':if(_0x4ec4b8[_0x48c77f(0x219)])return;continue;case'1':_0x4ec4b8[_0x48c77f(0x1ff)]=_0x4ec4b8[_0x48c77f(0x1f9)];continue;case'2':_0x4ec4b8['quit']=()=>{var _0x100172=_0x48c77f;if(_0x4dc36d){_0x4dc36d[_0x100172(0x1f2)]+=0x1;if(_0x250428[_0x100172(0x204)](_0x4dc36d[_0x100172(0x1f2)],0x1))return _0x4ec4b8[_0x100172(0x1ff)]();}else{_0x4ec4b8['quitCount_']+=0x1;if(_0x250428['ZaEsA'](_0x4ec4b8[_0x100172(0x1f2)],0x1))return _0x4ec4b8['initQuit']();}return new Promise(function(_0x209c3b){_0x250428['NQnJN'](_0x209c3b);});};continue;case'3':var _0x250428={'NQnJN':function(_0x26a2ff){var _0x14c59e=_0x48c77f;return _0x316e5c[_0x14c59e(0x20a)](_0x26a2ff);},'ZaEsA':function(_0x5ddf0f,_0xaa6cad){var _0x447b61=_0x48c77f;return _0x316e5c[_0x447b61(0x203)](_0x5ddf0f,_0xaa6cad);}};continue;case'4':_0x4ec4b8[_0x48c77f(0x219)]=!![];continue;}break;}});
1
+ function a67_0x34c3(_0xf3b522,_0x562d29){var _0x5ea59f=a67_0x5ea5();return a67_0x34c3=function(_0x34c3b9,_0x5b5dc1){_0x34c3b9=_0x34c3b9-0x1a6;var _0x5f5126=_0x5ea59f[_0x34c3b9];return _0x5f5126;},a67_0x34c3(_0xf3b522,_0x562d29);}function a67_0x5ea5(){var _0x5416d6=['patchScreenshot','21YYAvNu','emit','128lNKuGj','overrideTakeScreenshot','eXEZp','41740RFFqtF','quitCount_','BS_TESTOPS_ALLOW_SCREENSHOTS','initQuit','ektuE','env','0|1|2|4|3|5','cpoCg','bs:addLog:','TEST_SCREENSHOT','yKaHX','3pczALS','132722EwkAbO','NzZpz','ZfWRU','6147SKFPzw','843380ukDVcW','split','pid','752490ComPKL','wTUyI','tQwge','quit','iyVGt','takeScreenshot','2|1|0|4|3','ImdaU','mLOuo','patchQuit','Lqzzc','290052bZUSXu','RbOZC','167310Melvcy'];a67_0x5ea5=function(){return _0x5416d6;};return a67_0x5ea5();}var a67_0x5b9204=a67_0x34c3;(function(_0x1be2a6,_0x2383be){var _0x4372d2=a67_0x34c3,_0x41e57d=_0x1be2a6();while(!![]){try{var _0x141a3a=-parseInt(_0x4372d2(0x1ad))/0x1+-parseInt(_0x4372d2(0x1b9))/0x2*(parseInt(_0x4372d2(0x1b8))/0x3)+parseInt(_0x4372d2(0x1cb))/0x4+parseInt(_0x4372d2(0x1c0))/0x5+parseInt(_0x4372d2(0x1a6))/0x6*(-parseInt(_0x4372d2(0x1a8))/0x7)+-parseInt(_0x4372d2(0x1aa))/0x8*(parseInt(_0x4372d2(0x1bc))/0x9)+parseInt(_0x4372d2(0x1bd))/0xa;if(_0x141a3a===_0x2383be)break;else _0x41e57d['push'](_0x41e57d['shift']());}catch(_0x2cfab2){_0x41e57d['push'](_0x41e57d['shift']());}}}(a67_0x5ea5,0x198d9),exports[a67_0x5b9204(0x1ab)]=_0x8c069b=>{var _0x1a7f26=a67_0x5b9204,_0x50c43c={'ImdaU':_0x1a7f26(0x1b3),'mLOuo':_0x1a7f26(0x1b6),'AROkv':function(_0x4c8b10,_0x3fb15d){return _0x4c8b10(_0x3fb15d);},'aviaf':function(_0x254250,_0x3627f5){return _0x254250!==_0x3627f5;},'gDgjA':'true'},_0x2aab23=_0x50c43c[_0x1a7f26(0x1c7)]['split']('|'),_0x29e4d9=0x0;while(!![]){switch(_0x2aab23[_0x29e4d9++]){case'0':var _0x18c838={'NzZpz':_0x50c43c[_0x1a7f26(0x1c8)],'cpoCg':function(_0xfe0c2c,_0x11ccb2){return _0x50c43c['AROkv'](_0xfe0c2c,_0x11ccb2);}};continue;case'1':if(_0x50c43c['aviaf'](process[_0x1a7f26(0x1b2)][_0x1a7f26(0x1af)],_0x50c43c['gDgjA']))return;continue;case'2':if(_0x8c069b[_0x1a7f26(0x1a7)])return;continue;case'3':_0x8c069b['initScreenshot']=_0x8c069b[_0x1a7f26(0x1c5)];continue;case'4':_0x8c069b[_0x1a7f26(0x1a7)]=!![];continue;case'5':_0x8c069b[_0x1a7f26(0x1c5)]=()=>{var _0x143c2b=_0x1a7f26,_0x2bf15d={'yKaHX':_0x18c838[_0x143c2b(0x1ba)],'ektuE':function(_0x71bac6,_0x230f3b){var _0x420f61=_0x143c2b;return _0x18c838[_0x420f61(0x1b4)](_0x71bac6,_0x230f3b);}};return new Promise(function(_0x47ec12,_0x327cc2){var _0x962a6d=_0x143c2b,_0x1ae0aa={'eXEZp':_0x2bf15d[_0x962a6d(0x1b7)],'tQwge':function(_0x48f525,_0x159211){var _0xed9af=_0x962a6d;return _0x2bf15d[_0xed9af(0x1b1)](_0x48f525,_0x159211);}};_0x8c069b['initScreenshot']()['then'](_0x161512=>{var _0x8097af=_0x962a6d;process[_0x8097af(0x1a9)](_0x8097af(0x1b5)+process[_0x8097af(0x1bf)],{'timestamp':new Date()['toISOString'](),'message':_0x161512,'kind':_0x1ae0aa[_0x8097af(0x1ac)]}),_0x1ae0aa[_0x8097af(0x1c2)](_0x47ec12,_0x161512);});});};continue;}break;}},exports['overrideQuit']=(_0x177f64,_0x1cf6e9=null)=>{var _0x2bcfb8=a67_0x5b9204,_0x40d17a={'JkFGV':_0x2bcfb8(0x1c6),'wTUyI':function(_0x330493){return _0x330493();},'iyVGt':function(_0x28f103,_0x3d959a){return _0x28f103>_0x3d959a;}},_0x57f885=_0x40d17a['JkFGV'][_0x2bcfb8(0x1be)]('|'),_0xea857f=0x0;while(!![]){switch(_0x57f885[_0xea857f++]){case'0':_0x177f64[_0x2bcfb8(0x1c9)]=!![];continue;case'1':if(_0x177f64[_0x2bcfb8(0x1c9)])return;continue;case'2':var _0x585373={'ZfWRU':function(_0x3f79a4){var _0x50bad8=_0x2bcfb8;return _0x40d17a[_0x50bad8(0x1c1)](_0x3f79a4);},'THDUO':function(_0x1b556d,_0x415d4d){var _0x3e7e75=_0x2bcfb8;return _0x40d17a[_0x3e7e75(0x1c4)](_0x1b556d,_0x415d4d);},'Lqzzc':function(_0x5d85de,_0x450355){return _0x40d17a['iyVGt'](_0x5d85de,_0x450355);}};continue;case'3':_0x177f64['quit']=()=>{var _0x57f393=_0x2bcfb8,_0x58ed4e={'RbOZC':function(_0x57887f){var _0x1edab8=a67_0x34c3;return _0x585373[_0x1edab8(0x1bb)](_0x57887f);}};if(_0x1cf6e9){_0x1cf6e9[_0x57f393(0x1ae)]+=0x1;if(_0x585373['THDUO'](_0x1cf6e9[_0x57f393(0x1ae)],0x1))return _0x177f64[_0x57f393(0x1b0)]();}else{_0x177f64['quitCount_']+=0x1;if(_0x585373[_0x57f393(0x1ca)](_0x177f64[_0x57f393(0x1ae)],0x1))return _0x177f64['initQuit']();}return new Promise(function(_0x40d8c0){var _0x4e91d2=_0x57f393;_0x58ed4e[_0x4e91d2(0x1cc)](_0x40d8c0);});};continue;case'4':_0x177f64[_0x2bcfb8(0x1b0)]=_0x177f64[_0x2bcfb8(0x1c3)];continue;}break;}});
@@ -1 +1 @@
1
- const a68_0x1765a4=a68_0x5c40;(function(_0x31a729,_0x2c4502){const _0xb816bc=a68_0x5c40,_0x2c368a=_0x31a729();while(!![]){try{const _0x35f99f=-parseInt(_0xb816bc(0x9d))/0x1+parseInt(_0xb816bc(0xc8))/0x2+-parseInt(_0xb816bc(0xba))/0x3+-parseInt(_0xb816bc(0x90))/0x4+parseInt(_0xb816bc(0x91))/0x5*(-parseInt(_0xb816bc(0xb1))/0x6)+parseInt(_0xb816bc(0xa8))/0x7*(-parseInt(_0xb816bc(0xa6))/0x8)+-parseInt(_0xb816bc(0xb9))/0x9*(-parseInt(_0xb816bc(0xb3))/0xa);if(_0x35f99f===_0x2c4502)break;else _0x2c368a['push'](_0x2c368a['shift']());}catch(_0x3d5038){_0x2c368a['push'](_0x2c368a['shift']());}}}(a68_0x2938,0xa6651));function a68_0x5c40(_0x509719,_0x2ca837){const _0x2938f4=a68_0x2938();return a68_0x5c40=function(_0x5c4049,_0x3c1f1b){_0x5c4049=_0x5c4049-0x80;let _0x5cb5ec=_0x2938f4[_0x5c4049];return _0x5cb5ec;},a68_0x5c40(_0x509719,_0x2ca837);}const fs=require('fs'),path=require(a68_0x1765a4(0xbc)),os=require('os'),{spawn}=require(a68_0x1765a4(0x98)),helper=require(a68_0x1765a4(0x95)),logger=require(a68_0x1765a4(0x8c))['winstonLogger'],{logDir}=require(a68_0x1765a4(0x8c)),testHubConstants=require(a68_0x1765a4(0x9e)),PercyBinary=require(a68_0x1765a4(0xc0));function a68_0x2938(){const _0x3dc825=['843484snuVkB','percy.log','LqVvk','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','join','createPercyConfig','start','HqNEV','rqiCz','push','uaEsA','GET','qiYVZ','getBinaryPath','assign','../logger','tmpdir','version','BROWSERSTACK_TESTHUB_UUID','2092476rSOSSR','5dXQIYF','EflOV','fetchPercyToken','percy/healthcheck','../helper','app:exec',':start','child_process','debug','createWriteStream','error','app','843936IkefmI','../../helpers/testhub/constants','exports','Percy\x20healthcheck\x20successful','exec','tZlSh','isProcessRunning','stdout','exec:stop','6008dZFTca','TYPJk','10171pLEpiT','rpLef','nodeRequest','percyOptions','epNNf','env','cJTNg','flags','close','4153764nghuOw','Percy\x20fetch\x20token\x20success','1090220OIGiLP','pipe','writeFile','XUooS','projectName','MYKQO','324kJaszD','1543287izczsi','ZVrav','path','QttZh','&type=','Error\x20creating\x20percy\x20config:\x20','./PercyBinary','isRunning','stop','stderr','hfVJX','ENV_VAR','PERCY_SERVER_ADDRESS','ySpnN'];a68_0x2938=function(){return _0x3dc825;};return a68_0x2938();}class Percy{#logfile=path[a68_0x1765a4(0x81)](logDir,a68_0x1765a4(0xc9));#address=process['env'][a68_0x1765a4(0xc6)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a68_0x1765a4(0xa3)]=![];constructor(_0x3d9bee){const _0x50bfd8=a68_0x1765a4;this.#config=_0x3d9bee,!!_0x3d9bee[_0x50bfd8(0x9c)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0xb7c42d=a68_0x1765a4;if(!this.#binaryPath){const _0x3cab0a=new PercyBinary();this.#binaryPath=await _0x3cab0a[_0xb7c42d(0x8a)](this.#config);}return this.#binaryPath;}async #sleep(_0x5db4cb){return new Promise(_0xb6e68d=>setTimeout(_0xb6e68d,_0x5db4cb));}async['healthcheck'](){const _0x385c93=a68_0x1765a4,_0x57e0a0={};_0x57e0a0[_0x385c93(0x87)]=_0x385c93(0x88),_0x57e0a0['Bhtnh']=_0x385c93(0x94);const _0x4c06c1=_0x57e0a0;try{const _0x518ef6=await helper[_0x385c93(0xaa)](_0x4c06c1[_0x385c93(0x87)],_0x4c06c1['Bhtnh'],null,null,this.#address);if(_0x518ef6)return!![];}catch(_0x5a59e4){return![];}}async[a68_0x1765a4(0x83)](){const _0x28ee91=a68_0x1765a4,_0x206079={'ZVrav':_0x28ee91(0x96),'EflOV':_0x28ee91(0xa1),'TYPJk':function(_0x25bedb,_0x33a6fc,_0xd972c,_0x41598c){return _0x25bedb(_0x33a6fc,_0xd972c,_0x41598c);},'DipwM':_0x28ee91(0xb0),'oaGnE':_0x28ee91(0xa0)},_0x3abb4c=await this.#getBinaryPath(),_0x2eac27={};_0x2eac27[_0x28ee91(0xaf)]='a';const _0x182443=fs[_0x28ee91(0x9a)](this.#logfile,_0x2eac27),_0x1dcbbe=await this[_0x28ee91(0x93)](),_0x26bf20=await this['createPercyConfig']();if(!_0x1dcbbe)return![];const _0x4d5c09=[(this.#isApp?_0x206079[_0x28ee91(0xbb)]:_0x206079[_0x28ee91(0x92)])+_0x28ee91(0x97)];_0x26bf20&&_0x4d5c09[_0x28ee91(0x86)]('-c',_0x26bf20);this.#proc=_0x206079[_0x28ee91(0xa7)](spawn,_0x3abb4c,_0x4d5c09,{'env':Object[_0x28ee91(0x8b)](process[_0x28ee91(0xad)],{'PERCY_TOKEN':_0x1dcbbe,'TH_BUILD_UUID':process[_0x28ee91(0xad)][testHubConstants[_0x28ee91(0xc5)][_0x28ee91(0x8f)]]})}),this.#proc[_0x28ee91(0xa4)][_0x28ee91(0xb4)](_0x182443),this.#proc[_0x28ee91(0xc3)][_0x28ee91(0xb4)](_0x182443),this[_0x28ee91(0xa3)]=!![];var _0x17ccec=this;this.#proc['on'](_0x206079['DipwM'],function(_0xd3712){_0x17ccec['isProcessRunning']=![];});do{const _0x300f67=await this['healthcheck']();if(_0x300f67)return logger[_0x28ee91(0x99)](_0x206079['oaGnE']),!![];await this.#sleep(0x3e8);}while(this[_0x28ee91(0xa3)]);return![];}async[a68_0x1765a4(0xc2)](){const _0x5e3a15=a68_0x1765a4,_0x515286={'rqiCz':function(_0x14d9bf,_0x58b6fa){return _0x14d9bf(_0x58b6fa);},'qiYVZ':function(_0x17bc88,_0x1429e9,_0x393bb0){return _0x17bc88(_0x1429e9,_0x393bb0);},'epNNf':_0x5e3a15(0xa5),'YBWIv':_0x5e3a15(0xb0)},_0x48a86f=await this.#getBinaryPath();return new Promise((_0xda037,_0x467c7e)=>{const _0x1f44ee=_0x5e3a15,_0x2d8164=_0x515286[_0x1f44ee(0x89)](spawn,_0x48a86f,[_0x515286[_0x1f44ee(0xac)]]);_0x2d8164['on'](_0x515286['YBWIv'],_0x58e543=>{const _0x2929af=_0x1f44ee;this[_0x2929af(0xa3)]=![],_0x515286[_0x2929af(0x85)](_0xda037,_0x58e543);});});}[a68_0x1765a4(0xc1)](){const _0x5cd140=a68_0x1765a4;return this[_0x5cd140(0xa3)];}async[a68_0x1765a4(0x93)](){const _0x34824a=a68_0x1765a4,_0x3be63d={};_0x3be63d[_0x34824a(0xc7)]=_0x34824a(0x9c),_0x3be63d['RzjGJ']='automate',_0x3be63d['QttZh']='GET',_0x3be63d[_0x34824a(0xc4)]=_0x34824a(0xb2);const _0xd7db34=_0x3be63d,_0x3c7e63=this.#config[_0x34824a(0xb7)];try{const _0x4d2219=this.#isApp?_0xd7db34[_0x34824a(0xc7)]:_0xd7db34['RzjGJ'],_0x111541=await helper[_0x34824a(0xaa)](_0xd7db34[_0x34824a(0xbd)],'api/app_percy/get_project_token?name='+_0x3c7e63+_0x34824a(0xbe)+_0x4d2219,{},this.#config),_0xd1c686=_0x111541['data'];return logger[_0x34824a(0x99)](_0xd7db34[_0x34824a(0xc4)]),_0xd1c686['token'];}catch(_0x1fcd90){return logger[_0x34824a(0x9b)](_0x34824a(0x80)+_0x1fcd90),null;}}async[a68_0x1765a4(0x82)](){const _0x2bc3bf=a68_0x1765a4,_0x242135={'GAYjp':function(_0x51aa3f,_0x1b6517){return _0x51aa3f(_0x1b6517);},'cJTNg':function(_0x18225c,_0x444bc1){return _0x18225c+_0x444bc1;},'XUooS':'Percy\x20config\x20created\x20at\x20','rpLef':function(_0x2db5f8,_0x15d902){return _0x2db5f8(_0x15d902);},'HqNEV':'percy.json'};if(!this.#config[_0x2bc3bf(0xab)])return null;const _0x1218e5=path['join'](os[_0x2bc3bf(0x8d)](),_0x242135[_0x2bc3bf(0x84)]),_0x3f82b4=this.#config['percyOptions'];return!_0x3f82b4[_0x2bc3bf(0x8e)]&&(_0x3f82b4[_0x2bc3bf(0x8e)]='2'),new Promise((_0x1fa682,_0x5d6a24)=>{const _0x56e9f0=_0x2bc3bf,_0x4b78f1={'bCxzi':function(_0x5c7f6c,_0x418729){return _0x242135['GAYjp'](_0x5c7f6c,_0x418729);},'MYKQO':function(_0x17c040,_0x4c45e9){const _0x2826e2=a68_0x5c40;return _0x242135[_0x2826e2(0xae)](_0x17c040,_0x4c45e9);},'tZlSh':_0x242135[_0x56e9f0(0xb6)],'LqVvk':function(_0x5c25a6,_0x3d3d0a){const _0x5296a7=_0x56e9f0;return _0x242135[_0x5296a7(0xa9)](_0x5c25a6,_0x3d3d0a);}};fs[_0x56e9f0(0xb5)](_0x1218e5,JSON['stringify'](_0x3f82b4),_0x161f9e=>{const _0x2636e4=_0x56e9f0;_0x161f9e&&(logger[_0x2636e4(0x9b)](_0x2636e4(0xbf)+_0x161f9e),_0x4b78f1['bCxzi'](_0x1fa682,null)),logger['debug'](_0x4b78f1[_0x2636e4(0xb8)](_0x4b78f1[_0x2636e4(0xa2)],_0x1218e5)),_0x4b78f1[_0x2636e4(0xca)](_0x1fa682,_0x1218e5);});});}}module[a68_0x1765a4(0x9f)]=Percy;
1
+ function a68_0x14d6(_0x31c5a9,_0x2531a0){const _0x1b52d9=a68_0x1b52();return a68_0x14d6=function(_0x14d66e,_0x1eb2f5){_0x14d66e=_0x14d66e-0x130;let _0xca252f=_0x1b52d9[_0x14d66e];return _0xca252f;},a68_0x14d6(_0x31c5a9,_0x2531a0);}const a68_0x4730d8=a68_0x14d6;(function(_0x35f549,_0x243b32){const _0x2964f8=a68_0x14d6,_0x295efe=_0x35f549();while(!![]){try{const _0x363dd9=parseInt(_0x2964f8(0x16c))/0x1*(parseInt(_0x2964f8(0x165))/0x2)+parseInt(_0x2964f8(0x154))/0x3+parseInt(_0x2964f8(0x171))/0x4*(parseInt(_0x2964f8(0x139))/0x5)+-parseInt(_0x2964f8(0x160))/0x6*(parseInt(_0x2964f8(0x16f))/0x7)+parseInt(_0x2964f8(0x173))/0x8*(parseInt(_0x2964f8(0x13c))/0x9)+parseInt(_0x2964f8(0x161))/0xa*(-parseInt(_0x2964f8(0x15b))/0xb)+-parseInt(_0x2964f8(0x16a))/0xc;if(_0x363dd9===_0x243b32)break;else _0x295efe['push'](_0x295efe['shift']());}catch(_0x491f31){_0x295efe['push'](_0x295efe['shift']());}}}(a68_0x1b52,0x361e5));const fs=require('fs'),path=require(a68_0x4730d8(0x167)),os=require('os'),{spawn}=require(a68_0x4730d8(0x15e)),helper=require(a68_0x4730d8(0x13b)),logger=require(a68_0x4730d8(0x133))[a68_0x4730d8(0x141)],{logDir}=require(a68_0x4730d8(0x133)),testHubConstants=require('../../helpers/testhub/constants'),PercyBinary=require(a68_0x4730d8(0x159));class Percy{#logfile=path[a68_0x4730d8(0x150)](logDir,'percy.log');#address=process[a68_0x4730d8(0x136)][a68_0x4730d8(0x16e)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x55619a){this.#config=_0x55619a,!!_0x55619a['app']&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x57ef3b=a68_0x4730d8;if(!this.#binaryPath){const _0x3e7c7c=new PercyBinary();this.#binaryPath=await _0x3e7c7c[_0x57ef3b(0x157)](this.#config);}return this.#binaryPath;}async #sleep(_0xf9708){return new Promise(_0x1f0284=>setTimeout(_0x1f0284,_0xf9708));}async[a68_0x4730d8(0x14c)](){const _0x156969=a68_0x4730d8,_0x12f6e8={};_0x12f6e8['yQqhK']=_0x156969(0x147),_0x12f6e8[_0x156969(0x13a)]=_0x156969(0x15c);const _0x56be88=_0x12f6e8;try{const _0xa53721=await helper['nodeRequest'](_0x56be88[_0x156969(0x174)],_0x56be88[_0x156969(0x13a)],null,null,this.#address);if(_0xa53721)return!![];}catch(_0x2e2afe){return![];}}async[a68_0x4730d8(0x177)](){const _0x333720=a68_0x4730d8,_0x12106d={'TPQoG':'app:exec','BSODz':'exec','LqBnT':function(_0x2df606,_0x4a21b8,_0x2011b3,_0xcc26f1){return _0x2df606(_0x4a21b8,_0x2011b3,_0xcc26f1);},'bYweN':_0x333720(0x140),'poVXn':_0x333720(0x135)},_0x3bccbf=await this.#getBinaryPath(),_0x58b9f2={};_0x58b9f2['flags']='a';const _0x401973=fs[_0x333720(0x153)](this.#logfile,_0x58b9f2),_0x10a453=await this[_0x333720(0x175)](),_0x6f77f9=await this[_0x333720(0x166)]();if(!_0x10a453)return![];const _0x804ad7=[(this.#isApp?_0x12106d['TPQoG']:_0x12106d['BSODz'])+':start'];_0x6f77f9&&_0x804ad7[_0x333720(0x13d)]('-c',_0x6f77f9);this.#proc=_0x12106d['LqBnT'](spawn,_0x3bccbf,_0x804ad7,{'env':Object[_0x333720(0x155)](process['env'],{'PERCY_TOKEN':_0x10a453,'TH_BUILD_UUID':process['env'][testHubConstants[_0x333720(0x149)]['BROWSERSTACK_TESTHUB_UUID']]})}),this.#proc['stdout'][_0x333720(0x142)](_0x401973),this.#proc[_0x333720(0x163)]['pipe'](_0x401973),this[_0x333720(0x14d)]=!![];var _0x1e8512=this;this.#proc['on'](_0x12106d['bYweN'],function(_0x4f7e9e){_0x1e8512['isProcessRunning']=![];});do{const _0x1f530e=await this[_0x333720(0x14c)]();if(_0x1f530e)return logger[_0x333720(0x14f)](_0x12106d[_0x333720(0x16d)]),!![];await this.#sleep(0x3e8);}while(this[_0x333720(0x14d)]);return![];}async[a68_0x4730d8(0x132)](){const _0x53aa3c=a68_0x4730d8,_0x2e4493={'FzVjW':function(_0x5e94bd,_0x31c888){return _0x5e94bd(_0x31c888);},'TGYze':function(_0x4810e3,_0x33ef1b,_0x4a6ce4){return _0x4810e3(_0x33ef1b,_0x4a6ce4);},'ijukr':_0x53aa3c(0x130),'JHSrD':_0x53aa3c(0x140)},_0x58dc02=await this.#getBinaryPath();return new Promise((_0x5c6517,_0x1c788d)=>{const _0x3aad48=_0x53aa3c,_0x158d99={'XFryf':function(_0xfc50f1,_0x4f45b2){const _0x877016=a68_0x14d6;return _0x2e4493[_0x877016(0x148)](_0xfc50f1,_0x4f45b2);}},_0x50cabe=_0x2e4493[_0x3aad48(0x13e)](spawn,_0x58dc02,[_0x2e4493[_0x3aad48(0x138)]]);_0x50cabe['on'](_0x2e4493[_0x3aad48(0x14b)],_0x5b534a=>{const _0x5861f7=_0x3aad48;this[_0x5861f7(0x14d)]=![],_0x158d99[_0x5861f7(0x16b)](_0x5c6517,_0x5b534a);});});}[a68_0x4730d8(0x170)](){const _0x1bfbb0=a68_0x4730d8;return this[_0x1bfbb0(0x14d)];}async[a68_0x4730d8(0x175)](){const _0x31b75c=a68_0x4730d8,_0x5a31e3={};_0x5a31e3[_0x31b75c(0x158)]='app',_0x5a31e3['wZpJr']=_0x31b75c(0x15f),_0x5a31e3[_0x31b75c(0x146)]='GET',_0x5a31e3[_0x31b75c(0x143)]=_0x31b75c(0x137);const _0x2a4f9e=_0x5a31e3,_0x3aa821=this.#config['projectName'];try{const _0x431cdd=this.#isApp?_0x2a4f9e[_0x31b75c(0x158)]:_0x2a4f9e[_0x31b75c(0x15d)],_0x44fc7d=await helper[_0x31b75c(0x169)](_0x2a4f9e[_0x31b75c(0x146)],'api/app_percy/get_project_token?name='+_0x3aa821+'&type='+_0x431cdd,{},this.#config),_0x173595=_0x44fc7d[_0x31b75c(0x15a)];return logger['debug'](_0x2a4f9e[_0x31b75c(0x143)]),_0x173595[_0x31b75c(0x13f)];}catch(_0x40f77d){return logger[_0x31b75c(0x144)](_0x31b75c(0x14a)+_0x40f77d),null;}}async[a68_0x4730d8(0x166)](){const _0x58f02a=a68_0x4730d8,_0x2f2b36={'aZiFm':function(_0x1ee686,_0x11eddf){return _0x1ee686(_0x11eddf);},'ygduQ':function(_0x444b17,_0x1a7f1b){return _0x444b17+_0x1a7f1b;},'lBqQw':'Percy\x20config\x20created\x20at\x20','ANToy':_0x58f02a(0x162)};if(!this.#config[_0x58f02a(0x134)])return null;const _0x1e25b4=path[_0x58f02a(0x150)](os[_0x58f02a(0x152)](),_0x2f2b36[_0x58f02a(0x131)]),_0x8d313c=this.#config[_0x58f02a(0x134)];return!_0x8d313c[_0x58f02a(0x14e)]&&(_0x8d313c[_0x58f02a(0x14e)]='2'),new Promise((_0x3e02e7,_0x40d5bc)=>{const _0x1b7b6c=_0x58f02a,_0x13bb09={'tNIKR':function(_0xfe6043,_0xf1ec5f){const _0xc50f97=a68_0x14d6;return _0x2f2b36[_0xc50f97(0x168)](_0xfe6043,_0xf1ec5f);},'yqdXJ':function(_0x4e314d,_0x2b09b3){return _0x2f2b36['ygduQ'](_0x4e314d,_0x2b09b3);},'fZFsr':_0x2f2b36['lBqQw']};fs[_0x1b7b6c(0x145)](_0x1e25b4,JSON['stringify'](_0x8d313c),_0x59fbc3=>{const _0xa4b9f7=_0x1b7b6c;_0x59fbc3&&(logger[_0xa4b9f7(0x144)](_0xa4b9f7(0x176)+_0x59fbc3),_0x13bb09[_0xa4b9f7(0x164)](_0x3e02e7,null)),logger[_0xa4b9f7(0x14f)](_0x13bb09[_0xa4b9f7(0x151)](_0x13bb09[_0xa4b9f7(0x156)],_0x1e25b4)),_0x13bb09['tNIKR'](_0x3e02e7,_0x1e25b4);});});}}function a68_0x1b52(){const _0x210b11=['join','yqdXJ','tmpdir','createWriteStream','889050WSHjOf','assign','fZFsr','getBinaryPath','ONygD','./PercyBinary','data','1317767TYdbvM','percy/healthcheck','wZpJr','child_process','automate','9732NWDlwR','10OEpNMD','percy.json','stderr','tNIKR','8VmkKQI','createPercyConfig','path','aZiFm','nodeRequest','6812880JveCTF','XFryf','28579imQEFQ','poVXn','PERCY_SERVER_ADDRESS','469HCmHCl','isRunning','28CbVANm','exports','8whIJmb','yQqhK','fetchPercyToken','Error\x20creating\x20percy\x20config:\x20','start','exec:stop','ANToy','stop','../logger','percyOptions','Percy\x20healthcheck\x20successful','env','Percy\x20fetch\x20token\x20success','ijukr','210365iEhVKQ','lgEQY','../helper','2814327VzWygs','push','TGYze','token','close','winstonLogger','pipe','OeftZ','error','writeFile','eHuOB','GET','FzVjW','ENV_VAR','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','JHSrD','healthcheck','isProcessRunning','version','debug'];a68_0x1b52=function(){return _0x210b11;};return a68_0x1b52();}module[a68_0x4730d8(0x172)]=Percy;
@@ -1 +1 @@
1
- const a69_0x4f164f=a69_0x4951;(function(_0x2af470,_0x83ecff){const _0x18dbcd=a69_0x4951,_0x13713d=_0x2af470();while(!![]){try{const _0x47d7a8=parseInt(_0x18dbcd(0x186))/0x1+-parseInt(_0x18dbcd(0x1d6))/0x2+parseInt(_0x18dbcd(0x167))/0x3*(-parseInt(_0x18dbcd(0x1d8))/0x4)+parseInt(_0x18dbcd(0x1e5))/0x5*(-parseInt(_0x18dbcd(0x19a))/0x6)+parseInt(_0x18dbcd(0x199))/0x7*(-parseInt(_0x18dbcd(0x16a))/0x8)+-parseInt(_0x18dbcd(0x193))/0x9+parseInt(_0x18dbcd(0x18b))/0xa;if(_0x47d7a8===_0x83ecff)break;else _0x13713d['push'](_0x13713d['shift']());}catch(_0x34bcaa){_0x13713d['push'](_0x13713d['shift']());}}}(a69_0x4c25,0x5176a));const {https}=require(a69_0x4f164f(0x16e)),url=require(a69_0x4f164f(0x16f)),yauzl=require(a69_0x4f164f(0x171)),fs=require('fs'),path=require(a69_0x4f164f(0x1de)),os=require('os'),{spawn}=require(a69_0x4f164f(0x17a)),HttpsProxyAgent=require(a69_0x4f164f(0x1bf)),logger=require(a69_0x4f164f(0x189))['winstonLogger'];function a69_0x4951(_0x35b969,_0x3f5193){const _0x4c25ad=a69_0x4c25();return a69_0x4951=function(_0x4951df,_0x59db6d){_0x4951df=_0x4951df-0x166;let _0x518892=_0x4c25ad[_0x4951df];return _0x518892;},a69_0x4951(_0x35b969,_0x3f5193);}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path['join'](this.#homedir(),a69_0x4f164f(0x1c3)),process['cwd'](),os['tmpdir']()];constructor(){const _0x539e99=a69_0x4f164f,_0x27bfc8={};_0x27bfc8[_0x539e99(0x198)]='https://github.com/percy/cli/releases/latest/download',_0x27bfc8[_0x539e99(0x1e7)]=function(_0x16b6f9,_0x27a613){return _0x16b6f9+_0x27a613;},_0x27bfc8[_0x539e99(0x1c0)]=_0x539e99(0x1b1),_0x27bfc8[_0x539e99(0x1b6)]=_0x539e99(0x17c),_0x27bfc8[_0x539e99(0x18d)]=_0x539e99(0x17b),_0x27bfc8[_0x539e99(0x1a0)]='/percy-linux.zip';const _0x5cd242=_0x27bfc8,_0x39b0f1=_0x5cd242[_0x539e99(0x198)];if(this.#hostOS[_0x539e99(0x1a2)](/darwin|mac os/i))this.#httpPath=_0x5cd242[_0x539e99(0x1e7)](_0x39b0f1,_0x5cd242['rNukb']);else this.#hostOS[_0x539e99(0x1a2)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x5cd242['eZSTy'](_0x39b0f1,_0x5cd242[_0x539e99(0x1b6)]),this.#binaryName=_0x5cd242[_0x539e99(0x18d)]):this.#httpPath=_0x5cd242[_0x539e99(0x1e7)](_0x39b0f1,_0x5cd242[_0x539e99(0x1a0)]);}#getAvailableDirs(){const _0xb0f453=a69_0x4f164f,_0x44110a={};_0x44110a[_0xb0f453(0x1b8)]=function(_0x491006,_0x112405){return _0x491006<_0x112405;},_0x44110a[_0xb0f453(0x1e2)]=_0xb0f453(0x1ce);const _0x44f816=_0x44110a;for(var _0x2f0a8e=0x0;_0x44f816['jPHwt'](_0x2f0a8e,this.#orderedPaths['length']);_0x2f0a8e++){var _0x574afb=this.#orderedPaths[_0x2f0a8e];if(this.#makePath(_0x574afb))return _0x574afb;}throw new Error(_0x44f816[_0xb0f453(0x1e2)]);}#makePath(_0x58ce77){const _0x1a18bd=a69_0x4f164f;try{return!this.#checkPath(_0x58ce77)&&fs[_0x1a18bd(0x1a3)](_0x58ce77),!![];}catch{return![];}}#checkPath(_0x2a8b89,_0x40a605){const _0x5d38de=a69_0x4f164f,_0x1c2187={};_0x1c2187[_0x5d38de(0x1e4)]=function(_0x472498,_0x1f2c2b){return _0x472498|_0x1f2c2b;},_0x1c2187[_0x5d38de(0x1d2)]=function(_0x79c945,_0x410eeb){return _0x79c945!==_0x410eeb;},_0x1c2187[_0x5d38de(0x174)]=_0x5d38de(0x18f);const _0x1be3a7=_0x1c2187;_0x40a605=_0x40a605||_0x1be3a7[_0x5d38de(0x1e4)](fs[_0x5d38de(0x1bc)],fs[_0x5d38de(0x1c4)]);try{return fs[_0x5d38de(0x178)](_0x2a8b89,_0x40a605),!![];}catch(_0x37b415){if(_0x1be3a7[_0x5d38de(0x1d2)](typeof fs[_0x5d38de(0x178)],_0x1be3a7[_0x5d38de(0x174)]))return![];try{return fs[_0x5d38de(0x168)](_0x2a8b89),!![];}catch(_0x344350){return![];}}}async[a69_0x4f164f(0x1c7)](_0x4c3dbe){const _0x242219=a69_0x4f164f,_0x5befb1={};_0x5befb1[_0x242219(0x1d3)]=_0x242219(0x1ba);const _0x596adb=_0x5befb1;var _0x47715a=this.#getAvailableDirs(),_0x3f1ff9=path[_0x242219(0x1cf)](_0x47715a,this.#binaryName);if(this.#checkPath(_0x3f1ff9,fs[_0x242219(0x1a9)]))return _0x3f1ff9;const _0x2d918f=await this[_0x242219(0x182)](_0x4c3dbe,_0x47715a),_0x239ed4=await this[_0x242219(0x175)](_0x2d918f);if(!_0x239ed4)return logger[_0x242219(0x197)](_0x596adb['oGhAo']),await this['download'](_0x4c3dbe,_0x47715a);return _0x2d918f;}async[a69_0x4f164f(0x175)](_0x2def62){const _0x2773e6=a69_0x4f164f,_0x46feae={'YlLtx':function(_0xdd67a9,_0x4fcc62){return _0xdd67a9(_0x4fcc62);},'fjzbd':function(_0x1bc911,_0x94009f,_0x2cd3ea){return _0x1bc911(_0x94009f,_0x2cd3ea);},'vJAQZ':'--version','rfcNw':_0x2773e6(0x16b),'Vcggk':'close'},_0xa5d955=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x1dffa7,_0x12022b)=>{const _0x3d3d43=_0x2773e6,_0xffa8ec={'xAyYj':function(_0x3ee291,_0xda0342){const _0x29efc5=a69_0x4951;return _0x46feae[_0x29efc5(0x1d5)](_0x3ee291,_0xda0342);}},_0x127df1=_0x46feae[_0x3d3d43(0x1dc)](spawn,_0x2def62,[_0x46feae[_0x3d3d43(0x1ad)]]);_0x127df1[_0x3d3d43(0x177)]['on'](_0x46feae[_0x3d3d43(0x1a5)],_0x277e8f=>{const _0xde9e74=_0x3d3d43;_0xa5d955[_0xde9e74(0x19e)](_0x277e8f)&&_0xffa8ec[_0xde9e74(0x1cd)](_0x1dffa7,!![]);}),_0x127df1['on'](_0x46feae['Vcggk'],()=>{const _0x5c690c=_0x3d3d43;_0xffa8ec[_0x5c690c(0x1cd)](_0x1dffa7,![]);});});}[a69_0x4f164f(0x182)](_0x1cb5d7,_0x2499a9){const _0x4df265=a69_0x4f164f,_0xe5cccc={'XnFjL':function(_0x3f9f2a,_0x34feff){return _0x3f9f2a(_0x34feff);},'LyrPS':_0x4df265(0x1e1),'TBTdx':'entry','Ixfwq':_0x4df265(0x197),'ptORb':_0x4df265(0x1ab),'TAPmT':_0x4df265(0x1c5),'EbQwr':_0x4df265(0x1ae),'gKIns':function(_0x5c9823,_0x125433){return _0x5c9823(_0x125433);},'QsUyj':_0x4df265(0x17f),'aAEBA':function(_0x48f514,_0x598d31){return _0x48f514===_0x598d31;},'HJuTH':_0x4df265(0x1e8),'ejvte':function(_0x401b3b,_0x287fb9){return _0x401b3b+_0x287fb9;},'mgAtr':_0x4df265(0x1cc),'BWDAP':_0x4df265(0x173)};!this.#checkPath(_0x2499a9)&&fs[_0x4df265(0x1a3)](_0x2499a9);const _0x46d8ef=this.#binaryName,_0x5c53=path[_0x4df265(0x1cf)](_0x2499a9,_0xe5cccc[_0x4df265(0x1bd)](_0x46d8ef,_0xe5cccc[_0x4df265(0x1d1)])),_0x2df92e=path[_0x4df265(0x1cf)](_0x2499a9,_0x46d8ef),_0x26f4e3=fs[_0x4df265(0x196)](_0x5c53),_0x4aa19b=url[_0x4df265(0x187)](this.#httpPath);if(_0x1cb5d7[_0x4df265(0x180)]&&_0x1cb5d7['proxyPort']){const _0x1bd069={};_0x1bd069[_0x4df265(0x18a)]=_0x1cb5d7[_0x4df265(0x180)],_0x1bd069[_0x4df265(0x1a8)]=_0x1cb5d7['proxyPort'],_0x4aa19b[_0x4df265(0x1ca)]=new HttpsProxyAgent(_0x1bd069);}if(_0x1cb5d7['useCaCertificate'])try{_0x4aa19b['ca']=fs['readFileSync'](_0x1cb5d7['useCaCertificate']);}catch(_0x261630){logger[_0x4df265(0x197)](_0xe5cccc[_0x4df265(0x192)],_0x261630);}return new Promise((_0x11c99d,_0x5e598e)=>{const _0x2d7d2b=_0x4df265,_0x5cbfb1={'XPaFl':_0xe5cccc['EbQwr'],'PTqmz':function(_0x534c15,_0x41258d){const _0x60c6f2=a69_0x4951;return _0xe5cccc[_0x60c6f2(0x1c9)](_0x534c15,_0x41258d);},'juXGQ':_0xe5cccc[_0x2d7d2b(0x1df)],'ImOPm':_0xe5cccc[_0x2d7d2b(0x172)],'wlOoQ':function(_0x386ae5,_0x2d20f0){return _0xe5cccc['aAEBA'](_0x386ae5,_0x2d20f0);},'hqbUn':_0xe5cccc['HJuTH']};https[_0x2d7d2b(0x184)](_0x4aa19b,function(_0x1af7cb){const _0x13c678=_0x2d7d2b,_0x5d0c4d={'MzoPZ':function(_0x1ae89e,_0x174e60){const _0x2f500a=a69_0x4951;return _0xe5cccc[_0x2f500a(0x18c)](_0x1ae89e,_0x174e60);},'NAAml':_0xe5cccc[_0x13c678(0x1d9)],'cuSZO':_0xe5cccc[_0x13c678(0x17d)],'HFvwJ':_0xe5cccc[_0x13c678(0x1b3)],'VDhAo':_0xe5cccc[_0x13c678(0x172)]};_0x1af7cb['pipe'](_0x26f4e3),_0x1af7cb['on'](_0xe5cccc[_0x13c678(0x1b3)],function(_0x18c7f8){const _0x95d478=_0x13c678;logger[_0x95d478(0x197)](_0x5cbfb1[_0x95d478(0x1b9)],_0x18c7f8),_0x5cbfb1['PTqmz'](_0x5e598e,_0x18c7f8);}),_0x26f4e3['on'](_0xe5cccc[_0x13c678(0x1b3)],function(_0x26f9be){const _0x3c2250=_0x13c678;logger[_0x3c2250(0x197)](_0x5cbfb1[_0x3c2250(0x181)],_0x26f9be),_0x5cbfb1[_0x3c2250(0x1af)](_0x5e598e,_0x26f9be);}),_0x26f4e3['on'](_0xe5cccc['TAPmT'],function(){const _0x4f83e7=_0x13c678,_0xa94e3a={'JuiLd':function(_0x3e14b1,_0x589264){const _0x27d46b=a69_0x4951;return _0x5cbfb1[_0x27d46b(0x1af)](_0x3e14b1,_0x589264);},'UcuGJ':_0x5cbfb1[_0x4f83e7(0x1bb)],'jGXEn':function(_0xd3c4d6,_0x3fc137){return _0x5cbfb1['wlOoQ'](_0xd3c4d6,_0x3fc137);}},_0x1a103c={};_0x1a103c['lazyEntries']=!![],yauzl['open'](_0x5c53,_0x1a103c,function(_0x1d6b7f,_0x1f7b97){const _0xd35295=_0x4f83e7,_0x575e2a={'xLaUe':function(_0x53ab9b,_0x368108){const _0x1a7ae8=a69_0x4951;return _0x5d0c4d[_0x1a7ae8(0x18e)](_0x53ab9b,_0x368108);},'LrHIg':_0x5d0c4d[_0xd35295(0x16d)]};_0x1d6b7f&&_0x5d0c4d[_0xd35295(0x18e)](_0x5e598e,_0x1d6b7f),_0x1f7b97['readEntry'](),_0x1f7b97['on'](_0x5d0c4d['cuSZO'],_0xf95459=>{const _0x547af8=_0xd35295,_0x4eaa76={'RmFjt':function(_0x261016,_0x4cad4e){const _0x2747c3=a69_0x4951;return _0xa94e3a[_0x2747c3(0x1d7)](_0x261016,_0x4cad4e);},'pvgkk':_0xa94e3a['UcuGJ']};if(/\/$/[_0x547af8(0x19e)](_0xf95459[_0x547af8(0x1b4)]))_0x1f7b97[_0x547af8(0x188)]();else{const _0x7cf2b2=fs[_0x547af8(0x196)](path[_0x547af8(0x1cf)](_0x2499a9,_0xf95459[_0x547af8(0x1b4)]));_0x1f7b97[_0x547af8(0x1c1)](_0xf95459,function(_0x5e55a3,_0x131791){const _0x9bb869=_0x547af8;_0x5e55a3&&_0x4eaa76[_0x9bb869(0x19d)](_0x5e598e,_0x1d6b7f),_0x131791['on'](_0x4eaa76[_0x9bb869(0x1a1)],function(){const _0x2f4e79=_0x9bb869;_0x7cf2b2[_0x2f4e79(0x1c5)](),_0x1f7b97[_0x2f4e79(0x188)]();}),_0x131791['pipe'](_0x7cf2b2);}),_0xa94e3a[_0x547af8(0x1b7)](_0xf95459[_0x547af8(0x1b4)],_0x46d8ef)&&_0x1f7b97['close']();}}),_0x1f7b97['on'](_0x5d0c4d[_0xd35295(0x1b2)],_0x24dfdb=>{const _0x49e41c=_0xd35295;_0xa94e3a[_0x49e41c(0x1d7)](_0x5e598e,_0x24dfdb);}),_0x1f7b97[_0xd35295(0x1e3)](_0x5d0c4d[_0xd35295(0x1cb)],()=>{const _0x5af087=_0xd35295,_0x195b9b={'OJiQv':function(_0x26dd80,_0x5e1ed1){const _0x16e597=a69_0x4951;return _0x575e2a[_0x16e597(0x1aa)](_0x26dd80,_0x5e1ed1);}};fs[_0x5af087(0x1a7)](_0x2df92e,_0x575e2a[_0x5af087(0x1b0)],function(_0x19d5d4){const _0x1f9105=_0x5af087;_0x19d5d4&&_0x195b9b[_0x1f9105(0x1b5)](_0x5e598e,_0x19d5d4),_0x195b9b[_0x1f9105(0x1b5)](_0x11c99d,_0x2df92e);}),_0x1f7b97[_0x5af087(0x1c5)]();});});});})['on'](_0xe5cccc[_0x2d7d2b(0x1b3)],function(_0x1da45e){const _0x3086c4=_0x2d7d2b;logger[_0x3086c4(0x197)](_0x5cbfb1[_0x3086c4(0x1a4)],_0x1da45e),_0x5cbfb1[_0x3086c4(0x1af)](_0x5e598e,_0x1da45e);});});}#homedir(){const _0x26b9d3=a69_0x4f164f,_0x240bc5={};_0x240bc5[_0x26b9d3(0x1be)]=function(_0xfad4b8,_0x673298){return _0xfad4b8===_0x673298;},_0x240bc5[_0x26b9d3(0x1c6)]=_0x26b9d3(0x183),_0x240bc5[_0x26b9d3(0x1c8)]=function(_0x4582be,_0x464210){return _0x4582be===_0x464210;},_0x240bc5[_0x26b9d3(0x191)]='win32',_0x240bc5['PhKya']=function(_0x5629b0,_0x163cbc){return _0x5629b0+_0x163cbc;},_0x240bc5[_0x26b9d3(0x1d0)]=function(_0x175e9c,_0x593853){return _0x175e9c===_0x593853;},_0x240bc5[_0x26b9d3(0x1a6)]=_0x26b9d3(0x19b),_0x240bc5[_0x26b9d3(0x195)]=_0x26b9d3(0x190),_0x240bc5[_0x26b9d3(0x179)]=_0x26b9d3(0x16c),_0x240bc5[_0x26b9d3(0x1dd)]=function(_0x2e15cf,_0xa49c08){return _0x2e15cf===_0xa49c08;},_0x240bc5['YYanO']='/root',_0x240bc5[_0x26b9d3(0x194)]=function(_0x54ffc6,_0x33767b){return _0x54ffc6+_0x33767b;},_0x240bc5['NqrjE']='/home/',_0x240bc5['adFzH']=function(_0x40ec2c,_0x1bf753){return _0x40ec2c||_0x1bf753;};const _0x57428a=_0x240bc5;if(_0x57428a[_0x26b9d3(0x1be)](typeof os['homedir'],_0x57428a[_0x26b9d3(0x1c6)]))return os[_0x26b9d3(0x17e)]();const _0x52e668=process[_0x26b9d3(0x1da)],_0x9eb4c9=_0x52e668[_0x26b9d3(0x169)],_0x3dccd0=_0x52e668[_0x26b9d3(0x176)]||_0x52e668[_0x26b9d3(0x1db)]||_0x52e668[_0x26b9d3(0x1ac)]||_0x52e668[_0x26b9d3(0x185)];if(_0x57428a[_0x26b9d3(0x1c8)](process['platform'],_0x57428a[_0x26b9d3(0x191)]))return _0x52e668[_0x26b9d3(0x166)]||_0x57428a[_0x26b9d3(0x1c2)](_0x52e668['HOMEDRIVE'],_0x52e668[_0x26b9d3(0x170)])||_0x9eb4c9||null;if(_0x57428a[_0x26b9d3(0x1d0)](process['platform'],_0x57428a[_0x26b9d3(0x1a6)]))return _0x9eb4c9||(_0x3dccd0?_0x57428a[_0x26b9d3(0x1c2)](_0x57428a[_0x26b9d3(0x195)],_0x3dccd0):null);if(_0x57428a[_0x26b9d3(0x1d0)](process[_0x26b9d3(0x19c)],_0x57428a[_0x26b9d3(0x179)]))return _0x9eb4c9||(_0x57428a[_0x26b9d3(0x1dd)](process[_0x26b9d3(0x1e6)](),0x0)?_0x57428a[_0x26b9d3(0x19f)]:_0x3dccd0?_0x57428a['EyUlI'](_0x57428a['NqrjE'],_0x3dccd0):null);return _0x57428a[_0x26b9d3(0x1e0)](_0x9eb4c9,null);}}module[a69_0x4f164f(0x1d4)]=PercyBinary;function a69_0x4c25(){const _0x2febdd=['USER','fjzbd','UKdDH','path','QsUyj','adFzH','0755','BTsgF','once','HxQuz','6035xgKcgJ','getuid','eZSTy','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','USERPROFILE','3KvjFDz','statSync','HOME','8iLGWhC','data','linux','NAAml','follow-redirects','url','HOMEPATH','yauzl','ptORb','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','bqVmI','validateBinary','LOGNAME','stdout','accessSync','eTCTB','child_process','percy.exe','/percy-win.zip','TBTdx','homedir','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','proxyHost','juXGQ','download','function','get','USERNAME','625889eonvaC','parse','readEntry','../logger','host','6778770FWlAwh','XnFjL','YPhxf','MzoPZ','undefined','/Users/','ZfXCn','BWDAP','2792952kgcPta','EyUlI','WHbRh','createWriteStream','error','ExBiv','2154523vhdpqI','18XLXxfX','darwin','platform','RmFjt','test','YYanO','eGzPN','pvgkk','match','mkdirSync','hqbUn','rfcNw','BPKwS','chmod','port','X_OK','xLaUe','end','LNAME','vJAQZ','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','PTqmz','LrHIg','/percy-osx.zip','HFvwJ','Ixfwq','fileName','OJiQv','vDran','jGXEn','jPHwt','XPaFl','Corrupt\x20percy\x20binary,\x20retrying','ImOPm','R_OK','ejvte','ZcGfS','https-proxy-agent','rNukb','openReadStream','PhKya','.browserstack','W_OK','close','ZrxDu','getBinaryPath','ICNsv','gKIns','agent','VDhAo','.zip','xAyYj','Error\x20trying\x20to\x20download\x20percy\x20binary','join','uKWXm','mgAtr','mTBrG','oGhAo','exports','YlLtx','548254rOIhQH','JuiLd','296908iQBjme','LyrPS','env'];a69_0x4c25=function(){return _0x2febdd;};return a69_0x4c25();}
1
+ const a69_0x24420b=a69_0x53cc;(function(_0x1909f7,_0x2f6955){const _0x2cfea8=a69_0x53cc,_0x559f4f=_0x1909f7();while(!![]){try{const _0x300ed1=parseInt(_0x2cfea8(0x13e))/0x1+-parseInt(_0x2cfea8(0x14b))/0x2+-parseInt(_0x2cfea8(0x121))/0x3+-parseInt(_0x2cfea8(0x148))/0x4+-parseInt(_0x2cfea8(0x10e))/0x5+parseInt(_0x2cfea8(0x132))/0x6+parseInt(_0x2cfea8(0x16b))/0x7;if(_0x300ed1===_0x2f6955)break;else _0x559f4f['push'](_0x559f4f['shift']());}catch(_0x134649){_0x559f4f['push'](_0x559f4f['shift']());}}}(a69_0x4652,0xdf7e9));function a69_0x4652(){const _0x5dee56=['nuTuL','length','entry','4255180uJCQxz','W_OK','percy.exe','accessSync','winstonLogger','oNsNA','0755','error','iqSpV','.zip','NZOYI','yauzl','IbYOq','download','faZXl','/percy-linux.zip','join','port','LZVKD','1330986EErBbM','/home/','X_OK','host','cMQtn','mkdirSync','parse','GTsXz','JZThd','eezKy','USERPROFILE','test','pAoQr','XWRPp','aXUdp','ombkM','darwin','7259958RamHtI','proxyHost','path','createWriteStream','get','xelks','tPOHE','YzYFZ','readEntry','lazyEntries','HOMEPATH','NjdrZ','1703733MYwROi','R_OK','FPRcn','HvYlX','once','cwd','exports','qVlLo','/percy-osx.zip','jNmzX','1796608pPomQE','yHvuQ','/root','1099586QJFknA','LNAME','cvxSF','yNDRo','lYxzM','dBNTb','kZCJB','/percy-win.zip','dwLNe','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','Corrupt\x20percy\x20binary,\x20retrying','chmod','pipe','SupWN','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','Komwi','follow-redirects','QrTET','bcHfL','child_process','uQCAW','flTPT','aPZXU','msOWw','agent','readFileSync','dEmlB','validateBinary','end','../logger','sQvhM','klsmY','2067450vHQqVk','openReadStream','QQaEU','alDmE','linux','WxNnr','percy','kpPAB','GUYZK','OgcdP','XnQdw','function','lSCSd','open','USERNAME','lUXpj','useCaCertificate','https-proxy-agent','HOME','homedir','https://github.com/percy/cli/releases/latest/download','--version','bvdgZ','GiVxe','platform','vMHqH','getuid','fileName','proxyPort','close','data','YEIFt'];a69_0x4652=function(){return _0x5dee56;};return a69_0x4652();}const {https}=require(a69_0x24420b(0x15b)),url=require('url'),yauzl=require(a69_0x24420b(0x119)),fs=require('fs'),path=require(a69_0x24420b(0x134)),os=require('os'),{spawn}=require(a69_0x24420b(0x15e)),HttpsProxyAgent=require(a69_0x24420b(0xfc)),logger=require(a69_0x24420b(0x168))[a69_0x24420b(0x112)];function a69_0x53cc(_0x429fb6,_0x168aa6){const _0x465228=a69_0x4652();return a69_0x53cc=function(_0x53cce4,_0x13ebce){_0x53cce4=_0x53cce4-0xfc;let _0x54c183=_0x465228[_0x53cce4];return _0x54c183;},a69_0x53cc(_0x429fb6,_0x168aa6);}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a69_0x24420b(0x171);#orderedPaths=[path['join'](this.#homedir(),'.browserstack'),process[a69_0x24420b(0x143)](),os['tmpdir']()];constructor(){const _0x455137=a69_0x24420b,_0x935d06={};_0x935d06['GUYZK']=_0x455137(0xff),_0x935d06[_0x455137(0x15f)]=function(_0x1ce0df,_0xe7f07f){return _0x1ce0df+_0xe7f07f;},_0x935d06['eezKy']=_0x455137(0x146),_0x935d06[_0x455137(0x11a)]=_0x455137(0x152),_0x935d06[_0x455137(0x120)]=_0x455137(0x110),_0x935d06[_0x455137(0x15d)]=function(_0x1348cb,_0x542176){return _0x1348cb+_0x542176;},_0x935d06[_0x455137(0x151)]=_0x455137(0x11d);const _0x5ebe23=_0x935d06,_0x41644c=_0x5ebe23[_0x455137(0x173)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x5ebe23[_0x455137(0x15f)](_0x41644c,_0x5ebe23[_0x455137(0x12a)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x5ebe23[_0x455137(0x15f)](_0x41644c,_0x5ebe23[_0x455137(0x11a)]),this.#binaryName=_0x5ebe23[_0x455137(0x120)]):this.#httpPath=_0x5ebe23[_0x455137(0x15d)](_0x41644c,_0x5ebe23[_0x455137(0x151)]);}#getAvailableDirs(){const _0x58aec7=a69_0x24420b,_0x2fca1a={};_0x2fca1a['NjdrZ']=function(_0x3519cf,_0x4e6411){return _0x3519cf<_0x4e6411;},_0x2fca1a[_0x58aec7(0x170)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x3dbec7=_0x2fca1a;for(var _0x461d24=0x0;_0x3dbec7[_0x58aec7(0x13d)](_0x461d24,this.#orderedPaths[_0x58aec7(0x10c)]);_0x461d24++){var _0x1970f2=this.#orderedPaths[_0x461d24];if(this.#makePath(_0x1970f2))return _0x1970f2;}throw new Error(_0x3dbec7[_0x58aec7(0x170)]);}#makePath(_0x17761b){const _0x12925b=a69_0x24420b;try{return!this.#checkPath(_0x17761b)&&fs[_0x12925b(0x126)](_0x17761b),!![];}catch{return![];}}#checkPath(_0x35bd56,_0x1b0fad){const _0x433968=a69_0x24420b,_0x18caec={};_0x18caec['iqSpV']=function(_0x1b8ac9,_0x2e5a0c){return _0x1b8ac9|_0x2e5a0c;},_0x18caec[_0x433968(0x17a)]=function(_0x163fa1,_0x4e4cdc){return _0x163fa1!==_0x4e4cdc;},_0x18caec[_0x433968(0x139)]='undefined';const _0x143a74=_0x18caec;_0x1b0fad=_0x1b0fad||_0x143a74[_0x433968(0x116)](fs[_0x433968(0x13f)],fs[_0x433968(0x10f)]);try{return fs[_0x433968(0x111)](_0x35bd56,_0x1b0fad),!![];}catch(_0x15abf3){if(_0x143a74['lUXpj'](typeof fs[_0x433968(0x111)],_0x143a74[_0x433968(0x139)]))return![];try{return fs['statSync'](_0x35bd56),!![];}catch(_0x482a02){return![];}}}async['getBinaryPath'](_0xcb80ad){const _0x3a854d=a69_0x24420b,_0x15bf86={};_0x15bf86[_0x3a854d(0x11c)]=_0x3a854d(0x155);const _0x5e7e61=_0x15bf86;var _0xfb5c13=this.#getAvailableDirs(),_0x3d96d2=path[_0x3a854d(0x11e)](_0xfb5c13,this.#binaryName);if(this.#checkPath(_0x3d96d2,fs[_0x3a854d(0x123)]))return _0x3d96d2;const _0x131b67=await this[_0x3a854d(0x11b)](_0xcb80ad,_0xfb5c13),_0x3330ca=await this[_0x3a854d(0x166)](_0x131b67);if(!_0x3330ca)return logger[_0x3a854d(0x115)](_0x5e7e61['faZXl']),await this[_0x3a854d(0x11b)](_0xcb80ad,_0xfb5c13);return _0x131b67;}async['validateBinary'](_0x265a93){const _0x378f1b=a69_0x24420b,_0x472162={'jNmzX':function(_0x1c75a5,_0xf4f11f){return _0x1c75a5(_0xf4f11f);},'QrTET':function(_0x4d780e,_0x5561ec,_0x386372){return _0x4d780e(_0x5561ec,_0x386372);},'ifYdv':_0x378f1b(0x100),'vMHqH':_0x378f1b(0x109),'qVlLo':_0x378f1b(0x108)},_0x1c20a7=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x420cab,_0x532ddb)=>{const _0xe2cbae=_0x378f1b,_0x1ecdec={'dwLNe':function(_0x186d16,_0x17fa6b){const _0x294ba1=a69_0x53cc;return _0x472162[_0x294ba1(0x147)](_0x186d16,_0x17fa6b);}},_0x5729d4=_0x472162[_0xe2cbae(0x15c)](spawn,_0x265a93,[_0x472162['ifYdv']]);_0x5729d4['stdout']['on'](_0x472162[_0xe2cbae(0x104)],_0x45b9c0=>{const _0x3151d5=_0xe2cbae;_0x1c20a7[_0x3151d5(0x12c)](_0x45b9c0)&&_0x1ecdec[_0x3151d5(0x153)](_0x420cab,!![]);}),_0x5729d4['on'](_0x472162[_0xe2cbae(0x145)],()=>{const _0xfce14e=_0xe2cbae;_0x472162[_0xfce14e(0x147)](_0x420cab,![]);});});}[a69_0x24420b(0x11b)](_0x26cb8d,_0x41e6ac){const _0x20f021=a69_0x24420b,_0x259d51={'cMQtn':_0x20f021(0x154),'ombkM':function(_0x4ade6d,_0x2f8252){return _0x4ade6d(_0x2f8252);},'flTPT':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','pAoQr':function(_0x1786cf,_0x576a7a){return _0x1786cf(_0x576a7a);},'FdCHr':_0x20f021(0x167),'SupWN':function(_0x3e6455,_0xaa3c48){return _0x3e6455===_0xaa3c48;},'sQvhM':_0x20f021(0x10d),'dBNTb':_0x20f021(0x115),'oNsNA':_0x20f021(0x108),'alDmE':_0x20f021(0x159),'iFRoD':function(_0x2f3ea3,_0x2c3ff5){return _0x2f3ea3(_0x2c3ff5);},'QQaEU':_0x20f021(0x114),'ivwEv':function(_0xf71e7a,_0x35dd36){return _0xf71e7a+_0x35dd36;},'lYxzM':_0x20f021(0x117),'OVPuF':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x41e6ac)&&fs[_0x20f021(0x126)](_0x41e6ac);const _0x188777=this.#binaryName,_0x54da10=path['join'](_0x41e6ac,_0x259d51['ivwEv'](_0x188777,_0x259d51[_0x20f021(0x14f)])),_0x192baa=path['join'](_0x41e6ac,_0x188777),_0x4b8b4b=fs[_0x20f021(0x135)](_0x54da10),_0x3a5025=url[_0x20f021(0x127)](this.#httpPath);if(_0x26cb8d[_0x20f021(0x133)]&&_0x26cb8d[_0x20f021(0x107)]){const _0x9e4e1e={};_0x9e4e1e[_0x20f021(0x124)]=_0x26cb8d[_0x20f021(0x133)],_0x9e4e1e[_0x20f021(0x11f)]=_0x26cb8d[_0x20f021(0x107)],_0x3a5025[_0x20f021(0x163)]=new HttpsProxyAgent(_0x9e4e1e);}if(_0x26cb8d[_0x20f021(0x17b)])try{_0x3a5025['ca']=fs[_0x20f021(0x164)](_0x26cb8d['useCaCertificate']);}catch(_0x15d68b){logger[_0x20f021(0x115)](_0x259d51['OVPuF'],_0x15d68b);}return new Promise((_0x4dfa1d,_0x3283bf)=>{const _0x532157=_0x20f021,_0x5e1b3f={'XWRPp':function(_0x28976c,_0x76f4c3){const _0x2ec77d=a69_0x53cc;return _0x259d51[_0x2ec77d(0x130)](_0x28976c,_0x76f4c3);},'kpPAB':_0x259d51[_0x532157(0x16d)]};https[_0x532157(0x136)](_0x3a5025,function(_0x5c4781){const _0x319809=_0x532157,_0x423c97={'klsmY':_0x259d51[_0x319809(0x125)],'msOWw':function(_0x152b24,_0x30015e){const _0x46d9f3=_0x319809;return _0x259d51[_0x46d9f3(0x130)](_0x152b24,_0x30015e);},'yHvuQ':_0x259d51[_0x319809(0x160)],'KjXes':function(_0x30624f,_0xf3f744){const _0x478e21=_0x319809;return _0x259d51[_0x478e21(0x12d)](_0x30624f,_0xf3f744);},'JZThd':_0x259d51['FdCHr'],'IHwrp':function(_0x3eec68,_0x31505d){const _0x4b0925=_0x319809;return _0x259d51[_0x4b0925(0x158)](_0x3eec68,_0x31505d);},'GTsXz':function(_0x169b20,_0x123538){const _0x176e76=_0x319809;return _0x259d51[_0x176e76(0x130)](_0x169b20,_0x123538);},'HvYlX':_0x259d51[_0x319809(0x169)],'etPJb':_0x259d51[_0x319809(0x150)]};_0x5c4781[_0x319809(0x157)](_0x4b8b4b),_0x5c4781['on'](_0x259d51['dBNTb'],function(_0x5ef142){const _0x188a5c=_0x319809;logger['error'](_0x423c97[_0x188a5c(0x16a)],_0x5ef142),_0x423c97[_0x188a5c(0x162)](_0x3283bf,_0x5ef142);}),_0x4b8b4b['on'](_0x259d51[_0x319809(0x150)],function(_0x8c76af){const _0xa6b00b=_0x319809;logger['error'](_0x423c97[_0xa6b00b(0x149)],_0x8c76af),_0x423c97['msOWw'](_0x3283bf,_0x8c76af);}),_0x4b8b4b['on'](_0x259d51[_0x319809(0x113)],function(){const _0x317c58=_0x319809,_0xa09599={'dEmlB':function(_0x111878,_0x109cd1){const _0xa24f89=a69_0x53cc;return _0x5e1b3f[_0xa24f89(0x12e)](_0x111878,_0x109cd1);},'yNDRo':_0x5e1b3f[_0x317c58(0x172)]},_0x4fbbde={};_0x4fbbde[_0x317c58(0x13b)]=!![],yauzl[_0x317c58(0x178)](_0x54da10,_0x4fbbde,function(_0x2cce8c,_0x753670){const _0x4fd338=_0x317c58,_0x81d766={'XnQdw':function(_0x1f3200,_0x215cc4){return _0x423c97['KjXes'](_0x1f3200,_0x215cc4);},'tPOHE':_0x423c97[_0x4fd338(0x129)],'FPRcn':function(_0x3dcdde,_0x37d602){return _0x423c97['IHwrp'](_0x3dcdde,_0x37d602);}};_0x2cce8c&&_0x423c97[_0x4fd338(0x128)](_0x3283bf,_0x2cce8c),_0x753670[_0x4fd338(0x13a)](),_0x753670['on'](_0x423c97[_0x4fd338(0x141)],_0x58b734=>{const _0x3609f8=_0x4fd338;if(/\/$/[_0x3609f8(0x12c)](_0x58b734[_0x3609f8(0x106)]))_0x753670[_0x3609f8(0x13a)]();else{const _0x126069=fs['createWriteStream'](path[_0x3609f8(0x11e)](_0x41e6ac,_0x58b734['fileName']));_0x753670[_0x3609f8(0x16c)](_0x58b734,function(_0x16ec0e,_0x19f91a){const _0x2e51d5=_0x3609f8;_0x16ec0e&&_0x81d766[_0x2e51d5(0x175)](_0x3283bf,_0x2cce8c),_0x19f91a['on'](_0x81d766[_0x2e51d5(0x138)],function(){const _0x2a381b=_0x2e51d5;_0x126069['close'](),_0x753670[_0x2a381b(0x13a)]();}),_0x19f91a[_0x2e51d5(0x157)](_0x126069);}),_0x81d766[_0x3609f8(0x140)](_0x58b734['fileName'],_0x188777)&&_0x753670[_0x3609f8(0x108)]();}}),_0x753670['on'](_0x423c97['etPJb'],_0x529146=>{const _0xa65ba6=_0x4fd338;_0xa09599[_0xa65ba6(0x165)](_0x3283bf,_0x529146);}),_0x753670[_0x4fd338(0x142)](_0x423c97['JZThd'],()=>{const _0x3cd61d=_0x4fd338,_0x183e0b={'aXUdp':function(_0x34ab91,_0x3c7d6b){const _0x329e38=a69_0x53cc;return _0xa09599[_0x329e38(0x165)](_0x34ab91,_0x3c7d6b);}};fs[_0x3cd61d(0x156)](_0x192baa,_0xa09599[_0x3cd61d(0x14e)],function(_0x36d66f){const _0x3d1712=_0x3cd61d;_0x36d66f&&_0x183e0b[_0x3d1712(0x12f)](_0x3283bf,_0x36d66f),_0x183e0b['aXUdp'](_0x4dfa1d,_0x192baa);}),_0x753670[_0x3cd61d(0x108)]();});});});})['on'](_0x259d51['dBNTb'],function(_0x323fea){const _0x2451cd=_0x532157;logger['error'](_0x259d51[_0x2451cd(0x16e)],_0x323fea),_0x259d51['iFRoD'](_0x3283bf,_0x323fea);});});}#homedir(){const _0x36eb58=a69_0x24420b,_0x520d50={};_0x520d50['cvxSF']=function(_0xed6150,_0x4896db){return _0xed6150===_0x4896db;},_0x520d50[_0x36eb58(0x118)]=_0x36eb58(0x176),_0x520d50['lOkkY']='win32',_0x520d50[_0x36eb58(0x15a)]=function(_0x3acd77,_0x2137d1){return _0x3acd77+_0x2137d1;},_0x520d50['OgcdP']=_0x36eb58(0x131),_0x520d50[_0x36eb58(0x102)]=function(_0x59dc12,_0x166dac){return _0x59dc12+_0x166dac;},_0x520d50[_0x36eb58(0x10a)]='/Users/',_0x520d50['xelks']=_0x36eb58(0x16f),_0x520d50[_0x36eb58(0x177)]=_0x36eb58(0x14a),_0x520d50[_0x36eb58(0x10b)]=function(_0x1324ca,_0x1e6cf1){return _0x1324ca+_0x1e6cf1;},_0x520d50[_0x36eb58(0x161)]=_0x36eb58(0x122),_0x520d50[_0x36eb58(0x101)]=function(_0x833c24,_0x18851b){return _0x833c24||_0x18851b;};const _0x5b57e4=_0x520d50;if(_0x5b57e4[_0x36eb58(0x14d)](typeof os[_0x36eb58(0xfe)],_0x5b57e4[_0x36eb58(0x118)]))return os[_0x36eb58(0xfe)]();const _0x14dbb9=process['env'],_0x49408f=_0x14dbb9[_0x36eb58(0xfd)],_0x1e6683=_0x14dbb9['LOGNAME']||_0x14dbb9['USER']||_0x14dbb9[_0x36eb58(0x14c)]||_0x14dbb9[_0x36eb58(0x179)];if(_0x5b57e4[_0x36eb58(0x14d)](process[_0x36eb58(0x103)],_0x5b57e4['lOkkY']))return _0x14dbb9[_0x36eb58(0x12b)]||_0x5b57e4[_0x36eb58(0x15a)](_0x14dbb9['HOMEDRIVE'],_0x14dbb9[_0x36eb58(0x13c)])||_0x49408f||null;if(_0x5b57e4[_0x36eb58(0x14d)](process[_0x36eb58(0x103)],_0x5b57e4[_0x36eb58(0x174)]))return _0x49408f||(_0x1e6683?_0x5b57e4['GiVxe'](_0x5b57e4[_0x36eb58(0x10a)],_0x1e6683):null);if(_0x5b57e4[_0x36eb58(0x14d)](process[_0x36eb58(0x103)],_0x5b57e4[_0x36eb58(0x137)]))return _0x49408f||(_0x5b57e4['cvxSF'](process[_0x36eb58(0x105)](),0x0)?_0x5b57e4[_0x36eb58(0x177)]:_0x1e6683?_0x5b57e4['nuTuL'](_0x5b57e4[_0x36eb58(0x161)],_0x1e6683):null);return _0x5b57e4[_0x36eb58(0x101)](_0x49408f,null);}}module[a69_0x24420b(0x144)]=PercyBinary;
@@ -1 +1 @@
1
- function a70_0x4eaa(){var _0xc7a756=['200WPMiYa','580gAJigN','4EjVHns','86647KRIEPu','13qAbGEp','35JYfQda','getName','1221768ooNZVF','exports','4461185aYmIbA','8NBUPfi','565914XtKiuc','160011quDaJh','get','99861QMOtMO','increment','31700316jLcMwj'];a70_0x4eaa=function(){return _0xc7a756;};return a70_0x4eaa();}var a70_0xfb658=a70_0x2c81;function a70_0x2c81(_0x51ee0b,_0x502d61){var _0x4eaa9a=a70_0x4eaa();return a70_0x2c81=function(_0x2c8115,_0x45ffd6){_0x2c8115=_0x2c8115-0x1ca;var _0x23e2b4=_0x4eaa9a[_0x2c8115];return _0x23e2b4;},a70_0x2c81(_0x51ee0b,_0x502d61);}(function(_0x235882,_0x2adc26){var _0x468c69=a70_0x2c81,_0x162924=_0x235882();while(!![]){try{var _0x56da08=-parseInt(_0x468c69(0x1ca))/0x1*(parseInt(_0x468c69(0x1d7))/0x2)+parseInt(_0x468c69(0x1d8))/0x3+-parseInt(_0x468c69(0x1cf))/0x4*(parseInt(_0x468c69(0x1d6))/0x5)+-parseInt(_0x468c69(0x1d4))/0x6*(parseInt(_0x468c69(0x1d2))/0x7)+-parseInt(_0x468c69(0x1cd))/0x8*(parseInt(_0x468c69(0x1d9))/0x9)+parseInt(_0x468c69(0x1ce))/0xa*(parseInt(_0x468c69(0x1d0))/0xb)+parseInt(_0x468c69(0x1cc))/0xc*(parseInt(_0x468c69(0x1d1))/0xd);if(_0x56da08===_0x2adc26)break;else _0x162924['push'](_0x162924['shift']());}catch(_0x21397c){_0x162924['push'](_0x162924['shift']());}}}(a70_0x4eaa,0x821a5));class PercyCaptureMap{#map={};[a70_0xfb658(0x1cb)](_0x3c55a2,_0x5058e7){!this.#map[_0x3c55a2]&&(this.#map[_0x3c55a2]={}),!this.#map[_0x3c55a2][_0x5058e7]&&(this.#map[_0x3c55a2][_0x5058e7]=0x0),this.#map[_0x3c55a2][_0x5058e7]++;}[a70_0xfb658(0x1d3)](_0x177dd,_0xcee31b){var _0x1f569f=a70_0xfb658;return _0x177dd+'-'+_0xcee31b+'-'+this[_0x1f569f(0x1da)](_0x177dd,_0xcee31b);}[a70_0xfb658(0x1da)](_0x4904a4,_0x3a300b){if(!this.#map[_0x4904a4])return 0x0;if(!this.#map[_0x4904a4][_0x3a300b])return 0x0;return this.#map[_0x4904a4][_0x3a300b];}}module[a70_0xfb658(0x1d5)]=PercyCaptureMap;
1
+ function a70_0x49b2(_0x1d18fa,_0x483b9e){var _0x4e7930=a70_0x4e79();return a70_0x49b2=function(_0x49b271,_0x13bf9c){_0x49b271=_0x49b271-0xa8;var _0xc61740=_0x4e7930[_0x49b271];return _0xc61740;},a70_0x49b2(_0x1d18fa,_0x483b9e);}var a70_0x114dc8=a70_0x49b2;(function(_0x3ceeb9,_0x52a211){var _0x3b671f=a70_0x49b2,_0x2f879b=_0x3ceeb9();while(!![]){try{var _0x142a0=parseInt(_0x3b671f(0xb4))/0x1*(-parseInt(_0x3b671f(0xb0))/0x2)+-parseInt(_0x3b671f(0xad))/0x3*(-parseInt(_0x3b671f(0xa8))/0x4)+parseInt(_0x3b671f(0xb6))/0x5*(parseInt(_0x3b671f(0xb7))/0x6)+-parseInt(_0x3b671f(0xa9))/0x7+-parseInt(_0x3b671f(0xaa))/0x8*(-parseInt(_0x3b671f(0xab))/0x9)+-parseInt(_0x3b671f(0xb3))/0xa+-parseInt(_0x3b671f(0xb5))/0xb*(-parseInt(_0x3b671f(0xaf))/0xc);if(_0x142a0===_0x52a211)break;else _0x2f879b['push'](_0x2f879b['shift']());}catch(_0x2057db){_0x2f879b['push'](_0x2f879b['shift']());}}}(a70_0x4e79,0x5d70e));function a70_0x4e79(){var _0x261baa=['9QGZLRL','385PkcLRu','155uQfQNO','51378jKNAuu','14848jWBTxu','4500832auZfCH','144cNwjgX','155682HYpEiY','getName','363bzNxLj','increment','208404sZbNxp','81878PYfWRb','exports','get','2396530RnFwGZ'];a70_0x4e79=function(){return _0x261baa;};return a70_0x4e79();}class PercyCaptureMap{#map={};[a70_0x114dc8(0xae)](_0x571ade,_0x3275f5){!this.#map[_0x571ade]&&(this.#map[_0x571ade]={}),!this.#map[_0x571ade][_0x3275f5]&&(this.#map[_0x571ade][_0x3275f5]=0x0),this.#map[_0x571ade][_0x3275f5]++;}[a70_0x114dc8(0xac)](_0x339bcc,_0x505cb6){var _0x57dfd7=a70_0x114dc8;return _0x339bcc+'-'+_0x505cb6+'-'+this[_0x57dfd7(0xb2)](_0x339bcc,_0x505cb6);}[a70_0x114dc8(0xb2)](_0x41eec6,_0x494a53){if(!this.#map[_0x41eec6])return 0x0;if(!this.#map[_0x41eec6][_0x494a53])return 0x0;return this.#map[_0x41eec6][_0x494a53];}}module[a70_0x114dc8(0xb1)]=PercyCaptureMap;
@@ -1 +1 @@
1
- function a71_0x25dd(_0x3d7fb6,_0x3e147a){var _0x410038=a71_0x4100();return a71_0x25dd=function(_0x25dd79,_0x47c729){_0x25dd79=_0x25dd79-0x175;var _0x54f019=_0x410038[_0x25dd79];return _0x54f019;},a71_0x25dd(_0x3d7fb6,_0x3e147a);}var a71_0x55f9b1=a71_0x25dd;(function(_0x147e77,_0x40c770){var _0x23cf9a=a71_0x25dd,_0x31c219=_0x147e77();while(!![]){try{var _0x106e9e=-parseInt(_0x23cf9a(0x17e))/0x1+-parseInt(_0x23cf9a(0x183))/0x2+-parseInt(_0x23cf9a(0x187))/0x3*(parseInt(_0x23cf9a(0x186))/0x4)+parseInt(_0x23cf9a(0x181))/0x5+-parseInt(_0x23cf9a(0x185))/0x6+parseInt(_0x23cf9a(0x175))/0x7*(parseInt(_0x23cf9a(0x17a))/0x8)+parseInt(_0x23cf9a(0x184))/0x9*(parseInt(_0x23cf9a(0x180))/0xa);if(_0x106e9e===_0x40c770)break;else _0x31c219['push'](_0x31c219['shift']());}catch(_0x295df7){_0x31c219['push'](_0x31c219['shift']());}}}(a71_0x4100,0x439d4));var a71_0x53cdf8={};a71_0x53cdf8[a71_0x55f9b1(0x17f)]=[a71_0x55f9b1(0x17d)],a71_0x53cdf8[a71_0x55f9b1(0x17b)]=['click',a71_0x55f9b1(0x182)];var a71_0x2c1bea={};a71_0x2c1bea[a71_0x55f9b1(0x17f)]=[a71_0x55f9b1(0x17d)];function a71_0x4100(){var _0x4d9246=['766142vIMgjd','36cvcdGZ','2048226TKpzzH','171480fhAITb','3zzeOvA','exports','7uaWVtX','click','screenshot','auto','manual','236688ghewBt','element','testcase','takeScreenshot','475845xcJozI','driver','2467060PBsbqB','2518475ISEQKA','sendKeys'];a71_0x4100=function(){return _0x4d9246;};return a71_0x4100();}var a71_0x11705a={};a71_0x11705a[a71_0x55f9b1(0x17b)]=[a71_0x55f9b1(0x176)];var a71_0x5a0d04={};a71_0x5a0d04[a71_0x55f9b1(0x178)]=a71_0x53cdf8,a71_0x5a0d04[a71_0x55f9b1(0x177)]=a71_0x2c1bea,a71_0x5a0d04[a71_0x55f9b1(0x176)]=a71_0x11705a,a71_0x5a0d04[a71_0x55f9b1(0x17c)]={},a71_0x5a0d04[a71_0x55f9b1(0x179)]={},module[a71_0x55f9b1(0x188)]=a71_0x5a0d04;
1
+ var a71_0x24878f=a71_0x2b88;(function(_0x1d53aa,_0x53f31e){var _0x34edf7=a71_0x2b88,_0x253ac2=_0x1d53aa();while(!![]){try{var _0x467e5e=parseInt(_0x34edf7(0xad))/0x1+-parseInt(_0x34edf7(0xb8))/0x2+parseInt(_0x34edf7(0xb3))/0x3+parseInt(_0x34edf7(0xb9))/0x4+parseInt(_0x34edf7(0xaf))/0x5*(parseInt(_0x34edf7(0xb1))/0x6)+-parseInt(_0x34edf7(0xb0))/0x7*(parseInt(_0x34edf7(0xb5))/0x8)+parseInt(_0x34edf7(0xbc))/0x9*(-parseInt(_0x34edf7(0xa9))/0xa);if(_0x467e5e===_0x53f31e)break;else _0x253ac2['push'](_0x253ac2['shift']());}catch(_0x35bd51){_0x253ac2['push'](_0x253ac2['shift']());}}}(a71_0x1e90,0xa464e));var a71_0xc6a680={};function a71_0x1e90(){var _0x2b3348=['851347lyIAWA','6vANfxE','element','812703waOvVe','driver','32SSLGac','takeScreenshot','auto','1501906gUAsRB','4592388PnFltJ','exports','screenshot','9rIRQkM','3310130CsxixX','sendKeys','testcase','click','148237VqGXQD','manual','3372865ayoGfw'];a71_0x1e90=function(){return _0x2b3348;};return a71_0x1e90();}a71_0xc6a680[a71_0x24878f(0xb4)]=[a71_0x24878f(0xb6)],a71_0xc6a680['element']=[a71_0x24878f(0xac),a71_0x24878f(0xaa)];var a71_0x15ac4d={};a71_0x15ac4d['driver']=[a71_0x24878f(0xb6)];function a71_0x2b88(_0x46e25c,_0x1fed37){var _0x1e9002=a71_0x1e90();return a71_0x2b88=function(_0x2b8812,_0x30da24){_0x2b8812=_0x2b8812-0xa9;var _0x32e5fc=_0x1e9002[_0x2b8812];return _0x32e5fc;},a71_0x2b88(_0x46e25c,_0x1fed37);}var a71_0x2f27e5={};a71_0x2f27e5[a71_0x24878f(0xb2)]=[a71_0x24878f(0xac)];var a71_0x2bc7fd={};a71_0x2bc7fd[a71_0x24878f(0xb7)]=a71_0xc6a680,a71_0x2bc7fd[a71_0x24878f(0xbb)]=a71_0x15ac4d,a71_0x2bc7fd['click']=a71_0x2f27e5,a71_0x2bc7fd[a71_0x24878f(0xab)]={},a71_0x2bc7fd[a71_0x24878f(0xae)]={},module[a71_0x24878f(0xba)]=a71_0x2bc7fd;
@@ -1 +1 @@
1
- const a72_0x4b9b15=a72_0x2ae8;(function(_0x5291df,_0x3038fe){const _0x404477=a72_0x2ae8,_0x56af9f=_0x5291df();while(!![]){try{const _0x11adc9=parseInt(_0x404477(0xdf))/0x1*(parseInt(_0x404477(0xde))/0x2)+-parseInt(_0x404477(0xf8))/0x3*(parseInt(_0x404477(0xe2))/0x4)+parseInt(_0x404477(0xfc))/0x5*(parseInt(_0x404477(0x102))/0x6)+-parseInt(_0x404477(0xfd))/0x7*(-parseInt(_0x404477(0xed))/0x8)+-parseInt(_0x404477(0xec))/0x9*(-parseInt(_0x404477(0xe7))/0xa)+-parseInt(_0x404477(0xdd))/0xb+-parseInt(_0x404477(0xff))/0xc;if(_0x11adc9===_0x3038fe)break;else _0x56af9f['push'](_0x56af9f['shift']());}catch(_0x195278){_0x56af9f['push'](_0x56af9f['shift']());}}}(a72_0x10f6,0x9bde2));function a72_0x2ae8(_0xdfa3cc,_0x11979c){const _0x10f616=a72_0x10f6();return a72_0x2ae8=function(_0x2ae800,_0x39d9e0){_0x2ae800=_0x2ae800-0xd9;let _0x5b67c7=_0x10f616[_0x2ae800];return _0x5b67c7;},a72_0x2ae8(_0xdfa3cc,_0x11979c);}const tryRequire=function(_0x44f066,_0x321024){const _0x7b757a=a72_0x2ae8,_0x59090b={'kTrFQ':function(_0x4cee2b,_0xe60c8){return _0x4cee2b(_0xe60c8);}};try{return _0x59090b[_0x7b757a(0xf7)](require,_0x44f066);}catch{return _0x321024;}},percySnapshot=tryRequire(a72_0x4b9b15(0xe0),null),{percyScreenshot}=tryRequire(a72_0x4b9b15(0xe0),{}),percyAppScreenshot=require(a72_0x4b9b15(0xee)),{getCurrentTestData}=require(a72_0x4b9b15(0xef)),PerformanceTester=require('../performance-tester'),logger=require(a72_0x4b9b15(0x100))['winstonLogger'];percySnapshot&&(exports['snapshot']=async function(){const _0x101de0=a72_0x4b9b15,_0x16e110={'QIQht':function(_0x2cb46c,_0x4cb7bb){return _0x2cb46c!==_0x4cb7bb;},'jnrAE':function(_0x465ef3,_0x3fb8d1){return _0x465ef3>=_0x3fb8d1;},'BggUc':function(_0x3b719d){return _0x3b719d();},'vRSAI':_0x101de0(0xe5)};if(global['browserstackPlatformIndex']&&_0x16e110[_0x101de0(0xdb)](global[_0x101de0(0xea)],global['browserstackPercyBestPlatform']))return;const _0x111825=_0x16e110[_0x101de0(0xe6)](arguments[_0x101de0(0xe9)],0x2)?arguments[0x1]:'',_0x58a4dc=_0x16e110[_0x101de0(0xf2)](getCurrentTestData),_0x19d344={};return _0x19d344[_0x101de0(0xf5)]=_0x111825,_0x19d344[_0x101de0(0xe1)]=_0x58a4dc[_0x101de0(0xf5)]||'',_0x19d344[_0x101de0(0xf4)]=_0x58a4dc[_0x101de0(0xfb)]||'',_0x19d344[_0x101de0(0xf3)]=global[_0x101de0(0xea)],await PerformanceTester[_0x101de0(0xd9)](_0x16e110[_0x101de0(0xe3)],()=>percySnapshot[_0x101de0(0xf9)](null,arguments),_0x19d344);});function a72_0x10f6(){const _0x14edba=['dfMRK','BSKQG','BggUc','platformIndex','thTestCaseExecutionId','name','PUjNq','kTrFQ','2421eFGtCH','apply','percy:screenshot','uuid','3900840CmyjXm','1847069PMDhOS','rAZYD','2101548WhgLAl','../logger','screenshotApp','6AqlNrO','measure','RtTtb','QIQht','error','12551176NCivHu','326nOQIyA','2773VKVcWG','@percy/selenium-webdriver','testCase','1732ImzpYI','vRSAI','YonAi','percy:snapshot','jnrAE','155380kuTvZh','KbGgz','length','browserstackPlatformIndex','screenshot','468IbSLmx','8cHsnLH','@percy/appium-app','../../helpers/testhub/utils'];a72_0x10f6=function(){return _0x14edba;};return a72_0x10f6();}percyScreenshot?exports[a72_0x4b9b15(0xeb)]=async function(){const _0xf2d54b=a72_0x4b9b15,_0x1f1ba4={'BSKQG':function(_0x2f4c6c,_0x4a469c){return _0x2f4c6c>=_0x4a469c;},'dfMRK':function(_0x2c57c2){return _0x2c57c2();},'RtTtb':_0xf2d54b(0xfa)},_0x242238=_0x1f1ba4[_0xf2d54b(0xf1)](arguments[_0xf2d54b(0xe9)],0x2)?arguments[0x1]:'',_0x4402ab=_0x1f1ba4[_0xf2d54b(0xf0)](getCurrentTestData),_0xdf05e9={};return _0xdf05e9[_0xf2d54b(0xf5)]=_0x242238,_0xdf05e9['testCase']=_0x4402ab[_0xf2d54b(0xf5)]||'',_0xdf05e9['thTestCaseExecutionId']=_0x4402ab['uuid']||'',_0xdf05e9[_0xf2d54b(0xf3)]=global[_0xf2d54b(0xea)],await PerformanceTester['measure'](_0x1f1ba4[_0xf2d54b(0xda)],()=>percyScreenshot[_0xf2d54b(0xf9)](null,arguments),_0xdf05e9);}:exports[a72_0x4b9b15(0xeb)]=()=>{const _0x47b29a=a72_0x4b9b15,_0x59ba7e={};_0x59ba7e[_0x47b29a(0xf6)]='Unsupported\x20driver\x20for\x20percy';const _0x588755=_0x59ba7e;logger[_0x47b29a(0xdc)](_0x588755[_0x47b29a(0xf6)]);};exports[a72_0x4b9b15(0x101)]=async function(){const _0x419b52=a72_0x4b9b15,_0x55365c={'rAZYD':function(_0x451730,_0x33b437){return _0x451730>=_0x33b437;},'YonAi':function(_0x1fadb0){return _0x1fadb0();},'KbGgz':'percy:screenshot-app'},_0x3d8e0b=_0x55365c[_0x419b52(0xfe)](arguments[_0x419b52(0xe9)],0x2)?arguments[0x1]:'',_0x3c1ac4=_0x55365c[_0x419b52(0xe4)](getCurrentTestData),_0x366876={};return _0x366876[_0x419b52(0xf5)]=_0x3d8e0b,_0x366876[_0x419b52(0xe1)]=_0x3c1ac4[_0x419b52(0xf5)]||'',_0x366876[_0x419b52(0xf4)]=_0x3c1ac4[_0x419b52(0xfb)]||'',_0x366876[_0x419b52(0xf3)]=global[_0x419b52(0xea)],await PerformanceTester[_0x419b52(0xd9)](_0x55365c[_0x419b52(0xe8)],()=>percyAppScreenshot[_0x419b52(0xf9)](null,arguments),_0x366876);};
1
+ const a72_0x3e1a10=a72_0x83b6;(function(_0x5a5041,_0x368045){const _0x4a7607=a72_0x83b6,_0x1039dc=_0x5a5041();while(!![]){try{const _0x56ad0b=-parseInt(_0x4a7607(0x127))/0x1*(-parseInt(_0x4a7607(0x12e))/0x2)+-parseInt(_0x4a7607(0x129))/0x3+parseInt(_0x4a7607(0x11b))/0x4*(parseInt(_0x4a7607(0x111))/0x5)+-parseInt(_0x4a7607(0x11e))/0x6*(-parseInt(_0x4a7607(0x135))/0x7)+parseInt(_0x4a7607(0x131))/0x8*(parseInt(_0x4a7607(0x10f))/0x9)+-parseInt(_0x4a7607(0x12c))/0xa*(parseInt(_0x4a7607(0x122))/0xb)+parseInt(_0x4a7607(0x115))/0xc*(-parseInt(_0x4a7607(0x11a))/0xd);if(_0x56ad0b===_0x368045)break;else _0x1039dc['push'](_0x1039dc['shift']());}catch(_0x2da549){_0x1039dc['push'](_0x1039dc['shift']());}}}(a72_0x19f3,0x5b32b));const tryRequire=function(_0x23c6e9,_0x232b48){const _0xb3ce1e={'yZgEM':function(_0x205e9e,_0x4b855a){return _0x205e9e(_0x4b855a);}};try{return _0xb3ce1e['yZgEM'](require,_0x23c6e9);}catch{return _0x232b48;}},percySnapshot=tryRequire(a72_0x3e1a10(0x126),null),{percyScreenshot}=tryRequire(a72_0x3e1a10(0x126),{}),percyAppScreenshot=require(a72_0x3e1a10(0x113)),{getCurrentTestData}=require(a72_0x3e1a10(0x121)),PerformanceTester=require('../performance-tester'),logger=require(a72_0x3e1a10(0x132))[a72_0x3e1a10(0x117)];percySnapshot&&(exports[a72_0x3e1a10(0x119)]=async function(){const _0x4b39b8=a72_0x3e1a10,_0xaf2aca={'PSPrY':function(_0x324a15,_0x4d8946){return _0x324a15!==_0x4d8946;},'ucsBI':function(_0x489416,_0x53c6ef){return _0x489416>=_0x53c6ef;},'pKAoG':function(_0x3d76ff){return _0x3d76ff();},'eLHBO':_0x4b39b8(0x11d)};if(global['browserstackPlatformIndex']&&_0xaf2aca[_0x4b39b8(0x10d)](global[_0x4b39b8(0x114)],global[_0x4b39b8(0x12d)]))return;const _0x7a9305=_0xaf2aca['ucsBI'](arguments[_0x4b39b8(0x120)],0x2)?arguments[0x1]:'',_0x2bad44=_0xaf2aca['pKAoG'](getCurrentTestData),_0xe2356a={};return _0xe2356a[_0x4b39b8(0x116)]=_0x7a9305,_0xe2356a['testCase']=_0x2bad44[_0x4b39b8(0x116)]||'',_0xe2356a[_0x4b39b8(0x125)]=_0x2bad44[_0x4b39b8(0x112)]||'',_0xe2356a[_0x4b39b8(0x110)]=global[_0x4b39b8(0x114)],await PerformanceTester['measure'](_0xaf2aca[_0x4b39b8(0x12a)],()=>percySnapshot[_0x4b39b8(0x12f)](null,arguments),_0xe2356a);});function a72_0x19f3(){const _0x398a3d=['8839dYNehv','oRnvA','187815nQniMO','eLHBO','percy:screenshot','6830yqzPyi','browserstackPercyBestPlatform','62IEvoFM','apply','screenshot','41584mFpqsG','../logger','snMtN','error','87437VAodRx','PSPrY','qqrMP','1035WWBcxD','platformIndex','5RVJQYP','uuid','@percy/appium-app','browserstackPlatformIndex','31704duTuGn','name','winstonLogger','CQJcv','snapshot','3094mNrkDR','1752468GWhUaH','tmnGA','percy:snapshot','174wQksSE','Unsupported\x20driver\x20for\x20percy','length','../../helpers/testhub/utils','9779XGpYtU','percy:screenshot-app','testCase','thTestCaseExecutionId','@percy/selenium-webdriver'];a72_0x19f3=function(){return _0x398a3d;};return a72_0x19f3();}function a72_0x83b6(_0x1ebbfe,_0x1b2645){const _0x19f3bd=a72_0x19f3();return a72_0x83b6=function(_0x83b68,_0x5d7ef8){_0x83b68=_0x83b68-0x10d;let _0x44c7e2=_0x19f3bd[_0x83b68];return _0x44c7e2;},a72_0x83b6(_0x1ebbfe,_0x1b2645);}percyScreenshot?exports['screenshot']=async function(){const _0x49fd0b=a72_0x3e1a10,_0x4f592d={'qqrMP':function(_0x3dc285,_0x141523){return _0x3dc285>=_0x141523;},'tmnGA':function(_0x2e391f){return _0x2e391f();},'CQJcv':_0x49fd0b(0x12b)},_0x44d83c=_0x4f592d[_0x49fd0b(0x10e)](arguments['length'],0x2)?arguments[0x1]:'',_0x1e0d19=_0x4f592d[_0x49fd0b(0x11c)](getCurrentTestData),_0x398ccc={};return _0x398ccc[_0x49fd0b(0x116)]=_0x44d83c,_0x398ccc[_0x49fd0b(0x124)]=_0x1e0d19['name']||'',_0x398ccc[_0x49fd0b(0x125)]=_0x1e0d19[_0x49fd0b(0x112)]||'',_0x398ccc[_0x49fd0b(0x110)]=global[_0x49fd0b(0x114)],await PerformanceTester['measure'](_0x4f592d[_0x49fd0b(0x118)],()=>percyScreenshot['apply'](null,arguments),_0x398ccc);}:exports[a72_0x3e1a10(0x130)]=()=>{const _0x59a75e=a72_0x3e1a10,_0x2823ed={};_0x2823ed[_0x59a75e(0x133)]=_0x59a75e(0x11f);const _0x4c55eb=_0x2823ed;logger[_0x59a75e(0x134)](_0x4c55eb['snMtN']);};exports['screenshotApp']=async function(){const _0x1eecd9=a72_0x3e1a10,_0x5d3ef3={'NHrRE':function(_0x88d0e8,_0xacd59d){return _0x88d0e8>=_0xacd59d;},'oRnvA':function(_0x17313a){return _0x17313a();},'emqPo':_0x1eecd9(0x123)},_0x3004a2=_0x5d3ef3['NHrRE'](arguments[_0x1eecd9(0x120)],0x2)?arguments[0x1]:'',_0x581d86=_0x5d3ef3[_0x1eecd9(0x128)](getCurrentTestData),_0x22fb0b={};return _0x22fb0b[_0x1eecd9(0x116)]=_0x3004a2,_0x22fb0b['testCase']=_0x581d86[_0x1eecd9(0x116)]||'',_0x22fb0b[_0x1eecd9(0x125)]=_0x581d86[_0x1eecd9(0x112)]||'',_0x22fb0b[_0x1eecd9(0x110)]=global[_0x1eecd9(0x114)],await PerformanceTester['measure'](_0x5d3ef3['emqPo'],()=>percyAppScreenshot[_0x1eecd9(0x12f)](null,arguments),_0x22fb0b);};
@@ -1 +1 @@
1
- var a73_0x3d3cd5=a73_0x2225;function a73_0x2225(_0x3aa2a8,_0x32713c){var _0x4b3f0c=a73_0x4b3f();return a73_0x2225=function(_0x2225e4,_0x4dc4db){_0x2225e4=_0x2225e4-0x7b;var _0x9af126=_0x4b3f0c[_0x2225e4];return _0x9af126;},a73_0x2225(_0x3aa2a8,_0x32713c);}function a73_0x4b3f(){var _0xa1fe5d=['541785dqbPnD','./Percy','321XUVhRh','578454FRWmLZ','520EsihvX','605716WAQzoE','7MWlfZG','22452TFNHar','4747576OSVCpa','349646lJhyeg','35mYJMDm','10927233SJrlgR'];a73_0x4b3f=function(){return _0xa1fe5d;};return a73_0x4b3f();}(function(_0x4a9cfa,_0x33047d){var _0x4ff8e4=a73_0x2225,_0x1d289e=_0x4a9cfa();while(!![]){try{var _0xe748bf=parseInt(_0x4ff8e4(0x7d))/0x1+parseInt(_0x4ff8e4(0x84))/0x2*(-parseInt(_0x4ff8e4(0x7f))/0x3)+-parseInt(_0x4ff8e4(0x82))/0x4*(parseInt(_0x4ff8e4(0x7b))/0x5)+-parseInt(_0x4ff8e4(0x80))/0x6*(-parseInt(_0x4ff8e4(0x83))/0x7)+-parseInt(_0x4ff8e4(0x85))/0x8+parseInt(_0x4ff8e4(0x7c))/0x9+parseInt(_0x4ff8e4(0x81))/0xa*(parseInt(_0x4ff8e4(0x86))/0xb);if(_0xe748bf===_0x33047d)break;else _0x1d289e['push'](_0x1d289e['shift']());}catch(_0x2477c0){_0x1d289e['push'](_0x1d289e['shift']());}}}(a73_0x4b3f,0x9ed4b),module['exports']=require(a73_0x3d3cd5(0x7e)));
1
+ function a73_0x432b(_0x203230,_0x4f0907){var _0x121b34=a73_0x121b();return a73_0x432b=function(_0x432b91,_0x38da26){_0x432b91=_0x432b91-0x17f;var _0x536390=_0x121b34[_0x432b91];return _0x536390;},a73_0x432b(_0x203230,_0x4f0907);}var a73_0x21a008=a73_0x432b;function a73_0x121b(){var _0x3919c3=['4439365kKUfoW','11tcHHgL','268956KXJNow','265882kMcLHU','./Percy','4yepmdG','6SbTLjS','6575200wsCLlX','560480oiDbtB','40BCkRLj','6mWTlWz','110197JEGOMs','8817108mCMACE'];a73_0x121b=function(){return _0x3919c3;};return a73_0x121b();}(function(_0x49b18c,_0xf9b63){var _0x2563ae=a73_0x432b,_0x303795=_0x49b18c();while(!![]){try{var _0x21e799=-parseInt(_0x2563ae(0x185))/0x1+-parseInt(_0x2563ae(0x18a))/0x2*(parseInt(_0x2563ae(0x180))/0x3)+-parseInt(_0x2563ae(0x17f))/0x4*(parseInt(_0x2563ae(0x182))/0x5)+parseInt(_0x2563ae(0x184))/0x6*(parseInt(_0x2563ae(0x187))/0x7)+-parseInt(_0x2563ae(0x183))/0x8*(-parseInt(_0x2563ae(0x189))/0x9)+-parseInt(_0x2563ae(0x181))/0xa+-parseInt(_0x2563ae(0x188))/0xb*(-parseInt(_0x2563ae(0x186))/0xc);if(_0x21e799===_0xf9b63)break;else _0x303795['push'](_0x303795['shift']());}catch(_0x377979){_0x303795['push'](_0x303795['shift']());}}}(a73_0x121b,0x5afc7),module['exports']=require(a73_0x21a008(0x18b)));
@@ -1 +1 @@
1
- function a74_0x2ff7(){const _0x26cab8=['5lVJXAR','12XkRCNU','percy','firefox','./Percy','percy:stop','increment','Starting\x20percy','patch','46bowltu','InvaQ','../logger','vrmwF','safari','3720452jHloWk','error','init','debug','21155783yrXEsB','startPercy','tGmAI','chrome','fILIN','browserstackSessionName','browserStackPercyOptions','KFCwo','measureWrapper','Stopping\x20percy','browserName','Error\x20patching\x20','percyAutoCapture','15021XYVJdq','deviceName','patchDriverPercy','driver','../performance-tester','XwmzE','KiNNz','fOOod','stop','1630ykclLw','prototype','forEach','screenshotApp','element','nestedKeyValue','./PercyCaptureMap','3yBszTo','getBestPlatformForPercySnapshot','toLowerCase','xvdal','4695330ctpcgU','31345vZnHsR','winstonLogger','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','browserstackPercyMap','703672qCbLVF','percyCaptureMode','overrideXforPercy','eeGtF','edge','browserstackPercyBestPlatform','./PercySDK','431991GoIBrh','manual','wSOUN','\x20for\x20percy\x20','stopPercy','apply'];a74_0x2ff7=function(){return _0x26cab8;};return a74_0x2ff7();}const a74_0x546a51=a74_0x503e;function a74_0x503e(_0x4d9f93,_0x5bc71e){const _0x2ff745=a74_0x2ff7();return a74_0x503e=function(_0x503e63,_0x5c6942){_0x503e63=_0x503e63-0x18d;let _0x45f638=_0x2ff745[_0x503e63];return _0x45f638;},a74_0x503e(_0x4d9f93,_0x5bc71e);}(function(_0x825bab,_0x36727a){const _0x51b5fb=a74_0x503e,_0x2e18cd=_0x825bab();while(!![]){try{const _0x46bb68=-parseInt(_0x51b5fb(0x1c2))/0x1*(-parseInt(_0x51b5fb(0x197))/0x2)+parseInt(_0x51b5fb(0x1bd))/0x3*(-parseInt(_0x51b5fb(0x19c))/0x4)+-parseInt(_0x51b5fb(0x18e))/0x5*(parseInt(_0x51b5fb(0x1c1))/0x6)+-parseInt(_0x51b5fb(0x1cd))/0x7+-parseInt(_0x51b5fb(0x1c6))/0x8+parseInt(_0x51b5fb(0x1ad))/0x9*(-parseInt(_0x51b5fb(0x1b6))/0xa)+parseInt(_0x51b5fb(0x1a0))/0xb*(parseInt(_0x51b5fb(0x18f))/0xc);if(_0x46bb68===_0x36727a)break;else _0x2e18cd['push'](_0x2e18cd['shift']());}catch(_0x24bbe1){_0x2e18cd['push'](_0x2e18cd['shift']());}}}(a74_0x2ff7,0x7c769));const Percy=require(a74_0x546a51(0x192)),PercySDK=require(a74_0x546a51(0x1cc)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a74_0x546a51(0x1bc)),logger=require(a74_0x546a51(0x199))[a74_0x546a51(0x1c3)],helper=require('../helper'),PerformanceTester=require(a74_0x546a51(0x1b1));exports[a74_0x546a51(0x1a1)]=PerformanceTester[a74_0x546a51(0x1a8)]('percy:start',async _0x2756f3=>{const _0x99c83b=a74_0x546a51,_0x15a42f={};_0x15a42f[_0x99c83b(0x1b3)]=_0x99c83b(0x195);const _0xc286dc=_0x15a42f;logger[_0x99c83b(0x19f)](_0xc286dc[_0x99c83b(0x1b3)]);const _0x892349=new Percy(_0x2756f3),_0xd0741e=await _0x892349['start']();if(_0xd0741e)return _0x892349;return null;}),exports[a74_0x546a51(0x1d1)]=PerformanceTester[a74_0x546a51(0x1a8)](a74_0x546a51(0x193),async _0x1757d0=>{const _0xe22381=a74_0x546a51,_0x203502={};_0x203502[_0xe22381(0x1b4)]=_0xe22381(0x1a9);const _0x57d43e=_0x203502;return logger[_0xe22381(0x19f)](_0x57d43e[_0xe22381(0x1b4)]),_0x1757d0[_0xe22381(0x1b5)]();}),exports[a74_0x546a51(0x1be)]=_0x1b02c0=>{const _0x2b6f05=a74_0x546a51,_0x1d10fe={};_0x1d10fe[_0x2b6f05(0x1b2)]=function(_0x2f61b7,_0x30780a){return _0x2f61b7<_0x30780a;};const _0x206ee4=_0x1d10fe,_0x40f8ab={};_0x40f8ab[_0x2b6f05(0x1a3)]=0x0,_0x40f8ab[_0x2b6f05(0x191)]=0x1,_0x40f8ab[_0x2b6f05(0x1ca)]=0x2,_0x40f8ab[_0x2b6f05(0x19b)]=0x3;const _0x43c250=_0x40f8ab;return _0x1b02c0['reduce']((_0x1ff255,_0x3247c4,_0x4183f2)=>{const _0x365b0d=_0x2b6f05,_0x15e9e9=_0x1b02c0[_0x1ff255];if(_0x3247c4[_0x365b0d(0x1ae)])return _0x1ff255;if(_0x15e9e9[_0x365b0d(0x1ae)])return _0x4183f2;const _0x263235=_0x3247c4['browser']?_0x3247c4['browser']:_0x3247c4[_0x365b0d(0x1aa)];if(_0x263235&&_0x206ee4['XwmzE'](_0x43c250[_0x263235[_0x365b0d(0x1bf)]()],_0x43c250[_0x263235[_0x365b0d(0x1bf)]()]))return _0x4183f2;return _0x1ff255;},0x0);},exports[a74_0x546a51(0x1ac)]=async(_0x28b2d2,_0x5cf4e4,_0x31a790)=>{const _0x587031=a74_0x546a51,_0x2b87dd={};_0x2b87dd[_0x587031(0x1c9)]=_0x587031(0x1c4);const _0x57538c=_0x2b87dd,_0x377222=_0x28b2d2[_0x587031(0x1c5)];if(helper['isUndefined'](_0x28b2d2[_0x587031(0x1a5)])){logger['debug'](_0x57538c['eeGtF']);return;}const _0x264a60=_0x377222['getName'](_0x28b2d2[_0x587031(0x1a5)],_0x5cf4e4);_0x31a790['app']?await PercySDK[_0x587031(0x1b9)](_0x28b2d2,_0x264a60):await PercySDK['screenshot'](_0x28b2d2,_0x264a60),_0x377222[_0x587031(0x194)](_0x28b2d2[_0x587031(0x1a5)],_0x5cf4e4);},exports[a74_0x546a51(0x1af)]=(_0x1c03e0,_0x1c9c6a,_0x249fb4)=>{const _0x3c6e64=a74_0x546a51,_0x3c0667={};_0x3c0667[_0x3c6e64(0x1a4)]=_0x3c6e64(0x1a6),_0x3c0667[_0x3c6e64(0x1c0)]=_0x3c6e64(0x190),_0x3c0667[_0x3c6e64(0x198)]=function(_0x394d21,_0x3caaa9){return _0x394d21!==_0x3caaa9;},_0x3c0667['vrmwF']=_0x3c6e64(0x1ce);const _0x5e38e3=_0x3c0667;if(!helper[_0x3c6e64(0x1bb)](_0x249fb4,[_0x5e38e3[_0x3c6e64(0x1a4)],_0x5e38e3[_0x3c6e64(0x1c0)]]))return;if(_0x249fb4[_0x3c6e64(0x1a6)]['percy']&&_0x249fb4['browserStackPercyOptions'][_0x3c6e64(0x1c7)]&&_0x5e38e3['InvaQ'](_0x249fb4[_0x3c6e64(0x1a6)]['percyCaptureMode'],_0x5e38e3[_0x3c6e64(0x19a)])&&!_0x1c03e0['browserstackPercyMap']){global[_0x3c6e64(0x1a5)]&&(_0x1c03e0[_0x3c6e64(0x1a5)]=global[_0x3c6e64(0x1a5)]),_0x1c03e0['browserstackPercyMap']=new PercyCaptureMap();const _0x5db711=PercyCaptureModes[_0x249fb4[_0x3c6e64(0x1a6)]['percyCaptureMode']];_0x5db711[_0x3c6e64(0x1b0)]&&_0x5db711['driver'][_0x3c6e64(0x1b8)](_0x756fa6=>this[_0x3c6e64(0x1c8)](_0x1c03e0,_0x756fa6,_0x249fb4)),_0x5db711[_0x3c6e64(0x1ba)]&&_0x5db711[_0x3c6e64(0x1ba)][_0x3c6e64(0x1b8)](_0x2bdd69=>{const _0xa35f80=_0x3c6e64;if(_0x1c9c6a[_0xa35f80(0x1b7)][_0xa35f80(0x196)+_0x2bdd69])return;_0x1c9c6a[_0xa35f80(0x1b7)][_0xa35f80(0x196)+_0x2bdd69]=!![];const _0x214d9f=_0x1c9c6a[_0xa35f80(0x1b7)][_0x2bdd69];_0x1c9c6a[_0xa35f80(0x1b7)][_0x2bdd69]=async function(){const _0x11ec20=_0xa35f80;let _0x27fd67=_0x214d9f[_0x11ec20(0x18d)](this,arguments);_0x27fd67&&_0x27fd67['then']&&(_0x27fd67=await _0x27fd67);try{const _0xe4b6e6=this['getDriver']();await exports[_0x11ec20(0x1ac)](_0xe4b6e6,_0x2bdd69,_0x249fb4);}catch(_0x33580f){logger[_0x11ec20(0x19d)](_0x11ec20(0x1ab)+_0x2bdd69+_0x11ec20(0x1d0)+_0x33580f);}return _0x27fd67;};});}},exports[a74_0x546a51(0x1c8)]=function(_0x1a3048,_0xd6807c,_0x52006b){const _0xe1750b=a74_0x546a51,_0x5e4b37={};_0x5e4b37[_0xe1750b(0x1a2)]=function(_0x243f50,_0x4f0ba8){return _0x243f50+_0x4f0ba8;},_0x5e4b37[_0xe1750b(0x1cf)]='patch',_0x5e4b37[_0xe1750b(0x1a7)]=_0xe1750b(0x19e);const _0xb7898e=_0x5e4b37,_0x4cc298=_0xb7898e[_0xe1750b(0x1a2)](_0xb7898e[_0xe1750b(0x1cf)],_0xd6807c),_0x20f943=_0xb7898e[_0xe1750b(0x1a2)](_0xb7898e[_0xe1750b(0x1a7)],_0xd6807c),_0x3b80eb=this;if(_0x1a3048[_0x4cc298]||!_0x1a3048[_0xd6807c])return;_0x1a3048[_0x4cc298]=!![],_0x1a3048[_0x20f943]=_0x1a3048[_0xd6807c],_0x1a3048[_0xd6807c]=async()=>{const _0x2de070=_0xe1750b;try{await _0x3b80eb[_0x2de070(0x1ac)](_0x1a3048,_0xd6807c,_0x52006b);}catch(_0x49703c){logger[_0x2de070(0x19d)]('Error\x20patching\x20'+_0xd6807c+'\x20for\x20percy\x20'+_0x49703c);}return await _0x1a3048[_0x20f943][_0x2de070(0x18d)](_0x1a3048,arguments);};},exports['getPercyOptions']=_0x1246be=>{const _0x21b317=a74_0x546a51,_0x142596={};_0x142596['percy']=_0x1246be[_0x21b317(0x190)],_0x142596[_0x21b317(0x1c7)]=_0x1246be[_0x21b317(0x1c7)];const _0x14f560=_0x142596;_0x1246be['percy']&&(_0x14f560[_0x21b317(0x1cb)]=exports[_0x21b317(0x1be)](_0x1246be['platforms']));;return _0x14f560;};
1
+ function a74_0x3610(_0x24929f,_0xbed85){const _0x7c39e3=a74_0x7c39();return a74_0x3610=function(_0x361026,_0x5505c3){_0x361026=_0x361026-0x9c;let _0x6626e3=_0x7c39e3[_0x361026];return _0x6626e3;},a74_0x3610(_0x24929f,_0xbed85);}function a74_0x7c39(){const _0x46e073=['init','overrideXforPercy','145295WnkmHl','../logger','7426568rVYdIW','pelaZ','safari','browserstackPercyMap','screenshotApp','percy:stop','apply','151284pCStiy','1bfhkHY','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','TLAdl','jNysY','forEach','./PercyCaptureModes','stop','chrome','1180729ZRziQW','132kmmjVZ','error','percy','cLgzS','39hjKgLv','browserName','element','Starting\x20percy','./PercySDK','getName','getDriver','browserStackPercyOptions','ViOPN','dJZIz','start','70beuHBY','YpoBk','startPercy','percyAutoCapture','7GYhJOs','lJecy','12xLcjmr','nestedKeyValue','ORVeA','then','5518593hEFpCQ','patchDriverPercy','22844OEmKPq','edge','gHHGo','./Percy','getPercyOptions','./PercyCaptureMap','deviceName','debug','getBestPlatformForPercySnapshot','manual','Error\x20patching\x20','patch','browserstackPercyBestPlatform','browser','../performance-tester','tgtva','driver','hEkCZ','increment','prototype','isUndefined','percyCaptureMode','platforms','568188WlDnpn','winstonLogger','browserstackSessionName'];a74_0x7c39=function(){return _0x46e073;};return a74_0x7c39();}const a74_0x4582f7=a74_0x3610;(function(_0x4c87e8,_0x71fe49){const _0x475828=a74_0x3610,_0x5622ba=_0x4c87e8();while(!![]){try{const _0x4829e8=-parseInt(_0x475828(0xd8))/0x1*(parseInt(_0x475828(0xd7))/0x2)+-parseInt(_0x475828(0xac))/0x3*(parseInt(_0x475828(0xb2))/0x4)+parseInt(_0x475828(0xce))/0x5*(-parseInt(_0x475828(0xe1))/0x6)+parseInt(_0x475828(0xaa))/0x7*(parseInt(_0x475828(0xd0))/0x8)+-parseInt(_0x475828(0xb0))/0x9+parseInt(_0x475828(0xa6))/0xa*(parseInt(_0x475828(0xe0))/0xb)+-parseInt(_0x475828(0xc9))/0xc*(-parseInt(_0x475828(0xe5))/0xd);if(_0x4829e8===_0x71fe49)break;else _0x5622ba['push'](_0x5622ba['shift']());}catch(_0x509d09){_0x5622ba['push'](_0x5622ba['shift']());}}}(a74_0x7c39,0x72efc));const Percy=require(a74_0x4582f7(0xb5)),PercySDK=require(a74_0x4582f7(0x9f)),PercyCaptureModes=require(a74_0x4582f7(0xdd)),PercyCaptureMap=require(a74_0x4582f7(0xb7)),logger=require(a74_0x4582f7(0xcf))[a74_0x4582f7(0xca)],helper=require('../helper'),PerformanceTester=require(a74_0x4582f7(0xc0));exports[a74_0x4582f7(0xa8)]=PerformanceTester['measureWrapper']('percy:start',async _0x3b6f93=>{const _0x25b5d3=a74_0x4582f7,_0x1b858b={};_0x1b858b[_0x25b5d3(0xc3)]=_0x25b5d3(0x9e);const _0xff3433=_0x1b858b;logger[_0x25b5d3(0xb9)](_0xff3433[_0x25b5d3(0xc3)]);const _0x557da8=new Percy(_0x3b6f93),_0x55985c=await _0x557da8[_0x25b5d3(0xa5)]();if(_0x55985c)return _0x557da8;return null;}),exports['stopPercy']=PerformanceTester['measureWrapper'](a74_0x4582f7(0xd5),async _0x30b6f3=>{const _0x9e0854=a74_0x4582f7,_0x393524={};_0x393524[_0x9e0854(0xb4)]='Stopping\x20percy';const _0x2418a1=_0x393524;return logger[_0x9e0854(0xb9)](_0x2418a1['gHHGo']),_0x30b6f3[_0x9e0854(0xde)]();}),exports[a74_0x4582f7(0xba)]=_0x28422f=>{const _0x176255=a74_0x4582f7,_0x1a5093={};_0x1a5093[_0x176255(0xa4)]=function(_0x1018ce,_0x37429a){return _0x1018ce<_0x37429a;};const _0x563bb7=_0x1a5093,_0x3a777c={};_0x3a777c[_0x176255(0xdf)]=0x0,_0x3a777c['firefox']=0x1,_0x3a777c[_0x176255(0xb3)]=0x2,_0x3a777c[_0x176255(0xd2)]=0x3;const _0x525296=_0x3a777c;return _0x28422f['reduce']((_0x181149,_0xc38258,_0x5bd0f6)=>{const _0x31460d=_0x176255,_0x346c8e=_0x28422f[_0x181149];if(_0xc38258[_0x31460d(0xb8)])return _0x181149;if(_0x346c8e[_0x31460d(0xb8)])return _0x5bd0f6;const _0x307688=_0xc38258[_0x31460d(0xbf)]?_0xc38258[_0x31460d(0xbf)]:_0xc38258[_0x31460d(0x9c)];if(_0x307688&&_0x563bb7['dJZIz'](_0x525296[_0x307688['toLowerCase']()],_0x525296[_0x307688['toLowerCase']()]))return _0x5bd0f6;return _0x181149;},0x0);},exports[a74_0x4582f7(0xa9)]=async(_0x3e0a39,_0x5769ab,_0x19a53d)=>{const _0x1eaa3b=a74_0x4582f7,_0x4b20a7={};_0x4b20a7[_0x1eaa3b(0xa7)]=_0x1eaa3b(0xd9);const _0x4bfb8b=_0x4b20a7,_0x3751dc=_0x3e0a39[_0x1eaa3b(0xd3)];if(helper[_0x1eaa3b(0xc6)](_0x3e0a39[_0x1eaa3b(0xcb)])){logger[_0x1eaa3b(0xb9)](_0x4bfb8b[_0x1eaa3b(0xa7)]);return;}const _0x43486e=_0x3751dc[_0x1eaa3b(0xa0)](_0x3e0a39['browserstackSessionName'],_0x5769ab);_0x19a53d['app']?await PercySDK[_0x1eaa3b(0xd4)](_0x3e0a39,_0x43486e):await PercySDK['screenshot'](_0x3e0a39,_0x43486e),_0x3751dc[_0x1eaa3b(0xc4)](_0x3e0a39['browserstackSessionName'],_0x5769ab);},exports[a74_0x4582f7(0xb1)]=(_0x404b1a,_0x108b81,_0x590503)=>{const _0x319983=a74_0x4582f7,_0x2d0ad9={};_0x2d0ad9[_0x319983(0xd1)]=_0x319983(0xa2),_0x2d0ad9['cLgzS']=_0x319983(0xe3),_0x2d0ad9[_0x319983(0xdb)]=function(_0x20352d,_0x56e5ac){return _0x20352d!==_0x56e5ac;},_0x2d0ad9[_0x319983(0xae)]=_0x319983(0xbb);const _0x5a9d67=_0x2d0ad9;if(!helper[_0x319983(0xad)](_0x590503,[_0x5a9d67[_0x319983(0xd1)],_0x5a9d67[_0x319983(0xe4)]]))return;if(_0x590503['browserStackPercyOptions'][_0x319983(0xe3)]&&_0x590503[_0x319983(0xa2)]['percyCaptureMode']&&_0x5a9d67[_0x319983(0xdb)](_0x590503[_0x319983(0xa2)][_0x319983(0xc7)],_0x5a9d67[_0x319983(0xae)])&&!_0x404b1a['browserstackPercyMap']){global[_0x319983(0xcb)]&&(_0x404b1a['browserstackSessionName']=global[_0x319983(0xcb)]),_0x404b1a['browserstackPercyMap']=new PercyCaptureMap();const _0x467195=PercyCaptureModes[_0x590503[_0x319983(0xa2)][_0x319983(0xc7)]];_0x467195[_0x319983(0xc2)]&&_0x467195['driver'][_0x319983(0xdc)](_0x22b1bf=>this[_0x319983(0xcd)](_0x404b1a,_0x22b1bf,_0x590503)),_0x467195[_0x319983(0x9d)]&&_0x467195[_0x319983(0x9d)][_0x319983(0xdc)](_0x24db98=>{const _0x70caec=_0x319983;if(_0x108b81['prototype'][_0x70caec(0xbd)+_0x24db98])return;_0x108b81[_0x70caec(0xc5)][_0x70caec(0xbd)+_0x24db98]=!![];const _0x1d89d4=_0x108b81['prototype'][_0x24db98];_0x108b81[_0x70caec(0xc5)][_0x24db98]=async function(){const _0x27d887=_0x70caec;let _0x1312b9=_0x1d89d4[_0x27d887(0xd6)](this,arguments);_0x1312b9&&_0x1312b9[_0x27d887(0xaf)]&&(_0x1312b9=await _0x1312b9);try{const _0x13db73=this[_0x27d887(0xa1)]();await exports['percyAutoCapture'](_0x13db73,_0x24db98,_0x590503);}catch(_0x2b05d6){logger[_0x27d887(0xe2)](_0x27d887(0xbc)+_0x24db98+'\x20for\x20percy\x20'+_0x2b05d6);}return _0x1312b9;};});}},exports[a74_0x4582f7(0xcd)]=function(_0x1f731c,_0x5bf9e7,_0xf43d47){const _0x432b49=a74_0x4582f7,_0x38f345={};_0x38f345[_0x432b49(0xab)]=function(_0x54d05f,_0x4b0250){return _0x54d05f+_0x4b0250;},_0x38f345['ViOPN']=_0x432b49(0xbd),_0x38f345[_0x432b49(0xda)]=function(_0x5c277a,_0x2900c0){return _0x5c277a+_0x2900c0;},_0x38f345[_0x432b49(0xc1)]=_0x432b49(0xcc);const _0x12fd6a=_0x38f345,_0x304c05=_0x12fd6a[_0x432b49(0xab)](_0x12fd6a[_0x432b49(0xa3)],_0x5bf9e7),_0x497b7a=_0x12fd6a['TLAdl'](_0x12fd6a['tgtva'],_0x5bf9e7),_0x199007=this;if(_0x1f731c[_0x304c05]||!_0x1f731c[_0x5bf9e7])return;_0x1f731c[_0x304c05]=!![],_0x1f731c[_0x497b7a]=_0x1f731c[_0x5bf9e7],_0x1f731c[_0x5bf9e7]=async()=>{const _0x471c15=_0x432b49;try{await _0x199007[_0x471c15(0xa9)](_0x1f731c,_0x5bf9e7,_0xf43d47);}catch(_0x29142b){logger[_0x471c15(0xe2)](_0x471c15(0xbc)+_0x5bf9e7+'\x20for\x20percy\x20'+_0x29142b);}return await _0x1f731c[_0x497b7a][_0x471c15(0xd6)](_0x1f731c,arguments);};},exports[a74_0x4582f7(0xb6)]=_0x209c1c=>{const _0x5aa4bf=a74_0x4582f7,_0x393da4={};_0x393da4[_0x5aa4bf(0xe3)]=_0x209c1c['percy'],_0x393da4[_0x5aa4bf(0xc7)]=_0x209c1c[_0x5aa4bf(0xc7)];const _0x5f25b8=_0x393da4;_0x209c1c[_0x5aa4bf(0xe3)]&&(_0x5f25b8[_0x5aa4bf(0xbe)]=exports[_0x5aa4bf(0xba)](_0x209c1c[_0x5aa4bf(0xc8)]));;return _0x5f25b8;};
@@ -1 +1 @@
1
- const a75_0x2b19c9=a75_0x1513;(function(_0x3d7fe4,_0x197e88){const _0x29e189=a75_0x1513,_0x382a65=_0x3d7fe4();while(!![]){try{const _0x53796a=-parseInt(_0x29e189(0x229))/0x1*(-parseInt(_0x29e189(0x1e4))/0x2)+-parseInt(_0x29e189(0x226))/0x3*(parseInt(_0x29e189(0x1d4))/0x4)+-parseInt(_0x29e189(0x201))/0x5*(-parseInt(_0x29e189(0x1c1))/0x6)+-parseInt(_0x29e189(0x1c4))/0x7*(parseInt(_0x29e189(0x1f5))/0x8)+parseInt(_0x29e189(0x217))/0x9*(-parseInt(_0x29e189(0x1f7))/0xa)+parseInt(_0x29e189(0x1de))/0xb*(parseInt(_0x29e189(0x214))/0xc)+parseInt(_0x29e189(0x222))/0xd;if(_0x53796a===_0x197e88)break;else _0x382a65['push'](_0x382a65['shift']());}catch(_0x189ec5){_0x382a65['push'](_0x382a65['shift']());}}}(a75_0x4d6a,0x4d037));const fs=require('fs'),{performance,PerformanceObserver}=require(a75_0x2b19c9(0x230)),{sleep,debug}=require(a75_0x2b19c9(0x209)),path=require('path'),logger=require(a75_0x2b19c9(0x203))[a75_0x2b19c9(0x215)];function a75_0x4d6a(){const _0x3a59d3=['UAgkX','932982JFDmyG','xArza','appendFileSync','463qmWmJq','Error\x20in\x20doing\x20csv\x20operations:\x20','push','stringify','BROWSERSTACK_SDK_INSTRUMENTATION','yUgdb','finally','perf_hooks','generateJSON','duration','-start','startMonitoring','_observer','entryTypes','writeFile','3714fpjCBZ','oKdQK','errors','2387TQQaTG','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','ngahB','entryType','bwncv','slice','disconnect','forEach','ZqLBc','lpkIy','</td></tr>','mark','HUmYi','_errorEvents','Error\x20in\x20writing\x20html\x20','kiaCd','8UXEsKY','started','length','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','existsSync','unlinkSync','cwd','map','\x20for\x20all\x20processes\x20is\x20','XWuhw','11SGIZBD','<h1>Performance\x20Report</h1>','GNggs','-end','EiiaI','code','964wljCqn','TiQqV','finalizeErrors','ntEwY','parse','message','getEventsFromJSON','finalizePerfMeasures','rezfz','Scxda','debug','calculateTimesFromMultipleFiles','vGwLg','performance-report.json','ewFJt','calculateTimeFromEvents','ECTbo','10888YXhByS','Pgjem','10KxpfQs','generateHTMLReport','errorFile','false','captureError','mHAeu','isEnabled','reduce','pushPerfMeasures','meta','70qOZzir','jsonReportFileName','./logger','finalize','NjHcI','measureWrapper','stopMonitoring','toString','./test-observability/utils','readFileSync','measures','_events','join','pwJiw','apply','Performance\x20report\x20is\x20at\x20','env','measure','qBBZk','259932yjdyCA','winstonLogger','name','846198LLmrAX','QeZaO','fCmTj','pushErrors','values','error-report.json','urjir','_measureEvents','errorReportFileName','getCleanedPerfEvents','catch','16146845TzxGVe','lIPlx','concat'];a75_0x4d6a=function(){return _0x3a59d3;};return a75_0x4d6a();}function a75_0x1513(_0x1a961a,_0x56adbe){const _0x4d6a9f=a75_0x4d6a();return a75_0x1513=function(_0x1513e7,_0x2786eb){_0x1513e7=_0x1513e7-0x1be;let _0x1e8b7d=_0x4d6a9f[_0x1513e7];return _0x1e8b7d;},a75_0x1513(_0x1a961a,_0x56adbe);}class PerformanceTester{static [a75_0x2b19c9(0x1be)];static ['_events']=[];static [a75_0x2b19c9(0x21e)]=[];static [a75_0x2b19c9(0x1d1)]=[];static [a75_0x2b19c9(0x1d5)]=![];static [a75_0x2b19c9(0x202)]='performance-report.json';static [a75_0x2b19c9(0x21f)]=a75_0x2b19c9(0x21c);static[a75_0x2b19c9(0x234)](_0x208f78=a75_0x2b19c9(0x1f1),_0x2d372d=a75_0x2b19c9(0x21c)){const _0x45543d=a75_0x2b19c9,_0x5ac824={};_0x5ac824[_0x45543d(0x205)]=function(_0x3799d2,_0x5e40ba){return _0x3799d2===_0x5e40ba;},_0x5ac824['ECTbo']='measure',_0x5ac824[_0x45543d(0x1d3)]='function';const _0x20175f=_0x5ac824;if(this[_0x45543d(0x1d5)]||!this['isEnabled']())return;this[_0x45543d(0x1be)]=new PerformanceObserver(_0xb98e07=>{const _0x29e048=_0x45543d,_0x201d06={'FQdzG':function(_0x2a05d3,_0x98f92){const _0x521aea=a75_0x1513;return _0x20175f[_0x521aea(0x205)](_0x2a05d3,_0x98f92);},'VbVLa':_0x20175f['ECTbo']};_0xb98e07['getEntries']()[_0x29e048(0x1cb)](_0x4a1dae=>{const _0x3f3e32=_0x29e048;_0x201d06['FQdzG'](_0x4a1dae[_0x3f3e32(0x1c7)],_0x201d06['VbVLa'])?this['_measureEvents'][_0x3f3e32(0x22b)](_0x4a1dae):this[_0x3f3e32(0x20c)][_0x3f3e32(0x22b)](_0x4a1dae);});});const _0x2ee28e={};_0x2ee28e['buffered']=!![],_0x2ee28e[_0x45543d(0x1bf)]=[_0x20175f[_0x45543d(0x1d3)],_0x20175f[_0x45543d(0x1f4)]],this[_0x45543d(0x1be)]['observe'](_0x2ee28e),this[_0x45543d(0x1d5)]=!![],this[_0x45543d(0x202)]=_0x208f78,this['errorReportFileName']=_0x2d372d;}static['getPerformance'](){return performance;}static[a75_0x2b19c9(0x1f3)](_0x9aee82,_0xc7e156){const _0x389201=a75_0x2b19c9,_0x345bc0={};_0x345bc0[_0x389201(0x218)]=function(_0x4ef45a,_0x210481){return _0x4ef45a+_0x210481;},_0x345bc0[_0x389201(0x1d0)]=function(_0x487861,_0x4000d5){return _0x487861||_0x4000d5;},_0x345bc0['HTnkI']=function(_0x5c7678,_0x930e0e){return _0x5c7678===_0x930e0e;};const _0x892d87=_0x345bc0,_0x3b87dd={};if(!_0x9aee82||_0x892d87['HTnkI'](_0x9aee82[_0x389201(0x1d6)],0x0))return;_0x9aee82[_0x389201(0x1db)](_0x36afbe=>{const _0x28f39f=_0x389201;!_0x3b87dd[_0x36afbe[_0x28f39f(0x216)]]&&(_0x3b87dd[_0x36afbe['name']]=0x0),_0x3b87dd[_0x36afbe[_0x28f39f(0x216)]]+=_0x36afbe[_0x28f39f(0x232)];});const _0x481f24=_0xc7e156[_0x389201(0x1fe)]((_0x2ff1b7,_0x3b954b)=>{const _0x35a3d6=_0x389201;return _0x892d87[_0x35a3d6(0x218)](_0x3b87dd[_0x3b954b],_0x892d87[_0x35a3d6(0x1d0)](_0x2ff1b7,0x0));},0x0);return _0x481f24;}static async[a75_0x2b19c9(0x1ef)](_0x2c85f4,_0x5ac2e7){const _0x261e2c=a75_0x2b19c9,_0x33103c={'GNggs':function(_0x42a3a8,_0x46b5fa){return _0x42a3a8+_0x46b5fa;},'Pgjem':function(_0xf4063a,_0xe8611){return _0xf4063a||_0xe8611;},'lpkIy':function(_0x123058,_0x485181){return _0x123058===_0x485181;},'xQgis':function(_0x51224e,_0x2a2280){return _0x51224e(_0x2a2280);},'pREzg':function(_0x1d0f13,_0x3c2cb4){return _0x1d0f13(_0x3c2cb4);}};if(!_0x2c85f4||_0x33103c[_0x261e2c(0x1cd)](_0x2c85f4[_0x261e2c(0x1d6)],0x0))return 0x0;const _0x14b4dc=[];for(const _0xbb0d14 of _0x2c85f4){const _0x300df2=path[_0x261e2c(0x20d)]('.',_0xbb0d14);try{const _0x5096e9=this[_0x261e2c(0x1ea)](_0x300df2);_0x5096e9[_0x261e2c(0x1db)](_0x269bdd=>{const _0x32406a=_0x261e2c;!_0x14b4dc[_0x269bdd[_0x32406a(0x216)]]&&(_0x14b4dc[_0x269bdd[_0x32406a(0x216)]]=0x0),_0x14b4dc[_0x269bdd['name']]+=_0x269bdd[_0x32406a(0x232)];});}catch(_0x5af740){_0x33103c['xQgis'](debug,_0x261e2c(0x22a)+_0x5af740[_0x261e2c(0x208)]());}}const _0x19ccec=_0x5ac2e7[_0x261e2c(0x1fe)]((_0x394577,_0x2b159f)=>{const _0x37ab30=_0x261e2c;return _0x33103c[_0x37ab30(0x1e0)](_0x14b4dc[_0x2b159f],_0x33103c[_0x37ab30(0x1f6)](_0x394577,0x0));},0x0);return _0x33103c['pREzg'](debug,'Time\x20for\x20'+_0x5ac2e7+_0x261e2c(0x1dc)+_0x19ccec),_0x19ccec;}static[a75_0x2b19c9(0x1ea)](_0x44b922){const _0xdf60af=a75_0x2b19c9;if(!fs[_0xdf60af(0x1d8)](_0x44b922))return[];return JSON[_0xdf60af(0x1e8)](fs[_0xdf60af(0x20a)](_0x44b922)['toString']());}static async['stopAndGenerate'](_0x45e693='performance-own.html',_0x56dad6=null){const _0x15d26f=a75_0x2b19c9,_0x2a4a8b={'UAgkX':function(_0x3f0418,_0x7b6aab){return _0x3f0418(_0x7b6aab);}};if(!this[_0x15d26f(0x1d5)])return;await _0x2a4a8b[_0x15d26f(0x225)](sleep,0x1e),this[_0x15d26f(0x1be)]['disconnect'](),this[_0x15d26f(0x1d5)]=![],this[_0x15d26f(0x231)](this[_0x15d26f(0x20c)]);const _0x1fd01b=this[_0x15d26f(0x1f8)](this[_0x15d26f(0x20c)]),_0x59099a=path[_0x15d26f(0x20d)](process[_0x15d26f(0x1da)](),_0x45e693);fs[_0x15d26f(0x1c0)](_0x59099a,_0x1fd01b,_0x2fb016=>{const _0x28333c=_0x15d26f;if(_0x2fb016){_0x2a4a8b['UAgkX'](debug,_0x28333c(0x1d2)+_0x2fb016[_0x28333c(0x208)]());return;}_0x2a4a8b['UAgkX'](debug,_0x28333c(0x210)+_0x59099a);});if(_0x56dad6)return this[_0x15d26f(0x1f3)](this['_events'],_0x56dad6);}static[a75_0x2b19c9(0x1f8)](_0x397880){const _0xdb4b39=a75_0x2b19c9,_0xdca912={};_0xdca912[_0xdb4b39(0x1dd)]=_0xdb4b39(0x1c5),_0xdca912[_0xdb4b39(0x1e2)]=_0xdb4b39(0x1df),_0xdca912[_0xdb4b39(0x1c2)]=_0xdb4b39(0x1d7),_0xdca912['ngahB']='</tbody></table></body></html>';const _0x321b4e=_0xdca912;let _0x268634=_0x321b4e[_0xdb4b39(0x1dd)];return _0x268634+=_0x321b4e[_0xdb4b39(0x1e2)],_0x268634+=_0x321b4e[_0xdb4b39(0x1c2)],_0x397880[_0xdb4b39(0x1cb)](_0x41384d=>{const _0x21452e=_0xdb4b39;_0x268634+='<tr><td>'+_0x41384d['name']+'</td><td>'+_0x41384d[_0x21452e(0x232)]+_0x21452e(0x1ce);}),_0x268634+=_0x321b4e[_0xdb4b39(0x1c6)],_0x268634;}static['generateJSON'](_0x15be99){const _0x1a29e7=a75_0x2b19c9;if(!this['jsonReportFileName'])return;const _0x1f04be={};_0x15be99[_0x1a29e7(0x1db)](_0x18f113=>{const _0x27a294=_0x1a29e7;!_0x1f04be[_0x18f113[_0x27a294(0x216)]]&&(_0x1f04be[_0x18f113[_0x27a294(0x216)]]=0x0),_0x1f04be[_0x18f113[_0x27a294(0x216)]]+=_0x18f113['duration'];});const _0x3b2606=Object['entries'](_0x1f04be)[_0x1a29e7(0x1db)](([_0x19c3a0,_0x1926b9])=>{const _0x55c0f5=_0x1a29e7,_0x89e67c={};return _0x89e67c[_0x55c0f5(0x216)]=_0x19c3a0,_0x89e67c[_0x55c0f5(0x232)]=_0x1926b9,_0x89e67c;});fs['writeFileSync'](this[_0x1a29e7(0x202)],JSON['stringify'](_0x3b2606));}static[a75_0x2b19c9(0x1fd)](){const _0x145e50=a75_0x2b19c9,_0x1a97d4={};_0x1a97d4[_0x145e50(0x219)]=function(_0x1b7dfa,_0x5720a6){return _0x1b7dfa===_0x5720a6;},_0x1a97d4['qBBZk']=_0x145e50(0x1fa);const _0x3d47fc=_0x1a97d4;return!_0x3d47fc[_0x145e50(0x219)](process[_0x145e50(0x211)][_0x145e50(0x22d)],_0x3d47fc[_0x145e50(0x213)]);}static['measure'](_0x39addd,_0x5b4930,_0x187f0d=null,_0x4f10cd=null){const _0x58d3c9=a75_0x2b19c9,_0x186da5={};_0x186da5['vGwLg']=function(_0x5e5770,_0x449357){return _0x5e5770+_0x449357;},_0x186da5[_0x58d3c9(0x1ed)]=_0x58d3c9(0x233),_0x186da5[_0x58d3c9(0x21d)]=_0x58d3c9(0x1e1),_0x186da5[_0x58d3c9(0x1f2)]=function(_0x2f4170,_0x31537c){return _0x2f4170 instanceof _0x31537c;};const _0x271f74=_0x186da5;try{if(this[_0x58d3c9(0x1d5)]&&this['isEnabled']()){let _0x4aeb85=_0x39addd;_0x187f0d&&(_0x4aeb85=_0x39addd+'['+JSON[_0x58d3c9(0x22c)](_0x187f0d)+']');const _0x5b2201=_0x271f74['vGwLg'](_0x4aeb85,_0x271f74[_0x58d3c9(0x1ed)]),_0x52e189=_0x271f74[_0x58d3c9(0x1f0)](_0x4aeb85,_0x271f74['urjir']);performance[_0x58d3c9(0x1cf)](_0x5b2201);const _0x39a6cd=_0x5b4930[_0x58d3c9(0x20f)](null,_0x4f10cd);if(_0x271f74[_0x58d3c9(0x1f2)](_0x39a6cd,Promise))return new Promise((_0x5d05ee,_0x1167c5)=>{const _0x12c597=_0x58d3c9;_0x39a6cd['then'](_0x5621d3=>_0x5d05ee(_0x5621d3))[_0x12c597(0x221)](_0x302d6f=>_0x1167c5(_0x302d6f))[_0x12c597(0x22f)](()=>{const _0x237063=_0x12c597;performance['mark'](_0x52e189),performance[_0x237063(0x212)](_0x4aeb85,_0x5b2201,_0x52e189);});});;return performance['mark'](_0x52e189),performance[_0x58d3c9(0x212)](_0x4aeb85,_0x5b2201,_0x52e189),_0x39a6cd;};return _0x5b4930[_0x58d3c9(0x20f)](null,_0x4f10cd);}catch(_0x51b38c){return _0x5b4930['apply'](null,_0x4f10cd);}}static[a75_0x2b19c9(0x206)](_0x3adaef,_0x455987){const _0x248f3f=this;return function(){const _0x5718c5=a75_0x1513,_0x1db62b=[_0x3adaef,_0x455987,null][_0x5718c5(0x224)](arguments);return _0x248f3f[_0x5718c5(0x212)][_0x5718c5(0x20f)](_0x248f3f,_0x1db62b);};}static[a75_0x2b19c9(0x220)](){const _0x5e9b27=a75_0x2b19c9,_0x494d87={};_0x494d87['bwncv']=function(_0x36bd54,_0x22fe9e){return _0x36bd54/_0x22fe9e;},_0x494d87[_0x5e9b27(0x1fc)]=function(_0x30b33c,_0x1141a4){return _0x30b33c+_0x1141a4;},_0x494d87[_0x5e9b27(0x223)]=function(_0x54fbd1,_0x4b6b81){return _0x54fbd1*_0x4b6b81;};const _0x252501=_0x494d87,_0x102f1c=/(^.*)\[(.*)\]$/,_0x51b13c={},_0x4197cc={};for(const _0x4e2867 of this[_0x5e9b27(0x21e)]){const _0x297bad=_0x4e2867[_0x5e9b27(0x216)]['match'](_0x102f1c),_0x1e6e29={};_0x1e6e29[_0x5e9b27(0x216)]=_0x4e2867[_0x5e9b27(0x216)],_0x1e6e29['duration']=_0x4e2867[_0x5e9b27(0x232)]||0x0;const _0x3fa490=_0x1e6e29;_0x297bad&&(_0x3fa490[_0x5e9b27(0x216)]=_0x297bad[0x1],_0x3fa490[_0x5e9b27(0x200)]=JSON['parse'](_0x297bad[0x2]));if(_0x51b13c[_0x3fa490['name']]){const _0x44a52e=_0x51b13c[_0x3fa490[_0x5e9b27(0x216)]],_0x30449a=_0x4197cc[_0x3fa490[_0x5e9b27(0x216)]];_0x51b13c[_0x3fa490[_0x5e9b27(0x216)]][_0x5e9b27(0x232)]=_0x252501[_0x5e9b27(0x1c8)](_0x252501['mHAeu'](_0x252501['lIPlx'](_0x44a52e[_0x5e9b27(0x232)],_0x30449a),_0x3fa490[_0x5e9b27(0x232)]),_0x252501['mHAeu'](0x1,_0x30449a)),_0x4197cc[_0x3fa490[_0x5e9b27(0x216)]]++;}else _0x51b13c[_0x3fa490[_0x5e9b27(0x216)]]=_0x3fa490,_0x4197cc[_0x3fa490[_0x5e9b27(0x216)]]=0x1;}return Object[_0x5e9b27(0x21b)](_0x51b13c);}static[a75_0x2b19c9(0x1ff)](){const _0xb9e946=a75_0x2b19c9,_0x411f0d={};_0x411f0d[_0xb9e946(0x1cc)]=function(_0x432cbf,_0x201698){return _0x432cbf===_0x201698;},_0x411f0d[_0xb9e946(0x1ec)]=function(_0x499368,_0x311576){return _0x499368+_0x311576;};const _0x3b96eb=_0x411f0d;if(_0x3b96eb[_0xb9e946(0x1cc)](this['_measureEvents']['length'],0x0))return;const _0x351418=this['getCleanedPerfEvents'](),_0x16c7b2=JSON[_0xb9e946(0x22c)](_0x351418),_0x3a365f=_0x3b96eb[_0xb9e946(0x1ec)](_0x16c7b2[_0xb9e946(0x1c9)](0x1,-0x1),',');fs[_0xb9e946(0x228)](this[_0xb9e946(0x202)],_0x3a365f);}static[a75_0x2b19c9(0x1eb)](){const _0x582ecb=a75_0x2b19c9,_0xf8c7e0={};_0xf8c7e0['kNyNM']=function(_0x2b9782,_0x375650){return _0x2b9782===_0x375650;},_0xf8c7e0[_0x582ecb(0x1e7)]=function(_0x3a305a,_0x2693ca){return _0x3a305a>_0x2693ca;};const _0x5629f7=_0xf8c7e0;if(!this[_0x582ecb(0x1d5)]||_0x5629f7['kNyNM'](this[_0x582ecb(0x21e)]['length'],0x0))return[];if(!fs[_0x582ecb(0x1d8)](this[_0x582ecb(0x202)]))return this[_0x582ecb(0x21e)];let _0x4d3ff5=fs[_0x582ecb(0x20a)](this[_0x582ecb(0x202)])[_0x582ecb(0x208)]();_0x4d3ff5='['+_0x4d3ff5[_0x582ecb(0x1c9)](0x0,-0x1)+']';let _0x5e812b=JSON[_0x582ecb(0x1e8)](_0x4d3ff5);return _0x5629f7[_0x582ecb(0x1e7)](this[_0x582ecb(0x21e)]['length'],0x0)&&(_0x5e812b=_0x5e812b[_0x582ecb(0x224)](this[_0x582ecb(0x220)]())),this['_observer'][_0x582ecb(0x1ca)](),fs['unlinkSync'](this[_0x582ecb(0x202)]),_0x5e812b;}static[a75_0x2b19c9(0x21a)](){const _0x1f2d74=a75_0x2b19c9,_0x52381f={};_0x52381f[_0x1f2d74(0x22e)]=function(_0x2438da,_0x4e2a91){return _0x2438da===_0x4e2a91;},_0x52381f[_0x1f2d74(0x1e5)]=function(_0x17be7e,_0x120564){return _0x17be7e+_0x120564;};const _0x1257e6=_0x52381f;if(_0x1257e6['yUgdb'](this[_0x1f2d74(0x1d1)][_0x1f2d74(0x1d6)],0x0))return;const _0x57ad72=JSON[_0x1f2d74(0x22c)](this['_errorEvents']),_0x294fa8=_0x1257e6['TiQqV'](_0x57ad72[_0x1f2d74(0x1c9)](0x1,-0x1),',');fs[_0x1f2d74(0x228)](this[_0x1f2d74(0x1f9)],_0x294fa8);}static[a75_0x2b19c9(0x1e6)](){const _0x24830e=a75_0x2b19c9,_0x4d2f6c={};_0x4d2f6c['xArza']=function(_0x275138,_0x245f57){return _0x275138>_0x245f57;};const _0x21c775=_0x4d2f6c;if(!fs['existsSync'](this['errorReportFileName']))return this[_0x24830e(0x1d1)];let _0x42f1e3=fs[_0x24830e(0x20a)](this[_0x24830e(0x21f)])[_0x24830e(0x208)]();_0x42f1e3='['+_0x42f1e3[_0x24830e(0x1c9)](0x0,-0x1)+']';let _0x3c7c64=JSON[_0x24830e(0x1e8)](_0x42f1e3);return _0x21c775[_0x24830e(0x227)](this[_0x24830e(0x1d1)][_0x24830e(0x1d6)],0x0)&&(_0x3c7c64=_0x3c7c64[_0x24830e(0x224)](this[_0x24830e(0x1d1)])),fs[_0x24830e(0x1d9)](this[_0x24830e(0x21f)]),_0x3c7c64;}static[a75_0x2b19c9(0x1fb)](_0x45c308){const _0x156f71=a75_0x2b19c9;if(!this[_0x156f71(0x1fd)]())return;this[_0x156f71(0x1d1)][_0x156f71(0x22b)]({'message':_0x45c308[_0x156f71(0x1e9)],'trace':_0x45c308['stack'],'code':_0x45c308[_0x156f71(0x1e3)]||null,'time':new Date()});}static[a75_0x2b19c9(0x207)](){const _0x43ba4e=a75_0x2b19c9,_0x3c1644={};_0x3c1644['pwJiw']='Error\x20stopping\x20monitoring';const _0x417875=_0x3c1644;try{if(!this['isEnabled']())return;this['_observer']['disconnect'](),this[_0x43ba4e(0x1ff)](),this[_0x43ba4e(0x21a)]();}catch{logger[_0x43ba4e(0x1ee)](_0x417875[_0x43ba4e(0x20e)]);}}static[a75_0x2b19c9(0x204)](){const _0x44e261=a75_0x2b19c9,_0x359ee0=this[_0x44e261(0x1eb)](),_0x188385=this[_0x44e261(0x1e6)]();if(!this[_0x44e261(0x1fd)]()){const _0x2a3032={};return _0x2a3032[_0x44e261(0x20b)]=[],_0x2a3032[_0x44e261(0x1c3)]=[],_0x2a3032;}const _0x4c4f6e={};return _0x4c4f6e[_0x44e261(0x20b)]=_0x359ee0,_0x4c4f6e[_0x44e261(0x1c3)]=_0x188385,_0x4c4f6e;}}module['exports']=PerformanceTester;
1
+ function a75_0xa14a(_0x1495da,_0x29dbff){const _0x3edf5b=a75_0x3edf();return a75_0xa14a=function(_0xa14a65,_0xc466c1){_0xa14a65=_0xa14a65-0x1ba;let _0x4d4963=_0x3edf5b[_0xa14a65];return _0x4d4963;},a75_0xa14a(_0x1495da,_0x29dbff);}const a75_0x591e16=a75_0xa14a;function a75_0x3edf(){const _0x406e33=['593485GPfleR','readFileSync','_observer','IBugi','measureWrapper','uzUda','rYVJm','zGads','EKTir','cwd','getCleanedPerfEvents','QEtdN','catch','Performance\x20report\x20is\x20at\x20','finalizeErrors','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','_events','FWloe','slice','1DRzVkT','winstonLogger','calculateTimeFromEvents','vgrFl','\x20for\x20all\x20processes\x20is\x20','name','QFuHD','writeFile','867400RKmKeY','startMonitoring','toString','isEnabled','performance-own.html','measures','qMhea','generateJSON','error-report.json','qbBIc','BgOUg','CntAp','eZEeR','started','crEhb','exports','2620STZfKK','</td><td>','</td></tr>','join','errorReportFileName','finalizePerfMeasures','_errorEvents','DZqJW','observe','-end','</tbody></table></body></html>','map','jsonReportFileName','Error\x20in\x20writing\x20html\x20','463694NRuHaF','<tr><td>','getEventsFromJSON','calculateTimesFromMultipleFiles','false','16027yEQvnG','appendFileSync','CivRW','finally','env','UWjMe','function','measure','lfwNz','yNUeq','values','concat','disconnect','code','unlinkSync','4909860TXbane','stopMonitoring','-start','6439440yXrYHX','parse','Time\x20for\x20','getPerformance','forEach','./test-observability/utils','atuAD','_measureEvents','match','6xFMMff','8EIiTGo','TCIvn','meta','apply','QIABK','pushErrors','entries','1152204QWQlte','entryTypes','wyqIP','existsSync','WLcns','bTHui','push','ajeSt','entryType','mISco','wMvSm','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','stringify','pushPerfMeasures','./logger','deQPR','ndQvq','captureError','performance-report.json','IxuSP','duration','finalize','generateHTMLReport','yfnKj','debug','mark','length','errors'];a75_0x3edf=function(){return _0x406e33;};return a75_0x3edf();}(function(_0x586967,_0x356975){const _0x3ca72c=a75_0xa14a,_0x1970da=_0x586967();while(!![]){try{const _0x1ee634=parseInt(_0x3ca72c(0x20d))/0x1*(parseInt(_0x3ca72c(0x215))/0x2)+parseInt(_0x3ca72c(0x1de))/0x3*(-parseInt(_0x3ca72c(0x1d7))/0x4)+-parseInt(_0x3ca72c(0x1fa))/0x5*(parseInt(_0x3ca72c(0x1d6))/0x6)+parseInt(_0x3ca72c(0x233))/0x7+parseInt(_0x3ca72c(0x1cd))/0x8+parseInt(_0x3ca72c(0x1ca))/0x9+-parseInt(_0x3ca72c(0x225))/0xa*(parseInt(_0x3ca72c(0x1bb))/0xb);if(_0x1ee634===_0x356975)break;else _0x1970da['push'](_0x1970da['shift']());}catch(_0x2c49c3){_0x1970da['push'](_0x1970da['shift']());}}}(a75_0x3edf,0x8e0d5));const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a75_0x591e16(0x1d2)),path=require('path'),logger=require(a75_0x591e16(0x1ec))[a75_0x591e16(0x20e)];class PerformanceTester{static [a75_0x591e16(0x1fc)];static [a75_0x591e16(0x20a)]=[];static [a75_0x591e16(0x1d4)]=[];static [a75_0x591e16(0x22b)]=[];static [a75_0x591e16(0x222)]=![];static [a75_0x591e16(0x231)]=a75_0x591e16(0x1f0);static [a75_0x591e16(0x229)]='error-report.json';static[a75_0x591e16(0x216)](_0x2501fb=a75_0x591e16(0x1f0),_0x4f2bb8=a75_0x591e16(0x21d)){const _0x155c42=a75_0x591e16,_0x13cb9d={};_0x13cb9d[_0x155c42(0x1e8)]=function(_0x28ee37,_0x1efe48){return _0x28ee37===_0x1efe48;},_0x13cb9d[_0x155c42(0x1c3)]=_0x155c42(0x1c2),_0x13cb9d[_0x155c42(0x21b)]=_0x155c42(0x1c1);const _0x6715aa=_0x13cb9d;if(this[_0x155c42(0x222)]||!this[_0x155c42(0x218)]())return;this['_observer']=new PerformanceObserver(_0x18f22d=>{const _0x29e601=_0x155c42;_0x18f22d['getEntries']()[_0x29e601(0x1d1)](_0x4064a8=>{const _0x57534f=_0x29e601;_0x6715aa[_0x57534f(0x1e8)](_0x4064a8[_0x57534f(0x1e6)],_0x6715aa[_0x57534f(0x1c3)])?this[_0x57534f(0x1d4)][_0x57534f(0x1e4)](_0x4064a8):this[_0x57534f(0x20a)][_0x57534f(0x1e4)](_0x4064a8);});});const _0x582620={};_0x582620['buffered']=!![],_0x582620[_0x155c42(0x1df)]=[_0x6715aa[_0x155c42(0x21b)],_0x6715aa[_0x155c42(0x1c3)]],this[_0x155c42(0x1fc)][_0x155c42(0x22d)](_0x582620),this[_0x155c42(0x222)]=!![],this[_0x155c42(0x231)]=_0x2501fb,this['errorReportFileName']=_0x4f2bb8;}static[a75_0x591e16(0x1d0)](){return performance;}static[a75_0x591e16(0x20f)](_0x8f16b1,_0x5de53a){const _0x27018a=a75_0x591e16,_0x490622={};_0x490622[_0x27018a(0x221)]=function(_0x2b4ff8,_0x405ac1){return _0x2b4ff8+_0x405ac1;},_0x490622[_0x27018a(0x21e)]=function(_0xafdbfc,_0x4be813){return _0xafdbfc||_0x4be813;},_0x490622[_0x27018a(0x1ff)]=function(_0x11899d,_0x5f1863){return _0x11899d===_0x5f1863;};const _0x17ed57=_0x490622,_0x341a30={};if(!_0x8f16b1||_0x17ed57[_0x27018a(0x1ff)](_0x8f16b1['length'],0x0))return;_0x8f16b1[_0x27018a(0x230)](_0x140a49=>{const _0x368c9c=_0x27018a;!_0x341a30[_0x140a49[_0x368c9c(0x212)]]&&(_0x341a30[_0x140a49[_0x368c9c(0x212)]]=0x0),_0x341a30[_0x140a49[_0x368c9c(0x212)]]+=_0x140a49[_0x368c9c(0x1f2)];});const _0x3987d8=_0x5de53a['reduce']((_0x48451c,_0x471cad)=>{const _0x347db2=_0x27018a;return _0x17ed57[_0x347db2(0x221)](_0x341a30[_0x471cad],_0x17ed57[_0x347db2(0x21e)](_0x48451c,0x0));},0x0);return _0x3987d8;}static async[a75_0x591e16(0x236)](_0x1837f9,_0x512300){const _0x294cab=a75_0x591e16,_0x10d9dc={'ajeSt':function(_0x5c641d,_0x2e6062){return _0x5c641d+_0x2e6062;},'QIABK':function(_0x21a58d,_0x63d1ca){return _0x21a58d||_0x63d1ca;},'dbZlB':function(_0xd8bcbc,_0x507202){return _0xd8bcbc===_0x507202;},'UWjMe':function(_0x3ff876,_0x4474d6){return _0x3ff876(_0x4474d6);}};if(!_0x1837f9||_0x10d9dc['dbZlB'](_0x1837f9[_0x294cab(0x1f8)],0x0))return 0x0;const _0xbc09a3=[];for(const _0x501fbf of _0x1837f9){const _0x81416f=path[_0x294cab(0x228)]('.',_0x501fbf);try{const _0x5da634=this[_0x294cab(0x235)](_0x81416f);_0x5da634[_0x294cab(0x230)](_0x921133=>{const _0x44e5e7=_0x294cab;!_0xbc09a3[_0x921133[_0x44e5e7(0x212)]]&&(_0xbc09a3[_0x921133[_0x44e5e7(0x212)]]=0x0),_0xbc09a3[_0x921133[_0x44e5e7(0x212)]]+=_0x921133[_0x44e5e7(0x1f2)];});}catch(_0x1e805b){_0x10d9dc['UWjMe'](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x1e805b[_0x294cab(0x217)]());}}const _0x2276a9=_0x512300['reduce']((_0x1bec15,_0x49d709)=>{const _0x2b1f34=_0x294cab;return _0x10d9dc[_0x2b1f34(0x1e5)](_0xbc09a3[_0x49d709],_0x10d9dc[_0x2b1f34(0x1db)](_0x1bec15,0x0));},0x0);return _0x10d9dc[_0x294cab(0x1c0)](debug,_0x294cab(0x1cf)+_0x512300+_0x294cab(0x211)+_0x2276a9),_0x2276a9;}static[a75_0x591e16(0x235)](_0x4ab42f){const _0x5d298c=a75_0x591e16;if(!fs['existsSync'](_0x4ab42f))return[];return JSON[_0x5d298c(0x1ce)](fs[_0x5d298c(0x1fb)](_0x4ab42f)[_0x5d298c(0x217)]());}static async['stopAndGenerate'](_0x25e8a0=a75_0x591e16(0x219),_0x11bfc8=null){const _0x25e8dc=a75_0x591e16,_0x57fa0={'yfnKj':function(_0x3631f8,_0x485ff3){return _0x3631f8(_0x485ff3);},'yNUeq':function(_0x2ddc92,_0x3fdc4d){return _0x2ddc92(_0x3fdc4d);}};if(!this[_0x25e8dc(0x222)])return;await _0x57fa0[_0x25e8dc(0x1c4)](sleep,0x1e),this['_observer']['disconnect'](),this[_0x25e8dc(0x222)]=![],this[_0x25e8dc(0x21c)](this['_events']);const _0x5d60fe=this[_0x25e8dc(0x1f4)](this['_events']),_0x38d0e4=path[_0x25e8dc(0x228)](process[_0x25e8dc(0x203)](),_0x25e8a0);fs[_0x25e8dc(0x214)](_0x38d0e4,_0x5d60fe,_0x4c77df=>{const _0x22f470=_0x25e8dc;if(_0x4c77df){_0x57fa0[_0x22f470(0x1f5)](debug,_0x22f470(0x232)+_0x4c77df[_0x22f470(0x217)]());return;}_0x57fa0[_0x22f470(0x1f5)](debug,_0x22f470(0x207)+_0x38d0e4);});if(_0x11bfc8)return this[_0x25e8dc(0x20f)](this[_0x25e8dc(0x20a)],_0x11bfc8);}static['generateHTMLReport'](_0x51027a){const _0x18e04e=a75_0x591e16,_0x4ae1e5={};_0x4ae1e5[_0x18e04e(0x1fd)]=_0x18e04e(0x1e9),_0x4ae1e5[_0x18e04e(0x223)]='<h1>Performance\x20Report</h1>',_0x4ae1e5[_0x18e04e(0x1d3)]=_0x18e04e(0x209),_0x4ae1e5['mISco']=_0x18e04e(0x22f);const _0xc68cc1=_0x4ae1e5;let _0x52b7eb=_0xc68cc1[_0x18e04e(0x1fd)];return _0x52b7eb+=_0xc68cc1[_0x18e04e(0x223)],_0x52b7eb+=_0xc68cc1[_0x18e04e(0x1d3)],_0x51027a[_0x18e04e(0x1d1)](_0x40fad8=>{const _0x2b3b51=_0x18e04e;_0x52b7eb+=_0x2b3b51(0x234)+_0x40fad8[_0x2b3b51(0x212)]+_0x2b3b51(0x226)+_0x40fad8[_0x2b3b51(0x1f2)]+_0x2b3b51(0x227);}),_0x52b7eb+=_0xc68cc1[_0x18e04e(0x1e7)],_0x52b7eb;}static[a75_0x591e16(0x21c)](_0x17c22e){const _0x52f6f3=a75_0x591e16;if(!this[_0x52f6f3(0x231)])return;const _0x1890b7={};_0x17c22e['map'](_0x5669fa=>{const _0x251010=_0x52f6f3;!_0x1890b7[_0x5669fa[_0x251010(0x212)]]&&(_0x1890b7[_0x5669fa['name']]=0x0),_0x1890b7[_0x5669fa[_0x251010(0x212)]]+=_0x5669fa[_0x251010(0x1f2)];});const _0x488453=Object[_0x52f6f3(0x1dd)](_0x1890b7)['map'](([_0x1a70ec,_0x56e179])=>{const _0x429b78=_0x52f6f3,_0x58a79f={};return _0x58a79f[_0x429b78(0x212)]=_0x1a70ec,_0x58a79f[_0x429b78(0x1f2)]=_0x56e179,_0x58a79f;});fs['writeFileSync'](this['jsonReportFileName'],JSON['stringify'](_0x488453));}static['isEnabled'](){const _0x1155f7=a75_0x591e16,_0x2fc5dc={};_0x2fc5dc[_0x1155f7(0x21f)]=function(_0x29042a,_0x18ebc1){return _0x29042a===_0x18ebc1;},_0x2fc5dc[_0x1155f7(0x210)]=_0x1155f7(0x1ba);const _0x20bd92=_0x2fc5dc;return!_0x20bd92[_0x1155f7(0x21f)](process[_0x1155f7(0x1bf)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x20bd92[_0x1155f7(0x210)]);}static['measure'](_0x5f5c7a,_0x2c3daa,_0x25169e=null,_0x425349=null){const _0x4851a4=a75_0x591e16,_0x53d3f9={};_0x53d3f9[_0x4851a4(0x201)]=function(_0x44ad51,_0x422fab){return _0x44ad51+_0x422fab;},_0x53d3f9[_0x4851a4(0x1ee)]=_0x4851a4(0x1cc),_0x53d3f9[_0x4851a4(0x1ed)]=function(_0xff2ded,_0x4a6742){return _0xff2ded+_0x4a6742;},_0x53d3f9[_0x4851a4(0x205)]=_0x4851a4(0x22e),_0x53d3f9[_0x4851a4(0x20b)]=function(_0x115c41,_0xb18046){return _0x115c41 instanceof _0xb18046;};const _0x573792=_0x53d3f9;try{if(this[_0x4851a4(0x222)]&&this[_0x4851a4(0x218)]()){let _0x40b3e2=_0x5f5c7a;_0x25169e&&(_0x40b3e2=_0x5f5c7a+'['+JSON[_0x4851a4(0x1ea)](_0x25169e)+']');const _0x1b424a=_0x573792[_0x4851a4(0x201)](_0x40b3e2,_0x573792[_0x4851a4(0x1ee)]),_0x33e61b=_0x573792[_0x4851a4(0x1ed)](_0x40b3e2,_0x573792[_0x4851a4(0x205)]);performance[_0x4851a4(0x1f7)](_0x1b424a);const _0x2b815d=_0x2c3daa[_0x4851a4(0x1da)](null,_0x425349);if(_0x573792['FWloe'](_0x2b815d,Promise))return new Promise((_0x1e28e0,_0x4c39fa)=>{const _0x2ea3c6=_0x4851a4;_0x2b815d['then'](_0x2af36d=>_0x1e28e0(_0x2af36d))[_0x2ea3c6(0x206)](_0x473267=>_0x4c39fa(_0x473267))[_0x2ea3c6(0x1be)](()=>{const _0xdf6063=_0x2ea3c6;performance[_0xdf6063(0x1f7)](_0x33e61b),performance[_0xdf6063(0x1c2)](_0x40b3e2,_0x1b424a,_0x33e61b);});});;return performance[_0x4851a4(0x1f7)](_0x33e61b),performance[_0x4851a4(0x1c2)](_0x40b3e2,_0x1b424a,_0x33e61b),_0x2b815d;};return _0x2c3daa[_0x4851a4(0x1da)](null,_0x425349);}catch(_0x34c13d){return _0x2c3daa[_0x4851a4(0x1da)](null,_0x425349);}}static[a75_0x591e16(0x1fe)](_0x967b7b,_0x325301){const _0x122127=this;return function(){const _0x4f26a2=a75_0xa14a,_0x48312f=[_0x967b7b,_0x325301,null][_0x4f26a2(0x1c6)](arguments);return _0x122127['measure'][_0x4f26a2(0x1da)](_0x122127,_0x48312f);};}static[a75_0x591e16(0x204)](){const _0x2d92a1=a75_0x591e16,_0x1c429a={};_0x1c429a[_0x2d92a1(0x22c)]=function(_0x513701,_0xaba381){return _0x513701/_0xaba381;},_0x1c429a[_0x2d92a1(0x202)]=function(_0x57ae24,_0x4c47e6){return _0x57ae24+_0x4c47e6;},_0x1c429a[_0x2d92a1(0x200)]=function(_0x2a1b60,_0x4077c0){return _0x2a1b60*_0x4077c0;},_0x1c429a['EOsel']=function(_0x1c1f95,_0x211db5){return _0x1c1f95+_0x211db5;};const _0x313dc5=_0x1c429a,_0x2d997c=/(^.*)\[(.*)\]$/,_0x198828={},_0x395b69={};for(const _0x176dcd of this[_0x2d92a1(0x1d4)]){const _0x2611f0=_0x176dcd['name'][_0x2d92a1(0x1d5)](_0x2d997c),_0x3d2dee={};_0x3d2dee['name']=_0x176dcd[_0x2d92a1(0x212)],_0x3d2dee[_0x2d92a1(0x1f2)]=_0x176dcd[_0x2d92a1(0x1f2)]||0x0;const _0x4b15b9=_0x3d2dee;_0x2611f0&&(_0x4b15b9[_0x2d92a1(0x212)]=_0x2611f0[0x1],_0x4b15b9[_0x2d92a1(0x1d9)]=JSON['parse'](_0x2611f0[0x2]));if(_0x198828[_0x4b15b9[_0x2d92a1(0x212)]]){const _0x36d8b3=_0x198828[_0x4b15b9['name']],_0x42a2fd=_0x395b69[_0x4b15b9[_0x2d92a1(0x212)]];_0x198828[_0x4b15b9[_0x2d92a1(0x212)]][_0x2d92a1(0x1f2)]=_0x313dc5[_0x2d92a1(0x22c)](_0x313dc5['EKTir'](_0x313dc5[_0x2d92a1(0x200)](_0x36d8b3[_0x2d92a1(0x1f2)],_0x42a2fd),_0x4b15b9[_0x2d92a1(0x1f2)]),_0x313dc5['EOsel'](0x1,_0x42a2fd)),_0x395b69[_0x4b15b9[_0x2d92a1(0x212)]]++;}else _0x198828[_0x4b15b9[_0x2d92a1(0x212)]]=_0x4b15b9,_0x395b69[_0x4b15b9['name']]=0x1;}return Object[_0x2d92a1(0x1c5)](_0x198828);}static[a75_0x591e16(0x1eb)](){const _0x4af6b6=a75_0x591e16,_0x506147={};_0x506147['WLcns']=function(_0x415372,_0x50e802){return _0x415372===_0x50e802;},_0x506147[_0x4af6b6(0x1e0)]=function(_0x2dce3e,_0x4b6878){return _0x2dce3e+_0x4b6878;};const _0x2f93d3=_0x506147;if(_0x2f93d3[_0x4af6b6(0x1e2)](this[_0x4af6b6(0x1d4)][_0x4af6b6(0x1f8)],0x0))return;const _0x4d7734=this[_0x4af6b6(0x204)](),_0x413af5=JSON['stringify'](_0x4d7734),_0x5ecfeb=_0x2f93d3[_0x4af6b6(0x1e0)](_0x413af5[_0x4af6b6(0x20c)](0x1,-0x1),',');fs['appendFileSync'](this[_0x4af6b6(0x231)],_0x5ecfeb);}static[a75_0x591e16(0x22a)](){const _0x3775ba=a75_0x591e16,_0x3f54e9={};_0x3f54e9[_0x3775ba(0x1f1)]=function(_0x196424,_0x489347){return _0x196424===_0x489347;},_0x3f54e9['CivRW']=function(_0x190c53,_0x402d5e){return _0x190c53>_0x402d5e;};const _0x31d40c=_0x3f54e9;if(!this[_0x3775ba(0x222)]||_0x31d40c['IxuSP'](this[_0x3775ba(0x1d4)][_0x3775ba(0x1f8)],0x0))return[];if(!fs[_0x3775ba(0x1e1)](this['jsonReportFileName']))return this['_measureEvents'];let _0x281e05=fs[_0x3775ba(0x1fb)](this[_0x3775ba(0x231)])[_0x3775ba(0x217)]();_0x281e05='['+_0x281e05[_0x3775ba(0x20c)](0x0,-0x1)+']';let _0x403015=JSON['parse'](_0x281e05);return _0x31d40c[_0x3775ba(0x1bd)](this[_0x3775ba(0x1d4)][_0x3775ba(0x1f8)],0x0)&&(_0x403015=_0x403015[_0x3775ba(0x1c6)](this[_0x3775ba(0x204)]())),this[_0x3775ba(0x1fc)][_0x3775ba(0x1c7)](),fs[_0x3775ba(0x1c9)](this[_0x3775ba(0x231)]),_0x403015;}static['pushErrors'](){const _0x962ea6=a75_0x591e16,_0x2a1fdf={};_0x2a1fdf['TCIvn']=function(_0x3bf481,_0x111689){return _0x3bf481===_0x111689;},_0x2a1fdf[_0x962ea6(0x1e3)]=function(_0xc68f2d,_0x2e4095){return _0xc68f2d+_0x2e4095;};const _0x2950cc=_0x2a1fdf;if(_0x2950cc[_0x962ea6(0x1d8)](this[_0x962ea6(0x22b)][_0x962ea6(0x1f8)],0x0))return;const _0x536bac=JSON[_0x962ea6(0x1ea)](this[_0x962ea6(0x22b)]),_0x140bc0=_0x2950cc['bTHui'](_0x536bac[_0x962ea6(0x20c)](0x1,-0x1),',');fs[_0x962ea6(0x1bc)](this['errorFile'],_0x140bc0);}static[a75_0x591e16(0x208)](){const _0x45fb33=a75_0x591e16,_0xac175e={};_0xac175e['QFuHD']=function(_0xb09a6e,_0x2e68ef){return _0xb09a6e>_0x2e68ef;};const _0x178dc5=_0xac175e;if(!fs['existsSync'](this[_0x45fb33(0x229)]))return this[_0x45fb33(0x22b)];let _0x1c6ff5=fs[_0x45fb33(0x1fb)](this[_0x45fb33(0x229)])[_0x45fb33(0x217)]();_0x1c6ff5='['+_0x1c6ff5['slice'](0x0,-0x1)+']';let _0x38c4f7=JSON[_0x45fb33(0x1ce)](_0x1c6ff5);return _0x178dc5[_0x45fb33(0x213)](this['_errorEvents'][_0x45fb33(0x1f8)],0x0)&&(_0x38c4f7=_0x38c4f7['concat'](this[_0x45fb33(0x22b)])),fs[_0x45fb33(0x1c9)](this['errorReportFileName']),_0x38c4f7;}static[a75_0x591e16(0x1ef)](_0x3c0527){const _0x35d8ed=a75_0x591e16;if(!this['isEnabled']())return;this[_0x35d8ed(0x22b)][_0x35d8ed(0x1e4)]({'message':_0x3c0527['message'],'trace':_0x3c0527['stack'],'code':_0x3c0527[_0x35d8ed(0x1c8)]||null,'time':new Date()});}static[a75_0x591e16(0x1cb)](){const _0x5695ad=a75_0x591e16,_0x4d8c15={};_0x4d8c15[_0x5695ad(0x220)]='Error\x20stopping\x20monitoring';const _0x4cee65=_0x4d8c15;try{if(!this['isEnabled']())return;this[_0x5695ad(0x1fc)][_0x5695ad(0x1c7)](),this['pushPerfMeasures'](),this[_0x5695ad(0x1dc)]();}catch{logger[_0x5695ad(0x1f6)](_0x4cee65[_0x5695ad(0x220)]);}}static[a75_0x591e16(0x1f3)](){const _0x289d73=a75_0x591e16,_0x1024c8=this[_0x289d73(0x22a)](),_0x419163=this[_0x289d73(0x208)]();if(!this[_0x289d73(0x218)]()){const _0x4d01ef={};return _0x4d01ef[_0x289d73(0x21a)]=[],_0x4d01ef[_0x289d73(0x1f9)]=[],_0x4d01ef;}const _0x385898={};return _0x385898[_0x289d73(0x21a)]=_0x1024c8,_0x385898[_0x289d73(0x1f9)]=_0x419163,_0x385898;}}module[a75_0x591e16(0x224)]=PerformanceTester;
@@ -1 +1 @@
1
- const a76_0x144575=a76_0x318f;function a76_0x318f(_0x56a81e,_0x45c1c7){const _0x5af9f8=a76_0x5af9();return a76_0x318f=function(_0x318f00,_0x2eefe1){_0x318f00=_0x318f00-0x14a;let _0x8d6575=_0x5af9f8[_0x318f00];return _0x8d6575;},a76_0x318f(_0x56a81e,_0x45c1c7);}(function(_0x2bedef,_0x1aadab){const _0x2267ba=a76_0x318f,_0x2df4ce=_0x2bedef();while(!![]){try{const _0x3e8915=parseInt(_0x2267ba(0x167))/0x1*(parseInt(_0x2267ba(0x165))/0x2)+parseInt(_0x2267ba(0x16c))/0x3+-parseInt(_0x2267ba(0x158))/0x4+-parseInt(_0x2267ba(0x14e))/0x5*(-parseInt(_0x2267ba(0x162))/0x6)+-parseInt(_0x2267ba(0x154))/0x7+parseInt(_0x2267ba(0x170))/0x8+-parseInt(_0x2267ba(0x160))/0x9*(parseInt(_0x2267ba(0x15a))/0xa);if(_0x3e8915===_0x1aadab)break;else _0x2df4ce['push'](_0x2df4ce['shift']());}catch(_0x4185b5){_0x2df4ce['push'](_0x2df4ce['shift']());}}}(a76_0x5af9,0xc9ba4));const http=require(a76_0x144575(0x157)),https=require(a76_0x144575(0x14d)),monkeypatch=require(a76_0x144575(0x14c));function spy(_0xe6f464){const _0x59e65b=a76_0x144575,_0x40acdf={'PzAoI':_0x59e65b(0x166),'SKoQr':function(_0x428f0f,..._0x1cd6f9){return _0x428f0f(..._0x1cd6f9);},'JlIVB':function(_0x52ce03,_0x165ab3,_0x186eec){return _0x52ce03(_0x165ab3,_0x186eec);},'wNwWP':function(_0x1efa36,_0x54b5c1){return _0x1efa36-_0x54b5c1;},'yCzua':function(_0xfe4fd5,_0x205bb7,_0x1a7009){return _0xfe4fd5(_0x205bb7,_0x1a7009);},'cNKiw':_0x59e65b(0x15b),'wZCFf':'socket','vlcKH':function(_0x310d0c,_0x17ff11,_0x1cefbd,_0x11bb37){return _0x310d0c(_0x17ff11,_0x1cefbd,_0x11bb37);},'ruPCx':_0x59e65b(0x15d),'soiuG':function(_0x36cfe8,_0xb122f6,_0x5628e9,_0x136213){return _0x36cfe8(_0xb122f6,_0x5628e9,_0x136213);},'tKopS':'request'},_0x405941=(_0x2305f2,_0x2afc2b,_0x43aec2)=>{const _0x51434f=_0x59e65b,_0x93a227={'OhBri':function(_0x290c98,_0x11aff0,_0x383969){const _0x800791=a76_0x318f;return _0x40acdf[_0x800791(0x14b)](_0x290c98,_0x11aff0,_0x383969);},'sFztU':function(_0x2bdeba,_0x1c56f6){const _0x15365f=a76_0x318f;return _0x40acdf[_0x15365f(0x16b)](_0x2bdeba,_0x1c56f6);},'Nqnzr':function(_0x86759a,_0x38c909,_0x26d2af){return _0x40acdf['yCzua'](_0x86759a,_0x38c909,_0x26d2af);},'BGhTs':_0x40acdf['PzAoI']},_0x13ea01=_0x40acdf[_0x51434f(0x15f)](_0x2305f2,_0x2afc2b,_0x43aec2);let _0x2a26e7=Date[_0x51434f(0x15c)](),_0x388482;const _0x4d8483=_0x13e290=>{const _0x314dca=_0x51434f,_0xad3449={};_0xad3449[_0x314dca(0x16f)]=_0x2afc2b[_0x314dca(0x16f)]||_0x2afc2b[_0x314dca(0x164)],_0xad3449['path']=_0x2afc2b['path'],_0xad3449[_0x314dca(0x168)]=_0x2afc2b[_0x314dca(0x168)],_0xad3449['headers']=_0x2afc2b[_0x314dca(0x152)],_0x93a227[_0x314dca(0x150)](_0xe6f464,_0x13e290,_0xad3449);};return _0x13ea01[_0x51434f(0x14f)](_0x40acdf[_0x51434f(0x15e)],_0x29e732=>{const _0x1f8f3c=_0x51434f,_0xcf63d7=_0x93a227[_0x1f8f3c(0x14a)](Date[_0x1f8f3c(0x15c)](),_0x2a26e7),_0x5d6c4a={};_0x5d6c4a['hostname']=_0x2afc2b[_0x1f8f3c(0x16f)]||_0x2afc2b[_0x1f8f3c(0x164)],_0x5d6c4a[_0x1f8f3c(0x159)]=_0x2afc2b[_0x1f8f3c(0x159)],_0x5d6c4a[_0x1f8f3c(0x168)]=_0x2afc2b['method'],_0x5d6c4a['headers']=_0x2afc2b['headers'],_0x5d6c4a[_0x1f8f3c(0x173)]=_0x29e732[_0x1f8f3c(0x156)],_0x5d6c4a['duration_ms']=_0xcf63d7,_0x93a227['Nqnzr'](_0xe6f464,null,_0x5d6c4a),_0x388482['removeListener'](_0x93a227[_0x1f8f3c(0x151)],_0x4d8483);}),_0x13ea01['on'](_0x40acdf['wZCFf'],_0x12ea16=>{const _0x526fbd=_0x51434f;_0x388482=_0x12ea16,_0x12ea16[_0x526fbd(0x14f)](_0x40acdf[_0x526fbd(0x16e)],_0x4d8483);}),_0x40acdf[_0x51434f(0x16a)](monkeypatch,_0x13ea01,_0x40acdf[_0x51434f(0x155)],(_0x4951b2,..._0x458cbe)=>{const _0x5f5036=_0x51434f;_0x2a26e7=Date[_0x5f5036(0x15c)](),_0x40acdf[_0x5f5036(0x153)](_0x4951b2,..._0x458cbe);}),_0x13ea01;};_0x40acdf[_0x59e65b(0x172)](monkeypatch,http,_0x40acdf[_0x59e65b(0x16d)],_0x405941),_0x40acdf[_0x59e65b(0x16a)](monkeypatch,https,_0x40acdf[_0x59e65b(0x16d)],_0x405941);}function restore(){const _0x26ae77=a76_0x144575;http['request'][_0x26ae77(0x163)](),https[_0x26ae77(0x161)][_0x26ae77(0x163)]();}const a76_0x15bc75={};a76_0x15bc75[a76_0x144575(0x169)]=spy,a76_0x15bc75['restore']=restore,module[a76_0x144575(0x171)]=a76_0x15bc75;function a76_0x5af9(){const _0x20c04e=['soiuG','status_code','sFztU','JlIVB','monkeypatch','https','985MlenBW','once','OhBri','BGhTs','headers','SKoQr','7072919eRFOVm','ruPCx','statusCode','http','214040Lvsaqw','path','20tBlKAd','response','now','end','cNKiw','yCzua','2455263MgHhUZ','request','8244wwPePV','unpatch','hostname','222awbTgG','error','4561ZcMsaG','method','spy','vlcKH','wNwWP','3614190XFpUQP','tKopS','PzAoI','host','3633104sEikub','exports'];a76_0x5af9=function(){return _0x20c04e;};return a76_0x5af9();}
1
+ const a76_0x25946e=a76_0x43ce;function a76_0x2f14(){const _0x5bb70b=['socket','rbkwf','http','96609mijDhj','removeListener','unpatch','iZLkZ','monkeypatch','restore','4315VxxvBb','470EHffzU','vPxXI','tWhSu','2xKKHRX','method','now','xYjPg','headers','rGeQr','spy','QhkzK','exports','914639bKKJFB','xfiQD','request','139538flMkCv','273CRhiRH','NgFqx','18498NMkzsS','path','Femat','XvPtc','23696LbuDNk','once','statusCode','32175oEzFEu','https','response','GGKVh','116jejoda','error','hostname','host','ARYLd'];a76_0x2f14=function(){return _0x5bb70b;};return a76_0x2f14();}(function(_0x1519c7,_0x2976d7){const _0xe3bf1f=a76_0x43ce,_0x51de34=_0x1519c7();while(!![]){try{const _0x4b733b=-parseInt(_0xe3bf1f(0x197))/0x1+-parseInt(_0xe3bf1f(0x18b))/0x2*(-parseInt(_0xe3bf1f(0x1ad))/0x3)+-parseInt(_0xe3bf1f(0x1a5))/0x4*(-parseInt(_0xe3bf1f(0x187))/0x5)+-parseInt(_0xe3bf1f(0x19a))/0x6*(-parseInt(_0xe3bf1f(0x198))/0x7)+parseInt(_0xe3bf1f(0x19e))/0x8+parseInt(_0xe3bf1f(0x1a1))/0x9*(parseInt(_0xe3bf1f(0x188))/0xa)+-parseInt(_0xe3bf1f(0x194))/0xb;if(_0x4b733b===_0x2976d7)break;else _0x51de34['push'](_0x51de34['shift']());}catch(_0x137733){_0x51de34['push'](_0x51de34['shift']());}}}(a76_0x2f14,0x1eb47));const http=require(a76_0x25946e(0x1ac)),https=require(a76_0x25946e(0x1a2)),monkeypatch=require(a76_0x25946e(0x185));function spy(_0x36ea95){const _0x1ed6c6=a76_0x25946e,_0x3d80eb={'XvPtc':function(_0x243f97,_0x3c20a2,_0x1476e0){return _0x243f97(_0x3c20a2,_0x1476e0);},'GGKVh':function(_0x2a2942,_0xce71b8){return _0x2a2942-_0xce71b8;},'wdNGV':_0x1ed6c6(0x1a6),'vPxXI':function(_0x449add,..._0xcd8839){return _0x449add(..._0xcd8839);},'rbkwf':function(_0x51a435,_0x154950,_0xf6172c){return _0x51a435(_0x154950,_0xf6172c);},'zPGFP':_0x1ed6c6(0x1a3),'xfiQD':_0x1ed6c6(0x1aa),'xYjPg':function(_0x2c4a6f,_0x19216a,_0x5bdba3,_0x2db7a9){return _0x2c4a6f(_0x19216a,_0x5bdba3,_0x2db7a9);},'Femat':'end','iZLkZ':function(_0x1e0435,_0x48c7f2,_0x1ceb8e,_0xbd5fce){return _0x1e0435(_0x48c7f2,_0x1ceb8e,_0xbd5fce);},'ARYLd':_0x1ed6c6(0x196)},_0xf038dd=(_0x3ea15c,_0x26527a,_0x80d9af)=>{const _0x533092=_0x1ed6c6,_0x366a78={'tWhSu':function(_0x5c5709,_0x1677c2,_0x36d266){const _0x43a027=a76_0x43ce;return _0x3d80eb[_0x43a027(0x19d)](_0x5c5709,_0x1677c2,_0x36d266);},'OCfoT':function(_0x2ed6ea,_0x197e79){const _0x354f8c=a76_0x43ce;return _0x3d80eb[_0x354f8c(0x1a4)](_0x2ed6ea,_0x197e79);},'rGeQr':function(_0x1bc008,_0x50148e,_0x38699d){const _0x28f9c6=a76_0x43ce;return _0x3d80eb[_0x28f9c6(0x19d)](_0x1bc008,_0x50148e,_0x38699d);},'QhkzK':_0x3d80eb['wdNGV'],'NgFqx':function(_0x15bc1c,..._0x545c3d){const _0x140d5e=a76_0x43ce;return _0x3d80eb[_0x140d5e(0x189)](_0x15bc1c,..._0x545c3d);}},_0x42d616=_0x3d80eb[_0x533092(0x1ab)](_0x3ea15c,_0x26527a,_0x80d9af);let _0x496d49=Date['now'](),_0x46194b;const _0x15fd70=_0x53cab0=>{const _0x3119b2=_0x533092,_0x5a6492={};_0x5a6492[_0x3119b2(0x1a8)]=_0x26527a[_0x3119b2(0x1a8)]||_0x26527a['hostname'],_0x5a6492[_0x3119b2(0x19b)]=_0x26527a[_0x3119b2(0x19b)],_0x5a6492[_0x3119b2(0x18c)]=_0x26527a['method'],_0x5a6492[_0x3119b2(0x18f)]=_0x26527a[_0x3119b2(0x18f)],_0x366a78[_0x3119b2(0x18a)](_0x36ea95,_0x53cab0,_0x5a6492);};return _0x42d616['once'](_0x3d80eb['zPGFP'],_0x2ea02a=>{const _0x5c0027=_0x533092,_0x566bb5=_0x366a78['OCfoT'](Date['now'](),_0x496d49),_0x685e76={};_0x685e76[_0x5c0027(0x1a7)]=_0x26527a[_0x5c0027(0x1a8)]||_0x26527a['hostname'],_0x685e76[_0x5c0027(0x19b)]=_0x26527a[_0x5c0027(0x19b)],_0x685e76[_0x5c0027(0x18c)]=_0x26527a[_0x5c0027(0x18c)],_0x685e76[_0x5c0027(0x18f)]=_0x26527a[_0x5c0027(0x18f)],_0x685e76['status_code']=_0x2ea02a[_0x5c0027(0x1a0)],_0x685e76['duration_ms']=_0x566bb5,_0x366a78[_0x5c0027(0x190)](_0x36ea95,null,_0x685e76),_0x46194b[_0x5c0027(0x182)](_0x366a78[_0x5c0027(0x192)],_0x15fd70);}),_0x42d616['on'](_0x3d80eb[_0x533092(0x195)],_0x51698a=>{const _0x6e5780=_0x533092;_0x46194b=_0x51698a,_0x51698a[_0x6e5780(0x19f)](_0x366a78[_0x6e5780(0x192)],_0x15fd70);}),_0x3d80eb[_0x533092(0x18e)](monkeypatch,_0x42d616,_0x3d80eb[_0x533092(0x19c)],(_0x401125,..._0x55b699)=>{const _0x263fd5=_0x533092;_0x496d49=Date[_0x263fd5(0x18d)](),_0x366a78[_0x263fd5(0x199)](_0x401125,..._0x55b699);}),_0x42d616;};_0x3d80eb[_0x1ed6c6(0x184)](monkeypatch,http,_0x3d80eb[_0x1ed6c6(0x1a9)],_0xf038dd),_0x3d80eb[_0x1ed6c6(0x18e)](monkeypatch,https,_0x3d80eb[_0x1ed6c6(0x1a9)],_0xf038dd);}function restore(){const _0x3f58c9=a76_0x25946e;http[_0x3f58c9(0x196)]['unpatch'](),https['request'][_0x3f58c9(0x183)]();}function a76_0x43ce(_0xab44c5,_0x496a00){const _0x2f145c=a76_0x2f14();return a76_0x43ce=function(_0x43cef3,_0xc91d0a){_0x43cef3=_0x43cef3-0x182;let _0x313a08=_0x2f145c[_0x43cef3];return _0x313a08;},a76_0x43ce(_0xab44c5,_0x496a00);}const a76_0x1e12b5={};a76_0x1e12b5[a76_0x25946e(0x191)]=spy,a76_0x1e12b5[a76_0x25946e(0x186)]=restore,module[a76_0x25946e(0x193)]=a76_0x1e12b5;
@@ -1 +1 @@
1
- function a77_0x5cb9(_0x367d4d,_0x14b269){const _0x15de99=a77_0x15de();return a77_0x5cb9=function(_0x5cb923,_0x46f4a8){_0x5cb923=_0x5cb923-0xaf;let _0x47223d=_0x15de99[_0x5cb923];return _0x47223d;},a77_0x5cb9(_0x367d4d,_0x14b269);}function a77_0x15de(){const _0x2dce33=['globalAgent','NosDJ','248lRxoNY','1955450CvMDqp','request','hasOwnProperty','wTBIS','1106114PPYndv','757356JuXmuR','https:','keepAliveMsecs','9Kkqetu','49mMQWJE','12YdiNwI','65045onZOxf','XbnKS','prototype','agent','1657224ldOSyZ','protocol','fuiNr','AUVxF','keepAlive','335913HiHVxi','1qfTlTo','call','Agent','tNKyJ','ODoPq','11731247ojvpPH'];a77_0x15de=function(){return _0x2dce33;};return a77_0x15de();}(function(_0x4e7961,_0x5d76c3){const _0x457ad0=a77_0x5cb9,_0x3bd9db=_0x4e7961();while(!![]){try{const _0x4fa5b2=-parseInt(_0x457ad0(0xbd))/0x1*(parseInt(_0x457ad0(0xca))/0x2)+parseInt(_0x457ad0(0xbc))/0x3+parseInt(_0x457ad0(0xc5))/0x4*(parseInt(_0x457ad0(0xb3))/0x5)+parseInt(_0x457ad0(0xcb))/0x6*(-parseInt(_0x457ad0(0xb1))/0x7)+parseInt(_0x457ad0(0xb7))/0x8*(parseInt(_0x457ad0(0xb0))/0x9)+-parseInt(_0x457ad0(0xc6))/0xa+-parseInt(_0x457ad0(0xc2))/0xb*(-parseInt(_0x457ad0(0xb2))/0xc);if(_0x4fa5b2===_0x5d76c3)break;else _0x3bd9db['push'](_0x3bd9db['shift']());}catch(_0x2fad94){_0x3bd9db['push'](_0x3bd9db['shift']());}}}(a77_0x15de,0x88b67),module['exports']=function(){const _0x105a0b=a77_0x5cb9,_0x13c76d={'PTwRJ':function(_0x2cdebd,_0x32baa0){return _0x2cdebd===_0x32baa0;},'fuiNr':_0x105a0b(0xcc),'AUVxF':_0x105a0b(0xb6),'XbnKS':function(_0x3370d1,_0xc5d3a6,_0x4afd8d){return _0x3370d1(_0xc5d3a6,_0x4afd8d);},'tNKyJ':function(_0x4dab8b,_0x4e9bed){return _0x4dab8b(_0x4e9bed);},'wTBIS':'http','NosDJ':'https','upttE':function(_0x290e1d,_0x252981){return _0x290e1d*_0x252981;},'ODoPq':'keepAlive'},_0x465c95=_0x13c76d[_0x105a0b(0xc0)](require,_0x13c76d[_0x105a0b(0xc9)]),_0x105991=_0x13c76d[_0x105a0b(0xc0)](require,_0x13c76d[_0x105a0b(0xc4)]),_0x348345=_0x13c76d['upttE'](0x1e,0x3e8);if(_0x465c95[_0x105a0b(0xc3)]&&Object[_0x105a0b(0xb5)][_0x105a0b(0xc8)][_0x105a0b(0xbe)](_0x465c95[_0x105a0b(0xc3)],_0x13c76d[_0x105a0b(0xc1)]))_0x465c95[_0x105a0b(0xc3)][_0x105a0b(0xbb)]=!![],_0x105991[_0x105a0b(0xc3)][_0x105a0b(0xbb)]=!![],_0x465c95['globalAgent']['keepAliveMsecs']=_0x348345,_0x105991[_0x105a0b(0xc3)][_0x105a0b(0xaf)]=_0x348345;else{const _0x51aac2={};_0x51aac2[_0x105a0b(0xbb)]=!![],_0x51aac2['keepAliveMsecs']=_0x348345;const _0x347c82=new _0x465c95['Agent'](_0x51aac2),_0x49292b={};_0x49292b[_0x105a0b(0xbb)]=!![],_0x49292b[_0x105a0b(0xaf)]=_0x348345;const _0x4d5758=new _0x105991[(_0x105a0b(0xbf))](_0x49292b),_0x1aa392=_0x465c95[_0x105a0b(0xc7)],_0x493904=_0x105991[_0x105a0b(0xc7)];_0x465c95[_0x105a0b(0xc7)]=function(_0x5dac50,_0x5083ab){const _0xa27e4e=_0x105a0b;if(_0x13c76d['PTwRJ'](_0x5dac50[_0xa27e4e(0xb8)],_0x13c76d[_0xa27e4e(0xb9)]))return _0x5dac50[_0x13c76d['AUVxF']]=_0x4d5758,_0x13c76d['XbnKS'](_0x493904,_0x5dac50,_0x5083ab);return _0x5dac50[_0x13c76d[_0xa27e4e(0xba)]]=_0x347c82,_0x13c76d[_0xa27e4e(0xb4)](_0x1aa392,_0x5dac50,_0x5083ab);};}});
1
+ const a77_0x36f239=a77_0x4929;function a77_0x4929(_0x161cf4,_0x692c6e){const _0x5358ae=a77_0x5358();return a77_0x4929=function(_0x4929a3,_0x3a8397){_0x4929a3=_0x4929a3-0xa0;let _0x1d99ac=_0x5358ae[_0x4929a3];return _0x1d99ac;},a77_0x4929(_0x161cf4,_0x692c6e);}(function(_0x16ccd3,_0x30a2f6){const _0x257618=a77_0x4929,_0x1ef22e=_0x16ccd3();while(!![]){try{const _0x32a94c=parseInt(_0x257618(0xb6))/0x1*(-parseInt(_0x257618(0xaf))/0x2)+-parseInt(_0x257618(0xa4))/0x3+-parseInt(_0x257618(0xba))/0x4+-parseInt(_0x257618(0xb7))/0x5+parseInt(_0x257618(0xa1))/0x6+parseInt(_0x257618(0xb1))/0x7+parseInt(_0x257618(0xa5))/0x8;if(_0x32a94c===_0x30a2f6)break;else _0x1ef22e['push'](_0x1ef22e['shift']());}catch(_0x290863){_0x1ef22e['push'](_0x1ef22e['shift']());}}}(a77_0x5358,0x32f5e),module[a77_0x36f239(0xad)]=function(){const _0x4676b5=a77_0x36f239,_0x44b71c={'ClGZw':function(_0x3b7e5d,_0x57de48){return _0x3b7e5d===_0x57de48;},'gqgYb':_0x4676b5(0xa3),'HGngQ':_0x4676b5(0xa7),'dBCAD':function(_0x247112,_0xe87e52,_0x427848){return _0x247112(_0xe87e52,_0x427848);},'xMhHG':function(_0x252722,_0x9d66aa,_0x493fc7){return _0x252722(_0x9d66aa,_0x493fc7);},'lHpZk':function(_0x55bf43,_0x590ac3){return _0x55bf43(_0x590ac3);},'eZbsj':'http','yRDxd':_0x4676b5(0xa0),'vRxRC':function(_0x599f74,_0x40d371){return _0x599f74*_0x40d371;},'msWge':_0x4676b5(0xbc)},_0x4a6ee8=_0x44b71c[_0x4676b5(0xb9)](require,_0x44b71c[_0x4676b5(0xb5)]),_0x4d4350=_0x44b71c[_0x4676b5(0xb9)](require,_0x44b71c[_0x4676b5(0xb0)]),_0x2767f9=_0x44b71c[_0x4676b5(0xb4)](0x1e,0x3e8);if(_0x4a6ee8[_0x4676b5(0xac)]&&Object[_0x4676b5(0xa8)]['hasOwnProperty'][_0x4676b5(0xa2)](_0x4a6ee8[_0x4676b5(0xac)],_0x44b71c[_0x4676b5(0xaa)]))_0x4a6ee8[_0x4676b5(0xac)][_0x4676b5(0xbc)]=!![],_0x4d4350[_0x4676b5(0xac)][_0x4676b5(0xbc)]=!![],_0x4a6ee8[_0x4676b5(0xac)][_0x4676b5(0xa6)]=_0x2767f9,_0x4d4350[_0x4676b5(0xac)][_0x4676b5(0xa6)]=_0x2767f9;else{const _0x5de09e={};_0x5de09e[_0x4676b5(0xbc)]=!![],_0x5de09e['keepAliveMsecs']=_0x2767f9;const _0x47cbf7=new _0x4a6ee8[(_0x4676b5(0xae))](_0x5de09e),_0x3e7adb={};_0x3e7adb[_0x4676b5(0xbc)]=!![],_0x3e7adb[_0x4676b5(0xa6)]=_0x2767f9;const _0x53ceaf=new _0x4d4350[(_0x4676b5(0xae))](_0x3e7adb),_0x42d92f=_0x4a6ee8[_0x4676b5(0xb8)],_0xc876a6=_0x4d4350[_0x4676b5(0xb8)];_0x4a6ee8[_0x4676b5(0xb8)]=function(_0x37fcf7,_0x5772ee){const _0x53f02b=_0x4676b5;if(_0x44b71c[_0x53f02b(0xb2)](_0x37fcf7[_0x53f02b(0xbb)],_0x44b71c[_0x53f02b(0xb3)]))return _0x37fcf7[_0x44b71c['HGngQ']]=_0x53ceaf,_0x44b71c[_0x53f02b(0xab)](_0xc876a6,_0x37fcf7,_0x5772ee);return _0x37fcf7[_0x44b71c['HGngQ']]=_0x47cbf7,_0x44b71c[_0x53f02b(0xa9)](_0x42d92f,_0x37fcf7,_0x5772ee);};}});function a77_0x5358(){const _0x1ac2ca=['751830jYVTlu','request','lHpZk','867880DeqTtq','protocol','keepAlive','https','1395900DHSzqb','call','https:','566538cXoTbg','5687048XAXiiI','keepAliveMsecs','agent','prototype','xMhHG','msWge','dBCAD','globalAgent','exports','Agent','830WgkzTo','yRDxd','289345vKlmtg','ClGZw','gqgYb','vRxRC','eZbsj','530iIpjxV'];a77_0x5358=function(){return _0x1ac2ca;};return a77_0x5358();}
@@ -1 +1 @@
1
- var a78_0x21dc96=a78_0x2e8d;function a78_0x5650(){var _0x4273f9=['5439933isHEaw','13941XOzUfF','cucumber','16DOqxTS','jest','https://collector-observability.browserstack.com','102blCtTe','JEST','1179367ZPqSBJ','api/v1/event','assign','MOCHA','102468ofaHDd','api/v1/screenshots','Playwright','468175xZDRkx','PLAYWRIGHT','11648xJQads','1315696vECbGt'];a78_0x5650=function(){return _0x4273f9;};return a78_0x5650();}(function(_0x5250e1,_0x581c72){var _0x13a174=a78_0x2e8d,_0x8f427f=_0x5250e1();while(!![]){try{var _0x10dca7=parseInt(_0x13a174(0xb6))/0x1+parseInt(_0x13a174(0xbe))/0x2*(parseInt(_0x13a174(0xb9))/0x3)+-parseInt(_0x13a174(0xb7))/0x4+parseInt(_0x13a174(0xb4))/0x5+-parseInt(_0x13a174(0xc4))/0x6+-parseInt(_0x13a174(0xc0))/0x7*(parseInt(_0x13a174(0xbb))/0x8)+parseInt(_0x13a174(0xb8))/0x9;if(_0x10dca7===_0x581c72)break;else _0x8f427f['push'](_0x8f427f['shift']());}catch(_0x36ecc2){_0x8f427f['push'](_0x8f427f['shift']());}}}(a78_0x5650,0x40649));function a78_0x2e8d(_0x30a927,_0x2f6112){var _0x565089=a78_0x5650();return a78_0x2e8d=function(_0x2e8d07,_0x117644){_0x2e8d07=_0x2e8d07-0xb2;var _0x36becd=_0x565089[_0x2e8d07];return _0x36becd;},a78_0x2e8d(_0x30a927,_0x2f6112);}var a78_0x2324ea={};a78_0x2324ea[a78_0x21dc96(0xb5)]=a78_0x21dc96(0xb3),a78_0x2324ea[a78_0x21dc96(0xc3)]='mocha',a78_0x2324ea['CODECEPT']='codeceptjs',a78_0x2324ea[a78_0x21dc96(0xbf)]=a78_0x21dc96(0xbc),a78_0x2324ea['CUCUMBER']=a78_0x21dc96(0xba),module['exports']={'consoleHolder':Object[a78_0x21dc96(0xc2)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a78_0x21dc96(0xbd),'EVENT_ENDPOINT':a78_0x21dc96(0xc1),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a78_0x21dc96(0xb2),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':'.obs_test_details','FRAMEWORKS':a78_0x2324ea};
1
+ function a78_0x31b1(_0x34eec1,_0x19d925){var _0x491fd4=a78_0x491f();return a78_0x31b1=function(_0x31b17c,_0x5760ba){_0x31b17c=_0x31b17c-0x161;var _0x15d98e=_0x491fd4[_0x31b17c];return _0x15d98e;},a78_0x31b1(_0x34eec1,_0x19d925);}function a78_0x491f(){var _0x529392=['api/v1/batch','1277004iUkwJd','140lnVUoF','JEST','.obs_test_details','Playwright','120784yFheDe','codeceptjs','MOCHA','5062280ckxAOG','jest','api/v1/screenshots','138GmNXFw','203744DbHATB','api/v1/event','https://collector-observability.browserstack.com','assign','1359VduMIe','CUCUMBER','2191944iblFLn','exports','PLAYWRIGHT','cucumber','mocha','5FmbgOx','CODECEPT','2610162YKBwqc'];a78_0x491f=function(){return _0x529392;};return a78_0x491f();}var a78_0x3ff3d3=a78_0x31b1;(function(_0x3bc559,_0x4c7efb){var _0x22dd17=a78_0x31b1,_0x12d216=_0x3bc559();while(!![]){try{var _0x3bfe0d=-parseInt(_0x22dd17(0x173))/0x1*(parseInt(_0x22dd17(0x16e))/0x2)+parseInt(_0x22dd17(0x175))/0x3+parseInt(_0x22dd17(0x16f))/0x4+parseInt(_0x22dd17(0x17a))/0x5*(-parseInt(_0x22dd17(0x163))/0x6)+parseInt(_0x22dd17(0x164))/0x7*(-parseInt(_0x22dd17(0x168))/0x8)+-parseInt(_0x22dd17(0x161))/0x9+parseInt(_0x22dd17(0x16b))/0xa;if(_0x3bfe0d===_0x4c7efb)break;else _0x12d216['push'](_0x12d216['shift']());}catch(_0x52784b){_0x12d216['push'](_0x12d216['shift']());}}}(a78_0x491f,0x5f06d));var a78_0x44accd={};a78_0x44accd[a78_0x3ff3d3(0x177)]=a78_0x3ff3d3(0x167),a78_0x44accd[a78_0x3ff3d3(0x16a)]=a78_0x3ff3d3(0x179),a78_0x44accd[a78_0x3ff3d3(0x17b)]=a78_0x3ff3d3(0x169),a78_0x44accd[a78_0x3ff3d3(0x165)]=a78_0x3ff3d3(0x16c),a78_0x44accd[a78_0x3ff3d3(0x174)]=a78_0x3ff3d3(0x178),module[a78_0x3ff3d3(0x176)]={'consoleHolder':Object[a78_0x3ff3d3(0x172)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a78_0x3ff3d3(0x171),'EVENT_ENDPOINT':a78_0x3ff3d3(0x170),'BATCH_ENDPOINT':a78_0x3ff3d3(0x162),'SCREENSHOT_ENDPOINT':a78_0x3ff3d3(0x16d),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a78_0x3ff3d3(0x166),'FRAMEWORKS':a78_0x44accd};