browserstack-node-sdk 1.50.10 → 1.50.11
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/jestTestFramework.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/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/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/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/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
|
-
|
|
3
|
+
const a49_0x222469=a49_0x3d6a;(function(_0x3a9b4b,_0x195690){const _0x1699db=a49_0x3d6a,_0x46745f=_0x3a9b4b();while(!![]){try{const _0x3fe8b9=-parseInt(_0x1699db(0x1a6))/0x1+-parseInt(_0x1699db(0x197))/0x2*(-parseInt(_0x1699db(0x17d))/0x3)+-parseInt(_0x1699db(0x18f))/0x4*(parseInt(_0x1699db(0x18e))/0x5)+parseInt(_0x1699db(0x187))/0x6+-parseInt(_0x1699db(0x17c))/0x7+parseInt(_0x1699db(0x184))/0x8*(-parseInt(_0x1699db(0x1aa))/0x9)+parseInt(_0x1699db(0x172))/0xa;if(_0x3fe8b9===_0x195690)break;else _0x46745f['push'](_0x46745f['shift']());}catch(_0x2ff221){_0x46745f['push'](_0x46745f['shift']());}}}(a49_0x2783,0x2c88b));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require('../helpers/utilities'),yaml=require(a49_0x222469(0x191)),yargs=require(a49_0x222469(0x170)),logger=require(a49_0x222469(0x19d))[a49_0x222469(0x1ad)],configFileTemplate=__dirname+a49_0x222469(0x194),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process['cwd']()+a49_0x222469(0x188),packageFile=process[a49_0x222469(0x19e)]()+a49_0x222469(0x190),frameworks=['mocha',a49_0x222469(0x18a),'cucumber-js',a49_0x222469(0x19c),'nightwatch',a49_0x222469(0x1a9),a49_0x222469(0x198)];let config;logger[a49_0x222469(0x17a)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x222469(0x178)]['username'],yargs[a49_0x222469(0x178)][a49_0x222469(0x192)],yargs['argv'][a49_0x222469(0x198)]);try{sdkSetup();}catch(a49_0x283977){logger['debug'](a49_0x222469(0x181)+a49_0x283977);}addScriptInPackageJson();function createConfigurationFile(_0x12f04c,_0x4234b4,_0x38b67c=![]){const _0x5b5fa2=a49_0x222469,_0x2d19d2={};_0x2d19d2[_0x5b5fa2(0x19f)]=_0x5b5fa2(0x1b6),_0x2d19d2[_0x5b5fa2(0x1ae)]=_0x5b5fa2(0x1a1),_0x2d19d2[_0x5b5fa2(0x1ab)]=_0x5b5fa2(0x1b7);const _0x23c055=_0x2d19d2;try{let _0x590791=fs['readFileSync'](_0x38b67c?configFileTemplatePW:configFileTemplate,_0x23c055[_0x5b5fa2(0x19f)]);_0x12f04c&&(_0x590791=_0x590791[_0x5b5fa2(0x196)](_0x23c055[_0x5b5fa2(0x1ae)],_0x12f04c)),_0x4234b4&&(_0x590791=_0x590791[_0x5b5fa2(0x196)](_0x23c055[_0x5b5fa2(0x1ab)],_0x4234b4)),config=yaml['load'](_0x590791),fs['writeFileSync'](configFile,_0x590791,_0x5ebd9d=>{const _0x2d2f20=_0x5b5fa2;_0x5ebd9d&&logger[_0x2d2f20(0x1b4)](_0x5ebd9d);});}catch(_0x9c18da){logger[_0x5b5fa2(0x1b4)](_0x9c18da);}}function addPostInstallScript(_0x46f4d0,_0x771daa){const _0x269020=a49_0x222469,_0x411242={};_0x411242[_0x269020(0x1a4)]='postinstall',_0x411242[_0x269020(0x1a3)]=_0x269020(0x18c),_0x411242[_0x269020(0x18b)]=_0x269020(0x1b0);const _0x7e6546=_0x411242;let _0x5bc04a=_0x46f4d0[_0x7e6546[_0x269020(0x1a4)]];if(_0x5bc04a&&_0x5bc04a[_0x269020(0x1a8)](_0x7e6546[_0x269020(0x1a3)]))return;!_0x5bc04a?_0x5bc04a=_0x7e6546[_0x269020(0x1a3)]:_0x5bc04a+=_0x7e6546[_0x269020(0x18b)],_0x771daa['push']([_0x7e6546[_0x269020(0x1a4)],_0x5bc04a]);}function addScriptInPackageJson(){const _0x3b1c90=a49_0x222469,_0x46cb42={'DqXBr':_0x3b1c90(0x1b6),'qTCSj':function(_0x1e1de8,_0x3c9be2){return _0x1e1de8<_0x3c9be2;},'WPeWz':function(_0x4981c2,_0x2a434a,_0x260b1e){return _0x4981c2(_0x2a434a,_0x260b1e);},'jFOHb':function(_0x98be77,_0x37ddf7){return _0x98be77<_0x37ddf7;},'yvxVH':function(_0x567cd6,_0x3988d6,_0xe0325d){return _0x567cd6(_0x3988d6,_0xe0325d);},'zkvAv':function(_0x1642c4,_0x92b7e5,_0x1721e1){return _0x1642c4(_0x92b7e5,_0x1721e1);},'rJhub':function(_0x1e400a,_0xde40c2){return _0x1e400a<_0xde40c2;},'NhQbB':function(_0x1b5dac,_0x5e0db9){return _0x1b5dac!==_0x5e0db9;},'LXxxw':_0x3b1c90(0x174)},_0x1f2250=JSON['parse'](fs[_0x3b1c90(0x1b1)](packageFile,_0x46cb42[_0x3b1c90(0x1ac)])),_0x2f6df0=[];for(let _0x417bb3=0x0;_0x46cb42[_0x3b1c90(0x1b2)](_0x417bb3,frameworks[_0x3b1c90(0x1a2)]);_0x417bb3+=0x1){const _0x41e0f5=_0x46cb42[_0x3b1c90(0x17f)](findScriptsWithFramework,_0x1f2250['scripts'],frameworks[_0x417bb3]);for(let _0x410b0a=0x0;_0x46cb42[_0x3b1c90(0x19a)](_0x410b0a,_0x41e0f5[_0x3b1c90(0x1a2)]);_0x410b0a+=0x1){_0x2f6df0[_0x3b1c90(0x1a0)](_0x46cb42[_0x3b1c90(0x186)](getUpdatedCommand,_0x1f2250['scripts'],_0x41e0f5[_0x410b0a]));}_0x46cb42[_0x3b1c90(0x17e)](addPostInstallScript,_0x1f2250[_0x3b1c90(0x199)],_0x2f6df0);}const _0x52bb1e={..._0x1f2250['scripts']},_0x380e11=_0x52bb1e;for(let _0x5304ef=0x0;_0x46cb42[_0x3b1c90(0x195)](_0x5304ef,_0x2f6df0[_0x3b1c90(0x1a2)]);_0x5304ef+=0x1){_0x380e11[_0x2f6df0[_0x5304ef][0x0]]=_0x2f6df0[_0x5304ef][0x1];}_0x46cb42[_0x3b1c90(0x1b3)](JSON['stringify'](_0x1f2250[_0x3b1c90(0x199)]),JSON[_0x3b1c90(0x179)](_0x380e11))&&(logger[_0x3b1c90(0x17a)](_0x46cb42[_0x3b1c90(0x1af)]),_0x1f2250['scripts']=_0x380e11,fs[_0x3b1c90(0x189)](packageFile,JSON['stringify'](_0x1f2250,null,0x2),_0x29b202=>{const _0x497edc=_0x3b1c90;_0x29b202&&logger[_0x497edc(0x1b4)](_0x29b202);}));};function findScriptsWithFramework(_0x10e6a0,_0x192304){const _0x95e1b=a49_0x222469,_0x34ac06={};_0x34ac06[_0x95e1b(0x1b5)]=function(_0x1b1db4,_0x483adc){return _0x1b1db4<_0x483adc;},_0x34ac06[_0x95e1b(0x1a5)]=_0x95e1b(0x177);const _0xb219d4=_0x34ac06,_0x83ae08=[],_0x2b4833=Object[_0x95e1b(0x171)](_0x10e6a0);for(let _0x56f0a4=0x0;_0xb219d4[_0x95e1b(0x1b5)](_0x56f0a4,_0x2b4833[_0x95e1b(0x1a2)]);_0x56f0a4+=0x1){_0x2b4833[_0x56f0a4][0x1][_0x95e1b(0x1a8)](_0x192304)&&!_0x2b4833[_0x56f0a4][0x1]['includes'](_0xb219d4[_0x95e1b(0x1a5)])&&_0x83ae08[_0x95e1b(0x1a0)](_0x2b4833[_0x56f0a4][0x0]);}return _0x83ae08;}function getUpdatedCommand(_0x2cb12f,_0x21e63c){const _0x123de8=a49_0x222469,_0x397213={};_0x397213[_0x123de8(0x19b)]=function(_0x20366f,_0x3fd1de){return _0x20366f!==_0x3fd1de;},_0x397213[_0x123de8(0x18d)]='browserstack-node-sdk',_0x397213[_0x123de8(0x17b)]=function(_0xde4da6,_0x4ca9d6){return _0xde4da6===_0x4ca9d6;};const _0x59bc2e=_0x397213,_0x588bc3=_0x21e63c+_0x123de8(0x193),_0x28eaa3=_0x2cb12f[_0x21e63c],_0x44d362=_0x28eaa3[_0x123de8(0x175)]('\x20');for(const _0xa72b86 of frameworks){if(_0x59bc2e[_0x123de8(0x19b)](_0x44d362[_0x123de8(0x182)](_0xa72b86),-0x1)){_0x44d362['splice'](_0x44d362[_0x123de8(0x182)](_0xa72b86),0x0,_0x59bc2e[_0x123de8(0x18d)]);break;}}let _0x5a6e2a=_0x44d362[_0x123de8(0x180)]('\x20');return _0x59bc2e[_0x123de8(0x17b)](_0x5a6e2a,_0x28eaa3)&&(_0x5a6e2a='browserstack-node-sdk\x20'+_0x28eaa3),[_0x588bc3,_0x5a6e2a];}function sdkSetup(){const _0x180a34=a49_0x222469,_0xbf006b={};_0xbf006b[_0x180a34(0x1a7)]=_0x180a34(0x173),_0xbf006b[_0x180a34(0x183)]='SDKSetup';const _0x5b967b=_0xbf006b;if(helper[_0x180a34(0x1b8)](config))return;config[_0x180a34(0x176)]=_0x5b967b[_0x180a34(0x1a7)];try{utilities[_0x180a34(0x185)](_0x5b967b['FqXye'],{},config,'');}catch(_0x54d515){logger['debug'](_0x180a34(0x181)+_0x54d515);}}function a49_0x3d6a(_0x430c25,_0x375112){const _0x278390=a49_0x2783();return a49_0x3d6a=function(_0x3d6a68,_0x5104c4){_0x3d6a68=_0x3d6a68-0x170;let _0x2fcac6=_0x278390[_0x3d6a68];return _0x2fcac6;},a49_0x3d6a(_0x430c25,_0x375112);}logger[a49_0x222469(0x17a)]('Setup\x20completed');function a49_0x2783(){const _0x20448c=['fHKYI','15rbUQlM','36724SzBvAW','/package.json','js-yaml','key','-browserstack','/../../browserstack.yml.sample','rJhub','replace','506698YIdqqA','playwright','scripts','jFOHb','Ashux','node','../helpers/logger','cwd','Qqdme','push','YOUR_USERNAME','length','lztck','nHaxT','zWsjm','133402TAAaBv','VkYgj','includes','codeceptjs','102177lKNOqw','xwyvM','DqXBr','winstonLogger','IVxPc','LXxxw','\x20&&\x20npm\x20update\x20browserstack-node-sdk','readFileSync','qTCSj','NhQbB','error','zhEKm','utf8','YOUR_ACCESS_KEY','isUndefined','yargs','entries','1583020UrJEhB','node-setup','Adding\x20new\x20script(s)\x20in\x20package.json...','split','source','browserstack-node-sdk','argv','stringify','info','XJAuu','1479072vYYLLJ','3yTAmUS','zkvAv','WPeWz','join','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','indexOf','FqXye','40KaLvpI','fireFunnelTestEvent','yvxVH','1198596IVgpeW','/browserstack.yml','writeFileSync','jest','ViCcS','npm\x20update\x20browserstack-node-sdk'];a49_0x2783=function(){return _0x20448c;};return a49_0x2783();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a50_0x546eb8=a50_0x363b;function a50_0x363b(_0x129816,_0x54e1c9){const _0x3da515=a50_0x3da5();return a50_0x363b=function(_0x363b97,_0x3b7266){_0x363b97=_0x363b97-0xa9;let _0x5ae9a7=_0x3da515[_0x363b97];return _0x5ae9a7;},a50_0x363b(_0x129816,_0x54e1c9);}(function(_0x343942,_0x4dff67){const _0x19bd70=a50_0x363b,_0x3d6daf=_0x343942();while(!![]){try{const _0x5dd890=-parseInt(_0x19bd70(0xfd))/0x1+-parseInt(_0x19bd70(0x103))/0x2+-parseInt(_0x19bd70(0xf1))/0x3*(parseInt(_0x19bd70(0xf3))/0x4)+-parseInt(_0x19bd70(0xeb))/0x5*(-parseInt(_0x19bd70(0xf6))/0x6)+-parseInt(_0x19bd70(0xcb))/0x7+parseInt(_0x19bd70(0x10c))/0x8*(parseInt(_0x19bd70(0x10b))/0x9)+parseInt(_0x19bd70(0xb9))/0xa;if(_0x5dd890===_0x4dff67)break;else _0x3d6daf['push'](_0x3d6daf['shift']());}catch(_0x1ad316){_0x3d6daf['push'](_0x3d6daf['shift']());}}}(a50_0x3da5,0x4c812));function a50_0x3da5(){const _0x58c7a6=['503178MNgpWr','ZEuqN','stjmZ','info','JMbpq','p-limit','762834ByEFWg','failureCount','bAwDq','end','GwtLC','all','Zbkwi','DosQq','45wBllcD','522592OzATGc','../../helpers/testhub/testhubHandler','postMessage','CAuoR','../../helpers/performance/constants','UHYmK','Workers\x20failed\x20to\x20exit\x20gracefully','SDK_SETUP','getWorkers','results','winstonLogger','./testWorker.js','JAcJn','getStdout','format','stdout','jfaRW','parallelCucumberRun','log','waitForExit','11126420zUUhYz','pShYI','../../helpers/performance/performance-tester','../../helpers/logger','vanillaWorker','error','rNnXH','jDCmm','getStderr','platform-run-start','platformCaps','SQObm','test-file-start','send','test-file-failure','platform-run-success','parallelVanillaRun','YGKut','3641960ZNIxWc','Worker','Zkhfi','DqXEv','CTsdb','AkvRk','then','pipe','platform','oHxFR','platform-run-failure','JjHDh','length','jlTuv','parallelTestRun','map','ZLNnA','push','emittery','cucumberWorker','kvNTF','_workerPool','emit','exitCode','zUvHv','config','PhyZk','worker','stderr','jest-worker','../../helpers/test-observability/utils','srDVs','44865rtdxWK','cpebo','rKfgs','platforms','resolve','configuration','159078ryrNwD','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','4xLvONz','json','test-file-success','222yREzqp','debug','parQQ','QEFzM','fnyBp','qgPKJ','exit'];a50_0x3da5=function(){return _0x58c7a6;};return a50_0x3da5();}const Worker=require(a50_0x546eb8(0xe8))[a50_0x546eb8(0xcc)],Emittery=require(a50_0x546eb8(0xdd)),pLimit=require(a50_0x546eb8(0x102)),{parentPort}=require('worker_threads'),util=require('util'),logger=require(a50_0x546eb8(0xbc))[a50_0x546eb8(0xaf)],PerformanceTester=require(a50_0x546eb8(0xbb)),PerformanceEvents=require(a50_0x546eb8(0xa9))['EVENTS'],{debug}=require(a50_0x546eb8(0xe9)),TestHubHandler=require(a50_0x546eb8(0x10d));exports[a50_0x546eb8(0xd9)]=(_0x3d31c9,_0x2f3271,_0x40d9c6)=>new Promise(async _0x40d970=>{const _0x36935a=a50_0x546eb8,_0x37a4c5={'stjmZ':_0x36935a(0x104),'PELTC':function(_0x5d3a6a,_0x2c9580){return _0x5d3a6a+_0x2c9580;},'Zkhfi':_0x36935a(0xae),'ZEuqN':_0x36935a(0xab),'fAHBF':function(_0x37c362,_0x58e021){return _0x37c362(_0x58e021);},'zUvHv':function(_0x4aedd1,_0x44b993){return _0x4aedd1(_0x44b993);},'Zbkwi':_0x36935a(0xc5),'jlTuv':_0x36935a(0xb0),'sqwPt':_0x36935a(0xe6),'srDVs':_0x36935a(0xf4),'YGKut':'pipe','CTsdb':function(_0x4ee60a,_0x296bf6){return _0x4ee60a*_0x296bf6;},'DqXEv':_0x36935a(0xf5),'JMbpq':'test-file-failure','jfaRW':function(_0x46cd52,_0x1e2c11){return _0x46cd52(_0x1e2c11);},'VWeWG':function(_0x3a7f45,_0x575687){return _0x3a7f45*_0x575687;}},_0x40f1c2=_0x40d9c6[_0x36935a(0xe4)],_0x489caa={},_0x2d4d5a=new Worker(require['resolve'](_0x37a4c5[_0x36935a(0xd8)]),{'exposedMethods':[_0x37a4c5['sqwPt']],'forkOptions':{'serialization':_0x37a4c5[_0x36935a(0xea)],'stdio':_0x37a4c5[_0x36935a(0xca)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x37a4c5[_0x36935a(0xcf)](_0x2f3271,0x1),'enableWorkerThreads':!![]}),_0x1c8526=new Emittery();_0x1c8526['on'](_0x37a4c5[_0x36935a(0xce)],_0x55014b=>{const _0x388c12=_0x36935a;_0x489caa[_0x55014b[0x0]]?(_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xff)]]=_0x37a4c5['PELTC'](_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xff)]],_0x55014b[0x1][_0x37a4c5[_0x388c12(0xff)]]),_0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xcd)]]=[..._0x489caa[_0x55014b[0x0]][_0x37a4c5[_0x388c12(0xcd)]],..._0x55014b[0x1][_0x37a4c5[_0x388c12(0xcd)]]]):_0x489caa[_0x55014b[0x0]]={'failureCount':_0x55014b[0x1][_0x37a4c5['stjmZ']],'results':[..._0x55014b[0x1][_0x37a4c5[_0x388c12(0xcd)]]]};}),_0x1c8526['on'](_0x37a4c5[_0x36935a(0x101)],_0x397541=>console[_0x36935a(0xb7)](_0x397541[0x1]));_0x2d4d5a[_0x36935a(0xb2)]()&&_0x2d4d5a['getStdout']()['pipe'](process[_0x36935a(0xb4)]);_0x2d4d5a[_0x36935a(0xc1)]()&&_0x2d4d5a[_0x36935a(0xc1)]()[_0x36935a(0xd2)](process[_0x36935a(0xe7)]);const _0x20e3d9=async()=>{const _0x3df1e3=_0x36935a,{forceExited:_0x25c59f}=await _0x2d4d5a[_0x3df1e3(0x106)]();_0x25c59f&&console[_0x3df1e3(0xbe)](_0x37a4c5[_0x3df1e3(0xfe)]);try{await TestHubHandler['stop']();}catch(_0x5b8480){_0x37a4c5['fAHBF'](debug,_0x3df1e3(0xf2)+_0x5b8480);}_0x37a4c5[_0x3df1e3(0xe3)](_0x40d970,_0x489caa);},_0x5878bf=_0x37a4c5[_0x36935a(0xb5)](pLimit,_0x37a4c5['VWeWG'](_0x2f3271,0x1)),_0x51b05c=_0x16cbd8=>_0x5878bf(async()=>{const _0x4cbe75=_0x36935a;await _0x1c8526[_0x4cbe75(0xe1)](_0x37a4c5[_0x4cbe75(0x109)],_0x16cbd8);const _0x2c6296=_0x2d4d5a[_0x4cbe75(0xe6)](_0x16cbd8,_0x40f1c2);try{parentPort&&_0x2c6296['UNSTABLE_onCustomMessage'](_0xd2b26a=>{const _0x36096d=_0x4cbe75;try{parentPort[_0x36096d(0x10e)](_0xd2b26a);}catch(_0xbf3892){logger[_0x36096d(0xf7)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util['format'](_0xbf3892));}});}catch(_0x241d6f){logger[_0x4cbe75(0xf7)]('Exception\x20in\x20adding\x20custom\x20message\x20channel\x20'+util[_0x4cbe75(0xb3)](_0x241d6f));}return _0x2c6296;});PerformanceTester[_0x36935a(0x106)](PerformanceEvents[_0x36935a(0xac)]),Promise[_0x36935a(0x108)](_0x3d31c9[_0x36935a(0xda)](_0x4b8171=>_0x51b05c(_0x4b8171)[_0x36935a(0xd1)](_0x58703d=>_0x1c8526[_0x36935a(0xe1)]('test-file-success',[_0x4b8171['configuration'][_0x36935a(0xd3)],_0x58703d]),_0x177675=>_0x1c8526[_0x36935a(0xe1)](_0x36935a(0xc7),[_0x4b8171,_0x177675]))))['then'](_0x20e3d9,_0x20e3d9);}),exports[a50_0x546eb8(0xb6)]=(_0x2626d0,_0x194c11,_0x5884bf,_0x112310,_0x4600ec)=>{const _0x145dc9=a50_0x546eb8,_0x3d5dff={'qgPKJ':'Workers\x20failed\x20to\x20exit\x20gracefully','UHYmK':function(_0x5a781a,_0x28ec0a){return _0x5a781a(_0x28ec0a);},'AkvRk':_0x145dc9(0xc2),'ldcsQ':_0x145dc9(0xb0),'jrOzi':_0x145dc9(0xde),'rNnXH':_0x145dc9(0xf4),'DosQq':_0x145dc9(0xd2),'oHxFR':'platform-run-success','parQQ':'platform-run-failure'};return new Promise(_0x41446c=>{const _0x57b848=_0x145dc9,_0x4bf74d={'ZLNnA':_0x3d5dff[_0x57b848(0xfb)],'JAcJn':function(_0x551ebf,_0x27ef8e){const _0x4108ba=_0x57b848;return _0x3d5dff[_0x4108ba(0xaa)](_0x551ebf,_0x27ef8e);},'FayDn':_0x3d5dff[_0x57b848(0xd0)]},_0x59bf69=[],_0x492a1d=new Worker(require['resolve'](_0x3d5dff['ldcsQ']),{'exposedMethods':[_0x3d5dff['jrOzi']],'forkOptions':{'serialization':_0x3d5dff[_0x57b848(0xbf)],'stdio':_0x3d5dff[_0x57b848(0x10a)]},'numWorkers':_0x2626d0[_0x57b848(0xd7)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x1c7ad0=new Emittery();_0x1c7ad0['on'](_0x3d5dff[_0x57b848(0xd4)],_0x45a232=>{const _0x5d3e96=_0x57b848;_0x59bf69[_0x5d3e96(0xdc)]([_0x45a232[0x0],_0x45a232[0x1]]);}),_0x1c7ad0['on'](_0x3d5dff[_0x57b848(0xf8)],_0x521ecc=>console[_0x57b848(0xb7)](_0x521ecc[0x1]));_0x492a1d['getStdout']()&&_0x492a1d['getStdout']()[_0x57b848(0xd2)](process[_0x57b848(0xb4)]);_0x492a1d[_0x57b848(0xc1)]()&&_0x492a1d[_0x57b848(0xc1)]()[_0x57b848(0xd2)](process[_0x57b848(0xe7)]);const _0x34c4c9=async()=>{const _0x4f7fdb=_0x57b848,{forceExited:_0xa9a885}=await _0x492a1d[_0x4f7fdb(0x106)]();_0xa9a885&&console[_0x4f7fdb(0xbe)](_0x4bf74d[_0x4f7fdb(0xdb)]),_0x4bf74d[_0x4f7fdb(0xb1)](_0x41446c,_0x59bf69);},_0x3e465e=_0x3d5dff[_0x57b848(0xaa)](pLimit,_0x2626d0['length']||0x1),_0x1e3b70=(_0x58b0d6,_0x9618c4)=>_0x3e465e(async()=>{const _0x141492=_0x57b848;return await _0x1c7ad0[_0x141492(0xe1)](_0x4bf74d['FayDn'],_0x58b0d6),_0x194c11[_0x141492(0xc3)]=_0x5884bf[_0x141492(0xee)][_0x9618c4],_0x492a1d['cucumberWorker'](_0x58b0d6,_0x194c11,_0x5884bf,_0x112310,_0x4600ec);});Promise[_0x57b848(0x108)](_0x2626d0[_0x57b848(0xda)]((_0xca01b6,_0x33187b)=>_0x1e3b70(_0xca01b6,_0x33187b)[_0x57b848(0xd1)](_0x212c85=>_0x1c7ad0[_0x57b848(0xe1)](_0x57b848(0xc8),[_0xca01b6,_0x212c85]),_0xa11efb=>_0x1c7ad0[_0x57b848(0xe1)](_0x57b848(0xd5),[_0xca01b6,_0xa11efb]))))[_0x57b848(0xd1)](_0x34c4c9,_0x34c4c9);});},exports[a50_0x546eb8(0xc9)]=(_0xc5553f,_0x1696b0)=>new Promise(_0x1d3182=>{const _0xadb957=a50_0x546eb8,_0x5ef799={'SQObm':function(_0x164686,_0x1ba3e1){return _0x164686===_0x1ba3e1;},'pShYI':function(_0x2e1595,_0xb77edc){return _0x2e1595!==_0xb77edc;},'rKfgs':_0xadb957(0xfc),'CAuoR':_0xadb957(0xab),'bAwDq':function(_0x448908,_0x1654db){return _0x448908(_0x1654db);},'JjHDh':_0xadb957(0xb0),'cpebo':'vanillaWorker','GwtLC':'json','QEFzM':'pipe','kvNTF':_0xadb957(0xf5),'fnyBp':_0xadb957(0xc7)},_0x145ead={},_0x281483=new Worker(require[_0xadb957(0xef)](_0x5ef799[_0xadb957(0xd6)]),{'exposedMethods':[_0x5ef799[_0xadb957(0xec)]],'forkOptions':{'serialization':_0x5ef799[_0xadb957(0x107)],'stdio':_0x5ef799[_0xadb957(0xf9)]},'numWorkers':_0x1696b0,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x430c54=new Emittery();_0x430c54['on'](_0x5ef799[_0xadb957(0xdf)],_0x32c4fb=>{const _0x38eded=_0xadb957;_0x32c4fb[0x0]&&logger[_0x38eded(0x100)]('Running\x20'+_0x32c4fb[0x1]+'\x20for',_0x32c4fb[0x0]);}),_0x430c54['on'](_0x5ef799[_0xadb957(0xfa)],_0x420a14=>{process['exitCode']=0x1;});_0x281483['getStdout']()&&_0x281483['getStdout']()[_0xadb957(0xd2)](process[_0xadb957(0xb4)]);_0x281483[_0xadb957(0xc1)]()&&_0x281483['getStderr']()[_0xadb957(0xd2)](process[_0xadb957(0xe7)]);const _0x466d44=async()=>{const _0x3e9590=_0xadb957,_0x1ea0c7={'csAFQ':function(_0xee189b,_0x12fbd7){const _0x45e5cb=a50_0x363b;return _0x5ef799[_0x45e5cb(0xc4)](_0xee189b,_0x12fbd7);},'PhyZk':function(_0x569c37,_0x409851){const _0x474783=a50_0x363b;return _0x5ef799[_0x474783(0xba)](_0x569c37,_0x409851);},'wEwYs':_0x5ef799[_0x3e9590(0xed)]};let _0x5b12da=0x0;const _0x361b7e=_0x281483[_0x3e9590(0xe0)][_0x3e9590(0xad)](),_0x2e4c5d=()=>{},_0x84e567=_0x361b7e[_0x3e9590(0xda)](async _0x3f463c=>{const _0x3ebb76=_0x3e9590,_0x4f60a1={'uIBjo':function(_0x143d60,_0x477a86){return _0x1ea0c7['csAFQ'](_0x143d60,_0x477a86);},'jDCmm':function(_0x43eeee,_0x5860de){const _0x54a494=a50_0x363b;return _0x1ea0c7[_0x54a494(0xe5)](_0x43eeee,_0x5860de);}};_0x3f463c[_0x3ebb76(0xc6)]([0x2,![]],_0x2e4c5d,_0x2e4c5d,_0x2e4c5d),_0x3f463c['_child']['on'](_0x1ea0c7['wEwYs'],_0x1095c2=>{const _0x345459=_0x3ebb76;_0x4f60a1['uIBjo'](_0x5b12da,0x0)&&_0x4f60a1[_0x345459(0xc0)](_0x1095c2,0x0)&&(_0x5b12da=_0x1095c2);}),await _0x3f463c[_0x3ebb76(0xb8)]();});await Promise[_0x3e9590(0x108)](_0x84e567),process[_0x3e9590(0xe2)]=_0x5b12da;const {forceExited:_0x5118f8}=await _0x281483[_0x3e9590(0x106)]();_0x5118f8&&console[_0x3e9590(0xbe)](_0x5ef799[_0x3e9590(0x10f)]),_0x5ef799[_0x3e9590(0x105)](_0x1d3182,_0x145ead);},_0x27b262=_0x5ef799[_0xadb957(0x105)](pLimit,_0x1696b0),_0x2affe9=_0x1d0b62=>_0x27b262(async()=>{const _0x574456=_0xadb957;return _0x281483[_0x574456(0xbd)](_0x1d0b62);});Promise[_0xadb957(0x108)](_0xc5553f[_0xadb957(0xda)](_0x398ae9=>_0x2affe9(_0x398ae9)['then'](_0x474e80=>_0x430c54['emit'](_0xadb957(0xf5),[_0x398ae9[_0xadb957(0xf0)][_0xadb957(0xd3)],_0x398ae9['configuration']['file']]),_0x2d70f6=>_0x430c54[_0xadb957(0xe1)](_0xadb957(0xc7),[_0x398ae9,_0x2d70f6]))))[_0xadb957(0xd1)](_0x466d44,_0x466d44);});
|
|
1
|
+
const a50_0x3d5786=a50_0x38a9;function a50_0x38a9(_0x81a56d,_0x59e253){const _0x5cabdf=a50_0x5cab();return a50_0x38a9=function(_0x38a990,_0xfacc28){_0x38a990=_0x38a990-0x141;let _0x3c9a9e=_0x5cabdf[_0x38a990];return _0x3c9a9e;},a50_0x38a9(_0x81a56d,_0x59e253);}(function(_0x394766,_0x406a89){const _0x423e85=a50_0x38a9,_0x23bfa4=_0x394766();while(!![]){try{const _0x4db495=parseInt(_0x423e85(0x1a3))/0x1+parseInt(_0x423e85(0x15a))/0x2*(parseInt(_0x423e85(0x182))/0x3)+parseInt(_0x423e85(0x198))/0x4*(parseInt(_0x423e85(0x142))/0x5)+-parseInt(_0x423e85(0x171))/0x6*(parseInt(_0x423e85(0x1a5))/0x7)+parseInt(_0x423e85(0x16d))/0x8*(-parseInt(_0x423e85(0x15d))/0x9)+parseInt(_0x423e85(0x178))/0xa+parseInt(_0x423e85(0x19f))/0xb*(-parseInt(_0x423e85(0x167))/0xc);if(_0x4db495===_0x406a89)break;else _0x23bfa4['push'](_0x23bfa4['shift']());}catch(_0x52239f){_0x23bfa4['push'](_0x23bfa4['shift']());}}}(a50_0x5cab,0x6dbf5));const Worker=require(a50_0x3d5786(0x14e))[a50_0x3d5786(0x14c)],Emittery=require(a50_0x3d5786(0x144)),pLimit=require(a50_0x3d5786(0x173)),{parentPort}=require(a50_0x3d5786(0x184)),util=require(a50_0x3d5786(0x174)),logger=require(a50_0x3d5786(0x192))[a50_0x3d5786(0x164)],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a50_0x3d5786(0x14b))[a50_0x3d5786(0x157)],{debug}=require(a50_0x3d5786(0x145)),TestHubHandler=require(a50_0x3d5786(0x188));exports[a50_0x3d5786(0x166)]=(_0x24cfee,_0x233c15,_0x1e5ca8)=>new Promise(async _0x5778ff=>{const _0x4f89e2=a50_0x3d5786,_0x2bf857={'lpmYG':'failureCount','BjfGp':function(_0x32206f,_0x4f7ac8){return _0x32206f+_0x4f7ac8;},'DNcpQ':_0x4f89e2(0x15c),'OYvAn':'Workers\x20failed\x20to\x20exit\x20gracefully','dDjbO':function(_0xd751db,_0x50235f){return _0xd751db(_0x50235f);},'YknKZ':function(_0xcefeab,_0x3e0bae){return _0xcefeab(_0x3e0bae);},'Lqvzw':_0x4f89e2(0x179),'VfIZR':'./testWorker.js','wfpVH':_0x4f89e2(0x186),'ovuQy':'json','AQGXx':'pipe','BGVcC':function(_0x1bd14e,_0x3c5920){return _0x1bd14e*_0x3c5920;},'USCey':_0x4f89e2(0x154),'QvhUO':_0x4f89e2(0x19c)},_0x1140f9=_0x1e5ca8[_0x4f89e2(0x149)],_0x5d6e31={},_0x5c8d0f=new Worker(require['resolve'](_0x2bf857['VfIZR']),{'exposedMethods':[_0x2bf857[_0x4f89e2(0x15f)]],'forkOptions':{'serialization':_0x2bf857[_0x4f89e2(0x189)],'stdio':_0x2bf857[_0x4f89e2(0x15e)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2bf857[_0x4f89e2(0x1a2)](_0x233c15,0x1),'enableWorkerThreads':!![]}),_0x45400f=new Emittery();_0x45400f['on'](_0x2bf857['USCey'],_0x52690a=>{const _0x49f7a4=_0x4f89e2;_0x5d6e31[_0x52690a[0x0]]?(_0x5d6e31[_0x52690a[0x0]][_0x2bf857[_0x49f7a4(0x18d)]]=_0x2bf857[_0x49f7a4(0x191)](_0x5d6e31[_0x52690a[0x0]][_0x2bf857[_0x49f7a4(0x18d)]],_0x52690a[0x1][_0x2bf857[_0x49f7a4(0x18d)]]),_0x5d6e31[_0x52690a[0x0]][_0x2bf857[_0x49f7a4(0x193)]]=[..._0x5d6e31[_0x52690a[0x0]][_0x2bf857[_0x49f7a4(0x193)]],..._0x52690a[0x1][_0x2bf857[_0x49f7a4(0x193)]]]):_0x5d6e31[_0x52690a[0x0]]={'failureCount':_0x52690a[0x1][_0x2bf857[_0x49f7a4(0x18d)]],'results':[..._0x52690a[0x1][_0x2bf857[_0x49f7a4(0x193)]]]};}),_0x45400f['on'](_0x2bf857[_0x4f89e2(0x161)],_0x4c9ad3=>console['log'](_0x4c9ad3[0x1]));_0x5c8d0f[_0x4f89e2(0x14d)]()&&_0x5c8d0f[_0x4f89e2(0x14d)]()[_0x4f89e2(0x18b)](process[_0x4f89e2(0x1a7)]);_0x5c8d0f[_0x4f89e2(0x168)]()&&_0x5c8d0f[_0x4f89e2(0x168)]()['pipe'](process[_0x4f89e2(0x18a)]);const _0x25de29=async()=>{const _0x3a0e45=_0x4f89e2,{forceExited:_0x289dd7}=await _0x5c8d0f[_0x3a0e45(0x155)]();_0x289dd7&&console[_0x3a0e45(0x18e)](_0x2bf857[_0x3a0e45(0x14f)]);try{await TestHubHandler[_0x3a0e45(0x156)]();}catch(_0x1c2ef0){_0x2bf857[_0x3a0e45(0x153)](debug,_0x3a0e45(0x14a)+_0x1c2ef0);}_0x2bf857[_0x3a0e45(0x185)](_0x5778ff,_0x5d6e31);},_0x3d1f43=_0x2bf857[_0x4f89e2(0x185)](pLimit,_0x2bf857['BGVcC'](_0x233c15,0x1)),_0x346921=_0x1789e8=>_0x3d1f43(async()=>{const _0x1028f9=_0x4f89e2;await _0x45400f['emit'](_0x2bf857[_0x1028f9(0x17a)],_0x1789e8);const _0x59dab1=_0x5c8d0f['worker'](_0x1789e8,_0x1140f9);try{parentPort&&_0x59dab1[_0x1028f9(0x18c)](_0x544c7b=>{const _0x3fd5c1=_0x1028f9;try{parentPort[_0x3fd5c1(0x1a1)](_0x544c7b);}catch(_0x3f29b9){logger[_0x3fd5c1(0x181)](_0x3fd5c1(0x197)+util['format'](_0x3f29b9));}});}catch(_0xb40795){logger[_0x1028f9(0x181)](_0x1028f9(0x16e)+util[_0x1028f9(0x16b)](_0xb40795));}return _0x59dab1;});PerformanceTester[_0x4f89e2(0x155)](PerformanceEvents[_0x4f89e2(0x170)]),Promise[_0x4f89e2(0x17c)](_0x24cfee[_0x4f89e2(0x17b)](_0xe5be75=>_0x346921(_0xe5be75)['then'](_0x169bd5=>_0x45400f['emit'](_0x4f89e2(0x154),[_0xe5be75[_0x4f89e2(0x187)]['platform'],_0x169bd5]),_0x449983=>_0x45400f[_0x4f89e2(0x19b)](_0x4f89e2(0x19c),[_0xe5be75,_0x449983]))))[_0x4f89e2(0x1a8)](_0x25de29,_0x25de29);}),exports['parallelCucumberRun']=(_0x3750a3,_0x5a90c8,_0x9a5736,_0x40631f,_0x32e0e2)=>{const _0x3cdcd2=a50_0x3d5786,_0x7e3812={'hEIaK':'Workers\x20failed\x20to\x20exit\x20gracefully','YHXgG':function(_0x42537a,_0x29b656){return _0x42537a(_0x29b656);},'fZFHq':_0x3cdcd2(0x160),'oZGwx':_0x3cdcd2(0x196),'oqEAF':'cucumberWorker','IwuPS':_0x3cdcd2(0x19d),'Avygd':_0x3cdcd2(0x18b),'PETYA':_0x3cdcd2(0x1a6),'VkOxm':_0x3cdcd2(0x151)};return new Promise(_0x469bf1=>{const _0x17d76b=_0x3cdcd2,_0x54380d=[],_0x4a9381=new Worker(require[_0x17d76b(0x15b)](_0x7e3812[_0x17d76b(0x163)]),{'exposedMethods':[_0x7e3812[_0x17d76b(0x152)]],'forkOptions':{'serialization':_0x7e3812['IwuPS'],'stdio':_0x7e3812[_0x17d76b(0x16f)]},'numWorkers':_0x3750a3[_0x17d76b(0x141)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x483e6d=new Emittery();_0x483e6d['on'](_0x7e3812[_0x17d76b(0x148)],_0x835bad=>{const _0x3deb2a=_0x17d76b;_0x54380d[_0x3deb2a(0x177)]([_0x835bad[0x0],_0x835bad[0x1]]);}),_0x483e6d['on'](_0x7e3812[_0x17d76b(0x143)],_0xef20cf=>console[_0x17d76b(0x162)](_0xef20cf[0x1]));_0x4a9381['getStdout']()&&_0x4a9381[_0x17d76b(0x14d)]()[_0x17d76b(0x18b)](process[_0x17d76b(0x1a7)]);_0x4a9381[_0x17d76b(0x168)]()&&_0x4a9381[_0x17d76b(0x168)]()[_0x17d76b(0x18b)](process[_0x17d76b(0x18a)]);const _0x4c0a3b=async()=>{const _0x4b063d=_0x17d76b,{forceExited:_0x46a534}=await _0x4a9381[_0x4b063d(0x155)]();_0x46a534&&console[_0x4b063d(0x18e)](_0x7e3812['hEIaK']),_0x7e3812[_0x4b063d(0x19a)](_0x469bf1,_0x54380d);},_0x3422da=_0x7e3812[_0x17d76b(0x19a)](pLimit,_0x3750a3[_0x17d76b(0x141)]||0x1),_0x13a2c8=(_0x561c72,_0xbcbc08)=>_0x3422da(async()=>{const _0x2a6d42=_0x17d76b;return await _0x483e6d[_0x2a6d42(0x19b)](_0x7e3812[_0x2a6d42(0x169)],_0x561c72),_0x5a90c8['platformCaps']=_0x9a5736[_0x2a6d42(0x16c)][_0xbcbc08],_0x4a9381[_0x2a6d42(0x16a)](_0x561c72,_0x5a90c8,_0x9a5736,_0x40631f,_0x32e0e2);});Promise[_0x17d76b(0x17c)](_0x3750a3[_0x17d76b(0x17b)]((_0x324b69,_0xdc5662)=>_0x13a2c8(_0x324b69,_0xdc5662)[_0x17d76b(0x1a8)](_0x1d0999=>_0x483e6d[_0x17d76b(0x19b)]('platform-run-success',[_0x324b69,_0x1d0999]),_0x402755=>_0x483e6d[_0x17d76b(0x19b)]('platform-run-failure',[_0x324b69,_0x402755]))))[_0x17d76b(0x1a8)](_0x4c0a3b,_0x4c0a3b);});},exports[a50_0x3d5786(0x159)]=(_0x443db8,_0xda98c3)=>new Promise(_0x561377=>{const _0x579d0f=a50_0x3d5786,_0xc923e8={'TGsgt':function(_0x459abc,_0xc10cc7){return _0x459abc===_0xc10cc7;},'nfQdv':function(_0x143527,_0x122050){return _0x143527!==_0x122050;},'xFkoA':_0x579d0f(0x180),'JSkTZ':_0x579d0f(0x17f),'ndQvW':function(_0x45685f,_0x522cea){return _0x45685f(_0x522cea);},'fNXHi':_0x579d0f(0x196),'VBtnP':_0x579d0f(0x150),'lNEeC':_0x579d0f(0x19d),'RUIBd':'pipe','dqmCW':'test-file-success','mQzqy':_0x579d0f(0x19c)},_0x4ba38a={},_0xa76e3b=new Worker(require[_0x579d0f(0x15b)](_0xc923e8[_0x579d0f(0x199)]),{'exposedMethods':[_0xc923e8[_0x579d0f(0x18f)]],'forkOptions':{'serialization':_0xc923e8[_0x579d0f(0x195)],'stdio':_0xc923e8['RUIBd']},'numWorkers':_0xda98c3,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x5915df=new Emittery();_0x5915df['on'](_0xc923e8[_0x579d0f(0x17d)],_0x122b47=>{const _0x374ef0=_0x579d0f;_0x122b47[0x0]&&logger[_0x374ef0(0x1a4)](_0x374ef0(0x176)+_0x122b47[0x1]+_0x374ef0(0x165),_0x122b47[0x0]);}),_0x5915df['on'](_0xc923e8[_0x579d0f(0x1a0)],_0x2635d3=>{const _0x27d460=_0x579d0f;process[_0x27d460(0x175)]=0x1;});_0xa76e3b['getStdout']()&&_0xa76e3b[_0x579d0f(0x14d)]()[_0x579d0f(0x18b)](process[_0x579d0f(0x1a7)]);_0xa76e3b[_0x579d0f(0x168)]()&&_0xa76e3b[_0x579d0f(0x168)]()['pipe'](process['stderr']);const _0x461708=async()=>{const _0xc5ffd6=_0x579d0f;let _0x2ff8a2=0x0;const _0x5c57a3=_0xa76e3b[_0xc5ffd6(0x158)][_0xc5ffd6(0x190)](),_0x460cc7=()=>{},_0x3d0150=_0x5c57a3['map'](async _0xad9df2=>{const _0x1da46d=_0xc5ffd6,_0x38039b={'lznyO':function(_0x50ccec,_0x5b8917){const _0x59650b=a50_0x38a9;return _0xc923e8[_0x59650b(0x183)](_0x50ccec,_0x5b8917);},'CUaAG':function(_0x20e6e3,_0x29e75b){return _0xc923e8['nfQdv'](_0x20e6e3,_0x29e75b);}};_0xad9df2[_0x1da46d(0x147)]([0x2,![]],_0x460cc7,_0x460cc7,_0x460cc7),_0xad9df2[_0x1da46d(0x17e)]['on'](_0xc923e8[_0x1da46d(0x172)],_0x132381=>{const _0x20da72=_0x1da46d;_0x38039b['lznyO'](_0x2ff8a2,0x0)&&_0x38039b[_0x20da72(0x19e)](_0x132381,0x0)&&(_0x2ff8a2=_0x132381);}),await _0xad9df2[_0x1da46d(0x194)]();});await Promise['all'](_0x3d0150),process['exitCode']=_0x2ff8a2;const {forceExited:_0x3f893c}=await _0xa76e3b['end']();_0x3f893c&&console[_0xc5ffd6(0x18e)](_0xc923e8['JSkTZ']),_0xc923e8['ndQvW'](_0x561377,_0x4ba38a);},_0xab7b88=_0xc923e8['ndQvW'](pLimit,_0xda98c3),_0x1f8e7b=_0x224914=>_0xab7b88(async()=>{const _0x8f402c=_0x579d0f;return _0xa76e3b[_0x8f402c(0x150)](_0x224914);});Promise[_0x579d0f(0x17c)](_0x443db8[_0x579d0f(0x17b)](_0x4cc7a4=>_0x1f8e7b(_0x4cc7a4)[_0x579d0f(0x1a8)](_0x6fb773=>_0x5915df[_0x579d0f(0x19b)]('test-file-success',[_0x4cc7a4[_0x579d0f(0x187)]['platform'],_0x4cc7a4[_0x579d0f(0x187)][_0x579d0f(0x146)]]),_0x3b8263=>_0x5915df[_0x579d0f(0x19b)](_0x579d0f(0x19c),[_0x4cc7a4,_0x3b8263]))))['then'](_0x461708,_0x461708);});function a50_0x5cab(){const _0x4c87d2=['stop','EVENTS','_workerPool','parallelVanillaRun','14cCcPqk','resolve','results','3070233IHXPBH','AQGXx','wfpVH','platform-run-start','QvhUO','log','oZGwx','winstonLogger','\x20for','parallelTestRun','4112340znTnll','getStderr','fZFHq','cucumberWorker','format','platforms','16xJMWlq','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','Avygd','SDK_SETUP','1003938JOGNZM','xFkoA','p-limit','util','exitCode','Running\x20','push','7767130jQDQUZ','test-file-start','Lqvzw','map','all','dqmCW','_child','Workers\x20failed\x20to\x20exit\x20gracefully','exit','debug','123333vOgCcY','TGsgt','worker_threads','YknKZ','worker','configuration','../../helpers/testhub/testhubHandler','ovuQy','stderr','pipe','UNSTABLE_onCustomMessage','lpmYG','error','VBtnP','getWorkers','BjfGp','../../helpers/logger','DNcpQ','waitForExit','lNEeC','./testWorker.js','Exception\x20in\x20sending\x20worker\x20message\x20','2281564XeVNEq','fNXHi','YHXgG','emit','test-file-failure','json','CUaAG','11ZSDnjp','mQzqy','postMessage','BGVcC','6936wlbAfP','info','7BwOAfW','platform-run-success','stdout','then','length','5YVbnPf','VkOxm','emittery','../../helpers/test-observability/utils','file','send','PETYA','config','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','../../helpers/performance/constants','Worker','getStdout','jest-worker','OYvAn','vanillaWorker','platform-run-failure','oqEAF','dDjbO','test-file-success','end'];a50_0x5cab=function(){return _0x4c87d2;};return a50_0x5cab();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a51_0xda8c(_0xb8235e,_0x44c17e){const _0x34f119=a51_0x34f1();return a51_0xda8c=function(_0xda8c23,_0xc66a30){_0xda8c23=_0xda8c23-0x1b8;let _0x4c42a4=_0x34f119[_0xda8c23];return _0x4c42a4;},a51_0xda8c(_0xb8235e,_0x44c17e);}const a51_0x2e3008=a51_0xda8c;(function(_0x11fd73,_0x896c0f){const _0x301f16=a51_0xda8c,_0x3315ef=_0x11fd73();while(!![]){try{const _0x1ec3db=-parseInt(_0x301f16(0x1bb))/0x1*(parseInt(_0x301f16(0x1c3))/0x2)+-parseInt(_0x301f16(0x1bc))/0x3*(-parseInt(_0x301f16(0x1c7))/0x4)+parseInt(_0x301f16(0x1cb))/0x5+-parseInt(_0x301f16(0x1c5))/0x6+parseInt(_0x301f16(0x1d0))/0x7*(parseInt(_0x301f16(0x1c1))/0x8)+parseInt(_0x301f16(0x1d2))/0x9+-parseInt(_0x301f16(0x1d1))/0xa;if(_0x1ec3db===_0x896c0f)break;else _0x3315ef['push'](_0x3315ef['shift']());}catch(_0x5ae7d4){_0x3315ef['push'](_0x3315ef['shift']());}}}(a51_0x34f1,0x66c5f));const PerformanceEvents=require('../../helpers/performance/constants')[a51_0x2e3008(0x1b8)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a51_0x2e3008(0x1c6));function a51_0x34f1(){const _0x2c6829=['end','xfLPc','XoWAh','504vJdVfI','MaUvC','38HvbYtR','runCucumberTest','1891962AwNsvl','../../helpers/test-observability/utils','4504iUbDzy','vanilla','startMonitoring','run','192660CdPcBm','stopMonitoring','cucumber-js','dtIRo','runVanillaTest','27321zeAXJt','811400IqeIbr','2461932FRHBHU','SDK_POST_TEST','../launcher/launcher','configuration','runTest','NtHGP','EVENTS','eTYmj','OeECl','17339djwQHY','1569nuicDR','formatter'];a51_0x34f1=function(){return _0x2c6829;};return a51_0x34f1();}exports[a51_0x2e3008(0x1d6)]=async(_0x38b828,_0x3b08ee)=>{const _0x1bc7fe=a51_0x2e3008,_0x339af0={'dtIRo':function(_0x53946c,_0x443e18){return _0x53946c(_0x443e18);},'wIBZB':_0x1bc7fe(0x1d4),'MaUvC':'mocha','NtHGP':function(_0xb7ee47,_0x2f1509){return _0xb7ee47(_0x2f1509);}};PerformanceTester[_0x1bc7fe(0x1c9)]();const _0x419277=_0x339af0[_0x1bc7fe(0x1ce)](require,_0x339af0['wIBZB']),_0x175273=new _0x419277(_0x339af0[_0x1bc7fe(0x1c2)],_0x38b828,_0x3b08ee),_0x2ccb98=await _0x175273[_0x1bc7fe(0x1ca)]();return PerformanceTester[_0x1bc7fe(0x1be)](PerformanceEvents[_0x1bc7fe(0x1d3)]),await _0x339af0[_0x1bc7fe(0x1d7)](sleep,0x3e8),PerformanceTester[_0x1bc7fe(0x1cc)](),_0x2ccb98;},exports[a51_0x2e3008(0x1c4)]=async(_0x36e33f,_0x35e2b4,_0x1c5417,_0x129c78,_0x56b9db)=>{const _0x58b747=a51_0x2e3008,_0x1c985c={'XoWAh':function(_0x16b8cf,_0x32e5da){return _0x16b8cf(_0x32e5da);},'kZCTG':_0x58b747(0x1d4),'SBtwi':_0x58b747(0x1cd)},_0x1978aa={'capability':_0x36e33f,..._0x35e2b4},_0x38c062={};_0x38c062[_0x58b747(0x1d5)]=_0x1978aa,_0x38c062[_0x58b747(0x1bd)]=_0x56b9db;const _0x5ea604=_0x38c062,_0x5596ef=_0x1c985c[_0x58b747(0x1c0)](require,_0x1c985c['kZCTG']),_0x40dc56=new _0x5596ef(_0x1c985c['SBtwi'],_0x5ea604,_0x1c5417,_0x129c78);return await _0x40dc56[_0x58b747(0x1ca)]();},exports[a51_0x2e3008(0x1cf)]=async _0x2a0120=>{const _0x38a90d=a51_0x2e3008,_0x7f6256={'OeECl':function(_0x386789,_0x28ea0b){return _0x386789(_0x28ea0b);},'xfLPc':_0x38a90d(0x1d4),'eTYmj':_0x38a90d(0x1c8)},_0x3b3461=_0x7f6256[_0x38a90d(0x1ba)](require,_0x7f6256[_0x38a90d(0x1bf)]),_0x13054c=new _0x3b3461(_0x7f6256[_0x38a90d(0x1b9)],_0x2a0120);return await _0x13054c[_0x38a90d(0x1ca)]();};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a52_0x4a1a1b=a52_0x5ee1;(function(_0x89c2ee,_0x52ad56){const _0x3037ae=a52_0x5ee1,_0x44822a=_0x89c2ee();while(!![]){try{const _0x1df844=parseInt(_0x3037ae(0x84))/0x1*(-parseInt(_0x3037ae(0x7e))/0x2)+-parseInt(_0x3037ae(0x77))/0x3*(-parseInt(_0x3037ae(0x79))/0x4)+parseInt(_0x3037ae(0x7f))/0x5*(parseInt(_0x3037ae(0x78))/0x6)+-parseInt(_0x3037ae(0x81))/0x7*(parseInt(_0x3037ae(0x72))/0x8)+-parseInt(_0x3037ae(0x76))/0x9*(parseInt(_0x3037ae(0x82))/0xa)+parseInt(_0x3037ae(0x83))/0xb*(-parseInt(_0x3037ae(0x73))/0xc)+parseInt(_0x3037ae(0x7c))/0xd;if(_0x1df844===_0x52ad56)break;else _0x44822a['push'](_0x44822a['shift']());}catch(_0x2759d3){_0x44822a['push'](_0x44822a['shift']());}}}(a52_0x3659,0x492f1));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x4a1a1b(0x80));function a52_0x5ee1(_0x2a9963,_0x1a0d24){const _0x365910=a52_0x3659();return a52_0x5ee1=function(_0x5ee139,_0x53989d){_0x5ee139=_0x5ee139-0x72;let _0x5f4f4a=_0x365910[_0x5ee139];return _0x5f4f4a;},a52_0x5ee1(_0x2a9963,_0x1a0d24);}function a52_0x3659(){const _0x4a01ed=['11187udHwNR','17mskJit','8DbHQIO','3492EQuvyr','FZUdM','vBcxw','12501pnlzaB','10509skSNhe','1470SzEfSG','600MmfJlI','worker','cucumberWorker','12940460AUdCGX','vanillaWorker','41060AVykFb','4745IOukax','./runTest','3025666zYGklt','2710HvbixE'];a52_0x3659=function(){return _0x4a01ed;};return a52_0x3659();}exports[a52_0x4a1a1b(0x7a)]=async(_0x1ff1a7,_0x4099f2)=>{const _0x5e07b1=a52_0x4a1a1b,_0x31fc40={'vBcxw':function(_0x44da1d,_0x46b736,_0x1973b3){return _0x44da1d(_0x46b736,_0x1973b3);}};return await _0x31fc40[_0x5e07b1(0x75)](runTest,_0x1ff1a7,_0x4099f2);},exports[a52_0x4a1a1b(0x7b)]=async(_0x33e627,_0x4cee58,_0x2168cd,_0x132c5f,_0x584910)=>{const _0x49b821={'ovIjn':function(_0x519a1e,_0x3eae82,_0x80bfde,_0x12d356,_0x37939f,_0x4e1b0f){return _0x519a1e(_0x3eae82,_0x80bfde,_0x12d356,_0x37939f,_0x4e1b0f);}};return await _0x49b821['ovIjn'](runCucumberTest,_0x33e627,_0x4cee58,_0x2168cd,_0x132c5f,_0x584910);},exports[a52_0x4a1a1b(0x7d)]=async _0x48d6d8=>{const _0x1de331=a52_0x4a1a1b,_0x4593a9={'FZUdM':function(_0x4a42fd,_0xe72c09){return _0x4a42fd(_0xe72c09);}};return await _0x4593a9[_0x1de331(0x74)](runVanillaTest,_0x48d6d8);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a53_0x30f596=a53_0xd9a1;(function(_0x4622d1,_0x1709d5){const _0x32732a=a53_0xd9a1,_0x2bb562=_0x4622d1();while(!![]){try{const _0xcc20ee=parseInt(_0x32732a(0x1b0))/0x1*(-parseInt(_0x32732a(0x168))/0x2)+-parseInt(_0x32732a(0x1b7))/0x3+parseInt(_0x32732a(0x171))/0x4+-parseInt(_0x32732a(0x17b))/0x5+parseInt(_0x32732a(0x16b))/0x6+-parseInt(_0x32732a(0x1bb))/0x7+parseInt(_0x32732a(0x17f))/0x8*(parseInt(_0x32732a(0x1bf))/0x9);if(_0xcc20ee===_0x1709d5)break;else _0x2bb562['push'](_0x2bb562['shift']());}catch(_0x137528){_0x2bb562['push'](_0x2bb562['shift']());}}}(a53_0x2247,0x675a4));function a53_0x2247(){const _0x4fefe4=['18TUDGPt','bOtLY','EDS_URL','xjSYL','replace','appAutomate','322wTbTWl','TgOTT','bmEMZ','3778860PIiivy','uPKJD','./sharedUtils','DCBVg','OBSERVABILITY_UPLOAD_URL','gDvwN','775516FyYzEN','HSOwS','Qjczw','dezGJ','RRdqB','getConfig','getEdsInstrumentationAPIUrl','/playwright?caps=','qROlv','tlgpn','2124565wMmHHj','AfapQ','heXdY','frJKo','4219816elzwik','getAppAutomateSessionsListAPIUrl','YLupC','NCqFa','aAnkP','getAutomateSessionsListAPIUrl','KjzFA','QDtXD','GNCSK','xhvNP','oEPon','QCJFc','APjpH','Xkfog','CurOK','IcExk','oWNpq','Ciygj','XfoQs','apis','ZCGAy','oLKNx','qmbzm','UUWeb','KtQza','hMmAg','mswwb','getAutomateSessionStatusAPIUrl','BROWSERSTACK_API_URL','QDCQp','wss:','api','getBStackAPIUrl','PLAYWRIGHT_HUB_URL','exports','upload','endsWith','nNpTs','DKbeq','zwxWS','observability','msbcq','automate','atQMG','edsInstrumentation','yZQsA','IYiAf','toString','oTcUt','1237xhahaJ','getAppAutomateSessionStatusAPIUrl','LUsTV','rhjIC','VIYFT','getAutomateSessionNameAPIUrl','LLNcw','2278557agOyzJ','APP_UPLOAD_URL','FsABm','JRPvg','502054tDpVOd','JCqhN','getInstance','qNPlf'];a53_0x2247=function(){return _0x4fefe4;};return a53_0x2247();}function a53_0xd9a1(_0x3acad6,_0x526457){const _0x224721=a53_0x2247();return a53_0xd9a1=function(_0xd9a144,_0x5a4114){_0xd9a144=_0xd9a144-0x166;let _0x3c1c5f=_0x224721[_0xd9a144];return _0x3c1c5f;},a53_0xd9a1(_0x3acad6,_0x526457);}const constants=require('./constants'),{nestedKeyValue}=require(a53_0x30f596(0x16d)),getBrowserstackCLI=()=>{const _0x40afe8=a53_0x30f596,_0xaa8f11={'iqvhB':function(_0x41e10f,_0x261133){return _0x41e10f(_0x261133);},'TgOTT':'../v2/browserstackCLI'};return _0xaa8f11['iqvhB'](require,_0xaa8f11[_0x40afe8(0x169)]);};class APIUtilityMethods{static[a53_0x30f596(0x19f)](_0x51b3d6){const _0x6a3378=a53_0x30f596,_0x1b9fd3={'GNCSK':function(_0x139539){return _0x139539();},'LUsTV':function(_0x700d86,_0x488b50,_0x3751fb){return _0x700d86(_0x488b50,_0x3751fb);},'FKLju':_0x6a3378(0x192),'oTcUt':_0x6a3378(0x1a9),'dsqON':'api','qmbzm':function(_0x27cdf3,_0x324e65){return _0x27cdf3===_0x324e65;},'atQMG':function(_0xccf978,_0xd41b84){return _0xccf978+_0xd41b84;}},_0x56e84c=_0x1b9fd3[_0x6a3378(0x187)](getBrowserstackCLI),_0x107fc6=_0x1b9fd3[_0x6a3378(0x1b2)](nestedKeyValue,_0x56e84c['getInstance']()[_0x6a3378(0x176)](),[_0x1b9fd3['FKLju'],_0x1b9fd3[_0x6a3378(0x1af)],_0x1b9fd3['dsqON']])||constants['BROWSERSTACK_API_URL'];if(!_0x51b3d6||_0x1b9fd3[_0x6a3378(0x195)](_0x51b3d6,''))return _0x107fc6;const _0x4890dc=_0x107fc6[_0x6a3378(0x1a3)]('/')?_0x107fc6:_0x1b9fd3[_0x6a3378(0x1aa)](_0x107fc6,'/');return new URL(_0x51b3d6,_0x4890dc)[_0x6a3378(0x1ae)]();}static[a53_0x30f596(0x177)](_0x1a5213){const _0x219c8d=a53_0x30f596,_0x5145c3={'qROlv':function(_0x57649c){return _0x57649c();},'YLupC':function(_0x301eb0,_0x43ddd4,_0x34ca84){return _0x301eb0(_0x43ddd4,_0x34ca84);},'APjpH':_0x219c8d(0x192),'bOtLY':_0x219c8d(0x1ab),'XfoQs':_0x219c8d(0x19e),'RRdqB':function(_0x4b2fb8,_0x1aafb0){return _0x4b2fb8===_0x1aafb0;},'KtQza':function(_0x2cb15b,_0x323c93){return _0x2cb15b+_0x323c93;}},_0x5a28e0=_0x5145c3[_0x219c8d(0x179)](getBrowserstackCLI),_0x5b19b6=_0x5145c3[_0x219c8d(0x181)](nestedKeyValue,_0x5a28e0[_0x219c8d(0x1bd)]()['getConfig'](),[_0x5145c3[_0x219c8d(0x18b)],_0x5145c3[_0x219c8d(0x1c0)],_0x5145c3[_0x219c8d(0x191)]])||constants[_0x219c8d(0x1c1)];if(!_0x1a5213||_0x5145c3[_0x219c8d(0x175)](_0x1a5213,''))return _0x5b19b6;const _0x3f5c49=_0x5b19b6['endsWith']('/')?_0x5b19b6:_0x5145c3[_0x219c8d(0x197)](_0x5b19b6,'/');return new URL(_0x1a5213,_0x3f5c49)[_0x219c8d(0x1ae)]();}static[a53_0x30f596(0x19a)](_0x12c816){const _0x318b4d=a53_0x30f596,_0x402924={'bbDUR':function(_0x561f92){return _0x561f92();},'IYiAf':function(_0x599e5e,_0x21edd3,_0x202844){return _0x599e5e(_0x21edd3,_0x202844);},'QCJFc':'apis','Ciygj':_0x318b4d(0x1a9),'QDtXD':'api','crQQa':function(_0x16a06c,_0x261e1c){return _0x16a06c===_0x261e1c;},'qKxtr':function(_0xc6191b,_0x22af0e){return _0xc6191b+_0x22af0e;}},_0x1aed70=_0x402924['bbDUR'](getBrowserstackCLI),_0x4daea1=_0x402924[_0x318b4d(0x1ad)](nestedKeyValue,_0x1aed70['getInstance']()[_0x318b4d(0x176)](),[_0x402924[_0x318b4d(0x18a)],_0x402924[_0x318b4d(0x190)],_0x402924[_0x318b4d(0x186)]])||constants[_0x318b4d(0x19b)];if(!_0x12c816||_0x402924['crQQa'](_0x12c816,''))return _0x4daea1;const _0x19bda7=_0x4daea1[_0x318b4d(0x1a3)]('/')?_0x4daea1:_0x402924['qKxtr'](_0x4daea1,'/');return new URL(_0x12c816,_0x19bda7)[_0x318b4d(0x1ae)]();}static[a53_0x30f596(0x1b1)](_0x5958e2){const _0x195e3e=a53_0x30f596,_0x58bd3e={'gDvwN':function(_0x26834d){return _0x26834d();},'xjSYL':function(_0x59de7d,_0x18ea85,_0x1cc9c1){return _0x59de7d(_0x18ea85,_0x1cc9c1);},'bmEMZ':_0x195e3e(0x192),'hMmAg':_0x195e3e(0x167),'KjzFA':_0x195e3e(0x19e),'QDCQp':function(_0x3cc25b,_0x159c66){return _0x3cc25b===_0x159c66;},'FsABm':function(_0x2602f8,_0x553297){return _0x2602f8+_0x553297;}},_0x2bd095=_0x58bd3e[_0x195e3e(0x170)](getBrowserstackCLI),_0x163e66=_0x58bd3e[_0x195e3e(0x1c2)](nestedKeyValue,_0x2bd095['getInstance']()[_0x195e3e(0x176)](),[_0x58bd3e[_0x195e3e(0x16a)],_0x58bd3e[_0x195e3e(0x198)],_0x58bd3e[_0x195e3e(0x185)]])||constants[_0x195e3e(0x19b)];if(!_0x5958e2||_0x58bd3e[_0x195e3e(0x19c)](_0x5958e2,''))return _0x163e66;const _0x2d74c0=_0x163e66['endsWith']('/')?_0x163e66:_0x58bd3e[_0x195e3e(0x1b9)](_0x163e66,'/');return new URL(_0x5958e2,_0x2d74c0)[_0x195e3e(0x1ae)]();}static[a53_0x30f596(0x1b5)](_0x2b6d47){const _0x263d4b=a53_0x30f596,_0x4d1549={'UUWeb':function(_0x5a5e54){return _0x5a5e54();},'mswwb':function(_0x8325d9,_0x1c0eba,_0x59fbd7){return _0x8325d9(_0x1c0eba,_0x59fbd7);},'rhjIC':_0x263d4b(0x192),'bQeds':_0x263d4b(0x1a9),'KpTPo':'api','CWrkw':function(_0x18ba82,_0x5bd471){return _0x18ba82===_0x5bd471;},'IcExk':function(_0xed2968,_0x37a805){return _0xed2968+_0x37a805;}},_0x3c2449=_0x4d1549[_0x263d4b(0x196)](getBrowserstackCLI),_0x4c4e59=_0x4d1549[_0x263d4b(0x199)](nestedKeyValue,_0x3c2449[_0x263d4b(0x1bd)]()[_0x263d4b(0x176)](),[_0x4d1549[_0x263d4b(0x1b3)],_0x4d1549['bQeds'],_0x4d1549['KpTPo']])||constants[_0x263d4b(0x19b)];if(!_0x2b6d47||_0x4d1549['CWrkw'](_0x2b6d47,''))return _0x4c4e59;const _0x141b91=_0x4c4e59[_0x263d4b(0x1a3)]('/')?_0x4c4e59:_0x4d1549[_0x263d4b(0x18e)](_0x4c4e59,'/');return new URL(_0x2b6d47,_0x141b91)[_0x263d4b(0x1ae)]();}static['getAppAutomateSessionNameAPIUrl'](_0x2d6b23){const _0x9a1410=a53_0x30f596,_0xe96625={'DKbeq':function(_0x16af8b){return _0x16af8b();},'qNPlf':function(_0x361c67,_0x230f20,_0x226892){return _0x361c67(_0x230f20,_0x226892);},'frJKo':'apis','VIYFT':_0x9a1410(0x167),'zwxWS':_0x9a1410(0x19e),'lKXrB':function(_0xae85f0,_0x30dcf8){return _0xae85f0===_0x30dcf8;},'TVLNT':function(_0x2553f1,_0x298f63){return _0x2553f1+_0x298f63;}},_0x4e63d8=_0xe96625[_0x9a1410(0x1a5)](getBrowserstackCLI),_0x14789f=_0xe96625[_0x9a1410(0x1be)](nestedKeyValue,_0x4e63d8[_0x9a1410(0x1bd)]()[_0x9a1410(0x176)](),[_0xe96625[_0x9a1410(0x17e)],_0xe96625[_0x9a1410(0x1b4)],_0xe96625[_0x9a1410(0x1a6)]])||constants[_0x9a1410(0x19b)];if(!_0x2d6b23||_0xe96625['lKXrB'](_0x2d6b23,''))return _0x14789f;const _0xd6a2dd=_0x14789f[_0x9a1410(0x1a3)]('/')?_0x14789f:_0xe96625['TVLNT'](_0x14789f,'/');return new URL(_0x2d6b23,_0xd6a2dd)['toString']();}static[a53_0x30f596(0x184)](_0x2bae90){const _0x3483b7=a53_0x30f596,_0x5899a5={'oEPon':function(_0x2dbf1a){return _0x2dbf1a();},'Xkfog':function(_0x4e248f,_0x3c97c5,_0x341419){return _0x4e248f(_0x3c97c5,_0x341419);},'heXdY':'apis','rVkOF':_0x3483b7(0x1a9),'dezGJ':'api','JCqhN':function(_0x29e137,_0x26a758){return _0x29e137===_0x26a758;},'jMzZC':function(_0x20028f,_0x451ea8){return _0x20028f+_0x451ea8;}},_0xaeca1=_0x5899a5[_0x3483b7(0x189)](getBrowserstackCLI),_0x1eee28=_0x5899a5[_0x3483b7(0x18c)](nestedKeyValue,_0xaeca1[_0x3483b7(0x1bd)]()['getConfig'](),[_0x5899a5[_0x3483b7(0x17d)],_0x5899a5['rVkOF'],_0x5899a5[_0x3483b7(0x174)]])||constants['BROWSERSTACK_API_URL'];if(!_0x2bae90||_0x5899a5[_0x3483b7(0x1bc)](_0x2bae90,''))return _0x1eee28;const _0x61d946=_0x1eee28['endsWith']('/')?_0x1eee28:_0x5899a5['jMzZC'](_0x1eee28,'/');return new URL(_0x2bae90,_0x61d946)[_0x3483b7(0x1ae)]()[_0x3483b7(0x166)](/^https?:\/\//,'');}static[a53_0x30f596(0x180)](_0x480bf2){const _0x1cbcc3=a53_0x30f596,_0x4d3c56={'uPKJD':function(_0x3a0b10){return _0x3a0b10();},'CurOK':function(_0x7f69af,_0x53c04c,_0x1d4ca9){return _0x7f69af(_0x53c04c,_0x1d4ca9);},'aeYOy':_0x1cbcc3(0x192),'nNpTs':'appAutomate','ZCGAy':'api','HSOwS':function(_0x400914,_0x426360){return _0x400914===_0x426360;},'xhvNP':function(_0x2926d7,_0x54aa98){return _0x2926d7+_0x54aa98;}},_0xfa950a=_0x4d3c56[_0x1cbcc3(0x16c)](getBrowserstackCLI),_0x5d0fde=_0x4d3c56[_0x1cbcc3(0x18d)](nestedKeyValue,_0xfa950a['getInstance']()[_0x1cbcc3(0x176)](),[_0x4d3c56['aeYOy'],_0x4d3c56[_0x1cbcc3(0x1a4)],_0x4d3c56[_0x1cbcc3(0x193)]])||constants[_0x1cbcc3(0x1b8)];if(!_0x480bf2||_0x4d3c56[_0x1cbcc3(0x172)](_0x480bf2,''))return _0x5d0fde;const _0x39a262=_0x5d0fde['endsWith']('/')?_0x5d0fde:_0x4d3c56[_0x1cbcc3(0x188)](_0x5d0fde,'/');return new URL(_0x480bf2,_0x39a262)[_0x1cbcc3(0x1ae)]()[_0x1cbcc3(0x166)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x5243cb){const _0x4d6a37=a53_0x30f596,_0x105b87={'oWNpq':function(_0x17142f){return _0x17142f();},'fxCOQ':function(_0x4a7cf1,_0x1235c7,_0xb5e728){return _0x4a7cf1(_0x1235c7,_0xb5e728);},'JRPvg':_0x4d6a37(0x192),'yZQsA':_0x4d6a37(0x1a7),'RwEIi':_0x4d6a37(0x1a2),'Qjczw':function(_0x1e6c36,_0x3d1676){return _0x1e6c36===_0x3d1676;},'AfapQ':function(_0x2315b7,_0x4bb3e4){return _0x2315b7+_0x4bb3e4;}},_0x3cf3da=_0x105b87[_0x4d6a37(0x18f)](getBrowserstackCLI),_0x5dcb6a=_0x105b87['fxCOQ'](nestedKeyValue,_0x3cf3da[_0x4d6a37(0x1bd)]()[_0x4d6a37(0x176)](),[_0x105b87[_0x4d6a37(0x1ba)],_0x105b87[_0x4d6a37(0x1ac)],_0x105b87['RwEIi']])||constants[_0x4d6a37(0x16f)];if(!_0x5243cb||_0x105b87[_0x4d6a37(0x173)](_0x5243cb,''))return _0x5dcb6a;const _0x1ed1d1=_0x5dcb6a['endsWith']('/')?_0x5dcb6a:_0x105b87[_0x4d6a37(0x17c)](_0x5dcb6a,'/');return new URL(_0x5243cb,_0x1ed1d1)[_0x4d6a37(0x1ae)]();}static['getPlaywrightHubUrl'](_0x25002e){const _0x9ff122=a53_0x30f596,_0x3b1c83={'Ertbx':function(_0x293a02){return _0x293a02();},'NCqFa':function(_0x270713,_0x3180f8,_0x3367b9){return _0x270713(_0x3180f8,_0x3367b9);},'tlgpn':_0x9ff122(0x192),'aAnkP':'automate','msbcq':'cdp','oLKNx':_0x9ff122(0x19d),'ybpNT':function(_0x2d4f40,_0x25c8d9){return _0x2d4f40===_0x25c8d9;},'DCBVg':function(_0x3edf44,_0x3e87c1){return _0x3edf44+_0x3e87c1;},'LLNcw':_0x9ff122(0x178)},_0x149291=_0x3b1c83['Ertbx'](getBrowserstackCLI),_0x1c18d5=_0x3b1c83[_0x9ff122(0x182)](nestedKeyValue,_0x149291[_0x9ff122(0x1bd)]()[_0x9ff122(0x176)](),[_0x3b1c83[_0x9ff122(0x17a)],_0x3b1c83[_0x9ff122(0x183)],_0x3b1c83[_0x9ff122(0x1a8)]]),_0x34df06=(_0x1c18d5?_0x1c18d5[_0x9ff122(0x166)](/^https:/,_0x3b1c83[_0x9ff122(0x194)]):null)||constants[_0x9ff122(0x1a0)];let _0x2f3bb4;if(!_0x25002e||_0x3b1c83['ybpNT'](_0x25002e,''))_0x2f3bb4=_0x34df06;else{const _0x3b2b32=_0x34df06[_0x9ff122(0x1a3)]('/')?_0x34df06:_0x3b1c83[_0x9ff122(0x16e)](_0x34df06,'/');_0x2f3bb4=new URL(_0x25002e,_0x3b2b32)[_0x9ff122(0x1ae)]();}return!_0x2f3bb4[_0x9ff122(0x1a3)](_0x3b1c83[_0x9ff122(0x1b6)])&&(_0x2f3bb4+=_0x3b1c83[_0x9ff122(0x1b6)]),_0x2f3bb4;}}module[a53_0x30f596(0x1a1)]=APIUtilityMethods;
|
|
1
|
+
const a53_0x45ca30=a53_0x4754;(function(_0x3f7808,_0x57af5f){const _0x2563f9=a53_0x4754,_0x58f7ff=_0x3f7808();while(!![]){try{const _0x482c69=-parseInt(_0x2563f9(0x16e))/0x1+parseInt(_0x2563f9(0x19f))/0x2+-parseInt(_0x2563f9(0x1a4))/0x3*(parseInt(_0x2563f9(0x165))/0x4)+parseInt(_0x2563f9(0x17a))/0x5+-parseInt(_0x2563f9(0x162))/0x6+parseInt(_0x2563f9(0x153))/0x7+parseInt(_0x2563f9(0x163))/0x8;if(_0x482c69===_0x57af5f)break;else _0x58f7ff['push'](_0x58f7ff['shift']());}catch(_0x26b5bd){_0x58f7ff['push'](_0x58f7ff['shift']());}}}(a53_0x28d1,0xbac00));const constants=require(a53_0x45ca30(0x182)),{nestedKeyValue}=require(a53_0x45ca30(0x154)),getBrowserstackCLI=()=>{const _0x1bb198=a53_0x45ca30,_0x1e36e0={'myony':function(_0x549534,_0x3915c3){return _0x549534(_0x3915c3);},'Slflp':_0x1bb198(0x181)};return _0x1e36e0[_0x1bb198(0x194)](require,_0x1e36e0['Slflp']);};class APIUtilityMethods{static[a53_0x45ca30(0x16a)](_0x2356c4){const _0x2edbd6=a53_0x45ca30,_0x6ebaa3={'yfnki':function(_0x289491){return _0x289491();},'kKNwp':function(_0x15140f,_0x3a289a,_0xd69559){return _0x15140f(_0x3a289a,_0xd69559);},'kKlWi':_0x2edbd6(0x171),'RLQhL':'automate','piISe':'api','qABhX':function(_0xc8d903,_0x1e9842){return _0xc8d903===_0x1e9842;},'fFWGj':function(_0x212660,_0x59b6db){return _0x212660+_0x59b6db;}},_0x2792c9=_0x6ebaa3['yfnki'](getBrowserstackCLI),_0x2f33a1=_0x6ebaa3['kKNwp'](nestedKeyValue,_0x2792c9[_0x2edbd6(0x15f)]()[_0x2edbd6(0x14e)](),[_0x6ebaa3[_0x2edbd6(0x15c)],_0x6ebaa3[_0x2edbd6(0x19d)],_0x6ebaa3[_0x2edbd6(0x14f)]])||constants[_0x2edbd6(0x1a1)];if(!_0x2356c4||_0x6ebaa3['qABhX'](_0x2356c4,''))return _0x2f33a1;const _0x27d889=_0x2f33a1[_0x2edbd6(0x173)]('/')?_0x2f33a1:_0x6ebaa3[_0x2edbd6(0x16b)](_0x2f33a1,'/');return new URL(_0x2356c4,_0x27d889)['toString']();}static[a53_0x45ca30(0x152)](_0x1bf3d0){const _0x58903c=a53_0x45ca30,_0x141f79={'xijbc':function(_0x388fdf){return _0x388fdf();},'pQQwM':function(_0x3f0e5c,_0x2d59e2,_0x257b98){return _0x3f0e5c(_0x2d59e2,_0x257b98);},'iZnAD':_0x58903c(0x171),'PKvax':'edsInstrumentation','gCJny':'api','JnoNI':function(_0x2813fb,_0x3c2677){return _0x2813fb===_0x3c2677;},'oAHrZ':function(_0xf21069,_0x3cea85){return _0xf21069+_0x3cea85;}},_0x7249f3=_0x141f79['xijbc'](getBrowserstackCLI),_0x454fd3=_0x141f79[_0x58903c(0x197)](nestedKeyValue,_0x7249f3[_0x58903c(0x15f)]()['getConfig'](),[_0x141f79[_0x58903c(0x188)],_0x141f79[_0x58903c(0x175)],_0x141f79[_0x58903c(0x170)]])||constants[_0x58903c(0x18c)];if(!_0x1bf3d0||_0x141f79[_0x58903c(0x18b)](_0x1bf3d0,''))return _0x454fd3;const _0x151548=_0x454fd3[_0x58903c(0x173)]('/')?_0x454fd3:_0x141f79['oAHrZ'](_0x454fd3,'/');return new URL(_0x1bf3d0,_0x151548)[_0x58903c(0x151)]();}static['getAutomateSessionStatusAPIUrl'](_0x560261){const _0x330882=a53_0x45ca30,_0xbf7fe5={'TkNPD':function(_0x163ab6){return _0x163ab6();},'EnyIC':function(_0x28202d,_0x10d26a,_0x2f8d8b){return _0x28202d(_0x10d26a,_0x2f8d8b);},'zPqIV':'apis','qICJD':_0x330882(0x18d),'fpfgd':_0x330882(0x198),'vbHJP':function(_0x52e5af,_0x226c1e){return _0x52e5af===_0x226c1e;},'OJNJH':function(_0x47ee9f,_0x4add8d){return _0x47ee9f+_0x4add8d;}},_0x5173d5=_0xbf7fe5[_0x330882(0x156)](getBrowserstackCLI),_0x52be1f=_0xbf7fe5[_0x330882(0x18a)](nestedKeyValue,_0x5173d5[_0x330882(0x15f)]()[_0x330882(0x14e)](),[_0xbf7fe5[_0x330882(0x1a8)],_0xbf7fe5[_0x330882(0x17b)],_0xbf7fe5[_0x330882(0x17e)]])||constants['BROWSERSTACK_API_URL'];if(!_0x560261||_0xbf7fe5[_0x330882(0x190)](_0x560261,''))return _0x52be1f;const _0xd10c48=_0x52be1f[_0x330882(0x173)]('/')?_0x52be1f:_0xbf7fe5['OJNJH'](_0x52be1f,'/');return new URL(_0x560261,_0xd10c48)[_0x330882(0x151)]();}static[a53_0x45ca30(0x167)](_0x4028ec){const _0x243452=a53_0x45ca30,_0xf72f24={'sRlzG':function(_0x4740d7){return _0x4740d7();},'ptBMR':function(_0x22e646,_0x285417,_0x92b9bf){return _0x22e646(_0x285417,_0x92b9bf);},'tAmkI':_0x243452(0x171),'OThPZ':_0x243452(0x1a3),'jaiAj':'api','JZNAS':function(_0x500663,_0x4813ce){return _0x500663===_0x4813ce;},'RSrht':function(_0x4a2a82,_0x2a896f){return _0x4a2a82+_0x2a896f;}},_0x5ac604=_0xf72f24[_0x243452(0x16d)](getBrowserstackCLI),_0x13c825=_0xf72f24['ptBMR'](nestedKeyValue,_0x5ac604['getInstance']()[_0x243452(0x14e)](),[_0xf72f24[_0x243452(0x186)],_0xf72f24['OThPZ'],_0xf72f24[_0x243452(0x166)]])||constants[_0x243452(0x1a1)];if(!_0x4028ec||_0xf72f24[_0x243452(0x177)](_0x4028ec,''))return _0x13c825;const _0xb8f70c=_0x13c825['endsWith']('/')?_0x13c825:_0xf72f24[_0x243452(0x196)](_0x13c825,'/');return new URL(_0x4028ec,_0xb8f70c)['toString']();}static[a53_0x45ca30(0x169)](_0x2153ba){const _0x1a55a3=a53_0x45ca30,_0x1564b4={'ebrxD':function(_0x2789b9){return _0x2789b9();},'htMPZ':function(_0x2276c9,_0x5e5c31,_0x55068b){return _0x2276c9(_0x5e5c31,_0x55068b);},'gDrcB':_0x1a55a3(0x171),'MwMjW':_0x1a55a3(0x18d),'OOzCx':'api','EcDcJ':function(_0x5dcb7b,_0x46482a){return _0x5dcb7b===_0x46482a;},'uHkJd':function(_0x2fb8a9,_0xe09c0d){return _0x2fb8a9+_0xe09c0d;}},_0x1fc433=_0x1564b4[_0x1a55a3(0x1a0)](getBrowserstackCLI),_0x56e527=_0x1564b4[_0x1a55a3(0x19c)](nestedKeyValue,_0x1fc433[_0x1a55a3(0x15f)]()[_0x1a55a3(0x14e)](),[_0x1564b4[_0x1a55a3(0x1a2)],_0x1564b4[_0x1a55a3(0x19b)],_0x1564b4[_0x1a55a3(0x164)]])||constants[_0x1a55a3(0x1a1)];if(!_0x2153ba||_0x1564b4[_0x1a55a3(0x187)](_0x2153ba,''))return _0x56e527;const _0x275955=_0x56e527[_0x1a55a3(0x173)]('/')?_0x56e527:_0x1564b4[_0x1a55a3(0x1a9)](_0x56e527,'/');return new URL(_0x2153ba,_0x275955)[_0x1a55a3(0x151)]();}static[a53_0x45ca30(0x15e)](_0x392e00){const _0x598b3e=a53_0x45ca30,_0x353ff4={'TSngc':function(_0x1097a8){return _0x1097a8();},'UcdGq':function(_0x4a5546,_0x23f5f1,_0x5a4786){return _0x4a5546(_0x23f5f1,_0x5a4786);},'rGryw':'apis','Aswdf':'appAutomate','YdPPf':_0x598b3e(0x198),'VtTAv':function(_0x2aff62,_0x120c4e){return _0x2aff62===_0x120c4e;},'blZGN':function(_0x5eca5d,_0x558c4a){return _0x5eca5d+_0x558c4a;}},_0x4bfbd3=_0x353ff4['TSngc'](getBrowserstackCLI),_0x9edb98=_0x353ff4['UcdGq'](nestedKeyValue,_0x4bfbd3[_0x598b3e(0x15f)]()[_0x598b3e(0x14e)](),[_0x353ff4[_0x598b3e(0x172)],_0x353ff4[_0x598b3e(0x191)],_0x353ff4['YdPPf']])||constants[_0x598b3e(0x1a1)];if(!_0x392e00||_0x353ff4['VtTAv'](_0x392e00,''))return _0x9edb98;const _0x20feeb=_0x9edb98[_0x598b3e(0x173)]('/')?_0x9edb98:_0x353ff4[_0x598b3e(0x17c)](_0x9edb98,'/');return new URL(_0x392e00,_0x20feeb)[_0x598b3e(0x151)]();}static[a53_0x45ca30(0x16c)](_0x4d05ad){const _0x14c196=a53_0x45ca30,_0x4567d9={'qujHZ':function(_0x284adc){return _0x284adc();},'tNjAO':function(_0x10b790,_0x370760,_0x164fcb){return _0x10b790(_0x370760,_0x164fcb);},'agodb':'apis','jLpDY':'automate','bfPgj':_0x14c196(0x198),'Agpva':function(_0x5b3127,_0x1113c4){return _0x5b3127===_0x1113c4;},'PaOHD':function(_0x5274ad,_0xa6dc41){return _0x5274ad+_0xa6dc41;}},_0xedfeee=_0x4567d9['qujHZ'](getBrowserstackCLI),_0x56be24=_0x4567d9[_0x14c196(0x17d)](nestedKeyValue,_0xedfeee['getInstance']()[_0x14c196(0x14e)](),[_0x4567d9[_0x14c196(0x1a5)],_0x4567d9[_0x14c196(0x192)],_0x4567d9['bfPgj']])||constants[_0x14c196(0x1a1)];if(!_0x4d05ad||_0x4567d9['Agpva'](_0x4d05ad,''))return _0x56be24;const _0x1284d9=_0x56be24[_0x14c196(0x173)]('/')?_0x56be24:_0x4567d9[_0x14c196(0x160)](_0x56be24,'/');return new URL(_0x4d05ad,_0x1284d9)['toString']()['replace'](/^https?:\/\//,'');}static[a53_0x45ca30(0x15d)](_0x289997){const _0x36f8f9=a53_0x45ca30,_0xe53e1b={'SfzkP':function(_0x2cc834){return _0x2cc834();},'POzth':function(_0x4535a8,_0x59fe35,_0x2edaeb){return _0x4535a8(_0x59fe35,_0x2edaeb);},'yVEtp':_0x36f8f9(0x171),'ICCQQ':_0x36f8f9(0x1a3),'vYxFs':'api','VzguL':function(_0x41fb27,_0x109b76){return _0x41fb27===_0x109b76;},'eMuHJ':function(_0x3334f7,_0x12b5d1){return _0x3334f7+_0x12b5d1;}},_0x44362b=_0xe53e1b[_0x36f8f9(0x16f)](getBrowserstackCLI),_0x255802=_0xe53e1b[_0x36f8f9(0x155)](nestedKeyValue,_0x44362b[_0x36f8f9(0x15f)]()['getConfig'](),[_0xe53e1b['yVEtp'],_0xe53e1b[_0x36f8f9(0x199)],_0xe53e1b[_0x36f8f9(0x158)]])||constants[_0x36f8f9(0x19a)];if(!_0x289997||_0xe53e1b[_0x36f8f9(0x189)](_0x289997,''))return _0x255802;const _0x2c2b1f=_0x255802[_0x36f8f9(0x173)]('/')?_0x255802:_0xe53e1b[_0x36f8f9(0x17f)](_0x255802,'/');return new URL(_0x289997,_0x2c2b1f)[_0x36f8f9(0x151)]()[_0x36f8f9(0x174)](/^https?:\/\//,'');}static[a53_0x45ca30(0x1a6)](_0x4c19ec){const _0x524f93=a53_0x45ca30,_0x18c1b0={'kkYjr':function(_0x5246b8){return _0x5246b8();},'wMhsR':function(_0x2cf842,_0x5e5222,_0x3932e9){return _0x2cf842(_0x5e5222,_0x3932e9);},'OZBVu':_0x524f93(0x171),'iTPon':'observability','FdfGb':_0x524f93(0x150),'pzOwj':function(_0x3e9ced,_0x22e180){return _0x3e9ced===_0x22e180;},'RRHcL':function(_0x15e6a6,_0x55eb70){return _0x15e6a6+_0x55eb70;}},_0x3463a9=_0x18c1b0[_0x524f93(0x157)](getBrowserstackCLI),_0x180237=_0x18c1b0['wMhsR'](nestedKeyValue,_0x3463a9['getInstance']()[_0x524f93(0x14e)](),[_0x18c1b0[_0x524f93(0x1a7)],_0x18c1b0['iTPon'],_0x18c1b0[_0x524f93(0x193)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x4c19ec||_0x18c1b0[_0x524f93(0x178)](_0x4c19ec,''))return _0x180237;const _0x58dee6=_0x180237[_0x524f93(0x173)]('/')?_0x180237:_0x18c1b0[_0x524f93(0x18e)](_0x180237,'/');return new URL(_0x4c19ec,_0x58dee6)[_0x524f93(0x151)]();}static[a53_0x45ca30(0x179)](_0x173022){const _0x3129c8=a53_0x45ca30,_0x11ab51={'cNCjy':function(_0x1b0e45){return _0x1b0e45();},'FhTVy':function(_0x24ce62,_0x36d2eb,_0x244a4f){return _0x24ce62(_0x36d2eb,_0x244a4f);},'GxUpO':'apis','iXWnd':_0x3129c8(0x18d),'IElyf':_0x3129c8(0x15a),'RirqL':_0x3129c8(0x15b),'bcIPM':function(_0x564e42,_0x33ab51){return _0x564e42===_0x33ab51;},'UZuol':function(_0x2b43ae,_0x5d2af8){return _0x2b43ae+_0x5d2af8;},'eXcfL':_0x3129c8(0x161)},_0x2e8c46=_0x11ab51[_0x3129c8(0x168)](getBrowserstackCLI),_0x1d89e1=_0x11ab51[_0x3129c8(0x176)](nestedKeyValue,_0x2e8c46[_0x3129c8(0x15f)]()['getConfig'](),[_0x11ab51[_0x3129c8(0x159)],_0x11ab51[_0x3129c8(0x180)],_0x11ab51[_0x3129c8(0x195)]]),_0x23fc44=(_0x1d89e1?_0x1d89e1[_0x3129c8(0x174)](/^https:/,_0x11ab51[_0x3129c8(0x18f)]):null)||constants[_0x3129c8(0x19e)];let _0x4ffab1;if(!_0x173022||_0x11ab51['bcIPM'](_0x173022,''))_0x4ffab1=_0x23fc44;else{const _0x75f6ad=_0x23fc44[_0x3129c8(0x173)]('/')?_0x23fc44:_0x11ab51[_0x3129c8(0x185)](_0x23fc44,'/');_0x4ffab1=new URL(_0x173022,_0x75f6ad)[_0x3129c8(0x151)]();}return!_0x4ffab1['endsWith'](_0x11ab51[_0x3129c8(0x184)])&&(_0x4ffab1+=_0x11ab51['eXcfL']),_0x4ffab1;}}function a53_0x28d1(){const _0x343b2b=['agodb','getAutoCaptureLogsAPIUrl','OZBVu','zPqIV','uHkJd','getConfig','piISe','upload','toString','getEdsInstrumentationAPIUrl','4014619xnqXDs','./sharedUtils','POzth','TkNPD','kkYjr','vYxFs','GxUpO','cdp','wss:','kKlWi','getAppAutomateSessionsListAPIUrl','getAppAutomateSessionNameAPIUrl','getInstance','PaOHD','/playwright?caps=','8352420yRmeul','14853216kMtsrW','OOzCx','37608GeNUJJ','jaiAj','getAppAutomateSessionStatusAPIUrl','cNCjy','getAutomateSessionNameAPIUrl','getBStackAPIUrl','fFWGj','getAutomateSessionsListAPIUrl','sRlzG','1074785dkSSBs','SfzkP','gCJny','apis','rGryw','endsWith','replace','PKvax','FhTVy','JZNAS','pzOwj','getPlaywrightHubUrl','7122560ZwGWXE','qICJD','blZGN','tNjAO','fpfgd','eMuHJ','iXWnd','../v2/browserstackCLI','./constants','exports','eXcfL','UZuol','tAmkI','EcDcJ','iZnAD','VzguL','EnyIC','JnoNI','EDS_URL','automate','RRHcL','RirqL','vbHJP','Aswdf','jLpDY','FdfGb','myony','IElyf','RSrht','pQQwM','api','ICCQQ','APP_UPLOAD_URL','MwMjW','htMPZ','RLQhL','PLAYWRIGHT_HUB_URL','709820JrTwwH','ebrxD','BROWSERSTACK_API_URL','gDrcB','appAutomate','312GwVSBq'];a53_0x28d1=function(){return _0x343b2b;};return a53_0x28d1();}function a53_0x4754(_0x18acf7,_0x52f4f4){const _0x28d1ba=a53_0x28d1();return a53_0x4754=function(_0x47545a,_0x35dc4c){_0x47545a=_0x47545a-0x14e;let _0x12b9a5=_0x28d1ba[_0x47545a];return _0x12b9a5;},a53_0x4754(_0x18acf7,_0x52f4f4);}module[a53_0x45ca30(0x183)]=APIUtilityMethods;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a54_0x20d480=a54_0x285b;(function(_0x329a03,_0x5a0d80){const _0x156b2b=a54_0x285b,_0x4f11f9=_0x329a03();while(!![]){try{const _0x5bfc22=parseInt(_0x156b2b(0x1d6))/0x1+parseInt(_0x156b2b(0x1b6))/0x2+-parseInt(_0x156b2b(0x1da))/0x3+-parseInt(_0x156b2b(0x1aa))/0x4*(-parseInt(_0x156b2b(0x1d3))/0x5)+-parseInt(_0x156b2b(0x1d5))/0x6+parseInt(_0x156b2b(0x1ae))/0x7*(-parseInt(_0x156b2b(0x1c0))/0x8)+-parseInt(_0x156b2b(0x1a6))/0x9*(-parseInt(_0x156b2b(0x1d4))/0xa);if(_0x5bfc22===_0x5a0d80)break;else _0x4f11f9['push'](_0x4f11f9['shift']());}catch(_0x519688){_0x4f11f9['push'](_0x4f11f9['shift']());}}}(a54_0x5c1a,0xc3c5a));function a54_0x285b(_0x32041a,_0x1af7e5){const _0x5c1a2b=a54_0x5c1a();return a54_0x285b=function(_0x285b33,_0x433866){_0x285b33=_0x285b33-0x198;let _0x4167fc=_0x5c1a2b[_0x285b33];return _0x4167fc;},a54_0x285b(_0x32041a,_0x1af7e5);}const logger=require(a54_0x20d480(0x199))['winstonLogger'],BrowserstackCLI=require(a54_0x20d480(0x198)),GrpcClient=require(a54_0x20d480(0x1e4)),constants=require('./constants');class ClientTroubleShootingService{static [a54_0x20d480(0x1c5)]=null;static [a54_0x20d480(0x19f)]=new Set();static async[a54_0x20d480(0x1bb)](_0x3ddff7){const _0x253358=a54_0x20d480,_0x39ada5={};_0x39ada5[_0x253358(0x1f5)]=function(_0x5a6d12,_0x27cec0){return _0x5a6d12!==_0x27cec0;};const _0x151230=_0x39ada5;try{if(BrowserstackCLI[_0x253358(0x1ba)]()['isRunning']()){const _0x349693=await GrpcClient[_0x253358(0x1ba)]()[_0x253358(0x1e5)](_0x3ddff7);if(_0x151230[_0x253358(0x1f5)](_0x349693,null)&&_0x349693['getSuccess']())return{'errorCode':_0x349693[_0x253358(0x1cc)](),'errorMessage':_0x349693[_0x253358(0x1d7)]()};return{};}return{};}catch(_0x2baeba){return this[_0x253358(0x1e3)]('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x3ddff7+':',_0x2baeba),{};}}static async['getAggregatedErrorCodes'](){const _0x31d9d8=a54_0x20d480,_0x52b789={};_0x52b789[_0x31d9d8(0x1fb)]=function(_0x1d5e4c,_0x510952){return _0x1d5e4c!==_0x510952;},_0x52b789['dercp']=_0x31d9d8(0x1be),_0x52b789['dQmrh']=_0x31d9d8(0x1dd);const _0xb29a40=_0x52b789;try{if(BrowserstackCLI['getInstance']()[_0x31d9d8(0x1a5)]()){const _0x3a6010=await GrpcClient['getInstance']()[_0x31d9d8(0x1a2)]();if(_0xb29a40['JQGLE'](_0x3a6010,null)&&_0x3a6010[_0x31d9d8(0x1a0)]()){const _0x1d6084=Buffer[_0x31d9d8(0x1ce)](_0x3a6010[_0x31d9d8(0x1e1)](),_0xb29a40[_0x31d9d8(0x1ed)])[_0x31d9d8(0x1a7)](),_0x275ccf=_0x1d6084?JSON[_0x31d9d8(0x1d0)](_0x1d6084):[],_0x32f3ac=_0x3a6010[_0x31d9d8(0x1b0)](),_0x1906cf=_0x3a6010[_0x31d9d8(0x19b)](),_0x4f2a97=Buffer[_0x31d9d8(0x1ce)](_0x3a6010['getErrorCodesOccurredInCli'](),_0xb29a40[_0x31d9d8(0x1ed)])[_0x31d9d8(0x1a7)](),_0x563a0a=_0x4f2a97?JSON[_0x31d9d8(0x1d0)](_0x4f2a97):[],_0xef5fbb={};return _0xef5fbb[_0x31d9d8(0x1c8)]=_0x275ccf,_0xef5fbb[_0x31d9d8(0x1a4)]=_0x32f3ac,_0xef5fbb[_0x31d9d8(0x1e2)]=_0x1906cf,_0xef5fbb[_0x31d9d8(0x1a9)]=_0x563a0a,_0xef5fbb;}const _0x5c603f={};return _0x5c603f[_0x31d9d8(0x1c8)]=[],_0x5c603f[_0x31d9d8(0x1a4)]='',_0x5c603f['finalErrorMessage']='',_0x5c603f['errorCodesOccurredInCLI']=[],_0x5c603f;}const _0x366de5={};return _0x366de5[_0x31d9d8(0x1c8)]=[],_0x366de5[_0x31d9d8(0x1a4)]='',_0x366de5[_0x31d9d8(0x1e2)]='',_0x366de5[_0x31d9d8(0x1a9)]=[],_0x366de5;}catch(_0x9a9486){this[_0x31d9d8(0x1e3)](_0xb29a40[_0x31d9d8(0x1ea)],_0x9a9486);const _0x209baa={};return _0x209baa[_0x31d9d8(0x1c8)]=[],_0x209baa['documentationLink']='',_0x209baa['finalErrorMessage']='',_0x209baa['errorCodesOccurredInCLI']=[],_0x209baa;}}static[a54_0x20d480(0x1d1)](_0x439fa2,_0x35b4c0){const _0x2c0e34=a54_0x20d480;logger[_0x2c0e34(0x1a8)](_0x439fa2+':\x20'+_0x35b4c0);}static[a54_0x20d480(0x1cb)](_0x543364){const _0xa4a254=a54_0x20d480,_0x27f5d0={};_0x27f5d0[_0xa4a254(0x1d8)]=function(_0x317a93,_0x59f6b4){return _0x317a93!=_0x59f6b4;},_0x27f5d0[_0xa4a254(0x1fa)]=function(_0x167639,_0x303f0c){return _0x167639!=_0x303f0c;},_0x27f5d0[_0xa4a254(0x1cd)]=function(_0x32858a,_0x122855){return _0x32858a>_0x122855;};const _0x328cfb=_0x27f5d0,_0x151ca7=[];if(_0x328cfb[_0xa4a254(0x1d8)](_0x543364,null)&&_0x328cfb[_0xa4a254(0x1fa)](_0x543364[_0xa4a254(0x1a9)],null)&&_0x328cfb[_0xa4a254(0x1cd)](_0x543364[_0xa4a254(0x1a9)]['length'],0x0))for(const _0x13e206 of _0x543364[_0xa4a254(0x1a9)]){_0x328cfb[_0xa4a254(0x1d8)](_0x13e206[_0xa4a254(0x1f0)],null)&&_0x328cfb['VEwgk'](_0x13e206['errorMessage'],null)&&(_0x151ca7[_0xa4a254(0x1f9)](_0x13e206[_0xa4a254(0x1f0)]),this[_0xa4a254(0x1d1)](_0x13e206['errorCode'],_0x13e206[_0xa4a254(0x1b4)]));}return _0x151ca7;}static[a54_0x20d480(0x1b9)](){const _0x28b3d8=a54_0x20d480;return this[_0x28b3d8(0x1c5)];}static[a54_0x20d480(0x1e3)](_0x539308,_0x1ab8c1){const _0x36ad50=a54_0x20d480,_0x387876={};_0x387876['HzuPb']=function(_0x11482e,_0x2aa1b2){return _0x11482e===_0x2aa1b2;},_0x387876[_0x36ad50(0x1bd)]='object';const _0x4616a4=_0x387876;if(_0x4616a4[_0x36ad50(0x1ef)](typeof _0x1ab8c1,_0x4616a4['uVtcH']))try{logger[_0x36ad50(0x1f8)](_0x36ad50(0x1b8)+_0x539308+'\x20'+JSON['stringify'](_0x1ab8c1));}catch(_0x4310d3){logger['error'](_0x36ad50(0x1b8)+_0x539308+'\x20'+_0x1ab8c1);}else logger[_0x36ad50(0x1f8)]('[ClientTroubleShootingService]\x20'+_0x539308+'\x20'+_0x1ab8c1);}static async[a54_0x20d480(0x1c1)](_0x1f6dc1){const _0x16b677=a54_0x20d480,_0x2dcc9b={};_0x2dcc9b[_0x16b677(0x1b7)]=_0x16b677(0x19c),_0x2dcc9b['AjipN']=function(_0x4bc776,_0x291a1e){return _0x4bc776===_0x291a1e;},_0x2dcc9b[_0x16b677(0x1ad)]=_0x16b677(0x1de),_0x2dcc9b[_0x16b677(0x1c2)]=_0x16b677(0x1dc);const _0x340505=_0x2dcc9b,_0xcfff3b=await this[_0x16b677(0x1bb)](_0x340505[_0x16b677(0x1b7)]);if(_0x340505['AjipN'](Object[_0x16b677(0x1c4)](_0xcfff3b)['length'],0x0)){this['logError'](_0x340505['kmmDp'],_0xcfff3b);return;}this[_0x16b677(0x1d1)](_0xcfff3b[_0x16b677(0x1f0)],_0xcfff3b[_0x16b677(0x1b4)][_0x16b677(0x1c3)](_0x340505[_0x16b677(0x1c2)],_0x1f6dc1));}static async[a54_0x20d480(0x1fc)](){const _0x989e70=a54_0x20d480,_0xf1b797={};_0xf1b797[_0x989e70(0x19e)]='Session\x20Linking\x20Issue',_0xf1b797[_0x989e70(0x1a3)]=function(_0x3e1f64,_0x479149){return _0x3e1f64===_0x479149;},_0xf1b797[_0x989e70(0x1bc)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x57a912=_0xf1b797,_0x47e3ef=await this[_0x989e70(0x1bb)](_0x57a912[_0x989e70(0x19e)]);if(_0x57a912[_0x989e70(0x1a3)](Object[_0x989e70(0x1c4)](_0x47e3ef)[_0x989e70(0x1ca)],0x0)){this[_0x989e70(0x1e3)](_0x57a912[_0x989e70(0x1bc)],_0x47e3ef);return;}this[_0x989e70(0x1d1)](_0x47e3ef[_0x989e70(0x1f0)],_0x47e3ef['errorMessage']);}static async[a54_0x20d480(0x1ab)](){const _0x10aa7e=a54_0x20d480,_0x413c62={};_0x413c62[_0x10aa7e(0x1e8)]=_0x10aa7e(0x1ee),_0x413c62[_0x10aa7e(0x1c9)]=function(_0x212b5c,_0x133c62){return _0x212b5c===_0x133c62;},_0x413c62[_0x10aa7e(0x1db)]=_0x10aa7e(0x19a);const _0x2f66ed=_0x413c62,_0xbb604f=await this[_0x10aa7e(0x1bb)](_0x2f66ed[_0x10aa7e(0x1e8)]);if(_0x2f66ed[_0x10aa7e(0x1c9)](Object[_0x10aa7e(0x1c4)](_0xbb604f)[_0x10aa7e(0x1ca)],0x0)){this[_0x10aa7e(0x1e3)](_0x2f66ed[_0x10aa7e(0x1db)],_0xbb604f);return;}this[_0x10aa7e(0x1d1)](_0xbb604f[_0x10aa7e(0x1f0)],_0xbb604f['errorMessage']);}static async['reportSSLCertIssue'](){const _0x29a98a=a54_0x20d480,_0x198836={};_0x198836[_0x29a98a(0x1e6)]=_0x29a98a(0x1c7),_0x198836[_0x29a98a(0x1bf)]=function(_0x19d665,_0x6efc68){return _0x19d665===_0x6efc68;},_0x198836[_0x29a98a(0x1c6)]=_0x29a98a(0x1df);const _0x1c8114=_0x198836,_0x4dd5aa=await this['getErrorDetails'](_0x1c8114[_0x29a98a(0x1e6)]);if(_0x1c8114[_0x29a98a(0x1bf)](Object[_0x29a98a(0x1c4)](_0x4dd5aa)[_0x29a98a(0x1ca)],0x0)){this[_0x29a98a(0x1e3)](_0x1c8114[_0x29a98a(0x1c6)],_0x4dd5aa);return;}this[_0x29a98a(0x1d1)](_0x4dd5aa['errorCode'],_0x4dd5aa[_0x29a98a(0x1b4)]);}static[a54_0x20d480(0x1ac)](){const _0x84925d=a54_0x20d480,_0x18d174={};_0x18d174[_0x84925d(0x1f2)]='.browserstack\x20folder\x20not\x20accessible',_0x18d174[_0x84925d(0x1af)]=function(_0x31448e,_0x32cfb8){return _0x31448e===_0x32cfb8;},_0x18d174[_0x84925d(0x1d2)]=_0x84925d(0x1e7);const _0x44b94b=_0x18d174,_0x90b76d=constants[_0x84925d(0x1ec)][_0x44b94b[_0x84925d(0x1f2)]];if(_0x44b94b[_0x84925d(0x1af)](Object['keys'](_0x90b76d)[_0x84925d(0x1ca)],0x0)){this[_0x84925d(0x1e3)](_0x44b94b[_0x84925d(0x1d2)],_0x90b76d);return;}this[_0x84925d(0x19f)][_0x84925d(0x1f6)](_0x90b76d[0x0]),this['logSituation'](_0x90b76d[0x0],_0x90b76d[0x1]);}static async[a54_0x20d480(0x1b3)](_0x12c7e1){const _0x4acdc1=a54_0x20d480,_0x12e030={};_0x12e030[_0x4acdc1(0x1d9)]=_0x4acdc1(0x1e0),_0x12e030[_0x4acdc1(0x1b5)]=function(_0x511fea,_0x423ebf){return _0x511fea===_0x423ebf;},_0x12e030[_0x4acdc1(0x1f7)]=_0x4acdc1(0x19d),_0x12e030[_0x4acdc1(0x1e9)]='{ENV_VAR}';const _0x1a0c64=_0x12e030,_0x113518=await this[_0x4acdc1(0x1bb)](_0x1a0c64[_0x4acdc1(0x1d9)]);if(_0x1a0c64[_0x4acdc1(0x1b5)](Object[_0x4acdc1(0x1c4)](_0x113518)[_0x4acdc1(0x1ca)],0x0)){this[_0x4acdc1(0x1e3)](_0x1a0c64[_0x4acdc1(0x1f7)],_0x113518);return;}const _0x3ac842=_0x113518['errorMessage'][_0x4acdc1(0x1c3)](_0x1a0c64[_0x4acdc1(0x1e9)],_0x12c7e1);this[_0x4acdc1(0x1d1)](_0x113518[_0x4acdc1(0x1f0)],_0x3ac842);}static async[a54_0x20d480(0x1b2)](){const _0x359218=a54_0x20d480,_0x37d3de={};_0x37d3de[_0x359218(0x1f3)]=function(_0x2969c3,_0x2dd30a){return _0x2969c3>_0x2dd30a;},_0x37d3de[_0x359218(0x1cf)]=function(_0x2119c9,_0x1580e8){return _0x2119c9>_0x1580e8;},_0x37d3de[_0x359218(0x1b1)]=_0x359218(0x1a1),_0x37d3de['LSGRP']=_0x359218(0x1f4);const _0x149468=_0x37d3de,_0x3dec27=await this['getAggregatedErrorCodes'](),_0x2e0c3e=this[_0x359218(0x1cb)](_0x3dec27),_0xe2def7=Array['isArray'](_0x3dec27[_0x359218(0x1c8)])?_0x3dec27[_0x359218(0x1c8)]:[],_0x5887b6=_0x149468[_0x359218(0x1f3)](this['errorCodesOccurredWhenCLINotRunning'][_0x359218(0x1eb)],0x0)?Array[_0x359218(0x1ce)](this[_0x359218(0x19f)]):[],_0x2bb9ca=new Set([..._0xe2def7,..._0x2e0c3e,..._0x5887b6]),_0x48e7b6=Array[_0x359218(0x1ce)](_0x2bb9ca);if(_0x149468[_0x359218(0x1cf)](_0x48e7b6['length'],0x0)){const _0x3c0ac0=_0x3dec27[_0x359218(0x1e2)][_0x359218(0x1c3)](_0x149468[_0x359218(0x1b1)],_0x48e7b6['join'](',\x20'))[_0x359218(0x1c3)](_0x149468[_0x359218(0x1f1)],_0x3dec27['documentationLink']);logger[_0x359218(0x1a8)](_0x3c0ac0),this[_0x359218(0x1c5)]=_0x48e7b6;}}}module['exports']=ClientTroubleShootingService;function a54_0x5c1a(){const _0x199411=['1656lGjvbf','reportProcessInterruptionSituation','CWArO','replace','keys','cachedErrorCodes','FLOZL','ssl\x20cert\x20issue','errorCodes','EUGel','length','checkForErrorsOccuredInCLI','getErrorCode','nqOuC','from','cYXNW','parse','logSituation','jPtBQ','55VlEwVH','1957070zPsFyS','8584764JeJnVp','1301782LWrRxo','getErrorMessage','kfqRu','AhRlA','1645053zdkeNB','FEIzd','{SIGNAL}','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','Process\x20Interruption\x20details\x20not\x20found:','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','conflicting\x20env\x20var\x20detected','getErrorCodes','finalErrorMessage','logError','../v2/grpcClient','reportClientTroubleshootingError','Xyeby','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','hzuZB','QERIb','dQmrh','size','CLIENT_TROUBLESHOOTING_HASH','dercp','browserstack\x20cloud\x20not\x20reachable','HzuPb','errorCode','LSGRP','GhaDn','Vdzim','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','sNzQW','add','ajOaH','error','push','VEwgk','JQGLE','reportSessionLinkingIssue','../v2/browserstackCLI','../../helpers/logger','Connectivity\x20Issue\x20details\x20not\x20found','getFinalErrorMessage','Process\x20Interruption','Conflicting\x20Env\x20Var\x20details\x20not\x20found','uYhnS','errorCodesOccurredWhenCLINotRunning','getSuccess','{ERROR_CODES}','getAggregatedClientTroubleshootingErrors','pNBKQ','documentationLink','isRunning','9CnepMA','toString','warn','errorCodesOccurredInCLI','582004oRVHbn','reportConnectivityIssue','reportDotBrowserStackFolderNotAccessibleIssue','kmmDp','33467izMuuC','gihqe','getDocumentationLink','lVMXm','reportFinalDetectionState','reportConflictingEnvVarIssue','errorMessage','ZciMf','1345388xNXmCu','HcJIM','[ClientTroubleShootingService]\x20','getCachedErrorCodes','getInstance','getErrorDetails','zATGT','uVtcH','base64','fgqxx'];a54_0x5c1a=function(){return _0x199411;};return a54_0x5c1a();}
|
|
1
|
+
function a54_0x50ec(_0xb9e6b7,_0x2483ef){const _0x16e7aa=a54_0x16e7();return a54_0x50ec=function(_0x50ec6c,_0x166785){_0x50ec6c=_0x50ec6c-0x1df;let _0x3a061b=_0x16e7aa[_0x50ec6c];return _0x3a061b;},a54_0x50ec(_0xb9e6b7,_0x2483ef);}const a54_0x59808f=a54_0x50ec;(function(_0x31d6f7,_0x700490){const _0x303663=a54_0x50ec,_0x451288=_0x31d6f7();while(!![]){try{const _0x494dde=-parseInt(_0x303663(0x1fa))/0x1+parseInt(_0x303663(0x204))/0x2+parseInt(_0x303663(0x216))/0x3+parseInt(_0x303663(0x23d))/0x4*(parseInt(_0x303663(0x23b))/0x5)+-parseInt(_0x303663(0x23f))/0x6+parseInt(_0x303663(0x20c))/0x7+-parseInt(_0x303663(0x1ea))/0x8*(parseInt(_0x303663(0x231))/0x9);if(_0x494dde===_0x700490)break;else _0x451288['push'](_0x451288['shift']());}catch(_0x34c3e7){_0x451288['push'](_0x451288['shift']());}}}(a54_0x16e7,0x5b2f1));const logger=require(a54_0x59808f(0x240))[a54_0x59808f(0x22b)],BrowserstackCLI=require(a54_0x59808f(0x1ff)),GrpcClient=require('../v2/grpcClient'),constants=require(a54_0x59808f(0x1ef));function a54_0x16e7(){const _0x13befa=['errorCode','reportSSLCertIssue','getErrorDetails','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','winstonLogger','Conflicting\x20Env\x20Var\x20details\x20not\x20found','LWnnn','reportSessionLinkingIssue','conflicting\x20env\x20var\x20detected','logError','9729nyyKcC','{ERROR_CODES}','reportDotBrowserStackFolderNotAccessibleIssue','{SIGNAL}','reportProcessInterruptionSituation','mfPfa','join','getInstance','BrmPv','sVJkl','136710GSKYWW','aASmu','64xcQmrA','size','1228560kPWGzA','../../helpers/logger','NOZiC','stringify','checkForErrorsOccuredInCLI','errorCodes','keys','yGQpi','XNTol','MmXXP','isRunning','length','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','vEHdG','[ClientTroubleShootingService]\x20','getAggregatedErrorCodes','exports','PnHmH','3048PUJwxq','reportClientTroubleshootingError','errorCodesOccurredInCLI','getErrorCodesOccurredInCli','from','./constants','toString','add','rJIVA','error','finalErrorMessage','getErrorCodes','getSuccess','reportFinalDetectionState','CulqJ','DmRcE','273216QORXBd','errorCodesOccurredWhenCLINotRunning','PZBaN','pWKay','getErrorCode','../v2/browserstackCLI','Session\x20Linking\x20Issue','mqHuC','documentationLink','YcoNo','254982jTkeQx','qoTKQ','getFinalErrorMessage','errorMessage','shSoF','getDocumentationLink','browserstack\x20cloud\x20not\x20reachable','Session\x20Linking\x20Issue\x20details\x20not\x20found','1054592qMsjUI','getAggregatedClientTroubleshootingErrors','logSituation','inIYl','dmmWf','Connectivity\x20Issue\x20details\x20not\x20found','isArray','warn','OcABp','YWmvG','1643121amRRhq','RhVHc','GnOnk','parse','OHwUy','TmEGM','replace','QoveI','WGHJf','push','reportConnectivityIssue','reportConflictingEnvVarIssue','AgbpB','cachedErrorCodes','YIKSh','FCARn','YIIJo'];a54_0x16e7=function(){return _0x13befa;};return a54_0x16e7();}class ClientTroubleShootingService{static [a54_0x59808f(0x223)]=null;static [a54_0x59808f(0x1fb)]=new Set();static async[a54_0x59808f(0x229)](_0x618f81){const _0x3a42af=a54_0x59808f,_0xf529b3={};_0xf529b3[_0x3a42af(0x20f)]=function(_0xcbea61,_0x51d2bc){return _0xcbea61!==_0x51d2bc;};const _0x370828=_0xf529b3;try{if(BrowserstackCLI[_0x3a42af(0x238)]()[_0x3a42af(0x1e2)]()){const _0x2ec4d0=await GrpcClient[_0x3a42af(0x238)]()[_0x3a42af(0x1eb)](_0x618f81);if(_0x370828[_0x3a42af(0x20f)](_0x2ec4d0,null)&&_0x2ec4d0[_0x3a42af(0x1f6)]())return{'errorCode':_0x2ec4d0[_0x3a42af(0x1fe)](),'errorMessage':_0x2ec4d0['getErrorMessage']()};return{};}return{};}catch(_0x2cbf37){return this[_0x3a42af(0x230)]('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x618f81+':',_0x2cbf37),{};}}static async[a54_0x59808f(0x1e7)](){const _0x37f224=a54_0x59808f,_0x44794a={};_0x44794a[_0x37f224(0x201)]=function(_0x5172ef,_0x519c64){return _0x5172ef!==_0x519c64;},_0x44794a[_0x37f224(0x1df)]='base64',_0x44794a[_0x37f224(0x205)]=_0x37f224(0x1e4);const _0x34c221=_0x44794a;try{if(BrowserstackCLI[_0x37f224(0x238)]()[_0x37f224(0x1e2)]()){const _0x2026cc=await GrpcClient[_0x37f224(0x238)]()[_0x37f224(0x20d)]();if(_0x34c221[_0x37f224(0x201)](_0x2026cc,null)&&_0x2026cc[_0x37f224(0x1f6)]()){const _0x779a6=Buffer[_0x37f224(0x1ee)](_0x2026cc[_0x37f224(0x1f5)](),_0x34c221[_0x37f224(0x1df)])[_0x37f224(0x1f0)](),_0xad7876=_0x779a6?JSON[_0x37f224(0x219)](_0x779a6):[],_0x4908c1=_0x2026cc[_0x37f224(0x209)](),_0x5524ca=_0x2026cc[_0x37f224(0x206)](),_0x451418=Buffer[_0x37f224(0x1ee)](_0x2026cc[_0x37f224(0x1ed)](),_0x34c221['yGQpi'])['toString'](),_0x13f0e6=_0x451418?JSON[_0x37f224(0x219)](_0x451418):[],_0x13a8d0={};return _0x13a8d0[_0x37f224(0x244)]=_0xad7876,_0x13a8d0[_0x37f224(0x202)]=_0x4908c1,_0x13a8d0[_0x37f224(0x1f4)]=_0x5524ca,_0x13a8d0[_0x37f224(0x1ec)]=_0x13f0e6,_0x13a8d0;}const _0x1b565a={};return _0x1b565a[_0x37f224(0x244)]=[],_0x1b565a[_0x37f224(0x202)]='',_0x1b565a[_0x37f224(0x1f4)]='',_0x1b565a[_0x37f224(0x1ec)]=[],_0x1b565a;}const _0x415a7d={};return _0x415a7d[_0x37f224(0x244)]=[],_0x415a7d[_0x37f224(0x202)]='',_0x415a7d['finalErrorMessage']='',_0x415a7d[_0x37f224(0x1ec)]=[],_0x415a7d;}catch(_0x2e96ce){this[_0x37f224(0x230)](_0x34c221['qoTKQ'],_0x2e96ce);const _0x506db1={};return _0x506db1[_0x37f224(0x244)]=[],_0x506db1['documentationLink']='',_0x506db1[_0x37f224(0x1f4)]='',_0x506db1[_0x37f224(0x1ec)]=[],_0x506db1;}}static[a54_0x59808f(0x20e)](_0x4f92fe,_0x1d2e82){const _0x291d02=a54_0x59808f;logger[_0x291d02(0x213)](_0x4f92fe+':\x20'+_0x1d2e82);}static['checkForErrorsOccuredInCLI'](_0x4a67a4){const _0x2cb6a0=a54_0x59808f,_0x36ddb2={};_0x36ddb2[_0x2cb6a0(0x1e0)]=function(_0x4ac070,_0x2e3343){return _0x4ac070!=_0x2e3343;},_0x36ddb2['mfPfa']=function(_0x2c8b1e,_0x58d837){return _0x2c8b1e!=_0x58d837;},_0x36ddb2[_0x2cb6a0(0x1fc)]=function(_0x449fba,_0x27c020){return _0x449fba>_0x27c020;},_0x36ddb2[_0x2cb6a0(0x210)]=function(_0x2712cb,_0x144659){return _0x2712cb!=_0x144659;},_0x36ddb2[_0x2cb6a0(0x218)]=function(_0x1fafda,_0x328e07){return _0x1fafda!=_0x328e07;};const _0x541ad6=_0x36ddb2,_0x5cc151=[];if(_0x541ad6[_0x2cb6a0(0x1e0)](_0x4a67a4,null)&&_0x541ad6[_0x2cb6a0(0x236)](_0x4a67a4[_0x2cb6a0(0x1ec)],null)&&_0x541ad6['PZBaN'](_0x4a67a4['errorCodesOccurredInCLI'][_0x2cb6a0(0x1e3)],0x0))for(const _0x41b38b of _0x4a67a4[_0x2cb6a0(0x1ec)]){_0x541ad6[_0x2cb6a0(0x210)](_0x41b38b[_0x2cb6a0(0x227)],null)&&_0x541ad6['GnOnk'](_0x41b38b['errorMessage'],null)&&(_0x5cc151[_0x2cb6a0(0x21f)](_0x41b38b[_0x2cb6a0(0x227)]),this[_0x2cb6a0(0x20e)](_0x41b38b[_0x2cb6a0(0x227)],_0x41b38b[_0x2cb6a0(0x207)]));}return _0x5cc151;}static['getCachedErrorCodes'](){const _0x5b38ab=a54_0x59808f;return this[_0x5b38ab(0x223)];}static[a54_0x59808f(0x230)](_0x140e0a,_0x46d5e7){const _0x52c430=a54_0x59808f,_0x3d1153={};_0x3d1153[_0x52c430(0x203)]=function(_0x5d9e06,_0x2ad539){return _0x5d9e06===_0x2ad539;},_0x3d1153[_0x52c430(0x226)]='object';const _0x496001=_0x3d1153;if(_0x496001[_0x52c430(0x203)](typeof _0x46d5e7,_0x496001[_0x52c430(0x226)]))try{logger[_0x52c430(0x1f3)](_0x52c430(0x1e6)+_0x140e0a+'\x20'+JSON[_0x52c430(0x242)](_0x46d5e7));}catch(_0x4e4c03){logger[_0x52c430(0x1f3)](_0x52c430(0x1e6)+_0x140e0a+'\x20'+_0x46d5e7);}else logger['error']('[ClientTroubleShootingService]\x20'+_0x140e0a+'\x20'+_0x46d5e7);}static async[a54_0x59808f(0x235)](_0x283f98){const _0x2ea035=a54_0x59808f,_0x479571={};_0x479571[_0x2ea035(0x1f9)]='Process\x20Interruption',_0x479571[_0x2ea035(0x241)]=function(_0x44dd05,_0x1a8f35){return _0x44dd05===_0x1a8f35;},_0x479571[_0x2ea035(0x21e)]='Process\x20Interruption\x20details\x20not\x20found:',_0x479571['XcSrz']=_0x2ea035(0x234);const _0x4b94ca=_0x479571,_0x39dd76=await this[_0x2ea035(0x229)](_0x4b94ca[_0x2ea035(0x1f9)]);if(_0x4b94ca[_0x2ea035(0x241)](Object[_0x2ea035(0x245)](_0x39dd76)[_0x2ea035(0x1e3)],0x0)){this[_0x2ea035(0x230)](_0x4b94ca[_0x2ea035(0x21e)],_0x39dd76);return;}this[_0x2ea035(0x20e)](_0x39dd76[_0x2ea035(0x227)],_0x39dd76[_0x2ea035(0x207)][_0x2ea035(0x21c)](_0x4b94ca['XcSrz'],_0x283f98));}static async[a54_0x59808f(0x22e)](){const _0x18c55f=a54_0x59808f,_0x501208={};_0x501208[_0x18c55f(0x217)]=_0x18c55f(0x200),_0x501208[_0x18c55f(0x23a)]=function(_0x370320,_0x4cb5b1){return _0x370320===_0x4cb5b1;},_0x501208[_0x18c55f(0x21d)]=_0x18c55f(0x20b);const _0x2b9e85=_0x501208,_0x324fd0=await this[_0x18c55f(0x229)](_0x2b9e85[_0x18c55f(0x217)]);if(_0x2b9e85[_0x18c55f(0x23a)](Object[_0x18c55f(0x245)](_0x324fd0)['length'],0x0)){this[_0x18c55f(0x230)](_0x2b9e85[_0x18c55f(0x21d)],_0x324fd0);return;}this[_0x18c55f(0x20e)](_0x324fd0[_0x18c55f(0x227)],_0x324fd0['errorMessage']);}static async[a54_0x59808f(0x220)](){const _0x49c0d2=a54_0x59808f,_0x3ec9f8={};_0x3ec9f8[_0x49c0d2(0x1e1)]=_0x49c0d2(0x20a),_0x3ec9f8[_0x49c0d2(0x1e5)]=function(_0x26859e,_0xb5a18e){return _0x26859e===_0xb5a18e;},_0x3ec9f8[_0x49c0d2(0x1f8)]=_0x49c0d2(0x211);const _0x18c56d=_0x3ec9f8,_0x4630ae=await this[_0x49c0d2(0x229)](_0x18c56d[_0x49c0d2(0x1e1)]);if(_0x18c56d[_0x49c0d2(0x1e5)](Object[_0x49c0d2(0x245)](_0x4630ae)['length'],0x0)){this['logError'](_0x18c56d[_0x49c0d2(0x1f8)],_0x4630ae);return;}this['logSituation'](_0x4630ae[_0x49c0d2(0x227)],_0x4630ae[_0x49c0d2(0x207)]);}static async[a54_0x59808f(0x228)](){const _0x1a686f=a54_0x59808f,_0x5ddd1c={};_0x5ddd1c[_0x1a686f(0x22d)]='ssl\x20cert\x20issue',_0x5ddd1c['rJIVA']=function(_0x4bb776,_0x10506a){return _0x4bb776===_0x10506a;},_0x5ddd1c[_0x1a686f(0x214)]=_0x1a686f(0x22a);const _0x52b401=_0x5ddd1c,_0x37dbcf=await this[_0x1a686f(0x229)](_0x52b401[_0x1a686f(0x22d)]);if(_0x52b401[_0x1a686f(0x1f2)](Object[_0x1a686f(0x245)](_0x37dbcf)[_0x1a686f(0x1e3)],0x0)){this[_0x1a686f(0x230)](_0x52b401[_0x1a686f(0x214)],_0x37dbcf);return;}this[_0x1a686f(0x20e)](_0x37dbcf[_0x1a686f(0x227)],_0x37dbcf['errorMessage']);}static[a54_0x59808f(0x233)](){const _0x3e7e58=a54_0x59808f,_0x9e6733={};_0x9e6733[_0x3e7e58(0x21b)]='.browserstack\x20folder\x20not\x20accessible',_0x9e6733[_0x3e7e58(0x23c)]=function(_0x51fc28,_0x3643a7){return _0x51fc28===_0x3643a7;},_0x9e6733[_0x3e7e58(0x21a)]='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x476cf7=_0x9e6733,_0x443645=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x476cf7['TmEGM']];if(_0x476cf7[_0x3e7e58(0x23c)](Object[_0x3e7e58(0x245)](_0x443645)['length'],0x0)){this['logError'](_0x476cf7[_0x3e7e58(0x21a)],_0x443645);return;}this[_0x3e7e58(0x1fb)][_0x3e7e58(0x1f1)](_0x443645[0x0]),this[_0x3e7e58(0x20e)](_0x443645[0x0],_0x443645[0x1]);}static async[a54_0x59808f(0x221)](_0x5048ee){const _0x2b60fc=a54_0x59808f,_0x576be3={};_0x576be3['shSoF']=_0x2b60fc(0x22f),_0x576be3[_0x2b60fc(0x239)]=function(_0x3674a1,_0xa7dff5){return _0x3674a1===_0xa7dff5;},_0x576be3[_0x2b60fc(0x225)]=_0x2b60fc(0x22c),_0x576be3[_0x2b60fc(0x1e9)]='{ENV_VAR}';const _0x1caca5=_0x576be3,_0x13417f=await this[_0x2b60fc(0x229)](_0x1caca5[_0x2b60fc(0x208)]);if(_0x1caca5['BrmPv'](Object[_0x2b60fc(0x245)](_0x13417f)[_0x2b60fc(0x1e3)],0x0)){this[_0x2b60fc(0x230)](_0x1caca5[_0x2b60fc(0x225)],_0x13417f);return;}const _0x3e64c9=_0x13417f[_0x2b60fc(0x207)][_0x2b60fc(0x21c)](_0x1caca5[_0x2b60fc(0x1e9)],_0x5048ee);this[_0x2b60fc(0x20e)](_0x13417f[_0x2b60fc(0x227)],_0x3e64c9);}static async[a54_0x59808f(0x1f7)](){const _0x4bdf7d=a54_0x59808f,_0x42d270={};_0x42d270[_0x4bdf7d(0x224)]=function(_0x17c717,_0x27be05){return _0x17c717>_0x27be05;},_0x42d270[_0x4bdf7d(0x222)]=function(_0x4873d6,_0x41633a){return _0x4873d6>_0x41633a;},_0x42d270[_0x4bdf7d(0x1fd)]=_0x4bdf7d(0x232),_0x42d270[_0x4bdf7d(0x215)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x1d862f=_0x42d270,_0x2f26ca=await this['getAggregatedErrorCodes'](),_0x1c96af=this[_0x4bdf7d(0x243)](_0x2f26ca),_0x3f8155=Array[_0x4bdf7d(0x212)](_0x2f26ca['errorCodes'])?_0x2f26ca[_0x4bdf7d(0x244)]:[],_0x58c64f=_0x1d862f[_0x4bdf7d(0x224)](this[_0x4bdf7d(0x1fb)][_0x4bdf7d(0x23e)],0x0)?Array['from'](this[_0x4bdf7d(0x1fb)]):[],_0x29e388=new Set([..._0x3f8155,..._0x1c96af,..._0x58c64f]),_0x501d4b=Array[_0x4bdf7d(0x1ee)](_0x29e388);if(_0x1d862f[_0x4bdf7d(0x222)](_0x501d4b[_0x4bdf7d(0x1e3)],0x0)){const _0x5aeb0d=_0x2f26ca[_0x4bdf7d(0x1f4)]['replace'](_0x1d862f['pWKay'],_0x501d4b[_0x4bdf7d(0x237)](',\x20'))[_0x4bdf7d(0x21c)](_0x1d862f[_0x4bdf7d(0x215)],_0x2f26ca[_0x4bdf7d(0x202)]);logger['warn'](_0x5aeb0d),this['cachedErrorCodes']=_0x501d4b;}}}module[a54_0x59808f(0x1e8)]=ClientTroubleShootingService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a55_0x4c7fba=a55_0x5d7a;function a55_0x2edb(){const _0x529b30=['AI_INIT_FAILURE','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BROWSERSTACK_ENV','use','browserstack.overridelocalInfo.userAuthToken','BSTACK_URL','0|1|6|3|5|12|2|8|4|9|10|7|11','VANILLA','SELF_SIGNED_CERT_IN_CHAIN','accessibilityOptions','https://apidevtestops.bsstag.com','https://edsstaging.bsstag.com','CODECEPT','ERR_BLOCKED_BY_CLIENT','browserVersion','unable\x20to\x20verify\x20the\x20first\x20certificate','ERR_PROXY_CONNECTION_FAILED','observability','22852DLJkwF','https://observability-devtestops.bsstag.com','ERR_NAME_NOT_RESOLVED','https://api-preprod.bsstag.com','browserstackLocal','percyScreenshot','https://api-cloud.browserstack.com','TCG_AUTH_FAILURE','BSTACK_DELTA','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','app-automate','wss://cdp-devtestops.bsstag.com/playwright?caps=','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BROWSERSTACK_APP_AUTOMATE_URL','ERR_SOCKS_CONNECTION_FAILED','pageLoadStrategy','90aUkQIv','TEST_FRAMEWORK_HOOK_TIMEOUT','ObservabilitySync','playwright','CUSTOM_ID_REGEX','A11Y_SCAN','ERR_TUNNEL_CONNECTION_FAILED','ERR_TLS_CERT_ALTNAME_INVALID','toLowerCase','edgeOptions','staging','browserStackLocalOptions','.browserstack\x20folder\x20not\x20accessible','.aab','USER_CONFIG_DETAILS_PATH','browserstackAutomation','ROOT_CAPS','bsstag.com','proxyUser','accessibility','SDKTestInvalidTcgAuthResponseWithUserImpact','wss://cdp.browserstack.com/playwright?caps=','browserstack-ats.com','https://upload-observability-devtestops-ssi.bsstag.com','69oHKkCz','authToken','percy','CLI_SUPPORTED_FRAMEWORKS','strictFileInteractability','proxyPassword','APP_UPLOAD_URL','pre-prod','ERR_ADDRESS_INVALID','AUTOLOGCAPTURE_NOTIFICATION','https://app-automate.browserstack.com/dashboard/v2/builds/','ERR_CONNECTION_FAILED','jest','ERR_ADDRESS_UNREACHABLE','660863OHaDVD','A11Y_GET_RESULTS','automate','GIT_META_DATA_TRUNCATED','https://api-cloud-devtestops.bsstag.com','prod','bsstag','SDKTestInitFailedResponse','firefoxOptions','REDACTED_KEYS','mocha','INVALID_INIT_RESP_WITH_USER_IMPACT','/usage-debug.log','ROOT_REGEX','PLAYWRIGHT_TRACE_LOGS','ERR_TIMED_OUT','VALID_APP_EXTENSION','stag','customVariables','PACKAGE_TYPE','wss://cdp-preprod.bsstag.com/playwright?caps=','UPDATED_CLI_ENDPOINT','SDK-GEN-001','SDK_INSTRUMENTATION_CONFIG','Cucumber-JS','SHAREABLE_ID_REGEX','userName','ERR_CONNECTION_RESET','CODECEPTJS','.ipa','INFO','LOG_FILE_NAME','vanilla','PERCY_SUPPORTED_FRAMEWORKS','PRIVATE_DOMAIN_OR_IP_REGEX','SET_TCG_TOKEN_TIMEOUT','acceptSslCert','ERR_CONNECTION_CLOSED','Run\x20jest\x20tests\x20on\x20browserstack','httpProxy','unhandledPromptBehavior','self\x20signed\x20certificate','accessKey','mandatoryDependency','https://automate-preprod.bsstag.com/dashboard/v2/builds/','FRAMEWORKS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','CUCUMBER','certificate\x20has\x20expired','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK_AUTOMATE_URL','browserstack.userName','parallelsPerPlatform','turboScaleOptions','unable\x20to\x20get\x20local\x20issuer\x20certificate','AUTOMATE','CLIENT_TROUBLESHOOTING_HASH','SDKTestTcgProxyFailure','0|8|11|7|9|2|4|1|6|10|5|12|3','DEPTH_ZERO_SELF_SIGNED_CERT','GLOBAL_AGENT_HTTP_PROXY','117009fjZYEi','CONNECTIVITY_ISSUE_ERROR_CODES','testObservability','O11Y_URL','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://tcg-preprod.bsstag.com','[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.','acceptSslCerts','testOrchestrationOptions','Mocha','ATS_HUB_URL_REGEX','turboScale','BSTACK_ATS_URL','^[a-zA-Z0-9_.-]*$','framework','percyOptions','browserName','ieOptions','Playwright','Run\x20playwright\x20tests\x20on\x20Browserstack','Upgrade\x20required','PLAYWRIGHT_HUB_URL','JEST','AI_PROXY_FAILURE','SDKTestTcgDownResponse','SSL_ERROR_CODES','root','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxySettings','INTERNALLY_USED_ENV_VARS','OBSERVABILITY_UPLOAD_URL','hubUrl','proxyUrl','EDS_URL','testObservabilityOptions','12473593WCqaJQ','https://upload-observability-preprod.bsstag.com','BROWSERSTACK','codeceptjs-cucumber','testContextOptions','ETXTBSY','Run\x20mocha\x20tests\x20on\x20browserstack','VERSION','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','FUNNEL_INSTRUMENTATION_API_URL','chromeOptions','HEALING_FAILURE_TIMEOUT','ERR_NAME_RESOLUTION_FAILED','.apk','CODECEPT_CUCUMBER','invalidKeys','6kNwacn','PLAYWRIGHT','SDKTestTcgtInitSuccessful','755425NSYokM','preprod','MAX_GIT_META_DATA_SIZE_IN_BYTES','HUB_URL_REGEX','testReportingOptions','A11Y_GET_RESULTS_SUMMARY','exports','testReporting','10czXFdc','sdk/v1/event','cucumber','HEALING_LOG_DATA_TIMEOUT','EBUSY','BROWSERSTACK_API_URL','https://hub.browserstack.com/wd/hub','Run\x20codeceptjs\x20tests\x20on\x20browserstack','AUTOMATION_LOG_COMMANDS','MODULE','AUTOMATE_PRODUCTS','HST','CI_ARTIFACTS_PATH','ERR_CONNECTION_TIMED_OUT','TCG_URL','ERR_CONNECTION_ABORTED','3148716rNBFJE','logLevel','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','BINARY_BUSY_ERROR_CODES','browserstack.accessKey','ERR_NETWORK_CHANGED','rerunTests','UPGRADE_REQUIRED','split','percyCaptureMode','119976BONAWi','browserstack','httpsProxy','https://hub-preprod.bsstag.com/wd/hub','...[TRUNCATED]','TEST_REPORTING_ANALYTICS','automation','https://api.browserstack.com','Specify\x20--help\x20for\x20available\x20options','codeceptjs','DEBUG_LOG_FILE_NAME','disableAutoCaptureLogs'];a55_0x2edb=function(){return _0x529b30;};return a55_0x2edb();}function a55_0x5d7a(_0x97da1b,_0x5f0026){const _0x2edb9e=a55_0x2edb();return a55_0x5d7a=function(_0x5d7ac6,_0x5e5b35){_0x5d7ac6=_0x5d7ac6-0x8b;let _0x406820=_0x2edb9e[_0x5d7ac6];return _0x406820;},a55_0x5d7a(_0x97da1b,_0x5f0026);}(function(_0x5b78be,_0x5eb327){const _0x348d4b=a55_0x5d7a,_0x22f94f=_0x5b78be();while(!![]){try{const _0x388125=-parseInt(_0x348d4b(0x146))/0x1*(parseInt(_0x348d4b(0x8f))/0x2)+-parseInt(_0x348d4b(0xfb))/0x3*(-parseInt(_0x348d4b(0xd3))/0x4)+-parseInt(_0x348d4b(0x92))/0x5+-parseInt(_0x348d4b(0xaa))/0x6+-parseInt(_0x348d4b(0x109))/0x7+-parseInt(_0x348d4b(0xb5))/0x8*(-parseInt(_0x348d4b(0xe3))/0x9)+parseInt(_0x348d4b(0x9a))/0xa*(parseInt(_0x348d4b(0x16a))/0xb);if(_0x388125===_0x5eb327)break;else _0x22f94f['push'](_0x22f94f['shift']());}catch(_0x5a57b2){_0x22f94f['push'](_0x22f94f['shift']());}}}(a55_0x2edb,0x47c89));const a55_0x652519={};a55_0x652519['INFO']='shows\x20version\x20information',a55_0x652519['HELP']=a55_0x4c7fba(0xbd);const a55_0x20f827={};a55_0x20f827[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x12f);const a55_0x129e17={};a55_0x129e17[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x170);const a55_0x5a3c48={};a55_0x5a3c48[a55_0x4c7fba(0x127)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0xbca832={};a55_0xbca832[a55_0x4c7fba(0x127)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x591bfc={};a55_0x591bfc[a55_0x4c7fba(0x127)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0x2631b8={};a55_0x2631b8[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x15a);const a55_0xea239e={};a55_0xea239e['INFO']=a55_0x4c7fba(0xa1);const a55_0x4e32ba={};a55_0x4e32ba[a55_0x4c7fba(0x127)]=a55_0x4c7fba(0x14a);const a55_0x5387f6={};a55_0x5387f6[a55_0x4c7fba(0x127)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x3ff7e1={};a55_0x3ff7e1[a55_0x4c7fba(0x90)]=a55_0x4c7fba(0x159),a55_0x3ff7e1['MOCHA']=a55_0x4c7fba(0x113),a55_0x3ff7e1[a55_0x4c7fba(0x15d)]=a55_0x4c7fba(0x107),a55_0x3ff7e1[a55_0x4c7fba(0xcd)]=a55_0x4c7fba(0xbe),a55_0x3ff7e1[a55_0x4c7fba(0x8d)]=a55_0x4c7fba(0x16d),a55_0x3ff7e1[a55_0x4c7fba(0x138)]=a55_0x4c7fba(0x9c),a55_0x3ff7e1['VANILLA']=a55_0x4c7fba(0x129);const a55_0x354e07={};a55_0x354e07[a55_0x4c7fba(0x8e)]=a55_0x4c7fba(0x13a),a55_0x354e07['uniqueDependency']=a55_0x4c7fba(0x172),a55_0x354e07[a55_0x4c7fba(0x134)]=a55_0x4c7fba(0x162),a55_0x354e07['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x512b71={};a55_0x512b71['COMMONJS']='commonjs',a55_0x512b71[a55_0x4c7fba(0xa3)]='module';const a55_0x352a94={};a55_0x352a94[a55_0x4c7fba(0x150)]=0xfde8,a55_0x352a94[a55_0x4c7fba(0x121)]=0xfde8,a55_0x352a94['Jest']=0x186a0;const a55_0x4398f6={};a55_0x4398f6[a55_0x4c7fba(0x161)]=[a55_0x4c7fba(0x123),a55_0x4c7fba(0x133),'httpProxy',a55_0x4c7fba(0xb7),a55_0x4c7fba(0x11b),a55_0x4c7fba(0x13c),a55_0x4c7fba(0xaf),a55_0x4c7fba(0x100),a55_0x4c7fba(0xfc),a55_0x4c7fba(0x167),a55_0x4c7fba(0xc5)],a55_0x4398f6[a55_0x4c7fba(0xee)]=[a55_0x4c7fba(0xf5),'proxyPass','localProxyUser','localProxyPass'];const a55_0x29066b={};a55_0x29066b['browserstackLocal']=a55_0x4c7fba(0xd7),a55_0x29066b[a55_0x4c7fba(0xee)]=a55_0x4c7fba(0xee),a55_0x29066b['localOptions']='browserStackLocalOptions',a55_0x29066b['parallelsPerPlatform']=a55_0x4c7fba(0x13d),a55_0x29066b['platforms']='platforms',a55_0x29066b[a55_0x4c7fba(0xab)]=a55_0x4c7fba(0xab),a55_0x29066b[a55_0x4c7fba(0x130)]=a55_0x4c7fba(0x130),a55_0x29066b[a55_0x4c7fba(0xb7)]=a55_0x4c7fba(0xb7),a55_0x29066b[a55_0x4c7fba(0x155)]=a55_0x4c7fba(0x155),a55_0x29066b['testContextOptions']=a55_0x4c7fba(0x16e),a55_0x29066b[a55_0x4c7fba(0x148)]=a55_0x4c7fba(0x148),a55_0x29066b[a55_0x4c7fba(0x99)]=a55_0x4c7fba(0x99),a55_0x29066b[a55_0x4c7fba(0x169)]='testObservabilityOptions',a55_0x29066b[a55_0x4c7fba(0x96)]=a55_0x4c7fba(0x96),a55_0x29066b['customVariables']=a55_0x4c7fba(0x11b),a55_0x29066b[a55_0x4c7fba(0xbb)]=a55_0x4c7fba(0xf2),a55_0x29066b[a55_0x4c7fba(0xf2)]=a55_0x4c7fba(0xf2),a55_0x29066b['rerunTests']=a55_0x4c7fba(0xb1),a55_0x29066b[a55_0x4c7fba(0xfd)]=a55_0x4c7fba(0xfd),a55_0x29066b[a55_0x4c7fba(0x156)]=a55_0x4c7fba(0x156),a55_0x29066b[a55_0x4c7fba(0xb4)]=a55_0x4c7fba(0xb4),a55_0x29066b['disableAutoCaptureLogs']=a55_0x4c7fba(0xc0),a55_0x29066b[a55_0x4c7fba(0xf6)]=a55_0x4c7fba(0xf6),a55_0x29066b[a55_0x4c7fba(0xca)]=a55_0x4c7fba(0xca),a55_0x29066b[a55_0x4c7fba(0x152)]='turboScale',a55_0x29066b[a55_0x4c7fba(0x13e)]='turboScaleOptions',a55_0x29066b[a55_0x4c7fba(0x163)]=a55_0x4c7fba(0x163),a55_0x29066b[a55_0x4c7fba(0x14f)]='testOrchestrationOptions';const a55_0x3e3c5f={};a55_0x3e3c5f[a55_0x4c7fba(0xef)]=[a55_0x4c7fba(0x11f),a55_0x4c7fba(0x14d)];const a55_0x1a1114={};a55_0x1a1114[a55_0x4c7fba(0x171)]=a55_0x652519,a55_0x1a1114['JEST']=a55_0x20f827,a55_0x1a1114['MOCHA']=a55_0x129e17,a55_0x1a1114['CUCUMBER']=a55_0x5a3c48,a55_0x1a1114[a55_0x4c7fba(0xc8)]=a55_0xbca832,a55_0x1a1114['NIGHTWATCH']=a55_0x591bfc,a55_0x1a1114[a55_0x4c7fba(0x90)]=a55_0x2631b8,a55_0x1a1114[a55_0x4c7fba(0x125)]=a55_0xea239e,a55_0x1a1114[a55_0x4c7fba(0xa5)]=a55_0x4e32ba,a55_0x1a1114['INTEGRATIONS']=a55_0x5387f6,a55_0x1a1114[a55_0x4c7fba(0xdb)]=0xf*0x3c*0x3e8,a55_0x1a1114['hubUrl']=a55_0x4c7fba(0xa0),a55_0x1a1114[a55_0x4c7fba(0xa8)]='https://tcg.browserstack.com',a55_0x1a1114['TCG_REGION']=a55_0x4c7fba(0xc4),a55_0x1a1114['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x1a1114[a55_0x4c7fba(0x151)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x1a1114['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x1a1114[a55_0x4c7fba(0xf3)]=['acceptInsecureCerts',a55_0x4c7fba(0xe2),a55_0x4c7fba(0xff),a55_0x4c7fba(0x131),'timeouts',a55_0x4c7fba(0x157),a55_0x4c7fba(0xcf),a55_0x4c7fba(0x14e),a55_0x4c7fba(0x12d),a55_0x4c7fba(0x174),a55_0x4c7fba(0x111),a55_0x4c7fba(0xec),a55_0x4c7fba(0x158)],a55_0x1a1114[a55_0x4c7fba(0x116)]=/^[\w-]+:.*$/,a55_0x1a1114[a55_0x4c7fba(0x12b)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x1a1114[a55_0x4c7fba(0x168)]='https://eds.browserstack.com',a55_0x1a1114[a55_0x4c7fba(0x9f)]=a55_0x4c7fba(0xbc),a55_0x1a1114['APP_UPLOAD_URL']=a55_0x4c7fba(0xd9),a55_0x1a1114[a55_0x4c7fba(0x11e)]='sdk/v1/update_cli',a55_0x1a1114[a55_0x4c7fba(0x173)]=a55_0x4c7fba(0x9b),a55_0x1a1114[a55_0x4c7fba(0xa4)]=[a55_0x4c7fba(0x10b),a55_0x4c7fba(0xd2)],a55_0x1a1114['APP_AUTOMATE_PRODUCTS']=[a55_0x4c7fba(0xdd),'observability'],a55_0x1a1114[a55_0x4c7fba(0xdf)]=[a55_0x4c7fba(0xd2)],a55_0x1a1114['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a55_0x1a1114['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x4c7fba(0x113),a55_0x4c7fba(0x159)],a55_0x1a1114[a55_0x4c7fba(0x140)]=[a55_0x4c7fba(0x10b)],a55_0x1a1114[a55_0x4c7fba(0x13b)]='https://automate.browserstack.com/dashboard/v2/builds/',a55_0x1a1114[a55_0x4c7fba(0xe0)]=a55_0x4c7fba(0x105),a55_0x1a1114['APP_AUTOMATE']=[a55_0x4c7fba(0xdd)],a55_0x1a1114['NUDGE_LOCAL_ERRORS']=['ERR_FAILED',a55_0x4c7fba(0x118),a55_0x4c7fba(0xce),a55_0x4c7fba(0xb0),'ERR_SOCKET_NOT_CONNECTED',a55_0x4c7fba(0x12e),a55_0x4c7fba(0x124),'ERR_CONNECTION_REFUSED',a55_0x4c7fba(0xa9),a55_0x4c7fba(0x106),'ERR_NAME_NOT_RESOLVED',a55_0x4c7fba(0x103),a55_0x4c7fba(0x108),a55_0x4c7fba(0xe9),a55_0x4c7fba(0xa7),a55_0x4c7fba(0xe1),a55_0x4c7fba(0xdc),a55_0x4c7fba(0xd1),a55_0x4c7fba(0xd5),a55_0x4c7fba(0x8b),a55_0x4c7fba(0xc2)],a55_0x1a1114[a55_0x4c7fba(0x119)]=[a55_0x4c7fba(0x8c),a55_0x4c7fba(0xf0),a55_0x4c7fba(0x126)],a55_0x1a1114[a55_0x4c7fba(0xe7)]=a55_0x4c7fba(0x154),a55_0x1a1114[a55_0x4c7fba(0x122)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x1a1114[a55_0x4c7fba(0xa6)]='./browserstack-artifacts/',a55_0x1a1114[a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0xf8),a55_0x1a1114[a55_0x4c7fba(0x136)]=a55_0x3ff7e1,a55_0x1a1114[a55_0x4c7fba(0x12a)]=[a55_0x4c7fba(0x107),a55_0x4c7fba(0x113)],a55_0x1a1114['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x354e07,a55_0x1a1114[a55_0x4c7fba(0x104)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x1a1114[a55_0x4c7fba(0x11c)]=a55_0x512b71,a55_0x1a1114[a55_0x4c7fba(0x94)]=0x40*0x400,a55_0x1a1114[a55_0x4c7fba(0x10c)]=a55_0x4c7fba(0xb9),a55_0x1a1114[a55_0x4c7fba(0xb2)]=a55_0x4c7fba(0x15b),a55_0x1a1114['TCG_DOWN']=a55_0x4c7fba(0x15f),a55_0x1a1114[a55_0x4c7fba(0x114)]=a55_0x4c7fba(0xf7),a55_0x1a1114[a55_0x4c7fba(0xda)]='SDKTestTcgAuthFailure',a55_0x1a1114['AI_INIT_SUCCESSFUL']=a55_0x4c7fba(0x91),a55_0x1a1114[a55_0x4c7fba(0xc1)]=a55_0x4c7fba(0x110),a55_0x1a1114[a55_0x4c7fba(0x15e)]=a55_0x4c7fba(0x142),a55_0x1a1114['TCG_AUTH_TIMEOUT']=0x1388,a55_0x1a1114[a55_0x4c7fba(0x12c)]=0x1388,a55_0x1a1114[a55_0x4c7fba(0x9d)]=0x1388,a55_0x1a1114[a55_0x4c7fba(0x175)]=0x1388,a55_0x1a1114['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x1a1114[a55_0x4c7fba(0xe4)]=a55_0x352a94,a55_0x1a1114[a55_0x4c7fba(0x112)]=a55_0x4398f6,a55_0x1a1114['AI_ENABLED_FRAMEWORK']=[a55_0x4c7fba(0x129),a55_0x4c7fba(0xbe)],a55_0x1a1114[a55_0x4c7fba(0x120)]=a55_0x29066b,a55_0x1a1114[a55_0x4c7fba(0x128)]='/usage.log',a55_0x1a1114[a55_0x4c7fba(0xbf)]=a55_0x4c7fba(0x115),a55_0x1a1114[a55_0x4c7fba(0xc6)]='browserstack.com',a55_0x1a1114[a55_0x4c7fba(0x153)]=a55_0x4c7fba(0xf9),a55_0x1a1114['O11Y_URL']='https://automation.browserstack.com',a55_0x1a1114[a55_0x4c7fba(0xba)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x1a1114[a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0xb6),a55_0x1a1114[a55_0x4c7fba(0xfe)]=[a55_0x4c7fba(0xe6),a55_0x4c7fba(0x9c),a55_0x4c7fba(0x107)],a55_0x1a1114[a55_0x4c7fba(0xa2)]=[a55_0x4c7fba(0xe8),a55_0x4c7fba(0x97),a55_0x4c7fba(0x10a),'A11Y_SAVE_RESULTS',a55_0x4c7fba(0xd8),a55_0x4c7fba(0xe5)],a55_0x1a1114[a55_0x4c7fba(0x117)]=a55_0x4c7fba(0x117),a55_0x1a1114['SSL_ERROR_MESSAGES']=[a55_0x4c7fba(0x132),a55_0x4c7fba(0xd0),a55_0x4c7fba(0x139),a55_0x4c7fba(0x13f),a55_0x4c7fba(0xea),a55_0x4c7fba(0x144)],a55_0x1a1114[a55_0x4c7fba(0x160)]=[a55_0x4c7fba(0xc9),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x4c7fba(0x137),'CERT_HAS_EXPIRED','ERR_TLS_CERT_ALTNAME_INVALID',a55_0x4c7fba(0xac)],a55_0x1a1114[a55_0x4c7fba(0x147)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x1a1114[a55_0x4c7fba(0x141)]=a55_0x3e3c5f,a55_0x1a1114[a55_0x4c7fba(0x164)]=[a55_0x4c7fba(0x145),'GLOBAL_AGENT_NO_PROXY',a55_0x4c7fba(0xf1)],a55_0x1a1114[a55_0x4c7fba(0xae)]=[a55_0x4c7fba(0x16f),a55_0x4c7fba(0x9e)],module[a55_0x4c7fba(0x98)]=a55_0x1a1114;const _env=(process['env'][a55_0x4c7fba(0xc3)]||a55_0x4c7fba(0x10e))[a55_0x4c7fba(0xeb)]();if(_env===a55_0x4c7fba(0xed)||_env===a55_0x4c7fba(0x11a)){const gZcguY=a55_0x4c7fba(0x143)[a55_0x4c7fba(0xb3)]('|');let KEFLBx=0x0;while(!![]){switch(gZcguY[KEFLBx++]){case'0':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x166)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'1':module['exports'][a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0xde);continue;case'2':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xe0)]=a55_0x4c7fba(0xad);continue;case'3':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0x10f);continue;case'4':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x101)]=a55_0x4c7fba(0x10d);continue;case'5':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x165)]=a55_0x4c7fba(0xfa);continue;case'6':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xc6)]=a55_0x4c7fba(0xf4);continue;case'7':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x95)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x4c7fba(0x98)]['BROWSERSTACK_API_URL']=a55_0x4c7fba(0xcb);continue;case'9':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x13b)]=a55_0x4c7fba(0x14b);continue;case'10':module['exports'][a55_0x4c7fba(0x149)]=a55_0x4c7fba(0xd4);continue;case'11':module['exports']['TCG_URL']='https://tcg.bsstag.com';continue;case'12':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x168)]='https://edsstaging.bsstag.com';continue;}break;}}else{if(_env===a55_0x4c7fba(0x93)||_env===a55_0x4c7fba(0x102)){const oZWdWz=a55_0x4c7fba(0xc7)[a55_0x4c7fba(0xb3)]('|');let wctAjt=0x0;while(!![]){switch(oZWdWz[wctAjt++]){case'0':module['exports'][a55_0x4c7fba(0x166)]=a55_0x4c7fba(0xb8);continue;case'1':module['exports'][a55_0x4c7fba(0x9f)]=a55_0x4c7fba(0xd6);continue;case'2':module['exports'][a55_0x4c7fba(0x101)]='https://api-preprod.bsstag.com';continue;case'3':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x95)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xc6)]='bsstag.com';continue;case'5':module[a55_0x4c7fba(0x98)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x4c7fba(0x135);continue;case'6':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0xa8)]=a55_0x4c7fba(0x14c);continue;case'7':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x168)]=a55_0x4c7fba(0xcc);continue;case'8':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x15c)]=a55_0x4c7fba(0x11d);continue;case'9':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x149)]='https://automation-preprod.bsstag.com';continue;case'10':module[a55_0x4c7fba(0x98)]['OBSERVABILITY_UPLOAD_URL']=a55_0x4c7fba(0x16b);continue;case'11':module[a55_0x4c7fba(0x98)][a55_0x4c7fba(0x16c)]=a55_0x4c7fba(0x10f);continue;case'12':module['exports'][a55_0x4c7fba(0xe0)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
|
|
1
|
+
const a55_0x356f66=a55_0x73e1;(function(_0xcde430,_0x500c54){const _0x12dcd3=a55_0x73e1,_0x50db0e=_0xcde430();while(!![]){try{const _0x188586=-parseInt(_0x12dcd3(0x1bf))/0x1+parseInt(_0x12dcd3(0x1fb))/0x2+-parseInt(_0x12dcd3(0x14a))/0x3*(-parseInt(_0x12dcd3(0x13d))/0x4)+-parseInt(_0x12dcd3(0x1ac))/0x5+-parseInt(_0x12dcd3(0x179))/0x6+parseInt(_0x12dcd3(0x136))/0x7+parseInt(_0x12dcd3(0x160))/0x8*(parseInt(_0x12dcd3(0x121))/0x9);if(_0x188586===_0x500c54)break;else _0x50db0e['push'](_0x50db0e['shift']());}catch(_0x59d686){_0x50db0e['push'](_0x50db0e['shift']());}}}(a55_0x14c6,0xa9808));const a55_0x36d9b9={};function a55_0x14c6(){const _0x769fcd=['CUSTOM_ID_REGEX','INVALID_INIT_RESP_WITH_USER_IMPACT','ERR_CONNECTION_CLOSED','^[a-zA-Z0-9_.-]*$','CODECEPT','framework','DEPTH_ZERO_SELF_SIGNED_CERT','ERR_SOCKET_NOT_CONNECTED','wss://cdp-preprod.bsstag.com/playwright?caps=','percy','sdk/v1/update_cli','https://observability-devtestops.bsstag.com','invalidKeys','prod','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','localProxyUser','TEST\x20REPORTING\x20AND\x20ANALYTICS','ERR_NETWORK_CHANGED','EBUSY','bsstag','testReporting','self\x20signed\x20certificate','cucumber','AI_PROXY_FAILURE','A11Y_GET_RESULTS_SUMMARY','UPDATED_CLI_ENDPOINT','9IMolJB','unable\x20to\x20get\x20local\x20issuer\x20certificate','APP_AUTOMATE','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','proxySettings','percyCaptureMode','unhandledPromptBehavior','CI_ARTIFACTS_PATH','proxyUrl','A11Y_GET_RESULTS','AUTOMATION_LOG_COMMANDS','pageLoadStrategy','ROOT_CAPS','.browserstack\x20folder\x20not\x20accessible','SDKTestInitFailedResponse','INTEGRATIONS','browserstackLocal','toLowerCase','ERR_CONNECTION_TIMED_OUT','acceptInsecureCerts','PLAYWRIGHT_CONFIG_OPTION_ERRORS','2252138Dnrfxk','[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.','codeceptjs','EDS_URL','bsstag.com','ERR_TIMED_OUT','firefoxOptions','137012grSNMa','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','ERR_NAME_RESOLUTION_FAILED','...[TRUNCATED]','wss://cdp-devtestops.bsstag.com/playwright?caps=','BSTACK_ATS_URL','codeceptjs-cucumber','TCG_AUTH_FAILURE','Cucumber-JS','https://api-preprod.bsstag.com','HUB_URL_REGEX','browserName','Playwright','48pMMUsY','logLevel','preprod','JEST','ERR_CONNECTION_REFUSED','CODECEPT_CUCUMBER','APP_UPLOAD_URL','turboScaleOptions','browserStackLocalOptions','.ipa','CONNECTIVITY_ISSUE_ERROR_CODES','SHAREABLE_ID_REGEX','root','SDK-GEN-001','sdk/v1/event','browserVersion','certificate\x20has\x20expired','LOG_FILE_NAME','httpsProxy','hubUrl','app-automate','jest','13080944mPlaLC','APP_AUTOMATE_PRODUCTS','httpProxy','/usage.log','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_ADDRESS_UNREACHABLE','commonjs','GIT_META_DATA_TRUNCATED','proxyPass','DEBUG_LOG_FILE_NAME','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','OBSERVABILITY_UPLOAD_URL','PLAYWRIGHT','SSL_ERROR_CODES','https://edsstaging.bsstag.com','ETXTBSY','BROWSERSTACK_ENV','INFO','https://api-cloud-devtestops.bsstag.com','TCG_REGION','ObservabilitySync','VALID_APP_EXTENSION','Run\x20jest\x20tests\x20on\x20browserstack','HEALING_FAILURE_TIMEOUT','GLOBAL_AGENT_NO_PROXY','6364146Fxefsx','BINARY_BUSY_ERROR_CODES','accessibilityOptions','TEST_REPORTING_ANALYTICS','ERR_BLOCKED_BY_CLIENT','Run\x20nightwatch\x20tests\x20on\x20browserstack','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','parallelsPerPlatform','A11Y_SCAN','NUDGE_LOCAL_ERRORS','https://automate.browserstack.com/dashboard/v2/builds/','SDKTestTcgtInitSuccessful','testReportingOptions','browserstack-ats.com','ERR_SOCKS_CONNECTION_FAILED','TCG_URL','authToken','VANILLA','TEST_FRAMEWORK_HOOK_TIMEOUT','use','GLOBAL_AGENT_HTTP_PROXY','ATS_WSS_URL_REGEX','https://upload-observability-preprod.bsstag.com','automate','BSTACK_URL','browserstackAutomation','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack.com','percyOptions','https://api.browserstack.com','UNABLE_TO_VERIFY_LEAF_SIGNATURE','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://hub-preprod.bsstag.com/wd/hub','module','rerunTests','CLI_SUPPORTED_FRAMEWORKS','shows\x20version\x20information','ERR_CONNECTION_FAILED','https://hub.browserstack.com/wd/hub','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','AI_INIT_SUCCESSFUL','https://apidevtestops.bsstag.com','platforms','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','COMMONJS','PLAYWRIGHT_TRACE_LOGS','SDKTestTcgProxyFailure','MAX_GIT_META_DATA_SIZE_IN_BYTES','https://automate-preprod.bsstag.com/dashboard/v2/builds/','.apk','Run\x20playwright\x20tests\x20on\x20Browserstack','5337740xkDhtF','https://automation.browserstack.com','HST','OBSERVABILITY_SUPPORTED_FWS','testContextOptions','TCG_AUTH_TIMEOUT','ROOT_REGEX','INTERNALLY_USED_ENV_VARS','https://tcg-preprod.bsstag.com','accessibility','userName','testOrchestrationOptions','chromeOptions','browserstack.overridelocalInfo.userAuthToken','turboScale','edgeOptions','Specify\x20--help\x20for\x20available\x20options','split','localOptions','297032uvNLiX','ERR_FAILED','https://automation-preprod.bsstag.com','BROWSERSTACK_AUTOMATE_URL','ieOptions','https://app-automate.browserstack.com/dashboard/v2/builds/','SELF_SIGNED_CERT_IN_CHAIN','7|0|2|11|9|10|1|8|4|12|6|3|5','https://upload-observability.browserstack.com','ERR_CONNECTION_ABORTED','BROWSERSTACK_APP_AUTOMATE_URL','ERR_NAME_NOT_RESOLVED','browserstack','browserstack.userName','NIGHTWATCH','O11Y_URL','AUTOMATE_PRODUCTS','pre-prod','REDACTED_KEYS','testObservabilityOptions','mocha','./browserstack-artifacts/','https://upload-observability-devtestops-ssi.bsstag.com','BROWSERSTACK_API_URL','FRAMEWORKS','acceptSslCerts','proxyPassword','ATS_HUB_URL_REGEX','USER_CONFIG_DETAILS_PATH','observability','ERR_CONNECTION_RESET','Run\x20mocha\x20tests\x20on\x20browserstack','BSTACK_DELTA','wss://cdp.browserstack.com/playwright?caps=','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://hub-devtestops.bsstag.com/wd/hub','AUTOLOGCAPTURE_NOTIFICATION','AI_ENABLED_FRAMEWORK','proxyUser','PLAYWRIGHT_HUB_URL','PRIVATE_DOMAIN_OR_IP_REGEX','Run\x20js\x20tests\x20on\x20browserstack','disableAutoCaptureLogs','AUTOMATE','accessKey','CUCUMBER','customVariables','.aab','automation','SET_TCG_TOKEN_TIMEOUT','MOCHA','PACKAGE_TYPE','vanilla','MODULE','POLL_HEALING_RESULT_TIMEOUT','2|9|5|12|4|10|1|11|0|8|6|7|3','ERR_PROXY_CONNECTION_FAILED','FUNNEL_INSTRUMENTATION_API_URL','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','exports','1229302DMoqQT'];a55_0x14c6=function(){return _0x769fcd;};return a55_0x14c6();}function a55_0x73e1(_0x12e121,_0x17602d){const _0x14c65f=a55_0x14c6();return a55_0x73e1=function(_0x73e1b8,_0x14d040){_0x73e1b8=_0x73e1b8-0x109;let _0xa2d6c1=_0x14c65f[_0x73e1b8];return _0xa2d6c1;},a55_0x73e1(_0x12e121,_0x17602d);}a55_0x36d9b9[a55_0x356f66(0x171)]=a55_0x356f66(0x19d),a55_0x36d9b9['HELP']=a55_0x356f66(0x1bc);const a55_0x2639b7={};a55_0x2639b7[a55_0x356f66(0x171)]=a55_0x356f66(0x176);const a55_0x5922b7={};a55_0x5922b7[a55_0x356f66(0x171)]=a55_0x356f66(0x1de);const a55_0x385c0d={};a55_0x385c0d[a55_0x356f66(0x171)]=a55_0x356f66(0x1e1);const a55_0x3ce984={};a55_0x3ce984['INFO']=a55_0x356f66(0x1e8);const a55_0x560957={};a55_0x560957['INFO']=a55_0x356f66(0x17e);const a55_0xa999a1={};a55_0xa999a1['INFO']=a55_0x356f66(0x1ab);const a55_0x5e0bbc={};a55_0x5e0bbc['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x13a9fe={};a55_0x13a9fe['INFO']=a55_0x356f66(0x17f);const a55_0x3791a4={};a55_0x3791a4[a55_0x356f66(0x171)]=a55_0x356f66(0x16a);const a55_0x223342={};a55_0x223342[a55_0x356f66(0x16c)]=a55_0x356f66(0x149),a55_0x223342[a55_0x356f66(0x1f1)]=a55_0x356f66(0x1d3),a55_0x223342['JEST']=a55_0x356f66(0x15f),a55_0x223342[a55_0x356f66(0x10b)]=a55_0x356f66(0x138),a55_0x223342[a55_0x356f66(0x14f)]=a55_0x356f66(0x143),a55_0x223342[a55_0x356f66(0x1ec)]=a55_0x356f66(0x11d),a55_0x223342['VANILLA']=a55_0x356f66(0x1f3);const a55_0x3d792f={};a55_0x3d792f[a55_0x356f66(0x113)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x3d792f['uniqueDependency']=a55_0x356f66(0x198),a55_0x3d792f['mandatoryDependency']=a55_0x356f66(0x115),a55_0x3d792f['invalidTestInputType']=a55_0x356f66(0x164);const a55_0x44f209={};a55_0x44f209[a55_0x356f66(0x1a5)]=a55_0x356f66(0x166),a55_0x44f209[a55_0x356f66(0x1f4)]=a55_0x356f66(0x19a);const a55_0xb73f7d={};a55_0xb73f7d['Mocha']=0xfde8,a55_0xb73f7d[a55_0x356f66(0x145)]=0xfde8,a55_0xb73f7d['Jest']=0x186a0;const a55_0x427e83={};a55_0x427e83[a55_0x356f66(0x156)]=[a55_0x356f66(0x1b6),a55_0x356f66(0x1eb),'httpProxy',a55_0x356f66(0x15c),a55_0x356f66(0x1ed),a55_0x356f66(0x1cc),'browserstack.accessKey',a55_0x356f66(0x1d9),a55_0x356f66(0x189),a55_0x356f66(0x129),a55_0x356f66(0x1b9)],a55_0x427e83[a55_0x356f66(0x152)]=[a55_0x356f66(0x1e5),a55_0x356f66(0x168),a55_0x356f66(0x116),'localProxyPass'];const a55_0x180fd5={};a55_0x180fd5['browserstackLocal']=a55_0x356f66(0x131),a55_0x180fd5[a55_0x356f66(0x152)]='browserStackLocalOptions',a55_0x180fd5[a55_0x356f66(0x1be)]=a55_0x356f66(0x152),a55_0x180fd5['parallelsPerPlatform']=a55_0x356f66(0x180),a55_0x180fd5[a55_0x356f66(0x1a3)]=a55_0x356f66(0x1a3),a55_0x180fd5[a55_0x356f66(0x14b)]=a55_0x356f66(0x14b),a55_0x180fd5[a55_0x356f66(0x162)]=a55_0x356f66(0x162),a55_0x180fd5[a55_0x356f66(0x15c)]=a55_0x356f66(0x15c),a55_0x180fd5[a55_0x356f66(0x10c)]=a55_0x356f66(0x10c),a55_0x180fd5[a55_0x356f66(0x1b0)]=a55_0x356f66(0x1b0),a55_0x180fd5['testObservability']='testObservability',a55_0x180fd5[a55_0x356f66(0x11b)]=a55_0x356f66(0x11b),a55_0x180fd5[a55_0x356f66(0x1d2)]='testObservabilityOptions',a55_0x180fd5[a55_0x356f66(0x185)]=a55_0x356f66(0x185),a55_0x180fd5['customVariables']=a55_0x356f66(0x1ed),a55_0x180fd5[a55_0x356f66(0x1ef)]=a55_0x356f66(0x192),a55_0x180fd5[a55_0x356f66(0x192)]='browserstackAutomation',a55_0x180fd5[a55_0x356f66(0x19b)]='rerunTests',a55_0x180fd5['percy']=a55_0x356f66(0x110),a55_0x180fd5[a55_0x356f66(0x195)]=a55_0x356f66(0x195),a55_0x180fd5[a55_0x356f66(0x126)]=a55_0x356f66(0x126),a55_0x180fd5[a55_0x356f66(0x1e9)]=a55_0x356f66(0x1e9),a55_0x180fd5['accessibility']=a55_0x356f66(0x1b5),a55_0x180fd5[a55_0x356f66(0x17b)]=a55_0x356f66(0x17b),a55_0x180fd5[a55_0x356f66(0x1ba)]=a55_0x356f66(0x1ba),a55_0x180fd5[a55_0x356f66(0x151)]=a55_0x356f66(0x151),a55_0x180fd5[a55_0x356f66(0x125)]='proxySettings',a55_0x180fd5[a55_0x356f66(0x1b7)]=a55_0x356f66(0x1b7);const a55_0x4fe3f7={};a55_0x4fe3f7[a55_0x356f66(0x12e)]=[a55_0x356f66(0x157),a55_0x356f66(0x137)];const a55_0x4a3203={};a55_0x4a3203['VERSION']=a55_0x36d9b9,a55_0x4a3203[a55_0x356f66(0x14d)]=a55_0x2639b7,a55_0x4a3203[a55_0x356f66(0x1f1)]=a55_0x5922b7,a55_0x4a3203['CUCUMBER']=a55_0x385c0d,a55_0x4a3203[a55_0x356f66(0x18a)]=a55_0x3ce984,a55_0x4a3203[a55_0x356f66(0x1cd)]=a55_0x560957,a55_0x4a3203[a55_0x356f66(0x16c)]=a55_0xa999a1,a55_0x4a3203['CODECEPTJS']=a55_0x5e0bbc,a55_0x4a3203[a55_0x356f66(0x1ae)]=a55_0x13a9fe,a55_0x4a3203[a55_0x356f66(0x130)]=a55_0x3791a4,a55_0x4a3203[a55_0x356f66(0x1df)]=0xf*0x3c*0x3e8,a55_0x4a3203['hubUrl']=a55_0x356f66(0x19f),a55_0x4a3203['TCG_URL']='https://tcg.browserstack.com',a55_0x4a3203[a55_0x356f66(0x173)]=a55_0x356f66(0x18c),a55_0x4a3203[a55_0x356f66(0x147)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x4a3203[a55_0x356f66(0x1da)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x4a3203[a55_0x356f66(0x18e)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x4a3203[a55_0x356f66(0x12d)]=[a55_0x356f66(0x134),a55_0x356f66(0x12c),'strictFileInteractability',a55_0x356f66(0x127),'timeouts',a55_0x356f66(0x148),a55_0x356f66(0x159),a55_0x356f66(0x1d8),'acceptSslCert',a55_0x356f66(0x1b8),a55_0x356f66(0x13c),a55_0x356f66(0x1bb),a55_0x356f66(0x1c3)],a55_0x4a3203[a55_0x356f66(0x1b2)]=/^[\w-]+:.*$/,a55_0x4a3203[a55_0x356f66(0x1e7)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x4a3203[a55_0x356f66(0x139)]='https://eds.browserstack.com',a55_0x4a3203[a55_0x356f66(0x1d6)]=a55_0x356f66(0x196),a55_0x4a3203[a55_0x356f66(0x150)]='https://api-cloud.browserstack.com',a55_0x4a3203[a55_0x356f66(0x120)]=a55_0x356f66(0x111),a55_0x4a3203[a55_0x356f66(0x1f8)]=a55_0x356f66(0x158),a55_0x4a3203[a55_0x356f66(0x1cf)]=[a55_0x356f66(0x190),a55_0x356f66(0x1dc)],a55_0x4a3203[a55_0x356f66(0x161)]=[a55_0x356f66(0x15e),'observability'],a55_0x4a3203[a55_0x356f66(0x124)]=[a55_0x356f66(0x1dc)],a55_0x4a3203[a55_0x356f66(0x16b)]=a55_0x356f66(0x1c7),a55_0x4a3203[a55_0x356f66(0x1af)]=['mocha',a55_0x356f66(0x149)],a55_0x4a3203[a55_0x356f66(0x1ea)]=[a55_0x356f66(0x190)],a55_0x4a3203[a55_0x356f66(0x1c2)]=a55_0x356f66(0x183),a55_0x4a3203[a55_0x356f66(0x1c9)]=a55_0x356f66(0x1c4),a55_0x4a3203[a55_0x356f66(0x123)]=[a55_0x356f66(0x15e)],a55_0x4a3203[a55_0x356f66(0x182)]=[a55_0x356f66(0x1c0),a55_0x356f66(0x13b),a55_0x356f66(0x17d),a55_0x356f66(0x118),a55_0x356f66(0x10e),a55_0x356f66(0x109),a55_0x356f66(0x1dd),a55_0x356f66(0x14e),a55_0x356f66(0x1c8),a55_0x356f66(0x19e),a55_0x356f66(0x1ca),'ERR_ADDRESS_INVALID',a55_0x356f66(0x165),'ERR_TUNNEL_CONNECTION_FAILED',a55_0x356f66(0x133),a55_0x356f66(0x187),a55_0x356f66(0x1a0),a55_0x356f66(0x1f7),a55_0x356f66(0x1ca),a55_0x356f66(0x13f),a55_0x356f66(0x13e)],a55_0x4a3203[a55_0x356f66(0x175)]=[a55_0x356f66(0x1aa),a55_0x356f66(0x1ee),a55_0x356f66(0x153)],a55_0x4a3203[a55_0x356f66(0x1fc)]=a55_0x356f66(0x10a),a55_0x4a3203[a55_0x356f66(0x155)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x4a3203[a55_0x356f66(0x128)]=a55_0x356f66(0x1d4),a55_0x4a3203[a55_0x356f66(0x1e6)]=a55_0x356f66(0x1e0),a55_0x4a3203[a55_0x356f66(0x1d7)]=a55_0x223342,a55_0x4a3203['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x356f66(0x15f),a55_0x356f66(0x1d3)],a55_0x4a3203[a55_0x356f66(0x135)]=a55_0x3d792f,a55_0x4a3203[a55_0x356f66(0x1e3)]=a55_0x356f66(0x193),a55_0x4a3203[a55_0x356f66(0x1f2)]=a55_0x44f209,a55_0x4a3203[a55_0x356f66(0x1a8)]=0x40*0x400,a55_0x4a3203[a55_0x356f66(0x167)]=a55_0x356f66(0x140),a55_0x4a3203['UPGRADE_REQUIRED']='Upgrade\x20required',a55_0x4a3203['TCG_DOWN']='SDKTestTcgDownResponse',a55_0x4a3203[a55_0x356f66(0x1fd)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a55_0x4a3203[a55_0x356f66(0x144)]='SDKTestTcgAuthFailure',a55_0x4a3203[a55_0x356f66(0x1a1)]=a55_0x356f66(0x184),a55_0x4a3203['AI_INIT_FAILURE']=a55_0x356f66(0x12f),a55_0x4a3203[a55_0x356f66(0x11e)]=a55_0x356f66(0x1a7),a55_0x4a3203[a55_0x356f66(0x1b1)]=0x1388,a55_0x4a3203[a55_0x356f66(0x1f0)]=0x1388,a55_0x4a3203['HEALING_LOG_DATA_TIMEOUT']=0x1388,a55_0x4a3203[a55_0x356f66(0x177)]=0x1388,a55_0x4a3203[a55_0x356f66(0x1f5)]=0xc350,a55_0x4a3203[a55_0x356f66(0x18b)]=a55_0xb73f7d,a55_0x4a3203[a55_0x356f66(0x1d1)]=a55_0x427e83,a55_0x4a3203[a55_0x356f66(0x1e4)]=[a55_0x356f66(0x1f3),a55_0x356f66(0x138)],a55_0x4a3203['SDK_INSTRUMENTATION_CONFIG']=a55_0x180fd5,a55_0x4a3203[a55_0x356f66(0x15b)]=a55_0x356f66(0x163),a55_0x4a3203[a55_0x356f66(0x169)]='/usage-debug.log',a55_0x4a3203[a55_0x356f66(0x191)]=a55_0x356f66(0x194),a55_0x4a3203[a55_0x356f66(0x142)]=a55_0x356f66(0x186),a55_0x4a3203[a55_0x356f66(0x1ce)]=a55_0x356f66(0x1ad),a55_0x4a3203[a55_0x356f66(0x17c)]=a55_0x356f66(0x117),a55_0x4a3203['BROWSERSTACK']=a55_0x356f66(0x1cb),a55_0x4a3203[a55_0x356f66(0x19c)]=['playwright',a55_0x356f66(0x11d),a55_0x356f66(0x15f)],a55_0x4a3203[a55_0x356f66(0x12b)]=[a55_0x356f66(0x181),a55_0x356f66(0x11f),a55_0x356f66(0x12a),'A11Y_SAVE_RESULTS','percyScreenshot',a55_0x356f66(0x174)],a55_0x4a3203[a55_0x356f66(0x1a6)]=a55_0x356f66(0x1a6),a55_0x4a3203['SSL_ERROR_MESSAGES']=[a55_0x356f66(0x11c),'unable\x20to\x20verify\x20the\x20first\x20certificate',a55_0x356f66(0x15a),a55_0x356f66(0x122),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x356f66(0x10d)],a55_0x4a3203[a55_0x356f66(0x16d)]=[a55_0x356f66(0x1c5),a55_0x356f66(0x10d),a55_0x356f66(0x197),'CERT_HAS_EXPIRED','ERR_TLS_CERT_ALTNAME_INVALID','UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a55_0x4a3203[a55_0x356f66(0x154)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x4a3203['CLIENT_TROUBLESHOOTING_HASH']=a55_0x4fe3f7,a55_0x4a3203[a55_0x356f66(0x1b3)]=[a55_0x356f66(0x18d),a55_0x356f66(0x178),a55_0x356f66(0x1db)],a55_0x4a3203[a55_0x356f66(0x17a)]=[a55_0x356f66(0x16f),a55_0x356f66(0x119)],module[a55_0x356f66(0x1fa)]=a55_0x4a3203;const _env=(process['env'][a55_0x356f66(0x170)]||a55_0x356f66(0x114))[a55_0x356f66(0x132)]();if(_env==='staging'||_env==='stag'){const rZRfyo=a55_0x356f66(0x1f6)[a55_0x356f66(0x1bd)]('|');let ivdsKG=0x0;while(!![]){switch(rZRfyo[ivdsKG++]){case'0':module[a55_0x356f66(0x1fa)]['BSTACK_URL']='bsstag.com';continue;case'1':module['exports'][a55_0x356f66(0x150)]=a55_0x356f66(0x172);continue;case'2':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x15d)]=a55_0x356f66(0x1e2);continue;case'3':module[a55_0x356f66(0x1fa)]['BROWSERSTACK']='bsstag';continue;case'4':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1c2)]=a55_0x356f66(0x1a4);continue;case'5':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x188)]='https://tcg.bsstag.com';continue;case'6':module[a55_0x356f66(0x1fa)]['OBSERVABILITY_UPLOAD_URL']=a55_0x356f66(0x1d5);continue;case'7':module['exports']['EDS_URL']=a55_0x356f66(0x16e);continue;case'8':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1ce)]=a55_0x356f66(0x112);continue;case'9':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1d6)]=a55_0x356f66(0x1a2);continue;case'10':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1c9)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'11':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1e6)]=a55_0x356f66(0x141);continue;case'12':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x147)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}else{if(_env===a55_0x356f66(0x14c)||_env===a55_0x356f66(0x1d0)){const VlxoEB=a55_0x356f66(0x1c6)[a55_0x356f66(0x1bd)]('|');let DoLiZe=0x0;while(!![]){switch(VlxoEB[DoLiZe++]){case'0':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1d6)]=a55_0x356f66(0x146);continue;case'1':module['exports'][a55_0x356f66(0x150)]='https://api-preprod.bsstag.com';continue;case'2':module[a55_0x356f66(0x1fa)]['TCG_URL']=a55_0x356f66(0x1b4);continue;case'3':module['exports'][a55_0x356f66(0x139)]=a55_0x356f66(0x16e);continue;case'4':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x191)]=a55_0x356f66(0x13a);continue;case'5':module['exports']['BROWSERSTACK']=a55_0x356f66(0x11a);continue;case'6':module[a55_0x356f66(0x1fa)]['OBSERVABILITY_UPLOAD_URL']=a55_0x356f66(0x18f);continue;case'7':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x15d)]=a55_0x356f66(0x199);continue;case'8':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1e6)]=a55_0x356f66(0x10f);continue;case'9':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1c2)]=a55_0x356f66(0x1a9);continue;case'10':module[a55_0x356f66(0x1fa)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x356f66(0x1f9);continue;case'11':module['exports'][a55_0x356f66(0x147)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a55_0x356f66(0x1fa)][a55_0x356f66(0x1ce)]=a55_0x356f66(0x1c1);continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a56_0x1738(){const _0x4c46f4=['7152rfZkSo','mJKco','301700HEsGVz','log','colouredLayout','timezoneOffset','5YonKQP','8987912SdthRP','296997RUpkfu','join','22SlKbpb','276031avfKDv','12FRCfjv','levelStr','data','layout','2027092BurplO','9MGYqpf','./logReportingAPI','26flcVys','1711200gdIGQo','type','level'];a56_0x1738=function(){return _0x4c46f4;};return a56_0x1738();}const a56_0x2085d8=a56_0x3fc9;(function(_0x48a881,_0x260ca7){const _0x133b2d=a56_0x3fc9,_0x6a6adf=_0x48a881();while(!![]){try{const _0x2e33f9=parseInt(_0x133b2d(0xa3))/0x1+-parseInt(_0x133b2d(0xa2))/0x2*(parseInt(_0x133b2d(0x97))/0x3)+-parseInt(_0x133b2d(0x9f))/0x4*(parseInt(_0x133b2d(0x95))/0x5)+parseInt(_0x133b2d(0x9b))/0x6*(-parseInt(_0x133b2d(0x9a))/0x7)+parseInt(_0x133b2d(0x96))/0x8*(parseInt(_0x133b2d(0xa0))/0x9)+-parseInt(_0x133b2d(0xa8))/0xa+parseInt(_0x133b2d(0x99))/0xb*(parseInt(_0x133b2d(0xa6))/0xc);if(_0x2e33f9===_0x260ca7)break;else _0x6a6adf['push'](_0x6a6adf['shift']());}catch(_0x4327d7){_0x6a6adf['push'](_0x6a6adf['shift']());}}}(a56_0x1738,0xe3cdd));const logReportingAPI=require(a56_0x2085d8(0xa1)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x13ad56,_0x43aa3c){return _0x11b803=>{const _0x3c8d29=a56_0x3fc9;BSTestOpsLogger[_0x3c8d29(0xa9)]({'level':_0x11b803[_0x3c8d29(0xa5)]?_0x11b803[_0x3c8d29(0xa5)][_0x3c8d29(0x9c)]:null,'message':_0x11b803[_0x3c8d29(0x9d)]?_0x11b803[_0x3c8d29(0x9d)][_0x3c8d29(0x98)]('\x20'):null});};}function a56_0x3fc9(_0x1ff3e3,_0x445d26){const _0x1738ed=a56_0x1738();return a56_0x3fc9=function(_0x3fc945,_0x1070af){_0x3fc945=_0x3fc945-0x94;let _0x279daa=_0x1738ed[_0x3fc945];return _0x279daa;},a56_0x3fc9(_0x1ff3e3,_0x445d26);}exports['configure']=(_0x155110,_0x25a025)=>{const _0x56428f=a56_0x2085d8,_0x15b549={'mJKco':function(_0x2d3c0e,_0x1935de,_0x5336e9){return _0x2d3c0e(_0x1935de,_0x5336e9);}};let _0x37a3cf=_0x25a025[_0x56428f(0xaa)];return _0x155110[_0x56428f(0x9e)]&&(_0x37a3cf=_0x25a025[_0x56428f(0x9e)](_0x155110['layout'][_0x56428f(0xa4)],_0x155110[_0x56428f(0x9e)])),_0x15b549[_0x56428f(0xa7)](BSTestOpsLog4JSAppender,_0x37a3cf,_0x155110[_0x56428f(0x94)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a57_0x26b871=a57_0x206d;(function(_0x4da39a,_0x3ff1a1){const _0x11d3b2=a57_0x206d,_0xca9012=_0x4da39a();while(!![]){try{const _0x1d15b1=parseInt(_0x11d3b2(0x187))/0x1+parseInt(_0x11d3b2(0x17d))/0x2*(parseInt(_0x11d3b2(0x177))/0x3)+-parseInt(_0x11d3b2(0x191))/0x4*(parseInt(_0x11d3b2(0x192))/0x5)+-parseInt(_0x11d3b2(0x18c))/0x6*(parseInt(_0x11d3b2(0x188))/0x7)+-parseInt(_0x11d3b2(0x18e))/0x8*(-parseInt(_0x11d3b2(0x18d))/0x9)+-parseInt(_0x11d3b2(0x181))/0xa+-parseInt(_0x11d3b2(0x178))/0xb*(-parseInt(_0x11d3b2(0x17f))/0xc);if(_0x1d15b1===_0x3ff1a1)break;else _0xca9012['push'](_0xca9012['shift']());}catch(_0x73321a){_0xca9012['push'](_0xca9012['shift']());}}}(a57_0x4491,0x69de8));function a57_0x206d(_0x48887f,_0x5a6388){const _0x449165=a57_0x4491();return a57_0x206d=function(_0x206d30,_0x5ae605){_0x206d30=_0x206d30-0x174;let _0xd69f21=_0x449165[_0x206d30];return _0xd69f21;},a57_0x206d(_0x48887f,_0x5a6388);}const Transport=require(a57_0x26b871(0x17a)),{consoleHolder}=require(a57_0x26b871(0x185)),a57_0x55b03d={};a57_0x55b03d[a57_0x26b871(0x175)]=a57_0x26b871(0x175),a57_0x55b03d[a57_0x26b871(0x190)]='ERROR',a57_0x55b03d[a57_0x26b871(0x183)]=a57_0x26b871(0x183),a57_0x55b03d[a57_0x26b871(0x17e)]='TRACE',a57_0x55b03d[a57_0x26b871(0x176)]=a57_0x26b871(0x176);const LOG_LEVELS=a57_0x55b03d;function a57_0x4491(){const _0x32f434=['2202410GIZEBp','TEST_LOG','DEBUG','join','../../helpers/test-observability/constants','log','358109LidyGp','1818229AXCXjd','warn','toUpperCase','pid','18SXOpiD','9VUpzWj','4936688iSHClx','debug','ERROR','3214388iNfUVB','5gcWeVR','logToTestOps','exports','INFO','WARN','58062BwkbcA','11jAkHlI','trace','winston-transport','error','emit','26bmZKQt','TRACE','12119064dlhggB','toISOString'];a57_0x4491=function(){return _0x32f434;};return a57_0x4491();}class logPatcher extends Transport{constructor(_0x373872){super(_0x373872);}[a57_0x26b871(0x193)]=(_0x487521=LOG_LEVELS['INFO'],_0x1e9db6=[''])=>{const _0x48e48c=a57_0x26b871,_0x52a329={};_0x52a329['LdMHs']=_0x48e48c(0x182);const _0x553ef0=_0x52a329;consoleHolder[_0x487521['toLowerCase']()](..._0x1e9db6),process[_0x48e48c(0x17c)]('bs:addLog:'+process[_0x48e48c(0x18b)],{'timestamp':new Date()[_0x48e48c(0x180)](),'level':_0x487521[_0x48e48c(0x18a)](),'message':'\x22'+_0x1e9db6[_0x48e48c(0x184)](',\x20')+'\x22','kind':_0x553ef0['LdMHs'],'http_response':{}});};[a57_0x26b871(0x179)]=(..._0x3e6d99)=>{const _0x5b1b66=a57_0x26b871;this['logToTestOps'](LOG_LEVELS[_0x5b1b66(0x17e)],_0x3e6d99);};[a57_0x26b871(0x18f)]=(..._0x3ca6ce)=>{const _0x3c1aa0=a57_0x26b871;this[_0x3c1aa0(0x193)](LOG_LEVELS[_0x3c1aa0(0x183)],_0x3ca6ce);};['info']=(..._0x4829d5)=>{const _0x3c411d=a57_0x26b871;this[_0x3c411d(0x193)](LOG_LEVELS[_0x3c411d(0x175)],_0x4829d5);};[a57_0x26b871(0x189)]=(..._0x3c3d43)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x3c3d43);};[a57_0x26b871(0x17b)]=(..._0x599c9d)=>{const _0x1cc4fd=a57_0x26b871;this[_0x1cc4fd(0x193)](LOG_LEVELS[_0x1cc4fd(0x190)],_0x599c9d);};[a57_0x26b871(0x186)]=(..._0x1a8495)=>{const _0x534b98=a57_0x26b871;this[_0x534b98(0x193)](LOG_LEVELS[_0x534b98(0x175)],_0x1a8495);};};module[a57_0x26b871(0x174)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a58_0x5159(){const _0x315cc2=['info','7298DRtSyC','level','DEBUG','198IZCYen','MVvKZ','TRACE','31WqvSDk','message','toLowerCase','toUpperCase','error','8eetpry','toISOString','exports','gWWeG','oiFkO','444eRAxoD','INFO','warn','object','log','208255DfhUGJ','11751rbxdyw','winston-transport','16908705vbZYGG','logToTestOps','ERROR','trace','cbPtr','11039203JFwEBI','UAhPZ','15793488wytrMQ','12852280wwOBCf','WARN'];a58_0x5159=function(){return _0x315cc2;};return a58_0x5159();}const a58_0x3a196c=a58_0x3727;(function(_0x523fe1,_0x29c473){const _0x3f334b=a58_0x3727,_0x4ba262=_0x523fe1();while(!![]){try{const _0x19621a=-parseInt(_0x3f334b(0x129))/0x1*(parseInt(_0x3f334b(0x123))/0x2)+parseInt(_0x3f334b(0x139))/0x3*(-parseInt(_0x3f334b(0x133))/0x4)+-parseInt(_0x3f334b(0x138))/0x5*(-parseInt(_0x3f334b(0x126))/0x6)+parseInt(_0x3f334b(0x11d))/0x7*(parseInt(_0x3f334b(0x12e))/0x8)+-parseInt(_0x3f334b(0x11f))/0x9+-parseInt(_0x3f334b(0x120))/0xa+parseInt(_0x3f334b(0x13b))/0xb;if(_0x19621a===_0x29c473)break;else _0x4ba262['push'](_0x4ba262['shift']());}catch(_0x39dc55){_0x4ba262['push'](_0x4ba262['shift']());}}}(a58_0x5159,0xdbe5d));const Transport=require(a58_0x3a196c(0x13a)),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x1395ce={};a58_0x1395ce['INFO']='INFO',a58_0x1395ce[a58_0x3a196c(0x11a)]=a58_0x3a196c(0x11a),a58_0x1395ce[a58_0x3a196c(0x125)]='DEBUG',a58_0x1395ce['TRACE']=a58_0x3a196c(0x128),a58_0x1395ce[a58_0x3a196c(0x121)]=a58_0x3a196c(0x121);function a58_0x3727(_0x29f040,_0x1377eb){const _0x51595f=a58_0x5159();return a58_0x3727=function(_0x372794,_0x255598){_0x372794=_0x372794-0x11a;let _0x154559=_0x51595f[_0x372794];return _0x154559;},a58_0x3727(_0x29f040,_0x1377eb);}const LOG_LEVELS=a58_0x1395ce;class logReportingAPI extends Transport{constructor(_0x45dfc8){super(_0x45dfc8);}[a58_0x3a196c(0x137)](_0x3eb3be,_0x510f7c){const _0x5edc95=a58_0x3a196c,_0x92c89b={'MVvKZ':'logged','cbPtr':function(_0x54e12d,_0x19bf10){return _0x54e12d(_0x19bf10);},'oiFkO':function(_0x9bbf66,_0x5ab617){return _0x9bbf66===_0x5ab617;},'naGSs':_0x5edc95(0x136),'gWWeG':function(_0xd2072){return _0xd2072();}};_0x92c89b[_0x5edc95(0x11c)](setImmediate,()=>{const _0x2cb659=_0x5edc95;this['emit'](_0x92c89b[_0x2cb659(0x127)],_0x3eb3be);}),_0x92c89b[_0x5edc95(0x132)](typeof _0x3eb3be,_0x92c89b['naGSs'])?this[_0x5edc95(0x13c)](_0x3eb3be[_0x5edc95(0x124)]||LOG_LEVELS['INFO'],_0x3eb3be[_0x5edc95(0x12a)],![]):this[_0x5edc95(0x13c)](LOG_LEVELS[_0x5edc95(0x134)],_0x3eb3be),_0x510f7c&&_0x92c89b[_0x5edc95(0x131)](_0x510f7c);}[a58_0x3a196c(0x13c)]=(_0x4cdb68=LOG_LEVELS['INFO'],_0x52201e='',_0x5ad66e=!![])=>{const _0x498bbd=a58_0x3a196c,_0x5062bb={};_0x5062bb[_0x498bbd(0x11e)]='TEST_LOG';const _0x44d2b1=_0x5062bb;_0x5ad66e&&consoleHolder[_0x4cdb68[_0x498bbd(0x12b)]()](_0x52201e),process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x498bbd(0x12f)](),'level':_0x4cdb68[_0x498bbd(0x12c)](),'message':_0x52201e,'kind':_0x44d2b1[_0x498bbd(0x11e)],'http_response':{}});};[a58_0x3a196c(0x11b)]=(_0x52857d,_0x411d2e)=>{const _0x1fcdcf=a58_0x3a196c;this[_0x1fcdcf(0x13c)](LOG_LEVELS['TRACE'],_0x52857d);};['debug']=(_0x54d3d7,_0x255c34)=>{const _0x2e2ef6=a58_0x3a196c;this[_0x2e2ef6(0x13c)](LOG_LEVELS[_0x2e2ef6(0x125)],_0x54d3d7);};[a58_0x3a196c(0x122)]=(_0x117e26,_0x412732)=>{const _0x433637=a58_0x3a196c;this[_0x433637(0x13c)](LOG_LEVELS[_0x433637(0x134)],_0x117e26);};[a58_0x3a196c(0x135)]=(_0x46d0ac,_0x3c5382)=>{const _0x26a319=a58_0x3a196c;this[_0x26a319(0x13c)](LOG_LEVELS[_0x26a319(0x121)],_0x46d0ac);};[a58_0x3a196c(0x12d)]=(_0x3bd27d,_0x42162f)=>{const _0x3115bd=a58_0x3a196c;this[_0x3115bd(0x13c)](LOG_LEVELS[_0x3115bd(0x11a)],_0x3bd27d);};};module[a58_0x3a196c(0x130)]=logReportingAPI;
|