browserstack-node-sdk 1.49.8 → 1.49.10
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 +5 -2
- 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_0x2b80(){const _0x29f996=['jest','8283kfqTtU','6cbljPA','cwd','dSmik','Creating\x20configuration\x20file...','/../../browserstack.yml.sample','Setup\x20completed','entries','username','4068281kTKSYN','jRzEf','error','4Wgcsor','readFileSync','TwLCh','YOUR_USERNAME','load','YTqTT','UKesp','BXanl','kbtXE','node-setup','../helpers/logger','NHoAq','ThPxW','join','utf8','isUndefined','3454845qUgGkm','zlGtu','parse','info','3507960iTFQeL','key','length','postinstall','split','SDKSetup','\x20&&\x20npm\x20update\x20browserstack-node-sdk','cucumber-js','source','Vqkui','npm\x20update\x20browserstack-node-sdk','nightwatch','stringify','-browserstack','hRjRp','indexOf','MYFJq','/package.json','uVaMX','browserstack-node-sdk','includes','playwright','mocha','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','jNtsF','CIunH','debug','replace','argv','push','../helpers/helper','writeFileSync','Adding\x20new\x20script(s)\x20in\x20package.json...','scripts','15457590DKFaUO','1472594HTDtWQ','splice','../helpers/utilities','802065tYLjwo'];a49_0x2b80=function(){return _0x29f996;};return a49_0x2b80();}const a49_0x160a81=a49_0x2c0e;function a49_0x2c0e(_0x3b1a4d,_0x506b72){const _0x2b80e3=a49_0x2b80();return a49_0x2c0e=function(_0x2c0e9a,_0x54c105){_0x2c0e9a=_0x2c0e9a-0x182;let _0x38bafa=_0x2b80e3[_0x2c0e9a];return _0x38bafa;},a49_0x2c0e(_0x3b1a4d,_0x506b72);}(function(_0x230c2e,_0x2edd48){const _0x2b0934=a49_0x2c0e,_0x2b81c4=_0x230c2e();while(!![]){try{const _0x33d5d5=-parseInt(_0x2b0934(0x198))/0x1+-parseInt(_0x2b0934(0x195))/0x2+-parseInt(_0x2b0934(0x19a))/0x3*(-parseInt(_0x2b0934(0x1a6))/0x4)+-parseInt(_0x2b0934(0x1b6))/0x5+-parseInt(_0x2b0934(0x19b))/0x6*(-parseInt(_0x2b0934(0x1a3))/0x7)+parseInt(_0x2b0934(0x1ba))/0x8+parseInt(_0x2b0934(0x194))/0x9;if(_0x33d5d5===_0x2edd48)break;else _0x2b81c4['push'](_0x2b81c4['shift']());}catch(_0x322dbf){_0x2b81c4['push'](_0x2b81c4['shift']());}}}(a49_0x2b80,0x7ca9a));const fs=require('fs'),helper=require(a49_0x160a81(0x190)),utilities=require(a49_0x160a81(0x197)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require(a49_0x160a81(0x1b0))['winstonLogger'],configFileTemplate=__dirname+a49_0x160a81(0x19f),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a49_0x160a81(0x19c)]()+'/browserstack.yml',packageFile=process[a49_0x160a81(0x19c)]()+a49_0x160a81(0x183),frameworks=[a49_0x160a81(0x188),a49_0x160a81(0x199),a49_0x160a81(0x1c1),'node',a49_0x160a81(0x1c5),'codeceptjs',a49_0x160a81(0x187)];let config;logger['info'](a49_0x160a81(0x19e)),createConfigurationFile(yargs[a49_0x160a81(0x18e)][a49_0x160a81(0x1a2)],yargs[a49_0x160a81(0x18e)][a49_0x160a81(0x1bb)],yargs['argv'][a49_0x160a81(0x187)]);try{sdkSetup();}catch(a49_0x3696fd){logger[a49_0x160a81(0x18c)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x3696fd);}addScriptInPackageJson();function createConfigurationFile(_0x586cc9,_0x28ef4a,_0x25a7af=![]){const _0x3e9ecd=a49_0x160a81,_0x3ae7a7={};_0x3ae7a7['kbtXE']=_0x3e9ecd(0x1b4),_0x3ae7a7['vPADI']=_0x3e9ecd(0x1a9),_0x3ae7a7[_0x3e9ecd(0x1a4)]='YOUR_ACCESS_KEY';const _0x42e111=_0x3ae7a7;try{let _0xaa1e23=fs['readFileSync'](_0x25a7af?configFileTemplatePW:configFileTemplate,_0x42e111[_0x3e9ecd(0x1ae)]);_0x586cc9&&(_0xaa1e23=_0xaa1e23[_0x3e9ecd(0x18d)](_0x42e111['vPADI'],_0x586cc9)),_0x28ef4a&&(_0xaa1e23=_0xaa1e23[_0x3e9ecd(0x18d)](_0x42e111[_0x3e9ecd(0x1a4)],_0x28ef4a)),config=yaml[_0x3e9ecd(0x1aa)](_0xaa1e23),fs[_0x3e9ecd(0x191)](configFile,_0xaa1e23,_0x32188e=>{_0x32188e&&logger['error'](_0x32188e);});}catch(_0x163c52){logger[_0x3e9ecd(0x1a5)](_0x163c52);}}function addPostInstallScript(_0x395910,_0x4097d2){const _0x3caf8d=a49_0x160a81,_0x2bee67={};_0x2bee67[_0x3caf8d(0x1ab)]=_0x3caf8d(0x1bd),_0x2bee67[_0x3caf8d(0x19d)]=_0x3caf8d(0x1c4),_0x2bee67[_0x3caf8d(0x182)]=_0x3caf8d(0x1c0);const _0x43f0e2=_0x2bee67;let _0x2f3f92=_0x395910[_0x43f0e2[_0x3caf8d(0x1ab)]];if(_0x2f3f92&&_0x2f3f92[_0x3caf8d(0x186)](_0x43f0e2['dSmik']))return;!_0x2f3f92?_0x2f3f92=_0x43f0e2[_0x3caf8d(0x19d)]:_0x2f3f92+=_0x43f0e2[_0x3caf8d(0x182)],_0x4097d2[_0x3caf8d(0x18f)]([_0x43f0e2[_0x3caf8d(0x1ab)],_0x2f3f92]);}function addScriptInPackageJson(){const _0x100808=a49_0x160a81,_0x149f76={'TwLCh':'utf8','UKesp':function(_0xa2f987,_0x2470e6){return _0xa2f987<_0x2470e6;},'uVaMX':function(_0x23b01d,_0x50937a,_0x3b8d0e){return _0x23b01d(_0x50937a,_0x3b8d0e);},'zlGtu':function(_0x2f9a6a,_0x7a82e0){return _0x2f9a6a<_0x7a82e0;},'BXanl':function(_0x31c941,_0x2799d6,_0xb9beca){return _0x31c941(_0x2799d6,_0xb9beca);},'tThMx':function(_0x5eaec8,_0x23e8e5){return _0x5eaec8!==_0x23e8e5;},'NrOVf':_0x100808(0x192)},_0x2c9484=JSON[_0x100808(0x1b8)](fs[_0x100808(0x1a7)](packageFile,_0x149f76[_0x100808(0x1a8)])),_0x16cb02=[];for(let _0x156ac5=0x0;_0x149f76[_0x100808(0x1ac)](_0x156ac5,frameworks[_0x100808(0x1bc)]);_0x156ac5+=0x1){const _0x176969=_0x149f76[_0x100808(0x184)](findScriptsWithFramework,_0x2c9484[_0x100808(0x193)],frameworks[_0x156ac5]);for(let _0x455171=0x0;_0x149f76[_0x100808(0x1b7)](_0x455171,_0x176969[_0x100808(0x1bc)]);_0x455171+=0x1){_0x16cb02[_0x100808(0x18f)](_0x149f76[_0x100808(0x1ad)](getUpdatedCommand,_0x2c9484[_0x100808(0x193)],_0x176969[_0x455171]));}_0x149f76[_0x100808(0x1ad)](addPostInstallScript,_0x2c9484[_0x100808(0x193)],_0x16cb02);}const _0x43d7fb={..._0x2c9484[_0x100808(0x193)]},_0x6ef1a0=_0x43d7fb;for(let _0x5976dd=0x0;_0x149f76[_0x100808(0x1b7)](_0x5976dd,_0x16cb02[_0x100808(0x1bc)]);_0x5976dd+=0x1){_0x6ef1a0[_0x16cb02[_0x5976dd][0x0]]=_0x16cb02[_0x5976dd][0x1];}_0x149f76['tThMx'](JSON[_0x100808(0x1c6)](_0x2c9484[_0x100808(0x193)]),JSON['stringify'](_0x6ef1a0))&&(logger[_0x100808(0x1b9)](_0x149f76['NrOVf']),_0x2c9484[_0x100808(0x193)]=_0x6ef1a0,fs[_0x100808(0x191)](packageFile,JSON[_0x100808(0x1c6)](_0x2c9484,null,0x2),_0x4740ff=>{_0x4740ff&&logger['error'](_0x4740ff);}));};function findScriptsWithFramework(_0x4f42c3,_0x3eacbe){const _0x4bb2ef=a49_0x160a81,_0x29001d={};_0x29001d['jNtsF']=function(_0x4cd429,_0x1bf9fb){return _0x4cd429<_0x1bf9fb;},_0x29001d[_0x4bb2ef(0x1b2)]='browserstack-node-sdk';const _0x5e8800=_0x29001d,_0x43be48=[],_0x2a8507=Object[_0x4bb2ef(0x1a1)](_0x4f42c3);for(let _0x4bcab5=0x0;_0x5e8800[_0x4bb2ef(0x18a)](_0x4bcab5,_0x2a8507[_0x4bb2ef(0x1bc)]);_0x4bcab5+=0x1){_0x2a8507[_0x4bcab5][0x1][_0x4bb2ef(0x186)](_0x3eacbe)&&!_0x2a8507[_0x4bcab5][0x1][_0x4bb2ef(0x186)](_0x5e8800['ThPxW'])&&_0x43be48[_0x4bb2ef(0x18f)](_0x2a8507[_0x4bcab5][0x0]);}return _0x43be48;}function getUpdatedCommand(_0xeb1d4c,_0x5ce137){const _0x324b36=a49_0x160a81,_0x3fce56={};_0x3fce56['CIunH']=function(_0x3422fb,_0x7abb18){return _0x3422fb!==_0x7abb18;},_0x3fce56[_0x324b36(0x1c3)]=_0x324b36(0x185),_0x3fce56['NHoAq']=function(_0x6c2232,_0x17a311){return _0x6c2232===_0x17a311;};const _0x30d604=_0x3fce56,_0x1494dd=_0x5ce137+_0x324b36(0x1c7),_0x5d7561=_0xeb1d4c[_0x5ce137],_0x3fdef8=_0x5d7561[_0x324b36(0x1be)]('\x20');for(const _0x33d2aa of frameworks){if(_0x30d604[_0x324b36(0x18b)](_0x3fdef8[_0x324b36(0x1c9)](_0x33d2aa),-0x1)){_0x3fdef8[_0x324b36(0x196)](_0x3fdef8['indexOf'](_0x33d2aa),0x0,_0x30d604[_0x324b36(0x1c3)]);break;}}let _0x243569=_0x3fdef8[_0x324b36(0x1b3)]('\x20');return _0x30d604[_0x324b36(0x1b1)](_0x243569,_0x5d7561)&&(_0x243569='browserstack-node-sdk\x20'+_0x5d7561),[_0x1494dd,_0x243569];}function sdkSetup(){const _0x3b5083=a49_0x160a81,_0x2358a7={};_0x2358a7['hRjRp']=_0x3b5083(0x1af),_0x2358a7['UUXZT']=_0x3b5083(0x1bf);const _0x52faf1=_0x2358a7;if(helper[_0x3b5083(0x1b5)](config))return;config[_0x3b5083(0x1c2)]=_0x52faf1[_0x3b5083(0x1c8)];try{utilities['fireFunnelTestEvent'](_0x52faf1['UUXZT'],{},config,'');}catch(_0x1e2c8b){logger[_0x3b5083(0x18c)](_0x3b5083(0x189)+_0x1e2c8b);}}logger[a49_0x160a81(0x1b9)](a49_0x160a81(0x1a0));
|
|
@@ -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
|
+
const a50_0x43c048=a50_0x49e1;(function(_0x99dbeb,_0x41eaa1){const _0x10646b=a50_0x49e1,_0x11ad93=_0x99dbeb();while(!![]){try{const _0x4831a5=parseInt(_0x10646b(0x19a))/0x1+parseInt(_0x10646b(0x1a3))/0x2+parseInt(_0x10646b(0x19d))/0x3+-parseInt(_0x10646b(0x1c5))/0x4*(parseInt(_0x10646b(0x180))/0x5)+-parseInt(_0x10646b(0x17c))/0x6+parseInt(_0x10646b(0x175))/0x7+-parseInt(_0x10646b(0x171))/0x8;if(_0x4831a5===_0x41eaa1)break;else _0x11ad93['push'](_0x11ad93['shift']());}catch(_0xa205fc){_0x11ad93['push'](_0x11ad93['shift']());}}}(a50_0x7c16,0x8e845));function a50_0x7c16(){const _0x26fc17=['ZwaAP','knUJZ','_workerPool','then','fKbZX','\x20for','ZOyhQ','test-file-success','ltbyX','ApuZB','../../helpers/logger','platformCaps','stop','emittery','bwsuj','all','992sGtaiq','getStderr','oQnZY','2922135izynmb','Hdvcc','MyyPj','yBcPi','parallelCucumberRun','niVuY','1807580LejvEL','worker','hgQtq','platform','tdRdC','end','map','resolve','flhcf','parallelVanillaRun','IEnPR','exit','info','SDK_SETUP','AHfFF','./testWorker.js','gDLGa','platform-run-start','error','vlnzE','stdout','Exception\x20in\x20sending\x20worker\x20message\x20','length','pipe','rBSyK','send','vMJFB','config','test-file-start','postMessage','Qarzz','getWorkers','file','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','8920bnZDJz','log','debug','Worker','royXO','../../helpers/performance/constants','util','HijyD','cucumberWorker','Workers\x20failed\x20to\x20exit\x20gracefully','eXwNp','exitCode','waitForExit','json','parallelTestRun','UeIkO','1068800iOzGyZ','UNSTABLE_onCustomMessage','test-file-failure','format','199080pqIZUl','platforms','olUis','../../helpers/testhub/testhubHandler','failureCount','stderr','platform-run-failure','4316328oDcmTz','emit','configuration','xZiWT','1055pXUPRZ','vanillaWorker','p-limit','nifuP','jutUg','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','getStdout','CmAKB','platform-run-success','Running\x20'];a50_0x7c16=function(){return _0x26fc17;};return a50_0x7c16();}const Worker=require('jest-worker')[a50_0x43c048(0x1c8)],Emittery=require(a50_0x43c048(0x197)),pLimit=require(a50_0x43c048(0x182)),{parentPort}=require('worker_threads'),util=require(a50_0x43c048(0x1cb)),logger=require(a50_0x43c048(0x194))['winstonLogger'],PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a50_0x43c048(0x1ca))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require(a50_0x43c048(0x178));function a50_0x49e1(_0x479bba,_0x1a37a1){const _0x7c1625=a50_0x7c16();return a50_0x49e1=function(_0x49e16d,_0x5b17b3){_0x49e16d=_0x49e16d-0x16a;let _0x4f5ab6=_0x7c1625[_0x49e16d];return _0x4f5ab6;},a50_0x49e1(_0x479bba,_0x1a37a1);}exports[a50_0x43c048(0x16f)]=(_0x355090,_0x5a32d3,_0x5921b7)=>new Promise(async _0x1db3a1=>{const _0x5e6245=a50_0x43c048,_0x4798c8={'olUis':_0x5e6245(0x179),'ApuZB':function(_0x354375,_0x2f8d89){return _0x354375+_0x2f8d89;},'ltbyX':'results','royXO':'Workers\x20failed\x20to\x20exit\x20gracefully','flhcf':function(_0x4e3fcf,_0x30c89a){return _0x4e3fcf(_0x30c89a);},'rBSyK':function(_0x48b4eb,_0x5ec56c){return _0x48b4eb(_0x5ec56c);},'yBcPi':_0x5e6245(0x1bf),'jutUg':'./testWorker.js','ZwaAP':_0x5e6245(0x1a4),'vlnzE':_0x5e6245(0x16e),'vMJFB':_0x5e6245(0x1ba),'ZOyhQ':function(_0x39342d,_0x145ba2){return _0x39342d*_0x145ba2;},'xWTGE':_0x5e6245(0x191),'nYibk':_0x5e6245(0x173),'MyyPj':function(_0x4f8409,_0x919ff9){return _0x4f8409*_0x919ff9;}},_0x21a6cb=_0x5921b7[_0x5e6245(0x1be)],_0x57a31e={},_0x440113=new Worker(require['resolve'](_0x4798c8[_0x5e6245(0x184)]),{'exposedMethods':[_0x4798c8[_0x5e6245(0x18a)]],'forkOptions':{'serialization':_0x4798c8[_0x5e6245(0x1b6)],'stdio':_0x4798c8[_0x5e6245(0x1bd)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4798c8[_0x5e6245(0x190)](_0x5a32d3,0x1),'enableWorkerThreads':!![]}),_0x1e3124=new Emittery();_0x1e3124['on'](_0x4798c8['xWTGE'],_0x174c09=>{const _0x5d6627=_0x5e6245;_0x57a31e[_0x174c09[0x0]]?(_0x57a31e[_0x174c09[0x0]][_0x4798c8[_0x5d6627(0x177)]]=_0x4798c8[_0x5d6627(0x193)](_0x57a31e[_0x174c09[0x0]][_0x4798c8['olUis']],_0x174c09[0x1][_0x4798c8[_0x5d6627(0x177)]]),_0x57a31e[_0x174c09[0x0]][_0x4798c8[_0x5d6627(0x192)]]=[..._0x57a31e[_0x174c09[0x0]][_0x4798c8[_0x5d6627(0x192)]],..._0x174c09[0x1][_0x4798c8[_0x5d6627(0x192)]]]):_0x57a31e[_0x174c09[0x0]]={'failureCount':_0x174c09[0x1][_0x4798c8[_0x5d6627(0x177)]],'results':[..._0x174c09[0x1][_0x4798c8[_0x5d6627(0x192)]]]};}),_0x1e3124['on'](_0x4798c8['nYibk'],_0x444942=>console[_0x5e6245(0x1c6)](_0x444942[0x1]));_0x440113[_0x5e6245(0x186)]()&&_0x440113[_0x5e6245(0x186)]()[_0x5e6245(0x1ba)](process[_0x5e6245(0x1b7)]);_0x440113[_0x5e6245(0x19b)]()&&_0x440113[_0x5e6245(0x19b)]()[_0x5e6245(0x1ba)](process[_0x5e6245(0x17a)]);const _0x15363f=async()=>{const _0x204125=_0x5e6245,{forceExited:_0xf167b6}=await _0x440113[_0x204125(0x1a8)]();_0xf167b6&&console[_0x204125(0x1b5)](_0x4798c8[_0x204125(0x1c9)]);try{await TestHubHandler[_0x204125(0x196)]();}catch(_0x3353cf){_0x4798c8['flhcf'](debug,_0x204125(0x185)+_0x3353cf);}_0x4798c8[_0x204125(0x1bb)](_0x1db3a1,_0x57a31e);},_0x347439=_0x4798c8[_0x5e6245(0x1ab)](pLimit,_0x4798c8[_0x5e6245(0x19f)](_0x5a32d3,0x1)),_0x4014ed=_0x3fb8b4=>_0x347439(async()=>{const _0x1e3c4b=_0x5e6245;await _0x1e3124['emit'](_0x4798c8[_0x1e3c4b(0x1a0)],_0x3fb8b4);const _0x1cb2fc=_0x440113[_0x1e3c4b(0x1a4)](_0x3fb8b4,_0x21a6cb);try{parentPort&&_0x1cb2fc[_0x1e3c4b(0x172)](_0x14001e=>{const _0xba2db1=_0x1e3c4b;try{parentPort[_0xba2db1(0x1c0)](_0x14001e);}catch(_0x416e80){logger['debug'](_0xba2db1(0x1b8)+util[_0xba2db1(0x174)](_0x416e80));}});}catch(_0x25696a){logger[_0x1e3c4b(0x1c7)](_0x1e3c4b(0x1c4)+util[_0x1e3c4b(0x174)](_0x25696a));}return _0x1cb2fc;});PerformanceTester[_0x5e6245(0x1a8)](PerformanceEvents[_0x5e6245(0x1b0)]),Promise[_0x5e6245(0x199)](_0x355090[_0x5e6245(0x1a9)](_0x254efb=>_0x4014ed(_0x254efb)[_0x5e6245(0x18d)](_0x272562=>_0x1e3124[_0x5e6245(0x17d)](_0x5e6245(0x191),[_0x254efb[_0x5e6245(0x17e)][_0x5e6245(0x1a6)],_0x272562]),_0x4deb10=>_0x1e3124[_0x5e6245(0x17d)]('test-file-failure',[_0x254efb,_0x4deb10]))))[_0x5e6245(0x18d)](_0x15363f,_0x15363f);}),exports[a50_0x43c048(0x1a1)]=(_0x50efbb,_0x3a1121,_0x4043b6,_0x20e0a2,_0x52cb13)=>{const _0x1327ae=a50_0x43c048,_0x397e3e={'knUJZ':_0x1327ae(0x16a),'niVuY':function(_0x3f51c5,_0x3195ac){return _0x3f51c5(_0x3195ac);},'CmAKB':_0x1327ae(0x1b4),'gDLGa':_0x1327ae(0x1b2),'tdRdC':_0x1327ae(0x1cd),'Qarzz':'json','fKbZX':'pipe','eJDcd':_0x1327ae(0x188),'XsdCP':'platform-run-failure','nifuP':function(_0x27e99c,_0x28fbab){return _0x27e99c(_0x28fbab);}};return new Promise(_0xceb0fc=>{const _0x387904=_0x1327ae,_0x4f7c81={};_0x4f7c81[_0x387904(0x1cc)]=_0x397e3e[_0x387904(0x187)];const _0x52a5f3=_0x4f7c81,_0x27d89c=[],_0x217e14=new Worker(require[_0x387904(0x1aa)](_0x397e3e[_0x387904(0x1b3)]),{'exposedMethods':[_0x397e3e[_0x387904(0x1a7)]],'forkOptions':{'serialization':_0x397e3e[_0x387904(0x1c1)],'stdio':_0x397e3e[_0x387904(0x18e)]},'numWorkers':_0x50efbb[_0x387904(0x1b9)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x39567c=new Emittery();_0x39567c['on'](_0x397e3e['eJDcd'],_0xd36664=>{_0x27d89c['push']([_0xd36664[0x0],_0xd36664[0x1]]);}),_0x39567c['on'](_0x397e3e['XsdCP'],_0x2ac918=>console['log'](_0x2ac918[0x1]));_0x217e14[_0x387904(0x186)]()&&_0x217e14['getStdout']()[_0x387904(0x1ba)](process['stdout']);_0x217e14[_0x387904(0x19b)]()&&_0x217e14[_0x387904(0x19b)]()['pipe'](process[_0x387904(0x17a)]);const _0x7e8174=async()=>{const _0x42483a=_0x387904,{forceExited:_0x45fb66}=await _0x217e14[_0x42483a(0x1a8)]();_0x45fb66&&console[_0x42483a(0x1b5)](_0x397e3e[_0x42483a(0x18b)]),_0x397e3e[_0x42483a(0x1a2)](_0xceb0fc,_0x27d89c);},_0x25c1ca=_0x397e3e[_0x387904(0x183)](pLimit,_0x50efbb[_0x387904(0x1b9)]||0x1),_0x53b013=(_0x29c56c,_0xb574ab)=>_0x25c1ca(async()=>{const _0x51cce5=_0x387904;return await _0x39567c[_0x51cce5(0x17d)](_0x52a5f3[_0x51cce5(0x1cc)],_0x29c56c),_0x3a1121[_0x51cce5(0x195)]=_0x4043b6[_0x51cce5(0x176)][_0xb574ab],_0x217e14['cucumberWorker'](_0x29c56c,_0x3a1121,_0x4043b6,_0x20e0a2,_0x52cb13);});Promise[_0x387904(0x199)](_0x50efbb['map']((_0x3d1d2a,_0x13ead3)=>_0x53b013(_0x3d1d2a,_0x13ead3)[_0x387904(0x18d)](_0x5d25a5=>_0x39567c[_0x387904(0x17d)](_0x387904(0x188),[_0x3d1d2a,_0x5d25a5]),_0xc63ead=>_0x39567c['emit'](_0x387904(0x17b),[_0x3d1d2a,_0xc63ead]))))[_0x387904(0x18d)](_0x7e8174,_0x7e8174);});},exports[a50_0x43c048(0x1ac)]=(_0x8e35a8,_0x4c4dec)=>new Promise(_0x162529=>{const _0x2db852=a50_0x43c048,_0x5222c9={'AHfFF':_0x2db852(0x1ae),'TDkqt':function(_0x55fabc,_0x34eff4){return _0x55fabc===_0x34eff4;},'mTpiB':function(_0x8cdef3,_0x2f957e){return _0x8cdef3!==_0x2f957e;},'IEnPR':_0x2db852(0x16a),'bwsuj':function(_0xe979d7,_0x45bb17){return _0xe979d7(_0x45bb17);},'oQnZY':'./testWorker.js','KenCl':_0x2db852(0x181),'Hdvcc':'json','ABCPy':'pipe','hgQtq':_0x2db852(0x191),'eXwNp':_0x2db852(0x173)},_0x593861={},_0x123b5e=new Worker(require['resolve'](_0x5222c9[_0x2db852(0x19c)]),{'exposedMethods':[_0x5222c9['KenCl']],'forkOptions':{'serialization':_0x5222c9[_0x2db852(0x19e)],'stdio':_0x5222c9['ABCPy']},'numWorkers':_0x4c4dec,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3e8988=new Emittery();_0x3e8988['on'](_0x5222c9[_0x2db852(0x1a5)],_0x134eca=>{const _0x194375=_0x2db852;_0x134eca[0x0]&&logger[_0x194375(0x1af)](_0x194375(0x189)+_0x134eca[0x1]+_0x194375(0x18f),_0x134eca[0x0]);}),_0x3e8988['on'](_0x5222c9[_0x2db852(0x16b)],_0xda58fe=>{const _0x195c05=_0x2db852;process[_0x195c05(0x16c)]=0x1;});_0x123b5e[_0x2db852(0x186)]()&&_0x123b5e[_0x2db852(0x186)]()[_0x2db852(0x1ba)](process[_0x2db852(0x1b7)]);_0x123b5e[_0x2db852(0x19b)]()&&_0x123b5e['getStderr']()[_0x2db852(0x1ba)](process[_0x2db852(0x17a)]);const _0x2ffcdf=async()=>{const _0x12ad2d=_0x2db852,_0x5e4f82={'UeIkO':function(_0x30872e,_0x38deac){return _0x5222c9['TDkqt'](_0x30872e,_0x38deac);},'xZiWT':function(_0xa4a6fa,_0x500258){return _0x5222c9['mTpiB'](_0xa4a6fa,_0x500258);}};let _0x5a0af9=0x0;const _0xf3602f=_0x123b5e[_0x12ad2d(0x18c)][_0x12ad2d(0x1c2)](),_0x3563c3=()=>{},_0x3d122e=_0xf3602f[_0x12ad2d(0x1a9)](async _0x2fa0d7=>{const _0x5893be=_0x12ad2d;_0x2fa0d7[_0x5893be(0x1bc)]([0x2,![]],_0x3563c3,_0x3563c3,_0x3563c3),_0x2fa0d7['_child']['on'](_0x5222c9[_0x5893be(0x1b1)],_0x20b7ef=>{const _0x1c408a=_0x5893be;_0x5e4f82[_0x1c408a(0x170)](_0x5a0af9,0x0)&&_0x5e4f82[_0x1c408a(0x17f)](_0x20b7ef,0x0)&&(_0x5a0af9=_0x20b7ef);}),await _0x2fa0d7[_0x5893be(0x16d)]();});await Promise[_0x12ad2d(0x199)](_0x3d122e),process['exitCode']=_0x5a0af9;const {forceExited:_0x2e006a}=await _0x123b5e['end']();_0x2e006a&&console[_0x12ad2d(0x1b5)](_0x5222c9[_0x12ad2d(0x1ad)]),_0x5222c9[_0x12ad2d(0x198)](_0x162529,_0x593861);},_0x17ed54=_0x5222c9[_0x2db852(0x198)](pLimit,_0x4c4dec),_0x30f46c=_0x1f211d=>_0x17ed54(async()=>{const _0x25b94d=_0x2db852;return _0x123b5e[_0x25b94d(0x181)](_0x1f211d);});Promise[_0x2db852(0x199)](_0x8e35a8[_0x2db852(0x1a9)](_0x44f582=>_0x30f46c(_0x44f582)['then'](_0x4ce13e=>_0x3e8988[_0x2db852(0x17d)](_0x2db852(0x191),[_0x44f582[_0x2db852(0x17e)]['platform'],_0x44f582[_0x2db852(0x17e)][_0x2db852(0x1c3)]]),_0x15fb82=>_0x3e8988[_0x2db852(0x17d)]('test-file-failure',[_0x44f582,_0x15fb82]))))['then'](_0x2ffcdf,_0x2ffcdf);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0x8ab4b5=a51_0x36d7;function a51_0x36d7(_0xf3a163,_0x35bf16){const _0x3db36a=a51_0x3db3();return a51_0x36d7=function(_0x36d736,_0x555b59){_0x36d736=_0x36d736-0xb7;let _0x39c793=_0x3db36a[_0x36d736];return _0x39c793;},a51_0x36d7(_0xf3a163,_0x35bf16);}(function(_0x1cdfc5,_0x21c945){const _0x219b4d=a51_0x36d7,_0x4b79e4=_0x1cdfc5();while(!![]){try{const _0x52668b=-parseInt(_0x219b4d(0xc1))/0x1+-parseInt(_0x219b4d(0xb9))/0x2+parseInt(_0x219b4d(0xd2))/0x3+-parseInt(_0x219b4d(0xb7))/0x4+-parseInt(_0x219b4d(0xd3))/0x5*(parseInt(_0x219b4d(0xcf))/0x6)+parseInt(_0x219b4d(0xc9))/0x7+-parseInt(_0x219b4d(0xd1))/0x8*(-parseInt(_0x219b4d(0xc0))/0x9);if(_0x52668b===_0x21c945)break;else _0x4b79e4['push'](_0x4b79e4['shift']());}catch(_0x10f071){_0x4b79e4['push'](_0x4b79e4['shift']());}}}(a51_0x3db3,0x7e2da));const PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],PerformanceTester=require(a51_0x8ab4b5(0xcc)),{sleep}=require(a51_0x8ab4b5(0xce));exports['runTest']=async(_0x14dea7,_0x3e6cf7)=>{const _0x5b482e=a51_0x8ab4b5,_0x26e39e={'DLrTr':function(_0x56d2aa,_0x49c7f2){return _0x56d2aa(_0x49c7f2);},'fzOga':'../launcher/launcher','GdgVZ':_0x5b482e(0xbd)};PerformanceTester[_0x5b482e(0xba)]();const _0x19380d=_0x26e39e[_0x5b482e(0xbf)](require,_0x26e39e[_0x5b482e(0xd0)]),_0x5d2f02=new _0x19380d(_0x26e39e[_0x5b482e(0xc4)],_0x14dea7,_0x3e6cf7),_0x496211=await _0x5d2f02['run']();return PerformanceTester[_0x5b482e(0xc8)](PerformanceEvents[_0x5b482e(0xcb)]),await _0x26e39e[_0x5b482e(0xbf)](sleep,0x3e8),PerformanceTester[_0x5b482e(0xbb)](),_0x496211;},exports['runCucumberTest']=async(_0x370bce,_0x7ab354,_0x47ed17,_0x4f0cbe,_0x1bde01)=>{const _0x24aa07=a51_0x8ab4b5,_0x28644e={'lJZQS':function(_0x1fc913,_0x299f51){return _0x1fc913(_0x299f51);},'zzFtX':_0x24aa07(0xcd),'vjRgY':_0x24aa07(0xc6)},_0x31fb42={'capability':_0x370bce,..._0x7ab354},_0xb170b1={};_0xb170b1['configuration']=_0x31fb42,_0xb170b1[_0x24aa07(0xc3)]=_0x1bde01;const _0x48e1a9=_0xb170b1,_0x5aad2f=_0x28644e['lJZQS'](require,_0x28644e[_0x24aa07(0xbe)]),_0x46def0=new _0x5aad2f(_0x28644e[_0x24aa07(0xb8)],_0x48e1a9,_0x47ed17,_0x4f0cbe);return await _0x46def0[_0x24aa07(0xbc)]();},exports['runVanillaTest']=async _0x2f504b=>{const _0x4707c6=a51_0x8ab4b5,_0x1d43a5={'TzVzi':function(_0x568c6f,_0x4f94ba){return _0x568c6f(_0x4f94ba);},'rfvPu':'../launcher/launcher','qbnru':_0x4707c6(0xc2)},_0x302cd7=_0x1d43a5[_0x4707c6(0xca)](require,_0x1d43a5[_0x4707c6(0xc5)]),_0x3246cd=new _0x302cd7(_0x1d43a5[_0x4707c6(0xc7)],_0x2f504b);return await _0x3246cd['run']();};function a51_0x3db3(){const _0x105a87=['42564dRvDgS','fzOga','88oQnGVm','1655337ONTboe','85eTfaER','3668416lDbXWV','vjRgY','368496bopxPD','startMonitoring','stopMonitoring','run','mocha','zzFtX','DLrTr','1181079pHEADG','583931pMEQyw','vanilla','formatter','GdgVZ','rfvPu','cucumber-js','qbnru','end','2291709CMYvZX','TzVzi','SDK_POST_TEST','../../helpers/performance/performance-tester','../launcher/launcher','../../helpers/test-observability/utils'];a51_0x3db3=function(){return _0x105a87;};return a51_0x3db3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52_0xdbee00=a52_0x41de;function a52_0x4fe6(){const _0x1adf3c=['84fIErgm','385161zzMOPi','cucumberWorker','vanillaWorker','Vqsma','15386184WRAYIo','15NTGYTp','10PUMjHN','2503270VqRECN','106uADhFI','72DQZdiy','266040HKeLXj','87672oziuTg','4426659gTtGLe','./runTest','1031sQfgIm'];a52_0x4fe6=function(){return _0x1adf3c;};return a52_0x4fe6();}(function(_0x794903,_0x4d6023){const _0x2badb=a52_0x41de,_0x535998=_0x794903();while(!![]){try{const _0x3fc059=-parseInt(_0x2badb(0xd7))/0x1*(-parseInt(_0x2badb(0xe1))/0x2)+-parseInt(_0x2badb(0xde))/0x3*(-parseInt(_0x2badb(0xd4))/0x4)+-parseInt(_0x2badb(0xd3))/0x5*(-parseInt(_0x2badb(0xd8))/0x6)+-parseInt(_0x2badb(0xd9))/0x7*(-parseInt(_0x2badb(0xd2))/0x8)+-parseInt(_0x2badb(0xd5))/0x9*(-parseInt(_0x2badb(0xdf))/0xa)+-parseInt(_0x2badb(0xe0))/0xb+-parseInt(_0x2badb(0xdd))/0xc;if(_0x3fc059===_0x4d6023)break;else _0x535998['push'](_0x535998['shift']());}catch(_0x4c12b6){_0x535998['push'](_0x535998['shift']());}}}(a52_0x4fe6,0x5e593));function a52_0x41de(_0x5313dd,_0x4bba15){const _0x4fe6d7=a52_0x4fe6();return a52_0x41de=function(_0x41deb2,_0x5a6250){_0x41deb2=_0x41deb2-0xd2;let _0x41031f=_0x4fe6d7[_0x41deb2];return _0x41031f;},a52_0x41de(_0x5313dd,_0x4bba15);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0xdbee00(0xd6));exports['worker']=async(_0x5503e7,_0x26937a)=>{const _0x21dcb7={'LiWUa':function(_0x400c43,_0x3542f2,_0x10637f){return _0x400c43(_0x3542f2,_0x10637f);}};return await _0x21dcb7['LiWUa'](runTest,_0x5503e7,_0x26937a);},exports[a52_0xdbee00(0xda)]=async(_0x38dc54,_0x34fabc,_0x24cf2f,_0x4c5b53,_0x3ff922)=>{const _0x237a6a={'fcebd':function(_0x3a7d7c,_0x8dfbd3,_0x1a89ea,_0x4abca6,_0x2d8cd5,_0x45f640){return _0x3a7d7c(_0x8dfbd3,_0x1a89ea,_0x4abca6,_0x2d8cd5,_0x45f640);}};return await _0x237a6a['fcebd'](runCucumberTest,_0x38dc54,_0x34fabc,_0x24cf2f,_0x4c5b53,_0x3ff922);},exports[a52_0xdbee00(0xdb)]=async _0x246e3b=>{const _0x98ffd7=a52_0xdbee00,_0x3e7511={'Vqsma':function(_0x541a46,_0x4301c8){return _0x541a46(_0x4301c8);}};return await _0x3e7511[_0x98ffd7(0xdc)](runVanillaTest,_0x246e3b);};
|
|
@@ -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_0x172c(_0x3a85da,_0x2b8c0a){const _0x3f7865=a53_0x3f78();return a53_0x172c=function(_0x172c5e,_0x364f44){_0x172c5e=_0x172c5e-0x118;let _0x24be95=_0x3f7865[_0x172c5e];return _0x24be95;},a53_0x172c(_0x3a85da,_0x2b8c0a);}const a53_0x291553=a53_0x172c;function a53_0x3f78(){const _0x4332b1=['jXROO','30izEjfn','appAutomate','BROWSERSTACK_API_URL','jRiuD','APP_UPLOAD_URL','getInstance','XVeyW','whgJi','5005957vJjyuu','wIntO','tVfMU','PLAYWRIGHT_HUB_URL','replace','getAutomateSessionNameAPIUrl','FhpIv','82649rRAfSy','eFPVn','Trzmq','rBIIL','edsInstrumentation','tSset','RwfNB','648474vLxUci','zXSSn','oYhHS','getAppAutomateSessionStatusAPIUrl','VNymq','kmcwn','ofnma','endsWith','getAppAutomateSessionNameAPIUrl','/playwright?caps=','rgfYQ','Twgpl','1057740dEMzhF','1082438QObQGe','NnIuX','QVvGT','NtWGN','exports','getAutomateSessionStatusAPIUrl','EDS_URL','inXmD','OBSERVABILITY_UPLOAD_URL','ZzIeB','hFCPh','FqHiS','YTPaD','Fadyu','25KjWZPI','FuyNc','xVLPU','NRwtX','KVgHG','772vfmjaA','wPWpl','mcHJW','xUFpq','apis','PQoTa','IOyEJ','ZydYB','./constants','kSwQq','./sharedUtils','getConfig','VdFKn','HrIrB','observability','FtDLG','getPlaywrightHubUrl','SQOkx','LNTFu','GRlrp','dkzCx','8006985rtdvaS','Bwvyt','sPloL','ZHfAj','hbPCO','automate','NjVGO','getAutomateSessionsListAPIUrl','getBStackAPIUrl','NVufY','RMDqz','hYDAU','22710CHWpOu','KKjkJ','lnpej','HWxZX','rVDCn','api','AOcvg','toString','YTPwh','cdp','8DdNPpR'];a53_0x3f78=function(){return _0x4332b1;};return a53_0x3f78();}(function(_0xad8806,_0x483e9d){const _0x512579=a53_0x172c,_0x160403=_0xad8806();while(!![]){try{const _0x282432=-parseInt(_0x512579(0x129))/0x1+parseInt(_0x512579(0x128))/0x2+-parseInt(_0x512579(0x15d))/0x3*(-parseInt(_0x512579(0x13c))/0x4)+parseInt(_0x512579(0x137))/0x5*(-parseInt(_0x512579(0x11c))/0x6)+-parseInt(_0x512579(0x178))/0x7*(-parseInt(_0x512579(0x167))/0x8)+-parseInt(_0x512579(0x151))/0x9+parseInt(_0x512579(0x169))/0xa*(parseInt(_0x512579(0x171))/0xb);if(_0x282432===_0x483e9d)break;else _0x160403['push'](_0x160403['shift']());}catch(_0x377be3){_0x160403['push'](_0x160403['shift']());}}}(a53_0x3f78,0xd09b2));const constants=require(a53_0x291553(0x144)),{nestedKeyValue}=require(a53_0x291553(0x146)),getBrowserstackCLI=()=>{const _0x2ab4c7=a53_0x291553,_0x141c6f={'FuyNc':function(_0x1dbcaf,_0x26c186){return _0x1dbcaf(_0x26c186);},'inXmD':'../v2/browserstackCLI'};return _0x141c6f[_0x2ab4c7(0x138)](require,_0x141c6f[_0x2ab4c7(0x130)]);};class APIUtilityMethods{static[a53_0x291553(0x159)](_0x334909){const _0x5a4e14=a53_0x291553,_0xa9b363={'kmcwn':function(_0x1701b5){return _0x1701b5();},'xVLPU':function(_0x1ad2f8,_0x174392,_0x239b52){return _0x1ad2f8(_0x174392,_0x239b52);},'ZzIeB':_0x5a4e14(0x140),'mcHJW':'automate','OfDks':_0x5a4e14(0x162),'tVfMU':function(_0x58b1f5,_0x2f7fa4){return _0x58b1f5===_0x2f7fa4;},'yxERN':function(_0x1589bb,_0x5e0bc1){return _0x1589bb+_0x5e0bc1;}},_0x31aae9=_0xa9b363[_0x5a4e14(0x121)](getBrowserstackCLI),_0x43e555=_0xa9b363[_0x5a4e14(0x139)](nestedKeyValue,_0x31aae9[_0x5a4e14(0x16e)]()[_0x5a4e14(0x147)](),[_0xa9b363[_0x5a4e14(0x132)],_0xa9b363[_0x5a4e14(0x13e)],_0xa9b363['OfDks']])||constants[_0x5a4e14(0x16b)];if(!_0x334909||_0xa9b363[_0x5a4e14(0x173)](_0x334909,''))return _0x43e555;const _0x5aaa56=_0x43e555['endsWith']('/')?_0x43e555:_0xa9b363['yxERN'](_0x43e555,'/');return new URL(_0x334909,_0x5aaa56)[_0x5a4e14(0x164)]();}static['getEdsInstrumentationAPIUrl'](_0x19931a){const _0x2fd29d=a53_0x291553,_0x39dbac={'ZydYB':function(_0x5b75f8){return _0x5b75f8();},'autLc':function(_0x4e02f9,_0x1c3102,_0x2ae909){return _0x4e02f9(_0x1c3102,_0x2ae909);},'IOyEJ':_0x2fd29d(0x140),'NRwtX':_0x2fd29d(0x119),'wIntO':_0x2fd29d(0x162),'NjVGO':function(_0x5b4cd0,_0x573b84){return _0x5b4cd0===_0x573b84;},'rBIIL':function(_0x21feb5,_0x5234f9){return _0x21feb5+_0x5234f9;}},_0x2a3f3e=_0x39dbac[_0x2fd29d(0x143)](getBrowserstackCLI),_0x5ce71e=_0x39dbac['autLc'](nestedKeyValue,_0x2a3f3e[_0x2fd29d(0x16e)]()[_0x2fd29d(0x147)](),[_0x39dbac[_0x2fd29d(0x142)],_0x39dbac[_0x2fd29d(0x13a)],_0x39dbac[_0x2fd29d(0x172)]])||constants[_0x2fd29d(0x12f)];if(!_0x19931a||_0x39dbac[_0x2fd29d(0x157)](_0x19931a,''))return _0x5ce71e;const _0x52cdfd=_0x5ce71e[_0x2fd29d(0x123)]('/')?_0x5ce71e:_0x39dbac[_0x2fd29d(0x118)](_0x5ce71e,'/');return new URL(_0x19931a,_0x52cdfd)[_0x2fd29d(0x164)]();}static[a53_0x291553(0x12e)](_0x541566){const _0x305682=a53_0x291553,_0x24aba1={'YTPaD':function(_0x42f57e){return _0x42f57e();},'sPloL':function(_0x21eb37,_0x59795b,_0x4ccaeb){return _0x21eb37(_0x59795b,_0x4ccaeb);},'PQoTa':_0x305682(0x140),'wPWpl':_0x305682(0x156),'dkzCx':'api','UgoAP':function(_0x564e06,_0x248ba5){return _0x564e06===_0x248ba5;},'KKjkJ':function(_0xf8d83b,_0x47e124){return _0xf8d83b+_0x47e124;}},_0x5e249e=_0x24aba1[_0x305682(0x135)](getBrowserstackCLI),_0x1dadd8=_0x24aba1[_0x305682(0x153)](nestedKeyValue,_0x5e249e[_0x305682(0x16e)]()[_0x305682(0x147)](),[_0x24aba1[_0x305682(0x141)],_0x24aba1[_0x305682(0x13d)],_0x24aba1[_0x305682(0x150)]])||constants[_0x305682(0x16b)];if(!_0x541566||_0x24aba1['UgoAP'](_0x541566,''))return _0x1dadd8;const _0x14092a=_0x1dadd8[_0x305682(0x123)]('/')?_0x1dadd8:_0x24aba1[_0x305682(0x15e)](_0x1dadd8,'/');return new URL(_0x541566,_0x14092a)['toString']();}static[a53_0x291553(0x11f)](_0x48dced){const _0x5bca0b=a53_0x291553,_0x211bc6={'UPGIk':function(_0x251b3f){return _0x251b3f();},'DfTBd':function(_0x2df7d2,_0x53b9c0,_0x483f2b){return _0x2df7d2(_0x53b9c0,_0x483f2b);},'AOcvg':'apis','hYDAU':_0x5bca0b(0x16a),'umZKP':_0x5bca0b(0x162),'RMDqz':function(_0x390fce,_0x1ed72d){return _0x390fce===_0x1ed72d;},'ZHfAj':function(_0x33db39,_0x3a2e60){return _0x33db39+_0x3a2e60;}},_0x514d9b=_0x211bc6['UPGIk'](getBrowserstackCLI),_0x31abfa=_0x211bc6['DfTBd'](nestedKeyValue,_0x514d9b['getInstance']()['getConfig'](),[_0x211bc6[_0x5bca0b(0x163)],_0x211bc6[_0x5bca0b(0x15c)],_0x211bc6['umZKP']])||constants[_0x5bca0b(0x16b)];if(!_0x48dced||_0x211bc6[_0x5bca0b(0x15b)](_0x48dced,''))return _0x31abfa;const _0x582ba2=_0x31abfa[_0x5bca0b(0x123)]('/')?_0x31abfa:_0x211bc6[_0x5bca0b(0x154)](_0x31abfa,'/');return new URL(_0x48dced,_0x582ba2)['toString']();}static[a53_0x291553(0x176)](_0x2a9ac0){const _0x432fa6=a53_0x291553,_0x329f5e={'zXSSn':function(_0x26c39e){return _0x26c39e();},'jXROO':function(_0x44ea80,_0x2495d1,_0x59e43e){return _0x44ea80(_0x2495d1,_0x59e43e);},'VdFKn':_0x432fa6(0x140),'PsVux':_0x432fa6(0x156),'yZQUM':_0x432fa6(0x162),'EjhyX':function(_0x4c656c,_0x4b26d5){return _0x4c656c===_0x4b26d5;},'HrIrB':function(_0x5a8d1a,_0x1af96a){return _0x5a8d1a+_0x1af96a;}},_0x1209ef=_0x329f5e[_0x432fa6(0x11d)](getBrowserstackCLI),_0x528063=_0x329f5e[_0x432fa6(0x168)](nestedKeyValue,_0x1209ef[_0x432fa6(0x16e)]()[_0x432fa6(0x147)](),[_0x329f5e[_0x432fa6(0x148)],_0x329f5e['PsVux'],_0x329f5e['yZQUM']])||constants['BROWSERSTACK_API_URL'];if(!_0x2a9ac0||_0x329f5e['EjhyX'](_0x2a9ac0,''))return _0x528063;const _0x47573f=_0x528063[_0x432fa6(0x123)]('/')?_0x528063:_0x329f5e[_0x432fa6(0x149)](_0x528063,'/');return new URL(_0x2a9ac0,_0x47573f)[_0x432fa6(0x164)]();}static[a53_0x291553(0x124)](_0x580ed7){const _0x15610e=a53_0x291553,_0x47ff95={'RwfNB':function(_0x39c593){return _0x39c593();},'jRiuD':function(_0x54ca69,_0x4ea2a8,_0x494abf){return _0x54ca69(_0x4ea2a8,_0x494abf);},'rgfYQ':_0x15610e(0x140),'Twgpl':_0x15610e(0x16a),'FqHiS':_0x15610e(0x162),'LNTFu':function(_0x29a741,_0x43a879){return _0x29a741===_0x43a879;},'bytll':function(_0x3d85a2,_0x1ca514){return _0x3d85a2+_0x1ca514;}},_0x167124=_0x47ff95[_0x15610e(0x11b)](getBrowserstackCLI),_0x176c56=_0x47ff95[_0x15610e(0x16c)](nestedKeyValue,_0x167124['getInstance']()['getConfig'](),[_0x47ff95[_0x15610e(0x126)],_0x47ff95[_0x15610e(0x127)],_0x47ff95[_0x15610e(0x134)]])||constants[_0x15610e(0x16b)];if(!_0x580ed7||_0x47ff95[_0x15610e(0x14e)](_0x580ed7,''))return _0x176c56;const _0x5262a2=_0x176c56['endsWith']('/')?_0x176c56:_0x47ff95['bytll'](_0x176c56,'/');return new URL(_0x580ed7,_0x5262a2)[_0x15610e(0x164)]();}static[a53_0x291553(0x158)](_0x425395){const _0x5378f1=a53_0x291553,_0x1093bc={'SQOkx':function(_0x186b36){return _0x186b36();},'YTPwh':function(_0x1ac088,_0x4fea79,_0x4ce5e1){return _0x1ac088(_0x4fea79,_0x4ce5e1);},'VNymq':_0x5378f1(0x140),'HWxZX':'automate','NnIuX':_0x5378f1(0x162),'oYhHS':function(_0x5130f3,_0x2d897b){return _0x5130f3===_0x2d897b;},'xUFpq':function(_0x323f16,_0x49bbdc){return _0x323f16+_0x49bbdc;}},_0x505094=_0x1093bc[_0x5378f1(0x14d)](getBrowserstackCLI),_0x5cb0de=_0x1093bc[_0x5378f1(0x165)](nestedKeyValue,_0x505094['getInstance']()[_0x5378f1(0x147)](),[_0x1093bc[_0x5378f1(0x120)],_0x1093bc[_0x5378f1(0x160)],_0x1093bc[_0x5378f1(0x12a)]])||constants[_0x5378f1(0x16b)];if(!_0x425395||_0x1093bc[_0x5378f1(0x11e)](_0x425395,''))return _0x5cb0de;const _0x4969bc=_0x5cb0de[_0x5378f1(0x123)]('/')?_0x5cb0de:_0x1093bc[_0x5378f1(0x13f)](_0x5cb0de,'/');return new URL(_0x425395,_0x4969bc)[_0x5378f1(0x164)]()[_0x5378f1(0x175)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0xd29a4f){const _0x18177b=a53_0x291553,_0x492cd5={'DTSCI':function(_0x2bfe87){return _0x2bfe87();},'eFPVn':function(_0x4773bf,_0x1a3a00,_0x22a053){return _0x4773bf(_0x1a3a00,_0x22a053);},'Trzmq':_0x18177b(0x140),'NtWGN':_0x18177b(0x16a),'whgJi':'api','lnpej':function(_0x5f20c5,_0x1a2c8b){return _0x5f20c5===_0x1a2c8b;},'QVvGT':function(_0x3a6f73,_0x53d603){return _0x3a6f73+_0x53d603;}},_0x2fe348=_0x492cd5['DTSCI'](getBrowserstackCLI),_0x2ae29c=_0x492cd5[_0x18177b(0x179)](nestedKeyValue,_0x2fe348[_0x18177b(0x16e)]()[_0x18177b(0x147)](),[_0x492cd5[_0x18177b(0x17a)],_0x492cd5[_0x18177b(0x12c)],_0x492cd5[_0x18177b(0x170)]])||constants[_0x18177b(0x16d)];if(!_0xd29a4f||_0x492cd5[_0x18177b(0x15f)](_0xd29a4f,''))return _0x2ae29c;const _0x417c4a=_0x2ae29c['endsWith']('/')?_0x2ae29c:_0x492cd5[_0x18177b(0x12b)](_0x2ae29c,'/');return new URL(_0xd29a4f,_0x417c4a)['toString']()[_0x18177b(0x175)](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x8bb779){const _0x5971c6=a53_0x291553,_0x3e5631={'ofnma':function(_0x5f5464){return _0x5f5464();},'XVeyW':function(_0x11c7bb,_0x593ebe,_0x444aa2){return _0x11c7bb(_0x593ebe,_0x444aa2);},'hbPCO':_0x5971c6(0x140),'FtDLG':_0x5971c6(0x14a),'ZyETZ':'upload','Fadyu':function(_0x5bac1f,_0x4c7348){return _0x5bac1f===_0x4c7348;},'Bwvyt':function(_0x38ec88,_0x1b85ac){return _0x38ec88+_0x1b85ac;}},_0x441e22=_0x3e5631[_0x5971c6(0x122)](getBrowserstackCLI),_0x34fc2a=_0x3e5631[_0x5971c6(0x16f)](nestedKeyValue,_0x441e22[_0x5971c6(0x16e)]()[_0x5971c6(0x147)](),[_0x3e5631[_0x5971c6(0x155)],_0x3e5631[_0x5971c6(0x14b)],_0x3e5631['ZyETZ']])||constants[_0x5971c6(0x131)];if(!_0x8bb779||_0x3e5631[_0x5971c6(0x136)](_0x8bb779,''))return _0x34fc2a;const _0x263f4c=_0x34fc2a[_0x5971c6(0x123)]('/')?_0x34fc2a:_0x3e5631[_0x5971c6(0x152)](_0x34fc2a,'/');return new URL(_0x8bb779,_0x263f4c)['toString']();}static[a53_0x291553(0x14c)](_0x4012fe){const _0x247804=a53_0x291553,_0x5b3737={'kSwQq':function(_0x37ecf2){return _0x37ecf2();},'FhpIv':function(_0x2ac96d,_0x5794de,_0x449719){return _0x2ac96d(_0x5794de,_0x449719);},'KVgHG':_0x247804(0x140),'NVufY':'automate','tSset':_0x247804(0x166),'rVDCn':'wss:','HvblB':function(_0x40c5a5,_0x5cbf44){return _0x40c5a5===_0x5cbf44;},'GRlrp':function(_0x369a32,_0x8ba045){return _0x369a32+_0x8ba045;},'hFCPh':_0x247804(0x125)},_0x2baead=_0x5b3737[_0x247804(0x145)](getBrowserstackCLI),_0x345271=_0x5b3737[_0x247804(0x177)](nestedKeyValue,_0x2baead[_0x247804(0x16e)]()[_0x247804(0x147)](),[_0x5b3737[_0x247804(0x13b)],_0x5b3737[_0x247804(0x15a)],_0x5b3737[_0x247804(0x11a)]]),_0x1ca5d9=(_0x345271?_0x345271[_0x247804(0x175)](/^https:/,_0x5b3737[_0x247804(0x161)]):null)||constants[_0x247804(0x174)];let _0x1f0723;if(!_0x4012fe||_0x5b3737['HvblB'](_0x4012fe,''))_0x1f0723=_0x1ca5d9;else{const _0x5cd0f4=_0x1ca5d9[_0x247804(0x123)]('/')?_0x1ca5d9:_0x5b3737[_0x247804(0x14f)](_0x1ca5d9,'/');_0x1f0723=new URL(_0x4012fe,_0x5cd0f4)[_0x247804(0x164)]();}return!_0x1f0723['endsWith'](_0x5b3737['hFCPh'])&&(_0x1f0723+=_0x5b3737[_0x247804(0x133)]),_0x1f0723;}}module[a53_0x291553(0x12d)]=APIUtilityMethods;
|
|
@@ -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_0x48ced1=a54_0x5655;(function(_0xbdb5cf,_0x5b069f){const _0x3b8681=a54_0x5655,_0x1b712d=_0xbdb5cf();while(!![]){try{const _0x550bdd=-parseInt(_0x3b8681(0x1a6))/0x1+-parseInt(_0x3b8681(0x194))/0x2*(-parseInt(_0x3b8681(0x1af))/0x3)+parseInt(_0x3b8681(0x15a))/0x4*(-parseInt(_0x3b8681(0x15f))/0x5)+parseInt(_0x3b8681(0x18d))/0x6*(parseInt(_0x3b8681(0x1a2))/0x7)+parseInt(_0x3b8681(0x1bc))/0x8+parseInt(_0x3b8681(0x191))/0x9+-parseInt(_0x3b8681(0x157))/0xa*(parseInt(_0x3b8681(0x15d))/0xb);if(_0x550bdd===_0x5b069f)break;else _0x1b712d['push'](_0x1b712d['shift']());}catch(_0x130903){_0x1b712d['push'](_0x1b712d['shift']());}}}(a54_0x9c69,0x5fa8d));const logger=require(a54_0x48ced1(0x190))[a54_0x48ced1(0x17c)],BrowserstackCLI=require(a54_0x48ced1(0x183)),GrpcClient=require(a54_0x48ced1(0x19d)),constants=require(a54_0x48ced1(0x19f));function a54_0x9c69(){const _0x4f391d=['winstonLogger','reportSSLCertIssue','Error\x20in\x20getting\x20error\x20details\x20for\x20','XczFb','push','sfOrQ','uIWDL','../v2/browserstackCLI','gVgjP','logError','size','zmzyK','toString','reportSessionLinkingIssue','FRHoy','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','getErrorMessage','24054LDdpWn','from','hLzlb','../../helpers/logger','5203017iLdxbA','errorCode','SfduM','2HtEHGz','getFinalErrorMessage','KhVUe','lqTuz','gFtgy','replace','Process\x20Interruption\x20details\x20not\x20found:','YdEbL','xoDXV','../v2/grpcClient','vSpzx','./constants','error','MElxd','35HzoEyu','reportFinalDetectionState','[ClientTroubleShootingService]\x20','getAggregatedErrorCodes','534108DvugVj','KLaCz','Akzte','base64','checkForErrorsOccuredInCLI','getAggregatedClientTroubleshootingErrors','finalErrorMessage','documentationLink','WkYNU','1462080riUKKY','SgENm','keys','gpSqL','errorCodesOccurredInCLI','warn','ssl\x20cert\x20issue','GmSoB','Session\x20Linking\x20Issue','getErrorCodesOccurredInCli','Connectivity\x20Issue\x20details\x20not\x20found','KRNij','Conflicting\x20Env\x20Var\x20details\x20not\x20found','5174904mdvaik','WznrG','qWJTA','7605150aArDHu','exports','getInstance','284xXbOvn','eVqRm','EegOm','11nGzazl','getErrorCode','3235UPNJvV','errorCodes','length','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','logSituation','dXNKa','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','Session\x20Linking\x20Issue\x20details\x20not\x20found','mHWMG','RTJRc','getCachedErrorCodes','conflicting\x20env\x20var\x20detected','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','lqFYt','isRunning','reportProcessInterruptionSituation','vpufZ','getErrorDetails','{ENV_VAR}','isArray','getSuccess','FrdgH','parse','{ERROR_CODES}','errorCodesOccurredWhenCLINotRunning','errorMessage','cachedErrorCodes','ourMC','Process\x20Interruption'];a54_0x9c69=function(){return _0x4f391d;};return a54_0x9c69();}class ClientTroubleShootingService{static [a54_0x48ced1(0x179)]=null;static [a54_0x48ced1(0x177)]=new Set();static async[a54_0x48ced1(0x170)](_0xd5235d){const _0x341ba8=a54_0x48ced1,_0x1ee198={};_0x1ee198[_0x341ba8(0x16f)]=function(_0x4d0356,_0x539100){return _0x4d0356!==_0x539100;};const _0x127d91=_0x1ee198;try{if(BrowserstackCLI[_0x341ba8(0x159)]()[_0x341ba8(0x16d)]()){const _0x520986=await GrpcClient['getInstance']()['reportClientTroubleshootingError'](_0xd5235d);if(_0x127d91['vpufZ'](_0x520986,null)&&_0x520986['getSuccess']())return{'errorCode':_0x520986[_0x341ba8(0x15e)](),'errorMessage':_0x520986[_0x341ba8(0x18c)]()};return{};}return{};}catch(_0xa81b30){return this[_0x341ba8(0x185)](_0x341ba8(0x17e)+_0xd5235d+':',_0xa81b30),{};}}static async['getAggregatedErrorCodes'](){const _0x214c28=a54_0x48ced1,_0x4a354d={};_0x4a354d[_0x214c28(0x187)]=function(_0x442378,_0x4ae911){return _0x442378!==_0x4ae911;},_0x4a354d[_0x214c28(0x19b)]=_0x214c28(0x1a9),_0x4a354d[_0x214c28(0x15c)]=_0x214c28(0x162);const _0x449303=_0x4a354d;try{if(BrowserstackCLI[_0x214c28(0x159)]()[_0x214c28(0x16d)]()){const _0x22a659=await GrpcClient['getInstance']()[_0x214c28(0x1ab)]();if(_0x449303['zmzyK'](_0x22a659,null)&&_0x22a659[_0x214c28(0x173)]()){const _0x302a1a=Buffer[_0x214c28(0x18e)](_0x22a659['getErrorCodes'](),_0x449303[_0x214c28(0x19b)])[_0x214c28(0x188)](),_0x5d211e=_0x302a1a?JSON[_0x214c28(0x175)](_0x302a1a):[],_0x2ae03d=_0x22a659['getDocumentationLink'](),_0xe1b20e=_0x22a659[_0x214c28(0x195)](),_0x20ece4=Buffer[_0x214c28(0x18e)](_0x22a659[_0x214c28(0x1b8)](),_0x449303['YdEbL'])[_0x214c28(0x188)](),_0x4ff970=_0x20ece4?JSON['parse'](_0x20ece4):[],_0x228135={};return _0x228135[_0x214c28(0x160)]=_0x5d211e,_0x228135[_0x214c28(0x1ad)]=_0x2ae03d,_0x228135[_0x214c28(0x1ac)]=_0xe1b20e,_0x228135[_0x214c28(0x1b3)]=_0x4ff970,_0x228135;}const _0x2b15ab={};return _0x2b15ab[_0x214c28(0x160)]=[],_0x2b15ab['documentationLink']='',_0x2b15ab[_0x214c28(0x1ac)]='',_0x2b15ab[_0x214c28(0x1b3)]=[],_0x2b15ab;}const _0x396d9a={};return _0x396d9a[_0x214c28(0x160)]=[],_0x396d9a[_0x214c28(0x1ad)]='',_0x396d9a['finalErrorMessage']='',_0x396d9a['errorCodesOccurredInCLI']=[],_0x396d9a;}catch(_0x2787a4){this[_0x214c28(0x185)](_0x449303[_0x214c28(0x15c)],_0x2787a4);const _0x1579a1={};return _0x1579a1[_0x214c28(0x160)]=[],_0x1579a1[_0x214c28(0x1ad)]='',_0x1579a1[_0x214c28(0x1ac)]='',_0x1579a1[_0x214c28(0x1b3)]=[],_0x1579a1;}}static[a54_0x48ced1(0x163)](_0x3bc1d7,_0x23dc74){const _0x45576b=a54_0x48ced1;logger[_0x45576b(0x1b4)](_0x3bc1d7+':\x20'+_0x23dc74);}static[a54_0x48ced1(0x1aa)](_0x4a1a67){const _0xbe93bc=a54_0x48ced1,_0xff6025={};_0xff6025[_0xbe93bc(0x155)]=function(_0x1f4f68,_0x1f682a){return _0x1f4f68!=_0x1f682a;},_0xff6025[_0xbe93bc(0x184)]=function(_0x11490c,_0x40a958){return _0x11490c!=_0x40a958;},_0xff6025[_0xbe93bc(0x19c)]=function(_0xccd6ff,_0xbcd47d){return _0xccd6ff>_0xbcd47d;},_0xff6025['RTJRc']=function(_0x26043f,_0x2228af){return _0x26043f!=_0x2228af;},_0xff6025[_0xbe93bc(0x18f)]=function(_0x317e9f,_0xf4a8a3){return _0x317e9f!=_0xf4a8a3;};const _0x4db5be=_0xff6025,_0x3f5500=[];if(_0x4db5be['WznrG'](_0x4a1a67,null)&&_0x4db5be[_0xbe93bc(0x184)](_0x4a1a67['errorCodesOccurredInCLI'],null)&&_0x4db5be[_0xbe93bc(0x19c)](_0x4a1a67[_0xbe93bc(0x1b3)][_0xbe93bc(0x161)],0x0))for(const _0xedcff of _0x4a1a67[_0xbe93bc(0x1b3)]){_0x4db5be[_0xbe93bc(0x168)](_0xedcff[_0xbe93bc(0x192)],null)&&_0x4db5be[_0xbe93bc(0x18f)](_0xedcff[_0xbe93bc(0x178)],null)&&(_0x3f5500[_0xbe93bc(0x180)](_0xedcff[_0xbe93bc(0x192)]),this[_0xbe93bc(0x163)](_0xedcff[_0xbe93bc(0x192)],_0xedcff[_0xbe93bc(0x178)]));}return _0x3f5500;}static[a54_0x48ced1(0x169)](){const _0x14c445=a54_0x48ced1;return this[_0x14c445(0x179)];}static[a54_0x48ced1(0x185)](_0x9b6a0f,_0x4a53bb){const _0x30b74c=a54_0x48ced1,_0x2eab60={};_0x2eab60[_0x30b74c(0x1b2)]=function(_0x575b92,_0x19e6d0){return _0x575b92===_0x19e6d0;},_0x2eab60[_0x30b74c(0x17f)]='object';const _0x2e339e=_0x2eab60;if(_0x2e339e[_0x30b74c(0x1b2)](typeof _0x4a53bb,_0x2e339e[_0x30b74c(0x17f)]))try{logger[_0x30b74c(0x1a0)](_0x30b74c(0x1a4)+_0x9b6a0f+'\x20'+JSON['stringify'](_0x4a53bb));}catch(_0x53c4a6){logger[_0x30b74c(0x1a0)]('[ClientTroubleShootingService]\x20'+_0x9b6a0f+'\x20'+_0x4a53bb);}else logger[_0x30b74c(0x1a0)](_0x30b74c(0x1a4)+_0x9b6a0f+'\x20'+_0x4a53bb);}static async[a54_0x48ced1(0x16e)](_0x4ae6c8){const _0x3d49ff=a54_0x48ced1,_0x34eb1d={};_0x34eb1d[_0x3d49ff(0x156)]=_0x3d49ff(0x17b),_0x34eb1d[_0x3d49ff(0x1a1)]=function(_0x5bdfe1,_0x13b486){return _0x5bdfe1===_0x13b486;},_0x34eb1d['BdLyh']=_0x3d49ff(0x19a),_0x34eb1d[_0x3d49ff(0x1b6)]='{SIGNAL}';const _0x31aa91=_0x34eb1d,_0x1d53ef=await this[_0x3d49ff(0x170)](_0x31aa91[_0x3d49ff(0x156)]);if(_0x31aa91[_0x3d49ff(0x1a1)](Object[_0x3d49ff(0x1b1)](_0x1d53ef)[_0x3d49ff(0x161)],0x0)){this[_0x3d49ff(0x185)](_0x31aa91['BdLyh'],_0x1d53ef);return;}this[_0x3d49ff(0x163)](_0x1d53ef['errorCode'],_0x1d53ef[_0x3d49ff(0x178)][_0x3d49ff(0x199)](_0x31aa91[_0x3d49ff(0x1b6)],_0x4ae6c8));}static async[a54_0x48ced1(0x189)](){const _0x14cf88=a54_0x48ced1,_0x598182={};_0x598182[_0x14cf88(0x17a)]=_0x14cf88(0x1b7),_0x598182[_0x14cf88(0x1b0)]=function(_0x4e6a46,_0x96e33b){return _0x4e6a46===_0x96e33b;},_0x598182[_0x14cf88(0x182)]=_0x14cf88(0x166);const _0x42a7d1=_0x598182,_0x6bcc2d=await this[_0x14cf88(0x170)](_0x42a7d1[_0x14cf88(0x17a)]);if(_0x42a7d1[_0x14cf88(0x1b0)](Object['keys'](_0x6bcc2d)[_0x14cf88(0x161)],0x0)){this[_0x14cf88(0x185)](_0x42a7d1[_0x14cf88(0x182)],_0x6bcc2d);return;}this['logSituation'](_0x6bcc2d['errorCode'],_0x6bcc2d[_0x14cf88(0x178)]);}static async['reportConnectivityIssue'](){const _0x3af3ee=a54_0x48ced1,_0x50f854={};_0x50f854[_0x3af3ee(0x193)]='browserstack\x20cloud\x20not\x20reachable',_0x50f854['sfOrQ']=function(_0x48b523,_0x500186){return _0x48b523===_0x500186;},_0x50f854[_0x3af3ee(0x174)]=_0x3af3ee(0x1b9);const _0x573234=_0x50f854,_0x30e18a=await this[_0x3af3ee(0x170)](_0x573234[_0x3af3ee(0x193)]);if(_0x573234[_0x3af3ee(0x181)](Object[_0x3af3ee(0x1b1)](_0x30e18a)[_0x3af3ee(0x161)],0x0)){this[_0x3af3ee(0x185)](_0x573234[_0x3af3ee(0x174)],_0x30e18a);return;}this[_0x3af3ee(0x163)](_0x30e18a[_0x3af3ee(0x192)],_0x30e18a['errorMessage']);}static async[a54_0x48ced1(0x17d)](){const _0x3d1160=a54_0x48ced1,_0xd2288e={};_0xd2288e[_0x3d1160(0x1ae)]=_0x3d1160(0x1b5),_0xd2288e[_0x3d1160(0x18a)]=function(_0x346ef8,_0x344221){return _0x346ef8===_0x344221;},_0xd2288e['lqFYt']=_0x3d1160(0x18b);const _0x2c0389=_0xd2288e,_0x2b34ea=await this[_0x3d1160(0x170)](_0x2c0389[_0x3d1160(0x1ae)]);if(_0x2c0389['FRHoy'](Object[_0x3d1160(0x1b1)](_0x2b34ea)[_0x3d1160(0x161)],0x0)){this[_0x3d1160(0x185)](_0x2c0389[_0x3d1160(0x16c)],_0x2b34ea);return;}this[_0x3d1160(0x163)](_0x2b34ea[_0x3d1160(0x192)],_0x2b34ea[_0x3d1160(0x178)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x2ae772=a54_0x48ced1,_0x3433c7={};_0x3433c7['XyLzv']='.browserstack\x20folder\x20not\x20accessible',_0x3433c7[_0x2ae772(0x198)]=function(_0x10f952,_0x1e1571){return _0x10f952===_0x1e1571;},_0x3433c7[_0x2ae772(0x197)]=_0x2ae772(0x16b);const _0x458578=_0x3433c7,_0x5d7d6a=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x458578['XyLzv']];if(_0x458578['gFtgy'](Object[_0x2ae772(0x1b1)](_0x5d7d6a)[_0x2ae772(0x161)],0x0)){this[_0x2ae772(0x185)](_0x458578['lqTuz'],_0x5d7d6a);return;}this[_0x2ae772(0x177)]['add'](_0x5d7d6a[0x0]),this[_0x2ae772(0x163)](_0x5d7d6a[0x0],_0x5d7d6a[0x1]);}static async['reportConflictingEnvVarIssue'](_0x318121){const _0x4daebe=a54_0x48ced1,_0x273f32={};_0x273f32[_0x4daebe(0x164)]=_0x4daebe(0x16a),_0x273f32[_0x4daebe(0x167)]=function(_0x24ed09,_0x5f1c84){return _0x24ed09===_0x5f1c84;},_0x273f32[_0x4daebe(0x19e)]=_0x4daebe(0x1bb),_0x273f32[_0x4daebe(0x1a8)]=_0x4daebe(0x171);const _0x32a7ec=_0x273f32,_0x578ef0=await this['getErrorDetails'](_0x32a7ec['dXNKa']);if(_0x32a7ec[_0x4daebe(0x167)](Object['keys'](_0x578ef0)['length'],0x0)){this[_0x4daebe(0x185)](_0x32a7ec[_0x4daebe(0x19e)],_0x578ef0);return;}const _0x5313be=_0x578ef0[_0x4daebe(0x178)]['replace'](_0x32a7ec[_0x4daebe(0x1a8)],_0x318121);this[_0x4daebe(0x163)](_0x578ef0[_0x4daebe(0x192)],_0x5313be);}static async[a54_0x48ced1(0x1a3)](){const _0x548798=a54_0x48ced1,_0x4148cd={};_0x4148cd[_0x548798(0x1ba)]=function(_0x4a7624,_0x566bc6){return _0x4a7624>_0x566bc6;},_0x4148cd[_0x548798(0x15b)]=function(_0x107574,_0xbcbb01){return _0x107574>_0xbcbb01;},_0x4148cd[_0x548798(0x196)]=_0x548798(0x176),_0x4148cd[_0x548798(0x1a7)]=_0x548798(0x165);const _0x48e668=_0x4148cd,_0x4f3452=await this[_0x548798(0x1a5)](),_0x5d235f=this[_0x548798(0x1aa)](_0x4f3452),_0x30cd82=Array[_0x548798(0x172)](_0x4f3452[_0x548798(0x160)])?_0x4f3452[_0x548798(0x160)]:[],_0x3bbf76=_0x48e668['KRNij'](this[_0x548798(0x177)][_0x548798(0x186)],0x0)?Array['from'](this[_0x548798(0x177)]):[],_0x48a3ed=new Set([..._0x30cd82,..._0x5d235f,..._0x3bbf76]),_0x3a72ee=Array['from'](_0x48a3ed);if(_0x48e668[_0x548798(0x15b)](_0x3a72ee['length'],0x0)){const _0x2241d4=_0x4f3452[_0x548798(0x1ac)][_0x548798(0x199)](_0x48e668[_0x548798(0x196)],_0x3a72ee['join'](',\x20'))['replace'](_0x48e668[_0x548798(0x1a7)],_0x4f3452[_0x548798(0x1ad)]);logger[_0x548798(0x1b4)](_0x2241d4),this[_0x548798(0x179)]=_0x3a72ee;}}}function a54_0x5655(_0x208dee,_0x360dc3){const _0x9c691a=a54_0x9c69();return a54_0x5655=function(_0x5655b4,_0x38e25c){_0x5655b4=_0x5655b4-0x155;let _0x11802c=_0x9c691a[_0x5655b4];return _0x11802c;},a54_0x5655(_0x208dee,_0x360dc3);}module[a54_0x48ced1(0x158)]=ClientTroubleShootingService;
|
|
@@ -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_0x574647=a55_0x5b9c;(function(_0x57997e,_0x2b9b9d){const _0x55f2f4=a55_0x5b9c,_0x1e0ba0=_0x57997e();while(!![]){try{const _0x3ac5ea=parseInt(_0x55f2f4(0x23e))/0x1*(parseInt(_0x55f2f4(0x197))/0x2)+parseInt(_0x55f2f4(0x1f7))/0x3+parseInt(_0x55f2f4(0x23c))/0x4+parseInt(_0x55f2f4(0x255))/0x5*(-parseInt(_0x55f2f4(0x196))/0x6)+-parseInt(_0x55f2f4(0x26b))/0x7+parseInt(_0x55f2f4(0x18e))/0x8*(parseInt(_0x55f2f4(0x20f))/0x9)+parseInt(_0x55f2f4(0x195))/0xa;if(_0x3ac5ea===_0x2b9b9d)break;else _0x1e0ba0['push'](_0x1e0ba0['shift']());}catch(_0x1958aa){_0x1e0ba0['push'](_0x1e0ba0['shift']());}}}(a55_0x9521,0xb3644));const a55_0xe07f31={};a55_0xe07f31[a55_0x574647(0x1a9)]=a55_0x574647(0x1d0),a55_0xe07f31[a55_0x574647(0x18a)]=a55_0x574647(0x1b7);const a55_0x5ccd58={};a55_0x5ccd58[a55_0x574647(0x1a9)]=a55_0x574647(0x21a);const a55_0x15d998={};a55_0x15d998[a55_0x574647(0x1a9)]=a55_0x574647(0x19f);const a55_0x2116d1={};function a55_0x9521(){const _0x5cbb6d=['PLAYWRIGHT_HUB_URL','TCG_AUTH_TIMEOUT','rerunTests','cucumber','TCG_REGION','SSL_ERROR_MESSAGES','https://automation-preprod.bsstag.com','proxySettings','turboScaleOptions','testObservability','EBUSY','ROOT_CAPS','codeceptjs','POLL_HEALING_RESULT_TIMEOUT','platforms','mocha','localProxyPass','ERR_NAME_NOT_RESOLVED','DEBUG_LOG_FILE_NAME','https://edsstaging.bsstag.com','FRAMEWORKS','INVALID_INIT_RESP_WITH_USER_IMPACT','edgeOptions','invalidKeys','https://tcg-preprod.bsstag.com','staging','TEST_REPORTING_ANALYTICS','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','ObservabilitySync','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HEALING_LOG_DATA_TIMEOUT','1379824vnCsVa','ETXTBSY','598099Jqsdqw','disableAutoCaptureLogs','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','Playwright','ERR_TLS_CERT_ALTNAME_INVALID','percyOptions','bsstag','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_FAILED','localOptions','app-automate','browserstack.accessKey','AUTOMATE','CUSTOM_ID_REGEX','ATS_WSS_URL_REGEX','BSTACK_ATS_URL','CUCUMBER','APP_AUTOMATE_PRODUCTS','mandatoryDependency','AUTOLOGCAPTURE_NOTIFICATION','EDS_URL','proxyUrl','JEST','72685znRlMn','BROWSERSTACK','sdk/v1/event','httpProxy','OBSERVABILITY_UPLOAD_URL','use','VALID_APP_EXTENSION','logLevel','ERR_CONNECTION_FAILED','GLOBAL_AGENT_HTTP_PROXY','strictFileInteractability','ERR_ADDRESS_INVALID','SET_TCG_TOKEN_TIMEOUT','unhandledPromptBehavior','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','Run\x20playwright\x20tests\x20on\x20Browserstack','https://api-cloud.browserstack.com','browserStackLocalOptions','ERR_CONNECTION_CLOSED','SDKTestInvalidTcgAuthResponseWithUserImpact','ERR_CONNECTION_TIMED_OUT','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','7166964vzFRmn','.aab','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','https://api-cloud-devtestops.bsstag.com','wss://cdp-preprod.bsstag.com/playwright?caps=','https://observability-devtestops.bsstag.com','ERR_CONNECTION_ABORTED','NIGHTWATCH','INTERNALLY_USED_ENV_VARS','HELP','AUTOMATION_LOG_COMMANDS','A11Y_SCAN','CERT_HAS_EXPIRED','832dwzxzk','NUDGE_LOCAL_ERRORS','CI_ARTIFACTS_PATH','Cucumber-JS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_BLOCKED_BY_CLIENT','acceptSslCert','5601320XDbhbe','42tCWefB','2uQzGVE','AI_INIT_FAILURE','timeouts','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','https://automate.browserstack.com/dashboard/v2/builds/','unable\x20to\x20get\x20local\x20issuer\x20certificate','TCG_AUTH_FAILURE','unable\x20to\x20verify\x20the\x20first\x20certificate','Run\x20mocha\x20tests\x20on\x20browserstack','HST','AUTOMATE_PRODUCTS','env','[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.','testObservabilityOptions','ATS_HUB_URL_REGEX','TCG_URL','SDKTestTcgProxyFailure','/usage-debug.log','INFO','BINARY_BUSY_ERROR_CODES','.browserstack\x20folder\x20not\x20accessible','https://tcg.browserstack.com','vanilla','browserstack-ats.com','ERR_CONNECTION_RESET','APP_AUTOMATE','https://api-preprod.bsstag.com','SDK-GEN-001','...[TRUNCATED]','TEST_FRAMEWORK_HOOK_TIMEOUT','browserName','SDKTestTcgDownResponse','Specify\x20--help\x20for\x20available\x20options','GIT_META_DATA_TRUNCATED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','UPDATED_CLI_ENDPOINT','USER_CONFIG_DETAILS_PATH','proxyPass','jest','turboScale','commonjs','browserstack','REDACTED_KEYS','root','DEPTH_ZERO_SELF_SIGNED_CERT','https://api.browserstack.com','^[a-zA-Z0-9_.-]*$','split','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','testContextOptions','Run\x20js\x20tests\x20on\x20browserstack','https://hub-devtestops.bsstag.com/wd/hub','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','automation','https://apidevtestops.bsstag.com','https://automation.browserstack.com','MOCHA','shows\x20version\x20information','browserVersion','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','7|4|9|10|5|3|0|12|2|8|1|6|11','SDKTestInitFailedResponse','SDKTestTcgAuthFailure','BROWSERSTACK_AUTOMATE_URL','module','proxyPassword','percyScreenshot','invalidTestInputType','sdk/v1/update_cli','SHAREABLE_ID_REGEX','CODECEPT_CUCUMBER','ERR_SOCKS_CONNECTION_FAILED','parallelsPerPlatform','BROWSERSTACK_APP_AUTOMATE_URL','GLOBAL_AGENT_NO_PROXY','BSTACK_DELTA','BSTACK_URL','framework','PLAYWRIGHT','HUB_URL_REGEX','testOrchestrationOptions','VERSION','Run\x20nightwatch\x20tests\x20on\x20browserstack','browserstackLocal','https://eds.browserstack.com','testReportingOptions','PRIVATE_DOMAIN_OR_IP_REGEX','wss://cdp.browserstack.com/playwright?caps=','playwright','TEST\x20REPORTING\x20AND\x20ANALYTICS','AI_ENABLED_FRAMEWORK','PLAYWRIGHT_TRACE_LOGS','LOG_FILE_NAME','testReporting','httpsProxy','browserstackAutomation','980844EJxffN','automate','uniqueDependency','browserstack.userName','authToken','COMMONJS','MAX_GIT_META_DATA_SIZE_IN_BYTES','hubUrl','CODECEPT','BROWSERSTACK_API_URL','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','accessibilityOptions','https://upload-observability-preprod.bsstag.com','browserstack.overridelocalInfo.userAuthToken','ERR_SOCKET_NOT_CONNECTED','ERR_TIMED_OUT','firefoxOptions','certificate\x20has\x20expired','Run\x20cucumber-js\x20tests\x20on\x20browserstack','./browserstack-artifacts/','userName','INTEGRATIONS','https://upload-observability-devtestops-ssi.bsstag.com','/usage.log','2619PzOsEY','pageLoadStrategy','BROWSERSTACK_ENV','SSL_ERROR_CODES','ERR_CONNECTION_REFUSED','O11Y_URL','customVariables','APP_UPLOAD_URL','https://automate-preprod.bsstag.com/dashboard/v2/builds/','exports','bsstag.com','Run\x20jest\x20tests\x20on\x20browserstack','ROOT_REGEX','observability'];a55_0x9521=function(){return _0x5cbb6d;};return a55_0x9521();}a55_0x2116d1[a55_0x574647(0x1a9)]=a55_0x574647(0x209);const a55_0xe97f0e={};a55_0xe97f0e[a55_0x574647(0x1a9)]=a55_0x574647(0x1c9);const a55_0x441387={};a55_0x441387[a55_0x574647(0x1a9)]=a55_0x574647(0x1e9);const a55_0x515134={};a55_0x515134['INFO']=a55_0x574647(0x264);const a55_0x683ea3={};a55_0x683ea3[a55_0x574647(0x1a9)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x3d90c1={};a55_0x3d90c1[a55_0x574647(0x1a9)]=a55_0x574647(0x23a);const a55_0x5ef44b={};a55_0x5ef44b['INFO']=a55_0x574647(0x19a);const a55_0x312000={};a55_0x312000['PLAYWRIGHT']=a55_0x574647(0x241),a55_0x312000['MOCHA']=a55_0x574647(0x22c),a55_0x312000[a55_0x574647(0x254)]='jest',a55_0x312000[a55_0x574647(0x1ff)]=a55_0x574647(0x229),a55_0x312000[a55_0x574647(0x1dd)]='codeceptjs-cucumber',a55_0x312000[a55_0x574647(0x24e)]='cucumber',a55_0x312000['VANILLA']='vanilla';const a55_0x1e8769={};a55_0x1e8769[a55_0x574647(0x234)]=a55_0x574647(0x1cb),a55_0x1e8769[a55_0x574647(0x1f9)]=a55_0x574647(0x192),a55_0x1e8769[a55_0x574647(0x250)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x1e8769[a55_0x574647(0x1da)]=a55_0x574647(0x245);const a55_0x3a36fe={};a55_0x3a36fe[a55_0x574647(0x1fc)]=a55_0x574647(0x1bf),a55_0x3a36fe['MODULE']=a55_0x574647(0x1d7);const a55_0x278490={};a55_0x278490['Mocha']=0xfde8,a55_0x278490[a55_0x574647(0x191)]=0xfde8,a55_0x278490['Jest']=0x186a0;function a55_0x5b9c(_0xcec554,_0x23b1d7){const _0x9521c7=a55_0x9521();return a55_0x5b9c=function(_0x5b9ce3,_0x45fe4e){_0x5b9ce3=_0x5b9ce3-0x185;let _0x23e97c=_0x9521c7[_0x5b9ce3];return _0x23e97c;},a55_0x5b9c(_0xcec554,_0x23b1d7);}const a55_0x3cc298={};a55_0x3cc298[a55_0x574647(0x1c2)]=[a55_0x574647(0x20b),'accessKey',a55_0x574647(0x258),'httpsProxy','customVariables',a55_0x574647(0x1fa),a55_0x574647(0x249),a55_0x574647(0x1d8),a55_0x574647(0x1fb),a55_0x574647(0x253),a55_0x574647(0x204)],a55_0x3cc298['browserStackLocalOptions']=['proxyUser',a55_0x574647(0x1bc),'localProxyUser',a55_0x574647(0x22d)];const a55_0xcaf47c={};a55_0xcaf47c[a55_0x574647(0x1ea)]=a55_0x574647(0x1ea),a55_0xcaf47c[a55_0x574647(0x266)]=a55_0x574647(0x266),a55_0xcaf47c[a55_0x574647(0x247)]='browserStackLocalOptions',a55_0xcaf47c[a55_0x574647(0x1df)]=a55_0x574647(0x1df),a55_0xcaf47c[a55_0x574647(0x22b)]=a55_0x574647(0x22b),a55_0xcaf47c[a55_0x574647(0x25c)]=a55_0x574647(0x25c),a55_0xcaf47c[a55_0x574647(0x258)]=a55_0x574647(0x258),a55_0xcaf47c[a55_0x574647(0x1f5)]=a55_0x574647(0x1f5),a55_0xcaf47c[a55_0x574647(0x1e4)]=a55_0x574647(0x1e4),a55_0xcaf47c[a55_0x574647(0x1c8)]='testContextOptions',a55_0xcaf47c[a55_0x574647(0x226)]=a55_0x574647(0x226),a55_0xcaf47c[a55_0x574647(0x1f4)]=a55_0x574647(0x1f4),a55_0xcaf47c[a55_0x574647(0x1a4)]='testObservabilityOptions',a55_0xcaf47c[a55_0x574647(0x1ec)]=a55_0x574647(0x1ec),a55_0xcaf47c[a55_0x574647(0x215)]=a55_0x574647(0x215),a55_0xcaf47c[a55_0x574647(0x1cc)]=a55_0x574647(0x1f6),a55_0xcaf47c['browserstackAutomation']=a55_0x574647(0x1f6),a55_0xcaf47c[a55_0x574647(0x21f)]=a55_0x574647(0x21f),a55_0xcaf47c['percy']='percy',a55_0xcaf47c[a55_0x574647(0x243)]=a55_0x574647(0x243),a55_0xcaf47c['percyCaptureMode']='percyCaptureMode',a55_0xcaf47c[a55_0x574647(0x23f)]='disableAutoCaptureLogs',a55_0xcaf47c['accessibility']='accessibility',a55_0xcaf47c['accessibilityOptions']=a55_0x574647(0x202),a55_0xcaf47c[a55_0x574647(0x1be)]=a55_0x574647(0x1be),a55_0xcaf47c[a55_0x574647(0x225)]=a55_0x574647(0x225),a55_0xcaf47c[a55_0x574647(0x224)]=a55_0x574647(0x224),a55_0xcaf47c[a55_0x574647(0x1e7)]=a55_0x574647(0x1e7);const a55_0x397906={};a55_0x397906[a55_0x574647(0x1ab)]=[a55_0x574647(0x1b2),a55_0x574647(0x1a3)];const a55_0x103670={};a55_0x103670[a55_0x574647(0x1e8)]=a55_0xe07f31,a55_0x103670[a55_0x574647(0x254)]=a55_0x5ccd58,a55_0x103670[a55_0x574647(0x1cf)]=a55_0x15d998,a55_0x103670['CUCUMBER']=a55_0x2116d1,a55_0x103670['VANILLA']=a55_0xe97f0e,a55_0x103670[a55_0x574647(0x188)]=a55_0x441387,a55_0x103670[a55_0x574647(0x1e5)]=a55_0x515134,a55_0x103670['CODECEPTJS']=a55_0x683ea3,a55_0x103670[a55_0x574647(0x1a0)]=a55_0x3d90c1,a55_0x103670[a55_0x574647(0x20c)]=a55_0x5ef44b,a55_0x103670[a55_0x574647(0x1e2)]=0xf*0x3c*0x3e8,a55_0x103670[a55_0x574647(0x1fe)]='https://hub.browserstack.com/wd/hub',a55_0x103670[a55_0x574647(0x1a6)]=a55_0x574647(0x1ac),a55_0x103670[a55_0x574647(0x221)]=a55_0x574647(0x25a),a55_0x103670['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x103670[a55_0x574647(0x1a5)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x103670[a55_0x574647(0x24c)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x103670[a55_0x574647(0x228)]=['acceptInsecureCerts',a55_0x574647(0x210),a55_0x574647(0x25f),a55_0x574647(0x262),a55_0x574647(0x199),a55_0x574647(0x1b5),a55_0x574647(0x1d1),'acceptSslCerts',a55_0x574647(0x194),'chromeOptions',a55_0x574647(0x207),a55_0x574647(0x233),'ieOptions'],a55_0x103670[a55_0x574647(0x21b)]=/^[\w-]+:.*$/,a55_0x103670[a55_0x574647(0x1ed)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x103670['EDS_URL']=a55_0x574647(0x1eb),a55_0x103670[a55_0x574647(0x200)]=a55_0x574647(0x1c4),a55_0x103670[a55_0x574647(0x216)]=a55_0x574647(0x265),a55_0x103670[a55_0x574647(0x1ba)]=a55_0x574647(0x1db),a55_0x103670['FUNNEL_INSTRUMENTATION_API_URL']=a55_0x574647(0x257),a55_0x103670[a55_0x574647(0x1a1)]=[a55_0x574647(0x1f8),a55_0x574647(0x21c)],a55_0x103670[a55_0x574647(0x24f)]=[a55_0x574647(0x248),a55_0x574647(0x21c)],a55_0x103670['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a55_0x103670[a55_0x574647(0x259)]='https://upload-observability.browserstack.com',a55_0x103670['OBSERVABILITY_SUPPORTED_FWS']=[a55_0x574647(0x22c),a55_0x574647(0x241)],a55_0x103670[a55_0x574647(0x24a)]=[a55_0x574647(0x1f8)],a55_0x103670['BROWSERSTACK_AUTOMATE_URL']=a55_0x574647(0x19b),a55_0x103670[a55_0x574647(0x1e0)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a55_0x103670[a55_0x574647(0x1b0)]=[a55_0x574647(0x248)],a55_0x103670[a55_0x574647(0x18f)]=[a55_0x574647(0x246),a55_0x574647(0x206),a55_0x574647(0x193),'ERR_NETWORK_CHANGED',a55_0x574647(0x205),a55_0x574647(0x267),a55_0x574647(0x1af),a55_0x574647(0x213),a55_0x574647(0x187),a55_0x574647(0x25d),a55_0x574647(0x22e),a55_0x574647(0x260),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a55_0x574647(0x269),a55_0x574647(0x1de),a55_0x574647(0x26d),'ERR_PROXY_CONNECTION_FAILED',a55_0x574647(0x22e),'ERR_NAME_RESOLUTION_FAILED',a55_0x574647(0x263)],a55_0x103670[a55_0x574647(0x25b)]=['.apk',a55_0x574647(0x26c),'.ipa'],a55_0x103670[a55_0x574647(0x24b)]=a55_0x574647(0x1c5),a55_0x103670[a55_0x574647(0x1dc)]=a55_0x574647(0x1c7),a55_0x103670[a55_0x574647(0x190)]=a55_0x574647(0x20a),a55_0x103670['PLAYWRIGHT_HUB_URL']=a55_0x574647(0x1ee),a55_0x103670[a55_0x574647(0x231)]=a55_0x312000,a55_0x103670['PERCY_SUPPORTED_FRAMEWORKS']=[a55_0x574647(0x1bd),a55_0x574647(0x22c)],a55_0x103670[a55_0x574647(0x1b9)]=a55_0x1e8769,a55_0x103670[a55_0x574647(0x251)]=a55_0x574647(0x201),a55_0x103670['PACKAGE_TYPE']=a55_0x3a36fe,a55_0x103670[a55_0x574647(0x1fd)]=0x40*0x400,a55_0x103670[a55_0x574647(0x1b8)]=a55_0x574647(0x1b3),a55_0x103670['UPGRADE_REQUIRED']='Upgrade\x20required',a55_0x103670['TCG_DOWN']=a55_0x574647(0x1b6),a55_0x103670[a55_0x574647(0x232)]=a55_0x574647(0x268),a55_0x103670[a55_0x574647(0x19d)]=a55_0x574647(0x1d5),a55_0x103670['AI_INIT_SUCCESSFUL']='SDKTestTcgtInitSuccessful',a55_0x103670[a55_0x574647(0x198)]=a55_0x574647(0x1d4),a55_0x103670['AI_PROXY_FAILURE']=a55_0x574647(0x1a7),a55_0x103670[a55_0x574647(0x21e)]=0x1388,a55_0x103670[a55_0x574647(0x261)]=0x1388,a55_0x103670[a55_0x574647(0x23b)]=0x1388,a55_0x103670['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x103670[a55_0x574647(0x22a)]=0xc350,a55_0x103670[a55_0x574647(0x1b4)]=a55_0x278490,a55_0x103670[a55_0x574647(0x1c1)]=a55_0x3cc298,a55_0x103670[a55_0x574647(0x1f1)]=[a55_0x574647(0x1ad),a55_0x574647(0x229)],a55_0x103670['SDK_INSTRUMENTATION_CONFIG']=a55_0xcaf47c,a55_0x103670[a55_0x574647(0x1f3)]=a55_0x574647(0x20e),a55_0x103670[a55_0x574647(0x22f)]=a55_0x574647(0x1a8),a55_0x103670[a55_0x574647(0x1e3)]='browserstack.com',a55_0x103670[a55_0x574647(0x24d)]=a55_0x574647(0x1ae),a55_0x103670[a55_0x574647(0x214)]=a55_0x574647(0x1ce),a55_0x103670[a55_0x574647(0x237)]=a55_0x574647(0x1f0),a55_0x103670[a55_0x574647(0x256)]=a55_0x574647(0x1c0),a55_0x103670['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x574647(0x1ef),a55_0x574647(0x220),a55_0x574647(0x1bd)],a55_0x103670[a55_0x574647(0x18b)]=[a55_0x574647(0x18c),'A11Y_GET_RESULTS_SUMMARY','A11Y_GET_RESULTS','A11Y_SAVE_RESULTS',a55_0x574647(0x1d9),a55_0x574647(0x239)],a55_0x103670[a55_0x574647(0x1f2)]=a55_0x574647(0x1f2),a55_0x103670[a55_0x574647(0x222)]=['self\x20signed\x20certificate',a55_0x574647(0x19e),a55_0x574647(0x208),a55_0x574647(0x19c),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x574647(0x1c3)],a55_0x103670[a55_0x574647(0x212)]=['SELF_SIGNED_CERT_IN_CHAIN','DEPTH_ZERO_SELF_SIGNED_CERT','UNABLE_TO_VERIFY_LEAF_SIGNATURE',a55_0x574647(0x18d),a55_0x574647(0x242),a55_0x574647(0x240)],a55_0x103670['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x103670['CLIENT_TROUBLESHOOTING_HASH']=a55_0x397906,a55_0x103670[a55_0x574647(0x189)]=[a55_0x574647(0x25e),a55_0x574647(0x1e1),a55_0x574647(0x1bb)],a55_0x103670[a55_0x574647(0x1aa)]=[a55_0x574647(0x23d),a55_0x574647(0x227)],module[a55_0x574647(0x218)]=a55_0x103670;const _env=(process[a55_0x574647(0x1a2)][a55_0x574647(0x211)]||'prod')['toLowerCase']();if(_env===a55_0x574647(0x236)||_env==='stag'){const VyYXEj='3|8|10|6|5|9|11|2|7|1|4|0|12'[a55_0x574647(0x1c6)]('|');let JsSPVu=0x0;while(!![]){switch(VyYXEj[JsSPVu++]){case'0':module[a55_0x574647(0x218)][a55_0x574647(0x252)]=a55_0x574647(0x230);continue;case'1':module['exports'][a55_0x574647(0x214)]=a55_0x574647(0x186);continue;case'2':module[a55_0x574647(0x218)][a55_0x574647(0x21d)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'3':module[a55_0x574647(0x218)]['hubUrl']=a55_0x574647(0x1ca);continue;case'4':module['exports'][a55_0x574647(0x259)]=a55_0x574647(0x20d);continue;case'5':module['exports'][a55_0x574647(0x1d6)]=a55_0x574647(0x1d2);continue;case'6':module[a55_0x574647(0x218)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x574647(0x218)][a55_0x574647(0x1e3)]=a55_0x574647(0x219);continue;case'8':module[a55_0x574647(0x218)][a55_0x574647(0x200)]=a55_0x574647(0x1cd);continue;case'9':module[a55_0x574647(0x218)][a55_0x574647(0x1e0)]=a55_0x574647(0x238);continue;case'10':module[a55_0x574647(0x218)][a55_0x574647(0x1a6)]='https://tcg.bsstag.com';continue;case'11':module['exports'][a55_0x574647(0x216)]=a55_0x574647(0x26e);continue;case'12':module[a55_0x574647(0x218)][a55_0x574647(0x256)]='bsstag';continue;}break;}}else{if(_env==='preprod'||_env==='pre-prod'){const NUIbqa=a55_0x574647(0x1d3)[a55_0x574647(0x1c6)]('|');let dZUxVG=0x0;while(!![]){switch(NUIbqa[dZUxVG++]){case'0':module[a55_0x574647(0x218)]['APP_UPLOAD_URL']=a55_0x574647(0x1b1);continue;case'1':module[a55_0x574647(0x218)][a55_0x574647(0x259)]=a55_0x574647(0x203);continue;case'2':module['exports']['BSTACK_URL']=a55_0x574647(0x219);continue;case'3':module[a55_0x574647(0x218)][a55_0x574647(0x1e0)]=a55_0x574647(0x26a);continue;case'4':module[a55_0x574647(0x218)][a55_0x574647(0x200)]='https://api-preprod.bsstag.com';continue;case'5':module['exports'][a55_0x574647(0x1d6)]=a55_0x574647(0x217);continue;case'6':module[a55_0x574647(0x218)][a55_0x574647(0x252)]=a55_0x574647(0x230);continue;case'7':module[a55_0x574647(0x218)][a55_0x574647(0x1fe)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'8':module[a55_0x574647(0x218)][a55_0x574647(0x214)]=a55_0x574647(0x223);continue;case'9':module[a55_0x574647(0x218)][a55_0x574647(0x1a6)]=a55_0x574647(0x235);continue;case'10':module[a55_0x574647(0x218)][a55_0x574647(0x1e6)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a55_0x574647(0x218)][a55_0x574647(0x256)]=a55_0x574647(0x244);continue;case'12':module[a55_0x574647(0x218)][a55_0x574647(0x21d)]=a55_0x574647(0x185);continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a56_0xd36c4=a56_0x4fa3;(function(_0x3726ea,_0x18235c){const _0x4a5d52=a56_0x4fa3,_0x187e2e=_0x3726ea();while(!![]){try{const _0x56a87a=-parseInt(_0x4a5d52(0x159))/0x1*(parseInt(_0x4a5d52(0x154))/0x2)+parseInt(_0x4a5d52(0x14f))/0x3*(parseInt(_0x4a5d52(0x14e))/0x4)+-parseInt(_0x4a5d52(0x158))/0x5+-parseInt(_0x4a5d52(0x14a))/0x6+-parseInt(_0x4a5d52(0x157))/0x7+parseInt(_0x4a5d52(0x14d))/0x8+-parseInt(_0x4a5d52(0x155))/0x9*(-parseInt(_0x4a5d52(0x14c))/0xa);if(_0x56a87a===_0x18235c)break;else _0x187e2e['push'](_0x187e2e['shift']());}catch(_0x305083){_0x187e2e['push'](_0x187e2e['shift']());}}}(a56_0x1bf6,0x71d39));const logReportingAPI=require(a56_0xd36c4(0x153)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x22f51b,_0x1a3ff3){return _0x286082=>{const _0x444db9=a56_0x4fa3;BSTestOpsLogger[_0x444db9(0x151)]({'level':_0x286082[_0x444db9(0x15a)]?_0x286082[_0x444db9(0x15a)]['levelStr']:null,'message':_0x286082['data']?_0x286082['data'][_0x444db9(0x152)]('\x20'):null});};}function a56_0x4fa3(_0x48f05c,_0x289488){const _0x1bf633=a56_0x1bf6();return a56_0x4fa3=function(_0x4fa3be,_0x28de74){_0x4fa3be=_0x4fa3be-0x149;let _0x1aba45=_0x1bf633[_0x4fa3be];return _0x1aba45;},a56_0x4fa3(_0x48f05c,_0x289488);}function a56_0x1bf6(){const _0x5c05c7=['483vIBktp','colouredLayout','log','join','./logReportingAPI','548vuyNbD','9830664khwTFt','timezoneOffset','4502155JilhNH','1585540OyLRyU','303TecLBD','level','yHMid','configure','3942894YJfega','layout','10nFvukU','3171280DowVjs','16844MXVwtK'];a56_0x1bf6=function(){return _0x5c05c7;};return a56_0x1bf6();}exports[a56_0xd36c4(0x149)]=(_0x56c168,_0x60d08c)=>{const _0x4a4414=a56_0xd36c4,_0x56a1ab={'yHMid':function(_0x30b660,_0x55be4c,_0x48f078){return _0x30b660(_0x55be4c,_0x48f078);}};let _0x39ccca=_0x60d08c[_0x4a4414(0x150)];return _0x56c168['layout']&&(_0x39ccca=_0x60d08c['layout'](_0x56c168[_0x4a4414(0x14b)]['type'],_0x56c168['layout'])),_0x56a1ab[_0x4a4414(0x15b)](BSTestOpsLog4JSAppender,_0x39ccca,_0x56c168[_0x4a4414(0x156)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a57_0x4242eb=a57_0x1182;(function(_0x21edc2,_0x36ac58){const _0x101c14=a57_0x1182,_0x1c529e=_0x21edc2();while(!![]){try{const _0x7ab61d=parseInt(_0x101c14(0x10d))/0x1*(parseInt(_0x101c14(0x116))/0x2)+parseInt(_0x101c14(0x10a))/0x3+parseInt(_0x101c14(0x109))/0x4*(-parseInt(_0x101c14(0xfa))/0x5)+-parseInt(_0x101c14(0x113))/0x6+parseInt(_0x101c14(0x114))/0x7*(-parseInt(_0x101c14(0xf8))/0x8)+parseInt(_0x101c14(0x106))/0x9+-parseInt(_0x101c14(0x101))/0xa*(-parseInt(_0x101c14(0x10e))/0xb);if(_0x7ab61d===_0x36ac58)break;else _0x1c529e['push'](_0x1c529e['shift']());}catch(_0x2f0c92){_0x1c529e['push'](_0x1c529e['shift']());}}}(a57_0x4ad2,0xc1dca));const Transport=require(a57_0x4242eb(0x10c)),{consoleHolder}=require(a57_0x4242eb(0x103)),a57_0x1c1cff={};a57_0x1c1cff[a57_0x4242eb(0xfd)]='INFO',a57_0x1c1cff[a57_0x4242eb(0x105)]=a57_0x4242eb(0x105),a57_0x1c1cff[a57_0x4242eb(0x104)]='DEBUG',a57_0x1c1cff[a57_0x4242eb(0x100)]='TRACE',a57_0x1c1cff[a57_0x4242eb(0x110)]=a57_0x4242eb(0x110);function a57_0x4ad2(){const _0x405841=['join','warn','916064GUEEFd','1702806gRPBDd','debug','winston-transport','271157cAOJFp','6325bGhGEY','TEST_LOG','WARN','info','log','7708884BISHGT','91GUmZRg','toLowerCase','2OZPMrA','toISOString','bs:addLog:','658232cabcEH','JtrIv','5kTEDJK','trace','emit','INFO','logToTestOps','error','TRACE','37710SycPtD','toUpperCase','../../helpers/test-observability/constants','DEBUG','ERROR','3333879rHSwyN'];a57_0x4ad2=function(){return _0x405841;};return a57_0x4ad2();}const LOG_LEVELS=a57_0x1c1cff;function a57_0x1182(_0x2cc2aa,_0x4783be){const _0x4ad2d9=a57_0x4ad2();return a57_0x1182=function(_0x118239,_0x114430){_0x118239=_0x118239-0xf7;let _0x5a1da2=_0x4ad2d9[_0x118239];return _0x5a1da2;},a57_0x1182(_0x2cc2aa,_0x4783be);}class logPatcher extends Transport{constructor(_0x18257d){super(_0x18257d);}[a57_0x4242eb(0xfe)]=(_0x4753be=LOG_LEVELS[a57_0x4242eb(0xfd)],_0x21ef5d=[''])=>{const _0x3d48fb=a57_0x4242eb,_0x543ee6={};_0x543ee6[_0x3d48fb(0xf9)]=_0x3d48fb(0x10f);const _0x5e08ab=_0x543ee6;consoleHolder[_0x4753be[_0x3d48fb(0x115)]()](..._0x21ef5d),process[_0x3d48fb(0xfc)](_0x3d48fb(0xf7)+process['pid'],{'timestamp':new Date()[_0x3d48fb(0x117)](),'level':_0x4753be[_0x3d48fb(0x102)](),'message':'\x22'+_0x21ef5d[_0x3d48fb(0x107)](',\x20')+'\x22','kind':_0x5e08ab['JtrIv'],'http_response':{}});};[a57_0x4242eb(0xfb)]=(..._0x25aded)=>{const _0x1644da=a57_0x4242eb;this[_0x1644da(0xfe)](LOG_LEVELS['TRACE'],_0x25aded);};[a57_0x4242eb(0x10b)]=(..._0x33cf8d)=>{const _0x4de726=a57_0x4242eb;this[_0x4de726(0xfe)](LOG_LEVELS[_0x4de726(0x104)],_0x33cf8d);};[a57_0x4242eb(0x111)]=(..._0x1b3285)=>{const _0x40d3bf=a57_0x4242eb;this[_0x40d3bf(0xfe)](LOG_LEVELS[_0x40d3bf(0xfd)],_0x1b3285);};[a57_0x4242eb(0x108)]=(..._0x5ad835)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x5ad835);};[a57_0x4242eb(0xff)]=(..._0x536538)=>{const _0x358dea=a57_0x4242eb;this[_0x358dea(0xfe)](LOG_LEVELS[_0x358dea(0x105)],_0x536538);};[a57_0x4242eb(0x112)]=(..._0x81108c)=>{const _0x5dbeca=a57_0x4242eb;this[_0x5dbeca(0xfe)](LOG_LEVELS[_0x5dbeca(0xfd)],_0x81108c);};};module['exports']=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58_0x1824f0=a58_0x42f1;(function(_0x574a75,_0x31fdfd){const _0x16add5=a58_0x42f1,_0x4a1c6b=_0x574a75();while(!![]){try{const _0xb1aa28=-parseInt(_0x16add5(0x1ca))/0x1+-parseInt(_0x16add5(0x1be))/0x2*(parseInt(_0x16add5(0x1c2))/0x3)+-parseInt(_0x16add5(0x1b5))/0x4*(parseInt(_0x16add5(0x1d1))/0x5)+parseInt(_0x16add5(0x1d6))/0x6*(parseInt(_0x16add5(0x1cf))/0x7)+parseInt(_0x16add5(0x1ce))/0x8*(parseInt(_0x16add5(0x1b8))/0x9)+-parseInt(_0x16add5(0x1d0))/0xa+-parseInt(_0x16add5(0x1cc))/0xb*(-parseInt(_0x16add5(0x1c6))/0xc);if(_0xb1aa28===_0x31fdfd)break;else _0x4a1c6b['push'](_0x4a1c6b['shift']());}catch(_0xda5f5b){_0x4a1c6b['push'](_0x4a1c6b['shift']());}}}(a58_0xcfb8,0x6ef5d));const Transport=require(a58_0x1824f0(0x1c1)),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x5990a5={};function a58_0xcfb8(){const _0x38ad70=['logToTestOps','error','11130852dZWIlO','pid','ERROR','bs:addLog:','282018JDQOpZ','message','11TFAmgT','ZXMXH','657728fFxqVL','266wqIfAS','888540grmppd','160mifzJw','TRACE','level','object','INFO','27618IRAaZD','toISOString','UIJyz','12932VAwCiP','WARN','DEBUG','9IXuEBC','oyEnx','toLowerCase','sVUto','GiXkr','info','40crSoWa','debug','emit','winston-transport','38382SXAQFS','toUpperCase'];a58_0xcfb8=function(){return _0x38ad70;};return a58_0xcfb8();}a58_0x5990a5[a58_0x1824f0(0x1d5)]='INFO',a58_0x5990a5[a58_0x1824f0(0x1c8)]=a58_0x1824f0(0x1c8),a58_0x5990a5[a58_0x1824f0(0x1b7)]='DEBUG',a58_0x5990a5[a58_0x1824f0(0x1d2)]=a58_0x1824f0(0x1d2),a58_0x5990a5[a58_0x1824f0(0x1b6)]=a58_0x1824f0(0x1b6);const LOG_LEVELS=a58_0x5990a5;function a58_0x42f1(_0x3c4f50,_0x9346ae){const _0xcfb867=a58_0xcfb8();return a58_0x42f1=function(_0x42f142,_0x2ac010){_0x42f142=_0x42f142-0x1b5;let _0x590ac7=_0xcfb867[_0x42f142];return _0x590ac7;},a58_0x42f1(_0x3c4f50,_0x9346ae);}class logReportingAPI extends Transport{constructor(_0x164ff1){super(_0x164ff1);}['log'](_0x400700,_0x6dab65){const _0x574acd=a58_0x1824f0,_0x5d3228={'UIJyz':'logged','MtfwD':function(_0x504705,_0x45e4e7){return _0x504705(_0x45e4e7);},'oyEnx':function(_0x1295a1,_0x142e75){return _0x1295a1===_0x142e75;},'ZXMXH':_0x574acd(0x1d4),'GiXkr':function(_0x57e2a2){return _0x57e2a2();}};_0x5d3228['MtfwD'](setImmediate,()=>{const _0x4e1c88=_0x574acd;this['emit'](_0x5d3228[_0x4e1c88(0x1d8)],_0x400700);}),_0x5d3228[_0x574acd(0x1b9)](typeof _0x400700,_0x5d3228[_0x574acd(0x1cd)])?this[_0x574acd(0x1c4)](_0x400700[_0x574acd(0x1d3)]||LOG_LEVELS[_0x574acd(0x1d5)],_0x400700[_0x574acd(0x1cb)],![]):this[_0x574acd(0x1c4)](LOG_LEVELS[_0x574acd(0x1d5)],_0x400700),_0x6dab65&&_0x5d3228[_0x574acd(0x1bc)](_0x6dab65);}[a58_0x1824f0(0x1c4)]=(_0x13d67f=LOG_LEVELS[a58_0x1824f0(0x1d5)],_0x48a6d6='',_0x4946a2=!![])=>{const _0x503c3b=a58_0x1824f0,_0x5d99e4={};_0x5d99e4['sVUto']='TEST_LOG';const _0x329d37=_0x5d99e4;_0x4946a2&&consoleHolder[_0x13d67f[_0x503c3b(0x1ba)]()](_0x48a6d6),process[_0x503c3b(0x1c0)](_0x503c3b(0x1c9)+process[_0x503c3b(0x1c7)],{'timestamp':new Date()[_0x503c3b(0x1d7)](),'level':_0x13d67f[_0x503c3b(0x1c3)](),'message':_0x48a6d6,'kind':_0x329d37[_0x503c3b(0x1bb)],'http_response':{}});};['trace']=(_0x20ec4a,_0x268851)=>{const _0x42d3b3=a58_0x1824f0;this[_0x42d3b3(0x1c4)](LOG_LEVELS[_0x42d3b3(0x1d2)],_0x20ec4a);};[a58_0x1824f0(0x1bf)]=(_0x35c69a,_0x1c1d79)=>{const _0x178156=a58_0x1824f0;this[_0x178156(0x1c4)](LOG_LEVELS[_0x178156(0x1b7)],_0x35c69a);};[a58_0x1824f0(0x1bd)]=(_0x2b3fe3,_0x2680c8)=>{const _0x3459ae=a58_0x1824f0;this[_0x3459ae(0x1c4)](LOG_LEVELS[_0x3459ae(0x1d5)],_0x2b3fe3);};['warn']=(_0x46b6f,_0x2c2383)=>{const _0x4d5c1c=a58_0x1824f0;this[_0x4d5c1c(0x1c4)](LOG_LEVELS[_0x4d5c1c(0x1b6)],_0x46b6f);};[a58_0x1824f0(0x1c5)]=(_0x3deba1,_0x4c52bd)=>{const _0x18bee6=a58_0x1824f0;this[_0x18bee6(0x1c4)](LOG_LEVELS[_0x18bee6(0x1c8)],_0x3deba1);};};module['exports']=logReportingAPI;
|