browserstack-node-sdk 1.32.13 → 1.32.15

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 (118) 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/templates/gcpresources/gkecluster.json +0 -3
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -1
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/w3cMapping.js +1 -1
  117. package/src/hubAllocationMethods.js +1 -1
  118. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a62_0x39e519=a62_0x4ed8;(function(_0x43d04d,_0x3db58f){const _0x989f53=a62_0x4ed8,_0x2b0642=_0x43d04d();while(!![]){try{const _0x3280e3=-parseInt(_0x989f53(0x111))/0x1*(-parseInt(_0x989f53(0x12f))/0x2)+-parseInt(_0x989f53(0x132))/0x3+-parseInt(_0x989f53(0x11d))/0x4*(-parseInt(_0x989f53(0x12d))/0x5)+parseInt(_0x989f53(0x114))/0x6*(parseInt(_0x989f53(0x12b))/0x7)+-parseInt(_0x989f53(0x125))/0x8+-parseInt(_0x989f53(0x12e))/0x9+parseInt(_0x989f53(0x126))/0xa*(parseInt(_0x989f53(0x129))/0xb);if(_0x3280e3===_0x3db58f)break;else _0x2b0642['push'](_0x2b0642['shift']());}catch(_0x298a0c){_0x2b0642['push'](_0x2b0642['shift']());}}}(a62_0x24b3,0xbc9d0));const winston=require('winston'),os=require('os'),fs=require('fs'),path=require(a62_0x39e519(0x117)),logDir='log';!fs[a62_0x39e519(0x116)](logDir)&&fs[a62_0x39e519(0x131)](logDir);const a62_0x116b40={};function a62_0x4ed8(_0xa2b3b4,_0x5299a9){const _0x24b3a1=a62_0x24b3();return a62_0x4ed8=function(_0x4ed8e2,_0x4b360e){_0x4ed8e2=_0x4ed8e2-0x111;let _0x34c678=_0x24b3a1[_0x4ed8e2];return _0x34c678;},a62_0x4ed8(_0xa2b3b4,_0x5299a9);}a62_0x116b40[a62_0x39e519(0x118)]='console.info';const transports={'loggerConsole':new winston[(a62_0x39e519(0x12c))][(a62_0x39e519(0x124))](a62_0x116b40),'loggerFile':new winston[(a62_0x39e519(0x12c))][(a62_0x39e519(0x113))]({'filename':path['join'](logDir,a62_0x39e519(0x121))}),'debugLoggerFile':new winston[(a62_0x39e519(0x12c))][(a62_0x39e519(0x113))]({'filename':path['join'](os[a62_0x39e519(0x11f)](),a62_0x39e519(0x123)),'level':a62_0x39e519(0x119)})},a62_0x48b0af={};a62_0x48b0af[a62_0x39e519(0x112)]=a62_0x39e519(0x11e);const a62_0x55fb31={};a62_0x55fb31['level']=!![];const winstonLoggerParams={'format':winston[a62_0x39e519(0x112)][a62_0x39e519(0x12a)](winston['format'][a62_0x39e519(0x128)](a62_0x48b0af),winston[a62_0x39e519(0x112)][a62_0x39e519(0x127)](a62_0x55fb31),winston['format'][a62_0x39e519(0x11b)](_0x33cc67=>_0x33cc67[a62_0x39e519(0x128)]+'\x20-\x20'+_0x33cc67[a62_0x39e519(0x11c)]+':\x20'+_0x33cc67[a62_0x39e519(0x130)])),'transports':[transports[a62_0x39e519(0x11a)],transports['loggerFile'],transports['debugLoggerFile']]},a62_0xeedd75={};a62_0xeedd75[a62_0x39e519(0x12c)]=[transports['loggerFile']];function a62_0x24b3(){const _0xceb52a=['498iLJiSB','fileLogger','existsSync','path','name','debug','loggerConsole','printf','level','4tiADqC','YYYY-MM-DD\x20HH:mm:ss','tmpdir','createLogger','/usage.log','winstonLogger','/usage-debug.log','Console','6162544yedkxX','1480QuvnpC','colorize','timestamp','158653cZLbKs','combine','1897BiZJqw','transports','945170VkCzCj','5620860daFtuJ','2kkOTDi','message','mkdirSync','1407696ImOSiK','290519tUwtVK','format','File'];a62_0x24b3=function(){return _0xceb52a;};return a62_0x24b3();}const winstonFileLoggerParams=a62_0xeedd75;exports[a62_0x39e519(0x122)]=new winston[(a62_0x39e519(0x120))](winstonLoggerParams),exports[a62_0x39e519(0x115)]=new winston['createLogger'](winstonFileLoggerParams),exports['logDir']=logDir,exports[a62_0x39e519(0x12c)]=transports;
1
+ const a62_0x41a59b=a62_0x2cad;(function(_0x12304f,_0x3bc425){const _0x9133b4=a62_0x2cad,_0x4960fa=_0x12304f();while(!![]){try{const _0x112518=parseInt(_0x9133b4(0x76))/0x1+parseInt(_0x9133b4(0x80))/0x2+-parseInt(_0x9133b4(0x79))/0x3*(parseInt(_0x9133b4(0x73))/0x4)+-parseInt(_0x9133b4(0x7b))/0x5+parseInt(_0x9133b4(0x82))/0x6*(-parseInt(_0x9133b4(0x6e))/0x7)+-parseInt(_0x9133b4(0x71))/0x8+parseInt(_0x9133b4(0x6c))/0x9;if(_0x112518===_0x3bc425)break;else _0x4960fa['push'](_0x4960fa['shift']());}catch(_0x50dec0){_0x4960fa['push'](_0x4960fa['shift']());}}}(a62_0x4742,0x9e884));const winston=require(a62_0x41a59b(0x7d)),os=require('os'),fs=require('fs'),path=require(a62_0x41a59b(0x7f)),logDir=a62_0x41a59b(0x75);!fs[a62_0x41a59b(0x7a)](logDir)&&fs[a62_0x41a59b(0x83)](logDir);function a62_0x4742(){const _0x3a3c6c=['mkdirSync','loggerConsole','winstonLogger','/usage-debug.log','join','tmpdir','transports','format','debug','combine','printf','2643579ztLajK','timestamp','4738342uohxlY','File','createLogger','1186688zdwrbU','console.info','4aQjsjy','Console','log','932527vaePIv','name','fileLogger','98799MiauVO','existsSync','3522815nAoTSZ','YYYY-MM-DD\x20HH:mm:ss','winston','loggerFile','path','1971656OFSreu','level','6ZkBFNB'];a62_0x4742=function(){return _0x3a3c6c;};return a62_0x4742();}const a62_0x3a01aa={};a62_0x3a01aa[a62_0x41a59b(0x77)]=a62_0x41a59b(0x72);const transports={'loggerConsole':new winston[(a62_0x41a59b(0x89))][(a62_0x41a59b(0x74))](a62_0x3a01aa),'loggerFile':new winston[(a62_0x41a59b(0x89))][(a62_0x41a59b(0x6f))]({'filename':path[a62_0x41a59b(0x87)](logDir,'/usage.log')}),'debugLoggerFile':new winston[(a62_0x41a59b(0x89))][(a62_0x41a59b(0x6f))]({'filename':path[a62_0x41a59b(0x87)](os[a62_0x41a59b(0x88)](),a62_0x41a59b(0x86)),'level':a62_0x41a59b(0x69)})},a62_0x2b8e4b={};a62_0x2b8e4b[a62_0x41a59b(0x68)]=a62_0x41a59b(0x7c);const a62_0x26bf78={};function a62_0x2cad(_0x5f3562,_0x1fb4c1){const _0x47429e=a62_0x4742();return a62_0x2cad=function(_0x2cad80,_0x205ac1){_0x2cad80=_0x2cad80-0x68;let _0x149f9e=_0x47429e[_0x2cad80];return _0x149f9e;},a62_0x2cad(_0x5f3562,_0x1fb4c1);}a62_0x26bf78[a62_0x41a59b(0x81)]=!![];const winstonLoggerParams={'format':winston['format'][a62_0x41a59b(0x6a)](winston['format'][a62_0x41a59b(0x6d)](a62_0x2b8e4b),winston[a62_0x41a59b(0x68)]['colorize'](a62_0x26bf78),winston[a62_0x41a59b(0x68)][a62_0x41a59b(0x6b)](_0x5c101c=>_0x5c101c[a62_0x41a59b(0x6d)]+'\x20-\x20'+_0x5c101c[a62_0x41a59b(0x81)]+':\x20'+_0x5c101c['message'])),'transports':[transports[a62_0x41a59b(0x84)],transports[a62_0x41a59b(0x7e)],transports['debugLoggerFile']]},a62_0x12263a={};a62_0x12263a[a62_0x41a59b(0x89)]=[transports[a62_0x41a59b(0x7e)]];const winstonFileLoggerParams=a62_0x12263a;exports[a62_0x41a59b(0x85)]=new winston[(a62_0x41a59b(0x70))](winstonLoggerParams),exports[a62_0x41a59b(0x78)]=new winston['createLogger'](winstonFileLoggerParams),exports['logDir']=logDir,exports['transports']=transports;
@@ -1 +1 @@
1
- function a63_0x585b(_0x54ee28,_0x3c4515){var _0x48e813=a63_0x48e8();return a63_0x585b=function(_0x585b82,_0x48e08f){_0x585b82=_0x585b82-0x14f;var _0x6724f3=_0x48e813[_0x585b82];return _0x6724f3;},a63_0x585b(_0x54ee28,_0x3c4515);}var a63_0x5232f6=a63_0x585b;(function(_0x43b3e6,_0x35f44c){var _0x269ecf=a63_0x585b,_0x5a43bd=_0x43b3e6();while(!![]){try{var _0x393c01=parseInt(_0x269ecf(0x16d))/0x1*(-parseInt(_0x269ecf(0x167))/0x2)+-parseInt(_0x269ecf(0x171))/0x3*(-parseInt(_0x269ecf(0x15e))/0x4)+parseInt(_0x269ecf(0x164))/0x5*(parseInt(_0x269ecf(0x154))/0x6)+-parseInt(_0x269ecf(0x166))/0x7*(-parseInt(_0x269ecf(0x174))/0x8)+parseInt(_0x269ecf(0x158))/0x9+-parseInt(_0x269ecf(0x178))/0xa*(-parseInt(_0x269ecf(0x170))/0xb)+-parseInt(_0x269ecf(0x14f))/0xc;if(_0x393c01===_0x35f44c)break;else _0x5a43bd['push'](_0x5a43bd['shift']());}catch(_0x39cd8c){_0x5a43bd['push'](_0x5a43bd['shift']());}}}(a63_0x48e8,0xb4dfc),exports[a63_0x5232f6(0x15d)]=_0x5c3fae=>{var _0x1a153d=a63_0x5232f6,_0x1d0049={'OGACQ':_0x1a153d(0x168),'PBAVG':_0x1a153d(0x16a),'VaStN':function(_0x33ae90,_0x18caf5){return _0x33ae90(_0x18caf5);},'xmjuz':function(_0x7c15a6,_0x153e91){return _0x7c15a6!==_0x153e91;},'ZKvsm':_0x1a153d(0x16b)},_0x5bbf30=_0x1d0049[_0x1a153d(0x15f)]['split']('|'),_0x235fc0=0x0;while(!![]){switch(_0x5bbf30[_0x235fc0++]){case'0':_0x5c3fae[_0x1a153d(0x150)]=()=>{var _0x47abef=_0x1a153d,_0x531b96={'YRRJh':_0x3f7cf0[_0x47abef(0x15a)],'GwruB':function(_0x59eb78,_0x507412){return _0x3f7cf0['CBzpT'](_0x59eb78,_0x507412);}};return new Promise(function(_0x23558f,_0x3c2dbd){var _0x4af6ba=_0x47abef,_0x7423c1={'VIBkS':_0x531b96[_0x4af6ba(0x151)],'NUZxN':function(_0x345170,_0x46927b){return _0x531b96['GwruB'](_0x345170,_0x46927b);}};_0x5c3fae[_0x4af6ba(0x15b)]()[_0x4af6ba(0x157)](_0xf2ef35=>{var _0x2cf956=_0x4af6ba;process[_0x2cf956(0x161)](_0x2cf956(0x175)+process[_0x2cf956(0x165)],{'timestamp':new Date()['toISOString'](),'message':_0xf2ef35,'kind':_0x7423c1['VIBkS']}),_0x7423c1[_0x2cf956(0x176)](_0x23558f,_0xf2ef35);});});};continue;case'1':if(_0x5c3fae[_0x1a153d(0x16e)])return;continue;case'2':_0x5c3fae[_0x1a153d(0x16e)]=!![];continue;case'3':var _0x3f7cf0={'NaAXx':_0x1d0049[_0x1a153d(0x172)],'CBzpT':function(_0x3be292,_0x58fedc){var _0x125b2d=_0x1a153d;return _0x1d0049[_0x125b2d(0x159)](_0x3be292,_0x58fedc);}};continue;case'4':if(_0x1d0049[_0x1a153d(0x15c)](process[_0x1a153d(0x153)][_0x1a153d(0x152)],_0x1d0049['ZKvsm']))return;continue;case'5':_0x5c3fae[_0x1a153d(0x15b)]=_0x5c3fae['takeScreenshot'];continue;}break;}},exports['overrideQuit']=(_0x11cab0,_0x6228bd=null)=>{var _0x4539fc=a63_0x5232f6,_0x8782b6={'Pxfsm':_0x4539fc(0x177),'bCcSM':function(_0x3787e4){return _0x3787e4();},'IaqeJ':function(_0x188616,_0x28dc63){return _0x188616>_0x28dc63;},'gMWVy':function(_0x56cff8,_0x482865){return _0x56cff8>_0x482865;}},_0x2da8dd=_0x8782b6[_0x4539fc(0x163)][_0x4539fc(0x173)]('|'),_0x4493f1=0x0;while(!![]){switch(_0x2da8dd[_0x4493f1++]){case'0':_0x11cab0[_0x4539fc(0x179)]=()=>{var _0x19a665=_0x4539fc,_0x17bf83={'WSpso':function(_0x3e0885){var _0x14cde7=a63_0x585b;return _0x5173c6[_0x14cde7(0x16f)](_0x3e0885);}};if(_0x6228bd){_0x6228bd['quitCount_']+=0x1;if(_0x5173c6[_0x19a665(0x169)](_0x6228bd['quitCount_'],0x1))return _0x11cab0[_0x19a665(0x160)]();}else{_0x11cab0[_0x19a665(0x155)]+=0x1;if(_0x5173c6[_0x19a665(0x17a)](_0x11cab0[_0x19a665(0x155)],0x1))return _0x11cab0[_0x19a665(0x160)]();}return new Promise(function(_0x310f17){var _0x246590=_0x19a665;_0x17bf83[_0x246590(0x156)](_0x310f17);});};continue;case'1':var _0x5173c6={'ddFKO':function(_0x2977a0){return _0x8782b6['bCcSM'](_0x2977a0);},'uHFJj':function(_0x36c982,_0x40b583){var _0x681ac=_0x4539fc;return _0x8782b6[_0x681ac(0x162)](_0x36c982,_0x40b583);},'RWHzY':function(_0x5f26c7,_0x8827ee){return _0x8782b6['gMWVy'](_0x5f26c7,_0x8827ee);}};continue;case'2':_0x11cab0['initQuit']=_0x11cab0[_0x4539fc(0x179)];continue;case'3':if(_0x11cab0[_0x4539fc(0x16c)])return;continue;case'4':_0x11cab0[_0x4539fc(0x16c)]=!![];continue;}break;}});function a63_0x48e8(){var _0x58dcbc=['WSpso','then','3480507Adzivu','VaStN','NaAXx','initScreenshot','xmjuz','overrideTakeScreenshot','1336532FFVyfK','OGACQ','initQuit','emit','IaqeJ','Pxfsm','330lKuUXl','pid','5476471bdqPqq','4sQzdqh','3|4|1|2|5|0','uHFJj','TEST_SCREENSHOT','true','patchQuit','108707vuGnIU','patchScreenshot','ddFKO','110qbxkvy','3MfYCbm','PBAVG','split','8AaXLXj','bs:addLog:','NUZxN','1|3|4|2|0','331490sbWqJm','quit','RWHzY','26833884KDfcPt','takeScreenshot','YRRJh','BS_TESTOPS_ALLOW_SCREENSHOTS','env','123612wYzEPI','quitCount_'];a63_0x48e8=function(){return _0x58dcbc;};return a63_0x48e8();}
1
+ function a63_0x19fa(){var _0x787164=['96phjCfn','2050443TcUeMP','JzyhV','then','70fDFUaE','gbkjM','split','ZqmUz','quitCount_','454488rEVehL','env','overrideQuit','RxsyI','takeScreenshot','lDcaE','2024yexEMB','BAIMG','SxKAb','bs:addLog:','1578bunOYd','Cwknj','gLnWf','177499sRkbVP','TEST_SCREENSHOT','QPVqM','5797ABkykw','pid','true','52704iEKvAL','patchScreenshot','VQNBJ','10YvNMgg','initQuit','xOIAE','166209bhFnve','13224GVOOyD','overrideTakeScreenshot','BS_TESTOPS_ALLOW_SCREENSHOTS','quit','4|0|2|1|3','patchQuit','5|1|2|3|4|0'];a63_0x19fa=function(){return _0x787164;};return a63_0x19fa();}var a63_0x15c5a0=a63_0x22ec;function a63_0x22ec(_0x5223cd,_0x11cfb4){var _0x19fad0=a63_0x19fa();return a63_0x22ec=function(_0x22ec43,_0x3b0f7e){_0x22ec43=_0x22ec43-0x9b;var _0x1119d5=_0x19fad0[_0x22ec43];return _0x1119d5;},a63_0x22ec(_0x5223cd,_0x11cfb4);}(function(_0x4260ee,_0x4da617){var _0x24c0b4=a63_0x22ec,_0x5e2383=_0x4260ee();while(!![]){try{var _0x54bff0=parseInt(_0x24c0b4(0xac))/0x1+-parseInt(_0x24c0b4(0xbd))/0x2+-parseInt(_0x24c0b4(0x9d))/0x3*(parseInt(_0x24c0b4(0xc3))/0x4)+parseInt(_0x24c0b4(0xb8))/0x5*(parseInt(_0x24c0b4(0xa6))/0x6)+parseInt(_0x24c0b4(0xa0))/0x7*(-parseInt(_0x24c0b4(0xb4))/0x8)+-parseInt(_0x24c0b4(0xb5))/0x9*(-parseInt(_0x24c0b4(0xa9))/0xa)+-parseInt(_0x24c0b4(0xa3))/0xb*(-parseInt(_0x24c0b4(0xad))/0xc);if(_0x54bff0===_0x4da617)break;else _0x5e2383['push'](_0x5e2383['shift']());}catch(_0xf7fc75){_0x5e2383['push'](_0x5e2383['shift']());}}}(a63_0x19fa,0x49432),exports[a63_0x15c5a0(0xae)]=_0x278cc0=>{var _0x1822c5=a63_0x15c5a0,_0x5f5e08={'vMYnO':_0x1822c5(0xb3),'xOIAE':function(_0x4b6529,_0x17a83f){return _0x4b6529!==_0x17a83f;},'QIQXX':_0x1822c5(0xa5),'QPVqM':_0x1822c5(0xa1),'gMLWV':function(_0x1f59fd,_0x16e965){return _0x1f59fd(_0x16e965);}},_0x5b563a=_0x5f5e08['vMYnO'][_0x1822c5(0xba)]('|'),_0x22fa97=0x0;while(!![]){switch(_0x5b563a[_0x22fa97++]){case'0':_0x278cc0[_0x1822c5(0xc1)]=()=>{var _0x1869c6=_0x1822c5,_0x3bad42={'RxsyI':_0x55a4e8[_0x1869c6(0x9f)],'JzyhV':function(_0x511819,_0x2e4f64){return _0x55a4e8['GAAnv'](_0x511819,_0x2e4f64);}};return new Promise(function(_0x5054bc,_0x5d2b54){var _0x3193fa=_0x1869c6;_0x278cc0['initScreenshot']()[_0x3193fa(0xb7)](_0x2adc22=>{var _0x4fe50c=_0x3193fa;process['emit'](_0x4fe50c(0x9c)+process[_0x4fe50c(0xa4)],{'timestamp':new Date()['toISOString'](),'message':_0x2adc22,'kind':_0x3bad42[_0x4fe50c(0xc0)]}),_0x3bad42[_0x4fe50c(0xb6)](_0x5054bc,_0x2adc22);});});};continue;case'1':if(_0x5f5e08[_0x1822c5(0xab)](process[_0x1822c5(0xbe)][_0x1822c5(0xaf)],_0x5f5e08['QIQXX']))return;continue;case'2':if(_0x278cc0[_0x1822c5(0xa7)])return;continue;case'3':_0x278cc0[_0x1822c5(0xa7)]=!![];continue;case'4':_0x278cc0['initScreenshot']=_0x278cc0[_0x1822c5(0xc1)];continue;case'5':var _0x55a4e8={'gLnWf':_0x5f5e08[_0x1822c5(0xa2)],'GAAnv':function(_0xe63556,_0x4503e9){return _0x5f5e08['gMLWV'](_0xe63556,_0x4503e9);}};continue;}break;}},exports[a63_0x15c5a0(0xbf)]=(_0x2d3eed,_0x11376e=null)=>{var _0xe867a7=a63_0x15c5a0,_0x22f81c={'RmNFV':_0xe867a7(0xb1),'BAIMG':function(_0x5b69f2){return _0x5b69f2();},'SxKAb':function(_0xd25ae7,_0x36fceb){return _0xd25ae7>_0x36fceb;},'gbkjM':function(_0x129804,_0x3fc7fe){return _0x129804>_0x3fc7fe;}},_0x419885=_0x22f81c['RmNFV'][_0xe867a7(0xba)]('|'),_0x3b81ec=0x0;while(!![]){switch(_0x419885[_0x3b81ec++]){case'0':if(_0x2d3eed['patchQuit'])return;continue;case'1':_0x2d3eed[_0xe867a7(0xaa)]=_0x2d3eed[_0xe867a7(0xb0)];continue;case'2':_0x2d3eed[_0xe867a7(0xb2)]=!![];continue;case'3':_0x2d3eed[_0xe867a7(0xb0)]=()=>{var _0x3a500f=_0xe867a7,_0x2aad8e={'ZqmUz':function(_0x59ce88){var _0x3416e4=a63_0x22ec;return _0x194150[_0x3416e4(0xc2)](_0x59ce88);}};if(_0x11376e){_0x11376e[_0x3a500f(0xbc)]+=0x1;if(_0x194150[_0x3a500f(0xa8)](_0x11376e[_0x3a500f(0xbc)],0x1))return _0x2d3eed['initQuit']();}else{_0x2d3eed[_0x3a500f(0xbc)]+=0x1;if(_0x194150[_0x3a500f(0x9e)](_0x2d3eed[_0x3a500f(0xbc)],0x1))return _0x2d3eed[_0x3a500f(0xaa)]();}return new Promise(function(_0x516a03){var _0x4d0fd7=_0x3a500f;_0x2aad8e[_0x4d0fd7(0xbb)](_0x516a03);});};continue;case'4':var _0x194150={'lDcaE':function(_0x462f4c){var _0x463807=_0xe867a7;return _0x22f81c[_0x463807(0xc4)](_0x462f4c);},'VQNBJ':function(_0x548338,_0x3b6a57){var _0x32f6c1=_0xe867a7;return _0x22f81c[_0x32f6c1(0x9b)](_0x548338,_0x3b6a57);},'Cwknj':function(_0x53b544,_0x30236c){var _0x244a41=_0xe867a7;return _0x22f81c[_0x244a41(0xb9)](_0x53b544,_0x30236c);}};continue;}break;}});
@@ -1 +1 @@
1
- function a64_0x3b99(_0x3bf918,_0x1f4783){const _0x5b6d0e=a64_0x5b6d();return a64_0x3b99=function(_0x3b9911,_0x29b0b6){_0x3b9911=_0x3b9911-0x1a1;let _0x44112c=_0x5b6d0e[_0x3b9911];return _0x44112c;},a64_0x3b99(_0x3bf918,_0x1f4783);}function a64_0x5b6d(){const _0x1e2e97=['start','PERCY_TOKEN','SvrWJ','uDnmy','debug','91152MGMKKk','percy.json','GET','OOntF','app','ycjKz','4452920pzqdAv','version','isRunning','push','http://localhost:5338','cLIdy','path','SYgss','data','writeFile','stringify','close','XjjtL','nodeRequest','jgfDl','api/app_percy/get_project_token?name=','KTtwb','pipe','stderr','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','../logger','NHuCo','434632GqPkPU','tmpdir','stdout','getBinaryPath','projectName','stop','percyOptions','3HFigSc','1429463ZYzCrk','automate','fetchPercyToken','assign','./PercyBinary','exec:stop','error','WTAbz','flags','2362582CuicgY','createWriteStream','qAmhr','736541zjJHUM','isProcessRunning','percy.log','child_process','token','healthcheck','khzwg','4024NjISqO','vJzry','ATmvL','app:exec','../helper','6857634lGMmVS','OJqiK','join','&type=','Error\x20creating\x20percy\x20config:\x20','NgcFV','fHebx','exports','createPercyConfig','env'];a64_0x5b6d=function(){return _0x1e2e97;};return a64_0x5b6d();}const a64_0x5bc341=a64_0x3b99;(function(_0x1c3bbe,_0x52ec0a){const _0x416e67=a64_0x3b99,_0x3aed44=_0x1c3bbe();while(!![]){try{const _0x80f3f5=-parseInt(_0x416e67(0x1b7))/0x1+-parseInt(_0x416e67(0x1b4))/0x2*(parseInt(_0x416e67(0x1aa))/0x3)+-parseInt(_0x416e67(0x1a3))/0x4+-parseInt(_0x416e67(0x1d8))/0x5+-parseInt(_0x416e67(0x1c3))/0x6+-parseInt(_0x416e67(0x1ab))/0x7+parseInt(_0x416e67(0x1be))/0x8*(parseInt(_0x416e67(0x1d2))/0x9);if(_0x80f3f5===_0x52ec0a)break;else _0x3aed44['push'](_0x3aed44['shift']());}catch(_0x48a82f){_0x3aed44['push'](_0x3aed44['shift']());}}}(a64_0x5b6d,0xcaad2));const fs=require('fs'),path=require(a64_0x5bc341(0x1de)),os=require('os'),{spawn}=require(a64_0x5bc341(0x1ba)),helper=require(a64_0x5bc341(0x1c2)),logger=require(a64_0x5bc341(0x1a1))['winstonLogger'],{logDir}=require('../logger'),PercyBinary=require(a64_0x5bc341(0x1af));class Percy{#logfile=path[a64_0x5bc341(0x1c5)](logDir,a64_0x5bc341(0x1b9));#address=process[a64_0x5bc341(0x1cc)]['PERCY_SERVER_ADDRESS']||a64_0x5bc341(0x1dc);#binaryPath=null;#config=null;#proc=null;#isApp=![];[a64_0x5bc341(0x1b8)]=![];constructor(_0x781e4a){this.#config=_0x781e4a,!!_0x781e4a['app']&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x2e4576=a64_0x5bc341;if(!this.#binaryPath){const _0x41a2b5=new PercyBinary();this.#binaryPath=await _0x41a2b5[_0x2e4576(0x1a6)](this.#config);}return this.#binaryPath;}async #sleep(_0x457092){return new Promise(_0x1ee6e9=>setTimeout(_0x1ee6e9,_0x457092));}async[a64_0x5bc341(0x1bc)](){const _0x31046e=a64_0x5bc341,_0x217a72={};_0x217a72[_0x31046e(0x1bd)]=_0x31046e(0x1d4),_0x217a72[_0x31046e(0x1e4)]='percy/healthcheck';const _0x307a51=_0x217a72;try{const _0x306ddd=await helper[_0x31046e(0x1e5)](_0x307a51[_0x31046e(0x1bd)],_0x307a51[_0x31046e(0x1e4)],null,null,this.#address);if(_0x306ddd)return!![];}catch(_0x589a58){return![];}}async[a64_0x5bc341(0x1cd)](){const _0x712148=a64_0x5bc341,_0x4de324={'SYgss':_0x712148(0x1c1),'WTAbz':'exec','SvrWJ':function(_0x377b1e,_0x1240af,_0x577458,_0x13236f){return _0x377b1e(_0x1240af,_0x577458,_0x13236f);},'KBFew':_0x712148(0x1e3),'NNfZM':'Percy\x20healthcheck\x20successful'},_0x66aa76=await this.#getBinaryPath(),_0xbaef2a={};_0xbaef2a[_0x712148(0x1b3)]='a';const _0xbee09f=fs[_0x712148(0x1b5)](this.#logfile,_0xbaef2a),_0x3620ba=await this[_0x712148(0x1ad)](),_0x3d26ad=await this[_0x712148(0x1cb)]();if(!_0x3620ba)return![];const _0x4a7038=[(this.#isApp?_0x4de324[_0x712148(0x1df)]:_0x4de324[_0x712148(0x1b2)])+':start'];_0x3d26ad&&_0x4a7038[_0x712148(0x1db)]('-c',_0x3d26ad);const _0x7fb239={};_0x7fb239[_0x712148(0x1ce)]=_0x3620ba,this.#proc=_0x4de324[_0x712148(0x1cf)](spawn,_0x66aa76,_0x4a7038,{'env':Object[_0x712148(0x1ae)](process[_0x712148(0x1cc)],_0x7fb239)}),this.#proc[_0x712148(0x1a5)][_0x712148(0x1e9)](_0xbee09f),this.#proc[_0x712148(0x1ea)][_0x712148(0x1e9)](_0xbee09f),this[_0x712148(0x1b8)]=!![];var _0x54c9b9=this;this.#proc['on'](_0x4de324['KBFew'],function(_0x120ba6){const _0x3a1964=_0x712148;_0x54c9b9[_0x3a1964(0x1b8)]=![];});do{const _0x4a8807=await this[_0x712148(0x1bc)]();if(_0x4a8807)return logger[_0x712148(0x1d1)](_0x4de324['NNfZM']),!![];await this.#sleep(0x3e8);}while(this[_0x712148(0x1b8)]);return![];}async[a64_0x5bc341(0x1a8)](){const _0x25e60c=a64_0x5bc341,_0x35500b={'fHebx':function(_0x20b288,_0x27edd9){return _0x20b288(_0x27edd9);},'PIgBi':function(_0x34be73,_0x4661ce,_0x9c583f){return _0x34be73(_0x4661ce,_0x9c583f);},'ycjKz':_0x25e60c(0x1b0),'NHuCo':'close'},_0x39e922=await this.#getBinaryPath();return new Promise((_0x130868,_0x28f065)=>{const _0xc88c70=_0x25e60c,_0x3b53ed={'cLIdy':function(_0x4305c6,_0x20a3b4){const _0x483743=a64_0x3b99;return _0x35500b[_0x483743(0x1c9)](_0x4305c6,_0x20a3b4);}},_0x4f245f=_0x35500b['PIgBi'](spawn,_0x39e922,[_0x35500b[_0xc88c70(0x1d7)]]);_0x4f245f['on'](_0x35500b[_0xc88c70(0x1a2)],_0x54cfa9=>{const _0x43b0c9=_0xc88c70;this[_0x43b0c9(0x1b8)]=![],_0x3b53ed[_0x43b0c9(0x1dd)](_0x130868,_0x54cfa9);});});}[a64_0x5bc341(0x1da)](){const _0x170eb4=a64_0x5bc341;return this[_0x170eb4(0x1b8)];}async[a64_0x5bc341(0x1ad)](){const _0x301ee4=a64_0x5bc341,_0x4581aa={};_0x4581aa[_0x301ee4(0x1c8)]=_0x301ee4(0x1d6),_0x4581aa['KTtwb']=_0x301ee4(0x1ac),_0x4581aa[_0x301ee4(0x1c4)]='GET',_0x4581aa['DZqXM']='Percy\x20fetch\x20token\x20success';const _0x5b18e5=_0x4581aa,_0x43fdb1=this.#config[_0x301ee4(0x1a7)];try{const _0x361f70=this.#isApp?_0x5b18e5[_0x301ee4(0x1c8)]:_0x5b18e5[_0x301ee4(0x1e8)],_0x4017e5=await helper['nodeRequest'](_0x5b18e5[_0x301ee4(0x1c4)],_0x301ee4(0x1e7)+_0x43fdb1+_0x301ee4(0x1c6)+_0x361f70,{},this.#config),_0x3558d7=_0x4017e5[_0x301ee4(0x1e0)];return logger[_0x301ee4(0x1d1)](_0x5b18e5['DZqXM']),_0x3558d7[_0x301ee4(0x1bb)];}catch(_0x6a1fa4){return logger[_0x301ee4(0x1b1)](_0x301ee4(0x1eb)+_0x6a1fa4),null;}}async[a64_0x5bc341(0x1cb)](){const _0x45d3df=a64_0x5bc341,_0x511dbf={'ATmvL':function(_0x424e,_0x2784f4){return _0x424e(_0x2784f4);},'uDnmy':function(_0x509e5,_0x42b258){return _0x509e5+_0x42b258;},'KGSGT':'Percy\x20config\x20created\x20at\x20','vJzry':_0x45d3df(0x1d3)};if(!this.#config[_0x45d3df(0x1a9)])return null;const _0x3ec248=path[_0x45d3df(0x1c5)](os[_0x45d3df(0x1a4)](),_0x511dbf[_0x45d3df(0x1bf)]),_0x287d70=this.#config[_0x45d3df(0x1a9)];return!_0x287d70['version']&&(_0x287d70[_0x45d3df(0x1d9)]='2'),new Promise((_0x10fa9e,_0x2a97eb)=>{const _0x2cfb29=_0x45d3df,_0x5cf82d={'jgfDl':function(_0x184e76,_0x4dd811){const _0x400b9f=a64_0x3b99;return _0x511dbf[_0x400b9f(0x1c0)](_0x184e76,_0x4dd811);},'OOntF':function(_0x2313d9,_0x1a4f62){const _0x2fa69a=a64_0x3b99;return _0x511dbf[_0x2fa69a(0x1d0)](_0x2313d9,_0x1a4f62);},'qAmhr':_0x511dbf['KGSGT']};fs[_0x2cfb29(0x1e1)](_0x3ec248,JSON[_0x2cfb29(0x1e2)](_0x287d70),_0x135344=>{const _0x444d28=_0x2cfb29;_0x135344&&(logger[_0x444d28(0x1b1)](_0x444d28(0x1c7)+_0x135344),_0x5cf82d[_0x444d28(0x1e6)](_0x10fa9e,null)),logger['debug'](_0x5cf82d[_0x444d28(0x1d5)](_0x5cf82d[_0x444d28(0x1b6)],_0x3ec248)),_0x5cf82d[_0x444d28(0x1e6)](_0x10fa9e,_0x3ec248);});});}}module[a64_0x5bc341(0x1ca)]=Percy;
1
+ const a64_0x373fe2=a64_0x2324;function a64_0x2324(_0x51714e,_0xd5af5c){const _0xe0a207=a64_0xe0a2();return a64_0x2324=function(_0x232459,_0x13843e){_0x232459=_0x232459-0x18f;let _0x3e7bf8=_0xe0a207[_0x232459];return _0x3e7bf8;},a64_0x2324(_0x51714e,_0xd5af5c);}(function(_0x21ed4c,_0x9ac6e7){const _0x4c925e=a64_0x2324,_0x1511af=_0x21ed4c();while(!![]){try{const _0x4a1990=parseInt(_0x4c925e(0x1c9))/0x1+parseInt(_0x4c925e(0x197))/0x2+-parseInt(_0x4c925e(0x1c7))/0x3*(parseInt(_0x4c925e(0x1a8))/0x4)+parseInt(_0x4c925e(0x1a0))/0x5+parseInt(_0x4c925e(0x1c4))/0x6*(parseInt(_0x4c925e(0x1b1))/0x7)+parseInt(_0x4c925e(0x1a3))/0x8+-parseInt(_0x4c925e(0x1bb))/0x9;if(_0x4a1990===_0x9ac6e7)break;else _0x1511af['push'](_0x1511af['shift']());}catch(_0x1f7d8d){_0x1511af['push'](_0x1511af['shift']());}}}(a64_0xe0a2,0x28496));const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require('child_process'),helper=require(a64_0x373fe2(0x194)),logger=require(a64_0x373fe2(0x1ae))['winstonLogger'],{logDir}=require(a64_0x373fe2(0x1ae)),PercyBinary=require('./PercyBinary');class Percy{#logfile=path[a64_0x373fe2(0x19a)](logDir,a64_0x373fe2(0x190));#address=process[a64_0x373fe2(0x1a7)][a64_0x373fe2(0x1c6)]||a64_0x373fe2(0x1b4);#binaryPath=null;#config=null;#proc=null;#isApp=![];['isProcessRunning']=![];constructor(_0x385e0d){const _0x472443=a64_0x373fe2;this.#config=_0x385e0d,!!_0x385e0d[_0x472443(0x1a1)]&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x4ded1d=a64_0x373fe2;if(!this.#binaryPath){const _0x3eee54=new PercyBinary();this.#binaryPath=await _0x3eee54[_0x4ded1d(0x1ce)](this.#config);}return this.#binaryPath;}async #sleep(_0x5b8a44){return new Promise(_0x57d3ef=>setTimeout(_0x57d3ef,_0x5b8a44));}async[a64_0x373fe2(0x19f)](){const _0x206f8b=a64_0x373fe2,_0x157b26={};_0x157b26[_0x206f8b(0x195)]=_0x206f8b(0x1ab),_0x157b26[_0x206f8b(0x1a9)]='percy/healthcheck';const _0x5e5ca7=_0x157b26;try{const _0x1ce403=await helper[_0x206f8b(0x196)](_0x5e5ca7[_0x206f8b(0x195)],_0x5e5ca7['QHnuM'],null,null,this.#address);if(_0x1ce403)return!![];}catch(_0x2b0f09){return![];}}async[a64_0x373fe2(0x1bd)](){const _0x30208d=a64_0x373fe2,_0x3bf555={'tusrq':'app:exec','JnpqE':_0x30208d(0x1af),'nXLWA':function(_0x272655,_0x5d452e,_0x394400,_0x3e6160){return _0x272655(_0x5d452e,_0x394400,_0x3e6160);},'OoMFX':_0x30208d(0x1bf),'LxuGz':_0x30208d(0x192)},_0x4ba172=await this.#getBinaryPath(),_0x17ed0={};_0x17ed0['flags']='a';const _0x38fdd7=fs['createWriteStream'](this.#logfile,_0x17ed0),_0x1afefd=await this[_0x30208d(0x1b0)](),_0xf7e1ee=await this[_0x30208d(0x1cb)]();if(!_0x1afefd)return![];const _0x5dc716=[(this.#isApp?_0x3bf555[_0x30208d(0x1ad)]:_0x3bf555[_0x30208d(0x191)])+_0x30208d(0x1c8)];_0xf7e1ee&&_0x5dc716[_0x30208d(0x19c)]('-c',_0xf7e1ee);const _0x21c387={};_0x21c387['PERCY_TOKEN']=_0x1afefd,this.#proc=_0x3bf555['nXLWA'](spawn,_0x4ba172,_0x5dc716,{'env':Object[_0x30208d(0x1b9)](process[_0x30208d(0x1a7)],_0x21c387)}),this.#proc[_0x30208d(0x1aa)][_0x30208d(0x1a2)](_0x38fdd7),this.#proc['stderr'][_0x30208d(0x1a2)](_0x38fdd7),this[_0x30208d(0x1cf)]=!![];var _0x4bdb5d=this;this.#proc['on'](_0x3bf555[_0x30208d(0x1a5)],function(_0x3ee9b7){_0x4bdb5d['isProcessRunning']=![];});do{const _0x56b2aa=await this[_0x30208d(0x19f)]();if(_0x56b2aa)return logger['debug'](_0x3bf555[_0x30208d(0x1cc)]),!![];await this.#sleep(0x3e8);}while(this[_0x30208d(0x1cf)]);return![];}async[a64_0x373fe2(0x1bc)](){const _0x15007d=a64_0x373fe2,_0x35ba19={'SYzLn':function(_0x45d3df,_0x4454f2){return _0x45d3df(_0x4454f2);},'dCVxJ':function(_0x1aef65,_0x11f457,_0x561295){return _0x1aef65(_0x11f457,_0x561295);},'FwHEn':'exec:stop','gcLBi':_0x15007d(0x1bf)},_0x14d71e=await this.#getBinaryPath();return new Promise((_0x2a1db3,_0x1c7825)=>{const _0x3969a4=_0x15007d,_0x8fc5f1=_0x35ba19['dCVxJ'](spawn,_0x14d71e,[_0x35ba19[_0x3969a4(0x19b)]]);_0x8fc5f1['on'](_0x35ba19[_0x3969a4(0x193)],_0x313d82=>{const _0x14779c=_0x3969a4;this[_0x14779c(0x1cf)]=![],_0x35ba19[_0x14779c(0x1b5)](_0x2a1db3,_0x313d82);});});}[a64_0x373fe2(0x1c1)](){return this['isProcessRunning'];}async['fetchPercyToken'](){const _0x23449f=a64_0x373fe2,_0x50e0b7={};_0x50e0b7['BdxiL']=_0x23449f(0x1a1),_0x50e0b7[_0x23449f(0x1c5)]=_0x23449f(0x199),_0x50e0b7[_0x23449f(0x1a4)]='GET',_0x50e0b7[_0x23449f(0x1b6)]='Percy\x20fetch\x20token\x20success';const _0x5a9bf2=_0x50e0b7,_0x2687de=this.#config[_0x23449f(0x1a6)];try{const _0x11a201=this.#isApp?_0x5a9bf2['BdxiL']:_0x5a9bf2[_0x23449f(0x1c5)],_0x4f7bc3=await helper[_0x23449f(0x196)](_0x5a9bf2[_0x23449f(0x1a4)],'api/app_percy/get_project_token?name='+_0x2687de+'&type='+_0x11a201,{},this.#config),_0x10a698=_0x4f7bc3[_0x23449f(0x1c0)];return logger[_0x23449f(0x1b8)](_0x5a9bf2[_0x23449f(0x1b6)]),_0x10a698[_0x23449f(0x1ac)];}catch(_0x57a104){return logger[_0x23449f(0x1be)](_0x23449f(0x1cd)+_0x57a104),null;}}async[a64_0x373fe2(0x1cb)](){const _0x40d33a=a64_0x373fe2,_0x265ce2={'agTvI':function(_0x1f72a5,_0x74fd7d){return _0x1f72a5(_0x74fd7d);},'RkjgD':function(_0x2dfc9a,_0x47d2a3){return _0x2dfc9a+_0x47d2a3;},'GTdSG':_0x40d33a(0x1b3),'lHygI':_0x40d33a(0x1b7)};if(!this.#config[_0x40d33a(0x18f)])return null;const _0x1db770=path['join'](os[_0x40d33a(0x19d)](),_0x265ce2['lHygI']),_0x2092d9=this.#config[_0x40d33a(0x18f)];return!_0x2092d9[_0x40d33a(0x1c3)]&&(_0x2092d9[_0x40d33a(0x1c3)]='2'),new Promise((_0x3cc57d,_0x4f1425)=>{const _0x4d38d4=_0x40d33a;fs[_0x4d38d4(0x19e)](_0x1db770,JSON[_0x4d38d4(0x1b2)](_0x2092d9),_0x5a0ba1=>{const _0xa3adef=_0x4d38d4;_0x5a0ba1&&(logger[_0xa3adef(0x1be)]('Error\x20creating\x20percy\x20config:\x20'+_0x5a0ba1),_0x265ce2[_0xa3adef(0x1ca)](_0x3cc57d,null)),logger[_0xa3adef(0x1b8)](_0x265ce2[_0xa3adef(0x1ba)](_0x265ce2[_0xa3adef(0x1c2)],_0x1db770)),_0x265ce2['agTvI'](_0x3cc57d,_0x1db770);});});}}module[a64_0x373fe2(0x198)]=Percy;function a64_0xe0a2(){const _0x33af27=['50638eFCCUo','stringify','Percy\x20config\x20created\x20at\x20','http://localhost:5338','SYzLn','BUDgp','percy.json','debug','assign','RkjgD','5787189azKsrD','stop','start','error','close','data','isRunning','GTdSG','version','90bHrrjy','fwAaA','PERCY_SERVER_ADDRESS','3183RdvUBq',':start','76855lNemOV','agTvI','createPercyConfig','LxuGz','Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20','getBinaryPath','isProcessRunning','percyOptions','percy.log','JnpqE','Percy\x20healthcheck\x20successful','gcLBi','../helper','PFjGX','nodeRequest','377394pNHTmO','exports','automate','join','FwHEn','push','tmpdir','writeFile','healthcheck','1006940zPsWZO','app','pipe','2361472oetSzW','eSaKB','OoMFX','projectName','env','236kQMuRI','QHnuM','stdout','GET','token','tusrq','../logger','exec','fetchPercyToken'];a64_0xe0a2=function(){return _0x33af27;};return a64_0xe0a2();}
@@ -1 +1 @@
1
- const a65_0x405280=a65_0x800c;(function(_0x399e5c,_0x5c769b){const _0x4a2ac5=a65_0x800c,_0x38f8a7=_0x399e5c();while(!![]){try{const _0x57a6fe=-parseInt(_0x4a2ac5(0x14d))/0x1+-parseInt(_0x4a2ac5(0xe9))/0x2+parseInt(_0x4a2ac5(0x101))/0x3*(parseInt(_0x4a2ac5(0xe1))/0x4)+-parseInt(_0x4a2ac5(0xd6))/0x5+-parseInt(_0x4a2ac5(0x141))/0x6+-parseInt(_0x4a2ac5(0x14a))/0x7+parseInt(_0x4a2ac5(0x11c))/0x8;if(_0x57a6fe===_0x5c769b)break;else _0x38f8a7['push'](_0x38f8a7['shift']());}catch(_0x153123){_0x38f8a7['push'](_0x38f8a7['shift']());}}}(a65_0x8fce,0xd03bd));function a65_0x8fce(){const _0x1afefc=['UIcPb','function','download','alFGw','fileName','VLIgH','JMfMZ','UDZfW','test','ZwHHs','vABdZ','USER','fIOKe','oMujM','.zip','USERNAME','cwd','jLkuS','26548400UuIyyy','host','end','percy.exe','data','LNAME','homedir','accessSync','USERPROFILE','rZbXb','readEntry','openReadStream','mkdirSync','child_process','getuid','0755','yauzl','OhoQM','ozKDF','FzoRX','RdTsE','GOpBg','gQysO','validateBinary','join','suBIc','agent','https://github.com/percy/cli/releases/latest/download','YyYVn','HDyqo','path','LsPMY','pipe','useCaCertificate','XXHVw','tKFec','dTKCV','689832mDphSK','DidXn','--version','error','yRJXr','qzJCO','match','tEpyg','open','3633826aOPOna','ICygM','haczs','1413294dwsXxv','wBMaw','createWriteStream','darwin','/percy-linux.zip','WASDC','VJHzA','lazyEntries','/root','OUojs','W_OK','length','/percy-win.zip','ryKkq','/home/','PosOm','https-proxy-agent','qExxz','eJQrW','8336775XHONfr','NkmRk','platform','jiETY','/Users/','fAYeV','readFileSync','nYPSu','ZTxMA','mkvJU','percy','8zIBLoM','TGZUV','R_OK','getBinaryPath','OWCnl','UkvGm','parse','aRRno','40344mhlbrC','statSync','nukrk','linux','LKSwr','USgkW','X_OK','kNoAb','HEAvQ','exports','yyYyB','proxyPort','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','proxyHost','undefined','port','pLxXn','EHbyt','Corrupt\x20percy\x20binary,\x20retrying','close','LdSvs','unlrU','RFGwf','ZjZEr','1903929OCAnBY','EeiGX','aSibl','once','KtmWc','chmod','qzDaZ','dIvVs','HOMEDRIVE'];a65_0x8fce=function(){return _0x1afefc;};return a65_0x8fce();}const {https}=require('follow-redirects'),url=require('url'),yauzl=require(a65_0x405280(0x12c)),fs=require('fs'),path=require(a65_0x405280(0x13a)),os=require('os'),{spawn}=require(a65_0x405280(0x129)),HttpsProxyAgent=require(a65_0x405280(0xd3)),logger=require('../logger')['winstonLogger'];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a65_0x405280(0xe0);#orderedPaths=[path[a65_0x405280(0x134)](this.#homedir(),'.browserstack'),process[a65_0x405280(0x11a)](),os['tmpdir']()];constructor(){const _0x55a30f=a65_0x405280,_0x27a69d={};_0x27a69d[_0x55a30f(0x139)]=_0x55a30f(0x137),_0x27a69d[_0x55a30f(0x13e)]=function(_0x2439c3,_0x59f851){return _0x2439c3+_0x59f851;},_0x27a69d[_0x55a30f(0xd9)]='/percy-osx.zip',_0x27a69d[_0x55a30f(0xf1)]=_0x55a30f(0x159),_0x27a69d['GOpBg']=_0x55a30f(0x11f),_0x27a69d[_0x55a30f(0x105)]=function(_0x2165e7,_0x11bd72){return _0x2165e7+_0x11bd72;},_0x27a69d[_0x55a30f(0x14c)]=_0x55a30f(0x151);const _0x45fb84=_0x27a69d,_0x3bbbf4=_0x45fb84[_0x55a30f(0x139)];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x45fb84['XXHVw'](_0x3bbbf4,_0x45fb84[_0x55a30f(0xd9)]);else this.#hostOS[_0x55a30f(0x147)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x45fb84[_0x55a30f(0x13e)](_0x3bbbf4,_0x45fb84['HEAvQ']),this.#binaryName=_0x45fb84[_0x55a30f(0x131)]):this.#httpPath=_0x45fb84['KtmWc'](_0x3bbbf4,_0x45fb84['haczs']);}#getAvailableDirs(){const _0x4135b4=a65_0x405280,_0x30222e={};_0x30222e[_0x4135b4(0xdf)]=function(_0x5df1c8,_0x526ebd){return _0x5df1c8<_0x526ebd;},_0x30222e[_0x4135b4(0xe8)]='Error\x20trying\x20to\x20download\x20percy\x20binary';const _0x4248cf=_0x30222e;for(var _0xa782bd=0x0;_0x4248cf['mkvJU'](_0xa782bd,this.#orderedPaths[_0x4135b4(0x158)]);_0xa782bd++){var _0x47f960=this.#orderedPaths[_0xa782bd];if(this.#makePath(_0x47f960))return _0x47f960;}throw new Error(_0x4248cf['aRRno']);}#makePath(_0x462cc5){const _0x153c0c=a65_0x405280;try{return!this.#checkPath(_0x462cc5)&&fs[_0x153c0c(0x128)](_0x462cc5),!![];}catch{return![];}}#checkPath(_0x1539b8,_0x312618){const _0xbf1666=a65_0x405280,_0x3a410d={};_0x3a410d[_0xbf1666(0xfa)]=function(_0x2a9095,_0x331387){return _0x2a9095|_0x331387;},_0x3a410d['cXWLr']=function(_0x561799,_0x14f32e){return _0x561799!==_0x14f32e;},_0x3a410d['ZwHHs']=_0xbf1666(0xf7);const _0x5c596=_0x3a410d;_0x312618=_0x312618||_0x5c596[_0xbf1666(0xfa)](fs[_0xbf1666(0xe3)],fs[_0xbf1666(0x157)]);try{return fs[_0xbf1666(0x123)](_0x1539b8,_0x312618),!![];}catch(_0x1e4ac8){if(_0x5c596['cXWLr'](typeof fs[_0xbf1666(0x123)],_0x5c596[_0xbf1666(0x113)]))return![];try{return fs[_0xbf1666(0xea)](_0x1539b8),!![];}catch(_0x1334a6){return![];}}}async[a65_0x405280(0xe4)](_0xb0cb08){const _0x3f1aac=a65_0x405280,_0x2a7922={};_0x2a7922[_0x3f1aac(0x14e)]=_0x3f1aac(0xfb);const _0x11de02=_0x2a7922;var _0x24a62c=this.#getAvailableDirs(),_0x58227f=path[_0x3f1aac(0x134)](_0x24a62c,this.#binaryName);if(this.#checkPath(_0x58227f,fs[_0x3f1aac(0xef)]))return _0x58227f;const _0x4b56e5=await this[_0x3f1aac(0x10c)](_0xb0cb08,_0x24a62c),_0x209ff6=await this[_0x3f1aac(0x133)](_0x4b56e5);if(!_0x209ff6)return logger['error'](_0x11de02[_0x3f1aac(0x14e)]),await this[_0x3f1aac(0x10c)](_0xb0cb08,_0x24a62c);return _0x4b56e5;}async[a65_0x405280(0x133)](_0x1d5f11){const _0xb15bb6=a65_0x405280,_0x3d5938={'dIvVs':function(_0x5bbece,_0x3b7c67){return _0x5bbece(_0x3b7c67);},'USgkW':function(_0x1f5045,_0x1de10b){return _0x1f5045(_0x1de10b);},'vABdZ':function(_0x53365b,_0x322429,_0x39301f){return _0x53365b(_0x322429,_0x39301f);},'IAWJk':_0xb15bb6(0x143),'RyARG':_0xb15bb6(0x120),'YyYVn':_0xb15bb6(0xfc)},_0x5f2d8f=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x36359b,_0x2dce73)=>{const _0x172165=_0xb15bb6,_0x1ac6e6={'alFGw':function(_0x5823b0,_0x4909cb){const _0x21393f=a65_0x800c;return _0x3d5938[_0x21393f(0xee)](_0x5823b0,_0x4909cb);}},_0x4b62df=_0x3d5938[_0x172165(0x114)](spawn,_0x1d5f11,[_0x3d5938['IAWJk']]);_0x4b62df['stdout']['on'](_0x3d5938['RyARG'],_0x13cb9f=>{const _0x4b9132=_0x172165;_0x5f2d8f[_0x4b9132(0x112)](_0x13cb9f)&&_0x3d5938[_0x4b9132(0x108)](_0x36359b,!![]);}),_0x4b62df['on'](_0x3d5938[_0x172165(0x138)],()=>{const _0x5363ad=_0x172165;_0x1ac6e6[_0x5363ad(0x10d)](_0x36359b,![]);});});}['download'](_0x48068a,_0xf66bee){const _0x1e194a=a65_0x405280,_0xecf3b9={'OhoQM':_0x1e194a(0xf5),'VLIgH':function(_0x56ac7e,_0x28a3f4){return _0x56ac7e(_0x28a3f4);},'suBIc':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','eJQrW':function(_0x22ce18,_0x14fc57){return _0x22ce18(_0x14fc57);},'puXmj':_0x1e194a(0x11e),'ryKkq':function(_0x2f6598,_0xea44b0){return _0x2f6598===_0xea44b0;},'EeiGX':_0x1e194a(0x12b),'qzDaZ':'entry','RdTsE':_0x1e194a(0x144),'LKSwr':'Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','tKFec':_0x1e194a(0xfc),'zgXdz':function(_0xa438ca,_0x356915){return _0xa438ca+_0x356915;},'dTKCV':_0x1e194a(0x118),'fGzrb':'Percy\x20download\x20failed\x20to\x20read\x20cert\x20file'};!this.#checkPath(_0xf66bee)&&fs[_0x1e194a(0x128)](_0xf66bee);const _0x4feb87=this.#binaryName,_0x90b413=path[_0x1e194a(0x134)](_0xf66bee,_0xecf3b9['zgXdz'](_0x4feb87,_0xecf3b9[_0x1e194a(0x140)])),_0x280621=path[_0x1e194a(0x134)](_0xf66bee,_0x4feb87),_0x590b49=fs[_0x1e194a(0x14f)](_0x90b413),_0x36fadf=url[_0x1e194a(0xe7)](this.#httpPath);if(_0x48068a['proxyHost']&&_0x48068a[_0x1e194a(0xf4)]){const _0x4aa2d9={};_0x4aa2d9[_0x1e194a(0x11d)]=_0x48068a[_0x1e194a(0xf6)],_0x4aa2d9[_0x1e194a(0xf8)]=_0x48068a[_0x1e194a(0xf4)],_0x36fadf[_0x1e194a(0x136)]=new HttpsProxyAgent(_0x4aa2d9);}if(_0x48068a[_0x1e194a(0x13d)])try{_0x36fadf['ca']=fs[_0x1e194a(0xdc)](_0x48068a[_0x1e194a(0x13d)]);}catch(_0x177bfc){logger[_0x1e194a(0x144)](_0xecf3b9['fGzrb'],_0x177bfc);}return new Promise((_0xb9b813,_0xb85dca)=>{const _0xaa8682=_0x1e194a,_0x4a9f75={'tVNFI':_0xecf3b9[_0xaa8682(0x135)],'PosOm':function(_0x43750b,_0x2bd3a6){const _0x4c85ae=_0xaa8682;return _0xecf3b9[_0x4c85ae(0xd5)](_0x43750b,_0x2bd3a6);},'WASDC':_0xecf3b9['puXmj'],'JMfMZ':function(_0x36331c,_0x520fc8){const _0xfc78d7=_0xaa8682;return _0xecf3b9[_0xfc78d7(0xd0)](_0x36331c,_0x520fc8);},'yyYyB':function(_0x5f334a,_0x410144){const _0x40e819=_0xaa8682;return _0xecf3b9[_0x40e819(0x10f)](_0x5f334a,_0x410144);},'gQysO':_0xecf3b9[_0xaa8682(0x102)],'OUojs':_0xecf3b9[_0xaa8682(0x107)],'qExxz':_0xecf3b9['RdTsE'],'Hympr':_0xecf3b9[_0xaa8682(0xed)],'NkmRk':_0xecf3b9[_0xaa8682(0x13f)]};https['get'](_0x36fadf,function(_0x399d08){const _0x149c04=_0xaa8682,_0x136b2f={'UDZfW':_0x4a9f75['Hympr'],'oMujM':function(_0x3a8411,_0x47b6cc){return _0x4a9f75['yyYyB'](_0x3a8411,_0x47b6cc);}};_0x399d08[_0x149c04(0x13c)](_0x590b49),_0x399d08['on'](_0x4a9f75[_0x149c04(0xd4)],function(_0x3df34e){const _0xd9525d=_0x149c04;logger['error'](_0x136b2f[_0xd9525d(0x111)],_0x3df34e),_0x136b2f[_0xd9525d(0x117)](_0xb85dca,_0x3df34e);}),_0x590b49['on'](_0x4a9f75[_0x149c04(0xd4)],function(_0x163b5c){logger['error'](_0x4a9f75['tVNFI'],_0x163b5c),_0x4a9f75['PosOm'](_0xb85dca,_0x163b5c);}),_0x590b49['on'](_0x4a9f75[_0x149c04(0xd7)],function(){const _0xd5ca12=_0x149c04,_0x1cf617={'rZbXb':function(_0x4c56ee,_0x22d3ef){const _0x18f383=a65_0x800c;return _0x4a9f75[_0x18f383(0xd2)](_0x4c56ee,_0x22d3ef);},'qzJCO':_0x4a9f75[_0xd5ca12(0x152)],'aSibl':function(_0x2035d4,_0x2b1adb){const _0x2fae6f=_0xd5ca12;return _0x4a9f75[_0x2fae6f(0x110)](_0x2035d4,_0x2b1adb);},'fIOKe':function(_0x3d655d,_0x5d18cf){const _0x21d5e8=_0xd5ca12;return _0x4a9f75[_0x21d5e8(0xf3)](_0x3d655d,_0x5d18cf);},'pLxXn':_0x4a9f75[_0xd5ca12(0x132)],'LsPMY':_0x4a9f75[_0xd5ca12(0x156)],'OWCnl':_0x4a9f75['qExxz']},_0x331357={};_0x331357[_0xd5ca12(0x154)]=!![],yauzl[_0xd5ca12(0x149)](_0x90b413,_0x331357,function(_0x2545a0,_0x409da6){const _0x5c3247=_0xd5ca12,_0x3c1393={'DidXn':function(_0x30ccf1,_0x51ddad){const _0x15e561=a65_0x800c;return _0x1cf617[_0x15e561(0x125)](_0x30ccf1,_0x51ddad);},'ozKDF':_0x1cf617[_0x5c3247(0x146)],'nukrk':function(_0x42a898,_0x5703c6){const _0x1f5d0f=_0x5c3247;return _0x1cf617[_0x1f5d0f(0x103)](_0x42a898,_0x5703c6);},'jLkuS':function(_0x22baa6,_0x580e7b){const _0x58e580=_0x5c3247;return _0x1cf617[_0x58e580(0x125)](_0x22baa6,_0x580e7b);},'nYPSu':function(_0x177b14,_0x223fc7){const _0xfdf3fa=_0x5c3247;return _0x1cf617[_0xfdf3fa(0x116)](_0x177b14,_0x223fc7);},'UkvGm':_0x1cf617[_0x5c3247(0xf9)]};_0x2545a0&&_0x1cf617[_0x5c3247(0x116)](_0xb85dca,_0x2545a0),_0x409da6[_0x5c3247(0x126)](),_0x409da6['on'](_0x1cf617[_0x5c3247(0x13b)],_0x52ddfa=>{const _0x165cc4=_0x5c3247;if(/\/$/['test'](_0x52ddfa[_0x165cc4(0x10e)]))_0x409da6[_0x165cc4(0x126)]();else{const _0x1e7f4e=fs[_0x165cc4(0x14f)](path[_0x165cc4(0x134)](_0xf66bee,_0x52ddfa[_0x165cc4(0x10e)]));_0x409da6[_0x165cc4(0x127)](_0x52ddfa,function(_0x5f31ab,_0x3a0678){const _0x1b0b7b=_0x165cc4;_0x5f31ab&&_0x3c1393[_0x1b0b7b(0x142)](_0xb85dca,_0x2545a0),_0x3a0678['on'](_0x3c1393[_0x1b0b7b(0x12e)],function(){const _0x20aa6d=_0x1b0b7b;_0x1e7f4e[_0x20aa6d(0xfc)](),_0x409da6[_0x20aa6d(0x126)]();}),_0x3a0678[_0x1b0b7b(0x13c)](_0x1e7f4e);}),_0x3c1393[_0x165cc4(0xeb)](_0x52ddfa[_0x165cc4(0x10e)],_0x4feb87)&&_0x409da6[_0x165cc4(0xfc)]();}}),_0x409da6['on'](_0x1cf617[_0x5c3247(0xe5)],_0x384855=>{const _0x39764c=_0x5c3247;_0x3c1393[_0x39764c(0x142)](_0xb85dca,_0x384855);}),_0x409da6[_0x5c3247(0x104)](_0x1cf617[_0x5c3247(0x146)],()=>{const _0x3225ca=_0x5c3247;fs[_0x3225ca(0x106)](_0x280621,_0x3c1393[_0x3225ca(0xe6)],function(_0x4bd369){const _0x38a797=_0x3225ca;_0x4bd369&&_0x3c1393[_0x38a797(0x11b)](_0xb85dca,_0x4bd369),_0x3c1393[_0x38a797(0xdd)](_0xb9b813,_0x280621);}),_0x409da6[_0x3225ca(0xfc)]();});});});})['on'](_0xecf3b9[_0xaa8682(0x130)],function(_0x1730cf){const _0x1b79d0=_0xaa8682;logger[_0x1b79d0(0x144)](_0xecf3b9[_0x1b79d0(0x12d)],_0x1730cf),_0xecf3b9['VLIgH'](_0xb85dca,_0x1730cf);});});}#homedir(){const _0x1cf337=a65_0x405280,_0x24b830={};_0x24b830['VJHzA']=function(_0x9a4ea0,_0x1d9db1){return _0x9a4ea0===_0x1d9db1;},_0x24b830['FzoRX']=_0x1cf337(0x10b),_0x24b830[_0x1cf337(0x14b)]='win32',_0x24b830[_0x1cf337(0xf0)]=function(_0x4c9ca2,_0x4f0445){return _0x4c9ca2+_0x4f0445;},_0x24b830[_0x1cf337(0xdb)]=_0x1cf337(0x150),_0x24b830[_0x1cf337(0xfd)]=function(_0x5ec00a,_0x31756e){return _0x5ec00a+_0x31756e;},_0x24b830[_0x1cf337(0x145)]=_0x1cf337(0xda),_0x24b830[_0x1cf337(0x148)]=function(_0x439e03,_0x2a446a){return _0x439e03===_0x2a446a;},_0x24b830[_0x1cf337(0x10a)]=_0x1cf337(0xec),_0x24b830[_0x1cf337(0xfe)]=function(_0x128187,_0x5a434a){return _0x128187===_0x5a434a;},_0x24b830[_0x1cf337(0xe2)]=_0x1cf337(0x155),_0x24b830[_0x1cf337(0xde)]=function(_0x84266f,_0x411ea2){return _0x84266f+_0x411ea2;},_0x24b830[_0x1cf337(0x100)]=_0x1cf337(0xd1),_0x24b830[_0x1cf337(0xff)]=function(_0x38b083,_0x3df596){return _0x38b083||_0x3df596;};const _0x389a4d=_0x24b830;if(_0x389a4d[_0x1cf337(0x153)](typeof os[_0x1cf337(0x122)],_0x389a4d[_0x1cf337(0x12f)]))return os[_0x1cf337(0x122)]();const _0xb46c95=process['env'],_0x363fd1=_0xb46c95['HOME'],_0x59325b=_0xb46c95['LOGNAME']||_0xb46c95[_0x1cf337(0x115)]||_0xb46c95[_0x1cf337(0x121)]||_0xb46c95[_0x1cf337(0x119)];if(_0x389a4d[_0x1cf337(0x153)](process[_0x1cf337(0xd8)],_0x389a4d[_0x1cf337(0x14b)]))return _0xb46c95[_0x1cf337(0x124)]||_0x389a4d[_0x1cf337(0xf0)](_0xb46c95[_0x1cf337(0x109)],_0xb46c95['HOMEPATH'])||_0x363fd1||null;if(_0x389a4d['VJHzA'](process[_0x1cf337(0xd8)],_0x389a4d['fAYeV']))return _0x363fd1||(_0x59325b?_0x389a4d[_0x1cf337(0xfd)](_0x389a4d[_0x1cf337(0x145)],_0x59325b):null);if(_0x389a4d[_0x1cf337(0x148)](process['platform'],_0x389a4d[_0x1cf337(0x10a)]))return _0x363fd1||(_0x389a4d[_0x1cf337(0xfe)](process[_0x1cf337(0x12a)](),0x0)?_0x389a4d[_0x1cf337(0xe2)]:_0x59325b?_0x389a4d['ZTxMA'](_0x389a4d[_0x1cf337(0x100)],_0x59325b):null);return _0x389a4d[_0x1cf337(0xff)](_0x363fd1,null);}}function a65_0x800c(_0x2e36b1,_0xaec7b6){const _0x8fcecc=a65_0x8fce();return a65_0x800c=function(_0x800cf1,_0x4e9d60){_0x800cf1=_0x800cf1-0xd0;let _0x44e372=_0x8fcecc[_0x800cf1];return _0x44e372;},a65_0x800c(_0x2e36b1,_0xaec7b6);}module[a65_0x405280(0xf2)]=PercyBinary;
1
+ function a65_0x22f9(_0x3b0e15,_0x404bbc){const _0x2e73c2=a65_0x2e73();return a65_0x22f9=function(_0x22f95e,_0x5849e9){_0x22f95e=_0x22f95e-0x138;let _0x435752=_0x2e73c2[_0x22f95e];return _0x435752;},a65_0x22f9(_0x3b0e15,_0x404bbc);}const a65_0x3f2605=a65_0x22f9;(function(_0x4867ab,_0x561235){const _0x5c7fd0=a65_0x22f9,_0x5a3706=_0x4867ab();while(!![]){try{const _0x23f767=-parseInt(_0x5c7fd0(0x1b6))/0x1+-parseInt(_0x5c7fd0(0x1a1))/0x2+-parseInt(_0x5c7fd0(0x176))/0x3+parseInt(_0x5c7fd0(0x15b))/0x4*(-parseInt(_0x5c7fd0(0x153))/0x5)+parseInt(_0x5c7fd0(0x148))/0x6+-parseInt(_0x5c7fd0(0x18c))/0x7+parseInt(_0x5c7fd0(0x161))/0x8;if(_0x23f767===_0x561235)break;else _0x5a3706['push'](_0x5a3706['shift']());}catch(_0x5b0476){_0x5a3706['push'](_0x5a3706['shift']());}}}(a65_0x2e73,0xb1790));const {https}=require(a65_0x3f2605(0x170)),url=require('url'),yauzl=require(a65_0x3f2605(0x15a)),fs=require('fs'),path=require(a65_0x3f2605(0x19e)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require('https-proxy-agent'),logger=require('../logger')[a65_0x3f2605(0x16f)];function a65_0x2e73(){const _0x41cba8=['OIfzX','stdout','ZCQue','undefined','PUVwr','close','4140420tzgzQQ','MOGKg','USERNAME','createWriteStream','homedir','PMwSz','function','getuid','/percy-osx.zip','HOMEPATH','validateBinary','1450480KKwzYv','.browserstack','/Users/','JyIHc','LOGNAME','rEQtE','TFyUV','yauzl','16FKzTgL','USER','bJeOB','--version','sBdKE','win32','28337808ggPbNR','jqWPL','vLxFq','VgorE','DGSdP','proxyHost','agent','DObUS','fileName','vOHTN','USERPROFILE','AmxjC','mSZQg','oXZRn','winstonLogger','follow-redirects','VEMAm','cbTsE','njHIb','kgaLA','percy','2338059fcQNhP','0755','accessSync','mkdirSync','error','jHdvg','download','Percy\x20download\x20failed\x20to\x20read\x20cert\x20file','NvxoE','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response','/percy-linux.zip','JieZY','.zip','EDNTE','Agixs','pipe','UGlbY','SVstk','end','openReadStream','ynyrK','R_OK','5863312eiUhJW','entry','qCOQt','useCaCertificate','LNAME','Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request','GakZJ','data','XHheE','readFileSync','KaHEh','port','vOLma','Error\x20trying\x20to\x20download\x20percy\x20binary','lEQoG','jkqaT','readEntry','TlqVu','path','QwcaS','HOME','389910TWsqTW','cghOo','mSZwb','Corrupt\x20percy\x20binary,\x20retrying','once','XtSXO','chmod','AoiNf','OyYHy','proxyPort','platform','EDZYX','VltsD','mIXZs','OuQJI','JUGyw','statSync','lazyEntries','match','LTYuO','spzaJ','533060mCiBZW','test','/percy-win.zip','KrGzt','zyfsE','join','XRUUy','X_OK','darwin','KAbTm','VOeEb','YNjAM','HOMEDRIVE','YArkQ'];a65_0x2e73=function(){return _0x41cba8;};return a65_0x2e73();}class PercyBinary{#hostOS=process[a65_0x3f2605(0x1ab)];#httpPath=null;#binaryName=a65_0x3f2605(0x175);#orderedPaths=[path[a65_0x3f2605(0x139)](this.#homedir(),a65_0x3f2605(0x154)),process['cwd'](),os['tmpdir']()];constructor(){const _0x2077c4=a65_0x3f2605,_0x178c5b={};_0x178c5b[_0x2077c4(0x13d)]='https://github.com/percy/cli/releases/latest/download',_0x178c5b['WYNJu']=function(_0x26d34d,_0x56d54){return _0x26d34d+_0x56d54;},_0x178c5b[_0x2077c4(0x1af)]=_0x2077c4(0x150),_0x178c5b[_0x2077c4(0x1b0)]=_0x2077c4(0x1b8),_0x178c5b[_0x2077c4(0x173)]='percy.exe',_0x178c5b['oXZRn']=function(_0x4dddc,_0xc8ea1b){return _0x4dddc+_0xc8ea1b;},_0x178c5b[_0x2077c4(0x138)]=_0x2077c4(0x180);const _0x2ec9d6=_0x178c5b,_0x23abb3=_0x2ec9d6[_0x2077c4(0x13d)];if(this.#hostOS[_0x2077c4(0x1b3)](/darwin|mac os/i))this.#httpPath=_0x2ec9d6['WYNJu'](_0x23abb3,_0x2ec9d6['OuQJI']);else this.#hostOS[_0x2077c4(0x1b3)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x2ec9d6['WYNJu'](_0x23abb3,_0x2ec9d6[_0x2077c4(0x1b0)]),this.#binaryName=_0x2ec9d6[_0x2077c4(0x173)]):this.#httpPath=_0x2ec9d6[_0x2077c4(0x16e)](_0x23abb3,_0x2ec9d6['zyfsE']);}#getAvailableDirs(){const _0x4e3a5f=a65_0x3f2605,_0x11ab8c={};_0x11ab8c[_0x4e3a5f(0x17b)]=function(_0x5ef152,_0x39deb7){return _0x5ef152<_0x39deb7;},_0x11ab8c[_0x4e3a5f(0x1a2)]=_0x4e3a5f(0x199);const _0x18dfda=_0x11ab8c;for(var _0x268d40=0x0;_0x18dfda['jHdvg'](_0x268d40,this.#orderedPaths['length']);_0x268d40++){var _0x4a1e74=this.#orderedPaths[_0x268d40];if(this.#makePath(_0x4a1e74))return _0x4a1e74;}throw new Error(_0x18dfda['cghOo']);}#makePath(_0xa6af83){const _0x958312=a65_0x3f2605;try{return!this.#checkPath(_0xa6af83)&&fs[_0x958312(0x179)](_0xa6af83),!![];}catch{return![];}}#checkPath(_0x2f9868,_0x3bd812){const _0x5049e2=a65_0x3f2605,_0x82aba8={};_0x82aba8[_0x5049e2(0x163)]=function(_0x5d3d41,_0x15c223){return _0x5d3d41|_0x15c223;},_0x82aba8[_0x5049e2(0x15f)]=function(_0x5da78f,_0x5f4129){return _0x5da78f!==_0x5f4129;},_0x82aba8['wwPSW']=_0x5049e2(0x145);const _0x2630dc=_0x82aba8;_0x3bd812=_0x3bd812||_0x2630dc[_0x5049e2(0x163)](fs[_0x5049e2(0x18b)],fs['W_OK']);try{return fs[_0x5049e2(0x178)](_0x2f9868,_0x3bd812),!![];}catch(_0x377104){if(_0x2630dc[_0x5049e2(0x15f)](typeof fs[_0x5049e2(0x178)],_0x2630dc['wwPSW']))return![];try{return fs[_0x5049e2(0x1b1)](_0x2f9868),!![];}catch(_0x2c463c){return![];}}}async['getBinaryPath'](_0x55f676){const _0x5476b7=a65_0x3f2605,_0x53dc2e={};_0x53dc2e[_0x5476b7(0x1ae)]=_0x5476b7(0x1a4);const _0xc77417=_0x53dc2e;var _0x4166cf=this.#getAvailableDirs(),_0x3c82a7=path['join'](_0x4166cf,this.#binaryName);if(this.#checkPath(_0x3c82a7,fs[_0x5476b7(0x13b)]))return _0x3c82a7;const _0x4af1a0=await this[_0x5476b7(0x17c)](_0x55f676,_0x4166cf),_0x4420ec=await this[_0x5476b7(0x152)](_0x4af1a0);if(!_0x4420ec)return logger[_0x5476b7(0x17a)](_0xc77417[_0x5476b7(0x1ae)]),await this['download'](_0x55f676,_0x4166cf);return _0x4af1a0;}async['validateBinary'](_0x10fb6d){const _0x171934=a65_0x3f2605,_0x16a8b2={'jSPir':function(_0x1eed07,_0x1bb4ff){return _0x1eed07(_0x1bb4ff);},'EDNTE':function(_0x551cbc,_0x3331ac,_0x2fb1b8){return _0x551cbc(_0x3331ac,_0x2fb1b8);},'VltsD':_0x171934(0x15e),'glfPC':_0x171934(0x193),'rEQtE':_0x171934(0x147)},_0x40d4e1=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x391003,_0xa32f86)=>{const _0x30ef64=_0x171934,_0x5793fe={'XRUUy':function(_0x36c261,_0x1b2661){return _0x16a8b2['jSPir'](_0x36c261,_0x1b2661);}},_0xfdc590=_0x16a8b2[_0x30ef64(0x183)](spawn,_0x10fb6d,[_0x16a8b2[_0x30ef64(0x1ad)]]);_0xfdc590[_0x30ef64(0x143)]['on'](_0x16a8b2['glfPC'],_0x3df69b=>{const _0x415cdc=_0x30ef64;_0x40d4e1[_0x415cdc(0x1b7)](_0x3df69b)&&_0x5793fe[_0x415cdc(0x13a)](_0x391003,!![]);}),_0xfdc590['on'](_0x16a8b2[_0x30ef64(0x158)],()=>{_0x5793fe['XRUUy'](_0x391003,![]);});});}[a65_0x3f2605(0x17c)](_0x4da351,_0x21ff0f){const _0x52cad0=a65_0x3f2605,_0x447de4={'JieZY':_0x52cad0(0x191),'NvxoE':function(_0x94bd74,_0x4762a0){return _0x94bd74(_0x4762a0);},'gKZwH':_0x52cad0(0x17f),'spzaJ':'Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file','ynyrK':function(_0x29909f,_0x346ff2){return _0x29909f(_0x346ff2);},'YArkQ':_0x52cad0(0x188),'GakZJ':_0x52cad0(0x18d),'JyIHc':'error','FeaAt':function(_0x3a953d,_0x3baef7){return _0x3a953d===_0x3baef7;},'LTYuO':_0x52cad0(0x177),'mSZwb':'close','AoiNf':function(_0x46657a,_0x1e0ab9){return _0x46657a+_0x1e0ab9;},'ZQOLb':_0x52cad0(0x182),'KaHEh':_0x52cad0(0x17d)};!this.#checkPath(_0x21ff0f)&&fs[_0x52cad0(0x179)](_0x21ff0f);const _0x51a06e=this.#binaryName,_0x557ff3=path[_0x52cad0(0x139)](_0x21ff0f,_0x447de4[_0x52cad0(0x1a8)](_0x51a06e,_0x447de4['ZQOLb'])),_0x39cac5=path['join'](_0x21ff0f,_0x51a06e),_0x5b6425=fs[_0x52cad0(0x14b)](_0x557ff3),_0x450de3=url['parse'](this.#httpPath);if(_0x4da351[_0x52cad0(0x166)]&&_0x4da351[_0x52cad0(0x1aa)]){const _0x443c4b={};_0x443c4b['host']=_0x4da351[_0x52cad0(0x166)],_0x443c4b[_0x52cad0(0x197)]=_0x4da351[_0x52cad0(0x1aa)],_0x450de3[_0x52cad0(0x167)]=new HttpsProxyAgent(_0x443c4b);}if(_0x4da351['useCaCertificate'])try{_0x450de3['ca']=fs[_0x52cad0(0x195)](_0x4da351[_0x52cad0(0x18f)]);}catch(_0x3d8d24){logger['error'](_0x447de4[_0x52cad0(0x196)],_0x3d8d24);}return new Promise((_0x47934d,_0x41ee17)=>{const _0x548ee4=_0x52cad0,_0x32dbb9={'cbTsE':_0x447de4['gKZwH'],'PMwSz':function(_0x2aa20b,_0x36b188){const _0x4ecf8c=a65_0x22f9;return _0x447de4[_0x4ecf8c(0x17e)](_0x2aa20b,_0x36b188);},'DObUS':_0x447de4[_0x548ee4(0x1b5)],'jqWPL':function(_0x219d25,_0x29e2a7){const _0x2e17f0=_0x548ee4;return _0x447de4[_0x2e17f0(0x18a)](_0x219d25,_0x29e2a7);},'EDZYX':_0x447de4[_0x548ee4(0x141)],'OIfzX':function(_0x54c1ba,_0x24f8ee){const _0x41f6e8=_0x548ee4;return _0x447de4[_0x41f6e8(0x17e)](_0x54c1ba,_0x24f8ee);},'AmxjC':_0x447de4[_0x548ee4(0x192)],'VOeEb':_0x447de4['JyIHc'],'nGcwr':function(_0x4680f6,_0x49d768){return _0x447de4['FeaAt'](_0x4680f6,_0x49d768);},'GVKJA':_0x447de4[_0x548ee4(0x1b4)],'qCOQt':_0x447de4[_0x548ee4(0x1a3)]};https['get'](_0x450de3,function(_0x32d256){const _0x4048fa=_0x548ee4,_0xd2b6bc={'YNjAM':function(_0x12ab8f,_0x329885){return _0x32dbb9['jqWPL'](_0x12ab8f,_0x329885);},'OyYHy':_0x32dbb9[_0x4048fa(0x1ac)],'XtSXO':function(_0x14f96d,_0x170c39){const _0x17afb6=_0x4048fa;return _0x32dbb9[_0x17afb6(0x14d)](_0x14f96d,_0x170c39);},'XHheE':function(_0x2d19b7,_0x59246f){const _0x4e1cdb=_0x4048fa;return _0x32dbb9[_0x4e1cdb(0x142)](_0x2d19b7,_0x59246f);},'ZCQue':function(_0x473c71,_0x244f6c){const _0x537bfa=_0x4048fa;return _0x32dbb9[_0x537bfa(0x162)](_0x473c71,_0x244f6c);},'peucl':function(_0x3968eb,_0x2115bd){const _0x5de03d=_0x4048fa;return _0x32dbb9[_0x5de03d(0x14d)](_0x3968eb,_0x2115bd);},'TlqVu':_0x32dbb9[_0x4048fa(0x16c)],'MOGKg':_0x32dbb9['VOeEb'],'PUVwr':function(_0x240548,_0x85b344){return _0x32dbb9['nGcwr'](_0x240548,_0x85b344);},'vOHTN':_0x32dbb9['GVKJA']};_0x32d256[_0x4048fa(0x185)](_0x5b6425),_0x32d256['on'](_0x32dbb9['VOeEb'],function(_0x1af7a3){const _0x5c2db9=_0x4048fa;logger[_0x5c2db9(0x17a)](_0x32dbb9[_0x5c2db9(0x172)],_0x1af7a3),_0x32dbb9[_0x5c2db9(0x14d)](_0x41ee17,_0x1af7a3);}),_0x5b6425['on'](_0x32dbb9[_0x4048fa(0x13e)],function(_0x267b5a){const _0x5e5658=_0x4048fa;logger[_0x5e5658(0x17a)](_0x32dbb9[_0x5e5658(0x168)],_0x267b5a),_0x32dbb9[_0x5e5658(0x14d)](_0x41ee17,_0x267b5a);}),_0x5b6425['on'](_0x32dbb9[_0x4048fa(0x18e)],function(){const _0x3905ef=_0x4048fa,_0xe42f61={'zEWbd':function(_0x228466,_0x40b017){const _0x2ed4e8=a65_0x22f9;return _0xd2b6bc[_0x2ed4e8(0x146)](_0x228466,_0x40b017);},'QwcaS':_0xd2b6bc[_0x3905ef(0x16a)]},_0x2bf0f9={};_0x2bf0f9[_0x3905ef(0x1b2)]=!![],yauzl['open'](_0x557ff3,_0x2bf0f9,function(_0x161589,_0x5e8351){const _0x43df92=_0x3905ef,_0x3dbab1={'lHnXn':function(_0x38a363,_0x27298c){const _0x47f5f2=a65_0x22f9;return _0xd2b6bc[_0x47f5f2(0x13f)](_0x38a363,_0x27298c);},'TFyUV':_0xd2b6bc[_0x43df92(0x1a9)],'jkqaT':function(_0x524189,_0x42755f){const _0x237651=_0x43df92;return _0xd2b6bc[_0x237651(0x1a6)](_0x524189,_0x42755f);},'VEMAm':function(_0x15ed71,_0x5ce7c9){const _0x1bbad1=_0x43df92;return _0xd2b6bc[_0x1bbad1(0x194)](_0x15ed71,_0x5ce7c9);},'bJeOB':function(_0x11731e,_0x246a28){const _0x46e8ce=_0x43df92;return _0xd2b6bc[_0x46e8ce(0x144)](_0x11731e,_0x246a28);}};_0x161589&&_0xd2b6bc['peucl'](_0x41ee17,_0x161589),_0x5e8351[_0x43df92(0x19c)](),_0x5e8351['on'](_0xd2b6bc[_0x43df92(0x19d)],_0x2207fa=>{const _0xe0fd9d=_0x43df92;if(/\/$/[_0xe0fd9d(0x1b7)](_0x2207fa[_0xe0fd9d(0x169)]))_0x5e8351['readEntry']();else{const _0x5ebd60=fs['createWriteStream'](path['join'](_0x21ff0f,_0x2207fa[_0xe0fd9d(0x169)]));_0x5e8351[_0xe0fd9d(0x189)](_0x2207fa,function(_0x1522f4,_0x5ec789){const _0x45ae9d=_0xe0fd9d;_0x1522f4&&_0x3dbab1['lHnXn'](_0x41ee17,_0x161589),_0x5ec789['on'](_0x3dbab1[_0x45ae9d(0x159)],function(){const _0x4e8c9a=_0x45ae9d;_0x5ebd60['close'](),_0x5e8351[_0x4e8c9a(0x19c)]();}),_0x5ec789[_0x45ae9d(0x185)](_0x5ebd60);}),_0xe42f61['zEWbd'](_0x2207fa['fileName'],_0x51a06e)&&_0x5e8351[_0xe0fd9d(0x147)]();}}),_0x5e8351['on'](_0xd2b6bc[_0x43df92(0x149)],_0x41133c=>{const _0x491f2d=_0x43df92;_0x3dbab1[_0x491f2d(0x19b)](_0x41ee17,_0x41133c);}),_0x5e8351[_0x43df92(0x1a5)](_0xd2b6bc[_0x43df92(0x1a9)],()=>{const _0x485cd1=_0x43df92;fs[_0x485cd1(0x1a7)](_0x39cac5,_0xe42f61[_0x485cd1(0x19f)],function(_0x4a71a5){const _0x46d271=_0x485cd1;_0x4a71a5&&_0x3dbab1[_0x46d271(0x171)](_0x41ee17,_0x4a71a5),_0x3dbab1[_0x46d271(0x15d)](_0x47934d,_0x39cac5);}),_0x5e8351[_0x485cd1(0x147)]();});});});})['on'](_0x447de4[_0x548ee4(0x156)],function(_0x41e33e){const _0x11f866=_0x548ee4;logger[_0x11f866(0x17a)](_0x447de4[_0x11f866(0x181)],_0x41e33e),_0x447de4[_0x11f866(0x17e)](_0x41ee17,_0x41e33e);});});}#homedir(){const _0x700d72=a65_0x3f2605,_0x103d75={};_0x103d75['fuoFx']=function(_0x5eae0a,_0x22ede4){return _0x5eae0a===_0x22ede4;},_0x103d75[_0x700d72(0x165)]=_0x700d72(0x14e),_0x103d75[_0x700d72(0x184)]=function(_0x3401f5,_0x5f0b1f){return _0x3401f5===_0x5f0b1f;},_0x103d75[_0x700d72(0x164)]=_0x700d72(0x160),_0x103d75[_0x700d72(0x1b9)]=function(_0x1bb652,_0x1cbe69){return _0x1bb652+_0x1cbe69;},_0x103d75[_0x700d72(0x19a)]=_0x700d72(0x13c),_0x103d75['amTEF']=_0x700d72(0x155),_0x103d75[_0x700d72(0x187)]=function(_0x922a37,_0x12e424){return _0x922a37===_0x12e424;},_0x103d75['mSZQg']='linux',_0x103d75[_0x700d72(0x198)]='/root',_0x103d75['CefmJ']=function(_0x40c338,_0x11873a){return _0x40c338+_0x11873a;},_0x103d75[_0x700d72(0x174)]='/home/',_0x103d75[_0x700d72(0x186)]=function(_0x447693,_0x3c0d50){return _0x447693||_0x3c0d50;};const _0x42dbab=_0x103d75;if(_0x42dbab['fuoFx'](typeof os['homedir'],_0x42dbab['DGSdP']))return os[_0x700d72(0x14c)]();const _0x2bc92c=process['env'],_0x225530=_0x2bc92c[_0x700d72(0x1a0)],_0x576292=_0x2bc92c[_0x700d72(0x157)]||_0x2bc92c[_0x700d72(0x15c)]||_0x2bc92c[_0x700d72(0x190)]||_0x2bc92c[_0x700d72(0x14a)];if(_0x42dbab[_0x700d72(0x184)](process[_0x700d72(0x1ab)],_0x42dbab[_0x700d72(0x164)]))return _0x2bc92c[_0x700d72(0x16b)]||_0x42dbab['KrGzt'](_0x2bc92c[_0x700d72(0x140)],_0x2bc92c[_0x700d72(0x151)])||_0x225530||null;if(_0x42dbab['Agixs'](process[_0x700d72(0x1ab)],_0x42dbab['lEQoG']))return _0x225530||(_0x576292?_0x42dbab[_0x700d72(0x1b9)](_0x42dbab['amTEF'],_0x576292):null);if(_0x42dbab['SVstk'](process[_0x700d72(0x1ab)],_0x42dbab[_0x700d72(0x16d)]))return _0x225530||(_0x42dbab['fuoFx'](process[_0x700d72(0x14f)](),0x0)?_0x42dbab[_0x700d72(0x198)]:_0x576292?_0x42dbab['CefmJ'](_0x42dbab[_0x700d72(0x174)],_0x576292):null);return _0x42dbab[_0x700d72(0x186)](_0x225530,null);}}module['exports']=PercyBinary;
@@ -1 +1 @@
1
- var a66_0x215083=a66_0x322b;function a66_0x4cf5(){var _0x1e18b6=['248226ETQZlA','getName','95vtcTGW','1048838woYUIQ','get','152XHdURE','1774512hhfRHn','849052OQtMBu','increment','117929RtCTJh','2CdssAH','exports','3178910JcXkwM','1380321OFRjJT'];a66_0x4cf5=function(){return _0x1e18b6;};return a66_0x4cf5();}(function(_0x2a4f6a,_0x32d0c0){var _0x5743ff=a66_0x322b,_0xeecf30=_0x2a4f6a();while(!![]){try{var _0x4c6d24=-parseInt(_0x5743ff(0xf5))/0x1*(parseInt(_0x5743ff(0xfc))/0x2)+parseInt(_0x5743ff(0xf8))/0x3+-parseInt(_0x5743ff(0xf9))/0x4+-parseInt(_0x5743ff(0xf4))/0x5*(-parseInt(_0x5743ff(0xf2))/0x6)+parseInt(_0x5743ff(0xfb))/0x7*(parseInt(_0x5743ff(0xf7))/0x8)+-parseInt(_0x5743ff(0xf1))/0x9+parseInt(_0x5743ff(0xf0))/0xa;if(_0x4c6d24===_0x32d0c0)break;else _0xeecf30['push'](_0xeecf30['shift']());}catch(_0x3767c3){_0xeecf30['push'](_0xeecf30['shift']());}}}(a66_0x4cf5,0x92beb));class PercyCaptureMap{#map={};[a66_0x215083(0xfa)](_0x349215,_0x159458){!this.#map[_0x349215]&&(this.#map[_0x349215]={}),!this.#map[_0x349215][_0x159458]&&(this.#map[_0x349215][_0x159458]=0x0),this.#map[_0x349215][_0x159458]++;}[a66_0x215083(0xf3)](_0x4ae3ce,_0x3a08f0){return _0x4ae3ce+'-'+_0x3a08f0+'-'+this['get'](_0x4ae3ce,_0x3a08f0);}[a66_0x215083(0xf6)](_0x2cb0a5,_0x2180db){if(!this.#map[_0x2cb0a5])return 0x0;if(!this.#map[_0x2cb0a5][_0x2180db])return 0x0;return this.#map[_0x2cb0a5][_0x2180db];}}function a66_0x322b(_0x5cddef,_0x5a358a){var _0x4cf57c=a66_0x4cf5();return a66_0x322b=function(_0x322b86,_0xc4149a){_0x322b86=_0x322b86-0xf0;var _0xa01c0b=_0x4cf57c[_0x322b86];return _0xa01c0b;},a66_0x322b(_0x5cddef,_0x5a358a);}module[a66_0x215083(0xfd)]=PercyCaptureMap;
1
+ function a66_0x10b6(_0x513430,_0x3e8432){var _0x194a39=a66_0x194a();return a66_0x10b6=function(_0x10b63e,_0x8e030e){_0x10b63e=_0x10b63e-0x6f;var _0x39ea47=_0x194a39[_0x10b63e];return _0x39ea47;},a66_0x10b6(_0x513430,_0x3e8432);}var a66_0x36593d=a66_0x10b6;(function(_0x189a0d,_0x30ef89){var _0x11da4f=a66_0x10b6,_0xfb99f3=_0x189a0d();while(!![]){try{var _0x15e99d=-parseInt(_0x11da4f(0x78))/0x1+parseInt(_0x11da4f(0x7a))/0x2+-parseInt(_0x11da4f(0x6f))/0x3*(parseInt(_0x11da4f(0x76))/0x4)+-parseInt(_0x11da4f(0x7c))/0x5*(parseInt(_0x11da4f(0x70))/0x6)+parseInt(_0x11da4f(0x72))/0x7*(parseInt(_0x11da4f(0x74))/0x8)+-parseInt(_0x11da4f(0x7b))/0x9*(parseInt(_0x11da4f(0x77))/0xa)+parseInt(_0x11da4f(0x79))/0xb;if(_0x15e99d===_0x30ef89)break;else _0xfb99f3['push'](_0xfb99f3['shift']());}catch(_0x9eb33a){_0xfb99f3['push'](_0xfb99f3['shift']());}}}(a66_0x194a,0x3ce4a));class PercyCaptureMap{#map={};[a66_0x36593d(0x71)](_0x7c248e,_0x32bd29){!this.#map[_0x7c248e]&&(this.#map[_0x7c248e]={}),!this.#map[_0x7c248e][_0x32bd29]&&(this.#map[_0x7c248e][_0x32bd29]=0x0),this.#map[_0x7c248e][_0x32bd29]++;}[a66_0x36593d(0x73)](_0x35861b,_0x403a2f){return _0x35861b+'-'+_0x403a2f+'-'+this['get'](_0x35861b,_0x403a2f);}[a66_0x36593d(0x75)](_0x43fa40,_0x313c6a){if(!this.#map[_0x43fa40])return 0x0;if(!this.#map[_0x43fa40][_0x313c6a])return 0x0;return this.#map[_0x43fa40][_0x313c6a];}}module[a66_0x36593d(0x7d)]=PercyCaptureMap;function a66_0x194a(){var _0x14df88=['146033XjegUH','4144569LGgJCU','488486pLreZC','45URbBGx','143975tviHzK','exports','6xXxxom','6aSTDJx','increment','7rIjANb','getName','2345288xoXSmd','get','704604StlGnO','275270xdfLHW'];a66_0x194a=function(){return _0x14df88;};return a66_0x194a();}
@@ -1 +1 @@
1
- var a67_0x3ab527=a67_0x54f4;(function(_0x4a88d1,_0x4621da){var _0x1fce68=a67_0x54f4,_0x2c0a34=_0x4a88d1();while(!![]){try{var _0x235e3d=-parseInt(_0x1fce68(0x17e))/0x1+-parseInt(_0x1fce68(0x16d))/0x2*(-parseInt(_0x1fce68(0x179))/0x3)+-parseInt(_0x1fce68(0x176))/0x4*(-parseInt(_0x1fce68(0x174))/0x5)+-parseInt(_0x1fce68(0x172))/0x6+parseInt(_0x1fce68(0x178))/0x7+parseInt(_0x1fce68(0x175))/0x8+parseInt(_0x1fce68(0x177))/0x9*(-parseInt(_0x1fce68(0x173))/0xa);if(_0x235e3d===_0x4621da)break;else _0x2c0a34['push'](_0x2c0a34['shift']());}catch(_0x3abb5b){_0x2c0a34['push'](_0x2c0a34['shift']());}}}(a67_0x3cdd,0x44fe5));var a67_0x37c54b={};a67_0x37c54b[a67_0x3ab527(0x16f)]=[a67_0x3ab527(0x17d)],a67_0x37c54b[a67_0x3ab527(0x170)]=[a67_0x3ab527(0x17c),a67_0x3ab527(0x16e)];function a67_0x3cdd(){var _0x163dfa=['632950BFOiML','242045mXiFxZ','2610048eKVNFF','16DLVpRj','18SesKyv','2299668PnlPMK','15PhuYBe','exports','manual','click','takeScreenshot','444932lJWCxL','168328yIxeUS','sendKeys','driver','element','screenshot','2490702mCwPaW'];a67_0x3cdd=function(){return _0x163dfa;};return a67_0x3cdd();}var a67_0x58da5f={};a67_0x58da5f[a67_0x3ab527(0x16f)]=[a67_0x3ab527(0x17d)];var a67_0x5c2739={};a67_0x5c2739[a67_0x3ab527(0x170)]=[a67_0x3ab527(0x17c)];var a67_0xe8386a={};function a67_0x54f4(_0x2b0a57,_0x2e0a26){var _0x3cdd39=a67_0x3cdd();return a67_0x54f4=function(_0x54f416,_0x39740a){_0x54f416=_0x54f416-0x16d;var _0x17c2f8=_0x3cdd39[_0x54f416];return _0x17c2f8;},a67_0x54f4(_0x2b0a57,_0x2e0a26);}a67_0xe8386a['auto']=a67_0x37c54b,a67_0xe8386a[a67_0x3ab527(0x171)]=a67_0x58da5f,a67_0xe8386a[a67_0x3ab527(0x17c)]=a67_0x5c2739,a67_0xe8386a['testcase']={},a67_0xe8386a[a67_0x3ab527(0x17b)]={},module[a67_0x3ab527(0x17a)]=a67_0xe8386a;
1
+ function a67_0x3292(){var _0x2fb21a=['testcase','5260598Fztnkr','8601920YsoSbx','70108qhcVHA','108849ubjJvT','takeScreenshot','driver','872838sZqKPt','auto','element','manual','exports','225dvxveU','4916172KzuSBl','819483NuzlKh','click','18LFfJof','96erqICs'];a67_0x3292=function(){return _0x2fb21a;};return a67_0x3292();}function a67_0x2022(_0x1100b1,_0x27a647){var _0x329242=a67_0x3292();return a67_0x2022=function(_0x20222c,_0x109b0e){_0x20222c=_0x20222c-0xc9;var _0x38e824=_0x329242[_0x20222c];return _0x38e824;},a67_0x2022(_0x1100b1,_0x27a647);}var a67_0x724ff4=a67_0x2022;(function(_0x46da7e,_0x218036){var _0x27aed2=a67_0x2022,_0x4925d2=_0x46da7e();while(!![]){try{var _0x382bb8=-parseInt(_0x27aed2(0xd5))/0x1+parseInt(_0x27aed2(0xd7))/0x2*(parseInt(_0x27aed2(0xcb))/0x3)+-parseInt(_0x27aed2(0xca))/0x4*(-parseInt(_0x27aed2(0xd3))/0x5)+-parseInt(_0x27aed2(0xd4))/0x6+-parseInt(_0x27aed2(0xda))/0x7+parseInt(_0x27aed2(0xd8))/0x8*(parseInt(_0x27aed2(0xce))/0x9)+parseInt(_0x27aed2(0xc9))/0xa;if(_0x382bb8===_0x218036)break;else _0x4925d2['push'](_0x4925d2['shift']());}catch(_0x2a8159){_0x4925d2['push'](_0x4925d2['shift']());}}}(a67_0x3292,0xb6d4f));var a67_0x245e04={};a67_0x245e04['driver']=[a67_0x724ff4(0xcc)],a67_0x245e04[a67_0x724ff4(0xd0)]=[a67_0x724ff4(0xd6),'sendKeys'];var a67_0x4f5eb6={};a67_0x4f5eb6[a67_0x724ff4(0xcd)]=['takeScreenshot'];var a67_0x4d6ad2={};a67_0x4d6ad2[a67_0x724ff4(0xd0)]=[a67_0x724ff4(0xd6)];var a67_0x5e0739={};a67_0x5e0739[a67_0x724ff4(0xcf)]=a67_0x245e04,a67_0x5e0739['screenshot']=a67_0x4f5eb6,a67_0x5e0739[a67_0x724ff4(0xd6)]=a67_0x4d6ad2,a67_0x5e0739[a67_0x724ff4(0xd9)]={},a67_0x5e0739[a67_0x724ff4(0xd1)]={},module[a67_0x724ff4(0xd2)]=a67_0x5e0739;
@@ -1 +1 @@
1
- const a68_0x35657d=a68_0x2307;(function(_0x5049b7,_0x1f1abd){const _0x5e1ce7=a68_0x2307,_0x1e475c=_0x5049b7();while(!![]){try{const _0x5c3a15=parseInt(_0x5e1ce7(0x1ed))/0x1*(parseInt(_0x5e1ce7(0x1d7))/0x2)+parseInt(_0x5e1ce7(0x1e3))/0x3+parseInt(_0x5e1ce7(0x1ec))/0x4*(parseInt(_0x5e1ce7(0x1da))/0x5)+-parseInt(_0x5e1ce7(0x1dd))/0x6+parseInt(_0x5e1ce7(0x1d6))/0x7*(-parseInt(_0x5e1ce7(0x1ee))/0x8)+parseInt(_0x5e1ce7(0x1cc))/0x9+-parseInt(_0x5e1ce7(0x1ea))/0xa;if(_0x5c3a15===_0x1f1abd)break;else _0x1e475c['push'](_0x1e475c['shift']());}catch(_0x4af50e){_0x1e475c['push'](_0x1e475c['shift']());}}}(a68_0x5704,0x1cd60));const tryRequire=function(_0x3a27b9,_0x2019ec){const _0x323897=a68_0x2307,_0x288f4f={'PEcIj':function(_0x41ec72,_0x8ba533){return _0x41ec72(_0x8ba533);}};try{return _0x288f4f[_0x323897(0x1de)](require,_0x3a27b9);}catch{return _0x2019ec;}},percySnapshot=tryRequire(a68_0x35657d(0x1d5),null),{percyScreenshot}=tryRequire(a68_0x35657d(0x1d5),{}),percyAppScreenshot=require(a68_0x35657d(0x1e9)),PerformanceTester=require(a68_0x35657d(0x1eb)),logger=require(a68_0x35657d(0x1cd))[a68_0x35657d(0x1cf)];percySnapshot&&(exports[a68_0x35657d(0x1d3)]=async function(){const _0x587f39=a68_0x35657d,_0x2599a7={};_0x2599a7[_0x587f39(0x1d2)]=function(_0x18b37a,_0x2e8d77){return _0x18b37a!==_0x2e8d77;},_0x2599a7[_0x587f39(0x1e2)]=function(_0x12160d,_0x931a55){return _0x12160d>=_0x931a55;},_0x2599a7[_0x587f39(0x1df)]=_0x587f39(0x1d8);const _0x53c57f=_0x2599a7;if(global[_0x587f39(0x1ce)]&&_0x53c57f[_0x587f39(0x1d2)](global[_0x587f39(0x1ce)],global['browserstackPercyBestPlatform']))return;const _0xa027e2=_0x53c57f[_0x587f39(0x1e2)](arguments[_0x587f39(0x1e8)],0x2)?arguments[0x1]:'',_0x3aeefe={};return _0x3aeefe[_0x587f39(0x1e0)]=_0xa027e2,_0x3aeefe[_0x587f39(0x1d9)]=global[_0x587f39(0x1ce)],await PerformanceTester[_0x587f39(0x1d0)](_0x53c57f[_0x587f39(0x1df)],()=>percySnapshot['apply'](null,arguments),_0x3aeefe);});function a68_0x5704(){const _0x7f10f9=['79944BJxwMm','wguqe','877032xDEGme','../logger','browserstackPlatformIndex','winstonLogger','measure','Unsupported\x20driver\x20for\x20percy','LbJPy','snapshot','gtJUy','@percy/selenium-webdriver','98NFFOty','6tJlois','percy:snapshot','platformIndex','685XuXYPZ','aFUML','percy:screenshot','793062OawuSw','PEcIj','WBDub','name','apply','huLnG','140019MtSelG','wAlrj','iIDLE','screenshot','screenshotApp','length','@percy/appium-app','414210VFZIkA','../performance-tester','2048ZTjsZJ','72449qBUXdG'];a68_0x5704=function(){return _0x7f10f9;};return a68_0x5704();}function a68_0x2307(_0x309119,_0x123032){const _0x5704ea=a68_0x5704();return a68_0x2307=function(_0x230711,_0x5d8db5){_0x230711=_0x230711-0x1cc;let _0x3e81d9=_0x5704ea[_0x230711];return _0x3e81d9;},a68_0x2307(_0x309119,_0x123032);}percyScreenshot?exports[a68_0x35657d(0x1e6)]=async function(){const _0x46ca23=a68_0x35657d,_0x1345c6={};_0x1345c6[_0x46ca23(0x1e4)]=function(_0x1a9eba,_0x293aba){return _0x1a9eba>=_0x293aba;},_0x1345c6[_0x46ca23(0x1db)]=_0x46ca23(0x1dc);const _0x599201=_0x1345c6,_0x545f5a=_0x599201[_0x46ca23(0x1e4)](arguments[_0x46ca23(0x1e8)],0x2)?arguments[0x1]:'',_0x135c86={};return _0x135c86[_0x46ca23(0x1e0)]=_0x545f5a,_0x135c86[_0x46ca23(0x1d9)]=global[_0x46ca23(0x1ce)],await PerformanceTester[_0x46ca23(0x1d0)](_0x599201[_0x46ca23(0x1db)],()=>percyScreenshot[_0x46ca23(0x1e1)](null,arguments),_0x135c86);}:exports['screenshot']=()=>{const _0x756247=a68_0x35657d,_0x593ee7={};_0x593ee7['wguqe']=_0x756247(0x1d1);const _0x168700=_0x593ee7;logger['error'](_0x168700[_0x756247(0x1ef)]);};exports[a68_0x35657d(0x1e7)]=async function(){const _0x499f9a=a68_0x35657d,_0x4c9ec4={};_0x4c9ec4[_0x499f9a(0x1d4)]=function(_0x2d8d85,_0x4ba286){return _0x2d8d85>=_0x4ba286;},_0x4c9ec4[_0x499f9a(0x1e5)]='percy:screenshot-app';const _0x285d57=_0x4c9ec4,_0x38468b=_0x285d57[_0x499f9a(0x1d4)](arguments[_0x499f9a(0x1e8)],0x2)?arguments[0x1]:'',_0x4a3337={};return _0x4a3337[_0x499f9a(0x1e0)]=_0x38468b,_0x4a3337['platformIndex']=global[_0x499f9a(0x1ce)],await PerformanceTester[_0x499f9a(0x1d0)](_0x285d57[_0x499f9a(0x1e5)],()=>percyAppScreenshot[_0x499f9a(0x1e1)](null,arguments),_0x4a3337);};
1
+ const a68_0x12c611=a68_0x515c;function a68_0x2c12(){const _0xb60d63=['../performance-tester','@percy/selenium-webdriver','lohlB','browserstackPercyBestPlatform','3499010vAWaBr','../logger','length','error','UzCcH','IjNLT','LURcC','1040490JYoLat','percy:screenshot','platformIndex','18DCZQaw','browserstackPlatformIndex','screenshot','Unsupported\x20driver\x20for\x20percy','iaheM','997530pojucA','geUfM','apply','116472ymNNuN','snapshot','217ReIYzL','3ZpqwVN','105005sotnXe','uAmRk','EMKkp','422525vqinzk','measure','1277900slNeKd','name','nHXfn'];a68_0x2c12=function(){return _0xb60d63;};return a68_0x2c12();}function a68_0x515c(_0x4fff84,_0x5d1791){const _0x2c12a4=a68_0x2c12();return a68_0x515c=function(_0x515c02,_0x1693d2){_0x515c02=_0x515c02-0x153;let _0x231fc1=_0x2c12a4[_0x515c02];return _0x231fc1;},a68_0x515c(_0x4fff84,_0x5d1791);}(function(_0x1d1fef,_0x4c914e){const _0x3bf3db=a68_0x515c,_0x516233=_0x1d1fef();while(!![]){try{const _0x4aa051=-parseInt(_0x3bf3db(0x154))/0x1+parseInt(_0x3bf3db(0x16c))/0x2+parseInt(_0x3bf3db(0x172))/0x3*(-parseInt(_0x3bf3db(0x156))/0x4)+parseInt(_0x3bf3db(0x173))/0x5*(-parseInt(_0x3bf3db(0x167))/0x6)+parseInt(_0x3bf3db(0x171))/0x7*(parseInt(_0x3bf3db(0x16f))/0x8)+-parseInt(_0x3bf3db(0x164))/0x9+parseInt(_0x3bf3db(0x15d))/0xa;if(_0x4aa051===_0x4c914e)break;else _0x516233['push'](_0x516233['shift']());}catch(_0x275bd6){_0x516233['push'](_0x516233['shift']());}}}(a68_0x2c12,0x5c9f6));const tryRequire=function(_0x4fdfad,_0x3235e2){const _0x50356e=a68_0x515c,_0x11b902={'UzCcH':function(_0x2c3161,_0x54d2d6){return _0x2c3161(_0x54d2d6);}};try{return _0x11b902[_0x50356e(0x161)](require,_0x4fdfad);}catch{return _0x3235e2;}},percySnapshot=tryRequire(a68_0x12c611(0x15a),null),{percyScreenshot}=tryRequire('@percy/selenium-webdriver',{}),percyAppScreenshot=require('@percy/appium-app'),PerformanceTester=require(a68_0x12c611(0x159)),logger=require(a68_0x12c611(0x15e))['winstonLogger'];percySnapshot&&(exports[a68_0x12c611(0x170)]=async function(){const _0x363353=a68_0x12c611,_0x492dde={};_0x492dde[_0x363353(0x16b)]=function(_0x274a7f,_0x140063){return _0x274a7f!==_0x140063;},_0x492dde['lohlB']=function(_0x415639,_0x4da8fe){return _0x415639>=_0x4da8fe;},_0x492dde[_0x363353(0x174)]='percy:snapshot';const _0x6c5e24=_0x492dde;if(global[_0x363353(0x168)]&&_0x6c5e24[_0x363353(0x16b)](global['browserstackPlatformIndex'],global[_0x363353(0x15c)]))return;const _0x3e733b=_0x6c5e24[_0x363353(0x15b)](arguments[_0x363353(0x15f)],0x2)?arguments[0x1]:'',_0x1a2159={};return _0x1a2159['name']=_0x3e733b,_0x1a2159[_0x363353(0x166)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x363353(0x155)](_0x6c5e24['uAmRk'],()=>percySnapshot['apply'](null,arguments),_0x1a2159);});percyScreenshot?exports[a68_0x12c611(0x169)]=async function(){const _0x459c9f=a68_0x12c611,_0x59848e={};_0x59848e[_0x459c9f(0x16d)]=function(_0xac3367,_0x46fb29){return _0xac3367>=_0x46fb29;},_0x59848e[_0x459c9f(0x162)]=_0x459c9f(0x165);const _0x336c1f=_0x59848e,_0xdb4ad5=_0x336c1f[_0x459c9f(0x16d)](arguments['length'],0x2)?arguments[0x1]:'',_0x1419d2={};return _0x1419d2[_0x459c9f(0x157)]=_0xdb4ad5,_0x1419d2[_0x459c9f(0x166)]=global['browserstackPlatformIndex'],await PerformanceTester[_0x459c9f(0x155)](_0x336c1f['IjNLT'],()=>percyScreenshot[_0x459c9f(0x16e)](null,arguments),_0x1419d2);}:exports[a68_0x12c611(0x169)]=()=>{const _0xfd4797=a68_0x12c611,_0x407a01={};_0x407a01[_0xfd4797(0x153)]=_0xfd4797(0x16a);const _0x19ba37=_0x407a01;logger[_0xfd4797(0x160)](_0x19ba37[_0xfd4797(0x153)]);};exports['screenshotApp']=async function(){const _0x1b46bb=a68_0x12c611,_0x3221e9={};_0x3221e9['LURcC']=function(_0x49eb39,_0x2af527){return _0x49eb39>=_0x2af527;},_0x3221e9[_0x1b46bb(0x158)]='percy:screenshot-app';const _0x538826=_0x3221e9,_0x402765=_0x538826[_0x1b46bb(0x163)](arguments['length'],0x2)?arguments[0x1]:'',_0x44e340={};return _0x44e340[_0x1b46bb(0x157)]=_0x402765,_0x44e340['platformIndex']=global['browserstackPlatformIndex'],await PerformanceTester[_0x1b46bb(0x155)](_0x538826[_0x1b46bb(0x158)],()=>percyAppScreenshot[_0x1b46bb(0x16e)](null,arguments),_0x44e340);};
@@ -1 +1 @@
1
- var a69_0x5dfd85=a69_0x2b10;function a69_0x2b10(_0x932681,_0x516540){var _0x89c045=a69_0x89c0();return a69_0x2b10=function(_0x2b1013,_0x3c0de1){_0x2b1013=_0x2b1013-0x168;var _0x1e0fd2=_0x89c045[_0x2b1013];return _0x1e0fd2;},a69_0x2b10(_0x932681,_0x516540);}function a69_0x89c0(){var _0x10e47d=['2390640DPpcMn','832485tCTxmk','2HcRWIj','1842MUHkZd','3566392buSGfU','19914UZRhcL','18NELdBQ','3619LppEyv','./Percy','1811180eJbsWh','26603680XVCdfj'];a69_0x89c0=function(){return _0x10e47d;};return a69_0x89c0();}(function(_0x1b3670,_0x5e2b02){var _0x5022c9=a69_0x2b10,_0x31e0a7=_0x1b3670();while(!![]){try{var _0x58c932=-parseInt(_0x5022c9(0x16c))/0x1*(-parseInt(_0x5022c9(0x16f))/0x2)+-parseInt(_0x5022c9(0x16a))/0x3+-parseInt(_0x5022c9(0x168))/0x4+parseInt(_0x5022c9(0x16b))/0x5+-parseInt(_0x5022c9(0x16d))/0x6*(parseInt(_0x5022c9(0x171))/0x7)+parseInt(_0x5022c9(0x16e))/0x8*(-parseInt(_0x5022c9(0x170))/0x9)+parseInt(_0x5022c9(0x169))/0xa;if(_0x58c932===_0x5e2b02)break;else _0x31e0a7['push'](_0x31e0a7['shift']());}catch(_0x18a231){_0x31e0a7['push'](_0x31e0a7['shift']());}}}(a69_0x89c0,0x857e3),module['exports']=require(a69_0x5dfd85(0x172)));
1
+ function a69_0x3f0b(_0x495abe,_0x4ef8a0){var _0x351ff3=a69_0x351f();return a69_0x3f0b=function(_0x3f0b80,_0x2491d0){_0x3f0b80=_0x3f0b80-0x173;var _0x5812ed=_0x351ff3[_0x3f0b80];return _0x5812ed;},a69_0x3f0b(_0x495abe,_0x4ef8a0);}var a69_0x478082=a69_0x3f0b;(function(_0xcde024,_0x474e7f){var _0xb1804f=a69_0x3f0b,_0x955c05=_0xcde024();while(!![]){try{var _0x5f563b=-parseInt(_0xb1804f(0x17b))/0x1*(-parseInt(_0xb1804f(0x17d))/0x2)+parseInt(_0xb1804f(0x177))/0x3*(parseInt(_0xb1804f(0x173))/0x4)+parseInt(_0xb1804f(0x176))/0x5*(-parseInt(_0xb1804f(0x17e))/0x6)+-parseInt(_0xb1804f(0x174))/0x7+-parseInt(_0xb1804f(0x17a))/0x8+parseInt(_0xb1804f(0x17f))/0x9*(-parseInt(_0xb1804f(0x178))/0xa)+parseInt(_0xb1804f(0x17c))/0xb*(parseInt(_0xb1804f(0x179))/0xc);if(_0x5f563b===_0x474e7f)break;else _0x955c05['push'](_0x955c05['shift']());}catch(_0x512492){_0x955c05['push'](_0x955c05['shift']());}}}(a69_0x351f,0xc0ce2),module['exports']=require(a69_0x478082(0x175)));function a69_0x351f(){var _0x3a5234=['11504bpzVyU','110KhLtDU','256ydqVQV','2967906gfWscV','4030623jwGvKf','16JheBQh','1649095ANGhXG','./Percy','10aUajcr','294258FzWZGD','30KRFCBh','2636124KQizat','5627744lhNzgl'];a69_0x351f=function(){return _0x3a5234;};return a69_0x351f();}
@@ -1 +1 @@
1
- function a70_0x602e(){const _0x14c0d3=['getDriver','browserStackPercyOptions','start','percy:stop','measureWrapper','LekXY','1964768Yadrbw','safari','stop','Error\x20patching\x20','./PercySDK','stIwy','\x20for\x20percy\x20','2621004xxxrbV','stopPercy','../helper','11658176CVGheO','UFAUh','iXICG','percyCaptureMode','Stopping\x20percy','chrome','JRHnx','xGHjS','debug','patch','overrideXforPercy','apply','308651FfEyuq','getName','nestedKeyValue','./Percy','percyAutoCapture','toLowerCase','3001610dCAgpF','browserName','app','element','38Vxzuvt','HGOuk','zWiyE','prototype','./PercyCaptureMap','getBestPlatformForPercySnapshot','94017VsqDIs','ofShN','then','../logger','browserstackSessionName','reduce','error','getPercyOptions','deviceName','edge','browserstackPercyMap','rpuQp','Starting\x20percy','eXkgZ','forEach','init','80721YJhrVQ','driver','increment','percy','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present'];a70_0x602e=function(){return _0x14c0d3;};return a70_0x602e();}const a70_0x337550=a70_0x3a3a;(function(_0x590ad6,_0x134778){const _0x24669a=a70_0x3a3a,_0x230a5b=_0x590ad6();while(!![]){try{const _0x223f09=parseInt(_0x24669a(0x124))/0x1+parseInt(_0x24669a(0x15f))/0x2*(-parseInt(_0x24669a(0x134))/0x3)+-parseInt(_0x24669a(0x13f))/0x4+parseInt(_0x24669a(0x15b))/0x5+-parseInt(_0x24669a(0x146))/0x6+-parseInt(_0x24669a(0x155))/0x7+parseInt(_0x24669a(0x149))/0x8;if(_0x223f09===_0x134778)break;else _0x230a5b['push'](_0x230a5b['shift']());}catch(_0x3a5440){_0x230a5b['push'](_0x230a5b['shift']());}}}(a70_0x602e,0xa3263));const Percy=require(a70_0x337550(0x158)),PercySDK=require(a70_0x337550(0x143)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a70_0x337550(0x122)),logger=require(a70_0x337550(0x127))['winstonLogger'],helper=require(a70_0x337550(0x148)),PerformanceTester=require('../performance-tester');function a70_0x3a3a(_0x513770,_0x109ac3){const _0x602efd=a70_0x602e();return a70_0x3a3a=function(_0x3a3a1b,_0x149cba){_0x3a3a1b=_0x3a3a1b-0x11f;let _0x43d84c=_0x602efd[_0x3a3a1b];return _0x43d84c;},a70_0x3a3a(_0x513770,_0x109ac3);}exports['startPercy']=PerformanceTester[a70_0x337550(0x13d)]('percy:start',async _0x5dad02=>{const _0x4259d8=a70_0x337550,_0x41d593={};_0x41d593[_0x4259d8(0x144)]=_0x4259d8(0x130);const _0x84311e=_0x41d593;logger[_0x4259d8(0x151)](_0x84311e['stIwy']);const _0x4a9651=new Percy(_0x5dad02),_0x4ca3f6=await _0x4a9651[_0x4259d8(0x13b)]();if(_0x4ca3f6)return _0x4a9651;return null;}),exports[a70_0x337550(0x147)]=PerformanceTester[a70_0x337550(0x13d)](a70_0x337550(0x13c),async _0x24ad59=>{const _0x80e157=a70_0x337550,_0x1ca01f={};_0x1ca01f['rpuQp']=_0x80e157(0x14d);const _0xbcd03d=_0x1ca01f;return logger[_0x80e157(0x151)](_0xbcd03d[_0x80e157(0x12f)]),_0x24ad59[_0x80e157(0x141)]();}),exports['getBestPlatformForPercySnapshot']=_0x3f1498=>{const _0x102932=a70_0x337550,_0x2d3aa1={};_0x2d3aa1[_0x102932(0x14a)]=function(_0x1db962,_0x52a804){return _0x1db962<_0x52a804;};const _0x55052f=_0x2d3aa1,_0x427171={};_0x427171[_0x102932(0x14e)]=0x0,_0x427171['firefox']=0x1,_0x427171[_0x102932(0x12d)]=0x2,_0x427171[_0x102932(0x140)]=0x3;const _0x41bf41=_0x427171;return _0x3f1498[_0x102932(0x129)]((_0x2bf842,_0x355b2c,_0x351aea)=>{const _0x4ca700=_0x102932,_0x24baa3=_0x3f1498[_0x2bf842];if(_0x355b2c[_0x4ca700(0x12c)])return _0x2bf842;if(_0x24baa3[_0x4ca700(0x12c)])return _0x351aea;const _0x205298=_0x355b2c['browser']?_0x355b2c['browser']:_0x355b2c[_0x4ca700(0x15c)];if(_0x205298&&_0x55052f['UFAUh'](_0x41bf41[_0x205298[_0x4ca700(0x15a)]()],_0x41bf41[_0x205298[_0x4ca700(0x15a)]()]))return _0x351aea;return _0x2bf842;},0x0);},exports['percyAutoCapture']=async(_0x10c036,_0x4b1e4c,_0x210275)=>{const _0x1ce477=a70_0x337550,_0x4e7b85={};_0x4e7b85[_0x1ce477(0x150)]=_0x1ce477(0x138);const _0x4e63ae=_0x4e7b85,_0x3328b8=_0x10c036[_0x1ce477(0x12e)];if(helper['isUndefined'](_0x10c036['browserstackSessionName'])){logger[_0x1ce477(0x151)](_0x4e63ae['xGHjS']);return;}const _0x4014b0=_0x3328b8[_0x1ce477(0x156)](_0x10c036[_0x1ce477(0x128)],_0x4b1e4c);_0x210275[_0x1ce477(0x15d)]?await PercySDK['screenshotApp'](_0x10c036,_0x4014b0):await PercySDK['screenshot'](_0x10c036,_0x4014b0),_0x3328b8[_0x1ce477(0x136)](_0x10c036['browserstackSessionName'],_0x4b1e4c);},exports['patchDriverPercy']=(_0xdba411,_0x1ff133,_0x489bfa)=>{const _0x329ee6=a70_0x337550,_0x1ef218={};_0x1ef218['JRHnx']=_0x329ee6(0x13a),_0x1ef218[_0x329ee6(0x125)]=_0x329ee6(0x137),_0x1ef218['iXICG']=function(_0x49c6c0,_0x326336){return _0x49c6c0!==_0x326336;},_0x1ef218[_0x329ee6(0x120)]='manual';const _0x249505=_0x1ef218;if(!helper[_0x329ee6(0x157)](_0x489bfa,[_0x249505[_0x329ee6(0x14f)],_0x249505[_0x329ee6(0x125)]]))return;if(_0x489bfa[_0x329ee6(0x13a)][_0x329ee6(0x137)]&&_0x489bfa[_0x329ee6(0x13a)][_0x329ee6(0x14c)]&&_0x249505[_0x329ee6(0x14b)](_0x489bfa[_0x329ee6(0x13a)]['percyCaptureMode'],_0x249505[_0x329ee6(0x120)])&&!_0xdba411[_0x329ee6(0x12e)]){global[_0x329ee6(0x128)]&&(_0xdba411[_0x329ee6(0x128)]=global[_0x329ee6(0x128)]),_0xdba411[_0x329ee6(0x12e)]=new PercyCaptureMap();const _0xc819d5=PercyCaptureModes[_0x489bfa[_0x329ee6(0x13a)][_0x329ee6(0x14c)]];_0xc819d5[_0x329ee6(0x135)]&&_0xc819d5[_0x329ee6(0x135)][_0x329ee6(0x132)](_0x35ab76=>this['overrideXforPercy'](_0xdba411,_0x35ab76,_0x489bfa)),_0xc819d5['element']&&_0xc819d5[_0x329ee6(0x15e)][_0x329ee6(0x132)](_0x53b54c=>{const _0x34058c=_0x329ee6;if(_0x1ff133[_0x34058c(0x121)][_0x34058c(0x152)+_0x53b54c])return;_0x1ff133[_0x34058c(0x121)][_0x34058c(0x152)+_0x53b54c]=!![];const _0x509060=_0x1ff133[_0x34058c(0x121)][_0x53b54c];_0x1ff133['prototype'][_0x53b54c]=async function(){const _0xc438ca=_0x34058c;let _0x2f2abb=_0x509060['apply'](this,arguments);_0x2f2abb&&_0x2f2abb[_0xc438ca(0x126)]&&(_0x2f2abb=await _0x2f2abb);try{const _0x23116d=this[_0xc438ca(0x139)]();await exports[_0xc438ca(0x159)](_0x23116d,_0x53b54c,_0x489bfa);}catch(_0x3c0c59){logger[_0xc438ca(0x12a)](_0xc438ca(0x142)+_0x53b54c+_0xc438ca(0x145)+_0x3c0c59);}return _0x2f2abb;};});}},exports[a70_0x337550(0x153)]=function(_0x1504a1,_0x56b28a,_0x14f1c2){const _0x15cd60=a70_0x337550,_0x1dd291={};_0x1dd291['LekXY']=function(_0x33f62a,_0xce9183){return _0x33f62a+_0xce9183;},_0x1dd291[_0x15cd60(0x11f)]=_0x15cd60(0x152),_0x1dd291[_0x15cd60(0x131)]=_0x15cd60(0x133);const _0x1d746b=_0x1dd291,_0x2c3aad=_0x1d746b[_0x15cd60(0x13e)](_0x1d746b[_0x15cd60(0x11f)],_0x56b28a),_0x49e6ae=_0x1d746b[_0x15cd60(0x13e)](_0x1d746b[_0x15cd60(0x131)],_0x56b28a),_0x1b255e=this;if(_0x1504a1[_0x2c3aad]||!_0x1504a1[_0x56b28a])return;_0x1504a1[_0x2c3aad]=!![],_0x1504a1[_0x49e6ae]=_0x1504a1[_0x56b28a],_0x1504a1[_0x56b28a]=async()=>{const _0x26c093=_0x15cd60;try{await _0x1b255e[_0x26c093(0x159)](_0x1504a1,_0x56b28a,_0x14f1c2);}catch(_0xb165fc){logger[_0x26c093(0x12a)](_0x26c093(0x142)+_0x56b28a+'\x20for\x20percy\x20'+_0xb165fc);}return await _0x1504a1[_0x49e6ae][_0x26c093(0x154)](_0x1504a1,arguments);};},exports[a70_0x337550(0x12b)]=_0x3c20ca=>{const _0x51e077=a70_0x337550,_0x2f9818={};_0x2f9818[_0x51e077(0x137)]=_0x3c20ca[_0x51e077(0x137)],_0x2f9818['percyCaptureMode']=_0x3c20ca[_0x51e077(0x14c)];const _0x188480=_0x2f9818;_0x3c20ca[_0x51e077(0x137)]&&(_0x188480['browserstackPercyBestPlatform']=exports[_0x51e077(0x123)](_0x3c20ca['platforms']));;return _0x188480;};
1
+ function a70_0x5937(_0x2ebb03,_0x38ae67){const _0x497f68=a70_0x497f();return a70_0x5937=function(_0x5937fe,_0x35120a){_0x5937fe=_0x5937fe-0x189;let _0x3bb938=_0x497f68[_0x5937fe];return _0x3bb938;},a70_0x5937(_0x2ebb03,_0x38ae67);}const a70_0x1e12ca=a70_0x5937;(function(_0x5dd29f,_0x5100ef){const _0x4efa15=a70_0x5937,_0x15edbd=_0x5dd29f();while(!![]){try{const _0x293753=-parseInt(_0x4efa15(0x1a3))/0x1+parseInt(_0x4efa15(0x1b6))/0x2*(parseInt(_0x4efa15(0x197))/0x3)+-parseInt(_0x4efa15(0x1a2))/0x4+-parseInt(_0x4efa15(0x196))/0x5+parseInt(_0x4efa15(0x19b))/0x6*(parseInt(_0x4efa15(0x1cf))/0x7)+-parseInt(_0x4efa15(0x1b1))/0x8+-parseInt(_0x4efa15(0x1b0))/0x9*(-parseInt(_0x4efa15(0x1c9))/0xa);if(_0x293753===_0x5100ef)break;else _0x15edbd['push'](_0x15edbd['shift']());}catch(_0x628b9d){_0x15edbd['push'](_0x15edbd['shift']());}}}(a70_0x497f,0x2389d));const Percy=require(a70_0x1e12ca(0x1a5)),PercySDK=require(a70_0x1e12ca(0x1ae)),PercyCaptureModes=require(a70_0x1e12ca(0x1a8)),PercyCaptureMap=require('./PercyCaptureMap'),logger=require('../logger')['winstonLogger'],helper=require(a70_0x1e12ca(0x1d1)),PerformanceTester=require(a70_0x1e12ca(0x1b9));function a70_0x497f(){const _0x386ae4=['browserstackPercyBestPlatform','percy','./PercyCaptureModes','chrome','browserStackPercyOptions','driver','getPercyOptions','overrideXforPercy','./PercySDK','Stopping\x20percy','45eDknll','1591360LThpOM','forEach','prototype','stop','getName','2PvWhWB','GmrEg','SKTDF','../performance-tester','browserstackPercyMap','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','screenshotApp','DNMJT','then','getDriver','edge','Starting\x20percy','element','safari','patch','wnSRB','percyAutoCapture','screenshot','apply','1168140DMYcUs','\x20for\x20percy\x20','percy:start','XGNnm','isUndefined','measureWrapper','77GNhBMJ','toLowerCase','../helper','browserName','browserstackSessionName','firefox','rSFBh','increment','Error\x20patching\x20','getBestPlatformForPercySnapshot','xxoyC','browser','debug','app','percyCaptureMode','error','1234360sPyrng','245022NHKmhQ','UTfEC','reduce','IbSeY','44898XQomVy','MYIML','manual','init','nestedKeyValue','FPSHn','deviceName','587604HFRjhv','9799dxcNig','percy:stop','./Percy'];a70_0x497f=function(){return _0x386ae4;};return a70_0x497f();}exports['startPercy']=PerformanceTester[a70_0x1e12ca(0x1ce)](a70_0x1e12ca(0x1cb),async _0x4ffc71=>{const _0x42b1d8=a70_0x1e12ca,_0x2ae3e0={};_0x2ae3e0[_0x42b1d8(0x1b8)]=_0x42b1d8(0x1c1);const _0x4ef153=_0x2ae3e0;logger[_0x42b1d8(0x192)](_0x4ef153['SKTDF']);const _0x3940e7=new Percy(_0x4ffc71),_0x5c5914=await _0x3940e7['start']();if(_0x5c5914)return _0x3940e7;return null;}),exports['stopPercy']=PerformanceTester[a70_0x1e12ca(0x1ce)](a70_0x1e12ca(0x1a4),async _0xb900a7=>{const _0x429c7d=a70_0x1e12ca,_0x97f50a={};_0x97f50a[_0x429c7d(0x19c)]=_0x429c7d(0x1af);const _0xfedbb5=_0x97f50a;return logger[_0x429c7d(0x192)](_0xfedbb5[_0x429c7d(0x19c)]),_0xb900a7[_0x429c7d(0x1b4)]();}),exports[a70_0x1e12ca(0x18f)]=_0x32fa90=>{const _0x2eca87=a70_0x1e12ca,_0x3cfe3c={};_0x3cfe3c[_0x2eca87(0x19a)]=function(_0x38a3f6,_0x14b605){return _0x38a3f6<_0x14b605;};const _0x40b669=_0x3cfe3c,_0x5c0def={};_0x5c0def[_0x2eca87(0x1a9)]=0x0,_0x5c0def[_0x2eca87(0x18b)]=0x1,_0x5c0def[_0x2eca87(0x1c0)]=0x2,_0x5c0def[_0x2eca87(0x1c3)]=0x3;const _0x57ec26=_0x5c0def;return _0x32fa90[_0x2eca87(0x199)]((_0x4002e0,_0x32a1cc,_0x3694ae)=>{const _0x237c44=_0x2eca87,_0x786a0=_0x32fa90[_0x4002e0];if(_0x32a1cc[_0x237c44(0x1a1)])return _0x4002e0;if(_0x786a0[_0x237c44(0x1a1)])return _0x3694ae;const _0x5f41d2=_0x32a1cc[_0x237c44(0x191)]?_0x32a1cc['browser']:_0x32a1cc[_0x237c44(0x189)];if(_0x5f41d2&&_0x40b669['IbSeY'](_0x57ec26[_0x5f41d2[_0x237c44(0x1d0)]()],_0x57ec26[_0x5f41d2[_0x237c44(0x1d0)]()]))return _0x3694ae;return _0x4002e0;},0x0);},exports[a70_0x1e12ca(0x1c6)]=async(_0x18d8ad,_0x88728f,_0x290735)=>{const _0x2a1327=a70_0x1e12ca,_0x29e357={};_0x29e357[_0x2a1327(0x1cc)]=_0x2a1327(0x1bb);const _0x1e3c18=_0x29e357,_0x539c99=_0x18d8ad[_0x2a1327(0x1ba)];if(helper[_0x2a1327(0x1cd)](_0x18d8ad[_0x2a1327(0x18a)])){logger['debug'](_0x1e3c18[_0x2a1327(0x1cc)]);return;}const _0x5a6c80=_0x539c99[_0x2a1327(0x1b5)](_0x18d8ad[_0x2a1327(0x18a)],_0x88728f);_0x290735[_0x2a1327(0x193)]?await PercySDK[_0x2a1327(0x1bc)](_0x18d8ad,_0x5a6c80):await PercySDK[_0x2a1327(0x1c7)](_0x18d8ad,_0x5a6c80),_0x539c99[_0x2a1327(0x18d)](_0x18d8ad[_0x2a1327(0x18a)],_0x88728f);},exports['patchDriverPercy']=(_0x58ef53,_0x2a6d94,_0x1984dc)=>{const _0x516938=a70_0x1e12ca,_0x4ffcb0={};_0x4ffcb0[_0x516938(0x1c5)]=_0x516938(0x1aa),_0x4ffcb0[_0x516938(0x1bd)]=_0x516938(0x1a7),_0x4ffcb0[_0x516938(0x1b7)]=function(_0x472ecf,_0xdcb442){return _0x472ecf!==_0xdcb442;},_0x4ffcb0['rSFBh']=_0x516938(0x19d);const _0x52ac91=_0x4ffcb0;if(!helper[_0x516938(0x19f)](_0x1984dc,[_0x52ac91[_0x516938(0x1c5)],_0x52ac91[_0x516938(0x1bd)]]))return;if(_0x1984dc['browserStackPercyOptions'][_0x516938(0x1a7)]&&_0x1984dc[_0x516938(0x1aa)][_0x516938(0x194)]&&_0x52ac91[_0x516938(0x1b7)](_0x1984dc[_0x516938(0x1aa)][_0x516938(0x194)],_0x52ac91[_0x516938(0x18c)])&&!_0x58ef53['browserstackPercyMap']){global['browserstackSessionName']&&(_0x58ef53[_0x516938(0x18a)]=global[_0x516938(0x18a)]),_0x58ef53['browserstackPercyMap']=new PercyCaptureMap();const _0x59db39=PercyCaptureModes[_0x1984dc['browserStackPercyOptions'][_0x516938(0x194)]];_0x59db39[_0x516938(0x1ab)]&&_0x59db39[_0x516938(0x1ab)][_0x516938(0x1b2)](_0x10d255=>this[_0x516938(0x1ad)](_0x58ef53,_0x10d255,_0x1984dc)),_0x59db39[_0x516938(0x1c2)]&&_0x59db39['element'][_0x516938(0x1b2)](_0x79caf7=>{const _0x4a8b1d=_0x516938;if(_0x2a6d94['prototype'][_0x4a8b1d(0x1c4)+_0x79caf7])return;_0x2a6d94[_0x4a8b1d(0x1b3)][_0x4a8b1d(0x1c4)+_0x79caf7]=!![];const _0x14364e=_0x2a6d94[_0x4a8b1d(0x1b3)][_0x79caf7];_0x2a6d94[_0x4a8b1d(0x1b3)][_0x79caf7]=async function(){const _0x22fe0b=_0x4a8b1d;let _0x3d0d53=_0x14364e['apply'](this,arguments);_0x3d0d53&&_0x3d0d53[_0x22fe0b(0x1be)]&&(_0x3d0d53=await _0x3d0d53);try{const _0x1f6068=this[_0x22fe0b(0x1bf)]();await exports[_0x22fe0b(0x1c6)](_0x1f6068,_0x79caf7,_0x1984dc);}catch(_0x19d8b1){logger[_0x22fe0b(0x195)]('Error\x20patching\x20'+_0x79caf7+_0x22fe0b(0x1ca)+_0x19d8b1);}return _0x3d0d53;};});}},exports['overrideXforPercy']=function(_0x352287,_0x37db7a,_0x1d69da){const _0x86cb7a=a70_0x1e12ca,_0x1cd94f={};_0x1cd94f[_0x86cb7a(0x198)]=function(_0x5f2bd0,_0x4cf2bd){return _0x5f2bd0+_0x4cf2bd;},_0x1cd94f['FPSHn']=_0x86cb7a(0x1c4),_0x1cd94f['xxoyC']=_0x86cb7a(0x19e);const _0x13093a=_0x1cd94f,_0x29b1d8=_0x13093a[_0x86cb7a(0x198)](_0x13093a[_0x86cb7a(0x1a0)],_0x37db7a),_0x26cbc7=_0x13093a[_0x86cb7a(0x198)](_0x13093a[_0x86cb7a(0x190)],_0x37db7a),_0x546794=this;if(_0x352287[_0x29b1d8]||!_0x352287[_0x37db7a])return;_0x352287[_0x29b1d8]=!![],_0x352287[_0x26cbc7]=_0x352287[_0x37db7a],_0x352287[_0x37db7a]=async()=>{const _0x159afb=_0x86cb7a;try{await _0x546794[_0x159afb(0x1c6)](_0x352287,_0x37db7a,_0x1d69da);}catch(_0xb52426){logger['error'](_0x159afb(0x18e)+_0x37db7a+_0x159afb(0x1ca)+_0xb52426);}return await _0x352287[_0x26cbc7][_0x159afb(0x1c8)](_0x352287,arguments);};},exports[a70_0x1e12ca(0x1ac)]=_0x571abd=>{const _0x19bd56=a70_0x1e12ca,_0x33e483={};_0x33e483[_0x19bd56(0x1a7)]=_0x571abd[_0x19bd56(0x1a7)],_0x33e483['percyCaptureMode']=_0x571abd['percyCaptureMode'];const _0xbbd1ad=_0x33e483;_0x571abd[_0x19bd56(0x1a7)]&&(_0xbbd1ad[_0x19bd56(0x1a6)]=exports['getBestPlatformForPercySnapshot'](_0x571abd['platforms']));;return _0xbbd1ad;};
@@ -1 +1 @@
1
- const a71_0x51969b=a71_0x3015;(function(_0x1a4aa9,_0x3e10aa){const _0x3d3640=a71_0x3015,_0x4c12e1=_0x1a4aa9();while(!![]){try{const _0x16102b=parseInt(_0x3d3640(0x125))/0x1*(-parseInt(_0x3d3640(0x122))/0x2)+parseInt(_0x3d3640(0x105))/0x3+-parseInt(_0x3d3640(0x150))/0x4+-parseInt(_0x3d3640(0x169))/0x5*(-parseInt(_0x3d3640(0x156))/0x6)+-parseInt(_0x3d3640(0x108))/0x7*(parseInt(_0x3d3640(0x12b))/0x8)+-parseInt(_0x3d3640(0x128))/0x9*(-parseInt(_0x3d3640(0x162))/0xa)+parseInt(_0x3d3640(0x11d))/0xb;if(_0x16102b===_0x3e10aa)break;else _0x4c12e1['push'](_0x4c12e1['shift']());}catch(_0xee19a7){_0x4c12e1['push'](_0x4c12e1['shift']());}}}(a71_0x8d33,0x4a0c8));function a71_0x3015(_0x141764,_0x530dbd){const _0x8d332d=a71_0x8d33();return a71_0x3015=function(_0x3015b2,_0x207e6e){_0x3015b2=_0x3015b2-0xfa;let _0x33d4ff=_0x8d332d[_0x3015b2];return _0x33d4ff;},a71_0x3015(_0x141764,_0x530dbd);}const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x51969b(0x13c)),{sleep,debug}=require('./test-observability/utils'),path=require(a71_0x51969b(0x12a)),logger=require(a71_0x51969b(0x176))[a71_0x51969b(0x15a)];class PerformanceTester{static [a71_0x51969b(0x14a)];static ['_events']=[];static ['_measureEvents']=[];static [a71_0x51969b(0x159)]=[];static [a71_0x51969b(0x16a)]=![];static [a71_0x51969b(0x139)]='performance-report.json';static [a71_0x51969b(0x14e)]='error-report.json';static[a71_0x51969b(0x117)](_0x382eda='performance-report.json',_0x378ce2='error-report.json'){const _0x50c75b=a71_0x51969b,_0xe1806b={};_0xe1806b[_0x50c75b(0x11c)]=function(_0x2fab08,_0x25ab6c){return _0x2fab08===_0x25ab6c;},_0xe1806b['xLcHh']=_0x50c75b(0x16c),_0xe1806b[_0x50c75b(0x158)]='function';const _0x20febd=_0xe1806b;if(this[_0x50c75b(0x16a)]||!this[_0x50c75b(0x107)]())return;this[_0x50c75b(0x14a)]=new PerformanceObserver(_0x1196fc=>{const _0x2584fc=_0x50c75b,_0xfee49b={'JxojV':function(_0x4c33ca,_0xd9261f){const _0x29bc97=a71_0x3015;return _0x20febd[_0x29bc97(0x11c)](_0x4c33ca,_0xd9261f);},'MaZqd':_0x20febd[_0x2584fc(0x15c)]};_0x1196fc['getEntries']()[_0x2584fc(0x15b)](_0x1fde7f=>{const _0xa84d67=_0x2584fc;_0xfee49b[_0xa84d67(0x131)](_0x1fde7f[_0xa84d67(0xfb)],_0xfee49b['MaZqd'])?this[_0xa84d67(0x111)]['push'](_0x1fde7f):this[_0xa84d67(0x130)][_0xa84d67(0x10d)](_0x1fde7f);});});const _0xf07bb1={};_0xf07bb1[_0x50c75b(0x146)]=!![],_0xf07bb1[_0x50c75b(0x103)]=[_0x20febd[_0x50c75b(0x158)],_0x20febd[_0x50c75b(0x15c)]],this[_0x50c75b(0x14a)][_0x50c75b(0x164)](_0xf07bb1),this[_0x50c75b(0x16a)]=!![],this[_0x50c75b(0x139)]=_0x382eda,this[_0x50c75b(0x14e)]=_0x378ce2;}static[a71_0x51969b(0x10a)](){return performance;}static['calculateTimeFromEvents'](_0x1305cb,_0x3296d7){const _0xca6d6f=a71_0x51969b,_0x17157a={};_0x17157a[_0xca6d6f(0x145)]=function(_0x2f8f0a,_0xeca91a){return _0x2f8f0a+_0xeca91a;},_0x17157a['DSyEw']=function(_0x1b5d01,_0xfe306f){return _0x1b5d01||_0xfe306f;},_0x17157a[_0xca6d6f(0x144)]=function(_0x521ebf,_0x4d9189){return _0x521ebf===_0x4d9189;};const _0x167fec=_0x17157a,_0xa6a18={};if(!_0x1305cb||_0x167fec['cQqWV'](_0x1305cb[_0xca6d6f(0x172)],0x0))return;_0x1305cb[_0xca6d6f(0x118)](_0x4bd80b=>{const _0x28b6f0=_0xca6d6f;!_0xa6a18[_0x4bd80b[_0x28b6f0(0x13a)]]&&(_0xa6a18[_0x4bd80b[_0x28b6f0(0x13a)]]=0x0),_0xa6a18[_0x4bd80b['name']]+=_0x4bd80b[_0x28b6f0(0x16e)];});const _0x153014=_0x3296d7[_0xca6d6f(0x174)]((_0xab3f6e,_0x4c9e33)=>{const _0x3f1f01=_0xca6d6f;return _0x167fec[_0x3f1f01(0x145)](_0xa6a18[_0x4c9e33],_0x167fec[_0x3f1f01(0x134)](_0xab3f6e,0x0));},0x0);return _0x153014;}static async['calculateTimesFromMultipleFiles'](_0x216025,_0x5e49fe){const _0x1e73f1=a71_0x51969b,_0x148b44={'lhsbc':function(_0x483d5a,_0x2458d4){return _0x483d5a+_0x2458d4;},'adOBP':function(_0x1a7fa1,_0x539a1f){return _0x1a7fa1||_0x539a1f;},'xzcIN':function(_0x583f55,_0x26c659){return _0x583f55===_0x26c659;},'aphll':function(_0x1a259e,_0x2ca679){return _0x1a259e(_0x2ca679);}};if(!_0x216025||_0x148b44[_0x1e73f1(0x14b)](_0x216025[_0x1e73f1(0x172)],0x0))return 0x0;const _0x732889=[];for(const _0xdfab21 of _0x216025){const _0x55c79a=path[_0x1e73f1(0x102)]('.',_0xdfab21);try{const _0x1e7e0b=this[_0x1e73f1(0x15f)](_0x55c79a);_0x1e7e0b[_0x1e73f1(0x118)](_0x4d9e28=>{const _0xc5a093=_0x1e73f1;!_0x732889[_0x4d9e28[_0xc5a093(0x13a)]]&&(_0x732889[_0x4d9e28[_0xc5a093(0x13a)]]=0x0),_0x732889[_0x4d9e28['name']]+=_0x4d9e28['duration'];});}catch(_0x5b98f7){_0x148b44[_0x1e73f1(0x12c)](debug,_0x1e73f1(0x13d)+_0x5b98f7['toString']());}}const _0x23af91=_0x5e49fe[_0x1e73f1(0x174)]((_0x2a8969,_0x51272a)=>{const _0x45b2fb=_0x1e73f1;return _0x148b44['lhsbc'](_0x732889[_0x51272a],_0x148b44[_0x45b2fb(0x154)](_0x2a8969,0x0));},0x0);return _0x148b44[_0x1e73f1(0x12c)](debug,'Time\x20for\x20'+_0x5e49fe+'\x20for\x20all\x20processes\x20is\x20'+_0x23af91),_0x23af91;}static[a71_0x51969b(0x15f)](_0x5f39dd){const _0x4a1bc0=a71_0x51969b;if(!fs[_0x4a1bc0(0x13f)](_0x5f39dd))return[];return JSON[_0x4a1bc0(0x138)](fs['readFileSync'](_0x5f39dd)[_0x4a1bc0(0x109)]());}static async[a71_0x51969b(0x135)](_0x522de2=a71_0x51969b(0x101),_0x24f575=null){const _0xb91024=a71_0x51969b,_0xfe92f2={'cBQcd':function(_0x363d08,_0x13abfb){return _0x363d08(_0x13abfb);}};if(!this[_0xb91024(0x16a)])return;await _0xfe92f2[_0xb91024(0x14d)](sleep,0x1e),this['_observer'][_0xb91024(0x129)](),this[_0xb91024(0x16a)]=![],this[_0xb91024(0xfe)](this[_0xb91024(0x130)]);const _0x88ceb6=this[_0xb91024(0x114)](this['_events']),_0x5ac09d=path[_0xb91024(0x102)](process[_0xb91024(0x166)](),_0x522de2);fs[_0xb91024(0x142)](_0x5ac09d,_0x88ceb6,_0x307eb7=>{const _0x3b7afe=_0xb91024;if(_0x307eb7){_0xfe92f2[_0x3b7afe(0x14d)](debug,_0x3b7afe(0x10b)+_0x307eb7[_0x3b7afe(0x109)]());return;}_0xfe92f2[_0x3b7afe(0x14d)](debug,_0x3b7afe(0x168)+_0x5ac09d);});if(_0x24f575)return this[_0xb91024(0x126)](this[_0xb91024(0x130)],_0x24f575);}static[a71_0x51969b(0x114)](_0x52debc){const _0x42eaf5=a71_0x51969b,_0x511024={};_0x511024[_0x42eaf5(0x11b)]=_0x42eaf5(0x175),_0x511024['rCBHr']='<h1>Performance\x20Report</h1>',_0x511024[_0x42eaf5(0x152)]=_0x42eaf5(0x104),_0x511024['HgODY']=_0x42eaf5(0x10e);const _0x469191=_0x511024;let _0x2c10e6=_0x469191[_0x42eaf5(0x11b)];return _0x2c10e6+=_0x469191[_0x42eaf5(0x12e)],_0x2c10e6+=_0x469191[_0x42eaf5(0x152)],_0x52debc[_0x42eaf5(0x15b)](_0x3f129c=>{const _0x326319=_0x42eaf5;_0x2c10e6+='<tr><td>'+_0x3f129c[_0x326319(0x13a)]+_0x326319(0x14f)+_0x3f129c[_0x326319(0x16e)]+_0x326319(0x132);}),_0x2c10e6+=_0x469191[_0x42eaf5(0xfc)],_0x2c10e6;}static['generateJSON'](_0x1d0789){const _0x20b1b0=a71_0x51969b;if(!this[_0x20b1b0(0x139)])return;const _0x5a8c6a={};_0x1d0789[_0x20b1b0(0x118)](_0x20d3ce=>{const _0x52d104=_0x20b1b0;!_0x5a8c6a[_0x20d3ce[_0x52d104(0x13a)]]&&(_0x5a8c6a[_0x20d3ce['name']]=0x0),_0x5a8c6a[_0x20d3ce[_0x52d104(0x13a)]]+=_0x20d3ce[_0x52d104(0x16e)];});const _0x295a74=Object[_0x20b1b0(0x165)](_0x5a8c6a)[_0x20b1b0(0x118)](([_0x4743fc,_0x338ae7])=>{const _0x4948ff=_0x20b1b0,_0x1fdcbd={};return _0x1fdcbd[_0x4948ff(0x13a)]=_0x4743fc,_0x1fdcbd[_0x4948ff(0x16e)]=_0x338ae7,_0x1fdcbd;});fs[_0x20b1b0(0x123)](this[_0x20b1b0(0x139)],JSON[_0x20b1b0(0x15d)](_0x295a74));}static[a71_0x51969b(0x107)](){const _0x4bf11c=a71_0x51969b,_0x3fcf66={};_0x3fcf66[_0x4bf11c(0x155)]=function(_0x2a5f00,_0x142097){return _0x2a5f00===_0x142097;},_0x3fcf66[_0x4bf11c(0x16f)]=_0x4bf11c(0x11f);const _0x266b22=_0x3fcf66;return!_0x266b22[_0x4bf11c(0x155)](process[_0x4bf11c(0x116)][_0x4bf11c(0x110)],_0x266b22[_0x4bf11c(0x16f)]);}static[a71_0x51969b(0x16c)](_0x3baaa9,_0x19496f,_0x59b4d4=null,_0x442fe4=null){const _0x562950=a71_0x51969b,_0x1ffc0b={};_0x1ffc0b[_0x562950(0x10f)]=function(_0x2f514f,_0x40497c){return _0x2f514f+_0x40497c;},_0x1ffc0b[_0x562950(0x113)]='-start',_0x1ffc0b['UdqLu']=function(_0x48f0c1,_0x2abc0b){return _0x48f0c1+_0x2abc0b;},_0x1ffc0b['mHHeq']=_0x562950(0x161),_0x1ffc0b[_0x562950(0x16d)]=function(_0x277a48,_0x5e9456){return _0x277a48 instanceof _0x5e9456;};const _0x3fdb36=_0x1ffc0b;try{if(this[_0x562950(0x16a)]&&this[_0x562950(0x107)]()){let _0x713b29=_0x3baaa9;_0x59b4d4&&(_0x713b29=_0x3baaa9+'['+JSON[_0x562950(0x15d)](_0x59b4d4)+']');const _0xe3b02d=_0x3fdb36[_0x562950(0x10f)](_0x713b29,_0x3fdb36[_0x562950(0x113)]),_0x1c29d9=_0x3fdb36['UdqLu'](_0x713b29,_0x3fdb36[_0x562950(0x119)]);performance[_0x562950(0xfa)](_0xe3b02d);const _0xdf2d24=_0x19496f[_0x562950(0x127)](null,_0x442fe4);if(_0x3fdb36[_0x562950(0x16d)](_0xdf2d24,Promise))return new Promise((_0x154e0a,_0x54b24d)=>{const _0x152273=_0x562950;_0xdf2d24[_0x152273(0x100)](_0x4f3776=>_0x154e0a(_0x4f3776))[_0x152273(0x13e)](_0xf643c9=>_0x54b24d(_0xf643c9))['finally'](()=>{performance['mark'](_0x1c29d9),performance['measure'](_0x713b29,_0xe3b02d,_0x1c29d9);});});;return performance[_0x562950(0xfa)](_0x1c29d9),performance[_0x562950(0x16c)](_0x713b29,_0xe3b02d,_0x1c29d9),_0xdf2d24;};return _0x19496f[_0x562950(0x127)](null,_0x442fe4);}catch(_0x4b9821){return _0x19496f['apply'](null,_0x442fe4);}}static[a71_0x51969b(0x160)](_0x44d116,_0x1eb8de){const _0x203113=this;return function(){const _0xbd7296=a71_0x3015,_0x4b57b8=[_0x44d116,_0x1eb8de,null]['concat'](arguments);return _0x203113[_0xbd7296(0x16c)][_0xbd7296(0x127)](_0x203113,_0x4b57b8);};}static['getCleanedPerfEvents'](){const _0x4aa714=a71_0x51969b,_0x180bb8={};_0x180bb8['AnFeW']=function(_0x56c955,_0x493ad8){return _0x56c955/_0x493ad8;},_0x180bb8['OECAD']=function(_0x4de6c0,_0x2183dd){return _0x4de6c0+_0x2183dd;},_0x180bb8[_0x4aa714(0x173)]=function(_0x18c9a6,_0x509a34){return _0x18c9a6*_0x509a34;};const _0x3584b3=_0x180bb8,_0x4606b6=/(^.*)\[(.*)\]$/,_0x5ab55e={},_0x483ef3={};for(const _0x44057f of this[_0x4aa714(0x111)]){const _0x13299a=_0x44057f[_0x4aa714(0x13a)][_0x4aa714(0x12d)](_0x4606b6),_0x3efda0={};_0x3efda0[_0x4aa714(0x13a)]=_0x44057f[_0x4aa714(0x13a)],_0x3efda0[_0x4aa714(0x16e)]=_0x44057f['duration']||0x0;const _0x2a5f8d=_0x3efda0;_0x13299a&&(_0x2a5f8d[_0x4aa714(0x13a)]=_0x13299a[0x1],_0x2a5f8d[_0x4aa714(0x124)]=JSON[_0x4aa714(0x138)](_0x13299a[0x2]));if(_0x5ab55e[_0x2a5f8d[_0x4aa714(0x13a)]]){const _0x3822a7=_0x5ab55e[_0x2a5f8d['name']],_0x54b011=_0x483ef3[_0x2a5f8d['name']];_0x5ab55e[_0x2a5f8d[_0x4aa714(0x13a)]][_0x4aa714(0x16e)]=_0x3584b3[_0x4aa714(0x170)](_0x3584b3['OECAD'](_0x3584b3['zpHOU'](_0x3822a7['duration'],_0x54b011),_0x2a5f8d['duration']),_0x3584b3[_0x4aa714(0x171)](0x1,_0x54b011)),_0x483ef3[_0x2a5f8d[_0x4aa714(0x13a)]]++;}else _0x5ab55e[_0x2a5f8d[_0x4aa714(0x13a)]]=_0x2a5f8d,_0x483ef3[_0x2a5f8d[_0x4aa714(0x13a)]]=0x1;}return Object[_0x4aa714(0x136)](_0x5ab55e);}static[a71_0x51969b(0x137)](){const _0x5a1d57=a71_0x51969b,_0x2c65a3={};_0x2c65a3[_0x5a1d57(0x143)]=function(_0x3c69be,_0x3c0965){return _0x3c69be===_0x3c0965;},_0x2c65a3[_0x5a1d57(0x115)]=function(_0x50ce86,_0x3a165a){return _0x50ce86+_0x3a165a;};const _0x1d14d7=_0x2c65a3;if(_0x1d14d7['CBLDh'](this[_0x5a1d57(0x111)][_0x5a1d57(0x172)],0x0))return;const _0x447a21=this[_0x5a1d57(0x112)](),_0x336427=JSON[_0x5a1d57(0x15d)](_0x447a21),_0x377432=_0x1d14d7[_0x5a1d57(0x115)](_0x336427[_0x5a1d57(0x147)](0x1,-0x1),',');fs[_0x5a1d57(0x10c)](this['jsonReportFileName'],_0x377432);}static[a71_0x51969b(0x106)](){const _0x2210f1=a71_0x51969b,_0x1fab07={};_0x1fab07[_0x2210f1(0x153)]=function(_0x519144,_0x4d79b6){return _0x519144===_0x4d79b6;},_0x1fab07[_0x2210f1(0x120)]=function(_0x4c0fa3,_0x34a148){return _0x4c0fa3>_0x34a148;};const _0x51e864=_0x1fab07;if(!this['started']||_0x51e864['AbuDg'](this[_0x2210f1(0x111)][_0x2210f1(0x172)],0x0))return[];if(!fs[_0x2210f1(0x13f)](this[_0x2210f1(0x139)]))return this['_measureEvents'];let _0x5edbb9=fs[_0x2210f1(0x149)](this[_0x2210f1(0x139)])['toString']();_0x5edbb9='['+_0x5edbb9['slice'](0x0,-0x1)+']';let _0x4d64e0=JSON[_0x2210f1(0x138)](_0x5edbb9);return _0x51e864[_0x2210f1(0x120)](this['_measureEvents']['length'],0x0)&&(_0x4d64e0=_0x4d64e0[_0x2210f1(0x133)](this[_0x2210f1(0x112)]())),this[_0x2210f1(0x14a)][_0x2210f1(0x129)](),fs[_0x2210f1(0xff)](this[_0x2210f1(0x139)]),_0x4d64e0;}static[a71_0x51969b(0x140)](){const _0x88c6d5=a71_0x51969b,_0x7bf325={};_0x7bf325[_0x88c6d5(0x12f)]=function(_0x252ddc,_0x47541c){return _0x252ddc===_0x47541c;},_0x7bf325[_0x88c6d5(0x157)]=function(_0x3d13f1,_0x4332ae){return _0x3d13f1+_0x4332ae;};const _0x49c847=_0x7bf325;if(_0x49c847[_0x88c6d5(0x12f)](this[_0x88c6d5(0x159)]['length'],0x0))return;const _0x1f21f1=JSON[_0x88c6d5(0x15d)](this[_0x88c6d5(0x159)]),_0x4501e0=_0x49c847[_0x88c6d5(0x157)](_0x1f21f1[_0x88c6d5(0x147)](0x1,-0x1),',');fs[_0x88c6d5(0x10c)](this[_0x88c6d5(0x167)],_0x4501e0);}static[a71_0x51969b(0x13b)](){const _0x38afab=a71_0x51969b,_0x5765f2={};_0x5765f2['gLraT']=function(_0x411708,_0x49ee9a){return _0x411708>_0x49ee9a;};const _0x4e416b=_0x5765f2;if(!fs['existsSync'](this['errorReportFileName']))return this[_0x38afab(0x159)];let _0x5bad09=fs[_0x38afab(0x149)](this[_0x38afab(0x14e)])[_0x38afab(0x109)]();_0x5bad09='['+_0x5bad09[_0x38afab(0x147)](0x0,-0x1)+']';let _0x31abe4=JSON[_0x38afab(0x138)](_0x5bad09);return _0x4e416b[_0x38afab(0x121)](this[_0x38afab(0x159)]['length'],0x0)&&(_0x31abe4=_0x31abe4[_0x38afab(0x133)](this[_0x38afab(0x159)])),fs[_0x38afab(0xff)](this['errorReportFileName']),_0x31abe4;}static['captureError'](_0x5a64a2){const _0x1a8018=a71_0x51969b;if(!this[_0x1a8018(0x107)]())return;this[_0x1a8018(0x159)]['push']({'message':_0x5a64a2[_0x1a8018(0x15e)],'trace':_0x5a64a2[_0x1a8018(0x16b)],'code':_0x5a64a2[_0x1a8018(0xfd)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x557265=a71_0x51969b,_0x4e79b5={};_0x4e79b5[_0x557265(0x148)]=_0x557265(0x163);const _0x12962b=_0x4e79b5;try{if(!this[_0x557265(0x107)]())return;this[_0x557265(0x14a)][_0x557265(0x129)](),this['pushPerfMeasures'](),this[_0x557265(0x140)]();}catch{logger[_0x557265(0x11a)](_0x12962b[_0x557265(0x148)]);}}static[a71_0x51969b(0x14c)](){const _0x3ef502=a71_0x51969b,_0x50edb6=this[_0x3ef502(0x106)](),_0x60d14f=this[_0x3ef502(0x13b)]();if(!this[_0x3ef502(0x107)]()){const _0x2baa86={};return _0x2baa86['measures']=[],_0x2baa86['errors']=[],_0x2baa86;}const _0x27a5c4={};return _0x27a5c4[_0x3ef502(0x11e)]=_0x50edb6,_0x27a5c4[_0x3ef502(0x141)]=_0x60d14f,_0x27a5c4;}}module[a71_0x51969b(0x151)]=PerformanceTester;function a71_0x8d33(){const _0x3676ef=['cBQcd','errorReportFileName','</td><td>','894768ESukVT','exports','oKdYq','AbuDg','adOBP','HnbeI','18usDuRC','mJBrV','lzttV','_errorEvents','winstonLogger','forEach','xLcHh','stringify','message','getEventsFromJSON','measureWrapper','-end','1138870HiqPnk','Error\x20stopping\x20monitoring','observe','entries','cwd','errorFile','Performance\x20report\x20is\x20at\x20','225290MKtyCC','started','stack','measure','oTECE','duration','aaQFt','AnFeW','OECAD','length','zpHOU','reduce','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','./logger','mark','entryType','HgODY','code','generateJSON','unlinkSync','then','performance-own.html','join','entryTypes','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','779781VEZGiC','finalizePerfMeasures','isEnabled','14BkKpnl','toString','getPerformance','Error\x20in\x20writing\x20html\x20','appendFileSync','push','</tbody></table></body></html>','UeBML','BROWSERSTACK_SDK_INSTRUMENTATION','_measureEvents','getCleanedPerfEvents','Phnwx','generateHTMLReport','DjmqB','env','startMonitoring','map','mHHeq','debug','HVYOg','KZROj','9489513AjotIP','measures','false','OHwTy','gLraT','1076CxrkiY','writeFileSync','meta','883UAEOoV','calculateTimeFromEvents','apply','18xpvkfe','disconnect','path','1934032LKSBac','aphll','match','rCBHr','sIfsk','_events','JxojV','</td></tr>','concat','DSyEw','stopAndGenerate','values','pushPerfMeasures','parse','jsonReportFileName','name','finalizeErrors','perf_hooks','Error\x20in\x20doing\x20csv\x20operations:\x20','catch','existsSync','pushErrors','errors','writeFile','CBLDh','cQqWV','eiPgw','buffered','slice','aqVyv','readFileSync','_observer','xzcIN','finalize'];a71_0x8d33=function(){return _0x3676ef;};return a71_0x8d33();}
1
+ const a71_0x3a3580=a71_0x12d4;function a71_0x9b60(){const _0x5c3a1c=['finalizePerfMeasures','getCleanedPerfEvents','getEventsFromJSON','entries','-start','length','DonKo','slice','concat','</tbody></table></body></html>','yVbhg','400890iSZuAp','performance-report.json','40IYKJUj','sHyXy','jsonReportFileName','errorFile','writeFileSync','</td></tr>','GqKox','toString','dMYrl','measureWrapper','pushErrors','debug','cwd','readFileSync','_measureEvents','generateHTMLReport','tUWjK','6pSRRBA','kdZsa','path','apply','_events','lMTaz','map','gIWiN','message','generateJSON','false','disconnect','started','measure','catch','errorReportFileName','finally','reduce','entryType','HalFw','qpeIf','2131210TBsxod','captureError','duration','VMWAc','44244UyUobE','nMLpe','kqjBp','appendFileSync','observe','NAbaW','bjtJq','parse','buffered','_observer','HbPvb','fkmTS','perf_hooks','code','oftkv','finalize','_errorEvents','calculateTimesFromMultipleFiles','-end','Time\x20for\x20','efceF','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','stack','stringify','BROWSERSTACK_SDK_INSTRUMENTATION','existsSync','finalizeErrors','60365vLbFSU','push','startMonitoring','error-report.json','join','56YWIieU','EFwLd','mark','aixfk','<tr><td>','sQnfA','43256CGwfPe','forEach','stopAndGenerate','./test-observability/utils','unlinkSync','./logger','Yfsnk','GtQTv','205066qhkPPb','isEnabled','pushPerfMeasures','name','measures','errors','oAMIV','calculateTimeFromEvents','51499FKszTY','RHzvi','</td><td>','lsfxz','FbRtc','values','env','stopMonitoring','TfoGG'];a71_0x9b60=function(){return _0x5c3a1c;};return a71_0x9b60();}(function(_0x9077e,_0x3ea1c4){const _0x24d51b=a71_0x12d4,_0x33b273=_0x9077e();while(!![]){try{const _0x56aa34=-parseInt(_0x24d51b(0xb6))/0x1+parseInt(_0x24d51b(0xae))/0x2*(parseInt(_0x24d51b(0xe5))/0x3)+-parseInt(_0x24d51b(0xa8))/0x4*(-parseInt(_0x24d51b(0xa3))/0x5)+-parseInt(_0x24d51b(0xd2))/0x6+-parseInt(_0x24d51b(0xbe))/0x7*(parseInt(_0x24d51b(0xd4))/0x8)+parseInt(_0x24d51b(0xfe))/0x9+parseInt(_0x24d51b(0xfa))/0xa;if(_0x56aa34===_0x3ea1c4)break;else _0x33b273['push'](_0x33b273['shift']());}catch(_0x7cb260){_0x33b273['push'](_0x33b273['shift']());}}}(a71_0x9b60,0x1db31));const fs=require('fs'),{performance,PerformanceObserver}=require(a71_0x3a3580(0x10a)),{sleep,debug}=require(a71_0x3a3580(0xb1)),path=require(a71_0x3a3580(0xe7)),logger=require(a71_0x3a3580(0xb3))['winstonLogger'];class PerformanceTester{static ['_observer'];static [a71_0x3a3580(0xe9)]=[];static [a71_0x3a3580(0xe2)]=[];static ['_errorEvents']=[];static [a71_0x3a3580(0xf1)]=![];static ['jsonReportFileName']=a71_0x3a3580(0xd3);static [a71_0x3a3580(0xf4)]=a71_0x3a3580(0xa6);static[a71_0x3a3580(0xa5)](_0x344cb2='performance-report.json',_0x186c1e=a71_0x3a3580(0xa6)){const _0x43e192=a71_0x3a3580,_0xa3aec6={};_0xa3aec6[_0x43e192(0xda)]=function(_0x2b4580,_0x29646e){return _0x2b4580===_0x29646e;},_0xa3aec6['fkmTS']=_0x43e192(0xf2),_0xa3aec6['vDfgR']='function';const _0x3b63a5=_0xa3aec6;if(this['started']||!this[_0x43e192(0xb7)]())return;this[_0x43e192(0x107)]=new PerformanceObserver(_0x309404=>{const _0x27c7cb=_0x43e192;_0x309404['getEntries']()[_0x27c7cb(0xaf)](_0x28fc42=>{const _0x5a6193=_0x27c7cb;_0x3b63a5[_0x5a6193(0xda)](_0x28fc42[_0x5a6193(0xf7)],_0x3b63a5['fkmTS'])?this['_measureEvents'][_0x5a6193(0xa4)](_0x28fc42):this[_0x5a6193(0xe9)][_0x5a6193(0xa4)](_0x28fc42);});});const _0x4e3967={};_0x4e3967[_0x43e192(0x106)]=!![],_0x4e3967['entryTypes']=[_0x3b63a5['vDfgR'],_0x3b63a5[_0x43e192(0x109)]],this['_observer'][_0x43e192(0x102)](_0x4e3967),this['started']=!![],this['jsonReportFileName']=_0x344cb2,this['errorReportFileName']=_0x186c1e;}static['getPerformance'](){return performance;}static[a71_0x3a3580(0xbd)](_0x1ef69f,_0x57c915){const _0x3ebf28=a71_0x3a3580,_0x59499a={};_0x59499a[_0x3ebf28(0x104)]=function(_0x52e4ee,_0x150052){return _0x52e4ee+_0x150052;},_0x59499a[_0x3ebf28(0xab)]=function(_0x12bc28,_0x5446ed){return _0x12bc28||_0x5446ed;},_0x59499a[_0x3ebf28(0xb5)]=function(_0x4ddaf9,_0x1dde5){return _0x4ddaf9===_0x1dde5;};const _0x456c7e=_0x59499a,_0x290248={};if(!_0x1ef69f||_0x456c7e[_0x3ebf28(0xb5)](_0x1ef69f['length'],0x0))return;_0x1ef69f[_0x3ebf28(0xeb)](_0xf5fec9=>{const _0x336d75=_0x3ebf28;!_0x290248[_0xf5fec9[_0x336d75(0xb9)]]&&(_0x290248[_0xf5fec9[_0x336d75(0xb9)]]=0x0),_0x290248[_0xf5fec9[_0x336d75(0xb9)]]+=_0xf5fec9[_0x336d75(0xfc)];});const _0x376080=_0x57c915['reduce']((_0x3b0340,_0x2417d8)=>{const _0x339c23=_0x3ebf28;return _0x456c7e['bjtJq'](_0x290248[_0x2417d8],_0x456c7e[_0x339c23(0xab)](_0x3b0340,0x0));},0x0);return _0x376080;}static async[a71_0x3a3580(0x10f)](_0x5623da,_0x9e9eed){const _0x1bd237=a71_0x3a3580,_0x439e48={'sQnfA':function(_0x34d79c,_0x548a26){return _0x34d79c+_0x548a26;},'HalFw':function(_0x1c9a98,_0x188004){return _0x1c9a98||_0x188004;},'KnYEx':function(_0x40214d,_0x3dee41){return _0x40214d===_0x3dee41;},'Yfsnk':function(_0x3ec365,_0x270835){return _0x3ec365(_0x270835);}};if(!_0x5623da||_0x439e48['KnYEx'](_0x5623da[_0x1bd237(0xcc)],0x0))return 0x0;const _0x297267=[];for(const _0x218d4a of _0x5623da){const _0x362799=path['join']('.',_0x218d4a);try{const _0x633455=this[_0x1bd237(0xc9)](_0x362799);_0x633455[_0x1bd237(0xeb)](_0x3c693a=>{const _0x4996be=_0x1bd237;!_0x297267[_0x3c693a['name']]&&(_0x297267[_0x3c693a['name']]=0x0),_0x297267[_0x3c693a[_0x4996be(0xb9)]]+=_0x3c693a[_0x4996be(0xfc)];});}catch(_0x4b69f5){_0x439e48['Yfsnk'](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x4b69f5[_0x1bd237(0xdb)]());}}const _0xa522ea=_0x9e9eed[_0x1bd237(0xf6)]((_0x1278a6,_0x510407)=>{const _0x59c8c2=_0x1bd237;return _0x439e48[_0x59c8c2(0xad)](_0x297267[_0x510407],_0x439e48[_0x59c8c2(0xf8)](_0x1278a6,0x0));},0x0);return _0x439e48[_0x1bd237(0xb4)](debug,_0x1bd237(0x111)+_0x9e9eed+'\x20for\x20all\x20processes\x20is\x20'+_0xa522ea),_0xa522ea;}static['getEventsFromJSON'](_0x5ac2da){const _0x11e89a=a71_0x3a3580;if(!fs[_0x11e89a(0xa1)](_0x5ac2da))return[];return JSON['parse'](fs['readFileSync'](_0x5ac2da)[_0x11e89a(0xdb)]());}static async[a71_0x3a3580(0xb0)](_0x291703='performance-own.html',_0x1e415e=null){const _0x1fc1d1=a71_0x3a3580,_0x12d98b={'NAbaW':function(_0x1fca12,_0x35d8d1){return _0x1fca12(_0x35d8d1);},'yVbhg':function(_0x2ee0a8,_0x5dd98f){return _0x2ee0a8(_0x5dd98f);}};if(!this['started'])return;await _0x12d98b[_0x1fc1d1(0xd1)](sleep,0x1e),this[_0x1fc1d1(0x107)][_0x1fc1d1(0xf0)](),this['started']=![],this['generateJSON'](this[_0x1fc1d1(0xe9)]);const _0x3ead42=this[_0x1fc1d1(0xe3)](this[_0x1fc1d1(0xe9)]),_0x4101b0=path[_0x1fc1d1(0xa7)](process[_0x1fc1d1(0xe0)](),_0x291703);fs['writeFile'](_0x4101b0,_0x3ead42,_0x2c6939=>{const _0x5add52=_0x1fc1d1;if(_0x2c6939){_0x12d98b[_0x5add52(0x103)](debug,'Error\x20in\x20writing\x20html\x20'+_0x2c6939[_0x5add52(0xdb)]());return;}_0x12d98b[_0x5add52(0xd1)](debug,'Performance\x20report\x20is\x20at\x20'+_0x4101b0);});if(_0x1e415e)return this['calculateTimeFromEvents'](this[_0x1fc1d1(0xe9)],_0x1e415e);}static['generateHTMLReport'](_0x50364c){const _0x3a9923=a71_0x3a3580,_0x1a02bf={};_0x1a02bf[_0x3a9923(0xe6)]=_0x3a9923(0x9d),_0x1a02bf[_0x3a9923(0x100)]='<h1>Performance\x20Report</h1>',_0x1a02bf[_0x3a9923(0xfd)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x1a02bf[_0x3a9923(0xdc)]=_0x3a9923(0xd0);const _0x41af38=_0x1a02bf;let _0x1c2316=_0x41af38[_0x3a9923(0xe6)];return _0x1c2316+=_0x41af38[_0x3a9923(0x100)],_0x1c2316+=_0x41af38[_0x3a9923(0xfd)],_0x50364c[_0x3a9923(0xaf)](_0x33b3bc=>{const _0x32f042=_0x3a9923;_0x1c2316+=_0x32f042(0xac)+_0x33b3bc[_0x32f042(0xb9)]+_0x32f042(0xc0)+_0x33b3bc['duration']+_0x32f042(0xd9);}),_0x1c2316+=_0x41af38[_0x3a9923(0xdc)],_0x1c2316;}static[a71_0x3a3580(0xee)](_0x6c9b33){const _0x222c0d=a71_0x3a3580;if(!this[_0x222c0d(0xd6)])return;const _0x320d83={};_0x6c9b33[_0x222c0d(0xeb)](_0x5c5278=>{const _0x15f4bb=_0x222c0d;!_0x320d83[_0x5c5278[_0x15f4bb(0xb9)]]&&(_0x320d83[_0x5c5278[_0x15f4bb(0xb9)]]=0x0),_0x320d83[_0x5c5278[_0x15f4bb(0xb9)]]+=_0x5c5278['duration'];});const _0x362e5d=Object[_0x222c0d(0xca)](_0x320d83)[_0x222c0d(0xeb)](([_0x579293,_0x30fb15])=>{const _0x395b60=_0x222c0d,_0xe24542={};return _0xe24542[_0x395b60(0xb9)]=_0x579293,_0xe24542[_0x395b60(0xfc)]=_0x30fb15,_0xe24542;});fs[_0x222c0d(0xd8)](this[_0x222c0d(0xd6)],JSON[_0x222c0d(0x9f)](_0x362e5d));}static[a71_0x3a3580(0xb7)](){const _0x307979=a71_0x3a3580,_0x483322={};_0x483322[_0x307979(0xd5)]=function(_0x198a46,_0x1b0280){return _0x198a46===_0x1b0280;},_0x483322[_0x307979(0xc1)]=_0x307979(0xef);const _0x456549=_0x483322;return!_0x456549[_0x307979(0xd5)](process[_0x307979(0xc4)][_0x307979(0xa0)],_0x456549[_0x307979(0xc1)]);}static[a71_0x3a3580(0xf2)](_0x4b1db7,_0x18ca89,_0x5d3f15=null,_0x283d44=null){const _0x4fdf8b=a71_0x3a3580,_0x33995c={};_0x33995c[_0x4fdf8b(0x108)]=function(_0x57dfd9,_0x5bb47b){return _0x57dfd9+_0x5bb47b;},_0x33995c['PUvgq']=_0x4fdf8b(0xcb),_0x33995c[_0x4fdf8b(0xea)]=_0x4fdf8b(0x110),_0x33995c[_0x4fdf8b(0xe4)]=function(_0x80f063,_0x2f0af5){return _0x80f063 instanceof _0x2f0af5;};const _0x9f624c=_0x33995c;try{if(this[_0x4fdf8b(0xf1)]&&this[_0x4fdf8b(0xb7)]()){let _0xecd48=_0x4b1db7;_0x5d3f15&&(_0xecd48=_0x4b1db7+'['+JSON[_0x4fdf8b(0x9f)](_0x5d3f15)+']');const _0x1a3f7b=_0x9f624c[_0x4fdf8b(0x108)](_0xecd48,_0x9f624c['PUvgq']),_0x263da2=_0x9f624c['HbPvb'](_0xecd48,_0x9f624c[_0x4fdf8b(0xea)]);performance[_0x4fdf8b(0xaa)](_0x1a3f7b);const _0x4f595e=_0x18ca89['apply'](null,_0x283d44);if(_0x9f624c[_0x4fdf8b(0xe4)](_0x4f595e,Promise))return new Promise((_0x38e9ad,_0x2c21b4)=>{const _0x52a914=_0x4fdf8b;_0x4f595e['then'](_0x413535=>_0x38e9ad(_0x413535))[_0x52a914(0xf3)](_0x23bf2d=>_0x2c21b4(_0x23bf2d))[_0x52a914(0xf5)](()=>{const _0x4e9b28=_0x52a914;performance[_0x4e9b28(0xaa)](_0x263da2),performance[_0x4e9b28(0xf2)](_0xecd48,_0x1a3f7b,_0x263da2);});});;return performance['mark'](_0x263da2),performance[_0x4fdf8b(0xf2)](_0xecd48,_0x1a3f7b,_0x263da2),_0x4f595e;};return _0x18ca89[_0x4fdf8b(0xe8)](null,_0x283d44);}catch(_0x284608){return _0x18ca89[_0x4fdf8b(0xe8)](null,_0x283d44);}}static[a71_0x3a3580(0xdd)](_0x19c004,_0x10f401){const _0x237471=this;return function(){const _0x1039c3=a71_0x12d4,_0x3463da=[_0x19c004,_0x10f401,null][_0x1039c3(0xcf)](arguments);return _0x237471[_0x1039c3(0xf2)][_0x1039c3(0xe8)](_0x237471,_0x3463da);};}static[a71_0x3a3580(0xc8)](){const _0x4077e4=a71_0x3a3580,_0x14a3b3={};_0x14a3b3[_0x4077e4(0xcd)]=function(_0x7be31a,_0x27cc15){return _0x7be31a/_0x27cc15;},_0x14a3b3[_0x4077e4(0xec)]=function(_0x14b16a,_0x236fbc){return _0x14b16a+_0x236fbc;},_0x14a3b3[_0x4077e4(0xff)]=function(_0x304330,_0x16ea9e){return _0x304330*_0x16ea9e;};const _0x4a8379=_0x14a3b3,_0x24aacf=/(^.*)\[(.*)\]$/,_0x57fd5b={},_0x2d1bb2={};for(const _0x385580 of this[_0x4077e4(0xe2)]){const _0x44a949=_0x385580[_0x4077e4(0xb9)]['match'](_0x24aacf),_0x3c7c32={};_0x3c7c32[_0x4077e4(0xb9)]=_0x385580[_0x4077e4(0xb9)],_0x3c7c32[_0x4077e4(0xfc)]=_0x385580['duration']||0x0;const _0x22fb07=_0x3c7c32;_0x44a949&&(_0x22fb07[_0x4077e4(0xb9)]=_0x44a949[0x1],_0x22fb07['meta']=JSON[_0x4077e4(0x105)](_0x44a949[0x2]));if(_0x57fd5b[_0x22fb07[_0x4077e4(0xb9)]]){const _0x54edfa=_0x57fd5b[_0x22fb07['name']],_0xe97ddf=_0x2d1bb2[_0x22fb07['name']];_0x57fd5b[_0x22fb07[_0x4077e4(0xb9)]][_0x4077e4(0xfc)]=_0x4a8379['DonKo'](_0x4a8379['gIWiN'](_0x4a8379[_0x4077e4(0xff)](_0x54edfa[_0x4077e4(0xfc)],_0xe97ddf),_0x22fb07[_0x4077e4(0xfc)]),_0x4a8379[_0x4077e4(0xec)](0x1,_0xe97ddf)),_0x2d1bb2[_0x22fb07['name']]++;}else _0x57fd5b[_0x22fb07[_0x4077e4(0xb9)]]=_0x22fb07,_0x2d1bb2[_0x22fb07[_0x4077e4(0xb9)]]=0x1;}return Object[_0x4077e4(0xc3)](_0x57fd5b);}static[a71_0x3a3580(0xb8)](){const _0x4cb2b0=a71_0x3a3580,_0x31437e={};_0x31437e[_0x4cb2b0(0xbf)]=function(_0x5338fb,_0x2b5657){return _0x5338fb===_0x2b5657;},_0x31437e[_0x4cb2b0(0xa9)]=function(_0x54301d,_0x324bcb){return _0x54301d+_0x324bcb;};const _0x26d429=_0x31437e;if(_0x26d429['RHzvi'](this['_measureEvents'][_0x4cb2b0(0xcc)],0x0))return;const _0x3a8721=this[_0x4cb2b0(0xc8)](),_0x47fe3d=JSON[_0x4cb2b0(0x9f)](_0x3a8721),_0x19ee8e=_0x26d429[_0x4cb2b0(0xa9)](_0x47fe3d[_0x4cb2b0(0xce)](0x1,-0x1),',');fs[_0x4cb2b0(0x101)](this['jsonReportFileName'],_0x19ee8e);}static['finalizePerfMeasures'](){const _0x4617a6=a71_0x3a3580,_0x2224db={};_0x2224db[_0x4617a6(0xc6)]=function(_0x1ff02f,_0xdaa295){return _0x1ff02f===_0xdaa295;},_0x2224db[_0x4617a6(0xf9)]=function(_0x29bca2,_0xfc757d){return _0x29bca2>_0xfc757d;};const _0x69759a=_0x2224db;if(!this[_0x4617a6(0xf1)]||_0x69759a[_0x4617a6(0xc6)](this['_measureEvents'][_0x4617a6(0xcc)],0x0))return[];if(!fs[_0x4617a6(0xa1)](this[_0x4617a6(0xd6)]))return this[_0x4617a6(0xe2)];let _0x4c0d8a=fs[_0x4617a6(0xe1)](this[_0x4617a6(0xd6)])[_0x4617a6(0xdb)]();_0x4c0d8a='['+_0x4c0d8a[_0x4617a6(0xce)](0x0,-0x1)+']';let _0x5d168b=JSON[_0x4617a6(0x105)](_0x4c0d8a);return _0x69759a['qpeIf'](this[_0x4617a6(0xe2)]['length'],0x0)&&(_0x5d168b=_0x5d168b[_0x4617a6(0xcf)](this[_0x4617a6(0xc8)]())),this[_0x4617a6(0x107)][_0x4617a6(0xf0)](),fs[_0x4617a6(0xb2)](this[_0x4617a6(0xd6)]),_0x5d168b;}static[a71_0x3a3580(0xde)](){const _0xfd6403=a71_0x3a3580,_0x443315={};_0x443315[_0xfd6403(0xc2)]=function(_0x3bdae3,_0x1a5d0e){return _0x3bdae3===_0x1a5d0e;},_0x443315[_0xfd6403(0xbc)]=function(_0xb48619,_0x288d7b){return _0xb48619+_0x288d7b;};const _0x5267ad=_0x443315;if(_0x5267ad[_0xfd6403(0xc2)](this[_0xfd6403(0x10e)][_0xfd6403(0xcc)],0x0))return;const _0x41ee66=JSON[_0xfd6403(0x9f)](this[_0xfd6403(0x10e)]),_0x350076=_0x5267ad[_0xfd6403(0xbc)](_0x41ee66[_0xfd6403(0xce)](0x1,-0x1),',');fs[_0xfd6403(0x101)](this[_0xfd6403(0xd7)],_0x350076);}static[a71_0x3a3580(0xa2)](){const _0x498459=a71_0x3a3580,_0x1b1b34={};_0x1b1b34[_0x498459(0x112)]=function(_0x3b9cc0,_0x5a24f9){return _0x3b9cc0>_0x5a24f9;};const _0x50028e=_0x1b1b34;if(!fs[_0x498459(0xa1)](this[_0x498459(0xf4)]))return this[_0x498459(0x10e)];let _0x570d14=fs[_0x498459(0xe1)](this[_0x498459(0xf4)])[_0x498459(0xdb)]();_0x570d14='['+_0x570d14[_0x498459(0xce)](0x0,-0x1)+']';let _0x1c1a2d=JSON[_0x498459(0x105)](_0x570d14);return _0x50028e['efceF'](this['_errorEvents'][_0x498459(0xcc)],0x0)&&(_0x1c1a2d=_0x1c1a2d['concat'](this[_0x498459(0x10e)])),fs['unlinkSync'](this[_0x498459(0xf4)]),_0x1c1a2d;}static[a71_0x3a3580(0xfb)](_0x1d003b){const _0x21cc5b=a71_0x3a3580;if(!this[_0x21cc5b(0xb7)]())return;this[_0x21cc5b(0x10e)][_0x21cc5b(0xa4)]({'message':_0x1d003b[_0x21cc5b(0xed)],'trace':_0x1d003b[_0x21cc5b(0x9e)],'code':_0x1d003b[_0x21cc5b(0x10b)]||null,'time':new Date()});}static[a71_0x3a3580(0xc5)](){const _0x1ffe73=a71_0x3a3580,_0x3ff750={};_0x3ff750[_0x1ffe73(0x10c)]='Error\x20stopping\x20monitoring';const _0x45e15f=_0x3ff750;try{if(!this[_0x1ffe73(0xb7)]())return;this[_0x1ffe73(0x107)][_0x1ffe73(0xf0)](),this[_0x1ffe73(0xb8)](),this[_0x1ffe73(0xde)]();}catch{logger[_0x1ffe73(0xdf)](_0x45e15f[_0x1ffe73(0x10c)]);}}static[a71_0x3a3580(0x10d)](){const _0x5bd981=a71_0x3a3580,_0x431434=this[_0x5bd981(0xc7)](),_0x35ebea=this[_0x5bd981(0xa2)]();if(!this[_0x5bd981(0xb7)]()){const _0x1c60d3={};return _0x1c60d3[_0x5bd981(0xba)]=[],_0x1c60d3[_0x5bd981(0xbb)]=[],_0x1c60d3;}const _0x2bc65a={};return _0x2bc65a[_0x5bd981(0xba)]=_0x431434,_0x2bc65a[_0x5bd981(0xbb)]=_0x35ebea,_0x2bc65a;}}function a71_0x12d4(_0x18d47f,_0x484d5f){const _0x9b603d=a71_0x9b60();return a71_0x12d4=function(_0x12d43e,_0x556390){_0x12d43e=_0x12d43e-0x9d;let _0x41e3aa=_0x9b603d[_0x12d43e];return _0x41e3aa;},a71_0x12d4(_0x18d47f,_0x484d5f);}module['exports']=PerformanceTester;
@@ -1 +1 @@
1
- const a72_0x48fee1=a72_0x1a7b;function a72_0x1a7b(_0x1b7cac,_0x5847ae){const _0xf930d7=a72_0xf930();return a72_0x1a7b=function(_0x1a7b3f,_0x30b09e){_0x1a7b3f=_0x1a7b3f-0x189;let _0x4fb9e4=_0xf930d7[_0x1a7b3f];return _0x4fb9e4;},a72_0x1a7b(_0x1b7cac,_0x5847ae);}(function(_0x4d526f,_0x4cf5bd){const _0x5b6f67=a72_0x1a7b,_0x24045e=_0x4d526f();while(!![]){try{const _0x2bc270=parseInt(_0x5b6f67(0x1ac))/0x1*(parseInt(_0x5b6f67(0x197))/0x2)+-parseInt(_0x5b6f67(0x1a8))/0x3*(-parseInt(_0x5b6f67(0x1aa))/0x4)+parseInt(_0x5b6f67(0x195))/0x5*(-parseInt(_0x5b6f67(0x19c))/0x6)+parseInt(_0x5b6f67(0x191))/0x7*(-parseInt(_0x5b6f67(0x1a6))/0x8)+parseInt(_0x5b6f67(0x1a5))/0x9*(parseInt(_0x5b6f67(0x1a3))/0xa)+-parseInt(_0x5b6f67(0x199))/0xb+parseInt(_0x5b6f67(0x196))/0xc;if(_0x2bc270===_0x4cf5bd)break;else _0x24045e['push'](_0x24045e['shift']());}catch(_0x293a46){_0x24045e['push'](_0x24045e['shift']());}}}(a72_0xf930,0x82bee));const http=require(a72_0x48fee1(0x1af)),https=require(a72_0x48fee1(0x190)),monkeypatch=require('monkeypatch');function spy(_0x3175da){const _0x48dd83=a72_0x48fee1,_0x15f489={'HMnkB':function(_0x2623f9,_0x4a7868){return _0x2623f9-_0x4a7868;},'tUcbb':function(_0x4e0e20,_0x151441,_0x143b85){return _0x4e0e20(_0x151441,_0x143b85);},'cughx':_0x48dd83(0x1a4),'nSOTq':function(_0x201e10,_0x201f8b,_0x48df2c){return _0x201e10(_0x201f8b,_0x48df2c);},'yHCib':function(_0x3eda61,..._0x46df4e){return _0x3eda61(..._0x46df4e);},'ODQen':function(_0x11a057,_0xaa9275,_0x1783e5){return _0x11a057(_0xaa9275,_0x1783e5);},'EQauv':_0x48dd83(0x19a),'lraxN':'socket','PGIQb':function(_0x31a14b,_0x3db0f5,_0x1c3a7e,_0x35f278){return _0x31a14b(_0x3db0f5,_0x1c3a7e,_0x35f278);},'FiXZc':_0x48dd83(0x18e),'DvfCZ':_0x48dd83(0x1ad)},_0x54f3c9=(_0x9b4649,_0x10edc3,_0x4c7baf)=>{const _0xf79f1a=_0x48dd83,_0x1c5840={'MqQng':function(_0x1d4f66,_0x46e603,_0x131fe2){return _0x15f489['nSOTq'](_0x1d4f66,_0x46e603,_0x131fe2);},'TmWqG':function(_0x45b93c,..._0x187a62){const _0x553c90=a72_0x1a7b;return _0x15f489[_0x553c90(0x198)](_0x45b93c,..._0x187a62);}},_0x447171=_0x15f489[_0xf79f1a(0x1a1)](_0x9b4649,_0x10edc3,_0x4c7baf);let _0x2026b3=Date[_0xf79f1a(0x18b)](),_0x23942d;const _0x38543f=_0x5552c5=>{const _0x4bbfcd=_0xf79f1a,_0x594b0b={};_0x594b0b['host']=_0x10edc3['host']||_0x10edc3[_0x4bbfcd(0x18f)],_0x594b0b[_0x4bbfcd(0x19e)]=_0x10edc3[_0x4bbfcd(0x19e)],_0x594b0b[_0x4bbfcd(0x1ae)]=_0x10edc3['method'],_0x594b0b['headers']=_0x10edc3['headers'],_0x1c5840[_0x4bbfcd(0x1a2)](_0x3175da,_0x5552c5,_0x594b0b);};return _0x447171[_0xf79f1a(0x18d)](_0x15f489[_0xf79f1a(0x1a0)],_0x24e615=>{const _0x5c1fa0=_0xf79f1a,_0x17a7c1=_0x15f489[_0x5c1fa0(0x193)](Date[_0x5c1fa0(0x18b)](),_0x2026b3),_0x464cd2={};_0x464cd2[_0x5c1fa0(0x18f)]=_0x10edc3['host']||_0x10edc3[_0x5c1fa0(0x18f)],_0x464cd2[_0x5c1fa0(0x19e)]=_0x10edc3['path'],_0x464cd2[_0x5c1fa0(0x1ae)]=_0x10edc3[_0x5c1fa0(0x1ae)],_0x464cd2[_0x5c1fa0(0x1a7)]=_0x10edc3[_0x5c1fa0(0x1a7)],_0x464cd2['status_code']=_0x24e615[_0x5c1fa0(0x1b0)],_0x464cd2[_0x5c1fa0(0x1a9)]=_0x17a7c1,_0x15f489[_0x5c1fa0(0x19d)](_0x3175da,null,_0x464cd2),_0x23942d[_0x5c1fa0(0x19f)](_0x15f489[_0x5c1fa0(0x189)],_0x38543f);}),_0x447171['on'](_0x15f489[_0xf79f1a(0x18a)],_0x104c74=>{const _0x4b91dc=_0xf79f1a;_0x23942d=_0x104c74,_0x104c74[_0x4b91dc(0x18d)](_0x15f489['cughx'],_0x38543f);}),_0x15f489[_0xf79f1a(0x18c)](monkeypatch,_0x447171,_0x15f489['FiXZc'],(_0xfd18d0,..._0x32e9b8)=>{const _0x454cae=_0xf79f1a;_0x2026b3=Date[_0x454cae(0x18b)](),_0x1c5840[_0x454cae(0x192)](_0xfd18d0,..._0x32e9b8);}),_0x447171;};_0x15f489[_0x48dd83(0x18c)](monkeypatch,http,_0x15f489[_0x48dd83(0x19b)],_0x54f3c9),_0x15f489[_0x48dd83(0x18c)](monkeypatch,https,_0x15f489[_0x48dd83(0x19b)],_0x54f3c9);}function a72_0xf930(){const _0x5c4bbf=['HMnkB','spy','2588115maIlzW','7980516QbrwJU','2fRcyie','yHCib','7922893cJiUDq','response','DvfCZ','12veNWRf','tUcbb','path','removeListener','EQauv','ODQen','MqQng','18450sfYgnf','error','2007SLZZwH','24176RojdLr','headers','238518Lhgczk','duration_ms','44DTiAAI','unpatch','355109FRgJco','request','method','http','statusCode','exports','cughx','lraxN','now','PGIQb','once','end','hostname','https','35HBmuXl','TmWqG'];a72_0xf930=function(){return _0x5c4bbf;};return a72_0xf930();}function restore(){const _0x3e29c3=a72_0x48fee1;http[_0x3e29c3(0x1ad)]['unpatch'](),https[_0x3e29c3(0x1ad)][_0x3e29c3(0x1ab)]();}const a72_0x33e81e={};a72_0x33e81e[a72_0x48fee1(0x194)]=spy,a72_0x33e81e['restore']=restore,module[a72_0x48fee1(0x1b1)]=a72_0x33e81e;
1
+ const a72_0x508e3d=a72_0x2056;function a72_0x2056(_0x43c33a,_0x154fca){const _0x1d6b3e=a72_0x1d6b();return a72_0x2056=function(_0x205617,_0x26048c){_0x205617=_0x205617-0x1a7;let _0x5a586a=_0x1d6b3e[_0x205617];return _0x5a586a;},a72_0x2056(_0x43c33a,_0x154fca);}(function(_0x5ac535,_0x102225){const _0x52ce17=a72_0x2056,_0x42638e=_0x5ac535();while(!![]){try{const _0x337378=parseInt(_0x52ce17(0x1d0))/0x1*(parseInt(_0x52ce17(0x1c4))/0x2)+-parseInt(_0x52ce17(0x1c5))/0x3*(-parseInt(_0x52ce17(0x1bc))/0x4)+parseInt(_0x52ce17(0x1b9))/0x5*(-parseInt(_0x52ce17(0x1b1))/0x6)+parseInt(_0x52ce17(0x1a9))/0x7*(-parseInt(_0x52ce17(0x1b2))/0x8)+-parseInt(_0x52ce17(0x1a8))/0x9*(parseInt(_0x52ce17(0x1ae))/0xa)+-parseInt(_0x52ce17(0x1bd))/0xb+parseInt(_0x52ce17(0x1cb))/0xc;if(_0x337378===_0x102225)break;else _0x42638e['push'](_0x42638e['shift']());}catch(_0x2a8e01){_0x42638e['push'](_0x42638e['shift']());}}}(a72_0x1d6b,0x96826));const http=require(a72_0x508e3d(0x1bf)),https=require(a72_0x508e3d(0x1c3)),monkeypatch=require(a72_0x508e3d(0x1ad));function spy(_0x17972a){const _0xecad36=a72_0x508e3d,_0x298c97={'UTiDn':function(_0x1de134,_0x11cc0b){return _0x1de134-_0x11cc0b;},'CzWJM':function(_0x4da2be,_0x36b5f8,_0x4f892d){return _0x4da2be(_0x36b5f8,_0x4f892d);},'MnySU':'error','cLqxx':function(_0x595f88,..._0x22a809){return _0x595f88(..._0x22a809);},'GPoVE':_0xecad36(0x1ca),'IhBkN':'socket','GZgPx':function(_0x2f48af,_0x3552a2,_0x52b406,_0x1cf826){return _0x2f48af(_0x3552a2,_0x52b406,_0x1cf826);},'DeeJq':_0xecad36(0x1aa),'vZmxv':function(_0x16b1c0,_0x49c872,_0x188dcf,_0x3c7345){return _0x16b1c0(_0x49c872,_0x188dcf,_0x3c7345);},'gzzZb':_0xecad36(0x1c1)},_0x543351=(_0x44579b,_0x1f2e80,_0x30d0a9)=>{const _0x1836d0=_0xecad36,_0x24adb7={'Asqhl':function(_0x5cbb68,_0x2d2f6f,_0x73fa98){return _0x298c97['CzWJM'](_0x5cbb68,_0x2d2f6f,_0x73fa98);}},_0x4c22f3=_0x298c97[_0x1836d0(0x1c2)](_0x44579b,_0x1f2e80,_0x30d0a9);let _0x34c0f1=Date[_0x1836d0(0x1ac)](),_0x57eef2;const _0x4d2e24=_0x1e094d=>{const _0x51d82f=_0x1836d0,_0x420360={};_0x420360[_0x51d82f(0x1ba)]=_0x1f2e80[_0x51d82f(0x1ba)]||_0x1f2e80['hostname'],_0x420360['path']=_0x1f2e80['path'],_0x420360[_0x51d82f(0x1a7)]=_0x1f2e80[_0x51d82f(0x1a7)],_0x420360[_0x51d82f(0x1b8)]=_0x1f2e80[_0x51d82f(0x1b8)],_0x24adb7[_0x51d82f(0x1b3)](_0x17972a,_0x1e094d,_0x420360);};return _0x4c22f3[_0x1836d0(0x1cd)](_0x298c97['GPoVE'],_0x480e03=>{const _0x552e66=_0x1836d0,_0x33d106=_0x298c97[_0x552e66(0x1bb)](Date[_0x552e66(0x1ac)](),_0x34c0f1),_0x576da7={};_0x576da7[_0x552e66(0x1ab)]=_0x1f2e80[_0x552e66(0x1ba)]||_0x1f2e80[_0x552e66(0x1ab)],_0x576da7['path']=_0x1f2e80[_0x552e66(0x1b5)],_0x576da7[_0x552e66(0x1a7)]=_0x1f2e80[_0x552e66(0x1a7)],_0x576da7[_0x552e66(0x1b8)]=_0x1f2e80['headers'],_0x576da7[_0x552e66(0x1af)]=_0x480e03['statusCode'],_0x576da7[_0x552e66(0x1c8)]=_0x33d106,_0x298c97[_0x552e66(0x1c2)](_0x17972a,null,_0x576da7),_0x57eef2[_0x552e66(0x1b4)](_0x298c97['MnySU'],_0x4d2e24);}),_0x4c22f3['on'](_0x298c97[_0x1836d0(0x1cc)],_0x4ad2aa=>{const _0x3bfb6c=_0x1836d0;_0x57eef2=_0x4ad2aa,_0x4ad2aa[_0x3bfb6c(0x1cd)](_0x298c97[_0x3bfb6c(0x1c0)],_0x4d2e24);}),_0x298c97[_0x1836d0(0x1b0)](monkeypatch,_0x4c22f3,_0x298c97[_0x1836d0(0x1be)],(_0x7bb3c5,..._0x5365bc)=>{const _0x410db7=_0x1836d0;_0x34c0f1=Date[_0x410db7(0x1ac)](),_0x298c97[_0x410db7(0x1c6)](_0x7bb3c5,..._0x5365bc);}),_0x4c22f3;};_0x298c97[_0xecad36(0x1ce)](monkeypatch,http,_0x298c97['gzzZb'],_0x543351),_0x298c97[_0xecad36(0x1b0)](monkeypatch,https,_0x298c97[_0xecad36(0x1c9)],_0x543351);}function restore(){const _0x27974e=a72_0x508e3d;http[_0x27974e(0x1c1)][_0x27974e(0x1cf)](),https[_0x27974e(0x1c1)][_0x27974e(0x1cf)]();}function a72_0x1d6b(){const _0x9fb457=['headers','580CjadIT','host','UTiDn','12nmibJV','11832513YPtUBV','DeeJq','http','MnySU','request','CzWJM','https','616678uyWmHO','246273UrKzdn','cLqxx','spy','duration_ms','gzzZb','response','46016532fbbHKK','IhBkN','once','vZmxv','unpatch','1rDmynq','method','18TfyMTq','763tqkgvV','end','hostname','now','monkeypatch','4939420MEOTVc','status_code','GZgPx','57774PPAyyz','43472cAmQsx','Asqhl','removeListener','path','exports','restore'];a72_0x1d6b=function(){return _0x9fb457;};return a72_0x1d6b();}const a72_0x44ffba={};a72_0x44ffba[a72_0x508e3d(0x1c7)]=spy,a72_0x44ffba[a72_0x508e3d(0x1b7)]=restore,module[a72_0x508e3d(0x1b6)]=a72_0x44ffba;
@@ -1 +1 @@
1
- function a73_0x49f2(_0x41a971,_0xff6adb){const _0x1f2d7a=a73_0x1f2d();return a73_0x49f2=function(_0x49f2e0,_0x4c0939){_0x49f2e0=_0x49f2e0-0xd2;let _0x5190ff=_0x1f2d7a[_0x49f2e0];return _0x5190ff;},a73_0x49f2(_0x41a971,_0xff6adb);}const a73_0x20a5d5=a73_0x49f2;function a73_0x1f2d(){const _0x5a6036=['8zsdOMg','1137240qeUFUX','hasOwnProperty','protocol','3567790CSTIpn','3XAHnaO','xuBeW','Agent','agent','4165126pGsfEN','aesDa','call','EwoTq','http','1949136TCQXFs','qJjjl','keepAliveMsecs','request','keepAlive','https:','85178YzpRdt','prototype','hcIFd','941598kVmwUJ','ZiSCh','exports','globalAgent','GTuBI','1034796XAVzud','FbZqA'];a73_0x1f2d=function(){return _0x5a6036;};return a73_0x1f2d();}(function(_0x4b0cda,_0x107f28){const _0x2e8da4=a73_0x49f2,_0x5a6c1d=_0x4b0cda();while(!![]){try{const _0x5f5664=-parseInt(_0x2e8da4(0xd6))/0x1*(parseInt(_0x2e8da4(0xe5))/0x2)+parseInt(_0x2e8da4(0xe8))/0x3+parseInt(_0x2e8da4(0xed))/0x4+parseInt(_0x2e8da4(0xd5))/0x5+-parseInt(_0x2e8da4(0xdf))/0x6+-parseInt(_0x2e8da4(0xda))/0x7*(parseInt(_0x2e8da4(0xef))/0x8)+parseInt(_0x2e8da4(0xd2))/0x9;if(_0x5f5664===_0x107f28)break;else _0x5a6c1d['push'](_0x5a6c1d['shift']());}catch(_0x7df4b6){_0x5a6c1d['push'](_0x5a6c1d['shift']());}}}(a73_0x1f2d,0x5912a),module[a73_0x20a5d5(0xea)]=function(){const _0x444e37=a73_0x20a5d5,_0x1282c4={'GTuBI':function(_0x5bec80,_0xeda2ea){return _0x5bec80===_0xeda2ea;},'PeAmo':_0x444e37(0xe4),'FbZqA':_0x444e37(0xd9),'qJjjl':function(_0x21c72c,_0x5dffab,_0x4baf8e){return _0x21c72c(_0x5dffab,_0x4baf8e);},'FBiiL':function(_0x125d1f,_0xff0bd5,_0x33f07e){return _0x125d1f(_0xff0bd5,_0x33f07e);},'xuBeW':function(_0x34bdce,_0xf35aa5){return _0x34bdce(_0xf35aa5);},'hcIFd':_0x444e37(0xde),'EwoTq':function(_0x580daf,_0x27d525){return _0x580daf(_0x27d525);},'ZiSCh':'https','aesDa':function(_0x1a6f8b,_0x24d099){return _0x1a6f8b*_0x24d099;},'GwhNJ':_0x444e37(0xe3)},_0x2b4d7a=_0x1282c4[_0x444e37(0xd7)](require,_0x1282c4[_0x444e37(0xe7)]),_0x17d472=_0x1282c4[_0x444e37(0xdd)](require,_0x1282c4[_0x444e37(0xe9)]),_0x3d0a99=_0x1282c4[_0x444e37(0xdb)](0x1e,0x3e8);if(_0x2b4d7a['globalAgent']&&Object[_0x444e37(0xe6)][_0x444e37(0xd3)][_0x444e37(0xdc)](_0x2b4d7a[_0x444e37(0xeb)],_0x1282c4['GwhNJ']))_0x2b4d7a[_0x444e37(0xeb)][_0x444e37(0xe3)]=!![],_0x17d472[_0x444e37(0xeb)][_0x444e37(0xe3)]=!![],_0x2b4d7a[_0x444e37(0xeb)]['keepAliveMsecs']=_0x3d0a99,_0x17d472[_0x444e37(0xeb)][_0x444e37(0xe1)]=_0x3d0a99;else{const _0x1f4365={};_0x1f4365[_0x444e37(0xe3)]=!![],_0x1f4365[_0x444e37(0xe1)]=_0x3d0a99;const _0x1ae201=new _0x2b4d7a['Agent'](_0x1f4365),_0x21fe6f={};_0x21fe6f[_0x444e37(0xe3)]=!![],_0x21fe6f[_0x444e37(0xe1)]=_0x3d0a99;const _0x18509d=new _0x17d472[(_0x444e37(0xd8))](_0x21fe6f),_0xebaae6=_0x2b4d7a['request'],_0x4c8b11=_0x17d472[_0x444e37(0xe2)];_0x2b4d7a[_0x444e37(0xe2)]=function(_0x470924,_0x36d4de){const _0x38f149=_0x444e37;if(_0x1282c4[_0x38f149(0xec)](_0x470924[_0x38f149(0xd4)],_0x1282c4['PeAmo']))return _0x470924[_0x1282c4[_0x38f149(0xee)]]=_0x18509d,_0x1282c4[_0x38f149(0xe0)](_0x4c8b11,_0x470924,_0x36d4de);return _0x470924[_0x1282c4['FbZqA']]=_0x1ae201,_0x1282c4['FBiiL'](_0xebaae6,_0x470924,_0x36d4de);};}});
1
+ (function(_0x3e92b2,_0x417634){const _0x61cf76=a73_0x4c74,_0xd1dc00=_0x3e92b2();while(!![]){try{const _0x232aad=-parseInt(_0x61cf76(0x8e))/0x1+-parseInt(_0x61cf76(0x8a))/0x2+-parseInt(_0x61cf76(0x89))/0x3+-parseInt(_0x61cf76(0x94))/0x4+parseInt(_0x61cf76(0x9f))/0x5*(-parseInt(_0x61cf76(0x87))/0x6)+-parseInt(_0x61cf76(0x85))/0x7+parseInt(_0x61cf76(0x84))/0x8;if(_0x232aad===_0x417634)break;else _0xd1dc00['push'](_0xd1dc00['shift']());}catch(_0x21b44a){_0xd1dc00['push'](_0xd1dc00['shift']());}}}(a73_0x26ed,0xed7f0),module['exports']=function(){const _0x515372=a73_0x4c74,_0x1a8190={'AZeug':function(_0x487057,_0x19190e){return _0x487057===_0x19190e;},'ayiqP':'https:','QPhOM':'agent','aBclk':function(_0xe93e94,_0x5127c0,_0x228df3){return _0xe93e94(_0x5127c0,_0x228df3);},'ryyeA':function(_0x20ac9c,_0x1d3051,_0x5500ea){return _0x20ac9c(_0x1d3051,_0x5500ea);},'pIMij':function(_0x2c04b1,_0x62015c){return _0x2c04b1(_0x62015c);},'aqiPb':_0x515372(0x9c),'vqflx':function(_0x1bb85a,_0x51cb95){return _0x1bb85a(_0x51cb95);},'zHhko':'https','GFmuo':function(_0x320882,_0x28fe47){return _0x320882*_0x28fe47;},'RXfbV':_0x515372(0x9d)},_0x25dd5e=_0x1a8190[_0x515372(0x88)](require,_0x1a8190[_0x515372(0x8f)]),_0x2d5f73=_0x1a8190[_0x515372(0x97)](require,_0x1a8190['zHhko']),_0x3880ac=_0x1a8190[_0x515372(0x8c)](0x1e,0x3e8);if(_0x25dd5e['globalAgent']&&Object[_0x515372(0x96)][_0x515372(0x9b)][_0x515372(0x98)](_0x25dd5e[_0x515372(0x9e)],_0x1a8190[_0x515372(0x95)]))_0x25dd5e['globalAgent']['keepAlive']=!![],_0x2d5f73['globalAgent'][_0x515372(0x9d)]=!![],_0x25dd5e[_0x515372(0x9e)]['keepAliveMsecs']=_0x3880ac,_0x2d5f73[_0x515372(0x9e)][_0x515372(0x9a)]=_0x3880ac;else{const _0x199102={};_0x199102[_0x515372(0x9d)]=!![],_0x199102[_0x515372(0x9a)]=_0x3880ac;const _0x1df591=new _0x25dd5e[(_0x515372(0x91))](_0x199102),_0x169a90={};_0x169a90[_0x515372(0x9d)]=!![],_0x169a90[_0x515372(0x9a)]=_0x3880ac;const _0x3f29ff=new _0x2d5f73[(_0x515372(0x91))](_0x169a90),_0x287cc0=_0x25dd5e[_0x515372(0x86)],_0x44abe7=_0x2d5f73[_0x515372(0x86)];_0x25dd5e['request']=function(_0x4698a1,_0xa45a64){const _0x11874c=_0x515372;if(_0x1a8190[_0x11874c(0x8d)](_0x4698a1[_0x11874c(0x90)],_0x1a8190[_0x11874c(0x93)]))return _0x4698a1[_0x1a8190[_0x11874c(0x92)]]=_0x3f29ff,_0x1a8190[_0x11874c(0x8b)](_0x44abe7,_0x4698a1,_0xa45a64);return _0x4698a1[_0x1a8190[_0x11874c(0x92)]]=_0x1df591,_0x1a8190[_0x11874c(0x99)](_0x287cc0,_0x4698a1,_0xa45a64);};}});function a73_0x4c74(_0x58fae1,_0x1b03a9){const _0x26ed3a=a73_0x26ed();return a73_0x4c74=function(_0x4c74ba,_0x53bb4e){_0x4c74ba=_0x4c74ba-0x84;let _0x32014d=_0x26ed3a[_0x4c74ba];return _0x32014d;},a73_0x4c74(_0x58fae1,_0x1b03a9);}function a73_0x26ed(){const _0x443941=['hasOwnProperty','http','keepAlive','globalAgent','11465vreJoi','75846200BzTJec','13444592gCeMyH','request','150sBQenk','pIMij','4444602MwhavI','2914312fwZrDC','aBclk','GFmuo','AZeug','1891429WEYANo','aqiPb','protocol','Agent','QPhOM','ayiqP','6799564gEIoiL','RXfbV','prototype','vqflx','call','ryyeA','keepAliveMsecs'];a73_0x26ed=function(){return _0x443941;};return a73_0x26ed();}
@@ -1 +1 @@
1
- var a74_0x52b2a2=a74_0x38dc;(function(_0x115d18,_0x3f1d02){var _0x1bfd80=a74_0x38dc,_0x5ee098=_0x115d18();while(!![]){try{var _0x4a3af4=-parseInt(_0x1bfd80(0x10d))/0x1*(parseInt(_0x1bfd80(0x10a))/0x2)+parseInt(_0x1bfd80(0x114))/0x3*(-parseInt(_0x1bfd80(0x109))/0x4)+parseInt(_0x1bfd80(0x116))/0x5+-parseInt(_0x1bfd80(0x119))/0x6+-parseInt(_0x1bfd80(0x108))/0x7*(-parseInt(_0x1bfd80(0x10f))/0x8)+-parseInt(_0x1bfd80(0x10c))/0x9*(parseInt(_0x1bfd80(0x111))/0xa)+parseInt(_0x1bfd80(0x11c))/0xb;if(_0x4a3af4===_0x3f1d02)break;else _0x5ee098['push'](_0x5ee098['shift']());}catch(_0x2e5b28){_0x5ee098['push'](_0x5ee098['shift']());}}}(a74_0x5e97,0x7f58e));var a74_0x1eb279={};a74_0x1eb279[a74_0x52b2a2(0x115)]=a74_0x52b2a2(0x11b),a74_0x1eb279[a74_0x52b2a2(0x110)]=a74_0x52b2a2(0x10b),a74_0x1eb279['CODECEPT']=a74_0x52b2a2(0x11a),module[a74_0x52b2a2(0x118)]={'consoleHolder':Object[a74_0x52b2a2(0x112)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a74_0x52b2a2(0x113),'EVENT_ENDPOINT':a74_0x52b2a2(0x10e),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0x52b2a2(0x117),'FRAMEWORKS':a74_0x1eb279};function a74_0x38dc(_0x45e351,_0x29b36e){var _0x5e9727=a74_0x5e97();return a74_0x38dc=function(_0x38dc38,_0x337d3f){_0x38dc38=_0x38dc38-0x108;var _0x1df2c2=_0x5e9727[_0x38dc38];return _0x1df2c2;},a74_0x38dc(_0x45e351,_0x29b36e);}function a74_0x5e97(){var _0x25ae24=['11139LnqxtF','PLAYWRIGHT','1261510gOekPm','.obs_test_details','exports','6128802YNkdEx','codeceptjs','Playwright','29407158LqzSTr','301Egxynm','172NQYVSN','598662AGbsEn','mocha','90nzyASx','3gsGNcF','api/v1/event','128328bnlHhq','MOCHA','1014710cdTAYu','assign','https://collector-observability.browserstack.com'];a74_0x5e97=function(){return _0x25ae24;};return a74_0x5e97();}
1
+ var a74_0x47ae77=a74_0x4705;(function(_0x577f19,_0x306e51){var _0x3f2377=a74_0x4705,_0x8c2734=_0x577f19();while(!![]){try{var _0x5846ca=parseInt(_0x3f2377(0xff))/0x1*(-parseInt(_0x3f2377(0x100))/0x2)+-parseInt(_0x3f2377(0xf8))/0x3*(-parseInt(_0x3f2377(0x103))/0x4)+-parseInt(_0x3f2377(0xfc))/0x5+parseInt(_0x3f2377(0x101))/0x6+-parseInt(_0x3f2377(0x102))/0x7*(parseInt(_0x3f2377(0xf9))/0x8)+parseInt(_0x3f2377(0x104))/0x9+parseInt(_0x3f2377(0xf4))/0xa;if(_0x5846ca===_0x306e51)break;else _0x8c2734['push'](_0x8c2734['shift']());}catch(_0x3b7826){_0x8c2734['push'](_0x8c2734['shift']());}}}(a74_0x400d,0xbbf29));var a74_0x466a7f={};function a74_0x4705(_0xdd13c3,_0x3fb408){var _0x400dd5=a74_0x400d();return a74_0x4705=function(_0x47058e,_0x4c0267){_0x47058e=_0x47058e-0xf3;var _0x41005e=_0x400dd5[_0x47058e];return _0x41005e;},a74_0x4705(_0xdd13c3,_0x3fb408);}a74_0x466a7f[a74_0x47ae77(0xf3)]=a74_0x47ae77(0xfe),a74_0x466a7f[a74_0x47ae77(0x107)]=a74_0x47ae77(0x106),a74_0x466a7f[a74_0x47ae77(0x105)]=a74_0x47ae77(0xf7),module[a74_0x47ae77(0xf6)]={'consoleHolder':Object[a74_0x47ae77(0xfa)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','EVENT_ENDPOINT':a74_0x47ae77(0xfd),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a74_0x47ae77(0xfb),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a74_0x47ae77(0xf5),'FRAMEWORKS':a74_0x466a7f};function a74_0x400d(){var _0x3eb4ae=['api/v1/event','Playwright','93766lDYMSv','12fDEfUG','3224616ApsQGI','1792476hTefDS','1244152FKlDNu','2896380ByiNZa','CODECEPT','mocha','MOCHA','PLAYWRIGHT','5208410PPLLVE','.obs_test_details','exports','codeceptjs','12eiHwfq','16IDeDUC','assign','api/v1/screenshots','3898420aDNiwb'];a74_0x400d=function(){return _0x3eb4ae;};return a74_0x400d();}