browserstack-node-sdk 1.55.2 → 1.55.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/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/puppeteer-helper.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
|
@@ -1 +1 @@
|
|
|
1
|
-
const a62_0x2b5bd6=a62_0x1119;(function(_0x40e3b3,_0x3e6150){const _0x4329e6=a62_0x1119,_0x20894e=_0x40e3b3();while(!![]){try{const _0xcee442=-parseInt(_0x4329e6(0x19e))/0x1+parseInt(_0x4329e6(0x15c))/0x2*(-parseInt(_0x4329e6(0x178))/0x3)+-parseInt(_0x4329e6(0x15b))/0x4*(-parseInt(_0x4329e6(0x156))/0x5)+parseInt(_0x4329e6(0x169))/0x6+parseInt(_0x4329e6(0x129))/0x7*(-parseInt(_0x4329e6(0x150))/0x8)+parseInt(_0x4329e6(0xf2))/0x9*(parseInt(_0x4329e6(0x153))/0xa)+parseInt(_0x4329e6(0x10f))/0xb;if(_0xcee442===_0x3e6150)break;else _0x20894e['push'](_0x20894e['shift']());}catch(_0x5247aa){_0x20894e['push'](_0x20894e['shift']());}}}(a62_0x5bf1,0xbb81a));const a62_0x5b04bd={};a62_0x5b04bd[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1ae),a62_0x5b04bd[a62_0x2b5bd6(0x1b3)]=a62_0x2b5bd6(0xf8);const a62_0x430982={};a62_0x430982[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x15e);const a62_0x52b7a2={};a62_0x52b7a2[a62_0x2b5bd6(0xf3)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a62_0x3cc225={};a62_0x3cc225[a62_0x2b5bd6(0xf3)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a62_0x25c7ed={};a62_0x25c7ed[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x107);const a62_0x3efdbb={};a62_0x3efdbb[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x109);const a62_0x4e3e68={};a62_0x4e3e68[a62_0x2b5bd6(0xf3)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a62_0x3977a3={};a62_0x3977a3[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1a4);const a62_0x268dcd={};a62_0x268dcd[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0xdf);const a62_0x694138={};a62_0x694138['INFO']='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a62_0x6962a7={};a62_0x6962a7['INFO']=a62_0x2b5bd6(0x166);const a62_0x28e44d={};a62_0x28e44d[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1a8);const a62_0x1ad896={};a62_0x1ad896[a62_0x2b5bd6(0x144)]='Playwright',a62_0x1ad896[a62_0x2b5bd6(0x192)]='mocha',a62_0x1ad896[a62_0x2b5bd6(0x121)]='jest',a62_0x1ad896[a62_0x2b5bd6(0xc8)]=a62_0x2b5bd6(0x19f),a62_0x1ad896[a62_0x2b5bd6(0x18c)]=a62_0x2b5bd6(0x135),a62_0x1ad896['CUCUMBER']=a62_0x2b5bd6(0x12b),a62_0x1ad896[a62_0x2b5bd6(0x1a0)]=a62_0x2b5bd6(0xcc),a62_0x1ad896[a62_0x2b5bd6(0x159)]=a62_0x2b5bd6(0x1a6),a62_0x1ad896[a62_0x2b5bd6(0xe0)]=a62_0x2b5bd6(0x1ab);const a62_0x48496c={};a62_0x48496c['invalidKeys']=a62_0x2b5bd6(0xfe),a62_0x48496c[a62_0x2b5bd6(0x174)]=a62_0x2b5bd6(0x130),a62_0x48496c['mandatoryDependency']=a62_0x2b5bd6(0x1b5),a62_0x48496c[a62_0x2b5bd6(0x17a)]=a62_0x2b5bd6(0x124);const a62_0x15b7dc={};a62_0x15b7dc[a62_0x2b5bd6(0x1b2)]=a62_0x2b5bd6(0x122),a62_0x15b7dc['MODULE']=a62_0x2b5bd6(0x17d);const a62_0x3f5abb={};a62_0x3f5abb[a62_0x2b5bd6(0x123)]=0xfde8,a62_0x3f5abb['Cucumber-JS']=0xfde8,a62_0x3f5abb[a62_0x2b5bd6(0x10c)]=0x186a0;const a62_0x49d5e4={};a62_0x49d5e4[a62_0x2b5bd6(0x154)]=['userName','accessKey',a62_0x2b5bd6(0x15a),a62_0x2b5bd6(0xda),a62_0x2b5bd6(0x1aa),a62_0x2b5bd6(0xf7),a62_0x2b5bd6(0x173),a62_0x2b5bd6(0x108),'httpProxy',a62_0x2b5bd6(0xf6),a62_0x2b5bd6(0x164),a62_0x2b5bd6(0xc7),a62_0x2b5bd6(0x18d),a62_0x2b5bd6(0x18b),'browserstack.overridelocalInfo.userAuthToken'],a62_0x49d5e4[a62_0x2b5bd6(0x155)]=['proxyUser','proxyPass','localProxyUser',a62_0x2b5bd6(0xe7)];const a62_0x4620ac={};a62_0x4620ac[a62_0x2b5bd6(0xe3)]=a62_0x2b5bd6(0xe3),a62_0x4620ac[a62_0x2b5bd6(0x155)]=a62_0x2b5bd6(0x155),a62_0x4620ac['localOptions']=a62_0x2b5bd6(0x155),a62_0x4620ac[a62_0x2b5bd6(0xca)]=a62_0x2b5bd6(0xca),a62_0x4620ac[a62_0x2b5bd6(0xd9)]=a62_0x2b5bd6(0xd9),a62_0x4620ac[a62_0x2b5bd6(0xe2)]='logLevel',a62_0x4620ac[a62_0x2b5bd6(0x102)]=a62_0x2b5bd6(0x102),a62_0x4620ac[a62_0x2b5bd6(0xf6)]='httpsProxy',a62_0x4620ac['framework']='framework',a62_0x4620ac[a62_0x2b5bd6(0x1a9)]=a62_0x2b5bd6(0x1a9),a62_0x4620ac[a62_0x2b5bd6(0xeb)]='testObservability',a62_0x4620ac['testReporting']='testReporting',a62_0x4620ac[a62_0x2b5bd6(0x10a)]='testObservabilityOptions',a62_0x4620ac['testReportingOptions']=a62_0x2b5bd6(0x106),a62_0x4620ac[a62_0x2b5bd6(0x164)]='customVariables',a62_0x4620ac[a62_0x2b5bd6(0x172)]=a62_0x2b5bd6(0x149),a62_0x4620ac[a62_0x2b5bd6(0x149)]='browserstackAutomation',a62_0x4620ac[a62_0x2b5bd6(0x100)]='rerunTests',a62_0x4620ac['percy']=a62_0x2b5bd6(0x137),a62_0x4620ac[a62_0x2b5bd6(0x193)]=a62_0x2b5bd6(0x193),a62_0x4620ac['percyCaptureMode']=a62_0x2b5bd6(0xec),a62_0x4620ac[a62_0x2b5bd6(0x190)]=a62_0x2b5bd6(0x190),a62_0x4620ac[a62_0x2b5bd6(0x12a)]=a62_0x2b5bd6(0x12a),a62_0x4620ac['accessibilityOptions']=a62_0x2b5bd6(0x1b0),a62_0x4620ac[a62_0x2b5bd6(0xfb)]=a62_0x2b5bd6(0xfb),a62_0x4620ac[a62_0x2b5bd6(0x160)]=a62_0x2b5bd6(0x160),a62_0x4620ac[a62_0x2b5bd6(0x14f)]=a62_0x2b5bd6(0x14f),a62_0x4620ac[a62_0x2b5bd6(0x179)]=a62_0x2b5bd6(0x179);function a62_0x1119(_0xdf22cd,_0x3ec624){const _0x5bf1a2=a62_0x5bf1();return a62_0x1119=function(_0x111983,_0xf10016){_0x111983=_0x111983-0xbf;let _0x14de86=_0x5bf1a2[_0x111983];return _0x14de86;},a62_0x1119(_0xdf22cd,_0x3ec624);}const a62_0x4449eb={};a62_0x4449eb[a62_0x2b5bd6(0xf4)]='hub.browserstack.com',a62_0x4449eb[a62_0x2b5bd6(0x19a)]=a62_0x2b5bd6(0xea),a62_0x4449eb['us']=a62_0x2b5bd6(0x16b),a62_0x4449eb['eu']=a62_0x2b5bd6(0x15f),a62_0x4449eb['in']=a62_0x2b5bd6(0x189),a62_0x4449eb['au']=a62_0x2b5bd6(0xfd);function a62_0x5bf1(){const _0x1cf9bc=['CODECEPT_CUCUMBER','authToken','AUTOMATE','REDACTED_KEYS','disableAutoCaptureLogs','strictFileInteractability','MOCHA','percyOptions','BROWSERSTACK_APP_AUTOMATE_URL','ERR_CONNECTION_CLOSED','https://edsstaging.bsstag.com','ERR_TLS_CERT_ALTNAME_INVALID','acceptInsecureCerts','wss://cdp-preprod.bsstag.com/puppeteer?caps=','us-east','ERR_ADDRESS_UNREACHABLE','AI_ENABLED_FRAMEWORK','OBSERVABILITY_UPLOAD_URL','691847MAzWCs','codeceptjs','VANILLA','APP_UPLOAD_URL','NUDGE_LOCAL_ERRORS','/usage.log','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','browserstack-ats.com','puppeteer','https://app-automate.browserstack.com/dashboard/v2/builds/','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','testContextOptions','browserstack.user','newman','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_TIMED_OUT','shows\x20version\x20information','browserName','accessibilityOptions','https://apidevtestops.bsstag.com','COMMONJS','HELP','PLAYWRIGHT_HUB_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_NAME_RESOLUTION_FAILED','https://automate.browserstack.com/dashboard/v2/builds/','BROWSERSTACK','use','https://tcg.bsstag.com','bsstag','exports','O11Y_URL','CLI_SUPPORTED_FRAMEWORKS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','https://hub-preprod.bsstag.com/wd/hub','https://api-cloud-devtestops.bsstag.com','Playwright','proxyPassword','CODECEPT','https://api.browserstack.com','parallelsPerPlatform','TCG_AUTH_TIMEOUT','vanilla','SDKTestInvalidTcgAuthResponseWithUserImpact','CUSTOM_ID_REGEX','SET_TCG_TOKEN_TIMEOUT','PLAYWRIGHT_TRACE_LOGS','CODECEPTJS','SELF_SIGNED_CERT_IN_CHAIN','ERR_CONNECTION_REFUSED','CI_ARTIFACTS_PATH','preprod','INVALID_INIT_RESP_WITH_USER_IMPACT','/usage-debug.log','ERR_NETWORK_CHANGED','platforms','browserstack.accessKey','TEST_FRAMEWORK_HOOK_TIMEOUT','pageLoadStrategy','firefoxOptions','staging','Run\x20codeceptjs\x20tests\x20on\x20browserstack','NEWMAN','TEST_REPORTING_ANALYTICS','logLevel','browserstackLocal','POLL_HEALING_RESULT_TIMEOUT','BSTACK_URL','TCG_AUTH_FAILURE','localProxyPass','AI_PROXY_FAILURE','APP_AUTOMATE_PRODUCTS','hub-use-only.browserstack.com','testObservability','percyCaptureMode','SDKTestTcgtInitSuccessful','DEBUG_LOG_FILE_NAME','https://hub-devtestops.bsstag.com/wd/hub','BINARY_BUSY_ERROR_CODES','CONNECTIVITY_ISSUE_ERROR_CODES','9BbskCN','INFO','default','observability','httpsProxy','browserstack.key','Specify\x20--help\x20for\x20available\x20options','GLOBAL_AGENT_NO_PROXY','https://observability-devtestops.bsstag.com','turboScale','DEBUG_CLI_LOG_FILE_NAME','hub-apse-only.browserstack.com','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDKTestTcgProxyFailure','rerunTests','CLIENT_TROUBLESHOOTING_HASH','httpProxy','SSL_ERROR_MESSAGES','bsstag.com','TCG_DOWN','testReportingOptions','Run\x20js\x20tests\x20on\x20browserstack','user_data','Run\x20nightwatch\x20tests\x20on\x20browserstack','testObservabilityOptions','split','Jest','SSL_ERROR_CODES','AI_INIT_SUCCESSFUL','11756855PtRHyx','[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.','PRIVATE_DOMAIN_OR_IP_REGEX','sdk-cli-debug.log','wss://cdp-devtestops.bsstag.com/playwright?caps=','PACKAGE_TYPE','unable\x20to\x20get\x20local\x20issuer\x20certificate','^[a-zA-Z0-9_.-]*$','HEALING_LOG_DATA_TIMEOUT','hubUrl','https://upload-observability-preprod.bsstag.com','BSTACK_ATS_URL','toLowerCase','mocha','Upgrade\x20required','https://upload-observability.browserstack.com','unhandledPromptBehavior','LOG_FILE_NAME','JEST','commonjs','Mocha','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','https://api-preprod.bsstag.com','ERR_CONNECTION_RESET','https://api-cloud.browserstack.com','sdk/v1/event','1236473ahZkHD','accessibility','cucumber','PUPPETEER_HUB_URL','ObservabilitySync','CERT_HAS_EXPIRED','wss://cdp.browserstack.com/playwright?caps=','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','...[TRUNCATED]','BROWSERSTACK_API_URL','ERR_PROXY_CONNECTION_FAILED','pre-prod','codeceptjs-cucumber','ERR_CONNECTION_ABORTED','percy','./browserstack-artifacts/','A11Y_SCAN','MAX_GIT_META_DATA_SIZE_IN_BYTES','browserstack','wss://cdp.browserstack.com/puppeteer?caps=','SPAWN_RETRY_DELAY_MS','browserstack.com','https://eds.browserstack.com','APP_AUTOMATE','jest','acceptSslCerts','SHAREABLE_ID_REGEX','PLAYWRIGHT','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','app-automate','AUTOMATE_PRODUCTS','certificate\x20has\x20expired','browserstackAutomation','self\x20signed\x20certificate','acceptSslCert','GIT_META_DATA_TRUNCATED','EDS_URL','ROOT_CAPS','proxySettings','8wqOzxY','5|3|11|6|10|1|0|12|13|9|8|4|7|2','https://upload-observability-devtestops-ssi.bsstag.com','1867610MOrFHF','root','browserStackLocalOptions','60fEZSVz','ERR_CONNECTION_FAILED','DEPTH_ZERO_SELF_SIGNED_CERT','PUPPETEER','browserstack.userName','370024bxoNGi','4qqPARl','AI_INIT_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','hub-eu-only.browserstack.com','turboScaleOptions','BROWSERSTACK_AUTOMATE_URL','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','SDK-GEN-001','customVariables','env','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','sdk/v1/update_cli','EBUSY','206952aKuZKX','MAX_SPAWN_RETRIES','hub-us-only.browserstack.com','A11Y_GET_RESULTS_SUMMARY','ERR_FAILED','ERR_TUNNEL_CONNECTION_FAILED','VERSION','https://tcg.browserstack.com','https://automation.browserstack.com','automation','password','uniqueDependency','HST','unable\x20to\x20verify\x20the\x20first\x20certificate','https://tcg-preprod.bsstag.com','1145427UgQzPQ','testOrchestrationOptions','invalidTestInputType','automate','VALID_APP_EXTENSION','module','ROOT_REGEX','PERCY_SUPPORTED_FRAMEWORKS','A11Y_GET_RESULTS','TCG_URL','ERR_TIMED_OUT','edgeOptions','wss://cdp-preprod.bsstag.com/playwright?caps=','GLOBAL_AGENT_HTTP_PROXY','HUB_URL_REGEX','OBSERVABILITY_SUPPORTED_FWS','playwright','hub-aps-only.browserstack.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','proxyUrl'];a62_0x5bf1=function(){return _0x1cf9bc;};return a62_0x5bf1();}const a62_0x5ea573={};a62_0x5ea573['.browserstack\x20folder\x20not\x20accessible']=[a62_0x2b5bd6(0x163),a62_0x2b5bd6(0x110)];const a62_0x31dc51={};a62_0x31dc51[a62_0x2b5bd6(0x16f)]=a62_0x5b04bd,a62_0x31dc51['JEST']=a62_0x430982,a62_0x31dc51[a62_0x2b5bd6(0x192)]=a62_0x52b7a2,a62_0x31dc51['CUCUMBER']=a62_0x3cc225,a62_0x31dc51[a62_0x2b5bd6(0x1a0)]=a62_0x25c7ed,a62_0x31dc51['NIGHTWATCH']=a62_0x3efdbb,a62_0x31dc51[a62_0x2b5bd6(0x144)]=a62_0x4e3e68,a62_0x31dc51[a62_0x2b5bd6(0x159)]=a62_0x3977a3,a62_0x31dc51[a62_0x2b5bd6(0xd1)]=a62_0x268dcd,a62_0x31dc51[a62_0x2b5bd6(0xe0)]=a62_0x694138,a62_0x31dc51[a62_0x2b5bd6(0x175)]=a62_0x6962a7,a62_0x31dc51['INTEGRATIONS']=a62_0x28e44d,a62_0x31dc51['BSTACK_DELTA']=0xf*0x3c*0x3e8,a62_0x31dc51[a62_0x2b5bd6(0x118)]='https://hub.browserstack.com/wd/hub',a62_0x31dc51[a62_0x2b5bd6(0x181)]=a62_0x2b5bd6(0x170),a62_0x31dc51['TCG_REGION']=a62_0x2b5bd6(0x1b9),a62_0x31dc51[a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a62_0x31dc51['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a62_0x31dc51['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a62_0x31dc51[a62_0x2b5bd6(0x14e)]=[a62_0x2b5bd6(0x198),a62_0x2b5bd6(0xdc),a62_0x2b5bd6(0x191),a62_0x2b5bd6(0x11f),'timeouts',a62_0x2b5bd6(0x1af),'browserVersion',a62_0x2b5bd6(0x142),a62_0x2b5bd6(0x14b),'chromeOptions',a62_0x2b5bd6(0xdd),a62_0x2b5bd6(0x183),'ieOptions'],a62_0x31dc51[a62_0x2b5bd6(0x17e)]=/^[\w-]+:.*$/,a62_0x31dc51[a62_0x2b5bd6(0x111)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a62_0x31dc51['EDS_URL']=a62_0x2b5bd6(0x13f),a62_0x31dc51['BROWSERSTACK_API_URL']=a62_0x2b5bd6(0xc9),a62_0x31dc51[a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0x127),a62_0x31dc51['UPDATED_CLI_ENDPOINT']=a62_0x2b5bd6(0x167),a62_0x31dc51['FUNNEL_INSTRUMENTATION_API_URL']=a62_0x2b5bd6(0x128),a62_0x31dc51[a62_0x2b5bd6(0x147)]=[a62_0x2b5bd6(0x17b),'observability'],a62_0x31dc51[a62_0x2b5bd6(0xe9)]=[a62_0x2b5bd6(0x146),'observability'],a62_0x31dc51['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a62_0x2b5bd6(0xf5)],a62_0x31dc51[a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x11e),a62_0x31dc51[a62_0x2b5bd6(0x187)]=[a62_0x2b5bd6(0x11c),a62_0x2b5bd6(0xc6)],a62_0x31dc51[a62_0x2b5bd6(0x18e)]=['automate'],a62_0x31dc51[a62_0x2b5bd6(0x161)]=a62_0x2b5bd6(0x1b7),a62_0x31dc51[a62_0x2b5bd6(0x194)]=a62_0x2b5bd6(0x1a7),a62_0x31dc51[a62_0x2b5bd6(0x140)]=[a62_0x2b5bd6(0x146)],a62_0x31dc51[a62_0x2b5bd6(0x1a2)]=[a62_0x2b5bd6(0x16d),a62_0x2b5bd6(0x182),'ERR_BLOCKED_BY_CLIENT',a62_0x2b5bd6(0xd8),'ERR_SOCKET_NOT_CONNECTED',a62_0x2b5bd6(0x195),a62_0x2b5bd6(0x126),a62_0x2b5bd6(0xd3),a62_0x2b5bd6(0x136),a62_0x2b5bd6(0x157),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a62_0x2b5bd6(0x19b),a62_0x2b5bd6(0x16e),a62_0x2b5bd6(0x1ad),'ERR_SOCKS_CONNECTION_FAILED',a62_0x2b5bd6(0x18a),a62_0x2b5bd6(0x133),'ERR_NAME_NOT_RESOLVED',a62_0x2b5bd6(0x1b6),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a62_0x31dc51[a62_0x2b5bd6(0x17c)]=['.apk','.aab','.ipa'],a62_0x31dc51[a62_0x2b5bd6(0xce)]=a62_0x2b5bd6(0x116),a62_0x31dc51[a62_0x2b5bd6(0x143)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a62_0x31dc51[a62_0x2b5bd6(0xd4)]=a62_0x2b5bd6(0x138),a62_0x31dc51['PLAYWRIGHT_HUB_URL']=a62_0x2b5bd6(0x12f),a62_0x31dc51[a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x13c),a62_0x31dc51['FRAMEWORKS']=a62_0x1ad896,a62_0x31dc51[a62_0x2b5bd6(0x17f)]=['jest',a62_0x2b5bd6(0x11c)],a62_0x31dc51['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a62_0x48496c,a62_0x31dc51['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a62_0x31dc51[a62_0x2b5bd6(0x114)]=a62_0x15b7dc,a62_0x31dc51[a62_0x2b5bd6(0x13a)]=0x40*0x400,a62_0x31dc51[a62_0x2b5bd6(0x14c)]=a62_0x2b5bd6(0x131),a62_0x31dc51['UPGRADE_REQUIRED']=a62_0x2b5bd6(0x11d),a62_0x31dc51[a62_0x2b5bd6(0x105)]='SDKTestTcgDownResponse',a62_0x31dc51[a62_0x2b5bd6(0xd6)]=a62_0x2b5bd6(0xcd),a62_0x31dc51[a62_0x2b5bd6(0xe6)]='SDKTestTcgAuthFailure',a62_0x31dc51[a62_0x2b5bd6(0x10e)]=a62_0x2b5bd6(0xed),a62_0x31dc51[a62_0x2b5bd6(0x15d)]='SDKTestInitFailedResponse',a62_0x31dc51[a62_0x2b5bd6(0xe8)]=a62_0x2b5bd6(0xff),a62_0x31dc51[a62_0x2b5bd6(0xcb)]=0x1388,a62_0x31dc51[a62_0x2b5bd6(0xcf)]=0x1388,a62_0x31dc51[a62_0x2b5bd6(0x117)]=0x1388,a62_0x31dc51['HEALING_FAILURE_TIMEOUT']=0x1388,a62_0x31dc51[a62_0x2b5bd6(0xe4)]=0xc350,a62_0x31dc51[a62_0x2b5bd6(0xdb)]=a62_0x3f5abb,a62_0x31dc51[a62_0x2b5bd6(0x18f)]=a62_0x49d5e4,a62_0x31dc51[a62_0x2b5bd6(0x19c)]=['vanilla',a62_0x2b5bd6(0x19f)],a62_0x31dc51['SDK_INSTRUMENTATION_CONFIG']=a62_0x4620ac,a62_0x31dc51[a62_0x2b5bd6(0x120)]=a62_0x2b5bd6(0x1a3),a62_0x31dc51[a62_0x2b5bd6(0xee)]=a62_0x2b5bd6(0xd7),a62_0x31dc51[a62_0x2b5bd6(0xfc)]=a62_0x2b5bd6(0x112),a62_0x31dc51[a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x13e),a62_0x31dc51[a62_0x2b5bd6(0x11a)]=a62_0x2b5bd6(0x1a5),a62_0x31dc51[a62_0x2b5bd6(0xc1)]=a62_0x2b5bd6(0x171),a62_0x31dc51[a62_0x2b5bd6(0xe1)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a62_0x31dc51[a62_0x2b5bd6(0x1b8)]=a62_0x2b5bd6(0x13b),a62_0x31dc51[a62_0x2b5bd6(0xc2)]=[a62_0x2b5bd6(0x188),a62_0x2b5bd6(0x12b),a62_0x2b5bd6(0x141),a62_0x2b5bd6(0x1a6),a62_0x2b5bd6(0x1ab)],a62_0x31dc51['AUTOMATION_LOG_COMMANDS']=[a62_0x2b5bd6(0x139),a62_0x2b5bd6(0x16c),a62_0x2b5bd6(0x180),'A11Y_SAVE_RESULTS','percyScreenshot',a62_0x2b5bd6(0x12d)],a62_0x31dc51[a62_0x2b5bd6(0xd0)]=a62_0x2b5bd6(0xd0),a62_0x31dc51['HUB_URL_MAP']=a62_0x4449eb,a62_0x31dc51[a62_0x2b5bd6(0x103)]=[a62_0x2b5bd6(0x14a),a62_0x2b5bd6(0x176),a62_0x2b5bd6(0x148),a62_0x2b5bd6(0x115),a62_0x2b5bd6(0x197),'DEPTH_ZERO_SELF_SIGNED_CERT'],a62_0x31dc51[a62_0x2b5bd6(0x10d)]=[a62_0x2b5bd6(0xd2),a62_0x2b5bd6(0x158),a62_0x2b5bd6(0xc3),a62_0x2b5bd6(0x12e),'ERR_TLS_CERT_ALTNAME_INVALID',a62_0x2b5bd6(0x162)],a62_0x31dc51[a62_0x2b5bd6(0xf1)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a62_0x31dc51[a62_0x2b5bd6(0x101)]=a62_0x5ea573,a62_0x31dc51['INTERNALLY_USED_ENV_VARS']=[a62_0x2b5bd6(0x185),a62_0x2b5bd6(0xf9),'USER_CONFIG_DETAILS_PATH'],a62_0x31dc51[a62_0x2b5bd6(0xf0)]=['ETXTBSY',a62_0x2b5bd6(0x168)],a62_0x31dc51[a62_0x2b5bd6(0x16a)]=0x3,a62_0x31dc51[a62_0x2b5bd6(0x13d)]=0x3e8,module[a62_0x2b5bd6(0xc0)]=a62_0x31dc51;const _env=(process[a62_0x2b5bd6(0x165)]['BROWSERSTACK_ENV']||'prod')[a62_0x2b5bd6(0x11b)]();if(_env===a62_0x2b5bd6(0xde)||_env==='stag'){const pzkJbJ=a62_0x2b5bd6(0x151)[a62_0x2b5bd6(0x10b)]('|');let ngEbua=0x0;while(!![]){switch(pzkJbJ[ngEbua++]){case'0':module['exports'][a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0xc5);continue;case'1':module['exports'][a62_0x2b5bd6(0x194)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b8)]=a62_0x2b5bd6(0xbf);continue;case'3':module['exports']['BROWSERSTACK_API_URL']=a62_0x2b5bd6(0x1b1);continue;case'4':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x152);continue;case'5':module[a62_0x2b5bd6(0xc0)]['hubUrl']=a62_0x2b5bd6(0xef);continue;case'6':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x14d)]=a62_0x2b5bd6(0x196);continue;case'8':module['exports'][a62_0x2b5bd6(0xc1)]=a62_0x2b5bd6(0xfa);continue;case'9':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x104);continue;case'10':module[a62_0x2b5bd6(0xc0)]['BROWSERSTACK_AUTOMATE_URL']=a62_0x2b5bd6(0x1ac);continue;case'11':module['exports'][a62_0x2b5bd6(0x181)]=a62_0x2b5bd6(0x1ba);continue;case'12':module[a62_0x2b5bd6(0xc0)]['PLAYWRIGHT_HUB_URL']=a62_0x2b5bd6(0x113);continue;case'13':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x145);continue;}break;}}else{if(_env===a62_0x2b5bd6(0xd5)||_env===a62_0x2b5bd6(0x134)){const AqLTSE='10|7|5|13|1|9|6|0|4|11|12|3|8|2'['split']('|');let GiazhM=0x0;while(!![]){switch(AqLTSE[GiazhM++]){case'0':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b4)]=a62_0x2b5bd6(0x184);continue;case'1':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x161)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b8)]='bsstag';continue;case'3':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x119);continue;case'4':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x199);continue;case'5':module[a62_0x2b5bd6(0xc0)]['TCG_URL']=a62_0x2b5bd6(0x177);continue;case'6':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0x125);continue;case'7':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x132)]=a62_0x2b5bd6(0x125);continue;case'8':module['exports'][a62_0x2b5bd6(0x14d)]=a62_0x2b5bd6(0x196);continue;case'9':module[a62_0x2b5bd6(0xc0)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'10':module['exports']['hubUrl']=a62_0x2b5bd6(0xc4);continue;case'11':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x104);continue;case'12':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xc1)]='https://automation-preprod.bsstag.com';continue;case'13':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}}
|
|
1
|
+
const a62_0x180985=a62_0x498d;function a62_0xde60(){const _0x35b48c=['browserstack','disableAutoCaptureLogs','HEALING_LOG_DATA_TIMEOUT','PUPPETEER','VERSION','proxyPass','Run\x20codeceptjs\x20tests\x20on\x20browserstack','hub-use-only.browserstack.com','ERR_BLOCKED_BY_CLIENT','module','SDK-GEN-001','password','proxyUser','TCG_AUTH_TIMEOUT','https://api-cloud.browserstack.com','INFO','ERR_CONNECTION_CLOSED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','TCG_AUTH_FAILURE','mocha','A11Y_SAVE_RESULTS','codeceptjs-cucumber','automate','TEST_REPORTING_ANALYTICS','APP_AUTOMATE_PRODUCTS','browserName','/usage-debug.log','env','ERR_ADDRESS_UNREACHABLE','Run\x20mocha\x20tests\x20on\x20browserstack','httpsProxy','wss://cdp-preprod.bsstag.com/puppeteer?caps=','default','puppeteer','firefoxOptions','O11Y_URL','browserStackLocalOptions','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','chromeOptions','bsstag.com','.apk','ERR_NAME_NOT_RESOLVED','PLAYWRIGHT_TRACE_LOGS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','27GWOzoT','bsstag','380224fugona','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','testReportingOptions','Run\x20cucumber-js\x20tests\x20on\x20browserstack','wss://cdp-preprod.bsstag.com/playwright?caps=','4273690jBgEJp','CERT_HAS_EXPIRED','testOrchestrationOptions','6740045TEFPDi','BSTACK_DELTA','https://api.browserstack.com','preprod','PERCY_SUPPORTED_FRAMEWORKS','BROWSERSTACK','TEST_FRAMEWORK_HOOK_TIMEOUT','^[a-zA-Z0-9_.-]*$','uniqueDependency','browserstack.overridelocalInfo.userAuthToken','https://upload-observability-preprod.bsstag.com','ERR_FAILED','555952eksvNY','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','VALID_APP_EXTENSION','4JxUuYi','SELF_SIGNED_CERT_IN_CHAIN','Run\x20js\x20tests\x20on\x20browserstack','CUCUMBER','rerunTests','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','commonjs','turboScale','CI_ARTIFACTS_PATH','percy','testObservability','119ZsxTug','ieOptions','certificate\x20has\x20expired','PACKAGE_TYPE','HST','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://upload-observability-devtestops-ssi.bsstag.com','timeouts','BROWSERSTACK_ENV','strictFileInteractability','GLOBAL_AGENT_HTTP_PROXY','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','AUTOLOGCAPTURE_NOTIFICATION','CONNECTIVITY_ISSUE_ERROR_CODES','browserstack.accessKey','BINARY_BUSY_ERROR_CODES','logLevel','pageLoadStrategy','userName','automation','CUSTOM_ID_REGEX','Run\x20jest\x20tests\x20on\x20browserstack','ERR_TIMED_OUT','ERR_SOCKET_NOT_CONNECTED','wss://cdp.browserstack.com/playwright?caps=','split','https://hub-preprod.bsstag.com/wd/hub','jest','browserstackAutomation','TEST\x20REPORTING\x20AND\x20ANALYTICS','app-automate','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','ROOT_REGEX','ERR_SOCKS_CONNECTION_FAILED','https://hub-devtestops.bsstag.com/wd/hub','Mocha','hubUrl','GIT_META_DATA_TRUNCATED','.aab','platforms','APP_UPLOAD_URL','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','proxySettings','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','browserstackLocal','MOCHA','AUTOMATE','AI_PROXY_FAILURE','cucumber','SDKTestTcgProxyFailure','proxyPassword','ERR_CONNECTION_REFUSED','ERR_NAME_RESOLUTION_FAILED','CODECEPTJS','hub-apse-only.browserstack.com','ROOT_CAPS','parallelsPerPlatform','sdk/v1/update_cli','SDKTestTcgDownResponse','.browserstack\x20folder\x20not\x20accessible','testContextOptions','httpProxy','browserstack.userName','toLowerCase','Run\x20playwright\x20tests\x20on\x20Browserstack','https://automate-preprod.bsstag.com/dashboard/v2/builds/','stag','SDKTestInvalidTcgAuthResponseWithUserImpact','HUB_URL_MAP','ERR_NETWORK_CHANGED','codeceptjs','Upgrade\x20required','https://tcg-preprod.bsstag.com','PLAYWRIGHT','unhandledPromptBehavior','customVariables','acceptInsecureCerts','ATS_WSS_URL_REGEX','unable\x20to\x20get\x20local\x20issuer\x20certificate','vanilla','INVALID_INIT_RESP_WITH_USER_IMPACT','accessibilityOptions','DEBUG_LOG_FILE_NAME','8070144nxOHZT','NEWMAN','authToken','https://apidevtestops.bsstag.com','SSL_ERROR_MESSAGES','VANILLA','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','SSL_ERROR_CODES','INTERNALLY_USED_ENV_VARS','./browserstack-artifacts/','testObservabilityOptions','browserstack.user','unable\x20to\x20verify\x20the\x20first\x20certificate','BSTACK_URL','ObservabilitySync','Playwright','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','PLAYWRIGHT_HUB_URL','MODULE','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://tcg.bsstag.com','observability','SDKTestTcgtInitSuccessful','ERR_PROXY_CONNECTION_FAILED','hub-us-only.browserstack.com','sdk-cli-debug.log','/usage.log','BROWSERSTACK_APP_AUTOMATE_URL','65788JDKmVe','ERR_ADDRESS_INVALID','TCG_REGION','ATS_HUB_URL_REGEX','HUB_URL_REGEX','https://hub.browserstack.com/wd/hub','PRIVATE_DOMAIN_OR_IP_REGEX','APP_AUTOMATE','ETXTBSY','hub-aps-only.browserstack.com','BSTACK_ATS_URL','https://automate.browserstack.com/dashboard/v2/builds/','localProxyUser','INTEGRATIONS','accessibility','acceptSslCerts','newman','https://api-preprod.bsstag.com','https://api-cloud-devtestops.bsstag.com','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','POLL_HEALING_RESULT_TIMEOUT','https://app-automate.browserstack.com/dashboard/v2/builds/','BROWSERSTACK_API_URL','NIGHTWATCH','staging','browserstack.key','TCG_URL','browserstack.com','AUTOMATE_PRODUCTS','percyCaptureMode','27LbhhOt','GLOBAL_AGENT_NO_PROXY','9|12|6|2|7|10|11|8|4|13|5|0|3|1','framework','FUNNEL_INSTRUMENTATION_API_URL','percyScreenshot','UPGRADE_REQUIRED','BROWSERSTACK_AUTOMATE_URL','browserstack-ats.com','JEST','SHAREABLE_ID_REGEX','.ipa','SDK_INSTRUMENTATION_CONFIG','OBSERVABILITY_UPLOAD_URL','1729764wvEfrf','PUPPETEER_HUB_URL','SPAWN_RETRY_DELAY_MS','https://tcg.browserstack.com','143cXDixv','EDS_URL','invalidKeys','https://upload-observability.browserstack.com','https://edsstaging.bsstag.com','AI_ENABLED_FRAMEWORK','sdk/v1/event','CLI_SUPPORTED_FRAMEWORKS','OBSERVABILITY_SUPPORTED_FWS','pre-prod','Specify\x20--help\x20for\x20available\x20options','exports','A11Y_GET_RESULTS','LOG_FILE_NAME'];a62_0xde60=function(){return _0x35b48c;};return a62_0xde60();}(function(_0x355c5c,_0x5442e4){const _0x18b44e=a62_0x498d,_0x3322ea=_0x355c5c();while(!![]){try{const _0x1de478=parseInt(_0x18b44e(0x1f2))/0x1*(parseInt(_0x18b44e(0x1ef))/0x2)+-parseInt(_0x18b44e(0x18d))/0x3*(parseInt(_0x18b44e(0x16f))/0x4)+parseInt(_0x18b44e(0x1e3))/0x5+-parseInt(_0x18b44e(0x153))/0x6+-parseInt(_0x18b44e(0x1fd))/0x7*(parseInt(_0x18b44e(0x1db))/0x8)+parseInt(_0x18b44e(0x1d9))/0x9*(-parseInt(_0x18b44e(0x1e0))/0xa)+parseInt(_0x18b44e(0x19f))/0xb*(parseInt(_0x18b44e(0x19b))/0xc);if(_0x1de478===_0x5442e4)break;else _0x3322ea['push'](_0x3322ea['shift']());}catch(_0x13e1d7){_0x3322ea['push'](_0x3322ea['shift']());}}}(a62_0xde60,0xb7466));const a62_0x37b3eb={};a62_0x37b3eb[a62_0x180985(0x1bc)]='shows\x20version\x20information',a62_0x37b3eb['HELP']=a62_0x180985(0x1a9);const a62_0x4a1292={};a62_0x4a1292[a62_0x180985(0x1bc)]=a62_0x180985(0x115);const a62_0x5879f7={};a62_0x5879f7[a62_0x180985(0x1bc)]=a62_0x180985(0x1ca);const a62_0x46a9a0={};a62_0x46a9a0[a62_0x180985(0x1bc)]=a62_0x180985(0x1de);const a62_0x31d2ea={};a62_0x31d2ea[a62_0x180985(0x1bc)]=a62_0x180985(0x1f4);const a62_0x113c19={};a62_0x113c19[a62_0x180985(0x1bc)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a62_0x26ee46={};a62_0x26ee46[a62_0x180985(0x1bc)]=a62_0x180985(0x140);const a62_0x45eced={};a62_0x45eced[a62_0x180985(0x1bc)]=a62_0x180985(0x11f);const a62_0x35694a={};a62_0x35694a['INFO']=a62_0x180985(0x1b3);const a62_0x219532={};a62_0x219532['INFO']=a62_0x180985(0x208);const a62_0x4e582c={};a62_0x4e582c['INFO']='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';function a62_0x498d(_0x14d2a8,_0x351f0c){const _0xde60e2=a62_0xde60();return a62_0x498d=function(_0x498d73,_0x5abab8){_0x498d73=_0x498d73-0x114;let _0x24e3ae=_0xde60e2[_0x498d73];return _0x24e3ae;},a62_0x498d(_0x14d2a8,_0x351f0c);}const a62_0x317c9e={};a62_0x317c9e[a62_0x180985(0x1bc)]=a62_0x180985(0x1f7);const a62_0x3650b1={};a62_0x3650b1[a62_0x180985(0x149)]='Playwright',a62_0x3650b1[a62_0x180985(0x12d)]='mocha',a62_0x3650b1[a62_0x180985(0x196)]=a62_0x180985(0x11b),a62_0x3650b1['CODECEPT']='codeceptjs',a62_0x3650b1['CODECEPT_CUCUMBER']=a62_0x180985(0x1c2),a62_0x3650b1['CUCUMBER']=a62_0x180985(0x130),a62_0x3650b1[a62_0x180985(0x158)]=a62_0x180985(0x14f),a62_0x3650b1[a62_0x180985(0x1b0)]=a62_0x180985(0x1ce),a62_0x3650b1[a62_0x180985(0x154)]=a62_0x180985(0x17f);const a62_0x1c920c={};a62_0x1c920c[a62_0x180985(0x1a1)]=a62_0x180985(0x1d8),a62_0x1c920c[a62_0x180985(0x1eb)]=a62_0x180985(0x202),a62_0x1c920c['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a62_0x1c920c['invalidTestInputType']=a62_0x180985(0x1d2);const a62_0x5bcf6f={};a62_0x5bcf6f['COMMONJS']=a62_0x180985(0x1f8),a62_0x5bcf6f[a62_0x180985(0x165)]=a62_0x180985(0x1b6);const a62_0x2a774a={};a62_0x2a774a[a62_0x180985(0x123)]=0xfde8,a62_0x2a774a['Cucumber-JS']=0xfde8,a62_0x2a774a['Jest']=0x186a0;const a62_0x2810d9={};a62_0x2810d9['root']=[a62_0x180985(0x210),'accessKey',a62_0x180985(0x13e),a62_0x180985(0x20c),a62_0x180985(0x15e),a62_0x180985(0x188),a62_0x180985(0x1b8),'user_data',a62_0x180985(0x13d),a62_0x180985(0x1cb),'customVariables',a62_0x180985(0x132),a62_0x180985(0x155),'proxyUrl',a62_0x180985(0x1ec)],a62_0x2810d9[a62_0x180985(0x1d1)]=[a62_0x180985(0x1b9),a62_0x180985(0x1b2),a62_0x180985(0x17b),'localProxyPass'];const a62_0x7b2b52={};a62_0x7b2b52['browserstackLocal']=a62_0x180985(0x12c),a62_0x7b2b52[a62_0x180985(0x1d1)]=a62_0x180985(0x1d1),a62_0x7b2b52['localOptions']=a62_0x180985(0x1d1),a62_0x7b2b52[a62_0x180985(0x138)]=a62_0x180985(0x138),a62_0x7b2b52[a62_0x180985(0x127)]='platforms',a62_0x7b2b52[a62_0x180985(0x20e)]=a62_0x180985(0x20e),a62_0x7b2b52[a62_0x180985(0x13d)]='httpProxy',a62_0x7b2b52[a62_0x180985(0x1cb)]=a62_0x180985(0x1cb),a62_0x7b2b52[a62_0x180985(0x190)]=a62_0x180985(0x190),a62_0x7b2b52[a62_0x180985(0x13c)]='testContextOptions',a62_0x7b2b52[a62_0x180985(0x1fc)]=a62_0x180985(0x1fc),a62_0x7b2b52['testReporting']='testReporting',a62_0x7b2b52['testObservabilityOptions']=a62_0x180985(0x15d),a62_0x7b2b52['testReportingOptions']=a62_0x180985(0x1dd),a62_0x7b2b52[a62_0x180985(0x14b)]=a62_0x180985(0x14b),a62_0x7b2b52[a62_0x180985(0x211)]=a62_0x180985(0x11c),a62_0x7b2b52['browserstackAutomation']=a62_0x180985(0x11c),a62_0x7b2b52[a62_0x180985(0x1f6)]=a62_0x180985(0x1f6),a62_0x7b2b52[a62_0x180985(0x1fb)]=a62_0x180985(0x1fb),a62_0x7b2b52['percyOptions']='percyOptions',a62_0x7b2b52[a62_0x180985(0x18c)]=a62_0x180985(0x18c),a62_0x7b2b52[a62_0x180985(0x1ae)]=a62_0x180985(0x1ae),a62_0x7b2b52[a62_0x180985(0x17d)]=a62_0x180985(0x17d),a62_0x7b2b52[a62_0x180985(0x151)]='accessibilityOptions',a62_0x7b2b52[a62_0x180985(0x1f9)]=a62_0x180985(0x1f9),a62_0x7b2b52['turboScaleOptions']='turboScaleOptions',a62_0x7b2b52[a62_0x180985(0x12a)]=a62_0x180985(0x12a),a62_0x7b2b52[a62_0x180985(0x1e2)]=a62_0x180985(0x1e2);const a62_0x128dfa={};a62_0x128dfa[a62_0x180985(0x1cd)]='hub.browserstack.com',a62_0x128dfa['us-east']=a62_0x180985(0x1b4),a62_0x128dfa['us']=a62_0x180985(0x16b),a62_0x128dfa['eu']='hub-eu-only.browserstack.com',a62_0x128dfa['in']=a62_0x180985(0x178),a62_0x128dfa['au']=a62_0x180985(0x136);const a62_0xa579fd={};a62_0xa579fd[a62_0x180985(0x13b)]=[a62_0x180985(0x1b7),a62_0x180985(0x182)];const a62_0x37f576={};a62_0x37f576[a62_0x180985(0x1b1)]=a62_0x37b3eb,a62_0x37f576[a62_0x180985(0x196)]=a62_0x4a1292,a62_0x37f576['MOCHA']=a62_0x5879f7,a62_0x37f576[a62_0x180985(0x1f5)]=a62_0x46a9a0,a62_0x37f576[a62_0x180985(0x158)]=a62_0x31d2ea,a62_0x37f576[a62_0x180985(0x186)]=a62_0x113c19,a62_0x37f576[a62_0x180985(0x149)]=a62_0x26ee46,a62_0x37f576['PUPPETEER']=a62_0x45eced,a62_0x37f576[a62_0x180985(0x135)]=a62_0x35694a,a62_0x37f576[a62_0x180985(0x154)]=a62_0x219532,a62_0x37f576[a62_0x180985(0x201)]=a62_0x4e582c,a62_0x37f576[a62_0x180985(0x17c)]=a62_0x317c9e,a62_0x37f576[a62_0x180985(0x1e4)]=0xf*0x3c*0x3e8,a62_0x37f576['hubUrl']=a62_0x180985(0x174),a62_0x37f576[a62_0x180985(0x189)]=a62_0x180985(0x19e),a62_0x37f576[a62_0x180985(0x171)]='use',a62_0x37f576[a62_0x180985(0x173)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a62_0x37f576[a62_0x180985(0x172)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a62_0x37f576[a62_0x180985(0x14d)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a62_0x37f576[a62_0x180985(0x137)]=[a62_0x180985(0x14c),a62_0x180985(0x20f),a62_0x180985(0x206),a62_0x180985(0x14a),a62_0x180985(0x204),a62_0x180985(0x1c6),'browserVersion',a62_0x180985(0x17e),'acceptSslCert',a62_0x180985(0x1d3),a62_0x180985(0x1cf),'edgeOptions',a62_0x180985(0x1fe)],a62_0x37f576[a62_0x180985(0x120)]=/^[\w-]+:.*$/,a62_0x37f576[a62_0x180985(0x175)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a62_0x37f576['EDS_URL']='https://eds.browserstack.com',a62_0x37f576['BROWSERSTACK_API_URL']=a62_0x180985(0x1e5),a62_0x37f576[a62_0x180985(0x128)]=a62_0x180985(0x1bb),a62_0x37f576['UPDATED_CLI_ENDPOINT']=a62_0x180985(0x139),a62_0x37f576[a62_0x180985(0x191)]=a62_0x180985(0x1a5),a62_0x37f576[a62_0x180985(0x18b)]=[a62_0x180985(0x1c3),a62_0x180985(0x168)],a62_0x37f576[a62_0x180985(0x1c5)]=[a62_0x180985(0x11e),a62_0x180985(0x168)],a62_0x37f576[a62_0x180985(0x159)]=[a62_0x180985(0x168)],a62_0x37f576['OBSERVABILITY_UPLOAD_URL']=a62_0x180985(0x1a2),a62_0x37f576[a62_0x180985(0x1a7)]=[a62_0x180985(0x1c0),a62_0x180985(0x162)],a62_0x37f576[a62_0x180985(0x12e)]=['automate'],a62_0x37f576[a62_0x180985(0x194)]=a62_0x180985(0x17a),a62_0x37f576[a62_0x180985(0x16e)]=a62_0x180985(0x184),a62_0x37f576[a62_0x180985(0x176)]=['app-automate'],a62_0x37f576['NUDGE_LOCAL_ERRORS']=[a62_0x180985(0x1ee),a62_0x180985(0x116),a62_0x180985(0x1b5),a62_0x180985(0x145),a62_0x180985(0x117),a62_0x180985(0x1bd),'ERR_CONNECTION_RESET',a62_0x180985(0x133),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a62_0x180985(0x1d6),a62_0x180985(0x170),a62_0x180985(0x1c9),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a62_0x180985(0x121),a62_0x180985(0x12b),a62_0x180985(0x16a),a62_0x180985(0x1d6),a62_0x180985(0x134),a62_0x180985(0x1dc)],a62_0x37f576[a62_0x180985(0x1f1)]=[a62_0x180985(0x1d5),a62_0x180985(0x126),a62_0x180985(0x198)],a62_0x37f576[a62_0x180985(0x114)]=a62_0x180985(0x1ea),a62_0x37f576[a62_0x180985(0x197)]=a62_0x180985(0x1be),a62_0x37f576[a62_0x180985(0x1fa)]=a62_0x180985(0x15c),a62_0x37f576[a62_0x180985(0x164)]=a62_0x180985(0x118),a62_0x37f576['PUPPETEER_HUB_URL']='wss://cdp.browserstack.com/puppeteer?caps=',a62_0x37f576['FRAMEWORKS']=a62_0x3650b1,a62_0x37f576[a62_0x180985(0x1e7)]=[a62_0x180985(0x11b),'mocha'],a62_0x37f576['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a62_0x1c920c,a62_0x37f576[a62_0x180985(0x20a)]=a62_0x180985(0x209),a62_0x37f576[a62_0x180985(0x200)]=a62_0x5bcf6f,a62_0x37f576['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a62_0x37f576[a62_0x180985(0x125)]='...[TRUNCATED]',a62_0x37f576[a62_0x180985(0x193)]=a62_0x180985(0x147),a62_0x37f576['TCG_DOWN']=a62_0x180985(0x13a),a62_0x37f576[a62_0x180985(0x150)]=a62_0x180985(0x143),a62_0x37f576[a62_0x180985(0x1bf)]='SDKTestTcgAuthFailure',a62_0x37f576['AI_INIT_SUCCESSFUL']=a62_0x180985(0x169),a62_0x37f576['AI_INIT_FAILURE']='SDKTestInitFailedResponse',a62_0x37f576[a62_0x180985(0x12f)]=a62_0x180985(0x131),a62_0x37f576[a62_0x180985(0x1ba)]=0x1388,a62_0x37f576['SET_TCG_TOKEN_TIMEOUT']=0x1388,a62_0x37f576[a62_0x180985(0x1af)]=0x1388,a62_0x37f576['HEALING_FAILURE_TIMEOUT']=0x1388,a62_0x37f576[a62_0x180985(0x183)]=0xc350,a62_0x37f576[a62_0x180985(0x1e9)]=a62_0x2a774a,a62_0x37f576['REDACTED_KEYS']=a62_0x2810d9,a62_0x37f576[a62_0x180985(0x1a4)]=['vanilla',a62_0x180985(0x146)],a62_0x37f576[a62_0x180985(0x199)]=a62_0x7b2b52,a62_0x37f576[a62_0x180985(0x1ac)]=a62_0x180985(0x16d),a62_0x37f576[a62_0x180985(0x152)]=a62_0x180985(0x1c7),a62_0x37f576['DEBUG_CLI_LOG_FILE_NAME']=a62_0x180985(0x16c),a62_0x37f576[a62_0x180985(0x160)]=a62_0x180985(0x18a),a62_0x37f576[a62_0x180985(0x179)]=a62_0x180985(0x195),a62_0x37f576['O11Y_URL']='https://automation.browserstack.com',a62_0x37f576[a62_0x180985(0x1c4)]=a62_0x180985(0x11d),a62_0x37f576[a62_0x180985(0x1e8)]=a62_0x180985(0x1ad),a62_0x37f576[a62_0x180985(0x1a6)]=['playwright','cucumber',a62_0x180985(0x11b),'puppeteer',a62_0x180985(0x17f)],a62_0x37f576['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN','A11Y_GET_RESULTS_SUMMARY',a62_0x180985(0x1ab),a62_0x180985(0x1c1),a62_0x180985(0x192),a62_0x180985(0x161)],a62_0x37f576[a62_0x180985(0x1d7)]=a62_0x180985(0x1d7),a62_0x37f576[a62_0x180985(0x144)]=a62_0x128dfa,a62_0x37f576[a62_0x180985(0x157)]=['self\x20signed\x20certificate',a62_0x180985(0x15f),a62_0x180985(0x1ff),a62_0x180985(0x14e),'ERR_TLS_CERT_ALTNAME_INVALID','DEPTH_ZERO_SELF_SIGNED_CERT'],a62_0x37f576[a62_0x180985(0x15a)]=[a62_0x180985(0x1f3),'DEPTH_ZERO_SELF_SIGNED_CERT','UNABLE_TO_VERIFY_LEAF_SIGNATURE',a62_0x180985(0x1e1),'ERR_TLS_CERT_ALTNAME_INVALID',a62_0x180985(0x163)],a62_0x37f576[a62_0x180985(0x20b)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a62_0x37f576['CLIENT_TROUBLESHOOTING_HASH']=a62_0xa579fd,a62_0x37f576[a62_0x180985(0x15b)]=[a62_0x180985(0x207),a62_0x180985(0x18e),'USER_CONFIG_DETAILS_PATH'],a62_0x37f576[a62_0x180985(0x20d)]=[a62_0x180985(0x177),'EBUSY'],a62_0x37f576['MAX_SPAWN_RETRIES']=0x3,a62_0x37f576[a62_0x180985(0x19d)]=0x3e8,module['exports']=a62_0x37f576;const _env=(process[a62_0x180985(0x1c8)][a62_0x180985(0x205)]||'prod')[a62_0x180985(0x13f)]();if(_env===a62_0x180985(0x187)||_env===a62_0x180985(0x142)){const GjROZa='12|4|9|0|13|7|3|5|6|8|1|2|10|11'[a62_0x180985(0x119)]('|');let eKPNuR=0x0;while(!![]){switch(GjROZa[eKPNuR++]){case'0':module[a62_0x180985(0x1aa)][a62_0x180985(0x173)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module[a62_0x180985(0x1aa)][a62_0x180985(0x1d0)]='https://observability-devtestops.bsstag.com';continue;case'2':module[a62_0x180985(0x1aa)][a62_0x180985(0x19a)]=a62_0x180985(0x203);continue;case'3':module[a62_0x180985(0x1aa)]['APP_UPLOAD_URL']=a62_0x180985(0x181);continue;case'4':module[a62_0x180985(0x1aa)][a62_0x180985(0x185)]=a62_0x180985(0x156);continue;case'5':module['exports'][a62_0x180985(0x164)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'6':module[a62_0x180985(0x1aa)][a62_0x180985(0x19c)]=a62_0x180985(0x1f0);continue;case'7':module[a62_0x180985(0x1aa)][a62_0x180985(0x16e)]=a62_0x180985(0x166);continue;case'8':module[a62_0x180985(0x1aa)][a62_0x180985(0x160)]=a62_0x180985(0x1d4);continue;case'9':module[a62_0x180985(0x1aa)]['TCG_URL']=a62_0x180985(0x167);continue;case'10':module[a62_0x180985(0x1aa)][a62_0x180985(0x1a0)]=a62_0x180985(0x1a3);continue;case'11':module[a62_0x180985(0x1aa)][a62_0x180985(0x1e8)]='bsstag';continue;case'12':module[a62_0x180985(0x1aa)][a62_0x180985(0x124)]=a62_0x180985(0x122);continue;case'13':module[a62_0x180985(0x1aa)][a62_0x180985(0x194)]=a62_0x180985(0x129);continue;}break;}}else{if(_env===a62_0x180985(0x1e6)||_env===a62_0x180985(0x1a8)){const BjItia=a62_0x180985(0x18f)['split']('|');let fwKAUF=0x0;while(!![]){switch(BjItia[fwKAUF++]){case'0':module['exports'][a62_0x180985(0x19a)]=a62_0x180985(0x1ed);continue;case'1':module[a62_0x180985(0x1aa)][a62_0x180985(0x1e8)]=a62_0x180985(0x1da);continue;case'2':module[a62_0x180985(0x1aa)][a62_0x180985(0x173)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module[a62_0x180985(0x1aa)]['EDS_URL']=a62_0x180985(0x1a3);continue;case'4':module['exports'][a62_0x180985(0x19c)]=a62_0x180985(0x1cc);continue;case'5':module[a62_0x180985(0x1aa)][a62_0x180985(0x1d0)]='https://automation-preprod.bsstag.com';continue;case'6':module['exports']['TCG_URL']=a62_0x180985(0x148);continue;case'7':module['exports'][a62_0x180985(0x194)]=a62_0x180985(0x141);continue;case'8':module[a62_0x180985(0x1aa)][a62_0x180985(0x164)]=a62_0x180985(0x1df);continue;case'9':module[a62_0x180985(0x1aa)][a62_0x180985(0x124)]=a62_0x180985(0x11a);continue;case'10':module['exports'][a62_0x180985(0x16e)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'11':module[a62_0x180985(0x1aa)]['APP_UPLOAD_URL']=a62_0x180985(0x180);continue;case'12':module[a62_0x180985(0x1aa)]['BROWSERSTACK_API_URL']=a62_0x180985(0x180);continue;case'13':module[a62_0x180985(0x1aa)][a62_0x180985(0x160)]='bsstag.com';continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a63_0x384b93=a63_0x374e;(function(_0x271bbf,_0x43fd59){const _0x3ccb27=a63_0x374e,_0x18c27c=_0x271bbf();while(!![]){try{const _0x3da3ee=parseInt(_0x3ccb27(0x173))/0x1*(-parseInt(_0x3ccb27(0x177))/0x2)+parseInt(_0x3ccb27(0x175))/0x3*(-parseInt(_0x3ccb27(0x16f))/0x4)+-parseInt(_0x3ccb27(0x16b))/0x5+-parseInt(_0x3ccb27(0x172))/0x6*(-parseInt(_0x3ccb27(0x176))/0x7)+-parseInt(_0x3ccb27(0x16c))/0x8+-parseInt(_0x3ccb27(0x17d))/0x9+parseInt(_0x3ccb27(0x178))/0xa;if(_0x3da3ee===_0x43fd59)break;else _0x18c27c['push'](_0x18c27c['shift']());}catch(_0xf33b26){_0x18c27c['push'](_0x18c27c['shift']());}}}(a63_0x3c99,0x96e74));const logReportingAPI=require(a63_0x384b93(0x17c)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x2ebb02,_0x411a8a){return _0x9b56f=>{const _0x3878e2=a63_0x374e;BSTestOpsLogger[_0x3878e2(0x16a)]({'level':_0x9b56f[_0x3878e2(0x17b)]?_0x9b56f[_0x3878e2(0x17b)][_0x3878e2(0x171)]:null,'message':_0x9b56f[_0x3878e2(0x179)]?_0x9b56f[_0x3878e2(0x179)]['join']('\x20'):null});};}function a63_0x374e(_0x445e9d,_0x57b388){const _0x3c9954=a63_0x3c99();return a63_0x374e=function(_0x374ec8,_0x23e6f7){_0x374ec8=_0x374ec8-0x16a;let _0x504ca2=_0x3c9954[_0x374ec8];return _0x504ca2;},a63_0x374e(_0x445e9d,_0x57b388);}exports[a63_0x384b93(0x17a)]=(_0x211d6f,_0x2c915a)=>{const _0x1786e6=a63_0x384b93,_0x1793b4={'RyWSb':function(_0x1a7e97,_0x2d8e67,_0x3786dd){return _0x1a7e97(_0x2d8e67,_0x3786dd);}};let _0x4a972d=_0x2c915a['colouredLayout'];return _0x211d6f[_0x1786e6(0x16d)]&&(_0x4a972d=_0x2c915a['layout'](_0x211d6f[_0x1786e6(0x16d)][_0x1786e6(0x170)],_0x211d6f[_0x1786e6(0x16d)])),_0x1793b4[_0x1786e6(0x16e)](BSTestOpsLog4JSAppender,_0x4a972d,_0x211d6f[_0x1786e6(0x174)]);};function a63_0x3c99(){const _0x3266d2=['level','./logReportingAPI','4634883EJzagd','log','3909740NHXJzj','3981992XVrIFx','layout','RyWSb','59692xncutm','type','levelStr','66BjdkQd','1EVdiOJ','timezoneOffset','51IVgIjU','446663pueKbP','1111054bDowAh','25201030MXJEKA','data','configure'];a63_0x3c99=function(){return _0x3266d2;};return a63_0x3c99();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x185536=a64_0x1bc3;(function(_0x361e3c,_0x1cc485){const _0x43e836=a64_0x1bc3,_0xfd1849=_0x361e3c();while(!![]){try{const _0x4bac64=parseInt(_0x43e836(0xfc))/0x1*(parseInt(_0x43e836(0xf3))/0x2)+parseInt(_0x43e836(0x102))/0x3+parseInt(_0x43e836(0xf5))/0x4*(parseInt(_0x43e836(0x100))/0x5)+parseInt(_0x43e836(0x109))/0x6*(parseInt(_0x43e836(0xf9))/0x7)+parseInt(_0x43e836(0x104))/0x8*(-parseInt(_0x43e836(0xf4))/0x9)+-parseInt(_0x43e836(0xf1))/0xa*(parseInt(_0x43e836(0x107))/0xb)+-parseInt(_0x43e836(0x105))/0xc*(parseInt(_0x43e836(0xed))/0xd);if(_0x4bac64===_0x1cc485)break;else _0xfd1849['push'](_0xfd1849['shift']());}catch(_0x131cdb){_0xfd1849['push'](_0xfd1849['shift']());}}}(a64_0x1dd5,0x4ab3f));function a64_0x1bc3(_0x44ebe6,_0x92239e){const _0x1dd571=a64_0x1dd5();return a64_0x1bc3=function(_0x1bc3ce,_0x2b2d0e){_0x1bc3ce=_0x1bc3ce-0xeb;let _0x15f517=_0x1dd571[_0x1bc3ce];return _0x15f517;},a64_0x1bc3(_0x44ebe6,_0x92239e);}const Transport=require(a64_0x185536(0xee)),{consoleHolder}=require(a64_0x185536(0x106)),a64_0x5104d4={};a64_0x5104d4[a64_0x185536(0xeb)]=a64_0x185536(0xeb),a64_0x5104d4[a64_0x185536(0x103)]=a64_0x185536(0x103),a64_0x5104d4[a64_0x185536(0xf2)]=a64_0x185536(0xf2),a64_0x5104d4[a64_0x185536(0xef)]=a64_0x185536(0xef),a64_0x5104d4[a64_0x185536(0x108)]=a64_0x185536(0x108);const LOG_LEVELS=a64_0x5104d4;function a64_0x1dd5(){const _0x1e3cf6=['toISOString','1185JUTfQY','trace','301281VZWXva','ERROR','5288lEfVpQ','693996QTTdnC','../../helpers/test-observability/constants','12100yXERUa','WARN','3363870MTLmAc','INFO','log','130jbIYXn','winston-transport','TRACE','exports','1590OtBlyV','DEBUG','2zpwfIF','7713xPSsqL','9668awJOSt','warn','join','logToTestOps','7QkEaiS','error','bs:addLog:','391789cWimTx','TEST_LOG','HuoOe'];a64_0x1dd5=function(){return _0x1e3cf6;};return a64_0x1dd5();}class logPatcher extends Transport{constructor(_0x3867e2){super(_0x3867e2);}[a64_0x185536(0xf8)]=(_0x26e0cd=LOG_LEVELS['INFO'],_0xc049f0=[''])=>{const _0x4ba0c8=a64_0x185536,_0x5484ba={};_0x5484ba['HuoOe']=_0x4ba0c8(0xfd);const _0x903212=_0x5484ba;consoleHolder[_0x26e0cd['toLowerCase']()](..._0xc049f0),process['emit'](_0x4ba0c8(0xfb)+process['pid'],{'timestamp':new Date()[_0x4ba0c8(0xff)](),'level':_0x26e0cd['toUpperCase'](),'message':'\x22'+_0xc049f0[_0x4ba0c8(0xf7)](',\x20')+'\x22','kind':_0x903212[_0x4ba0c8(0xfe)],'http_response':{}});};[a64_0x185536(0x101)]=(..._0x57518b)=>{const _0x87d4ad=a64_0x185536;this[_0x87d4ad(0xf8)](LOG_LEVELS[_0x87d4ad(0xef)],_0x57518b);};['debug']=(..._0x31a01f)=>{const _0x4401c6=a64_0x185536;this['logToTestOps'](LOG_LEVELS[_0x4401c6(0xf2)],_0x31a01f);};['info']=(..._0xf82dbe)=>{const _0x5c42d3=a64_0x185536;this[_0x5c42d3(0xf8)](LOG_LEVELS[_0x5c42d3(0xeb)],_0xf82dbe);};[a64_0x185536(0xf6)]=(..._0x2e0589)=>{const _0x59f618=a64_0x185536;this['logToTestOps'](LOG_LEVELS[_0x59f618(0x108)],_0x2e0589);};[a64_0x185536(0xfa)]=(..._0x120eb2)=>{const _0x4c4804=a64_0x185536;this[_0x4c4804(0xf8)](LOG_LEVELS[_0x4c4804(0x103)],_0x120eb2);};[a64_0x185536(0xec)]=(..._0x3d8f3c)=>{const _0x3db972=a64_0x185536;this['logToTestOps'](LOG_LEVELS[_0x3db972(0xeb)],_0x3d8f3c);};};module[a64_0x185536(0xf0)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65_0x11401d=a65_0x925f;(function(_0x36c57a,_0xeba23b){const _0x2a1f50=a65_0x925f,_0x4d41bb=_0x36c57a();while(!![]){try{const _0x2dda93=-parseInt(_0x2a1f50(0x1ba))/0x1+-parseInt(_0x2a1f50(0x1b1))/0x2+parseInt(_0x2a1f50(0x1aa))/0x3+-parseInt(_0x2a1f50(0x1a3))/0x4+-parseInt(_0x2a1f50(0x1ab))/0x5+parseInt(_0x2a1f50(0x1a8))/0x6+-parseInt(_0x2a1f50(0x1b8))/0x7;if(_0x2dda93===_0xeba23b)break;else _0x4d41bb['push'](_0x4d41bb['shift']());}catch(_0x56b099){_0x4d41bb['push'](_0x4d41bb['shift']());}}}(a65_0x485d,0x74290));const Transport=require(a65_0x11401d(0x1a4)),{consoleHolder}=require('../../helpers/test-observability/constants'),a65_0xbea574={};a65_0xbea574[a65_0x11401d(0x1af)]='INFO',a65_0xbea574[a65_0x11401d(0x1b0)]='ERROR',a65_0xbea574[a65_0x11401d(0x1ac)]='DEBUG',a65_0xbea574[a65_0x11401d(0x1a5)]=a65_0x11401d(0x1a5),a65_0xbea574[a65_0x11401d(0x1b6)]=a65_0x11401d(0x1b6);const LOG_LEVELS=a65_0xbea574;class logReportingAPI extends Transport{constructor(_0x4c6053){super(_0x4c6053);}[a65_0x11401d(0x1ad)](_0x4b4aa8,_0x918e1e){const _0x5ab942=a65_0x11401d,_0x47ad8f={'equuM':'logged','adnwf':function(_0x269a23,_0x22eb3b){return _0x269a23(_0x22eb3b);},'ecLtN':function(_0x27609c,_0x34be5c){return _0x27609c===_0x34be5c;},'ttOBA':_0x5ab942(0x1a2),'hJCsf':function(_0x429d04){return _0x429d04();}};_0x47ad8f['adnwf'](setImmediate,()=>{const _0x1f42dd=_0x5ab942;this[_0x1f42dd(0x1b4)](_0x47ad8f['equuM'],_0x4b4aa8);}),_0x47ad8f['ecLtN'](typeof _0x4b4aa8,_0x47ad8f[_0x5ab942(0x1bc)])?this['logToTestOps'](_0x4b4aa8[_0x5ab942(0x1a7)]||LOG_LEVELS[_0x5ab942(0x1af)],_0x4b4aa8['message'],![]):this[_0x5ab942(0x1a6)](LOG_LEVELS[_0x5ab942(0x1af)],_0x4b4aa8),_0x918e1e&&_0x47ad8f[_0x5ab942(0x1bb)](_0x918e1e);}['logToTestOps']=(_0x38f69a=LOG_LEVELS[a65_0x11401d(0x1af)],_0x3dfe89='',_0xb953e7=!![])=>{const _0x3f789a=a65_0x11401d,_0x438fac={};_0x438fac[_0x3f789a(0x1b5)]='TEST_LOG';const _0x328fff=_0x438fac;_0xb953e7&&consoleHolder[_0x38f69a[_0x3f789a(0x1b9)]()](_0x3dfe89),process[_0x3f789a(0x1b4)](_0x3f789a(0x1a9)+process[_0x3f789a(0x1b3)],{'timestamp':new Date()['toISOString'](),'level':_0x38f69a['toUpperCase'](),'message':_0x3dfe89,'kind':_0x328fff[_0x3f789a(0x1b5)],'http_response':{}});};[a65_0x11401d(0x1ae)]=(_0x207411,_0x344ab7)=>{const _0x4153a4=a65_0x11401d;this['logToTestOps'](LOG_LEVELS[_0x4153a4(0x1a5)],_0x207411);};[a65_0x11401d(0x1bd)]=(_0x46e782,_0x422e1a)=>{const _0x264d0c=a65_0x11401d;this[_0x264d0c(0x1a6)](LOG_LEVELS[_0x264d0c(0x1ac)],_0x46e782);};['info']=(_0x5cd3c1,_0x22fa2d)=>{const _0xacf28d=a65_0x11401d;this[_0xacf28d(0x1a6)](LOG_LEVELS['INFO'],_0x5cd3c1);};['warn']=(_0x224335,_0x2cb2a4)=>{const _0x223c9c=a65_0x11401d;this[_0x223c9c(0x1a6)](LOG_LEVELS[_0x223c9c(0x1b6)],_0x224335);};[a65_0x11401d(0x1b2)]=(_0x2afd8a,_0x5912b9)=>{const _0x3385ed=a65_0x11401d;this[_0x3385ed(0x1a6)](LOG_LEVELS[_0x3385ed(0x1b0)],_0x2afd8a);};};function a65_0x925f(_0x3d64b7,_0x4630f8){const _0x485d3b=a65_0x485d();return a65_0x925f=function(_0x925f8e,_0x2bc46d){_0x925f8e=_0x925f8e-0x1a2;let _0x7507c7=_0x485d3b[_0x925f8e];return _0x7507c7;},a65_0x925f(_0x3d64b7,_0x4630f8);}module[a65_0x11401d(0x1b7)]=logReportingAPI;function a65_0x485d(){const _0x16bb08=['2521410reBVQN','1942940CCfUtf','DEBUG','log','trace','INFO','ERROR','846512GWSaDR','error','pid','emit','PpqAF','WARN','exports','370713CSfLlC','toLowerCase','203459trPIOF','hJCsf','ttOBA','debug','object','778804HNhVHC','winston-transport','TRACE','logToTestOps','level','5389710maLOnA','bs:addLog:'];a65_0x485d=function(){return _0x16bb08;};return a65_0x485d();}
|