browserstack-node-sdk 1.46.5 → 1.46.6
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/ai-sdk-node/bundle.js +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/integrations/command.js +1 -1
- package/src/bin/integrations/constants.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/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/builderPatch.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/nightwatch/command.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/sessionDetails.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/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/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/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.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/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.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/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/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.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/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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.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/timeoutPromise.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/bin/setup.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
function a49_0x1334(_0x515168,_0x3a866c){const _0x5c12c3=a49_0x5c12();return a49_0x1334=function(_0x13344f,_0x2ecad4){_0x13344f=_0x13344f-0x6b;let _0x363dfd=_0x5c12c3[_0x13344f];return _0x363dfd;},a49_0x1334(_0x515168,_0x3a866c);}const a49_0x210b6c=a49_0x1334;(function(_0x5dfc86,_0x490aa6){const _0x1f7eba=a49_0x1334,_0x376fe4=_0x5dfc86();while(!![]){try{const _0x160df9=-parseInt(_0x1f7eba(0x9d))/0x1*(-parseInt(_0x1f7eba(0xa3))/0x2)+parseInt(_0x1f7eba(0x6e))/0x3*(parseInt(_0x1f7eba(0x8a))/0x4)+-parseInt(_0x1f7eba(0xab))/0x5*(parseInt(_0x1f7eba(0xb3))/0x6)+-parseInt(_0x1f7eba(0x9e))/0x7+-parseInt(_0x1f7eba(0xa0))/0x8*(parseInt(_0x1f7eba(0x99))/0x9)+parseInt(_0x1f7eba(0xa7))/0xa*(-parseInt(_0x1f7eba(0x7b))/0xb)+parseInt(_0x1f7eba(0x8c))/0xc*(parseInt(_0x1f7eba(0x87))/0xd);if(_0x160df9===_0x490aa6)break;else _0x376fe4['push'](_0x376fe4['shift']());}catch(_0x4b9cc1){_0x376fe4['push'](_0x376fe4['shift']());}}}(a49_0x5c12,0x79489));const fs=require('fs'),helper=require(a49_0x210b6c(0xb1)),utilities=require(a49_0x210b6c(0x96)),yaml=require(a49_0x210b6c(0x97)),yargs=require('yargs'),logger=require(a49_0x210b6c(0xb2))[a49_0x210b6c(0xa9)],configFileTemplate=__dirname+a49_0x210b6c(0x80),configFileTemplatePW=__dirname+a49_0x210b6c(0xb0),configFile=process['cwd']()+a49_0x210b6c(0x95),packageFile=process['cwd']()+'/package.json',frameworks=[a49_0x210b6c(0x9c),'jest',a49_0x210b6c(0x85),'node',a49_0x210b6c(0x7c),a49_0x210b6c(0x70),a49_0x210b6c(0x75)];function a49_0x5c12(){const _0x570df7=['LNGwI','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','replace','YOUR_ACCESS_KEY','/browserstack.yml','../helpers/utilities','js-yaml','npm\x20update\x20browserstack-node-sdk','16074viPQWe','parse','splice','mocha','61XUPzmH','1770860fmjqJl','indexOf','4008EjelOw','Setup\x20completed','GZHuO','19268GRmgEe','jZJBK','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','vNtLc','6750ECXEdu','fireFunnelTestEvent','winstonLogger','error','2041945UyyraZ','readFileSync','VzDwh','browserstack-node-sdk','info','/../../browserstack.pw.yml.sample','../helpers/helper','../helpers/logger','12rsnGpS','stringify','TLnKL','browserstack-node-sdk\x20','writeFileSync','59685WHsIul','includes','codeceptjs','-browserstack','DiPnH','MEsnn','debug','playwright','load','join','argv','pFZYA','scripts','9416WMxICe','nightwatch','YTkUK','utf8','postinstall','/../../browserstack.yml.sample','wQqpr','isUndefined','username','levOF','cucumber-js','ELEiJ','1199731EjvFDC','length','zmvuN','196WswKNs','node-setup','192MDCgVG','OVhES','key','dzkjb'];a49_0x5c12=function(){return _0x570df7;};return a49_0x5c12();}let config;logger[a49_0x210b6c(0xaf)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x83)],yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x8e)],yargs[a49_0x210b6c(0x78)][a49_0x210b6c(0x75)]);try{sdkSetup();}catch(a49_0x35b45b){logger[a49_0x210b6c(0x74)](a49_0x210b6c(0xa5)+a49_0x35b45b);}addScriptInPackageJson();function createConfigurationFile(_0x4a1dc6,_0x4731e0,_0x5da8cd=![]){const _0x58402f=a49_0x210b6c,_0x12413c={};_0x12413c[_0x58402f(0x81)]=_0x58402f(0x7e),_0x12413c[_0x58402f(0x6b)]='YOUR_USERNAME',_0x12413c[_0x58402f(0xad)]=_0x58402f(0x94);const _0x33512a=_0x12413c;try{let _0x53f830=fs[_0x58402f(0xac)](_0x5da8cd?configFileTemplatePW:configFileTemplate,_0x33512a['wQqpr']);_0x4a1dc6&&(_0x53f830=_0x53f830[_0x58402f(0x93)](_0x33512a['TLnKL'],_0x4a1dc6)),_0x4731e0&&(_0x53f830=_0x53f830[_0x58402f(0x93)](_0x33512a['VzDwh'],_0x4731e0)),config=yaml[_0x58402f(0x76)](_0x53f830),fs['writeFileSync'](configFile,_0x53f830,_0x3d3177=>{const _0x24a9e8=_0x58402f;_0x3d3177&&logger[_0x24a9e8(0xaa)](_0x3d3177);});}catch(_0x5b6386){logger['error'](_0x5b6386);}}function addPostInstallScript(_0x4f5e66,_0x386b34){const _0x5a01af=a49_0x210b6c,_0x31db39={};_0x31db39[_0x5a01af(0x89)]=_0x5a01af(0x7f),_0x31db39[_0x5a01af(0x86)]=_0x5a01af(0x98),_0x31db39[_0x5a01af(0x84)]=_0x5a01af(0x91);const _0x3ebdda=_0x31db39;let _0x396e29=_0x4f5e66[_0x3ebdda[_0x5a01af(0x89)]];if(_0x396e29&&_0x396e29[_0x5a01af(0x6f)](_0x3ebdda[_0x5a01af(0x86)]))return;!_0x396e29?_0x396e29=_0x3ebdda['ELEiJ']:_0x396e29+=_0x3ebdda[_0x5a01af(0x84)],_0x386b34['push']([_0x3ebdda[_0x5a01af(0x89)],_0x396e29]);}function addScriptInPackageJson(){const _0x366641=a49_0x210b6c,_0x36dccd={'GZHuO':_0x366641(0x7e),'MEsnn':function(_0x2c57f5,_0x2d6c3f){return _0x2c57f5<_0x2d6c3f;},'vNtLc':function(_0x25f5f0,_0x15ae12,_0x1c48b4){return _0x25f5f0(_0x15ae12,_0x1c48b4);},'Nnuri':function(_0x4bf44c,_0x3256f2,_0x2cfbf0){return _0x4bf44c(_0x3256f2,_0x2cfbf0);},'DiPnH':function(_0x2dabcd,_0x366d48){return _0x2dabcd!==_0x366d48;},'FfPaU':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x26aaef=JSON[_0x366641(0x9a)](fs[_0x366641(0xac)](packageFile,_0x36dccd[_0x366641(0xa2)])),_0x72d4bf=[];for(let _0x3da2a8=0x0;_0x36dccd['MEsnn'](_0x3da2a8,frameworks[_0x366641(0x88)]);_0x3da2a8+=0x1){const _0x586419=_0x36dccd[_0x366641(0xa6)](findScriptsWithFramework,_0x26aaef['scripts'],frameworks[_0x3da2a8]);for(let _0x323f8b=0x0;_0x36dccd[_0x366641(0x73)](_0x323f8b,_0x586419[_0x366641(0x88)]);_0x323f8b+=0x1){_0x72d4bf[_0x366641(0x92)](_0x36dccd[_0x366641(0xa6)](getUpdatedCommand,_0x26aaef[_0x366641(0x7a)],_0x586419[_0x323f8b]));}_0x36dccd['Nnuri'](addPostInstallScript,_0x26aaef[_0x366641(0x7a)],_0x72d4bf);}const _0x5c5ca3={..._0x26aaef[_0x366641(0x7a)]},_0x465af1=_0x5c5ca3;for(let _0x23eae1=0x0;_0x36dccd[_0x366641(0x73)](_0x23eae1,_0x72d4bf['length']);_0x23eae1+=0x1){_0x465af1[_0x72d4bf[_0x23eae1][0x0]]=_0x72d4bf[_0x23eae1][0x1];}_0x36dccd[_0x366641(0x72)](JSON[_0x366641(0xb4)](_0x26aaef['scripts']),JSON['stringify'](_0x465af1))&&(logger[_0x366641(0xaf)](_0x36dccd['FfPaU']),_0x26aaef[_0x366641(0x7a)]=_0x465af1,fs[_0x366641(0x6d)](packageFile,JSON[_0x366641(0xb4)](_0x26aaef,null,0x2),_0xb4f3dc=>{const _0x32dfab=_0x366641;_0xb4f3dc&&logger[_0x32dfab(0xaa)](_0xb4f3dc);}));};function findScriptsWithFramework(_0x3d0580,_0x2c70d1){const _0x3cb87c=a49_0x210b6c,_0x15760b={};_0x15760b[_0x3cb87c(0x7d)]=function(_0x18eda2,_0x16b24b){return _0x18eda2<_0x16b24b;},_0x15760b[_0x3cb87c(0x8f)]=_0x3cb87c(0xae);const _0x4c6ba2=_0x15760b,_0x5475d3=[],_0x20efa4=Object['entries'](_0x3d0580);for(let _0xfe792d=0x0;_0x4c6ba2['YTkUK'](_0xfe792d,_0x20efa4[_0x3cb87c(0x88)]);_0xfe792d+=0x1){_0x20efa4[_0xfe792d][0x1][_0x3cb87c(0x6f)](_0x2c70d1)&&!_0x20efa4[_0xfe792d][0x1]['includes'](_0x4c6ba2[_0x3cb87c(0x8f)])&&_0x5475d3[_0x3cb87c(0x92)](_0x20efa4[_0xfe792d][0x0]);}return _0x5475d3;}function getUpdatedCommand(_0x20404a,_0x126a58){const _0x8966=a49_0x210b6c,_0x50b29b={};_0x50b29b[_0x8966(0xa4)]=function(_0x51391c,_0x18b07b){return _0x51391c!==_0x18b07b;},_0x50b29b[_0x8966(0x8d)]=_0x8966(0xae),_0x50b29b[_0x8966(0x90)]=function(_0x32dea4,_0x4c6e24){return _0x32dea4===_0x4c6e24;};const _0x195dbd=_0x50b29b,_0x55f2ce=_0x126a58+_0x8966(0x71),_0x519f58=_0x20404a[_0x126a58],_0x504d70=_0x519f58['split']('\x20');for(const _0x1fc247 of frameworks){if(_0x195dbd[_0x8966(0xa4)](_0x504d70[_0x8966(0x9f)](_0x1fc247),-0x1)){_0x504d70[_0x8966(0x9b)](_0x504d70[_0x8966(0x9f)](_0x1fc247),0x0,_0x195dbd[_0x8966(0x8d)]);break;}}let _0x1d943d=_0x504d70[_0x8966(0x77)]('\x20');return _0x195dbd[_0x8966(0x90)](_0x1d943d,_0x519f58)&&(_0x1d943d=_0x8966(0x6c)+_0x519f58),[_0x55f2ce,_0x1d943d];}function sdkSetup(){const _0x354357=a49_0x210b6c,_0x225e01={};_0x225e01[_0x354357(0x79)]=_0x354357(0x8b),_0x225e01['bxLdp']='SDKSetup';const _0x38d14b=_0x225e01;if(helper[_0x354357(0x82)](config))return;config['source']=_0x38d14b['pFZYA'];try{utilities[_0x354357(0xa8)](_0x38d14b['bxLdp'],{},config,'');}catch(_0x1282ae){logger[_0x354357(0x74)](_0x354357(0xa5)+_0x1282ae);}}logger[a49_0x210b6c(0xaf)](a49_0x210b6c(0xa1));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a50_0x1315(_0x31424c,_0x2a5de8){const _0xf13311=a50_0xf133();return a50_0x1315=function(_0x1315e5,_0x53d86d){_0x1315e5=_0x1315e5-0x1b7;let _0x1f0528=_0xf13311[_0x1315e5];return _0x1f0528;},a50_0x1315(_0x31424c,_0x2a5de8);}const a50_0xdbd38=a50_0x1315;function a50_0xf133(){const _0xc163d1=['results','platform-run-failure','../../helpers/performance/performance-tester','map','lOLhE','Zzwsa','winstonLogger','config','all','SDK_SETUP','length','end','jest-worker','p-limit','JMxCx','getWorkers','send','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','fuBCy','MspSE','Workers\x20failed\x20to\x20exit\x20gracefully','4386112DOgnql','configuration','format','vWllk','dmtqP','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','cudVe','stdout','YQGhO','PCokG','error','aQFjG','log','1890904gbudFu','failureCount','VknfM','getStderr','YRbAM','Worker','info','test-file-success','KpIsk','REvwY','KkzPc','test-file-failure','GkXJs','waitForExit','qWEJZ','cucumberWorker','push','worker','vanillaWorker','postMessage','4670435hGHIon','platform-run-success','platform','KbTxu','ENtyu','KGjJp','HSqQG','../../helpers/logger','Exception\x20in\x20sending\x20worker\x20message\x20','worker_threads','5007006jyxphP','../../helpers/test-observability/utils','pipe','stderr','parallelVanillaRun','FBxvr','rLTmE','QEQfD','stop','resolve','LyRYd','216686aBEPan','_child','GZlua','then','oyAHP','parallelCucumberRun','ZdCfO','json','572365eakMJi','emit','cKYwl','./testWorker.js','1225359BzNwTr','parallelTestRun','ECWZT','exitCode','platform-run-start','test-file-start','getStdout','6FpTrXe','mQcry','\x20for','debug'];a50_0xf133=function(){return _0xc163d1;};return a50_0xf133();}(function(_0x11e655,_0x139ccc){const _0x2ef58d=a50_0x1315,_0x7579e2=_0x11e655();while(!![]){try{const _0x2275db=-parseInt(_0x2ef58d(0x1ba))/0x1*(parseInt(_0x2ef58d(0x1cd))/0x2)+parseInt(_0x2ef58d(0x1c6))/0x3+parseInt(_0x2ef58d(0x1e6))/0x4+parseInt(_0x2ef58d(0x1c2))/0x5+-parseInt(_0x2ef58d(0x211))/0x6+parseInt(_0x2ef58d(0x207))/0x7+-parseInt(_0x2ef58d(0x1f3))/0x8;if(_0x2275db===_0x139ccc)break;else _0x7579e2['push'](_0x7579e2['shift']());}catch(_0x3dcb10){_0x7579e2['push'](_0x7579e2['shift']());}}}(a50_0xf133,0x8a1e9));const Worker=require(a50_0xdbd38(0x1dd))[a50_0xdbd38(0x1f8)],Emittery=require('emittery'),pLimit=require(a50_0xdbd38(0x1de)),{parentPort}=require(a50_0xdbd38(0x210)),util=require('util'),logger=require(a50_0xdbd38(0x20e))[a50_0xdbd38(0x1d7)],PerformanceTester=require(a50_0xdbd38(0x1d3)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],{debug}=require(a50_0xdbd38(0x212)),TestHubHandler=require('../../helpers/testhub/testhubHandler');exports[a50_0xdbd38(0x1c7)]=(_0x2891e3,_0x249168,_0x3f3868)=>new Promise(async _0x53e71a=>{const _0x55544c=a50_0xdbd38,_0x4f5803={'MspSE':_0x55544c(0x1f4),'HSqQG':function(_0x319845,_0x55ff5f){return _0x319845+_0x55ff5f;},'dmtqP':_0x55544c(0x1d1),'GkXJs':'Workers\x20failed\x20to\x20exit\x20gracefully','fuBCy':function(_0x399766,_0x1b54e3){return _0x399766(_0x1b54e3);},'KkzPc':function(_0x42a2e3,_0xd0da68){return _0x42a2e3(_0xd0da68);},'KGjJp':_0x55544c(0x1cb),'Zzwsa':_0x55544c(0x1c5),'PCokG':_0x55544c(0x204),'YRbAM':_0x55544c(0x1c1),'REvwY':_0x55544c(0x213),'POWxB':function(_0x18b132,_0x3455e8){return _0x18b132*_0x3455e8;},'JMxCx':_0x55544c(0x1fa),'LyRYd':_0x55544c(0x1fe),'FBMks':function(_0x596c35,_0x431756){return _0x596c35(_0x431756);},'YQGhO':function(_0x3e8155,_0x471ffd){return _0x3e8155*_0x471ffd;}},_0x1e778d=_0x3f3868[_0x55544c(0x1d8)],_0x4a7987={},_0x4e3b7d=new Worker(require[_0x55544c(0x1b8)](_0x4f5803[_0x55544c(0x1d6)]),{'exposedMethods':[_0x4f5803[_0x55544c(0x1ef)]],'forkOptions':{'serialization':_0x4f5803[_0x55544c(0x1f7)],'stdio':_0x4f5803[_0x55544c(0x1fc)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4f5803['POWxB'](_0x249168,0x1),'enableWorkerThreads':!![]}),_0x2e14fb=new Emittery();_0x2e14fb['on'](_0x4f5803[_0x55544c(0x1df)],_0x3a5750=>{const _0x24355e=_0x55544c;_0x4a7987[_0x3a5750[0x0]]?(_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1e4)]]=_0x4f5803[_0x24355e(0x20d)](_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1e4)]],_0x3a5750[0x1][_0x4f5803['MspSE']]),_0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1ea)]]=[..._0x4a7987[_0x3a5750[0x0]][_0x4f5803[_0x24355e(0x1ea)]],..._0x3a5750[0x1][_0x4f5803[_0x24355e(0x1ea)]]]):_0x4a7987[_0x3a5750[0x0]]={'failureCount':_0x3a5750[0x1][_0x4f5803[_0x24355e(0x1e4)]],'results':[..._0x3a5750[0x1][_0x4f5803['dmtqP']]]};}),_0x2e14fb['on'](_0x4f5803[_0x55544c(0x1b9)],_0x4ceccf=>console['log'](_0x4ceccf[0x1]));_0x4e3b7d[_0x55544c(0x1cc)]()&&_0x4e3b7d[_0x55544c(0x1cc)]()[_0x55544c(0x213)](process['stdout']);_0x4e3b7d[_0x55544c(0x1f6)]()&&_0x4e3b7d[_0x55544c(0x1f6)]()[_0x55544c(0x213)](process[_0x55544c(0x214)]);const _0x26bfab=async()=>{const _0x46b0b0=_0x55544c,{forceExited:_0x246442}=await _0x4e3b7d[_0x46b0b0(0x1dc)]();_0x246442&&console[_0x46b0b0(0x1f0)](_0x4f5803[_0x46b0b0(0x1ff)]);try{await TestHubHandler[_0x46b0b0(0x1b7)]();}catch(_0xe84286){_0x4f5803[_0x46b0b0(0x1e3)](debug,_0x46b0b0(0x1eb)+_0xe84286);}_0x4f5803[_0x46b0b0(0x1fd)](_0x53e71a,_0x4a7987);},_0x35c310=_0x4f5803['FBMks'](pLimit,_0x4f5803[_0x55544c(0x1ee)](_0x249168,0x1)),_0x711f25=_0x5f2ee7=>_0x35c310(async()=>{const _0x26763b=_0x55544c;await _0x2e14fb[_0x26763b(0x1c3)](_0x4f5803[_0x26763b(0x20c)],_0x5f2ee7);const _0xbb0190=_0x4e3b7d[_0x26763b(0x204)](_0x5f2ee7,_0x1e778d);try{parentPort&&_0xbb0190['UNSTABLE_onCustomMessage'](_0x3e3dac=>{const _0x4f093f=_0x26763b;try{parentPort[_0x4f093f(0x206)](_0x3e3dac);}catch(_0x1d500b){logger[_0x4f093f(0x1d0)](_0x4f093f(0x20f)+util[_0x4f093f(0x1e8)](_0x1d500b));}});}catch(_0x176fe7){logger[_0x26763b(0x1d0)](_0x26763b(0x1e2)+util[_0x26763b(0x1e8)](_0x176fe7));}return _0xbb0190;});PerformanceTester[_0x55544c(0x1dc)](PerformanceEvents[_0x55544c(0x1da)]),Promise[_0x55544c(0x1d9)](_0x2891e3[_0x55544c(0x1d4)](_0xd285d8=>_0x711f25(_0xd285d8)['then'](_0x324e42=>_0x2e14fb[_0x55544c(0x1c3)]('test-file-success',[_0xd285d8[_0x55544c(0x1e7)]['platform'],_0x324e42]),_0x234d7f=>_0x2e14fb[_0x55544c(0x1c3)](_0x55544c(0x1fe),[_0xd285d8,_0x234d7f]))))[_0x55544c(0x1bd)](_0x26bfab,_0x26bfab);}),exports[a50_0xdbd38(0x1bf)]=(_0x4b3003,_0x7f555,_0x23250f,_0x583dba,_0x57d4df)=>{const _0xa6f4f5=a50_0xdbd38,_0x30755c={'mQcry':_0xa6f4f5(0x1e5),'FBxvr':function(_0x2baab3,_0x5757e1){return _0x2baab3(_0x5757e1);},'KaxJi':_0xa6f4f5(0x1ca),'vWllk':_0xa6f4f5(0x1c5),'cudVe':'cucumberWorker','ZdCfO':_0xa6f4f5(0x1c1),'QEQfD':_0xa6f4f5(0x213),'KpIsk':_0xa6f4f5(0x208),'lOLhE':_0xa6f4f5(0x1d2)};return new Promise(_0x271226=>{const _0x26bff5=_0xa6f4f5,_0x5cac96={};_0x5cac96['VknfM']=_0x30755c['KaxJi'];const _0x5af3fb=_0x5cac96,_0xfafe73=[],_0x12f7df=new Worker(require['resolve'](_0x30755c[_0x26bff5(0x1e9)]),{'exposedMethods':[_0x30755c[_0x26bff5(0x1ec)]],'forkOptions':{'serialization':_0x30755c[_0x26bff5(0x1c0)],'stdio':_0x30755c[_0x26bff5(0x218)]},'numWorkers':_0x4b3003[_0x26bff5(0x1db)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x533d5f=new Emittery();_0x533d5f['on'](_0x30755c[_0x26bff5(0x1fb)],_0x445a2e=>{const _0x34dba8=_0x26bff5;_0xfafe73[_0x34dba8(0x203)]([_0x445a2e[0x0],_0x445a2e[0x1]]);}),_0x533d5f['on'](_0x30755c[_0x26bff5(0x1d5)],_0x4905ad=>console[_0x26bff5(0x1f2)](_0x4905ad[0x1]));_0x12f7df[_0x26bff5(0x1cc)]()&&_0x12f7df[_0x26bff5(0x1cc)]()[_0x26bff5(0x213)](process[_0x26bff5(0x1ed)]);_0x12f7df[_0x26bff5(0x1f6)]()&&_0x12f7df[_0x26bff5(0x1f6)]()[_0x26bff5(0x213)](process[_0x26bff5(0x214)]);const _0xb33161=async()=>{const _0x338bff=_0x26bff5,{forceExited:_0x562bc9}=await _0x12f7df['end']();_0x562bc9&&console[_0x338bff(0x1f0)](_0x30755c[_0x338bff(0x1ce)]),_0x30755c[_0x338bff(0x216)](_0x271226,_0xfafe73);},_0x19ea1f=_0x30755c[_0x26bff5(0x216)](pLimit,_0x4b3003[_0x26bff5(0x1db)]||0x1),_0x5a92f4=(_0x521a1f,_0x1f7672)=>_0x19ea1f(async()=>{const _0x15fd57=_0x26bff5;return await _0x533d5f[_0x15fd57(0x1c3)](_0x5af3fb[_0x15fd57(0x1f5)],_0x521a1f),_0x7f555['platformCaps']=_0x23250f['platforms'][_0x1f7672],_0x12f7df[_0x15fd57(0x202)](_0x521a1f,_0x7f555,_0x23250f,_0x583dba,_0x57d4df);});Promise[_0x26bff5(0x1d9)](_0x4b3003[_0x26bff5(0x1d4)]((_0x470db0,_0x5798f1)=>_0x5a92f4(_0x470db0,_0x5798f1)[_0x26bff5(0x1bd)](_0x151a9b=>_0x533d5f[_0x26bff5(0x1c3)](_0x26bff5(0x208),[_0x470db0,_0x151a9b]),_0x4d4914=>_0x533d5f['emit']('platform-run-failure',[_0x470db0,_0x4d4914]))))['then'](_0xb33161,_0xb33161);});},exports[a50_0xdbd38(0x215)]=(_0x8fd026,_0xdfdbb)=>new Promise(_0x10b107=>{const _0x194278=a50_0xdbd38,_0x5825c4={'ENtyu':'exit','cKYwl':function(_0x29a08c,_0x40130e){return _0x29a08c===_0x40130e;},'UjblX':function(_0x20ea61,_0x5ec78a){return _0x20ea61!==_0x5ec78a;},'ECWZT':_0x194278(0x1e5),'uGlsO':function(_0x29fb5f,_0x245aea){return _0x29fb5f(_0x245aea);},'GZlua':_0x194278(0x1c5),'qWEJZ':_0x194278(0x205),'kxQMc':_0x194278(0x1c1),'oyAHP':'pipe','OCJDu':_0x194278(0x1fa),'aQFjG':_0x194278(0x1fe)},_0x17a389={},_0x451461=new Worker(require[_0x194278(0x1b8)](_0x5825c4[_0x194278(0x1bc)]),{'exposedMethods':[_0x5825c4[_0x194278(0x201)]],'forkOptions':{'serialization':_0x5825c4['kxQMc'],'stdio':_0x5825c4[_0x194278(0x1be)]},'numWorkers':_0xdfdbb,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xe3fcd=new Emittery();_0xe3fcd['on'](_0x5825c4['OCJDu'],_0x4576b3=>{const _0x54398b=_0x194278;_0x4576b3[0x0]&&logger[_0x54398b(0x1f9)]('Running\x20'+_0x4576b3[0x1]+_0x54398b(0x1cf),_0x4576b3[0x0]);}),_0xe3fcd['on'](_0x5825c4[_0x194278(0x1f1)],_0x14e77e=>{const _0x58c219=_0x194278;process[_0x58c219(0x1c9)]=0x1;});_0x451461[_0x194278(0x1cc)]()&&_0x451461[_0x194278(0x1cc)]()[_0x194278(0x213)](process[_0x194278(0x1ed)]);_0x451461['getStderr']()&&_0x451461['getStderr']()[_0x194278(0x213)](process[_0x194278(0x214)]);const _0x26d51e=async()=>{const _0x597c18=_0x194278,_0x336cf7={'KbTxu':function(_0x3a17b6,_0x44dfcd){const _0xfc46f6=a50_0x1315;return _0x5825c4[_0xfc46f6(0x1c4)](_0x3a17b6,_0x44dfcd);},'rLTmE':function(_0x5d45c8,_0x283742){return _0x5825c4['UjblX'](_0x5d45c8,_0x283742);}};let _0x1ceb0e=0x0;const _0x1a2883=_0x451461['_workerPool'][_0x597c18(0x1e0)](),_0x39ed25=()=>{},_0x1c92e0=_0x1a2883[_0x597c18(0x1d4)](async _0x30f709=>{const _0x4312b7=_0x597c18;_0x30f709[_0x4312b7(0x1e1)]([0x2,![]],_0x39ed25,_0x39ed25,_0x39ed25),_0x30f709[_0x4312b7(0x1bb)]['on'](_0x5825c4[_0x4312b7(0x20b)],_0x2eb8b5=>{const _0x1ef102=_0x4312b7;_0x336cf7[_0x1ef102(0x20a)](_0x1ceb0e,0x0)&&_0x336cf7[_0x1ef102(0x217)](_0x2eb8b5,0x0)&&(_0x1ceb0e=_0x2eb8b5);}),await _0x30f709[_0x4312b7(0x200)]();});await Promise[_0x597c18(0x1d9)](_0x1c92e0),process[_0x597c18(0x1c9)]=_0x1ceb0e;const {forceExited:_0x544f6a}=await _0x451461[_0x597c18(0x1dc)]();_0x544f6a&&console[_0x597c18(0x1f0)](_0x5825c4[_0x597c18(0x1c8)]),_0x5825c4['uGlsO'](_0x10b107,_0x17a389);},_0x2d0fcc=_0x5825c4['uGlsO'](pLimit,_0xdfdbb),_0x461f6a=_0x121e07=>_0x2d0fcc(async()=>{const _0x434656=_0x194278;return _0x451461[_0x434656(0x205)](_0x121e07);});Promise[_0x194278(0x1d9)](_0x8fd026[_0x194278(0x1d4)](_0x56ed04=>_0x461f6a(_0x56ed04)[_0x194278(0x1bd)](_0x3b972b=>_0xe3fcd[_0x194278(0x1c3)](_0x194278(0x1fa),[_0x56ed04['configuration'][_0x194278(0x209)],_0x56ed04[_0x194278(0x1e7)]['file']]),_0x702c9c=>_0xe3fcd['emit']('test-file-failure',[_0x56ed04,_0x702c9c]))))[_0x194278(0x1bd)](_0x26d51e,_0x26d51e);});
|
|
1
|
+
const a50_0x39c8ff=a50_0x1d2b;(function(_0x5ba605,_0x5c7a57){const _0x2e60b2=a50_0x1d2b,_0xc55061=_0x5ba605();while(!![]){try{const _0x389a72=parseInt(_0x2e60b2(0x12d))/0x1*(-parseInt(_0x2e60b2(0x132))/0x2)+-parseInt(_0x2e60b2(0x131))/0x3+-parseInt(_0x2e60b2(0x16b))/0x4+-parseInt(_0x2e60b2(0x13b))/0x5*(parseInt(_0x2e60b2(0x152))/0x6)+parseInt(_0x2e60b2(0x164))/0x7+parseInt(_0x2e60b2(0x149))/0x8*(-parseInt(_0x2e60b2(0x137))/0x9)+-parseInt(_0x2e60b2(0x13c))/0xa*(-parseInt(_0x2e60b2(0x15b))/0xb);if(_0x389a72===_0x5c7a57)break;else _0xc55061['push'](_0xc55061['shift']());}catch(_0x4bec1c){_0xc55061['push'](_0xc55061['shift']());}}}(a50_0x3d8f,0xb6fa8));const Worker=require(a50_0x39c8ff(0x147))[a50_0x39c8ff(0x158)],Emittery=require(a50_0x39c8ff(0x151)),pLimit=require(a50_0x39c8ff(0x143)),{parentPort}=require(a50_0x39c8ff(0x16c)),util=require('util'),logger=require(a50_0x39c8ff(0x169))[a50_0x39c8ff(0x16d)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a50_0x39c8ff(0x15a)],{debug}=require(a50_0x39c8ff(0x128)),TestHubHandler=require(a50_0x39c8ff(0x14e));exports[a50_0x39c8ff(0x153)]=(_0x868cd4,_0x331023,_0x1bf54a)=>new Promise(async _0x472241=>{const _0x5b0f48=a50_0x39c8ff,_0x765f20={'oPfBs':'failureCount','manoR':function(_0x137483,_0x52ee33){return _0x137483+_0x52ee33;},'qrVHs':_0x5b0f48(0x11b),'KqiCC':_0x5b0f48(0x123),'fLnCw':function(_0x33c765,_0x455754){return _0x33c765(_0x455754);},'LTjqv':function(_0x4f2e60,_0x500a70){return _0x4f2e60(_0x500a70);},'cyZBY':_0x5b0f48(0x157),'UKEre':_0x5b0f48(0x118),'ennmN':_0x5b0f48(0x146),'MMGYP':'json','Kwbhx':'pipe','CoHDe':function(_0x2a3d5a,_0x2b0d08){return _0x2a3d5a*_0x2b0d08;},'KNNjO':'test-file-success','MWQcT':'test-file-failure','uhELs':function(_0x43c8f5,_0x2b0072){return _0x43c8f5(_0x2b0072);},'hFVne':function(_0x84f733,_0xfa8283){return _0x84f733*_0xfa8283;}},_0xbd6d80=_0x1bf54a[_0x5b0f48(0x14b)],_0x5820a8={},_0xf42fb5=new Worker(require['resolve'](_0x765f20['UKEre']),{'exposedMethods':[_0x765f20[_0x5b0f48(0x12e)]],'forkOptions':{'serialization':_0x765f20[_0x5b0f48(0x16e)],'stdio':_0x765f20[_0x5b0f48(0x141)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x765f20[_0x5b0f48(0x170)](_0x331023,0x1),'enableWorkerThreads':!![]}),_0x5f4f80=new Emittery();_0x5f4f80['on'](_0x765f20[_0x5b0f48(0x12a)],_0x24f03a=>{const _0xa5bbb3=_0x5b0f48;_0x5820a8[_0x24f03a[0x0]]?(_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x13e)]]=_0x765f20[_0xa5bbb3(0x179)](_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x13e)]],_0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x13e)]]),_0x5820a8[_0x24f03a[0x0]][_0x765f20[_0xa5bbb3(0x15c)]]=[..._0x5820a8[_0x24f03a[0x0]][_0x765f20['qrVHs']],..._0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x15c)]]]):_0x5820a8[_0x24f03a[0x0]]={'failureCount':_0x24f03a[0x1][_0x765f20[_0xa5bbb3(0x13e)]],'results':[..._0x24f03a[0x1][_0x765f20['qrVHs']]]};}),_0x5f4f80['on'](_0x765f20['MWQcT'],_0x18d227=>console['log'](_0x18d227[0x1]));_0xf42fb5[_0x5b0f48(0x162)]()&&_0xf42fb5[_0x5b0f48(0x162)]()['pipe'](process[_0x5b0f48(0x144)]);_0xf42fb5[_0x5b0f48(0x172)]()&&_0xf42fb5['getStderr']()['pipe'](process[_0x5b0f48(0x14d)]);const _0x4c5786=async()=>{const _0x202c5c=_0x5b0f48,{forceExited:_0x445092}=await _0xf42fb5[_0x202c5c(0x160)]();_0x445092&&console[_0x202c5c(0x133)](_0x765f20[_0x202c5c(0x156)]);try{await TestHubHandler[_0x202c5c(0x138)]();}catch(_0x565a17){_0x765f20['fLnCw'](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x565a17);}_0x765f20[_0x202c5c(0x171)](_0x472241,_0x5820a8);},_0xaefc5=_0x765f20[_0x5b0f48(0x122)](pLimit,_0x765f20[_0x5b0f48(0x142)](_0x331023,0x1)),_0x30fcbc=_0x371cd4=>_0xaefc5(async()=>{const _0x3a4f30=_0x5b0f48;await _0x5f4f80[_0x3a4f30(0x15e)](_0x765f20[_0x3a4f30(0x120)],_0x371cd4);const _0x3a8f4d=_0xf42fb5[_0x3a4f30(0x146)](_0x371cd4,_0xbd6d80);try{parentPort&&_0x3a8f4d[_0x3a4f30(0x15d)](_0x2b9ffd=>{const _0x1ee3cd=_0x3a4f30;try{parentPort[_0x1ee3cd(0x161)](_0x2b9ffd);}catch(_0x22a6ed){logger[_0x1ee3cd(0x176)](_0x1ee3cd(0x12c)+util[_0x1ee3cd(0x175)](_0x22a6ed));}});}catch(_0x19b81b){logger['debug']('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x3a4f30(0x175)](_0x19b81b));}return _0x3a8f4d;});PerformanceTester[_0x5b0f48(0x160)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x868cd4[_0x5b0f48(0x11c)](_0x1f88fc=>_0x30fcbc(_0x1f88fc)['then'](_0x7a591b=>_0x5f4f80[_0x5b0f48(0x15e)](_0x5b0f48(0x125),[_0x1f88fc[_0x5b0f48(0x130)]['platform'],_0x7a591b]),_0x452334=>_0x5f4f80[_0x5b0f48(0x15e)](_0x5b0f48(0x124),[_0x1f88fc,_0x452334]))))[_0x5b0f48(0x11d)](_0x4c5786,_0x4c5786);}),exports[a50_0x39c8ff(0x13f)]=(_0x2348f3,_0x52b706,_0x1656da,_0x237403,_0x5852d8)=>{const _0x43d4ad=a50_0x39c8ff,_0x24e47f={'UvPTz':_0x43d4ad(0x14c),'kURhF':_0x43d4ad(0x123),'Qgblo':function(_0xf5e432,_0x256643){return _0xf5e432(_0x256643);},'OHddt':_0x43d4ad(0x118),'dfDeP':_0x43d4ad(0x167),'lWNNo':'json','KfQui':_0x43d4ad(0x13a),'Zxvkj':_0x43d4ad(0x126),'cpSbP':_0x43d4ad(0x163),'Pemky':function(_0x54f8dc,_0x18fd9e){return _0x54f8dc(_0x18fd9e);}};return new Promise(_0x4fb2a7=>{const _0x2195f0=_0x43d4ad,_0x3855a0={'sHTJF':_0x24e47f[_0x2195f0(0x155)],'DhIhm':function(_0xb73774,_0x23a8ef){const _0x57947f=_0x2195f0;return _0x24e47f[_0x57947f(0x159)](_0xb73774,_0x23a8ef);}},_0x562e88=[],_0x541766=new Worker(require[_0x2195f0(0x129)](_0x24e47f[_0x2195f0(0x168)]),{'exposedMethods':[_0x24e47f['dfDeP']],'forkOptions':{'serialization':_0x24e47f[_0x2195f0(0x121)],'stdio':_0x24e47f[_0x2195f0(0x14a)]},'numWorkers':_0x2348f3[_0x2195f0(0x11a)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c01ea=new Emittery();_0x1c01ea['on'](_0x24e47f[_0x2195f0(0x145)],_0x3157dd=>{const _0x5e9595=_0x2195f0;_0x562e88[_0x5e9595(0x166)]([_0x3157dd[0x0],_0x3157dd[0x1]]);}),_0x1c01ea['on'](_0x24e47f['cpSbP'],_0x2ad369=>console[_0x2195f0(0x135)](_0x2ad369[0x1]));_0x541766[_0x2195f0(0x162)]()&&_0x541766['getStdout']()['pipe'](process[_0x2195f0(0x144)]);_0x541766[_0x2195f0(0x172)]()&&_0x541766[_0x2195f0(0x172)]()[_0x2195f0(0x13a)](process['stderr']);const _0x86ecc4=async()=>{const _0x52f7d1=_0x2195f0,{forceExited:_0x7d8ca3}=await _0x541766[_0x52f7d1(0x160)]();_0x7d8ca3&&console[_0x52f7d1(0x133)](_0x3855a0[_0x52f7d1(0x150)]),_0x3855a0[_0x52f7d1(0x11f)](_0x4fb2a7,_0x562e88);},_0x208fb6=_0x24e47f['Pemky'](pLimit,_0x2348f3[_0x2195f0(0x11a)]||0x1),_0x4655f4=(_0x2a53c4,_0x3b6397)=>_0x208fb6(async()=>{const _0x46309b=_0x2195f0;return await _0x1c01ea[_0x46309b(0x15e)](_0x24e47f['UvPTz'],_0x2a53c4),_0x52b706['platformCaps']=_0x1656da[_0x46309b(0x127)][_0x3b6397],_0x541766['cucumberWorker'](_0x2a53c4,_0x52b706,_0x1656da,_0x237403,_0x5852d8);});Promise['all'](_0x2348f3[_0x2195f0(0x11c)]((_0x4e29d9,_0x866978)=>_0x4655f4(_0x4e29d9,_0x866978)[_0x2195f0(0x11d)](_0xf66941=>_0x1c01ea['emit']('platform-run-success',[_0x4e29d9,_0xf66941]),_0x2c9fe4=>_0x1c01ea[_0x2195f0(0x15e)](_0x2195f0(0x163),[_0x4e29d9,_0x2c9fe4]))))[_0x2195f0(0x11d)](_0x86ecc4,_0x86ecc4);});},exports['parallelVanillaRun']=(_0x179ff5,_0x3c5922)=>new Promise(_0x12b2ec=>{const _0x5d9ffd=a50_0x39c8ff,_0x8875de={'YdvGQ':function(_0x1672b0,_0x134bc5){return _0x1672b0===_0x134bc5;},'TLxIq':function(_0x4208e9,_0x6e6f23){return _0x4208e9!==_0x6e6f23;},'YsbqV':_0x5d9ffd(0x136),'sIIfH':_0x5d9ffd(0x123),'xPUvE':function(_0x4e6899,_0x1d33e3){return _0x4e6899(_0x1d33e3);},'sRGwq':_0x5d9ffd(0x118),'qhlYY':'vanillaWorker','DcHxc':'json','LADRx':_0x5d9ffd(0x13a),'AOiNt':_0x5d9ffd(0x125),'UHucl':'test-file-failure','FKcxt':function(_0x5ac75d,_0x148f88){return _0x5ac75d(_0x148f88);}},_0x18303c={},_0x5e2b40=new Worker(require[_0x5d9ffd(0x129)](_0x8875de[_0x5d9ffd(0x16a)]),{'exposedMethods':[_0x8875de[_0x5d9ffd(0x116)]],'forkOptions':{'serialization':_0x8875de[_0x5d9ffd(0x173)],'stdio':_0x8875de[_0x5d9ffd(0x139)]},'numWorkers':_0x3c5922,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4e2236=new Emittery();_0x4e2236['on'](_0x8875de['AOiNt'],_0x31db5=>{const _0x2ea035=_0x5d9ffd;_0x31db5[0x0]&&logger['info'](_0x2ea035(0x165)+_0x31db5[0x1]+'\x20for',_0x31db5[0x0]);}),_0x4e2236['on'](_0x8875de[_0x5d9ffd(0x119)],_0x11ff77=>{const _0xd0ff08=_0x5d9ffd;process[_0xd0ff08(0x154)]=0x1;});_0x5e2b40[_0x5d9ffd(0x162)]()&&_0x5e2b40['getStdout']()[_0x5d9ffd(0x13a)](process['stdout']);_0x5e2b40[_0x5d9ffd(0x172)]()&&_0x5e2b40['getStderr']()[_0x5d9ffd(0x13a)](process['stderr']);const _0x477d75=async()=>{const _0xac2716=_0x5d9ffd,_0x13e11a={'SoqEV':function(_0x2764b3,_0x1c6a75){const _0x43e7b6=a50_0x1d2b;return _0x8875de[_0x43e7b6(0x178)](_0x2764b3,_0x1c6a75);},'LUmLk':function(_0x1cbe54,_0x542191){const _0x187fff=a50_0x1d2b;return _0x8875de[_0x187fff(0x134)](_0x1cbe54,_0x542191);},'mzYxp':_0x8875de[_0xac2716(0x12f)]};let _0x347adb=0x0;const _0x268a02=_0x5e2b40[_0xac2716(0x11e)]['getWorkers'](),_0x210fc6=()=>{},_0xe73168=_0x268a02['map'](async _0x4d034c=>{const _0xed8d04=_0xac2716,_0x52afb5={'KydfQ':function(_0x4aca7b,_0x57dd03){const _0x1dec08=a50_0x1d2b;return _0x13e11a[_0x1dec08(0x12b)](_0x4aca7b,_0x57dd03);},'fRxUU':function(_0x290fa8,_0x166205){const _0x899922=a50_0x1d2b;return _0x13e11a[_0x899922(0x15f)](_0x290fa8,_0x166205);}};_0x4d034c['send']([0x2,![]],_0x210fc6,_0x210fc6,_0x210fc6),_0x4d034c[_0xed8d04(0x14f)]['on'](_0x13e11a[_0xed8d04(0x177)],_0x27ffb5=>{const _0x2e278f=_0xed8d04;_0x52afb5[_0x2e278f(0x140)](_0x347adb,0x0)&&_0x52afb5[_0x2e278f(0x13d)](_0x27ffb5,0x0)&&(_0x347adb=_0x27ffb5);}),await _0x4d034c['waitForExit']();});await Promise['all'](_0xe73168),process['exitCode']=_0x347adb;const {forceExited:_0x30d21d}=await _0x5e2b40[_0xac2716(0x160)]();_0x30d21d&&console[_0xac2716(0x133)](_0x8875de[_0xac2716(0x148)]),_0x8875de['xPUvE'](_0x12b2ec,_0x18303c);},_0x1cf0ca=_0x8875de[_0x5d9ffd(0x117)](pLimit,_0x3c5922),_0x4fbf94=_0xffb4a7=>_0x1cf0ca(async()=>{const _0x4256f0=_0x5d9ffd;return _0x5e2b40[_0x4256f0(0x16f)](_0xffb4a7);});Promise[_0x5d9ffd(0x174)](_0x179ff5[_0x5d9ffd(0x11c)](_0x45dcd7=>_0x4fbf94(_0x45dcd7)[_0x5d9ffd(0x11d)](_0x5cbf7f=>_0x4e2236[_0x5d9ffd(0x15e)](_0x5d9ffd(0x125),[_0x45dcd7['configuration']['platform'],_0x45dcd7[_0x5d9ffd(0x130)]['file']]),_0x43f99c=>_0x4e2236[_0x5d9ffd(0x15e)]('test-file-failure',[_0x45dcd7,_0x43f99c]))))['then'](_0x477d75,_0x477d75);});function a50_0x1d2b(_0x3f9cd7,_0x542a48){const _0x3d8f7b=a50_0x3d8f();return a50_0x1d2b=function(_0x1d2b7a,_0x2c7561){_0x1d2b7a=_0x1d2b7a-0x116;let _0x41950a=_0x3d8f7b[_0x1d2b7a];return _0x41950a;},a50_0x1d2b(_0x3f9cd7,_0x542a48);}function a50_0x3d8f(){const _0x547a54=['cucumberWorker','OHddt','../../helpers/logger','sRGwq','833372CfTJkj','worker_threads','winstonLogger','MMGYP','vanillaWorker','CoHDe','LTjqv','getStderr','DcHxc','all','format','debug','mzYxp','YdvGQ','manoR','qhlYY','FKcxt','./testWorker.js','UHucl','length','results','map','then','_workerPool','DhIhm','cyZBY','lWNNo','uhELs','Workers\x20failed\x20to\x20exit\x20gracefully','test-file-failure','test-file-success','platform-run-success','platforms','../../helpers/test-observability/utils','resolve','KNNjO','SoqEV','Exception\x20in\x20sending\x20worker\x20message\x20','1QhJBMb','ennmN','YsbqV','configuration','2439804UsmExd','527124NcSSsy','error','TLxIq','log','exit','9aYsxGP','stop','LADRx','pipe','505hZsJiU','420310VmYGOz','fRxUU','oPfBs','parallelCucumberRun','KydfQ','Kwbhx','hFVne','p-limit','stdout','Zxvkj','worker','jest-worker','sIIfH','6622984MiGnwr','KfQui','config','platform-run-start','stderr','../../helpers/testhub/testhubHandler','_child','sHTJF','emittery','54408JRMfHU','parallelTestRun','exitCode','kURhF','KqiCC','test-file-start','Worker','Qgblo','EVENTS','814pVNfWr','qrVHs','UNSTABLE_onCustomMessage','emit','LUmLk','end','postMessage','getStdout','platform-run-failure','4676700gkaUYN','Running\x20','push'];a50_0x3d8f=function(){return _0x547a54;};return a50_0x3d8f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0x2de5e6=a51_0x54f4;function a51_0x54f4(_0x160b24,_0x28805e){const _0x1c2b7e=a51_0x1c2b();return a51_0x54f4=function(_0x54f48a,_0x252582){_0x54f48a=_0x54f48a-0x1ce;let _0xf0a201=_0x1c2b7e[_0x54f48a];return _0xf0a201;},a51_0x54f4(_0x160b24,_0x28805e);}(function(_0x93fc21,_0xe6e544){const _0x57d8fc=a51_0x54f4,_0xccf818=_0x93fc21();while(!![]){try{const _0x4dbab6=-parseInt(_0x57d8fc(0x1ed))/0x1*(-parseInt(_0x57d8fc(0x1dc))/0x2)+-parseInt(_0x57d8fc(0x1d0))/0x3+parseInt(_0x57d8fc(0x1e2))/0x4+-parseInt(_0x57d8fc(0x1e4))/0x5*(-parseInt(_0x57d8fc(0x1e3))/0x6)+parseInt(_0x57d8fc(0x1e7))/0x7+-parseInt(_0x57d8fc(0x1d8))/0x8*(parseInt(_0x57d8fc(0x1eb))/0x9)+-parseInt(_0x57d8fc(0x1e9))/0xa;if(_0x4dbab6===_0xe6e544)break;else _0xccf818['push'](_0xccf818['shift']());}catch(_0x5f33b5){_0xccf818['push'](_0xccf818['shift']());}}}(a51_0x1c2b,0x70e58));const PerformanceEvents=require('../../helpers/performance/constants')[a51_0x2de5e6(0x1d9)],PerformanceTester=require(a51_0x2de5e6(0x1e6)),{sleep}=require(a51_0x2de5e6(0x1df));function a51_0x1c2b(){const _0x203ab1=['nOGol','65643yqGdPu','runVanillaTest','LhOBx','1401039OOSeUJ','end','stopMonitoring','cucumber-js','vanilla','runTest','Jgmlm','../launcher/launcher','145048KBbVtQ','EVENTS','startMonitoring','configuration','22vAEdYD','run','bEYgH','../../helpers/test-observability/utils','runCucumberTest','SDK_POST_TEST','1678000NMDpeX','546XNPbMZ','48135mHWLJI','XjkzW','../../helpers/performance/performance-tester','5578986uEpNAL','mocha','13593920uJXbiz','EGjEU','261GOsAjD'];a51_0x1c2b=function(){return _0x203ab1;};return a51_0x1c2b();}exports[a51_0x2de5e6(0x1d5)]=async(_0x297e52,_0x1f4188)=>{const _0x31e56e=a51_0x2de5e6,_0x33d21b={'vqgxG':function(_0x157f8e,_0x21eeb9){return _0x157f8e(_0x21eeb9);},'Jgmlm':_0x31e56e(0x1d7),'EGjEU':_0x31e56e(0x1e8),'nOGol':function(_0x1c10d7,_0x37bd4a){return _0x1c10d7(_0x37bd4a);}};PerformanceTester[_0x31e56e(0x1da)]();const _0x3bc5c6=_0x33d21b['vqgxG'](require,_0x33d21b[_0x31e56e(0x1d6)]),_0x4b51f1=new _0x3bc5c6(_0x33d21b[_0x31e56e(0x1ea)],_0x297e52,_0x1f4188),_0x4a55ed=await _0x4b51f1['run']();return PerformanceTester[_0x31e56e(0x1d1)](PerformanceEvents[_0x31e56e(0x1e1)]),await _0x33d21b[_0x31e56e(0x1ec)](sleep,0x3e8),PerformanceTester[_0x31e56e(0x1d2)](),_0x4a55ed;},exports[a51_0x2de5e6(0x1e0)]=async(_0x1d4631,_0x2a84b1,_0x16cc45,_0x452395,_0x490a41)=>{const _0x55da4c=a51_0x2de5e6,_0x2e583c={'BKNRz':function(_0x178d10,_0x42d506){return _0x178d10(_0x42d506);},'zmdwC':_0x55da4c(0x1d7),'XjkzW':_0x55da4c(0x1d3)},_0x15e1d3={'capability':_0x1d4631,..._0x2a84b1},_0x24f9fa={};_0x24f9fa[_0x55da4c(0x1db)]=_0x15e1d3,_0x24f9fa['formatter']=_0x490a41;const _0x1ad8db=_0x24f9fa,_0x5584dd=_0x2e583c['BKNRz'](require,_0x2e583c['zmdwC']),_0x272fea=new _0x5584dd(_0x2e583c[_0x55da4c(0x1e5)],_0x1ad8db,_0x16cc45,_0x452395);return await _0x272fea[_0x55da4c(0x1dd)]();},exports[a51_0x2de5e6(0x1ce)]=async _0x8818f0=>{const _0x4eb513=a51_0x2de5e6,_0x55c2c1={'PiNBH':function(_0x4dd2db,_0x40a868){return _0x4dd2db(_0x40a868);},'bEYgH':'../launcher/launcher','LhOBx':_0x4eb513(0x1d4)},_0x51d296=_0x55c2c1['PiNBH'](require,_0x55c2c1[_0x4eb513(0x1de)]),_0x3ba455=new _0x51d296(_0x55c2c1[_0x4eb513(0x1cf)],_0x8818f0);return await _0x3ba455['run']();};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a52_0x5b5f(_0x4946ee,_0x2e7c4f){const _0x5e4bed=a52_0x5e4b();return a52_0x5b5f=function(_0x5b5fa1,_0x4b7636){_0x5b5fa1=_0x5b5fa1-0x1b8;let _0x14597a=_0x5e4bed[_0x5b5fa1];return _0x14597a;},a52_0x5b5f(_0x4946ee,_0x2e7c4f);}const a52_0x51654d=a52_0x5b5f;(function(_0x58ec98,_0x4ed8f8){const _0x3b31ef=a52_0x5b5f,_0x55d46d=_0x58ec98();while(!![]){try{const _0xf69ffe=parseInt(_0x3b31ef(0x1c5))/0x1*(-parseInt(_0x3b31ef(0x1c4))/0x2)+parseInt(_0x3b31ef(0x1c3))/0x3+-parseInt(_0x3b31ef(0x1b8))/0x4+-parseInt(_0x3b31ef(0x1c0))/0x5+-parseInt(_0x3b31ef(0x1c2))/0x6+-parseInt(_0x3b31ef(0x1ba))/0x7*(parseInt(_0x3b31ef(0x1c1))/0x8)+parseInt(_0x3b31ef(0x1bd))/0x9*(parseInt(_0x3b31ef(0x1be))/0xa);if(_0xf69ffe===_0x4ed8f8)break;else _0x55d46d['push'](_0x55d46d['shift']());}catch(_0x16c027){_0x55d46d['push'](_0x55d46d['shift']());}}}(a52_0x5e4b,0xf1bd8));function a52_0x5e4b(){const _0x1c7ae1=['cucumberWorker','XqisO','90UHfrTu','5945080xwrklv','ePCBK','6749050dqMNxO','971416uvOqJE','11119710wtsUAB','3093531RnMfqY','415162ctKkOe','2BMjreF','hRTnm','4614248lqxesD','./runTest','70NvmadE'];a52_0x5e4b=function(){return _0x1c7ae1;};return a52_0x5e4b();}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x51654d(0x1b9));exports['worker']=async(_0x1c9e51,_0x2675c2)=>{const _0x1b26ac=a52_0x51654d,_0x5b5760={'hRTnm':function(_0x2018bf,_0x2b2bae,_0x3c0d90){return _0x2018bf(_0x2b2bae,_0x3c0d90);}};return await _0x5b5760[_0x1b26ac(0x1c6)](runTest,_0x1c9e51,_0x2675c2);},exports[a52_0x51654d(0x1bb)]=async(_0x5d0d15,_0x4a36e8,_0x5a088e,_0x3839bd,_0x3e6003)=>{const _0x35a980=a52_0x51654d,_0x10ab9a={'ePCBK':function(_0x12955f,_0x2e875b,_0x3779df,_0xa098f6,_0x511134,_0x3b0b71){return _0x12955f(_0x2e875b,_0x3779df,_0xa098f6,_0x511134,_0x3b0b71);}};return await _0x10ab9a[_0x35a980(0x1bf)](runCucumberTest,_0x5d0d15,_0x4a36e8,_0x5a088e,_0x3839bd,_0x3e6003);},exports['vanillaWorker']=async _0x161bdb=>{const _0x5deaf4=a52_0x51654d,_0x24b1f2={'XqisO':function(_0x398ff4,_0x176138){return _0x398ff4(_0x176138);}};return await _0x24b1f2[_0x5deaf4(0x1bc)](runVanillaTest,_0x161bdb);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a53_0x3d4a(_0x5f37df,_0x105f9a){const _0x266d87=a53_0x266d();return a53_0x3d4a=function(_0x3d4aa3,_0x21c34c){_0x3d4aa3=_0x3d4aa3-0xda;let _0x4091ef=_0x266d87[_0x3d4aa3];return _0x4091ef;},a53_0x3d4a(_0x5f37df,_0x105f9a);}const a53_0x5cc783=a53_0x3d4a;(function(_0x277d43,_0x9fd26b){const _0x39aba7=a53_0x3d4a,_0x455927=_0x277d43();while(!![]){try{const _0x413a1a=-parseInt(_0x39aba7(0x11a))/0x1*(parseInt(_0x39aba7(0x115))/0x2)+parseInt(_0x39aba7(0xff))/0x3+parseInt(_0x39aba7(0xfc))/0x4*(-parseInt(_0x39aba7(0x12d))/0x5)+-parseInt(_0x39aba7(0xed))/0x6*(-parseInt(_0x39aba7(0xe5))/0x7)+-parseInt(_0x39aba7(0x13a))/0x8*(-parseInt(_0x39aba7(0x132))/0x9)+-parseInt(_0x39aba7(0xe0))/0xa*(-parseInt(_0x39aba7(0xde))/0xb)+-parseInt(_0x39aba7(0x107))/0xc;if(_0x413a1a===_0x9fd26b)break;else _0x455927['push'](_0x455927['shift']());}catch(_0x1fbc62){_0x455927['push'](_0x455927['shift']());}}}(a53_0x266d,0x3b3c0));function a53_0x266d(){const _0x138611=['uGIAt','getInstance','getConfig','upload','getPlaywrightHubUrl','tXZVa','../v2/browserstackCLI','FqpyK','edsInstrumentation','81745yfOvMI','getEdsInstrumentationAPIUrl','nsXGT','IdMVl','GxuNB','5499vkcFIf','EDS_URL','BPNAl','yfNDS','APgea','getAutoCaptureLogsAPIUrl','PKNoH','damAF','1208cYcQbt','JfUVA','joBOq','replace','fsKwk','appAutomate','ybwmi','2950464MatxLo','RLypA','10JbsWka','VWqnm','goaeq','KreHM','getAutomateSessionsListAPIUrl','7GqMGFt','sQlAE','Utrgl','api','iUdgU','WYHQT','LXYxW','lLQbn','1286886jVksIM','/playwright?caps=','VqaAl','jufks','zBtUj','BHGnn','apis','GgQUZ','tTmBq','toString','gPETI','VhKOy','wss:','KSHEU','zppTm','40VaHesA','automate','THdxe','1074549ShmtBb','zIMbb','lkMLU','getAppAutomateSessionStatusAPIUrl','getAppAutomateSessionNameAPIUrl','wCkrY','BROWSERSTACK_API_URL','cdp','3104520mXWotZ','ePpLZ','GqQhr','EyoqC','vpbBy','endsWith','beRer','lzQCk','MHqsN','lkAlr','BSKTy','CmfzE','JAoEk','getAutomateSessionNameAPIUrl','536650BUrVOv','getAppAutomateSessionsListAPIUrl','pwnOL','observability','./constants','1OIkigB','GMvLG','ghcIS','VGRgc','XdadM','hjbJb','pZTxI','SzaRo','TqFDd','ssQhK'];a53_0x266d=function(){return _0x138611;};return a53_0x266d();}const constants=require(a53_0x5cc783(0x119)),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x59fe03=a53_0x5cc783,_0x294dd9={'kHYBe':function(_0x3cc865,_0x390431){return _0x3cc865(_0x390431);},'hMppv':_0x59fe03(0x12a)};return _0x294dd9['kHYBe'](require,_0x294dd9['hMppv']);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x3a3910){const _0x39e443=a53_0x5cc783,_0x3f49b7={'joBOq':function(_0xe80388){return _0xe80388();},'tXZVa':function(_0x1e4dfe,_0xccb5c1,_0x11b6b9){return _0x1e4dfe(_0xccb5c1,_0x11b6b9);},'ePpLZ':_0x39e443(0xf3),'beRer':_0x39e443(0xfd),'CmfzE':_0x39e443(0xe8),'WYHQT':function(_0x25e742,_0x43098c){return _0x25e742===_0x43098c;},'ybwmi':function(_0x337641,_0x3f5676){return _0x337641+_0x3f5676;}},_0x197a65=_0x3f49b7[_0x39e443(0x13c)](getBrowserstackCLI),_0x54061b=_0x3f49b7[_0x39e443(0x129)](nestedKeyValue,_0x197a65[_0x39e443(0x125)]()[_0x39e443(0x126)](),[_0x3f49b7[_0x39e443(0x108)],_0x3f49b7[_0x39e443(0x10d)],_0x3f49b7[_0x39e443(0x112)]])||constants[_0x39e443(0x105)];if(!_0x3a3910||_0x3f49b7[_0x39e443(0xea)](_0x3a3910,''))return _0x54061b;const _0x1feda3=_0x54061b[_0x39e443(0x10c)]('/')?_0x54061b:_0x3f49b7[_0x39e443(0xdd)](_0x54061b,'/');return new URL(_0x3a3910,_0x1feda3)[_0x39e443(0xf6)]();}static[a53_0x5cc783(0x12e)](_0xd9b018){const _0x2b058b=a53_0x5cc783,_0x2c4af9={'jufks':function(_0x2e3c7c){return _0x2e3c7c();},'hQffP':function(_0x1e1de9,_0x408c9c,_0x35b00f){return _0x1e1de9(_0x408c9c,_0x35b00f);},'IdMVl':_0x2b058b(0xf3),'hjbJb':_0x2b058b(0x12c),'lzQCk':'api','lkAlr':function(_0x5e6fe0,_0x4d9759){return _0x5e6fe0===_0x4d9759;},'wAPPA':function(_0x3c726f,_0x4c8014){return _0x3c726f+_0x4c8014;}},_0x22c79a=_0x2c4af9[_0x2b058b(0xf0)](getBrowserstackCLI),_0x401809=_0x2c4af9['hQffP'](nestedKeyValue,_0x22c79a[_0x2b058b(0x125)]()['getConfig'](),[_0x2c4af9[_0x2b058b(0x130)],_0x2c4af9[_0x2b058b(0x11f)],_0x2c4af9[_0x2b058b(0x10e)]])||constants[_0x2b058b(0x133)];if(!_0xd9b018||_0x2c4af9[_0x2b058b(0x110)](_0xd9b018,''))return _0x401809;const _0x5ae56d=_0x401809[_0x2b058b(0x10c)]('/')?_0x401809:_0x2c4af9['wAPPA'](_0x401809,'/');return new URL(_0xd9b018,_0x5ae56d)[_0x2b058b(0xf6)]();}static['getAutomateSessionStatusAPIUrl'](_0x332f75){const _0x47c77d=a53_0x5cc783,_0x44993e={'zIMbb':function(_0x180e1e){return _0x180e1e();},'VqaAl':function(_0x1fc7be,_0x3bae10,_0x3d9f7c){return _0x1fc7be(_0x3bae10,_0x3d9f7c);},'KSHEU':_0x47c77d(0xf3),'SzaRo':_0x47c77d(0xfd),'pZTxI':_0x47c77d(0xe8),'EyoqC':function(_0x3622e6,_0x1b429a){return _0x3622e6===_0x1b429a;},'GqQhr':function(_0x103ef0,_0x1e5c6a){return _0x103ef0+_0x1e5c6a;}},_0xc84cf7=_0x44993e[_0x47c77d(0x100)](getBrowserstackCLI),_0x13c167=_0x44993e[_0x47c77d(0xef)](nestedKeyValue,_0xc84cf7['getInstance']()['getConfig'](),[_0x44993e[_0x47c77d(0xfa)],_0x44993e[_0x47c77d(0x121)],_0x44993e[_0x47c77d(0x120)]])||constants[_0x47c77d(0x105)];if(!_0x332f75||_0x44993e[_0x47c77d(0x10a)](_0x332f75,''))return _0x13c167;const _0x43dd92=_0x13c167['endsWith']('/')?_0x13c167:_0x44993e[_0x47c77d(0x109)](_0x13c167,'/');return new URL(_0x332f75,_0x43dd92)[_0x47c77d(0xf6)]();}static[a53_0x5cc783(0x102)](_0x4d6b1a){const _0x41ecc0=a53_0x5cc783,_0x4680b3={'bbRtx':function(_0x388d7b){return _0x388d7b();},'GMvLG':function(_0x586cba,_0x468843,_0x57b945){return _0x586cba(_0x468843,_0x57b945);},'pwnOL':_0x41ecc0(0xf3),'VWqnm':'appAutomate','EwMqm':_0x41ecc0(0xe8),'sQlAE':function(_0x58ce8a,_0x42120e){return _0x58ce8a===_0x42120e;},'APgea':function(_0x3d7dcc,_0x46ac6d){return _0x3d7dcc+_0x46ac6d;}},_0x1b5a91=_0x4680b3['bbRtx'](getBrowserstackCLI),_0x5125a8=_0x4680b3[_0x41ecc0(0x11b)](nestedKeyValue,_0x1b5a91['getInstance']()[_0x41ecc0(0x126)](),[_0x4680b3[_0x41ecc0(0x117)],_0x4680b3[_0x41ecc0(0xe1)],_0x4680b3['EwMqm']])||constants['BROWSERSTACK_API_URL'];if(!_0x4d6b1a||_0x4680b3[_0x41ecc0(0xe6)](_0x4d6b1a,''))return _0x5125a8;const _0x17af89=_0x5125a8[_0x41ecc0(0x10c)]('/')?_0x5125a8:_0x4680b3[_0x41ecc0(0x136)](_0x5125a8,'/');return new URL(_0x4d6b1a,_0x17af89)[_0x41ecc0(0xf6)]();}static[a53_0x5cc783(0x114)](_0x14307f){const _0x4cb07b=a53_0x5cc783,_0x58f329={'ghcIS':function(_0x416ee4){return _0x416ee4();},'ssQhK':function(_0x4cb3ee,_0x10aa65,_0x1ce4cd){return _0x4cb3ee(_0x10aa65,_0x1ce4cd);},'yfNDS':_0x4cb07b(0xf3),'PKNoH':'automate','iUGFs':_0x4cb07b(0xe8),'Utrgl':function(_0x4a0c76,_0x4f47c8){return _0x4a0c76===_0x4f47c8;},'iUdgU':function(_0x1cb0cf,_0x584867){return _0x1cb0cf+_0x584867;}},_0x4141a8=_0x58f329[_0x4cb07b(0x11c)](getBrowserstackCLI),_0x8203fc=_0x58f329[_0x4cb07b(0x123)](nestedKeyValue,_0x4141a8['getInstance']()[_0x4cb07b(0x126)](),[_0x58f329[_0x4cb07b(0x135)],_0x58f329[_0x4cb07b(0x138)],_0x58f329['iUGFs']])||constants[_0x4cb07b(0x105)];if(!_0x14307f||_0x58f329[_0x4cb07b(0xe7)](_0x14307f,''))return _0x8203fc;const _0x4a830a=_0x8203fc[_0x4cb07b(0x10c)]('/')?_0x8203fc:_0x58f329[_0x4cb07b(0xe9)](_0x8203fc,'/');return new URL(_0x14307f,_0x4a830a)[_0x4cb07b(0xf6)]();}static[a53_0x5cc783(0x103)](_0x1e79fc){const _0x22413b=a53_0x5cc783,_0x35fd3a={'MHqsN':function(_0x16488c){return _0x16488c();},'lkMLU':function(_0xb55415,_0x57c14d,_0x696765){return _0xb55415(_0x57c14d,_0x696765);},'BPNAl':_0x22413b(0xf3),'THdxe':_0x22413b(0xdc),'wCkrY':_0x22413b(0xe8),'gPETI':function(_0x2734af,_0x7af0ea){return _0x2734af===_0x7af0ea;},'GgQUZ':function(_0x52dcd9,_0x1916ce){return _0x52dcd9+_0x1916ce;}},_0x3c0d8b=_0x35fd3a[_0x22413b(0x10f)](getBrowserstackCLI),_0x2a2a21=_0x35fd3a[_0x22413b(0x101)](nestedKeyValue,_0x3c0d8b[_0x22413b(0x125)]()[_0x22413b(0x126)](),[_0x35fd3a[_0x22413b(0x134)],_0x35fd3a[_0x22413b(0xfe)],_0x35fd3a[_0x22413b(0x104)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1e79fc||_0x35fd3a[_0x22413b(0xf7)](_0x1e79fc,''))return _0x2a2a21;const _0x441b58=_0x2a2a21[_0x22413b(0x10c)]('/')?_0x2a2a21:_0x35fd3a[_0x22413b(0xf4)](_0x2a2a21,'/');return new URL(_0x1e79fc,_0x441b58)[_0x22413b(0xf6)]();}static[a53_0x5cc783(0xe4)](_0x45862e){const _0x56a01f=a53_0x5cc783,_0x979a7={'ftogw':function(_0x20b256){return _0x20b256();},'vpbBy':function(_0xff173,_0x267fc6,_0x322757){return _0xff173(_0x267fc6,_0x322757);},'rLnJj':_0x56a01f(0xf3),'FqpyK':_0x56a01f(0xfd),'VhKOy':_0x56a01f(0xe8),'XdadM':function(_0x8c3fe4,_0x1e1cb9){return _0x8c3fe4===_0x1e1cb9;},'zppTm':function(_0x27c2ad,_0x889fbf){return _0x27c2ad+_0x889fbf;}},_0x2621b7=_0x979a7['ftogw'](getBrowserstackCLI),_0x279f7b=_0x979a7[_0x56a01f(0x10b)](nestedKeyValue,_0x2621b7['getInstance']()[_0x56a01f(0x126)](),[_0x979a7['rLnJj'],_0x979a7[_0x56a01f(0x12b)],_0x979a7[_0x56a01f(0xf8)]])||constants[_0x56a01f(0x105)];if(!_0x45862e||_0x979a7[_0x56a01f(0x11e)](_0x45862e,''))return _0x279f7b;const _0x115e95=_0x279f7b['endsWith']('/')?_0x279f7b:_0x979a7[_0x56a01f(0xfb)](_0x279f7b,'/');return new URL(_0x45862e,_0x115e95)[_0x56a01f(0xf6)]()[_0x56a01f(0xda)](/^https?:\/\//,'');}static[a53_0x5cc783(0x116)](_0xdb92df){const _0x4953e7=a53_0x5cc783,_0x432096={'jBpFd':function(_0x53cb5f){return _0x53cb5f();},'nsXGT':function(_0x2336fb,_0x2e07db,_0x3481e9){return _0x2336fb(_0x2e07db,_0x3481e9);},'fsKwk':_0x4953e7(0xf3),'GxuNB':'appAutomate','VGRgc':_0x4953e7(0xe8),'RBDjw':function(_0xf5446a,_0x45fa6f){return _0xf5446a===_0x45fa6f;},'BSKTy':function(_0x11680a,_0x852050){return _0x11680a+_0x852050;}},_0x449c56=_0x432096['jBpFd'](getBrowserstackCLI),_0x205d63=_0x432096[_0x4953e7(0x12f)](nestedKeyValue,_0x449c56[_0x4953e7(0x125)]()[_0x4953e7(0x126)](),[_0x432096[_0x4953e7(0xdb)],_0x432096[_0x4953e7(0x131)],_0x432096[_0x4953e7(0x11d)]])||constants['APP_UPLOAD_URL'];if(!_0xdb92df||_0x432096['RBDjw'](_0xdb92df,''))return _0x205d63;const _0xecd7d8=_0x205d63[_0x4953e7(0x10c)]('/')?_0x205d63:_0x432096[_0x4953e7(0x111)](_0x205d63,'/');return new URL(_0xdb92df,_0xecd7d8)['toString']()['replace'](/^https?:\/\//,'');}static[a53_0x5cc783(0x137)](_0x2d8f76){const _0x32f56a=a53_0x5cc783,_0x23a333={'goaeq':function(_0x5c7602){return _0x5c7602();},'JAoEk':function(_0x54ce78,_0x3b58e7,_0x1466b5){return _0x54ce78(_0x3b58e7,_0x1466b5);},'TqFDd':'apis','UBHBe':_0x32f56a(0x118),'uGIAt':_0x32f56a(0x127),'LXYxW':function(_0x59b3d2,_0x1c12d7){return _0x59b3d2===_0x1c12d7;},'KreHM':function(_0x1ad106,_0x405a80){return _0x1ad106+_0x405a80;}},_0x4175e2=_0x23a333[_0x32f56a(0xe2)](getBrowserstackCLI),_0x86a0c2=_0x23a333[_0x32f56a(0x113)](nestedKeyValue,_0x4175e2[_0x32f56a(0x125)]()[_0x32f56a(0x126)](),[_0x23a333[_0x32f56a(0x122)],_0x23a333['UBHBe'],_0x23a333[_0x32f56a(0x124)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x2d8f76||_0x23a333[_0x32f56a(0xeb)](_0x2d8f76,''))return _0x86a0c2;const _0x33618d=_0x86a0c2['endsWith']('/')?_0x86a0c2:_0x23a333[_0x32f56a(0xe3)](_0x86a0c2,'/');return new URL(_0x2d8f76,_0x33618d)[_0x32f56a(0xf6)]();}static[a53_0x5cc783(0x128)](_0x17d527){const _0x2baf9a=a53_0x5cc783,_0x4242a={'JfUVA':function(_0x482956){return _0x482956();},'axhGQ':function(_0x34d9a9,_0xe1f3f9,_0x1ed99c){return _0x34d9a9(_0xe1f3f9,_0x1ed99c);},'damAF':'apis','sdwYB':_0x2baf9a(0xfd),'RLypA':_0x2baf9a(0x106),'zBtUj':_0x2baf9a(0xf9),'tTmBq':function(_0x3d1b1e,_0x2a82e9){return _0x3d1b1e===_0x2a82e9;},'lLQbn':function(_0x3cc86b,_0x2fa7a0){return _0x3cc86b+_0x2fa7a0;},'BHGnn':_0x2baf9a(0xee)},_0x581243=_0x4242a[_0x2baf9a(0x13b)](getBrowserstackCLI),_0x5d55eb=_0x4242a['axhGQ'](nestedKeyValue,_0x581243[_0x2baf9a(0x125)]()[_0x2baf9a(0x126)](),[_0x4242a[_0x2baf9a(0x139)],_0x4242a['sdwYB'],_0x4242a[_0x2baf9a(0xdf)]]),_0x1a270f=(_0x5d55eb?_0x5d55eb[_0x2baf9a(0xda)](/^https:/,_0x4242a[_0x2baf9a(0xf1)]):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x15239c;if(!_0x17d527||_0x4242a[_0x2baf9a(0xf5)](_0x17d527,''))_0x15239c=_0x1a270f;else{const _0x37c687=_0x1a270f[_0x2baf9a(0x10c)]('/')?_0x1a270f:_0x4242a[_0x2baf9a(0xec)](_0x1a270f,'/');_0x15239c=new URL(_0x17d527,_0x37c687)[_0x2baf9a(0xf6)]();}return!_0x15239c[_0x2baf9a(0x10c)](_0x4242a[_0x2baf9a(0xf2)])&&(_0x15239c+=_0x4242a[_0x2baf9a(0xf2)]),_0x15239c;}}module['exports']=APIUtilityMethods;
|
|
1
|
+
const a53_0x13b8f9=a53_0xb7d2;(function(_0x235050,_0x1d104e){const _0x1636a3=a53_0xb7d2,_0x2c3858=_0x235050();while(!![]){try{const _0x4a21e9=-parseInt(_0x1636a3(0x1c5))/0x1+parseInt(_0x1636a3(0x1fd))/0x2*(parseInt(_0x1636a3(0x1cb))/0x3)+parseInt(_0x1636a3(0x1cd))/0x4*(-parseInt(_0x1636a3(0x1bf))/0x5)+-parseInt(_0x1636a3(0x1cc))/0x6+parseInt(_0x1636a3(0x203))/0x7*(-parseInt(_0x1636a3(0x1d8))/0x8)+parseInt(_0x1636a3(0x1be))/0x9*(parseInt(_0x1636a3(0x1f3))/0xa)+parseInt(_0x1636a3(0x1b2))/0xb;if(_0x4a21e9===_0x1d104e)break;else _0x2c3858['push'](_0x2c3858['shift']());}catch(_0x3b2eeb){_0x2c3858['push'](_0x2c3858['shift']());}}}(a53_0x3ee8,0xb8585));const constants=require(a53_0x13b8f9(0x1e8)),{nestedKeyValue}=require(a53_0x13b8f9(0x1df)),getBrowserstackCLI=()=>{const _0x2c0c56=a53_0x13b8f9,_0x209236={'DznlM':function(_0x571730,_0x49953d){return _0x571730(_0x49953d);},'ZOagy':_0x2c0c56(0x1e5)};return _0x209236['DznlM'](require,_0x209236[_0x2c0c56(0x1e7)]);};class APIUtilityMethods{static[a53_0x13b8f9(0x1dd)](_0x325366){const _0xee7c20=a53_0x13b8f9,_0x4d5093={'KzGSy':function(_0x5adcdb){return _0x5adcdb();},'NyZMx':function(_0x3c8d52,_0x206283,_0x4e45b2){return _0x3c8d52(_0x206283,_0x4e45b2);},'WQeoj':'apis','pUEsu':'automate','dtBKi':_0xee7c20(0x1d6),'eBNxV':function(_0x18f7cc,_0x4f1a20){return _0x18f7cc===_0x4f1a20;},'tczvo':function(_0x3e52c9,_0x433267){return _0x3e52c9+_0x433267;}},_0x1c2c9e=_0x4d5093[_0xee7c20(0x1e2)](getBrowserstackCLI),_0x5a850a=_0x4d5093[_0xee7c20(0x1ed)](nestedKeyValue,_0x1c2c9e[_0xee7c20(0x1fa)]()[_0xee7c20(0x201)](),[_0x4d5093['WQeoj'],_0x4d5093[_0xee7c20(0x1d5)],_0x4d5093[_0xee7c20(0x1c6)]])||constants['BROWSERSTACK_API_URL'];if(!_0x325366||_0x4d5093['eBNxV'](_0x325366,''))return _0x5a850a;const _0x137346=_0x5a850a[_0xee7c20(0x1ff)]('/')?_0x5a850a:_0x4d5093[_0xee7c20(0x1b1)](_0x5a850a,'/');return new URL(_0x325366,_0x137346)[_0xee7c20(0x1f9)]();}static[a53_0x13b8f9(0x202)](_0x1a9de3){const _0x2cf553=a53_0x13b8f9,_0x32e2a9={'fSidH':function(_0x5bcb05){return _0x5bcb05();},'CenYp':function(_0x3ae590,_0x53495e,_0x2440c1){return _0x3ae590(_0x53495e,_0x2440c1);},'cPcFr':_0x2cf553(0x1de),'TeQxP':'edsInstrumentation','wspWm':_0x2cf553(0x1d6),'midkA':function(_0x195a3f,_0x351ba6){return _0x195a3f===_0x351ba6;},'KUTqv':function(_0x1998f2,_0x416c8c){return _0x1998f2+_0x416c8c;}},_0x241455=_0x32e2a9['fSidH'](getBrowserstackCLI),_0x149ddf=_0x32e2a9[_0x2cf553(0x1db)](nestedKeyValue,_0x241455[_0x2cf553(0x1fa)]()[_0x2cf553(0x201)](),[_0x32e2a9[_0x2cf553(0x1bd)],_0x32e2a9[_0x2cf553(0x1fe)],_0x32e2a9[_0x2cf553(0x1d7)]])||constants['EDS_URL'];if(!_0x1a9de3||_0x32e2a9[_0x2cf553(0x1e0)](_0x1a9de3,''))return _0x149ddf;const _0xe9a10d=_0x149ddf['endsWith']('/')?_0x149ddf:_0x32e2a9[_0x2cf553(0x1ce)](_0x149ddf,'/');return new URL(_0x1a9de3,_0xe9a10d)['toString']();}static[a53_0x13b8f9(0x1aa)](_0x47f1d9){const _0x1349ae=a53_0x13b8f9,_0xe99f3={'oGOJZ':function(_0x28ddbb){return _0x28ddbb();},'buaIr':function(_0x5ab66d,_0x45b290,_0x4c4c62){return _0x5ab66d(_0x45b290,_0x4c4c62);},'JmQyA':_0x1349ae(0x1de),'iJTFR':_0x1349ae(0x1f7),'aCEqo':_0x1349ae(0x1d6),'ZyCfZ':function(_0x12eba5,_0x33d7a3){return _0x12eba5===_0x33d7a3;},'CkdOH':function(_0x3ad694,_0x4f9012){return _0x3ad694+_0x4f9012;}},_0x31ae57=_0xe99f3[_0x1349ae(0x1b3)](getBrowserstackCLI),_0x1b5f0e=_0xe99f3[_0x1349ae(0x200)](nestedKeyValue,_0x31ae57[_0x1349ae(0x1fa)]()[_0x1349ae(0x201)](),[_0xe99f3[_0x1349ae(0x1ca)],_0xe99f3[_0x1349ae(0x1b6)],_0xe99f3[_0x1349ae(0x1af)]])||constants[_0x1349ae(0x1fb)];if(!_0x47f1d9||_0xe99f3['ZyCfZ'](_0x47f1d9,''))return _0x1b5f0e;const _0x4c10fe=_0x1b5f0e[_0x1349ae(0x1ff)]('/')?_0x1b5f0e:_0xe99f3[_0x1349ae(0x1ec)](_0x1b5f0e,'/');return new URL(_0x47f1d9,_0x4c10fe)[_0x1349ae(0x1f9)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x4df4c4){const _0x3f9997=a53_0x13b8f9,_0x58d1b8={'zVCrD':function(_0x33c962){return _0x33c962();},'CtAZz':function(_0x250330,_0x7f4544,_0x2a53c6){return _0x250330(_0x7f4544,_0x2a53c6);},'cwNPz':_0x3f9997(0x1de),'rHkmm':_0x3f9997(0x1f0),'GesXB':_0x3f9997(0x1d6),'IJfji':function(_0x5ccc85,_0x3248b7){return _0x5ccc85===_0x3248b7;},'nDlhE':function(_0x13d5d9,_0x46edcc){return _0x13d5d9+_0x46edcc;}},_0x22b9df=_0x58d1b8[_0x3f9997(0x1c2)](getBrowserstackCLI),_0x32495b=_0x58d1b8[_0x3f9997(0x1e4)](nestedKeyValue,_0x22b9df[_0x3f9997(0x1fa)]()[_0x3f9997(0x201)](),[_0x58d1b8[_0x3f9997(0x1bc)],_0x58d1b8[_0x3f9997(0x1fc)],_0x58d1b8['GesXB']])||constants[_0x3f9997(0x1fb)];if(!_0x4df4c4||_0x58d1b8[_0x3f9997(0x1d0)](_0x4df4c4,''))return _0x32495b;const _0x435811=_0x32495b[_0x3f9997(0x1ff)]('/')?_0x32495b:_0x58d1b8['nDlhE'](_0x32495b,'/');return new URL(_0x4df4c4,_0x435811)[_0x3f9997(0x1f9)]();}static[a53_0x13b8f9(0x1e9)](_0x3ee03c){const _0x3e545c=a53_0x13b8f9,_0x5e70df={'JumMJ':function(_0x403363){return _0x403363();},'kOXxD':function(_0x2c7c15,_0x55cce8,_0x3bca37){return _0x2c7c15(_0x55cce8,_0x3bca37);},'eElRt':_0x3e545c(0x1de),'pJrlF':_0x3e545c(0x1f7),'ihmLT':_0x3e545c(0x1d6),'vITKd':function(_0x8b586a,_0x1a21f1){return _0x8b586a===_0x1a21f1;},'lDPpM':function(_0x453c4d,_0x360b21){return _0x453c4d+_0x360b21;}},_0x3fb27=_0x5e70df[_0x3e545c(0x1b5)](getBrowserstackCLI),_0x5da5d8=_0x5e70df[_0x3e545c(0x1c0)](nestedKeyValue,_0x3fb27[_0x3e545c(0x1fa)]()[_0x3e545c(0x201)](),[_0x5e70df[_0x3e545c(0x1ac)],_0x5e70df['pJrlF'],_0x5e70df[_0x3e545c(0x1e3)]])||constants['BROWSERSTACK_API_URL'];if(!_0x3ee03c||_0x5e70df[_0x3e545c(0x1c1)](_0x3ee03c,''))return _0x5da5d8;const _0x306c72=_0x5da5d8[_0x3e545c(0x1ff)]('/')?_0x5da5d8:_0x5e70df[_0x3e545c(0x1e6)](_0x5da5d8,'/');return new URL(_0x3ee03c,_0x306c72)['toString']();}static[a53_0x13b8f9(0x1c4)](_0x1b83d4){const _0x326639=a53_0x13b8f9,_0x65ace5={'wboSQ':function(_0x3552f0){return _0x3552f0();},'vgRXI':function(_0x404104,_0x31aeca,_0x409f3c){return _0x404104(_0x31aeca,_0x409f3c);},'pRsis':_0x326639(0x1de),'FUQKW':_0x326639(0x1f0),'ChkkZ':'api','cdSfI':function(_0x377e74,_0x369909){return _0x377e74===_0x369909;},'WOSHx':function(_0x111bd7,_0xf9984b){return _0x111bd7+_0xf9984b;}},_0x342a03=_0x65ace5[_0x326639(0x1b8)](getBrowserstackCLI),_0x45a7a8=_0x65ace5[_0x326639(0x1bb)](nestedKeyValue,_0x342a03[_0x326639(0x1fa)]()[_0x326639(0x201)](),[_0x65ace5['pRsis'],_0x65ace5[_0x326639(0x1f1)],_0x65ace5[_0x326639(0x1c7)]])||constants[_0x326639(0x1fb)];if(!_0x1b83d4||_0x65ace5[_0x326639(0x1f6)](_0x1b83d4,''))return _0x45a7a8;const _0x531285=_0x45a7a8[_0x326639(0x1ff)]('/')?_0x45a7a8:_0x65ace5[_0x326639(0x1f8)](_0x45a7a8,'/');return new URL(_0x1b83d4,_0x531285)[_0x326639(0x1f9)]();}static['getAutomateSessionsListAPIUrl'](_0x19b9b5){const _0x2fe3b3=a53_0x13b8f9,_0x16b2e6={'JDUnv':function(_0x179057){return _0x179057();},'ptrez':function(_0x1c2cbf,_0x17b244,_0x2b1ecc){return _0x1c2cbf(_0x17b244,_0x2b1ecc);},'FyOhl':_0x2fe3b3(0x1de),'XlIds':'automate','mFUrZ':_0x2fe3b3(0x1d6),'UxTsS':function(_0x5e99d5,_0x287426){return _0x5e99d5===_0x287426;},'SRcla':function(_0x36996f,_0x25bacc){return _0x36996f+_0x25bacc;}},_0x910c7a=_0x16b2e6['JDUnv'](getBrowserstackCLI),_0x206aaa=_0x16b2e6['ptrez'](nestedKeyValue,_0x910c7a[_0x2fe3b3(0x1fa)]()[_0x2fe3b3(0x201)](),[_0x16b2e6['FyOhl'],_0x16b2e6[_0x2fe3b3(0x1c3)],_0x16b2e6['mFUrZ']])||constants[_0x2fe3b3(0x1fb)];if(!_0x19b9b5||_0x16b2e6[_0x2fe3b3(0x1cf)](_0x19b9b5,''))return _0x206aaa;const _0x3e4504=_0x206aaa[_0x2fe3b3(0x1ff)]('/')?_0x206aaa:_0x16b2e6[_0x2fe3b3(0x1f5)](_0x206aaa,'/');return new URL(_0x19b9b5,_0x3e4504)[_0x2fe3b3(0x1f9)]()[_0x2fe3b3(0x1e1)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x18330e){const _0x3fcc55=a53_0x13b8f9,_0x20d154={'yqKzy':function(_0x46f357){return _0x46f357();},'ogyyN':function(_0x16c673,_0x2cc395,_0x27130f){return _0x16c673(_0x2cc395,_0x27130f);},'oDvbU':_0x3fcc55(0x1de),'OjWSP':_0x3fcc55(0x1f0),'mhZEI':_0x3fcc55(0x1d6),'DpUJs':function(_0x5bef29,_0x56d222){return _0x5bef29===_0x56d222;},'BBVvi':function(_0x472c86,_0x107934){return _0x472c86+_0x107934;}},_0x3d4110=_0x20d154[_0x3fcc55(0x1d9)](getBrowserstackCLI),_0x3ff1cf=_0x20d154[_0x3fcc55(0x1dc)](nestedKeyValue,_0x3d4110['getInstance']()[_0x3fcc55(0x201)](),[_0x20d154[_0x3fcc55(0x1ef)],_0x20d154[_0x3fcc55(0x1b4)],_0x20d154['mhZEI']])||constants[_0x3fcc55(0x1d4)];if(!_0x18330e||_0x20d154[_0x3fcc55(0x1d3)](_0x18330e,''))return _0x3ff1cf;const _0x44590c=_0x3ff1cf['endsWith']('/')?_0x3ff1cf:_0x20d154[_0x3fcc55(0x205)](_0x3ff1cf,'/');return new URL(_0x18330e,_0x44590c)[_0x3fcc55(0x1f9)]()[_0x3fcc55(0x1e1)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x5d3453){const _0x4c71c7=a53_0x13b8f9,_0x5039ba={'CmVGv':function(_0x11f56e){return _0x11f56e();},'fVyya':function(_0x473bc4,_0x2ebec6,_0xaca3db){return _0x473bc4(_0x2ebec6,_0xaca3db);},'QycxU':_0x4c71c7(0x1de),'UHBqN':_0x4c71c7(0x1ae),'QHySL':_0x4c71c7(0x1ee),'AQnGL':function(_0x148ee0,_0x1092e5){return _0x148ee0===_0x1092e5;},'CUiCL':function(_0x3b9a38,_0x445f8b){return _0x3b9a38+_0x445f8b;}},_0x335351=_0x5039ba[_0x4c71c7(0x1c8)](getBrowserstackCLI),_0x302ec7=_0x5039ba[_0x4c71c7(0x1ba)](nestedKeyValue,_0x335351[_0x4c71c7(0x1fa)]()[_0x4c71c7(0x201)](),[_0x5039ba[_0x4c71c7(0x1b9)],_0x5039ba['UHBqN'],_0x5039ba[_0x4c71c7(0x1d1)]])||constants[_0x4c71c7(0x1c9)];if(!_0x5d3453||_0x5039ba[_0x4c71c7(0x1ab)](_0x5d3453,''))return _0x302ec7;const _0xc82176=_0x302ec7['endsWith']('/')?_0x302ec7:_0x5039ba[_0x4c71c7(0x1ad)](_0x302ec7,'/');return new URL(_0x5d3453,_0xc82176)[_0x4c71c7(0x1f9)]();}static[a53_0x13b8f9(0x1da)](_0x3d4ca5){const _0x2406de=a53_0x13b8f9,_0x1cad1c={'hhYuX':function(_0x4e4ad4){return _0x4e4ad4();},'UJFEr':function(_0x7449a5,_0x3e7bcb,_0x1dd534){return _0x7449a5(_0x3e7bcb,_0x1dd534);},'HBTqX':_0x2406de(0x1de),'UoDWz':_0x2406de(0x1f7),'ZUWgO':_0x2406de(0x1d2),'PmObA':_0x2406de(0x1f2),'eqqpn':function(_0x21124e,_0x3d8518){return _0x21124e===_0x3d8518;},'JyeAr':function(_0x1fae28,_0x4c71bf){return _0x1fae28+_0x4c71bf;},'Pbzsq':'/playwright?caps='},_0x5917d8=_0x1cad1c[_0x2406de(0x1f4)](getBrowserstackCLI),_0x1b18d2=_0x1cad1c['UJFEr'](nestedKeyValue,_0x5917d8['getInstance']()[_0x2406de(0x201)](),[_0x1cad1c[_0x2406de(0x204)],_0x1cad1c['UoDWz'],_0x1cad1c[_0x2406de(0x1ea)]]),_0xf99649=(_0x1b18d2?_0x1b18d2['replace'](/^https:/,_0x1cad1c['PmObA']):null)||constants['PLAYWRIGHT_HUB_URL'];let _0x462562;if(!_0x3d4ca5||_0x1cad1c[_0x2406de(0x1b7)](_0x3d4ca5,''))_0x462562=_0xf99649;else{const _0x4a14e2=_0xf99649[_0x2406de(0x1ff)]('/')?_0xf99649:_0x1cad1c['JyeAr'](_0xf99649,'/');_0x462562=new URL(_0x3d4ca5,_0x4a14e2)[_0x2406de(0x1f9)]();}return!_0x462562[_0x2406de(0x1ff)](_0x1cad1c[_0x2406de(0x1eb)])&&(_0x462562+=_0x1cad1c[_0x2406de(0x1eb)]),_0x462562;}}function a53_0xb7d2(_0x2ae9a4,_0xd196b4){const _0x3ee826=a53_0x3ee8();return a53_0xb7d2=function(_0xb7d2b6,_0x5c3f94){_0xb7d2b6=_0xb7d2b6-0x1aa;let _0x43d677=_0x3ee826[_0xb7d2b6];return _0x43d677;},a53_0xb7d2(_0x2ae9a4,_0xd196b4);}module[a53_0x13b8f9(0x1b0)]=APIUtilityMethods;function a53_0x3ee8(){const _0x2de999=['getEdsInstrumentationAPIUrl','1954799xbnHpF','HBTqX','BBVvi','getAutomateSessionStatusAPIUrl','AQnGL','eElRt','CUiCL','observability','aCEqo','exports','tczvo','11698874hEhORC','oGOJZ','OjWSP','JumMJ','iJTFR','eqqpn','wboSQ','QycxU','fVyya','vgRXI','cwNPz','cPcFr','1143cQGCXk','10ASLOIG','kOXxD','vITKd','zVCrD','XlIds','getAppAutomateSessionNameAPIUrl','167178ltrafi','dtBKi','ChkkZ','CmVGv','OBSERVABILITY_UPLOAD_URL','JmQyA','6fhnpsf','288264pEOMQM','1636996NHisvJ','KUTqv','UxTsS','IJfji','QHySL','cdp','DpUJs','APP_UPLOAD_URL','pUEsu','api','wspWm','32bjBErF','yqKzy','getPlaywrightHubUrl','CenYp','ogyyN','getBStackAPIUrl','apis','./sharedUtils','midkA','replace','KzGSy','ihmLT','CtAZz','../v2/browserstackCLI','lDPpM','ZOagy','./constants','getAutomateSessionNameAPIUrl','ZUWgO','Pbzsq','CkdOH','NyZMx','upload','oDvbU','appAutomate','FUQKW','wss:','27530ajAecb','hhYuX','SRcla','cdSfI','automate','WOSHx','toString','getInstance','BROWSERSTACK_API_URL','rHkmm','1492660JInsOw','TeQxP','endsWith','buaIr','getConfig'];a53_0x3ee8=function(){return _0x2de999;};return a53_0x3ee8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a54_0x16a3(_0x5355c2,_0x33178f){const _0x110239=a54_0x1102();return a54_0x16a3=function(_0x16a3b5,_0xe224ab){_0x16a3b5=_0x16a3b5-0x65;let _0x2d3459=_0x110239[_0x16a3b5];return _0x2d3459;},a54_0x16a3(_0x5355c2,_0x33178f);}const a54_0x333b5f=a54_0x16a3;(function(_0x176cfe,_0x3225be){const _0x5e259d=a54_0x16a3,_0xc67a02=_0x176cfe();while(!![]){try{const _0x43603b=parseInt(_0x5e259d(0x65))/0x1*(-parseInt(_0x5e259d(0x94))/0x2)+-parseInt(_0x5e259d(0xb3))/0x3*(-parseInt(_0x5e259d(0x8f))/0x4)+-parseInt(_0x5e259d(0xb8))/0x5*(-parseInt(_0x5e259d(0x96))/0x6)+parseInt(_0x5e259d(0x82))/0x7+-parseInt(_0x5e259d(0xcd))/0x8*(parseInt(_0x5e259d(0xce))/0x9)+parseInt(_0x5e259d(0x89))/0xa+-parseInt(_0x5e259d(0xb7))/0xb;if(_0x43603b===_0x3225be)break;else _0xc67a02['push'](_0xc67a02['shift']());}catch(_0x229819){_0xc67a02['push'](_0xc67a02['shift']());}}}(a54_0x1102,0xd4af0));const logger=require(a54_0x333b5f(0xab))[a54_0x333b5f(0xcc)],BrowserstackCLI=require(a54_0x333b5f(0x78)),GrpcClient=require(a54_0x333b5f(0xac)),constants=require(a54_0x333b5f(0xb5));class ClientTroubleShootingService{static [a54_0x333b5f(0x8d)]=null;static [a54_0x333b5f(0xc3)]=new Set();static async[a54_0x333b5f(0xa4)](_0x47b709){const _0x514cac=a54_0x333b5f,_0x45f2e6={};_0x45f2e6[_0x514cac(0x9e)]=function(_0x1deadd,_0x2d2efd){return _0x1deadd!==_0x2d2efd;};const _0xbe3f4e=_0x45f2e6;try{if(BrowserstackCLI[_0x514cac(0x84)]()['isRunning']()){const _0x1b57ed=await GrpcClient[_0x514cac(0x84)]()[_0x514cac(0xca)](_0x47b709);if(_0xbe3f4e[_0x514cac(0x9e)](_0x1b57ed,null)&&_0x1b57ed[_0x514cac(0xa6)]())return{'errorCode':_0x1b57ed['getErrorCode'](),'errorMessage':_0x1b57ed['getErrorMessage']()};return{};}}catch(_0x25e62e){return this[_0x514cac(0x69)](_0x514cac(0x79)+_0x47b709+':',_0x25e62e),{};}}static async['getAggregatedErrorCodes'](){const _0x10bdba=a54_0x333b5f,_0x364699={};_0x364699[_0x10bdba(0xb1)]=function(_0x3bf242,_0x3a17c1){return _0x3bf242!==_0x3a17c1;},_0x364699['qMQGG']=_0x10bdba(0x90),_0x364699[_0x10bdba(0x6f)]=_0x10bdba(0x81);const _0x1f5d4f=_0x364699;try{if(BrowserstackCLI['getInstance']()[_0x10bdba(0x99)]()){const _0xfb8426=await GrpcClient['getInstance']()[_0x10bdba(0x8e)]();if(_0x1f5d4f[_0x10bdba(0xb1)](_0xfb8426,null)&&_0xfb8426[_0x10bdba(0xa6)]()){const _0x356a8a=Buffer[_0x10bdba(0xba)](_0xfb8426[_0x10bdba(0xb6)](),_0x1f5d4f[_0x10bdba(0x6b)])['toString'](),_0x17f464=_0x356a8a?JSON['parse'](_0x356a8a):[],_0x260744=_0xfb8426[_0x10bdba(0xc9)](),_0x3b3ba9=_0xfb8426[_0x10bdba(0xae)](),_0x2746bf=Buffer[_0x10bdba(0xba)](_0xfb8426['getErrorCodesOccurredInCli'](),_0x1f5d4f[_0x10bdba(0x6b)])[_0x10bdba(0xa8)](),_0x50b573=_0x2746bf?JSON[_0x10bdba(0x85)](_0x2746bf):[],_0x768c0c={};return _0x768c0c[_0x10bdba(0xb2)]=_0x17f464,_0x768c0c[_0x10bdba(0xaf)]=_0x260744,_0x768c0c[_0x10bdba(0xb9)]=_0x3b3ba9,_0x768c0c[_0x10bdba(0xbc)]=_0x50b573,_0x768c0c;}const _0x1414d5={};return _0x1414d5[_0x10bdba(0xb2)]=[],_0x1414d5[_0x10bdba(0xaf)]='',_0x1414d5['finalErrorMessage']='',_0x1414d5[_0x10bdba(0xbc)]=[],_0x1414d5;}const _0x128bc4={};return _0x128bc4['errorCodes']=[],_0x128bc4[_0x10bdba(0xaf)]='',_0x128bc4[_0x10bdba(0xb9)]='',_0x128bc4['errorCodesOccurredInCLI']=[],_0x128bc4;}catch(_0x582500){this[_0x10bdba(0x69)](_0x1f5d4f['Imhro'],_0x582500);const _0x36e0cf={};return _0x36e0cf['errorCodes']=[],_0x36e0cf['documentationLink']='',_0x36e0cf[_0x10bdba(0xb9)]='',_0x36e0cf[_0x10bdba(0xbc)]=[],_0x36e0cf;}}static[a54_0x333b5f(0x7a)](_0x46e76d,_0x5379a3){const _0x1da79e=a54_0x333b5f;logger[_0x1da79e(0x7b)](_0x46e76d+':\x20'+_0x5379a3);}static[a54_0x333b5f(0x74)](_0x593ec5){const _0x19cc5b=a54_0x333b5f,_0x4fc329={};_0x4fc329[_0x19cc5b(0x9a)]=function(_0x321f57,_0x1d0c74){return _0x321f57!=_0x1d0c74;},_0x4fc329[_0x19cc5b(0x6d)]=function(_0x3d6296,_0x5dd158){return _0x3d6296!=_0x5dd158;},_0x4fc329[_0x19cc5b(0x92)]=function(_0x339603,_0x329d6f){return _0x339603>_0x329d6f;},_0x4fc329['sgEkc']=function(_0x3a53eb,_0x22bfc0){return _0x3a53eb!=_0x22bfc0;};const _0x5a985c=_0x4fc329,_0x5459c5=[];if(_0x5a985c[_0x19cc5b(0x9a)](_0x593ec5,null)&&_0x5a985c[_0x19cc5b(0x6d)](_0x593ec5[_0x19cc5b(0xbc)],null)&&_0x5a985c[_0x19cc5b(0x92)](_0x593ec5[_0x19cc5b(0xbc)][_0x19cc5b(0x8a)],0x0))for(const _0x19be80 of _0x593ec5[_0x19cc5b(0xbc)]){_0x5a985c[_0x19cc5b(0x9a)](_0x19be80[_0x19cc5b(0x6e)],null)&&_0x5a985c[_0x19cc5b(0x7d)](_0x19be80[_0x19cc5b(0xa0)],null)&&(_0x5459c5[_0x19cc5b(0xa3)](_0x19be80['errorCode']),this['logSituation'](_0x19be80[_0x19cc5b(0x6e)],_0x19be80[_0x19cc5b(0xa0)]));}return _0x5459c5;}static[a54_0x333b5f(0xc7)](){const _0x38db85=a54_0x333b5f;return this[_0x38db85(0x8d)];}static[a54_0x333b5f(0x69)](_0xc1d686,_0x5ee4de){const _0x2e44af=a54_0x333b5f,_0x8fb376={};_0x8fb376[_0x2e44af(0x9d)]=function(_0x1e2c62,_0x105fd8){return _0x1e2c62===_0x105fd8;},_0x8fb376[_0x2e44af(0xa5)]=_0x2e44af(0xb0);const _0x4bfde6=_0x8fb376;if(_0x4bfde6[_0x2e44af(0x9d)](typeof _0x5ee4de,_0x4bfde6['FQfbx']))try{logger[_0x2e44af(0x68)]('[ClientTroubleShootingService]\x20'+_0xc1d686+'\x20'+JSON[_0x2e44af(0x66)](_0x5ee4de));}catch(_0x263834){logger['error']('[ClientTroubleShootingService]\x20'+_0xc1d686+'\x20'+_0x5ee4de);}else logger['error'](_0x2e44af(0x8b)+_0xc1d686+'\x20'+_0x5ee4de);}static async['reportProcessInterruptionSituation'](_0x480443){const _0x4eb043=a54_0x333b5f,_0x11fa75={};_0x11fa75[_0x4eb043(0x93)]=_0x4eb043(0xa1),_0x11fa75[_0x4eb043(0xa7)]=function(_0xac0f1,_0x312eca){return _0xac0f1===_0x312eca;},_0x11fa75['dloru']=_0x4eb043(0x87),_0x11fa75[_0x4eb043(0xcb)]=_0x4eb043(0xc1);const _0x36c576=_0x11fa75,_0x7d8b3f=await this[_0x4eb043(0xa4)](_0x36c576['FkgIq']);if(_0x36c576[_0x4eb043(0xa7)](Object[_0x4eb043(0xa2)](_0x7d8b3f)['length'],0x0)){this[_0x4eb043(0x69)](_0x36c576[_0x4eb043(0xa9)],_0x7d8b3f);return;}this[_0x4eb043(0x7a)](_0x7d8b3f['errorCode'],_0x7d8b3f['errorMessage'][_0x4eb043(0x77)](_0x36c576['uPJlI'],_0x480443));}static async[a54_0x333b5f(0xbd)](){const _0x2895a6=a54_0x333b5f,_0x57a1a3={};_0x57a1a3[_0x2895a6(0xbe)]=_0x2895a6(0x71),_0x57a1a3[_0x2895a6(0x7f)]=function(_0x4c48ba,_0x1d6091){return _0x4c48ba===_0x1d6091;},_0x57a1a3[_0x2895a6(0x98)]=_0x2895a6(0x95);const _0x5e4748=_0x57a1a3,_0x4669f1=await this[_0x2895a6(0xa4)](_0x5e4748['ZqtTB']);if(_0x5e4748[_0x2895a6(0x7f)](Object['keys'](_0x4669f1)['length'],0x0)){this[_0x2895a6(0x69)](_0x5e4748['ksvar'],_0x4669f1);return;}this[_0x2895a6(0x7a)](_0x4669f1[_0x2895a6(0x6e)],_0x4669f1[_0x2895a6(0xa0)]);}static async[a54_0x333b5f(0xaa)](){const _0x1eb50f=a54_0x333b5f,_0x4bd290={};_0x4bd290[_0x1eb50f(0xbf)]=_0x1eb50f(0x9b),_0x4bd290['mVISj']=function(_0x122cc6,_0x3730fa){return _0x122cc6===_0x3730fa;},_0x4bd290[_0x1eb50f(0x80)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x46eb0f=_0x4bd290,_0x2b2ca5=await this[_0x1eb50f(0xa4)](_0x46eb0f[_0x1eb50f(0xbf)]);if(_0x46eb0f[_0x1eb50f(0xc5)](Object[_0x1eb50f(0xa2)](_0x2b2ca5)[_0x1eb50f(0x8a)],0x0)){this[_0x1eb50f(0x69)](_0x46eb0f[_0x1eb50f(0x80)],_0x2b2ca5);return;}this[_0x1eb50f(0x7a)](_0x2b2ca5[_0x1eb50f(0x6e)],_0x2b2ca5[_0x1eb50f(0xa0)]);}static async['reportSSLCertIssue'](){const _0x2e001e=a54_0x333b5f,_0x1f633e={};_0x1f633e[_0x2e001e(0x75)]=_0x2e001e(0x6a),_0x1f633e[_0x2e001e(0x83)]=function(_0x4f7ac0,_0x231832){return _0x4f7ac0===_0x231832;},_0x1f633e[_0x2e001e(0x91)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0xfa2d3c=_0x1f633e,_0x491a3c=await this['getErrorDetails'](_0xfa2d3c[_0x2e001e(0x75)]);if(_0xfa2d3c[_0x2e001e(0x83)](Object['keys'](_0x491a3c)[_0x2e001e(0x8a)],0x0)){this[_0x2e001e(0x69)](_0xfa2d3c['QDdFw'],_0x491a3c);return;}this[_0x2e001e(0x7a)](_0x491a3c[_0x2e001e(0x6e)],_0x491a3c[_0x2e001e(0xa0)]);}static[a54_0x333b5f(0x9c)](){const _0x4f3ff=a54_0x333b5f,_0x167cdc={};_0x167cdc['yyDdK']='.browserstack\x20folder\x20not\x20accessible',_0x167cdc[_0x4f3ff(0x70)]=function(_0x36fa4d,_0x4ccaf0){return _0x36fa4d===_0x4ccaf0;},_0x167cdc['sizcB']=_0x4f3ff(0x76);const _0xd2f618=_0x167cdc,_0x56097d=constants[_0x4f3ff(0xbb)][_0xd2f618[_0x4f3ff(0xc6)]];if(_0xd2f618[_0x4f3ff(0x70)](Object[_0x4f3ff(0xa2)](_0x56097d)[_0x4f3ff(0x8a)],0x0)){this[_0x4f3ff(0x69)](_0xd2f618['sizcB'],_0x56097d);return;}this[_0x4f3ff(0xc3)]['add'](_0x56097d['errorCode']),this[_0x4f3ff(0x7a)](_0x56097d[_0x4f3ff(0x6e)],_0x56097d[_0x4f3ff(0xa0)]);}static async[a54_0x333b5f(0xc2)](_0x3ca42d){const _0x2022ed=a54_0x333b5f,_0x2ab683={};_0x2ab683[_0x2022ed(0x67)]=_0x2022ed(0xc4),_0x2ab683['chJSd']=function(_0x548a27,_0x23d23e){return _0x548a27===_0x23d23e;},_0x2ab683[_0x2022ed(0x7e)]=_0x2022ed(0xcf),_0x2ab683[_0x2022ed(0xb4)]='{ENV_VAR}';const _0x305f49=_0x2ab683,_0x3eb5f2=await this[_0x2022ed(0xa4)](_0x305f49[_0x2022ed(0x67)]);if(_0x305f49[_0x2022ed(0x86)](Object['keys'](_0x3eb5f2)['length'],0x0)){this['logError'](_0x305f49[_0x2022ed(0x7e)],_0x3eb5f2);return;}const _0x5efa1b=_0x3eb5f2[_0x2022ed(0xa0)]['replace'](_0x305f49[_0x2022ed(0xb4)],_0x3ca42d);this['logSituation'](_0x3eb5f2[_0x2022ed(0x6e)],_0x5efa1b);}static async[a54_0x333b5f(0x9f)](){const _0x4de5bb=a54_0x333b5f,_0x46171f={};_0x46171f['LzcWq']=function(_0x2a2249,_0xa2c5bf){return _0x2a2249>_0xa2c5bf;},_0x46171f[_0x4de5bb(0x8c)]=_0x4de5bb(0x73),_0x46171f[_0x4de5bb(0x88)]=_0x4de5bb(0x7c);const _0x10e399=_0x46171f,_0x5deb9b=await this[_0x4de5bb(0x6c)](),_0x3603b8=this[_0x4de5bb(0x74)](_0x5deb9b),_0x21b786=Array[_0x4de5bb(0x97)](_0x5deb9b['errorCodes'])?_0x5deb9b['errorCodes']:[],_0x1dd5f5=_0x10e399[_0x4de5bb(0xc0)](this[_0x4de5bb(0xc3)][_0x4de5bb(0xc8)],0x0)?Array[_0x4de5bb(0xba)](this[_0x4de5bb(0xc3)]):[],_0x1756a3=new Set([..._0x21b786,..._0x3603b8,..._0x1dd5f5]),_0x4851fb=Array[_0x4de5bb(0xba)](_0x1756a3);if(_0x10e399[_0x4de5bb(0xc0)](_0x4851fb['length'],0x0)){const _0x566443=_0x5deb9b[_0x4de5bb(0xb9)][_0x4de5bb(0x77)](_0x10e399[_0x4de5bb(0x8c)],_0x4851fb[_0x4de5bb(0xad)](',\x20'))[_0x4de5bb(0x77)](_0x10e399[_0x4de5bb(0x88)],_0x5deb9b[_0x4de5bb(0xaf)]);logger[_0x4de5bb(0x7b)](_0x566443),this[_0x4de5bb(0x8d)]=_0x4851fb;}}}module[a54_0x333b5f(0x72)]=ClientTroubleShootingService;function a54_0x1102(){const _0x3ab095=['../v2/grpcClient','join','getFinalErrorMessage','documentationLink','object','GaAXG','errorCodes','21TEuZOz','QLAmk','./constants','getErrorCodes','23837198AxhQVB','5TwMRxm','finalErrorMessage','from','CLIENT_TROUBLESHOOTING_HASH','errorCodesOccurredInCLI','reportSessionLinkingIssue','ZqtTB','FJdDd','LzcWq','{SIGNAL}','reportConflictingEnvVarIssue','errorCodesOccurredWhenCLINotRunning','conflicting\x20env\x20var\x20detected','mVISj','yyDdK','getCachedErrorCodes','size','getDocumentationLink','reportClientTroubleshootingError','uPJlI','winstonLogger','8oRrRIB','12820995YUkaVw','Conflicting\x20Env\x20Var\x20details\x20not\x20found','5eHNwaM','stringify','OpLqq','error','logError','ssl\x20cert\x20issue','qMQGG','getAggregatedErrorCodes','XBBqm','errorCode','Imhro','XDzVq','Session\x20Linking\x20Issue','exports','{ERROR_CODES}','checkForErrorsOccuredInCLI','QfIPc','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','replace','../v2/browserstackCLI','Error\x20in\x20getting\x20error\x20details\x20for\x20','logSituation','warn','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','sgEkc','ZHZaw','oxPXW','FWmQP','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','11757886EwEAQo','SxMez','getInstance','parse','chJSd','Process\x20Interruption\x20details\x20not\x20found:','QuMJu','7456550dCuDka','length','[ClientTroubleShootingService]\x20','ONxsw','cachedErrorCodes','getAggregatedClientTroubleshootingErrors','470828uFDhMS','base64','QDdFw','pllvF','FkgIq','18994nNAuJz','Session\x20Linking\x20Issue\x20details\x20not\x20found','7565448jsyAUL','isArray','ksvar','isRunning','SdiKe','browserstack\x20cloud\x20not\x20reachable','reportDotBrowserStackFolderNotAccessibleIssue','mvGZh','odisY','reportFinalDetectionState','errorMessage','Process\x20Interruption','keys','push','getErrorDetails','FQfbx','getSuccess','AhktF','toString','dloru','reportConnectivityIssue','../../helpers/logger'];a54_0x1102=function(){return _0x3ab095;};return a54_0x1102();}
|
|
1
|
+
function a54_0x2a4a(){const _0x2fb8f9=['eaIWj','Process\x20Interruption\x20details\x20not\x20found:','reportSSLCertIssue','658488mCiuIY','parse','getErrorCodes','reportFinalDetectionState','errorCodesOccurredWhenCLINotRunning','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','geVxI','getSuccess','errorMessage','456099hXcoUB','mrgmv','uzpyg','534770LVEELY','stringify','error','Conflicting\x20Env\x20Var\x20details\x20not\x20found','{SIGNAL}','4hiHezU','length','keys','xOUXv','104425BGUpbi','logSituation','toString','hFaEz','reportConnectivityIssue','cachedErrorCodes','Connectivity\x20Issue\x20details\x20not\x20found','qNUxT','getCachedErrorCodes','KCfWX','DzKGz','KWglZ','getErrorDetails','reportProcessInterruptionSituation','reportDotBrowserStackFolderNotAccessibleIssue','lQfdd','gwWUm','TaTWW','checkForErrorsOccuredInCLI','replace','exports','reportSessionLinkingIssue','documentationLink','GtLkY','{ERROR_CODES}','getAggregatedErrorCodes','./constants','errorCode','554764QiJcsR','.browserstack\x20folder\x20not\x20accessible','warn','logError','Session\x20Linking\x20Issue','hDLML','getErrorCode','object','isArray','KHohD','getErrorMessage','CLIENT_TROUBLESHOOTING_HASH','wAynF','716919XzifCM','from','zXpuV','getErrorCodesOccurredInCli','1518840tjiZYH','[ClientTroubleShootingService]\x20','browserstack\x20cloud\x20not\x20reachable','wfAGe','../v2/browserstackCLI','join','base64','UDIpY','oDhPZ','kpHfA','getInstance','reportClientTroubleshootingError','GNQkW','SgsEP','conflicting\x20env\x20var\x20detected','ZAodn','fABzb','Error\x20in\x20getting\x20error\x20details\x20for\x20','qPbOt','vfzFS','../v2/grpcClient','size','push','errorCodesOccurredInCLI','errorCodes','DMxRM','WrgQp','finalErrorMessage','isRunning','getAggregatedClientTroubleshootingErrors','TxpFt'];a54_0x2a4a=function(){return _0x2fb8f9;};return a54_0x2a4a();}const a54_0x332fa6=a54_0x1e2d;function a54_0x1e2d(_0x536144,_0x41e83a){const _0x2a4a0d=a54_0x2a4a();return a54_0x1e2d=function(_0x1e2d7a,_0x13f5ad){_0x1e2d7a=_0x1e2d7a-0x83;let _0x486f9d=_0x2a4a0d[_0x1e2d7a];return _0x486f9d;},a54_0x1e2d(_0x536144,_0x41e83a);}(function(_0x58abfc,_0x31cb76){const _0x5e62ed=a54_0x1e2d,_0x380ed2=_0x58abfc();while(!![]){try{const _0x9afa19=-parseInt(_0x5e62ed(0xaf))/0x1*(-parseInt(_0x5e62ed(0xab))/0x2)+-parseInt(_0x5e62ed(0xd8))/0x3+-parseInt(_0x5e62ed(0xcb))/0x4+parseInt(_0x5e62ed(0xa6))/0x5+parseInt(_0x5e62ed(0xdc))/0x6+parseInt(_0x5e62ed(0xa3))/0x7+-parseInt(_0x5e62ed(0x9a))/0x8;if(_0x9afa19===_0x31cb76)break;else _0x380ed2['push'](_0x380ed2['shift']());}catch(_0x13b186){_0x380ed2['push'](_0x380ed2['shift']());}}}(a54_0x2a4a,0x2a82e));const logger=require('../../helpers/logger')['winstonLogger'],BrowserstackCLI=require(a54_0x332fa6(0xe0)),GrpcClient=require(a54_0x332fa6(0x8c)),constants=require(a54_0x332fa6(0xc9));class ClientTroubleShootingService{static [a54_0x332fa6(0xb4)]=null;static [a54_0x332fa6(0x9e)]=new Set();static async[a54_0x332fa6(0xbb)](_0x1f1fe5){const _0x5ea288=a54_0x332fa6,_0x536207={};_0x536207[_0x5ea288(0xe5)]=function(_0x2d7ae1,_0x1defd4){return _0x2d7ae1!==_0x1defd4;};const _0x54156e=_0x536207;try{if(BrowserstackCLI[_0x5ea288(0xe6)]()['isRunning']()){const _0x4acd0e=await GrpcClient['getInstance']()[_0x5ea288(0x83)](_0x1f1fe5);if(_0x54156e['kpHfA'](_0x4acd0e,null)&&_0x4acd0e[_0x5ea288(0xa1)]())return{'errorCode':_0x4acd0e[_0x5ea288(0xd1)](),'errorMessage':_0x4acd0e[_0x5ea288(0xd5)]()};return{};}}catch(_0x34eaf8){return this[_0x5ea288(0xce)](_0x5ea288(0x89)+_0x1f1fe5+':',_0x34eaf8),{};}}static async[a54_0x332fa6(0xc8)](){const _0x933fd7=a54_0x332fa6,_0x55496f={};_0x55496f[_0x933fd7(0x91)]=function(_0x44ae54,_0x562381){return _0x44ae54!==_0x562381;},_0x55496f['qNUxT']=_0x933fd7(0xe2),_0x55496f[_0x933fd7(0xe4)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x778a55=_0x55496f;try{if(BrowserstackCLI['getInstance']()[_0x933fd7(0x94)]()){const _0x5731f1=await GrpcClient[_0x933fd7(0xe6)]()[_0x933fd7(0x95)]();if(_0x778a55[_0x933fd7(0x91)](_0x5731f1,null)&&_0x5731f1[_0x933fd7(0xa1)]()){const _0x1577e3=Buffer[_0x933fd7(0xd9)](_0x5731f1[_0x933fd7(0x9c)](),_0x778a55['qNUxT'])[_0x933fd7(0xb1)](),_0xd1721b=_0x1577e3?JSON[_0x933fd7(0x9b)](_0x1577e3):[],_0xf1dced=_0x5731f1['getDocumentationLink'](),_0x586759=_0x5731f1['getFinalErrorMessage'](),_0xaecc34=Buffer[_0x933fd7(0xd9)](_0x5731f1[_0x933fd7(0xdb)](),_0x778a55[_0x933fd7(0xb6)])['toString'](),_0x571239=_0xaecc34?JSON[_0x933fd7(0x9b)](_0xaecc34):[],_0x3b22b3={};return _0x3b22b3[_0x933fd7(0x90)]=_0xd1721b,_0x3b22b3['documentationLink']=_0xf1dced,_0x3b22b3[_0x933fd7(0x93)]=_0x586759,_0x3b22b3['errorCodesOccurredInCLI']=_0x571239,_0x3b22b3;}const _0x3bfbb4={};return _0x3bfbb4[_0x933fd7(0x90)]=[],_0x3bfbb4[_0x933fd7(0xc5)]='',_0x3bfbb4['finalErrorMessage']='',_0x3bfbb4[_0x933fd7(0x8f)]=[],_0x3bfbb4;}const _0x113d0f={};return _0x113d0f[_0x933fd7(0x90)]=[],_0x113d0f[_0x933fd7(0xc5)]='',_0x113d0f['finalErrorMessage']='',_0x113d0f[_0x933fd7(0x8f)]=[],_0x113d0f;}catch(_0x4a1574){this[_0x933fd7(0xce)](_0x778a55[_0x933fd7(0xe4)],_0x4a1574);const _0x507cc5={};return _0x507cc5[_0x933fd7(0x90)]=[],_0x507cc5[_0x933fd7(0xc5)]='',_0x507cc5[_0x933fd7(0x93)]='',_0x507cc5[_0x933fd7(0x8f)]=[],_0x507cc5;}}static[a54_0x332fa6(0xb0)](_0x476ea0,_0x2e007b){const _0x48061c=a54_0x332fa6;logger[_0x48061c(0xcd)](_0x476ea0+':\x20'+_0x2e007b);}static[a54_0x332fa6(0xc1)](_0x4c63fe){const _0x23ec01=a54_0x332fa6,_0x4b06d2={};_0x4b06d2[_0x23ec01(0x8b)]=function(_0x1410b3,_0x16a113){return _0x1410b3!=_0x16a113;},_0x4b06d2['KWglZ']=function(_0x1faa12,_0x340ed0){return _0x1faa12!=_0x340ed0;},_0x4b06d2[_0x23ec01(0xae)]=function(_0x2a39a8,_0x2f816d){return _0x2a39a8>_0x2f816d;},_0x4b06d2[_0x23ec01(0xb2)]=function(_0x1374e3,_0x5a2169){return _0x1374e3!=_0x5a2169;};const _0x1f31ff=_0x4b06d2,_0x5d2a5e=[];if(_0x1f31ff[_0x23ec01(0x8b)](_0x4c63fe,null)&&_0x1f31ff['KWglZ'](_0x4c63fe[_0x23ec01(0x8f)],null)&&_0x1f31ff['xOUXv'](_0x4c63fe[_0x23ec01(0x8f)][_0x23ec01(0xac)],0x0))for(const _0x1d1a02 of _0x4c63fe[_0x23ec01(0x8f)]){_0x1f31ff[_0x23ec01(0xba)](_0x1d1a02[_0x23ec01(0xca)],null)&&_0x1f31ff['hFaEz'](_0x1d1a02[_0x23ec01(0xa2)],null)&&(_0x5d2a5e[_0x23ec01(0x8e)](_0x1d1a02[_0x23ec01(0xca)]),this[_0x23ec01(0xb0)](_0x1d1a02[_0x23ec01(0xca)],_0x1d1a02[_0x23ec01(0xa2)]));}return _0x5d2a5e;}static[a54_0x332fa6(0xb7)](){return this['cachedErrorCodes'];}static[a54_0x332fa6(0xce)](_0x230aee,_0x3ccdef){const _0x1fb21f=a54_0x332fa6,_0x4d5c08={};_0x4d5c08[_0x1fb21f(0xa0)]=function(_0x485e0a,_0x2f8f42){return _0x485e0a===_0x2f8f42;},_0x4d5c08[_0x1fb21f(0xbf)]=_0x1fb21f(0xd2);const _0x45ffd9=_0x4d5c08;if(_0x45ffd9[_0x1fb21f(0xa0)](typeof _0x3ccdef,_0x45ffd9[_0x1fb21f(0xbf)]))try{logger[_0x1fb21f(0xa8)](_0x1fb21f(0xdd)+_0x230aee+'\x20'+JSON[_0x1fb21f(0xa7)](_0x3ccdef));}catch(_0x513214){logger[_0x1fb21f(0xa8)](_0x1fb21f(0xdd)+_0x230aee+'\x20'+_0x3ccdef);}else logger['error'](_0x1fb21f(0xdd)+_0x230aee+'\x20'+_0x3ccdef);}static async[a54_0x332fa6(0xbc)](_0x3361d0){const _0x515ea4=a54_0x332fa6,_0x8df892={};_0x8df892[_0x515ea4(0xdf)]='Process\x20Interruption',_0x8df892[_0x515ea4(0x84)]=function(_0x2c4c4c,_0x1de087){return _0x2c4c4c===_0x1de087;},_0x8df892['hDLML']=_0x515ea4(0x98),_0x8df892[_0x515ea4(0xa4)]=_0x515ea4(0xaa);const _0x202757=_0x8df892,_0x319054=await this['getErrorDetails'](_0x202757[_0x515ea4(0xdf)]);if(_0x202757[_0x515ea4(0x84)](Object[_0x515ea4(0xad)](_0x319054)[_0x515ea4(0xac)],0x0)){this[_0x515ea4(0xce)](_0x202757[_0x515ea4(0xd0)],_0x319054);return;}this[_0x515ea4(0xb0)](_0x319054[_0x515ea4(0xca)],_0x319054['errorMessage'][_0x515ea4(0xc2)](_0x202757['mrgmv'],_0x3361d0));}static async[a54_0x332fa6(0xc4)](){const _0x1ef897=a54_0x332fa6,_0x26fa72={};_0x26fa72[_0x1ef897(0x96)]=_0x1ef897(0xcf),_0x26fa72[_0x1ef897(0x97)]=function(_0x80ae37,_0x3bbc0c){return _0x80ae37===_0x3bbc0c;},_0x26fa72['DzKGz']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x3e7c20=_0x26fa72,_0x1b89ec=await this[_0x1ef897(0xbb)](_0x3e7c20[_0x1ef897(0x96)]);if(_0x3e7c20[_0x1ef897(0x97)](Object[_0x1ef897(0xad)](_0x1b89ec)[_0x1ef897(0xac)],0x0)){this[_0x1ef897(0xce)](_0x3e7c20[_0x1ef897(0xb9)],_0x1b89ec);return;}this[_0x1ef897(0xb0)](_0x1b89ec[_0x1ef897(0xca)],_0x1b89ec[_0x1ef897(0xa2)]);}static async[a54_0x332fa6(0xb3)](){const _0x898ff8=a54_0x332fa6,_0x102b36={};_0x102b36[_0x898ff8(0xb8)]=_0x898ff8(0xde),_0x102b36[_0x898ff8(0xda)]=function(_0x140d42,_0x1111d8){return _0x140d42===_0x1111d8;},_0x102b36['VZvXu']=_0x898ff8(0xb5);const _0x4db29a=_0x102b36,_0x51d157=await this['getErrorDetails'](_0x4db29a[_0x898ff8(0xb8)]);if(_0x4db29a['zXpuV'](Object[_0x898ff8(0xad)](_0x51d157)[_0x898ff8(0xac)],0x0)){this[_0x898ff8(0xce)](_0x4db29a['VZvXu'],_0x51d157);return;}this[_0x898ff8(0xb0)](_0x51d157[_0x898ff8(0xca)],_0x51d157[_0x898ff8(0xa2)]);}static async[a54_0x332fa6(0x99)](){const _0x4bdfb0=a54_0x332fa6,_0x32794b={};_0x32794b[_0x4bdfb0(0xbe)]='ssl\x20cert\x20issue',_0x32794b[_0x4bdfb0(0xd4)]=function(_0x1bfc4d,_0x2cf9e3){return _0x1bfc4d===_0x2cf9e3;},_0x32794b[_0x4bdfb0(0xc0)]=_0x4bdfb0(0x9f);const _0xf113a2=_0x32794b,_0x5764bb=await this['getErrorDetails'](_0xf113a2[_0x4bdfb0(0xbe)]);if(_0xf113a2[_0x4bdfb0(0xd4)](Object[_0x4bdfb0(0xad)](_0x5764bb)[_0x4bdfb0(0xac)],0x0)){this[_0x4bdfb0(0xce)](_0xf113a2['TaTWW'],_0x5764bb);return;}this[_0x4bdfb0(0xb0)](_0x5764bb[_0x4bdfb0(0xca)],_0x5764bb[_0x4bdfb0(0xa2)]);}static[a54_0x332fa6(0xbd)](){const _0x3bacbb=a54_0x332fa6,_0x292f1c={};_0x292f1c[_0x3bacbb(0xc6)]=_0x3bacbb(0xcc),_0x292f1c[_0x3bacbb(0x88)]=function(_0x366bf8,_0x2839b5){return _0x366bf8===_0x2839b5;},_0x292f1c[_0x3bacbb(0xd7)]='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x206a3f=_0x292f1c,_0x2b35ed=constants[_0x3bacbb(0xd6)][_0x206a3f[_0x3bacbb(0xc6)]];if(_0x206a3f[_0x3bacbb(0x88)](Object[_0x3bacbb(0xad)](_0x2b35ed)[_0x3bacbb(0xac)],0x0)){this['logError'](_0x206a3f[_0x3bacbb(0xd7)],_0x2b35ed);return;}this['errorCodesOccurredWhenCLINotRunning']['add'](_0x2b35ed[_0x3bacbb(0xca)]),this['logSituation'](_0x2b35ed[_0x3bacbb(0xca)],_0x2b35ed[_0x3bacbb(0xa2)]);}static async['reportConflictingEnvVarIssue'](_0x22ea2f){const _0x4ce126=a54_0x332fa6,_0x37625c={};_0x37625c[_0x4ce126(0x92)]=_0x4ce126(0x86),_0x37625c[_0x4ce126(0xa5)]=function(_0x38195c,_0x5852ed){return _0x38195c===_0x5852ed;},_0x37625c[_0x4ce126(0x85)]=_0x4ce126(0xa9),_0x37625c['EpARg']='{ENV_VAR}';const _0x4d05d2=_0x37625c,_0x47611d=await this['getErrorDetails'](_0x4d05d2[_0x4ce126(0x92)]);if(_0x4d05d2[_0x4ce126(0xa5)](Object[_0x4ce126(0xad)](_0x47611d)['length'],0x0)){this[_0x4ce126(0xce)](_0x4d05d2['SgsEP'],_0x47611d);return;}const _0x4f3402=_0x47611d[_0x4ce126(0xa2)][_0x4ce126(0xc2)](_0x4d05d2['EpARg'],_0x22ea2f);this[_0x4ce126(0xb0)](_0x47611d[_0x4ce126(0xca)],_0x4f3402);}static async[a54_0x332fa6(0x9d)](){const _0x443f46=a54_0x332fa6,_0x4a4333={};_0x4a4333[_0x443f46(0xe3)]=function(_0x30ce39,_0x3bec37){return _0x30ce39>_0x3bec37;},_0x4a4333['ZAodn']=_0x443f46(0xc7),_0x4a4333[_0x443f46(0x8a)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x144978=_0x4a4333,_0x33e044=await this[_0x443f46(0xc8)](),_0x4140e=this['checkForErrorsOccuredInCLI'](_0x33e044),_0x453fa7=Array[_0x443f46(0xd3)](_0x33e044[_0x443f46(0x90)])?_0x33e044[_0x443f46(0x90)]:[],_0x2a83d4=_0x144978['UDIpY'](this['errorCodesOccurredWhenCLINotRunning'][_0x443f46(0x8d)],0x0)?Array['from'](this[_0x443f46(0x9e)]):[],_0x2849c2=new Set([..._0x453fa7,..._0x4140e,..._0x2a83d4]),_0x23ef18=Array[_0x443f46(0xd9)](_0x2849c2);if(_0x144978[_0x443f46(0xe3)](_0x23ef18['length'],0x0)){const _0x4c8024=_0x33e044['finalErrorMessage'][_0x443f46(0xc2)](_0x144978[_0x443f46(0x87)],_0x23ef18[_0x443f46(0xe1)](',\x20'))[_0x443f46(0xc2)](_0x144978[_0x443f46(0x8a)],_0x33e044['documentationLink']);logger['warn'](_0x4c8024),this['cachedErrorCodes']=_0x23ef18;}}}module[a54_0x332fa6(0xc3)]=ClientTroubleShootingService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a55_0x43347b=a55_0x4d04;(function(_0x16eb4c,_0x5c80a6){const _0x1c93d8=a55_0x4d04,_0x33398d=_0x16eb4c();while(!![]){try{const _0x4bfdfc=parseInt(_0x1c93d8(0x216))/0x1+parseInt(_0x1c93d8(0x1fe))/0x2+-parseInt(_0x1c93d8(0x26d))/0x3+-parseInt(_0x1c93d8(0x1df))/0x4+-parseInt(_0x1c93d8(0x1fa))/0x5+-parseInt(_0x1c93d8(0x1d6))/0x6*(parseInt(_0x1c93d8(0x1bb))/0x7)+parseInt(_0x1c93d8(0x235))/0x8*(parseInt(_0x1c93d8(0x234))/0x9);if(_0x4bfdfc===_0x5c80a6)break;else _0x33398d['push'](_0x33398d['shift']());}catch(_0x2ad0d2){_0x33398d['push'](_0x33398d['shift']());}}}(a55_0x5ad5,0xd34f2));const a55_0x4c9598={};a55_0x4c9598['INFO']='shows\x20version\x20information',a55_0x4c9598[a55_0x43347b(0x267)]=a55_0x43347b(0x192);const a55_0x2dc247={};a55_0x2dc247[a55_0x43347b(0x20e)]='Run\x20jest\x20tests\x20on\x20browserstack';const a55_0x3a4ca4={};a55_0x3a4ca4[a55_0x43347b(0x20e)]=a55_0x43347b(0x20f);const a55_0x22b73b={};a55_0x22b73b[a55_0x43347b(0x20e)]=a55_0x43347b(0x242);const a55_0x386499={};a55_0x386499[a55_0x43347b(0x20e)]=a55_0x43347b(0x1a6);const a55_0xf8c5f7={};a55_0xf8c5f7[a55_0x43347b(0x20e)]=a55_0x43347b(0x223);const a55_0x305e59={};function a55_0x5ad5(){const _0x46beca=['jest','CLIENT_TROUBLESHOOTING_HASH','split','INTEGRATIONS','APP_AUTOMATE_PRODUCTS','PLAYWRIGHT_TRACE_LOGS','observability','INFO','Run\x20mocha\x20tests\x20on\x20browserstack','chromeOptions','AUTOMATE_PRODUCTS','ERR_NAME_NOT_RESOLVED','LOG_FILE_NAME','rerunTests','^[a-zA-Z0-9_.-]*$','511137IIYFpd','Upgrade\x20required','SDKTestTcgtInitSuccessful','https://api-cloud.browserstack.com','ROOT_REGEX','https://upload-observability-preprod.bsstag.com','AI_PROXY_FAILURE','TCG_REGION','ATS_HUB_URL_REGEX','strictFileInteractability','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_RESET','ERR_PROXY_CONNECTION_FAILED','Run\x20nightwatch\x20tests\x20on\x20browserstack','parallelsPerPlatform','/usage-debug.log','ERR_CONNECTION_REFUSED','acceptSslCert','PRIVATE_DOMAIN_OR_IP_REGEX','INVALID_INIT_RESP_WITH_USER_IMPACT','proxySettings','BROWSERSTACK_APP_AUTOMATE_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','https://api-cloud-devtestops.bsstag.com','framework','.ipa','SDK-GE-001','prod','OBSERVABILITY_UPLOAD_URL','37036143MQyEHx','8LLnCBx','https://hub-devtestops.bsstag.com/wd/hub','https://automation-preprod.bsstag.com','SELF_SIGNED_CERT_IN_CHAIN','USER_CONFIG_DETAILS_PATH','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserstack.overridelocalInfo.userAuthToken','Run\x20codeceptjs\x20tests\x20on\x20browserstack','TCG_DOWN','pageLoadStrategy','SDK_INSTRUMENTATION_CONFIG','vanilla','exports','Run\x20cucumber-js\x20tests\x20on\x20browserstack','browserName','unable\x20to\x20get\x20local\x20issuer\x20certificate','automate','ERR_TUNNEL_CONNECTION_FAILED','staging','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://tcg.bsstag.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','Mocha','https://tcg.browserstack.com','proxyPassword','testReporting','self\x20signed\x20certificate','BROWSERSTACK_AUTOMATE_URL','TEST_REPORTING_ANALYTICS','VALID_APP_EXTENSION','.aab','httpsProxy','SHAREABLE_ID_REGEX','SSL_ERROR_MESSAGES','https://automate.browserstack.com/dashboard/v2/builds/','ERR_TIMED_OUT','accessibility','GLOBAL_AGENT_NO_PROXY','timeouts','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','UPDATED_CLI_ENDPOINT','SDKTestInvalidTcgAuthResponseWithUserImpact','ERR_CONNECTION_TIMED_OUT','NUDGE_LOCAL_ERRORS','AI_ENABLED_FRAMEWORK','TCG_URL','PLAYWRIGHT_CONFIG_OPTION_ERRORS','TCG_AUTH_TIMEOUT','https://automation.browserstack.com','CODECEPT_CUCUMBER','HELP','ROOT_CAPS','hubUrl','HUB_URL_REGEX','turboScaleOptions','PACKAGE_TYPE','2618910dvAonr','HEALING_LOG_DATA_TIMEOUT','customVariables','userName','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','testOrchestrationOptions','REDACTED_KEYS','accessibilityOptions','Cucumber-JS','testObservabilityOptions','browserstack.com','bsstag','Specify\x20--help\x20for\x20available\x20options','O11Y_URL','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','MODULE','https://api-preprod.bsstag.com','A11Y_GET_RESULTS_SUMMARY','BSTACK_URL','browserstack.accessKey','percyOptions','AUTOMATION_LOG_COMMANDS','ERR_FAILED','CI_ARTIFACTS_PATH','ieOptions','ERR_TLS_CERT_ALTNAME_INVALID','https://tcg-preprod.bsstag.com','SDKTestTcgProxyFailure','BROWSERSTACK','.browserstack\x20folder\x20not\x20accessible','OBSERVABILITY_SUPPORTED_FWS','MOCHA','Run\x20js\x20tests\x20on\x20browserstack','turboScale','VANILLA','ERR_CONNECTION_CLOSED','https://apidevtestops.bsstag.com','sdk/v1/update_cli','https://automate-preprod.bsstag.com/dashboard/v2/builds/','ObservabilitySync','unhandledPromptBehavior','logLevel','ERR_SOCKET_NOT_CONNECTED','COMMONJS','BROWSERSTACK_ENV','playwright','https://upload-observability-devtestops-ssi.bsstag.com','https://upload-observability.browserstack.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','APP_AUTOMATE','testObservability','wss://cdp-devtestops.bsstag.com/playwright?caps=','ATS_WSS_URL_REGEX','7glSWTK','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','POLL_HEALING_RESULT_TIMEOUT','UPGRADE_REQUIRED','GLOBAL_AGENT_HTTP_PROXY','percyScreenshot','proxyPass','percyCaptureMode','uniqueDependency','codeceptjs-cucumber','https://hub.browserstack.com/wd/hub','Playwright','CUSTOM_ID_REGEX','JEST','accessKey','bsstag.com','mandatoryDependency','root','cucumber','BROWSERSTACK_API_URL','automation','.apk','testReportingOptions','CODECEPT','codeceptjs','ERR_ADDRESS_UNREACHABLE','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','9974118nZdAkE','ERR_SOCKS_CONNECTION_FAILED','https://observability-devtestops.bsstag.com','mocha','AUTOMATE','browserstackAutomation','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','testContextOptions','...[TRUNCATED]','1781008FTkzzY','wss://cdp-preprod.bsstag.com/playwright?caps=','CERT_HAS_EXPIRED','BSTACK_ATS_URL','PLAYWRIGHT_HUB_URL','SDKTestTcgDownResponse','./browserstack-artifacts/','localOptions','/usage.log','localProxyUser','https://edsstaging.bsstag.com','browserstack','browserstack.userName','SET_TCG_TOKEN_TIMEOUT','httpProxy','A11Y_SAVE_RESULTS','invalidKeys','MAX_GIT_META_DATA_SIZE_IN_BYTES','percy','APP_UPLOAD_URL','PLAYWRIGHT','Jest','browserstackLocal','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','browserStackLocalOptions','https://hub-preprod.bsstag.com/wd/hub','invalidTestInputType','6505985WzUQZo','NIGHTWATCH','Run\x20playwright\x20tests\x20on\x20Browserstack','pre-prod','1042060hIVxjJ','CODECEPTJS','browserVersion','disableAutoCaptureLogs','platforms','CONNECTIVITY_ISSUE_ERROR_CODES','https://api.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','SDKTestInitFailedResponse'];a55_0x5ad5=function(){return _0x46beca;};return a55_0x5ad5();}a55_0x305e59[a55_0x43347b(0x20e)]=a55_0x43347b(0x1fc);const a55_0x8b7d77={};a55_0x8b7d77[a55_0x43347b(0x20e)]=a55_0x43347b(0x23c);const a55_0x1f4241={};a55_0x1f4241[a55_0x43347b(0x20e)]=a55_0x43347b(0x248);const a55_0x16a135={};a55_0x16a135[a55_0x43347b(0x20e)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x5c8889={};a55_0x5c8889[a55_0x43347b(0x1f3)]=a55_0x43347b(0x1c6),a55_0x5c8889[a55_0x43347b(0x1a5)]=a55_0x43347b(0x1d9),a55_0x5c8889[a55_0x43347b(0x1c8)]=a55_0x43347b(0x207),a55_0x5c8889[a55_0x43347b(0x1d2)]='codeceptjs',a55_0x5c8889[a55_0x43347b(0x266)]=a55_0x43347b(0x1c4),a55_0x5c8889['CUCUMBER']='cucumber',a55_0x5c8889[a55_0x43347b(0x1a8)]='vanilla';const a55_0x5f0f5e={};a55_0x5f0f5e[a55_0x43347b(0x1ef)]=a55_0x43347b(0x194),a55_0x5f0f5e[a55_0x43347b(0x1c3)]=a55_0x43347b(0x220),a55_0x5f0f5e[a55_0x43347b(0x1cb)]=a55_0x43347b(0x1dc),a55_0x5f0f5e[a55_0x43347b(0x1f9)]=a55_0x43347b(0x1f6);const a55_0x4c101a={};a55_0x4c101a[a55_0x43347b(0x1b1)]='commonjs',a55_0x4c101a[a55_0x43347b(0x195)]='module';function a55_0x4d04(_0x468d96,_0x41f10f){const _0x5ad5f4=a55_0x5ad5();return a55_0x4d04=function(_0x4d0451,_0x233665){_0x4d0451=_0x4d0451-0x191;let _0x58d115=_0x5ad5f4[_0x4d0451];return _0x58d115;},a55_0x4d04(_0x468d96,_0x41f10f);}const a55_0x11aeca={};a55_0x11aeca[a55_0x43347b(0x24b)]=0xfde8,a55_0x11aeca[a55_0x43347b(0x275)]=0xfde8,a55_0x11aeca[a55_0x43347b(0x1f4)]=0x186a0;const a55_0x55b1b8={};a55_0x55b1b8[a55_0x43347b(0x1cc)]=[a55_0x43347b(0x270),a55_0x43347b(0x1c9),a55_0x43347b(0x1ed),'httpsProxy',a55_0x43347b(0x26f),a55_0x43347b(0x1eb),a55_0x43347b(0x199),a55_0x43347b(0x24d),'authToken','proxyUrl',a55_0x43347b(0x23b)],a55_0x55b1b8[a55_0x43347b(0x1f7)]=['proxyUser',a55_0x43347b(0x1c1),a55_0x43347b(0x1e8),'localProxyPass'];const a55_0xfe239a={};a55_0xfe239a[a55_0x43347b(0x1f5)]=a55_0x43347b(0x1f5),a55_0xfe239a['browserStackLocalOptions']=a55_0x43347b(0x1f7),a55_0xfe239a[a55_0x43347b(0x1e6)]=a55_0x43347b(0x1f7),a55_0xfe239a[a55_0x43347b(0x224)]=a55_0x43347b(0x224),a55_0xfe239a[a55_0x43347b(0x202)]='platforms',a55_0xfe239a['logLevel']=a55_0x43347b(0x1af),a55_0xfe239a['httpProxy']=a55_0x43347b(0x1ed),a55_0xfe239a[a55_0x43347b(0x254)]=a55_0x43347b(0x254),a55_0xfe239a[a55_0x43347b(0x22f)]=a55_0x43347b(0x22f),a55_0xfe239a[a55_0x43347b(0x1dd)]=a55_0x43347b(0x1dd),a55_0xfe239a[a55_0x43347b(0x1b8)]=a55_0x43347b(0x1b8),a55_0xfe239a['testReporting']=a55_0x43347b(0x24e),a55_0xfe239a[a55_0x43347b(0x276)]=a55_0x43347b(0x276),a55_0xfe239a[a55_0x43347b(0x1d1)]=a55_0x43347b(0x1d1),a55_0xfe239a[a55_0x43347b(0x26f)]='customVariables',a55_0xfe239a[a55_0x43347b(0x1cf)]=a55_0x43347b(0x1db),a55_0xfe239a['browserstackAutomation']=a55_0x43347b(0x1db),a55_0xfe239a[a55_0x43347b(0x214)]=a55_0x43347b(0x214),a55_0xfe239a[a55_0x43347b(0x1f1)]='percy',a55_0xfe239a[a55_0x43347b(0x19a)]=a55_0x43347b(0x19a),a55_0xfe239a[a55_0x43347b(0x1c2)]=a55_0x43347b(0x1c2),a55_0xfe239a['disableAutoCaptureLogs']=a55_0x43347b(0x201),a55_0xfe239a[a55_0x43347b(0x259)]=a55_0x43347b(0x259),a55_0xfe239a[a55_0x43347b(0x274)]=a55_0x43347b(0x274),a55_0xfe239a[a55_0x43347b(0x1a7)]='turboScale',a55_0xfe239a[a55_0x43347b(0x26b)]=a55_0x43347b(0x26b),a55_0xfe239a[a55_0x43347b(0x22a)]=a55_0x43347b(0x22a),a55_0xfe239a['testOrchestrationOptions']=a55_0x43347b(0x272);const a55_0x10e19f={};a55_0x10e19f[a55_0x43347b(0x1a3)]=[a55_0x43347b(0x231),a55_0x43347b(0x271)];const a55_0x28b1a4={};a55_0x28b1a4['VERSION']=a55_0x4c9598,a55_0x28b1a4[a55_0x43347b(0x1c8)]=a55_0x2dc247,a55_0x28b1a4[a55_0x43347b(0x1a5)]=a55_0x3a4ca4,a55_0x28b1a4['CUCUMBER']=a55_0x22b73b,a55_0x28b1a4[a55_0x43347b(0x1a8)]=a55_0x386499,a55_0x28b1a4[a55_0x43347b(0x1fb)]=a55_0xf8c5f7,a55_0x28b1a4[a55_0x43347b(0x1f3)]=a55_0x305e59,a55_0x28b1a4[a55_0x43347b(0x1ff)]=a55_0x8b7d77,a55_0x28b1a4['HST']=a55_0x1f4241,a55_0x28b1a4[a55_0x43347b(0x20a)]=a55_0x16a135,a55_0x28b1a4['BSTACK_DELTA']=0xf*0x3c*0x3e8,a55_0x28b1a4[a55_0x43347b(0x269)]=a55_0x43347b(0x1c5),a55_0x28b1a4[a55_0x43347b(0x262)]=a55_0x43347b(0x24c),a55_0x28b1a4[a55_0x43347b(0x21d)]='use',a55_0x28b1a4[a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x28b1a4[a55_0x43347b(0x21e)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x28b1a4[a55_0x43347b(0x1ba)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x28b1a4[a55_0x43347b(0x268)]=['acceptInsecureCerts',a55_0x43347b(0x23e),a55_0x43347b(0x21f),a55_0x43347b(0x1ae),a55_0x43347b(0x25b),a55_0x43347b(0x243),a55_0x43347b(0x200),'acceptSslCerts',a55_0x43347b(0x227),a55_0x43347b(0x210),'firefoxOptions','edgeOptions',a55_0x43347b(0x19e)],a55_0x28b1a4[a55_0x43347b(0x21a)]=/^[\w-]+:.*$/,a55_0x28b1a4[a55_0x43347b(0x228)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x28b1a4['EDS_URL']='https://eds.browserstack.com',a55_0x28b1a4[a55_0x43347b(0x1ce)]=a55_0x43347b(0x204),a55_0x28b1a4[a55_0x43347b(0x1f2)]=a55_0x43347b(0x219),a55_0x28b1a4[a55_0x43347b(0x25d)]=a55_0x43347b(0x1ab),a55_0x28b1a4['FUNNEL_INSTRUMENTATION_API_URL']='sdk/v1/event',a55_0x28b1a4[a55_0x43347b(0x211)]=[a55_0x43347b(0x245),a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x20b)]=['app-automate',a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x23a)]=[a55_0x43347b(0x20d)],a55_0x28b1a4[a55_0x43347b(0x233)]=a55_0x43347b(0x1b5),a55_0x28b1a4[a55_0x43347b(0x1a4)]=[a55_0x43347b(0x1d9),a55_0x43347b(0x1c6)],a55_0x28b1a4[a55_0x43347b(0x1da)]=['automate'],a55_0x28b1a4[a55_0x43347b(0x250)]=a55_0x43347b(0x257),a55_0x28b1a4[a55_0x43347b(0x22b)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a55_0x28b1a4[a55_0x43347b(0x1b7)]=['app-automate'],a55_0x28b1a4[a55_0x43347b(0x260)]=[a55_0x43347b(0x19c),a55_0x43347b(0x258),'ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a55_0x43347b(0x1b0),a55_0x43347b(0x1a9),a55_0x43347b(0x221),a55_0x43347b(0x226),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a55_0x43347b(0x1d4),a55_0x43347b(0x246),a55_0x43347b(0x25f),a55_0x43347b(0x1d7),a55_0x43347b(0x24a),a55_0x43347b(0x222),a55_0x43347b(0x212),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x28b1a4[a55_0x43347b(0x252)]=[a55_0x43347b(0x1d0),a55_0x43347b(0x253),a55_0x43347b(0x230)],a55_0x28b1a4[a55_0x43347b(0x1c7)]=a55_0x43347b(0x215),a55_0x28b1a4[a55_0x43347b(0x255)]=a55_0x43347b(0x1b6),a55_0x28b1a4[a55_0x43347b(0x19d)]=a55_0x43347b(0x1e5),a55_0x28b1a4[a55_0x43347b(0x1e3)]='wss://cdp.browserstack.com/playwright?caps=',a55_0x28b1a4['FRAMEWORKS']=a55_0x5c8889,a55_0x28b1a4['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x43347b(0x207),'mocha'],a55_0x28b1a4[a55_0x43347b(0x263)]=a55_0x5f0f5e,a55_0x28b1a4['AUTOLOGCAPTURE_NOTIFICATION']=a55_0x43347b(0x1bc),a55_0x28b1a4[a55_0x43347b(0x26c)]=a55_0x4c101a,a55_0x28b1a4[a55_0x43347b(0x1f0)]=0x40*0x400,a55_0x28b1a4['GIT_META_DATA_TRUNCATED']=a55_0x43347b(0x1de),a55_0x28b1a4[a55_0x43347b(0x1be)]=a55_0x43347b(0x217),a55_0x28b1a4[a55_0x43347b(0x23d)]=a55_0x43347b(0x1e4),a55_0x28b1a4[a55_0x43347b(0x229)]=a55_0x43347b(0x25e),a55_0x28b1a4['TCG_AUTH_FAILURE']='SDKTestTcgAuthFailure',a55_0x28b1a4['AI_INIT_SUCCESSFUL']=a55_0x43347b(0x218),a55_0x28b1a4['AI_INIT_FAILURE']=a55_0x43347b(0x206),a55_0x28b1a4[a55_0x43347b(0x21c)]=a55_0x43347b(0x1a1),a55_0x28b1a4[a55_0x43347b(0x264)]=0x1388,a55_0x28b1a4[a55_0x43347b(0x1ec)]=0x1388,a55_0x28b1a4[a55_0x43347b(0x26e)]=0x1388,a55_0x28b1a4['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x28b1a4[a55_0x43347b(0x1bd)]=0xc350,a55_0x28b1a4[a55_0x43347b(0x205)]=a55_0x11aeca,a55_0x28b1a4[a55_0x43347b(0x273)]=a55_0x55b1b8,a55_0x28b1a4[a55_0x43347b(0x261)]=[a55_0x43347b(0x240),a55_0x43347b(0x1d3)],a55_0x28b1a4[a55_0x43347b(0x23f)]=a55_0xfe239a,a55_0x28b1a4[a55_0x43347b(0x213)]=a55_0x43347b(0x1e7),a55_0x28b1a4['DEBUG_LOG_FILE_NAME']=a55_0x43347b(0x225),a55_0x28b1a4[a55_0x43347b(0x198)]=a55_0x43347b(0x277),a55_0x28b1a4[a55_0x43347b(0x1e2)]='browserstack-ats.com',a55_0x28b1a4[a55_0x43347b(0x193)]=a55_0x43347b(0x265),a55_0x28b1a4[a55_0x43347b(0x251)]=a55_0x43347b(0x22c),a55_0x28b1a4[a55_0x43347b(0x1a2)]=a55_0x43347b(0x1ea),a55_0x28b1a4['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x43347b(0x1b3),a55_0x43347b(0x1cd),'jest'],a55_0x28b1a4[a55_0x43347b(0x19b)]=['A11Y_SCAN',a55_0x43347b(0x197),'A11Y_GET_RESULTS',a55_0x43347b(0x1ee),a55_0x43347b(0x1c0),a55_0x43347b(0x1ad)],a55_0x28b1a4[a55_0x43347b(0x20c)]='PLAYWRIGHT_TRACE_LOGS',a55_0x28b1a4[a55_0x43347b(0x256)]=[a55_0x43347b(0x24f),'unable\x20to\x20verify\x20the\x20first\x20certificate','certificate\x20has\x20expired',a55_0x43347b(0x244),a55_0x43347b(0x19f),'DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x28b1a4['SSL_ERROR_CODES']=[a55_0x43347b(0x238),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x43347b(0x22d),a55_0x43347b(0x1e1),a55_0x43347b(0x19f),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a55_0x28b1a4[a55_0x43347b(0x203)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x28b1a4[a55_0x43347b(0x208)]=a55_0x10e19f,a55_0x28b1a4['INTERNALLY_USED_ENV_VARS']=[a55_0x43347b(0x1bf),a55_0x43347b(0x25a),a55_0x43347b(0x239)],module[a55_0x43347b(0x241)]=a55_0x28b1a4;const _env=(process['env'][a55_0x43347b(0x1b2)]||a55_0x43347b(0x232))['toLowerCase']();if(_env===a55_0x43347b(0x247)||_env==='stag'){const pmhUyr='8|10|0|1|6|9|2|7|11|5|3|12|4'['split']('|');let SvSwGI=0x0;while(!![]){switch(pmhUyr[SvSwGI++]){case'0':module['exports'][a55_0x43347b(0x262)]=a55_0x43347b(0x249);continue;case'1':module[a55_0x43347b(0x241)][a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a55_0x43347b(0x241)][a55_0x43347b(0x1f2)]=a55_0x43347b(0x22e);continue;case'3':module[a55_0x43347b(0x241)][a55_0x43347b(0x233)]=a55_0x43347b(0x1b4);continue;case'4':module['exports']['BROWSERSTACK']=a55_0x43347b(0x191);continue;case'5':module[a55_0x43347b(0x241)]['O11Y_URL']=a55_0x43347b(0x1d8);continue;case'6':module[a55_0x43347b(0x241)][a55_0x43347b(0x250)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'7':module[a55_0x43347b(0x241)][a55_0x43347b(0x1e3)]=a55_0x43347b(0x1b9);continue;case'8':module[a55_0x43347b(0x241)][a55_0x43347b(0x269)]=a55_0x43347b(0x236);continue;case'9':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x43347b(0x1d5);continue;case'10':module[a55_0x43347b(0x241)]['BROWSERSTACK_API_URL']=a55_0x43347b(0x1aa);continue;case'11':module['exports'][a55_0x43347b(0x198)]=a55_0x43347b(0x1ca);continue;case'12':module[a55_0x43347b(0x241)]['EDS_URL']=a55_0x43347b(0x1e9);continue;}break;}}else{if(_env==='preprod'||_env===a55_0x43347b(0x1fd)){const pDUaOB='8|10|5|4|9|0|3|6|1|12|11|7|2'[a55_0x43347b(0x209)]('|');let VQJNrn=0x0;while(!![]){switch(pDUaOB[VQJNrn++]){case'0':module[a55_0x43347b(0x241)][a55_0x43347b(0x22b)]=a55_0x43347b(0x25c);continue;case'1':module[a55_0x43347b(0x241)][a55_0x43347b(0x198)]=a55_0x43347b(0x1ca);continue;case'2':module[a55_0x43347b(0x241)]['BROWSERSTACK']=a55_0x43347b(0x191);continue;case'3':module[a55_0x43347b(0x241)][a55_0x43347b(0x1f2)]='https://api-preprod.bsstag.com';continue;case'4':module[a55_0x43347b(0x241)][a55_0x43347b(0x26a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a55_0x43347b(0x241)][a55_0x43347b(0x262)]=a55_0x43347b(0x1a0);continue;case'6':module[a55_0x43347b(0x241)][a55_0x43347b(0x1e3)]=a55_0x43347b(0x1e0);continue;case'7':module[a55_0x43347b(0x241)]['EDS_URL']=a55_0x43347b(0x1e9);continue;case'8':module[a55_0x43347b(0x241)]['hubUrl']=a55_0x43347b(0x1f8);continue;case'9':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a55_0x43347b(0x1ac);continue;case'10':module[a55_0x43347b(0x241)]['BROWSERSTACK_API_URL']=a55_0x43347b(0x196);continue;case'11':module[a55_0x43347b(0x241)][a55_0x43347b(0x233)]=a55_0x43347b(0x21b);continue;case'12':module[a55_0x43347b(0x241)]['O11Y_URL']=a55_0x43347b(0x237);continue;}break;}}}
|
|
1
|
+
const a55_0x29367d=a55_0x5497;(function(_0x2e219a,_0x2a303e){const _0x5f105a=a55_0x5497,_0x52e446=_0x2e219a();while(!![]){try{const _0x833ad2=parseInt(_0x5f105a(0x214))/0x1*(parseInt(_0x5f105a(0x1f9))/0x2)+-parseInt(_0x5f105a(0x20e))/0x3*(parseInt(_0x5f105a(0x2a2))/0x4)+-parseInt(_0x5f105a(0x269))/0x5+parseInt(_0x5f105a(0x1cd))/0x6+-parseInt(_0x5f105a(0x2a1))/0x7*(parseInt(_0x5f105a(0x249))/0x8)+-parseInt(_0x5f105a(0x1c2))/0x9*(parseInt(_0x5f105a(0x1c4))/0xa)+parseInt(_0x5f105a(0x298))/0xb;if(_0x833ad2===_0x2a303e)break;else _0x52e446['push'](_0x52e446['shift']());}catch(_0x3deae0){_0x52e446['push'](_0x52e446['shift']());}}}(a55_0x3cdc,0xcad71));const a55_0x2b7d7d={};a55_0x2b7d7d['INFO']=a55_0x29367d(0x218),a55_0x2b7d7d[a55_0x29367d(0x25d)]=a55_0x29367d(0x278);const a55_0x3caf4e={};a55_0x3caf4e[a55_0x29367d(0x1cc)]=a55_0x29367d(0x263);const a55_0x8b369e={};a55_0x8b369e['INFO']=a55_0x29367d(0x1c1);const a55_0x4e1d50={};a55_0x4e1d50[a55_0x29367d(0x1cc)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x1bc4f2={};a55_0x1bc4f2[a55_0x29367d(0x1cc)]=a55_0x29367d(0x1ba);const a55_0x5a4415={};a55_0x5a4415[a55_0x29367d(0x1cc)]=a55_0x29367d(0x293);const a55_0x1a0b7c={};a55_0x1a0b7c[a55_0x29367d(0x1cc)]=a55_0x29367d(0x24d);const a55_0x3b1cc7={};a55_0x3b1cc7[a55_0x29367d(0x1cc)]=a55_0x29367d(0x1fc);const a55_0x4c142a={};a55_0x4c142a[a55_0x29367d(0x1cc)]=a55_0x29367d(0x26c);function a55_0x3cdc(){const _0x4b9ae0=['wss://cdp-preprod.bsstag.com/playwright?caps=','percyOptions','module','strictFileInteractability','browserstack.accessKey','OBSERVABILITY_SUPPORTED_FWS','PLAYWRIGHT_HUB_URL','turboScaleOptions','VALID_APP_EXTENSION','ATS_WSS_URL_REGEX','sdk/v1/update_cli','BROWSERSTACK_ENV','commonjs','edgeOptions','TCG_REGION','ERR_BLOCKED_BY_CLIENT','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','automate','3720ifqfHl','PERCY_SUPPORTED_FRAMEWORKS','Mocha','AUTOMATE_PRODUCTS','Run\x20playwright\x20tests\x20on\x20Browserstack','SHAREABLE_ID_REGEX','acceptInsecureCerts','HEALING_LOG_DATA_TIMEOUT','SELF_SIGNED_CERT_IN_CHAIN','ERR_NETWORK_CHANGED','HEALING_FAILURE_TIMEOUT','TCG_AUTH_FAILURE','SDKTestTcgProxyFailure','CUSTOM_ID_REGEX','percyCaptureMode','disableAutoCaptureLogs','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_FAILED','rerunTests','FUNNEL_INSTRUMENTATION_API_URL','HELP','acceptSslCert','ERR_FAILED','prod','BROWSERSTACK_APP_AUTOMATE_URL','exports','Run\x20jest\x20tests\x20on\x20browserstack','percyScreenshot','browserStackLocalOptions','A11Y_SCAN','AUTOMATION_LOG_COMMANDS','SDKTestTcgAuthFailure','316685FbolfK','https://automation-preprod.bsstag.com','BROWSERSTACK_API_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Playwright','GIT_META_DATA_TRUNCATED','ERR_ADDRESS_UNREACHABLE','https://tcg.browserstack.com','ATS_HUB_URL_REGEX','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','TEST_FRAMEWORK_HOOK_TIMEOUT','CODECEPT','REDACTED_KEYS','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','OBSERVABILITY_UPLOAD_URL','Specify\x20--help\x20for\x20available\x20options','POLL_HEALING_RESULT_TIMEOUT','./browserstack-artifacts/','ERR_PROXY_CONNECTION_FAILED','acceptSslCerts','testContextOptions','chromeOptions','stag','CLI_SUPPORTED_FRAMEWORKS','timeouts','browserVersion','accessibilityOptions','accessKey','testOrchestrationOptions','ERR_ADDRESS_INVALID','firefoxOptions','https://tcg-preprod.bsstag.com','PLAYWRIGHT_CONFIG_OPTION_ERRORS','self\x20signed\x20certificate','certificate\x20has\x20expired','SDK-GEN-001','jest','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','invalidKeys','VERSION','ROOT_CAPS','Run\x20nightwatch\x20tests\x20on\x20browserstack','proxyPass','browserstackAutomation','browserstackLocal','UNABLE_TO_VERIFY_LEAF_SIGNATURE','13743675HXZtJO','A11Y_SAVE_RESULTS','wss://cdp-devtestops.bsstag.com/playwright?caps=','proxySettings','O11Y_URL','https://upload-observability-devtestops-ssi.bsstag.com','observability','/usage.log','SDKTestInvalidTcgAuthResponseWithUserImpact','9639KJqXsC','719252aGryUv','BSTACK_DELTA','percy','Run\x20js\x20tests\x20on\x20browserstack','platforms','ERR_NAME_RESOLUTION_FAILED','ERR_TLS_CERT_ALTNAME_INVALID','turboScale','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','AUTOLOGCAPTURE_NOTIFICATION','Run\x20mocha\x20tests\x20on\x20browserstack','1107tsXmvb','USER_CONFIG_DETAILS_PATH','88930iAaBmK','unable\x20to\x20verify\x20the\x20first\x20certificate','HUB_URL_REGEX','BROWSERSTACK_AUTOMATE_URL','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','CUCUMBER','https://tcg.bsstag.com','proxyUser','INFO','5448948AmxWuH','testObservability','TCG_AUTH_TIMEOUT','APP_UPLOAD_URL','customVariables','BSTACK_URL','https://upload-observability.browserstack.com','Jest','pageLoadStrategy','root','.apk','automation','ERR_TIMED_OUT','Upgrade\x20required','browserstack-ats.com','UPDATED_CLI_ENDPOINT','.aab','browserstack','bsstag','GLOBAL_AGENT_HTTP_PROXY','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-preprod.bsstag.com','NIGHTWATCH','/usage-debug.log','TCG_DOWN','logLevel','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','mandatoryDependency','browserstack.userName','testReportingOptions','FRAMEWORKS','vanilla','invalidTestInputType','codeceptjs','AI_INIT_FAILURE','CLIENT_TROUBLESHOOTING_HASH','BROWSERSTACK','TEST_REPORTING_ANALYTICS','httpProxy','https://apidevtestops.bsstag.com','JEST','TEST\x20REPORTING\x20AND\x20ANALYTICS','https://hub-preprod.bsstag.com/wd/hub','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','1010170ZEUwvL','userName','SDKTestTcgDownResponse','Run\x20codeceptjs\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','https://app-automate.browserstack.com/dashboard/v2/builds/','authToken','toLowerCase','bsstag.com','testObservabilityOptions','preprod','MOCHA','ERR_SOCKS_CONNECTION_FAILED','httpsProxy','PLAYWRIGHT','https://automate-preprod.bsstag.com/dashboard/v2/builds/','SDK_INSTRUMENTATION_CONFIG','sdk/v1/event','localProxyUser','accessibility','CERT_HAS_EXPIRED','9HMfISm','parallelsPerPlatform','https://automation.browserstack.com','CI_ARTIFACTS_PATH','ERR_SOCKET_NOT_CONNECTED','mocha','2QWgsHH','INVALID_INIT_RESP_WITH_USER_IMPACT','framework','AI_INIT_SUCCESSFUL','shows\x20version\x20information','ERR_NAME_NOT_RESOLVED','DEBUG_LOG_FILE_NAME','.browserstack\x20folder\x20not\x20accessible','COMMONJS','https://hub-devtestops.bsstag.com/wd/hub','A11Y_GET_RESULTS','ERR_CONNECTION_REFUSED','browserstack.overridelocalInfo.userAuthToken','CODECEPT_CUCUMBER','VANILLA','EDS_URL','env','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','proxyPassword','DEPTH_ZERO_SELF_SIGNED_CERT','browserstack.com','PRIVATE_DOMAIN_OR_IP_REGEX','https://upload-observability-preprod.bsstag.com','https://observability-devtestops.bsstag.com','TCG_URL','hubUrl','INTEGRATIONS','SSL_ERROR_CODES','app-automate','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','use','MODULE','APP_AUTOMATE_PRODUCTS','staging'];a55_0x3cdc=function(){return _0x4b9ae0;};return a55_0x3cdc();}const a55_0x2b7b3f={};a55_0x2b7b3f['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x382090={};a55_0x382090['PLAYWRIGHT']=a55_0x29367d(0x26d),a55_0x382090[a55_0x29367d(0x204)]=a55_0x29367d(0x213),a55_0x382090[a55_0x29367d(0x1f5)]='jest',a55_0x382090[a55_0x29367d(0x274)]=a55_0x29367d(0x1ee),a55_0x382090[a55_0x29367d(0x221)]=a55_0x29367d(0x28e),a55_0x382090[a55_0x29367d(0x1c9)]='cucumber',a55_0x382090[a55_0x29367d(0x222)]='vanilla';const a55_0x102a5e={};a55_0x102a5e[a55_0x29367d(0x290)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x102a5e['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x102a5e[a55_0x29367d(0x1e8)]=a55_0x29367d(0x276),a55_0x102a5e[a55_0x29367d(0x1ed)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x2b4f5a={};a55_0x2b4f5a[a55_0x29367d(0x21c)]=a55_0x29367d(0x243),a55_0x2b4f5a[a55_0x29367d(0x234)]=a55_0x29367d(0x239);const a55_0x47199d={};a55_0x47199d[a55_0x29367d(0x24b)]=0xfde8,a55_0x47199d['Cucumber-JS']=0xfde8,a55_0x47199d[a55_0x29367d(0x1d4)]=0x186a0;const a55_0x3e2a7f={};function a55_0x5497(_0x55b1c7,_0x1d0c00){const _0x3cdcd3=a55_0x3cdc();return a55_0x5497=function(_0x5497f0,_0x4b936d){_0x5497f0=_0x5497f0-0x1ba;let _0x499b00=_0x3cdcd3[_0x5497f0];return _0x499b00;},a55_0x5497(_0x55b1c7,_0x1d0c00);}a55_0x3e2a7f[a55_0x29367d(0x1d6)]=[a55_0x29367d(0x1fa),a55_0x29367d(0x284),a55_0x29367d(0x1f3),'httpsProxy',a55_0x29367d(0x1d1),a55_0x29367d(0x1e9),a55_0x29367d(0x23b),a55_0x29367d(0x227),a55_0x29367d(0x1ff),'proxyUrl',a55_0x29367d(0x220)],a55_0x3e2a7f[a55_0x29367d(0x265)]=[a55_0x29367d(0x1cb),a55_0x29367d(0x294),a55_0x29367d(0x20b),'localProxyPass'];const a55_0x9b9377={};a55_0x9b9377[a55_0x29367d(0x296)]=a55_0x29367d(0x296),a55_0x9b9377['browserStackLocalOptions']=a55_0x29367d(0x265),a55_0x9b9377['localOptions']='browserStackLocalOptions',a55_0x9b9377[a55_0x29367d(0x20f)]=a55_0x29367d(0x20f),a55_0x9b9377[a55_0x29367d(0x1bb)]=a55_0x29367d(0x1bb),a55_0x9b9377[a55_0x29367d(0x1e6)]='logLevel',a55_0x9b9377[a55_0x29367d(0x1f3)]='httpProxy',a55_0x9b9377[a55_0x29367d(0x206)]=a55_0x29367d(0x206),a55_0x9b9377[a55_0x29367d(0x216)]=a55_0x29367d(0x216),a55_0x9b9377[a55_0x29367d(0x27d)]=a55_0x29367d(0x27d),a55_0x9b9377[a55_0x29367d(0x1ce)]=a55_0x29367d(0x1ce),a55_0x9b9377['testReporting']='testReporting',a55_0x9b9377[a55_0x29367d(0x202)]=a55_0x29367d(0x202),a55_0x9b9377[a55_0x29367d(0x1ea)]=a55_0x29367d(0x1ea),a55_0x9b9377[a55_0x29367d(0x1d1)]=a55_0x29367d(0x1d1),a55_0x9b9377[a55_0x29367d(0x1d8)]=a55_0x29367d(0x295),a55_0x9b9377['browserstackAutomation']=a55_0x29367d(0x295),a55_0x9b9377[a55_0x29367d(0x25b)]='rerunTests',a55_0x9b9377[a55_0x29367d(0x2a4)]=a55_0x29367d(0x2a4),a55_0x9b9377[a55_0x29367d(0x238)]='percyOptions',a55_0x9b9377[a55_0x29367d(0x257)]=a55_0x29367d(0x257),a55_0x9b9377[a55_0x29367d(0x258)]=a55_0x29367d(0x258),a55_0x9b9377[a55_0x29367d(0x20c)]=a55_0x29367d(0x20c),a55_0x9b9377[a55_0x29367d(0x283)]=a55_0x29367d(0x283),a55_0x9b9377[a55_0x29367d(0x1be)]='turboScale',a55_0x9b9377['turboScaleOptions']=a55_0x29367d(0x23e),a55_0x9b9377[a55_0x29367d(0x29b)]='proxySettings',a55_0x9b9377[a55_0x29367d(0x285)]='testOrchestrationOptions';const a55_0x99f083={};a55_0x99f083[a55_0x29367d(0x21b)]=[a55_0x29367d(0x28c),a55_0x29367d(0x247)];const a55_0x9ad0f={};a55_0x9ad0f[a55_0x29367d(0x291)]=a55_0x2b7d7d,a55_0x9ad0f[a55_0x29367d(0x1f5)]=a55_0x3caf4e,a55_0x9ad0f[a55_0x29367d(0x204)]=a55_0x8b369e,a55_0x9ad0f[a55_0x29367d(0x1c9)]=a55_0x4e1d50,a55_0x9ad0f['VANILLA']=a55_0x1bc4f2,a55_0x9ad0f[a55_0x29367d(0x1e3)]=a55_0x5a4415,a55_0x9ad0f[a55_0x29367d(0x207)]=a55_0x1a0b7c,a55_0x9ad0f['CODECEPTJS']=a55_0x3b1cc7,a55_0x9ad0f['HST']=a55_0x4c142a,a55_0x9ad0f[a55_0x29367d(0x22f)]=a55_0x2b7b3f,a55_0x9ad0f[a55_0x29367d(0x2a3)]=0xf*0x3c*0x3e8,a55_0x9ad0f[a55_0x29367d(0x22e)]='https://hub.browserstack.com/wd/hub',a55_0x9ad0f[a55_0x29367d(0x22d)]=a55_0x29367d(0x270),a55_0x9ad0f[a55_0x29367d(0x245)]=a55_0x29367d(0x233),a55_0x9ad0f[a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x9ad0f[a55_0x29367d(0x271)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x9ad0f[a55_0x29367d(0x240)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x9ad0f[a55_0x29367d(0x292)]=[a55_0x29367d(0x24f),a55_0x29367d(0x1d5),a55_0x29367d(0x23a),'unhandledPromptBehavior',a55_0x29367d(0x281),'browserName',a55_0x29367d(0x282),a55_0x29367d(0x27c),a55_0x29367d(0x25e),a55_0x29367d(0x27e),a55_0x29367d(0x287),a55_0x29367d(0x244),'ieOptions'],a55_0x9ad0f['ROOT_REGEX']=/^[\w-]+:.*$/,a55_0x9ad0f[a55_0x29367d(0x22a)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x9ad0f[a55_0x29367d(0x223)]='https://eds.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x26b)]='https://api.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x1d0)]='https://api-cloud.browserstack.com',a55_0x9ad0f[a55_0x29367d(0x1dc)]=a55_0x29367d(0x241),a55_0x9ad0f[a55_0x29367d(0x25c)]=a55_0x29367d(0x20a),a55_0x9ad0f[a55_0x29367d(0x24c)]=[a55_0x29367d(0x248),a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x235)]=[a55_0x29367d(0x231),a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x272)]=[a55_0x29367d(0x29e)],a55_0x9ad0f[a55_0x29367d(0x277)]=a55_0x29367d(0x1d3),a55_0x9ad0f[a55_0x29367d(0x23c)]=[a55_0x29367d(0x213),'Playwright'],a55_0x9ad0f['AUTOMATE']=[a55_0x29367d(0x248)],a55_0x9ad0f[a55_0x29367d(0x1c7)]=a55_0x29367d(0x28f),a55_0x9ad0f[a55_0x29367d(0x261)]=a55_0x29367d(0x1fe),a55_0x9ad0f['APP_AUTOMATE']=['app-automate'],a55_0x9ad0f['NUDGE_LOCAL_ERRORS']=[a55_0x29367d(0x25f),a55_0x29367d(0x1d9),a55_0x29367d(0x246),a55_0x29367d(0x252),a55_0x29367d(0x212),'ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET',a55_0x29367d(0x21f),'ERR_CONNECTION_ABORTED',a55_0x29367d(0x25a),'ERR_NAME_NOT_RESOLVED',a55_0x29367d(0x286),a55_0x29367d(0x26f),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a55_0x29367d(0x205),a55_0x29367d(0x1e7),a55_0x29367d(0x27b),a55_0x29367d(0x219),a55_0x29367d(0x1bc),a55_0x29367d(0x1bf)],a55_0x9ad0f[a55_0x29367d(0x23f)]=[a55_0x29367d(0x1d7),a55_0x29367d(0x1dd),'.ipa'],a55_0x9ad0f[a55_0x29367d(0x256)]=a55_0x29367d(0x1fd),a55_0x9ad0f[a55_0x29367d(0x24e)]=a55_0x29367d(0x1c8),a55_0x9ad0f[a55_0x29367d(0x211)]=a55_0x29367d(0x27a),a55_0x9ad0f['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a55_0x9ad0f[a55_0x29367d(0x1eb)]=a55_0x382090,a55_0x9ad0f[a55_0x29367d(0x24a)]=[a55_0x29367d(0x28d),a55_0x29367d(0x213)],a55_0x9ad0f[a55_0x29367d(0x289)]=a55_0x102a5e,a55_0x9ad0f[a55_0x29367d(0x1c0)]=a55_0x29367d(0x225),a55_0x9ad0f['PACKAGE_TYPE']=a55_0x2b4f5a,a55_0x9ad0f['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x9ad0f[a55_0x29367d(0x26e)]='...[TRUNCATED]',a55_0x9ad0f['UPGRADE_REQUIRED']=a55_0x29367d(0x1da),a55_0x9ad0f[a55_0x29367d(0x1e5)]=a55_0x29367d(0x1fb),a55_0x9ad0f[a55_0x29367d(0x215)]=a55_0x29367d(0x2a0),a55_0x9ad0f[a55_0x29367d(0x254)]=a55_0x29367d(0x268),a55_0x9ad0f[a55_0x29367d(0x217)]='SDKTestTcgtInitSuccessful',a55_0x9ad0f[a55_0x29367d(0x1ef)]='SDKTestInitFailedResponse',a55_0x9ad0f['AI_PROXY_FAILURE']=a55_0x29367d(0x255),a55_0x9ad0f[a55_0x29367d(0x1cf)]=0x1388,a55_0x9ad0f['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x9ad0f[a55_0x29367d(0x250)]=0x1388,a55_0x9ad0f[a55_0x29367d(0x253)]=0x1388,a55_0x9ad0f[a55_0x29367d(0x279)]=0xc350,a55_0x9ad0f[a55_0x29367d(0x273)]=a55_0x47199d,a55_0x9ad0f[a55_0x29367d(0x275)]=a55_0x3e2a7f,a55_0x9ad0f['AI_ENABLED_FRAMEWORK']=[a55_0x29367d(0x1ec),a55_0x29367d(0x1ee)],a55_0x9ad0f[a55_0x29367d(0x209)]=a55_0x9b9377,a55_0x9ad0f['LOG_FILE_NAME']=a55_0x29367d(0x29f),a55_0x9ad0f[a55_0x29367d(0x21a)]=a55_0x29367d(0x1e4),a55_0x9ad0f['BSTACK_URL']=a55_0x29367d(0x229),a55_0x9ad0f['BSTACK_ATS_URL']=a55_0x29367d(0x1db),a55_0x9ad0f[a55_0x29367d(0x29c)]=a55_0x29367d(0x210),a55_0x9ad0f[a55_0x29367d(0x1f2)]=a55_0x29367d(0x1f6),a55_0x9ad0f[a55_0x29367d(0x1f1)]=a55_0x29367d(0x1de),a55_0x9ad0f[a55_0x29367d(0x280)]=['playwright','cucumber','jest'],a55_0x9ad0f[a55_0x29367d(0x267)]=[a55_0x29367d(0x266),'A11Y_GET_RESULTS_SUMMARY',a55_0x29367d(0x21e),a55_0x29367d(0x299),a55_0x29367d(0x264),'ObservabilitySync'],a55_0x9ad0f['PLAYWRIGHT_TRACE_LOGS']='PLAYWRIGHT_TRACE_LOGS',a55_0x9ad0f['SSL_ERROR_MESSAGES']=[a55_0x29367d(0x28a),a55_0x29367d(0x1c5),a55_0x29367d(0x28b),'unable\x20to\x20get\x20local\x20issuer\x20certificate',a55_0x29367d(0x1bd),a55_0x29367d(0x228)],a55_0x9ad0f[a55_0x29367d(0x230)]=[a55_0x29367d(0x251),a55_0x29367d(0x228),a55_0x29367d(0x297),a55_0x29367d(0x20d),a55_0x29367d(0x1bd),a55_0x29367d(0x1f8)],a55_0x9ad0f[a55_0x29367d(0x1e1)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x9ad0f[a55_0x29367d(0x1f0)]=a55_0x99f083,a55_0x9ad0f['INTERNALLY_USED_ENV_VARS']=[a55_0x29367d(0x1e0),'GLOBAL_AGENT_NO_PROXY',a55_0x29367d(0x1c3)],module[a55_0x29367d(0x262)]=a55_0x9ad0f;const _env=(process[a55_0x29367d(0x224)][a55_0x29367d(0x242)]||a55_0x29367d(0x260))[a55_0x29367d(0x200)]();if(_env===a55_0x29367d(0x236)||_env===a55_0x29367d(0x27f)){const qddmyN='8|7|3|12|11|6|9|5|10|1|4|2|0'['split']('|');let QqlSmV=0x0;while(!![]){switch(qddmyN[QqlSmV++]){case'0':module[a55_0x29367d(0x262)][a55_0x29367d(0x1f1)]=a55_0x29367d(0x1df);continue;case'1':module[a55_0x29367d(0x262)]['O11Y_URL']=a55_0x29367d(0x22c);continue;case'2':module['exports'][a55_0x29367d(0x223)]='https://edsstaging.bsstag.com';continue;case'3':module[a55_0x29367d(0x262)][a55_0x29367d(0x22d)]=a55_0x29367d(0x1ca);continue;case'4':module[a55_0x29367d(0x262)]['OBSERVABILITY_UPLOAD_URL']=a55_0x29367d(0x29d);continue;case'5':module[a55_0x29367d(0x262)][a55_0x29367d(0x23d)]=a55_0x29367d(0x29a);continue;case'6':module[a55_0x29367d(0x262)][a55_0x29367d(0x261)]=a55_0x29367d(0x226);continue;case'7':module[a55_0x29367d(0x262)][a55_0x29367d(0x26b)]=a55_0x29367d(0x1f4);continue;case'8':module['exports']['hubUrl']=a55_0x29367d(0x21d);continue;case'9':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d0)]='https://api-cloud-devtestops.bsstag.com';continue;case'10':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d2)]=a55_0x29367d(0x201);continue;case'11':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c7)]=a55_0x29367d(0x259);continue;case'12':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}else{if(_env===a55_0x29367d(0x203)||_env==='pre-prod'){const QyhTXE='12|8|0|3|6|7|9|4|11|5|2|1|10'['split']('|');let Lwkfvf=0x0;while(!![]){switch(QyhTXE[Lwkfvf++]){case'0':module[a55_0x29367d(0x262)][a55_0x29367d(0x22d)]=a55_0x29367d(0x288);continue;case'1':module[a55_0x29367d(0x262)][a55_0x29367d(0x223)]='https://edsstaging.bsstag.com';continue;case'2':module['exports'][a55_0x29367d(0x277)]=a55_0x29367d(0x22b);continue;case'3':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c6)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a55_0x29367d(0x262)]['PLAYWRIGHT_HUB_URL']=a55_0x29367d(0x237);continue;case'5':module[a55_0x29367d(0x262)][a55_0x29367d(0x29c)]=a55_0x29367d(0x26a);continue;case'6':module[a55_0x29367d(0x262)][a55_0x29367d(0x1c7)]=a55_0x29367d(0x208);continue;case'7':module[a55_0x29367d(0x262)][a55_0x29367d(0x261)]=a55_0x29367d(0x232);continue;case'8':module[a55_0x29367d(0x262)][a55_0x29367d(0x26b)]='https://api-preprod.bsstag.com';continue;case'9':module['exports']['APP_UPLOAD_URL']=a55_0x29367d(0x1e2);continue;case'10':module['exports']['BROWSERSTACK']=a55_0x29367d(0x1df);continue;case'11':module[a55_0x29367d(0x262)][a55_0x29367d(0x1d2)]=a55_0x29367d(0x201);continue;case'12':module['exports'][a55_0x29367d(0x22e)]=a55_0x29367d(0x1f7);continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a56_0x23135d=a56_0x8661;function a56_0x8661(_0x1f2523,_0x2f8b0e){const _0x943a54=a56_0x943a();return a56_0x8661=function(_0x86615,_0x330a55){_0x86615=_0x86615-0x154;let _0x402eab=_0x943a54[_0x86615];return _0x402eab;},a56_0x8661(_0x1f2523,_0x2f8b0e);}(function(_0x5af86b,_0x472c45){const _0x973f68=a56_0x8661,_0x12611d=_0x5af86b();while(!![]){try{const _0x23ec9c=parseInt(_0x973f68(0x15e))/0x1+parseInt(_0x973f68(0x157))/0x2*(-parseInt(_0x973f68(0x159))/0x3)+parseInt(_0x973f68(0x15f))/0x4*(parseInt(_0x973f68(0x161))/0x5)+parseInt(_0x973f68(0x154))/0x6+parseInt(_0x973f68(0x15d))/0x7*(-parseInt(_0x973f68(0x160))/0x8)+parseInt(_0x973f68(0x165))/0x9+-parseInt(_0x973f68(0x15a))/0xa*(parseInt(_0x973f68(0x166))/0xb);if(_0x23ec9c===_0x472c45)break;else _0x12611d['push'](_0x12611d['shift']());}catch(_0x191b44){_0x12611d['push'](_0x12611d['shift']());}}}(a56_0x943a,0x8c29a));const logReportingAPI=require(a56_0x23135d(0x164)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0xd4b7a,_0x480754){return _0x13f465=>{const _0x5d79c9=a56_0x8661;BSTestOpsLogger[_0x5d79c9(0x162)]({'level':_0x13f465[_0x5d79c9(0x15c)]?_0x13f465[_0x5d79c9(0x15c)]['levelStr']:null,'message':_0x13f465['data']?_0x13f465['data'][_0x5d79c9(0x168)]('\x20'):null});};}function a56_0x943a(){const _0x5c76e7=['configure','timezoneOffset','2uPNTJw','XdWzx','2522787KZXwuU','23740vqHKtI','type','level','14xOvPED','762920RwfmgF','28zwIopO','403592ysXfXB','210580ZOIHRV','log','colouredLayout','./logReportingAPI','1790028BxCDdY','638CfzKWH','layout','join','2382006cZmIxd'];a56_0x943a=function(){return _0x5c76e7;};return a56_0x943a();}exports[a56_0x23135d(0x155)]=(_0x1c647b,_0x152e8a)=>{const _0x2bae50=a56_0x23135d,_0x4f64d7={'XdWzx':function(_0x320291,_0x1d44b4,_0x301176){return _0x320291(_0x1d44b4,_0x301176);}};let _0x1e95a4=_0x152e8a[_0x2bae50(0x163)];return _0x1c647b[_0x2bae50(0x167)]&&(_0x1e95a4=_0x152e8a[_0x2bae50(0x167)](_0x1c647b[_0x2bae50(0x167)][_0x2bae50(0x15b)],_0x1c647b[_0x2bae50(0x167)])),_0x4f64d7[_0x2bae50(0x158)](BSTestOpsLog4JSAppender,_0x1e95a4,_0x1c647b[_0x2bae50(0x156)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a57_0x5b61(_0x24a4ae,_0x58f9c0){const _0x41b36b=a57_0x41b3();return a57_0x5b61=function(_0x5b61e1,_0x342e1f){_0x5b61e1=_0x5b61e1-0x99;let _0x5a96b8=_0x41b36b[_0x5b61e1];return _0x5a96b8;},a57_0x5b61(_0x24a4ae,_0x58f9c0);}const a57_0x2391f8=a57_0x5b61;(function(_0x51d5e2,_0x2db213){const _0x53a20e=a57_0x5b61,_0x8379c3=_0x51d5e2();while(!![]){try{const _0x39564d=parseInt(_0x53a20e(0xb0))/0x1*(parseInt(_0x53a20e(0xa6))/0x2)+-parseInt(_0x53a20e(0xa7))/0x3+parseInt(_0x53a20e(0xb7))/0x4*(-parseInt(_0x53a20e(0xa9))/0x5)+parseInt(_0x53a20e(0xa8))/0x6*(parseInt(_0x53a20e(0xb6))/0x7)+parseInt(_0x53a20e(0xac))/0x8+parseInt(_0x53a20e(0x9c))/0x9*(parseInt(_0x53a20e(0xb5))/0xa)+-parseInt(_0x53a20e(0xb2))/0xb;if(_0x39564d===_0x2db213)break;else _0x8379c3['push'](_0x8379c3['shift']());}catch(_0x5d0556){_0x8379c3['push'](_0x8379c3['shift']());}}}(a57_0x41b3,0x770b4));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x2391f8(0x9f)),a57_0xdd4508={};a57_0xdd4508['INFO']=a57_0x2391f8(0xa1),a57_0xdd4508['ERROR']=a57_0x2391f8(0x99),a57_0xdd4508[a57_0x2391f8(0x9a)]='DEBUG',a57_0xdd4508[a57_0x2391f8(0xa0)]=a57_0x2391f8(0xa0),a57_0xdd4508[a57_0x2391f8(0x9b)]=a57_0x2391f8(0x9b);const LOG_LEVELS=a57_0xdd4508;class logPatcher extends Transport{constructor(_0x22278d){super(_0x22278d);}[a57_0x2391f8(0xa4)]=(_0x21fe14=LOG_LEVELS[a57_0x2391f8(0xa1)],_0x58e871=[''])=>{const _0xf8cdba=a57_0x2391f8,_0x23e07f={};_0x23e07f[_0xf8cdba(0xa5)]=_0xf8cdba(0xaf);const _0x3be38a=_0x23e07f;consoleHolder[_0x21fe14[_0xf8cdba(0xa3)]()](..._0x58e871),process[_0xf8cdba(0xae)](_0xf8cdba(0xb8)+process[_0xf8cdba(0xab)],{'timestamp':new Date()[_0xf8cdba(0xa2)](),'level':_0x21fe14['toUpperCase'](),'message':'\x22'+_0x58e871[_0xf8cdba(0xaa)](',\x20')+'\x22','kind':_0x3be38a[_0xf8cdba(0xa5)],'http_response':{}});};[a57_0x2391f8(0xb9)]=(..._0x1e1c9e)=>{const _0x170674=a57_0x2391f8;this[_0x170674(0xa4)](LOG_LEVELS['TRACE'],_0x1e1c9e);};[a57_0x2391f8(0xb1)]=(..._0x1601cf)=>{const _0x17f4e6=a57_0x2391f8;this[_0x17f4e6(0xa4)](LOG_LEVELS['DEBUG'],_0x1601cf);};[a57_0x2391f8(0xad)]=(..._0x25a8cd)=>{const _0x222d88=a57_0x2391f8;this['logToTestOps'](LOG_LEVELS[_0x222d88(0xa1)],_0x25a8cd);};[a57_0x2391f8(0x9d)]=(..._0x170560)=>{const _0x43eb54=a57_0x2391f8;this[_0x43eb54(0xa4)](LOG_LEVELS['WARN'],_0x170560);};[a57_0x2391f8(0xb4)]=(..._0x5d5406)=>{const _0x24b1df=a57_0x2391f8;this['logToTestOps'](LOG_LEVELS[_0x24b1df(0x99)],_0x5d5406);};[a57_0x2391f8(0x9e)]=(..._0x2fa90c)=>{const _0x60f5a8=a57_0x2391f8;this[_0x60f5a8(0xa4)](LOG_LEVELS[_0x60f5a8(0xa1)],_0x2fa90c);};};module[a57_0x2391f8(0xb3)]=logPatcher;function a57_0x41b3(){const _0x3c7fd9=['emit','TEST_LOG','754738QdxnlM','debug','16233382QWzlXw','exports','error','6170xJcPXB','14wXSaES','7192affvbL','bs:addLog:','trace','ERROR','DEBUG','WARN','3006pnnjoR','warn','log','../../helpers/test-observability/constants','TRACE','INFO','toISOString','toLowerCase','logToTestOps','FbEDW','2Xfzlzb','228141dNILqR','1909914pVWjLo','120XIUKxE','join','pid','3880888WVDcJs','info'];a57_0x41b3=function(){return _0x3c7fd9;};return a57_0x41b3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58_0x42ecc8=a58_0x466b;(function(_0x1cffee,_0x2da02b){const _0x2228ba=a58_0x466b,_0x826abb=_0x1cffee();while(!![]){try{const _0x1053c9=-parseInt(_0x2228ba(0x19e))/0x1+parseInt(_0x2228ba(0x1b2))/0x2*(parseInt(_0x2228ba(0x1a2))/0x3)+-parseInt(_0x2228ba(0x1b6))/0x4+-parseInt(_0x2228ba(0x1b3))/0x5*(-parseInt(_0x2228ba(0x1a3))/0x6)+parseInt(_0x2228ba(0x1b8))/0x7*(parseInt(_0x2228ba(0x1ae))/0x8)+-parseInt(_0x2228ba(0x1a9))/0x9*(parseInt(_0x2228ba(0x19d))/0xa)+-parseInt(_0x2228ba(0x1ab))/0xb;if(_0x1053c9===_0x2da02b)break;else _0x826abb['push'](_0x826abb['shift']());}catch(_0x3a749b){_0x826abb['push'](_0x826abb['shift']());}}}(a58_0x524b,0x430d0));function a58_0x524b(){const _0x295e6b=['zJWvj','INFO','ERROR','toISOString','20mUhqbG','52348MAdeUm','wZGOr','object','TpaPo','1239YmDqOl','3206418yjlWiO','warn','qRPja','logToTestOps','log','toLowerCase','825948wXrUJM','trace','206767WWPTGw','logged','message','8bMGEwC','DEBUG','debug','TEST_LOG','818TCRsMJ','5diQaGL','emit','TRACE','1572416Fqsgsg','WARN','1533791VLahCT'];a58_0x524b=function(){return _0x295e6b;};return a58_0x524b();}const Transport=require('winston-transport'),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x82541a={};a58_0x82541a[a58_0x42ecc8(0x19a)]='INFO',a58_0x82541a[a58_0x42ecc8(0x19b)]=a58_0x42ecc8(0x19b),a58_0x82541a[a58_0x42ecc8(0x1af)]=a58_0x42ecc8(0x1af),a58_0x82541a[a58_0x42ecc8(0x1b5)]=a58_0x42ecc8(0x1b5),a58_0x82541a[a58_0x42ecc8(0x1b7)]=a58_0x42ecc8(0x1b7);const LOG_LEVELS=a58_0x82541a;class logReportingAPI extends Transport{constructor(_0x469a8a){super(_0x469a8a);}[a58_0x42ecc8(0x1a7)](_0x1b97cb,_0x31057f){const _0xfff279=a58_0x42ecc8,_0x22d5a9={'wZGOr':_0xfff279(0x1ac),'zJWvj':function(_0x26273a,_0x46f94b){return _0x26273a(_0x46f94b);},'CjJtF':function(_0x1e7f45,_0x3a0205){return _0x1e7f45===_0x3a0205;},'mtQsE':_0xfff279(0x1a0),'TpaPo':function(_0x333bc6){return _0x333bc6();}};_0x22d5a9[_0xfff279(0x199)](setImmediate,()=>{const _0x2607c8=_0xfff279;this['emit'](_0x22d5a9[_0x2607c8(0x19f)],_0x1b97cb);}),_0x22d5a9['CjJtF'](typeof _0x1b97cb,_0x22d5a9['mtQsE'])?this[_0xfff279(0x1a6)](_0x1b97cb['level']||LOG_LEVELS[_0xfff279(0x19a)],_0x1b97cb[_0xfff279(0x1ad)],![]):this[_0xfff279(0x1a6)](LOG_LEVELS['INFO'],_0x1b97cb),_0x31057f&&_0x22d5a9[_0xfff279(0x1a1)](_0x31057f);}[a58_0x42ecc8(0x1a6)]=(_0x3cc041=LOG_LEVELS[a58_0x42ecc8(0x19a)],_0x5e0216='',_0x175475=!![])=>{const _0x3b26ca=a58_0x42ecc8,_0x2b22df={};_0x2b22df[_0x3b26ca(0x1a5)]=_0x3b26ca(0x1b1);const _0x41dacb=_0x2b22df;_0x175475&&consoleHolder[_0x3cc041[_0x3b26ca(0x1a8)]()](_0x5e0216),process[_0x3b26ca(0x1b4)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x3b26ca(0x19c)](),'level':_0x3cc041['toUpperCase'](),'message':_0x5e0216,'kind':_0x41dacb['qRPja'],'http_response':{}});};[a58_0x42ecc8(0x1aa)]=(_0x59c574,_0x5ac357)=>{const _0x1dbf4d=a58_0x42ecc8;this['logToTestOps'](LOG_LEVELS[_0x1dbf4d(0x1b5)],_0x59c574);};[a58_0x42ecc8(0x1b0)]=(_0x17e6b5,_0x178a8f)=>{const _0x344b5e=a58_0x42ecc8;this[_0x344b5e(0x1a6)](LOG_LEVELS[_0x344b5e(0x1af)],_0x17e6b5);};['info']=(_0x3c746b,_0x1b88a3)=>{const _0x53d5f5=a58_0x42ecc8;this['logToTestOps'](LOG_LEVELS[_0x53d5f5(0x19a)],_0x3c746b);};[a58_0x42ecc8(0x1a4)]=(_0x194eee,_0x1b37c1)=>{const _0xd34e40=a58_0x42ecc8;this[_0xd34e40(0x1a6)](LOG_LEVELS['WARN'],_0x194eee);};['error']=(_0x5c3b67,_0x41baed)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x5c3b67);};};function a58_0x466b(_0x1def6e,_0xbeec88){const _0x524b6a=a58_0x524b();return a58_0x466b=function(_0x466b33,_0x23d7b1){_0x466b33=_0x466b33-0x199;let _0x42444b=_0x524b6a[_0x466b33];return _0x42444b;},a58_0x466b(_0x1def6e,_0xbeec88);}module['exports']=logReportingAPI;
|