browserstack-node-sdk 1.49.8 → 1.49.9
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
|
-
const
|
|
3
|
+
function a49_0x62ff(_0x4e16cb,_0x155f65){const _0x3ee7ba=a49_0x3ee7();return a49_0x62ff=function(_0x62ff27,_0x21edd0){_0x62ff27=_0x62ff27-0xb2;let _0x33e3aa=_0x3ee7ba[_0x62ff27];return _0x33e3aa;},a49_0x62ff(_0x4e16cb,_0x155f65);}const a49_0x3bcfa0=a49_0x62ff;(function(_0xa49428,_0x211bb5){const _0xd8929d=a49_0x62ff,_0x58ca18=_0xa49428();while(!![]){try{const _0x6d1ebd=-parseInt(_0xd8929d(0xde))/0x1*(-parseInt(_0xd8929d(0xf1))/0x2)+parseInt(_0xd8929d(0xcc))/0x3+parseInt(_0xd8929d(0xbe))/0x4+-parseInt(_0xd8929d(0xd2))/0x5+parseInt(_0xd8929d(0xca))/0x6*(parseInt(_0xd8929d(0xf5))/0x7)+-parseInt(_0xd8929d(0xd1))/0x8+-parseInt(_0xd8929d(0xeb))/0x9*(-parseInt(_0xd8929d(0xbb))/0xa);if(_0x6d1ebd===_0x211bb5)break;else _0x58ca18['push'](_0x58ca18['shift']());}catch(_0x509d1f){_0x58ca18['push'](_0x58ca18['shift']());}}}(a49_0x3ee7,0x7835a));const fs=require('fs'),helper=require(a49_0x3bcfa0(0xfb)),utilities=require(a49_0x3bcfa0(0xda)),yaml=require('js-yaml'),yargs=require(a49_0x3bcfa0(0xbc)),logger=require(a49_0x3bcfa0(0xe3))[a49_0x3bcfa0(0xd3)],configFileTemplate=__dirname+a49_0x3bcfa0(0xb6),configFileTemplatePW=__dirname+a49_0x3bcfa0(0xe8),configFile=process[a49_0x3bcfa0(0xfa)]()+a49_0x3bcfa0(0xf4),packageFile=process['cwd']()+a49_0x3bcfa0(0xcb),frameworks=[a49_0x3bcfa0(0xbd),a49_0x3bcfa0(0xfc),a49_0x3bcfa0(0xc2),a49_0x3bcfa0(0xf7),a49_0x3bcfa0(0xb7),a49_0x3bcfa0(0xd5),a49_0x3bcfa0(0xc1)];let config;logger[a49_0x3bcfa0(0xdd)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x3bcfa0(0xdf)][a49_0x3bcfa0(0xea)],yargs[a49_0x3bcfa0(0xdf)]['key'],yargs['argv'][a49_0x3bcfa0(0xc1)]);try{sdkSetup();}catch(a49_0x5d9245){logger['debug'](a49_0x3bcfa0(0xc3)+a49_0x5d9245);}addScriptInPackageJson();function createConfigurationFile(_0x959866,_0x56d2d4,_0x13331b=![]){const _0x417136=a49_0x3bcfa0,_0x3cdfa2={};_0x3cdfa2['bSnKS']=_0x417136(0xf9),_0x3cdfa2[_0x417136(0xec)]=_0x417136(0xd0),_0x3cdfa2['trXOz']=_0x417136(0xe0);const _0x4f1f00=_0x3cdfa2;try{let _0x27f14a=fs[_0x417136(0xc7)](_0x13331b?configFileTemplatePW:configFileTemplate,_0x4f1f00[_0x417136(0xe1)]);_0x959866&&(_0x27f14a=_0x27f14a[_0x417136(0x101)](_0x4f1f00[_0x417136(0xec)],_0x959866)),_0x56d2d4&&(_0x27f14a=_0x27f14a[_0x417136(0x101)](_0x4f1f00[_0x417136(0xdb)],_0x56d2d4)),config=yaml[_0x417136(0xc9)](_0x27f14a),fs[_0x417136(0x100)](configFile,_0x27f14a,_0x5ce15b=>{_0x5ce15b&&logger['error'](_0x5ce15b);});}catch(_0x417bb3){logger[_0x417136(0xb4)](_0x417bb3);}}function addPostInstallScript(_0x1b5671,_0x4bb290){const _0x503924=a49_0x3bcfa0,_0x51948f={};_0x51948f[_0x503924(0xd8)]=_0x503924(0xb8),_0x51948f[_0x503924(0xb3)]='npm\x20update\x20browserstack-node-sdk',_0x51948f['AQwCO']='\x20&&\x20npm\x20update\x20browserstack-node-sdk';const _0x3fe1de=_0x51948f;let _0x4e77c3=_0x1b5671[_0x3fe1de[_0x503924(0xd8)]];if(_0x4e77c3&&_0x4e77c3[_0x503924(0xfd)](_0x3fe1de['AdBsV']))return;!_0x4e77c3?_0x4e77c3=_0x3fe1de[_0x503924(0xb3)]:_0x4e77c3+=_0x3fe1de[_0x503924(0xc4)],_0x4bb290['push']([_0x3fe1de[_0x503924(0xd8)],_0x4e77c3]);}function addScriptInPackageJson(){const _0x2ef0f8=a49_0x3bcfa0,_0x90b5d0={'cXtrO':'utf8','sscNm':function(_0x1d3600,_0x1e7811){return _0x1d3600<_0x1e7811;},'GqajS':function(_0x2d34a2,_0x518766,_0x3ca657){return _0x2d34a2(_0x518766,_0x3ca657);},'Gyuxo':function(_0x372ba0,_0x8d9a30){return _0x372ba0<_0x8d9a30;},'mIHJY':function(_0x25cbe1,_0xb022ba,_0x59ff0a){return _0x25cbe1(_0xb022ba,_0x59ff0a);},'Nyhkv':function(_0x543f04,_0x2ef403){return _0x543f04!==_0x2ef403;},'UJlMN':_0x2ef0f8(0xf8)},_0x29fcdf=JSON['parse'](fs[_0x2ef0f8(0xc7)](packageFile,_0x90b5d0[_0x2ef0f8(0xdc)])),_0x18e2e4=[];for(let _0x2196f0=0x0;_0x90b5d0[_0x2ef0f8(0xfe)](_0x2196f0,frameworks[_0x2ef0f8(0xd6)]);_0x2196f0+=0x1){const _0x28bb11=_0x90b5d0[_0x2ef0f8(0xba)](findScriptsWithFramework,_0x29fcdf[_0x2ef0f8(0xf2)],frameworks[_0x2196f0]);for(let _0x281841=0x0;_0x90b5d0[_0x2ef0f8(0xe5)](_0x281841,_0x28bb11['length']);_0x281841+=0x1){_0x18e2e4[_0x2ef0f8(0xf0)](_0x90b5d0[_0x2ef0f8(0xff)](getUpdatedCommand,_0x29fcdf['scripts'],_0x28bb11[_0x281841]));}_0x90b5d0[_0x2ef0f8(0xba)](addPostInstallScript,_0x29fcdf[_0x2ef0f8(0xf2)],_0x18e2e4);}const _0x2358ce={..._0x29fcdf['scripts']},_0x59e5dd=_0x2358ce;for(let _0x64970d=0x0;_0x90b5d0[_0x2ef0f8(0xfe)](_0x64970d,_0x18e2e4[_0x2ef0f8(0xd6)]);_0x64970d+=0x1){_0x59e5dd[_0x18e2e4[_0x64970d][0x0]]=_0x18e2e4[_0x64970d][0x1];}_0x90b5d0[_0x2ef0f8(0xc0)](JSON[_0x2ef0f8(0xe7)](_0x29fcdf[_0x2ef0f8(0xf2)]),JSON[_0x2ef0f8(0xe7)](_0x59e5dd))&&(logger['info'](_0x90b5d0[_0x2ef0f8(0xb5)]),_0x29fcdf[_0x2ef0f8(0xf2)]=_0x59e5dd,fs['writeFileSync'](packageFile,JSON[_0x2ef0f8(0xe7)](_0x29fcdf,null,0x2),_0x3056d6=>{const _0x4aa2d9=_0x2ef0f8;_0x3056d6&&logger[_0x4aa2d9(0xb4)](_0x3056d6);}));};function findScriptsWithFramework(_0x94bee2,_0x58c3db){const _0x450f1c=a49_0x3bcfa0,_0x39a647={};_0x39a647[_0x450f1c(0xf6)]=function(_0x575f96,_0x3072b2){return _0x575f96<_0x3072b2;},_0x39a647[_0x450f1c(0xe2)]='browserstack-node-sdk';const _0x500a3d=_0x39a647,_0x2d3c5e=[],_0x7aca73=Object[_0x450f1c(0xd9)](_0x94bee2);for(let _0x17e745=0x0;_0x500a3d[_0x450f1c(0xf6)](_0x17e745,_0x7aca73[_0x450f1c(0xd6)]);_0x17e745+=0x1){_0x7aca73[_0x17e745][0x1][_0x450f1c(0xfd)](_0x58c3db)&&!_0x7aca73[_0x17e745][0x1][_0x450f1c(0xfd)](_0x500a3d['BYQPi'])&&_0x2d3c5e[_0x450f1c(0xf0)](_0x7aca73[_0x17e745][0x0]);}return _0x2d3c5e;}function getUpdatedCommand(_0x384528,_0x46abea){const _0x54f80b=a49_0x3bcfa0,_0x3aaa8f={};_0x3aaa8f[_0x54f80b(0xed)]=function(_0x4ae1cf,_0x47f4af){return _0x4ae1cf!==_0x47f4af;},_0x3aaa8f[_0x54f80b(0xe4)]=_0x54f80b(0xce),_0x3aaa8f[_0x54f80b(0xb9)]=function(_0x4c2824,_0x9f701){return _0x4c2824===_0x9f701;};const _0x9048cc=_0x3aaa8f,_0x187b5b=_0x46abea+_0x54f80b(0xb2),_0x1c9b59=_0x384528[_0x46abea],_0xa1e6df=_0x1c9b59[_0x54f80b(0xef)]('\x20');for(const _0x1b606e of frameworks){if(_0x9048cc['EUbKy'](_0xa1e6df[_0x54f80b(0xee)](_0x1b606e),-0x1)){_0xa1e6df[_0x54f80b(0xe9)](_0xa1e6df[_0x54f80b(0xee)](_0x1b606e),0x0,_0x9048cc[_0x54f80b(0xe4)]);break;}}let _0x4ca5fd=_0xa1e6df[_0x54f80b(0xf3)]('\x20');return _0x9048cc[_0x54f80b(0xb9)](_0x4ca5fd,_0x1c9b59)&&(_0x4ca5fd=_0x54f80b(0xcd)+_0x1c9b59),[_0x187b5b,_0x4ca5fd];}function sdkSetup(){const _0x24ed0b=a49_0x3bcfa0,_0x2717c2={};_0x2717c2[_0x24ed0b(0xc8)]='node-setup',_0x2717c2[_0x24ed0b(0xd7)]=_0x24ed0b(0xcf);const _0x3d2777=_0x2717c2;if(helper[_0x24ed0b(0xd4)](config))return;config[_0x24ed0b(0xbf)]=_0x3d2777[_0x24ed0b(0xc8)];try{utilities[_0x24ed0b(0xc5)](_0x3d2777[_0x24ed0b(0xd7)],{},config,'');}catch(_0x245a09){logger[_0x24ed0b(0xe6)](_0x24ed0b(0xc3)+_0x245a09);}}logger[a49_0x3bcfa0(0xdd)](a49_0x3bcfa0(0xc6));function a49_0x3ee7(){const _0x7d1a81=['entries','../helpers/utilities','trXOz','cXtrO','info','6164DdcqOC','argv','YOUR_ACCESS_KEY','bSnKS','BYQPi','../helpers/logger','ooBCe','Gyuxo','debug','stringify','/../../browserstack.pw.yml.sample','splice','username','141147EoNBMj','WYzFN','EUbKy','indexOf','split','push','26penMqH','scripts','join','/browserstack.yml','7574BqNcTo','uQhAM','node','Adding\x20new\x20script(s)\x20in\x20package.json...','utf8','cwd','../helpers/helper','jest','includes','sscNm','mIHJY','writeFileSync','replace','-browserstack','AdBsV','error','UJlMN','/../../browserstack.yml.sample','nightwatch','postinstall','eGnzz','GqajS','860LIiYDp','yargs','mocha','303132TEhXsF','source','Nyhkv','playwright','cucumber-js','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','AQwCO','fireFunnelTestEvent','Setup\x20completed','readFileSync','HqsAi','load','1854DFdQOq','/package.json','461118XYLfAT','browserstack-node-sdk\x20','browserstack-node-sdk','SDKSetup','YOUR_USERNAME','7599624ywloav','2751830rMKOuQ','winstonLogger','isUndefined','codeceptjs','length','PGbhm','ALqTP'];a49_0x3ee7=function(){return _0x7d1a81;};return a49_0x3ee7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a50_0xef8d16=a50_0x53e8;function a50_0x53e8(_0x3fc9c3,_0x3ed9d0){const _0x277dd0=a50_0x277d();return a50_0x53e8=function(_0x53e87f,_0x2ed2d4){_0x53e87f=_0x53e87f-0x66;let _0x492331=_0x277dd0[_0x53e87f];return _0x492331;},a50_0x53e8(_0x3fc9c3,_0x3ed9d0);}(function(_0x2c40fd,_0x57056e){const _0x3adb5b=a50_0x53e8,_0x197428=_0x2c40fd();while(!![]){try{const _0x3b9c8a=-parseInt(_0x3adb5b(0x7b))/0x1*(-parseInt(_0x3adb5b(0xad))/0x2)+-parseInt(_0x3adb5b(0x72))/0x3*(-parseInt(_0x3adb5b(0x9d))/0x4)+-parseInt(_0x3adb5b(0x7c))/0x5+-parseInt(_0x3adb5b(0xb8))/0x6*(-parseInt(_0x3adb5b(0x88))/0x7)+parseInt(_0x3adb5b(0x6b))/0x8+-parseInt(_0x3adb5b(0x6a))/0x9*(parseInt(_0x3adb5b(0xa0))/0xa)+-parseInt(_0x3adb5b(0x67))/0xb;if(_0x3b9c8a===_0x57056e)break;else _0x197428['push'](_0x197428['shift']());}catch(_0x57f136){_0x197428['push'](_0x197428['shift']());}}}(a50_0x277d,0x7ddb5));const Worker=require(a50_0xef8d16(0x93))[a50_0xef8d16(0x75)],Emittery=require(a50_0xef8d16(0x87)),pLimit=require(a50_0xef8d16(0x83)),{parentPort}=require(a50_0xef8d16(0xb0)),util=require(a50_0xef8d16(0xa7)),logger=require('../../helpers/logger')[a50_0xef8d16(0xac)],PerformanceTester=require(a50_0xef8d16(0xb9)),PerformanceEvents=require(a50_0xef8d16(0xa4))[a50_0xef8d16(0x6d)],{debug}=require(a50_0xef8d16(0xc6)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a50_0x277d(){const _0x4f2a9c=['worker_threads','Xwjsf','dmaqD','map','getStdout','rvnJN','KcyQt','oxGXe','18jkwone','../../helpers/performance/performance-tester','AFyJQ','getStderr','./testWorker.js','Zcetg','NvINH','zxwxS','xkLZI','kOjSd','aHWXU','parallelTestRun','Exception\x20in\x20sending\x20worker\x20message\x20','test-file-success','../../helpers/test-observability/utils','pSQiK','error','MSSaN','160820tOEACJ','Workers\x20failed\x20to\x20exit\x20gracefully','parallelVanillaRun','45tSpxxZ','8206368pjusVO','getWorkers','EVENTS','vanillaWorker','json','IKXRR','format','6lsLMIq','debug','exitCode','Worker','failureCount','log','gcNam','XiWOw','Running\x20','41713YgVPmO','2295705zkLkJH','zjvJl','waitForExit','platformCaps','JHXaL','stdout','resolve','p-limit','config','stop','DAnnb','emittery','150829DUiSie','emit','worker','GoFTT','UaTYX','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','platform-run-success','platforms','gAceB','Otqiv','cucumberWorker','jest-worker','platform-run-start','then','length','fEzDh','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','platform','platform-run-failure','UGcVj','test-file-failure','7256Xzysin','configuration','sTwve','1043850dnuuCA','pipe','push','end','../../helpers/performance/constants','stderr','_child','util','all','SDK_SETUP','WPoPS','VbFnh','winstonLogger','20BgykcD','postMessage','file'];a50_0x277d=function(){return _0x4f2a9c;};return a50_0x277d();}exports[a50_0xef8d16(0xc3)]=(_0x5896a7,_0x3037f4,_0x10867b)=>new Promise(async _0x3e484f=>{const _0x4e36cc=a50_0xef8d16,_0x45ef7f={'dmaqD':_0x4e36cc(0x76),'aHWXU':function(_0x2705be,_0x476cfa){return _0x2705be+_0x476cfa;},'GoFTT':'results','KcyQt':_0x4e36cc(0x68),'Xwjsf':function(_0x4b3fb5,_0x52edba){return _0x4b3fb5(_0x52edba);},'rvnJN':function(_0x1fabea,_0x522d7d){return _0x1fabea(_0x522d7d);},'AFyJQ':'test-file-start','XiWOw':'./testWorker.js','YmCxP':_0x4e36cc(0x8a),'kGwES':'json','Otqiv':'pipe','WPoPS':function(_0x18c818,_0x4c837f){return _0x18c818*_0x4c837f;},'WeJNc':_0x4e36cc(0xc5),'KKcCZ':'test-file-failure'},_0x5b832a=_0x10867b[_0x4e36cc(0x84)],_0x590c54={},_0x153524=new Worker(require[_0x4e36cc(0x82)](_0x45ef7f[_0x4e36cc(0x79)]),{'exposedMethods':[_0x45ef7f['YmCxP']],'forkOptions':{'serialization':_0x45ef7f['kGwES'],'stdio':_0x45ef7f[_0x4e36cc(0x91)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x45ef7f[_0x4e36cc(0xaa)](_0x3037f4,0x1),'enableWorkerThreads':!![]}),_0x546806=new Emittery();_0x546806['on'](_0x45ef7f['WeJNc'],_0x1492a6=>{const _0x6bc367=_0x4e36cc;_0x590c54[_0x1492a6[0x0]]?(_0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0xb2)]]=_0x45ef7f[_0x6bc367(0xc2)](_0x590c54[_0x1492a6[0x0]][_0x45ef7f['dmaqD']],_0x1492a6[0x1][_0x45ef7f[_0x6bc367(0xb2)]]),_0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0x8b)]]=[..._0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0x8b)]],..._0x1492a6[0x1][_0x45ef7f[_0x6bc367(0x8b)]]]):_0x590c54[_0x1492a6[0x0]]={'failureCount':_0x1492a6[0x1][_0x45ef7f[_0x6bc367(0xb2)]],'results':[..._0x1492a6[0x1][_0x45ef7f[_0x6bc367(0x8b)]]]};}),_0x546806['on'](_0x45ef7f['KKcCZ'],_0x360695=>console[_0x4e36cc(0x77)](_0x360695[0x1]));_0x153524['getStdout']()&&_0x153524[_0x4e36cc(0xb4)]()[_0x4e36cc(0xa1)](process['stdout']);_0x153524['getStderr']()&&_0x153524[_0x4e36cc(0xbb)]()[_0x4e36cc(0xa1)](process['stderr']);const _0x2ad60f=async()=>{const _0x32267a=_0x4e36cc,{forceExited:_0x3c1d3f}=await _0x153524[_0x32267a(0xa3)]();_0x3c1d3f&&console[_0x32267a(0xc8)](_0x45ef7f[_0x32267a(0xb6)]);try{await TestHubHandler[_0x32267a(0x85)]();}catch(_0x4eb20c){_0x45ef7f[_0x32267a(0xb1)](debug,_0x32267a(0x98)+_0x4eb20c);}_0x45ef7f[_0x32267a(0xb5)](_0x3e484f,_0x590c54);},_0xd58d19=_0x45ef7f['rvnJN'](pLimit,_0x45ef7f[_0x4e36cc(0xaa)](_0x3037f4,0x1)),_0xf047f1=_0x33db4d=>_0xd58d19(async()=>{const _0x14c35c=_0x4e36cc;await _0x546806[_0x14c35c(0x89)](_0x45ef7f[_0x14c35c(0xba)],_0x33db4d);const _0x44e01e=_0x153524['worker'](_0x33db4d,_0x5b832a);try{parentPort&&_0x44e01e['UNSTABLE_onCustomMessage'](_0x1afd4f=>{const _0x2f5d63=_0x14c35c;try{parentPort[_0x2f5d63(0xae)](_0x1afd4f);}catch(_0x3b1c43){logger[_0x2f5d63(0x73)](_0x2f5d63(0xc4)+util[_0x2f5d63(0x71)](_0x3b1c43));}});}catch(_0x1e6435){logger['debug'](_0x14c35c(0x8d)+util['format'](_0x1e6435));}return _0x44e01e;});PerformanceTester[_0x4e36cc(0xa3)](PerformanceEvents[_0x4e36cc(0xa9)]),Promise[_0x4e36cc(0xa8)](_0x5896a7[_0x4e36cc(0xb3)](_0x593109=>_0xf047f1(_0x593109)[_0x4e36cc(0x95)](_0x2c8d7a=>_0x546806[_0x4e36cc(0x89)](_0x4e36cc(0xc5),[_0x593109[_0x4e36cc(0x9e)][_0x4e36cc(0x99)],_0x2c8d7a]),_0x305f2d=>_0x546806[_0x4e36cc(0x89)](_0x4e36cc(0x9c),[_0x593109,_0x305f2d]))))[_0x4e36cc(0x95)](_0x2ad60f,_0x2ad60f);}),exports['parallelCucumberRun']=(_0x44f62c,_0x4af347,_0x1899c2,_0x1985c1,_0x4edb69)=>{const _0x4fe859=a50_0xef8d16,_0x4f15a7={'prPZl':_0x4fe859(0x68),'gcNam':function(_0x8e73fe,_0x39697d){return _0x8e73fe(_0x39697d);},'ZZHRr':_0x4fe859(0x94),'VbFnh':_0x4fe859(0xbc),'Zcetg':_0x4fe859(0x92),'fEzDh':_0x4fe859(0x6f),'JHXaL':'pipe','kOjSd':_0x4fe859(0x8e),'IKXRR':_0x4fe859(0x9a)};return new Promise(_0x1913e3=>{const _0x2a6e61=_0x4fe859,_0xfc2807={'gAceB':_0x4f15a7['prPZl'],'xkLZI':function(_0x144162,_0x4d705a){const _0x2ef96f=a50_0x53e8;return _0x4f15a7[_0x2ef96f(0x78)](_0x144162,_0x4d705a);},'zjvJl':_0x4f15a7['ZZHRr']},_0x8b3301=[],_0x196a90=new Worker(require['resolve'](_0x4f15a7[_0x2a6e61(0xab)]),{'exposedMethods':[_0x4f15a7[_0x2a6e61(0xbd)]],'forkOptions':{'serialization':_0x4f15a7[_0x2a6e61(0x97)],'stdio':_0x4f15a7[_0x2a6e61(0x80)]},'numWorkers':_0x44f62c[_0x2a6e61(0x96)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4536ca=new Emittery();_0x4536ca['on'](_0x4f15a7[_0x2a6e61(0xc1)],_0x2a691f=>{const _0x5b9b05=_0x2a6e61;_0x8b3301[_0x5b9b05(0xa2)]([_0x2a691f[0x0],_0x2a691f[0x1]]);}),_0x4536ca['on'](_0x4f15a7[_0x2a6e61(0x70)],_0x5b2ae0=>console[_0x2a6e61(0x77)](_0x5b2ae0[0x1]));_0x196a90['getStdout']()&&_0x196a90[_0x2a6e61(0xb4)]()[_0x2a6e61(0xa1)](process[_0x2a6e61(0x81)]);_0x196a90['getStderr']()&&_0x196a90[_0x2a6e61(0xbb)]()['pipe'](process[_0x2a6e61(0xa5)]);const _0x10b0d7=async()=>{const _0x2c29f8=_0x2a6e61,{forceExited:_0x45d006}=await _0x196a90[_0x2c29f8(0xa3)]();_0x45d006&&console[_0x2c29f8(0xc8)](_0xfc2807[_0x2c29f8(0x90)]),_0xfc2807[_0x2c29f8(0xc0)](_0x1913e3,_0x8b3301);},_0x24a3a5=_0x4f15a7[_0x2a6e61(0x78)](pLimit,_0x44f62c[_0x2a6e61(0x96)]||0x1),_0x568105=(_0x55281e,_0x82022e)=>_0x24a3a5(async()=>{const _0x2f1871=_0x2a6e61;return await _0x4536ca[_0x2f1871(0x89)](_0xfc2807[_0x2f1871(0x7d)],_0x55281e),_0x4af347[_0x2f1871(0x7f)]=_0x1899c2[_0x2f1871(0x8f)][_0x82022e],_0x196a90[_0x2f1871(0x92)](_0x55281e,_0x4af347,_0x1899c2,_0x1985c1,_0x4edb69);});Promise[_0x2a6e61(0xa8)](_0x44f62c['map']((_0x4fca7c,_0x23749b)=>_0x568105(_0x4fca7c,_0x23749b)[_0x2a6e61(0x95)](_0x49fa44=>_0x4536ca[_0x2a6e61(0x89)](_0x2a6e61(0x8e),[_0x4fca7c,_0x49fa44]),_0x340ee3=>_0x4536ca[_0x2a6e61(0x89)](_0x2a6e61(0x9a),[_0x4fca7c,_0x340ee3]))))['then'](_0x10b0d7,_0x10b0d7);});},exports[a50_0xef8d16(0x69)]=(_0x5dceac,_0x2300fa)=>new Promise(_0x52913d=>{const _0x11f2c9=a50_0xef8d16,_0x2961c3={'UGcVj':function(_0x2c3525,_0x3d3496){return _0x2c3525===_0x3d3496;},'DAnnb':function(_0x526c5d,_0x1dd229){return _0x526c5d!==_0x1dd229;},'zxwxS':'exit','pSQiK':_0x11f2c9(0x68),'NvINH':function(_0x1b5676,_0x341d07){return _0x1b5676(_0x341d07);},'MSSaN':'./testWorker.js','UaTYX':_0x11f2c9(0x6e),'sTwve':_0x11f2c9(0x6f),'NIwMp':_0x11f2c9(0xa1),'rFgWY':_0x11f2c9(0xc5),'Pihxg':_0x11f2c9(0x9c)},_0x7c432e={},_0x203ce2=new Worker(require[_0x11f2c9(0x82)](_0x2961c3[_0x11f2c9(0x66)]),{'exposedMethods':[_0x2961c3[_0x11f2c9(0x8c)]],'forkOptions':{'serialization':_0x2961c3[_0x11f2c9(0x9f)],'stdio':_0x2961c3['NIwMp']},'numWorkers':_0x2300fa,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x2c5e6d=new Emittery();_0x2c5e6d['on'](_0x2961c3['rFgWY'],_0x2a7ef3=>{const _0x77eb95=_0x11f2c9;_0x2a7ef3[0x0]&&logger['info'](_0x77eb95(0x7a)+_0x2a7ef3[0x1]+'\x20for',_0x2a7ef3[0x0]);}),_0x2c5e6d['on'](_0x2961c3['Pihxg'],_0x29edb2=>{const _0x3b35fa=_0x11f2c9;process[_0x3b35fa(0x74)]=0x1;});_0x203ce2['getStdout']()&&_0x203ce2[_0x11f2c9(0xb4)]()[_0x11f2c9(0xa1)](process[_0x11f2c9(0x81)]);_0x203ce2[_0x11f2c9(0xbb)]()&&_0x203ce2[_0x11f2c9(0xbb)]()[_0x11f2c9(0xa1)](process[_0x11f2c9(0xa5)]);const _0x54b520=async()=>{const _0x139b68=_0x11f2c9;let _0x17cf98=0x0;const _0x370eee=_0x203ce2['_workerPool'][_0x139b68(0x6c)](),_0x3a1ff6=()=>{},_0x198830=_0x370eee[_0x139b68(0xb3)](async _0x25a79f=>{const _0x418f50=_0x139b68,_0x474663={'XgFIb':function(_0x374174,_0x20ca7f){const _0x1cbd73=a50_0x53e8;return _0x2961c3[_0x1cbd73(0x9b)](_0x374174,_0x20ca7f);},'oxGXe':function(_0x1ad734,_0x39aef0){const _0xbfb298=a50_0x53e8;return _0x2961c3[_0xbfb298(0x86)](_0x1ad734,_0x39aef0);}};_0x25a79f['send']([0x2,![]],_0x3a1ff6,_0x3a1ff6,_0x3a1ff6),_0x25a79f[_0x418f50(0xa6)]['on'](_0x2961c3[_0x418f50(0xbf)],_0x39d513=>{const _0xdd67f1=_0x418f50;_0x474663['XgFIb'](_0x17cf98,0x0)&&_0x474663[_0xdd67f1(0xb7)](_0x39d513,0x0)&&(_0x17cf98=_0x39d513);}),await _0x25a79f[_0x418f50(0x7e)]();});await Promise['all'](_0x198830),process[_0x139b68(0x74)]=_0x17cf98;const {forceExited:_0x429ae1}=await _0x203ce2['end']();_0x429ae1&&console[_0x139b68(0xc8)](_0x2961c3[_0x139b68(0xc7)]),_0x2961c3[_0x139b68(0xbe)](_0x52913d,_0x7c432e);},_0x7be247=_0x2961c3[_0x11f2c9(0xbe)](pLimit,_0x2300fa),_0x32ac93=_0x24477f=>_0x7be247(async()=>{return _0x203ce2['vanillaWorker'](_0x24477f);});Promise[_0x11f2c9(0xa8)](_0x5dceac['map'](_0xf5cc01=>_0x32ac93(_0xf5cc01)[_0x11f2c9(0x95)](_0x5e0f86=>_0x2c5e6d[_0x11f2c9(0x89)](_0x11f2c9(0xc5),[_0xf5cc01[_0x11f2c9(0x9e)][_0x11f2c9(0x99)],_0xf5cc01[_0x11f2c9(0x9e)][_0x11f2c9(0xaf)]]),_0x406093=>_0x2c5e6d[_0x11f2c9(0x89)](_0x11f2c9(0x9c),[_0xf5cc01,_0x406093]))))[_0x11f2c9(0x95)](_0x54b520,_0x54b520);});
|
|
1
|
+
function a50_0x3cd8(_0x3b0da5,_0x3b343f){const _0x67b87a=a50_0x67b8();return a50_0x3cd8=function(_0x3cd884,_0xac1203){_0x3cd884=_0x3cd884-0x157;let _0x1c6291=_0x67b87a[_0x3cd884];return _0x1c6291;},a50_0x3cd8(_0x3b0da5,_0x3b343f);}function a50_0x67b8(){const _0x5a6933=['tXdGF','gpDkI','postMessage','push','p-limit','parallelCucumberRun','SkgUw','FDRJP','log','pipe','send','platform-run-success','util','ZmBbP','LhOPn','winstonLogger','Workers\x20failed\x20to\x20exit\x20gracefully','cucumberWorker','config','debug','MvtWR','kXTGj','186246CenVYT','resolve','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','parallelTestRun','length','EZhBY','tplPa','stderr','platform-run-failure','exit','PnZKA','../../helpers/logger','stop','Running\x20','test-file-success','configuration','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','error','RsxUe','platforms','test-file-start','worker','182806FIKBEK','LSXsu','DWDuA','2447640YrcyQP','../../helpers/performance/constants','Worker','end','getStdout','38136aDYAjm','info','1352ToPnza','dQesb','ZrqQG','jest-worker','JWTco','nNAeu','./testWorker.js','then','test-file-failure','EAIqh','platform','_child','format','kzGlv','204470yHhKdd','exitCode','rGEHT','json','waitForExit','_workerPool','getWorkers','Ipdyt','all','platform-run-start','KCSbI','failureCount','emit','UlTPt','platformCaps','91208kTnIHV','parallelVanillaRun','../../helpers/testhub/testhubHandler','file','emittery','yAfRy','getStderr','../../helpers/performance/performance-tester','1088600BzPyZt','stdout','map','vanillaWorker','\x20for','oJfNd'];a50_0x67b8=function(){return _0x5a6933;};return a50_0x67b8();}const a50_0x32c0d9=a50_0x3cd8;(function(_0x2bf396,_0x14f69b){const _0x2903e6=a50_0x3cd8,_0x384286=_0x2bf396();while(!![]){try{const _0x4c1af2=parseInt(_0x2903e6(0x1ad))/0x1+-parseInt(_0x2903e6(0x186))/0x2+-parseInt(_0x2903e6(0x170))/0x3+-parseInt(_0x2903e6(0x1b5))/0x4+parseInt(_0x2903e6(0x19e))/0x5+-parseInt(_0x2903e6(0x189))/0x6+-parseInt(_0x2903e6(0x18e))/0x7*(-parseInt(_0x2903e6(0x190))/0x8);if(_0x4c1af2===_0x14f69b)break;else _0x384286['push'](_0x384286['shift']());}catch(_0x26052b){_0x384286['push'](_0x384286['shift']());}}}(a50_0x67b8,0x35867));const Worker=require(a50_0x32c0d9(0x193))[a50_0x32c0d9(0x18b)],Emittery=require(a50_0x32c0d9(0x1b1)),pLimit=require(a50_0x32c0d9(0x15e)),{parentPort}=require('worker_threads'),util=require(a50_0x32c0d9(0x166)),logger=require(a50_0x32c0d9(0x17b))[a50_0x32c0d9(0x169)],PerformanceTester=require(a50_0x32c0d9(0x1b4)),PerformanceEvents=require(a50_0x32c0d9(0x18a))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a50_0x32c0d9(0x1af));exports[a50_0x32c0d9(0x173)]=(_0x1f742e,_0x42571a,_0x4968df)=>new Promise(async _0x33ec05=>{const _0x373a59=a50_0x32c0d9,_0x20bcc2={'Ipdyt':_0x373a59(0x1a9),'eTWWz':function(_0x840930,_0x1ae4ac){return _0x840930+_0x1ae4ac;},'tXdGF':'results','iUHDU':_0x373a59(0x16a),'rGEHT':function(_0xf721ac,_0x55c3e1){return _0xf721ac(_0x55c3e1);},'yAfRy':_0x373a59(0x184),'VTFIT':_0x373a59(0x196),'FDRJP':_0x373a59(0x185),'fgOux':_0x373a59(0x1a1),'Bnigv':_0x373a59(0x163),'MvtWR':function(_0x15e5c1,_0x1856a4){return _0x15e5c1*_0x1856a4;},'dQesb':_0x373a59(0x17e),'tplPa':_0x373a59(0x198),'WavrY':function(_0x1de72b,_0x3aa72b){return _0x1de72b*_0x3aa72b;}},_0x58a751=_0x4968df[_0x373a59(0x16c)],_0xb5f243={},_0x94c8f8=new Worker(require[_0x373a59(0x171)](_0x20bcc2['VTFIT']),{'exposedMethods':[_0x20bcc2[_0x373a59(0x161)]],'forkOptions':{'serialization':_0x20bcc2['fgOux'],'stdio':_0x20bcc2['Bnigv']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x20bcc2[_0x373a59(0x16e)](_0x42571a,0x1),'enableWorkerThreads':!![]}),_0x4c30a5=new Emittery();_0x4c30a5['on'](_0x20bcc2[_0x373a59(0x191)],_0x32d7cd=>{const _0x57b4e6=_0x373a59;_0xb5f243[_0x32d7cd[0x0]]?(_0xb5f243[_0x32d7cd[0x0]][_0x20bcc2[_0x57b4e6(0x1a5)]]=_0x20bcc2['eTWWz'](_0xb5f243[_0x32d7cd[0x0]][_0x20bcc2['Ipdyt']],_0x32d7cd[0x1][_0x20bcc2[_0x57b4e6(0x1a5)]]),_0xb5f243[_0x32d7cd[0x0]][_0x20bcc2[_0x57b4e6(0x15a)]]=[..._0xb5f243[_0x32d7cd[0x0]][_0x20bcc2[_0x57b4e6(0x15a)]],..._0x32d7cd[0x1][_0x20bcc2[_0x57b4e6(0x15a)]]]):_0xb5f243[_0x32d7cd[0x0]]={'failureCount':_0x32d7cd[0x1][_0x20bcc2[_0x57b4e6(0x1a5)]],'results':[..._0x32d7cd[0x1][_0x20bcc2[_0x57b4e6(0x15a)]]]};}),_0x4c30a5['on'](_0x20bcc2[_0x373a59(0x176)],_0xbeded7=>console['log'](_0xbeded7[0x1]));_0x94c8f8[_0x373a59(0x18d)]()&&_0x94c8f8[_0x373a59(0x18d)]()[_0x373a59(0x163)](process[_0x373a59(0x1b6)]);_0x94c8f8['getStderr']()&&_0x94c8f8['getStderr']()[_0x373a59(0x163)](process[_0x373a59(0x177)]);const _0x437bc8=async()=>{const _0x39f9cc=_0x373a59,{forceExited:_0x56a0f9}=await _0x94c8f8['end']();_0x56a0f9&&console[_0x39f9cc(0x181)](_0x20bcc2['iUHDU']);try{await TestHubHandler[_0x39f9cc(0x17c)]();}catch(_0x5e2bea){_0x20bcc2[_0x39f9cc(0x1a0)](debug,_0x39f9cc(0x172)+_0x5e2bea);}_0x20bcc2['rGEHT'](_0x33ec05,_0xb5f243);},_0x1c313c=_0x20bcc2[_0x373a59(0x1a0)](pLimit,_0x20bcc2['WavrY'](_0x42571a,0x1)),_0x1b6c61=_0x1e4748=>_0x1c313c(async()=>{const _0x34cc38=_0x373a59;await _0x4c30a5[_0x34cc38(0x1aa)](_0x20bcc2[_0x34cc38(0x1b2)],_0x1e4748);const _0x5e9574=_0x94c8f8[_0x34cc38(0x185)](_0x1e4748,_0x58a751);try{parentPort&&_0x5e9574['UNSTABLE_onCustomMessage'](_0x1a1d26=>{const _0x59568f=_0x34cc38;try{parentPort[_0x59568f(0x15c)](_0x1a1d26);}catch(_0x3be60c){logger[_0x59568f(0x16d)]('Exception\x20in\x20sending\x20worker\x20message\x20'+util[_0x59568f(0x19c)](_0x3be60c));}});}catch(_0x2027b1){logger[_0x34cc38(0x16d)](_0x34cc38(0x180)+util['format'](_0x2027b1));}return _0x5e9574;});PerformanceTester[_0x373a59(0x18c)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x1f742e[_0x373a59(0x1b7)](_0x30f8c7=>_0x1b6c61(_0x30f8c7)[_0x373a59(0x197)](_0x504d51=>_0x4c30a5['emit'](_0x373a59(0x17e),[_0x30f8c7[_0x373a59(0x17f)][_0x373a59(0x19a)],_0x504d51]),_0x3feec0=>_0x4c30a5['emit'](_0x373a59(0x198),[_0x30f8c7,_0x3feec0]))))[_0x373a59(0x197)](_0x437bc8,_0x437bc8);}),exports[a50_0x32c0d9(0x15f)]=(_0x7d0fff,_0x535495,_0x354d72,_0x4f9605,_0x2fbebd)=>{const _0x502d07=a50_0x32c0d9,_0x26893f={'DPHPk':_0x502d07(0x1a7),'FEwLG':'Workers\x20failed\x20to\x20exit\x20gracefully','LSXsu':function(_0x29c309,_0x23acd0){return _0x29c309(_0x23acd0);},'ZmBbP':_0x502d07(0x196),'GsGjV':_0x502d07(0x16b),'oJfNd':_0x502d07(0x1a1),'SkgUw':_0x502d07(0x163),'kXTGj':_0x502d07(0x165),'EZhBY':_0x502d07(0x178)};return new Promise(_0x1b746f=>{const _0x289477=_0x502d07,_0x1c8196={'PnZKA':_0x26893f['FEwLG'],'JWTco':function(_0x1960c0,_0x4788f8){const _0x594ba3=a50_0x3cd8;return _0x26893f[_0x594ba3(0x187)](_0x1960c0,_0x4788f8);}},_0x5cb95c=[],_0x1e92d0=new Worker(require[_0x289477(0x171)](_0x26893f[_0x289477(0x167)]),{'exposedMethods':[_0x26893f['GsGjV']],'forkOptions':{'serialization':_0x26893f[_0x289477(0x159)],'stdio':_0x26893f[_0x289477(0x160)]},'numWorkers':_0x7d0fff[_0x289477(0x174)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4106bf=new Emittery();_0x4106bf['on'](_0x26893f[_0x289477(0x16f)],_0x4320cf=>{const _0x419169=_0x289477;_0x5cb95c[_0x419169(0x15d)]([_0x4320cf[0x0],_0x4320cf[0x1]]);}),_0x4106bf['on'](_0x26893f[_0x289477(0x175)],_0x5553c4=>console[_0x289477(0x162)](_0x5553c4[0x1]));_0x1e92d0[_0x289477(0x18d)]()&&_0x1e92d0[_0x289477(0x18d)]()['pipe'](process[_0x289477(0x1b6)]);_0x1e92d0[_0x289477(0x1b3)]()&&_0x1e92d0['getStderr']()['pipe'](process[_0x289477(0x177)]);const _0x4713b7=async()=>{const _0x35ca85=_0x289477,{forceExited:_0xdee615}=await _0x1e92d0[_0x35ca85(0x18c)]();_0xdee615&&console[_0x35ca85(0x181)](_0x1c8196[_0x35ca85(0x17a)]),_0x1c8196[_0x35ca85(0x194)](_0x1b746f,_0x5cb95c);},_0x34b309=_0x26893f[_0x289477(0x187)](pLimit,_0x7d0fff[_0x289477(0x174)]||0x1),_0x40627f=(_0x377c06,_0x26a90e)=>_0x34b309(async()=>{const _0x2e2698=_0x289477;return await _0x4106bf[_0x2e2698(0x1aa)](_0x26893f['DPHPk'],_0x377c06),_0x535495[_0x2e2698(0x1ac)]=_0x354d72[_0x2e2698(0x183)][_0x26a90e],_0x1e92d0[_0x2e2698(0x16b)](_0x377c06,_0x535495,_0x354d72,_0x4f9605,_0x2fbebd);});Promise[_0x289477(0x1a6)](_0x7d0fff[_0x289477(0x1b7)]((_0x179523,_0x11331f)=>_0x40627f(_0x179523,_0x11331f)[_0x289477(0x197)](_0x4cc879=>_0x4106bf[_0x289477(0x1aa)](_0x289477(0x165),[_0x179523,_0x4cc879]),_0x99db76=>_0x4106bf[_0x289477(0x1aa)](_0x289477(0x178),[_0x179523,_0x99db76]))))[_0x289477(0x197)](_0x4713b7,_0x4713b7);});},exports[a50_0x32c0d9(0x1ae)]=(_0x544fdc,_0xa03a35)=>new Promise(_0x28d4f7=>{const _0x1fc91d=a50_0x32c0d9,_0x5386a6={'DWDuA':function(_0x5741f1,_0x3f5d2e){return _0x5741f1===_0x3f5d2e;},'RsxUe':function(_0x36932c,_0x1dbddc){return _0x36932c!==_0x1dbddc;},'gpDkI':_0x1fc91d(0x179),'KCSbI':_0x1fc91d(0x16a),'ujhUZ':function(_0xc078f4,_0x43bd06){return _0xc078f4(_0x43bd06);},'mxhxw':_0x1fc91d(0x196),'EAIqh':_0x1fc91d(0x157),'rXFuF':'json','UlTPt':_0x1fc91d(0x163),'nNAeu':_0x1fc91d(0x17e),'BPUTg':_0x1fc91d(0x198)},_0x425166={},_0x47b4af=new Worker(require[_0x1fc91d(0x171)](_0x5386a6['mxhxw']),{'exposedMethods':[_0x5386a6[_0x1fc91d(0x199)]],'forkOptions':{'serialization':_0x5386a6['rXFuF'],'stdio':_0x5386a6[_0x1fc91d(0x1ab)]},'numWorkers':_0xa03a35,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0xb1454c=new Emittery();_0xb1454c['on'](_0x5386a6[_0x1fc91d(0x195)],_0x292c9b=>{const _0x1464ae=_0x1fc91d;_0x292c9b[0x0]&&logger[_0x1464ae(0x18f)](_0x1464ae(0x17d)+_0x292c9b[0x1]+_0x1464ae(0x158),_0x292c9b[0x0]);}),_0xb1454c['on'](_0x5386a6['BPUTg'],_0x315325=>{const _0x419fb2=_0x1fc91d;process[_0x419fb2(0x19f)]=0x1;});_0x47b4af[_0x1fc91d(0x18d)]()&&_0x47b4af[_0x1fc91d(0x18d)]()[_0x1fc91d(0x163)](process[_0x1fc91d(0x1b6)]);_0x47b4af[_0x1fc91d(0x1b3)]()&&_0x47b4af[_0x1fc91d(0x1b3)]()[_0x1fc91d(0x163)](process[_0x1fc91d(0x177)]);const _0x391ea6=async()=>{const _0x19f408=_0x1fc91d,_0x189913={'DcuiS':function(_0x681312,_0x15602f){const _0x446b83=a50_0x3cd8;return _0x5386a6[_0x446b83(0x188)](_0x681312,_0x15602f);},'LhOPn':function(_0x54b739,_0x7913d2){const _0x1fb117=a50_0x3cd8;return _0x5386a6[_0x1fb117(0x182)](_0x54b739,_0x7913d2);},'ZrqQG':_0x5386a6[_0x19f408(0x15b)]};let _0x2e7306=0x0;const _0x35eaee=_0x47b4af[_0x19f408(0x1a3)][_0x19f408(0x1a4)](),_0x5cb7cc=()=>{},_0x231bd8=_0x35eaee['map'](async _0x2cdca4=>{const _0x2aa5b5=_0x19f408,_0x4d1824={'kzGlv':function(_0xe72304,_0x3f6406){return _0x189913['DcuiS'](_0xe72304,_0x3f6406);},'SZxpS':function(_0x350253,_0x1e4d9d){const _0x2f1d0c=a50_0x3cd8;return _0x189913[_0x2f1d0c(0x168)](_0x350253,_0x1e4d9d);}};_0x2cdca4[_0x2aa5b5(0x164)]([0x2,![]],_0x5cb7cc,_0x5cb7cc,_0x5cb7cc),_0x2cdca4[_0x2aa5b5(0x19b)]['on'](_0x189913[_0x2aa5b5(0x192)],_0x15878c=>{const _0x13f3aa=_0x2aa5b5;_0x4d1824[_0x13f3aa(0x19d)](_0x2e7306,0x0)&&_0x4d1824['SZxpS'](_0x15878c,0x0)&&(_0x2e7306=_0x15878c);}),await _0x2cdca4[_0x2aa5b5(0x1a2)]();});await Promise[_0x19f408(0x1a6)](_0x231bd8),process[_0x19f408(0x19f)]=_0x2e7306;const {forceExited:_0x3e52ac}=await _0x47b4af['end']();_0x3e52ac&&console[_0x19f408(0x181)](_0x5386a6[_0x19f408(0x1a8)]),_0x5386a6['ujhUZ'](_0x28d4f7,_0x425166);},_0x492a71=_0x5386a6['ujhUZ'](pLimit,_0xa03a35),_0x5954e3=_0x592091=>_0x492a71(async()=>{return _0x47b4af['vanillaWorker'](_0x592091);});Promise[_0x1fc91d(0x1a6)](_0x544fdc[_0x1fc91d(0x1b7)](_0x33cfa5=>_0x5954e3(_0x33cfa5)[_0x1fc91d(0x197)](_0x5766f9=>_0xb1454c[_0x1fc91d(0x1aa)](_0x1fc91d(0x17e),[_0x33cfa5['configuration'][_0x1fc91d(0x19a)],_0x33cfa5[_0x1fc91d(0x17f)][_0x1fc91d(0x1b0)]]),_0xaf8444=>_0xb1454c[_0x1fc91d(0x1aa)](_0x1fc91d(0x198),[_0x33cfa5,_0xaf8444]))))[_0x1fc91d(0x197)](_0x391ea6,_0x391ea6);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0x260240=a51_0x49eb;(function(_0x1431e9,_0x5a97cd){const _0x28aefd=a51_0x49eb,_0x4c4837=_0x1431e9();while(!![]){try{const _0x24f309=parseInt(_0x28aefd(0x12b))/0x1+-parseInt(_0x28aefd(0x115))/0x2*(parseInt(_0x28aefd(0x11a))/0x3)+parseInt(_0x28aefd(0x117))/0x4*(-parseInt(_0x28aefd(0x118))/0x5)+-parseInt(_0x28aefd(0x132))/0x6+parseInt(_0x28aefd(0x116))/0x7+parseInt(_0x28aefd(0x125))/0x8*(parseInt(_0x28aefd(0x12c))/0x9)+-parseInt(_0x28aefd(0x134))/0xa;if(_0x24f309===_0x5a97cd)break;else _0x4c4837['push'](_0x4c4837['shift']());}catch(_0x593cc4){_0x4c4837['push'](_0x4c4837['shift']());}}}(a51_0x19cd,0x2b0bc));function a51_0x19cd(){const _0x2f707c=['stopMonitoring','Cjjmg','JBwvM','MJssA','formatter','end','8248rxaZIw','runCucumberTest','UFxTe','run','iwgYh','runVanillaTest','311966zeLdpB','3051BnrpZK','../../helpers/test-observability/utils','../../helpers/performance/performance-tester','AlMRH','EVENTS','HppqY','1389390sBtZqz','runTest','2435470YpXHSR','964Zyhlft','2148153jtMuCg','2416sVUzvG','2045LFeSdF','GpGZf','435XyOBeV','cucumber-js','vanilla','startMonitoring','../launcher/launcher'];a51_0x19cd=function(){return _0x2f707c;};return a51_0x19cd();}function a51_0x49eb(_0x54371c,_0x43e6bd){const _0x19cde0=a51_0x19cd();return a51_0x49eb=function(_0x49eb95,_0x527604){_0x49eb95=_0x49eb95-0x115;let _0x9a0b9=_0x19cde0[_0x49eb95];return _0x9a0b9;},a51_0x49eb(_0x54371c,_0x43e6bd);}const PerformanceEvents=require('../../helpers/performance/constants')[a51_0x260240(0x130)],PerformanceTester=require(a51_0x260240(0x12e)),{sleep}=require(a51_0x260240(0x12d));exports[a51_0x260240(0x133)]=async(_0x3cfb18,_0x2c71d5)=>{const _0x4ad820=a51_0x260240,_0x34c390={'UFxTe':function(_0x16376b,_0x5ea1ac){return _0x16376b(_0x5ea1ac);},'HppqY':_0x4ad820(0x11e),'iwgYh':'mocha'};PerformanceTester[_0x4ad820(0x11d)]();const _0x4ce834=_0x34c390[_0x4ad820(0x127)](require,_0x34c390[_0x4ad820(0x131)]),_0x5b1a48=new _0x4ce834(_0x34c390[_0x4ad820(0x129)],_0x3cfb18,_0x2c71d5),_0x22718d=await _0x5b1a48[_0x4ad820(0x128)]();return PerformanceTester[_0x4ad820(0x124)](PerformanceEvents['SDK_POST_TEST']),await _0x34c390[_0x4ad820(0x127)](sleep,0x3e8),PerformanceTester[_0x4ad820(0x11f)](),_0x22718d;},exports[a51_0x260240(0x126)]=async(_0x5ae14f,_0x3b67fc,_0xcf3e23,_0x5873d8,_0x1bfce7)=>{const _0x3884e6=a51_0x260240,_0x4501d6={'GpGZf':function(_0x54f637,_0x5e2306){return _0x54f637(_0x5e2306);},'Cjjmg':_0x3884e6(0x11e),'bcFUD':_0x3884e6(0x11b)},_0x557143={'capability':_0x5ae14f,..._0x3b67fc},_0x347665={};_0x347665['configuration']=_0x557143,_0x347665[_0x3884e6(0x123)]=_0x1bfce7;const _0x235c3d=_0x347665,_0xb0ab2d=_0x4501d6[_0x3884e6(0x119)](require,_0x4501d6[_0x3884e6(0x120)]),_0xda009f=new _0xb0ab2d(_0x4501d6['bcFUD'],_0x235c3d,_0xcf3e23,_0x5873d8);return await _0xda009f['run']();},exports[a51_0x260240(0x12a)]=async _0x2e9960=>{const _0x26cc0f=a51_0x260240,_0x224e8d={'AlMRH':function(_0x5c0b84,_0x2bc09f){return _0x5c0b84(_0x2bc09f);},'JBwvM':_0x26cc0f(0x11e),'MJssA':_0x26cc0f(0x11c)},_0x3e6783=_0x224e8d[_0x26cc0f(0x12f)](require,_0x224e8d[_0x26cc0f(0x121)]),_0x532003=new _0x3e6783(_0x224e8d[_0x26cc0f(0x122)],_0x2e9960);return await _0x532003[_0x26cc0f(0x128)]();};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52_0x56b80c=a52_0x1cc8;(function(_0x5dd920,_0x477700){const _0x3aabd7=a52_0x1cc8,_0x3ac353=_0x5dd920();while(!![]){try{const _0x3a8b09=parseInt(_0x3aabd7(0x126))/0x1*(-parseInt(_0x3aabd7(0x12f))/0x2)+parseInt(_0x3aabd7(0x129))/0x3+-parseInt(_0x3aabd7(0x12d))/0x4+-parseInt(_0x3aabd7(0x124))/0x5+-parseInt(_0x3aabd7(0x12b))/0x6+parseInt(_0x3aabd7(0x12a))/0x7*(parseInt(_0x3aabd7(0x128))/0x8)+parseInt(_0x3aabd7(0x131))/0x9;if(_0x3a8b09===_0x477700)break;else _0x3ac353['push'](_0x3ac353['shift']());}catch(_0x5a160b){_0x3ac353['push'](_0x3ac353['shift']());}}}(a52_0x77e0,0xa79a9));const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x56b80c(0x125));function a52_0x1cc8(_0x31f9f4,_0x4e5b89){const _0x77e03e=a52_0x77e0();return a52_0x1cc8=function(_0x1cc8e0,_0x55e8d8){_0x1cc8e0=_0x1cc8e0-0x124;let _0x2df529=_0x77e03e[_0x1cc8e0];return _0x2df529;},a52_0x1cc8(_0x31f9f4,_0x4e5b89);}function a52_0x77e0(){const _0x5abaaa=['12646NCgLrP','worker','34828119PJheSP','4007400xLaHKY','./runTest','23fNoQUG','hSBtf','320864jHkKgq','600258vxUXFs','14cofquS','7814436ijuYHe','OXFWG','4857092KsEodx','vanillaWorker'];a52_0x77e0=function(){return _0x5abaaa;};return a52_0x77e0();}exports[a52_0x56b80c(0x130)]=async(_0x3e17de,_0xb02f07)=>{const _0x539806={'IZGJS':function(_0xd10088,_0x1f4f2b,_0x2c3618){return _0xd10088(_0x1f4f2b,_0x2c3618);}};return await _0x539806['IZGJS'](runTest,_0x3e17de,_0xb02f07);},exports['cucumberWorker']=async(_0x2c339c,_0x153936,_0x200026,_0xf74873,_0x493aab)=>{const _0x11bde9=a52_0x56b80c,_0x51f66f={'OXFWG':function(_0x564d04,_0x3fe495,_0x2d96a7,_0x4367e7,_0x29600e,_0x29afb9){return _0x564d04(_0x3fe495,_0x2d96a7,_0x4367e7,_0x29600e,_0x29afb9);}};return await _0x51f66f[_0x11bde9(0x12c)](runCucumberTest,_0x2c339c,_0x153936,_0x200026,_0xf74873,_0x493aab);},exports[a52_0x56b80c(0x12e)]=async _0x41e78=>{const _0xdd4d94=a52_0x56b80c,_0x50b2fb={'hSBtf':function(_0x325477,_0x2c618f){return _0x325477(_0x2c618f);}};return await _0x50b2fb[_0xdd4d94(0x127)](runVanillaTest,_0x41e78);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a53_0x23f454=a53_0x5496;(function(_0x296d8a,_0x1b8b52){const _0x428ba9=a53_0x5496,_0x5dd7c6=_0x296d8a();while(!![]){try{const _0x2448bb=parseInt(_0x428ba9(0x1a7))/0x1*(parseInt(_0x428ba9(0x192))/0x2)+-parseInt(_0x428ba9(0x1ae))/0x3+-parseInt(_0x428ba9(0x19e))/0x4+parseInt(_0x428ba9(0x1b7))/0x5*(-parseInt(_0x428ba9(0x1b8))/0x6)+parseInt(_0x428ba9(0x1b9))/0x7+-parseInt(_0x428ba9(0x17a))/0x8+parseInt(_0x428ba9(0x18d))/0x9*(parseInt(_0x428ba9(0x187))/0xa);if(_0x2448bb===_0x1b8b52)break;else _0x5dd7c6['push'](_0x5dd7c6['shift']());}catch(_0xa4fb6){_0x5dd7c6['push'](_0x5dd7c6['shift']());}}}(a53_0x42da,0x95855));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x23f454(0x185)),getBrowserstackCLI=()=>{const _0x94ab2e=a53_0x23f454,_0x1c4c7f={'hzQiX':function(_0x1df368,_0x153717){return _0x1df368(_0x153717);},'CqTDo':_0x94ab2e(0x19c)};return _0x1c4c7f[_0x94ab2e(0x1cd)](require,_0x1c4c7f[_0x94ab2e(0x18e)]);};function a53_0x5496(_0x2a1fef,_0x24457a){const _0x42dae5=a53_0x42da();return a53_0x5496=function(_0x5496b7,_0xb73b36){_0x5496b7=_0x5496b7-0x176;let _0x479a93=_0x42dae5[_0x5496b7];return _0x479a93;},a53_0x5496(_0x2a1fef,_0x24457a);}class APIUtilityMethods{static[a53_0x23f454(0x18f)](_0x523d0e){const _0x4038c1=a53_0x23f454,_0x161056={'ELfBu':function(_0x5b094a){return _0x5b094a();},'lIAtn':function(_0xa7d018,_0x312746,_0x2f5000){return _0xa7d018(_0x312746,_0x2f5000);},'uVhpn':'apis','CqqFO':_0x4038c1(0x179),'AbJMI':_0x4038c1(0x1a5),'XTaog':function(_0x1177cf,_0x58b237){return _0x1177cf===_0x58b237;},'twCMU':function(_0x5b3997,_0x75a383){return _0x5b3997+_0x75a383;}},_0x1cebc0=_0x161056[_0x4038c1(0x1ba)](getBrowserstackCLI),_0x2fec2a=_0x161056[_0x4038c1(0x1c5)](nestedKeyValue,_0x1cebc0[_0x4038c1(0x1cb)]()[_0x4038c1(0x196)](),[_0x161056[_0x4038c1(0x181)],_0x161056['CqqFO'],_0x161056[_0x4038c1(0x177)]])||constants[_0x4038c1(0x1c8)];if(!_0x523d0e||_0x161056[_0x4038c1(0x18b)](_0x523d0e,''))return _0x2fec2a;const _0xa69bf9=_0x2fec2a[_0x4038c1(0x19f)]('/')?_0x2fec2a:_0x161056['twCMU'](_0x2fec2a,'/');return new URL(_0x523d0e,_0xa69bf9)[_0x4038c1(0x189)]();}static[a53_0x23f454(0x17b)](_0x29f53a){const _0x35f862=a53_0x23f454,_0x3a1a6f={'EFWhH':function(_0xbb232){return _0xbb232();},'qIqJk':function(_0x5d6241,_0x3a4c19,_0x2f2e76){return _0x5d6241(_0x3a4c19,_0x2f2e76);},'DexGH':_0x35f862(0x17c),'XoOTG':_0x35f862(0x188),'CySuj':_0x35f862(0x1a5),'NMMal':function(_0x42e52f,_0x7251e3){return _0x42e52f===_0x7251e3;},'eSfuR':function(_0x52065f,_0x296cb4){return _0x52065f+_0x296cb4;}},_0x39f08b=_0x3a1a6f['EFWhH'](getBrowserstackCLI),_0x5a3823=_0x3a1a6f[_0x35f862(0x19a)](nestedKeyValue,_0x39f08b[_0x35f862(0x1cb)]()['getConfig'](),[_0x3a1a6f[_0x35f862(0x186)],_0x3a1a6f['XoOTG'],_0x3a1a6f['CySuj']])||constants[_0x35f862(0x1a4)];if(!_0x29f53a||_0x3a1a6f[_0x35f862(0x1b4)](_0x29f53a,''))return _0x5a3823;const _0xf7ca13=_0x5a3823[_0x35f862(0x19f)]('/')?_0x5a3823:_0x3a1a6f[_0x35f862(0x19d)](_0x5a3823,'/');return new URL(_0x29f53a,_0xf7ca13)[_0x35f862(0x189)]();}static[a53_0x23f454(0x1b1)](_0x4fc9f2){const _0x3e50df=a53_0x23f454,_0x76d58c={'qkDtX':function(_0xbbe025){return _0xbbe025();},'EdpcI':function(_0x159e00,_0x17040b,_0x43d2b9){return _0x159e00(_0x17040b,_0x43d2b9);},'iRKck':_0x3e50df(0x17c),'yahcH':'automate','gbMxs':_0x3e50df(0x1a5),'rJaWu':function(_0x2cab43,_0x1993b7){return _0x2cab43===_0x1993b7;},'HGwBH':function(_0x54ee3a,_0x319de4){return _0x54ee3a+_0x319de4;}},_0x194bdf=_0x76d58c[_0x3e50df(0x17f)](getBrowserstackCLI),_0x5cc8c2=_0x76d58c[_0x3e50df(0x1c4)](nestedKeyValue,_0x194bdf[_0x3e50df(0x1cb)]()['getConfig'](),[_0x76d58c['iRKck'],_0x76d58c[_0x3e50df(0x199)],_0x76d58c[_0x3e50df(0x1b2)]])||constants['BROWSERSTACK_API_URL'];if(!_0x4fc9f2||_0x76d58c[_0x3e50df(0x1c0)](_0x4fc9f2,''))return _0x5cc8c2;const _0x49b90a=_0x5cc8c2['endsWith']('/')?_0x5cc8c2:_0x76d58c[_0x3e50df(0x1a3)](_0x5cc8c2,'/');return new URL(_0x4fc9f2,_0x49b90a)[_0x3e50df(0x189)]();}static[a53_0x23f454(0x1c2)](_0x144157){const _0x4dd3b5=a53_0x23f454,_0x35cc94={'QVYsJ':function(_0xd23202){return _0xd23202();},'EDqbw':function(_0xc06ae4,_0x4d17e0,_0x2d6f29){return _0xc06ae4(_0x4d17e0,_0x2d6f29);},'CNNYQ':_0x4dd3b5(0x17c),'CTonb':_0x4dd3b5(0x178),'QxSiu':_0x4dd3b5(0x1a5),'HOLKH':function(_0x5e7e16,_0x36db15){return _0x5e7e16===_0x36db15;},'UThuR':function(_0x45c3b2,_0x5cb675){return _0x45c3b2+_0x5cb675;}},_0x4c6ae0=_0x35cc94[_0x4dd3b5(0x19b)](getBrowserstackCLI),_0xef8b4=_0x35cc94['EDqbw'](nestedKeyValue,_0x4c6ae0[_0x4dd3b5(0x1cb)]()[_0x4dd3b5(0x196)](),[_0x35cc94[_0x4dd3b5(0x1a6)],_0x35cc94[_0x4dd3b5(0x1c9)],_0x35cc94[_0x4dd3b5(0x18c)]])||constants[_0x4dd3b5(0x1c8)];if(!_0x144157||_0x35cc94['HOLKH'](_0x144157,''))return _0xef8b4;const _0x183553=_0xef8b4[_0x4dd3b5(0x19f)]('/')?_0xef8b4:_0x35cc94[_0x4dd3b5(0x18a)](_0xef8b4,'/');return new URL(_0x144157,_0x183553)[_0x4dd3b5(0x189)]();}static[a53_0x23f454(0x1c7)](_0x5d0aa3){const _0x1badf5=a53_0x23f454,_0x28d135={'XrFfq':function(_0x2d7090){return _0x2d7090();},'mmhbQ':function(_0x3c48b2,_0x1e3e4b,_0x9727e7){return _0x3c48b2(_0x1e3e4b,_0x9727e7);},'odaTP':_0x1badf5(0x17c),'dHBuJ':'automate','NGtra':_0x1badf5(0x1a5),'VFeJx':function(_0x50683a,_0x49f288){return _0x50683a===_0x49f288;},'EoHND':function(_0x1437bb,_0x887632){return _0x1437bb+_0x887632;}},_0x2fcef9=_0x28d135[_0x1badf5(0x1bc)](getBrowserstackCLI),_0x3b391c=_0x28d135['mmhbQ'](nestedKeyValue,_0x2fcef9[_0x1badf5(0x1cb)]()[_0x1badf5(0x196)](),[_0x28d135[_0x1badf5(0x184)],_0x28d135[_0x1badf5(0x197)],_0x28d135['NGtra']])||constants[_0x1badf5(0x1c8)];if(!_0x5d0aa3||_0x28d135['VFeJx'](_0x5d0aa3,''))return _0x3b391c;const _0x165738=_0x3b391c['endsWith']('/')?_0x3b391c:_0x28d135[_0x1badf5(0x1a1)](_0x3b391c,'/');return new URL(_0x5d0aa3,_0x165738)[_0x1badf5(0x189)]();}static['getAppAutomateSessionNameAPIUrl'](_0x4408ef){const _0x190694=a53_0x23f454,_0x2e61bc={'YOkAS':function(_0x53a6ba){return _0x53a6ba();},'UlQhE':function(_0x4f0a89,_0x8d7d6e,_0x279f92){return _0x4f0a89(_0x8d7d6e,_0x279f92);},'PqNAi':'apis','HjdAF':_0x190694(0x178),'YPdhO':_0x190694(0x1a5),'oJhpw':function(_0x2762f0,_0x49de12){return _0x2762f0===_0x49de12;},'kpJkb':function(_0x21079b,_0x42fa8e){return _0x21079b+_0x42fa8e;}},_0x1b825f=_0x2e61bc[_0x190694(0x1ab)](getBrowserstackCLI),_0x300f84=_0x2e61bc[_0x190694(0x1ac)](nestedKeyValue,_0x1b825f[_0x190694(0x1cb)]()['getConfig'](),[_0x2e61bc[_0x190694(0x1c3)],_0x2e61bc['HjdAF'],_0x2e61bc['YPdhO']])||constants[_0x190694(0x1c8)];if(!_0x4408ef||_0x2e61bc[_0x190694(0x1a2)](_0x4408ef,''))return _0x300f84;const _0x20b6cb=_0x300f84['endsWith']('/')?_0x300f84:_0x2e61bc[_0x190694(0x182)](_0x300f84,'/');return new URL(_0x4408ef,_0x20b6cb)[_0x190694(0x189)]();}static[a53_0x23f454(0x1ce)](_0x32f957){const _0x115ca8=a53_0x23f454,_0x486c28={'SMrHF':function(_0x3a58da){return _0x3a58da();},'SCzzS':function(_0x15a833,_0x220317,_0x309300){return _0x15a833(_0x220317,_0x309300);},'TYWrA':'apis','pBWno':_0x115ca8(0x179),'GSUju':_0x115ca8(0x1a5),'KVzgm':function(_0x1fe7bf,_0x1d773b){return _0x1fe7bf===_0x1d773b;},'hmsSr':function(_0x520f8c,_0x324e87){return _0x520f8c+_0x324e87;}},_0x7489df=_0x486c28['SMrHF'](getBrowserstackCLI),_0x46495e=_0x486c28['SCzzS'](nestedKeyValue,_0x7489df[_0x115ca8(0x1cb)]()[_0x115ca8(0x196)](),[_0x486c28[_0x115ca8(0x1d1)],_0x486c28[_0x115ca8(0x1b5)],_0x486c28['GSUju']])||constants[_0x115ca8(0x1c8)];if(!_0x32f957||_0x486c28[_0x115ca8(0x1d0)](_0x32f957,''))return _0x46495e;const _0x101dae=_0x46495e[_0x115ca8(0x19f)]('/')?_0x46495e:_0x486c28[_0x115ca8(0x1cc)](_0x46495e,'/');return new URL(_0x32f957,_0x101dae)['toString']()[_0x115ca8(0x195)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x455f89){const _0x199793=a53_0x23f454,_0x4bf392={'NXjns':function(_0x3cf1ea){return _0x3cf1ea();},'BnUqE':function(_0x140af5,_0x566439,_0x2b6b08){return _0x140af5(_0x566439,_0x2b6b08);},'drHIN':_0x199793(0x17c),'KVftM':_0x199793(0x178),'yXByv':_0x199793(0x1a5),'FmklY':function(_0x5817e1,_0x528f0e){return _0x5817e1===_0x528f0e;},'qOOeK':function(_0x447a05,_0x46723e){return _0x447a05+_0x46723e;}},_0x5ef50f=_0x4bf392[_0x199793(0x1a9)](getBrowserstackCLI),_0x28f7a0=_0x4bf392[_0x199793(0x1bb)](nestedKeyValue,_0x5ef50f[_0x199793(0x1cb)]()[_0x199793(0x196)](),[_0x4bf392['drHIN'],_0x4bf392[_0x199793(0x1af)],_0x4bf392[_0x199793(0x191)]])||constants[_0x199793(0x1cf)];if(!_0x455f89||_0x4bf392[_0x199793(0x1c1)](_0x455f89,''))return _0x28f7a0;const _0x3b72d1=_0x28f7a0[_0x199793(0x19f)]('/')?_0x28f7a0:_0x4bf392[_0x199793(0x1bf)](_0x28f7a0,'/');return new URL(_0x455f89,_0x3b72d1)[_0x199793(0x189)]()['replace'](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x663537){const _0x282af4=a53_0x23f454,_0x7638d6={'ItxpB':function(_0x19c382){return _0x19c382();},'pmiCy':function(_0x1269da,_0x27e966,_0x39533b){return _0x1269da(_0x27e966,_0x39533b);},'DnEDV':_0x282af4(0x17c),'UxSEU':_0x282af4(0x1be),'XPZZn':_0x282af4(0x1bd),'zigpb':function(_0xfe6905,_0x5815fb){return _0xfe6905===_0x5815fb;},'FYydT':function(_0x3899b8,_0xc70399){return _0x3899b8+_0xc70399;}},_0x5109b9=_0x7638d6[_0x282af4(0x194)](getBrowserstackCLI),_0x527306=_0x7638d6['pmiCy'](nestedKeyValue,_0x5109b9[_0x282af4(0x1cb)]()['getConfig'](),[_0x7638d6[_0x282af4(0x1c6)],_0x7638d6[_0x282af4(0x176)],_0x7638d6[_0x282af4(0x198)]])||constants[_0x282af4(0x1aa)];if(!_0x663537||_0x7638d6[_0x282af4(0x193)](_0x663537,''))return _0x527306;const _0x4998be=_0x527306[_0x282af4(0x19f)]('/')?_0x527306:_0x7638d6[_0x282af4(0x17e)](_0x527306,'/');return new URL(_0x663537,_0x4998be)[_0x282af4(0x189)]();}static[a53_0x23f454(0x1ad)](_0xdd9dcc){const _0x5c615a=a53_0x23f454,_0x5c6693={'kXoSM':function(_0x5993d4){return _0x5993d4();},'JWHmA':function(_0x379e41,_0x277c62,_0x56baee){return _0x379e41(_0x277c62,_0x56baee);},'yaoMW':_0x5c615a(0x17c),'xeoZn':'automate','CDBeA':_0x5c615a(0x1a8),'wyskJ':'wss:','xPdbG':function(_0x3b982a,_0x52a874){return _0x3b982a===_0x52a874;},'FGBfR':function(_0x412598,_0x316a98){return _0x412598+_0x316a98;},'WufVm':_0x5c615a(0x17d)},_0x17b5c6=_0x5c6693['kXoSM'](getBrowserstackCLI),_0x38e52e=_0x5c6693[_0x5c615a(0x1b6)](nestedKeyValue,_0x17b5c6[_0x5c615a(0x1cb)]()[_0x5c615a(0x196)](),[_0x5c6693[_0x5c615a(0x1a0)],_0x5c6693[_0x5c615a(0x180)],_0x5c6693['CDBeA']]),_0x34c5f2=(_0x38e52e?_0x38e52e['replace'](/^https:/,_0x5c6693['wyskJ']):null)||constants[_0x5c615a(0x183)];let _0x2e3c1;if(!_0xdd9dcc||_0x5c6693[_0x5c615a(0x1b0)](_0xdd9dcc,''))_0x2e3c1=_0x34c5f2;else{const _0x17b4b5=_0x34c5f2[_0x5c615a(0x19f)]('/')?_0x34c5f2:_0x5c6693[_0x5c615a(0x1ca)](_0x34c5f2,'/');_0x2e3c1=new URL(_0xdd9dcc,_0x17b4b5)['toString']();}return!_0x2e3c1['endsWith'](_0x5c6693[_0x5c615a(0x190)])&&(_0x2e3c1+=_0x5c6693[_0x5c615a(0x190)]),_0x2e3c1;}}module[a53_0x23f454(0x1b3)]=APIUtilityMethods;function a53_0x42da(){const _0x5d534c=['OBSERVABILITY_UPLOAD_URL','YOkAS','UlQhE','getPlaywrightHubUrl','188064FKIsDa','KVftM','xPdbG','getAutomateSessionStatusAPIUrl','gbMxs','exports','NMMal','pBWno','JWHmA','5PbtwSf','3859668qvjgwx','1628865oTmnKY','ELfBu','BnUqE','XrFfq','upload','observability','qOOeK','rJaWu','FmklY','getAppAutomateSessionStatusAPIUrl','PqNAi','EdpcI','lIAtn','DnEDV','getAutomateSessionNameAPIUrl','BROWSERSTACK_API_URL','CTonb','FGBfR','getInstance','hmsSr','hzQiX','getAutomateSessionsListAPIUrl','APP_UPLOAD_URL','KVzgm','TYWrA','UxSEU','AbJMI','appAutomate','automate','5730144djQGWM','getEdsInstrumentationAPIUrl','apis','/playwright?caps=','FYydT','qkDtX','xeoZn','uVhpn','kpJkb','PLAYWRIGHT_HUB_URL','odaTP','./sharedUtils','DexGH','8766380bOkXrv','edsInstrumentation','toString','UThuR','XTaog','QxSiu','27Clveve','CqTDo','getBStackAPIUrl','WufVm','yXByv','736174enQOwD','zigpb','ItxpB','replace','getConfig','dHBuJ','XPZZn','yahcH','qIqJk','QVYsJ','../v2/browserstackCLI','eSfuR','4784100HdQkvI','endsWith','yaoMW','EoHND','oJhpw','HGwBH','EDS_URL','api','CNNYQ','1VPExyk','cdp','NXjns'];a53_0x42da=function(){return _0x5d534c;};return a53_0x42da();}
|
|
1
|
+
function a53_0x4a53(_0xf61c3d,_0x37af28){const _0x3bf5db=a53_0x3bf5();return a53_0x4a53=function(_0x4a53da,_0x3625d6){_0x4a53da=_0x4a53da-0x1bb;let _0x26d148=_0x3bf5db[_0x4a53da];return _0x26d148;},a53_0x4a53(_0xf61c3d,_0x37af28);}const a53_0x13de5b=a53_0x4a53;(function(_0x4250fa,_0x2f3b4e){const _0x2db544=a53_0x4a53,_0x54b2d0=_0x4250fa();while(!![]){try{const _0x9f7fca=-parseInt(_0x2db544(0x1ff))/0x1+parseInt(_0x2db544(0x1e4))/0x2*(parseInt(_0x2db544(0x203))/0x3)+-parseInt(_0x2db544(0x1f0))/0x4*(parseInt(_0x2db544(0x1c9))/0x5)+parseInt(_0x2db544(0x1d5))/0x6+-parseInt(_0x2db544(0x1d9))/0x7+parseInt(_0x2db544(0x1c8))/0x8*(parseInt(_0x2db544(0x1ef))/0x9)+parseInt(_0x2db544(0x207))/0xa*(parseInt(_0x2db544(0x1dc))/0xb);if(_0x9f7fca===_0x2f3b4e)break;else _0x54b2d0['push'](_0x54b2d0['shift']());}catch(_0x1ee15d){_0x54b2d0['push'](_0x54b2d0['shift']());}}}(a53_0x3bf5,0xbbefb));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x13de5b(0x209)),getBrowserstackCLI=()=>{const _0x5935fe=a53_0x13de5b,_0x1a7da4={'Wbasb':function(_0x20e62d,_0x40ba20){return _0x20e62d(_0x40ba20);},'kLmny':_0x5935fe(0x1e1)};return _0x1a7da4[_0x5935fe(0x1d4)](require,_0x1a7da4[_0x5935fe(0x20c)]);};class APIUtilityMethods{static[a53_0x13de5b(0x1f3)](_0x16e11a){const _0x2b9f80=a53_0x13de5b,_0x5226ab={'TEGCY':function(_0x383efe){return _0x383efe();},'qUiat':function(_0x3d3705,_0x4cfc0c,_0x1af406){return _0x3d3705(_0x4cfc0c,_0x1af406);},'uAjTM':'apis','DjFGm':_0x2b9f80(0x208),'qAZBK':_0x2b9f80(0x1c3),'zfhbe':function(_0x4d16e7,_0x1e1a55){return _0x4d16e7===_0x1e1a55;},'fTJFc':function(_0x1b837c,_0x18c5d6){return _0x1b837c+_0x18c5d6;}},_0x2c6924=_0x5226ab['TEGCY'](getBrowserstackCLI),_0x2016dc=_0x5226ab[_0x2b9f80(0x1df)](nestedKeyValue,_0x2c6924[_0x2b9f80(0x1bf)]()[_0x2b9f80(0x204)](),[_0x5226ab[_0x2b9f80(0x1dd)],_0x5226ab[_0x2b9f80(0x1cb)],_0x5226ab[_0x2b9f80(0x1f6)]])||constants['BROWSERSTACK_API_URL'];if(!_0x16e11a||_0x5226ab[_0x2b9f80(0x1bd)](_0x16e11a,''))return _0x2016dc;const _0xffa92f=_0x2016dc['endsWith']('/')?_0x2016dc:_0x5226ab[_0x2b9f80(0x1f1)](_0x2016dc,'/');return new URL(_0x16e11a,_0xffa92f)[_0x2b9f80(0x1fd)]();}static['getEdsInstrumentationAPIUrl'](_0x1298d5){const _0x56710a=a53_0x13de5b,_0x27c475={'QlCmf':function(_0x1b91d3){return _0x1b91d3();},'cMJWM':function(_0x12e09d,_0x43a1b5,_0x3e0674){return _0x12e09d(_0x43a1b5,_0x3e0674);},'XPhYM':_0x56710a(0x1ec),'tGvRi':_0x56710a(0x1fc),'eCZEl':_0x56710a(0x1c3),'LdAeq':function(_0x59fb0d,_0x1e39b1){return _0x59fb0d===_0x1e39b1;},'bptVQ':function(_0x1ceec5,_0x246f1a){return _0x1ceec5+_0x246f1a;}},_0x3a749b=_0x27c475['QlCmf'](getBrowserstackCLI),_0x4c237d=_0x27c475[_0x56710a(0x202)](nestedKeyValue,_0x3a749b[_0x56710a(0x1bf)]()[_0x56710a(0x204)](),[_0x27c475['XPhYM'],_0x27c475[_0x56710a(0x1c1)],_0x27c475[_0x56710a(0x1e3)]])||constants['EDS_URL'];if(!_0x1298d5||_0x27c475[_0x56710a(0x1fb)](_0x1298d5,''))return _0x4c237d;const _0x5a9b59=_0x4c237d[_0x56710a(0x20d)]('/')?_0x4c237d:_0x27c475[_0x56710a(0x1c6)](_0x4c237d,'/');return new URL(_0x1298d5,_0x5a9b59)[_0x56710a(0x1fd)]();}static[a53_0x13de5b(0x211)](_0x290363){const _0x3815c0=a53_0x13de5b,_0x37b3fb={'gVsHZ':function(_0x336da3){return _0x336da3();},'NNOgR':function(_0x1e9822,_0x37a5cc,_0x10a994){return _0x1e9822(_0x37a5cc,_0x10a994);},'JlOiK':_0x3815c0(0x1ec),'bRckU':_0x3815c0(0x208),'dDMkR':_0x3815c0(0x1c3),'HuhAx':function(_0x10bace,_0x2a0510){return _0x10bace===_0x2a0510;},'QkrBK':function(_0x79f68,_0x4b0f3b){return _0x79f68+_0x4b0f3b;}},_0x172164=_0x37b3fb['gVsHZ'](getBrowserstackCLI),_0x287654=_0x37b3fb[_0x3815c0(0x1fa)](nestedKeyValue,_0x172164[_0x3815c0(0x1bf)]()[_0x3815c0(0x204)](),[_0x37b3fb[_0x3815c0(0x1e7)],_0x37b3fb['bRckU'],_0x37b3fb['dDMkR']])||constants[_0x3815c0(0x20b)];if(!_0x290363||_0x37b3fb['HuhAx'](_0x290363,''))return _0x287654;const _0x17d897=_0x287654['endsWith']('/')?_0x287654:_0x37b3fb['QkrBK'](_0x287654,'/');return new URL(_0x290363,_0x17d897)[_0x3815c0(0x1fd)]();}static[a53_0x13de5b(0x20e)](_0x40fdbc){const _0x411eba=a53_0x13de5b,_0x1db006={'IIdXm':function(_0x46cb60){return _0x46cb60();},'pQlZZ':function(_0x5e1f7b,_0x4697b8,_0x245110){return _0x5e1f7b(_0x4697b8,_0x245110);},'tUOSC':'apis','kbnIU':_0x411eba(0x1ce),'sTKap':_0x411eba(0x1c3),'UGlwq':function(_0x287806,_0x5271cf){return _0x287806===_0x5271cf;},'UyypO':function(_0x408977,_0x60a55c){return _0x408977+_0x60a55c;}},_0x512e98=_0x1db006[_0x411eba(0x1f2)](getBrowserstackCLI),_0x36febe=_0x1db006[_0x411eba(0x1c2)](nestedKeyValue,_0x512e98[_0x411eba(0x1bf)]()[_0x411eba(0x204)](),[_0x1db006['tUOSC'],_0x1db006[_0x411eba(0x205)],_0x1db006[_0x411eba(0x1cc)]])||constants[_0x411eba(0x20b)];if(!_0x40fdbc||_0x1db006[_0x411eba(0x1e2)](_0x40fdbc,''))return _0x36febe;const _0x4da4dc=_0x36febe[_0x411eba(0x20d)]('/')?_0x36febe:_0x1db006[_0x411eba(0x1cd)](_0x36febe,'/');return new URL(_0x40fdbc,_0x4da4dc)[_0x411eba(0x1fd)]();}static[a53_0x13de5b(0x1f4)](_0x592876){const _0x51071f=a53_0x13de5b,_0x32ba46={'kWTpR':function(_0x1c4e25){return _0x1c4e25();},'ESnFF':function(_0x582372,_0x18fdf7,_0x24c8ca){return _0x582372(_0x18fdf7,_0x24c8ca);},'bWdiY':_0x51071f(0x1ec),'GSHHe':'automate','SSwAw':_0x51071f(0x1c3),'FBUxu':function(_0x43b6e1,_0xbbd766){return _0x43b6e1===_0xbbd766;},'yGKke':function(_0x59e715,_0x16c853){return _0x59e715+_0x16c853;}},_0x1a4c25=_0x32ba46[_0x51071f(0x20f)](getBrowserstackCLI),_0x12925e=_0x32ba46[_0x51071f(0x210)](nestedKeyValue,_0x1a4c25['getInstance']()[_0x51071f(0x204)](),[_0x32ba46[_0x51071f(0x1d1)],_0x32ba46['GSHHe'],_0x32ba46[_0x51071f(0x1e8)]])||constants['BROWSERSTACK_API_URL'];if(!_0x592876||_0x32ba46[_0x51071f(0x1fe)](_0x592876,''))return _0x12925e;const _0x344beb=_0x12925e[_0x51071f(0x20d)]('/')?_0x12925e:_0x32ba46[_0x51071f(0x1f7)](_0x12925e,'/');return new URL(_0x592876,_0x344beb)['toString']();}static['getAppAutomateSessionNameAPIUrl'](_0x31b55e){const _0x45105a=a53_0x13de5b,_0x46ccbd={'lpUow':function(_0x28f8c5){return _0x28f8c5();},'zjCYL':function(_0x199c6d,_0x137668,_0x3b9c5e){return _0x199c6d(_0x137668,_0x3b9c5e);},'LFIFq':_0x45105a(0x1ec),'vMXyb':'appAutomate','wCnny':_0x45105a(0x1c3),'BzNqG':function(_0x3b5092,_0x38df89){return _0x3b5092===_0x38df89;},'TXWCW':function(_0x7154cb,_0x251a1a){return _0x7154cb+_0x251a1a;}},_0x1235d7=_0x46ccbd['lpUow'](getBrowserstackCLI),_0x447e1d=_0x46ccbd[_0x45105a(0x1ed)](nestedKeyValue,_0x1235d7[_0x45105a(0x1bf)]()[_0x45105a(0x204)](),[_0x46ccbd['LFIFq'],_0x46ccbd['vMXyb'],_0x46ccbd[_0x45105a(0x1d3)]])||constants[_0x45105a(0x20b)];if(!_0x31b55e||_0x46ccbd['BzNqG'](_0x31b55e,''))return _0x447e1d;const _0x4872ef=_0x447e1d[_0x45105a(0x20d)]('/')?_0x447e1d:_0x46ccbd['TXWCW'](_0x447e1d,'/');return new URL(_0x31b55e,_0x4872ef)[_0x45105a(0x1fd)]();}static['getAutomateSessionsListAPIUrl'](_0x3aa979){const _0x2320db=a53_0x13de5b,_0x334892={'ThnXE':function(_0x30a484){return _0x30a484();},'Ssbpy':function(_0x3a738a,_0xc1629a,_0x1adae6){return _0x3a738a(_0xc1629a,_0x1adae6);},'gaVSh':_0x2320db(0x1ec),'jElCu':'automate','pPrut':'api','EQEkZ':function(_0x43d319,_0x438bc2){return _0x43d319===_0x438bc2;},'mBxKW':function(_0x1f1916,_0x5d1de8){return _0x1f1916+_0x5d1de8;}},_0x403f55=_0x334892[_0x2320db(0x1d8)](getBrowserstackCLI),_0x4938bf=_0x334892[_0x2320db(0x1d7)](nestedKeyValue,_0x403f55['getInstance']()['getConfig'](),[_0x334892[_0x2320db(0x201)],_0x334892[_0x2320db(0x1de)],_0x334892[_0x2320db(0x1bc)]])||constants[_0x2320db(0x20b)];if(!_0x3aa979||_0x334892[_0x2320db(0x1e9)](_0x3aa979,''))return _0x4938bf;const _0xc6ffb0=_0x4938bf['endsWith']('/')?_0x4938bf:_0x334892['mBxKW'](_0x4938bf,'/');return new URL(_0x3aa979,_0xc6ffb0)[_0x2320db(0x1fd)]()[_0x2320db(0x20a)](/^https?:\/\//,'');}static[a53_0x13de5b(0x1bb)](_0x24ec49){const _0x12533c=a53_0x13de5b,_0x899dca={'MlbcO':function(_0x155aaa){return _0x155aaa();},'nWTwb':function(_0x4f760a,_0x1195ed,_0x55a273){return _0x4f760a(_0x1195ed,_0x55a273);},'qRewF':_0x12533c(0x1ec),'fiEAf':_0x12533c(0x1ce),'NpLOy':_0x12533c(0x1c3),'VDyUG':function(_0x2e15d0,_0x4387c6){return _0x2e15d0===_0x4387c6;},'uoVUT':function(_0xd7c2e9,_0x3f5e6f){return _0xd7c2e9+_0x3f5e6f;}},_0x1aa38c=_0x899dca[_0x12533c(0x1d6)](getBrowserstackCLI),_0x5dc5bb=_0x899dca[_0x12533c(0x1f8)](nestedKeyValue,_0x1aa38c['getInstance']()[_0x12533c(0x204)](),[_0x899dca['qRewF'],_0x899dca[_0x12533c(0x1c0)],_0x899dca[_0x12533c(0x206)]])||constants['APP_UPLOAD_URL'];if(!_0x24ec49||_0x899dca['VDyUG'](_0x24ec49,''))return _0x5dc5bb;const _0x14c5d5=_0x5dc5bb[_0x12533c(0x20d)]('/')?_0x5dc5bb:_0x899dca[_0x12533c(0x1d2)](_0x5dc5bb,'/');return new URL(_0x24ec49,_0x14c5d5)['toString']()['replace'](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x1374f0){const _0x8fb69c=a53_0x13de5b,_0x43af49={'SpGEJ':function(_0x1bc449){return _0x1bc449();},'DEtjF':function(_0x1df96e,_0x1c1b40,_0xb3b8d8){return _0x1df96e(_0x1c1b40,_0xb3b8d8);},'jFhbY':_0x8fb69c(0x1ec),'irBwe':_0x8fb69c(0x1db),'kfqqo':_0x8fb69c(0x1ca),'gotRJ':function(_0x13d679,_0x4e10c8){return _0x13d679===_0x4e10c8;},'zhoUd':function(_0x5e693f,_0x3c5f31){return _0x5e693f+_0x3c5f31;}},_0x2828f4=_0x43af49['SpGEJ'](getBrowserstackCLI),_0xa921bb=_0x43af49[_0x8fb69c(0x1c7)](nestedKeyValue,_0x2828f4[_0x8fb69c(0x1bf)]()[_0x8fb69c(0x204)](),[_0x43af49[_0x8fb69c(0x1e0)],_0x43af49[_0x8fb69c(0x1ee)],_0x43af49['kfqqo']])||constants[_0x8fb69c(0x1f9)];if(!_0x1374f0||_0x43af49[_0x8fb69c(0x1c5)](_0x1374f0,''))return _0xa921bb;const _0x314009=_0xa921bb[_0x8fb69c(0x20d)]('/')?_0xa921bb:_0x43af49['zhoUd'](_0xa921bb,'/');return new URL(_0x1374f0,_0x314009)[_0x8fb69c(0x1fd)]();}static['getPlaywrightHubUrl'](_0xa1ecd9){const _0x1bda9c=a53_0x13de5b,_0x25bedc={'khvQa':function(_0x36c419){return _0x36c419();},'frGWC':function(_0x2a2108,_0x5c363c,_0x664942){return _0x2a2108(_0x5c363c,_0x664942);},'wOpDY':'apis','KUDBS':_0x1bda9c(0x208),'NRDrF':_0x1bda9c(0x1e6),'amgLD':_0x1bda9c(0x1c4),'uIshE':function(_0x4d930a,_0x15d660){return _0x4d930a===_0x15d660;},'HGUSR':function(_0x57fd1a,_0x4f4772){return _0x57fd1a+_0x4f4772;},'LFDUT':_0x1bda9c(0x1e5)},_0x11e4b8=_0x25bedc['khvQa'](getBrowserstackCLI),_0x428425=_0x25bedc[_0x1bda9c(0x1ea)](nestedKeyValue,_0x11e4b8[_0x1bda9c(0x1bf)]()[_0x1bda9c(0x204)](),[_0x25bedc['wOpDY'],_0x25bedc[_0x1bda9c(0x1cf)],_0x25bedc[_0x1bda9c(0x1f5)]]),_0x150a02=(_0x428425?_0x428425['replace'](/^https:/,_0x25bedc[_0x1bda9c(0x1da)]):null)||constants[_0x1bda9c(0x200)];let _0x1456e7;if(!_0xa1ecd9||_0x25bedc[_0x1bda9c(0x1be)](_0xa1ecd9,''))_0x1456e7=_0x150a02;else{const _0x139de2=_0x150a02[_0x1bda9c(0x20d)]('/')?_0x150a02:_0x25bedc['HGUSR'](_0x150a02,'/');_0x1456e7=new URL(_0xa1ecd9,_0x139de2)[_0x1bda9c(0x1fd)]();}return!_0x1456e7[_0x1bda9c(0x20d)](_0x25bedc[_0x1bda9c(0x1eb)])&&(_0x1456e7+=_0x25bedc[_0x1bda9c(0x1eb)]),_0x1456e7;}}module[a53_0x13de5b(0x1d0)]=APIUtilityMethods;function a53_0x3bf5(){const _0x3529a2=['jFhbY','../v2/browserstackCLI','UGlwq','eCZEl','6OBNtKZ','/playwright?caps=','cdp','JlOiK','SSwAw','EQEkZ','frGWC','LFDUT','apis','zjCYL','irBwe','12915yHgnEK','2353732rPRcTU','fTJFc','IIdXm','getBStackAPIUrl','getAutomateSessionNameAPIUrl','NRDrF','qAZBK','yGKke','nWTwb','OBSERVABILITY_UPLOAD_URL','NNOgR','LdAeq','edsInstrumentation','toString','FBUxu','942873pTJztu','PLAYWRIGHT_HUB_URL','gaVSh','cMJWM','308307NLVPPP','getConfig','kbnIU','NpLOy','23990ZhIGLD','automate','./sharedUtils','replace','BROWSERSTACK_API_URL','kLmny','endsWith','getAppAutomateSessionStatusAPIUrl','kWTpR','ESnFF','getAutomateSessionStatusAPIUrl','getAppAutomateSessionsListAPIUrl','pPrut','zfhbe','uIshE','getInstance','fiEAf','tGvRi','pQlZZ','api','wss:','gotRJ','bptVQ','DEtjF','368IlsdGL','10obZRjy','upload','DjFGm','sTKap','UyypO','appAutomate','KUDBS','exports','bWdiY','uoVUT','wCnny','Wbasb','481716MXRWGe','MlbcO','Ssbpy','ThnXE','7590870Aodbsx','amgLD','observability','16137poYOmd','uAjTM','jElCu','qUiat'];a53_0x3bf5=function(){return _0x3529a2;};return a53_0x3bf5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a54_0xafda1b=a54_0x1ee4;(function(_0x12f4f3,_0x317e06){const _0x2f8a1d=a54_0x1ee4,_0x3973e8=_0x12f4f3();while(!![]){try{const _0x1c7064=parseInt(_0x2f8a1d(0x9b))/0x1*(parseInt(_0x2f8a1d(0x8e))/0x2)+parseInt(_0x2f8a1d(0xc7))/0x3+-parseInt(_0x2f8a1d(0xcd))/0x4*(parseInt(_0x2f8a1d(0xab))/0x5)+-parseInt(_0x2f8a1d(0xbc))/0x6*(-parseInt(_0x2f8a1d(0xce))/0x7)+-parseInt(_0x2f8a1d(0xa0))/0x8*(-parseInt(_0x2f8a1d(0xb7))/0x9)+parseInt(_0x2f8a1d(0xc1))/0xa+-parseInt(_0x2f8a1d(0x9c))/0xb;if(_0x1c7064===_0x317e06)break;else _0x3973e8['push'](_0x3973e8['shift']());}catch(_0xf270b1){_0x3973e8['push'](_0x3973e8['shift']());}}}(a54_0x5f17,0xcd268));function a54_0x5f17(){const _0xc8208a=['errorCodes','errorCodesOccurredInCLI','dPcGa','error','Process\x20Interruption\x20details\x20not\x20found:','from','YMjTi','reportProcessInterruptionSituation','parse','getAggregatedErrorCodes','PSLDj','errorCode','wjUCj','add','ssl\x20cert\x20issue','ONkju','qAGXq','IPvTL','logError','Connectivity\x20Issue\x20details\x20not\x20found','22kePQHr','eINgx','Session\x20Linking\x20Issue','isRunning','errorMessage','finalErrorMessage','apmEe','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportSSLCertIssue','checkForErrorsOccuredInCLI','RHtaU','mwKlx','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','75623vMaeAm','35947318LbTQpJ','getErrorMessage','../../helpers/logger','oHApA','504LuwSBY','{ERROR_CODES}','getInstance','reportSessionLinkingIssue','replace','getDocumentationLink','LGYBw','getErrorCode','errorCodesOccurredWhenCLINotRunning','documentationLink','{SIGNAL}','1053955qKQyQa','push','zjeTY','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','vwPsU','toString','.browserstack\x20folder\x20not\x20accessible','conflicting\x20env\x20var\x20detected','dkgyT','../v2/browserstackCLI','isArray','getSuccess','47457qnIeeO','exports','aFYoT','Process\x20Interruption','winstonLogger','23286frgVIK','IUZwE','reportConflictingEnvVarIssue','Error\x20in\x20getting\x20error\x20details\x20for\x20','[ClientTroubleShootingService]\x20','10667910fDqEHN','length','LskgM','Gdvls','../v2/grpcClient','getErrorDetails','3372741XRsHVQ','warn','getErrorCodes','VseYQ','QshKx','object','12LFKZmt','2499KiDAWL','xBSZj','cachedErrorCodes','POsYy','logSituation','keys','nVbiM','LeVki','reportClientTroubleshootingError','join','AXRUZ','reportConnectivityIssue','tKijA','kSAsY','Session\x20Linking\x20Issue\x20details\x20not\x20found','./constants'];a54_0x5f17=function(){return _0xc8208a;};return a54_0x5f17();}function a54_0x1ee4(_0x5931b5,_0x225a0a){const _0x5f17a3=a54_0x5f17();return a54_0x1ee4=function(_0x1ee4cb,_0x2359ec){_0x1ee4cb=_0x1ee4cb-0x73;let _0x3a7f83=_0x5f17a3[_0x1ee4cb];return _0x3a7f83;},a54_0x1ee4(_0x5931b5,_0x225a0a);}const logger=require(a54_0xafda1b(0x9e))[a54_0xafda1b(0xbb)],BrowserstackCLI=require(a54_0xafda1b(0xb4)),GrpcClient=require(a54_0xafda1b(0xc5)),constants=require(a54_0xafda1b(0x79));class ClientTroubleShootingService{static [a54_0xafda1b(0xd0)]=null;static [a54_0xafda1b(0xa8)]=new Set();static async[a54_0xafda1b(0xc6)](_0x450ec3){const _0x796886=a54_0xafda1b,_0x242a2d={};_0x242a2d['VMyBj']=function(_0x3cc632,_0x2d8ab3){return _0x3cc632!==_0x2d8ab3;};const _0xd9f14f=_0x242a2d;try{if(BrowserstackCLI['getInstance']()[_0x796886(0x91)]()){const _0x465737=await GrpcClient[_0x796886(0xa2)]()[_0x796886(0xd6)](_0x450ec3);if(_0xd9f14f['VMyBj'](_0x465737,null)&&_0x465737[_0x796886(0xb6)]())return{'errorCode':_0x465737[_0x796886(0xa7)](),'errorMessage':_0x465737[_0x796886(0x9d)]()};return{};}}catch(_0x40bbfc){return this[_0x796886(0x8c)](_0x796886(0xbf)+_0x450ec3+':',_0x40bbfc),{};}}static async[a54_0xafda1b(0x83)](){const _0x7707b0=a54_0xafda1b,_0x23ef0e={};_0x23ef0e['ybdjU']=function(_0x3814de,_0xcf9395){return _0x3814de!==_0xcf9395;},_0x23ef0e['LeVki']='base64',_0x23ef0e[_0x7707b0(0xaf)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x9b9ce=_0x23ef0e;try{if(BrowserstackCLI[_0x7707b0(0xa2)]()[_0x7707b0(0x91)]()){const _0x59d142=await GrpcClient[_0x7707b0(0xa2)]()['getAggregatedClientTroubleshootingErrors']();if(_0x9b9ce['ybdjU'](_0x59d142,null)&&_0x59d142[_0x7707b0(0xb6)]()){const _0xe57bc7=Buffer['from'](_0x59d142[_0x7707b0(0xc9)](),_0x9b9ce[_0x7707b0(0xd5)])[_0x7707b0(0xb0)](),_0x406149=_0xe57bc7?JSON[_0x7707b0(0x82)](_0xe57bc7):[],_0x59ebfd=_0x59d142[_0x7707b0(0xa5)](),_0x4f6dc6=_0x59d142['getFinalErrorMessage'](),_0x1bc801=Buffer[_0x7707b0(0x7f)](_0x59d142['getErrorCodesOccurredInCli'](),_0x9b9ce[_0x7707b0(0xd5)])[_0x7707b0(0xb0)](),_0x3e278c=_0x1bc801?JSON[_0x7707b0(0x82)](_0x1bc801):[],_0x2b817c={};return _0x2b817c[_0x7707b0(0x7a)]=_0x406149,_0x2b817c[_0x7707b0(0xa9)]=_0x59ebfd,_0x2b817c[_0x7707b0(0x93)]=_0x4f6dc6,_0x2b817c[_0x7707b0(0x7b)]=_0x3e278c,_0x2b817c;}const _0x4bce32={};return _0x4bce32[_0x7707b0(0x7a)]=[],_0x4bce32['documentationLink']='',_0x4bce32['finalErrorMessage']='',_0x4bce32[_0x7707b0(0x7b)]=[],_0x4bce32;}const _0x1c2257={};return _0x1c2257[_0x7707b0(0x7a)]=[],_0x1c2257[_0x7707b0(0xa9)]='',_0x1c2257[_0x7707b0(0x93)]='',_0x1c2257['errorCodesOccurredInCLI']=[],_0x1c2257;}catch(_0x4311e8){this[_0x7707b0(0x8c)](_0x9b9ce[_0x7707b0(0xaf)],_0x4311e8);const _0x404951={};return _0x404951[_0x7707b0(0x7a)]=[],_0x404951['documentationLink']='',_0x404951['finalErrorMessage']='',_0x404951[_0x7707b0(0x7b)]=[],_0x404951;}}static['logSituation'](_0xffc090,_0x48a665){const _0x544044=a54_0xafda1b;logger[_0x544044(0xc8)](_0xffc090+':\x20'+_0x48a665);}static[a54_0xafda1b(0x97)](_0x569dd6){const _0x4b11d6=a54_0xafda1b,_0x4bdb7a={};_0x4bdb7a[_0x4b11d6(0x8b)]=function(_0x7fe4c3,_0xb2c7d5){return _0x7fe4c3!=_0xb2c7d5;},_0x4bdb7a[_0x4b11d6(0xd1)]=function(_0x499e3f,_0x8b88f0){return _0x499e3f>_0x8b88f0;},_0x4bdb7a[_0x4b11d6(0x8f)]=function(_0x30e050,_0x507b15){return _0x30e050!=_0x507b15;};const _0x48877c=_0x4bdb7a,_0x340d2c=[];if(_0x48877c['IPvTL'](_0x569dd6,null)&&_0x48877c[_0x4b11d6(0x8b)](_0x569dd6['errorCodesOccurredInCLI'],null)&&_0x48877c[_0x4b11d6(0xd1)](_0x569dd6[_0x4b11d6(0x7b)][_0x4b11d6(0xc2)],0x0))for(const _0x49252b of _0x569dd6[_0x4b11d6(0x7b)]){_0x48877c[_0x4b11d6(0x8b)](_0x49252b['errorCode'],null)&&_0x48877c[_0x4b11d6(0x8f)](_0x49252b['errorMessage'],null)&&(_0x340d2c[_0x4b11d6(0xac)](_0x49252b[_0x4b11d6(0x85)]),this[_0x4b11d6(0xd2)](_0x49252b[_0x4b11d6(0x85)],_0x49252b[_0x4b11d6(0x92)]));}return _0x340d2c;}static['getCachedErrorCodes'](){const _0x32389c=a54_0xafda1b;return this[_0x32389c(0xd0)];}static[a54_0xafda1b(0x8c)](_0x2aa910,_0x195647){const _0x2a05d4=a54_0xafda1b,_0x28a589={};_0x28a589['RHtaU']=function(_0x42dfb9,_0x1ae8c4){return _0x42dfb9===_0x1ae8c4;},_0x28a589['zjeTY']=_0x2a05d4(0xcc);const _0x352a1d=_0x28a589;if(_0x352a1d[_0x2a05d4(0x98)](typeof _0x195647,_0x352a1d[_0x2a05d4(0xad)]))try{logger[_0x2a05d4(0x7d)](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+JSON['stringify'](_0x195647));}catch(_0x38d5ac){logger['error'](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+_0x195647);}else logger[_0x2a05d4(0x7d)](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+_0x195647);}static async[a54_0xafda1b(0x81)](_0x1a09c7){const _0x29285a=a54_0xafda1b,_0x11de0b={};_0x11de0b[_0x29285a(0x86)]=_0x29285a(0xba),_0x11de0b[_0x29285a(0x76)]=function(_0x3bedab,_0x1aad6e){return _0x3bedab===_0x1aad6e;},_0x11de0b[_0x29285a(0xcf)]=_0x29285a(0x7e),_0x11de0b[_0x29285a(0xa6)]=_0x29285a(0xaa);const _0x27be2c=_0x11de0b,_0x152e3b=await this[_0x29285a(0xc6)](_0x27be2c[_0x29285a(0x86)]);if(_0x27be2c[_0x29285a(0x76)](Object[_0x29285a(0xd3)](_0x152e3b)[_0x29285a(0xc2)],0x0)){this[_0x29285a(0x8c)](_0x27be2c['xBSZj'],_0x152e3b);return;}this[_0x29285a(0xd2)](_0x152e3b[_0x29285a(0x85)],_0x152e3b[_0x29285a(0x92)][_0x29285a(0xa4)](_0x27be2c['LGYBw'],_0x1a09c7));}static async[a54_0xafda1b(0xa3)](){const _0x39f29e=a54_0xafda1b,_0x4bba12={};_0x4bba12[_0x39f29e(0x89)]=_0x39f29e(0x90),_0x4bba12[_0x39f29e(0x77)]=function(_0x1d54ff,_0x2a2352){return _0x1d54ff===_0x2a2352;},_0x4bba12[_0x39f29e(0x94)]=_0x39f29e(0x78);const _0xabdf13=_0x4bba12,_0x503e2b=await this[_0x39f29e(0xc6)](_0xabdf13[_0x39f29e(0x89)]);if(_0xabdf13[_0x39f29e(0x77)](Object[_0x39f29e(0xd3)](_0x503e2b)[_0x39f29e(0xc2)],0x0)){this[_0x39f29e(0x8c)](_0xabdf13[_0x39f29e(0x94)],_0x503e2b);return;}this[_0x39f29e(0xd2)](_0x503e2b[_0x39f29e(0x85)],_0x503e2b[_0x39f29e(0x92)]);}static async[a54_0xafda1b(0x75)](){const _0x584d68=a54_0xafda1b,_0xcade11={};_0xcade11['PSLDj']='browserstack\x20cloud\x20not\x20reachable',_0xcade11[_0x584d68(0x8a)]=function(_0x20545d,_0x4bca12){return _0x20545d===_0x4bca12;},_0xcade11[_0x584d68(0x9f)]=_0x584d68(0x8d);const _0x2d1e8f=_0xcade11,_0x3a5245=await this[_0x584d68(0xc6)](_0x2d1e8f[_0x584d68(0x84)]);if(_0x2d1e8f['qAGXq'](Object['keys'](_0x3a5245)[_0x584d68(0xc2)],0x0)){this['logError'](_0x2d1e8f['oHApA'],_0x3a5245);return;}this[_0x584d68(0xd2)](_0x3a5245[_0x584d68(0x85)],_0x3a5245[_0x584d68(0x92)]);}static async[a54_0xafda1b(0x96)](){const _0x319e72=a54_0xafda1b,_0x30198a={};_0x30198a[_0x319e72(0xb9)]=_0x319e72(0x88),_0x30198a[_0x319e72(0xbd)]=function(_0x12376f,_0x2005db){return _0x12376f===_0x2005db;},_0x30198a[_0x319e72(0xd4)]=_0x319e72(0xae);const _0x3a9523=_0x30198a,_0x46143c=await this[_0x319e72(0xc6)](_0x3a9523['aFYoT']);if(_0x3a9523[_0x319e72(0xbd)](Object[_0x319e72(0xd3)](_0x46143c)[_0x319e72(0xc2)],0x0)){this['logError'](_0x3a9523['nVbiM'],_0x46143c);return;}this[_0x319e72(0xd2)](_0x46143c[_0x319e72(0x85)],_0x46143c[_0x319e72(0x92)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x12247e=a54_0xafda1b,_0x41758b={};_0x41758b[_0x12247e(0xca)]=_0x12247e(0xb1),_0x41758b[_0x12247e(0xc3)]=function(_0x4e8ac0,_0x28bf17){return _0x4e8ac0===_0x28bf17;},_0x41758b[_0x12247e(0x80)]=_0x12247e(0x9a);const _0x954c0a=_0x41758b,_0x3f49ac=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x954c0a[_0x12247e(0xca)]];if(_0x954c0a[_0x12247e(0xc3)](Object[_0x12247e(0xd3)](_0x3f49ac)[_0x12247e(0xc2)],0x0)){this[_0x12247e(0x8c)](_0x954c0a[_0x12247e(0x80)],_0x3f49ac);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x12247e(0x87)](_0x3f49ac[0x0]),this['logSituation'](_0x3f49ac[0x0],_0x3f49ac[0x1]);}static async[a54_0xafda1b(0xbe)](_0x4f296a){const _0x533a11=a54_0xafda1b,_0x48cb68={};_0x48cb68[_0x533a11(0xcb)]=_0x533a11(0xb2),_0x48cb68['AXRUZ']=function(_0x41da96,_0x14796b){return _0x41da96===_0x14796b;},_0x48cb68[_0x533a11(0x7c)]='Conflicting\x20Env\x20Var\x20details\x20not\x20found',_0x48cb68[_0x533a11(0xb3)]='{ENV_VAR}';const _0x5c2913=_0x48cb68,_0x36bb1e=await this['getErrorDetails'](_0x5c2913[_0x533a11(0xcb)]);if(_0x5c2913[_0x533a11(0x74)](Object[_0x533a11(0xd3)](_0x36bb1e)['length'],0x0)){this['logError'](_0x5c2913['dPcGa'],_0x36bb1e);return;}const _0x391606=_0x36bb1e[_0x533a11(0x92)][_0x533a11(0xa4)](_0x5c2913[_0x533a11(0xb3)],_0x4f296a);this[_0x533a11(0xd2)](_0x36bb1e[_0x533a11(0x85)],_0x391606);}static async['reportFinalDetectionState'](){const _0x1af5ed=a54_0xafda1b,_0x16587b={};_0x16587b[_0x1af5ed(0xc4)]=function(_0x4e19c7,_0x59990e){return _0x4e19c7>_0x59990e;},_0x16587b['hGjHz']=_0x1af5ed(0xa1),_0x16587b[_0x1af5ed(0x99)]=_0x1af5ed(0x95);const _0x3b3dad=_0x16587b,_0x549bee=await this[_0x1af5ed(0x83)](),_0x24e551=this[_0x1af5ed(0x97)](_0x549bee),_0x40f65a=Array[_0x1af5ed(0xb5)](_0x549bee[_0x1af5ed(0x7a)])?_0x549bee[_0x1af5ed(0x7a)]:[],_0x324b58=_0x3b3dad['Gdvls'](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array[_0x1af5ed(0x7f)](this[_0x1af5ed(0xa8)]):[],_0x5cc140=new Set([..._0x40f65a,..._0x24e551,..._0x324b58]),_0x4d5d90=Array['from'](_0x5cc140);if(_0x3b3dad['Gdvls'](_0x4d5d90['length'],0x0)){const _0x25e503=_0x549bee['finalErrorMessage'][_0x1af5ed(0xa4)](_0x3b3dad['hGjHz'],_0x4d5d90[_0x1af5ed(0x73)](',\x20'))['replace'](_0x3b3dad[_0x1af5ed(0x99)],_0x549bee[_0x1af5ed(0xa9)]);logger['warn'](_0x25e503),this[_0x1af5ed(0xd0)]=_0x4d5d90;}}}module[a54_0xafda1b(0xb8)]=ClientTroubleShootingService;
|
|
1
|
+
const a54_0x415b44=a54_0x4422;(function(_0x1fad07,_0x3926c1){const _0x39a4c7=a54_0x4422,_0x1f7ed1=_0x1fad07();while(!![]){try{const _0x6a8d5d=parseInt(_0x39a4c7(0xc2))/0x1*(parseInt(_0x39a4c7(0xd3))/0x2)+-parseInt(_0x39a4c7(0x7d))/0x3*(parseInt(_0x39a4c7(0xbc))/0x4)+-parseInt(_0x39a4c7(0x93))/0x5+-parseInt(_0x39a4c7(0x9f))/0x6*(parseInt(_0x39a4c7(0x9c))/0x7)+-parseInt(_0x39a4c7(0x7c))/0x8*(-parseInt(_0x39a4c7(0x96))/0x9)+parseInt(_0x39a4c7(0xb7))/0xa+-parseInt(_0x39a4c7(0x89))/0xb*(-parseInt(_0x39a4c7(0xbd))/0xc);if(_0x6a8d5d===_0x3926c1)break;else _0x1f7ed1['push'](_0x1f7ed1['shift']());}catch(_0x1edb5b){_0x1f7ed1['push'](_0x1f7ed1['shift']());}}}(a54_0x8f03,0x8e722));const logger=require(a54_0x415b44(0xab))['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a54_0x415b44(0x86)),constants=require(a54_0x415b44(0xe3));class ClientTroubleShootingService{static [a54_0x415b44(0xba)]=null;static [a54_0x415b44(0x83)]=new Set();static async[a54_0x415b44(0xd2)](_0x5e112a){const _0x155c44=a54_0x415b44,_0x1444cb={};_0x1444cb['kjMbe']=function(_0x4148b6,_0x2bd955){return _0x4148b6!==_0x2bd955;};const _0x423f4b=_0x1444cb;try{if(BrowserstackCLI[_0x155c44(0x90)]()[_0x155c44(0xdb)]()){const _0xf63071=await GrpcClient[_0x155c44(0x90)]()[_0x155c44(0x91)](_0x5e112a);if(_0x423f4b[_0x155c44(0xb2)](_0xf63071,null)&&_0xf63071[_0x155c44(0xd7)]())return{'errorCode':_0xf63071['getErrorCode'](),'errorMessage':_0xf63071[_0x155c44(0x8b)]()};return{};}}catch(_0x49d186){return this[_0x155c44(0xc4)](_0x155c44(0xd1)+_0x5e112a+':',_0x49d186),{};}}static async[a54_0x415b44(0x8f)](){const _0x4fb0d5=a54_0x415b44,_0x517841={};_0x517841[_0x4fb0d5(0xad)]=function(_0x18751e,_0x30e4c6){return _0x18751e!==_0x30e4c6;},_0x517841[_0x4fb0d5(0xb6)]='base64',_0x517841[_0x4fb0d5(0x7f)]=_0x4fb0d5(0x7e);const _0x1911ba=_0x517841;try{if(BrowserstackCLI['getInstance']()['isRunning']()){const _0x301dd8=await GrpcClient[_0x4fb0d5(0x90)]()['getAggregatedClientTroubleshootingErrors']();if(_0x1911ba[_0x4fb0d5(0xad)](_0x301dd8,null)&&_0x301dd8['getSuccess']()){const _0x5d191e=Buffer[_0x4fb0d5(0x7b)](_0x301dd8[_0x4fb0d5(0xa6)](),_0x1911ba[_0x4fb0d5(0xb6)])[_0x4fb0d5(0x97)](),_0x44d35f=_0x5d191e?JSON['parse'](_0x5d191e):[],_0x191a59=_0x301dd8['getDocumentationLink'](),_0x356e84=_0x301dd8[_0x4fb0d5(0xcc)](),_0x29dab7=Buffer[_0x4fb0d5(0x7b)](_0x301dd8[_0x4fb0d5(0xc0)](),_0x1911ba[_0x4fb0d5(0xb6)])['toString'](),_0x11b27e=_0x29dab7?JSON['parse'](_0x29dab7):[],_0x59148f={};return _0x59148f['errorCodes']=_0x44d35f,_0x59148f['documentationLink']=_0x191a59,_0x59148f[_0x4fb0d5(0x8c)]=_0x356e84,_0x59148f[_0x4fb0d5(0xdc)]=_0x11b27e,_0x59148f;}const _0x1b0e23={};return _0x1b0e23[_0x4fb0d5(0xa8)]=[],_0x1b0e23[_0x4fb0d5(0xa7)]='',_0x1b0e23[_0x4fb0d5(0x8c)]='',_0x1b0e23['errorCodesOccurredInCLI']=[],_0x1b0e23;}const _0x14fece={};return _0x14fece['errorCodes']=[],_0x14fece[_0x4fb0d5(0xa7)]='',_0x14fece[_0x4fb0d5(0x8c)]='',_0x14fece['errorCodesOccurredInCLI']=[],_0x14fece;}catch(_0x1c43e6){this[_0x4fb0d5(0xc4)](_0x1911ba['zxCZS'],_0x1c43e6);const _0x13dd6b={};return _0x13dd6b[_0x4fb0d5(0xa8)]=[],_0x13dd6b[_0x4fb0d5(0xa7)]='',_0x13dd6b[_0x4fb0d5(0x8c)]='',_0x13dd6b[_0x4fb0d5(0xdc)]=[],_0x13dd6b;}}static[a54_0x415b44(0xcd)](_0xe7f155,_0x19cf36){const _0x26ed0d=a54_0x415b44;logger[_0x26ed0d(0xc5)](_0xe7f155+':\x20'+_0x19cf36);}static['checkForErrorsOccuredInCLI'](_0x431e14){const _0x5da0c9=a54_0x415b44,_0x18d8bd={};_0x18d8bd[_0x5da0c9(0xbe)]=function(_0xeb66c9,_0x4a1073){return _0xeb66c9!=_0x4a1073;},_0x18d8bd[_0x5da0c9(0xaf)]=function(_0x5a757e,_0x4b15ba){return _0x5a757e!=_0x4b15ba;},_0x18d8bd['lIIuh']=function(_0x5ef9c0,_0x3f9ca9){return _0x5ef9c0>_0x3f9ca9;},_0x18d8bd[_0x5da0c9(0xac)]=function(_0x59378e,_0x5d59fd){return _0x59378e!=_0x5d59fd;},_0x18d8bd[_0x5da0c9(0xd4)]=function(_0x4403f7,_0x45e5f4){return _0x4403f7!=_0x45e5f4;};const _0x2f0696=_0x18d8bd,_0x38bd68=[];if(_0x2f0696[_0x5da0c9(0xbe)](_0x431e14,null)&&_0x2f0696[_0x5da0c9(0xaf)](_0x431e14[_0x5da0c9(0xdc)],null)&&_0x2f0696[_0x5da0c9(0xe0)](_0x431e14[_0x5da0c9(0xdc)][_0x5da0c9(0x92)],0x0))for(const _0x249b30 of _0x431e14[_0x5da0c9(0xdc)]){_0x2f0696[_0x5da0c9(0xac)](_0x249b30[_0x5da0c9(0xbb)],null)&&_0x2f0696['rqwUm'](_0x249b30[_0x5da0c9(0xc8)],null)&&(_0x38bd68[_0x5da0c9(0xb9)](_0x249b30[_0x5da0c9(0xbb)]),this[_0x5da0c9(0xcd)](_0x249b30[_0x5da0c9(0xbb)],_0x249b30[_0x5da0c9(0xc8)]));}return _0x38bd68;}static[a54_0x415b44(0xb8)](){const _0x5451ff=a54_0x415b44;return this[_0x5451ff(0xba)];}static[a54_0x415b44(0xc4)](_0x3fc9ad,_0x51eb89){const _0x8abf4f=a54_0x415b44,_0x2262d5={};_0x2262d5[_0x8abf4f(0xdd)]=function(_0x38db29,_0x1c1190){return _0x38db29===_0x1c1190;},_0x2262d5[_0x8abf4f(0xd9)]=_0x8abf4f(0xca);const _0x428566=_0x2262d5;if(_0x428566[_0x8abf4f(0xdd)](typeof _0x51eb89,_0x428566['jGbUi']))try{logger[_0x8abf4f(0xd0)](_0x8abf4f(0x94)+_0x3fc9ad+'\x20'+JSON[_0x8abf4f(0x80)](_0x51eb89));}catch(_0xdc3ad1){logger[_0x8abf4f(0xd0)](_0x8abf4f(0x94)+_0x3fc9ad+'\x20'+_0x51eb89);}else logger[_0x8abf4f(0xd0)]('[ClientTroubleShootingService]\x20'+_0x3fc9ad+'\x20'+_0x51eb89);}static async['reportProcessInterruptionSituation'](_0x5409e7){const _0x9790a1=a54_0x415b44,_0x50bf4e={};_0x50bf4e['EivnE']=_0x9790a1(0xb5),_0x50bf4e[_0x9790a1(0x85)]=function(_0x591176,_0x41e445){return _0x591176===_0x41e445;},_0x50bf4e[_0x9790a1(0xde)]=_0x9790a1(0x9e),_0x50bf4e[_0x9790a1(0xbf)]=_0x9790a1(0x9a);const _0xaf4711=_0x50bf4e,_0x490b95=await this[_0x9790a1(0xd2)](_0xaf4711['EivnE']);if(_0xaf4711[_0x9790a1(0x85)](Object['keys'](_0x490b95)['length'],0x0)){this[_0x9790a1(0xc4)](_0xaf4711[_0x9790a1(0xde)],_0x490b95);return;}this[_0x9790a1(0xcd)](_0x490b95[_0x9790a1(0xbb)],_0x490b95[_0x9790a1(0xc8)][_0x9790a1(0xc3)](_0xaf4711[_0x9790a1(0xbf)],_0x5409e7));}static async[a54_0x415b44(0xda)](){const _0x326b32=a54_0x415b44,_0x28fe3f={};_0x28fe3f[_0x326b32(0xd8)]=_0x326b32(0xc9),_0x28fe3f[_0x326b32(0x82)]=function(_0x192c1a,_0x263ebf){return _0x192c1a===_0x263ebf;},_0x28fe3f['PbktU']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x382159=_0x28fe3f,_0x5101d1=await this[_0x326b32(0xd2)](_0x382159[_0x326b32(0xd8)]);if(_0x382159['xLOGu'](Object['keys'](_0x5101d1)[_0x326b32(0x92)],0x0)){this[_0x326b32(0xc4)](_0x382159[_0x326b32(0xcb)],_0x5101d1);return;}this[_0x326b32(0xcd)](_0x5101d1[_0x326b32(0xbb)],_0x5101d1[_0x326b32(0xc8)]);}static async[a54_0x415b44(0xaa)](){const _0x5e54d6=a54_0x415b44,_0x5d8dd6={};_0x5d8dd6[_0x5e54d6(0x9b)]=_0x5e54d6(0x95),_0x5d8dd6[_0x5e54d6(0xb4)]=function(_0x21d1ec,_0x31b091){return _0x21d1ec===_0x31b091;},_0x5d8dd6['QTjtW']=_0x5e54d6(0x99);const _0x4c0ed6=_0x5d8dd6,_0x52fbbe=await this[_0x5e54d6(0xd2)](_0x4c0ed6[_0x5e54d6(0x9b)]);if(_0x4c0ed6[_0x5e54d6(0xb4)](Object['keys'](_0x52fbbe)[_0x5e54d6(0x92)],0x0)){this[_0x5e54d6(0xc4)](_0x4c0ed6[_0x5e54d6(0x8a)],_0x52fbbe);return;}this['logSituation'](_0x52fbbe['errorCode'],_0x52fbbe[_0x5e54d6(0xc8)]);}static async['reportSSLCertIssue'](){const _0x4d311b=a54_0x415b44,_0x979bca={};_0x979bca[_0x4d311b(0xc6)]=_0x4d311b(0xce),_0x979bca['GDvAP']=function(_0x2a6253,_0x4d7f62){return _0x2a6253===_0x4d7f62;},_0x979bca[_0x4d311b(0xe2)]=_0x4d311b(0xae);const _0x120c6b=_0x979bca,_0x1d085c=await this[_0x4d311b(0xd2)](_0x120c6b['NIpPF']);if(_0x120c6b[_0x4d311b(0x9d)](Object[_0x4d311b(0x87)](_0x1d085c)[_0x4d311b(0x92)],0x0)){this[_0x4d311b(0xc4)](_0x120c6b[_0x4d311b(0xe2)],_0x1d085c);return;}this[_0x4d311b(0xcd)](_0x1d085c[_0x4d311b(0xbb)],_0x1d085c[_0x4d311b(0xc8)]);}static[a54_0x415b44(0xa3)](){const _0xeab836=a54_0x415b44,_0x3d74ab={};_0x3d74ab[_0xeab836(0x8d)]=_0xeab836(0xa4),_0x3d74ab[_0xeab836(0x98)]=function(_0x20d3cf,_0x1af7c0){return _0x20d3cf===_0x1af7c0;},_0x3d74ab[_0xeab836(0xb3)]=_0xeab836(0x8e);const _0x5c789f=_0x3d74ab,_0x11fbe5=constants[_0xeab836(0xcf)][_0x5c789f[_0xeab836(0x8d)]];if(_0x5c789f['RnpPF'](Object['keys'](_0x11fbe5)[_0xeab836(0x92)],0x0)){this[_0xeab836(0xc4)](_0x5c789f['NJicD'],_0x11fbe5);return;}this['errorCodesOccurredWhenCLINotRunning'][_0xeab836(0xdf)](_0x11fbe5[0x0]),this[_0xeab836(0xcd)](_0x11fbe5[0x0],_0x11fbe5[0x1]);}static async['reportConflictingEnvVarIssue'](_0x402c2a){const _0x20de1b=a54_0x415b44,_0x3a5105={};_0x3a5105[_0x20de1b(0xd5)]='conflicting\x20env\x20var\x20detected',_0x3a5105[_0x20de1b(0xc7)]=function(_0x4c7973,_0x47e19d){return _0x4c7973===_0x47e19d;},_0x3a5105['XQLSx']=_0x20de1b(0xa5),_0x3a5105[_0x20de1b(0xb1)]=_0x20de1b(0xa0);const _0x3f3ee8=_0x3a5105,_0x3738bd=await this[_0x20de1b(0xd2)](_0x3f3ee8[_0x20de1b(0xd5)]);if(_0x3f3ee8[_0x20de1b(0xc7)](Object[_0x20de1b(0x87)](_0x3738bd)[_0x20de1b(0x92)],0x0)){this[_0x20de1b(0xc4)](_0x3f3ee8['XQLSx'],_0x3738bd);return;}const _0x376919=_0x3738bd['errorMessage'][_0x20de1b(0xc3)](_0x3f3ee8[_0x20de1b(0xb1)],_0x402c2a);this[_0x20de1b(0xcd)](_0x3738bd[_0x20de1b(0xbb)],_0x376919);}static async[a54_0x415b44(0x84)](){const _0x37b710=a54_0x415b44,_0xf3dcd4={};_0xf3dcd4[_0x37b710(0xa1)]=function(_0x5c2a59,_0x429008){return _0x5c2a59>_0x429008;},_0xf3dcd4[_0x37b710(0xd6)]=function(_0xee0d9a,_0x41702a){return _0xee0d9a>_0x41702a;},_0xf3dcd4['qtZBX']=_0x37b710(0xa2),_0xf3dcd4[_0x37b710(0xe1)]=_0x37b710(0xa9);const _0x126124=_0xf3dcd4,_0x4a76e8=await this[_0x37b710(0x8f)](),_0x344ceb=this[_0x37b710(0x88)](_0x4a76e8),_0x5731e4=Array[_0x37b710(0x81)](_0x4a76e8[_0x37b710(0xa8)])?_0x4a76e8['errorCodes']:[],_0x19464a=_0x126124[_0x37b710(0xa1)](this[_0x37b710(0x83)]['size'],0x0)?Array[_0x37b710(0x7b)](this[_0x37b710(0x83)]):[],_0x14928e=new Set([..._0x5731e4,..._0x344ceb,..._0x19464a]),_0x58806d=Array[_0x37b710(0x7b)](_0x14928e);if(_0x126124['QLsAp'](_0x58806d[_0x37b710(0x92)],0x0)){const _0x11ae63=_0x4a76e8[_0x37b710(0x8c)][_0x37b710(0xc3)](_0x126124[_0x37b710(0xc1)],_0x58806d[_0x37b710(0xb0)](',\x20'))['replace'](_0x126124['NNBBt'],_0x4a76e8[_0x37b710(0xa7)]);logger[_0x37b710(0xc5)](_0x11ae63),this['cachedErrorCodes']=_0x58806d;}}}module['exports']=ClientTroubleShootingService;function a54_0x4422(_0x5c165b,_0x1c68f7){const _0x8f0351=a54_0x8f03();return a54_0x4422=function(_0x44226e,_0x241531){_0x44226e=_0x44226e-0x7b;let _0x3ff233=_0x8f0351[_0x44226e];return _0x3ff233;},a54_0x4422(_0x5c165b,_0x1c68f7);}function a54_0x8f03(){const _0x5cf2d9=['toString','RnpPF','Connectivity\x20Issue\x20details\x20not\x20found','{SIGNAL}','oExIL','1822058BwCcps','GDvAP','Process\x20Interruption\x20details\x20not\x20found:','18rVBbta','{ENV_VAR}','rvjWz','{ERROR_CODES}','reportDotBrowserStackFolderNotAccessibleIssue','.browserstack\x20folder\x20not\x20accessible','Conflicting\x20Env\x20Var\x20details\x20not\x20found','getErrorCodes','documentationLink','errorCodes','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportConnectivityIssue','../../helpers/logger','mOkah','XtefP','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','SrKJs','join','SHaJz','kjMbe','NJicD','pRqRP','Process\x20Interruption','WYArv','10877600hXebSr','getCachedErrorCodes','push','cachedErrorCodes','errorCode','1948eRGZHi','204252JtdRru','krCEh','lPCKt','getErrorCodesOccurredInCli','qtZBX','1OTxAqb','replace','logError','warn','NIpPF','qeVhj','errorMessage','Session\x20Linking\x20Issue','object','PbktU','getFinalErrorMessage','logSituation','ssl\x20cert\x20issue','CLIENT_TROUBLESHOOTING_HASH','error','Error\x20in\x20getting\x20error\x20details\x20for\x20','getErrorDetails','1056582koMkYZ','rqwUm','vSWOr','QLsAp','getSuccess','ioarw','jGbUi','reportSessionLinkingIssue','isRunning','errorCodesOccurredInCLI','uomMP','BGcbu','add','lIIuh','NNBBt','DYNjq','./constants','from','429688aOtFHa','3027UHgvsM','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','zxCZS','stringify','isArray','xLOGu','errorCodesOccurredWhenCLINotRunning','reportFinalDetectionState','VtELL','../v2/grpcClient','keys','checkForErrorsOccuredInCLI','154JSWUue','QTjtW','getErrorMessage','finalErrorMessage','yAJHd','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','getAggregatedErrorCodes','getInstance','reportClientTroubleshootingError','length','2141550mKItGx','[ClientTroubleShootingService]\x20','browserstack\x20cloud\x20not\x20reachable','72zLGskv'];a54_0x8f03=function(){return _0x5cf2d9;};return a54_0x8f03();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a55_0xfc2742=a55_0x45e2;(function(_0x33830a,_0x1efc82){const _0x5112f3=a55_0x45e2,_0x6b7aa7=_0x33830a();while(!![]){try{const _0x420032=parseInt(_0x5112f3(0x21a))/0x1+parseInt(_0x5112f3(0x22b))/0x2*(-parseInt(_0x5112f3(0x1c7))/0x3)+parseInt(_0x5112f3(0x1a9))/0x4+parseInt(_0x5112f3(0x1d8))/0x5*(-parseInt(_0x5112f3(0x1d4))/0x6)+-parseInt(_0x5112f3(0x1ce))/0x7+parseInt(_0x5112f3(0x192))/0x8*(-parseInt(_0x5112f3(0x1c1))/0x9)+parseInt(_0x5112f3(0x1a5))/0xa;if(_0x420032===_0x1efc82)break;else _0x6b7aa7['push'](_0x6b7aa7['shift']());}catch(_0x4b6f45){_0x6b7aa7['push'](_0x6b7aa7['shift']());}}}(a55_0x468e,0x43fef));const a55_0x1a08e2={};a55_0x1a08e2[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x167),a55_0x1a08e2[a55_0xfc2742(0x20d)]=a55_0xfc2742(0x22e);const a55_0xc91341={};a55_0xc91341[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x215);const a55_0x734fef={};a55_0x734fef[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x15f);const a55_0x1edba5={};a55_0x1edba5['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x18f05d={};a55_0x18f05d[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x1da);const a55_0x6fdb4b={};a55_0x6fdb4b[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x14d);const a55_0x4a0583={};function a55_0x45e2(_0x483abb,_0x56d1d4){const _0x468ec3=a55_0x468e();return a55_0x45e2=function(_0x45e273,_0x50bfc1){_0x45e273=_0x45e273-0x13c;let _0x33f827=_0x468ec3[_0x45e273];return _0x33f827;},a55_0x45e2(_0x483abb,_0x56d1d4);}a55_0x4a0583[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x222);const a55_0x582e22={};a55_0x582e22[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x220);const a55_0x20d979={};a55_0x20d979[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x161);const a55_0x47ff4f={};a55_0x47ff4f['INFO']=a55_0xfc2742(0x1f3);const a55_0x13eecf={};a55_0x13eecf['PLAYWRIGHT']=a55_0xfc2742(0x1a8),a55_0x13eecf[a55_0xfc2742(0x143)]=a55_0xfc2742(0x228),a55_0x13eecf[a55_0xfc2742(0x1a2)]=a55_0xfc2742(0x1aa),a55_0x13eecf[a55_0xfc2742(0x206)]=a55_0xfc2742(0x148),a55_0x13eecf[a55_0xfc2742(0x149)]=a55_0xfc2742(0x19f),a55_0x13eecf[a55_0xfc2742(0x18d)]='cucumber',a55_0x13eecf[a55_0xfc2742(0x1c9)]=a55_0xfc2742(0x1b3);const a55_0x1c908a={};a55_0x1c908a[a55_0xfc2742(0x22f)]=a55_0xfc2742(0x162),a55_0x1c908a[a55_0xfc2742(0x1be)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x1c908a[a55_0xfc2742(0x1c4)]=a55_0xfc2742(0x170),a55_0x1c908a[a55_0xfc2742(0x17d)]=a55_0xfc2742(0x229);const a55_0x902b2f={};a55_0x902b2f[a55_0xfc2742(0x227)]=a55_0xfc2742(0x21d),a55_0x902b2f[a55_0xfc2742(0x217)]='module';const a55_0x494c3b={};a55_0x494c3b['Mocha']=0xfde8,a55_0x494c3b[a55_0xfc2742(0x168)]=0xfde8,a55_0x494c3b[a55_0xfc2742(0x20c)]=0x186a0;const a55_0x1f37d0={};a55_0x1f37d0[a55_0xfc2742(0x191)]=[a55_0xfc2742(0x1fc),a55_0xfc2742(0x1ab),a55_0xfc2742(0x165),a55_0xfc2742(0x212),a55_0xfc2742(0x226),a55_0xfc2742(0x147),a55_0xfc2742(0x1b7),a55_0xfc2742(0x160),a55_0xfc2742(0x19d),a55_0xfc2742(0x213),a55_0xfc2742(0x1b6)],a55_0x1f37d0['browserStackLocalOptions']=[a55_0xfc2742(0x204),a55_0xfc2742(0x1c0),a55_0xfc2742(0x189),a55_0xfc2742(0x18f)];function a55_0x468e(){const _0x5180f4=['browserstack.accessKey','UNABLE_TO_VERIFY_LEAF_SIGNATURE','ieOptions','https://tcg-preprod.bsstag.com','BROWSERSTACK_AUTOMATE_URL','browserVersion','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','uniqueDependency','A11Y_GET_RESULTS_SUMMARY','proxyPass','11241UvkJop','observability','turboScale','mandatoryDependency','accessibilityOptions','accessibility','4644EmEhPx','ERR_CONNECTION_ABORTED','VANILLA','ERR_NAME_NOT_RESOLVED','DEBUG_LOG_FILE_NAME','BROWSERSTACK_APP_AUTOMATE_URL','.aab','3092866edcauP','ERR_ADDRESS_INVALID','USER_CONFIG_DETAILS_PATH','bsstag','sdk/v1/update_cli','testContextOptions','1141494ymawNe','PLAYWRIGHT_CONFIG_OPTION_ERRORS','HEALING_LOG_DATA_TIMEOUT','ERR_CONNECTION_RESET','10FLNsIK','SELF_SIGNED_CERT_IN_CHAIN','Run\x20js\x20tests\x20on\x20browserstack','browserstack','turboScaleOptions','edgeOptions','BSTACK_URL','percyScreenshot','https://upload-observability-devtestops-ssi.bsstag.com','ATS_HUB_URL_REGEX','ETXTBSY','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','percy','CERT_HAS_EXPIRED','ERR_ADDRESS_UNREACHABLE','CI_ARTIFACTS_PATH','prod','BSTACK_DELTA','AUTOLOGCAPTURE_NOTIFICATION','localOptions','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','EDS_URL','PLAYWRIGHT_TRACE_LOGS','browserstack.com','CLI_SUPPORTED_FRAMEWORKS','PLAYWRIGHT','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','TCG_DOWN','percyOptions','AI_PROXY_FAILURE','platforms','ERR_TLS_CERT_ALTNAME_INVALID','GLOBAL_AGENT_HTTP_PROXY','EBUSY','disableAutoCaptureLogs','userName','automation','ERR_NAME_RESOLUTION_FAILED','SSL_ERROR_CODES','SSL_ERROR_MESSAGES','testOrchestrationOptions','acceptInsecureCerts','proxySettings','proxyUser','LOG_FILE_NAME','CODECEPT','APP_AUTOMATE','BROWSERSTACK_API_URL','ERR_CONNECTION_CLOSED','staging','certificate\x20has\x20expired','Jest','HELP','split','pageLoadStrategy','TEST_REPORTING_ANALYTICS','chromeOptions','httpsProxy','proxyUrl','CLIENT_TROUBLESHOOTING_HASH','Run\x20jest\x20tests\x20on\x20browserstack','Upgrade\x20required','MODULE','AI_INIT_FAILURE','A11Y_SCAN','167796KVzYwj','TCG_URL','APP_UPLOAD_URL','commonjs','BINARY_BUSY_ERROR_CODES','env','Run\x20codeceptjs\x20tests\x20on\x20browserstack','FUNNEL_INSTRUMENTATION_API_URL','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_CONNECTION_FAILED','bsstag.com','unable\x20to\x20verify\x20the\x20first\x20certificate','customVariables','COMMONJS','mocha','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','SET_TCG_TOKEN_TIMEOUT','20vFMejL','timeouts','TCG_REGION','Specify\x20--help\x20for\x20available\x20options','invalidKeys','NIGHTWATCH','APP_AUTOMATE_PRODUCTS','wss://cdp-devtestops.bsstag.com/playwright?caps=','INFO','testObservabilityOptions','...[TRUNCATED]','https://hub.browserstack.com/wd/hub','MOCHA','BROWSERSTACK','https://edsstaging.bsstag.com','ObservabilitySync','browserstack.userName','codeceptjs','CODECEPT_CUCUMBER','https://api-preprod.bsstag.com','ERR_NETWORK_CHANGED','browserstackLocal','Run\x20nightwatch\x20tests\x20on\x20browserstack','.browserstack\x20folder\x20not\x20accessible','testReporting','HEALING_FAILURE_TIMEOUT','CUSTOM_ID_REGEX','SDKTestTcgAuthFailure','VALID_APP_EXTENSION','SDKTestTcgProxyFailure','SDKTestInvalidTcgAuthResponseWithUserImpact','ROOT_REGEX','DEPTH_ZERO_SELF_SIGNED_CERT','unhandledPromptBehavior','^[a-zA-Z0-9_.-]*$','unable\x20to\x20get\x20local\x20issuer\x20certificate','OBSERVABILITY_UPLOAD_URL','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','PRIVATE_DOMAIN_OR_IP_REGEX','GLOBAL_AGENT_NO_PROXY','Run\x20mocha\x20tests\x20on\x20browserstack','proxyPassword','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','acceptSslCert','ERR_SOCKS_CONNECTION_FAILED','httpProxy','ATS_WSS_URL_REGEX','shows\x20version\x20information','Cucumber-JS','A11Y_GET_RESULTS','cucumber','ERR_PROXY_CONNECTION_FAILED','https://automate-preprod.bsstag.com/dashboard/v2/builds/','browserName','5|4|9|2|1|0|8|7|12|6|11|10|3','testReportingOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://tcg.bsstag.com','framework','ERR_BLOCKED_BY_CLIENT','SDKTestInitFailedResponse','hubUrl','REDACTED_KEYS','exports','https://api.browserstack.com','parallelsPerPlatform','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','TCG_AUTH_FAILURE','BROWSERSTACK_ENV','invalidTestInputType','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','sdk/v1/event','browserstackAutomation','https://hub-preprod.bsstag.com/wd/hub','browserStackLocalOptions','ROOT_CAPS','https://tcg.browserstack.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.','ERR_SOCKET_NOT_CONNECTED','browserstack-ats.com','stag','localProxyUser','logLevel','firefoxOptions','https://automate.browserstack.com/dashboard/v2/builds/','CUCUMBER','ERR_CONNECTION_TIMED_OUT','localProxyPass','PLAYWRIGHT_HUB_URL','root','2248VJWQXO','.apk','12|3|10|0|6|11|4|7|5|8|1|2|9','https://observability-devtestops.bsstag.com','app-automate','VERSION','ERR_TIMED_OUT','https://apidevtestops.bsstag.com','https://app-automate.browserstack.com/dashboard/v2/builds/','wss://cdp.browserstack.com/playwright?caps=','https://api-cloud.browserstack.com','authToken','ERR_TUNNEL_CONNECTION_FAILED','codeceptjs-cucumber','self\x20signed\x20certificate','NUDGE_LOCAL_ERRORS','JEST','HUB_URL_REGEX','SHAREABLE_ID_REGEX','12590850CqmbrI','UPDATED_CLI_ENDPOINT','testObservability','Playwright','161660AjgAgw','jest','accessKey','automate','preprod','percyCaptureMode','AI_ENABLED_FRAMEWORK','O11Y_URL','AUTOMATE','CODECEPTJS','vanilla','https://automation-preprod.bsstag.com','rerunTests','browserstack.overridelocalInfo.userAuthToken'];a55_0x468e=function(){return _0x5180f4;};return a55_0x468e();}const a55_0x781746={};a55_0x781746['browserstackLocal']=a55_0xfc2742(0x14c),a55_0x781746[a55_0xfc2742(0x182)]=a55_0xfc2742(0x182),a55_0x781746[a55_0xfc2742(0x1eb)]=a55_0xfc2742(0x182),a55_0x781746[a55_0xfc2742(0x179)]='parallelsPerPlatform',a55_0x781746['platforms']=a55_0xfc2742(0x1f7),a55_0x781746[a55_0xfc2742(0x18a)]=a55_0xfc2742(0x18a),a55_0x781746[a55_0xfc2742(0x165)]='httpProxy',a55_0x781746[a55_0xfc2742(0x212)]=a55_0xfc2742(0x212),a55_0x781746['framework']=a55_0xfc2742(0x172),a55_0x781746[a55_0xfc2742(0x1d3)]='testContextOptions',a55_0x781746[a55_0xfc2742(0x1a7)]=a55_0xfc2742(0x1a7),a55_0x781746[a55_0xfc2742(0x14f)]=a55_0xfc2742(0x14f),a55_0x781746[a55_0xfc2742(0x140)]=a55_0xfc2742(0x140),a55_0x781746[a55_0xfc2742(0x16f)]='testReportingOptions',a55_0x781746['customVariables']='customVariables',a55_0x781746[a55_0xfc2742(0x1fd)]=a55_0xfc2742(0x180),a55_0x781746[a55_0xfc2742(0x180)]=a55_0xfc2742(0x180),a55_0x781746[a55_0xfc2742(0x1b5)]=a55_0xfc2742(0x1b5),a55_0x781746['percy']=a55_0xfc2742(0x1e4),a55_0x781746[a55_0xfc2742(0x1f5)]='percyOptions',a55_0x781746[a55_0xfc2742(0x1ae)]=a55_0xfc2742(0x1ae),a55_0x781746[a55_0xfc2742(0x1fb)]=a55_0xfc2742(0x1fb),a55_0x781746['accessibility']=a55_0xfc2742(0x1c6),a55_0x781746[a55_0xfc2742(0x1c5)]=a55_0xfc2742(0x1c5),a55_0x781746[a55_0xfc2742(0x1c3)]='turboScale',a55_0x781746[a55_0xfc2742(0x1dc)]=a55_0xfc2742(0x1dc),a55_0x781746[a55_0xfc2742(0x203)]=a55_0xfc2742(0x203),a55_0x781746[a55_0xfc2742(0x201)]=a55_0xfc2742(0x201);const a55_0x414e12={};a55_0x414e12[a55_0xfc2742(0x14e)]=['SDK-GEN-001',a55_0xfc2742(0x185)];const a55_0x5ca916={};a55_0x5ca916[a55_0xfc2742(0x197)]=a55_0x1a08e2,a55_0x5ca916[a55_0xfc2742(0x1a2)]=a55_0xc91341,a55_0x5ca916[a55_0xfc2742(0x143)]=a55_0x734fef,a55_0x5ca916['CUCUMBER']=a55_0x1edba5,a55_0x5ca916[a55_0xfc2742(0x1c9)]=a55_0x18f05d,a55_0x5ca916[a55_0xfc2742(0x13c)]=a55_0x6fdb4b,a55_0x5ca916[a55_0xfc2742(0x1f2)]=a55_0x4a0583,a55_0x5ca916[a55_0xfc2742(0x1b2)]=a55_0x582e22,a55_0x5ca916['HST']=a55_0x20d979,a55_0x5ca916['INTEGRATIONS']=a55_0x47ff4f,a55_0x5ca916[a55_0xfc2742(0x1e9)]=0xf*0x3c*0x3e8,a55_0x5ca916[a55_0xfc2742(0x175)]=a55_0xfc2742(0x142),a55_0x5ca916[a55_0xfc2742(0x21b)]=a55_0xfc2742(0x184),a55_0x5ca916[a55_0xfc2742(0x22d)]='use',a55_0x5ca916[a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x5ca916[a55_0xfc2742(0x1e1)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x5ca916[a55_0xfc2742(0x166)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x5ca916[a55_0xfc2742(0x183)]=[a55_0xfc2742(0x202),a55_0xfc2742(0x20f),'strictFileInteractability',a55_0xfc2742(0x158),a55_0xfc2742(0x22c),a55_0xfc2742(0x16d),a55_0xfc2742(0x1bc),'acceptSslCerts',a55_0xfc2742(0x163),a55_0xfc2742(0x211),a55_0xfc2742(0x18b),a55_0xfc2742(0x1dd),a55_0xfc2742(0x1b9)],a55_0x5ca916[a55_0xfc2742(0x156)]=/^[\w-]+:.*$/,a55_0x5ca916[a55_0xfc2742(0x15d)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x5ca916['EDS_URL']='https://eds.browserstack.com',a55_0x5ca916[a55_0xfc2742(0x208)]=a55_0xfc2742(0x178),a55_0x5ca916[a55_0xfc2742(0x21c)]=a55_0xfc2742(0x19c),a55_0x5ca916[a55_0xfc2742(0x1a6)]=a55_0xfc2742(0x1d2),a55_0x5ca916[a55_0xfc2742(0x221)]=a55_0xfc2742(0x17f),a55_0x5ca916['AUTOMATE_PRODUCTS']=[a55_0xfc2742(0x1ac),'observability'],a55_0x5ca916[a55_0xfc2742(0x13d)]=[a55_0xfc2742(0x196),a55_0xfc2742(0x1c2)],a55_0x5ca916[a55_0xfc2742(0x17e)]=[a55_0xfc2742(0x1c2)],a55_0x5ca916[a55_0xfc2742(0x15b)]='https://upload-observability.browserstack.com',a55_0x5ca916['OBSERVABILITY_SUPPORTED_FWS']=['mocha','Playwright'],a55_0x5ca916[a55_0xfc2742(0x1b1)]=[a55_0xfc2742(0x1ac)],a55_0x5ca916[a55_0xfc2742(0x1bb)]=a55_0xfc2742(0x18c),a55_0x5ca916[a55_0xfc2742(0x1cc)]=a55_0xfc2742(0x19a),a55_0x5ca916[a55_0xfc2742(0x207)]=[a55_0xfc2742(0x196)],a55_0x5ca916[a55_0xfc2742(0x1a1)]=['ERR_FAILED',a55_0xfc2742(0x198),a55_0xfc2742(0x173),a55_0xfc2742(0x14b),a55_0xfc2742(0x186),a55_0xfc2742(0x209),a55_0xfc2742(0x1d7),'ERR_CONNECTION_REFUSED',a55_0xfc2742(0x1c8),a55_0xfc2742(0x223),a55_0xfc2742(0x1ca),a55_0xfc2742(0x1cf),a55_0xfc2742(0x1e6),a55_0xfc2742(0x19e),a55_0xfc2742(0x18e),a55_0xfc2742(0x164),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0xfc2742(0x16b),a55_0xfc2742(0x1ca),a55_0xfc2742(0x1fe),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x5ca916[a55_0xfc2742(0x153)]=[a55_0xfc2742(0x193),a55_0xfc2742(0x1cd),'.ipa'],a55_0x5ca916[a55_0xfc2742(0x151)]=a55_0xfc2742(0x159),a55_0x5ca916[a55_0xfc2742(0x1a4)]=a55_0xfc2742(0x1ec),a55_0x5ca916[a55_0xfc2742(0x1e7)]='./browserstack-artifacts/',a55_0x5ca916[a55_0xfc2742(0x190)]=a55_0xfc2742(0x19b),a55_0x5ca916['FRAMEWORKS']=a55_0x13eecf,a55_0x5ca916['PERCY_SUPPORTED_FRAMEWORKS']=['jest','mocha'],a55_0x5ca916[a55_0xfc2742(0x1d5)]=a55_0x1c908a,a55_0x5ca916[a55_0xfc2742(0x1ea)]=a55_0xfc2742(0x15c),a55_0x5ca916['PACKAGE_TYPE']=a55_0x902b2f,a55_0x5ca916['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x5ca916['GIT_META_DATA_TRUNCATED']=a55_0xfc2742(0x141),a55_0x5ca916['UPGRADE_REQUIRED']=a55_0xfc2742(0x216),a55_0x5ca916[a55_0xfc2742(0x1f4)]='SDKTestTcgDownResponse',a55_0x5ca916['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0xfc2742(0x155),a55_0x5ca916[a55_0xfc2742(0x17b)]=a55_0xfc2742(0x152),a55_0x5ca916['AI_INIT_SUCCESSFUL']='SDKTestTcgtInitSuccessful',a55_0x5ca916[a55_0xfc2742(0x218)]=a55_0xfc2742(0x174),a55_0x5ca916[a55_0xfc2742(0x1f6)]=a55_0xfc2742(0x154),a55_0x5ca916['TCG_AUTH_TIMEOUT']=0x1388,a55_0x5ca916[a55_0xfc2742(0x22a)]=0x1388,a55_0x5ca916[a55_0xfc2742(0x1d6)]=0x1388,a55_0x5ca916[a55_0xfc2742(0x150)]=0x1388,a55_0x5ca916['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x5ca916['TEST_FRAMEWORK_HOOK_TIMEOUT']=a55_0x494c3b,a55_0x5ca916[a55_0xfc2742(0x176)]=a55_0x1f37d0,a55_0x5ca916[a55_0xfc2742(0x1af)]=[a55_0xfc2742(0x1b3),a55_0xfc2742(0x148)],a55_0x5ca916['SDK_INSTRUMENTATION_CONFIG']=a55_0x781746,a55_0x5ca916[a55_0xfc2742(0x205)]='/usage.log',a55_0x5ca916[a55_0xfc2742(0x1cb)]='/usage-debug.log',a55_0x5ca916[a55_0xfc2742(0x1de)]=a55_0xfc2742(0x1f0),a55_0x5ca916['BSTACK_ATS_URL']=a55_0xfc2742(0x187),a55_0x5ca916[a55_0xfc2742(0x1b0)]='https://automation.browserstack.com',a55_0x5ca916[a55_0xfc2742(0x210)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x5ca916[a55_0xfc2742(0x144)]=a55_0xfc2742(0x1db),a55_0x5ca916[a55_0xfc2742(0x1f1)]=['playwright',a55_0xfc2742(0x16a),a55_0xfc2742(0x1aa)],a55_0x5ca916['AUTOMATION_LOG_COMMANDS']=[a55_0xfc2742(0x219),a55_0xfc2742(0x1bf),a55_0xfc2742(0x169),'A11Y_SAVE_RESULTS',a55_0xfc2742(0x1df),a55_0xfc2742(0x146)],a55_0x5ca916[a55_0xfc2742(0x1ef)]=a55_0xfc2742(0x1ef),a55_0x5ca916[a55_0xfc2742(0x200)]=[a55_0xfc2742(0x1a0),a55_0xfc2742(0x225),a55_0xfc2742(0x20b),a55_0xfc2742(0x15a),a55_0xfc2742(0x1f8),a55_0xfc2742(0x157)],a55_0x5ca916[a55_0xfc2742(0x1ff)]=[a55_0xfc2742(0x1d9),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0xfc2742(0x1b8),a55_0xfc2742(0x1e5),a55_0xfc2742(0x1f8),a55_0xfc2742(0x1bd)],a55_0x5ca916['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x5ca916[a55_0xfc2742(0x214)]=a55_0x414e12,a55_0x5ca916['INTERNALLY_USED_ENV_VARS']=[a55_0xfc2742(0x1f9),a55_0xfc2742(0x15e),a55_0xfc2742(0x1d0)],a55_0x5ca916[a55_0xfc2742(0x21e)]=[a55_0xfc2742(0x1e2),a55_0xfc2742(0x1fa)],module['exports']=a55_0x5ca916;const _env=(process[a55_0xfc2742(0x21f)][a55_0xfc2742(0x17c)]||a55_0xfc2742(0x1e8))['toLowerCase']();if(_env===a55_0xfc2742(0x20a)||_env===a55_0xfc2742(0x188)){const eqULYX=a55_0xfc2742(0x16e)[a55_0xfc2742(0x20e)]('|');let ZAlYwG=0x0;while(!![]){switch(eqULYX[ZAlYwG++]){case'0':module[a55_0xfc2742(0x177)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0xfc2742(0x17a);continue;case'1':module[a55_0xfc2742(0x177)]['BROWSERSTACK_AUTOMATE_URL']=a55_0xfc2742(0x1e3);continue;case'2':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module['exports']['BROWSERSTACK']=a55_0xfc2742(0x1d1);continue;case'4':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x208)]=a55_0xfc2742(0x199);continue;case'5':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x175)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'6':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1b0)]=a55_0xfc2742(0x195);continue;case'7':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x190)]=a55_0xfc2742(0x13e);continue;case'8':module['exports'][a55_0xfc2742(0x21c)]='https://api-cloud-devtestops.bsstag.com';continue;case'9':module['exports'][a55_0xfc2742(0x21b)]=a55_0xfc2742(0x171);continue;case'10':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1ee)]=a55_0xfc2742(0x145);continue;case'11':module['exports'][a55_0xfc2742(0x15b)]=a55_0xfc2742(0x1e0);continue;case'12':module['exports'][a55_0xfc2742(0x1de)]=a55_0xfc2742(0x224);continue;}break;}}else{if(_env===a55_0xfc2742(0x1ad)||_env==='pre-prod'){const bTKKel=a55_0xfc2742(0x194)['split']('|');let aJNbIv=0x0;while(!![]){switch(bTKKel[aJNbIv++]){case'0':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module['exports'][a55_0xfc2742(0x15b)]='https://upload-observability-preprod.bsstag.com';continue;case'2':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1ee)]='https://edsstaging.bsstag.com';continue;case'3':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x208)]=a55_0xfc2742(0x14a);continue;case'4':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x21c)]=a55_0xfc2742(0x14a);continue;case'5':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1de)]=a55_0xfc2742(0x224);continue;case'6':module['exports'][a55_0xfc2742(0x1bb)]=a55_0xfc2742(0x16c);continue;case'7':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x190)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1b0)]=a55_0xfc2742(0x1b4);continue;case'9':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x144)]=a55_0xfc2742(0x1d1);continue;case'10':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x21b)]=a55_0xfc2742(0x1ba);continue;case'11':module[a55_0xfc2742(0x177)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0xfc2742(0x1ed);continue;case'12':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x175)]=a55_0xfc2742(0x181);continue;}break;}}}
|
|
1
|
+
const a55_0x2067e1=a55_0x50fe;(function(_0x5861d0,_0x27698b){const _0x381e76=a55_0x50fe,_0x1bba21=_0x5861d0();while(!![]){try{const _0x3c3277=-parseInt(_0x381e76(0x256))/0x1*(parseInt(_0x381e76(0x1e5))/0x2)+-parseInt(_0x381e76(0x229))/0x3+parseInt(_0x381e76(0x1dd))/0x4*(-parseInt(_0x381e76(0x211))/0x5)+-parseInt(_0x381e76(0x1b6))/0x6*(parseInt(_0x381e76(0x21f))/0x7)+-parseInt(_0x381e76(0x278))/0x8*(parseInt(_0x381e76(0x1ec))/0x9)+parseInt(_0x381e76(0x192))/0xa*(parseInt(_0x381e76(0x253))/0xb)+parseInt(_0x381e76(0x277))/0xc*(parseInt(_0x381e76(0x1e9))/0xd);if(_0x3c3277===_0x27698b)break;else _0x1bba21['push'](_0x1bba21['shift']());}catch(_0x2ba6f1){_0x1bba21['push'](_0x1bba21['shift']());}}}(a55_0x59e9,0x324ab));const a55_0x591992={};a55_0x591992[a55_0x2067e1(0x272)]=a55_0x2067e1(0x1c3),a55_0x591992[a55_0x2067e1(0x1f7)]='Specify\x20--help\x20for\x20available\x20options';const a55_0x4acda3={};a55_0x4acda3[a55_0x2067e1(0x272)]='Run\x20jest\x20tests\x20on\x20browserstack';function a55_0x50fe(_0x5ca9c5,_0x45faf0){const _0x59e92c=a55_0x59e9();return a55_0x50fe=function(_0x50fe59,_0x3d3d40){_0x50fe59=_0x50fe59-0x190;let _0x107348=_0x59e92c[_0x50fe59];return _0x107348;},a55_0x50fe(_0x5ca9c5,_0x45faf0);}const a55_0x440300={};a55_0x440300[a55_0x2067e1(0x272)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a55_0x23a7b1={};a55_0x23a7b1['INFO']=a55_0x2067e1(0x1c0);const a55_0x1862dd={};a55_0x1862dd[a55_0x2067e1(0x272)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x5bd132={};a55_0x5bd132[a55_0x2067e1(0x272)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0x275db0={};a55_0x275db0['INFO']='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x4aba6b={};a55_0x4aba6b['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x3c979c={};a55_0x3c979c[a55_0x2067e1(0x272)]=a55_0x2067e1(0x1ab);const a55_0x4ff217={};a55_0x4ff217[a55_0x2067e1(0x272)]=a55_0x2067e1(0x1cc);function a55_0x59e9(){const _0xca4a86=['Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','BROWSERSTACK_APP_AUTOMATE_URL','ROOT_REGEX','ERR_CONNECTION_ABORTED','env','browserstack.com','prod','MOCHA','FUNNEL_INSTRUMENTATION_API_URL','ERR_NAME_NOT_RESOLVED','https://upload-observability-devtestops-ssi.bsstag.com','CONNECTIVITY_ISSUE_ERROR_CODES','unhandledPromptBehavior','ERR_SOCKS_CONNECTION_FAILED','ERR_CONNECTION_REFUSED','https://automation-preprod.bsstag.com','ERR_PROXY_CONNECTION_FAILED','738516uVLuAR','^[a-zA-Z0-9_.-]*$','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','accessibility','OBSERVABILITY_SUPPORTED_FWS','mocha','A11Y_GET_RESULTS','playwright','4012RVRmkG','automate','TEST_FRAMEWORK_HOOK_TIMEOUT','percyScreenshot','13MZBJNu','A11Y_GET_RESULTS_SUMMARY','https://automation.browserstack.com','135DWUqti','bsstag','vanilla','toLowerCase','exports','automation','wss://cdp.browserstack.com/playwright?caps=','ERR_ADDRESS_UNREACHABLE','TCG_URL','HST','pre-prod','HELP','httpProxy','https://hub.browserstack.com/wd/hub','LOG_FILE_NAME','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','localProxyUser','ERR_CONNECTION_RESET','proxyPassword','GLOBAL_AGENT_HTTP_PROXY','percyOptions','codeceptjs','ERR_FAILED','staging','ERR_TUNNEL_CONNECTION_FAILED','browserstackAutomation','ATS_WSS_URL_REGEX','percyCaptureMode','httpsProxy','HEALING_FAILURE_TIMEOUT','rerunTests','TEST_REPORTING_ANALYTICS','AUTOMATE_PRODUCTS','APP_UPLOAD_URL','browserName','browserstackLocal','OBSERVABILITY_UPLOAD_URL','10neHzhi','split','parallelsPerPlatform','https://hub-devtestops.bsstag.com/wd/hub','NIGHTWATCH','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','BROWSERSTACK','BROWSERSTACK_AUTOMATE_URL','AI_ENABLED_FRAMEWORK','ERR_SOCKET_NOT_CONNECTED','browserstack.accessKey','./browserstack-artifacts/','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','HUB_URL_REGEX','91HkjIoE','sdk/v1/update_cli','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BINARY_BUSY_ERROR_CODES','uniqueDependency','HEALING_LOG_DATA_TIMEOUT','PERCY_SUPPORTED_FRAMEWORKS','customVariables','testOrchestrationOptions','394650kqvlNC','SDKTestInvalidTcgAuthResponseWithUserImpact','certificate\x20has\x20expired','/usage-debug.log','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','codeceptjs-cucumber','/usage.log','Cucumber-JS','SDKTestTcgtInitSuccessful','wss://cdp-devtestops.bsstag.com/playwright?caps=','https://api.browserstack.com','acceptInsecureCerts','unable\x20to\x20get\x20local\x20issuer\x20certificate','AUTOMATE','GLOBAL_AGENT_NO_PROXY','AI_INIT_FAILURE','browserVersion','localOptions','Playwright','GIT_META_DATA_TRUNCATED','.ipa','https://tcg.bsstag.com','SDKTestTcgAuthFailure','SDK_INSTRUMENTATION_CONFIG','BSTACK_URL','ROOT_CAPS','https://api-cloud-devtestops.bsstag.com','jest','PLAYWRIGHT_HUB_URL','testObservability','COMMONJS','PACKAGE_TYPE','AUTOMATION_LOG_COMMANDS','ObservabilitySync','...[TRUNCATED]','browserStackLocalOptions','proxyUser','.apk','timeouts','ERR_BLOCKED_BY_CLIENT','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','https://upload-observability-preprod.bsstag.com','1562429ozRgYQ','NUDGE_LOCAL_ERRORS','https://app-automate.browserstack.com/dashboard/v2/builds/','142ZOAyJd','.browserstack\x20folder\x20not\x20accessible','0|12|9|4|10|5|1|6|11|8|7|3|2','O11Y_URL','REDACTED_KEYS','A11Y_SCAN','ATS_HUB_URL_REGEX','testContextOptions','INTEGRATIONS','CLIENT_TROUBLESHOOTING_HASH','firefoxOptions','VALID_APP_EXTENSION','mandatoryDependency','SDKTestTcgProxyFailure','sdk/v1/event','commonjs','JEST','TCG_DOWN','https://eds.browserstack.com','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','wss://cdp-preprod.bsstag.com/playwright?caps=','PLAYWRIGHT','ERR_TLS_CERT_ALTNAME_INVALID','platforms','hubUrl','APP_AUTOMATE_PRODUCTS','self\x20signed\x20certificate','CERT_HAS_EXPIRED','INFO','disableAutoCaptureLogs','proxySettings','CUSTOM_ID_REGEX','SHAREABLE_ID_REGEX','15846108mKcamw','195032NgWbWL','turboScaleOptions','CLI_SUPPORTED_FRAMEWORKS','ERR_NAME_RESOLUTION_FAILED','browserstack-ats.com','ERR_CONNECTION_CLOSED','module','browserstack','INVALID_INIT_RESP_WITH_USER_IMPACT','BROWSERSTACK_ENV','20dhNRDU','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','POLL_HEALING_RESULT_TIMEOUT','pageLoadStrategy','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','observability','bsstag.com','edgeOptions','https://observability-devtestops.bsstag.com','accessKey','logLevel','TCG_REGION','USER_CONFIG_DETAILS_PATH','https://api-preprod.bsstag.com','CUCUMBER','EBUSY','VERSION','CI_ARTIFACTS_PATH','UPGRADE_REQUIRED','userName','testReportingOptions','testObservabilityOptions','SSL_ERROR_MESSAGES','percy','turboScale','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','A11Y_SAVE_RESULTS','EDS_URL','ERR_TIMED_OUT','DEBUG_LOG_FILE_NAME','VANILLA','5|0|6|4|7|3|1|11|12|8|10|2|9','ERR_CONNECTION_TIMED_OUT','Mocha','framework','root','114114bjSGJF','app-automate','browserstack.overridelocalInfo.userAuthToken','unable\x20to\x20verify\x20the\x20first\x20certificate','AUTOLOGCAPTURE_NOTIFICATION','[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.','INTERNALLY_USED_ENV_VARS','https://automate.browserstack.com/dashboard/v2/builds/','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','.aab','Run\x20cucumber-js\x20tests\x20on\x20browserstack','acceptSslCert','AI_INIT_SUCCESSFUL','shows\x20version\x20information','SSL_ERROR_CODES','TCG_AUTH_TIMEOUT','BSTACK_ATS_URL','proxyPass','cucumber','localProxyPass','DEPTH_ZERO_SELF_SIGNED_CERT','APP_AUTOMATE'];a55_0x59e9=function(){return _0xca4a86;};return a55_0x59e9();}const a55_0x3ea4e4={};a55_0x3ea4e4[a55_0x2067e1(0x26b)]=a55_0x2067e1(0x23b),a55_0x3ea4e4[a55_0x2067e1(0x1d3)]=a55_0x2067e1(0x1e2),a55_0x3ea4e4['JEST']='jest',a55_0x3ea4e4['CODECEPT']='codeceptjs',a55_0x3ea4e4['CODECEPT_CUCUMBER']=a55_0x2067e1(0x22e),a55_0x3ea4e4[a55_0x2067e1(0x1a0)]='cucumber',a55_0x3ea4e4[a55_0x2067e1(0x1b0)]=a55_0x2067e1(0x1ee);const a55_0xf6e26b={};a55_0xf6e26b['invalidKeys']='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0xf6e26b[a55_0x2067e1(0x224)]=a55_0x2067e1(0x269),a55_0xf6e26b[a55_0x2067e1(0x262)]=a55_0x2067e1(0x1df),a55_0xf6e26b['invalidTestInputType']=a55_0x2067e1(0x251);const a55_0x4c18d1={};a55_0x4c18d1[a55_0x2067e1(0x247)]=a55_0x2067e1(0x265),a55_0x4c18d1['MODULE']=a55_0x2067e1(0x27e);const a55_0x14562a={};a55_0x14562a[a55_0x2067e1(0x1b3)]=0xfde8,a55_0x14562a[a55_0x2067e1(0x230)]=0xfde8,a55_0x14562a['Jest']=0x186a0;const a55_0x26778a={};a55_0x26778a[a55_0x2067e1(0x1b5)]=[a55_0x2067e1(0x1a5),a55_0x2067e1(0x19b),a55_0x2067e1(0x1f8),'httpsProxy','customVariables','browserstack.userName',a55_0x2067e1(0x21b),a55_0x2067e1(0x1fe),'authToken','proxyUrl',a55_0x2067e1(0x1b8)],a55_0x26778a[a55_0x2067e1(0x24c)]=[a55_0x2067e1(0x24d),a55_0x2067e1(0x1c7),a55_0x2067e1(0x1fc),a55_0x2067e1(0x1c9)];const a55_0x326202={};a55_0x326202[a55_0x2067e1(0x20f)]=a55_0x2067e1(0x20f),a55_0x326202['browserStackLocalOptions']='browserStackLocalOptions',a55_0x326202[a55_0x2067e1(0x23a)]=a55_0x2067e1(0x24c),a55_0x326202[a55_0x2067e1(0x213)]=a55_0x2067e1(0x213),a55_0x326202[a55_0x2067e1(0x26d)]=a55_0x2067e1(0x26d),a55_0x326202[a55_0x2067e1(0x19c)]=a55_0x2067e1(0x19c),a55_0x326202[a55_0x2067e1(0x1f8)]=a55_0x2067e1(0x1f8),a55_0x326202[a55_0x2067e1(0x208)]=a55_0x2067e1(0x208),a55_0x326202[a55_0x2067e1(0x1b4)]=a55_0x2067e1(0x1b4),a55_0x326202[a55_0x2067e1(0x25d)]=a55_0x2067e1(0x25d),a55_0x326202['testObservability']=a55_0x2067e1(0x246),a55_0x326202['testReporting']='testReporting',a55_0x326202['testObservabilityOptions']=a55_0x2067e1(0x1a7),a55_0x326202[a55_0x2067e1(0x1a6)]=a55_0x2067e1(0x1a6),a55_0x326202['customVariables']=a55_0x2067e1(0x227),a55_0x326202[a55_0x2067e1(0x1f1)]=a55_0x2067e1(0x205),a55_0x326202[a55_0x2067e1(0x205)]=a55_0x2067e1(0x205),a55_0x326202[a55_0x2067e1(0x20a)]=a55_0x2067e1(0x20a),a55_0x326202[a55_0x2067e1(0x1a9)]=a55_0x2067e1(0x1a9),a55_0x326202[a55_0x2067e1(0x200)]=a55_0x2067e1(0x200),a55_0x326202[a55_0x2067e1(0x207)]='percyCaptureMode',a55_0x326202[a55_0x2067e1(0x273)]=a55_0x2067e1(0x273),a55_0x326202[a55_0x2067e1(0x1e0)]=a55_0x2067e1(0x1e0),a55_0x326202['accessibilityOptions']='accessibilityOptions',a55_0x326202[a55_0x2067e1(0x1aa)]='turboScale',a55_0x326202[a55_0x2067e1(0x279)]='turboScaleOptions',a55_0x326202[a55_0x2067e1(0x274)]=a55_0x2067e1(0x274),a55_0x326202[a55_0x2067e1(0x228)]=a55_0x2067e1(0x228);const a55_0x2e4d26={};a55_0x2e4d26[a55_0x2067e1(0x257)]=['SDK-GEN-001',a55_0x2067e1(0x1bb)];const a55_0x36a5b8={};a55_0x36a5b8[a55_0x2067e1(0x1a2)]=a55_0x591992,a55_0x36a5b8[a55_0x2067e1(0x266)]=a55_0x4acda3,a55_0x36a5b8[a55_0x2067e1(0x1d3)]=a55_0x440300,a55_0x36a5b8[a55_0x2067e1(0x1a0)]=a55_0x23a7b1,a55_0x36a5b8[a55_0x2067e1(0x1b0)]=a55_0x1862dd,a55_0x36a5b8[a55_0x2067e1(0x215)]=a55_0x5bd132,a55_0x36a5b8[a55_0x2067e1(0x26b)]=a55_0x275db0,a55_0x36a5b8['CODECEPTJS']=a55_0x4aba6b,a55_0x36a5b8[a55_0x2067e1(0x1f5)]=a55_0x3c979c,a55_0x36a5b8[a55_0x2067e1(0x25e)]=a55_0x4ff217,a55_0x36a5b8['BSTACK_DELTA']=0xf*0x3c*0x3e8,a55_0x36a5b8[a55_0x2067e1(0x26e)]=a55_0x2067e1(0x1f9),a55_0x36a5b8[a55_0x2067e1(0x1f4)]='https://tcg.browserstack.com',a55_0x36a5b8[a55_0x2067e1(0x19d)]='use',a55_0x36a5b8[a55_0x2067e1(0x21e)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x36a5b8[a55_0x2067e1(0x25c)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x36a5b8[a55_0x2067e1(0x206)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x36a5b8[a55_0x2067e1(0x242)]=[a55_0x2067e1(0x234),a55_0x2067e1(0x195),'strictFileInteractability',a55_0x2067e1(0x1d8),a55_0x2067e1(0x24f),a55_0x2067e1(0x20e),a55_0x2067e1(0x239),'acceptSslCerts',a55_0x2067e1(0x1c1),'chromeOptions',a55_0x2067e1(0x260),a55_0x2067e1(0x199),'ieOptions'],a55_0x36a5b8[a55_0x2067e1(0x1ce)]=/^[\w-]+:.*$/,a55_0x36a5b8['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x36a5b8['EDS_URL']=a55_0x2067e1(0x268),a55_0x36a5b8['BROWSERSTACK_API_URL']=a55_0x2067e1(0x233),a55_0x36a5b8['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a55_0x36a5b8['UPDATED_CLI_ENDPOINT']=a55_0x2067e1(0x220),a55_0x36a5b8[a55_0x2067e1(0x1d4)]=a55_0x2067e1(0x264),a55_0x36a5b8[a55_0x2067e1(0x20c)]=[a55_0x2067e1(0x1e6),a55_0x2067e1(0x197)],a55_0x36a5b8[a55_0x2067e1(0x26f)]=[a55_0x2067e1(0x1b7),a55_0x2067e1(0x197)],a55_0x36a5b8[a55_0x2067e1(0x222)]=[a55_0x2067e1(0x197)],a55_0x36a5b8[a55_0x2067e1(0x210)]='https://upload-observability.browserstack.com',a55_0x36a5b8[a55_0x2067e1(0x1e1)]=[a55_0x2067e1(0x1e2),a55_0x2067e1(0x23b)],a55_0x36a5b8[a55_0x2067e1(0x236)]=[a55_0x2067e1(0x1e6)],a55_0x36a5b8[a55_0x2067e1(0x218)]=a55_0x2067e1(0x1bd),a55_0x36a5b8[a55_0x2067e1(0x1cd)]=a55_0x2067e1(0x255),a55_0x36a5b8[a55_0x2067e1(0x1cb)]=[a55_0x2067e1(0x1b7)],a55_0x36a5b8[a55_0x2067e1(0x254)]=[a55_0x2067e1(0x202),a55_0x2067e1(0x1ae),a55_0x2067e1(0x250),'ERR_NETWORK_CHANGED',a55_0x2067e1(0x21a),a55_0x2067e1(0x27d),a55_0x2067e1(0x1fd),a55_0x2067e1(0x1da),a55_0x2067e1(0x1cf),'ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a55_0x2067e1(0x1f3),a55_0x2067e1(0x204),a55_0x2067e1(0x1b2),a55_0x2067e1(0x1d9),a55_0x2067e1(0x193),a55_0x2067e1(0x1dc),a55_0x2067e1(0x1d5),a55_0x2067e1(0x27b),a55_0x2067e1(0x1fb)],a55_0x36a5b8[a55_0x2067e1(0x261)]=[a55_0x2067e1(0x24e),a55_0x2067e1(0x1bf),a55_0x2067e1(0x23d)],a55_0x36a5b8[a55_0x2067e1(0x275)]=a55_0x2067e1(0x1de),a55_0x36a5b8[a55_0x2067e1(0x276)]=a55_0x2067e1(0x216),a55_0x36a5b8[a55_0x2067e1(0x1a3)]=a55_0x2067e1(0x21c),a55_0x36a5b8[a55_0x2067e1(0x245)]=a55_0x2067e1(0x1f2),a55_0x36a5b8['FRAMEWORKS']=a55_0x3ea4e4,a55_0x36a5b8[a55_0x2067e1(0x226)]=[a55_0x2067e1(0x244),a55_0x2067e1(0x1e2)],a55_0x36a5b8['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0xf6e26b,a55_0x36a5b8[a55_0x2067e1(0x1ba)]=a55_0x2067e1(0x196),a55_0x36a5b8[a55_0x2067e1(0x248)]=a55_0x4c18d1,a55_0x36a5b8['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x36a5b8[a55_0x2067e1(0x23c)]=a55_0x2067e1(0x24b),a55_0x36a5b8[a55_0x2067e1(0x1a4)]='Upgrade\x20required',a55_0x36a5b8[a55_0x2067e1(0x267)]='SDKTestTcgDownResponse',a55_0x36a5b8[a55_0x2067e1(0x190)]=a55_0x2067e1(0x22a),a55_0x36a5b8['TCG_AUTH_FAILURE']=a55_0x2067e1(0x23f),a55_0x36a5b8[a55_0x2067e1(0x1c2)]=a55_0x2067e1(0x231),a55_0x36a5b8[a55_0x2067e1(0x238)]='SDKTestInitFailedResponse',a55_0x36a5b8['AI_PROXY_FAILURE']=a55_0x2067e1(0x263),a55_0x36a5b8[a55_0x2067e1(0x1c5)]=0x1388,a55_0x36a5b8['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x36a5b8[a55_0x2067e1(0x225)]=0x1388,a55_0x36a5b8[a55_0x2067e1(0x209)]=0x1388,a55_0x36a5b8[a55_0x2067e1(0x194)]=0xc350,a55_0x36a5b8[a55_0x2067e1(0x1e7)]=a55_0x14562a,a55_0x36a5b8[a55_0x2067e1(0x25a)]=a55_0x26778a,a55_0x36a5b8[a55_0x2067e1(0x219)]=[a55_0x2067e1(0x1ee),a55_0x2067e1(0x201)],a55_0x36a5b8[a55_0x2067e1(0x240)]=a55_0x326202,a55_0x36a5b8[a55_0x2067e1(0x1fa)]=a55_0x2067e1(0x22f),a55_0x36a5b8[a55_0x2067e1(0x1af)]=a55_0x2067e1(0x22c),a55_0x36a5b8[a55_0x2067e1(0x241)]=a55_0x2067e1(0x1d1),a55_0x36a5b8[a55_0x2067e1(0x1c6)]=a55_0x2067e1(0x27c),a55_0x36a5b8[a55_0x2067e1(0x259)]=a55_0x2067e1(0x1eb),a55_0x36a5b8[a55_0x2067e1(0x20b)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x36a5b8[a55_0x2067e1(0x217)]=a55_0x2067e1(0x27f),a55_0x36a5b8[a55_0x2067e1(0x27a)]=[a55_0x2067e1(0x1e4),a55_0x2067e1(0x1c8),a55_0x2067e1(0x244)],a55_0x36a5b8[a55_0x2067e1(0x249)]=[a55_0x2067e1(0x25b),a55_0x2067e1(0x1ea),a55_0x2067e1(0x1e3),a55_0x2067e1(0x1ac),a55_0x2067e1(0x1e8),a55_0x2067e1(0x24a)],a55_0x36a5b8['PLAYWRIGHT_TRACE_LOGS']='PLAYWRIGHT_TRACE_LOGS',a55_0x36a5b8[a55_0x2067e1(0x1a8)]=[a55_0x2067e1(0x270),a55_0x2067e1(0x1b9),a55_0x2067e1(0x22b),a55_0x2067e1(0x235),a55_0x2067e1(0x26c),a55_0x2067e1(0x1ca)],a55_0x36a5b8[a55_0x2067e1(0x1c4)]=['SELF_SIGNED_CERT_IN_CHAIN',a55_0x2067e1(0x1ca),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a55_0x2067e1(0x271),a55_0x2067e1(0x26c),a55_0x2067e1(0x21d)],a55_0x36a5b8[a55_0x2067e1(0x1d7)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x36a5b8[a55_0x2067e1(0x25f)]=a55_0x2e4d26,a55_0x36a5b8[a55_0x2067e1(0x1bc)]=[a55_0x2067e1(0x1ff),a55_0x2067e1(0x237),a55_0x2067e1(0x19e)],a55_0x36a5b8[a55_0x2067e1(0x223)]=['ETXTBSY',a55_0x2067e1(0x1a1)],module['exports']=a55_0x36a5b8;const _env=(process[a55_0x2067e1(0x1d0)][a55_0x2067e1(0x191)]||a55_0x2067e1(0x1d2))[a55_0x2067e1(0x1ef)]();if(_env===a55_0x2067e1(0x203)||_env==='stag'){const TLhKPd=a55_0x2067e1(0x258)[a55_0x2067e1(0x212)]('|');let pMGxVA=0x0;while(!![]){switch(TLhKPd[pMGxVA++]){case'0':module['exports'][a55_0x2067e1(0x26e)]=a55_0x2067e1(0x214);continue;case'1':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x20d)]=a55_0x2067e1(0x243);continue;case'2':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x217)]=a55_0x2067e1(0x1ed);continue;case'3':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x1ad)]='https://edsstaging.bsstag.com';continue;case'4':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x21e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a55_0x2067e1(0x1f0)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x2067e1(0x22d);continue;case'6':module['exports'][a55_0x2067e1(0x245)]=a55_0x2067e1(0x232);continue;case'7':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x210)]=a55_0x2067e1(0x1d6);continue;case'8':module['exports']['O11Y_URL']=a55_0x2067e1(0x19a);continue;case'9':module['exports'][a55_0x2067e1(0x1f4)]=a55_0x2067e1(0x23e);continue;case'10':module['exports'][a55_0x2067e1(0x218)]=a55_0x2067e1(0x1be);continue;case'11':module[a55_0x2067e1(0x1f0)]['BSTACK_URL']='bsstag.com';continue;case'12':module[a55_0x2067e1(0x1f0)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;}break;}}else{if(_env==='preprod'||_env===a55_0x2067e1(0x1f6)){const HGgzDl=a55_0x2067e1(0x1b1)['split']('|');let GACvXq=0x0;while(!![]){switch(HGgzDl[GACvXq++]){case'0':module['exports']['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'1':module['exports'][a55_0x2067e1(0x20d)]=a55_0x2067e1(0x19f);continue;case'2':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x1ad)]='https://edsstaging.bsstag.com';continue;case'3':module['exports'][a55_0x2067e1(0x1cd)]=a55_0x2067e1(0x221);continue;case'4':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x21e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x26e)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'6':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x1f4)]='https://tcg-preprod.bsstag.com';continue;case'7':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x218)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'8':module['exports']['O11Y_URL']=a55_0x2067e1(0x1db);continue;case'9':module['exports'][a55_0x2067e1(0x217)]=a55_0x2067e1(0x1ed);continue;case'10':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x210)]=a55_0x2067e1(0x252);continue;case'11':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x245)]=a55_0x2067e1(0x26a);continue;case'12':module[a55_0x2067e1(0x1f0)][a55_0x2067e1(0x241)]=a55_0x2067e1(0x198);continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a56_0xddfdf3=a56_0x85b6;function a56_0x52dd(){const _0xefa1f7=['18zVdTAW','configure','4981505XiQXae','join','70nfEFkX','colouredLayout','3926923DGYqvN','timezoneOffset','4LYpAJV','./logReportingAPI','72578uqqdvf','log','level','5NEozKM','4533102EsGlEu','5328624LzgxQJ','layout','data','type','7147224RSynZB','5653512nwlLuT'];a56_0x52dd=function(){return _0xefa1f7;};return a56_0x52dd();}(function(_0x32ef0e,_0x156bae){const _0x24fea9=a56_0x85b6,_0x19ad88=_0x32ef0e();while(!![]){try{const _0x225776=parseInt(_0x24fea9(0x1ff))/0x1*(-parseInt(_0x24fea9(0x1fc))/0x2)+-parseInt(_0x24fea9(0x200))/0x3+-parseInt(_0x24fea9(0x1fa))/0x4*(parseInt(_0x24fea9(0x1f4))/0x5)+-parseInt(_0x24fea9(0x205))/0x6+parseInt(_0x24fea9(0x201))/0x7+parseInt(_0x24fea9(0x206))/0x8*(parseInt(_0x24fea9(0x1f2))/0x9)+-parseInt(_0x24fea9(0x1f6))/0xa*(-parseInt(_0x24fea9(0x1f8))/0xb);if(_0x225776===_0x156bae)break;else _0x19ad88['push'](_0x19ad88['shift']());}catch(_0x17d918){_0x19ad88['push'](_0x19ad88['shift']());}}}(a56_0x52dd,0xc1be9));function a56_0x85b6(_0xd77ec8,_0x34ecd2){const _0x52ddb8=a56_0x52dd();return a56_0x85b6=function(_0x85b682,_0x49a684){_0x85b682=_0x85b682-0x1f2;let _0x167294=_0x52ddb8[_0x85b682];return _0x167294;},a56_0x85b6(_0xd77ec8,_0x34ecd2);}const logReportingAPI=require(a56_0xddfdf3(0x1fb)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x16f972,_0x2c72e7){return _0x80897d=>{const _0x2fd8e5=a56_0x85b6;BSTestOpsLogger[_0x2fd8e5(0x1fd)]({'level':_0x80897d[_0x2fd8e5(0x1fe)]?_0x80897d[_0x2fd8e5(0x1fe)]['levelStr']:null,'message':_0x80897d[_0x2fd8e5(0x203)]?_0x80897d[_0x2fd8e5(0x203)][_0x2fd8e5(0x1f5)]('\x20'):null});};}exports[a56_0xddfdf3(0x1f3)]=(_0x28ce81,_0x1edf93)=>{const _0x300a0a=a56_0xddfdf3,_0x44da73={'gtoig':function(_0x27affa,_0x7dd789,_0x284896){return _0x27affa(_0x7dd789,_0x284896);}};let _0x4e7252=_0x1edf93[_0x300a0a(0x1f7)];return _0x28ce81[_0x300a0a(0x202)]&&(_0x4e7252=_0x1edf93[_0x300a0a(0x202)](_0x28ce81['layout'][_0x300a0a(0x204)],_0x28ce81[_0x300a0a(0x202)])),_0x44da73['gtoig'](BSTestOpsLog4JSAppender,_0x4e7252,_0x28ce81[_0x300a0a(0x1f9)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a57_0x10a7aa=a57_0x5060;function a57_0x37e6(){const _0x18873f=['161930XCVcIa','pid','119ujgZxl','debug','1247891IjDXun','6491910fdFefr','217304NsBWCU','DEBUG','INFO','akhgf','logToTestOps','trace','ERROR','info','toUpperCase','6071139bYoLyL','emit','567446ShKjnf','join','550Jrcron','WARN','TEST_LOG','52jGeebh','../../helpers/test-observability/constants','61210VTMScB','bs:addLog:','exports','TRACE','log','33mrlTHm','toLowerCase'];a57_0x37e6=function(){return _0x18873f;};return a57_0x37e6();}(function(_0x3ddf1d,_0xec2763){const _0x442f7f=a57_0x5060,_0x232215=_0x3ddf1d();while(!![]){try{const _0x385391=parseInt(_0x442f7f(0x83))/0x1+-parseInt(_0x442f7f(0x97))/0x2*(parseInt(_0x442f7f(0x7d))/0x3)+parseInt(_0x442f7f(0x95))/0x4*(parseInt(_0x442f7f(0x7f))/0x5)+parseInt(_0x442f7f(0x84))/0x6+-parseInt(_0x442f7f(0x81))/0x7*(-parseInt(_0x442f7f(0x85))/0x8)+parseInt(_0x442f7f(0x8e))/0x9+-parseInt(_0x442f7f(0x92))/0xa*(parseInt(_0x442f7f(0x90))/0xb);if(_0x385391===_0xec2763)break;else _0x232215['push'](_0x232215['shift']());}catch(_0x5913ec){_0x232215['push'](_0x232215['shift']());}}}(a57_0x37e6,0xae287));const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x10a7aa(0x96)),a57_0x59c98e={};a57_0x59c98e['INFO']=a57_0x10a7aa(0x87),a57_0x59c98e['ERROR']=a57_0x10a7aa(0x8b),a57_0x59c98e[a57_0x10a7aa(0x86)]=a57_0x10a7aa(0x86),a57_0x59c98e[a57_0x10a7aa(0x7b)]='TRACE',a57_0x59c98e[a57_0x10a7aa(0x93)]=a57_0x10a7aa(0x93);const LOG_LEVELS=a57_0x59c98e;class logPatcher extends Transport{constructor(_0x2ec12c){super(_0x2ec12c);}[a57_0x10a7aa(0x89)]=(_0x41d3e1=LOG_LEVELS[a57_0x10a7aa(0x87)],_0x22d5a3=[''])=>{const _0x4ac06f=a57_0x10a7aa,_0x233196={};_0x233196['akhgf']=_0x4ac06f(0x94);const _0x467a80=_0x233196;consoleHolder[_0x41d3e1[_0x4ac06f(0x7e)]()](..._0x22d5a3),process[_0x4ac06f(0x8f)](_0x4ac06f(0x79)+process[_0x4ac06f(0x80)],{'timestamp':new Date()['toISOString'](),'level':_0x41d3e1[_0x4ac06f(0x8d)](),'message':'\x22'+_0x22d5a3[_0x4ac06f(0x91)](',\x20')+'\x22','kind':_0x467a80[_0x4ac06f(0x88)],'http_response':{}});};[a57_0x10a7aa(0x8a)]=(..._0x5929c2)=>{const _0x183181=a57_0x10a7aa;this[_0x183181(0x89)](LOG_LEVELS['TRACE'],_0x5929c2);};[a57_0x10a7aa(0x82)]=(..._0x365e1b)=>{const _0x308c06=a57_0x10a7aa;this[_0x308c06(0x89)](LOG_LEVELS['DEBUG'],_0x365e1b);};[a57_0x10a7aa(0x8c)]=(..._0x5b43b6)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x5b43b6);};['warn']=(..._0x567fb7)=>{const _0x585f39=a57_0x10a7aa;this['logToTestOps'](LOG_LEVELS[_0x585f39(0x93)],_0x567fb7);};['error']=(..._0x17647b)=>{const _0x24c19b=a57_0x10a7aa;this['logToTestOps'](LOG_LEVELS[_0x24c19b(0x8b)],_0x17647b);};[a57_0x10a7aa(0x7c)]=(..._0x47f319)=>{const _0x4808fc=a57_0x10a7aa;this['logToTestOps'](LOG_LEVELS[_0x4808fc(0x87)],_0x47f319);};};function a57_0x5060(_0x3289c9,_0x42305a){const _0x37e626=a57_0x37e6();return a57_0x5060=function(_0x506086,_0x217dde){_0x506086=_0x506086-0x79;let _0x27d8f4=_0x37e626[_0x506086];return _0x27d8f4;},a57_0x5060(_0x3289c9,_0x42305a);}module[a57_0x10a7aa(0x7a)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58_0x17f2bf=a58_0x448f;(function(_0x239330,_0x41b23d){const _0x458308=a58_0x448f,_0x43f0de=_0x239330();while(!![]){try{const _0x1aeff0=parseInt(_0x458308(0x1d1))/0x1+parseInt(_0x458308(0x1b7))/0x2*(parseInt(_0x458308(0x1c5))/0x3)+parseInt(_0x458308(0x1be))/0x4+parseInt(_0x458308(0x1d9))/0x5+-parseInt(_0x458308(0x1cf))/0x6*(parseInt(_0x458308(0x1b8))/0x7)+-parseInt(_0x458308(0x1bf))/0x8*(parseInt(_0x458308(0x1c2))/0x9)+parseInt(_0x458308(0x1c3))/0xa*(-parseInt(_0x458308(0x1c1))/0xb);if(_0x1aeff0===_0x41b23d)break;else _0x43f0de['push'](_0x43f0de['shift']());}catch(_0xc79008){_0x43f0de['push'](_0x43f0de['shift']());}}}(a58_0x5066,0xe8813));function a58_0x5066(){const _0x5b85b6=['debug','WARN','log','fJLiC','ERROR','TEST_LOG','54iFDkpf','../../helpers/test-observability/constants','1724821mNfqYT','message','DEBUG','INFO','emit','object','info','toISOString','9104825dHvozS','level','CLtxj','pid','16cXpvlH','1386245pKNQNi','toUpperCase','kehHN','warn','exports','toLowerCase','4870912owcsaT','1789520ZAsGBp','bs:addLog:','972554AFHSaI','45OfZasM','110eNUKNf','logToTestOps','23304sKqmnJ','logged','TRACE','winston-transport'];a58_0x5066=function(){return _0x5b85b6;};return a58_0x5066();}const Transport=require(a58_0x17f2bf(0x1c8)),{consoleHolder}=require(a58_0x17f2bf(0x1d0)),a58_0xe51aa4={};a58_0xe51aa4[a58_0x17f2bf(0x1d4)]=a58_0x17f2bf(0x1d4),a58_0xe51aa4[a58_0x17f2bf(0x1cd)]='ERROR',a58_0xe51aa4[a58_0x17f2bf(0x1d3)]=a58_0x17f2bf(0x1d3),a58_0xe51aa4[a58_0x17f2bf(0x1c7)]='TRACE',a58_0xe51aa4[a58_0x17f2bf(0x1ca)]=a58_0x17f2bf(0x1ca);const LOG_LEVELS=a58_0xe51aa4;function a58_0x448f(_0x4274e6,_0x20b4ea){const _0x506686=a58_0x5066();return a58_0x448f=function(_0x448fae,_0x7953b0){_0x448fae=_0x448fae-0x1b4;let _0x5a65f6=_0x506686[_0x448fae];return _0x5a65f6;},a58_0x448f(_0x4274e6,_0x20b4ea);}class logReportingAPI extends Transport{constructor(_0x1680b6){super(_0x1680b6);}[a58_0x17f2bf(0x1cb)](_0x4ea34c,_0x4a7c17){const _0x3ec157=a58_0x17f2bf,_0x1258b5={'XICvD':_0x3ec157(0x1c6),'kehHN':function(_0x35f12f,_0x432694){return _0x35f12f(_0x432694);},'Xhdrs':function(_0xc5a24c,_0x39d13e){return _0xc5a24c===_0x39d13e;},'CoURa':_0x3ec157(0x1d6),'fJLiC':function(_0x51e28b){return _0x51e28b();}};_0x1258b5[_0x3ec157(0x1ba)](setImmediate,()=>{const _0x520fb1=_0x3ec157;this[_0x520fb1(0x1d5)](_0x1258b5['XICvD'],_0x4ea34c);}),_0x1258b5['Xhdrs'](typeof _0x4ea34c,_0x1258b5['CoURa'])?this['logToTestOps'](_0x4ea34c[_0x3ec157(0x1b4)]||LOG_LEVELS[_0x3ec157(0x1d4)],_0x4ea34c[_0x3ec157(0x1d2)],![]):this['logToTestOps'](LOG_LEVELS[_0x3ec157(0x1d4)],_0x4ea34c),_0x4a7c17&&_0x1258b5[_0x3ec157(0x1cc)](_0x4a7c17);}[a58_0x17f2bf(0x1c4)]=(_0x1eec24=LOG_LEVELS['INFO'],_0x55bae4='',_0x1ea9be=!![])=>{const _0x13876b=a58_0x17f2bf,_0x271a4c={};_0x271a4c[_0x13876b(0x1b5)]=_0x13876b(0x1ce);const _0x1c54e0=_0x271a4c;_0x1ea9be&&consoleHolder[_0x1eec24[_0x13876b(0x1bd)]()](_0x55bae4),process[_0x13876b(0x1d5)](_0x13876b(0x1c0)+process[_0x13876b(0x1b6)],{'timestamp':new Date()[_0x13876b(0x1d8)](),'level':_0x1eec24[_0x13876b(0x1b9)](),'message':_0x55bae4,'kind':_0x1c54e0[_0x13876b(0x1b5)],'http_response':{}});};['trace']=(_0x39605c,_0x1f691d)=>{const _0x51de02=a58_0x17f2bf;this[_0x51de02(0x1c4)](LOG_LEVELS[_0x51de02(0x1c7)],_0x39605c);};[a58_0x17f2bf(0x1c9)]=(_0x58c776,_0x44ac10)=>{const _0x4c1790=a58_0x17f2bf;this[_0x4c1790(0x1c4)](LOG_LEVELS[_0x4c1790(0x1d3)],_0x58c776);};[a58_0x17f2bf(0x1d7)]=(_0x135672,_0x43245e)=>{const _0x31cec7=a58_0x17f2bf;this['logToTestOps'](LOG_LEVELS[_0x31cec7(0x1d4)],_0x135672);};[a58_0x17f2bf(0x1bb)]=(_0x15a505,_0x231b1d)=>{const _0x2d1941=a58_0x17f2bf;this[_0x2d1941(0x1c4)](LOG_LEVELS[_0x2d1941(0x1ca)],_0x15a505);};['error']=(_0x118f7a,_0xf04657)=>{const _0x350278=a58_0x17f2bf;this[_0x350278(0x1c4)](LOG_LEVELS[_0x350278(0x1cd)],_0x118f7a);};};module[a58_0x17f2bf(0x1bc)]=logReportingAPI;
|