browserstack-node-sdk 1.32.11 → 1.32.12

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 (116) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a61_0x405fff=a61_0x406e;(function(_0x2708f1,_0x232826){const _0x1e5c8f=a61_0x406e,_0x596cf5=_0x2708f1();while(!![]){try{const _0x12b071=parseInt(_0x1e5c8f(0xfd))/0x1*(parseInt(_0x1e5c8f(0xf7))/0x2)+parseInt(_0x1e5c8f(0xe5))/0x3*(parseInt(_0x1e5c8f(0xec))/0x4)+parseInt(_0x1e5c8f(0xe4))/0x5+-parseInt(_0x1e5c8f(0xf6))/0x6+-parseInt(_0x1e5c8f(0xf4))/0x7+parseInt(_0x1e5c8f(0x100))/0x8*(-parseInt(_0x1e5c8f(0xf5))/0x9)+parseInt(_0x1e5c8f(0xee))/0xa;if(_0x12b071===_0x232826)break;else _0x596cf5['push'](_0x596cf5['shift']());}catch(_0x6a5c1e){_0x596cf5['push'](_0x596cf5['shift']());}}}(a61_0x1912,0xeca88));const winston=require(a61_0x405fff(0xe6)),os=require('os'),fs=require('fs'),path=require(a61_0x405fff(0xed)),logDir='log';!fs[a61_0x405fff(0xf9)](logDir)&&fs[a61_0x405fff(0x105)](logDir);const a61_0x4c1add={};a61_0x4c1add[a61_0x405fff(0xe3)]='console.info';const transports={'loggerConsole':new winston[(a61_0x405fff(0x101))][(a61_0x405fff(0xfc))](a61_0x4c1add),'loggerFile':new winston[(a61_0x405fff(0x101))][(a61_0x405fff(0xfb))]({'filename':path[a61_0x405fff(0xf3)](logDir,a61_0x405fff(0xea))}),'debugLoggerFile':new winston[(a61_0x405fff(0x101))]['File']({'filename':path[a61_0x405fff(0xf3)](os[a61_0x405fff(0xe8)](),a61_0x405fff(0x103)),'level':a61_0x405fff(0xe7)})},a61_0x207560={};a61_0x207560[a61_0x405fff(0x102)]='YYYY-MM-DD\x20HH:mm:ss';const a61_0x4bf9d0={};a61_0x4bf9d0['level']=!![];const winstonLoggerParams={'format':winston[a61_0x405fff(0x102)]['combine'](winston['format'][a61_0x405fff(0x104)](a61_0x207560),winston[a61_0x405fff(0x102)][a61_0x405fff(0xeb)](a61_0x4bf9d0),winston[a61_0x405fff(0x102)][a61_0x405fff(0xfa)](_0x5c8d1c=>_0x5c8d1c[a61_0x405fff(0x104)]+a61_0x405fff(0xfe)+_0x5c8d1c[a61_0x405fff(0xf2)]+':\x20'+_0x5c8d1c[a61_0x405fff(0xf0)])),'transports':[transports['loggerConsole'],transports[a61_0x405fff(0xf8)],transports[a61_0x405fff(0xe9)]]},a61_0x5713cd={};a61_0x5713cd[a61_0x405fff(0x101)]=[transports[a61_0x405fff(0xf8)]];function a61_0x1912(){const _0x3665c5=['285304RnPqQf','loggerFile','existsSync','printf','File','Console','1mwMyur','\x20-\x20','logDir','90008vsqyVT','transports','format','/usage-debug.log','timestamp','mkdirSync','name','4457310YGNeVa','4161429NurACx','winston','debug','tmpdir','debugLoggerFile','/usage.log','colorize','4cZjbZC','path','25948630awiBdi','fileLogger','message','winstonLogger','level','join','6436913gPHPLM','1080efyWPs','10662534GcKFzG'];a61_0x1912=function(){return _0x3665c5;};return a61_0x1912();}function a61_0x406e(_0x43be3b,_0x59361a){const _0x19124b=a61_0x1912();return a61_0x406e=function(_0x406e75,_0x15b90f){_0x406e75=_0x406e75-0xe3;let _0x159e99=_0x19124b[_0x406e75];return _0x159e99;},a61_0x406e(_0x43be3b,_0x59361a);}const winstonFileLoggerParams=a61_0x5713cd;exports[a61_0x405fff(0xf1)]=new winston['createLogger'](winstonLoggerParams),exports[a61_0x405fff(0xef)]=new winston['createLogger'](winstonFileLoggerParams),exports[a61_0x405fff(0xff)]=logDir,exports[a61_0x405fff(0x101)]=transports;
1
+ const a61_0x2b43bf=a61_0x5643;(function(_0x43d04c,_0x148fbd){const _0x34dd4a=a61_0x5643,_0x454f04=_0x43d04c();while(!![]){try{const _0x11b9a2=parseInt(_0x34dd4a(0x201))/0x1*(parseInt(_0x34dd4a(0x203))/0x2)+parseInt(_0x34dd4a(0x20a))/0x3*(-parseInt(_0x34dd4a(0x1fe))/0x4)+-parseInt(_0x34dd4a(0x209))/0x5*(parseInt(_0x34dd4a(0x1fd))/0x6)+-parseInt(_0x34dd4a(0x1e9))/0x7*(parseInt(_0x34dd4a(0x1f4))/0x8)+parseInt(_0x34dd4a(0x205))/0x9*(parseInt(_0x34dd4a(0x1ff))/0xa)+parseInt(_0x34dd4a(0x1e7))/0xb+parseInt(_0x34dd4a(0x1fa))/0xc;if(_0x11b9a2===_0x148fbd)break;else _0x454f04['push'](_0x454f04['shift']());}catch(_0x276051){_0x454f04['push'](_0x454f04['shift']());}}}(a61_0x38bb,0x7a736));const winston=require(a61_0x2b43bf(0x1ee)),os=require('os'),fs=require('fs'),path=require('path'),logDir=a61_0x2b43bf(0x1f7);!fs[a61_0x2b43bf(0x204)](logDir)&&fs['mkdirSync'](logDir);const a61_0x2991c5={};a61_0x2991c5[a61_0x2b43bf(0x1fc)]=a61_0x2b43bf(0x1ec);const transports={'loggerConsole':new winston[(a61_0x2b43bf(0x202))][(a61_0x2b43bf(0x20d))](a61_0x2991c5),'loggerFile':new winston[(a61_0x2b43bf(0x202))][(a61_0x2b43bf(0x1f1))]({'filename':path[a61_0x2b43bf(0x1fb)](logDir,a61_0x2b43bf(0x20e))}),'debugLoggerFile':new winston['transports'][(a61_0x2b43bf(0x1f1))]({'filename':path[a61_0x2b43bf(0x1fb)](os[a61_0x2b43bf(0x206)](),a61_0x2b43bf(0x1ef)),'level':a61_0x2b43bf(0x1eb)})},a61_0x4bf083={};function a61_0x5643(_0x3788d2,_0x1cd75c){const _0x38bb04=a61_0x38bb();return a61_0x5643=function(_0x5643aa,_0x34a972){_0x5643aa=_0x5643aa-0x1e7;let _0xf40ca4=_0x38bb04[_0x5643aa];return _0xf40ca4;},a61_0x5643(_0x3788d2,_0x1cd75c);}a61_0x4bf083['format']=a61_0x2b43bf(0x207);const a61_0x473d9e={};a61_0x473d9e[a61_0x2b43bf(0x1e8)]=!![];const winstonLoggerParams={'format':winston[a61_0x2b43bf(0x1f8)][a61_0x2b43bf(0x1f9)](winston['format'][a61_0x2b43bf(0x1f5)](a61_0x4bf083),winston[a61_0x2b43bf(0x1f8)][a61_0x2b43bf(0x1f2)](a61_0x473d9e),winston['format'][a61_0x2b43bf(0x200)](_0x57a38f=>_0x57a38f[a61_0x2b43bf(0x1f5)]+a61_0x2b43bf(0x208)+_0x57a38f['level']+':\x20'+_0x57a38f[a61_0x2b43bf(0x1f6)])),'transports':[transports['loggerConsole'],transports[a61_0x2b43bf(0x1f0)],transports[a61_0x2b43bf(0x1ed)]]},a61_0x440949={};a61_0x440949[a61_0x2b43bf(0x202)]=[transports[a61_0x2b43bf(0x1f0)]];function a61_0x38bb(){const _0xa41e01=['name','3013974DRSURZ','19588TfYVCo','844140RJdxqV','printf','432527TnivnY','transports','2lPzJOk','existsSync','63yaotDE','tmpdir','YYYY-MM-DD\x20HH:mm:ss','\x20-\x20','5bUujOl','435gonhcF','winstonLogger','createLogger','Console','/usage.log','10444599oakVoy','level','343yExTvl','fileLogger','debug','console.info','debugLoggerFile','winston','/usage-debug.log','loggerFile','File','colorize','logDir','85000EiiwUG','timestamp','message','log','format','combine','3139716KpjnkX','join'];a61_0x38bb=function(){return _0xa41e01;};return a61_0x38bb();}const winstonFileLoggerParams=a61_0x440949;exports[a61_0x2b43bf(0x20b)]=new winston[(a61_0x2b43bf(0x20c))](winstonLoggerParams),exports[a61_0x2b43bf(0x1ea)]=new winston[(a61_0x2b43bf(0x20c))](winstonFileLoggerParams),exports[a61_0x2b43bf(0x1f3)]=logDir,exports[a61_0x2b43bf(0x202)]=transports;
@@ -1 +1 @@
1
- var a62_0x380f9e=a62_0x493a;function a62_0x493a(_0x5861df,_0x48676c){var _0x2964f7=a62_0x2964();return a62_0x493a=function(_0x493a7f,_0x445841){_0x493a7f=_0x493a7f-0x18c;var _0x39f61f=_0x2964f7[_0x493a7f];return _0x39f61f;},a62_0x493a(_0x5861df,_0x48676c);}function a62_0x2964(){var _0x3f7fe6=['CRbUU','11664wcCltP','patchQuit','LmTtk','overrideTakeScreenshot','takeScreenshot','initQuit','969696JOIbOM','vykhs','16975ZMOsIu','11039440DJBidU','480418HOTJoF','overrideQuit','2cfFLOS','env','yTReN','split','quitCount_','1974150jbthNk','initScreenshot','patchScreenshot','ZuKbV','tuQEQ','24WptcMc','Wjltv','emit','yrSzQ','TEST_SCREENSHOT','toISOString','pid','4|1|3|2|0|5','csnYp','245990dkLfiD','PEofc','BS_TESTOPS_ALLOW_SCREENSHOTS','1784BpnhQq'];a62_0x2964=function(){return _0x3f7fe6;};return a62_0x2964();}(function(_0x923dc7,_0x30bb8b){var _0x1e2f77=a62_0x493a,_0x25f080=_0x923dc7();while(!![]){try{var _0x2efe50=parseInt(_0x1e2f77(0x1a7))/0x1*(-parseInt(_0x1e2f77(0x1a9))/0x2)+-parseInt(_0x1e2f77(0x1a3))/0x3+parseInt(_0x1e2f77(0x18f))/0x4*(parseInt(_0x1e2f77(0x198))/0x5)+parseInt(_0x1e2f77(0x19d))/0x6+parseInt(_0x1e2f77(0x1a5))/0x7*(-parseInt(_0x1e2f77(0x19b))/0x8)+parseInt(_0x1e2f77(0x1ae))/0x9+parseInt(_0x1e2f77(0x1a6))/0xa;if(_0x2efe50===_0x30bb8b)break;else _0x25f080['push'](_0x25f080['shift']());}catch(_0xe80bc5){_0x25f080['push'](_0x25f080['shift']());}}}(a62_0x2964,0x43621),exports[a62_0x380f9e(0x1a0)]=_0x339cc2=>{var _0x592347=a62_0x380f9e,_0x5d80a6={'WFOYk':_0x592347(0x196),'yrSzQ':function(_0x10bc62,_0x30c62b){return _0x10bc62!==_0x30c62b;},'vykhs':'true','CRbUU':_0x592347(0x193),'wmiDw':function(_0x1b5d21,_0x3b921e){return _0x1b5d21(_0x3b921e);}},_0x3ffc8f=_0x5d80a6['WFOYk'][_0x592347(0x1ac)]('|'),_0x3739cd=0x0;while(!![]){switch(_0x3ffc8f[_0x3739cd++]){case'0':_0x339cc2[_0x592347(0x1af)]=_0x339cc2[_0x592347(0x1a1)];continue;case'1':if(_0x5d80a6[_0x592347(0x192)](process[_0x592347(0x1aa)][_0x592347(0x19a)],_0x5d80a6[_0x592347(0x1a4)]))return;continue;case'2':_0x339cc2[_0x592347(0x18c)]=!![];continue;case'3':if(_0x339cc2[_0x592347(0x18c)])return;continue;case'4':var _0x559bf5={'ZLOrB':_0x5d80a6[_0x592347(0x19c)],'tuQEQ':function(_0x365edf,_0x13fbb5){return _0x5d80a6['wmiDw'](_0x365edf,_0x13fbb5);}};continue;case'5':_0x339cc2[_0x592347(0x1a1)]=()=>{var _0x247ea2={'Wjltv':_0x559bf5['ZLOrB'],'ZuKbV':function(_0x5a7eaa,_0x53d20b){var _0x5f2ffb=a62_0x493a;return _0x559bf5[_0x5f2ffb(0x18e)](_0x5a7eaa,_0x53d20b);}};return new Promise(function(_0x150788,_0x1f7015){var _0x1db8f0=a62_0x493a;_0x339cc2[_0x1db8f0(0x1af)]()['then'](_0x572687=>{var _0x2bf221=_0x1db8f0;process[_0x2bf221(0x191)]('bs:addLog:'+process[_0x2bf221(0x195)],{'timestamp':new Date()[_0x2bf221(0x194)](),'message':_0x572687,'kind':_0x247ea2[_0x2bf221(0x190)]}),_0x247ea2[_0x2bf221(0x18d)](_0x150788,_0x572687);});});};continue;}break;}},exports[a62_0x380f9e(0x1a8)]=(_0x4851cd,_0x56502f=null)=>{var _0x28343b=a62_0x380f9e,_0x265eee={'LmTtk':'4|2|1|0|3','yTReN':function(_0x47db33){return _0x47db33();},'csnYp':function(_0x1f740a,_0x217315){return _0x1f740a>_0x217315;},'TZIIV':function(_0x17986a,_0x1f9667){return _0x17986a>_0x1f9667;}},_0x324857=_0x265eee[_0x28343b(0x19f)][_0x28343b(0x1ac)]('|'),_0x5b7e0e=0x0;while(!![]){switch(_0x324857[_0x5b7e0e++]){case'0':_0x4851cd[_0x28343b(0x1a2)]=_0x4851cd['quit'];continue;case'1':_0x4851cd[_0x28343b(0x19e)]=!![];continue;case'2':if(_0x4851cd[_0x28343b(0x19e)])return;continue;case'3':_0x4851cd['quit']=()=>{var _0x15daa5=_0x28343b;if(_0x56502f){_0x56502f[_0x15daa5(0x1ad)]+=0x1;if(_0x42acbe['mOwUK'](_0x56502f['quitCount_'],0x1))return _0x4851cd[_0x15daa5(0x1a2)]();}else{_0x4851cd[_0x15daa5(0x1ad)]+=0x1;if(_0x42acbe['hcjBo'](_0x4851cd[_0x15daa5(0x1ad)],0x1))return _0x4851cd[_0x15daa5(0x1a2)]();}return new Promise(function(_0x56b534){var _0x187c03=_0x15daa5;_0x42acbe[_0x187c03(0x199)](_0x56b534);});};continue;case'4':var _0x42acbe={'PEofc':function(_0x5371c9){var _0x24e1cf=_0x28343b;return _0x265eee[_0x24e1cf(0x1ab)](_0x5371c9);},'mOwUK':function(_0x1c143b,_0x3eebbe){var _0x163ef1=_0x28343b;return _0x265eee[_0x163ef1(0x197)](_0x1c143b,_0x3eebbe);},'hcjBo':function(_0xd6f738,_0x230c73){return _0x265eee['TZIIV'](_0xd6f738,_0x230c73);}};continue;}break;}});
1
+ function a62_0x4037(_0x91671c,_0x3f3f8f){var _0x44bd56=a62_0x44bd();return a62_0x4037=function(_0x4037bc,_0x1404e2){_0x4037bc=_0x4037bc-0x157;var _0x3f9a6c=_0x44bd56[_0x4037bc];return _0x3f9a6c;},a62_0x4037(_0x91671c,_0x3f3f8f);}var a62_0x2050e0=a62_0x4037;function a62_0x44bd(){var _0x4c1101=['19562ixdGCy','156haHuHw','1790qelPSE','then','quit','jbXMc','BS_TESTOPS_ALLOW_SCREENSHOTS','yZshp','initScreenshot','175CAVVwW','4864485eTSrLk','lsQrF','split','0|3|1|2|4','1532244hVHPEe','dvagC','16044993kJNefM','eXPTI','TEST_SCREENSHOT','quitCount_','patchQuit','whRrq','7660NwHNxR','AyMkp','initQuit','276nLtvTS','4noAXRW','16445bHVfiP','VSnjb','67096IEzhwR','GPDiR','78MbnWWP','uOPsv','toISOString','overrideQuit','pid','takeScreenshot'];a62_0x44bd=function(){return _0x4c1101;};return a62_0x44bd();}(function(_0x78cd92,_0x1b1fd1){var _0x5476f7=a62_0x4037,_0x50a97a=_0x78cd92();while(!![]){try{var _0xfb9f41=parseInt(_0x5476f7(0x176))/0x1*(parseInt(_0x5476f7(0x177))/0x2)+-parseInt(_0x5476f7(0x15b))/0x3*(parseInt(_0x5476f7(0x16b))/0x4)+parseInt(_0x5476f7(0x167))/0x5*(parseInt(_0x5476f7(0x16a))/0x6)+parseInt(_0x5476f7(0x15a))/0x7*(parseInt(_0x5476f7(0x16e))/0x8)+parseInt(_0x5476f7(0x161))/0x9+parseInt(_0x5476f7(0x178))/0xa*(-parseInt(_0x5476f7(0x16c))/0xb)+parseInt(_0x5476f7(0x15f))/0xc*(-parseInt(_0x5476f7(0x170))/0xd);if(_0xfb9f41===_0x1b1fd1)break;else _0x50a97a['push'](_0x50a97a['shift']());}catch(_0x303ff8){_0x50a97a['push'](_0x50a97a['shift']());}}}(a62_0x44bd,0xe3ea2),exports['overrideTakeScreenshot']=_0x379a63=>{var _0x3e846a=a62_0x4037,_0x274870={'dvagC':'2|3|1|5|4|0','whRrq':_0x3e846a(0x163),'GPDiR':function(_0x255fd7,_0x296f25){return _0x255fd7(_0x296f25);},'DTcZe':function(_0x31f799,_0x526a09){return _0x31f799!==_0x526a09;},'jbXMc':'true'},_0x22d55e=_0x274870[_0x3e846a(0x160)][_0x3e846a(0x15d)]('|'),_0x48d826=0x0;while(!![]){switch(_0x22d55e[_0x48d826++]){case'0':_0x379a63['takeScreenshot']=()=>{var _0x4b5f3c={'StvET':_0x233186['vbgJe'],'yZshp':function(_0x32fe6a,_0x418f60){var _0x4322b4=a62_0x4037;return _0x233186[_0x4322b4(0x15c)](_0x32fe6a,_0x418f60);}};return new Promise(function(_0x41cf2d,_0x53bf0c){var _0x3efaa3=a62_0x4037;_0x379a63[_0x3efaa3(0x159)]()[_0x3efaa3(0x179)](_0x429ad2=>{var _0x3171c9=_0x3efaa3;process['emit']('bs:addLog:'+process[_0x3171c9(0x174)],{'timestamp':new Date()[_0x3171c9(0x172)](),'message':_0x429ad2,'kind':_0x4b5f3c['StvET']}),_0x4b5f3c[_0x3171c9(0x158)](_0x41cf2d,_0x429ad2);});});};continue;case'1':if(_0x379a63['patchScreenshot'])return;continue;case'2':var _0x233186={'vbgJe':_0x274870[_0x3e846a(0x166)],'lsQrF':function(_0x2bd2e4,_0x37c1cf){var _0x4fd0a8=_0x3e846a;return _0x274870[_0x4fd0a8(0x16f)](_0x2bd2e4,_0x37c1cf);}};continue;case'3':if(_0x274870['DTcZe'](process['env'][_0x3e846a(0x157)],_0x274870[_0x3e846a(0x17b)]))return;continue;case'4':_0x379a63[_0x3e846a(0x159)]=_0x379a63[_0x3e846a(0x175)];continue;case'5':_0x379a63['patchScreenshot']=!![];continue;}break;}},exports[a62_0x2050e0(0x173)]=(_0x5a392a,_0x35692b=null)=>{var _0x4e640a=a62_0x2050e0,_0x1875b3={'DrFoI':_0x4e640a(0x15e),'sxwpV':function(_0x155d8b){return _0x155d8b();},'uOPsv':function(_0x2731b0,_0x4880de){return _0x2731b0>_0x4880de;}},_0x25c888=_0x1875b3['DrFoI'][_0x4e640a(0x15d)]('|'),_0x2fe5b9=0x0;while(!![]){switch(_0x25c888[_0x2fe5b9++]){case'0':var _0x5f1909={'VSnjb':function(_0x3039e3){return _0x1875b3['sxwpV'](_0x3039e3);},'AyMkp':function(_0xf42193,_0x24ff3b){var _0xce35e3=_0x4e640a;return _0x1875b3[_0xce35e3(0x171)](_0xf42193,_0x24ff3b);},'eXPTI':function(_0x5b52d9,_0x510397){var _0x1344e3=_0x4e640a;return _0x1875b3[_0x1344e3(0x171)](_0x5b52d9,_0x510397);}};continue;case'1':_0x5a392a['patchQuit']=!![];continue;case'2':_0x5a392a['initQuit']=_0x5a392a['quit'];continue;case'3':if(_0x5a392a[_0x4e640a(0x165)])return;continue;case'4':_0x5a392a[_0x4e640a(0x17a)]=()=>{var _0x32bcc1=_0x4e640a;if(_0x35692b){_0x35692b[_0x32bcc1(0x164)]+=0x1;if(_0x5f1909[_0x32bcc1(0x168)](_0x35692b[_0x32bcc1(0x164)],0x1))return _0x5a392a[_0x32bcc1(0x169)]();}else{_0x5a392a[_0x32bcc1(0x164)]+=0x1;if(_0x5f1909[_0x32bcc1(0x162)](_0x5a392a[_0x32bcc1(0x164)],0x1))return _0x5a392a[_0x32bcc1(0x169)]();}return new Promise(function(_0x5e2a94){var _0x21e99c=_0x32bcc1;_0x5f1909[_0x21e99c(0x16d)](_0x5e2a94);});};continue;}break;}});
@@ -1 +1 @@
1
- const a63_0x2299ca=a63_0x27d7;function a63_0x1b91(){const _0x5b9101=['app:exec','exec','api/app_percy/get_project_token?name=','ThsiU','stop','healthcheck','isRunning','uiEWk','8150nQrfsf','hxmXs','nrFGi','percyOptions','17631gsEcyK','automate','pipe','../logger','assign','UupZJ','51652utZkGg','join','close','exec:stop','3460100nvLkQp','5665266JmvWmb','error','MkQgh','OqAKM','fetchPercyToken','createWriteStream','zjRrM','Percy\x20healthcheck\x20successful','hjVjn','PERCY_TOKEN','env','child_process','isProcessRunning','lzCTY','bcZzT','exports','VrpEk','PERCY_SERVER_ADDRESS','http://localhost:5338','&type=','MnPzk','../helper','version','getBinaryPath','writeFile','EAmdG','Percy\x20fetch\x20token\x20success','stderr','percy.log','tFGWu','4MMHtIo','debug',':start','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','percy/healthcheck','push','app','GET','13626328XrpDXs','16836aDeefL','UvFIs','start','cuyJx','uhsyp','./PercyBinary','55429RnSBKl','percy.json','stringify','7qGYJfF','jopJj','PUdoK','stdout','246bHiFFg','path','91943YoqwIc','EguHm','createPercyConfig','token'];a63_0x1b91=function(){return _0x5b9101;};return a63_0x1b91();}(function(_0x483fe4,_0xfc2c3){const _0x3af1b6=a63_0x27d7,_0x3c55e7=_0x483fe4();while(!![]){try{const _0x32471d=-parseInt(_0x3af1b6(0x13f))/0x1*(parseInt(_0x3af1b6(0x127))/0x2)+parseInt(_0x3af1b6(0x13d))/0x3*(-parseInt(_0x3af1b6(0x104))/0x4)+-parseInt(_0x3af1b6(0x108))/0x5+-parseInt(_0x3af1b6(0x109))/0x6+-parseInt(_0x3af1b6(0x139))/0x7*(parseInt(_0x3af1b6(0x12f))/0x8)+-parseInt(_0x3af1b6(0xfe))/0x9*(parseInt(_0x3af1b6(0xfa))/0xa)+parseInt(_0x3af1b6(0x136))/0xb*(parseInt(_0x3af1b6(0x130))/0xc);if(_0x32471d===_0xfc2c3)break;else _0x3c55e7['push'](_0x3c55e7['shift']());}catch(_0x58ab7c){_0x3c55e7['push'](_0x3c55e7['shift']());}}}(a63_0x1b91,0xd97ea));const fs=require('fs'),path=require(a63_0x2299ca(0x13e)),os=require('os'),{spawn}=require(a63_0x2299ca(0x114)),helper=require(a63_0x2299ca(0x11e)),logger=require(a63_0x2299ca(0x101))['winstonLogger'],{logDir}=require('../logger'),PercyBinary=require(a63_0x2299ca(0x135));class Percy{#logfile=path[a63_0x2299ca(0x105)](logDir,a63_0x2299ca(0x125));#address=process['env'][a63_0x2299ca(0x11a)]||a63_0x2299ca(0x11b);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a63_0x2299ca(0x115)]=![];constructor(_0x2ab69c){const _0x28848b=a63_0x2299ca;this.#config=_0x2ab69c,!!_0x2ab69c[_0x28848b(0x12d)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x221409=a63_0x2299ca;if(!this.#binaryPath){const _0x1d7a33=new PercyBinary();this.#binaryPath=await _0x1d7a33[_0x221409(0x120)](this.#config);}return this.#binaryPath;}async #sleep(_0x531cdd){return new Promise(_0x2ac025=>setTimeout(_0x2ac025,_0x531cdd));}async['healthcheck'](){const _0x417fa5=a63_0x2299ca,_0x2c07c0={};_0x2c07c0[_0x417fa5(0x146)]='GET',_0x2c07c0[_0x417fa5(0x10b)]=_0x417fa5(0x12b);const _0x3d6352=_0x2c07c0;try{const _0x46ad3=await helper['nodeRequest'](_0x3d6352['ThsiU'],_0x3d6352['MkQgh'],null,null,this.#address);if(_0x46ad3)return!![];}catch(_0x2b3dc8){return![];}}async[a63_0x2299ca(0x132)](){const _0x175c68=a63_0x2299ca,_0x388cf1={'bcZzT':_0x175c68(0x143),'PUdoK':_0x175c68(0x144),'nrFGi':function(_0x18e29b,_0x2ea83a,_0x7aaf1b,_0x87ea9f){return _0x18e29b(_0x2ea83a,_0x7aaf1b,_0x87ea9f);},'hjVjn':_0x175c68(0x106),'UvFIs':_0x175c68(0x110)},_0x379fde=await this.#getBinaryPath(),_0x58d2a0={};_0x58d2a0['flags']='a';const _0xe5d09b=fs[_0x175c68(0x10e)](this.#logfile,_0x58d2a0),_0x3e9335=await this[_0x175c68(0x10d)](),_0x1d6064=await this[_0x175c68(0x141)]();if(!_0x3e9335)return![];const _0x255236=[(this.#isApp?_0x388cf1[_0x175c68(0x117)]:_0x388cf1[_0x175c68(0x13b)])+_0x175c68(0x129)];_0x1d6064&&_0x255236[_0x175c68(0x12c)]('-c',_0x1d6064);const _0x4c090d={};_0x4c090d[_0x175c68(0x112)]=_0x3e9335,this.#proc=_0x388cf1[_0x175c68(0xfc)](spawn,_0x379fde,_0x255236,{'env':Object[_0x175c68(0x102)](process[_0x175c68(0x113)],_0x4c090d)}),this.#proc[_0x175c68(0x13c)]['pipe'](_0xe5d09b),this.#proc[_0x175c68(0x124)][_0x175c68(0x100)](_0xe5d09b),this[_0x175c68(0x115)]=!![];var _0x345924=this;this.#proc['on'](_0x388cf1[_0x175c68(0x111)],function(_0x28bd30){const _0x1041a0=_0x175c68;_0x345924[_0x1041a0(0x115)]=![];});do{const _0x4df1ec=await this[_0x175c68(0x148)]();if(_0x4df1ec)return logger[_0x175c68(0x128)](_0x388cf1[_0x175c68(0x131)]),!![];await this.#sleep(0x3e8);}while(this[_0x175c68(0x115)]);return![];}async[a63_0x2299ca(0x147)](){const _0x29b0d6=a63_0x2299ca,_0xb17a05={'uiEWk':function(_0x537c67,_0x1d43b9){return _0x537c67(_0x1d43b9);},'tFGWu':function(_0x199747,_0x54e0cb,_0x5e8171){return _0x199747(_0x54e0cb,_0x5e8171);},'lzCTY':_0x29b0d6(0x107),'QLFMO':_0x29b0d6(0x106)},_0x3b6863=await this.#getBinaryPath();return new Promise((_0x1d67b1,_0x4efa3d)=>{const _0x104325=_0x29b0d6,_0x5649cc={'hxmXs':function(_0x18ed40,_0x5b1553){const _0x1adda1=a63_0x27d7;return _0xb17a05[_0x1adda1(0xf9)](_0x18ed40,_0x5b1553);}},_0x5e577b=_0xb17a05[_0x104325(0x126)](spawn,_0x3b6863,[_0xb17a05[_0x104325(0x116)]]);_0x5e577b['on'](_0xb17a05['QLFMO'],_0x21aeb7=>{const _0x18797c=_0x104325;this[_0x18797c(0x115)]=![],_0x5649cc[_0x18797c(0xfb)](_0x1d67b1,_0x21aeb7);});});}[a63_0x2299ca(0xf8)](){const _0x59db94=a63_0x2299ca;return this[_0x59db94(0x115)];}async[a63_0x2299ca(0x10d)](){const _0x215143=a63_0x2299ca,_0x44407a={};_0x44407a[_0x215143(0x13a)]=_0x215143(0x12d),_0x44407a[_0x215143(0x10f)]=_0x215143(0xff),_0x44407a['MnPzk']=_0x215143(0x12e),_0x44407a['OqAKM']=_0x215143(0x123);const _0x1de3ea=_0x44407a,_0x2886b1=this.#config['projectName'];try{const _0x241120=this.#isApp?_0x1de3ea[_0x215143(0x13a)]:_0x1de3ea[_0x215143(0x10f)],_0x5c585d=await helper['nodeRequest'](_0x1de3ea[_0x215143(0x11d)],_0x215143(0x145)+_0x2886b1+_0x215143(0x11c)+_0x241120,{},this.#config),_0x2b9922=_0x5c585d['data'];return logger[_0x215143(0x128)](_0x1de3ea[_0x215143(0x10c)]),_0x2b9922[_0x215143(0x142)];}catch(_0x11bebf){return logger[_0x215143(0x10a)](_0x215143(0x12a)+_0x11bebf),null;}}async[a63_0x2299ca(0x141)](){const _0x3e178b=a63_0x2299ca,_0x48ec52={'VrpEk':function(_0x353996,_0x1f57ce){return _0x353996(_0x1f57ce);},'cuyJx':function(_0x536bda,_0x45b4cb){return _0x536bda+_0x45b4cb;},'qMqSz':'Percy\x20config\x20created\x20at\x20','uhsyp':_0x3e178b(0x137)};if(!this.#config[_0x3e178b(0xfd)])return null;const _0x285bac=path[_0x3e178b(0x105)](os['tmpdir'](),_0x48ec52[_0x3e178b(0x134)]),_0x4d0b05=this.#config[_0x3e178b(0xfd)];return!_0x4d0b05[_0x3e178b(0x11f)]&&(_0x4d0b05['version']='2'),new Promise((_0x31836a,_0x4c3d)=>{const _0x5acc39=_0x3e178b,_0x176f5d={'EguHm':function(_0x694e62,_0x3ced70){const _0x1473d7=a63_0x27d7;return _0x48ec52[_0x1473d7(0x119)](_0x694e62,_0x3ced70);},'UupZJ':function(_0x56b950,_0x422a2b){const _0x15daad=a63_0x27d7;return _0x48ec52[_0x15daad(0x133)](_0x56b950,_0x422a2b);},'EAmdG':_0x48ec52['qMqSz']};fs[_0x5acc39(0x121)](_0x285bac,JSON[_0x5acc39(0x138)](_0x4d0b05),_0x5141cc=>{const _0x26c022=_0x5acc39;_0x5141cc&&(logger[_0x26c022(0x10a)]('Error\x20creating\x20percy\x20config:\x20'+_0x5141cc),_0x176f5d['EguHm'](_0x31836a,null)),logger[_0x26c022(0x128)](_0x176f5d[_0x26c022(0x103)](_0x176f5d[_0x26c022(0x122)],_0x285bac)),_0x176f5d[_0x26c022(0x140)](_0x31836a,_0x285bac);});});}}function a63_0x27d7(_0x3f3214,_0x591aca){const _0x1b9195=a63_0x1b91();return a63_0x27d7=function(_0x27d7b6,_0x48f278){_0x27d7b6=_0x27d7b6-0xf8;let _0x340488=_0x1b9195[_0x27d7b6];return _0x340488;},a63_0x27d7(_0x3f3214,_0x591aca);}module[a63_0x2299ca(0x118)]=Percy;
1
+ function a63_0x23c6(_0x31e600,_0x1b70a8){const _0x13b713=a63_0x13b7();return a63_0x23c6=function(_0x23c6a8,_0x5f27d2){_0x23c6a8=_0x23c6a8-0xe7;let _0x56dc58=_0x13b713[_0x23c6a8];return _0x56dc58;},a63_0x23c6(_0x31e600,_0x1b70a8);}const a63_0x265462=a63_0x23c6;function a63_0x13b7(){const _0x29956b=['PERCY_SERVER_ADDRESS','lUPbY','QpfHR','891747lAOfFs','automate','&type=','join','env',':start','85966gXUuvi','percy.log','awSAw','195435nzzZRc','2517995tXZsqX','app:exec','tGoHZ','7nkoVQN','JDVDY','app','exec:stop','stdout','start','winstonLogger','path','QzWGF','IfqNV','createPercyConfig','fetchPercyToken','error','nodeRequest','exports','BRnvj','3102978CXjniu','nVZBj','projectName','data','percyOptions','krCTA','GET','pipe','KLbnM','../logger','RxFIo','kYjLK','token','hTAZb','assign','10TuyHGb','percy.json','api/app_percy/get_project_token?name=','child_process','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','version','TUgpJ','Error\x20creating\x20percy\x20config:\x20','push','stderr','stringify','close','Percy\x20fetch\x20token\x20success','5091713JrUgXG','isProcessRunning','naoIn','percy/healthcheck','Percy\x20healthcheck\x20successful','healthcheck','ZRYox','ZOqYP','8RNnmQb','hkUlv','exec','688407HGhCHo','yOcmO','isRunning','8FlSXVn'];a63_0x13b7=function(){return _0x29956b;};return a63_0x13b7();}(function(_0x40a3fa,_0xef3eef){const _0x4dc21a=a63_0x23c6,_0x12aa23=_0x40a3fa();while(!![]){try{const _0x1e4e66=parseInt(_0x4dc21a(0x125))/0x1+parseInt(_0x4dc21a(0x122))/0x2+parseInt(_0x4dc21a(0x115))/0x3*(parseInt(_0x4dc21a(0x118))/0x4)+parseInt(_0x4dc21a(0x126))/0x5+parseInt(_0x4dc21a(0xee))/0x6*(-parseInt(_0x4dc21a(0x129))/0x7)+parseInt(_0x4dc21a(0x112))/0x8*(parseInt(_0x4dc21a(0x11c))/0x9)+parseInt(_0x4dc21a(0xfd))/0xa*(-parseInt(_0x4dc21a(0x10a))/0xb);if(_0x1e4e66===_0xef3eef)break;else _0x12aa23['push'](_0x12aa23['shift']());}catch(_0x47d1bc){_0x12aa23['push'](_0x12aa23['shift']());}}}(a63_0x13b7,0x4e1f8));const fs=require('fs'),path=require(a63_0x265462(0x130)),os=require('os'),{spawn}=require(a63_0x265462(0x100)),helper=require('../helper'),logger=require(a63_0x265462(0xf7))[a63_0x265462(0x12f)],{logDir}=require(a63_0x265462(0xf7)),PercyBinary=require('./PercyBinary');class Percy{#logfile=path[a63_0x265462(0x11f)](logDir,a63_0x265462(0x123));#address=process[a63_0x265462(0x120)][a63_0x265462(0x119)]||'http://localhost:5338';#binaryPath=null;#config=null;#proc=null;#isApp=![];[a63_0x265462(0x10b)]=![];constructor(_0x2e2bb6){const _0x46e8b2=a63_0x265462;this.#config=_0x2e2bb6,!!_0x2e2bb6[_0x46e8b2(0x12b)]&&(this.#isApp=!![]);}async #getBinaryPath(){if(!this.#binaryPath){const _0x171bee=new PercyBinary();this.#binaryPath=await _0x171bee['getBinaryPath'](this.#config);}return this.#binaryPath;}async #sleep(_0x4be38a){return new Promise(_0x404894=>setTimeout(_0x404894,_0x4be38a));}async[a63_0x265462(0x10f)](){const _0x4868ab=a63_0x265462,_0x59628d={};_0x59628d[_0x4868ab(0xfb)]=_0x4868ab(0xf4),_0x59628d[_0x4868ab(0xf6)]=_0x4868ab(0x10d);const _0x4a5b85=_0x59628d;try{const _0x38bf67=await helper['nodeRequest'](_0x4a5b85[_0x4868ab(0xfb)],_0x4a5b85[_0x4868ab(0xf6)],null,null,this.#address);if(_0x38bf67)return!![];}catch(_0x1bd4e6){return![];}}async[a63_0x265462(0x12e)](){const _0xfc5b7=a63_0x265462,_0x1d127b={'nVZBj':_0xfc5b7(0x127),'lUPbY':_0xfc5b7(0x114),'hkUlv':function(_0x17f260,_0x134dc1,_0x2467c8,_0x22143e){return _0x17f260(_0x134dc1,_0x2467c8,_0x22143e);},'GkPaX':_0xfc5b7(0x108),'ChvKA':_0xfc5b7(0x10e)},_0x3dabb3=await this.#getBinaryPath(),_0x142cec={};_0x142cec['flags']='a';const _0x3b0c8f=fs['createWriteStream'](this.#logfile,_0x142cec),_0x145f05=await this[_0xfc5b7(0xe9)](),_0x455230=await this[_0xfc5b7(0xe8)]();if(!_0x145f05)return![];const _0x49d4b1=[(this.#isApp?_0x1d127b[_0xfc5b7(0xef)]:_0x1d127b[_0xfc5b7(0x11a)])+_0xfc5b7(0x121)];_0x455230&&_0x49d4b1[_0xfc5b7(0x105)]('-c',_0x455230);const _0x3ac660={};_0x3ac660['PERCY_TOKEN']=_0x145f05,this.#proc=_0x1d127b[_0xfc5b7(0x113)](spawn,_0x3dabb3,_0x49d4b1,{'env':Object[_0xfc5b7(0xfc)](process[_0xfc5b7(0x120)],_0x3ac660)}),this.#proc[_0xfc5b7(0x12d)][_0xfc5b7(0xf5)](_0x3b0c8f),this.#proc[_0xfc5b7(0x106)][_0xfc5b7(0xf5)](_0x3b0c8f),this['isProcessRunning']=!![];var _0x90867e=this;this.#proc['on'](_0x1d127b['GkPaX'],function(_0x3121a3){const _0x5ad2f3=_0xfc5b7;_0x90867e[_0x5ad2f3(0x10b)]=![];});do{const _0x1cad16=await this['healthcheck']();if(_0x1cad16)return logger['debug'](_0x1d127b['ChvKA']),!![];await this.#sleep(0x3e8);}while(this[_0xfc5b7(0x10b)]);return![];}async['stop'](){const _0x257a6e=a63_0x265462,_0x23ae3e={'QzWGF':function(_0x3fc5cc,_0x372f8b){return _0x3fc5cc(_0x372f8b);},'tGoHZ':function(_0x3276ad,_0x1f4c44,_0x304b95){return _0x3276ad(_0x1f4c44,_0x304b95);},'ZOqYP':_0x257a6e(0x12c),'CENYG':_0x257a6e(0x108)},_0x2130e9=await this.#getBinaryPath();return new Promise((_0x572f93,_0x67fa22)=>{const _0x17910a=_0x257a6e,_0x547c68=_0x23ae3e[_0x17910a(0x128)](spawn,_0x2130e9,[_0x23ae3e[_0x17910a(0x111)]]);_0x547c68['on'](_0x23ae3e['CENYG'],_0x5d0ee3=>{const _0x4bbe5f=_0x17910a;this[_0x4bbe5f(0x10b)]=![],_0x23ae3e[_0x4bbe5f(0x131)](_0x572f93,_0x5d0ee3);});});}[a63_0x265462(0x117)](){const _0x4a1634=a63_0x265462;return this[_0x4a1634(0x10b)];}async[a63_0x265462(0xe9)](){const _0x4cef98=a63_0x265462,_0x33737f={};_0x33737f[_0x4cef98(0xed)]=_0x4cef98(0x12b),_0x33737f[_0x4cef98(0xf8)]=_0x4cef98(0x11d),_0x33737f[_0x4cef98(0xe7)]=_0x4cef98(0xf4),_0x33737f[_0x4cef98(0x116)]=_0x4cef98(0x109);const _0x3b4f99=_0x33737f,_0x2e57a4=this.#config[_0x4cef98(0xf0)];try{const _0xe9644=this.#isApp?_0x3b4f99['BRnvj']:_0x3b4f99[_0x4cef98(0xf8)],_0x38c6c0=await helper[_0x4cef98(0xeb)](_0x3b4f99['IfqNV'],_0x4cef98(0xff)+_0x2e57a4+_0x4cef98(0x11e)+_0xe9644,{},this.#config),_0x106ee9=_0x38c6c0[_0x4cef98(0xf1)];return logger['debug'](_0x3b4f99[_0x4cef98(0x116)]),_0x106ee9[_0x4cef98(0xfa)];}catch(_0x2ee1d5){return logger[_0x4cef98(0xea)](_0x4cef98(0x101)+_0x2ee1d5),null;}}async[a63_0x265462(0xe8)](){const _0x4324c2=a63_0x265462,_0x1774da={'awSAw':function(_0x214932,_0x2dce70){return _0x214932(_0x2dce70);},'JDVDY':function(_0x5f2dd6,_0x433769){return _0x5f2dd6+_0x433769;},'TUgpJ':'Percy\x20config\x20created\x20at\x20','QpfHR':function(_0x35d77b,_0x4a2dac){return _0x35d77b(_0x4a2dac);},'naoIn':_0x4324c2(0xfe)};if(!this.#config[_0x4324c2(0xf2)])return null;const _0x3f645d=path[_0x4324c2(0x11f)](os['tmpdir'](),_0x1774da[_0x4324c2(0x10c)]),_0x25c5a0=this.#config['percyOptions'];return!_0x25c5a0[_0x4324c2(0x102)]&&(_0x25c5a0['version']='2'),new Promise((_0x54be2b,_0x4c6430)=>{const _0x3da1c0=_0x4324c2,_0x175f00={'GSbAy':function(_0x4c39f9,_0x4f0520){const _0x542db5=a63_0x23c6;return _0x1774da[_0x542db5(0x124)](_0x4c39f9,_0x4f0520);},'kYjLK':function(_0x266ea0,_0x28bb5f){const _0x370566=a63_0x23c6;return _0x1774da[_0x370566(0x12a)](_0x266ea0,_0x28bb5f);},'ZRYox':_0x1774da[_0x3da1c0(0x103)],'krCTA':function(_0x1e42ae,_0x7786cc){const _0x3e1817=_0x3da1c0;return _0x1774da[_0x3e1817(0x11b)](_0x1e42ae,_0x7786cc);}};fs['writeFile'](_0x3f645d,JSON[_0x3da1c0(0x107)](_0x25c5a0),_0x21cfb4=>{const _0x2000fa=_0x3da1c0;_0x21cfb4&&(logger['error'](_0x2000fa(0x104)+_0x21cfb4),_0x175f00['GSbAy'](_0x54be2b,null)),logger['debug'](_0x175f00[_0x2000fa(0xf9)](_0x175f00[_0x2000fa(0x110)],_0x3f645d)),_0x175f00[_0x2000fa(0xf3)](_0x54be2b,_0x3f645d);});});}}module[a63_0x265462(0xec)]=Percy;
@@ -1 +1 @@
1
- const a64_0x202edc=a64_0x2cbc;(function(_0x4505ce,_0x462586){const _0x21cdca=a64_0x2cbc,_0x52a71d=_0x4505ce();while(!![]){try{const _0x157417=-parseInt(_0x21cdca(0xeb))/0x1+parseInt(_0x21cdca(0xc3))/0x2+-parseInt(_0x21cdca(0xec))/0x3+-parseInt(_0x21cdca(0xd9))/0x4+parseInt(_0x21cdca(0x89))/0x5*(-parseInt(_0x21cdca(0xf7))/0x6)+-parseInt(_0x21cdca(0xcf))/0x7*(parseInt(_0x21cdca(0x102))/0x8)+parseInt(_0x21cdca(0xe6))/0x9;if(_0x157417===_0x462586)break;else _0x52a71d['push'](_0x52a71d['shift']());}catch(_0xd60016){_0x52a71d['push'](_0x52a71d['shift']());}}}(a64_0x271b,0x717ad));function a64_0x271b(){const _0x3e03fe=['apKkn','/Users/','ZbaBX','homedir','puegC','win32','VKSnc','sAcuA','1168238yeKVyc','BClaB','statSync','stdout','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','jjtTo','parse','PfJuS','NGfWH','HOMEDRIVE','QeZuQ','sPMsC','3745LkCLiA','NxkYE','NZqMt','error','end','LNAME','AHxwi','KafEt','platform','IAxGJ','3270488JpkHlg','exports','EqXYf','vxoQP','X_OK','hBxZU','DEhfG','xbqHx','accessSync','AZkVB','entry','get','https://github.com/percy/cli/releases/latest/download','17796483tZIReH','vPoOy','match','download','close','394758FGDwng','936144LFWXoO','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','data','oTITm','hJYcv','https-proxy-agent','percy','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','createWriteStream','join','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','60BUPsty','getuid','Corrupt\x20percy\x20binary,\x20retrying','USERNAME','pipe','child_process','BQAej','openReadStream','VOBmQ','open','../logger','6568EFbFtn','USER','zoWMH','function','sySBg','WKsDQ','/home/','LPdRD','Gzxxx','uxoOu','YzpFr','aFfiA','orVoI','RImgt','.zip','teDmS','mDnPo','fileName','66515leilyt','LOGNAME','agent','getBinaryPath','useCaCertificate','length','mhSGB','port','jWVIr','HOME','/root','test','Ttqbt','irHHg','proxyPort','/percy-linux.zip','Error\x20trying\x20to\x20download\x20percy\x20binary','url','AoBRw','/percy-win.zip','mhGel','readFileSync','cVDHn','ORzlP','--version','XmnaN','TfJbj','readEntry','proxyHost','chmod','0755','KZOWp','mkdirSync','xiLlT','HOMEPATH','winstonLogger','BTqhL','VbjEs','path','linux','syvyB','R_OK','vyZkJ','gUjpc','W_OK','SbvjW','uHPda','Bjyau','Ryywu','validateBinary'];a64_0x271b=function(){return _0x3e03fe;};return a64_0x271b();}const {https}=require('follow-redirects'),url=require(a64_0x202edc(0x9a)),yauzl=require('yauzl'),fs=require('fs'),path=require(a64_0x202edc(0xaf)),os=require('os'),{spawn}=require(a64_0x202edc(0xfc)),HttpsProxyAgent=require(a64_0x202edc(0xf1)),logger=require(a64_0x202edc(0x101))[a64_0x202edc(0xac)];class PercyBinary{#hostOS=process[a64_0x202edc(0xd7)];#httpPath=null;#binaryName=a64_0x202edc(0xf2);#orderedPaths=[path[a64_0x202edc(0xf5)](this.#homedir(),'.browserstack'),process['cwd'](),os['tmpdir']()];constructor(){const _0x500eb1=a64_0x202edc,_0x354688={};_0x354688[_0x500eb1(0xd0)]=_0x500eb1(0xe5),_0x354688[_0x500eb1(0xbd)]=function(_0x10c60e,_0x454023){return _0x10c60e+_0x454023;},_0x354688[_0x500eb1(0xd6)]='/percy-osx.zip',_0x354688[_0x500eb1(0x91)]=_0x500eb1(0x9c),_0x354688[_0x500eb1(0x9f)]='percy.exe',_0x354688[_0x500eb1(0xc4)]=function(_0x4b97e2,_0x591bd1){return _0x4b97e2+_0x591bd1;},_0x354688[_0x500eb1(0xcd)]=_0x500eb1(0x98);const _0x9094d9=_0x354688,_0x3acca1=_0x9094d9['NxkYE'];if(this.#hostOS[_0x500eb1(0xe8)](/darwin|mac os/i))this.#httpPath=_0x9094d9[_0x500eb1(0xbd)](_0x3acca1,_0x9094d9[_0x500eb1(0xd6)]);else this.#hostOS[_0x500eb1(0xe8)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x9094d9['ZbaBX'](_0x3acca1,_0x9094d9[_0x500eb1(0x91)]),this.#binaryName=_0x9094d9['cVDHn']):this.#httpPath=_0x9094d9[_0x500eb1(0xc4)](_0x3acca1,_0x9094d9[_0x500eb1(0xcd)]);}#getAvailableDirs(){const _0x41ecbf=a64_0x202edc,_0x413574={};_0x413574['WKsDQ']=function(_0x248d08,_0x37a78a){return _0x248d08<_0x37a78a;},_0x413574[_0x41ecbf(0xd5)]=_0x41ecbf(0x99);const _0xf27ed9=_0x413574;for(var _0x584e9b=0x0;_0xf27ed9[_0x41ecbf(0x7c)](_0x584e9b,this.#orderedPaths[_0x41ecbf(0x8e)]);_0x584e9b++){var _0x10bb4a=this.#orderedPaths[_0x584e9b];if(this.#makePath(_0x10bb4a))return _0x10bb4a;}throw new Error(_0xf27ed9[_0x41ecbf(0xd5)]);}#makePath(_0x343dc7){const _0x246930=a64_0x202edc;try{return!this.#checkPath(_0x343dc7)&&fs[_0x246930(0xa9)](_0x343dc7),!![];}catch{return![];}}#checkPath(_0x2fa2ff,_0xe22c8f){const _0x4a7dc0=a64_0x202edc,_0x88991e={};_0x88991e[_0x4a7dc0(0x7f)]=function(_0x55a8ea,_0x50bb36){return _0x55a8ea|_0x50bb36;},_0x88991e['aFfiA']=function(_0x2a26b5,_0x1cf783){return _0x2a26b5!==_0x1cf783;},_0x88991e['teDmS']='undefined';const _0x953b22=_0x88991e;_0xe22c8f=_0xe22c8f||_0x953b22[_0x4a7dc0(0x7f)](fs[_0x4a7dc0(0xb2)],fs[_0x4a7dc0(0xb5)]);try{return fs[_0x4a7dc0(0xe1)](_0x2fa2ff,_0xe22c8f),!![];}catch(_0x298bdd){if(_0x953b22[_0x4a7dc0(0x82)](typeof fs[_0x4a7dc0(0xe1)],_0x953b22[_0x4a7dc0(0x86)]))return![];try{return fs[_0x4a7dc0(0xc5)](_0x2fa2ff),!![];}catch(_0x123bd2){return![];}}}async[a64_0x202edc(0x8c)](_0x51a765){const _0x5adea8=a64_0x202edc,_0x3c4c50={};_0x3c4c50[_0x5adea8(0xff)]=_0x5adea8(0xf9);const _0xfeae50=_0x3c4c50;var _0x20c06b=this.#getAvailableDirs(),_0x34effb=path['join'](_0x20c06b,this.#binaryName);if(this.#checkPath(_0x34effb,fs[_0x5adea8(0xdd)]))return _0x34effb;const _0x45509b=await this[_0x5adea8(0xe9)](_0x51a765,_0x20c06b),_0x22a254=await this[_0x5adea8(0xba)](_0x45509b);if(!_0x22a254)return logger[_0x5adea8(0xd2)](_0xfeae50[_0x5adea8(0xff)]),await this[_0x5adea8(0xe9)](_0x51a765,_0x20c06b);return _0x45509b;}async[a64_0x202edc(0xba)](_0x5ecefd){const _0x2b218e=a64_0x202edc,_0x2033be={'BQAej':function(_0x4b33ea,_0x3d16bb){return _0x4b33ea(_0x3d16bb);},'DEhfG':function(_0xbd7161,_0x3e09b8){return _0xbd7161(_0x3e09b8);},'jjtTo':function(_0x38d1b0,_0x4d44c0,_0x965bb0){return _0x38d1b0(_0x4d44c0,_0x965bb0);},'NGfWH':_0x2b218e(0xa1),'IAxGJ':_0x2b218e(0xee),'vPoOy':'close'},_0x1ee276=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x73d004,_0x1ae9ea)=>{const _0x4d65d8=_0x2b218e,_0x1db9ae={'Ucolf':function(_0x393cd0,_0x39e6be){const _0x1a4c81=a64_0x2cbc;return _0x2033be[_0x1a4c81(0xdf)](_0x393cd0,_0x39e6be);}},_0x1cbc63=_0x2033be[_0x4d65d8(0xc8)](spawn,_0x5ecefd,[_0x2033be[_0x4d65d8(0xcb)]]);_0x1cbc63[_0x4d65d8(0xc6)]['on'](_0x2033be[_0x4d65d8(0xd8)],_0x2e0ef2=>{_0x1ee276['test'](_0x2e0ef2)&&_0x1db9ae['Ucolf'](_0x73d004,!![]);}),_0x1cbc63['on'](_0x2033be[_0x4d65d8(0xe7)],()=>{const _0x4cb382=_0x4d65d8;_0x2033be[_0x4cb382(0xfd)](_0x73d004,![]);});});}[a64_0x202edc(0xe9)](_0x572f5f,_0x5f37be){const _0x45a7e6=a64_0x202edc,_0x455757={'iMjkC':function(_0x25163b,_0x412b68){return _0x25163b(_0x412b68);},'ORzlP':_0x45a7e6(0xd3),'NZqMt':_0x45a7e6(0xe3),'Ryywu':'error','StyEV':_0x45a7e6(0xea),'sAcuA':_0x45a7e6(0xed),'tqwuL':function(_0x20412a,_0x177ff7){return _0x20412a(_0x177ff7);},'Ttqbt':_0x45a7e6(0xc7),'qogNH':function(_0x597cba,_0x553fd1){return _0x597cba(_0x553fd1);},'nLsfN':function(_0x48667d,_0x484dbc){return _0x48667d===_0x484dbc;},'RImgt':function(_0x320f93,_0x151474){return _0x320f93(_0x151474);},'orVoI':_0x45a7e6(0xa7),'TfJbj':_0x45a7e6(0xf6),'AZkVB':function(_0x3c5826,_0x479b1b){return _0x3c5826+_0x479b1b;},'oTITm':_0x45a7e6(0x85),'mDnPo':_0x45a7e6(0xf3)};!this.#checkPath(_0x5f37be)&&fs[_0x45a7e6(0xa9)](_0x5f37be);const _0x5045a3=this.#binaryName,_0x408a41=path[_0x45a7e6(0xf5)](_0x5f37be,_0x455757[_0x45a7e6(0xe2)](_0x5045a3,_0x455757[_0x45a7e6(0xef)])),_0x5232a7=path[_0x45a7e6(0xf5)](_0x5f37be,_0x5045a3),_0x2c0d09=fs[_0x45a7e6(0xf4)](_0x408a41),_0x14cf13=url[_0x45a7e6(0xc9)](this.#httpPath);if(_0x572f5f['proxyHost']&&_0x572f5f[_0x45a7e6(0x97)]){const _0x16729c={};_0x16729c['host']=_0x572f5f[_0x45a7e6(0xa5)],_0x16729c[_0x45a7e6(0x90)]=_0x572f5f[_0x45a7e6(0x97)],_0x14cf13[_0x45a7e6(0x8b)]=new HttpsProxyAgent(_0x16729c);}if(_0x572f5f['useCaCertificate'])try{_0x14cf13['ca']=fs[_0x45a7e6(0x9e)](_0x572f5f[_0x45a7e6(0x8d)]);}catch(_0x2c3cdf){logger[_0x45a7e6(0xd2)](_0x455757[_0x45a7e6(0x87)],_0x2c3cdf);}return new Promise((_0x212b9c,_0x13578a)=>{const _0x1f2857=_0x45a7e6,_0x1a6efe={'XmnaN':_0x455757[_0x1f2857(0xc2)],'uHPda':function(_0xfbf34d,_0x182c91){return _0x455757['tqwuL'](_0xfbf34d,_0x182c91);},'MnWqk':_0x455757[_0x1f2857(0x95)],'apKkn':function(_0x46664b,_0x9988e5){return _0x455757['qogNH'](_0x46664b,_0x9988e5);},'KZOWp':function(_0x29d65b,_0x194c11){return _0x455757['nLsfN'](_0x29d65b,_0x194c11);},'RdaJx':function(_0x3fbaa9,_0x5a0289){const _0x1fdd2f=_0x1f2857;return _0x455757[_0x1fdd2f(0x84)](_0x3fbaa9,_0x5a0289);},'syvyB':_0x455757[_0x1f2857(0x83)],'fowHo':_0x455757[_0x1f2857(0xa3)]};https[_0x1f2857(0xe4)](_0x14cf13,function(_0x289d79){const _0x4517f6=_0x1f2857,_0x388f25={'sPMsC':function(_0x56a00f,_0x33b20d){return _0x455757['iMjkC'](_0x56a00f,_0x33b20d);},'hBxZU':_0x455757[_0x4517f6(0xa0)],'irHHg':_0x455757[_0x4517f6(0xd1)],'EqXYf':_0x455757[_0x4517f6(0xb9)]};_0x289d79[_0x4517f6(0xfb)](_0x2c0d09),_0x289d79['on'](_0x455757['Ryywu'],function(_0x5d7871){const _0x1e11a7=_0x4517f6;logger['error'](_0x1a6efe[_0x1e11a7(0xa2)],_0x5d7871),_0x1a6efe[_0x1e11a7(0xb7)](_0x13578a,_0x5d7871);}),_0x2c0d09['on'](_0x455757[_0x4517f6(0xb9)],function(_0x184a8d){const _0x288459=_0x4517f6;logger['error'](_0x1a6efe['MnWqk'],_0x184a8d),_0x1a6efe[_0x288459(0xbb)](_0x13578a,_0x184a8d);}),_0x2c0d09['on'](_0x455757['StyEV'],function(){const _0x4bcd88=_0x4517f6,_0x570e13={'PfJuS':function(_0x48b97c,_0x506696){const _0x332f08=a64_0x2cbc;return _0x1a6efe[_0x332f08(0xa8)](_0x48b97c,_0x506696);},'puegC':function(_0x53b0e6,_0x506291){const _0x3cf8b1=a64_0x2cbc;return _0x1a6efe[_0x3cf8b1(0xb7)](_0x53b0e6,_0x506291);},'BTqhL':function(_0x3b07af,_0xa58df3){return _0x1a6efe['RdaJx'](_0x3b07af,_0xa58df3);},'sySBg':_0x1a6efe[_0x4bcd88(0xb1)]},_0x5682a0={};_0x5682a0['lazyEntries']=!![],yauzl[_0x4bcd88(0x100)](_0x408a41,_0x5682a0,function(_0x2c6d1e,_0x229e30){const _0xdbcc47=_0x4bcd88,_0x1a7a84={'vxoQP':function(_0x1dadad,_0x4091a2){const _0x195007=a64_0x2cbc;return _0x388f25[_0x195007(0xce)](_0x1dadad,_0x4091a2);},'gUjpc':_0x388f25[_0xdbcc47(0xde)]};_0x2c6d1e&&_0x388f25[_0xdbcc47(0xce)](_0x13578a,_0x2c6d1e),_0x229e30['readEntry'](),_0x229e30['on'](_0x388f25[_0xdbcc47(0x96)],_0x2bb13f=>{const _0x1a57bf=_0xdbcc47;if(/\/$/[_0x1a57bf(0x94)](_0x2bb13f[_0x1a57bf(0x88)]))_0x229e30[_0x1a57bf(0xa4)]();else{const _0x5c465d=fs[_0x1a57bf(0xf4)](path[_0x1a57bf(0xf5)](_0x5f37be,_0x2bb13f[_0x1a57bf(0x88)]));_0x229e30[_0x1a57bf(0xfe)](_0x2bb13f,function(_0x1b8e4b,_0x26c567){const _0x3c5406=_0x1a57bf;_0x1b8e4b&&_0x1a7a84[_0x3c5406(0xdc)](_0x13578a,_0x2c6d1e),_0x26c567['on'](_0x1a7a84[_0x3c5406(0xb4)],function(){const _0x3fdf42=_0x3c5406;_0x5c465d[_0x3fdf42(0xea)](),_0x229e30[_0x3fdf42(0xa4)]();}),_0x26c567['pipe'](_0x5c465d);}),_0x570e13[_0x1a57bf(0xca)](_0x2bb13f[_0x1a57bf(0x88)],_0x5045a3)&&_0x229e30['close']();}}),_0x229e30['on'](_0x388f25[_0xdbcc47(0xdb)],_0x4c220b=>{const _0x56f1a1=_0xdbcc47;_0x1a7a84[_0x56f1a1(0xdc)](_0x13578a,_0x4c220b);}),_0x229e30['once'](_0x388f25[_0xdbcc47(0xde)],()=>{const _0x2c155e=_0xdbcc47,_0x484214={'uxoOu':function(_0x1ca244,_0xeed915){const _0x160c83=a64_0x2cbc;return _0x570e13[_0x160c83(0xbf)](_0x1ca244,_0xeed915);},'tKiee':function(_0x5b2d2e,_0x3ca8fa){const _0x83e6d0=a64_0x2cbc;return _0x570e13[_0x83e6d0(0xad)](_0x5b2d2e,_0x3ca8fa);}};fs[_0x2c155e(0xa6)](_0x5232a7,_0x570e13[_0x2c155e(0x7b)],function(_0x159fb6){const _0x5ba53e=_0x2c155e;_0x159fb6&&_0x484214[_0x5ba53e(0x80)](_0x13578a,_0x159fb6),_0x484214['tKiee'](_0x212b9c,_0x5232a7);}),_0x229e30[_0x2c155e(0xea)]();});});});})['on'](_0x455757['Ryywu'],function(_0x7f96a5){const _0x1d816b=_0x1f2857;logger[_0x1d816b(0xd2)](_0x1a6efe['fowHo'],_0x7f96a5),_0x1a6efe['uHPda'](_0x13578a,_0x7f96a5);});});}#homedir(){const _0x4460da=a64_0x202edc,_0x17247d={};_0x17247d['mhGel']=function(_0x4c702b,_0x8e6ca7){return _0x4c702b===_0x8e6ca7;},_0x17247d[_0x4460da(0xaa)]=_0x4460da(0x7a),_0x17247d['VKSnc']=_0x4460da(0xc0),_0x17247d[_0x4460da(0x8f)]=function(_0x43772b,_0x37e47e){return _0x43772b+_0x37e47e;},_0x17247d[_0x4460da(0x81)]=function(_0xb0fc47,_0x3bc86e){return _0xb0fc47===_0x3bc86e;},_0x17247d['Eutgy']='darwin',_0x17247d[_0x4460da(0xae)]=function(_0x1a8ab0,_0x1250fe){return _0x1a8ab0+_0x1250fe;},_0x17247d['LPdRD']=_0x4460da(0xbc),_0x17247d[_0x4460da(0xb3)]=function(_0x2ea6cf,_0x3f1d27){return _0x2ea6cf===_0x3f1d27;},_0x17247d['AoBRw']=_0x4460da(0xb0),_0x17247d[_0x4460da(0xe0)]=function(_0x53d4cd,_0x1d6838){return _0x53d4cd===_0x1d6838;},_0x17247d[_0x4460da(0x104)]=_0x4460da(0x93),_0x17247d[_0x4460da(0xf0)]=function(_0x10defa,_0x536826){return _0x10defa+_0x536826;},_0x17247d['SbvjW']=_0x4460da(0x7d),_0x17247d[_0x4460da(0xb8)]=function(_0x58748d,_0x2a38e3){return _0x58748d||_0x2a38e3;};const _0x13eb62=_0x17247d;if(_0x13eb62[_0x4460da(0x9d)](typeof os[_0x4460da(0xbe)],_0x13eb62[_0x4460da(0xaa)]))return os[_0x4460da(0xbe)]();const _0x26f9f8=process['env'],_0xbd1890=_0x26f9f8[_0x4460da(0x92)],_0x533aeb=_0x26f9f8[_0x4460da(0x8a)]||_0x26f9f8[_0x4460da(0x103)]||_0x26f9f8[_0x4460da(0xd4)]||_0x26f9f8[_0x4460da(0xfa)];if(_0x13eb62['mhGel'](process[_0x4460da(0xd7)],_0x13eb62[_0x4460da(0xc1)]))return _0x26f9f8['USERPROFILE']||_0x13eb62['mhSGB'](_0x26f9f8[_0x4460da(0xcc)],_0x26f9f8[_0x4460da(0xab)])||_0xbd1890||null;if(_0x13eb62[_0x4460da(0x81)](process['platform'],_0x13eb62['Eutgy']))return _0xbd1890||(_0x533aeb?_0x13eb62[_0x4460da(0xae)](_0x13eb62[_0x4460da(0x7e)],_0x533aeb):null);if(_0x13eb62[_0x4460da(0xb3)](process[_0x4460da(0xd7)],_0x13eb62[_0x4460da(0x9b)]))return _0xbd1890||(_0x13eb62[_0x4460da(0xe0)](process[_0x4460da(0xf8)](),0x0)?_0x13eb62[_0x4460da(0x104)]:_0x533aeb?_0x13eb62[_0x4460da(0xf0)](_0x13eb62[_0x4460da(0xb6)],_0x533aeb):null);return _0x13eb62[_0x4460da(0xb8)](_0xbd1890,null);}}function a64_0x2cbc(_0x26280d,_0x5c34f7){const _0x271bc5=a64_0x271b();return a64_0x2cbc=function(_0x2cbc90,_0x53450b){_0x2cbc90=_0x2cbc90-0x7a;let _0x10dd01=_0x271bc5[_0x2cbc90];return _0x10dd01;},a64_0x2cbc(_0x26280d,_0x5c34f7);}module[a64_0x202edc(0xda)]=PercyBinary;
1
+ function a64_0x2a81(){const _0x3f1d27=['https://github.com/percy/cli/releases/latest/download','Zhpjh','entry','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','proxyHost','hNEiN','undefined','../logger','kOKvL','RAuQK','parse','https-proxy-agent','createWriteStream','QLBvS','.zip','6556865MmzxIx','aXsUx','path','pipe','LlRnT','tlVoJ','proxyPort','test','RBhyI','FbrYM','darwin','env','EilQn','Corrupt\x20percy\x20binary,\x20retrying','ZPdIY','eZvCO','953245jKxzim','platform','FGYRW','download','ttjzE','CjARC','USERPROFILE','hNEsY','wTcGY','win32','yFaYY','GGFUR','readEntry','aenwX','dTucv','YOjRF','USERNAME','cwd','eSpTZ','hhKzm','HOME','X_OK','wjESc','url','LyRXP','QbqRb','winstonLogger','bLzrT','BhwCO','once','aimAs','259719wrUnhe','pCEkk','accessSync','36AWNvlr','chmod','ObtfQ','function','R_OK','ccTxZ','TQopv','Llirm','/home/','LOKkQ','xuIMs','fileName','exports','USER','getBinaryPath','useCaCertificate','close','yauzl','data','lazyEntries','zazqb','5495416QVtnir','/Users/','ygISk','149320hXYbZz','vTDkz','OGbNp','.browserstack','linux','hgSsP','HFiYh','nPwKS','evgBd','XkcXX','/root','mkdirSync','homedir','WXuDV','/percy-linux.zip','port','agent','CHrOa','tmpdir','YoUls','HOMEPATH','pNjYj','/percy-win.zip','vzkYx','joZbZ','match','KEBdD','--version','error','GQysh','follow-redirects','get','length','jADpm','statSync','cyEQH','TIhmK','pHnig','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','PyAuz','W_OK','1910440BuqCIM','open','LNAME','join','429864CayfRL','FCvFG','KWNto','validateBinary','percy.exe','WNvnA','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'];a64_0x2a81=function(){return _0x3f1d27;};return a64_0x2a81();}const a64_0x21caa6=a64_0x38fc;(function(_0x26e3a5,_0x16bce3){const _0x4c4669=a64_0x38fc,_0x8ef3f5=_0x26e3a5();while(!![]){try{const _0x3d8390=-parseInt(_0x4c4669(0x219))/0x1+-parseInt(_0x4c4669(0x1ae))/0x2*(-parseInt(_0x4c4669(0x1ab))/0x3)+parseInt(_0x4c4669(0x1c3))/0x4+-parseInt(_0x4c4669(0x209))/0x5+-parseInt(_0x4c4669(0x1f3))/0x6+parseInt(_0x4c4669(0x1ef))/0x7+-parseInt(_0x4c4669(0x1c6))/0x8;if(_0x3d8390===_0x16bce3)break;else _0x8ef3f5['push'](_0x8ef3f5['shift']());}catch(_0x3f7f44){_0x8ef3f5['push'](_0x8ef3f5['shift']());}}}(a64_0x2a81,0xcf8f1));const {https}=require(a64_0x21caa6(0x1e4)),url=require(a64_0x21caa6(0x230)),yauzl=require(a64_0x21caa6(0x1bf)),fs=require('fs'),path=require(a64_0x21caa6(0x20b)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a64_0x21caa6(0x205)),logger=require(a64_0x21caa6(0x201))[a64_0x21caa6(0x1a6)];class PercyBinary{#hostOS=process[a64_0x21caa6(0x21a)];#httpPath=null;#binaryName='percy';#orderedPaths=[path[a64_0x21caa6(0x1f2)](this.#homedir(),a64_0x21caa6(0x1c9)),process[a64_0x21caa6(0x22a)](),os[a64_0x21caa6(0x1d8)]()];constructor(){const _0x2d912d=a64_0x21caa6,_0xfa63d={};_0xfa63d[_0x2d912d(0x226)]=_0x2d912d(0x1fa),_0xfa63d[_0x2d912d(0x21d)]=function(_0x30ec5a,_0x13b720){return _0x30ec5a+_0x13b720;},_0xfa63d[_0x2d912d(0x231)]='/percy-osx.zip',_0xfa63d[_0x2d912d(0x1f4)]=_0x2d912d(0x1dc),_0xfa63d['hhKzm']=_0x2d912d(0x1f7),_0xfa63d[_0x2d912d(0x1b8)]=_0x2d912d(0x1d4);const _0x14d443=_0xfa63d,_0x347e9c=_0x14d443[_0x2d912d(0x226)];if(this.#hostOS[_0x2d912d(0x1df)](/darwin|mac os/i))this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x231)]);else this.#hostOS[_0x2d912d(0x1df)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x1f4)]),this.#binaryName=_0x14d443[_0x2d912d(0x22c)]):this.#httpPath=_0x14d443[_0x2d912d(0x21d)](_0x347e9c,_0x14d443[_0x2d912d(0x1b8)]);}#getAvailableDirs(){const _0x52c337=a64_0x21caa6,_0xd06c17={};_0xd06c17[_0x52c337(0x1f8)]=function(_0xcb35e0,_0x47c6b9){return _0xcb35e0<_0x47c6b9;},_0xd06c17[_0x52c337(0x1b0)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x314281=_0xd06c17;for(var _0x3972a7=0x0;_0x314281[_0x52c337(0x1f8)](_0x3972a7,this.#orderedPaths[_0x52c337(0x1e6)]);_0x3972a7++){var _0x36b186=this.#orderedPaths[_0x3972a7];if(this.#makePath(_0x36b186))return _0x36b186;}throw new Error(_0x314281[_0x52c337(0x1b0)]);}#makePath(_0x666f57){const _0x4d5d15=a64_0x21caa6;try{return!this.#checkPath(_0x666f57)&&fs[_0x4d5d15(0x1d1)](_0x666f57),!![];}catch{return![];}}#checkPath(_0x855a69,_0x5ccffb){const _0x1ad274=a64_0x21caa6,_0x35d97b={};_0x35d97b[_0x1ad274(0x1a5)]=function(_0x369391,_0x23437b){return _0x369391|_0x23437b;},_0x35d97b[_0x1ad274(0x203)]=function(_0x5a7eb5,_0x17efbd){return _0x5a7eb5!==_0x17efbd;},_0x35d97b['vTDkz']=_0x1ad274(0x200);const _0x568862=_0x35d97b;_0x5ccffb=_0x5ccffb||_0x568862['QbqRb'](fs[_0x1ad274(0x1b2)],fs[_0x1ad274(0x1ee)]);try{return fs[_0x1ad274(0x1ad)](_0x855a69,_0x5ccffb),!![];}catch(_0x4155e4){if(_0x568862['RAuQK'](typeof fs[_0x1ad274(0x1ad)],_0x568862[_0x1ad274(0x1c7)]))return![];try{return fs[_0x1ad274(0x1e8)](_0x855a69),!![];}catch(_0x41d4cb){return![];}}}async[a64_0x21caa6(0x1bc)](_0x3a0f3a){const _0x106047=a64_0x21caa6,_0x4c6399={};_0x4c6399[_0x106047(0x1cb)]=_0x106047(0x216);const _0x11bb76=_0x4c6399;var _0x4e4088=this.#getAvailableDirs(),_0x3e39f4=path[_0x106047(0x1f2)](_0x4e4088,this.#binaryName);if(this.#checkPath(_0x3e39f4,fs[_0x106047(0x22e)]))return _0x3e39f4;const _0x126592=await this[_0x106047(0x21c)](_0x3a0f3a,_0x4e4088),_0x550eae=await this['validateBinary'](_0x126592);if(!_0x550eae)return logger[_0x106047(0x1e2)](_0x11bb76[_0x106047(0x1cb)]),await this[_0x106047(0x21c)](_0x3a0f3a,_0x4e4088);return _0x126592;}async[a64_0x21caa6(0x1f6)](_0xe764df){const _0x4a1b2a=a64_0x21caa6,_0x493c3a={'kOKvL':function(_0x2217f3,_0x47100e){return _0x2217f3(_0x47100e);},'sALrM':function(_0x2bbd25,_0x4ff136,_0x16accd){return _0x2bbd25(_0x4ff136,_0x16accd);},'RBhyI':_0x4a1b2a(0x1e1),'UibXV':_0x4a1b2a(0x1c0),'KWNto':_0x4a1b2a(0x1be)},_0x49663b=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x903c9b,_0x261ade)=>{const _0x8a249e=_0x4a1b2a,_0x32dd6d={'aimAs':function(_0x4616be,_0x2efd06){const _0x174600=a64_0x38fc;return _0x493c3a[_0x174600(0x202)](_0x4616be,_0x2efd06);}},_0x4f7bf8=_0x493c3a['sALrM'](spawn,_0xe764df,[_0x493c3a[_0x8a249e(0x211)]]);_0x4f7bf8['stdout']['on'](_0x493c3a['UibXV'],_0x2162d9=>{const _0x2c45a2=_0x8a249e;_0x49663b[_0x2c45a2(0x210)](_0x2162d9)&&_0x493c3a['kOKvL'](_0x903c9b,!![]);}),_0x4f7bf8['on'](_0x493c3a[_0x8a249e(0x1f5)],()=>{const _0x546a71=_0x8a249e;_0x32dd6d[_0x546a71(0x1aa)](_0x903c9b,![]);});});}[a64_0x21caa6(0x21c)](_0x2b534d,_0x3416b1){const _0x43840f=a64_0x21caa6,_0x1fa233={'ccTxZ':function(_0x2f97fd,_0x282a0f){return _0x2f97fd(_0x282a0f);},'WHoYk':'0755','GGFUR':function(_0x13872f,_0x226dd1){return _0x13872f(_0x226dd1);},'pHnig':_0x43840f(0x1fc),'hNEsY':_0x43840f(0x1e2),'pNjYj':'end','PyAuz':function(_0x597eb6,_0x1a2440){return _0x597eb6===_0x1a2440;},'ksiAm':_0x43840f(0x1be),'ygISk':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','HFiYh':function(_0x3bab93,_0x5d49f4){return _0x3bab93(_0x5d49f4);},'yFaYY':_0x43840f(0x1ec),'wTcGY':function(_0x5b9cd8,_0x154203){return _0x5b9cd8(_0x154203);},'hABbA':_0x43840f(0x1fd),'ZPdIY':function(_0x12d3fc,_0x143f0b){return _0x12d3fc+_0x143f0b;},'Llirm':_0x43840f(0x208),'YoUls':_0x43840f(0x1f9)};!this.#checkPath(_0x3416b1)&&fs[_0x43840f(0x1d1)](_0x3416b1);const _0x3c646d=this.#binaryName,_0x135dc0=path[_0x43840f(0x1f2)](_0x3416b1,_0x1fa233[_0x43840f(0x217)](_0x3c646d,_0x1fa233[_0x43840f(0x1b5)])),_0x48ac97=path[_0x43840f(0x1f2)](_0x3416b1,_0x3c646d),_0x48804c=fs[_0x43840f(0x206)](_0x135dc0),_0x5c7e88=url[_0x43840f(0x204)](this.#httpPath);if(_0x2b534d[_0x43840f(0x1fe)]&&_0x2b534d[_0x43840f(0x20f)]){const _0x281123={};_0x281123['host']=_0x2b534d['proxyHost'],_0x281123[_0x43840f(0x1d5)]=_0x2b534d[_0x43840f(0x20f)],_0x5c7e88[_0x43840f(0x1d6)]=new HttpsProxyAgent(_0x281123);}if(_0x2b534d['useCaCertificate'])try{_0x5c7e88['ca']=fs['readFileSync'](_0x2b534d[_0x43840f(0x1bd)]);}catch(_0x23b246){logger['error'](_0x1fa233[_0x43840f(0x1d9)],_0x23b246);}return new Promise((_0x337b5e,_0x463740)=>{const _0x541133=_0x43840f,_0x474543={'QLBvS':_0x1fa233[_0x541133(0x1c5)],'eSpTZ':function(_0x5513cf,_0x7ddf42){const _0x3dc1e3=_0x541133;return _0x1fa233[_0x3dc1e3(0x1cc)](_0x5513cf,_0x7ddf42);},'LOKkQ':_0x1fa233[_0x541133(0x223)],'CjARC':function(_0x4cb305,_0x25a98d){const _0x40f9d5=_0x541133;return _0x1fa233[_0x40f9d5(0x221)](_0x4cb305,_0x25a98d);},'nPwKS':_0x1fa233['hABbA']};https[_0x541133(0x1e5)](_0x5c7e88,function(_0x529aba){const _0x16d86a=_0x541133,_0x1f88ff={'eZvCO':function(_0x440890,_0x43b0c7){const _0x4da6d2=a64_0x38fc;return _0x1fa233[_0x4da6d2(0x1b3)](_0x440890,_0x43b0c7);},'YOjRF':_0x1fa233['WHoYk'],'hNEiN':function(_0xc01920,_0xc90523){const _0x1b59b0=a64_0x38fc;return _0x1fa233[_0x1b59b0(0x224)](_0xc01920,_0xc90523);},'jADpm':_0x1fa233[_0x16d86a(0x1eb)],'GQysh':_0x1fa233[_0x16d86a(0x220)],'WXuDV':_0x1fa233[_0x16d86a(0x1db)],'Zhpjh':function(_0x3f022d,_0x2ca5eb){const _0x27bf2b=_0x16d86a;return _0x1fa233[_0x27bf2b(0x1ed)](_0x3f022d,_0x2ca5eb);}};_0x529aba[_0x16d86a(0x20c)](_0x48804c),_0x529aba['on'](_0x1fa233['hNEsY'],function(_0x518461){const _0x525e69=_0x16d86a;logger[_0x525e69(0x1e2)](_0x474543[_0x525e69(0x207)],_0x518461),_0x474543[_0x525e69(0x22b)](_0x463740,_0x518461);}),_0x48804c['on'](_0x1fa233[_0x16d86a(0x220)],function(_0x56120e){const _0xab9f6d=_0x16d86a;logger['error'](_0x474543[_0xab9f6d(0x1b7)],_0x56120e),_0x474543[_0xab9f6d(0x21e)](_0x463740,_0x56120e);}),_0x48804c['on'](_0x1fa233['ksiAm'],function(){const _0x4fccfa=_0x16d86a,_0x3c2957={'TQopv':function(_0x3a261d,_0x26f522){const _0x1a40ee=a64_0x38fc;return _0x1f88ff[_0x1a40ee(0x1ff)](_0x3a261d,_0x26f522);},'zazqb':_0x1f88ff[_0x4fccfa(0x1d3)],'cyEQH':function(_0x5f1722,_0x5978f7){const _0x3312b1=_0x4fccfa;return _0x1f88ff[_0x3312b1(0x1fb)](_0x5f1722,_0x5978f7);}},_0x9e8e39={};_0x9e8e39[_0x4fccfa(0x1c1)]=!![],yauzl[_0x4fccfa(0x1f0)](_0x135dc0,_0x9e8e39,function(_0x199d46,_0x53dfda){const _0x19f26a=_0x4fccfa,_0x5aeb6e={'dTucv':function(_0x53d302,_0x4989d9){return _0x1f88ff['eZvCO'](_0x53d302,_0x4989d9);},'UYzRL':function(_0x3a9703,_0x4a5d6b){const _0x28eaac=a64_0x38fc;return _0x1f88ff[_0x28eaac(0x218)](_0x3a9703,_0x4a5d6b);},'KEBdD':_0x1f88ff[_0x19f26a(0x228)]};_0x199d46&&_0x1f88ff['hNEiN'](_0x463740,_0x199d46),_0x53dfda[_0x19f26a(0x225)](),_0x53dfda['on'](_0x1f88ff[_0x19f26a(0x1e7)],_0x5067c3=>{const _0x487821=_0x19f26a,_0x31cea9={'joZbZ':function(_0x25d6c7,_0x4896f7){const _0x8679ed=a64_0x38fc;return _0x3c2957[_0x8679ed(0x1b4)](_0x25d6c7,_0x4896f7);},'EilQn':_0x3c2957[_0x487821(0x1c2)]};if(/\/$/[_0x487821(0x210)](_0x5067c3[_0x487821(0x1b9)]))_0x53dfda['readEntry']();else{const _0xab5c40=fs['createWriteStream'](path[_0x487821(0x1f2)](_0x3416b1,_0x5067c3[_0x487821(0x1b9)]));_0x53dfda['openReadStream'](_0x5067c3,function(_0xc78557,_0x1e7dcf){const _0x38a2c0=_0x487821;_0xc78557&&_0x31cea9[_0x38a2c0(0x1de)](_0x463740,_0x199d46),_0x1e7dcf['on'](_0x31cea9[_0x38a2c0(0x215)],function(){const _0x52d1af=_0x38a2c0;_0xab5c40[_0x52d1af(0x1be)](),_0x53dfda[_0x52d1af(0x225)]();}),_0x1e7dcf[_0x38a2c0(0x20c)](_0xab5c40);}),_0x3c2957[_0x487821(0x1e9)](_0x5067c3[_0x487821(0x1b9)],_0x3c646d)&&_0x53dfda[_0x487821(0x1be)]();}}),_0x53dfda['on'](_0x1f88ff[_0x19f26a(0x1e3)],_0x2620cf=>{const _0x11cdf7=_0x19f26a;_0x5aeb6e[_0x11cdf7(0x227)](_0x463740,_0x2620cf);}),_0x53dfda[_0x19f26a(0x1a9)](_0x1f88ff[_0x19f26a(0x1d3)],()=>{const _0x3729c7=_0x19f26a,_0x2a4a0c={'FGYRW':function(_0x3db98f,_0x636116){return _0x5aeb6e['UYzRL'](_0x3db98f,_0x636116);}};fs[_0x3729c7(0x1af)](_0x48ac97,_0x5aeb6e[_0x3729c7(0x1e0)],function(_0x406e51){const _0x1b253d=_0x3729c7;_0x406e51&&_0x2a4a0c['FGYRW'](_0x463740,_0x406e51),_0x2a4a0c[_0x1b253d(0x21b)](_0x337b5e,_0x48ac97);}),_0x53dfda[_0x3729c7(0x1be)]();});});});})['on'](_0x1fa233[_0x541133(0x220)],function(_0x1436ab){const _0x1d19be=_0x541133;logger[_0x1d19be(0x1e2)](_0x474543[_0x1d19be(0x1cd)],_0x1436ab),_0x474543[_0x1d19be(0x21e)](_0x463740,_0x1436ab);});});}#homedir(){const _0x285a3a=a64_0x21caa6,_0x56f5a7={};_0x56f5a7[_0x285a3a(0x1ce)]=function(_0x255fe9,_0x7d53a8){return _0x255fe9===_0x7d53a8;},_0x56f5a7[_0x285a3a(0x20e)]=_0x285a3a(0x1b1),_0x56f5a7['FbrYM']=function(_0x5df620,_0x3e2cb6){return _0x5df620===_0x3e2cb6;},_0x56f5a7[_0x285a3a(0x22f)]=_0x285a3a(0x222),_0x56f5a7[_0x285a3a(0x1ac)]=function(_0x42707e,_0x18107f){return _0x42707e+_0x18107f;},_0x56f5a7['OGbNp']=function(_0x19ae19,_0x5b6e27){return _0x19ae19===_0x5b6e27;},_0x56f5a7[_0x285a3a(0x1a8)]=_0x285a3a(0x213),_0x56f5a7[_0x285a3a(0x20a)]=function(_0x3d4f25,_0x313509){return _0x3d4f25+_0x313509;},_0x56f5a7['TIhmK']=_0x285a3a(0x1c4),_0x56f5a7[_0x285a3a(0x1a7)]=_0x285a3a(0x1ca),_0x56f5a7[_0x285a3a(0x1cf)]=_0x285a3a(0x1d0),_0x56f5a7[_0x285a3a(0x1d7)]=function(_0x1f1100,_0x1cd9b5){return _0x1f1100+_0x1cd9b5;},_0x56f5a7[_0x285a3a(0x1dd)]=_0x285a3a(0x1b6),_0x56f5a7['LlRnT']=function(_0x289e0c,_0x1f53a5){return _0x289e0c||_0x1f53a5;};const _0x5aa4b7=_0x56f5a7;if(_0x5aa4b7[_0x285a3a(0x1ce)](typeof os['homedir'],_0x5aa4b7['tlVoJ']))return os[_0x285a3a(0x1d2)]();const _0x5c4930=process[_0x285a3a(0x214)],_0x119645=_0x5c4930[_0x285a3a(0x22d)],_0x22191a=_0x5c4930['LOGNAME']||_0x5c4930[_0x285a3a(0x1bb)]||_0x5c4930[_0x285a3a(0x1f1)]||_0x5c4930[_0x285a3a(0x229)];if(_0x5aa4b7[_0x285a3a(0x212)](process[_0x285a3a(0x21a)],_0x5aa4b7['wjESc']))return _0x5c4930[_0x285a3a(0x21f)]||_0x5aa4b7[_0x285a3a(0x1ac)](_0x5c4930['HOMEDRIVE'],_0x5c4930[_0x285a3a(0x1da)])||_0x119645||null;if(_0x5aa4b7[_0x285a3a(0x1c8)](process[_0x285a3a(0x21a)],_0x5aa4b7['BhwCO']))return _0x119645||(_0x22191a?_0x5aa4b7[_0x285a3a(0x20a)](_0x5aa4b7[_0x285a3a(0x1ea)],_0x22191a):null);if(_0x5aa4b7[_0x285a3a(0x212)](process[_0x285a3a(0x21a)],_0x5aa4b7[_0x285a3a(0x1a7)]))return _0x119645||(_0x5aa4b7[_0x285a3a(0x1ce)](process['getuid'](),0x0)?_0x5aa4b7[_0x285a3a(0x1cf)]:_0x22191a?_0x5aa4b7[_0x285a3a(0x1d7)](_0x5aa4b7[_0x285a3a(0x1dd)],_0x22191a):null);return _0x5aa4b7[_0x285a3a(0x20d)](_0x119645,null);}}function a64_0x38fc(_0x314255,_0x53163d){const _0x2a81e5=a64_0x2a81();return a64_0x38fc=function(_0x38fce7,_0x5ad528){_0x38fce7=_0x38fce7-0x1a5;let _0x21adfc=_0x2a81e5[_0x38fce7];return _0x21adfc;},a64_0x38fc(_0x314255,_0x53163d);}module[a64_0x21caa6(0x1ba)]=PercyBinary;
@@ -1 +1 @@
1
- var a65_0x3faf39=a65_0x2a19;function a65_0x2a19(_0x3cb4e4,_0x386687){var _0x3015ba=a65_0x3015();return a65_0x2a19=function(_0x2a19ff,_0x5d06a7){_0x2a19ff=_0x2a19ff-0x135;var _0x3d40e9=_0x3015ba[_0x2a19ff];return _0x3d40e9;},a65_0x2a19(_0x3cb4e4,_0x386687);}(function(_0x58598c,_0x54a11e){var _0x434b8a=a65_0x2a19,_0x33b7b9=_0x58598c();while(!![]){try{var _0x40a077=-parseInt(_0x434b8a(0x13f))/0x1*(-parseInt(_0x434b8a(0x13e))/0x2)+parseInt(_0x434b8a(0x138))/0x3+parseInt(_0x434b8a(0x140))/0x4*(parseInt(_0x434b8a(0x13b))/0x5)+-parseInt(_0x434b8a(0x13a))/0x6+parseInt(_0x434b8a(0x141))/0x7*(-parseInt(_0x434b8a(0x13d))/0x8)+-parseInt(_0x434b8a(0x13c))/0x9*(-parseInt(_0x434b8a(0x137))/0xa)+parseInt(_0x434b8a(0x136))/0xb*(parseInt(_0x434b8a(0x135))/0xc);if(_0x40a077===_0x54a11e)break;else _0x33b7b9['push'](_0x33b7b9['shift']());}catch(_0x571a5b){_0x33b7b9['push'](_0x33b7b9['shift']());}}}(a65_0x3015,0x44cd6));class PercyCaptureMap{#map={};[a65_0x3faf39(0x139)](_0x34ab3c,_0x4af254){!this.#map[_0x34ab3c]&&(this.#map[_0x34ab3c]={}),!this.#map[_0x34ab3c][_0x4af254]&&(this.#map[_0x34ab3c][_0x4af254]=0x0),this.#map[_0x34ab3c][_0x4af254]++;}['getName'](_0x587fe7,_0x44fb63){return _0x587fe7+'-'+_0x44fb63+'-'+this['get'](_0x587fe7,_0x44fb63);}['get'](_0x19f0af,_0x16d5e9){if(!this.#map[_0x19f0af])return 0x0;if(!this.#map[_0x19f0af][_0x16d5e9])return 0x0;return this.#map[_0x19f0af][_0x16d5e9];}}module[a65_0x3faf39(0x142)]=PercyCaptureMap;function a65_0x3015(){var _0x4bebae=['1450KMlSVw','1432641SmzzZV','increment','3380052OThTIX','167180PbIWIu','477MqYcZS','184EjwGyF','54zxSTmI','6551WLWWAB','8sBvxca','78414WeKbzc','exports','4485852IePAQm','11lZmaJu'];a65_0x3015=function(){return _0x4bebae;};return a65_0x3015();}
1
+ var a65_0xc1cf02=a65_0x720e;(function(_0x5d405a,_0x2a0dfd){var _0x1ef2de=a65_0x720e,_0x25241c=_0x5d405a();while(!![]){try{var _0x11034e=parseInt(_0x1ef2de(0x8f))/0x1*(parseInt(_0x1ef2de(0x94))/0x2)+-parseInt(_0x1ef2de(0x8e))/0x3+parseInt(_0x1ef2de(0x93))/0x4*(parseInt(_0x1ef2de(0x8b))/0x5)+-parseInt(_0x1ef2de(0x8d))/0x6+-parseInt(_0x1ef2de(0x90))/0x7+parseInt(_0x1ef2de(0x92))/0x8+-parseInt(_0x1ef2de(0x95))/0x9;if(_0x11034e===_0x2a0dfd)break;else _0x25241c['push'](_0x25241c['shift']());}catch(_0x318d07){_0x25241c['push'](_0x25241c['shift']());}}}(a65_0x32ec,0x5346a));function a65_0x720e(_0x1cb325,_0x30d35c){var _0x32ec03=a65_0x32ec();return a65_0x720e=function(_0x720eda,_0x404570){_0x720eda=_0x720eda-0x8b;var _0x4eb07b=_0x32ec03[_0x720eda];return _0x4eb07b;},a65_0x720e(_0x1cb325,_0x30d35c);}class PercyCaptureMap{#map={};[a65_0xc1cf02(0x96)](_0x16f4f3,_0x25b598){!this.#map[_0x16f4f3]&&(this.#map[_0x16f4f3]={}),!this.#map[_0x16f4f3][_0x25b598]&&(this.#map[_0x16f4f3][_0x25b598]=0x0),this.#map[_0x16f4f3][_0x25b598]++;}['getName'](_0x45a433,_0x25202d){return _0x45a433+'-'+_0x25202d+'-'+this['get'](_0x45a433,_0x25202d);}[a65_0xc1cf02(0x91)](_0x2b61db,_0x27b5a6){if(!this.#map[_0x2b61db])return 0x0;if(!this.#map[_0x2b61db][_0x27b5a6])return 0x0;return this.#map[_0x2b61db][_0x27b5a6];}}function a65_0x32ec(){var _0x4022a8=['increment','1405SZfmcG','exports','42234iWhKEq','238530xRXjgv','1tYyKhm','2661778PZQkSQ','get','1314592DLIMIA','8008izgQGi','185586PtCTaO','106002xbqoGA'];a65_0x32ec=function(){return _0x4022a8;};return a65_0x32ec();}module[a65_0xc1cf02(0x8c)]=PercyCaptureMap;
@@ -1 +1 @@
1
- var a66_0xa69869=a66_0x26c2;(function(_0x2c1623,_0x4e0b3a){var _0x15a974=a66_0x26c2,_0x379920=_0x2c1623();while(!![]){try{var _0x5c96de=parseInt(_0x15a974(0xd1))/0x1+-parseInt(_0x15a974(0xcf))/0x2*(parseInt(_0x15a974(0xc6))/0x3)+parseInt(_0x15a974(0xc4))/0x4+parseInt(_0x15a974(0xc1))/0x5+-parseInt(_0x15a974(0xcd))/0x6*(-parseInt(_0x15a974(0xc9))/0x7)+-parseInt(_0x15a974(0xd0))/0x8*(parseInt(_0x15a974(0xca))/0x9)+-parseInt(_0x15a974(0xcc))/0xa;if(_0x5c96de===_0x4e0b3a)break;else _0x379920['push'](_0x379920['shift']());}catch(_0x5eb168){_0x379920['push'](_0x379920['shift']());}}}(a66_0x337e,0x9aae5));var a66_0x268155={};a66_0x268155[a66_0xa69869(0xd2)]=[a66_0xa69869(0xcb)],a66_0x268155[a66_0xa69869(0xc7)]=[a66_0xa69869(0xc8),a66_0xa69869(0xc2)];var a66_0x2347ed={};a66_0x2347ed[a66_0xa69869(0xd2)]=[a66_0xa69869(0xcb)];var a66_0x4403e5={};a66_0x4403e5['element']=[a66_0xa69869(0xc8)];var a66_0x5f47d3={};a66_0x5f47d3['auto']=a66_0x268155,a66_0x5f47d3[a66_0xa69869(0xc3)]=a66_0x2347ed,a66_0x5f47d3[a66_0xa69869(0xc8)]=a66_0x4403e5,a66_0x5f47d3[a66_0xa69869(0xc5)]={},a66_0x5f47d3[a66_0xa69869(0xce)]={},module['exports']=a66_0x5f47d3;function a66_0x26c2(_0x3acdca,_0x2b7503){var _0x337e4e=a66_0x337e();return a66_0x26c2=function(_0x26c290,_0x1ad5b6){_0x26c290=_0x26c290-0xc1;var _0x5d3dd8=_0x337e4e[_0x26c290];return _0x5d3dd8;},a66_0x26c2(_0x3acdca,_0x2b7503);}function a66_0x337e(){var _0x3bb6f7=['testcase','39EalBWM','element','click','7qfVTnF','1349946kVeRMV','takeScreenshot','12080010UxfUPu','6901410ftDUxH','manual','47284gMZdBN','40tUuPIu','553030lNQXfm','driver','1808305LALdJU','sendKeys','screenshot','3335856jjbFxr'];a66_0x337e=function(){return _0x3bb6f7;};return a66_0x337e();}
1
+ function a66_0x59de(){var _0x1da6ec=['testcase','element','takeScreenshot','2902435vHvorQ','2799960BezOry','4808592pyDWFF','6OGwJFt','12403404tiuTov','screenshot','driver','18THURsh','3674248qyaVit','sendKeys','manual','7573874efwTMQ','51973BaQhTb','click','auto'];a66_0x59de=function(){return _0x1da6ec;};return a66_0x59de();}var a66_0x488a36=a66_0x239e;(function(_0x518d61,_0x3bf79e){var _0x5ab54b=a66_0x239e,_0x2f44ad=_0x518d61();while(!![]){try{var _0x313a7a=-parseInt(_0x5ab54b(0x1e1))/0x1*(parseInt(_0x5ab54b(0x1ea))/0x2)+-parseInt(_0x5ab54b(0x1e9))/0x3+parseInt(_0x5ab54b(0x1ef))/0x4+-parseInt(_0x5ab54b(0x1e7))/0x5*(-parseInt(_0x5ab54b(0x1ee))/0x6)+parseInt(_0x5ab54b(0x1e0))/0x7+parseInt(_0x5ab54b(0x1e8))/0x8+-parseInt(_0x5ab54b(0x1eb))/0x9;if(_0x313a7a===_0x3bf79e)break;else _0x2f44ad['push'](_0x2f44ad['shift']());}catch(_0x207d5c){_0x2f44ad['push'](_0x2f44ad['shift']());}}}(a66_0x59de,0xe92b5));var a66_0x657c4e={};a66_0x657c4e[a66_0x488a36(0x1ed)]=[a66_0x488a36(0x1e6)],a66_0x657c4e['element']=[a66_0x488a36(0x1e2),a66_0x488a36(0x1f0)];function a66_0x239e(_0x3ce8e7,_0xeea76a){var _0x59de75=a66_0x59de();return a66_0x239e=function(_0x239e04,_0x5d1711){_0x239e04=_0x239e04-0x1e0;var _0x2f1118=_0x59de75[_0x239e04];return _0x2f1118;},a66_0x239e(_0x3ce8e7,_0xeea76a);}var a66_0x5f5a6c={};a66_0x5f5a6c[a66_0x488a36(0x1ed)]=['takeScreenshot'];var a66_0x1739c7={};a66_0x1739c7[a66_0x488a36(0x1e5)]=[a66_0x488a36(0x1e2)];var a66_0x527715={};a66_0x527715[a66_0x488a36(0x1e3)]=a66_0x657c4e,a66_0x527715[a66_0x488a36(0x1ec)]=a66_0x5f5a6c,a66_0x527715[a66_0x488a36(0x1e2)]=a66_0x1739c7,a66_0x527715[a66_0x488a36(0x1e4)]={},a66_0x527715[a66_0x488a36(0x1f1)]={},module['exports']=a66_0x527715;
@@ -1 +1 @@
1
- const a67_0x50024a=a67_0x2d0d;(function(_0x475b47,_0x8eff5c){const _0x23afa3=a67_0x2d0d,_0x27b525=_0x475b47();while(!![]){try{const _0x24975a=parseInt(_0x23afa3(0x17a))/0x1*(-parseInt(_0x23afa3(0x173))/0x2)+-parseInt(_0x23afa3(0x18c))/0x3*(-parseInt(_0x23afa3(0x186))/0x4)+-parseInt(_0x23afa3(0x18e))/0x5*(-parseInt(_0x23afa3(0x193))/0x6)+parseInt(_0x23afa3(0x182))/0x7*(parseInt(_0x23afa3(0x18d))/0x8)+parseInt(_0x23afa3(0x177))/0x9+-parseInt(_0x23afa3(0x187))/0xa*(-parseInt(_0x23afa3(0x18f))/0xb)+-parseInt(_0x23afa3(0x178))/0xc*(parseInt(_0x23afa3(0x192))/0xd);if(_0x24975a===_0x8eff5c)break;else _0x27b525['push'](_0x27b525['shift']());}catch(_0x39a556){_0x27b525['push'](_0x27b525['shift']());}}}(a67_0x43fc,0x37f02));const tryRequire=function(_0x32bd66,_0x1a87ba){const _0xc427da=a67_0x2d0d,_0x23f4cb={'sdUyl':function(_0x12c204,_0x13d5b1){return _0x12c204(_0x13d5b1);}};try{return _0x23f4cb[_0xc427da(0x194)](require,_0x32bd66);}catch{return _0x1a87ba;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require(a67_0x50024a(0x180)),PerformanceTester=require(a67_0x50024a(0x17b)),logger=require(a67_0x50024a(0x17e))[a67_0x50024a(0x17d)];percySnapshot&&(exports[a67_0x50024a(0x18b)]=async function(){const _0x362e24=a67_0x50024a,_0x4a064f={};_0x4a064f[_0x362e24(0x190)]=function(_0x1bf856,_0x3a9efc){return _0x1bf856!==_0x3a9efc;},_0x4a064f['AVxyr']=function(_0x2c871d,_0x22e517){return _0x2c871d>=_0x22e517;},_0x4a064f['uYgqb']=_0x362e24(0x189);const _0x4eafc5=_0x4a064f;if(global[_0x362e24(0x195)]&&_0x4eafc5[_0x362e24(0x190)](global['browserstackPlatformIndex'],global[_0x362e24(0x17f)]))return;const _0x2eecbf=_0x4eafc5['AVxyr'](arguments[_0x362e24(0x181)],0x2)?arguments[0x1]:'',_0x57bf03={};return _0x57bf03[_0x362e24(0x179)]=_0x2eecbf,_0x57bf03[_0x362e24(0x191)]=global[_0x362e24(0x195)],await PerformanceTester[_0x362e24(0x176)](_0x4eafc5['uYgqb'],()=>percySnapshot['apply'](null,arguments),_0x57bf03);});percyScreenshot?exports['screenshot']=async function(){const _0x4b67cd=a67_0x50024a,_0x319a56={};_0x319a56[_0x4b67cd(0x175)]=function(_0x22ce87,_0x50bef1){return _0x22ce87>=_0x50bef1;},_0x319a56[_0x4b67cd(0x188)]='percy:screenshot';const _0x11bdf5=_0x319a56,_0x14e718=_0x11bdf5[_0x4b67cd(0x175)](arguments[_0x4b67cd(0x181)],0x2)?arguments[0x1]:'',_0x52dbf0={};return _0x52dbf0[_0x4b67cd(0x179)]=_0x14e718,_0x52dbf0[_0x4b67cd(0x191)]=global[_0x4b67cd(0x195)],await PerformanceTester[_0x4b67cd(0x176)](_0x11bdf5[_0x4b67cd(0x188)],()=>percyScreenshot[_0x4b67cd(0x183)](null,arguments),_0x52dbf0);}:exports['screenshot']=()=>{const _0x5049d8=a67_0x50024a,_0x49b8ba={};_0x49b8ba[_0x5049d8(0x174)]=_0x5049d8(0x185);const _0x198afe=_0x49b8ba;logger[_0x5049d8(0x184)](_0x198afe['FteaO']);};function a67_0x43fc(){const _0x4552e0=['@percy/appium-app','length','2413033lGwndb','apply','error','Unsupported\x20driver\x20for\x20percy','6804zejtlX','2060wrCHUS','WAnDM','percy:snapshot','ofDRw','snapshot','24FgDSYZ','8sYDNEF','436405SaaTfP','20009BvIexW','kyWBv','platformIndex','12678419DwiuvD','30UYepUW','sdUyl','browserstackPlatformIndex','rblXx','562VEMHWQ','FteaO','QwRcz','measure','1439856VJjLpo','12PhZaWx','name','445NWUccF','../performance-tester','percy:screenshot-app','winstonLogger','../logger','browserstackPercyBestPlatform'];a67_0x43fc=function(){return _0x4552e0;};return a67_0x43fc();}function a67_0x2d0d(_0x37d58e,_0xf0c346){const _0x43fc63=a67_0x43fc();return a67_0x2d0d=function(_0x2d0d0e,_0x3cb4d9){_0x2d0d0e=_0x2d0d0e-0x173;let _0x4bb15e=_0x43fc63[_0x2d0d0e];return _0x4bb15e;},a67_0x2d0d(_0x37d58e,_0xf0c346);}exports['screenshotApp']=async function(){const _0x9e0711=a67_0x50024a,_0x350ff8={};_0x350ff8[_0x9e0711(0x196)]=function(_0x4e4e78,_0x2b0ea8){return _0x4e4e78>=_0x2b0ea8;},_0x350ff8[_0x9e0711(0x18a)]=_0x9e0711(0x17c);const _0x446ca4=_0x350ff8,_0x5352bf=_0x446ca4[_0x9e0711(0x196)](arguments[_0x9e0711(0x181)],0x2)?arguments[0x1]:'',_0x2d513c={};return _0x2d513c[_0x9e0711(0x179)]=_0x5352bf,_0x2d513c[_0x9e0711(0x191)]=global[_0x9e0711(0x195)],await PerformanceTester['measure'](_0x446ca4['ofDRw'],()=>percyAppScreenshot[_0x9e0711(0x183)](null,arguments),_0x2d513c);};
1
+ const a67_0x35c006=a67_0x2d94;function a67_0x2d94(_0x4e4dbc,_0x268ff0){const _0x32a429=a67_0x32a4();return a67_0x2d94=function(_0x2d945d,_0x1c6fc4){_0x2d945d=_0x2d945d-0x1d3;let _0x34b159=_0x32a429[_0x2d945d];return _0x34b159;},a67_0x2d94(_0x4e4dbc,_0x268ff0);}function a67_0x32a4(){const _0xbb8c49=['measure','length','7HnfooI','winstonLogger','YNKeT','@percy/appium-app','gBwoj','snapshot','uhmHQ','browserstackPercyBestPlatform','platformIndex','error','percy:screenshot','99078vTmhqa','Mmcfi','8784bQwqCF','2543576dnpESN','Unsupported\x20driver\x20for\x20percy','../performance-tester','Eaemw','20gtRExE','screenshot','name','hnONz','940dmocpi','fVXdo','../logger','screenshotApp','@percy/selenium-webdriver','rTenA','12vSRuZe','7229827pfsOxN','sYMGp','apply','percy:screenshot-app','browserstackPlatformIndex','537148dsDaUW','56079kjvaoW','606882XLaMSe','363iUmIlk'];a67_0x32a4=function(){return _0xbb8c49;};return a67_0x32a4();}(function(_0x59ae20,_0x4caddd){const _0x3e99e3=a67_0x2d94,_0x39aee7=_0x59ae20();while(!![]){try{const _0x362017=-parseInt(_0x3e99e3(0x1e4))/0x1+parseInt(_0x3e99e3(0x1e6))/0x2*(parseInt(_0x3e99e3(0x1d6))/0x3)+parseInt(_0x3e99e3(0x1d3))/0x4*(-parseInt(_0x3e99e3(0x1eb))/0x5)+-parseInt(_0x3e99e3(0x1d5))/0x6*(-parseInt(_0x3e99e3(0x1d9))/0x7)+parseInt(_0x3e99e3(0x1e7))/0x8+-parseInt(_0x3e99e3(0x1d4))/0x9*(parseInt(_0x3e99e3(0x1ef))/0xa)+parseInt(_0x3e99e3(0x1f6))/0xb*(parseInt(_0x3e99e3(0x1f5))/0xc);if(_0x362017===_0x4caddd)break;else _0x39aee7['push'](_0x39aee7['shift']());}catch(_0x1f9da7){_0x39aee7['push'](_0x39aee7['shift']());}}}(a67_0x32a4,0x5e333));const tryRequire=function(_0x1b67e3,_0x24be8c){const _0x4df595=a67_0x2d94,_0x39acbd={'sYMGp':function(_0x4b32f5,_0x5a691d){return _0x4b32f5(_0x5a691d);}};try{return _0x39acbd[_0x4df595(0x1f7)](require,_0x1b67e3);}catch{return _0x24be8c;}},percySnapshot=tryRequire('@percy/selenium-webdriver',null),{percyScreenshot}=tryRequire(a67_0x35c006(0x1f3),{}),percyAppScreenshot=require(a67_0x35c006(0x1dc)),PerformanceTester=require(a67_0x35c006(0x1e9)),logger=require(a67_0x35c006(0x1f1))[a67_0x35c006(0x1da)];percySnapshot&&(exports[a67_0x35c006(0x1de)]=async function(){const _0x51a242=a67_0x35c006,_0x56591d={};_0x56591d[_0x51a242(0x1f0)]=function(_0x297605,_0x376186){return _0x297605!==_0x376186;},_0x56591d[_0x51a242(0x1ea)]=function(_0x519192,_0x18fbc8){return _0x519192>=_0x18fbc8;},_0x56591d[_0x51a242(0x1df)]='percy:snapshot';const _0x2ac6c5=_0x56591d;if(global['browserstackPlatformIndex']&&_0x2ac6c5[_0x51a242(0x1f0)](global[_0x51a242(0x1fa)],global[_0x51a242(0x1e0)]))return;const _0x951965=_0x2ac6c5[_0x51a242(0x1ea)](arguments[_0x51a242(0x1d8)],0x2)?arguments[0x1]:'',_0x27afae={};return _0x27afae[_0x51a242(0x1ed)]=_0x951965,_0x27afae['platformIndex']=global[_0x51a242(0x1fa)],await PerformanceTester['measure'](_0x2ac6c5['uhmHQ'],()=>percySnapshot[_0x51a242(0x1f8)](null,arguments),_0x27afae);});percyScreenshot?exports[a67_0x35c006(0x1ec)]=async function(){const _0x1d2eb0=a67_0x35c006,_0x111b90={};_0x111b90[_0x1d2eb0(0x1e5)]=function(_0x10b679,_0x3cff97){return _0x10b679>=_0x3cff97;},_0x111b90[_0x1d2eb0(0x1dd)]=_0x1d2eb0(0x1e3);const _0x1f0520=_0x111b90,_0x2fb8ff=_0x1f0520[_0x1d2eb0(0x1e5)](arguments[_0x1d2eb0(0x1d8)],0x2)?arguments[0x1]:'',_0x44c561={};return _0x44c561[_0x1d2eb0(0x1ed)]=_0x2fb8ff,_0x44c561[_0x1d2eb0(0x1e1)]=global[_0x1d2eb0(0x1fa)],await PerformanceTester[_0x1d2eb0(0x1d7)](_0x1f0520['gBwoj'],()=>percyScreenshot[_0x1d2eb0(0x1f8)](null,arguments),_0x44c561);}:exports[a67_0x35c006(0x1ec)]=()=>{const _0x42a88c=a67_0x35c006,_0xf50bdd={};_0xf50bdd[_0x42a88c(0x1db)]=_0x42a88c(0x1e8);const _0x4d7e4e=_0xf50bdd;logger[_0x42a88c(0x1e2)](_0x4d7e4e['YNKeT']);};exports[a67_0x35c006(0x1f2)]=async function(){const _0x34edc8=a67_0x35c006,_0x16efa1={};_0x16efa1[_0x34edc8(0x1ee)]=function(_0x2d5065,_0x48c086){return _0x2d5065>=_0x48c086;},_0x16efa1[_0x34edc8(0x1f4)]=_0x34edc8(0x1f9);const _0x61dc0e=_0x16efa1,_0x1520f8=_0x61dc0e['hnONz'](arguments[_0x34edc8(0x1d8)],0x2)?arguments[0x1]:'',_0x165c09={};return _0x165c09[_0x34edc8(0x1ed)]=_0x1520f8,_0x165c09[_0x34edc8(0x1e1)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x34edc8(0x1d7)](_0x61dc0e[_0x34edc8(0x1f4)],()=>percyAppScreenshot[_0x34edc8(0x1f8)](null,arguments),_0x165c09);};
@@ -1 +1 @@
1
- var a68_0x93b103=a68_0x40bf;function a68_0x40bf(_0x34240d,_0x7090f7){var _0xda501e=a68_0xda50();return a68_0x40bf=function(_0x40bf46,_0x49b26b){_0x40bf46=_0x40bf46-0x1ca;var _0xa6941e=_0xda501e[_0x40bf46];return _0xa6941e;},a68_0x40bf(_0x34240d,_0x7090f7);}function a68_0xda50(){var _0x5e21a0=['1704446BLdoDz','exports','4RkLTBI','1249089VGzTbl','1540160FXXEIG','644280PGsRQh','2125368GSmONf','3734385bbOKNy','20927079FsbCIr','./Percy','77xVosvD'];a68_0xda50=function(){return _0x5e21a0;};return a68_0xda50();}(function(_0x3e566c,_0x519163){var _0x3adecf=a68_0x40bf,_0x337220=_0x3e566c();while(!![]){try{var _0x446b66=parseInt(_0x3adecf(0x1d4))/0x1+-parseInt(_0x3adecf(0x1d1))/0x2+parseInt(_0x3adecf(0x1cd))/0x3*(-parseInt(_0x3adecf(0x1d3))/0x4)+-parseInt(_0x3adecf(0x1ca))/0x5+parseInt(_0x3adecf(0x1cc))/0x6+-parseInt(_0x3adecf(0x1d0))/0x7*(parseInt(_0x3adecf(0x1cb))/0x8)+parseInt(_0x3adecf(0x1ce))/0x9;if(_0x446b66===_0x519163)break;else _0x337220['push'](_0x337220['shift']());}catch(_0x8db385){_0x337220['push'](_0x337220['shift']());}}}(a68_0xda50,0x9baad),module[a68_0x93b103(0x1d2)]=require(a68_0x93b103(0x1cf)));
1
+ var a68_0x175d3c=a68_0x3b50;function a68_0x3b50(_0x1a1553,_0x366fe5){var _0x24a5a2=a68_0x24a5();return a68_0x3b50=function(_0x3b5038,_0x5e2c56){_0x3b5038=_0x3b5038-0x13a;var _0x2668ad=_0x24a5a2[_0x3b5038];return _0x2668ad;},a68_0x3b50(_0x1a1553,_0x366fe5);}function a68_0x24a5(){var _0x3f37b2=['42202768wTlIVB','10ivfuOl','exports','./Percy','3341608vpxdMz','1265980wZFNEa','1887480ExJUov','3032028boGefI','4832754PPfPIQ','3043446FRWUHc'];a68_0x24a5=function(){return _0x3f37b2;};return a68_0x24a5();}(function(_0x467390,_0x4a0b56){var _0xca40e0=a68_0x3b50,_0x4194bc=_0x467390();while(!![]){try{var _0x14ada5=-parseInt(_0xca40e0(0x13b))/0x1+-parseInt(_0xca40e0(0x13f))/0x2+-parseInt(_0xca40e0(0x13d))/0x3+-parseInt(_0xca40e0(0x13a))/0x4*(parseInt(_0xca40e0(0x141))/0x5)+parseInt(_0xca40e0(0x13e))/0x6+parseInt(_0xca40e0(0x13c))/0x7+parseInt(_0xca40e0(0x140))/0x8;if(_0x14ada5===_0x4a0b56)break;else _0x4194bc['push'](_0x4194bc['shift']());}catch(_0x2e4ccb){_0x4194bc['push'](_0x4194bc['shift']());}}}(a68_0x24a5,0xd726e),module[a68_0x175d3c(0x142)]=require(a68_0x175d3c(0x143)));
@@ -1 +1 @@
1
- function a69_0xc278(){const _0x3d48c2=['QHpNA','increment','winstonLogger','310098JpllPQ','measureWrapper','getBestPlatformForPercySnapshot','./PercySDK','safari','reduce','overrideXforPercy','forEach','qqupY','getDriver','1962672XcSDQP','isUndefined','2HStDnt','nestedKeyValue','2327SLtGSf','13sKOXnl','SHweH','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','7JHvzkt','browserstackSessionName','screenshot','../helper','./PercyCaptureModes','rARuO','287936aGptoN','app','percy:stop','GBMNk','platforms','start','TiNgI','deviceName','sKYcs','prototype','Nyvip','stopPercy','Starting\x20percy','Stopping\x20percy','screenshotApp','browserstackPercyBestPlatform','firefox','24345UUwjcg','6wuiSmc','30JwrUGe','apply','element','\x20for\x20percy\x20','Error\x20patching\x20','getName','browserstackPercyMap','yPDPt','percyAutoCapture','670SwZQbI','patch','percyCaptureMode','797335HJVurN','percy:start','chrome','yqhTG','toLowerCase','browserName','../logger','debug','error','2249144KMpSTV','KLdnD','driver','percy','./Percy','browserStackPercyOptions'];a69_0xc278=function(){return _0x3d48c2;};return a69_0xc278();}function a69_0x262a(_0x294a11,_0x49e1ac){const _0xc27872=a69_0xc278();return a69_0x262a=function(_0x262acf,_0x4bd75c){_0x262acf=_0x262acf-0xd6;let _0x94132b=_0xc27872[_0x262acf];return _0x94132b;},a69_0x262a(_0x294a11,_0x49e1ac);}const a69_0x362908=a69_0x262a;(function(_0x4263a9,_0x3859ba){const _0x1f2cd6=a69_0x262a,_0x3db891=_0x4263a9();while(!![]){try{const _0x50f8bf=parseInt(_0x1f2cd6(0x104))/0x1*(-parseInt(_0x1f2cd6(0x102))/0x2)+-parseInt(_0x1f2cd6(0xd7))/0x3*(-parseInt(_0x1f2cd6(0x10e))/0x4)+-parseInt(_0x1f2cd6(0xd8))/0x5*(parseInt(_0x1f2cd6(0xf6))/0x6)+-parseInt(_0x1f2cd6(0x108))/0x7*(-parseInt(_0x1f2cd6(0xed))/0x8)+-parseInt(_0x1f2cd6(0xd6))/0x9*(parseInt(_0x1f2cd6(0xe1))/0xa)+parseInt(_0x1f2cd6(0xe4))/0xb+-parseInt(_0x1f2cd6(0x100))/0xc*(-parseInt(_0x1f2cd6(0x105))/0xd);if(_0x50f8bf===_0x3859ba)break;else _0x3db891['push'](_0x3db891['shift']());}catch(_0x409b49){_0x3db891['push'](_0x3db891['shift']());}}}(a69_0xc278,0x28e44));const Percy=require(a69_0x362908(0xf1)),PercySDK=require(a69_0x362908(0xf9)),PercyCaptureModes=require(a69_0x362908(0x10c)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require(a69_0x362908(0xea))[a69_0x362908(0xf5)],helper=require(a69_0x362908(0x10b)),PerformanceTester=require('../performance-tester');exports['startPercy']=PerformanceTester[a69_0x362908(0xf7)](a69_0x362908(0xe5),async _0x384608=>{const _0x353aae=a69_0x362908,_0xbf5fb5={};_0xbf5fb5[_0x353aae(0xfe)]=_0x353aae(0x11a);const _0x137a22=_0xbf5fb5;logger[_0x353aae(0xeb)](_0x137a22[_0x353aae(0xfe)]);const _0x469733=new Percy(_0x384608),_0x53cbb5=await _0x469733[_0x353aae(0x113)]();if(_0x53cbb5)return _0x469733;return null;}),exports[a69_0x362908(0x119)]=PerformanceTester['measureWrapper'](a69_0x362908(0x110),async _0x2383fb=>{const _0x211ba8=a69_0x362908,_0x548aa8={};_0x548aa8[_0x211ba8(0xdf)]=_0x211ba8(0x11b);const _0x34df51=_0x548aa8;return logger[_0x211ba8(0xeb)](_0x34df51[_0x211ba8(0xdf)]),_0x2383fb['stop']();}),exports['getBestPlatformForPercySnapshot']=_0x2c376c=>{const _0x3d4fe6=a69_0x362908,_0x54d90d={};_0x54d90d[_0x3d4fe6(0x10d)]=function(_0x2bc9c0,_0x46f621){return _0x2bc9c0<_0x46f621;};const _0x33ba6f=_0x54d90d,_0x1b7598={};_0x1b7598[_0x3d4fe6(0xe6)]=0x0,_0x1b7598[_0x3d4fe6(0x11e)]=0x1,_0x1b7598['edge']=0x2,_0x1b7598[_0x3d4fe6(0xfa)]=0x3;const _0xf8b1d4=_0x1b7598;return _0x2c376c[_0x3d4fe6(0xfb)]((_0x2bb9c2,_0x2637aa,_0x4bb739)=>{const _0x2156d2=_0x3d4fe6,_0x1350ec=_0x2c376c[_0x2bb9c2];if(_0x2637aa[_0x2156d2(0x115)])return _0x2bb9c2;if(_0x1350ec[_0x2156d2(0x115)])return _0x4bb739;const _0x48888b=_0x2637aa['browser']?_0x2637aa['browser']:_0x2637aa[_0x2156d2(0xe9)];if(_0x48888b&&_0x33ba6f[_0x2156d2(0x10d)](_0xf8b1d4[_0x48888b[_0x2156d2(0xe8)]()],_0xf8b1d4[_0x48888b['toLowerCase']()]))return _0x4bb739;return _0x2bb9c2;},0x0);},exports[a69_0x362908(0xe0)]=async(_0x4bcf45,_0x3e2fd1,_0x40a31e)=>{const _0x2839a1=a69_0x362908,_0x2f99e8={};_0x2f99e8[_0x2839a1(0x111)]=_0x2839a1(0x107);const _0x1e0657=_0x2f99e8,_0x28a63a=_0x4bcf45[_0x2839a1(0xde)];if(helper[_0x2839a1(0x101)](_0x4bcf45[_0x2839a1(0x109)])){logger[_0x2839a1(0xeb)](_0x1e0657[_0x2839a1(0x111)]);return;}const _0x4a89e6=_0x28a63a[_0x2839a1(0xdd)](_0x4bcf45[_0x2839a1(0x109)],_0x3e2fd1);_0x40a31e[_0x2839a1(0x10f)]?await PercySDK[_0x2839a1(0x11c)](_0x4bcf45,_0x4a89e6):await PercySDK[_0x2839a1(0x10a)](_0x4bcf45,_0x4a89e6),_0x28a63a[_0x2839a1(0xf4)](_0x4bcf45[_0x2839a1(0x109)],_0x3e2fd1);},exports['patchDriverPercy']=(_0x32e3a1,_0x5ccbdf,_0xcc2465)=>{const _0xbf278f=a69_0x362908,_0xd6949={};_0xd6949['TiNgI']='browserStackPercyOptions',_0xd6949[_0xbf278f(0x106)]=_0xbf278f(0xf0),_0xd6949[_0xbf278f(0x118)]=function(_0x175cfe,_0xdb8448){return _0x175cfe!==_0xdb8448;},_0xd6949[_0xbf278f(0xe7)]='manual';const _0x3044e8=_0xd6949;if(!helper[_0xbf278f(0x103)](_0xcc2465,[_0x3044e8[_0xbf278f(0x114)],_0x3044e8[_0xbf278f(0x106)]]))return;if(_0xcc2465[_0xbf278f(0xf2)][_0xbf278f(0xf0)]&&_0xcc2465[_0xbf278f(0xf2)][_0xbf278f(0xe3)]&&_0x3044e8[_0xbf278f(0x118)](_0xcc2465[_0xbf278f(0xf2)][_0xbf278f(0xe3)],_0x3044e8[_0xbf278f(0xe7)])&&!_0x32e3a1[_0xbf278f(0xde)]){global[_0xbf278f(0x109)]&&(_0x32e3a1[_0xbf278f(0x109)]=global['browserstackSessionName']),_0x32e3a1['browserstackPercyMap']=new PercyCaptureMap();const _0x2aaaaa=PercyCaptureModes[_0xcc2465['browserStackPercyOptions']['percyCaptureMode']];_0x2aaaaa[_0xbf278f(0xef)]&&_0x2aaaaa[_0xbf278f(0xef)][_0xbf278f(0xfd)](_0x5e66ab=>this[_0xbf278f(0xfc)](_0x32e3a1,_0x5e66ab,_0xcc2465)),_0x2aaaaa[_0xbf278f(0xda)]&&_0x2aaaaa[_0xbf278f(0xda)][_0xbf278f(0xfd)](_0x5541a5=>{const _0x4800f2=_0xbf278f;if(_0x5ccbdf[_0x4800f2(0x117)][_0x4800f2(0xe2)+_0x5541a5])return;_0x5ccbdf[_0x4800f2(0x117)]['patch'+_0x5541a5]=!![];const _0xfccab8=_0x5ccbdf[_0x4800f2(0x117)][_0x5541a5];_0x5ccbdf[_0x4800f2(0x117)][_0x5541a5]=async function(){const _0x11782f=_0x4800f2;let _0xd822a7=_0xfccab8['apply'](this,arguments);_0xd822a7&&_0xd822a7['then']&&(_0xd822a7=await _0xd822a7);try{const _0x5c4294=this[_0x11782f(0xff)]();await exports['percyAutoCapture'](_0x5c4294,_0x5541a5,_0xcc2465);}catch(_0x155387){logger['error'](_0x11782f(0xdc)+_0x5541a5+_0x11782f(0xdb)+_0x155387);}return _0xd822a7;};});}},exports[a69_0x362908(0xfc)]=function(_0xc283e6,_0x5a879e,_0x2b53c6){const _0x47373e=a69_0x362908,_0xbb26c3={};_0xbb26c3[_0x47373e(0xf3)]=function(_0x54c121,_0x16cc2a){return _0x54c121+_0x16cc2a;},_0xbb26c3[_0x47373e(0xee)]=_0x47373e(0xe2),_0xbb26c3[_0x47373e(0x116)]='init';const _0x4fc151=_0xbb26c3,_0x5c00bb=_0x4fc151['QHpNA'](_0x4fc151['KLdnD'],_0x5a879e),_0x1ba3db=_0x4fc151[_0x47373e(0xf3)](_0x4fc151['sKYcs'],_0x5a879e),_0x8b1a12=this;if(_0xc283e6[_0x5c00bb]||!_0xc283e6[_0x5a879e])return;_0xc283e6[_0x5c00bb]=!![],_0xc283e6[_0x1ba3db]=_0xc283e6[_0x5a879e],_0xc283e6[_0x5a879e]=async()=>{const _0x28b715=_0x47373e;try{await _0x8b1a12[_0x28b715(0xe0)](_0xc283e6,_0x5a879e,_0x2b53c6);}catch(_0x584a8e){logger[_0x28b715(0xec)](_0x28b715(0xdc)+_0x5a879e+_0x28b715(0xdb)+_0x584a8e);}return await _0xc283e6[_0x1ba3db][_0x28b715(0xd9)](_0xc283e6,arguments);};},exports['getPercyOptions']=_0x2b35ee=>{const _0x282646=a69_0x362908,_0xf03a30={};_0xf03a30['percy']=_0x2b35ee[_0x282646(0xf0)],_0xf03a30[_0x282646(0xe3)]=_0x2b35ee[_0x282646(0xe3)];const _0x9cd9d8=_0xf03a30;_0x2b35ee[_0x282646(0xf0)]&&(_0x9cd9d8[_0x282646(0x11d)]=exports[_0x282646(0xf8)](_0x2b35ee[_0x282646(0x112)]));;return _0x9cd9d8;};
1
+ const a69_0x52729f=a69_0x4612;(function(_0x192684,_0x2653a4){const _0x29efd3=a69_0x4612,_0x2911ec=_0x192684();while(!![]){try{const _0x183e21=parseInt(_0x29efd3(0x1e5))/0x1*(-parseInt(_0x29efd3(0x1d9))/0x2)+parseInt(_0x29efd3(0x20d))/0x3+parseInt(_0x29efd3(0x207))/0x4+parseInt(_0x29efd3(0x20a))/0x5*(-parseInt(_0x29efd3(0x1de))/0x6)+-parseInt(_0x29efd3(0x1d8))/0x7+-parseInt(_0x29efd3(0x21d))/0x8*(parseInt(_0x29efd3(0x217))/0x9)+-parseInt(_0x29efd3(0x1dd))/0xa*(-parseInt(_0x29efd3(0x1fb))/0xb);if(_0x183e21===_0x2653a4)break;else _0x2911ec['push'](_0x2911ec['shift']());}catch(_0xed2b62){_0x2911ec['push'](_0x2911ec['shift']());}}}(a69_0x2bcf,0x9167e));const Percy=require(a69_0x52729f(0x1dc)),PercySDK=require('./PercySDK'),PercyCaptureModes=require(a69_0x52729f(0x219)),PercyCaptureMap=require(a69_0x52729f(0x1e3)),logger=require(a69_0x52729f(0x1f1))[a69_0x52729f(0x1ed)],helper=require(a69_0x52729f(0x1f8)),PerformanceTester=require(a69_0x52729f(0x1e7));exports[a69_0x52729f(0x208)]=PerformanceTester[a69_0x52729f(0x1ee)](a69_0x52729f(0x211),async _0x17758c=>{const _0x1e1cac=a69_0x52729f,_0x1a4a90={};_0x1a4a90['VCsCJ']=_0x1e1cac(0x1f6);const _0x26aaa7=_0x1a4a90;logger[_0x1e1cac(0x202)](_0x26aaa7[_0x1e1cac(0x1ea)]);const _0x48cfcc=new Percy(_0x17758c),_0x55ebca=await _0x48cfcc[_0x1e1cac(0x216)]();if(_0x55ebca)return _0x48cfcc;return null;}),exports['stopPercy']=PerformanceTester[a69_0x52729f(0x1ee)](a69_0x52729f(0x1d7),async _0x57dd8e=>{const _0x236724=a69_0x52729f,_0x70010d={};_0x70010d[_0x236724(0x1f7)]='Stopping\x20percy';const _0x22b07f=_0x70010d;return logger[_0x236724(0x202)](_0x22b07f[_0x236724(0x1f7)]),_0x57dd8e[_0x236724(0x21b)]();}),exports[a69_0x52729f(0x1db)]=_0x5194c3=>{const _0x5b6346=a69_0x52729f,_0x212d00={};_0x212d00[_0x5b6346(0x200)]=function(_0xc47fd8,_0x558328){return _0xc47fd8<_0x558328;};const _0x5d492b=_0x212d00,_0x481c75={};_0x481c75[_0x5b6346(0x1ff)]=0x0,_0x481c75['firefox']=0x1,_0x481c75[_0x5b6346(0x204)]=0x2,_0x481c75[_0x5b6346(0x212)]=0x3;const _0x5e25a9=_0x481c75;return _0x5194c3[_0x5b6346(0x20b)]((_0x177340,_0x68fc5a,_0x2968e2)=>{const _0x1b47e2=_0x5b6346,_0xa75440=_0x5194c3[_0x177340];if(_0x68fc5a[_0x1b47e2(0x21e)])return _0x177340;if(_0xa75440[_0x1b47e2(0x21e)])return _0x2968e2;const _0x2572b1=_0x68fc5a['browser']?_0x68fc5a['browser']:_0x68fc5a[_0x1b47e2(0x1fe)];if(_0x2572b1&&_0x5d492b[_0x1b47e2(0x200)](_0x5e25a9[_0x2572b1[_0x1b47e2(0x1f3)]()],_0x5e25a9[_0x2572b1['toLowerCase']()]))return _0x2968e2;return _0x177340;},0x0);},exports[a69_0x52729f(0x205)]=async(_0x194c8d,_0x63328a,_0xf851d4)=>{const _0x53c6ea=a69_0x52729f,_0x2ac5b3={};_0x2ac5b3[_0x53c6ea(0x1d6)]='Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present';const _0x320ef7=_0x2ac5b3,_0x10a960=_0x194c8d[_0x53c6ea(0x213)];if(helper[_0x53c6ea(0x215)](_0x194c8d[_0x53c6ea(0x1e2)])){logger[_0x53c6ea(0x202)](_0x320ef7[_0x53c6ea(0x1d6)]);return;}const _0x254daa=_0x10a960[_0x53c6ea(0x20e)](_0x194c8d['browserstackSessionName'],_0x63328a);_0xf851d4[_0x53c6ea(0x1e8)]?await PercySDK[_0x53c6ea(0x1df)](_0x194c8d,_0x254daa):await PercySDK[_0x53c6ea(0x1ef)](_0x194c8d,_0x254daa),_0x10a960[_0x53c6ea(0x1e6)](_0x194c8d['browserstackSessionName'],_0x63328a);},exports[a69_0x52729f(0x1f0)]=(_0x76a351,_0x2f1505,_0xeb827b)=>{const _0x5c01f5=a69_0x52729f,_0x47a48a={};_0x47a48a[_0x5c01f5(0x209)]=_0x5c01f5(0x20f),_0x47a48a[_0x5c01f5(0x1eb)]='percy',_0x47a48a[_0x5c01f5(0x210)]=function(_0x5a2bd6,_0x4e2154){return _0x5a2bd6!==_0x4e2154;},_0x47a48a[_0x5c01f5(0x201)]=_0x5c01f5(0x206);const _0x36dc30=_0x47a48a;if(!helper[_0x5c01f5(0x21c)](_0xeb827b,[_0x36dc30[_0x5c01f5(0x209)],_0x36dc30['HCLbw']]))return;if(_0xeb827b['browserStackPercyOptions']['percy']&&_0xeb827b['browserStackPercyOptions'][_0x5c01f5(0x1e0)]&&_0x36dc30['JZALg'](_0xeb827b[_0x5c01f5(0x20f)][_0x5c01f5(0x1e0)],_0x36dc30[_0x5c01f5(0x201)])&&!_0x76a351['browserstackPercyMap']){global[_0x5c01f5(0x1e2)]&&(_0x76a351[_0x5c01f5(0x1e2)]=global[_0x5c01f5(0x1e2)]),_0x76a351[_0x5c01f5(0x213)]=new PercyCaptureMap();const _0x479d4=PercyCaptureModes[_0xeb827b[_0x5c01f5(0x20f)][_0x5c01f5(0x1e0)]];_0x479d4[_0x5c01f5(0x21f)]&&_0x479d4['driver'][_0x5c01f5(0x1f9)](_0x212048=>this[_0x5c01f5(0x220)](_0x76a351,_0x212048,_0xeb827b)),_0x479d4[_0x5c01f5(0x1f2)]&&_0x479d4[_0x5c01f5(0x1f2)]['forEach'](_0x55790a=>{const _0x1a7881=_0x5c01f5;if(_0x2f1505[_0x1a7881(0x1fa)][_0x1a7881(0x1e9)+_0x55790a])return;_0x2f1505[_0x1a7881(0x1fa)][_0x1a7881(0x1e9)+_0x55790a]=!![];const _0x19e706=_0x2f1505[_0x1a7881(0x1fa)][_0x55790a];_0x2f1505[_0x1a7881(0x1fa)][_0x55790a]=async function(){const _0x390adc=_0x1a7881;let _0x502cba=_0x19e706[_0x390adc(0x1da)](this,arguments);_0x502cba&&_0x502cba[_0x390adc(0x214)]&&(_0x502cba=await _0x502cba);try{const _0x3479bc=this[_0x390adc(0x1e4)]();await exports[_0x390adc(0x205)](_0x3479bc,_0x55790a,_0xeb827b);}catch(_0x190b8a){logger[_0x390adc(0x1e1)](_0x390adc(0x1fc)+_0x55790a+'\x20for\x20percy\x20'+_0x190b8a);}return _0x502cba;};});}},exports['overrideXforPercy']=function(_0x52bb3f,_0x471b76,_0x75a98b){const _0x5897bf=a69_0x52729f,_0x584936={};_0x584936['umGcX']=function(_0x223112,_0x4afaf7){return _0x223112+_0x4afaf7;},_0x584936[_0x5897bf(0x1ec)]='patch',_0x584936[_0x5897bf(0x1f5)]=_0x5897bf(0x218);const _0x36cf6d=_0x584936,_0x27dd06=_0x36cf6d[_0x5897bf(0x1f4)](_0x36cf6d[_0x5897bf(0x1ec)],_0x471b76),_0x4c8465=_0x36cf6d[_0x5897bf(0x1f4)](_0x36cf6d[_0x5897bf(0x1f5)],_0x471b76),_0x372f6a=this;if(_0x52bb3f[_0x27dd06]||!_0x52bb3f[_0x471b76])return;_0x52bb3f[_0x27dd06]=!![],_0x52bb3f[_0x4c8465]=_0x52bb3f[_0x471b76],_0x52bb3f[_0x471b76]=async()=>{const _0x204cb9=_0x5897bf;try{await _0x372f6a[_0x204cb9(0x205)](_0x52bb3f,_0x471b76,_0x75a98b);}catch(_0xbf2a8){logger[_0x204cb9(0x1e1)](_0x204cb9(0x1fc)+_0x471b76+'\x20for\x20percy\x20'+_0xbf2a8);}return await _0x52bb3f[_0x4c8465][_0x204cb9(0x1da)](_0x52bb3f,arguments);};},exports[a69_0x52729f(0x20c)]=_0x3e5332=>{const _0x4b4348=a69_0x52729f,_0x48c8a8={};_0x48c8a8[_0x4b4348(0x21a)]=_0x3e5332[_0x4b4348(0x21a)],_0x48c8a8['percyCaptureMode']=_0x3e5332[_0x4b4348(0x1e0)];const _0x29fcda=_0x48c8a8;_0x3e5332[_0x4b4348(0x21a)]&&(_0x29fcda[_0x4b4348(0x203)]=exports['getBestPlatformForPercySnapshot'](_0x3e5332[_0x4b4348(0x1fd)]));;return _0x29fcda;};function a69_0x4612(_0x508b7f,_0x3814a9){const _0x2bcf84=a69_0x2bcf();return a69_0x4612=function(_0x4612a8,_0x4860d4){_0x4612a8=_0x4612a8-0x1d6;let _0x40c73b=_0x2bcf84[_0x4612a8];return _0x40c73b;},a69_0x4612(_0x508b7f,_0x3814a9);}function a69_0x2bcf(){const _0x39e8df=['deviceName','driver','overrideXforPercy','pZuZk','percy:stop','6943825CfVGhS','21986udNjoz','apply','getBestPlatformForPercySnapshot','./Percy','10rvfHKJ','96918zHbqBI','screenshotApp','percyCaptureMode','error','browserstackSessionName','./PercyCaptureMap','getDriver','58wyyYsn','increment','../performance-tester','app','patch','VCsCJ','HCLbw','zGErU','winstonLogger','measureWrapper','screenshot','patchDriverPercy','../logger','element','toLowerCase','umGcX','bIJwF','Starting\x20percy','twlLG','../helper','forEach','prototype','12710819ebUiHT','Error\x20patching\x20','platforms','browserName','chrome','Oabcu','ArNRt','debug','browserstackPercyBestPlatform','edge','percyAutoCapture','manual','4757312IUzRkv','startPercy','zsvUC','155irYXla','reduce','getPercyOptions','3405207mJiJWq','getName','browserStackPercyOptions','JZALg','percy:start','safari','browserstackPercyMap','then','isUndefined','start','621eeKjxx','init','./PercyCaptureModes','percy','stop','nestedKeyValue','87424EIdojx'];a69_0x2bcf=function(){return _0x39e8df;};return a69_0x2bcf();}
@@ -1 +1 @@
1
- const a70_0x4ba0d8=a70_0xe4e6;function a70_0xe4e6(_0x257a34,_0x4d4016){const _0x2813ad=a70_0x2813();return a70_0xe4e6=function(_0xe4e628,_0x2c277b){_0xe4e628=_0xe4e628-0x169;let _0xcecd03=_0x2813ad[_0xe4e628];return _0xcecd03;},a70_0xe4e6(_0x257a34,_0x4d4016);}(function(_0x5a76ab,_0x47bde5){const _0x596d6a=a70_0xe4e6,_0x268f4d=_0x5a76ab();while(!![]){try{const _0x1a3c16=-parseInt(_0x596d6a(0x1a7))/0x1*(-parseInt(_0x596d6a(0x1c3))/0x2)+parseInt(_0x596d6a(0x195))/0x3*(-parseInt(_0x596d6a(0x176))/0x4)+-parseInt(_0x596d6a(0x1a3))/0x5+parseInt(_0x596d6a(0x171))/0x6+-parseInt(_0x596d6a(0x19f))/0x7*(-parseInt(_0x596d6a(0x1a4))/0x8)+-parseInt(_0x596d6a(0x1db))/0x9+parseInt(_0x596d6a(0x1e5))/0xa;if(_0x1a3c16===_0x47bde5)break;else _0x268f4d['push'](_0x268f4d['shift']());}catch(_0x2933c1){_0x268f4d['push'](_0x268f4d['shift']());}}}(a70_0x2813,0x3e287));const fs=require('fs'),{performance,PerformanceObserver}=require(a70_0x4ba0d8(0x194)),{sleep,debug}=require(a70_0x4ba0d8(0x17e)),path=require('path'),logger=require(a70_0x4ba0d8(0x170))['winstonLogger'];class PerformanceTester{static [a70_0x4ba0d8(0x1ad)];static ['_events']=[];static [a70_0x4ba0d8(0x185)]=[];static ['_errorEvents']=[];static [a70_0x4ba0d8(0x181)]=![];static [a70_0x4ba0d8(0x169)]=a70_0x4ba0d8(0x1e0);static ['errorReportFileName']=a70_0x4ba0d8(0x1ae);static[a70_0x4ba0d8(0x16b)](_0x34a947=a70_0x4ba0d8(0x1e0),_0x5cb50a=a70_0x4ba0d8(0x1ae)){const _0x441c71=a70_0x4ba0d8,_0x15a122={};_0x15a122[_0x441c71(0x1b1)]=function(_0x55d7bb,_0x2f905d){return _0x55d7bb===_0x2f905d;},_0x15a122[_0x441c71(0x196)]=_0x441c71(0x16f),_0x15a122['Ttpew']=_0x441c71(0x1b2);const _0x2368b3=_0x15a122;if(this[_0x441c71(0x181)]||!this['isEnabled']())return;this[_0x441c71(0x1ad)]=new PerformanceObserver(_0x1f7ce5=>{const _0x4334fc=_0x441c71;_0x1f7ce5[_0x4334fc(0x1c2)]()['forEach'](_0x516f5e=>{const _0x2461f2=_0x4334fc;_0x2368b3[_0x2461f2(0x1b1)](_0x516f5e['entryType'],_0x2368b3[_0x2461f2(0x196)])?this[_0x2461f2(0x185)][_0x2461f2(0x1c7)](_0x516f5e):this[_0x2461f2(0x16a)][_0x2461f2(0x1c7)](_0x516f5e);});});const _0x19a92c={};_0x19a92c[_0x441c71(0x19d)]=!![],_0x19a92c[_0x441c71(0x1a1)]=[_0x2368b3[_0x441c71(0x182)],_0x2368b3[_0x441c71(0x196)]],this[_0x441c71(0x1ad)][_0x441c71(0x179)](_0x19a92c),this[_0x441c71(0x181)]=!![],this[_0x441c71(0x169)]=_0x34a947,this[_0x441c71(0x1dd)]=_0x5cb50a;}static['getPerformance'](){return performance;}static[a70_0x4ba0d8(0x1e3)](_0x5ebc60,_0x4c3cf7){const _0x44b8dd=a70_0x4ba0d8,_0x1050df={};_0x1050df[_0x44b8dd(0x19e)]=function(_0x4752d4,_0x4dd67a){return _0x4752d4+_0x4dd67a;},_0x1050df[_0x44b8dd(0x19a)]=function(_0x48a7f9,_0x3f9b46){return _0x48a7f9||_0x3f9b46;},_0x1050df['DDhtI']=function(_0xb3956f,_0x5758b7){return _0xb3956f===_0x5758b7;};const _0x58ca7f=_0x1050df,_0x4cef26={};if(!_0x5ebc60||_0x58ca7f[_0x44b8dd(0x18c)](_0x5ebc60[_0x44b8dd(0x1d3)],0x0))return;_0x5ebc60[_0x44b8dd(0x193)](_0x8406e2=>{const _0x2e6b80=_0x44b8dd;!_0x4cef26[_0x8406e2[_0x2e6b80(0x1e1)]]&&(_0x4cef26[_0x8406e2['name']]=0x0),_0x4cef26[_0x8406e2[_0x2e6b80(0x1e1)]]+=_0x8406e2[_0x2e6b80(0x1d8)];});const _0xf2cf1e=_0x4c3cf7[_0x44b8dd(0x1c1)]((_0x144eef,_0x118b7a)=>{const _0x1080df=_0x44b8dd;return _0x58ca7f[_0x1080df(0x19e)](_0x4cef26[_0x118b7a],_0x58ca7f[_0x1080df(0x19a)](_0x144eef,0x0));},0x0);return _0xf2cf1e;}static async[a70_0x4ba0d8(0x1b0)](_0x10451c,_0x5bb6a5){const _0x3f8604=a70_0x4ba0d8,_0x5eccb5={'XgJdF':function(_0x52ae7a,_0x2c0c9c){return _0x52ae7a+_0x2c0c9c;},'LlZYK':function(_0x355eb2,_0x594d90){return _0x355eb2||_0x594d90;},'ZltGJ':function(_0x5c06e2,_0x483669){return _0x5c06e2===_0x483669;},'SPjUL':function(_0x2ae80a,_0x14e8bf){return _0x2ae80a(_0x14e8bf);}};if(!_0x10451c||_0x5eccb5[_0x3f8604(0x18a)](_0x10451c[_0x3f8604(0x1d3)],0x0))return 0x0;const _0x35906a=[];for(const _0x3fcf36 of _0x10451c){const _0x10c59b=path[_0x3f8604(0x1d1)]('.',_0x3fcf36);try{const _0x19864e=this['getEventsFromJSON'](_0x10c59b);_0x19864e['map'](_0x1ee9ba=>{const _0x361ca8=_0x3f8604;!_0x35906a[_0x1ee9ba[_0x361ca8(0x1e1)]]&&(_0x35906a[_0x1ee9ba[_0x361ca8(0x1e1)]]=0x0),_0x35906a[_0x1ee9ba['name']]+=_0x1ee9ba[_0x361ca8(0x1d8)];});}catch(_0x1a19b6){_0x5eccb5['SPjUL'](debug,_0x3f8604(0x16d)+_0x1a19b6[_0x3f8604(0x1b4)]());}}const _0x43298e=_0x5bb6a5[_0x3f8604(0x1c1)]((_0x108cb1,_0xfdc5e8)=>{const _0x523783=_0x3f8604;return _0x5eccb5[_0x523783(0x1ca)](_0x35906a[_0xfdc5e8],_0x5eccb5[_0x523783(0x1cc)](_0x108cb1,0x0));},0x0);return _0x5eccb5[_0x3f8604(0x177)](debug,_0x3f8604(0x175)+_0x5bb6a5+_0x3f8604(0x18d)+_0x43298e),_0x43298e;}static[a70_0x4ba0d8(0x1da)](_0x5cef2d){const _0xc39a2d=a70_0x4ba0d8;if(!fs[_0xc39a2d(0x1a8)](_0x5cef2d))return[];return JSON['parse'](fs[_0xc39a2d(0x1bd)](_0x5cef2d)['toString']());}static async[a70_0x4ba0d8(0x1cb)](_0x20af97=a70_0x4ba0d8(0x1cd),_0x3d251b=null){const _0x2989f0=a70_0x4ba0d8,_0x357efa={'CULRH':function(_0x5b425e,_0x2a38eb){return _0x5b425e(_0x2a38eb);},'ksgeg':function(_0xd5fc6f,_0xaed08e){return _0xd5fc6f(_0xaed08e);}};if(!this[_0x2989f0(0x181)])return;await _0x357efa[_0x2989f0(0x1b6)](sleep,0x1e),this[_0x2989f0(0x1ad)][_0x2989f0(0x19c)](),this[_0x2989f0(0x181)]=![],this[_0x2989f0(0x1e4)](this[_0x2989f0(0x16a)]);const _0x45fcb1=this['generateHTMLReport'](this[_0x2989f0(0x16a)]),_0x55bf62=path['join'](process[_0x2989f0(0x1c0)](),_0x20af97);fs[_0x2989f0(0x1de)](_0x55bf62,_0x45fcb1,_0x206129=>{const _0x56aac2=_0x2989f0;if(_0x206129){_0x357efa['CULRH'](debug,_0x56aac2(0x1dc)+_0x206129['toString']());return;}_0x357efa[_0x56aac2(0x1bf)](debug,_0x56aac2(0x174)+_0x55bf62);});if(_0x3d251b)return this[_0x2989f0(0x1e3)](this[_0x2989f0(0x16a)],_0x3d251b);}static[a70_0x4ba0d8(0x1b3)](_0x6fed0e){const _0x270ee2=a70_0x4ba0d8,_0x14fac8={};_0x14fac8[_0x270ee2(0x1ce)]=_0x270ee2(0x1b7),_0x14fac8['jBrAM']=_0x270ee2(0x191),_0x14fac8[_0x270ee2(0x1ac)]=_0x270ee2(0x199),_0x14fac8['NahET']=_0x270ee2(0x1d6);const _0x53a2c2=_0x14fac8;let _0x3d7ae3=_0x53a2c2[_0x270ee2(0x1ce)];return _0x3d7ae3+=_0x53a2c2[_0x270ee2(0x1a2)],_0x3d7ae3+=_0x53a2c2[_0x270ee2(0x1ac)],_0x6fed0e['forEach'](_0x4c934d=>{const _0x1d3fa8=_0x270ee2;_0x3d7ae3+=_0x1d3fa8(0x1cf)+_0x4c934d[_0x1d3fa8(0x1e1)]+_0x1d3fa8(0x17d)+_0x4c934d['duration']+_0x1d3fa8(0x1e2);}),_0x3d7ae3+=_0x53a2c2[_0x270ee2(0x180)],_0x3d7ae3;}static['generateJSON'](_0x45d2d6){const _0x4c1fec=a70_0x4ba0d8;if(!this[_0x4c1fec(0x169)])return;const _0x31e78a={};_0x45d2d6[_0x4c1fec(0x193)](_0x48dd8e=>{const _0x5f62e9=_0x4c1fec;!_0x31e78a[_0x48dd8e[_0x5f62e9(0x1e1)]]&&(_0x31e78a[_0x48dd8e['name']]=0x0),_0x31e78a[_0x48dd8e[_0x5f62e9(0x1e1)]]+=_0x48dd8e['duration'];});const _0x63136a=Object[_0x4c1fec(0x1d0)](_0x31e78a)[_0x4c1fec(0x193)](([_0x2da1b4,_0x264cca])=>{const _0x3fb658=_0x4c1fec,_0x5baf78={};return _0x5baf78[_0x3fb658(0x1e1)]=_0x2da1b4,_0x5baf78[_0x3fb658(0x1d8)]=_0x264cca,_0x5baf78;});fs[_0x4c1fec(0x189)](this['jsonReportFileName'],JSON[_0x4c1fec(0x187)](_0x63136a));}static[a70_0x4ba0d8(0x16e)](){const _0x53cf89=a70_0x4ba0d8,_0x4f3468={};_0x4f3468['YEtYF']=function(_0x55e03f,_0x5ef232){return _0x55e03f===_0x5ef232;},_0x4f3468['OJzfu']=_0x53cf89(0x1c9);const _0x167483=_0x4f3468;return!_0x167483[_0x53cf89(0x17a)](process['env'][_0x53cf89(0x1a9)],_0x167483[_0x53cf89(0x192)]);}static[a70_0x4ba0d8(0x16f)](_0x189f81,_0x9383bc,_0x521265=null,_0x354617=null){const _0x34d632=a70_0x4ba0d8,_0x24b801={};_0x24b801[_0x34d632(0x1d4)]=function(_0x60d579,_0x5d75c1){return _0x60d579+_0x5d75c1;},_0x24b801[_0x34d632(0x1bc)]=_0x34d632(0x1be),_0x24b801[_0x34d632(0x18f)]=function(_0x35fe52,_0x350b59){return _0x35fe52+_0x350b59;},_0x24b801[_0x34d632(0x1ab)]='-end',_0x24b801[_0x34d632(0x198)]=function(_0x36eceb,_0xf81ab2){return _0x36eceb instanceof _0xf81ab2;};const _0x2c0472=_0x24b801;try{if(this[_0x34d632(0x181)]&&this[_0x34d632(0x16e)]()){let _0x5aa926=_0x189f81;_0x521265&&(_0x5aa926=_0x189f81+'['+JSON[_0x34d632(0x187)](_0x521265)+']');const _0x5106d5=_0x2c0472[_0x34d632(0x1d4)](_0x5aa926,_0x2c0472['yQLYq']),_0x57dcdd=_0x2c0472[_0x34d632(0x18f)](_0x5aa926,_0x2c0472[_0x34d632(0x1ab)]);performance[_0x34d632(0x172)](_0x5106d5);const _0x2b7272=_0x9383bc[_0x34d632(0x19b)](null,_0x354617);if(_0x2c0472[_0x34d632(0x198)](_0x2b7272,Promise))return new Promise((_0x459d64,_0x2385b2)=>{const _0x1979d4=_0x34d632;_0x2b7272[_0x1979d4(0x17f)](_0x280eca=>_0x459d64(_0x280eca))['catch'](_0x1006b2=>_0x2385b2(_0x1006b2))[_0x1979d4(0x184)](()=>{performance['mark'](_0x57dcdd),performance['measure'](_0x5aa926,_0x5106d5,_0x57dcdd);});});;return performance[_0x34d632(0x172)](_0x57dcdd),performance[_0x34d632(0x16f)](_0x5aa926,_0x5106d5,_0x57dcdd),_0x2b7272;};return _0x9383bc[_0x34d632(0x19b)](null,_0x354617);}catch(_0x26ecd5){return _0x9383bc[_0x34d632(0x19b)](null,_0x354617);}}static[a70_0x4ba0d8(0x17b)](_0x308e11,_0x18e616){const _0x1c7748=this;return function(){const _0x3ccb55=a70_0xe4e6,_0x674808=[_0x308e11,_0x18e616,null][_0x3ccb55(0x1af)](arguments);return _0x1c7748[_0x3ccb55(0x16f)][_0x3ccb55(0x19b)](_0x1c7748,_0x674808);};}static['getCleanedPerfEvents'](){const _0x2f788a=a70_0x4ba0d8,_0x1cc21c={};_0x1cc21c[_0x2f788a(0x1e6)]=function(_0x42a180,_0xe3a706){return _0x42a180/_0xe3a706;},_0x1cc21c['FKItW']=function(_0x538b20,_0x1a3d20){return _0x538b20+_0x1a3d20;},_0x1cc21c[_0x2f788a(0x1d9)]=function(_0x3f249a,_0x270b6a){return _0x3f249a*_0x270b6a;};const _0x4305cd=_0x1cc21c,_0x59d1d0=/(^.*)\[(.*)\]$/,_0x112d2e={},_0x506269={};for(const _0x17cf28 of this[_0x2f788a(0x185)]){const _0x2f6ec9=_0x17cf28['name']['match'](_0x59d1d0),_0x57fbc1={};_0x57fbc1[_0x2f788a(0x1e1)]=_0x17cf28[_0x2f788a(0x1e1)],_0x57fbc1['duration']=_0x17cf28[_0x2f788a(0x1d8)]||0x0;const _0x333455=_0x57fbc1;_0x2f6ec9&&(_0x333455[_0x2f788a(0x1e1)]=_0x2f6ec9[0x1],_0x333455['meta']=JSON[_0x2f788a(0x1ba)](_0x2f6ec9[0x2]));if(_0x112d2e[_0x333455[_0x2f788a(0x1e1)]]){const _0x24fc65=_0x112d2e[_0x333455['name']],_0x5b756b=_0x506269[_0x333455['name']];_0x112d2e[_0x333455['name']][_0x2f788a(0x1d8)]=_0x4305cd[_0x2f788a(0x1e6)](_0x4305cd[_0x2f788a(0x17c)](_0x4305cd[_0x2f788a(0x1d9)](_0x24fc65[_0x2f788a(0x1d8)],_0x5b756b),_0x333455[_0x2f788a(0x1d8)]),_0x4305cd[_0x2f788a(0x17c)](0x1,_0x5b756b)),_0x506269[_0x333455[_0x2f788a(0x1e1)]]++;}else _0x112d2e[_0x333455['name']]=_0x333455,_0x506269[_0x333455[_0x2f788a(0x1e1)]]=0x1;}return Object[_0x2f788a(0x1d2)](_0x112d2e);}static[a70_0x4ba0d8(0x1aa)](){const _0x5a146c=a70_0x4ba0d8,_0x2cd313={};_0x2cd313['JsITo']=function(_0x32c61b,_0x2a78d1){return _0x32c61b===_0x2a78d1;},_0x2cd313[_0x5a146c(0x190)]=function(_0x2849b7,_0x4f8dae){return _0x2849b7+_0x4f8dae;};const _0x5a3566=_0x2cd313;if(_0x5a3566[_0x5a146c(0x186)](this[_0x5a146c(0x185)][_0x5a146c(0x1d3)],0x0))return;const _0x2ff5af=this['getCleanedPerfEvents'](),_0x4b3e8a=JSON[_0x5a146c(0x187)](_0x2ff5af),_0x263422=_0x5a3566[_0x5a146c(0x190)](_0x4b3e8a[_0x5a146c(0x1a6)](0x1,-0x1),',');fs[_0x5a146c(0x1d5)](this[_0x5a146c(0x169)],_0x263422);}static['finalizePerfMeasures'](){const _0x4c395a=a70_0x4ba0d8,_0xa583da={};_0xa583da[_0x4c395a(0x1c4)]=function(_0x1059a4,_0x359bb5){return _0x1059a4===_0x359bb5;},_0xa583da[_0x4c395a(0x1c5)]=function(_0x376d1c,_0x281025){return _0x376d1c>_0x281025;};const _0x26c9d1=_0xa583da;if(!this[_0x4c395a(0x181)]||_0x26c9d1[_0x4c395a(0x1c4)](this[_0x4c395a(0x185)][_0x4c395a(0x1d3)],0x0))return[];if(!fs[_0x4c395a(0x1a8)](this[_0x4c395a(0x169)]))return this['_measureEvents'];let _0x9ad5b6=fs['readFileSync'](this[_0x4c395a(0x169)])[_0x4c395a(0x1b4)]();_0x9ad5b6='['+_0x9ad5b6[_0x4c395a(0x1a6)](0x0,-0x1)+']';let _0x418f2c=JSON[_0x4c395a(0x1ba)](_0x9ad5b6);return _0x26c9d1[_0x4c395a(0x1c5)](this['_measureEvents'][_0x4c395a(0x1d3)],0x0)&&(_0x418f2c=_0x418f2c[_0x4c395a(0x1af)](this[_0x4c395a(0x1c8)]())),this[_0x4c395a(0x1ad)][_0x4c395a(0x19c)](),fs['unlinkSync'](this[_0x4c395a(0x169)]),_0x418f2c;}static['pushErrors'](){const _0x30e252=a70_0x4ba0d8,_0x16f5b8={};_0x16f5b8['qqOyo']=function(_0x18c59b,_0x1e4f3e){return _0x18c59b===_0x1e4f3e;},_0x16f5b8[_0x30e252(0x197)]=function(_0x39aad2,_0x1abe37){return _0x39aad2+_0x1abe37;};const _0x155095=_0x16f5b8;if(_0x155095[_0x30e252(0x178)](this[_0x30e252(0x173)][_0x30e252(0x1d3)],0x0))return;const _0x15300a=JSON[_0x30e252(0x187)](this[_0x30e252(0x173)]),_0x294084=_0x155095[_0x30e252(0x197)](_0x15300a[_0x30e252(0x1a6)](0x1,-0x1),',');fs['appendFileSync'](this[_0x30e252(0x188)],_0x294084);}static[a70_0x4ba0d8(0x1c6)](){const _0x1b7470=a70_0x4ba0d8,_0x2629fd={};_0x2629fd[_0x1b7470(0x1b8)]=function(_0x3474ab,_0x2572e3){return _0x3474ab>_0x2572e3;};const _0x5619ea=_0x2629fd;if(!fs[_0x1b7470(0x1a8)](this[_0x1b7470(0x1dd)]))return this[_0x1b7470(0x173)];let _0x20d6d2=fs[_0x1b7470(0x1bd)](this['errorReportFileName'])[_0x1b7470(0x1b4)]();_0x20d6d2='['+_0x20d6d2['slice'](0x0,-0x1)+']';let _0x4c6ed8=JSON[_0x1b7470(0x1ba)](_0x20d6d2);return _0x5619ea[_0x1b7470(0x1b8)](this[_0x1b7470(0x173)]['length'],0x0)&&(_0x4c6ed8=_0x4c6ed8[_0x1b7470(0x1af)](this[_0x1b7470(0x173)])),fs[_0x1b7470(0x1b5)](this['errorReportFileName']),_0x4c6ed8;}static[a70_0x4ba0d8(0x18e)](_0x469e85){const _0xfb8b12=a70_0x4ba0d8;if(!this[_0xfb8b12(0x16e)]())return;this[_0xfb8b12(0x173)][_0xfb8b12(0x1c7)]({'message':_0x469e85[_0xfb8b12(0x1a5)],'trace':_0x469e85[_0xfb8b12(0x1b9)],'code':_0x469e85[_0xfb8b12(0x183)]||null,'time':new Date()});}static[a70_0x4ba0d8(0x1a0)](){const _0x2eaed5=a70_0x4ba0d8,_0x299102={};_0x299102[_0x2eaed5(0x16c)]=_0x2eaed5(0x18b);const _0x243275=_0x299102;try{if(!this['isEnabled']())return;this['_observer'][_0x2eaed5(0x19c)](),this['pushPerfMeasures'](),this['pushErrors']();}catch{logger['debug'](_0x243275['Cxflf']);}}static['finalize'](){const _0x2a74e2=a70_0x4ba0d8,_0x3c8503=this[_0x2a74e2(0x1bb)](),_0x330668=this[_0x2a74e2(0x1c6)]();if(!this[_0x2a74e2(0x16e)]()){const _0x4f1531={};return _0x4f1531[_0x2a74e2(0x1d7)]=[],_0x4f1531['errors']=[],_0x4f1531;}const _0x4af94a={};return _0x4af94a[_0x2a74e2(0x1d7)]=_0x3c8503,_0x4af94a['errors']=_0x330668,_0x4af94a;}}function a70_0x2813(){const _0x4ecbe4=['5691BQvxaY','stopMonitoring','entryTypes','jBrAM','2456500UymarT','808sFDmve','message','slice','7838dTlrGQ','existsSync','BROWSERSTACK_SDK_INSTRUMENTATION','pushPerfMeasures','FcEAw','FenJs','_observer','error-report.json','concat','calculateTimesFromMultipleFiles','AiQSK','function','generateHTMLReport','toString','unlinkSync','ksgeg','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','HzkAt','stack','parse','finalizePerfMeasures','yQLYq','readFileSync','-start','CULRH','cwd','reduce','getEntries','48SkxMHW','mGzoJ','DJxga','finalizeErrors','push','getCleanedPerfEvents','false','XgJdF','stopAndGenerate','LlZYK','performance-own.html','kjtKH','<tr><td>','entries','join','values','length','lqoaB','appendFileSync','</tbody></table></body></html>','measures','duration','CYwCJ','getEventsFromJSON','563238eHiiAp','Error\x20in\x20writing\x20html\x20','errorReportFileName','writeFile','exports','performance-report.json','name','</td></tr>','calculateTimeFromEvents','generateJSON','3202250AObshu','cyJMg','jsonReportFileName','_events','startMonitoring','Cxflf','Error\x20in\x20doing\x20csv\x20operations:\x20','isEnabled','measure','./logger','1864290mQFYGj','mark','_errorEvents','Performance\x20report\x20is\x20at\x20','Time\x20for\x20','272zrNdjT','SPjUL','qqOyo','observe','YEtYF','measureWrapper','FKItW','</td><td>','./test-observability/utils','then','NahET','started','Ttpew','code','finally','_measureEvents','JsITo','stringify','errorFile','writeFileSync','ZltGJ','Error\x20stopping\x20monitoring','DDhtI','\x20for\x20all\x20processes\x20is\x20','captureError','SoGow','NuvTR','<h1>Performance\x20Report</h1>','OJzfu','map','perf_hooks','4089PoRyyI','xPDSw','PLyPE','YoUDn','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','ThQHC','apply','disconnect','buffered','SXacX'];a70_0x2813=function(){return _0x4ecbe4;};return a70_0x2813();}module[a70_0x4ba0d8(0x1df)]=PerformanceTester;
1
+ function a70_0x2ebb(_0x3174be,_0x39063f){const _0x33086f=a70_0x3308();return a70_0x2ebb=function(_0x2ebb84,_0x16a9fb){_0x2ebb84=_0x2ebb84-0x174;let _0x4076a7=_0x33086f[_0x2ebb84];return _0x4076a7;},a70_0x2ebb(_0x3174be,_0x39063f);}const a70_0x20c4e8=a70_0x2ebb;(function(_0x3c21fd,_0x5334a6){const _0x5025cf=a70_0x2ebb,_0x52a5c2=_0x3c21fd();while(!![]){try{const _0x2d8428=parseInt(_0x5025cf(0x1b6))/0x1+-parseInt(_0x5025cf(0x1b0))/0x2+parseInt(_0x5025cf(0x1c8))/0x3*(-parseInt(_0x5025cf(0x1c1))/0x4)+-parseInt(_0x5025cf(0x1a8))/0x5+parseInt(_0x5025cf(0x1c9))/0x6+parseInt(_0x5025cf(0x1a2))/0x7+-parseInt(_0x5025cf(0x18c))/0x8;if(_0x2d8428===_0x5334a6)break;else _0x52a5c2['push'](_0x52a5c2['shift']());}catch(_0x20fa2b){_0x52a5c2['push'](_0x52a5c2['shift']());}}}(a70_0x3308,0x746c4));function a70_0x3308(){const _0x2e0163=['generateJSON','Error\x20stopping\x20monitoring','finalizeErrors','appendFileSync','map','Anqan','</tbody></table></body></html>','qnEzn','VAMzk','push','error-report.json','hdKKh','name','entryTypes','pushPerfMeasures','CUavb','function','getEntries','ISRWt','_measureEvents','exports','calculateTimeFromEvents','Performance\x20report\x20is\x20at\x20','existsSync','BROWSERSTACK_SDK_INSTRUMENTATION','length','pushErrors','startMonitoring','performance-own.html','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','tzqJg','dtyir','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','ytHQT','jsonReportFileName','entryType','match','path','performance-report.json','KRFRj','getPerformance','kCpqa','</td><td>','kGxzh','meta','join','VZXyC','xnjAw','./logger','kKTTv','BRfuV','mark','PMKzy','OQGbW','Error\x20in\x20writing\x20html\x20','slice','writeFile','-end','debug','winstonLogger','10297624BWEgVB','generateHTMLReport','ZsToF','Tpllw','-start','oCjHO','concat','message','stopAndGenerate','forEach','parse','apply','stopMonitoring','Sdmma','_errorEvents','entries','measureWrapper','rikfx','iyxCs','getEventsFromJSON','_observer','started','4263196iCfeyq','<h1>Performance\x20Report</h1>','writeFileSync','reduce','duration','cwd','753225bmKgtT','measure','observe','errorReportFileName','isEnabled','readFileSync','captureError','zgMim','222884NLJCJd','_events','pCWaV','Time\x20for\x20','then','values','751335dfYaax','\x20for\x20all\x20processes\x20is\x20','GjGjs','toString','code','errorFile','expHM','<tr><td>','finally','disconnect','DngHP','571660mxTaAS','stringify','getCleanedPerfEvents','measures','nexZL','errors','qIrFk','6DHXdgp','5709750dfzgth','UyUCQ','tylZj','env','buffered','unlinkSync'];a70_0x3308=function(){return _0x2e0163;};return a70_0x3308();}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require('./test-observability/utils'),path=require(a70_0x20c4e8(0x175)),logger=require(a70_0x20c4e8(0x180))[a70_0x20c4e8(0x18b)];class PerformanceTester{static [a70_0x20c4e8(0x1a0)];static [a70_0x20c4e8(0x1b1)]=[];static [a70_0x20c4e8(0x1e2)]=[];static ['_errorEvents']=[];static [a70_0x20c4e8(0x1a1)]=![];static [a70_0x20c4e8(0x1f1)]=a70_0x20c4e8(0x176);static [a70_0x20c4e8(0x1ab)]=a70_0x20c4e8(0x1d9);static[a70_0x20c4e8(0x1ea)](_0x389ec5='performance-report.json',_0x1281c6=a70_0x20c4e8(0x1d9)){const _0x3e80dc=a70_0x20c4e8,_0x104df8={};_0x104df8[_0x3e80dc(0x1d4)]=function(_0x26353f,_0x56aa0a){return _0x26353f===_0x56aa0a;},_0x104df8[_0x3e80dc(0x177)]=_0x3e80dc(0x1a9),_0x104df8['BRfuV']=_0x3e80dc(0x1df);const _0x2b4fcf=_0x104df8;if(this['started']||!this[_0x3e80dc(0x1ac)]())return;this[_0x3e80dc(0x1a0)]=new PerformanceObserver(_0x3be924=>{const _0x2fb193=_0x3e80dc,_0x5eae5a={'expHM':function(_0x549172,_0x552573){const _0x2dfe0b=a70_0x2ebb;return _0x2b4fcf[_0x2dfe0b(0x1d4)](_0x549172,_0x552573);},'dtyir':_0x2b4fcf['KRFRj']};_0x3be924[_0x2fb193(0x1e0)]()[_0x2fb193(0x195)](_0xfc4758=>{const _0x30e2fc=_0x2fb193;_0x5eae5a[_0x30e2fc(0x1bc)](_0xfc4758[_0x30e2fc(0x1f2)],_0x5eae5a[_0x30e2fc(0x1ee)])?this['_measureEvents'][_0x30e2fc(0x1d8)](_0xfc4758):this[_0x30e2fc(0x1b1)][_0x30e2fc(0x1d8)](_0xfc4758);});});const _0x1115b7={};_0x1115b7[_0x3e80dc(0x1cd)]=!![],_0x1115b7[_0x3e80dc(0x1dc)]=[_0x2b4fcf[_0x3e80dc(0x182)],_0x2b4fcf['KRFRj']],this[_0x3e80dc(0x1a0)][_0x3e80dc(0x1aa)](_0x1115b7),this['started']=!![],this['jsonReportFileName']=_0x389ec5,this[_0x3e80dc(0x1ab)]=_0x1281c6;}static[a70_0x20c4e8(0x178)](){return performance;}static[a70_0x20c4e8(0x1e4)](_0x2fe043,_0x4f0f29){const _0x596a95=a70_0x20c4e8,_0x48b77d={};_0x48b77d['hdKKh']=function(_0x253110,_0xa2d419){return _0x253110+_0xa2d419;},_0x48b77d[_0x596a95(0x18f)]=function(_0x56011d,_0x2eea28){return _0x56011d||_0x2eea28;},_0x48b77d[_0x596a95(0x191)]=function(_0x1be0ae,_0x16214e){return _0x1be0ae===_0x16214e;};const _0x3d0147=_0x48b77d,_0x1ead93={};if(!_0x2fe043||_0x3d0147['oCjHO'](_0x2fe043['length'],0x0))return;_0x2fe043['map'](_0x5d1db0=>{const _0x4c74af=_0x596a95;!_0x1ead93[_0x5d1db0[_0x4c74af(0x1db)]]&&(_0x1ead93[_0x5d1db0[_0x4c74af(0x1db)]]=0x0),_0x1ead93[_0x5d1db0['name']]+=_0x5d1db0[_0x4c74af(0x1a6)];});const _0x35753d=_0x4f0f29[_0x596a95(0x1a5)]((_0x372174,_0x1dfd1f)=>{const _0x5ca631=_0x596a95;return _0x3d0147[_0x5ca631(0x1da)](_0x1ead93[_0x1dfd1f],_0x3d0147[_0x5ca631(0x18f)](_0x372174,0x0));},0x0);return _0x35753d;}static async['calculateTimesFromMultipleFiles'](_0x398d6f,_0x37e633){const _0x581413=a70_0x20c4e8,_0x3e90b1={'tCKDR':function(_0x32a71b,_0x3dd843){return _0x32a71b+_0x3dd843;},'ISRWt':function(_0x1b0fe4,_0x5a0670){return _0x1b0fe4||_0x5a0670;},'xnjAw':function(_0x1076ac,_0x2f1e0f){return _0x1076ac===_0x2f1e0f;},'VAMzk':function(_0x447917,_0x5858d7){return _0x447917(_0x5858d7);},'kKTTv':function(_0x42e73b,_0x41fb62){return _0x42e73b(_0x41fb62);}};if(!_0x398d6f||_0x3e90b1[_0x581413(0x17f)](_0x398d6f[_0x581413(0x1e8)],0x0))return 0x0;const _0x161f0d=[];for(const _0x37f193 of _0x398d6f){const _0x45e213=path[_0x581413(0x17d)]('.',_0x37f193);try{const _0x79362a=this[_0x581413(0x19f)](_0x45e213);_0x79362a['map'](_0x674c=>{const _0x3530b6=_0x581413;!_0x161f0d[_0x674c['name']]&&(_0x161f0d[_0x674c[_0x3530b6(0x1db)]]=0x0),_0x161f0d[_0x674c['name']]+=_0x674c[_0x3530b6(0x1a6)];});}catch(_0x91caa0){_0x3e90b1[_0x581413(0x1d7)](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x91caa0[_0x581413(0x1b9)]());}}const _0x276c98=_0x37e633[_0x581413(0x1a5)]((_0x18e024,_0x4593fe)=>{const _0x33ca92=_0x581413;return _0x3e90b1['tCKDR'](_0x161f0d[_0x4593fe],_0x3e90b1[_0x33ca92(0x1e1)](_0x18e024,0x0));},0x0);return _0x3e90b1[_0x581413(0x181)](debug,_0x581413(0x1b3)+_0x37e633+_0x581413(0x1b7)+_0x276c98),_0x276c98;}static['getEventsFromJSON'](_0x17ce57){const _0x2077fe=a70_0x20c4e8;if(!fs[_0x2077fe(0x1e6)](_0x17ce57))return[];return JSON[_0x2077fe(0x196)](fs[_0x2077fe(0x1ad)](_0x17ce57)[_0x2077fe(0x1b9)]());}static async[a70_0x20c4e8(0x194)](_0x1024a1=a70_0x20c4e8(0x1eb),_0x559f22=null){const _0x47fafc=a70_0x20c4e8,_0x3531a5={'pCWaV':function(_0x5e9082,_0x10c9e0){return _0x5e9082(_0x10c9e0);}};if(!this[_0x47fafc(0x1a1)])return;await _0x3531a5[_0x47fafc(0x1b2)](sleep,0x1e),this[_0x47fafc(0x1a0)][_0x47fafc(0x1bf)](),this[_0x47fafc(0x1a1)]=![],this[_0x47fafc(0x1cf)](this[_0x47fafc(0x1b1)]);const _0x31eaa5=this[_0x47fafc(0x18d)](this[_0x47fafc(0x1b1)]),_0x14da8c=path[_0x47fafc(0x17d)](process[_0x47fafc(0x1a7)](),_0x1024a1);fs[_0x47fafc(0x188)](_0x14da8c,_0x31eaa5,_0xc73b2=>{const _0x31189f=_0x47fafc;if(_0xc73b2){_0x3531a5[_0x31189f(0x1b2)](debug,_0x31189f(0x186)+_0xc73b2['toString']());return;}_0x3531a5[_0x31189f(0x1b2)](debug,_0x31189f(0x1e5)+_0x14da8c);});if(_0x559f22)return this[_0x47fafc(0x1e4)](this['_events'],_0x559f22);}static[a70_0x20c4e8(0x18d)](_0x20cdd2){const _0x83d9b0=a70_0x20c4e8,_0x1aad38={};_0x1aad38['qnEzn']=_0x83d9b0(0x1ef),_0x1aad38[_0x83d9b0(0x17b)]=_0x83d9b0(0x1a3),_0x1aad38['nexZL']=_0x83d9b0(0x1ec),_0x1aad38[_0x83d9b0(0x199)]=_0x83d9b0(0x1d5);const _0x3b9912=_0x1aad38;let _0x4f678a=_0x3b9912[_0x83d9b0(0x1d6)];return _0x4f678a+=_0x3b9912[_0x83d9b0(0x17b)],_0x4f678a+=_0x3b9912[_0x83d9b0(0x1c5)],_0x20cdd2[_0x83d9b0(0x195)](_0x2d3e66=>{const _0x3b56f7=_0x83d9b0;_0x4f678a+=_0x3b56f7(0x1bd)+_0x2d3e66[_0x3b56f7(0x1db)]+_0x3b56f7(0x17a)+_0x2d3e66[_0x3b56f7(0x1a6)]+'</td></tr>';}),_0x4f678a+=_0x3b9912[_0x83d9b0(0x199)],_0x4f678a;}static[a70_0x20c4e8(0x1cf)](_0x222240){const _0x5db208=a70_0x20c4e8;if(!this[_0x5db208(0x1f1)])return;const _0x1dafcf={};_0x222240[_0x5db208(0x1d3)](_0x5e7eab=>{const _0x3a83bd=_0x5db208;!_0x1dafcf[_0x5e7eab[_0x3a83bd(0x1db)]]&&(_0x1dafcf[_0x5e7eab[_0x3a83bd(0x1db)]]=0x0),_0x1dafcf[_0x5e7eab['name']]+=_0x5e7eab[_0x3a83bd(0x1a6)];});const _0x1d5aad=Object[_0x5db208(0x19b)](_0x1dafcf)[_0x5db208(0x1d3)](([_0x28832b,_0x87cad])=>{const _0x245b6a=_0x5db208,_0x1ce9e1={};return _0x1ce9e1[_0x245b6a(0x1db)]=_0x28832b,_0x1ce9e1[_0x245b6a(0x1a6)]=_0x87cad,_0x1ce9e1;});fs[_0x5db208(0x1a4)](this[_0x5db208(0x1f1)],JSON['stringify'](_0x1d5aad));}static[a70_0x20c4e8(0x1ac)](){const _0x57be4e=a70_0x20c4e8,_0x3262b9={};_0x3262b9[_0x57be4e(0x1b8)]=function(_0x2767f7,_0x27b241){return _0x2767f7===_0x27b241;},_0x3262b9[_0x57be4e(0x1c7)]='false';const _0x2c26ff=_0x3262b9;return!_0x2c26ff['GjGjs'](process[_0x57be4e(0x1cc)][_0x57be4e(0x1e7)],_0x2c26ff[_0x57be4e(0x1c7)]);}static[a70_0x20c4e8(0x1a9)](_0x169c25,_0x492f9f,_0xe8511d=null,_0xbdd3d9=null){const _0x3f4995=a70_0x20c4e8,_0x23b9a6={};_0x23b9a6[_0x3f4995(0x17e)]=function(_0x1d26cd,_0x4e63db){return _0x1d26cd+_0x4e63db;},_0x23b9a6[_0x3f4995(0x179)]=_0x3f4995(0x190),_0x23b9a6['PHhjt']=_0x3f4995(0x189),_0x23b9a6['zgMim']=function(_0x35e641,_0x29f02a){return _0x35e641 instanceof _0x29f02a;};const _0x568c20=_0x23b9a6;try{if(this[_0x3f4995(0x1a1)]&&this['isEnabled']()){let _0x574972=_0x169c25;_0xe8511d&&(_0x574972=_0x169c25+'['+JSON[_0x3f4995(0x1c2)](_0xe8511d)+']');const _0x11b067=_0x568c20[_0x3f4995(0x17e)](_0x574972,_0x568c20['kCpqa']),_0x44a381=_0x568c20['VZXyC'](_0x574972,_0x568c20['PHhjt']);performance['mark'](_0x11b067);const _0x4be34f=_0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);if(_0x568c20[_0x3f4995(0x1af)](_0x4be34f,Promise))return new Promise((_0x48f40a,_0x5d2fbd)=>{const _0x18527b=_0x3f4995;_0x4be34f[_0x18527b(0x1b4)](_0x264731=>_0x48f40a(_0x264731))['catch'](_0x4546bd=>_0x5d2fbd(_0x4546bd))[_0x18527b(0x1be)](()=>{const _0x5caa31=_0x18527b;performance[_0x5caa31(0x183)](_0x44a381),performance[_0x5caa31(0x1a9)](_0x574972,_0x11b067,_0x44a381);});});;return performance[_0x3f4995(0x183)](_0x44a381),performance[_0x3f4995(0x1a9)](_0x574972,_0x11b067,_0x44a381),_0x4be34f;};return _0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);}catch(_0x471006){return _0x492f9f[_0x3f4995(0x197)](null,_0xbdd3d9);}}static[a70_0x20c4e8(0x19c)](_0x5bead2,_0x19780c){const _0x54f42a=this;return function(){const _0x33f305=a70_0x2ebb,_0x52293b=[_0x5bead2,_0x19780c,null][_0x33f305(0x192)](arguments);return _0x54f42a[_0x33f305(0x1a9)][_0x33f305(0x197)](_0x54f42a,_0x52293b);};}static[a70_0x20c4e8(0x1c3)](){const _0x4dbad9=a70_0x20c4e8,_0x58fe77={};_0x58fe77[_0x4dbad9(0x1ed)]=function(_0x4ef723,_0x4abf71){return _0x4ef723/_0x4abf71;},_0x58fe77['ZsToF']=function(_0x5098a4,_0x4c4e35){return _0x5098a4+_0x4c4e35;},_0x58fe77[_0x4dbad9(0x1cb)]=function(_0x3b979a,_0x50ab6c){return _0x3b979a*_0x50ab6c;};const _0x24c245=_0x58fe77,_0x5da624=/(^.*)\[(.*)\]$/,_0xc2163b={},_0xdf5cb7={};for(const _0x128a08 of this[_0x4dbad9(0x1e2)]){const _0x5d2ebb=_0x128a08['name'][_0x4dbad9(0x174)](_0x5da624),_0x1b173d={};_0x1b173d[_0x4dbad9(0x1db)]=_0x128a08['name'],_0x1b173d['duration']=_0x128a08[_0x4dbad9(0x1a6)]||0x0;const _0x33c7a1=_0x1b173d;_0x5d2ebb&&(_0x33c7a1[_0x4dbad9(0x1db)]=_0x5d2ebb[0x1],_0x33c7a1[_0x4dbad9(0x17c)]=JSON[_0x4dbad9(0x196)](_0x5d2ebb[0x2]));if(_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]]){const _0x5364b2=_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]],_0x240127=_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]];_0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]][_0x4dbad9(0x1a6)]=_0x24c245['tzqJg'](_0x24c245[_0x4dbad9(0x18e)](_0x24c245['tylZj'](_0x5364b2[_0x4dbad9(0x1a6)],_0x240127),_0x33c7a1[_0x4dbad9(0x1a6)]),_0x24c245[_0x4dbad9(0x18e)](0x1,_0x240127)),_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]]++;}else _0xc2163b[_0x33c7a1[_0x4dbad9(0x1db)]]=_0x33c7a1,_0xdf5cb7[_0x33c7a1[_0x4dbad9(0x1db)]]=0x1;}return Object[_0x4dbad9(0x1b5)](_0xc2163b);}static[a70_0x20c4e8(0x1dd)](){const _0x2c1f8f=a70_0x20c4e8,_0x191362={};_0x191362[_0x2c1f8f(0x1f0)]=function(_0x26cc49,_0x1f1ef0){return _0x26cc49===_0x1f1ef0;},_0x191362[_0x2c1f8f(0x19d)]=function(_0x2bf5a8,_0x2a850d){return _0x2bf5a8+_0x2a850d;};const _0x43110e=_0x191362;if(_0x43110e[_0x2c1f8f(0x1f0)](this[_0x2c1f8f(0x1e2)][_0x2c1f8f(0x1e8)],0x0))return;const _0xdb85a5=this[_0x2c1f8f(0x1c3)](),_0x525397=JSON['stringify'](_0xdb85a5),_0x415a3c=_0x43110e[_0x2c1f8f(0x19d)](_0x525397[_0x2c1f8f(0x187)](0x1,-0x1),',');fs[_0x2c1f8f(0x1d2)](this['jsonReportFileName'],_0x415a3c);}static['finalizePerfMeasures'](){const _0x524e5e=a70_0x20c4e8,_0x5be120={};_0x5be120[_0x524e5e(0x184)]=function(_0x258125,_0x8d52eb){return _0x258125===_0x8d52eb;},_0x5be120['UyUCQ']=function(_0x494660,_0xa353f8){return _0x494660>_0xa353f8;};const _0x1e6485=_0x5be120;if(!this[_0x524e5e(0x1a1)]||_0x1e6485[_0x524e5e(0x184)](this[_0x524e5e(0x1e2)]['length'],0x0))return[];if(!fs['existsSync'](this[_0x524e5e(0x1f1)]))return this[_0x524e5e(0x1e2)];let _0x457e33=fs[_0x524e5e(0x1ad)](this[_0x524e5e(0x1f1)])['toString']();_0x457e33='['+_0x457e33[_0x524e5e(0x187)](0x0,-0x1)+']';let _0x5c9a64=JSON[_0x524e5e(0x196)](_0x457e33);return _0x1e6485[_0x524e5e(0x1ca)](this[_0x524e5e(0x1e2)][_0x524e5e(0x1e8)],0x0)&&(_0x5c9a64=_0x5c9a64[_0x524e5e(0x192)](this[_0x524e5e(0x1c3)]())),this[_0x524e5e(0x1a0)][_0x524e5e(0x1bf)](),fs[_0x524e5e(0x1ce)](this[_0x524e5e(0x1f1)]),_0x5c9a64;}static[a70_0x20c4e8(0x1e9)](){const _0x5c70b3=a70_0x20c4e8,_0x29e636={};_0x29e636[_0x5c70b3(0x1c0)]=function(_0x5d065b,_0x57acc2){return _0x5d065b===_0x57acc2;},_0x29e636[_0x5c70b3(0x1de)]=function(_0x5d754f,_0x3ad8ce){return _0x5d754f+_0x3ad8ce;};const _0x3c13df=_0x29e636;if(_0x3c13df[_0x5c70b3(0x1c0)](this['_errorEvents']['length'],0x0))return;const _0x5ce981=JSON[_0x5c70b3(0x1c2)](this[_0x5c70b3(0x19a)]),_0x4fc230=_0x3c13df['CUavb'](_0x5ce981[_0x5c70b3(0x187)](0x1,-0x1),',');fs[_0x5c70b3(0x1d2)](this[_0x5c70b3(0x1bb)],_0x4fc230);}static[a70_0x20c4e8(0x1d1)](){const _0x4c7763=a70_0x20c4e8,_0x5e377b={};_0x5e377b[_0x4c7763(0x185)]=function(_0x4c6efd,_0x4d33cd){return _0x4c6efd>_0x4d33cd;};const _0x1521a5=_0x5e377b;if(!fs[_0x4c7763(0x1e6)](this[_0x4c7763(0x1ab)]))return this[_0x4c7763(0x19a)];let _0x10a5d6=fs[_0x4c7763(0x1ad)](this[_0x4c7763(0x1ab)])[_0x4c7763(0x1b9)]();_0x10a5d6='['+_0x10a5d6[_0x4c7763(0x187)](0x0,-0x1)+']';let _0x5864c6=JSON[_0x4c7763(0x196)](_0x10a5d6);return _0x1521a5[_0x4c7763(0x185)](this[_0x4c7763(0x19a)][_0x4c7763(0x1e8)],0x0)&&(_0x5864c6=_0x5864c6[_0x4c7763(0x192)](this[_0x4c7763(0x19a)])),fs[_0x4c7763(0x1ce)](this[_0x4c7763(0x1ab)]),_0x5864c6;}static[a70_0x20c4e8(0x1ae)](_0x5313ab){const _0x2fe408=a70_0x20c4e8;if(!this[_0x2fe408(0x1ac)]())return;this['_errorEvents']['push']({'message':_0x5313ab[_0x2fe408(0x193)],'trace':_0x5313ab['stack'],'code':_0x5313ab[_0x2fe408(0x1ba)]||null,'time':new Date()});}static[a70_0x20c4e8(0x198)](){const _0x1a2005=a70_0x20c4e8,_0x5aa462={};_0x5aa462[_0x1a2005(0x19e)]=_0x1a2005(0x1d0);const _0x449fa3=_0x5aa462;try{if(!this[_0x1a2005(0x1ac)]())return;this[_0x1a2005(0x1a0)]['disconnect'](),this[_0x1a2005(0x1dd)](),this[_0x1a2005(0x1e9)]();}catch{logger[_0x1a2005(0x18a)](_0x449fa3['iyxCs']);}}static['finalize'](){const _0x2bec59=a70_0x20c4e8,_0x107776=this['finalizePerfMeasures'](),_0x5c4a71=this[_0x2bec59(0x1d1)]();if(!this['isEnabled']()){const _0x15584={};return _0x15584['measures']=[],_0x15584[_0x2bec59(0x1c6)]=[],_0x15584;}const _0x74a7f7={};return _0x74a7f7[_0x2bec59(0x1c4)]=_0x107776,_0x74a7f7[_0x2bec59(0x1c6)]=_0x5c4a71,_0x74a7f7;}}module[a70_0x20c4e8(0x1e3)]=PerformanceTester;
@@ -1 +1 @@
1
- const a71_0x57dc4d=a71_0x5ba3;(function(_0x37d878,_0x5c3c2b){const _0x391df0=a71_0x5ba3,_0x50c9c2=_0x37d878();while(!![]){try{const _0x1de50c=-parseInt(_0x391df0(0xc5))/0x1+-parseInt(_0x391df0(0xd2))/0x2*(parseInt(_0x391df0(0xd7))/0x3)+-parseInt(_0x391df0(0xd9))/0x4+-parseInt(_0x391df0(0xe0))/0x5*(-parseInt(_0x391df0(0xbf))/0x6)+parseInt(_0x391df0(0xc4))/0x7+-parseInt(_0x391df0(0xd5))/0x8*(-parseInt(_0x391df0(0xca))/0x9)+-parseInt(_0x391df0(0xe3))/0xa*(parseInt(_0x391df0(0xcd))/0xb);if(_0x1de50c===_0x5c3c2b)break;else _0x50c9c2['push'](_0x50c9c2['shift']());}catch(_0x2e4731){_0x50c9c2['push'](_0x50c9c2['shift']());}}}(a71_0x3f78,0xc7601));const http=require(a71_0x57dc4d(0xdb)),https=require('https'),monkeypatch=require('monkeypatch');function spy(_0x1b36a5){const _0xb04088=a71_0x57dc4d,_0x3c1bc2={'UmEvi':_0xb04088(0xce),'YQQmr':function(_0x2590a7,..._0x1771d1){return _0x2590a7(..._0x1771d1);},'Tzbie':function(_0x5ad61a,_0x403d7c,_0x18fb07){return _0x5ad61a(_0x403d7c,_0x18fb07);},'AhULc':function(_0x15ee07,_0x4894a5){return _0x15ee07-_0x4894a5;},'dbDAf':function(_0x204ae1,_0x1d2ece,_0x5d7d5f){return _0x204ae1(_0x1d2ece,_0x5d7d5f);},'FpaYX':_0xb04088(0xbd),'POrKO':'socket','eXWKc':function(_0x553c62,_0x21fec1,_0x5a1082,_0x2e7e6a){return _0x553c62(_0x21fec1,_0x5a1082,_0x2e7e6a);},'pWheR':_0xb04088(0xd0),'WQBlD':_0xb04088(0xba),'asJkg':function(_0x3726f4,_0x5bdea8,_0x1c30d1,_0x36b0b8){return _0x3726f4(_0x5bdea8,_0x1c30d1,_0x36b0b8);}},_0x17b0c3=(_0x583ac7,_0x1e95dd,_0x1f4dff)=>{const _0x9fba77=_0xb04088,_0x101104={'NXNNl':function(_0x1eb9eb,_0x411616,_0xbb8642){const _0xfa4144=a71_0x5ba3;return _0x3c1bc2[_0xfa4144(0xd3)](_0x1eb9eb,_0x411616,_0xbb8642);},'WPoHb':function(_0x1b1c8a,_0x4b229f){const _0x4116e5=a71_0x5ba3;return _0x3c1bc2[_0x4116e5(0xdd)](_0x1b1c8a,_0x4b229f);},'ciFdG':_0x3c1bc2[_0x9fba77(0xc6)]},_0x824e13=_0x3c1bc2[_0x9fba77(0xbb)](_0x583ac7,_0x1e95dd,_0x1f4dff);let _0x28dcfa=Date[_0x9fba77(0xc2)](),_0xeb8f4f;const _0x1a544b=_0x440f84=>{const _0x5883a9=_0x9fba77,_0x581b43={};_0x581b43['host']=_0x1e95dd[_0x5883a9(0xc9)]||_0x1e95dd[_0x5883a9(0xbc)],_0x581b43['path']=_0x1e95dd[_0x5883a9(0xcf)],_0x581b43[_0x5883a9(0xc7)]=_0x1e95dd[_0x5883a9(0xc7)],_0x581b43[_0x5883a9(0xcc)]=_0x1e95dd[_0x5883a9(0xcc)],_0x101104[_0x5883a9(0xbe)](_0x1b36a5,_0x440f84,_0x581b43);};return _0x824e13[_0x9fba77(0xd6)](_0x3c1bc2[_0x9fba77(0xdc)],_0x38d038=>{const _0x740118=_0x9fba77,_0x4a23b3=_0x101104['WPoHb'](Date[_0x740118(0xc2)](),_0x28dcfa),_0x558a8b={};_0x558a8b['hostname']=_0x1e95dd['host']||_0x1e95dd[_0x740118(0xbc)],_0x558a8b['path']=_0x1e95dd[_0x740118(0xcf)],_0x558a8b['method']=_0x1e95dd[_0x740118(0xc7)],_0x558a8b[_0x740118(0xcc)]=_0x1e95dd[_0x740118(0xcc)],_0x558a8b[_0x740118(0xdf)]=_0x38d038[_0x740118(0xde)],_0x558a8b[_0x740118(0xc1)]=_0x4a23b3,_0x101104[_0x740118(0xbe)](_0x1b36a5,null,_0x558a8b),_0xeb8f4f[_0x740118(0xd1)](_0x101104[_0x740118(0xd4)],_0x1a544b);}),_0x824e13['on'](_0x3c1bc2[_0x9fba77(0xc3)],_0x2e1b6e=>{const _0x1cb144=_0x9fba77;_0xeb8f4f=_0x2e1b6e,_0x2e1b6e[_0x1cb144(0xd6)](_0x3c1bc2[_0x1cb144(0xc6)],_0x1a544b);}),_0x3c1bc2[_0x9fba77(0xd8)](monkeypatch,_0x824e13,_0x3c1bc2[_0x9fba77(0xc8)],(_0x3e4e97,..._0x35d9d7)=>{const _0x531c1c=_0x9fba77;_0x28dcfa=Date['now'](),_0x3c1bc2[_0x531c1c(0xda)](_0x3e4e97,..._0x35d9d7);}),_0x824e13;};_0x3c1bc2[_0xb04088(0xd8)](monkeypatch,http,_0x3c1bc2['WQBlD'],_0x17b0c3),_0x3c1bc2[_0xb04088(0xe1)](monkeypatch,https,_0x3c1bc2['WQBlD'],_0x17b0c3);}function a71_0x3f78(){const _0x18672c=['path','end','removeListener','8738DxLtCK','Tzbie','ciFdG','16buOMmW','once','474wfkISL','eXWKc','4266956VOiuTM','YQQmr','http','FpaYX','AhULc','statusCode','status_code','5jIKiCA','asJkg','restore','30LUfJJt','request','dbDAf','hostname','response','NXNNl','7045842rxaYOg','exports','duration_ms','now','POrKO','5771780rFVCPm','588320tMHhlu','UmEvi','method','pWheR','host','5768271bkEfBI','unpatch','headers','435171qeuGZe','error'];a71_0x3f78=function(){return _0x18672c;};return a71_0x3f78();}function restore(){const _0x3d7b9b=a71_0x57dc4d;http[_0x3d7b9b(0xba)][_0x3d7b9b(0xcb)](),https[_0x3d7b9b(0xba)]['unpatch']();}function a71_0x5ba3(_0x175a6e,_0xb55dcc){const _0x3f7810=a71_0x3f78();return a71_0x5ba3=function(_0x5ba3ab,_0x49a933){_0x5ba3ab=_0x5ba3ab-0xba;let _0x325313=_0x3f7810[_0x5ba3ab];return _0x325313;},a71_0x5ba3(_0x175a6e,_0xb55dcc);}const a71_0x9a5bd8={};a71_0x9a5bd8['spy']=spy,a71_0x9a5bd8[a71_0x57dc4d(0xe2)]=restore,module[a71_0x57dc4d(0xc0)]=a71_0x9a5bd8;
1
+ function a71_0x1d51(_0x218d66,_0x38e552){const _0x2a3b83=a71_0x2a3b();return a71_0x1d51=function(_0x1d51c1,_0x1c6a87){_0x1d51c1=_0x1d51c1-0xcd;let _0xf8f83e=_0x2a3b83[_0x1d51c1];return _0xf8f83e;},a71_0x1d51(_0x218d66,_0x38e552);}const a71_0x33b131=a71_0x1d51;(function(_0x2c88c6,_0x1213c4){const _0x7f90b6=a71_0x1d51,_0x51c107=_0x2c88c6();while(!![]){try{const _0x43a65d=-parseInt(_0x7f90b6(0xd2))/0x1+-parseInt(_0x7f90b6(0xe7))/0x2*(-parseInt(_0x7f90b6(0xdb))/0x3)+-parseInt(_0x7f90b6(0xf3))/0x4+-parseInt(_0x7f90b6(0xe9))/0x5+parseInt(_0x7f90b6(0xd1))/0x6*(parseInt(_0x7f90b6(0xcf))/0x7)+parseInt(_0x7f90b6(0xe1))/0x8*(parseInt(_0x7f90b6(0xdf))/0x9)+parseInt(_0x7f90b6(0xd8))/0xa;if(_0x43a65d===_0x1213c4)break;else _0x51c107['push'](_0x51c107['shift']());}catch(_0x32463b){_0x51c107['push'](_0x51c107['shift']());}}}(a71_0x2a3b,0x20f70));const http=require(a71_0x33b131(0xd4)),https=require('https'),monkeypatch=require(a71_0x33b131(0xed));function spy(_0x151882){const _0x53d259=a71_0x33b131,_0x1d417b={'fAwkN':function(_0x370a16,_0x5df763){return _0x370a16-_0x5df763;},'LhMXw':function(_0x2c10a4,_0x3c9ebf,_0x3a6ab9){return _0x2c10a4(_0x3c9ebf,_0x3a6ab9);},'HwiEq':_0x53d259(0xf2),'MrPAt':function(_0x2a227f,..._0x5d51bc){return _0x2a227f(..._0x5d51bc);},'dHvoF':function(_0x2d6bdd,_0x10f33a,_0xe62acb){return _0x2d6bdd(_0x10f33a,_0xe62acb);},'nKZTA':'response','KjMde':_0x53d259(0xe0),'LKWzk':function(_0x565ffc,_0x3fe7f7,_0x25b84a,_0x1c6744){return _0x565ffc(_0x3fe7f7,_0x25b84a,_0x1c6744);},'PGqIH':_0x53d259(0xd3),'TsCtf':function(_0x1f1c2e,_0xe100e6,_0xd5e1ac,_0x3c8bf6){return _0x1f1c2e(_0xe100e6,_0xd5e1ac,_0x3c8bf6);},'QTOuK':_0x53d259(0xe3)},_0x533061=(_0x2d356a,_0x3bd7d9,_0xfdc734)=>{const _0x2a3340=_0x53d259,_0x40ac6e={'oncPb':function(_0x289bc9,_0x3ec1a1,_0x14f4c7){const _0x3b852d=a71_0x1d51;return _0x1d417b[_0x3b852d(0xe2)](_0x289bc9,_0x3ec1a1,_0x14f4c7);}},_0x55f036=_0x1d417b[_0x2a3340(0xdc)](_0x2d356a,_0x3bd7d9,_0xfdc734);let _0x423f09=Date[_0x2a3340(0xd5)](),_0x6315ca;const _0x50c18e=_0x3211d7=>{const _0xac8def=_0x2a3340,_0x4275c7={};_0x4275c7[_0xac8def(0xef)]=_0x3bd7d9[_0xac8def(0xef)]||_0x3bd7d9[_0xac8def(0xf1)],_0x4275c7[_0xac8def(0xce)]=_0x3bd7d9[_0xac8def(0xce)],_0x4275c7[_0xac8def(0xe4)]=_0x3bd7d9[_0xac8def(0xe4)],_0x4275c7[_0xac8def(0xe6)]=_0x3bd7d9[_0xac8def(0xe6)],_0x40ac6e[_0xac8def(0xd0)](_0x151882,_0x3211d7,_0x4275c7);};return _0x55f036[_0x2a3340(0xcd)](_0x1d417b[_0x2a3340(0xee)],_0x1ff029=>{const _0x565812=_0x2a3340,_0x443351=_0x1d417b[_0x565812(0xe5)](Date[_0x565812(0xd5)](),_0x423f09),_0x4acd2b={};_0x4acd2b['hostname']=_0x3bd7d9['host']||_0x3bd7d9[_0x565812(0xf1)],_0x4acd2b[_0x565812(0xce)]=_0x3bd7d9[_0x565812(0xce)],_0x4acd2b['method']=_0x3bd7d9[_0x565812(0xe4)],_0x4acd2b[_0x565812(0xe6)]=_0x3bd7d9[_0x565812(0xe6)],_0x4acd2b[_0x565812(0xf0)]=_0x1ff029[_0x565812(0xd9)],_0x4acd2b['duration_ms']=_0x443351,_0x1d417b['LhMXw'](_0x151882,null,_0x4acd2b),_0x6315ca[_0x565812(0xd7)](_0x1d417b[_0x565812(0xda)],_0x50c18e);}),_0x55f036['on'](_0x1d417b['KjMde'],_0x2cacb5=>{const _0x1941ef=_0x2a3340;_0x6315ca=_0x2cacb5,_0x2cacb5[_0x1941ef(0xcd)](_0x1d417b[_0x1941ef(0xda)],_0x50c18e);}),_0x1d417b[_0x2a3340(0xec)](monkeypatch,_0x55f036,_0x1d417b[_0x2a3340(0xd6)],(_0x5a6e48,..._0x314e46)=>{const _0x224aeb=_0x2a3340;_0x423f09=Date[_0x224aeb(0xd5)](),_0x1d417b[_0x224aeb(0xe8)](_0x5a6e48,..._0x314e46);}),_0x55f036;};_0x1d417b['TsCtf'](monkeypatch,http,_0x1d417b[_0x53d259(0xea)],_0x533061),_0x1d417b[_0x53d259(0xdd)](monkeypatch,https,_0x1d417b[_0x53d259(0xea)],_0x533061);}function restore(){const _0x904520=a71_0x33b131;http[_0x904520(0xe3)][_0x904520(0xde)](),https['request']['unpatch']();}const a71_0x55cfe4={};a71_0x55cfe4[a71_0x33b131(0xeb)]=spy,a71_0x55cfe4['restore']=restore,module['exports']=a71_0x55cfe4;function a71_0x2a3b(){const _0x443da4=['QTOuK','spy','LKWzk','monkeypatch','nKZTA','host','status_code','hostname','error','755716ggLRbv','once','path','189wAXzOR','oncPb','46866MsHtgI','54861lDZhxL','end','http','now','PGqIH','removeListener','2406200oolUtw','statusCode','HwiEq','15eUvcCV','LhMXw','TsCtf','unpatch','18yXwiRz','socket','49568cmMqwI','dHvoF','request','method','fAwkN','headers','64572KOEAUY','MrPAt','1232625bjGuYj'];a71_0x2a3b=function(){return _0x443da4;};return a71_0x2a3b();}
@@ -1 +1 @@
1
- function a72_0x2bb7(){const _0x114519=['GSsDm','gRBkE','http','92998hKRajB','12azIJoa','https','https:','dvbpo','6AqBXYo','56lkXrrl','globalAgent','677390FmlPUB','hasOwnProperty','10ZcKPGL','jkBqC','call','keepAlive','rRuOo','634059MTdrJr','mXscW','JcPgS','621183QUaZRp','7876muVsnE','keepAliveMsecs','prototype','NBvdx','4167713gpcdmR','exports','282611qoKHCF','Agent'];a72_0x2bb7=function(){return _0x114519;};return a72_0x2bb7();}const a72_0x2b9664=a72_0x5a17;function a72_0x5a17(_0x863807,_0xdd1a69){const _0x2bb786=a72_0x2bb7();return a72_0x5a17=function(_0x5a1778,_0x1bd91a){_0x5a1778=_0x5a1778-0xf9;let _0x1a0e63=_0x2bb786[_0x5a1778];return _0x1a0e63;},a72_0x5a17(_0x863807,_0xdd1a69);}(function(_0x25d372,_0x6c90){const _0x497f22=a72_0x5a17,_0x28e646=_0x25d372();while(!![]){try{const _0x5ca027=-parseInt(_0x497f22(0xff))/0x1*(-parseInt(_0x497f22(0x104))/0x2)+-parseInt(_0x497f22(0x111))/0x3+parseInt(_0x497f22(0x112))/0x4+-parseInt(_0x497f22(0x107))/0x5*(-parseInt(_0x497f22(0x100))/0x6)+parseInt(_0x497f22(0xfa))/0x7+-parseInt(_0x497f22(0x105))/0x8*(parseInt(_0x497f22(0x10e))/0x9)+-parseInt(_0x497f22(0x109))/0xa*(-parseInt(_0x497f22(0x116))/0xb);if(_0x5ca027===_0x6c90)break;else _0x28e646['push'](_0x28e646['shift']());}catch(_0x41669c){_0x28e646['push'](_0x28e646['shift']());}}}(a72_0x2bb7,0x4226d),module[a72_0x2b9664(0xf9)]=function(){const _0x27429e=a72_0x2b9664,_0x3ce862={'mXscW':function(_0x10539e,_0x5e6798){return _0x10539e===_0x5e6798;},'JcPgS':_0x27429e(0x102),'rRuOo':'agent','jkBqC':function(_0x5a5dad,_0x34eca0,_0x487473){return _0x5a5dad(_0x34eca0,_0x487473);},'GSsDm':function(_0x57ec67,_0x5858f2,_0x216d44){return _0x57ec67(_0x5858f2,_0x216d44);},'dvbpo':function(_0x3a0d0e,_0x5de492){return _0x3a0d0e(_0x5de492);},'NBvdx':_0x27429e(0xfe),'TwIjb':_0x27429e(0x101),'UbmnZ':function(_0x1ab43a,_0x2cdfcc){return _0x1ab43a*_0x2cdfcc;},'gRBkE':_0x27429e(0x10c)},_0x4a5397=_0x3ce862[_0x27429e(0x103)](require,_0x3ce862[_0x27429e(0x115)]),_0x15ab60=_0x3ce862[_0x27429e(0x103)](require,_0x3ce862['TwIjb']),_0x547cc4=_0x3ce862['UbmnZ'](0x1e,0x3e8);if(_0x4a5397[_0x27429e(0x106)]&&Object[_0x27429e(0x114)][_0x27429e(0x108)][_0x27429e(0x10b)](_0x4a5397[_0x27429e(0x106)],_0x3ce862[_0x27429e(0xfd)]))_0x4a5397[_0x27429e(0x106)][_0x27429e(0x10c)]=!![],_0x15ab60[_0x27429e(0x106)][_0x27429e(0x10c)]=!![],_0x4a5397[_0x27429e(0x106)][_0x27429e(0x113)]=_0x547cc4,_0x15ab60[_0x27429e(0x106)][_0x27429e(0x113)]=_0x547cc4;else{const _0x12fd7d={};_0x12fd7d['keepAlive']=!![],_0x12fd7d[_0x27429e(0x113)]=_0x547cc4;const _0x3a77fe=new _0x4a5397[(_0x27429e(0xfb))](_0x12fd7d),_0x4a1536={};_0x4a1536['keepAlive']=!![],_0x4a1536[_0x27429e(0x113)]=_0x547cc4;const _0x2fc6fe=new _0x15ab60['Agent'](_0x4a1536),_0x3ec88f=_0x4a5397['request'],_0x35018d=_0x15ab60['request'];_0x4a5397['request']=function(_0x16deb3,_0x3d243d){const _0x132d25=_0x27429e;if(_0x3ce862[_0x132d25(0x10f)](_0x16deb3['protocol'],_0x3ce862[_0x132d25(0x110)]))return _0x16deb3[_0x3ce862[_0x132d25(0x10d)]]=_0x2fc6fe,_0x3ce862[_0x132d25(0x10a)](_0x35018d,_0x16deb3,_0x3d243d);return _0x16deb3[_0x3ce862['rRuOo']]=_0x3a77fe,_0x3ce862[_0x132d25(0xfc)](_0x3ec88f,_0x16deb3,_0x3d243d);};}});
1
+ (function(_0x2071c1,_0xc5b970){const _0x46da13=a72_0xfb2a,_0x2428cb=_0x2071c1();while(!![]){try{const _0x5e25dc=parseInt(_0x46da13(0x201))/0x1+parseInt(_0x46da13(0x200))/0x2*(-parseInt(_0x46da13(0x1f9))/0x3)+parseInt(_0x46da13(0x1fa))/0x4+parseInt(_0x46da13(0x1f7))/0x5+-parseInt(_0x46da13(0x1ee))/0x6+-parseInt(_0x46da13(0x1f2))/0x7+parseInt(_0x46da13(0x203))/0x8*(-parseInt(_0x46da13(0x1ed))/0x9);if(_0x5e25dc===_0xc5b970)break;else _0x2428cb['push'](_0x2428cb['shift']());}catch(_0x429e29){_0x2428cb['push'](_0x2428cb['shift']());}}}(a72_0x3731,0x60ccb),module['exports']=function(){const _0x205edc=a72_0xfb2a,_0x11499d={'yuDKG':function(_0xf9ab26,_0x924e2){return _0xf9ab26===_0x924e2;},'QllKF':_0x205edc(0x1eb),'gpYLc':_0x205edc(0x1f8),'bFQkq':function(_0x400d34,_0x2fe7df,_0x40d99e){return _0x400d34(_0x2fe7df,_0x40d99e);},'WKQDI':function(_0x5bc7e6,_0x5ee5c7,_0x27652b){return _0x5bc7e6(_0x5ee5c7,_0x27652b);},'XdVxQ':function(_0x5b72cb,_0x47eaef){return _0x5b72cb(_0x47eaef);},'zycVB':_0x205edc(0x1fc),'Hdocs':_0x205edc(0x1f4),'HwDnR':function(_0xc0bd05,_0x55c149){return _0xc0bd05*_0x55c149;},'HKVgZ':_0x205edc(0x1fe)},_0x549ba9=_0x11499d[_0x205edc(0x1ef)](require,_0x11499d['zycVB']),_0x1c1c21=_0x11499d[_0x205edc(0x1ef)](require,_0x11499d['Hdocs']),_0x88cb61=_0x11499d[_0x205edc(0x1ea)](0x1e,0x3e8);if(_0x549ba9['globalAgent']&&Object['prototype']['hasOwnProperty'][_0x205edc(0x1f6)](_0x549ba9['globalAgent'],_0x11499d['HKVgZ']))_0x549ba9[_0x205edc(0x1f3)][_0x205edc(0x1fe)]=!![],_0x1c1c21[_0x205edc(0x1f3)][_0x205edc(0x1fe)]=!![],_0x549ba9[_0x205edc(0x1f3)][_0x205edc(0x1f1)]=_0x88cb61,_0x1c1c21['globalAgent'][_0x205edc(0x1f1)]=_0x88cb61;else{const _0x30205f={};_0x30205f[_0x205edc(0x1fe)]=!![],_0x30205f[_0x205edc(0x1f1)]=_0x88cb61;const _0x140244=new _0x549ba9[(_0x205edc(0x202))](_0x30205f),_0x55ff62={};_0x55ff62[_0x205edc(0x1fe)]=!![],_0x55ff62[_0x205edc(0x1f1)]=_0x88cb61;const _0x57dea6=new _0x1c1c21[(_0x205edc(0x202))](_0x55ff62),_0x50ebde=_0x549ba9[_0x205edc(0x1ec)],_0x2af056=_0x1c1c21[_0x205edc(0x1ec)];_0x549ba9[_0x205edc(0x1ec)]=function(_0x7ae603,_0x396b93){const _0x59aaf0=_0x205edc;if(_0x11499d[_0x59aaf0(0x1fd)](_0x7ae603[_0x59aaf0(0x204)],_0x11499d[_0x59aaf0(0x1ff)]))return _0x7ae603[_0x11499d[_0x59aaf0(0x1fb)]]=_0x57dea6,_0x11499d[_0x59aaf0(0x1f0)](_0x2af056,_0x7ae603,_0x396b93);return _0x7ae603[_0x11499d['gpYLc']]=_0x140244,_0x11499d[_0x59aaf0(0x1f5)](_0x50ebde,_0x7ae603,_0x396b93);};}});function a72_0xfb2a(_0x230bb7,_0x2c8922){const _0x373177=a72_0x3731();return a72_0xfb2a=function(_0xfb2a90,_0x3f031f){_0xfb2a90=_0xfb2a90-0x1ea;let _0x54ccf7=_0x373177[_0xfb2a90];return _0x54ccf7;},a72_0xfb2a(_0x230bb7,_0x2c8922);}function a72_0x3731(){const _0x378184=['agent','3BCyKvL','2949100QleSgN','gpYLc','http','yuDKG','keepAlive','QllKF','910576wipSPv','574157TFMbMJ','Agent','16GNhajk','protocol','HwDnR','https:','request','113139tjarQq','2164410KRKPQE','XdVxQ','bFQkq','keepAliveMsecs','4971561YeoBff','globalAgent','https','WKQDI','call','3182235tkObpD'];a72_0x3731=function(){return _0x378184;};return a72_0x3731();}
@@ -1 +1 @@
1
- var a73_0x5aa686=a73_0x4a6b;(function(_0x55a19d,_0x1118c8){var _0x2abd55=a73_0x4a6b,_0x4c543c=_0x55a19d();while(!![]){try{var _0x1504bf=parseInt(_0x2abd55(0x7b))/0x1*(-parseInt(_0x2abd55(0x72))/0x2)+-parseInt(_0x2abd55(0x70))/0x3*(parseInt(_0x2abd55(0x6b))/0x4)+parseInt(_0x2abd55(0x7e))/0x5+-parseInt(_0x2abd55(0x6e))/0x6*(-parseInt(_0x2abd55(0x79))/0x7)+-parseInt(_0x2abd55(0x71))/0x8*(-parseInt(_0x2abd55(0x78))/0x9)+-parseInt(_0x2abd55(0x73))/0xa+parseInt(_0x2abd55(0x7c))/0xb*(parseInt(_0x2abd55(0x6c))/0xc);if(_0x1504bf===_0x1118c8)break;else _0x4c543c['push'](_0x4c543c['shift']());}catch(_0x53b71a){_0x4c543c['push'](_0x4c543c['shift']());}}}(a73_0x4388,0xb87af));function a73_0x4388(){var _0x6607f8=['26590920FZrpno','codeceptjs','12DVIWia','https://collector-observability.browserstack.com','1175223jFzyMG','416064dReynw','551950XBXPqS','13314980rvlOjL','exports','PLAYWRIGHT','MOCHA','Playwright','54zDWycU','4762373CiUtEN','api/v1/batch','5kIprTA','11tUxYqr','mocha','3767955TUqnwj','api/v1/event','api/v1/screenshots','12lUpBRF'];a73_0x4388=function(){return _0x6607f8;};return a73_0x4388();}var a73_0x4558b1={};function a73_0x4a6b(_0x2ea062,_0x12f3d6){var _0x438812=a73_0x4388();return a73_0x4a6b=function(_0x4a6b41,_0x50eafc){_0x4a6b41=_0x4a6b41-0x69;var _0x27f294=_0x438812[_0x4a6b41];return _0x27f294;},a73_0x4a6b(_0x2ea062,_0x12f3d6);}a73_0x4558b1[a73_0x5aa686(0x75)]=a73_0x5aa686(0x77),a73_0x4558b1[a73_0x5aa686(0x76)]=a73_0x5aa686(0x7d),a73_0x4558b1['CODECEPT']=a73_0x5aa686(0x6d),module[a73_0x5aa686(0x74)]={'consoleHolder':Object['assign']({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a73_0x5aa686(0x6f),'EVENT_ENDPOINT':a73_0x5aa686(0x69),'BATCH_ENDPOINT':a73_0x5aa686(0x7a),'SCREENSHOT_ENDPOINT':a73_0x5aa686(0x6a),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':'.obs_test_details','FRAMEWORKS':a73_0x4558b1};
1
+ function a73_0x3571(_0x325f8f,_0x446703){var _0x5c84e0=a73_0x5c84();return a73_0x3571=function(_0x3571e6,_0x4c0482){_0x3571e6=_0x3571e6-0x154;var _0x341eec=_0x5c84e0[_0x3571e6];return _0x341eec;},a73_0x3571(_0x325f8f,_0x446703);}function a73_0x5c84(){var _0x2821df=['106840NSmyCg','https://collector-observability.browserstack.com','284rhdIRO','PLAYWRIGHT','Playwright','934014fRRtuQ','api/v1/event','2631824QdfpuR','assign','api/v1/batch','CODECEPT','963603EedxAA','35oVzXvM','.obs_test_details','4613811NgkQUm','codeceptjs','mocha','2116845JBXHul','10301544phgfrZ','90QfwZjh'];a73_0x5c84=function(){return _0x2821df;};return a73_0x5c84();}var a73_0x328b10=a73_0x3571;(function(_0x215ce5,_0x32f3f4){var _0x1d4049=a73_0x3571,_0x30e591=_0x215ce5();while(!![]){try{var _0x1d079e=parseInt(_0x1d4049(0x163))/0x1+-parseInt(_0x1d4049(0x15f))/0x2+-parseInt(_0x1d4049(0x166))/0x3+-parseInt(_0x1d4049(0x15a))/0x4*(parseInt(_0x1d4049(0x158))/0x5)+parseInt(_0x1d4049(0x15d))/0x6*(parseInt(_0x1d4049(0x164))/0x7)+parseInt(_0x1d4049(0x156))/0x8+-parseInt(_0x1d4049(0x155))/0x9*(-parseInt(_0x1d4049(0x157))/0xa);if(_0x1d079e===_0x32f3f4)break;else _0x30e591['push'](_0x30e591['shift']());}catch(_0x1d5be0){_0x30e591['push'](_0x30e591['shift']());}}}(a73_0x5c84,0xbd555));var a73_0x2417a3={};a73_0x2417a3[a73_0x328b10(0x15b)]=a73_0x328b10(0x15c),a73_0x2417a3['MOCHA']=a73_0x328b10(0x154),a73_0x2417a3[a73_0x328b10(0x162)]=a73_0x328b10(0x167),module['exports']={'consoleHolder':Object[a73_0x328b10(0x160)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a73_0x328b10(0x159),'EVENT_ENDPOINT':a73_0x328b10(0x15e),'BATCH_ENDPOINT':a73_0x328b10(0x161),'SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a73_0x328b10(0x165),'FRAMEWORKS':a73_0x2417a3};