browserstack-node-sdk 1.34.4 → 1.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a66_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
+ const a66_0x5ead2c=a66_0xfc22;(function(_0xd27fa5,_0x1dcb55){const _0x32957b=a66_0xfc22,_0x97c13b=_0xd27fa5();while(!![]){try{const _0x99bed1=parseInt(_0x32957b(0x164))/0x1*(parseInt(_0x32957b(0x173))/0x2)+-parseInt(_0x32957b(0x168))/0x3+parseInt(_0x32957b(0x17f))/0x4*(-parseInt(_0x32957b(0x177))/0x5)+-parseInt(_0x32957b(0x172))/0x6+-parseInt(_0x32957b(0x16a))/0x7*(parseInt(_0x32957b(0x180))/0x8)+parseInt(_0x32957b(0x182))/0x9+parseInt(_0x32957b(0x174))/0xa*(parseInt(_0x32957b(0x165))/0xb);if(_0x99bed1===_0x1dcb55)break;else _0x97c13b['push'](_0x97c13b['shift']());}catch(_0x3e2651){_0x97c13b['push'](_0x97c13b['shift']());}}}(a66_0x56ee,0xae1ec));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require(a66_0x5ead2c(0x163)),logDir=a66_0x5ead2c(0x16b);!fs[a66_0x5ead2c(0x170)](logDir)&&fs['mkdirSync'](logDir);const a66_0x88e3ee={};a66_0x88e3ee[a66_0x5ead2c(0x17c)]=a66_0x5ead2c(0x176);const transports={'loggerConsole':new winston['transports'][(a66_0x5ead2c(0x161))](a66_0x88e3ee),'loggerFile':new winston['transports'][(a66_0x5ead2c(0x162))]({'filename':path[a66_0x5ead2c(0x16e)](logDir,a66_0x5ead2c(0x175))}),'debugLoggerFile':new winston[(a66_0x5ead2c(0x17d))][(a66_0x5ead2c(0x162))]({'filename':path[a66_0x5ead2c(0x16e)](logDir,'/usage-debug.log'),'level':a66_0x5ead2c(0x169)})},a66_0x3531ef={};function a66_0x56ee(){const _0x29aba1=['name','transports','loggerFile','1211764bgMfUx','1633096BxqwOT','fileLogger','7530138zACPDm','logDir','\x20-\x20','Console','File','path','3Gdygkb','5536487ukmgvS','format','YYYY-MM-DD\x20HH:mm:ss','883950RpmXaQ','silly','21CyBXnF','log','createLogger','message','join','colorize','existsSync','winstonLogger','1680450MrHixC','174764PzZOfS','40ijroZz','/usage.log','console.info','20fOYORs','level','timestamp','debugLoggerFile','combine'];a66_0x56ee=function(){return _0x29aba1;};return a66_0x56ee();}a66_0x3531ef[a66_0x5ead2c(0x166)]=a66_0x5ead2c(0x167);const a66_0x5b54bc={};a66_0x5b54bc['level']=!![];const winstonLoggerParams={'format':winston[a66_0x5ead2c(0x166)][a66_0x5ead2c(0x17b)](winston[a66_0x5ead2c(0x166)]['timestamp'](a66_0x3531ef),winston[a66_0x5ead2c(0x166)][a66_0x5ead2c(0x16f)](a66_0x5b54bc),winston[a66_0x5ead2c(0x166)]['printf'](_0x4539a7=>_0x4539a7['timestamp']+a66_0x5ead2c(0x160)+_0x4539a7['level']+':\x20'+_0x4539a7['message'])),'transports':[transports['loggerConsole'],transports[a66_0x5ead2c(0x17e)],transports['debugLoggerFile']]},a66_0x39befb={};a66_0x39befb[a66_0x5ead2c(0x166)]='YYYY-MM-DD\x20HH:mm:ss';function a66_0xfc22(_0x504eb4,_0x2b2a39){const _0x56ee24=a66_0x56ee();return a66_0xfc22=function(_0xfc2261,_0x3b67a7){_0xfc2261=_0xfc2261-0x15f;let _0x2492b7=_0x56ee24[_0xfc2261];return _0x2492b7;},a66_0xfc22(_0x504eb4,_0x2b2a39);}const a66_0x4da797={};a66_0x4da797[a66_0x5ead2c(0x178)]=!![];const winstonFileLoggerParams={'format':winston[a66_0x5ead2c(0x166)][a66_0x5ead2c(0x17b)](winston['format'][a66_0x5ead2c(0x179)](a66_0x39befb),winston[a66_0x5ead2c(0x166)][a66_0x5ead2c(0x16f)](a66_0x4da797),winston[a66_0x5ead2c(0x166)]['printf'](_0x3092db=>_0x3092db[a66_0x5ead2c(0x178)]+':\x20'+_0x3092db[a66_0x5ead2c(0x16d)])),'transports':[transports[a66_0x5ead2c(0x17e)],transports[a66_0x5ead2c(0x17a)]]};exports[a66_0x5ead2c(0x171)]=new winston[(a66_0x5ead2c(0x16c))](winstonLoggerParams),exports[a66_0x5ead2c(0x181)]=new winston[(a66_0x5ead2c(0x16c))](winstonFileLoggerParams),exports[a66_0x5ead2c(0x15f)]=logDir,exports['transports']=transports;
@@ -1 +1 @@
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
+ var a67_0x4b6261=a67_0x10c0;(function(_0x35e7f6,_0x3e6944){var _0x4c840a=a67_0x10c0,_0x1e81e5=_0x35e7f6();while(!![]){try{var _0x3a3680=parseInt(_0x4c840a(0xff))/0x1+-parseInt(_0x4c840a(0x100))/0x2+-parseInt(_0x4c840a(0x119))/0x3+-parseInt(_0x4c840a(0x105))/0x4*(-parseInt(_0x4c840a(0x11b))/0x5)+parseInt(_0x4c840a(0x101))/0x6*(parseInt(_0x4c840a(0x10d))/0x7)+-parseInt(_0x4c840a(0x112))/0x8+parseInt(_0x4c840a(0x117))/0x9*(-parseInt(_0x4c840a(0x116))/0xa);if(_0x3a3680===_0x3e6944)break;else _0x1e81e5['push'](_0x1e81e5['shift']());}catch(_0x5d167f){_0x1e81e5['push'](_0x1e81e5['shift']());}}}(a67_0x43e1,0x4c636),exports[a67_0x4b6261(0x115)]=_0x4ac6c0=>{var _0x26d003=a67_0x4b6261,_0x35c66b={'LzaQn':'0|5|4|3|1|2','heObC':_0x26d003(0x10f),'buGIt':function(_0x2d77f3,_0x362419){return _0x2d77f3(_0x362419);},'inilx':function(_0x96e1a,_0x45c94e){return _0x96e1a!==_0x45c94e;},'fwzCp':_0x26d003(0x107)},_0x4cdd39=_0x35c66b[_0x26d003(0x103)]['split']('|'),_0x2316c0=0x0;while(!![]){switch(_0x4cdd39[_0x2316c0++]){case'0':var _0x39c24a={'TRmYl':_0x35c66b[_0x26d003(0x108)],'tVNtU':function(_0x5905aa,_0xbf4957){var _0x1dc1a9=_0x26d003;return _0x35c66b[_0x1dc1a9(0x114)](_0x5905aa,_0xbf4957);}};continue;case'1':_0x4ac6c0[_0x26d003(0xf9)]=_0x4ac6c0['takeScreenshot'];continue;case'2':_0x4ac6c0[_0x26d003(0x102)]=()=>{var _0x44fd75={'TWuAd':_0x39c24a['TRmYl'],'Nttzo':function(_0x23e505,_0x5e8a44){var _0x1da4a0=a67_0x10c0;return _0x39c24a[_0x1da4a0(0xf7)](_0x23e505,_0x5e8a44);}};return new Promise(function(_0x9d5f78,_0x34fe2c){var _0x2af90d=a67_0x10c0;_0x4ac6c0['initScreenshot']()[_0x2af90d(0xfb)](_0x10c272=>{var _0x16e2b3=_0x2af90d;process[_0x16e2b3(0x10c)](_0x16e2b3(0x10e)+process[_0x16e2b3(0xfc)],{'timestamp':new Date()['toISOString'](),'message':_0x10c272,'kind':_0x44fd75[_0x16e2b3(0x106)]}),_0x44fd75[_0x16e2b3(0xf6)](_0x9d5f78,_0x10c272);});});};continue;case'3':_0x4ac6c0[_0x26d003(0xf5)]=!![];continue;case'4':if(_0x4ac6c0['patchScreenshot'])return;continue;case'5':if(_0x35c66b[_0x26d003(0x118)](process[_0x26d003(0x10a)]['BS_TESTOPS_ALLOW_SCREENSHOTS'],_0x35c66b[_0x26d003(0xf8)]))return;continue;}break;}},exports[a67_0x4b6261(0xfe)]=(_0xf1c16f,_0x5bebf8=null)=>{var _0x4fd71f=a67_0x4b6261,_0xbf2a70={'ZFkbI':_0x4fd71f(0x11a),'YjTon':function(_0x31e639){return _0x31e639();},'HEkJn':function(_0x9ed77a,_0x18b2a8){return _0x9ed77a>_0x18b2a8;}},_0x13caef=_0xbf2a70[_0x4fd71f(0xfd)]['split']('|'),_0x275fd8=0x0;while(!![]){switch(_0x13caef[_0x275fd8++]){case'0':_0xf1c16f[_0x4fd71f(0x11d)]=_0xf1c16f[_0x4fd71f(0x111)];continue;case'1':var _0x341c71={'HtzXY':function(_0x2b8bc9){var _0x3fbd2a=_0x4fd71f;return _0xbf2a70[_0x3fbd2a(0x110)](_0x2b8bc9);},'uAcat':function(_0x9146b2,_0x4c03c4){return _0xbf2a70['HEkJn'](_0x9146b2,_0x4c03c4);},'xpNqW':function(_0x100192,_0x14d2a3){var _0x523cc9=_0x4fd71f;return _0xbf2a70[_0x523cc9(0x109)](_0x100192,_0x14d2a3);}};continue;case'2':_0xf1c16f['quit']=()=>{var _0xe50986=_0x4fd71f;if(_0x5bebf8){_0x5bebf8['quitCount_']+=0x1;if(_0x341c71[_0xe50986(0x11c)](_0x5bebf8[_0xe50986(0x113)],0x1))return _0xf1c16f[_0xe50986(0x11d)]();}else{_0xf1c16f['quitCount_']+=0x1;if(_0x341c71[_0xe50986(0x104)](_0xf1c16f[_0xe50986(0x113)],0x1))return _0xf1c16f[_0xe50986(0x11d)]();}return new Promise(function(_0x3810ab){var _0xfb248d=_0xe50986;_0x341c71[_0xfb248d(0xfa)](_0x3810ab);});};continue;case'3':if(_0xf1c16f[_0x4fd71f(0x10b)])return;continue;case'4':_0xf1c16f[_0x4fd71f(0x10b)]=!![];continue;}break;}});function a67_0x10c0(_0x2c2da6,_0xd550d6){var _0x43e15c=a67_0x43e1();return a67_0x10c0=function(_0x10c04e,_0x3a5b45){_0x10c04e=_0x10c04e-0xf5;var _0x186f86=_0x43e15c[_0x10c04e];return _0x186f86;},a67_0x10c0(_0x2c2da6,_0xd550d6);}function a67_0x43e1(){var _0x23cf91=['350616kJbjUr','6HJBJYc','takeScreenshot','LzaQn','xpNqW','19652ESkuQg','TWuAd','true','heObC','HEkJn','env','patchQuit','emit','403543IBOYjJ','bs:addLog:','TEST_SCREENSHOT','YjTon','quit','7840LGYOUM','quitCount_','buGIt','overrideTakeScreenshot','130Krzmvw','37647uENXTs','inilx','73506OIDWct','1|3|4|0|2','145CXPCpU','uAcat','initQuit','patchScreenshot','Nttzo','tVNtU','fwzCp','initScreenshot','HtzXY','then','pid','ZFkbI','overrideQuit','367929XeSmPP'];a67_0x43e1=function(){return _0x23cf91;};return a67_0x43e1();}
@@ -1 +1 @@
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
+ const a68_0x4b636b=a68_0xc3f2;function a68_0x48ec(){const _0x291f35=['mUGfU','UxcRX','sHPOJ','createPercyConfig','path','nodeRequest','xgUsx','app','Error\x20creating\x20percy\x20config:\x20','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','10bqMQYV','DYpEV','Percy\x20fetch\x20token\x20success','env','percyOptions','&type=','NAgEH','join','tqBTK','writeFile','2048pAkiIb','1807554kYzwFj','stdout','BROWSERSTACK_TESTHUB_UUID','2039787eBdCGH','PMvVE','exports','ENV_VAR','debug','pipe','../logger','OxPnC','TuFko','GiDcR','8SeGylK','stop','Percy\x20healthcheck\x20successful','iGJtA','start','version','../helper','close','2hZbXIa','MCRrU','1062480kuTaoA','push','PERCY_SERVER_ADDRESS','percy/healthcheck','YjYBH','error','stringify','4926350mPTnYU','token','data','getBinaryPath','stderr','assign','isProcessRunning','child_process','percy.json','exec:stop','1140986DSQdMC','270MVnaRJ','isRunning','createWriteStream','automate','healthcheck','wWIDW','Sevcr','projectName','fetchPercyToken','aCzJS','api/app_percy/get_project_token?name=','103924TwvGnE'];a68_0x48ec=function(){return _0x291f35;};return a68_0x48ec();}(function(_0x132dc6,_0x1b249c){const _0xd1f3e4=a68_0xc3f2,_0xc84430=_0x132dc6();while(!![]){try{const _0x225feb=parseInt(_0xd1f3e4(0xb8))/0x1*(parseInt(_0xd1f3e4(0xd7))/0x2)+parseInt(_0xd1f3e4(0xba))/0x3+parseInt(_0xd1f3e4(0xa2))/0x4*(-parseInt(_0xd1f3e4(0xcc))/0x5)+parseInt(_0xd1f3e4(0xa3))/0x6+-parseInt(_0xd1f3e4(0xcb))/0x7*(-parseInt(_0xd1f3e4(0xb0))/0x8)+parseInt(_0xd1f3e4(0xa6))/0x9*(-parseInt(_0xd1f3e4(0x98))/0xa)+-parseInt(_0xd1f3e4(0xc1))/0xb;if(_0x225feb===_0x1b249c)break;else _0xc84430['push'](_0xc84430['shift']());}catch(_0x337745){_0xc84430['push'](_0xc84430['shift']());}}}(a68_0x48ec,0x35c28));const fs=require('fs'),path=require(a68_0x4b636b(0x92)),os=require('os'),{spawn}=require(a68_0x4b636b(0xc8)),helper=require(a68_0x4b636b(0xb6)),logger=require(a68_0x4b636b(0xac))['winstonLogger'],{logDir}=require(a68_0x4b636b(0xac)),testHubConstants=require('../../helpers/testhub/constants'),PercyBinary=require('./PercyBinary');function a68_0xc3f2(_0x28b4a1,_0x124623){const _0x48ec1e=a68_0x48ec();return a68_0xc3f2=function(_0xc3f225,_0x2812b2){_0xc3f225=_0xc3f225-0x92;let _0x389ca9=_0x48ec1e[_0xc3f225];return _0x389ca9;},a68_0xc3f2(_0x28b4a1,_0x124623);}class Percy{#logfile=path[a68_0x4b636b(0x9f)](logDir,'percy.log');#address=process[a68_0x4b636b(0x9b)][a68_0x4b636b(0xbc)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a68_0x4b636b(0xc7)]=![];constructor(_0x29f11c){const _0x14e813=a68_0x4b636b;this.#config=_0x29f11c,!!_0x29f11c[_0x14e813(0x95)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x4ba25c=a68_0x4b636b;if(!this.#binaryPath){const _0x23595e=new PercyBinary();this.#binaryPath=await _0x23595e[_0x4ba25c(0xc4)](this.#config);}return this.#binaryPath;}async #sleep(_0x47994e){return new Promise(_0x3463e3=>setTimeout(_0x3463e3,_0x47994e));}async[a68_0x4b636b(0xd0)](){const _0x2ba3fa=a68_0x4b636b,_0x3d6b86={};_0x3d6b86[_0x2ba3fa(0xbe)]='GET',_0x3d6b86[_0x2ba3fa(0xd8)]=_0x2ba3fa(0xbd);const _0x5883ec=_0x3d6b86;try{const _0x10a940=await helper[_0x2ba3fa(0x93)](_0x5883ec[_0x2ba3fa(0xbe)],_0x5883ec[_0x2ba3fa(0xd8)],null,null,this.#address);if(_0x10a940)return!![];}catch(_0x113280){return![];}}async[a68_0x4b636b(0xb4)](){const _0x4e41cd=a68_0x4b636b,_0xf84bef={'aCzJS':'app:exec','Sevcr':'exec','mIdzq':function(_0x5de12b,_0xfb59d8,_0x2443e4,_0x25a752){return _0x5de12b(_0xfb59d8,_0x2443e4,_0x25a752);},'sHPOJ':_0x4e41cd(0xb7),'TuFko':_0x4e41cd(0xb2)},_0x2626e1=await this.#getBinaryPath(),_0xeeed33={};_0xeeed33['flags']='a';const _0x12d360=fs[_0x4e41cd(0xce)](this.#logfile,_0xeeed33),_0x89ba19=await this['fetchPercyToken'](),_0x2daea2=await this[_0x4e41cd(0xdb)]();if(!_0x89ba19)return![];const _0x2fcb91=[(this.#isApp?_0xf84bef[_0x4e41cd(0xd5)]:_0xf84bef[_0x4e41cd(0xd2)])+':start'];_0x2daea2&&_0x2fcb91[_0x4e41cd(0xbb)]('-c',_0x2daea2);this.#proc=_0xf84bef['mIdzq'](spawn,_0x2626e1,_0x2fcb91,{'env':Object[_0x4e41cd(0xc6)](process['env'],{'PERCY_TOKEN':_0x89ba19,'TH_BUILD_UUID':process['env'][testHubConstants[_0x4e41cd(0xa9)][_0x4e41cd(0xa5)]]})}),this.#proc[_0x4e41cd(0xa4)][_0x4e41cd(0xab)](_0x12d360),this.#proc[_0x4e41cd(0xc5)]['pipe'](_0x12d360),this[_0x4e41cd(0xc7)]=!![];var _0x481135=this;this.#proc['on'](_0xf84bef[_0x4e41cd(0xda)],function(_0x56904b){const _0x350bcc=_0x4e41cd;_0x481135[_0x350bcc(0xc7)]=![];});do{const _0x395fd1=await this['healthcheck']();if(_0x395fd1)return logger[_0x4e41cd(0xaa)](_0xf84bef[_0x4e41cd(0xae)]),!![];await this.#sleep(0x3e8);}while(this[_0x4e41cd(0xc7)]);return![];}async[a68_0x4b636b(0xb1)](){const _0x39960a=a68_0x4b636b,_0x519358={'YqYxo':function(_0x3ec78f,_0x4442fd){return _0x3ec78f(_0x4442fd);},'HkrbH':function(_0x207b5a,_0x397151,_0xae4965){return _0x207b5a(_0x397151,_0xae4965);},'GiDcR':_0x39960a(0xca),'UxcRX':_0x39960a(0xb7)},_0x2a135a=await this.#getBinaryPath();return new Promise((_0x296701,_0x2738dc)=>{const _0x2d7e3b=_0x39960a,_0x5bb16c={'dWKWX':function(_0x320216,_0x324905){return _0x519358['YqYxo'](_0x320216,_0x324905);}},_0x5e02d6=_0x519358['HkrbH'](spawn,_0x2a135a,[_0x519358[_0x2d7e3b(0xaf)]]);_0x5e02d6['on'](_0x519358[_0x2d7e3b(0xd9)],_0x107f9d=>{this['isProcessRunning']=![],_0x5bb16c['dWKWX'](_0x296701,_0x107f9d);});});}[a68_0x4b636b(0xcd)](){const _0x3f1c92=a68_0x4b636b;return this[_0x3f1c92(0xc7)];}async[a68_0x4b636b(0xd4)](){const _0x55b1f3=a68_0x4b636b,_0x454dfc={};_0x454dfc[_0x55b1f3(0xad)]=_0x55b1f3(0x95),_0x454dfc[_0x55b1f3(0x94)]=_0x55b1f3(0xcf),_0x454dfc[_0x55b1f3(0xb3)]='GET',_0x454dfc[_0x55b1f3(0xb9)]=_0x55b1f3(0x9a);const _0x7fd2c=_0x454dfc,_0x237e42=this.#config[_0x55b1f3(0xd3)];try{const _0x598639=this.#isApp?_0x7fd2c[_0x55b1f3(0xad)]:_0x7fd2c[_0x55b1f3(0x94)],_0x1185aa=await helper[_0x55b1f3(0x93)](_0x7fd2c[_0x55b1f3(0xb3)],_0x55b1f3(0xd6)+_0x237e42+_0x55b1f3(0x9d)+_0x598639,{},this.#config),_0x15b21e=_0x1185aa[_0x55b1f3(0xc3)];return logger['debug'](_0x7fd2c[_0x55b1f3(0xb9)]),_0x15b21e[_0x55b1f3(0xc2)];}catch(_0x2a10a0){return logger[_0x55b1f3(0xbf)](_0x55b1f3(0x97)+_0x2a10a0),null;}}async[a68_0x4b636b(0xdb)](){const _0x43650b=a68_0x4b636b,_0x4fc70c={'vwHey':function(_0x35e185,_0x565ce2){return _0x35e185(_0x565ce2);},'wWIDW':function(_0x481944,_0x7e3a67){return _0x481944+_0x7e3a67;},'tqBTK':'Percy\x20config\x20created\x20at\x20','JCAqg':function(_0x3dbf1c,_0x1f4be2){return _0x3dbf1c(_0x1f4be2);},'PMvVE':_0x43650b(0xc9)};if(!this.#config[_0x43650b(0x9c)])return null;const _0x53be76=path[_0x43650b(0x9f)](os['tmpdir'](),_0x4fc70c[_0x43650b(0xa7)]),_0x64abd5=this.#config[_0x43650b(0x9c)];return!_0x64abd5[_0x43650b(0xb5)]&&(_0x64abd5['version']='2'),new Promise((_0x34bd86,_0x338653)=>{const _0x154094=_0x43650b,_0x253469={'dpSNh':function(_0x2442d0,_0x469e48){return _0x4fc70c['vwHey'](_0x2442d0,_0x469e48);},'NAgEH':function(_0x1bc907,_0x6dcef7){const _0x3e86d3=a68_0xc3f2;return _0x4fc70c[_0x3e86d3(0xd1)](_0x1bc907,_0x6dcef7);},'DYpEV':_0x4fc70c[_0x154094(0xa0)],'YjAlN':function(_0x43ef1b,_0x3ed5e2){return _0x4fc70c['JCAqg'](_0x43ef1b,_0x3ed5e2);}};fs[_0x154094(0xa1)](_0x53be76,JSON[_0x154094(0xc0)](_0x64abd5),_0x4e0989=>{const _0x59a1b0=_0x154094;_0x4e0989&&(logger[_0x59a1b0(0xbf)](_0x59a1b0(0x96)+_0x4e0989),_0x253469['dpSNh'](_0x34bd86,null)),logger[_0x59a1b0(0xaa)](_0x253469[_0x59a1b0(0x9e)](_0x253469[_0x59a1b0(0x99)],_0x53be76)),_0x253469['YjAlN'](_0x34bd86,_0x53be76);});});}}module[a68_0x4b636b(0xa8)]=Percy;
@@ -1 +1 @@
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
+ const a69_0x4a502a=a69_0x3e63;function a69_0xa5b5(){const _0x2fed0a=['test','darwin','OOfFq','kpFln','AAQPC','getBinaryPath','/root','55iHSQJa','bxnmA','cwd','RfKmP','readEntry','https-proxy-agent','HOMEPATH','.browserstack','USERNAME','LiQcZ','undefined','pIRbp','/percy-linux.zip','YIgff','W_OK','aICmd','PZdRE','rXnHA','TuQLe','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','/percy-osx.zip','JzuOZ','9171InfOyV','xMuIS','HmOik','530kpxeVg','bOhkR','proxyPort','ykTMm','czCCR','openReadStream','oRQdD','url','yauzl','2943278YybDHK','end','xgAoy','1679706oIZsKc','stdout','../logger','mZBLk','TtGYR','/percy-win.zip','81462ePkDYY','host','readFileSync','path','open','--version','homedir','inBkc','X_OK','DWyBB','close','tmpdir','DVeZi','accessSync','YfKYn','HWkxU','once','getuid','LIqXZ','proxyHost','download','HOMEDRIVE','platform','linux','jgSta','QsnNI','entry','0755','90IEfFbC','skgCK','xoMrb','hdpro','XPbwL','join','ObSAt','error','exports','USER','validateBinary','percy','fileName','YnFJa','4pIlJsA','hLaCm','HOME','WRJQW','child_process','get','ITyOW','1640883bPZSzH','chmod','QKjZv','Corrupt\x20percy\x20binary,\x20retrying','PxCnO','7951Gfevjp','/home/','CZzqi','fvLtk','GZsSY','cAELj','iwwzt','cIGOf','fTwir','272WFlFRI','8ESmEyy','LiTSj','winstonLogger','84kJPpuJ','statSync','bdruO','length','cUyFa','SxIIx','AircT','data','LNAME','sOzbK','match','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','useCaCertificate','pipe','WBrIF','yIcSC','HjftN','fSplk','601572BJQaaF','hDLQI','LRkDQ','NyxCG','qBHvw','mkdirSync'];a69_0xa5b5=function(){return _0x2fed0a;};return a69_0xa5b5();}function a69_0x3e63(_0x29f8d1,_0x425237){const _0xa5b58=a69_0xa5b5();return a69_0x3e63=function(_0x3e63e4,_0xd7bcce){_0x3e63e4=_0x3e63e4-0x15c;let _0x3d7fa8=_0xa5b58[_0x3e63e4];return _0x3d7fa8;},a69_0x3e63(_0x29f8d1,_0x425237);}(function(_0x1a11bd,_0x202e14){const _0x124e7a=a69_0x3e63,_0x1dee21=_0x1a11bd();while(!![]){try{const _0x330e1c=-parseInt(_0x124e7a(0x176))/0x1*(-parseInt(_0x124e7a(0x17f))/0x2)+parseInt(_0x124e7a(0x171))/0x3*(parseInt(_0x124e7a(0x16a))/0x4)+parseInt(_0x124e7a(0x15c))/0x5*(parseInt(_0x124e7a(0x1cd))/0x6)+parseInt(_0x124e7a(0x1c7))/0x7*(parseInt(_0x124e7a(0x180))/0x8)+parseInt(_0x124e7a(0x1b8))/0x9*(parseInt(_0x124e7a(0x1bb))/0xa)+-parseInt(_0x124e7a(0x1a2))/0xb*(parseInt(_0x124e7a(0x195))/0xc)+parseInt(_0x124e7a(0x1c4))/0xd*(-parseInt(_0x124e7a(0x183))/0xe);if(_0x330e1c===_0x202e14)break;else _0x1dee21['push'](_0x1dee21['shift']());}catch(_0x564b0a){_0x1dee21['push'](_0x1dee21['shift']());}}}(a69_0xa5b5,0x881f5));const {https}=require('follow-redirects'),url=require(a69_0x4a502a(0x1c2)),yauzl=require(a69_0x4a502a(0x1c3)),fs=require('fs'),path=require(a69_0x4a502a(0x1d0)),os=require('os'),{spawn}=require(a69_0x4a502a(0x16e)),HttpsProxyAgent=require(a69_0x4a502a(0x1a7)),logger=require(a69_0x4a502a(0x1c9))[a69_0x4a502a(0x182)];class PercyBinary{#hostOS=process[a69_0x4a502a(0x1e3)];#httpPath=null;#binaryName=a69_0x4a502a(0x167);#orderedPaths=[path[a69_0x4a502a(0x161)](this.#homedir(),a69_0x4a502a(0x1a9)),process[a69_0x4a502a(0x1a4)](),os[a69_0x4a502a(0x1d8)]()];constructor(){const _0x398592=a69_0x4a502a,_0x24a32a={};_0x24a32a[_0x398592(0x1ba)]='https://github.com/percy/cli/releases/latest/download',_0x24a32a[_0x398592(0x1bc)]=function(_0x2d9e2e,_0x3eee89){return _0x2d9e2e+_0x3eee89;},_0x24a32a[_0x398592(0x15f)]=_0x398592(0x1b6),_0x24a32a[_0x398592(0x1b2)]=_0x398592(0x1cc),_0x24a32a[_0x398592(0x198)]='percy.exe',_0x24a32a[_0x398592(0x17d)]=_0x398592(0x1ae);const _0x5554c6=_0x24a32a,_0x5bbfb4=_0x5554c6[_0x398592(0x1ba)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x5554c6[_0x398592(0x1bc)](_0x5bbfb4,_0x5554c6[_0x398592(0x15f)]);else this.#hostOS[_0x398592(0x18d)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x5554c6['bOhkR'](_0x5bbfb4,_0x5554c6[_0x398592(0x1b2)]),this.#binaryName=_0x5554c6[_0x398592(0x198)]):this.#httpPath=_0x5554c6[_0x398592(0x1bc)](_0x5bbfb4,_0x5554c6[_0x398592(0x17d)]);}#getAvailableDirs(){const _0x4b9e72=a69_0x4a502a,_0x37db04={};_0x37db04[_0x4b9e72(0x1c6)]=function(_0x2cf3ec,_0x206e95){return _0x2cf3ec<_0x206e95;},_0x37db04[_0x4b9e72(0x1b1)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x3fe1a4=_0x37db04;for(var _0x4163cb=0x0;_0x3fe1a4[_0x4b9e72(0x1c6)](_0x4163cb,this.#orderedPaths[_0x4b9e72(0x186)]);_0x4163cb++){var _0x5006e8=this.#orderedPaths[_0x4163cb];if(this.#makePath(_0x5006e8))return _0x5006e8;}throw new Error(_0x3fe1a4[_0x4b9e72(0x1b1)]);}#makePath(_0x585252){const _0x57a85e=a69_0x4a502a;try{return!this.#checkPath(_0x585252)&&fs[_0x57a85e(0x19a)](_0x585252),!![];}catch{return![];}}#checkPath(_0x45d96d,_0x208d53){const _0x401976=a69_0x4a502a,_0x46ded8={};_0x46ded8[_0x401976(0x16b)]=function(_0x47c69b,_0x57c33b){return _0x47c69b|_0x57c33b;},_0x46ded8['iwwzt']=function(_0x5edf7d,_0x4685a1){return _0x5edf7d!==_0x4685a1;},_0x46ded8[_0x401976(0x19f)]=_0x401976(0x1ac);const _0x94576d=_0x46ded8;_0x208d53=_0x208d53||_0x94576d['hLaCm'](fs['R_OK'],fs[_0x401976(0x1b0)]);try{return fs[_0x401976(0x1da)](_0x45d96d,_0x208d53),!![];}catch(_0x4048bb){if(_0x94576d[_0x401976(0x17c)](typeof fs['accessSync'],_0x94576d[_0x401976(0x19f)]))return![];try{return fs[_0x401976(0x184)](_0x45d96d),!![];}catch(_0x5c93b5){return![];}}}async[a69_0x4a502a(0x1a0)](_0x180e11){const _0x360a6b=a69_0x4a502a,_0x1669b7={};_0x1669b7['fSplk']=_0x360a6b(0x174);const _0xfeba32=_0x1669b7;var _0x5f3dcb=this.#getAvailableDirs(),_0xc8c0=path['join'](_0x5f3dcb,this.#binaryName);if(this.#checkPath(_0xc8c0,fs[_0x360a6b(0x1d5)]))return _0xc8c0;const _0x56047f=await this['download'](_0x180e11,_0x5f3dcb),_0x516a86=await this[_0x360a6b(0x166)](_0x56047f);if(!_0x516a86)return logger[_0x360a6b(0x163)](_0xfeba32[_0x360a6b(0x194)]),await this[_0x360a6b(0x1e1)](_0x180e11,_0x5f3dcb);return _0x56047f;}async[a69_0x4a502a(0x166)](_0x5c757b){const _0x43f78f=a69_0x4a502a,_0x2e15a4={'mZBLk':function(_0x3abfb7,_0x5ea0c3){return _0x3abfb7(_0x5ea0c3);},'qBHvw':function(_0x5499d6,_0x2aa45f,_0x18f0bc){return _0x5499d6(_0x2aa45f,_0x18f0bc);},'DVeZi':_0x43f78f(0x1d2),'inBkc':_0x43f78f(0x18a),'SxIIx':'close'},_0xf5d168=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x2b2d68,_0x16aa5b)=>{const _0x1cafd5=_0x43f78f,_0x5b5152={'GZsSY':function(_0x7e37fd,_0x3bd67a){return _0x2e15a4['mZBLk'](_0x7e37fd,_0x3bd67a);},'xoMrb':function(_0x32d228,_0x40a7e1){const _0x40b91b=a69_0x3e63;return _0x2e15a4[_0x40b91b(0x1ca)](_0x32d228,_0x40a7e1);}},_0x453f28=_0x2e15a4[_0x1cafd5(0x199)](spawn,_0x5c757b,[_0x2e15a4[_0x1cafd5(0x1d9)]]);_0x453f28[_0x1cafd5(0x1c8)]['on'](_0x2e15a4[_0x1cafd5(0x1d4)],_0x3a7f50=>{const _0x3ceee1=_0x1cafd5;_0xf5d168[_0x3ceee1(0x19b)](_0x3a7f50)&&_0x5b5152[_0x3ceee1(0x17a)](_0x2b2d68,!![]);}),_0x453f28['on'](_0x2e15a4[_0x1cafd5(0x188)],()=>{const _0x5bb4f2=_0x1cafd5;_0x5b5152[_0x5bb4f2(0x15e)](_0x2b2d68,![]);});});}['download'](_0x4f0c23,_0x5d5960){const _0x21c306=a69_0x4a502a,_0x3e98ed={'yIcSC':function(_0x306b92,_0x1f6c86){return _0x306b92(_0x1f6c86);},'LRkDQ':_0x21c306(0x1c5),'fvLtk':function(_0x3ae874,_0x2703ef){return _0x3ae874===_0x2703ef;},'LiTSj':_0x21c306(0x1e8),'skgCK':_0x21c306(0x1e7),'TtGYR':_0x21c306(0x163),'FhEGi':_0x21c306(0x1d7),'IyHJh':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','QsnNI':function(_0x10ce18,_0x4126e9){return _0x10ce18(_0x4126e9);},'cAELj':_0x21c306(0x1b5),'QjrhV':_0x21c306(0x18e),'czCCR':function(_0x3665f0,_0x1ba92d){return _0x3665f0(_0x1ba92d);},'IijBd':function(_0x322e53,_0x1e2fd3){return _0x322e53+_0x1e2fd3;},'AircT':'.zip','LIqXZ':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x5d5960)&&fs[_0x21c306(0x19a)](_0x5d5960);const _0x4e75c6=this.#binaryName,_0x224f76=path[_0x21c306(0x161)](_0x5d5960,_0x3e98ed['IijBd'](_0x4e75c6,_0x3e98ed[_0x21c306(0x189)])),_0x558a54=path[_0x21c306(0x161)](_0x5d5960,_0x4e75c6),_0xf71163=fs['createWriteStream'](_0x224f76),_0x530cdc=url['parse'](this.#httpPath);if(_0x4f0c23[_0x21c306(0x1e0)]&&_0x4f0c23[_0x21c306(0x1bd)]){const _0x5004a2={};_0x5004a2[_0x21c306(0x1ce)]=_0x4f0c23[_0x21c306(0x1e0)],_0x5004a2['port']=_0x4f0c23[_0x21c306(0x1bd)],_0x530cdc['agent']=new HttpsProxyAgent(_0x5004a2);}if(_0x4f0c23[_0x21c306(0x18f)])try{_0x530cdc['ca']=fs[_0x21c306(0x1cf)](_0x4f0c23[_0x21c306(0x18f)]);}catch(_0x1b087d){logger[_0x21c306(0x163)](_0x3e98ed[_0x21c306(0x1df)],_0x1b087d);}return new Promise((_0x598e95,_0x33e2c3)=>{const _0x52672b=_0x21c306,_0x4a6573={'bxnmA':_0x3e98ed['IyHJh'],'WRJQW':function(_0x1b521c,_0x1063da){const _0x1e9d87=a69_0x3e63;return _0x3e98ed[_0x1e9d87(0x1e6)](_0x1b521c,_0x1063da);},'DWyBB':_0x3e98ed[_0x52672b(0x17b)],'TuQLe':function(_0x2f5df8,_0x27a7eb){const _0x2df067=_0x52672b;return _0x3e98ed[_0x2df067(0x192)](_0x2f5df8,_0x27a7eb);},'PxCnO':_0x3e98ed['QjrhV'],'XPbwL':function(_0x428330,_0x58d62b){const _0x1cb499=_0x52672b;return _0x3e98ed[_0x1cb499(0x1bf)](_0x428330,_0x58d62b);}};https[_0x52672b(0x16f)](_0x530cdc,function(_0x10f85b){const _0x5536e3=_0x52672b,_0x687037={'cUyFa':function(_0x1c41c2,_0x2747a9){return _0x3e98ed['yIcSC'](_0x1c41c2,_0x2747a9);},'RfKmP':_0x3e98ed[_0x5536e3(0x197)],'mrykZ':function(_0x24bc75,_0xca53d3){const _0x460da8=_0x5536e3;return _0x3e98ed[_0x460da8(0x179)](_0x24bc75,_0xca53d3);},'QKjZv':function(_0x5e36e3,_0x59d1d8){const _0x7c86a6=_0x5536e3;return _0x3e98ed[_0x7c86a6(0x192)](_0x5e36e3,_0x59d1d8);},'LiQcZ':_0x3e98ed[_0x5536e3(0x181)],'rvOxi':function(_0x28b94a,_0x20d23a){const _0x50c310=_0x5536e3;return _0x3e98ed[_0x50c310(0x192)](_0x28b94a,_0x20d23a);},'kzWdr':_0x3e98ed[_0x5536e3(0x15d)],'WBrIF':_0x3e98ed[_0x5536e3(0x1cb)]};_0x10f85b[_0x5536e3(0x190)](_0xf71163),_0x10f85b['on'](_0x3e98ed[_0x5536e3(0x1cb)],function(_0x31e525){const _0x3d7260=_0x5536e3;logger['error'](_0x4a6573[_0x3d7260(0x1a3)],_0x31e525),_0x4a6573[_0x3d7260(0x16d)](_0x33e2c3,_0x31e525);}),_0xf71163['on'](_0x3e98ed[_0x5536e3(0x1cb)],function(_0x17272c){const _0x12f42b=_0x5536e3;logger[_0x12f42b(0x163)](_0x4a6573[_0x12f42b(0x1d6)],_0x17272c),_0x4a6573[_0x12f42b(0x1b4)](_0x33e2c3,_0x17272c);}),_0xf71163['on'](_0x3e98ed['FhEGi'],function(){const _0x356a91=_0x5536e3,_0x27e3a7={'YIgff':function(_0x5e1ef0,_0x5d9554){const _0xabf376=a69_0x3e63;return _0x4a6573[_0xabf376(0x1b4)](_0x5e1ef0,_0x5d9554);}},_0x1a264d={};_0x1a264d['lazyEntries']=!![],yauzl[_0x356a91(0x1d1)](_0x224f76,_0x1a264d,function(_0x330dcb,_0x5480b2){const _0x238dff=_0x356a91,_0x5e21c1={'ObSAt':function(_0x584565,_0x1f545f){const _0xfe6a18=a69_0x3e63;return _0x687037[_0xfe6a18(0x187)](_0x584565,_0x1f545f);},'fTwir':_0x687037[_0x238dff(0x1a5)],'kpFln':function(_0x1251f0,_0x5c4b56){return _0x687037['mrykZ'](_0x1251f0,_0x5c4b56);},'ITyOW':function(_0x4e691e,_0x23dcc9){const _0x4190af=_0x238dff;return _0x687037[_0x4190af(0x173)](_0x4e691e,_0x23dcc9);},'sOzbK':_0x687037[_0x238dff(0x1ab)]};_0x330dcb&&_0x687037['rvOxi'](_0x33e2c3,_0x330dcb),_0x5480b2['readEntry'](),_0x5480b2['on'](_0x687037['kzWdr'],_0x52ed61=>{const _0x4f81a4=_0x238dff;if(/\/$/[_0x4f81a4(0x19b)](_0x52ed61[_0x4f81a4(0x168)]))_0x5480b2['readEntry']();else{const _0x197f6f=fs['createWriteStream'](path[_0x4f81a4(0x161)](_0x5d5960,_0x52ed61[_0x4f81a4(0x168)]));_0x5480b2[_0x4f81a4(0x1c0)](_0x52ed61,function(_0x4cda42,_0x5680aa){const _0x3e71eb=_0x4f81a4;_0x4cda42&&_0x5e21c1[_0x3e71eb(0x162)](_0x33e2c3,_0x330dcb),_0x5680aa['on'](_0x5e21c1[_0x3e71eb(0x17e)],function(){const _0x4eef3d=_0x3e71eb;_0x197f6f['close'](),_0x5480b2[_0x4eef3d(0x1a6)]();}),_0x5680aa['pipe'](_0x197f6f);}),_0x5e21c1[_0x4f81a4(0x19e)](_0x52ed61[_0x4f81a4(0x168)],_0x4e75c6)&&_0x5480b2[_0x4f81a4(0x1d7)]();}}),_0x5480b2['on'](_0x687037[_0x238dff(0x191)],_0x234e6e=>{const _0x3e54da=_0x238dff;_0x27e3a7[_0x3e54da(0x1af)](_0x33e2c3,_0x234e6e);}),_0x5480b2[_0x238dff(0x1dd)](_0x687037['RfKmP'],()=>{const _0x5ba68d=_0x238dff;fs[_0x5ba68d(0x172)](_0x558a54,_0x5e21c1[_0x5ba68d(0x18c)],function(_0x3c1f8e){const _0x122f8a=_0x5ba68d;_0x3c1f8e&&_0x5e21c1[_0x122f8a(0x162)](_0x33e2c3,_0x3c1f8e),_0x5e21c1[_0x122f8a(0x170)](_0x598e95,_0x558a54);}),_0x5480b2['close']();});});});})['on'](_0x3e98ed[_0x52672b(0x1cb)],function(_0x2431e9){const _0x51ec49=_0x52672b;logger[_0x51ec49(0x163)](_0x4a6573[_0x51ec49(0x175)],_0x2431e9),_0x4a6573[_0x51ec49(0x160)](_0x33e2c3,_0x2431e9);});});}#homedir(){const _0x40d69a=a69_0x4a502a,_0x5704f9={};_0x5704f9[_0x40d69a(0x185)]=function(_0x1a475d,_0x249c1b){return _0x1a475d===_0x249c1b;},_0x5704f9[_0x40d69a(0x1b3)]='function',_0x5704f9['pIRbp']=function(_0x4e3444,_0x57cf96){return _0x4e3444===_0x57cf96;},_0x5704f9[_0x40d69a(0x193)]='win32',_0x5704f9[_0x40d69a(0x1e5)]=function(_0x2ef4c0,_0x2e81cc){return _0x2ef4c0+_0x2e81cc;},_0x5704f9[_0x40d69a(0x1b9)]=function(_0x334530,_0x56388c){return _0x334530===_0x56388c;},_0x5704f9[_0x40d69a(0x169)]=_0x40d69a(0x19c),_0x5704f9[_0x40d69a(0x178)]=function(_0x3d6f13,_0x1a6e5e){return _0x3d6f13+_0x1a6e5e;},_0x5704f9[_0x40d69a(0x1c1)]='/Users/',_0x5704f9[_0x40d69a(0x196)]=function(_0x3473a8,_0x42e56a){return _0x3473a8===_0x42e56a;},_0x5704f9[_0x40d69a(0x1be)]=_0x40d69a(0x1e4),_0x5704f9[_0x40d69a(0x1b7)]=function(_0x400ab0,_0xc28264){return _0x400ab0===_0xc28264;},_0x5704f9[_0x40d69a(0x19d)]=_0x40d69a(0x1a1),_0x5704f9[_0x40d69a(0x1db)]=_0x40d69a(0x177),_0x5704f9[_0x40d69a(0x1dc)]=function(_0x16493e,_0x1b8359){return _0x16493e||_0x1b8359;};const _0x3e1822=_0x5704f9;if(_0x3e1822[_0x40d69a(0x185)](typeof os[_0x40d69a(0x1d3)],_0x3e1822[_0x40d69a(0x1b3)]))return os['homedir']();const _0x5f0a39=process['env'],_0x5a15ce=_0x5f0a39[_0x40d69a(0x16c)],_0x23d146=_0x5f0a39['LOGNAME']||_0x5f0a39[_0x40d69a(0x165)]||_0x5f0a39[_0x40d69a(0x18b)]||_0x5f0a39[_0x40d69a(0x1aa)];if(_0x3e1822[_0x40d69a(0x1ad)](process[_0x40d69a(0x1e3)],_0x3e1822['HjftN']))return _0x5f0a39['USERPROFILE']||_0x3e1822[_0x40d69a(0x1e5)](_0x5f0a39[_0x40d69a(0x1e2)],_0x5f0a39[_0x40d69a(0x1a8)])||_0x5a15ce||null;if(_0x3e1822['xMuIS'](process[_0x40d69a(0x1e3)],_0x3e1822[_0x40d69a(0x169)]))return _0x5a15ce||(_0x23d146?_0x3e1822[_0x40d69a(0x178)](_0x3e1822[_0x40d69a(0x1c1)],_0x23d146):null);if(_0x3e1822[_0x40d69a(0x196)](process['platform'],_0x3e1822[_0x40d69a(0x1be)]))return _0x5a15ce||(_0x3e1822[_0x40d69a(0x1b7)](process[_0x40d69a(0x1de)](),0x0)?_0x3e1822[_0x40d69a(0x19d)]:_0x23d146?_0x3e1822[_0x40d69a(0x178)](_0x3e1822[_0x40d69a(0x1db)],_0x23d146):null);return _0x3e1822['HWkxU'](_0x5a15ce,null);}}module[a69_0x4a502a(0x164)]=PercyBinary;
@@ -1 +1 @@
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
+ var a70_0x396959=a70_0x58e0;(function(_0x1f796d,_0x447e18){var _0x2d10e0=a70_0x58e0,_0xcd0cf7=_0x1f796d();while(!![]){try{var _0x29132f=-parseInt(_0x2d10e0(0x106))/0x1+parseInt(_0x2d10e0(0x10c))/0x2+-parseInt(_0x2d10e0(0x109))/0x3+-parseInt(_0x2d10e0(0x112))/0x4*(parseInt(_0x2d10e0(0x113))/0x5)+parseInt(_0x2d10e0(0x107))/0x6*(parseInt(_0x2d10e0(0x110))/0x7)+-parseInt(_0x2d10e0(0x10e))/0x8*(-parseInt(_0x2d10e0(0x10b))/0x9)+parseInt(_0x2d10e0(0x108))/0xa*(parseInt(_0x2d10e0(0x10a))/0xb);if(_0x29132f===_0x447e18)break;else _0xcd0cf7['push'](_0xcd0cf7['shift']());}catch(_0x28adbc){_0xcd0cf7['push'](_0xcd0cf7['shift']());}}}(a70_0x9b73,0x969c1));class PercyCaptureMap{#map={};[a70_0x396959(0x111)](_0x4e5a30,_0x4bc5c2){!this.#map[_0x4e5a30]&&(this.#map[_0x4e5a30]={}),!this.#map[_0x4e5a30][_0x4bc5c2]&&(this.#map[_0x4e5a30][_0x4bc5c2]=0x0),this.#map[_0x4e5a30][_0x4bc5c2]++;}[a70_0x396959(0x10d)](_0x4909fe,_0x20b530){var _0x12433f=a70_0x396959;return _0x4909fe+'-'+_0x20b530+'-'+this[_0x12433f(0x10f)](_0x4909fe,_0x20b530);}[a70_0x396959(0x10f)](_0x76fbf5,_0x2d9bca){if(!this.#map[_0x76fbf5])return 0x0;if(!this.#map[_0x76fbf5][_0x2d9bca])return 0x0;return this.#map[_0x76fbf5][_0x2d9bca];}}function a70_0x58e0(_0x3f094d,_0x27bb2c){var _0x9b73a5=a70_0x9b73();return a70_0x58e0=function(_0x58e044,_0x8e839d){_0x58e044=_0x58e044-0x106;var _0x43f176=_0x9b73a5[_0x58e044];return _0x43f176;},a70_0x58e0(_0x3f094d,_0x27bb2c);}module['exports']=PercyCaptureMap;function a70_0x9b73(){var _0x34ed83=['get','7151585iSmYfm','increment','671156bjdOeS','5hvOFxH','671111RAkugm','6OOUvDl','10520UavuEU','1039194JMWQJx','5137MnSCaE','1064358HmoEbI','341988ULQTwy','getName','8gTMgUq'];a70_0x9b73=function(){return _0x34ed83;};return a70_0x9b73();}
@@ -1 +1 @@
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
+ var a71_0x5e02b9=a71_0x2c2b;(function(_0x2920e7,_0x5735e8){var _0x3d9aff=a71_0x2c2b,_0x5eafa5=_0x2920e7();while(!![]){try{var _0x31e219=-parseInt(_0x3d9aff(0x1e0))/0x1*(-parseInt(_0x3d9aff(0x1e7))/0x2)+-parseInt(_0x3d9aff(0x1eb))/0x3+-parseInt(_0x3d9aff(0x1e6))/0x4+-parseInt(_0x3d9aff(0x1f0))/0x5*(parseInt(_0x3d9aff(0x1e3))/0x6)+parseInt(_0x3d9aff(0x1e4))/0x7*(-parseInt(_0x3d9aff(0x1e2))/0x8)+-parseInt(_0x3d9aff(0x1ee))/0x9+parseInt(_0x3d9aff(0x1ef))/0xa*(parseInt(_0x3d9aff(0x1ed))/0xb);if(_0x31e219===_0x5735e8)break;else _0x5eafa5['push'](_0x5eafa5['shift']());}catch(_0x5df22e){_0x5eafa5['push'](_0x5eafa5['shift']());}}}(a71_0x1f66,0x24659));function a71_0x1f66(){var _0x2f9d1d=['289269oQbWmL','3657310wHiTrk','5jrYBHl','element','click','118okdgSG','driver','26152znzVWX','109374NLMpuj','245qoAUOT','auto','466056khyniZ','3348uMjEOw','screenshot','sendKeys','testcase','398649PPgUjS','takeScreenshot','11SgWFvq'];a71_0x1f66=function(){return _0x2f9d1d;};return a71_0x1f66();}var a71_0x1f5ec1={};a71_0x1f5ec1[a71_0x5e02b9(0x1e1)]=[a71_0x5e02b9(0x1ec)],a71_0x1f5ec1[a71_0x5e02b9(0x1de)]=['click',a71_0x5e02b9(0x1e9)];var a71_0xfb5140={};a71_0xfb5140[a71_0x5e02b9(0x1e1)]=[a71_0x5e02b9(0x1ec)];var a71_0x81c261={};function a71_0x2c2b(_0x5f49b3,_0x5f40d3){var _0x1f66e1=a71_0x1f66();return a71_0x2c2b=function(_0x2c2bd6,_0x5f08df){_0x2c2bd6=_0x2c2bd6-0x1de;var _0x307d9d=_0x1f66e1[_0x2c2bd6];return _0x307d9d;},a71_0x2c2b(_0x5f49b3,_0x5f40d3);}a71_0x81c261[a71_0x5e02b9(0x1de)]=['click'];var a71_0x9fe6ab={};a71_0x9fe6ab[a71_0x5e02b9(0x1e5)]=a71_0x1f5ec1,a71_0x9fe6ab[a71_0x5e02b9(0x1e8)]=a71_0xfb5140,a71_0x9fe6ab[a71_0x5e02b9(0x1df)]=a71_0x81c261,a71_0x9fe6ab[a71_0x5e02b9(0x1ea)]={},a71_0x9fe6ab['manual']={},module['exports']=a71_0x9fe6ab;
@@ -1 +1 @@
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
+ function a72_0x4846(){const _0x23c8f0=['platformIndex','197090VqtfMp','../performance-tester','Unsupported\x20driver\x20for\x20percy','emlYz','Kwhtp','thTestCaseExecutionId','percy:snapshot','FsTfW','../../helpers/testhub/utils','dflMz','201843LJVxnY','26951460UhSCdk','1204gSlSLU','uuid','../logger','4638aIcDYa','@percy/selenium-webdriver','name','winstonLogger','JLWYm','9idBRhZ','percy:screenshot-app','gXylS','628udAsjv','percy:screenshot','1137966MoFRwM','screenshotApp','9808168XdZiPa','browserstackPercyBestPlatform','browserstackPlatformIndex','testCase','error','apply','measure','kHOKl','cygoC','length','22YjOSEf','1WlCJEB','130UaQEeq','CQcvW'];a72_0x4846=function(){return _0x23c8f0;};return a72_0x4846();}const a72_0x43c3e1=a72_0x2964;(function(_0x49f614,_0x39bbaf){const _0x909fb9=a72_0x2964,_0x11aad5=_0x49f614();while(!![]){try{const _0x118c00=-parseInt(_0x909fb9(0xcf))/0x1*(parseInt(_0x909fb9(0xc2))/0x2)+parseInt(_0x909fb9(0xdd))/0x3+-parseInt(_0x909fb9(0xc0))/0x4*(-parseInt(_0x909fb9(0xd0))/0x5)+-parseInt(_0x909fb9(0xe2))/0x6*(-parseInt(_0x909fb9(0xdf))/0x7)+-parseInt(_0x909fb9(0xc4))/0x8*(parseInt(_0x909fb9(0xbd))/0x9)+-parseInt(_0x909fb9(0xd3))/0xa*(parseInt(_0x909fb9(0xce))/0xb)+parseInt(_0x909fb9(0xde))/0xc;if(_0x118c00===_0x39bbaf)break;else _0x11aad5['push'](_0x11aad5['shift']());}catch(_0x11f532){_0x11aad5['push'](_0x11aad5['shift']());}}}(a72_0x4846,0x965ac));const tryRequire=function(_0x10b0f8,_0x275add){const _0x511897=a72_0x2964,_0x26d6d0={'emlYz':function(_0x41f8c6,_0x8345c3){return _0x41f8c6(_0x8345c3);}};try{return _0x26d6d0[_0x511897(0xd6)](require,_0x10b0f8);}catch{return _0x275add;}},percySnapshot=tryRequire(a72_0x43c3e1(0xe3),null),{percyScreenshot}=tryRequire(a72_0x43c3e1(0xe3),{}),percyAppScreenshot=require('@percy/appium-app'),{getCurrentTestData}=require(a72_0x43c3e1(0xdb)),PerformanceTester=require(a72_0x43c3e1(0xd4)),logger=require(a72_0x43c3e1(0xe1))[a72_0x43c3e1(0xbb)];percySnapshot&&(exports['snapshot']=async function(){const _0x458909=a72_0x43c3e1,_0x382ce3={'gXylS':function(_0x2b9a1e,_0x2f5030){return _0x2b9a1e!==_0x2f5030;},'HHCDr':function(_0x38e236,_0x5f0183){return _0x38e236>=_0x5f0183;},'Kwhtp':function(_0x44337f){return _0x44337f();},'FsTfW':_0x458909(0xd9)};if(global['browserstackPlatformIndex']&&_0x382ce3[_0x458909(0xbf)](global[_0x458909(0xc6)],global[_0x458909(0xc5)]))return;const _0x35a073=_0x382ce3['HHCDr'](arguments[_0x458909(0xcd)],0x2)?arguments[0x1]:'',_0x20db2f=_0x382ce3[_0x458909(0xd7)](getCurrentTestData),_0xe637f0={};return _0xe637f0[_0x458909(0xba)]=_0x35a073,_0xe637f0['testCase']=_0x20db2f[_0x458909(0xba)]||'',_0xe637f0[_0x458909(0xd8)]=_0x20db2f[_0x458909(0xe0)]||'',_0xe637f0['platformIndex']=global[_0x458909(0xc6)],await PerformanceTester[_0x458909(0xca)](_0x382ce3[_0x458909(0xda)],()=>percySnapshot[_0x458909(0xc9)](null,arguments),_0xe637f0);});function a72_0x2964(_0x3b3e97,_0x282fdc){const _0x484620=a72_0x4846();return a72_0x2964=function(_0x296447,_0x38cb92){_0x296447=_0x296447-0xba;let _0x42d9d4=_0x484620[_0x296447];return _0x42d9d4;},a72_0x2964(_0x3b3e97,_0x282fdc);}percyScreenshot?exports['screenshot']=async function(){const _0x56e463=a72_0x43c3e1,_0x14116e={'kHOKl':function(_0x19ecbd,_0x1ee5c6){return _0x19ecbd>=_0x1ee5c6;},'ejwFi':function(_0x2076ea){return _0x2076ea();},'weTGx':_0x56e463(0xc1)},_0x186364=_0x14116e[_0x56e463(0xcb)](arguments[_0x56e463(0xcd)],0x2)?arguments[0x1]:'',_0x56c79f=_0x14116e['ejwFi'](getCurrentTestData),_0x21db8f={};return _0x21db8f[_0x56e463(0xba)]=_0x186364,_0x21db8f[_0x56e463(0xc7)]=_0x56c79f[_0x56e463(0xba)]||'',_0x21db8f[_0x56e463(0xd8)]=_0x56c79f[_0x56e463(0xe0)]||'',_0x21db8f[_0x56e463(0xd2)]=global[_0x56e463(0xc6)],await PerformanceTester[_0x56e463(0xca)](_0x14116e['weTGx'],()=>percyScreenshot['apply'](null,arguments),_0x21db8f);}:exports['screenshot']=()=>{const _0x3711ce=a72_0x43c3e1,_0x5006ea={};_0x5006ea[_0x3711ce(0xd1)]=_0x3711ce(0xd5);const _0x1afe83=_0x5006ea;logger[_0x3711ce(0xc8)](_0x1afe83['CQcvW']);};exports[a72_0x43c3e1(0xc3)]=async function(){const _0x5eb1a8=a72_0x43c3e1,_0x7c9fb1={'cygoC':function(_0x35a7b7,_0x20fc26){return _0x35a7b7>=_0x20fc26;},'JLWYm':function(_0x20fb49){return _0x20fb49();},'dflMz':_0x5eb1a8(0xbe)},_0x4df6b7=_0x7c9fb1[_0x5eb1a8(0xcc)](arguments[_0x5eb1a8(0xcd)],0x2)?arguments[0x1]:'',_0x56edae=_0x7c9fb1[_0x5eb1a8(0xbc)](getCurrentTestData),_0x1b406e={};return _0x1b406e[_0x5eb1a8(0xba)]=_0x4df6b7,_0x1b406e[_0x5eb1a8(0xc7)]=_0x56edae[_0x5eb1a8(0xba)]||'',_0x1b406e[_0x5eb1a8(0xd8)]=_0x56edae[_0x5eb1a8(0xe0)]||'',_0x1b406e['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x5eb1a8(0xca)](_0x7c9fb1[_0x5eb1a8(0xdc)],()=>percyAppScreenshot[_0x5eb1a8(0xc9)](null,arguments),_0x1b406e);};
@@ -1 +1 @@
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
+ var a73_0x4ef6eb=a73_0x1cb9;function a73_0x1cb9(_0x5da342,_0x39ece7){var _0x1d7de5=a73_0x1d7d();return a73_0x1cb9=function(_0x1cb9a3,_0x2ec477){_0x1cb9a3=_0x1cb9a3-0x78;var _0x517665=_0x1d7de5[_0x1cb9a3];return _0x517665;},a73_0x1cb9(_0x5da342,_0x39ece7);}function a73_0x1d7d(){var _0x4d0ee8=['1774786MnEoHq','499192zeZGvi','./Percy','728184jRhPEr','6117cOhYZd','12MVnlIq','329350YAZTry','exports','99xfxmXA','65oxYOGy','7OuDExq','4184CjbbWq','206XDdaTW','9CziQWW','117356BzKCnZ'];a73_0x1d7d=function(){return _0x4d0ee8;};return a73_0x1d7d();}(function(_0x513588,_0x120d63){var _0x5b2479=a73_0x1cb9,_0x138a4d=_0x513588();while(!![]){try{var _0x1e4f0f=-parseInt(_0x5b2479(0x79))/0x1+parseInt(_0x5b2479(0x86))/0x2*(-parseInt(_0x5b2479(0x7e))/0x3)+parseInt(_0x5b2479(0x85))/0x4*(-parseInt(_0x5b2479(0x83))/0x5)+-parseInt(_0x5b2479(0x7d))/0x6*(-parseInt(_0x5b2479(0x84))/0x7)+-parseInt(_0x5b2479(0x7b))/0x8*(parseInt(_0x5b2479(0x78))/0x9)+parseInt(_0x5b2479(0x80))/0xa*(parseInt(_0x5b2479(0x82))/0xb)+parseInt(_0x5b2479(0x7f))/0xc*(parseInt(_0x5b2479(0x7a))/0xd);if(_0x1e4f0f===_0x120d63)break;else _0x138a4d['push'](_0x138a4d['shift']());}catch(_0x171c77){_0x138a4d['push'](_0x138a4d['shift']());}}}(a73_0x1d7d,0x24d93),module[a73_0x4ef6eb(0x81)]=require(a73_0x4ef6eb(0x7c)));
@@ -1 +1 @@
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
+ function a74_0xc8a6(_0x11121f,_0x213a77){const _0x53be03=a74_0x53be();return a74_0xc8a6=function(_0xc8a663,_0x195cbc){_0xc8a663=_0xc8a663-0x95;let _0x28aa46=_0x53be03[_0xc8a663];return _0x28aa46;},a74_0xc8a6(_0x11121f,_0x213a77);}const a74_0x4be4ec=a74_0xc8a6;(function(_0x566976,_0x1514e9){const _0x26749f=a74_0xc8a6,_0x4ae049=_0x566976();while(!![]){try{const _0xdda60d=-parseInt(_0x26749f(0xbb))/0x1+-parseInt(_0x26749f(0xc5))/0x2*(-parseInt(_0x26749f(0xaf))/0x3)+-parseInt(_0x26749f(0xd1))/0x4*(-parseInt(_0x26749f(0xcb))/0x5)+-parseInt(_0x26749f(0x96))/0x6*(parseInt(_0x26749f(0xb1))/0x7)+-parseInt(_0x26749f(0x95))/0x8+parseInt(_0x26749f(0xd8))/0x9*(-parseInt(_0x26749f(0xa8))/0xa)+-parseInt(_0x26749f(0x9a))/0xb*(-parseInt(_0x26749f(0xb8))/0xc);if(_0xdda60d===_0x1514e9)break;else _0x4ae049['push'](_0x4ae049['shift']());}catch(_0x136ef4){_0x4ae049['push'](_0x4ae049['shift']());}}}(a74_0x53be,0x6c319));const Percy=require(a74_0x4be4ec(0xc1)),PercySDK=require(a74_0x4be4ec(0xbe)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a74_0x4be4ec(0xbf)),logger=require('../logger')[a74_0x4be4ec(0xab)],helper=require('../helper'),PerformanceTester=require(a74_0x4be4ec(0xb0));exports[a74_0x4be4ec(0xa7)]=PerformanceTester['measureWrapper']('percy:start',async _0x19d275=>{const _0x1d7f05=a74_0x4be4ec,_0x891814={};_0x891814[_0x1d7f05(0xac)]=_0x1d7f05(0xb9);const _0x58b0a3=_0x891814;logger[_0x1d7f05(0xa9)](_0x58b0a3[_0x1d7f05(0xac)]);const _0x4afaa8=new Percy(_0x19d275),_0x7befd=await _0x4afaa8['start']();if(_0x7befd)return _0x4afaa8;return null;}),exports[a74_0x4be4ec(0xd3)]=PerformanceTester['measureWrapper'](a74_0x4be4ec(0xad),async _0x555649=>{const _0x2c95dd=a74_0x4be4ec,_0x13692d={};_0x13692d[_0x2c95dd(0xd9)]=_0x2c95dd(0xb3);const _0x5df608=_0x13692d;return logger[_0x2c95dd(0xa9)](_0x5df608[_0x2c95dd(0xd9)]),_0x555649[_0x2c95dd(0xda)]();}),exports['getBestPlatformForPercySnapshot']=_0x4a57de=>{const _0x32508f=a74_0x4be4ec,_0x24ea25={};_0x24ea25[_0x32508f(0xc2)]=function(_0x17e97c,_0x2c9c85){return _0x17e97c<_0x2c9c85;};const _0x54bdb9=_0x24ea25,_0x3f1aa1={};_0x3f1aa1[_0x32508f(0x9e)]=0x0,_0x3f1aa1[_0x32508f(0x9c)]=0x1,_0x3f1aa1[_0x32508f(0xa4)]=0x2,_0x3f1aa1['safari']=0x3;const _0x1ff75d=_0x3f1aa1;return _0x4a57de[_0x32508f(0xca)]((_0x1c4b64,_0x225b51,_0x590c1f)=>{const _0x596300=_0x32508f,_0x35f3c2=_0x4a57de[_0x1c4b64];if(_0x225b51['deviceName'])return _0x1c4b64;if(_0x35f3c2[_0x596300(0xd5)])return _0x590c1f;const _0x2f562f=_0x225b51[_0x596300(0xd0)]?_0x225b51[_0x596300(0xd0)]:_0x225b51['browserName'];if(_0x2f562f&&_0x54bdb9[_0x596300(0xc2)](_0x1ff75d[_0x2f562f['toLowerCase']()],_0x1ff75d[_0x2f562f[_0x596300(0xd7)]()]))return _0x590c1f;return _0x1c4b64;},0x0);},exports[a74_0x4be4ec(0xc6)]=async(_0x5d4fa1,_0x5e4adf,_0x2b50a7)=>{const _0x3f5c24=a74_0x4be4ec,_0x2687ab={};_0x2687ab[_0x3f5c24(0xd2)]=_0x3f5c24(0xc7);const _0x150809=_0x2687ab,_0x459594=_0x5d4fa1[_0x3f5c24(0xcc)];if(helper[_0x3f5c24(0xb2)](_0x5d4fa1['browserstackSessionName'])){logger['debug'](_0x150809[_0x3f5c24(0xd2)]);return;}const _0x24cd10=_0x459594['getName'](_0x5d4fa1[_0x3f5c24(0x97)],_0x5e4adf);_0x2b50a7[_0x3f5c24(0xc8)]?await PercySDK[_0x3f5c24(0xa2)](_0x5d4fa1,_0x24cd10):await PercySDK[_0x3f5c24(0x9b)](_0x5d4fa1,_0x24cd10),_0x459594[_0x3f5c24(0xba)](_0x5d4fa1[_0x3f5c24(0x97)],_0x5e4adf);},exports[a74_0x4be4ec(0x9d)]=(_0xcf77fb,_0xcc7252,_0x7eb1d5)=>{const _0xade7f2=a74_0x4be4ec,_0x113539={};_0x113539[_0xade7f2(0xa1)]=_0xade7f2(0xa3),_0x113539['mPyhK']=_0xade7f2(0xc3),_0x113539[_0xade7f2(0x99)]=function(_0xca6153,_0x3dc52c){return _0xca6153!==_0x3dc52c;},_0x113539['DuVDT']='manual';const _0x2d3fd7=_0x113539;if(!helper[_0xade7f2(0x98)](_0x7eb1d5,[_0x2d3fd7[_0xade7f2(0xa1)],_0x2d3fd7['mPyhK']]))return;if(_0x7eb1d5[_0xade7f2(0xa3)][_0xade7f2(0xc3)]&&_0x7eb1d5[_0xade7f2(0xa3)][_0xade7f2(0xa5)]&&_0x2d3fd7[_0xade7f2(0x99)](_0x7eb1d5[_0xade7f2(0xa3)][_0xade7f2(0xa5)],_0x2d3fd7[_0xade7f2(0xd4)])&&!_0xcf77fb[_0xade7f2(0xcc)]){global['browserstackSessionName']&&(_0xcf77fb['browserstackSessionName']=global[_0xade7f2(0x97)]),_0xcf77fb[_0xade7f2(0xcc)]=new PercyCaptureMap();const _0x26ae91=PercyCaptureModes[_0x7eb1d5['browserStackPercyOptions'][_0xade7f2(0xa5)]];_0x26ae91['driver']&&_0x26ae91[_0xade7f2(0xc0)][_0xade7f2(0xcf)](_0x5c0284=>this[_0xade7f2(0xbd)](_0xcf77fb,_0x5c0284,_0x7eb1d5)),_0x26ae91['element']&&_0x26ae91[_0xade7f2(0xc4)][_0xade7f2(0xcf)](_0x578e97=>{const _0x8387de=_0xade7f2;if(_0xcc7252['prototype']['patch'+_0x578e97])return;_0xcc7252[_0x8387de(0xbc)]['patch'+_0x578e97]=!![];const _0x5eb70c=_0xcc7252[_0x8387de(0xbc)][_0x578e97];_0xcc7252[_0x8387de(0xbc)][_0x578e97]=async function(){const _0x17d122=_0x8387de;let _0x1f4093=_0x5eb70c[_0x17d122(0xce)](this,arguments);_0x1f4093&&_0x1f4093[_0x17d122(0xb6)]&&(_0x1f4093=await _0x1f4093);try{const _0x329493=this[_0x17d122(0xae)]();await exports['percyAutoCapture'](_0x329493,_0x578e97,_0x7eb1d5);}catch(_0x57491b){logger[_0x17d122(0xb7)](_0x17d122(0x9f)+_0x578e97+'\x20for\x20percy\x20'+_0x57491b);}return _0x1f4093;};});}},exports[a74_0x4be4ec(0xbd)]=function(_0x559458,_0x2af252,_0x1d6a2e){const _0xb3258d=a74_0x4be4ec,_0x46fdce={};_0x46fdce[_0xb3258d(0xd6)]=function(_0x2d25db,_0x4d7d03){return _0x2d25db+_0x4d7d03;},_0x46fdce[_0xb3258d(0xcd)]='patch',_0x46fdce[_0xb3258d(0xa0)]=_0xb3258d(0xaa);const _0x42ea74=_0x46fdce,_0x483be5=_0x42ea74['BDLNp'](_0x42ea74[_0xb3258d(0xcd)],_0x2af252),_0x5ab9bc=_0x42ea74[_0xb3258d(0xd6)](_0x42ea74[_0xb3258d(0xa0)],_0x2af252),_0x1f477d=this;if(_0x559458[_0x483be5]||!_0x559458[_0x2af252])return;_0x559458[_0x483be5]=!![],_0x559458[_0x5ab9bc]=_0x559458[_0x2af252],_0x559458[_0x2af252]=async()=>{const _0x407f23=_0xb3258d;try{await _0x1f477d[_0x407f23(0xc6)](_0x559458,_0x2af252,_0x1d6a2e);}catch(_0x121b57){logger[_0x407f23(0xb7)](_0x407f23(0x9f)+_0x2af252+_0x407f23(0xb4)+_0x121b57);}return await _0x559458[_0x5ab9bc]['apply'](_0x559458,arguments);};},exports[a74_0x4be4ec(0xb5)]=_0x21c479=>{const _0x2a752c=a74_0x4be4ec,_0xc7084c={};_0xc7084c[_0x2a752c(0xc3)]=_0x21c479[_0x2a752c(0xc3)],_0xc7084c[_0x2a752c(0xa5)]=_0x21c479[_0x2a752c(0xa5)];const _0xc1509d=_0xc7084c;_0x21c479[_0x2a752c(0xc3)]&&(_0xc1509d[_0x2a752c(0xa6)]=exports['getBestPlatformForPercySnapshot'](_0x21c479[_0x2a752c(0xc9)]));;return _0xc1509d;};function a74_0x53be(){const _0x1f5f32=['jOtlX','percy:stop','getDriver','2144253dsPWod','../performance-tester','176834LpyCNQ','isUndefined','Stopping\x20percy','\x20for\x20percy\x20','getPercyOptions','then','error','108cdvPuh','Starting\x20percy','increment','26616WBPkpy','prototype','overrideXforPercy','./PercySDK','./PercyCaptureMap','driver','./Percy','eSkAP','percy','element','2gXsSny','percyAutoCapture','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','app','platforms','reduce','21795ArhzPV','browserstackPercyMap','UsSTQ','apply','forEach','browser','592NMMsIo','dVdlx','stopPercy','DuVDT','deviceName','BDLNp','toLowerCase','342fMWBwj','cvpmk','stop','3248328rdHiTZ','24ppOaLp','browserstackSessionName','nestedKeyValue','OzUJF','212465HfVIaR','screenshot','firefox','patchDriverPercy','chrome','Error\x20patching\x20','wVqar','xCwDP','screenshotApp','browserStackPercyOptions','edge','percyCaptureMode','browserstackPercyBestPlatform','startPercy','146540vDUKgp','debug','init','winstonLogger'];a74_0x53be=function(){return _0x1f5f32;};return a74_0x53be();}
@@ -1 +1 @@
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
+ const a75_0x45aff1=a75_0x43f8;function a75_0x43f8(_0x41a79b,_0x258f98){const _0x53986f=a75_0x5398();return a75_0x43f8=function(_0x43f8b2,_0x79173f){_0x43f8b2=_0x43f8b2-0x1dc;let _0x16352e=_0x53986f[_0x43f8b2];return _0x16352e;},a75_0x43f8(_0x41a79b,_0x258f98);}(function(_0x397e18,_0x5f515d){const _0x514dc5=a75_0x43f8,_0x3c4a8d=_0x397e18();while(!![]){try{const _0x56e61=parseInt(_0x514dc5(0x234))/0x1+-parseInt(_0x514dc5(0x23a))/0x2+parseInt(_0x514dc5(0x1ed))/0x3*(parseInt(_0x514dc5(0x248))/0x4)+-parseInt(_0x514dc5(0x214))/0x5*(parseInt(_0x514dc5(0x242))/0x6)+parseInt(_0x514dc5(0x1f3))/0x7*(-parseInt(_0x514dc5(0x200))/0x8)+parseInt(_0x514dc5(0x237))/0x9+-parseInt(_0x514dc5(0x1ef))/0xa*(-parseInt(_0x514dc5(0x1e5))/0xb);if(_0x56e61===_0x5f515d)break;else _0x3c4a8d['push'](_0x3c4a8d['shift']());}catch(_0x2ed9a6){_0x3c4a8d['push'](_0x3c4a8d['shift']());}}}(a75_0x5398,0x681bd));const fs=require('fs'),{performance,PerformanceObserver}=require(a75_0x45aff1(0x24e)),{sleep,debug}=require(a75_0x45aff1(0x22c)),path=require(a75_0x45aff1(0x1f0)),logger=require(a75_0x45aff1(0x21b))['winstonLogger'];class PerformanceTester{static [a75_0x45aff1(0x22d)];static ['_events']=[];static [a75_0x45aff1(0x239)]=[];static [a75_0x45aff1(0x22b)]=[];static [a75_0x45aff1(0x20f)]=![];static [a75_0x45aff1(0x1de)]=a75_0x45aff1(0x216);static [a75_0x45aff1(0x21e)]='error-report.json';static['startMonitoring'](_0x49ac92=a75_0x45aff1(0x216),_0x532269=a75_0x45aff1(0x24f)){const _0x364f9b=a75_0x45aff1,_0x3e7d3f={};_0x3e7d3f[_0x364f9b(0x221)]=function(_0x37bf20,_0x5998dd){return _0x37bf20===_0x5998dd;},_0x3e7d3f['PyUYn']='measure',_0x3e7d3f['SEdNT']='function';const _0x3e4071=_0x3e7d3f;if(this[_0x364f9b(0x20f)]||!this[_0x364f9b(0x22a)]())return;this[_0x364f9b(0x22d)]=new PerformanceObserver(_0x1a8eff=>{const _0x4adec8=_0x364f9b,_0x5b1f18={'ZQOUB':function(_0x39aa07,_0x3a1487){const _0x13f055=a75_0x43f8;return _0x3e4071[_0x13f055(0x221)](_0x39aa07,_0x3a1487);},'xIopU':_0x3e4071[_0x4adec8(0x247)]};_0x1a8eff[_0x4adec8(0x213)]()[_0x4adec8(0x20c)](_0x174ed8=>{const _0x41729c=_0x4adec8;_0x5b1f18['ZQOUB'](_0x174ed8['entryType'],_0x5b1f18[_0x41729c(0x231)])?this[_0x41729c(0x239)][_0x41729c(0x23b)](_0x174ed8):this[_0x41729c(0x24d)]['push'](_0x174ed8);});});const _0x2c0980={};_0x2c0980[_0x364f9b(0x211)]=!![],_0x2c0980['entryTypes']=[_0x3e4071[_0x364f9b(0x1f7)],_0x3e4071['PyUYn']],this[_0x364f9b(0x22d)]['observe'](_0x2c0980),this[_0x364f9b(0x20f)]=!![],this[_0x364f9b(0x1de)]=_0x49ac92,this[_0x364f9b(0x21e)]=_0x532269;}static[a75_0x45aff1(0x250)](){return performance;}static['calculateTimeFromEvents'](_0x3abc30,_0x113e74){const _0x2903fc=a75_0x45aff1,_0x30504f={};_0x30504f[_0x2903fc(0x21a)]=function(_0x58e17b,_0x3ba664){return _0x58e17b+_0x3ba664;},_0x30504f[_0x2903fc(0x24c)]=function(_0x53ab1f,_0x5bfd20){return _0x53ab1f||_0x5bfd20;},_0x30504f[_0x2903fc(0x217)]=function(_0x3a1f95,_0x1aaf6f){return _0x3a1f95===_0x1aaf6f;};const _0x89914a=_0x30504f,_0x24f9d4={};if(!_0x3abc30||_0x89914a[_0x2903fc(0x217)](_0x3abc30[_0x2903fc(0x230)],0x0))return;_0x3abc30['map'](_0x256485=>{const _0xef2ea9=_0x2903fc;!_0x24f9d4[_0x256485['name']]&&(_0x24f9d4[_0x256485[_0xef2ea9(0x1fa)]]=0x0),_0x24f9d4[_0x256485[_0xef2ea9(0x1fa)]]+=_0x256485[_0xef2ea9(0x205)];});const _0x382ef9=_0x113e74['reduce']((_0x57bc36,_0x55d08f)=>{const _0x59f857=_0x2903fc;return _0x89914a['FMUci'](_0x24f9d4[_0x55d08f],_0x89914a[_0x59f857(0x24c)](_0x57bc36,0x0));},0x0);return _0x382ef9;}static async[a75_0x45aff1(0x1f1)](_0x5eddde,_0x2987a5){const _0x14db3b=a75_0x45aff1,_0x67b90d={'eAcgc':function(_0x33304f,_0x534873){return _0x33304f+_0x534873;},'VzqCc':function(_0x561bfb,_0x3bf10f){return _0x561bfb||_0x3bf10f;},'fDyon':function(_0x3c1bb9,_0x2b0458){return _0x3c1bb9===_0x2b0458;},'yqNwC':function(_0x34b888,_0x3b3086){return _0x34b888(_0x3b3086);}};if(!_0x5eddde||_0x67b90d[_0x14db3b(0x1ea)](_0x5eddde[_0x14db3b(0x230)],0x0))return 0x0;const _0x441611=[];for(const _0x1819af of _0x5eddde){const _0x148acc=path[_0x14db3b(0x1ff)]('.',_0x1819af);try{const _0x209943=this['getEventsFromJSON'](_0x148acc);_0x209943[_0x14db3b(0x246)](_0x158c66=>{const _0x1a0cda=_0x14db3b;!_0x441611[_0x158c66[_0x1a0cda(0x1fa)]]&&(_0x441611[_0x158c66[_0x1a0cda(0x1fa)]]=0x0),_0x441611[_0x158c66[_0x1a0cda(0x1fa)]]+=_0x158c66[_0x1a0cda(0x205)];});}catch(_0x242ebb){_0x67b90d[_0x14db3b(0x24b)](debug,_0x14db3b(0x226)+_0x242ebb[_0x14db3b(0x204)]());}}const _0x19c3bf=_0x2987a5[_0x14db3b(0x21d)]((_0x15b86a,_0x2cefeb)=>{const _0xde5e07=_0x14db3b;return _0x67b90d['eAcgc'](_0x441611[_0x2cefeb],_0x67b90d[_0xde5e07(0x224)](_0x15b86a,0x0));},0x0);return _0x67b90d[_0x14db3b(0x24b)](debug,_0x14db3b(0x219)+_0x2987a5+'\x20for\x20all\x20processes\x20is\x20'+_0x19c3bf),_0x19c3bf;}static[a75_0x45aff1(0x244)](_0x3a6b41){const _0x414857=a75_0x45aff1;if(!fs['existsSync'](_0x3a6b41))return[];return JSON[_0x414857(0x245)](fs[_0x414857(0x229)](_0x3a6b41)['toString']());}static async[a75_0x45aff1(0x207)](_0x18ae78=a75_0x45aff1(0x223),_0x5193d2=null){const _0x5ce373=a75_0x45aff1,_0x327954={'SvBbb':function(_0x4b5e8c,_0x445521){return _0x4b5e8c(_0x445521);}};if(!this[_0x5ce373(0x20f)])return;await _0x327954['SvBbb'](sleep,0x1e),this[_0x5ce373(0x22d)]['disconnect'](),this[_0x5ce373(0x20f)]=![],this[_0x5ce373(0x23c)](this[_0x5ce373(0x24d)]);const _0x1415aa=this[_0x5ce373(0x1f5)](this['_events']),_0x282495=path[_0x5ce373(0x1ff)](process[_0x5ce373(0x201)](),_0x18ae78);fs[_0x5ce373(0x1dd)](_0x282495,_0x1415aa,_0x186b3c=>{const _0xa05bcc=_0x5ce373;if(_0x186b3c){_0x327954[_0xa05bcc(0x252)](debug,'Error\x20in\x20writing\x20html\x20'+_0x186b3c['toString']());return;}_0x327954['SvBbb'](debug,'Performance\x20report\x20is\x20at\x20'+_0x282495);});if(_0x5193d2)return this[_0x5ce373(0x23f)](this[_0x5ce373(0x24d)],_0x5193d2);}static[a75_0x45aff1(0x1f5)](_0x2ae1fc){const _0x490ba4=a75_0x45aff1,_0x87466c={};_0x87466c[_0x490ba4(0x23e)]=_0x490ba4(0x218),_0x87466c[_0x490ba4(0x22e)]=_0x490ba4(0x1e2),_0x87466c[_0x490ba4(0x232)]=_0x490ba4(0x1ee),_0x87466c[_0x490ba4(0x1fd)]='</tbody></table></body></html>';const _0x20adc6=_0x87466c;let _0x3fb192=_0x20adc6[_0x490ba4(0x23e)];return _0x3fb192+=_0x20adc6[_0x490ba4(0x22e)],_0x3fb192+=_0x20adc6[_0x490ba4(0x232)],_0x2ae1fc['forEach'](_0x48cb74=>{const _0x4ab7f4=_0x490ba4;_0x3fb192+='<tr><td>'+_0x48cb74[_0x4ab7f4(0x1fa)]+_0x4ab7f4(0x1e0)+_0x48cb74[_0x4ab7f4(0x205)]+'</td></tr>';}),_0x3fb192+=_0x20adc6[_0x490ba4(0x1fd)],_0x3fb192;}static[a75_0x45aff1(0x23c)](_0x1c6949){const _0x14bf75=a75_0x45aff1;if(!this[_0x14bf75(0x1de)])return;const _0x111a0c={};_0x1c6949[_0x14bf75(0x246)](_0x51ed23=>{const _0x1de708=_0x14bf75;!_0x111a0c[_0x51ed23[_0x1de708(0x1fa)]]&&(_0x111a0c[_0x51ed23[_0x1de708(0x1fa)]]=0x0),_0x111a0c[_0x51ed23[_0x1de708(0x1fa)]]+=_0x51ed23[_0x1de708(0x205)];});const _0x343172=Object[_0x14bf75(0x1e1)](_0x111a0c)[_0x14bf75(0x246)](([_0x53c878,_0x8a0c3f])=>{const _0x2bf07f=_0x14bf75,_0x49e8e6={};return _0x49e8e6[_0x2bf07f(0x1fa)]=_0x53c878,_0x49e8e6[_0x2bf07f(0x205)]=_0x8a0c3f,_0x49e8e6;});fs['writeFileSync'](this['jsonReportFileName'],JSON['stringify'](_0x343172));}static['isEnabled'](){const _0x554380=a75_0x45aff1,_0x1637e4={};_0x1637e4[_0x554380(0x1dc)]=function(_0x23b7ea,_0x13c173){return _0x23b7ea===_0x13c173;},_0x1637e4[_0x554380(0x1e4)]='false';const _0x5ee482=_0x1637e4;return!_0x5ee482['DxWnV'](process['env'][_0x554380(0x251)],_0x5ee482[_0x554380(0x1e4)]);}static[a75_0x45aff1(0x23d)](_0x150381,_0x535c38,_0xdf579b=null,_0x303505=null){const _0x4299c6=a75_0x45aff1,_0x2fb045={};_0x2fb045[_0x4299c6(0x1e7)]=function(_0x26c8e9,_0x35da8a){return _0x26c8e9+_0x35da8a;},_0x2fb045['FFpNd']=_0x4299c6(0x215),_0x2fb045[_0x4299c6(0x1fe)]=function(_0x533345,_0x5c4f25){return _0x533345+_0x5c4f25;},_0x2fb045[_0x4299c6(0x1e8)]='-end',_0x2fb045['oceeJ']=function(_0x42e67b,_0x34539d){return _0x42e67b instanceof _0x34539d;};const _0x5cf722=_0x2fb045;try{if(this[_0x4299c6(0x20f)]&&this[_0x4299c6(0x22a)]()){let _0x56533e=_0x150381;_0xdf579b&&(_0x56533e=_0x150381+'['+JSON[_0x4299c6(0x206)](_0xdf579b)+']');const _0x1f60b3=_0x5cf722[_0x4299c6(0x1e7)](_0x56533e,_0x5cf722[_0x4299c6(0x1f6)]),_0x47f41d=_0x5cf722['OrTLD'](_0x56533e,_0x5cf722[_0x4299c6(0x1e8)]);performance['mark'](_0x1f60b3);const _0x3039d8=_0x535c38[_0x4299c6(0x236)](null,_0x303505);if(_0x5cf722['oceeJ'](_0x3039d8,Promise))return new Promise((_0x24c873,_0x2c241f)=>{const _0x5b2c5a=_0x4299c6;_0x3039d8['then'](_0x2c973b=>_0x24c873(_0x2c973b))[_0x5b2c5a(0x21c)](_0x38aa0e=>_0x2c241f(_0x38aa0e))['finally'](()=>{const _0xb5e584=_0x5b2c5a;performance[_0xb5e584(0x1df)](_0x47f41d),performance[_0xb5e584(0x23d)](_0x56533e,_0x1f60b3,_0x47f41d);});});;return performance[_0x4299c6(0x1df)](_0x47f41d),performance[_0x4299c6(0x23d)](_0x56533e,_0x1f60b3,_0x47f41d),_0x3039d8;};return _0x535c38[_0x4299c6(0x236)](null,_0x303505);}catch(_0x2c5167){return _0x535c38[_0x4299c6(0x236)](null,_0x303505);}}static[a75_0x45aff1(0x1f9)](_0x37e3c3,_0x211143){const _0x13c0b1=this;return function(){const _0x45cd0f=a75_0x43f8,_0x36e612=[_0x37e3c3,_0x211143,null]['concat'](arguments);return _0x13c0b1[_0x45cd0f(0x23d)][_0x45cd0f(0x236)](_0x13c0b1,_0x36e612);};}static[a75_0x45aff1(0x233)](){const _0xfe4466=a75_0x45aff1,_0x440ece={};_0x440ece[_0xfe4466(0x20e)]=function(_0x3732f,_0x1cfaa4){return _0x3732f/_0x1cfaa4;},_0x440ece[_0xfe4466(0x210)]=function(_0x40cbff,_0x516839){return _0x40cbff+_0x516839;},_0x440ece[_0xfe4466(0x1e3)]=function(_0x4c8dff,_0x428dc0){return _0x4c8dff*_0x428dc0;},_0x440ece[_0xfe4466(0x1ec)]=function(_0x5d9216,_0x44f2bc){return _0x5d9216+_0x44f2bc;};const _0x13b2b9=_0x440ece,_0x5e7e1f=/(^.*)\[(.*)\]$/,_0x34cfdc={},_0x12541b={};for(const _0x299c85 of this['_measureEvents']){const _0x4547a0=_0x299c85[_0xfe4466(0x1fa)][_0xfe4466(0x1f8)](_0x5e7e1f),_0x5ddeaf={};_0x5ddeaf[_0xfe4466(0x1fa)]=_0x299c85['name'],_0x5ddeaf[_0xfe4466(0x205)]=_0x299c85[_0xfe4466(0x205)]||0x0;const _0x3b3d81=_0x5ddeaf;_0x4547a0&&(_0x3b3d81['name']=_0x4547a0[0x1],_0x3b3d81[_0xfe4466(0x202)]=JSON[_0xfe4466(0x245)](_0x4547a0[0x2]));if(_0x34cfdc[_0x3b3d81[_0xfe4466(0x1fa)]]){const _0x5c72a4=_0x34cfdc[_0x3b3d81[_0xfe4466(0x1fa)]],_0x2717b8=_0x12541b[_0x3b3d81['name']];_0x34cfdc[_0x3b3d81[_0xfe4466(0x1fa)]][_0xfe4466(0x205)]=_0x13b2b9[_0xfe4466(0x20e)](_0x13b2b9['CSwxG'](_0x13b2b9[_0xfe4466(0x1e3)](_0x5c72a4['duration'],_0x2717b8),_0x3b3d81[_0xfe4466(0x205)]),_0x13b2b9[_0xfe4466(0x1ec)](0x1,_0x2717b8)),_0x12541b[_0x3b3d81[_0xfe4466(0x1fa)]]++;}else _0x34cfdc[_0x3b3d81[_0xfe4466(0x1fa)]]=_0x3b3d81,_0x12541b[_0x3b3d81['name']]=0x1;}return Object[_0xfe4466(0x1eb)](_0x34cfdc);}static[a75_0x45aff1(0x225)](){const _0x2aeb4e=a75_0x45aff1,_0x2bcfbe={};_0x2bcfbe[_0x2aeb4e(0x20b)]=function(_0x58cf76,_0x462d3f){return _0x58cf76===_0x462d3f;},_0x2bcfbe[_0x2aeb4e(0x220)]=function(_0x242447,_0x51f0de){return _0x242447+_0x51f0de;};const _0x311973=_0x2bcfbe;if(_0x311973[_0x2aeb4e(0x20b)](this[_0x2aeb4e(0x239)]['length'],0x0))return;const _0x7c197b=this[_0x2aeb4e(0x233)](),_0x434cc9=JSON[_0x2aeb4e(0x206)](_0x7c197b),_0x16e496=_0x311973[_0x2aeb4e(0x220)](_0x434cc9['slice'](0x1,-0x1),',');fs['appendFileSync'](this['jsonReportFileName'],_0x16e496);}static[a75_0x45aff1(0x235)](){const _0x196641=a75_0x45aff1,_0x40cabd={};_0x40cabd[_0x196641(0x212)]=function(_0x351058,_0xe85e9){return _0x351058===_0xe85e9;},_0x40cabd[_0x196641(0x1f2)]=function(_0x440b0e,_0x27a2c5){return _0x440b0e>_0x27a2c5;};const _0x321fd0=_0x40cabd;if(!this[_0x196641(0x20f)]||_0x321fd0[_0x196641(0x212)](this[_0x196641(0x239)][_0x196641(0x230)],0x0))return[];if(!fs['existsSync'](this[_0x196641(0x1de)]))return this[_0x196641(0x239)];let _0x28c3f3=fs['readFileSync'](this['jsonReportFileName'])[_0x196641(0x204)]();_0x28c3f3='['+_0x28c3f3['slice'](0x0,-0x1)+']';let _0x3b1275=JSON[_0x196641(0x245)](_0x28c3f3);return _0x321fd0[_0x196641(0x1f2)](this[_0x196641(0x239)]['length'],0x0)&&(_0x3b1275=_0x3b1275[_0x196641(0x227)](this['getCleanedPerfEvents']())),this[_0x196641(0x22d)][_0x196641(0x228)](),fs[_0x196641(0x243)](this[_0x196641(0x1de)]),_0x3b1275;}static[a75_0x45aff1(0x203)](){const _0x32d0a8=a75_0x45aff1,_0x3ef427={};_0x3ef427[_0x32d0a8(0x240)]=function(_0xe0b48,_0x3525f5){return _0xe0b48===_0x3525f5;},_0x3ef427[_0x32d0a8(0x1f4)]=function(_0x575018,_0x9aa9e0){return _0x575018+_0x9aa9e0;};const _0xe49133=_0x3ef427;if(_0xe49133[_0x32d0a8(0x240)](this[_0x32d0a8(0x22b)][_0x32d0a8(0x230)],0x0))return;const _0x53fd64=JSON[_0x32d0a8(0x206)](this[_0x32d0a8(0x22b)]),_0x25be4e=_0xe49133['hBafg'](_0x53fd64['slice'](0x1,-0x1),',');fs[_0x32d0a8(0x21f)](this['errorFile'],_0x25be4e);}static['finalizeErrors'](){const _0x419340=a75_0x45aff1,_0x3c1956={};_0x3c1956['awQAi']=function(_0x1104f7,_0x22f145){return _0x1104f7>_0x22f145;};const _0x388ae9=_0x3c1956;if(!fs[_0x419340(0x1e9)](this['errorReportFileName']))return this[_0x419340(0x22b)];let _0x510ea4=fs['readFileSync'](this[_0x419340(0x21e)])[_0x419340(0x204)]();_0x510ea4='['+_0x510ea4[_0x419340(0x24a)](0x0,-0x1)+']';let _0x5bf02a=JSON[_0x419340(0x245)](_0x510ea4);return _0x388ae9[_0x419340(0x20a)](this['_errorEvents'][_0x419340(0x230)],0x0)&&(_0x5bf02a=_0x5bf02a['concat'](this[_0x419340(0x22b)])),fs[_0x419340(0x243)](this['errorReportFileName']),_0x5bf02a;}static[a75_0x45aff1(0x241)](_0x41e540){const _0x5aea3c=a75_0x45aff1;if(!this[_0x5aea3c(0x22a)]())return;this['_errorEvents'][_0x5aea3c(0x23b)]({'message':_0x41e540[_0x5aea3c(0x1fc)],'trace':_0x41e540['stack'],'code':_0x41e540[_0x5aea3c(0x238)]||null,'time':new Date()});}static[a75_0x45aff1(0x249)](){const _0x12084a=a75_0x45aff1,_0x439690={};_0x439690[_0x12084a(0x20d)]=_0x12084a(0x1e6);const _0x36fcbe=_0x439690;try{if(!this[_0x12084a(0x22a)]())return;this['_observer'][_0x12084a(0x228)](),this[_0x12084a(0x225)](),this[_0x12084a(0x203)]();}catch{logger[_0x12084a(0x209)](_0x36fcbe['UREQU']);}}static['finalize'](){const _0x94eb2c=a75_0x45aff1,_0xb9af5b=this[_0x94eb2c(0x235)](),_0x3e37c5=this[_0x94eb2c(0x208)]();if(!this[_0x94eb2c(0x22a)]()){const _0xacd8f4={};return _0xacd8f4[_0x94eb2c(0x1fb)]=[],_0xacd8f4[_0x94eb2c(0x222)]=[],_0xacd8f4;}const _0x1723de={};return _0x1723de[_0x94eb2c(0x1fb)]=_0xb9af5b,_0x1723de[_0x94eb2c(0x222)]=_0x3e37c5,_0x1723de;}}function a75_0x5398(){const _0x820f8d=['mGxeJ','SKCdM','existsSync','fDyon','values','OcqwG','865938GCzRSf','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','33910nYKSVS','path','calculateTimesFromMultipleFiles','eBfsR','70427OUXIPF','hBafg','generateHTMLReport','FFpNd','SEdNT','match','measureWrapper','name','measures','message','utvDe','OrTLD','join','504UgySwJ','cwd','meta','pushErrors','toString','duration','stringify','stopAndGenerate','finalizeErrors','debug','awQAi','Vkfml','forEach','UREQU','xgoMi','started','CSwxG','buffered','yAHJi','getEntries','5JcjxBS','-start','performance-report.json','URREX','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','Time\x20for\x20','FMUci','./logger','catch','reduce','errorReportFileName','appendFileSync','wQSNF','MgqKo','errors','performance-own.html','VzqCc','pushPerfMeasures','Error\x20in\x20doing\x20csv\x20operations:\x20','concat','disconnect','readFileSync','isEnabled','_errorEvents','./test-observability/utils','_observer','sXoSK','exports','length','xIopU','BhJin','getCleanedPerfEvents','772014hYinjZ','finalizePerfMeasures','apply','152073blMECg','code','_measureEvents','1007074wIrysW','push','generateJSON','measure','QFDnO','calculateTimeFromEvents','fFqRa','captureError','1253418VIMoYU','unlinkSync','getEventsFromJSON','parse','map','PyUYn','4rnLhEA','stopMonitoring','slice','yqNwC','DAzig','_events','perf_hooks','error-report.json','getPerformance','BROWSERSTACK_SDK_INSTRUMENTATION','SvBbb','DxWnV','writeFile','jsonReportFileName','mark','</td><td>','entries','<h1>Performance\x20Report</h1>','IGjFw','gpzqY','2255PTbqBL','Error\x20stopping\x20monitoring'];a75_0x5398=function(){return _0x820f8d;};return a75_0x5398();}module[a75_0x45aff1(0x22f)]=PerformanceTester;
@@ -1 +1 @@
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
+ const a76_0x58a4ea=a76_0x6483;(function(_0x523f5e,_0x4b6879){const _0x50cbbe=a76_0x6483,_0x6fc0a2=_0x523f5e();while(!![]){try{const _0x36f531=parseInt(_0x50cbbe(0x11f))/0x1*(parseInt(_0x50cbbe(0x118))/0x2)+parseInt(_0x50cbbe(0x125))/0x3+parseInt(_0x50cbbe(0x104))/0x4+-parseInt(_0x50cbbe(0x11b))/0x5*(parseInt(_0x50cbbe(0x116))/0x6)+-parseInt(_0x50cbbe(0x121))/0x7*(parseInt(_0x50cbbe(0x11a))/0x8)+-parseInt(_0x50cbbe(0x124))/0x9*(-parseInt(_0x50cbbe(0x10f))/0xa)+-parseInt(_0x50cbbe(0x109))/0xb;if(_0x36f531===_0x4b6879)break;else _0x6fc0a2['push'](_0x6fc0a2['shift']());}catch(_0x1d0209){_0x6fc0a2['push'](_0x6fc0a2['shift']());}}}(a76_0x3d23,0x1a9c7));function a76_0x3d23(){const _0x2dd8d8=['428OTJrIk','method','24jWYVEf','229325CKHCtN','eVzdJ','removeListener','YDOge','859rXFCra','now','369355RWnptI','error','spy','1557xRWDbN','636333FTwJoH','once','path','host','end','hnftX','socket','477476iuZwRg','headers','request','hostname','unpatch','4480575msoipV','JUcKI','http','response','monkeypatch','https','11860YjoLjH','XhqZh','uVpIm','qsrVV','xLYac','ybWAb','duration_ms','6zbPqYP','statusCode'];a76_0x3d23=function(){return _0x2dd8d8;};return a76_0x3d23();}const http=require(a76_0x58a4ea(0x10b)),https=require(a76_0x58a4ea(0x10e)),monkeypatch=require(a76_0x58a4ea(0x10d));function spy(_0x3109f6){const _0x3c72fc=a76_0x58a4ea,_0x5d9b0a={'XhqZh':_0x3c72fc(0x122),'gpDWI':function(_0x209e8b,..._0x4d71ea){return _0x209e8b(..._0x4d71ea);},'hnftX':function(_0xe16099,_0x1d77c0,_0x74a8d7){return _0xe16099(_0x1d77c0,_0x74a8d7);},'xLYac':function(_0x5c10f9,_0x19b951){return _0x5c10f9-_0x19b951;},'YDOge':_0x3c72fc(0x10c),'MZTDG':_0x3c72fc(0x103),'uVpIm':function(_0x253da7,_0x4530b6,_0x379def,_0x4fb5ff){return _0x253da7(_0x4530b6,_0x379def,_0x4fb5ff);},'qsrVV':_0x3c72fc(0x101),'eVzdJ':'request'},_0x1f0191=(_0x480011,_0x55086c,_0x35145e)=>{const _0x84d28e=_0x3c72fc,_0x55a777={'ybWAb':function(_0x505e60,_0xd3678e,_0x4b174a){return _0x5d9b0a['hnftX'](_0x505e60,_0xd3678e,_0x4b174a);},'JUcKI':function(_0x19e0ce,_0x1d9bd8){const _0x3b21e7=a76_0x6483;return _0x5d9b0a[_0x3b21e7(0x113)](_0x19e0ce,_0x1d9bd8);},'MQiNe':_0x5d9b0a[_0x84d28e(0x110)]},_0x20414b=_0x5d9b0a[_0x84d28e(0x102)](_0x480011,_0x55086c,_0x35145e);let _0x393f0c=Date[_0x84d28e(0x120)](),_0x6b2598;const _0x1256eb=_0x132b89=>{const _0x6160c2=_0x84d28e,_0x490fd0={};_0x490fd0['host']=_0x55086c[_0x6160c2(0x128)]||_0x55086c[_0x6160c2(0x107)],_0x490fd0[_0x6160c2(0x127)]=_0x55086c[_0x6160c2(0x127)],_0x490fd0[_0x6160c2(0x119)]=_0x55086c[_0x6160c2(0x119)],_0x490fd0['headers']=_0x55086c[_0x6160c2(0x105)],_0x55a777['ybWAb'](_0x3109f6,_0x132b89,_0x490fd0);};return _0x20414b[_0x84d28e(0x126)](_0x5d9b0a[_0x84d28e(0x11e)],_0x141472=>{const _0x3e8ed=_0x84d28e,_0x528a3b=_0x55a777[_0x3e8ed(0x10a)](Date[_0x3e8ed(0x120)](),_0x393f0c),_0x4b5139={};_0x4b5139[_0x3e8ed(0x107)]=_0x55086c[_0x3e8ed(0x128)]||_0x55086c[_0x3e8ed(0x107)],_0x4b5139[_0x3e8ed(0x127)]=_0x55086c[_0x3e8ed(0x127)],_0x4b5139[_0x3e8ed(0x119)]=_0x55086c['method'],_0x4b5139[_0x3e8ed(0x105)]=_0x55086c['headers'],_0x4b5139['status_code']=_0x141472[_0x3e8ed(0x117)],_0x4b5139[_0x3e8ed(0x115)]=_0x528a3b,_0x55a777[_0x3e8ed(0x114)](_0x3109f6,null,_0x4b5139),_0x6b2598[_0x3e8ed(0x11d)](_0x55a777['MQiNe'],_0x1256eb);}),_0x20414b['on'](_0x5d9b0a['MZTDG'],_0x41eca8=>{const _0x218e8f=_0x84d28e;_0x6b2598=_0x41eca8,_0x41eca8[_0x218e8f(0x126)](_0x5d9b0a[_0x218e8f(0x110)],_0x1256eb);}),_0x5d9b0a[_0x84d28e(0x111)](monkeypatch,_0x20414b,_0x5d9b0a[_0x84d28e(0x112)],(_0x3ef735,..._0x2f81f0)=>{const _0x4de81d=_0x84d28e;_0x393f0c=Date[_0x4de81d(0x120)](),_0x5d9b0a['gpDWI'](_0x3ef735,..._0x2f81f0);}),_0x20414b;};_0x5d9b0a[_0x3c72fc(0x111)](monkeypatch,http,_0x5d9b0a[_0x3c72fc(0x11c)],_0x1f0191),_0x5d9b0a[_0x3c72fc(0x111)](monkeypatch,https,_0x5d9b0a[_0x3c72fc(0x11c)],_0x1f0191);}function restore(){const _0x562da6=a76_0x58a4ea;http[_0x562da6(0x106)][_0x562da6(0x108)](),https[_0x562da6(0x106)][_0x562da6(0x108)]();}const a76_0x304de7={};function a76_0x6483(_0x2cbcb5,_0xb7d236){const _0x3d2398=a76_0x3d23();return a76_0x6483=function(_0x64834e,_0xc0330f){_0x64834e=_0x64834e-0x101;let _0x5ea551=_0x3d2398[_0x64834e];return _0x5ea551;},a76_0x6483(_0x2cbcb5,_0xb7d236);}a76_0x304de7[a76_0x58a4ea(0x123)]=spy,a76_0x304de7['restore']=restore,module['exports']=a76_0x304de7;
@@ -1 +1 @@
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
+ const a77_0x436ad7=a77_0x51ba;function a77_0xd39d(){const _0x593bbc=['cBMbY','79640Nivguk','UJCRc','6264pzdpBe','33301PWwboO','request','call','https:','4628KaRgZY','https','3nxFnrf','KhuIU','17868cCMkqp','1287FOKCDe','Agent','agent','DAsMz','globalAgent','http','1535620UnJeRR','5315ZxXnCa','keepAlive','hasOwnProperty','mcxzg','prototype','keepAliveMsecs','11rXjbut','pdUzL','4366760hvdbZn','3009881vyjjCm','86WmBCRa','exports','YyhfT'];a77_0xd39d=function(){return _0x593bbc;};return a77_0xd39d();}function a77_0x51ba(_0x35fb78,_0x1814ce){const _0xd39d94=a77_0xd39d();return a77_0x51ba=function(_0x51ba95,_0x272d0a){_0x51ba95=_0x51ba95-0x70;let _0x2944f2=_0xd39d94[_0x51ba95];return _0x2944f2;},a77_0x51ba(_0x35fb78,_0x1814ce);}(function(_0x5cc367,_0x48d267){const _0x18e116=a77_0x51ba,_0x48794f=_0x5cc367();while(!![]){try{const _0x596949=-parseInt(_0x18e116(0x87))/0x1*(-parseInt(_0x18e116(0x80))/0x2)+parseInt(_0x18e116(0x8d))/0x3*(parseInt(_0x18e116(0x75))/0x4)+-parseInt(_0x18e116(0x76))/0x5*(parseInt(_0x18e116(0x86))/0x6)+-parseInt(_0x18e116(0x7f))/0x7+parseInt(_0x18e116(0x84))/0x8*(parseInt(_0x18e116(0x90))/0x9)+parseInt(_0x18e116(0x7e))/0xa*(-parseInt(_0x18e116(0x7c))/0xb)+parseInt(_0x18e116(0x8f))/0xc*(-parseInt(_0x18e116(0x8b))/0xd);if(_0x596949===_0x48d267)break;else _0x48794f['push'](_0x48794f['shift']());}catch(_0x5b28bd){_0x48794f['push'](_0x48794f['shift']());}}}(a77_0xd39d,0xb2ee2),module[a77_0x436ad7(0x81)]=function(){const _0x42e56c=a77_0x436ad7,_0x1a6b96={'HpGAD':function(_0x319ec3,_0x142e65){return _0x319ec3===_0x142e65;},'DAsMz':_0x42e56c(0x8a),'mcxzg':_0x42e56c(0x71),'YyhfT':function(_0x292649,_0xd7fc99,_0x3ac094){return _0x292649(_0xd7fc99,_0x3ac094);},'sYcWZ':function(_0x94175f,_0x26ffa7,_0xc5eaf9){return _0x94175f(_0x26ffa7,_0xc5eaf9);},'KhuIU':function(_0x40cf37,_0x4839cd){return _0x40cf37(_0x4839cd);},'fWsTZ':_0x42e56c(0x74),'UJCRc':_0x42e56c(0x8c),'cBMbY':function(_0x4e8530,_0x42b692){return _0x4e8530*_0x42b692;},'pdUzL':'keepAlive'},_0x45f450=_0x1a6b96[_0x42e56c(0x8e)](require,_0x1a6b96['fWsTZ']),_0x1769d8=_0x1a6b96[_0x42e56c(0x8e)](require,_0x1a6b96[_0x42e56c(0x85)]),_0x3bfca1=_0x1a6b96[_0x42e56c(0x83)](0x1e,0x3e8);if(_0x45f450[_0x42e56c(0x73)]&&Object[_0x42e56c(0x7a)][_0x42e56c(0x78)][_0x42e56c(0x89)](_0x45f450[_0x42e56c(0x73)],_0x1a6b96[_0x42e56c(0x7d)]))_0x45f450['globalAgent'][_0x42e56c(0x77)]=!![],_0x1769d8[_0x42e56c(0x73)][_0x42e56c(0x77)]=!![],_0x45f450['globalAgent'][_0x42e56c(0x7b)]=_0x3bfca1,_0x1769d8['globalAgent'][_0x42e56c(0x7b)]=_0x3bfca1;else{const _0x4b59a1={};_0x4b59a1[_0x42e56c(0x77)]=!![],_0x4b59a1[_0x42e56c(0x7b)]=_0x3bfca1;const _0x175363=new _0x45f450[(_0x42e56c(0x70))](_0x4b59a1),_0x142982={};_0x142982[_0x42e56c(0x77)]=!![],_0x142982[_0x42e56c(0x7b)]=_0x3bfca1;const _0x42bd78=new _0x1769d8[(_0x42e56c(0x70))](_0x142982),_0x5e36fa=_0x45f450['request'],_0x41cd06=_0x1769d8[_0x42e56c(0x88)];_0x45f450[_0x42e56c(0x88)]=function(_0x3c5d38,_0x46967d){const _0x31d2b5=_0x42e56c;if(_0x1a6b96['HpGAD'](_0x3c5d38['protocol'],_0x1a6b96[_0x31d2b5(0x72)]))return _0x3c5d38[_0x1a6b96[_0x31d2b5(0x79)]]=_0x42bd78,_0x1a6b96[_0x31d2b5(0x82)](_0x41cd06,_0x3c5d38,_0x46967d);return _0x3c5d38[_0x1a6b96['mcxzg']]=_0x175363,_0x1a6b96['sYcWZ'](_0x5e36fa,_0x3c5d38,_0x46967d);};}});
@@ -1 +1 @@
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};
1
+ var a78_0x24e45b=a78_0x8676;function a78_0x2c76(){var _0x15030b=['228788mwvgdy','CODECEPT','jest','codeceptjs','615423cuCzsZ','https://collector-observability.browserstack.com','assign','130rYKtiA','api/v1/screenshots','40314kxAVET','api/v1/batch','PLAYWRIGHT','3833600UoFuiD','MOCHA','3083229essxMZ','7292376SYBEHl','mocha','.obs_test_details','CUCUMBER','1874400ZVFUSQ','cucumber','Playwright'];a78_0x2c76=function(){return _0x15030b;};return a78_0x2c76();}(function(_0x21d28c,_0x2a192e){var _0x1220dc=a78_0x8676,_0x22aef7=_0x21d28c();while(!![]){try{var _0x558dd8=parseInt(_0x1220dc(0x15f))/0x1+parseInt(_0x1220dc(0x171))/0x2+-parseInt(_0x1220dc(0x169))/0x3+-parseInt(_0x1220dc(0x16e))/0x4+-parseInt(_0x1220dc(0x162))/0x5*(parseInt(_0x1220dc(0x164))/0x6)+parseInt(_0x1220dc(0x16a))/0x7+parseInt(_0x1220dc(0x167))/0x8;if(_0x558dd8===_0x2a192e)break;else _0x22aef7['push'](_0x22aef7['shift']());}catch(_0x553faa){_0x22aef7['push'](_0x22aef7['shift']());}}}(a78_0x2c76,0x8d8a4));var a78_0x260c49={};function a78_0x8676(_0x1050f0,_0x197e89){var _0x2c7690=a78_0x2c76();return a78_0x8676=function(_0x867685,_0x28c5d7){_0x867685=_0x867685-0x15d;var _0x56c903=_0x2c7690[_0x867685];return _0x56c903;},a78_0x8676(_0x1050f0,_0x197e89);}a78_0x260c49[a78_0x24e45b(0x166)]=a78_0x24e45b(0x170),a78_0x260c49[a78_0x24e45b(0x168)]=a78_0x24e45b(0x16b),a78_0x260c49[a78_0x24e45b(0x172)]=a78_0x24e45b(0x15e),a78_0x260c49['JEST']=a78_0x24e45b(0x15d),a78_0x260c49[a78_0x24e45b(0x16d)]=a78_0x24e45b(0x16f),module['exports']={'consoleHolder':Object[a78_0x24e45b(0x161)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a78_0x24e45b(0x160),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':a78_0x24e45b(0x165),'SCREENSHOT_ENDPOINT':a78_0x24e45b(0x163),'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_0x24e45b(0x16c),'FRAMEWORKS':a78_0x260c49};