browserstack-node-sdk 1.34.3 → 1.34.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -0
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a66_0x175d14=a66_0x3f1d;(function(_0x3cc4e4,_0x523fb4){const _0xea325a=a66_0x3f1d,_0x2808e8=_0x3cc4e4();while(!![]){try{const _0x4e6f11=parseInt(_0xea325a(0x14b))/0x1+-parseInt(_0xea325a(0x163))/0x2+-parseInt(_0xea325a(0x15f))/0x3+-parseInt(_0xea325a(0x148))/0x4*(-parseInt(_0xea325a(0x142))/0x5)+-parseInt(_0xea325a(0x154))/0x6*(-parseInt(_0xea325a(0x157))/0x7)+parseInt(_0xea325a(0x15d))/0x8*(-parseInt(_0xea325a(0x15e))/0x9)+parseInt(_0xea325a(0x159))/0xa;if(_0x4e6f11===_0x523fb4)break;else _0x2808e8['push'](_0x2808e8['shift']());}catch(_0x336fda){_0x2808e8['push'](_0x2808e8['shift']());}}}(a66_0x33f8,0xb97f2));function a66_0x3f1d(_0x17991d,_0x22eee9){const _0x33f8a6=a66_0x33f8();return a66_0x3f1d=function(_0x3f1d04,_0x74e2cc){_0x3f1d04=_0x3f1d04-0x142;let _0x418e6e=_0x33f8a6[_0x3f1d04];return _0x418e6e;},a66_0x3f1d(_0x17991d,_0x22eee9);}const winston=require(a66_0x175d14(0x153)),os=require('os'),fs=require('fs'),path=require(a66_0x175d14(0x14c)),logDir=a66_0x175d14(0x15c);!fs[a66_0x175d14(0x164)](logDir)&&fs['mkdirSync'](logDir);const a66_0x292a5d={};a66_0x292a5d['name']=a66_0x175d14(0x158);const transports={'loggerConsole':new winston[(a66_0x175d14(0x162))][(a66_0x175d14(0x145))](a66_0x292a5d),'loggerFile':new winston[(a66_0x175d14(0x162))]['File']({'filename':path[a66_0x175d14(0x151)](logDir,a66_0x175d14(0x150))}),'debugLoggerFile':new winston[(a66_0x175d14(0x162))]['File']({'filename':path['join'](logDir,a66_0x175d14(0x155)),'level':'silly'})},a66_0x36f376={};a66_0x36f376['format']=a66_0x175d14(0x15a);const a66_0x2b3222={};function a66_0x33f8(){const _0x494873=['loggerFile','createLogger','/usage.log','join','\x20-\x20','winston','1672890gUtjVt','/usage-debug.log','winstonLogger','21NgxmrD','console.info','5910650JjtgQi','YYYY-MM-DD\x20HH:mm:ss','loggerConsole','log','4123688cPVMof','18wnWstD','810576nYmyLf','timestamp','level','transports','2396236PLUxPM','existsSync','2766730RElmNF','message','colorize','Console','printf','combine','4vDYAWJ','fileLogger','debugLoggerFile','1278170OqklhB','path','format'];a66_0x33f8=function(){return _0x494873;};return a66_0x33f8();}a66_0x2b3222[a66_0x175d14(0x161)]=!![];const winstonLoggerParams={'format':winston[a66_0x175d14(0x14d)][a66_0x175d14(0x147)](winston[a66_0x175d14(0x14d)][a66_0x175d14(0x160)](a66_0x36f376),winston[a66_0x175d14(0x14d)][a66_0x175d14(0x144)](a66_0x2b3222),winston[a66_0x175d14(0x14d)][a66_0x175d14(0x146)](_0x427771=>_0x427771[a66_0x175d14(0x160)]+a66_0x175d14(0x152)+_0x427771['level']+':\x20'+_0x427771[a66_0x175d14(0x143)])),'transports':[transports[a66_0x175d14(0x15b)],transports[a66_0x175d14(0x14e)],transports[a66_0x175d14(0x14a)]]},a66_0x42e6d6={};a66_0x42e6d6['format']='YYYY-MM-DD\x20HH:mm:ss';const a66_0x1ca05e={};a66_0x1ca05e['level']=!![];const winstonFileLoggerParams={'format':winston[a66_0x175d14(0x14d)][a66_0x175d14(0x147)](winston[a66_0x175d14(0x14d)][a66_0x175d14(0x160)](a66_0x42e6d6),winston['format']['colorize'](a66_0x1ca05e),winston[a66_0x175d14(0x14d)][a66_0x175d14(0x146)](_0x4663d1=>_0x4663d1[a66_0x175d14(0x161)]+':\x20'+_0x4663d1['message'])),'transports':[transports['loggerFile'],transports[a66_0x175d14(0x14a)]]};exports[a66_0x175d14(0x156)]=new winston[(a66_0x175d14(0x14f))](winstonLoggerParams),exports[a66_0x175d14(0x149)]=new winston['createLogger'](winstonFileLoggerParams),exports['logDir']=logDir,exports[a66_0x175d14(0x162)]=transports;
1
+ const a66_0x4ae4db=a66_0x286c;(function(_0x305a8c,_0xf7a91b){const _0x22a53c=a66_0x286c,_0x18da8e=_0x305a8c();while(!![]){try{const _0x44af9d=parseInt(_0x22a53c(0x182))/0x1+-parseInt(_0x22a53c(0x196))/0x2+-parseInt(_0x22a53c(0x18e))/0x3*(-parseInt(_0x22a53c(0x19a))/0x4)+-parseInt(_0x22a53c(0x18b))/0x5+-parseInt(_0x22a53c(0x18a))/0x6*(parseInt(_0x22a53c(0x18c))/0x7)+-parseInt(_0x22a53c(0x17f))/0x8+-parseInt(_0x22a53c(0x18f))/0x9*(-parseInt(_0x22a53c(0x195))/0xa);if(_0x44af9d===_0xf7a91b)break;else _0x18da8e['push'](_0x18da8e['shift']());}catch(_0x2e1ece){_0x18da8e['push'](_0x18da8e['shift']());}}}(a66_0x31bd,0x3f8ef));function a66_0x286c(_0x21af6c,_0x3cf600){const _0x31bdc4=a66_0x31bd();return a66_0x286c=function(_0x286c83,_0x1a7a4d){_0x286c83=_0x286c83-0x17c;let _0x1dd06f=_0x31bdc4[_0x286c83];return _0x1dd06f;},a66_0x286c(_0x21af6c,_0x3cf600);}const winston=require(a66_0x4ae4db(0x188)),os=require('os'),fs=require('fs'),path=require('path'),logDir=a66_0x4ae4db(0x17e);!fs['existsSync'](logDir)&&fs[a66_0x4ae4db(0x181)](logDir);function a66_0x31bd(){const _0x439dc9=['mkdirSync','300798xOPawA','format','message','fileLogger','YYYY-MM-DD\x20HH:mm:ss','File','winston','timestamp','6MByoEU','2277395GSyGNK','706426oANSQR','printf','7113fNWhgt','9MNLmzb','loggerConsole','createLogger','level','/usage.log','Console','6973110sIeQMH','579214LFyepD','loggerFile','silly','join','516FHlpGw','combine','debugLoggerFile','log','1581032rEbVrv','transports'];a66_0x31bd=function(){return _0x439dc9;};return a66_0x31bd();}const a66_0x20e84b={};a66_0x20e84b['name']='console.info';const transports={'loggerConsole':new winston[(a66_0x4ae4db(0x180))][(a66_0x4ae4db(0x194))](a66_0x20e84b),'loggerFile':new winston[(a66_0x4ae4db(0x180))]['File']({'filename':path['join'](logDir,a66_0x4ae4db(0x193))}),'debugLoggerFile':new winston['transports'][(a66_0x4ae4db(0x187))]({'filename':path[a66_0x4ae4db(0x199)](logDir,'/usage-debug.log'),'level':a66_0x4ae4db(0x198)})},a66_0x2ddd8f={};a66_0x2ddd8f[a66_0x4ae4db(0x183)]=a66_0x4ae4db(0x186);const a66_0x4283ce={};a66_0x4283ce['level']=!![];const winstonLoggerParams={'format':winston[a66_0x4ae4db(0x183)][a66_0x4ae4db(0x17c)](winston['format'][a66_0x4ae4db(0x189)](a66_0x2ddd8f),winston[a66_0x4ae4db(0x183)]['colorize'](a66_0x4283ce),winston[a66_0x4ae4db(0x183)][a66_0x4ae4db(0x18d)](_0xbf90b6=>_0xbf90b6[a66_0x4ae4db(0x189)]+'\x20-\x20'+_0xbf90b6['level']+':\x20'+_0xbf90b6[a66_0x4ae4db(0x184)])),'transports':[transports[a66_0x4ae4db(0x190)],transports['loggerFile'],transports[a66_0x4ae4db(0x17d)]]},a66_0x18ac42={};a66_0x18ac42[a66_0x4ae4db(0x183)]=a66_0x4ae4db(0x186);const a66_0x5c9e0c={};a66_0x5c9e0c[a66_0x4ae4db(0x192)]=!![];const winstonFileLoggerParams={'format':winston[a66_0x4ae4db(0x183)]['combine'](winston[a66_0x4ae4db(0x183)][a66_0x4ae4db(0x189)](a66_0x18ac42),winston[a66_0x4ae4db(0x183)]['colorize'](a66_0x5c9e0c),winston[a66_0x4ae4db(0x183)][a66_0x4ae4db(0x18d)](_0x1de75c=>_0x1de75c[a66_0x4ae4db(0x192)]+':\x20'+_0x1de75c[a66_0x4ae4db(0x184)])),'transports':[transports[a66_0x4ae4db(0x197)],transports[a66_0x4ae4db(0x17d)]]};exports['winstonLogger']=new winston[(a66_0x4ae4db(0x191))](winstonLoggerParams),exports[a66_0x4ae4db(0x185)]=new winston[(a66_0x4ae4db(0x191))](winstonFileLoggerParams),exports['logDir']=logDir,exports[a66_0x4ae4db(0x180)]=transports;
@@ -1 +1 @@
1
- var a67_0x8738ab=a67_0x247c;function a67_0x247c(_0x1f6393,_0x492da3){var _0xfbb89b=a67_0xfbb8();return a67_0x247c=function(_0x247cf9,_0x437525){_0x247cf9=_0x247cf9-0x124;var _0x1110e8=_0xfbb89b[_0x247cf9];return _0x1110e8;},a67_0x247c(_0x1f6393,_0x492da3);}function a67_0xfbb8(){var _0x4a30f8=['tjkSx','1603730zYmnMO','initScreenshot','WduOY','82qNbfiy','quitCount_','473jZAFqZ','176drCuow','yVqBY','21QkLqYM','patchScreenshot','6694XgBbnF','301008XZrrkj','929187ebHHSJ','initQuit','then','takeScreenshot','9JWzwhp','SIPJj','TEST_SCREENSHOT','overrideTakeScreenshot','emit','split','ziPke','patchQuit','UQZsM','quit','bs:addLog:','true','ZDMUM','ilZmS','1357800ixMlvD','env','ZNxNA','6910TZAivm','mSwlN','toISOString','BS_TESTOPS_ALLOW_SCREENSHOTS','505884tfKgqd'];a67_0xfbb8=function(){return _0x4a30f8;};return a67_0xfbb8();}(function(_0x3df9f3,_0x1eba39){var _0x552261=a67_0x247c,_0x3d16db=_0x3df9f3();while(!![]){try{var _0x2860cc=-parseInt(_0x552261(0x135))/0x1*(parseInt(_0x552261(0x12e))/0x2)+-parseInt(_0x552261(0x137))/0x3+-parseInt(_0x552261(0x131))/0x4*(parseInt(_0x552261(0x125))/0x5)+parseInt(_0x552261(0x129))/0x6*(-parseInt(_0x552261(0x133))/0x7)+-parseInt(_0x552261(0x149))/0x8+parseInt(_0x552261(0x13b))/0x9*(parseInt(_0x552261(0x12b))/0xa)+parseInt(_0x552261(0x130))/0xb*(parseInt(_0x552261(0x136))/0xc);if(_0x2860cc===_0x1eba39)break;else _0x3d16db['push'](_0x3d16db['shift']());}catch(_0x3b0f31){_0x3d16db['push'](_0x3d16db['shift']());}}}(a67_0xfbb8,0x29d3f),exports[a67_0x8738ab(0x13e)]=_0x3961c0=>{var _0x322af2=a67_0x8738ab,_0x2b7697={'PCnWv':'5|4|3|1|2|0','ilZmS':function(_0x2749cb,_0x426068){return _0x2749cb!==_0x426068;},'fuNyj':_0x322af2(0x146),'fjVUu':_0x322af2(0x13d),'mSwlN':function(_0x1a80ab,_0xaf43a3){return _0x1a80ab(_0xaf43a3);}},_0x33ce30=_0x2b7697['PCnWv'][_0x322af2(0x140)]('|'),_0x5e8a58=0x0;while(!![]){switch(_0x33ce30[_0x5e8a58++]){case'0':_0x3961c0[_0x322af2(0x13a)]=()=>{var _0x3c6a1d=_0x322af2,_0x3c02f5={'WduOY':_0x3fbdee[_0x3c6a1d(0x12a)],'UQZsM':function(_0x2325d,_0x1afbb0){return _0x3fbdee['UxEZw'](_0x2325d,_0x1afbb0);}};return new Promise(function(_0x5b71a1,_0x43e01b){var _0x59424d=_0x3c6a1d;_0x3961c0['initScreenshot']()[_0x59424d(0x139)](_0x5e9e9a=>{var _0x7cf49e=_0x59424d;process[_0x7cf49e(0x13f)](_0x7cf49e(0x145)+process['pid'],{'timestamp':new Date()[_0x7cf49e(0x127)](),'message':_0x5e9e9a,'kind':_0x3c02f5[_0x7cf49e(0x12d)]}),_0x3c02f5[_0x7cf49e(0x143)](_0x5b71a1,_0x5e9e9a);});});};continue;case'1':_0x3961c0[_0x322af2(0x134)]=!![];continue;case'2':_0x3961c0[_0x322af2(0x12c)]=_0x3961c0['takeScreenshot'];continue;case'3':if(_0x3961c0['patchScreenshot'])return;continue;case'4':if(_0x2b7697[_0x322af2(0x148)](process[_0x322af2(0x14a)][_0x322af2(0x128)],_0x2b7697['fuNyj']))return;continue;case'5':var _0x3fbdee={'tjkSx':_0x2b7697['fjVUu'],'UxEZw':function(_0x46081c,_0x3ea948){var _0x47cf73=_0x322af2;return _0x2b7697[_0x47cf73(0x126)](_0x46081c,_0x3ea948);}};continue;}break;}},exports['overrideQuit']=(_0x341e49,_0x4f8a9b=null)=>{var _0x91a609=a67_0x8738ab,_0x4393a1={'SIPJj':'0|1|3|4|2','ziPke':function(_0x97609c){return _0x97609c();},'ZDMUM':function(_0x3f9ead,_0x4fddfa){return _0x3f9ead>_0x4fddfa;},'zOmli':function(_0x4ac3bc,_0x137c1b){return _0x4ac3bc>_0x137c1b;}},_0x1a0cac=_0x4393a1[_0x91a609(0x13c)][_0x91a609(0x140)]('|'),_0xb317d8=0x0;while(!![]){switch(_0x1a0cac[_0xb317d8++]){case'0':var _0x43617b={'cmbkH':function(_0x51983a){var _0x5e9777=_0x91a609;return _0x4393a1[_0x5e9777(0x141)](_0x51983a);},'llGUc':function(_0x55318c,_0x3bb1e9){var _0x4d6d44=_0x91a609;return _0x4393a1[_0x4d6d44(0x147)](_0x55318c,_0x3bb1e9);},'ZNxNA':function(_0x3b3110,_0x100d7a){return _0x4393a1['zOmli'](_0x3b3110,_0x100d7a);}};continue;case'1':if(_0x341e49[_0x91a609(0x142)])return;continue;case'2':_0x341e49[_0x91a609(0x144)]=()=>{var _0x178511=_0x91a609,_0x43b2f0={'yVqBY':function(_0x50d057){return _0x43617b['cmbkH'](_0x50d057);}};if(_0x4f8a9b){_0x4f8a9b[_0x178511(0x12f)]+=0x1;if(_0x43617b['llGUc'](_0x4f8a9b[_0x178511(0x12f)],0x1))return _0x341e49[_0x178511(0x138)]();}else{_0x341e49['quitCount_']+=0x1;if(_0x43617b[_0x178511(0x124)](_0x341e49[_0x178511(0x12f)],0x1))return _0x341e49[_0x178511(0x138)]();}return new Promise(function(_0x4001c3){var _0x2e351d=_0x178511;_0x43b2f0[_0x2e351d(0x132)](_0x4001c3);});};continue;case'3':_0x341e49['patchQuit']=!![];continue;case'4':_0x341e49['initQuit']=_0x341e49[_0x91a609(0x144)];continue;}break;}});
1
+ function a67_0xab97(_0x4d08db,_0x2527af){var _0x10bb2d=a67_0x10bb();return a67_0xab97=function(_0xab9781,_0x15fb3e){_0xab9781=_0xab9781-0xfb;var _0x3abb4f=_0x10bb2d[_0xab9781];return _0x3abb4f;},a67_0xab97(_0x4d08db,_0x2527af);}function a67_0x10bb(){var _0x46d55b=['3|2|0|4|1','takeScreenshot','3IGYZpm','lkfDX','initScreenshot','XdgcA','emit','patchScreenshot','1902972mjzfAr','eFYeE','overrideTakeScreenshot','SebRk','BS_TESTOPS_ALLOW_SCREENSHOTS','VPpFH','RJXir','split','1|2|0|3|5|4','1024390QfTHLn','patchQuit','WnFFq','UjQut','toISOString','365120PWWEmB','initQuit','742996hapfAF','TEST_SCREENSHOT','true','155435Qxafah','env','quitCount_','bs:addLog:','hBWBI','yjjnc','609888NsmQjr','quit','naSfo','9SGaaxp','nZGvy','kIoSG','pid','24bgRTQA','2876395RozhxB'];a67_0x10bb=function(){return _0x46d55b;};return a67_0x10bb();}var a67_0x69e412=a67_0xab97;(function(_0x1bc12d,_0x84302b){var _0x164a8e=a67_0xab97,_0x336cc9=_0x1bc12d();while(!![]){try{var _0x4ebace=parseInt(_0x164a8e(0x115))/0x1+-parseInt(_0x164a8e(0x10a))/0x2+parseInt(_0x164a8e(0x120))/0x3*(parseInt(_0x164a8e(0x10c))/0x4)+-parseInt(_0x164a8e(0x11d))/0x5+parseInt(_0x164a8e(0xfc))/0x6+parseInt(_0x164a8e(0x10f))/0x7*(parseInt(_0x164a8e(0x11c))/0x8)+parseInt(_0x164a8e(0x118))/0x9*(-parseInt(_0x164a8e(0x105))/0xa);if(_0x4ebace===_0x84302b)break;else _0x336cc9['push'](_0x336cc9['shift']());}catch(_0x2e24d8){_0x336cc9['push'](_0x336cc9['shift']());}}}(a67_0x10bb,0x4dea0),exports[a67_0x69e412(0xfe)]=_0x12de40=>{var _0x4974b2=a67_0x69e412,_0x5515e8={'RJXir':_0x4974b2(0x104),'lkfDX':_0x4974b2(0x10d),'ohsGV':function(_0x52b7d9,_0x4c8b7a){return _0x52b7d9(_0x4c8b7a);},'nZGvy':function(_0x352cda,_0x3c4de2){return _0x352cda!==_0x3c4de2;},'VPpFH':_0x4974b2(0x10e)},_0x366680=_0x5515e8[_0x4974b2(0x102)][_0x4974b2(0x103)]('|'),_0x2f05f4=0x0;while(!![]){switch(_0x366680[_0x2f05f4++]){case'0':if(_0x12de40[_0x4974b2(0xfb)])return;continue;case'1':var _0x5f558d={'naSfo':_0x5515e8[_0x4974b2(0x121)],'yjjnc':function(_0x4df38a,_0x606307){return _0x5515e8['ohsGV'](_0x4df38a,_0x606307);}};continue;case'2':if(_0x5515e8[_0x4974b2(0x119)](process[_0x4974b2(0x110)][_0x4974b2(0x100)],_0x5515e8[_0x4974b2(0x101)]))return;continue;case'3':_0x12de40['patchScreenshot']=!![];continue;case'4':_0x12de40['takeScreenshot']=()=>{return new Promise(function(_0x10d246,_0x4947de){var _0x2b2955=a67_0xab97,_0x15a30f={'XdgcA':_0x5f558d[_0x2b2955(0x117)],'eFYeE':function(_0x45c060,_0x4e69ec){var _0x2145d8=_0x2b2955;return _0x5f558d[_0x2145d8(0x114)](_0x45c060,_0x4e69ec);}};_0x12de40['initScreenshot']()['then'](_0x38f1c7=>{var _0x98dbcc=_0x2b2955;process[_0x98dbcc(0x124)](_0x98dbcc(0x112)+process[_0x98dbcc(0x11b)],{'timestamp':new Date()[_0x98dbcc(0x109)](),'message':_0x38f1c7,'kind':_0x15a30f[_0x98dbcc(0x123)]}),_0x15a30f[_0x98dbcc(0xfd)](_0x10d246,_0x38f1c7);});});};continue;case'5':_0x12de40[_0x4974b2(0x122)]=_0x12de40[_0x4974b2(0x11f)];continue;}break;}},exports['overrideQuit']=(_0x3886b9,_0x21a77a=null)=>{var _0x1d5b66=a67_0x69e412,_0x110836={'hBWBI':_0x1d5b66(0x11e),'UjQut':function(_0x5f1ed6){return _0x5f1ed6();},'kIoSG':function(_0x34a2fa,_0x2dfffd){return _0x34a2fa>_0x2dfffd;}},_0x23b8fd=_0x110836[_0x1d5b66(0x113)][_0x1d5b66(0x103)]('|'),_0x267b67=0x0;while(!![]){switch(_0x23b8fd[_0x267b67++]){case'0':_0x3886b9[_0x1d5b66(0x106)]=!![];continue;case'1':_0x3886b9['quit']=()=>{var _0xf7ba22=_0x1d5b66;if(_0x21a77a){_0x21a77a[_0xf7ba22(0x111)]+=0x1;if(_0x36009a[_0xf7ba22(0xff)](_0x21a77a['quitCount_'],0x1))return _0x3886b9[_0xf7ba22(0x10b)]();}else{_0x3886b9[_0xf7ba22(0x111)]+=0x1;if(_0x36009a['SebRk'](_0x3886b9['quitCount_'],0x1))return _0x3886b9['initQuit']();}return new Promise(function(_0x2b83dd){var _0x40fa5a=_0xf7ba22;_0x36009a[_0x40fa5a(0x107)](_0x2b83dd);});};continue;case'2':if(_0x3886b9['patchQuit'])return;continue;case'3':var _0x36009a={'WnFFq':function(_0x310054){var _0x38f5e6=_0x1d5b66;return _0x110836[_0x38f5e6(0x108)](_0x310054);},'SebRk':function(_0x3af670,_0x30ab1a){var _0x1c2ad6=_0x1d5b66;return _0x110836[_0x1c2ad6(0x11a)](_0x3af670,_0x30ab1a);}};continue;case'4':_0x3886b9[_0x1d5b66(0x10b)]=_0x3886b9[_0x1d5b66(0x116)];continue;}break;}});
@@ -1 +1 @@
1
- const a68_0x49b8ea=a68_0x4767;(function(_0x32e75a,_0x54bd31){const _0x12256c=a68_0x4767,_0x23299e=_0x32e75a();while(!![]){try{const _0x4c18a2=-parseInt(_0x12256c(0x9d))/0x1*(-parseInt(_0x12256c(0xbe))/0x2)+parseInt(_0x12256c(0xdd))/0x3*(parseInt(_0x12256c(0x99))/0x4)+parseInt(_0x12256c(0xa7))/0x5*(-parseInt(_0x12256c(0xd8))/0x6)+parseInt(_0x12256c(0xb3))/0x7*(parseInt(_0x12256c(0xc0))/0x8)+-parseInt(_0x12256c(0xde))/0x9+parseInt(_0x12256c(0xab))/0xa+parseInt(_0x12256c(0xb7))/0xb;if(_0x4c18a2===_0x54bd31)break;else _0x23299e['push'](_0x23299e['shift']());}catch(_0x24cd8f){_0x23299e['push'](_0x23299e['shift']());}}}(a68_0x4342,0x519d4));function a68_0x4342(){const _0x4ce7f0=['6FfKufR','app:exec','5576kXVNqU','KWviU','automate','WktRE','XpbDV','../helper','Error\x20creating\x20percy\x20config:\x20','percy/healthcheck','lWaYy','stderr','close',':start','isRunning','uKNgZ','iLOEB','pipe','stringify','writeFile','Percy\x20fetch\x20token\x20success','assign','percy.log','stop','NSuir','nodeRequest','6498SEFVyh','winstonLogger','hOIhA','exec:stop','api/app_percy/get_project_token?name=','1104VtyahW','4906035lUdthN','xsySx','stdout','GET','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','PERCY_SERVER_ADDRESS','data','env','fetchPercyToken','vQnKv','4472aFuyye','getBinaryPath','tmpdir','healthcheck','17535kNiMub','eknQX','ENV_VAR','../../helpers/testhub/constants','path','error','start','../logger','rCnbj','BROWSERSTACK_TESTHUB_UUID','2040xRCETm','NQbAb','JauXK','isProcessRunning','6214970opFoVT','version','app','createWriteStream','./PercyBinary','flags','ewhtF','HZuzb','1386CDpbWt','debug','join','Bdrou','1075129OuXECk','VvDnF','ALHHq','token','Percy\x20healthcheck\x20successful','exec','percyOptions'];a68_0x4342=function(){return _0x4ce7f0;};return a68_0x4342();}const fs=require('fs'),path=require(a68_0x49b8ea(0xa1)),os=require('os'),{spawn}=require('child_process'),helper=require(a68_0x49b8ea(0xc5)),logger=require(a68_0x49b8ea(0xa4))[a68_0x49b8ea(0xd9)],{logDir}=require(a68_0x49b8ea(0xa4)),testHubConstants=require(a68_0x49b8ea(0xa0)),PercyBinary=require(a68_0x49b8ea(0xaf));function a68_0x4767(_0x478775,_0x49d823){const _0x4342d6=a68_0x4342();return a68_0x4767=function(_0x4767a5,_0x2f76f3){_0x4767a5=_0x4767a5-0x99;let _0x514712=_0x4342d6[_0x4767a5];return _0x514712;},a68_0x4767(_0x478775,_0x49d823);}class Percy{#logfile=path['join'](logDir,a68_0x49b8ea(0xd4));#address=process[a68_0x49b8ea(0xe5)][a68_0x49b8ea(0xe3)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x497b23){this.#config=_0x497b23,!!_0x497b23['app']&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x3288f0=a68_0x49b8ea;if(!this.#binaryPath){const _0x59bbaa=new PercyBinary();this.#binaryPath=await _0x59bbaa[_0x3288f0(0x9a)](this.#config);}return this.#binaryPath;}async #sleep(_0xb0a8fd){return new Promise(_0x1472f2=>setTimeout(_0x1472f2,_0xb0a8fd));}async[a68_0x49b8ea(0x9c)](){const _0x35616c=a68_0x49b8ea,_0x254041={};_0x254041[_0x35616c(0xb6)]=_0x35616c(0xe1),_0x254041['lDOey']=_0x35616c(0xc7);const _0x5e2ee9=_0x254041;try{const _0x1241f2=await helper[_0x35616c(0xd7)](_0x5e2ee9['Bdrou'],_0x5e2ee9['lDOey'],null,null,this.#address);if(_0x1241f2)return!![];}catch(_0x227529){return![];}}async[a68_0x49b8ea(0xa3)](){const _0x5e2621=a68_0x49b8ea,_0x50c732={'ALHHq':_0x5e2621(0xbf),'GxzZg':_0x5e2621(0xbc),'JauXK':function(_0x20e62b,_0xc29d74,_0x15b4c7,_0x382476){return _0x20e62b(_0xc29d74,_0x15b4c7,_0x382476);},'uKNgZ':_0x5e2621(0xca),'dRraD':_0x5e2621(0xbb)},_0x2c19c1=await this.#getBinaryPath(),_0xb5e7d4={};_0xb5e7d4[_0x5e2621(0xb0)]='a';const _0x560155=fs[_0x5e2621(0xae)](this.#logfile,_0xb5e7d4),_0x42cf68=await this[_0x5e2621(0xe6)](),_0x5b6eec=await this['createPercyConfig']();if(!_0x42cf68)return![];const _0x448aab=[(this.#isApp?_0x50c732[_0x5e2621(0xb9)]:_0x50c732['GxzZg'])+_0x5e2621(0xcb)];_0x5b6eec&&_0x448aab['push']('-c',_0x5b6eec);this.#proc=_0x50c732[_0x5e2621(0xa9)](spawn,_0x2c19c1,_0x448aab,{'env':Object[_0x5e2621(0xd3)](process['env'],{'PERCY_TOKEN':_0x42cf68,'TH_BUILD_UUID':process[_0x5e2621(0xe5)][testHubConstants[_0x5e2621(0x9f)][_0x5e2621(0xa6)]]})}),this.#proc[_0x5e2621(0xe0)][_0x5e2621(0xcf)](_0x560155),this.#proc[_0x5e2621(0xc9)]['pipe'](_0x560155),this[_0x5e2621(0xaa)]=!![];var _0x485885=this;this.#proc['on'](_0x50c732[_0x5e2621(0xcd)],function(_0x4222c4){const _0x4db2a7=_0x5e2621;_0x485885[_0x4db2a7(0xaa)]=![];});do{const _0x35a5f8=await this[_0x5e2621(0x9c)]();if(_0x35a5f8)return logger[_0x5e2621(0xb4)](_0x50c732['dRraD']),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async[a68_0x49b8ea(0xd5)](){const _0x1425d4=a68_0x49b8ea,_0x29dba8={'eknQX':function(_0x1861c5,_0x998e93){return _0x1861c5(_0x998e93);},'KWviU':function(_0x2e1bbf,_0x46afe7,_0x16d2a6){return _0x2e1bbf(_0x46afe7,_0x16d2a6);},'yhwnv':_0x1425d4(0xdb),'NQbAb':_0x1425d4(0xca)},_0x526f10=await this.#getBinaryPath();return new Promise((_0x15c1aa,_0x1c4ac5)=>{const _0x4f8bd7=_0x1425d4,_0x663868={'NSuir':function(_0x4e87db,_0xc8037a){const _0x3d9b23=a68_0x4767;return _0x29dba8[_0x3d9b23(0x9e)](_0x4e87db,_0xc8037a);}},_0x28afa5=_0x29dba8[_0x4f8bd7(0xc1)](spawn,_0x526f10,[_0x29dba8['yhwnv']]);_0x28afa5['on'](_0x29dba8[_0x4f8bd7(0xa8)],_0x331274=>{const _0x76ca99=_0x4f8bd7;this[_0x76ca99(0xaa)]=![],_0x663868[_0x76ca99(0xd6)](_0x15c1aa,_0x331274);});});}[a68_0x49b8ea(0xcc)](){const _0x5715da=a68_0x49b8ea;return this[_0x5715da(0xaa)];}async[a68_0x49b8ea(0xe6)](){const _0x20760f=a68_0x49b8ea,_0x4f5c60={};_0x4f5c60[_0x20760f(0xda)]=_0x20760f(0xad),_0x4f5c60[_0x20760f(0xe7)]=_0x20760f(0xc2),_0x4f5c60[_0x20760f(0xc8)]=_0x20760f(0xe1),_0x4f5c60[_0x20760f(0xb2)]=_0x20760f(0xd2);const _0x2e3e93=_0x4f5c60,_0x550bdf=this.#config['projectName'];try{const _0x32a715=this.#isApp?_0x2e3e93[_0x20760f(0xda)]:_0x2e3e93['vQnKv'],_0x55fb7d=await helper['nodeRequest'](_0x2e3e93[_0x20760f(0xc8)],_0x20760f(0xdc)+_0x550bdf+'&type='+_0x32a715,{},this.#config),_0x12808a=_0x55fb7d[_0x20760f(0xe4)];return logger[_0x20760f(0xb4)](_0x2e3e93[_0x20760f(0xb2)]),_0x12808a[_0x20760f(0xba)];}catch(_0x3841f9){return logger[_0x20760f(0xa2)](_0x20760f(0xe2)+_0x3841f9),null;}}async['createPercyConfig'](){const _0x47c918=a68_0x49b8ea,_0x5ca3bb={'VvDnF':function(_0x123eee,_0x90e2ad){return _0x123eee(_0x90e2ad);},'WktRE':function(_0x5c5b7a,_0x4f1f7c){return _0x5c5b7a+_0x4f1f7c;},'iLOEB':'Percy\x20config\x20created\x20at\x20','ewhtF':'percy.json'};if(!this.#config['percyOptions'])return null;const _0x46762d=path[_0x47c918(0xb5)](os[_0x47c918(0x9b)](),_0x5ca3bb[_0x47c918(0xb1)]),_0x4d8fe1=this.#config[_0x47c918(0xbd)];return!_0x4d8fe1[_0x47c918(0xac)]&&(_0x4d8fe1['version']='2'),new Promise((_0xcefc7c,_0x5a8e1a)=>{const _0x42ee1a=_0x47c918,_0x109e0f={'rCnbj':function(_0x275687,_0x3a200d){const _0x20aa70=a68_0x4767;return _0x5ca3bb[_0x20aa70(0xb8)](_0x275687,_0x3a200d);},'XpbDV':function(_0x590fce,_0x4198ef){const _0xae15b9=a68_0x4767;return _0x5ca3bb[_0xae15b9(0xc3)](_0x590fce,_0x4198ef);},'xsySx':_0x5ca3bb[_0x42ee1a(0xce)]};fs[_0x42ee1a(0xd1)](_0x46762d,JSON[_0x42ee1a(0xd0)](_0x4d8fe1),_0x414d9f=>{const _0x964464=_0x42ee1a;_0x414d9f&&(logger[_0x964464(0xa2)](_0x964464(0xc6)+_0x414d9f),_0x109e0f[_0x964464(0xa5)](_0xcefc7c,null)),logger['debug'](_0x109e0f[_0x964464(0xc4)](_0x109e0f[_0x964464(0xdf)],_0x46762d)),_0x109e0f[_0x964464(0xa5)](_0xcefc7c,_0x46762d);});});}}module['exports']=Percy;
1
+ function a68_0x559b(){const _0x15ea81=['percyOptions','yOycp','stringify','GvUGW','814588mHrzwj','Percy\x20healthcheck\x20successful','percy.json','debug','EploO','fetchPercyToken','sFytz','stderr','JntMj','jJwCO','3760746rgYVsr','RFOal','pipe','193958vKfqQo','20bvSYJe','QkbJU','../../helpers/testhub/constants','projectName','api/app_percy/get_project_token?name=','3UKDsCW','8glHxQw','GET','start','app:exec','ybJdb','tmpdir','percy/healthcheck','Percy\x20fetch\x20token\x20success','Percy\x20config\x20created\x20at\x20','writeFile','Error\x20creating\x20percy\x20config:\x20',':start','hbkVI','HuczQ','../helper','aLNUF','../logger','isProcessRunning','qZkhq','PERCY_SERVER_ADDRESS','23104301iDdlML','./PercyBinary','mFYtg','automate','data','createPercyConfig','UspgQ','error','ObBcp','http://localhost:5338','10dGjUXV','app','isRAC','IEenO','6688087zxyaLX','isRunning','createWriteStream','push','exports','902105GQgtXN','close','version','path','&type=','BROWSERSTACK_TESTHUB_UUID','stdout','uJzhK','727371TpjwdB','healthcheck','exec:stop','nodeRequest'];a68_0x559b=function(){return _0x15ea81;};return a68_0x559b();}const a68_0x353e92=a68_0x56a6;(function(_0x5407f6,_0x3f7b54){const _0x52fa19=a68_0x56a6,_0x1ba733=_0x5407f6();while(!![]){try{const _0x529d0c=parseInt(_0x52fa19(0xd8))/0x1+-parseInt(_0x52fa19(0xaa))/0x2*(-parseInt(_0x52fa19(0xb0))/0x3)+parseInt(_0x52fa19(0x9d))/0x4*(-parseInt(_0x52fa19(0xab))/0x5)+-parseInt(_0x52fa19(0xa7))/0x6+-parseInt(_0x52fa19(0xd3))/0x7*(parseInt(_0x52fa19(0xb1))/0x8)+parseInt(_0x52fa19(0xe0))/0x9*(-parseInt(_0x52fa19(0xcf))/0xa)+parseInt(_0x52fa19(0xc5))/0xb;if(_0x529d0c===_0x3f7b54)break;else _0x1ba733['push'](_0x1ba733['shift']());}catch(_0x404495){_0x1ba733['push'](_0x1ba733['shift']());}}}(a68_0x559b,0x97d0c));const fs=require('fs'),path=require(a68_0x353e92(0xdb)),os=require('os'),{spawn}=require('child_process'),helper=require(a68_0x353e92(0xbf)),logger=require(a68_0x353e92(0xc1))['winstonLogger'],{logDir}=require(a68_0x353e92(0xc1)),testHubConstants=require(a68_0x353e92(0xad)),PercyBinary=require(a68_0x353e92(0xc6));class Percy{#logfile=path['join'](logDir,'percy.log');#address=process['env'][a68_0x353e92(0xc4)]||a68_0x353e92(0xce);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a68_0x353e92(0xc2)]=![];constructor(_0x5c2fe6){const _0x2f0961=a68_0x353e92;this.#config=_0x5c2fe6,!!_0x5c2fe6[_0x2f0961(0xd0)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x1068ef=new PercyBinary();this.#binaryPath=await _0x1068ef['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x2ef279){return new Promise(_0x2df45f=>setTimeout(_0x2df45f,_0x2ef279));}async[a68_0x353e92(0xe1)](){const _0x37a9a7=a68_0x353e92,_0x2a5f52={};_0x2a5f52['JntMj']='GET',_0x2a5f52[_0x37a9a7(0xcd)]=_0x37a9a7(0xb7);const _0x5c4125=_0x2a5f52;try{const _0x278fe9=await helper[_0x37a9a7(0xe3)](_0x5c4125[_0x37a9a7(0xa5)],_0x5c4125[_0x37a9a7(0xcd)],null,null,this.#address);if(_0x278fe9)return!![];}catch(_0x1ded24){return![];}}async[a68_0x353e92(0xb3)](){const _0x4ebda1=a68_0x353e92,_0x17af25={'qZkhq':_0x4ebda1(0xb4),'RFOal':'exec','mFYtg':function(_0x484e8e,_0x4de016,_0x3d2b19,_0x293f2d){return _0x484e8e(_0x4de016,_0x3d2b19,_0x293f2d);},'isRAC':'close','uJzhK':_0x4ebda1(0x9e)},_0x3e6440=await this.#getBinaryPath(),_0x12793d={};_0x12793d['flags']='a';const _0x3a63f4=fs[_0x4ebda1(0xd5)](this.#logfile,_0x12793d),_0x3062c9=await this[_0x4ebda1(0xa2)](),_0x7fa6c6=await this['createPercyConfig']();if(!_0x3062c9)return![];const _0x2ac29f=[(this.#isApp?_0x17af25[_0x4ebda1(0xc3)]:_0x17af25[_0x4ebda1(0xa8)])+_0x4ebda1(0xbc)];_0x7fa6c6&&_0x2ac29f[_0x4ebda1(0xd6)]('-c',_0x7fa6c6);this.#proc=_0x17af25[_0x4ebda1(0xc7)](spawn,_0x3e6440,_0x2ac29f,{'env':Object['assign'](process['env'],{'PERCY_TOKEN':_0x3062c9,'TH_BUILD_UUID':process['env'][testHubConstants['ENV_VAR'][_0x4ebda1(0xdd)]]})}),this.#proc[_0x4ebda1(0xde)]['pipe'](_0x3a63f4),this.#proc[_0x4ebda1(0xa4)][_0x4ebda1(0xa9)](_0x3a63f4),this[_0x4ebda1(0xc2)]=!![];var _0x11fa60=this;this.#proc['on'](_0x17af25[_0x4ebda1(0xd1)],function(_0x1d149b){_0x11fa60['isProcessRunning']=![];});do{const _0x266d0d=await this[_0x4ebda1(0xe1)]();if(_0x266d0d)return logger['debug'](_0x17af25[_0x4ebda1(0xdf)]),!![];await this.#sleep(0x3e8);}while(this[_0x4ebda1(0xc2)]);return![];}async['stop'](){const _0x2369d6=a68_0x353e92,_0x3dd170={'aLNUF':function(_0x3612fa,_0x40f31f){return _0x3612fa(_0x40f31f);},'hbkVI':function(_0x34ed65,_0x4021c8,_0x3fc096){return _0x34ed65(_0x4021c8,_0x3fc096);},'UspgQ':_0x2369d6(0xe2),'IEenO':_0x2369d6(0xd9)},_0x55fed5=await this.#getBinaryPath();return new Promise((_0x5b80d5,_0x1a8a0a)=>{const _0x29a99b=_0x2369d6,_0x230ebd={'ybJdb':function(_0x190999,_0x1a1d16){const _0x489055=a68_0x56a6;return _0x3dd170[_0x489055(0xc0)](_0x190999,_0x1a1d16);}},_0x3fa006=_0x3dd170[_0x29a99b(0xbd)](spawn,_0x55fed5,[_0x3dd170[_0x29a99b(0xcb)]]);_0x3fa006['on'](_0x3dd170[_0x29a99b(0xd2)],_0xd5b493=>{const _0x1a3bb0=_0x29a99b;this[_0x1a3bb0(0xc2)]=![],_0x230ebd[_0x1a3bb0(0xb5)](_0x5b80d5,_0xd5b493);});});}[a68_0x353e92(0xd4)](){const _0x49778b=a68_0x353e92;return this[_0x49778b(0xc2)];}async[a68_0x353e92(0xa2)](){const _0x319bad=a68_0x353e92,_0x5f1792={};_0x5f1792[_0x319bad(0xe7)]=_0x319bad(0xd0),_0x5f1792[_0x319bad(0xa1)]=_0x319bad(0xc8),_0x5f1792[_0x319bad(0xa3)]=_0x319bad(0xb2),_0x5f1792[_0x319bad(0xbe)]=_0x319bad(0xb8);const _0x4a5deb=_0x5f1792,_0x148991=this.#config[_0x319bad(0xae)];try{const _0x482b87=this.#isApp?_0x4a5deb['GvUGW']:_0x4a5deb['EploO'],_0x4649d3=await helper[_0x319bad(0xe3)](_0x4a5deb[_0x319bad(0xa3)],_0x319bad(0xaf)+_0x148991+_0x319bad(0xdc)+_0x482b87,{},this.#config),_0x24a206=_0x4649d3[_0x319bad(0xc9)];return logger[_0x319bad(0xa0)](_0x4a5deb[_0x319bad(0xbe)]),_0x24a206['token'];}catch(_0x200df0){return logger[_0x319bad(0xcc)]('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x200df0),null;}}async[a68_0x353e92(0xca)](){const _0x52ba9b=a68_0x353e92,_0x42865f={'jJwCO':function(_0x5c1f3a,_0x23d878){return _0x5c1f3a(_0x23d878);},'EDBoO':function(_0x2013e3,_0x11b811){return _0x2013e3+_0x11b811;},'yOycp':_0x52ba9b(0xb9),'QkbJU':_0x52ba9b(0x9f)};if(!this.#config[_0x52ba9b(0xe4)])return null;const _0x1164f9=path['join'](os[_0x52ba9b(0xb6)](),_0x42865f[_0x52ba9b(0xac)]),_0x3f21dc=this.#config['percyOptions'];return!_0x3f21dc[_0x52ba9b(0xda)]&&(_0x3f21dc[_0x52ba9b(0xda)]='2'),new Promise((_0x11e954,_0x2137aa)=>{const _0x38e5e3=_0x52ba9b;fs[_0x38e5e3(0xba)](_0x1164f9,JSON[_0x38e5e3(0xe6)](_0x3f21dc),_0x4d07db=>{const _0x53e03c=_0x38e5e3;_0x4d07db&&(logger[_0x53e03c(0xcc)](_0x53e03c(0xbb)+_0x4d07db),_0x42865f[_0x53e03c(0xa6)](_0x11e954,null)),logger[_0x53e03c(0xa0)](_0x42865f['EDBoO'](_0x42865f[_0x53e03c(0xe5)],_0x1164f9)),_0x42865f[_0x53e03c(0xa6)](_0x11e954,_0x1164f9);});});}}function a68_0x56a6(_0x112a24,_0x579a0a){const _0x559be5=a68_0x559b();return a68_0x56a6=function(_0x56a6cc,_0xa454ea){_0x56a6cc=_0x56a6cc-0x9d;let _0x4d6d6a=_0x559be5[_0x56a6cc];return _0x4d6d6a;},a68_0x56a6(_0x112a24,_0x579a0a);}module[a68_0x353e92(0xd7)]=Percy;
@@ -1 +1 @@
1
- function a69_0x5adc(){const _0x182762=['percy.exe','klSik','gGHvt','OhGfV','qBzgD','platform','function','/percy-linux.zip','get','TiRuT','HOMEPATH','ZNfDL','once','6590mfBmQv','kFeoq','yJnlK','url','/percy-win.zip','mkjjK','zxLDH','/percy-osx.zip','48UVnpBq','../logger','Amnyb','entry','fileName','44788xgTijZ','60ebutXk','exports','proxyHost','fMThu','Hjuoz','RrMXQ','X_OK','proxyPort','ChCJo','ybtVS','ZmwtW','getuid','accessSync','cwd','https://github.com/percy/cli/releases/latest/download','vZFQy','linux','XXVUZ','test','homedir','3824345kPzWtF','mwkBs','error','dPUhg','data','validateBinary','comTJ','Ycdsb','usrxY','open','end','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','HOME','VjcPy','R_OK','0755','path','/home/','port','EIgsG','USER','3025572AObPQr','YvzzE','WUAdz','1281238zNmNtb','kHmJF','KoPMs','Error\x20trying\x20to\x20download\x20percy\x20binary','OeShw','download','child_process','20hGePso','nGtwb','gNzBV','/root','--version','percy','vQCOv','parse','QMdKO','306OdeQOT','pipe','DqrDD','yTpNZ','stdout','readEntry','MybHL','jJabh','close','USERPROFILE','readFileSync','OLSuW','ERzXQ','SpWYO','ZmFdS','join','win32','length','LOGNAME','KmUdl','OswiD','undefined','WhxoQ','xSPaS','191GsGZKd','lOipt','winstonLogger','SByHz','tmpdir','wxfUn','1134315oVuiNM','wtenL','match','xUhxB','yauzl','useCaCertificate','paAUc','createWriteStream','BeFYL','mkdirSync','CNOoU','lSSQK','ADOac','/Users/','darwin','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','statSync','QIJgK','4909200JmsHvQ','lazyEntries','LCtBw','MzvwZ','openReadStream','rQdNx'];a69_0x5adc=function(){return _0x182762;};return a69_0x5adc();}const a69_0x43ef7f=a69_0x4666;(function(_0x157bae,_0x1b85a9){const _0x505ea8=a69_0x4666,_0x41d942=_0x157bae();while(!![]){try{const _0x1cf11b=-parseInt(_0x505ea8(0x16e))/0x1*(-parseInt(_0x505ea8(0x199))/0x2)+parseInt(_0x505ea8(0x156))/0x3*(parseInt(_0x505ea8(0x1a6))/0x4)+-parseInt(_0x505ea8(0x1bb))/0x5+-parseInt(_0x505ea8(0x186))/0x6+parseInt(_0x505ea8(0x146))/0x7*(-parseInt(_0x505ea8(0x1a1))/0x8)+parseInt(_0x505ea8(0x174))/0x9*(parseInt(_0x505ea8(0x14d))/0xa)+-parseInt(_0x505ea8(0x143))/0xb*(-parseInt(_0x505ea8(0x1a7))/0xc);if(_0x1cf11b===_0x1b85a9)break;else _0x41d942['push'](_0x41d942['shift']());}catch(_0x604f34){_0x41d942['push'](_0x41d942['shift']());}}}(a69_0x5adc,0xaf2b8));const {https}=require('follow-redirects'),url=require(a69_0x43ef7f(0x19c)),yauzl=require(a69_0x43ef7f(0x178)),fs=require('fs'),path=require(a69_0x43ef7f(0x13e)),os=require('os'),{spawn}=require(a69_0x43ef7f(0x14c)),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a69_0x43ef7f(0x1a2))[a69_0x43ef7f(0x170)];function a69_0x4666(_0x39ed1c,_0x7974a9){const _0x5adce8=a69_0x5adc();return a69_0x4666=function(_0x46667a,_0x233422){_0x46667a=_0x46667a-0x130;let _0x3a015a=_0x5adce8[_0x46667a];return _0x3a015a;},a69_0x4666(_0x39ed1c,_0x7974a9);}class PercyBinary{#hostOS=process[a69_0x43ef7f(0x191)];#httpPath=null;#binaryName=a69_0x43ef7f(0x152);#orderedPaths=[path[a69_0x43ef7f(0x165)](this.#homedir(),'.browserstack'),process[a69_0x43ef7f(0x1b4)](),os[a69_0x43ef7f(0x172)]()];constructor(){const _0x9f6787=a69_0x43ef7f,_0x326038={};_0x326038['kFeoq']=_0x9f6787(0x1b5),_0x326038['eBTuR']=function(_0x4e67c0,_0x486c36){return _0x4e67c0+_0x486c36;},_0x326038[_0x9f6787(0x158)]=_0x9f6787(0x1a0),_0x326038[_0x9f6787(0x131)]=function(_0x38f645,_0x3cd742){return _0x38f645+_0x3cd742;},_0x326038[_0x9f6787(0x159)]=_0x9f6787(0x19d),_0x326038['usrxY']=_0x9f6787(0x18c),_0x326038[_0x9f6787(0x1b0)]=_0x9f6787(0x193);const _0x4616ef=_0x326038,_0x3631f4=_0x4616ef[_0x9f6787(0x19a)];if(this.#hostOS[_0x9f6787(0x176)](/darwin|mac os/i))this.#httpPath=_0x4616ef['eBTuR'](_0x3631f4,_0x4616ef[_0x9f6787(0x158)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x4616ef['dPUhg'](_0x3631f4,_0x4616ef['yTpNZ']),this.#binaryName=_0x4616ef[_0x9f6787(0x136)]):this.#httpPath=_0x4616ef['eBTuR'](_0x3631f4,_0x4616ef[_0x9f6787(0x1b0)]);}#getAvailableDirs(){const _0x5163bf=a69_0x43ef7f,_0x3f9fed={};_0x3f9fed[_0x5163bf(0x144)]=function(_0x2c7ba2,_0x47888c){return _0x2c7ba2<_0x47888c;},_0x3f9fed[_0x5163bf(0x190)]=_0x5163bf(0x149);const _0x27a3dd=_0x3f9fed;for(var _0x2ee76e=0x0;_0x27a3dd[_0x5163bf(0x144)](_0x2ee76e,this.#orderedPaths[_0x5163bf(0x167)]);_0x2ee76e++){var _0x4274b7=this.#orderedPaths[_0x2ee76e];if(this.#makePath(_0x4274b7))return _0x4274b7;}throw new Error(_0x27a3dd[_0x5163bf(0x190)]);}#makePath(_0xaf1c99){try{return!this.#checkPath(_0xaf1c99)&&fs['mkdirSync'](_0xaf1c99),!![];}catch{return![];}}#checkPath(_0x25a9f1,_0x1b5b61){const _0x3ecf32=a69_0x43ef7f,_0x14ad93={};_0x14ad93[_0x3ecf32(0x18d)]=function(_0x390533,_0x224c78){return _0x390533|_0x224c78;},_0x14ad93[_0x3ecf32(0x17c)]=function(_0x2d253a,_0x3d23ab){return _0x2d253a!==_0x3d23ab;},_0x14ad93['lOipt']=_0x3ecf32(0x16b);const _0x39ea26=_0x14ad93;_0x1b5b61=_0x1b5b61||_0x39ea26[_0x3ecf32(0x18d)](fs[_0x3ecf32(0x13c)],fs['W_OK']);try{return fs[_0x3ecf32(0x1b3)](_0x25a9f1,_0x1b5b61),!![];}catch(_0x1d0b59){if(_0x39ea26[_0x3ecf32(0x17c)](typeof fs['accessSync'],_0x39ea26[_0x3ecf32(0x16f)]))return![];try{return fs[_0x3ecf32(0x184)](_0x25a9f1),!![];}catch(_0x51cbe5){return![];}}}async['getBinaryPath'](_0x2de26b){const _0x2eec5e=a69_0x43ef7f,_0x44c8bd={};_0x44c8bd[_0x2eec5e(0x14e)]='Corrupt\x20percy\x20binary,\x20retrying';const _0xdda40a=_0x44c8bd;var _0x14da7e=this.#getAvailableDirs(),_0x1838a7=path[_0x2eec5e(0x165)](_0x14da7e,this.#binaryName);if(this.#checkPath(_0x1838a7,fs[_0x2eec5e(0x1ad)]))return _0x1838a7;const _0xd0c52d=await this[_0x2eec5e(0x14b)](_0x2de26b,_0x14da7e),_0x3554f3=await this[_0x2eec5e(0x133)](_0xd0c52d);if(!_0x3554f3)return logger[_0x2eec5e(0x130)](_0xdda40a[_0x2eec5e(0x14e)]),await this['download'](_0x2de26b,_0x14da7e);return _0xd0c52d;}async[a69_0x43ef7f(0x133)](_0x194208){const _0x1d0acd=a69_0x43ef7f,_0x4c3618={'SfcAX':function(_0x58c65d,_0xd70620){return _0x58c65d(_0xd70620);},'ZmFdS':function(_0x1ef504,_0x38c7b1,_0x423234){return _0x1ef504(_0x38c7b1,_0x423234);},'vZFQy':_0x1d0acd(0x151),'gNzBV':_0x1d0acd(0x132),'vQCOv':'close'},_0x116d9a=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x11e107,_0x5e7c9d)=>{const _0x4dae05=_0x1d0acd,_0x557b49={'SpWYO':function(_0x2dae49,_0x1158e8){return _0x4c3618['SfcAX'](_0x2dae49,_0x1158e8);}},_0x132c85=_0x4c3618[_0x4dae05(0x164)](spawn,_0x194208,[_0x4c3618[_0x4dae05(0x1b6)]]);_0x132c85[_0x4dae05(0x15a)]['on'](_0x4c3618[_0x4dae05(0x14f)],_0xc18332=>{const _0x3a4b60=_0x4dae05;_0x116d9a[_0x3a4b60(0x1b9)](_0xc18332)&&_0x4c3618['SfcAX'](_0x11e107,!![]);}),_0x132c85['on'](_0x4c3618[_0x4dae05(0x153)],()=>{const _0x5a4aa6=_0x4dae05;_0x557b49[_0x5a4aa6(0x163)](_0x11e107,![]);});});}['download'](_0x5ae07e,_0x4a619d){const _0x37fde6=a69_0x43ef7f,_0x4a411a={'MzvwZ':function(_0x4c0560,_0x2a70c2){return _0x4c0560===_0x2a70c2;},'WhxoQ':function(_0x277202,_0x3098d0){return _0x277202(_0x3098d0);},'apYPI':_0x37fde6(0x138),'OhGfV':_0x37fde6(0x13d),'QMdKO':_0x37fde6(0x1a4),'rQdNx':'error','Ycdsb':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','EIgsG':_0x37fde6(0x183),'GJEoT':_0x37fde6(0x15e),'ADOac':_0x37fde6(0x139),'LCtBw':function(_0x3ceb5f,_0x38d130){return _0x3ceb5f+_0x38d130;},'ZmwtW':'.zip','hVAwm':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x4a619d)&&fs[_0x37fde6(0x17d)](_0x4a619d);const _0x591818=this.#binaryName,_0x3a29d9=path[_0x37fde6(0x165)](_0x4a619d,_0x4a411a[_0x37fde6(0x188)](_0x591818,_0x4a411a[_0x37fde6(0x1b1)])),_0x26f0a2=path['join'](_0x4a619d,_0x591818),_0x1b7c1d=fs[_0x37fde6(0x17b)](_0x3a29d9),_0x4aab3f=url[_0x37fde6(0x154)](this.#httpPath);if(_0x5ae07e[_0x37fde6(0x1a9)]&&_0x5ae07e['proxyPort']){const _0xab6178={};_0xab6178['host']=_0x5ae07e['proxyHost'],_0xab6178[_0x37fde6(0x140)]=_0x5ae07e[_0x37fde6(0x1ae)],_0x4aab3f['agent']=new HttpsProxyAgent(_0xab6178);}if(_0x5ae07e[_0x37fde6(0x179)])try{_0x4aab3f['ca']=fs[_0x37fde6(0x160)](_0x5ae07e[_0x37fde6(0x179)]);}catch(_0x253711){logger[_0x37fde6(0x130)](_0x4a411a['hVAwm'],_0x253711);}return new Promise((_0x731a57,_0x1c2697)=>{const _0x4e70b1=_0x37fde6,_0x3d7b1c={'xSPaS':function(_0x3b3510,_0x149885){const _0xc0c728=a69_0x4666;return _0x4a411a[_0xc0c728(0x189)](_0x3b3510,_0x149885);},'yJnlK':function(_0x3e2129,_0x18e650){const _0x4cea31=a69_0x4666;return _0x4a411a[_0x4cea31(0x16c)](_0x3e2129,_0x18e650);},'zxLDH':_0x4a411a['apYPI'],'CNOoU':_0x4a411a[_0x4e70b1(0x18f)],'gGHvt':_0x4a411a[_0x4e70b1(0x155)],'fMThu':_0x4a411a[_0x4e70b1(0x18b)],'QIJgK':_0x4a411a[_0x4e70b1(0x135)],'VjcPy':_0x4a411a[_0x4e70b1(0x141)],'paAUc':function(_0x4614d0,_0x5215cf){const _0x4d18ed=_0x4e70b1;return _0x4a411a[_0x4d18ed(0x16c)](_0x4614d0,_0x5215cf);},'Hjuoz':_0x4a411a['GJEoT'],'MybHL':_0x4a411a[_0x4e70b1(0x180)]};https[_0x4e70b1(0x194)](_0x4aab3f,function(_0x4da0ce){const _0x473fe7=_0x4e70b1,_0x350072={'fOsYl':_0x3d7b1c[_0x473fe7(0x185)],'RrMXQ':function(_0x5b3ceb,_0x257e04){const _0x196104=_0x473fe7;return _0x3d7b1c[_0x196104(0x19b)](_0x5b3ceb,_0x257e04);},'KmUdl':_0x3d7b1c[_0x473fe7(0x13b)],'wtenL':function(_0x1ab09c,_0x106ddb){const _0x14e765=_0x473fe7;return _0x3d7b1c[_0x14e765(0x17a)](_0x1ab09c,_0x106ddb);}};_0x4da0ce[_0x473fe7(0x157)](_0x1b7c1d),_0x4da0ce['on'](_0x3d7b1c[_0x473fe7(0x1aa)],function(_0x4d9600){const _0x738ff7=_0x473fe7;logger[_0x738ff7(0x130)](_0x350072['fOsYl'],_0x4d9600),_0x350072[_0x738ff7(0x1ac)](_0x1c2697,_0x4d9600);}),_0x1b7c1d['on'](_0x3d7b1c[_0x473fe7(0x1aa)],function(_0x1b6565){const _0x2e8a0c=_0x473fe7;logger[_0x2e8a0c(0x130)](_0x350072[_0x2e8a0c(0x169)],_0x1b6565),_0x350072[_0x2e8a0c(0x175)](_0x1c2697,_0x1b6565);}),_0x1b7c1d['on'](_0x3d7b1c[_0x473fe7(0x1ab)],function(){const _0x217c09=_0x473fe7,_0x4af2f8={'aDTJq':function(_0x37ff6b,_0xc26fba){const _0x3d4bfc=a69_0x4666;return _0x3d7b1c[_0x3d4bfc(0x16d)](_0x37ff6b,_0xc26fba);},'WUAdz':function(_0x3cd565,_0x57cb21){const _0x402312=a69_0x4666;return _0x3d7b1c[_0x402312(0x19b)](_0x3cd565,_0x57cb21);},'kRnyc':_0x3d7b1c[_0x217c09(0x19f)],'SByHz':_0x3d7b1c[_0x217c09(0x17e)],'kHmJF':_0x3d7b1c[_0x217c09(0x18e)],'XXVUZ':_0x3d7b1c[_0x217c09(0x1aa)]},_0x40105c={};_0x40105c[_0x217c09(0x187)]=!![],yauzl[_0x217c09(0x137)](_0x3a29d9,_0x40105c,function(_0x1ad1b0,_0x19276f){const _0x18ee0c=_0x217c09,_0x1837c2={'KoPMs':function(_0x16640c,_0x4db0a1){const _0x107e52=a69_0x4666;return _0x4af2f8[_0x107e52(0x145)](_0x16640c,_0x4db0a1);},'TiRuT':_0x4af2f8['kRnyc'],'jnBvK':_0x4af2f8[_0x18ee0c(0x171)]};_0x1ad1b0&&_0x4af2f8['WUAdz'](_0x1c2697,_0x1ad1b0),_0x19276f[_0x18ee0c(0x15b)](),_0x19276f['on'](_0x4af2f8[_0x18ee0c(0x147)],_0x30370a=>{const _0x36823f=_0x18ee0c;if(/\/$/[_0x36823f(0x1b9)](_0x30370a[_0x36823f(0x1a5)]))_0x19276f[_0x36823f(0x15b)]();else{const _0x5485dd=fs['createWriteStream'](path[_0x36823f(0x165)](_0x4a619d,_0x30370a[_0x36823f(0x1a5)]));_0x19276f[_0x36823f(0x18a)](_0x30370a,function(_0x39b2eb,_0x3c75a3){const _0x21be86=_0x36823f;_0x39b2eb&&_0x1837c2[_0x21be86(0x148)](_0x1c2697,_0x1ad1b0),_0x3c75a3['on'](_0x1837c2[_0x21be86(0x195)],function(){const _0x3f3096=_0x21be86;_0x5485dd[_0x3f3096(0x15e)](),_0x19276f[_0x3f3096(0x15b)]();}),_0x3c75a3[_0x21be86(0x157)](_0x5485dd);}),_0x4af2f8['aDTJq'](_0x30370a[_0x36823f(0x1a5)],_0x591818)&&_0x19276f['close']();}}),_0x19276f['on'](_0x4af2f8[_0x18ee0c(0x1b8)],_0x19664c=>{_0x1837c2['KoPMs'](_0x1c2697,_0x19664c);}),_0x19276f[_0x18ee0c(0x198)](_0x4af2f8['kRnyc'],()=>{fs['chmod'](_0x26f0a2,_0x1837c2['jnBvK'],function(_0x8ea16b){const _0x353ee6=a69_0x4666;_0x8ea16b&&_0x1837c2[_0x353ee6(0x148)](_0x1c2697,_0x8ea16b),_0x1837c2[_0x353ee6(0x148)](_0x731a57,_0x26f0a2);}),_0x19276f['close']();});});});})['on'](_0x4a411a['rQdNx'],function(_0x5bb335){const _0x4679d1=_0x4e70b1;logger['error'](_0x3d7b1c[_0x4679d1(0x15c)],_0x5bb335),_0x3d7b1c[_0x4679d1(0x19b)](_0x1c2697,_0x5bb335);});});}#homedir(){const _0x3cfa71=a69_0x43ef7f,_0x1eb472={};_0x1eb472[_0x3cfa71(0x1bc)]=function(_0xb1525,_0x2a614a){return _0xb1525===_0x2a614a;},_0x1eb472['OeShw']=_0x3cfa71(0x192),_0x1eb472[_0x3cfa71(0x19e)]=function(_0x33b34e,_0x432c60){return _0x33b34e===_0x432c60;},_0x1eb472[_0x3cfa71(0x161)]=_0x3cfa71(0x166),_0x1eb472[_0x3cfa71(0x162)]=function(_0x37c1f5,_0x2807f0){return _0x37c1f5+_0x2807f0;},_0x1eb472[_0x3cfa71(0x134)]=_0x3cfa71(0x182),_0x1eb472[_0x3cfa71(0x173)]=function(_0x10a3d3,_0x18a7e9){return _0x10a3d3+_0x18a7e9;},_0x1eb472[_0x3cfa71(0x1af)]=_0x3cfa71(0x181),_0x1eb472[_0x3cfa71(0x15d)]=function(_0x4697d0,_0x312fdc){return _0x4697d0===_0x312fdc;},_0x1eb472[_0x3cfa71(0x197)]=_0x3cfa71(0x1b7),_0x1eb472[_0x3cfa71(0x16a)]=_0x3cfa71(0x150),_0x1eb472[_0x3cfa71(0x17f)]=function(_0x32c443,_0x9d4eef){return _0x32c443+_0x9d4eef;},_0x1eb472[_0x3cfa71(0x1a3)]=_0x3cfa71(0x13f),_0x1eb472['xUhxB']=function(_0x4a5b31,_0x36e29d){return _0x4a5b31||_0x36e29d;};const _0x4bbcc8=_0x1eb472;if(_0x4bbcc8[_0x3cfa71(0x1bc)](typeof os[_0x3cfa71(0x1ba)],_0x4bbcc8[_0x3cfa71(0x14a)]))return os['homedir']();const _0x14803a=process['env'],_0x1cd9f4=_0x14803a[_0x3cfa71(0x13a)],_0x306da2=_0x14803a[_0x3cfa71(0x168)]||_0x14803a[_0x3cfa71(0x142)]||_0x14803a['LNAME']||_0x14803a['USERNAME'];if(_0x4bbcc8['mkjjK'](process[_0x3cfa71(0x191)],_0x4bbcc8[_0x3cfa71(0x161)]))return _0x14803a[_0x3cfa71(0x15f)]||_0x4bbcc8[_0x3cfa71(0x162)](_0x14803a['HOMEDRIVE'],_0x14803a[_0x3cfa71(0x196)])||_0x1cd9f4||null;if(_0x4bbcc8[_0x3cfa71(0x1bc)](process[_0x3cfa71(0x191)],_0x4bbcc8[_0x3cfa71(0x134)]))return _0x1cd9f4||(_0x306da2?_0x4bbcc8[_0x3cfa71(0x173)](_0x4bbcc8['ChCJo'],_0x306da2):null);if(_0x4bbcc8[_0x3cfa71(0x15d)](process[_0x3cfa71(0x191)],_0x4bbcc8[_0x3cfa71(0x197)]))return _0x1cd9f4||(_0x4bbcc8[_0x3cfa71(0x15d)](process[_0x3cfa71(0x1b2)](),0x0)?_0x4bbcc8[_0x3cfa71(0x16a)]:_0x306da2?_0x4bbcc8[_0x3cfa71(0x17f)](_0x4bbcc8['Amnyb'],_0x306da2):null);return _0x4bbcc8[_0x3cfa71(0x177)](_0x1cd9f4,null);}}module[a69_0x43ef7f(0x1a8)]=PercyBinary;
1
+ function a69_0x589b(_0x22285f,_0x5e9697){const _0x120ff9=a69_0x120f();return a69_0x589b=function(_0x589bae,_0x4d28e5){_0x589bae=_0x589bae-0x1e4;let _0x7dcb2f=_0x120ff9[_0x589bae];return _0x7dcb2f;},a69_0x589b(_0x22285f,_0x5e9697);}const a69_0x5bcbb1=a69_0x589b;(function(_0xd10458,_0x537744){const _0x5e3dc=a69_0x589b,_0xb9d8ce=_0xd10458();while(!![]){try{const _0x3bfc11=parseInt(_0x5e3dc(0x201))/0x1+parseInt(_0x5e3dc(0x223))/0x2*(-parseInt(_0x5e3dc(0x1eb))/0x3)+-parseInt(_0x5e3dc(0x1f1))/0x4+-parseInt(_0x5e3dc(0x1f6))/0x5*(-parseInt(_0x5e3dc(0x20d))/0x6)+parseInt(_0x5e3dc(0x22b))/0x7*(parseInt(_0x5e3dc(0x1ee))/0x8)+-parseInt(_0x5e3dc(0x245))/0x9*(-parseInt(_0x5e3dc(0x242))/0xa)+-parseInt(_0x5e3dc(0x210))/0xb;if(_0x3bfc11===_0x537744)break;else _0xb9d8ce['push'](_0xb9d8ce['shift']());}catch(_0x4b67d9){_0xb9d8ce['push'](_0xb9d8ce['shift']());}}}(a69_0x120f,0x93335));const {https}=require(a69_0x5bcbb1(0x256)),url=require('url'),yauzl=require(a69_0x5bcbb1(0x247)),fs=require('fs'),path=require(a69_0x5bcbb1(0x1f8)),os=require('os'),{spawn}=require(a69_0x5bcbb1(0x1fb)),HttpsProxyAgent=require(a69_0x5bcbb1(0x21b)),logger=require(a69_0x5bcbb1(0x21c))[a69_0x5bcbb1(0x248)];class PercyBinary{#hostOS=process[a69_0x5bcbb1(0x26a)];#httpPath=null;#binaryName=a69_0x5bcbb1(0x20c);#orderedPaths=[path[a69_0x5bcbb1(0x20f)](this.#homedir(),a69_0x5bcbb1(0x26f)),process['cwd'](),os['tmpdir']()];constructor(){const _0x5b81f1=a69_0x5bcbb1,_0x308832={};_0x308832[_0x5b81f1(0x22e)]='https://github.com/percy/cli/releases/latest/download',_0x308832[_0x5b81f1(0x26e)]=function(_0x3fb78b,_0x22285c){return _0x3fb78b+_0x22285c;},_0x308832['aMwYN']='/percy-osx.zip',_0x308832[_0x5b81f1(0x270)]=function(_0xcf7b41,_0xdb6e30){return _0xcf7b41+_0xdb6e30;},_0x308832['yOnXZ']=_0x5b81f1(0x266),_0x308832['FUMgY']=_0x5b81f1(0x254),_0x308832[_0x5b81f1(0x23b)]=function(_0x461ae4,_0x29c0eb){return _0x461ae4+_0x29c0eb;},_0x308832['Stcfw']=_0x5b81f1(0x229);const _0x545f81=_0x308832,_0x27472d=_0x545f81[_0x5b81f1(0x22e)];if(this.#hostOS[_0x5b81f1(0x226)](/darwin|mac os/i))this.#httpPath=_0x545f81[_0x5b81f1(0x26e)](_0x27472d,_0x545f81[_0x5b81f1(0x215)]);else this.#hostOS[_0x5b81f1(0x226)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x545f81['MejpJ'](_0x27472d,_0x545f81[_0x5b81f1(0x21d)]),this.#binaryName=_0x545f81[_0x5b81f1(0x263)]):this.#httpPath=_0x545f81['MgYyX'](_0x27472d,_0x545f81[_0x5b81f1(0x219)]);}#getAvailableDirs(){const _0x4188b9=a69_0x5bcbb1,_0x340936={};_0x340936[_0x4188b9(0x23c)]=function(_0x1afcac,_0x2bffbf){return _0x1afcac<_0x2bffbf;},_0x340936[_0x4188b9(0x240)]=_0x4188b9(0x214);const _0x3beaee=_0x340936;for(var _0x1ea077=0x0;_0x3beaee['xvXHC'](_0x1ea077,this.#orderedPaths[_0x4188b9(0x262)]);_0x1ea077++){var _0x19a928=this.#orderedPaths[_0x1ea077];if(this.#makePath(_0x19a928))return _0x19a928;}throw new Error(_0x3beaee[_0x4188b9(0x240)]);}#makePath(_0x214e6e){const _0xf71d85=a69_0x5bcbb1;try{return!this.#checkPath(_0x214e6e)&&fs[_0xf71d85(0x1ec)](_0x214e6e),!![];}catch{return![];}}#checkPath(_0x20acd7,_0x34686d){const _0x56603f=a69_0x5bcbb1,_0x2341b9={};_0x2341b9[_0x56603f(0x231)]=function(_0x5b70d3,_0x4f22cb){return _0x5b70d3|_0x4f22cb;},_0x2341b9[_0x56603f(0x1f3)]=function(_0x376a81,_0x59aff6){return _0x376a81!==_0x59aff6;},_0x2341b9[_0x56603f(0x259)]='undefined';const _0x5c7654=_0x2341b9;_0x34686d=_0x34686d||_0x5c7654['qiice'](fs[_0x56603f(0x239)],fs[_0x56603f(0x25f)]);try{return fs[_0x56603f(0x206)](_0x20acd7,_0x34686d),!![];}catch(_0x416825){if(_0x5c7654['lPWVj'](typeof fs[_0x56603f(0x206)],_0x5c7654[_0x56603f(0x259)]))return![];try{return fs[_0x56603f(0x261)](_0x20acd7),!![];}catch(_0xae6a85){return![];}}}async[a69_0x5bcbb1(0x1e9)](_0x4e256d){const _0x5cb87c=a69_0x5bcbb1,_0x399295={};_0x399295['kpGjI']=_0x5cb87c(0x20a);const _0x1114f1=_0x399295;var _0x1caf77=this.#getAvailableDirs(),_0x32fd42=path[_0x5cb87c(0x20f)](_0x1caf77,this.#binaryName);if(this.#checkPath(_0x32fd42,fs[_0x5cb87c(0x23a)]))return _0x32fd42;const _0x20f7ba=await this['download'](_0x4e256d,_0x1caf77),_0x104068=await this[_0x5cb87c(0x258)](_0x20f7ba);if(!_0x104068)return logger[_0x5cb87c(0x22a)](_0x1114f1[_0x5cb87c(0x24a)]),await this[_0x5cb87c(0x1f0)](_0x4e256d,_0x1caf77);return _0x20f7ba;}async['validateBinary'](_0xae50d4){const _0xb5c901=a69_0x5bcbb1,_0x5e8d1a={'EFjRE':function(_0x5cf12b,_0x2fb966){return _0x5cf12b(_0x2fb966);},'zKksd':function(_0x47e03d,_0x19602c,_0x5107f1){return _0x47e03d(_0x19602c,_0x5107f1);},'YTTEP':'--version','MFEFm':_0xb5c901(0x1ed),'nDMLY':'close'},_0x36882d=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x139593,_0x28aa7b)=>{const _0x115c84=_0xb5c901,_0x15d996={'VXbWa':function(_0x16eee6,_0x4af2da){const _0xcc709a=a69_0x589b;return _0x5e8d1a[_0xcc709a(0x1e5)](_0x16eee6,_0x4af2da);}},_0x57c7ed=_0x5e8d1a[_0x115c84(0x26d)](spawn,_0xae50d4,[_0x5e8d1a['YTTEP']]);_0x57c7ed[_0x115c84(0x1f5)]['on'](_0x5e8d1a[_0x115c84(0x257)],_0x47bea5=>{const _0x1d61af=_0x115c84;_0x36882d['test'](_0x47bea5)&&_0x15d996[_0x1d61af(0x1e7)](_0x139593,!![]);}),_0x57c7ed['on'](_0x5e8d1a[_0x115c84(0x24e)],()=>{const _0x5b903a=_0x115c84;_0x5e8d1a[_0x5b903a(0x1e5)](_0x139593,![]);});});}[a69_0x5bcbb1(0x1f0)](_0x25f810,_0x262a8b){const _0xd380a2=a69_0x5bcbb1,_0x2f0508={'hToMR':function(_0x2a1ddf,_0x2573cf){return _0x2a1ddf(_0x2573cf);},'mMShc':_0xd380a2(0x268),'hmHsF':function(_0x33c52f,_0x472722){return _0x33c52f===_0x472722;},'zwkIN':function(_0x42de3d,_0x2cb805){return _0x42de3d(_0x2cb805);},'NOVpc':_0xd380a2(0x269),'fcxmd':_0xd380a2(0x22a),'KbuLO':function(_0xe9267f,_0x398ecd){return _0xe9267f(_0x398ecd);},'utmLg':_0xd380a2(0x24c),'IEssx':_0xd380a2(0x25e),'EGfyV':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','WckSQ':function(_0x368ed2,_0x2fa778){return _0x368ed2(_0x2fa778);},'UolNn':_0xd380a2(0x241),'daudG':function(_0x29fa9f,_0x4ec81a){return _0x29fa9f(_0x4ec81a);},'cWeBB':_0xd380a2(0x227),'QRGVp':function(_0x134f4d,_0x21c0f8){return _0x134f4d+_0x21c0f8;},'xIHRD':_0xd380a2(0x1fd),'QmJKS':_0xd380a2(0x1f4)};!this.#checkPath(_0x262a8b)&&fs[_0xd380a2(0x1ec)](_0x262a8b);const _0xc0633e=this.#binaryName,_0x21872e=path[_0xd380a2(0x20f)](_0x262a8b,_0x2f0508['QRGVp'](_0xc0633e,_0x2f0508[_0xd380a2(0x220)])),_0xca2cea=path[_0xd380a2(0x20f)](_0x262a8b,_0xc0633e),_0x29224d=fs[_0xd380a2(0x235)](_0x21872e),_0x28811d=url[_0xd380a2(0x253)](this.#httpPath);if(_0x25f810[_0xd380a2(0x212)]&&_0x25f810['proxyPort']){const _0x49e8d9={};_0x49e8d9[_0xd380a2(0x25d)]=_0x25f810[_0xd380a2(0x212)],_0x49e8d9[_0xd380a2(0x20e)]=_0x25f810[_0xd380a2(0x24d)],_0x28811d[_0xd380a2(0x20b)]=new HttpsProxyAgent(_0x49e8d9);}if(_0x25f810['useCaCertificate'])try{_0x28811d['ca']=fs[_0xd380a2(0x221)](_0x25f810[_0xd380a2(0x237)]);}catch(_0x1c8986){logger[_0xd380a2(0x22a)](_0x2f0508[_0xd380a2(0x24b)],_0x1c8986);}return new Promise((_0x265cfa,_0xddb81)=>{const _0x2c50c2=_0xd380a2,_0x3108d6={'gBSQO':_0x2f0508[_0x2c50c2(0x1f7)],'ejQvy':function(_0x4493e2,_0x28df94){const _0x17d699=_0x2c50c2;return _0x2f0508[_0x17d699(0x232)](_0x4493e2,_0x28df94);},'QuvtJ':_0x2f0508['UolNn'],'RQHOW':function(_0x545fae,_0x536157){const _0x3792a1=_0x2c50c2;return _0x2f0508[_0x3792a1(0x1e6)](_0x545fae,_0x536157);},'UajjI':_0x2f0508['cWeBB']};https['get'](_0x28811d,function(_0x37edc4){const _0x3de7a8=_0x2c50c2,_0x5e6a53={'XVgfX':function(_0x2506ac,_0x4844b9){const _0x3a6dde=a69_0x589b;return _0x2f0508[_0x3a6dde(0x204)](_0x2506ac,_0x4844b9);},'qzUOX':_0x2f0508[_0x3de7a8(0x224)],'LmTJc':function(_0x4545ce,_0x55fe73){const _0x5069a3=_0x3de7a8;return _0x2f0508[_0x5069a3(0x252)](_0x4545ce,_0x55fe73);},'mPWNg':function(_0xd4e5be,_0x3c2941){const _0x48ab83=_0x3de7a8;return _0x2f0508[_0x48ab83(0x22d)](_0xd4e5be,_0x3c2941);},'ADDFI':function(_0xe7cad9,_0x45fcc1){return _0x2f0508['zwkIN'](_0xe7cad9,_0x45fcc1);},'BnRTN':_0x2f0508[_0x3de7a8(0x21a)],'DFedy':_0x2f0508['fcxmd'],'hGRJP':function(_0x1dc39d,_0x1bd197){const _0x46fbca=_0x3de7a8;return _0x2f0508[_0x46fbca(0x233)](_0x1dc39d,_0x1bd197);},'kIaNZ':_0x2f0508[_0x3de7a8(0x260)]};_0x37edc4[_0x3de7a8(0x22c)](_0x29224d),_0x37edc4['on'](_0x2f0508[_0x3de7a8(0x1e8)],function(_0x3bf95f){const _0x3b8448=_0x3de7a8;logger['error'](_0x3108d6[_0x3b8448(0x23d)],_0x3bf95f),_0x3108d6['ejQvy'](_0xddb81,_0x3bf95f);}),_0x29224d['on'](_0x2f0508[_0x3de7a8(0x1e8)],function(_0xccf35d){const _0x351579=_0x3de7a8;logger[_0x351579(0x22a)](_0x3108d6[_0x351579(0x23f)],_0xccf35d),_0x3108d6['RQHOW'](_0xddb81,_0xccf35d);}),_0x29224d['on'](_0x2f0508[_0x3de7a8(0x203)],function(){const _0x1b2898=_0x3de7a8,_0x1ed310={'lSNqt':function(_0x3b5d75,_0x6a6522){const _0x1429af=a69_0x589b;return _0x5e6a53[_0x1429af(0x23e)](_0x3b5d75,_0x6a6522);},'WfsKp':_0x5e6a53[_0x1b2898(0x225)]},_0x2bc2b8={};_0x2bc2b8[_0x1b2898(0x211)]=!![],yauzl[_0x1b2898(0x1e4)](_0x21872e,_0x2bc2b8,function(_0x44ee72,_0x360cb8){const _0x54c367=_0x1b2898,_0x5436d2={'fHVkX':function(_0xcbc39a,_0x48d0ab){const _0x54d3c3=a69_0x589b;return _0x5e6a53[_0x54d3c3(0x1fc)](_0xcbc39a,_0x48d0ab);},'sxBxr':_0x5e6a53[_0x54c367(0x236)],'JFLpd':function(_0x26cdc5,_0x2b3b66){const _0x4feced=_0x54c367;return _0x5e6a53[_0x4feced(0x21e)](_0x26cdc5,_0x2b3b66);},'ZqbMs':function(_0x229fc7,_0x1daf5c){const _0x472260=_0x54c367;return _0x5e6a53[_0x472260(0x1fc)](_0x229fc7,_0x1daf5c);},'tygWB':function(_0x510ea3,_0xd35698){const _0x4183f6=_0x54c367;return _0x5e6a53[_0x4183f6(0x216)](_0x510ea3,_0xd35698);}};_0x44ee72&&_0x5e6a53[_0x54c367(0x243)](_0xddb81,_0x44ee72),_0x360cb8[_0x54c367(0x213)](),_0x360cb8['on'](_0x5e6a53['BnRTN'],_0x1a9c42=>{const _0x542b0c=_0x54c367;if(/\/$/[_0x542b0c(0x22f)](_0x1a9c42[_0x542b0c(0x1f9)]))_0x360cb8[_0x542b0c(0x213)]();else{const _0x2cdcf3=fs[_0x542b0c(0x235)](path[_0x542b0c(0x20f)](_0x262a8b,_0x1a9c42[_0x542b0c(0x1f9)]));_0x360cb8[_0x542b0c(0x244)](_0x1a9c42,function(_0x5dbef9,_0x5cf7a3){const _0xd0ba19=_0x542b0c;_0x5dbef9&&_0x5436d2['fHVkX'](_0xddb81,_0x44ee72),_0x5cf7a3['on'](_0x5436d2[_0xd0ba19(0x26c)],function(){const _0x566587=_0xd0ba19;_0x2cdcf3[_0x566587(0x25e)](),_0x360cb8[_0x566587(0x213)]();}),_0x5cf7a3[_0xd0ba19(0x22c)](_0x2cdcf3);}),_0x5436d2[_0x542b0c(0x208)](_0x1a9c42[_0x542b0c(0x1f9)],_0xc0633e)&&_0x360cb8[_0x542b0c(0x25e)]();}}),_0x360cb8['on'](_0x5e6a53[_0x54c367(0x251)],_0x1c0c44=>{const _0x5120cb=_0x54c367;_0x1ed310[_0x5120cb(0x200)](_0xddb81,_0x1c0c44);}),_0x360cb8[_0x54c367(0x1f2)](_0x5e6a53['qzUOX'],()=>{const _0x325557=_0x54c367;fs[_0x325557(0x230)](_0xca2cea,_0x1ed310[_0x325557(0x26b)],function(_0x47aee6){const _0xda206f=_0x325557;_0x47aee6&&_0x5436d2[_0xda206f(0x1fe)](_0xddb81,_0x47aee6),_0x5436d2[_0xda206f(0x1fa)](_0x265cfa,_0xca2cea);}),_0x360cb8[_0x325557(0x25e)]();});});});})['on'](_0x2f0508[_0x2c50c2(0x1e8)],function(_0x35c1a5){const _0x3ead85=_0x2c50c2;logger[_0x3ead85(0x22a)](_0x3108d6[_0x3ead85(0x249)],_0x35c1a5),_0x3108d6[_0x3ead85(0x202)](_0xddb81,_0x35c1a5);});});}#homedir(){const _0xfbce31=a69_0x5bcbb1,_0x310c9f={};_0x310c9f[_0xfbce31(0x217)]=function(_0x4eae9b,_0x1e36d2){return _0x4eae9b===_0x1e36d2;},_0x310c9f[_0xfbce31(0x234)]=_0xfbce31(0x264),_0x310c9f[_0xfbce31(0x25b)]=function(_0x34543c,_0x4373d1){return _0x34543c===_0x4373d1;},_0x310c9f['MULuV']='win32',_0x310c9f[_0xfbce31(0x222)]=function(_0x5030f4,_0x1eb7ee){return _0x5030f4+_0x1eb7ee;},_0x310c9f[_0xfbce31(0x267)]=_0xfbce31(0x21f),_0x310c9f['wGbFB']=function(_0x391289,_0x4bfdf4){return _0x391289+_0x4bfdf4;},_0x310c9f['iOmNL']=_0xfbce31(0x271),_0x310c9f[_0xfbce31(0x1ff)]=function(_0x40e013,_0x5e6b2e){return _0x40e013===_0x5e6b2e;},_0x310c9f[_0xfbce31(0x255)]=_0xfbce31(0x265),_0x310c9f[_0xfbce31(0x238)]=_0xfbce31(0x205),_0x310c9f[_0xfbce31(0x24f)]=function(_0x2b4f54,_0x279898){return _0x2b4f54+_0x279898;},_0x310c9f[_0xfbce31(0x25c)]='/home/',_0x310c9f[_0xfbce31(0x1ea)]=function(_0x411a12,_0x3acb02){return _0x411a12||_0x3acb02;};const _0x478799=_0x310c9f;if(_0x478799[_0xfbce31(0x217)](typeof os[_0xfbce31(0x218)],_0x478799['YSMST']))return os[_0xfbce31(0x218)]();const _0x471fea=process[_0xfbce31(0x228)],_0x4809e5=_0x471fea[_0xfbce31(0x250)],_0x2c6254=_0x471fea[_0xfbce31(0x207)]||_0x471fea['USER']||_0x471fea[_0xfbce31(0x1ef)]||_0x471fea[_0xfbce31(0x25a)];if(_0x478799['iyUxl'](process[_0xfbce31(0x26a)],_0x478799['MULuV']))return _0x471fea['USERPROFILE']||_0x478799[_0xfbce31(0x222)](_0x471fea['HOMEDRIVE'],_0x471fea[_0xfbce31(0x246)])||_0x4809e5||null;if(_0x478799[_0xfbce31(0x217)](process[_0xfbce31(0x26a)],_0x478799[_0xfbce31(0x267)]))return _0x4809e5||(_0x2c6254?_0x478799['wGbFB'](_0x478799['iOmNL'],_0x2c6254):null);if(_0x478799[_0xfbce31(0x1ff)](process[_0xfbce31(0x26a)],_0x478799[_0xfbce31(0x255)]))return _0x4809e5||(_0x478799[_0xfbce31(0x1ff)](process['getuid'](),0x0)?_0x478799[_0xfbce31(0x238)]:_0x2c6254?_0x478799['HBiGw'](_0x478799[_0xfbce31(0x25c)],_0x2c6254):null);return _0x478799[_0xfbce31(0x1ea)](_0x4809e5,null);}}module[a69_0x5bcbb1(0x209)]=PercyBinary;function a69_0x120f(){const _0x482414=['readFileSync','IRCCu','52SmJaOk','mMShc','kIaNZ','match','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','env','/percy-linux.zip','error','544124bgdMhd','pipe','zwkIN','gVBSr','test','chmod','qiice','WckSQ','KbuLO','YSMST','createWriteStream','qzUOX','useCaCertificate','xsVQg','R_OK','X_OK','MgYyX','xvXHC','gBSQO','hGRJP','QuvtJ','yiIKO','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','3598930TofhBC','ADDFI','openReadStream','27JaXyAj','HOMEPATH','yauzl','winstonLogger','UajjI','kpGjI','QmJKS','0755','proxyPort','nDMLY','HBiGw','HOME','DFedy','hmHsF','parse','percy.exe','tQWSU','follow-redirects','MFEFm','validateBinary','VuFcD','USERNAME','iyUxl','YdmzR','host','close','W_OK','utmLg','statSync','length','FUMgY','function','linux','/percy-win.zip','icvgs','end','entry','platform','WfsKp','sxBxr','zKksd','XfbkE','.browserstack','MejpJ','/Users/','open','EFjRE','daudG','VXbWa','fcxmd','getBinaryPath','vXLLw','10896fXuOeC','mkdirSync','data','88Tvldny','LNAME','download','2750568nrBnOa','once','lPWVj','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','stdout','66325GVymRK','EGfyV','path','fileName','tygWB','child_process','XVgfX','.zip','ZqbMs','nkBIt','lSNqt','904550pRIsBq','RQHOW','IEssx','hToMR','/root','accessSync','LOGNAME','JFLpd','exports','Corrupt\x20percy\x20binary,\x20retrying','agent','percy','438doadbd','port','join','26648809SYLdgs','lazyEntries','proxyHost','readEntry','Error\x20trying\x20to\x20download\x20percy\x20binary','aMwYN','mPWNg','NFGIM','homedir','Stcfw','NOVpc','https-proxy-agent','../logger','yOnXZ','LmTJc','darwin','xIHRD'];a69_0x120f=function(){return _0x482414;};return a69_0x120f();}
@@ -1 +1 @@
1
- var a70_0x5848c4=a70_0x5457;(function(_0x2e2451,_0x2add17){var _0x103df1=a70_0x5457,_0x5a964a=_0x2e2451();while(!![]){try{var _0x5d8eb6=-parseInt(_0x103df1(0x131))/0x1+-parseInt(_0x103df1(0x132))/0x2+-parseInt(_0x103df1(0x137))/0x3*(-parseInt(_0x103df1(0x136))/0x4)+-parseInt(_0x103df1(0x13d))/0x5*(parseInt(_0x103df1(0x135))/0x6)+parseInt(_0x103df1(0x134))/0x7*(-parseInt(_0x103df1(0x13a))/0x8)+parseInt(_0x103df1(0x13e))/0x9*(-parseInt(_0x103df1(0x130))/0xa)+-parseInt(_0x103df1(0x13c))/0xb*(-parseInt(_0x103df1(0x133))/0xc);if(_0x5d8eb6===_0x2add17)break;else _0x5a964a['push'](_0x5a964a['shift']());}catch(_0x4d0a5e){_0x5a964a['push'](_0x5a964a['shift']());}}}(a70_0x2511,0x1bd96));class PercyCaptureMap{#map={};[a70_0x5848c4(0x139)](_0x267ae9,_0x1ffe74){!this.#map[_0x267ae9]&&(this.#map[_0x267ae9]={}),!this.#map[_0x267ae9][_0x1ffe74]&&(this.#map[_0x267ae9][_0x1ffe74]=0x0),this.#map[_0x267ae9][_0x1ffe74]++;}[a70_0x5848c4(0x13b)](_0x5d1045,_0x51af5e){var _0x34bc66=a70_0x5848c4;return _0x5d1045+'-'+_0x51af5e+'-'+this[_0x34bc66(0x138)](_0x5d1045,_0x51af5e);}[a70_0x5848c4(0x138)](_0x1db23a,_0x3d54b7){if(!this.#map[_0x1db23a])return 0x0;if(!this.#map[_0x1db23a][_0x3d54b7])return 0x0;return this.#map[_0x1db23a][_0x3d54b7];}}function a70_0x5457(_0x3f49d0,_0x20acb8){var _0x2511c9=a70_0x2511();return a70_0x5457=function(_0x545766,_0x32eb37){_0x545766=_0x545766-0x130;var _0x1b5f38=_0x2511c9[_0x545766];return _0x1b5f38;},a70_0x5457(_0x3f49d0,_0x20acb8);}function a70_0x2511(){var _0x46039e=['increment','8jEIzkO','getName','473LTHkJj','702365LgzKie','72lGZlcd','276160XRLCPZ','191478rbSYfy','6208ohPnAX','193476fbuTCR','514339PczPXx','6sgKKmH','4UktlUF','150723EhMiZE','get'];a70_0x2511=function(){return _0x46039e;};return a70_0x2511();}module['exports']=PercyCaptureMap;
1
+ function a70_0x448d(_0x299083,_0x588432){var _0x1d20af=a70_0x1d20();return a70_0x448d=function(_0x448d23,_0x516c4c){_0x448d23=_0x448d23-0x8d;var _0x32bce4=_0x1d20af[_0x448d23];return _0x32bce4;},a70_0x448d(_0x299083,_0x588432);}function a70_0x1d20(){var _0x2b83da=['4YBHFAT','769212zUIcZc','increment','4417890uqpYxA','1384272WRajjO','get','7yPTEgE','getName','533488JOtprB','2VzsbyF','454929QpWqrG','1012105RfpXkb','28295yCTErE'];a70_0x1d20=function(){return _0x2b83da;};return a70_0x1d20();}var a70_0x319885=a70_0x448d;(function(_0x2271dd,_0x3de099){var _0x5bb2d2=a70_0x448d,_0x5c4a82=_0x2271dd();while(!![]){try{var _0x3561c4=parseInt(_0x5bb2d2(0x97))/0x1*(-parseInt(_0x5bb2d2(0x94))/0x2)+-parseInt(_0x5bb2d2(0x95))/0x3+parseInt(_0x5bb2d2(0x98))/0x4*(parseInt(_0x5bb2d2(0x96))/0x5)+-parseInt(_0x5bb2d2(0x99))/0x6+parseInt(_0x5bb2d2(0x91))/0x7*(-parseInt(_0x5bb2d2(0x93))/0x8)+-parseInt(_0x5bb2d2(0x8f))/0x9+parseInt(_0x5bb2d2(0x8e))/0xa;if(_0x3561c4===_0x3de099)break;else _0x5c4a82['push'](_0x5c4a82['shift']());}catch(_0x5859a6){_0x5c4a82['push'](_0x5c4a82['shift']());}}}(a70_0x1d20,0x1c378));class PercyCaptureMap{#map={};[a70_0x319885(0x8d)](_0x50a0fb,_0x3a865c){!this.#map[_0x50a0fb]&&(this.#map[_0x50a0fb]={}),!this.#map[_0x50a0fb][_0x3a865c]&&(this.#map[_0x50a0fb][_0x3a865c]=0x0),this.#map[_0x50a0fb][_0x3a865c]++;}[a70_0x319885(0x92)](_0x283fbf,_0x4d44f6){var _0x47a261=a70_0x319885;return _0x283fbf+'-'+_0x4d44f6+'-'+this[_0x47a261(0x90)](_0x283fbf,_0x4d44f6);}[a70_0x319885(0x90)](_0x12ad30,_0x11d056){if(!this.#map[_0x12ad30])return 0x0;if(!this.#map[_0x12ad30][_0x11d056])return 0x0;return this.#map[_0x12ad30][_0x11d056];}}module['exports']=PercyCaptureMap;
@@ -1 +1 @@
1
- var a71_0x13deff=a71_0x1afc;(function(_0x371b8e,_0x11007d){var _0x462a49=a71_0x1afc,_0x13c999=_0x371b8e();while(!![]){try{var _0x164820=-parseInt(_0x462a49(0x174))/0x1+parseInt(_0x462a49(0x16c))/0x2*(parseInt(_0x462a49(0x170))/0x3)+parseInt(_0x462a49(0x168))/0x4*(parseInt(_0x462a49(0x16f))/0x5)+-parseInt(_0x462a49(0x166))/0x6*(parseInt(_0x462a49(0x167))/0x7)+-parseInt(_0x462a49(0x16a))/0x8+-parseInt(_0x462a49(0x169))/0x9*(-parseInt(_0x462a49(0x175))/0xa)+-parseInt(_0x462a49(0x165))/0xb*(-parseInt(_0x462a49(0x171))/0xc);if(_0x164820===_0x11007d)break;else _0x13c999['push'](_0x13c999['shift']());}catch(_0x48f90f){_0x13c999['push'](_0x13c999['shift']());}}}(a71_0x4918,0xbd569));var a71_0x964376={};a71_0x964376[a71_0x13deff(0x173)]=[a71_0x13deff(0x16e)],a71_0x964376['element']=['click',a71_0x13deff(0x176)];var a71_0x3553a5={};a71_0x3553a5[a71_0x13deff(0x173)]=[a71_0x13deff(0x16e)];function a71_0x4918(){var _0xa282b8=['7BCFjLJ','16CGMQMj','126QKnJlx','3427944mmRzSG','manual','4VzfXsj','testcase','takeScreenshot','1902630JxXwte','229932SsSzUh','12oMlgBz','screenshot','driver','1064787ixrQRW','225790SnbAtN','sendKeys','auto','click','18301547ybqijI','8318796yPyppB'];a71_0x4918=function(){return _0xa282b8;};return a71_0x4918();}var a71_0x5276a2={};a71_0x5276a2['element']=[a71_0x13deff(0x164)];var a71_0xcad741={};function a71_0x1afc(_0x1ccf39,_0x5b2396){var _0x491878=a71_0x4918();return a71_0x1afc=function(_0x1afc20,_0x34bb9a){_0x1afc20=_0x1afc20-0x164;var _0x3e1cd2=_0x491878[_0x1afc20];return _0x3e1cd2;},a71_0x1afc(_0x1ccf39,_0x5b2396);}a71_0xcad741[a71_0x13deff(0x177)]=a71_0x964376,a71_0xcad741[a71_0x13deff(0x172)]=a71_0x3553a5,a71_0xcad741[a71_0x13deff(0x164)]=a71_0x5276a2,a71_0xcad741[a71_0x13deff(0x16d)]={},a71_0xcad741[a71_0x13deff(0x16b)]={},module['exports']=a71_0xcad741;
1
+ var a71_0x45ce41=a71_0x495f;(function(_0x12f8fc,_0x5f4f22){var _0x4f2030=a71_0x495f,_0x1bf437=_0x12f8fc();while(!![]){try{var _0x39164a=parseInt(_0x4f2030(0xd2))/0x1+parseInt(_0x4f2030(0xca))/0x2+-parseInt(_0x4f2030(0xd4))/0x3*(parseInt(_0x4f2030(0xd1))/0x4)+parseInt(_0x4f2030(0xd7))/0x5+-parseInt(_0x4f2030(0xd0))/0x6+-parseInt(_0x4f2030(0xcd))/0x7*(parseInt(_0x4f2030(0xd6))/0x8)+parseInt(_0x4f2030(0xcb))/0x9;if(_0x39164a===_0x5f4f22)break;else _0x1bf437['push'](_0x1bf437['shift']());}catch(_0x5e2a6f){_0x1bf437['push'](_0x1bf437['shift']());}}}(a71_0x4ae4,0x5118f));var a71_0x107456={};a71_0x107456[a71_0x45ce41(0xce)]=[a71_0x45ce41(0xcc)],a71_0x107456[a71_0x45ce41(0xdb)]=[a71_0x45ce41(0xd5),a71_0x45ce41(0xcf)];var a71_0x2f8aeb={};function a71_0x495f(_0x2045d2,_0x30923c){var _0x4ae450=a71_0x4ae4();return a71_0x495f=function(_0x495f2c,_0x365cd9){_0x495f2c=_0x495f2c-0xca;var _0x127f8c=_0x4ae450[_0x495f2c];return _0x127f8c;},a71_0x495f(_0x2045d2,_0x30923c);}a71_0x2f8aeb['driver']=[a71_0x45ce41(0xcc)];var a71_0x5ebe39={};function a71_0x4ae4(){var _0x49a87e=['879790QimjwK','5998311kFvyKw','takeScreenshot','2428797FBFBWn','driver','sendKeys','3871500houFgD','4sMYpyW','231955zwCauw','testcase','425319rkxdqf','click','8QJlpna','639200NnjtXi','auto','manual','exports','element'];a71_0x4ae4=function(){return _0x49a87e;};return a71_0x4ae4();}a71_0x5ebe39['element']=[a71_0x45ce41(0xd5)];var a71_0xbee1d8={};a71_0xbee1d8[a71_0x45ce41(0xd8)]=a71_0x107456,a71_0xbee1d8['screenshot']=a71_0x2f8aeb,a71_0xbee1d8['click']=a71_0x5ebe39,a71_0xbee1d8[a71_0x45ce41(0xd3)]={},a71_0xbee1d8[a71_0x45ce41(0xd9)]={},module[a71_0x45ce41(0xda)]=a71_0xbee1d8;
@@ -1 +1 @@
1
- function a72_0x1b17(){const _0x2348b5=['percy:screenshot','ZSXtQ','3601329mTbDrA','screenshotApp','platformIndex','../../helpers/testhub/utils','../logger','measure','674030yjZoMY','ptYNr','2lGMaXD','6004632oFSmqT','percy:screenshot-app','../performance-tester','DpTpT','uHxMI','13697790JEZHfD','percy:snapshot','ZwCNL','839977sCsnfe','vFSBx','winstonLogger','7306353NfXZmM','740ofAyck','thTestCaseExecutionId','diwBG','32815PzowGf','testCase','LCPMt','@percy/selenium-webdriver','vouNy','Unsupported\x20driver\x20for\x20percy','apply','error','OsJQZ','peiQy','uuid','length','6ocWADF','screenshot','name','11FEQwFa','browserstackPlatformIndex'];a72_0x1b17=function(){return _0x2348b5;};return a72_0x1b17();}function a72_0x10b0(_0x5e45f9,_0x52df2c){const _0x1b1747=a72_0x1b17();return a72_0x10b0=function(_0x10b0d3,_0x10e7c0){_0x10b0d3=_0x10b0d3-0xfe;let _0x3398d7=_0x1b1747[_0x10b0d3];return _0x3398d7;},a72_0x10b0(_0x5e45f9,_0x52df2c);}const a72_0x356482=a72_0x10b0;(function(_0x2c8194,_0x164bdc){const _0x32ffef=a72_0x10b0,_0x59563f=_0x2c8194();while(!![]){try{const _0x278cd7=-parseInt(_0x32ffef(0x119))/0x1+-parseInt(_0x32ffef(0x110))/0x2*(-parseInt(_0x32ffef(0x108))/0x3)+-parseInt(_0x32ffef(0x11d))/0x4*(parseInt(_0x32ffef(0x120))/0x5)+parseInt(_0x32ffef(0x101))/0x6*(parseInt(_0x32ffef(0x10e))/0x7)+-parseInt(_0x32ffef(0x111))/0x8+parseInt(_0x32ffef(0x11c))/0x9+parseInt(_0x32ffef(0x116))/0xa*(parseInt(_0x32ffef(0x104))/0xb);if(_0x278cd7===_0x164bdc)break;else _0x59563f['push'](_0x59563f['shift']());}catch(_0x25a00b){_0x59563f['push'](_0x59563f['shift']());}}}(a72_0x1b17,0xa4752));const tryRequire=function(_0x2332a1,_0x14086f){const _0x3359d5=a72_0x10b0,_0x2f71d2={'uHxMI':function(_0x562122,_0x4f0c73){return _0x562122(_0x4f0c73);}};try{return _0x2f71d2[_0x3359d5(0x115)](require,_0x2332a1);}catch{return _0x14086f;}},percySnapshot=tryRequire(a72_0x356482(0x123),null),{percyScreenshot}=tryRequire(a72_0x356482(0x123),{}),percyAppScreenshot=require('@percy/appium-app'),{getCurrentTestData}=require(a72_0x356482(0x10b)),PerformanceTester=require(a72_0x356482(0x113)),logger=require(a72_0x356482(0x10c))[a72_0x356482(0x11b)];percySnapshot&&(exports['snapshot']=async function(){const _0x58fa58=a72_0x356482,_0xc2438d={'DpTpT':function(_0x2787c0,_0xd72891){return _0x2787c0!==_0xd72891;},'peiQy':function(_0x39b3aa,_0x1eade3){return _0x39b3aa>=_0x1eade3;},'ZSXtQ':function(_0x539e7c){return _0x539e7c();},'ptYNr':_0x58fa58(0x117)};if(global[_0x58fa58(0x105)]&&_0xc2438d[_0x58fa58(0x114)](global[_0x58fa58(0x105)],global['browserstackPercyBestPlatform']))return;const _0x3df7e9=_0xc2438d[_0x58fa58(0xfe)](arguments[_0x58fa58(0x100)],0x2)?arguments[0x1]:'',_0x22a0f9=_0xc2438d[_0x58fa58(0x107)](getCurrentTestData),_0x4ffc3a={};return _0x4ffc3a[_0x58fa58(0x103)]=_0x3df7e9,_0x4ffc3a[_0x58fa58(0x121)]=_0x22a0f9['name']||'',_0x4ffc3a['thTestCaseExecutionId']=_0x22a0f9[_0x58fa58(0xff)]||'',_0x4ffc3a[_0x58fa58(0x10a)]=global[_0x58fa58(0x105)],await PerformanceTester[_0x58fa58(0x10d)](_0xc2438d[_0x58fa58(0x10f)],()=>percySnapshot[_0x58fa58(0x126)](null,arguments),_0x4ffc3a);});percyScreenshot?exports[a72_0x356482(0x102)]=async function(){const _0x46b17d=a72_0x356482,_0x5ee57c={'OsJQZ':function(_0x943686,_0x50d200){return _0x943686>=_0x50d200;},'ZwCNL':function(_0x2dce0b){return _0x2dce0b();},'LCPMt':_0x46b17d(0x106)},_0x33e7e8=_0x5ee57c[_0x46b17d(0x128)](arguments[_0x46b17d(0x100)],0x2)?arguments[0x1]:'',_0x3643eb=_0x5ee57c[_0x46b17d(0x118)](getCurrentTestData),_0x31f5bb={};return _0x31f5bb[_0x46b17d(0x103)]=_0x33e7e8,_0x31f5bb['testCase']=_0x3643eb[_0x46b17d(0x103)]||'',_0x31f5bb[_0x46b17d(0x11e)]=_0x3643eb[_0x46b17d(0xff)]||'',_0x31f5bb['platformIndex']=global[_0x46b17d(0x105)],await PerformanceTester[_0x46b17d(0x10d)](_0x5ee57c[_0x46b17d(0x122)],()=>percyScreenshot[_0x46b17d(0x126)](null,arguments),_0x31f5bb);}:exports['screenshot']=()=>{const _0x133d4c=a72_0x356482,_0x5587b4={};_0x5587b4[_0x133d4c(0x11f)]=_0x133d4c(0x125);const _0x5e3e13=_0x5587b4;logger[_0x133d4c(0x127)](_0x5e3e13['diwBG']);};exports[a72_0x356482(0x109)]=async function(){const _0x33e1ab=a72_0x356482,_0x5b4ddc={'vFSBx':function(_0x381bdf,_0x45c182){return _0x381bdf>=_0x45c182;},'ZGfrX':function(_0x3a2b2e){return _0x3a2b2e();},'vouNy':_0x33e1ab(0x112)},_0x5e923=_0x5b4ddc[_0x33e1ab(0x11a)](arguments[_0x33e1ab(0x100)],0x2)?arguments[0x1]:'',_0x5ae133=_0x5b4ddc['ZGfrX'](getCurrentTestData),_0x3c1ba4={};return _0x3c1ba4['name']=_0x5e923,_0x3c1ba4[_0x33e1ab(0x121)]=_0x5ae133[_0x33e1ab(0x103)]||'',_0x3c1ba4['thTestCaseExecutionId']=_0x5ae133[_0x33e1ab(0xff)]||'',_0x3c1ba4[_0x33e1ab(0x10a)]=global['browserstackPlatformIndex'],await PerformanceTester['measure'](_0x5b4ddc[_0x33e1ab(0x124)],()=>percyAppScreenshot[_0x33e1ab(0x126)](null,arguments),_0x3c1ba4);};
1
+ function a72_0x4173(){const _0x276133=['JTTAl','14939496CwpyNc','apply','screenshotApp','percy:screenshot','dVrWd','10nNiHHh','893782WYoXKf','snapshot','error','840ivXeJb','platformIndex','895848WKcWyf','@percy/selenium-webdriver','browserstackPercyBestPlatform','@percy/appium-app','thTestCaseExecutionId','QCZuB','percy:screenshot-app','length','xSDYc','measure','name','../performance-tester','hQLcT','wnnQD','dtuyt','screenshot','5726077DiSLzv','5uDMtoM','5116368WSKQFt','testCase','yfDCb','3525810ifTGtO','browserstackPlatformIndex','ACXSc','winstonLogger','percy:snapshot','OdtCA','5758RMkUTF','uuid'];a72_0x4173=function(){return _0x276133;};return a72_0x4173();}const a72_0x968248=a72_0x513e;(function(_0x527ce9,_0xe237f2){const _0x452dbb=a72_0x513e,_0x44b6b7=_0x527ce9();while(!![]){try{const _0x2e3f71=-parseInt(_0x452dbb(0x1db))/0x1+parseInt(_0x452dbb(0x1fb))/0x2*(parseInt(_0x452dbb(0x1de))/0x3)+-parseInt(_0x452dbb(0x1e0))/0x4+parseInt(_0x452dbb(0x1f1))/0x5*(parseInt(_0x452dbb(0x1f5))/0x6)+-parseInt(_0x452dbb(0x1f0))/0x7+-parseInt(_0x452dbb(0x1f2))/0x8+parseInt(_0x452dbb(0x1fe))/0x9*(parseInt(_0x452dbb(0x203))/0xa);if(_0x2e3f71===_0xe237f2)break;else _0x44b6b7['push'](_0x44b6b7['shift']());}catch(_0x4fe491){_0x44b6b7['push'](_0x44b6b7['shift']());}}}(a72_0x4173,0x74cbe));const tryRequire=function(_0xdc5e6a,_0x193cfd){const _0x22c535=a72_0x513e,_0x5ce9e1={'OdtCA':function(_0x158f69,_0x32dc36){return _0x158f69(_0x32dc36);}};try{return _0x5ce9e1[_0x22c535(0x1fa)](require,_0xdc5e6a);}catch{return _0x193cfd;}},percySnapshot=tryRequire(a72_0x968248(0x1e1),null),{percyScreenshot}=tryRequire(a72_0x968248(0x1e1),{}),percyAppScreenshot=require(a72_0x968248(0x1e3)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a72_0x968248(0x1eb)),logger=require('../logger')[a72_0x968248(0x1f8)];percySnapshot&&(exports[a72_0x968248(0x1dc)]=async function(){const _0x40cd73=a72_0x968248,_0x5f517e={'dtuyt':function(_0x3bf323,_0x3cd4e9){return _0x3bf323!==_0x3cd4e9;},'ACXSc':function(_0x2e3be6,_0x1981b3){return _0x2e3be6>=_0x1981b3;},'UpwIu':function(_0x13afc0){return _0x13afc0();},'hQLcT':_0x40cd73(0x1f9)};if(global['browserstackPlatformIndex']&&_0x5f517e[_0x40cd73(0x1ee)](global['browserstackPlatformIndex'],global[_0x40cd73(0x1e2)]))return;const _0x5efb4e=_0x5f517e[_0x40cd73(0x1f7)](arguments[_0x40cd73(0x1e7)],0x2)?arguments[0x1]:'',_0x551796=_0x5f517e['UpwIu'](getCurrentTestData),_0x17f162={};return _0x17f162[_0x40cd73(0x1ea)]=_0x5efb4e,_0x17f162['testCase']=_0x551796['name']||'',_0x17f162[_0x40cd73(0x1e4)]=_0x551796[_0x40cd73(0x1fc)]||'',_0x17f162['platformIndex']=global[_0x40cd73(0x1f6)],await PerformanceTester[_0x40cd73(0x1e9)](_0x5f517e[_0x40cd73(0x1ec)],()=>percySnapshot[_0x40cd73(0x1ff)](null,arguments),_0x17f162);});function a72_0x513e(_0x53b19d,_0x51373e){const _0x41739e=a72_0x4173();return a72_0x513e=function(_0x513e71,_0x126748){_0x513e71=_0x513e71-0x1db;let _0x57fb0d=_0x41739e[_0x513e71];return _0x57fb0d;},a72_0x513e(_0x53b19d,_0x51373e);}percyScreenshot?exports[a72_0x968248(0x1ef)]=async function(){const _0x7adf57=a72_0x968248,_0x43f834={'xSDYc':function(_0x258736,_0x243d90){return _0x258736>=_0x243d90;},'dVrWd':function(_0x2f8609){return _0x2f8609();},'wnnQD':_0x7adf57(0x201)},_0x72143=_0x43f834[_0x7adf57(0x1e8)](arguments[_0x7adf57(0x1e7)],0x2)?arguments[0x1]:'',_0x2db34c=_0x43f834[_0x7adf57(0x202)](getCurrentTestData),_0x5b1143={};return _0x5b1143[_0x7adf57(0x1ea)]=_0x72143,_0x5b1143['testCase']=_0x2db34c[_0x7adf57(0x1ea)]||'',_0x5b1143[_0x7adf57(0x1e4)]=_0x2db34c[_0x7adf57(0x1fc)]||'',_0x5b1143[_0x7adf57(0x1df)]=global[_0x7adf57(0x1f6)],await PerformanceTester[_0x7adf57(0x1e9)](_0x43f834[_0x7adf57(0x1ed)],()=>percyScreenshot[_0x7adf57(0x1ff)](null,arguments),_0x5b1143);}:exports[a72_0x968248(0x1ef)]=()=>{const _0x49010a=a72_0x968248,_0x2c09f9={};_0x2c09f9[_0x49010a(0x1f4)]='Unsupported\x20driver\x20for\x20percy';const _0x3602c2=_0x2c09f9;logger[_0x49010a(0x1dd)](_0x3602c2[_0x49010a(0x1f4)]);};exports[a72_0x968248(0x200)]=async function(){const _0x29b645=a72_0x968248,_0x149405={'QCZuB':function(_0x260cfa,_0x25591a){return _0x260cfa>=_0x25591a;},'JTTAl':function(_0x13123e){return _0x13123e();},'NNTVt':_0x29b645(0x1e6)},_0x5e1843=_0x149405[_0x29b645(0x1e5)](arguments[_0x29b645(0x1e7)],0x2)?arguments[0x1]:'',_0x430ea7=_0x149405[_0x29b645(0x1fd)](getCurrentTestData),_0x269630={};return _0x269630[_0x29b645(0x1ea)]=_0x5e1843,_0x269630[_0x29b645(0x1f3)]=_0x430ea7[_0x29b645(0x1ea)]||'',_0x269630[_0x29b645(0x1e4)]=_0x430ea7[_0x29b645(0x1fc)]||'',_0x269630[_0x29b645(0x1df)]=global[_0x29b645(0x1f6)],await PerformanceTester['measure'](_0x149405['NNTVt'],()=>percyAppScreenshot[_0x29b645(0x1ff)](null,arguments),_0x269630);};
@@ -1 +1 @@
1
- function a73_0x3d19(_0x27aa2b,_0x432a14){var _0x284773=a73_0x2847();return a73_0x3d19=function(_0x3d19ae,_0x571652){_0x3d19ae=_0x3d19ae-0xcf;var _0x9fa8a4=_0x284773[_0x3d19ae];return _0x9fa8a4;},a73_0x3d19(_0x27aa2b,_0x432a14);}var a73_0x5400d5=a73_0x3d19;(function(_0x555fd4,_0x292b96){var _0x536770=a73_0x3d19,_0x436801=_0x555fd4();while(!![]){try{var _0x2ac85b=-parseInt(_0x536770(0xd7))/0x1*(parseInt(_0x536770(0xd1))/0x2)+-parseInt(_0x536770(0xd3))/0x3*(parseInt(_0x536770(0xd5))/0x4)+-parseInt(_0x536770(0xd6))/0x5+parseInt(_0x536770(0xd0))/0x6+-parseInt(_0x536770(0xd9))/0x7+-parseInt(_0x536770(0xd4))/0x8+parseInt(_0x536770(0xd2))/0x9;if(_0x2ac85b===_0x292b96)break;else _0x436801['push'](_0x436801['shift']());}catch(_0x8d627a){_0x436801['push'](_0x436801['shift']());}}}(a73_0x2847,0x1bcd8),module[a73_0x5400d5(0xd8)]=require(a73_0x5400d5(0xcf)));function a73_0x2847(){var _0x588884=['4626432nlHdxT','116739SYhdBB','972672kMdpcT','4tECEBZ','789585fQEVyM','18RyAkIu','exports','613970IMupZA','./Percy','149136MxYzBD','2100JjZJmP'];a73_0x2847=function(){return _0x588884;};return a73_0x2847();}
1
+ var a73_0x1994b=a73_0x5680;(function(_0x16ac06,_0x18667d){var _0xcbac50=a73_0x5680,_0x8786f8=_0x16ac06();while(!![]){try{var _0x1f69a1=parseInt(_0xcbac50(0x101))/0x1*(-parseInt(_0xcbac50(0x105))/0x2)+-parseInt(_0xcbac50(0xff))/0x3+parseInt(_0xcbac50(0x103))/0x4+parseInt(_0xcbac50(0x102))/0x5+parseInt(_0xcbac50(0x108))/0x6+-parseInt(_0xcbac50(0x104))/0x7*(parseInt(_0xcbac50(0x107))/0x8)+parseInt(_0xcbac50(0x106))/0x9;if(_0x1f69a1===_0x18667d)break;else _0x8786f8['push'](_0x8786f8['shift']());}catch(_0x4c33fe){_0x8786f8['push'](_0x8786f8['shift']());}}}(a73_0x4a51,0x5e3f2),module[a73_0x1994b(0xfe)]=require(a73_0x1994b(0x100)));function a73_0x5680(_0x3b9f83,_0x4229eb){var _0x4a5176=a73_0x4a51();return a73_0x5680=function(_0x56809b,_0x460bb3){_0x56809b=_0x56809b-0xfe;var _0x33feb6=_0x4a5176[_0x56809b];return _0x33feb6;},a73_0x5680(_0x3b9f83,_0x4229eb);}function a73_0x4a51(){var _0x4e8dcc=['104KXhEwI','189792ikJxRf','exports','162297RJMeUj','./Percy','1dwSwqU','942130jSgcMw','1596580NpLroR','299411DWzhGD','441566JfhkSu','5379858LSWlVT'];a73_0x4a51=function(){return _0x4e8dcc;};return a73_0x4a51();}
@@ -1 +1 @@
1
- const a74_0x7ce4f8=a74_0x1688;function a74_0x1688(_0x554039,_0x401615){const _0x12b7ba=a74_0x12b7();return a74_0x1688=function(_0x1688ba,_0x2008e6){_0x1688ba=_0x1688ba-0xc7;let _0x58a5a7=_0x12b7ba[_0x1688ba];return _0x58a5a7;},a74_0x1688(_0x554039,_0x401615);}function a74_0x12b7(){const _0x48c9f0=['percy:stop','browserstackSessionName','99rnhQxX','browser','../helper','percy','3216ltKYle','increment','patch','PDyrW','debug','1430415VGnNda','start','./PercyCaptureMap','6MQYTOH','driver','safari','prototype','startPercy','getBestPlatformForPercySnapshot','22704HqbMMF','screenshot','stopPercy','platforms','overrideXforPercy','./PercySDK','zsXyw','then','Stopping\x20percy','POvyJ','chrome','measureWrapper','getPercyOptions','./Percy','init','../logger','JMpja','browserstackPercyMap','nestedKeyValue','hweSu','bAjLZ','SxSaD','../performance-tester','browserStackPercyOptions','error','7845QNwWxr','vLuZY','browserstackPercyBestPlatform','element','percyAutoCapture','screenshotApp','211384KqebUP','QTdfq','isUndefined','reduce','12wxhDfH','winstonLogger','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','pJQUf','559106JxKYcR','patchDriverPercy','deviceName','getDriver','Error\x20patching\x20','manual','percyCaptureMode','apply','12895150FleWwb','768330VpJgqz','\x20for\x20percy\x20','app','KzYCb','458jassNa','./PercyCaptureModes'];a74_0x12b7=function(){return _0x48c9f0;};return a74_0x12b7();}(function(_0x5a711a,_0x1d4589){const _0x428e80=a74_0x1688,_0x22ff7b=_0x5a711a();while(!![]){try{const _0x2e05bf=-parseInt(_0x428e80(0xcb))/0x1+-parseInt(_0x428e80(0xd8))/0x2*(-parseInt(_0x428e80(0x107))/0x3)+-parseInt(_0x428e80(0xc7))/0x4*(-parseInt(_0x428e80(0xd4))/0x5)+-parseInt(_0x428e80(0xe8))/0x6*(parseInt(_0x428e80(0xe5))/0x7)+parseInt(_0x428e80(0x10d))/0x8*(-parseInt(_0x428e80(0xdc))/0x9)+parseInt(_0x428e80(0xd3))/0xa+-parseInt(_0x428e80(0xee))/0xb*(parseInt(_0x428e80(0xe0))/0xc);if(_0x2e05bf===_0x1d4589)break;else _0x22ff7b['push'](_0x22ff7b['shift']());}catch(_0x2a7b0e){_0x22ff7b['push'](_0x22ff7b['shift']());}}}(a74_0x12b7,0xb52cc));const Percy=require(a74_0x7ce4f8(0xfb)),PercySDK=require(a74_0x7ce4f8(0xf3)),PercyCaptureModes=require(a74_0x7ce4f8(0xd9)),PercyCaptureMap=require(a74_0x7ce4f8(0xe7)),logger=require(a74_0x7ce4f8(0xfd))[a74_0x7ce4f8(0xc8)],helper=require(a74_0x7ce4f8(0xde)),PerformanceTester=require(a74_0x7ce4f8(0x104));exports[a74_0x7ce4f8(0xec)]=PerformanceTester['measureWrapper']('percy:start',async _0x567608=>{const _0x4f8b41=a74_0x7ce4f8,_0x174a4c={};_0x174a4c[_0x4f8b41(0x103)]='Starting\x20percy';const _0x593b7e=_0x174a4c;logger[_0x4f8b41(0xe4)](_0x593b7e[_0x4f8b41(0x103)]);const _0x51870a=new Percy(_0x567608),_0x2191b7=await _0x51870a[_0x4f8b41(0xe6)]();if(_0x2191b7)return _0x51870a;return null;}),exports[a74_0x7ce4f8(0xf0)]=PerformanceTester[a74_0x7ce4f8(0xf9)](a74_0x7ce4f8(0xda),async _0x16ba9b=>{const _0x497790=a74_0x7ce4f8,_0x518839={};_0x518839['hweSu']=_0x497790(0xf6);const _0x5efd77=_0x518839;return logger['debug'](_0x5efd77[_0x497790(0x101)]),_0x16ba9b['stop']();}),exports[a74_0x7ce4f8(0xed)]=_0x1496c6=>{const _0x5e85e4=a74_0x7ce4f8,_0x4f2973={};_0x4f2973[_0x5e85e4(0xe3)]=function(_0x3477e9,_0x53021f){return _0x3477e9<_0x53021f;};const _0x1b439b=_0x4f2973,_0x2d91e5={};_0x2d91e5[_0x5e85e4(0xf8)]=0x0,_0x2d91e5['firefox']=0x1,_0x2d91e5['edge']=0x2,_0x2d91e5[_0x5e85e4(0xea)]=0x3;const _0x134e7c=_0x2d91e5;return _0x1496c6[_0x5e85e4(0x110)]((_0xa29cca,_0xb28add,_0x102c0e)=>{const _0x76a8d4=_0x5e85e4,_0x48977c=_0x1496c6[_0xa29cca];if(_0xb28add[_0x76a8d4(0xcd)])return _0xa29cca;if(_0x48977c['deviceName'])return _0x102c0e;const _0x343fb0=_0xb28add[_0x76a8d4(0xdd)]?_0xb28add[_0x76a8d4(0xdd)]:_0xb28add['browserName'];if(_0x343fb0&&_0x1b439b[_0x76a8d4(0xe3)](_0x134e7c[_0x343fb0['toLowerCase']()],_0x134e7c[_0x343fb0['toLowerCase']()]))return _0x102c0e;return _0xa29cca;},0x0);},exports[a74_0x7ce4f8(0x10b)]=async(_0xe35459,_0x3efeb0,_0x5bd670)=>{const _0x16f95a=a74_0x7ce4f8,_0x2c77b3={};_0x2c77b3[_0x16f95a(0x10e)]=_0x16f95a(0xc9);const _0x3c2e11=_0x2c77b3,_0xb97135=_0xe35459[_0x16f95a(0xff)];if(helper[_0x16f95a(0x10f)](_0xe35459[_0x16f95a(0xdb)])){logger[_0x16f95a(0xe4)](_0x3c2e11[_0x16f95a(0x10e)]);return;}const _0x2b5062=_0xb97135['getName'](_0xe35459[_0x16f95a(0xdb)],_0x3efeb0);_0x5bd670[_0x16f95a(0xd6)]?await PercySDK[_0x16f95a(0x10c)](_0xe35459,_0x2b5062):await PercySDK[_0x16f95a(0xef)](_0xe35459,_0x2b5062),_0xb97135[_0x16f95a(0xe1)](_0xe35459['browserstackSessionName'],_0x3efeb0);},exports[a74_0x7ce4f8(0xcc)]=(_0x19e453,_0x86162b,_0x3ed2d1)=>{const _0xd88cd3=a74_0x7ce4f8,_0x59e4d6={};_0x59e4d6[_0xd88cd3(0x108)]=_0xd88cd3(0x105),_0x59e4d6[_0xd88cd3(0xf4)]=_0xd88cd3(0xdf),_0x59e4d6[_0xd88cd3(0xfe)]=function(_0x22deeb,_0x4ead16){return _0x22deeb!==_0x4ead16;},_0x59e4d6['POvyJ']=_0xd88cd3(0xd0);const _0x3da57d=_0x59e4d6;if(!helper[_0xd88cd3(0x100)](_0x3ed2d1,[_0x3da57d[_0xd88cd3(0x108)],_0x3da57d[_0xd88cd3(0xf4)]]))return;if(_0x3ed2d1[_0xd88cd3(0x105)]['percy']&&_0x3ed2d1[_0xd88cd3(0x105)]['percyCaptureMode']&&_0x3da57d[_0xd88cd3(0xfe)](_0x3ed2d1['browserStackPercyOptions'][_0xd88cd3(0xd1)],_0x3da57d[_0xd88cd3(0xf7)])&&!_0x19e453['browserstackPercyMap']){global[_0xd88cd3(0xdb)]&&(_0x19e453[_0xd88cd3(0xdb)]=global[_0xd88cd3(0xdb)]),_0x19e453[_0xd88cd3(0xff)]=new PercyCaptureMap();const _0x22924a=PercyCaptureModes[_0x3ed2d1[_0xd88cd3(0x105)][_0xd88cd3(0xd1)]];_0x22924a[_0xd88cd3(0xe9)]&&_0x22924a['driver']['forEach'](_0x3b8a18=>this[_0xd88cd3(0xf2)](_0x19e453,_0x3b8a18,_0x3ed2d1)),_0x22924a[_0xd88cd3(0x10a)]&&_0x22924a[_0xd88cd3(0x10a)]['forEach'](_0x3a8c46=>{const _0x4652a7=_0xd88cd3;if(_0x86162b[_0x4652a7(0xeb)]['patch'+_0x3a8c46])return;_0x86162b[_0x4652a7(0xeb)][_0x4652a7(0xe2)+_0x3a8c46]=!![];const _0x4efea7=_0x86162b[_0x4652a7(0xeb)][_0x3a8c46];_0x86162b['prototype'][_0x3a8c46]=async function(){const _0x24fdba=_0x4652a7;let _0x103e5=_0x4efea7[_0x24fdba(0xd2)](this,arguments);_0x103e5&&_0x103e5[_0x24fdba(0xf5)]&&(_0x103e5=await _0x103e5);try{const _0x586cc1=this[_0x24fdba(0xce)]();await exports[_0x24fdba(0x10b)](_0x586cc1,_0x3a8c46,_0x3ed2d1);}catch(_0x5c38fc){logger[_0x24fdba(0x106)](_0x24fdba(0xcf)+_0x3a8c46+_0x24fdba(0xd5)+_0x5c38fc);}return _0x103e5;};});}},exports['overrideXforPercy']=function(_0x46aedf,_0x5b65f4,_0x394ea5){const _0x10ed6e=a74_0x7ce4f8,_0x159958={};_0x159958['pJQUf']=function(_0x32662b,_0x30f7db){return _0x32662b+_0x30f7db;},_0x159958[_0x10ed6e(0xd7)]=_0x10ed6e(0xe2),_0x159958[_0x10ed6e(0x102)]=_0x10ed6e(0xfc);const _0x21408e=_0x159958,_0x1eea31=_0x21408e[_0x10ed6e(0xca)](_0x21408e['KzYCb'],_0x5b65f4),_0x28690a=_0x21408e['pJQUf'](_0x21408e[_0x10ed6e(0x102)],_0x5b65f4),_0x1985e6=this;if(_0x46aedf[_0x1eea31]||!_0x46aedf[_0x5b65f4])return;_0x46aedf[_0x1eea31]=!![],_0x46aedf[_0x28690a]=_0x46aedf[_0x5b65f4],_0x46aedf[_0x5b65f4]=async()=>{const _0x220322=_0x10ed6e;try{await _0x1985e6[_0x220322(0x10b)](_0x46aedf,_0x5b65f4,_0x394ea5);}catch(_0x2c3d24){logger[_0x220322(0x106)]('Error\x20patching\x20'+_0x5b65f4+'\x20for\x20percy\x20'+_0x2c3d24);}return await _0x46aedf[_0x28690a][_0x220322(0xd2)](_0x46aedf,arguments);};},exports[a74_0x7ce4f8(0xfa)]=_0x1a017a=>{const _0x383b71=a74_0x7ce4f8,_0x56162c={};_0x56162c[_0x383b71(0xdf)]=_0x1a017a[_0x383b71(0xdf)],_0x56162c[_0x383b71(0xd1)]=_0x1a017a[_0x383b71(0xd1)];const _0xb5d01e=_0x56162c;_0x1a017a[_0x383b71(0xdf)]&&(_0xb5d01e[_0x383b71(0x109)]=exports['getBestPlatformForPercySnapshot'](_0x1a017a[_0x383b71(0xf1)]));;return _0xb5d01e;};
1
+ const a74_0x14606a=a74_0x4c59;(function(_0x42a90e,_0x5085af){const _0x1bb11b=a74_0x4c59,_0x1b74d0=_0x42a90e();while(!![]){try{const _0x5dfb2f=-parseInt(_0x1bb11b(0x161))/0x1+-parseInt(_0x1bb11b(0x152))/0x2*(-parseInt(_0x1bb11b(0x176))/0x3)+parseInt(_0x1bb11b(0x172))/0x4+parseInt(_0x1bb11b(0x188))/0x5+-parseInt(_0x1bb11b(0x16d))/0x6+-parseInt(_0x1bb11b(0x150))/0x7+-parseInt(_0x1bb11b(0x14b))/0x8;if(_0x5dfb2f===_0x5085af)break;else _0x1b74d0['push'](_0x1b74d0['shift']());}catch(_0x8ba69f){_0x1b74d0['push'](_0x1b74d0['shift']());}}}(a74_0x4ef7,0x5b91e));const Percy=require('./Percy'),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a74_0x14606a(0x162)),PercyCaptureMap=require(a74_0x14606a(0x184)),logger=require(a74_0x14606a(0x164))['winstonLogger'],helper=require(a74_0x14606a(0x183)),PerformanceTester=require(a74_0x14606a(0x186));function a74_0x4c59(_0x6ca75,_0x40cf69){const _0x4ef7cb=a74_0x4ef7();return a74_0x4c59=function(_0x4c59e2,_0x2f7b8e){_0x4c59e2=_0x4c59e2-0x14a;let _0x37c21d=_0x4ef7cb[_0x4c59e2];return _0x37c21d;},a74_0x4c59(_0x6ca75,_0x40cf69);}exports[a74_0x14606a(0x182)]=PerformanceTester[a74_0x14606a(0x15d)](a74_0x14606a(0x17f),async _0x5069c7=>{const _0x33508f=a74_0x14606a,_0xf1313b={};_0xf1313b[_0x33508f(0x17e)]=_0x33508f(0x18e);const _0x59fb47=_0xf1313b;logger['debug'](_0x59fb47['vKfHd']);const _0xc03a79=new Percy(_0x5069c7),_0x35c33b=await _0xc03a79[_0x33508f(0x17d)]();if(_0x35c33b)return _0xc03a79;return null;}),exports['stopPercy']=PerformanceTester[a74_0x14606a(0x15d)](a74_0x14606a(0x16e),async _0x1e33fe=>{const _0x32fc44=a74_0x14606a,_0x335516={};_0x335516[_0x32fc44(0x18a)]=_0x32fc44(0x153);const _0x49f468=_0x335516;return logger[_0x32fc44(0x17c)](_0x49f468['CtCqM']),_0x1e33fe['stop']();}),exports[a74_0x14606a(0x15e)]=_0x19979a=>{const _0x2e4959=a74_0x14606a,_0x29f774={};_0x29f774[_0x2e4959(0x18c)]=function(_0x160413,_0x390b16){return _0x160413<_0x390b16;};const _0x2947ca=_0x29f774,_0x20560d={};_0x20560d[_0x2e4959(0x151)]=0x0,_0x20560d[_0x2e4959(0x173)]=0x1,_0x20560d['edge']=0x2,_0x20560d[_0x2e4959(0x177)]=0x3;const _0x4aec2e=_0x20560d;return _0x19979a['reduce']((_0x816bea,_0x23a457,_0x1eadce)=>{const _0xeebc7a=_0x2e4959,_0x3a4ffd=_0x19979a[_0x816bea];if(_0x23a457['deviceName'])return _0x816bea;if(_0x3a4ffd['deviceName'])return _0x1eadce;const _0x3541d9=_0x23a457[_0xeebc7a(0x168)]?_0x23a457[_0xeebc7a(0x168)]:_0x23a457[_0xeebc7a(0x158)];if(_0x3541d9&&_0x2947ca[_0xeebc7a(0x18c)](_0x4aec2e[_0x3541d9[_0xeebc7a(0x181)]()],_0x4aec2e[_0x3541d9[_0xeebc7a(0x181)]()]))return _0x1eadce;return _0x816bea;},0x0);},exports['percyAutoCapture']=async(_0x2aece0,_0x32eb37,_0x5c5ad7)=>{const _0x267371=a74_0x14606a,_0x104506={};_0x104506['NJcKT']=_0x267371(0x15c);const _0x256a18=_0x104506,_0x6296d6=_0x2aece0[_0x267371(0x14e)];if(helper[_0x267371(0x179)](_0x2aece0[_0x267371(0x157)])){logger[_0x267371(0x17c)](_0x256a18[_0x267371(0x156)]);return;}const _0x316543=_0x6296d6[_0x267371(0x15a)](_0x2aece0[_0x267371(0x157)],_0x32eb37);_0x5c5ad7[_0x267371(0x15f)]?await PercySDK['screenshotApp'](_0x2aece0,_0x316543):await PercySDK['screenshot'](_0x2aece0,_0x316543),_0x6296d6[_0x267371(0x14a)](_0x2aece0[_0x267371(0x157)],_0x32eb37);},exports[a74_0x14606a(0x16a)]=(_0x5a4225,_0x5caf32,_0x13d57d)=>{const _0xd5b936=a74_0x14606a,_0x257be2={};_0x257be2[_0xd5b936(0x169)]=_0xd5b936(0x17b),_0x257be2[_0xd5b936(0x14f)]='percy',_0x257be2[_0xd5b936(0x160)]=function(_0x595199,_0x44bebe){return _0x595199!==_0x44bebe;},_0x257be2[_0xd5b936(0x178)]=_0xd5b936(0x17a);const _0x508e6b=_0x257be2;if(!helper[_0xd5b936(0x18b)](_0x13d57d,[_0x508e6b[_0xd5b936(0x169)],_0x508e6b[_0xd5b936(0x14f)]]))return;if(_0x13d57d[_0xd5b936(0x17b)][_0xd5b936(0x154)]&&_0x13d57d['browserStackPercyOptions']['percyCaptureMode']&&_0x508e6b['KxNVE'](_0x13d57d['browserStackPercyOptions'][_0xd5b936(0x185)],_0x508e6b['dUNon'])&&!_0x5a4225['browserstackPercyMap']){global[_0xd5b936(0x157)]&&(_0x5a4225[_0xd5b936(0x157)]=global[_0xd5b936(0x157)]),_0x5a4225[_0xd5b936(0x14e)]=new PercyCaptureMap();const _0x37b41e=PercyCaptureModes[_0x13d57d['browserStackPercyOptions'][_0xd5b936(0x185)]];_0x37b41e[_0xd5b936(0x167)]&&_0x37b41e[_0xd5b936(0x167)]['forEach'](_0x1768e4=>this[_0xd5b936(0x174)](_0x5a4225,_0x1768e4,_0x13d57d)),_0x37b41e[_0xd5b936(0x165)]&&_0x37b41e[_0xd5b936(0x165)][_0xd5b936(0x16f)](_0x452a56=>{const _0x550b07=_0xd5b936;if(_0x5caf32[_0x550b07(0x175)][_0x550b07(0x170)+_0x452a56])return;_0x5caf32[_0x550b07(0x175)][_0x550b07(0x170)+_0x452a56]=!![];const _0x52c69c=_0x5caf32[_0x550b07(0x175)][_0x452a56];_0x5caf32[_0x550b07(0x175)][_0x452a56]=async function(){const _0x47010d=_0x550b07;let _0x5c6481=_0x52c69c[_0x47010d(0x180)](this,arguments);_0x5c6481&&_0x5c6481['then']&&(_0x5c6481=await _0x5c6481);try{const _0x2817d8=this[_0x47010d(0x189)]();await exports[_0x47010d(0x14c)](_0x2817d8,_0x452a56,_0x13d57d);}catch(_0x2ac083){logger[_0x47010d(0x18d)](_0x47010d(0x16b)+_0x452a56+_0x47010d(0x159)+_0x2ac083);}return _0x5c6481;};});}},exports[a74_0x14606a(0x174)]=function(_0x1e4bb7,_0x317062,_0xc9dc7a){const _0x237b52=a74_0x14606a,_0x5c3a31={};_0x5c3a31[_0x237b52(0x166)]=function(_0x237b78,_0x8af906){return _0x237b78+_0x8af906;},_0x5c3a31[_0x237b52(0x163)]=_0x237b52(0x170),_0x5c3a31[_0x237b52(0x155)]=function(_0xbb4643,_0x507123){return _0xbb4643+_0x507123;},_0x5c3a31[_0x237b52(0x14d)]=_0x237b52(0x187);const _0x1ccafa=_0x5c3a31,_0x5a1199=_0x1ccafa[_0x237b52(0x166)](_0x1ccafa['Cocwi'],_0x317062),_0x8bfb8e=_0x1ccafa[_0x237b52(0x155)](_0x1ccafa['GzPsn'],_0x317062),_0x1fe901=this;if(_0x1e4bb7[_0x5a1199]||!_0x1e4bb7[_0x317062])return;_0x1e4bb7[_0x5a1199]=!![],_0x1e4bb7[_0x8bfb8e]=_0x1e4bb7[_0x317062],_0x1e4bb7[_0x317062]=async()=>{const _0x5098be=_0x237b52;try{await _0x1fe901[_0x5098be(0x14c)](_0x1e4bb7,_0x317062,_0xc9dc7a);}catch(_0x1d65e6){logger[_0x5098be(0x18d)](_0x5098be(0x16b)+_0x317062+_0x5098be(0x159)+_0x1d65e6);}return await _0x1e4bb7[_0x8bfb8e][_0x5098be(0x180)](_0x1e4bb7,arguments);};},exports[a74_0x14606a(0x15b)]=_0x59d684=>{const _0x316c67=a74_0x14606a,_0x352a4b={};_0x352a4b[_0x316c67(0x154)]=_0x59d684[_0x316c67(0x154)],_0x352a4b[_0x316c67(0x185)]=_0x59d684['percyCaptureMode'];const _0x5371c1=_0x352a4b;_0x59d684[_0x316c67(0x154)]&&(_0x5371c1[_0x316c67(0x16c)]=exports[_0x316c67(0x15e)](_0x59d684[_0x316c67(0x171)]));;return _0x5371c1;};function a74_0x4ef7(){const _0x219b0=['vKfHd','percy:start','apply','toLowerCase','startPercy','../helper','./PercyCaptureMap','percyCaptureMode','../performance-tester','init','3548330iNDckL','getDriver','CtCqM','nestedKeyValue','FDWqt','error','Starting\x20percy','increment','5262544CHbxQA','percyAutoCapture','GzPsn','browserstackPercyMap','yIOPt','884513jEEkCn','chrome','314854LLVFVJ','Stopping\x20percy','percy','JxhYn','NJcKT','browserstackSessionName','browserName','\x20for\x20percy\x20','getName','getPercyOptions','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','measureWrapper','getBestPlatformForPercySnapshot','app','KxNVE','208998UKrpFV','./PercyCaptureModes','Cocwi','../logger','element','vzwEL','driver','browser','YKdUL','patchDriverPercy','Error\x20patching\x20','browserstackPercyBestPlatform','314028ublofe','percy:stop','forEach','patch','platforms','954544HJjpLh','firefox','overrideXforPercy','prototype','9TCUYjh','safari','dUNon','isUndefined','manual','browserStackPercyOptions','debug','start'];a74_0x4ef7=function(){return _0x219b0;};return a74_0x4ef7();}
@@ -1 +1 @@
1
- function a75_0x2c73(_0x4ea5e5,_0x52956){const _0x2a59bb=a75_0x2a59();return a75_0x2c73=function(_0x2c7345,_0xcacc1){_0x2c7345=_0x2c7345-0x1ba;let _0x20baf7=_0x2a59bb[_0x2c7345];return _0x20baf7;},a75_0x2c73(_0x4ea5e5,_0x52956);}const a75_0x1afd9a=a75_0x2c73;(function(_0x5d110c,_0x19e6a3){const _0x3241e4=a75_0x2c73,_0x31d69d=_0x5d110c();while(!![]){try{const _0x4816b4=parseInt(_0x3241e4(0x1cf))/0x1+parseInt(_0x3241e4(0x1c7))/0x2*(-parseInt(_0x3241e4(0x22a))/0x3)+-parseInt(_0x3241e4(0x229))/0x4+parseInt(_0x3241e4(0x1f0))/0x5+parseInt(_0x3241e4(0x21a))/0x6*(-parseInt(_0x3241e4(0x1de))/0x7)+parseInt(_0x3241e4(0x1e8))/0x8*(-parseInt(_0x3241e4(0x1f4))/0x9)+parseInt(_0x3241e4(0x210))/0xa;if(_0x4816b4===_0x19e6a3)break;else _0x31d69d['push'](_0x31d69d['shift']());}catch(_0x3630cc){_0x31d69d['push'](_0x31d69d['shift']());}}}(a75_0x2a59,0x3e28a));const fs=require('fs'),{performance,PerformanceObserver}=require(a75_0x1afd9a(0x1c9)),{sleep,debug}=require(a75_0x1afd9a(0x22b)),path=require(a75_0x1afd9a(0x203)),logger=require(a75_0x1afd9a(0x1c6))['winstonLogger'];class PerformanceTester{static ['_observer'];static [a75_0x1afd9a(0x1f5)]=[];static [a75_0x1afd9a(0x221)]=[];static [a75_0x1afd9a(0x1e6)]=[];static [a75_0x1afd9a(0x1e1)]=![];static ['jsonReportFileName']=a75_0x1afd9a(0x1c3);static ['errorReportFileName']=a75_0x1afd9a(0x1cb);static['startMonitoring'](_0x137934=a75_0x1afd9a(0x1c3),_0x4026e4='error-report.json'){const _0x4119cc=a75_0x1afd9a,_0x1d94a2={};_0x1d94a2[_0x4119cc(0x1db)]=function(_0x13622f,_0x46bc02){return _0x13622f===_0x46bc02;},_0x1d94a2[_0x4119cc(0x1e9)]='measure',_0x1d94a2[_0x4119cc(0x1d7)]='function';const _0x56f377=_0x1d94a2;if(this['started']||!this[_0x4119cc(0x21e)]())return;this[_0x4119cc(0x1f6)]=new PerformanceObserver(_0x534591=>{const _0x7eb020=_0x4119cc,_0x135d0a={'Jrrcw':function(_0xb6ccff,_0x195364){const _0x2a5c38=a75_0x2c73;return _0x56f377[_0x2a5c38(0x1db)](_0xb6ccff,_0x195364);},'yuODJ':_0x56f377['qgIhX']};_0x534591[_0x7eb020(0x216)]()[_0x7eb020(0x1fd)](_0x15f503=>{const _0x1f9ba9=_0x7eb020;_0x135d0a[_0x1f9ba9(0x231)](_0x15f503['entryType'],_0x135d0a[_0x1f9ba9(0x1bc)])?this[_0x1f9ba9(0x221)]['push'](_0x15f503):this['_events']['push'](_0x15f503);});});const _0x26cf38={};_0x26cf38[_0x4119cc(0x1f9)]=!![],_0x26cf38[_0x4119cc(0x1e2)]=[_0x56f377[_0x4119cc(0x1d7)],_0x56f377['qgIhX']],this[_0x4119cc(0x1f6)][_0x4119cc(0x1bd)](_0x26cf38),this[_0x4119cc(0x1e1)]=!![],this[_0x4119cc(0x214)]=_0x137934,this['errorReportFileName']=_0x4026e4;}static[a75_0x1afd9a(0x20f)](){return performance;}static['calculateTimeFromEvents'](_0x41ebfb,_0x4c9638){const _0x15d378=a75_0x1afd9a,_0x4554aa={};_0x4554aa[_0x15d378(0x228)]=function(_0x26b822,_0x2810c2){return _0x26b822+_0x2810c2;},_0x4554aa[_0x15d378(0x1eb)]=function(_0x237e2a,_0x1843b4){return _0x237e2a||_0x1843b4;},_0x4554aa[_0x15d378(0x1d5)]=function(_0x46ae9e,_0x3f8f63){return _0x46ae9e===_0x3f8f63;};const _0x264e40=_0x4554aa,_0x492abd={};if(!_0x41ebfb||_0x264e40[_0x15d378(0x1d5)](_0x41ebfb['length'],0x0))return;_0x41ebfb[_0x15d378(0x21c)](_0x174534=>{const _0x3a096c=_0x15d378;!_0x492abd[_0x174534['name']]&&(_0x492abd[_0x174534[_0x3a096c(0x1bb)]]=0x0),_0x492abd[_0x174534[_0x3a096c(0x1bb)]]+=_0x174534['duration'];});const _0x5ce303=_0x4c9638[_0x15d378(0x1da)]((_0xf3e0c7,_0x5209cf)=>{const _0x3d81d3=_0x15d378;return _0x264e40[_0x3d81d3(0x228)](_0x492abd[_0x5209cf],_0x264e40['ktppI'](_0xf3e0c7,0x0));},0x0);return _0x5ce303;}static async['calculateTimesFromMultipleFiles'](_0x55f593,_0x5cb808){const _0x1ba8df=a75_0x1afd9a,_0x2636a1={'gfLVw':function(_0x3c036c,_0x157451){return _0x3c036c+_0x157451;},'MjHDe':function(_0x5b9e51,_0x6d5924){return _0x5b9e51||_0x6d5924;},'SqxEm':function(_0x3431bf,_0x1159cd){return _0x3431bf===_0x1159cd;},'PoOPC':function(_0x4a26ee,_0x9ed62b){return _0x4a26ee(_0x9ed62b);}};if(!_0x55f593||_0x2636a1[_0x1ba8df(0x212)](_0x55f593['length'],0x0))return 0x0;const _0x204c92=[];for(const _0x496aa2 of _0x55f593){const _0x3296f2=path[_0x1ba8df(0x1d6)]('.',_0x496aa2);try{const _0x5a7638=this[_0x1ba8df(0x1c2)](_0x3296f2);_0x5a7638['map'](_0x536452=>{const _0x5a890b=_0x1ba8df;!_0x204c92[_0x536452[_0x5a890b(0x1bb)]]&&(_0x204c92[_0x536452[_0x5a890b(0x1bb)]]=0x0),_0x204c92[_0x536452[_0x5a890b(0x1bb)]]+=_0x536452['duration'];});}catch(_0x5d4fcd){_0x2636a1[_0x1ba8df(0x1ca)](debug,_0x1ba8df(0x1c1)+_0x5d4fcd[_0x1ba8df(0x22f)]());}}const _0x36c1e9=_0x5cb808[_0x1ba8df(0x1da)]((_0xcf70f5,_0x3e1a6b)=>{const _0x44a70e=_0x1ba8df;return _0x2636a1[_0x44a70e(0x217)](_0x204c92[_0x3e1a6b],_0x2636a1[_0x44a70e(0x1cc)](_0xcf70f5,0x0));},0x0);return _0x2636a1[_0x1ba8df(0x1ca)](debug,'Time\x20for\x20'+_0x5cb808+'\x20for\x20all\x20processes\x20is\x20'+_0x36c1e9),_0x36c1e9;}static[a75_0x1afd9a(0x1c2)](_0x2a7336){const _0x40157f=a75_0x1afd9a;if(!fs['existsSync'](_0x2a7336))return[];return JSON[_0x40157f(0x232)](fs['readFileSync'](_0x2a7336)['toString']());}static async[a75_0x1afd9a(0x1ea)](_0x3d420a='performance-own.html',_0x109105=null){const _0xe8c1d8=a75_0x1afd9a,_0x2324e0={'DsAuc':function(_0x5524d9,_0x4c7bad){return _0x5524d9(_0x4c7bad);},'thrql':function(_0x2654e6,_0x18979){return _0x2654e6(_0x18979);},'CGhxD':function(_0x5568cd,_0x15431f){return _0x5568cd(_0x15431f);}};if(!this[_0xe8c1d8(0x1e1)])return;await _0x2324e0[_0xe8c1d8(0x1f8)](sleep,0x1e),this[_0xe8c1d8(0x1f6)]['disconnect'](),this[_0xe8c1d8(0x1e1)]=![],this['generateJSON'](this[_0xe8c1d8(0x1f5)]);const _0x174057=this[_0xe8c1d8(0x1e0)](this[_0xe8c1d8(0x1f5)]),_0x4a479f=path[_0xe8c1d8(0x1d6)](process[_0xe8c1d8(0x1fb)](),_0x3d420a);fs[_0xe8c1d8(0x1ef)](_0x4a479f,_0x174057,_0x25fcc7=>{const _0x2bd1a5=_0xe8c1d8;if(_0x25fcc7){_0x2324e0[_0x2bd1a5(0x1ec)](debug,_0x2bd1a5(0x1ff)+_0x25fcc7[_0x2bd1a5(0x22f)]());return;}_0x2324e0[_0x2bd1a5(0x227)](debug,'Performance\x20report\x20is\x20at\x20'+_0x4a479f);});if(_0x109105)return this[_0xe8c1d8(0x1d2)](this[_0xe8c1d8(0x1f5)],_0x109105);}static[a75_0x1afd9a(0x1e0)](_0xa7ace8){const _0x25065b=a75_0x1afd9a,_0x538e4f={};_0x538e4f[_0x25065b(0x235)]=_0x25065b(0x1c0),_0x538e4f['RcNlz']='<h1>Performance\x20Report</h1>',_0x538e4f[_0x25065b(0x207)]=_0x25065b(0x1ba),_0x538e4f[_0x25065b(0x1ed)]='</tbody></table></body></html>';const _0x348201=_0x538e4f;let _0x1bbeb7=_0x348201['XETaK'];return _0x1bbeb7+=_0x348201[_0x25065b(0x1c4)],_0x1bbeb7+=_0x348201[_0x25065b(0x207)],_0xa7ace8['forEach'](_0xd22fbc=>{const _0x16f59e=_0x25065b;_0x1bbeb7+=_0x16f59e(0x1bf)+_0xd22fbc['name']+_0x16f59e(0x21d)+_0xd22fbc[_0x16f59e(0x1ee)]+'</td></tr>';}),_0x1bbeb7+=_0x348201['iAvhb'],_0x1bbeb7;}static[a75_0x1afd9a(0x1cd)](_0x5a001b){const _0x3acb1b=a75_0x1afd9a;if(!this[_0x3acb1b(0x214)])return;const _0x477878={};_0x5a001b[_0x3acb1b(0x21c)](_0x2c3cac=>{const _0x21416b=_0x3acb1b;!_0x477878[_0x2c3cac[_0x21416b(0x1bb)]]&&(_0x477878[_0x2c3cac[_0x21416b(0x1bb)]]=0x0),_0x477878[_0x2c3cac[_0x21416b(0x1bb)]]+=_0x2c3cac[_0x21416b(0x1ee)];});const _0x33b7f9=Object['entries'](_0x477878)[_0x3acb1b(0x21c)](([_0x5d6bb0,_0xaddc56])=>{const _0x1fe568=_0x3acb1b,_0x4d4e7e={};return _0x4d4e7e['name']=_0x5d6bb0,_0x4d4e7e[_0x1fe568(0x1ee)]=_0xaddc56,_0x4d4e7e;});fs[_0x3acb1b(0x1f7)](this['jsonReportFileName'],JSON[_0x3acb1b(0x1fc)](_0x33b7f9));}static[a75_0x1afd9a(0x21e)](){const _0x53d197=a75_0x1afd9a,_0x8a45c8={};_0x8a45c8['OfBgs']=function(_0x1b3d20,_0x16b3a4){return _0x1b3d20===_0x16b3a4;},_0x8a45c8[_0x53d197(0x20d)]=_0x53d197(0x220);const _0x1ba162=_0x8a45c8;return!_0x1ba162['OfBgs'](process['env'][_0x53d197(0x21f)],_0x1ba162[_0x53d197(0x20d)]);}static[a75_0x1afd9a(0x230)](_0x204f2e,_0xf00aab,_0x118e7a=null,_0x21c47a=null){const _0x4ac80a=a75_0x1afd9a,_0x471bc6={};_0x471bc6[_0x4ac80a(0x1fe)]=function(_0x39c15f,_0x2b46bc){return _0x39c15f+_0x2b46bc;},_0x471bc6[_0x4ac80a(0x1d3)]='-start',_0x471bc6[_0x4ac80a(0x224)]=function(_0x56e1cf,_0x1d1708){return _0x56e1cf+_0x1d1708;},_0x471bc6[_0x4ac80a(0x206)]='-end',_0x471bc6[_0x4ac80a(0x1df)]=function(_0x4b2576,_0x332b94){return _0x4b2576 instanceof _0x332b94;};const _0x55d199=_0x471bc6;try{if(this[_0x4ac80a(0x1e1)]&&this[_0x4ac80a(0x21e)]()){let _0x185296=_0x204f2e;_0x118e7a&&(_0x185296=_0x204f2e+'['+JSON['stringify'](_0x118e7a)+']');const _0xe50f73=_0x55d199[_0x4ac80a(0x1fe)](_0x185296,_0x55d199[_0x4ac80a(0x1d3)]),_0x568fbb=_0x55d199[_0x4ac80a(0x224)](_0x185296,_0x55d199[_0x4ac80a(0x206)]);performance[_0x4ac80a(0x1d0)](_0xe50f73);const _0x1a35e8=_0xf00aab[_0x4ac80a(0x1e7)](null,_0x21c47a);if(_0x55d199['obHPX'](_0x1a35e8,Promise))return new Promise((_0x37f4b5,_0x170391)=>{const _0x3db0d2=_0x4ac80a;_0x1a35e8[_0x3db0d2(0x20a)](_0x1f5f70=>_0x37f4b5(_0x1f5f70))[_0x3db0d2(0x1be)](_0x4665b8=>_0x170391(_0x4665b8))[_0x3db0d2(0x1dd)](()=>{const _0x58702c=_0x3db0d2;performance[_0x58702c(0x1d0)](_0x568fbb),performance[_0x58702c(0x230)](_0x185296,_0xe50f73,_0x568fbb);});});;return performance['mark'](_0x568fbb),performance['measure'](_0x185296,_0xe50f73,_0x568fbb),_0x1a35e8;};return _0xf00aab[_0x4ac80a(0x1e7)](null,_0x21c47a);}catch(_0x396a80){return _0xf00aab[_0x4ac80a(0x1e7)](null,_0x21c47a);}}static[a75_0x1afd9a(0x1c8)](_0x387115,_0x36f74b){const _0x276ef8=this;return function(){const _0x5a98b1=a75_0x2c73,_0x7c59ef=[_0x387115,_0x36f74b,null][_0x5a98b1(0x1d8)](arguments);return _0x276ef8['measure'][_0x5a98b1(0x1e7)](_0x276ef8,_0x7c59ef);};}static[a75_0x1afd9a(0x20c)](){const _0x33fe62=a75_0x1afd9a,_0x13d5c6={};_0x13d5c6[_0x33fe62(0x225)]=function(_0x50fb33,_0x3a6782){return _0x50fb33/_0x3a6782;},_0x13d5c6[_0x33fe62(0x204)]=function(_0x5e309f,_0x306bc9){return _0x5e309f+_0x306bc9;},_0x13d5c6[_0x33fe62(0x201)]=function(_0x37dbe6,_0x306433){return _0x37dbe6*_0x306433;},_0x13d5c6[_0x33fe62(0x222)]=function(_0x40b639,_0x9dc6e7){return _0x40b639+_0x9dc6e7;};const _0x10fd90=_0x13d5c6,_0x1f550d=/(^.*)\[(.*)\]$/,_0x2e310a={},_0x5f206d={};for(const _0x445ae1 of this[_0x33fe62(0x221)]){const _0xd76daf=_0x445ae1[_0x33fe62(0x1bb)][_0x33fe62(0x1f1)](_0x1f550d),_0xd8af04={};_0xd8af04[_0x33fe62(0x1bb)]=_0x445ae1[_0x33fe62(0x1bb)],_0xd8af04[_0x33fe62(0x1ee)]=_0x445ae1[_0x33fe62(0x1ee)]||0x0;const _0x333881=_0xd8af04;_0xd76daf&&(_0x333881[_0x33fe62(0x1bb)]=_0xd76daf[0x1],_0x333881[_0x33fe62(0x213)]=JSON[_0x33fe62(0x232)](_0xd76daf[0x2]));if(_0x2e310a[_0x333881['name']]){const _0x3b6538=_0x2e310a[_0x333881[_0x33fe62(0x1bb)]],_0xf4bb60=_0x5f206d[_0x333881['name']];_0x2e310a[_0x333881[_0x33fe62(0x1bb)]][_0x33fe62(0x1ee)]=_0x10fd90[_0x33fe62(0x225)](_0x10fd90['shSFr'](_0x10fd90[_0x33fe62(0x201)](_0x3b6538[_0x33fe62(0x1ee)],_0xf4bb60),_0x333881[_0x33fe62(0x1ee)]),_0x10fd90['GOSTv'](0x1,_0xf4bb60)),_0x5f206d[_0x333881[_0x33fe62(0x1bb)]]++;}else _0x2e310a[_0x333881[_0x33fe62(0x1bb)]]=_0x333881,_0x5f206d[_0x333881['name']]=0x1;}return Object['values'](_0x2e310a);}static[a75_0x1afd9a(0x1c5)](){const _0x4012c9=a75_0x1afd9a,_0x4e557f={};_0x4e557f[_0x4012c9(0x1e5)]=function(_0x32e7f8,_0x363d32){return _0x32e7f8===_0x363d32;},_0x4e557f[_0x4012c9(0x22e)]=function(_0x3f97b0,_0x31ef12){return _0x3f97b0+_0x31ef12;};const _0x17693e=_0x4e557f;if(_0x17693e[_0x4012c9(0x1e5)](this[_0x4012c9(0x221)][_0x4012c9(0x1ce)],0x0))return;const _0x17e5b4=this[_0x4012c9(0x20c)](),_0x411e54=JSON[_0x4012c9(0x1fc)](_0x17e5b4),_0x3405f7=_0x17693e[_0x4012c9(0x22e)](_0x411e54['slice'](0x1,-0x1),',');fs['appendFileSync'](this[_0x4012c9(0x214)],_0x3405f7);}static[a75_0x1afd9a(0x219)](){const _0x14676c=a75_0x1afd9a,_0x558b6e={};_0x558b6e[_0x14676c(0x1e4)]=function(_0x1c7c9a,_0x22eb2e){return _0x1c7c9a===_0x22eb2e;},_0x558b6e[_0x14676c(0x202)]=function(_0x101bf5,_0xbfd3cf){return _0x101bf5>_0xbfd3cf;};const _0x41e31c=_0x558b6e;if(!this[_0x14676c(0x1e1)]||_0x41e31c[_0x14676c(0x1e4)](this[_0x14676c(0x221)]['length'],0x0))return[];if(!fs['existsSync'](this[_0x14676c(0x214)]))return this[_0x14676c(0x221)];let _0x24337d=fs[_0x14676c(0x218)](this['jsonReportFileName'])[_0x14676c(0x22f)]();_0x24337d='['+_0x24337d[_0x14676c(0x22c)](0x0,-0x1)+']';let _0x4d20a5=JSON['parse'](_0x24337d);return _0x41e31c[_0x14676c(0x202)](this[_0x14676c(0x221)][_0x14676c(0x1ce)],0x0)&&(_0x4d20a5=_0x4d20a5['concat'](this[_0x14676c(0x20c)]())),this['_observer'][_0x14676c(0x1d4)](),fs[_0x14676c(0x223)](this[_0x14676c(0x214)]),_0x4d20a5;}static[a75_0x1afd9a(0x200)](){const _0x5663fa=a75_0x1afd9a,_0x80efdf={};_0x80efdf[_0x5663fa(0x20b)]=function(_0x3e9f84,_0x153310){return _0x3e9f84===_0x153310;},_0x80efdf[_0x5663fa(0x1f3)]=function(_0x51a628,_0x807115){return _0x51a628+_0x807115;};const _0x1c81d6=_0x80efdf;if(_0x1c81d6[_0x5663fa(0x20b)](this[_0x5663fa(0x1e6)][_0x5663fa(0x1ce)],0x0))return;const _0x25107d=JSON['stringify'](this[_0x5663fa(0x1e6)]),_0x201b59=_0x1c81d6[_0x5663fa(0x1f3)](_0x25107d['slice'](0x1,-0x1),',');fs[_0x5663fa(0x1dc)](this[_0x5663fa(0x1d9)],_0x201b59);}static[a75_0x1afd9a(0x205)](){const _0x46d9a7=a75_0x1afd9a,_0x5aafe6={};_0x5aafe6[_0x46d9a7(0x215)]=function(_0x4e29b5,_0x1655ec){return _0x4e29b5>_0x1655ec;};const _0x51e44e=_0x5aafe6;if(!fs['existsSync'](this[_0x46d9a7(0x1f2)]))return this['_errorEvents'];let _0x1f679c=fs[_0x46d9a7(0x218)](this[_0x46d9a7(0x1f2)])[_0x46d9a7(0x22f)]();_0x1f679c='['+_0x1f679c[_0x46d9a7(0x22c)](0x0,-0x1)+']';let _0x1aacb6=JSON[_0x46d9a7(0x232)](_0x1f679c);return _0x51e44e[_0x46d9a7(0x215)](this[_0x46d9a7(0x1e6)][_0x46d9a7(0x1ce)],0x0)&&(_0x1aacb6=_0x1aacb6[_0x46d9a7(0x1d8)](this['_errorEvents'])),fs['unlinkSync'](this['errorReportFileName']),_0x1aacb6;}static[a75_0x1afd9a(0x20e)](_0x2ccfaa){const _0x3e6cba=a75_0x1afd9a;if(!this[_0x3e6cba(0x21e)]())return;this[_0x3e6cba(0x1e6)][_0x3e6cba(0x1d1)]({'message':_0x2ccfaa['message'],'trace':_0x2ccfaa[_0x3e6cba(0x21b)],'code':_0x2ccfaa[_0x3e6cba(0x208)]||null,'time':new Date()});}static[a75_0x1afd9a(0x226)](){const _0x45278a=a75_0x1afd9a,_0x1fee83={};_0x1fee83[_0x45278a(0x1fa)]=_0x45278a(0x233);const _0x4bdc7c=_0x1fee83;try{if(!this[_0x45278a(0x21e)]())return;this[_0x45278a(0x1f6)]['disconnect'](),this['pushPerfMeasures'](),this[_0x45278a(0x200)]();}catch{logger[_0x45278a(0x22d)](_0x4bdc7c[_0x45278a(0x1fa)]);}}static[a75_0x1afd9a(0x209)](){const _0xecb24f=a75_0x1afd9a,_0x2eb3a3=this['finalizePerfMeasures'](),_0x1e039c=this[_0xecb24f(0x205)]();if(!this[_0xecb24f(0x21e)]()){const _0x5161e0={};return _0x5161e0[_0xecb24f(0x234)]=[],_0x5161e0[_0xecb24f(0x211)]=[],_0x5161e0;}const _0x37b8a1={};return _0x37b8a1[_0xecb24f(0x234)]=_0x2eb3a3,_0x37b8a1[_0xecb24f(0x211)]=_0x1e039c,_0x37b8a1;}}function a75_0x2a59(){const _0x33d6=['calculateTimeFromEvents','CiBHy','disconnect','JTVbQ','join','hZuHU','concat','errorFile','reduce','kHtea','appendFileSync','finally','77RIgbxN','obHPX','generateHTMLReport','started','entryTypes','exports','NnmMH','CHlca','_errorEvents','apply','1048jwMuZe','qgIhX','stopAndGenerate','ktppI','DsAuc','iAvhb','duration','writeFile','473655QTdnXO','match','errorReportFileName','diYNg','30501fsDGcS','_events','_observer','writeFileSync','CGhxD','buffered','jXxEH','cwd','stringify','forEach','IjnjO','Error\x20in\x20writing\x20html\x20','pushErrors','YcgTg','tgkll','path','shSFr','finalizeErrors','TBHJT','cSqKt','code','finalize','then','Psuyh','getCleanedPerfEvents','onhLP','captureError','getPerformance','12601490mUHSjV','errors','SqxEm','meta','jsonReportFileName','TNzlz','getEntries','gfLVw','readFileSync','finalizePerfMeasures','96690UolgID','stack','map','</td><td>','isEnabled','BROWSERSTACK_SDK_INSTRUMENTATION','false','_measureEvents','GOSTv','unlinkSync','EgAQP','xNfJB','stopMonitoring','thrql','DzSjs','1934632dPZlgE','60sAwgmg','./test-observability/utils','slice','debug','wlPoB','toString','measure','Jrrcw','parse','Error\x20stopping\x20monitoring','measures','XETaK','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','name','yuODJ','observe','catch','<tr><td>','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','Error\x20in\x20doing\x20csv\x20operations:\x20','getEventsFromJSON','performance-report.json','RcNlz','pushPerfMeasures','./logger','15784AquIRN','measureWrapper','perf_hooks','PoOPC','error-report.json','MjHDe','generateJSON','length','162444ZIDIPg','mark','push'];a75_0x2a59=function(){return _0x33d6;};return a75_0x2a59();}module[a75_0x1afd9a(0x1e3)]=PerformanceTester;
1
+ const a75_0x1f9941=a75_0x210a;(function(_0x1163c1,_0x1f460f){const _0x4f606b=a75_0x210a,_0x37dd63=_0x1163c1();while(!![]){try{const _0x583a6a=parseInt(_0x4f606b(0x13e))/0x1+parseInt(_0x4f606b(0x150))/0x2+parseInt(_0x4f606b(0x12c))/0x3*(parseInt(_0x4f606b(0x113))/0x4)+-parseInt(_0x4f606b(0x105))/0x5*(-parseInt(_0x4f606b(0xea))/0x6)+-parseInt(_0x4f606b(0xe1))/0x7+-parseInt(_0x4f606b(0x125))/0x8+parseInt(_0x4f606b(0xf3))/0x9*(-parseInt(_0x4f606b(0x134))/0xa);if(_0x583a6a===_0x1f460f)break;else _0x37dd63['push'](_0x37dd63['shift']());}catch(_0x4b672d){_0x37dd63['push'](_0x37dd63['shift']());}}}(a75_0x38a8,0xe12bd));function a75_0x38a8(){const _0x47f040=['TCDFd','started','PdQGW','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','entryType','339399uKdPue','measure','stopMonitoring','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','existsSync','catch','winstonLogger','finalizeErrors','./logger','</tbody></table></body></html>','PzGTP','iekQA','WmBSF','Error\x20stopping\x20monitoring','match','slice','fXSfH','errorReportFileName','84595cTvspd','duration','pushErrors','meta','pushPerfMeasures','mark','getCleanedPerfEvents','startMonitoring','JmJfx','finalize','calculateTimeFromEvents','toString','zAvQR','writeFileSync','772QcVGEC','ymbcx','performance-report.json','false','zZCRC','map','generateJSON','eRDPR','generateHTMLReport','BROWSERSTACK_SDK_INSTRUMENTATION','exports','finalizePerfMeasures','stringify','wRhBY','FBikS','entries','./test-observability/utils','\x20for\x20all\x20processes\x20is\x20','4896312fYSrxE','<tr><td>','mpzpo','stopAndGenerate','RweEh','disconnect','KvYcu','14127OivNEE','Error\x20in\x20doing\x20csv\x20operations:\x20','ysRKe','push','cwd','Time\x20for\x20','measureWrapper','vZiKd','540BjsvbP','then','jsonReportFileName','teUuq','readFileSync','stack','measures','message','NiUMg','errorFile','234894fMCuoJ','PNZlA','forEach','_errorEvents','Performance\x20report\x20is\x20at\x20','<h1>Performance\x20Report</h1>','concat','apply','</td><td>','name','ezNWM','parse','errors','function','GWzmv','isEnabled','join','yQhJj','3576392mEIXYA','sXEXR','qkoXW','length','lZLxp','unlinkSync','getEventsFromJSON','jfFnl','7963816tlDIBL','ztOZK','cGRBo','</td></tr>','PQESH','_measureEvents','BIWcB','RPjYR','_observer','630jDDBYe','error-report.json','debug','appendFileSync'];a75_0x38a8=function(){return _0x47f040;};return a75_0x38a8();}function a75_0x210a(_0x224558,_0x14edf3){const _0x38a89f=a75_0x38a8();return a75_0x210a=function(_0x210aec,_0x32b0a5){_0x210aec=_0x210aec-0xdd;let _0x2eecbc=_0x38a89f[_0x210aec];return _0x2eecbc;},a75_0x210a(_0x224558,_0x14edf3);}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a75_0x1f9941(0x123)),path=require('path'),logger=require(a75_0x1f9941(0xfb))[a75_0x1f9941(0xf9)];class PerformanceTester{static [a75_0x1f9941(0xe9)];static ['_events']=[];static ['_measureEvents']=[];static [a75_0x1f9941(0x141)]=[];static ['started']=![];static ['jsonReportFileName']='performance-report.json';static [a75_0x1f9941(0x104)]=a75_0x1f9941(0xeb);static[a75_0x1f9941(0x10c)](_0x32cd8d=a75_0x1f9941(0x115),_0x2677ae=a75_0x1f9941(0xeb)){const _0x299556=a75_0x1f9941,_0x434999={};_0x434999[_0x299556(0x127)]=function(_0x29e050,_0xa3c8a8){return _0x29e050===_0xa3c8a8;},_0x434999[_0x299556(0xf0)]=_0x299556(0xf4),_0x434999[_0x299556(0x111)]=_0x299556(0x14b);const _0x55f99c=_0x434999;if(this[_0x299556(0xef)]||!this[_0x299556(0x14d)]())return;this[_0x299556(0xe9)]=new PerformanceObserver(_0x309222=>{const _0x3c72d4=_0x299556,_0x73d24={'ysRKe':function(_0x312aac,_0x35a917){const _0x151abc=a75_0x210a;return _0x55f99c[_0x151abc(0x127)](_0x312aac,_0x35a917);},'JmJfx':_0x55f99c['PdQGW']};_0x309222['getEntries']()[_0x3c72d4(0x140)](_0x4abfed=>{const _0x33da84=_0x3c72d4;_0x73d24[_0x33da84(0x12e)](_0x4abfed[_0x33da84(0xf2)],_0x73d24[_0x33da84(0x10d)])?this[_0x33da84(0xe6)]['push'](_0x4abfed):this['_events'][_0x33da84(0x12f)](_0x4abfed);});});const _0x32a84f={};_0x32a84f['buffered']=!![],_0x32a84f['entryTypes']=[_0x55f99c[_0x299556(0x111)],_0x55f99c[_0x299556(0xf0)]],this[_0x299556(0xe9)]['observe'](_0x32a84f),this[_0x299556(0xef)]=!![],this[_0x299556(0x136)]=_0x32cd8d,this['errorReportFileName']=_0x2677ae;}static['getPerformance'](){return performance;}static[a75_0x1f9941(0x10f)](_0x6394a4,_0x474e0a){const _0x215e54=a75_0x1f9941,_0x1ea31d={};_0x1ea31d[_0x215e54(0x152)]=function(_0x1b1086,_0x2b3f49){return _0x1b1086+_0x2b3f49;},_0x1ea31d['zZCRC']=function(_0x51b0de,_0x47352e){return _0x51b0de||_0x47352e;},_0x1ea31d[_0x215e54(0x14c)]=function(_0x32e62f,_0x125973){return _0x32e62f===_0x125973;};const _0x14ea29=_0x1ea31d,_0x43e9b0={};if(!_0x6394a4||_0x14ea29['GWzmv'](_0x6394a4[_0x215e54(0x153)],0x0))return;_0x6394a4[_0x215e54(0x118)](_0x7f3991=>{const _0x4ffa90=_0x215e54;!_0x43e9b0[_0x7f3991['name']]&&(_0x43e9b0[_0x7f3991[_0x4ffa90(0x147)]]=0x0),_0x43e9b0[_0x7f3991[_0x4ffa90(0x147)]]+=_0x7f3991['duration'];});const _0x3378cd=_0x474e0a['reduce']((_0x3ff57c,_0x52e756)=>{const _0x5272d0=_0x215e54;return _0x14ea29[_0x5272d0(0x152)](_0x43e9b0[_0x52e756],_0x14ea29[_0x5272d0(0x117)](_0x3ff57c,0x0));},0x0);return _0x3378cd;}static async['calculateTimesFromMultipleFiles'](_0x412693,_0x3f490b){const _0x87abce=a75_0x1f9941,_0x5c40d6={'PQESH':function(_0x377719,_0x14dad9){return _0x377719+_0x14dad9;},'UYWRW':function(_0x5b03b7,_0x978f4b){return _0x5b03b7||_0x978f4b;},'KvYcu':function(_0x24e68a,_0x409426){return _0x24e68a===_0x409426;},'xBrgQ':function(_0x1f8e35,_0x1ffc24){return _0x1f8e35(_0x1ffc24);},'MSesp':function(_0x104ae1,_0x30b35f){return _0x104ae1(_0x30b35f);}};if(!_0x412693||_0x5c40d6[_0x87abce(0x12b)](_0x412693[_0x87abce(0x153)],0x0))return 0x0;const _0x51908b=[];for(const _0x58ca71 of _0x412693){const _0x3004e4=path[_0x87abce(0x14e)]('.',_0x58ca71);try{const _0x52c2a0=this[_0x87abce(0xdf)](_0x3004e4);_0x52c2a0[_0x87abce(0x118)](_0x29cbe8=>{const _0x572679=_0x87abce;!_0x51908b[_0x29cbe8[_0x572679(0x147)]]&&(_0x51908b[_0x29cbe8[_0x572679(0x147)]]=0x0),_0x51908b[_0x29cbe8[_0x572679(0x147)]]+=_0x29cbe8['duration'];});}catch(_0x33511d){_0x5c40d6['xBrgQ'](debug,_0x87abce(0x12d)+_0x33511d[_0x87abce(0x110)]());}}const _0x5c52c9=_0x3f490b['reduce']((_0x14bd84,_0x583f35)=>{const _0x53db27=_0x87abce;return _0x5c40d6[_0x53db27(0xe5)](_0x51908b[_0x583f35],_0x5c40d6['UYWRW'](_0x14bd84,0x0));},0x0);return _0x5c40d6['MSesp'](debug,_0x87abce(0x131)+_0x3f490b+_0x87abce(0x124)+_0x5c52c9),_0x5c52c9;}static[a75_0x1f9941(0xdf)](_0xade53){const _0x26c5e=a75_0x1f9941;if(!fs[_0x26c5e(0xf7)](_0xade53))return[];return JSON[_0x26c5e(0x149)](fs[_0x26c5e(0x138)](_0xade53)[_0x26c5e(0x110)]());}static async[a75_0x1f9941(0x128)](_0x1143af='performance-own.html',_0x342785=null){const _0x42130b=a75_0x1f9941,_0x3987b8={'LOXhC':function(_0x177219,_0x247a79){return _0x177219(_0x247a79);},'DDIct':function(_0x53b960,_0x2feb79){return _0x53b960(_0x2feb79);},'TCDFd':function(_0x131b5a,_0x56e8dd){return _0x131b5a(_0x56e8dd);}};if(!this[_0x42130b(0xef)])return;await _0x3987b8[_0x42130b(0xee)](sleep,0x1e),this[_0x42130b(0xe9)][_0x42130b(0x12a)](),this[_0x42130b(0xef)]=![],this[_0x42130b(0x119)](this['_events']);const _0x178882=this[_0x42130b(0x11b)](this['_events']),_0x2d756a=path[_0x42130b(0x14e)](process[_0x42130b(0x130)](),_0x1143af);fs['writeFile'](_0x2d756a,_0x178882,_0x48ad84=>{const _0x411520=_0x42130b;if(_0x48ad84){_0x3987b8['LOXhC'](debug,'Error\x20in\x20writing\x20html\x20'+_0x48ad84[_0x411520(0x110)]());return;}_0x3987b8['DDIct'](debug,_0x411520(0x142)+_0x2d756a);});if(_0x342785)return this[_0x42130b(0x10f)](this['_events'],_0x342785);}static[a75_0x1f9941(0x11b)](_0x5023d3){const _0x50eedf=a75_0x1f9941,_0x2d0fcc={};_0x2d0fcc['teUuq']=_0x50eedf(0xf6),_0x2d0fcc[_0x50eedf(0xe3)]=_0x50eedf(0x143),_0x2d0fcc[_0x50eedf(0x114)]=_0x50eedf(0xf1),_0x2d0fcc[_0x50eedf(0x148)]=_0x50eedf(0xfc);const _0x3c4ca0=_0x2d0fcc;let _0x385e27=_0x3c4ca0[_0x50eedf(0x137)];return _0x385e27+=_0x3c4ca0[_0x50eedf(0xe3)],_0x385e27+=_0x3c4ca0[_0x50eedf(0x114)],_0x5023d3[_0x50eedf(0x140)](_0x2643d7=>{const _0xe5578=_0x50eedf;_0x385e27+=_0xe5578(0x126)+_0x2643d7[_0xe5578(0x147)]+_0xe5578(0x146)+_0x2643d7[_0xe5578(0x106)]+_0xe5578(0xe4);}),_0x385e27+=_0x3c4ca0[_0x50eedf(0x148)],_0x385e27;}static[a75_0x1f9941(0x119)](_0x378849){const _0xbf6713=a75_0x1f9941;if(!this[_0xbf6713(0x136)])return;const _0x3046b5={};_0x378849[_0xbf6713(0x118)](_0x2e491d=>{const _0x5567f1=_0xbf6713;!_0x3046b5[_0x2e491d[_0x5567f1(0x147)]]&&(_0x3046b5[_0x2e491d['name']]=0x0),_0x3046b5[_0x2e491d[_0x5567f1(0x147)]]+=_0x2e491d[_0x5567f1(0x106)];});const _0xeb053c=Object[_0xbf6713(0x122)](_0x3046b5)[_0xbf6713(0x118)](([_0x146118,_0x3c8e52])=>{const _0x47c893=_0xbf6713,_0x3b877e={};return _0x3b877e[_0x47c893(0x147)]=_0x146118,_0x3b877e[_0x47c893(0x106)]=_0x3c8e52,_0x3b877e;});fs[_0xbf6713(0x112)](this[_0xbf6713(0x136)],JSON[_0xbf6713(0x11f)](_0xeb053c));}static[a75_0x1f9941(0x14d)](){const _0x1e6d65=a75_0x1f9941,_0x27c18a={};_0x27c18a[_0x1e6d65(0x13c)]=function(_0x1f0ba1,_0x207c88){return _0x1f0ba1===_0x207c88;},_0x27c18a['RweEh']=_0x1e6d65(0x116);const _0x393904=_0x27c18a;return!_0x393904[_0x1e6d65(0x13c)](process['env'][_0x1e6d65(0x11c)],_0x393904[_0x1e6d65(0x129)]);}static[a75_0x1f9941(0xf4)](_0x4a39c6,_0x101393,_0x585c99=null,_0x2cde15=null){const _0x415a94=a75_0x1f9941,_0x5ddcb6={};_0x5ddcb6[_0x415a94(0xe0)]=function(_0x4e7a1f,_0x5c39cc){return _0x4e7a1f+_0x5c39cc;},_0x5ddcb6[_0x415a94(0x151)]='-start',_0x5ddcb6[_0x415a94(0x14f)]=function(_0x21da2f,_0x968b4a){return _0x21da2f+_0x968b4a;},_0x5ddcb6['eRDPR']='-end',_0x5ddcb6[_0x415a94(0xfd)]=function(_0x479787,_0x42acd3){return _0x479787 instanceof _0x42acd3;};const _0x4e4601=_0x5ddcb6;try{if(this['started']&&this[_0x415a94(0x14d)]()){let _0x48bc5a=_0x4a39c6;_0x585c99&&(_0x48bc5a=_0x4a39c6+'['+JSON[_0x415a94(0x11f)](_0x585c99)+']');const _0x117d84=_0x4e4601[_0x415a94(0xe0)](_0x48bc5a,_0x4e4601[_0x415a94(0x151)]),_0x1936a3=_0x4e4601[_0x415a94(0x14f)](_0x48bc5a,_0x4e4601[_0x415a94(0x11a)]);performance['mark'](_0x117d84);const _0x1df3b2=_0x101393[_0x415a94(0x145)](null,_0x2cde15);if(_0x4e4601[_0x415a94(0xfd)](_0x1df3b2,Promise))return new Promise((_0x3fc2a5,_0x5df9f4)=>{const _0x451286=_0x415a94;_0x1df3b2[_0x451286(0x135)](_0x41afae=>_0x3fc2a5(_0x41afae))[_0x451286(0xf8)](_0x4a7855=>_0x5df9f4(_0x4a7855))['finally'](()=>{const _0x2b7295=_0x451286;performance[_0x2b7295(0x10a)](_0x1936a3),performance[_0x2b7295(0xf4)](_0x48bc5a,_0x117d84,_0x1936a3);});});;return performance['mark'](_0x1936a3),performance[_0x415a94(0xf4)](_0x48bc5a,_0x117d84,_0x1936a3),_0x1df3b2;};return _0x101393[_0x415a94(0x145)](null,_0x2cde15);}catch(_0x2d1301){return _0x101393['apply'](null,_0x2cde15);}}static[a75_0x1f9941(0x132)](_0x4c050a,_0x54e861){const _0x26f18b=this;return function(){const _0x108aec=a75_0x210a,_0x49792d=[_0x4c050a,_0x54e861,null][_0x108aec(0x144)](arguments);return _0x26f18b[_0x108aec(0xf4)][_0x108aec(0x145)](_0x26f18b,_0x49792d);};}static[a75_0x1f9941(0x10b)](){const _0x38aa4a=a75_0x1f9941,_0x4c048a={};_0x4c048a[_0x38aa4a(0x133)]=function(_0x1a30ef,_0x5c37d1){return _0x1a30ef/_0x5c37d1;},_0x4c048a[_0x38aa4a(0x103)]=function(_0x15756c,_0x5034f6){return _0x15756c+_0x5034f6;},_0x4c048a[_0x38aa4a(0x13f)]=function(_0x30f71b,_0x4c7b54){return _0x30f71b*_0x4c7b54;};const _0x439807=_0x4c048a,_0x44764f=/(^.*)\[(.*)\]$/,_0x24c6aa={},_0x465543={};for(const _0x121b4a of this[_0x38aa4a(0xe6)]){const _0x1fb23d=_0x121b4a['name'][_0x38aa4a(0x101)](_0x44764f),_0x4e90ca={};_0x4e90ca[_0x38aa4a(0x147)]=_0x121b4a[_0x38aa4a(0x147)],_0x4e90ca[_0x38aa4a(0x106)]=_0x121b4a[_0x38aa4a(0x106)]||0x0;const _0x4ae22d=_0x4e90ca;_0x1fb23d&&(_0x4ae22d[_0x38aa4a(0x147)]=_0x1fb23d[0x1],_0x4ae22d[_0x38aa4a(0x108)]=JSON[_0x38aa4a(0x149)](_0x1fb23d[0x2]));if(_0x24c6aa[_0x4ae22d['name']]){const _0x13ab3b=_0x24c6aa[_0x4ae22d[_0x38aa4a(0x147)]],_0x25b424=_0x465543[_0x4ae22d['name']];_0x24c6aa[_0x4ae22d['name']]['duration']=_0x439807[_0x38aa4a(0x133)](_0x439807['fXSfH'](_0x439807['PNZlA'](_0x13ab3b[_0x38aa4a(0x106)],_0x25b424),_0x4ae22d[_0x38aa4a(0x106)]),_0x439807[_0x38aa4a(0x103)](0x1,_0x25b424)),_0x465543[_0x4ae22d[_0x38aa4a(0x147)]]++;}else _0x24c6aa[_0x4ae22d[_0x38aa4a(0x147)]]=_0x4ae22d,_0x465543[_0x4ae22d[_0x38aa4a(0x147)]]=0x1;}return Object['values'](_0x24c6aa);}static['pushPerfMeasures'](){const _0x3ca019=a75_0x1f9941,_0x486b64={};_0x486b64[_0x3ca019(0xff)]=function(_0x1ab98d,_0x59945e){return _0x1ab98d===_0x59945e;},_0x486b64[_0x3ca019(0xe8)]=function(_0x37b732,_0x3de0a2){return _0x37b732+_0x3de0a2;};const _0x342fc1=_0x486b64;if(_0x342fc1[_0x3ca019(0xff)](this[_0x3ca019(0xe6)]['length'],0x0))return;const _0x500c4c=this[_0x3ca019(0x10b)](),_0x3f3b12=JSON['stringify'](_0x500c4c),_0x14be43=_0x342fc1[_0x3ca019(0xe8)](_0x3f3b12[_0x3ca019(0x102)](0x1,-0x1),',');fs[_0x3ca019(0xed)](this['jsonReportFileName'],_0x14be43);}static[a75_0x1f9941(0x11e)](){const _0x122e37=a75_0x1f9941,_0x37b4f0={};_0x37b4f0[_0x122e37(0x120)]=function(_0x349aca,_0x3195da){return _0x349aca===_0x3195da;},_0x37b4f0[_0x122e37(0xe7)]=function(_0xfbcabd,_0x3b76d7){return _0xfbcabd>_0x3b76d7;};const _0x19e669=_0x37b4f0;if(!this[_0x122e37(0xef)]||_0x19e669[_0x122e37(0x120)](this[_0x122e37(0xe6)][_0x122e37(0x153)],0x0))return[];if(!fs[_0x122e37(0xf7)](this['jsonReportFileName']))return this['_measureEvents'];let _0xf6949e=fs[_0x122e37(0x138)](this[_0x122e37(0x136)])[_0x122e37(0x110)]();_0xf6949e='['+_0xf6949e[_0x122e37(0x102)](0x0,-0x1)+']';let _0x3512f8=JSON[_0x122e37(0x149)](_0xf6949e);return _0x19e669[_0x122e37(0xe7)](this['_measureEvents'][_0x122e37(0x153)],0x0)&&(_0x3512f8=_0x3512f8[_0x122e37(0x144)](this[_0x122e37(0x10b)]())),this[_0x122e37(0xe9)][_0x122e37(0x12a)](),fs['unlinkSync'](this[_0x122e37(0x136)]),_0x3512f8;}static[a75_0x1f9941(0x107)](){const _0x2de82b=a75_0x1f9941,_0x5c86ca={};_0x5c86ca[_0x2de82b(0xfe)]=function(_0x3615a1,_0x19883d){return _0x3615a1===_0x19883d;},_0x5c86ca[_0x2de82b(0x121)]=function(_0x5c47b2,_0x2f4c9b){return _0x5c47b2+_0x2f4c9b;};const _0x332868=_0x5c86ca;if(_0x332868[_0x2de82b(0xfe)](this[_0x2de82b(0x141)][_0x2de82b(0x153)],0x0))return;const _0x3bca20=JSON[_0x2de82b(0x11f)](this[_0x2de82b(0x141)]),_0x1a5391=_0x332868[_0x2de82b(0x121)](_0x3bca20[_0x2de82b(0x102)](0x1,-0x1),',');fs[_0x2de82b(0xed)](this[_0x2de82b(0x13d)],_0x1a5391);}static['finalizeErrors'](){const _0x24f2f6=a75_0x1f9941,_0x222bad={};_0x222bad['ztOZK']=function(_0x15ac97,_0x50f783){return _0x15ac97>_0x50f783;};const _0x3a975c=_0x222bad;if(!fs[_0x24f2f6(0xf7)](this[_0x24f2f6(0x104)]))return this[_0x24f2f6(0x141)];let _0x32e773=fs[_0x24f2f6(0x138)](this[_0x24f2f6(0x104)])[_0x24f2f6(0x110)]();_0x32e773='['+_0x32e773['slice'](0x0,-0x1)+']';let _0x41fe2d=JSON[_0x24f2f6(0x149)](_0x32e773);return _0x3a975c[_0x24f2f6(0xe2)](this[_0x24f2f6(0x141)][_0x24f2f6(0x153)],0x0)&&(_0x41fe2d=_0x41fe2d[_0x24f2f6(0x144)](this[_0x24f2f6(0x141)])),fs[_0x24f2f6(0xde)](this[_0x24f2f6(0x104)]),_0x41fe2d;}static['captureError'](_0x389275){const _0x2f8c4e=a75_0x1f9941;if(!this[_0x2f8c4e(0x14d)]())return;this[_0x2f8c4e(0x141)][_0x2f8c4e(0x12f)]({'message':_0x389275[_0x2f8c4e(0x13b)],'trace':_0x389275[_0x2f8c4e(0x139)],'code':_0x389275['code']||null,'time':new Date()});}static[a75_0x1f9941(0xf5)](){const _0x1e0625=a75_0x1f9941,_0x5295ee={};_0x5295ee[_0x1e0625(0xdd)]=_0x1e0625(0x100);const _0x9f397c=_0x5295ee;try{if(!this[_0x1e0625(0x14d)]())return;this[_0x1e0625(0xe9)][_0x1e0625(0x12a)](),this[_0x1e0625(0x109)](),this[_0x1e0625(0x107)]();}catch{logger[_0x1e0625(0xec)](_0x9f397c[_0x1e0625(0xdd)]);}}static[a75_0x1f9941(0x10e)](){const _0x12eeab=a75_0x1f9941,_0x17adc4=this[_0x12eeab(0x11e)](),_0x1166f7=this[_0x12eeab(0xfa)]();if(!this[_0x12eeab(0x14d)]()){const _0x4267d8={};return _0x4267d8[_0x12eeab(0x13a)]=[],_0x4267d8[_0x12eeab(0x14a)]=[],_0x4267d8;}const _0x542cb4={};return _0x542cb4['measures']=_0x17adc4,_0x542cb4['errors']=_0x1166f7,_0x542cb4;}}module[a75_0x1f9941(0x11d)]=PerformanceTester;
@@ -1 +1 @@
1
- const a76_0x3c448d=a76_0xfa66;function a76_0xfa66(_0x1fb3d6,_0xc270b7){const _0x38a8fa=a76_0x38a8();return a76_0xfa66=function(_0xfa6614,_0x272024){_0xfa6614=_0xfa6614-0xa6;let _0x117d00=_0x38a8fa[_0xfa6614];return _0x117d00;},a76_0xfa66(_0x1fb3d6,_0xc270b7);}(function(_0x2fca3b,_0x1e64df){const _0x382a6a=a76_0xfa66,_0x3f1029=_0x2fca3b();while(!![]){try{const _0x532bb9=parseInt(_0x382a6a(0xb9))/0x1+parseInt(_0x382a6a(0xae))/0x2+parseInt(_0x382a6a(0xbe))/0x3*(-parseInt(_0x382a6a(0xb3))/0x4)+-parseInt(_0x382a6a(0xbd))/0x5+-parseInt(_0x382a6a(0xc2))/0x6+parseInt(_0x382a6a(0xc7))/0x7+-parseInt(_0x382a6a(0xa6))/0x8*(-parseInt(_0x382a6a(0xc6))/0x9);if(_0x532bb9===_0x1e64df)break;else _0x3f1029['push'](_0x3f1029['shift']());}catch(_0x27c032){_0x3f1029['push'](_0x3f1029['shift']());}}}(a76_0x38a8,0x70a5a));const http=require('http'),https=require('https'),monkeypatch=require(a76_0x3c448d(0xc5));function spy(_0x69ad9c){const _0x546bb1=a76_0x3c448d,_0x606af3={'WbEGa':function(_0x47d08a,_0x5087f3,_0x2dce2a){return _0x47d08a(_0x5087f3,_0x2dce2a);},'PVjeB':function(_0x308f70,_0x48a10b){return _0x308f70-_0x48a10b;},'TaTEm':_0x546bb1(0xba),'OQPVb':function(_0x401eea,..._0x492eb0){return _0x401eea(..._0x492eb0);},'nWQKY':_0x546bb1(0xa8),'npHbj':'socket','OhMkd':function(_0x687140,_0x1ef688,_0x1078b4,_0x59e9c3){return _0x687140(_0x1ef688,_0x1078b4,_0x59e9c3);},'frcmg':_0x546bb1(0xb2),'YUluL':function(_0x5aea1f,_0x2527db,_0x18a8e5,_0x1cc2d1){return _0x5aea1f(_0x2527db,_0x18a8e5,_0x1cc2d1);},'NSykX':_0x546bb1(0xb4)},_0x4b66bc=(_0x4ac17e,_0xfd1772,_0x4f651f)=>{const _0x4a5150=_0x546bb1,_0x3ad712=_0x606af3[_0x4a5150(0xbf)](_0x4ac17e,_0xfd1772,_0x4f651f);let _0x21aea0=Date[_0x4a5150(0xa7)](),_0xfc9df0;const _0x1a51f3=_0x5559bc=>{const _0x27bfa5=_0x4a5150,_0x53d8a2={};_0x53d8a2['host']=_0xfd1772[_0x27bfa5(0xac)]||_0xfd1772[_0x27bfa5(0xb0)],_0x53d8a2[_0x27bfa5(0xc0)]=_0xfd1772['path'],_0x53d8a2['method']=_0xfd1772[_0x27bfa5(0xaa)],_0x53d8a2[_0x27bfa5(0xc4)]=_0xfd1772['headers'],_0x606af3[_0x27bfa5(0xbf)](_0x69ad9c,_0x5559bc,_0x53d8a2);};return _0x3ad712['once'](_0x606af3[_0x4a5150(0xad)],_0x309aaa=>{const _0xfbae8c=_0x4a5150,_0x4ce5b3=_0x606af3['PVjeB'](Date[_0xfbae8c(0xa7)](),_0x21aea0),_0x5259e0={};_0x5259e0['hostname']=_0xfd1772[_0xfbae8c(0xac)]||_0xfd1772[_0xfbae8c(0xb0)],_0x5259e0[_0xfbae8c(0xc0)]=_0xfd1772[_0xfbae8c(0xc0)],_0x5259e0[_0xfbae8c(0xaa)]=_0xfd1772[_0xfbae8c(0xaa)],_0x5259e0[_0xfbae8c(0xc4)]=_0xfd1772[_0xfbae8c(0xc4)],_0x5259e0[_0xfbae8c(0xa9)]=_0x309aaa[_0xfbae8c(0xc8)],_0x5259e0[_0xfbae8c(0xb5)]=_0x4ce5b3,_0x606af3[_0xfbae8c(0xbf)](_0x69ad9c,null,_0x5259e0),_0xfc9df0[_0xfbae8c(0xbb)](_0x606af3[_0xfbae8c(0xb1)],_0x1a51f3);}),_0x3ad712['on'](_0x606af3['npHbj'],_0x49d1f9=>{const _0x5224bd=_0x4a5150;_0xfc9df0=_0x49d1f9,_0x49d1f9['once'](_0x606af3[_0x5224bd(0xb1)],_0x1a51f3);}),_0x606af3[_0x4a5150(0xbc)](monkeypatch,_0x3ad712,_0x606af3['frcmg'],(_0x5a3c88,..._0x264806)=>{const _0xfaded6=_0x4a5150;_0x21aea0=Date['now'](),_0x606af3[_0xfaded6(0xb7)](_0x5a3c88,..._0x264806);}),_0x3ad712;};_0x606af3[_0x546bb1(0xab)](monkeypatch,http,_0x606af3['NSykX'],_0x4b66bc),_0x606af3['YUluL'](monkeypatch,https,_0x606af3[_0x546bb1(0xc3)],_0x4b66bc);}function restore(){const _0x3cbc09=a76_0x3c448d;http['request'][_0x3cbc09(0xc1)](),https['request']['unpatch']();}const a76_0x5c447f={};a76_0x5c447f[a76_0x3c448d(0xb8)]=spy,a76_0x5c447f[a76_0x3c448d(0xb6)]=restore,module[a76_0x3c448d(0xaf)]=a76_0x5c447f;function a76_0x38a8(){const _0xa42e6c=['1696878FbjWCM','exports','hostname','TaTEm','end','3542384QWEANI','request','duration_ms','restore','OQPVb','spy','277137GLmWcZ','error','removeListener','OhMkd','846790eIhMfJ','3eDbNJE','WbEGa','path','unpatch','3749310vrQmTD','NSykX','headers','monkeypatch','2057877MXISpB','5509084xJtoIy','statusCode','8UqLKYR','now','response','status_code','method','YUluL','host','nWQKY'];a76_0x38a8=function(){return _0xa42e6c;};return a76_0x38a8();}
1
+ function a76_0xa090(){const _0x18a3ea=['error','spy','WNRiK','monkeypatch','path','OpGhL','9FDWOFj','pMdMp','method','NZveH','45397RPgAUz','16233kjQwnt','TqzTd','duration_ms','now','7IJWkGb','332466LjmMgA','hostname','removeListener','9040pdNKKJ','xtRNS','6920260bmDFll','86myngTE','headers','sUIBq','status_code','unpatch','end','8934032wBkvvo','response','https','277284Cacumr','65800ISUjrj','request','once'];a76_0xa090=function(){return _0x18a3ea;};return a76_0xa090();}const a76_0x35725d=a76_0x4d6d;(function(_0x3f7603,_0x2693ba){const _0x8a5956=a76_0x4d6d,_0x2b29f1=_0x3f7603();while(!![]){try{const _0x6cc59a=-parseInt(_0x8a5956(0x200))/0x1*(parseInt(_0x8a5956(0x20b))/0x2)+parseInt(_0x8a5956(0x1f1))/0x3+parseInt(_0x8a5956(0x1f2))/0x4+-parseInt(_0x8a5956(0x20a))/0x5+parseInt(_0x8a5956(0x205))/0x6*(parseInt(_0x8a5956(0x204))/0x7)+parseInt(_0x8a5956(0x1ee))/0x8*(-parseInt(_0x8a5956(0x1fb))/0x9)+parseInt(_0x8a5956(0x208))/0xa*(parseInt(_0x8a5956(0x1ff))/0xb);if(_0x6cc59a===_0x2693ba)break;else _0x2b29f1['push'](_0x2b29f1['shift']());}catch(_0x19f198){_0x2b29f1['push'](_0x2b29f1['shift']());}}}(a76_0xa090,0xa9fd0));const http=require('http'),https=require(a76_0x35725d(0x1f0)),monkeypatch=require(a76_0x35725d(0x1f8));function spy(_0x10aaf1){const _0x1399ac=a76_0x35725d,_0x26565e={'pMdMp':function(_0x37aa5e,_0x1b9a14,_0x2c9526){return _0x37aa5e(_0x1b9a14,_0x2c9526);},'xtRNS':function(_0x22d376,_0x13f3f7){return _0x22d376-_0x13f3f7;},'TqzTd':_0x1399ac(0x1f5),'ATHgL':function(_0x37ec53,..._0x3cfa45){return _0x37ec53(..._0x3cfa45);},'sUIBq':_0x1399ac(0x1ef),'NZveH':'socket','OpGhL':function(_0x250777,_0x362f08,_0x1d3683,_0x25146c){return _0x250777(_0x362f08,_0x1d3683,_0x25146c);},'hmNeB':_0x1399ac(0x1ed),'dBmEO':function(_0x592960,_0x44a777,_0x385f78,_0x5bcc86){return _0x592960(_0x44a777,_0x385f78,_0x5bcc86);},'WNRiK':_0x1399ac(0x1f3),'Cmszl':function(_0x16409d,_0x42f77c,_0x320882,_0x4b7f28){return _0x16409d(_0x42f77c,_0x320882,_0x4b7f28);}},_0x8f2920=(_0x14a799,_0x1002df,_0x2c9b02)=>{const _0x2b1d45=_0x1399ac,_0x4d914d=_0x26565e[_0x2b1d45(0x1fc)](_0x14a799,_0x1002df,_0x2c9b02);let _0x22cd15=Date[_0x2b1d45(0x203)](),_0x3c1f25;const _0x1d8ac3=_0x5fa72=>{const _0x175846=_0x2b1d45,_0x67d960={};_0x67d960['host']=_0x1002df['host']||_0x1002df['hostname'],_0x67d960[_0x175846(0x1f9)]=_0x1002df[_0x175846(0x1f9)],_0x67d960[_0x175846(0x1fd)]=_0x1002df['method'],_0x67d960[_0x175846(0x20c)]=_0x1002df['headers'],_0x26565e['pMdMp'](_0x10aaf1,_0x5fa72,_0x67d960);};return _0x4d914d[_0x2b1d45(0x1f4)](_0x26565e[_0x2b1d45(0x20d)],_0x1d6743=>{const _0x5b2a14=_0x2b1d45,_0x2c06d6=_0x26565e[_0x5b2a14(0x209)](Date['now'](),_0x22cd15),_0x153d2a={};_0x153d2a[_0x5b2a14(0x206)]=_0x1002df['host']||_0x1002df[_0x5b2a14(0x206)],_0x153d2a[_0x5b2a14(0x1f9)]=_0x1002df[_0x5b2a14(0x1f9)],_0x153d2a[_0x5b2a14(0x1fd)]=_0x1002df[_0x5b2a14(0x1fd)],_0x153d2a[_0x5b2a14(0x20c)]=_0x1002df[_0x5b2a14(0x20c)],_0x153d2a[_0x5b2a14(0x1eb)]=_0x1d6743['statusCode'],_0x153d2a[_0x5b2a14(0x202)]=_0x2c06d6,_0x26565e[_0x5b2a14(0x1fc)](_0x10aaf1,null,_0x153d2a),_0x3c1f25[_0x5b2a14(0x207)](_0x26565e[_0x5b2a14(0x201)],_0x1d8ac3);}),_0x4d914d['on'](_0x26565e[_0x2b1d45(0x1fe)],_0x22f038=>{const _0x41771e=_0x2b1d45;_0x3c1f25=_0x22f038,_0x22f038['once'](_0x26565e[_0x41771e(0x201)],_0x1d8ac3);}),_0x26565e[_0x2b1d45(0x1fa)](monkeypatch,_0x4d914d,_0x26565e['hmNeB'],(_0x88f401,..._0x544f07)=>{const _0x3a871d=_0x2b1d45;_0x22cd15=Date[_0x3a871d(0x203)](),_0x26565e['ATHgL'](_0x88f401,..._0x544f07);}),_0x4d914d;};_0x26565e['dBmEO'](monkeypatch,http,_0x26565e[_0x1399ac(0x1f7)],_0x8f2920),_0x26565e['Cmszl'](monkeypatch,https,_0x26565e[_0x1399ac(0x1f7)],_0x8f2920);}function restore(){const _0x1be441=a76_0x35725d;http['request'][_0x1be441(0x1ec)](),https['request'][_0x1be441(0x1ec)]();}const a76_0x275f7b={};function a76_0x4d6d(_0x594253,_0x3a81f2){const _0xa09045=a76_0xa090();return a76_0x4d6d=function(_0x4d6d24,_0x778e5b){_0x4d6d24=_0x4d6d24-0x1eb;let _0x53f332=_0xa09045[_0x4d6d24];return _0x53f332;},a76_0x4d6d(_0x594253,_0x3a81f2);}a76_0x275f7b[a76_0x35725d(0x1f6)]=spy,a76_0x275f7b['restore']=restore,module['exports']=a76_0x275f7b;
@@ -1 +1 @@
1
- function a77_0x2715(){const _0x5ba471=['175CMStVF','eCpwu','6178000kHkPyZ','4731243PrWfrq','Jhyvx','https:','6855438aAcRtx','vMWlI','KJnon','protocol','request','30UrpcjS','Rrjll','5412951audKJL','GTtsL','exports','215536tyEWeZ','hasOwnProperty','2KxJWKn','call','agent','keepAlive','1520158gbDgXb','globalAgent','NIAWl','TpURZ','2449053BnmkVN','eGABr','pyRbe','keepAliveMsecs','Agent','5SNoBYP','prototype'];a77_0x2715=function(){return _0x5ba471;};return a77_0x2715();}const a77_0x35cd19=a77_0x51d2;function a77_0x51d2(_0x22b55c,_0xdc9a84){const _0x27151b=a77_0x2715();return a77_0x51d2=function(_0x51d213,_0x63c3e2){_0x51d213=_0x51d213-0xdd;let _0x92e348=_0x27151b[_0x51d213];return _0x92e348;},a77_0x51d2(_0x22b55c,_0xdc9a84);}(function(_0x23f529,_0x340fcf){const _0x35b71e=a77_0x51d2,_0x163799=_0x23f529();while(!![]){try{const _0x13b099=-parseInt(_0x35b71e(0xf5))/0x1*(-parseInt(_0x35b71e(0xf9))/0x2)+parseInt(_0x35b71e(0xf0))/0x3+-parseInt(_0x35b71e(0xe5))/0x4+-parseInt(_0x35b71e(0xe1))/0x5*(parseInt(_0x35b71e(0xe9))/0x6)+-parseInt(_0x35b71e(0xe3))/0x7*(-parseInt(_0x35b71e(0xf3))/0x8)+-parseInt(_0x35b71e(0xfd))/0x9*(parseInt(_0x35b71e(0xee))/0xa)+parseInt(_0x35b71e(0xe6))/0xb;if(_0x13b099===_0x340fcf)break;else _0x163799['push'](_0x163799['shift']());}catch(_0x5f4d1a){_0x163799['push'](_0x163799['shift']());}}}(a77_0x2715,0xe1c2a),module[a77_0x35cd19(0xf2)]=function(){const _0x2cd431=a77_0x35cd19,_0x10ea0f={'GTtsL':function(_0x396942,_0x30cf9d){return _0x396942===_0x30cf9d;},'Jhyvx':_0x2cd431(0xe8),'TpURZ':_0x2cd431(0xf7),'eGABr':function(_0x24de8e,_0x1dc5d1,_0x231785){return _0x24de8e(_0x1dc5d1,_0x231785);},'pyRbe':function(_0x2811bf,_0x9811af,_0x2ac318){return _0x2811bf(_0x9811af,_0x2ac318);},'Rrjll':function(_0x1cf38d,_0x5aba4c){return _0x1cf38d(_0x5aba4c);},'NIAWl':'http','KJnon':'https','vMWlI':function(_0x1eb639,_0x564e6a){return _0x1eb639*_0x564e6a;},'eCpwu':_0x2cd431(0xf8)},_0x120a69=_0x10ea0f[_0x2cd431(0xef)](require,_0x10ea0f[_0x2cd431(0xfb)]),_0x5610c8=_0x10ea0f['Rrjll'](require,_0x10ea0f[_0x2cd431(0xeb)]),_0x42a315=_0x10ea0f[_0x2cd431(0xea)](0x1e,0x3e8);if(_0x120a69[_0x2cd431(0xfa)]&&Object[_0x2cd431(0xe2)][_0x2cd431(0xf4)][_0x2cd431(0xf6)](_0x120a69[_0x2cd431(0xfa)],_0x10ea0f[_0x2cd431(0xe4)]))_0x120a69[_0x2cd431(0xfa)][_0x2cd431(0xf8)]=!![],_0x5610c8[_0x2cd431(0xfa)][_0x2cd431(0xf8)]=!![],_0x120a69['globalAgent']['keepAliveMsecs']=_0x42a315,_0x5610c8[_0x2cd431(0xfa)]['keepAliveMsecs']=_0x42a315;else{const _0x10909e={};_0x10909e[_0x2cd431(0xf8)]=!![],_0x10909e[_0x2cd431(0xdf)]=_0x42a315;const _0x11051c=new _0x120a69[(_0x2cd431(0xe0))](_0x10909e),_0x1e9dfa={};_0x1e9dfa[_0x2cd431(0xf8)]=!![],_0x1e9dfa[_0x2cd431(0xdf)]=_0x42a315;const _0x34c626=new _0x5610c8['Agent'](_0x1e9dfa),_0x543dde=_0x120a69['request'],_0x255a3b=_0x5610c8[_0x2cd431(0xed)];_0x120a69[_0x2cd431(0xed)]=function(_0x39215f,_0x228317){const _0x357380=_0x2cd431;if(_0x10ea0f[_0x357380(0xf1)](_0x39215f[_0x357380(0xec)],_0x10ea0f[_0x357380(0xe7)]))return _0x39215f[_0x10ea0f[_0x357380(0xfc)]]=_0x34c626,_0x10ea0f[_0x357380(0xdd)](_0x255a3b,_0x39215f,_0x228317);return _0x39215f[_0x10ea0f[_0x357380(0xfc)]]=_0x11051c,_0x10ea0f[_0x357380(0xde)](_0x543dde,_0x39215f,_0x228317);};}});
1
+ function a77_0x2775(_0x1426d0,_0x686312){const _0x12e834=a77_0x12e8();return a77_0x2775=function(_0x2775db,_0x145a37){_0x2775db=_0x2775db-0xe3;let _0x572191=_0x12e834[_0x2775db];return _0x572191;},a77_0x2775(_0x1426d0,_0x686312);}const a77_0x447686=a77_0x2775;function a77_0x12e8(){const _0x442f53=['keepAliveMsecs','hasOwnProperty','HwqxL','1HVoJDs','Agent','https','globalAgent','3939sFdYPb','3464yzbRlL','request','protocol','https:','2349260ARbToD','NLqap','412tIHFOU','yUSyE','luLZr','1798008IDxkLb','28892dlsbGb','13995PQmcpM','prototype','hPTtt','keepAlive','ALCYt','4591370mqGJnH','gekEG','http','inQkl','6586780kVtQVL','call','Shyne','exports'];a77_0x12e8=function(){return _0x442f53;};return a77_0x12e8();}(function(_0x517307,_0x2f4f22){const _0x1e07b7=a77_0x2775,_0x474258=_0x517307();while(!![]){try{const _0x1fa486=parseInt(_0x1e07b7(0xe9))/0x1*(-parseInt(_0x1e07b7(0xf8))/0x2)+parseInt(_0x1e07b7(0xed))/0x3*(-parseInt(_0x1e07b7(0xf4))/0x4)+-parseInt(_0x1e07b7(0xf2))/0x5+parseInt(_0x1e07b7(0xf7))/0x6+-parseInt(_0x1e07b7(0xfe))/0x7+parseInt(_0x1e07b7(0xee))/0x8*(parseInt(_0x1e07b7(0xf9))/0x9)+parseInt(_0x1e07b7(0x102))/0xa;if(_0x1fa486===_0x2f4f22)break;else _0x474258['push'](_0x474258['shift']());}catch(_0x42eb13){_0x474258['push'](_0x474258['shift']());}}}(a77_0x12e8,0x56f76),module[a77_0x447686(0xe5)]=function(){const _0x1722b3=a77_0x447686,_0x4382ee={'hPTtt':function(_0x591ea5,_0x88d9c8){return _0x591ea5===_0x88d9c8;},'Shyne':_0x1722b3(0xf1),'yUSyE':'agent','ALCYt':function(_0x379aed,_0x59d680,_0x3d28a7){return _0x379aed(_0x59d680,_0x3d28a7);},'HwqxL':function(_0x1dcaf0,_0x33d463){return _0x1dcaf0(_0x33d463);},'RqvUN':_0x1722b3(0x100),'luLZr':function(_0x3da413,_0x4652ff){return _0x3da413(_0x4652ff);},'inQkl':_0x1722b3(0xeb),'gekEG':function(_0x335b8a,_0x2c8f92){return _0x335b8a*_0x2c8f92;},'NLqap':_0x1722b3(0xfc)},_0x7d22b3=_0x4382ee[_0x1722b3(0xe8)](require,_0x4382ee['RqvUN']),_0x450cdb=_0x4382ee[_0x1722b3(0xf6)](require,_0x4382ee[_0x1722b3(0x101)]),_0x5bcc89=_0x4382ee[_0x1722b3(0xff)](0x1e,0x3e8);if(_0x7d22b3[_0x1722b3(0xec)]&&Object[_0x1722b3(0xfa)][_0x1722b3(0xe7)][_0x1722b3(0xe3)](_0x7d22b3[_0x1722b3(0xec)],_0x4382ee[_0x1722b3(0xf3)]))_0x7d22b3['globalAgent'][_0x1722b3(0xfc)]=!![],_0x450cdb[_0x1722b3(0xec)][_0x1722b3(0xfc)]=!![],_0x7d22b3['globalAgent'][_0x1722b3(0xe6)]=_0x5bcc89,_0x450cdb[_0x1722b3(0xec)][_0x1722b3(0xe6)]=_0x5bcc89;else{const _0x37c9cd={};_0x37c9cd[_0x1722b3(0xfc)]=!![],_0x37c9cd['keepAliveMsecs']=_0x5bcc89;const _0x1eebba=new _0x7d22b3[(_0x1722b3(0xea))](_0x37c9cd),_0x2b3649={};_0x2b3649[_0x1722b3(0xfc)]=!![],_0x2b3649[_0x1722b3(0xe6)]=_0x5bcc89;const _0x155252=new _0x450cdb[(_0x1722b3(0xea))](_0x2b3649),_0x585fd5=_0x7d22b3[_0x1722b3(0xef)],_0x333ce4=_0x450cdb[_0x1722b3(0xef)];_0x7d22b3[_0x1722b3(0xef)]=function(_0x58e175,_0x41e439){const _0x3aed0e=_0x1722b3;if(_0x4382ee[_0x3aed0e(0xfb)](_0x58e175[_0x3aed0e(0xf0)],_0x4382ee[_0x3aed0e(0xe4)]))return _0x58e175[_0x4382ee[_0x3aed0e(0xf5)]]=_0x155252,_0x4382ee[_0x3aed0e(0xfd)](_0x333ce4,_0x58e175,_0x41e439);return _0x58e175[_0x4382ee[_0x3aed0e(0xf5)]]=_0x1eebba,_0x4382ee['ALCYt'](_0x585fd5,_0x58e175,_0x41e439);};}});
@@ -1 +1 @@
1
- var a78_0x46db2b=a78_0x2d41;function a78_0x5aa1(){var _0x5920d8=['617698MSFHSQ','api/v1/screenshots','10629SJkVBP','cucumber','891260QmZNEB','7ChUPIm','Playwright','MOCHA','1623234iIBKyD','mocha','132hOShsr','codeceptjs','api/v1/event','9SyIRLS','jest','1tLtlav','assign','14946250JEVyxI','141940KYlbVH','3589512GhzDqd','CUCUMBER','CODECEPT'];a78_0x5aa1=function(){return _0x5920d8;};return a78_0x5aa1();}(function(_0x31d9f5,_0xcc775e){var _0x5ff30e=a78_0x2d41,_0x33dd54=_0x31d9f5();while(!![]){try{var _0x429c0a=parseInt(_0x5ff30e(0xc0))/0x1*(-parseInt(_0x5ff30e(0xc7))/0x2)+parseInt(_0x5ff30e(0xc9))/0x3*(-parseInt(_0x5ff30e(0xbb))/0x4)+parseInt(_0x5ff30e(0xc3))/0x5+-parseInt(_0x5ff30e(0xb9))/0x6*(parseInt(_0x5ff30e(0xcc))/0x7)+-parseInt(_0x5ff30e(0xc4))/0x8*(parseInt(_0x5ff30e(0xbe))/0x9)+parseInt(_0x5ff30e(0xcb))/0xa+parseInt(_0x5ff30e(0xc2))/0xb;if(_0x429c0a===_0xcc775e)break;else _0x33dd54['push'](_0x33dd54['shift']());}catch(_0x204663){_0x33dd54['push'](_0x33dd54['shift']());}}}(a78_0x5aa1,0x50e04));var a78_0x25fdda={};function a78_0x2d41(_0x5d4ce9,_0x2b1091){var _0x5aa110=a78_0x5aa1();return a78_0x2d41=function(_0x2d41c7,_0x752729){_0x2d41c7=_0x2d41c7-0xb7;var _0x19b882=_0x5aa110[_0x2d41c7];return _0x19b882;},a78_0x2d41(_0x5d4ce9,_0x2b1091);}a78_0x25fdda['PLAYWRIGHT']=a78_0x46db2b(0xb7),a78_0x25fdda[a78_0x46db2b(0xb8)]=a78_0x46db2b(0xba),a78_0x25fdda[a78_0x46db2b(0xc6)]=a78_0x46db2b(0xbc),a78_0x25fdda['JEST']=a78_0x46db2b(0xbf),a78_0x25fdda[a78_0x46db2b(0xc5)]=a78_0x46db2b(0xca),module['exports']={'consoleHolder':Object[a78_0x46db2b(0xc1)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','EVENT_ENDPOINT':a78_0x46db2b(0xbd),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a78_0x46db2b(0xc8),'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':'.obs_test_details','FRAMEWORKS':a78_0x25fdda};
1
+ function a78_0x1a89(){var _0x3541cc=['MOCHA','jest','api/v1/batch','20rzCemy','4081656jgBMys','assign','1535608nvJnGd','CUCUMBER','.obs_test_details','api/v1/screenshots','10POgEux','49vDSnAH','Playwright','48623976slFnxt','api/v1/event','11xcQGRC','29382RARTTT','5691444bLmcWj','https://collector-observability.browserstack.com','exports','mocha','1906804nWkMmI','1638441OvOaui','codeceptjs','PLAYWRIGHT','41KlFpAN'];a78_0x1a89=function(){return _0x3541cc;};return a78_0x1a89();}function a78_0x3501(_0x6f96e2,_0x2504e7){var _0x1a89e6=a78_0x1a89();return a78_0x3501=function(_0x3501fc,_0x1b463f){_0x3501fc=_0x3501fc-0x68;var _0x3a17d2=_0x1a89e6[_0x3501fc];return _0x3a17d2;},a78_0x3501(_0x6f96e2,_0x2504e7);}var a78_0x404221=a78_0x3501;(function(_0x165fb7,_0x34ad0){var _0x20ebb6=a78_0x3501,_0x594c39=_0x165fb7();while(!![]){try{var _0x1ea672=parseInt(_0x20ebb6(0x6e))/0x1*(parseInt(_0x20ebb6(0x7f))/0x2)+parseInt(_0x20ebb6(0x73))/0x3+-parseInt(_0x20ebb6(0x6a))/0x4*(-parseInt(_0x20ebb6(0x79))/0x5)+parseInt(_0x20ebb6(0x80))/0x6+-parseInt(_0x20ebb6(0x7a))/0x7*(-parseInt(_0x20ebb6(0x75))/0x8)+parseInt(_0x20ebb6(0x6b))/0x9*(-parseInt(_0x20ebb6(0x72))/0xa)+parseInt(_0x20ebb6(0x7e))/0xb*(-parseInt(_0x20ebb6(0x7c))/0xc);if(_0x1ea672===_0x34ad0)break;else _0x594c39['push'](_0x594c39['shift']());}catch(_0x1855e0){_0x594c39['push'](_0x594c39['shift']());}}}(a78_0x1a89,0xc1764));var a78_0x4c3e54={};a78_0x4c3e54[a78_0x404221(0x6d)]=a78_0x404221(0x7b),a78_0x4c3e54[a78_0x404221(0x6f)]=a78_0x404221(0x69),a78_0x4c3e54['CODECEPT']=a78_0x404221(0x6c),a78_0x4c3e54['JEST']=a78_0x404221(0x70),a78_0x4c3e54[a78_0x404221(0x76)]='cucumber',module[a78_0x404221(0x68)]={'consoleHolder':Object[a78_0x404221(0x74)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a78_0x404221(0x81),'EVENT_ENDPOINT':a78_0x404221(0x7d),'BATCH_ENDPOINT':a78_0x404221(0x71),'SCREENSHOT_ENDPOINT':a78_0x404221(0x78),'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':a78_0x404221(0x77),'FRAMEWORKS':a78_0x4c3e54};