browserstack-node-sdk 1.53.1 → 1.53.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/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 a58_0x47062c=a58_0x3471;(function(_0x2c60b7,_0xebd977){const _0x44642a=a58_0x3471,_0x12659d=_0x2c60b7();while(!![]){try{const _0x300208=-parseInt(_0x44642a(0x142))/0x1+parseInt(_0x44642a(0x1dc))/0x2+parseInt(_0x44642a(0x1cc))/0x3+parseInt(_0x44642a(0x177))/0x4+parseInt(_0x44642a(0x1ea))/0x5+-parseInt(_0x44642a(0x14a))/0x6*(-parseInt(_0x44642a(0x1ae))/0x7)+-parseInt(_0x44642a(0x12a))/0x8;if(_0x300208===_0xebd977)break;else _0x12659d['push'](_0x12659d['shift']());}catch(_0x4bf88b){_0x12659d['push'](_0x12659d['shift']());}}}(a58_0x7994,0x6cacf));const a58_0xbe755b={};a58_0xbe755b[a58_0x47062c(0x145)]='shows\x20version\x20information',a58_0xbe755b[a58_0x47062c(0x18f)]=a58_0x47062c(0x1fa);const a58_0x2ad95e={};a58_0x2ad95e[a58_0x47062c(0x145)]=a58_0x47062c(0x17e);const a58_0x424046={};function a58_0x7994(){const _0xbd0c07=['643874UDEvWo','OBSERVABILITY_UPLOAD_URL','ERR_CONNECTION_REFUSED','pre-prod','/usage-debug.log','CONNECTIVITY_ISSUE_ERROR_CODES','proxyPass','bsstag','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','BROWSERSTACK_APP_AUTOMATE_URL','invalidKeys','browserVersion','PLAYWRIGHT_TRACE_LOGS','acceptSslCert','4177030aCHHtP','BROWSERSTACK_API_URL','ERR_SOCKS_CONNECTION_FAILED','SHAREABLE_ID_REGEX','turboScaleOptions','HEALING_FAILURE_TIMEOUT','puppeteer','https://tcg.browserstack.com','SPAWN_RETRY_DELAY_MS','O11Y_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','sdk/v1/update_cli','HUB_URL_REGEX','firefoxOptions','Cucumber-JS','AI_ENABLED_FRAMEWORK','Specify\x20--help\x20for\x20available\x20options','https://hub-devtestops.bsstag.com/wd/hub','ERR_CONNECTION_ABORTED','ERR_SOCKET_NOT_CONNECTED','browserstack.overridelocalInfo.userAuthToken','10|0|13|7|5|1|9|3|4|8|6|11|2|12','LOG_FILE_NAME','https://upload-observability.browserstack.com','https://api-preprod.bsstag.com','PUPPETEER_HUB_URL','https://automate-preprod.bsstag.com/dashboard/v2/builds/','CODECEPTJS','DEBUG_LOG_FILE_NAME','BINARY_BUSY_ERROR_CODES','FRAMEWORKS','hub.browserstack.com','testContextOptions','MAX_SPAWN_RETRIES','vanilla','https://hub-preprod.bsstag.com/wd/hub','staging','HEALING_LOG_DATA_TIMEOUT','A11Y_GET_RESULTS_SUMMARY','browserstackAutomation','SDKTestTcgProxyFailure','testObservability','hub-aps-only.browserstack.com','BSTACK_ATS_URL','A11Y_GET_RESULTS','hubUrl','module','https://upload-observability-devtestops-ssi.bsstag.com','localOptions','Upgrade\x20required','Run\x20mocha\x20tests\x20on\x20browserstack','BROWSERSTACK_AUTOMATE_URL','ATS_WSS_URL_REGEX','ERR_BLOCKED_BY_CLIENT','SDKTestTcgAuthFailure','APP_AUTOMATE','logLevel','VALID_APP_EXTENSION','browserstack.userName','A11Y_SAVE_RESULTS','POLL_HEALING_RESULT_TIMEOUT','us-east','observability','accessibilityOptions','httpsProxy','browserstack.accessKey','ERR_CONNECTION_CLOSED','9923680NvBKAf','testObservabilityOptions','INTERNALLY_USED_ENV_VARS','ERR_PROXY_CONNECTION_FAILED','password','TCG_DOWN','https://api-cloud.browserstack.com','chromeOptions','accessibility','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','percy','percyCaptureMode','DEPTH_ZERO_SELF_SIGNED_CERT','proxyUrl','TEST_REPORTING_ANALYTICS','CUCUMBER','localProxyUser','1|6|5|9|11|13|2|7|12|3|8|10|0|4','proxyUser','platforms','...[TRUNCATED]','BSTACK_DELTA','env','ERR_NAME_RESOLUTION_FAILED','665739oWktYb','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','unhandledPromptBehavior','INFO','bsstag.com','AUTOMATE','hub-apse-only.browserstack.com','REDACTED_KEYS','1902MtIZhX','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','https://automate.browserstack.com/dashboard/v2/builds/','NUDGE_LOCAL_ERRORS','PACKAGE_TYPE','browserStackLocalOptions','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack-ats.com','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','INVALID_INIT_RESP_WITH_USER_IMPACT','NIGHTWATCH','rerunTests','ATS_HUB_URL_REGEX','ERR_CONNECTION_TIMED_OUT','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','PERCY_SUPPORTED_FRAMEWORKS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','TCG_URL','BROWSERSTACK_ENV','SDKTestInitFailedResponse','UPGRADE_REQUIRED','unable\x20to\x20get\x20local\x20issuer\x20certificate','testOrchestrationOptions','ieOptions','accessKey','EDS_URL','AUTOLOGCAPTURE_NOTIFICATION','PLAYWRIGHT','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','self\x20signed\x20certificate','JEST','acceptInsecureCerts','automation','ERR_CONNECTION_RESET','TEST_FRAMEWORK_HOOK_TIMEOUT','playwright','.apk','VANILLA','.aab','ERR_CONNECTION_FAILED','codeceptjs-cucumber','userName','automate','SSL_ERROR_MESSAGES','2648280wunJsb','exports','browserstack','UPDATED_CLI_ENDPOINT','CUSTOM_ID_REGEX','Run\x20js\x20tests\x20on\x20browserstack','AUTOMATE_PRODUCTS','Run\x20jest\x20tests\x20on\x20browserstack','SELF_SIGNED_CERT_IN_CHAIN','MOCHA','https://automation-preprod.bsstag.com','browserstackLocal','mandatoryDependency','https://automation.browserstack.com','ETXTBSY','customVariables','acceptSslCerts','/usage.log','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','app-automate','parallelsPerPlatform','ERR_TUNNEL_CONNECTION_FAILED','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','Jest','HELP','ERR_NAME_NOT_RESOLVED','Playwright','wss://cdp-preprod.bsstag.com/playwright?caps=','commonjs','proxySettings','split','CODECEPT','PLAYWRIGHT_HUB_URL','FUNNEL_INSTRUMENTATION_API_URL','percyOptions','ERR_TLS_CERT_ALTNAME_INVALID','uniqueDependency','browserstack.com','unable\x20to\x20verify\x20the\x20first\x20certificate','CODECEPT_CUCUMBER','AI_PROXY_FAILURE','httpProxy','default','mocha','wss://cdp-preprod.bsstag.com/puppeteer?caps=','stag','hub-eu-only.browserstack.com','proxyPassword','https://observability-devtestops.bsstag.com','PRIVATE_DOMAIN_OR_IP_REGEX','prod','browserName','hub-us-only.browserstack.com','BROWSERSTACK','AUTOMATION_LOG_COMMANDS','5397uyOVrn','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','cucumber','https://edsstaging.bsstag.com','strictFileInteractability','root','https://apidevtestops.bsstag.com','GLOBAL_AGENT_NO_PROXY','testReporting','SDK-GEN-001','SSL_ERROR_CODES','Run\x20cucumber-js\x20tests\x20on\x20browserstack','GIT_META_DATA_TRUNCATED','https://app-automate.browserstack.com/dashboard/v2/builds/','CLIENT_TROUBLESHOOTING_HASH','disableAutoCaptureLogs','CI_ARTIFACTS_PATH','https://api-cloud-devtestops.bsstag.com','hub-use-only.browserstack.com','COMMONJS','ObservabilitySync','framework','jest','https://hub.browserstack.com/wd/hub','ERR_FAILED','AI_INIT_FAILURE','HUB_URL_MAP','testReportingOptions','PUPPETEER','ERR_NETWORK_CHANGED','862542GGmObq','CLI_SUPPORTED_FRAMEWORKS','BSTACK_URL','^[a-zA-Z0-9_.-]*$','.ipa','TCG_AUTH_TIMEOUT','invalidTestInputType','AI_INIT_SUCCESSFUL','APP_UPLOAD_URL','sdk/v1/event','ERR_ADDRESS_INVALID','ERR_TIMED_OUT','VERSION','authToken','INTEGRATIONS','Run\x20nightwatch\x20tests\x20on\x20browserstack'];a58_0x7994=function(){return _0xbd0c07;};return a58_0x7994();}a58_0x424046[a58_0x47062c(0x145)]=a58_0x47062c(0x119);const a58_0xbfb81d={};a58_0xbfb81d['INFO']=a58_0x47062c(0x1b9);const a58_0x2435cb={};a58_0x2435cb['INFO']=a58_0x47062c(0x17c);const a58_0x2ecf56={};a58_0x2ecf56[a58_0x47062c(0x145)]=a58_0x47062c(0x1db);const a58_0x58deaf={};a58_0x58deaf[a58_0x47062c(0x145)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a58_0xeea582={};a58_0xeea582[a58_0x47062c(0x145)]=a58_0x47062c(0x158);const a58_0x2490eb={};a58_0x2490eb[a58_0x47062c(0x145)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a58_0xd3fccc={};function a58_0x3471(_0x29b034,_0x187408){const _0x7994d1=a58_0x7994();return a58_0x3471=function(_0x34711c,_0x4e2494){_0x34711c=_0x34711c-0xff;let _0x134669=_0x7994d1[_0x34711c];return _0x134669;},a58_0x3471(_0x29b034,_0x187408);}a58_0xd3fccc[a58_0x47062c(0x145)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a58_0x49e70b={};a58_0x49e70b[a58_0x47062c(0x145)]=a58_0x47062c(0x14b);const a58_0x36b226={};a58_0x36b226[a58_0x47062c(0x166)]=a58_0x47062c(0x191),a58_0x36b226[a58_0x47062c(0x180)]=a58_0x47062c(0x1a2),a58_0x36b226[a58_0x47062c(0x169)]=a58_0x47062c(0x1c4),a58_0x36b226[a58_0x47062c(0x196)]='codeceptjs',a58_0x36b226[a58_0x47062c(0x19e)]=a58_0x47062c(0x173),a58_0x36b226[a58_0x47062c(0x139)]=a58_0x47062c(0x1b0),a58_0x36b226[a58_0x47062c(0x170)]=a58_0x47062c(0x109),a58_0x36b226[a58_0x47062c(0x1ca)]=a58_0x47062c(0x1f0);const a58_0xb44845={};a58_0xb44845[a58_0x47062c(0x1e6)]=a58_0x47062c(0x15a),a58_0xb44845[a58_0x47062c(0x19b)]=a58_0x47062c(0x143),a58_0xb44845[a58_0x47062c(0x183)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a58_0xb44845[a58_0x47062c(0x1d2)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a58_0x1310ef={};a58_0x1310ef[a58_0x47062c(0x1c1)]=a58_0x47062c(0x193),a58_0x1310ef['MODULE']=a58_0x47062c(0x115);const a58_0x15b866={};a58_0x15b866['Mocha']=0xfde8,a58_0x15b866[a58_0x47062c(0x1f8)]=0xfde8,a58_0x15b866[a58_0x47062c(0x18e)]=0x186a0;const a58_0x3b7d4b={};a58_0x3b7d4b[a58_0x47062c(0x1b3)]=[a58_0x47062c(0x174),a58_0x47062c(0x163),a58_0x47062c(0x12e),'user_data',a58_0x47062c(0x1a0),a58_0x47062c(0x127),a58_0x47062c(0x186),a58_0x47062c(0x121),a58_0x47062c(0x128),a58_0x47062c(0x1a6),a58_0x47062c(0x1d9),a58_0x47062c(0x137),a58_0x47062c(0x1fe)],a58_0x3b7d4b['browserStackLocalOptions']=[a58_0x47062c(0x13c),a58_0x47062c(0x1e2),a58_0x47062c(0x13a),'localProxyPass'];const a58_0x5a8eb7={};a58_0x5a8eb7['browserstackLocal']=a58_0x47062c(0x182),a58_0x5a8eb7[a58_0x47062c(0x14f)]=a58_0x47062c(0x14f),a58_0x5a8eb7[a58_0x47062c(0x117)]='browserStackLocalOptions',a58_0x5a8eb7['parallelsPerPlatform']=a58_0x47062c(0x18b),a58_0x5a8eb7[a58_0x47062c(0x13d)]=a58_0x47062c(0x13d),a58_0x5a8eb7[a58_0x47062c(0x11f)]=a58_0x47062c(0x11f),a58_0x5a8eb7[a58_0x47062c(0x1a0)]='httpProxy',a58_0x5a8eb7['httpsProxy']='httpsProxy',a58_0x5a8eb7[a58_0x47062c(0x1c3)]=a58_0x47062c(0x1c3),a58_0x5a8eb7[a58_0x47062c(0x107)]='testContextOptions',a58_0x5a8eb7['testObservability']=a58_0x47062c(0x110),a58_0x5a8eb7[a58_0x47062c(0x1b6)]=a58_0x47062c(0x1b6),a58_0x5a8eb7[a58_0x47062c(0x12b)]=a58_0x47062c(0x12b),a58_0x5a8eb7['testReportingOptions']=a58_0x47062c(0x1c9),a58_0x5a8eb7[a58_0x47062c(0x186)]=a58_0x47062c(0x186),a58_0x5a8eb7[a58_0x47062c(0x16b)]='browserstackAutomation',a58_0x5a8eb7[a58_0x47062c(0x10e)]='browserstackAutomation',a58_0x5a8eb7[a58_0x47062c(0x155)]='rerunTests',a58_0x5a8eb7['percy']=a58_0x47062c(0x134),a58_0x5a8eb7[a58_0x47062c(0x199)]=a58_0x47062c(0x199),a58_0x5a8eb7[a58_0x47062c(0x135)]=a58_0x47062c(0x135),a58_0x5a8eb7[a58_0x47062c(0x1bd)]=a58_0x47062c(0x1bd),a58_0x5a8eb7[a58_0x47062c(0x132)]='accessibility',a58_0x5a8eb7[a58_0x47062c(0x126)]=a58_0x47062c(0x126),a58_0x5a8eb7['turboScale']='turboScale',a58_0x5a8eb7[a58_0x47062c(0x1ee)]=a58_0x47062c(0x1ee),a58_0x5a8eb7['proxySettings']=a58_0x47062c(0x194),a58_0x5a8eb7[a58_0x47062c(0x161)]=a58_0x47062c(0x161);const a58_0x44b832={};a58_0x44b832[a58_0x47062c(0x1a1)]=a58_0x47062c(0x106),a58_0x44b832[a58_0x47062c(0x124)]=a58_0x47062c(0x1c0),a58_0x44b832['us']=a58_0x47062c(0x1ab),a58_0x44b832['eu']=a58_0x47062c(0x1a5),a58_0x44b832['in']=a58_0x47062c(0x111),a58_0x44b832['au']=a58_0x47062c(0x148);const a58_0x17b57a={};a58_0x17b57a['.browserstack\x20folder\x20not\x20accessible']=[a58_0x47062c(0x1b7),'[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.'];const a58_0x5a9bb4={};a58_0x5a9bb4[a58_0x47062c(0x1d8)]=a58_0xbe755b,a58_0x5a9bb4[a58_0x47062c(0x169)]=a58_0x2ad95e,a58_0x5a9bb4[a58_0x47062c(0x180)]=a58_0x424046,a58_0x5a9bb4[a58_0x47062c(0x139)]=a58_0xbfb81d,a58_0x5a9bb4[a58_0x47062c(0x170)]=a58_0x2435cb,a58_0x5a9bb4[a58_0x47062c(0x154)]=a58_0x2ecf56,a58_0x5a9bb4[a58_0x47062c(0x166)]=a58_0x58deaf,a58_0x5a9bb4[a58_0x47062c(0x1ca)]=a58_0xeea582,a58_0x5a9bb4[a58_0x47062c(0x102)]=a58_0x2490eb,a58_0x5a9bb4['HST']=a58_0xd3fccc,a58_0x5a9bb4[a58_0x47062c(0x1da)]=a58_0x49e70b,a58_0x5a9bb4[a58_0x47062c(0x13f)]=0xf*0x3c*0x3e8,a58_0x5a9bb4[a58_0x47062c(0x114)]=a58_0x47062c(0x1c5),a58_0x5a9bb4[a58_0x47062c(0x15c)]=a58_0x47062c(0x1f1),a58_0x5a9bb4['TCG_REGION']='use',a58_0x5a9bb4[a58_0x47062c(0x1f6)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x5a9bb4[a58_0x47062c(0x156)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x5a9bb4[a58_0x47062c(0x11b)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x5a9bb4['ROOT_CAPS']=[a58_0x47062c(0x16a),'pageLoadStrategy',a58_0x47062c(0x1b2),a58_0x47062c(0x144),'timeouts',a58_0x47062c(0x1aa),a58_0x47062c(0x1e7),a58_0x47062c(0x187),a58_0x47062c(0x1e9),a58_0x47062c(0x131),a58_0x47062c(0x1f7),'edgeOptions',a58_0x47062c(0x162)],a58_0x5a9bb4['ROOT_REGEX']=/^[\w-]+:.*$/,a58_0x5a9bb4[a58_0x47062c(0x1a8)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x5a9bb4[a58_0x47062c(0x164)]='https://eds.browserstack.com',a58_0x5a9bb4[a58_0x47062c(0x1eb)]='https://api.browserstack.com',a58_0x5a9bb4[a58_0x47062c(0x1d4)]=a58_0x47062c(0x130),a58_0x5a9bb4[a58_0x47062c(0x17a)]=a58_0x47062c(0x1f5),a58_0x5a9bb4[a58_0x47062c(0x198)]=a58_0x47062c(0x1d5),a58_0x5a9bb4[a58_0x47062c(0x17d)]=['automate',a58_0x47062c(0x125)],a58_0x5a9bb4['APP_AUTOMATE_PRODUCTS']=['app-automate',a58_0x47062c(0x125)],a58_0x5a9bb4[a58_0x47062c(0x189)]=[a58_0x47062c(0x125)],a58_0x5a9bb4['OBSERVABILITY_UPLOAD_URL']=a58_0x47062c(0x201),a58_0x5a9bb4['OBSERVABILITY_SUPPORTED_FWS']=[a58_0x47062c(0x1a2),a58_0x47062c(0x191)],a58_0x5a9bb4[a58_0x47062c(0x147)]=[a58_0x47062c(0x175)],a58_0x5a9bb4[a58_0x47062c(0x11a)]=a58_0x47062c(0x14c),a58_0x5a9bb4[a58_0x47062c(0x1e5)]=a58_0x47062c(0x1bb),a58_0x5a9bb4[a58_0x47062c(0x11e)]=[a58_0x47062c(0x18a)],a58_0x5a9bb4[a58_0x47062c(0x14d)]=[a58_0x47062c(0x1c6),a58_0x47062c(0x1d7),a58_0x47062c(0x11c),a58_0x47062c(0x1cb),a58_0x47062c(0x1fd),a58_0x47062c(0x129),a58_0x47062c(0x16c),a58_0x47062c(0x1de),a58_0x47062c(0x1fc),a58_0x47062c(0x172),a58_0x47062c(0x190),a58_0x47062c(0x1d6),'ERR_ADDRESS_UNREACHABLE',a58_0x47062c(0x18c),a58_0x47062c(0x157),a58_0x47062c(0x1ec),a58_0x47062c(0x1af),a58_0x47062c(0x12d),a58_0x47062c(0x190),a58_0x47062c(0x141),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a58_0x5a9bb4[a58_0x47062c(0x120)]=[a58_0x47062c(0x16f),a58_0x47062c(0x171),a58_0x47062c(0x1d0)],a58_0x5a9bb4[a58_0x47062c(0x17b)]=a58_0x47062c(0x1cf),a58_0x5a9bb4[a58_0x47062c(0x1ed)]=a58_0x47062c(0x167),a58_0x5a9bb4[a58_0x47062c(0x1be)]='./browserstack-artifacts/',a58_0x5a9bb4[a58_0x47062c(0x197)]='wss://cdp.browserstack.com/playwright?caps=',a58_0x5a9bb4[a58_0x47062c(0x100)]='wss://cdp.browserstack.com/puppeteer?caps=',a58_0x5a9bb4[a58_0x47062c(0x105)]=a58_0x36b226,a58_0x5a9bb4[a58_0x47062c(0x159)]=[a58_0x47062c(0x1c4),a58_0x47062c(0x1a2)],a58_0x5a9bb4['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a58_0xb44845,a58_0x5a9bb4[a58_0x47062c(0x165)]=a58_0x47062c(0x150),a58_0x5a9bb4[a58_0x47062c(0x14e)]=a58_0x1310ef,a58_0x5a9bb4['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a58_0x5a9bb4[a58_0x47062c(0x1ba)]=a58_0x47062c(0x13e),a58_0x5a9bb4[a58_0x47062c(0x15f)]=a58_0x47062c(0x118),a58_0x5a9bb4[a58_0x47062c(0x12f)]='SDKTestTcgDownResponse',a58_0x5a9bb4[a58_0x47062c(0x153)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a58_0x5a9bb4['TCG_AUTH_FAILURE']=a58_0x47062c(0x11d),a58_0x5a9bb4[a58_0x47062c(0x1d3)]='SDKTestTcgtInitSuccessful',a58_0x5a9bb4[a58_0x47062c(0x1c7)]=a58_0x47062c(0x15e),a58_0x5a9bb4[a58_0x47062c(0x19f)]=a58_0x47062c(0x10f),a58_0x5a9bb4[a58_0x47062c(0x1d1)]=0x1388,a58_0x5a9bb4['SET_TCG_TOKEN_TIMEOUT']=0x1388,a58_0x5a9bb4[a58_0x47062c(0x10c)]=0x1388,a58_0x5a9bb4[a58_0x47062c(0x1ef)]=0x1388,a58_0x5a9bb4[a58_0x47062c(0x123)]=0xc350,a58_0x5a9bb4[a58_0x47062c(0x16d)]=a58_0x15b866,a58_0x5a9bb4[a58_0x47062c(0x149)]=a58_0x3b7d4b,a58_0x5a9bb4[a58_0x47062c(0x1f9)]=[a58_0x47062c(0x109),'codeceptjs'],a58_0x5a9bb4['SDK_INSTRUMENTATION_CONFIG']=a58_0x5a8eb7,a58_0x5a9bb4[a58_0x47062c(0x200)]=a58_0x47062c(0x188),a58_0x5a9bb4[a58_0x47062c(0x103)]=a58_0x47062c(0x1e0),a58_0x5a9bb4[a58_0x47062c(0x1ce)]=a58_0x47062c(0x19c),a58_0x5a9bb4[a58_0x47062c(0x112)]=a58_0x47062c(0x151),a58_0x5a9bb4[a58_0x47062c(0x1f3)]=a58_0x47062c(0x184),a58_0x5a9bb4[a58_0x47062c(0x138)]=a58_0x47062c(0x1f4),a58_0x5a9bb4[a58_0x47062c(0x1ac)]=a58_0x47062c(0x179),a58_0x5a9bb4[a58_0x47062c(0x1cd)]=[a58_0x47062c(0x16e),a58_0x47062c(0x1b0),'jest',a58_0x47062c(0x1f0)],a58_0x5a9bb4[a58_0x47062c(0x1ad)]=['A11Y_SCAN',a58_0x47062c(0x10d),a58_0x47062c(0x113),a58_0x47062c(0x122),'percyScreenshot',a58_0x47062c(0x1c2)],a58_0x5a9bb4[a58_0x47062c(0x1e8)]='PLAYWRIGHT_TRACE_LOGS',a58_0x5a9bb4[a58_0x47062c(0x1c8)]=a58_0x44b832,a58_0x5a9bb4[a58_0x47062c(0x176)]=[a58_0x47062c(0x168),a58_0x47062c(0x19d),'certificate\x20has\x20expired',a58_0x47062c(0x160),a58_0x47062c(0x19a),a58_0x47062c(0x136)],a58_0x5a9bb4[a58_0x47062c(0x1b8)]=[a58_0x47062c(0x17f),a58_0x47062c(0x136),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a58_0x47062c(0x19a),a58_0x47062c(0x133)],a58_0x5a9bb4[a58_0x47062c(0x1e1)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x5a9bb4[a58_0x47062c(0x1bc)]=a58_0x17b57a,a58_0x5a9bb4[a58_0x47062c(0x12c)]=['GLOBAL_AGENT_HTTP_PROXY',a58_0x47062c(0x1b5),'USER_CONFIG_DETAILS_PATH'],a58_0x5a9bb4[a58_0x47062c(0x104)]=[a58_0x47062c(0x185),'EBUSY'],a58_0x5a9bb4[a58_0x47062c(0x108)]=0x3,a58_0x5a9bb4[a58_0x47062c(0x1f2)]=0x3e8,module[a58_0x47062c(0x178)]=a58_0x5a9bb4;const _env=(process[a58_0x47062c(0x140)][a58_0x47062c(0x15d)]||a58_0x47062c(0x1a9))['toLowerCase']();if(_env===a58_0x47062c(0x10b)||_env===a58_0x47062c(0x1a4)){const YlEloC=a58_0x47062c(0x1ff)[a58_0x47062c(0x195)]('|');let grPZbx=0x0;while(!![]){switch(YlEloC[grPZbx++]){case'0':module[a58_0x47062c(0x178)]['BROWSERSTACK_API_URL']=a58_0x47062c(0x1b4);continue;case'1':module[a58_0x47062c(0x178)]['BROWSERSTACK_APP_AUTOMATE_URL']=a58_0x47062c(0x15b);continue;case'2':module['exports'][a58_0x47062c(0x164)]=a58_0x47062c(0x1b1);continue;case'3':module['exports'][a58_0x47062c(0x197)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'4':module[a58_0x47062c(0x178)]['PUPPETEER_HUB_URL']=a58_0x47062c(0x152);continue;case'5':module[a58_0x47062c(0x178)][a58_0x47062c(0x11a)]=a58_0x47062c(0x18d);continue;case'6':module[a58_0x47062c(0x178)]['O11Y_URL']=a58_0x47062c(0x1a7);continue;case'7':module[a58_0x47062c(0x178)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a58_0x47062c(0x178)]['BSTACK_URL']=a58_0x47062c(0x146);continue;case'9':module['exports'][a58_0x47062c(0x1d4)]=a58_0x47062c(0x1bf);continue;case'10':module['exports'][a58_0x47062c(0x114)]=a58_0x47062c(0x1fb);continue;case'11':module[a58_0x47062c(0x178)]['OBSERVABILITY_UPLOAD_URL']=a58_0x47062c(0x116);continue;case'12':module[a58_0x47062c(0x178)][a58_0x47062c(0x1ac)]=a58_0x47062c(0x1e3);continue;case'13':module[a58_0x47062c(0x178)][a58_0x47062c(0x15c)]='https://tcg.bsstag.com';continue;}break;}}else{if(_env==='preprod'||_env===a58_0x47062c(0x1df)){const wEJAVJ=a58_0x47062c(0x13b)[a58_0x47062c(0x195)]('|');let lxIROh=0x0;while(!![]){switch(wEJAVJ[lxIROh++]){case'0':module[a58_0x47062c(0x178)][a58_0x47062c(0x164)]=a58_0x47062c(0x1b1);continue;case'1':module[a58_0x47062c(0x178)][a58_0x47062c(0x114)]=a58_0x47062c(0x10a);continue;case'2':module[a58_0x47062c(0x178)][a58_0x47062c(0x1d4)]='https://api-preprod.bsstag.com';continue;case'3':module['exports'][a58_0x47062c(0x1ce)]='bsstag.com';continue;case'4':module[a58_0x47062c(0x178)]['BROWSERSTACK']=a58_0x47062c(0x1e3);continue;case'5':module['exports'][a58_0x47062c(0x15c)]='https://tcg-preprod.bsstag.com';continue;case'6':module[a58_0x47062c(0x178)]['BROWSERSTACK_API_URL']=a58_0x47062c(0xff);continue;case'7':module[a58_0x47062c(0x178)][a58_0x47062c(0x197)]=a58_0x47062c(0x192);continue;case'8':module[a58_0x47062c(0x178)][a58_0x47062c(0x1f3)]=a58_0x47062c(0x181);continue;case'9':module[a58_0x47062c(0x178)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'10':module[a58_0x47062c(0x178)][a58_0x47062c(0x1dd)]='https://upload-observability-preprod.bsstag.com';continue;case'11':module[a58_0x47062c(0x178)][a58_0x47062c(0x11a)]=a58_0x47062c(0x101);continue;case'12':module[a58_0x47062c(0x178)][a58_0x47062c(0x100)]=a58_0x47062c(0x1a3);continue;case'13':module[a58_0x47062c(0x178)][a58_0x47062c(0x1e5)]=a58_0x47062c(0x1e4);continue;}break;}}}
|
|
1
|
+
const a58_0x2e7b2b=a58_0x5dd5;function a58_0x5f07(){const _0x55abbf=['userName','stag','wss://cdp-devtestops.bsstag.com/playwright?caps=','INFO','accessKey','password','proxySettings','.aab','AI_INIT_SUCCESSFUL','Run\x20nightwatch\x20tests\x20on\x20browserstack','BROWSERSTACK_AUTOMATE_URL','preprod','AUTOLOGCAPTURE_NOTIFICATION','ERR_CONNECTION_ABORTED','testOrchestrationOptions','browserstack.overridelocalInfo.userAuthToken','codeceptjs','self\x20signed\x20certificate','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://upload-observability.browserstack.com','testContextOptions','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','customVariables','ERR_ADDRESS_UNREACHABLE','1358205lDVWlV','97509MMIjio','BSTACK_ATS_URL','testObservability','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','https://hub.browserstack.com/wd/hub','Run\x20playwright\x20tests\x20on\x20Browserstack','SDKTestTcgAuthFailure','INVALID_INIT_RESP_WITH_USER_IMPACT','1751290hNsIUb','SPAWN_RETRY_DELAY_MS','UPGRADE_REQUIRED','JEST','SDK-GEN-001','Jest','FUNNEL_INSTRUMENTATION_API_URL','2108617mNmXuO','SDKTestInvalidTcgAuthResponseWithUserImpact','PUPPETEER_HUB_URL','[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.','firefoxOptions','toLowerCase','puppeteer','accessibilityOptions','turboScale','sdk/v1/update_cli','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','invalidKeys','platforms','APP_UPLOAD_URL','./browserstack-artifacts/','playwright','acceptInsecureCerts','TEST_FRAMEWORK_HOOK_TIMEOUT','2|8|11|6|0|5|1|3|12|4|10|7|9|13','AUTOMATE','pageLoadStrategy','https://api.browserstack.com','PLAYWRIGHT','disableAutoCaptureLogs','TEST\x20REPORTING\x20AND\x20ANALYTICS','browserstack-ats.com','env','https://api-preprod.bsstag.com','PERCY_SUPPORTED_FRAMEWORKS','Playwright','TCG_AUTH_FAILURE','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','BROWSERSTACK_APP_AUTOMATE_URL','ERR_FAILED','unable\x20to\x20verify\x20the\x20first\x20certificate','framework','BSTACK_URL','testObservabilityOptions','TCG_URL','module','MOCHA','https://upload-observability-preprod.bsstag.com','ERR_NAME_NOT_RESOLVED','browserStackLocalOptions','VANILLA','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','EDS_URL','A11Y_GET_RESULTS_SUMMARY','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','APP_AUTOMATE','ERR_TIMED_OUT','https://upload-observability-devtestops-ssi.bsstag.com','acceptSslCert','proxyPassword','REDACTED_KEYS','hub-use-only.browserstack.com','sdk/v1/event','https://apidevtestops.bsstag.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','COMMONJS','ERR_SOCKS_CONNECTION_FAILED','ERR_NETWORK_CHANGED','LOG_FILE_NAME','hub-us-only.browserstack.com','ERR_CONNECTION_FAILED','pre-prod','SELF_SIGNED_CERT_IN_CHAIN','11|1|0|7|2|9|5|3|13|10|8|12|6|4','https://automation.browserstack.com','https://tcg.bsstag.com','https://edsstaging.bsstag.com','5383620MPoUZs','https://observability-devtestops.bsstag.com','AI_INIT_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','automate','ERR_TLS_CERT_ALTNAME_INVALID','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','BROWSERSTACK_API_URL','logLevel','automation','MAX_GIT_META_DATA_SIZE_IN_BYTES','invalidTestInputType','httpsProxy','app-automate','strictFileInteractability','GLOBAL_AGENT_HTTP_PROXY','ERR_BLOCKED_BY_CLIENT','bsstag.com','OBSERVABILITY_SUPPORTED_FWS','2PNVzib','https://app-automate.browserstack.com/dashboard/v2/builds/','wss://cdp.browserstack.com/puppeteer?caps=','PUPPETEER','HEALING_LOG_DATA_TIMEOUT','POLL_HEALING_RESULT_TIMEOUT','mandatoryDependency','CI_ARTIFACTS_PATH','ATS_WSS_URL_REGEX','https://hub-devtestops.bsstag.com/wd/hub','localProxyUser','TCG_REGION','HEALING_FAILURE_TIMEOUT','AUTOMATE_PRODUCTS','TCG_DOWN','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','PRIVATE_DOMAIN_OR_IP_REGEX','OBSERVABILITY_UPLOAD_URL','A11Y_GET_RESULTS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','UPDATED_CLI_ENDPOINT','Run\x20codeceptjs\x20tests\x20on\x20browserstack','HST','chromeOptions','browserstack.accessKey','18onyBZC','edgeOptions','ERR_TUNNEL_CONNECTION_FAILED','AUTOMATION_LOG_COMMANDS','hubUrl','ATS_HUB_URL_REGEX','AI_ENABLED_FRAMEWORK','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','SDK_INSTRUMENTATION_CONFIG','https://api-cloud.browserstack.com','AI_PROXY_FAILURE','hub-eu-only.browserstack.com','/usage.log','ERR_CONNECTION_REFUSED','proxyPass','hub-aps-only.browserstack.com','ETXTBSY','localOptions','^[a-zA-Z0-9_.-]*$','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK','unhandledPromptBehavior','20cnnpMF','SDKTestTcgtInitSuccessful','BSTACK_DELTA','Mocha','Run\x20mocha\x20tests\x20on\x20browserstack','wss://cdp-preprod.bsstag.com/puppeteer?caps=','https://api-cloud-devtestops.bsstag.com','610632aaDhKn','percyOptions','browserName','jest','SDKTestInitFailedResponse','staging','percy','httpProxy','localProxyPass','testReportingOptions','https://automation-preprod.bsstag.com','turboScaleOptions','observability','A11Y_SAVE_RESULTS','ERR_ADDRESS_INVALID','split','O11Y_URL','exports','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','parallelsPerPlatform','proxyUrl','SSL_ERROR_MESSAGES','153309iQQytz','ERR_CONNECTION_CLOSED','browserVersion','BINARY_BUSY_ERROR_CODES','DEPTH_ZERO_SELF_SIGNED_CERT','Upgrade\x20required','certificate\x20has\x20expired','CLI_SUPPORTED_FRAMEWORKS','BROWSERSTACK_ENV','cucumber','ObservabilitySync','PLAYWRIGHT_HUB_URL','PLAYWRIGHT_TRACE_LOGS','default','mocha','Specify\x20--help\x20for\x20available\x20options','HUB_URL_REGEX','bsstag','Run\x20js\x20tests\x20on\x20browserstack','prod','.browserstack\x20folder\x20not\x20accessible','CERT_HAS_EXPIRED','wss://cdp.browserstack.com/playwright?caps=','SSL_ERROR_CODES','hub.browserstack.com','unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_SOCKET_NOT_CONNECTED','MAX_SPAWN_RETRIES','APP_AUTOMATE_PRODUCTS','https://hub-preprod.bsstag.com/wd/hub','ieOptions','CODECEPT','TCG_AUTH_TIMEOUT','CUSTOM_ID_REGEX','6icFBiM','browserstackAutomation','authToken','https://eds.browserstack.com','ERR_NAME_RESOLUTION_FAILED','proxyUser','wss://cdp-preprod.bsstag.com/playwright?caps=','browserstack.com','SDKTestTcgProxyFailure','A11Y_SCAN','CUCUMBER','testReporting','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE'];a58_0x5f07=function(){return _0x55abbf;};return a58_0x5f07();}(function(_0xff4aa5,_0x386162){const _0x2dc725=a58_0x5dd5,_0x38d2b0=_0xff4aa5();while(!![]){try{const _0x54c28e=parseInt(_0x2dc725(0x201))/0x1*(parseInt(_0x2dc725(0x2b3))/0x2)+-parseInt(_0x2dc725(0x249))/0x3*(parseInt(_0x2dc725(0x1e4))/0x4)+parseInt(_0x2dc725(0x248))/0x5*(-parseInt(_0x2dc725(0x223))/0x6)+-parseInt(_0x2dc725(0x258))/0x7+-parseInt(_0x2dc725(0x1eb))/0x8+parseInt(_0x2dc725(0x1ce))/0x9*(parseInt(_0x2dc725(0x251))/0xa)+parseInt(_0x2dc725(0x2a0))/0xb;if(_0x54c28e===_0x386162)break;else _0x38d2b0['push'](_0x38d2b0['shift']());}catch(_0x487244){_0x38d2b0['push'](_0x38d2b0['shift']());}}}(a58_0x5f07,0x2c417));const a58_0x40315c={};a58_0x40315c[a58_0x2e7b2b(0x233)]='shows\x20version\x20information',a58_0x40315c['HELP']=a58_0x2e7b2b(0x210);const a58_0x21da1c={};a58_0x21da1c['INFO']=a58_0x2e7b2b(0x2a3);const a58_0x1fb50b={};a58_0x1fb50b[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1e8);const a58_0x47e142={};a58_0x47e142[a58_0x2e7b2b(0x233)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a58_0x2730aa={};a58_0x2730aa[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x213);const a58_0x2757ff={};a58_0x2757ff[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x239);const a58_0x52a239={};a58_0x52a239[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x24e);const a58_0xb7f7a3={};a58_0xb7f7a3[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1c4);const a58_0x9c6ad6={};a58_0x9c6ad6[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1ca);const a58_0x145e1d={};function a58_0x5dd5(_0x112c79,_0x22096c){const _0x5f070f=a58_0x5f07();return a58_0x5dd5=function(_0x5dd58f,_0x5bd936){_0x5dd58f=_0x5dd58f-0x1c0;let _0xa5ea1=_0x5f070f[_0x5dd58f];return _0xa5ea1;},a58_0x5dd5(_0x112c79,_0x22096c);}a58_0x145e1d[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x1d5);const a58_0x413af2={};a58_0x413af2[a58_0x2e7b2b(0x233)]=a58_0x2e7b2b(0x277);const a58_0xe5e062={};a58_0xe5e062[a58_0x2e7b2b(0x26e)]=a58_0x2e7b2b(0x275),a58_0xe5e062[a58_0x2e7b2b(0x280)]='mocha',a58_0xe5e062[a58_0x2e7b2b(0x254)]='jest',a58_0xe5e062[a58_0x2e7b2b(0x220)]=a58_0x2e7b2b(0x240),a58_0xe5e062['CODECEPT_CUCUMBER']=a58_0x2e7b2b(0x288),a58_0xe5e062[a58_0x2e7b2b(0x22d)]=a58_0x2e7b2b(0x20a),a58_0xe5e062[a58_0x2e7b2b(0x284)]='vanilla',a58_0xe5e062[a58_0x2e7b2b(0x2b6)]=a58_0x2e7b2b(0x25e);const a58_0x3fcbc1={};a58_0x3fcbc1[a58_0x2e7b2b(0x263)]=a58_0x2e7b2b(0x1e1),a58_0x3fcbc1['uniqueDependency']=a58_0x2e7b2b(0x285),a58_0x3fcbc1[a58_0x2e7b2b(0x2b9)]=a58_0x2e7b2b(0x1fd),a58_0x3fcbc1[a58_0x2e7b2b(0x2ab)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a58_0x1aba28={};a58_0x1aba28[a58_0x2e7b2b(0x294)]='commonjs',a58_0x1aba28['MODULE']=a58_0x2e7b2b(0x27f);const a58_0xe9882e={};a58_0xe9882e[a58_0x2e7b2b(0x1e7)]=0xfde8,a58_0xe9882e['Cucumber-JS']=0xfde8,a58_0xe9882e[a58_0x2e7b2b(0x256)]=0x186a0;const a58_0x2c5fc3={};a58_0x2c5fc3['root']=[a58_0x2e7b2b(0x230),a58_0x2e7b2b(0x234),a58_0x2e7b2b(0x235),'user_data',a58_0x2e7b2b(0x1f2),a58_0x2e7b2b(0x2ac),'customVariables','browserstack.userName',a58_0x2e7b2b(0x1cd),a58_0x2e7b2b(0x28e),a58_0x2e7b2b(0x225),a58_0x2e7b2b(0x1ff),a58_0x2e7b2b(0x23f)],a58_0x2c5fc3[a58_0x2e7b2b(0x283)]=[a58_0x2e7b2b(0x228),a58_0x2e7b2b(0x1dc),a58_0x2e7b2b(0x2bd),a58_0x2e7b2b(0x1f3)];const a58_0x5569b7={};a58_0x5569b7['browserstackLocal']='browserstackLocal',a58_0x5569b7['browserStackLocalOptions']=a58_0x2e7b2b(0x283),a58_0x5569b7[a58_0x2e7b2b(0x1df)]=a58_0x2e7b2b(0x283),a58_0x5569b7[a58_0x2e7b2b(0x1fe)]=a58_0x2e7b2b(0x1fe),a58_0x5569b7[a58_0x2e7b2b(0x264)]=a58_0x2e7b2b(0x264),a58_0x5569b7[a58_0x2e7b2b(0x2a8)]=a58_0x2e7b2b(0x2a8),a58_0x5569b7[a58_0x2e7b2b(0x1f2)]=a58_0x2e7b2b(0x1f2),a58_0x5569b7[a58_0x2e7b2b(0x2ac)]=a58_0x2e7b2b(0x2ac),a58_0x5569b7[a58_0x2e7b2b(0x27b)]=a58_0x2e7b2b(0x27b),a58_0x5569b7[a58_0x2e7b2b(0x244)]=a58_0x2e7b2b(0x244),a58_0x5569b7[a58_0x2e7b2b(0x24b)]='testObservability',a58_0x5569b7[a58_0x2e7b2b(0x22e)]=a58_0x2e7b2b(0x22e),a58_0x5569b7['testObservabilityOptions']=a58_0x2e7b2b(0x27d),a58_0x5569b7['testReportingOptions']=a58_0x2e7b2b(0x1f4),a58_0x5569b7[a58_0x2e7b2b(0x246)]=a58_0x2e7b2b(0x246),a58_0x5569b7[a58_0x2e7b2b(0x2a9)]=a58_0x2e7b2b(0x224),a58_0x5569b7[a58_0x2e7b2b(0x224)]=a58_0x2e7b2b(0x224),a58_0x5569b7['rerunTests']='rerunTests',a58_0x5569b7['percy']=a58_0x2e7b2b(0x1f1),a58_0x5569b7[a58_0x2e7b2b(0x1ec)]=a58_0x2e7b2b(0x1ec),a58_0x5569b7['percyCaptureMode']='percyCaptureMode',a58_0x5569b7[a58_0x2e7b2b(0x26f)]='disableAutoCaptureLogs',a58_0x5569b7['accessibility']='accessibility',a58_0x5569b7['accessibilityOptions']=a58_0x2e7b2b(0x25f),a58_0x5569b7[a58_0x2e7b2b(0x260)]=a58_0x2e7b2b(0x260),a58_0x5569b7[a58_0x2e7b2b(0x1f6)]=a58_0x2e7b2b(0x1f6),a58_0x5569b7['proxySettings']=a58_0x2e7b2b(0x236),a58_0x5569b7['testOrchestrationOptions']=a58_0x2e7b2b(0x23e);const a58_0x6bcf01={};a58_0x6bcf01[a58_0x2e7b2b(0x20e)]=a58_0x2e7b2b(0x219),a58_0x6bcf01['us-east']=a58_0x2e7b2b(0x290),a58_0x6bcf01['us']=a58_0x2e7b2b(0x298),a58_0x6bcf01['eu']=a58_0x2e7b2b(0x1d9),a58_0x6bcf01['in']=a58_0x2e7b2b(0x1dd),a58_0x6bcf01['au']='hub-apse-only.browserstack.com';const a58_0x3817dc={};a58_0x3817dc[a58_0x2e7b2b(0x215)]=[a58_0x2e7b2b(0x255),a58_0x2e7b2b(0x25b)];const a58_0x2a0b1b={};a58_0x2a0b1b['VERSION']=a58_0x40315c,a58_0x2a0b1b[a58_0x2e7b2b(0x254)]=a58_0x21da1c,a58_0x2a0b1b['MOCHA']=a58_0x1fb50b,a58_0x2a0b1b['CUCUMBER']=a58_0x47e142,a58_0x2a0b1b[a58_0x2e7b2b(0x284)]=a58_0x2730aa,a58_0x2a0b1b['NIGHTWATCH']=a58_0x2757ff,a58_0x2a0b1b[a58_0x2e7b2b(0x26e)]=a58_0x52a239,a58_0x2a0b1b[a58_0x2e7b2b(0x2b6)]=a58_0xb7f7a3,a58_0x2a0b1b['CODECEPTJS']=a58_0x9c6ad6,a58_0x2a0b1b[a58_0x2e7b2b(0x1cb)]=a58_0x145e1d,a58_0x2a0b1b['INTEGRATIONS']=a58_0x413af2,a58_0x2a0b1b[a58_0x2e7b2b(0x1e6)]=0xf*0x3c*0x3e8,a58_0x2a0b1b[a58_0x2e7b2b(0x1d2)]=a58_0x2e7b2b(0x24d),a58_0x2a0b1b[a58_0x2e7b2b(0x27e)]='https://tcg.browserstack.com',a58_0x2a0b1b[a58_0x2e7b2b(0x1c0)]='use',a58_0x2a0b1b['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a58_0x2a0b1b[a58_0x2e7b2b(0x1d3)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a58_0x2a0b1b[a58_0x2e7b2b(0x2bb)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a58_0x2a0b1b['ROOT_CAPS']=[a58_0x2e7b2b(0x268),a58_0x2e7b2b(0x26c),a58_0x2e7b2b(0x2ae),a58_0x2e7b2b(0x1e3),'timeouts',a58_0x2e7b2b(0x1ed),a58_0x2e7b2b(0x203),'acceptSslCerts',a58_0x2e7b2b(0x28d),a58_0x2e7b2b(0x1cc),a58_0x2e7b2b(0x25c),a58_0x2e7b2b(0x1cf),a58_0x2e7b2b(0x21f)],a58_0x2a0b1b['ROOT_REGEX']=/^[\w-]+:.*$/,a58_0x2a0b1b[a58_0x2e7b2b(0x1c5)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a58_0x2a0b1b[a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x226),a58_0x2a0b1b[a58_0x2e7b2b(0x2a7)]=a58_0x2e7b2b(0x26d),a58_0x2a0b1b[a58_0x2e7b2b(0x265)]=a58_0x2e7b2b(0x1d7),a58_0x2a0b1b[a58_0x2e7b2b(0x1c9)]=a58_0x2e7b2b(0x261),a58_0x2a0b1b[a58_0x2e7b2b(0x257)]=a58_0x2e7b2b(0x291),a58_0x2a0b1b[a58_0x2e7b2b(0x1c2)]=[a58_0x2e7b2b(0x2a4),a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x21d)]=[a58_0x2e7b2b(0x2ad),a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x293)]=[a58_0x2e7b2b(0x1f7)],a58_0x2a0b1b[a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x243),a58_0x2a0b1b[a58_0x2e7b2b(0x2b2)]=[a58_0x2e7b2b(0x20f),'Playwright'],a58_0x2a0b1b[a58_0x2e7b2b(0x26b)]=['automate'],a58_0x2a0b1b['BROWSERSTACK_AUTOMATE_URL']=a58_0x2e7b2b(0x289),a58_0x2a0b1b[a58_0x2e7b2b(0x278)]=a58_0x2e7b2b(0x2b4),a58_0x2a0b1b[a58_0x2e7b2b(0x28a)]=[a58_0x2e7b2b(0x2ad)],a58_0x2a0b1b['NUDGE_LOCAL_ERRORS']=[a58_0x2e7b2b(0x279),a58_0x2e7b2b(0x28b),a58_0x2e7b2b(0x2b0),a58_0x2e7b2b(0x296),a58_0x2e7b2b(0x21b),a58_0x2e7b2b(0x202),'ERR_CONNECTION_RESET',a58_0x2e7b2b(0x1db),a58_0x2e7b2b(0x23d),a58_0x2e7b2b(0x299),a58_0x2e7b2b(0x282),a58_0x2e7b2b(0x1f9),a58_0x2e7b2b(0x247),a58_0x2e7b2b(0x1d0),'ERR_CONNECTION_TIMED_OUT',a58_0x2e7b2b(0x295),a58_0x2e7b2b(0x22f),'ERR_PROXY_CONNECTION_FAILED',a58_0x2e7b2b(0x282),a58_0x2e7b2b(0x227),a58_0x2e7b2b(0x262)],a58_0x2a0b1b['VALID_APP_EXTENSION']=['.apk',a58_0x2e7b2b(0x237),'.ipa'],a58_0x2a0b1b[a58_0x2e7b2b(0x222)]=a58_0x2e7b2b(0x1e0),a58_0x2a0b1b['SHAREABLE_ID_REGEX']=a58_0x2e7b2b(0x2a6),a58_0x2a0b1b[a58_0x2e7b2b(0x2ba)]=a58_0x2e7b2b(0x266),a58_0x2a0b1b[a58_0x2e7b2b(0x20c)]=a58_0x2e7b2b(0x217),a58_0x2a0b1b['PUPPETEER_HUB_URL']=a58_0x2e7b2b(0x2b5),a58_0x2a0b1b['FRAMEWORKS']=a58_0xe5e062,a58_0x2a0b1b[a58_0x2e7b2b(0x274)]=[a58_0x2e7b2b(0x1ee),a58_0x2e7b2b(0x20f)],a58_0x2a0b1b['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a58_0x3fcbc1,a58_0x2a0b1b[a58_0x2e7b2b(0x23c)]=a58_0x2e7b2b(0x24c),a58_0x2a0b1b['PACKAGE_TYPE']=a58_0x1aba28,a58_0x2a0b1b[a58_0x2e7b2b(0x2aa)]=0x40*0x400,a58_0x2a0b1b['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a58_0x2a0b1b[a58_0x2e7b2b(0x253)]=a58_0x2e7b2b(0x206),a58_0x2a0b1b[a58_0x2e7b2b(0x1c3)]='SDKTestTcgDownResponse',a58_0x2a0b1b[a58_0x2e7b2b(0x250)]=a58_0x2e7b2b(0x259),a58_0x2a0b1b[a58_0x2e7b2b(0x276)]=a58_0x2e7b2b(0x24f),a58_0x2a0b1b[a58_0x2e7b2b(0x238)]=a58_0x2e7b2b(0x1e5),a58_0x2a0b1b[a58_0x2e7b2b(0x2a2)]=a58_0x2e7b2b(0x1ef),a58_0x2a0b1b[a58_0x2e7b2b(0x1d8)]=a58_0x2e7b2b(0x22b),a58_0x2a0b1b[a58_0x2e7b2b(0x221)]=0x1388,a58_0x2a0b1b['SET_TCG_TOKEN_TIMEOUT']=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x2b7)]=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x1c1)]=0x1388,a58_0x2a0b1b[a58_0x2e7b2b(0x2b8)]=0xc350,a58_0x2a0b1b[a58_0x2e7b2b(0x269)]=a58_0xe9882e,a58_0x2a0b1b[a58_0x2e7b2b(0x28f)]=a58_0x2c5fc3,a58_0x2a0b1b[a58_0x2e7b2b(0x1d4)]=['vanilla',a58_0x2e7b2b(0x240)],a58_0x2a0b1b[a58_0x2e7b2b(0x1d6)]=a58_0x5569b7,a58_0x2a0b1b[a58_0x2e7b2b(0x297)]=a58_0x2e7b2b(0x1da),a58_0x2a0b1b['DEBUG_LOG_FILE_NAME']='/usage-debug.log',a58_0x2a0b1b[a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x22a),a58_0x2a0b1b[a58_0x2e7b2b(0x24a)]=a58_0x2e7b2b(0x271),a58_0x2a0b1b[a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x29d),a58_0x2a0b1b['TEST_REPORTING_ANALYTICS']=a58_0x2e7b2b(0x270),a58_0x2a0b1b[a58_0x2e7b2b(0x1e2)]='browserstack',a58_0x2a0b1b[a58_0x2e7b2b(0x208)]=[a58_0x2e7b2b(0x267),a58_0x2e7b2b(0x20a),a58_0x2e7b2b(0x1ee),'puppeteer'],a58_0x2a0b1b[a58_0x2e7b2b(0x1d1)]=[a58_0x2e7b2b(0x22c),a58_0x2e7b2b(0x287),a58_0x2e7b2b(0x1c7),a58_0x2e7b2b(0x1f8),'percyScreenshot',a58_0x2e7b2b(0x20b)],a58_0x2a0b1b[a58_0x2e7b2b(0x20d)]='PLAYWRIGHT_TRACE_LOGS',a58_0x2a0b1b['HUB_URL_MAP']=a58_0x6bcf01,a58_0x2a0b1b[a58_0x2e7b2b(0x200)]=[a58_0x2e7b2b(0x241),a58_0x2e7b2b(0x27a),a58_0x2e7b2b(0x207),a58_0x2e7b2b(0x21a),a58_0x2e7b2b(0x2a5),a58_0x2e7b2b(0x205)],a58_0x2a0b1b[a58_0x2e7b2b(0x218)]=[a58_0x2e7b2b(0x29b),a58_0x2e7b2b(0x205),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a58_0x2e7b2b(0x216),'ERR_TLS_CERT_ALTNAME_INVALID',a58_0x2e7b2b(0x1c8)],a58_0x2a0b1b['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a58_0x2a0b1b['CLIENT_TROUBLESHOOTING_HASH']=a58_0x3817dc,a58_0x2a0b1b['INTERNALLY_USED_ENV_VARS']=[a58_0x2e7b2b(0x2af),'GLOBAL_AGENT_NO_PROXY','USER_CONFIG_DETAILS_PATH'],a58_0x2a0b1b[a58_0x2e7b2b(0x204)]=[a58_0x2e7b2b(0x1de),'EBUSY'],a58_0x2a0b1b[a58_0x2e7b2b(0x21c)]=0x3,a58_0x2a0b1b[a58_0x2e7b2b(0x252)]=0x3e8,module['exports']=a58_0x2a0b1b;const _env=(process[a58_0x2e7b2b(0x272)][a58_0x2e7b2b(0x209)]||a58_0x2e7b2b(0x214))[a58_0x2e7b2b(0x25d)]();if(_env===a58_0x2e7b2b(0x1f0)||_env===a58_0x2e7b2b(0x231)){const MTnqmM=a58_0x2e7b2b(0x29c)['split']('|');let QzBgOs=0x0;while(!![]){switch(MTnqmM[QzBgOs++]){case'0':module[a58_0x2e7b2b(0x1fc)]['TCG_URL']=a58_0x2e7b2b(0x29e);continue;case'1':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_API_URL']=a58_0x2e7b2b(0x292);continue;case'2':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x23a)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'3':module['exports'][a58_0x2e7b2b(0x20c)]=a58_0x2e7b2b(0x232);continue;case'4':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1e2)]=a58_0x2e7b2b(0x212);continue;case'5':module[a58_0x2e7b2b(0x1fc)]['APP_UPLOAD_URL']=a58_0x2e7b2b(0x1ea);continue;case'6':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x29f);continue;case'7':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x211)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x2a1);continue;case'9':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_APP_AUTOMATE_URL']=a58_0x2e7b2b(0x242);continue;case'10':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x2b1);continue;case'11':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1d2)]=a58_0x2e7b2b(0x2bc);continue;case'12':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x28c);continue;case'13':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x25a)]=a58_0x2e7b2b(0x245);continue;}break;}}else{if(_env===a58_0x2e7b2b(0x23b)||_env===a58_0x2e7b2b(0x29a)){const ldaeaF=a58_0x2e7b2b(0x26a)[a58_0x2e7b2b(0x1fa)]('|');let TGPmna=0x0;while(!![]){switch(ldaeaF[TGPmna++]){case'0':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x23a)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'1':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x265)]=a58_0x2e7b2b(0x273);continue;case'2':module['exports']['hubUrl']=a58_0x2e7b2b(0x21e);continue;case'3':module[a58_0x2e7b2b(0x1fc)]['PLAYWRIGHT_HUB_URL']=a58_0x2e7b2b(0x229);continue;case'4':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x27c)]=a58_0x2e7b2b(0x2b1);continue;case'5':module['exports'][a58_0x2e7b2b(0x278)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'6':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x211)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1c6)]=a58_0x2e7b2b(0x281);continue;case'8':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'9':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x286)]=a58_0x2e7b2b(0x29f);continue;case'10':module[a58_0x2e7b2b(0x1fc)][a58_0x2e7b2b(0x1fb)]=a58_0x2e7b2b(0x1f5);continue;case'11':module[a58_0x2e7b2b(0x1fc)]['TCG_URL']='https://tcg-preprod.bsstag.com';continue;case'12':module['exports'][a58_0x2e7b2b(0x25a)]=a58_0x2e7b2b(0x1e9);continue;case'13':module[a58_0x2e7b2b(0x1fc)]['BROWSERSTACK']='bsstag';continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a59_0x3e62b4=a59_0x4805;function a59_0x2885(){const _0x2a0570=['configure','1165824hfFbrc','9JCFRxo','5194sxvsRx','5388HQMbMY','type','20XAyodD','colouredLayout','366GAOpQI','log','levelStr','26405731LxaQVB','281125AlbKNI','9259830xrwCdW','data','layout','timezoneOffset','576521WSTMIf','3087rJhyOy','hMUkA','level'];a59_0x2885=function(){return _0x2a0570;};return a59_0x2885();}(function(_0x3ded3d,_0x59494c){const _0x4f0c0d=a59_0x4805,_0x150690=_0x3ded3d();while(!![]){try{const _0x316960=-parseInt(_0x4f0c0d(0x1ab))/0x1+-parseInt(_0x4f0c0d(0x1b2))/0x2*(parseInt(_0x4f0c0d(0x1b7))/0x3)+-parseInt(_0x4f0c0d(0x1b5))/0x4*(parseInt(_0x4f0c0d(0x1bb))/0x5)+-parseInt(_0x4f0c0d(0x1b3))/0x6*(-parseInt(_0x4f0c0d(0x1ac))/0x7)+-parseInt(_0x4f0c0d(0x1b0))/0x8+-parseInt(_0x4f0c0d(0x1b1))/0x9*(parseInt(_0x4f0c0d(0x1a7))/0xa)+parseInt(_0x4f0c0d(0x1ba))/0xb;if(_0x316960===_0x59494c)break;else _0x150690['push'](_0x150690['shift']());}catch(_0x2de7ac){_0x150690['push'](_0x150690['shift']());}}}(a59_0x2885,0x865cc));function a59_0x4805(_0x8fff23,_0x43b726){const _0x2885f4=a59_0x2885();return a59_0x4805=function(_0x4805b0,_0x3f5d4e){_0x4805b0=_0x4805b0-0x1a7;let _0x3892f7=_0x2885f4[_0x4805b0];return _0x3892f7;},a59_0x4805(_0x8fff23,_0x43b726);}const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x24c3a1,_0x17e48d){return _0x31e07d=>{const _0x261863=a59_0x4805;BSTestOpsLogger[_0x261863(0x1b8)]({'level':_0x31e07d[_0x261863(0x1ae)]?_0x31e07d[_0x261863(0x1ae)][_0x261863(0x1b9)]:null,'message':_0x31e07d[_0x261863(0x1a8)]?_0x31e07d[_0x261863(0x1a8)]['join']('\x20'):null});};}exports[a59_0x3e62b4(0x1af)]=(_0x4fab95,_0xcc6e38)=>{const _0x5b9923=a59_0x3e62b4,_0x1f1a6a={'hMUkA':function(_0x76ecff,_0x5c64ef,_0x8d3532){return _0x76ecff(_0x5c64ef,_0x8d3532);}};let _0x5c7d1c=_0xcc6e38[_0x5b9923(0x1b6)];return _0x4fab95[_0x5b9923(0x1a9)]&&(_0x5c7d1c=_0xcc6e38['layout'](_0x4fab95[_0x5b9923(0x1a9)][_0x5b9923(0x1b4)],_0x4fab95[_0x5b9923(0x1a9)])),_0x1f1a6a[_0x5b9923(0x1ad)](BSTestOpsLog4JSAppender,_0x5c7d1c,_0x4fab95[_0x5b9923(0x1aa)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60_0x57b2d5=a60_0x37a4;(function(_0x23eb86,_0x18801e){const _0x23d9f7=a60_0x37a4,_0x51eed0=_0x23eb86();while(!![]){try{const _0x26054a=-parseInt(_0x23d9f7(0x183))/0x1*(-parseInt(_0x23d9f7(0x198))/0x2)+parseInt(_0x23d9f7(0x17c))/0x3*(-parseInt(_0x23d9f7(0x182))/0x4)+-parseInt(_0x23d9f7(0x197))/0x5+parseInt(_0x23d9f7(0x180))/0x6+-parseInt(_0x23d9f7(0x188))/0x7*(parseInt(_0x23d9f7(0x18e))/0x8)+-parseInt(_0x23d9f7(0x191))/0x9+parseInt(_0x23d9f7(0x17e))/0xa;if(_0x26054a===_0x18801e)break;else _0x51eed0['push'](_0x51eed0['shift']());}catch(_0x32be1c){_0x51eed0['push'](_0x51eed0['shift']());}}}(a60_0x5773,0x4e72a));const Transport=require('winston-transport'),{consoleHolder}=require(a60_0x57b2d5(0x18a)),a60_0x1b555c={};a60_0x1b555c[a60_0x57b2d5(0x190)]='INFO',a60_0x1b555c['ERROR']=a60_0x57b2d5(0x18d),a60_0x1b555c['DEBUG']=a60_0x57b2d5(0x18c),a60_0x1b555c[a60_0x57b2d5(0x194)]=a60_0x57b2d5(0x194),a60_0x1b555c[a60_0x57b2d5(0x189)]=a60_0x57b2d5(0x189);const LOG_LEVELS=a60_0x1b555c;class logPatcher extends Transport{constructor(_0x350cdc){super(_0x350cdc);}[a60_0x57b2d5(0x196)]=(_0x587d68=LOG_LEVELS[a60_0x57b2d5(0x190)],_0x25ec79=[''])=>{const _0x100a32=a60_0x57b2d5,_0x51b40f={};_0x51b40f['hzlDi']=_0x100a32(0x185);const _0x283389=_0x51b40f;consoleHolder[_0x587d68[_0x100a32(0x18f)]()](..._0x25ec79),process[_0x100a32(0x181)]('bs:addLog:'+process[_0x100a32(0x18b)],{'timestamp':new Date()[_0x100a32(0x193)](),'level':_0x587d68[_0x100a32(0x184)](),'message':'\x22'+_0x25ec79[_0x100a32(0x187)](',\x20')+'\x22','kind':_0x283389[_0x100a32(0x17f)],'http_response':{}});};[a60_0x57b2d5(0x192)]=(..._0xf44057)=>{const _0x12b74c=a60_0x57b2d5;this[_0x12b74c(0x196)](LOG_LEVELS[_0x12b74c(0x194)],_0xf44057);};['debug']=(..._0xf84176)=>{const _0x4c2b36=a60_0x57b2d5;this[_0x4c2b36(0x196)](LOG_LEVELS['DEBUG'],_0xf84176);};['info']=(..._0x4923e9)=>{const _0x2f6a98=a60_0x57b2d5;this['logToTestOps'](LOG_LEVELS[_0x2f6a98(0x190)],_0x4923e9);};[a60_0x57b2d5(0x186)]=(..._0x468a79)=>{const _0x1a2ba1=a60_0x57b2d5;this['logToTestOps'](LOG_LEVELS[_0x1a2ba1(0x189)],_0x468a79);};[a60_0x57b2d5(0x17d)]=(..._0x526a60)=>{const _0x1afb23=a60_0x57b2d5;this[_0x1afb23(0x196)](LOG_LEVELS[_0x1afb23(0x18d)],_0x526a60);};['log']=(..._0x5aca29)=>{const _0x3dbc74=a60_0x57b2d5;this[_0x3dbc74(0x196)](LOG_LEVELS[_0x3dbc74(0x190)],_0x5aca29);};}function a60_0x37a4(_0x392a99,_0x240598){const _0x5773ca=a60_0x5773();return a60_0x37a4=function(_0x37a45,_0x399e9e){_0x37a45=_0x37a45-0x17c;let _0x2b4c5d=_0x5773ca[_0x37a45];return _0x2b4c5d;},a60_0x37a4(_0x392a99,_0x240598);}function a60_0x5773(){const _0x3e38b8=['toUpperCase','TEST_LOG','warn','join','7DWJvzM','WARN','../../helpers/test-observability/constants','pid','DEBUG','ERROR','3289480NOTUTE','toLowerCase','INFO','4159161MWWoKf','trace','toISOString','TRACE','exports','logToTestOps','973885sPfiiQ','2JWIrki','120eGGJuH','error','8418920tuREto','hzlDi','3766362GIwHBJ','emit','18504ARPNYI','104834zptscf'];a60_0x5773=function(){return _0x3e38b8;};return a60_0x5773();};module[a60_0x57b2d5(0x195)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a61_0x4fdb(_0x9f6da5,_0x2a88bf){const _0x5d3f08=a61_0x5d3f();return a61_0x4fdb=function(_0x4fdb5e,_0x4429c1){_0x4fdb5e=_0x4fdb5e-0x160;let _0x49e955=_0x5d3f08[_0x4fdb5e];return _0x49e955;},a61_0x4fdb(_0x9f6da5,_0x2a88bf);}const a61_0x3b7cc5=a61_0x4fdb;function a61_0x5d3f(){const _0x411cc4=['error','ERROR','toLowerCase','INFO','JQdTe','7666813TFmfnN','../../helpers/test-observability/constants','77395JymDAJ','emit','pid','message','1774053pgPlJs','3018sVKZNu','TEST_LOG','toUpperCase','220GHlbeQ','oOAns','toISOString','xOCBW','9lCWlPt','DEBUG','log','winston-transport','841533fNPTeZ','trace','1426712XsJWPQ','debug','1446780ITOtzg','2IrTeCh','logToTestOps','WARN','object','logged','8890mSWcGz','info'];a61_0x5d3f=function(){return _0x411cc4;};return a61_0x5d3f();}(function(_0x39e02d,_0x5c013f){const _0x199343=a61_0x4fdb,_0x13ff4f=_0x39e02d();while(!![]){try{const _0x498da9=-parseInt(_0x199343(0x177))/0x1+parseInt(_0x199343(0x17c))/0x2*(parseInt(_0x199343(0x16b))/0x3)+-parseInt(_0x199343(0x16f))/0x4*(parseInt(_0x199343(0x167))/0x5)+parseInt(_0x199343(0x16c))/0x6*(parseInt(_0x199343(0x181))/0x7)+parseInt(_0x199343(0x179))/0x8*(parseInt(_0x199343(0x173))/0x9)+parseInt(_0x199343(0x17b))/0xa+parseInt(_0x199343(0x165))/0xb;if(_0x498da9===_0x5c013f)break;else _0x13ff4f['push'](_0x13ff4f['shift']());}catch(_0x193099){_0x13ff4f['push'](_0x13ff4f['shift']());}}}(a61_0x5d3f,0x880e3));const Transport=require(a61_0x3b7cc5(0x176)),{consoleHolder}=require(a61_0x3b7cc5(0x166)),a61_0x2cffcd={};a61_0x2cffcd['INFO']=a61_0x3b7cc5(0x163),a61_0x2cffcd[a61_0x3b7cc5(0x161)]='ERROR',a61_0x2cffcd[a61_0x3b7cc5(0x174)]=a61_0x3b7cc5(0x174),a61_0x2cffcd['TRACE']='TRACE',a61_0x2cffcd['WARN']=a61_0x3b7cc5(0x17e);const LOG_LEVELS=a61_0x2cffcd;class logReportingAPI extends Transport{constructor(_0x3181a2){super(_0x3181a2);}[a61_0x3b7cc5(0x175)](_0x4e4ada,_0x47929d){const _0x3df12c=a61_0x3b7cc5,_0x2e4766={'JQdTe':_0x3df12c(0x180),'PjVve':function(_0x453065,_0x134932){return _0x453065(_0x134932);},'hEhnK':function(_0x3e74b6,_0x6c8f38){return _0x3e74b6===_0x6c8f38;},'iYwfQ':_0x3df12c(0x17f),'xOCBW':function(_0x3bcd15){return _0x3bcd15();}};_0x2e4766['PjVve'](setImmediate,()=>{const _0x15f8ac=_0x3df12c;this['emit'](_0x2e4766[_0x15f8ac(0x164)],_0x4e4ada);}),_0x2e4766['hEhnK'](typeof _0x4e4ada,_0x2e4766['iYwfQ'])?this[_0x3df12c(0x17d)](_0x4e4ada['level']||LOG_LEVELS[_0x3df12c(0x163)],_0x4e4ada[_0x3df12c(0x16a)],![]):this[_0x3df12c(0x17d)](LOG_LEVELS[_0x3df12c(0x163)],_0x4e4ada),_0x47929d&&_0x2e4766[_0x3df12c(0x172)](_0x47929d);}[a61_0x3b7cc5(0x17d)]=(_0x6606ee=LOG_LEVELS[a61_0x3b7cc5(0x163)],_0x2df69c='',_0x5bfc4b=!![])=>{const _0x396b4b=a61_0x3b7cc5,_0x45c72f={};_0x45c72f['oOAns']=_0x396b4b(0x16d);const _0x424ade=_0x45c72f;_0x5bfc4b&&consoleHolder[_0x6606ee[_0x396b4b(0x162)]()](_0x2df69c),process[_0x396b4b(0x168)]('bs:addLog:'+process[_0x396b4b(0x169)],{'timestamp':new Date()[_0x396b4b(0x171)](),'level':_0x6606ee[_0x396b4b(0x16e)](),'message':_0x2df69c,'kind':_0x424ade[_0x396b4b(0x170)],'http_response':{}});};[a61_0x3b7cc5(0x178)]=(_0x55c9bc,_0x3e4fb6)=>{const _0x118ca5=a61_0x3b7cc5;this[_0x118ca5(0x17d)](LOG_LEVELS['TRACE'],_0x55c9bc);};[a61_0x3b7cc5(0x17a)]=(_0x8163ce,_0x43737b)=>{const _0x5c0113=a61_0x3b7cc5;this[_0x5c0113(0x17d)](LOG_LEVELS['DEBUG'],_0x8163ce);};[a61_0x3b7cc5(0x182)]=(_0x547f92,_0x113e3d)=>{const _0x2eb259=a61_0x3b7cc5;this[_0x2eb259(0x17d)](LOG_LEVELS[_0x2eb259(0x163)],_0x547f92);};['warn']=(_0x1ac6f5,_0x596f49)=>{const _0x416009=a61_0x3b7cc5;this[_0x416009(0x17d)](LOG_LEVELS[_0x416009(0x17e)],_0x1ac6f5);};[a61_0x3b7cc5(0x160)]=(_0x11509d,_0x3eb097)=>{const _0x2770e3=a61_0x3b7cc5;this[_0x2770e3(0x17d)](LOG_LEVELS[_0x2770e3(0x161)],_0x11509d);};};module['exports']=logReportingAPI;
|