browserstack-node-sdk 1.33.0 → 1.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a62_0x5505(){const _0x128754=['debugLoggerFile','name','createLogger','228yZhKjf','transports','9423708PbdFLC','timestamp','debug','Console','path','73dujuuc','59076zMioDX','loggerFile','tmpdir','/usage-debug.log','level','5603479MBqHFC','log','30876iauZhD','printf','loggerConsole','format','8FfrRUi','2095119EteYTS','44jFPfQo','fileLogger','7865440NvggCA','8491180aeMkUA','YYYY-MM-DD\x20HH:mm:ss','join','mkdirSync','File'];a62_0x5505=function(){return _0x128754;};return a62_0x5505();}const a62_0x4a5a2e=a62_0x11e3;(function(_0x531b08,_0x3f28ca){const _0xd69a1c=a62_0x11e3,_0x3ad15c=_0x531b08();while(!![]){try{const _0xeb1551=-parseInt(_0xd69a1c(0x140))/0x1*(parseInt(_0xd69a1c(0x148))/0x2)+-parseInt(_0xd69a1c(0x159))/0x3*(-parseInt(_0xd69a1c(0x141))/0x4)+-parseInt(_0xd69a1c(0x150))/0x5+-parseInt(_0xd69a1c(0x15b))/0x6+parseInt(_0xd69a1c(0x146))/0x7*(parseInt(_0xd69a1c(0x14c))/0x8)+-parseInt(_0xd69a1c(0x14d))/0x9+parseInt(_0xd69a1c(0x151))/0xa*(parseInt(_0xd69a1c(0x14e))/0xb);if(_0xeb1551===_0x3f28ca)break;else _0x3ad15c['push'](_0x3ad15c['shift']());}catch(_0x504c6c){_0x3ad15c['push'](_0x3ad15c['shift']());}}}(a62_0x5505,0xc7346));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require(a62_0x4a5a2e(0x13f)),logDir=a62_0x4a5a2e(0x147);!fs['existsSync'](logDir)&&fs[a62_0x4a5a2e(0x154)](logDir);const a62_0x49dea7={};a62_0x49dea7[a62_0x4a5a2e(0x157)]='console.info';const transports={'loggerConsole':new winston['transports'][(a62_0x4a5a2e(0x13e))](a62_0x49dea7),'loggerFile':new winston[(a62_0x4a5a2e(0x15a))][(a62_0x4a5a2e(0x155))]({'filename':path['join'](logDir,'/usage.log')}),'debugLoggerFile':new winston[(a62_0x4a5a2e(0x15a))]['File']({'filename':path[a62_0x4a5a2e(0x153)](os[a62_0x4a5a2e(0x143)](),a62_0x4a5a2e(0x144)),'level':a62_0x4a5a2e(0x13d)})},a62_0x59b261={};a62_0x59b261[a62_0x4a5a2e(0x14b)]=a62_0x4a5a2e(0x152);function a62_0x11e3(_0x175c21,_0x58d99a){const _0x550591=a62_0x5505();return a62_0x11e3=function(_0x11e36c,_0xb2bb10){_0x11e36c=_0x11e36c-0x13d;let _0x326e45=_0x550591[_0x11e36c];return _0x326e45;},a62_0x11e3(_0x175c21,_0x58d99a);}const a62_0x1b330f={};a62_0x1b330f['level']=!![];const winstonLoggerParams={'format':winston[a62_0x4a5a2e(0x14b)]['combine'](winston[a62_0x4a5a2e(0x14b)][a62_0x4a5a2e(0x15c)](a62_0x59b261),winston[a62_0x4a5a2e(0x14b)]['colorize'](a62_0x1b330f),winston[a62_0x4a5a2e(0x14b)][a62_0x4a5a2e(0x149)](_0xcd9789=>_0xcd9789[a62_0x4a5a2e(0x15c)]+'\x20-\x20'+_0xcd9789[a62_0x4a5a2e(0x145)]+':\x20'+_0xcd9789['message'])),'transports':[transports[a62_0x4a5a2e(0x14a)],transports['loggerFile'],transports[a62_0x4a5a2e(0x156)]]},a62_0x3d2be3={};a62_0x3d2be3[a62_0x4a5a2e(0x15a)]=[transports[a62_0x4a5a2e(0x142)]];const winstonFileLoggerParams=a62_0x3d2be3;exports['winstonLogger']=new winston[(a62_0x4a5a2e(0x158))](winstonLoggerParams),exports[a62_0x4a5a2e(0x14f)]=new winston[(a62_0x4a5a2e(0x158))](winstonFileLoggerParams),exports['logDir']=logDir,exports['transports']=transports;
1
+ const a62_0x151c23=a62_0x2d8c;(function(_0x4c854e,_0x349b28){const _0x29c24d=a62_0x2d8c,_0x425ec3=_0x4c854e();while(!![]){try{const _0x44e01e=parseInt(_0x29c24d(0x107))/0x1*(parseInt(_0x29c24d(0x110))/0x2)+parseInt(_0x29c24d(0x111))/0x3+-parseInt(_0x29c24d(0x118))/0x4*(-parseInt(_0x29c24d(0x103))/0x5)+-parseInt(_0x29c24d(0x104))/0x6*(parseInt(_0x29c24d(0xfc))/0x7)+-parseInt(_0x29c24d(0x11b))/0x8*(parseInt(_0x29c24d(0x10c))/0x9)+parseInt(_0x29c24d(0x11d))/0xa+-parseInt(_0x29c24d(0x11a))/0xb*(parseInt(_0x29c24d(0x117))/0xc);if(_0x44e01e===_0x349b28)break;else _0x425ec3['push'](_0x425ec3['shift']());}catch(_0x19fd2b){_0x425ec3['push'](_0x425ec3['shift']());}}}(a62_0x4146,0x31fbf));const winston=require(a62_0x151c23(0x10e)),os=require('os'),fs=require('fs'),path=require(a62_0x151c23(0x114)),logDir=a62_0x151c23(0x10a);!fs['existsSync'](logDir)&&fs[a62_0x151c23(0x115)](logDir);const a62_0x11cb1c={};a62_0x11cb1c[a62_0x151c23(0x106)]=a62_0x151c23(0x105);const transports={'loggerConsole':new winston[(a62_0x151c23(0xfd))][(a62_0x151c23(0x109))](a62_0x11cb1c),'loggerFile':new winston[(a62_0x151c23(0xfd))]['File']({'filename':path['join'](logDir,'/usage.log')}),'debugLoggerFile':new winston['transports']['File']({'filename':path[a62_0x151c23(0x102)](os[a62_0x151c23(0xff)](),a62_0x151c23(0x10b)),'level':'debug'})},a62_0xb07983={};a62_0xb07983[a62_0x151c23(0x10d)]=a62_0x151c23(0x108);const a62_0x1a97e7={};a62_0x1a97e7[a62_0x151c23(0xfe)]=!![];const winstonLoggerParams={'format':winston[a62_0x151c23(0x10d)][a62_0x151c23(0x116)](winston[a62_0x151c23(0x10d)][a62_0x151c23(0x119)](a62_0xb07983),winston['format'][a62_0x151c23(0x113)](a62_0x1a97e7),winston[a62_0x151c23(0x10d)][a62_0x151c23(0xfb)](_0x3b5dea=>_0x3b5dea[a62_0x151c23(0x119)]+'\x20-\x20'+_0x3b5dea[a62_0x151c23(0xfe)]+':\x20'+_0x3b5dea['message'])),'transports':[transports['loggerConsole'],transports[a62_0x151c23(0x10f)],transports[a62_0x151c23(0x11c)]]},a62_0x19a5e3={};function a62_0x4146(){const _0x5314b6=['408894DqeWPc','createLogger','colorize','path','mkdirSync','combine','9888WYzxBk','624056tNSOjM','timestamp','3982TnsQBS','136ISiBXi','debugLoggerFile','233730Ijcyvp','printf','1415386cTmYiN','transports','level','tmpdir','winstonLogger','logDir','join','5BLHMxN','6bnTgKJ','console.info','name','1bBLmgD','YYYY-MM-DD\x20HH:mm:ss','Console','log','/usage-debug.log','9405iMzsdN','format','winston','loggerFile','814602UZnRon'];a62_0x4146=function(){return _0x5314b6;};return a62_0x4146();}function a62_0x2d8c(_0x2d0422,_0x55613f){const _0x41466b=a62_0x4146();return a62_0x2d8c=function(_0x2d8c7e,_0x11a285){_0x2d8c7e=_0x2d8c7e-0xfb;let _0x19b1e1=_0x41466b[_0x2d8c7e];return _0x19b1e1;},a62_0x2d8c(_0x2d0422,_0x55613f);}a62_0x19a5e3['transports']=[transports[a62_0x151c23(0x10f)]];const winstonFileLoggerParams=a62_0x19a5e3;exports[a62_0x151c23(0x100)]=new winston[(a62_0x151c23(0x112))](winstonLoggerParams),exports['fileLogger']=new winston[(a62_0x151c23(0x112))](winstonFileLoggerParams),exports[a62_0x151c23(0x101)]=logDir,exports[a62_0x151c23(0xfd)]=transports;
@@ -1 +1 @@
1
- function a63_0x8e59(){var _0x5497c0=['1973626IwTFtB','bs:addLog:','overrideTakeScreenshot','toISOString','overrideQuit','WvmTw','split','61244oZgCgC','12TsqfJl','9006340YYfVyi','IRoVj','takeScreenshot','6651918SSAozj','initQuit','bZtDj','initScreenshot','patchScreenshot','oQnvd','uVbVD','quitCount_','1jeXOhW','ZoSJE','3|1|4|2|0','174mzQiIG','lGuQl','2345gpmtkw','patchQuit','TToyq','quit','5096TiJwjO','160525IyZrCy','21717982yRdQAR','BS_TESTOPS_ALLOW_SCREENSHOTS','TEST_SCREENSHOT','12MRqZqL','sInWB','true','aodoj'];a63_0x8e59=function(){return _0x5497c0;};return a63_0x8e59();}function a63_0x2894(_0xcac0ac,_0x58e0c0){var _0x8e5986=a63_0x8e59();return a63_0x2894=function(_0x289452,_0x1f34e9){_0x289452=_0x289452-0xbc;var _0x4c8f66=_0x8e5986[_0x289452];return _0x4c8f66;},a63_0x2894(_0xcac0ac,_0x58e0c0);}var a63_0x4abb81=a63_0x2894;(function(_0x22bb99,_0x5c4c46){var _0x125330=a63_0x2894,_0x464cba=_0x22bb99();while(!![]){try{var _0x2dd66f=parseInt(_0x125330(0xca))/0x1*(parseInt(_0x125330(0xdc))/0x2)+parseInt(_0x125330(0xbe))/0x3*(-parseInt(_0x125330(0xbd))/0x4)+parseInt(_0x125330(0xd4))/0x5*(-parseInt(_0x125330(0xcd))/0x6)+parseInt(_0x125330(0xcf))/0x7*(parseInt(_0x125330(0xd3))/0x8)+-parseInt(_0x125330(0xc2))/0x9+-parseInt(_0x125330(0xbf))/0xa+parseInt(_0x125330(0xd5))/0xb*(parseInt(_0x125330(0xd8))/0xc);if(_0x2dd66f===_0x5c4c46)break;else _0x464cba['push'](_0x464cba['shift']());}catch(_0x473e6e){_0x464cba['push'](_0x464cba['shift']());}}}(a63_0x8e59,0x84751),exports[a63_0x4abb81(0xde)]=_0x1a4704=>{var _0x9c433c=a63_0x4abb81,_0x487d6a={'TQrNc':'3|2|5|1|0|4','bZtDj':function(_0x353eed,_0x26eb3d){return _0x353eed!==_0x26eb3d;},'MseQq':_0x9c433c(0xda),'sInWB':_0x9c433c(0xd7),'LGBXN':function(_0x2127bb,_0x291e46){return _0x2127bb(_0x291e46);}},_0x3e48c3=_0x487d6a['TQrNc'][_0x9c433c(0xbc)]('|'),_0x3e0849=0x0;while(!![]){switch(_0x3e48c3[_0x3e0849++]){case'0':_0x1a4704[_0x9c433c(0xc5)]=_0x1a4704[_0x9c433c(0xc1)];continue;case'1':_0x1a4704[_0x9c433c(0xc6)]=!![];continue;case'2':if(_0x487d6a[_0x9c433c(0xc4)](process['env'][_0x9c433c(0xd6)],_0x487d6a['MseQq']))return;continue;case'3':var _0x52c551={'WvmTw':_0x487d6a[_0x9c433c(0xd9)],'IRoVj':function(_0x241aec,_0x28d26e){return _0x487d6a['LGBXN'](_0x241aec,_0x28d26e);}};continue;case'4':_0x1a4704[_0x9c433c(0xc1)]=()=>{return new Promise(function(_0x2455ad,_0x2efebf){var _0x1d3df4=a63_0x2894,_0x3d326c={'aodoj':_0x52c551[_0x1d3df4(0xe1)],'lGuQl':function(_0x358b41,_0x5bd0e0){var _0x8682dc=_0x1d3df4;return _0x52c551[_0x8682dc(0xc0)](_0x358b41,_0x5bd0e0);}};_0x1a4704[_0x1d3df4(0xc5)]()['then'](_0xcda6b9=>{var _0x3a8028=_0x1d3df4;process['emit'](_0x3a8028(0xdd)+process['pid'],{'timestamp':new Date()[_0x3a8028(0xdf)](),'message':_0xcda6b9,'kind':_0x3d326c[_0x3a8028(0xdb)]}),_0x3d326c[_0x3a8028(0xce)](_0x2455ad,_0xcda6b9);});});};continue;case'5':if(_0x1a4704[_0x9c433c(0xc6)])return;continue;}break;}},exports[a63_0x4abb81(0xe0)]=(_0x4ef3b0,_0x549064=null)=>{var _0x12d2b6=a63_0x4abb81,_0xf3f65a={'ZoSJE':_0x12d2b6(0xcc),'MMwsx':function(_0xd9c3e3){return _0xd9c3e3();},'oQnvd':function(_0x3b4100,_0x37e1b2){return _0x3b4100>_0x37e1b2;}},_0x25d195=_0xf3f65a[_0x12d2b6(0xcb)]['split']('|'),_0x340878=0x0;while(!![]){switch(_0x25d195[_0x340878++]){case'0':_0x4ef3b0[_0x12d2b6(0xd2)]=()=>{var _0x342d77=_0x12d2b6;if(_0x549064){_0x549064[_0x342d77(0xc9)]+=0x1;if(_0x3924ee['sXDmV'](_0x549064[_0x342d77(0xc9)],0x1))return _0x4ef3b0[_0x342d77(0xc3)]();}else{_0x4ef3b0[_0x342d77(0xc9)]+=0x1;if(_0x3924ee[_0x342d77(0xd1)](_0x4ef3b0[_0x342d77(0xc9)],0x1))return _0x4ef3b0['initQuit']();}return new Promise(function(_0x44b976){var _0x4c13df=_0x342d77;_0x3924ee[_0x4c13df(0xc8)](_0x44b976);});};continue;case'1':if(_0x4ef3b0[_0x12d2b6(0xd0)])return;continue;case'2':_0x4ef3b0['initQuit']=_0x4ef3b0['quit'];continue;case'3':var _0x3924ee={'uVbVD':function(_0x1fb91f){return _0xf3f65a['MMwsx'](_0x1fb91f);},'sXDmV':function(_0x32e86a,_0x3971b2){return _0xf3f65a['oQnvd'](_0x32e86a,_0x3971b2);},'TToyq':function(_0x1099b1,_0x1897aa){var _0x4a8911=_0x12d2b6;return _0xf3f65a[_0x4a8911(0xc7)](_0x1099b1,_0x1897aa);}};continue;case'4':_0x4ef3b0[_0x12d2b6(0xd0)]=!![];continue;}break;}});
1
+ var a63_0x408216=a63_0x372d;(function(_0x57f5e7,_0x15fb01){var _0x3ca6e6=a63_0x372d,_0xe7284d=_0x57f5e7();while(!![]){try{var _0x5a8703=parseInt(_0x3ca6e6(0x1f3))/0x1*(-parseInt(_0x3ca6e6(0x1d8))/0x2)+parseInt(_0x3ca6e6(0x1e3))/0x3*(parseInt(_0x3ca6e6(0x1d4))/0x4)+-parseInt(_0x3ca6e6(0x1f7))/0x5*(-parseInt(_0x3ca6e6(0x1fd))/0x6)+parseInt(_0x3ca6e6(0x1d5))/0x7*(parseInt(_0x3ca6e6(0x1ec))/0x8)+parseInt(_0x3ca6e6(0x1e0))/0x9+parseInt(_0x3ca6e6(0x1e5))/0xa+parseInt(_0x3ca6e6(0x1fc))/0xb*(-parseInt(_0x3ca6e6(0x1f6))/0xc);if(_0x5a8703===_0x15fb01)break;else _0xe7284d['push'](_0xe7284d['shift']());}catch(_0x2e592b){_0xe7284d['push'](_0xe7284d['shift']());}}}(a63_0x1f50,0xd5901),exports['overrideTakeScreenshot']=_0x5417a6=>{var _0x360ce0=a63_0x372d,_0x5879f2={'pnDry':_0x360ce0(0x1dd),'dMzro':_0x360ce0(0x1d9),'RexKK':function(_0x130192,_0x4590b5){return _0x130192(_0x4590b5);},'WmZAD':function(_0x27e67f,_0x341300){return _0x27e67f!==_0x341300;},'iCvee':_0x360ce0(0x1dc)},_0x2a79e2=_0x5879f2[_0x360ce0(0x1d7)][_0x360ce0(0x1df)]('|'),_0x1d3560=0x0;while(!![]){switch(_0x2a79e2[_0x1d3560++]){case'0':var _0x49aa35={'NezmA':_0x5879f2[_0x360ce0(0x1fe)],'Dzuzw':function(_0x482509,_0x37e9ea){return _0x5879f2['RexKK'](_0x482509,_0x37e9ea);}};continue;case'1':if(_0x5879f2[_0x360ce0(0x1f0)](process[_0x360ce0(0x1f2)][_0x360ce0(0x1f4)],_0x5879f2[_0x360ce0(0x1f8)]))return;continue;case'2':_0x5417a6[_0x360ce0(0x1eb)]=_0x5417a6[_0x360ce0(0x1fb)];continue;case'3':_0x5417a6[_0x360ce0(0x1e6)]=!![];continue;case'4':if(_0x5417a6[_0x360ce0(0x1e6)])return;continue;case'5':_0x5417a6[_0x360ce0(0x1fb)]=()=>{var _0x273967=_0x360ce0,_0x4cf4a3={'qvtrl':_0x49aa35[_0x273967(0x1e7)],'fmBuE':function(_0x41a892,_0x354187){var _0x5224ce=_0x273967;return _0x49aa35[_0x5224ce(0x1ea)](_0x41a892,_0x354187);}};return new Promise(function(_0x287092,_0x111f4e){var _0x10b67e=_0x273967,_0x139cfa={'xUrjp':_0x4cf4a3[_0x10b67e(0x1db)],'zNPDP':function(_0x187d0c,_0xd76a91){var _0x52b625=_0x10b67e;return _0x4cf4a3[_0x52b625(0x1e8)](_0x187d0c,_0xd76a91);}};_0x5417a6['initScreenshot']()[_0x10b67e(0x1ef)](_0x15f8b8=>{var _0x1802fc=_0x10b67e;process['emit'](_0x1802fc(0x1f5)+process['pid'],{'timestamp':new Date()[_0x1802fc(0x1de)](),'message':_0x15f8b8,'kind':_0x139cfa[_0x1802fc(0x1e2)]}),_0x139cfa['zNPDP'](_0x287092,_0x15f8b8);});});};continue;}break;}},exports[a63_0x408216(0x1e9)]=(_0x3639c1,_0x1244a5=null)=>{var _0xff35a4=a63_0x408216,_0x2b0654={'MRlQW':_0xff35a4(0x1f1),'ugKXH':function(_0x1258ac){return _0x1258ac();},'ytZaA':function(_0x16859d,_0xa286f9){return _0x16859d>_0xa286f9;}},_0x171f96=_0x2b0654[_0xff35a4(0x1d6)][_0xff35a4(0x1df)]('|'),_0x45d7cc=0x0;while(!![]){switch(_0x171f96[_0x45d7cc++]){case'0':if(_0x3639c1[_0xff35a4(0x1ee)])return;continue;case'1':_0x3639c1[_0xff35a4(0x1e4)]=()=>{var _0x20fa6f=_0xff35a4,_0x10534a={'hwqjO':function(_0x2624f8){var _0x2948f0=a63_0x372d;return _0x13732d[_0x2948f0(0x1da)](_0x2624f8);}};if(_0x1244a5){_0x1244a5['quitCount_']+=0x1;if(_0x13732d[_0x20fa6f(0x1ed)](_0x1244a5[_0x20fa6f(0x1e1)],0x1))return _0x3639c1['initQuit']();}else{_0x3639c1['quitCount_']+=0x1;if(_0x13732d['MMYLp'](_0x3639c1[_0x20fa6f(0x1e1)],0x1))return _0x3639c1[_0x20fa6f(0x1f9)]();}return new Promise(function(_0x5438c7){_0x10534a['hwqjO'](_0x5438c7);});};continue;case'2':var _0x13732d={'ZCowH':function(_0x118358){return _0x2b0654['ugKXH'](_0x118358);},'MMYLp':function(_0x4d3e07,_0x58f5d8){var _0x3a9d6b=_0xff35a4;return _0x2b0654[_0x3a9d6b(0x1fa)](_0x4d3e07,_0x58f5d8);}};continue;case'3':_0x3639c1['initQuit']=_0x3639c1['quit'];continue;case'4':_0x3639c1[_0xff35a4(0x1ee)]=!![];continue;}break;}});function a63_0x372d(_0x3d5a7e,_0x579d97){var _0x1f50c5=a63_0x1f50();return a63_0x372d=function(_0x372dbc,_0x53d5c2){_0x372dbc=_0x372dbc-0x1d4;var _0x387773=_0x1f50c5[_0x372dbc];return _0x387773;},a63_0x372d(_0x3d5a7e,_0x579d97);}function a63_0x1f50(){var _0x2f82f5=['NezmA','fmBuE','overrideQuit','Dzuzw','initScreenshot','94312rzkHfV','MMYLp','patchQuit','then','WmZAD','2|0|4|3|1','env','174694cMWiQE','BS_TESTOPS_ALLOW_SCREENSHOTS','bs:addLog:','84264GhCiuH','6079605ZJddct','iCvee','initQuit','ytZaA','takeScreenshot','7832fwGVJI','6ScheqO','dMzro','4PCvtfe','280TyXvgr','MRlQW','pnDry','2WurxWF','TEST_SCREENSHOT','ZCowH','qvtrl','true','0|1|4|3|2|5','toISOString','split','15397920gaIOQe','quitCount_','xUrjp','4273644yMgRLB','quit','12262020HXVmka','patchScreenshot'];a63_0x1f50=function(){return _0x2f82f5;};return a63_0x1f50();}
@@ -1 +1 @@
1
- function a64_0x42d0(_0x7a76da,_0xe58e76){const _0x5d3b4b=a64_0x5d3b();return a64_0x42d0=function(_0x42d094,_0x5d0005){_0x42d094=_0x42d094-0x8f;let _0x3c702e=_0x5d3b4b[_0x42d094];return _0x3c702e;},a64_0x42d0(_0x7a76da,_0xe58e76);}const a64_0x2650f3=a64_0x42d0;(function(_0x28c1b2,_0x5bfdc7){const _0x175df2=a64_0x42d0,_0x3d3db4=_0x28c1b2();while(!![]){try{const _0xce56ee=parseInt(_0x175df2(0xac))/0x1*(-parseInt(_0x175df2(0x9d))/0x2)+-parseInt(_0x175df2(0x90))/0x3+-parseInt(_0x175df2(0xb1))/0x4+parseInt(_0x175df2(0xd8))/0x5*(-parseInt(_0x175df2(0xce))/0x6)+-parseInt(_0x175df2(0xda))/0x7+-parseInt(_0x175df2(0xca))/0x8+parseInt(_0x175df2(0xd3))/0x9*(parseInt(_0x175df2(0xcc))/0xa);if(_0xce56ee===_0x5bfdc7)break;else _0x3d3db4['push'](_0x3d3db4['shift']());}catch(_0x525f2a){_0x3d3db4['push'](_0x3d3db4['shift']());}}}(a64_0x5d3b,0xc8d7d));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require('child_process'),helper=require('../helper'),logger=require('../logger')[a64_0x2650f3(0xbc)],{logDir}=require(a64_0x2650f3(0x8f)),testHubConstants=require(a64_0x2650f3(0xb4)),PercyBinary=require(a64_0x2650f3(0xc7));function a64_0x5d3b(){const _0x110fc8=['pipe','tmpdir','VSwPP','GET','Ytwds','46XLLOnI','tqZcG','PZBTb','RAdZT',':start','close','stderr','&type=','bwJVQ','txsIY','token','JByrk','healthcheck','exports','projectName','5793AXjoqC','stop','VGncI','data','exec:stop','6264760uwYUzQ','NeaIe','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','../../helpers/testhub/constants','app','version','VsIcd','debug','fUVhK','PERCY_SERVER_ADDRESS','jhoEA','winstonLogger','HbfRM','Percy\x20config\x20created\x20at\x20','stdout','BROWSERSTACK_TESTHUB_UUID','percyOptions','app:exec','join','JGMLK','flags','ldJgD','./PercyBinary','ENV_VAR','isProcessRunning','2827312ySjjzB','http://localhost:5338','10AcOyvl','kXRdQ','1734wOeofM','isRunning','fetchPercyToken','uxKuO','stringify','39995829ihDxlZ','writeFile','percy.log','jYdAt','push','8665nadphy','getBinaryPath','880691wlkdfK','hOrrT','error','zPwsc','../logger','2825505kYCLCg','Percy\x20fetch\x20token\x20success','createWriteStream','env','createPercyConfig','percy/healthcheck','AAHtr','XxcSD'];a64_0x5d3b=function(){return _0x110fc8;};return a64_0x5d3b();}class Percy{#logfile=path[a64_0x2650f3(0xc3)](logDir,a64_0x2650f3(0xd5));#address=process[a64_0x2650f3(0x93)][a64_0x2650f3(0xba)]||a64_0x2650f3(0xcb);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x11eb46){const _0x20af51=a64_0x2650f3;this.#config=_0x11eb46,!!_0x11eb46[_0x20af51(0xb5)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x484bb8=a64_0x2650f3;if(!this.#binaryPath){const _0x1417c9=new PercyBinary();this.#binaryPath=await _0x1417c9[_0x484bb8(0xd9)](this.#config);}return this.#binaryPath;}async #sleep(_0x5aabed){return new Promise(_0x3fe8c4=>setTimeout(_0x3fe8c4,_0x5aabed));}async['healthcheck'](){const _0x3c58aa=a64_0x2650f3,_0x8a2f2a={};_0x8a2f2a[_0x3c58aa(0x96)]=_0x3c58aa(0x9b),_0x8a2f2a['JGMLK']=_0x3c58aa(0x95);const _0x38f576=_0x8a2f2a;try{const _0x53e1cd=await helper['nodeRequest'](_0x38f576[_0x3c58aa(0x96)],_0x38f576[_0x3c58aa(0xc4)],null,null,this.#address);if(_0x53e1cd)return!![];}catch(_0x598354){return![];}}async['start'](){const _0x45a554=a64_0x2650f3,_0x26e255={'ldJgD':_0x45a554(0xc2),'tqZcG':'exec','kXRdQ':function(_0x3a52ef,_0x2c26d6,_0xcf5a87,_0x41226d){return _0x3a52ef(_0x2c26d6,_0xcf5a87,_0x41226d);},'VGncI':_0x45a554(0xa2),'HbfRM':'Percy\x20healthcheck\x20successful'},_0x4f8de4=await this.#getBinaryPath(),_0x543908={};_0x543908[_0x45a554(0xc5)]='a';const _0x5870df=fs[_0x45a554(0x92)](this.#logfile,_0x543908),_0x10d0a4=await this[_0x45a554(0xd0)](),_0x207893=await this[_0x45a554(0x94)]();if(!_0x10d0a4)return![];const _0x1607d6=[(this.#isApp?_0x26e255[_0x45a554(0xc6)]:_0x26e255[_0x45a554(0x9e)])+_0x45a554(0xa1)];_0x207893&&_0x1607d6[_0x45a554(0xd7)]('-c',_0x207893);this.#proc=_0x26e255[_0x45a554(0xcd)](spawn,_0x4f8de4,_0x1607d6,{'env':Object['assign'](process['env'],{'PERCY_TOKEN':_0x10d0a4,'TH_BUILD_UUID':process[_0x45a554(0x93)][testHubConstants[_0x45a554(0xc8)][_0x45a554(0xc0)]]})}),this.#proc[_0x45a554(0xbf)][_0x45a554(0x98)](_0x5870df),this.#proc[_0x45a554(0xa3)][_0x45a554(0x98)](_0x5870df),this['isProcessRunning']=!![];var _0x22719b=this;this.#proc['on'](_0x26e255[_0x45a554(0xae)],function(_0x7e913a){const _0x4fedca=_0x45a554;_0x22719b[_0x4fedca(0xc9)]=![];});do{const _0x183fa3=await this[_0x45a554(0xa9)]();if(_0x183fa3)return logger[_0x45a554(0xb8)](_0x26e255[_0x45a554(0xbd)]),!![];await this.#sleep(0x3e8);}while(this[_0x45a554(0xc9)]);return![];}async[a64_0x2650f3(0xad)](){const _0x51aa1c=a64_0x2650f3,_0xa252d8={'zPwsc':function(_0x42490,_0xbffb72){return _0x42490(_0xbffb72);},'txsIY':function(_0x389145,_0xb8cb43,_0xc1da0e){return _0x389145(_0xb8cb43,_0xc1da0e);},'hOrrT':_0x51aa1c(0xb0),'jhoEA':_0x51aa1c(0xa2)},_0x192dae=await this.#getBinaryPath();return new Promise((_0x2bc2b4,_0x1c18e2)=>{const _0x376903=_0x51aa1c,_0x1a4d8f={'NeaIe':function(_0x7f9af2,_0x5baccc){const _0x3288f0=a64_0x42d0;return _0xa252d8[_0x3288f0(0xdd)](_0x7f9af2,_0x5baccc);}},_0x57cb11=_0xa252d8[_0x376903(0xa6)](spawn,_0x192dae,[_0xa252d8[_0x376903(0xdb)]]);_0x57cb11['on'](_0xa252d8[_0x376903(0xbb)],_0x2e94c9=>{const _0x217758=_0x376903;this['isProcessRunning']=![],_0x1a4d8f[_0x217758(0xb2)](_0x2bc2b4,_0x2e94c9);});});}[a64_0x2650f3(0xcf)](){const _0x3740a3=a64_0x2650f3;return this[_0x3740a3(0xc9)];}async[a64_0x2650f3(0xd0)](){const _0x1632dd=a64_0x2650f3,_0x1ca72c={};_0x1ca72c[_0x1632dd(0xd1)]='app',_0x1ca72c['RAdZT']='automate',_0x1ca72c[_0x1632dd(0x9a)]=_0x1632dd(0x9b),_0x1ca72c[_0x1632dd(0xa8)]=_0x1632dd(0x91);const _0x55b37b=_0x1ca72c,_0x33774a=this.#config[_0x1632dd(0xab)];try{const _0x4e08aa=this.#isApp?_0x55b37b[_0x1632dd(0xd1)]:_0x55b37b[_0x1632dd(0xa0)],_0x1d218a=await helper['nodeRequest'](_0x55b37b['VSwPP'],'api/app_percy/get_project_token?name='+_0x33774a+_0x1632dd(0xa4)+_0x4e08aa,{},this.#config),_0x458d81=_0x1d218a[_0x1632dd(0xaf)];return logger[_0x1632dd(0xb8)](_0x55b37b[_0x1632dd(0xa8)]),_0x458d81[_0x1632dd(0xa7)];}catch(_0xf5455a){return logger[_0x1632dd(0xdc)](_0x1632dd(0xb3)+_0xf5455a),null;}}async[a64_0x2650f3(0x94)](){const _0x273e22=a64_0x2650f3,_0x3628cc={'jYdAt':function(_0x377010,_0x18b07a){return _0x377010(_0x18b07a);},'bwJVQ':function(_0x267142,_0x455c64){return _0x267142+_0x455c64;},'XxcSD':_0x273e22(0xbe),'Ytwds':'percy.json'};if(!this.#config[_0x273e22(0xc1)])return null;const _0x13d845=path['join'](os[_0x273e22(0x99)](),_0x3628cc[_0x273e22(0x9c)]),_0xc8c058=this.#config[_0x273e22(0xc1)];return!_0xc8c058[_0x273e22(0xb6)]&&(_0xc8c058[_0x273e22(0xb6)]='2'),new Promise((_0x380506,_0x5a4cf3)=>{const _0x1f1c70=_0x273e22,_0x23ae3c={'PZBTb':function(_0x992abb,_0x343867){const _0x41a463=a64_0x42d0;return _0x3628cc[_0x41a463(0xd6)](_0x992abb,_0x343867);},'VsIcd':function(_0x20daeb,_0x543748){const _0x4ed9be=a64_0x42d0;return _0x3628cc[_0x4ed9be(0xa5)](_0x20daeb,_0x543748);},'fUVhK':_0x3628cc[_0x1f1c70(0x97)]};fs[_0x1f1c70(0xd4)](_0x13d845,JSON[_0x1f1c70(0xd2)](_0xc8c058),_0x45b5e4=>{const _0x3147a5=_0x1f1c70;_0x45b5e4&&(logger['error']('Error\x20creating\x20percy\x20config:\x20'+_0x45b5e4),_0x23ae3c[_0x3147a5(0x9f)](_0x380506,null)),logger['debug'](_0x23ae3c[_0x3147a5(0xb7)](_0x23ae3c[_0x3147a5(0xb9)],_0x13d845)),_0x23ae3c[_0x3147a5(0x9f)](_0x380506,_0x13d845);});});}}module[a64_0x2650f3(0xaa)]=Percy;
1
+ const a64_0x234b1d=a64_0x27ee;(function(_0x14326d,_0x1608d6){const _0x26c1c5=a64_0x27ee,_0x2bc11b=_0x14326d();while(!![]){try{const _0x439f20=parseInt(_0x26c1c5(0x14d))/0x1+-parseInt(_0x26c1c5(0x15d))/0x2+parseInt(_0x26c1c5(0x172))/0x3*(-parseInt(_0x26c1c5(0x148))/0x4)+-parseInt(_0x26c1c5(0x159))/0x5*(-parseInt(_0x26c1c5(0x167))/0x6)+parseInt(_0x26c1c5(0x184))/0x7*(-parseInt(_0x26c1c5(0x14e))/0x8)+parseInt(_0x26c1c5(0x155))/0x9*(parseInt(_0x26c1c5(0x171))/0xa)+parseInt(_0x26c1c5(0x177))/0xb;if(_0x439f20===_0x1608d6)break;else _0x2bc11b['push'](_0x2bc11b['shift']());}catch(_0x51ce8b){_0x2bc11b['push'](_0x2bc11b['shift']());}}}(a64_0x57f4,0x99c0f));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a64_0x234b1d(0x15f)),helper=require(a64_0x234b1d(0x16c)),logger=require(a64_0x234b1d(0x183))[a64_0x234b1d(0x151)],{logDir}=require('../logger'),testHubConstants=require(a64_0x234b1d(0x178)),PercyBinary=require(a64_0x234b1d(0x15c));function a64_0x27ee(_0x2e7279,_0xe9fe5e){const _0x57f4f5=a64_0x57f4();return a64_0x27ee=function(_0x27eeca,_0xebd442){_0x27eeca=_0x27eeca-0x142;let _0x306731=_0x57f4f5[_0x27eeca];return _0x306731;},a64_0x27ee(_0x2e7279,_0xe9fe5e);}class Percy{#logfile=path[a64_0x234b1d(0x18d)](logDir,'percy.log');#address=process['env'][a64_0x234b1d(0x156)]||a64_0x234b1d(0x179);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x234b1d(0x149)]=![];constructor(_0x5c875c){const _0x45a626=a64_0x234b1d;this.#config=_0x5c875c,!!_0x5c875c[_0x45a626(0x173)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x4daa96=new PercyBinary();this.#binaryPath=await _0x4daa96['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x3493ff){return new Promise(_0x1f531a=>setTimeout(_0x1f531a,_0x3493ff));}async[a64_0x234b1d(0x189)](){const _0x160f7f=a64_0x234b1d,_0x24ac1b={};_0x24ac1b[_0x160f7f(0x186)]='GET',_0x24ac1b[_0x160f7f(0x153)]=_0x160f7f(0x15e);const _0x2d05bd=_0x24ac1b;try{const _0x4491a9=await helper[_0x160f7f(0x18c)](_0x2d05bd[_0x160f7f(0x186)],_0x2d05bd[_0x160f7f(0x153)],null,null,this.#address);if(_0x4491a9)return!![];}catch(_0x365728){return![];}}async['start'](){const _0x3b40e0=a64_0x234b1d,_0x5d5fdd={'JjMtz':_0x3b40e0(0x146),'TYUuA':'exec','NdYin':function(_0x34a286,_0x1af10f,_0x363ce9,_0x471711){return _0x34a286(_0x1af10f,_0x363ce9,_0x471711);},'PKRza':'close','pVgZb':_0x3b40e0(0x180)},_0x5737fc=await this.#getBinaryPath(),_0x770c87={};_0x770c87[_0x3b40e0(0x17b)]='a';const _0x47daab=fs[_0x3b40e0(0x18e)](this.#logfile,_0x770c87),_0x486984=await this['fetchPercyToken'](),_0x1ee69f=await this[_0x3b40e0(0x16e)]();if(!_0x486984)return![];const _0x1eb44d=[(this.#isApp?_0x5d5fdd[_0x3b40e0(0x147)]:_0x5d5fdd[_0x3b40e0(0x18b)])+_0x3b40e0(0x152)];_0x1ee69f&&_0x1eb44d[_0x3b40e0(0x154)]('-c',_0x1ee69f);this.#proc=_0x5d5fdd['NdYin'](spawn,_0x5737fc,_0x1eb44d,{'env':Object['assign'](process[_0x3b40e0(0x16a)],{'PERCY_TOKEN':_0x486984,'TH_BUILD_UUID':process[_0x3b40e0(0x16a)][testHubConstants[_0x3b40e0(0x17a)][_0x3b40e0(0x15a)]]})}),this.#proc[_0x3b40e0(0x143)][_0x3b40e0(0x17c)](_0x47daab),this.#proc['stderr'][_0x3b40e0(0x17c)](_0x47daab),this[_0x3b40e0(0x149)]=!![];var _0x50e0f7=this;this.#proc['on'](_0x5d5fdd[_0x3b40e0(0x157)],function(_0x25270c){const _0x3161d6=_0x3b40e0;_0x50e0f7[_0x3161d6(0x149)]=![];});do{const _0x1f182d=await this[_0x3b40e0(0x189)]();if(_0x1f182d)return logger[_0x3b40e0(0x166)](_0x5d5fdd[_0x3b40e0(0x142)]),!![];await this.#sleep(0x3e8);}while(this[_0x3b40e0(0x149)]);return![];}async[a64_0x234b1d(0x17f)](){const _0x1fa4c7={'kkttz':function(_0x2acf3e,_0x4cb3c4){return _0x2acf3e(_0x4cb3c4);},'zTXVE':function(_0x4e3e10,_0x3610ea,_0x489f27){return _0x4e3e10(_0x3610ea,_0x489f27);},'ywzPU':'exec:stop','gFNxx':'close'},_0x406c80=await this.#getBinaryPath();return new Promise((_0x2963fc,_0x5b66bb)=>{const _0x10b5e7=a64_0x27ee,_0x573a5f={'dIFuO':function(_0x321604,_0x171768){const _0x4cbc6d=a64_0x27ee;return _0x1fa4c7[_0x4cbc6d(0x17e)](_0x321604,_0x171768);}},_0x18fe02=_0x1fa4c7[_0x10b5e7(0x162)](spawn,_0x406c80,[_0x1fa4c7[_0x10b5e7(0x163)]]);_0x18fe02['on'](_0x1fa4c7[_0x10b5e7(0x164)],_0x3ba0bc=>{const _0x571d40=_0x10b5e7;this[_0x571d40(0x149)]=![],_0x573a5f[_0x571d40(0x182)](_0x2963fc,_0x3ba0bc);});});}[a64_0x234b1d(0x169)](){return this['isProcessRunning'];}async[a64_0x234b1d(0x14f)](){const _0x21efb0=a64_0x234b1d,_0x5f406a={};_0x5f406a[_0x21efb0(0x165)]=_0x21efb0(0x173),_0x5f406a[_0x21efb0(0x17d)]=_0x21efb0(0x158),_0x5f406a['PvOSn']=_0x21efb0(0x18f),_0x5f406a[_0x21efb0(0x14a)]=_0x21efb0(0x168);const _0x865d96=_0x5f406a,_0x58632e=this.#config[_0x21efb0(0x161)];try{const _0x49c968=this.#isApp?_0x865d96[_0x21efb0(0x165)]:_0x865d96[_0x21efb0(0x17d)],_0x2ab13c=await helper[_0x21efb0(0x18c)](_0x865d96[_0x21efb0(0x150)],_0x21efb0(0x145)+_0x58632e+_0x21efb0(0x18a)+_0x49c968,{},this.#config),_0x555d06=_0x2ab13c[_0x21efb0(0x181)];return logger[_0x21efb0(0x166)](_0x865d96['lcFAN']),_0x555d06[_0x21efb0(0x16f)];}catch(_0x49db27){return logger['error']('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x49db27),null;}}async[a64_0x234b1d(0x16e)](){const _0xdbc022=a64_0x234b1d,_0x5c52f6={'pfeeX':function(_0x26a85c,_0x11d08){return _0x26a85c(_0x11d08);},'ejhEK':function(_0x525e1d,_0x2b20f4){return _0x525e1d+_0x2b20f4;},'Szafu':_0xdbc022(0x160),'CHgWc':'percy.json'};if(!this.#config[_0xdbc022(0x187)])return null;const _0x27605b=path['join'](os[_0xdbc022(0x170)](),_0x5c52f6[_0xdbc022(0x175)]),_0x9eee4a=this.#config[_0xdbc022(0x187)];return!_0x9eee4a[_0xdbc022(0x15b)]&&(_0x9eee4a[_0xdbc022(0x15b)]='2'),new Promise((_0x18d962,_0x26f36c)=>{const _0x14d7fa=_0xdbc022,_0x1a81e6={'hnxEX':function(_0x1fcac6,_0xe50b28){const _0x18f082=a64_0x27ee;return _0x5c52f6[_0x18f082(0x16d)](_0x1fcac6,_0xe50b28);},'KelZU':function(_0x1199f1,_0x539d96){const _0x30457e=a64_0x27ee;return _0x5c52f6[_0x30457e(0x176)](_0x1199f1,_0x539d96);},'MiAnr':_0x5c52f6[_0x14d7fa(0x174)]};fs[_0x14d7fa(0x185)](_0x27605b,JSON[_0x14d7fa(0x14b)](_0x9eee4a),_0x5d4500=>{const _0x3ee71e=_0x14d7fa;_0x5d4500&&(logger[_0x3ee71e(0x188)](_0x3ee71e(0x14c)+_0x5d4500),_0x1a81e6['hnxEX'](_0x18d962,null)),logger[_0x3ee71e(0x166)](_0x1a81e6['KelZU'](_0x1a81e6[_0x3ee71e(0x144)],_0x27605b)),_0x1a81e6[_0x3ee71e(0x16b)](_0x18d962,_0x27605b);});});}}function a64_0x57f4(){const _0x51c979=['TYUuA','nodeRequest','join','createWriteStream','GET','pVgZb','stdout','MiAnr','api/app_percy/get_project_token?name=','app:exec','JjMtz','5748tKQUkb','isProcessRunning','lcFAN','stringify','Error\x20creating\x20percy\x20config:\x20','1196594PXrpoi','8JGwGus','fetchPercyToken','PvOSn','winstonLogger',':start','WmWlF','push','6064983jHhyYN','PERCY_SERVER_ADDRESS','PKRza','automate','5221955COElvX','BROWSERSTACK_TESTHUB_UUID','version','./PercyBinary','2250236JRZdmJ','percy/healthcheck','child_process','Percy\x20config\x20created\x20at\x20','projectName','zTXVE','ywzPU','gFNxx','RxRwm','debug','6WRKynw','Percy\x20fetch\x20token\x20success','isRunning','env','hnxEX','../helper','pfeeX','createPercyConfig','token','tmpdir','10ItIqoF','2205AzVoxQ','app','Szafu','CHgWc','ejhEK','11917840rCnQus','../../helpers/testhub/constants','http://localhost:5338','ENV_VAR','flags','pipe','kvHWH','kkttz','stop','Percy\x20healthcheck\x20successful','data','dIFuO','../logger','8310568zAUYrm','writeFile','whbbA','percyOptions','error','healthcheck','&type='];a64_0x57f4=function(){return _0x51c979;};return a64_0x57f4();}module['exports']=Percy;
@@ -1 +1 @@
1
- function a65_0x54da(){const _0x49ed74=['QfCYW','BwQwt','wLtHY','HOMEPATH','close','BAVhT','PkffI','length','mkdirSync','IFmRU','mYAdp','getuid','path','/root','../logger','parse','.browserstack','percy.exe','ebRLe','env','Asjoh','lUVyr','download','fpFoS','iBhGz','R_OK','open','RtDKV','HOME','end','pipe','MnAiq','Incam','QWddu','yKjfA','/home/','--version','AfyVA','chmod','WemVA','LNAME','CVWOU','vFGNZ','join','exports','2661248PNXnOC','child_process','function','QtnJC','tfswr','/Users/','FXylQ','kpRjK','473658RQsBwY','Error\x20trying\x20to\x20download\x20percy\x20binary','follow-redirects','port','UgnLB','/percy-win.zip','RBlNN','test','https-proxy-agent','proxyHost','lazyEntries','proxyPort','abyie','LTLzx','AsVqC','ZLpPJ','1714758OMWffl','tlpYG','USERPROFILE','agent','TMoIK','url','readEntry','host','fileName','BqTQV','nLhlQ','3844600tCFmcJ','JwDLo','TONiI','fjsHJ','dPwoK','USERNAME','YRyQI','readFileSync','zdEko','ZJFaC','accessSync','undefined','LOGNAME','smoTg','match','XIDnX','W_OK','XruEr','XBUzR','validateBinary','1284596tvdnIH','dZAaf','useCaCertificate','cwd','qZWJA','darwin','data','vyDKA','lYEAE','atnOH','531923CNpYUe','error','lAMbb','stdout','X_OK','2259072ZdhoEd','platform','ldaSj','ppkrk','get','entry','gybzA','fEsvV','sUNsZ','createWriteStream','tmpdir','/percy-linux.zip','0755','mcofr'];a65_0x54da=function(){return _0x49ed74;};return a65_0x54da();}const a65_0x203d29=a65_0x10ef;(function(_0x189104,_0x1ad03b){const _0x442849=a65_0x10ef,_0x34bcd4=_0x189104();while(!![]){try{const _0x1db278=-parseInt(_0x442849(0x144))/0x1+parseInt(_0x442849(0xf2))/0x2+-parseInt(_0x442849(0x154))/0x3+parseInt(_0x442849(0x13c))/0x4+parseInt(_0x442849(0x15f))/0x5+-parseInt(_0x442849(0x101))/0x6+-parseInt(_0x442849(0xfc))/0x7;if(_0x1db278===_0x1ad03b)break;else _0x34bcd4['push'](_0x34bcd4['shift']());}catch(_0xb0073){_0x34bcd4['push'](_0x34bcd4['shift']());}}}(a65_0x54da,0x8d4e1));function a65_0x10ef(_0x492bc9,_0x4527c1){const _0x54da64=a65_0x54da();return a65_0x10ef=function(_0x10eff8,_0x2e1362){_0x10eff8=_0x10eff8-0xe1;let _0x32cdf8=_0x54da64[_0x10eff8];return _0x32cdf8;},a65_0x10ef(_0x492bc9,_0x4527c1);}const {https}=require(a65_0x203d29(0x146)),url=require(a65_0x203d29(0x159)),yauzl=require('yauzl'),fs=require('fs'),path=require(a65_0x203d29(0x11b)),os=require('os'),{spawn}=require(a65_0x203d29(0x13d)),HttpsProxyAgent=require(a65_0x203d29(0x14c)),logger=require(a65_0x203d29(0x11d))['winstonLogger'];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a65_0x203d29(0x13a)](this.#homedir(),a65_0x203d29(0x11f)),process[a65_0x203d29(0xf5)](),os[a65_0x203d29(0x10b)]()];constructor(){const _0x328e3f=a65_0x203d29,_0x40defa={};_0x40defa['lUVyr']='https://github.com/percy/cli/releases/latest/download',_0x40defa[_0x328e3f(0xf0)]=function(_0x1d8c67,_0x170606){return _0x1d8c67+_0x170606;},_0x40defa['BwQwt']='/percy-osx.zip',_0x40defa[_0x328e3f(0x150)]=_0x328e3f(0x149),_0x40defa[_0x328e3f(0x109)]=_0x328e3f(0x120),_0x40defa['QWddu']=_0x328e3f(0x10c);const _0x36fb6d=_0x40defa,_0x158ca1=_0x36fb6d[_0x328e3f(0x124)];if(this.#hostOS[_0x328e3f(0xec)](/darwin|mac os/i))this.#httpPath=_0x36fb6d['XBUzR'](_0x158ca1,_0x36fb6d[_0x328e3f(0x110)]);else this.#hostOS[_0x328e3f(0xec)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x36fb6d[_0x328e3f(0xf0)](_0x158ca1,_0x36fb6d[_0x328e3f(0x150)]),this.#binaryName=_0x36fb6d[_0x328e3f(0x109)]):this.#httpPath=_0x36fb6d[_0x328e3f(0xf0)](_0x158ca1,_0x36fb6d[_0x328e3f(0x130)]);}#getAvailableDirs(){const _0x241338=a65_0x203d29,_0x50dfb2={};_0x50dfb2[_0x241338(0x161)]=function(_0x1221d3,_0x401d76){return _0x1221d3<_0x401d76;},_0x50dfb2[_0x241338(0x12a)]=_0x241338(0x145);const _0x1f8e4c=_0x50dfb2;for(var _0x1f7e44=0x0;_0x1f8e4c[_0x241338(0x161)](_0x1f7e44,this.#orderedPaths[_0x241338(0x116)]);_0x1f7e44++){var _0x23a207=this.#orderedPaths[_0x1f7e44];if(this.#makePath(_0x23a207))return _0x23a207;}throw new Error(_0x1f8e4c[_0x241338(0x12a)]);}#makePath(_0x72893f){const _0x35f1a5=a65_0x203d29;try{return!this.#checkPath(_0x72893f)&&fs[_0x35f1a5(0x117)](_0x72893f),!![];}catch{return![];}}#checkPath(_0x55e77f,_0x322248){const _0x278121=a65_0x203d29,_0x5b85f3={};_0x5b85f3[_0x278121(0xf3)]=function(_0x4c7e7c,_0x5e7351){return _0x4c7e7c|_0x5e7351;},_0x5b85f3[_0x278121(0xe2)]=function(_0xb67365,_0x2b7c81){return _0xb67365!==_0x2b7c81;},_0x5b85f3['ebRLe']=_0x278121(0xe9);const _0x98d48b=_0x5b85f3;_0x322248=_0x322248||_0x98d48b[_0x278121(0xf3)](fs[_0x278121(0x128)],fs[_0x278121(0xee)]);try{return fs[_0x278121(0xe8)](_0x55e77f,_0x322248),!![];}catch(_0x20741b){if(_0x98d48b[_0x278121(0xe2)](typeof fs[_0x278121(0xe8)],_0x98d48b[_0x278121(0x121)]))return![];try{return fs['statSync'](_0x55e77f),!![];}catch(_0x5b342a){return![];}}}async['getBinaryPath'](_0x1b22bf){const _0x574107=a65_0x203d29,_0x50f57b={};_0x50f57b[_0x574107(0x111)]='Corrupt\x20percy\x20binary,\x20retrying';const _0x5b954d=_0x50f57b;var _0x162bed=this.#getAvailableDirs(),_0x49cd46=path[_0x574107(0x13a)](_0x162bed,this.#binaryName);if(this.#checkPath(_0x49cd46,fs[_0x574107(0x100)]))return _0x49cd46;const _0x4eb8bb=await this[_0x574107(0x125)](_0x1b22bf,_0x162bed),_0x2e9591=await this[_0x574107(0xf1)](_0x4eb8bb);if(!_0x2e9591)return logger[_0x574107(0xfd)](_0x5b954d[_0x574107(0x111)]),await this[_0x574107(0x125)](_0x1b22bf,_0x162bed);return _0x4eb8bb;}async[a65_0x203d29(0xf1)](_0x28ba04){const _0x46d764=a65_0x203d29,_0x501fc6={'mYAdp':function(_0x251e0,_0x4ca2e3){return _0x251e0(_0x4ca2e3);},'mcofr':function(_0x2291b1,_0x53e9e5,_0x357a0e){return _0x2291b1(_0x53e9e5,_0x357a0e);},'zjWSM':_0x46d764(0x133),'BqTQV':_0x46d764(0xf8),'vFGNZ':'close'},_0x2ec15c=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x6497ef,_0x3bf8ba)=>{const _0x53bdc7=_0x46d764,_0x1d9f9a={'JwDLo':function(_0x369116,_0x65410d){return _0x501fc6['mYAdp'](_0x369116,_0x65410d);}},_0x5591c7=_0x501fc6[_0x53bdc7(0x10e)](spawn,_0x28ba04,[_0x501fc6['zjWSM']]);_0x5591c7[_0x53bdc7(0xff)]['on'](_0x501fc6[_0x53bdc7(0x15d)],_0x59e2c2=>{const _0x2cb56c=_0x53bdc7;_0x2ec15c[_0x2cb56c(0x14b)](_0x59e2c2)&&_0x501fc6[_0x2cb56c(0x119)](_0x6497ef,!![]);}),_0x5591c7['on'](_0x501fc6[_0x53bdc7(0x139)],()=>{const _0x1e8731=_0x53bdc7;_0x1d9f9a[_0x1e8731(0x160)](_0x6497ef,![]);});});}['download'](_0x3790a7,_0x57f7bc){const _0x10109e=a65_0x203d29,_0x268bc6={'XruEr':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','FXylQ':function(_0x42910e,_0x129cc9){return _0x42910e(_0x129cc9);},'XIDnX':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','lAMbb':_0x10109e(0x12c),'mSGvQ':function(_0x4d0165,_0x323a29){return _0x4d0165===_0x323a29;},'huEre':_0x10109e(0x106),'ppkrk':_0x10109e(0xfd),'WnlXK':_0x10109e(0x10d),'ldaSj':'close','zCvsy':'Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','qZWJA':function(_0x1259cb,_0x4f0c62){return _0x1259cb(_0x4f0c62);},'TMoIK':function(_0x4f9c36,_0x586092){return _0x4f9c36+_0x586092;},'Incam':'.zip','lYEAE':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x57f7bc)&&fs[_0x10109e(0x117)](_0x57f7bc);const _0x5e3be8=this.#binaryName,_0x1e9e56=path[_0x10109e(0x13a)](_0x57f7bc,_0x268bc6[_0x10109e(0x158)](_0x5e3be8,_0x268bc6[_0x10109e(0x12f)])),_0x2eb246=path['join'](_0x57f7bc,_0x5e3be8),_0x3b5136=fs['createWriteStream'](_0x1e9e56),_0x5aaede=url[_0x10109e(0x11e)](this.#httpPath);if(_0x3790a7[_0x10109e(0x14d)]&&_0x3790a7[_0x10109e(0x14f)]){const _0x8dda7f={};_0x8dda7f[_0x10109e(0x15b)]=_0x3790a7['proxyHost'],_0x8dda7f[_0x10109e(0x147)]=_0x3790a7[_0x10109e(0x14f)],_0x5aaede[_0x10109e(0x157)]=new HttpsProxyAgent(_0x8dda7f);}if(_0x3790a7[_0x10109e(0xf4)])try{_0x5aaede['ca']=fs[_0x10109e(0xe5)](_0x3790a7[_0x10109e(0xf4)]);}catch(_0x4fa8d9){logger['error'](_0x268bc6[_0x10109e(0xfa)],_0x4fa8d9);}return new Promise((_0x108e23,_0x57edef)=>{const _0x42a7ee=_0x10109e,_0x4defd1={'hqsri':_0x268bc6[_0x42a7ee(0xef)],'kpRjK':function(_0x5133b9,_0x45e842){const _0x6dc431=_0x42a7ee;return _0x268bc6[_0x6dc431(0x142)](_0x5133b9,_0x45e842);},'YRyQI':_0x268bc6[_0x42a7ee(0xed)],'PkffI':_0x268bc6[_0x42a7ee(0xfe)],'MnAiq':function(_0x1f4f14,_0x423dfe){return _0x268bc6['mSGvQ'](_0x1f4f14,_0x423dfe);},'IFmRU':_0x268bc6['huEre'],'AfyVA':_0x268bc6[_0x42a7ee(0x104)],'AsVqC':function(_0x173962,_0x35ef8b){const _0x4ffe08=_0x42a7ee;return _0x268bc6[_0x4ffe08(0x142)](_0x173962,_0x35ef8b);},'UgnLB':_0x268bc6['WnlXK'],'tfswr':_0x268bc6[_0x42a7ee(0x103)],'AKvsu':_0x268bc6['zCvsy'],'vyDKA':function(_0x4344ca,_0x4757f0){const _0x2b3479=_0x42a7ee;return _0x268bc6[_0x2b3479(0xf6)](_0x4344ca,_0x4757f0);}};https[_0x42a7ee(0x105)](_0x5aaede,function(_0x35f009){const _0xcb853a=_0x42a7ee,_0x5a845c={'WemVA':_0x4defd1['hqsri'],'QtnJC':function(_0x210261,_0x33a0e6){const _0xecd4e0=a65_0x10ef;return _0x4defd1[_0xecd4e0(0x143)](_0x210261,_0x33a0e6);},'QfCYW':_0x4defd1[_0xcb853a(0xe4)],'CVWOU':_0x4defd1[_0xcb853a(0x115)],'vdTaZ':function(_0x182104,_0x5719ee){const _0x4392cd=_0xcb853a;return _0x4defd1[_0x4392cd(0x12e)](_0x182104,_0x5719ee);},'LTadv':function(_0x1e826a,_0x29cf6c){const _0x45c0e8=_0xcb853a;return _0x4defd1[_0x45c0e8(0x143)](_0x1e826a,_0x29cf6c);},'coYYc':_0x4defd1[_0xcb853a(0x118)],'nLhlQ':_0x4defd1[_0xcb853a(0x134)],'yKjfA':function(_0x3d8b3b,_0x16b896){const _0x4ebedb=_0xcb853a;return _0x4defd1[_0x4ebedb(0x152)](_0x3d8b3b,_0x16b896);},'fjsHJ':_0x4defd1[_0xcb853a(0x148)]};_0x35f009[_0xcb853a(0x12d)](_0x3b5136),_0x35f009['on'](_0x4defd1['AfyVA'],function(_0x593d20){const _0x2a221e=_0xcb853a;logger[_0x2a221e(0xfd)](_0x5a845c[_0x2a221e(0x136)],_0x593d20),_0x5a845c[_0x2a221e(0x13f)](_0x57edef,_0x593d20);}),_0x3b5136['on'](_0x4defd1['AfyVA'],function(_0x2c9055){const _0x4c06f2=_0xcb853a;logger['error'](_0x5a845c[_0x4c06f2(0x10f)],_0x2c9055),_0x5a845c['QtnJC'](_0x57edef,_0x2c9055);}),_0x3b5136['on'](_0x4defd1[_0xcb853a(0x140)],function(){const _0x46ac8b=_0xcb853a,_0xcb85e4={'RBlNN':function(_0x5c1370,_0x3997d7){const _0x10e0f4=a65_0x10ef;return _0x5a845c[_0x10e0f4(0x13f)](_0x5c1370,_0x3997d7);},'BAVhT':function(_0x5bcfad,_0x11d3c5){const _0x41febb=a65_0x10ef;return _0x5a845c[_0x41febb(0x131)](_0x5bcfad,_0x11d3c5);},'gybzA':_0x5a845c[_0x46ac8b(0xe1)]},_0x187b2d={};_0x187b2d[_0x46ac8b(0x14e)]=!![],yauzl[_0x46ac8b(0x129)](_0x1e9e56,_0x187b2d,function(_0x74b639,_0x30cea3){const _0x261b4d=_0x46ac8b,_0x2fd156={'EidtM':function(_0x3e16b2,_0x2479d4){const _0x4a09a3=a65_0x10ef;return _0x5a845c[_0x4a09a3(0x13f)](_0x3e16b2,_0x2479d4);},'zdEko':_0x5a845c['CVWOU'],'xoROX':function(_0x406b8e,_0x338f95){return _0x5a845c['vdTaZ'](_0x406b8e,_0x338f95);}};_0x74b639&&_0x5a845c['LTadv'](_0x57edef,_0x74b639),_0x30cea3[_0x261b4d(0x15a)](),_0x30cea3['on'](_0x5a845c['coYYc'],_0x24ab18=>{const _0x157af0=_0x261b4d,_0x47a812={'VdQCe':function(_0x4b7f92,_0x4d0eba){return _0x2fd156['EidtM'](_0x4b7f92,_0x4d0eba);},'iBhGz':_0x2fd156[_0x157af0(0xe6)]};if(/\/$/[_0x157af0(0x14b)](_0x24ab18[_0x157af0(0x15c)]))_0x30cea3[_0x157af0(0x15a)]();else{const _0x27c6f3=fs[_0x157af0(0x10a)](path[_0x157af0(0x13a)](_0x57f7bc,_0x24ab18[_0x157af0(0x15c)]));_0x30cea3['openReadStream'](_0x24ab18,function(_0x4c6fa0,_0x863dda){const _0x5858a0=_0x157af0;_0x4c6fa0&&_0x47a812['VdQCe'](_0x57edef,_0x74b639),_0x863dda['on'](_0x47a812[_0x5858a0(0x127)],function(){const _0x36e3b4=_0x5858a0;_0x27c6f3[_0x36e3b4(0x113)](),_0x30cea3['readEntry']();}),_0x863dda[_0x5858a0(0x12d)](_0x27c6f3);}),_0x2fd156['xoROX'](_0x24ab18[_0x157af0(0x15c)],_0x5e3be8)&&_0x30cea3[_0x157af0(0x113)]();}}),_0x30cea3['on'](_0x5a845c[_0x261b4d(0x15e)],_0x5e5066=>{const _0x2e066f=_0x261b4d;_0xcb85e4[_0x2e066f(0x14a)](_0x57edef,_0x5e5066);}),_0x30cea3['once'](_0x5a845c[_0x261b4d(0x138)],()=>{const _0x4fb00b=_0x261b4d,_0x7c6cca={'fJIBS':function(_0x3bf4e1,_0x5c526f){const _0x4c7a60=a65_0x10ef;return _0xcb85e4[_0x4c7a60(0x14a)](_0x3bf4e1,_0x5c526f);},'IQLhq':function(_0x53b591,_0x297eea){const _0xb7efef=a65_0x10ef;return _0xcb85e4[_0xb7efef(0x114)](_0x53b591,_0x297eea);}};fs[_0x4fb00b(0x135)](_0x2eb246,_0xcb85e4[_0x4fb00b(0x107)],function(_0x206fbd){_0x206fbd&&_0x7c6cca['fJIBS'](_0x57edef,_0x206fbd),_0x7c6cca['IQLhq'](_0x108e23,_0x2eb246);}),_0x30cea3[_0x4fb00b(0x113)]();});});});})['on'](_0x268bc6[_0x42a7ee(0x104)],function(_0x5e2bb3){const _0x2ff0a2=_0x42a7ee;logger[_0x2ff0a2(0xfd)](_0x4defd1['AKvsu'],_0x5e2bb3),_0x4defd1[_0x2ff0a2(0xf9)](_0x57edef,_0x5e2bb3);});});}#homedir(){const _0xe689b=a65_0x203d29,_0x376c2a={};_0x376c2a[_0xe689b(0xe7)]=function(_0x1bbd7f,_0x54b4bc){return _0x1bbd7f===_0x54b4bc;},_0x376c2a['ICQyr']=_0xe689b(0x13e),_0x376c2a[_0xe689b(0xeb)]='win32',_0x376c2a[_0xe689b(0x108)]=function(_0x3147c7,_0x4cf54e){return _0x3147c7+_0x4cf54e;},_0x376c2a[_0xe689b(0x123)]=_0xe689b(0xf7),_0x376c2a[_0xe689b(0x153)]=_0xe689b(0x141),_0x376c2a['bivBx']='linux',_0x376c2a[_0xe689b(0xfb)]=_0xe689b(0x11c),_0x376c2a[_0xe689b(0x151)]=function(_0x1779eb,_0x45838b){return _0x1779eb+_0x45838b;},_0x376c2a[_0xe689b(0x126)]=_0xe689b(0x132),_0x376c2a['tlpYG']=function(_0x4709ef,_0x5bb93f){return _0x4709ef||_0x5bb93f;};const _0x1bdfc9=_0x376c2a;if(_0x1bdfc9['ZJFaC'](typeof os['homedir'],_0x1bdfc9['ICQyr']))return os['homedir']();const _0x509dea=process[_0xe689b(0x122)],_0x169816=_0x509dea[_0xe689b(0x12b)],_0x1c7d6b=_0x509dea[_0xe689b(0xea)]||_0x509dea['USER']||_0x509dea[_0xe689b(0x137)]||_0x509dea[_0xe689b(0xe3)];if(_0x1bdfc9[_0xe689b(0xe7)](process[_0xe689b(0x102)],_0x1bdfc9['smoTg']))return _0x509dea[_0xe689b(0x156)]||_0x1bdfc9[_0xe689b(0x108)](_0x509dea['HOMEDRIVE'],_0x509dea[_0xe689b(0x112)])||_0x169816||null;if(_0x1bdfc9['ZJFaC'](process['platform'],_0x1bdfc9[_0xe689b(0x123)]))return _0x169816||(_0x1c7d6b?_0x1bdfc9[_0xe689b(0x108)](_0x1bdfc9['ZLpPJ'],_0x1c7d6b):null);if(_0x1bdfc9[_0xe689b(0xe7)](process[_0xe689b(0x102)],_0x1bdfc9['bivBx']))return _0x169816||(_0x1bdfc9['ZJFaC'](process[_0xe689b(0x11a)](),0x0)?_0x1bdfc9['atnOH']:_0x1c7d6b?_0x1bdfc9[_0xe689b(0x151)](_0x1bdfc9[_0xe689b(0x126)],_0x1c7d6b):null);return _0x1bdfc9[_0xe689b(0x155)](_0x169816,null);}}module[a65_0x203d29(0x13b)]=PercyBinary;
1
+ const a65_0x218f91=a65_0xbc70;(function(_0xf98374,_0x440177){const _0x328798=a65_0xbc70,_0x3e3eef=_0xf98374();while(!![]){try{const _0x92859e=-parseInt(_0x328798(0x1fb))/0x1*(-parseInt(_0x328798(0x17d))/0x2)+parseInt(_0x328798(0x1e3))/0x3*(-parseInt(_0x328798(0x1a2))/0x4)+-parseInt(_0x328798(0x18f))/0x5*(-parseInt(_0x328798(0x1fa))/0x6)+-parseInt(_0x328798(0x1b6))/0x7*(-parseInt(_0x328798(0x192))/0x8)+parseInt(_0x328798(0x184))/0x9+-parseInt(_0x328798(0x1ca))/0xa*(-parseInt(_0x328798(0x1f4))/0xb)+parseInt(_0x328798(0x1c7))/0xc*(-parseInt(_0x328798(0x205))/0xd);if(_0x92859e===_0x440177)break;else _0x3e3eef['push'](_0x3e3eef['shift']());}catch(_0x171a0a){_0x3e3eef['push'](_0x3e3eef['shift']());}}}(a65_0x3fe7,0xe6ef5));const {https}=require(a65_0x218f91(0x189)),url=require(a65_0x218f91(0x187)),yauzl=require(a65_0x218f91(0x190)),fs=require('fs'),path=require(a65_0x218f91(0x183)),os=require('os'),{spawn}=require(a65_0x218f91(0x18e)),HttpsProxyAgent=require(a65_0x218f91(0x1de)),logger=require(a65_0x218f91(0x199))[a65_0x218f91(0x196)];function a65_0xbc70(_0x406ae8,_0x4fe615){const _0x3fe733=a65_0x3fe7();return a65_0xbc70=function(_0xbc70da,_0x1ba8eb){_0xbc70da=_0xbc70da-0x179;let _0x28633e=_0x3fe733[_0xbc70da];return _0x28633e;},a65_0xbc70(_0x406ae8,_0x4fe615);}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a65_0x218f91(0x1cd)](this.#homedir(),a65_0x218f91(0x1c0)),process[a65_0x218f91(0x1bd)](),os[a65_0x218f91(0x1e5)]()];constructor(){const _0x429947=a65_0x218f91,_0x3b1142={};_0x3b1142[_0x429947(0x1a1)]=_0x429947(0x1a4),_0x3b1142[_0x429947(0x1d2)]=function(_0x47697c,_0x2fd415){return _0x47697c+_0x2fd415;},_0x3b1142['KiJtD']='/percy-osx.zip',_0x3b1142[_0x429947(0x191)]=_0x429947(0x1b3),_0x3b1142[_0x429947(0x1e2)]=_0x429947(0x19b),_0x3b1142[_0x429947(0x18d)]=_0x429947(0x1ae);const _0x29ae8c=_0x3b1142,_0x18801b=_0x29ae8c['OPkPg'];if(this.#hostOS[_0x429947(0x1d9)](/darwin|mac os/i))this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c['KiJtD']);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c[_0x429947(0x191)]),this.#binaryName=_0x29ae8c[_0x429947(0x1e2)]):this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c[_0x429947(0x18d)]);}#getAvailableDirs(){const _0x537c9b=a65_0x218f91,_0x56ba9c={};_0x56ba9c[_0x537c9b(0x1b0)]=function(_0x2f2ab9,_0x2602fd){return _0x2f2ab9<_0x2602fd;},_0x56ba9c[_0x537c9b(0x1c8)]=_0x537c9b(0x1b1);const _0x30e66b=_0x56ba9c;for(var _0x547868=0x0;_0x30e66b[_0x537c9b(0x1b0)](_0x547868,this.#orderedPaths[_0x537c9b(0x18a)]);_0x547868++){var _0x3293da=this.#orderedPaths[_0x547868];if(this.#makePath(_0x3293da))return _0x3293da;}throw new Error(_0x30e66b[_0x537c9b(0x1c8)]);}#makePath(_0x3f7bd3){const _0x56b228=a65_0x218f91;try{return!this.#checkPath(_0x3f7bd3)&&fs[_0x56b228(0x1d8)](_0x3f7bd3),!![];}catch{return![];}}#checkPath(_0x2de551,_0x3983b8){const _0x2b73ef=a65_0x218f91,_0x5bf092={};_0x5bf092[_0x2b73ef(0x181)]=function(_0x2e4dc8,_0x444723){return _0x2e4dc8|_0x444723;},_0x5bf092[_0x2b73ef(0x1db)]=function(_0x2d4f9a,_0x522cd9){return _0x2d4f9a!==_0x522cd9;},_0x5bf092[_0x2b73ef(0x1a7)]='undefined';const _0x59280c=_0x5bf092;_0x3983b8=_0x3983b8||_0x59280c['rNUDJ'](fs['R_OK'],fs['W_OK']);try{return fs[_0x2b73ef(0x19e)](_0x2de551,_0x3983b8),!![];}catch(_0x5da8fc){if(_0x59280c[_0x2b73ef(0x1db)](typeof fs['accessSync'],_0x59280c[_0x2b73ef(0x1a7)]))return![];try{return fs[_0x2b73ef(0x194)](_0x2de551),!![];}catch(_0x4063c8){return![];}}}async[a65_0x218f91(0x1cf)](_0x520a9d){const _0x8aee51=a65_0x218f91,_0x1a2b47={};_0x1a2b47['hvFLQ']='Corrupt\x20percy\x20binary,\x20retrying';const _0x268780=_0x1a2b47;var _0x4c6960=this.#getAvailableDirs(),_0x5b0b77=path[_0x8aee51(0x1cd)](_0x4c6960,this.#binaryName);if(this.#checkPath(_0x5b0b77,fs['X_OK']))return _0x5b0b77;const _0x1b25d8=await this[_0x8aee51(0x1ef)](_0x520a9d,_0x4c6960),_0x5ab5c8=await this[_0x8aee51(0x1bf)](_0x1b25d8);if(!_0x5ab5c8)return logger[_0x8aee51(0x1e1)](_0x268780[_0x8aee51(0x1bb)]),await this[_0x8aee51(0x1ef)](_0x520a9d,_0x4c6960);return _0x1b25d8;}async[a65_0x218f91(0x1bf)](_0x350a8b){const _0x28e478=a65_0x218f91,_0x2788f5={'tFjFK':function(_0x2d5701,_0x484168){return _0x2d5701(_0x484168);},'FeUUw':function(_0x46eece,_0x4d72fa,_0x439cac){return _0x46eece(_0x4d72fa,_0x439cac);},'LIXBZ':_0x28e478(0x1b8),'GIANO':_0x28e478(0x19d),'SfJhu':_0x28e478(0x1d4)},_0x1adcdc=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x549656,_0x195d30)=>{const _0x17010f=_0x28e478,_0x3b933b={'uCEqV':function(_0x4d0ae8,_0x321683){const _0x4d3e85=a65_0xbc70;return _0x2788f5[_0x4d3e85(0x1bc)](_0x4d0ae8,_0x321683);}},_0x571c21=_0x2788f5[_0x17010f(0x206)](spawn,_0x350a8b,[_0x2788f5['LIXBZ']]);_0x571c21[_0x17010f(0x1e6)]['on'](_0x2788f5[_0x17010f(0x1eb)],_0x476a7e=>{_0x1adcdc['test'](_0x476a7e)&&_0x3b933b['uCEqV'](_0x549656,!![]);}),_0x571c21['on'](_0x2788f5[_0x17010f(0x1dd)],()=>{const _0x203879=_0x17010f;_0x2788f5[_0x203879(0x1bc)](_0x549656,![]);});});}[a65_0x218f91(0x1ef)](_0xc57578,_0x2734b4){const _0x3ea6df=a65_0x218f91,_0x24ce1b={'yNWNt':_0x3ea6df(0x17a),'pwPhc':function(_0x4a4055,_0x379009){return _0x4a4055(_0x379009);},'mtQSV':_0x3ea6df(0x1c2),'YFXMt':function(_0x179b38,_0x32e69d){return _0x179b38===_0x32e69d;},'RmKnb':'0755','hLhbH':_0x3ea6df(0x1e7),'XQCvx':_0x3ea6df(0x188),'NRjUO':_0x3ea6df(0x1e1),'BIodv':_0x3ea6df(0x1d4),'YQaBP':_0x3ea6df(0x1f3),'SwlRr':function(_0x48c658,_0x5ea33a){return _0x48c658+_0x5ea33a;},'rPQjH':_0x3ea6df(0x1a8),'wBRfG':_0x3ea6df(0x1f5)};!this.#checkPath(_0x2734b4)&&fs[_0x3ea6df(0x1d8)](_0x2734b4);const _0x423248=this.#binaryName,_0x6534ec=path[_0x3ea6df(0x1cd)](_0x2734b4,_0x24ce1b[_0x3ea6df(0x17c)](_0x423248,_0x24ce1b['rPQjH'])),_0x5f38f4=path[_0x3ea6df(0x1cd)](_0x2734b4,_0x423248),_0x1b5579=fs[_0x3ea6df(0x1c5)](_0x6534ec),_0x241edb=url['parse'](this.#httpPath);if(_0xc57578[_0x3ea6df(0x182)]&&_0xc57578[_0x3ea6df(0x1f6)]){const _0x1e554b={};_0x1e554b[_0x3ea6df(0x1f8)]=_0xc57578[_0x3ea6df(0x182)],_0x1e554b[_0x3ea6df(0x1be)]=_0xc57578[_0x3ea6df(0x1f6)],_0x241edb[_0x3ea6df(0x193)]=new HttpsProxyAgent(_0x1e554b);}if(_0xc57578[_0x3ea6df(0x1e8)])try{_0x241edb['ca']=fs['readFileSync'](_0xc57578[_0x3ea6df(0x1e8)]);}catch(_0x396f75){logger['error'](_0x24ce1b['wBRfG'],_0x396f75);}return new Promise((_0x271e86,_0x18e1f3)=>{const _0x83d662=_0x3ea6df,_0x1f2cfb={'vMZnd':_0x24ce1b['yNWNt'],'iiQcc':function(_0x20fd8b,_0x5c3018){const _0x22a3da=a65_0xbc70;return _0x24ce1b[_0x22a3da(0x1ea)](_0x20fd8b,_0x5c3018);},'KqCyZ':_0x24ce1b[_0x83d662(0x1ac)],'BxUde':function(_0xe6b603,_0x6611e7){const _0x306f51=_0x83d662;return _0x24ce1b[_0x306f51(0x186)](_0xe6b603,_0x6611e7);},'NVRRz':function(_0x48e016,_0x414f3d){const _0x1225ee=_0x83d662;return _0x24ce1b[_0x1225ee(0x1ea)](_0x48e016,_0x414f3d);},'pnuev':function(_0x30ad73,_0x1b9d6a){return _0x24ce1b['pwPhc'](_0x30ad73,_0x1b9d6a);},'ecnxd':_0x24ce1b[_0x83d662(0x1ff)],'VWHlL':_0x24ce1b[_0x83d662(0x1df)],'XTpqi':_0x24ce1b[_0x83d662(0x1aa)],'RfPbu':_0x24ce1b[_0x83d662(0x1a6)],'RpWyV':_0x24ce1b[_0x83d662(0x1d1)],'YUCeD':_0x24ce1b[_0x83d662(0x17b)],'Syxqp':function(_0x2ba17e,_0x200f29){const _0x247fcd=_0x83d662;return _0x24ce1b[_0x247fcd(0x1ea)](_0x2ba17e,_0x200f29);}};https[_0x83d662(0x1d7)](_0x241edb,function(_0x461442){const _0x436834=_0x83d662;_0x461442[_0x436834(0x198)](_0x1b5579),_0x461442['on'](_0x1f2cfb[_0x436834(0x1c9)],function(_0x1fa830){const _0x238e26=_0x436834;logger[_0x238e26(0x1e1)](_0x1f2cfb['vMZnd'],_0x1fa830),_0x1f2cfb[_0x238e26(0x1f7)](_0x18e1f3,_0x1fa830);}),_0x1b5579['on'](_0x1f2cfb[_0x436834(0x1c9)],function(_0x24dd43){const _0x34f917=_0x436834;logger[_0x34f917(0x1e1)](_0x1f2cfb[_0x34f917(0x1a9)],_0x24dd43),_0x1f2cfb[_0x34f917(0x1f7)](_0x18e1f3,_0x24dd43);}),_0x1b5579['on'](_0x1f2cfb['RpWyV'],function(){const _0x2fd903=_0x436834,_0x3d7030={'bxwgb':function(_0x488842,_0x57b5e9){const _0x521b55=a65_0xbc70;return _0x1f2cfb[_0x521b55(0x204)](_0x488842,_0x57b5e9);},'Redrb':function(_0x3bcd99,_0x14881b){const _0x3f8b57=a65_0xbc70;return _0x1f2cfb[_0x3f8b57(0x1ee)](_0x3bcd99,_0x14881b);},'Nuhzy':function(_0x2bc101,_0xf829aa){return _0x1f2cfb['pnuev'](_0x2bc101,_0xf829aa);},'ChQGr':_0x1f2cfb[_0x2fd903(0x1ed)],'ZsILI':function(_0x3a5bb8,_0x5f0f5b){const _0x86045b=_0x2fd903;return _0x1f2cfb[_0x86045b(0x1b9)](_0x3a5bb8,_0x5f0f5b);},'ZRLsU':_0x1f2cfb[_0x2fd903(0x185)],'InpUt':_0x1f2cfb[_0x2fd903(0x1e4)],'WiQYI':_0x1f2cfb['RfPbu']},_0x10804c={};_0x10804c[_0x2fd903(0x200)]=!![],yauzl['open'](_0x6534ec,_0x10804c,function(_0x450c59,_0x350dc9){const _0x167737=_0x2fd903,_0x5ef2c0={'rNKiU':function(_0x110e88,_0x3ac046){const _0x489db2=a65_0xbc70;return _0x3d7030[_0x489db2(0x1a0)](_0x110e88,_0x3ac046);},'WWiLT':_0x3d7030[_0x167737(0x1da)]};_0x450c59&&_0x3d7030[_0x167737(0x1c3)](_0x18e1f3,_0x450c59),_0x350dc9[_0x167737(0x1ba)](),_0x350dc9['on'](_0x3d7030[_0x167737(0x1ce)],_0x22cb9e=>{const _0x374967=_0x167737;if(/\/$/[_0x374967(0x1fd)](_0x22cb9e[_0x374967(0x1dc)]))_0x350dc9[_0x374967(0x1ba)]();else{const _0x540107=fs[_0x374967(0x1c5)](path[_0x374967(0x1cd)](_0x2734b4,_0x22cb9e[_0x374967(0x1dc)]));_0x350dc9['openReadStream'](_0x22cb9e,function(_0xa7c9e5,_0x40bad1){const _0x4bfffa=_0x374967;_0xa7c9e5&&_0x5ef2c0[_0x4bfffa(0x19c)](_0x18e1f3,_0x450c59),_0x40bad1['on'](_0x5ef2c0[_0x4bfffa(0x1f9)],function(){const _0x3c2021=_0x4bfffa;_0x540107['close'](),_0x350dc9[_0x3c2021(0x1ba)]();}),_0x40bad1[_0x4bfffa(0x198)](_0x540107);}),_0x3d7030[_0x374967(0x1f2)](_0x22cb9e[_0x374967(0x1dc)],_0x423248)&&_0x350dc9[_0x374967(0x1d4)]();}}),_0x350dc9['on'](_0x3d7030[_0x167737(0x17f)],_0x87407f=>{const _0x4e63fc=_0x167737;_0x3d7030[_0x4e63fc(0x1c3)](_0x18e1f3,_0x87407f);}),_0x350dc9[_0x167737(0x1a3)](_0x3d7030[_0x167737(0x1da)],()=>{const _0x1c8926=_0x167737,_0x2d3c33={'jPkVu':function(_0x418d51,_0x1e4f5c){const _0xba6509=a65_0xbc70;return _0x3d7030[_0xba6509(0x195)](_0x418d51,_0x1e4f5c);}};fs[_0x1c8926(0x1e9)](_0x5f38f4,_0x3d7030[_0x1c8926(0x1fe)],function(_0x569f11){const _0x4eebaa=_0x1c8926;_0x569f11&&_0x2d3c33['jPkVu'](_0x18e1f3,_0x569f11),_0x2d3c33[_0x4eebaa(0x18c)](_0x271e86,_0x5f38f4);}),_0x350dc9[_0x1c8926(0x1d4)]();});});});})['on'](_0x24ce1b['NRjUO'],function(_0x5df0fa){const _0x12c453=_0x83d662;logger[_0x12c453(0x1e1)](_0x1f2cfb[_0x12c453(0x1b5)],_0x5df0fa),_0x1f2cfb[_0x12c453(0x19a)](_0x18e1f3,_0x5df0fa);});});}#homedir(){const _0x1d4876=a65_0x218f91,_0x22a964={};_0x22a964[_0x1d4876(0x1b2)]=function(_0x39d3ec,_0x316eb6){return _0x39d3ec===_0x316eb6;},_0x22a964[_0x1d4876(0x1b4)]=_0x1d4876(0x19f),_0x22a964[_0x1d4876(0x201)]=function(_0x10d0d4,_0x16fba5){return _0x10d0d4===_0x16fba5;},_0x22a964[_0x1d4876(0x1ab)]=_0x1d4876(0x1d0),_0x22a964[_0x1d4876(0x1f0)]=function(_0x4386d6,_0x239aee){return _0x4386d6+_0x239aee;},_0x22a964[_0x1d4876(0x1d5)]=function(_0x5f345e,_0x38626a){return _0x5f345e===_0x38626a;},_0x22a964['gxgwM']=_0x1d4876(0x18b),_0x22a964[_0x1d4876(0x1c4)]=function(_0x2ef200,_0x2dc383){return _0x2ef200+_0x2dc383;},_0x22a964['uebRW']=_0x1d4876(0x203),_0x22a964['InAdu']=_0x1d4876(0x1f1),_0x22a964[_0x1d4876(0x180)]=function(_0x5aefa8,_0x59dc89){return _0x5aefa8===_0x59dc89;},_0x22a964[_0x1d4876(0x1b7)]=_0x1d4876(0x1a5),_0x22a964[_0x1d4876(0x1d6)]='/home/',_0x22a964[_0x1d4876(0x1af)]=function(_0x6e858c,_0x35ae88){return _0x6e858c||_0x35ae88;};const _0x574bf5=_0x22a964;if(_0x574bf5['ppWKU'](typeof os[_0x1d4876(0x1ad)],_0x574bf5['pESyZ']))return os[_0x1d4876(0x1ad)]();const _0x1e77cc=process[_0x1d4876(0x197)],_0x45b372=_0x1e77cc[_0x1d4876(0x202)],_0x56ea43=_0x1e77cc['LOGNAME']||_0x1e77cc[_0x1d4876(0x1fc)]||_0x1e77cc[_0x1d4876(0x1ec)]||_0x1e77cc['USERNAME'];if(_0x574bf5['IZrRE'](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x1ab)]))return _0x1e77cc[_0x1d4876(0x1d3)]||_0x574bf5[_0x1d4876(0x1f0)](_0x1e77cc[_0x1d4876(0x1cb)],_0x1e77cc[_0x1d4876(0x1e0)])||_0x45b372||null;if(_0x574bf5[_0x1d4876(0x1d5)](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x1c6)]))return _0x45b372||(_0x56ea43?_0x574bf5[_0x1d4876(0x1c4)](_0x574bf5[_0x1d4876(0x1c1)],_0x56ea43):null);if(_0x574bf5[_0x1d4876(0x1b2)](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x179)]))return _0x45b372||(_0x574bf5['XQLMG'](process[_0x1d4876(0x1cc)](),0x0)?_0x574bf5[_0x1d4876(0x1b7)]:_0x56ea43?_0x574bf5['nLpUm'](_0x574bf5[_0x1d4876(0x1d6)],_0x56ea43):null);return _0x574bf5[_0x1d4876(0x1af)](_0x45b372,null);}}module['exports']=PercyBinary;function a65_0x3fe7(){const _0x37b187=['agent','statSync','Nuhzy','winstonLogger','env','pipe','../logger','Syxqp','percy.exe','rNKiU','data','accessSync','function','ZsILI','OPkPg','24gictyq','once','https://github.com/percy/cli/releases/latest/download','/root','NRjUO','exaaP','.zip','KqCyZ','XQCvx','CQMWO','mtQSV','homedir','/percy-linux.zip','uPubE','NpNsu','Error\x20trying\x20to\x20download\x20percy\x20binary','ppWKU','/percy-win.zip','pESyZ','YUCeD','987xVsDnw','fTnqj','--version','pnuev','readEntry','hvFLQ','tFjFK','cwd','port','validateBinary','.browserstack','uebRW','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','Redrb','nLpUm','createWriteStream','gxgwM','35399184tqxQcn','YBTDb','RfPbu','9659220okarKu','HOMEDRIVE','getuid','join','InpUt','getBinaryPath','win32','BIodv','KrEIe','USERPROFILE','close','BmFar','HIisu','get','mkdirSync','match','ZRLsU','buDNg','fileName','SfJhu','https-proxy-agent','hLhbH','HOMEPATH','error','iRgwB','124035PUGkrQ','XTpqi','tmpdir','stdout','end','useCaCertificate','chmod','pwPhc','GIANO','LNAME','ecnxd','NVRRz','download','xpSUg','linux','bxwgb','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','11CCtoMT','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','proxyPort','iiQcc','host','WWiLT','64764gNntqX','562tIKela','USER','test','ChQGr','RmKnb','lazyEntries','IZrRE','HOME','/Users/','BxUde','13maMCMz','FeUUw','InAdu','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','YQaBP','SwlRr','6702Ynpcqy','platform','WiQYI','XQLMG','rNUDJ','proxyHost','path','62064zCoToP','VWHlL','YFXMt','url','entry','follow-redirects','length','darwin','jPkVu','QqaoX','child_process','475FUlMDU','yauzl','GzeUb','14888pmAxpq'];a65_0x3fe7=function(){return _0x37b187;};return a65_0x3fe7();}
@@ -1 +1 @@
1
- var a66_0x147e05=a66_0x30cc;(function(_0x1e54d5,_0x4e2f2e){var _0x761a45=a66_0x30cc,_0x1c9997=_0x1e54d5();while(!![]){try{var _0x4481b1=parseInt(_0x761a45(0xd6))/0x1*(-parseInt(_0x761a45(0xcd))/0x2)+-parseInt(_0x761a45(0xce))/0x3+-parseInt(_0x761a45(0xc9))/0x4*(parseInt(_0x761a45(0xd0))/0x5)+-parseInt(_0x761a45(0xd5))/0x6*(-parseInt(_0x761a45(0xd2))/0x7)+-parseInt(_0x761a45(0xc8))/0x8*(parseInt(_0x761a45(0xd1))/0x9)+-parseInt(_0x761a45(0xd3))/0xa+parseInt(_0x761a45(0xcf))/0xb;if(_0x4481b1===_0x4e2f2e)break;else _0x1c9997['push'](_0x1c9997['shift']());}catch(_0x470750){_0x1c9997['push'](_0x1c9997['shift']());}}}(a66_0x37db,0xe3ef1));function a66_0x37db(){var _0x3e80e1=['4284520NVkLCt','exports','28662toKoWa','431559tpQDov','5768LZctiw','101668FVCqph','increment','getName','get','6iOsfjm','2416839GaacnK','51738555aRCrXp','220FSiaDb','8271oUuXkc','791JvRjKi'];a66_0x37db=function(){return _0x3e80e1;};return a66_0x37db();}function a66_0x30cc(_0x15830f,_0x89192b){var _0x37db55=a66_0x37db();return a66_0x30cc=function(_0x30cc78,_0x227bb0){_0x30cc78=_0x30cc78-0xc8;var _0x30bb8c=_0x37db55[_0x30cc78];return _0x30bb8c;},a66_0x30cc(_0x15830f,_0x89192b);}class PercyCaptureMap{#map={};[a66_0x147e05(0xca)](_0x49a67d,_0x312be0){!this.#map[_0x49a67d]&&(this.#map[_0x49a67d]={}),!this.#map[_0x49a67d][_0x312be0]&&(this.#map[_0x49a67d][_0x312be0]=0x0),this.#map[_0x49a67d][_0x312be0]++;}[a66_0x147e05(0xcb)](_0x17677b,_0x4a1794){var _0x5a7592=a66_0x147e05;return _0x17677b+'-'+_0x4a1794+'-'+this[_0x5a7592(0xcc)](_0x17677b,_0x4a1794);}['get'](_0x34ed29,_0x29154e){if(!this.#map[_0x34ed29])return 0x0;if(!this.#map[_0x34ed29][_0x29154e])return 0x0;return this.#map[_0x34ed29][_0x29154e];}}module[a66_0x147e05(0xd4)]=PercyCaptureMap;
1
+ function a66_0x1748(_0x4f48ab,_0x39455e){var _0x42ea50=a66_0x42ea();return a66_0x1748=function(_0x17481a,_0x2ca4f9){_0x17481a=_0x17481a-0x1b0;var _0x5b346e=_0x42ea50[_0x17481a];return _0x5b346e;},a66_0x1748(_0x4f48ab,_0x39455e);}var a66_0x304b7c=a66_0x1748;(function(_0x551d40,_0x596a23){var _0x4db71d=a66_0x1748,_0x61dbbb=_0x551d40();while(!![]){try{var _0x13845f=-parseInt(_0x4db71d(0x1b0))/0x1+parseInt(_0x4db71d(0x1b3))/0x2+parseInt(_0x4db71d(0x1ba))/0x3*(parseInt(_0x4db71d(0x1b8))/0x4)+-parseInt(_0x4db71d(0x1b2))/0x5*(-parseInt(_0x4db71d(0x1b9))/0x6)+parseInt(_0x4db71d(0x1b5))/0x7+-parseInt(_0x4db71d(0x1b4))/0x8+parseInt(_0x4db71d(0x1bd))/0x9*(parseInt(_0x4db71d(0x1bb))/0xa);if(_0x13845f===_0x596a23)break;else _0x61dbbb['push'](_0x61dbbb['shift']());}catch(_0x2c6b9e){_0x61dbbb['push'](_0x61dbbb['shift']());}}}(a66_0x42ea,0x82720));class PercyCaptureMap{#map={};[a66_0x304b7c(0x1b6)](_0x41d0f8,_0x53c0b1){!this.#map[_0x41d0f8]&&(this.#map[_0x41d0f8]={}),!this.#map[_0x41d0f8][_0x53c0b1]&&(this.#map[_0x41d0f8][_0x53c0b1]=0x0),this.#map[_0x41d0f8][_0x53c0b1]++;}[a66_0x304b7c(0x1bc)](_0xa1cd79,_0x273dc3){var _0x250b5b=a66_0x304b7c;return _0xa1cd79+'-'+_0x273dc3+'-'+this[_0x250b5b(0x1b7)](_0xa1cd79,_0x273dc3);}[a66_0x304b7c(0x1b7)](_0x86b36d,_0x1b1beb){if(!this.#map[_0x86b36d])return 0x0;if(!this.#map[_0x86b36d][_0x1b1beb])return 0x0;return this.#map[_0x86b36d][_0x1b1beb];}}module[a66_0x304b7c(0x1b1)]=PercyCaptureMap;function a66_0x42ea(){var _0x8a6555=['3053196kuWCXW','260070gJrAcT','3Wfxjkz','792110nAdsKM','getName','36PKLvET','697302aFAPIC','exports','15AvFcDH','877094Wjrhlv','8157792AJQlZG','4218235GLhVga','increment','get'];a66_0x42ea=function(){return _0x8a6555;};return a66_0x42ea();}
@@ -1 +1 @@
1
- var a67_0x5cd7e4=a67_0x2403;(function(_0x5a08b8,_0x176cd6){var _0x5764cc=a67_0x2403,_0x103c69=_0x5a08b8();while(!![]){try{var _0xb502fa=parseInt(_0x5764cc(0x1e2))/0x1+-parseInt(_0x5764cc(0x1e4))/0x2*(-parseInt(_0x5764cc(0x1e5))/0x3)+parseInt(_0x5764cc(0x1ec))/0x4*(parseInt(_0x5764cc(0x1eb))/0x5)+parseInt(_0x5764cc(0x1e9))/0x6+parseInt(_0x5764cc(0x1e6))/0x7+-parseInt(_0x5764cc(0x1e0))/0x8+-parseInt(_0x5764cc(0x1e3))/0x9*(parseInt(_0x5764cc(0x1ef))/0xa);if(_0xb502fa===_0x176cd6)break;else _0x103c69['push'](_0x103c69['shift']());}catch(_0x2edd0b){_0x103c69['push'](_0x103c69['shift']());}}}(a67_0x36f8,0xa3b1e));var a67_0x4df35b={};function a67_0x2403(_0x175627,_0x2043a6){var _0x36f85=a67_0x36f8();return a67_0x2403=function(_0x240315,_0x9f1a5){_0x240315=_0x240315-0x1df;var _0x10652c=_0x36f85[_0x240315];return _0x10652c;},a67_0x2403(_0x175627,_0x2043a6);}function a67_0x36f8(){var _0x121556=['sendKeys','244446LVUuwO','9wEzFYA','2oYgpIp','3759609GZMNkb','4137791wUbAcR','click','takeScreenshot','6664182YHcrJP','element','1465tINrnO','9788zkQbuj','auto','manual','21149950rpYnkm','driver','9047528WOoinh'];a67_0x36f8=function(){return _0x121556;};return a67_0x36f8();}a67_0x4df35b['driver']=[a67_0x5cd7e4(0x1e8)],a67_0x4df35b[a67_0x5cd7e4(0x1ea)]=['click',a67_0x5cd7e4(0x1e1)];var a67_0x55108c={};a67_0x55108c[a67_0x5cd7e4(0x1df)]=[a67_0x5cd7e4(0x1e8)];var a67_0xa88c3b={};a67_0xa88c3b[a67_0x5cd7e4(0x1ea)]=[a67_0x5cd7e4(0x1e7)];var a67_0x24506a={};a67_0x24506a[a67_0x5cd7e4(0x1ed)]=a67_0x4df35b,a67_0x24506a['screenshot']=a67_0x55108c,a67_0x24506a['click']=a67_0xa88c3b,a67_0x24506a['testcase']={},a67_0x24506a[a67_0x5cd7e4(0x1ee)]={},module['exports']=a67_0x24506a;
1
+ var a67_0x552908=a67_0x1e00;(function(_0x49a753,_0x50fdfa){var _0x4e4fa8=a67_0x1e00,_0x5da5a4=_0x49a753();while(!![]){try{var _0x505f76=parseInt(_0x4e4fa8(0x18d))/0x1*(parseInt(_0x4e4fa8(0x182))/0x2)+-parseInt(_0x4e4fa8(0x18b))/0x3+parseInt(_0x4e4fa8(0x191))/0x4+-parseInt(_0x4e4fa8(0x18e))/0x5+-parseInt(_0x4e4fa8(0x18c))/0x6+parseInt(_0x4e4fa8(0x183))/0x7+-parseInt(_0x4e4fa8(0x185))/0x8*(-parseInt(_0x4e4fa8(0x187))/0x9);if(_0x505f76===_0x50fdfa)break;else _0x5da5a4['push'](_0x5da5a4['shift']());}catch(_0x569087){_0x5da5a4['push'](_0x5da5a4['shift']());}}}(a67_0x18bc,0x41976));var a67_0x142bfb={};a67_0x142bfb[a67_0x552908(0x188)]=[a67_0x552908(0x18a)],a67_0x142bfb[a67_0x552908(0x184)]=['click','sendKeys'];var a67_0x28b652={};a67_0x28b652[a67_0x552908(0x188)]=['takeScreenshot'];var a67_0x593103={};a67_0x593103[a67_0x552908(0x184)]=['click'];var a67_0x3ab9d2={};function a67_0x1e00(_0x12bbc6,_0x214699){var _0x18bc55=a67_0x18bc();return a67_0x1e00=function(_0x1e00d4,_0x5adb04){_0x1e00d4=_0x1e00d4-0x182;var _0x506b20=_0x18bc55[_0x1e00d4];return _0x506b20;},a67_0x1e00(_0x12bbc6,_0x214699);}a67_0x3ab9d2['auto']=a67_0x142bfb,a67_0x3ab9d2[a67_0x552908(0x18f)]=a67_0x28b652,a67_0x3ab9d2[a67_0x552908(0x190)]=a67_0x593103,a67_0x3ab9d2['testcase']={},a67_0x3ab9d2[a67_0x552908(0x189)]={},module[a67_0x552908(0x186)]=a67_0x3ab9d2;function a67_0x18bc(){var _0x3d4174=['76099AzZkLX','2080960zCBMIw','screenshot','click','369232pPSlda','6OOGmrU','2008545PjZFem','element','24XgrANX','exports','1954629zbxzsF','driver','manual','takeScreenshot','881586MGvzJz','1682202xEDQlI'];a67_0x18bc=function(){return _0x3d4174;};return a67_0x18bc();}
@@ -1 +1 @@
1
- const a68_0x495aa7=a68_0x5e68;function a68_0x5e68(_0x18d976,_0x1857fd){const _0x164e82=a68_0x164e();return a68_0x5e68=function(_0x5e68c0,_0x298727){_0x5e68c0=_0x5e68c0-0x149;let _0x277b93=_0x164e82[_0x5e68c0];return _0x277b93;},a68_0x5e68(_0x18d976,_0x1857fd);}(function(_0x11fd6c,_0x5638f0){const _0xb6a3e0=a68_0x5e68,_0x34d71e=_0x11fd6c();while(!![]){try{const _0xeec5c3=-parseInt(_0xb6a3e0(0x15a))/0x1*(-parseInt(_0xb6a3e0(0x163))/0x2)+-parseInt(_0xb6a3e0(0x16f))/0x3+parseInt(_0xb6a3e0(0x170))/0x4+-parseInt(_0xb6a3e0(0x169))/0x5+parseInt(_0xb6a3e0(0x14a))/0x6*(-parseInt(_0xb6a3e0(0x166))/0x7)+parseInt(_0xb6a3e0(0x16d))/0x8*(parseInt(_0xb6a3e0(0x151))/0x9)+parseInt(_0xb6a3e0(0x158))/0xa;if(_0xeec5c3===_0x5638f0)break;else _0x34d71e['push'](_0x34d71e['shift']());}catch(_0x22bb94){_0x34d71e['push'](_0x34d71e['shift']());}}}(a68_0x164e,0x69dc7));const tryRequire=function(_0x344d36,_0x5afb45){const _0x513e64=a68_0x5e68,_0x22dd7f={'cHYnu':function(_0x11b7be,_0x5f0720){return _0x11b7be(_0x5f0720);}};try{return _0x22dd7f[_0x513e64(0x14e)](require,_0x344d36);}catch{return _0x5afb45;}},percySnapshot=tryRequire(a68_0x495aa7(0x16a),null),{percyScreenshot}=tryRequire(a68_0x495aa7(0x16a),{}),percyAppScreenshot=require(a68_0x495aa7(0x164)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a68_0x495aa7(0x149)),logger=require(a68_0x495aa7(0x155))['winstonLogger'];percySnapshot&&(exports[a68_0x495aa7(0x165)]=async function(){const _0x32483d=a68_0x495aa7,_0x3a4311={'Mvuxs':function(_0x1183d1,_0x3675f8){return _0x1183d1!==_0x3675f8;},'UpOwa':function(_0x3cce81,_0x316b0d){return _0x3cce81>=_0x316b0d;},'UoZoa':function(_0x40f43c){return _0x40f43c();},'aZYhF':_0x32483d(0x153)};if(global[_0x32483d(0x14d)]&&_0x3a4311[_0x32483d(0x156)](global[_0x32483d(0x14d)],global[_0x32483d(0x160)]))return;const _0x1bde38=_0x3a4311[_0x32483d(0x154)](arguments[_0x32483d(0x16b)],0x2)?arguments[0x1]:'',_0x4bef62=_0x3a4311['UoZoa'](getCurrentTestData),_0x4a30c5={};return _0x4a30c5['name']=_0x1bde38,_0x4a30c5['testCase']=_0x4bef62['name']||'',_0x4a30c5['thTestCaseExecutionId']=_0x4bef62[_0x32483d(0x167)]||'',_0x4a30c5[_0x32483d(0x168)]=global['browserstackPlatformIndex'],await PerformanceTester['measure'](_0x3a4311[_0x32483d(0x15f)],()=>percySnapshot[_0x32483d(0x15d)](null,arguments),_0x4a30c5);});function a68_0x164e(){const _0x539d7c=['@percy/selenium-webdriver','length','JlYcG','231704JQGunn','MpnGc','1724745rHWGwT','3294740SSxMhu','xqnYE','../performance-tester','3918hpQCxS','testCase','thTestCaseExecutionId','browserstackPlatformIndex','cHYnu','vQZDs','name','54XvRPtm','Ikkhw','percy:snapshot','UpOwa','../logger','Mvuxs','percy:screenshot-app','5803180zXGnHs','percy:screenshot','9697mURaCQ','Unsupported\x20driver\x20for\x20percy','WoAFj','apply','screenshot','aZYhF','browserstackPercyBestPlatform','qPEFd','measure','38QOaLck','@percy/appium-app','snapshot','7189SdlpmP','uuid','platformIndex','414355qbbMZN'];a68_0x164e=function(){return _0x539d7c;};return a68_0x164e();}percyScreenshot?exports[a68_0x495aa7(0x15e)]=async function(){const _0x3f1432=a68_0x495aa7,_0x1e43ae={'Ikkhw':function(_0x2b0f7b,_0x1c5a62){return _0x2b0f7b>=_0x1c5a62;},'JlYcG':function(_0x388a63){return _0x388a63();},'xqnYE':_0x3f1432(0x159)},_0x5a94c7=_0x1e43ae[_0x3f1432(0x152)](arguments[_0x3f1432(0x16b)],0x2)?arguments[0x1]:'',_0x4c14d9=_0x1e43ae[_0x3f1432(0x16c)](getCurrentTestData),_0x4b7160={};return _0x4b7160[_0x3f1432(0x150)]=_0x5a94c7,_0x4b7160[_0x3f1432(0x14b)]=_0x4c14d9[_0x3f1432(0x150)]||'',_0x4b7160[_0x3f1432(0x14c)]=_0x4c14d9[_0x3f1432(0x167)]||'',_0x4b7160[_0x3f1432(0x168)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x3f1432(0x162)](_0x1e43ae[_0x3f1432(0x171)],()=>percyScreenshot[_0x3f1432(0x15d)](null,arguments),_0x4b7160);}:exports[a68_0x495aa7(0x15e)]=()=>{const _0x534bce=a68_0x495aa7,_0x26dba7={};_0x26dba7[_0x534bce(0x14f)]=_0x534bce(0x15b);const _0x29a02d=_0x26dba7;logger['error'](_0x29a02d[_0x534bce(0x14f)]);};exports['screenshotApp']=async function(){const _0x4ddf7d=a68_0x495aa7,_0x30b727={'MpnGc':function(_0x11f3b8,_0x4e9fa5){return _0x11f3b8>=_0x4e9fa5;},'qPEFd':function(_0x15a6a7){return _0x15a6a7();},'WoAFj':_0x4ddf7d(0x157)},_0x12ef11=_0x30b727[_0x4ddf7d(0x16e)](arguments[_0x4ddf7d(0x16b)],0x2)?arguments[0x1]:'',_0x5badd8=_0x30b727[_0x4ddf7d(0x161)](getCurrentTestData),_0x208115={};return _0x208115['name']=_0x12ef11,_0x208115[_0x4ddf7d(0x14b)]=_0x5badd8[_0x4ddf7d(0x150)]||'',_0x208115[_0x4ddf7d(0x14c)]=_0x5badd8[_0x4ddf7d(0x167)]||'',_0x208115[_0x4ddf7d(0x168)]=global[_0x4ddf7d(0x14d)],await PerformanceTester[_0x4ddf7d(0x162)](_0x30b727[_0x4ddf7d(0x15c)],()=>percyAppScreenshot[_0x4ddf7d(0x15d)](null,arguments),_0x208115);};
1
+ function a68_0x1771(_0x16e6ab,_0x3a6e79){const _0x4fde96=a68_0x4fde();return a68_0x1771=function(_0x177150,_0x25ad92){_0x177150=_0x177150-0xe6;let _0x395691=_0x4fde96[_0x177150];return _0x395691;},a68_0x1771(_0x16e6ab,_0x3a6e79);}const a68_0x19e891=a68_0x1771;(function(_0x569335,_0x33d33e){const _0x1992b1=a68_0x1771,_0x2763a8=_0x569335();while(!![]){try{const _0x375ba0=-parseInt(_0x1992b1(0x10e))/0x1*(-parseInt(_0x1992b1(0xfb))/0x2)+parseInt(_0x1992b1(0xf1))/0x3*(-parseInt(_0x1992b1(0xf6))/0x4)+-parseInt(_0x1992b1(0xf8))/0x5+-parseInt(_0x1992b1(0xe7))/0x6*(parseInt(_0x1992b1(0x107))/0x7)+-parseInt(_0x1992b1(0x109))/0x8+parseInt(_0x1992b1(0x105))/0x9*(parseInt(_0x1992b1(0xf9))/0xa)+parseInt(_0x1992b1(0xf0))/0xb;if(_0x375ba0===_0x33d33e)break;else _0x2763a8['push'](_0x2763a8['shift']());}catch(_0x4d8c2e){_0x2763a8['push'](_0x2763a8['shift']());}}}(a68_0x4fde,0x52fbb));const tryRequire=function(_0x50aa3a,_0x469cce){const _0x49f636=a68_0x1771,_0x3419d0={'Aiwjd':function(_0x8fc803,_0x4be94f){return _0x8fc803(_0x4be94f);}};try{return _0x3419d0[_0x49f636(0xf3)](require,_0x50aa3a);}catch{return _0x469cce;}},percySnapshot=tryRequire(a68_0x19e891(0x101),null),{percyScreenshot}=tryRequire(a68_0x19e891(0x101),{}),percyAppScreenshot=require(a68_0x19e891(0x10f)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a68_0x19e891(0xfd)),logger=require(a68_0x19e891(0x10b))['winstonLogger'];function a68_0x4fde(){const _0x5ae54e=['ARaBj','../performance-tester','IxgNh','gZPOJ','kHhrt','@percy/selenium-webdriver','measure','srmSh','browserstackPlatformIndex','90BRdVJj','percy:snapshot','280wliEqq','FnQPo','1304296lbDhDd','ATTLn','../logger','platformIndex','screenshot','1857fUUgwy','@percy/appium-app','length','76542AWCGls','Unsupported\x20driver\x20for\x20percy','testCase','lZerx','browserstackPercyBestPlatform','percy:screenshot-app','name','thTestCaseExecutionId','YPIDI','14998104ZnFwJE','642861GeFHJo','uuid','Aiwjd','error','apply','4ldBzhU','percy:screenshot','2807435yuKcrH','150690KmsXtT','snapshot','296OdpiSb'];a68_0x4fde=function(){return _0x5ae54e;};return a68_0x4fde();}percySnapshot&&(exports[a68_0x19e891(0xfa)]=async function(){const _0x3b4150=a68_0x19e891,_0x3633ff={'DwTVC':function(_0x39c4b3,_0x1a072c){return _0x39c4b3!==_0x1a072c;},'tRtTy':function(_0x1b3385,_0x31d499){return _0x1b3385>=_0x31d499;},'srmSh':function(_0x3f942c){return _0x3f942c();},'ARaBj':_0x3b4150(0x106)};if(global['browserstackPlatformIndex']&&_0x3633ff['DwTVC'](global[_0x3b4150(0x104)],global[_0x3b4150(0xeb)]))return;const _0xd2f5e3=_0x3633ff['tRtTy'](arguments[_0x3b4150(0xe6)],0x2)?arguments[0x1]:'',_0x533fc7=_0x3633ff[_0x3b4150(0x103)](getCurrentTestData),_0x24ef7d={};return _0x24ef7d[_0x3b4150(0xed)]=_0xd2f5e3,_0x24ef7d[_0x3b4150(0xe9)]=_0x533fc7[_0x3b4150(0xed)]||'',_0x24ef7d['thTestCaseExecutionId']=_0x533fc7['uuid']||'',_0x24ef7d[_0x3b4150(0x10c)]=global[_0x3b4150(0x104)],await PerformanceTester[_0x3b4150(0x102)](_0x3633ff[_0x3b4150(0xfc)],()=>percySnapshot[_0x3b4150(0xf5)](null,arguments),_0x24ef7d);});percyScreenshot?exports[a68_0x19e891(0x10d)]=async function(){const _0x2a5a21=a68_0x19e891,_0x5213fc={'YPIDI':function(_0x1a3c5e,_0x49652b){return _0x1a3c5e>=_0x49652b;},'gZPOJ':function(_0x43d637){return _0x43d637();},'lZerx':_0x2a5a21(0xf7)},_0x43b48d=_0x5213fc[_0x2a5a21(0xef)](arguments[_0x2a5a21(0xe6)],0x2)?arguments[0x1]:'',_0x23ce12=_0x5213fc[_0x2a5a21(0xff)](getCurrentTestData),_0x49c502={};return _0x49c502['name']=_0x43b48d,_0x49c502[_0x2a5a21(0xe9)]=_0x23ce12[_0x2a5a21(0xed)]||'',_0x49c502[_0x2a5a21(0xee)]=_0x23ce12[_0x2a5a21(0xf2)]||'',_0x49c502['platformIndex']=global[_0x2a5a21(0x104)],await PerformanceTester['measure'](_0x5213fc[_0x2a5a21(0xea)],()=>percyScreenshot[_0x2a5a21(0xf5)](null,arguments),_0x49c502);}:exports['screenshot']=()=>{const _0x51991=a68_0x19e891,_0x5b1610={};_0x5b1610[_0x51991(0x108)]=_0x51991(0xe8);const _0x30ad83=_0x5b1610;logger[_0x51991(0xf4)](_0x30ad83[_0x51991(0x108)]);};exports['screenshotApp']=async function(){const _0x39c114=a68_0x19e891,_0x4cb6ff={'kHhrt':function(_0x4257a5,_0x33d83e){return _0x4257a5>=_0x33d83e;},'IxgNh':function(_0xc42ff3){return _0xc42ff3();},'ATTLn':_0x39c114(0xec)},_0x541048=_0x4cb6ff[_0x39c114(0x100)](arguments[_0x39c114(0xe6)],0x2)?arguments[0x1]:'',_0x1bbc05=_0x4cb6ff[_0x39c114(0xfe)](getCurrentTestData),_0x1e7658={};return _0x1e7658[_0x39c114(0xed)]=_0x541048,_0x1e7658[_0x39c114(0xe9)]=_0x1bbc05[_0x39c114(0xed)]||'',_0x1e7658[_0x39c114(0xee)]=_0x1bbc05['uuid']||'',_0x1e7658[_0x39c114(0x10c)]=global[_0x39c114(0x104)],await PerformanceTester[_0x39c114(0x102)](_0x4cb6ff[_0x39c114(0x10a)],()=>percyAppScreenshot[_0x39c114(0xf5)](null,arguments),_0x1e7658);};
@@ -1 +1 @@
1
- function a69_0x3c67(_0x1f710b,_0x4d85d7){var _0x3e65c9=a69_0x3e65();return a69_0x3c67=function(_0x3c67f9,_0x5efc9b){_0x3c67f9=_0x3c67f9-0x134;var _0x59c006=_0x3e65c9[_0x3c67f9];return _0x59c006;},a69_0x3c67(_0x1f710b,_0x4d85d7);}var a69_0x3c1f54=a69_0x3c67;function a69_0x3e65(){var _0x429e0f=['4890252EIDzNG','10495GJEBgR','2047116VexiyN','36wMzfpD','2670417PErhmO','63GKuJlj','256146SkQKgY','63968efolMz','573616iJkOSZ','50nagiyG','exports','./Percy'];a69_0x3e65=function(){return _0x429e0f;};return a69_0x3e65();}(function(_0x3d2912,_0x56aa54){var _0x4d8316=a69_0x3c67,_0x537451=_0x3d2912();while(!![]){try{var _0x1d14d0=-parseInt(_0x4d8316(0x13e))/0x1+-parseInt(_0x4d8316(0x13d))/0x2+-parseInt(_0x4d8316(0x139))/0x3+-parseInt(_0x4d8316(0x13a))/0x4*(parseInt(_0x4d8316(0x138))/0x5)+-parseInt(_0x4d8316(0x137))/0x6+-parseInt(_0x4d8316(0x13c))/0x7*(-parseInt(_0x4d8316(0x13f))/0x8)+-parseInt(_0x4d8316(0x13b))/0x9*(-parseInt(_0x4d8316(0x134))/0xa);if(_0x1d14d0===_0x56aa54)break;else _0x537451['push'](_0x537451['shift']());}catch(_0x41382e){_0x537451['push'](_0x537451['shift']());}}}(a69_0x3e65,0x66ab9),module[a69_0x3c1f54(0x135)]=require(a69_0x3c1f54(0x136)));
1
+ var a69_0x1a26d7=a69_0x24c2;function a69_0x24c2(_0x330147,_0x33adb7){var _0x293263=a69_0x2932();return a69_0x24c2=function(_0x24c26e,_0x2d0406){_0x24c26e=_0x24c26e-0xaf;var _0xe7e7db=_0x293263[_0x24c26e];return _0xe7e7db;},a69_0x24c2(_0x330147,_0x33adb7);}(function(_0x221f4b,_0x3c37f0){var _0xd4dc2=a69_0x24c2,_0xf54c8e=_0x221f4b();while(!![]){try{var _0xdf2ede=-parseInt(_0xd4dc2(0xb0))/0x1*(parseInt(_0xd4dc2(0xb1))/0x2)+parseInt(_0xd4dc2(0xb7))/0x3*(parseInt(_0xd4dc2(0xba))/0x4)+parseInt(_0xd4dc2(0xb8))/0x5*(-parseInt(_0xd4dc2(0xbb))/0x6)+parseInt(_0xd4dc2(0xb9))/0x7+-parseInt(_0xd4dc2(0xb5))/0x8+parseInt(_0xd4dc2(0xb2))/0x9+parseInt(_0xd4dc2(0xb3))/0xa*(parseInt(_0xd4dc2(0xb6))/0xb);if(_0xdf2ede===_0x3c37f0)break;else _0xf54c8e['push'](_0xf54c8e['shift']());}catch(_0x232e7d){_0xf54c8e['push'](_0xf54c8e['shift']());}}}(a69_0x2932,0x19419),module[a69_0x1a26d7(0xaf)]=require(a69_0x1a26d7(0xb4)));function a69_0x2932(){var _0x4ebb08=['184818uPavEb','2gAnvSe','1696203PhybnH','1934610EpfqZD','./Percy','1180424RfoCXq','22BqTubz','5121AIBxbv','964435usfGNJ','170093XetzXw','68xyLzvE','6OrqzGF','exports'];a69_0x2932=function(){return _0x4ebb08;};return a69_0x2932();}
@@ -1 +1 @@
1
- const a70_0xd01403=a70_0x44dd;function a70_0x44dd(_0x44ecd8,_0x1eb79f){const _0x265c05=a70_0x265c();return a70_0x44dd=function(_0x44ddd7,_0x4b81de){_0x44ddd7=_0x44ddd7-0x180;let _0x12a721=_0x265c05[_0x44ddd7];return _0x12a721;},a70_0x44dd(_0x44ecd8,_0x1eb79f);}(function(_0x12ada5,_0x64fafd){const _0x9c1e1d=a70_0x44dd,_0x22a7ae=_0x12ada5();while(!![]){try{const _0x5e94aa=parseInt(_0x9c1e1d(0x199))/0x1+parseInt(_0x9c1e1d(0x193))/0x2+parseInt(_0x9c1e1d(0x184))/0x3+parseInt(_0x9c1e1d(0x18d))/0x4+parseInt(_0x9c1e1d(0x1c7))/0x5+-parseInt(_0x9c1e1d(0x1bf))/0x6*(-parseInt(_0x9c1e1d(0x19c))/0x7)+parseInt(_0x9c1e1d(0x188))/0x8*(-parseInt(_0x9c1e1d(0x1a3))/0x9);if(_0x5e94aa===_0x64fafd)break;else _0x22a7ae['push'](_0x22a7ae['shift']());}catch(_0x25a1f0){_0x22a7ae['push'](_0x22a7ae['shift']());}}}(a70_0x265c,0x46388));const Percy=require(a70_0xd01403(0x1b9)),PercySDK=require(a70_0xd01403(0x1b1)),PercyCaptureModes=require(a70_0xd01403(0x1bd)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a70_0xd01403(0x1bc))[a70_0xd01403(0x1ac)],helper=require('../helper'),PerformanceTester=require(a70_0xd01403(0x19d));function a70_0x265c(){const _0xfb44c6=['isUndefined','1878023gBOAXl','../performance-tester','increment','forEach','error','stopPercy','stop','630FBjwTm','PfjzG','percyCaptureMode','browserStackPercyOptions','manual','browserstackPercyMap','deviceName','BUNNE','app','winstonLogger','CwpKn','getPercyOptions','getDriver','Error\x20patching\x20','./PercySDK','startPercy','browser','gVAAn','MrhTd','toLowerCase','reduce','debug','./Percy','getBestPlatformForPercySnapshot','RTWdO','../logger','./PercyCaptureModes','nestedKeyValue','6PwQWWz','percyAutoCapture','percy','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','safari','apply','chrome','platforms','663520LjprXA','firefox','UKbon','mKtEp','\x20for\x20percy\x20','GNNWF','372600PELyxK','Starting\x20percy','browserstackSessionName','Stopping\x20percy','147112VmWYBM','browserstackPercyBestPlatform','start','measureWrapper','init','1087640YoJtzz','percy:start','element','cMCkq','fQSvM','overrideXforPercy','725922SHmrGG','screenshotApp','rsDbP','patch','driver','getName','414790gXtKwu','prototype'];a70_0x265c=function(){return _0xfb44c6;};return a70_0x265c();}exports[a70_0xd01403(0x1b2)]=PerformanceTester[a70_0xd01403(0x18b)](a70_0xd01403(0x18e),async _0x2b101e=>{const _0x31b5a6=a70_0xd01403,_0x5da542={};_0x5da542[_0x31b5a6(0x1b5)]=_0x31b5a6(0x185);const _0x1f8700=_0x5da542;logger[_0x31b5a6(0x1b8)](_0x1f8700[_0x31b5a6(0x1b5)]);const _0x9c1e41=new Percy(_0x2b101e),_0x47349c=await _0x9c1e41[_0x31b5a6(0x18a)]();if(_0x47349c)return _0x9c1e41;return null;}),exports[a70_0xd01403(0x1a1)]=PerformanceTester[a70_0xd01403(0x18b)]('percy:stop',async _0x123a5c=>{const _0x439fa5=a70_0xd01403,_0x42cfe8={};_0x42cfe8[_0x439fa5(0x1ad)]=_0x439fa5(0x187);const _0x5081f9=_0x42cfe8;return logger['debug'](_0x5081f9[_0x439fa5(0x1ad)]),_0x123a5c[_0x439fa5(0x1a2)]();}),exports[a70_0xd01403(0x1ba)]=_0x27082f=>{const _0x2fea8b=a70_0xd01403,_0x1b3228={};_0x1b3228[_0x2fea8b(0x190)]=function(_0x41abe5,_0x1bed9d){return _0x41abe5<_0x1bed9d;};const _0x45697a=_0x1b3228,_0x503b79={};_0x503b79[_0x2fea8b(0x1c5)]=0x0,_0x503b79[_0x2fea8b(0x1c8)]=0x1,_0x503b79['edge']=0x2,_0x503b79[_0x2fea8b(0x1c3)]=0x3;const _0xe61f6e=_0x503b79;return _0x27082f[_0x2fea8b(0x1b7)]((_0x12947f,_0xd46a5e,_0x3b5b02)=>{const _0x1546b8=_0x2fea8b,_0x544c02=_0x27082f[_0x12947f];if(_0xd46a5e[_0x1546b8(0x1a9)])return _0x12947f;if(_0x544c02['deviceName'])return _0x3b5b02;const _0x2948bf=_0xd46a5e[_0x1546b8(0x1b3)]?_0xd46a5e[_0x1546b8(0x1b3)]:_0xd46a5e['browserName'];if(_0x2948bf&&_0x45697a[_0x1546b8(0x190)](_0xe61f6e[_0x2948bf[_0x1546b8(0x1b6)]()],_0xe61f6e[_0x2948bf[_0x1546b8(0x1b6)]()]))return _0x3b5b02;return _0x12947f;},0x0);},exports[a70_0xd01403(0x1c0)]=async(_0x1625d6,_0x131e1c,_0x230e64)=>{const _0x10240d=a70_0xd01403,_0x577dd6={};_0x577dd6[_0x10240d(0x1b4)]=_0x10240d(0x1c2);const _0x403a73=_0x577dd6,_0x42aebc=_0x1625d6['browserstackPercyMap'];if(helper[_0x10240d(0x19b)](_0x1625d6[_0x10240d(0x186)])){logger[_0x10240d(0x1b8)](_0x403a73[_0x10240d(0x1b4)]);return;}const _0x5cbae3=_0x42aebc[_0x10240d(0x198)](_0x1625d6[_0x10240d(0x186)],_0x131e1c);_0x230e64[_0x10240d(0x1ab)]?await PercySDK[_0x10240d(0x194)](_0x1625d6,_0x5cbae3):await PercySDK['screenshot'](_0x1625d6,_0x5cbae3),_0x42aebc[_0x10240d(0x19e)](_0x1625d6[_0x10240d(0x186)],_0x131e1c);},exports['patchDriverPercy']=(_0x24068f,_0x2bde5a,_0x2acba8)=>{const _0x351d77=a70_0xd01403,_0x44985e={};_0x44985e['RTWdO']=_0x351d77(0x1a6),_0x44985e[_0x351d77(0x1a4)]='percy',_0x44985e[_0x351d77(0x181)]=function(_0x4a3413,_0x2ec228){return _0x4a3413!==_0x2ec228;},_0x44985e['BUNNE']=_0x351d77(0x1a7);const _0x508c17=_0x44985e;if(!helper[_0x351d77(0x1be)](_0x2acba8,[_0x508c17[_0x351d77(0x1bb)],_0x508c17[_0x351d77(0x1a4)]]))return;if(_0x2acba8[_0x351d77(0x1a6)]['percy']&&_0x2acba8['browserStackPercyOptions'][_0x351d77(0x1a5)]&&_0x508c17[_0x351d77(0x181)](_0x2acba8[_0x351d77(0x1a6)][_0x351d77(0x1a5)],_0x508c17[_0x351d77(0x1aa)])&&!_0x24068f[_0x351d77(0x1a8)]){global['browserstackSessionName']&&(_0x24068f[_0x351d77(0x186)]=global[_0x351d77(0x186)]),_0x24068f['browserstackPercyMap']=new PercyCaptureMap();const _0x513e55=PercyCaptureModes[_0x2acba8[_0x351d77(0x1a6)][_0x351d77(0x1a5)]];_0x513e55['driver']&&_0x513e55[_0x351d77(0x197)][_0x351d77(0x19f)](_0x4ed51a=>this[_0x351d77(0x192)](_0x24068f,_0x4ed51a,_0x2acba8)),_0x513e55[_0x351d77(0x18f)]&&_0x513e55[_0x351d77(0x18f)][_0x351d77(0x19f)](_0x4112b4=>{const _0x15d98a=_0x351d77;if(_0x2bde5a[_0x15d98a(0x19a)][_0x15d98a(0x196)+_0x4112b4])return;_0x2bde5a['prototype']['patch'+_0x4112b4]=!![];const _0x53bb7e=_0x2bde5a[_0x15d98a(0x19a)][_0x4112b4];_0x2bde5a[_0x15d98a(0x19a)][_0x4112b4]=async function(){const _0x47a5c7=_0x15d98a;let _0x5be3ed=_0x53bb7e[_0x47a5c7(0x1c4)](this,arguments);_0x5be3ed&&_0x5be3ed['then']&&(_0x5be3ed=await _0x5be3ed);try{const _0x37b6b0=this[_0x47a5c7(0x1af)]();await exports[_0x47a5c7(0x1c0)](_0x37b6b0,_0x4112b4,_0x2acba8);}catch(_0x2a1a85){logger['error']('Error\x20patching\x20'+_0x4112b4+'\x20for\x20percy\x20'+_0x2a1a85);}return _0x5be3ed;};});}},exports[a70_0xd01403(0x192)]=function(_0x42b758,_0x525e4d,_0x396b16){const _0x2f961a=a70_0xd01403,_0x49275e={};_0x49275e[_0x2f961a(0x195)]=function(_0x78798e,_0x4e834a){return _0x78798e+_0x4e834a;},_0x49275e[_0x2f961a(0x180)]=_0x2f961a(0x196),_0x49275e[_0x2f961a(0x183)]=function(_0x53a36e,_0x399bdd){return _0x53a36e+_0x399bdd;},_0x49275e[_0x2f961a(0x191)]=_0x2f961a(0x18c);const _0x2acb55=_0x49275e,_0x131b89=_0x2acb55['rsDbP'](_0x2acb55[_0x2f961a(0x180)],_0x525e4d),_0x3b5fee=_0x2acb55[_0x2f961a(0x183)](_0x2acb55[_0x2f961a(0x191)],_0x525e4d),_0x4d410b=this;if(_0x42b758[_0x131b89]||!_0x42b758[_0x525e4d])return;_0x42b758[_0x131b89]=!![],_0x42b758[_0x3b5fee]=_0x42b758[_0x525e4d],_0x42b758[_0x525e4d]=async()=>{const _0x453796=_0x2f961a;try{await _0x4d410b[_0x453796(0x1c0)](_0x42b758,_0x525e4d,_0x396b16);}catch(_0x2676b3){logger[_0x453796(0x1a0)](_0x453796(0x1b0)+_0x525e4d+_0x453796(0x182)+_0x2676b3);}return await _0x42b758[_0x3b5fee][_0x453796(0x1c4)](_0x42b758,arguments);};},exports[a70_0xd01403(0x1ae)]=_0x55da24=>{const _0x3c6424=a70_0xd01403,_0x32d1e4={};_0x32d1e4['percy']=_0x55da24[_0x3c6424(0x1c1)],_0x32d1e4[_0x3c6424(0x1a5)]=_0x55da24[_0x3c6424(0x1a5)];const _0x3ccbb1=_0x32d1e4;_0x55da24[_0x3c6424(0x1c1)]&&(_0x3ccbb1[_0x3c6424(0x189)]=exports['getBestPlatformForPercySnapshot'](_0x55da24[_0x3c6424(0x1c6)]));;return _0x3ccbb1;};
1
+ const a70_0x5d32fc=a70_0xc755;function a70_0xc755(_0xe392e1,_0xe34a26){const _0x4b3d14=a70_0x4b3d();return a70_0xc755=function(_0xc75527,_0x25157d){_0xc75527=_0xc75527-0x9c;let _0x2abec5=_0x4b3d14[_0xc75527];return _0x2abec5;},a70_0xc755(_0xe392e1,_0xe34a26);}function a70_0x4b3d(){const _0xc94094=['vpAAl','measureWrapper','browserstackPercyBestPlatform','19522020DCfFyq','wJLmo','getPercyOptions','patch','forEach','Stopping\x20percy','djPcb','percyCaptureMode','browserstackSessionName','AGfCa','screenshot','xoepo','./Percy','10zhBJhn','toLowerCase','prototype','error','element','deviceName','Starting\x20percy','stop','getDriver','percyAutoCapture','Error\x20patching\x20','browserstackPercyMap','screenshotApp','1356990EpSASJ','../logger','hYHRV','app','percy','then','reduce','\x20for\x20percy\x20','2248PBaAvx','manual','./PercyCaptureModes','4332515vgGMwq','browserName','48956umaCXw','6fUSpMl','getBestPlatformForPercySnapshot','aBsIl','QxyDL','browserStackPercyOptions','13027dYfQGn','overrideXforPercy','17lUPTEt','apply','start','nestedKeyValue','5448537qSCjqW','doKXB','debug','kzJTh','driver','71018cEfHtn','JqBjU','browser','edge','VVTBQ','percy:start','./PercySDK','firefox','153PduEPh','increment','getName','patchDriverPercy'];a70_0x4b3d=function(){return _0xc94094;};return a70_0x4b3d();}(function(_0x176e4c,_0x1aebcc){const _0x334a40=a70_0xc755,_0x28cb76=_0x176e4c();while(!![]){try{const _0x26bdbc=parseInt(_0x334a40(0xd9))/0x1*(-parseInt(_0x334a40(0xe2))/0x2)+parseInt(_0x334a40(0xa3))/0x3*(-parseInt(_0x334a40(0xd1))/0x4)+-parseInt(_0x334a40(0xc4))/0x5*(-parseInt(_0x334a40(0xd2))/0x6)+parseInt(_0x334a40(0xd7))/0x7*(-parseInt(_0x334a40(0xcc))/0x8)+parseInt(_0x334a40(0xdd))/0x9+parseInt(_0x334a40(0xb7))/0xa*(-parseInt(_0x334a40(0xcf))/0xb)+parseInt(_0x334a40(0xaa))/0xc;if(_0x26bdbc===_0x1aebcc)break;else _0x28cb76['push'](_0x28cb76['shift']());}catch(_0x12b64f){_0x28cb76['push'](_0x28cb76['shift']());}}}(a70_0x4b3d,0x57a42));const Percy=require(a70_0x5d32fc(0xb6)),PercySDK=require(a70_0x5d32fc(0xa1)),PercyCaptureModes=require(a70_0x5d32fc(0xce)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a70_0x5d32fc(0xc5))['winstonLogger'],helper=require('../helper'),PerformanceTester=require('../performance-tester');exports['startPercy']=PerformanceTester[a70_0x5d32fc(0xa8)](a70_0x5d32fc(0xa0),async _0x4281eb=>{const _0x30b6b8=a70_0x5d32fc,_0x5508fb={};_0x5508fb['AGfCa']=_0x30b6b8(0xbd);const _0x3438c5=_0x5508fb;logger['debug'](_0x3438c5[_0x30b6b8(0xb3)]);const _0x1095ec=new Percy(_0x4281eb),_0x2c4e82=await _0x1095ec[_0x30b6b8(0xdb)]();if(_0x2c4e82)return _0x1095ec;return null;}),exports['stopPercy']=PerformanceTester[a70_0x5d32fc(0xa8)]('percy:stop',async _0x3352e5=>{const _0x4c7272=a70_0x5d32fc,_0xfad406={};_0xfad406[_0x4c7272(0xd5)]=_0x4c7272(0xaf);const _0xed432e=_0xfad406;return logger[_0x4c7272(0xdf)](_0xed432e[_0x4c7272(0xd5)]),_0x3352e5[_0x4c7272(0xbe)]();}),exports[a70_0x5d32fc(0xd3)]=_0x1e0b0f=>{const _0x3806d8=a70_0x5d32fc,_0x479035={};_0x479035[_0x3806d8(0xab)]=function(_0x65fb68,_0x1d006c){return _0x65fb68<_0x1d006c;};const _0x1aa296=_0x479035,_0x43476a={};_0x43476a['chrome']=0x0,_0x43476a[_0x3806d8(0xa2)]=0x1,_0x43476a[_0x3806d8(0x9e)]=0x2,_0x43476a['safari']=0x3;const _0x595b2b=_0x43476a;return _0x1e0b0f[_0x3806d8(0xca)]((_0x41f084,_0x201e1a,_0x1601a8)=>{const _0x1d0e69=_0x3806d8,_0x406515=_0x1e0b0f[_0x41f084];if(_0x201e1a[_0x1d0e69(0xbc)])return _0x41f084;if(_0x406515[_0x1d0e69(0xbc)])return _0x1601a8;const _0x17023b=_0x201e1a[_0x1d0e69(0x9d)]?_0x201e1a[_0x1d0e69(0x9d)]:_0x201e1a[_0x1d0e69(0xd0)];if(_0x17023b&&_0x1aa296[_0x1d0e69(0xab)](_0x595b2b[_0x17023b[_0x1d0e69(0xb8)]()],_0x595b2b[_0x17023b[_0x1d0e69(0xb8)]()]))return _0x1601a8;return _0x41f084;},0x0);},exports['percyAutoCapture']=async(_0x2d0e6e,_0x1d0912,_0x473816)=>{const _0x14b41f=a70_0x5d32fc,_0x3d5fd2={};_0x3d5fd2['hYHRV']='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x88de33=_0x3d5fd2,_0x543eaa=_0x2d0e6e[_0x14b41f(0xc2)];if(helper['isUndefined'](_0x2d0e6e[_0x14b41f(0xb2)])){logger['debug'](_0x88de33[_0x14b41f(0xc6)]);return;}const _0x25d364=_0x543eaa[_0x14b41f(0xa5)](_0x2d0e6e['browserstackSessionName'],_0x1d0912);_0x473816[_0x14b41f(0xc7)]?await PercySDK[_0x14b41f(0xc3)](_0x2d0e6e,_0x25d364):await PercySDK[_0x14b41f(0xb4)](_0x2d0e6e,_0x25d364),_0x543eaa[_0x14b41f(0xa4)](_0x2d0e6e[_0x14b41f(0xb2)],_0x1d0912);},exports[a70_0x5d32fc(0xa6)]=(_0x2e8b00,_0x2437d4,_0x134821)=>{const _0x4d8154=a70_0x5d32fc,_0x4c6c8d={};_0x4c6c8d[_0x4d8154(0x9c)]=_0x4d8154(0xd6),_0x4c6c8d['aBsIl']=_0x4d8154(0xc8),_0x4c6c8d[_0x4d8154(0xb0)]=function(_0x1b169e,_0x1d0fb2){return _0x1b169e!==_0x1d0fb2;},_0x4c6c8d[_0x4d8154(0xb5)]=_0x4d8154(0xcd);const _0x142e3c=_0x4c6c8d;if(!helper[_0x4d8154(0xdc)](_0x134821,[_0x142e3c[_0x4d8154(0x9c)],_0x142e3c[_0x4d8154(0xd4)]]))return;if(_0x134821[_0x4d8154(0xd6)][_0x4d8154(0xc8)]&&_0x134821[_0x4d8154(0xd6)][_0x4d8154(0xb1)]&&_0x142e3c[_0x4d8154(0xb0)](_0x134821[_0x4d8154(0xd6)]['percyCaptureMode'],_0x142e3c['xoepo'])&&!_0x2e8b00['browserstackPercyMap']){global['browserstackSessionName']&&(_0x2e8b00[_0x4d8154(0xb2)]=global['browserstackSessionName']),_0x2e8b00['browserstackPercyMap']=new PercyCaptureMap();const _0x3e1f01=PercyCaptureModes[_0x134821[_0x4d8154(0xd6)]['percyCaptureMode']];_0x3e1f01['driver']&&_0x3e1f01[_0x4d8154(0xe1)][_0x4d8154(0xae)](_0x3e3533=>this[_0x4d8154(0xd8)](_0x2e8b00,_0x3e3533,_0x134821)),_0x3e1f01[_0x4d8154(0xbb)]&&_0x3e1f01[_0x4d8154(0xbb)][_0x4d8154(0xae)](_0x20633d=>{const _0x4c9b12=_0x4d8154;if(_0x2437d4[_0x4c9b12(0xb9)][_0x4c9b12(0xad)+_0x20633d])return;_0x2437d4[_0x4c9b12(0xb9)][_0x4c9b12(0xad)+_0x20633d]=!![];const _0x387e64=_0x2437d4['prototype'][_0x20633d];_0x2437d4['prototype'][_0x20633d]=async function(){const _0x12f55e=_0x4c9b12;let _0x24eee6=_0x387e64['apply'](this,arguments);_0x24eee6&&_0x24eee6[_0x12f55e(0xc9)]&&(_0x24eee6=await _0x24eee6);try{const _0x241432=this[_0x12f55e(0xbf)]();await exports[_0x12f55e(0xc0)](_0x241432,_0x20633d,_0x134821);}catch(_0x9e7b00){logger[_0x12f55e(0xba)]('Error\x20patching\x20'+_0x20633d+_0x12f55e(0xcb)+_0x9e7b00);}return _0x24eee6;};});}},exports[a70_0x5d32fc(0xd8)]=function(_0x678cf3,_0xf0c68f,_0x24c284){const _0x16abef=a70_0x5d32fc,_0x3da389={};_0x3da389[_0x16abef(0xe0)]=function(_0x5e0765,_0x5a73c2){return _0x5e0765+_0x5a73c2;},_0x3da389[_0x16abef(0xde)]=_0x16abef(0xad),_0x3da389['vpAAl']=function(_0x77e10a,_0x27596d){return _0x77e10a+_0x27596d;},_0x3da389[_0x16abef(0x9f)]='init';const _0x267b56=_0x3da389,_0x13e5d4=_0x267b56[_0x16abef(0xe0)](_0x267b56['doKXB'],_0xf0c68f),_0x468c74=_0x267b56[_0x16abef(0xa7)](_0x267b56['VVTBQ'],_0xf0c68f),_0x583858=this;if(_0x678cf3[_0x13e5d4]||!_0x678cf3[_0xf0c68f])return;_0x678cf3[_0x13e5d4]=!![],_0x678cf3[_0x468c74]=_0x678cf3[_0xf0c68f],_0x678cf3[_0xf0c68f]=async()=>{const _0x49d6a7=_0x16abef;try{await _0x583858[_0x49d6a7(0xc0)](_0x678cf3,_0xf0c68f,_0x24c284);}catch(_0x32a6bf){logger['error'](_0x49d6a7(0xc1)+_0xf0c68f+_0x49d6a7(0xcb)+_0x32a6bf);}return await _0x678cf3[_0x468c74][_0x49d6a7(0xda)](_0x678cf3,arguments);};},exports[a70_0x5d32fc(0xac)]=_0x5c4608=>{const _0x2df490=a70_0x5d32fc,_0x14754f={};_0x14754f[_0x2df490(0xc8)]=_0x5c4608[_0x2df490(0xc8)],_0x14754f['percyCaptureMode']=_0x5c4608[_0x2df490(0xb1)];const _0x3670f3=_0x14754f;_0x5c4608[_0x2df490(0xc8)]&&(_0x3670f3[_0x2df490(0xa9)]=exports[_0x2df490(0xd3)](_0x5c4608['platforms']));;return _0x3670f3;};
@@ -1 +1 @@
1
- const a71_0xe8ec16=a71_0x4f0d;(function(_0x28bb5b,_0x440fe4){const _0x2e8d8e=a71_0x4f0d,_0x14e7c5=_0x28bb5b();while(!![]){try{const _0x5254a6=-parseInt(_0x2e8d8e(0x1b8))/0x1*(parseInt(_0x2e8d8e(0x1cc))/0x2)+parseInt(_0x2e8d8e(0x20b))/0x3+-parseInt(_0x2e8d8e(0x1c9))/0x4+parseInt(_0x2e8d8e(0x1c8))/0x5+-parseInt(_0x2e8d8e(0x1f8))/0x6*(parseInt(_0x2e8d8e(0x1d6))/0x7)+parseInt(_0x2e8d8e(0x1b9))/0x8+parseInt(_0x2e8d8e(0x220))/0x9*(parseInt(_0x2e8d8e(0x1e6))/0xa);if(_0x5254a6===_0x440fe4)break;else _0x14e7c5['push'](_0x14e7c5['shift']());}catch(_0x15e108){_0x14e7c5['push'](_0x14e7c5['shift']());}}}(a71_0x235b,0x26a14));function a71_0x235b(){const _0x550b7f=['\x20for\x20all\x20processes\x20is\x20','push','length','_events','generateJSON','started','message','cwd','stack','toString','460986ikBfyH','forEach','VwVdT','finalizePerfMeasures','startMonitoring','oDxYt','YoznF','readFileSync','observe','errors','performance-report.json','reduce','map','jfxGp','Error\x20in\x20doing\x20csv\x20operations:\x20','</td><td>','_measureEvents','ojElA','rgERR','</tbody></table></body></html>','zFHTX','1275084wFQdOa','writeFileSync','code','SoLjd','measures','catch','TCpBY','XlrNy','pushPerfMeasures','SclFA','<h1>Performance\x20Report</h1>','VmsfW','getEntries','Error\x20in\x20writing\x20html\x20','GkkLx','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','pushErrors','generateHTMLReport','jsonReportFileName','concat','parse','vXaIi','4741KhnEut','1019032UpfCAu','appendFileSync','LGTgn','errorFile','entryType','entries','Time\x20for\x20','debug','nlMQn','match','getEventsFromJSON','calculateTimeFromEvents','ZGHdt','apply','lHLJo','386235YFkThY','1202980ejaaII','cLtai','exports','98jdSGYB','Error\x20stopping\x20monitoring','getPerformance','slice','measure','stringify','stopAndGenerate','GrWLR','false','ckuln','644238fwdcjN','isEnabled','name','./test-observability/utils','calculateTimesFromMultipleFiles','LoQfi','path','pTPzh','-end','_observer','disconnect','Biwge','CMimY','fqMAK','-start','duration','30hFpXFt','_errorEvents','getCleanedPerfEvents','lNSem','./logger','existsSync','SguBW','errorReportFileName','values','FAIRW','writeFile','env','BoSaY','error-report.json','finally','Performance\x20report\x20is\x20at\x20','unlinkSync','mark','6HEJfBd','entryTypes','FMyVA','FCpXw','then','finalizeErrors','winstonLogger','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','perf_hooks'];a71_0x235b=function(){return _0x550b7f;};return a71_0x235b();}const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0xe8ec16(0x200)),{sleep,debug}=require(a71_0xe8ec16(0x1d9)),path=require(a71_0xe8ec16(0x1dc)),logger=require(a71_0xe8ec16(0x1ea))[a71_0xe8ec16(0x1fe)];function a71_0x4f0d(_0x3f75d3,_0x2eace4){const _0x235b8b=a71_0x235b();return a71_0x4f0d=function(_0x4f0d46,_0x4e6a53){_0x4f0d46=_0x4f0d46-0x1a8;let _0x3a79ba=_0x235b8b[_0x4f0d46];return _0x3a79ba;},a71_0x4f0d(_0x3f75d3,_0x2eace4);}class PerformanceTester{static ['_observer'];static ['_events']=[];static [a71_0xe8ec16(0x21b)]=[];static [a71_0xe8ec16(0x1e7)]=[];static [a71_0xe8ec16(0x206)]=![];static ['jsonReportFileName']=a71_0xe8ec16(0x215);static ['errorReportFileName']=a71_0xe8ec16(0x1f3);static[a71_0xe8ec16(0x20f)](_0x68024b=a71_0xe8ec16(0x215),_0x36c987=a71_0xe8ec16(0x1f3)){const _0x4f268f=a71_0xe8ec16,_0xb88dc5={};_0xb88dc5['GkkLx']=function(_0x1dc6a8,_0x3b302b){return _0x1dc6a8===_0x3b302b;},_0xb88dc5[_0x4f268f(0x1fb)]=_0x4f268f(0x1d0),_0xb88dc5[_0x4f268f(0x1e3)]='function';const _0x17f25f=_0xb88dc5;if(this[_0x4f268f(0x206)]||!this[_0x4f268f(0x1d7)]())return;this[_0x4f268f(0x1df)]=new PerformanceObserver(_0x4238fa=>{const _0x3e7ac5=_0x4f268f;_0x4238fa[_0x3e7ac5(0x1ae)]()[_0x3e7ac5(0x20c)](_0x100c16=>{const _0x3ba9c6=_0x3e7ac5;_0x17f25f[_0x3ba9c6(0x1b0)](_0x100c16[_0x3ba9c6(0x1bd)],_0x17f25f[_0x3ba9c6(0x1fb)])?this[_0x3ba9c6(0x21b)][_0x3ba9c6(0x202)](_0x100c16):this[_0x3ba9c6(0x204)][_0x3ba9c6(0x202)](_0x100c16);});});const _0x4827a9={};_0x4827a9['buffered']=!![],_0x4827a9[_0x4f268f(0x1f9)]=[_0x17f25f[_0x4f268f(0x1e3)],_0x17f25f['FCpXw']],this[_0x4f268f(0x1df)][_0x4f268f(0x213)](_0x4827a9),this[_0x4f268f(0x206)]=!![],this[_0x4f268f(0x1b4)]=_0x68024b,this[_0x4f268f(0x1ed)]=_0x36c987;}static[a71_0xe8ec16(0x1ce)](){return performance;}static[a71_0xe8ec16(0x1c4)](_0xf7edb8,_0x375485){const _0x23a824=a71_0xe8ec16,_0x150eb0={};_0x150eb0[_0x23a824(0x1a8)]=function(_0x56243b,_0x25b788){return _0x56243b+_0x25b788;},_0x150eb0[_0x23a824(0x21c)]=function(_0x4a2f01,_0x36b762){return _0x4a2f01||_0x36b762;},_0x150eb0[_0x23a824(0x1ef)]=function(_0x1f65c8,_0x5b3fd2){return _0x1f65c8===_0x5b3fd2;};const _0xf2032d=_0x150eb0,_0x3eaa39={};if(!_0xf7edb8||_0xf2032d[_0x23a824(0x1ef)](_0xf7edb8['length'],0x0))return;_0xf7edb8['map'](_0xe591dc=>{const _0x1226d1=_0x23a824;!_0x3eaa39[_0xe591dc[_0x1226d1(0x1d8)]]&&(_0x3eaa39[_0xe591dc[_0x1226d1(0x1d8)]]=0x0),_0x3eaa39[_0xe591dc[_0x1226d1(0x1d8)]]+=_0xe591dc[_0x1226d1(0x1e5)];});const _0x5321f8=_0x375485[_0x23a824(0x216)]((_0x86eafc,_0xbf81ce)=>{const _0x446c3c=_0x23a824;return _0xf2032d[_0x446c3c(0x1a8)](_0x3eaa39[_0xbf81ce],_0xf2032d[_0x446c3c(0x21c)](_0x86eafc,0x0));},0x0);return _0x5321f8;}static async[a71_0xe8ec16(0x1da)](_0x22ef62,_0x24ef4c){const _0x596c59=a71_0xe8ec16,_0x34a767={'SclFA':function(_0x3c8d2f,_0x6440b8){return _0x3c8d2f+_0x6440b8;},'LoQfi':function(_0x23df4f,_0x424b9c){return _0x23df4f||_0x424b9c;},'LGTgn':function(_0x4d8b2f,_0xd14a59){return _0x4d8b2f===_0xd14a59;},'BwxZr':function(_0x40aac6,_0x4221e5){return _0x40aac6(_0x4221e5);},'vXaIi':function(_0x302a65,_0x49a073){return _0x302a65(_0x49a073);}};if(!_0x22ef62||_0x34a767[_0x596c59(0x1bb)](_0x22ef62[_0x596c59(0x203)],0x0))return 0x0;const _0x27c92b=[];for(const _0x409940 of _0x22ef62){const _0x503b99=path['join']('.',_0x409940);try{const _0x18d037=this[_0x596c59(0x1c3)](_0x503b99);_0x18d037[_0x596c59(0x217)](_0x1c806e=>{const _0x166167=_0x596c59;!_0x27c92b[_0x1c806e[_0x166167(0x1d8)]]&&(_0x27c92b[_0x1c806e['name']]=0x0),_0x27c92b[_0x1c806e[_0x166167(0x1d8)]]+=_0x1c806e['duration'];});}catch(_0x1afaaf){_0x34a767['BwxZr'](debug,_0x596c59(0x219)+_0x1afaaf[_0x596c59(0x20a)]());}}const _0x534c11=_0x24ef4c[_0x596c59(0x216)]((_0x553e04,_0x177395)=>{const _0x355185=_0x596c59;return _0x34a767[_0x355185(0x1ab)](_0x27c92b[_0x177395],_0x34a767[_0x355185(0x1db)](_0x553e04,0x0));},0x0);return _0x34a767[_0x596c59(0x1b7)](debug,_0x596c59(0x1bf)+_0x24ef4c+_0x596c59(0x201)+_0x534c11),_0x534c11;}static[a71_0xe8ec16(0x1c3)](_0x2473e6){const _0x1ab6f0=a71_0xe8ec16;if(!fs[_0x1ab6f0(0x1eb)](_0x2473e6))return[];return JSON[_0x1ab6f0(0x1b6)](fs[_0x1ab6f0(0x212)](_0x2473e6)[_0x1ab6f0(0x20a)]());}static async[a71_0xe8ec16(0x1d2)](_0x4da17b='performance-own.html',_0x215523=null){const _0x2f9c07=a71_0xe8ec16,_0x41285d={'GrWLR':function(_0x5a62a1,_0x2e50d2){return _0x5a62a1(_0x2e50d2);},'VmsfW':function(_0xf660c6,_0x5d48d9){return _0xf660c6(_0x5d48d9);}};if(!this[_0x2f9c07(0x206)])return;await _0x41285d[_0x2f9c07(0x1d3)](sleep,0x1e),this[_0x2f9c07(0x1df)][_0x2f9c07(0x1e0)](),this['started']=![],this[_0x2f9c07(0x205)](this[_0x2f9c07(0x204)]);const _0x26ad1d=this[_0x2f9c07(0x1b3)](this[_0x2f9c07(0x204)]),_0x26d360=path['join'](process[_0x2f9c07(0x208)](),_0x4da17b);fs[_0x2f9c07(0x1f0)](_0x26d360,_0x26ad1d,_0x530eed=>{const _0x46e9a9=_0x2f9c07;if(_0x530eed){_0x41285d[_0x46e9a9(0x1d3)](debug,_0x46e9a9(0x1af)+_0x530eed['toString']());return;}_0x41285d[_0x46e9a9(0x1ad)](debug,_0x46e9a9(0x1f5)+_0x26d360);});if(_0x215523)return this['calculateTimeFromEvents'](this[_0x2f9c07(0x204)],_0x215523);}static[a71_0xe8ec16(0x1b3)](_0x3fca2c){const _0x2196e6=a71_0xe8ec16,_0x4e9060={};_0x4e9060[_0x2196e6(0x1c7)]=_0x2196e6(0x1b1),_0x4e9060[_0x2196e6(0x223)]=_0x2196e6(0x1ac),_0x4e9060[_0x2196e6(0x1ca)]=_0x2196e6(0x1ff),_0x4e9060['yLwnu']=_0x2196e6(0x21e);const _0xfe52f9=_0x4e9060;let _0x4bc3bf=_0xfe52f9['lHLJo'];return _0x4bc3bf+=_0xfe52f9['SoLjd'],_0x4bc3bf+=_0xfe52f9[_0x2196e6(0x1ca)],_0x3fca2c[_0x2196e6(0x20c)](_0x39a75c=>{const _0x15699c=_0x2196e6;_0x4bc3bf+='<tr><td>'+_0x39a75c[_0x15699c(0x1d8)]+_0x15699c(0x21a)+_0x39a75c[_0x15699c(0x1e5)]+'</td></tr>';}),_0x4bc3bf+=_0xfe52f9['yLwnu'],_0x4bc3bf;}static[a71_0xe8ec16(0x205)](_0x5618f8){const _0x40ccd3=a71_0xe8ec16;if(!this[_0x40ccd3(0x1b4)])return;const _0x12e271={};_0x5618f8['map'](_0x4b615c=>{const _0x2b393e=_0x40ccd3;!_0x12e271[_0x4b615c[_0x2b393e(0x1d8)]]&&(_0x12e271[_0x4b615c[_0x2b393e(0x1d8)]]=0x0),_0x12e271[_0x4b615c[_0x2b393e(0x1d8)]]+=_0x4b615c['duration'];});const _0x594353=Object[_0x40ccd3(0x1be)](_0x12e271)[_0x40ccd3(0x217)](([_0x296391,_0x3b4d38])=>{const _0x7411e9=_0x40ccd3,_0x465a12={};return _0x465a12[_0x7411e9(0x1d8)]=_0x296391,_0x465a12[_0x7411e9(0x1e5)]=_0x3b4d38,_0x465a12;});fs[_0x40ccd3(0x221)](this[_0x40ccd3(0x1b4)],JSON[_0x40ccd3(0x1d1)](_0x594353));}static['isEnabled'](){const _0x39d42a=a71_0xe8ec16,_0x40fa07={};_0x40fa07[_0x39d42a(0x1dd)]=function(_0x8a0974,_0x354cfa){return _0x8a0974===_0x354cfa;},_0x40fa07[_0x39d42a(0x210)]=_0x39d42a(0x1d4);const _0x243fe6=_0x40fa07;return!_0x243fe6[_0x39d42a(0x1dd)](process[_0x39d42a(0x1f1)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x243fe6['oDxYt']);}static['measure'](_0x5dc71a,_0x40af0a,_0x354260=null,_0x2da05f=null){const _0x2dd278=a71_0xe8ec16,_0x234b02={};_0x234b02[_0x2dd278(0x1a9)]=function(_0x174462,_0x1a6bca){return _0x174462+_0x1a6bca;},_0x234b02[_0x2dd278(0x1c5)]=_0x2dd278(0x1e4),_0x234b02[_0x2dd278(0x1c1)]=function(_0x50c87,_0x44ed57){return _0x50c87+_0x44ed57;},_0x234b02['YoznF']=_0x2dd278(0x1de),_0x234b02[_0x2dd278(0x1f2)]=function(_0x4ee9d0,_0x4394de){return _0x4ee9d0 instanceof _0x4394de;};const _0x17ec1b=_0x234b02;try{if(this['started']&&this[_0x2dd278(0x1d7)]()){let _0x23ec2d=_0x5dc71a;_0x354260&&(_0x23ec2d=_0x5dc71a+'['+JSON[_0x2dd278(0x1d1)](_0x354260)+']');const _0x11fe5f=_0x17ec1b[_0x2dd278(0x1a9)](_0x23ec2d,_0x17ec1b[_0x2dd278(0x1c5)]),_0x2e2ea8=_0x17ec1b['nlMQn'](_0x23ec2d,_0x17ec1b[_0x2dd278(0x211)]);performance[_0x2dd278(0x1f7)](_0x11fe5f);const _0x46d845=_0x40af0a[_0x2dd278(0x1c6)](null,_0x2da05f);if(_0x17ec1b[_0x2dd278(0x1f2)](_0x46d845,Promise))return new Promise((_0x30f9bc,_0x50dc40)=>{const _0xf35350=_0x2dd278;_0x46d845[_0xf35350(0x1fc)](_0x57f818=>_0x30f9bc(_0x57f818))[_0xf35350(0x225)](_0xb3380d=>_0x50dc40(_0xb3380d))[_0xf35350(0x1f4)](()=>{const _0x33f3d6=_0xf35350;performance[_0x33f3d6(0x1f7)](_0x2e2ea8),performance[_0x33f3d6(0x1d0)](_0x23ec2d,_0x11fe5f,_0x2e2ea8);});});;return performance[_0x2dd278(0x1f7)](_0x2e2ea8),performance[_0x2dd278(0x1d0)](_0x23ec2d,_0x11fe5f,_0x2e2ea8),_0x46d845;};return _0x40af0a[_0x2dd278(0x1c6)](null,_0x2da05f);}catch(_0x273f71){return _0x40af0a[_0x2dd278(0x1c6)](null,_0x2da05f);}}static['measureWrapper'](_0x2b4907,_0x4b4696){const _0xc4077b=this;return function(){const _0x103bd4=a71_0x4f0d,_0x40957e=[_0x2b4907,_0x4b4696,null][_0x103bd4(0x1b5)](arguments);return _0xc4077b[_0x103bd4(0x1d0)][_0x103bd4(0x1c6)](_0xc4077b,_0x40957e);};}static[a71_0xe8ec16(0x1e8)](){const _0x368ca6=a71_0xe8ec16,_0xf3615d={};_0xf3615d['ckuln']=function(_0x477652,_0x1d5112){return _0x477652/_0x1d5112;},_0xf3615d['zFHTX']=function(_0x3d3ed5,_0x425b46){return _0x3d3ed5+_0x425b46;},_0xf3615d[_0x368ca6(0x1fa)]=function(_0x2481d8,_0x8cc478){return _0x2481d8*_0x8cc478;};const _0x416be4=_0xf3615d,_0x3dbcd2=/(^.*)\[(.*)\]$/,_0x488a44={},_0x2b0479={};for(const _0x3dac72 of this[_0x368ca6(0x21b)]){const _0x4a36e1=_0x3dac72['name'][_0x368ca6(0x1c2)](_0x3dbcd2),_0x1b33cf={};_0x1b33cf[_0x368ca6(0x1d8)]=_0x3dac72[_0x368ca6(0x1d8)],_0x1b33cf[_0x368ca6(0x1e5)]=_0x3dac72[_0x368ca6(0x1e5)]||0x0;const _0x53265a=_0x1b33cf;_0x4a36e1&&(_0x53265a['name']=_0x4a36e1[0x1],_0x53265a['meta']=JSON[_0x368ca6(0x1b6)](_0x4a36e1[0x2]));if(_0x488a44[_0x53265a[_0x368ca6(0x1d8)]]){const _0x2bc0ed=_0x488a44[_0x53265a[_0x368ca6(0x1d8)]],_0x27a341=_0x2b0479[_0x53265a['name']];_0x488a44[_0x53265a[_0x368ca6(0x1d8)]][_0x368ca6(0x1e5)]=_0x416be4[_0x368ca6(0x1d5)](_0x416be4[_0x368ca6(0x21f)](_0x416be4[_0x368ca6(0x1fa)](_0x2bc0ed['duration'],_0x27a341),_0x53265a[_0x368ca6(0x1e5)]),_0x416be4[_0x368ca6(0x21f)](0x1,_0x27a341)),_0x2b0479[_0x53265a[_0x368ca6(0x1d8)]]++;}else _0x488a44[_0x53265a[_0x368ca6(0x1d8)]]=_0x53265a,_0x2b0479[_0x53265a[_0x368ca6(0x1d8)]]=0x1;}return Object[_0x368ca6(0x1ee)](_0x488a44);}static[a71_0xe8ec16(0x1aa)](){const _0x7272db=a71_0xe8ec16,_0x1203d1={};_0x1203d1[_0x7272db(0x21d)]=function(_0x32675a,_0x3dbb0e){return _0x32675a===_0x3dbb0e;},_0x1203d1[_0x7272db(0x1e1)]=function(_0xc94e60,_0x47392e){return _0xc94e60+_0x47392e;};const _0x401edd=_0x1203d1;if(_0x401edd[_0x7272db(0x21d)](this['_measureEvents'][_0x7272db(0x203)],0x0))return;const _0x734e39=this[_0x7272db(0x1e8)](),_0x97886=JSON[_0x7272db(0x1d1)](_0x734e39),_0x411039=_0x401edd['Biwge'](_0x97886[_0x7272db(0x1cf)](0x1,-0x1),',');fs[_0x7272db(0x1ba)](this[_0x7272db(0x1b4)],_0x411039);}static[a71_0xe8ec16(0x20e)](){const _0x5a0297=a71_0xe8ec16,_0x5f3790={};_0x5f3790[_0x5a0297(0x1e9)]=function(_0x2c056e,_0x3f7735){return _0x2c056e===_0x3f7735;},_0x5f3790['CMimY']=function(_0x5ec8d2,_0x2c5963){return _0x5ec8d2>_0x2c5963;};const _0x3ffd4f=_0x5f3790;if(!this['started']||_0x3ffd4f[_0x5a0297(0x1e9)](this[_0x5a0297(0x21b)][_0x5a0297(0x203)],0x0))return[];if(!fs['existsSync'](this['jsonReportFileName']))return this['_measureEvents'];let _0x1cc690=fs['readFileSync'](this['jsonReportFileName'])[_0x5a0297(0x20a)]();_0x1cc690='['+_0x1cc690[_0x5a0297(0x1cf)](0x0,-0x1)+']';let _0x24f56d=JSON[_0x5a0297(0x1b6)](_0x1cc690);return _0x3ffd4f[_0x5a0297(0x1e2)](this[_0x5a0297(0x21b)][_0x5a0297(0x203)],0x0)&&(_0x24f56d=_0x24f56d['concat'](this['getCleanedPerfEvents']())),this[_0x5a0297(0x1df)]['disconnect'](),fs[_0x5a0297(0x1f6)](this['jsonReportFileName']),_0x24f56d;}static[a71_0xe8ec16(0x1b2)](){const _0x52165c=a71_0xe8ec16,_0x4e077e={};_0x4e077e['jfxGp']=function(_0x489c1d,_0x770577){return _0x489c1d===_0x770577;},_0x4e077e['rwNMB']=function(_0x494bc8,_0x1e2b8c){return _0x494bc8+_0x1e2b8c;};const _0x566252=_0x4e077e;if(_0x566252[_0x52165c(0x218)](this[_0x52165c(0x1e7)][_0x52165c(0x203)],0x0))return;const _0x42023b=JSON[_0x52165c(0x1d1)](this[_0x52165c(0x1e7)]),_0x4a9363=_0x566252['rwNMB'](_0x42023b[_0x52165c(0x1cf)](0x1,-0x1),',');fs[_0x52165c(0x1ba)](this[_0x52165c(0x1bc)],_0x4a9363);}static[a71_0xe8ec16(0x1fd)](){const _0x147795=a71_0xe8ec16,_0x485fdd={};_0x485fdd[_0x147795(0x20d)]=function(_0x23f40d,_0x188a98){return _0x23f40d>_0x188a98;};const _0xa252fa=_0x485fdd;if(!fs[_0x147795(0x1eb)](this[_0x147795(0x1ed)]))return this[_0x147795(0x1e7)];let _0x4615b4=fs[_0x147795(0x212)](this[_0x147795(0x1ed)])[_0x147795(0x20a)]();_0x4615b4='['+_0x4615b4['slice'](0x0,-0x1)+']';let _0x132d7b=JSON[_0x147795(0x1b6)](_0x4615b4);return _0xa252fa[_0x147795(0x20d)](this[_0x147795(0x1e7)][_0x147795(0x203)],0x0)&&(_0x132d7b=_0x132d7b[_0x147795(0x1b5)](this[_0x147795(0x1e7)])),fs['unlinkSync'](this[_0x147795(0x1ed)]),_0x132d7b;}static['captureError'](_0x5a9f6d){const _0x594a18=a71_0xe8ec16;if(!this[_0x594a18(0x1d7)]())return;this['_errorEvents'][_0x594a18(0x202)]({'message':_0x5a9f6d[_0x594a18(0x207)],'trace':_0x5a9f6d[_0x594a18(0x209)],'code':_0x5a9f6d[_0x594a18(0x222)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x82a9e=a71_0xe8ec16,_0x1fca52={};_0x1fca52[_0x82a9e(0x1ec)]=_0x82a9e(0x1cd);const _0x1f7223=_0x1fca52;try{if(!this[_0x82a9e(0x1d7)]())return;this[_0x82a9e(0x1df)]['disconnect'](),this['pushPerfMeasures'](),this[_0x82a9e(0x1b2)]();}catch{logger[_0x82a9e(0x1c0)](_0x1f7223[_0x82a9e(0x1ec)]);}}static['finalize'](){const _0x177d17=a71_0xe8ec16,_0x44599c=this[_0x177d17(0x20e)](),_0x1e5633=this[_0x177d17(0x1fd)]();if(!this['isEnabled']()){const _0x55646f={};return _0x55646f[_0x177d17(0x224)]=[],_0x55646f[_0x177d17(0x214)]=[],_0x55646f;}const _0x515554={};return _0x515554[_0x177d17(0x224)]=_0x44599c,_0x515554['errors']=_0x1e5633,_0x515554;}}module[a71_0xe8ec16(0x1cb)]=PerformanceTester;
1
+ function a71_0x4c34(_0x4a0ec9,_0x429855){const _0x1c976f=a71_0x1c97();return a71_0x4c34=function(_0x4c34f5,_0x5d9f60){_0x4c34f5=_0x4c34f5-0x1aa;let _0x10734e=_0x1c976f[_0x4c34f5];return _0x10734e;},a71_0x4c34(_0x4a0ec9,_0x429855);}const a71_0x2ca92c=a71_0x4c34;(function(_0x418e21,_0x37bfc3){const _0x46b99f=a71_0x4c34,_0x440e9c=_0x418e21();while(!![]){try{const _0x5f6831=-parseInt(_0x46b99f(0x1c0))/0x1+parseInt(_0x46b99f(0x1ed))/0x2+-parseInt(_0x46b99f(0x221))/0x3+parseInt(_0x46b99f(0x1dc))/0x4*(parseInt(_0x46b99f(0x20d))/0x5)+parseInt(_0x46b99f(0x20b))/0x6+parseInt(_0x46b99f(0x1f7))/0x7*(-parseInt(_0x46b99f(0x1f4))/0x8)+parseInt(_0x46b99f(0x1ce))/0x9;if(_0x5f6831===_0x37bfc3)break;else _0x440e9c['push'](_0x440e9c['shift']());}catch(_0x18f05c){_0x440e9c['push'](_0x440e9c['shift']());}}}(a71_0x1c97,0xbb441));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x2ca92c(0x20a)),{sleep,debug}=require(a71_0x2ca92c(0x1f2)),path=require(a71_0x2ca92c(0x203)),logger=require(a71_0x2ca92c(0x1bd))['winstonLogger'];class PerformanceTester{static [a71_0x2ca92c(0x206)];static [a71_0x2ca92c(0x1b9)]=[];static [a71_0x2ca92c(0x1e5)]=[];static [a71_0x2ca92c(0x219)]=[];static ['started']=![];static [a71_0x2ca92c(0x1c5)]='performance-report.json';static [a71_0x2ca92c(0x1fc)]=a71_0x2ca92c(0x1b7);static['startMonitoring'](_0x25dc52='performance-report.json',_0x2ccaab=a71_0x2ca92c(0x1b7)){const _0x53a116=a71_0x2ca92c,_0x27a75f={};_0x27a75f['bkaDx']=function(_0x57e529,_0x1c7b4a){return _0x57e529===_0x1c7b4a;},_0x27a75f[_0x53a116(0x220)]=_0x53a116(0x1e7),_0x27a75f[_0x53a116(0x1f3)]='function';const _0x14be45=_0x27a75f;if(this[_0x53a116(0x1c8)]||!this[_0x53a116(0x21d)]())return;this['_observer']=new PerformanceObserver(_0x2e3788=>{const _0x339e31=_0x53a116,_0x10a41f={'jOobX':function(_0x624beb,_0x2634fd){const _0x42da5b=a71_0x4c34;return _0x14be45[_0x42da5b(0x1cc)](_0x624beb,_0x2634fd);},'uvjUD':_0x14be45[_0x339e31(0x220)]};_0x2e3788[_0x339e31(0x202)]()[_0x339e31(0x1bf)](_0x2194d3=>{const _0x59295f=_0x339e31;_0x10a41f[_0x59295f(0x1e4)](_0x2194d3[_0x59295f(0x1e1)],_0x10a41f['uvjUD'])?this['_measureEvents']['push'](_0x2194d3):this['_events'][_0x59295f(0x1ca)](_0x2194d3);});});const _0x1d9f9e={};_0x1d9f9e[_0x53a116(0x1ab)]=!![],_0x1d9f9e['entryTypes']=[_0x14be45[_0x53a116(0x1f3)],_0x14be45[_0x53a116(0x220)]],this[_0x53a116(0x206)]['observe'](_0x1d9f9e),this[_0x53a116(0x1c8)]=!![],this[_0x53a116(0x1c5)]=_0x25dc52,this['errorReportFileName']=_0x2ccaab;}static['getPerformance'](){return performance;}static[a71_0x2ca92c(0x1af)](_0x455e16,_0x42ea85){const _0x52fb96=a71_0x2ca92c,_0x32422b={};_0x32422b[_0x52fb96(0x1d2)]=function(_0x1eb1f0,_0x90c490){return _0x1eb1f0+_0x90c490;},_0x32422b['fpwwN']=function(_0x36b437,_0x4f33b0){return _0x36b437||_0x4f33b0;},_0x32422b[_0x52fb96(0x20f)]=function(_0x47150b,_0x1a98e2){return _0x47150b===_0x1a98e2;};const _0x1c72ca=_0x32422b,_0x592c37={};if(!_0x455e16||_0x1c72ca[_0x52fb96(0x20f)](_0x455e16[_0x52fb96(0x1d8)],0x0))return;_0x455e16[_0x52fb96(0x1ae)](_0x4620a9=>{const _0x2a367e=_0x52fb96;!_0x592c37[_0x4620a9[_0x2a367e(0x1ea)]]&&(_0x592c37[_0x4620a9['name']]=0x0),_0x592c37[_0x4620a9[_0x2a367e(0x1ea)]]+=_0x4620a9[_0x2a367e(0x1b5)];});const _0x481cac=_0x42ea85['reduce']((_0x475809,_0x751539)=>{const _0x493173=_0x52fb96;return _0x1c72ca[_0x493173(0x1d2)](_0x592c37[_0x751539],_0x1c72ca[_0x493173(0x1dd)](_0x475809,0x0));},0x0);return _0x481cac;}static async[a71_0x2ca92c(0x208)](_0x30d6fa,_0x1596d3){const _0x5c2b2f=a71_0x2ca92c,_0x37e31c={'yklyi':function(_0x3c0d57,_0x18eae5){return _0x3c0d57+_0x18eae5;},'udhuP':function(_0x46efdb,_0x18b5ca){return _0x46efdb||_0x18b5ca;},'dIjSQ':function(_0x4a93c9,_0x18f70a){return _0x4a93c9===_0x18f70a;},'XJeXo':function(_0x593732,_0x5087de){return _0x593732(_0x5087de);}};if(!_0x30d6fa||_0x37e31c['dIjSQ'](_0x30d6fa['length'],0x0))return 0x0;const _0x3ea30c=[];for(const _0x59dba0 of _0x30d6fa){const _0x5daa4d=path['join']('.',_0x59dba0);try{const _0xa89972=this[_0x5c2b2f(0x1b2)](_0x5daa4d);_0xa89972[_0x5c2b2f(0x1ae)](_0x29011e=>{const _0x52abdc=_0x5c2b2f;!_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]&&(_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]=0x0),_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]+=_0x29011e[_0x52abdc(0x1b5)];});}catch(_0x31469f){_0x37e31c[_0x5c2b2f(0x21c)](debug,_0x5c2b2f(0x1be)+_0x31469f[_0x5c2b2f(0x217)]());}}const _0x420796=_0x1596d3['reduce']((_0x531fc6,_0x35fae9)=>{const _0x135028=_0x5c2b2f;return _0x37e31c['yklyi'](_0x3ea30c[_0x35fae9],_0x37e31c[_0x135028(0x1c6)](_0x531fc6,0x0));},0x0);return _0x37e31c[_0x5c2b2f(0x21c)](debug,_0x5c2b2f(0x1f1)+_0x1596d3+_0x5c2b2f(0x1c3)+_0x420796),_0x420796;}static['getEventsFromJSON'](_0x54dc51){const _0x4d52a6=a71_0x2ca92c;if(!fs[_0x4d52a6(0x1ee)](_0x54dc51))return[];return JSON[_0x4d52a6(0x21f)](fs[_0x4d52a6(0x1ef)](_0x54dc51)[_0x4d52a6(0x217)]());}static async[a71_0x2ca92c(0x1b8)](_0x46655a=a71_0x2ca92c(0x209),_0x4c68f5=null){const _0x4cdf1=a71_0x2ca92c,_0x2c5e0d={'KuInN':function(_0x2ba439,_0x65021){return _0x2ba439(_0x65021);}};if(!this[_0x4cdf1(0x1c8)])return;await _0x2c5e0d[_0x4cdf1(0x1db)](sleep,0x1e),this[_0x4cdf1(0x206)]['disconnect'](),this[_0x4cdf1(0x1c8)]=![],this[_0x4cdf1(0x1cf)](this[_0x4cdf1(0x1b9)]);const _0x5f33c8=this[_0x4cdf1(0x1e2)](this[_0x4cdf1(0x1b9)]),_0x21e56e=path[_0x4cdf1(0x1fe)](process[_0x4cdf1(0x216)](),_0x46655a);fs[_0x4cdf1(0x20e)](_0x21e56e,_0x5f33c8,_0x597270=>{const _0x4e764b=_0x4cdf1;if(_0x597270){_0x2c5e0d[_0x4e764b(0x1db)](debug,'Error\x20in\x20writing\x20html\x20'+_0x597270[_0x4e764b(0x217)]());return;}_0x2c5e0d[_0x4e764b(0x1db)](debug,'Performance\x20report\x20is\x20at\x20'+_0x21e56e);});if(_0x4c68f5)return this[_0x4cdf1(0x1af)](this[_0x4cdf1(0x1b9)],_0x4c68f5);}static[a71_0x2ca92c(0x1e2)](_0x5e318a){const _0x3d8ed2=a71_0x2ca92c,_0x98fddf={};_0x98fddf[_0x3d8ed2(0x215)]=_0x3d8ed2(0x1b0),_0x98fddf[_0x3d8ed2(0x1eb)]=_0x3d8ed2(0x1f0),_0x98fddf[_0x3d8ed2(0x1d5)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x98fddf[_0x3d8ed2(0x1e8)]=_0x3d8ed2(0x1bb);const _0x117e5e=_0x98fddf;let _0x88d271=_0x117e5e[_0x3d8ed2(0x215)];return _0x88d271+=_0x117e5e['PQDHm'],_0x88d271+=_0x117e5e['fGlMN'],_0x5e318a['forEach'](_0x48a29e=>{const _0x195f93=_0x3d8ed2;_0x88d271+=_0x195f93(0x1fa)+_0x48a29e[_0x195f93(0x1ea)]+'</td><td>'+_0x48a29e['duration']+_0x195f93(0x200);}),_0x88d271+=_0x117e5e[_0x3d8ed2(0x1e8)],_0x88d271;}static[a71_0x2ca92c(0x1cf)](_0x19c58e){const _0x3707c1=a71_0x2ca92c;if(!this[_0x3707c1(0x1c5)])return;const _0x2b732c={};_0x19c58e[_0x3707c1(0x1ae)](_0x1b82e0=>{const _0x34b025=_0x3707c1;!_0x2b732c[_0x1b82e0['name']]&&(_0x2b732c[_0x1b82e0[_0x34b025(0x1ea)]]=0x0),_0x2b732c[_0x1b82e0[_0x34b025(0x1ea)]]+=_0x1b82e0[_0x34b025(0x1b5)];});const _0x16ac21=Object[_0x3707c1(0x218)](_0x2b732c)[_0x3707c1(0x1ae)](([_0x1bb932,_0x433ff6])=>{const _0x4b760a=_0x3707c1,_0xa6644b={};return _0xa6644b[_0x4b760a(0x1ea)]=_0x1bb932,_0xa6644b[_0x4b760a(0x1b5)]=_0x433ff6,_0xa6644b;});fs[_0x3707c1(0x1d9)](this['jsonReportFileName'],JSON[_0x3707c1(0x1cb)](_0x16ac21));}static[a71_0x2ca92c(0x21d)](){const _0x4914cd=a71_0x2ca92c,_0x148e84={};_0x148e84[_0x4914cd(0x201)]=function(_0x158365,_0x4da2d7){return _0x158365===_0x4da2d7;},_0x148e84['KmJaf']=_0x4914cd(0x1ec);const _0x5bdafe=_0x148e84;return!_0x5bdafe[_0x4914cd(0x201)](process[_0x4914cd(0x1e0)][_0x4914cd(0x205)],_0x5bdafe[_0x4914cd(0x204)]);}static[a71_0x2ca92c(0x1e7)](_0x2b2ccd,_0x2cc771,_0x37e6a0=null,_0x32ecc5=null){const _0x1c5a10=a71_0x2ca92c,_0x264c26={};_0x264c26[_0x1c5a10(0x1f6)]=function(_0x5203f3,_0x1f491d){return _0x5203f3+_0x1f491d;},_0x264c26['UmvgB']=_0x1c5a10(0x20c),_0x264c26['cTsjO']=_0x1c5a10(0x1b1),_0x264c26[_0x1c5a10(0x1e6)]=function(_0x103e42,_0x5eb651){return _0x103e42 instanceof _0x5eb651;};const _0x16f1e8=_0x264c26;try{if(this['started']&&this['isEnabled']()){let _0x5a0241=_0x2b2ccd;_0x37e6a0&&(_0x5a0241=_0x2b2ccd+'['+JSON[_0x1c5a10(0x1cb)](_0x37e6a0)+']');const _0x15a461=_0x16f1e8[_0x1c5a10(0x1f6)](_0x5a0241,_0x16f1e8[_0x1c5a10(0x1d7)]),_0x2a49e9=_0x16f1e8['gXhqk'](_0x5a0241,_0x16f1e8[_0x1c5a10(0x1df)]);performance['mark'](_0x15a461);const _0x36c9f=_0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);if(_0x16f1e8['WFyDL'](_0x36c9f,Promise))return new Promise((_0x3cbf8c,_0x4a9e5c)=>{const _0x5ea733=_0x1c5a10;_0x36c9f[_0x5ea733(0x21e)](_0x3831b7=>_0x3cbf8c(_0x3831b7))[_0x5ea733(0x211)](_0x373487=>_0x4a9e5c(_0x373487))[_0x5ea733(0x1c4)](()=>{const _0x562c47=_0x5ea733;performance[_0x562c47(0x210)](_0x2a49e9),performance[_0x562c47(0x1e7)](_0x5a0241,_0x15a461,_0x2a49e9);});});;return performance[_0x1c5a10(0x210)](_0x2a49e9),performance[_0x1c5a10(0x1e7)](_0x5a0241,_0x15a461,_0x2a49e9),_0x36c9f;};return _0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);}catch(_0x2a6e6f){return _0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);}}static[a71_0x2ca92c(0x1b4)](_0x5b635f,_0x5c9d2d){const _0x4d9a33=this;return function(){const _0x2fa21d=a71_0x4c34,_0x5aee9d=[_0x5b635f,_0x5c9d2d,null][_0x2fa21d(0x1ac)](arguments);return _0x4d9a33[_0x2fa21d(0x1e7)][_0x2fa21d(0x1d4)](_0x4d9a33,_0x5aee9d);};}static[a71_0x2ca92c(0x21a)](){const _0x573a18=a71_0x2ca92c,_0x326fde={};_0x326fde[_0x573a18(0x1e3)]=function(_0x2a70e3,_0x5e924){return _0x2a70e3/_0x5e924;},_0x326fde[_0x573a18(0x1c1)]=function(_0x55c9a0,_0x4d6f17){return _0x55c9a0+_0x4d6f17;},_0x326fde[_0x573a18(0x207)]=function(_0x1d4e70,_0x18df52){return _0x1d4e70*_0x18df52;};const _0x299eca=_0x326fde,_0x6c2caa=/(^.*)\[(.*)\]$/,_0x5a2d03={},_0x395986={};for(const _0x1a07b0 of this[_0x573a18(0x1e5)]){const _0x2d75b8=_0x1a07b0['name'][_0x573a18(0x1f9)](_0x6c2caa),_0x547ad8={};_0x547ad8['name']=_0x1a07b0[_0x573a18(0x1ea)],_0x547ad8[_0x573a18(0x1b5)]=_0x1a07b0['duration']||0x0;const _0xa0b14f=_0x547ad8;_0x2d75b8&&(_0xa0b14f['name']=_0x2d75b8[0x1],_0xa0b14f[_0x573a18(0x1b6)]=JSON[_0x573a18(0x21f)](_0x2d75b8[0x2]));if(_0x5a2d03[_0xa0b14f[_0x573a18(0x1ea)]]){const _0x34dd95=_0x5a2d03[_0xa0b14f['name']],_0x1ca991=_0x395986[_0xa0b14f[_0x573a18(0x1ea)]];_0x5a2d03[_0xa0b14f['name']][_0x573a18(0x1b5)]=_0x299eca[_0x573a18(0x1e3)](_0x299eca[_0x573a18(0x1c1)](_0x299eca[_0x573a18(0x207)](_0x34dd95[_0x573a18(0x1b5)],_0x1ca991),_0xa0b14f[_0x573a18(0x1b5)]),_0x299eca['GluVT'](0x1,_0x1ca991)),_0x395986[_0xa0b14f['name']]++;}else _0x5a2d03[_0xa0b14f[_0x573a18(0x1ea)]]=_0xa0b14f,_0x395986[_0xa0b14f['name']]=0x1;}return Object['values'](_0x5a2d03);}static[a71_0x2ca92c(0x1c7)](){const _0x524b5f=a71_0x2ca92c,_0x30c715={};_0x30c715[_0x524b5f(0x1ff)]=function(_0x4d414e,_0x1f9f13){return _0x4d414e===_0x1f9f13;},_0x30c715[_0x524b5f(0x1bc)]=function(_0x2ddb38,_0x2ba285){return _0x2ddb38+_0x2ba285;};const _0x317e1f=_0x30c715;if(_0x317e1f['dFuJx'](this['_measureEvents'][_0x524b5f(0x1d8)],0x0))return;const _0xca8777=this['getCleanedPerfEvents'](),_0x3f1ac5=JSON[_0x524b5f(0x1cb)](_0xca8777),_0xd849d9=_0x317e1f['ynFKB'](_0x3f1ac5[_0x524b5f(0x1d0)](0x1,-0x1),',');fs['appendFileSync'](this[_0x524b5f(0x1c5)],_0xd849d9);}static[a71_0x2ca92c(0x1d6)](){const _0x5d3ce4=a71_0x2ca92c,_0x20b624={};_0x20b624[_0x5d3ce4(0x214)]=function(_0x2c81f6,_0xe0eee9){return _0x2c81f6===_0xe0eee9;},_0x20b624[_0x5d3ce4(0x213)]=function(_0x232651,_0x3534d4){return _0x232651>_0x3534d4;};const _0x31c4f5=_0x20b624;if(!this[_0x5d3ce4(0x1c8)]||_0x31c4f5[_0x5d3ce4(0x214)](this[_0x5d3ce4(0x1e5)][_0x5d3ce4(0x1d8)],0x0))return[];if(!fs[_0x5d3ce4(0x1ee)](this[_0x5d3ce4(0x1c5)]))return this[_0x5d3ce4(0x1e5)];let _0x31ab63=fs['readFileSync'](this[_0x5d3ce4(0x1c5)])[_0x5d3ce4(0x217)]();_0x31ab63='['+_0x31ab63[_0x5d3ce4(0x1d0)](0x0,-0x1)+']';let _0x422870=JSON[_0x5d3ce4(0x21f)](_0x31ab63);return _0x31c4f5[_0x5d3ce4(0x213)](this[_0x5d3ce4(0x1e5)][_0x5d3ce4(0x1d8)],0x0)&&(_0x422870=_0x422870[_0x5d3ce4(0x1ac)](this[_0x5d3ce4(0x21a)]())),this[_0x5d3ce4(0x206)]['disconnect'](),fs[_0x5d3ce4(0x1da)](this[_0x5d3ce4(0x1c5)]),_0x422870;}static[a71_0x2ca92c(0x1c2)](){const _0x52064a=a71_0x2ca92c,_0x47baea={};_0x47baea['CPSGX']=function(_0x587cd0,_0x599901){return _0x587cd0===_0x599901;},_0x47baea['QPoMk']=function(_0x4b43e3,_0x145543){return _0x4b43e3+_0x145543;};const _0x296781=_0x47baea;if(_0x296781[_0x52064a(0x1d1)](this['_errorEvents'][_0x52064a(0x1d8)],0x0))return;const _0x23a82c=JSON[_0x52064a(0x1cb)](this[_0x52064a(0x219)]),_0x867bc0=_0x296781[_0x52064a(0x1b3)](_0x23a82c[_0x52064a(0x1d0)](0x1,-0x1),',');fs[_0x52064a(0x1c9)](this[_0x52064a(0x212)],_0x867bc0);}static[a71_0x2ca92c(0x1ad)](){const _0x36a41d=a71_0x2ca92c,_0x18a1d5={};_0x18a1d5[_0x36a41d(0x1f5)]=function(_0x38235f,_0x72bb3a){return _0x38235f>_0x72bb3a;};const _0x56f457=_0x18a1d5;if(!fs[_0x36a41d(0x1ee)](this[_0x36a41d(0x1fc)]))return this[_0x36a41d(0x219)];let _0x1bd150=fs[_0x36a41d(0x1ef)](this[_0x36a41d(0x1fc)])[_0x36a41d(0x217)]();_0x1bd150='['+_0x1bd150[_0x36a41d(0x1d0)](0x0,-0x1)+']';let _0x24b3f6=JSON[_0x36a41d(0x21f)](_0x1bd150);return _0x56f457[_0x36a41d(0x1f5)](this[_0x36a41d(0x219)][_0x36a41d(0x1d8)],0x0)&&(_0x24b3f6=_0x24b3f6[_0x36a41d(0x1ac)](this[_0x36a41d(0x219)])),fs['unlinkSync'](this[_0x36a41d(0x1fc)]),_0x24b3f6;}static['captureError'](_0x5d894f){const _0x563593=a71_0x2ca92c;if(!this['isEnabled']())return;this[_0x563593(0x219)][_0x563593(0x1ca)]({'message':_0x5d894f['message'],'trace':_0x5d894f['stack'],'code':_0x5d894f[_0x563593(0x1e9)]||null,'time':new Date()});}static[a71_0x2ca92c(0x21b)](){const _0x25310b=a71_0x2ca92c,_0x7f46a5={};_0x7f46a5[_0x25310b(0x1aa)]=_0x25310b(0x1cd);const _0x519546=_0x7f46a5;try{if(!this['isEnabled']())return;this[_0x25310b(0x206)][_0x25310b(0x1fb)](),this[_0x25310b(0x1c7)](),this[_0x25310b(0x1c2)]();}catch{logger[_0x25310b(0x1ba)](_0x519546[_0x25310b(0x1aa)]);}}static[a71_0x2ca92c(0x1d3)](){const _0x15f0a3=a71_0x2ca92c,_0x1a58d3=this[_0x15f0a3(0x1d6)](),_0x4797ed=this['finalizeErrors']();if(!this[_0x15f0a3(0x21d)]()){const _0x5e2687={};return _0x5e2687['measures']=[],_0x5e2687['errors']=[],_0x5e2687;}const _0x35051e={};return _0x35051e[_0x15f0a3(0x1f8)]=_0x1a58d3,_0x35051e[_0x15f0a3(0x1de)]=_0x4797ed,_0x35051e;}}module[a71_0x2ca92c(0x1fd)]=PerformanceTester;function a71_0x1c97(){const _0x2c0e57=['entries','_errorEvents','getCleanedPerfEvents','stopMonitoring','XJeXo','isEnabled','then','parse','sxzqe','653778sgKfcZ','WWbgi','buffered','concat','finalizeErrors','map','calculateTimeFromEvents','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','-end','getEventsFromJSON','QPoMk','measureWrapper','duration','meta','error-report.json','stopAndGenerate','_events','debug','</tbody></table></body></html>','ynFKB','./logger','Error\x20in\x20doing\x20csv\x20operations:\x20','forEach','773777gLOKnV','GluVT','pushErrors','\x20for\x20all\x20processes\x20is\x20','finally','jsonReportFileName','udhuP','pushPerfMeasures','started','appendFileSync','push','stringify','bkaDx','Error\x20stopping\x20monitoring','10032687vRKwEZ','generateJSON','slice','CPSGX','qhlrC','finalize','apply','fGlMN','finalizePerfMeasures','UmvgB','length','writeFileSync','unlinkSync','KuInN','4xEkLnt','fpwwN','errors','cTsjO','env','entryType','generateHTMLReport','ILEOC','jOobX','_measureEvents','WFyDL','measure','vzCav','code','name','PQDHm','false','138942cmkOSS','existsSync','readFileSync','<h1>Performance\x20Report</h1>','Time\x20for\x20','./test-observability/utils','emlpf','9876776YQFVDT','qiGSl','gXhqk','7aCZrtX','measures','match','<tr><td>','disconnect','errorReportFileName','exports','join','dFuJx','</td></tr>','VBRUw','getEntries','path','KmJaf','BROWSERSTACK_SDK_INSTRUMENTATION','_observer','kKmca','calculateTimesFromMultipleFiles','performance-own.html','perf_hooks','6476040WhImOY','-start','3648935bGDNBF','writeFile','trEgd','mark','catch','errorFile','gvwVy','SUVCL','bLyYd','cwd','toString'];a71_0x1c97=function(){return _0x2c0e57;};return a71_0x1c97();}
@@ -1 +1 @@
1
- const a72_0x37a90e=a72_0x41e1;function a72_0x5657(){const _0x4a1813=['OeEzD','560906bbtHMf','264haKyyS','1588855pwUFxw','https','exports','9296qflGVH','path','cUOlC','lMklR','end','monkeypatch','host','removeListener','now','response','FgtOa','error','socket','3137607DYMIuX','method','20BucDbQ','unpatch','3EzPmSQ','BtKvb','hostname','once','request','949336sxQPOp','Gzsxv','27555DaqWNM','12yyFVdM','280QgpZZg','zuDCu','headers','arugd','632278uLHojr','http','EDfQg','myHdI','mPjgC','duration_ms','syEfr'];a72_0x5657=function(){return _0x4a1813;};return a72_0x5657();}function a72_0x41e1(_0x442034,_0x2ffa5a){const _0x5657db=a72_0x5657();return a72_0x41e1=function(_0x41e1dc,_0x56a44e){_0x41e1dc=_0x41e1dc-0xa4;let _0x3befe5=_0x5657db[_0x41e1dc];return _0x3befe5;},a72_0x41e1(_0x442034,_0x2ffa5a);}(function(_0x1fb38c,_0x330337){const _0x5761ae=a72_0x41e1,_0x43f06e=_0x1fb38c();while(!![]){try{const _0x1ba679=parseInt(_0x5761ae(0xbd))/0x1+parseInt(_0x5761ae(0xb5))/0x2*(parseInt(_0x5761ae(0xa8))/0x3)+-parseInt(_0x5761ae(0xad))/0x4+parseInt(_0x5761ae(0xbf))/0x5*(parseInt(_0x5761ae(0xb0))/0x6)+-parseInt(_0x5761ae(0xc2))/0x7*(parseInt(_0x5761ae(0xb1))/0x8)+-parseInt(_0x5761ae(0xa4))/0x9*(parseInt(_0x5761ae(0xa6))/0xa)+-parseInt(_0x5761ae(0xaf))/0xb*(-parseInt(_0x5761ae(0xbe))/0xc);if(_0x1ba679===_0x330337)break;else _0x43f06e['push'](_0x43f06e['shift']());}catch(_0x14f584){_0x43f06e['push'](_0x43f06e['shift']());}}}(a72_0x5657,0x8f38d));const http=require(a72_0x37a90e(0xb6)),https=require(a72_0x37a90e(0xc0)),monkeypatch=require(a72_0x37a90e(0xc7));function spy(_0x1e0f5a){const _0x26d359=a72_0x37a90e,_0x4aef60={'EDfQg':function(_0x461d0a,_0x302e9b,_0x142909){return _0x461d0a(_0x302e9b,_0x142909);},'OeEzD':_0x26d359(0xcd),'lMklR':function(_0xc26570,..._0x49a8b3){return _0xc26570(..._0x49a8b3);},'mPjgC':function(_0x2f3a54,_0x479762){return _0x2f3a54-_0x479762;},'Gzsxv':function(_0x7d4926,_0x3beb29,_0x131998){return _0x7d4926(_0x3beb29,_0x131998);},'myHdI':_0x26d359(0xcb),'NPvQH':_0x26d359(0xce),'BtKvb':function(_0x152c7d,_0x3e9857,_0x3f094c,_0x2b73e7){return _0x152c7d(_0x3e9857,_0x3f094c,_0x2b73e7);},'zuDCu':_0x26d359(0xc6),'syEfr':_0x26d359(0xac)},_0x5b054f=(_0x166a00,_0x30d124,_0x198a09)=>{const _0x4fc895=_0x26d359,_0x116e31={'cUOlC':function(_0x11f6d0,_0x495ba6){const _0x22cd14=a72_0x41e1;return _0x4aef60[_0x22cd14(0xb9)](_0x11f6d0,_0x495ba6);},'arugd':function(_0x3a9172,_0x485852,_0x3603a7){const _0x38a50c=a72_0x41e1;return _0x4aef60[_0x38a50c(0xb7)](_0x3a9172,_0x485852,_0x3603a7);},'FgtOa':_0x4aef60['OeEzD']},_0x19130e=_0x4aef60[_0x4fc895(0xae)](_0x166a00,_0x30d124,_0x198a09);let _0x5546f8=Date['now'](),_0x34dc7f;const _0x184fee=_0x330275=>{const _0x47170c=_0x4fc895,_0x1cc352={};_0x1cc352['host']=_0x30d124['host']||_0x30d124[_0x47170c(0xaa)],_0x1cc352[_0x47170c(0xc3)]=_0x30d124[_0x47170c(0xc3)],_0x1cc352['method']=_0x30d124['method'],_0x1cc352[_0x47170c(0xb3)]=_0x30d124['headers'],_0x4aef60['EDfQg'](_0x1e0f5a,_0x330275,_0x1cc352);};return _0x19130e['once'](_0x4aef60[_0x4fc895(0xb8)],_0x2f99b1=>{const _0x1bf376=_0x4fc895,_0x4a3195=_0x116e31[_0x1bf376(0xc4)](Date[_0x1bf376(0xca)](),_0x5546f8),_0x52dce3={};_0x52dce3[_0x1bf376(0xaa)]=_0x30d124[_0x1bf376(0xc8)]||_0x30d124[_0x1bf376(0xaa)],_0x52dce3[_0x1bf376(0xc3)]=_0x30d124['path'],_0x52dce3['method']=_0x30d124[_0x1bf376(0xa5)],_0x52dce3[_0x1bf376(0xb3)]=_0x30d124[_0x1bf376(0xb3)],_0x52dce3['status_code']=_0x2f99b1['statusCode'],_0x52dce3[_0x1bf376(0xba)]=_0x4a3195,_0x116e31[_0x1bf376(0xb4)](_0x1e0f5a,null,_0x52dce3),_0x34dc7f[_0x1bf376(0xc9)](_0x116e31[_0x1bf376(0xcc)],_0x184fee);}),_0x19130e['on'](_0x4aef60['NPvQH'],_0x577874=>{const _0x495897=_0x4fc895;_0x34dc7f=_0x577874,_0x577874[_0x495897(0xab)](_0x4aef60[_0x495897(0xbc)],_0x184fee);}),_0x4aef60[_0x4fc895(0xa9)](monkeypatch,_0x19130e,_0x4aef60[_0x4fc895(0xb2)],(_0x4388a0,..._0x14d130)=>{const _0xc017=_0x4fc895;_0x5546f8=Date[_0xc017(0xca)](),_0x4aef60[_0xc017(0xc5)](_0x4388a0,..._0x14d130);}),_0x19130e;};_0x4aef60[_0x26d359(0xa9)](monkeypatch,http,_0x4aef60['syEfr'],_0x5b054f),_0x4aef60[_0x26d359(0xa9)](monkeypatch,https,_0x4aef60[_0x26d359(0xbb)],_0x5b054f);}function restore(){const _0x11797d=a72_0x37a90e;http['request'][_0x11797d(0xa7)](),https[_0x11797d(0xac)][_0x11797d(0xa7)]();}const a72_0xeea60a={};a72_0xeea60a['spy']=spy,a72_0xeea60a['restore']=restore,module[a72_0x37a90e(0xc1)]=a72_0xeea60a;
1
+ const a72_0x545d23=a72_0x4326;(function(_0x454d85,_0x362be3){const _0x1a7d45=a72_0x4326,_0x492434=_0x454d85();while(!![]){try{const _0x217234=parseInt(_0x1a7d45(0x1dd))/0x1*(-parseInt(_0x1a7d45(0x1d1))/0x2)+parseInt(_0x1a7d45(0x1e4))/0x3+-parseInt(_0x1a7d45(0x1e7))/0x4+-parseInt(_0x1a7d45(0x1dc))/0x5*(-parseInt(_0x1a7d45(0x1c4))/0x6)+-parseInt(_0x1a7d45(0x1ce))/0x7+parseInt(_0x1a7d45(0x1c7))/0x8*(parseInt(_0x1a7d45(0x1db))/0x9)+parseInt(_0x1a7d45(0x1e2))/0xa*(-parseInt(_0x1a7d45(0x1e8))/0xb);if(_0x217234===_0x362be3)break;else _0x492434['push'](_0x492434['shift']());}catch(_0x547c79){_0x492434['push'](_0x492434['shift']());}}}(a72_0x5cb9,0x69537));const http=require(a72_0x545d23(0x1de)),https=require(a72_0x545d23(0x1da)),monkeypatch=require('monkeypatch');function spy(_0x1a0a35){const _0x433cc0=a72_0x545d23,_0x3e9764={'QLLqW':function(_0x39525d,_0x45e21f){return _0x39525d-_0x45e21f;},'PCRzV':function(_0x349018,_0x54035e,_0x107957){return _0x349018(_0x54035e,_0x107957);},'ASKir':'error','aLBMr':function(_0x3134b9,..._0x508730){return _0x3134b9(..._0x508730);},'vTjQB':function(_0x42a831,_0x9c7a28,_0x199731){return _0x42a831(_0x9c7a28,_0x199731);},'TykjD':_0x433cc0(0x1e0),'PODVL':_0x433cc0(0x1cb),'nhojM':function(_0x950afe,_0x371b55,_0x1bd496,_0x492abd){return _0x950afe(_0x371b55,_0x1bd496,_0x492abd);},'MIwlZ':_0x433cc0(0x1d0),'tlfeU':function(_0x2698a7,_0x285e25,_0x51909b,_0x23ad73){return _0x2698a7(_0x285e25,_0x51909b,_0x23ad73);},'uECze':_0x433cc0(0x1d2),'zvggE':function(_0x686555,_0x171c7c,_0x4934e4,_0x45dd39){return _0x686555(_0x171c7c,_0x4934e4,_0x45dd39);}},_0x4728fa=(_0x421b63,_0x2ce55c,_0x5c8644)=>{const _0xb55728=_0x433cc0,_0x222063={'qNUFM':function(_0x1dacc0,_0x650a88,_0x23ed7c){const _0x2e8bc6=a72_0x4326;return _0x3e9764[_0x2e8bc6(0x1ca)](_0x1dacc0,_0x650a88,_0x23ed7c);},'kBMdr':_0x3e9764[_0xb55728(0x1c3)],'nQqZd':function(_0x22c64b,..._0x11c626){return _0x3e9764['aLBMr'](_0x22c64b,..._0x11c626);}},_0x4dff9c=_0x3e9764[_0xb55728(0x1d5)](_0x421b63,_0x2ce55c,_0x5c8644);let _0x50bceb=Date[_0xb55728(0x1cd)](),_0x8e2fe1;const _0x4078b2=_0x127e7c=>{const _0x20de86=_0xb55728,_0xc1c285={};_0xc1c285[_0x20de86(0x1d7)]=_0x2ce55c[_0x20de86(0x1d7)]||_0x2ce55c['hostname'],_0xc1c285[_0x20de86(0x1e5)]=_0x2ce55c[_0x20de86(0x1e5)],_0xc1c285[_0x20de86(0x1d6)]=_0x2ce55c[_0x20de86(0x1d6)],_0xc1c285['headers']=_0x2ce55c[_0x20de86(0x1c8)],_0x222063[_0x20de86(0x1cc)](_0x1a0a35,_0x127e7c,_0xc1c285);};return _0x4dff9c[_0xb55728(0x1e3)](_0x3e9764[_0xb55728(0x1d3)],_0x1b640d=>{const _0x1186aa=_0xb55728,_0x5580c2=_0x3e9764[_0x1186aa(0x1c9)](Date[_0x1186aa(0x1cd)](),_0x50bceb),_0x13b0cf={};_0x13b0cf[_0x1186aa(0x1e1)]=_0x2ce55c['host']||_0x2ce55c[_0x1186aa(0x1e1)],_0x13b0cf[_0x1186aa(0x1e5)]=_0x2ce55c[_0x1186aa(0x1e5)],_0x13b0cf[_0x1186aa(0x1d6)]=_0x2ce55c['method'],_0x13b0cf['headers']=_0x2ce55c[_0x1186aa(0x1c8)],_0x13b0cf['status_code']=_0x1b640d[_0x1186aa(0x1d4)],_0x13b0cf[_0x1186aa(0x1e6)]=_0x5580c2,_0x3e9764[_0x1186aa(0x1ca)](_0x1a0a35,null,_0x13b0cf),_0x8e2fe1[_0x1186aa(0x1c5)](_0x3e9764['ASKir'],_0x4078b2);}),_0x4dff9c['on'](_0x3e9764[_0xb55728(0x1df)],_0x3ee0c0=>{const _0x2e6045=_0xb55728;_0x8e2fe1=_0x3ee0c0,_0x3ee0c0[_0x2e6045(0x1e3)](_0x222063['kBMdr'],_0x4078b2);}),_0x3e9764['nhojM'](monkeypatch,_0x4dff9c,_0x3e9764['MIwlZ'],(_0xf7d8a8,..._0x38ecd5)=>{const _0x4e25ea=_0xb55728;_0x50bceb=Date[_0x4e25ea(0x1cd)](),_0x222063['nQqZd'](_0xf7d8a8,..._0x38ecd5);}),_0x4dff9c;};_0x3e9764['tlfeU'](monkeypatch,http,_0x3e9764[_0x433cc0(0x1d8)],_0x4728fa),_0x3e9764['zvggE'](monkeypatch,https,_0x3e9764[_0x433cc0(0x1d8)],_0x4728fa);}function restore(){const _0x67a82e=a72_0x545d23;http[_0x67a82e(0x1d2)][_0x67a82e(0x1d9)](),https[_0x67a82e(0x1d2)][_0x67a82e(0x1d9)]();}function a72_0x4326(_0x30b806,_0x483246){const _0x5cb96e=a72_0x5cb9();return a72_0x4326=function(_0x43264e,_0x5da282){_0x43264e=_0x43264e-0x1c3;let _0x237523=_0x5cb96e[_0x43264e];return _0x237523;},a72_0x4326(_0x30b806,_0x483246);}const a72_0x17377={};a72_0x17377[a72_0x545d23(0x1c6)]=spy,a72_0x17377['restore']=restore,module[a72_0x545d23(0x1cf)]=a72_0x17377;function a72_0x5cb9(){const _0x6e9c63=['duration_ms','269572gsuXkx','45595aLhvZc','ASKir','36qATivJ','removeListener','spy','1782832CLGlyp','headers','QLLqW','PCRzV','socket','qNUFM','now','555296KrMrVc','exports','end','8106PdJHoE','request','TykjD','statusCode','vTjQB','method','host','uECze','unpatch','https','9QWDXTT','251535uXWKEM','1DhxcSN','http','PODVL','response','hostname','950mHfPSm','once','1353804DfGmQM','path'];a72_0x5cb9=function(){return _0x6e9c63;};return a72_0x5cb9();}
@@ -1 +1 @@
1
- const a73_0x550ae7=a73_0x5a74;function a73_0x5a74(_0x45dba1,_0x1121de){const _0x20fead=a73_0x20fe();return a73_0x5a74=function(_0x5a742a,_0x2cb2c2){_0x5a742a=_0x5a742a-0xbd;let _0x1bacaf=_0x20fead[_0x5a742a];return _0x1bacaf;},a73_0x5a74(_0x45dba1,_0x1121de);}(function(_0x5ceaac,_0xab2d63){const _0x413634=a73_0x5a74,_0x1ddf63=_0x5ceaac();while(!![]){try{const _0x55d925=parseInt(_0x413634(0xbd))/0x1+-parseInt(_0x413634(0xd0))/0x2+-parseInt(_0x413634(0xc4))/0x3+parseInt(_0x413634(0xd2))/0x4+parseInt(_0x413634(0xcd))/0x5+parseInt(_0x413634(0xce))/0x6+-parseInt(_0x413634(0xc7))/0x7;if(_0x55d925===_0xab2d63)break;else _0x1ddf63['push'](_0x1ddf63['shift']());}catch(_0x270f4f){_0x1ddf63['push'](_0x1ddf63['shift']());}}}(a73_0x20fe,0x87256),module[a73_0x550ae7(0xc3)]=function(){const _0x4b4236=a73_0x550ae7,_0x39d1df={'NLwKW':function(_0x316b2c,_0x3a93af){return _0x316b2c===_0x3a93af;},'VSUsn':'https:','LIlCs':'agent','rQPJg':function(_0x57d7a0,_0x3d8946,_0x1dafa6){return _0x57d7a0(_0x3d8946,_0x1dafa6);},'AsBfA':function(_0x41db8d,_0x50b36a,_0x35026d){return _0x41db8d(_0x50b36a,_0x35026d);},'AVbLQ':function(_0xd719cd,_0x596c93){return _0xd719cd(_0x596c93);},'zUdJY':_0x4b4236(0xbf),'gTGMF':function(_0x5b412b,_0x11c4f0){return _0x5b412b(_0x11c4f0);},'NGPzO':'https','xukOs':function(_0x4e55eb,_0x48e1cb){return _0x4e55eb*_0x48e1cb;},'htvpw':'keepAlive'},_0x318d8b=_0x39d1df[_0x4b4236(0xc6)](require,_0x39d1df[_0x4b4236(0xc9)]),_0x4c26a9=_0x39d1df['gTGMF'](require,_0x39d1df[_0x4b4236(0xbe)]),_0xa460a1=_0x39d1df[_0x4b4236(0xca)](0x1e,0x3e8);if(_0x318d8b['globalAgent']&&Object[_0x4b4236(0xc0)]['hasOwnProperty']['call'](_0x318d8b[_0x4b4236(0xd3)],_0x39d1df[_0x4b4236(0xc5)]))_0x318d8b[_0x4b4236(0xd3)]['keepAlive']=!![],_0x4c26a9['globalAgent']['keepAlive']=!![],_0x318d8b['globalAgent'][_0x4b4236(0xcb)]=_0xa460a1,_0x4c26a9[_0x4b4236(0xd3)][_0x4b4236(0xcb)]=_0xa460a1;else{const _0xb8dab3={};_0xb8dab3['keepAlive']=!![],_0xb8dab3[_0x4b4236(0xcb)]=_0xa460a1;const _0x20e11e=new _0x318d8b[(_0x4b4236(0xd4))](_0xb8dab3),_0x533346={};_0x533346[_0x4b4236(0xcc)]=!![],_0x533346[_0x4b4236(0xcb)]=_0xa460a1;const _0x22d67d=new _0x4c26a9['Agent'](_0x533346),_0x1bbbdd=_0x318d8b[_0x4b4236(0xc8)],_0x4e3fc3=_0x4c26a9['request'];_0x318d8b[_0x4b4236(0xc8)]=function(_0xc97f4,_0x40ee57){const _0xec2338=_0x4b4236;if(_0x39d1df['NLwKW'](_0xc97f4[_0xec2338(0xc1)],_0x39d1df['VSUsn']))return _0xc97f4[_0x39d1df[_0xec2338(0xc2)]]=_0x22d67d,_0x39d1df[_0xec2338(0xd1)](_0x4e3fc3,_0xc97f4,_0x40ee57);return _0xc97f4[_0x39d1df[_0xec2338(0xc2)]]=_0x20e11e,_0x39d1df[_0xec2338(0xcf)](_0x1bbbdd,_0xc97f4,_0x40ee57);};}});function a73_0x20fe(){const _0xd9acba=['AVbLQ','3686774cBMvQH','request','zUdJY','xukOs','keepAliveMsecs','keepAlive','1260930AZEicT','6450486KkmKZD','AsBfA','981532GRulNt','rQPJg','3332904estZYI','globalAgent','Agent','143904tJRuAa','NGPzO','http','prototype','protocol','LIlCs','exports','2200173OuSTrU','htvpw'];a73_0x20fe=function(){return _0xd9acba;};return a73_0x20fe();}
1
+ function a73_0x4f09(_0x353be0,_0x11eb7b){const _0x326543=a73_0x3265();return a73_0x4f09=function(_0x4f099f,_0x54fc0d){_0x4f099f=_0x4f099f-0xe6;let _0x2a5a42=_0x326543[_0x4f099f];return _0x2a5a42;},a73_0x4f09(_0x353be0,_0x11eb7b);}const a73_0x1b9a6a=a73_0x4f09;function a73_0x3265(){const _0x5a09fa=['pPcHy','36265704RMQoas','hasOwnProperty','22675NcQmOf','3071460IHjtCV','6163812gXlsvv','142FDRTRP','2358654rlGGZZ','8pVclam','https:','protocol','21ujMAYG','ChbyG','https','1429681eJrTbp','Agent','keepAliveMsecs','http','80qKtFhu','call','request','TbxWt','IWzDV','globalAgent','keepAlive','8336502jojdPj','AhRyx','faWiu','exports','5Phqpvh'];a73_0x3265=function(){return _0x5a09fa;};return a73_0x3265();}(function(_0x3b3eb8,_0x4282a3){const _0x42f507=a73_0x4f09,_0x1d6047=_0x3b3eb8();while(!![]){try{const _0x162472=parseInt(_0x42f507(0xe8))/0x1*(parseInt(_0x42f507(0xeb))/0x2)+-parseInt(_0x42f507(0xec))/0x3+-parseInt(_0x42f507(0xea))/0x4*(-parseInt(_0x42f507(0x102))/0x5)+parseInt(_0x42f507(0xe9))/0x6*(parseInt(_0x42f507(0xf0))/0x7)+-parseInt(_0x42f507(0xed))/0x8*(parseInt(_0x42f507(0xfe))/0x9)+parseInt(_0x42f507(0xf7))/0xa*(parseInt(_0x42f507(0xf3))/0xb)+-parseInt(_0x42f507(0xe6))/0xc;if(_0x162472===_0x4282a3)break;else _0x1d6047['push'](_0x1d6047['shift']());}catch(_0x230af0){_0x1d6047['push'](_0x1d6047['shift']());}}}(a73_0x3265,0xf21fa),module[a73_0x1b9a6a(0x101)]=function(){const _0x2e138b=a73_0x1b9a6a,_0x1a921e={'kXseG':function(_0x17fef6,_0xc32743){return _0x17fef6===_0xc32743;},'agYJu':_0x2e138b(0xee),'ChbyG':'agent','eTsFV':function(_0x57f02c,_0x4d22e1,_0x107290){return _0x57f02c(_0x4d22e1,_0x107290);},'TbxWt':function(_0x3f97f3,_0x3cca85){return _0x3f97f3(_0x3cca85);},'pPcHy':_0x2e138b(0xf6),'AhRyx':function(_0x378645,_0x2c2847){return _0x378645(_0x2c2847);},'IWzDV':_0x2e138b(0xf2),'faWiu':function(_0x5c5d5c,_0x2be4ff){return _0x5c5d5c*_0x2be4ff;},'DJWJr':_0x2e138b(0xfd)},_0x5725d9=_0x1a921e[_0x2e138b(0xfa)](require,_0x1a921e[_0x2e138b(0x103)]),_0x365838=_0x1a921e[_0x2e138b(0xff)](require,_0x1a921e[_0x2e138b(0xfb)]),_0x55bf52=_0x1a921e[_0x2e138b(0x100)](0x1e,0x3e8);if(_0x5725d9[_0x2e138b(0xfc)]&&Object['prototype'][_0x2e138b(0xe7)][_0x2e138b(0xf8)](_0x5725d9[_0x2e138b(0xfc)],_0x1a921e['DJWJr']))_0x5725d9['globalAgent']['keepAlive']=!![],_0x365838[_0x2e138b(0xfc)][_0x2e138b(0xfd)]=!![],_0x5725d9[_0x2e138b(0xfc)][_0x2e138b(0xf5)]=_0x55bf52,_0x365838[_0x2e138b(0xfc)][_0x2e138b(0xf5)]=_0x55bf52;else{const _0x23de3d={};_0x23de3d[_0x2e138b(0xfd)]=!![],_0x23de3d[_0x2e138b(0xf5)]=_0x55bf52;const _0x13ac86=new _0x5725d9['Agent'](_0x23de3d),_0x3fb49d={};_0x3fb49d[_0x2e138b(0xfd)]=!![],_0x3fb49d[_0x2e138b(0xf5)]=_0x55bf52;const _0x55a4d5=new _0x365838[(_0x2e138b(0xf4))](_0x3fb49d),_0x180db1=_0x5725d9['request'],_0x386fed=_0x365838[_0x2e138b(0xf9)];_0x5725d9[_0x2e138b(0xf9)]=function(_0x5265a0,_0x181114){const _0x3ba0b1=_0x2e138b;if(_0x1a921e['kXseG'](_0x5265a0[_0x3ba0b1(0xef)],_0x1a921e['agYJu']))return _0x5265a0[_0x1a921e[_0x3ba0b1(0xf1)]]=_0x55a4d5,_0x1a921e['eTsFV'](_0x386fed,_0x5265a0,_0x181114);return _0x5265a0[_0x1a921e[_0x3ba0b1(0xf1)]]=_0x13ac86,_0x1a921e['eTsFV'](_0x180db1,_0x5265a0,_0x181114);};}});
@@ -1 +1 @@
1
- function a74_0x2a4a(){var _0x3f9724=['210QxGFGC','24GaxjJr','exports','api/v1/event','1171751zjtgxo','Playwright','6eYMAka','2177815GaczWX','jest','43611gRonJz','2644NEUIkV','29753174IcFOaY','assign','codeceptjs','6301824znWNqg','PLAYWRIGHT','2973CdeDEL','MOCHA','329220onDAXx','api/v1/screenshots','.obs_test_details','api/v1/batch','https://collector-observability.browserstack.com'];a74_0x2a4a=function(){return _0x3f9724;};return a74_0x2a4a();}var a74_0xa409fd=a74_0x5917;(function(_0x3c7e7f,_0x1e35ac){var _0x5d21a8=a74_0x5917,_0x26ab93=_0x3c7e7f();while(!![]){try{var _0x7d6d2=parseInt(_0x5d21a8(0x1ed))/0x1*(-parseInt(_0x5d21a8(0x1ea))/0x2)+parseInt(_0x5d21a8(0x1f4))/0x3*(parseInt(_0x5d21a8(0x1ee))/0x4)+parseInt(_0x5d21a8(0x1eb))/0x5+parseInt(_0x5d21a8(0x1fc))/0x6*(parseInt(_0x5d21a8(0x1e8))/0x7)+parseInt(_0x5d21a8(0x1f2))/0x8+parseInt(_0x5d21a8(0x1f6))/0x9*(parseInt(_0x5d21a8(0x1fb))/0xa)+-parseInt(_0x5d21a8(0x1ef))/0xb;if(_0x7d6d2===_0x1e35ac)break;else _0x26ab93['push'](_0x26ab93['shift']());}catch(_0x4d7840){_0x26ab93['push'](_0x26ab93['shift']());}}}(a74_0x2a4a,0x754ab));function a74_0x5917(_0x250920,_0x369ca9){var _0x2a4ad3=a74_0x2a4a();return a74_0x5917=function(_0x591707,_0x519766){_0x591707=_0x591707-0x1e7;var _0x53ff96=_0x2a4ad3[_0x591707];return _0x53ff96;},a74_0x5917(_0x250920,_0x369ca9);}var a74_0x5849f0={};a74_0x5849f0[a74_0xa409fd(0x1f3)]=a74_0xa409fd(0x1e9),a74_0x5849f0[a74_0xa409fd(0x1f5)]='mocha',a74_0x5849f0['CODECEPT']=a74_0xa409fd(0x1f1),a74_0x5849f0['JEST']=a74_0xa409fd(0x1ec),module[a74_0xa409fd(0x1fd)]={'consoleHolder':Object[a74_0xa409fd(0x1f0)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0xa409fd(0x1fa),'EVENT_ENDPOINT':a74_0xa409fd(0x1e7),'BATCH_ENDPOINT':a74_0xa409fd(0x1f9),'SCREENSHOT_ENDPOINT':a74_0xa409fd(0x1f7),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0xa409fd(0x1f8),'FRAMEWORKS':a74_0x5849f0};
1
+ function a74_0x1d3c(){var _0x2284a8=['53753dXjpBc','api/v1/batch','api/v1/event','JEST','346DrTBHO','jest','CODECEPT','api/v1/screenshots','Playwright','assign','321570JHZgAJ','5TOCThk','384352fHWfnP','codeceptjs','99OFSmmC','638742wxdUtE','https://collector-observability.browserstack.com','3bfuqeD','mocha','MOCHA','2564460OkbfCD','192VaweVw','exports','.obs_test_details','PLAYWRIGHT','997JrHPIB','346689cNEMUJ'];a74_0x1d3c=function(){return _0x2284a8;};return a74_0x1d3c();}function a74_0xc967(_0x5ad971,_0x3c94db){var _0x1d3c34=a74_0x1d3c();return a74_0xc967=function(_0xc96704,_0x43f0c0){_0xc96704=_0xc96704-0xb7;var _0x47ef97=_0x1d3c34[_0xc96704];return _0x47ef97;},a74_0xc967(_0x5ad971,_0x3c94db);}var a74_0x20a491=a74_0xc967;(function(_0x3be304,_0xaae345){var _0x1a400d=a74_0xc967,_0x527dd1=_0x3be304();while(!![]){try{var _0x941548=parseInt(_0x1a400d(0xc0))/0x1*(-parseInt(_0x1a400d(0xc6))/0x2)+parseInt(_0x1a400d(0xb8))/0x3*(parseInt(_0x1a400d(0xce))/0x4)+parseInt(_0x1a400d(0xcd))/0x5*(parseInt(_0x1a400d(0xd1))/0x6)+-parseInt(_0x1a400d(0xc2))/0x7*(-parseInt(_0x1a400d(0xbc))/0x8)+parseInt(_0x1a400d(0xc1))/0x9+parseInt(_0x1a400d(0xcc))/0xa*(-parseInt(_0x1a400d(0xd0))/0xb)+parseInt(_0x1a400d(0xbb))/0xc;if(_0x941548===_0xaae345)break;else _0x527dd1['push'](_0x527dd1['shift']());}catch(_0x11a683){_0x527dd1['push'](_0x527dd1['shift']());}}}(a74_0x1d3c,0x2b415));var a74_0x4a007c={};a74_0x4a007c[a74_0x20a491(0xbf)]=a74_0x20a491(0xca),a74_0x4a007c[a74_0x20a491(0xba)]=a74_0x20a491(0xb9),a74_0x4a007c[a74_0x20a491(0xc8)]=a74_0x20a491(0xcf),a74_0x4a007c[a74_0x20a491(0xc5)]=a74_0x20a491(0xc7),module[a74_0x20a491(0xbd)]={'consoleHolder':Object[a74_0x20a491(0xcb)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0x20a491(0xb7),'EVENT_ENDPOINT':a74_0x20a491(0xc4),'BATCH_ENDPOINT':a74_0x20a491(0xc3),'SCREENSHOT_ENDPOINT':a74_0x20a491(0xc9),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0x20a491(0xbe),'FRAMEWORKS':a74_0x4a007c};