browserstack-node-sdk 1.34.0 → 1.34.1

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 (121) 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-observability.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -1
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/testhub/constants.js +1 -1
  117. package/src/helpers/testhub/testhubHandler.js +1 -1
  118. package/src/helpers/testhub/utils.js +1 -1
  119. package/src/helpers/w3cMapping.js +1 -1
  120. package/src/hubAllocationMethods.js +1 -1
  121. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a63_0x17c4fb=a63_0x4f30;function a63_0x4f30(_0x494f88,_0xec5d67){const _0x217533=a63_0x2175();return a63_0x4f30=function(_0x4f3068,_0x5826da){_0x4f3068=_0x4f3068-0x9c;let _0x27398d=_0x217533[_0x4f3068];return _0x27398d;},a63_0x4f30(_0x494f88,_0xec5d67);}(function(_0x460b1f,_0x28cb43){const _0x10e5df=a63_0x4f30,_0x4357b7=_0x460b1f();while(!![]){try{const _0x2eceae=-parseInt(_0x10e5df(0xba))/0x1+-parseInt(_0x10e5df(0xa8))/0x2+parseInt(_0x10e5df(0xc0))/0x3+-parseInt(_0x10e5df(0xa3))/0x4+-parseInt(_0x10e5df(0xb9))/0x5+-parseInt(_0x10e5df(0xa4))/0x6*(parseInt(_0x10e5df(0xb7))/0x7)+parseInt(_0x10e5df(0xb3))/0x8*(parseInt(_0x10e5df(0xb2))/0x9);if(_0x2eceae===_0x28cb43)break;else _0x4357b7['push'](_0x4357b7['shift']());}catch(_0x214ef0){_0x4357b7['push'](_0x4357b7['shift']());}}}(a63_0x2175,0x42850));const winston=require(a63_0x17c4fb(0xac)),os=require('os'),fs=require('fs'),path=require(a63_0x17c4fb(0xbf)),logDir=a63_0x17c4fb(0xa1);!fs['existsSync'](logDir)&&fs[a63_0x17c4fb(0x9f)](logDir);const a63_0xee0016={};a63_0xee0016[a63_0x17c4fb(0xb5)]=a63_0x17c4fb(0xa2);const transports={'loggerConsole':new winston[(a63_0x17c4fb(0xb6))][(a63_0x17c4fb(0x9e))](a63_0xee0016),'loggerFile':new winston[(a63_0x17c4fb(0xb6))][(a63_0x17c4fb(0xa7))]({'filename':path[a63_0x17c4fb(0xa5)](logDir,'/usage.log')}),'debugLoggerFile':new winston[(a63_0x17c4fb(0xb6))][(a63_0x17c4fb(0xa7))]({'filename':path[a63_0x17c4fb(0xa5)](logDir,a63_0x17c4fb(0xb4)),'level':a63_0x17c4fb(0xa6)})},a63_0xdc0ba8={};a63_0xdc0ba8[a63_0x17c4fb(0xae)]=a63_0x17c4fb(0xb8);const a63_0xd237bb={};a63_0xd237bb['level']=!![];const winstonLoggerParams={'format':winston[a63_0x17c4fb(0xae)][a63_0x17c4fb(0xaf)](winston[a63_0x17c4fb(0xae)]['timestamp'](a63_0xdc0ba8),winston[a63_0x17c4fb(0xae)]['colorize'](a63_0xd237bb),winston[a63_0x17c4fb(0xae)][a63_0x17c4fb(0x9c)](_0x3d97d3=>_0x3d97d3[a63_0x17c4fb(0xb1)]+a63_0x17c4fb(0xa9)+_0x3d97d3['level']+':\x20'+_0x3d97d3[a63_0x17c4fb(0xbc)])),'transports':[transports[a63_0x17c4fb(0xbb)],transports['loggerFile'],transports[a63_0x17c4fb(0xbd)]]},a63_0x2c78fd={};a63_0x2c78fd[a63_0x17c4fb(0xae)]='YYYY-MM-DD\x20HH:mm:ss';const a63_0x3bff25={};function a63_0x2175(){const _0x37ee29=['8lhzWeh','/usage-debug.log','name','transports','35uyUNdQ','YYYY-MM-DD\x20HH:mm:ss','467070hIhFfT','415551WZIJik','loggerConsole','message','debugLoggerFile','fileLogger','path','1032687MJDEgV','printf','colorize','Console','mkdirSync','logDir','log','console.info','1626388Dmorgi','287610CSwsDh','join','silly','File','603510oYfzZF','\x20-\x20','level','winstonLogger','winston','createLogger','format','combine','loggerFile','timestamp','12467043MXNtWX'];a63_0x2175=function(){return _0x37ee29;};return a63_0x2175();}a63_0x3bff25['level']=!![];const winstonFileLoggerParams={'format':winston[a63_0x17c4fb(0xae)][a63_0x17c4fb(0xaf)](winston[a63_0x17c4fb(0xae)][a63_0x17c4fb(0xb1)](a63_0x2c78fd),winston[a63_0x17c4fb(0xae)][a63_0x17c4fb(0x9d)](a63_0x3bff25),winston['format'][a63_0x17c4fb(0x9c)](_0x2da8dd=>_0x2da8dd[a63_0x17c4fb(0xaa)]+':\x20'+_0x2da8dd[a63_0x17c4fb(0xbc)])),'transports':[transports[a63_0x17c4fb(0xb0)],transports[a63_0x17c4fb(0xbd)]]};exports[a63_0x17c4fb(0xab)]=new winston[(a63_0x17c4fb(0xad))](winstonLoggerParams),exports[a63_0x17c4fb(0xbe)]=new winston[(a63_0x17c4fb(0xad))](winstonFileLoggerParams),exports[a63_0x17c4fb(0xa0)]=logDir,exports[a63_0x17c4fb(0xb6)]=transports;
1
+ const a63_0x4ad151=a63_0x2ba3;(function(_0x274c09,_0x566993){const _0x563423=a63_0x2ba3,_0x242d7d=_0x274c09();while(!![]){try{const _0x173e3b=parseInt(_0x563423(0x93))/0x1+-parseInt(_0x563423(0xb4))/0x2*(parseInt(_0x563423(0x98))/0x3)+-parseInt(_0x563423(0xab))/0x4+parseInt(_0x563423(0x9d))/0x5*(parseInt(_0x563423(0x9e))/0x6)+-parseInt(_0x563423(0xb0))/0x7+parseInt(_0x563423(0xa7))/0x8+parseInt(_0x563423(0xaf))/0x9;if(_0x173e3b===_0x566993)break;else _0x242d7d['push'](_0x242d7d['shift']());}catch(_0x42df25){_0x242d7d['push'](_0x242d7d['shift']());}}}(a63_0x1dde,0x78a05));const winston=require(a63_0x4ad151(0xac)),os=require('os'),fs=require('fs'),path=require(a63_0x4ad151(0x90)),logDir=a63_0x4ad151(0xa3);!fs[a63_0x4ad151(0xa6)](logDir)&&fs[a63_0x4ad151(0x9a)](logDir);const a63_0x20d5e6={};a63_0x20d5e6[a63_0x4ad151(0xaa)]=a63_0x4ad151(0x95);function a63_0x2ba3(_0x4812e4,_0x5af55e){const _0x1ddeea=a63_0x1dde();return a63_0x2ba3=function(_0x2ba34e,_0x3474db){_0x2ba34e=_0x2ba34e-0x8f;let _0x508489=_0x1ddeea[_0x2ba34e];return _0x508489;},a63_0x2ba3(_0x4812e4,_0x5af55e);}const transports={'loggerConsole':new winston[(a63_0x4ad151(0x99))][(a63_0x4ad151(0xa0))](a63_0x20d5e6),'loggerFile':new winston[(a63_0x4ad151(0x99))]['File']({'filename':path[a63_0x4ad151(0x9b)](logDir,a63_0x4ad151(0x8f))}),'debugLoggerFile':new winston[(a63_0x4ad151(0x99))][(a63_0x4ad151(0xa5))]({'filename':path['join'](logDir,a63_0x4ad151(0x9f)),'level':a63_0x4ad151(0xa8)})},a63_0xdcf73c={};a63_0xdcf73c[a63_0x4ad151(0x91)]=a63_0x4ad151(0xa4);const a63_0xb6f43d={};function a63_0x1dde(){const _0x7be8ce=['existsSync','5567256LzTcxq','silly','createLogger','name','636044ihpFSX','winston','loggerFile','fileLogger','3997278Vsbsyd','4465832WNgsQC','debugLoggerFile','combine','timestamp','38fbZYBB','colorize','/usage.log','path','format','loggerConsole','625401jQZNSl','message','console.info','winstonLogger','\x20-\x20','112482InBnnC','transports','mkdirSync','join','logDir','470nUkYmu','15192bCbThD','/usage-debug.log','Console','printf','level','log','YYYY-MM-DD\x20HH:mm:ss','File'];a63_0x1dde=function(){return _0x7be8ce;};return a63_0x1dde();}a63_0xb6f43d['level']=!![];const winstonLoggerParams={'format':winston[a63_0x4ad151(0x91)]['combine'](winston[a63_0x4ad151(0x91)][a63_0x4ad151(0xb3)](a63_0xdcf73c),winston[a63_0x4ad151(0x91)][a63_0x4ad151(0xb5)](a63_0xb6f43d),winston[a63_0x4ad151(0x91)][a63_0x4ad151(0xa1)](_0x4bfbc1=>_0x4bfbc1[a63_0x4ad151(0xb3)]+a63_0x4ad151(0x97)+_0x4bfbc1[a63_0x4ad151(0xa2)]+':\x20'+_0x4bfbc1[a63_0x4ad151(0x94)])),'transports':[transports[a63_0x4ad151(0x92)],transports[a63_0x4ad151(0xad)],transports[a63_0x4ad151(0xb1)]]},a63_0x11db8b={};a63_0x11db8b[a63_0x4ad151(0x91)]=a63_0x4ad151(0xa4);const a63_0x23a769={};a63_0x23a769[a63_0x4ad151(0xa2)]=!![];const winstonFileLoggerParams={'format':winston['format'][a63_0x4ad151(0xb2)](winston['format'][a63_0x4ad151(0xb3)](a63_0x11db8b),winston['format']['colorize'](a63_0x23a769),winston[a63_0x4ad151(0x91)][a63_0x4ad151(0xa1)](_0x5d0dc4=>_0x5d0dc4[a63_0x4ad151(0xa2)]+':\x20'+_0x5d0dc4['message'])),'transports':[transports[a63_0x4ad151(0xad)],transports[a63_0x4ad151(0xb1)]]};exports[a63_0x4ad151(0x96)]=new winston[(a63_0x4ad151(0xa9))](winstonLoggerParams),exports[a63_0x4ad151(0xae)]=new winston[(a63_0x4ad151(0xa9))](winstonFileLoggerParams),exports[a63_0x4ad151(0x9c)]=logDir,exports[a63_0x4ad151(0x99)]=transports;
@@ -1 +1 @@
1
- function a64_0x1646(){var _0x11b336=['patchScreenshot','quitCount_','then','bs:addLog:','4341348wWOxFJ','overrideTakeScreenshot','takeScreenshot','14UnEfwX','initScreenshot','XOhTo','toISOString','split','2jXwPYt','dbeLg','pDSxl','LHHfq','JvGDO','1|4|2|0|3|5','uZYsm','1092821OhpnKW','initQuit','3818553HmymcO','4388885zxcUZZ','396462ILFKVe','7742390BDFhIO','overrideQuit','eqdmt','BhvGt','uDnSf','quit','emit','TDtMP','patchQuit','TEST_SCREENSHOT','2|1|4|3|0','dNXGL','BS_TESTOPS_ALLOW_SCREENSHOTS','eRHBj','36MrUKDm','1965352ZXOEOL'];a64_0x1646=function(){return _0x11b336;};return a64_0x1646();}function a64_0x37c0(_0x4a793e,_0x16776c){var _0x164648=a64_0x1646();return a64_0x37c0=function(_0x37c0a7,_0x5f06dd){_0x37c0a7=_0x37c0a7-0xfd;var _0x2b0f74=_0x164648[_0x37c0a7];return _0x2b0f74;},a64_0x37c0(_0x4a793e,_0x16776c);}var a64_0x27a9bf=a64_0x37c0;(function(_0x47be65,_0x20aae9){var _0x1d644c=a64_0x37c0,_0x191da5=_0x47be65();while(!![]){try{var _0x399548=parseInt(_0x1d644c(0x111))/0x1+parseInt(_0x1d644c(0x10a))/0x2*(parseInt(_0x1d644c(0x113))/0x3)+parseInt(_0x1d644c(0x102))/0x4+-parseInt(_0x1d644c(0x114))/0x5+parseInt(_0x1d644c(0x115))/0x6*(-parseInt(_0x1d644c(0x105))/0x7)+-parseInt(_0x1d644c(0xfd))/0x8*(parseInt(_0x1d644c(0x124))/0x9)+-parseInt(_0x1d644c(0x116))/0xa;if(_0x399548===_0x20aae9)break;else _0x191da5['push'](_0x191da5['shift']());}catch(_0x252cba){_0x191da5['push'](_0x191da5['shift']());}}}(a64_0x1646,0xa7083),exports[a64_0x27a9bf(0x103)]=_0x4521e9=>{var _0x3586a5=a64_0x27a9bf,_0x582c15={'vehNQ':_0x3586a5(0x10f),'uZYsm':_0x3586a5(0x11f),'JvGDO':function(_0x37909d,_0x3fa63a){return _0x37909d(_0x3fa63a);},'dbeLg':function(_0x56cf90,_0x4d30b3){return _0x56cf90!==_0x4d30b3;},'LHHfq':'true'},_0x203d6b=_0x582c15['vehNQ'][_0x3586a5(0x109)]('|'),_0x4f15ae=0x0;while(!![]){switch(_0x203d6b[_0x4f15ae++]){case'0':_0x4521e9[_0x3586a5(0xfe)]=!![];continue;case'1':var _0x6ee261={'OIvDL':_0x582c15[_0x3586a5(0x110)],'TDtMP':function(_0x5b2782,_0xd9d9da){var _0x2aa558=_0x3586a5;return _0x582c15[_0x2aa558(0x10e)](_0x5b2782,_0xd9d9da);}};continue;case'2':if(_0x4521e9[_0x3586a5(0xfe)])return;continue;case'3':_0x4521e9['initScreenshot']=_0x4521e9[_0x3586a5(0x104)];continue;case'4':if(_0x582c15[_0x3586a5(0x10b)](process['env'][_0x3586a5(0x122)],_0x582c15[_0x3586a5(0x10d)]))return;continue;case'5':_0x4521e9['takeScreenshot']=()=>{var _0x190b04={'dNXGL':_0x6ee261['OIvDL'],'eRHBj':function(_0x536777,_0xc97179){var _0x39f819=a64_0x37c0;return _0x6ee261[_0x39f819(0x11d)](_0x536777,_0xc97179);}};return new Promise(function(_0x54cb84,_0x576f81){var _0x37a530=a64_0x37c0,_0x1e8f30={'BhvGt':_0x190b04[_0x37a530(0x121)],'XOhTo':function(_0x511760,_0x2ef407){var _0x14dd07=_0x37a530;return _0x190b04[_0x14dd07(0x123)](_0x511760,_0x2ef407);}};_0x4521e9[_0x37a530(0x106)]()[_0x37a530(0x100)](_0x3814ad=>{var _0x46667f=_0x37a530;process[_0x46667f(0x11c)](_0x46667f(0x101)+process['pid'],{'timestamp':new Date()[_0x46667f(0x108)](),'message':_0x3814ad,'kind':_0x1e8f30[_0x46667f(0x119)]}),_0x1e8f30[_0x46667f(0x107)](_0x54cb84,_0x3814ad);});});};continue;}break;}},exports[a64_0x27a9bf(0x117)]=(_0x5a2f1e,_0x2f08d0=null)=>{var _0x5c8d91=a64_0x27a9bf,_0x1c4983={'pDSxl':_0x5c8d91(0x120),'eqdmt':function(_0x16599e){return _0x16599e();},'uDnSf':function(_0x324b33,_0x4fb875){return _0x324b33>_0x4fb875;}},_0x42b58f=_0x1c4983[_0x5c8d91(0x10c)][_0x5c8d91(0x109)]('|'),_0x12e99b=0x0;while(!![]){switch(_0x42b58f[_0x12e99b++]){case'0':_0x5a2f1e[_0x5c8d91(0x11b)]=()=>{var _0x9533e8=_0x5c8d91;if(_0x2f08d0){_0x2f08d0[_0x9533e8(0xff)]+=0x1;if(_0x38d9e9['lgfKd'](_0x2f08d0['quitCount_'],0x1))return _0x5a2f1e[_0x9533e8(0x112)]();}else{_0x5a2f1e[_0x9533e8(0xff)]+=0x1;if(_0x38d9e9['lgfKd'](_0x5a2f1e['quitCount_'],0x1))return _0x5a2f1e['initQuit']();}return new Promise(function(_0x2793ac){_0x38d9e9['TigXa'](_0x2793ac);});};continue;case'1':if(_0x5a2f1e[_0x5c8d91(0x11e)])return;continue;case'2':var _0x38d9e9={'TigXa':function(_0x17cf10){var _0x14e805=_0x5c8d91;return _0x1c4983[_0x14e805(0x118)](_0x17cf10);},'lgfKd':function(_0x6bb0f,_0x3a8d08){var _0x17322f=_0x5c8d91;return _0x1c4983[_0x17322f(0x11a)](_0x6bb0f,_0x3a8d08);}};continue;case'3':_0x5a2f1e[_0x5c8d91(0x112)]=_0x5a2f1e[_0x5c8d91(0x11b)];continue;case'4':_0x5a2f1e[_0x5c8d91(0x11e)]=!![];continue;}break;}});
1
+ function a64_0x39b8(_0x98ad4e,_0x5228d7){var _0x1ea30e=a64_0x1ea3();return a64_0x39b8=function(_0x39b8bf,_0x11b68b){_0x39b8bf=_0x39b8bf-0x193;var _0x251ece=_0x1ea30e[_0x39b8bf];return _0x251ece;},a64_0x39b8(_0x98ad4e,_0x5228d7);}var a64_0x31d428=a64_0x39b8;(function(_0x4d8f59,_0x33cd85){var _0x25bc3d=a64_0x39b8,_0xe73d2c=_0x4d8f59();while(!![]){try{var _0x2bd8e4=-parseInt(_0x25bc3d(0x193))/0x1+-parseInt(_0x25bc3d(0x1b7))/0x2*(-parseInt(_0x25bc3d(0x197))/0x3)+-parseInt(_0x25bc3d(0x1b5))/0x4*(-parseInt(_0x25bc3d(0x1b2))/0x5)+-parseInt(_0x25bc3d(0x1ad))/0x6*(-parseInt(_0x25bc3d(0x1a1))/0x7)+-parseInt(_0x25bc3d(0x19c))/0x8*(parseInt(_0x25bc3d(0x1ba))/0x9)+-parseInt(_0x25bc3d(0x19f))/0xa+parseInt(_0x25bc3d(0x19b))/0xb;if(_0x2bd8e4===_0x33cd85)break;else _0xe73d2c['push'](_0xe73d2c['shift']());}catch(_0x262e7a){_0xe73d2c['push'](_0xe73d2c['shift']());}}}(a64_0x1ea3,0x94b79),exports[a64_0x31d428(0x1ae)]=_0x49032b=>{var _0x41c792=a64_0x31d428,_0x1353b8={'icqeO':_0x41c792(0x1af),'JJRWU':function(_0x27843c,_0x54f1a8){return _0x27843c!==_0x54f1a8;},'GJWfL':_0x41c792(0x1b9),'UKETb':_0x41c792(0x1a0),'uxFJY':function(_0x2b408c,_0x54d31c){return _0x2b408c(_0x54d31c);}},_0x46801e=_0x1353b8[_0x41c792(0x1a2)][_0x41c792(0x1b1)]('|'),_0x29fb0b=0x0;while(!![]){switch(_0x46801e[_0x29fb0b++]){case'0':_0x49032b[_0x41c792(0x1a3)]=()=>{var _0x38f3f8=_0x41c792,_0xed6053={'cYJyb':_0x593bc3[_0x38f3f8(0x1a5)],'xzGKp':function(_0x13af77,_0xdd07c1){return _0x593bc3['HCpHE'](_0x13af77,_0xdd07c1);}};return new Promise(function(_0x3be6ca,_0x5cacbe){var _0x166d4e=_0x38f3f8;_0x49032b[_0x166d4e(0x1a4)]()[_0x166d4e(0x194)](_0x33ec25=>{var _0xa4bcb=_0x166d4e;process[_0xa4bcb(0x199)](_0xa4bcb(0x198)+process[_0xa4bcb(0x19e)],{'timestamp':new Date()['toISOString'](),'message':_0x33ec25,'kind':_0xed6053[_0xa4bcb(0x1a9)]}),_0xed6053['xzGKp'](_0x3be6ca,_0x33ec25);});});};continue;case'1':_0x49032b[_0x41c792(0x1a4)]=_0x49032b[_0x41c792(0x1a3)];continue;case'2':if(_0x1353b8['JJRWU'](process[_0x41c792(0x1aa)][_0x41c792(0x1ac)],_0x1353b8[_0x41c792(0x19d)]))return;continue;case'3':var _0x593bc3={'jjIeu':_0x1353b8[_0x41c792(0x1b6)],'HCpHE':function(_0xa49c28,_0x918fdc){var _0x14afd1=_0x41c792;return _0x1353b8[_0x14afd1(0x1a7)](_0xa49c28,_0x918fdc);}};continue;case'4':if(_0x49032b['patchScreenshot'])return;continue;case'5':_0x49032b['patchScreenshot']=!![];continue;}break;}},exports[a64_0x31d428(0x1a8)]=(_0x171761,_0x58f66f=null)=>{var _0x58b26b=a64_0x31d428,_0x5bb556={'sTCEK':_0x58b26b(0x195),'IfOsq':function(_0x462b34){return _0x462b34();},'dvfzc':function(_0x187cfa,_0x56fdbd){return _0x187cfa>_0x56fdbd;},'ZAAdw':function(_0x4e346a,_0x3d50fb){return _0x4e346a>_0x3d50fb;}},_0x2c8197=_0x5bb556['sTCEK'][_0x58b26b(0x1b1)]('|'),_0x16c02c=0x0;while(!![]){switch(_0x2c8197[_0x16c02c++]){case'0':_0x171761[_0x58b26b(0x1b3)]=!![];continue;case'1':_0x171761[_0x58b26b(0x1ab)]=_0x171761[_0x58b26b(0x196)];continue;case'2':if(_0x171761[_0x58b26b(0x1b3)])return;continue;case'3':var _0x2f60f4={'RytKJ':function(_0xdb77af){return _0x5bb556['IfOsq'](_0xdb77af);},'ZvyNj':function(_0x49e0a9,_0xfc8748){return _0x5bb556['dvfzc'](_0x49e0a9,_0xfc8748);},'XGPhO':function(_0x2e5f79,_0x57c4cf){var _0x27be47=_0x58b26b;return _0x5bb556[_0x27be47(0x1b4)](_0x2e5f79,_0x57c4cf);}};continue;case'4':_0x171761['quit']=()=>{var _0x32b1b8=_0x58b26b;if(_0x58f66f){_0x58f66f[_0x32b1b8(0x1b8)]+=0x1;if(_0x2f60f4[_0x32b1b8(0x1b0)](_0x58f66f[_0x32b1b8(0x1b8)],0x1))return _0x171761[_0x32b1b8(0x1ab)]();}else{_0x171761[_0x32b1b8(0x1b8)]+=0x1;if(_0x2f60f4[_0x32b1b8(0x1a6)](_0x171761[_0x32b1b8(0x1b8)],0x1))return _0x171761[_0x32b1b8(0x1ab)]();}return new Promise(function(_0x3eb8c9){var _0xd3a870=_0x32b1b8;_0x2f60f4[_0xd3a870(0x19a)](_0x3eb8c9);});};continue;}break;}});function a64_0x1ea3(){var _0x400053=['split','5ckMWPH','patchQuit','ZAAdw','1829876OSKbdX','UKETb','34876VDASXf','quitCount_','true','9VAZOhD','367289xCocWO','then','3|2|0|1|4','quit','147SJAjwz','bs:addLog:','emit','RytKJ','13956624PVXcrR','9486584VHtVbw','GJWfL','pid','4298870kpPYqC','TEST_SCREENSHOT','77wvekBJ','icqeO','takeScreenshot','initScreenshot','jjIeu','XGPhO','uxFJY','overrideQuit','cYJyb','env','initQuit','BS_TESTOPS_ALLOW_SCREENSHOTS','6234FYrvQR','overrideTakeScreenshot','3|2|4|5|1|0','ZvyNj'];a64_0x1ea3=function(){return _0x400053;};return a64_0x1ea3();}
@@ -1 +1 @@
1
- const a65_0x4502cc=a65_0x2039;function a65_0x2039(_0x816387,_0x4684f7){const _0x46cbe4=a65_0x46cb();return a65_0x2039=function(_0x2039a4,_0x35ab9f){_0x2039a4=_0x2039a4-0x1c6;let _0x1d4cea=_0x46cbe4[_0x2039a4];return _0x1d4cea;},a65_0x2039(_0x816387,_0x4684f7);}(function(_0x237c53,_0x3933d3){const _0x40737a=a65_0x2039,_0x441b99=_0x237c53();while(!![]){try{const _0x459135=parseInt(_0x40737a(0x1f2))/0x1*(parseInt(_0x40737a(0x200))/0x2)+parseInt(_0x40737a(0x206))/0x3+-parseInt(_0x40737a(0x1c9))/0x4+parseInt(_0x40737a(0x1ea))/0x5+-parseInt(_0x40737a(0x1eb))/0x6*(-parseInt(_0x40737a(0x205))/0x7)+parseInt(_0x40737a(0x204))/0x8*(-parseInt(_0x40737a(0x1d4))/0x9)+parseInt(_0x40737a(0x1fa))/0xa*(-parseInt(_0x40737a(0x1ef))/0xb);if(_0x459135===_0x3933d3)break;else _0x441b99['push'](_0x441b99['shift']());}catch(_0x683e40){_0x441b99['push'](_0x441b99['shift']());}}}(a65_0x46cb,0x2b0dd));function a65_0x46cb(){const _0x438fa6=['763396NLHNZm','percy.json','close','percyOptions','isRunning','join','./PercyBinary','HVKev','Error\x20creating\x20percy\x20config:\x20','version','isProcessRunning','882OBwwlH','child_process','winstonLogger','createWriteStream','path','CgWni','error','sNIQS','env','PERCY_SERVER_ADDRESS','kfprK','eRhGo','GET','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','percy.log','tmpdir','../logger','XJYxY','stringify','ENV_VAR','percy/healthcheck','debug','449105NCUMnT','2096148flVfDu','../../helpers/testhub/constants','stop','exports','4039783yybPxZ','start','healthcheck','10kPqQUf','Percy\x20config\x20created\x20at\x20','projectName','jClxJ','ViLpg','http://localhost:5338','nmNch','assign','10peXabD','mbBLK','app','Percy\x20healthcheck\x20successful','exec','xhkiC','46838SkIsWv','api/app_percy/get_project_token?name=','stderr','dbqda','1744VldQaO','7PWPQIU','247338rUyHGl','wJTFR','data','exec:stop','Percy\x20fetch\x20token\x20success','pipe','gkRFi','createPercyConfig','flags','fetchPercyToken','yDLGJ'];a65_0x46cb=function(){return _0x438fa6;};return a65_0x46cb();}const fs=require('fs'),path=require(a65_0x4502cc(0x1d8)),os=require('os'),{spawn}=require(a65_0x4502cc(0x1d5)),helper=require('../helper'),logger=require(a65_0x4502cc(0x1e4))[a65_0x4502cc(0x1d6)],{logDir}=require(a65_0x4502cc(0x1e4)),testHubConstants=require(a65_0x4502cc(0x1ec)),PercyBinary=require(a65_0x4502cc(0x1cf));class Percy{#logfile=path['join'](logDir,a65_0x4502cc(0x1e2));#address=process['env'][a65_0x4502cc(0x1dd)]||a65_0x4502cc(0x1f7);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a65_0x4502cc(0x1d3)]=![];constructor(_0xd776c6){const _0x36902d=a65_0x4502cc;this.#config=_0xd776c6,!!_0xd776c6[_0x36902d(0x1fc)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x1ecd87=new PercyBinary();this.#binaryPath=await _0x1ecd87['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x561806){return new Promise(_0x3bf84f=>setTimeout(_0x3bf84f,_0x561806));}async['healthcheck'](){const _0x375e64=a65_0x4502cc,_0x5d0338={};_0x5d0338[_0x375e64(0x1d0)]='GET',_0x5d0338[_0x375e64(0x207)]=_0x375e64(0x1e8);const _0x2c8574=_0x5d0338;try{const _0x56d71e=await helper['nodeRequest'](_0x2c8574[_0x375e64(0x1d0)],_0x2c8574['wJTFR'],null,null,this.#address);if(_0x56d71e)return!![];}catch(_0xa81e5d){return![];}}async[a65_0x4502cc(0x1f0)](){const _0x38071a=a65_0x4502cc,_0x8c0d05={'gkRFi':'app:exec','KgWMZ':_0x38071a(0x1fe),'eRhGo':function(_0x34a185,_0x43ff89,_0x4f3f94,_0x162614){return _0x34a185(_0x43ff89,_0x4f3f94,_0x162614);},'kfprK':_0x38071a(0x1cb),'lmoIU':_0x38071a(0x1fd)},_0x471525=await this.#getBinaryPath(),_0x3f776a={};_0x3f776a[_0x38071a(0x1c6)]='a';const _0x233990=fs[_0x38071a(0x1d7)](this.#logfile,_0x3f776a),_0x548865=await this[_0x38071a(0x1c7)](),_0x4a9842=await this[_0x38071a(0x20d)]();if(!_0x548865)return![];const _0x3b9c36=[(this.#isApp?_0x8c0d05[_0x38071a(0x20c)]:_0x8c0d05['KgWMZ'])+':start'];_0x4a9842&&_0x3b9c36['push']('-c',_0x4a9842);this.#proc=_0x8c0d05[_0x38071a(0x1df)](spawn,_0x471525,_0x3b9c36,{'env':Object[_0x38071a(0x1f9)](process[_0x38071a(0x1dc)],{'PERCY_TOKEN':_0x548865,'TH_BUILD_UUID':process[_0x38071a(0x1dc)][testHubConstants[_0x38071a(0x1e7)]['BROWSERSTACK_TESTHUB_UUID']]})}),this.#proc['stdout'][_0x38071a(0x20b)](_0x233990),this.#proc[_0x38071a(0x202)][_0x38071a(0x20b)](_0x233990),this['isProcessRunning']=!![];var _0x3e639d=this;this.#proc['on'](_0x8c0d05[_0x38071a(0x1de)],function(_0x2fd91b){const _0xc73a39=_0x38071a;_0x3e639d[_0xc73a39(0x1d3)]=![];});do{const _0x436b67=await this[_0x38071a(0x1f1)]();if(_0x436b67)return logger['debug'](_0x8c0d05['lmoIU']),!![];await this.#sleep(0x3e8);}while(this[_0x38071a(0x1d3)]);return![];}async[a65_0x4502cc(0x1ed)](){const _0x1093f2=a65_0x4502cc,_0x5cbb53={'ViLpg':function(_0x5ca1d2,_0x3a1bc0){return _0x5ca1d2(_0x3a1bc0);},'xhkiC':function(_0x27da07,_0x393b13,_0x467378){return _0x27da07(_0x393b13,_0x467378);},'nmNch':_0x1093f2(0x209),'PhGTZ':_0x1093f2(0x1cb)},_0x57983a=await this.#getBinaryPath();return new Promise((_0x101231,_0x4a74ef)=>{const _0x341902=_0x1093f2,_0x21b556=_0x5cbb53[_0x341902(0x1ff)](spawn,_0x57983a,[_0x5cbb53[_0x341902(0x1f8)]]);_0x21b556['on'](_0x5cbb53['PhGTZ'],_0x22bf71=>{const _0x51c566=_0x341902;this[_0x51c566(0x1d3)]=![],_0x5cbb53[_0x51c566(0x1f6)](_0x101231,_0x22bf71);});});}[a65_0x4502cc(0x1cd)](){return this['isProcessRunning'];}async[a65_0x4502cc(0x1c7)](){const _0x3210e3=a65_0x4502cc,_0x5004d7={};_0x5004d7[_0x3210e3(0x1d9)]=_0x3210e3(0x1fc),_0x5004d7[_0x3210e3(0x1db)]='automate',_0x5004d7[_0x3210e3(0x1e5)]=_0x3210e3(0x1e0),_0x5004d7[_0x3210e3(0x1fb)]=_0x3210e3(0x20a);const _0x2c48e3=_0x5004d7,_0x3bb4ca=this.#config[_0x3210e3(0x1f4)];try{const _0x455ab3=this.#isApp?_0x2c48e3[_0x3210e3(0x1d9)]:_0x2c48e3['sNIQS'],_0x27e512=await helper['nodeRequest'](_0x2c48e3['XJYxY'],_0x3210e3(0x201)+_0x3bb4ca+'&type='+_0x455ab3,{},this.#config),_0x3c12d2=_0x27e512[_0x3210e3(0x208)];return logger[_0x3210e3(0x1e9)](_0x2c48e3['mbBLK']),_0x3c12d2['token'];}catch(_0x2f2ec6){return logger[_0x3210e3(0x1da)](_0x3210e3(0x1e1)+_0x2f2ec6),null;}}async[a65_0x4502cc(0x20d)](){const _0x39f1fa=a65_0x4502cc,_0x3846e2={'dbqda':function(_0x32c512,_0x3269d5){return _0x32c512(_0x3269d5);},'jClxJ':function(_0x39f3b8,_0x36e397){return _0x39f3b8+_0x36e397;},'yDLGJ':_0x39f1fa(0x1f3),'JBaPv':_0x39f1fa(0x1ca)};if(!this.#config['percyOptions'])return null;const _0x417d83=path[_0x39f1fa(0x1ce)](os[_0x39f1fa(0x1e3)](),_0x3846e2['JBaPv']),_0x406a54=this.#config[_0x39f1fa(0x1cc)];return!_0x406a54[_0x39f1fa(0x1d2)]&&(_0x406a54[_0x39f1fa(0x1d2)]='2'),new Promise((_0x22e077,_0x9d9b69)=>{const _0x136098=_0x39f1fa;fs['writeFile'](_0x417d83,JSON[_0x136098(0x1e6)](_0x406a54),_0xb1470c=>{const _0x7357d7=_0x136098;_0xb1470c&&(logger[_0x7357d7(0x1da)](_0x7357d7(0x1d1)+_0xb1470c),_0x3846e2[_0x7357d7(0x203)](_0x22e077,null)),logger[_0x7357d7(0x1e9)](_0x3846e2[_0x7357d7(0x1f5)](_0x3846e2[_0x7357d7(0x1c8)],_0x417d83)),_0x3846e2[_0x7357d7(0x203)](_0x22e077,_0x417d83);});});}}module[a65_0x4502cc(0x1ee)]=Percy;
1
+ const a65_0x5ec023=a65_0x404a;(function(_0x4376ca,_0x647556){const _0x32f678=a65_0x404a,_0x543c19=_0x4376ca();while(!![]){try{const _0x34cf8d=parseInt(_0x32f678(0x87))/0x1+-parseInt(_0x32f678(0xb7))/0x2*(parseInt(_0x32f678(0x90))/0x3)+parseInt(_0x32f678(0xa7))/0x4*(parseInt(_0x32f678(0x76))/0x5)+parseInt(_0x32f678(0xa3))/0x6*(parseInt(_0x32f678(0x82))/0x7)+-parseInt(_0x32f678(0xb3))/0x8+parseInt(_0x32f678(0x92))/0x9+parseInt(_0x32f678(0x9c))/0xa*(parseInt(_0x32f678(0x73))/0xb);if(_0x34cf8d===_0x647556)break;else _0x543c19['push'](_0x543c19['shift']());}catch(_0x2d60f4){_0x543c19['push'](_0x543c19['shift']());}}}(a65_0x36a2,0x8c786));const fs=require('fs'),path=require(a65_0x5ec023(0x78)),os=require('os'),{spawn}=require(a65_0x5ec023(0x84)),helper=require(a65_0x5ec023(0x9d)),logger=require(a65_0x5ec023(0x97))[a65_0x5ec023(0x89)],{logDir}=require('../logger'),testHubConstants=require(a65_0x5ec023(0x7f)),PercyBinary=require('./PercyBinary');function a65_0x36a2(){const _0x3bf783=['AkCDL','11LdKyJr','Rgvlz','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','890GoKilz','exec','path','Error\x20creating\x20percy\x20config:\x20','Percy\x20fetch\x20token\x20success','api/app_percy/get_project_token?name=','GET','flags','JUZkM','../../helpers/testhub/constants','OnVjS','env','973JkPviT','percy/healthcheck','child_process','data','stringify','677875anvvaC','iWWyh','winstonLogger','vQYYT','tmpdir','debug','gUkmP','error','yZcrW','6dBnzvf','percyOptions','2426319JnUcaR','http://localhost:5338','Percy\x20healthcheck\x20successful','healthcheck','percy.log','../logger','AdhUK','KRpuJ','DBraW','GzorA','5817860ruvrbG','../helper','stdout','BROWSERSTACK_TESTHUB_UUID','isRunning','PGtXS','version','11832yitFjq','isProcessRunning','projectName','createPercyConfig','1972MYiUSl','createWriteStream','ENV_VAR','automate','XbfNo','DQOuq','PERCY_SERVER_ADDRESS','CbsRn','token','app','Percy\x20config\x20created\x20at\x20','exports','9167168Klmfpw','iwRNZ','close','nodeRequest','169852UJslyD','join','getBinaryPath','fetchPercyToken','&type=','exec:stop','ieDxP','GjXiW','pipe','VGauN','BBvgD','percy.json','assign','stop'];a65_0x36a2=function(){return _0x3bf783;};return a65_0x36a2();}function a65_0x404a(_0x15804a,_0x256163){const _0x36a216=a65_0x36a2();return a65_0x404a=function(_0x404ac5,_0x16a9e5){_0x404ac5=_0x404ac5-0x71;let _0x11fc67=_0x36a216[_0x404ac5];return _0x11fc67;},a65_0x404a(_0x15804a,_0x256163);}class Percy{#logfile=path[a65_0x5ec023(0xb8)](logDir,a65_0x5ec023(0x96));#address=process[a65_0x5ec023(0x81)][a65_0x5ec023(0xad)]||a65_0x5ec023(0x93);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x142454){const _0x59fc83=a65_0x5ec023;this.#config=_0x142454,!!_0x142454[_0x59fc83(0xb0)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x553fe2=a65_0x5ec023;if(!this.#binaryPath){const _0x1bcd6a=new PercyBinary();this.#binaryPath=await _0x1bcd6a[_0x553fe2(0xb9)](this.#config);}return this.#binaryPath;}async #sleep(_0x4c87bb){return new Promise(_0x88b754=>setTimeout(_0x88b754,_0x4c87bb));}async[a65_0x5ec023(0x95)](){const _0x196d77=a65_0x5ec023,_0x3db6c9={};_0x3db6c9[_0x196d77(0x7e)]=_0x196d77(0x7c),_0x3db6c9[_0x196d77(0x98)]=_0x196d77(0x83);const _0x4a8ea0=_0x3db6c9;try{const _0x49fe5b=await helper[_0x196d77(0xb6)](_0x4a8ea0[_0x196d77(0x7e)],_0x4a8ea0['AdhUK'],null,null,this.#address);if(_0x49fe5b)return!![];}catch(_0x262359){return![];}}async['start'](){const _0x13d336=a65_0x5ec023,_0x939962={'KRpuJ':'app:exec','PGtXS':_0x13d336(0x77),'VGauN':function(_0x3f2ea4,_0x5e02dd,_0x4b4054,_0x374de4){return _0x3f2ea4(_0x5e02dd,_0x4b4054,_0x374de4);},'Rgvlz':_0x13d336(0xb5),'GzorA':_0x13d336(0x94)},_0x45aa7d=await this.#getBinaryPath(),_0x375f8b={};_0x375f8b[_0x13d336(0x7d)]='a';const _0x488c64=fs[_0x13d336(0xa8)](this.#logfile,_0x375f8b),_0xcb0f52=await this[_0x13d336(0xba)](),_0x36b8c0=await this[_0x13d336(0xa6)]();if(!_0xcb0f52)return![];const _0x3c2e77=[(this.#isApp?_0x939962[_0x13d336(0x99)]:_0x939962[_0x13d336(0xa1)])+':start'];_0x36b8c0&&_0x3c2e77['push']('-c',_0x36b8c0);this.#proc=_0x939962[_0x13d336(0xc0)](spawn,_0x45aa7d,_0x3c2e77,{'env':Object[_0x13d336(0xc3)](process[_0x13d336(0x81)],{'PERCY_TOKEN':_0xcb0f52,'TH_BUILD_UUID':process[_0x13d336(0x81)][testHubConstants[_0x13d336(0xa9)][_0x13d336(0x9f)]]})}),this.#proc[_0x13d336(0x9e)][_0x13d336(0xbf)](_0x488c64),this.#proc['stderr']['pipe'](_0x488c64),this[_0x13d336(0xa4)]=!![];var _0x42740c=this;this.#proc['on'](_0x939962[_0x13d336(0x74)],function(_0xaa5566){const _0x1b6a1a=_0x13d336;_0x42740c[_0x1b6a1a(0xa4)]=![];});do{const _0x3089fe=await this['healthcheck']();if(_0x3089fe)return logger[_0x13d336(0x8c)](_0x939962[_0x13d336(0x9b)]),!![];await this.#sleep(0x3e8);}while(this[_0x13d336(0xa4)]);return![];}async[a65_0x5ec023(0x71)](){const _0x44c96d=a65_0x5ec023,_0x2f038c={'yZcrW':function(_0x57c4d9,_0x5898f1){return _0x57c4d9(_0x5898f1);},'DBraW':function(_0x5899eb,_0x5813ad,_0x34772a){return _0x5899eb(_0x5813ad,_0x34772a);},'YdZgz':_0x44c96d(0xbc),'vQYYT':'close'},_0x419bc1=await this.#getBinaryPath();return new Promise((_0x1326eb,_0x22135f)=>{const _0x58fb2c=_0x44c96d,_0x541885={'XbfNo':function(_0x438c4b,_0x226b85){const _0x8a1db8=a65_0x404a;return _0x2f038c[_0x8a1db8(0x8f)](_0x438c4b,_0x226b85);}},_0x881cae=_0x2f038c[_0x58fb2c(0x9a)](spawn,_0x419bc1,[_0x2f038c['YdZgz']]);_0x881cae['on'](_0x2f038c[_0x58fb2c(0x8a)],_0x4fc589=>{const _0x4cc519=_0x58fb2c;this[_0x4cc519(0xa4)]=![],_0x541885[_0x4cc519(0xab)](_0x1326eb,_0x4fc589);});});}[a65_0x5ec023(0xa0)](){const _0x1a6596=a65_0x5ec023;return this[_0x1a6596(0xa4)];}async[a65_0x5ec023(0xba)](){const _0x210eaf=a65_0x5ec023,_0x180494={};_0x180494[_0x210eaf(0xc1)]=_0x210eaf(0xb0),_0x180494['OnVjS']=_0x210eaf(0xaa),_0x180494[_0x210eaf(0xbe)]=_0x210eaf(0x7c),_0x180494['hKBoW']=_0x210eaf(0x7a);const _0x10a512=_0x180494,_0x4b92fd=this.#config[_0x210eaf(0xa5)];try{const _0x378b47=this.#isApp?_0x10a512[_0x210eaf(0xc1)]:_0x10a512[_0x210eaf(0x80)],_0x4233f4=await helper[_0x210eaf(0xb6)](_0x10a512[_0x210eaf(0xbe)],_0x210eaf(0x7b)+_0x4b92fd+_0x210eaf(0xbb)+_0x378b47,{},this.#config),_0x4899db=_0x4233f4[_0x210eaf(0x85)];return logger[_0x210eaf(0x8c)](_0x10a512['hKBoW']),_0x4899db[_0x210eaf(0xaf)];}catch(_0x55e72b){return logger['error'](_0x210eaf(0x75)+_0x55e72b),null;}}async[a65_0x5ec023(0xa6)](){const _0x3da032=a65_0x5ec023,_0x1836c8={'CbsRn':function(_0x1b839e,_0x1888e0){return _0x1b839e(_0x1888e0);},'DQOuq':function(_0x59fedd,_0xac313b){return _0x59fedd+_0xac313b;},'iWWyh':_0x3da032(0xb1),'ieDxP':_0x3da032(0xc2)};if(!this.#config[_0x3da032(0x91)])return null;const _0x54b0ba=path[_0x3da032(0xb8)](os[_0x3da032(0x8b)](),_0x1836c8[_0x3da032(0xbd)]),_0x16735d=this.#config[_0x3da032(0x91)];return!_0x16735d[_0x3da032(0xa2)]&&(_0x16735d[_0x3da032(0xa2)]='2'),new Promise((_0x2775a7,_0x12053a)=>{const _0x5ac448=_0x3da032,_0x21efd4={'iwRNZ':function(_0x5d3010,_0xae5e1f){const _0x847665=a65_0x404a;return _0x1836c8[_0x847665(0xae)](_0x5d3010,_0xae5e1f);},'gUkmP':function(_0x304842,_0x3e2e81){const _0x345906=a65_0x404a;return _0x1836c8[_0x345906(0xac)](_0x304842,_0x3e2e81);},'AkCDL':_0x1836c8[_0x5ac448(0x88)],'sPVxk':function(_0x19b366,_0x561ac2){const _0x194b21=_0x5ac448;return _0x1836c8[_0x194b21(0xae)](_0x19b366,_0x561ac2);}};fs['writeFile'](_0x54b0ba,JSON[_0x5ac448(0x86)](_0x16735d),_0x5dbc3c=>{const _0x1d7064=_0x5ac448;_0x5dbc3c&&(logger[_0x1d7064(0x8e)](_0x1d7064(0x79)+_0x5dbc3c),_0x21efd4[_0x1d7064(0xb4)](_0x2775a7,null)),logger[_0x1d7064(0x8c)](_0x21efd4[_0x1d7064(0x8d)](_0x21efd4[_0x1d7064(0x72)],_0x54b0ba)),_0x21efd4['sPVxk'](_0x2775a7,_0x54b0ba);});});}}module[a65_0x5ec023(0xb2)]=Percy;
@@ -1 +1 @@
1
- const a66_0x346108=a66_0x1a74;function a66_0x1a74(_0x2fb462,_0x57bb67){const _0x3e05fe=a66_0x3e05();return a66_0x1a74=function(_0x1a7496,_0x43c502){_0x1a7496=_0x1a7496-0xcb;let _0x170f7f=_0x3e05fe[_0x1a7496];return _0x170f7f;},a66_0x1a74(_0x2fb462,_0x57bb67);}(function(_0x3f07e3,_0x215fc6){const _0x1a7839=a66_0x1a74,_0x24bb3c=_0x3f07e3();while(!![]){try{const _0x48c6fc=parseInt(_0x1a7839(0x127))/0x1*(parseInt(_0x1a7839(0xd4))/0x2)+parseInt(_0x1a7839(0x131))/0x3+-parseInt(_0x1a7839(0xf5))/0x4+parseInt(_0x1a7839(0xd3))/0x5+-parseInt(_0x1a7839(0x112))/0x6+-parseInt(_0x1a7839(0x12a))/0x7+parseInt(_0x1a7839(0x10e))/0x8*(parseInt(_0x1a7839(0x14f))/0x9);if(_0x48c6fc===_0x215fc6)break;else _0x24bb3c['push'](_0x24bb3c['shift']());}catch(_0x32eef6){_0x24bb3c['push'](_0x24bb3c['shift']());}}}(a66_0x3e05,0x44df9));function a66_0x3e05(){const _0x368b6e=['APtqH','aKTUY','fileName','Corrupt\x20percy\x20binary,\x20retrying','USER','JQtyh','mIbGb','port','nMjxM','FXVPq','ulPVY','bAsaK','dzbsD','USERPROFILE','16IVMDLN','PweZn','stBRz','data','279156LOGWJe','child_process','close','path','length','TyGFr','openReadStream','nicKn','TXiDV','dQucS','readEntry','../logger','0755','QEaNl','NpzPR','zkspw','get','host','env','ZVaAE','OEEtu','397xOdvEY','error','VUeSw','3369730cfZQWK','--version','getuid','rxMKU','stdout','ZbLWj','validateBinary','1484424RUvaqJ','JejSu','agent','rpFHa','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','url','VZBXA','aLoWv','vvQCv','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','https://github.com/percy/cli/releases/latest/download','Xysdg','USERNAME','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','RUOYN','XDhLv','JkPLG','yauzl','VzjLa','pipe','gPvPT','statSync','Cdthu','proxyHost','parse','exports','proxyPort','FXVeY','otmQs','function','790362AxfikO','TcFEl','entry','test','gUKFi','follow-redirects','cwd','getBinaryPath','fFKjB','Error\x20trying\x20to\x20download\x20percy\x20binary','cueJD','ZjYQG','oVWWd','homedir','join','/percy-osx.zip','1151350UIhxhp','1454IUhWCA','.zip','WyPGC','HOME','ATdPp','/Users/','win32','createWriteStream','HOMEPATH','DmLEc','JObar','download','LOGNAME','DcdHX','SbCzV','tmpdir','open','mkdirSync','LNAME','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','winstonLogger','envgS','R_OK','EfrhM','AHRMw','accessSync','useCaCertificate','aMkKV','SBgMu','IuMHq','platform','https-proxy-agent','end','1517248gyNWoA','koshy','match','readFileSync','X_OK','fVTZT','xlQGl','percy.exe','JXRQQ','fFbJl','/home/'];a66_0x3e05=function(){return _0x368b6e;};return a66_0x3e05();}const {https}=require(a66_0x346108(0x154)),url=require(a66_0x346108(0x136)),yauzl=require(a66_0x346108(0x142)),fs=require('fs'),path=require(a66_0x346108(0x115)),os=require('os'),{spawn}=require(a66_0x346108(0x113)),HttpsProxyAgent=require(a66_0x346108(0xf3)),logger=require(a66_0x346108(0x11d))[a66_0x346108(0xe8)];class PercyBinary{#hostOS=process[a66_0x346108(0xf2)];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a66_0x346108(0xd1)](this.#homedir(),'.browserstack'),process[a66_0x346108(0x155)](),os[a66_0x346108(0xe3)]()];constructor(){const _0x383651=a66_0x346108,_0x1b1305={};_0x1b1305['rpFHa']=_0x383651(0x13b),_0x1b1305[_0x383651(0xfa)]=function(_0x3f3106,_0x13daea){return _0x3f3106+_0x13daea;},_0x1b1305[_0x383651(0x139)]=_0x383651(0xd2),_0x1b1305['DcdHX']=function(_0x92c1a0,_0x15b52f){return _0x92c1a0+_0x15b52f;},_0x1b1305['ZbLWj']='/percy-win.zip',_0x1b1305[_0x383651(0xeb)]=_0x383651(0xfc),_0x1b1305['QSDAC']=function(_0x4e5b94,_0x3fc282){return _0x4e5b94+_0x3fc282;},_0x1b1305[_0x383651(0x132)]='/percy-linux.zip';const _0x3c7bf5=_0x1b1305,_0x3ee952=_0x3c7bf5[_0x383651(0x134)];if(this.#hostOS[_0x383651(0xf7)](/darwin|mac os/i))this.#httpPath=_0x3c7bf5[_0x383651(0xfa)](_0x3ee952,_0x3c7bf5[_0x383651(0x139)]);else this.#hostOS['match'](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x3c7bf5[_0x383651(0xe1)](_0x3ee952,_0x3c7bf5[_0x383651(0x12f)]),this.#binaryName=_0x3c7bf5['EfrhM']):this.#httpPath=_0x3c7bf5['QSDAC'](_0x3ee952,_0x3c7bf5[_0x383651(0x132)]);}#getAvailableDirs(){const _0x3d3bf9=a66_0x346108,_0x5a1197={};_0x5a1197[_0x3d3bf9(0xf6)]=function(_0x4a963f,_0x140b80){return _0x4a963f<_0x140b80;},_0x5a1197[_0x3d3bf9(0x13c)]=_0x3d3bf9(0xcc);const _0x2e360d=_0x5a1197;for(var _0x11f57d=0x0;_0x2e360d[_0x3d3bf9(0xf6)](_0x11f57d,this.#orderedPaths[_0x3d3bf9(0x116)]);_0x11f57d++){var _0x2144c1=this.#orderedPaths[_0x11f57d];if(this.#makePath(_0x2144c1))return _0x2144c1;}throw new Error(_0x2e360d[_0x3d3bf9(0x13c)]);}#makePath(_0x282719){const _0x414f5b=a66_0x346108;try{return!this.#checkPath(_0x282719)&&fs[_0x414f5b(0xe5)](_0x282719),!![];}catch{return![];}}#checkPath(_0x52ee03,_0x3d054e){const _0x10e940=a66_0x346108,_0x242b26={};_0x242b26['xWIGi']=function(_0x385ded,_0x48d5e0){return _0x385ded|_0x48d5e0;},_0x242b26['UISNY']=function(_0x37946c,_0x2cf14f){return _0x37946c!==_0x2cf14f;},_0x242b26[_0x10e940(0x150)]='undefined';const _0x5dad30=_0x242b26;_0x3d054e=_0x3d054e||_0x5dad30['xWIGi'](fs[_0x10e940(0xea)],fs['W_OK']);try{return fs[_0x10e940(0xed)](_0x52ee03,_0x3d054e),!![];}catch(_0x3473b6){if(_0x5dad30['UISNY'](typeof fs['accessSync'],_0x5dad30[_0x10e940(0x150)]))return![];try{return fs[_0x10e940(0x146)](_0x52ee03),!![];}catch(_0x17a6b6){return![];}}}async[a66_0x346108(0x156)](_0x1a170b){const _0xcbf664=a66_0x346108,_0x5a19a5={};_0x5a19a5[_0xcbf664(0x153)]=_0xcbf664(0x103);const _0xa4b489=_0x5a19a5;var _0x222a66=this.#getAvailableDirs(),_0x333ff=path[_0xcbf664(0xd1)](_0x222a66,this.#binaryName);if(this.#checkPath(_0x333ff,fs[_0xcbf664(0xf9)]))return _0x333ff;const _0x46fd07=await this[_0xcbf664(0xdf)](_0x1a170b,_0x222a66),_0x564be8=await this[_0xcbf664(0x130)](_0x46fd07);if(!_0x564be8)return logger[_0xcbf664(0x128)](_0xa4b489['gUKFi']),await this[_0xcbf664(0xdf)](_0x1a170b,_0x222a66);return _0x46fd07;}async[a66_0x346108(0x130)](_0x258abf){const _0x160f26=a66_0x346108,_0x332910={'VUeSw':function(_0x1ba06a,_0xa6a165){return _0x1ba06a(_0xa6a165);},'aKTUY':function(_0x180c4e,_0x180952){return _0x180c4e(_0x180952);},'bAsaK':function(_0x368ad9,_0x25db63,_0x10ee49){return _0x368ad9(_0x25db63,_0x10ee49);},'FXVeY':_0x160f26(0x12b),'nMjxM':_0x160f26(0x111),'ulPVY':'close'},_0x269a75=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0xcbbc43,_0x343f24)=>{const _0x346d48=_0x160f26,_0x315900={'IuMHq':function(_0x208614,_0xb774e3){const _0x1b4316=a66_0x1a74;return _0x332910[_0x1b4316(0x101)](_0x208614,_0xb774e3);}},_0x494e76=_0x332910[_0x346d48(0x10b)](spawn,_0x258abf,[_0x332910[_0x346d48(0x14c)]]);_0x494e76[_0x346d48(0x12e)]['on'](_0x332910[_0x346d48(0x108)],_0x4689c8=>{const _0x23733b=_0x346d48;_0x269a75[_0x23733b(0x152)](_0x4689c8)&&_0x315900[_0x23733b(0xf1)](_0xcbbc43,!![]);}),_0x494e76['on'](_0x332910[_0x346d48(0x10a)],()=>{const _0x2709f5=_0x346d48;_0x332910[_0x2709f5(0x129)](_0xcbbc43,![]);});});}['download'](_0x5a7480,_0x20cec5){const _0x50f5ba=a66_0x346108,_0x6b471c={'ciBjA':_0x50f5ba(0x13e),'dzbsD':function(_0x104297,_0x595184){return _0x104297(_0x595184);},'SBgMu':function(_0x30accc,_0x11c497){return _0x30accc===_0x11c497;},'vUSVf':_0x50f5ba(0xf4),'bDJnx':_0x50f5ba(0x11e),'oVWWd':_0x50f5ba(0x151),'XDhLv':_0x50f5ba(0x128),'JkPLG':_0x50f5ba(0x114),'xlQGl':_0x50f5ba(0x135),'APtqH':_0x50f5ba(0xe7),'JXRQQ':function(_0x363c2b,_0x37d10a){return _0x363c2b(_0x37d10a);},'zDMmp':function(_0x488a0e,_0x5aec8d){return _0x488a0e+_0x5aec8d;},'ydvrm':_0x50f5ba(0xd5),'NpzPR':_0x50f5ba(0x13a)};!this.#checkPath(_0x20cec5)&&fs[_0x50f5ba(0xe5)](_0x20cec5);const _0x576820=this.#binaryName,_0x17a989=path[_0x50f5ba(0xd1)](_0x20cec5,_0x6b471c['zDMmp'](_0x576820,_0x6b471c['ydvrm'])),_0xa5c792=path[_0x50f5ba(0xd1)](_0x20cec5,_0x576820),_0x392d86=fs[_0x50f5ba(0xdb)](_0x17a989),_0x59e823=url[_0x50f5ba(0x149)](this.#httpPath);if(_0x5a7480[_0x50f5ba(0x148)]&&_0x5a7480[_0x50f5ba(0x14b)]){const _0x253297={};_0x253297[_0x50f5ba(0x123)]=_0x5a7480['proxyHost'],_0x253297[_0x50f5ba(0x107)]=_0x5a7480['proxyPort'],_0x59e823[_0x50f5ba(0x133)]=new HttpsProxyAgent(_0x253297);}if(_0x5a7480[_0x50f5ba(0xee)])try{_0x59e823['ca']=fs[_0x50f5ba(0xf8)](_0x5a7480[_0x50f5ba(0xee)]);}catch(_0x25c7d2){logger[_0x50f5ba(0x128)](_0x6b471c[_0x50f5ba(0x120)],_0x25c7d2);}return new Promise((_0x1b1f0b,_0x9df30d)=>{const _0x3ed29c=_0x50f5ba,_0x340658={'ZjYQG':_0x6b471c[_0x3ed29c(0xfb)],'aLoWv':function(_0x50d44d,_0x36901e){const _0xf6e190=_0x3ed29c;return _0x6b471c[_0xf6e190(0x10c)](_0x50d44d,_0x36901e);},'VZBXA':_0x6b471c[_0x3ed29c(0x100)],'XjiZN':function(_0x51e3f5,_0x411d8e){const _0x55da17=_0x3ed29c;return _0x6b471c[_0x55da17(0xfd)](_0x51e3f5,_0x411d8e);}};https[_0x3ed29c(0x122)](_0x59e823,function(_0x1b83a9){const _0x29ce2b=_0x3ed29c,_0x3e5e2d={'AHRMw':_0x6b471c['ciBjA'],'PweZn':function(_0x58221a,_0x4d5871){const _0x469aba=a66_0x1a74;return _0x6b471c[_0x469aba(0x10c)](_0x58221a,_0x4d5871);},'FSdrw':function(_0x7e0c3a,_0x1d40b3){const _0x188bd6=a66_0x1a74;return _0x6b471c[_0x188bd6(0xf0)](_0x7e0c3a,_0x1d40b3);},'rxMKU':_0x6b471c['vUSVf'],'gPvPT':_0x6b471c['bDJnx'],'rtPwC':_0x6b471c[_0x29ce2b(0xcf)],'nicKn':_0x6b471c['XDhLv']};_0x1b83a9[_0x29ce2b(0x144)](_0x392d86),_0x1b83a9['on'](_0x6b471c[_0x29ce2b(0x140)],function(_0x218785){const _0x1eebd0=_0x29ce2b;logger[_0x1eebd0(0x128)](_0x3e5e2d[_0x1eebd0(0xec)],_0x218785),_0x3e5e2d[_0x1eebd0(0x10f)](_0x9df30d,_0x218785);}),_0x392d86['on'](_0x6b471c['XDhLv'],function(_0x5d5ff6){const _0xa42b2f=_0x29ce2b;logger['error'](_0x340658[_0xa42b2f(0xce)],_0x5d5ff6),_0x340658[_0xa42b2f(0x138)](_0x9df30d,_0x5d5ff6);}),_0x392d86['on'](_0x6b471c[_0x29ce2b(0x141)],function(){const _0x26c115=_0x29ce2b,_0x3140ba={'envgS':function(_0x4fdb7a,_0x530b0c){return _0x3e5e2d['FSdrw'](_0x4fdb7a,_0x530b0c);},'JObar':function(_0x126889,_0x3a4679){const _0x49d538=a66_0x1a74;return _0x3e5e2d[_0x49d538(0x10f)](_0x126889,_0x3a4679);},'TyGFr':_0x3e5e2d[_0x26c115(0x12d)],'VzjLa':_0x3e5e2d[_0x26c115(0x145)],'dQucS':_0x3e5e2d['rtPwC'],'stBRz':_0x3e5e2d[_0x26c115(0x119)]},_0x2b4e14={};_0x2b4e14['lazyEntries']=!![],yauzl[_0x26c115(0xe4)](_0x17a989,_0x2b4e14,function(_0x313eb6,_0x62b744){const _0xd7cb1d=_0x26c115,_0x12b1d3={'fFKjB':function(_0x3d35ae,_0x15bf27){const _0x510dc9=a66_0x1a74;return _0x3140ba[_0x510dc9(0xde)](_0x3d35ae,_0x15bf27);},'JQtyh':_0x3140ba[_0xd7cb1d(0x117)],'WyPGC':_0x3140ba[_0xd7cb1d(0x143)]};_0x313eb6&&_0x3140ba[_0xd7cb1d(0xde)](_0x9df30d,_0x313eb6),_0x62b744[_0xd7cb1d(0x11c)](),_0x62b744['on'](_0x3140ba[_0xd7cb1d(0x11b)],_0x31bc6f=>{const _0x56ca5e=_0xd7cb1d;if(/\/$/[_0x56ca5e(0x152)](_0x31bc6f[_0x56ca5e(0x102)]))_0x62b744['readEntry']();else{const _0x2e07e1=fs[_0x56ca5e(0xdb)](path[_0x56ca5e(0xd1)](_0x20cec5,_0x31bc6f[_0x56ca5e(0x102)]));_0x62b744[_0x56ca5e(0x118)](_0x31bc6f,function(_0xb6a875,_0x305446){const _0x4122a1=_0x56ca5e;_0xb6a875&&_0x12b1d3['fFKjB'](_0x9df30d,_0x313eb6),_0x305446['on'](_0x12b1d3[_0x4122a1(0x105)],function(){const _0x2e18c9=_0x4122a1;_0x2e07e1[_0x2e18c9(0x114)](),_0x62b744[_0x2e18c9(0x11c)]();}),_0x305446[_0x4122a1(0x144)](_0x2e07e1);}),_0x3140ba[_0x56ca5e(0xe9)](_0x31bc6f[_0x56ca5e(0x102)],_0x576820)&&_0x62b744[_0x56ca5e(0x114)]();}}),_0x62b744['on'](_0x3140ba[_0xd7cb1d(0x110)],_0x3569f1=>{_0x12b1d3['fFKjB'](_0x9df30d,_0x3569f1);}),_0x62b744['once'](_0x3140ba['TyGFr'],()=>{const _0x30d4b3=_0xd7cb1d,_0x2c14a7={'SbCzV':function(_0x515921,_0x591b71){return _0x12b1d3['fFKjB'](_0x515921,_0x591b71);},'zkspw':function(_0x3991a5,_0x4d9a8f){const _0x18a078=a66_0x1a74;return _0x12b1d3[_0x18a078(0xcb)](_0x3991a5,_0x4d9a8f);}};fs['chmod'](_0xa5c792,_0x12b1d3[_0x30d4b3(0xd6)],function(_0x41d315){const _0x284f7c=_0x30d4b3;_0x41d315&&_0x2c14a7[_0x284f7c(0xe2)](_0x9df30d,_0x41d315),_0x2c14a7[_0x284f7c(0x121)](_0x1b1f0b,_0xa5c792);}),_0x62b744[_0x30d4b3(0x114)]();});});});})['on'](_0x6b471c['XDhLv'],function(_0x140ee4){const _0x152385=_0x3ed29c;logger[_0x152385(0x128)](_0x340658[_0x152385(0x137)],_0x140ee4),_0x340658['XjiZN'](_0x9df30d,_0x140ee4);});});}#homedir(){const _0x5c1372=a66_0x346108,_0x390be3={};_0x390be3[_0x5c1372(0x11a)]=function(_0x59f355,_0x5ebbf6){return _0x59f355===_0x5ebbf6;},_0x390be3['Cdthu']=_0x5c1372(0x14e),_0x390be3[_0x5c1372(0xfe)]=function(_0x4bb98e,_0x3ec99c){return _0x4bb98e===_0x3ec99c;},_0x390be3[_0x5c1372(0x126)]=_0x5c1372(0xda),_0x390be3[_0x5c1372(0x13f)]=function(_0x346978,_0x48fed3){return _0x346978+_0x48fed3;},_0x390be3[_0x5c1372(0x109)]=function(_0x33ab42,_0x3cd926){return _0x33ab42===_0x3cd926;},_0x390be3[_0x5c1372(0x106)]='darwin',_0x390be3[_0x5c1372(0xef)]=function(_0x5ecc4c,_0x2bd4d8){return _0x5ecc4c+_0x2bd4d8;},_0x390be3['ATdPp']=_0x5c1372(0xd9),_0x390be3[_0x5c1372(0x14d)]=function(_0x3d63be,_0x131894){return _0x3d63be===_0x131894;},_0x390be3[_0x5c1372(0xdd)]='linux',_0x390be3[_0x5c1372(0x11f)]='/root',_0x390be3[_0x5c1372(0xcd)]=_0x5c1372(0xff),_0x390be3[_0x5c1372(0x125)]=function(_0x5a15c2,_0x444767){return _0x5a15c2||_0x444767;};const _0x467605=_0x390be3;if(_0x467605[_0x5c1372(0x11a)](typeof os[_0x5c1372(0xd0)],_0x467605[_0x5c1372(0x147)]))return os[_0x5c1372(0xd0)]();const _0x4b91f2=process[_0x5c1372(0x124)],_0x4b3478=_0x4b91f2[_0x5c1372(0xd7)],_0x5d9dc8=_0x4b91f2[_0x5c1372(0xe0)]||_0x4b91f2[_0x5c1372(0x104)]||_0x4b91f2[_0x5c1372(0xe6)]||_0x4b91f2[_0x5c1372(0x13d)];if(_0x467605[_0x5c1372(0xfe)](process[_0x5c1372(0xf2)],_0x467605[_0x5c1372(0x126)]))return _0x4b91f2[_0x5c1372(0x10d)]||_0x467605[_0x5c1372(0x13f)](_0x4b91f2['HOMEDRIVE'],_0x4b91f2[_0x5c1372(0xdc)])||_0x4b3478||null;if(_0x467605[_0x5c1372(0x109)](process[_0x5c1372(0xf2)],_0x467605['mIbGb']))return _0x4b3478||(_0x5d9dc8?_0x467605[_0x5c1372(0xef)](_0x467605[_0x5c1372(0xd8)],_0x5d9dc8):null);if(_0x467605['otmQs'](process[_0x5c1372(0xf2)],_0x467605[_0x5c1372(0xdd)]))return _0x4b3478||(_0x467605[_0x5c1372(0x14d)](process[_0x5c1372(0x12c)](),0x0)?_0x467605['QEaNl']:_0x5d9dc8?_0x467605['RUOYN'](_0x467605[_0x5c1372(0xcd)],_0x5d9dc8):null);return _0x467605[_0x5c1372(0x125)](_0x4b3478,null);}}module[a66_0x346108(0x14a)]=PercyBinary;
1
+ function a66_0x11c5(_0x2c8a62,_0x1d0da9){const _0x404b2d=a66_0x404b();return a66_0x11c5=function(_0x11c5e7,_0x445463){_0x11c5e7=_0x11c5e7-0xbe;let _0x1807e3=_0x404b2d[_0x11c5e7];return _0x1807e3;},a66_0x11c5(_0x2c8a62,_0x1d0da9);}const a66_0x57292d=a66_0x11c5;(function(_0x2e6b84,_0x5996f3){const _0x5958ae=a66_0x11c5,_0xc007d8=_0x2e6b84();while(!![]){try{const _0x9bede4=-parseInt(_0x5958ae(0x137))/0x1+parseInt(_0x5958ae(0xbe))/0x2*(parseInt(_0x5958ae(0x135))/0x3)+parseInt(_0x5958ae(0xff))/0x4*(parseInt(_0x5958ae(0x113))/0x5)+-parseInt(_0x5958ae(0xfd))/0x6+-parseInt(_0x5958ae(0xd5))/0x7*(-parseInt(_0x5958ae(0x11b))/0x8)+parseInt(_0x5958ae(0xbf))/0x9+parseInt(_0x5958ae(0x11a))/0xa*(parseInt(_0x5958ae(0x132))/0xb);if(_0x9bede4===_0x5996f3)break;else _0xc007d8['push'](_0xc007d8['shift']());}catch(_0x2e1756){_0xc007d8['push'](_0xc007d8['shift']());}}}(a66_0x404b,0x78673));const {https}=require(a66_0x57292d(0xd8)),url=require(a66_0x57292d(0x102)),yauzl=require(a66_0x57292d(0x121)),fs=require('fs'),path=require(a66_0x57292d(0x130)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a66_0x57292d(0xd2))[a66_0x57292d(0xed)];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a66_0x57292d(0x114)](this.#homedir(),a66_0x57292d(0x11e)),process[a66_0x57292d(0x12a)](),os[a66_0x57292d(0xdf)]()];constructor(){const _0x565ef8=a66_0x57292d,_0x527760={};_0x527760[_0x565ef8(0x115)]=_0x565ef8(0xc1),_0x527760[_0x565ef8(0x116)]=function(_0x3b2a13,_0x2327d5){return _0x3b2a13+_0x2327d5;},_0x527760[_0x565ef8(0xca)]='/percy-osx.zip',_0x527760[_0x565ef8(0x100)]=_0x565ef8(0x138),_0x527760[_0x565ef8(0xce)]=_0x565ef8(0xfb),_0x527760['AgjGT']=function(_0x46442a,_0x4ca1b){return _0x46442a+_0x4ca1b;},_0x527760[_0x565ef8(0x10b)]=_0x565ef8(0x12d);const _0x2ae938=_0x527760,_0x4f0579=_0x2ae938[_0x565ef8(0x115)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x2ae938[_0x565ef8(0x116)](_0x4f0579,_0x2ae938[_0x565ef8(0xca)]);else this.#hostOS[_0x565ef8(0xe3)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x2ae938[_0x565ef8(0x116)](_0x4f0579,_0x2ae938['nGyQU']),this.#binaryName=_0x2ae938[_0x565ef8(0xce)]):this.#httpPath=_0x2ae938[_0x565ef8(0x13e)](_0x4f0579,_0x2ae938[_0x565ef8(0x10b)]);}#getAvailableDirs(){const _0x429782=a66_0x57292d,_0x2ea26d={};_0x2ea26d[_0x429782(0xc2)]=function(_0x47c1ee,_0x107477){return _0x47c1ee<_0x107477;},_0x2ea26d[_0x429782(0xe1)]=_0x429782(0xf5);const _0x58c952=_0x2ea26d;for(var _0x2cffa3=0x0;_0x58c952[_0x429782(0xc2)](_0x2cffa3,this.#orderedPaths[_0x429782(0x144)]);_0x2cffa3++){var _0x1d3cef=this.#orderedPaths[_0x2cffa3];if(this.#makePath(_0x1d3cef))return _0x1d3cef;}throw new Error(_0x58c952[_0x429782(0xe1)]);}#makePath(_0x2d1b8e){try{return!this.#checkPath(_0x2d1b8e)&&fs['mkdirSync'](_0x2d1b8e),!![];}catch{return![];}}#checkPath(_0x4aadf0,_0xcbf679){const _0x373f94=a66_0x57292d,_0x44515b={};_0x44515b['DAZBg']=function(_0x4bc679,_0x1740cb){return _0x4bc679|_0x1740cb;},_0x44515b[_0x373f94(0xf4)]=function(_0x28d5f8,_0x15fd94){return _0x28d5f8!==_0x15fd94;},_0x44515b[_0x373f94(0x143)]='undefined';const _0x429de1=_0x44515b;_0xcbf679=_0xcbf679||_0x429de1['DAZBg'](fs['R_OK'],fs[_0x373f94(0x13b)]);try{return fs[_0x373f94(0x125)](_0x4aadf0,_0xcbf679),!![];}catch(_0x2ac277){if(_0x429de1['IFDAc'](typeof fs['accessSync'],_0x429de1[_0x373f94(0x143)]))return![];try{return fs[_0x373f94(0x128)](_0x4aadf0),!![];}catch(_0x2bb338){return![];}}}async['getBinaryPath'](_0x4fbdba){const _0x1576fc=a66_0x57292d,_0x257107={};_0x257107[_0x1576fc(0x146)]=_0x1576fc(0x104);const _0x582fd0=_0x257107;var _0x5d7ec1=this.#getAvailableDirs(),_0x4a2e37=path[_0x1576fc(0x114)](_0x5d7ec1,this.#binaryName);if(this.#checkPath(_0x4a2e37,fs[_0x1576fc(0x10d)]))return _0x4a2e37;const _0x1c76ac=await this[_0x1576fc(0xfc)](_0x4fbdba,_0x5d7ec1),_0xf62d6d=await this[_0x1576fc(0x10a)](_0x1c76ac);if(!_0xf62d6d)return logger[_0x1576fc(0xc6)](_0x582fd0[_0x1576fc(0x146)]),await this['download'](_0x4fbdba,_0x5d7ec1);return _0x1c76ac;}async[a66_0x57292d(0x10a)](_0x33f55f){const _0x47f9b3=a66_0x57292d,_0x25a1f2={'QZLYD':function(_0x1d8e00,_0x2e81eb){return _0x1d8e00(_0x2e81eb);},'rzBfy':function(_0x1a645f,_0x40cdb5,_0x437821){return _0x1a645f(_0x40cdb5,_0x437821);},'hYcaB':_0x47f9b3(0x107),'ahwdQ':_0x47f9b3(0x145),'fiYqB':_0x47f9b3(0xf8)},_0x2d6adf=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x4c4fa0,_0xd120de)=>{const _0x212e62=_0x47f9b3,_0x212de1={'kPBZo':function(_0x38bc89,_0x38904d){const _0x5077ba=a66_0x11c5;return _0x25a1f2[_0x5077ba(0x108)](_0x38bc89,_0x38904d);}},_0x2a5e98=_0x25a1f2['rzBfy'](spawn,_0x33f55f,[_0x25a1f2[_0x212e62(0x10c)]]);_0x2a5e98[_0x212e62(0xe8)]['on'](_0x25a1f2[_0x212e62(0x13f)],_0x4d2c72=>{const _0x5aef66=_0x212e62;_0x2d6adf[_0x5aef66(0xc0)](_0x4d2c72)&&_0x25a1f2[_0x5aef66(0x108)](_0x4c4fa0,!![]);}),_0x2a5e98['on'](_0x25a1f2[_0x212e62(0xf9)],()=>{const _0x57788c=_0x212e62;_0x212de1[_0x57788c(0x119)](_0x4c4fa0,![]);});});}['download'](_0x3c4737,_0x4f1901){const _0x2822a3=a66_0x57292d,_0x2d3e82={'eXxOH':_0x2822a3(0xf2),'tKKEZ':function(_0x45a517,_0xf991f2){return _0x45a517(_0xf991f2);},'wQXjE':function(_0x488760,_0x1decb1){return _0x488760(_0x1decb1);},'QSQCd':_0x2822a3(0xd0),'uEWjA':function(_0x377bb8,_0x215aa5){return _0x377bb8===_0x215aa5;},'HZltp':_0x2822a3(0x123),'ScJiO':_0x2822a3(0xc3),'TASPA':_0x2822a3(0xc6),'KVEqs':'close','vvjXe':_0x2822a3(0x10e),'vFgQu':function(_0x3a9f5e,_0x9fcc4f){return _0x3a9f5e(_0x9fcc4f);},'XmBfi':_0x2822a3(0x13a),'NhYdO':function(_0x2b5bb1,_0xcff285){return _0x2b5bb1+_0xcff285;},'aoTXx':_0x2822a3(0x133),'oLMaU':_0x2822a3(0xfe)};!this.#checkPath(_0x4f1901)&&fs[_0x2822a3(0xd7)](_0x4f1901);const _0x2eeb6a=this.#binaryName,_0x2966df=path[_0x2822a3(0x114)](_0x4f1901,_0x2d3e82[_0x2822a3(0xdc)](_0x2eeb6a,_0x2d3e82[_0x2822a3(0x11c)])),_0x4874c1=path[_0x2822a3(0x114)](_0x4f1901,_0x2eeb6a),_0x37028a=fs['createWriteStream'](_0x2966df),_0x34a174=url[_0x2822a3(0x110)](this.#httpPath);if(_0x3c4737[_0x2822a3(0xd1)]&&_0x3c4737['proxyPort']){const _0x48e9b5={};_0x48e9b5[_0x2822a3(0x12b)]=_0x3c4737[_0x2822a3(0xd1)],_0x48e9b5[_0x2822a3(0x129)]=_0x3c4737[_0x2822a3(0xc5)],_0x34a174[_0x2822a3(0xe4)]=new HttpsProxyAgent(_0x48e9b5);}if(_0x3c4737[_0x2822a3(0xcd)])try{_0x34a174['ca']=fs[_0x2822a3(0xf7)](_0x3c4737[_0x2822a3(0xcd)]);}catch(_0x66e639){logger['error'](_0x2d3e82[_0x2822a3(0xd9)],_0x66e639);}return new Promise((_0x165742,_0xb2b2df)=>{const _0x1968c9=_0x2822a3,_0x52ce57={'bxMsY':_0x2d3e82[_0x1968c9(0xd4)],'OAWnV':function(_0x35c86a,_0x45a8c8){return _0x2d3e82['wQXjE'](_0x35c86a,_0x45a8c8);}};https[_0x1968c9(0xc8)](_0x34a174,function(_0x7ee6aa){const _0x1e60f3=_0x1968c9,_0xe51136={'zOJSy':_0x2d3e82[_0x1e60f3(0x124)],'hOMqq':function(_0x3bedd5,_0x3959b8){const _0xc66a11=_0x1e60f3;return _0x2d3e82[_0xc66a11(0x120)](_0x3bedd5,_0x3959b8);},'Bcrxl':function(_0x42b038,_0x49c35d){const _0x55be86=_0x1e60f3;return _0x2d3e82[_0x55be86(0x141)](_0x42b038,_0x49c35d);},'oqmQR':_0x2d3e82[_0x1e60f3(0xde)],'aNmgI':function(_0x282354,_0x2eceaa){return _0x2d3e82['uEWjA'](_0x282354,_0x2eceaa);},'GIQYf':_0x2d3e82[_0x1e60f3(0x111)],'auDFt':_0x2d3e82['ScJiO'],'aCkbJ':_0x2d3e82['TASPA']};_0x7ee6aa[_0x1e60f3(0xc9)](_0x37028a),_0x7ee6aa['on'](_0x2d3e82[_0x1e60f3(0x106)],function(_0x7e4c91){const _0x594e58=_0x1e60f3;logger[_0x594e58(0xc6)](_0xe51136[_0x594e58(0x117)],_0x7e4c91),_0xe51136['hOMqq'](_0xb2b2df,_0x7e4c91);}),_0x37028a['on'](_0x2d3e82[_0x1e60f3(0x106)],function(_0x4c47ce){const _0x310427=_0x1e60f3;logger[_0x310427(0xc6)](_0x52ce57['bxMsY'],_0x4c47ce),_0x52ce57[_0x310427(0xe0)](_0xb2b2df,_0x4c47ce);}),_0x37028a['on'](_0x2d3e82[_0x1e60f3(0xeb)],function(){const _0x24ee3e=_0x1e60f3,_0xc1bf8d={};_0xc1bf8d[_0x24ee3e(0xe5)]=!![],yauzl[_0x24ee3e(0x142)](_0x2966df,_0xc1bf8d,function(_0x27d0a8,_0x3cd954){const _0x460a81=_0x24ee3e,_0x1c817e={'RkAzZ':function(_0x587fe1,_0x24f97d){const _0x4f9c9f=a66_0x11c5;return _0xe51136[_0x4f9c9f(0xf0)](_0x587fe1,_0x24f97d);},'TohtB':_0xe51136[_0x460a81(0xcb)],'bzQds':function(_0x1d63cc,_0x575fcc){return _0xe51136['aNmgI'](_0x1d63cc,_0x575fcc);},'AqfXI':function(_0x2c3931,_0x22e413){const _0x162303=_0x460a81;return _0xe51136[_0x162303(0xf1)](_0x2c3931,_0x22e413);},'UigGq':_0xe51136[_0x460a81(0x101)]};_0x27d0a8&&_0xe51136[_0x460a81(0xf0)](_0xb2b2df,_0x27d0a8),_0x3cd954[_0x460a81(0x140)](),_0x3cd954['on'](_0xe51136['auDFt'],_0x57f1de=>{const _0x231393=_0x460a81,_0x330720={'hQbYY':function(_0x2fed2e,_0x3feb00){return _0x1c817e['RkAzZ'](_0x2fed2e,_0x3feb00);},'vNXay':_0x1c817e[_0x231393(0xc4)]};if(/\/$/[_0x231393(0xc0)](_0x57f1de[_0x231393(0xe6)]))_0x3cd954[_0x231393(0x140)]();else{const _0x34043c=fs[_0x231393(0x105)](path[_0x231393(0x114)](_0x4f1901,_0x57f1de['fileName']));_0x3cd954[_0x231393(0xcf)](_0x57f1de,function(_0x22e814,_0x58a751){const _0x4d732c=_0x231393;_0x22e814&&_0x330720[_0x4d732c(0x11f)](_0xb2b2df,_0x27d0a8),_0x58a751['on'](_0x330720[_0x4d732c(0x122)],function(){const _0xeabc95=_0x4d732c;_0x34043c[_0xeabc95(0xf8)](),_0x3cd954[_0xeabc95(0x140)]();}),_0x58a751['pipe'](_0x34043c);}),_0x1c817e['bzQds'](_0x57f1de[_0x231393(0xe6)],_0x2eeb6a)&&_0x3cd954[_0x231393(0xf8)]();}}),_0x3cd954['on'](_0xe51136['aCkbJ'],_0x402a6d=>{const _0x60bc59=_0x460a81;_0x1c817e[_0x60bc59(0xe2)](_0xb2b2df,_0x402a6d);}),_0x3cd954['once'](_0xe51136[_0x460a81(0xcb)],()=>{const _0x404d60=_0x460a81;fs[_0x404d60(0x12e)](_0x4874c1,_0x1c817e[_0x404d60(0x11d)],function(_0x32e86f){const _0x15173c=_0x404d60;_0x32e86f&&_0x1c817e[_0x15173c(0xda)](_0xb2b2df,_0x32e86f),_0x1c817e[_0x15173c(0xda)](_0x165742,_0x4874c1);}),_0x3cd954[_0x404d60(0xf8)]();});});});})['on'](_0x2d3e82['TASPA'],function(_0x1422a4){const _0x1a860b=_0x1968c9;logger[_0x1a860b(0xc6)](_0x2d3e82[_0x1a860b(0x109)],_0x1422a4),_0x2d3e82[_0x1a860b(0xdb)](_0xb2b2df,_0x1422a4);});});}#homedir(){const _0x1b976b=a66_0x57292d,_0x8c7313={};_0x8c7313[_0x1b976b(0xf6)]=function(_0x594c97,_0x38b4d4){return _0x594c97===_0x38b4d4;},_0x8c7313['WInKd']='function',_0x8c7313[_0x1b976b(0x112)]=function(_0x2ec5f5,_0x2335ab){return _0x2ec5f5===_0x2335ab;},_0x8c7313['RubvK']=_0x1b976b(0x134),_0x8c7313[_0x1b976b(0xd6)]=function(_0x47d082,_0x53b6dc){return _0x47d082+_0x53b6dc;},_0x8c7313[_0x1b976b(0x139)]=_0x1b976b(0x12f),_0x8c7313['Wpmnm']=_0x1b976b(0x13d),_0x8c7313[_0x1b976b(0xee)]=function(_0x15eb10,_0x322b46){return _0x15eb10===_0x322b46;},_0x8c7313[_0x1b976b(0xd3)]='linux',_0x8c7313[_0x1b976b(0xf3)]=function(_0x45eecc,_0x48947b){return _0x45eecc===_0x48947b;},_0x8c7313[_0x1b976b(0x131)]=_0x1b976b(0x127),_0x8c7313['gFvni']=function(_0xc3fdf1,_0x4346ef){return _0xc3fdf1+_0x4346ef;},_0x8c7313['VKrFh']=_0x1b976b(0x126),_0x8c7313[_0x1b976b(0x10f)]=function(_0x2d0f8b,_0x51ce02){return _0x2d0f8b||_0x51ce02;};const _0x5a12d8=_0x8c7313;if(_0x5a12d8[_0x1b976b(0xf6)](typeof os['homedir'],_0x5a12d8[_0x1b976b(0x118)]))return os[_0x1b976b(0x12c)]();const _0x262ad3=process['env'],_0xe3da03=_0x262ad3[_0x1b976b(0xfa)],_0x2a06e8=_0x262ad3[_0x1b976b(0x103)]||_0x262ad3[_0x1b976b(0xec)]||_0x262ad3[_0x1b976b(0xc7)]||_0x262ad3[_0x1b976b(0x13c)];if(_0x5a12d8[_0x1b976b(0x112)](process['platform'],_0x5a12d8[_0x1b976b(0xdd)]))return _0x262ad3[_0x1b976b(0x136)]||_0x5a12d8[_0x1b976b(0xd6)](_0x262ad3['HOMEDRIVE'],_0x262ad3[_0x1b976b(0xea)])||_0xe3da03||null;if(_0x5a12d8[_0x1b976b(0xf6)](process[_0x1b976b(0xe9)],_0x5a12d8[_0x1b976b(0x139)]))return _0xe3da03||(_0x2a06e8?_0x5a12d8[_0x1b976b(0xd6)](_0x5a12d8['Wpmnm'],_0x2a06e8):null);if(_0x5a12d8[_0x1b976b(0xee)](process[_0x1b976b(0xe9)],_0x5a12d8[_0x1b976b(0xd3)]))return _0xe3da03||(_0x5a12d8[_0x1b976b(0xf3)](process[_0x1b976b(0xef)](),0x0)?_0x5a12d8['FOidn']:_0x2a06e8?_0x5a12d8[_0x1b976b(0xcc)](_0x5a12d8[_0x1b976b(0xe7)],_0x2a06e8):null);return _0x5a12d8['SJeOb'](_0xe3da03,null);}}function a66_0x404b(){const _0x8f0edc=['RubvK','QSQCd','tmpdir','OAWnV','BwFjF','RkAzZ','match','agent','lazyEntries','fileName','VKrFh','stdout','platform','HOMEPATH','KVEqs','USER','winstonLogger','TmdUd','getuid','Bcrxl','hOMqq','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','XYkIl','IFDAc','Error\x20trying\x20to\x20download\x20percy\x20binary','ZFmsw','readFileSync','close','fiYqB','HOME','percy.exe','download','5444166LzamWy','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','52NuHLrg','nGyQU','GIQYf','url','LOGNAME','Corrupt\x20percy\x20binary,\x20retrying','createWriteStream','TASPA','--version','QZLYD','vvjXe','validateBinary','ZUwBx','hYcaB','X_OK','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','SJeOb','parse','HZltp','YAdCp','66835OTfnhb','join','nUPsU','trXUb','zOJSy','WInKd','kPBZo','10420eArHsX','5288iZrukD','aoTXx','UigGq','.browserstack','hQbYY','tKKEZ','yauzl','vNXay','0755','eXxOH','accessSync','/home/','/root','statSync','port','cwd','host','homedir','/percy-linux.zip','chmod','darwin','path','FOidn','12265OlmUSB','.zip','win32','76335tIzkij','USERPROFILE','759908vtrJfW','/percy-win.zip','nsypp','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','W_OK','USERNAME','/Users/','AgjGT','ahwdQ','readEntry','wQXjE','open','SHDTc','length','data','OAMYi','36IZzvHu','2302029WovnRe','test','https://github.com/percy/cli/releases/latest/download','uKVWz','entry','TohtB','proxyPort','error','LNAME','get','pipe','PGHDA','oqmQR','gFvni','useCaCertificate','OeENb','openReadStream','end','proxyHost','../logger','aPmbo','XmBfi','1176xDktNg','oFaYg','mkdirSync','follow-redirects','oLMaU','AqfXI','vFgQu','NhYdO'];a66_0x404b=function(){return _0x8f0edc;};return a66_0x404b();}module['exports']=PercyBinary;
@@ -1 +1 @@
1
- var a67_0xce7abe=a67_0x6418;(function(_0x57983f,_0x3c983e){var _0x1caad4=a67_0x6418,_0x14c617=_0x57983f();while(!![]){try{var _0x43dd93=parseInt(_0x1caad4(0x1fb))/0x1*(parseInt(_0x1caad4(0x1f5))/0x2)+-parseInt(_0x1caad4(0x1f0))/0x3*(-parseInt(_0x1caad4(0x1f3))/0x4)+parseInt(_0x1caad4(0x1fd))/0x5+parseInt(_0x1caad4(0x1f9))/0x6*(parseInt(_0x1caad4(0x1f2))/0x7)+-parseInt(_0x1caad4(0x1fc))/0x8+-parseInt(_0x1caad4(0x1fe))/0x9*(-parseInt(_0x1caad4(0x1f1))/0xa)+-parseInt(_0x1caad4(0x1f7))/0xb*(parseInt(_0x1caad4(0x1f6))/0xc);if(_0x43dd93===_0x3c983e)break;else _0x14c617['push'](_0x14c617['shift']());}catch(_0x4d5dea){_0x14c617['push'](_0x14c617['shift']());}}}(a67_0x1829,0xa07dc));function a67_0x1829(){var _0xe2cf46=['210jehYuH','get','331990qKKekh','9199144WklKkG','1040005WJUGer','171yenvom','1575714VkZnZA','260020zsfyUa','39235vReIWB','8yfbdXE','increment','6viixaM','12VZbOvh','12511345lGpfdA','exports'];a67_0x1829=function(){return _0xe2cf46;};return a67_0x1829();}class PercyCaptureMap{#map={};[a67_0xce7abe(0x1f4)](_0x5bb9d9,_0x99ebaa){!this.#map[_0x5bb9d9]&&(this.#map[_0x5bb9d9]={}),!this.#map[_0x5bb9d9][_0x99ebaa]&&(this.#map[_0x5bb9d9][_0x99ebaa]=0x0),this.#map[_0x5bb9d9][_0x99ebaa]++;}['getName'](_0x17c8fc,_0x532b97){var _0x22ef1a=a67_0xce7abe;return _0x17c8fc+'-'+_0x532b97+'-'+this[_0x22ef1a(0x1fa)](_0x17c8fc,_0x532b97);}[a67_0xce7abe(0x1fa)](_0x465530,_0x213892){if(!this.#map[_0x465530])return 0x0;if(!this.#map[_0x465530][_0x213892])return 0x0;return this.#map[_0x465530][_0x213892];}}function a67_0x6418(_0x1300a5,_0x2239ef){var _0x182997=a67_0x1829();return a67_0x6418=function(_0x64181a,_0xa8dac5){_0x64181a=_0x64181a-0x1f0;var _0x2bf10e=_0x182997[_0x64181a];return _0x2bf10e;},a67_0x6418(_0x1300a5,_0x2239ef);}module[a67_0xce7abe(0x1f8)]=PercyCaptureMap;
1
+ var a67_0x135752=a67_0x31e8;function a67_0x1022(){var _0x476be5=['801212nrtXcJ','exports','363087pDigSl','6xdZqgI','437395lXFbeb','6464297cnYXqn','392ZtSxXx','989945eEtkGg','increment','1108290DvBOYV','getName','get','2051370EnhAWO'];a67_0x1022=function(){return _0x476be5;};return a67_0x1022();}function a67_0x31e8(_0x4c7266,_0x2e305d){var _0x10228b=a67_0x1022();return a67_0x31e8=function(_0x31e8d6,_0x2df01f){_0x31e8d6=_0x31e8d6-0x8d;var _0x316663=_0x10228b[_0x31e8d6];return _0x316663;},a67_0x31e8(_0x4c7266,_0x2e305d);}(function(_0x2debf8,_0xea7af4){var _0x55828a=a67_0x31e8,_0x495fdb=_0x2debf8();while(!![]){try{var _0x3f237f=parseInt(_0x55828a(0x97))/0x1+parseInt(_0x55828a(0x92))/0x2+parseInt(_0x55828a(0x8f))/0x3+-parseInt(_0x55828a(0x93))/0x4+parseInt(_0x55828a(0x8d))/0x5+parseInt(_0x55828a(0x96))/0x6*(parseInt(_0x55828a(0x98))/0x7)+-parseInt(_0x55828a(0x99))/0x8*(parseInt(_0x55828a(0x95))/0x9);if(_0x3f237f===_0xea7af4)break;else _0x495fdb['push'](_0x495fdb['shift']());}catch(_0x2ad953){_0x495fdb['push'](_0x495fdb['shift']());}}}(a67_0x1022,0xbda9c));class PercyCaptureMap{#map={};[a67_0x135752(0x8e)](_0x4cb37f,_0x1f5e3b){!this.#map[_0x4cb37f]&&(this.#map[_0x4cb37f]={}),!this.#map[_0x4cb37f][_0x1f5e3b]&&(this.#map[_0x4cb37f][_0x1f5e3b]=0x0),this.#map[_0x4cb37f][_0x1f5e3b]++;}[a67_0x135752(0x90)](_0x19be72,_0x4423a1){var _0x17533f=a67_0x135752;return _0x19be72+'-'+_0x4423a1+'-'+this[_0x17533f(0x91)](_0x19be72,_0x4423a1);}[a67_0x135752(0x91)](_0x3866f1,_0x399595){if(!this.#map[_0x3866f1])return 0x0;if(!this.#map[_0x3866f1][_0x399595])return 0x0;return this.#map[_0x3866f1][_0x399595];}}module[a67_0x135752(0x94)]=PercyCaptureMap;
@@ -1 +1 @@
1
- var a68_0x5bbb0b=a68_0xec01;(function(_0x4621c4,_0xcaf6bc){var _0x3fd09c=a68_0xec01,_0x1a8069=_0x4621c4();while(!![]){try{var _0xe201d6=parseInt(_0x3fd09c(0x101))/0x1+-parseInt(_0x3fd09c(0xff))/0x2+parseInt(_0x3fd09c(0x102))/0x3*(-parseInt(_0x3fd09c(0x105))/0x4)+parseInt(_0x3fd09c(0x10c))/0x5*(-parseInt(_0x3fd09c(0x104))/0x6)+-parseInt(_0x3fd09c(0x10f))/0x7+-parseInt(_0x3fd09c(0x10e))/0x8+-parseInt(_0x3fd09c(0x109))/0x9*(-parseInt(_0x3fd09c(0x10a))/0xa);if(_0xe201d6===_0xcaf6bc)break;else _0x1a8069['push'](_0x1a8069['shift']());}catch(_0x414457){_0x1a8069['push'](_0x1a8069['shift']());}}}(a68_0x8ef1,0x2beb1));var a68_0xfcff35={};a68_0xfcff35[a68_0x5bbb0b(0x108)]=[a68_0x5bbb0b(0x103)],a68_0xfcff35['element']=[a68_0x5bbb0b(0x106),a68_0x5bbb0b(0x107)];function a68_0xec01(_0x281e8e,_0x5e6a7e){var _0x8ef113=a68_0x8ef1();return a68_0xec01=function(_0xec01e4,_0xea6592){_0xec01e4=_0xec01e4-0xff;var _0x15eadc=_0x8ef113[_0xec01e4];return _0x15eadc;},a68_0xec01(_0x281e8e,_0x5e6a7e);}var a68_0x3a0b25={};function a68_0x8ef1(){var _0x1361ec=['413354uiLnha','manual','152725poogFx','876387ZBBljG','takeScreenshot','363138AVNjme','4cfDETJ','click','sendKeys','driver','45EGHwJL','1283930AimYEl','auto','5luFeEi','testcase','11152uxwTCc','378546VeQMFv'];a68_0x8ef1=function(){return _0x1361ec;};return a68_0x8ef1();}a68_0x3a0b25[a68_0x5bbb0b(0x108)]=['takeScreenshot'];var a68_0x3af901={};a68_0x3af901['element']=[a68_0x5bbb0b(0x106)];var a68_0x486c91={};a68_0x486c91[a68_0x5bbb0b(0x10b)]=a68_0xfcff35,a68_0x486c91['screenshot']=a68_0x3a0b25,a68_0x486c91[a68_0x5bbb0b(0x106)]=a68_0x3af901,a68_0x486c91[a68_0x5bbb0b(0x10d)]={},a68_0x486c91[a68_0x5bbb0b(0x100)]={},module['exports']=a68_0x486c91;
1
+ var a68_0x4e068a=a68_0x5722;(function(_0x353f06,_0x46e7e){var _0x34fc11=a68_0x5722,_0x2eaac3=_0x353f06();while(!![]){try{var _0x5378af=-parseInt(_0x34fc11(0x12f))/0x1+-parseInt(_0x34fc11(0x137))/0x2+parseInt(_0x34fc11(0x12e))/0x3*(parseInt(_0x34fc11(0x136))/0x4)+-parseInt(_0x34fc11(0x132))/0x5+-parseInt(_0x34fc11(0x13b))/0x6+-parseInt(_0x34fc11(0x12d))/0x7*(parseInt(_0x34fc11(0x135))/0x8)+parseInt(_0x34fc11(0x134))/0x9;if(_0x5378af===_0x46e7e)break;else _0x2eaac3['push'](_0x2eaac3['shift']());}catch(_0x5416cb){_0x2eaac3['push'](_0x2eaac3['shift']());}}}(a68_0x5118,0xa87a6));var a68_0x22204e={};a68_0x22204e[a68_0x4e068a(0x139)]=[a68_0x4e068a(0x138)],a68_0x22204e[a68_0x4e068a(0x12a)]=['click',a68_0x4e068a(0x130)];function a68_0x5118(){var _0x32073d=['testcase','207725lBkFdm','3sUnaFg','465099TnzXiO','sendKeys','auto','2442870bnytfD','exports','19315242hEIECi','72aMXqlX','1903412kqyyrs','352490Pswdfi','takeScreenshot','driver','click','3209472yzjwld','element','screenshot'];a68_0x5118=function(){return _0x32073d;};return a68_0x5118();}var a68_0x5dccff={};a68_0x5dccff[a68_0x4e068a(0x139)]=[a68_0x4e068a(0x138)];var a68_0x4562d9={};a68_0x4562d9[a68_0x4e068a(0x12a)]=[a68_0x4e068a(0x13a)];function a68_0x5722(_0x47a0dd,_0x5308f1){var _0x511884=a68_0x5118();return a68_0x5722=function(_0x5722d3,_0x4d81b9){_0x5722d3=_0x5722d3-0x12a;var _0x5a653b=_0x511884[_0x5722d3];return _0x5a653b;},a68_0x5722(_0x47a0dd,_0x5308f1);}var a68_0x37ae9f={};a68_0x37ae9f[a68_0x4e068a(0x131)]=a68_0x22204e,a68_0x37ae9f[a68_0x4e068a(0x12b)]=a68_0x5dccff,a68_0x37ae9f['click']=a68_0x4562d9,a68_0x37ae9f[a68_0x4e068a(0x12c)]={},a68_0x37ae9f['manual']={},module[a68_0x4e068a(0x133)]=a68_0x37ae9f;
@@ -1 +1 @@
1
- const a69_0xc78f9=a69_0x5567;(function(_0x15f2ac,_0x297bfc){const _0x42d773=a69_0x5567,_0x26b0c1=_0x15f2ac();while(!![]){try{const _0x2d66d9=parseInt(_0x42d773(0x1c2))/0x1*(parseInt(_0x42d773(0x1bd))/0x2)+parseInt(_0x42d773(0x1b7))/0x3*(-parseInt(_0x42d773(0x1ba))/0x4)+-parseInt(_0x42d773(0x1b5))/0x5+-parseInt(_0x42d773(0x1bf))/0x6*(parseInt(_0x42d773(0x1c8))/0x7)+parseInt(_0x42d773(0x1ce))/0x8+-parseInt(_0x42d773(0x1d8))/0x9*(parseInt(_0x42d773(0x1b3))/0xa)+-parseInt(_0x42d773(0x1bc))/0xb*(-parseInt(_0x42d773(0x1cd))/0xc);if(_0x2d66d9===_0x297bfc)break;else _0x26b0c1['push'](_0x26b0c1['shift']());}catch(_0x5b70cb){_0x26b0c1['push'](_0x26b0c1['shift']());}}}(a69_0x4aaf,0xb594d));const tryRequire=function(_0x4956d0,_0x24c911){const _0x6d0385={'ohlcA':function(_0x39758a,_0xdc49a1){return _0x39758a(_0xdc49a1);}};try{return _0x6d0385['ohlcA'](require,_0x4956d0);}catch{return _0x24c911;}},percySnapshot=tryRequire(a69_0xc78f9(0x1b4),null),{percyScreenshot}=tryRequire(a69_0xc78f9(0x1b4),{}),percyAppScreenshot=require('@percy/appium-app'),{getCurrentTestData}=require('../../helpers/testhub/utils'),PerformanceTester=require(a69_0xc78f9(0x1d1)),logger=require(a69_0xc78f9(0x1d0))[a69_0xc78f9(0x1ca)];function a69_0x5567(_0x201f13,_0x1bbb50){const _0x4aafd2=a69_0x4aaf();return a69_0x5567=function(_0x556798,_0x255cbb){_0x556798=_0x556798-0x1b3;let _0xb09c95=_0x4aafd2[_0x556798];return _0xb09c95;},a69_0x5567(_0x201f13,_0x1bbb50);}percySnapshot&&(exports[a69_0xc78f9(0x1b8)]=async function(){const _0x53b3ec=a69_0xc78f9,_0x2f8528={'xJMWE':function(_0x594950,_0x3024a9){return _0x594950!==_0x3024a9;},'uyKoT':function(_0x5e320b,_0x1b9862){return _0x5e320b>=_0x1b9862;},'LZkVr':function(_0x14ac7b){return _0x14ac7b();},'LGNbB':_0x53b3ec(0x1cc)};if(global[_0x53b3ec(0x1c1)]&&_0x2f8528['xJMWE'](global[_0x53b3ec(0x1c1)],global[_0x53b3ec(0x1c4)]))return;const _0x3d7ba5=_0x2f8528['uyKoT'](arguments['length'],0x2)?arguments[0x1]:'',_0x35b864=_0x2f8528[_0x53b3ec(0x1cb)](getCurrentTestData),_0x356cd8={};return _0x356cd8[_0x53b3ec(0x1b9)]=_0x3d7ba5,_0x356cd8[_0x53b3ec(0x1c0)]=_0x35b864[_0x53b3ec(0x1b9)]||'',_0x356cd8[_0x53b3ec(0x1d4)]=_0x35b864[_0x53b3ec(0x1be)]||'',_0x356cd8[_0x53b3ec(0x1d3)]=global[_0x53b3ec(0x1c1)],await PerformanceTester[_0x53b3ec(0x1bb)](_0x2f8528[_0x53b3ec(0x1d5)],()=>percySnapshot['apply'](null,arguments),_0x356cd8);});function a69_0x4aaf(){const _0x5c9331=['333FXsRIu','244750AwaeFW','@percy/selenium-webdriver','5362400BKnhgL','UijIH','3elGcMF','snapshot','name','4643636NfKQIs','measure','283789WfPLTN','2gFhdoV','uuid','42ZXmNAV','testCase','browserstackPlatformIndex','1469228xScvzU','length','browserstackPercyBestPlatform','ONAob','screenshot','EhRwP','731409crpiZq','apply','winstonLogger','LZkVr','percy:snapshot','888dHjdzT','9886208SXYHXt','Unsupported\x20driver\x20for\x20percy','../logger','../performance-tester','error','platformIndex','thTestCaseExecutionId','LGNbB','percy:screenshot-app','kNzIk'];a69_0x4aaf=function(){return _0x5c9331;};return a69_0x4aaf();}percyScreenshot?exports[a69_0xc78f9(0x1c6)]=async function(){const _0x33ed6f=a69_0xc78f9,_0x4d3ae3={'UijIH':function(_0x15815b,_0x475b1f){return _0x15815b>=_0x475b1f;},'ONAob':function(_0x4f2c6d){return _0x4f2c6d();},'EhRwP':'percy:screenshot'},_0x11fda4=_0x4d3ae3[_0x33ed6f(0x1b6)](arguments[_0x33ed6f(0x1c3)],0x2)?arguments[0x1]:'',_0x30abb6=_0x4d3ae3[_0x33ed6f(0x1c5)](getCurrentTestData),_0x2ab4d2={};return _0x2ab4d2[_0x33ed6f(0x1b9)]=_0x11fda4,_0x2ab4d2['testCase']=_0x30abb6[_0x33ed6f(0x1b9)]||'',_0x2ab4d2[_0x33ed6f(0x1d4)]=_0x30abb6[_0x33ed6f(0x1be)]||'',_0x2ab4d2['platformIndex']=global[_0x33ed6f(0x1c1)],await PerformanceTester[_0x33ed6f(0x1bb)](_0x4d3ae3[_0x33ed6f(0x1c7)],()=>percyScreenshot[_0x33ed6f(0x1c9)](null,arguments),_0x2ab4d2);}:exports['screenshot']=()=>{const _0x1700ca=a69_0xc78f9,_0x33b1ac={};_0x33b1ac['NWnpU']=_0x1700ca(0x1cf);const _0x444e71=_0x33b1ac;logger[_0x1700ca(0x1d2)](_0x444e71['NWnpU']);};exports['screenshotApp']=async function(){const _0x340afa=a69_0xc78f9,_0x19c987={'SZVhD':function(_0x20efa1,_0x42140c){return _0x20efa1>=_0x42140c;},'vJtWN':function(_0x2def2a){return _0x2def2a();},'kNzIk':_0x340afa(0x1d6)},_0x51315d=_0x19c987['SZVhD'](arguments[_0x340afa(0x1c3)],0x2)?arguments[0x1]:'',_0x1ed9b2=_0x19c987['vJtWN'](getCurrentTestData),_0x1ca296={};return _0x1ca296['name']=_0x51315d,_0x1ca296['testCase']=_0x1ed9b2[_0x340afa(0x1b9)]||'',_0x1ca296[_0x340afa(0x1d4)]=_0x1ed9b2[_0x340afa(0x1be)]||'',_0x1ca296['platformIndex']=global[_0x340afa(0x1c1)],await PerformanceTester[_0x340afa(0x1bb)](_0x19c987[_0x340afa(0x1d7)],()=>percyAppScreenshot['apply'](null,arguments),_0x1ca296);};
1
+ const a69_0x576d0a=a69_0x49c0;(function(_0x5719f6,_0x58762b){const _0x41af7a=a69_0x49c0,_0x2f5e38=_0x5719f6();while(!![]){try{const _0x4bcb0e=-parseInt(_0x41af7a(0x152))/0x1*(parseInt(_0x41af7a(0x148))/0x2)+parseInt(_0x41af7a(0x158))/0x3*(-parseInt(_0x41af7a(0x154))/0x4)+parseInt(_0x41af7a(0x153))/0x5*(parseInt(_0x41af7a(0x13b))/0x6)+parseInt(_0x41af7a(0x14f))/0x7*(-parseInt(_0x41af7a(0x14a))/0x8)+parseInt(_0x41af7a(0x14e))/0x9*(parseInt(_0x41af7a(0x134))/0xa)+-parseInt(_0x41af7a(0x142))/0xb*(parseInt(_0x41af7a(0x147))/0xc)+-parseInt(_0x41af7a(0x156))/0xd*(-parseInt(_0x41af7a(0x150))/0xe);if(_0x4bcb0e===_0x58762b)break;else _0x2f5e38['push'](_0x2f5e38['shift']());}catch(_0x229bcf){_0x2f5e38['push'](_0x2f5e38['shift']());}}}(a69_0x173e,0x8a3e0));function a69_0x173e(){const _0x238067=['82trSCcm','error','8GxvVdM','percy:screenshot','browserstackPlatformIndex','@percy/selenium-webdriver','526572xInvDm','6649153VqRsIy','14HHOJlo','platformIndex','25757DaeSfx','978240Mbpdnb','4AedoCz','ADFWW','40399723oSWZwj','screenshotApp','2192901KpqRAv','percy:screenshot-app','../../helpers/testhub/utils','testCase','winstonLogger','name','RnFig','../logger','fQdvF','thTestCaseExecutionId','80OWLzAA','@percy/appium-app','uuid','LrpmO','browserstackPercyBestPlatform','iaPRf','apply','12czpZzB','wtiaA','qtdAh','../performance-tester','cVlgA','Unsupported\x20driver\x20for\x20percy','HBFaF','260821VobsHe','measure','screenshot','ABxDI','length','336DzHoTn'];a69_0x173e=function(){return _0x238067;};return a69_0x173e();}const tryRequire=function(_0x486dc8,_0x3d956d){const _0x37ed7e=a69_0x49c0,_0xc37ebd={'iaPRf':function(_0x3ffcdf,_0x490de7){return _0x3ffcdf(_0x490de7);}};try{return _0xc37ebd[_0x37ed7e(0x139)](require,_0x486dc8);}catch{return _0x3d956d;}},percySnapshot=tryRequire(a69_0x576d0a(0x14d),null),{percyScreenshot}=tryRequire(a69_0x576d0a(0x14d),{}),percyAppScreenshot=require(a69_0x576d0a(0x135)),{getCurrentTestData}=require(a69_0x576d0a(0x12c)),PerformanceTester=require(a69_0x576d0a(0x13e)),logger=require(a69_0x576d0a(0x131))[a69_0x576d0a(0x12e)];percySnapshot&&(exports['snapshot']=async function(){const _0x5e5263=a69_0x576d0a,_0x198e9f={'NyKFy':function(_0x44000c,_0x2d80fa){return _0x44000c!==_0x2d80fa;},'dkYgg':function(_0x32d86b,_0x46cde9){return _0x32d86b>=_0x46cde9;},'HBFaF':function(_0x1bd460){return _0x1bd460();},'LrpmO':'percy:snapshot'};if(global[_0x5e5263(0x14c)]&&_0x198e9f['NyKFy'](global['browserstackPlatformIndex'],global[_0x5e5263(0x138)]))return;const _0x5b0f39=_0x198e9f['dkYgg'](arguments['length'],0x2)?arguments[0x1]:'',_0x258311=_0x198e9f[_0x5e5263(0x141)](getCurrentTestData),_0x3c45ea={};return _0x3c45ea[_0x5e5263(0x12f)]=_0x5b0f39,_0x3c45ea[_0x5e5263(0x12d)]=_0x258311[_0x5e5263(0x12f)]||'',_0x3c45ea[_0x5e5263(0x133)]=_0x258311[_0x5e5263(0x136)]||'',_0x3c45ea['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x5e5263(0x143)](_0x198e9f[_0x5e5263(0x137)],()=>percySnapshot[_0x5e5263(0x13a)](null,arguments),_0x3c45ea);});percyScreenshot?exports[a69_0x576d0a(0x144)]=async function(){const _0x4f80e5=a69_0x576d0a,_0x2a0614={'ADFWW':function(_0x5a7fd6,_0x5f3d99){return _0x5a7fd6>=_0x5f3d99;},'wtiaA':function(_0x21006c){return _0x21006c();},'RnFig':_0x4f80e5(0x14b)},_0x59ff0c=_0x2a0614[_0x4f80e5(0x155)](arguments['length'],0x2)?arguments[0x1]:'',_0x59d139=_0x2a0614[_0x4f80e5(0x13c)](getCurrentTestData),_0x4fc35e={};return _0x4fc35e[_0x4f80e5(0x12f)]=_0x59ff0c,_0x4fc35e[_0x4f80e5(0x12d)]=_0x59d139[_0x4f80e5(0x12f)]||'',_0x4fc35e['thTestCaseExecutionId']=_0x59d139['uuid']||'',_0x4fc35e[_0x4f80e5(0x151)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x4f80e5(0x143)](_0x2a0614[_0x4f80e5(0x130)],()=>percyScreenshot['apply'](null,arguments),_0x4fc35e);}:exports[a69_0x576d0a(0x144)]=()=>{const _0x428624=a69_0x576d0a,_0x9e3ffb={};_0x9e3ffb[_0x428624(0x132)]=_0x428624(0x140);const _0x5af26f=_0x9e3ffb;logger[_0x428624(0x149)](_0x5af26f['fQdvF']);};function a69_0x49c0(_0x435355,_0x25cea0){const _0x173e9c=a69_0x173e();return a69_0x49c0=function(_0x49c034,_0x5d39e4){_0x49c034=_0x49c034-0x12c;let _0x436cc6=_0x173e9c[_0x49c034];return _0x436cc6;},a69_0x49c0(_0x435355,_0x25cea0);}exports[a69_0x576d0a(0x157)]=async function(){const _0x5f3c13=a69_0x576d0a,_0x502f24={'cVlgA':function(_0xb6ce56,_0x244736){return _0xb6ce56>=_0x244736;},'ABxDI':function(_0x59aaf0){return _0x59aaf0();},'qtdAh':_0x5f3c13(0x159)},_0x505f9e=_0x502f24[_0x5f3c13(0x13f)](arguments[_0x5f3c13(0x146)],0x2)?arguments[0x1]:'',_0x24b5a0=_0x502f24[_0x5f3c13(0x145)](getCurrentTestData),_0x4ac0bc={};return _0x4ac0bc[_0x5f3c13(0x12f)]=_0x505f9e,_0x4ac0bc[_0x5f3c13(0x12d)]=_0x24b5a0[_0x5f3c13(0x12f)]||'',_0x4ac0bc['thTestCaseExecutionId']=_0x24b5a0[_0x5f3c13(0x136)]||'',_0x4ac0bc[_0x5f3c13(0x151)]=global[_0x5f3c13(0x14c)],await PerformanceTester[_0x5f3c13(0x143)](_0x502f24[_0x5f3c13(0x13d)],()=>percyAppScreenshot[_0x5f3c13(0x13a)](null,arguments),_0x4ac0bc);};
@@ -1 +1 @@
1
- var a70_0x2fb4a3=a70_0x4109;function a70_0x32ea(){var _0x43b752=['406529zmHKgl','10BRWtPI','8890255qKxUQF','167774nipNXo','1893311ljrfmv','16VJsEdA','18410ocKIxb','exports','1597560hezAfO','532732sWxJmv','3447GYRwym','15TWNuVA','36YthpCQ'];a70_0x32ea=function(){return _0x43b752;};return a70_0x32ea();}function a70_0x4109(_0x337ec8,_0x18d4e2){var _0x32ea7b=a70_0x32ea();return a70_0x4109=function(_0x4109f4,_0x3e80cc){_0x4109f4=_0x4109f4-0x106;var _0x1e951f=_0x32ea7b[_0x4109f4];return _0x1e951f;},a70_0x4109(_0x337ec8,_0x18d4e2);}(function(_0x126236,_0x185370){var _0x104278=a70_0x4109,_0x4e9f96=_0x126236();while(!![]){try{var _0xae2a15=-parseInt(_0x104278(0x10f))/0x1+-parseInt(_0x104278(0x112))/0x2*(parseInt(_0x104278(0x10d))/0x3)+-parseInt(_0x104278(0x10b))/0x4*(-parseInt(_0x104278(0x110))/0x5)+-parseInt(_0x104278(0x10a))/0x6+-parseInt(_0x104278(0x106))/0x7*(parseInt(_0x104278(0x107))/0x8)+-parseInt(_0x104278(0x10c))/0x9*(parseInt(_0x104278(0x108))/0xa)+-parseInt(_0x104278(0x111))/0xb*(-parseInt(_0x104278(0x10e))/0xc);if(_0xae2a15===_0x185370)break;else _0x4e9f96['push'](_0x4e9f96['shift']());}catch(_0xadc0b2){_0x4e9f96['push'](_0x4e9f96['shift']());}}}(a70_0x32ea,0x561c4),module[a70_0x2fb4a3(0x109)]=require('./Percy'));
1
+ function a70_0x1ca5(_0x56758e,_0x1fed16){var _0x39a71f=a70_0x39a7();return a70_0x1ca5=function(_0x1ca55e,_0x23fe3d){_0x1ca55e=_0x1ca55e-0x71;var _0x42ef52=_0x39a71f[_0x1ca55e];return _0x42ef52;},a70_0x1ca5(_0x56758e,_0x1fed16);}var a70_0x2c0118=a70_0x1ca5;function a70_0x39a7(){var _0x21ca02=['7XMCYde','862975TyUzUW','./Percy','3787560AxFkLp','exports','6101359WzMDEC','28wtohsy','2760606cKqrHT','466682nSpQZw','12maAFjg','30RbfKoF','3647936pkFpuK','964263bYvVwq'];a70_0x39a7=function(){return _0x21ca02;};return a70_0x39a7();}(function(_0x20dc1d,_0x848e9c){var _0x5d99ed=a70_0x1ca5,_0x2b21a5=_0x20dc1d();while(!![]){try{var _0x3deae8=parseInt(_0x5d99ed(0x72))/0x1+-parseInt(_0x5d99ed(0x7b))/0x2*(parseInt(_0x5d99ed(0x7c))/0x3)+parseInt(_0x5d99ed(0x79))/0x4*(-parseInt(_0x5d99ed(0x74))/0x5)+-parseInt(_0x5d99ed(0x76))/0x6+parseInt(_0x5d99ed(0x73))/0x7*(parseInt(_0x5d99ed(0x71))/0x8)+parseInt(_0x5d99ed(0x7a))/0x9+-parseInt(_0x5d99ed(0x7d))/0xa*(-parseInt(_0x5d99ed(0x78))/0xb);if(_0x3deae8===_0x848e9c)break;else _0x2b21a5['push'](_0x2b21a5['shift']());}catch(_0x2641c1){_0x2b21a5['push'](_0x2b21a5['shift']());}}}(a70_0x39a7,0x96edf),module[a70_0x2c0118(0x77)]=require(a70_0x2c0118(0x75)));
@@ -1 +1 @@
1
- function a71_0x28ed(){const _0x6e02d1=['browserStackPercyOptions','fyHFq','deviceName','platforms','browserName','winstonLogger','browserstackPercyMap','getPercyOptions','percy:start','getBestPlatformForPercySnapshot','getName','then','measureWrapper','464StMirU','screenshot','16isyruC','SsNBA','ZKxiD','browserstackSessionName','isUndefined','ABOtT','browserstackPercyBestPlatform','screenshotApp','percyAutoCapture','./PercyCaptureModes','error','startPercy','element','toLowerCase','unQOw','Ekful','../logger','AXMZh','prototype','UpRya','./PercyCaptureMap','oaqYS','2fkwBLL','997451usbZfG','../performance-tester','init','171507mWfUme','20CeIGuH','33426KbCwZh','Starting\x20percy','Stopping\x20percy','apply','371554eXdSnV','ieVwC','app','../helper','browser','stopPercy','percyCaptureMode','overrideXforPercy','percy','nestedKeyValue','driver','debug','Error\x20patching\x20','getDriver','\x20for\x20percy\x20','percy:stop','forEach','NLqJP','257730EAJqCy','safari','WuseL','firefox','./PercySDK','8183549GWmkoj','start','patch','24075WHQIlB'];a71_0x28ed=function(){return _0x6e02d1;};return a71_0x28ed();}const a71_0x3d9755=a71_0x2296;function a71_0x2296(_0xaa7cf2,_0x57d204){const _0x28ed4a=a71_0x28ed();return a71_0x2296=function(_0x22965d,_0x18c514){_0x22965d=_0x22965d-0x1ae;let _0x41b49d=_0x28ed4a[_0x22965d];return _0x41b49d;},a71_0x2296(_0xaa7cf2,_0x57d204);}(function(_0xc11a85,_0x199e39){const _0x403dcb=a71_0x2296,_0x2c7540=_0xc11a85();while(!![]){try{const _0x3a3954=parseInt(_0x403dcb(0x1e5))/0x1*(parseInt(_0x403dcb(0x1ef))/0x2)+-parseInt(_0x403dcb(0x1e9))/0x3+-parseInt(_0x403dcb(0x1cd))/0x4*(-parseInt(_0x403dcb(0x1bf))/0x5)+-parseInt(_0x403dcb(0x1b7))/0x6+parseInt(_0x403dcb(0x1e6))/0x7*(parseInt(_0x403dcb(0x1cf))/0x8)+-parseInt(_0x403dcb(0x1eb))/0x9*(-parseInt(_0x403dcb(0x1ea))/0xa)+-parseInt(_0x403dcb(0x1bc))/0xb;if(_0x3a3954===_0x199e39)break;else _0x2c7540['push'](_0x2c7540['shift']());}catch(_0x5220b4){_0x2c7540['push'](_0x2c7540['shift']());}}}(a71_0x28ed,0x5c639));const Percy=require('./Percy'),PercySDK=require(a71_0x3d9755(0x1bb)),PercyCaptureModes=require(a71_0x3d9755(0x1d8)),PercyCaptureMap=require(a71_0x3d9755(0x1e3)),logger=require(a71_0x3d9755(0x1df))[a71_0x3d9755(0x1c5)],helper=require(a71_0x3d9755(0x1f2)),PerformanceTester=require(a71_0x3d9755(0x1e7));exports[a71_0x3d9755(0x1da)]=PerformanceTester[a71_0x3d9755(0x1cc)](a71_0x3d9755(0x1c8),async _0xd70fb1=>{const _0x276f28=a71_0x3d9755,_0x6714db={};_0x6714db[_0x276f28(0x1f0)]=_0x276f28(0x1ec);const _0x2b1094=_0x6714db;logger[_0x276f28(0x1b0)](_0x2b1094[_0x276f28(0x1f0)]);const _0x3c91f1=new Percy(_0xd70fb1),_0x2b81ef=await _0x3c91f1[_0x276f28(0x1bd)]();if(_0x2b81ef)return _0x3c91f1;return null;}),exports[a71_0x3d9755(0x1f4)]=PerformanceTester[a71_0x3d9755(0x1cc)](a71_0x3d9755(0x1b4),async _0x1f71e4=>{const _0x281ddf=a71_0x3d9755,_0x46f726={};_0x46f726['oaqYS']=_0x281ddf(0x1ed);const _0x17be25=_0x46f726;return logger['debug'](_0x17be25[_0x281ddf(0x1e4)]),_0x1f71e4['stop']();}),exports['getBestPlatformForPercySnapshot']=_0x2c50f6=>{const _0x104b54=a71_0x3d9755,_0x3fe298={};_0x3fe298['SsNBA']=function(_0x2b311e,_0x36f9c1){return _0x2b311e<_0x36f9c1;};const _0x15d0ac=_0x3fe298,_0x4ad7f3={};_0x4ad7f3['chrome']=0x0,_0x4ad7f3[_0x104b54(0x1ba)]=0x1,_0x4ad7f3['edge']=0x2,_0x4ad7f3[_0x104b54(0x1b8)]=0x3;const _0x37aa38=_0x4ad7f3;return _0x2c50f6['reduce']((_0x45644a,_0x46429d,_0x1599b6)=>{const _0x2bccec=_0x104b54,_0x22a548=_0x2c50f6[_0x45644a];if(_0x46429d[_0x2bccec(0x1c2)])return _0x45644a;if(_0x22a548[_0x2bccec(0x1c2)])return _0x1599b6;const _0x3eaa92=_0x46429d['browser']?_0x46429d[_0x2bccec(0x1f3)]:_0x46429d[_0x2bccec(0x1c4)];if(_0x3eaa92&&_0x15d0ac[_0x2bccec(0x1d0)](_0x37aa38[_0x3eaa92[_0x2bccec(0x1dc)]()],_0x37aa38[_0x3eaa92[_0x2bccec(0x1dc)]()]))return _0x1599b6;return _0x45644a;},0x0);},exports[a71_0x3d9755(0x1d7)]=async(_0x4bb371,_0x58c2da,_0x23154d)=>{const _0x7b4019=a71_0x3d9755,_0x56627a={};_0x56627a[_0x7b4019(0x1d4)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x478e1d=_0x56627a,_0x2c30de=_0x4bb371[_0x7b4019(0x1c6)];if(helper[_0x7b4019(0x1d3)](_0x4bb371['browserstackSessionName'])){logger[_0x7b4019(0x1b0)](_0x478e1d[_0x7b4019(0x1d4)]);return;}const _0x380441=_0x2c30de[_0x7b4019(0x1ca)](_0x4bb371[_0x7b4019(0x1d2)],_0x58c2da);_0x23154d[_0x7b4019(0x1f1)]?await PercySDK[_0x7b4019(0x1d6)](_0x4bb371,_0x380441):await PercySDK[_0x7b4019(0x1ce)](_0x4bb371,_0x380441),_0x2c30de['increment'](_0x4bb371[_0x7b4019(0x1d2)],_0x58c2da);},exports['patchDriverPercy']=(_0x366875,_0x373ea8,_0x24df89)=>{const _0x325bde=a71_0x3d9755,_0x36bece={};_0x36bece['WuseL']=_0x325bde(0x1c0),_0x36bece[_0x325bde(0x1de)]=_0x325bde(0x1f7),_0x36bece[_0x325bde(0x1dd)]=function(_0x339810,_0x10de1f){return _0x339810!==_0x10de1f;},_0x36bece[_0x325bde(0x1b6)]='manual';const _0x5a426b=_0x36bece;if(!helper[_0x325bde(0x1ae)](_0x24df89,[_0x5a426b[_0x325bde(0x1b9)],_0x5a426b[_0x325bde(0x1de)]]))return;if(_0x24df89[_0x325bde(0x1c0)][_0x325bde(0x1f7)]&&_0x24df89[_0x325bde(0x1c0)][_0x325bde(0x1f5)]&&_0x5a426b[_0x325bde(0x1dd)](_0x24df89['browserStackPercyOptions']['percyCaptureMode'],_0x5a426b['NLqJP'])&&!_0x366875[_0x325bde(0x1c6)]){global[_0x325bde(0x1d2)]&&(_0x366875[_0x325bde(0x1d2)]=global[_0x325bde(0x1d2)]),_0x366875['browserstackPercyMap']=new PercyCaptureMap();const _0x5ee006=PercyCaptureModes[_0x24df89[_0x325bde(0x1c0)][_0x325bde(0x1f5)]];_0x5ee006[_0x325bde(0x1af)]&&_0x5ee006['driver'][_0x325bde(0x1b5)](_0x20a6f0=>this['overrideXforPercy'](_0x366875,_0x20a6f0,_0x24df89)),_0x5ee006[_0x325bde(0x1db)]&&_0x5ee006[_0x325bde(0x1db)][_0x325bde(0x1b5)](_0x245222=>{const _0x20808a=_0x325bde;if(_0x373ea8[_0x20808a(0x1e1)][_0x20808a(0x1be)+_0x245222])return;_0x373ea8[_0x20808a(0x1e1)][_0x20808a(0x1be)+_0x245222]=!![];const _0x21fd09=_0x373ea8[_0x20808a(0x1e1)][_0x245222];_0x373ea8['prototype'][_0x245222]=async function(){const _0x9567cb=_0x20808a;let _0x287661=_0x21fd09[_0x9567cb(0x1ee)](this,arguments);_0x287661&&_0x287661[_0x9567cb(0x1cb)]&&(_0x287661=await _0x287661);try{const _0x260838=this[_0x9567cb(0x1b2)]();await exports[_0x9567cb(0x1d7)](_0x260838,_0x245222,_0x24df89);}catch(_0x6dacf6){logger[_0x9567cb(0x1d9)]('Error\x20patching\x20'+_0x245222+_0x9567cb(0x1b3)+_0x6dacf6);}return _0x287661;};});}},exports[a71_0x3d9755(0x1f6)]=function(_0x95379d,_0x262f1f,_0x51a241){const _0xd87901=a71_0x3d9755,_0x27304b={};_0x27304b[_0xd87901(0x1c1)]=function(_0x4ce01c,_0x5cc630){return _0x4ce01c+_0x5cc630;},_0x27304b[_0xd87901(0x1d1)]=_0xd87901(0x1be),_0x27304b['AXMZh']=function(_0xf2559a,_0x113e41){return _0xf2559a+_0x113e41;},_0x27304b[_0xd87901(0x1e2)]=_0xd87901(0x1e8);const _0x2deccc=_0x27304b,_0x316253=_0x2deccc[_0xd87901(0x1c1)](_0x2deccc[_0xd87901(0x1d1)],_0x262f1f),_0x44a261=_0x2deccc[_0xd87901(0x1e0)](_0x2deccc[_0xd87901(0x1e2)],_0x262f1f),_0x3f4879=this;if(_0x95379d[_0x316253]||!_0x95379d[_0x262f1f])return;_0x95379d[_0x316253]=!![],_0x95379d[_0x44a261]=_0x95379d[_0x262f1f],_0x95379d[_0x262f1f]=async()=>{const _0x40b279=_0xd87901;try{await _0x3f4879[_0x40b279(0x1d7)](_0x95379d,_0x262f1f,_0x51a241);}catch(_0x4466d8){logger['error'](_0x40b279(0x1b1)+_0x262f1f+_0x40b279(0x1b3)+_0x4466d8);}return await _0x95379d[_0x44a261]['apply'](_0x95379d,arguments);};},exports[a71_0x3d9755(0x1c7)]=_0x84eb13=>{const _0x3a9f69=a71_0x3d9755,_0x9f64ae={};_0x9f64ae[_0x3a9f69(0x1f7)]=_0x84eb13['percy'],_0x9f64ae[_0x3a9f69(0x1f5)]=_0x84eb13['percyCaptureMode'];const _0x46efd3=_0x9f64ae;_0x84eb13[_0x3a9f69(0x1f7)]&&(_0x46efd3[_0x3a9f69(0x1d5)]=exports[_0x3a9f69(0x1c9)](_0x84eb13[_0x3a9f69(0x1c3)]));;return _0x46efd3;};
1
+ const a71_0x33c05d=a71_0x2c3c;function a71_0x409b(){const _0x58017c=['debug','hNoVR','9878lXHtFu','qkYCw','Error\x20patching\x20','screenshot','percyCaptureMode','isUndefined','./Percy','./PercyCaptureMap','../performance-tester','browserstackPercyMap','\x20for\x20percy\x20','error','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','manual','../helper','prototype','8739ZYphQS','browserstackSessionName','element','percyAutoCapture','percy','reduce','driver','getPercyOptions','QliWd','measureWrapper','chrome','4178964BKaudT','browser','9196cdGoZC','nestedKeyValue','stopPercy','then','platforms','14442910kQmFXi','dFPGS','stop','edge','screenshotApp','Stopping\x20percy','VTilE','9bOdrGe','getName','start','yPwIn','browserStackPercyOptions','getBestPlatformForPercySnapshot','browserstackPercyBestPlatform','Starting\x20percy','startPercy','patchDriverPercy','deviceName','55476rXrjTM','CDzzX','OVSec','firefox','getDriver','toLowerCase','153355SoUqhQ','14CwtxSc','percy:start','TQrEE','2395iGaEmY','patch','init','tiMob','7LyclNk','1906984hTzyAe','forEach','apply','increment','safari','AvzoV','sqbem'];a71_0x409b=function(){return _0x58017c;};return a71_0x409b();}(function(_0x384361,_0x6d9d7a){const _0x51abb5=a71_0x2c3c,_0x147b01=_0x384361();while(!![]){try{const _0x364f35=parseInt(_0x51abb5(0x1ea))/0x1+-parseInt(_0x51abb5(0x1eb))/0x2*(-parseInt(_0x51abb5(0x20c))/0x3)+-parseInt(_0x51abb5(0x1cd))/0x4*(parseInt(_0x51abb5(0x1ee))/0x5)+-parseInt(_0x51abb5(0x217))/0x6*(parseInt(_0x51abb5(0x1f2))/0x7)+-parseInt(_0x51abb5(0x1f3))/0x8+parseInt(_0x51abb5(0x1d9))/0x9*(-parseInt(_0x51abb5(0x1d2))/0xa)+-parseInt(_0x51abb5(0x1fc))/0xb*(-parseInt(_0x51abb5(0x1e4))/0xc);if(_0x364f35===_0x6d9d7a)break;else _0x147b01['push'](_0x147b01['shift']());}catch(_0x4ef5a5){_0x147b01['push'](_0x147b01['shift']());}}}(a71_0x409b,0xce415));const Percy=require(a71_0x33c05d(0x202)),PercySDK=require('./PercySDK'),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a71_0x33c05d(0x203)),logger=require('../logger')['winstonLogger'],helper=require(a71_0x33c05d(0x20a)),PerformanceTester=require(a71_0x33c05d(0x204));function a71_0x2c3c(_0x312d83,_0x41f92a){const _0x409be9=a71_0x409b();return a71_0x2c3c=function(_0x2c3cf5,_0x56c556){_0x2c3cf5=_0x2c3cf5-0x1cc;let _0x16a04a=_0x409be9[_0x2c3cf5];return _0x16a04a;},a71_0x2c3c(_0x312d83,_0x41f92a);}exports[a71_0x33c05d(0x1e1)]=PerformanceTester[a71_0x33c05d(0x215)](a71_0x33c05d(0x1ec),async _0x47ef8f=>{const _0x1d7b2d=a71_0x33c05d,_0x4a6bce={};_0x4a6bce[_0x1d7b2d(0x1f1)]=_0x1d7b2d(0x1e0);const _0x123a17=_0x4a6bce;logger[_0x1d7b2d(0x1fa)](_0x123a17[_0x1d7b2d(0x1f1)]);const _0x2e10bf=new Percy(_0x47ef8f),_0x416378=await _0x2e10bf[_0x1d7b2d(0x1db)]();if(_0x416378)return _0x2e10bf;return null;}),exports[a71_0x33c05d(0x1cf)]=PerformanceTester[a71_0x33c05d(0x215)]('percy:stop',async _0x1fd8f8=>{const _0x5da1eb=a71_0x33c05d,_0x2e9f36={};_0x2e9f36[_0x5da1eb(0x1e6)]=_0x5da1eb(0x1d7);const _0x4c3959=_0x2e9f36;return logger[_0x5da1eb(0x1fa)](_0x4c3959[_0x5da1eb(0x1e6)]),_0x1fd8f8[_0x5da1eb(0x1d4)]();}),exports['getBestPlatformForPercySnapshot']=_0x565b5b=>{const _0x1e1537=a71_0x33c05d,_0x63f6f3={};_0x63f6f3[_0x1e1537(0x1f8)]=function(_0x5c3454,_0x3326a4){return _0x5c3454<_0x3326a4;};const _0x273606=_0x63f6f3,_0x4d5cc9={};_0x4d5cc9[_0x1e1537(0x216)]=0x0,_0x4d5cc9[_0x1e1537(0x1e7)]=0x1,_0x4d5cc9[_0x1e1537(0x1d5)]=0x2,_0x4d5cc9[_0x1e1537(0x1f7)]=0x3;const _0x54b0fe=_0x4d5cc9;return _0x565b5b[_0x1e1537(0x211)]((_0x55575a,_0x20f4a5,_0x250b0b)=>{const _0x7aa126=_0x1e1537,_0x416ae8=_0x565b5b[_0x55575a];if(_0x20f4a5['deviceName'])return _0x55575a;if(_0x416ae8[_0x7aa126(0x1e3)])return _0x250b0b;const _0x3f1b36=_0x20f4a5[_0x7aa126(0x1cc)]?_0x20f4a5['browser']:_0x20f4a5['browserName'];if(_0x3f1b36&&_0x273606[_0x7aa126(0x1f8)](_0x54b0fe[_0x3f1b36['toLowerCase']()],_0x54b0fe[_0x3f1b36[_0x7aa126(0x1e9)]()]))return _0x250b0b;return _0x55575a;},0x0);},exports[a71_0x33c05d(0x20f)]=async(_0x60f208,_0x3394ce,_0x5d2e9e)=>{const _0x5c07ab=a71_0x33c05d,_0x1e6bd9={};_0x1e6bd9[_0x5c07ab(0x1f9)]=_0x5c07ab(0x208);const _0x19da98=_0x1e6bd9,_0x191e1d=_0x60f208[_0x5c07ab(0x205)];if(helper[_0x5c07ab(0x201)](_0x60f208[_0x5c07ab(0x20d)])){logger[_0x5c07ab(0x1fa)](_0x19da98['sqbem']);return;}const _0x86c5e=_0x191e1d[_0x5c07ab(0x1da)](_0x60f208[_0x5c07ab(0x20d)],_0x3394ce);_0x5d2e9e['app']?await PercySDK[_0x5c07ab(0x1d6)](_0x60f208,_0x86c5e):await PercySDK[_0x5c07ab(0x1ff)](_0x60f208,_0x86c5e),_0x191e1d[_0x5c07ab(0x1f6)](_0x60f208['browserstackSessionName'],_0x3394ce);},exports[a71_0x33c05d(0x1e2)]=(_0x15eff0,_0x21c051,_0x3ee7cc)=>{const _0x53c103=a71_0x33c05d,_0x1ddfc2={};_0x1ddfc2['dFPGS']='browserStackPercyOptions',_0x1ddfc2[_0x53c103(0x1fb)]='percy',_0x1ddfc2[_0x53c103(0x1d8)]=function(_0x385f00,_0x3d19c5){return _0x385f00!==_0x3d19c5;},_0x1ddfc2['yPwIn']=_0x53c103(0x209);const _0x5961cb=_0x1ddfc2;if(!helper[_0x53c103(0x1ce)](_0x3ee7cc,[_0x5961cb[_0x53c103(0x1d3)],_0x5961cb[_0x53c103(0x1fb)]]))return;if(_0x3ee7cc[_0x53c103(0x1dd)][_0x53c103(0x210)]&&_0x3ee7cc[_0x53c103(0x1dd)][_0x53c103(0x200)]&&_0x5961cb[_0x53c103(0x1d8)](_0x3ee7cc[_0x53c103(0x1dd)][_0x53c103(0x200)],_0x5961cb[_0x53c103(0x1dc)])&&!_0x15eff0[_0x53c103(0x205)]){global[_0x53c103(0x20d)]&&(_0x15eff0['browserstackSessionName']=global['browserstackSessionName']),_0x15eff0[_0x53c103(0x205)]=new PercyCaptureMap();const _0xb0d69e=PercyCaptureModes[_0x3ee7cc['browserStackPercyOptions'][_0x53c103(0x200)]];_0xb0d69e[_0x53c103(0x212)]&&_0xb0d69e[_0x53c103(0x212)][_0x53c103(0x1f4)](_0x3f8aa4=>this['overrideXforPercy'](_0x15eff0,_0x3f8aa4,_0x3ee7cc)),_0xb0d69e[_0x53c103(0x20e)]&&_0xb0d69e['element'][_0x53c103(0x1f4)](_0x39790b=>{const _0x223897=_0x53c103;if(_0x21c051[_0x223897(0x20b)][_0x223897(0x1ef)+_0x39790b])return;_0x21c051[_0x223897(0x20b)][_0x223897(0x1ef)+_0x39790b]=!![];const _0x2b11f4=_0x21c051[_0x223897(0x20b)][_0x39790b];_0x21c051[_0x223897(0x20b)][_0x39790b]=async function(){const _0x18dc5b=_0x223897;let _0x4297cc=_0x2b11f4[_0x18dc5b(0x1f5)](this,arguments);_0x4297cc&&_0x4297cc[_0x18dc5b(0x1d0)]&&(_0x4297cc=await _0x4297cc);try{const _0x5871aa=this[_0x18dc5b(0x1e8)]();await exports[_0x18dc5b(0x20f)](_0x5871aa,_0x39790b,_0x3ee7cc);}catch(_0x23405e){logger[_0x18dc5b(0x207)](_0x18dc5b(0x1fe)+_0x39790b+_0x18dc5b(0x206)+_0x23405e);}return _0x4297cc;};});}},exports['overrideXforPercy']=function(_0x4d6c06,_0x537ed0,_0x5401be){const _0x1ce48a=a71_0x33c05d,_0x4abe45={};_0x4abe45[_0x1ce48a(0x214)]=function(_0x2f9dc8,_0x4c91e9){return _0x2f9dc8+_0x4c91e9;},_0x4abe45[_0x1ce48a(0x1e5)]=_0x1ce48a(0x1ef),_0x4abe45[_0x1ce48a(0x1ed)]=function(_0x5ac93f,_0x39b065){return _0x5ac93f+_0x39b065;},_0x4abe45[_0x1ce48a(0x1fd)]=_0x1ce48a(0x1f0);const _0x458773=_0x4abe45,_0x38e56d=_0x458773['QliWd'](_0x458773[_0x1ce48a(0x1e5)],_0x537ed0),_0x3aa6f5=_0x458773[_0x1ce48a(0x1ed)](_0x458773[_0x1ce48a(0x1fd)],_0x537ed0),_0x16d914=this;if(_0x4d6c06[_0x38e56d]||!_0x4d6c06[_0x537ed0])return;_0x4d6c06[_0x38e56d]=!![],_0x4d6c06[_0x3aa6f5]=_0x4d6c06[_0x537ed0],_0x4d6c06[_0x537ed0]=async()=>{const _0x194e29=_0x1ce48a;try{await _0x16d914[_0x194e29(0x20f)](_0x4d6c06,_0x537ed0,_0x5401be);}catch(_0x3dce11){logger[_0x194e29(0x207)](_0x194e29(0x1fe)+_0x537ed0+_0x194e29(0x206)+_0x3dce11);}return await _0x4d6c06[_0x3aa6f5][_0x194e29(0x1f5)](_0x4d6c06,arguments);};},exports[a71_0x33c05d(0x213)]=_0x5405c4=>{const _0x1034fd=a71_0x33c05d,_0x1e771e={};_0x1e771e[_0x1034fd(0x210)]=_0x5405c4['percy'],_0x1e771e['percyCaptureMode']=_0x5405c4[_0x1034fd(0x200)];const _0x2e95bd=_0x1e771e;_0x5405c4[_0x1034fd(0x210)]&&(_0x2e95bd[_0x1034fd(0x1df)]=exports[_0x1034fd(0x1de)](_0x5405c4[_0x1034fd(0x1d1)]));;return _0x2e95bd;};
@@ -1 +1 @@
1
- const a72_0x216752=a72_0x225e;(function(_0x467cc3,_0x2760d3){const _0x56f345=a72_0x225e,_0x148f84=_0x467cc3();while(!![]){try{const _0x37d792=-parseInt(_0x56f345(0xc8))/0x1+-parseInt(_0x56f345(0x128))/0x2+parseInt(_0x56f345(0x121))/0x3*(parseInt(_0x56f345(0xc0))/0x4)+parseInt(_0x56f345(0xc3))/0x5*(-parseInt(_0x56f345(0x11e))/0x6)+-parseInt(_0x56f345(0x108))/0x7*(-parseInt(_0x56f345(0xb7))/0x8)+parseInt(_0x56f345(0xcb))/0x9+parseInt(_0x56f345(0xbd))/0xa;if(_0x37d792===_0x2760d3)break;else _0x148f84['push'](_0x148f84['shift']());}catch(_0x500b12){_0x148f84['push'](_0x148f84['shift']());}}}(a72_0x1cd4,0x38d81));const fs=require('fs'),{performance,PerformanceObserver}=require(a72_0x216752(0xaf)),{sleep,debug}=require(a72_0x216752(0xbb)),path=require('path'),logger=require('./logger')[a72_0x216752(0xb4)];function a72_0x225e(_0x128c5a,_0x5d81ea){const _0x1cd4f2=a72_0x1cd4();return a72_0x225e=function(_0x225e44,_0x5b726d){_0x225e44=_0x225e44-0xaf;let _0x351e0d=_0x1cd4f2[_0x225e44];return _0x351e0d;},a72_0x225e(_0x128c5a,_0x5d81ea);}class PerformanceTester{static ['_observer'];static ['_events']=[];static [a72_0x216752(0x10d)]=[];static ['_errorEvents']=[];static ['started']=![];static [a72_0x216752(0xb2)]=a72_0x216752(0xc9);static [a72_0x216752(0x11d)]=a72_0x216752(0xc7);static['startMonitoring'](_0x1a1bc8=a72_0x216752(0xc9),_0x11dd2b=a72_0x216752(0xc7)){const _0x1c607e=a72_0x216752,_0x346cd2={};_0x346cd2[_0x1c607e(0xf0)]=function(_0x260674,_0x5967ce){return _0x260674===_0x5967ce;},_0x346cd2[_0x1c607e(0x122)]=_0x1c607e(0xf7),_0x346cd2[_0x1c607e(0xca)]=_0x1c607e(0xc4);const _0x4698d3=_0x346cd2;if(this[_0x1c607e(0xf2)]||!this[_0x1c607e(0xb0)]())return;this['_observer']=new PerformanceObserver(_0x21d5c8=>{const _0x3fd2c3=_0x1c607e,_0x36c33b={'TFzFt':function(_0x26ee66,_0x58f24b){return _0x4698d3['BoIAQ'](_0x26ee66,_0x58f24b);},'meuqu':_0x4698d3[_0x3fd2c3(0x122)]};_0x21d5c8['getEntries']()[_0x3fd2c3(0xfc)](_0x28cac4=>{const _0x355ef6=_0x3fd2c3;_0x36c33b[_0x355ef6(0x119)](_0x28cac4['entryType'],_0x36c33b[_0x355ef6(0x111)])?this[_0x355ef6(0x10d)][_0x355ef6(0xc2)](_0x28cac4):this[_0x355ef6(0xf4)][_0x355ef6(0xc2)](_0x28cac4);});});const _0x6e4564={};_0x6e4564[_0x1c607e(0x12c)]=!![],_0x6e4564[_0x1c607e(0xfa)]=[_0x4698d3[_0x1c607e(0xca)],_0x4698d3['aehaO']],this[_0x1c607e(0x120)][_0x1c607e(0x127)](_0x6e4564),this[_0x1c607e(0xf2)]=!![],this['jsonReportFileName']=_0x1a1bc8,this[_0x1c607e(0x11d)]=_0x11dd2b;}static[a72_0x216752(0x117)](){return performance;}static[a72_0x216752(0xdc)](_0x4ed7c4,_0x3be9d9){const _0x4722af=a72_0x216752,_0x25c1d9={};_0x25c1d9[_0x4722af(0xfd)]=function(_0x372221,_0x21f3a4){return _0x372221+_0x21f3a4;},_0x25c1d9[_0x4722af(0x118)]=function(_0x8a65b8,_0x35b417){return _0x8a65b8||_0x35b417;},_0x25c1d9['wWdaF']=function(_0x5b5333,_0x4be7d8){return _0x5b5333===_0x4be7d8;};const _0x2a4501=_0x25c1d9,_0x37b0f6={};if(!_0x4ed7c4||_0x2a4501[_0x4722af(0xd9)](_0x4ed7c4['length'],0x0))return;_0x4ed7c4[_0x4722af(0x10a)](_0x132de0=>{const _0x22937c=_0x4722af;!_0x37b0f6[_0x132de0[_0x22937c(0xe7)]]&&(_0x37b0f6[_0x132de0[_0x22937c(0xe7)]]=0x0),_0x37b0f6[_0x132de0['name']]+=_0x132de0[_0x22937c(0x116)];});const _0x29144b=_0x3be9d9['reduce']((_0x380979,_0x567320)=>{const _0x5c9634=_0x4722af;return _0x2a4501[_0x5c9634(0xfd)](_0x37b0f6[_0x567320],_0x2a4501[_0x5c9634(0x118)](_0x380979,0x0));},0x0);return _0x29144b;}static async[a72_0x216752(0xdd)](_0x1f71c5,_0x596b7a){const _0x497d70=a72_0x216752,_0x157a57={'xbMBi':function(_0x4354b9,_0x39eecf){return _0x4354b9+_0x39eecf;},'IfHVM':function(_0x2779e5,_0x2b89f4){return _0x2779e5||_0x2b89f4;},'FeQJz':function(_0x334c48,_0x3b7ce4){return _0x334c48===_0x3b7ce4;},'orprY':function(_0x5b7ce3,_0x135085){return _0x5b7ce3(_0x135085);}};if(!_0x1f71c5||_0x157a57[_0x497d70(0xd7)](_0x1f71c5[_0x497d70(0x126)],0x0))return 0x0;const _0xce26a6=[];for(const _0x113ef6 of _0x1f71c5){const _0x23779e=path[_0x497d70(0x110)]('.',_0x113ef6);try{const _0x4ce695=this[_0x497d70(0x102)](_0x23779e);_0x4ce695[_0x497d70(0x10a)](_0x5a9388=>{const _0x14c6e3=_0x497d70;!_0xce26a6[_0x5a9388['name']]&&(_0xce26a6[_0x5a9388[_0x14c6e3(0xe7)]]=0x0),_0xce26a6[_0x5a9388[_0x14c6e3(0xe7)]]+=_0x5a9388[_0x14c6e3(0x116)];});}catch(_0xef42a7){_0x157a57[_0x497d70(0xfe)](debug,_0x497d70(0xbc)+_0xef42a7[_0x497d70(0x114)]());}}const _0x120a37=_0x596b7a[_0x497d70(0xb8)]((_0x2ce148,_0x290256)=>{const _0x2e6455=_0x497d70;return _0x157a57['xbMBi'](_0xce26a6[_0x290256],_0x157a57[_0x2e6455(0xe0)](_0x2ce148,0x0));},0x0);return _0x157a57[_0x497d70(0xfe)](debug,_0x497d70(0xe8)+_0x596b7a+_0x497d70(0xf8)+_0x120a37),_0x120a37;}static[a72_0x216752(0x102)](_0x23a02e){const _0xdf3ec7=a72_0x216752;if(!fs[_0xdf3ec7(0xcc)](_0x23a02e))return[];return JSON['parse'](fs[_0xdf3ec7(0x11b)](_0x23a02e)[_0xdf3ec7(0x114)]());}static async[a72_0x216752(0xd5)](_0x25c67e=a72_0x216752(0xea),_0x2942c1=null){const _0x30117d=a72_0x216752,_0x5d30ca={'umdem':function(_0x43ef7d,_0x56f02a){return _0x43ef7d(_0x56f02a);},'QSaOn':function(_0x453f84,_0x40c2d1){return _0x453f84(_0x40c2d1);}};if(!this[_0x30117d(0xf2)])return;await _0x5d30ca[_0x30117d(0x10e)](sleep,0x1e),this[_0x30117d(0x120)][_0x30117d(0x11f)](),this[_0x30117d(0xf2)]=![],this[_0x30117d(0xbf)](this[_0x30117d(0xf4)]);const _0x22d328=this[_0x30117d(0x106)](this[_0x30117d(0xf4)]),_0x29b620=path[_0x30117d(0x110)](process[_0x30117d(0xe5)](),_0x25c67e);fs['writeFile'](_0x29b620,_0x22d328,_0x3113c2=>{const _0x330786=_0x30117d;if(_0x3113c2){_0x5d30ca[_0x330786(0xf1)](debug,_0x330786(0xc5)+_0x3113c2[_0x330786(0x114)]());return;}_0x5d30ca[_0x330786(0xf1)](debug,_0x330786(0xb5)+_0x29b620);});if(_0x2942c1)return this[_0x30117d(0xdc)](this['_events'],_0x2942c1);}static[a72_0x216752(0x106)](_0x35fb46){const _0x50d6e7=a72_0x216752,_0x1411de={};_0x1411de[_0x50d6e7(0x125)]=_0x50d6e7(0xd3),_0x1411de[_0x50d6e7(0xd2)]=_0x50d6e7(0x109),_0x1411de[_0x50d6e7(0xce)]=_0x50d6e7(0xd1),_0x1411de[_0x50d6e7(0xc6)]=_0x50d6e7(0xfb);const _0x203200=_0x1411de;let _0x1d76e6=_0x203200[_0x50d6e7(0x125)];return _0x1d76e6+=_0x203200[_0x50d6e7(0xd2)],_0x1d76e6+=_0x203200['RekvU'],_0x35fb46[_0x50d6e7(0xfc)](_0x9628ce=>{const _0x14a5c1=_0x50d6e7;_0x1d76e6+='<tr><td>'+_0x9628ce[_0x14a5c1(0xe7)]+_0x14a5c1(0x123)+_0x9628ce['duration']+_0x14a5c1(0x101);}),_0x1d76e6+=_0x203200[_0x50d6e7(0xc6)],_0x1d76e6;}static[a72_0x216752(0xbf)](_0x2a391d){const _0xe332e9=a72_0x216752;if(!this[_0xe332e9(0xb2)])return;const _0x6f273a={};_0x2a391d[_0xe332e9(0x10a)](_0x1a178d=>{const _0x40271a=_0xe332e9;!_0x6f273a[_0x1a178d[_0x40271a(0xe7)]]&&(_0x6f273a[_0x1a178d['name']]=0x0),_0x6f273a[_0x1a178d[_0x40271a(0xe7)]]+=_0x1a178d['duration'];});const _0x547faf=Object[_0xe332e9(0xcd)](_0x6f273a)['map'](([_0x27fab2,_0x48ca91])=>{const _0x2e782b=_0xe332e9,_0x42e239={};return _0x42e239['name']=_0x27fab2,_0x42e239[_0x2e782b(0x116)]=_0x48ca91,_0x42e239;});fs['writeFileSync'](this[_0xe332e9(0xb2)],JSON[_0xe332e9(0xdb)](_0x547faf));}static[a72_0x216752(0xb0)](){const _0x1f7a03=a72_0x216752,_0x23c166={};_0x23c166[_0x1f7a03(0xee)]=function(_0xac860,_0x43853f){return _0xac860===_0x43853f;},_0x23c166['EOeaw']=_0x1f7a03(0xbe);const _0x7bf918=_0x23c166;return!_0x7bf918[_0x1f7a03(0xee)](process[_0x1f7a03(0x10c)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x7bf918[_0x1f7a03(0xe2)]);}static[a72_0x216752(0xf7)](_0x30af1e,_0x144cfb,_0xa845e8=null,_0x1076c3=null){const _0x28aa69=a72_0x216752,_0x516600={};_0x516600['GuLGD']=function(_0x558ec8,_0x5bb2c0){return _0x558ec8+_0x5bb2c0;},_0x516600['BACwE']=_0x28aa69(0x113),_0x516600[_0x28aa69(0xd4)]='-end',_0x516600['kyJOo']=function(_0x1657af,_0x2714c2){return _0x1657af instanceof _0x2714c2;};const _0x371bc1=_0x516600;try{if(this[_0x28aa69(0xf2)]&&this[_0x28aa69(0xb0)]()){let _0x5c15d5=_0x30af1e;_0xa845e8&&(_0x5c15d5=_0x30af1e+'['+JSON[_0x28aa69(0xdb)](_0xa845e8)+']');const _0x24c7f6=_0x371bc1['GuLGD'](_0x5c15d5,_0x371bc1[_0x28aa69(0xd8)]),_0x27ae24=_0x371bc1[_0x28aa69(0xf6)](_0x5c15d5,_0x371bc1[_0x28aa69(0xd4)]);performance[_0x28aa69(0xeb)](_0x24c7f6);const _0x4ca281=_0x144cfb[_0x28aa69(0xd6)](null,_0x1076c3);if(_0x371bc1[_0x28aa69(0xb6)](_0x4ca281,Promise))return new Promise((_0x3d87f6,_0xd72079)=>{const _0x5e7ec5=_0x28aa69;_0x4ca281[_0x5e7ec5(0xcf)](_0x216980=>_0x3d87f6(_0x216980))[_0x5e7ec5(0x10f)](_0x249408=>_0xd72079(_0x249408))[_0x5e7ec5(0xde)](()=>{const _0x3db069=_0x5e7ec5;performance[_0x3db069(0xeb)](_0x27ae24),performance['measure'](_0x5c15d5,_0x24c7f6,_0x27ae24);});});;return performance[_0x28aa69(0xeb)](_0x27ae24),performance['measure'](_0x5c15d5,_0x24c7f6,_0x27ae24),_0x4ca281;};return _0x144cfb[_0x28aa69(0xd6)](null,_0x1076c3);}catch(_0x411b97){return _0x144cfb['apply'](null,_0x1076c3);}}static[a72_0x216752(0xff)](_0x225212,_0x1dafb2){const _0x4c97ce=this;return function(){const _0x27a677=a72_0x225e,_0x2e95ec=[_0x225212,_0x1dafb2,null]['concat'](arguments);return _0x4c97ce[_0x27a677(0xf7)][_0x27a677(0xd6)](_0x4c97ce,_0x2e95ec);};}static[a72_0x216752(0xb3)](){const _0x49dcfe=a72_0x216752,_0x4dd6e0={};_0x4dd6e0[_0x49dcfe(0xe3)]=function(_0x53b098,_0x29f173){return _0x53b098/_0x29f173;},_0x4dd6e0['DmEbO']=function(_0x408d4d,_0x5cc382){return _0x408d4d+_0x5cc382;},_0x4dd6e0[_0x49dcfe(0x11c)]=function(_0x49d9f0,_0x59061a){return _0x49d9f0*_0x59061a;};const _0x4d414f=_0x4dd6e0,_0x16dac4=/(^.*)\[(.*)\]$/,_0x4712cf={},_0x2da197={};for(const _0x10333f of this[_0x49dcfe(0x10d)]){const _0xaa6b9a=_0x10333f[_0x49dcfe(0xe7)][_0x49dcfe(0xb1)](_0x16dac4),_0x24754d={};_0x24754d[_0x49dcfe(0xe7)]=_0x10333f[_0x49dcfe(0xe7)],_0x24754d[_0x49dcfe(0x116)]=_0x10333f[_0x49dcfe(0x116)]||0x0;const _0x554cf6=_0x24754d;_0xaa6b9a&&(_0x554cf6[_0x49dcfe(0xe7)]=_0xaa6b9a[0x1],_0x554cf6[_0x49dcfe(0x103)]=JSON[_0x49dcfe(0xdf)](_0xaa6b9a[0x2]));if(_0x4712cf[_0x554cf6[_0x49dcfe(0xe7)]]){const _0x9db79c=_0x4712cf[_0x554cf6['name']],_0x443f20=_0x2da197[_0x554cf6[_0x49dcfe(0xe7)]];_0x4712cf[_0x554cf6[_0x49dcfe(0xe7)]]['duration']=_0x4d414f['PdWqV'](_0x4d414f[_0x49dcfe(0x10b)](_0x4d414f[_0x49dcfe(0x11c)](_0x9db79c[_0x49dcfe(0x116)],_0x443f20),_0x554cf6['duration']),_0x4d414f[_0x49dcfe(0x10b)](0x1,_0x443f20)),_0x2da197[_0x554cf6[_0x49dcfe(0xe7)]]++;}else _0x4712cf[_0x554cf6[_0x49dcfe(0xe7)]]=_0x554cf6,_0x2da197[_0x554cf6[_0x49dcfe(0xe7)]]=0x1;}return Object['values'](_0x4712cf);}static[a72_0x216752(0x105)](){const _0x3c7691=a72_0x216752,_0xc501b3={};_0xc501b3['ZkSau']=function(_0x57c2cf,_0x4aa2eb){return _0x57c2cf===_0x4aa2eb;},_0xc501b3['TzvGA']=function(_0x30c738,_0x56b806){return _0x30c738+_0x56b806;};const _0x3965b2=_0xc501b3;if(_0x3965b2[_0x3c7691(0xf5)](this[_0x3c7691(0x10d)][_0x3c7691(0x126)],0x0))return;const _0x52c5f7=this[_0x3c7691(0xb3)](),_0x1afcb2=JSON[_0x3c7691(0xdb)](_0x52c5f7),_0x1834b9=_0x3965b2[_0x3c7691(0xef)](_0x1afcb2[_0x3c7691(0xba)](0x1,-0x1),',');fs[_0x3c7691(0x12a)](this['jsonReportFileName'],_0x1834b9);}static['finalizePerfMeasures'](){const _0x206443=a72_0x216752,_0x36b625={};_0x36b625['yTzgD']=function(_0x2a199f,_0x2d5dee){return _0x2a199f===_0x2d5dee;},_0x36b625[_0x206443(0xda)]=function(_0x581bed,_0x362722){return _0x581bed>_0x362722;};const _0x6773ba=_0x36b625;if(!this[_0x206443(0xf2)]||_0x6773ba[_0x206443(0xb9)](this[_0x206443(0x10d)]['length'],0x0))return[];if(!fs['existsSync'](this[_0x206443(0xb2)]))return this[_0x206443(0x10d)];let _0x1607dd=fs[_0x206443(0x11b)](this[_0x206443(0xb2)])[_0x206443(0x114)]();_0x1607dd='['+_0x1607dd[_0x206443(0xba)](0x0,-0x1)+']';let _0x2d3bb9=JSON[_0x206443(0xdf)](_0x1607dd);return _0x6773ba[_0x206443(0xda)](this['_measureEvents'][_0x206443(0x126)],0x0)&&(_0x2d3bb9=_0x2d3bb9[_0x206443(0xe1)](this[_0x206443(0xb3)]())),this[_0x206443(0x120)][_0x206443(0x11f)](),fs[_0x206443(0xed)](this['jsonReportFileName']),_0x2d3bb9;}static[a72_0x216752(0x129)](){const _0x234bb0=a72_0x216752,_0x248efc={};_0x248efc[_0x234bb0(0x12b)]=function(_0x690a36,_0xaf54e7){return _0x690a36===_0xaf54e7;},_0x248efc[_0x234bb0(0xf3)]=function(_0x4879bf,_0x160fcb){return _0x4879bf+_0x160fcb;};const _0x1d5c6e=_0x248efc;if(_0x1d5c6e['OzeOr'](this[_0x234bb0(0x104)][_0x234bb0(0x126)],0x0))return;const _0x4f4386=JSON[_0x234bb0(0xdb)](this[_0x234bb0(0x104)]),_0x365d94=_0x1d5c6e[_0x234bb0(0xf3)](_0x4f4386[_0x234bb0(0xba)](0x1,-0x1),',');fs[_0x234bb0(0x12a)](this['errorFile'],_0x365d94);}static[a72_0x216752(0x124)](){const _0x5358fc=a72_0x216752,_0x1ec199={};_0x1ec199[_0x5358fc(0xf9)]=function(_0x319e2e,_0x21025b){return _0x319e2e>_0x21025b;};const _0x494c3a=_0x1ec199;if(!fs[_0x5358fc(0xcc)](this[_0x5358fc(0x11d)]))return this[_0x5358fc(0x104)];let _0x261f3c=fs[_0x5358fc(0x11b)](this[_0x5358fc(0x11d)])['toString']();_0x261f3c='['+_0x261f3c['slice'](0x0,-0x1)+']';let _0x52b1c6=JSON[_0x5358fc(0xdf)](_0x261f3c);return _0x494c3a[_0x5358fc(0xf9)](this[_0x5358fc(0x104)][_0x5358fc(0x126)],0x0)&&(_0x52b1c6=_0x52b1c6['concat'](this[_0x5358fc(0x104)])),fs[_0x5358fc(0xed)](this[_0x5358fc(0x11d)]),_0x52b1c6;}static[a72_0x216752(0x115)](_0x100bfb){const _0x1e5a2e=a72_0x216752;if(!this[_0x1e5a2e(0xb0)]())return;this['_errorEvents'][_0x1e5a2e(0xc2)]({'message':_0x100bfb[_0x1e5a2e(0xe4)],'trace':_0x100bfb[_0x1e5a2e(0xec)],'code':_0x100bfb['code']||null,'time':new Date()});}static[a72_0x216752(0x100)](){const _0x8f746a=a72_0x216752,_0x4da683={};_0x4da683[_0x8f746a(0xe9)]=_0x8f746a(0xd0);const _0x32b1d3=_0x4da683;try{if(!this[_0x8f746a(0xb0)]())return;this[_0x8f746a(0x120)][_0x8f746a(0x11f)](),this[_0x8f746a(0x105)](),this[_0x8f746a(0x129)]();}catch{logger[_0x8f746a(0x112)](_0x32b1d3[_0x8f746a(0xe9)]);}}static[a72_0x216752(0xc1)](){const _0x235a2c=a72_0x216752,_0x42273e=this[_0x235a2c(0xe6)](),_0x2300a9=this[_0x235a2c(0x124)]();if(!this[_0x235a2c(0xb0)]()){const _0x293d6a={};return _0x293d6a['measures']=[],_0x293d6a['errors']=[],_0x293d6a;}const _0x176a1={};return _0x176a1['measures']=_0x42273e,_0x176a1[_0x235a2c(0x107)]=_0x2300a9,_0x176a1;}}function a72_0x1cd4(){const _0x338e27=['captureError','duration','getPerformance','bGOAv','TFzFt','exports','readFileSync','XgOOQ','errorReportFileName','2442iScxRm','disconnect','_observer','843924mFALqN','aehaO','</td><td>','finalizeErrors','XGOPx','length','observe','628252AMWNcr','pushErrors','appendFileSync','OzeOr','buffered','perf_hooks','isEnabled','match','jsonReportFileName','getCleanedPerfEvents','winstonLogger','Performance\x20report\x20is\x20at\x20','kyJOo','400qgZSqJ','reduce','yTzgD','slice','./test-observability/utils','Error\x20in\x20doing\x20csv\x20operations:\x20','5533980CStZrg','false','generateJSON','4LgMVLV','finalize','push','2815OPBoKY','function','Error\x20in\x20writing\x20html\x20','cKqyG','error-report.json','273629bLZQfw','performance-report.json','vdXaN','707157RWuREw','existsSync','entries','RekvU','then','Error\x20stopping\x20monitoring','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','txOyN','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','vDbtU','stopAndGenerate','apply','FeQJz','BACwE','wWdaF','vkdtm','stringify','calculateTimeFromEvents','calculateTimesFromMultipleFiles','finally','parse','IfHVM','concat','EOeaw','PdWqV','message','cwd','finalizePerfMeasures','name','Time\x20for\x20','ECheV','performance-own.html','mark','stack','unlinkSync','QhsBU','TzvGA','BoIAQ','umdem','started','HQgtO','_events','ZkSau','GuLGD','measure','\x20for\x20all\x20processes\x20is\x20','WuTpi','entryTypes','</tbody></table></body></html>','forEach','UHKDF','orprY','measureWrapper','stopMonitoring','</td></tr>','getEventsFromJSON','meta','_errorEvents','pushPerfMeasures','generateHTMLReport','errors','19103SRsVHb','<h1>Performance\x20Report</h1>','map','DmEbO','env','_measureEvents','QSaOn','catch','join','meuqu','debug','-start','toString'];a72_0x1cd4=function(){return _0x338e27;};return a72_0x1cd4();}module[a72_0x216752(0x11a)]=PerformanceTester;
1
+ const a72_0xb27e77=a72_0x5149;function a72_0x5149(_0x6e1d31,_0x7d35b4){const _0x3b22da=a72_0x3b22();return a72_0x5149=function(_0x5149be,_0x4590b5){_0x5149be=_0x5149be-0x19d;let _0x98f611=_0x3b22da[_0x5149be];return _0x98f611;},a72_0x5149(_0x6e1d31,_0x7d35b4);}(function(_0x15ddca,_0x1f6abf){const _0x231611=a72_0x5149,_0x40f873=_0x15ddca();while(!![]){try{const _0xb52c0d=-parseInt(_0x231611(0x1fe))/0x1+parseInt(_0x231611(0x1c3))/0x2+parseInt(_0x231611(0x1f4))/0x3*(parseInt(_0x231611(0x1bd))/0x4)+-parseInt(_0x231611(0x202))/0x5*(-parseInt(_0x231611(0x211))/0x6)+-parseInt(_0x231611(0x1e7))/0x7+parseInt(_0x231611(0x1f5))/0x8*(parseInt(_0x231611(0x1e6))/0x9)+-parseInt(_0x231611(0x21a))/0xa*(parseInt(_0x231611(0x1fd))/0xb);if(_0xb52c0d===_0x1f6abf)break;else _0x40f873['push'](_0x40f873['shift']());}catch(_0x2303bc){_0x40f873['push'](_0x40f873['shift']());}}}(a72_0x3b22,0x23dd9));const fs=require('fs'),{performance,PerformanceObserver}=require(a72_0xb27e77(0x1ba)),{sleep,debug}=require(a72_0xb27e77(0x1b9)),path=require(a72_0xb27e77(0x1e4)),logger=require(a72_0xb27e77(0x1b7))[a72_0xb27e77(0x20c)];function a72_0x3b22(){const _0x1a8bca=['335950ipNMZM','eOTzd','_events','debug','getEntries','disconnect','apYNq','MchHs','parse','errorReportFileName','xBsav','error-report.json','stopAndGenerate','ebfHj','performance-report.json','appendFileSync','errorFile','stopMonitoring','finalize','_errorEvents','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','performance-own.html','ruHyG','reduce','pushPerfMeasures','started','measureWrapper','code','readFileSync','entries','generateJSON','BaXeO','./logger','Performance\x20report\x20is\x20at\x20','./test-observability/utils','perf_hooks','existsSync','entryType','27596gaNwsM','oJZhh','VURiP','unlinkSync','BSaMD','getPerformance','233274jtRjSl','_measureEvents','getEventsFromJSON','finalizeErrors','bklCH','join','MIZix','length','</td><td>','measure','pGRaU','wmXiZ','XOdPl','</tbody></table></body></html>','generateHTMLReport','getCleanedPerfEvents','Error\x20in\x20doing\x20csv\x20operations:\x20','slice','finally','Error\x20stopping\x20monitoring','ByMJD','concat','mlKlO','EIUKH','uCckD','apply','writeFileSync','isEnabled','lJbls','entryTypes','measures','toString','CjoQY','path','umEZw','45UQXDDh','631988crYMjQ','forEach','meta','</td></tr>','false','XDQCa','\x20for\x20all\x20processes\x20is\x20','JdAEv','then','-start','env','stack','_observer','21PbPmZe','161432xSfesy','finalizePerfMeasures','errors','<h1>Performance\x20Report</h1>','name','push','TTNzQ','stringify','44AxKMka','100543wpIkQp','mark','cwd','map','1031435nJfLRV','HuFGS','match','SFaZw','fbndF','exports','writeFile','IZIDK','jsonReportFileName','duration','winstonLogger','vvwCF','Error\x20in\x20writing\x20html\x20','BROWSERSTACK_SDK_INSTRUMENTATION','DaTDo','6QBCwSw','catch','calculateTimeFromEvents','FwlpS','fGpoC','pushErrors','calculateTimesFromMultipleFiles','ipENC','dxIgk'];a72_0x3b22=function(){return _0x1a8bca;};return a72_0x3b22();}class PerformanceTester{static [a72_0xb27e77(0x1f3)];static ['_events']=[];static [a72_0xb27e77(0x1c4)]=[];static [a72_0xb27e77(0x1aa)]=[];static [a72_0xb27e77(0x1b0)]=![];static ['jsonReportFileName']=a72_0xb27e77(0x1a5);static [a72_0xb27e77(0x1a0)]=a72_0xb27e77(0x1a2);static['startMonitoring'](_0x489f67=a72_0xb27e77(0x1a5),_0x46aaec=a72_0xb27e77(0x1a2)){const _0x7a2100=a72_0xb27e77,_0x1842e1={};_0x1842e1[_0x7a2100(0x21b)]=function(_0x2c7561,_0x9c77ee){return _0x2c7561===_0x9c77ee;},_0x1842e1[_0x7a2100(0x1ec)]='measure',_0x1842e1[_0x7a2100(0x1ee)]='function';const _0x5c6b15=_0x1842e1;if(this[_0x7a2100(0x1b0)]||!this['isEnabled']())return;this[_0x7a2100(0x1f3)]=new PerformanceObserver(_0x296f13=>{const _0x4e8b8a=_0x7a2100,_0x45b112={'FwlpS':function(_0x29e574,_0x1a2b0d){const _0x4c92fa=a72_0x5149;return _0x5c6b15[_0x4c92fa(0x21b)](_0x29e574,_0x1a2b0d);},'BSaMD':_0x5c6b15[_0x4e8b8a(0x1ec)]};_0x296f13[_0x4e8b8a(0x21e)]()[_0x4e8b8a(0x1e8)](_0x2e56c8=>{const _0x250383=_0x4e8b8a;_0x45b112[_0x250383(0x214)](_0x2e56c8[_0x250383(0x1bc)],_0x45b112[_0x250383(0x1c1)])?this['_measureEvents'][_0x250383(0x1fa)](_0x2e56c8):this[_0x250383(0x21c)][_0x250383(0x1fa)](_0x2e56c8);});});const _0x77cceb={};_0x77cceb['buffered']=!![],_0x77cceb[_0x7a2100(0x1e0)]=[_0x5c6b15[_0x7a2100(0x1ee)],_0x5c6b15[_0x7a2100(0x1ec)]],this['_observer']['observe'](_0x77cceb),this[_0x7a2100(0x1b0)]=!![],this[_0x7a2100(0x20a)]=_0x489f67,this[_0x7a2100(0x1a0)]=_0x46aaec;}static[a72_0xb27e77(0x1c2)](){return performance;}static[a72_0xb27e77(0x213)](_0x143227,_0x397336){const _0xfa50ee=a72_0xb27e77,_0x45bdaf={};_0x45bdaf['UfTVL']=function(_0x4aca10,_0x2be23e){return _0x4aca10+_0x2be23e;},_0x45bdaf['umEZw']=function(_0x535565,_0x391828){return _0x535565||_0x391828;},_0x45bdaf['CjoQY']=function(_0x941c8f,_0x427235){return _0x941c8f===_0x427235;};const _0x4e9316=_0x45bdaf,_0x10ec7d={};if(!_0x143227||_0x4e9316[_0xfa50ee(0x1e3)](_0x143227[_0xfa50ee(0x1ca)],0x0))return;_0x143227[_0xfa50ee(0x201)](_0x17fffb=>{const _0x4e5d3e=_0xfa50ee;!_0x10ec7d[_0x17fffb[_0x4e5d3e(0x1f9)]]&&(_0x10ec7d[_0x17fffb[_0x4e5d3e(0x1f9)]]=0x0),_0x10ec7d[_0x17fffb[_0x4e5d3e(0x1f9)]]+=_0x17fffb[_0x4e5d3e(0x20b)];});const _0xbb73f3=_0x397336[_0xfa50ee(0x1ae)]((_0x163c87,_0x591a31)=>{const _0x2aad29=_0xfa50ee;return _0x4e9316['UfTVL'](_0x10ec7d[_0x591a31],_0x4e9316[_0x2aad29(0x1e5)](_0x163c87,0x0));},0x0);return _0xbb73f3;}static async[a72_0xb27e77(0x217)](_0xa18db8,_0x4cc7a9){const _0x148646=a72_0xb27e77,_0x2d713a={'ipENC':function(_0x528370,_0x49a700){return _0x528370+_0x49a700;},'ruHyG':function(_0x3c3c6e,_0x36beeb){return _0x3c3c6e||_0x36beeb;},'DaTDo':function(_0x168f58,_0xd072cf){return _0x168f58===_0xd072cf;},'lJbls':function(_0x146319,_0x357728){return _0x146319(_0x357728);},'MchHs':function(_0x5eca37,_0x3d2160){return _0x5eca37(_0x3d2160);}};if(!_0xa18db8||_0x2d713a[_0x148646(0x210)](_0xa18db8['length'],0x0))return 0x0;const _0xc54ca9=[];for(const _0x21b687 of _0xa18db8){const _0x4afba7=path[_0x148646(0x1c8)]('.',_0x21b687);try{const _0x5316fe=this[_0x148646(0x1c5)](_0x4afba7);_0x5316fe[_0x148646(0x201)](_0x300dfd=>{const _0x475ccf=_0x148646;!_0xc54ca9[_0x300dfd[_0x475ccf(0x1f9)]]&&(_0xc54ca9[_0x300dfd[_0x475ccf(0x1f9)]]=0x0),_0xc54ca9[_0x300dfd[_0x475ccf(0x1f9)]]+=_0x300dfd[_0x475ccf(0x20b)];});}catch(_0x3869c4){_0x2d713a[_0x148646(0x1df)](debug,_0x148646(0x1d3)+_0x3869c4[_0x148646(0x1e2)]());}}const _0x2bff34=_0x4cc7a9[_0x148646(0x1ae)]((_0x1b042e,_0xaa4f51)=>{const _0x3a1cba=_0x148646;return _0x2d713a[_0x3a1cba(0x218)](_0xc54ca9[_0xaa4f51],_0x2d713a[_0x3a1cba(0x1ad)](_0x1b042e,0x0));},0x0);return _0x2d713a[_0x148646(0x19e)](debug,'Time\x20for\x20'+_0x4cc7a9+_0x148646(0x1ed)+_0x2bff34),_0x2bff34;}static[a72_0xb27e77(0x1c5)](_0x2ffc5c){const _0x377574=a72_0xb27e77;if(!fs[_0x377574(0x1bb)](_0x2ffc5c))return[];return JSON['parse'](fs[_0x377574(0x1b3)](_0x2ffc5c)['toString']());}static async[a72_0xb27e77(0x1a3)](_0x18517f=a72_0xb27e77(0x1ac),_0x5db831=null){const _0x58d22f=a72_0xb27e77,_0x295323={'uCckD':function(_0x3f00f4,_0x36ef03){return _0x3f00f4(_0x36ef03);},'XOdPl':function(_0x2240d4,_0x11953a){return _0x2240d4(_0x11953a);},'aoDuG':function(_0x45ae25,_0x338219){return _0x45ae25(_0x338219);}};if(!this[_0x58d22f(0x1b0)])return;await _0x295323['aoDuG'](sleep,0x1e),this[_0x58d22f(0x1f3)][_0x58d22f(0x21f)](),this[_0x58d22f(0x1b0)]=![],this[_0x58d22f(0x1b5)](this['_events']);const _0x486d5a=this['generateHTMLReport'](this[_0x58d22f(0x21c)]),_0xbf2dd0=path[_0x58d22f(0x1c8)](process[_0x58d22f(0x200)](),_0x18517f);fs[_0x58d22f(0x208)](_0xbf2dd0,_0x486d5a,_0x11f9ea=>{const _0x4afb8e=_0x58d22f;if(_0x11f9ea){_0x295323[_0x4afb8e(0x1db)](debug,_0x4afb8e(0x20e)+_0x11f9ea[_0x4afb8e(0x1e2)]());return;}_0x295323[_0x4afb8e(0x1cf)](debug,_0x4afb8e(0x1b8)+_0xbf2dd0);});if(_0x5db831)return this[_0x58d22f(0x213)](this[_0x58d22f(0x21c)],_0x5db831);}static[a72_0xb27e77(0x1d1)](_0x13e071){const _0x1e8faf=a72_0xb27e77,_0x51f488={};_0x51f488[_0x1e8faf(0x1ce)]=_0x1e8faf(0x1ab),_0x51f488['BaXeO']=_0x1e8faf(0x1f8),_0x51f488[_0x1e8faf(0x20d)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x51f488['bklCH']=_0x1e8faf(0x1d0);const _0x57ba6d=_0x51f488;let _0x38ccfd=_0x57ba6d['wmXiZ'];return _0x38ccfd+=_0x57ba6d[_0x1e8faf(0x1b6)],_0x38ccfd+=_0x57ba6d[_0x1e8faf(0x20d)],_0x13e071[_0x1e8faf(0x1e8)](_0x281d66=>{const _0x547243=_0x1e8faf;_0x38ccfd+='<tr><td>'+_0x281d66['name']+_0x547243(0x1cb)+_0x281d66[_0x547243(0x20b)]+_0x547243(0x1ea);}),_0x38ccfd+=_0x57ba6d[_0x1e8faf(0x1c7)],_0x38ccfd;}static[a72_0xb27e77(0x1b5)](_0x47cd05){const _0x484cbf=a72_0xb27e77;if(!this[_0x484cbf(0x20a)])return;const _0x16b2b9={};_0x47cd05['map'](_0x3e12b9=>{const _0xda7aad=_0x484cbf;!_0x16b2b9[_0x3e12b9['name']]&&(_0x16b2b9[_0x3e12b9[_0xda7aad(0x1f9)]]=0x0),_0x16b2b9[_0x3e12b9['name']]+=_0x3e12b9[_0xda7aad(0x20b)];});const _0x25b5d0=Object[_0x484cbf(0x1b4)](_0x16b2b9)[_0x484cbf(0x201)](([_0x13dab1,_0x3e6ccf])=>{const _0x433e96=_0x484cbf,_0x56ebcb={};return _0x56ebcb[_0x433e96(0x1f9)]=_0x13dab1,_0x56ebcb[_0x433e96(0x20b)]=_0x3e6ccf,_0x56ebcb;});fs[_0x484cbf(0x1dd)](this[_0x484cbf(0x20a)],JSON[_0x484cbf(0x1fc)](_0x25b5d0));}static[a72_0xb27e77(0x1de)](){const _0x5b8141=a72_0xb27e77,_0x1f793b={};_0x1f793b[_0x5b8141(0x215)]=function(_0x1e634a,_0x264b1e){return _0x1e634a===_0x264b1e;},_0x1f793b[_0x5b8141(0x205)]=_0x5b8141(0x1eb);const _0x95f584=_0x1f793b;return!_0x95f584['fGpoC'](process[_0x5b8141(0x1f1)][_0x5b8141(0x20f)],_0x95f584[_0x5b8141(0x205)]);}static[a72_0xb27e77(0x1cc)](_0x4560ee,_0x4414d0,_0x4a0a3a=null,_0x407eb4=null){const _0x3ed0d8=a72_0xb27e77,_0x53a1f7={};_0x53a1f7[_0x3ed0d8(0x1cd)]=function(_0x4f2b0e,_0x319d15){return _0x4f2b0e+_0x319d15;},_0x53a1f7['dxIgk']=_0x3ed0d8(0x1f0),_0x53a1f7['YxqCz']=function(_0x21b867,_0x2113ae){return _0x21b867+_0x2113ae;},_0x53a1f7[_0x3ed0d8(0x1fb)]='-end',_0x53a1f7[_0x3ed0d8(0x1a4)]=function(_0x2c1cb2,_0x316031){return _0x2c1cb2 instanceof _0x316031;};const _0x23a839=_0x53a1f7;try{if(this[_0x3ed0d8(0x1b0)]&&this[_0x3ed0d8(0x1de)]()){let _0x1e9e1c=_0x4560ee;_0x4a0a3a&&(_0x1e9e1c=_0x4560ee+'['+JSON[_0x3ed0d8(0x1fc)](_0x4a0a3a)+']');const _0x283958=_0x23a839[_0x3ed0d8(0x1cd)](_0x1e9e1c,_0x23a839[_0x3ed0d8(0x219)]),_0x3f986b=_0x23a839['YxqCz'](_0x1e9e1c,_0x23a839[_0x3ed0d8(0x1fb)]);performance[_0x3ed0d8(0x1ff)](_0x283958);const _0x6f8708=_0x4414d0['apply'](null,_0x407eb4);if(_0x23a839['ebfHj'](_0x6f8708,Promise))return new Promise((_0x1c4449,_0x470c1b)=>{const _0x5e8a23=_0x3ed0d8;_0x6f8708[_0x5e8a23(0x1ef)](_0x36e06e=>_0x1c4449(_0x36e06e))[_0x5e8a23(0x212)](_0x149018=>_0x470c1b(_0x149018))[_0x5e8a23(0x1d5)](()=>{const _0x47129f=_0x5e8a23;performance['mark'](_0x3f986b),performance[_0x47129f(0x1cc)](_0x1e9e1c,_0x283958,_0x3f986b);});});;return performance[_0x3ed0d8(0x1ff)](_0x3f986b),performance['measure'](_0x1e9e1c,_0x283958,_0x3f986b),_0x6f8708;};return _0x4414d0[_0x3ed0d8(0x1dc)](null,_0x407eb4);}catch(_0x2b28e8){return _0x4414d0[_0x3ed0d8(0x1dc)](null,_0x407eb4);}}static[a72_0xb27e77(0x1b1)](_0x188ed2,_0xed640c){const _0x852a5f=this;return function(){const _0x404da3=a72_0x5149,_0x3fbd51=[_0x188ed2,_0xed640c,null][_0x404da3(0x1d8)](arguments);return _0x852a5f['measure'][_0x404da3(0x1dc)](_0x852a5f,_0x3fbd51);};}static[a72_0xb27e77(0x1d2)](){const _0x5d3408=a72_0xb27e77,_0x1f8ba3={};_0x1f8ba3[_0x5d3408(0x209)]=function(_0x3dbd99,_0x3a8d14){return _0x3dbd99/_0x3a8d14;},_0x1f8ba3[_0x5d3408(0x1d7)]=function(_0x510c28,_0xdb2490){return _0x510c28+_0xdb2490;},_0x1f8ba3[_0x5d3408(0x1a1)]=function(_0x143ce6,_0x1806ce){return _0x143ce6*_0x1806ce;};const _0x47e7d9=_0x1f8ba3,_0x374a2c=/(^.*)\[(.*)\]$/,_0x5e09ba={},_0xff3511={};for(const _0x46339e of this['_measureEvents']){const _0x271426=_0x46339e[_0x5d3408(0x1f9)][_0x5d3408(0x204)](_0x374a2c),_0x5e7c71={};_0x5e7c71[_0x5d3408(0x1f9)]=_0x46339e[_0x5d3408(0x1f9)],_0x5e7c71['duration']=_0x46339e[_0x5d3408(0x20b)]||0x0;const _0x155abd=_0x5e7c71;_0x271426&&(_0x155abd[_0x5d3408(0x1f9)]=_0x271426[0x1],_0x155abd[_0x5d3408(0x1e9)]=JSON['parse'](_0x271426[0x2]));if(_0x5e09ba[_0x155abd[_0x5d3408(0x1f9)]]){const _0x508b0b=_0x5e09ba[_0x155abd[_0x5d3408(0x1f9)]],_0x5c1dc3=_0xff3511[_0x155abd[_0x5d3408(0x1f9)]];_0x5e09ba[_0x155abd[_0x5d3408(0x1f9)]][_0x5d3408(0x20b)]=_0x47e7d9[_0x5d3408(0x209)](_0x47e7d9[_0x5d3408(0x1d7)](_0x47e7d9[_0x5d3408(0x1a1)](_0x508b0b[_0x5d3408(0x20b)],_0x5c1dc3),_0x155abd[_0x5d3408(0x20b)]),_0x47e7d9['ByMJD'](0x1,_0x5c1dc3)),_0xff3511[_0x155abd[_0x5d3408(0x1f9)]]++;}else _0x5e09ba[_0x155abd[_0x5d3408(0x1f9)]]=_0x155abd,_0xff3511[_0x155abd[_0x5d3408(0x1f9)]]=0x1;}return Object['values'](_0x5e09ba);}static['pushPerfMeasures'](){const _0x12642e=a72_0xb27e77,_0x22087e={};_0x22087e['mlKlO']=function(_0x4a55cd,_0x1bc9aa){return _0x4a55cd===_0x1bc9aa;},_0x22087e[_0x12642e(0x206)]=function(_0x13c56c,_0x4a3300){return _0x13c56c+_0x4a3300;};const _0x185ada=_0x22087e;if(_0x185ada[_0x12642e(0x1d9)](this[_0x12642e(0x1c4)][_0x12642e(0x1ca)],0x0))return;const _0xb7d043=this[_0x12642e(0x1d2)](),_0x3e757e=JSON[_0x12642e(0x1fc)](_0xb7d043),_0x23d59c=_0x185ada[_0x12642e(0x206)](_0x3e757e[_0x12642e(0x1d4)](0x1,-0x1),',');fs[_0x12642e(0x1a6)](this[_0x12642e(0x20a)],_0x23d59c);}static[a72_0xb27e77(0x1f6)](){const _0x4042e8=a72_0xb27e77,_0x5a626f={};_0x5a626f[_0x4042e8(0x1be)]=function(_0xe43c8f,_0xebf152){return _0xe43c8f===_0xebf152;},_0x5a626f[_0x4042e8(0x19d)]=function(_0x5b8475,_0x3ba73c){return _0x5b8475>_0x3ba73c;};const _0xcbc983=_0x5a626f;if(!this[_0x4042e8(0x1b0)]||_0xcbc983[_0x4042e8(0x1be)](this['_measureEvents'][_0x4042e8(0x1ca)],0x0))return[];if(!fs['existsSync'](this[_0x4042e8(0x20a)]))return this['_measureEvents'];let _0x54aba0=fs[_0x4042e8(0x1b3)](this[_0x4042e8(0x20a)])['toString']();_0x54aba0='['+_0x54aba0[_0x4042e8(0x1d4)](0x0,-0x1)+']';let _0x5a78bb=JSON[_0x4042e8(0x19f)](_0x54aba0);return _0xcbc983[_0x4042e8(0x19d)](this[_0x4042e8(0x1c4)][_0x4042e8(0x1ca)],0x0)&&(_0x5a78bb=_0x5a78bb[_0x4042e8(0x1d8)](this[_0x4042e8(0x1d2)]())),this[_0x4042e8(0x1f3)][_0x4042e8(0x21f)](),fs[_0x4042e8(0x1c0)](this[_0x4042e8(0x20a)]),_0x5a78bb;}static[a72_0xb27e77(0x216)](){const _0xd22ad3=a72_0xb27e77,_0x5970d9={};_0x5970d9[_0xd22ad3(0x1c9)]=function(_0x1a7139,_0xc67819){return _0x1a7139===_0xc67819;},_0x5970d9['HuFGS']=function(_0x1326c0,_0x48070d){return _0x1326c0+_0x48070d;};const _0x350a37=_0x5970d9;if(_0x350a37['MIZix'](this[_0xd22ad3(0x1aa)][_0xd22ad3(0x1ca)],0x0))return;const _0x376c8f=JSON[_0xd22ad3(0x1fc)](this[_0xd22ad3(0x1aa)]),_0x641567=_0x350a37[_0xd22ad3(0x203)](_0x376c8f[_0xd22ad3(0x1d4)](0x1,-0x1),',');fs[_0xd22ad3(0x1a6)](this[_0xd22ad3(0x1a7)],_0x641567);}static[a72_0xb27e77(0x1c6)](){const _0x23e778=a72_0xb27e77,_0x470864={};_0x470864['VURiP']=function(_0x2e3bc3,_0x3bf8d1){return _0x2e3bc3>_0x3bf8d1;};const _0x3d0977=_0x470864;if(!fs[_0x23e778(0x1bb)](this[_0x23e778(0x1a0)]))return this[_0x23e778(0x1aa)];let _0xa0341c=fs[_0x23e778(0x1b3)](this['errorReportFileName'])[_0x23e778(0x1e2)]();_0xa0341c='['+_0xa0341c[_0x23e778(0x1d4)](0x0,-0x1)+']';let _0x238567=JSON[_0x23e778(0x19f)](_0xa0341c);return _0x3d0977[_0x23e778(0x1bf)](this[_0x23e778(0x1aa)][_0x23e778(0x1ca)],0x0)&&(_0x238567=_0x238567[_0x23e778(0x1d8)](this[_0x23e778(0x1aa)])),fs[_0x23e778(0x1c0)](this[_0x23e778(0x1a0)]),_0x238567;}static['captureError'](_0x19fe40){const _0x264411=a72_0xb27e77;if(!this[_0x264411(0x1de)]())return;this[_0x264411(0x1aa)][_0x264411(0x1fa)]({'message':_0x19fe40['message'],'trace':_0x19fe40[_0x264411(0x1f2)],'code':_0x19fe40[_0x264411(0x1b2)]||null,'time':new Date()});}static[a72_0xb27e77(0x1a8)](){const _0x4e6c32=a72_0xb27e77,_0x3d7a60={};_0x3d7a60['EIUKH']=_0x4e6c32(0x1d6);const _0xb9f5ec=_0x3d7a60;try{if(!this[_0x4e6c32(0x1de)]())return;this[_0x4e6c32(0x1f3)][_0x4e6c32(0x21f)](),this[_0x4e6c32(0x1af)](),this['pushErrors']();}catch{logger[_0x4e6c32(0x21d)](_0xb9f5ec[_0x4e6c32(0x1da)]);}}static[a72_0xb27e77(0x1a9)](){const _0x3104ba=a72_0xb27e77,_0x5a5904=this[_0x3104ba(0x1f6)](),_0x3975a7=this[_0x3104ba(0x1c6)]();if(!this[_0x3104ba(0x1de)]()){const _0x242d1={};return _0x242d1[_0x3104ba(0x1e1)]=[],_0x242d1[_0x3104ba(0x1f7)]=[],_0x242d1;}const _0x3535e1={};return _0x3535e1[_0x3104ba(0x1e1)]=_0x5a5904,_0x3535e1['errors']=_0x3975a7,_0x3535e1;}}module[a72_0xb27e77(0x207)]=PerformanceTester;
@@ -1 +1 @@
1
- const a73_0x5a1979=a73_0x5c34;(function(_0x475935,_0x5e59eb){const _0x136a9f=a73_0x5c34,_0x1d5e6e=_0x475935();while(!![]){try{const _0x36dc53=parseInt(_0x136a9f(0xe9))/0x1*(parseInt(_0x136a9f(0xe6))/0x2)+-parseInt(_0x136a9f(0xef))/0x3+-parseInt(_0x136a9f(0xe8))/0x4+parseInt(_0x136a9f(0xf8))/0x5*(-parseInt(_0x136a9f(0xee))/0x6)+-parseInt(_0x136a9f(0xe4))/0x7*(parseInt(_0x136a9f(0xf3))/0x8)+-parseInt(_0x136a9f(0xfc))/0x9+parseInt(_0x136a9f(0xea))/0xa;if(_0x36dc53===_0x5e59eb)break;else _0x1d5e6e['push'](_0x1d5e6e['shift']());}catch(_0x8bee2b){_0x1d5e6e['push'](_0x1d5e6e['shift']());}}}(a73_0x583b,0x38e63));const http=require(a73_0x5a1979(0xf4)),https=require(a73_0x5a1979(0xfe)),monkeypatch=require(a73_0x5a1979(0x105));function a73_0x5c34(_0x48eda9,_0x41688a){const _0x583bed=a73_0x583b();return a73_0x5c34=function(_0x5c3403,_0x30538a){_0x5c3403=_0x5c3403-0xe3;let _0x374c38=_0x583bed[_0x5c3403];return _0x374c38;},a73_0x5c34(_0x48eda9,_0x41688a);}function spy(_0x25a215){const _0x3ada2b=a73_0x5a1979,_0x1a3930={'RrclX':function(_0x3a368f,_0x5a1e65){return _0x3a368f-_0x5a1e65;},'wnJBK':function(_0x1ab073,_0x3fcdc9,_0x37554e){return _0x1ab073(_0x3fcdc9,_0x37554e);},'zrGyB':'error','ozlsa':function(_0x301710,..._0x1d2b0d){return _0x301710(..._0x1d2b0d);},'BYbXA':function(_0x96c81b,_0x34a3c4,_0x1b992b){return _0x96c81b(_0x34a3c4,_0x1b992b);},'zHOBT':function(_0x2e8952,_0x50aad5,_0x30ac14){return _0x2e8952(_0x50aad5,_0x30ac14);},'QmWvd':_0x3ada2b(0x103),'ikFsJ':'socket','PePJX':function(_0x42cb3b,_0x2a1d2e,_0x4cbe9c,_0x293dd0){return _0x42cb3b(_0x2a1d2e,_0x4cbe9c,_0x293dd0);},'jFJvB':_0x3ada2b(0xf9),'xXTIu':function(_0x1ec525,_0x3797bd,_0x58c1f3,_0x3a3cd3){return _0x1ec525(_0x3797bd,_0x58c1f3,_0x3a3cd3);},'ePIwj':_0x3ada2b(0xf0),'OTWON':function(_0x7c797,_0x5a576a,_0x439b88,_0x388916){return _0x7c797(_0x5a576a,_0x439b88,_0x388916);}},_0xfb7da8=(_0x4edd1d,_0x5c5611,_0x46401b)=>{const _0xfc7034=_0x3ada2b,_0x4ac98e={'Fdhou':function(_0x14cb2e,_0x133362,_0xb0cc61){return _0x1a3930['BYbXA'](_0x14cb2e,_0x133362,_0xb0cc61);}},_0x1a5ef5=_0x1a3930[_0xfc7034(0xfd)](_0x4edd1d,_0x5c5611,_0x46401b);let _0x4ca01b=Date[_0xfc7034(0x104)](),_0x3bee78;const _0x363209=_0x35d51f=>{const _0x231e31=_0xfc7034,_0x3fff8d={};_0x3fff8d['host']=_0x5c5611[_0x231e31(0x107)]||_0x5c5611[_0x231e31(0xe5)],_0x3fff8d[_0x231e31(0xf7)]=_0x5c5611[_0x231e31(0xf7)],_0x3fff8d['method']=_0x5c5611[_0x231e31(0xf1)],_0x3fff8d[_0x231e31(0xe7)]=_0x5c5611[_0x231e31(0xe7)],_0x4ac98e[_0x231e31(0xed)](_0x25a215,_0x35d51f,_0x3fff8d);};return _0x1a5ef5[_0xfc7034(0x106)](_0x1a3930['QmWvd'],_0x1fc602=>{const _0x1a00d2=_0xfc7034,_0x1c0ff7=_0x1a3930[_0x1a00d2(0xf6)](Date[_0x1a00d2(0x104)](),_0x4ca01b),_0x402393={};_0x402393[_0x1a00d2(0xe5)]=_0x5c5611[_0x1a00d2(0x107)]||_0x5c5611[_0x1a00d2(0xe5)],_0x402393[_0x1a00d2(0xf7)]=_0x5c5611['path'],_0x402393['method']=_0x5c5611[_0x1a00d2(0xf1)],_0x402393[_0x1a00d2(0xe7)]=_0x5c5611[_0x1a00d2(0xe7)],_0x402393[_0x1a00d2(0x101)]=_0x1fc602[_0x1a00d2(0x102)],_0x402393[_0x1a00d2(0xfa)]=_0x1c0ff7,_0x1a3930[_0x1a00d2(0x100)](_0x25a215,null,_0x402393),_0x3bee78[_0x1a00d2(0xeb)](_0x1a3930['zrGyB'],_0x363209);}),_0x1a5ef5['on'](_0x1a3930[_0xfc7034(0xff)],_0x5b766f=>{const _0x48d013=_0xfc7034;_0x3bee78=_0x5b766f,_0x5b766f[_0x48d013(0x106)](_0x1a3930['zrGyB'],_0x363209);}),_0x1a3930[_0xfc7034(0xe3)](monkeypatch,_0x1a5ef5,_0x1a3930[_0xfc7034(0xf2)],(_0x5da48d,..._0x2602c9)=>{const _0x121a82=_0xfc7034;_0x4ca01b=Date[_0x121a82(0x104)](),_0x1a3930['ozlsa'](_0x5da48d,..._0x2602c9);}),_0x1a5ef5;};_0x1a3930[_0x3ada2b(0xf5)](monkeypatch,http,_0x1a3930[_0x3ada2b(0xfb)],_0xfb7da8),_0x1a3930['OTWON'](monkeypatch,https,_0x1a3930[_0x3ada2b(0xfb)],_0xfb7da8);}function a73_0x583b(){const _0x46c85c=['ePIwj','1279575jSRAoH','zHOBT','https','ikFsJ','wnJBK','status_code','statusCode','response','now','monkeypatch','once','host','unpatch','PePJX','5817WacVTS','hostname','208922qhYBlE','headers','686764CaqKuE','1LmNWSs','13803100ZehAWD','removeListener','restore','Fdhou','6XUBAzE','617310MfrtKh','request','method','jFJvB','3656pzuuFo','http','xXTIu','RrclX','path','1761545EmMPry','end','duration_ms'];a73_0x583b=function(){return _0x46c85c;};return a73_0x583b();}function restore(){const _0x54a00f=a73_0x5a1979;http[_0x54a00f(0xf0)][_0x54a00f(0x108)](),https[_0x54a00f(0xf0)][_0x54a00f(0x108)]();}const a73_0x587f4c={};a73_0x587f4c['spy']=spy,a73_0x587f4c[a73_0x5a1979(0xec)]=restore,module['exports']=a73_0x587f4c;
1
+ const a73_0x5495ba=a73_0x421e;(function(_0x44d693,_0x242137){const _0x1bc8c7=a73_0x421e,_0x28e20d=_0x44d693();while(!![]){try{const _0x2b4f2d=-parseInt(_0x1bc8c7(0xc6))/0x1+parseInt(_0x1bc8c7(0xb8))/0x2*(parseInt(_0x1bc8c7(0xdb))/0x3)+-parseInt(_0x1bc8c7(0xcb))/0x4+parseInt(_0x1bc8c7(0xd5))/0x5+-parseInt(_0x1bc8c7(0xc5))/0x6+parseInt(_0x1bc8c7(0xc2))/0x7+-parseInt(_0x1bc8c7(0xc7))/0x8;if(_0x2b4f2d===_0x242137)break;else _0x28e20d['push'](_0x28e20d['shift']());}catch(_0x533b94){_0x28e20d['push'](_0x28e20d['shift']());}}}(a73_0x36cc,0x5c1d4));const http=require(a73_0x5495ba(0xb7)),https=require(a73_0x5495ba(0xc0)),monkeypatch=require(a73_0x5495ba(0xd8));function a73_0x421e(_0x3acc1a,_0x2a989){const _0x36ccf6=a73_0x36cc();return a73_0x421e=function(_0x421ee7,_0x7c4a4a){_0x421ee7=_0x421ee7-0xb4;let _0x554105=_0x36ccf6[_0x421ee7];return _0x554105;},a73_0x421e(_0x3acc1a,_0x2a989);}function spy(_0x121979){const _0x517254=a73_0x5495ba,_0x5a4340={'tZcnP':function(_0xad7ef1,_0x4a53ca){return _0xad7ef1-_0x4a53ca;},'CfrsI':function(_0x3bcabd,_0x146a21,_0x2e5504){return _0x3bcabd(_0x146a21,_0x2e5504);},'GqWkN':_0x517254(0xc4),'BCLsV':function(_0x35a40c,..._0x3aaa64){return _0x35a40c(..._0x3aaa64);},'bZvOC':_0x517254(0xb9),'ftVGP':_0x517254(0xb4),'hzkvH':function(_0x583cf8,_0x1353f2,_0xa4de8d,_0x5236ee){return _0x583cf8(_0x1353f2,_0xa4de8d,_0x5236ee);},'jFXNh':_0x517254(0xd3),'cSBGR':function(_0x16e4c5,_0x3e6bad,_0x560c91,_0x49c4ab){return _0x16e4c5(_0x3e6bad,_0x560c91,_0x49c4ab);},'LTUXo':_0x517254(0xbf),'FTJxt':function(_0x391256,_0x38175e,_0x4c7271,_0x12503c){return _0x391256(_0x38175e,_0x4c7271,_0x12503c);}},_0x35d57b=(_0x219d67,_0x20881b,_0xe3843b)=>{const _0xdec47b=_0x517254,_0x419cf2={'JZirW':function(_0xaf533b,_0xf64b5a,_0x2827b3){const _0x473011=a73_0x421e;return _0x5a4340[_0x473011(0xc9)](_0xaf533b,_0xf64b5a,_0x2827b3);},'LxUDM':_0x5a4340[_0xdec47b(0xd0)],'FTlpV':function(_0xc74ad3,..._0x4e3cda){const _0xb6c3e9=_0xdec47b;return _0x5a4340[_0xb6c3e9(0xb5)](_0xc74ad3,..._0x4e3cda);}},_0x3afae3=_0x5a4340[_0xdec47b(0xc9)](_0x219d67,_0x20881b,_0xe3843b);let _0x1db209=Date[_0xdec47b(0xbd)](),_0xa0dcb9;const _0xd93ddc=_0x2c8a7f=>{const _0x11f2ab=_0xdec47b,_0x5744f7={};_0x5744f7[_0x11f2ab(0xc8)]=_0x20881b['host']||_0x20881b['hostname'],_0x5744f7[_0x11f2ab(0xc3)]=_0x20881b[_0x11f2ab(0xc3)],_0x5744f7[_0x11f2ab(0xbb)]=_0x20881b[_0x11f2ab(0xbb)],_0x5744f7[_0x11f2ab(0xce)]=_0x20881b[_0x11f2ab(0xce)],_0x419cf2['JZirW'](_0x121979,_0x2c8a7f,_0x5744f7);};return _0x3afae3[_0xdec47b(0xcc)](_0x5a4340[_0xdec47b(0xcf)],_0x4e3999=>{const _0x253422=_0xdec47b,_0x2d3054=_0x5a4340[_0x253422(0xda)](Date[_0x253422(0xbd)](),_0x1db209),_0x4bb771={};_0x4bb771[_0x253422(0xcd)]=_0x20881b['host']||_0x20881b[_0x253422(0xcd)],_0x4bb771[_0x253422(0xc3)]=_0x20881b[_0x253422(0xc3)],_0x4bb771[_0x253422(0xbb)]=_0x20881b['method'],_0x4bb771[_0x253422(0xce)]=_0x20881b[_0x253422(0xce)],_0x4bb771[_0x253422(0xd1)]=_0x4e3999[_0x253422(0xbc)],_0x4bb771[_0x253422(0xc1)]=_0x2d3054,_0x5a4340[_0x253422(0xc9)](_0x121979,null,_0x4bb771),_0xa0dcb9[_0x253422(0xd6)](_0x5a4340[_0x253422(0xd0)],_0xd93ddc);}),_0x3afae3['on'](_0x5a4340[_0xdec47b(0xd7)],_0x3d1f14=>{const _0x17b3b9=_0xdec47b;_0xa0dcb9=_0x3d1f14,_0x3d1f14[_0x17b3b9(0xcc)](_0x419cf2[_0x17b3b9(0xca)],_0xd93ddc);}),_0x5a4340['hzkvH'](monkeypatch,_0x3afae3,_0x5a4340[_0xdec47b(0xdd)],(_0x3b238f,..._0x4df85d)=>{const _0x5d4fd3=_0xdec47b;_0x1db209=Date[_0x5d4fd3(0xbd)](),_0x419cf2[_0x5d4fd3(0xb6)](_0x3b238f,..._0x4df85d);}),_0x3afae3;};_0x5a4340[_0x517254(0xdc)](monkeypatch,http,_0x5a4340[_0x517254(0xd9)],_0x35d57b),_0x5a4340[_0x517254(0xd4)](monkeypatch,https,_0x5a4340[_0x517254(0xd9)],_0x35d57b);}function restore(){const _0x40ffa5=a73_0x5495ba;http['request'][_0x40ffa5(0xd2)](),https[_0x40ffa5(0xbf)][_0x40ffa5(0xd2)]();}const a73_0x3d5f6b={};function a73_0x36cc(){const _0x1da008=['FTlpV','http','8yXnRhR','response','exports','method','statusCode','now','restore','request','https','duration_ms','4399927Eaejrp','path','error','459960EkTBmE','77541PKWhrz','3990864BsNqtx','host','CfrsI','LxUDM','1774500cIKZTM','once','hostname','headers','bZvOC','GqWkN','status_code','unpatch','end','FTJxt','1804095kJmelr','removeListener','ftVGP','monkeypatch','LTUXo','tZcnP','363453nbqWJo','cSBGR','jFXNh','socket','BCLsV'];a73_0x36cc=function(){return _0x1da008;};return a73_0x36cc();}a73_0x3d5f6b['spy']=spy,a73_0x3d5f6b[a73_0x5495ba(0xbe)]=restore,module[a73_0x5495ba(0xba)]=a73_0x3d5f6b;
@@ -1 +1 @@
1
- function a74_0x5ee4(_0x1a23c5,_0x490076){const _0x33e922=a74_0x33e9();return a74_0x5ee4=function(_0x5ee4c7,_0x6534e6){_0x5ee4c7=_0x5ee4c7-0xf1;let _0x478a90=_0x33e922[_0x5ee4c7];return _0x478a90;},a74_0x5ee4(_0x1a23c5,_0x490076);}const a74_0x467da7=a74_0x5ee4;(function(_0x25ba9e,_0x5a6e64){const _0x10dd9a=a74_0x5ee4,_0x20f0f8=_0x25ba9e();while(!![]){try{const _0x5e7d8a=parseInt(_0x10dd9a(0xf2))/0x1*(parseInt(_0x10dd9a(0x103))/0x2)+parseInt(_0x10dd9a(0x100))/0x3*(parseInt(_0x10dd9a(0x104))/0x4)+parseInt(_0x10dd9a(0xf3))/0x5*(parseInt(_0x10dd9a(0x105))/0x6)+-parseInt(_0x10dd9a(0xf9))/0x7+parseInt(_0x10dd9a(0x10b))/0x8+-parseInt(_0x10dd9a(0x109))/0x9+parseInt(_0x10dd9a(0x101))/0xa;if(_0x5e7d8a===_0x5a6e64)break;else _0x20f0f8['push'](_0x20f0f8['shift']());}catch(_0x172b04){_0x20f0f8['push'](_0x20f0f8['shift']());}}}(a74_0x33e9,0xe188b),module[a74_0x467da7(0x106)]=function(){const _0x32b8a7=a74_0x467da7,_0x23c1dc={'RfBJH':function(_0x235b87,_0xbbc08c){return _0x235b87===_0xbbc08c;},'OwkSA':_0x32b8a7(0xf6),'tilqS':_0x32b8a7(0x10c),'PbcTM':function(_0x2e3c3f,_0x30ef98,_0x4d7b06){return _0x2e3c3f(_0x30ef98,_0x4d7b06);},'COWxk':function(_0x486238,_0x142095){return _0x486238(_0x142095);},'ShQxe':_0x32b8a7(0xf4),'oGbCY':_0x32b8a7(0xfc),'CsEHE':function(_0x2bd8a5,_0x4f0226){return _0x2bd8a5*_0x4f0226;},'zDKYk':_0x32b8a7(0x10f)},_0x276da0=_0x23c1dc[_0x32b8a7(0x10e)](require,_0x23c1dc[_0x32b8a7(0xfd)]),_0x57c66e=_0x23c1dc[_0x32b8a7(0x10e)](require,_0x23c1dc[_0x32b8a7(0xf8)]),_0x2546a6=_0x23c1dc['CsEHE'](0x1e,0x3e8);if(_0x276da0['globalAgent']&&Object[_0x32b8a7(0xfa)]['hasOwnProperty'][_0x32b8a7(0xf7)](_0x276da0[_0x32b8a7(0x10a)],_0x23c1dc[_0x32b8a7(0xfb)]))_0x276da0[_0x32b8a7(0x10a)][_0x32b8a7(0x10f)]=!![],_0x57c66e[_0x32b8a7(0x10a)][_0x32b8a7(0x10f)]=!![],_0x276da0[_0x32b8a7(0x10a)][_0x32b8a7(0x10d)]=_0x2546a6,_0x57c66e[_0x32b8a7(0x10a)]['keepAliveMsecs']=_0x2546a6;else{const _0x421e0f={};_0x421e0f[_0x32b8a7(0x10f)]=!![],_0x421e0f[_0x32b8a7(0x10d)]=_0x2546a6;const _0x4a1098=new _0x276da0[(_0x32b8a7(0x102))](_0x421e0f),_0x1d9065={};_0x1d9065['keepAlive']=!![],_0x1d9065[_0x32b8a7(0x10d)]=_0x2546a6;const _0x31b537=new _0x57c66e[(_0x32b8a7(0x102))](_0x1d9065),_0x4f70ea=_0x276da0[_0x32b8a7(0xfe)],_0x21cef9=_0x57c66e[_0x32b8a7(0xfe)];_0x276da0[_0x32b8a7(0xfe)]=function(_0x40d4d3,_0x4cd40f){const _0x56dcfd=_0x32b8a7;if(_0x23c1dc[_0x56dcfd(0xf1)](_0x40d4d3[_0x56dcfd(0xf5)],_0x23c1dc[_0x56dcfd(0xff)]))return _0x40d4d3[_0x23c1dc[_0x56dcfd(0x107)]]=_0x31b537,_0x23c1dc[_0x56dcfd(0x108)](_0x21cef9,_0x40d4d3,_0x4cd40f);return _0x40d4d3[_0x23c1dc[_0x56dcfd(0x107)]]=_0x4a1098,_0x23c1dc[_0x56dcfd(0x108)](_0x4f70ea,_0x40d4d3,_0x4cd40f);};}});function a74_0x33e9(){const _0x4c54ba=['agent','keepAliveMsecs','COWxk','keepAlive','RfBJH','81599juqlUt','5uYwbsz','http','protocol','https:','call','oGbCY','3490606lEwscN','prototype','zDKYk','https','ShQxe','request','OwkSA','3153agJvsP','7568040HBWjoD','Agent','26wqlPrb','488deBEZt','2543286BJESya','exports','tilqS','PbcTM','8754174KYVMUo','globalAgent','203496InmfyE'];a74_0x33e9=function(){return _0x4c54ba;};return a74_0x33e9();}
1
+ (function(_0x1e74b9,_0x291010){const _0x4f66cf=a74_0x4ef7,_0x537961=_0x1e74b9();while(!![]){try{const _0x73531a=parseInt(_0x4f66cf(0x142))/0x1*(parseInt(_0x4f66cf(0x14e))/0x2)+parseInt(_0x4f66cf(0x13a))/0x3+-parseInt(_0x4f66cf(0x151))/0x4+-parseInt(_0x4f66cf(0x13f))/0x5+-parseInt(_0x4f66cf(0x153))/0x6+-parseInt(_0x4f66cf(0x146))/0x7*(-parseInt(_0x4f66cf(0x14c))/0x8)+parseInt(_0x4f66cf(0x14d))/0x9*(parseInt(_0x4f66cf(0x152))/0xa);if(_0x73531a===_0x291010)break;else _0x537961['push'](_0x537961['shift']());}catch(_0x460db4){_0x537961['push'](_0x537961['shift']());}}}(a74_0x49bc,0x7f355),module['exports']=function(){const _0x34e797=a74_0x4ef7,_0x2a7ee9={'LgHaw':function(_0x149371,_0x45724c){return _0x149371===_0x45724c;},'CRxJK':'https:','YAqZM':'agent','cnLBJ':function(_0x319416,_0x479219,_0x4ae5e1){return _0x319416(_0x479219,_0x4ae5e1);},'EgZUw':function(_0x26fc44,_0x1b4122,_0x3a72c1){return _0x26fc44(_0x1b4122,_0x3a72c1);},'ChyNZ':function(_0x5ab684,_0x397b24){return _0x5ab684(_0x397b24);},'sbqFj':'http','cyTmI':_0x34e797(0x14b),'LTPKX':function(_0xca44b9,_0x9040bb){return _0xca44b9*_0x9040bb;},'eymbA':_0x34e797(0x13b)},_0x47ed29=_0x2a7ee9[_0x34e797(0x137)](require,_0x2a7ee9[_0x34e797(0x148)]),_0x596e0e=_0x2a7ee9[_0x34e797(0x137)](require,_0x2a7ee9[_0x34e797(0x149)]),_0xc3d519=_0x2a7ee9[_0x34e797(0x13e)](0x1e,0x3e8);if(_0x47ed29[_0x34e797(0x13c)]&&Object[_0x34e797(0x143)][_0x34e797(0x145)][_0x34e797(0x150)](_0x47ed29[_0x34e797(0x13c)],_0x2a7ee9[_0x34e797(0x144)]))_0x47ed29[_0x34e797(0x13c)][_0x34e797(0x13b)]=!![],_0x596e0e['globalAgent'][_0x34e797(0x13b)]=!![],_0x47ed29['globalAgent']['keepAliveMsecs']=_0xc3d519,_0x596e0e[_0x34e797(0x13c)][_0x34e797(0x140)]=_0xc3d519;else{const _0x46f69c={};_0x46f69c[_0x34e797(0x13b)]=!![],_0x46f69c['keepAliveMsecs']=_0xc3d519;const _0x49a5c8=new _0x47ed29[(_0x34e797(0x147))](_0x46f69c),_0x372fd8={};_0x372fd8[_0x34e797(0x13b)]=!![],_0x372fd8[_0x34e797(0x140)]=_0xc3d519;const _0x2d510e=new _0x596e0e[(_0x34e797(0x147))](_0x372fd8),_0xfa7126=_0x47ed29[_0x34e797(0x141)],_0x4b5365=_0x596e0e[_0x34e797(0x141)];_0x47ed29['request']=function(_0x3a93ec,_0x2f4c0f){const _0x19735d=_0x34e797;if(_0x2a7ee9[_0x19735d(0x14f)](_0x3a93ec['protocol'],_0x2a7ee9[_0x19735d(0x139)]))return _0x3a93ec[_0x2a7ee9[_0x19735d(0x14a)]]=_0x2d510e,_0x2a7ee9[_0x19735d(0x138)](_0x4b5365,_0x3a93ec,_0x2f4c0f);return _0x3a93ec[_0x2a7ee9[_0x19735d(0x14a)]]=_0x49a5c8,_0x2a7ee9[_0x19735d(0x13d)](_0xfa7126,_0x3a93ec,_0x2f4c0f);};}});function a74_0x4ef7(_0x28602e,_0x39e69d){const _0x49bca2=a74_0x49bc();return a74_0x4ef7=function(_0x4ef7e4,_0x2c6f1b){_0x4ef7e4=_0x4ef7e4-0x137;let _0x350c2d=_0x49bca2[_0x4ef7e4];return _0x350c2d;},a74_0x4ef7(_0x28602e,_0x39e69d);}function a74_0x49bc(){const _0x2895ac=['EgZUw','LTPKX','3177430bWYxfB','keepAliveMsecs','request','14237Keethc','prototype','eymbA','hasOwnProperty','12551SScFSN','Agent','sbqFj','cyTmI','YAqZM','https','3688UZKoYX','12231927PdqQNl','6jfzORi','LgHaw','call','1182804RIKNpI','10dvCHvb','5065932uEvkUg','ChyNZ','cnLBJ','CRxJK','204501wmbcFU','keepAlive','globalAgent'];a74_0x49bc=function(){return _0x2895ac;};return a74_0x49bc();}
@@ -1 +1 @@
1
- var a75_0x57233a=a75_0x4c89;(function(_0x307f19,_0x41f16d){var _0x30c5a9=a75_0x4c89,_0xbc100=_0x307f19();while(!![]){try{var _0x123383=parseInt(_0x30c5a9(0x103))/0x1+-parseInt(_0x30c5a9(0x113))/0x2+parseInt(_0x30c5a9(0xfe))/0x3*(parseInt(_0x30c5a9(0x112))/0x4)+-parseInt(_0x30c5a9(0x104))/0x5*(parseInt(_0x30c5a9(0x10f))/0x6)+parseInt(_0x30c5a9(0x101))/0x7+parseInt(_0x30c5a9(0x102))/0x8*(parseInt(_0x30c5a9(0x114))/0x9)+-parseInt(_0x30c5a9(0x108))/0xa*(parseInt(_0x30c5a9(0x109))/0xb);if(_0x123383===_0x41f16d)break;else _0xbc100['push'](_0xbc100['shift']());}catch(_0x1ff7b3){_0xbc100['push'](_0xbc100['shift']());}}}(a75_0x17c1,0x4a57f));function a75_0x4c89(_0x591440,_0x505877){var _0x17c11d=a75_0x17c1();return a75_0x4c89=function(_0x4c8997,_0xc5e083){_0x4c8997=_0x4c8997-0xfe;var _0x425380=_0x17c11d[_0x4c8997];return _0x425380;},a75_0x4c89(_0x591440,_0x505877);}var a75_0x441a70={};function a75_0x17c1(){var _0xe22ef3=['3158281yvDrfx','726920TuRsjU','389969rFGxsu','35NUEPNs','CUCUMBER','mocha','exports','10nXOnFH','4888246USBKfH','Playwright','api/v1/event','cucumber','MOCHA','api/v1/screenshots','394914clrhDV','https://collector-observability.browserstack.com','JEST','583916Biwezz','1047568BoplKc','45JqkmeQ','assign','CODECEPT','9GCXTIn','jest','.obs_test_details'];a75_0x17c1=function(){return _0xe22ef3;};return a75_0x17c1();}a75_0x441a70['PLAYWRIGHT']=a75_0x57233a(0x10a),a75_0x441a70[a75_0x57233a(0x10d)]=a75_0x57233a(0x106),a75_0x441a70[a75_0x57233a(0x116)]='codeceptjs',a75_0x441a70[a75_0x57233a(0x111)]=a75_0x57233a(0xff),a75_0x441a70[a75_0x57233a(0x105)]=a75_0x57233a(0x10c),module[a75_0x57233a(0x107)]={'consoleHolder':Object[a75_0x57233a(0x115)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a75_0x57233a(0x110),'EVENT_ENDPOINT':a75_0x57233a(0x10b),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a75_0x57233a(0x10e),'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':a75_0x57233a(0x100),'FRAMEWORKS':a75_0x441a70};
1
+ var a75_0x433baa=a75_0x1f44;(function(_0x4679c9,_0x48a2f2){var _0x36a338=a75_0x1f44,_0x43864f=_0x4679c9();while(!![]){try{var _0x1cb5ca=parseInt(_0x36a338(0x14e))/0x1*(parseInt(_0x36a338(0x15f))/0x2)+parseInt(_0x36a338(0x150))/0x3*(parseInt(_0x36a338(0x15c))/0x4)+parseInt(_0x36a338(0x14b))/0x5*(-parseInt(_0x36a338(0x158))/0x6)+-parseInt(_0x36a338(0x159))/0x7*(parseInt(_0x36a338(0x15b))/0x8)+-parseInt(_0x36a338(0x152))/0x9*(parseInt(_0x36a338(0x15a))/0xa)+-parseInt(_0x36a338(0x153))/0xb+parseInt(_0x36a338(0x156))/0xc*(parseInt(_0x36a338(0x149))/0xd);if(_0x1cb5ca===_0x48a2f2)break;else _0x43864f['push'](_0x43864f['shift']());}catch(_0xf75896){_0x43864f['push'](_0x43864f['shift']());}}}(a75_0x12b6,0x8bcc7));var a75_0x23be6d={};function a75_0x1f44(_0x370d0f,_0x5c4b66){var _0x12b6a1=a75_0x12b6();return a75_0x1f44=function(_0x1f440c,_0x5bf870){_0x1f440c=_0x1f440c-0x148;var _0x1c8a75=_0x12b6a1[_0x1f440c];return _0x1c8a75;},a75_0x1f44(_0x370d0f,_0x5c4b66);}a75_0x23be6d[a75_0x433baa(0x161)]=a75_0x433baa(0x155),a75_0x23be6d[a75_0x433baa(0x15d)]=a75_0x433baa(0x164),a75_0x23be6d[a75_0x433baa(0x162)]=a75_0x433baa(0x154),a75_0x23be6d['JEST']=a75_0x433baa(0x14a),a75_0x23be6d[a75_0x433baa(0x148)]=a75_0x433baa(0x14d),module[a75_0x433baa(0x151)]={'consoleHolder':Object[a75_0x433baa(0x163)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a75_0x433baa(0x14f),'EVENT_ENDPOINT':a75_0x433baa(0x160),'BATCH_ENDPOINT':a75_0x433baa(0x15e),'SCREENSHOT_ENDPOINT':a75_0x433baa(0x157),'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':a75_0x433baa(0x14c),'FRAMEWORKS':a75_0x23be6d};function a75_0x12b6(){var _0x20f9cb=['15fYIQub','.obs_test_details','cucumber','4wDXVRq','https://collector-observability.browserstack.com','552DAmJVD','exports','7107687rfQwJP','17655GtBVwT','codeceptjs','Playwright','12rjBMlB','api/v1/screenshots','1092198NvzLRh','308gUJeTK','10vPTGdV','7528BxQZeM','11236TjunxM','MOCHA','api/v1/batch','160466zIpAxu','api/v1/event','PLAYWRIGHT','CODECEPT','assign','mocha','CUCUMBER','14477814KLBfPH','jest'];a75_0x12b6=function(){return _0x20f9cb;};return a75_0x12b6();}