browserstack-node-sdk 1.33.1 → 1.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a62_0x59e8(_0xad92f4,_0x5eb8e1){const _0x12c174=a62_0x12c1();return a62_0x59e8=function(_0x59e88f,_0x12390e){_0x59e88f=_0x59e88f-0x134;let _0x9943e7=_0x12c174[_0x59e88f];return _0x9943e7;},a62_0x59e8(_0xad92f4,_0x5eb8e1);}const a62_0x440884=a62_0x59e8;(function(_0xc7cb05,_0x139754){const _0x2c4ccd=a62_0x59e8,_0x2e3794=_0xc7cb05();while(!![]){try{const _0x4d867e=parseInt(_0x2c4ccd(0x153))/0x1*(-parseInt(_0x2c4ccd(0x149))/0x2)+-parseInt(_0x2c4ccd(0x155))/0x3*(parseInt(_0x2c4ccd(0x14c))/0x4)+-parseInt(_0x2c4ccd(0x157))/0x5+-parseInt(_0x2c4ccd(0x14e))/0x6*(parseInt(_0x2c4ccd(0x13f))/0x7)+parseInt(_0x2c4ccd(0x152))/0x8+-parseInt(_0x2c4ccd(0x154))/0x9+parseInt(_0x2c4ccd(0x13a))/0xa;if(_0x4d867e===_0x139754)break;else _0x2e3794['push'](_0x2e3794['shift']());}catch(_0x4dc1d5){_0x2e3794['push'](_0x2e3794['shift']());}}}(a62_0x12c1,0xc2e15));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require(a62_0x440884(0x134)),logDir=a62_0x440884(0x138);!fs[a62_0x440884(0x14f)](logDir)&&fs['mkdirSync'](logDir);const a62_0x368c8d={};a62_0x368c8d[a62_0x440884(0x140)]=a62_0x440884(0x141);const transports={'loggerConsole':new winston['transports'][(a62_0x440884(0x13e))](a62_0x368c8d),'loggerFile':new winston[(a62_0x440884(0x145))][(a62_0x440884(0x14b))]({'filename':path[a62_0x440884(0x136)](logDir,'/usage.log')}),'debugLoggerFile':new winston['transports'][(a62_0x440884(0x14b))]({'filename':path[a62_0x440884(0x136)](os[a62_0x440884(0x144)](),a62_0x440884(0x142)),'level':'debug'})},a62_0x5ae7c7={};function a62_0x12c1(){const _0x258b84=['YYYY-MM-DD\x20HH:mm:ss','loggerConsole','loggerFile','8OhOvxS','createLogger','File','4YvURFL','winstonLogger','17994JzGeYJ','existsSync','fileLogger','colorize','11787464fRbkyr','160999lvKnSS','7920936jVHrsQ','2673039GjUnkH','debugLoggerFile','611685IbTWkR','path','timestamp','join','format','log','combine','21111630ypbjOe','logDir','\x20-\x20','message','Console','581oCnIUW','name','console.info','/usage-debug.log','level','tmpdir','transports'];a62_0x12c1=function(){return _0x258b84;};return a62_0x12c1();}a62_0x5ae7c7['format']=a62_0x440884(0x146);const a62_0x4827de={};a62_0x4827de[a62_0x440884(0x143)]=!![];const winstonLoggerParams={'format':winston[a62_0x440884(0x137)][a62_0x440884(0x139)](winston[a62_0x440884(0x137)][a62_0x440884(0x135)](a62_0x5ae7c7),winston['format'][a62_0x440884(0x151)](a62_0x4827de),winston[a62_0x440884(0x137)]['printf'](_0x16bd85=>_0x16bd85['timestamp']+a62_0x440884(0x13c)+_0x16bd85[a62_0x440884(0x143)]+':\x20'+_0x16bd85[a62_0x440884(0x13d)])),'transports':[transports[a62_0x440884(0x147)],transports[a62_0x440884(0x148)],transports[a62_0x440884(0x156)]]},a62_0x4ab39e={};a62_0x4ab39e[a62_0x440884(0x145)]=[transports['loggerFile']];const winstonFileLoggerParams=a62_0x4ab39e;exports[a62_0x440884(0x14d)]=new winston[(a62_0x440884(0x14a))](winstonLoggerParams),exports[a62_0x440884(0x150)]=new winston[(a62_0x440884(0x14a))](winstonFileLoggerParams),exports[a62_0x440884(0x13b)]=logDir,exports['transports']=transports;
1
+ const a62_0x151c23=a62_0x2d8c;(function(_0x4c854e,_0x349b28){const _0x29c24d=a62_0x2d8c,_0x425ec3=_0x4c854e();while(!![]){try{const _0x44e01e=parseInt(_0x29c24d(0x107))/0x1*(parseInt(_0x29c24d(0x110))/0x2)+parseInt(_0x29c24d(0x111))/0x3+-parseInt(_0x29c24d(0x118))/0x4*(-parseInt(_0x29c24d(0x103))/0x5)+-parseInt(_0x29c24d(0x104))/0x6*(parseInt(_0x29c24d(0xfc))/0x7)+-parseInt(_0x29c24d(0x11b))/0x8*(parseInt(_0x29c24d(0x10c))/0x9)+parseInt(_0x29c24d(0x11d))/0xa+-parseInt(_0x29c24d(0x11a))/0xb*(parseInt(_0x29c24d(0x117))/0xc);if(_0x44e01e===_0x349b28)break;else _0x425ec3['push'](_0x425ec3['shift']());}catch(_0x19fd2b){_0x425ec3['push'](_0x425ec3['shift']());}}}(a62_0x4146,0x31fbf));const winston=require(a62_0x151c23(0x10e)),os=require('os'),fs=require('fs'),path=require(a62_0x151c23(0x114)),logDir=a62_0x151c23(0x10a);!fs['existsSync'](logDir)&&fs[a62_0x151c23(0x115)](logDir);const a62_0x11cb1c={};a62_0x11cb1c[a62_0x151c23(0x106)]=a62_0x151c23(0x105);const transports={'loggerConsole':new winston[(a62_0x151c23(0xfd))][(a62_0x151c23(0x109))](a62_0x11cb1c),'loggerFile':new winston[(a62_0x151c23(0xfd))]['File']({'filename':path['join'](logDir,'/usage.log')}),'debugLoggerFile':new winston['transports']['File']({'filename':path[a62_0x151c23(0x102)](os[a62_0x151c23(0xff)](),a62_0x151c23(0x10b)),'level':'debug'})},a62_0xb07983={};a62_0xb07983[a62_0x151c23(0x10d)]=a62_0x151c23(0x108);const a62_0x1a97e7={};a62_0x1a97e7[a62_0x151c23(0xfe)]=!![];const winstonLoggerParams={'format':winston[a62_0x151c23(0x10d)][a62_0x151c23(0x116)](winston[a62_0x151c23(0x10d)][a62_0x151c23(0x119)](a62_0xb07983),winston['format'][a62_0x151c23(0x113)](a62_0x1a97e7),winston[a62_0x151c23(0x10d)][a62_0x151c23(0xfb)](_0x3b5dea=>_0x3b5dea[a62_0x151c23(0x119)]+'\x20-\x20'+_0x3b5dea[a62_0x151c23(0xfe)]+':\x20'+_0x3b5dea['message'])),'transports':[transports['loggerConsole'],transports[a62_0x151c23(0x10f)],transports[a62_0x151c23(0x11c)]]},a62_0x19a5e3={};function a62_0x4146(){const _0x5314b6=['408894DqeWPc','createLogger','colorize','path','mkdirSync','combine','9888WYzxBk','624056tNSOjM','timestamp','3982TnsQBS','136ISiBXi','debugLoggerFile','233730Ijcyvp','printf','1415386cTmYiN','transports','level','tmpdir','winstonLogger','logDir','join','5BLHMxN','6bnTgKJ','console.info','name','1bBLmgD','YYYY-MM-DD\x20HH:mm:ss','Console','log','/usage-debug.log','9405iMzsdN','format','winston','loggerFile','814602UZnRon'];a62_0x4146=function(){return _0x5314b6;};return a62_0x4146();}function a62_0x2d8c(_0x2d0422,_0x55613f){const _0x41466b=a62_0x4146();return a62_0x2d8c=function(_0x2d8c7e,_0x11a285){_0x2d8c7e=_0x2d8c7e-0xfb;let _0x19b1e1=_0x41466b[_0x2d8c7e];return _0x19b1e1;},a62_0x2d8c(_0x2d0422,_0x55613f);}a62_0x19a5e3['transports']=[transports[a62_0x151c23(0x10f)]];const winstonFileLoggerParams=a62_0x19a5e3;exports[a62_0x151c23(0x100)]=new winston[(a62_0x151c23(0x112))](winstonLoggerParams),exports['fileLogger']=new winston[(a62_0x151c23(0x112))](winstonFileLoggerParams),exports[a62_0x151c23(0x101)]=logDir,exports[a62_0x151c23(0xfd)]=transports;
@@ -1 +1 @@
1
- function a63_0x26a9(_0x552b83,_0x2e254c){var _0x582564=a63_0x5825();return a63_0x26a9=function(_0x26a972,_0x1795cd){_0x26a972=_0x26a972-0xed;var _0x24f92b=_0x582564[_0x26a972];return _0x24f92b;},a63_0x26a9(_0x552b83,_0x2e254c);}function a63_0x5825(){var _0x22dfc5=['split','emit','hPmDU','60pxfJpz','7068468KBgtwN','nvHKq','46674OxzywH','MRYPr','39001292WFiuPY','bVTJF','takeScreenshot','0|1|2|4|3|5','loqLc','HvQKz','initQuit','then','2846475fqJQYP','2|3|1|0|4','bs:addLog:','7174096klDWft','MqsdB','48933oGCTNy','6BNyDQW','cCMTA','7eenDRo','susBE','CLMlh','true','PLYzL','toISOString','85AZWgYk','quitCount_','BS_TESTOPS_ALLOW_SCREENSHOTS','env','overrideTakeScreenshot','patchScreenshot','kkqQV','initScreenshot','izGXM','262024tJKBXA','patchQuit','OXfXz'];a63_0x5825=function(){return _0x22dfc5;};return a63_0x5825();}var a63_0x593cb8=a63_0x26a9;(function(_0x807449,_0x12ec2b){var _0x34796f=a63_0x26a9,_0x7307fa=_0x807449();while(!![]){try{var _0x4b5916=-parseInt(_0x34796f(0x10e))/0x1*(-parseInt(_0x34796f(0x10f))/0x2)+parseInt(_0x34796f(0x109))/0x3+-parseInt(_0x34796f(0xf6))/0x4*(-parseInt(_0x34796f(0xed))/0x5)+-parseInt(_0x34796f(0xfd))/0x6*(-parseInt(_0x34796f(0x111))/0x7)+parseInt(_0x34796f(0x10c))/0x8+-parseInt(_0x34796f(0xff))/0x9*(parseInt(_0x34796f(0xfc))/0xa)+-parseInt(_0x34796f(0x101))/0xb;if(_0x4b5916===_0x12ec2b)break;else _0x7307fa['push'](_0x7307fa['shift']());}catch(_0x37df86){_0x7307fa['push'](_0x7307fa['shift']());}}}(a63_0x5825,0xacb32),exports[a63_0x593cb8(0xf1)]=_0x40f9ae=>{var _0x8f441c=a63_0x593cb8,_0x406e9d={'OXfXz':_0x8f441c(0x104),'ZrrUy':'TEST_SCREENSHOT','dVGek':function(_0xef051c,_0x2c77e3){return _0xef051c(_0x2c77e3);},'HvQKz':function(_0x589cf1,_0x5990da){return _0x589cf1!==_0x5990da;},'nvHKq':_0x8f441c(0x114)},_0x16d977=_0x406e9d[_0x8f441c(0xf8)]['split']('|'),_0x476614=0x0;while(!![]){switch(_0x16d977[_0x476614++]){case'0':var _0x320e44={'susBE':_0x406e9d['ZrrUy'],'kkqQV':function(_0x1546b6,_0x9b1874){return _0x406e9d['dVGek'](_0x1546b6,_0x9b1874);}};continue;case'1':if(_0x406e9d[_0x8f441c(0x106)](process[_0x8f441c(0xf0)][_0x8f441c(0xef)],_0x406e9d[_0x8f441c(0xfe)]))return;continue;case'2':if(_0x40f9ae[_0x8f441c(0xf2)])return;continue;case'3':_0x40f9ae[_0x8f441c(0xf4)]=_0x40f9ae[_0x8f441c(0x103)];continue;case'4':_0x40f9ae[_0x8f441c(0xf2)]=!![];continue;case'5':_0x40f9ae[_0x8f441c(0x103)]=()=>{var _0x438730=_0x8f441c,_0x15094b={'bVTJF':_0x320e44[_0x438730(0x112)],'PLYzL':function(_0x2fd9c7,_0x6bab9){var _0x350b61=_0x438730;return _0x320e44[_0x350b61(0xf3)](_0x2fd9c7,_0x6bab9);}};return new Promise(function(_0x378a7b,_0x326c49){var _0x11da8d=_0x438730,_0x5aa88c={'hPmDU':_0x15094b[_0x11da8d(0x102)],'izGXM':function(_0x31c7a5,_0x41681e){var _0x55dbac=_0x11da8d;return _0x15094b[_0x55dbac(0x115)](_0x31c7a5,_0x41681e);}};_0x40f9ae[_0x11da8d(0xf4)]()[_0x11da8d(0x108)](_0x165ec2=>{var _0x2b10ce=_0x11da8d;process[_0x2b10ce(0xfa)](_0x2b10ce(0x10b)+process['pid'],{'timestamp':new Date()[_0x2b10ce(0x116)](),'message':_0x165ec2,'kind':_0x5aa88c[_0x2b10ce(0xfb)]}),_0x5aa88c[_0x2b10ce(0xf5)](_0x378a7b,_0x165ec2);});});};continue;}break;}},exports['overrideQuit']=(_0x5ec278,_0x267611=null)=>{var _0x4503a6=a63_0x593cb8,_0x30768e={'MqsdB':_0x4503a6(0x10a),'loqLc':function(_0x119d01){return _0x119d01();},'MRYPr':function(_0x4cd2c4,_0xe7fcad){return _0x4cd2c4>_0xe7fcad;}},_0x5ead3e=_0x30768e[_0x4503a6(0x10d)][_0x4503a6(0xf9)]('|'),_0x29154f=0x0;while(!![]){switch(_0x5ead3e[_0x29154f++]){case'0':_0x5ec278[_0x4503a6(0x107)]=_0x5ec278['quit'];continue;case'1':_0x5ec278[_0x4503a6(0xf7)]=!![];continue;case'2':var _0x3696b5={'cCMTA':function(_0x409a6d){var _0x42bb26=_0x4503a6;return _0x30768e[_0x42bb26(0x105)](_0x409a6d);},'CLMlh':function(_0x4930a1,_0x250349){var _0x2e0ebc=_0x4503a6;return _0x30768e[_0x2e0ebc(0x100)](_0x4930a1,_0x250349);}};continue;case'3':if(_0x5ec278[_0x4503a6(0xf7)])return;continue;case'4':_0x5ec278['quit']=()=>{var _0x3dc524=_0x4503a6,_0x3a05be={'jvtmH':function(_0xed151e){var _0x4e8111=a63_0x26a9;return _0x3696b5[_0x4e8111(0x110)](_0xed151e);}};if(_0x267611){_0x267611[_0x3dc524(0xee)]+=0x1;if(_0x3696b5[_0x3dc524(0x113)](_0x267611[_0x3dc524(0xee)],0x1))return _0x5ec278['initQuit']();}else{_0x5ec278[_0x3dc524(0xee)]+=0x1;if(_0x3696b5['CLMlh'](_0x5ec278[_0x3dc524(0xee)],0x1))return _0x5ec278[_0x3dc524(0x107)]();}return new Promise(function(_0xac3f24){_0x3a05be['jvtmH'](_0xac3f24);});};continue;}break;}});
1
+ var a63_0x408216=a63_0x372d;(function(_0x57f5e7,_0x15fb01){var _0x3ca6e6=a63_0x372d,_0xe7284d=_0x57f5e7();while(!![]){try{var _0x5a8703=parseInt(_0x3ca6e6(0x1f3))/0x1*(-parseInt(_0x3ca6e6(0x1d8))/0x2)+parseInt(_0x3ca6e6(0x1e3))/0x3*(parseInt(_0x3ca6e6(0x1d4))/0x4)+-parseInt(_0x3ca6e6(0x1f7))/0x5*(-parseInt(_0x3ca6e6(0x1fd))/0x6)+parseInt(_0x3ca6e6(0x1d5))/0x7*(parseInt(_0x3ca6e6(0x1ec))/0x8)+parseInt(_0x3ca6e6(0x1e0))/0x9+parseInt(_0x3ca6e6(0x1e5))/0xa+parseInt(_0x3ca6e6(0x1fc))/0xb*(-parseInt(_0x3ca6e6(0x1f6))/0xc);if(_0x5a8703===_0x15fb01)break;else _0xe7284d['push'](_0xe7284d['shift']());}catch(_0x2e592b){_0xe7284d['push'](_0xe7284d['shift']());}}}(a63_0x1f50,0xd5901),exports['overrideTakeScreenshot']=_0x5417a6=>{var _0x360ce0=a63_0x372d,_0x5879f2={'pnDry':_0x360ce0(0x1dd),'dMzro':_0x360ce0(0x1d9),'RexKK':function(_0x130192,_0x4590b5){return _0x130192(_0x4590b5);},'WmZAD':function(_0x27e67f,_0x341300){return _0x27e67f!==_0x341300;},'iCvee':_0x360ce0(0x1dc)},_0x2a79e2=_0x5879f2[_0x360ce0(0x1d7)][_0x360ce0(0x1df)]('|'),_0x1d3560=0x0;while(!![]){switch(_0x2a79e2[_0x1d3560++]){case'0':var _0x49aa35={'NezmA':_0x5879f2[_0x360ce0(0x1fe)],'Dzuzw':function(_0x482509,_0x37e9ea){return _0x5879f2['RexKK'](_0x482509,_0x37e9ea);}};continue;case'1':if(_0x5879f2[_0x360ce0(0x1f0)](process[_0x360ce0(0x1f2)][_0x360ce0(0x1f4)],_0x5879f2[_0x360ce0(0x1f8)]))return;continue;case'2':_0x5417a6[_0x360ce0(0x1eb)]=_0x5417a6[_0x360ce0(0x1fb)];continue;case'3':_0x5417a6[_0x360ce0(0x1e6)]=!![];continue;case'4':if(_0x5417a6[_0x360ce0(0x1e6)])return;continue;case'5':_0x5417a6[_0x360ce0(0x1fb)]=()=>{var _0x273967=_0x360ce0,_0x4cf4a3={'qvtrl':_0x49aa35[_0x273967(0x1e7)],'fmBuE':function(_0x41a892,_0x354187){var _0x5224ce=_0x273967;return _0x49aa35[_0x5224ce(0x1ea)](_0x41a892,_0x354187);}};return new Promise(function(_0x287092,_0x111f4e){var _0x10b67e=_0x273967,_0x139cfa={'xUrjp':_0x4cf4a3[_0x10b67e(0x1db)],'zNPDP':function(_0x187d0c,_0xd76a91){var _0x52b625=_0x10b67e;return _0x4cf4a3[_0x52b625(0x1e8)](_0x187d0c,_0xd76a91);}};_0x5417a6['initScreenshot']()[_0x10b67e(0x1ef)](_0x15f8b8=>{var _0x1802fc=_0x10b67e;process['emit'](_0x1802fc(0x1f5)+process['pid'],{'timestamp':new Date()[_0x1802fc(0x1de)](),'message':_0x15f8b8,'kind':_0x139cfa[_0x1802fc(0x1e2)]}),_0x139cfa['zNPDP'](_0x287092,_0x15f8b8);});});};continue;}break;}},exports[a63_0x408216(0x1e9)]=(_0x3639c1,_0x1244a5=null)=>{var _0xff35a4=a63_0x408216,_0x2b0654={'MRlQW':_0xff35a4(0x1f1),'ugKXH':function(_0x1258ac){return _0x1258ac();},'ytZaA':function(_0x16859d,_0xa286f9){return _0x16859d>_0xa286f9;}},_0x171f96=_0x2b0654[_0xff35a4(0x1d6)][_0xff35a4(0x1df)]('|'),_0x45d7cc=0x0;while(!![]){switch(_0x171f96[_0x45d7cc++]){case'0':if(_0x3639c1[_0xff35a4(0x1ee)])return;continue;case'1':_0x3639c1[_0xff35a4(0x1e4)]=()=>{var _0x20fa6f=_0xff35a4,_0x10534a={'hwqjO':function(_0x2624f8){var _0x2948f0=a63_0x372d;return _0x13732d[_0x2948f0(0x1da)](_0x2624f8);}};if(_0x1244a5){_0x1244a5['quitCount_']+=0x1;if(_0x13732d[_0x20fa6f(0x1ed)](_0x1244a5[_0x20fa6f(0x1e1)],0x1))return _0x3639c1['initQuit']();}else{_0x3639c1['quitCount_']+=0x1;if(_0x13732d['MMYLp'](_0x3639c1[_0x20fa6f(0x1e1)],0x1))return _0x3639c1[_0x20fa6f(0x1f9)]();}return new Promise(function(_0x5438c7){_0x10534a['hwqjO'](_0x5438c7);});};continue;case'2':var _0x13732d={'ZCowH':function(_0x118358){return _0x2b0654['ugKXH'](_0x118358);},'MMYLp':function(_0x4d3e07,_0x58f5d8){var _0x3a9d6b=_0xff35a4;return _0x2b0654[_0x3a9d6b(0x1fa)](_0x4d3e07,_0x58f5d8);}};continue;case'3':_0x3639c1['initQuit']=_0x3639c1['quit'];continue;case'4':_0x3639c1[_0xff35a4(0x1ee)]=!![];continue;}break;}});function a63_0x372d(_0x3d5a7e,_0x579d97){var _0x1f50c5=a63_0x1f50();return a63_0x372d=function(_0x372dbc,_0x53d5c2){_0x372dbc=_0x372dbc-0x1d4;var _0x387773=_0x1f50c5[_0x372dbc];return _0x387773;},a63_0x372d(_0x3d5a7e,_0x579d97);}function a63_0x1f50(){var _0x2f82f5=['NezmA','fmBuE','overrideQuit','Dzuzw','initScreenshot','94312rzkHfV','MMYLp','patchQuit','then','WmZAD','2|0|4|3|1','env','174694cMWiQE','BS_TESTOPS_ALLOW_SCREENSHOTS','bs:addLog:','84264GhCiuH','6079605ZJddct','iCvee','initQuit','ytZaA','takeScreenshot','7832fwGVJI','6ScheqO','dMzro','4PCvtfe','280TyXvgr','MRlQW','pnDry','2WurxWF','TEST_SCREENSHOT','ZCowH','qvtrl','true','0|1|4|3|2|5','toISOString','split','15397920gaIOQe','quitCount_','xUrjp','4273644yMgRLB','quit','12262020HXVmka','patchScreenshot'];a63_0x1f50=function(){return _0x2f82f5;};return a63_0x1f50();}
@@ -1 +1 @@
1
- const a64_0x3a9c81=a64_0x2ac2;function a64_0x2ac2(_0x5b9955,_0x2da81e){const _0x2f7619=a64_0x2f76();return a64_0x2ac2=function(_0x2ac275,_0x42c616){_0x2ac275=_0x2ac275-0x67;let _0x5279a2=_0x2f7619[_0x2ac275];return _0x5279a2;},a64_0x2ac2(_0x5b9955,_0x2da81e);}(function(_0x2f2e7,_0x1ea4d8){const _0xc8ec59=a64_0x2ac2,_0x322a8b=_0x2f2e7();while(!![]){try{const _0x35008d=-parseInt(_0xc8ec59(0x67))/0x1*(parseInt(_0xc8ec59(0x8c))/0x2)+parseInt(_0xc8ec59(0x96))/0x3+-parseInt(_0xc8ec59(0xa3))/0x4+-parseInt(_0xc8ec59(0x6d))/0x5+-parseInt(_0xc8ec59(0x84))/0x6+parseInt(_0xc8ec59(0x9a))/0x7*(-parseInt(_0xc8ec59(0x99))/0x8)+parseInt(_0xc8ec59(0x8a))/0x9;if(_0x35008d===_0x1ea4d8)break;else _0x322a8b['push'](_0x322a8b['shift']());}catch(_0x64b8c9){_0x322a8b['push'](_0x322a8b['shift']());}}}(a64_0x2f76,0x28c8c));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a64_0x3a9c81(0x89)),helper=require('../helper'),logger=require('../logger')[a64_0x3a9c81(0x7b)],{logDir}=require('../logger'),testHubConstants=require(a64_0x3a9c81(0x95)),PercyBinary=require(a64_0x3a9c81(0x91));function a64_0x2f76(){const _0x3fe3cc=['automate','vVcAV','815850OdAmFs','isProcessRunning','Percy\x20healthcheck\x20successful','WJziw','PERCY_SERVER_ADDRESS','pipe','NwZur','version','percy.json','BROWSERSTACK_TESTHUB_UUID','app:exec','nodeRequest',':start','percy/healthcheck','winstonLogger','xVeOW','getBinaryPath','stdout','app','createPercyConfig','fetchPercyToken','ENV_VAR','debug','1654626EKQtIs','error','yvgRN','pqcLO','http://localhost:5338','child_process','12172113DvmudY','TaDSU','261486UOrEXV','healthcheck','start','Error\x20creating\x20percy\x20config:\x20','&type=','./PercyBinary','flags','close','KyNRo','../../helpers/testhub/constants','196506zKgDMo','env','EBPKf','8wNVpRT','2092083HrOLTC','join','push','writeFile','eUMnP','PNIrC','pcWwp','percyOptions','projectName','1006444iMtcGj','assign','fzJZe','YOsCB','token','Percy\x20fetch\x20token\x20success','LUpHo','exec:stop','GET','createWriteStream','tmpdir','exec','NocLf','2KUGoey','exBDE','isRunning','data'];a64_0x2f76=function(){return _0x3fe3cc;};return a64_0x2f76();}class Percy{#logfile=path['join'](logDir,'percy.log');#address=process[a64_0x3a9c81(0x97)][a64_0x3a9c81(0x71)]||a64_0x3a9c81(0x88);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x3a9c81(0x6e)]=![];constructor(_0x5b8e7e){const _0x43aa9a=a64_0x3a9c81;this.#config=_0x5b8e7e,!!_0x5b8e7e[_0x43aa9a(0x7f)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x1137b1=a64_0x3a9c81;if(!this.#binaryPath){const _0x22a27f=new PercyBinary();this.#binaryPath=await _0x22a27f[_0x1137b1(0x7d)](this.#config);}return this.#binaryPath;}async #sleep(_0x35a52b){return new Promise(_0xc4ee08=>setTimeout(_0xc4ee08,_0x35a52b));}async[a64_0x3a9c81(0x8d)](){const _0x1ec69e=a64_0x3a9c81,_0x48e1b6={};_0x48e1b6['pcWwp']='GET',_0x48e1b6[_0x1ec69e(0xaf)]=_0x1ec69e(0x7a);const _0x3d0888=_0x48e1b6;try{const _0x4805b9=await helper['nodeRequest'](_0x3d0888[_0x1ec69e(0xa0)],_0x3d0888[_0x1ec69e(0xaf)],null,null,this.#address);if(_0x4805b9)return!![];}catch(_0x1d2669){return![];}}async[a64_0x3a9c81(0x8e)](){const _0x468fc3=a64_0x3a9c81,_0x4cc4b2={'LUpHo':_0x468fc3(0x77),'exBDE':_0x468fc3(0xae),'KyNRo':function(_0xec54e5,_0x366c8f,_0x553d25,_0x8055f9){return _0xec54e5(_0x366c8f,_0x553d25,_0x8055f9);},'VUELj':'close','bBDjm':_0x468fc3(0x6f)},_0x38bd7a=await this.#getBinaryPath(),_0x9ae763={};_0x9ae763[_0x468fc3(0x92)]='a';const _0x26c888=fs[_0x468fc3(0xac)](this.#logfile,_0x9ae763),_0x452679=await this[_0x468fc3(0x81)](),_0x1c1b85=await this['createPercyConfig']();if(!_0x452679)return![];const _0xc0d5bb=[(this.#isApp?_0x4cc4b2[_0x468fc3(0xa9)]:_0x4cc4b2[_0x468fc3(0x68)])+_0x468fc3(0x79)];_0x1c1b85&&_0xc0d5bb[_0x468fc3(0x9c)]('-c',_0x1c1b85);this.#proc=_0x4cc4b2[_0x468fc3(0x94)](spawn,_0x38bd7a,_0xc0d5bb,{'env':Object[_0x468fc3(0xa4)](process[_0x468fc3(0x97)],{'PERCY_TOKEN':_0x452679,'TH_BUILD_UUID':process[_0x468fc3(0x97)][testHubConstants[_0x468fc3(0x82)][_0x468fc3(0x76)]]})}),this.#proc[_0x468fc3(0x7e)][_0x468fc3(0x72)](_0x26c888),this.#proc['stderr'][_0x468fc3(0x72)](_0x26c888),this[_0x468fc3(0x6e)]=!![];var _0x149f53=this;this.#proc['on'](_0x4cc4b2['VUELj'],function(_0x5d7abf){const _0x3484f1=_0x468fc3;_0x149f53[_0x3484f1(0x6e)]=![];});do{const _0xebcf9c=await this[_0x468fc3(0x8d)]();if(_0xebcf9c)return logger['debug'](_0x4cc4b2['bBDjm']),!![];await this.#sleep(0x3e8);}while(this['isProcessRunning']);return![];}async['stop'](){const _0x4cae45=a64_0x3a9c81,_0x17c4d7={'JtNqg':function(_0x563e5a,_0x1e3ad2){return _0x563e5a(_0x1e3ad2);},'NwZur':function(_0x8f3fc9,_0x481e13,_0x40666a){return _0x8f3fc9(_0x481e13,_0x40666a);},'EBPKf':_0x4cae45(0xaa),'PNIrC':_0x4cae45(0x93)},_0x1a75db=await this.#getBinaryPath();return new Promise((_0x3f04e6,_0x2ba821)=>{const _0x3a1475=_0x4cae45,_0x132a7a=_0x17c4d7[_0x3a1475(0x73)](spawn,_0x1a75db,[_0x17c4d7[_0x3a1475(0x98)]]);_0x132a7a['on'](_0x17c4d7[_0x3a1475(0x9f)],_0x975ae8=>{const _0x117f37=_0x3a1475;this[_0x117f37(0x6e)]=![],_0x17c4d7['JtNqg'](_0x3f04e6,_0x975ae8);});});}[a64_0x3a9c81(0x69)](){const _0x4a54c6=a64_0x3a9c81;return this[_0x4a54c6(0x6e)];}async['fetchPercyToken'](){const _0x807a28=a64_0x3a9c81,_0x471591={};_0x471591[_0x807a28(0xa6)]=_0x807a28(0x7f),_0x471591[_0x807a28(0x7c)]=_0x807a28(0x6b),_0x471591[_0x807a28(0x70)]=_0x807a28(0xab),_0x471591[_0x807a28(0x6c)]=_0x807a28(0xa8);const _0x4cae0e=_0x471591,_0x2673eb=this.#config[_0x807a28(0xa2)];try{const _0x562be4=this.#isApp?_0x4cae0e[_0x807a28(0xa6)]:_0x4cae0e[_0x807a28(0x7c)],_0x27fe40=await helper[_0x807a28(0x78)](_0x4cae0e['WJziw'],'api/app_percy/get_project_token?name='+_0x2673eb+_0x807a28(0x90)+_0x562be4,{},this.#config),_0x372719=_0x27fe40[_0x807a28(0x6a)];return logger[_0x807a28(0x83)](_0x4cae0e[_0x807a28(0x6c)]),_0x372719[_0x807a28(0xa7)];}catch(_0x5be648){return logger[_0x807a28(0x85)]('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x5be648),null;}}async[a64_0x3a9c81(0x80)](){const _0x3654f9=a64_0x3a9c81,_0x2cec39={'SDUDv':function(_0x373641,_0x5ef1d3){return _0x373641(_0x5ef1d3);},'jtoBw':function(_0x39ad5a,_0x1d5932){return _0x39ad5a+_0x1d5932;},'TaDSU':'Percy\x20config\x20created\x20at\x20','fzJZe':_0x3654f9(0x75)};if(!this.#config[_0x3654f9(0xa1)])return null;const _0x54117d=path[_0x3654f9(0x9b)](os[_0x3654f9(0xad)](),_0x2cec39[_0x3654f9(0xa5)]),_0x3a4b89=this.#config['percyOptions'];return!_0x3a4b89[_0x3654f9(0x74)]&&(_0x3a4b89[_0x3654f9(0x74)]='2'),new Promise((_0x2c2752,_0x3e9980)=>{const _0x10d0cc=_0x3654f9,_0x1ca361={'eUMnP':function(_0x50fea0,_0x1889ed){return _0x2cec39['SDUDv'](_0x50fea0,_0x1889ed);},'pqcLO':function(_0x748491,_0x4ab8bf){return _0x2cec39['jtoBw'](_0x748491,_0x4ab8bf);},'yvgRN':_0x2cec39[_0x10d0cc(0x8b)]};fs[_0x10d0cc(0x9d)](_0x54117d,JSON['stringify'](_0x3a4b89),_0xdbe65=>{const _0x3cb186=_0x10d0cc;_0xdbe65&&(logger['error'](_0x3cb186(0x8f)+_0xdbe65),_0x1ca361['eUMnP'](_0x2c2752,null)),logger['debug'](_0x1ca361[_0x3cb186(0x87)](_0x1ca361[_0x3cb186(0x86)],_0x54117d)),_0x1ca361[_0x3cb186(0x9e)](_0x2c2752,_0x54117d);});});}}module['exports']=Percy;
1
+ const a64_0x234b1d=a64_0x27ee;(function(_0x14326d,_0x1608d6){const _0x26c1c5=a64_0x27ee,_0x2bc11b=_0x14326d();while(!![]){try{const _0x439f20=parseInt(_0x26c1c5(0x14d))/0x1+-parseInt(_0x26c1c5(0x15d))/0x2+parseInt(_0x26c1c5(0x172))/0x3*(-parseInt(_0x26c1c5(0x148))/0x4)+-parseInt(_0x26c1c5(0x159))/0x5*(-parseInt(_0x26c1c5(0x167))/0x6)+parseInt(_0x26c1c5(0x184))/0x7*(-parseInt(_0x26c1c5(0x14e))/0x8)+parseInt(_0x26c1c5(0x155))/0x9*(parseInt(_0x26c1c5(0x171))/0xa)+parseInt(_0x26c1c5(0x177))/0xb;if(_0x439f20===_0x1608d6)break;else _0x2bc11b['push'](_0x2bc11b['shift']());}catch(_0x51ce8b){_0x2bc11b['push'](_0x2bc11b['shift']());}}}(a64_0x57f4,0x99c0f));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a64_0x234b1d(0x15f)),helper=require(a64_0x234b1d(0x16c)),logger=require(a64_0x234b1d(0x183))[a64_0x234b1d(0x151)],{logDir}=require('../logger'),testHubConstants=require(a64_0x234b1d(0x178)),PercyBinary=require(a64_0x234b1d(0x15c));function a64_0x27ee(_0x2e7279,_0xe9fe5e){const _0x57f4f5=a64_0x57f4();return a64_0x27ee=function(_0x27eeca,_0xebd442){_0x27eeca=_0x27eeca-0x142;let _0x306731=_0x57f4f5[_0x27eeca];return _0x306731;},a64_0x27ee(_0x2e7279,_0xe9fe5e);}class Percy{#logfile=path[a64_0x234b1d(0x18d)](logDir,'percy.log');#address=process['env'][a64_0x234b1d(0x156)]||a64_0x234b1d(0x179);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x234b1d(0x149)]=![];constructor(_0x5c875c){const _0x45a626=a64_0x234b1d;this.#config=_0x5c875c,!!_0x5c875c[_0x45a626(0x173)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x4daa96=new PercyBinary();this.#binaryPath=await _0x4daa96['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x3493ff){return new Promise(_0x1f531a=>setTimeout(_0x1f531a,_0x3493ff));}async[a64_0x234b1d(0x189)](){const _0x160f7f=a64_0x234b1d,_0x24ac1b={};_0x24ac1b[_0x160f7f(0x186)]='GET',_0x24ac1b[_0x160f7f(0x153)]=_0x160f7f(0x15e);const _0x2d05bd=_0x24ac1b;try{const _0x4491a9=await helper[_0x160f7f(0x18c)](_0x2d05bd[_0x160f7f(0x186)],_0x2d05bd[_0x160f7f(0x153)],null,null,this.#address);if(_0x4491a9)return!![];}catch(_0x365728){return![];}}async['start'](){const _0x3b40e0=a64_0x234b1d,_0x5d5fdd={'JjMtz':_0x3b40e0(0x146),'TYUuA':'exec','NdYin':function(_0x34a286,_0x1af10f,_0x363ce9,_0x471711){return _0x34a286(_0x1af10f,_0x363ce9,_0x471711);},'PKRza':'close','pVgZb':_0x3b40e0(0x180)},_0x5737fc=await this.#getBinaryPath(),_0x770c87={};_0x770c87[_0x3b40e0(0x17b)]='a';const _0x47daab=fs[_0x3b40e0(0x18e)](this.#logfile,_0x770c87),_0x486984=await this['fetchPercyToken'](),_0x1ee69f=await this[_0x3b40e0(0x16e)]();if(!_0x486984)return![];const _0x1eb44d=[(this.#isApp?_0x5d5fdd[_0x3b40e0(0x147)]:_0x5d5fdd[_0x3b40e0(0x18b)])+_0x3b40e0(0x152)];_0x1ee69f&&_0x1eb44d[_0x3b40e0(0x154)]('-c',_0x1ee69f);this.#proc=_0x5d5fdd['NdYin'](spawn,_0x5737fc,_0x1eb44d,{'env':Object['assign'](process[_0x3b40e0(0x16a)],{'PERCY_TOKEN':_0x486984,'TH_BUILD_UUID':process[_0x3b40e0(0x16a)][testHubConstants[_0x3b40e0(0x17a)][_0x3b40e0(0x15a)]]})}),this.#proc[_0x3b40e0(0x143)][_0x3b40e0(0x17c)](_0x47daab),this.#proc['stderr'][_0x3b40e0(0x17c)](_0x47daab),this[_0x3b40e0(0x149)]=!![];var _0x50e0f7=this;this.#proc['on'](_0x5d5fdd[_0x3b40e0(0x157)],function(_0x25270c){const _0x3161d6=_0x3b40e0;_0x50e0f7[_0x3161d6(0x149)]=![];});do{const _0x1f182d=await this[_0x3b40e0(0x189)]();if(_0x1f182d)return logger[_0x3b40e0(0x166)](_0x5d5fdd[_0x3b40e0(0x142)]),!![];await this.#sleep(0x3e8);}while(this[_0x3b40e0(0x149)]);return![];}async[a64_0x234b1d(0x17f)](){const _0x1fa4c7={'kkttz':function(_0x2acf3e,_0x4cb3c4){return _0x2acf3e(_0x4cb3c4);},'zTXVE':function(_0x4e3e10,_0x3610ea,_0x489f27){return _0x4e3e10(_0x3610ea,_0x489f27);},'ywzPU':'exec:stop','gFNxx':'close'},_0x406c80=await this.#getBinaryPath();return new Promise((_0x2963fc,_0x5b66bb)=>{const _0x10b5e7=a64_0x27ee,_0x573a5f={'dIFuO':function(_0x321604,_0x171768){const _0x4cbc6d=a64_0x27ee;return _0x1fa4c7[_0x4cbc6d(0x17e)](_0x321604,_0x171768);}},_0x18fe02=_0x1fa4c7[_0x10b5e7(0x162)](spawn,_0x406c80,[_0x1fa4c7[_0x10b5e7(0x163)]]);_0x18fe02['on'](_0x1fa4c7[_0x10b5e7(0x164)],_0x3ba0bc=>{const _0x571d40=_0x10b5e7;this[_0x571d40(0x149)]=![],_0x573a5f[_0x571d40(0x182)](_0x2963fc,_0x3ba0bc);});});}[a64_0x234b1d(0x169)](){return this['isProcessRunning'];}async[a64_0x234b1d(0x14f)](){const _0x21efb0=a64_0x234b1d,_0x5f406a={};_0x5f406a[_0x21efb0(0x165)]=_0x21efb0(0x173),_0x5f406a[_0x21efb0(0x17d)]=_0x21efb0(0x158),_0x5f406a['PvOSn']=_0x21efb0(0x18f),_0x5f406a[_0x21efb0(0x14a)]=_0x21efb0(0x168);const _0x865d96=_0x5f406a,_0x58632e=this.#config[_0x21efb0(0x161)];try{const _0x49c968=this.#isApp?_0x865d96[_0x21efb0(0x165)]:_0x865d96[_0x21efb0(0x17d)],_0x2ab13c=await helper[_0x21efb0(0x18c)](_0x865d96[_0x21efb0(0x150)],_0x21efb0(0x145)+_0x58632e+_0x21efb0(0x18a)+_0x49c968,{},this.#config),_0x555d06=_0x2ab13c[_0x21efb0(0x181)];return logger[_0x21efb0(0x166)](_0x865d96['lcFAN']),_0x555d06[_0x21efb0(0x16f)];}catch(_0x49db27){return logger['error']('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x49db27),null;}}async[a64_0x234b1d(0x16e)](){const _0xdbc022=a64_0x234b1d,_0x5c52f6={'pfeeX':function(_0x26a85c,_0x11d08){return _0x26a85c(_0x11d08);},'ejhEK':function(_0x525e1d,_0x2b20f4){return _0x525e1d+_0x2b20f4;},'Szafu':_0xdbc022(0x160),'CHgWc':'percy.json'};if(!this.#config[_0xdbc022(0x187)])return null;const _0x27605b=path['join'](os[_0xdbc022(0x170)](),_0x5c52f6[_0xdbc022(0x175)]),_0x9eee4a=this.#config[_0xdbc022(0x187)];return!_0x9eee4a[_0xdbc022(0x15b)]&&(_0x9eee4a[_0xdbc022(0x15b)]='2'),new Promise((_0x18d962,_0x26f36c)=>{const _0x14d7fa=_0xdbc022,_0x1a81e6={'hnxEX':function(_0x1fcac6,_0xe50b28){const _0x18f082=a64_0x27ee;return _0x5c52f6[_0x18f082(0x16d)](_0x1fcac6,_0xe50b28);},'KelZU':function(_0x1199f1,_0x539d96){const _0x30457e=a64_0x27ee;return _0x5c52f6[_0x30457e(0x176)](_0x1199f1,_0x539d96);},'MiAnr':_0x5c52f6[_0x14d7fa(0x174)]};fs[_0x14d7fa(0x185)](_0x27605b,JSON[_0x14d7fa(0x14b)](_0x9eee4a),_0x5d4500=>{const _0x3ee71e=_0x14d7fa;_0x5d4500&&(logger[_0x3ee71e(0x188)](_0x3ee71e(0x14c)+_0x5d4500),_0x1a81e6['hnxEX'](_0x18d962,null)),logger[_0x3ee71e(0x166)](_0x1a81e6['KelZU'](_0x1a81e6[_0x3ee71e(0x144)],_0x27605b)),_0x1a81e6[_0x3ee71e(0x16b)](_0x18d962,_0x27605b);});});}}function a64_0x57f4(){const _0x51c979=['TYUuA','nodeRequest','join','createWriteStream','GET','pVgZb','stdout','MiAnr','api/app_percy/get_project_token?name=','app:exec','JjMtz','5748tKQUkb','isProcessRunning','lcFAN','stringify','Error\x20creating\x20percy\x20config:\x20','1196594PXrpoi','8JGwGus','fetchPercyToken','PvOSn','winstonLogger',':start','WmWlF','push','6064983jHhyYN','PERCY_SERVER_ADDRESS','PKRza','automate','5221955COElvX','BROWSERSTACK_TESTHUB_UUID','version','./PercyBinary','2250236JRZdmJ','percy/healthcheck','child_process','Percy\x20config\x20created\x20at\x20','projectName','zTXVE','ywzPU','gFNxx','RxRwm','debug','6WRKynw','Percy\x20fetch\x20token\x20success','isRunning','env','hnxEX','../helper','pfeeX','createPercyConfig','token','tmpdir','10ItIqoF','2205AzVoxQ','app','Szafu','CHgWc','ejhEK','11917840rCnQus','../../helpers/testhub/constants','http://localhost:5338','ENV_VAR','flags','pipe','kvHWH','kkttz','stop','Percy\x20healthcheck\x20successful','data','dIFuO','../logger','8310568zAUYrm','writeFile','whbbA','percyOptions','error','healthcheck','&type='];a64_0x57f4=function(){return _0x51c979;};return a64_0x57f4();}module['exports']=Percy;
@@ -1 +1 @@
1
- const a65_0x2df367=a65_0x383e;(function(_0x5746b1,_0x4bf642){const _0x155a21=a65_0x383e,_0x45c4e0=_0x5746b1();while(!![]){try{const _0x44db67=-parseInt(_0x155a21(0x13d))/0x1*(-parseInt(_0x155a21(0xe4))/0x2)+parseInt(_0x155a21(0x120))/0x3+parseInt(_0x155a21(0xf6))/0x4*(-parseInt(_0x155a21(0x102))/0x5)+parseInt(_0x155a21(0x141))/0x6+-parseInt(_0x155a21(0x101))/0x7*(parseInt(_0x155a21(0xb9))/0x8)+-parseInt(_0x155a21(0x111))/0x9*(-parseInt(_0x155a21(0x129))/0xa)+-parseInt(_0x155a21(0x135))/0xb*(parseInt(_0x155a21(0x126))/0xc);if(_0x44db67===_0x4bf642)break;else _0x45c4e0['push'](_0x45c4e0['shift']());}catch(_0x2a5714){_0x45c4e0['push'](_0x45c4e0['shift']());}}}(a65_0x36af,0x7d78c));function a65_0x383e(_0x3ba030,_0x1585b0){const _0x36af5a=a65_0x36af();return a65_0x383e=function(_0x383ea3,_0x42aab5){_0x383ea3=_0x383ea3-0xb1;let _0x51ee2e=_0x36af5a[_0x383ea3];return _0x51ee2e;},a65_0x383e(_0x3ba030,_0x1585b0);}const {https}=require(a65_0x2df367(0x108)),url=require(a65_0x2df367(0x13f)),yauzl=require(a65_0x2df367(0xef)),fs=require('fs'),path=require(a65_0x2df367(0x11e)),os=require('os'),{spawn}=require(a65_0x2df367(0xd8)),HttpsProxyAgent=require(a65_0x2df367(0x122)),logger=require(a65_0x2df367(0x138))[a65_0x2df367(0xea)];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a65_0x2df367(0x146);#orderedPaths=[path[a65_0x2df367(0xe7)](this.#homedir(),a65_0x2df367(0x142)),process[a65_0x2df367(0xfe)](),os[a65_0x2df367(0x11f)]()];constructor(){const _0x34e9cb=a65_0x2df367,_0x4783e3={};_0x4783e3['qTvYK']=_0x34e9cb(0x11a),_0x4783e3[_0x34e9cb(0xc8)]=function(_0x4076f4,_0x5aeaf7){return _0x4076f4+_0x5aeaf7;},_0x4783e3[_0x34e9cb(0xf4)]=_0x34e9cb(0x137),_0x4783e3[_0x34e9cb(0xc1)]=_0x34e9cb(0xb1),_0x4783e3[_0x34e9cb(0xd7)]='percy.exe',_0x4783e3[_0x34e9cb(0xff)]=function(_0x23c3d1,_0x55a2da){return _0x23c3d1+_0x55a2da;},_0x4783e3[_0x34e9cb(0xdd)]=_0x34e9cb(0x13e);const _0x438cfe=_0x4783e3,_0x511043=_0x438cfe['qTvYK'];if(this.#hostOS[_0x34e9cb(0xc5)](/darwin|mac os/i))this.#httpPath=_0x438cfe[_0x34e9cb(0xc8)](_0x511043,_0x438cfe[_0x34e9cb(0xf4)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x438cfe[_0x34e9cb(0xc8)](_0x511043,_0x438cfe[_0x34e9cb(0xc1)]),this.#binaryName=_0x438cfe[_0x34e9cb(0xd7)]):this.#httpPath=_0x438cfe['ZPevq'](_0x511043,_0x438cfe[_0x34e9cb(0xdd)]);}#getAvailableDirs(){const _0x2d1252=a65_0x2df367,_0x1cb3b9={};_0x1cb3b9[_0x2d1252(0x124)]=function(_0x6d6dc0,_0xefaf20){return _0x6d6dc0<_0xefaf20;},_0x1cb3b9[_0x2d1252(0xdc)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x4a03d7=_0x1cb3b9;for(var _0x4e51f1=0x0;_0x4a03d7[_0x2d1252(0x124)](_0x4e51f1,this.#orderedPaths[_0x2d1252(0xf5)]);_0x4e51f1++){var _0x3d6cfb=this.#orderedPaths[_0x4e51f1];if(this.#makePath(_0x3d6cfb))return _0x3d6cfb;}throw new Error(_0x4a03d7[_0x2d1252(0xdc)]);}#makePath(_0x332689){const _0x51f007=a65_0x2df367;try{return!this.#checkPath(_0x332689)&&fs[_0x51f007(0x143)](_0x332689),!![];}catch{return![];}}#checkPath(_0x57df0d,_0x39f7a3){const _0x5705e5=a65_0x2df367,_0x1ab2c4={};_0x1ab2c4[_0x5705e5(0x13c)]=function(_0x280c8a,_0x26aa3d){return _0x280c8a|_0x26aa3d;},_0x1ab2c4[_0x5705e5(0xd4)]=function(_0x475d8b,_0x317ffb){return _0x475d8b!==_0x317ffb;},_0x1ab2c4[_0x5705e5(0x107)]=_0x5705e5(0xeb);const _0x3dd564=_0x1ab2c4;_0x39f7a3=_0x39f7a3||_0x3dd564[_0x5705e5(0x13c)](fs[_0x5705e5(0xc9)],fs[_0x5705e5(0xf7)]);try{return fs[_0x5705e5(0xb6)](_0x57df0d,_0x39f7a3),!![];}catch(_0x41996e){if(_0x3dd564[_0x5705e5(0xd4)](typeof fs[_0x5705e5(0xb6)],_0x3dd564[_0x5705e5(0x107)]))return![];try{return fs[_0x5705e5(0xe1)](_0x57df0d),!![];}catch(_0x320bae){return![];}}}async[a65_0x2df367(0x110)](_0x2551fe){const _0x21f8e0=a65_0x2df367,_0x4b813d={};_0x4b813d[_0x21f8e0(0xf8)]='Corrupt\x20percy\x20binary,\x20retrying';const _0x5151e0=_0x4b813d;var _0x4d7733=this.#getAvailableDirs(),_0x58ce88=path[_0x21f8e0(0xe7)](_0x4d7733,this.#binaryName);if(this.#checkPath(_0x58ce88,fs['X_OK']))return _0x58ce88;const _0x581e6f=await this[_0x21f8e0(0xc7)](_0x2551fe,_0x4d7733),_0x4d38e7=await this[_0x21f8e0(0xb7)](_0x581e6f);if(!_0x4d38e7)return logger[_0x21f8e0(0xc4)](_0x5151e0['iNevR']),await this['download'](_0x2551fe,_0x4d7733);return _0x581e6f;}async['validateBinary'](_0x391dd8){const _0x1e7040=a65_0x2df367,_0x3d59ae={'xVwlZ':function(_0x344169,_0x144195){return _0x344169(_0x144195);},'pRXTs':function(_0x1c7f88,_0x4b704f,_0xc45663){return _0x1c7f88(_0x4b704f,_0xc45663);},'ZORLN':_0x1e7040(0xd1),'mORMA':_0x1e7040(0x123),'RDBqj':_0x1e7040(0xba)},_0x5c1096=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x56abe2,_0x89e094)=>{const _0x3c7eec=_0x1e7040,_0x58f582={'cFiEp':function(_0x5a3e4e,_0x442d26){const _0x212142=a65_0x383e;return _0x3d59ae[_0x212142(0x119)](_0x5a3e4e,_0x442d26);}},_0x29321e=_0x3d59ae[_0x3c7eec(0x13a)](spawn,_0x391dd8,[_0x3d59ae[_0x3c7eec(0x11b)]]);_0x29321e[_0x3c7eec(0xb5)]['on'](_0x3d59ae[_0x3c7eec(0x128)],_0x417dda=>{const _0x1ab64d=_0x3c7eec;_0x5c1096[_0x1ab64d(0x115)](_0x417dda)&&_0x3d59ae['xVwlZ'](_0x56abe2,!![]);}),_0x29321e['on'](_0x3d59ae[_0x3c7eec(0x147)],()=>{const _0x187ca4=_0x3c7eec;_0x58f582[_0x187ca4(0xdf)](_0x56abe2,![]);});});}['download'](_0x50bd7c,_0x1ef90c){const _0x1d6d56=a65_0x2df367,_0x38c084={'lorYB':_0x1d6d56(0x130),'xoNxh':function(_0x3f33f1,_0xbe9299){return _0x3f33f1(_0xbe9299);},'xDwhg':_0x1d6d56(0xc4),'BIEan':_0x1d6d56(0xba),'lNaMt':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','PvJco':function(_0x5af35e,_0x402b32){return _0x5af35e(_0x402b32);},'qsJWf':_0x1d6d56(0xd0),'qqyiI':function(_0x5a61a9,_0x508d77){return _0x5a61a9(_0x508d77);},'tEHvj':_0x1d6d56(0xfc),'WSPsd':function(_0x12bd5a,_0x4796e6){return _0x12bd5a===_0x4796e6;},'KymnB':_0x1d6d56(0x136),'RLEWR':_0x1d6d56(0x12c),'PKZMS':function(_0x195d63,_0x1afd3e){return _0x195d63+_0x1afd3e;},'TpMeJ':_0x1d6d56(0xcb),'fOMGd':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0x1ef90c)&&fs[_0x1d6d56(0x143)](_0x1ef90c);const _0x414533=this.#binaryName,_0x455d90=path[_0x1d6d56(0xe7)](_0x1ef90c,_0x38c084[_0x1d6d56(0x12b)](_0x414533,_0x38c084[_0x1d6d56(0x105)])),_0x299128=path[_0x1d6d56(0xe7)](_0x1ef90c,_0x414533),_0x406f34=fs[_0x1d6d56(0xda)](_0x455d90),_0x40abf4=url[_0x1d6d56(0xcf)](this.#httpPath);if(_0x50bd7c[_0x1d6d56(0x132)]&&_0x50bd7c[_0x1d6d56(0xfd)]){const _0x1147c8={};_0x1147c8['host']=_0x50bd7c[_0x1d6d56(0x132)],_0x1147c8[_0x1d6d56(0x10a)]=_0x50bd7c[_0x1d6d56(0xfd)],_0x40abf4[_0x1d6d56(0xbc)]=new HttpsProxyAgent(_0x1147c8);}if(_0x50bd7c[_0x1d6d56(0x117)])try{_0x40abf4['ca']=fs['readFileSync'](_0x50bd7c[_0x1d6d56(0x117)]);}catch(_0x4bcab2){logger[_0x1d6d56(0xc4)](_0x38c084[_0x1d6d56(0xb4)],_0x4bcab2);}return new Promise((_0x4cf73d,_0x2d6307)=>{const _0xae0d4d=_0x1d6d56,_0x5e4e96={'rTkGa':_0x38c084[_0xae0d4d(0xf3)],'Snkhg':function(_0x2d074e,_0x217ceb){return _0x38c084['xoNxh'](_0x2d074e,_0x217ceb);},'BGFhb':function(_0x3aa3d9,_0x452587){const _0x42aac6=_0xae0d4d;return _0x38c084[_0x42aac6(0xfa)](_0x3aa3d9,_0x452587);},'yASQI':_0x38c084[_0xae0d4d(0xf9)],'hawvb':function(_0x31a867,_0x5355af){return _0x38c084['qqyiI'](_0x31a867,_0x5355af);},'tPmHE':_0x38c084[_0xae0d4d(0xe2)],'IRvLo':function(_0x33a2bc,_0x1f575a){const _0x121481=_0xae0d4d;return _0x38c084[_0x121481(0xfb)](_0x33a2bc,_0x1f575a);},'hocCS':_0x38c084['KymnB'],'ELuko':_0x38c084[_0xae0d4d(0x12f)],'loGME':_0x38c084[_0xae0d4d(0x12e)],'mnpdB':function(_0x229e6c,_0x52c40b){const _0x5b25b7=_0xae0d4d;return _0x38c084[_0x5b25b7(0xce)](_0x229e6c,_0x52c40b);}};https[_0xae0d4d(0x145)](_0x40abf4,function(_0x568e24){const _0x646109=_0xae0d4d,_0x5418fb={'BhHzs':_0x38c084['lorYB'],'qtiru':function(_0x12aa5e,_0x399fe9){return _0x38c084['xoNxh'](_0x12aa5e,_0x399fe9);}};_0x568e24['pipe'](_0x406f34),_0x568e24['on'](_0x38c084[_0x646109(0x12f)],function(_0x5513ee){const _0x2f6f50=_0x646109;logger[_0x2f6f50(0xc4)](_0x5e4e96[_0x2f6f50(0xbd)],_0x5513ee),_0x5e4e96['Snkhg'](_0x2d6307,_0x5513ee);}),_0x406f34['on'](_0x38c084[_0x646109(0x12f)],function(_0x511258){const _0x47da5d=_0x646109;logger[_0x47da5d(0xc4)](_0x5418fb[_0x47da5d(0xde)],_0x511258),_0x5418fb[_0x47da5d(0xee)](_0x2d6307,_0x511258);}),_0x406f34['on'](_0x38c084[_0x646109(0xe3)],function(){const _0x284da0=_0x646109,_0x11bcdd={'ZoAre':function(_0x5b2711,_0x56ec57){const _0x13f7e4=a65_0x383e;return _0x5e4e96[_0x13f7e4(0xc3)](_0x5b2711,_0x56ec57);},'kgtwS':_0x5e4e96[_0x284da0(0xb3)],'zaYFY':function(_0x1c7399,_0x3ab6f8){return _0x5e4e96['hawvb'](_0x1c7399,_0x3ab6f8);},'kKUca':_0x5e4e96[_0x284da0(0x12d)],'qBFrg':function(_0x4b5b6e,_0x3e3a3c){const _0x4d9e1f=_0x284da0;return _0x5e4e96[_0x4d9e1f(0x133)](_0x4b5b6e,_0x3e3a3c);},'BUkfL':_0x5e4e96[_0x284da0(0xc2)],'hJDKo':_0x5e4e96[_0x284da0(0x12a)]},_0x47fb47={};_0x47fb47[_0x284da0(0xbe)]=!![],yauzl[_0x284da0(0x11c)](_0x455d90,_0x47fb47,function(_0x5d051b,_0x17df24){const _0x3e0ece=_0x284da0,_0x179210={'BJeyt':function(_0x48e1bc,_0x1b22fd){return _0x11bcdd['zaYFY'](_0x48e1bc,_0x1b22fd);},'NXXtV':_0x11bcdd[_0x3e0ece(0x134)],'oNEfW':function(_0x3dda08,_0x8b7bb){const _0x11e451=_0x3e0ece;return _0x11bcdd[_0x11e451(0x109)](_0x3dda08,_0x8b7bb);}};_0x5d051b&&_0x11bcdd[_0x3e0ece(0x118)](_0x2d6307,_0x5d051b),_0x17df24[_0x3e0ece(0xf2)](),_0x17df24['on'](_0x11bcdd[_0x3e0ece(0xd6)],_0x2f7e75=>{const _0x2d3d43=_0x3e0ece,_0x206bc1={'CZimE':function(_0x2bdf03,_0x7d055c){const _0x2ec146=a65_0x383e;return _0x179210[_0x2ec146(0xcd)](_0x2bdf03,_0x7d055c);},'OyErC':_0x179210[_0x2d3d43(0xd5)]};if(/\/$/['test'](_0x2f7e75[_0x2d3d43(0xcc)]))_0x17df24[_0x2d3d43(0xf2)]();else{const _0x30f551=fs[_0x2d3d43(0xda)](path[_0x2d3d43(0xe7)](_0x1ef90c,_0x2f7e75[_0x2d3d43(0xcc)]));_0x17df24[_0x2d3d43(0x10e)](_0x2f7e75,function(_0x6575a1,_0x5e1a96){const _0x21f5b0=_0x2d3d43;_0x6575a1&&_0x206bc1[_0x21f5b0(0x139)](_0x2d6307,_0x5d051b),_0x5e1a96['on'](_0x206bc1[_0x21f5b0(0xf0)],function(){const _0x2cae79=_0x21f5b0;_0x30f551[_0x2cae79(0xba)](),_0x17df24[_0x2cae79(0xf2)]();}),_0x5e1a96[_0x21f5b0(0xec)](_0x30f551);}),_0x179210[_0x2d3d43(0xe0)](_0x2f7e75[_0x2d3d43(0xcc)],_0x414533)&&_0x17df24[_0x2d3d43(0xba)]();}}),_0x17df24['on'](_0x11bcdd[_0x3e0ece(0xdb)],_0x316327=>{_0x179210['BJeyt'](_0x2d6307,_0x316327);}),_0x17df24[_0x3e0ece(0x125)](_0x11bcdd[_0x3e0ece(0x134)],()=>{const _0x1572db=_0x3e0ece,_0x2d4a6e={'oyCTq':function(_0x5d639a,_0x5a2c9a){const _0x14494f=a65_0x383e;return _0x11bcdd[_0x14494f(0x118)](_0x5d639a,_0x5a2c9a);}};fs[_0x1572db(0x11d)](_0x299128,_0x11bcdd[_0x1572db(0x13b)],function(_0x10acbf){const _0x5bf8dd=_0x1572db;_0x10acbf&&_0x2d4a6e[_0x5bf8dd(0xe9)](_0x2d6307,_0x10acbf),_0x2d4a6e[_0x5bf8dd(0xe9)](_0x4cf73d,_0x299128);}),_0x17df24[_0x1572db(0xba)]();});});});})['on'](_0x38c084[_0xae0d4d(0x12f)],function(_0x555a83){const _0x324f3d=_0xae0d4d;logger[_0x324f3d(0xc4)](_0x5e4e96[_0x324f3d(0xe6)],_0x555a83),_0x5e4e96[_0x324f3d(0x131)](_0x2d6307,_0x555a83);});});}#homedir(){const _0x134702=a65_0x2df367,_0x56f3e7={};_0x56f3e7[_0x134702(0xd3)]=function(_0x28a6a4,_0x59f814){return _0x28a6a4===_0x59f814;},_0x56f3e7['tEvcP']=_0x134702(0x121),_0x56f3e7['ipFXd']=function(_0xcca077,_0x1bb06d){return _0xcca077===_0x1bb06d;},_0x56f3e7[_0x134702(0xed)]=_0x134702(0x127),_0x56f3e7[_0x134702(0xb2)]=function(_0x5b7f6f,_0x3b7acf){return _0x5b7f6f+_0x3b7acf;},_0x56f3e7[_0x134702(0x10b)]=function(_0x39336a,_0xe282c){return _0x39336a===_0xe282c;},_0x56f3e7[_0x134702(0x113)]=_0x134702(0x140),_0x56f3e7['oAYwo']=function(_0x4042a3,_0x374f44){return _0x4042a3+_0x374f44;},_0x56f3e7[_0x134702(0xbb)]=_0x134702(0x106),_0x56f3e7['oKLVz']=function(_0x2870f6,_0x2eecb4){return _0x2870f6===_0x2eecb4;},_0x56f3e7['Cufhl']=_0x134702(0xc0),_0x56f3e7[_0x134702(0x103)]=function(_0xb5052c,_0x5cb281){return _0xb5052c===_0x5cb281;},_0x56f3e7['vHbmr']=_0x134702(0xd2),_0x56f3e7[_0x134702(0xd9)]=_0x134702(0x116),_0x56f3e7[_0x134702(0xb8)]=function(_0x6adb84,_0x886ab){return _0x6adb84||_0x886ab;};const _0x20a877=_0x56f3e7;if(_0x20a877['JhZfJ'](typeof os[_0x134702(0x10f)],_0x20a877[_0x134702(0xc6)]))return os['homedir']();const _0x4f577a=process['env'],_0x5a24a0=_0x4f577a[_0x134702(0x112)],_0x1dd88f=_0x4f577a[_0x134702(0xca)]||_0x4f577a[_0x134702(0x144)]||_0x4f577a['LNAME']||_0x4f577a[_0x134702(0xe5)];if(_0x20a877[_0x134702(0xf1)](process[_0x134702(0x10d)],_0x20a877[_0x134702(0xed)]))return _0x4f577a[_0x134702(0xe8)]||_0x20a877[_0x134702(0xb2)](_0x4f577a['HOMEDRIVE'],_0x4f577a['HOMEPATH'])||_0x5a24a0||null;if(_0x20a877[_0x134702(0x10b)](process[_0x134702(0x10d)],_0x20a877['RKptF']))return _0x5a24a0||(_0x1dd88f?_0x20a877[_0x134702(0x10c)](_0x20a877[_0x134702(0xbb)],_0x1dd88f):null);if(_0x20a877[_0x134702(0x114)](process[_0x134702(0x10d)],_0x20a877[_0x134702(0x104)]))return _0x5a24a0||(_0x20a877[_0x134702(0x103)](process['getuid'](),0x0)?_0x20a877[_0x134702(0x100)]:_0x1dd88f?_0x20a877[_0x134702(0xb2)](_0x20a877[_0x134702(0xd9)],_0x1dd88f):null);return _0x20a877[_0x134702(0xb8)](_0x5a24a0,null);}}function a65_0x36af(){const _0x283979=['stdout','accessSync','validateBinary','HfDTA','85448bjrXxw','close','dfYpq','agent','rTkGa','lazyEntries','exports','linux','DVOmY','hocCS','BGFhb','error','match','tEvcP','download','MTbPa','R_OK','LOGNAME','.zip','fileName','BJeyt','xoNxh','parse','0755','--version','/root','JhZfJ','uZXco','NXXtV','BUkfL','bzhZk','child_process','QIeSX','createWriteStream','hJDKo','ClCwW','mdXDi','BhHzs','cFiEp','oNEfW','statSync','tEHvj','BIEan','8yscDXx','USERNAME','loGME','join','USERPROFILE','oyCTq','winstonLogger','undefined','pipe','qdGbU','qtiru','yauzl','OyErC','ipFXd','readEntry','lNaMt','yEUcv','length','36MHYJPs','W_OK','iNevR','qsJWf','PvJco','WSPsd','end','proxyPort','cwd','ZPevq','vHbmr','259mkZkKF','402995IJEkXl','ECYcY','Cufhl','TpMeJ','/Users/','TGdld','follow-redirects','qBFrg','port','LIdTn','oAYwo','platform','openReadStream','homedir','getBinaryPath','10539ccjpJb','HOME','RKptF','oKLVz','test','/home/','useCaCertificate','ZoAre','xVwlZ','https://github.com/percy/cli/releases/latest/download','ZORLN','open','chmod','path','tmpdir','93735bKuEzq','function','https-proxy-agent','data','qOiwH','once','8133576wxyVyi','win32','mORMA','7950pBsGuS','ELuko','PKZMS','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','tPmHE','RLEWR','xDwhg','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','mnpdB','proxyHost','IRvLo','kKUca','11QMJkoz','entry','/percy-osx.zip','../logger','CZimE','pRXTs','kgtwS','OplBU','182636udnQLb','/percy-linux.zip','url','darwin','3717504mteSHv','.browserstack','mkdirSync','USER','get','percy','RDBqj','/percy-win.zip','GYbCH','yASQI','fOMGd'];a65_0x36af=function(){return _0x283979;};return a65_0x36af();}module[a65_0x2df367(0xbf)]=PercyBinary;
1
+ const a65_0x218f91=a65_0xbc70;(function(_0xf98374,_0x440177){const _0x328798=a65_0xbc70,_0x3e3eef=_0xf98374();while(!![]){try{const _0x92859e=-parseInt(_0x328798(0x1fb))/0x1*(-parseInt(_0x328798(0x17d))/0x2)+parseInt(_0x328798(0x1e3))/0x3*(-parseInt(_0x328798(0x1a2))/0x4)+-parseInt(_0x328798(0x18f))/0x5*(-parseInt(_0x328798(0x1fa))/0x6)+-parseInt(_0x328798(0x1b6))/0x7*(-parseInt(_0x328798(0x192))/0x8)+parseInt(_0x328798(0x184))/0x9+-parseInt(_0x328798(0x1ca))/0xa*(-parseInt(_0x328798(0x1f4))/0xb)+parseInt(_0x328798(0x1c7))/0xc*(-parseInt(_0x328798(0x205))/0xd);if(_0x92859e===_0x440177)break;else _0x3e3eef['push'](_0x3e3eef['shift']());}catch(_0x171a0a){_0x3e3eef['push'](_0x3e3eef['shift']());}}}(a65_0x3fe7,0xe6ef5));const {https}=require(a65_0x218f91(0x189)),url=require(a65_0x218f91(0x187)),yauzl=require(a65_0x218f91(0x190)),fs=require('fs'),path=require(a65_0x218f91(0x183)),os=require('os'),{spawn}=require(a65_0x218f91(0x18e)),HttpsProxyAgent=require(a65_0x218f91(0x1de)),logger=require(a65_0x218f91(0x199))[a65_0x218f91(0x196)];function a65_0xbc70(_0x406ae8,_0x4fe615){const _0x3fe733=a65_0x3fe7();return a65_0xbc70=function(_0xbc70da,_0x1ba8eb){_0xbc70da=_0xbc70da-0x179;let _0x28633e=_0x3fe733[_0xbc70da];return _0x28633e;},a65_0xbc70(_0x406ae8,_0x4fe615);}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a65_0x218f91(0x1cd)](this.#homedir(),a65_0x218f91(0x1c0)),process[a65_0x218f91(0x1bd)](),os[a65_0x218f91(0x1e5)]()];constructor(){const _0x429947=a65_0x218f91,_0x3b1142={};_0x3b1142[_0x429947(0x1a1)]=_0x429947(0x1a4),_0x3b1142[_0x429947(0x1d2)]=function(_0x47697c,_0x2fd415){return _0x47697c+_0x2fd415;},_0x3b1142['KiJtD']='/percy-osx.zip',_0x3b1142[_0x429947(0x191)]=_0x429947(0x1b3),_0x3b1142[_0x429947(0x1e2)]=_0x429947(0x19b),_0x3b1142[_0x429947(0x18d)]=_0x429947(0x1ae);const _0x29ae8c=_0x3b1142,_0x18801b=_0x29ae8c['OPkPg'];if(this.#hostOS[_0x429947(0x1d9)](/darwin|mac os/i))this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c['KiJtD']);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c[_0x429947(0x191)]),this.#binaryName=_0x29ae8c[_0x429947(0x1e2)]):this.#httpPath=_0x29ae8c[_0x429947(0x1d2)](_0x18801b,_0x29ae8c[_0x429947(0x18d)]);}#getAvailableDirs(){const _0x537c9b=a65_0x218f91,_0x56ba9c={};_0x56ba9c[_0x537c9b(0x1b0)]=function(_0x2f2ab9,_0x2602fd){return _0x2f2ab9<_0x2602fd;},_0x56ba9c[_0x537c9b(0x1c8)]=_0x537c9b(0x1b1);const _0x30e66b=_0x56ba9c;for(var _0x547868=0x0;_0x30e66b[_0x537c9b(0x1b0)](_0x547868,this.#orderedPaths[_0x537c9b(0x18a)]);_0x547868++){var _0x3293da=this.#orderedPaths[_0x547868];if(this.#makePath(_0x3293da))return _0x3293da;}throw new Error(_0x30e66b[_0x537c9b(0x1c8)]);}#makePath(_0x3f7bd3){const _0x56b228=a65_0x218f91;try{return!this.#checkPath(_0x3f7bd3)&&fs[_0x56b228(0x1d8)](_0x3f7bd3),!![];}catch{return![];}}#checkPath(_0x2de551,_0x3983b8){const _0x2b73ef=a65_0x218f91,_0x5bf092={};_0x5bf092[_0x2b73ef(0x181)]=function(_0x2e4dc8,_0x444723){return _0x2e4dc8|_0x444723;},_0x5bf092[_0x2b73ef(0x1db)]=function(_0x2d4f9a,_0x522cd9){return _0x2d4f9a!==_0x522cd9;},_0x5bf092[_0x2b73ef(0x1a7)]='undefined';const _0x59280c=_0x5bf092;_0x3983b8=_0x3983b8||_0x59280c['rNUDJ'](fs['R_OK'],fs['W_OK']);try{return fs[_0x2b73ef(0x19e)](_0x2de551,_0x3983b8),!![];}catch(_0x5da8fc){if(_0x59280c[_0x2b73ef(0x1db)](typeof fs['accessSync'],_0x59280c[_0x2b73ef(0x1a7)]))return![];try{return fs[_0x2b73ef(0x194)](_0x2de551),!![];}catch(_0x4063c8){return![];}}}async[a65_0x218f91(0x1cf)](_0x520a9d){const _0x8aee51=a65_0x218f91,_0x1a2b47={};_0x1a2b47['hvFLQ']='Corrupt\x20percy\x20binary,\x20retrying';const _0x268780=_0x1a2b47;var _0x4c6960=this.#getAvailableDirs(),_0x5b0b77=path[_0x8aee51(0x1cd)](_0x4c6960,this.#binaryName);if(this.#checkPath(_0x5b0b77,fs['X_OK']))return _0x5b0b77;const _0x1b25d8=await this[_0x8aee51(0x1ef)](_0x520a9d,_0x4c6960),_0x5ab5c8=await this[_0x8aee51(0x1bf)](_0x1b25d8);if(!_0x5ab5c8)return logger[_0x8aee51(0x1e1)](_0x268780[_0x8aee51(0x1bb)]),await this[_0x8aee51(0x1ef)](_0x520a9d,_0x4c6960);return _0x1b25d8;}async[a65_0x218f91(0x1bf)](_0x350a8b){const _0x28e478=a65_0x218f91,_0x2788f5={'tFjFK':function(_0x2d5701,_0x484168){return _0x2d5701(_0x484168);},'FeUUw':function(_0x46eece,_0x4d72fa,_0x439cac){return _0x46eece(_0x4d72fa,_0x439cac);},'LIXBZ':_0x28e478(0x1b8),'GIANO':_0x28e478(0x19d),'SfJhu':_0x28e478(0x1d4)},_0x1adcdc=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x549656,_0x195d30)=>{const _0x17010f=_0x28e478,_0x3b933b={'uCEqV':function(_0x4d0ae8,_0x321683){const _0x4d3e85=a65_0xbc70;return _0x2788f5[_0x4d3e85(0x1bc)](_0x4d0ae8,_0x321683);}},_0x571c21=_0x2788f5[_0x17010f(0x206)](spawn,_0x350a8b,[_0x2788f5['LIXBZ']]);_0x571c21[_0x17010f(0x1e6)]['on'](_0x2788f5[_0x17010f(0x1eb)],_0x476a7e=>{_0x1adcdc['test'](_0x476a7e)&&_0x3b933b['uCEqV'](_0x549656,!![]);}),_0x571c21['on'](_0x2788f5[_0x17010f(0x1dd)],()=>{const _0x203879=_0x17010f;_0x2788f5[_0x203879(0x1bc)](_0x549656,![]);});});}[a65_0x218f91(0x1ef)](_0xc57578,_0x2734b4){const _0x3ea6df=a65_0x218f91,_0x24ce1b={'yNWNt':_0x3ea6df(0x17a),'pwPhc':function(_0x4a4055,_0x379009){return _0x4a4055(_0x379009);},'mtQSV':_0x3ea6df(0x1c2),'YFXMt':function(_0x179b38,_0x32e69d){return _0x179b38===_0x32e69d;},'RmKnb':'0755','hLhbH':_0x3ea6df(0x1e7),'XQCvx':_0x3ea6df(0x188),'NRjUO':_0x3ea6df(0x1e1),'BIodv':_0x3ea6df(0x1d4),'YQaBP':_0x3ea6df(0x1f3),'SwlRr':function(_0x48c658,_0x5ea33a){return _0x48c658+_0x5ea33a;},'rPQjH':_0x3ea6df(0x1a8),'wBRfG':_0x3ea6df(0x1f5)};!this.#checkPath(_0x2734b4)&&fs[_0x3ea6df(0x1d8)](_0x2734b4);const _0x423248=this.#binaryName,_0x6534ec=path[_0x3ea6df(0x1cd)](_0x2734b4,_0x24ce1b[_0x3ea6df(0x17c)](_0x423248,_0x24ce1b['rPQjH'])),_0x5f38f4=path[_0x3ea6df(0x1cd)](_0x2734b4,_0x423248),_0x1b5579=fs[_0x3ea6df(0x1c5)](_0x6534ec),_0x241edb=url['parse'](this.#httpPath);if(_0xc57578[_0x3ea6df(0x182)]&&_0xc57578[_0x3ea6df(0x1f6)]){const _0x1e554b={};_0x1e554b[_0x3ea6df(0x1f8)]=_0xc57578[_0x3ea6df(0x182)],_0x1e554b[_0x3ea6df(0x1be)]=_0xc57578[_0x3ea6df(0x1f6)],_0x241edb[_0x3ea6df(0x193)]=new HttpsProxyAgent(_0x1e554b);}if(_0xc57578[_0x3ea6df(0x1e8)])try{_0x241edb['ca']=fs['readFileSync'](_0xc57578[_0x3ea6df(0x1e8)]);}catch(_0x396f75){logger['error'](_0x24ce1b['wBRfG'],_0x396f75);}return new Promise((_0x271e86,_0x18e1f3)=>{const _0x83d662=_0x3ea6df,_0x1f2cfb={'vMZnd':_0x24ce1b['yNWNt'],'iiQcc':function(_0x20fd8b,_0x5c3018){const _0x22a3da=a65_0xbc70;return _0x24ce1b[_0x22a3da(0x1ea)](_0x20fd8b,_0x5c3018);},'KqCyZ':_0x24ce1b[_0x83d662(0x1ac)],'BxUde':function(_0xe6b603,_0x6611e7){const _0x306f51=_0x83d662;return _0x24ce1b[_0x306f51(0x186)](_0xe6b603,_0x6611e7);},'NVRRz':function(_0x48e016,_0x414f3d){const _0x1225ee=_0x83d662;return _0x24ce1b[_0x1225ee(0x1ea)](_0x48e016,_0x414f3d);},'pnuev':function(_0x30ad73,_0x1b9d6a){return _0x24ce1b['pwPhc'](_0x30ad73,_0x1b9d6a);},'ecnxd':_0x24ce1b[_0x83d662(0x1ff)],'VWHlL':_0x24ce1b[_0x83d662(0x1df)],'XTpqi':_0x24ce1b[_0x83d662(0x1aa)],'RfPbu':_0x24ce1b[_0x83d662(0x1a6)],'RpWyV':_0x24ce1b[_0x83d662(0x1d1)],'YUCeD':_0x24ce1b[_0x83d662(0x17b)],'Syxqp':function(_0x2ba17e,_0x200f29){const _0x247fcd=_0x83d662;return _0x24ce1b[_0x247fcd(0x1ea)](_0x2ba17e,_0x200f29);}};https[_0x83d662(0x1d7)](_0x241edb,function(_0x461442){const _0x436834=_0x83d662;_0x461442[_0x436834(0x198)](_0x1b5579),_0x461442['on'](_0x1f2cfb[_0x436834(0x1c9)],function(_0x1fa830){const _0x238e26=_0x436834;logger[_0x238e26(0x1e1)](_0x1f2cfb['vMZnd'],_0x1fa830),_0x1f2cfb[_0x238e26(0x1f7)](_0x18e1f3,_0x1fa830);}),_0x1b5579['on'](_0x1f2cfb[_0x436834(0x1c9)],function(_0x24dd43){const _0x34f917=_0x436834;logger[_0x34f917(0x1e1)](_0x1f2cfb[_0x34f917(0x1a9)],_0x24dd43),_0x1f2cfb[_0x34f917(0x1f7)](_0x18e1f3,_0x24dd43);}),_0x1b5579['on'](_0x1f2cfb['RpWyV'],function(){const _0x2fd903=_0x436834,_0x3d7030={'bxwgb':function(_0x488842,_0x57b5e9){const _0x521b55=a65_0xbc70;return _0x1f2cfb[_0x521b55(0x204)](_0x488842,_0x57b5e9);},'Redrb':function(_0x3bcd99,_0x14881b){const _0x3f8b57=a65_0xbc70;return _0x1f2cfb[_0x3f8b57(0x1ee)](_0x3bcd99,_0x14881b);},'Nuhzy':function(_0x2bc101,_0xf829aa){return _0x1f2cfb['pnuev'](_0x2bc101,_0xf829aa);},'ChQGr':_0x1f2cfb[_0x2fd903(0x1ed)],'ZsILI':function(_0x3a5bb8,_0x5f0f5b){const _0x86045b=_0x2fd903;return _0x1f2cfb[_0x86045b(0x1b9)](_0x3a5bb8,_0x5f0f5b);},'ZRLsU':_0x1f2cfb[_0x2fd903(0x185)],'InpUt':_0x1f2cfb[_0x2fd903(0x1e4)],'WiQYI':_0x1f2cfb['RfPbu']},_0x10804c={};_0x10804c[_0x2fd903(0x200)]=!![],yauzl['open'](_0x6534ec,_0x10804c,function(_0x450c59,_0x350dc9){const _0x167737=_0x2fd903,_0x5ef2c0={'rNKiU':function(_0x110e88,_0x3ac046){const _0x489db2=a65_0xbc70;return _0x3d7030[_0x489db2(0x1a0)](_0x110e88,_0x3ac046);},'WWiLT':_0x3d7030[_0x167737(0x1da)]};_0x450c59&&_0x3d7030[_0x167737(0x1c3)](_0x18e1f3,_0x450c59),_0x350dc9[_0x167737(0x1ba)](),_0x350dc9['on'](_0x3d7030[_0x167737(0x1ce)],_0x22cb9e=>{const _0x374967=_0x167737;if(/\/$/[_0x374967(0x1fd)](_0x22cb9e[_0x374967(0x1dc)]))_0x350dc9[_0x374967(0x1ba)]();else{const _0x540107=fs[_0x374967(0x1c5)](path[_0x374967(0x1cd)](_0x2734b4,_0x22cb9e[_0x374967(0x1dc)]));_0x350dc9['openReadStream'](_0x22cb9e,function(_0xa7c9e5,_0x40bad1){const _0x4bfffa=_0x374967;_0xa7c9e5&&_0x5ef2c0[_0x4bfffa(0x19c)](_0x18e1f3,_0x450c59),_0x40bad1['on'](_0x5ef2c0[_0x4bfffa(0x1f9)],function(){const _0x3c2021=_0x4bfffa;_0x540107['close'](),_0x350dc9[_0x3c2021(0x1ba)]();}),_0x40bad1[_0x4bfffa(0x198)](_0x540107);}),_0x3d7030[_0x374967(0x1f2)](_0x22cb9e[_0x374967(0x1dc)],_0x423248)&&_0x350dc9[_0x374967(0x1d4)]();}}),_0x350dc9['on'](_0x3d7030[_0x167737(0x17f)],_0x87407f=>{const _0x4e63fc=_0x167737;_0x3d7030[_0x4e63fc(0x1c3)](_0x18e1f3,_0x87407f);}),_0x350dc9[_0x167737(0x1a3)](_0x3d7030[_0x167737(0x1da)],()=>{const _0x1c8926=_0x167737,_0x2d3c33={'jPkVu':function(_0x418d51,_0x1e4f5c){const _0xba6509=a65_0xbc70;return _0x3d7030[_0xba6509(0x195)](_0x418d51,_0x1e4f5c);}};fs[_0x1c8926(0x1e9)](_0x5f38f4,_0x3d7030[_0x1c8926(0x1fe)],function(_0x569f11){const _0x4eebaa=_0x1c8926;_0x569f11&&_0x2d3c33['jPkVu'](_0x18e1f3,_0x569f11),_0x2d3c33[_0x4eebaa(0x18c)](_0x271e86,_0x5f38f4);}),_0x350dc9[_0x1c8926(0x1d4)]();});});});})['on'](_0x24ce1b['NRjUO'],function(_0x5df0fa){const _0x12c453=_0x83d662;logger[_0x12c453(0x1e1)](_0x1f2cfb[_0x12c453(0x1b5)],_0x5df0fa),_0x1f2cfb[_0x12c453(0x19a)](_0x18e1f3,_0x5df0fa);});});}#homedir(){const _0x1d4876=a65_0x218f91,_0x22a964={};_0x22a964[_0x1d4876(0x1b2)]=function(_0x39d3ec,_0x316eb6){return _0x39d3ec===_0x316eb6;},_0x22a964[_0x1d4876(0x1b4)]=_0x1d4876(0x19f),_0x22a964[_0x1d4876(0x201)]=function(_0x10d0d4,_0x16fba5){return _0x10d0d4===_0x16fba5;},_0x22a964[_0x1d4876(0x1ab)]=_0x1d4876(0x1d0),_0x22a964[_0x1d4876(0x1f0)]=function(_0x4386d6,_0x239aee){return _0x4386d6+_0x239aee;},_0x22a964[_0x1d4876(0x1d5)]=function(_0x5f345e,_0x38626a){return _0x5f345e===_0x38626a;},_0x22a964['gxgwM']=_0x1d4876(0x18b),_0x22a964[_0x1d4876(0x1c4)]=function(_0x2ef200,_0x2dc383){return _0x2ef200+_0x2dc383;},_0x22a964['uebRW']=_0x1d4876(0x203),_0x22a964['InAdu']=_0x1d4876(0x1f1),_0x22a964[_0x1d4876(0x180)]=function(_0x5aefa8,_0x59dc89){return _0x5aefa8===_0x59dc89;},_0x22a964[_0x1d4876(0x1b7)]=_0x1d4876(0x1a5),_0x22a964[_0x1d4876(0x1d6)]='/home/',_0x22a964[_0x1d4876(0x1af)]=function(_0x6e858c,_0x35ae88){return _0x6e858c||_0x35ae88;};const _0x574bf5=_0x22a964;if(_0x574bf5['ppWKU'](typeof os[_0x1d4876(0x1ad)],_0x574bf5['pESyZ']))return os[_0x1d4876(0x1ad)]();const _0x1e77cc=process[_0x1d4876(0x197)],_0x45b372=_0x1e77cc[_0x1d4876(0x202)],_0x56ea43=_0x1e77cc['LOGNAME']||_0x1e77cc[_0x1d4876(0x1fc)]||_0x1e77cc[_0x1d4876(0x1ec)]||_0x1e77cc['USERNAME'];if(_0x574bf5['IZrRE'](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x1ab)]))return _0x1e77cc[_0x1d4876(0x1d3)]||_0x574bf5[_0x1d4876(0x1f0)](_0x1e77cc[_0x1d4876(0x1cb)],_0x1e77cc[_0x1d4876(0x1e0)])||_0x45b372||null;if(_0x574bf5[_0x1d4876(0x1d5)](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x1c6)]))return _0x45b372||(_0x56ea43?_0x574bf5[_0x1d4876(0x1c4)](_0x574bf5[_0x1d4876(0x1c1)],_0x56ea43):null);if(_0x574bf5[_0x1d4876(0x1b2)](process[_0x1d4876(0x17e)],_0x574bf5[_0x1d4876(0x179)]))return _0x45b372||(_0x574bf5['XQLMG'](process[_0x1d4876(0x1cc)](),0x0)?_0x574bf5[_0x1d4876(0x1b7)]:_0x56ea43?_0x574bf5['nLpUm'](_0x574bf5[_0x1d4876(0x1d6)],_0x56ea43):null);return _0x574bf5[_0x1d4876(0x1af)](_0x45b372,null);}}module['exports']=PercyBinary;function a65_0x3fe7(){const _0x37b187=['agent','statSync','Nuhzy','winstonLogger','env','pipe','../logger','Syxqp','percy.exe','rNKiU','data','accessSync','function','ZsILI','OPkPg','24gictyq','once','https://github.com/percy/cli/releases/latest/download','/root','NRjUO','exaaP','.zip','KqCyZ','XQCvx','CQMWO','mtQSV','homedir','/percy-linux.zip','uPubE','NpNsu','Error\x20trying\x20to\x20download\x20percy\x20binary','ppWKU','/percy-win.zip','pESyZ','YUCeD','987xVsDnw','fTnqj','--version','pnuev','readEntry','hvFLQ','tFjFK','cwd','port','validateBinary','.browserstack','uebRW','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','Redrb','nLpUm','createWriteStream','gxgwM','35399184tqxQcn','YBTDb','RfPbu','9659220okarKu','HOMEDRIVE','getuid','join','InpUt','getBinaryPath','win32','BIodv','KrEIe','USERPROFILE','close','BmFar','HIisu','get','mkdirSync','match','ZRLsU','buDNg','fileName','SfJhu','https-proxy-agent','hLhbH','HOMEPATH','error','iRgwB','124035PUGkrQ','XTpqi','tmpdir','stdout','end','useCaCertificate','chmod','pwPhc','GIANO','LNAME','ecnxd','NVRRz','download','xpSUg','linux','bxwgb','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','11CCtoMT','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','proxyPort','iiQcc','host','WWiLT','64764gNntqX','562tIKela','USER','test','ChQGr','RmKnb','lazyEntries','IZrRE','HOME','/Users/','BxUde','13maMCMz','FeUUw','InAdu','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','YQaBP','SwlRr','6702Ynpcqy','platform','WiQYI','XQLMG','rNUDJ','proxyHost','path','62064zCoToP','VWHlL','YFXMt','url','entry','follow-redirects','length','darwin','jPkVu','QqaoX','child_process','475FUlMDU','yauzl','GzeUb','14888pmAxpq'];a65_0x3fe7=function(){return _0x37b187;};return a65_0x3fe7();}
@@ -1 +1 @@
1
- var a66_0x11c2d7=a66_0x2816;function a66_0x2816(_0x347720,_0x39e002){var _0x21e76a=a66_0x21e7();return a66_0x2816=function(_0x28166a,_0x1aa8d9){_0x28166a=_0x28166a-0x157;var _0x23681d=_0x21e76a[_0x28166a];return _0x23681d;},a66_0x2816(_0x347720,_0x39e002);}(function(_0x583079,_0x303817){var _0x372a6f=a66_0x2816,_0x38a621=_0x583079();while(!![]){try{var _0x4ede5e=parseInt(_0x372a6f(0x163))/0x1*(parseInt(_0x372a6f(0x158))/0x2)+parseInt(_0x372a6f(0x15b))/0x3*(parseInt(_0x372a6f(0x162))/0x4)+-parseInt(_0x372a6f(0x164))/0x5*(-parseInt(_0x372a6f(0x15d))/0x6)+parseInt(_0x372a6f(0x15a))/0x7*(-parseInt(_0x372a6f(0x160))/0x8)+parseInt(_0x372a6f(0x161))/0x9+parseInt(_0x372a6f(0x15f))/0xa*(parseInt(_0x372a6f(0x157))/0xb)+-parseInt(_0x372a6f(0x159))/0xc;if(_0x4ede5e===_0x303817)break;else _0x38a621['push'](_0x38a621['shift']());}catch(_0x3b5d1f){_0x38a621['push'](_0x38a621['shift']());}}}(a66_0x21e7,0x3466a));class PercyCaptureMap{#map={};[a66_0x11c2d7(0x165)](_0xe8b837,_0x17c30d){!this.#map[_0xe8b837]&&(this.#map[_0xe8b837]={}),!this.#map[_0xe8b837][_0x17c30d]&&(this.#map[_0xe8b837][_0x17c30d]=0x0),this.#map[_0xe8b837][_0x17c30d]++;}[a66_0x11c2d7(0x15c)](_0x13d115,_0x130f32){return _0x13d115+'-'+_0x130f32+'-'+this['get'](_0x13d115,_0x130f32);}[a66_0x11c2d7(0x166)](_0x5c01ef,_0xff9411){if(!this.#map[_0x5c01ef])return 0x0;if(!this.#map[_0x5c01ef][_0xff9411])return 0x0;return this.#map[_0x5c01ef][_0xff9411];}}function a66_0x21e7(){var _0x3285be=['19533HGeDKY','getName','18390VhjIER','exports','2796190ZNLmPb','86344VOMKMn','654228HPOsGM','60xRYpkF','141ziOfwb','515QxbmvI','increment','get','11euUxFq','1410uYVIOy','6121596cEOqAF','91Mqzfng'];a66_0x21e7=function(){return _0x3285be;};return a66_0x21e7();}module[a66_0x11c2d7(0x15e)]=PercyCaptureMap;
1
+ function a66_0x1748(_0x4f48ab,_0x39455e){var _0x42ea50=a66_0x42ea();return a66_0x1748=function(_0x17481a,_0x2ca4f9){_0x17481a=_0x17481a-0x1b0;var _0x5b346e=_0x42ea50[_0x17481a];return _0x5b346e;},a66_0x1748(_0x4f48ab,_0x39455e);}var a66_0x304b7c=a66_0x1748;(function(_0x551d40,_0x596a23){var _0x4db71d=a66_0x1748,_0x61dbbb=_0x551d40();while(!![]){try{var _0x13845f=-parseInt(_0x4db71d(0x1b0))/0x1+parseInt(_0x4db71d(0x1b3))/0x2+parseInt(_0x4db71d(0x1ba))/0x3*(parseInt(_0x4db71d(0x1b8))/0x4)+-parseInt(_0x4db71d(0x1b2))/0x5*(-parseInt(_0x4db71d(0x1b9))/0x6)+parseInt(_0x4db71d(0x1b5))/0x7+-parseInt(_0x4db71d(0x1b4))/0x8+parseInt(_0x4db71d(0x1bd))/0x9*(parseInt(_0x4db71d(0x1bb))/0xa);if(_0x13845f===_0x596a23)break;else _0x61dbbb['push'](_0x61dbbb['shift']());}catch(_0x2c6b9e){_0x61dbbb['push'](_0x61dbbb['shift']());}}}(a66_0x42ea,0x82720));class PercyCaptureMap{#map={};[a66_0x304b7c(0x1b6)](_0x41d0f8,_0x53c0b1){!this.#map[_0x41d0f8]&&(this.#map[_0x41d0f8]={}),!this.#map[_0x41d0f8][_0x53c0b1]&&(this.#map[_0x41d0f8][_0x53c0b1]=0x0),this.#map[_0x41d0f8][_0x53c0b1]++;}[a66_0x304b7c(0x1bc)](_0xa1cd79,_0x273dc3){var _0x250b5b=a66_0x304b7c;return _0xa1cd79+'-'+_0x273dc3+'-'+this[_0x250b5b(0x1b7)](_0xa1cd79,_0x273dc3);}[a66_0x304b7c(0x1b7)](_0x86b36d,_0x1b1beb){if(!this.#map[_0x86b36d])return 0x0;if(!this.#map[_0x86b36d][_0x1b1beb])return 0x0;return this.#map[_0x86b36d][_0x1b1beb];}}module[a66_0x304b7c(0x1b1)]=PercyCaptureMap;function a66_0x42ea(){var _0x8a6555=['3053196kuWCXW','260070gJrAcT','3Wfxjkz','792110nAdsKM','getName','36PKLvET','697302aFAPIC','exports','15AvFcDH','877094Wjrhlv','8157792AJQlZG','4218235GLhVga','increment','get'];a66_0x42ea=function(){return _0x8a6555;};return a66_0x42ea();}
@@ -1 +1 @@
1
- var a67_0x570426=a67_0x784f;(function(_0x423006,_0xe7dda4){var _0x5e2895=a67_0x784f,_0x43ea47=_0x423006();while(!![]){try{var _0x43826b=parseInt(_0x5e2895(0x1d2))/0x1*(-parseInt(_0x5e2895(0x1cc))/0x2)+-parseInt(_0x5e2895(0x1cf))/0x3+parseInt(_0x5e2895(0x1cd))/0x4*(-parseInt(_0x5e2895(0x1d4))/0x5)+-parseInt(_0x5e2895(0x1cb))/0x6*(parseInt(_0x5e2895(0x1d1))/0x7)+-parseInt(_0x5e2895(0x1ca))/0x8*(-parseInt(_0x5e2895(0x1d5))/0x9)+parseInt(_0x5e2895(0x1c9))/0xa+parseInt(_0x5e2895(0x1ce))/0xb;if(_0x43826b===_0xe7dda4)break;else _0x43ea47['push'](_0x43ea47['shift']());}catch(_0x4acca7){_0x43ea47['push'](_0x43ea47['shift']());}}}(a67_0x222d,0x1ac08));var a67_0x34a5b5={};a67_0x34a5b5['driver']=['takeScreenshot'],a67_0x34a5b5[a67_0x570426(0x1c7)]=[a67_0x570426(0x1c6),'sendKeys'];var a67_0x51009f={};function a67_0x784f(_0x56a5a1,_0x5a776f){var _0x222d78=a67_0x222d();return a67_0x784f=function(_0x784fc6,_0x3c74e8){_0x784fc6=_0x784fc6-0x1c6;var _0x5dc248=_0x222d78[_0x784fc6];return _0x5dc248;},a67_0x784f(_0x56a5a1,_0x5a776f);}a67_0x51009f['driver']=[a67_0x570426(0x1d3)];var a67_0xa71b65={};function a67_0x222d(){var _0x56bf34=['1127KZibzA','554cFiAOt','takeScreenshot','5KirJhX','1004841hEkblD','click','element','screenshot','1205050bdIVGV','8MCZBNm','8148rfwufm','776FMXKZx','792508bJSCGx','7348891yoNTyb','476826CuiwbM','testcase'];a67_0x222d=function(){return _0x56bf34;};return a67_0x222d();}a67_0xa71b65['element']=[a67_0x570426(0x1c6)];var a67_0x124f49={};a67_0x124f49['auto']=a67_0x34a5b5,a67_0x124f49[a67_0x570426(0x1c8)]=a67_0x51009f,a67_0x124f49[a67_0x570426(0x1c6)]=a67_0xa71b65,a67_0x124f49[a67_0x570426(0x1d0)]={},a67_0x124f49['manual']={},module['exports']=a67_0x124f49;
1
+ var a67_0x552908=a67_0x1e00;(function(_0x49a753,_0x50fdfa){var _0x4e4fa8=a67_0x1e00,_0x5da5a4=_0x49a753();while(!![]){try{var _0x505f76=parseInt(_0x4e4fa8(0x18d))/0x1*(parseInt(_0x4e4fa8(0x182))/0x2)+-parseInt(_0x4e4fa8(0x18b))/0x3+parseInt(_0x4e4fa8(0x191))/0x4+-parseInt(_0x4e4fa8(0x18e))/0x5+-parseInt(_0x4e4fa8(0x18c))/0x6+parseInt(_0x4e4fa8(0x183))/0x7+-parseInt(_0x4e4fa8(0x185))/0x8*(-parseInt(_0x4e4fa8(0x187))/0x9);if(_0x505f76===_0x50fdfa)break;else _0x5da5a4['push'](_0x5da5a4['shift']());}catch(_0x569087){_0x5da5a4['push'](_0x5da5a4['shift']());}}}(a67_0x18bc,0x41976));var a67_0x142bfb={};a67_0x142bfb[a67_0x552908(0x188)]=[a67_0x552908(0x18a)],a67_0x142bfb[a67_0x552908(0x184)]=['click','sendKeys'];var a67_0x28b652={};a67_0x28b652[a67_0x552908(0x188)]=['takeScreenshot'];var a67_0x593103={};a67_0x593103[a67_0x552908(0x184)]=['click'];var a67_0x3ab9d2={};function a67_0x1e00(_0x12bbc6,_0x214699){var _0x18bc55=a67_0x18bc();return a67_0x1e00=function(_0x1e00d4,_0x5adb04){_0x1e00d4=_0x1e00d4-0x182;var _0x506b20=_0x18bc55[_0x1e00d4];return _0x506b20;},a67_0x1e00(_0x12bbc6,_0x214699);}a67_0x3ab9d2['auto']=a67_0x142bfb,a67_0x3ab9d2[a67_0x552908(0x18f)]=a67_0x28b652,a67_0x3ab9d2[a67_0x552908(0x190)]=a67_0x593103,a67_0x3ab9d2['testcase']={},a67_0x3ab9d2[a67_0x552908(0x189)]={},module[a67_0x552908(0x186)]=a67_0x3ab9d2;function a67_0x18bc(){var _0x3d4174=['76099AzZkLX','2080960zCBMIw','screenshot','click','369232pPSlda','6OOGmrU','2008545PjZFem','element','24XgrANX','exports','1954629zbxzsF','driver','manual','takeScreenshot','881586MGvzJz','1682202xEDQlI'];a67_0x18bc=function(){return _0x3d4174;};return a67_0x18bc();}
@@ -1 +1 @@
1
- const a68_0xe84097=a68_0x4cd9;(function(_0x4b9ff4,_0x2bba74){const _0x5f488b=a68_0x4cd9,_0x14f9ea=_0x4b9ff4();while(!![]){try{const _0x5921c=parseInt(_0x5f488b(0x17e))/0x1*(-parseInt(_0x5f488b(0x16e))/0x2)+-parseInt(_0x5f488b(0x16f))/0x3*(-parseInt(_0x5f488b(0x183))/0x4)+parseInt(_0x5f488b(0x184))/0x5+-parseInt(_0x5f488b(0x17c))/0x6*(-parseInt(_0x5f488b(0x15c))/0x7)+parseInt(_0x5f488b(0x16c))/0x8*(-parseInt(_0x5f488b(0x176))/0x9)+parseInt(_0x5f488b(0x163))/0xa+parseInt(_0x5f488b(0x164))/0xb*(parseInt(_0x5f488b(0x16d))/0xc);if(_0x5921c===_0x2bba74)break;else _0x14f9ea['push'](_0x14f9ea['shift']());}catch(_0x1803c3){_0x14f9ea['push'](_0x14f9ea['shift']());}}}(a68_0x1047,0xae554));const tryRequire=function(_0x3efc5e,_0x299c9c){const _0x513246=a68_0x4cd9,_0x2a6325={'BVMJc':function(_0x1c94d5,_0x5b9cbd){return _0x1c94d5(_0x5b9cbd);}};try{return _0x2a6325[_0x513246(0x181)](require,_0x3efc5e);}catch{return _0x299c9c;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require(a68_0xe84097(0x180)),{getCurrentTestData}=require(a68_0xe84097(0x17b)),PerformanceTester=require(a68_0xe84097(0x15d)),logger=require(a68_0xe84097(0x15f))[a68_0xe84097(0x174)];percySnapshot&&(exports['snapshot']=async function(){const _0x4f7fb0=a68_0xe84097,_0x579657={'KObdF':function(_0x28d883,_0x54798f){return _0x28d883!==_0x54798f;},'IKDMu':function(_0x4d28cd,_0x574d66){return _0x4d28cd>=_0x574d66;},'VRlUC':function(_0x16c0d1){return _0x16c0d1();},'CaWFL':_0x4f7fb0(0x165)};if(global['browserstackPlatformIndex']&&_0x579657[_0x4f7fb0(0x17a)](global[_0x4f7fb0(0x170)],global['browserstackPercyBestPlatform']))return;const _0x293f02=_0x579657[_0x4f7fb0(0x15e)](arguments[_0x4f7fb0(0x173)],0x2)?arguments[0x1]:'',_0x366e31=_0x579657[_0x4f7fb0(0x172)](getCurrentTestData),_0x14a952={};return _0x14a952['name']=_0x293f02,_0x14a952[_0x4f7fb0(0x16a)]=_0x366e31[_0x4f7fb0(0x17f)]||'',_0x14a952[_0x4f7fb0(0x16b)]=_0x366e31['uuid']||'',_0x14a952[_0x4f7fb0(0x171)]=global[_0x4f7fb0(0x170)],await PerformanceTester['measure'](_0x579657[_0x4f7fb0(0x169)],()=>percySnapshot[_0x4f7fb0(0x166)](null,arguments),_0x14a952);});function a68_0x4cd9(_0x401574,_0x282589){const _0x104790=a68_0x1047();return a68_0x4cd9=function(_0x4cd958,_0x5a7bf4){_0x4cd958=_0x4cd958-0x15c;let _0x5cc4a0=_0x104790[_0x4cd958];return _0x5cc4a0;},a68_0x4cd9(_0x401574,_0x282589);}function a68_0x1047(){const _0x3b2fe8=['VRlUC','length','winstonLogger','percy:screenshot-app','2047194WQmPlt','EgMOS','Tzwwq','screenshot','KObdF','../../helpers/testhub/utils','6ERlBMJ','screenshotApp','41ZBqUPX','name','@percy/appium-app','BVMJc','cYnCH','2472MTQVoH','3411225VEpOdd','Unsupported\x20driver\x20for\x20percy','1355641BIdmcn','../performance-tester','IKDMu','../logger','CTpIh','percy:screenshot','uuid','10051290jEbAGS','11Szmrlj','percy:snapshot','apply','measure','RFLyd','CaWFL','testCase','thTestCaseExecutionId','48JRxrbD','4016040dkFYoB','46378VdqALt','3951VkteXC','browserstackPlatformIndex','platformIndex'];a68_0x1047=function(){return _0x3b2fe8;};return a68_0x1047();}percyScreenshot?exports[a68_0xe84097(0x179)]=async function(){const _0x339b79=a68_0xe84097,_0x3392a8={'bcrRJ':function(_0x60e6eb,_0x323a4c){return _0x60e6eb>=_0x323a4c;},'Tzwwq':function(_0x16ed17){return _0x16ed17();},'CTpIh':_0x339b79(0x161)},_0x1581e2=_0x3392a8['bcrRJ'](arguments[_0x339b79(0x173)],0x2)?arguments[0x1]:'',_0x414516=_0x3392a8[_0x339b79(0x178)](getCurrentTestData),_0x5a08d2={};return _0x5a08d2[_0x339b79(0x17f)]=_0x1581e2,_0x5a08d2[_0x339b79(0x16a)]=_0x414516['name']||'',_0x5a08d2[_0x339b79(0x16b)]=_0x414516['uuid']||'',_0x5a08d2[_0x339b79(0x171)]=global[_0x339b79(0x170)],await PerformanceTester[_0x339b79(0x167)](_0x3392a8[_0x339b79(0x160)],()=>percyScreenshot[_0x339b79(0x166)](null,arguments),_0x5a08d2);}:exports[a68_0xe84097(0x179)]=()=>{const _0x4d31b4=a68_0xe84097,_0xb6f234={};_0xb6f234[_0x4d31b4(0x177)]=_0x4d31b4(0x185);const _0x29d375=_0xb6f234;logger['error'](_0x29d375[_0x4d31b4(0x177)]);};exports[a68_0xe84097(0x17d)]=async function(){const _0x119449=a68_0xe84097,_0x30ee8a={'kaYQW':function(_0x346bb5,_0x52e5b5){return _0x346bb5>=_0x52e5b5;},'RFLyd':function(_0x884142){return _0x884142();},'cYnCH':_0x119449(0x175)},_0x10f820=_0x30ee8a['kaYQW'](arguments[_0x119449(0x173)],0x2)?arguments[0x1]:'',_0x1d438f=_0x30ee8a[_0x119449(0x168)](getCurrentTestData),_0x5d5fd6={};return _0x5d5fd6['name']=_0x10f820,_0x5d5fd6[_0x119449(0x16a)]=_0x1d438f['name']||'',_0x5d5fd6['thTestCaseExecutionId']=_0x1d438f[_0x119449(0x162)]||'',_0x5d5fd6[_0x119449(0x171)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x119449(0x167)](_0x30ee8a[_0x119449(0x182)],()=>percyAppScreenshot[_0x119449(0x166)](null,arguments),_0x5d5fd6);};
1
+ function a68_0x1771(_0x16e6ab,_0x3a6e79){const _0x4fde96=a68_0x4fde();return a68_0x1771=function(_0x177150,_0x25ad92){_0x177150=_0x177150-0xe6;let _0x395691=_0x4fde96[_0x177150];return _0x395691;},a68_0x1771(_0x16e6ab,_0x3a6e79);}const a68_0x19e891=a68_0x1771;(function(_0x569335,_0x33d33e){const _0x1992b1=a68_0x1771,_0x2763a8=_0x569335();while(!![]){try{const _0x375ba0=-parseInt(_0x1992b1(0x10e))/0x1*(-parseInt(_0x1992b1(0xfb))/0x2)+parseInt(_0x1992b1(0xf1))/0x3*(-parseInt(_0x1992b1(0xf6))/0x4)+-parseInt(_0x1992b1(0xf8))/0x5+-parseInt(_0x1992b1(0xe7))/0x6*(parseInt(_0x1992b1(0x107))/0x7)+-parseInt(_0x1992b1(0x109))/0x8+parseInt(_0x1992b1(0x105))/0x9*(parseInt(_0x1992b1(0xf9))/0xa)+parseInt(_0x1992b1(0xf0))/0xb;if(_0x375ba0===_0x33d33e)break;else _0x2763a8['push'](_0x2763a8['shift']());}catch(_0x4d8c2e){_0x2763a8['push'](_0x2763a8['shift']());}}}(a68_0x4fde,0x52fbb));const tryRequire=function(_0x50aa3a,_0x469cce){const _0x49f636=a68_0x1771,_0x3419d0={'Aiwjd':function(_0x8fc803,_0x4be94f){return _0x8fc803(_0x4be94f);}};try{return _0x3419d0[_0x49f636(0xf3)](require,_0x50aa3a);}catch{return _0x469cce;}},percySnapshot=tryRequire(a68_0x19e891(0x101),null),{percyScreenshot}=tryRequire(a68_0x19e891(0x101),{}),percyAppScreenshot=require(a68_0x19e891(0x10f)),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a68_0x19e891(0xfd)),logger=require(a68_0x19e891(0x10b))['winstonLogger'];function a68_0x4fde(){const _0x5ae54e=['ARaBj','../performance-tester','IxgNh','gZPOJ','kHhrt','@percy/selenium-webdriver','measure','srmSh','browserstackPlatformIndex','90BRdVJj','percy:snapshot','280wliEqq','FnQPo','1304296lbDhDd','ATTLn','../logger','platformIndex','screenshot','1857fUUgwy','@percy/appium-app','length','76542AWCGls','Unsupported\x20driver\x20for\x20percy','testCase','lZerx','browserstackPercyBestPlatform','percy:screenshot-app','name','thTestCaseExecutionId','YPIDI','14998104ZnFwJE','642861GeFHJo','uuid','Aiwjd','error','apply','4ldBzhU','percy:screenshot','2807435yuKcrH','150690KmsXtT','snapshot','296OdpiSb'];a68_0x4fde=function(){return _0x5ae54e;};return a68_0x4fde();}percySnapshot&&(exports[a68_0x19e891(0xfa)]=async function(){const _0x3b4150=a68_0x19e891,_0x3633ff={'DwTVC':function(_0x39c4b3,_0x1a072c){return _0x39c4b3!==_0x1a072c;},'tRtTy':function(_0x1b3385,_0x31d499){return _0x1b3385>=_0x31d499;},'srmSh':function(_0x3f942c){return _0x3f942c();},'ARaBj':_0x3b4150(0x106)};if(global['browserstackPlatformIndex']&&_0x3633ff['DwTVC'](global[_0x3b4150(0x104)],global[_0x3b4150(0xeb)]))return;const _0xd2f5e3=_0x3633ff['tRtTy'](arguments[_0x3b4150(0xe6)],0x2)?arguments[0x1]:'',_0x533fc7=_0x3633ff[_0x3b4150(0x103)](getCurrentTestData),_0x24ef7d={};return _0x24ef7d[_0x3b4150(0xed)]=_0xd2f5e3,_0x24ef7d[_0x3b4150(0xe9)]=_0x533fc7[_0x3b4150(0xed)]||'',_0x24ef7d['thTestCaseExecutionId']=_0x533fc7['uuid']||'',_0x24ef7d[_0x3b4150(0x10c)]=global[_0x3b4150(0x104)],await PerformanceTester[_0x3b4150(0x102)](_0x3633ff[_0x3b4150(0xfc)],()=>percySnapshot[_0x3b4150(0xf5)](null,arguments),_0x24ef7d);});percyScreenshot?exports[a68_0x19e891(0x10d)]=async function(){const _0x2a5a21=a68_0x19e891,_0x5213fc={'YPIDI':function(_0x1a3c5e,_0x49652b){return _0x1a3c5e>=_0x49652b;},'gZPOJ':function(_0x43d637){return _0x43d637();},'lZerx':_0x2a5a21(0xf7)},_0x43b48d=_0x5213fc[_0x2a5a21(0xef)](arguments[_0x2a5a21(0xe6)],0x2)?arguments[0x1]:'',_0x23ce12=_0x5213fc[_0x2a5a21(0xff)](getCurrentTestData),_0x49c502={};return _0x49c502['name']=_0x43b48d,_0x49c502[_0x2a5a21(0xe9)]=_0x23ce12[_0x2a5a21(0xed)]||'',_0x49c502[_0x2a5a21(0xee)]=_0x23ce12[_0x2a5a21(0xf2)]||'',_0x49c502['platformIndex']=global[_0x2a5a21(0x104)],await PerformanceTester['measure'](_0x5213fc[_0x2a5a21(0xea)],()=>percyScreenshot[_0x2a5a21(0xf5)](null,arguments),_0x49c502);}:exports['screenshot']=()=>{const _0x51991=a68_0x19e891,_0x5b1610={};_0x5b1610[_0x51991(0x108)]=_0x51991(0xe8);const _0x30ad83=_0x5b1610;logger[_0x51991(0xf4)](_0x30ad83[_0x51991(0x108)]);};exports['screenshotApp']=async function(){const _0x39c114=a68_0x19e891,_0x4cb6ff={'kHhrt':function(_0x4257a5,_0x33d83e){return _0x4257a5>=_0x33d83e;},'IxgNh':function(_0xc42ff3){return _0xc42ff3();},'ATTLn':_0x39c114(0xec)},_0x541048=_0x4cb6ff[_0x39c114(0x100)](arguments[_0x39c114(0xe6)],0x2)?arguments[0x1]:'',_0x1bbc05=_0x4cb6ff[_0x39c114(0xfe)](getCurrentTestData),_0x1e7658={};return _0x1e7658[_0x39c114(0xed)]=_0x541048,_0x1e7658[_0x39c114(0xe9)]=_0x1bbc05[_0x39c114(0xed)]||'',_0x1e7658[_0x39c114(0xee)]=_0x1bbc05['uuid']||'',_0x1e7658[_0x39c114(0x10c)]=global[_0x39c114(0x104)],await PerformanceTester[_0x39c114(0x102)](_0x4cb6ff[_0x39c114(0x10a)],()=>percyAppScreenshot[_0x39c114(0xf5)](null,arguments),_0x1e7658);};
@@ -1 +1 @@
1
- var a69_0x3af025=a69_0x35e9;function a69_0x35e9(_0x360f58,_0x481563){var _0x565b79=a69_0x565b();return a69_0x35e9=function(_0x35e9b3,_0x3bd735){_0x35e9b3=_0x35e9b3-0x100;var _0x354693=_0x565b79[_0x35e9b3];return _0x354693;},a69_0x35e9(_0x360f58,_0x481563);}(function(_0x93c836,_0x28ce50){var _0x130cfa=a69_0x35e9,_0x483f4c=_0x93c836();while(!![]){try{var _0x3a68c0=-parseInt(_0x130cfa(0x105))/0x1*(-parseInt(_0x130cfa(0x106))/0x2)+parseInt(_0x130cfa(0x104))/0x3+-parseInt(_0x130cfa(0x101))/0x4*(parseInt(_0x130cfa(0x10d))/0x5)+parseInt(_0x130cfa(0x10c))/0x6+-parseInt(_0x130cfa(0x109))/0x7*(-parseInt(_0x130cfa(0x10a))/0x8)+parseInt(_0x130cfa(0x10b))/0x9*(-parseInt(_0x130cfa(0x107))/0xa)+-parseInt(_0x130cfa(0x108))/0xb*(-parseInt(_0x130cfa(0x100))/0xc);if(_0x3a68c0===_0x28ce50)break;else _0x483f4c['push'](_0x483f4c['shift']());}catch(_0x35ccec){_0x483f4c['push'](_0x483f4c['shift']());}}}(a69_0x565b,0x58ff5),module[a69_0x3af025(0x102)]=require(a69_0x3af025(0x103)));function a69_0x565b(){var _0x557fb1=['86754ZTbjNX','125410BgswkR','397408hyeQUi','42HTJUyn','424880znFTvY','414MVGhTp','4183398igIpag','1162615SokJXg','24qrGWuf','12qatcyf','exports','./Percy','481338LAJDWI','9rLoRej'];a69_0x565b=function(){return _0x557fb1;};return a69_0x565b();}
1
+ var a69_0x1a26d7=a69_0x24c2;function a69_0x24c2(_0x330147,_0x33adb7){var _0x293263=a69_0x2932();return a69_0x24c2=function(_0x24c26e,_0x2d0406){_0x24c26e=_0x24c26e-0xaf;var _0xe7e7db=_0x293263[_0x24c26e];return _0xe7e7db;},a69_0x24c2(_0x330147,_0x33adb7);}(function(_0x221f4b,_0x3c37f0){var _0xd4dc2=a69_0x24c2,_0xf54c8e=_0x221f4b();while(!![]){try{var _0xdf2ede=-parseInt(_0xd4dc2(0xb0))/0x1*(parseInt(_0xd4dc2(0xb1))/0x2)+parseInt(_0xd4dc2(0xb7))/0x3*(parseInt(_0xd4dc2(0xba))/0x4)+parseInt(_0xd4dc2(0xb8))/0x5*(-parseInt(_0xd4dc2(0xbb))/0x6)+parseInt(_0xd4dc2(0xb9))/0x7+-parseInt(_0xd4dc2(0xb5))/0x8+parseInt(_0xd4dc2(0xb2))/0x9+parseInt(_0xd4dc2(0xb3))/0xa*(parseInt(_0xd4dc2(0xb6))/0xb);if(_0xdf2ede===_0x3c37f0)break;else _0xf54c8e['push'](_0xf54c8e['shift']());}catch(_0x232e7d){_0xf54c8e['push'](_0xf54c8e['shift']());}}}(a69_0x2932,0x19419),module[a69_0x1a26d7(0xaf)]=require(a69_0x1a26d7(0xb4)));function a69_0x2932(){var _0x4ebb08=['184818uPavEb','2gAnvSe','1696203PhybnH','1934610EpfqZD','./Percy','1180424RfoCXq','22BqTubz','5121AIBxbv','964435usfGNJ','170093XetzXw','68xyLzvE','6OrqzGF','exports'];a69_0x2932=function(){return _0x4ebb08;};return a69_0x2932();}
@@ -1 +1 @@
1
- const a70_0x282abe=a70_0x37ab;function a70_0x37ab(_0x29651f,_0x235aca){const _0x8b01f5=a70_0x8b01();return a70_0x37ab=function(_0x37ab3a,_0x17914e){_0x37ab3a=_0x37ab3a-0xfc;let _0x344449=_0x8b01f5[_0x37ab3a];return _0x344449;},a70_0x37ab(_0x29651f,_0x235aca);}function a70_0x8b01(){const _0x1d2290=['percyCaptureMode','Error\x20patching\x20','overrideXforPercy','prototype','YKSYG','AirGu','15fWMhxl','browserStackPercyOptions','winstonLogger','edge','start','app','BeDyR','browser','getBestPlatformForPercySnapshot','yGzDv','getDriver','sxBck','getPercyOptions','zQLYY','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','deviceName','browserstackPercyMap','increment','safari','2484ZqOhrU','reduce','firefox','patchDriverPercy','then','browserstackSessionName','patch','toLowerCase','1340QyRkxM','ghGGU','7NtDhWV','105128sTsoVH','driver','Starting\x20percy','error','percy','percyAutoCapture','getName','RdeLm','screenshot','29444wIMBet','hsUsZ','../performance-tester','274704tKCrxW','./Percy','browserName','forEach','screenshotApp','apply','AAGzS','chrome','22KqEGfY','./PercyCaptureMap','nestedKeyValue','./PercySDK','1377752WCoWpe','267198RLHUwH','Xuttl','measureWrapper','NOMWe','debug','25EexxFT','element','94781hzefFu','isUndefined','percy:stop','Stopping\x20percy','\x20for\x20percy\x20','stop'];a70_0x8b01=function(){return _0x1d2290;};return a70_0x8b01();}(function(_0x4f7031,_0x48f1db){const _0x516340=a70_0x37ab,_0x18e14a=_0x4f7031();while(!![]){try{const _0x460a9e=parseInt(_0x516340(0x121))/0x1+-parseInt(_0x516340(0x101))/0x2+parseInt(_0x516340(0x12d))/0x3*(parseInt(_0x516340(0x10a))/0x4)+parseInt(_0x516340(0x11f))/0x5*(-parseInt(_0x516340(0x11a))/0x6)+-parseInt(_0x516340(0x100))/0x7*(-parseInt(_0x516340(0x119))/0x8)+parseInt(_0x516340(0x140))/0x9*(parseInt(_0x516340(0xfe))/0xa)+parseInt(_0x516340(0x115))/0xb*(parseInt(_0x516340(0x10d))/0xc);if(_0x460a9e===_0x48f1db)break;else _0x18e14a['push'](_0x18e14a['shift']());}catch(_0x45a7eb){_0x18e14a['push'](_0x18e14a['shift']());}}}(a70_0x8b01,0x1b2f0));const Percy=require(a70_0x282abe(0x10e)),PercySDK=require(a70_0x282abe(0x118)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a70_0x282abe(0x116)),logger=require('../logger')[a70_0x282abe(0x12f)],helper=require('../helper'),PerformanceTester=require(a70_0x282abe(0x10c));exports['startPercy']=PerformanceTester[a70_0x282abe(0x11c)]('percy:start',async _0x1771fe=>{const _0x1d0f4b=a70_0x282abe,_0x1f58cf={};_0x1f58cf[_0x1d0f4b(0x136)]=_0x1d0f4b(0x103);const _0x354b6a=_0x1f58cf;logger[_0x1d0f4b(0x11e)](_0x354b6a[_0x1d0f4b(0x136)]);const _0x372a29=new Percy(_0x1771fe),_0x237123=await _0x372a29[_0x1d0f4b(0x131)]();if(_0x237123)return _0x372a29;return null;}),exports['stopPercy']=PerformanceTester[a70_0x282abe(0x11c)](a70_0x282abe(0x123),async _0xb806a2=>{const _0x115734=a70_0x282abe,_0x5da90c={};_0x5da90c[_0x115734(0x13a)]=_0x115734(0x124);const _0x34d67e=_0x5da90c;return logger[_0x115734(0x11e)](_0x34d67e[_0x115734(0x13a)]),_0xb806a2[_0x115734(0x126)]();}),exports[a70_0x282abe(0x135)]=_0x4a5666=>{const _0x100471=a70_0x282abe,_0x3f2b54={};_0x3f2b54[_0x100471(0x11b)]=function(_0x509c46,_0x2a6b40){return _0x509c46<_0x2a6b40;};const _0x34a314=_0x3f2b54,_0x2547be={};_0x2547be[_0x100471(0x114)]=0x0,_0x2547be[_0x100471(0x142)]=0x1,_0x2547be[_0x100471(0x130)]=0x2,_0x2547be[_0x100471(0x13f)]=0x3;const _0x244f72=_0x2547be;return _0x4a5666[_0x100471(0x141)]((_0x41ceea,_0x5f5dce,_0x26ebd7)=>{const _0x28ae7c=_0x100471,_0x660c1=_0x4a5666[_0x41ceea];if(_0x5f5dce[_0x28ae7c(0x13c)])return _0x41ceea;if(_0x660c1[_0x28ae7c(0x13c)])return _0x26ebd7;const _0x26be53=_0x5f5dce['browser']?_0x5f5dce[_0x28ae7c(0x134)]:_0x5f5dce[_0x28ae7c(0x10f)];if(_0x26be53&&_0x34a314['Xuttl'](_0x244f72[_0x26be53[_0x28ae7c(0xfd)]()],_0x244f72[_0x26be53[_0x28ae7c(0xfd)]()]))return _0x26ebd7;return _0x41ceea;},0x0);},exports[a70_0x282abe(0x106)]=async(_0x53f638,_0x3f357c,_0x67c095)=>{const _0x52c3b1=a70_0x282abe,_0x78ee30={};_0x78ee30[_0x52c3b1(0x138)]=_0x52c3b1(0x13b);const _0x4b0e57=_0x78ee30,_0x23635b=_0x53f638[_0x52c3b1(0x13d)];if(helper[_0x52c3b1(0x122)](_0x53f638[_0x52c3b1(0x145)])){logger[_0x52c3b1(0x11e)](_0x4b0e57[_0x52c3b1(0x138)]);return;}const _0x3c8374=_0x23635b[_0x52c3b1(0x107)](_0x53f638[_0x52c3b1(0x145)],_0x3f357c);_0x67c095[_0x52c3b1(0x132)]?await PercySDK[_0x52c3b1(0x111)](_0x53f638,_0x3c8374):await PercySDK[_0x52c3b1(0x109)](_0x53f638,_0x3c8374),_0x23635b[_0x52c3b1(0x13e)](_0x53f638['browserstackSessionName'],_0x3f357c);},exports[a70_0x282abe(0x143)]=(_0x4527ea,_0x1550f1,_0xe0e66e)=>{const _0x4e31de=a70_0x282abe,_0x5837c3={};_0x5837c3['AirGu']=_0x4e31de(0x12e),_0x5837c3[_0x4e31de(0x133)]=_0x4e31de(0x105),_0x5837c3[_0x4e31de(0x12b)]=function(_0x108c3e,_0x6899d9){return _0x108c3e!==_0x6899d9;},_0x5837c3['AAGzS']='manual';const _0x31062b=_0x5837c3;if(!helper[_0x4e31de(0x117)](_0xe0e66e,[_0x31062b[_0x4e31de(0x12c)],_0x31062b[_0x4e31de(0x133)]]))return;if(_0xe0e66e[_0x4e31de(0x12e)][_0x4e31de(0x105)]&&_0xe0e66e[_0x4e31de(0x12e)][_0x4e31de(0x127)]&&_0x31062b[_0x4e31de(0x12b)](_0xe0e66e[_0x4e31de(0x12e)][_0x4e31de(0x127)],_0x31062b[_0x4e31de(0x113)])&&!_0x4527ea[_0x4e31de(0x13d)]){global[_0x4e31de(0x145)]&&(_0x4527ea[_0x4e31de(0x145)]=global['browserstackSessionName']),_0x4527ea[_0x4e31de(0x13d)]=new PercyCaptureMap();const _0x4487eb=PercyCaptureModes[_0xe0e66e[_0x4e31de(0x12e)][_0x4e31de(0x127)]];_0x4487eb[_0x4e31de(0x102)]&&_0x4487eb['driver'][_0x4e31de(0x110)](_0x447061=>this[_0x4e31de(0x129)](_0x4527ea,_0x447061,_0xe0e66e)),_0x4487eb['element']&&_0x4487eb[_0x4e31de(0x120)][_0x4e31de(0x110)](_0x473a29=>{const _0x31e141=_0x4e31de;if(_0x1550f1[_0x31e141(0x12a)][_0x31e141(0xfc)+_0x473a29])return;_0x1550f1[_0x31e141(0x12a)][_0x31e141(0xfc)+_0x473a29]=!![];const _0x4fcf8d=_0x1550f1[_0x31e141(0x12a)][_0x473a29];_0x1550f1[_0x31e141(0x12a)][_0x473a29]=async function(){const _0xb5556e=_0x31e141;let _0x37bc5c=_0x4fcf8d[_0xb5556e(0x112)](this,arguments);_0x37bc5c&&_0x37bc5c[_0xb5556e(0x144)]&&(_0x37bc5c=await _0x37bc5c);try{const _0x4b358a=this[_0xb5556e(0x137)]();await exports[_0xb5556e(0x106)](_0x4b358a,_0x473a29,_0xe0e66e);}catch(_0x3ef1b5){logger[_0xb5556e(0x104)](_0xb5556e(0x128)+_0x473a29+'\x20for\x20percy\x20'+_0x3ef1b5);}return _0x37bc5c;};});}},exports[a70_0x282abe(0x129)]=function(_0xfba4f1,_0x156aa8,_0x48e8aa){const _0x331b6c=a70_0x282abe,_0x3d5fec={};_0x3d5fec[_0x331b6c(0x11d)]=function(_0x17681a,_0x36fedf){return _0x17681a+_0x36fedf;},_0x3d5fec[_0x331b6c(0x10b)]=_0x331b6c(0xfc),_0x3d5fec['RdeLm']=function(_0x39d2ed,_0x220a04){return _0x39d2ed+_0x220a04;},_0x3d5fec[_0x331b6c(0xff)]='init';const _0x3ef3bd=_0x3d5fec,_0x2dec1a=_0x3ef3bd[_0x331b6c(0x11d)](_0x3ef3bd[_0x331b6c(0x10b)],_0x156aa8),_0x30cef2=_0x3ef3bd[_0x331b6c(0x108)](_0x3ef3bd[_0x331b6c(0xff)],_0x156aa8),_0x352fba=this;if(_0xfba4f1[_0x2dec1a]||!_0xfba4f1[_0x156aa8])return;_0xfba4f1[_0x2dec1a]=!![],_0xfba4f1[_0x30cef2]=_0xfba4f1[_0x156aa8],_0xfba4f1[_0x156aa8]=async()=>{const _0x1661ac=_0x331b6c;try{await _0x352fba[_0x1661ac(0x106)](_0xfba4f1,_0x156aa8,_0x48e8aa);}catch(_0x4fba79){logger[_0x1661ac(0x104)](_0x1661ac(0x128)+_0x156aa8+_0x1661ac(0x125)+_0x4fba79);}return await _0xfba4f1[_0x30cef2]['apply'](_0xfba4f1,arguments);};},exports[a70_0x282abe(0x139)]=_0x2069af=>{const _0x4b8194=a70_0x282abe,_0x376e38={};_0x376e38['percy']=_0x2069af[_0x4b8194(0x105)],_0x376e38[_0x4b8194(0x127)]=_0x2069af['percyCaptureMode'];const _0x12be33=_0x376e38;_0x2069af[_0x4b8194(0x105)]&&(_0x12be33['browserstackPercyBestPlatform']=exports[_0x4b8194(0x135)](_0x2069af['platforms']));;return _0x12be33;};
1
+ const a70_0x5d32fc=a70_0xc755;function a70_0xc755(_0xe392e1,_0xe34a26){const _0x4b3d14=a70_0x4b3d();return a70_0xc755=function(_0xc75527,_0x25157d){_0xc75527=_0xc75527-0x9c;let _0x2abec5=_0x4b3d14[_0xc75527];return _0x2abec5;},a70_0xc755(_0xe392e1,_0xe34a26);}function a70_0x4b3d(){const _0xc94094=['vpAAl','measureWrapper','browserstackPercyBestPlatform','19522020DCfFyq','wJLmo','getPercyOptions','patch','forEach','Stopping\x20percy','djPcb','percyCaptureMode','browserstackSessionName','AGfCa','screenshot','xoepo','./Percy','10zhBJhn','toLowerCase','prototype','error','element','deviceName','Starting\x20percy','stop','getDriver','percyAutoCapture','Error\x20patching\x20','browserstackPercyMap','screenshotApp','1356990EpSASJ','../logger','hYHRV','app','percy','then','reduce','\x20for\x20percy\x20','2248PBaAvx','manual','./PercyCaptureModes','4332515vgGMwq','browserName','48956umaCXw','6fUSpMl','getBestPlatformForPercySnapshot','aBsIl','QxyDL','browserStackPercyOptions','13027dYfQGn','overrideXforPercy','17lUPTEt','apply','start','nestedKeyValue','5448537qSCjqW','doKXB','debug','kzJTh','driver','71018cEfHtn','JqBjU','browser','edge','VVTBQ','percy:start','./PercySDK','firefox','153PduEPh','increment','getName','patchDriverPercy'];a70_0x4b3d=function(){return _0xc94094;};return a70_0x4b3d();}(function(_0x176e4c,_0x1aebcc){const _0x334a40=a70_0xc755,_0x28cb76=_0x176e4c();while(!![]){try{const _0x26bdbc=parseInt(_0x334a40(0xd9))/0x1*(-parseInt(_0x334a40(0xe2))/0x2)+parseInt(_0x334a40(0xa3))/0x3*(-parseInt(_0x334a40(0xd1))/0x4)+-parseInt(_0x334a40(0xc4))/0x5*(-parseInt(_0x334a40(0xd2))/0x6)+parseInt(_0x334a40(0xd7))/0x7*(-parseInt(_0x334a40(0xcc))/0x8)+parseInt(_0x334a40(0xdd))/0x9+parseInt(_0x334a40(0xb7))/0xa*(-parseInt(_0x334a40(0xcf))/0xb)+parseInt(_0x334a40(0xaa))/0xc;if(_0x26bdbc===_0x1aebcc)break;else _0x28cb76['push'](_0x28cb76['shift']());}catch(_0x12b64f){_0x28cb76['push'](_0x28cb76['shift']());}}}(a70_0x4b3d,0x57a42));const Percy=require(a70_0x5d32fc(0xb6)),PercySDK=require(a70_0x5d32fc(0xa1)),PercyCaptureModes=require(a70_0x5d32fc(0xce)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a70_0x5d32fc(0xc5))['winstonLogger'],helper=require('../helper'),PerformanceTester=require('../performance-tester');exports['startPercy']=PerformanceTester[a70_0x5d32fc(0xa8)](a70_0x5d32fc(0xa0),async _0x4281eb=>{const _0x30b6b8=a70_0x5d32fc,_0x5508fb={};_0x5508fb['AGfCa']=_0x30b6b8(0xbd);const _0x3438c5=_0x5508fb;logger['debug'](_0x3438c5[_0x30b6b8(0xb3)]);const _0x1095ec=new Percy(_0x4281eb),_0x2c4e82=await _0x1095ec[_0x30b6b8(0xdb)]();if(_0x2c4e82)return _0x1095ec;return null;}),exports['stopPercy']=PerformanceTester[a70_0x5d32fc(0xa8)]('percy:stop',async _0x3352e5=>{const _0x4c7272=a70_0x5d32fc,_0xfad406={};_0xfad406[_0x4c7272(0xd5)]=_0x4c7272(0xaf);const _0xed432e=_0xfad406;return logger[_0x4c7272(0xdf)](_0xed432e[_0x4c7272(0xd5)]),_0x3352e5[_0x4c7272(0xbe)]();}),exports[a70_0x5d32fc(0xd3)]=_0x1e0b0f=>{const _0x3806d8=a70_0x5d32fc,_0x479035={};_0x479035[_0x3806d8(0xab)]=function(_0x65fb68,_0x1d006c){return _0x65fb68<_0x1d006c;};const _0x1aa296=_0x479035,_0x43476a={};_0x43476a['chrome']=0x0,_0x43476a[_0x3806d8(0xa2)]=0x1,_0x43476a[_0x3806d8(0x9e)]=0x2,_0x43476a['safari']=0x3;const _0x595b2b=_0x43476a;return _0x1e0b0f[_0x3806d8(0xca)]((_0x41f084,_0x201e1a,_0x1601a8)=>{const _0x1d0e69=_0x3806d8,_0x406515=_0x1e0b0f[_0x41f084];if(_0x201e1a[_0x1d0e69(0xbc)])return _0x41f084;if(_0x406515[_0x1d0e69(0xbc)])return _0x1601a8;const _0x17023b=_0x201e1a[_0x1d0e69(0x9d)]?_0x201e1a[_0x1d0e69(0x9d)]:_0x201e1a[_0x1d0e69(0xd0)];if(_0x17023b&&_0x1aa296[_0x1d0e69(0xab)](_0x595b2b[_0x17023b[_0x1d0e69(0xb8)]()],_0x595b2b[_0x17023b[_0x1d0e69(0xb8)]()]))return _0x1601a8;return _0x41f084;},0x0);},exports['percyAutoCapture']=async(_0x2d0e6e,_0x1d0912,_0x473816)=>{const _0x14b41f=a70_0x5d32fc,_0x3d5fd2={};_0x3d5fd2['hYHRV']='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x88de33=_0x3d5fd2,_0x543eaa=_0x2d0e6e[_0x14b41f(0xc2)];if(helper['isUndefined'](_0x2d0e6e[_0x14b41f(0xb2)])){logger['debug'](_0x88de33[_0x14b41f(0xc6)]);return;}const _0x25d364=_0x543eaa[_0x14b41f(0xa5)](_0x2d0e6e['browserstackSessionName'],_0x1d0912);_0x473816[_0x14b41f(0xc7)]?await PercySDK[_0x14b41f(0xc3)](_0x2d0e6e,_0x25d364):await PercySDK[_0x14b41f(0xb4)](_0x2d0e6e,_0x25d364),_0x543eaa[_0x14b41f(0xa4)](_0x2d0e6e[_0x14b41f(0xb2)],_0x1d0912);},exports[a70_0x5d32fc(0xa6)]=(_0x2e8b00,_0x2437d4,_0x134821)=>{const _0x4d8154=a70_0x5d32fc,_0x4c6c8d={};_0x4c6c8d[_0x4d8154(0x9c)]=_0x4d8154(0xd6),_0x4c6c8d['aBsIl']=_0x4d8154(0xc8),_0x4c6c8d[_0x4d8154(0xb0)]=function(_0x1b169e,_0x1d0fb2){return _0x1b169e!==_0x1d0fb2;},_0x4c6c8d[_0x4d8154(0xb5)]=_0x4d8154(0xcd);const _0x142e3c=_0x4c6c8d;if(!helper[_0x4d8154(0xdc)](_0x134821,[_0x142e3c[_0x4d8154(0x9c)],_0x142e3c[_0x4d8154(0xd4)]]))return;if(_0x134821[_0x4d8154(0xd6)][_0x4d8154(0xc8)]&&_0x134821[_0x4d8154(0xd6)][_0x4d8154(0xb1)]&&_0x142e3c[_0x4d8154(0xb0)](_0x134821[_0x4d8154(0xd6)]['percyCaptureMode'],_0x142e3c['xoepo'])&&!_0x2e8b00['browserstackPercyMap']){global['browserstackSessionName']&&(_0x2e8b00[_0x4d8154(0xb2)]=global['browserstackSessionName']),_0x2e8b00['browserstackPercyMap']=new PercyCaptureMap();const _0x3e1f01=PercyCaptureModes[_0x134821[_0x4d8154(0xd6)]['percyCaptureMode']];_0x3e1f01['driver']&&_0x3e1f01[_0x4d8154(0xe1)][_0x4d8154(0xae)](_0x3e3533=>this[_0x4d8154(0xd8)](_0x2e8b00,_0x3e3533,_0x134821)),_0x3e1f01[_0x4d8154(0xbb)]&&_0x3e1f01[_0x4d8154(0xbb)][_0x4d8154(0xae)](_0x20633d=>{const _0x4c9b12=_0x4d8154;if(_0x2437d4[_0x4c9b12(0xb9)][_0x4c9b12(0xad)+_0x20633d])return;_0x2437d4[_0x4c9b12(0xb9)][_0x4c9b12(0xad)+_0x20633d]=!![];const _0x387e64=_0x2437d4['prototype'][_0x20633d];_0x2437d4['prototype'][_0x20633d]=async function(){const _0x12f55e=_0x4c9b12;let _0x24eee6=_0x387e64['apply'](this,arguments);_0x24eee6&&_0x24eee6[_0x12f55e(0xc9)]&&(_0x24eee6=await _0x24eee6);try{const _0x241432=this[_0x12f55e(0xbf)]();await exports[_0x12f55e(0xc0)](_0x241432,_0x20633d,_0x134821);}catch(_0x9e7b00){logger[_0x12f55e(0xba)]('Error\x20patching\x20'+_0x20633d+_0x12f55e(0xcb)+_0x9e7b00);}return _0x24eee6;};});}},exports[a70_0x5d32fc(0xd8)]=function(_0x678cf3,_0xf0c68f,_0x24c284){const _0x16abef=a70_0x5d32fc,_0x3da389={};_0x3da389[_0x16abef(0xe0)]=function(_0x5e0765,_0x5a73c2){return _0x5e0765+_0x5a73c2;},_0x3da389[_0x16abef(0xde)]=_0x16abef(0xad),_0x3da389['vpAAl']=function(_0x77e10a,_0x27596d){return _0x77e10a+_0x27596d;},_0x3da389[_0x16abef(0x9f)]='init';const _0x267b56=_0x3da389,_0x13e5d4=_0x267b56[_0x16abef(0xe0)](_0x267b56['doKXB'],_0xf0c68f),_0x468c74=_0x267b56[_0x16abef(0xa7)](_0x267b56['VVTBQ'],_0xf0c68f),_0x583858=this;if(_0x678cf3[_0x13e5d4]||!_0x678cf3[_0xf0c68f])return;_0x678cf3[_0x13e5d4]=!![],_0x678cf3[_0x468c74]=_0x678cf3[_0xf0c68f],_0x678cf3[_0xf0c68f]=async()=>{const _0x49d6a7=_0x16abef;try{await _0x583858[_0x49d6a7(0xc0)](_0x678cf3,_0xf0c68f,_0x24c284);}catch(_0x32a6bf){logger['error'](_0x49d6a7(0xc1)+_0xf0c68f+_0x49d6a7(0xcb)+_0x32a6bf);}return await _0x678cf3[_0x468c74][_0x49d6a7(0xda)](_0x678cf3,arguments);};},exports[a70_0x5d32fc(0xac)]=_0x5c4608=>{const _0x2df490=a70_0x5d32fc,_0x14754f={};_0x14754f[_0x2df490(0xc8)]=_0x5c4608[_0x2df490(0xc8)],_0x14754f['percyCaptureMode']=_0x5c4608[_0x2df490(0xb1)];const _0x3670f3=_0x14754f;_0x5c4608[_0x2df490(0xc8)]&&(_0x3670f3[_0x2df490(0xa9)]=exports[_0x2df490(0xd3)](_0x5c4608['platforms']));;return _0x3670f3;};
@@ -1 +1 @@
1
- const a71_0x47900d=a71_0xf32f;(function(_0x44642a,_0xc67b27){const _0x4f2de2=a71_0xf32f,_0x520385=_0x44642a();while(!![]){try{const _0x2656f9=-parseInt(_0x4f2de2(0x13b))/0x1+-parseInt(_0x4f2de2(0x160))/0x2*(-parseInt(_0x4f2de2(0x171))/0x3)+-parseInt(_0x4f2de2(0x176))/0x4+parseInt(_0x4f2de2(0x154))/0x5+parseInt(_0x4f2de2(0x130))/0x6*(-parseInt(_0x4f2de2(0x117))/0x7)+-parseInt(_0x4f2de2(0x12b))/0x8+-parseInt(_0x4f2de2(0x170))/0x9*(-parseInt(_0x4f2de2(0x164))/0xa);if(_0x2656f9===_0xc67b27)break;else _0x520385['push'](_0x520385['shift']());}catch(_0x30e33c){_0x520385['push'](_0x520385['shift']());}}}(a71_0x2caa,0xceed5));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x47900d(0x135)),{sleep,debug}=require(a71_0x47900d(0x11a)),path=require(a71_0x47900d(0x10e)),logger=require('./logger')['winstonLogger'];class PerformanceTester{static [a71_0x47900d(0x12c)];static [a71_0x47900d(0x163)]=[];static [a71_0x47900d(0x109)]=[];static [a71_0x47900d(0x10d)]=[];static ['started']=![];static ['jsonReportFileName']=a71_0x47900d(0x15d);static [a71_0x47900d(0x10c)]=a71_0x47900d(0x161);static[a71_0x47900d(0x167)](_0x2e9872=a71_0x47900d(0x15d),_0x45caca=a71_0x47900d(0x161)){const _0x4cc780=a71_0x47900d,_0x32a3f7={};_0x32a3f7[_0x4cc780(0x10f)]=function(_0x5b272a,_0x49672c){return _0x5b272a===_0x49672c;},_0x32a3f7[_0x4cc780(0x146)]=_0x4cc780(0x172),_0x32a3f7[_0x4cc780(0x10b)]=_0x4cc780(0x179);const _0x4f1348=_0x32a3f7;if(this[_0x4cc780(0x139)]||!this[_0x4cc780(0x128)]())return;this[_0x4cc780(0x12c)]=new PerformanceObserver(_0x4c68f3=>{const _0x134ebc=_0x4cc780,_0x8fc9ce={'FPTYj':function(_0x59c373,_0x17adb9){return _0x4f1348['lBrcy'](_0x59c373,_0x17adb9);},'kyZhx':_0x4f1348['dKWxZ']};_0x4c68f3['getEntries']()[_0x134ebc(0x15e)](_0x3b6bfe=>{const _0x352d45=_0x134ebc;_0x8fc9ce['FPTYj'](_0x3b6bfe['entryType'],_0x8fc9ce[_0x352d45(0x142)])?this[_0x352d45(0x109)][_0x352d45(0x159)](_0x3b6bfe):this['_events']['push'](_0x3b6bfe);});});const _0x10598c={};_0x10598c['buffered']=!![],_0x10598c[_0x4cc780(0x13f)]=[_0x4f1348['azIkr'],_0x4f1348[_0x4cc780(0x146)]],this[_0x4cc780(0x12c)][_0x4cc780(0x151)](_0x10598c),this['started']=!![],this[_0x4cc780(0x17a)]=_0x2e9872,this['errorReportFileName']=_0x45caca;}static[a71_0x47900d(0x136)](){return performance;}static[a71_0x47900d(0x143)](_0x32ccd4,_0x2f3910){const _0x25776a=a71_0x47900d,_0x199250={};_0x199250[_0x25776a(0x16a)]=function(_0x215cd5,_0x19bf99){return _0x215cd5+_0x19bf99;},_0x199250[_0x25776a(0x166)]=function(_0xa93f0,_0x409cb4){return _0xa93f0||_0x409cb4;},_0x199250[_0x25776a(0x141)]=function(_0x37aa7e,_0x2ae346){return _0x37aa7e===_0x2ae346;};const _0x513a5b=_0x199250,_0x1c584b={};if(!_0x32ccd4||_0x513a5b['fDpTq'](_0x32ccd4[_0x25776a(0x12f)],0x0))return;_0x32ccd4[_0x25776a(0x152)](_0x17ff07=>{const _0x4ff302=_0x25776a;!_0x1c584b[_0x17ff07[_0x4ff302(0x173)]]&&(_0x1c584b[_0x17ff07[_0x4ff302(0x173)]]=0x0),_0x1c584b[_0x17ff07[_0x4ff302(0x173)]]+=_0x17ff07['duration'];});const _0x590577=_0x2f3910[_0x25776a(0x126)]((_0x3ad8ef,_0x371029)=>{const _0x278563=_0x25776a;return _0x513a5b[_0x278563(0x16a)](_0x1c584b[_0x371029],_0x513a5b[_0x278563(0x166)](_0x3ad8ef,0x0));},0x0);return _0x590577;}static async[a71_0x47900d(0x177)](_0x549095,_0x3a68a8){const _0x44ee68=a71_0x47900d,_0x5261af={'RNcEQ':function(_0x21fcc5,_0x45d0ec){return _0x21fcc5+_0x45d0ec;},'ykvHd':function(_0x3109b7,_0x11c403){return _0x3109b7||_0x11c403;},'xwGDm':function(_0x45592c,_0x78d0db){return _0x45592c===_0x78d0db;},'NTaIU':function(_0x429d7c,_0x2acb32){return _0x429d7c(_0x2acb32);}};if(!_0x549095||_0x5261af[_0x44ee68(0x158)](_0x549095[_0x44ee68(0x12f)],0x0))return 0x0;const _0x267b11=[];for(const _0x5cbe6d of _0x549095){const _0x2c8cd7=path[_0x44ee68(0x13a)]('.',_0x5cbe6d);try{const _0x216edf=this[_0x44ee68(0x14f)](_0x2c8cd7);_0x216edf['map'](_0x49ee3f=>{const _0x730aa7=_0x44ee68;!_0x267b11[_0x49ee3f[_0x730aa7(0x173)]]&&(_0x267b11[_0x49ee3f[_0x730aa7(0x173)]]=0x0),_0x267b11[_0x49ee3f[_0x730aa7(0x173)]]+=_0x49ee3f[_0x730aa7(0x11f)];});}catch(_0x4e687d){_0x5261af[_0x44ee68(0x124)](debug,_0x44ee68(0x133)+_0x4e687d[_0x44ee68(0x13d)]());}}const _0x34c5e1=_0x3a68a8[_0x44ee68(0x126)]((_0x5248df,_0x307757)=>{return _0x5261af['RNcEQ'](_0x267b11[_0x307757],_0x5261af['ykvHd'](_0x5248df,0x0));},0x0);return _0x5261af[_0x44ee68(0x124)](debug,_0x44ee68(0x13c)+_0x3a68a8+_0x44ee68(0x132)+_0x34c5e1),_0x34c5e1;}static[a71_0x47900d(0x14f)](_0x11db8f){const _0x2c5998=a71_0x47900d;if(!fs['existsSync'](_0x11db8f))return[];return JSON[_0x2c5998(0x129)](fs[_0x2c5998(0x17b)](_0x11db8f)[_0x2c5998(0x13d)]());}static async['stopAndGenerate'](_0x46860f=a71_0x47900d(0x115),_0x3f5861=null){const _0x9391e2=a71_0x47900d,_0x20ea2f={'bkvSO':function(_0x4157e9,_0x441592){return _0x4157e9(_0x441592);}};if(!this['started'])return;await _0x20ea2f[_0x9391e2(0x15f)](sleep,0x1e),this[_0x9391e2(0x12c)][_0x9391e2(0x15c)](),this[_0x9391e2(0x139)]=![],this[_0x9391e2(0x149)](this[_0x9391e2(0x163)]);const _0x1a4171=this[_0x9391e2(0x116)](this[_0x9391e2(0x163)]),_0x18c17f=path[_0x9391e2(0x13a)](process[_0x9391e2(0x11b)](),_0x46860f);fs['writeFile'](_0x18c17f,_0x1a4171,_0x23a379=>{const _0x9efd48=_0x9391e2;if(_0x23a379){_0x20ea2f[_0x9efd48(0x15f)](debug,_0x9efd48(0x157)+_0x23a379['toString']());return;}_0x20ea2f['bkvSO'](debug,'Performance\x20report\x20is\x20at\x20'+_0x18c17f);});if(_0x3f5861)return this[_0x9391e2(0x143)](this[_0x9391e2(0x163)],_0x3f5861);}static['generateHTMLReport'](_0x361975){const _0x2fc4b9=a71_0x47900d,_0x862ef6={};_0x862ef6[_0x2fc4b9(0x16e)]=_0x2fc4b9(0x107),_0x862ef6[_0x2fc4b9(0x114)]=_0x2fc4b9(0x12a),_0x862ef6[_0x2fc4b9(0x138)]=_0x2fc4b9(0x12e),_0x862ef6[_0x2fc4b9(0x137)]=_0x2fc4b9(0x169);const _0x561fe1=_0x862ef6;let _0x5c8272=_0x561fe1[_0x2fc4b9(0x16e)];return _0x5c8272+=_0x561fe1[_0x2fc4b9(0x114)],_0x5c8272+=_0x561fe1[_0x2fc4b9(0x138)],_0x361975['forEach'](_0x3c865d=>{const _0x143876=_0x2fc4b9;_0x5c8272+=_0x143876(0x14b)+_0x3c865d[_0x143876(0x173)]+_0x143876(0x13e)+_0x3c865d[_0x143876(0x11f)]+'</td></tr>';}),_0x5c8272+=_0x561fe1[_0x2fc4b9(0x137)],_0x5c8272;}static[a71_0x47900d(0x149)](_0x1bf1c0){const _0x304b1c=a71_0x47900d;if(!this['jsonReportFileName'])return;const _0x2f5872={};_0x1bf1c0['map'](_0x473d28=>{const _0x302055=a71_0xf32f;!_0x2f5872[_0x473d28[_0x302055(0x173)]]&&(_0x2f5872[_0x473d28['name']]=0x0),_0x2f5872[_0x473d28[_0x302055(0x173)]]+=_0x473d28[_0x302055(0x11f)];});const _0x13c9ce=Object['entries'](_0x2f5872)[_0x304b1c(0x152)](([_0x4fc08d,_0x3697a9])=>{const _0x4109bc=_0x304b1c,_0xce0337={};return _0xce0337[_0x4109bc(0x173)]=_0x4fc08d,_0xce0337['duration']=_0x3697a9,_0xce0337;});fs[_0x304b1c(0x153)](this[_0x304b1c(0x17a)],JSON['stringify'](_0x13c9ce));}static['isEnabled'](){const _0x44cf0a=a71_0x47900d,_0x13acb5={};_0x13acb5[_0x44cf0a(0x119)]=function(_0x1a1b56,_0x3c224d){return _0x1a1b56===_0x3c224d;},_0x13acb5[_0x44cf0a(0x156)]=_0x44cf0a(0x14d);const _0x433f01=_0x13acb5;return!_0x433f01[_0x44cf0a(0x119)](process['env']['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x433f01[_0x44cf0a(0x156)]);}static['measure'](_0xe30757,_0x4db480,_0x20c385=null,_0x1feb0=null){const _0x397add=a71_0x47900d,_0x5668f1={};_0x5668f1[_0x397add(0x15b)]=function(_0x2b6ed6,_0x50d9b8){return _0x2b6ed6+_0x50d9b8;},_0x5668f1['RzGJB']='-start',_0x5668f1[_0x397add(0x111)]=_0x397add(0x145),_0x5668f1['KCHsO']=function(_0x595616,_0x33366c){return _0x595616 instanceof _0x33366c;};const _0x51193d=_0x5668f1;try{if(this[_0x397add(0x139)]&&this['isEnabled']()){let _0x331c5c=_0xe30757;_0x20c385&&(_0x331c5c=_0xe30757+'['+JSON[_0x397add(0x11c)](_0x20c385)+']');const _0x99fe0a=_0x51193d['FDMfE'](_0x331c5c,_0x51193d[_0x397add(0x150)]),_0x3574d7=_0x51193d[_0x397add(0x15b)](_0x331c5c,_0x51193d[_0x397add(0x111)]);performance[_0x397add(0x155)](_0x99fe0a);const _0x4be932=_0x4db480[_0x397add(0x120)](null,_0x1feb0);if(_0x51193d[_0x397add(0x16f)](_0x4be932,Promise))return new Promise((_0x5b986e,_0x58fc44)=>{const _0xb3e09=_0x397add;_0x4be932[_0xb3e09(0x112)](_0x5efe45=>_0x5b986e(_0x5efe45))['catch'](_0x3685fa=>_0x58fc44(_0x3685fa))[_0xb3e09(0x110)](()=>{const _0x12e683=_0xb3e09;performance[_0x12e683(0x155)](_0x3574d7),performance[_0x12e683(0x172)](_0x331c5c,_0x99fe0a,_0x3574d7);});});;return performance[_0x397add(0x155)](_0x3574d7),performance['measure'](_0x331c5c,_0x99fe0a,_0x3574d7),_0x4be932;};return _0x4db480[_0x397add(0x120)](null,_0x1feb0);}catch(_0x24070e){return _0x4db480[_0x397add(0x120)](null,_0x1feb0);}}static['measureWrapper'](_0x51e97a,_0x122296){const _0x1e165d=this;return function(){const _0x5ba2f2=a71_0xf32f,_0x23dbcd=[_0x51e97a,_0x122296,null][_0x5ba2f2(0x14c)](arguments);return _0x1e165d[_0x5ba2f2(0x172)][_0x5ba2f2(0x120)](_0x1e165d,_0x23dbcd);};}static['getCleanedPerfEvents'](){const _0x245bb4=a71_0x47900d,_0x5498db={};_0x5498db[_0x245bb4(0x11e)]=function(_0x238b65,_0x1f9626){return _0x238b65/_0x1f9626;},_0x5498db[_0x245bb4(0x15a)]=function(_0x4c7f06,_0x51d98a){return _0x4c7f06+_0x51d98a;},_0x5498db['KFuEN']=function(_0x17a460,_0x579b79){return _0x17a460*_0x579b79;},_0x5498db['lXtca']=function(_0x1b67bf,_0x29b2b7){return _0x1b67bf+_0x29b2b7;};const _0x5b3fc1=_0x5498db,_0x1902fe=/(^.*)\[(.*)\]$/,_0x478c77={},_0x1a6bc3={};for(const _0x2f0eea of this[_0x245bb4(0x109)]){const _0x1cb506=_0x2f0eea['name'][_0x245bb4(0x118)](_0x1902fe),_0x435df4={};_0x435df4[_0x245bb4(0x173)]=_0x2f0eea['name'],_0x435df4['duration']=_0x2f0eea['duration']||0x0;const _0x507a23=_0x435df4;_0x1cb506&&(_0x507a23[_0x245bb4(0x173)]=_0x1cb506[0x1],_0x507a23[_0x245bb4(0x148)]=JSON[_0x245bb4(0x129)](_0x1cb506[0x2]));if(_0x478c77[_0x507a23[_0x245bb4(0x173)]]){const _0x97a8c2=_0x478c77[_0x507a23['name']],_0x10cf9a=_0x1a6bc3[_0x507a23[_0x245bb4(0x173)]];_0x478c77[_0x507a23[_0x245bb4(0x173)]][_0x245bb4(0x11f)]=_0x5b3fc1[_0x245bb4(0x11e)](_0x5b3fc1[_0x245bb4(0x15a)](_0x5b3fc1[_0x245bb4(0x123)](_0x97a8c2[_0x245bb4(0x11f)],_0x10cf9a),_0x507a23['duration']),_0x5b3fc1[_0x245bb4(0x113)](0x1,_0x10cf9a)),_0x1a6bc3[_0x507a23[_0x245bb4(0x173)]]++;}else _0x478c77[_0x507a23[_0x245bb4(0x173)]]=_0x507a23,_0x1a6bc3[_0x507a23[_0x245bb4(0x173)]]=0x1;}return Object['values'](_0x478c77);}static[a71_0x47900d(0x174)](){const _0x20d761=a71_0x47900d,_0x4e3543={};_0x4e3543['dlass']=function(_0x21801e,_0x166a2a){return _0x21801e===_0x166a2a;},_0x4e3543['emWlD']=function(_0x2f878c,_0x58af5f){return _0x2f878c+_0x58af5f;};const _0x36fc32=_0x4e3543;if(_0x36fc32[_0x20d761(0x168)](this['_measureEvents']['length'],0x0))return;const _0xc6c9ab=this[_0x20d761(0x122)](),_0xe926f7=JSON[_0x20d761(0x11c)](_0xc6c9ab),_0x1ef109=_0x36fc32[_0x20d761(0x175)](_0xe926f7[_0x20d761(0x16b)](0x1,-0x1),',');fs['appendFileSync'](this[_0x20d761(0x17a)],_0x1ef109);}static[a71_0x47900d(0x16d)](){const _0x23bf89=a71_0x47900d,_0x34cd82={};_0x34cd82[_0x23bf89(0x121)]=function(_0x19c35a,_0x5709c4){return _0x19c35a===_0x5709c4;},_0x34cd82[_0x23bf89(0x134)]=function(_0x1ffdbd,_0x2cd1d2){return _0x1ffdbd>_0x2cd1d2;};const _0x55fd83=_0x34cd82;if(!this[_0x23bf89(0x139)]||_0x55fd83['SLnZb'](this[_0x23bf89(0x109)]['length'],0x0))return[];if(!fs[_0x23bf89(0x10a)](this['jsonReportFileName']))return this[_0x23bf89(0x109)];let _0x237aa0=fs[_0x23bf89(0x17b)](this['jsonReportFileName'])[_0x23bf89(0x13d)]();_0x237aa0='['+_0x237aa0[_0x23bf89(0x16b)](0x0,-0x1)+']';let _0x33b35b=JSON[_0x23bf89(0x129)](_0x237aa0);return _0x55fd83[_0x23bf89(0x134)](this['_measureEvents'][_0x23bf89(0x12f)],0x0)&&(_0x33b35b=_0x33b35b[_0x23bf89(0x14c)](this[_0x23bf89(0x122)]())),this[_0x23bf89(0x12c)][_0x23bf89(0x15c)](),fs[_0x23bf89(0x165)](this[_0x23bf89(0x17a)]),_0x33b35b;}static[a71_0x47900d(0x11d)](){const _0x42b8d1=a71_0x47900d,_0x1c3fe4={};_0x1c3fe4[_0x42b8d1(0x131)]=function(_0x21dd6b,_0x2034d7){return _0x21dd6b===_0x2034d7;},_0x1c3fe4[_0x42b8d1(0x16c)]=function(_0xd7e2a3,_0x38641e){return _0xd7e2a3+_0x38641e;};const _0x32b419=_0x1c3fe4;if(_0x32b419[_0x42b8d1(0x131)](this['_errorEvents']['length'],0x0))return;const _0x1ff6cc=JSON[_0x42b8d1(0x11c)](this[_0x42b8d1(0x10d)]),_0x32ed70=_0x32b419[_0x42b8d1(0x16c)](_0x1ff6cc[_0x42b8d1(0x16b)](0x1,-0x1),',');fs[_0x42b8d1(0x125)](this[_0x42b8d1(0x108)],_0x32ed70);}static[a71_0x47900d(0x162)](){const _0x5db498=a71_0x47900d,_0x2c9c43={};_0x2c9c43[_0x5db498(0x178)]=function(_0x111012,_0x13be7e){return _0x111012>_0x13be7e;};const _0x3b05a4=_0x2c9c43;if(!fs['existsSync'](this['errorReportFileName']))return this[_0x5db498(0x10d)];let _0x3f98e1=fs[_0x5db498(0x17b)](this[_0x5db498(0x10c)])['toString']();_0x3f98e1='['+_0x3f98e1[_0x5db498(0x16b)](0x0,-0x1)+']';let _0x5a36bc=JSON[_0x5db498(0x129)](_0x3f98e1);return _0x3b05a4['XHQGc'](this[_0x5db498(0x10d)][_0x5db498(0x12f)],0x0)&&(_0x5a36bc=_0x5a36bc['concat'](this[_0x5db498(0x10d)])),fs[_0x5db498(0x165)](this[_0x5db498(0x10c)]),_0x5a36bc;}static[a71_0x47900d(0x144)](_0x510a88){const _0x39e5a6=a71_0x47900d;if(!this[_0x39e5a6(0x128)]())return;this[_0x39e5a6(0x10d)][_0x39e5a6(0x159)]({'message':_0x510a88['message'],'trace':_0x510a88['stack'],'code':_0x510a88[_0x39e5a6(0x14a)]||null,'time':new Date()});}static[a71_0x47900d(0x147)](){const _0x2e918e=a71_0x47900d,_0x2dc259={};_0x2dc259[_0x2e918e(0x12d)]=_0x2e918e(0x127);const _0x39039a=_0x2dc259;try{if(!this[_0x2e918e(0x128)]())return;this[_0x2e918e(0x12c)]['disconnect'](),this[_0x2e918e(0x174)](),this[_0x2e918e(0x11d)]();}catch{logger[_0x2e918e(0x14e)](_0x39039a[_0x2e918e(0x12d)]);}}static['finalize'](){const _0x54eb8c=a71_0x47900d,_0x37536a=this['finalizePerfMeasures'](),_0x21a726=this['finalizeErrors']();if(!this['isEnabled']()){const _0x461c51={};return _0x461c51['measures']=[],_0x461c51[_0x54eb8c(0x140)]=[],_0x461c51;}const _0x5ce379={};return _0x5ce379['measures']=_0x37536a,_0x5ce379[_0x54eb8c(0x140)]=_0x21a726,_0x5ce379;}}function a71_0xf32f(_0x5bfeee,_0x4907a7){const _0x2caac8=a71_0x2caa();return a71_0xf32f=function(_0xf32fa,_0x41484b){_0xf32fa=_0xf32fa-0x107;let _0x5354a1=_0x2caac8[_0xf32fa];return _0x5354a1;},a71_0xf32f(_0x5bfeee,_0x4907a7);}function a71_0x2caa(){const _0xc876a0=['started','join','579126uYCQPw','Time\x20for\x20','toString','</td><td>','entryTypes','errors','fDpTq','kyZhx','calculateTimeFromEvents','captureError','-end','dKWxZ','stopMonitoring','meta','generateJSON','code','<tr><td>','concat','false','debug','getEventsFromJSON','RzGJB','observe','map','writeFileSync','6304155MApnKD','mark','dQDZn','Error\x20in\x20writing\x20html\x20','xwGDm','push','TQYbX','FDMfE','disconnect','performance-report.json','forEach','bkvSO','33074kNoals','error-report.json','finalizeErrors','_events','11588600gwIYsJ','unlinkSync','jZZGJ','startMonitoring','dlass','</tbody></table></body></html>','VEjrq','slice','MuCGL','finalizePerfMeasures','JekNY','KCHsO','18aRVPap','6spfuDX','measure','name','pushPerfMeasures','emWlD','6705016SqrYZk','calculateTimesFromMultipleFiles','XHQGc','function','jsonReportFileName','readFileSync','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','errorFile','_measureEvents','existsSync','azIkr','errorReportFileName','_errorEvents','path','lBrcy','finally','EOdqF','then','lXtca','gWGje','performance-own.html','generateHTMLReport','112LLpirV','match','PHKMz','./test-observability/utils','cwd','stringify','pushErrors','VNpqV','duration','apply','SLnZb','getCleanedPerfEvents','KFuEN','NTaIU','appendFileSync','reduce','Error\x20stopping\x20monitoring','isEnabled','parse','<h1>Performance\x20Report</h1>','1529600jQnuzy','_observer','PwZuY','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','length','119052FhZSKJ','XXxvi','\x20for\x20all\x20processes\x20is\x20','Error\x20in\x20doing\x20csv\x20operations:\x20','oSieK','perf_hooks','getPerformance','hKxal','MDxqL'];a71_0x2caa=function(){return _0xc876a0;};return a71_0x2caa();}module['exports']=PerformanceTester;
1
+ function a71_0x4c34(_0x4a0ec9,_0x429855){const _0x1c976f=a71_0x1c97();return a71_0x4c34=function(_0x4c34f5,_0x5d9f60){_0x4c34f5=_0x4c34f5-0x1aa;let _0x10734e=_0x1c976f[_0x4c34f5];return _0x10734e;},a71_0x4c34(_0x4a0ec9,_0x429855);}const a71_0x2ca92c=a71_0x4c34;(function(_0x418e21,_0x37bfc3){const _0x46b99f=a71_0x4c34,_0x440e9c=_0x418e21();while(!![]){try{const _0x5f6831=-parseInt(_0x46b99f(0x1c0))/0x1+parseInt(_0x46b99f(0x1ed))/0x2+-parseInt(_0x46b99f(0x221))/0x3+parseInt(_0x46b99f(0x1dc))/0x4*(parseInt(_0x46b99f(0x20d))/0x5)+parseInt(_0x46b99f(0x20b))/0x6+parseInt(_0x46b99f(0x1f7))/0x7*(-parseInt(_0x46b99f(0x1f4))/0x8)+parseInt(_0x46b99f(0x1ce))/0x9;if(_0x5f6831===_0x37bfc3)break;else _0x440e9c['push'](_0x440e9c['shift']());}catch(_0x18f05c){_0x440e9c['push'](_0x440e9c['shift']());}}}(a71_0x1c97,0xbb441));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x2ca92c(0x20a)),{sleep,debug}=require(a71_0x2ca92c(0x1f2)),path=require(a71_0x2ca92c(0x203)),logger=require(a71_0x2ca92c(0x1bd))['winstonLogger'];class PerformanceTester{static [a71_0x2ca92c(0x206)];static [a71_0x2ca92c(0x1b9)]=[];static [a71_0x2ca92c(0x1e5)]=[];static [a71_0x2ca92c(0x219)]=[];static ['started']=![];static [a71_0x2ca92c(0x1c5)]='performance-report.json';static [a71_0x2ca92c(0x1fc)]=a71_0x2ca92c(0x1b7);static['startMonitoring'](_0x25dc52='performance-report.json',_0x2ccaab=a71_0x2ca92c(0x1b7)){const _0x53a116=a71_0x2ca92c,_0x27a75f={};_0x27a75f['bkaDx']=function(_0x57e529,_0x1c7b4a){return _0x57e529===_0x1c7b4a;},_0x27a75f[_0x53a116(0x220)]=_0x53a116(0x1e7),_0x27a75f[_0x53a116(0x1f3)]='function';const _0x14be45=_0x27a75f;if(this[_0x53a116(0x1c8)]||!this[_0x53a116(0x21d)]())return;this['_observer']=new PerformanceObserver(_0x2e3788=>{const _0x339e31=_0x53a116,_0x10a41f={'jOobX':function(_0x624beb,_0x2634fd){const _0x42da5b=a71_0x4c34;return _0x14be45[_0x42da5b(0x1cc)](_0x624beb,_0x2634fd);},'uvjUD':_0x14be45[_0x339e31(0x220)]};_0x2e3788[_0x339e31(0x202)]()[_0x339e31(0x1bf)](_0x2194d3=>{const _0x59295f=_0x339e31;_0x10a41f[_0x59295f(0x1e4)](_0x2194d3[_0x59295f(0x1e1)],_0x10a41f['uvjUD'])?this['_measureEvents']['push'](_0x2194d3):this['_events'][_0x59295f(0x1ca)](_0x2194d3);});});const _0x1d9f9e={};_0x1d9f9e[_0x53a116(0x1ab)]=!![],_0x1d9f9e['entryTypes']=[_0x14be45[_0x53a116(0x1f3)],_0x14be45[_0x53a116(0x220)]],this[_0x53a116(0x206)]['observe'](_0x1d9f9e),this[_0x53a116(0x1c8)]=!![],this[_0x53a116(0x1c5)]=_0x25dc52,this['errorReportFileName']=_0x2ccaab;}static['getPerformance'](){return performance;}static[a71_0x2ca92c(0x1af)](_0x455e16,_0x42ea85){const _0x52fb96=a71_0x2ca92c,_0x32422b={};_0x32422b[_0x52fb96(0x1d2)]=function(_0x1eb1f0,_0x90c490){return _0x1eb1f0+_0x90c490;},_0x32422b['fpwwN']=function(_0x36b437,_0x4f33b0){return _0x36b437||_0x4f33b0;},_0x32422b[_0x52fb96(0x20f)]=function(_0x47150b,_0x1a98e2){return _0x47150b===_0x1a98e2;};const _0x1c72ca=_0x32422b,_0x592c37={};if(!_0x455e16||_0x1c72ca[_0x52fb96(0x20f)](_0x455e16[_0x52fb96(0x1d8)],0x0))return;_0x455e16[_0x52fb96(0x1ae)](_0x4620a9=>{const _0x2a367e=_0x52fb96;!_0x592c37[_0x4620a9[_0x2a367e(0x1ea)]]&&(_0x592c37[_0x4620a9['name']]=0x0),_0x592c37[_0x4620a9[_0x2a367e(0x1ea)]]+=_0x4620a9[_0x2a367e(0x1b5)];});const _0x481cac=_0x42ea85['reduce']((_0x475809,_0x751539)=>{const _0x493173=_0x52fb96;return _0x1c72ca[_0x493173(0x1d2)](_0x592c37[_0x751539],_0x1c72ca[_0x493173(0x1dd)](_0x475809,0x0));},0x0);return _0x481cac;}static async[a71_0x2ca92c(0x208)](_0x30d6fa,_0x1596d3){const _0x5c2b2f=a71_0x2ca92c,_0x37e31c={'yklyi':function(_0x3c0d57,_0x18eae5){return _0x3c0d57+_0x18eae5;},'udhuP':function(_0x46efdb,_0x18b5ca){return _0x46efdb||_0x18b5ca;},'dIjSQ':function(_0x4a93c9,_0x18f70a){return _0x4a93c9===_0x18f70a;},'XJeXo':function(_0x593732,_0x5087de){return _0x593732(_0x5087de);}};if(!_0x30d6fa||_0x37e31c['dIjSQ'](_0x30d6fa['length'],0x0))return 0x0;const _0x3ea30c=[];for(const _0x59dba0 of _0x30d6fa){const _0x5daa4d=path['join']('.',_0x59dba0);try{const _0xa89972=this[_0x5c2b2f(0x1b2)](_0x5daa4d);_0xa89972[_0x5c2b2f(0x1ae)](_0x29011e=>{const _0x52abdc=_0x5c2b2f;!_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]&&(_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]=0x0),_0x3ea30c[_0x29011e[_0x52abdc(0x1ea)]]+=_0x29011e[_0x52abdc(0x1b5)];});}catch(_0x31469f){_0x37e31c[_0x5c2b2f(0x21c)](debug,_0x5c2b2f(0x1be)+_0x31469f[_0x5c2b2f(0x217)]());}}const _0x420796=_0x1596d3['reduce']((_0x531fc6,_0x35fae9)=>{const _0x135028=_0x5c2b2f;return _0x37e31c['yklyi'](_0x3ea30c[_0x35fae9],_0x37e31c[_0x135028(0x1c6)](_0x531fc6,0x0));},0x0);return _0x37e31c[_0x5c2b2f(0x21c)](debug,_0x5c2b2f(0x1f1)+_0x1596d3+_0x5c2b2f(0x1c3)+_0x420796),_0x420796;}static['getEventsFromJSON'](_0x54dc51){const _0x4d52a6=a71_0x2ca92c;if(!fs[_0x4d52a6(0x1ee)](_0x54dc51))return[];return JSON[_0x4d52a6(0x21f)](fs[_0x4d52a6(0x1ef)](_0x54dc51)[_0x4d52a6(0x217)]());}static async[a71_0x2ca92c(0x1b8)](_0x46655a=a71_0x2ca92c(0x209),_0x4c68f5=null){const _0x4cdf1=a71_0x2ca92c,_0x2c5e0d={'KuInN':function(_0x2ba439,_0x65021){return _0x2ba439(_0x65021);}};if(!this[_0x4cdf1(0x1c8)])return;await _0x2c5e0d[_0x4cdf1(0x1db)](sleep,0x1e),this[_0x4cdf1(0x206)]['disconnect'](),this[_0x4cdf1(0x1c8)]=![],this[_0x4cdf1(0x1cf)](this[_0x4cdf1(0x1b9)]);const _0x5f33c8=this[_0x4cdf1(0x1e2)](this[_0x4cdf1(0x1b9)]),_0x21e56e=path[_0x4cdf1(0x1fe)](process[_0x4cdf1(0x216)](),_0x46655a);fs[_0x4cdf1(0x20e)](_0x21e56e,_0x5f33c8,_0x597270=>{const _0x4e764b=_0x4cdf1;if(_0x597270){_0x2c5e0d[_0x4e764b(0x1db)](debug,'Error\x20in\x20writing\x20html\x20'+_0x597270[_0x4e764b(0x217)]());return;}_0x2c5e0d[_0x4e764b(0x1db)](debug,'Performance\x20report\x20is\x20at\x20'+_0x21e56e);});if(_0x4c68f5)return this[_0x4cdf1(0x1af)](this[_0x4cdf1(0x1b9)],_0x4c68f5);}static[a71_0x2ca92c(0x1e2)](_0x5e318a){const _0x3d8ed2=a71_0x2ca92c,_0x98fddf={};_0x98fddf[_0x3d8ed2(0x215)]=_0x3d8ed2(0x1b0),_0x98fddf[_0x3d8ed2(0x1eb)]=_0x3d8ed2(0x1f0),_0x98fddf[_0x3d8ed2(0x1d5)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x98fddf[_0x3d8ed2(0x1e8)]=_0x3d8ed2(0x1bb);const _0x117e5e=_0x98fddf;let _0x88d271=_0x117e5e[_0x3d8ed2(0x215)];return _0x88d271+=_0x117e5e['PQDHm'],_0x88d271+=_0x117e5e['fGlMN'],_0x5e318a['forEach'](_0x48a29e=>{const _0x195f93=_0x3d8ed2;_0x88d271+=_0x195f93(0x1fa)+_0x48a29e[_0x195f93(0x1ea)]+'</td><td>'+_0x48a29e['duration']+_0x195f93(0x200);}),_0x88d271+=_0x117e5e[_0x3d8ed2(0x1e8)],_0x88d271;}static[a71_0x2ca92c(0x1cf)](_0x19c58e){const _0x3707c1=a71_0x2ca92c;if(!this[_0x3707c1(0x1c5)])return;const _0x2b732c={};_0x19c58e[_0x3707c1(0x1ae)](_0x1b82e0=>{const _0x34b025=_0x3707c1;!_0x2b732c[_0x1b82e0['name']]&&(_0x2b732c[_0x1b82e0[_0x34b025(0x1ea)]]=0x0),_0x2b732c[_0x1b82e0[_0x34b025(0x1ea)]]+=_0x1b82e0[_0x34b025(0x1b5)];});const _0x16ac21=Object[_0x3707c1(0x218)](_0x2b732c)[_0x3707c1(0x1ae)](([_0x1bb932,_0x433ff6])=>{const _0x4b760a=_0x3707c1,_0xa6644b={};return _0xa6644b[_0x4b760a(0x1ea)]=_0x1bb932,_0xa6644b[_0x4b760a(0x1b5)]=_0x433ff6,_0xa6644b;});fs[_0x3707c1(0x1d9)](this['jsonReportFileName'],JSON[_0x3707c1(0x1cb)](_0x16ac21));}static[a71_0x2ca92c(0x21d)](){const _0x4914cd=a71_0x2ca92c,_0x148e84={};_0x148e84[_0x4914cd(0x201)]=function(_0x158365,_0x4da2d7){return _0x158365===_0x4da2d7;},_0x148e84['KmJaf']=_0x4914cd(0x1ec);const _0x5bdafe=_0x148e84;return!_0x5bdafe[_0x4914cd(0x201)](process[_0x4914cd(0x1e0)][_0x4914cd(0x205)],_0x5bdafe[_0x4914cd(0x204)]);}static[a71_0x2ca92c(0x1e7)](_0x2b2ccd,_0x2cc771,_0x37e6a0=null,_0x32ecc5=null){const _0x1c5a10=a71_0x2ca92c,_0x264c26={};_0x264c26[_0x1c5a10(0x1f6)]=function(_0x5203f3,_0x1f491d){return _0x5203f3+_0x1f491d;},_0x264c26['UmvgB']=_0x1c5a10(0x20c),_0x264c26['cTsjO']=_0x1c5a10(0x1b1),_0x264c26[_0x1c5a10(0x1e6)]=function(_0x103e42,_0x5eb651){return _0x103e42 instanceof _0x5eb651;};const _0x16f1e8=_0x264c26;try{if(this['started']&&this['isEnabled']()){let _0x5a0241=_0x2b2ccd;_0x37e6a0&&(_0x5a0241=_0x2b2ccd+'['+JSON[_0x1c5a10(0x1cb)](_0x37e6a0)+']');const _0x15a461=_0x16f1e8[_0x1c5a10(0x1f6)](_0x5a0241,_0x16f1e8[_0x1c5a10(0x1d7)]),_0x2a49e9=_0x16f1e8['gXhqk'](_0x5a0241,_0x16f1e8[_0x1c5a10(0x1df)]);performance['mark'](_0x15a461);const _0x36c9f=_0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);if(_0x16f1e8['WFyDL'](_0x36c9f,Promise))return new Promise((_0x3cbf8c,_0x4a9e5c)=>{const _0x5ea733=_0x1c5a10;_0x36c9f[_0x5ea733(0x21e)](_0x3831b7=>_0x3cbf8c(_0x3831b7))[_0x5ea733(0x211)](_0x373487=>_0x4a9e5c(_0x373487))[_0x5ea733(0x1c4)](()=>{const _0x562c47=_0x5ea733;performance[_0x562c47(0x210)](_0x2a49e9),performance[_0x562c47(0x1e7)](_0x5a0241,_0x15a461,_0x2a49e9);});});;return performance[_0x1c5a10(0x210)](_0x2a49e9),performance[_0x1c5a10(0x1e7)](_0x5a0241,_0x15a461,_0x2a49e9),_0x36c9f;};return _0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);}catch(_0x2a6e6f){return _0x2cc771[_0x1c5a10(0x1d4)](null,_0x32ecc5);}}static[a71_0x2ca92c(0x1b4)](_0x5b635f,_0x5c9d2d){const _0x4d9a33=this;return function(){const _0x2fa21d=a71_0x4c34,_0x5aee9d=[_0x5b635f,_0x5c9d2d,null][_0x2fa21d(0x1ac)](arguments);return _0x4d9a33[_0x2fa21d(0x1e7)][_0x2fa21d(0x1d4)](_0x4d9a33,_0x5aee9d);};}static[a71_0x2ca92c(0x21a)](){const _0x573a18=a71_0x2ca92c,_0x326fde={};_0x326fde[_0x573a18(0x1e3)]=function(_0x2a70e3,_0x5e924){return _0x2a70e3/_0x5e924;},_0x326fde[_0x573a18(0x1c1)]=function(_0x55c9a0,_0x4d6f17){return _0x55c9a0+_0x4d6f17;},_0x326fde[_0x573a18(0x207)]=function(_0x1d4e70,_0x18df52){return _0x1d4e70*_0x18df52;};const _0x299eca=_0x326fde,_0x6c2caa=/(^.*)\[(.*)\]$/,_0x5a2d03={},_0x395986={};for(const _0x1a07b0 of this[_0x573a18(0x1e5)]){const _0x2d75b8=_0x1a07b0['name'][_0x573a18(0x1f9)](_0x6c2caa),_0x547ad8={};_0x547ad8['name']=_0x1a07b0[_0x573a18(0x1ea)],_0x547ad8[_0x573a18(0x1b5)]=_0x1a07b0['duration']||0x0;const _0xa0b14f=_0x547ad8;_0x2d75b8&&(_0xa0b14f['name']=_0x2d75b8[0x1],_0xa0b14f[_0x573a18(0x1b6)]=JSON[_0x573a18(0x21f)](_0x2d75b8[0x2]));if(_0x5a2d03[_0xa0b14f[_0x573a18(0x1ea)]]){const _0x34dd95=_0x5a2d03[_0xa0b14f['name']],_0x1ca991=_0x395986[_0xa0b14f[_0x573a18(0x1ea)]];_0x5a2d03[_0xa0b14f['name']][_0x573a18(0x1b5)]=_0x299eca[_0x573a18(0x1e3)](_0x299eca[_0x573a18(0x1c1)](_0x299eca[_0x573a18(0x207)](_0x34dd95[_0x573a18(0x1b5)],_0x1ca991),_0xa0b14f[_0x573a18(0x1b5)]),_0x299eca['GluVT'](0x1,_0x1ca991)),_0x395986[_0xa0b14f['name']]++;}else _0x5a2d03[_0xa0b14f[_0x573a18(0x1ea)]]=_0xa0b14f,_0x395986[_0xa0b14f['name']]=0x1;}return Object['values'](_0x5a2d03);}static[a71_0x2ca92c(0x1c7)](){const _0x524b5f=a71_0x2ca92c,_0x30c715={};_0x30c715[_0x524b5f(0x1ff)]=function(_0x4d414e,_0x1f9f13){return _0x4d414e===_0x1f9f13;},_0x30c715[_0x524b5f(0x1bc)]=function(_0x2ddb38,_0x2ba285){return _0x2ddb38+_0x2ba285;};const _0x317e1f=_0x30c715;if(_0x317e1f['dFuJx'](this['_measureEvents'][_0x524b5f(0x1d8)],0x0))return;const _0xca8777=this['getCleanedPerfEvents'](),_0x3f1ac5=JSON[_0x524b5f(0x1cb)](_0xca8777),_0xd849d9=_0x317e1f['ynFKB'](_0x3f1ac5[_0x524b5f(0x1d0)](0x1,-0x1),',');fs['appendFileSync'](this[_0x524b5f(0x1c5)],_0xd849d9);}static[a71_0x2ca92c(0x1d6)](){const _0x5d3ce4=a71_0x2ca92c,_0x20b624={};_0x20b624[_0x5d3ce4(0x214)]=function(_0x2c81f6,_0xe0eee9){return _0x2c81f6===_0xe0eee9;},_0x20b624[_0x5d3ce4(0x213)]=function(_0x232651,_0x3534d4){return _0x232651>_0x3534d4;};const _0x31c4f5=_0x20b624;if(!this[_0x5d3ce4(0x1c8)]||_0x31c4f5[_0x5d3ce4(0x214)](this[_0x5d3ce4(0x1e5)][_0x5d3ce4(0x1d8)],0x0))return[];if(!fs[_0x5d3ce4(0x1ee)](this[_0x5d3ce4(0x1c5)]))return this[_0x5d3ce4(0x1e5)];let _0x31ab63=fs['readFileSync'](this[_0x5d3ce4(0x1c5)])[_0x5d3ce4(0x217)]();_0x31ab63='['+_0x31ab63[_0x5d3ce4(0x1d0)](0x0,-0x1)+']';let _0x422870=JSON[_0x5d3ce4(0x21f)](_0x31ab63);return _0x31c4f5[_0x5d3ce4(0x213)](this[_0x5d3ce4(0x1e5)][_0x5d3ce4(0x1d8)],0x0)&&(_0x422870=_0x422870[_0x5d3ce4(0x1ac)](this[_0x5d3ce4(0x21a)]())),this[_0x5d3ce4(0x206)]['disconnect'](),fs[_0x5d3ce4(0x1da)](this[_0x5d3ce4(0x1c5)]),_0x422870;}static[a71_0x2ca92c(0x1c2)](){const _0x52064a=a71_0x2ca92c,_0x47baea={};_0x47baea['CPSGX']=function(_0x587cd0,_0x599901){return _0x587cd0===_0x599901;},_0x47baea['QPoMk']=function(_0x4b43e3,_0x145543){return _0x4b43e3+_0x145543;};const _0x296781=_0x47baea;if(_0x296781[_0x52064a(0x1d1)](this['_errorEvents'][_0x52064a(0x1d8)],0x0))return;const _0x23a82c=JSON[_0x52064a(0x1cb)](this[_0x52064a(0x219)]),_0x867bc0=_0x296781[_0x52064a(0x1b3)](_0x23a82c[_0x52064a(0x1d0)](0x1,-0x1),',');fs[_0x52064a(0x1c9)](this[_0x52064a(0x212)],_0x867bc0);}static[a71_0x2ca92c(0x1ad)](){const _0x36a41d=a71_0x2ca92c,_0x18a1d5={};_0x18a1d5[_0x36a41d(0x1f5)]=function(_0x38235f,_0x72bb3a){return _0x38235f>_0x72bb3a;};const _0x56f457=_0x18a1d5;if(!fs[_0x36a41d(0x1ee)](this[_0x36a41d(0x1fc)]))return this[_0x36a41d(0x219)];let _0x1bd150=fs[_0x36a41d(0x1ef)](this[_0x36a41d(0x1fc)])[_0x36a41d(0x217)]();_0x1bd150='['+_0x1bd150[_0x36a41d(0x1d0)](0x0,-0x1)+']';let _0x24b3f6=JSON[_0x36a41d(0x21f)](_0x1bd150);return _0x56f457[_0x36a41d(0x1f5)](this[_0x36a41d(0x219)][_0x36a41d(0x1d8)],0x0)&&(_0x24b3f6=_0x24b3f6[_0x36a41d(0x1ac)](this[_0x36a41d(0x219)])),fs['unlinkSync'](this[_0x36a41d(0x1fc)]),_0x24b3f6;}static['captureError'](_0x5d894f){const _0x563593=a71_0x2ca92c;if(!this['isEnabled']())return;this[_0x563593(0x219)][_0x563593(0x1ca)]({'message':_0x5d894f['message'],'trace':_0x5d894f['stack'],'code':_0x5d894f[_0x563593(0x1e9)]||null,'time':new Date()});}static[a71_0x2ca92c(0x21b)](){const _0x25310b=a71_0x2ca92c,_0x7f46a5={};_0x7f46a5[_0x25310b(0x1aa)]=_0x25310b(0x1cd);const _0x519546=_0x7f46a5;try{if(!this['isEnabled']())return;this[_0x25310b(0x206)][_0x25310b(0x1fb)](),this[_0x25310b(0x1c7)](),this[_0x25310b(0x1c2)]();}catch{logger[_0x25310b(0x1ba)](_0x519546[_0x25310b(0x1aa)]);}}static[a71_0x2ca92c(0x1d3)](){const _0x15f0a3=a71_0x2ca92c,_0x1a58d3=this[_0x15f0a3(0x1d6)](),_0x4797ed=this['finalizeErrors']();if(!this[_0x15f0a3(0x21d)]()){const _0x5e2687={};return _0x5e2687['measures']=[],_0x5e2687['errors']=[],_0x5e2687;}const _0x35051e={};return _0x35051e[_0x15f0a3(0x1f8)]=_0x1a58d3,_0x35051e[_0x15f0a3(0x1de)]=_0x4797ed,_0x35051e;}}module[a71_0x2ca92c(0x1fd)]=PerformanceTester;function a71_0x1c97(){const _0x2c0e57=['entries','_errorEvents','getCleanedPerfEvents','stopMonitoring','XJeXo','isEnabled','then','parse','sxzqe','653778sgKfcZ','WWbgi','buffered','concat','finalizeErrors','map','calculateTimeFromEvents','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','-end','getEventsFromJSON','QPoMk','measureWrapper','duration','meta','error-report.json','stopAndGenerate','_events','debug','</tbody></table></body></html>','ynFKB','./logger','Error\x20in\x20doing\x20csv\x20operations:\x20','forEach','773777gLOKnV','GluVT','pushErrors','\x20for\x20all\x20processes\x20is\x20','finally','jsonReportFileName','udhuP','pushPerfMeasures','started','appendFileSync','push','stringify','bkaDx','Error\x20stopping\x20monitoring','10032687vRKwEZ','generateJSON','slice','CPSGX','qhlrC','finalize','apply','fGlMN','finalizePerfMeasures','UmvgB','length','writeFileSync','unlinkSync','KuInN','4xEkLnt','fpwwN','errors','cTsjO','env','entryType','generateHTMLReport','ILEOC','jOobX','_measureEvents','WFyDL','measure','vzCav','code','name','PQDHm','false','138942cmkOSS','existsSync','readFileSync','<h1>Performance\x20Report</h1>','Time\x20for\x20','./test-observability/utils','emlpf','9876776YQFVDT','qiGSl','gXhqk','7aCZrtX','measures','match','<tr><td>','disconnect','errorReportFileName','exports','join','dFuJx','</td></tr>','VBRUw','getEntries','path','KmJaf','BROWSERSTACK_SDK_INSTRUMENTATION','_observer','kKmca','calculateTimesFromMultipleFiles','performance-own.html','perf_hooks','6476040WhImOY','-start','3648935bGDNBF','writeFile','trEgd','mark','catch','errorFile','gvwVy','SUVCL','bLyYd','cwd','toString'];a71_0x1c97=function(){return _0x2c0e57;};return a71_0x1c97();}
@@ -1 +1 @@
1
- const a72_0xdbe116=a72_0x19b1;(function(_0x2c8213,_0x5cf7be){const _0x40c4c0=a72_0x19b1,_0x412a15=_0x2c8213();while(!![]){try{const _0x4099e0=-parseInt(_0x40c4c0(0x12f))/0x1*(-parseInt(_0x40c4c0(0x117))/0x2)+-parseInt(_0x40c4c0(0x11b))/0x3*(parseInt(_0x40c4c0(0x10d))/0x4)+-parseInt(_0x40c4c0(0x12b))/0x5+-parseInt(_0x40c4c0(0x114))/0x6+parseInt(_0x40c4c0(0x130))/0x7+parseInt(_0x40c4c0(0x11c))/0x8*(-parseInt(_0x40c4c0(0x116))/0x9)+parseInt(_0x40c4c0(0x123))/0xa;if(_0x4099e0===_0x5cf7be)break;else _0x412a15['push'](_0x412a15['shift']());}catch(_0x111a67){_0x412a15['push'](_0x412a15['shift']());}}}(a72_0x2c6c,0x5fa65));function a72_0x2c6c(){const _0x3c36e7=['host','KFfXU','QceGE','now','13601080rejAtJ','request','GVaxU','unpatch','error','headers','restore','jLyAY','757145vdNSuj','duration_ms','hostname','end','246947GUmWxl','339927TVPHkm','status_code','hSqIn','http','TXjkn','exports','uYPwT','20AMEbgB','spy','wDfIX','nVgsE','wwZxE','once','response','2989212nmalSq','method','82566iZuKON','4nVfquQ','path','bBoyL','statusCode','467151RtwLKh','72ZgiwJQ','KfhlI','LBCpF'];a72_0x2c6c=function(){return _0x3c36e7;};return a72_0x2c6c();}function a72_0x19b1(_0x4cb3cf,_0x3ac8f6){const _0x2c6ce2=a72_0x2c6c();return a72_0x19b1=function(_0x19b167,_0x3ed6b6){_0x19b167=_0x19b167-0x107;let _0x5682b=_0x2c6ce2[_0x19b167];return _0x5682b;},a72_0x19b1(_0x4cb3cf,_0x3ac8f6);}const http=require(a72_0xdbe116(0x109)),https=require('https'),monkeypatch=require('monkeypatch');function spy(_0x1d843d){const _0x554b75=a72_0xdbe116,_0x20146b={'nVgsE':function(_0xaed91b,_0x233d60,_0x5cc60f){return _0xaed91b(_0x233d60,_0x5cc60f);},'Czjxa':function(_0x358c5b,..._0x214ec2){return _0x358c5b(..._0x214ec2);},'wDfIX':function(_0x2cf28f,_0x19909e){return _0x2cf28f-_0x19909e;},'LBCpF':function(_0x16f482,_0x1eab06,_0x111604){return _0x16f482(_0x1eab06,_0x111604);},'hSqIn':_0x554b75(0x127),'QceGE':function(_0x101259,_0x42e534,_0x3f578b){return _0x101259(_0x42e534,_0x3f578b);},'wwZxE':_0x554b75(0x113),'GVaxU':'socket','KFfXU':function(_0x3af395,_0x50b7b9,_0x5b5f74,_0x2ffc46){return _0x3af395(_0x50b7b9,_0x5b5f74,_0x2ffc46);},'jLyAY':_0x554b75(0x12e),'dVrtu':function(_0x5185c2,_0x50d4b7,_0x5b4a0,_0x44c544){return _0x5185c2(_0x50d4b7,_0x5b4a0,_0x44c544);},'KfhlI':_0x554b75(0x124),'bBoyL':function(_0x47afbf,_0x221da3,_0x35e81c,_0x1fbc0e){return _0x47afbf(_0x221da3,_0x35e81c,_0x1fbc0e);}},_0x1acae0=(_0xb23f5b,_0xd86fd3,_0x304afe)=>{const _0x3a1646=_0x554b75,_0x3ccb88={'cEswQ':function(_0x24ce50,_0xa4ba49){const _0x1c1c83=a72_0x19b1;return _0x20146b[_0x1c1c83(0x10f)](_0x24ce50,_0xa4ba49);},'TXjkn':function(_0x1d53d4,_0x2c69c0,_0x2dee2f){const _0x2e2a54=a72_0x19b1;return _0x20146b[_0x2e2a54(0x11e)](_0x1d53d4,_0x2c69c0,_0x2dee2f);},'uYPwT':_0x20146b[_0x3a1646(0x108)]},_0x1ff3e3=_0x20146b[_0x3a1646(0x121)](_0xb23f5b,_0xd86fd3,_0x304afe);let _0x1188c8=Date[_0x3a1646(0x122)](),_0x4dacb5;const _0x565fd2=_0x58b2b8=>{const _0x18aaca=_0x3a1646,_0x15cfe5={};_0x15cfe5[_0x18aaca(0x11f)]=_0xd86fd3[_0x18aaca(0x11f)]||_0xd86fd3[_0x18aaca(0x12d)],_0x15cfe5['path']=_0xd86fd3['path'],_0x15cfe5[_0x18aaca(0x115)]=_0xd86fd3[_0x18aaca(0x115)],_0x15cfe5['headers']=_0xd86fd3[_0x18aaca(0x128)],_0x20146b[_0x18aaca(0x110)](_0x1d843d,_0x58b2b8,_0x15cfe5);};return _0x1ff3e3[_0x3a1646(0x112)](_0x20146b[_0x3a1646(0x111)],_0x20afdf=>{const _0x2b034d=_0x3a1646,_0x4628e1=_0x3ccb88['cEswQ'](Date[_0x2b034d(0x122)](),_0x1188c8),_0x4823c0={};_0x4823c0[_0x2b034d(0x12d)]=_0xd86fd3['host']||_0xd86fd3[_0x2b034d(0x12d)],_0x4823c0[_0x2b034d(0x118)]=_0xd86fd3['path'],_0x4823c0['method']=_0xd86fd3[_0x2b034d(0x115)],_0x4823c0[_0x2b034d(0x128)]=_0xd86fd3[_0x2b034d(0x128)],_0x4823c0[_0x2b034d(0x107)]=_0x20afdf[_0x2b034d(0x11a)],_0x4823c0[_0x2b034d(0x12c)]=_0x4628e1,_0x3ccb88[_0x2b034d(0x10a)](_0x1d843d,null,_0x4823c0),_0x4dacb5['removeListener'](_0x3ccb88[_0x2b034d(0x10c)],_0x565fd2);}),_0x1ff3e3['on'](_0x20146b[_0x3a1646(0x125)],_0x381e25=>{const _0x38e2e3=_0x3a1646;_0x4dacb5=_0x381e25,_0x381e25[_0x38e2e3(0x112)](_0x3ccb88[_0x38e2e3(0x10c)],_0x565fd2);}),_0x20146b[_0x3a1646(0x120)](monkeypatch,_0x1ff3e3,_0x20146b[_0x3a1646(0x12a)],(_0x45add2,..._0x17b941)=>{const _0x13323e=_0x3a1646;_0x1188c8=Date[_0x13323e(0x122)](),_0x20146b['Czjxa'](_0x45add2,..._0x17b941);}),_0x1ff3e3;};_0x20146b['dVrtu'](monkeypatch,http,_0x20146b[_0x554b75(0x11d)],_0x1acae0),_0x20146b[_0x554b75(0x119)](monkeypatch,https,_0x20146b[_0x554b75(0x11d)],_0x1acae0);}function restore(){const _0xd402e2=a72_0xdbe116;http[_0xd402e2(0x124)][_0xd402e2(0x126)](),https[_0xd402e2(0x124)]['unpatch']();}const a72_0x42d7d5={};a72_0x42d7d5[a72_0xdbe116(0x10e)]=spy,a72_0x42d7d5[a72_0xdbe116(0x129)]=restore,module[a72_0xdbe116(0x10b)]=a72_0x42d7d5;
1
+ const a72_0x545d23=a72_0x4326;(function(_0x454d85,_0x362be3){const _0x1a7d45=a72_0x4326,_0x492434=_0x454d85();while(!![]){try{const _0x217234=parseInt(_0x1a7d45(0x1dd))/0x1*(-parseInt(_0x1a7d45(0x1d1))/0x2)+parseInt(_0x1a7d45(0x1e4))/0x3+-parseInt(_0x1a7d45(0x1e7))/0x4+-parseInt(_0x1a7d45(0x1dc))/0x5*(-parseInt(_0x1a7d45(0x1c4))/0x6)+-parseInt(_0x1a7d45(0x1ce))/0x7+parseInt(_0x1a7d45(0x1c7))/0x8*(parseInt(_0x1a7d45(0x1db))/0x9)+parseInt(_0x1a7d45(0x1e2))/0xa*(-parseInt(_0x1a7d45(0x1e8))/0xb);if(_0x217234===_0x362be3)break;else _0x492434['push'](_0x492434['shift']());}catch(_0x547c79){_0x492434['push'](_0x492434['shift']());}}}(a72_0x5cb9,0x69537));const http=require(a72_0x545d23(0x1de)),https=require(a72_0x545d23(0x1da)),monkeypatch=require('monkeypatch');function spy(_0x1a0a35){const _0x433cc0=a72_0x545d23,_0x3e9764={'QLLqW':function(_0x39525d,_0x45e21f){return _0x39525d-_0x45e21f;},'PCRzV':function(_0x349018,_0x54035e,_0x107957){return _0x349018(_0x54035e,_0x107957);},'ASKir':'error','aLBMr':function(_0x3134b9,..._0x508730){return _0x3134b9(..._0x508730);},'vTjQB':function(_0x42a831,_0x9c7a28,_0x199731){return _0x42a831(_0x9c7a28,_0x199731);},'TykjD':_0x433cc0(0x1e0),'PODVL':_0x433cc0(0x1cb),'nhojM':function(_0x950afe,_0x371b55,_0x1bd496,_0x492abd){return _0x950afe(_0x371b55,_0x1bd496,_0x492abd);},'MIwlZ':_0x433cc0(0x1d0),'tlfeU':function(_0x2698a7,_0x285e25,_0x51909b,_0x23ad73){return _0x2698a7(_0x285e25,_0x51909b,_0x23ad73);},'uECze':_0x433cc0(0x1d2),'zvggE':function(_0x686555,_0x171c7c,_0x4934e4,_0x45dd39){return _0x686555(_0x171c7c,_0x4934e4,_0x45dd39);}},_0x4728fa=(_0x421b63,_0x2ce55c,_0x5c8644)=>{const _0xb55728=_0x433cc0,_0x222063={'qNUFM':function(_0x1dacc0,_0x650a88,_0x23ed7c){const _0x2e8bc6=a72_0x4326;return _0x3e9764[_0x2e8bc6(0x1ca)](_0x1dacc0,_0x650a88,_0x23ed7c);},'kBMdr':_0x3e9764[_0xb55728(0x1c3)],'nQqZd':function(_0x22c64b,..._0x11c626){return _0x3e9764['aLBMr'](_0x22c64b,..._0x11c626);}},_0x4dff9c=_0x3e9764[_0xb55728(0x1d5)](_0x421b63,_0x2ce55c,_0x5c8644);let _0x50bceb=Date[_0xb55728(0x1cd)](),_0x8e2fe1;const _0x4078b2=_0x127e7c=>{const _0x20de86=_0xb55728,_0xc1c285={};_0xc1c285[_0x20de86(0x1d7)]=_0x2ce55c[_0x20de86(0x1d7)]||_0x2ce55c['hostname'],_0xc1c285[_0x20de86(0x1e5)]=_0x2ce55c[_0x20de86(0x1e5)],_0xc1c285[_0x20de86(0x1d6)]=_0x2ce55c[_0x20de86(0x1d6)],_0xc1c285['headers']=_0x2ce55c[_0x20de86(0x1c8)],_0x222063[_0x20de86(0x1cc)](_0x1a0a35,_0x127e7c,_0xc1c285);};return _0x4dff9c[_0xb55728(0x1e3)](_0x3e9764[_0xb55728(0x1d3)],_0x1b640d=>{const _0x1186aa=_0xb55728,_0x5580c2=_0x3e9764[_0x1186aa(0x1c9)](Date[_0x1186aa(0x1cd)](),_0x50bceb),_0x13b0cf={};_0x13b0cf[_0x1186aa(0x1e1)]=_0x2ce55c['host']||_0x2ce55c[_0x1186aa(0x1e1)],_0x13b0cf[_0x1186aa(0x1e5)]=_0x2ce55c[_0x1186aa(0x1e5)],_0x13b0cf[_0x1186aa(0x1d6)]=_0x2ce55c['method'],_0x13b0cf['headers']=_0x2ce55c[_0x1186aa(0x1c8)],_0x13b0cf['status_code']=_0x1b640d[_0x1186aa(0x1d4)],_0x13b0cf[_0x1186aa(0x1e6)]=_0x5580c2,_0x3e9764[_0x1186aa(0x1ca)](_0x1a0a35,null,_0x13b0cf),_0x8e2fe1[_0x1186aa(0x1c5)](_0x3e9764['ASKir'],_0x4078b2);}),_0x4dff9c['on'](_0x3e9764[_0xb55728(0x1df)],_0x3ee0c0=>{const _0x2e6045=_0xb55728;_0x8e2fe1=_0x3ee0c0,_0x3ee0c0[_0x2e6045(0x1e3)](_0x222063['kBMdr'],_0x4078b2);}),_0x3e9764['nhojM'](monkeypatch,_0x4dff9c,_0x3e9764['MIwlZ'],(_0xf7d8a8,..._0x38ecd5)=>{const _0x4e25ea=_0xb55728;_0x50bceb=Date[_0x4e25ea(0x1cd)](),_0x222063['nQqZd'](_0xf7d8a8,..._0x38ecd5);}),_0x4dff9c;};_0x3e9764['tlfeU'](monkeypatch,http,_0x3e9764[_0x433cc0(0x1d8)],_0x4728fa),_0x3e9764['zvggE'](monkeypatch,https,_0x3e9764[_0x433cc0(0x1d8)],_0x4728fa);}function restore(){const _0x67a82e=a72_0x545d23;http[_0x67a82e(0x1d2)][_0x67a82e(0x1d9)](),https[_0x67a82e(0x1d2)][_0x67a82e(0x1d9)]();}function a72_0x4326(_0x30b806,_0x483246){const _0x5cb96e=a72_0x5cb9();return a72_0x4326=function(_0x43264e,_0x5da282){_0x43264e=_0x43264e-0x1c3;let _0x237523=_0x5cb96e[_0x43264e];return _0x237523;},a72_0x4326(_0x30b806,_0x483246);}const a72_0x17377={};a72_0x17377[a72_0x545d23(0x1c6)]=spy,a72_0x17377['restore']=restore,module[a72_0x545d23(0x1cf)]=a72_0x17377;function a72_0x5cb9(){const _0x6e9c63=['duration_ms','269572gsuXkx','45595aLhvZc','ASKir','36qATivJ','removeListener','spy','1782832CLGlyp','headers','QLLqW','PCRzV','socket','qNUFM','now','555296KrMrVc','exports','end','8106PdJHoE','request','TykjD','statusCode','vTjQB','method','host','uECze','unpatch','https','9QWDXTT','251535uXWKEM','1DhxcSN','http','PODVL','response','hostname','950mHfPSm','once','1353804DfGmQM','path'];a72_0x5cb9=function(){return _0x6e9c63;};return a72_0x5cb9();}
@@ -1 +1 @@
1
- function a73_0x514f(){const _0x17d5b7=['hasOwnProperty','1879787NDhOpY','FfWYh','https:','http','prototype','Agent','pfElr','2222510qQsnhl','exports','qdroB','qwveL','keepAlive','QaBob','call','12GSHvAN','898060jzsVze','cbDKE','globalAgent','request','112045FtCNcT','keepAliveMsecs','31084MDqXQG','8232928XFDSSY','2156232OYgevU','protocol','RxMMD','mnWuI','EwAZX','sHJBY','agent'];a73_0x514f=function(){return _0x17d5b7;};return a73_0x514f();}function a73_0xd633(_0x2b9c95,_0x320531){const _0x514f95=a73_0x514f();return a73_0xd633=function(_0xd6330d,_0x232df5){_0xd6330d=_0xd6330d-0xd4;let _0x2014be=_0x514f95[_0xd6330d];return _0x2014be;},a73_0xd633(_0x2b9c95,_0x320531);}const a73_0x1a5863=a73_0xd633;(function(_0x269aae,_0x3b5f31){const _0x53caca=a73_0xd633,_0x57ff14=_0x269aae();while(!![]){try{const _0x3beb71=-parseInt(_0x53caca(0xe6))/0x1+-parseInt(_0x53caca(0xe2))/0x2+-parseInt(_0x53caca(0xe1))/0x3*(parseInt(_0x53caca(0xe8))/0x4)+parseInt(_0x53caca(0xda))/0x5+-parseInt(_0x53caca(0xea))/0x6+-parseInt(_0x53caca(0xf2))/0x7+parseInt(_0x53caca(0xe9))/0x8;if(_0x3beb71===_0x3b5f31)break;else _0x57ff14['push'](_0x57ff14['shift']());}catch(_0x12896f){_0x57ff14['push'](_0x57ff14['shift']());}}}(a73_0x514f,0x3de6a),module[a73_0x1a5863(0xdb)]=function(){const _0x433049=a73_0x1a5863,_0xc10fda={'qdroB':function(_0x17769f,_0x4911d0){return _0x17769f===_0x4911d0;},'sHJBY':_0x433049(0xd5),'mnWuI':_0x433049(0xf0),'QaBob':function(_0x10a492,_0x207973,_0xf37a6c){return _0x10a492(_0x207973,_0xf37a6c);},'qwveL':function(_0x4e5135,_0x12f371,_0x24b6b7){return _0x4e5135(_0x12f371,_0x24b6b7);},'EwAZX':function(_0x3c73e6,_0xac91e4){return _0x3c73e6(_0xac91e4);},'eTpdu':_0x433049(0xd6),'cbDKE':function(_0x4a4483,_0x372065){return _0x4a4483(_0x372065);},'pfElr':'https','RxMMD':function(_0x1222e3,_0x380d72){return _0x1222e3*_0x380d72;},'FfWYh':'keepAlive'},_0x4ed27d=_0xc10fda[_0x433049(0xee)](require,_0xc10fda['eTpdu']),_0x54550e=_0xc10fda[_0x433049(0xe3)](require,_0xc10fda[_0x433049(0xd9)]),_0x465a67=_0xc10fda[_0x433049(0xec)](0x1e,0x3e8);if(_0x4ed27d[_0x433049(0xe4)]&&Object[_0x433049(0xd7)][_0x433049(0xf1)][_0x433049(0xe0)](_0x4ed27d['globalAgent'],_0xc10fda[_0x433049(0xd4)]))_0x4ed27d[_0x433049(0xe4)][_0x433049(0xde)]=!![],_0x54550e['globalAgent'][_0x433049(0xde)]=!![],_0x4ed27d[_0x433049(0xe4)][_0x433049(0xe7)]=_0x465a67,_0x54550e[_0x433049(0xe4)][_0x433049(0xe7)]=_0x465a67;else{const _0x18cddc={};_0x18cddc[_0x433049(0xde)]=!![],_0x18cddc['keepAliveMsecs']=_0x465a67;const _0x12fa06=new _0x4ed27d[(_0x433049(0xd8))](_0x18cddc),_0x380d15={};_0x380d15[_0x433049(0xde)]=!![],_0x380d15[_0x433049(0xe7)]=_0x465a67;const _0x265aa3=new _0x54550e[(_0x433049(0xd8))](_0x380d15),_0x28d4c1=_0x4ed27d[_0x433049(0xe5)],_0x46d945=_0x54550e[_0x433049(0xe5)];_0x4ed27d[_0x433049(0xe5)]=function(_0x4e0533,_0x6e7931){const _0x4882b4=_0x433049;if(_0xc10fda[_0x4882b4(0xdc)](_0x4e0533[_0x4882b4(0xeb)],_0xc10fda[_0x4882b4(0xef)]))return _0x4e0533[_0xc10fda[_0x4882b4(0xed)]]=_0x265aa3,_0xc10fda[_0x4882b4(0xdf)](_0x46d945,_0x4e0533,_0x6e7931);return _0x4e0533[_0xc10fda[_0x4882b4(0xed)]]=_0x12fa06,_0xc10fda[_0x4882b4(0xdd)](_0x28d4c1,_0x4e0533,_0x6e7931);};}});
1
+ function a73_0x4f09(_0x353be0,_0x11eb7b){const _0x326543=a73_0x3265();return a73_0x4f09=function(_0x4f099f,_0x54fc0d){_0x4f099f=_0x4f099f-0xe6;let _0x2a5a42=_0x326543[_0x4f099f];return _0x2a5a42;},a73_0x4f09(_0x353be0,_0x11eb7b);}const a73_0x1b9a6a=a73_0x4f09;function a73_0x3265(){const _0x5a09fa=['pPcHy','36265704RMQoas','hasOwnProperty','22675NcQmOf','3071460IHjtCV','6163812gXlsvv','142FDRTRP','2358654rlGGZZ','8pVclam','https:','protocol','21ujMAYG','ChbyG','https','1429681eJrTbp','Agent','keepAliveMsecs','http','80qKtFhu','call','request','TbxWt','IWzDV','globalAgent','keepAlive','8336502jojdPj','AhRyx','faWiu','exports','5Phqpvh'];a73_0x3265=function(){return _0x5a09fa;};return a73_0x3265();}(function(_0x3b3eb8,_0x4282a3){const _0x42f507=a73_0x4f09,_0x1d6047=_0x3b3eb8();while(!![]){try{const _0x162472=parseInt(_0x42f507(0xe8))/0x1*(parseInt(_0x42f507(0xeb))/0x2)+-parseInt(_0x42f507(0xec))/0x3+-parseInt(_0x42f507(0xea))/0x4*(-parseInt(_0x42f507(0x102))/0x5)+parseInt(_0x42f507(0xe9))/0x6*(parseInt(_0x42f507(0xf0))/0x7)+-parseInt(_0x42f507(0xed))/0x8*(parseInt(_0x42f507(0xfe))/0x9)+parseInt(_0x42f507(0xf7))/0xa*(parseInt(_0x42f507(0xf3))/0xb)+-parseInt(_0x42f507(0xe6))/0xc;if(_0x162472===_0x4282a3)break;else _0x1d6047['push'](_0x1d6047['shift']());}catch(_0x230af0){_0x1d6047['push'](_0x1d6047['shift']());}}}(a73_0x3265,0xf21fa),module[a73_0x1b9a6a(0x101)]=function(){const _0x2e138b=a73_0x1b9a6a,_0x1a921e={'kXseG':function(_0x17fef6,_0xc32743){return _0x17fef6===_0xc32743;},'agYJu':_0x2e138b(0xee),'ChbyG':'agent','eTsFV':function(_0x57f02c,_0x4d22e1,_0x107290){return _0x57f02c(_0x4d22e1,_0x107290);},'TbxWt':function(_0x3f97f3,_0x3cca85){return _0x3f97f3(_0x3cca85);},'pPcHy':_0x2e138b(0xf6),'AhRyx':function(_0x378645,_0x2c2847){return _0x378645(_0x2c2847);},'IWzDV':_0x2e138b(0xf2),'faWiu':function(_0x5c5d5c,_0x2be4ff){return _0x5c5d5c*_0x2be4ff;},'DJWJr':_0x2e138b(0xfd)},_0x5725d9=_0x1a921e[_0x2e138b(0xfa)](require,_0x1a921e[_0x2e138b(0x103)]),_0x365838=_0x1a921e[_0x2e138b(0xff)](require,_0x1a921e[_0x2e138b(0xfb)]),_0x55bf52=_0x1a921e[_0x2e138b(0x100)](0x1e,0x3e8);if(_0x5725d9[_0x2e138b(0xfc)]&&Object['prototype'][_0x2e138b(0xe7)][_0x2e138b(0xf8)](_0x5725d9[_0x2e138b(0xfc)],_0x1a921e['DJWJr']))_0x5725d9['globalAgent']['keepAlive']=!![],_0x365838[_0x2e138b(0xfc)][_0x2e138b(0xfd)]=!![],_0x5725d9[_0x2e138b(0xfc)][_0x2e138b(0xf5)]=_0x55bf52,_0x365838[_0x2e138b(0xfc)][_0x2e138b(0xf5)]=_0x55bf52;else{const _0x23de3d={};_0x23de3d[_0x2e138b(0xfd)]=!![],_0x23de3d[_0x2e138b(0xf5)]=_0x55bf52;const _0x13ac86=new _0x5725d9['Agent'](_0x23de3d),_0x3fb49d={};_0x3fb49d[_0x2e138b(0xfd)]=!![],_0x3fb49d[_0x2e138b(0xf5)]=_0x55bf52;const _0x55a4d5=new _0x365838[(_0x2e138b(0xf4))](_0x3fb49d),_0x180db1=_0x5725d9['request'],_0x386fed=_0x365838[_0x2e138b(0xf9)];_0x5725d9[_0x2e138b(0xf9)]=function(_0x5265a0,_0x181114){const _0x3ba0b1=_0x2e138b;if(_0x1a921e['kXseG'](_0x5265a0[_0x3ba0b1(0xef)],_0x1a921e['agYJu']))return _0x5265a0[_0x1a921e[_0x3ba0b1(0xf1)]]=_0x55a4d5,_0x1a921e['eTsFV'](_0x386fed,_0x5265a0,_0x181114);return _0x5265a0[_0x1a921e[_0x3ba0b1(0xf1)]]=_0x13ac86,_0x1a921e['eTsFV'](_0x180db1,_0x5265a0,_0x181114);};}});
@@ -1 +1 @@
1
- var a74_0x9546a8=a74_0x5cfc;function a74_0x5cfc(_0x5443b6,_0x207aea){var _0x3ba916=a74_0x3ba9();return a74_0x5cfc=function(_0x5cfcf3,_0x39c5dc){_0x5cfcf3=_0x5cfcf3-0x1b0;var _0x913c6f=_0x3ba916[_0x5cfcf3];return _0x913c6f;},a74_0x5cfc(_0x5443b6,_0x207aea);}function a74_0x3ba9(){var _0xdb7e9f=['MOCHA','CODECEPT','61164FTUlrz','.obs_test_details','Playwright','864GeOBvf','https://collector-observability.browserstack.com','api/v1/event','23239268wvtCrv','exports','2712ObzyzG','1270143gRxkGQ','1212272SuGyIS','mocha','JEST','assign','20udYOei','7317bIXSVn','3035aJIYia','codeceptjs','21ITBrTx','1SZkQAu','jest','4007663VgmvBa','12NbVZlp','PLAYWRIGHT'];a74_0x3ba9=function(){return _0xdb7e9f;};return a74_0x3ba9();}(function(_0x1af341,_0x39dd89){var _0x40e43f=a74_0x5cfc,_0x3b07f2=_0x1af341();while(!![]){try{var _0x4a1ba0=parseInt(_0x40e43f(0x1c2))/0x1*(parseInt(_0x40e43f(0x1b9))/0x2)+parseInt(_0x40e43f(0x1b8))/0x3+parseInt(_0x40e43f(0x1b2))/0x4*(parseInt(_0x40e43f(0x1bf))/0x5)+-parseInt(_0x40e43f(0x1c9))/0x6*(-parseInt(_0x40e43f(0x1c1))/0x7)+-parseInt(_0x40e43f(0x1b7))/0x8*(-parseInt(_0x40e43f(0x1be))/0x9)+-parseInt(_0x40e43f(0x1bd))/0xa*(-parseInt(_0x40e43f(0x1c4))/0xb)+-parseInt(_0x40e43f(0x1c5))/0xc*(parseInt(_0x40e43f(0x1b5))/0xd);if(_0x4a1ba0===_0x39dd89)break;else _0x3b07f2['push'](_0x3b07f2['shift']());}catch(_0x249e58){_0x3b07f2['push'](_0x3b07f2['shift']());}}}(a74_0x3ba9,0x63928));var a74_0x38e7c5={};a74_0x38e7c5[a74_0x9546a8(0x1c6)]=a74_0x9546a8(0x1b1),a74_0x38e7c5[a74_0x9546a8(0x1c7)]=a74_0x9546a8(0x1ba),a74_0x38e7c5[a74_0x9546a8(0x1c8)]=a74_0x9546a8(0x1c0),a74_0x38e7c5[a74_0x9546a8(0x1bb)]=a74_0x9546a8(0x1c3),module[a74_0x9546a8(0x1b6)]={'consoleHolder':Object[a74_0x9546a8(0x1bc)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0x9546a8(0x1b3),'EVENT_ENDPOINT':a74_0x9546a8(0x1b4),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0x9546a8(0x1b0),'FRAMEWORKS':a74_0x38e7c5};
1
+ function a74_0x1d3c(){var _0x2284a8=['53753dXjpBc','api/v1/batch','api/v1/event','JEST','346DrTBHO','jest','CODECEPT','api/v1/screenshots','Playwright','assign','321570JHZgAJ','5TOCThk','384352fHWfnP','codeceptjs','99OFSmmC','638742wxdUtE','https://collector-observability.browserstack.com','3bfuqeD','mocha','MOCHA','2564460OkbfCD','192VaweVw','exports','.obs_test_details','PLAYWRIGHT','997JrHPIB','346689cNEMUJ'];a74_0x1d3c=function(){return _0x2284a8;};return a74_0x1d3c();}function a74_0xc967(_0x5ad971,_0x3c94db){var _0x1d3c34=a74_0x1d3c();return a74_0xc967=function(_0xc96704,_0x43f0c0){_0xc96704=_0xc96704-0xb7;var _0x47ef97=_0x1d3c34[_0xc96704];return _0x47ef97;},a74_0xc967(_0x5ad971,_0x3c94db);}var a74_0x20a491=a74_0xc967;(function(_0x3be304,_0xaae345){var _0x1a400d=a74_0xc967,_0x527dd1=_0x3be304();while(!![]){try{var _0x941548=parseInt(_0x1a400d(0xc0))/0x1*(-parseInt(_0x1a400d(0xc6))/0x2)+parseInt(_0x1a400d(0xb8))/0x3*(parseInt(_0x1a400d(0xce))/0x4)+parseInt(_0x1a400d(0xcd))/0x5*(parseInt(_0x1a400d(0xd1))/0x6)+-parseInt(_0x1a400d(0xc2))/0x7*(-parseInt(_0x1a400d(0xbc))/0x8)+parseInt(_0x1a400d(0xc1))/0x9+parseInt(_0x1a400d(0xcc))/0xa*(-parseInt(_0x1a400d(0xd0))/0xb)+parseInt(_0x1a400d(0xbb))/0xc;if(_0x941548===_0xaae345)break;else _0x527dd1['push'](_0x527dd1['shift']());}catch(_0x11a683){_0x527dd1['push'](_0x527dd1['shift']());}}}(a74_0x1d3c,0x2b415));var a74_0x4a007c={};a74_0x4a007c[a74_0x20a491(0xbf)]=a74_0x20a491(0xca),a74_0x4a007c[a74_0x20a491(0xba)]=a74_0x20a491(0xb9),a74_0x4a007c[a74_0x20a491(0xc8)]=a74_0x20a491(0xcf),a74_0x4a007c[a74_0x20a491(0xc5)]=a74_0x20a491(0xc7),module[a74_0x20a491(0xbd)]={'consoleHolder':Object[a74_0x20a491(0xcb)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0x20a491(0xb7),'EVENT_ENDPOINT':a74_0x20a491(0xc4),'BATCH_ENDPOINT':a74_0x20a491(0xc3),'SCREENSHOT_ENDPOINT':a74_0x20a491(0xc9),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0x20a491(0xbe),'FRAMEWORKS':a74_0x4a007c};