browserstack-node-sdk 1.66.0 → 1.66.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
package/src/helpers/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a142_0x254bac=a142_0x18cd;(function(_0x5c0649,_0x2c25a5){const _0x5cf447=a142_0x18cd,_0x347aa2=_0x5c0649();while(!![]){try{const _0x9ca8cc=-parseInt(_0x5cf447(0x1dd))/0x1+parseInt(_0x5cf447(0x1f2))/0x2+parseInt(_0x5cf447(0x218))/0x3*(-parseInt(_0x5cf447(0x205))/0x4)+-parseInt(_0x5cf447(0x1e2))/0x5+-parseInt(_0x5cf447(0x1f4))/0x6*(-parseInt(_0x5cf447(0x1cf))/0x7)+parseInt(_0x5cf447(0x1d9))/0x8+parseInt(_0x5cf447(0x1e6))/0x9*(-parseInt(_0x5cf447(0x1e7))/0xa);if(_0x9ca8cc===_0x2c25a5)break;else _0x347aa2['push'](_0x347aa2['shift']());}catch(_0x9eae70){_0x347aa2['push'](_0x347aa2['shift']());}}}(a142_0x55c1,0x9333d));const winston=require(a142_0x254bac(0x1e8)),path=require(a142_0x254bac(0x222)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require('../bin/utils/constants'),tempLogDir=a142_0x254bac(0x214);let redactRegex=null,lastConfigHash='';const logFormat=winston['format'](_0x180308=>{const _0x2c3fba=a142_0x254bac,_0x44bfdb={};_0x44bfdb['rGRfx']=function(_0x47b04f,_0x476345){return _0x47b04f!==_0x476345;},_0x44bfdb['QfdMn']=_0x2c3fba(0x1fb),_0x44bfdb[_0x2c3fba(0x1f9)]=function(_0x3e4f77,_0xbd7de8){return _0x3e4f77+_0xbd7de8;},_0x44bfdb['DEaTG']=function(_0x3ad451,_0x18ac47){return _0x3ad451!==_0x18ac47;},_0x44bfdb['USvyv']=function(_0x168f5f,_0x46c470){return _0x168f5f>_0x46c470;},_0x44bfdb[_0x2c3fba(0x1e1)]='[REDACTED]';const _0x1beade=_0x44bfdb;_0x1beade[_0x2c3fba(0x1cb)](typeof _0x180308[_0x2c3fba(0x1d0)],_0x1beade[_0x2c3fba(0x20d)])&&(_0x180308['message']=JSON[_0x2c3fba(0x212)](_0x180308[_0x2c3fba(0x1d0)]));const _0x5ae698=global[_0x2c3fba(0x1de)]&&global[_0x2c3fba(0x1de)][_0x2c3fba(0x1e9)]||'',_0x5856ab=global[_0x2c3fba(0x1de)]&&global[_0x2c3fba(0x1de)]['accessKey']||'',_0x7ee39f=_0x1beade[_0x2c3fba(0x1f9)](_0x1beade[_0x2c3fba(0x1f9)](_0x5ae698,'|'),_0x5856ab);if(_0x1beade[_0x2c3fba(0x221)](_0x7ee39f,lastConfigHash)){lastConfigHash=_0x7ee39f;const _0x1b15ed=[_0x5ae698,_0x5856ab][_0x2c3fba(0x226)](Boolean);if(_0x1beade[_0x2c3fba(0x1e4)](_0x1b15ed[_0x2c3fba(0x1cc)],0x0)){const _0x508363=_0x1b15ed[_0x2c3fba(0x1d8)](_0x578b73=>_0x578b73[_0x2c3fba(0x20a)](/[.*+?^${}()|[\]\\]/g,_0x2c3fba(0x1fe)))['join']('|');redactRegex=new RegExp(_0x508363,'g');}else redactRegex=null;}return redactRegex&&(_0x180308['message']=_0x180308[_0x2c3fba(0x1d0)][_0x2c3fba(0x20a)](redactRegex,_0x1beade[_0x2c3fba(0x1e1)])),_0x180308;}),SENSITIVE_HEADER_REGEX=/authorization|token|cookie|secret|^x-api-key$|accesskey|password/i,maskHeaders=_0x3cb7c6=>{const _0x172165=a142_0x254bac,_0x15e938={};_0x15e938['mZgwd']=function(_0x2973d7,_0xc24cdb){return _0x2973d7!==_0xc24cdb;},_0x15e938[_0x172165(0x219)]='object',_0x15e938[_0x172165(0x1f3)]=_0x172165(0x225),_0x15e938[_0x172165(0x20e)]=_0x172165(0x1d7);const _0x15c30d=_0x15e938;try{if(!_0x3cb7c6||_0x15c30d[_0x172165(0x204)](typeof _0x3cb7c6,_0x15c30d[_0x172165(0x219)]))return _0x3cb7c6;const _0x1d343d={};for(const _0x48aba9 of Object[_0x172165(0x21f)](_0x3cb7c6)){_0x1d343d[_0x48aba9]=SENSITIVE_HEADER_REGEX[_0x172165(0x1f8)](_0x48aba9)?_0x15c30d[_0x172165(0x1f3)]:_0x3cb7c6[_0x48aba9];}return _0x1d343d;}catch{return _0x15c30d[_0x172165(0x20e)];}},fetchLogDir=()=>{const _0x468c8c=a142_0x254bac;if(process[_0x468c8c(0x1e5)][_0x468c8c(0x1fc)])return process[_0x468c8c(0x1e5)][_0x468c8c(0x1fc)];else!fs[_0x468c8c(0x1f0)](tempLogDir)&&fs[_0x468c8c(0x1d5)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0x15d493=a142_0x254bac,_0x5dd884={};_0x5dd884[_0x15d493(0x1d4)]=_0x15d493(0x1db);const _0x4b789d=_0x5dd884,_0x4faf34=process[_0x15d493(0x1e5)][_0x15d493(0x1df)],_0x32da19=Object[_0x15d493(0x21f)](winston[_0x15d493(0x1de)][_0x15d493(0x1f7)][_0x15d493(0x216)]);if(_0x4faf34&&_0x32da19[_0x15d493(0x21a)](_0x4faf34[_0x15d493(0x1da)]()))return _0x4faf34[_0x15d493(0x1da)]();return _0x4b789d[_0x15d493(0x1d4)];},initialLogLevel=getInitialLogLevel(),a142_0x21b312={};a142_0x21b312['name']=a142_0x254bac(0x1d6),a142_0x21b312[a142_0x254bac(0x203)]=initialLogLevel;const transports={'loggerConsole':new winston[(a142_0x254bac(0x200))]['Console'](a142_0x21b312),'loggerFile':new winston[(a142_0x254bac(0x200))][(a142_0x254bac(0x210))]({'filename':path[a142_0x254bac(0x1d3)](logDir,a142_0x254bac(0x208)),'level':initialLogLevel}),'debugLoggerFile':new winston['transports'][(a142_0x254bac(0x210))]({'filename':path[a142_0x254bac(0x1d3)](logDir,'/usage-debug.log'),'level':a142_0x254bac(0x215)}),'debugCliLoggerFile':new winston[(a142_0x254bac(0x200))][(a142_0x254bac(0x210))]({'filename':path[a142_0x254bac(0x1d3)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':a142_0x254bac(0x215)}),'buildLinkTransport':new winston[(a142_0x254bac(0x200))]['File']({'filename':path[a142_0x254bac(0x1d3)](logDir,a142_0x254bac(0x208)),'level':a142_0x254bac(0x215)})},automationTransports={};process[a142_0x254bac(0x1e5)][a142_0x254bac(0x1fa)]==='true'&&(automationTransports[a142_0x254bac(0x21c)]=new winston[(a142_0x254bac(0x200))][(a142_0x254bac(0x210))]({'filename':path[a142_0x254bac(0x1d3)](logDir,'automation.log'),'level':'silly'}));transports[a142_0x254bac(0x223)]['on'](a142_0x254bac(0x1dc),_0x243444=>{const _0x1734a5=a142_0x254bac,_0x5072de={};_0x5072de['mOpht']=function(_0x4dcbb4,_0x2897de){return _0x4dcbb4===_0x2897de;},_0x5072de[_0x1734a5(0x201)]='EPIPE',_0x5072de[_0x1734a5(0x1e0)]=_0x1734a5(0x1f6);const _0x368432=_0x5072de;if(_0x368432[_0x1734a5(0x1ee)](_0x243444[_0x1734a5(0x1d2)],_0x368432[_0x1734a5(0x201)])){console[_0x1734a5(0x214)](_0x368432[_0x1734a5(0x1e0)],_0x243444[_0x1734a5(0x1d0)]);return;}throw _0x243444;});const a142_0x35d5db={};a142_0x35d5db['format']=a142_0x254bac(0x21e);const a142_0x343291={};function a142_0x55c1(){const _0x130989=['/usage.log','uahlp','replace','remove','timestamp','QfdMn','NqSpq','createLogger','File','colorize','stringify','\x20-\x20','log','silly','levels','loggerFile','13821xddlyO','tLPLs','includes','Console','automationLoggerFile','logDir','YYYY-MM-DD\x20HH:mm:ss','keys','automationLogger','DEaTG','path','loggerConsole','warn','[REDACTED]','filter','rGRfx','length','format','fileLogger','6966988RlOEeb','message','maskHeaders','code','join','RqqMT','mkdirSync','console.info','[REDACTED\x20HEADERS]','map','8023232QFoPVw','toLowerCase','info','error','140769rNTkan','config','BROWSERSTACK_LOG_LEVEL','tVGNc','LkZhf','1309585MnfjOD','winstonLogger','USvyv','env','9fhKgFz','13160720LyGCXE','winston','userName','true','http','add','debug','mOpht','debugCliLoggerFile','existsSync','debugLoggerFile','914228FGfgrn','hVONo','6fkXckU','combine','EPIPE\x20error\x20occurred\x20in\x20loggerConsole:','npm','test','UGLzU','BROWSERSTACK_AUTOMATION_LOGS','string','BROWSERSTACK_INTERNAL_LOG_DIR','getLogDir','\x5c$&','buildLogger','transports','Usugh','uncolorize','level','mZgwd','116eIpWzI','buildLinkTransport','printf'];a142_0x55c1=function(){return _0x130989;};return a142_0x55c1();}a142_0x343291[a142_0x254bac(0x203)]=!![];const winstonLoggerParams={'format':winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x1f5)](winston[a142_0x254bac(0x1cd)]['timestamp'](a142_0x35d5db),winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x211)](a142_0x343291),winston['format'][a142_0x254bac(0x207)](_0x421fc5=>_0x421fc5['timestamp']+a142_0x254bac(0x213)+_0x421fc5[a142_0x254bac(0x203)]+':\x20'+_0x421fc5[a142_0x254bac(0x1d0)])),'transports':[transports[a142_0x254bac(0x223)]]},a142_0x5492bf={};a142_0x5492bf[a142_0x254bac(0x1cd)]=a142_0x254bac(0x21e);const a142_0x99437d={};a142_0x99437d[a142_0x254bac(0x203)]=!![];const winstonFileLoggerParams={'format':winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x1f5)](winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x20c)](a142_0x5492bf),winston['format'][a142_0x254bac(0x211)](a142_0x99437d),winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x207)](_0x5bbcd5=>_0x5bbcd5[a142_0x254bac(0x203)]+':\x20'+_0x5bbcd5[a142_0x254bac(0x1d0)])),'transports':[]},a142_0x10ed18={};a142_0x10ed18[a142_0x254bac(0x1cd)]='YYYY-MM-DD\x20HH:mm:ss';const a142_0x577485={};a142_0x577485[a142_0x254bac(0x203)]=!![];const a142_0x117c14={};a142_0x117c14['level']=a142_0x254bac(0x215);const BuildLoggerParams={'format':winston['format']['combine'](winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x20c)](a142_0x10ed18),winston['format']['colorize'](a142_0x577485),winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x207)](_0x1ca616=>_0x1ca616[a142_0x254bac(0x20c)]+a142_0x254bac(0x213)+_0x1ca616[a142_0x254bac(0x203)]+':\x20'+_0x1ca616[a142_0x254bac(0x1d0)])),'transports':[transports[a142_0x254bac(0x206)],new winston[(a142_0x254bac(0x200))][(a142_0x254bac(0x21b))](a142_0x117c14)]},a142_0x5e9172={};a142_0x5e9172[a142_0x254bac(0x1eb)]=()=>{},a142_0x5e9172['info']=()=>{},a142_0x5e9172[a142_0x254bac(0x224)]=()=>{},a142_0x5e9172[a142_0x254bac(0x1dc)]=()=>{},a142_0x5e9172[a142_0x254bac(0x1ed)]=()=>{},a142_0x5e9172[a142_0x254bac(0x215)]=()=>{},exports[a142_0x254bac(0x220)]=process[a142_0x254bac(0x1e5)][a142_0x254bac(0x1fa)]===a142_0x254bac(0x1ea)?winston[a142_0x254bac(0x20f)]({'format':winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x1f5)](winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x202)](),winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x20c)](),logFormat(),winston[a142_0x254bac(0x1cd)][a142_0x254bac(0x207)](_0xac0343=>_0xac0343[a142_0x254bac(0x203)]+':\x20'+_0xac0343['message'])),'transports':[automationTransports[a142_0x254bac(0x21c)]]}):a142_0x5e9172;function a142_0x18cd(_0x18888f,_0x2ce8b2){const _0x55c1a3=a142_0x55c1();return a142_0x18cd=function(_0x18cdf8,_0x58e945){_0x18cdf8=_0x18cdf8-0x1cb;let _0x2a4b61=_0x55c1a3[_0x18cdf8];return _0x2a4b61;},a142_0x18cd(_0x18888f,_0x2ce8b2);}const initialize=()=>{const _0x1488ff=a142_0x254bac,_0x5cbfcd={};_0x5cbfcd[_0x1488ff(0x209)]=_0x1488ff(0x215);const _0x458e19=_0x5cbfcd,_0x3ef528=transports[_0x1488ff(0x223)][_0x1488ff(0x203)]||initialLogLevel;transports['loggerFile']&&(exports[_0x1488ff(0x1e3)][_0x1488ff(0x20b)](transports[_0x1488ff(0x217)]),exports[_0x1488ff(0x1ce)][_0x1488ff(0x20b)](transports[_0x1488ff(0x217)])),transports[_0x1488ff(0x1f1)]&&(exports[_0x1488ff(0x1e3)][_0x1488ff(0x20b)](transports[_0x1488ff(0x1f1)]),exports['fileLogger'][_0x1488ff(0x20b)](transports[_0x1488ff(0x1f1)])),transports['loggerFile']=new winston[(_0x1488ff(0x200))][(_0x1488ff(0x210))]({'filename':path[_0x1488ff(0x1d3)](exports[_0x1488ff(0x21d)],LOG_FILE_NAME),'level':_0x3ef528}),transports['debugLoggerFile']=new winston[(_0x1488ff(0x200))][(_0x1488ff(0x210))]({'filename':path[_0x1488ff(0x1d3)](exports[_0x1488ff(0x21d)],DEBUG_LOG_FILE_NAME),'level':_0x458e19[_0x1488ff(0x209)]}),transports[_0x1488ff(0x1ef)]=new winston[(_0x1488ff(0x200))][(_0x1488ff(0x210))]({'filename':path[_0x1488ff(0x1d3)](exports[_0x1488ff(0x21d)],DEBUG_CLI_LOG_FILE_NAME),'level':_0x458e19['uahlp']}),exports[_0x1488ff(0x1e3)]['add'](transports[_0x1488ff(0x217)]),exports[_0x1488ff(0x1e3)][_0x1488ff(0x1ec)](transports[_0x1488ff(0x1f1)]),exports[_0x1488ff(0x1ce)][_0x1488ff(0x1ec)](transports[_0x1488ff(0x217)]),exports[_0x1488ff(0x1ce)][_0x1488ff(0x1ec)](transports[_0x1488ff(0x1f1)]);};exports[a142_0x254bac(0x1e3)]=new winston[(a142_0x254bac(0x20f))](winstonLoggerParams),exports['fileLogger']=new winston[(a142_0x254bac(0x20f))](winstonFileLoggerParams),exports[a142_0x254bac(0x1ff)]=new winston[(a142_0x254bac(0x20f))](BuildLoggerParams),exports[a142_0x254bac(0x21d)]=logDir,exports[a142_0x254bac(0x1fd)]=()=>{const _0x57db1c=a142_0x254bac;return exports[_0x57db1c(0x21d)];},exports[a142_0x254bac(0x200)]=transports,exports['initialize']=initialize,exports[a142_0x254bac(0x1d1)]=maskHeaders;logDir&&initialize();
|
|
1
|
+
const a142_0x285faf=a142_0x5dcd;(function(_0x3584ea,_0x3d4abc){const _0x50b553=a142_0x5dcd,_0x5e2ef5=_0x3584ea();while(!![]){try{const _0x517916=-parseInt(_0x50b553(0x1a5))/0x1+parseInt(_0x50b553(0x18c))/0x2*(parseInt(_0x50b553(0x165))/0x3)+parseInt(_0x50b553(0x171))/0x4+-parseInt(_0x50b553(0x1a9))/0x5*(-parseInt(_0x50b553(0x197))/0x6)+-parseInt(_0x50b553(0x176))/0x7*(parseInt(_0x50b553(0x167))/0x8)+parseInt(_0x50b553(0x163))/0x9*(-parseInt(_0x50b553(0x15f))/0xa)+-parseInt(_0x50b553(0x16e))/0xb*(-parseInt(_0x50b553(0x19e))/0xc);if(_0x517916===_0x3d4abc)break;else _0x5e2ef5['push'](_0x5e2ef5['shift']());}catch(_0x33295a){_0x5e2ef5['push'](_0x5e2ef5['shift']());}}}(a142_0x191a,0x42967));const winston=require('winston'),path=require(a142_0x285faf(0x17c)),fs=require('fs'),{LOG_FILE_NAME,DEBUG_LOG_FILE_NAME,DEBUG_CLI_LOG_FILE_NAME}=require('../bin/utils/constants'),tempLogDir=a142_0x285faf(0x169);let redactRegex=null,lastConfigHash='';const logFormat=winston[a142_0x285faf(0x19b)](_0x447df0=>{const _0x202799=a142_0x285faf,_0x54ab3f={};_0x54ab3f['gXGmy']=function(_0x3f5cdd,_0x151627){return _0x3f5cdd!==_0x151627;},_0x54ab3f[_0x202799(0x15a)]=_0x202799(0x177),_0x54ab3f[_0x202799(0x178)]=function(_0xdfd979,_0x3911e9){return _0xdfd979+_0x3911e9;},_0x54ab3f[_0x202799(0x18f)]=function(_0x366dc7,_0x15cc20){return _0x366dc7!==_0x15cc20;},_0x54ab3f[_0x202799(0x188)]=function(_0x4bf2e8,_0x4004f9){return _0x4bf2e8>_0x4004f9;},_0x54ab3f['haJTj']=_0x202799(0x17d);const _0x5be261=_0x54ab3f;_0x5be261[_0x202799(0x16f)](typeof _0x447df0['message'],_0x5be261[_0x202799(0x15a)])&&(_0x447df0[_0x202799(0x19d)]=JSON[_0x202799(0x189)](_0x447df0['message']));const _0x43c482=global['config']&&global[_0x202799(0x18a)][_0x202799(0x1aa)]||'',_0x41d9bc=global['config']&&global['config'][_0x202799(0x155)]||'',_0x4d09b0=_0x5be261[_0x202799(0x178)](_0x5be261['DJUBD'](_0x43c482,'|'),_0x41d9bc);if(_0x5be261['IJayO'](_0x4d09b0,lastConfigHash)){lastConfigHash=_0x4d09b0;const _0x4896b6=[_0x43c482,_0x41d9bc][_0x202799(0x194)](Boolean);if(_0x5be261[_0x202799(0x188)](_0x4896b6[_0x202799(0x1a8)],0x0)){const _0x44be9a=_0x4896b6[_0x202799(0x160)](_0xf54317=>_0xf54317[_0x202799(0x17b)](/[.*+?^${}()|[\]\\]/g,_0x202799(0x173)))[_0x202799(0x184)]('|');redactRegex=new RegExp(_0x44be9a,'g');}else redactRegex=null;}return redactRegex&&(_0x447df0[_0x202799(0x19d)]=_0x447df0[_0x202799(0x19d)][_0x202799(0x17b)](redactRegex,_0x5be261[_0x202799(0x181)])),_0x447df0;}),SENSITIVE_HEADER_REGEX=/authorization|token|cookie|secret|^x-api-key$|accesskey|password/i,maskHeaders=_0x4e5124=>{const _0x435030=a142_0x285faf,_0x572afb={};_0x572afb[_0x435030(0x1ab)]=function(_0x56b42a,_0x5e2f51){return _0x56b42a!==_0x5e2f51;},_0x572afb[_0x435030(0x192)]=_0x435030(0x191),_0x572afb['fBqav']=_0x435030(0x17d),_0x572afb[_0x435030(0x157)]=_0x435030(0x186);const _0x340326=_0x572afb;try{if(!_0x4e5124||_0x340326[_0x435030(0x1ab)](typeof _0x4e5124,_0x340326[_0x435030(0x192)]))return _0x4e5124;const _0x30d930={};for(const _0x4a7659 of Object['keys'](_0x4e5124)){_0x30d930[_0x4a7659]=SENSITIVE_HEADER_REGEX[_0x435030(0x168)](_0x4a7659)?_0x340326['fBqav']:_0x4e5124[_0x4a7659];}return _0x30d930;}catch{return _0x340326['WBwgr'];}},fetchLogDir=()=>{const _0x4406e6=a142_0x285faf;if(process[_0x4406e6(0x16d)][_0x4406e6(0x1a2)])return process[_0x4406e6(0x16d)][_0x4406e6(0x1a2)];else!fs[_0x4406e6(0x190)](tempLogDir)&&fs[_0x4406e6(0x195)](tempLogDir);return tempLogDir;},logDir=fetchLogDir(),getInitialLogLevel=()=>{const _0xda9d63=a142_0x285faf,_0x10a902={};_0x10a902[_0xda9d63(0x172)]='info';const _0x4651b1=_0x10a902,_0x178752=process[_0xda9d63(0x16d)][_0xda9d63(0x1ac)],_0x223f30=Object[_0xda9d63(0x182)](winston[_0xda9d63(0x18a)][_0xda9d63(0x17a)][_0xda9d63(0x18b)]);if(_0x178752&&_0x223f30[_0xda9d63(0x1a7)](_0x178752['toLowerCase']()))return _0x178752[_0xda9d63(0x1a4)]();return _0x4651b1['tGsyM'];},initialLogLevel=getInitialLogLevel(),a142_0x2fc7c0={};a142_0x2fc7c0[a142_0x285faf(0x15e)]=a142_0x285faf(0x15b),a142_0x2fc7c0[a142_0x285faf(0x164)]=initialLogLevel;const transports={'loggerConsole':new winston[(a142_0x285faf(0x174))][(a142_0x285faf(0x16b))](a142_0x2fc7c0),'loggerFile':new winston[(a142_0x285faf(0x174))][(a142_0x285faf(0x1a6))]({'filename':path[a142_0x285faf(0x184)](logDir,a142_0x285faf(0x18d)),'level':initialLogLevel}),'debugLoggerFile':new winston[(a142_0x285faf(0x174))][(a142_0x285faf(0x1a6))]({'filename':path['join'](logDir,a142_0x285faf(0x19a)),'level':a142_0x285faf(0x19c)}),'debugCliLoggerFile':new winston['transports'][(a142_0x285faf(0x1a6))]({'filename':path[a142_0x285faf(0x184)](logDir,DEBUG_CLI_LOG_FILE_NAME),'level':'silly'}),'buildLinkTransport':new winston['transports'][(a142_0x285faf(0x1a6))]({'filename':path[a142_0x285faf(0x184)](logDir,a142_0x285faf(0x18d)),'level':a142_0x285faf(0x19c)})},automationTransports={};process[a142_0x285faf(0x16d)][a142_0x285faf(0x183)]===a142_0x285faf(0x199)&&(automationTransports[a142_0x285faf(0x180)]=new winston[(a142_0x285faf(0x174))][(a142_0x285faf(0x1a6))]({'filename':path[a142_0x285faf(0x184)](logDir,a142_0x285faf(0x187)),'level':a142_0x285faf(0x19c)}));transports['loggerConsole']['on'](a142_0x285faf(0x15d),_0x1a9089=>{const _0x54be2b=a142_0x285faf,_0x3921f5={};_0x3921f5[_0x54be2b(0x1a0)]=function(_0x13cb17,_0x5ec628){return _0x13cb17===_0x5ec628;},_0x3921f5[_0x54be2b(0x196)]='EPIPE',_0x3921f5[_0x54be2b(0x16c)]='EPIPE\x20error\x20occurred\x20in\x20loggerConsole:';const _0x29bf81=_0x3921f5;if(_0x29bf81[_0x54be2b(0x1a0)](_0x1a9089[_0x54be2b(0x19f)],_0x29bf81[_0x54be2b(0x196)])){console['log'](_0x29bf81['JJSmG'],_0x1a9089['message']);return;}throw _0x1a9089;});function a142_0x5dcd(_0x2ea38e,_0xb39f9e){const _0x191a29=a142_0x191a();return a142_0x5dcd=function(_0x5dcd7e,_0x3421bc){_0x5dcd7e=_0x5dcd7e-0x155;let _0x159081=_0x191a29[_0x5dcd7e];return _0x159081;},a142_0x5dcd(_0x2ea38e,_0xb39f9e);}const a142_0x4ddbad={};a142_0x4ddbad[a142_0x285faf(0x19b)]='YYYY-MM-DD\x20HH:mm:ss';const a142_0x3a6d4a={};a142_0x3a6d4a[a142_0x285faf(0x164)]=!![];const winstonLoggerParams={'format':winston[a142_0x285faf(0x19b)][a142_0x285faf(0x179)](winston[a142_0x285faf(0x19b)][a142_0x285faf(0x18e)](a142_0x4ddbad),winston[a142_0x285faf(0x19b)][a142_0x285faf(0x193)](a142_0x3a6d4a),winston['format'][a142_0x285faf(0x161)](_0x416c7b=>_0x416c7b[a142_0x285faf(0x18e)]+a142_0x285faf(0x1ad)+_0x416c7b[a142_0x285faf(0x164)]+':\x20'+_0x416c7b[a142_0x285faf(0x19d)])),'transports':[transports['loggerConsole']]},a142_0x28e2fd={};a142_0x28e2fd[a142_0x285faf(0x19b)]='YYYY-MM-DD\x20HH:mm:ss';const a142_0x4eee06={};function a142_0x191a(){const _0x33a69c=['BROWSERSTACK_AUTOMATION_LOGS','join','YYYY-MM-DD\x20HH:mm:ss','[REDACTED\x20HEADERS]','automation.log','azFnP','stringify','config','levels','11706jFUDsf','/usage.log','timestamp','IJayO','existsSync','object','dKoAZ','colorize','filter','mkdirSync','NbjWq','59982YIhLvq','buildLinkTransport','true','/usage-debug.log','format','silly','message','89004McyEkN','code','bRrUf','createLogger','BROWSERSTACK_INTERNAL_LOG_DIR','debugLoggerFile','toLowerCase','71930BLTjwa','File','includes','length','110hcQpDW','userName','NFqCW','BROWSERSTACK_LOG_LEVEL','\x20-\x20','accessKey','buildLogger','WBwgr','fileLogger','loggerFile','BkAGv','console.info','adqcm','error','name','160JCRBuM','map','printf','automationLogger','271683qoqNZE','level','183RQUYwE','winstonLogger','840UaOYAD','test','log','initialize','Console','JJSmG','env','220ZWyQZq','gXGmy','remove','1589212BkogdA','tGsyM','\x5c$&','transports','logDir','19663LHbuoI','string','DJUBD','combine','npm','replace','path','[REDACTED]','uncolorize','add','automationLoggerFile','haJTj','keys'];a142_0x191a=function(){return _0x33a69c;};return a142_0x191a();}a142_0x4eee06[a142_0x285faf(0x164)]=!![];const winstonFileLoggerParams={'format':winston[a142_0x285faf(0x19b)]['combine'](winston[a142_0x285faf(0x19b)][a142_0x285faf(0x18e)](a142_0x28e2fd),winston[a142_0x285faf(0x19b)][a142_0x285faf(0x193)](a142_0x4eee06),winston['format']['printf'](_0x2933aa=>_0x2933aa[a142_0x285faf(0x164)]+':\x20'+_0x2933aa['message'])),'transports':[]},a142_0x21e58a={};a142_0x21e58a[a142_0x285faf(0x19b)]=a142_0x285faf(0x185);const a142_0x4a373e={};a142_0x4a373e[a142_0x285faf(0x164)]=!![];const a142_0xf178ee={};a142_0xf178ee[a142_0x285faf(0x164)]=a142_0x285faf(0x19c);const BuildLoggerParams={'format':winston['format'][a142_0x285faf(0x179)](winston[a142_0x285faf(0x19b)]['timestamp'](a142_0x21e58a),winston['format']['colorize'](a142_0x4a373e),winston[a142_0x285faf(0x19b)][a142_0x285faf(0x161)](_0x539c63=>_0x539c63['timestamp']+a142_0x285faf(0x1ad)+_0x539c63[a142_0x285faf(0x164)]+':\x20'+_0x539c63[a142_0x285faf(0x19d)])),'transports':[transports[a142_0x285faf(0x198)],new winston[(a142_0x285faf(0x174))][(a142_0x285faf(0x16b))](a142_0xf178ee)]},a142_0x9961c2={};a142_0x9961c2['http']=()=>{},a142_0x9961c2['info']=()=>{},a142_0x9961c2['warn']=()=>{},a142_0x9961c2[a142_0x285faf(0x15d)]=()=>{},a142_0x9961c2['debug']=()=>{},a142_0x9961c2[a142_0x285faf(0x19c)]=()=>{},exports[a142_0x285faf(0x162)]=process[a142_0x285faf(0x16d)][a142_0x285faf(0x183)]===a142_0x285faf(0x199)?winston[a142_0x285faf(0x1a1)]({'format':winston[a142_0x285faf(0x19b)][a142_0x285faf(0x179)](winston['format'][a142_0x285faf(0x17e)](),winston['format'][a142_0x285faf(0x18e)](),logFormat(),winston[a142_0x285faf(0x19b)][a142_0x285faf(0x161)](_0x3b1893=>_0x3b1893['level']+':\x20'+_0x3b1893[a142_0x285faf(0x19d)])),'transports':[automationTransports[a142_0x285faf(0x180)]]}):a142_0x9961c2;const initialize=()=>{const _0x1c3538=a142_0x285faf,_0x37ddca={};_0x37ddca[_0x1c3538(0x15c)]=_0x1c3538(0x19c);const _0x49bd97=_0x37ddca,_0x209aa8=transports['loggerConsole'][_0x1c3538(0x164)]||initialLogLevel;transports[_0x1c3538(0x159)]&&(exports[_0x1c3538(0x166)][_0x1c3538(0x170)](transports[_0x1c3538(0x159)]),exports[_0x1c3538(0x158)][_0x1c3538(0x170)](transports['loggerFile'])),transports[_0x1c3538(0x1a3)]&&(exports['winstonLogger'][_0x1c3538(0x170)](transports[_0x1c3538(0x1a3)]),exports[_0x1c3538(0x158)]['remove'](transports[_0x1c3538(0x1a3)])),transports[_0x1c3538(0x159)]=new winston[(_0x1c3538(0x174))][(_0x1c3538(0x1a6))]({'filename':path[_0x1c3538(0x184)](exports[_0x1c3538(0x175)],LOG_FILE_NAME),'level':_0x209aa8}),transports[_0x1c3538(0x1a3)]=new winston[(_0x1c3538(0x174))][(_0x1c3538(0x1a6))]({'filename':path['join'](exports[_0x1c3538(0x175)],DEBUG_LOG_FILE_NAME),'level':_0x49bd97[_0x1c3538(0x15c)]}),transports['debugCliLoggerFile']=new winston[(_0x1c3538(0x174))][(_0x1c3538(0x1a6))]({'filename':path[_0x1c3538(0x184)](exports['logDir'],DEBUG_CLI_LOG_FILE_NAME),'level':_0x49bd97[_0x1c3538(0x15c)]}),exports[_0x1c3538(0x166)]['add'](transports[_0x1c3538(0x159)]),exports[_0x1c3538(0x166)][_0x1c3538(0x17f)](transports[_0x1c3538(0x1a3)]),exports['fileLogger'][_0x1c3538(0x17f)](transports[_0x1c3538(0x159)]),exports['fileLogger'][_0x1c3538(0x17f)](transports[_0x1c3538(0x1a3)]);};exports[a142_0x285faf(0x166)]=new winston[(a142_0x285faf(0x1a1))](winstonLoggerParams),exports[a142_0x285faf(0x158)]=new winston[(a142_0x285faf(0x1a1))](winstonFileLoggerParams),exports[a142_0x285faf(0x156)]=new winston[(a142_0x285faf(0x1a1))](BuildLoggerParams),exports[a142_0x285faf(0x175)]=logDir,exports['getLogDir']=()=>{return exports['logDir'];},exports['transports']=transports,exports[a142_0x285faf(0x16a)]=initialize,exports['maskHeaders']=maskHeaders;logDir&&initialize();
|
package/src/helpers/metadata.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a143_0x3be3d5=a143_0x1172;(function(_0x441c99,_0x191da2){const _0x54daa6=a143_0x1172,_0x4c3e7e=_0x441c99();while(!![]){try{const _0x2cbfa6=parseInt(_0x54daa6(0x13a))/0x1*(parseInt(_0x54daa6(0x13b))/0x2)+parseInt(_0x54daa6(0x149))/0x3*(-parseInt(_0x54daa6(0x13e))/0x4)+-parseInt(_0x54daa6(0x13f))/0x5+parseInt(_0x54daa6(0x12f))/0x6+parseInt(_0x54daa6(0x142))/0x7+parseInt(_0x54daa6(0x135))/0x8+parseInt(_0x54daa6(0x134))/0x9*(-parseInt(_0x54daa6(0x144))/0xa);if(_0x2cbfa6===_0x191da2)break;else _0x4c3e7e['push'](_0x4c3e7e['shift']());}catch(_0x4db02f){_0x4c3e7e['push'](_0x4c3e7e['shift']());}}}(a143_0x3542,0xf0330));function a143_0x3542(){const _0x563f80=['hshMT','length','13498338YEEXkz','./globals','30iiaWoV','winstonLogger','exports','warn','testMeta-','3RVkJDb','getGlobal','set','identifier','The\x20metadata\x20object\x20is\x20not\x20valid.','IXtAm','1952046uctOvf','WUHWb','./logger','getCentralUser','dLHUt','15696IEkrdK','1407328lJSYMr','bHwXq','lcnc','get','OqUoo','103069bqHJUJ','24WqELuJ','setGlobal','testRunUUID','3205684OgMbOJ','9379550WlRCwc'];a143_0x3542=function(){return _0x563f80;};return a143_0x3542();}function a143_0x1172(_0x3f15ba,_0x4c43dc){const _0x354212=a143_0x3542();return a143_0x1172=function(_0x117228,_0x64acaf){_0x117228=_0x117228-0x12c;let _0x4764c5=_0x354212[_0x117228];return _0x4764c5;},a143_0x1172(_0x3f15ba,_0x4c43dc);}const globals=require(a143_0x3be3d5(0x143)),helper=require('./helper'),logger=require(a143_0x3be3d5(0x131))[a143_0x3be3d5(0x145)];module[a143_0x3be3d5(0x146)]=class TestMetadata{static[a143_0x3be3d5(0x14b)](_0x3b2654={}){const _0x1e3b54=a143_0x3be3d5,_0x421862={};_0x421862[_0x1e3b54(0x139)]=_0x1e3b54(0x13d),_0x421862[_0x1e3b54(0x12e)]=function(_0x5f4c19,_0x27113d){return _0x5f4c19===_0x27113d;},_0x421862[_0x1e3b54(0x136)]='string',_0x421862['hshMT']=function(_0x4ab9bc,_0x16f23f){return _0x4ab9bc<=_0x16f23f;},_0x421862['ZRdBO']='testMeta',_0x421862[_0x1e3b54(0x133)]=_0x1e3b54(0x12d);const _0x3df6c9=_0x421862,_0x3769b4=globals[_0x1e3b54(0x14a)](_0x3df6c9[_0x1e3b54(0x139)]),_0x2fc3e9=_0x3b2654[_0x1e3b54(0x12c)];helper[_0x1e3b54(0x132)]()[_0x1e3b54(0x137)]&&(_0x3df6c9[_0x1e3b54(0x12e)](typeof _0x2fc3e9,_0x3df6c9[_0x1e3b54(0x136)])&&_0x3df6c9[_0x1e3b54(0x140)](_0x2fc3e9[_0x1e3b54(0x141)],0x28)?_0x3769b4?globals['setGlobal'](_0x1e3b54(0x148)+_0x3769b4,_0x3b2654):globals[_0x1e3b54(0x13c)](_0x3df6c9['ZRdBO'],_0x3b2654):logger[_0x1e3b54(0x147)](_0x3df6c9[_0x1e3b54(0x133)]));}static[a143_0x3be3d5(0x138)](_0x2b6c7a){const _0x59d00a=a143_0x3be3d5,_0x398655={};_0x398655[_0x59d00a(0x130)]='testMeta';const _0x12f0e9=_0x398655;if(helper[_0x59d00a(0x132)]()['lcnc'])return globals[_0x59d00a(0x14a)](_0x59d00a(0x148)+_0x2b6c7a)||globals[_0x59d00a(0x14a)](_0x12f0e9['WUHWb'])||{};return{};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a144_0x364ec8=a144_0x8962;(function(_0x4dd003,_0x18ee49){const _0x1aed46=a144_0x8962,_0x1bbd5a=_0x4dd003();while(!![]){try{const _0x364f3f=-parseInt(_0x1aed46(0x10c))/0x1+parseInt(_0x1aed46(0x14f))/0x2*(parseInt(_0x1aed46(0x157))/0x3)+-parseInt(_0x1aed46(0x155))/0x4+-parseInt(_0x1aed46(0x106))/0x5*(parseInt(_0x1aed46(0x150))/0x6)+-parseInt(_0x1aed46(0x140))/0x7*(parseInt(_0x1aed46(0x145))/0x8)+-parseInt(_0x1aed46(0x13e))/0x9+parseInt(_0x1aed46(0x143))/0xa*(parseInt(_0x1aed46(0x12f))/0xb);if(_0x364f3f===_0x18ee49)break;else _0x1bbd5a['push'](_0x1bbd5a['shift']());}catch(_0x20c899){_0x1bbd5a['push'](_0x1bbd5a['shift']());}}}(a144_0x4274,0x6f1cb));const PerformanceTester=require(a144_0x364ec8(0x12a)),{winstonLogger:logger,automationLogger}=require('./logger'),helper=require(a144_0x364ec8(0x136)),constants=require('../bin/utils/constants'),{DRIVER_EVENT:PerformanceDriverEvents}=require(a144_0x364ec8(0x120)),{BSTACK_SCAN_IN_PROGRESS}=require(a144_0x364ec8(0x126)),util=require(a144_0x364ec8(0x134));function a144_0x8962(_0x440738,_0x468014){const _0x427429=a144_0x4274();return a144_0x8962=function(_0x8962c2,_0x4607e1){_0x8962c2=_0x8962c2-0x106;let _0x16780b=_0x427429[_0x8962c2];return _0x16780b;},a144_0x8962(_0x440738,_0x468014);}function a144_0x4274(){const _0x221938=['executeAsyncScript','lYWfJ','local','obvVI','function','FRAMEWORKS','235zLoWgW','NyNvT','msqcE','testRunId','parameters','url','227746jfvdJY','format','string','onBeforeExecute','RuBoj','args','response','body','getNudgeLocalNotSetError','message','[App-A11y]\x20patchHelper:\x20error\x20in\x20a11y\x20scan\x20hook:\x20','../bin/v2/state/automationFrameworkState','initExecute','find','Ntpkq','POST_EXECUTE','nkCZt','../bin/v2/state/hookState','driver','][\x20SDK-AUTOMATION\x20]\x20','./performance/constants','QBxqn',',\x20testRunId=','hAcpV','DqoxL','getCurrentAccessibilityStatus','./accessibility-automation/constants','NYsXy','parameters_','NUDGE_LOCAL_ERRORS','./performance/performance-tester','PRE','get','getTestFramework','aYKxT','22HerlgQ','[App-A11y]\x20patchHelper:\x20firing\x20EXECUTE\x20PRE\x20for\x20command=','executeScript','request','testFramework','util','includes','./helper','commandName','AUTOMATION_LOG_COMMANDS','isAppAccessibility','../bin/v2/browserstackCLI','trackEvent','getAutomationFramework','measureWrapper','4027356LtDUaX','execute','21kluDmD','nestedKeyValue','silly','10089130ERatgx','patchExecute','721352GHHhlI','SYBru','EXECUTE','Error\x20while\x20logging\x20accessibility\x20automation\x20logs\x20in\x20driver.execute\x20:\x20','name_','bstack:options','getCurrentTestUUID','RKNQC','capability','BkdHI','1441558cKmgkO','68454SjutwN','Caught\x20error\x20in\x20execute,\x20check\x20if\x20geturl\x20and\x20try\x20to\x20set\x20local\x20nudge','NODE_GENERIC','toString','qvCYu','3206120bGVIoy','debug','3SEvhkj','shouldWrapCommand','TSRkK'];a144_0x4274=function(){return _0x221938;};return a144_0x4274();}exports['overrideExecute']=(_0x39edbd,_0xd9982)=>{const _0x416361=a144_0x364ec8,_0x14a962={'NYsXy':_0x416361(0x151),'NyNvT':function(_0x337d89,_0x52b506){return _0x337d89===_0x52b506;},'qvCYu':_0x416361(0x12c),'QBxqn':_0x416361(0x128),'OnUoL':'url','RKNQC':'Error\x20in\x20local\x20nudge\x20for\x20overrideExecute:\x20','nkCZt':function(_0x227a4f,_0x731fbd){return _0x227a4f===_0x731fbd;},'Ntpkq':_0x416361(0x15a),'XlxFz':_0x416361(0x131),'qlVXG':_0x416361(0x10e),'aYKxT':function(_0xfc5245,_0x24fe8d){return _0xfc5245(_0x24fe8d);},'lYWfJ':'./accessibility-automation/scripts','hAcpV':_0x416361(0x117),'TSRkK':_0x416361(0x11d),'DqoxL':function(_0x397271,_0x27fb36){return _0x397271===_0x27fb36;},'DEfmj':_0x416361(0x15e),'RuBoj':function(_0x26e0d8,_0x386387){return _0x26e0d8(_0x386387);},'UaCOD':_0x416361(0x13a),'SYBru':_0x416361(0x14d),'msqcE':'browserstack.local','BkdHI':_0x416361(0x14a),'obvVI':_0x416361(0x15c)},_0x2600dc=_0x39edbd[_0x416361(0x144)]||(helper[_0x416361(0x141)](_0xd9982,[_0x14a962[_0x416361(0x146)],_0x14a962[_0x416361(0x108)]])||helper[_0x416361(0x141)](_0xd9982,[_0x14a962[_0x416361(0x146)],_0x14a962[_0x416361(0x14e)],_0x14a962[_0x416361(0x15d)]]));if(_0x2600dc)return;_0x39edbd[_0x416361(0x144)]=!![],_0x39edbd[_0x416361(0x118)]=_0x39edbd['execute'],_0x39edbd[_0x416361(0x13f)]=async _0x181650=>{const _0x4df30e=_0x416361;try{const _0x49881e=await _0x39edbd[_0x4df30e(0x118)](_0x181650);try{if(_0x14a962[_0x4df30e(0x11c)](_0x181650[_0x4df30e(0x149)],_0x14a962[_0x4df30e(0x11a)])||_0x14a962[_0x4df30e(0x107)](_0x181650[_0x4df30e(0x149)],_0x14a962['XlxFz'])){const _0x2ec0e1=_0x181650[_0x4df30e(0x128)]&&_0x181650['parameters_']['script'],_0x28a6a8=_0x181650[_0x4df30e(0x128)]&&_0x181650[_0x4df30e(0x128)][_0x4df30e(0x111)],_0x4cbbe8=_0x28a6a8&&util[_0x4df30e(0x10d)]('%j',_0x28a6a8);if(_0x2ec0e1&&_0x14a962[_0x4df30e(0x11c)](typeof _0x2ec0e1,_0x14a962['qlVXG'])){const _0x3778e4=constants[_0x4df30e(0x138)][_0x4df30e(0x119)](_0x3e6f05=>_0x2ec0e1['includes'](_0x3e6f05)||_0x4cbbe8&&_0x4cbbe8[_0x4df30e(0x135)](_0x3e6f05));if(_0x3778e4){const _0x39442e={};_0x39442e['command']=_0x3778e4,_0x39442e[_0x4df30e(0x10a)]=_0x28a6a8;const _0x1889ba={};_0x1889ba[_0x4df30e(0x113)]=_0x49881e;const _0x483e68={};_0x483e68[_0x4df30e(0x132)]=_0x39442e,_0x483e68[_0x4df30e(0x112)]=_0x1889ba,automationLogger['silly']('['+new Date()['toISOString']()+_0x4df30e(0x11f)+util[_0x4df30e(0x10d)]('%j',_0x483e68));}}}}catch(_0x55511e){logger[_0x4df30e(0x142)](_0x4df30e(0x148)+_0x55511e[_0x4df30e(0x115)]);}try{if(!_0x39edbd[BSTACK_SCAN_IN_PROGRESS]){const _0x556ccf=_0x14a962[_0x4df30e(0x12e)](require,_0x14a962[_0x4df30e(0x15b)]),_0x21457e=_0x14a962[_0x4df30e(0x12e)](require,_0x14a962[_0x4df30e(0x123)]),_0x55f1a1=_0x14a962[_0x4df30e(0x12e)](require,_0x14a962[_0x4df30e(0x159)]);if(_0x14a962[_0x4df30e(0x124)](typeof _0x556ccf[_0x4df30e(0x158)],_0x14a962['DEfmj'])&&_0x556ccf[_0x4df30e(0x158)](_0x181650[_0x4df30e(0x149)])){const _0x50dd70=_0x14a962[_0x4df30e(0x110)](require,_0x14a962['UaCOD']),_0x4969b4=_0x50dd70['getInstance'](),_0x58676c=_0x4969b4&&_0x4969b4['getAccessibilityModule']();if(_0x58676c&&_0x58676c[_0x4df30e(0x139)]&&_0x58676c[_0x4df30e(0x125)]()){let _0x4c3e6a='';try{const _0x998cc8=_0x4969b4[_0x4df30e(0x12d)]&&_0x4969b4['getTestFramework']();_0x4c3e6a=_0x998cc8&&_0x998cc8[_0x4df30e(0x14b)]&&_0x998cc8[_0x4df30e(0x14b)]()||'';}catch(_0xed3a07){}logger[_0x4df30e(0x156)](_0x4df30e(0x130)+_0x181650['name_']+_0x4df30e(0x122)+_0x4c3e6a);const _0x2a1436=_0x4969b4[_0x4df30e(0x13c)]();if(!_0x2a1436){logger['debug']('[App-A11y]\x20patchHelper:\x20no\x20automationFramework\x20for\x20node-generic\x20—\x20calling\x20onBeforeExecute\x20directly\x20for\x20command='+_0x181650[_0x4df30e(0x149)]);const _0x5bef1c={};_0x5bef1c[_0x4df30e(0x133)]=constants[_0x4df30e(0x15f)][_0x4df30e(0x152)],_0x5bef1c[_0x4df30e(0x137)]=_0x181650[_0x4df30e(0x149)],_0x5bef1c['driver']=_0x39edbd,_0x5bef1c[_0x4df30e(0x109)]=_0x4c3e6a,await _0x58676c[_0x4df30e(0x10f)](_0x5bef1c);}else{const _0x521c2f={};_0x521c2f[_0x4df30e(0x137)]=_0x181650['name_'],_0x521c2f[_0x4df30e(0x11e)]=_0x39edbd,_0x521c2f[_0x4df30e(0x133)]=constants[_0x4df30e(0x15f)][_0x4df30e(0x152)],_0x521c2f[_0x4df30e(0x109)]=_0x4c3e6a,await _0x2a1436[_0x4df30e(0x13b)](_0x21457e[_0x4df30e(0x147)],_0x55f1a1[_0x4df30e(0x12b)],_0x521c2f);}}}}}catch(_0x3f6c55){logger[_0x4df30e(0x156)](_0x4df30e(0x116)+_0x3f6c55[_0x4df30e(0x115)]);}return _0x49881e;}catch(_0x4f9066){await PerformanceTester[_0x4df30e(0x13d)](PerformanceDriverEvents[_0x4df30e(0x11b)],async()=>{const _0x58bb60=_0x4df30e;logger[_0x58bb60(0x156)](_0x14a962[_0x58bb60(0x127)]);try{_0x14a962[_0x58bb60(0x107)](_0x181650['name_'],_0x14a962[_0x58bb60(0x154)])&&helper['nestedKeyValue'](_0x181650,[_0x14a962[_0x58bb60(0x121)],_0x14a962['OnUoL']])&&!!constants[_0x58bb60(0x129)][_0x58bb60(0x119)](_0x3fdee8=>{const _0x56d9e7=_0x58bb60;return _0x4f9066[_0x56d9e7(0x153)]()['includes'](_0x3fdee8);})&&helper[_0x58bb60(0x114)](_0x181650[_0x58bb60(0x128)][_0x58bb60(0x10b)],!![]);}catch(_0x13a20e){logger[_0x58bb60(0x156)](_0x14a962[_0x58bb60(0x14c)],_0x13a20e);}},{'success':![],'failure':_0x4f9066})();throw _0x4f9066;}};};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a145_0x1d35ec=a145_0x41aa;(function(_0x4b49a6,_0x21b8d4){const _0x5d8641=a145_0x41aa,_0x3dec9d=_0x4b49a6();while(!![]){try{const _0x3538a0=parseInt(_0x5d8641(0x1cd))/0x1+-parseInt(_0x5d8641(0x1ca))/0x2+parseInt(_0x5d8641(0x1c5))/0x3+-parseInt(_0x5d8641(0x1b0))/0x4+parseInt(_0x5d8641(0x1d1))/0x5*(-parseInt(_0x5d8641(0x1c2))/0x6)+parseInt(_0x5d8641(0x1c1))/0x7*(parseInt(_0x5d8641(0x1cf))/0x8)+parseInt(_0x5d8641(0x1b1))/0x9;if(_0x3538a0===_0x21b8d4)break;else _0x3dec9d['push'](_0x3dec9d['shift']());}catch(_0x4618d9){_0x3dec9d['push'](_0x3dec9d['shift']());}}}(a145_0x17d8,0x9446d));function a145_0x17d8(){const _0x5bc75f=['1723035fadixI','CNqQH','pid','start','wzBKu','551924mZHNjh','./performance/performance-tester','./performance/constants','70519ZTWvHs','catch','1624bsiWOv','initScreenshot','5UYRdTQ','MTILo','quit','takeScreenshot','overrideTakeScreenshot','4552224YbLaTa','6244497FUExYD','iasvF','xLcie','initQuit','TAKE_SCREENSHOT','then','quitCount_','patchQuit','emit','WTCmr','end','O11y_EVENTS','ERKNY','vCaKm','uGkXL','patchScreenshot','32781BURBQW','1607922mjRfKd','env','toISOString'];a145_0x17d8=function(){return _0x5bc75f;};return a145_0x17d8();}function a145_0x41aa(_0x2c4ac0,_0x4160ff){const _0x17d8f4=a145_0x17d8();return a145_0x41aa=function(_0x41aaa5,_0x1b66be){_0x41aaa5=_0x41aaa5-0x1ac;let _0x2bc5bb=_0x17d8f4[_0x41aaa5];return _0x2bc5bb;},a145_0x41aa(_0x2c4ac0,_0x4160ff);}const PerformanceTester=require(a145_0x1d35ec(0x1cb)),O11yEvents=require(a145_0x1d35ec(0x1cc))[a145_0x1d35ec(0x1bc)];exports[a145_0x1d35ec(0x1af)]=_0x1a1983=>{const _0xa9ff11=a145_0x1d35ec,_0x35d470={'YQtUv':'TEST_SCREENSHOT','MTILo':function(_0x17d1d1,_0xb7e72d){return _0x17d1d1(_0xb7e72d);},'CNqQH':function(_0x220ad5,_0x2448db){return _0x220ad5!==_0x2448db;},'uGkXL':'true'};if(_0x35d470[_0xa9ff11(0x1c6)](process[_0xa9ff11(0x1c3)]['BS_TESTOPS_ALLOW_SCREENSHOTS'],_0x35d470[_0xa9ff11(0x1bf)]))return;if(_0x1a1983[_0xa9ff11(0x1c0)])return;_0x1a1983[_0xa9ff11(0x1c0)]=!![],_0x1a1983[_0xa9ff11(0x1d0)]=_0x1a1983[_0xa9ff11(0x1ae)],_0x1a1983[_0xa9ff11(0x1ae)]=()=>{const _0x3d76a0={'xLcie':_0x35d470['YQtUv'],'iasvF':function(_0x568c46,_0x2e57e3){const _0x4966f2=a145_0x41aa;return _0x35d470[_0x4966f2(0x1ac)](_0x568c46,_0x2e57e3);},'vCaKm':function(_0x26b627,_0x61c9dc){return _0x35d470['MTILo'](_0x26b627,_0x61c9dc);}};return new Promise(function(_0x6433e7,_0x1c2e76){const _0x28b874=a145_0x41aa;_0x1a1983['initScreenshot']()[_0x28b874(0x1b6)](_0x576742=>{const _0x1aa302=_0x28b874;PerformanceTester[_0x1aa302(0x1c8)](O11yEvents[_0x1aa302(0x1b5)]),process[_0x1aa302(0x1b9)]('bs:addLog:'+process[_0x1aa302(0x1c7)],{'timestamp':new Date()[_0x1aa302(0x1c4)](),'message':_0x576742,'kind':_0x3d76a0[_0x1aa302(0x1b3)]}),_0x3d76a0[_0x1aa302(0x1b2)](_0x6433e7,_0x576742),PerformanceTester[_0x1aa302(0x1bb)](O11yEvents[_0x1aa302(0x1b5)]);})[_0x28b874(0x1ce)](_0x55324e=>{const _0x4b54c2=_0x28b874;PerformanceTester[_0x4b54c2(0x1bb)](O11yEvents[_0x4b54c2(0x1b5)]),_0x3d76a0[_0x4b54c2(0x1be)](_0x1c2e76,_0x55324e);});});};},exports['overrideQuit']=(_0x26929b,_0x32ffc9=null)=>{const _0x9c8b26=a145_0x1d35ec,_0x36a727={'ERKNY':function(_0x495501){return _0x495501();},'DnmPp':function(_0x2f5f9d,_0x2c9b2f){return _0x2f5f9d>_0x2c9b2f;},'wzBKu':function(_0x2cf14c,_0x5c0045){return _0x2cf14c>_0x5c0045;}};if(_0x26929b[_0x9c8b26(0x1b8)])return;_0x26929b[_0x9c8b26(0x1b8)]=!![],_0x26929b[_0x9c8b26(0x1b4)]=_0x26929b[_0x9c8b26(0x1ad)],_0x26929b[_0x9c8b26(0x1ad)]=()=>{const _0x526802=_0x9c8b26,_0x59b351={'WTCmr':function(_0x47f28d){const _0x509433=a145_0x41aa;return _0x36a727[_0x509433(0x1bd)](_0x47f28d);}};if(_0x32ffc9){_0x32ffc9[_0x526802(0x1b7)]+=0x1;if(_0x36a727['DnmPp'](_0x32ffc9[_0x526802(0x1b7)],0x1))return _0x26929b[_0x526802(0x1b4)]();}else{_0x26929b[_0x526802(0x1b7)]+=0x1;if(_0x36a727[_0x526802(0x1c9)](_0x26929b[_0x526802(0x1b7)],0x1))return _0x26929b['initQuit']();}return new Promise(function(_0x2f513a){const _0x3ce4ef=_0x526802;_0x59b351[_0x3ce4ef(0x1ba)](_0x2f513a);});};};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a146_0xcbb8ea=a146_0x3266;(function(_0x34902b,_0x3d21b8){const _0x33b200=a146_0x3266,_0x9ac350=_0x34902b();while(!![]){try{const _0x11d42b=-parseInt(_0x33b200(0x202))/0x1+-parseInt(_0x33b200(0x1f0))/0x2*(-parseInt(_0x33b200(0x1ca))/0x3)+-parseInt(_0x33b200(0x1d9))/0x4+parseInt(_0x33b200(0x208))/0x5+parseInt(_0x33b200(0x1ec))/0x6*(-parseInt(_0x33b200(0x1db))/0x7)+-parseInt(_0x33b200(0x1fb))/0x8+-parseInt(_0x33b200(0x1bd))/0x9*(-parseInt(_0x33b200(0x1eb))/0xa);if(_0x11d42b===_0x3d21b8)break;else _0x9ac350['push'](_0x9ac350['shift']());}catch(_0x3c07c7){_0x9ac350['push'](_0x9ac350['shift']());}}}(a146_0x58db,0xc8ba6));const fs=require('fs'),path=require(a146_0xcbb8ea(0x1f6)),os=require('os'),{spawn}=require('child_process'),helper=require(a146_0xcbb8ea(0x1f5)),logger=require('../logger')[a146_0xcbb8ea(0x1e4)],{getLogDir}=require(a146_0xcbb8ea(0x1e2)),testHubConstants=require(a146_0xcbb8ea(0x1cd)),PerformanceTester=require(a146_0xcbb8ea(0x1d3)),{PERCY_EVENTS:PerformanceEvents}=require(a146_0xcbb8ea(0x1e1)),PercyBinary=require(a146_0xcbb8ea(0x1e5));function a146_0x58db(){const _0xe0dc3a=['flags','automate','app:exec','../helper','path','BIWoP','assign','app','lCdUK','6184544yMsUdw','isRunning','TqHPr','api/app_percy/get_project_token?name=','token','PERCY_SERVER_ADDRESS','stop','962971bwZEVY','RLYul','Percy\x20healthcheck\x20successful','percyOptions','debug','Percy\x20config\x20created\x20at\x20','6625775PGsbmQ','GET','ingeO','Error\x20creating\x20percy\x20config:\x20','9FWETUm','&type=','writeFile','vdFGN','stderr','BRGZi','BHGXn','nodeRequest','getBinaryPath','close','percy.log','start','sjIps','289923qcOZKw','http://localhost:5338','percy.json','../../helpers/testhub/constants','zNPww','exec','DOWNLOAD','pipe','env','../../helpers/performance/performance-tester','projectName','data','exec:stop','rynAt','PUuTs','4564188klSnNi','FzinS','9303NWOkgn','healthcheck','stringify','version','isProcessRunning','Yuvnj','../../helpers/performance/constants','../logger','exports','winstonLogger','./PercyBinary','end','stdout','join','rAZqE','ytfES','11206130ARqiCn','1758oJyHKJ','fetchPercyToken','xaCpv','createWriteStream','34ojBorA','push'];a146_0x58db=function(){return _0xe0dc3a;};return a146_0x58db();}function a146_0x3266(_0x1fd761,_0x23bb1a){const _0x58db3f=a146_0x58db();return a146_0x3266=function(_0x32669c,_0x357e22){_0x32669c=_0x32669c-0x1bc;let _0x1b0c3a=_0x58db3f[_0x32669c];return _0x1b0c3a;},a146_0x3266(_0x1fd761,_0x23bb1a);}class Percy{#logfile=path[a146_0xcbb8ea(0x1e8)](getLogDir(),a146_0xcbb8ea(0x1c7));#address=process[a146_0xcbb8ea(0x1d2)][a146_0xcbb8ea(0x200)]||a146_0xcbb8ea(0x1cb);#binaryPath=null;#config=null;#proc=null;#logStream=null;#isApp=![];[a146_0xcbb8ea(0x1df)]=![];constructor(_0x1c144f){this.#config=_0x1c144f,!!_0x1c144f['app']&&(this.#isApp=!![]);}async #getBinaryPath(){const _0x2b4d83=a146_0xcbb8ea;if(!this.#binaryPath){const _0x7a438=new PercyBinary();PerformanceTester[_0x2b4d83(0x1c8)](PerformanceEvents[_0x2b4d83(0x1d0)]),this.#binaryPath=await _0x7a438[_0x2b4d83(0x1c5)](this.#config),PerformanceTester[_0x2b4d83(0x1e6)](PerformanceEvents[_0x2b4d83(0x1d0)]);}return this.#binaryPath;}async #sleep(_0x4b4981){return new Promise(_0x5d39a1=>setTimeout(_0x5d39a1,_0x4b4981));}async[a146_0xcbb8ea(0x1dc)](){const _0x2f02e2=a146_0xcbb8ea,_0x395204={};_0x395204[_0x2f02e2(0x1ce)]=_0x2f02e2(0x209),_0x395204[_0x2f02e2(0x1c9)]='percy/healthcheck';const _0x3348a5=_0x395204;try{const _0x329e6f=await helper[_0x2f02e2(0x1c4)](_0x3348a5['zNPww'],_0x3348a5[_0x2f02e2(0x1c9)],null,null,this.#address);if(_0x329e6f)return!![];}catch(_0xc8957){return![];}}async['start'](){const _0x531e2f=a146_0xcbb8ea,_0x4e938f={'PUuTs':_0x531e2f(0x1f4),'aePzf':_0x531e2f(0x1cf),'BRGZi':function(_0x416945,_0x4ee12b,_0x230407,_0x544b48){return _0x416945(_0x4ee12b,_0x230407,_0x544b48);},'SzKom':_0x531e2f(0x1c6),'rynAt':_0x531e2f(0x204)},_0x5c152d=await this.#getBinaryPath(),_0x5ddbe0={};_0x5ddbe0[_0x531e2f(0x1f2)]='a',this.#logStream=fs[_0x531e2f(0x1ef)](this.#logfile,_0x5ddbe0);const _0x25f0dd=await this[_0x531e2f(0x1ed)](),_0x1bd059=await this['createPercyConfig']();if(!_0x25f0dd)return![];const _0x34bdb6=[(this.#isApp?_0x4e938f[_0x531e2f(0x1d8)]:_0x4e938f['aePzf'])+':start'];_0x1bd059&&_0x34bdb6[_0x531e2f(0x1f1)]('-c',_0x1bd059);this.#proc=_0x4e938f[_0x531e2f(0x1c2)](spawn,_0x5c152d,_0x34bdb6,{'env':Object[_0x531e2f(0x1f8)](process[_0x531e2f(0x1d2)],{'PERCY_TOKEN':_0x25f0dd,'TH_BUILD_UUID':process['env'][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']]})}),this.#proc[_0x531e2f(0x1e7)][_0x531e2f(0x1d1)](this.#logStream),this.#proc[_0x531e2f(0x1c1)][_0x531e2f(0x1d1)](this.#logStream),this[_0x531e2f(0x1df)]=!![];var _0x33153c=this;this.#proc['on'](_0x4e938f['SzKom'],function(_0x5a7caf){const _0x22704c=_0x531e2f;_0x33153c[_0x22704c(0x1df)]=![];});do{const _0x41b880=await this['healthcheck']();if(_0x41b880)return logger[_0x531e2f(0x206)](_0x4e938f[_0x531e2f(0x1d7)]),!![];await this.#sleep(0x3e8);}while(this[_0x531e2f(0x1df)]);return![];}async[a146_0xcbb8ea(0x201)](){const _0x1e8cf7=a146_0xcbb8ea,_0x4a1f38={'ytfES':function(_0x1b3de6,_0x199d52){return _0x1b3de6(_0x199d52);},'xaCpv':function(_0x48664a,_0x7df929,_0x1b7873){return _0x48664a(_0x7df929,_0x1b7873);},'FzinS':_0x1e8cf7(0x1d6),'lCdUK':'close'},_0x4ac70d=await this.#getBinaryPath();return new Promise((_0x40def5,_0x42d99f)=>{const _0x366a10=_0x1e8cf7,_0x4a4569=_0x4a1f38[_0x366a10(0x1ee)](spawn,_0x4ac70d,[_0x4a1f38[_0x366a10(0x1da)]]);_0x4a4569['on'](_0x4a1f38[_0x366a10(0x1fa)],_0x508fd2=>{const _0x3640ad=_0x366a10;this['isProcessRunning']=![],this.#logStream&&(this.#logStream[_0x3640ad(0x1e6)](),this.#logStream=null),_0x4a1f38[_0x3640ad(0x1ea)](_0x40def5,_0x508fd2);});});}[a146_0xcbb8ea(0x1fc)](){const _0x50b85d=a146_0xcbb8ea;return this[_0x50b85d(0x1df)];}async[a146_0xcbb8ea(0x1ed)](){const _0x488b36=a146_0xcbb8ea,_0x45bea9={};_0x45bea9[_0x488b36(0x1f7)]=_0x488b36(0x1f9),_0x45bea9[_0x488b36(0x1e9)]=_0x488b36(0x1f3),_0x45bea9[_0x488b36(0x1fd)]='GET',_0x45bea9[_0x488b36(0x203)]='Percy\x20fetch\x20token\x20success';const _0x56a334=_0x45bea9,_0x1b9b82=this.#config[_0x488b36(0x1d4)];try{const _0x122b08=this.#isApp?_0x56a334[_0x488b36(0x1f7)]:_0x56a334[_0x488b36(0x1e9)],_0x320da9=await helper['nodeRequest'](_0x56a334['TqHPr'],_0x488b36(0x1fe)+_0x1b9b82+_0x488b36(0x1be)+_0x122b08,{},this.#config),_0x39abdb=_0x320da9[_0x488b36(0x1d5)];return logger[_0x488b36(0x206)](_0x56a334[_0x488b36(0x203)]),_0x39abdb[_0x488b36(0x1ff)];}catch(_0x5701da){return logger['error']('Percy\x20unable\x20to\x20fetch\x20project\x20token:\x20'+_0x5701da),null;}}async['createPercyConfig'](){const _0x5afe8b=a146_0xcbb8ea,_0x2181d9={'ingeO':function(_0x35cff6,_0x37d91a){return _0x35cff6(_0x37d91a);},'BHGXn':function(_0x2c3e16,_0x39d094){return _0x2c3e16+_0x39d094;},'vdFGN':_0x5afe8b(0x207),'qYoCr':function(_0x5e24d5,_0x41ab53){return _0x5e24d5(_0x41ab53);},'Yuvnj':_0x5afe8b(0x1cc)};if(!this.#config[_0x5afe8b(0x205)])return null;const _0x280b09=path['join'](os['tmpdir'](),_0x2181d9[_0x5afe8b(0x1e0)]),_0x1dcb0e=this.#config[_0x5afe8b(0x205)];return!_0x1dcb0e['version']&&(_0x1dcb0e[_0x5afe8b(0x1de)]='2'),new Promise((_0x4bcb95,_0x394d2e)=>{const _0x557add=_0x5afe8b;fs[_0x557add(0x1bf)](_0x280b09,JSON[_0x557add(0x1dd)](_0x1dcb0e),_0x5894dc=>{const _0x378b8d=_0x557add;_0x5894dc&&(logger['error'](_0x378b8d(0x1bc)+_0x5894dc),_0x2181d9[_0x378b8d(0x20a)](_0x4bcb95,null)),logger['debug'](_0x2181d9[_0x378b8d(0x1c3)](_0x2181d9[_0x378b8d(0x1c0)],_0x280b09)),_0x2181d9['qYoCr'](_0x4bcb95,_0x280b09);});});}}module[a146_0xcbb8ea(0x1e3)]=Percy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a147_0x44b1cc=a147_0x4568;(function(_0x8b27bc,_0x1c6b68){const _0x456f10=a147_0x4568,_0x404105=_0x8b27bc();while(!![]){try{const _0x4069bb=parseInt(_0x456f10(0x147))/0x1+parseInt(_0x456f10(0x165))/0x2*(-parseInt(_0x456f10(0x182))/0x3)+-parseInt(_0x456f10(0x157))/0x4+parseInt(_0x456f10(0x156))/0x5+-parseInt(_0x456f10(0x1a2))/0x6+-parseInt(_0x456f10(0x1ad))/0x7*(parseInt(_0x456f10(0x166))/0x8)+-parseInt(_0x456f10(0x1c7))/0x9*(-parseInt(_0x456f10(0x176))/0xa);if(_0x4069bb===_0x1c6b68)break;else _0x404105['push'](_0x404105['shift']());}catch(_0x5e9ee6){_0x404105['push'](_0x404105['shift']());}}}(a147_0x46db,0x9b323));function a147_0x4568(_0x344fb1,_0x1fc62a){const _0x46db2c=a147_0x46db();return a147_0x4568=function(_0x45687d,_0xb9ce61){_0x45687d=_0x45687d-0x13d;let _0x1f22ad=_0x46db2c[_0x45687d];return _0x1f22ad;},a147_0x4568(_0x344fb1,_0x1fc62a);}const {https}=require('follow-redirects'),url=require('url'),yauzl=require(a147_0x44b1cc(0x1a6)),fs=require('fs'),path=require(a147_0x44b1cc(0x1b8)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require('https-proxy-agent'),logger=require(a147_0x44b1cc(0x185))[a147_0x44b1cc(0x1b7)];function a147_0x46db(){const _0x1eb5a2=['port','getuid','error','HOMEPATH','aiXTB','statusCode','yUNck','ZMkcM','.browserstack','wvQkc','PSSvA','download','13815171SuDCju','yPeMg','undefined','needsUpdate','Saved\x20new\x20ETag\x20for\x20percy\x20binary','warn','AlLgH','DceSP','VtwhF','extractAndSaveBinary','proxyPort','HhjEa','CHcte','265809ZhJpsf','USERNAME','lazyEntries','OmLqR','pipe','USER','agent','exports','NMEMX','once','Failed\x20to\x20read\x20ETag\x20file:\x20','TtrPK','OCyGQ','vFunV','debug','794035NPoRYm','1214132VXslgU','X_OK','XwCBn','--version','AVLeI','useCaCertificate','Error\x20trying\x20to\x20download\x20percy\x20binary','VrYkz','jKGsH','vFZmt','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','gXIRQ','MmNoP','2ZqsCMl','9781720QiaojV','host','JPdsE','headers','JLPeI','VVmGW','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','env','/percy-osx.zip','aSUhO','/home/','accessSync','Connection','jcFLo','function','end','20nkPXte','RvhHa','trim','LKIEt','open','mkdirSync','.etag','/root','proxyHost','darwin','XnNvf','ldZcn','428919aSIoqm','dnYwx','statSync','../logger','qRfQa','kPlHZ','YQzaq','test','Failed\x20to\x20save\x20ETag\x20file:\x20','match','createWriteStream','percy.exe','entry','LNAME','jvNmK','tQlrl','HOMEDRIVE','homedir','vUGWH','Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)','vZaXu','xDarN','chmod','then','FATBZ','Enqpl','readEntry','cwd','qrFNd','readFileSync','stdout','binaryPath','7138500oITawd','IWjwM','join','close','yauzl','/Users/','data','HOME','get','utf8','LOGNAME','7cixKfG','fileName','MoUPj','R_OK','WauKI','catch','BGCtM','OwQNG','YurAo','JJxtd','winstonLogger','path','platform','mkyIo'];a147_0x46db=function(){return _0x1eb5a2;};return a147_0x46db();}class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName='percy';#orderedPaths=[path['join'](this.#homedir(),a147_0x44b1cc(0x1c3)),process[a147_0x44b1cc(0x19d)](),os['tmpdir']()];constructor(){const _0x23e448=a147_0x44b1cc,_0x534375={};_0x534375[_0x23e448(0x141)]='https://github.com/percy/cli/releases/latest/download',_0x534375['yPeMg']=function(_0x39b869,_0x57f4dd){return _0x39b869+_0x57f4dd;},_0x534375[_0x23e448(0x196)]=_0x23e448(0x16e),_0x534375[_0x23e448(0x153)]='/percy-win.zip',_0x534375[_0x23e448(0x145)]=_0x23e448(0x18d),_0x534375[_0x23e448(0x146)]='/percy-linux.zip';const _0x50adcc=_0x534375,_0x47e858=_0x50adcc['DceSP'];if(this.#hostOS['match'](/darwin|mac os/i))this.#httpPath=_0x50adcc[_0x23e448(0x1c8)](_0x47e858,_0x50adcc['vZaXu']);else this.#hostOS[_0x23e448(0x18b)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x50adcc[_0x23e448(0x1c8)](_0x47e858,_0x50adcc[_0x23e448(0x153)]),this.#binaryName=_0x50adcc[_0x23e448(0x145)]):this.#httpPath=_0x50adcc['yPeMg'](_0x47e858,_0x50adcc['CHcte']);}#getAvailableDirs(){const _0x27a1fe=a147_0x44b1cc,_0x230156={};_0x230156[_0x27a1fe(0x1c5)]=function(_0x1505cc,_0x15d23f){return _0x1505cc<_0x15d23f;},_0x230156['NMEMX']=_0x27a1fe(0x15d);const _0x1b509b=_0x230156;for(var _0x1ea8f1=0x0;_0x1b509b['PSSvA'](_0x1ea8f1,this.#orderedPaths['length']);_0x1ea8f1++){var _0x13f85c=this.#orderedPaths[_0x1ea8f1];if(this.#makePath(_0x13f85c))return _0x13f85c;}throw new Error(_0x1b509b[_0x27a1fe(0x14f)]);}#makePath(_0x4a65a6){const _0x1aa6bc=a147_0x44b1cc;try{return _0x4a65a6&&!this.#checkPath(_0x4a65a6)&&fs[_0x1aa6bc(0x17b)](_0x4a65a6),!![];}catch{return![];}}#checkPath(_0x14d762,_0x5a4886){const _0x1295ca=a147_0x44b1cc,_0x7e4c66={};_0x7e4c66[_0x1295ca(0x16b)]=function(_0x1337c8,_0x2e2d4b){return _0x1337c8|_0x2e2d4b;},_0x7e4c66[_0x1295ca(0x181)]=function(_0x156c35,_0x2b06dc){return _0x156c35!==_0x2b06dc;},_0x7e4c66[_0x1295ca(0x154)]=_0x1295ca(0x1c9);const _0x2e1e32=_0x7e4c66;_0x5a4886=_0x5a4886||_0x2e1e32[_0x1295ca(0x16b)](fs[_0x1295ca(0x1b0)],fs['W_OK']);try{return fs[_0x1295ca(0x171)](_0x14d762,_0x5a4886),!![];}catch(_0x1d032b){if(_0x2e1e32['ldZcn'](typeof fs[_0x1295ca(0x171)],_0x2e1e32[_0x1295ca(0x154)]))return![];try{return fs[_0x1295ca(0x184)](_0x14d762),!![];}catch(_0x1c67c9){return![];}}}#getETagPath(_0xfaedcb){const _0x3db780=a147_0x44b1cc;return path[_0x3db780(0x1a4)](_0xfaedcb,this.#binaryName+_0x3db780(0x17c));}#loadETag(_0x4141fa){const _0x4a2de3=a147_0x44b1cc,_0x22760d={};_0x22760d[_0x4a2de3(0x14a)]=_0x4a2de3(0x1ab);const _0x4190c9=_0x22760d,_0x1ee9c3=this.#getETagPath(_0x4141fa);if(this.#checkPath(_0x1ee9c3))try{return fs[_0x4a2de3(0x19f)](_0x1ee9c3,_0x4190c9[_0x4a2de3(0x14a)])[_0x4a2de3(0x178)]();}catch(_0x535f0e){logger[_0x4a2de3(0x13f)](_0x4a2de3(0x151)+_0x535f0e);}return null;}#saveETag(_0x652f3d,_0x2908f3){const _0x59406f=a147_0x44b1cc,_0x1b3f68={};_0x1b3f68[_0x59406f(0x1c4)]=_0x59406f(0x13e);const _0x567d09=_0x1b3f68;if(!_0x2908f3)return;try{const _0x8cc48=this.#getETagPath(_0x652f3d);fs['writeFileSync'](_0x8cc48,_0x2908f3),logger[_0x59406f(0x155)](_0x567d09[_0x59406f(0x1c4)]);}catch(_0x5a8349){logger[_0x59406f(0x13f)](_0x59406f(0x18a)+_0x5a8349);}}async #handleBinaryDownload(_0x3f239b,_0x1bbe36,_0x5dadce){const _0x43bb4b=a147_0x44b1cc,_0x466fad={};_0x466fad[_0x43bb4b(0x179)]=_0x43bb4b(0x162);const _0x390956=_0x466fad,_0x1aa79c=await this['validateBinary'](_0x3f239b[_0x43bb4b(0x1a1)]);if(!_0x1aa79c){logger[_0x43bb4b(0x1bd)](_0x390956['LKIEt']);const _0x36c051=await this[_0x43bb4b(0x1c6)](_0x1bbe36,_0x5dadce);return _0x36c051[_0x43bb4b(0x1a1)];}return _0x3f239b[_0x43bb4b(0x1a1)];}async['getBinaryPath'](_0x28dbe6){const _0x9c579d=a147_0x44b1cc,_0x3e367c={};_0x3e367c['tQlrl']=_0x9c579d(0x195),_0x3e367c[_0x9c579d(0x19b)]=_0x9c579d(0x161);const _0x10b737=_0x3e367c,_0x4dd077=this.#getAvailableDirs(),_0x29891f=path['join'](_0x4dd077,this.#binaryName);if(this.#checkPath(_0x29891f,fs[_0x9c579d(0x158)])){const _0x6f21e=this.#loadETag(_0x4dd077);if(_0x6f21e)try{const _0x477034=await this[_0x9c579d(0x1c6)](_0x28dbe6,_0x4dd077,_0x6f21e);if(!_0x477034[_0x9c579d(0x13d)])return logger['debug'](_0x10b737[_0x9c579d(0x191)]),_0x29891f;return logger['debug'](_0x10b737[_0x9c579d(0x19b)]),await this.#handleBinaryDownload(_0x477034,_0x28dbe6,_0x4dd077);}catch(_0x4ab873){return logger[_0x9c579d(0x13f)]('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x4ab873),_0x29891f;}}const _0x2bd4aa=await this[_0x9c579d(0x1c6)](_0x28dbe6,_0x4dd077);return await this.#handleBinaryDownload(_0x2bd4aa,_0x28dbe6,_0x4dd077);}['download'](_0x5537b6,_0x3aeb2d,_0x5c2647=null){const _0xc7de6=a147_0x44b1cc,_0x35eb84={'KdOdo':function(_0x2f6720,_0x4ad236){return _0x2f6720===_0x4ad236;},'YurAo':function(_0x1f2132,_0x28e3cd){return _0x1f2132(_0x28e3cd);},'IWjwM':_0xc7de6(0x1bd),'vFZmt':_0xc7de6(0x1a5),'XnNvf':function(_0x29d6e5,_0x3f1d89){return _0x29d6e5+_0x3f1d89;},'vUGWH':'.zip'};_0x3aeb2d&&!this.#checkPath(_0x3aeb2d)&&fs[_0xc7de6(0x17b)](_0x3aeb2d);const _0x55871e=this.#binaryName,_0x44a310=path[_0xc7de6(0x1a4)](_0x3aeb2d,_0x35eb84[_0xc7de6(0x180)](_0x55871e,_0x35eb84[_0xc7de6(0x194)])),_0x2a5aec=fs[_0xc7de6(0x18c)](_0x44a310),_0x3c0810=url['parse'](this.#httpPath);if(_0x5537b6[_0xc7de6(0x17e)]&&_0x5537b6['proxyPort']){const _0x5e453b={};_0x5e453b[_0xc7de6(0x167)]=_0x5537b6[_0xc7de6(0x17e)],_0x5e453b[_0xc7de6(0x1bb)]=_0x5537b6[_0xc7de6(0x144)],_0x3c0810[_0xc7de6(0x14d)]=new HttpsProxyAgent(_0x5e453b);}if(_0x5537b6[_0xc7de6(0x15c)])try{_0x3c0810['ca']=fs[_0xc7de6(0x19f)](_0x5537b6[_0xc7de6(0x15c)]);}catch(_0x3444f9){logger[_0xc7de6(0x1bd)]('Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20'+_0x3444f9);}if(_0x5c2647){const _0x1d5ddf={};_0x1d5ddf['If-None-Match']=_0x5c2647,_0x1d5ddf['Connection']=_0x35eb84[_0xc7de6(0x160)],_0x3c0810[_0xc7de6(0x169)]=_0x1d5ddf;}else{const _0x3f5d45={};_0x3f5d45[_0xc7de6(0x172)]=_0x35eb84['vFZmt'],_0x3c0810['headers']=_0x3f5d45;}return new Promise((_0x108736,_0x5a45db)=>{const _0x1e7e35=_0xc7de6,_0x4dfa91={'NpiYf':function(_0x2809ea,_0x537117){return _0x35eb84['YurAo'](_0x2809ea,_0x537117);}};https[_0x1e7e35(0x1aa)](_0x3c0810,_0x52a36b=>{const _0x1a45c0=_0x1e7e35;if(_0x5c2647&&_0x35eb84['KdOdo'](_0x52a36b[_0x1a45c0(0x1c0)],0x130)){_0x2a5aec['destroy']();const _0x186ca5={};_0x186ca5[_0x1a45c0(0x13d)]=![],_0x35eb84[_0x1a45c0(0x1b5)](_0x108736,_0x186ca5);return;}const _0x5bb972=_0x52a36b['headers']['etag'];_0x5bb972&&this.#saveETag(_0x3aeb2d,_0x5bb972),_0x52a36b[_0x1a45c0(0x14b)](_0x2a5aec),_0x52a36b['on'](_0x35eb84[_0x1a45c0(0x1a3)],function(_0x5c2a5d){const _0x3a7f4d=_0x1a45c0;logger[_0x3a7f4d(0x1bd)](_0x3a7f4d(0x16c)+_0x5c2a5d),_0x4dfa91['NpiYf'](_0x5a45db,_0x5c2a5d);}),_0x2a5aec['on'](_0x35eb84[_0x1a45c0(0x1a3)],function(_0x559885){const _0x60c545=_0x1a45c0;logger[_0x60c545(0x1bd)]('Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20'+_0x559885),_0x4dfa91['NpiYf'](_0x5a45db,_0x559885);}),_0x2a5aec['on'](_0x35eb84[_0x1a45c0(0x160)],()=>{const _0x4be6d9=_0x1a45c0;this[_0x4be6d9(0x143)](_0x44a310,_0x3aeb2d)[_0x4be6d9(0x199)](_0x414094=>_0x108736({'needsUpdate':!![],'binaryPath':_0x414094}))[_0x4be6d9(0x1b2)](_0x5a45db);});})['on'](_0x35eb84[_0x1e7e35(0x1a3)],function(_0x20ea63){const _0x4f9592=_0x1e7e35;logger[_0x4f9592(0x1bd)]('Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20'+_0x20ea63),_0x4dfa91['NpiYf'](_0x5a45db,_0x20ea63);});});}[a147_0x44b1cc(0x143)](_0x2677d0,_0x1e8bad){const _0x4cb877=a147_0x44b1cc,_0x2cea78={'AlLgH':function(_0x263857,_0x3ca229){return _0x263857===_0x3ca229;},'jcFLo':function(_0x3744e7,_0x33f00e){return _0x3744e7(_0x33f00e);},'FATBZ':function(_0x3805d6,_0x587686){return _0x3805d6(_0x587686);},'xDarN':'0755','YQzaq':_0x4cb877(0x175),'ZMkcM':_0x4cb877(0x18e),'TtrPK':_0x4cb877(0x1bd)},_0x1d453b=this.#binaryName,_0x2c68b5=path[_0x4cb877(0x1a4)](_0x1e8bad,_0x1d453b);return new Promise((_0x3b4d79,_0xa146ea)=>{const _0x184656=_0x4cb877,_0x4f3000={'JLPeI':function(_0x254887,_0x5e755c){const _0x51dd8e=a147_0x4568;return _0x2cea78[_0x51dd8e(0x140)](_0x254887,_0x5e755c);},'qRfQa':function(_0x5aed00,_0x437314){const _0x2722e5=a147_0x4568;return _0x2cea78[_0x2722e5(0x173)](_0x5aed00,_0x437314);},'aiXTB':function(_0x311a69,_0x3f16c4){const _0x1ed402=a147_0x4568;return _0x2cea78[_0x1ed402(0x19a)](_0x311a69,_0x3f16c4);},'dnYwx':_0x2cea78[_0x184656(0x197)],'JJxtd':_0x2cea78[_0x184656(0x188)],'yUNck':_0x2cea78[_0x184656(0x1c2)],'jvNmK':_0x2cea78[_0x184656(0x152)]},_0x26e0aa={};_0x26e0aa[_0x184656(0x149)]=!![],yauzl[_0x184656(0x17a)](_0x2677d0,_0x26e0aa,function(_0x3d9a65,_0x13633a){const _0x2100df=_0x184656,_0x400d09={'BGCtM':function(_0x2f441b,_0x3fcf5a){return _0x4f3000['qRfQa'](_0x2f441b,_0x3fcf5a);},'JPdsE':_0x4f3000[_0x2100df(0x1b6)],'wkNAF':function(_0xd0b14f,_0x37ddb6){const _0x2ca501=_0x2100df;return _0x4f3000[_0x2ca501(0x186)](_0xd0b14f,_0x37ddb6);}};_0x3d9a65&&_0x4f3000[_0x2100df(0x1bf)](_0xa146ea,_0x3d9a65),_0x13633a[_0x2100df(0x19c)](),_0x13633a['on'](_0x4f3000[_0x2100df(0x1c1)],_0x4186ee=>{const _0xa14755=_0x2100df;if(/\/$/[_0xa14755(0x189)](_0x4186ee[_0xa14755(0x1ae)]))_0x13633a[_0xa14755(0x19c)]();else{const _0x50cef5=fs[_0xa14755(0x18c)](path['join'](_0x1e8bad,_0x4186ee[_0xa14755(0x1ae)]));_0x13633a['openReadStream'](_0x4186ee,function(_0x28fc9c,_0x2414d8){const _0x23f254=_0xa14755;_0x28fc9c&&_0x400d09[_0x23f254(0x1b3)](_0xa146ea,_0x3d9a65),_0x2414d8['on'](_0x400d09[_0x23f254(0x168)],function(){const _0x193899=_0x23f254;_0x50cef5[_0x193899(0x1a5)](),_0x13633a[_0x193899(0x19c)]();}),_0x2414d8['pipe'](_0x50cef5);}),_0x4f3000[_0xa14755(0x16a)](_0x4186ee['fileName'],_0x1d453b)&&_0x13633a[_0xa14755(0x1a5)]();}}),_0x13633a['on'](_0x4f3000[_0x2100df(0x190)],_0x3d8bce=>{_0x400d09['wkNAF'](_0xa146ea,_0x3d8bce);}),_0x13633a[_0x2100df(0x150)](_0x4f3000[_0x2100df(0x1b6)],()=>{const _0x7693dc=_0x2100df,_0x456be7={'aSUhO':function(_0x1a6de5,_0xdefe84){const _0x2945ca=a147_0x4568;return _0x4f3000[_0x2945ca(0x186)](_0x1a6de5,_0xdefe84);},'AyxqS':function(_0x5dea46,_0x2bfca0){const _0x26f8b6=a147_0x4568;return _0x4f3000[_0x26f8b6(0x1bf)](_0x5dea46,_0x2bfca0);}};fs[_0x7693dc(0x198)](_0x2c68b5,_0x4f3000[_0x7693dc(0x183)],function(_0x26a8cb){const _0x94f9a7=_0x7693dc;_0x26a8cb&&_0x456be7[_0x94f9a7(0x16f)](_0xa146ea,_0x26a8cb),_0x456be7['AyxqS'](_0x3b4d79,_0x2c68b5);}),_0x13633a['close']();});});});}async['validateBinary'](_0x4a141c){const _0xbf383b=a147_0x44b1cc,_0x21add5={'oAHSL':function(_0x3fd322,_0x4d3501){return _0x3fd322(_0x4d3501);},'GGxGB':function(_0xf47304,_0x301813,_0x32fe62,_0x2b0427){return _0xf47304(_0x301813,_0x32fe62,_0x2b0427);},'WauKI':_0xbf383b(0x15a),'mkyIo':_0xbf383b(0x1a8),'BJwbG':'close'},_0x16c4cc=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x55f3fb,_0x1c5b50)=>{const _0x531963=_0xbf383b,_0x2b8388={'dCLCu':function(_0x4a226c,_0x392fae){return _0x21add5['oAHSL'](_0x4a226c,_0x392fae);}},_0x4cdeee={};_0x4cdeee[_0x531963(0x16d)]=process['env'];const _0x35c978=_0x21add5['GGxGB'](spawn,_0x4a141c,[_0x21add5[_0x531963(0x1b1)]],_0x4cdeee);_0x35c978[_0x531963(0x1a0)]['on'](_0x21add5[_0x531963(0x1ba)],_0x56fe1f=>{const _0x1b357e=_0x531963;_0x16c4cc[_0x1b357e(0x189)](_0x56fe1f)&&_0x2b8388['dCLCu'](_0x55f3fb,!![]);}),_0x35c978['on'](_0x21add5['BJwbG'],()=>{_0x21add5['oAHSL'](_0x55f3fb,![]);});});}#homedir(){const _0x48f957=a147_0x44b1cc,_0x325141={};_0x325141[_0x48f957(0x187)]=function(_0x45d032,_0x5622a9){return _0x45d032===_0x5622a9;},_0x325141[_0x48f957(0x164)]=_0x48f957(0x174),_0x325141['FQUOB']='win32',_0x325141[_0x48f957(0x15f)]=function(_0x126c1f,_0x5b2e9b){return _0x126c1f+_0x5b2e9b;},_0x325141[_0x48f957(0x15b)]=function(_0x1a50a2,_0x59b5fa){return _0x1a50a2===_0x59b5fa;},_0x325141['oqQnN']=_0x48f957(0x17f),_0x325141[_0x48f957(0x177)]=function(_0x370b25,_0x4a3417){return _0x370b25+_0x4a3417;},_0x325141[_0x48f957(0x15e)]=_0x48f957(0x1a7),_0x325141[_0x48f957(0x19e)]=function(_0x4a2cfe,_0x32c770){return _0x4a2cfe===_0x32c770;},_0x325141[_0x48f957(0x142)]='linux',_0x325141[_0x48f957(0x1af)]=_0x48f957(0x17d),_0x325141[_0x48f957(0x163)]=function(_0x365bdc,_0xa0fe07){return _0x365bdc+_0xa0fe07;},_0x325141[_0x48f957(0x1b4)]=_0x48f957(0x170),_0x325141[_0x48f957(0x159)]=function(_0x2f2a74,_0x115a68){return _0x2f2a74||_0x115a68;};const _0x8da88e=_0x325141;if(_0x8da88e[_0x48f957(0x187)](typeof os['homedir'],_0x8da88e[_0x48f957(0x164)]))return os[_0x48f957(0x193)]();const _0x394e52=process[_0x48f957(0x16d)],_0x47ac99=_0x394e52[_0x48f957(0x1a9)],_0x2b0f6b=_0x394e52[_0x48f957(0x1ac)]||_0x394e52[_0x48f957(0x14c)]||_0x394e52[_0x48f957(0x18f)]||_0x394e52[_0x48f957(0x148)];if(_0x8da88e['kPlHZ'](process[_0x48f957(0x1b9)],_0x8da88e['FQUOB']))return _0x394e52['USERPROFILE']||_0x8da88e[_0x48f957(0x15f)](_0x394e52[_0x48f957(0x192)],_0x394e52[_0x48f957(0x1be)])||_0x47ac99||null;if(_0x8da88e['AVLeI'](process['platform'],_0x8da88e['oqQnN']))return _0x47ac99||(_0x2b0f6b?_0x8da88e['RvhHa'](_0x8da88e[_0x48f957(0x15e)],_0x2b0f6b):null);if(_0x8da88e[_0x48f957(0x19e)](process['platform'],_0x8da88e[_0x48f957(0x142)]))return _0x47ac99||(_0x8da88e[_0x48f957(0x19e)](process[_0x48f957(0x1bc)](),0x0)?_0x8da88e[_0x48f957(0x1af)]:_0x2b0f6b?_0x8da88e[_0x48f957(0x163)](_0x8da88e['OwQNG'],_0x2b0f6b):null);return _0x8da88e[_0x48f957(0x159)](_0x47ac99,null);}}module[a147_0x44b1cc(0x14e)]=PercyBinary;
|
|
1
|
+
const a147_0xc7f66=a147_0xfac8;(function(_0x62aafc,_0x15fdf5){const _0x3a9056=a147_0xfac8,_0x7eec06=_0x62aafc();while(!![]){try{const _0x506f02=parseInt(_0x3a9056(0x21f))/0x1*(-parseInt(_0x3a9056(0x243))/0x2)+parseInt(_0x3a9056(0x230))/0x3*(parseInt(_0x3a9056(0x21b))/0x4)+parseInt(_0x3a9056(0x23c))/0x5*(parseInt(_0x3a9056(0x1f3))/0x6)+-parseInt(_0x3a9056(0x231))/0x7+-parseInt(_0x3a9056(0x205))/0x8+parseInt(_0x3a9056(0x1ff))/0x9+-parseInt(_0x3a9056(0x1e1))/0xa;if(_0x506f02===_0x15fdf5)break;else _0x7eec06['push'](_0x7eec06['shift']());}catch(_0x2e6853){_0x7eec06['push'](_0x7eec06['shift']());}}}(a147_0x3417,0x951b1));const {https}=require(a147_0xc7f66(0x200)),url=require(a147_0xc7f66(0x1e8)),yauzl=require(a147_0xc7f66(0x26c)),fs=require('fs'),path=require(a147_0xc7f66(0x1e6)),os=require('os'),{spawn}=require('child_process'),HttpsProxyAgent=require(a147_0xc7f66(0x25d)),logger=require(a147_0xc7f66(0x20b))[a147_0xc7f66(0x224)];class PercyBinary{#hostOS=process['platform'];#httpPath=null;#binaryName=a147_0xc7f66(0x21a);#orderedPaths=[path[a147_0xc7f66(0x22c)](this.#homedir(),a147_0xc7f66(0x254)),process[a147_0xc7f66(0x223)](),os[a147_0xc7f66(0x23d)]()];constructor(){const _0x329b3a=a147_0xc7f66,_0x4bafbd={};_0x4bafbd['MtsnH']='https://github.com/percy/cli/releases/latest/download',_0x4bafbd[_0x329b3a(0x25b)]=function(_0x14baf4,_0x3b552a){return _0x14baf4+_0x3b552a;},_0x4bafbd[_0x329b3a(0x22d)]='/percy-osx.zip',_0x4bafbd[_0x329b3a(0x233)]=_0x329b3a(0x213),_0x4bafbd[_0x329b3a(0x26d)]='percy.exe',_0x4bafbd[_0x329b3a(0x222)]=function(_0x3a5e75,_0x22c864){return _0x3a5e75+_0x22c864;},_0x4bafbd[_0x329b3a(0x238)]=_0x329b3a(0x23b);const _0x2d254d=_0x4bafbd,_0x1a8b84=_0x2d254d['MtsnH'];if(this.#hostOS[_0x329b3a(0x1da)](/darwin|mac os/i))this.#httpPath=_0x2d254d[_0x329b3a(0x25b)](_0x1a8b84,_0x2d254d[_0x329b3a(0x22d)]);else this.#hostOS[_0x329b3a(0x1da)](/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/i)?(this.#httpPath=_0x2d254d[_0x329b3a(0x25b)](_0x1a8b84,_0x2d254d[_0x329b3a(0x233)]),this.#binaryName=_0x2d254d[_0x329b3a(0x26d)]):this.#httpPath=_0x2d254d['axwee'](_0x1a8b84,_0x2d254d[_0x329b3a(0x238)]);}#getAvailableDirs(){const _0x5c224d=a147_0xc7f66,_0x46ca6e={};_0x46ca6e[_0x5c224d(0x255)]=function(_0x52bc2a,_0x281c25){return _0x52bc2a<_0x281c25;},_0x46ca6e['qVhGV']=_0x5c224d(0x232);const _0x5d6fcd=_0x46ca6e;for(var _0x5c9201=0x0;_0x5d6fcd[_0x5c224d(0x255)](_0x5c9201,this.#orderedPaths['length']);_0x5c9201++){var _0xce5bc6=this.#orderedPaths[_0x5c9201];if(this.#makePath(_0xce5bc6))return _0xce5bc6;}throw new Error(_0x5d6fcd[_0x5c224d(0x23f)]);}#makePath(_0xa1f7f8){try{return _0xa1f7f8&&!this.#checkPath(_0xa1f7f8)&&fs['mkdirSync'](_0xa1f7f8),!![];}catch{return![];}}#checkPath(_0x48ec75,_0x2dc6b8){const _0x339928=a147_0xc7f66,_0x1a0b8a={};_0x1a0b8a[_0x339928(0x201)]=function(_0x533e8f,_0x599eec){return _0x533e8f|_0x599eec;},_0x1a0b8a['eIfSa']=function(_0x2e744a,_0x500cd4){return _0x2e744a!==_0x500cd4;},_0x1a0b8a[_0x339928(0x1f1)]=_0x339928(0x261);const _0x33b96e=_0x1a0b8a;_0x2dc6b8=_0x2dc6b8||_0x33b96e[_0x339928(0x201)](fs['R_OK'],fs[_0x339928(0x1e3)]);try{return fs[_0x339928(0x240)](_0x48ec75,_0x2dc6b8),!![];}catch(_0x27d07a){if(_0x33b96e[_0x339928(0x24f)](typeof fs[_0x339928(0x240)],_0x33b96e['VtocT']))return![];try{return fs[_0x339928(0x237)](_0x48ec75),!![];}catch(_0x16d8a1){return![];}}}#getETagPath(_0x19f22a){return path['join'](_0x19f22a,this.#binaryName+'.etag');}#loadETag(_0x381e24){const _0x2d31d5=a147_0xc7f66,_0x2a5f3f={};_0x2a5f3f['iMIEt']=_0x2d31d5(0x1f0);const _0x3639cc=_0x2a5f3f,_0x395727=this.#getETagPath(_0x381e24);if(this.#checkPath(_0x395727))try{return fs[_0x2d31d5(0x1e7)](_0x395727,_0x3639cc[_0x2d31d5(0x226)])[_0x2d31d5(0x1f4)]();}catch(_0x1c4cb5){logger['warn']('Failed\x20to\x20read\x20ETag\x20file:\x20'+_0x1c4cb5);}return null;}#saveETag(_0x48b9f9,_0x4dfb7d){const _0x26ada4=a147_0xc7f66,_0x1e9c8d={};_0x1e9c8d['Bhqga']='Saved\x20new\x20ETag\x20for\x20percy\x20binary';const _0x44f049=_0x1e9c8d;if(!_0x4dfb7d)return;try{const _0x361526=this.#getETagPath(_0x48b9f9);fs[_0x26ada4(0x1dc)](_0x361526,_0x4dfb7d),logger[_0x26ada4(0x242)](_0x44f049[_0x26ada4(0x1e5)]);}catch(_0x154089){logger[_0x26ada4(0x225)](_0x26ada4(0x229)+_0x154089);}}async #handleBinaryDownload(_0x520079,_0xec6630,_0x47a0c7){const _0x2c3c63=a147_0xc7f66,_0x22078c={};_0x22078c['SBDvL']=_0x2c3c63(0x214);const _0x3cf8df=_0x22078c,_0x114b4c=await this['validateBinary'](_0x520079[_0x2c3c63(0x1fc)]);if(!_0x114b4c){logger['error'](_0x3cf8df[_0x2c3c63(0x20d)]);const _0xfaf126=await this[_0x2c3c63(0x21d)](_0xec6630,_0x47a0c7);return _0xfaf126[_0x2c3c63(0x1fc)];}return _0x520079['binaryPath'];}async[a147_0xc7f66(0x20f)](_0x50eb45){const _0x5aea44=a147_0xc7f66,_0x2a3721={};_0x2a3721['mTeQY']=_0x5aea44(0x264),_0x2a3721['Avbex']=_0x5aea44(0x210);const _0x7820ba=_0x2a3721,_0x1462bf=this.#getAvailableDirs(),_0x4cce9f=path[_0x5aea44(0x22c)](_0x1462bf,this.#binaryName);if(this.#checkPath(_0x4cce9f,fs[_0x5aea44(0x244)])){const _0x570009=this.#loadETag(_0x1462bf);if(_0x570009)try{const _0x1113df=await this[_0x5aea44(0x21d)](_0x50eb45,_0x1462bf,_0x570009);if(!_0x1113df[_0x5aea44(0x24b)])return logger[_0x5aea44(0x242)](_0x7820ba[_0x5aea44(0x221)]),_0x4cce9f;return logger['debug'](_0x7820ba[_0x5aea44(0x216)]),await this.#handleBinaryDownload(_0x1113df,_0x50eb45,_0x1462bf);}catch(_0x161a42){return logger['warn']('Failed\x20to\x20check\x20for\x20binary\x20updates,\x20using\x20existing\x20binary:\x20'+_0x161a42),_0x4cce9f;}}const _0x42094c=await this['download'](_0x50eb45,_0x1462bf);return await this.#handleBinaryDownload(_0x42094c,_0x50eb45,_0x1462bf);}[a147_0xc7f66(0x21d)](_0x3eb341,_0x5da0ac,_0x46b5a6=null){const _0x4762eb=a147_0xc7f66,_0x54ce3f={'puFBT':function(_0x2eea5c,_0x44e2bd){return _0x2eea5c===_0x44e2bd;},'loedc':function(_0xff470,_0x342fac){return _0xff470(_0x342fac);},'rgeCz':_0x4762eb(0x1db),'Rkxsa':_0x4762eb(0x22a),'FTtBB':function(_0x40c0c0,_0x4e4373){return _0x40c0c0(_0x4e4373);},'MgGhS':function(_0xecc661,_0x138105){return _0xecc661+_0x138105;},'dQlHF':_0x4762eb(0x203)};_0x5da0ac&&!this.#checkPath(_0x5da0ac)&&fs[_0x4762eb(0x246)](_0x5da0ac);const _0x4021a1=this.#binaryName,_0xf416c9=path[_0x4762eb(0x22c)](_0x5da0ac,_0x54ce3f[_0x4762eb(0x26a)](_0x4021a1,_0x54ce3f['dQlHF'])),_0x288a2d=fs[_0x4762eb(0x227)](_0xf416c9),_0x305f80=url[_0x4762eb(0x202)](this.#httpPath);if(_0x3eb341[_0x4762eb(0x239)]&&_0x3eb341[_0x4762eb(0x249)]){const _0x2edd59={};_0x2edd59['host']=_0x3eb341[_0x4762eb(0x239)],_0x2edd59[_0x4762eb(0x267)]=_0x3eb341[_0x4762eb(0x249)],_0x305f80[_0x4762eb(0x1d8)]=new HttpsProxyAgent(_0x2edd59);}if(_0x3eb341[_0x4762eb(0x1dd)])try{_0x305f80['ca']=fs[_0x4762eb(0x1e7)](_0x3eb341['useCaCertificate']);}catch(_0x4815bc){logger[_0x4762eb(0x1db)]('Percy\x20download\x20failed\x20to\x20read\x20cert\x20file:\x20'+_0x4815bc);}if(_0x46b5a6){const _0x1ef7fd={};_0x1ef7fd[_0x4762eb(0x1ef)]=_0x46b5a6,_0x1ef7fd[_0x4762eb(0x257)]=_0x54ce3f[_0x4762eb(0x265)],_0x305f80[_0x4762eb(0x1d9)]=_0x1ef7fd;}else{const _0x50a1c5={};_0x50a1c5['Connection']=_0x54ce3f[_0x4762eb(0x265)],_0x305f80[_0x4762eb(0x1d9)]=_0x50a1c5;}return new Promise((_0x5bc76f,_0x227c59)=>{const _0x4637e5=_0x4762eb,_0x1b323b={'wSFRz':function(_0x427d9e,_0x89d812){const _0x2b36b3=a147_0xfac8;return _0x54ce3f[_0x2b36b3(0x248)](_0x427d9e,_0x89d812);}};https[_0x4637e5(0x228)](_0x305f80,_0x5bc55b=>{const _0x34f7d1=_0x4637e5;if(_0x46b5a6&&_0x54ce3f[_0x34f7d1(0x26e)](_0x5bc55b['statusCode'],0x130)){_0x288a2d[_0x34f7d1(0x235)]();const _0xf5a313={};_0xf5a313[_0x34f7d1(0x24b)]=![],_0x54ce3f[_0x34f7d1(0x1f7)](_0x5bc76f,_0xf5a313);return;}const _0x490e64=_0x5bc55b[_0x34f7d1(0x1d9)][_0x34f7d1(0x20e)];_0x490e64&&this.#saveETag(_0x5da0ac,_0x490e64),_0x5bc55b[_0x34f7d1(0x204)](_0x288a2d),_0x5bc55b['on'](_0x54ce3f[_0x34f7d1(0x1ed)],function(_0x11ca96){const _0xd82e64=_0x34f7d1;logger[_0xd82e64(0x1db)](_0xd82e64(0x25a)+_0x11ca96),_0x1b323b['wSFRz'](_0x227c59,_0x11ca96);}),_0x288a2d['on'](_0x54ce3f[_0x34f7d1(0x1ed)],function(_0x63880b){const _0x285995=_0x34f7d1;logger[_0x285995(0x1db)](_0x285995(0x262)+_0x63880b),_0x1b323b[_0x285995(0x1fa)](_0x227c59,_0x63880b);}),_0x288a2d['on'](_0x54ce3f[_0x34f7d1(0x265)],()=>{const _0x88dcb6=_0x34f7d1;this[_0x88dcb6(0x206)](_0xf416c9,_0x5da0ac)[_0x88dcb6(0x263)](_0xa0832c=>_0x5bc76f({'needsUpdate':!![],'binaryPath':_0xa0832c}))[_0x88dcb6(0x1e2)](_0x227c59);});})['on'](_0x54ce3f[_0x4637e5(0x1ed)],function(_0x4ae7e4){const _0x462208=_0x4637e5;logger[_0x462208(0x1db)]('Got\x20Error\x20in\x20percy\x20binary\x20downloading\x20request:\x20'+_0x4ae7e4),_0x54ce3f[_0x462208(0x1f7)](_0x227c59,_0x4ae7e4);});});}[a147_0xc7f66(0x206)](_0x33a2ad,_0x23e661){const _0xde1d19=a147_0xc7f66,_0x243fd2={'QzQYE':function(_0x18f72e,_0x5b9af5){return _0x18f72e===_0x5b9af5;},'bIpqt':_0xde1d19(0x1df),'JDLLI':function(_0x340ac3,_0x31baa9){return _0x340ac3(_0x31baa9);},'BYmjs':_0xde1d19(0x20c),'GXRiw':_0xde1d19(0x207),'Xnvdy':'error'},_0x551f2d=this.#binaryName,_0x152605=path[_0xde1d19(0x22c)](_0x23e661,_0x551f2d);return new Promise((_0x214423,_0xa85773)=>{const _0x251070=_0xde1d19,_0x13d56d={'IAOUq':function(_0x360f02,_0x307212){return _0x243fd2['QzQYE'](_0x360f02,_0x307212);},'pENbf':_0x243fd2[_0x251070(0x215)],'bxisG':function(_0x29d59e,_0x455dfd){const _0x8e0f67=_0x251070;return _0x243fd2[_0x8e0f67(0x1fd)](_0x29d59e,_0x455dfd);},'NViMN':_0x243fd2[_0x251070(0x1e4)],'kxfud':function(_0x2935af,_0x230d6f){const _0xb35085=_0x251070;return _0x243fd2[_0xb35085(0x1fd)](_0x2935af,_0x230d6f);},'Xccit':_0x243fd2[_0x251070(0x258)],'kogro':_0x243fd2[_0x251070(0x24a)]},_0xc9fa7c={};_0xc9fa7c[_0x251070(0x1fb)]=!![],yauzl[_0x251070(0x251)](_0x33a2ad,_0xc9fa7c,function(_0x1d3035,_0xded01f){const _0x211a43=_0x251070,_0x193f77={'btErg':function(_0xd08e71,_0x1b02e1){return _0x13d56d['bxisG'](_0xd08e71,_0x1b02e1);},'sWmTy':_0x13d56d[_0x211a43(0x1f2)],'uZGXb':function(_0x3359b8,_0x355b00){const _0x16fe42=_0x211a43;return _0x13d56d[_0x16fe42(0x25f)](_0x3359b8,_0x355b00);},'rhcoe':function(_0x19a6a8,_0x58b893){const _0x4a0074=_0x211a43;return _0x13d56d[_0x4a0074(0x25f)](_0x19a6a8,_0x58b893);}};_0x1d3035&&_0x13d56d['kxfud'](_0xa85773,_0x1d3035),_0xded01f[_0x211a43(0x259)](),_0xded01f['on'](_0x13d56d[_0x211a43(0x236)],_0x5e60e7=>{const _0x57c20d=_0x211a43;if(/\/$/['test'](_0x5e60e7[_0x57c20d(0x24d)]))_0xded01f[_0x57c20d(0x259)]();else{const _0x254755=fs[_0x57c20d(0x227)](path[_0x57c20d(0x22c)](_0x23e661,_0x5e60e7[_0x57c20d(0x24d)]));_0xded01f[_0x57c20d(0x1e0)](_0x5e60e7,function(_0x9cf78e,_0x3c4ae5){const _0x10613e=_0x57c20d;_0x9cf78e&&_0x193f77['btErg'](_0xa85773,_0x1d3035),_0x3c4ae5['on'](_0x193f77[_0x10613e(0x1f8)],function(){const _0xd3cd33=_0x10613e;_0x254755['close'](),_0xded01f[_0xd3cd33(0x259)]();}),_0x3c4ae5[_0x10613e(0x204)](_0x254755);}),_0x13d56d[_0x57c20d(0x1f5)](_0x5e60e7[_0x57c20d(0x24d)],_0x551f2d)&&_0xded01f[_0x57c20d(0x22a)]();}}),_0xded01f['on'](_0x13d56d['kogro'],_0x5ec3c5=>{const _0xc7aa17=_0x211a43;_0x193f77[_0xc7aa17(0x21e)](_0xa85773,_0x5ec3c5);}),_0xded01f['once'](_0x13d56d[_0x211a43(0x1f2)],()=>{const _0x11c8d0=_0x211a43;fs[_0x11c8d0(0x24e)](_0x152605,_0x13d56d[_0x11c8d0(0x26f)],function(_0x1d894a){const _0x1477f8=_0x11c8d0;_0x1d894a&&_0x193f77['uZGXb'](_0xa85773,_0x1d894a),_0x193f77[_0x1477f8(0x1ea)](_0x214423,_0x152605);}),_0xded01f['close']();});});});}async['validateBinary'](_0x14198a){const _0x4ad112=a147_0xc7f66,_0xbd35bf={'subxn':function(_0x143382,_0x5c34b5){return _0x143382(_0x5c34b5);},'SPYAT':function(_0x104c6f,_0x25ff2c){return _0x104c6f(_0x25ff2c);},'zgwHV':function(_0x1539ee,_0x223282,_0xe234e6,_0x2f191f){return _0x1539ee(_0x223282,_0xe234e6,_0x2f191f);},'Vojyc':_0x4ad112(0x217),'mpOns':'data','pSeEn':'close'},_0x1d3610=/^.*@percy\/cli \d.\d+.\d+/;return new Promise((_0x74d164,_0x5d17d0)=>{const _0x2a46c4=_0x4ad112,_0x4c7232={'PDaEI':function(_0x3dc840,_0xa36592){const _0x4f45d7=a147_0xfac8;return _0xbd35bf[_0x4f45d7(0x211)](_0x3dc840,_0xa36592);}},_0x29261c={};_0x29261c[_0x2a46c4(0x247)]=process[_0x2a46c4(0x247)];const _0x373342=_0xbd35bf[_0x2a46c4(0x23a)](spawn,_0x14198a,[_0xbd35bf[_0x2a46c4(0x269)]],_0x29261c);_0x373342[_0x2a46c4(0x245)]['on'](_0xbd35bf[_0x2a46c4(0x220)],_0x4d8037=>{const _0x254c86=_0x2a46c4;_0x1d3610['test'](_0x4d8037)&&_0x4c7232[_0x254c86(0x268)](_0x74d164,!![]);}),_0x373342['on'](_0xbd35bf['pSeEn'],()=>{const _0x31bcba=_0x2a46c4;_0xbd35bf[_0x31bcba(0x24c)](_0x74d164,![]);});});}#homedir(){const _0x28c145=a147_0xc7f66,_0xec46ff={};_0xec46ff[_0x28c145(0x260)]=function(_0x529775,_0x4410a7){return _0x529775===_0x4410a7;},_0xec46ff['puHwD']=_0x28c145(0x26b),_0xec46ff[_0x28c145(0x256)]=function(_0x30a8e9,_0x160137){return _0x30a8e9===_0x160137;},_0xec46ff[_0x28c145(0x1eb)]=_0x28c145(0x1d6),_0xec46ff[_0x28c145(0x1e9)]=function(_0x276f67,_0x672898){return _0x276f67+_0x672898;},_0xec46ff[_0x28c145(0x253)]=function(_0x6b4ba9,_0x187604){return _0x6b4ba9===_0x187604;},_0xec46ff[_0x28c145(0x1ee)]=_0x28c145(0x1fe),_0xec46ff['Luqzp']=_0x28c145(0x22b),_0xec46ff[_0x28c145(0x234)]=function(_0x2f3d8f,_0x571fc0){return _0x2f3d8f===_0x571fc0;},_0xec46ff[_0x28c145(0x1de)]=_0x28c145(0x218),_0xec46ff[_0x28c145(0x23e)]=_0x28c145(0x212),_0xec46ff[_0x28c145(0x252)]=function(_0x4c0477,_0x2a7150){return _0x4c0477+_0x2a7150;},_0xec46ff[_0x28c145(0x250)]=_0x28c145(0x21c),_0xec46ff['FSsxQ']=function(_0x2ebbb3,_0x5b810d){return _0x2ebbb3||_0x5b810d;};const _0x502547=_0xec46ff;if(_0x502547[_0x28c145(0x260)](typeof os[_0x28c145(0x209)],_0x502547[_0x28c145(0x266)]))return os['homedir']();const _0x2c30da=process[_0x28c145(0x247)],_0x5cef85=_0x2c30da[_0x28c145(0x22e)],_0x17ed42=_0x2c30da[_0x28c145(0x1d7)]||_0x2c30da[_0x28c145(0x219)]||_0x2c30da[_0x28c145(0x20a)]||_0x2c30da[_0x28c145(0x208)];if(_0x502547[_0x28c145(0x256)](process['platform'],_0x502547[_0x28c145(0x1eb)]))return _0x2c30da[_0x28c145(0x25e)]||_0x502547[_0x28c145(0x1e9)](_0x2c30da[_0x28c145(0x1f6)],_0x2c30da[_0x28c145(0x241)])||_0x5cef85||null;if(_0x502547[_0x28c145(0x253)](process['platform'],_0x502547[_0x28c145(0x1ee)]))return _0x5cef85||(_0x17ed42?_0x502547[_0x28c145(0x1e9)](_0x502547[_0x28c145(0x1f9)],_0x17ed42):null);if(_0x502547[_0x28c145(0x234)](process[_0x28c145(0x25c)],_0x502547[_0x28c145(0x1de)]))return _0x5cef85||(_0x502547[_0x28c145(0x253)](process[_0x28c145(0x1ec)](),0x0)?_0x502547['XXXit']:_0x17ed42?_0x502547[_0x28c145(0x252)](_0x502547[_0x28c145(0x250)],_0x17ed42):null);return _0x502547['FSsxQ'](_0x5cef85,null);}}function a147_0x3417(){const _0x4c891e=['writeFileSync','useCaCertificate','DSTTB','0755','openReadStream','407990uinKpl','catch','W_OK','BYmjs','Bhqga','path','readFileSync','url','nIVOa','rhcoe','IVxEJ','getuid','rgeCz','QMXhL','If-None-Match','utf8','VtocT','NViMN','48948LajGUa','trim','IAOUq','HOMEDRIVE','loedc','sWmTy','Luqzp','wSFRz','lazyEntries','binaryPath','JDLLI','darwin','1888434gPGYeN','follow-redirects','ThCeZ','parse','.zip','pipe','2020544JKysJd','extractAndSaveBinary','entry','USERNAME','homedir','LNAME','../logger','end','SBDvL','etag','getBinaryPath','New\x20Percy\x20binary\x20version\x20available,\x20downloading\x20update','SPYAT','/root','/percy-win.zip','Newly\x20downloaded\x20Percy\x20binary\x20is\x20corrupt,\x20retrying','bIpqt','Avbex','--version','linux','USER','percy','3723624coYMym','/home/','download','uZGXb','1EfvjlK','mpOns','mTeQY','axwee','cwd','winstonLogger','warn','iMIEt','createWriteStream','get','Failed\x20to\x20save\x20ETag\x20file:\x20','close','/Users/','join','IyClF','HOME','exports','3CTqats','5312993Utdxfo','Error\x20trying\x20to\x20download\x20percy\x20binary','JZmwO','SkfUA','destroy','Xccit','statSync','URytO','proxyHost','zgwHV','/percy-linux.zip','730uPzqHF','tmpdir','XXXit','qVhGV','accessSync','HOMEPATH','debug','1337394RaEYXf','X_OK','stdout','mkdirSync','env','FTtBB','proxyPort','Xnvdy','needsUpdate','subxn','fileName','chmod','eIfSa','ZUOfK','open','MkYsG','YegNv','.browserstack','AIIUH','LMvzS','Connection','GXRiw','readEntry','Got\x20Error\x20in\x20percy\x20binary\x20download\x20response:\x20','oSNRU','platform','https-proxy-agent','USERPROFILE','bxisG','tqGKT','undefined','Got\x20Error\x20while\x20downloading\x20percy\x20binary\x20file:\x20','then','Percy\x20binary\x20is\x20up\x20to\x20date\x20(ETag\x20unchanged)','Rkxsa','puHwD','port','PDaEI','Vojyc','MgGhS','function','yauzl','hxozY','puFBT','pENbf','win32','LOGNAME','agent','headers','match','error'];a147_0x3417=function(){return _0x4c891e;};return a147_0x3417();}function a147_0xfac8(_0x1d30f5,_0x1ef2a4){const _0x3417cf=a147_0x3417();return a147_0xfac8=function(_0xfac8cc,_0x3b49c3){_0xfac8cc=_0xfac8cc-0x1d6;let _0x4d2235=_0x3417cf[_0xfac8cc];return _0x4d2235;},a147_0xfac8(_0x1d30f5,_0x1ef2a4);}module[a147_0xc7f66(0x22f)]=PercyBinary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a148_0x43baf0=a148_0x4459;function a148_0x4459(_0xa37ed,_0x54dccc){var _0x69a694=a148_0x69a6();return a148_0x4459=function(_0x445994,_0x3e8d1b){_0x445994=_0x445994-0x16a;var _0xabadb3=_0x69a694[_0x445994];return _0xabadb3;},a148_0x4459(_0xa37ed,_0x54dccc);}(function(_0x4ab1b4,_0x4c0581){var _0x57d774=a148_0x4459,_0x29325b=_0x4ab1b4();while(!![]){try{var _0x3f5219=parseInt(_0x57d774(0x175))/0x1*(parseInt(_0x57d774(0x176))/0x2)+-parseInt(_0x57d774(0x16e))/0x3+parseInt(_0x57d774(0x16a))/0x4+parseInt(_0x57d774(0x172))/0x5+parseInt(_0x57d774(0x173))/0x6*(parseInt(_0x57d774(0x174))/0x7)+-parseInt(_0x57d774(0x177))/0x8*(parseInt(_0x57d774(0x16f))/0x9)+parseInt(_0x57d774(0x171))/0xa*(-parseInt(_0x57d774(0x170))/0xb);if(_0x3f5219===_0x4c0581)break;else _0x29325b['push'](_0x29325b['shift']());}catch(_0x694849){_0x29325b['push'](_0x29325b['shift']());}}}(a148_0x69a6,0x8a7df));class PercyCaptureMap{#map={};[a148_0x43baf0(0x16c)](_0x18bf99,_0x1ca9c7){!this.#map[_0x18bf99]&&(this.#map[_0x18bf99]={}),!this.#map[_0x18bf99][_0x1ca9c7]&&(this.#map[_0x18bf99][_0x1ca9c7]=0x0),this.#map[_0x18bf99][_0x1ca9c7]++;}[a148_0x43baf0(0x16b)](_0x5b79dd,_0x328deb){var _0x16237c=a148_0x43baf0;return _0x5b79dd+'-'+_0x328deb+'-'+this[_0x16237c(0x16d)](_0x5b79dd,_0x328deb);}['get'](_0x1472e5,_0x2cd71d){if(!this.#map[_0x1472e5])return 0x0;if(!this.#map[_0x1472e5][_0x2cd71d])return 0x0;return this.#map[_0x1472e5][_0x2cd71d];}}function a148_0x69a6(){var _0x36de7f=['6aVlSqv','6088229FwTTpI','19hISaCT','8978KmeISv','16qqsyvi','1973408qPMOmX','getName','increment','get','1073919ymljZB','2213352ddXzMl','205909NXijbZ','60UiUdRG','405080zICuNX'];a148_0x69a6=function(){return _0x36de7f;};return a148_0x69a6();}module['exports']=PercyCaptureMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a149_0x1280(){var _0x55ea19=['8462398CGKHGF','screenshot','driver','click','1008495NfYjoo','176051oOajtC','356448VprUIa','manual','10UINSJu','1903239IoymhC','exports','takeScreenshot','3ySSybH','50addVjH','auto','5540364NkIvsD','8779496HEjOzz','sendKeys'];a149_0x1280=function(){return _0x55ea19;};return a149_0x1280();}var a149_0x4df228=a149_0x5aab;(function(_0x58937b,_0x3a42c9){var _0x59bfcf=a149_0x5aab,_0x560094=_0x58937b();while(!![]){try{var _0x5f4cc6=parseInt(_0x59bfcf(0x154))/0x1*(-parseInt(_0x59bfcf(0x157))/0x2)+-parseInt(_0x59bfcf(0x149))/0x3*(parseInt(_0x59bfcf(0x155))/0x4)+-parseInt(_0x59bfcf(0x153))/0x5+parseInt(_0x59bfcf(0x14c))/0x6+-parseInt(_0x59bfcf(0x14f))/0x7+parseInt(_0x59bfcf(0x14d))/0x8+parseInt(_0x59bfcf(0x158))/0x9*(parseInt(_0x59bfcf(0x14a))/0xa);if(_0x5f4cc6===_0x3a42c9)break;else _0x560094['push'](_0x560094['shift']());}catch(_0x51e1dc){_0x560094['push'](_0x560094['shift']());}}}(a149_0x1280,0xaa75e));var a149_0x375ab1={};a149_0x375ab1[a149_0x4df228(0x151)]=[a149_0x4df228(0x148)],a149_0x375ab1['element']=[a149_0x4df228(0x152),a149_0x4df228(0x14e)];var a149_0x2d359b={};a149_0x2d359b[a149_0x4df228(0x151)]=[a149_0x4df228(0x148)];var a149_0x33f5e0={};a149_0x33f5e0['element']=['click'];function a149_0x5aab(_0x2cab5f,_0x48daa4){var _0x128066=a149_0x1280();return a149_0x5aab=function(_0x5aab51,_0x5cfd41){_0x5aab51=_0x5aab51-0x148;var _0x5b8e35=_0x128066[_0x5aab51];return _0x5b8e35;},a149_0x5aab(_0x2cab5f,_0x48daa4);}var a149_0x8c6e4d={};a149_0x8c6e4d[a149_0x4df228(0x14b)]=a149_0x375ab1,a149_0x8c6e4d[a149_0x4df228(0x150)]=a149_0x2d359b,a149_0x8c6e4d['click']=a149_0x33f5e0,a149_0x8c6e4d['testcase']={},a149_0x8c6e4d[a149_0x4df228(0x156)]={},module[a149_0x4df228(0x159)]=a149_0x8c6e4d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a150_0x97c3f=a150_0x1f40;function a150_0x1f40(_0x16a00f,_0x156b75){const _0xc166f4=a150_0xc166();return a150_0x1f40=function(_0x1f401f,_0x2e8f1f){_0x1f401f=_0x1f401f-0x195;let _0x1b6b2d=_0xc166f4[_0x1f401f];return _0x1b6b2d;},a150_0x1f40(_0x16a00f,_0x156b75);}(function(_0xf8a8bb,_0x27321e){const _0x392c9a=a150_0x1f40,_0x510c09=_0xf8a8bb();while(!![]){try{const _0x359a6a=parseInt(_0x392c9a(0x199))/0x1*(parseInt(_0x392c9a(0x1b6))/0x2)+parseInt(_0x392c9a(0x19c))/0x3*(parseInt(_0x392c9a(0x19f))/0x4)+-parseInt(_0x392c9a(0x195))/0x5*(parseInt(_0x392c9a(0x19d))/0x6)+-parseInt(_0x392c9a(0x1ab))/0x7+-parseInt(_0x392c9a(0x1ae))/0x8*(-parseInt(_0x392c9a(0x197))/0x9)+-parseInt(_0x392c9a(0x1ac))/0xa+-parseInt(_0x392c9a(0x19b))/0xb;if(_0x359a6a===_0x27321e)break;else _0x510c09['push'](_0x510c09['shift']());}catch(_0x4e2f0c){_0x510c09['push'](_0x510c09['shift']());}}}(a150_0xc166,0x493c5));const tryRequire=function(_0x317b68,_0x20348f){const _0x54e85c=a150_0x1f40,_0x39b6f6={'VLggY':function(_0x51cc0c,_0x566eec){return _0x51cc0c(_0x566eec);}};try{return _0x39b6f6[_0x54e85c(0x1b7)](require,_0x317b68);}catch{return _0x20348f;}},percySnapshot=tryRequire(a150_0x97c3f(0x1b0),null),{percyScreenshot}=tryRequire(a150_0x97c3f(0x1b0),{}),percyAppScreenshot=require(a150_0x97c3f(0x1a7)),{getCurrentTestData}=require(a150_0x97c3f(0x1a9)),PerformanceTester=require(a150_0x97c3f(0x19a)),{PERCY_EVENTS:PerformanceEvents}=require(a150_0x97c3f(0x1b5)),logger=require('../logger')[a150_0x97c3f(0x1a2)];percySnapshot&&(exports[a150_0x97c3f(0x1b3)]=async function(){const _0x5bf92b=a150_0x97c3f,_0x1b4a3c={'FUHhP':function(_0x4bdbb1,_0x53c40b){return _0x4bdbb1!==_0x53c40b;},'jiqnW':function(_0x440f2b,_0x5420bb){return _0x440f2b>=_0x5420bb;},'IwkSo':function(_0x315013){return _0x315013();}};if(global['browserstackPlatformIndex']&&_0x1b4a3c[_0x5bf92b(0x1b1)](global[_0x5bf92b(0x1b4)],global[_0x5bf92b(0x1a5)]))return;const _0xc69f20=_0x1b4a3c[_0x5bf92b(0x1af)](arguments[_0x5bf92b(0x1ba)],0x2)?arguments[0x1]:'',_0x96f5f4=_0x1b4a3c[_0x5bf92b(0x1a8)](getCurrentTestData),_0x251aa6={};return _0x251aa6[_0x5bf92b(0x1a0)]=_0xc69f20,_0x251aa6['testCase']=_0x96f5f4[_0x5bf92b(0x1a0)]||'',_0x251aa6[_0x5bf92b(0x1a1)]=_0x96f5f4[_0x5bf92b(0x196)]||'',_0x251aa6[_0x5bf92b(0x1b2)]=global[_0x5bf92b(0x1b4)],await PerformanceTester[_0x5bf92b(0x19e)](PerformanceEvents[_0x5bf92b(0x1aa)],()=>percySnapshot[_0x5bf92b(0x1a6)](null,arguments),_0x251aa6);});percyScreenshot?exports[a150_0x97c3f(0x1bb)]=async function(){const _0x5985dc=a150_0x97c3f,_0x7c9777={'KAbZj':function(_0x2880d2,_0x54c74c){return _0x2880d2>=_0x54c74c;},'kMlOR':function(_0x24e438){return _0x24e438();}},_0x337c14=_0x7c9777[_0x5985dc(0x1bc)](arguments['length'],0x2)?arguments[0x1]:'',_0x2f8d9f=_0x7c9777['kMlOR'](getCurrentTestData),_0x1c15c5={};return _0x1c15c5[_0x5985dc(0x1a0)]=_0x337c14,_0x1c15c5['testCase']=_0x2f8d9f[_0x5985dc(0x1a0)]||'',_0x1c15c5['thTestCaseExecutionId']=_0x2f8d9f[_0x5985dc(0x196)]||'',_0x1c15c5[_0x5985dc(0x1b2)]=global[_0x5985dc(0x1b4)],await PerformanceTester[_0x5985dc(0x19e)](PerformanceEvents['SCREENSHOT'],()=>percyScreenshot[_0x5985dc(0x1a6)](null,arguments),_0x1c15c5);}:exports[a150_0x97c3f(0x1bb)]=()=>{const _0x14ec79=a150_0x97c3f,_0xfc5d3c={};_0xfc5d3c[_0x14ec79(0x1b8)]=_0x14ec79(0x1a3);const _0xaf8c2d=_0xfc5d3c;logger[_0x14ec79(0x1ad)](_0xaf8c2d[_0x14ec79(0x1b8)]);};exports[a150_0x97c3f(0x1b9)]=async function(){const _0x28ff1a=a150_0x97c3f,_0x48f426={'VeYbd':function(_0x1c5e27,_0xbc3cd3){return _0x1c5e27>=_0xbc3cd3;},'mPlcx':function(_0x10c4ce){return _0x10c4ce();}},_0x3b5e6d=_0x48f426[_0x28ff1a(0x1a4)](arguments[_0x28ff1a(0x1ba)],0x2)?arguments[0x1]:'',_0x2fbefa=_0x48f426['mPlcx'](getCurrentTestData),_0x24e77c={};return _0x24e77c[_0x28ff1a(0x1a0)]=_0x3b5e6d,_0x24e77c['testCase']=_0x2fbefa[_0x28ff1a(0x1a0)]||'',_0x24e77c['thTestCaseExecutionId']=_0x2fbefa[_0x28ff1a(0x196)]||'',_0x24e77c[_0x28ff1a(0x1b2)]=global[_0x28ff1a(0x1b4)],await PerformanceTester[_0x28ff1a(0x19e)](PerformanceEvents[_0x28ff1a(0x198)],()=>percyAppScreenshot[_0x28ff1a(0x1a6)](null,arguments),_0x24e77c);};function a150_0xc166(){const _0x47f5d0=['measure','20HwFBWW','name','thTestCaseExecutionId','winstonLogger','Unsupported\x20driver\x20for\x20percy','VeYbd','browserstackPercyBestPlatform','apply','@percy/appium-app','IwkSo','../../helpers/testhub/utils','SNAPSHOT','378287HpCMRL','4090300ZAQMOt','error','32HsHvep','jiqnW','@percy/selenium-webdriver','FUHhP','platformIndex','snapshot','browserstackPlatformIndex','../performance/constants','4rrZLvW','VLggY','BSnea','screenshotApp','length','screenshot','KAbZj','815poxKvK','uuid','1345860aIeWXK','SCREENSHOT_APP','35135nDhPDV','../performance/performance-tester','1401114FmcNyc','300822ATboQp','10284dVGsvl'];a150_0xc166=function(){return _0x47f5d0;};return a150_0xc166();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a151_0x41ab(_0x243aaa,_0x4eabc8){var _0x499728=a151_0x4997();return a151_0x41ab=function(_0x41ab49,_0x4bea9b){_0x41ab49=_0x41ab49-0x1cb;var _0x5d785b=_0x499728[_0x41ab49];return _0x5d785b;},a151_0x41ab(_0x243aaa,_0x4eabc8);}var a151_0x162b00=a151_0x41ab;(function(_0x5bd274,_0x2c2a93){var _0x3394dd=a151_0x41ab,_0x21f0a9=_0x5bd274();while(!![]){try{var _0x2213a2=-parseInt(_0x3394dd(0x1d4))/0x1+-parseInt(_0x3394dd(0x1cc))/0x2+-parseInt(_0x3394dd(0x1d2))/0x3*(parseInt(_0x3394dd(0x1d1))/0x4)+-parseInt(_0x3394dd(0x1cd))/0x5*(parseInt(_0x3394dd(0x1d0))/0x6)+-parseInt(_0x3394dd(0x1cf))/0x7*(-parseInt(_0x3394dd(0x1d3))/0x8)+parseInt(_0x3394dd(0x1d6))/0x9+parseInt(_0x3394dd(0x1cb))/0xa;if(_0x2213a2===_0x2c2a93)break;else _0x21f0a9['push'](_0x21f0a9['shift']());}catch(_0x1fa008){_0x21f0a9['push'](_0x21f0a9['shift']());}}}(a151_0x4997,0x89456),module[a151_0x162b00(0x1d5)]=require(a151_0x162b00(0x1ce)));function a151_0x4997(){var _0xb9697d=['exports','8854371DGMQUT','3497360VllWhB','286454Kldpgt','15ToLUtF','./Percy','43421IRPVJx','252102EftKAJ','49848HglwSb','102QVfYLE','544nVquZB','500111BAythl'];a151_0x4997=function(){return _0xb9697d;};return a151_0x4997();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a152_0x332b15=a152_0x269d;(function(_0x280459,_0x1eb828){const _0xdaaa9a=a152_0x269d,_0x3c83be=_0x280459();while(!![]){try{const _0x2c6670=-parseInt(_0xdaaa9a(0xfa))/0x1*(parseInt(_0xdaaa9a(0x104))/0x2)+parseInt(_0xdaaa9a(0xf4))/0x3+-parseInt(_0xdaaa9a(0xe1))/0x4+parseInt(_0xdaaa9a(0x10d))/0x5+parseInt(_0xdaaa9a(0xf2))/0x6*(parseInt(_0xdaaa9a(0xd3))/0x7)+parseInt(_0xdaaa9a(0xca))/0x8*(parseInt(_0xdaaa9a(0x111))/0x9)+-parseInt(_0xdaaa9a(0xd0))/0xa*(parseInt(_0xdaaa9a(0xe4))/0xb);if(_0x2c6670===_0x1eb828)break;else _0x3c83be['push'](_0x3c83be['shift']());}catch(_0x305aca){_0x3c83be['push'](_0x3c83be['shift']());}}}(a152_0x8d28,0x63a9c));function a152_0x269d(_0x4c10ec,_0x37ceff){const _0x8d2853=a152_0x8d28();return a152_0x269d=function(_0x269d4e,_0x32f121){_0x269d4e=_0x269d4e-0xc7;let _0x46cd27=_0x8d2853[_0x269d4e];return _0x46cd27;},a152_0x269d(_0x4c10ec,_0x37ceff);}const Percy=require(a152_0x332b15(0xd1)),PercySDK=require(a152_0x332b15(0xfe)),PercyCaptureModes=require('./PercyCaptureModes'),PercyCaptureMap=require(a152_0x332b15(0xc9)),logger=require('../logger')['winstonLogger'],helper=require(a152_0x332b15(0xc8)),PerformanceTester=require(a152_0x332b15(0xea)),{PERCY_EVENTS:PerformanceEvents}=require('../performance/constants');exports[a152_0x332b15(0xcd)]=PerformanceTester[a152_0x332b15(0xf8)](PerformanceEvents[a152_0x332b15(0xd2)],async _0x5e7714=>{const _0x19d0fc=a152_0x332b15,_0x42e887={};_0x42e887[_0x19d0fc(0x10a)]=_0x19d0fc(0xda);const _0x41c381=_0x42e887;logger[_0x19d0fc(0xd5)](_0x41c381[_0x19d0fc(0x10a)]);const _0x213e32=new Percy(_0x5e7714),_0x329f98=await _0x213e32['start']();if(_0x329f98)return _0x213e32;return null;}),exports[a152_0x332b15(0xd9)]=PerformanceTester[a152_0x332b15(0xf8)](PerformanceEvents[a152_0x332b15(0xe2)],async _0x2e4c50=>{const _0x1b0bd6=a152_0x332b15,_0x182701={};_0x182701[_0x1b0bd6(0x108)]=_0x1b0bd6(0xe5);const _0x2554ae=_0x182701;return logger['debug'](_0x2554ae[_0x1b0bd6(0x108)]),_0x2e4c50[_0x1b0bd6(0xc7)]();}),exports['getBestPlatformForPercySnapshot']=_0x24e905=>{const _0x10a169=a152_0x332b15,_0x2ba8c3={};_0x2ba8c3[_0x10a169(0x100)]=function(_0xed0bab,_0x4695f1){return _0xed0bab<_0x4695f1;};const _0xf5e4f=_0x2ba8c3,_0x5f15c4={};_0x5f15c4[_0x10a169(0xe8)]=0x0,_0x5f15c4[_0x10a169(0x103)]=0x1,_0x5f15c4['edge']=0x2,_0x5f15c4[_0x10a169(0x114)]=0x3;const _0x10f73b=_0x5f15c4;return _0x24e905['reduce']((_0x5876c9,_0x3b774d,_0x62c0b7)=>{const _0xcb4811=_0x10a169,_0xce6ee1=_0x24e905[_0x5876c9];if(_0x3b774d[_0xcb4811(0xec)])return _0x5876c9;if(_0xce6ee1['deviceName'])return _0x62c0b7;const _0x5e6708=_0x3b774d['browser']?_0x3b774d[_0xcb4811(0xf9)]:_0x3b774d[_0xcb4811(0xcb)];if(_0x5e6708&&_0xf5e4f[_0xcb4811(0x100)](_0x10f73b[_0x5e6708[_0xcb4811(0x102)]()],_0x10f73b[_0x5e6708['toLowerCase']()]))return _0x62c0b7;return _0x5876c9;},0x0);},exports[a152_0x332b15(0xdf)]=PerformanceTester[a152_0x332b15(0xf8)](PerformanceEvents[a152_0x332b15(0xd7)],async(_0x45ded9,_0x5b213a,_0x41dd37)=>{const _0x5f37c4=a152_0x332b15,_0x1f02af={};_0x1f02af['YXrcR']=_0x5f37c4(0xfb);const _0x28d092=_0x1f02af,_0x68defd=_0x45ded9[_0x5f37c4(0x10f)];if(helper[_0x5f37c4(0xf0)](_0x45ded9[_0x5f37c4(0x10e)])){logger[_0x5f37c4(0xd5)](_0x28d092[_0x5f37c4(0xf3)]);return;}const _0x3d6583=_0x68defd[_0x5f37c4(0xff)](_0x45ded9[_0x5f37c4(0x10e)],_0x5b213a);helper[_0x5f37c4(0xdb)](_0x41dd37)?await PercySDK[_0x5f37c4(0xef)](_0x45ded9,_0x3d6583):await PercySDK[_0x5f37c4(0x113)](_0x45ded9,_0x3d6583),_0x68defd['increment'](_0x45ded9[_0x5f37c4(0x10e)],_0x5b213a);}),exports[a152_0x332b15(0x109)]=(_0x484e2e,_0x53fb91,_0x1f97fb)=>{const _0x2c6ec3=a152_0x332b15,_0xb18b1f={};_0xb18b1f[_0x2c6ec3(0x10c)]='browserStackPercyOptions',_0xb18b1f[_0x2c6ec3(0xe3)]=_0x2c6ec3(0xd4),_0xb18b1f['DjkDO']=function(_0x5d6520,_0x1b693a){return _0x5d6520!==_0x1b693a;},_0xb18b1f[_0x2c6ec3(0xf5)]=_0x2c6ec3(0x10b);const _0x119308=_0xb18b1f;if(!helper[_0x2c6ec3(0x112)](_0x1f97fb,[_0x119308[_0x2c6ec3(0x10c)],_0x119308[_0x2c6ec3(0xe3)]]))return;if(_0x1f97fb[_0x2c6ec3(0xcf)][_0x2c6ec3(0xd4)]&&_0x1f97fb['browserStackPercyOptions'][_0x2c6ec3(0xee)]&&_0x119308[_0x2c6ec3(0xf1)](_0x1f97fb[_0x2c6ec3(0xcf)][_0x2c6ec3(0xee)],_0x119308[_0x2c6ec3(0xf5)])&&!_0x484e2e['browserstackPercyMap']){global[_0x2c6ec3(0x10e)]&&(_0x484e2e[_0x2c6ec3(0x10e)]=global[_0x2c6ec3(0x10e)]),_0x484e2e[_0x2c6ec3(0x10f)]=new PercyCaptureMap();const _0x3357f2=PercyCaptureModes[_0x1f97fb[_0x2c6ec3(0xcf)][_0x2c6ec3(0xee)]];_0x3357f2['driver']&&_0x3357f2['driver']['forEach'](_0x11ba03=>this[_0x2c6ec3(0xce)](_0x484e2e,_0x11ba03,_0x1f97fb)),_0x3357f2[_0x2c6ec3(0xd8)]&&_0x3357f2[_0x2c6ec3(0xd8)][_0x2c6ec3(0xe9)](_0x5d4841=>{const _0x4d7f49=_0x2c6ec3;if(_0x53fb91[_0x4d7f49(0xdd)]['patch'+_0x5d4841])return;_0x53fb91[_0x4d7f49(0xdd)][_0x4d7f49(0x110)+_0x5d4841]=!![];const _0x5a2395=_0x53fb91[_0x4d7f49(0xdd)][_0x5d4841];_0x53fb91[_0x4d7f49(0xdd)][_0x5d4841]=async function(){const _0x57eb6e=_0x4d7f49;let _0x3eb056=_0x5a2395[_0x57eb6e(0xde)](this,arguments);_0x3eb056&&_0x3eb056[_0x57eb6e(0xfd)]&&(_0x3eb056=await _0x3eb056);try{const _0x4bf4c0=this[_0x57eb6e(0xeb)]();await exports['percyAutoCapture'](_0x4bf4c0,_0x5d4841,_0x1f97fb);}catch(_0x1300ec){logger[_0x57eb6e(0xf7)](_0x57eb6e(0xcc)+_0x5d4841+_0x57eb6e(0xdc)+_0x1300ec);}return _0x3eb056;};});}},exports['overrideXforPercy']=function(_0x224946,_0x5c1b40,_0x36b5c1){const _0x3ab5e1=a152_0x332b15,_0x4d4c17={};_0x4d4c17[_0x3ab5e1(0x106)]=function(_0x3006d3,_0xd932c0){return _0x3006d3+_0xd932c0;},_0x4d4c17[_0x3ab5e1(0x105)]=_0x3ab5e1(0x110),_0x4d4c17[_0x3ab5e1(0xe7)]=function(_0x2fbf60,_0x5b7561){return _0x2fbf60+_0x5b7561;},_0x4d4c17[_0x3ab5e1(0xf6)]=_0x3ab5e1(0xe6);const _0x35fca1=_0x4d4c17,_0x1bce29=_0x35fca1[_0x3ab5e1(0x106)](_0x35fca1[_0x3ab5e1(0x105)],_0x5c1b40),_0x2293c5=_0x35fca1[_0x3ab5e1(0xe7)](_0x35fca1[_0x3ab5e1(0xf6)],_0x5c1b40),_0x31505a=this;if(_0x224946[_0x1bce29]||!_0x224946[_0x5c1b40])return;_0x224946[_0x1bce29]=!![],_0x224946[_0x2293c5]=_0x224946[_0x5c1b40],_0x224946[_0x5c1b40]=async()=>{const _0x532cb0=_0x3ab5e1;try{await _0x31505a[_0x532cb0(0xdf)](_0x224946,_0x5c1b40,_0x36b5c1);}catch(_0x223dd2){logger[_0x532cb0(0xf7)](_0x532cb0(0xcc)+_0x5c1b40+_0x532cb0(0xdc)+_0x223dd2);}return await _0x224946[_0x2293c5][_0x532cb0(0xde)](_0x224946,arguments);};},exports[a152_0x332b15(0xed)]=_0x42681e=>{const _0x1dd93a=a152_0x332b15,_0x36a534={};_0x36a534['WQBUh']=_0x1dd93a(0xe0);const _0x2a2f96=_0x36a534,_0x32ef90={};_0x32ef90[_0x1dd93a(0xd4)]=_0x42681e['percy'],_0x32ef90[_0x1dd93a(0xee)]=_0x42681e[_0x1dd93a(0xee)]||_0x2a2f96[_0x1dd93a(0xfc)];const _0x3f763b=_0x32ef90;_0x42681e['percy']&&(_0x3f763b[_0x1dd93a(0x101)]=exports[_0x1dd93a(0x107)](_0x42681e[_0x1dd93a(0xd6)]));;return _0x3f763b;};function a152_0x8d28(){const _0x34bbca=['Error\x20patching\x20','startPercy','overrideXforPercy','browserStackPercyOptions','60wdNLsJ','./Percy','START','7vlUxKn','percy','debug','platforms','AUTO_CAPTURE','element','stopPercy','Starting\x20percy','isAppAutomateSession','\x20for\x20percy\x20','prototype','apply','percyAutoCapture','auto','402084xwFOrf','STOP','HKilp','1656204iwbBpJ','Stopping\x20percy','init','KdjxK','chrome','forEach','../performance/performance-tester','getDriver','deviceName','getPercyOptions','percyCaptureMode','screenshotApp','isUndefined','DjkDO','3467130fGfxOk','YXrcR','421911lMVvkr','lcwxD','dEYBq','error','measureWrapper','browser','2xAXOBM','Couldn\x27t\x20capture\x20percy\x20screenshot,\x20no\x20session\x20name\x20present','WQBUh','then','./PercySDK','getName','hcTSw','browserstackPercyBestPlatform','toLowerCase','firefox','388398Fbdybd','Bwxvm','OHsnJ','getBestPlatformForPercySnapshot','XDrcP','patchDriverPercy','nPFlT','manual','FyQss','4004530vWXVlg','browserstackSessionName','browserstackPercyMap','patch','194625MVXQTo','nestedKeyValue','screenshot','safari','stop','../helper','./PercyCaptureMap','104mCGHDk','browserName'];a152_0x8d28=function(){return _0x34bbca;};return a152_0x8d28();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a153_0x4859ea=a153_0x3b15;(function(_0xef24a0,_0x372ea1){const _0x5eabca=a153_0x3b15,_0x22c4ad=_0xef24a0();while(!![]){try{const _0x574d02=parseInt(_0x5eabca(0x1b8))/0x1*(-parseInt(_0x5eabca(0x1f8))/0x2)+-parseInt(_0x5eabca(0x22c))/0x3+parseInt(_0x5eabca(0x1cd))/0x4*(parseInt(_0x5eabca(0x20d))/0x5)+-parseInt(_0x5eabca(0x1d6))/0x6*(-parseInt(_0x5eabca(0x206))/0x7)+-parseInt(_0x5eabca(0x1cb))/0x8+-parseInt(_0x5eabca(0x1b7))/0x9+parseInt(_0x5eabca(0x21f))/0xa;if(_0x574d02===_0x372ea1)break;else _0x22c4ad['push'](_0x22c4ad['shift']());}catch(_0x3562ce){_0x22c4ad['push'](_0x22c4ad['shift']());}}}(a153_0x5829,0x77250));const a153_0x4563ff={};function a153_0x3b15(_0x362762,_0x17e865){const _0x582992=a153_0x5829();return a153_0x3b15=function(_0x3b152e,_0x3b551c){_0x3b152e=_0x3b152e-0x1b2;let _0x474932=_0x582992[_0x3b152e];return _0x474932;},a153_0x3b15(_0x362762,_0x17e865);}function a153_0x5829(){const _0x492d0f=['5566302jBPYRx','16JOgNgo',':hub-management','sdk:findNearestHub','AUTOMATE_EVENTS',':download','SDK_CLEANUP','sdk:automate','POST_EXECUTE','TESTHUB_EVENTS','sdk:setup','AUTO_CAPTURE','SDK_ON_STOP',':post-execute','sdk:proxy-setup',':after-all','sdk:startBinSession',':driver-manage',':screenshot',':start','439432xpBPRS','sdk:cli:start','1444ybZrMJ','sdk:testFrameworkEvent','SDK_CONNECT_BIN_SESSION','sdk:automationFrameworkStart','HUB_MANAGEMENT','sdk:driverInit','SDK_CLI_ON_BOOTSTRAP','STOP','sdk:observabilityConfig','1350mLMhGp','sdk:percy','SDK_PROXY_SETUP',':quit',':sync','sdk:o11y','GET_RESULTS_SUMMARY','sdk:cli:check-update','SDK_CLI_ENQUEUE_TEST_EVENT','PRINT_BUILDLINK','SDK_O11Y','sdk:testhub','sdk:driver:post-initialization','SDK_A11Y',':app-upload',':session-annotation','SDK_AUTOMATE','APP_AUOTMATE_EVENTS','SESSION_NAME','SDK_CLI_START','SDK_TESTHUB','O11y_EVENTS',':driver-performscan','sdk:auto-capture','DRIVER_MANAGE','A11Y_EVENTS','SDK_PRE_TEST','sdk:cli:on-stop','SDK_CLI_DOWNLOAD','SDK_DRIVER','sdk:cli:logCreatedEvent','sdk:connectBinSession','QUIT','SDK_AUTO_CAPTURE','40142JiVxwb',':local-stop','GET','PERFORM_SCAN','SDK_CLI_CHECK_UPDATE','SDK_AUTOMATION_FRAMEWORK_START','SDK_CLI_LOG_CREATED_EVENT','sdk:onStop','SDK_AUTOMATION_FRAMEWORK_STOP','SESSION_STATUS','sdk:cli:download','sdk:cli:on-connect',':keep-alive','SDK_PERCY','21154hkLjkO','PERCY_EVENTS','SDK_POST_TEST','BEFORE_ALL','sdk:automationFrameworkStop','SDK_HOOK','sdk:post-test','10565RKnVFj','SDK_START_BIN_SESSION','SCREENSHOT_APP','SDK_TEST_FRAMEWORK_EVENT','sdk:driver:pre-initialization',':get','SDK_POST_INITIALIZE','SDK_TURBOSCALE','DOWNLOAD',':session-name','SDK_CLI_ON_CONNECT','DRIVER_EVENT',':print-buildlink','sdk:test',':auto-capture','sdk:hook','sdk:automationFrameworkInit',':screenshot-app','4657540IdLAIz','HOOK_EVENTS','sdk:cli:on-bootstrap','SDK_TEST','sdk:a11y','SDK_ACCESSIBILITY_CONFIG','sdk:accessibilityConfig',':stop',':get-accessibility-results','sdk:turboscale','APP_UPLOAD',':get-accessibility-results-summary','sdk:testSessionEvent','1277814kWcOcb','AFTER_EACH',':save-results','sdk:pre-test','LOCAL_START','sdk:app-automate',':snapshot',':before-all','SDK_CLI_ON_STOP','SDK_APP_AUTOMATE','GET_RESULTS',':before-each',':local-start','SDK_OBSERVABILITY_CONFIG','SDK_PRE_INITIALIZE','GENERATE_CI_ARTIFACT','exports','LOCAL_STOP','SDK_TEST_SESSION_EVENT','sdk:driver','START','TURBOSCALE_EVENTS','AFTER_ALL'];a153_0x5829=function(){return _0x492d0f;};return a153_0x5829();}a153_0x4563ff['SDK_SETUP']=a153_0x4859ea(0x1c1),a153_0x4563ff[a153_0x4859ea(0x1bd)]='sdk:cleanup',a153_0x4563ff[a153_0x4859ea(0x1f0)]=a153_0x4859ea(0x22f),a153_0x4563ff[a153_0x4859ea(0x222)]=a153_0x4859ea(0x21a),a153_0x4563ff[a153_0x4859ea(0x208)]=a153_0x4859ea(0x20c),a153_0x4563ff[a153_0x4859ea(0x20b)]=a153_0x4859ea(0x21c),a153_0x4563ff[a153_0x4859ea(0x1f3)]=a153_0x4859ea(0x1b3),a153_0x4563ff[a153_0x4859ea(0x1e3)]=a153_0x4859ea(0x223),a153_0x4563ff[a153_0x4859ea(0x1e0)]=a153_0x4859ea(0x1db),a153_0x4563ff[a153_0x4859ea(0x1f7)]=a153_0x4859ea(0x1ed),a153_0x4563ff[a153_0x4859ea(0x1d8)]=a153_0x4859ea(0x1c5),a153_0x4563ff[a153_0x4859ea(0x1ea)]=a153_0x4859ea(0x1e1),a153_0x4563ff[a153_0x4859ea(0x1e6)]=a153_0x4859ea(0x1be),a153_0x4563ff[a153_0x4859ea(0x235)]=a153_0x4859ea(0x231),a153_0x4563ff['SDK_TURBOSCALE']=a153_0x4859ea(0x228),a153_0x4563ff['SDK_PERCY']=a153_0x4859ea(0x1d7),a153_0x4563ff[a153_0x4859ea(0x23a)]=a153_0x4859ea(0x211),a153_0x4563ff[a153_0x4859ea(0x213)]=a153_0x4859ea(0x1e2),a153_0x4563ff[a153_0x4859ea(0x1e9)]=a153_0x4859ea(0x1cc),a153_0x4563ff[a153_0x4859ea(0x1f2)]=a153_0x4859ea(0x202),a153_0x4563ff[a153_0x4859ea(0x1fc)]=a153_0x4859ea(0x1dd),a153_0x4563ff[a153_0x4859ea(0x1d3)]=a153_0x4859ea(0x221),a153_0x4563ff[a153_0x4859ea(0x217)]=a153_0x4859ea(0x203),a153_0x4563ff[a153_0x4859ea(0x234)]=a153_0x4859ea(0x1f1),a153_0x4563ff[a153_0x4859ea(0x20e)]=a153_0x4859ea(0x1c7),a153_0x4563ff[a153_0x4859ea(0x1cf)]=a153_0x4859ea(0x1f5),a153_0x4563ff['SDK_DRIVER_INIT']=a153_0x4859ea(0x1d2),a153_0x4563ff['SDK_FIND_NEAREST_HUB']=a153_0x4859ea(0x1ba),a153_0x4563ff['SDK_AUTOMATION_FRAMEWORK_INIT']=a153_0x4859ea(0x21d),a153_0x4563ff[a153_0x4859ea(0x1fd)]=a153_0x4859ea(0x1d0),a153_0x4563ff[a153_0x4859ea(0x224)]=a153_0x4859ea(0x225),a153_0x4563ff[a153_0x4859ea(0x239)]=a153_0x4859ea(0x1d5),a153_0x4563ff[a153_0x4859ea(0x210)]=a153_0x4859ea(0x1ce),a153_0x4563ff[a153_0x4859ea(0x1b2)]=a153_0x4859ea(0x22b),a153_0x4563ff[a153_0x4859ea(0x1fe)]=a153_0x4859ea(0x1f4),a153_0x4563ff[a153_0x4859ea(0x1de)]='sdk:cli:enqueueTestEvent',a153_0x4563ff[a153_0x4859ea(0x200)]=a153_0x4859ea(0x20a),a153_0x4563ff[a153_0x4859ea(0x1c3)]=a153_0x4859ea(0x1ff);const SDK_EVENTS=a153_0x4563ff,a153_0x153973={};a153_0x153973['EVENTS']=SDK_EVENTS,a153_0x153973[a153_0x4859ea(0x1c0)]={},a153_0x153973[a153_0x4859ea(0x1bb)]={},a153_0x153973[a153_0x4859ea(0x1ef)]={},a153_0x153973[a153_0x4859ea(0x207)]={},a153_0x153973[a153_0x4859ea(0x1eb)]={},a153_0x153973[a153_0x4859ea(0x220)]={},a153_0x153973[a153_0x4859ea(0x1b5)]={},a153_0x153973[a153_0x4859ea(0x1e7)]={},a153_0x153973[a153_0x4859ea(0x218)]={},a153_0x153973[a153_0x4859ea(0x1c0)]['START']=SDK_EVENTS[a153_0x4859ea(0x1ea)]+a153_0x4859ea(0x1ca),a153_0x153973[a153_0x4859ea(0x1c0)][a153_0x4859ea(0x1d4)]=SDK_EVENTS[a153_0x4859ea(0x1ea)]+a153_0x4859ea(0x226),a153_0x153973[a153_0x4859ea(0x1bb)]['KEEP_ALIVE']=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x204),a153_0x153973[a153_0x4859ea(0x1bb)]['HUB_MANAGEMENT']=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x1b9),a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x230)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x238),a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x23d)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x1f9),a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x1ee)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x1c8),a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x1e8)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x216),a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x201)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+':session-status',a153_0x153973[a153_0x4859ea(0x1bb)]['SESSION_ANNOTATION']=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x1e5),a153_0x153973[a153_0x4859ea(0x1bb)]['IDLE_TIMEOUT']=SDK_EVENTS[a153_0x4859ea(0x1e6)]+':idle-timeout',a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x23b)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+':ci-artifacts',a153_0x153973[a153_0x4859ea(0x1bb)][a153_0x4859ea(0x1df)]=SDK_EVENTS[a153_0x4859ea(0x1e6)]+a153_0x4859ea(0x219),a153_0x153973[a153_0x4859ea(0x1ef)][a153_0x4859ea(0x1fb)]=SDK_EVENTS[a153_0x4859ea(0x1e3)]+a153_0x4859ea(0x1ec),a153_0x153973[a153_0x4859ea(0x1ef)]['SAVE_RESULTS']=SDK_EVENTS[a153_0x4859ea(0x1e3)]+a153_0x4859ea(0x22e),a153_0x153973[a153_0x4859ea(0x1ef)][a153_0x4859ea(0x236)]=SDK_EVENTS[a153_0x4859ea(0x1e3)]+a153_0x4859ea(0x227),a153_0x153973[a153_0x4859ea(0x1ef)][a153_0x4859ea(0x1dc)]=SDK_EVENTS['SDK_A11Y']+a153_0x4859ea(0x22a),a153_0x153973[a153_0x4859ea(0x207)][a153_0x4859ea(0x215)]=SDK_EVENTS['SDK_PERCY']+a153_0x4859ea(0x1bc),a153_0x153973[a153_0x4859ea(0x207)]['SCREENSHOT']=SDK_EVENTS[a153_0x4859ea(0x205)]+a153_0x4859ea(0x1c9),a153_0x153973[a153_0x4859ea(0x207)][a153_0x4859ea(0x1b4)]=SDK_EVENTS['SDK_PERCY']+a153_0x4859ea(0x1ca),a153_0x153973[a153_0x4859ea(0x207)][a153_0x4859ea(0x1d4)]=SDK_EVENTS[a153_0x4859ea(0x205)]+':stop',a153_0x153973[a153_0x4859ea(0x207)][a153_0x4859ea(0x1c2)]=SDK_EVENTS['SDK_PERCY']+a153_0x4859ea(0x21b),a153_0x153973[a153_0x4859ea(0x207)]['SNAPSHOT']=SDK_EVENTS['SDK_PERCY']+a153_0x4859ea(0x232),a153_0x153973[a153_0x4859ea(0x207)][a153_0x4859ea(0x20f)]=SDK_EVENTS[a153_0x4859ea(0x205)]+a153_0x4859ea(0x21e),a153_0x153973[a153_0x4859ea(0x1eb)]['SYNC']=SDK_EVENTS[a153_0x4859ea(0x1e0)]+a153_0x4859ea(0x1da),a153_0x153973[a153_0x4859ea(0x1eb)]['TAKE_SCREENSHOT']=SDK_EVENTS[a153_0x4859ea(0x1e0)]+':driver-takeScreenShot',a153_0x153973[a153_0x4859ea(0x1eb)]['PRINT_BUILDLINK']=SDK_EVENTS[a153_0x4859ea(0x1e0)]+a153_0x4859ea(0x219),a153_0x153973[a153_0x4859ea(0x220)]['BEFORE_EACH']=SDK_EVENTS[a153_0x4859ea(0x20b)]+a153_0x4859ea(0x237),a153_0x153973[a153_0x4859ea(0x220)][a153_0x4859ea(0x22d)]=SDK_EVENTS[a153_0x4859ea(0x20b)]+':after-each',a153_0x153973[a153_0x4859ea(0x220)][a153_0x4859ea(0x1b6)]=SDK_EVENTS[a153_0x4859ea(0x20b)]+a153_0x4859ea(0x1c6),a153_0x153973[a153_0x4859ea(0x220)][a153_0x4859ea(0x209)]=SDK_EVENTS[a153_0x4859ea(0x20b)]+a153_0x4859ea(0x233),a153_0x153973[a153_0x4859ea(0x220)]['BEFORE']=SDK_EVENTS[a153_0x4859ea(0x20b)]+':before',a153_0x153973[a153_0x4859ea(0x220)]['AFTER']=SDK_EVENTS[a153_0x4859ea(0x20b)]+':after',a153_0x153973[a153_0x4859ea(0x1b5)][a153_0x4859ea(0x1d1)]=SDK_EVENTS['SDK_TURBOSCALE']+':hub-management',a153_0x153973[a153_0x4859ea(0x1b5)][a153_0x4859ea(0x1df)]=SDK_EVENTS[a153_0x4859ea(0x214)]+a153_0x4859ea(0x219),a153_0x153973[a153_0x4859ea(0x1e7)][a153_0x4859ea(0x229)]=SDK_EVENTS[a153_0x4859ea(0x235)]+a153_0x4859ea(0x1e4),a153_0x153973[a153_0x4859ea(0x218)][a153_0x4859ea(0x1f6)]=SDK_EVENTS[a153_0x4859ea(0x1f3)]+a153_0x4859ea(0x1d9),a153_0x153973[a153_0x4859ea(0x218)][a153_0x4859ea(0x1fa)]=SDK_EVENTS[a153_0x4859ea(0x1f3)]+a153_0x4859ea(0x212),a153_0x153973[a153_0x4859ea(0x218)][a153_0x4859ea(0x1bf)]=SDK_EVENTS['SDK_DRIVER']+a153_0x4859ea(0x1c4),module[a153_0x4859ea(0x23c)]=a153_0x153973;
|
|
1
|
+
const a153_0x8471dc=a153_0x1e02;function a153_0x1e02(_0x111229,_0x1d4cd7){const _0x41604c=a153_0x4160();return a153_0x1e02=function(_0x1e027,_0x5a8d03){_0x1e027=_0x1e027-0xd3;let _0x48d71e=_0x41604c[_0x1e027];return _0x48d71e;},a153_0x1e02(_0x111229,_0x1d4cd7);}(function(_0x1e12fe,_0x4790cf){const _0x11fc21=a153_0x1e02,_0x2aadbf=_0x1e12fe();while(!![]){try{const _0x28baf3=parseInt(_0x11fc21(0x14f))/0x1+-parseInt(_0x11fc21(0x10d))/0x2*(parseInt(_0x11fc21(0xfb))/0x3)+parseInt(_0x11fc21(0xee))/0x4+parseInt(_0x11fc21(0x131))/0x5+-parseInt(_0x11fc21(0x14a))/0x6+-parseInt(_0x11fc21(0x158))/0x7*(parseInt(_0x11fc21(0x141))/0x8)+-parseInt(_0x11fc21(0x11d))/0x9*(-parseInt(_0x11fc21(0x121))/0xa);if(_0x28baf3===_0x4790cf)break;else _0x2aadbf['push'](_0x2aadbf['shift']());}catch(_0x54392d){_0x2aadbf['push'](_0x2aadbf['shift']());}}}(a153_0x4160,0x1f7ac));const a153_0x44cb0a={};function a153_0x4160(){const _0x2ef2d9=['SDK_AUTOMATE','DRIVER_MANAGE','sdk:automate','SYNC','806190RmYieB','sdk:automationFrameworkStop','sdk:driver',':auto-capture',':keep-alive','sdk:turboscale','A11Y_EVENTS','SDK_CLI_START','PERFORM_SCAN','sdk:auto-capture','SDK_CLI_ON_CONNECT',':hub-management','sdk:automationFrameworkStart','LOCAL_STOP','sdk:setup','SDK_SETUP','784asWmof',':ci-artifacts','SCREENSHOT','SDK_AUTOMATION_FRAMEWORK_START','SDK_POST_INITIALIZE',':after','SDK_OBSERVABILITY_CONFIG','SDK_DRIVER','HUB_MANAGEMENT','863358VxTkQL','sdk:driver:pre-initialization','PRINT_BUILDLINK','SCREENSHOT_APP','SDK_CONNECT_BIN_SESSION','178102EUXtYI','SDK_TEST','SDK_TEST_FRAMEWORK_EVENT','sdk:onStop','SNAPSHOT','sdk:o11y','TURBOSCALE_EVENTS','AFTER_EACH','LOCAL_START','9751TqamMo','SDK_TEST_SESSION_EVENT','sdk:testFrameworkEvent',':quit','AUTO_CAPTURE','sdk:automationFrameworkInit','sdk:driver:post-initialization','sdk:cli:enqueueTestEvent','AUTOMATE_EVENTS','GET','sdk:proxy-setup',':app-upload',':screenshot','GET_RESULTS_SUMMARY','POST_EXECUTE',':after-each','sdk:findNearestHub',':before-each',':before','SDK_FIND_NEAREST_HUB','sdk:cli:on-bootstrap',':driver-manage',':session-status','sdk:test','SDK_ACCESSIBILITY_CONFIG','SDK_PERCY','SDK_CLI_CHECK_UPDATE','SESSION_ANNOTATION',':sync','BEFORE_ALL','SDK_TURBOSCALE','SDK_APP_AUTOMATE','64480dAdCBM','O11y_EVENTS','APP_AUOTMATE_EVENTS','sdk:cli:start',':get-accessibility-results',':stop','sdk:percy',':idle-timeout','START','SDK_A11Y','PERCY_EVENTS','SDK_CLEANUP',':print-buildlink','501RydcTw','sdk:cli:check-update','sdk:cli:logCreatedEvent','GENERATE_CI_ARTIFACT','sdk:testhub','SDK_AUTOMATION_FRAMEWORK_INIT','SDK_CLI_ON_BOOTSTRAP','HOOK_EVENTS','QUIT','sdk:connectBinSession','STOP','APP_UPLOAD',':session-annotation','TAKE_SCREENSHOT','SDK_PRE_INITIALIZE','SDK_TESTHUB','SDK_ON_STOP','DRIVER_EVENT','764FGOjQF','sdk:accessibilityConfig','SDK_POST_TEST',':driver-performscan','DOWNLOAD','SDK_CLI_ENQUEUE_TEST_EVENT','SAVE_RESULTS',':download','sdk:driverInit','AFTER_ALL','sdk:cli:on-connect','SDK_AUTO_CAPTURE','SDK_O11Y','SDK_START_BIN_SESSION','TESTHUB_EVENTS','sdk:pre-test','27HlfiUp','SDK_CLI_LOG_CREATED_EVENT','sdk:cli:on-stop','SDK_HOOK','392270QHjbBR','AFTER',':local-stop','SDK_CLI_ON_STOP',':save-results','SDK_AUTOMATION_FRAMEWORK_STOP','SDK_PROXY_SETUP',':before-all',':start',':driver-takeScreenShot',':get-accessibility-results-summary','sdk:testSessionEvent'];a153_0x4160=function(){return _0x2ef2d9;};return a153_0x4160();}a153_0x44cb0a[a153_0x8471dc(0x140)]=a153_0x8471dc(0x13f),a153_0x44cb0a[a153_0x8471dc(0xf9)]='sdk:cleanup',a153_0x44cb0a['SDK_PRE_TEST']=a153_0x8471dc(0x11c),a153_0x44cb0a[a153_0x8471dc(0x150)]=a153_0x8471dc(0xe5),a153_0x44cb0a[a153_0x8471dc(0x10f)]='sdk:post-test',a153_0x44cb0a[a153_0x8471dc(0x120)]='sdk:hook',a153_0x44cb0a[a153_0x8471dc(0x148)]=a153_0x8471dc(0x133),a153_0x44cb0a['SDK_A11Y']='sdk:a11y',a153_0x44cb0a['SDK_O11Y']=a153_0x8471dc(0x154),a153_0x44cb0a[a153_0x8471dc(0x118)]=a153_0x8471dc(0x13a),a153_0x44cb0a[a153_0x8471dc(0x127)]=a153_0x8471dc(0xd8),a153_0x44cb0a[a153_0x8471dc(0x10a)]=a153_0x8471dc(0xff),a153_0x44cb0a[a153_0x8471dc(0x12d)]=a153_0x8471dc(0x12f),a153_0x44cb0a['SDK_APP_AUTOMATE']='sdk:app-automate',a153_0x44cb0a['SDK_TURBOSCALE']=a153_0x8471dc(0x136),a153_0x44cb0a[a153_0x8471dc(0xe7)]=a153_0x8471dc(0xf4),a153_0x44cb0a[a153_0x8471dc(0x109)]=a153_0x8471dc(0x14b),a153_0x44cb0a[a153_0x8471dc(0x145)]=a153_0x8471dc(0xd4),a153_0x44cb0a[a153_0x8471dc(0x138)]=a153_0x8471dc(0xf1),a153_0x44cb0a['SDK_CLI_DOWNLOAD']='sdk:cli:download',a153_0x44cb0a[a153_0x8471dc(0xe8)]=a153_0x8471dc(0xfc),a153_0x44cb0a[a153_0x8471dc(0x101)]=a153_0x8471dc(0xe2),a153_0x44cb0a[a153_0x8471dc(0x13b)]=a153_0x8471dc(0x117),a153_0x44cb0a[a153_0x8471dc(0x124)]=a153_0x8471dc(0x11f),a153_0x44cb0a[a153_0x8471dc(0x11a)]='sdk:startBinSession',a153_0x44cb0a[a153_0x8471dc(0x14e)]=a153_0x8471dc(0x104),a153_0x44cb0a['SDK_DRIVER_INIT']=a153_0x8471dc(0x115),a153_0x44cb0a[a153_0x8471dc(0xe1)]=a153_0x8471dc(0xde),a153_0x44cb0a[a153_0x8471dc(0x100)]=a153_0x8471dc(0xd3),a153_0x44cb0a[a153_0x8471dc(0x144)]=a153_0x8471dc(0x13d),a153_0x44cb0a[a153_0x8471dc(0xe6)]=a153_0x8471dc(0x10e),a153_0x44cb0a[a153_0x8471dc(0x147)]='sdk:observabilityConfig',a153_0x44cb0a[a153_0x8471dc(0x151)]=a153_0x8471dc(0x15a),a153_0x44cb0a[a153_0x8471dc(0x159)]=a153_0x8471dc(0x12c),a153_0x44cb0a[a153_0x8471dc(0x11e)]=a153_0x8471dc(0xfd),a153_0x44cb0a[a153_0x8471dc(0x112)]=a153_0x8471dc(0xd5),a153_0x44cb0a[a153_0x8471dc(0x126)]=a153_0x8471dc(0x132),a153_0x44cb0a[a153_0x8471dc(0x10b)]=a153_0x8471dc(0x152);const SDK_EVENTS=a153_0x44cb0a,a153_0x134310={};a153_0x134310['EVENTS']=SDK_EVENTS,a153_0x134310[a153_0x8471dc(0x11b)]={},a153_0x134310[a153_0x8471dc(0xd6)]={},a153_0x134310[a153_0x8471dc(0x137)]={},a153_0x134310[a153_0x8471dc(0xf8)]={},a153_0x134310[a153_0x8471dc(0xef)]={},a153_0x134310[a153_0x8471dc(0x102)]={},a153_0x134310[a153_0x8471dc(0x155)]={},a153_0x134310[a153_0x8471dc(0xf0)]={},a153_0x134310[a153_0x8471dc(0x10c)]={},a153_0x134310[a153_0x8471dc(0x11b)][a153_0x8471dc(0xf6)]=SDK_EVENTS['SDK_TESTHUB']+a153_0x8471dc(0x129),a153_0x134310[a153_0x8471dc(0x11b)][a153_0x8471dc(0x105)]=SDK_EVENTS[a153_0x8471dc(0x10a)]+a153_0x8471dc(0xf3),a153_0x134310[a153_0x8471dc(0xd6)]['KEEP_ALIVE']=SDK_EVENTS['SDK_AUTOMATE']+a153_0x8471dc(0x135),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0x149)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0x8471dc(0x13c),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0x157)]=SDK_EVENTS['SDK_AUTOMATE']+':local-start',a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0x13e)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0x8471dc(0x123),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0x12e)]=SDK_EVENTS['SDK_AUTOMATE']+a153_0x8471dc(0xe3),a153_0x134310[a153_0x8471dc(0xd6)]['SESSION_NAME']=SDK_EVENTS[a153_0x8471dc(0x12d)]+':session-name',a153_0x134310[a153_0x8471dc(0xd6)]['SESSION_STATUS']=SDK_EVENTS[a153_0x8471dc(0x12d)]+a153_0x8471dc(0xe4),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0xe9)]=SDK_EVENTS[a153_0x8471dc(0x12d)]+a153_0x8471dc(0x107),a153_0x134310[a153_0x8471dc(0xd6)]['IDLE_TIMEOUT']=SDK_EVENTS['SDK_AUTOMATE']+a153_0x8471dc(0xf5),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0xfe)]=SDK_EVENTS[a153_0x8471dc(0x12d)]+a153_0x8471dc(0x142),a153_0x134310[a153_0x8471dc(0xd6)][a153_0x8471dc(0x14c)]=SDK_EVENTS[a153_0x8471dc(0x12d)]+':print-buildlink',a153_0x134310[a153_0x8471dc(0x137)][a153_0x8471dc(0x139)]=SDK_EVENTS[a153_0x8471dc(0xf7)]+a153_0x8471dc(0x110),a153_0x134310[a153_0x8471dc(0x137)][a153_0x8471dc(0x113)]=SDK_EVENTS[a153_0x8471dc(0xf7)]+a153_0x8471dc(0x125),a153_0x134310[a153_0x8471dc(0x137)]['GET_RESULTS']=SDK_EVENTS['SDK_A11Y']+a153_0x8471dc(0xf2),a153_0x134310[a153_0x8471dc(0x137)][a153_0x8471dc(0xdb)]=SDK_EVENTS[a153_0x8471dc(0xf7)]+a153_0x8471dc(0x12b),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x111)]=SDK_EVENTS['SDK_PERCY']+a153_0x8471dc(0x114),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x143)]=SDK_EVENTS[a153_0x8471dc(0xe7)]+a153_0x8471dc(0xda),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0xf6)]=SDK_EVENTS['SDK_PERCY']+a153_0x8471dc(0x129),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x105)]=SDK_EVENTS[a153_0x8471dc(0xe7)]+a153_0x8471dc(0xf3),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x15c)]=SDK_EVENTS[a153_0x8471dc(0xe7)]+a153_0x8471dc(0x134),a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x153)]=SDK_EVENTS['SDK_PERCY']+':snapshot',a153_0x134310[a153_0x8471dc(0xf8)][a153_0x8471dc(0x14d)]=SDK_EVENTS[a153_0x8471dc(0xe7)]+':screenshot-app',a153_0x134310[a153_0x8471dc(0xef)][a153_0x8471dc(0x130)]=SDK_EVENTS[a153_0x8471dc(0x119)]+a153_0x8471dc(0xea),a153_0x134310[a153_0x8471dc(0xef)][a153_0x8471dc(0x108)]=SDK_EVENTS[a153_0x8471dc(0x119)]+a153_0x8471dc(0x12a),a153_0x134310[a153_0x8471dc(0xef)]['PRINT_BUILDLINK']=SDK_EVENTS[a153_0x8471dc(0x119)]+a153_0x8471dc(0xfa),a153_0x134310[a153_0x8471dc(0x102)]['BEFORE_EACH']=SDK_EVENTS[a153_0x8471dc(0x120)]+a153_0x8471dc(0xdf),a153_0x134310[a153_0x8471dc(0x102)][a153_0x8471dc(0x156)]=SDK_EVENTS[a153_0x8471dc(0x120)]+a153_0x8471dc(0xdd),a153_0x134310[a153_0x8471dc(0x102)][a153_0x8471dc(0x116)]=SDK_EVENTS['SDK_HOOK']+':after-all',a153_0x134310[a153_0x8471dc(0x102)][a153_0x8471dc(0xeb)]=SDK_EVENTS[a153_0x8471dc(0x120)]+a153_0x8471dc(0x128),a153_0x134310[a153_0x8471dc(0x102)]['BEFORE']=SDK_EVENTS[a153_0x8471dc(0x120)]+a153_0x8471dc(0xe0),a153_0x134310[a153_0x8471dc(0x102)][a153_0x8471dc(0x122)]=SDK_EVENTS['SDK_HOOK']+a153_0x8471dc(0x146),a153_0x134310[a153_0x8471dc(0x155)][a153_0x8471dc(0x149)]=SDK_EVENTS[a153_0x8471dc(0xec)]+a153_0x8471dc(0x13c),a153_0x134310[a153_0x8471dc(0x155)][a153_0x8471dc(0x14c)]=SDK_EVENTS[a153_0x8471dc(0xec)]+a153_0x8471dc(0xfa),a153_0x134310[a153_0x8471dc(0xf0)][a153_0x8471dc(0x106)]=SDK_EVENTS[a153_0x8471dc(0xed)]+a153_0x8471dc(0xd9),a153_0x134310[a153_0x8471dc(0x10c)][a153_0x8471dc(0x103)]=SDK_EVENTS['SDK_DRIVER']+a153_0x8471dc(0x15b),a153_0x134310[a153_0x8471dc(0x10c)][a153_0x8471dc(0xd7)]=SDK_EVENTS[a153_0x8471dc(0x148)]+':get',a153_0x134310[a153_0x8471dc(0x10c)][a153_0x8471dc(0xdc)]=SDK_EVENTS[a153_0x8471dc(0x148)]+':post-execute',module['exports']=a153_0x134310;
|