browserstack-node-sdk 1.32.12 → 1.32.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) 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/templates/gcpresources/gkecluster.json +0 -3
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -0
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/w3cMapping.js +1 -1
  117. package/src/hubAllocationMethods.js +1 -1
  118. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a61_0x2b43bf=a61_0x5643;(function(_0x43d04c,_0x148fbd){const _0x34dd4a=a61_0x5643,_0x454f04=_0x43d04c();while(!![]){try{const _0x11b9a2=parseInt(_0x34dd4a(0x201))/0x1*(parseInt(_0x34dd4a(0x203))/0x2)+parseInt(_0x34dd4a(0x20a))/0x3*(-parseInt(_0x34dd4a(0x1fe))/0x4)+-parseInt(_0x34dd4a(0x209))/0x5*(parseInt(_0x34dd4a(0x1fd))/0x6)+-parseInt(_0x34dd4a(0x1e9))/0x7*(parseInt(_0x34dd4a(0x1f4))/0x8)+parseInt(_0x34dd4a(0x205))/0x9*(parseInt(_0x34dd4a(0x1ff))/0xa)+parseInt(_0x34dd4a(0x1e7))/0xb+parseInt(_0x34dd4a(0x1fa))/0xc;if(_0x11b9a2===_0x148fbd)break;else _0x454f04['push'](_0x454f04['shift']());}catch(_0x276051){_0x454f04['push'](_0x454f04['shift']());}}}(a61_0x38bb,0x7a736));const winston=require(a61_0x2b43bf(0x1ee)),os=require('os'),fs=require('fs'),path=require('path'),logDir=a61_0x2b43bf(0x1f7);!fs[a61_0x2b43bf(0x204)](logDir)&&fs['mkdirSync'](logDir);const a61_0x2991c5={};a61_0x2991c5[a61_0x2b43bf(0x1fc)]=a61_0x2b43bf(0x1ec);const transports={'loggerConsole':new winston[(a61_0x2b43bf(0x202))][(a61_0x2b43bf(0x20d))](a61_0x2991c5),'loggerFile':new winston[(a61_0x2b43bf(0x202))][(a61_0x2b43bf(0x1f1))]({'filename':path[a61_0x2b43bf(0x1fb)](logDir,a61_0x2b43bf(0x20e))}),'debugLoggerFile':new winston['transports'][(a61_0x2b43bf(0x1f1))]({'filename':path[a61_0x2b43bf(0x1fb)](os[a61_0x2b43bf(0x206)](),a61_0x2b43bf(0x1ef)),'level':a61_0x2b43bf(0x1eb)})},a61_0x4bf083={};function a61_0x5643(_0x3788d2,_0x1cd75c){const _0x38bb04=a61_0x38bb();return a61_0x5643=function(_0x5643aa,_0x34a972){_0x5643aa=_0x5643aa-0x1e7;let _0xf40ca4=_0x38bb04[_0x5643aa];return _0xf40ca4;},a61_0x5643(_0x3788d2,_0x1cd75c);}a61_0x4bf083['format']=a61_0x2b43bf(0x207);const a61_0x473d9e={};a61_0x473d9e[a61_0x2b43bf(0x1e8)]=!![];const winstonLoggerParams={'format':winston[a61_0x2b43bf(0x1f8)][a61_0x2b43bf(0x1f9)](winston['format'][a61_0x2b43bf(0x1f5)](a61_0x4bf083),winston[a61_0x2b43bf(0x1f8)][a61_0x2b43bf(0x1f2)](a61_0x473d9e),winston['format'][a61_0x2b43bf(0x200)](_0x57a38f=>_0x57a38f[a61_0x2b43bf(0x1f5)]+a61_0x2b43bf(0x208)+_0x57a38f['level']+':\x20'+_0x57a38f[a61_0x2b43bf(0x1f6)])),'transports':[transports['loggerConsole'],transports[a61_0x2b43bf(0x1f0)],transports[a61_0x2b43bf(0x1ed)]]},a61_0x440949={};a61_0x440949[a61_0x2b43bf(0x202)]=[transports[a61_0x2b43bf(0x1f0)]];function a61_0x38bb(){const _0xa41e01=['name','3013974DRSURZ','19588TfYVCo','844140RJdxqV','printf','432527TnivnY','transports','2lPzJOk','existsSync','63yaotDE','tmpdir','YYYY-MM-DD\x20HH:mm:ss','\x20-\x20','5bUujOl','435gonhcF','winstonLogger','createLogger','Console','/usage.log','10444599oakVoy','level','343yExTvl','fileLogger','debug','console.info','debugLoggerFile','winston','/usage-debug.log','loggerFile','File','colorize','logDir','85000EiiwUG','timestamp','message','log','format','combine','3139716KpjnkX','join'];a61_0x38bb=function(){return _0xa41e01;};return a61_0x38bb();}const winstonFileLoggerParams=a61_0x440949;exports[a61_0x2b43bf(0x20b)]=new winston[(a61_0x2b43bf(0x20c))](winstonLoggerParams),exports[a61_0x2b43bf(0x1ea)]=new winston[(a61_0x2b43bf(0x20c))](winstonFileLoggerParams),exports[a61_0x2b43bf(0x1f3)]=logDir,exports[a61_0x2b43bf(0x202)]=transports;
1
+ const a62_0x1f02db=a62_0x2fed;function a62_0x2fed(_0x26cd13,_0x3907aa){const _0x26c3df=a62_0x26c3();return a62_0x2fed=function(_0x2fed16,_0x28ae71){_0x2fed16=_0x2fed16-0x10c;let _0x21e85c=_0x26c3df[_0x2fed16];return _0x21e85c;},a62_0x2fed(_0x26cd13,_0x3907aa);}(function(_0x3e6a1d,_0x14c552){const _0x511217=a62_0x2fed,_0x2d7ee8=_0x3e6a1d();while(!![]){try{const _0x3e1f13=parseInt(_0x511217(0x11d))/0x1+parseInt(_0x511217(0x10d))/0x2+-parseInt(_0x511217(0x12e))/0x3*(-parseInt(_0x511217(0x126))/0x4)+parseInt(_0x511217(0x117))/0x5+-parseInt(_0x511217(0x118))/0x6*(-parseInt(_0x511217(0x11f))/0x7)+-parseInt(_0x511217(0x12f))/0x8+parseInt(_0x511217(0x12a))/0x9*(-parseInt(_0x511217(0x12d))/0xa);if(_0x3e1f13===_0x14c552)break;else _0x2d7ee8['push'](_0x2d7ee8['shift']());}catch(_0x263ea2){_0x2d7ee8['push'](_0x2d7ee8['shift']());}}}(a62_0x26c3,0x38b31));const winston=require(a62_0x1f02db(0x113)),os=require('os'),fs=require('fs'),path=require('path'),logDir='log';!fs[a62_0x1f02db(0x122)](logDir)&&fs[a62_0x1f02db(0x121)](logDir);const a62_0x8c0253={};a62_0x8c0253[a62_0x1f02db(0x11a)]=a62_0x1f02db(0x125);const transports={'loggerConsole':new winston['transports'][(a62_0x1f02db(0x111))](a62_0x8c0253),'loggerFile':new winston[(a62_0x1f02db(0x11b))][(a62_0x1f02db(0x112))]({'filename':path[a62_0x1f02db(0x120)](logDir,a62_0x1f02db(0x123))}),'debugLoggerFile':new winston[(a62_0x1f02db(0x11b))][(a62_0x1f02db(0x112))]({'filename':path['join'](os[a62_0x1f02db(0x116)](),a62_0x1f02db(0x10e)),'level':a62_0x1f02db(0x129)})},a62_0x13ddbc={};a62_0x13ddbc['format']='YYYY-MM-DD\x20HH:mm:ss';const a62_0x36fb23={};a62_0x36fb23[a62_0x1f02db(0x114)]=!![];const winstonLoggerParams={'format':winston[a62_0x1f02db(0x12c)]['combine'](winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x110)](a62_0x13ddbc),winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x11e)](a62_0x36fb23),winston[a62_0x1f02db(0x12c)][a62_0x1f02db(0x12b)](_0x2813d4=>_0x2813d4['timestamp']+a62_0x1f02db(0x127)+_0x2813d4['level']+':\x20'+_0x2813d4[a62_0x1f02db(0x11c)])),'transports':[transports[a62_0x1f02db(0x115)],transports[a62_0x1f02db(0x10c)],transports[a62_0x1f02db(0x10f)]]},a62_0x3db18f={};a62_0x3db18f[a62_0x1f02db(0x11b)]=[transports[a62_0x1f02db(0x10c)]];const winstonFileLoggerParams=a62_0x3db18f;exports[a62_0x1f02db(0x128)]=new winston[(a62_0x1f02db(0x124))](winstonLoggerParams),exports[a62_0x1f02db(0x119)]=new winston[(a62_0x1f02db(0x124))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a62_0x1f02db(0x11b)]=transports;function a62_0x26c3(){const _0x37ce3d=['message','342834lNhPIr','colorize','315931MaRohP','join','mkdirSync','existsSync','/usage.log','createLogger','console.info','92QUrRnB','\x20-\x20','winstonLogger','debug','9rvzaiF','printf','format','10882030wOkNtc','48438VufXvB','1153728NSclxq','loggerFile','812674BStpcB','/usage-debug.log','debugLoggerFile','timestamp','Console','File','winston','level','loggerConsole','tmpdir','1269325pYhnSl','12njgXBd','fileLogger','name','transports'];a62_0x26c3=function(){return _0x37ce3d;};return a62_0x26c3();}
@@ -1 +1 @@
1
- function a62_0x4037(_0x91671c,_0x3f3f8f){var _0x44bd56=a62_0x44bd();return a62_0x4037=function(_0x4037bc,_0x1404e2){_0x4037bc=_0x4037bc-0x157;var _0x3f9a6c=_0x44bd56[_0x4037bc];return _0x3f9a6c;},a62_0x4037(_0x91671c,_0x3f3f8f);}var a62_0x2050e0=a62_0x4037;function a62_0x44bd(){var _0x4c1101=['19562ixdGCy','156haHuHw','1790qelPSE','then','quit','jbXMc','BS_TESTOPS_ALLOW_SCREENSHOTS','yZshp','initScreenshot','175CAVVwW','4864485eTSrLk','lsQrF','split','0|3|1|2|4','1532244hVHPEe','dvagC','16044993kJNefM','eXPTI','TEST_SCREENSHOT','quitCount_','patchQuit','whRrq','7660NwHNxR','AyMkp','initQuit','276nLtvTS','4noAXRW','16445bHVfiP','VSnjb','67096IEzhwR','GPDiR','78MbnWWP','uOPsv','toISOString','overrideQuit','pid','takeScreenshot'];a62_0x44bd=function(){return _0x4c1101;};return a62_0x44bd();}(function(_0x78cd92,_0x1b1fd1){var _0x5476f7=a62_0x4037,_0x50a97a=_0x78cd92();while(!![]){try{var _0xfb9f41=parseInt(_0x5476f7(0x176))/0x1*(parseInt(_0x5476f7(0x177))/0x2)+-parseInt(_0x5476f7(0x15b))/0x3*(parseInt(_0x5476f7(0x16b))/0x4)+parseInt(_0x5476f7(0x167))/0x5*(parseInt(_0x5476f7(0x16a))/0x6)+parseInt(_0x5476f7(0x15a))/0x7*(parseInt(_0x5476f7(0x16e))/0x8)+parseInt(_0x5476f7(0x161))/0x9+parseInt(_0x5476f7(0x178))/0xa*(-parseInt(_0x5476f7(0x16c))/0xb)+parseInt(_0x5476f7(0x15f))/0xc*(-parseInt(_0x5476f7(0x170))/0xd);if(_0xfb9f41===_0x1b1fd1)break;else _0x50a97a['push'](_0x50a97a['shift']());}catch(_0x303ff8){_0x50a97a['push'](_0x50a97a['shift']());}}}(a62_0x44bd,0xe3ea2),exports['overrideTakeScreenshot']=_0x379a63=>{var _0x3e846a=a62_0x4037,_0x274870={'dvagC':'2|3|1|5|4|0','whRrq':_0x3e846a(0x163),'GPDiR':function(_0x255fd7,_0x296f25){return _0x255fd7(_0x296f25);},'DTcZe':function(_0x31f799,_0x526a09){return _0x31f799!==_0x526a09;},'jbXMc':'true'},_0x22d55e=_0x274870[_0x3e846a(0x160)][_0x3e846a(0x15d)]('|'),_0x48d826=0x0;while(!![]){switch(_0x22d55e[_0x48d826++]){case'0':_0x379a63['takeScreenshot']=()=>{var _0x4b5f3c={'StvET':_0x233186['vbgJe'],'yZshp':function(_0x32fe6a,_0x418f60){var _0x4322b4=a62_0x4037;return _0x233186[_0x4322b4(0x15c)](_0x32fe6a,_0x418f60);}};return new Promise(function(_0x41cf2d,_0x53bf0c){var _0x3efaa3=a62_0x4037;_0x379a63[_0x3efaa3(0x159)]()[_0x3efaa3(0x179)](_0x429ad2=>{var _0x3171c9=_0x3efaa3;process['emit']('bs:addLog:'+process[_0x3171c9(0x174)],{'timestamp':new Date()[_0x3171c9(0x172)](),'message':_0x429ad2,'kind':_0x4b5f3c['StvET']}),_0x4b5f3c[_0x3171c9(0x158)](_0x41cf2d,_0x429ad2);});});};continue;case'1':if(_0x379a63['patchScreenshot'])return;continue;case'2':var _0x233186={'vbgJe':_0x274870[_0x3e846a(0x166)],'lsQrF':function(_0x2bd2e4,_0x37c1cf){var _0x4fd0a8=_0x3e846a;return _0x274870[_0x4fd0a8(0x16f)](_0x2bd2e4,_0x37c1cf);}};continue;case'3':if(_0x274870['DTcZe'](process['env'][_0x3e846a(0x157)],_0x274870[_0x3e846a(0x17b)]))return;continue;case'4':_0x379a63[_0x3e846a(0x159)]=_0x379a63[_0x3e846a(0x175)];continue;case'5':_0x379a63['patchScreenshot']=!![];continue;}break;}},exports[a62_0x2050e0(0x173)]=(_0x5a392a,_0x35692b=null)=>{var _0x4e640a=a62_0x2050e0,_0x1875b3={'DrFoI':_0x4e640a(0x15e),'sxwpV':function(_0x155d8b){return _0x155d8b();},'uOPsv':function(_0x2731b0,_0x4880de){return _0x2731b0>_0x4880de;}},_0x25c888=_0x1875b3['DrFoI'][_0x4e640a(0x15d)]('|'),_0x2fe5b9=0x0;while(!![]){switch(_0x25c888[_0x2fe5b9++]){case'0':var _0x5f1909={'VSnjb':function(_0x3039e3){return _0x1875b3['sxwpV'](_0x3039e3);},'AyMkp':function(_0xf42193,_0x24ff3b){var _0xce35e3=_0x4e640a;return _0x1875b3[_0xce35e3(0x171)](_0xf42193,_0x24ff3b);},'eXPTI':function(_0x5b52d9,_0x510397){var _0x1344e3=_0x4e640a;return _0x1875b3[_0x1344e3(0x171)](_0x5b52d9,_0x510397);}};continue;case'1':_0x5a392a['patchQuit']=!![];continue;case'2':_0x5a392a['initQuit']=_0x5a392a['quit'];continue;case'3':if(_0x5a392a[_0x4e640a(0x165)])return;continue;case'4':_0x5a392a[_0x4e640a(0x17a)]=()=>{var _0x32bcc1=_0x4e640a;if(_0x35692b){_0x35692b[_0x32bcc1(0x164)]+=0x1;if(_0x5f1909[_0x32bcc1(0x168)](_0x35692b[_0x32bcc1(0x164)],0x1))return _0x5a392a[_0x32bcc1(0x169)]();}else{_0x5a392a[_0x32bcc1(0x164)]+=0x1;if(_0x5f1909[_0x32bcc1(0x162)](_0x5a392a[_0x32bcc1(0x164)],0x1))return _0x5a392a[_0x32bcc1(0x169)]();}return new Promise(function(_0x5e2a94){var _0x21e99c=_0x32bcc1;_0x5f1909[_0x21e99c(0x16d)](_0x5e2a94);});};continue;}break;}});
1
+ var a63_0x4c36e8=a63_0x52fe;function a63_0x52fe(_0x224efa,_0xa4fb3c){var _0x39e500=a63_0x39e5();return a63_0x52fe=function(_0x52fe8e,_0x52df9b){_0x52fe8e=_0x52fe8e-0x18f;var _0x4b50aa=_0x39e500[_0x52fe8e];return _0x4b50aa;},a63_0x52fe(_0x224efa,_0xa4fb3c);}function a63_0x39e5(){var _0x525183=['znNbd','patchQuit','TEST_SCREENSHOT','split','eyAkj','xVarP','1445423CPurzB','then','LxkFL','wBbvG','45971tRQLga','24UmsnRd','8JjpKSe','3016mgMiVr','1773200PXAMDX','12840048oYOagd','BS_TESTOPS_ALLOW_SCREENSHOTS','15786KHieSu','67208pkkSwR','initQuit','toISOString','env','kJyBV','650ZWiFmY','quit','FYwNR','63899yeSauB','takeScreenshot','quitCount_','overrideQuit','bhnae','initScreenshot','rbPXt','pid','18locOhG','GISLc','patchScreenshot'];a63_0x39e5=function(){return _0x525183;};return a63_0x39e5();}(function(_0x2a913a,_0x55a012){var _0x36895e=a63_0x52fe,_0x45e0b8=_0x2a913a();while(!![]){try{var _0x5f4672=parseInt(_0x36895e(0x193))/0x1*(-parseInt(_0x36895e(0x195))/0x2)+parseInt(_0x36895e(0x194))/0x3*(-parseInt(_0x36895e(0x19b))/0x4)+parseInt(_0x36895e(0x197))/0x5+parseInt(_0x36895e(0x1ab))/0x6*(parseInt(_0x36895e(0x18f))/0x7)+parseInt(_0x36895e(0x196))/0x8*(parseInt(_0x36895e(0x19a))/0x9)+-parseInt(_0x36895e(0x1a0))/0xa*(-parseInt(_0x36895e(0x1a3))/0xb)+-parseInt(_0x36895e(0x198))/0xc;if(_0x5f4672===_0x55a012)break;else _0x45e0b8['push'](_0x45e0b8['shift']());}catch(_0x4c900a){_0x45e0b8['push'](_0x45e0b8['shift']());}}}(a63_0x39e5,0x98806),exports['overrideTakeScreenshot']=_0x88c4f0=>{var _0x53cc28=a63_0x52fe,_0x548da0={'bhnae':'3|5|1|0|2|4','wBbvG':_0x53cc28(0x1b0),'rbPXt':function(_0x449b30,_0x213713){return _0x449b30(_0x213713);},'JZezC':function(_0x5433e8,_0x4088a6){return _0x5433e8!==_0x4088a6;},'FYwNR':'true'},_0x1d8934=_0x548da0[_0x53cc28(0x1a7)][_0x53cc28(0x1b1)]('|'),_0x34f404=0x0;while(!![]){switch(_0x1d8934[_0x34f404++]){case'0':_0x88c4f0[_0x53cc28(0x1ad)]=!![];continue;case'1':if(_0x88c4f0[_0x53cc28(0x1ad)])return;continue;case'2':_0x88c4f0['initScreenshot']=_0x88c4f0[_0x53cc28(0x1a4)];continue;case'3':var _0x3d66df={'XrluQ':_0x548da0[_0x53cc28(0x192)],'LxkFL':function(_0x5f27d5,_0x2c9729){var _0xa010d9=_0x53cc28;return _0x548da0[_0xa010d9(0x1a9)](_0x5f27d5,_0x2c9729);}};continue;case'4':_0x88c4f0[_0x53cc28(0x1a4)]=()=>{var _0x2b1f88={'ZNzIa':_0x3d66df['XrluQ'],'xVarP':function(_0x43cc11,_0x5a4e69){var _0x4abfb4=a63_0x52fe;return _0x3d66df[_0x4abfb4(0x191)](_0x43cc11,_0x5a4e69);}};return new Promise(function(_0x43c239,_0x1c26d7){var _0x2ff225=a63_0x52fe;_0x88c4f0[_0x2ff225(0x1a8)]()[_0x2ff225(0x190)](_0x4f2b29=>{var _0x1bfcec=_0x2ff225;process['emit']('bs:addLog:'+process[_0x1bfcec(0x1aa)],{'timestamp':new Date()[_0x1bfcec(0x19d)](),'message':_0x4f2b29,'kind':_0x2b1f88['ZNzIa']}),_0x2b1f88[_0x1bfcec(0x1b3)](_0x43c239,_0x4f2b29);});});};continue;case'5':if(_0x548da0['JZezC'](process[_0x53cc28(0x19e)][_0x53cc28(0x199)],_0x548da0[_0x53cc28(0x1a2)]))return;continue;}break;}},exports[a63_0x4c36e8(0x1a6)]=(_0x4aede8,_0x43affb=null)=>{var _0x24de32=a63_0x4c36e8,_0x28766b={'kJyBV':'0|2|4|1|3','oQGMe':function(_0x4b55ac){return _0x4b55ac();},'eyAkj':function(_0x48ddef,_0xd42e0e){return _0x48ddef>_0xd42e0e;}},_0x57f95f=_0x28766b[_0x24de32(0x19f)][_0x24de32(0x1b1)]('|'),_0x22ad5f=0x0;while(!![]){switch(_0x57f95f[_0x22ad5f++]){case'0':var _0x369760={'RUBnv':function(_0x4d782b){return _0x28766b['oQGMe'](_0x4d782b);},'znNbd':function(_0x50322f,_0x3b738f){var _0x222b73=_0x24de32;return _0x28766b[_0x222b73(0x1b2)](_0x50322f,_0x3b738f);}};continue;case'1':_0x4aede8[_0x24de32(0x19c)]=_0x4aede8[_0x24de32(0x1a1)];continue;case'2':if(_0x4aede8[_0x24de32(0x1af)])return;continue;case'3':_0x4aede8['quit']=()=>{var _0xeea21a=_0x24de32,_0x19eb77={'GISLc':function(_0x44d279){return _0x369760['RUBnv'](_0x44d279);}};if(_0x43affb){_0x43affb[_0xeea21a(0x1a5)]+=0x1;if(_0x369760[_0xeea21a(0x1ae)](_0x43affb[_0xeea21a(0x1a5)],0x1))return _0x4aede8[_0xeea21a(0x19c)]();}else{_0x4aede8[_0xeea21a(0x1a5)]+=0x1;if(_0x369760[_0xeea21a(0x1ae)](_0x4aede8[_0xeea21a(0x1a5)],0x1))return _0x4aede8[_0xeea21a(0x19c)]();}return new Promise(function(_0x3fbe27){var _0x2ca67a=_0xeea21a;_0x19eb77[_0x2ca67a(0x1ac)](_0x3fbe27);});};continue;case'4':_0x4aede8['patchQuit']=!![];continue;}break;}});
@@ -1 +1 @@
1
- function a63_0x23c6(_0x31e600,_0x1b70a8){const _0x13b713=a63_0x13b7();return a63_0x23c6=function(_0x23c6a8,_0x5f27d2){_0x23c6a8=_0x23c6a8-0xe7;let _0x56dc58=_0x13b713[_0x23c6a8];return _0x56dc58;},a63_0x23c6(_0x31e600,_0x1b70a8);}const a63_0x265462=a63_0x23c6;function a63_0x13b7(){const _0x29956b=['PERCY_SERVER_ADDRESS','lUPbY','QpfHR','891747lAOfFs','automate','&type=','join','env',':start','85966gXUuvi','percy.log','awSAw','195435nzzZRc','2517995tXZsqX','app:exec','tGoHZ','7nkoVQN','JDVDY','app','exec:stop','stdout','start','winstonLogger','path','QzWGF','IfqNV','createPercyConfig','fetchPercyToken','error','nodeRequest','exports','BRnvj','3102978CXjniu','nVZBj','projectName','data','percyOptions','krCTA','GET','pipe','KLbnM','../logger','RxFIo','kYjLK','token','hTAZb','assign','10TuyHGb','percy.json','api/app_percy/get_project_token?name=','child_process','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','version','TUgpJ','Error\x20creating\x20percy\x20config:\x20','push','stderr','stringify','close','Percy\x20fetch\x20token\x20success','5091713JrUgXG','isProcessRunning','naoIn','percy/healthcheck','Percy\x20healthcheck\x20successful','healthcheck','ZRYox','ZOqYP','8RNnmQb','hkUlv','exec','688407HGhCHo','yOcmO','isRunning','8FlSXVn'];a63_0x13b7=function(){return _0x29956b;};return a63_0x13b7();}(function(_0x40a3fa,_0xef3eef){const _0x4dc21a=a63_0x23c6,_0x12aa23=_0x40a3fa();while(!![]){try{const _0x1e4e66=parseInt(_0x4dc21a(0x125))/0x1+parseInt(_0x4dc21a(0x122))/0x2+parseInt(_0x4dc21a(0x115))/0x3*(parseInt(_0x4dc21a(0x118))/0x4)+parseInt(_0x4dc21a(0x126))/0x5+parseInt(_0x4dc21a(0xee))/0x6*(-parseInt(_0x4dc21a(0x129))/0x7)+parseInt(_0x4dc21a(0x112))/0x8*(parseInt(_0x4dc21a(0x11c))/0x9)+parseInt(_0x4dc21a(0xfd))/0xa*(-parseInt(_0x4dc21a(0x10a))/0xb);if(_0x1e4e66===_0xef3eef)break;else _0x12aa23['push'](_0x12aa23['shift']());}catch(_0x47d1bc){_0x12aa23['push'](_0x12aa23['shift']());}}}(a63_0x13b7,0x4e1f8));const fs=require('fs'),path=require(a63_0x265462(0x130)),os=require('os'),{spawn}=require(a63_0x265462(0x100)),helper=require('../helper'),logger=require(a63_0x265462(0xf7))[a63_0x265462(0x12f)],{logDir}=require(a63_0x265462(0xf7)),PercyBinary=require('./PercyBinary');class Percy{#logfile=path[a63_0x265462(0x11f)](logDir,a63_0x265462(0x123));#address=process[a63_0x265462(0x120)][a63_0x265462(0x119)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a63_0x265462(0x10b)]=![];constructor(_0x2e2bb6){const _0x46e8b2=a63_0x265462;this.#config=_0x2e2bb6,!!_0x2e2bb6[_0x46e8b2(0x12b)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x171bee=new PercyBinary();this.#binaryPath=await _0x171bee['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x4be38a){return new Promise(_0x404894=>setTimeout(_0x404894,_0x4be38a));}async[a63_0x265462(0x10f)](){const _0x4868ab=a63_0x265462,_0x59628d={};_0x59628d[_0x4868ab(0xfb)]=_0x4868ab(0xf4),_0x59628d[_0x4868ab(0xf6)]=_0x4868ab(0x10d);const _0x4a5b85=_0x59628d;try{const _0x38bf67=await helper['nodeRequest'](_0x4a5b85[_0x4868ab(0xfb)],_0x4a5b85[_0x4868ab(0xf6)],null,null,this.#address);if(_0x38bf67)return!![];}catch(_0x1bd4e6){return![];}}async[a63_0x265462(0x12e)](){const _0xfc5b7=a63_0x265462,_0x1d127b={'nVZBj':_0xfc5b7(0x127),'lUPbY':_0xfc5b7(0x114),'hkUlv':function(_0x17f260,_0x134dc1,_0x2467c8,_0x22143e){return _0x17f260(_0x134dc1,_0x2467c8,_0x22143e);},'GkPaX':_0xfc5b7(0x108),'ChvKA':_0xfc5b7(0x10e)},_0x3dabb3=await this.#getBinaryPath(),_0x142cec={};_0x142cec['flags']='a';const _0x3b0c8f=fs['createWriteStream'](this.#logfile,_0x142cec),_0x145f05=await this[_0xfc5b7(0xe9)](),_0x455230=await this[_0xfc5b7(0xe8)]();if(!_0x145f05)return![];const _0x49d4b1=[(this.#isApp?_0x1d127b[_0xfc5b7(0xef)]:_0x1d127b[_0xfc5b7(0x11a)])+_0xfc5b7(0x121)];_0x455230&&_0x49d4b1[_0xfc5b7(0x105)]('-c',_0x455230);const _0x3ac660={};_0x3ac660['PERCY_TOKEN']=_0x145f05,this.#proc=_0x1d127b[_0xfc5b7(0x113)](spawn,_0x3dabb3,_0x49d4b1,{'env':Object[_0xfc5b7(0xfc)](process[_0xfc5b7(0x120)],_0x3ac660)}),this.#proc[_0xfc5b7(0x12d)][_0xfc5b7(0xf5)](_0x3b0c8f),this.#proc[_0xfc5b7(0x106)][_0xfc5b7(0xf5)](_0x3b0c8f),this['isProcessRunning']=!![];var _0x90867e=this;this.#proc['on'](_0x1d127b['GkPaX'],function(_0x3121a3){const _0x5ad2f3=_0xfc5b7;_0x90867e[_0x5ad2f3(0x10b)]=![];});do{const _0x1cad16=await this['healthcheck']();if(_0x1cad16)return logger['debug'](_0x1d127b['ChvKA']),!![];await this.#sleep(0x3e8);}while(this[_0xfc5b7(0x10b)]);return![];}async['stop'](){const _0x257a6e=a63_0x265462,_0x23ae3e={'QzWGF':function(_0x3fc5cc,_0x372f8b){return _0x3fc5cc(_0x372f8b);},'tGoHZ':function(_0x3276ad,_0x1f4c44,_0x304b95){return _0x3276ad(_0x1f4c44,_0x304b95);},'ZOqYP':_0x257a6e(0x12c),'CENYG':_0x257a6e(0x108)},_0x2130e9=await this.#getBinaryPath();return new Promise((_0x572f93,_0x67fa22)=>{const _0x17910a=_0x257a6e,_0x547c68=_0x23ae3e[_0x17910a(0x128)](spawn,_0x2130e9,[_0x23ae3e[_0x17910a(0x111)]]);_0x547c68['on'](_0x23ae3e['CENYG'],_0x5d0ee3=>{const _0x4bbe5f=_0x17910a;this[_0x4bbe5f(0x10b)]=![],_0x23ae3e[_0x4bbe5f(0x131)](_0x572f93,_0x5d0ee3);});});}[a63_0x265462(0x117)](){const _0x4a1634=a63_0x265462;return this[_0x4a1634(0x10b)];}async[a63_0x265462(0xe9)](){const _0x4cef98=a63_0x265462,_0x33737f={};_0x33737f[_0x4cef98(0xed)]=_0x4cef98(0x12b),_0x33737f[_0x4cef98(0xf8)]=_0x4cef98(0x11d),_0x33737f[_0x4cef98(0xe7)]=_0x4cef98(0xf4),_0x33737f[_0x4cef98(0x116)]=_0x4cef98(0x109);const _0x3b4f99=_0x33737f,_0x2e57a4=this.#config[_0x4cef98(0xf0)];try{const _0xe9644=this.#isApp?_0x3b4f99['BRnvj']:_0x3b4f99[_0x4cef98(0xf8)],_0x38c6c0=await helper[_0x4cef98(0xeb)](_0x3b4f99['IfqNV'],_0x4cef98(0xff)+_0x2e57a4+_0x4cef98(0x11e)+_0xe9644,{},this.#config),_0x106ee9=_0x38c6c0[_0x4cef98(0xf1)];return logger['debug'](_0x3b4f99[_0x4cef98(0x116)]),_0x106ee9[_0x4cef98(0xfa)];}catch(_0x2ee1d5){return logger[_0x4cef98(0xea)](_0x4cef98(0x101)+_0x2ee1d5),null;}}async[a63_0x265462(0xe8)](){const _0x4324c2=a63_0x265462,_0x1774da={'awSAw':function(_0x214932,_0x2dce70){return _0x214932(_0x2dce70);},'JDVDY':function(_0x5f2dd6,_0x433769){return _0x5f2dd6+_0x433769;},'TUgpJ':'Percy\x20config\x20created\x20at\x20','QpfHR':function(_0x35d77b,_0x4a2dac){return _0x35d77b(_0x4a2dac);},'naoIn':_0x4324c2(0xfe)};if(!this.#config[_0x4324c2(0xf2)])return null;const _0x3f645d=path[_0x4324c2(0x11f)](os['tmpdir'](),_0x1774da[_0x4324c2(0x10c)]),_0x25c5a0=this.#config['percyOptions'];return!_0x25c5a0[_0x4324c2(0x102)]&&(_0x25c5a0['version']='2'),new Promise((_0x54be2b,_0x4c6430)=>{const _0x3da1c0=_0x4324c2,_0x175f00={'GSbAy':function(_0x4c39f9,_0x4f0520){const _0x542db5=a63_0x23c6;return _0x1774da[_0x542db5(0x124)](_0x4c39f9,_0x4f0520);},'kYjLK':function(_0x266ea0,_0x28bb5f){const _0x370566=a63_0x23c6;return _0x1774da[_0x370566(0x12a)](_0x266ea0,_0x28bb5f);},'ZRYox':_0x1774da[_0x3da1c0(0x103)],'krCTA':function(_0x1e42ae,_0x7786cc){const _0x3e1817=_0x3da1c0;return _0x1774da[_0x3e1817(0x11b)](_0x1e42ae,_0x7786cc);}};fs['writeFile'](_0x3f645d,JSON[_0x3da1c0(0x107)](_0x25c5a0),_0x21cfb4=>{const _0x2000fa=_0x3da1c0;_0x21cfb4&&(logger['error'](_0x2000fa(0x104)+_0x21cfb4),_0x175f00['GSbAy'](_0x54be2b,null)),logger['debug'](_0x175f00[_0x2000fa(0xf9)](_0x175f00[_0x2000fa(0x110)],_0x3f645d)),_0x175f00[_0x2000fa(0xf3)](_0x54be2b,_0x3f645d);});});}}module[a63_0x265462(0xec)]=Percy;
1
+ const a64_0x21fa57=a64_0x512a;(function(_0x1ac922,_0x140fec){const _0x5aac46=a64_0x512a,_0x1eb78a=_0x1ac922();while(!![]){try{const _0x3fda90=parseInt(_0x5aac46(0xc5))/0x1*(parseInt(_0x5aac46(0xd3))/0x2)+-parseInt(_0x5aac46(0xb7))/0x3+-parseInt(_0x5aac46(0xf5))/0x4+parseInt(_0x5aac46(0xf4))/0x5*(-parseInt(_0x5aac46(0xc2))/0x6)+parseInt(_0x5aac46(0xdc))/0x7+-parseInt(_0x5aac46(0xd9))/0x8*(parseInt(_0x5aac46(0xea))/0x9)+parseInt(_0x5aac46(0xe4))/0xa*(parseInt(_0x5aac46(0xe8))/0xb);if(_0x3fda90===_0x140fec)break;else _0x1eb78a['push'](_0x1eb78a['shift']());}catch(_0xe2d986){_0x1eb78a['push'](_0x1eb78a['shift']());}}}(a64_0x48a4,0xb87fa));const fs=require('fs'),path=require(a64_0x21fa57(0xc1)),os=require('os'),{spawn}=require('child_process'),helper=require(a64_0x21fa57(0xd4)),logger=require(a64_0x21fa57(0xc0))['winstonLogger'],{logDir}=require(a64_0x21fa57(0xc0)),PercyBinary=require(a64_0x21fa57(0xdb));class Percy{#logfile=path[a64_0x21fa57(0xe2)](logDir,a64_0x21fa57(0xce));#address=process[a64_0x21fa57(0xe6)]['PERCY_SERVER_ADDRESS']||a64_0x21fa57(0xae);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x21fa57(0xca)]=![];constructor(_0x4c4148){const _0xd8c451=a64_0x21fa57;this.#config=_0x4c4148,!!_0x4c4148[_0xd8c451(0xd6)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0xb182cf=a64_0x21fa57;if(!this.#binaryPath){const _0x24fe26=new PercyBinary();this.#binaryPath=await _0x24fe26[_0xb182cf(0xb8)](this.#config);}return this.#binaryPath;}async #sleep(_0x565feb){return new Promise(_0x476968=>setTimeout(_0x476968,_0x565feb));}async['healthcheck'](){const _0x2f57fd=a64_0x21fa57,_0xf36f1c={};_0xf36f1c[_0x2f57fd(0xde)]=_0x2f57fd(0xb0),_0xf36f1c[_0x2f57fd(0xdf)]=_0x2f57fd(0xad);const _0x4578c6=_0xf36f1c;try{const _0x383665=await helper[_0x2f57fd(0xed)](_0x4578c6['SlHqW'],_0x4578c6['IFceA'],null,null,this.#address);if(_0x383665)return!![];}catch(_0x1c2087){return![];}}async[a64_0x21fa57(0xee)](){const _0x293487=a64_0x21fa57,_0x73613f={'QGeCo':_0x293487(0xf2),'jliLY':'exec','IzwSO':function(_0x18229d,_0x5e6e3f,_0x3a7b4f,_0x467859){return _0x18229d(_0x5e6e3f,_0x3a7b4f,_0x467859);},'ZPCJL':'close','IDoss':'Percy\x20healthcheck\x20successful'},_0x1eddbc=await this.#getBinaryPath(),_0x2cee1f={};_0x2cee1f['flags']='a';const _0x15b545=fs[_0x293487(0xe9)](this.#logfile,_0x2cee1f),_0x4980f3=await this['fetchPercyToken'](),_0x201d10=await this[_0x293487(0xcb)]();if(!_0x4980f3)return![];const _0x322c54=[(this.#isApp?_0x73613f[_0x293487(0xb5)]:_0x73613f[_0x293487(0xc7)])+_0x293487(0xf0)];_0x201d10&&_0x322c54[_0x293487(0xd1)]('-c',_0x201d10);const _0xedfb77={};_0xedfb77[_0x293487(0xd5)]=_0x4980f3,this.#proc=_0x73613f[_0x293487(0xbe)](spawn,_0x1eddbc,_0x322c54,{'env':Object[_0x293487(0xb6)](process[_0x293487(0xe6)],_0xedfb77)}),this.#proc[_0x293487(0xec)]['pipe'](_0x15b545),this.#proc[_0x293487(0xb9)][_0x293487(0xb1)](_0x15b545),this[_0x293487(0xca)]=!![];var _0x4711df=this;this.#proc['on'](_0x73613f[_0x293487(0xcf)],function(_0x593148){_0x4711df['isProcessRunning']=![];});do{const _0x186cdb=await this['healthcheck']();if(_0x186cdb)return logger[_0x293487(0xef)](_0x73613f[_0x293487(0xc9)]),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async[a64_0x21fa57(0xc4)](){const _0x4d425a=a64_0x21fa57,_0x48604b={'dTeva':function(_0x37bc3a,_0x577251){return _0x37bc3a(_0x577251);},'HGDzt':function(_0x1c9ce2,_0xf1046a,_0x305d4b){return _0x1c9ce2(_0xf1046a,_0x305d4b);},'myaOy':_0x4d425a(0xf6),'ikkrK':'close'},_0x56d758=await this.#getBinaryPath();return new Promise((_0x12d126,_0x52b521)=>{const _0x32ad6d=_0x4d425a,_0x59cf71={'RtPue':function(_0x5a604a,_0x4a7532){const _0x2a8655=a64_0x512a;return _0x48604b[_0x2a8655(0xd8)](_0x5a604a,_0x4a7532);}},_0x22b79a=_0x48604b['HGDzt'](spawn,_0x56d758,[_0x48604b[_0x32ad6d(0xe3)]]);_0x22b79a['on'](_0x48604b[_0x32ad6d(0xdd)],_0x3ffbeb=>{const _0x1a0682=_0x32ad6d;this[_0x1a0682(0xca)]=![],_0x59cf71[_0x1a0682(0xaf)](_0x12d126,_0x3ffbeb);});});}[a64_0x21fa57(0xe7)](){const _0x150313=a64_0x21fa57;return this[_0x150313(0xca)];}async[a64_0x21fa57(0xbf)](){const _0x1fa164=a64_0x21fa57,_0x2a80f3={};_0x2a80f3['wGjml']=_0x1fa164(0xd6),_0x2a80f3[_0x1fa164(0xbb)]=_0x1fa164(0xcd),_0x2a80f3[_0x1fa164(0xe0)]=_0x1fa164(0xb0),_0x2a80f3[_0x1fa164(0xb3)]=_0x1fa164(0xe1);const _0x4135ba=_0x2a80f3,_0x5dec10=this.#config[_0x1fa164(0xd7)];try{const _0x423e26=this.#isApp?_0x4135ba[_0x1fa164(0xf3)]:_0x4135ba[_0x1fa164(0xbb)],_0xbf5718=await helper[_0x1fa164(0xed)](_0x4135ba[_0x1fa164(0xe0)],'api/app_percy/get_project_token?name='+_0x5dec10+_0x1fa164(0xf1)+_0x423e26,{},this.#config),_0x4b1601=_0xbf5718[_0x1fa164(0xbc)];return logger[_0x1fa164(0xef)](_0x4135ba[_0x1fa164(0xb3)]),_0x4b1601[_0x1fa164(0xc3)];}catch(_0x2b4a9e){return logger[_0x1fa164(0xcc)](_0x1fa164(0xda)+_0x2b4a9e),null;}}async[a64_0x21fa57(0xcb)](){const _0xa166ec=a64_0x21fa57,_0x2a169a={'erHKM':function(_0x71405f,_0xd3008c){return _0x71405f(_0xd3008c);},'LXHZU':function(_0x5ebb52,_0x5a35ec){return _0x5ebb52+_0x5a35ec;},'dMmwi':_0xa166ec(0xc8),'fNUDZ':function(_0x15b241,_0x50f1db){return _0x15b241(_0x50f1db);},'hnzrM':_0xa166ec(0xd0)};if(!this.#config[_0xa166ec(0xeb)])return null;const _0x431fd8=path[_0xa166ec(0xe2)](os[_0xa166ec(0xac)](),_0x2a169a['hnzrM']),_0x4bed4b=this.#config[_0xa166ec(0xeb)];return!_0x4bed4b['version']&&(_0x4bed4b['version']='2'),new Promise((_0x36eebd,_0x46ad18)=>{const _0x5651a3=_0xa166ec;fs[_0x5651a3(0xb2)](_0x431fd8,JSON[_0x5651a3(0xe5)](_0x4bed4b),_0x478339=>{const _0x48de60=_0x5651a3;_0x478339&&(logger[_0x48de60(0xcc)](_0x48de60(0xba)+_0x478339),_0x2a169a[_0x48de60(0xc6)](_0x36eebd,null)),logger['debug'](_0x2a169a['LXHZU'](_0x2a169a[_0x48de60(0xbd)],_0x431fd8)),_0x2a169a[_0x48de60(0xd2)](_0x36eebd,_0x431fd8);});});}}function a64_0x48a4(){const _0x2738f4=['stringify','env','isRunning','22nejSsH','createWriteStream','89757rvMBlm','percyOptions','stdout','nodeRequest','start','debug',':start','&type=','app:exec','wGjml','5BCTaNx','2409788BnrRve','exec:stop','tmpdir','percy/healthcheck','http://localhost:5338','RtPue','GET','pipe','writeFile','zgLcO','exports','QGeCo','assign','3545253NDxmSh','getBinaryPath','stderr','Error\x20creating\x20percy\x20config:\x20','AOcam','data','dMmwi','IzwSO','fetchPercyToken','../logger','path','1434288BFqxGT','token','stop','3849ldCpHE','erHKM','jliLY','Percy\x20config\x20created\x20at\x20','IDoss','isProcessRunning','createPercyConfig','error','automate','percy.log','ZPCJL','percy.json','push','fNUDZ','360YtdqiL','../helper','PERCY_TOKEN','app','projectName','dTeva','80hgupPM','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','./PercyBinary','9708454fOdKZX','ikkrK','SlHqW','IFceA','LCEnr','Percy\x20fetch\x20token\x20success','join','myaOy','3994700lCvPaQ'];a64_0x48a4=function(){return _0x2738f4;};return a64_0x48a4();}function a64_0x512a(_0x3261b4,_0x39266a){const _0x48a43d=a64_0x48a4();return a64_0x512a=function(_0x512abe,_0x366321){_0x512abe=_0x512abe-0xac;let _0x4ffcb9=_0x48a43d[_0x512abe];return _0x4ffcb9;},a64_0x512a(_0x3261b4,_0x39266a);}module[a64_0x21fa57(0xb4)]=Percy;
@@ -1 +1 @@
1
- function a64_0x2a81(){const _0x3f1d27=['https://github.com/percy/cli/releases/latest/download','Zhpjh','entry','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','proxyHost','hNEiN','undefined','../logger','kOKvL','RAuQK','parse','https-proxy-agent','createWriteStream','QLBvS','.zip','6556865MmzxIx','aXsUx','path','pipe','LlRnT','tlVoJ','proxyPort','test','RBhyI','FbrYM','darwin','env','EilQn','Corrupt\x20percy\x20binary,\x20retrying','ZPdIY','eZvCO','953245jKxzim','platform','FGYRW','download','ttjzE','CjARC','USERPROFILE','hNEsY','wTcGY','win32','yFaYY','GGFUR','readEntry','aenwX','dTucv','YOjRF','USERNAME','cwd','eSpTZ','hhKzm','HOME','X_OK','wjESc','url','LyRXP','QbqRb','winstonLogger','bLzrT','BhwCO','once','aimAs','259719wrUnhe','pCEkk','accessSync','36AWNvlr','chmod','ObtfQ','function','R_OK','ccTxZ','TQopv','Llirm','/home/','LOKkQ','xuIMs','fileName','exports','USER','getBinaryPath','useCaCertificate','close','yauzl','data','lazyEntries','zazqb','5495416QVtnir','/Users/','ygISk','149320hXYbZz','vTDkz','OGbNp','.browserstack','linux','hgSsP','HFiYh','nPwKS','evgBd','XkcXX','/root','mkdirSync','homedir','WXuDV','/percy-linux.zip','port','agent','CHrOa','tmpdir','YoUls','HOMEPATH','pNjYj','/percy-win.zip','vzkYx','joZbZ','match','KEBdD','--version','error','GQysh','follow-redirects','get','length','jADpm','statSync','cyEQH','TIhmK','pHnig','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','PyAuz','W_OK','1910440BuqCIM','open','LNAME','join','429864CayfRL','FCvFG','KWNto','validateBinary','percy.exe','WNvnA','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'];a64_0x2a81=function(){return _0x3f1d27;};return a64_0x2a81();}const a64_0x21caa6=a64_0x38fc;(function(_0x26e3a5,_0x16bce3){const _0x4c4669=a64_0x38fc,_0x8ef3f5=_0x26e3a5();while(!![]){try{const _0x3d8390=-parseInt(_0x4c4669(0x219))/0x1+-parseInt(_0x4c4669(0x1ae))/0x2*(-parseInt(_0x4c4669(0x1ab))/0x3)+parseInt(_0x4c4669(0x1c3))/0x4+-parseInt(_0x4c4669(0x209))/0x5+-parseInt(_0x4c4669(0x1f3))/0x6+parseInt(_0x4c4669(0x1ef))/0x7+-parseInt(_0x4c4669(0x1c6))/0x8;if(_0x3d8390===_0x16bce3)break;else _0x8ef3f5['push'](_0x8ef3f5['shift']());}catch(_0x3f7f44){_0x8ef3f5['push'](_0x8ef3f5['shift']());}}}(a64_0x2a81,0xcf8f1));const {https}=require(a64_0x21caa6(0x1e4)),url=require(a64_0x21caa6(0x230)),yauzl=require(a64_0x21caa6(0x1bf)),fs=require('fs'),path=require(a64_0x21caa6(0x20b)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a64_0x21caa6(0x205)),logger=require(a64_0x21caa6(0x201))[a64_0x21caa6(0x1a6)];class PercyBinary{#hostOS=process[a64_0x21caa6(0x21a)];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a64_0x21caa6(0x1f2)](this.#homedir(),a64_0x21caa6(0x1c9)),process[a64_0x21caa6(0x22a)](),os[a64_0x21caa6(0x1d8)]()];constructor(){const _0x2d912d=a64_0x21caa6,_0xfa63d={};_0xfa63d[_0x2d912d(0x226)]=_0x2d912d(0x1fa),_0xfa63d[_0x2d912d(0x21d)]=function(_0x30ec5a,_0x13b720){return _0x30ec5a+_0x13b720;},_0xfa63d[_0x2d912d(0x231)]='/percy-osx.zip',_0xfa63d[_0x2d912d(0x1f4)]=_0x2d912d(0x1dc),_0xfa63d['hhKzm']=_0x2d912d(0x1f7),_0xfa63d[_0x2d912d(0x1b8)]=_0x2d912d(0x1d4);const _0x14d443=_0xfa63d,_0x347e9c=_0x14d443[_0x2d912d(0x226)];if(this.#hostOS[_0x2d912d(0x1df)](/darwin|mac os/i))this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x231)]);else this.#hostOS[_0x2d912d(0x1df)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x1f4)]),this.#binaryName=_0x14d443[_0x2d912d(0x22c)]):this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x1b8)]);}#getAvailableDirs(){const _0x52c337=a64_0x21caa6,_0xd06c17={};_0xd06c17[_0x52c337(0x1f8)]=function(_0xcb35e0,_0x47c6b9){return _0xcb35e0<_0x47c6b9;},_0xd06c17[_0x52c337(0x1b0)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x314281=_0xd06c17;for(var _0x3972a7=0x0;_0x314281[_0x52c337(0x1f8)](_0x3972a7,this.#orderedPaths[_0x52c337(0x1e6)]);_0x3972a7++){var _0x36b186=this.#orderedPaths[_0x3972a7];if(this.#makePath(_0x36b186))return _0x36b186;}throw new Error(_0x314281[_0x52c337(0x1b0)]);}#makePath(_0x666f57){const _0x4d5d15=a64_0x21caa6;try{return!this.#checkPath(_0x666f57)&&fs[_0x4d5d15(0x1d1)](_0x666f57),!![];}catch{return![];}}#checkPath(_0x855a69,_0x5ccffb){const _0x1ad274=a64_0x21caa6,_0x35d97b={};_0x35d97b[_0x1ad274(0x1a5)]=function(_0x369391,_0x23437b){return _0x369391|_0x23437b;},_0x35d97b[_0x1ad274(0x203)]=function(_0x5a7eb5,_0x17efbd){return _0x5a7eb5!==_0x17efbd;},_0x35d97b['vTDkz']=_0x1ad274(0x200);const _0x568862=_0x35d97b;_0x5ccffb=_0x5ccffb||_0x568862['QbqRb'](fs[_0x1ad274(0x1b2)],fs[_0x1ad274(0x1ee)]);try{return fs[_0x1ad274(0x1ad)](_0x855a69,_0x5ccffb),!![];}catch(_0x4155e4){if(_0x568862['RAuQK'](typeof fs[_0x1ad274(0x1ad)],_0x568862[_0x1ad274(0x1c7)]))return![];try{return fs[_0x1ad274(0x1e8)](_0x855a69),!![];}catch(_0x41d4cb){return![];}}}async[a64_0x21caa6(0x1bc)](_0x3a0f3a){const _0x106047=a64_0x21caa6,_0x4c6399={};_0x4c6399[_0x106047(0x1cb)]=_0x106047(0x216);const _0x11bb76=_0x4c6399;var _0x4e4088=this.#getAvailableDirs(),_0x3e39f4=path[_0x106047(0x1f2)](_0x4e4088,this.#binaryName);if(this.#checkPath(_0x3e39f4,fs[_0x106047(0x22e)]))return _0x3e39f4;const _0x126592=await this[_0x106047(0x21c)](_0x3a0f3a,_0x4e4088),_0x550eae=await this['validateBinary'](_0x126592);if(!_0x550eae)return logger[_0x106047(0x1e2)](_0x11bb76[_0x106047(0x1cb)]),await this[_0x106047(0x21c)](_0x3a0f3a,_0x4e4088);return _0x126592;}async[a64_0x21caa6(0x1f6)](_0xe764df){const _0x4a1b2a=a64_0x21caa6,_0x493c3a={'kOKvL':function(_0x2217f3,_0x47100e){return _0x2217f3(_0x47100e);},'sALrM':function(_0x2bbd25,_0x4ff136,_0x16accd){return _0x2bbd25(_0x4ff136,_0x16accd);},'RBhyI':_0x4a1b2a(0x1e1),'UibXV':_0x4a1b2a(0x1c0),'KWNto':_0x4a1b2a(0x1be)},_0x49663b=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x903c9b,_0x261ade)=>{const _0x8a249e=_0x4a1b2a,_0x32dd6d={'aimAs':function(_0x4616be,_0x2efd06){const _0x174600=a64_0x38fc;return _0x493c3a[_0x174600(0x202)](_0x4616be,_0x2efd06);}},_0x4f7bf8=_0x493c3a['sALrM'](spawn,_0xe764df,[_0x493c3a[_0x8a249e(0x211)]]);_0x4f7bf8['stdout']['on'](_0x493c3a['UibXV'],_0x2162d9=>{const _0x2c45a2=_0x8a249e;_0x49663b[_0x2c45a2(0x210)](_0x2162d9)&&_0x493c3a['kOKvL'](_0x903c9b,!![]);}),_0x4f7bf8['on'](_0x493c3a[_0x8a249e(0x1f5)],()=>{const _0x546a71=_0x8a249e;_0x32dd6d[_0x546a71(0x1aa)](_0x903c9b,![]);});});}[a64_0x21caa6(0x21c)](_0x2b534d,_0x3416b1){const _0x43840f=a64_0x21caa6,_0x1fa233={'ccTxZ':function(_0x2f97fd,_0x282a0f){return _0x2f97fd(_0x282a0f);},'WHoYk':'0755','GGFUR':function(_0x13872f,_0x226dd1){return _0x13872f(_0x226dd1);},'pHnig':_0x43840f(0x1fc),'hNEsY':_0x43840f(0x1e2),'pNjYj':'end','PyAuz':function(_0x597eb6,_0x1a2440){return _0x597eb6===_0x1a2440;},'ksiAm':_0x43840f(0x1be),'ygISk':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','HFiYh':function(_0x3bab93,_0x5d49f4){return _0x3bab93(_0x5d49f4);},'yFaYY':_0x43840f(0x1ec),'wTcGY':function(_0x5b9cd8,_0x154203){return _0x5b9cd8(_0x154203);},'hABbA':_0x43840f(0x1fd),'ZPdIY':function(_0x12d3fc,_0x143f0b){return _0x12d3fc+_0x143f0b;},'Llirm':_0x43840f(0x208),'YoUls':_0x43840f(0x1f9)};!this.#checkPath(_0x3416b1)&&fs[_0x43840f(0x1d1)](_0x3416b1);const _0x3c646d=this.#binaryName,_0x135dc0=path[_0x43840f(0x1f2)](_0x3416b1,_0x1fa233[_0x43840f(0x217)](_0x3c646d,_0x1fa233[_0x43840f(0x1b5)])),_0x48ac97=path[_0x43840f(0x1f2)](_0x3416b1,_0x3c646d),_0x48804c=fs[_0x43840f(0x206)](_0x135dc0),_0x5c7e88=url[_0x43840f(0x204)](this.#httpPath);if(_0x2b534d[_0x43840f(0x1fe)]&&_0x2b534d[_0x43840f(0x20f)]){const _0x281123={};_0x281123['host']=_0x2b534d['proxyHost'],_0x281123[_0x43840f(0x1d5)]=_0x2b534d[_0x43840f(0x20f)],_0x5c7e88[_0x43840f(0x1d6)]=new HttpsProxyAgent(_0x281123);}if(_0x2b534d['useCaCertificate'])try{_0x5c7e88['ca']=fs['readFileSync'](_0x2b534d[_0x43840f(0x1bd)]);}catch(_0x23b246){logger['error'](_0x1fa233[_0x43840f(0x1d9)],_0x23b246);}return new Promise((_0x337b5e,_0x463740)=>{const _0x541133=_0x43840f,_0x474543={'QLBvS':_0x1fa233[_0x541133(0x1c5)],'eSpTZ':function(_0x5513cf,_0x7ddf42){const _0x3dc1e3=_0x541133;return _0x1fa233[_0x3dc1e3(0x1cc)](_0x5513cf,_0x7ddf42);},'LOKkQ':_0x1fa233[_0x541133(0x223)],'CjARC':function(_0x4cb305,_0x25a98d){const _0x40f9d5=_0x541133;return _0x1fa233[_0x40f9d5(0x221)](_0x4cb305,_0x25a98d);},'nPwKS':_0x1fa233['hABbA']};https[_0x541133(0x1e5)](_0x5c7e88,function(_0x529aba){const _0x16d86a=_0x541133,_0x1f88ff={'eZvCO':function(_0x440890,_0x43b0c7){const _0x4da6d2=a64_0x38fc;return _0x1fa233[_0x4da6d2(0x1b3)](_0x440890,_0x43b0c7);},'YOjRF':_0x1fa233['WHoYk'],'hNEiN':function(_0xc01920,_0xc90523){const _0x1b59b0=a64_0x38fc;return _0x1fa233[_0x1b59b0(0x224)](_0xc01920,_0xc90523);},'jADpm':_0x1fa233[_0x16d86a(0x1eb)],'GQysh':_0x1fa233[_0x16d86a(0x220)],'WXuDV':_0x1fa233[_0x16d86a(0x1db)],'Zhpjh':function(_0x3f022d,_0x2ca5eb){const _0x27bf2b=_0x16d86a;return _0x1fa233[_0x27bf2b(0x1ed)](_0x3f022d,_0x2ca5eb);}};_0x529aba[_0x16d86a(0x20c)](_0x48804c),_0x529aba['on'](_0x1fa233['hNEsY'],function(_0x518461){const _0x525e69=_0x16d86a;logger[_0x525e69(0x1e2)](_0x474543[_0x525e69(0x207)],_0x518461),_0x474543[_0x525e69(0x22b)](_0x463740,_0x518461);}),_0x48804c['on'](_0x1fa233[_0x16d86a(0x220)],function(_0x56120e){const _0xab9f6d=_0x16d86a;logger['error'](_0x474543[_0xab9f6d(0x1b7)],_0x56120e),_0x474543[_0xab9f6d(0x21e)](_0x463740,_0x56120e);}),_0x48804c['on'](_0x1fa233['ksiAm'],function(){const _0x4fccfa=_0x16d86a,_0x3c2957={'TQopv':function(_0x3a261d,_0x26f522){const _0x1a40ee=a64_0x38fc;return _0x1f88ff[_0x1a40ee(0x1ff)](_0x3a261d,_0x26f522);},'zazqb':_0x1f88ff[_0x4fccfa(0x1d3)],'cyEQH':function(_0x5f1722,_0x5978f7){const _0x3312b1=_0x4fccfa;return _0x1f88ff[_0x3312b1(0x1fb)](_0x5f1722,_0x5978f7);}},_0x9e8e39={};_0x9e8e39[_0x4fccfa(0x1c1)]=!![],yauzl[_0x4fccfa(0x1f0)](_0x135dc0,_0x9e8e39,function(_0x199d46,_0x53dfda){const _0x19f26a=_0x4fccfa,_0x5aeb6e={'dTucv':function(_0x53d302,_0x4989d9){return _0x1f88ff['eZvCO'](_0x53d302,_0x4989d9);},'UYzRL':function(_0x3a9703,_0x4a5d6b){const _0x28eaac=a64_0x38fc;return _0x1f88ff[_0x28eaac(0x218)](_0x3a9703,_0x4a5d6b);},'KEBdD':_0x1f88ff[_0x19f26a(0x228)]};_0x199d46&&_0x1f88ff['hNEiN'](_0x463740,_0x199d46),_0x53dfda[_0x19f26a(0x225)](),_0x53dfda['on'](_0x1f88ff[_0x19f26a(0x1e7)],_0x5067c3=>{const _0x487821=_0x19f26a,_0x31cea9={'joZbZ':function(_0x25d6c7,_0x4896f7){const _0x8679ed=a64_0x38fc;return _0x3c2957[_0x8679ed(0x1b4)](_0x25d6c7,_0x4896f7);},'EilQn':_0x3c2957[_0x487821(0x1c2)]};if(/\/$/[_0x487821(0x210)](_0x5067c3[_0x487821(0x1b9)]))_0x53dfda['readEntry']();else{const _0xab5c40=fs['createWriteStream'](path[_0x487821(0x1f2)](_0x3416b1,_0x5067c3[_0x487821(0x1b9)]));_0x53dfda['openReadStream'](_0x5067c3,function(_0xc78557,_0x1e7dcf){const _0x38a2c0=_0x487821;_0xc78557&&_0x31cea9[_0x38a2c0(0x1de)](_0x463740,_0x199d46),_0x1e7dcf['on'](_0x31cea9[_0x38a2c0(0x215)],function(){const _0x52d1af=_0x38a2c0;_0xab5c40[_0x52d1af(0x1be)](),_0x53dfda[_0x52d1af(0x225)]();}),_0x1e7dcf[_0x38a2c0(0x20c)](_0xab5c40);}),_0x3c2957[_0x487821(0x1e9)](_0x5067c3[_0x487821(0x1b9)],_0x3c646d)&&_0x53dfda[_0x487821(0x1be)]();}}),_0x53dfda['on'](_0x1f88ff[_0x19f26a(0x1e3)],_0x2620cf=>{const _0x11cdf7=_0x19f26a;_0x5aeb6e[_0x11cdf7(0x227)](_0x463740,_0x2620cf);}),_0x53dfda[_0x19f26a(0x1a9)](_0x1f88ff[_0x19f26a(0x1d3)],()=>{const _0x3729c7=_0x19f26a,_0x2a4a0c={'FGYRW':function(_0x3db98f,_0x636116){return _0x5aeb6e['UYzRL'](_0x3db98f,_0x636116);}};fs[_0x3729c7(0x1af)](_0x48ac97,_0x5aeb6e[_0x3729c7(0x1e0)],function(_0x406e51){const _0x1b253d=_0x3729c7;_0x406e51&&_0x2a4a0c['FGYRW'](_0x463740,_0x406e51),_0x2a4a0c[_0x1b253d(0x21b)](_0x337b5e,_0x48ac97);}),_0x53dfda[_0x3729c7(0x1be)]();});});});})['on'](_0x1fa233[_0x541133(0x220)],function(_0x1436ab){const _0x1d19be=_0x541133;logger[_0x1d19be(0x1e2)](_0x474543[_0x1d19be(0x1cd)],_0x1436ab),_0x474543[_0x1d19be(0x21e)](_0x463740,_0x1436ab);});});}#homedir(){const _0x285a3a=a64_0x21caa6,_0x56f5a7={};_0x56f5a7[_0x285a3a(0x1ce)]=function(_0x255fe9,_0x7d53a8){return _0x255fe9===_0x7d53a8;},_0x56f5a7[_0x285a3a(0x20e)]=_0x285a3a(0x1b1),_0x56f5a7['FbrYM']=function(_0x5df620,_0x3e2cb6){return _0x5df620===_0x3e2cb6;},_0x56f5a7[_0x285a3a(0x22f)]=_0x285a3a(0x222),_0x56f5a7[_0x285a3a(0x1ac)]=function(_0x42707e,_0x18107f){return _0x42707e+_0x18107f;},_0x56f5a7['OGbNp']=function(_0x19ae19,_0x5b6e27){return _0x19ae19===_0x5b6e27;},_0x56f5a7[_0x285a3a(0x1a8)]=_0x285a3a(0x213),_0x56f5a7[_0x285a3a(0x20a)]=function(_0x3d4f25,_0x313509){return _0x3d4f25+_0x313509;},_0x56f5a7['TIhmK']=_0x285a3a(0x1c4),_0x56f5a7[_0x285a3a(0x1a7)]=_0x285a3a(0x1ca),_0x56f5a7[_0x285a3a(0x1cf)]=_0x285a3a(0x1d0),_0x56f5a7[_0x285a3a(0x1d7)]=function(_0x1f1100,_0x1cd9b5){return _0x1f1100+_0x1cd9b5;},_0x56f5a7[_0x285a3a(0x1dd)]=_0x285a3a(0x1b6),_0x56f5a7['LlRnT']=function(_0x289e0c,_0x1f53a5){return _0x289e0c||_0x1f53a5;};const _0x5aa4b7=_0x56f5a7;if(_0x5aa4b7[_0x285a3a(0x1ce)](typeof os['homedir'],_0x5aa4b7['tlVoJ']))return os[_0x285a3a(0x1d2)]();const _0x5c4930=process[_0x285a3a(0x214)],_0x119645=_0x5c4930[_0x285a3a(0x22d)],_0x22191a=_0x5c4930['LOGNAME']||_0x5c4930[_0x285a3a(0x1bb)]||_0x5c4930[_0x285a3a(0x1f1)]||_0x5c4930[_0x285a3a(0x229)];if(_0x5aa4b7[_0x285a3a(0x212)](process[_0x285a3a(0x21a)],_0x5aa4b7['wjESc']))return _0x5c4930[_0x285a3a(0x21f)]||_0x5aa4b7[_0x285a3a(0x1ac)](_0x5c4930['HOMEDRIVE'],_0x5c4930[_0x285a3a(0x1da)])||_0x119645||null;if(_0x5aa4b7[_0x285a3a(0x1c8)](process[_0x285a3a(0x21a)],_0x5aa4b7['BhwCO']))return _0x119645||(_0x22191a?_0x5aa4b7[_0x285a3a(0x20a)](_0x5aa4b7[_0x285a3a(0x1ea)],_0x22191a):null);if(_0x5aa4b7[_0x285a3a(0x212)](process[_0x285a3a(0x21a)],_0x5aa4b7[_0x285a3a(0x1a7)]))return _0x119645||(_0x5aa4b7[_0x285a3a(0x1ce)](process['getuid'](),0x0)?_0x5aa4b7[_0x285a3a(0x1cf)]:_0x22191a?_0x5aa4b7[_0x285a3a(0x1d7)](_0x5aa4b7[_0x285a3a(0x1dd)],_0x22191a):null);return _0x5aa4b7[_0x285a3a(0x20d)](_0x119645,null);}}function a64_0x38fc(_0x314255,_0x53163d){const _0x2a81e5=a64_0x2a81();return a64_0x38fc=function(_0x38fce7,_0x5ad528){_0x38fce7=_0x38fce7-0x1a5;let _0x21adfc=_0x2a81e5[_0x38fce7];return _0x21adfc;},a64_0x38fc(_0x314255,_0x53163d);}module[a64_0x21caa6(0x1ba)]=PercyBinary;
1
+ function a65_0x2629(){const _0x584775=['pwyZb','neCAX','uIZju','eWUKr','cwd','FMjPo','7pqUuad','join','--version','MMwsP','wVANz','/Users/','odwWu','Error\x20trying\x20to\x20download\x20percy\x20binary','undefined','close','COcDq','fPBWp','2554528NHGRri','HOME','OpNke','1410519WPwwBp','OJxCT','getBinaryPath','FxmyG','proxyHost','BBGCD','match','zpJlV','uCTwe','jiQbQ','createWriteStream','3936TIRkWF','/percy-win.zip','4lDgxaI','6227280ctcVyB','WAIOd','SOqbB','ULPLY','chmod','LNAME','darwin','accessSync','.zip','GuQHN','FCBFw','diMIx','R_OK','function','readEntry','QAhlb','VzZum','HOMEPATH','iTdZO','TxDhK','win32','X_OK','hoKOE','Nyjcm','rhKlo','Nepyt','HOMEDRIVE','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','VaLJQ','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','child_process','SPyEb','juWAX','rKuPg','test','BjEqi','fileName','/percy-osx.zip','klvlH','DLfsd','bHkBf','xwnVm','lACtX','platform','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','MXPhV','eIEyB','useCaCertificate','homedir','exports','qpAxF','oiAHI','116txBVSc','jXDWw','error','Qadfb','nEjBP','linux','RmZuP','url','0755','once','NjQDK','1085SWpezg','parse','USERPROFILE','end','jfNqZ','AZFfi','follow-redirects','fyYvW','.browserstack','lazyEntries','QhCiz','GdQve','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','readFileSync','USERNAME','daihE','/home/','1155297IxDqxB','validateBinary','yauzl','6391xOHVgF','3052215iUwshb','proxyPort','WHnns','winstonLogger','RwKXq','UyHBt','pipe','LFhxc','aDApv','https-proxy-agent','/percy-linux.zip','openReadStream','percy.exe','10wZWKuz'];a65_0x2629=function(){return _0x584775;};return a65_0x2629();}const a65_0x4c4c9c=a65_0x2dab;(function(_0x3d522d,_0xad0355){const _0x389043=a65_0x2dab,_0x16a8b4=_0x3d522d();while(!![]){try{const _0x505fc9=parseInt(_0x389043(0xdf))/0x1*(parseInt(_0x389043(0xc0))/0x2)+parseInt(_0x389043(0xdc))/0x3*(-parseInt(_0x389043(0x110))/0x4)+-parseInt(_0x389043(0xcb))/0x5*(parseInt(_0x389043(0x10e))/0x6)+-parseInt(_0x389043(0xf4))/0x7*(-parseInt(_0x389043(0x100))/0x8)+-parseInt(_0x389043(0xe0))/0x9+parseInt(_0x389043(0xed))/0xa*(-parseInt(_0x389043(0x103))/0xb)+parseInt(_0x389043(0x111))/0xc;if(_0x505fc9===_0xad0355)break;else _0x16a8b4['push'](_0x16a8b4['shift']());}catch(_0x395c86){_0x16a8b4['push'](_0x16a8b4['shift']());}}}(a65_0x2629,0x34467));const {https}=require(a65_0x4c4c9c(0xd1)),url=require(a65_0x4c4c9c(0xc7)),yauzl=require(a65_0x4c4c9c(0xde)),fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a65_0x4c4c9c(0xaa)),HttpsProxyAgent=require(a65_0x4c4c9c(0xe9)),logger=require('../logger')[a65_0x4c4c9c(0xe3)];class PercyBinary{#hostOS=process[a65_0x4c4c9c(0xb7)];#httpPath=null;#binaryName='percy';#orderedPaths=[path['join'](this.#homedir(),a65_0x4c4c9c(0xd3)),process[a65_0x4c4c9c(0xf2)](),os['tmpdir']()];constructor(){const _0xa7affd=a65_0x4c4c9c,_0x1980d6={};_0x1980d6['BjEqi']='https://github.com/percy/cli/releases/latest/download',_0x1980d6[_0xa7affd(0xb4)]=function(_0x866ee9,_0x101df4){return _0x866ee9+_0x101df4;},_0x1980d6[_0xa7affd(0x11c)]=_0xa7affd(0xb1),_0x1980d6['uIZju']=_0xa7affd(0x10f),_0x1980d6[_0xa7affd(0xc4)]=_0xa7affd(0xec),_0x1980d6[_0xa7affd(0x124)]=function(_0x354e21,_0x2306c8){return _0x354e21+_0x2306c8;},_0x1980d6[_0xa7affd(0xd5)]=_0xa7affd(0xea);const _0x41daa6=_0x1980d6,_0x1f821b=_0x41daa6[_0xa7affd(0xaf)];if(this.#hostOS[_0xa7affd(0x109)](/darwin|mac os/i))this.#httpPath=_0x41daa6[_0xa7affd(0xb4)](_0x1f821b,_0x41daa6['diMIx']);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x41daa6[_0xa7affd(0xb4)](_0x1f821b,_0x41daa6[_0xa7affd(0xf0)]),this.#binaryName=_0x41daa6[_0xa7affd(0xc4)]):this.#httpPath=_0x41daa6[_0xa7affd(0x124)](_0x1f821b,_0x41daa6[_0xa7affd(0xd5)]);}#getAvailableDirs(){const _0x19b451=a65_0x4c4c9c,_0x587415={};_0x587415[_0x19b451(0xa8)]=function(_0x566f4d,_0x40f53c){return _0x566f4d<_0x40f53c;},_0x587415['cUJNa']=_0x19b451(0xfb);const _0x2760a6=_0x587415;for(var _0x17fb9e=0x0;_0x2760a6[_0x19b451(0xa8)](_0x17fb9e,this.#orderedPaths['length']);_0x17fb9e++){var _0x446bf7=this.#orderedPaths[_0x17fb9e];if(this.#makePath(_0x446bf7))return _0x446bf7;}throw new Error(_0x2760a6['cUJNa']);}#makePath(_0x2cb41c){try{return!this.#checkPath(_0x2cb41c)&&fs['mkdirSync'](_0x2cb41c),!![];}catch{return![];}}#checkPath(_0x39ce38,_0xe7777b){const _0x11073b=a65_0x4c4c9c,_0x24d3c4={};_0x24d3c4['jXDWw']=function(_0x4dfbeb,_0x3b4637){return _0x4dfbeb|_0x3b4637;},_0x24d3c4[_0x11073b(0xbe)]=function(_0x23a388,_0x457473){return _0x23a388!==_0x457473;},_0x24d3c4[_0x11073b(0x114)]=_0x11073b(0xfc);const _0xb98edc=_0x24d3c4;_0xe7777b=_0xe7777b||_0xb98edc[_0x11073b(0xc1)](fs[_0x11073b(0x11d)],fs['W_OK']);try{return fs[_0x11073b(0x118)](_0x39ce38,_0xe7777b),!![];}catch(_0x34e5bb){if(_0xb98edc[_0x11073b(0xbe)](typeof fs[_0x11073b(0x118)],_0xb98edc[_0x11073b(0x114)]))return![];try{return fs['statSync'](_0x39ce38),!![];}catch(_0x3b88e8){return![];}}}async[a65_0x4c4c9c(0x105)](_0x5abc93){const _0x118d57=a65_0x4c4c9c,_0x2eb6b8={};_0x2eb6b8[_0x118d57(0xc3)]='Corrupt\x20percy\x20binary,\x20retrying';const _0x496594=_0x2eb6b8;var _0x2e2b5d=this.#getAvailableDirs(),_0x4e85cd=path[_0x118d57(0xf5)](_0x2e2b5d,this.#binaryName);if(this.#checkPath(_0x4e85cd,fs[_0x118d57(0x126)]))return _0x4e85cd;const _0xe1faaf=await this['download'](_0x5abc93,_0x2e2b5d),_0x37339e=await this[_0x118d57(0xdd)](_0xe1faaf);if(!_0x37339e)return logger[_0x118d57(0xc2)](_0x496594['Qadfb']),await this['download'](_0x5abc93,_0x2e2b5d);return _0xe1faaf;}async[a65_0x4c4c9c(0xdd)](_0x5245d1){const _0x1a52af=a65_0x4c4c9c,_0x2113a5={'COcDq':function(_0xdee7f6,_0x3a9c13){return _0xdee7f6(_0x3a9c13);},'FCBFw':function(_0x3baaa1,_0x536677,_0x1d0d59){return _0x3baaa1(_0x536677,_0x1d0d59);},'ktQth':_0x1a52af(0xf6),'oiAHI':'data','YzSLI':'close'},_0x3e0a40=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x515d19,_0x3a75a7)=>{const _0x534608=_0x1a52af,_0x2f310a={'uCTwe':function(_0x269465,_0x961b71){const _0x195313=a65_0x2dab;return _0x2113a5[_0x195313(0xfe)](_0x269465,_0x961b71);}},_0x2df7f3=_0x2113a5[_0x534608(0x11b)](spawn,_0x5245d1,[_0x2113a5['ktQth']]);_0x2df7f3['stdout']['on'](_0x2113a5[_0x534608(0xbf)],_0x48de1b=>{const _0x5879cb=_0x534608;_0x3e0a40['test'](_0x48de1b)&&_0x2f310a[_0x5879cb(0x10b)](_0x515d19,!![]);}),_0x2df7f3['on'](_0x2113a5['YzSLI'],()=>{const _0x1d8c14=_0x534608;_0x2f310a[_0x1d8c14(0x10b)](_0x515d19,![]);});});}['download'](_0x289c04,_0x42945b){const _0x2425ab=a65_0x4c4c9c,_0x3b0e10={'IsEUp':_0x2425ab(0xb8),'zpJlV':function(_0xef3878,_0x2097ad){return _0xef3878(_0x2097ad);},'BBGCD':function(_0x1467c1,_0x2043cd){return _0x1467c1(_0x2043cd);},'hcrZA':'entry','odwWu':_0x2425ab(0xc2),'jfNqZ':_0x2425ab(0xce),'RmZuP':function(_0x39d9ca,_0x2203b6){return _0x39d9ca(_0x2203b6);},'FfaYU':function(_0x319c13,_0x5e1ac9){return _0x319c13===_0x5e1ac9;},'OpNke':_0x2425ab(0xc8),'Nepyt':_0x2425ab(0xfd),'VzZum':_0x2425ab(0xa7),'OJxCT':_0x2425ab(0xd7),'RvvcX':function(_0x4286e6,_0x5712b2){return _0x4286e6(_0x5712b2);},'QAhlb':function(_0x28d443,_0x20389a){return _0x28d443+_0x20389a;},'BIppx':_0x2425ab(0x119),'fyYvW':_0x2425ab(0xa9)};!this.#checkPath(_0x42945b)&&fs['mkdirSync'](_0x42945b);const _0x1b0ca4=this.#binaryName,_0x246333=path['join'](_0x42945b,_0x3b0e10[_0x2425ab(0x120)](_0x1b0ca4,_0x3b0e10['BIppx'])),_0x416d69=path[_0x2425ab(0xf5)](_0x42945b,_0x1b0ca4),_0x345e40=fs[_0x2425ab(0x10d)](_0x246333),_0x50eb28=url[_0x2425ab(0xcc)](this.#httpPath);if(_0x289c04[_0x2425ab(0x107)]&&_0x289c04[_0x2425ab(0xe1)]){const _0x51ad22={};_0x51ad22['host']=_0x289c04[_0x2425ab(0x107)],_0x51ad22['port']=_0x289c04['proxyPort'],_0x50eb28['agent']=new HttpsProxyAgent(_0x51ad22);}if(_0x289c04[_0x2425ab(0xbb)])try{_0x50eb28['ca']=fs[_0x2425ab(0xd8)](_0x289c04['useCaCertificate']);}catch(_0x588bfe){logger[_0x2425ab(0xc2)](_0x3b0e10[_0x2425ab(0xd2)],_0x588bfe);}return new Promise((_0x3ad62d,_0xfae1d9)=>{const _0x16c1fc=_0x2425ab,_0x54b476={'rKuPg':_0x3b0e10[_0x16c1fc(0x104)],'neCAX':function(_0x4fc99f,_0x3d5334){return _0x3b0e10['RvvcX'](_0x4fc99f,_0x3d5334);}};https['get'](_0x50eb28,function(_0x10a520){const _0x54078a=_0x16c1fc,_0x2a6616={'SPyEb':_0x3b0e10['IsEUp'],'WAIOd':function(_0x49898f,_0x4e81f0){return _0x3b0e10['zpJlV'](_0x49898f,_0x4e81f0);},'lACtX':function(_0x129e2f,_0x24f6bd){const _0x3c94f7=a65_0x2dab;return _0x3b0e10[_0x3c94f7(0x108)](_0x129e2f,_0x24f6bd);},'fPBWp':function(_0x88c98a,_0x2bb891){const _0x52adc5=a65_0x2dab;return _0x3b0e10[_0x52adc5(0x10a)](_0x88c98a,_0x2bb891);},'HHllQ':_0x3b0e10['hcrZA'],'klvlH':_0x3b0e10[_0x54078a(0xfa)],'xwnVm':_0x3b0e10[_0x54078a(0xcf)],'wVANz':function(_0x4e8495,_0x268fca){const _0x3fb67c=_0x54078a;return _0x3b0e10[_0x3fb67c(0xc6)](_0x4e8495,_0x268fca);},'GuQHN':function(_0x20554c,_0x423e45){return _0x3b0e10['FfaYU'](_0x20554c,_0x423e45);},'FxmyG':_0x3b0e10[_0x54078a(0x102)]};_0x10a520[_0x54078a(0xe6)](_0x345e40),_0x10a520['on'](_0x3b0e10[_0x54078a(0xfa)],function(_0x325dd7){const _0xcd28b9=_0x54078a;logger[_0xcd28b9(0xc2)](_0x2a6616[_0xcd28b9(0xab)],_0x325dd7),_0x2a6616[_0xcd28b9(0x112)](_0xfae1d9,_0x325dd7);}),_0x345e40['on'](_0x3b0e10[_0x54078a(0xfa)],function(_0x32fa02){const _0x308d3d=_0x54078a;logger[_0x308d3d(0xc2)](_0x54b476[_0x308d3d(0xad)],_0x32fa02),_0x54b476[_0x308d3d(0xef)](_0xfae1d9,_0x32fa02);}),_0x345e40['on'](_0x3b0e10[_0x54078a(0xa5)],function(){const _0x57d705=_0x54078a,_0x51d65b={'UyHBt':function(_0x411d64,_0x51f6db){const _0x502d7b=a65_0x2dab;return _0x2a6616[_0x502d7b(0xf8)](_0x411d64,_0x51f6db);},'DLfsd':_0x2a6616[_0x57d705(0xb5)],'GdQve':function(_0x4cf7c0,_0x25581f){const _0x4e65fc=_0x57d705;return _0x2a6616[_0x4e65fc(0x11a)](_0x4cf7c0,_0x25581f);},'hoKOE':_0x2a6616[_0x57d705(0x106)]},_0x48c5e8={};_0x48c5e8[_0x57d705(0xd4)]=!![],yauzl['open'](_0x246333,_0x48c5e8,function(_0x3d94ba,_0xadbd89){const _0x852510=_0x57d705,_0x11deb0={'AZFfi':function(_0x2e4439,_0x1fb810){const _0x403a32=a65_0x2dab;return _0x2a6616[_0x403a32(0x112)](_0x2e4439,_0x1fb810);},'MXPhV':function(_0x4539c4,_0x2cb1e1){return _0x2a6616['lACtX'](_0x4539c4,_0x2cb1e1);},'FMjPo':function(_0x460970,_0x2f1644){const _0x9ff151=a65_0x2dab;return _0x2a6616[_0x9ff151(0xff)](_0x460970,_0x2f1644);}};_0x3d94ba&&_0x2a6616[_0x852510(0xb6)](_0xfae1d9,_0x3d94ba),_0xadbd89[_0x852510(0x11f)](),_0xadbd89['on'](_0x2a6616['HHllQ'],_0x485ca6=>{const _0x2fdb91=_0x852510,_0x4b99f3={'giRKa':function(_0x576c46,_0x56cdb8){const _0x560e8e=a65_0x2dab;return _0x51d65b[_0x560e8e(0xe5)](_0x576c46,_0x56cdb8);},'eIEyB':_0x51d65b[_0x2fdb91(0xb3)]};if(/\/$/[_0x2fdb91(0xae)](_0x485ca6[_0x2fdb91(0xb0)]))_0xadbd89[_0x2fdb91(0x11f)]();else{const _0x217d55=fs[_0x2fdb91(0x10d)](path[_0x2fdb91(0xf5)](_0x42945b,_0x485ca6[_0x2fdb91(0xb0)]));_0xadbd89[_0x2fdb91(0xeb)](_0x485ca6,function(_0x2cf8d6,_0x4fdcda){const _0x31691d=_0x2fdb91;_0x2cf8d6&&_0x4b99f3['giRKa'](_0xfae1d9,_0x3d94ba),_0x4fdcda['on'](_0x4b99f3[_0x31691d(0xba)],function(){_0x217d55['close'](),_0xadbd89['readEntry']();}),_0x4fdcda[_0x31691d(0xe6)](_0x217d55);}),_0x51d65b[_0x2fdb91(0xd6)](_0x485ca6[_0x2fdb91(0xb0)],_0x1b0ca4)&&_0xadbd89[_0x2fdb91(0xfd)]();}}),_0xadbd89['on'](_0x2a6616[_0x852510(0xb2)],_0x2736f8=>{const _0x4c7c20=_0x852510;_0x11deb0[_0x4c7c20(0xd0)](_0xfae1d9,_0x2736f8);}),_0xadbd89[_0x852510(0xc9)](_0x2a6616[_0x852510(0xb5)],()=>{const _0x23940c=_0x852510;fs[_0x23940c(0x115)](_0x416d69,_0x51d65b[_0x23940c(0x127)],function(_0x4709b7){const _0x58f82e=_0x23940c;_0x4709b7&&_0x11deb0[_0x58f82e(0xb9)](_0xfae1d9,_0x4709b7),_0x11deb0[_0x58f82e(0xf3)](_0x3ad62d,_0x416d69);}),_0xadbd89[_0x23940c(0xfd)]();});});});})['on'](_0x3b0e10[_0x16c1fc(0xfa)],function(_0x4e220d){const _0x4bb139=_0x16c1fc;logger[_0x4bb139(0xc2)](_0x3b0e10[_0x4bb139(0x121)],_0x4e220d),_0x3b0e10[_0x4bb139(0x10a)](_0xfae1d9,_0x4e220d);});});}#homedir(){const _0x3d7b22=a65_0x4c4c9c,_0x392111={};_0x392111['rhKlo']=function(_0x4b777b,_0x48379f){return _0x4b777b===_0x48379f;},_0x392111[_0x3d7b22(0xee)]=_0x3d7b22(0x11e),_0x392111[_0x3d7b22(0xda)]=function(_0x4f0bf5,_0x304286){return _0x4f0bf5===_0x304286;},_0x392111[_0x3d7b22(0x123)]=_0x3d7b22(0x125),_0x392111[_0x3d7b22(0xe2)]=function(_0x3ca66c,_0x1f7195){return _0x3ca66c+_0x1f7195;},_0x392111[_0x3d7b22(0xf7)]=_0x3d7b22(0x117),_0x392111[_0x3d7b22(0xf1)]=function(_0x24396c,_0x491322){return _0x24396c+_0x491322;},_0x392111['jiQbQ']=_0x3d7b22(0xf9),_0x392111[_0x3d7b22(0x128)]=function(_0x27049a,_0x2e9908){return _0x27049a===_0x2e9908;},_0x392111['RwKXq']=_0x3d7b22(0xc5),_0x392111[_0x3d7b22(0xe8)]=function(_0x452d2d,_0x78e8b2){return _0x452d2d===_0x78e8b2;},_0x392111[_0x3d7b22(0x113)]='/root',_0x392111[_0x3d7b22(0xca)]=function(_0x31545a,_0x59c1f0){return _0x31545a+_0x59c1f0;},_0x392111[_0x3d7b22(0xac)]=_0x3d7b22(0xdb),_0x392111['LFhxc']=function(_0x2495da,_0x4a7227){return _0x2495da||_0x4a7227;};const _0x1ff4c3=_0x392111;if(_0x1ff4c3[_0x3d7b22(0x129)](typeof os[_0x3d7b22(0xbc)],_0x1ff4c3[_0x3d7b22(0xee)]))return os['homedir']();const _0x5297b0=process['env'],_0x272b35=_0x5297b0[_0x3d7b22(0x101)],_0x139574=_0x5297b0['LOGNAME']||_0x5297b0['USER']||_0x5297b0[_0x3d7b22(0x116)]||_0x5297b0[_0x3d7b22(0xd9)];if(_0x1ff4c3[_0x3d7b22(0xda)](process[_0x3d7b22(0xb7)],_0x1ff4c3[_0x3d7b22(0x123)]))return _0x5297b0[_0x3d7b22(0xcd)]||_0x1ff4c3[_0x3d7b22(0xe2)](_0x5297b0[_0x3d7b22(0xa6)],_0x5297b0[_0x3d7b22(0x122)])||_0x272b35||null;if(_0x1ff4c3[_0x3d7b22(0x129)](process[_0x3d7b22(0xb7)],_0x1ff4c3[_0x3d7b22(0xf7)]))return _0x272b35||(_0x139574?_0x1ff4c3[_0x3d7b22(0xf1)](_0x1ff4c3[_0x3d7b22(0x10c)],_0x139574):null);if(_0x1ff4c3[_0x3d7b22(0x128)](process['platform'],_0x1ff4c3[_0x3d7b22(0xe4)]))return _0x272b35||(_0x1ff4c3['aDApv'](process['getuid'](),0x0)?_0x1ff4c3[_0x3d7b22(0x113)]:_0x139574?_0x1ff4c3['NjQDK'](_0x1ff4c3['juWAX'],_0x139574):null);return _0x1ff4c3[_0x3d7b22(0xe7)](_0x272b35,null);}}function a65_0x2dab(_0x37539c,_0x4dacb1){const _0x262941=a65_0x2629();return a65_0x2dab=function(_0x2dab6f,_0x562cc9){_0x2dab6f=_0x2dab6f-0xa5;let _0xa1f1cf=_0x262941[_0x2dab6f];return _0xa1f1cf;},a65_0x2dab(_0x37539c,_0x4dacb1);}module[a65_0x4c4c9c(0xbd)]=PercyBinary;
@@ -1 +1 @@
1
- var a65_0xc1cf02=a65_0x720e;(function(_0x5d405a,_0x2a0dfd){var _0x1ef2de=a65_0x720e,_0x25241c=_0x5d405a();while(!![]){try{var _0x11034e=parseInt(_0x1ef2de(0x8f))/0x1*(parseInt(_0x1ef2de(0x94))/0x2)+-parseInt(_0x1ef2de(0x8e))/0x3+parseInt(_0x1ef2de(0x93))/0x4*(parseInt(_0x1ef2de(0x8b))/0x5)+-parseInt(_0x1ef2de(0x8d))/0x6+-parseInt(_0x1ef2de(0x90))/0x7+parseInt(_0x1ef2de(0x92))/0x8+-parseInt(_0x1ef2de(0x95))/0x9;if(_0x11034e===_0x2a0dfd)break;else _0x25241c['push'](_0x25241c['shift']());}catch(_0x318d07){_0x25241c['push'](_0x25241c['shift']());}}}(a65_0x32ec,0x5346a));function a65_0x720e(_0x1cb325,_0x30d35c){var _0x32ec03=a65_0x32ec();return a65_0x720e=function(_0x720eda,_0x404570){_0x720eda=_0x720eda-0x8b;var _0x4eb07b=_0x32ec03[_0x720eda];return _0x4eb07b;},a65_0x720e(_0x1cb325,_0x30d35c);}class PercyCaptureMap{#map={};[a65_0xc1cf02(0x96)](_0x16f4f3,_0x25b598){!this.#map[_0x16f4f3]&&(this.#map[_0x16f4f3]={}),!this.#map[_0x16f4f3][_0x25b598]&&(this.#map[_0x16f4f3][_0x25b598]=0x0),this.#map[_0x16f4f3][_0x25b598]++;}['getName'](_0x45a433,_0x25202d){return _0x45a433+'-'+_0x25202d+'-'+this['get'](_0x45a433,_0x25202d);}[a65_0xc1cf02(0x91)](_0x2b61db,_0x27b5a6){if(!this.#map[_0x2b61db])return 0x0;if(!this.#map[_0x2b61db][_0x27b5a6])return 0x0;return this.#map[_0x2b61db][_0x27b5a6];}}function a65_0x32ec(){var _0x4022a8=['increment','1405SZfmcG','exports','42234iWhKEq','238530xRXjgv','1tYyKhm','2661778PZQkSQ','get','1314592DLIMIA','8008izgQGi','185586PtCTaO','106002xbqoGA'];a65_0x32ec=function(){return _0x4022a8;};return a65_0x32ec();}module[a65_0xc1cf02(0x8c)]=PercyCaptureMap;
1
+ var a66_0x1734dd=a66_0x774e;function a66_0x774e(_0x2df013,_0x15905b){var _0x44d498=a66_0x44d4();return a66_0x774e=function(_0x774e9f,_0x84202a){_0x774e9f=_0x774e9f-0x1ad;var _0x4fa672=_0x44d498[_0x774e9f];return _0x4fa672;},a66_0x774e(_0x2df013,_0x15905b);}(function(_0x598d7b,_0x5d5d1b){var _0x1f18df=a66_0x774e,_0x235661=_0x598d7b();while(!![]){try{var _0x13c73c=-parseInt(_0x1f18df(0x1ba))/0x1*(parseInt(_0x1f18df(0x1b4))/0x2)+parseInt(_0x1f18df(0x1b6))/0x3*(-parseInt(_0x1f18df(0x1af))/0x4)+parseInt(_0x1f18df(0x1bc))/0x5*(-parseInt(_0x1f18df(0x1b5))/0x6)+-parseInt(_0x1f18df(0x1bb))/0x7*(parseInt(_0x1f18df(0x1b7))/0x8)+-parseInt(_0x1f18df(0x1b3))/0x9*(parseInt(_0x1f18df(0x1ae))/0xa)+-parseInt(_0x1f18df(0x1b1))/0xb*(-parseInt(_0x1f18df(0x1b2))/0xc)+parseInt(_0x1f18df(0x1b8))/0xd;if(_0x13c73c===_0x5d5d1b)break;else _0x235661['push'](_0x235661['shift']());}catch(_0x227845){_0x235661['push'](_0x235661['shift']());}}}(a66_0x44d4,0xe901d));class PercyCaptureMap{#map={};[a66_0x1734dd(0x1b0)](_0x3aa5db,_0x31f831){!this.#map[_0x3aa5db]&&(this.#map[_0x3aa5db]={}),!this.#map[_0x3aa5db][_0x31f831]&&(this.#map[_0x3aa5db][_0x31f831]=0x0),this.#map[_0x3aa5db][_0x31f831]++;}[a66_0x1734dd(0x1ad)](_0x680bc8,_0x5f0d78){var _0x2b7e4c=a66_0x1734dd;return _0x680bc8+'-'+_0x5f0d78+'-'+this[_0x2b7e4c(0x1b9)](_0x680bc8,_0x5f0d78);}[a66_0x1734dd(0x1b9)](_0x3b7fe0,_0x137c5e){if(!this.#map[_0x3b7fe0])return 0x0;if(!this.#map[_0x3b7fe0][_0x137c5e])return 0x0;return this.#map[_0x3b7fe0][_0x137c5e];}}module[a66_0x1734dd(0x1bd)]=PercyCaptureMap;function a66_0x44d4(){var _0x3f8ad7=['1299ysEMdF','17208RtklRO','83217576UTtJUm','get','11UClXLM','2191NwqZZr','5cUCcvx','exports','getName','61290FXKEsg','15332NwjiVw','increment','33cozssp','1389324gUbSss','54apiKmU','300394LqKBIi','10634358LzdABw'];a66_0x44d4=function(){return _0x3f8ad7;};return a66_0x44d4();}
@@ -1 +1 @@
1
- function a66_0x59de(){var _0x1da6ec=['testcase','element','takeScreenshot','2902435vHvorQ','2799960BezOry','4808592pyDWFF','6OGwJFt','12403404tiuTov','screenshot','driver','18THURsh','3674248qyaVit','sendKeys','manual','7573874efwTMQ','51973BaQhTb','click','auto'];a66_0x59de=function(){return _0x1da6ec;};return a66_0x59de();}var a66_0x488a36=a66_0x239e;(function(_0x518d61,_0x3bf79e){var _0x5ab54b=a66_0x239e,_0x2f44ad=_0x518d61();while(!![]){try{var _0x313a7a=-parseInt(_0x5ab54b(0x1e1))/0x1*(parseInt(_0x5ab54b(0x1ea))/0x2)+-parseInt(_0x5ab54b(0x1e9))/0x3+parseInt(_0x5ab54b(0x1ef))/0x4+-parseInt(_0x5ab54b(0x1e7))/0x5*(-parseInt(_0x5ab54b(0x1ee))/0x6)+parseInt(_0x5ab54b(0x1e0))/0x7+parseInt(_0x5ab54b(0x1e8))/0x8+-parseInt(_0x5ab54b(0x1eb))/0x9;if(_0x313a7a===_0x3bf79e)break;else _0x2f44ad['push'](_0x2f44ad['shift']());}catch(_0x207d5c){_0x2f44ad['push'](_0x2f44ad['shift']());}}}(a66_0x59de,0xe92b5));var a66_0x657c4e={};a66_0x657c4e[a66_0x488a36(0x1ed)]=[a66_0x488a36(0x1e6)],a66_0x657c4e['element']=[a66_0x488a36(0x1e2),a66_0x488a36(0x1f0)];function a66_0x239e(_0x3ce8e7,_0xeea76a){var _0x59de75=a66_0x59de();return a66_0x239e=function(_0x239e04,_0x5d1711){_0x239e04=_0x239e04-0x1e0;var _0x2f1118=_0x59de75[_0x239e04];return _0x2f1118;},a66_0x239e(_0x3ce8e7,_0xeea76a);}var a66_0x5f5a6c={};a66_0x5f5a6c[a66_0x488a36(0x1ed)]=['takeScreenshot'];var a66_0x1739c7={};a66_0x1739c7[a66_0x488a36(0x1e5)]=[a66_0x488a36(0x1e2)];var a66_0x527715={};a66_0x527715[a66_0x488a36(0x1e3)]=a66_0x657c4e,a66_0x527715[a66_0x488a36(0x1ec)]=a66_0x5f5a6c,a66_0x527715[a66_0x488a36(0x1e2)]=a66_0x1739c7,a66_0x527715[a66_0x488a36(0x1e4)]={},a66_0x527715[a66_0x488a36(0x1f1)]={},module['exports']=a66_0x527715;
1
+ var a67_0x32a4e2=a67_0x3000;(function(_0x10d1a4,_0x519071){var _0x49b089=a67_0x3000,_0x182e4f=_0x10d1a4();while(!![]){try{var _0x46994f=-parseInt(_0x49b089(0x88))/0x1+parseInt(_0x49b089(0x92))/0x2+parseInt(_0x49b089(0x94))/0x3+parseInt(_0x49b089(0x8f))/0x4+parseInt(_0x49b089(0x8e))/0x5+parseInt(_0x49b089(0x91))/0x6+-parseInt(_0x49b089(0x90))/0x7;if(_0x46994f===_0x519071)break;else _0x182e4f['push'](_0x182e4f['shift']());}catch(_0x7f51b){_0x182e4f['push'](_0x182e4f['shift']());}}}(a67_0xc9ed,0x24f36));var a67_0x4d5a28={};function a67_0xc9ed(){var _0x719bc9=['exports','testcase','manual','9344WeAJCb','sendKeys','driver','element','click','takeScreenshot','707735UcycWB','765584YkIUay','5687759nuWpyH','788064oNHIiW','495852OeJIGb','auto','783054dMNmjx'];a67_0xc9ed=function(){return _0x719bc9;};return a67_0xc9ed();}a67_0x4d5a28['driver']=[a67_0x32a4e2(0x8d)],a67_0x4d5a28['element']=[a67_0x32a4e2(0x8c),a67_0x32a4e2(0x89)];var a67_0x40c701={};a67_0x40c701[a67_0x32a4e2(0x8a)]=[a67_0x32a4e2(0x8d)];var a67_0x116189={};a67_0x116189[a67_0x32a4e2(0x8b)]=[a67_0x32a4e2(0x8c)];var a67_0x524475={};function a67_0x3000(_0x5923bb,_0x2caceb){var _0xc9edb6=a67_0xc9ed();return a67_0x3000=function(_0x3000d1,_0x22a337){_0x3000d1=_0x3000d1-0x86;var _0x24a15f=_0xc9edb6[_0x3000d1];return _0x24a15f;},a67_0x3000(_0x5923bb,_0x2caceb);}a67_0x524475[a67_0x32a4e2(0x93)]=a67_0x4d5a28,a67_0x524475['screenshot']=a67_0x40c701,a67_0x524475[a67_0x32a4e2(0x8c)]=a67_0x116189,a67_0x524475[a67_0x32a4e2(0x86)]={},a67_0x524475[a67_0x32a4e2(0x87)]={},module[a67_0x32a4e2(0x95)]=a67_0x524475;
@@ -1 +1 @@
1
- const a67_0x35c006=a67_0x2d94;function a67_0x2d94(_0x4e4dbc,_0x268ff0){const _0x32a429=a67_0x32a4();return a67_0x2d94=function(_0x2d945d,_0x1c6fc4){_0x2d945d=_0x2d945d-0x1d3;let _0x34b159=_0x32a429[_0x2d945d];return _0x34b159;},a67_0x2d94(_0x4e4dbc,_0x268ff0);}function a67_0x32a4(){const _0xbb8c49=['measure','length','7HnfooI','winstonLogger','YNKeT','@percy/appium-app','gBwoj','snapshot','uhmHQ','browserstackPercyBestPlatform','platformIndex','error','percy:screenshot','99078vTmhqa','Mmcfi','8784bQwqCF','2543576dnpESN','Unsupported\x20driver\x20for\x20percy','../performance-tester','Eaemw','20gtRExE','screenshot','name','hnONz','940dmocpi','fVXdo','../logger','screenshotApp','@percy/selenium-webdriver','rTenA','12vSRuZe','7229827pfsOxN','sYMGp','apply','percy:screenshot-app','browserstackPlatformIndex','537148dsDaUW','56079kjvaoW','606882XLaMSe','363iUmIlk'];a67_0x32a4=function(){return _0xbb8c49;};return a67_0x32a4();}(function(_0x59ae20,_0x4caddd){const _0x3e99e3=a67_0x2d94,_0x39aee7=_0x59ae20();while(!![]){try{const _0x362017=-parseInt(_0x3e99e3(0x1e4))/0x1+parseInt(_0x3e99e3(0x1e6))/0x2*(parseInt(_0x3e99e3(0x1d6))/0x3)+parseInt(_0x3e99e3(0x1d3))/0x4*(-parseInt(_0x3e99e3(0x1eb))/0x5)+-parseInt(_0x3e99e3(0x1d5))/0x6*(-parseInt(_0x3e99e3(0x1d9))/0x7)+parseInt(_0x3e99e3(0x1e7))/0x8+-parseInt(_0x3e99e3(0x1d4))/0x9*(parseInt(_0x3e99e3(0x1ef))/0xa)+parseInt(_0x3e99e3(0x1f6))/0xb*(parseInt(_0x3e99e3(0x1f5))/0xc);if(_0x362017===_0x4caddd)break;else _0x39aee7['push'](_0x39aee7['shift']());}catch(_0x1f9da7){_0x39aee7['push'](_0x39aee7['shift']());}}}(a67_0x32a4,0x5e333));const tryRequire=function(_0x1b67e3,_0x24be8c){const _0x4df595=a67_0x2d94,_0x39acbd={'sYMGp':function(_0x4b32f5,_0x5a691d){return _0x4b32f5(_0x5a691d);}};try{return _0x39acbd[_0x4df595(0x1f7)](require,_0x1b67e3);}catch{return _0x24be8c;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire(a67_0x35c006(0x1f3),{}),percyAppScreenshot=require(a67_0x35c006(0x1dc)),PerformanceTester=require(a67_0x35c006(0x1e9)),logger=require(a67_0x35c006(0x1f1))[a67_0x35c006(0x1da)];percySnapshot&&(exports[a67_0x35c006(0x1de)]=async function(){const _0x51a242=a67_0x35c006,_0x56591d={};_0x56591d[_0x51a242(0x1f0)]=function(_0x297605,_0x376186){return _0x297605!==_0x376186;},_0x56591d[_0x51a242(0x1ea)]=function(_0x519192,_0x18fbc8){return _0x519192>=_0x18fbc8;},_0x56591d[_0x51a242(0x1df)]='percy:snapshot';const _0x2ac6c5=_0x56591d;if(global['browserstackPlatformIndex']&&_0x2ac6c5[_0x51a242(0x1f0)](global[_0x51a242(0x1fa)],global[_0x51a242(0x1e0)]))return;const _0x951965=_0x2ac6c5[_0x51a242(0x1ea)](arguments[_0x51a242(0x1d8)],0x2)?arguments[0x1]:'',_0x27afae={};return _0x27afae[_0x51a242(0x1ed)]=_0x951965,_0x27afae['platformIndex']=global[_0x51a242(0x1fa)],await PerformanceTester['measure'](_0x2ac6c5['uhmHQ'],()=>percySnapshot[_0x51a242(0x1f8)](null,arguments),_0x27afae);});percyScreenshot?exports[a67_0x35c006(0x1ec)]=async function(){const _0x1d2eb0=a67_0x35c006,_0x111b90={};_0x111b90[_0x1d2eb0(0x1e5)]=function(_0x10b679,_0x3cff97){return _0x10b679>=_0x3cff97;},_0x111b90[_0x1d2eb0(0x1dd)]=_0x1d2eb0(0x1e3);const _0x1f0520=_0x111b90,_0x2fb8ff=_0x1f0520[_0x1d2eb0(0x1e5)](arguments[_0x1d2eb0(0x1d8)],0x2)?arguments[0x1]:'',_0x44c561={};return _0x44c561[_0x1d2eb0(0x1ed)]=_0x2fb8ff,_0x44c561[_0x1d2eb0(0x1e1)]=global[_0x1d2eb0(0x1fa)],await PerformanceTester[_0x1d2eb0(0x1d7)](_0x1f0520['gBwoj'],()=>percyScreenshot[_0x1d2eb0(0x1f8)](null,arguments),_0x44c561);}:exports[a67_0x35c006(0x1ec)]=()=>{const _0x42a88c=a67_0x35c006,_0xf50bdd={};_0xf50bdd[_0x42a88c(0x1db)]=_0x42a88c(0x1e8);const _0x4d7e4e=_0xf50bdd;logger[_0x42a88c(0x1e2)](_0x4d7e4e['YNKeT']);};exports[a67_0x35c006(0x1f2)]=async function(){const _0x34edc8=a67_0x35c006,_0x16efa1={};_0x16efa1[_0x34edc8(0x1ee)]=function(_0x2d5065,_0x48c086){return _0x2d5065>=_0x48c086;},_0x16efa1[_0x34edc8(0x1f4)]=_0x34edc8(0x1f9);const _0x61dc0e=_0x16efa1,_0x1520f8=_0x61dc0e['hnONz'](arguments[_0x34edc8(0x1d8)],0x2)?arguments[0x1]:'',_0x165c09={};return _0x165c09[_0x34edc8(0x1ed)]=_0x1520f8,_0x165c09[_0x34edc8(0x1e1)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x34edc8(0x1d7)](_0x61dc0e[_0x34edc8(0x1f4)],()=>percyAppScreenshot[_0x34edc8(0x1f8)](null,arguments),_0x165c09);};
1
+ const a68_0x2931d8=a68_0x4057;function a68_0x4057(_0x14b099,_0x592af2){const _0x54bf64=a68_0x54bf();return a68_0x4057=function(_0x4057a5,_0x2ceaf8){_0x4057a5=_0x4057a5-0x15a;let _0x3942da=_0x54bf64[_0x4057a5];return _0x3942da;},a68_0x4057(_0x14b099,_0x592af2);}function a68_0x54bf(){const _0x143356=['1ukamxg','6374030bgMguS','screenshotApp','15680keXqNZ','@percy/selenium-webdriver','winstonLogger','browserstackPercyBestPlatform','length','screenshot','1125009DOSzHq','percy:screenshot','../performance-tester','apply','ELaYy','rcKkk','platformIndex','zyVTX','1782184hiiEhB','14oubrFD','percy:snapshot','percy:screenshot-app','1345626IoFpxf','HWeCo','@percy/appium-app','error','UcYfL','Unsupported\x20driver\x20for\x20percy','nEcxw','280pNkfUe','gmiJt','measure','browserstackPlatformIndex','930058JwqCGi','snapshot','3155013KJGVvQ','name','OEzIR'];a68_0x54bf=function(){return _0x143356;};return a68_0x54bf();}(function(_0x4ea0a6,_0x3514db){const _0xb6608=a68_0x4057,_0x326e34=_0x4ea0a6();while(!![]){try{const _0x3b640d=parseInt(_0xb6608(0x170))/0x1*(parseInt(_0xb6608(0x16b))/0x2)+-parseInt(_0xb6608(0x179))/0x3+-parseInt(_0xb6608(0x173))/0x4*(-parseInt(_0xb6608(0x167))/0x5)+-parseInt(_0xb6608(0x160))/0x6+parseInt(_0xb6608(0x15d))/0x7*(parseInt(_0xb6608(0x15c))/0x8)+parseInt(_0xb6608(0x16d))/0x9+-parseInt(_0xb6608(0x171))/0xa;if(_0x3b640d===_0x3514db)break;else _0x326e34['push'](_0x326e34['shift']());}catch(_0x3bdc59){_0x326e34['push'](_0x326e34['shift']());}}}(a68_0x54bf,0x3b907));const tryRequire=function(_0x12604e,_0x56dfd1){const _0x2f90cc={'CWkAg':function(_0x3ca8e2,_0x2b902e){return _0x3ca8e2(_0x2b902e);}};try{return _0x2f90cc['CWkAg'](require,_0x12604e);}catch{return _0x56dfd1;}},percySnapshot=tryRequire(a68_0x2931d8(0x174),null),{percyScreenshot}=tryRequire(a68_0x2931d8(0x174),{}),percyAppScreenshot=require(a68_0x2931d8(0x162)),PerformanceTester=require(a68_0x2931d8(0x17b)),logger=require('../logger')[a68_0x2931d8(0x175)];percySnapshot&&(exports[a68_0x2931d8(0x16c)]=async function(){const _0x26db17=a68_0x2931d8,_0x5a5d04={};_0x5a5d04[_0x26db17(0x161)]=function(_0x1839dd,_0x56fb28){return _0x1839dd!==_0x56fb28;},_0x5a5d04['nEcxw']=function(_0x27602b,_0x9ecaea){return _0x27602b>=_0x9ecaea;},_0x5a5d04[_0x26db17(0x17e)]=_0x26db17(0x15e);const _0x2eaa66=_0x5a5d04;if(global['browserstackPlatformIndex']&&_0x2eaa66[_0x26db17(0x161)](global[_0x26db17(0x16a)],global[_0x26db17(0x176)]))return;const _0x994e38=_0x2eaa66[_0x26db17(0x166)](arguments[_0x26db17(0x177)],0x2)?arguments[0x1]:'',_0x4a2099={};return _0x4a2099[_0x26db17(0x16e)]=_0x994e38,_0x4a2099[_0x26db17(0x15a)]=global[_0x26db17(0x16a)],await PerformanceTester[_0x26db17(0x169)](_0x2eaa66[_0x26db17(0x17e)],()=>percySnapshot[_0x26db17(0x17c)](null,arguments),_0x4a2099);});percyScreenshot?exports[a68_0x2931d8(0x178)]=async function(){const _0x573421=a68_0x2931d8,_0xad02a2={};_0xad02a2['zyVTX']=function(_0x547f4a,_0x1b4f46){return _0x547f4a>=_0x1b4f46;},_0xad02a2[_0x573421(0x168)]=_0x573421(0x17a);const _0x10d353=_0xad02a2,_0x4ea4f4=_0x10d353[_0x573421(0x15b)](arguments[_0x573421(0x177)],0x2)?arguments[0x1]:'',_0x3a9e3d={};return _0x3a9e3d[_0x573421(0x16e)]=_0x4ea4f4,_0x3a9e3d[_0x573421(0x15a)]=global[_0x573421(0x16a)],await PerformanceTester['measure'](_0x10d353[_0x573421(0x168)],()=>percyScreenshot[_0x573421(0x17c)](null,arguments),_0x3a9e3d);}:exports[a68_0x2931d8(0x178)]=()=>{const _0x50a9c1=a68_0x2931d8,_0x3b2536={};_0x3b2536[_0x50a9c1(0x17d)]=_0x50a9c1(0x165);const _0x4fc786=_0x3b2536;logger[_0x50a9c1(0x163)](_0x4fc786['ELaYy']);};exports[a68_0x2931d8(0x172)]=async function(){const _0x46a5b6=a68_0x2931d8,_0x11a0f7={};_0x11a0f7['UcYfL']=function(_0x396d76,_0x36d72d){return _0x396d76>=_0x36d72d;},_0x11a0f7['OEzIR']=_0x46a5b6(0x15f);const _0x4fd903=_0x11a0f7,_0x22a30d=_0x4fd903[_0x46a5b6(0x164)](arguments[_0x46a5b6(0x177)],0x2)?arguments[0x1]:'',_0x42189b={};return _0x42189b[_0x46a5b6(0x16e)]=_0x22a30d,_0x42189b['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x46a5b6(0x169)](_0x4fd903[_0x46a5b6(0x16f)],()=>percyAppScreenshot[_0x46a5b6(0x17c)](null,arguments),_0x42189b);};
@@ -1 +1 @@
1
- var a68_0x175d3c=a68_0x3b50;function a68_0x3b50(_0x1a1553,_0x366fe5){var _0x24a5a2=a68_0x24a5();return a68_0x3b50=function(_0x3b5038,_0x5e2c56){_0x3b5038=_0x3b5038-0x13a;var _0x2668ad=_0x24a5a2[_0x3b5038];return _0x2668ad;},a68_0x3b50(_0x1a1553,_0x366fe5);}function a68_0x24a5(){var _0x3f37b2=['42202768wTlIVB','10ivfuOl','exports','./Percy','3341608vpxdMz','1265980wZFNEa','1887480ExJUov','3032028boGefI','4832754PPfPIQ','3043446FRWUHc'];a68_0x24a5=function(){return _0x3f37b2;};return a68_0x24a5();}(function(_0x467390,_0x4a0b56){var _0xca40e0=a68_0x3b50,_0x4194bc=_0x467390();while(!![]){try{var _0x14ada5=-parseInt(_0xca40e0(0x13b))/0x1+-parseInt(_0xca40e0(0x13f))/0x2+-parseInt(_0xca40e0(0x13d))/0x3+-parseInt(_0xca40e0(0x13a))/0x4*(parseInt(_0xca40e0(0x141))/0x5)+parseInt(_0xca40e0(0x13e))/0x6+parseInt(_0xca40e0(0x13c))/0x7+parseInt(_0xca40e0(0x140))/0x8;if(_0x14ada5===_0x4a0b56)break;else _0x4194bc['push'](_0x4194bc['shift']());}catch(_0x2e4ccb){_0x4194bc['push'](_0x4194bc['shift']());}}}(a68_0x24a5,0xd726e),module[a68_0x175d3c(0x142)]=require(a68_0x175d3c(0x143)));
1
+ function a69_0x12e2(_0x3021f9,_0x1b1c8d){var _0xc3c777=a69_0xc3c7();return a69_0x12e2=function(_0x12e2d2,_0x528a12){_0x12e2d2=_0x12e2d2-0x1d5;var _0x159ca7=_0xc3c777[_0x12e2d2];return _0x159ca7;},a69_0x12e2(_0x3021f9,_0x1b1c8d);}function a69_0xc3c7(){var _0x5dd930=['1278270kataBu','1000gwTfQY','6625pHcJqy','4tethYY','6DNutyz','614373RTTdoJ','72qggZyW','248QczPng','30eLfOFt','828763VhYZVo','exports','134608ZdOYuB','545248dHvQsE','179226uyElrC'];a69_0xc3c7=function(){return _0x5dd930;};return a69_0xc3c7();}var a69_0x30891e=a69_0x12e2;(function(_0x2a3b37,_0x2f0b82){var _0x580bfc=a69_0x12e2,_0x120deb=_0x2a3b37();while(!![]){try{var _0x56500a=parseInt(_0x580bfc(0x1dd))/0x1+-parseInt(_0x580bfc(0x1d5))/0x2*(-parseInt(_0x580bfc(0x1d7))/0x3)+parseInt(_0x580bfc(0x1e1))/0x4*(-parseInt(_0x580bfc(0x1e2))/0x5)+parseInt(_0x580bfc(0x1d6))/0x6*(parseInt(_0x580bfc(0x1e0))/0x7)+parseInt(_0x580bfc(0x1d9))/0x8*(-parseInt(_0x580bfc(0x1df))/0x9)+parseInt(_0x580bfc(0x1da))/0xa*(parseInt(_0x580bfc(0x1de))/0xb)+-parseInt(_0x580bfc(0x1d8))/0xc*(-parseInt(_0x580bfc(0x1db))/0xd);if(_0x56500a===_0x2f0b82)break;else _0x120deb['push'](_0x120deb['shift']());}catch(_0x21460e){_0x120deb['push'](_0x120deb['shift']());}}}(a69_0xc3c7,0x4b8b2),module[a69_0x30891e(0x1dc)]=require('./Percy'));
@@ -1 +1 @@
1
- const a69_0x52729f=a69_0x4612;(function(_0x192684,_0x2653a4){const _0x29efd3=a69_0x4612,_0x2911ec=_0x192684();while(!![]){try{const _0x183e21=parseInt(_0x29efd3(0x1e5))/0x1*(-parseInt(_0x29efd3(0x1d9))/0x2)+parseInt(_0x29efd3(0x20d))/0x3+parseInt(_0x29efd3(0x207))/0x4+parseInt(_0x29efd3(0x20a))/0x5*(-parseInt(_0x29efd3(0x1de))/0x6)+-parseInt(_0x29efd3(0x1d8))/0x7+-parseInt(_0x29efd3(0x21d))/0x8*(parseInt(_0x29efd3(0x217))/0x9)+-parseInt(_0x29efd3(0x1dd))/0xa*(-parseInt(_0x29efd3(0x1fb))/0xb);if(_0x183e21===_0x2653a4)break;else _0x2911ec['push'](_0x2911ec['shift']());}catch(_0xed2b62){_0x2911ec['push'](_0x2911ec['shift']());}}}(a69_0x2bcf,0x9167e));const Percy=require(a69_0x52729f(0x1dc)),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a69_0x52729f(0x219)),PercyCaptureMap=require(a69_0x52729f(0x1e3)),logger=require(a69_0x52729f(0x1f1))[a69_0x52729f(0x1ed)],helper=require(a69_0x52729f(0x1f8)),PerformanceTester=require(a69_0x52729f(0x1e7));exports[a69_0x52729f(0x208)]=PerformanceTester[a69_0x52729f(0x1ee)](a69_0x52729f(0x211),async _0x17758c=>{const _0x1e1cac=a69_0x52729f,_0x1a4a90={};_0x1a4a90['VCsCJ']=_0x1e1cac(0x1f6);const _0x26aaa7=_0x1a4a90;logger[_0x1e1cac(0x202)](_0x26aaa7[_0x1e1cac(0x1ea)]);const _0x48cfcc=new Percy(_0x17758c),_0x55ebca=await _0x48cfcc[_0x1e1cac(0x216)]();if(_0x55ebca)return _0x48cfcc;return null;}),exports['stopPercy']=PerformanceTester[a69_0x52729f(0x1ee)](a69_0x52729f(0x1d7),async _0x57dd8e=>{const _0x236724=a69_0x52729f,_0x70010d={};_0x70010d[_0x236724(0x1f7)]='Stopping\x20percy';const _0x22b07f=_0x70010d;return logger[_0x236724(0x202)](_0x22b07f[_0x236724(0x1f7)]),_0x57dd8e[_0x236724(0x21b)]();}),exports[a69_0x52729f(0x1db)]=_0x5194c3=>{const _0x5b6346=a69_0x52729f,_0x212d00={};_0x212d00[_0x5b6346(0x200)]=function(_0xc47fd8,_0x558328){return _0xc47fd8<_0x558328;};const _0x5d492b=_0x212d00,_0x481c75={};_0x481c75[_0x5b6346(0x1ff)]=0x0,_0x481c75['firefox']=0x1,_0x481c75[_0x5b6346(0x204)]=0x2,_0x481c75[_0x5b6346(0x212)]=0x3;const _0x5e25a9=_0x481c75;return _0x5194c3[_0x5b6346(0x20b)]((_0x177340,_0x68fc5a,_0x2968e2)=>{const _0x1b47e2=_0x5b6346,_0xa75440=_0x5194c3[_0x177340];if(_0x68fc5a[_0x1b47e2(0x21e)])return _0x177340;if(_0xa75440[_0x1b47e2(0x21e)])return _0x2968e2;const _0x2572b1=_0x68fc5a['browser']?_0x68fc5a['browser']:_0x68fc5a[_0x1b47e2(0x1fe)];if(_0x2572b1&&_0x5d492b[_0x1b47e2(0x200)](_0x5e25a9[_0x2572b1[_0x1b47e2(0x1f3)]()],_0x5e25a9[_0x2572b1['toLowerCase']()]))return _0x2968e2;return _0x177340;},0x0);},exports[a69_0x52729f(0x205)]=async(_0x194c8d,_0x63328a,_0xf851d4)=>{const _0x53c6ea=a69_0x52729f,_0x2ac5b3={};_0x2ac5b3[_0x53c6ea(0x1d6)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x320ef7=_0x2ac5b3,_0x10a960=_0x194c8d[_0x53c6ea(0x213)];if(helper[_0x53c6ea(0x215)](_0x194c8d[_0x53c6ea(0x1e2)])){logger[_0x53c6ea(0x202)](_0x320ef7[_0x53c6ea(0x1d6)]);return;}const _0x254daa=_0x10a960[_0x53c6ea(0x20e)](_0x194c8d['browserstackSessionName'],_0x63328a);_0xf851d4[_0x53c6ea(0x1e8)]?await PercySDK[_0x53c6ea(0x1df)](_0x194c8d,_0x254daa):await PercySDK[_0x53c6ea(0x1ef)](_0x194c8d,_0x254daa),_0x10a960[_0x53c6ea(0x1e6)](_0x194c8d['browserstackSessionName'],_0x63328a);},exports[a69_0x52729f(0x1f0)]=(_0x76a351,_0x2f1505,_0xeb827b)=>{const _0x5c01f5=a69_0x52729f,_0x47a48a={};_0x47a48a[_0x5c01f5(0x209)]=_0x5c01f5(0x20f),_0x47a48a[_0x5c01f5(0x1eb)]='percy',_0x47a48a[_0x5c01f5(0x210)]=function(_0x5a2bd6,_0x4e2154){return _0x5a2bd6!==_0x4e2154;},_0x47a48a[_0x5c01f5(0x201)]=_0x5c01f5(0x206);const _0x36dc30=_0x47a48a;if(!helper[_0x5c01f5(0x21c)](_0xeb827b,[_0x36dc30[_0x5c01f5(0x209)],_0x36dc30['HCLbw']]))return;if(_0xeb827b['browserStackPercyOptions']['percy']&&_0xeb827b['browserStackPercyOptions'][_0x5c01f5(0x1e0)]&&_0x36dc30['JZALg'](_0xeb827b[_0x5c01f5(0x20f)][_0x5c01f5(0x1e0)],_0x36dc30[_0x5c01f5(0x201)])&&!_0x76a351['browserstackPercyMap']){global[_0x5c01f5(0x1e2)]&&(_0x76a351[_0x5c01f5(0x1e2)]=global[_0x5c01f5(0x1e2)]),_0x76a351[_0x5c01f5(0x213)]=new PercyCaptureMap();const _0x479d4=PercyCaptureModes[_0xeb827b[_0x5c01f5(0x20f)][_0x5c01f5(0x1e0)]];_0x479d4[_0x5c01f5(0x21f)]&&_0x479d4['driver'][_0x5c01f5(0x1f9)](_0x212048=>this[_0x5c01f5(0x220)](_0x76a351,_0x212048,_0xeb827b)),_0x479d4[_0x5c01f5(0x1f2)]&&_0x479d4[_0x5c01f5(0x1f2)]['forEach'](_0x55790a=>{const _0x1a7881=_0x5c01f5;if(_0x2f1505[_0x1a7881(0x1fa)][_0x1a7881(0x1e9)+_0x55790a])return;_0x2f1505[_0x1a7881(0x1fa)][_0x1a7881(0x1e9)+_0x55790a]=!![];const _0x19e706=_0x2f1505[_0x1a7881(0x1fa)][_0x55790a];_0x2f1505[_0x1a7881(0x1fa)][_0x55790a]=async function(){const _0x390adc=_0x1a7881;let _0x502cba=_0x19e706[_0x390adc(0x1da)](this,arguments);_0x502cba&&_0x502cba[_0x390adc(0x214)]&&(_0x502cba=await _0x502cba);try{const _0x3479bc=this[_0x390adc(0x1e4)]();await exports[_0x390adc(0x205)](_0x3479bc,_0x55790a,_0xeb827b);}catch(_0x190b8a){logger[_0x390adc(0x1e1)](_0x390adc(0x1fc)+_0x55790a+'\x20for\x20percy\x20'+_0x190b8a);}return _0x502cba;};});}},exports['overrideXforPercy']=function(_0x52bb3f,_0x471b76,_0x75a98b){const _0x5897bf=a69_0x52729f,_0x584936={};_0x584936['umGcX']=function(_0x223112,_0x4afaf7){return _0x223112+_0x4afaf7;},_0x584936[_0x5897bf(0x1ec)]='patch',_0x584936[_0x5897bf(0x1f5)]=_0x5897bf(0x218);const _0x36cf6d=_0x584936,_0x27dd06=_0x36cf6d[_0x5897bf(0x1f4)](_0x36cf6d[_0x5897bf(0x1ec)],_0x471b76),_0x4c8465=_0x36cf6d[_0x5897bf(0x1f4)](_0x36cf6d[_0x5897bf(0x1f5)],_0x471b76),_0x372f6a=this;if(_0x52bb3f[_0x27dd06]||!_0x52bb3f[_0x471b76])return;_0x52bb3f[_0x27dd06]=!![],_0x52bb3f[_0x4c8465]=_0x52bb3f[_0x471b76],_0x52bb3f[_0x471b76]=async()=>{const _0x204cb9=_0x5897bf;try{await _0x372f6a[_0x204cb9(0x205)](_0x52bb3f,_0x471b76,_0x75a98b);}catch(_0xbf2a8){logger[_0x204cb9(0x1e1)](_0x204cb9(0x1fc)+_0x471b76+'\x20for\x20percy\x20'+_0xbf2a8);}return await _0x52bb3f[_0x4c8465][_0x204cb9(0x1da)](_0x52bb3f,arguments);};},exports[a69_0x52729f(0x20c)]=_0x3e5332=>{const _0x4b4348=a69_0x52729f,_0x48c8a8={};_0x48c8a8[_0x4b4348(0x21a)]=_0x3e5332[_0x4b4348(0x21a)],_0x48c8a8['percyCaptureMode']=_0x3e5332[_0x4b4348(0x1e0)];const _0x29fcda=_0x48c8a8;_0x3e5332[_0x4b4348(0x21a)]&&(_0x29fcda[_0x4b4348(0x203)]=exports['getBestPlatformForPercySnapshot'](_0x3e5332[_0x4b4348(0x1fd)]));;return _0x29fcda;};function a69_0x4612(_0x508b7f,_0x3814a9){const _0x2bcf84=a69_0x2bcf();return a69_0x4612=function(_0x4612a8,_0x4860d4){_0x4612a8=_0x4612a8-0x1d6;let _0x40c73b=_0x2bcf84[_0x4612a8];return _0x40c73b;},a69_0x4612(_0x508b7f,_0x3814a9);}function a69_0x2bcf(){const _0x39e8df=['deviceName','driver','overrideXforPercy','pZuZk','percy:stop','6943825CfVGhS','21986udNjoz','apply','getBestPlatformForPercySnapshot','./Percy','10rvfHKJ','96918zHbqBI','screenshotApp','percyCaptureMode','error','browserstackSessionName','./PercyCaptureMap','getDriver','58wyyYsn','increment','../performance-tester','app','patch','VCsCJ','HCLbw','zGErU','winstonLogger','measureWrapper','screenshot','patchDriverPercy','../logger','element','toLowerCase','umGcX','bIJwF','Starting\x20percy','twlLG','../helper','forEach','prototype','12710819ebUiHT','Error\x20patching\x20','platforms','browserName','chrome','Oabcu','ArNRt','debug','browserstackPercyBestPlatform','edge','percyAutoCapture','manual','4757312IUzRkv','startPercy','zsvUC','155irYXla','reduce','getPercyOptions','3405207mJiJWq','getName','browserStackPercyOptions','JZALg','percy:start','safari','browserstackPercyMap','then','isUndefined','start','621eeKjxx','init','./PercyCaptureModes','percy','stop','nestedKeyValue','87424EIdojx'];a69_0x2bcf=function(){return _0x39e8df;};return a69_0x2bcf();}
1
+ const a70_0x579658=a70_0x4d4b;(function(_0x344f78,_0x1498e1){const _0xc10d72=a70_0x4d4b,_0x2319ee=_0x344f78();while(!![]){try{const _0x34fc84=parseInt(_0xc10d72(0xb6))/0x1+-parseInt(_0xc10d72(0xad))/0x2+-parseInt(_0xc10d72(0xa1))/0x3+parseInt(_0xc10d72(0xaf))/0x4+-parseInt(_0xc10d72(0xbe))/0x5*(parseInt(_0xc10d72(0x81))/0x6)+parseInt(_0xc10d72(0xa4))/0x7+parseInt(_0xc10d72(0x87))/0x8;if(_0x34fc84===_0x1498e1)break;else _0x2319ee['push'](_0x2319ee['shift']());}catch(_0x2e96bc){_0x2319ee['push'](_0x2319ee['shift']());}}}(a70_0x2111,0x3d948));function a70_0x4d4b(_0x3d155c,_0x39f074){const _0x2111e9=a70_0x2111();return a70_0x4d4b=function(_0x4d4b0b,_0x41490f){_0x4d4b0b=_0x4d4b0b-0x7f;let _0x44953f=_0x2111e9[_0x4d4b0b];return _0x44953f;},a70_0x4d4b(_0x3d155c,_0x39f074);}const Percy=require('./Percy'),PercySDK=require(a70_0x579658(0xb3)),PercyCaptureModes=require(a70_0x579658(0x8f)),PercyCaptureMap=require(a70_0x579658(0x95)),logger=require(a70_0x579658(0xab))['winstonLogger'],helper=require(a70_0x579658(0xa6)),PerformanceTester=require(a70_0x579658(0x9a));exports['startPercy']=PerformanceTester['measureWrapper']('percy:start',async _0x5af5e4=>{const _0x224f46=a70_0x579658,_0x34b013={};_0x34b013['yZqjb']=_0x224f46(0x8d);const _0x4fe997=_0x34b013;logger[_0x224f46(0x82)](_0x4fe997['yZqjb']);const _0x5a00a3=new Percy(_0x5af5e4),_0x26b075=await _0x5a00a3['start']();if(_0x26b075)return _0x5a00a3;return null;}),exports[a70_0x579658(0x93)]=PerformanceTester[a70_0x579658(0xa0)](a70_0x579658(0x99),async _0x17c9c6=>{const _0x328044=a70_0x579658,_0x494e27={};_0x494e27[_0x328044(0xc0)]=_0x328044(0x92);const _0x3b181f=_0x494e27;return logger[_0x328044(0x82)](_0x3b181f[_0x328044(0xc0)]),_0x17c9c6['stop']();}),exports[a70_0x579658(0xb0)]=_0x5f3e0e=>{const _0x28363d=a70_0x579658,_0x44fc8d={};_0x44fc8d['ESmTN']=function(_0x410423,_0x56e321){return _0x410423<_0x56e321;};const _0x200c61=_0x44fc8d,_0xfe5489={};_0xfe5489['chrome']=0x0,_0xfe5489['firefox']=0x1,_0xfe5489[_0x28363d(0xa2)]=0x2,_0xfe5489[_0x28363d(0xaa)]=0x3;const _0x5347b3=_0xfe5489;return _0x5f3e0e[_0x28363d(0x91)]((_0x19ab85,_0x53c4ce,_0x173722)=>{const _0x3c413c=_0x28363d,_0x1b512f=_0x5f3e0e[_0x19ab85];if(_0x53c4ce[_0x3c413c(0xa8)])return _0x19ab85;if(_0x1b512f[_0x3c413c(0xa8)])return _0x173722;const _0x2fcd0f=_0x53c4ce['browser']?_0x53c4ce[_0x3c413c(0xac)]:_0x53c4ce[_0x3c413c(0x98)];if(_0x2fcd0f&&_0x200c61[_0x3c413c(0xb9)](_0x5347b3[_0x2fcd0f[_0x3c413c(0xc1)]()],_0x5347b3[_0x2fcd0f['toLowerCase']()]))return _0x173722;return _0x19ab85;},0x0);},exports['percyAutoCapture']=async(_0x42f6b6,_0x18642b,_0x3065ee)=>{const _0x5671ab=a70_0x579658,_0x2a17e0={};_0x2a17e0[_0x5671ab(0x8a)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x81e63a=_0x2a17e0,_0x13da05=_0x42f6b6['browserstackPercyMap'];if(helper[_0x5671ab(0xbd)](_0x42f6b6[_0x5671ab(0x90)])){logger[_0x5671ab(0x82)](_0x81e63a['UeOGN']);return;}const _0x13c750=_0x13da05[_0x5671ab(0x8b)](_0x42f6b6[_0x5671ab(0x90)],_0x18642b);_0x3065ee[_0x5671ab(0x9e)]?await PercySDK[_0x5671ab(0x9c)](_0x42f6b6,_0x13c750):await PercySDK[_0x5671ab(0xa7)](_0x42f6b6,_0x13c750),_0x13da05[_0x5671ab(0xbc)](_0x42f6b6['browserstackSessionName'],_0x18642b);},exports[a70_0x579658(0xb5)]=(_0x239de9,_0x5a665b,_0x240c7e)=>{const _0x220f12=a70_0x579658,_0x20ec78={};_0x20ec78['caXmx']=_0x220f12(0xa5),_0x20ec78[_0x220f12(0x9b)]=_0x220f12(0x8c),_0x20ec78['NIgAU']=function(_0x5d4d8a,_0x41fb53){return _0x5d4d8a!==_0x41fb53;},_0x20ec78[_0x220f12(0xb1)]='manual';const _0x443ec0=_0x20ec78;if(!helper[_0x220f12(0xb2)](_0x240c7e,[_0x443ec0[_0x220f12(0x97)],_0x443ec0[_0x220f12(0x9b)]]))return;if(_0x240c7e[_0x220f12(0xa5)][_0x220f12(0x8c)]&&_0x240c7e[_0x220f12(0xa5)][_0x220f12(0xb8)]&&_0x443ec0[_0x220f12(0x94)](_0x240c7e['browserStackPercyOptions'][_0x220f12(0xb8)],_0x443ec0[_0x220f12(0xb1)])&&!_0x239de9['browserstackPercyMap']){global[_0x220f12(0x90)]&&(_0x239de9[_0x220f12(0x90)]=global[_0x220f12(0x90)]),_0x239de9[_0x220f12(0x7f)]=new PercyCaptureMap();const _0x1f147f=PercyCaptureModes[_0x240c7e[_0x220f12(0xa5)][_0x220f12(0xb8)]];_0x1f147f[_0x220f12(0xbf)]&&_0x1f147f[_0x220f12(0xbf)]['forEach'](_0x189f4f=>this['overrideXforPercy'](_0x239de9,_0x189f4f,_0x240c7e)),_0x1f147f[_0x220f12(0x86)]&&_0x1f147f['element']['forEach'](_0x380f69=>{const _0x502977=_0x220f12;if(_0x5a665b['prototype']['patch'+_0x380f69])return;_0x5a665b['prototype'][_0x502977(0x89)+_0x380f69]=!![];const _0x5cac7e=_0x5a665b[_0x502977(0x85)][_0x380f69];_0x5a665b[_0x502977(0x85)][_0x380f69]=async function(){const _0x5aad7e=_0x502977;let _0x5b0782=_0x5cac7e[_0x5aad7e(0x80)](this,arguments);_0x5b0782&&_0x5b0782[_0x5aad7e(0x88)]&&(_0x5b0782=await _0x5b0782);try{const _0x4656a2=this[_0x5aad7e(0x83)]();await exports[_0x5aad7e(0xae)](_0x4656a2,_0x380f69,_0x240c7e);}catch(_0x4600ab){logger[_0x5aad7e(0xba)]('Error\x20patching\x20'+_0x380f69+_0x5aad7e(0xbb)+_0x4600ab);}return _0x5b0782;};});}},exports['overrideXforPercy']=function(_0x31e30d,_0x17acde,_0x38033e){const _0x4c7861=a70_0x579658,_0x3f8208={};_0x3f8208[_0x4c7861(0x9d)]=function(_0x2429a9,_0x38468d){return _0x2429a9+_0x38468d;},_0x3f8208[_0x4c7861(0xb4)]=_0x4c7861(0x89),_0x3f8208['FVHmI']=function(_0x172e9b,_0x48a48f){return _0x172e9b+_0x48a48f;},_0x3f8208[_0x4c7861(0x96)]=_0x4c7861(0x84);const _0x187fde=_0x3f8208,_0x53b5ee=_0x187fde[_0x4c7861(0x9d)](_0x187fde['BQIyi'],_0x17acde),_0x53780f=_0x187fde[_0x4c7861(0x9f)](_0x187fde[_0x4c7861(0x96)],_0x17acde),_0xd19c33=this;if(_0x31e30d[_0x53b5ee]||!_0x31e30d[_0x17acde])return;_0x31e30d[_0x53b5ee]=!![],_0x31e30d[_0x53780f]=_0x31e30d[_0x17acde],_0x31e30d[_0x17acde]=async()=>{const _0x1731b0=_0x4c7861;try{await _0xd19c33[_0x1731b0(0xae)](_0x31e30d,_0x17acde,_0x38033e);}catch(_0x332f34){logger[_0x1731b0(0xba)](_0x1731b0(0xb7)+_0x17acde+_0x1731b0(0xbb)+_0x332f34);}return await _0x31e30d[_0x53780f][_0x1731b0(0x80)](_0x31e30d,arguments);};},exports[a70_0x579658(0x8e)]=_0x4bbb57=>{const _0x46156f=a70_0x579658,_0x419d22={};_0x419d22[_0x46156f(0x8c)]=_0x4bbb57[_0x46156f(0x8c)],_0x419d22[_0x46156f(0xb8)]=_0x4bbb57[_0x46156f(0xb8)];const _0x5d93a0=_0x419d22;_0x4bbb57[_0x46156f(0x8c)]&&(_0x5d93a0[_0x46156f(0xa9)]=exports[_0x46156f(0xb0)](_0x4bbb57[_0x46156f(0xa3)]));;return _0x5d93a0;};function a70_0x2111(){const _0x55caa2=['browserName','percy:stop','../performance-tester','lwZVU','screenshotApp','wuYyX','app','FVHmI','measureWrapper','1244697LdaTiZ','edge','platforms','892031pPOntt','browserStackPercyOptions','../helper','screenshot','deviceName','browserstackPercyBestPlatform','safari','../logger','browser','554960amucGa','percyAutoCapture','202308fPJEvc','getBestPlatformForPercySnapshot','RDBDl','nestedKeyValue','./PercySDK','BQIyi','patchDriverPercy','355304cpCHIO','Error\x20patching\x20','percyCaptureMode','ESmTN','error','\x20for\x20percy\x20','increment','isUndefined','905Ndhbqu','driver','LXtrH','toLowerCase','browserstackPercyMap','apply','15054KKueZX','debug','getDriver','init','prototype','element','6923408ZIXqix','then','patch','UeOGN','getName','percy','Starting\x20percy','getPercyOptions','./PercyCaptureModes','browserstackSessionName','reduce','Stopping\x20percy','stopPercy','NIgAU','./PercyCaptureMap','eIbqV','caXmx'];a70_0x2111=function(){return _0x55caa2;};return a70_0x2111();}
@@ -1 +1 @@
1
- function a70_0x2ebb(_0x3174be,_0x39063f){const _0x33086f=a70_0x3308();return a70_0x2ebb=function(_0x2ebb84,_0x16a9fb){_0x2ebb84=_0x2ebb84-0x174;let _0x4076a7=_0x33086f[_0x2ebb84];return _0x4076a7;},a70_0x2ebb(_0x3174be,_0x39063f);}const a70_0x20c4e8=a70_0x2ebb;(function(_0x3c21fd,_0x5334a6){const _0x5025cf=a70_0x2ebb,_0x52a5c2=_0x3c21fd();while(!![]){try{const _0x2d8428=parseInt(_0x5025cf(0x1b6))/0x1+-parseInt(_0x5025cf(0x1b0))/0x2+parseInt(_0x5025cf(0x1c8))/0x3*(-parseInt(_0x5025cf(0x1c1))/0x4)+-parseInt(_0x5025cf(0x1a8))/0x5+parseInt(_0x5025cf(0x1c9))/0x6+parseInt(_0x5025cf(0x1a2))/0x7+-parseInt(_0x5025cf(0x18c))/0x8;if(_0x2d8428===_0x5334a6)break;else _0x52a5c2['push'](_0x52a5c2['shift']());}catch(_0x20fa2b){_0x52a5c2['push'](_0x52a5c2['shift']());}}}(a70_0x3308,0x746c4));function a70_0x3308(){const _0x2e0163=['generateJSON','Error\x20stopping\x20monitoring','finalizeErrors','appendFileSync','map','Anqan','</tbody></table></body></html>','qnEzn','VAMzk','push','error-report.json','hdKKh','name','entryTypes','pushPerfMeasures','CUavb','function','getEntries','ISRWt','_measureEvents','exports','calculateTimeFromEvents','Performance\x20report\x20is\x20at\x20','existsSync','BROWSERSTACK_SDK_INSTRUMENTATION','length','pushErrors','startMonitoring','performance-own.html','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','tzqJg','dtyir','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','ytHQT','jsonReportFileName','entryType','match','path','performance-report.json','KRFRj','getPerformance','kCpqa','</td><td>','kGxzh','meta','join','VZXyC','xnjAw','./logger','kKTTv','BRfuV','mark','PMKzy','OQGbW','Error\x20in\x20writing\x20html\x20','slice','writeFile','-end','debug','winstonLogger','10297624BWEgVB','generateHTMLReport','ZsToF','Tpllw','-start','oCjHO','concat','message','stopAndGenerate','forEach','parse','apply','stopMonitoring','Sdmma','_errorEvents','entries','measureWrapper','rikfx','iyxCs','getEventsFromJSON','_observer','started','4263196iCfeyq','<h1>Performance\x20Report</h1>','writeFileSync','reduce','duration','cwd','753225bmKgtT','measure','observe','errorReportFileName','isEnabled','readFileSync','captureError','zgMim','222884NLJCJd','_events','pCWaV','Time\x20for\x20','then','values','751335dfYaax','\x20for\x20all\x20processes\x20is\x20','GjGjs','toString','code','errorFile','expHM','<tr><td>','finally','disconnect','DngHP','571660mxTaAS','stringify','getCleanedPerfEvents','measures','nexZL','errors','qIrFk','6DHXdgp','5709750dfzgth','UyUCQ','tylZj','env','buffered','unlinkSync'];a70_0x3308=function(){return _0x2e0163;};return a70_0x3308();}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require('./test-observability/utils'),path=require(a70_0x20c4e8(0x175)),logger=require(a70_0x20c4e8(0x180))[a70_0x20c4e8(0x18b)];class PerformanceTester{static [a70_0x20c4e8(0x1a0)];static [a70_0x20c4e8(0x1b1)]=[];static [a70_0x20c4e8(0x1e2)]=[];static ['_errorEvents']=[];static [a70_0x20c4e8(0x1a1)]=![];static [a70_0x20c4e8(0x1f1)]=a70_0x20c4e8(0x176);static [a70_0x20c4e8(0x1ab)]=a70_0x20c4e8(0x1d9);static[a70_0x20c4e8(0x1ea)](_0x389ec5='performance-report.json',_0x1281c6=a70_0x20c4e8(0x1d9)){const _0x3e80dc=a70_0x20c4e8,_0x104df8={};_0x104df8[_0x3e80dc(0x1d4)]=function(_0x26353f,_0x56aa0a){return _0x26353f===_0x56aa0a;},_0x104df8[_0x3e80dc(0x177)]=_0x3e80dc(0x1a9),_0x104df8['BRfuV']=_0x3e80dc(0x1df);const _0x2b4fcf=_0x104df8;if(this['started']||!this[_0x3e80dc(0x1ac)]())return;this[_0x3e80dc(0x1a0)]=new PerformanceObserver(_0x3be924=>{const _0x2fb193=_0x3e80dc,_0x5eae5a={'expHM':function(_0x549172,_0x552573){const _0x2dfe0b=a70_0x2ebb;return _0x2b4fcf[_0x2dfe0b(0x1d4)](_0x549172,_0x552573);},'dtyir':_0x2b4fcf['KRFRj']};_0x3be924[_0x2fb193(0x1e0)]()[_0x2fb193(0x195)](_0xfc4758=>{const _0x30e2fc=_0x2fb193;_0x5eae5a[_0x30e2fc(0x1bc)](_0xfc4758[_0x30e2fc(0x1f2)],_0x5eae5a[_0x30e2fc(0x1ee)])?this['_measureEvents'][_0x30e2fc(0x1d8)](_0xfc4758):this[_0x30e2fc(0x1b1)][_0x30e2fc(0x1d8)](_0xfc4758);});});const _0x1115b7={};_0x1115b7[_0x3e80dc(0x1cd)]=!![],_0x1115b7[_0x3e80dc(0x1dc)]=[_0x2b4fcf[_0x3e80dc(0x182)],_0x2b4fcf['KRFRj']],this[_0x3e80dc(0x1a0)][_0x3e80dc(0x1aa)](_0x1115b7),this['started']=!![],this['jsonReportFileName']=_0x389ec5,this[_0x3e80dc(0x1ab)]=_0x1281c6;}static[a70_0x20c4e8(0x178)](){return performance;}static[a70_0x20c4e8(0x1e4)](_0x2fe043,_0x4f0f29){const _0x596a95=a70_0x20c4e8,_0x48b77d={};_0x48b77d['hdKKh']=function(_0x253110,_0xa2d419){return _0x253110+_0xa2d419;},_0x48b77d[_0x596a95(0x18f)]=function(_0x56011d,_0x2eea28){return _0x56011d||_0x2eea28;},_0x48b77d[_0x596a95(0x191)]=function(_0x1be0ae,_0x16214e){return _0x1be0ae===_0x16214e;};const _0x3d0147=_0x48b77d,_0x1ead93={};if(!_0x2fe043||_0x3d0147['oCjHO'](_0x2fe043['length'],0x0))return;_0x2fe043['map'](_0x5d1db0=>{const _0x4c74af=_0x596a95;!_0x1ead93[_0x5d1db0[_0x4c74af(0x1db)]]&&(_0x1ead93[_0x5d1db0[_0x4c74af(0x1db)]]=0x0),_0x1ead93[_0x5d1db0['name']]+=_0x5d1db0[_0x4c74af(0x1a6)];});const _0x35753d=_0x4f0f29[_0x596a95(0x1a5)]((_0x372174,_0x1dfd1f)=>{const _0x5ca631=_0x596a95;return _0x3d0147[_0x5ca631(0x1da)](_0x1ead93[_0x1dfd1f],_0x3d0147[_0x5ca631(0x18f)](_0x372174,0x0));},0x0);return _0x35753d;}static async['calculateTimesFromMultipleFiles'](_0x398d6f,_0x37e633){const _0x581413=a70_0x20c4e8,_0x3e90b1={'tCKDR':function(_0x32a71b,_0x3dd843){return _0x32a71b+_0x3dd843;},'ISRWt':function(_0x1b0fe4,_0x5a0670){return _0x1b0fe4||_0x5a0670;},'xnjAw':function(_0x1076ac,_0x2f1e0f){return _0x1076ac===_0x2f1e0f;},'VAMzk':function(_0x447917,_0x5858d7){return _0x447917(_0x5858d7);},'kKTTv':function(_0x42e73b,_0x41fb62){return _0x42e73b(_0x41fb62);}};if(!_0x398d6f||_0x3e90b1[_0x581413(0x17f)](_0x398d6f[_0x581413(0x1e8)],0x0))return 0x0;const _0x161f0d=[];for(const _0x37f193 of _0x398d6f){const _0x45e213=path[_0x581413(0x17d)]('.',_0x37f193);try{const _0x79362a=this[_0x581413(0x19f)](_0x45e213);_0x79362a['map'](_0x674c=>{const _0x3530b6=_0x581413;!_0x161f0d[_0x674c['name']]&&(_0x161f0d[_0x674c[_0x3530b6(0x1db)]]=0x0),_0x161f0d[_0x674c['name']]+=_0x674c[_0x3530b6(0x1a6)];});}catch(_0x91caa0){_0x3e90b1[_0x581413(0x1d7)](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x91caa0[_0x581413(0x1b9)]());}}const _0x276c98=_0x37e633[_0x581413(0x1a5)]((_0x18e024,_0x4593fe)=>{const _0x33ca92=_0x581413;return _0x3e90b1['tCKDR'](_0x161f0d[_0x4593fe],_0x3e90b1[_0x33ca92(0x1e1)](_0x18e024,0x0));},0x0);return _0x3e90b1[_0x581413(0x181)](debug,_0x581413(0x1b3)+_0x37e633+_0x581413(0x1b7)+_0x276c98),_0x276c98;}static['getEventsFromJSON'](_0x17ce57){const _0x2077fe=a70_0x20c4e8;if(!fs[_0x2077fe(0x1e6)](_0x17ce57))return[];return JSON[_0x2077fe(0x196)](fs[_0x2077fe(0x1ad)](_0x17ce57)[_0x2077fe(0x1b9)]());}static async[a70_0x20c4e8(0x194)](_0x1024a1=a70_0x20c4e8(0x1eb),_0x559f22=null){const _0x47fafc=a70_0x20c4e8,_0x3531a5={'pCWaV':function(_0x5e9082,_0x10c9e0){return _0x5e9082(_0x10c9e0);}};if(!this[_0x47fafc(0x1a1)])return;await _0x3531a5[_0x47fafc(0x1b2)](sleep,0x1e),this[_0x47fafc(0x1a0)][_0x47fafc(0x1bf)](),this[_0x47fafc(0x1a1)]=![],this[_0x47fafc(0x1cf)](this[_0x47fafc(0x1b1)]);const _0x31eaa5=this[_0x47fafc(0x18d)](this[_0x47fafc(0x1b1)]),_0x14da8c=path[_0x47fafc(0x17d)](process[_0x47fafc(0x1a7)](),_0x1024a1);fs[_0x47fafc(0x188)](_0x14da8c,_0x31eaa5,_0xc73b2=>{const _0x31189f=_0x47fafc;if(_0xc73b2){_0x3531a5[_0x31189f(0x1b2)](debug,_0x31189f(0x186)+_0xc73b2['toString']());return;}_0x3531a5[_0x31189f(0x1b2)](debug,_0x31189f(0x1e5)+_0x14da8c);});if(_0x559f22)return this[_0x47fafc(0x1e4)](this['_events'],_0x559f22);}static[a70_0x20c4e8(0x18d)](_0x20cdd2){const _0x83d9b0=a70_0x20c4e8,_0x1aad38={};_0x1aad38['qnEzn']=_0x83d9b0(0x1ef),_0x1aad38[_0x83d9b0(0x17b)]=_0x83d9b0(0x1a3),_0x1aad38['nexZL']=_0x83d9b0(0x1ec),_0x1aad38[_0x83d9b0(0x199)]=_0x83d9b0(0x1d5);const _0x3b9912=_0x1aad38;let _0x4f678a=_0x3b9912[_0x83d9b0(0x1d6)];return _0x4f678a+=_0x3b9912[_0x83d9b0(0x17b)],_0x4f678a+=_0x3b9912[_0x83d9b0(0x1c5)],_0x20cdd2[_0x83d9b0(0x195)](_0x2d3e66=>{const _0x3b56f7=_0x83d9b0;_0x4f678a+=_0x3b56f7(0x1bd)+_0x2d3e66[_0x3b56f7(0x1db)]+_0x3b56f7(0x17a)+_0x2d3e66[_0x3b56f7(0x1a6)]+'</td></tr>';}),_0x4f678a+=_0x3b9912[_0x83d9b0(0x199)],_0x4f678a;}static[a70_0x20c4e8(0x1cf)](_0x222240){const _0x5db208=a70_0x20c4e8;if(!this[_0x5db208(0x1f1)])return;const _0x1dafcf={};_0x222240[_0x5db208(0x1d3)](_0x5e7eab=>{const _0x3a83bd=_0x5db208;!_0x1dafcf[_0x5e7eab[_0x3a83bd(0x1db)]]&&(_0x1dafcf[_0x5e7eab[_0x3a83bd(0x1db)]]=0x0),_0x1dafcf[_0x5e7eab['name']]+=_0x5e7eab[_0x3a83bd(0x1a6)];});const _0x1d5aad=Object[_0x5db208(0x19b)](_0x1dafcf)[_0x5db208(0x1d3)](([_0x28832b,_0x87cad])=>{const _0x245b6a=_0x5db208,_0x1ce9e1={};return _0x1ce9e1[_0x245b6a(0x1db)]=_0x28832b,_0x1ce9e1[_0x245b6a(0x1a6)]=_0x87cad,_0x1ce9e1;});fs[_0x5db208(0x1a4)](this[_0x5db208(0x1f1)],JSON['stringify'](_0x1d5aad));}static[a70_0x20c4e8(0x1ac)](){const _0x57be4e=a70_0x20c4e8,_0x3262b9={};_0x3262b9[_0x57be4e(0x1b8)]=function(_0x2767f7,_0x27b241){return _0x2767f7===_0x27b241;},_0x3262b9[_0x57be4e(0x1c7)]='false';const _0x2c26ff=_0x3262b9;return!_0x2c26ff['GjGjs'](process[_0x57be4e(0x1cc)][_0x57be4e(0x1e7)],_0x2c26ff[_0x57be4e(0x1c7)]);}static[a70_0x20c4e8(0x1a9)](_0x169c25,_0x492f9f,_0xe8511d=null,_0xbdd3d9=null){const _0x3f4995=a70_0x20c4e8,_0x23b9a6={};_0x23b9a6[_0x3f4995(0x17e)]=function(_0x1d26cd,_0x4e63db){return _0x1d26cd+_0x4e63db;},_0x23b9a6[_0x3f4995(0x179)]=_0x3f4995(0x190),_0x23b9a6['PHhjt']=_0x3f4995(0x189),_0x23b9a6['zgMim']=function(_0x35e641,_0x29f02a){return _0x35e641 instanceof _0x29f02a;};const _0x568c20=_0x23b9a6;try{if(this[_0x3f4995(0x1a1)]&&this['isEnabled']()){let _0x574972=_0x169c25;_0xe8511d&&(_0x574972=_0x169c25+'['+JSON[_0x3f4995(0x1c2)](_0xe8511d)+']');const _0x11b067=_0x568c20[_0x3f4995(0x17e)](_0x574972,_0x568c20['kCpqa']),_0x44a381=_0x568c20['VZXyC'](_0x574972,_0x568c20['PHhjt']);performance['mark'](_0x11b067);const _0x4be34f=_0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);if(_0x568c20[_0x3f4995(0x1af)](_0x4be34f,Promise))return new Promise((_0x48f40a,_0x5d2fbd)=>{const _0x18527b=_0x3f4995;_0x4be34f[_0x18527b(0x1b4)](_0x264731=>_0x48f40a(_0x264731))['catch'](_0x4546bd=>_0x5d2fbd(_0x4546bd))[_0x18527b(0x1be)](()=>{const _0x5caa31=_0x18527b;performance[_0x5caa31(0x183)](_0x44a381),performance[_0x5caa31(0x1a9)](_0x574972,_0x11b067,_0x44a381);});});;return performance[_0x3f4995(0x183)](_0x44a381),performance[_0x3f4995(0x1a9)](_0x574972,_0x11b067,_0x44a381),_0x4be34f;};return _0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);}catch(_0x471006){return _0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);}}static[a70_0x20c4e8(0x19c)](_0x5bead2,_0x19780c){const _0x54f42a=this;return function(){const _0x33f305=a70_0x2ebb,_0x52293b=[_0x5bead2,_0x19780c,null][_0x33f305(0x192)](arguments);return _0x54f42a[_0x33f305(0x1a9)][_0x33f305(0x197)](_0x54f42a,_0x52293b);};}static[a70_0x20c4e8(0x1c3)](){const _0x4dbad9=a70_0x20c4e8,_0x58fe77={};_0x58fe77[_0x4dbad9(0x1ed)]=function(_0x4ef723,_0x4abf71){return _0x4ef723/_0x4abf71;},_0x58fe77['ZsToF']=function(_0x5098a4,_0x4c4e35){return _0x5098a4+_0x4c4e35;},_0x58fe77[_0x4dbad9(0x1cb)]=function(_0x3b979a,_0x50ab6c){return _0x3b979a*_0x50ab6c;};const _0x24c245=_0x58fe77,_0x5da624=/(^.*)\[(.*)\]$/,_0xc2163b={},_0xdf5cb7={};for(const _0x128a08 of this[_0x4dbad9(0x1e2)]){const _0x5d2ebb=_0x128a08['name'][_0x4dbad9(0x174)](_0x5da624),_0x1b173d={};_0x1b173d[_0x4dbad9(0x1db)]=_0x128a08['name'],_0x1b173d['duration']=_0x128a08[_0x4dbad9(0x1a6)]||0x0;const _0x33c7a1=_0x1b173d;_0x5d2ebb&&(_0x33c7a1[_0x4dbad9(0x1db)]=_0x5d2ebb[0x1],_0x33c7a1[_0x4dbad9(0x17c)]=JSON[_0x4dbad9(0x196)](_0x5d2ebb[0x2]));if(_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]]){const _0x5364b2=_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]],_0x240127=_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]];_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]][_0x4dbad9(0x1a6)]=_0x24c245['tzqJg'](_0x24c245[_0x4dbad9(0x18e)](_0x24c245['tylZj'](_0x5364b2[_0x4dbad9(0x1a6)],_0x240127),_0x33c7a1[_0x4dbad9(0x1a6)]),_0x24c245[_0x4dbad9(0x18e)](0x1,_0x240127)),_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]]++;}else _0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]]=_0x33c7a1,_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]]=0x1;}return Object[_0x4dbad9(0x1b5)](_0xc2163b);}static[a70_0x20c4e8(0x1dd)](){const _0x2c1f8f=a70_0x20c4e8,_0x191362={};_0x191362[_0x2c1f8f(0x1f0)]=function(_0x26cc49,_0x1f1ef0){return _0x26cc49===_0x1f1ef0;},_0x191362[_0x2c1f8f(0x19d)]=function(_0x2bf5a8,_0x2a850d){return _0x2bf5a8+_0x2a850d;};const _0x43110e=_0x191362;if(_0x43110e[_0x2c1f8f(0x1f0)](this[_0x2c1f8f(0x1e2)][_0x2c1f8f(0x1e8)],0x0))return;const _0xdb85a5=this[_0x2c1f8f(0x1c3)](),_0x525397=JSON['stringify'](_0xdb85a5),_0x415a3c=_0x43110e[_0x2c1f8f(0x19d)](_0x525397[_0x2c1f8f(0x187)](0x1,-0x1),',');fs[_0x2c1f8f(0x1d2)](this['jsonReportFileName'],_0x415a3c);}static['finalizePerfMeasures'](){const _0x524e5e=a70_0x20c4e8,_0x5be120={};_0x5be120[_0x524e5e(0x184)]=function(_0x258125,_0x8d52eb){return _0x258125===_0x8d52eb;},_0x5be120['UyUCQ']=function(_0x494660,_0xa353f8){return _0x494660>_0xa353f8;};const _0x1e6485=_0x5be120;if(!this[_0x524e5e(0x1a1)]||_0x1e6485[_0x524e5e(0x184)](this[_0x524e5e(0x1e2)]['length'],0x0))return[];if(!fs['existsSync'](this[_0x524e5e(0x1f1)]))return this[_0x524e5e(0x1e2)];let _0x457e33=fs[_0x524e5e(0x1ad)](this[_0x524e5e(0x1f1)])['toString']();_0x457e33='['+_0x457e33[_0x524e5e(0x187)](0x0,-0x1)+']';let _0x5c9a64=JSON[_0x524e5e(0x196)](_0x457e33);return _0x1e6485[_0x524e5e(0x1ca)](this[_0x524e5e(0x1e2)][_0x524e5e(0x1e8)],0x0)&&(_0x5c9a64=_0x5c9a64[_0x524e5e(0x192)](this[_0x524e5e(0x1c3)]())),this[_0x524e5e(0x1a0)][_0x524e5e(0x1bf)](),fs[_0x524e5e(0x1ce)](this[_0x524e5e(0x1f1)]),_0x5c9a64;}static[a70_0x20c4e8(0x1e9)](){const _0x5c70b3=a70_0x20c4e8,_0x29e636={};_0x29e636[_0x5c70b3(0x1c0)]=function(_0x5d065b,_0x57acc2){return _0x5d065b===_0x57acc2;},_0x29e636[_0x5c70b3(0x1de)]=function(_0x5d754f,_0x3ad8ce){return _0x5d754f+_0x3ad8ce;};const _0x3c13df=_0x29e636;if(_0x3c13df[_0x5c70b3(0x1c0)](this['_errorEvents']['length'],0x0))return;const _0x5ce981=JSON[_0x5c70b3(0x1c2)](this[_0x5c70b3(0x19a)]),_0x4fc230=_0x3c13df['CUavb'](_0x5ce981[_0x5c70b3(0x187)](0x1,-0x1),',');fs[_0x5c70b3(0x1d2)](this[_0x5c70b3(0x1bb)],_0x4fc230);}static[a70_0x20c4e8(0x1d1)](){const _0x4c7763=a70_0x20c4e8,_0x5e377b={};_0x5e377b[_0x4c7763(0x185)]=function(_0x4c6efd,_0x4d33cd){return _0x4c6efd>_0x4d33cd;};const _0x1521a5=_0x5e377b;if(!fs[_0x4c7763(0x1e6)](this[_0x4c7763(0x1ab)]))return this[_0x4c7763(0x19a)];let _0x10a5d6=fs[_0x4c7763(0x1ad)](this[_0x4c7763(0x1ab)])[_0x4c7763(0x1b9)]();_0x10a5d6='['+_0x10a5d6[_0x4c7763(0x187)](0x0,-0x1)+']';let _0x5864c6=JSON[_0x4c7763(0x196)](_0x10a5d6);return _0x1521a5[_0x4c7763(0x185)](this[_0x4c7763(0x19a)][_0x4c7763(0x1e8)],0x0)&&(_0x5864c6=_0x5864c6[_0x4c7763(0x192)](this[_0x4c7763(0x19a)])),fs[_0x4c7763(0x1ce)](this[_0x4c7763(0x1ab)]),_0x5864c6;}static[a70_0x20c4e8(0x1ae)](_0x5313ab){const _0x2fe408=a70_0x20c4e8;if(!this[_0x2fe408(0x1ac)]())return;this['_errorEvents']['push']({'message':_0x5313ab[_0x2fe408(0x193)],'trace':_0x5313ab['stack'],'code':_0x5313ab[_0x2fe408(0x1ba)]||null,'time':new Date()});}static[a70_0x20c4e8(0x198)](){const _0x1a2005=a70_0x20c4e8,_0x5aa462={};_0x5aa462[_0x1a2005(0x19e)]=_0x1a2005(0x1d0);const _0x449fa3=_0x5aa462;try{if(!this[_0x1a2005(0x1ac)]())return;this[_0x1a2005(0x1a0)]['disconnect'](),this[_0x1a2005(0x1dd)](),this[_0x1a2005(0x1e9)]();}catch{logger[_0x1a2005(0x18a)](_0x449fa3['iyxCs']);}}static['finalize'](){const _0x2bec59=a70_0x20c4e8,_0x107776=this['finalizePerfMeasures'](),_0x5c4a71=this[_0x2bec59(0x1d1)]();if(!this['isEnabled']()){const _0x15584={};return _0x15584['measures']=[],_0x15584[_0x2bec59(0x1c6)]=[],_0x15584;}const _0x74a7f7={};return _0x74a7f7[_0x2bec59(0x1c4)]=_0x107776,_0x74a7f7[_0x2bec59(0x1c6)]=_0x5c4a71,_0x74a7f7;}}module[a70_0x20c4e8(0x1e3)]=PerformanceTester;
1
+ function a71_0x4823(_0x1bf4dc,_0x1b8179){const _0x226950=a71_0x2269();return a71_0x4823=function(_0x4823b0,_0x1784bf){_0x4823b0=_0x4823b0-0x73;let _0xa0a484=_0x226950[_0x4823b0];return _0xa0a484;},a71_0x4823(_0x1bf4dc,_0x1b8179);}const a71_0x5499d0=a71_0x4823;(function(_0x6f4353,_0x5338ef){const _0x4a83fc=a71_0x4823,_0x53b675=_0x6f4353();while(!![]){try{const _0x3e6ed5=-parseInt(_0x4a83fc(0xca))/0x1+-parseInt(_0x4a83fc(0x99))/0x2+-parseInt(_0x4a83fc(0xa1))/0x3*(parseInt(_0x4a83fc(0xdd))/0x4)+-parseInt(_0x4a83fc(0xc0))/0x5+parseInt(_0x4a83fc(0x7f))/0x6*(-parseInt(_0x4a83fc(0x9b))/0x7)+parseInt(_0x4a83fc(0x8d))/0x8+-parseInt(_0x4a83fc(0xe5))/0x9*(-parseInt(_0x4a83fc(0x9c))/0xa);if(_0x3e6ed5===_0x5338ef)break;else _0x53b675['push'](_0x53b675['shift']());}catch(_0x3af199){_0x53b675['push'](_0x53b675['shift']());}}}(a71_0x2269,0x2d7a6));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x5499d0(0xba)),{sleep,debug}=require(a71_0x5499d0(0xaa)),path=require('path'),logger=require(a71_0x5499d0(0x85))[a71_0x5499d0(0xe8)];class PerformanceTester{static ['_observer'];static ['_events']=[];static [a71_0x5499d0(0x8b)]=[];static [a71_0x5499d0(0x9a)]=[];static [a71_0x5499d0(0xbf)]=![];static [a71_0x5499d0(0xb7)]=a71_0x5499d0(0xd4);static ['errorReportFileName']=a71_0x5499d0(0xd2);static[a71_0x5499d0(0x74)](_0x25722c=a71_0x5499d0(0xd4),_0x4a572e=a71_0x5499d0(0xd2)){const _0x115a48=a71_0x5499d0,_0x253187={};_0x253187['DRUYn']=function(_0x46e63c,_0x33d457){return _0x46e63c===_0x33d457;},_0x253187[_0x115a48(0xa4)]=_0x115a48(0x93),_0x253187[_0x115a48(0xc1)]='function';const _0x24456c=_0x253187;if(this[_0x115a48(0xbf)]||!this[_0x115a48(0xe0)]())return;this['_observer']=new PerformanceObserver(_0x562120=>{const _0x31eab7=_0x115a48;_0x562120[_0x31eab7(0x96)]()['forEach'](_0x526dda=>{const _0x56c21e=_0x31eab7;_0x24456c[_0x56c21e(0x89)](_0x526dda[_0x56c21e(0x95)],_0x24456c['mKrFa'])?this[_0x56c21e(0x8b)]['push'](_0x526dda):this[_0x56c21e(0xb4)][_0x56c21e(0x80)](_0x526dda);});});const _0x4a0a86={};_0x4a0a86[_0x115a48(0xad)]=!![],_0x4a0a86['entryTypes']=[_0x24456c['rGaxQ'],_0x24456c[_0x115a48(0xa4)]],this[_0x115a48(0x92)][_0x115a48(0x7b)](_0x4a0a86),this['started']=!![],this[_0x115a48(0xb7)]=_0x25722c,this['errorReportFileName']=_0x4a572e;}static['getPerformance'](){return performance;}static[a71_0x5499d0(0x8a)](_0x4e6901,_0xaf19bb){const _0x5b3cd2=a71_0x5499d0,_0x3d4298={};_0x3d4298[_0x5b3cd2(0x8f)]=function(_0x18990d,_0x58cf28){return _0x18990d+_0x58cf28;},_0x3d4298[_0x5b3cd2(0xd8)]=function(_0x41d37c,_0x3548d1){return _0x41d37c||_0x3548d1;},_0x3d4298[_0x5b3cd2(0xa3)]=function(_0x2c0049,_0x423393){return _0x2c0049===_0x423393;};const _0x100084=_0x3d4298,_0x5a1490={};if(!_0x4e6901||_0x100084[_0x5b3cd2(0xa3)](_0x4e6901[_0x5b3cd2(0xde)],0x0))return;_0x4e6901[_0x5b3cd2(0xe4)](_0xc65f3f=>{const _0x4ab351=_0x5b3cd2;!_0x5a1490[_0xc65f3f['name']]&&(_0x5a1490[_0xc65f3f[_0x4ab351(0xd5)]]=0x0),_0x5a1490[_0xc65f3f[_0x4ab351(0xd5)]]+=_0xc65f3f[_0x4ab351(0xc8)];});const _0x47c738=_0xaf19bb[_0x5b3cd2(0xea)]((_0x1f4c69,_0x179b58)=>{const _0x100284=_0x5b3cd2;return _0x100084[_0x100284(0x8f)](_0x5a1490[_0x179b58],_0x100084[_0x100284(0xd8)](_0x1f4c69,0x0));},0x0);return _0x47c738;}static async[a71_0x5499d0(0x84)](_0x4b8eb6,_0x1c6ba5){const _0x2fb4e9=a71_0x5499d0,_0xf8e9a5={'qVZjj':function(_0x38303f,_0x296ca3){return _0x38303f+_0x296ca3;},'CLYjX':function(_0x285003,_0x1963b4){return _0x285003||_0x1963b4;},'qROYQ':function(_0x266589,_0x59d2ec){return _0x266589===_0x59d2ec;},'afstg':function(_0x444d1e,_0x369424){return _0x444d1e(_0x369424);},'ModVO':function(_0x502ddd,_0xafa761){return _0x502ddd(_0xafa761);}};if(!_0x4b8eb6||_0xf8e9a5[_0x2fb4e9(0x78)](_0x4b8eb6[_0x2fb4e9(0xde)],0x0))return 0x0;const _0x49e65c=[];for(const _0x228f27 of _0x4b8eb6){const _0x506baf=path[_0x2fb4e9(0x75)]('.',_0x228f27);try{const _0xcb2e4c=this[_0x2fb4e9(0xd3)](_0x506baf);_0xcb2e4c['map'](_0x3eb97a=>{const _0x1afc6e=_0x2fb4e9;!_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]&&(_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]=0x0),_0x49e65c[_0x3eb97a[_0x1afc6e(0xd5)]]+=_0x3eb97a['duration'];});}catch(_0x55ec45){_0xf8e9a5[_0x2fb4e9(0xb6)](debug,_0x2fb4e9(0xb8)+_0x55ec45[_0x2fb4e9(0xc5)]());}}const _0x478fed=_0x1c6ba5[_0x2fb4e9(0xea)]((_0x178925,_0x180e82)=>{const _0x54c18a=_0x2fb4e9;return _0xf8e9a5[_0x54c18a(0xab)](_0x49e65c[_0x180e82],_0xf8e9a5['CLYjX'](_0x178925,0x0));},0x0);return _0xf8e9a5['ModVO'](debug,_0x2fb4e9(0xc2)+_0x1c6ba5+_0x2fb4e9(0x9f)+_0x478fed),_0x478fed;}static[a71_0x5499d0(0xd3)](_0x548005){const _0x4e0440=a71_0x5499d0;if(!fs[_0x4e0440(0x8c)](_0x548005))return[];return JSON[_0x4e0440(0xb1)](fs['readFileSync'](_0x548005)['toString']());}static async[a71_0x5499d0(0xa7)](_0x3a7a4b=a71_0x5499d0(0x76),_0x594da8=null){const _0x4d63ca=a71_0x5499d0,_0x48fe41={'iXtjx':function(_0x25dbb6,_0x4ae755){return _0x25dbb6(_0x4ae755);},'dvzyH':function(_0x420d61,_0x52e462){return _0x420d61(_0x52e462);}};if(!this['started'])return;await _0x48fe41[_0x4d63ca(0xb9)](sleep,0x1e),this[_0x4d63ca(0x92)][_0x4d63ca(0xa6)](),this[_0x4d63ca(0xbf)]=![],this[_0x4d63ca(0xbc)](this[_0x4d63ca(0xb4)]);const _0x8de5f=this['generateHTMLReport'](this['_events']),_0x125874=path[_0x4d63ca(0x75)](process[_0x4d63ca(0x79)](),_0x3a7a4b);fs[_0x4d63ca(0x90)](_0x125874,_0x8de5f,_0x58b1fc=>{const _0x4f78fc=_0x4d63ca;if(_0x58b1fc){_0x48fe41['iXtjx'](debug,_0x4f78fc(0xe2)+_0x58b1fc[_0x4f78fc(0xc5)]());return;}_0x48fe41['dvzyH'](debug,_0x4f78fc(0xbe)+_0x125874);});if(_0x594da8)return this['calculateTimeFromEvents'](this['_events'],_0x594da8);}static[a71_0x5499d0(0xcf)](_0x59c3ed){const _0x2d4f34=a71_0x5499d0,_0xe12252={};_0xe12252[_0x2d4f34(0x7c)]=_0x2d4f34(0x88),_0xe12252[_0x2d4f34(0xe3)]=_0x2d4f34(0xcd),_0xe12252[_0x2d4f34(0xb2)]=_0x2d4f34(0xdf),_0xe12252[_0x2d4f34(0x7d)]=_0x2d4f34(0x86);const _0x98afa4=_0xe12252;let _0x1af4c9=_0x98afa4[_0x2d4f34(0x7c)];return _0x1af4c9+=_0x98afa4[_0x2d4f34(0xe3)],_0x1af4c9+=_0x98afa4[_0x2d4f34(0xb2)],_0x59c3ed['forEach'](_0x4f0829=>{const _0x1fd127=_0x2d4f34;_0x1af4c9+=_0x1fd127(0xa5)+_0x4f0829[_0x1fd127(0xd5)]+_0x1fd127(0xa0)+_0x4f0829[_0x1fd127(0xc8)]+'</td></tr>';}),_0x1af4c9+=_0x98afa4[_0x2d4f34(0x7d)],_0x1af4c9;}static[a71_0x5499d0(0xbc)](_0xb6d94d){const _0x27c7bd=a71_0x5499d0;if(!this[_0x27c7bd(0xb7)])return;const _0x46961c={};_0xb6d94d['map'](_0xd58c13=>{const _0x590f95=_0x27c7bd;!_0x46961c[_0xd58c13['name']]&&(_0x46961c[_0xd58c13[_0x590f95(0xd5)]]=0x0),_0x46961c[_0xd58c13[_0x590f95(0xd5)]]+=_0xd58c13['duration'];});const _0x209db4=Object['entries'](_0x46961c)[_0x27c7bd(0xe4)](([_0x53a4be,_0x2bbbb0])=>{const _0x2d3f65=_0x27c7bd,_0x4da3e6={};return _0x4da3e6['name']=_0x53a4be,_0x4da3e6[_0x2d3f65(0xc8)]=_0x2bbbb0,_0x4da3e6;});fs['writeFileSync'](this['jsonReportFileName'],JSON[_0x27c7bd(0x77)](_0x209db4));}static[a71_0x5499d0(0xe0)](){const _0x5d7b6a=a71_0x5499d0,_0x35b3cd={};_0x35b3cd['BGFJE']=function(_0x13cf8c,_0x5855b2){return _0x13cf8c===_0x5855b2;},_0x35b3cd[_0x5d7b6a(0xa2)]=_0x5d7b6a(0xed);const _0x4e8d2e=_0x35b3cd;return!_0x4e8d2e['BGFJE'](process['env']['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x4e8d2e['QoJBm']);}static[a71_0x5499d0(0x93)](_0x52b73b,_0x54a3c6,_0x2f1eb8=null,_0x2c112f=null){const _0x3b17ab=a71_0x5499d0,_0x1f1c77={};_0x1f1c77['Nfswj']=function(_0x31e25f,_0x20ec08){return _0x31e25f+_0x20ec08;},_0x1f1c77[_0x3b17ab(0xcc)]=_0x3b17ab(0xee),_0x1f1c77[_0x3b17ab(0xc4)]=_0x3b17ab(0xdc),_0x1f1c77[_0x3b17ab(0xc6)]=function(_0x5c8d03,_0x14d70c){return _0x5c8d03 instanceof _0x14d70c;};const _0x2540e0=_0x1f1c77;try{if(this[_0x3b17ab(0xbf)]&&this[_0x3b17ab(0xe0)]()){let _0x15a181=_0x52b73b;_0x2f1eb8&&(_0x15a181=_0x52b73b+'['+JSON['stringify'](_0x2f1eb8)+']');const _0x19561a=_0x2540e0['Nfswj'](_0x15a181,_0x2540e0['aBrss']),_0x4eae99=_0x2540e0[_0x3b17ab(0xbd)](_0x15a181,_0x2540e0['oAaAt']);performance[_0x3b17ab(0x8e)](_0x19561a);const _0x5e3fb0=_0x54a3c6[_0x3b17ab(0xd9)](null,_0x2c112f);if(_0x2540e0['ypmIq'](_0x5e3fb0,Promise))return new Promise((_0x5c4cb5,_0x1809b6)=>{const _0x244383=_0x3b17ab;_0x5e3fb0['then'](_0x20572e=>_0x5c4cb5(_0x20572e))[_0x244383(0xe7)](_0xc0a621=>_0x1809b6(_0xc0a621))[_0x244383(0xce)](()=>{const _0x3c5ac1=_0x244383;performance[_0x3c5ac1(0x8e)](_0x4eae99),performance[_0x3c5ac1(0x93)](_0x15a181,_0x19561a,_0x4eae99);});});;return performance['mark'](_0x4eae99),performance[_0x3b17ab(0x93)](_0x15a181,_0x19561a,_0x4eae99),_0x5e3fb0;};return _0x54a3c6[_0x3b17ab(0xd9)](null,_0x2c112f);}catch(_0x42866b){return _0x54a3c6['apply'](null,_0x2c112f);}}static[a71_0x5499d0(0xc3)](_0x45db1e,_0x4bda50){const _0x5b2563=this;return function(){const _0x2fee21=a71_0x4823,_0xe3384c=[_0x45db1e,_0x4bda50,null][_0x2fee21(0xeb)](arguments);return _0x5b2563[_0x2fee21(0x93)][_0x2fee21(0xd9)](_0x5b2563,_0xe3384c);};}static['getCleanedPerfEvents'](){const _0x13c29b=a71_0x5499d0,_0x1dc274={};_0x1dc274[_0x13c29b(0xda)]=function(_0x59268a,_0x300296){return _0x59268a/_0x300296;},_0x1dc274[_0x13c29b(0xe6)]=function(_0x3ba11c,_0x97907b){return _0x3ba11c+_0x97907b;},_0x1dc274[_0x13c29b(0xb3)]=function(_0x51cd58,_0x2fb0b2){return _0x51cd58*_0x2fb0b2;},_0x1dc274['ZPEtL']=function(_0x447b29,_0x35f46a){return _0x447b29+_0x35f46a;};const _0x4de6f4=_0x1dc274,_0x3c417b=/(^.*)\[(.*)\]$/,_0x436f23={},_0x3b24ec={};for(const _0x1920fc of this[_0x13c29b(0x8b)]){const _0x25ce36=_0x1920fc[_0x13c29b(0xd5)][_0x13c29b(0xd1)](_0x3c417b),_0x5d26fa={};_0x5d26fa[_0x13c29b(0xd5)]=_0x1920fc[_0x13c29b(0xd5)],_0x5d26fa[_0x13c29b(0xc8)]=_0x1920fc[_0x13c29b(0xc8)]||0x0;const _0x43ce36=_0x5d26fa;_0x25ce36&&(_0x43ce36['name']=_0x25ce36[0x1],_0x43ce36[_0x13c29b(0x7a)]=JSON[_0x13c29b(0xb1)](_0x25ce36[0x2]));if(_0x436f23[_0x43ce36[_0x13c29b(0xd5)]]){const _0x58e136=_0x436f23[_0x43ce36[_0x13c29b(0xd5)]],_0x592da6=_0x3b24ec[_0x43ce36['name']];_0x436f23[_0x43ce36[_0x13c29b(0xd5)]]['duration']=_0x4de6f4[_0x13c29b(0xda)](_0x4de6f4[_0x13c29b(0xe6)](_0x4de6f4[_0x13c29b(0xb3)](_0x58e136[_0x13c29b(0xc8)],_0x592da6),_0x43ce36[_0x13c29b(0xc8)]),_0x4de6f4['ZPEtL'](0x1,_0x592da6)),_0x3b24ec[_0x43ce36['name']]++;}else _0x436f23[_0x43ce36[_0x13c29b(0xd5)]]=_0x43ce36,_0x3b24ec[_0x43ce36[_0x13c29b(0xd5)]]=0x1;}return Object[_0x13c29b(0xe9)](_0x436f23);}static[a71_0x5499d0(0x87)](){const _0x225b16=a71_0x5499d0,_0x567028={};_0x567028[_0x225b16(0xcb)]=function(_0x37e00c,_0x40c00c){return _0x37e00c===_0x40c00c;},_0x567028[_0x225b16(0x73)]=function(_0x2bf21b,_0x22b80b){return _0x2bf21b+_0x22b80b;};const _0x18da67=_0x567028;if(_0x18da67[_0x225b16(0xcb)](this['_measureEvents'][_0x225b16(0xde)],0x0))return;const _0xd05935=this[_0x225b16(0xe1)](),_0x3d5ab6=JSON[_0x225b16(0x77)](_0xd05935),_0x267fa7=_0x18da67[_0x225b16(0x73)](_0x3d5ab6[_0x225b16(0x98)](0x1,-0x1),',');fs[_0x225b16(0xae)](this[_0x225b16(0xb7)],_0x267fa7);}static[a71_0x5499d0(0x82)](){const _0x30be4e=a71_0x5499d0,_0x17e86c={};_0x17e86c['GCnAh']=function(_0x2806a9,_0x499a89){return _0x2806a9===_0x499a89;},_0x17e86c[_0x30be4e(0xc9)]=function(_0x7277eb,_0x13a895){return _0x7277eb>_0x13a895;};const _0x4af081=_0x17e86c;if(!this[_0x30be4e(0xbf)]||_0x4af081[_0x30be4e(0x7e)](this[_0x30be4e(0x8b)][_0x30be4e(0xde)],0x0))return[];if(!fs[_0x30be4e(0x8c)](this[_0x30be4e(0xb7)]))return this[_0x30be4e(0x8b)];let _0x207f23=fs['readFileSync'](this[_0x30be4e(0xb7)])['toString']();_0x207f23='['+_0x207f23[_0x30be4e(0x98)](0x0,-0x1)+']';let _0x57cc91=JSON[_0x30be4e(0xb1)](_0x207f23);return _0x4af081[_0x30be4e(0xc9)](this['_measureEvents'][_0x30be4e(0xde)],0x0)&&(_0x57cc91=_0x57cc91[_0x30be4e(0xeb)](this['getCleanedPerfEvents']())),this['_observer']['disconnect'](),fs[_0x30be4e(0x94)](this['jsonReportFileName']),_0x57cc91;}static[a71_0x5499d0(0xac)](){const _0x5c8533=a71_0x5499d0,_0x312f6f={};_0x312f6f[_0x5c8533(0x9d)]=function(_0x5b07be,_0x4b1632){return _0x5b07be===_0x4b1632;},_0x312f6f[_0x5c8533(0xa9)]=function(_0x25bea1,_0x5d590f){return _0x25bea1+_0x5d590f;};const _0x2e3b9a=_0x312f6f;if(_0x2e3b9a['NVAMD'](this['_errorEvents'][_0x5c8533(0xde)],0x0))return;const _0x425b96=JSON['stringify'](this[_0x5c8533(0x9a)]),_0xdab64d=_0x2e3b9a[_0x5c8533(0xa9)](_0x425b96[_0x5c8533(0x98)](0x1,-0x1),',');fs['appendFileSync'](this[_0x5c8533(0xd6)],_0xdab64d);}static['finalizeErrors'](){const _0x519484=a71_0x5499d0,_0x2a1742={};_0x2a1742['qUMXw']=function(_0x833b7d,_0x3d9c9a){return _0x833b7d>_0x3d9c9a;};const _0x4d7075=_0x2a1742;if(!fs[_0x519484(0x8c)](this['errorReportFileName']))return this[_0x519484(0x9a)];let _0x58b1d5=fs[_0x519484(0x9e)](this[_0x519484(0xb0)])[_0x519484(0xc5)]();_0x58b1d5='['+_0x58b1d5[_0x519484(0x98)](0x0,-0x1)+']';let _0xc2b564=JSON[_0x519484(0xb1)](_0x58b1d5);return _0x4d7075[_0x519484(0xb5)](this['_errorEvents'][_0x519484(0xde)],0x0)&&(_0xc2b564=_0xc2b564[_0x519484(0xeb)](this[_0x519484(0x9a)])),fs[_0x519484(0x94)](this['errorReportFileName']),_0xc2b564;}static[a71_0x5499d0(0xaf)](_0x503c4c){const _0xb4c086=a71_0x5499d0;if(!this[_0xb4c086(0xe0)]())return;this[_0xb4c086(0x9a)][_0xb4c086(0x80)]({'message':_0x503c4c[_0xb4c086(0xec)],'trace':_0x503c4c[_0xb4c086(0x83)],'code':_0x503c4c[_0xb4c086(0xd7)]||null,'time':new Date()});}static[a71_0x5499d0(0x97)](){const _0x4baefe=a71_0x5499d0,_0x53ebd8={};_0x53ebd8[_0x4baefe(0x91)]=_0x4baefe(0xd0);const _0x3e9847=_0x53ebd8;try{if(!this['isEnabled']())return;this[_0x4baefe(0x92)]['disconnect'](),this['pushPerfMeasures'](),this[_0x4baefe(0xac)]();}catch{logger[_0x4baefe(0xa8)](_0x3e9847[_0x4baefe(0x91)]);}}static[a71_0x5499d0(0xc7)](){const _0x3ef346=a71_0x5499d0,_0x5d9848=this['finalizePerfMeasures'](),_0x17b66a=this['finalizeErrors']();if(!this[_0x3ef346(0xe0)]()){const _0x3846dd={};return _0x3846dd[_0x3ef346(0xbb)]=[],_0x3846dd[_0x3ef346(0xdb)]=[],_0x3846dd;}const _0x202c67={};return _0x202c67[_0x3ef346(0xbb)]=_0x5d9848,_0x202c67[_0x3ef346(0xdb)]=_0x17b66a,_0x202c67;}}function a71_0x2269(){const _0x1424c9=['length','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','isEnabled','getCleanedPerfEvents','Error\x20in\x20writing\x20html\x20','EfOwF','map','45twJHWS','LNSps','catch','winstonLogger','values','reduce','concat','message','false','-start','lzhzn','startMonitoring','join','performance-own.html','stringify','qROYQ','cwd','meta','observe','SLvZL','iSLyJ','GCnAh','1040094rRhiCf','push','exports','finalizePerfMeasures','stack','calculateTimesFromMultipleFiles','./logger','</tbody></table></body></html>','pushPerfMeasures','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','DRUYn','calculateTimeFromEvents','_measureEvents','existsSync','1798080tLeayk','mark','SMixq','writeFile','iOjDt','_observer','measure','unlinkSync','entryType','getEntries','stopMonitoring','slice','260118TgGJlG','_errorEvents','7MJfGfN','1715290fomTHj','NVAMD','readFileSync','\x20for\x20all\x20processes\x20is\x20','</td><td>','91314qNlbAA','QoJBm','tERFT','mKrFa','<tr><td>','disconnect','stopAndGenerate','debug','htROq','./test-observability/utils','qVZjj','pushErrors','buffered','appendFileSync','captureError','errorReportFileName','parse','GUtHI','vTXBw','_events','qUMXw','afstg','jsonReportFileName','Error\x20in\x20doing\x20csv\x20operations:\x20','iXtjx','perf_hooks','measures','generateJSON','Nfswj','Performance\x20report\x20is\x20at\x20','started','1779245AxEONm','rGaxQ','Time\x20for\x20','measureWrapper','oAaAt','toString','ypmIq','finalize','duration','oCYMR','23804XkGBpr','LVHZG','aBrss','<h1>Performance\x20Report</h1>','finally','generateHTMLReport','Error\x20stopping\x20monitoring','match','error-report.json','getEventsFromJSON','performance-report.json','name','errorFile','code','vkPfq','apply','KOWTB','errors','-end','28uMBCxe'];a71_0x2269=function(){return _0x1424c9;};return a71_0x2269();}module[a71_0x5499d0(0x81)]=PerformanceTester;
@@ -1 +1 @@
1
- function a71_0x1d51(_0x218d66,_0x38e552){const _0x2a3b83=a71_0x2a3b();return a71_0x1d51=function(_0x1d51c1,_0x1c6a87){_0x1d51c1=_0x1d51c1-0xcd;let _0xf8f83e=_0x2a3b83[_0x1d51c1];return _0xf8f83e;},a71_0x1d51(_0x218d66,_0x38e552);}const a71_0x33b131=a71_0x1d51;(function(_0x2c88c6,_0x1213c4){const _0x7f90b6=a71_0x1d51,_0x51c107=_0x2c88c6();while(!![]){try{const _0x43a65d=-parseInt(_0x7f90b6(0xd2))/0x1+-parseInt(_0x7f90b6(0xe7))/0x2*(-parseInt(_0x7f90b6(0xdb))/0x3)+-parseInt(_0x7f90b6(0xf3))/0x4+-parseInt(_0x7f90b6(0xe9))/0x5+parseInt(_0x7f90b6(0xd1))/0x6*(parseInt(_0x7f90b6(0xcf))/0x7)+parseInt(_0x7f90b6(0xe1))/0x8*(parseInt(_0x7f90b6(0xdf))/0x9)+parseInt(_0x7f90b6(0xd8))/0xa;if(_0x43a65d===_0x1213c4)break;else _0x51c107['push'](_0x51c107['shift']());}catch(_0x32463b){_0x51c107['push'](_0x51c107['shift']());}}}(a71_0x2a3b,0x20f70));const http=require(a71_0x33b131(0xd4)),https=require('https'),monkeypatch=require(a71_0x33b131(0xed));function spy(_0x151882){const _0x53d259=a71_0x33b131,_0x1d417b={'fAwkN':function(_0x370a16,_0x5df763){return _0x370a16-_0x5df763;},'LhMXw':function(_0x2c10a4,_0x3c9ebf,_0x3a6ab9){return _0x2c10a4(_0x3c9ebf,_0x3a6ab9);},'HwiEq':_0x53d259(0xf2),'MrPAt':function(_0x2a227f,..._0x5d51bc){return _0x2a227f(..._0x5d51bc);},'dHvoF':function(_0x2d6bdd,_0x10f33a,_0xe62acb){return _0x2d6bdd(_0x10f33a,_0xe62acb);},'nKZTA':'response','KjMde':_0x53d259(0xe0),'LKWzk':function(_0x565ffc,_0x3fe7f7,_0x25b84a,_0x1c6744){return _0x565ffc(_0x3fe7f7,_0x25b84a,_0x1c6744);},'PGqIH':_0x53d259(0xd3),'TsCtf':function(_0x1f1c2e,_0xe100e6,_0xd5e1ac,_0x3c8bf6){return _0x1f1c2e(_0xe100e6,_0xd5e1ac,_0x3c8bf6);},'QTOuK':_0x53d259(0xe3)},_0x533061=(_0x2d356a,_0x3bd7d9,_0xfdc734)=>{const _0x2a3340=_0x53d259,_0x40ac6e={'oncPb':function(_0x289bc9,_0x3ec1a1,_0x14f4c7){const _0x3b852d=a71_0x1d51;return _0x1d417b[_0x3b852d(0xe2)](_0x289bc9,_0x3ec1a1,_0x14f4c7);}},_0x55f036=_0x1d417b[_0x2a3340(0xdc)](_0x2d356a,_0x3bd7d9,_0xfdc734);let _0x423f09=Date[_0x2a3340(0xd5)](),_0x6315ca;const _0x50c18e=_0x3211d7=>{const _0xac8def=_0x2a3340,_0x4275c7={};_0x4275c7[_0xac8def(0xef)]=_0x3bd7d9[_0xac8def(0xef)]||_0x3bd7d9[_0xac8def(0xf1)],_0x4275c7[_0xac8def(0xce)]=_0x3bd7d9[_0xac8def(0xce)],_0x4275c7[_0xac8def(0xe4)]=_0x3bd7d9[_0xac8def(0xe4)],_0x4275c7[_0xac8def(0xe6)]=_0x3bd7d9[_0xac8def(0xe6)],_0x40ac6e[_0xac8def(0xd0)](_0x151882,_0x3211d7,_0x4275c7);};return _0x55f036[_0x2a3340(0xcd)](_0x1d417b[_0x2a3340(0xee)],_0x1ff029=>{const _0x565812=_0x2a3340,_0x443351=_0x1d417b[_0x565812(0xe5)](Date[_0x565812(0xd5)](),_0x423f09),_0x4acd2b={};_0x4acd2b['hostname']=_0x3bd7d9['host']||_0x3bd7d9[_0x565812(0xf1)],_0x4acd2b[_0x565812(0xce)]=_0x3bd7d9[_0x565812(0xce)],_0x4acd2b['method']=_0x3bd7d9[_0x565812(0xe4)],_0x4acd2b[_0x565812(0xe6)]=_0x3bd7d9[_0x565812(0xe6)],_0x4acd2b[_0x565812(0xf0)]=_0x1ff029[_0x565812(0xd9)],_0x4acd2b['duration_ms']=_0x443351,_0x1d417b['LhMXw'](_0x151882,null,_0x4acd2b),_0x6315ca[_0x565812(0xd7)](_0x1d417b[_0x565812(0xda)],_0x50c18e);}),_0x55f036['on'](_0x1d417b['KjMde'],_0x2cacb5=>{const _0x1941ef=_0x2a3340;_0x6315ca=_0x2cacb5,_0x2cacb5[_0x1941ef(0xcd)](_0x1d417b[_0x1941ef(0xda)],_0x50c18e);}),_0x1d417b[_0x2a3340(0xec)](monkeypatch,_0x55f036,_0x1d417b[_0x2a3340(0xd6)],(_0x5a6e48,..._0x314e46)=>{const _0x224aeb=_0x2a3340;_0x423f09=Date[_0x224aeb(0xd5)](),_0x1d417b[_0x224aeb(0xe8)](_0x5a6e48,..._0x314e46);}),_0x55f036;};_0x1d417b['TsCtf'](monkeypatch,http,_0x1d417b[_0x53d259(0xea)],_0x533061),_0x1d417b[_0x53d259(0xdd)](monkeypatch,https,_0x1d417b[_0x53d259(0xea)],_0x533061);}function restore(){const _0x904520=a71_0x33b131;http[_0x904520(0xe3)][_0x904520(0xde)](),https['request']['unpatch']();}const a71_0x55cfe4={};a71_0x55cfe4[a71_0x33b131(0xeb)]=spy,a71_0x55cfe4['restore']=restore,module['exports']=a71_0x55cfe4;function a71_0x2a3b(){const _0x443da4=['QTOuK','spy','LKWzk','monkeypatch','nKZTA','host','status_code','hostname','error','755716ggLRbv','once','path','189wAXzOR','oncPb','46866MsHtgI','54861lDZhxL','end','http','now','PGqIH','removeListener','2406200oolUtw','statusCode','HwiEq','15eUvcCV','LhMXw','TsCtf','unpatch','18yXwiRz','socket','49568cmMqwI','dHvoF','request','method','fAwkN','headers','64572KOEAUY','MrPAt','1232625bjGuYj'];a71_0x2a3b=function(){return _0x443da4;};return a71_0x2a3b();}
1
+ function a72_0x2a8a(){const _0x388ac0=['RaObT','now','3446oDoysA','headers','duration_ms','beFOQ','ibhpi','4630404APWJse','DZkhi','status_code','socket','1856232RBLZFO','exports','http','host','restore','spy','removeListener','35Wqvxev','aPUzm','mwYrE','176fgwzWq','hostname','IxkFL','https','statusCode','1019091NJvOnE','unpatch','1892830utIEBL','191QsTKqu','path','auqBT','monkeypatch','pRyvE','request','method','dGRlr','115195UPexEb','9140283fuzAwl','tqcrb','54YrKIuf','response'];a72_0x2a8a=function(){return _0x388ac0;};return a72_0x2a8a();}const a72_0x14a075=a72_0x1d4f;(function(_0x537df1,_0x11a546){const _0x3f6c0c=a72_0x1d4f,_0x123065=_0x537df1();while(!![]){try{const _0x47fd3e=-parseInt(_0x3f6c0c(0x121))/0x1*(-parseInt(_0x3f6c0c(0x130))/0x2)+parseInt(_0x3f6c0c(0x11e))/0x3+parseInt(_0x3f6c0c(0x10b))/0x4+-parseInt(_0x3f6c0c(0x129))/0x5*(parseInt(_0x3f6c0c(0x12c))/0x6)+parseInt(_0x3f6c0c(0x116))/0x7*(parseInt(_0x3f6c0c(0x10f))/0x8)+parseInt(_0x3f6c0c(0x12a))/0x9+-parseInt(_0x3f6c0c(0x120))/0xa*(parseInt(_0x3f6c0c(0x119))/0xb);if(_0x47fd3e===_0x11a546)break;else _0x123065['push'](_0x123065['shift']());}catch(_0x456bca){_0x123065['push'](_0x123065['shift']());}}}(a72_0x2a8a,0xbb124));const http=require(a72_0x14a075(0x111)),https=require(a72_0x14a075(0x11c)),monkeypatch=require(a72_0x14a075(0x124));function a72_0x1d4f(_0x1b7937,_0x2697be){const _0x2a8ab1=a72_0x2a8a();return a72_0x1d4f=function(_0x1d4fca,_0x684692){_0x1d4fca=_0x1d4fca-0x10a;let _0x1a886a=_0x2a8ab1[_0x1d4fca];return _0x1a886a;},a72_0x1d4f(_0x1b7937,_0x2697be);}function spy(_0x5e79c3){const _0x548fa7=a72_0x14a075,_0x349d54={'tqcrb':'error','RaObT':function(_0x57c840,_0x4f1fbd,_0x2762f3){return _0x57c840(_0x4f1fbd,_0x2762f3);},'CMySC':function(_0x4b4496,_0x499d03){return _0x4b4496-_0x499d03;},'IxkFL':function(_0x4eed21,..._0x347e74){return _0x4eed21(..._0x347e74);},'mwYrE':_0x548fa7(0x12d),'aPUzm':_0x548fa7(0x10e),'ibhpi':function(_0x14a2b3,_0x39ac62,_0x1f9662,_0x15591d){return _0x14a2b3(_0x39ac62,_0x1f9662,_0x15591d);},'beFOQ':'end','auqBT':_0x548fa7(0x126)},_0x26da52=(_0x336c19,_0x2c1f28,_0x1e6d74)=>{const _0x1ed570=_0x548fa7,_0x5ecdbd={'dGRlr':function(_0x21397b,_0x54580c,_0x574d91){return _0x349d54['RaObT'](_0x21397b,_0x54580c,_0x574d91);},'DZkhi':function(_0x2885e8,_0x2c576c){return _0x349d54['CMySC'](_0x2885e8,_0x2c576c);},'KstmM':_0x349d54[_0x1ed570(0x12b)],'pRyvE':function(_0x36a616,..._0x36c998){const _0x44f103=_0x1ed570;return _0x349d54[_0x44f103(0x11b)](_0x36a616,..._0x36c998);}},_0xaf4c35=_0x349d54[_0x1ed570(0x12e)](_0x336c19,_0x2c1f28,_0x1e6d74);let _0x30f1a4=Date['now'](),_0x41f641;const _0x289724=_0x1557b5=>{const _0x59efd3=_0x1ed570,_0x1d1f3e={};_0x1d1f3e[_0x59efd3(0x112)]=_0x2c1f28[_0x59efd3(0x112)]||_0x2c1f28['hostname'],_0x1d1f3e[_0x59efd3(0x122)]=_0x2c1f28[_0x59efd3(0x122)],_0x1d1f3e[_0x59efd3(0x127)]=_0x2c1f28['method'],_0x1d1f3e[_0x59efd3(0x131)]=_0x2c1f28[_0x59efd3(0x131)],_0x5ecdbd[_0x59efd3(0x128)](_0x5e79c3,_0x1557b5,_0x1d1f3e);};return _0xaf4c35['once'](_0x349d54[_0x1ed570(0x118)],_0x1fc062=>{const _0x4a0147=_0x1ed570,_0x2fa8c0=_0x5ecdbd[_0x4a0147(0x10c)](Date['now'](),_0x30f1a4),_0x27a66c={};_0x27a66c['hostname']=_0x2c1f28[_0x4a0147(0x112)]||_0x2c1f28[_0x4a0147(0x11a)],_0x27a66c[_0x4a0147(0x122)]=_0x2c1f28[_0x4a0147(0x122)],_0x27a66c[_0x4a0147(0x127)]=_0x2c1f28[_0x4a0147(0x127)],_0x27a66c[_0x4a0147(0x131)]=_0x2c1f28[_0x4a0147(0x131)],_0x27a66c[_0x4a0147(0x10d)]=_0x1fc062[_0x4a0147(0x11d)],_0x27a66c[_0x4a0147(0x132)]=_0x2fa8c0,_0x5ecdbd[_0x4a0147(0x128)](_0x5e79c3,null,_0x27a66c),_0x41f641[_0x4a0147(0x115)](_0x5ecdbd['KstmM'],_0x289724);}),_0xaf4c35['on'](_0x349d54[_0x1ed570(0x117)],_0x3b9223=>{const _0x3f76ac=_0x1ed570;_0x41f641=_0x3b9223,_0x3b9223['once'](_0x349d54[_0x3f76ac(0x12b)],_0x289724);}),_0x349d54['ibhpi'](monkeypatch,_0xaf4c35,_0x349d54[_0x1ed570(0x133)],(_0x495597,..._0xe83e8f)=>{const _0x561da4=_0x1ed570;_0x30f1a4=Date[_0x561da4(0x12f)](),_0x5ecdbd[_0x561da4(0x125)](_0x495597,..._0xe83e8f);}),_0xaf4c35;};_0x349d54[_0x548fa7(0x10a)](monkeypatch,http,_0x349d54[_0x548fa7(0x123)],_0x26da52),_0x349d54[_0x548fa7(0x10a)](monkeypatch,https,_0x349d54[_0x548fa7(0x123)],_0x26da52);}function restore(){const _0x473b71=a72_0x14a075;http['request'][_0x473b71(0x11f)](),https[_0x473b71(0x126)][_0x473b71(0x11f)]();}const a72_0x21722f={};a72_0x21722f[a72_0x14a075(0x114)]=spy,a72_0x21722f[a72_0x14a075(0x113)]=restore,module[a72_0x14a075(0x110)]=a72_0x21722f;
@@ -1 +1 @@
1
- (function(_0x2071c1,_0xc5b970){const _0x46da13=a72_0xfb2a,_0x2428cb=_0x2071c1();while(!![]){try{const _0x5e25dc=parseInt(_0x46da13(0x201))/0x1+parseInt(_0x46da13(0x200))/0x2*(-parseInt(_0x46da13(0x1f9))/0x3)+parseInt(_0x46da13(0x1fa))/0x4+parseInt(_0x46da13(0x1f7))/0x5+-parseInt(_0x46da13(0x1ee))/0x6+-parseInt(_0x46da13(0x1f2))/0x7+parseInt(_0x46da13(0x203))/0x8*(-parseInt(_0x46da13(0x1ed))/0x9);if(_0x5e25dc===_0xc5b970)break;else _0x2428cb['push'](_0x2428cb['shift']());}catch(_0x429e29){_0x2428cb['push'](_0x2428cb['shift']());}}}(a72_0x3731,0x60ccb),module['exports']=function(){const _0x205edc=a72_0xfb2a,_0x11499d={'yuDKG':function(_0xf9ab26,_0x924e2){return _0xf9ab26===_0x924e2;},'QllKF':_0x205edc(0x1eb),'gpYLc':_0x205edc(0x1f8),'bFQkq':function(_0x400d34,_0x2fe7df,_0x40d99e){return _0x400d34(_0x2fe7df,_0x40d99e);},'WKQDI':function(_0x5bc7e6,_0x5ee5c7,_0x27652b){return _0x5bc7e6(_0x5ee5c7,_0x27652b);},'XdVxQ':function(_0x5b72cb,_0x47eaef){return _0x5b72cb(_0x47eaef);},'zycVB':_0x205edc(0x1fc),'Hdocs':_0x205edc(0x1f4),'HwDnR':function(_0xc0bd05,_0x55c149){return _0xc0bd05*_0x55c149;},'HKVgZ':_0x205edc(0x1fe)},_0x549ba9=_0x11499d[_0x205edc(0x1ef)](require,_0x11499d['zycVB']),_0x1c1c21=_0x11499d[_0x205edc(0x1ef)](require,_0x11499d['Hdocs']),_0x88cb61=_0x11499d[_0x205edc(0x1ea)](0x1e,0x3e8);if(_0x549ba9['globalAgent']&&Object['prototype']['hasOwnProperty'][_0x205edc(0x1f6)](_0x549ba9['globalAgent'],_0x11499d['HKVgZ']))_0x549ba9[_0x205edc(0x1f3)][_0x205edc(0x1fe)]=!![],_0x1c1c21[_0x205edc(0x1f3)][_0x205edc(0x1fe)]=!![],_0x549ba9[_0x205edc(0x1f3)][_0x205edc(0x1f1)]=_0x88cb61,_0x1c1c21['globalAgent'][_0x205edc(0x1f1)]=_0x88cb61;else{const _0x30205f={};_0x30205f[_0x205edc(0x1fe)]=!![],_0x30205f[_0x205edc(0x1f1)]=_0x88cb61;const _0x140244=new _0x549ba9[(_0x205edc(0x202))](_0x30205f),_0x55ff62={};_0x55ff62[_0x205edc(0x1fe)]=!![],_0x55ff62[_0x205edc(0x1f1)]=_0x88cb61;const _0x57dea6=new _0x1c1c21[(_0x205edc(0x202))](_0x55ff62),_0x50ebde=_0x549ba9[_0x205edc(0x1ec)],_0x2af056=_0x1c1c21[_0x205edc(0x1ec)];_0x549ba9[_0x205edc(0x1ec)]=function(_0x7ae603,_0x396b93){const _0x59aaf0=_0x205edc;if(_0x11499d[_0x59aaf0(0x1fd)](_0x7ae603[_0x59aaf0(0x204)],_0x11499d[_0x59aaf0(0x1ff)]))return _0x7ae603[_0x11499d[_0x59aaf0(0x1fb)]]=_0x57dea6,_0x11499d[_0x59aaf0(0x1f0)](_0x2af056,_0x7ae603,_0x396b93);return _0x7ae603[_0x11499d['gpYLc']]=_0x140244,_0x11499d[_0x59aaf0(0x1f5)](_0x50ebde,_0x7ae603,_0x396b93);};}});function a72_0xfb2a(_0x230bb7,_0x2c8922){const _0x373177=a72_0x3731();return a72_0xfb2a=function(_0xfb2a90,_0x3f031f){_0xfb2a90=_0xfb2a90-0x1ea;let _0x54ccf7=_0x373177[_0xfb2a90];return _0x54ccf7;},a72_0xfb2a(_0x230bb7,_0x2c8922);}function a72_0x3731(){const _0x378184=['agent','3BCyKvL','2949100QleSgN','gpYLc','http','yuDKG','keepAlive','QllKF','910576wipSPv','574157TFMbMJ','Agent','16GNhajk','protocol','HwDnR','https:','request','113139tjarQq','2164410KRKPQE','XdVxQ','bFQkq','keepAliveMsecs','4971561YeoBff','globalAgent','https','WKQDI','call','3182235tkObpD'];a72_0x3731=function(){return _0x378184;};return a72_0x3731();}
1
+ const a73_0x4c2185=a73_0x2a1a;function a73_0x2a1a(_0x95b66a,_0x13ef17){const _0x34c557=a73_0x34c5();return a73_0x2a1a=function(_0x2a1aaf,_0x561c84){_0x2a1aaf=_0x2a1aaf-0x140;let _0x2e0c4b=_0x34c557[_0x2a1aaf];return _0x2e0c4b;},a73_0x2a1a(_0x95b66a,_0x13ef17);}function a73_0x34c5(){const _0x5c519d=['exports','2430760fpHHIE','fXoYC','keepAlive','dvlJu','jxoNk','2919276qqhHoD','383574HbMmul','2891MAtUne','2872LXNEJi','keepAliveMsecs','HQnIq','https:','hasOwnProperty','dhRXi','542320TLviaN','OUbBy','request','5UkomfQ','SSjue','172PmegPs','agent','protocol','http','Agent','1096890RHprWE','gIyxd','globalAgent','37671IqqKrg'];a73_0x34c5=function(){return _0x5c519d;};return a73_0x34c5();}(function(_0x23f35b,_0x5bb04c){const _0x28f1a7=a73_0x2a1a,_0x190b8c=_0x23f35b();while(!![]){try{const _0x3a984a=parseInt(_0x28f1a7(0x15a))/0x1+parseInt(_0x28f1a7(0x147))/0x2+-parseInt(_0x28f1a7(0x14a))/0x3*(parseInt(_0x28f1a7(0x142))/0x4)+parseInt(_0x28f1a7(0x140))/0x5*(-parseInt(_0x28f1a7(0x152))/0x6)+-parseInt(_0x28f1a7(0x153))/0x7*(parseInt(_0x28f1a7(0x154))/0x8)+parseInt(_0x28f1a7(0x151))/0x9+-parseInt(_0x28f1a7(0x14c))/0xa;if(_0x3a984a===_0x5bb04c)break;else _0x190b8c['push'](_0x190b8c['shift']());}catch(_0x94edbd){_0x190b8c['push'](_0x190b8c['shift']());}}}(a73_0x34c5,0x66842),module[a73_0x4c2185(0x14b)]=function(){const _0x1b26c7=a73_0x4c2185,_0x595801={'gIyxd':function(_0x51a62d,_0x330283){return _0x51a62d===_0x330283;},'dhRXi':_0x1b26c7(0x157),'OUbBy':_0x1b26c7(0x143),'HQnIq':function(_0x40eb4a,_0x2ff408,_0x18e767){return _0x40eb4a(_0x2ff408,_0x18e767);},'gVOgO':function(_0x2a1417,_0x3bab9a,_0x54adbe){return _0x2a1417(_0x3bab9a,_0x54adbe);},'fXoYC':function(_0xd2cda9,_0x5eefe1){return _0xd2cda9(_0x5eefe1);},'dvlJu':_0x1b26c7(0x145),'SSjue':'https','jxoNk':function(_0x165676,_0x22a487){return _0x165676*_0x22a487;},'sxEoW':_0x1b26c7(0x14e)},_0x4dde92=_0x595801[_0x1b26c7(0x14d)](require,_0x595801[_0x1b26c7(0x14f)]),_0x4bd1ec=_0x595801[_0x1b26c7(0x14d)](require,_0x595801[_0x1b26c7(0x141)]),_0x481ca1=_0x595801[_0x1b26c7(0x150)](0x1e,0x3e8);if(_0x4dde92[_0x1b26c7(0x149)]&&Object['prototype'][_0x1b26c7(0x158)]['call'](_0x4dde92['globalAgent'],_0x595801['sxEoW']))_0x4dde92[_0x1b26c7(0x149)][_0x1b26c7(0x14e)]=!![],_0x4bd1ec[_0x1b26c7(0x149)][_0x1b26c7(0x14e)]=!![],_0x4dde92[_0x1b26c7(0x149)][_0x1b26c7(0x155)]=_0x481ca1,_0x4bd1ec['globalAgent'][_0x1b26c7(0x155)]=_0x481ca1;else{const _0x156730={};_0x156730['keepAlive']=!![],_0x156730[_0x1b26c7(0x155)]=_0x481ca1;const _0x2844cf=new _0x4dde92['Agent'](_0x156730),_0x4e661b={};_0x4e661b[_0x1b26c7(0x14e)]=!![],_0x4e661b[_0x1b26c7(0x155)]=_0x481ca1;const _0x1096da=new _0x4bd1ec[(_0x1b26c7(0x146))](_0x4e661b),_0x1d39ff=_0x4dde92['request'],_0x51a8cd=_0x4bd1ec[_0x1b26c7(0x15c)];_0x4dde92['request']=function(_0x5cd3e6,_0x386c37){const _0x544ef7=_0x1b26c7;if(_0x595801[_0x544ef7(0x148)](_0x5cd3e6[_0x544ef7(0x144)],_0x595801[_0x544ef7(0x159)]))return _0x5cd3e6[_0x595801['OUbBy']]=_0x1096da,_0x595801[_0x544ef7(0x156)](_0x51a8cd,_0x5cd3e6,_0x386c37);return _0x5cd3e6[_0x595801[_0x544ef7(0x15b)]]=_0x2844cf,_0x595801['gVOgO'](_0x1d39ff,_0x5cd3e6,_0x386c37);};}});
@@ -1 +1 @@
1
- function a73_0x3571(_0x325f8f,_0x446703){var _0x5c84e0=a73_0x5c84();return a73_0x3571=function(_0x3571e6,_0x4c0482){_0x3571e6=_0x3571e6-0x154;var _0x341eec=_0x5c84e0[_0x3571e6];return _0x341eec;},a73_0x3571(_0x325f8f,_0x446703);}function a73_0x5c84(){var _0x2821df=['106840NSmyCg','https://collector-observability.browserstack.com','284rhdIRO','PLAYWRIGHT','Playwright','934014fRRtuQ','api/v1/event','2631824QdfpuR','assign','api/v1/batch','CODECEPT','963603EedxAA','35oVzXvM','.obs_test_details','4613811NgkQUm','codeceptjs','mocha','2116845JBXHul','10301544phgfrZ','90QfwZjh'];a73_0x5c84=function(){return _0x2821df;};return a73_0x5c84();}var a73_0x328b10=a73_0x3571;(function(_0x215ce5,_0x32f3f4){var _0x1d4049=a73_0x3571,_0x30e591=_0x215ce5();while(!![]){try{var _0x1d079e=parseInt(_0x1d4049(0x163))/0x1+-parseInt(_0x1d4049(0x15f))/0x2+-parseInt(_0x1d4049(0x166))/0x3+-parseInt(_0x1d4049(0x15a))/0x4*(parseInt(_0x1d4049(0x158))/0x5)+parseInt(_0x1d4049(0x15d))/0x6*(parseInt(_0x1d4049(0x164))/0x7)+parseInt(_0x1d4049(0x156))/0x8+-parseInt(_0x1d4049(0x155))/0x9*(-parseInt(_0x1d4049(0x157))/0xa);if(_0x1d079e===_0x32f3f4)break;else _0x30e591['push'](_0x30e591['shift']());}catch(_0x1d5be0){_0x30e591['push'](_0x30e591['shift']());}}}(a73_0x5c84,0xbd555));var a73_0x2417a3={};a73_0x2417a3[a73_0x328b10(0x15b)]=a73_0x328b10(0x15c),a73_0x2417a3['MOCHA']=a73_0x328b10(0x154),a73_0x2417a3[a73_0x328b10(0x162)]=a73_0x328b10(0x167),module['exports']={'consoleHolder':Object[a73_0x328b10(0x160)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a73_0x328b10(0x159),'EVENT_ENDPOINT':a73_0x328b10(0x15e),'BATCH_ENDPOINT':a73_0x328b10(0x161),'SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a73_0x328b10(0x165),'FRAMEWORKS':a73_0x2417a3};
1
+ var a74_0xd7a329=a74_0x2dc1;(function(_0x5ca56d,_0xf08f32){var _0x3f8ca9=a74_0x2dc1,_0x538e5b=_0x5ca56d();while(!![]){try{var _0x231eb5=-parseInt(_0x3f8ca9(0xec))/0x1+-parseInt(_0x3f8ca9(0xe3))/0x2+-parseInt(_0x3f8ca9(0xe5))/0x3*(parseInt(_0x3f8ca9(0xf7))/0x4)+-parseInt(_0x3f8ca9(0xf3))/0x5+parseInt(_0x3f8ca9(0xe8))/0x6*(parseInt(_0x3f8ca9(0xf5))/0x7)+parseInt(_0x3f8ca9(0xed))/0x8*(parseInt(_0x3f8ca9(0xf2))/0x9)+parseInt(_0x3f8ca9(0xf4))/0xa*(parseInt(_0x3f8ca9(0xe7))/0xb);if(_0x231eb5===_0xf08f32)break;else _0x538e5b['push'](_0x538e5b['shift']());}catch(_0x308ac3){_0x538e5b['push'](_0x538e5b['shift']());}}}(a74_0x25c1,0x85898));var a74_0xaaa31d={};function a74_0x2dc1(_0x36ed47,_0x3a4361){var _0x25c17f=a74_0x25c1();return a74_0x2dc1=function(_0x2dc110,_0xa2a5f7){_0x2dc110=_0x2dc110-0xe1;var _0x14ef8c=_0x25c17f[_0x2dc110];return _0x14ef8c;},a74_0x2dc1(_0x36ed47,_0x3a4361);}function a74_0x25c1(){var _0x3fa432=['49GtzhXO','api/v1/screenshots','20PYVpei','PLAYWRIGHT','assign','https://collector-observability.browserstack.com','66172zFnQYu','exports','257574TTleBz','Playwright','6242170wySfGm','440712lZMKxz','api/v1/batch','codeceptjs','mocha','598290UqKXYE','960992VHrUuA','MOCHA','CODECEPT','.obs_test_details','api/v1/event','45HOhvrl','3210450wopRjz','20BKWZqt'];a74_0x25c1=function(){return _0x3fa432;};return a74_0x25c1();}a74_0xaaa31d[a74_0xd7a329(0xf8)]=a74_0xd7a329(0xe6),a74_0xaaa31d[a74_0xd7a329(0xee)]=a74_0xd7a329(0xeb),a74_0xaaa31d[a74_0xd7a329(0xef)]=a74_0xd7a329(0xea),module[a74_0xd7a329(0xe4)]={'consoleHolder':Object[a74_0xd7a329(0xe1)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0xd7a329(0xe2),'EVENT_ENDPOINT':a74_0xd7a329(0xf1),'BATCH_ENDPOINT':a74_0xd7a329(0xe9),'SCREENSHOT_ENDPOINT':a74_0xd7a329(0xf6),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0xd7a329(0xf0),'FRAMEWORKS':a74_0xaaa31d};