browserstack-node-sdk 1.55.0 → 1.55.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 +4 -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_0x30de9f=a62_0x1d71;(function(_0xdf99c1,_0x271882){const _0x428cff=a62_0x1d71,_0x1c38b4=_0xdf99c1();while(!![]){try{const _0x22a9e4=parseInt(_0x428cff(0x23b))/0x1+parseInt(_0x428cff(0x1ee))/0x2*(parseInt(_0x428cff(0x25a))/0x3)+parseInt(_0x428cff(0x262))/0x4+-parseInt(_0x428cff(0x1c6))/0x5+-parseInt(_0x428cff(0x1e1))/0x6*(-parseInt(_0x428cff(0x29d))/0x7)+parseInt(_0x428cff(0x236))/0x8+-parseInt(_0x428cff(0x285))/0x9*(parseInt(_0x428cff(0x286))/0xa);if(_0x22a9e4===_0x271882)break;else _0x1c38b4['push'](_0x1c38b4['shift']());}catch(_0x2f11c7){_0x1c38b4['push'](_0x1c38b4['shift']());}}}(a62_0x4039,0x25de5));const a62_0x2a011a={};a62_0x2a011a[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x21d),a62_0x2a011a[a62_0x30de9f(0x234)]=a62_0x30de9f(0x206);const a62_0x540c19={};a62_0x540c19[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x20c);function a62_0x4039(){const _0x16c887=['https://edsstaging.bsstag.com','turboScaleOptions','NEWMAN','hub-apse-only.browserstack.com','PLAYWRIGHT','codeceptjs-cucumber','self\x20signed\x20certificate','ERR_CONNECTION_REFUSED','exports','https://tcg.browserstack.com','TCG_AUTH_TIMEOUT','BROWSERSTACK_ENV','percyOptions','O11Y_URL','REDACTED_KEYS','framework','ERR_TUNNEL_CONNECTION_FAILED','OBSERVABILITY_SUPPORTED_FWS','DEPTH_ZERO_SELF_SIGNED_CERT','https://observability-devtestops.bsstag.com','ERR_FAILED','SSL_ERROR_MESSAGES','CODECEPT','staging','FUNNEL_INSTRUMENTATION_API_URL','VANILLA','httpProxy','playwright','3kfjQEQ','ERR_TIMED_OUT','PLAYWRIGHT_HUB_URL','ROOT_REGEX','ETXTBSY','bsstag.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','chromeOptions','1222524lQXuoQ','SET_TCG_TOKEN_TIMEOUT','ERR_CONNECTION_RESET','testOrchestrationOptions','.ipa','APP_UPLOAD_URL','use','cucumber','wss://cdp.browserstack.com/puppeteer?caps=','SDKTestTcgtInitSuccessful','ERR_NAME_NOT_RESOLVED','INFO','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','.apk','CI_ARTIFACTS_PATH','SDK-GEN-001','commonjs','proxyUrl','VERSION','./browserstack-artifacts/','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','wss://cdp-preprod.bsstag.com/puppeteer?caps=','POLL_HEALING_RESULT_TIMEOUT','/usage-debug.log','mandatoryDependency','proxyPass','wss://cdp-devtestops.bsstag.com/playwright?caps=','automate','[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.','automation','jest','pageLoadStrategy','CLIENT_TROUBLESHOOTING_HASH','edgeOptions','certificate\x20has\x20expired','76617lwOyCT','790IbfFGv','ERR_ADDRESS_INVALID','https://api-cloud.browserstack.com','proxySettings','browserName','SHAREABLE_ID_REGEX','BROWSERSTACK','browserstack','wss://cdp.browserstack.com/playwright?caps=','UPGRADE_REQUIRED','VALID_APP_EXTENSION','proxyPassword','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','invalidKeys','BSTACK_ATS_URL','TCG_AUTH_FAILURE','proxyUser','SELF_SIGNED_CERT_IN_CHAIN','sdk/v1/update_cli','hubUrl','INTEGRATIONS','/usage.log','ieOptions','101017MGGRJM','AI_INIT_SUCCESSFUL','Mocha','CONNECTIVITY_ISSUE_ERROR_CODES','BROWSERSTACK_API_URL','acceptSslCert','customVariables','https://api.browserstack.com','prod','BROWSERSTACK_APP_AUTOMATE_URL','Run\x20nightwatch\x20tests\x20on\x20browserstack','https://api-cloud-devtestops.bsstag.com','unhandledPromptBehavior','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','AUTOMATE_PRODUCTS','HEALING_LOG_DATA_TIMEOUT','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','Upgrade\x20required','A11Y_SCAN','stag','PUPPETEER','sdk/v1/event','https://apidevtestops.bsstag.com','uniqueDependency','CODECEPTJS','testObservabilityOptions','sdk-cli-debug.log','Jest','DEBUG_LOG_FILE_NAME','A11Y_GET_RESULTS_SUMMARY','GLOBAL_AGENT_HTTP_PROXY','SPAWN_RETRY_DELAY_MS','module','browserstack-ats.com','EDS_URL','testReportingOptions','TCG_REGION','Run\x20mocha\x20tests\x20on\x20browserstack','https://upload-observability-preprod.bsstag.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_CONNECTION_FAILED','346385HKxJZK','accessKey','SDK_INSTRUMENTATION_CONFIG','default','https://tcg-preprod.bsstag.com','HST','testReporting','vanilla','https://automation.browserstack.com','A11Y_GET_RESULTS','CUCUMBER','percy','ERR_ADDRESS_UNREACHABLE','logLevel','testObservability','OBSERVABILITY_UPLOAD_URL','browserstack.userName','accessibility','ERR_CONNECTION_TIMED_OUT','https://automate-preprod.bsstag.com/dashboard/v2/builds/','hub-us-only.browserstack.com','A11Y_SAVE_RESULTS','AUTOLOGCAPTURE_NOTIFICATION','NIGHTWATCH','httpsProxy','LOG_FILE_NAME','https://hub.browserstack.com/wd/hub','24lctHZK','https://hub-preprod.bsstag.com/wd/hub','AUTOMATION_LOG_COMMANDS','timeouts','12|10|5|8|9|13|6|7|4|11|1|0|3|2','Run\x20js\x20tests\x20on\x20browserstack','ERR_TLS_CERT_ALTNAME_INVALID','accessibilityOptions','browserstack.overridelocalInfo.userAuthToken','hub-use-only.browserstack.com','testContextOptions','UNABLE_TO_VERIFY_LEAF_SIGNATURE','PRIVATE_DOMAIN_OR_IP_REGEX','581222UUuWql','PLAYWRIGHT_CONFIG_OPTION_ERRORS','pre-prod','localProxyPass','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','preprod','codeceptjs','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BSTACK_URL','AUTOMATE','turboScale','TCG_URL','acceptSslCerts','unable\x20to\x20verify\x20the\x20first\x20certificate','https://automate.browserstack.com/dashboard/v2/builds/','https://api-preprod.bsstag.com','Playwright','browserStackLocalOptions','BROWSERSTACK_AUTOMATE_URL','strictFileInteractability','acceptInsecureCerts','Cucumber-JS','https://eds.browserstack.com','SDKTestTcgAuthFailure','Specify\x20--help\x20for\x20available\x20options','CERT_HAS_EXPIRED','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','TEST_FRAMEWORK_HOOK_TIMEOUT','TEST\x20REPORTING\x20AND\x20ANALYTICS','PLAYWRIGHT_TRACE_LOGS','Run\x20jest\x20tests\x20on\x20browserstack','Run\x20playwright\x20tests\x20on\x20Browserstack','browserstackAutomation','CODECEPT_CUCUMBER','PUPPETEER_HUB_URL','bsstag','ERR_NAME_RESOLUTION_FAILED','AI_INIT_FAILURE','ERR_SOCKS_CONNECTION_FAILED','6|2|7|5|12|9|1|11|3|4|10|8|0|13','UPDATED_CLI_ENDPOINT','APP_AUTOMATE','GLOBAL_AGENT_NO_PROXY','platforms','HUB_URL_REGEX','browserVersion','SSL_ERROR_CODES','shows\x20version\x20information','puppeteer','rerunTests','parallelsPerPlatform','observability','https://upload-observability.browserstack.com','INTERNALLY_USED_ENV_VARS','mocha','unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_BLOCKED_BY_CLIENT','env','browserstackLocal','^[a-zA-Z0-9_.-]*$','userName','CLI_SUPPORTED_FRAMEWORKS','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','BSTACK_DELTA','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','localOptions','JEST','app-automate','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','browserstack.user','HELP','disableAutoCaptureLogs','709952szUyrz','INVALID_INIT_RESP_WITH_USER_IMPACT','MOCHA','percyCaptureMode','TEST_REPORTING_ANALYTICS','154203hKAsgv','hub-aps-only.browserstack.com','split'];a62_0x4039=function(){return _0x16c887;};return a62_0x4039();}const a62_0x1cd70a={};a62_0x1cd70a[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x1c2);const a62_0x500345={};a62_0x500345[a62_0x30de9f(0x26d)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a62_0x5ea7e3={};a62_0x5ea7e3['INFO']=a62_0x30de9f(0x1e6);const a62_0xb9f373={};a62_0xb9f373[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x2a7);const a62_0x2bc150={};a62_0x2bc150[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x20d);const a62_0x21d5f3={};a62_0x21d5f3['INFO']=a62_0x30de9f(0x26e);const a62_0x5168d1={};a62_0x5168d1[a62_0x30de9f(0x26d)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a62_0x3a2cbb={};a62_0x3a2cbb[a62_0x30de9f(0x26d)]=a62_0x30de9f(0x22c);const a62_0x2f57dc={};a62_0x2f57dc[a62_0x30de9f(0x26d)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a62_0x345709={};a62_0x345709[a62_0x30de9f(0x26d)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a62_0x52e5d9={};a62_0x52e5d9[a62_0x30de9f(0x242)]='Playwright',a62_0x52e5d9['MOCHA']='mocha',a62_0x52e5d9[a62_0x30de9f(0x230)]='jest',a62_0x52e5d9[a62_0x30de9f(0x254)]=a62_0x30de9f(0x1f4),a62_0x52e5d9[a62_0x30de9f(0x20f)]=a62_0x30de9f(0x243),a62_0x52e5d9[a62_0x30de9f(0x1d0)]=a62_0x30de9f(0x269),a62_0x52e5d9[a62_0x30de9f(0x257)]=a62_0x30de9f(0x1cd),a62_0x52e5d9[a62_0x30de9f(0x1b1)]=a62_0x30de9f(0x21e),a62_0x52e5d9[a62_0x30de9f(0x240)]='newman';const a62_0x312843={};a62_0x312843[a62_0x30de9f(0x293)]=a62_0x30de9f(0x1f2),a62_0x312843[a62_0x30de9f(0x1b4)]=a62_0x30de9f(0x22e),a62_0x312843[a62_0x30de9f(0x27a)]=a62_0x30de9f(0x292),a62_0x312843['invalidTestInputType']=a62_0x30de9f(0x2ad);const a62_0x383e99={};a62_0x383e99['COMMONJS']=a62_0x30de9f(0x272),a62_0x383e99['MODULE']=a62_0x30de9f(0x1bd);const a62_0x36c1c9={};a62_0x36c1c9[a62_0x30de9f(0x29f)]=0xfde8,a62_0x36c1c9[a62_0x30de9f(0x203)]=0xfde8,a62_0x36c1c9[a62_0x30de9f(0x1b8)]=0x186a0;const a62_0x205231={};a62_0x205231['root']=[a62_0x30de9f(0x22a),a62_0x30de9f(0x1c7),a62_0x30de9f(0x1d6),'browserstack.accessKey',a62_0x30de9f(0x233),'browserstack.key','password','user_data',a62_0x30de9f(0x258),a62_0x30de9f(0x1de),a62_0x30de9f(0x2a3),a62_0x30de9f(0x291),'authToken',a62_0x30de9f(0x273),a62_0x30de9f(0x1e9)],a62_0x205231[a62_0x30de9f(0x1ff)]=[a62_0x30de9f(0x296),a62_0x30de9f(0x27b),'localProxyUser',a62_0x30de9f(0x1f1)];const a62_0x13e7e1={};a62_0x13e7e1[a62_0x30de9f(0x228)]=a62_0x30de9f(0x228),a62_0x13e7e1[a62_0x30de9f(0x1ff)]=a62_0x30de9f(0x1ff),a62_0x13e7e1[a62_0x30de9f(0x22f)]=a62_0x30de9f(0x1ff),a62_0x13e7e1[a62_0x30de9f(0x220)]=a62_0x30de9f(0x220),a62_0x13e7e1[a62_0x30de9f(0x219)]=a62_0x30de9f(0x219),a62_0x13e7e1[a62_0x30de9f(0x1d3)]='logLevel',a62_0x13e7e1[a62_0x30de9f(0x258)]=a62_0x30de9f(0x258),a62_0x13e7e1['httpsProxy']=a62_0x30de9f(0x1de),a62_0x13e7e1[a62_0x30de9f(0x24d)]=a62_0x30de9f(0x24d),a62_0x13e7e1['testContextOptions']=a62_0x30de9f(0x1eb),a62_0x13e7e1[a62_0x30de9f(0x1d4)]=a62_0x30de9f(0x1d4),a62_0x13e7e1[a62_0x30de9f(0x1cc)]=a62_0x30de9f(0x1cc),a62_0x13e7e1[a62_0x30de9f(0x1b6)]=a62_0x30de9f(0x1b6),a62_0x13e7e1[a62_0x30de9f(0x1c0)]=a62_0x30de9f(0x1c0),a62_0x13e7e1[a62_0x30de9f(0x2a3)]=a62_0x30de9f(0x2a3),a62_0x13e7e1[a62_0x30de9f(0x27f)]=a62_0x30de9f(0x20e),a62_0x13e7e1[a62_0x30de9f(0x20e)]=a62_0x30de9f(0x20e),a62_0x13e7e1[a62_0x30de9f(0x21f)]=a62_0x30de9f(0x21f),a62_0x13e7e1[a62_0x30de9f(0x1d1)]=a62_0x30de9f(0x1d1),a62_0x13e7e1[a62_0x30de9f(0x24a)]='percyOptions',a62_0x13e7e1[a62_0x30de9f(0x239)]=a62_0x30de9f(0x239),a62_0x13e7e1[a62_0x30de9f(0x235)]='disableAutoCaptureLogs',a62_0x13e7e1[a62_0x30de9f(0x1d7)]=a62_0x30de9f(0x1d7),a62_0x13e7e1[a62_0x30de9f(0x1e8)]=a62_0x30de9f(0x1e8),a62_0x13e7e1['turboScale']=a62_0x30de9f(0x1f8),a62_0x13e7e1[a62_0x30de9f(0x23f)]=a62_0x30de9f(0x23f),a62_0x13e7e1[a62_0x30de9f(0x289)]=a62_0x30de9f(0x289),a62_0x13e7e1[a62_0x30de9f(0x265)]='testOrchestrationOptions';const a62_0x5569d1={};a62_0x5569d1[a62_0x30de9f(0x1c9)]='hub.browserstack.com',a62_0x5569d1['us-east']=a62_0x30de9f(0x1ea),a62_0x5569d1['us']=a62_0x30de9f(0x1da),a62_0x5569d1['eu']='hub-eu-only.browserstack.com',a62_0x5569d1['in']=a62_0x30de9f(0x23c),a62_0x5569d1['au']=a62_0x30de9f(0x241);const a62_0x4cf335={};a62_0x4cf335['.browserstack\x20folder\x20not\x20accessible']=[a62_0x30de9f(0x271),a62_0x30de9f(0x27e)];const a62_0x28fa9f={};a62_0x28fa9f[a62_0x30de9f(0x274)]=a62_0x2a011a,a62_0x28fa9f[a62_0x30de9f(0x230)]=a62_0x540c19,a62_0x28fa9f[a62_0x30de9f(0x238)]=a62_0x1cd70a,a62_0x28fa9f['CUCUMBER']=a62_0x500345,a62_0x28fa9f[a62_0x30de9f(0x257)]=a62_0x5ea7e3,a62_0x28fa9f[a62_0x30de9f(0x1dd)]=a62_0xb9f373,a62_0x28fa9f[a62_0x30de9f(0x242)]=a62_0x2bc150,a62_0x28fa9f[a62_0x30de9f(0x1b1)]=a62_0x21d5f3,a62_0x28fa9f[a62_0x30de9f(0x1b5)]=a62_0x5168d1,a62_0x28fa9f['NEWMAN']=a62_0x3a2cbb,a62_0x28fa9f[a62_0x30de9f(0x1cb)]=a62_0x2f57dc,a62_0x28fa9f[a62_0x30de9f(0x29a)]=a62_0x345709,a62_0x28fa9f[a62_0x30de9f(0x22d)]=0xf*0x3c*0x3e8,a62_0x28fa9f[a62_0x30de9f(0x299)]=a62_0x30de9f(0x1e0),a62_0x28fa9f[a62_0x30de9f(0x1f9)]=a62_0x30de9f(0x247),a62_0x28fa9f[a62_0x30de9f(0x1c1)]=a62_0x30de9f(0x268),a62_0x28fa9f[a62_0x30de9f(0x21a)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a62_0x28fa9f['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a62_0x28fa9f['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a62_0x28fa9f['ROOT_CAPS']=[a62_0x30de9f(0x202),a62_0x30de9f(0x281),a62_0x30de9f(0x201),a62_0x30de9f(0x2a9),a62_0x30de9f(0x1e4),a62_0x30de9f(0x28a),a62_0x30de9f(0x21b),a62_0x30de9f(0x1fa),a62_0x30de9f(0x2a2),a62_0x30de9f(0x261),'firefoxOptions',a62_0x30de9f(0x283),a62_0x30de9f(0x29c)],a62_0x28fa9f[a62_0x30de9f(0x25d)]=/^[\w-]+:.*$/,a62_0x28fa9f[a62_0x30de9f(0x1ed)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a62_0x28fa9f[a62_0x30de9f(0x1bf)]=a62_0x30de9f(0x204),a62_0x28fa9f[a62_0x30de9f(0x2a1)]=a62_0x30de9f(0x2a4),a62_0x28fa9f[a62_0x30de9f(0x267)]=a62_0x30de9f(0x288),a62_0x28fa9f[a62_0x30de9f(0x216)]=a62_0x30de9f(0x298),a62_0x28fa9f[a62_0x30de9f(0x256)]=a62_0x30de9f(0x1b2),a62_0x28fa9f[a62_0x30de9f(0x2ab)]=[a62_0x30de9f(0x27d),'observability'],a62_0x28fa9f['APP_AUTOMATE_PRODUCTS']=[a62_0x30de9f(0x231),a62_0x30de9f(0x221)],a62_0x28fa9f['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a62_0x28fa9f[a62_0x30de9f(0x1d5)]=a62_0x30de9f(0x222),a62_0x28fa9f[a62_0x30de9f(0x24f)]=[a62_0x30de9f(0x224),a62_0x30de9f(0x1fe)],a62_0x28fa9f[a62_0x30de9f(0x1f7)]=[a62_0x30de9f(0x27d)],a62_0x28fa9f[a62_0x30de9f(0x200)]=a62_0x30de9f(0x1fc),a62_0x28fa9f[a62_0x30de9f(0x2a6)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a62_0x28fa9f[a62_0x30de9f(0x217)]=['app-automate'],a62_0x28fa9f['NUDGE_LOCAL_ERRORS']=[a62_0x30de9f(0x252),a62_0x30de9f(0x25b),a62_0x30de9f(0x226),'ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a62_0x30de9f(0x264),a62_0x30de9f(0x245),'ERR_CONNECTION_ABORTED',a62_0x30de9f(0x1c5),a62_0x30de9f(0x26c),a62_0x30de9f(0x287),a62_0x30de9f(0x1d2),a62_0x30de9f(0x24e),a62_0x30de9f(0x1d8),a62_0x30de9f(0x214),a62_0x30de9f(0x1c4),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a62_0x30de9f(0x212),a62_0x30de9f(0x1f5)],a62_0x28fa9f[a62_0x30de9f(0x290)]=[a62_0x30de9f(0x26f),'.aab',a62_0x30de9f(0x266)],a62_0x28fa9f['CUSTOM_ID_REGEX']=a62_0x30de9f(0x229),a62_0x28fa9f[a62_0x30de9f(0x28b)]=a62_0x30de9f(0x260),a62_0x28fa9f[a62_0x30de9f(0x270)]=a62_0x30de9f(0x275),a62_0x28fa9f[a62_0x30de9f(0x25c)]=a62_0x30de9f(0x28e),a62_0x28fa9f[a62_0x30de9f(0x210)]=a62_0x30de9f(0x26a),a62_0x28fa9f['FRAMEWORKS']=a62_0x52e5d9,a62_0x28fa9f['PERCY_SUPPORTED_FRAMEWORKS']=[a62_0x30de9f(0x280),a62_0x30de9f(0x224)],a62_0x28fa9f[a62_0x30de9f(0x1ef)]=a62_0x312843,a62_0x28fa9f[a62_0x30de9f(0x1dc)]=a62_0x30de9f(0x2aa),a62_0x28fa9f['PACKAGE_TYPE']=a62_0x383e99,a62_0x28fa9f['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a62_0x28fa9f['GIT_META_DATA_TRUNCATED']='...[TRUNCATED]',a62_0x28fa9f[a62_0x30de9f(0x28f)]=a62_0x30de9f(0x2ae),a62_0x28fa9f['TCG_DOWN']='SDKTestTcgDownResponse',a62_0x28fa9f[a62_0x30de9f(0x237)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a62_0x28fa9f[a62_0x30de9f(0x295)]=a62_0x30de9f(0x205),a62_0x28fa9f[a62_0x30de9f(0x29e)]=a62_0x30de9f(0x26b),a62_0x28fa9f[a62_0x30de9f(0x213)]='SDKTestInitFailedResponse',a62_0x28fa9f['AI_PROXY_FAILURE']='SDKTestTcgProxyFailure',a62_0x28fa9f[a62_0x30de9f(0x248)]=0x1388,a62_0x28fa9f[a62_0x30de9f(0x263)]=0x1388,a62_0x28fa9f[a62_0x30de9f(0x2ac)]=0x1388,a62_0x28fa9f['HEALING_FAILURE_TIMEOUT']=0x1388,a62_0x28fa9f[a62_0x30de9f(0x278)]=0xc350,a62_0x28fa9f[a62_0x30de9f(0x209)]=a62_0x36c1c9,a62_0x28fa9f[a62_0x30de9f(0x24c)]=a62_0x205231,a62_0x28fa9f['AI_ENABLED_FRAMEWORK']=[a62_0x30de9f(0x1cd),a62_0x30de9f(0x1f4)],a62_0x28fa9f[a62_0x30de9f(0x1c8)]=a62_0x13e7e1,a62_0x28fa9f[a62_0x30de9f(0x1df)]=a62_0x30de9f(0x29b),a62_0x28fa9f[a62_0x30de9f(0x1b9)]=a62_0x30de9f(0x279),a62_0x28fa9f['DEBUG_CLI_LOG_FILE_NAME']=a62_0x30de9f(0x1b7),a62_0x28fa9f[a62_0x30de9f(0x1f6)]='browserstack.com',a62_0x28fa9f[a62_0x30de9f(0x294)]=a62_0x30de9f(0x1be),a62_0x28fa9f['O11Y_URL']=a62_0x30de9f(0x1ce),a62_0x28fa9f[a62_0x30de9f(0x23a)]=a62_0x30de9f(0x20a),a62_0x28fa9f[a62_0x30de9f(0x28c)]=a62_0x30de9f(0x28d),a62_0x28fa9f[a62_0x30de9f(0x22b)]=[a62_0x30de9f(0x259),a62_0x30de9f(0x269),'jest',a62_0x30de9f(0x21e),'newman'],a62_0x28fa9f[a62_0x30de9f(0x1e3)]=[a62_0x30de9f(0x1af),a62_0x30de9f(0x1ba),a62_0x30de9f(0x1cf),a62_0x30de9f(0x1db),'percyScreenshot','ObservabilitySync'],a62_0x28fa9f[a62_0x30de9f(0x20b)]=a62_0x30de9f(0x20b),a62_0x28fa9f['HUB_URL_MAP']=a62_0x5569d1,a62_0x28fa9f[a62_0x30de9f(0x253)]=[a62_0x30de9f(0x244),a62_0x30de9f(0x1fb),a62_0x30de9f(0x284),a62_0x30de9f(0x225),'ERR_TLS_CERT_ALTNAME_INVALID',a62_0x30de9f(0x250)],a62_0x28fa9f[a62_0x30de9f(0x21c)]=[a62_0x30de9f(0x297),'DEPTH_ZERO_SELF_SIGNED_CERT',a62_0x30de9f(0x1ec),a62_0x30de9f(0x207),a62_0x30de9f(0x1e7),a62_0x30de9f(0x208)],a62_0x28fa9f[a62_0x30de9f(0x2a0)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a62_0x28fa9f[a62_0x30de9f(0x282)]=a62_0x4cf335,a62_0x28fa9f[a62_0x30de9f(0x223)]=[a62_0x30de9f(0x1bb),a62_0x30de9f(0x218),'USER_CONFIG_DETAILS_PATH'],a62_0x28fa9f['BINARY_BUSY_ERROR_CODES']=[a62_0x30de9f(0x25e),'EBUSY'],a62_0x28fa9f['MAX_SPAWN_RETRIES']=0x3,a62_0x28fa9f[a62_0x30de9f(0x1bc)]=0x3e8,module[a62_0x30de9f(0x246)]=a62_0x28fa9f;function a62_0x1d71(_0x26e33d,_0x379046){const _0x4039ac=a62_0x4039();return a62_0x1d71=function(_0x1d71d6,_0x7205eb){_0x1d71d6=_0x1d71d6-0x1af;let _0x5a2f46=_0x4039ac[_0x1d71d6];return _0x5a2f46;},a62_0x1d71(_0x26e33d,_0x379046);}const _env=(process[a62_0x30de9f(0x227)][a62_0x30de9f(0x249)]||a62_0x30de9f(0x2a5))['toLowerCase']();if(_env===a62_0x30de9f(0x255)||_env===a62_0x30de9f(0x1b0)){const jShEzh=a62_0x30de9f(0x215)[a62_0x30de9f(0x23d)]('|');let aFHLpw=0x0;while(!![]){switch(jShEzh[aFHLpw++]){case'0':module['exports']['EDS_URL']=a62_0x30de9f(0x23e);continue;case'1':module[a62_0x30de9f(0x246)]['APP_UPLOAD_URL']=a62_0x30de9f(0x2a8);continue;case'2':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x2a1)]=a62_0x30de9f(0x1b3);continue;case'3':module['exports'][a62_0x30de9f(0x210)]='wss://cdp-devtestops.bsstag.com/puppeteer?caps=';continue;case'4':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1f6)]='bsstag.com';continue;case'5':module['exports'][a62_0x30de9f(0x21a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x299)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'7':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1f9)]='https://tcg.bsstag.com';continue;case'8':module[a62_0x30de9f(0x246)]['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'9':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x2a6)]=a62_0x30de9f(0x276);continue;case'10':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x24b)]=a62_0x30de9f(0x251);continue;case'11':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x25c)]=a62_0x30de9f(0x27c);continue;case'12':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a62_0x30de9f(0x232);continue;case'13':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x28c)]=a62_0x30de9f(0x211);continue;}break;}}else{if(_env===a62_0x30de9f(0x1f3)||_env===a62_0x30de9f(0x1f0)){const LxslLf=a62_0x30de9f(0x1e5)[a62_0x30de9f(0x23d)]('|');let AJGMVC=0x0;while(!![]){switch(LxslLf[AJGMVC++]){case'0':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1d5)]=a62_0x30de9f(0x1c3);continue;case'1':module['exports'][a62_0x30de9f(0x24b)]='https://automation-preprod.bsstag.com';continue;case'2':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x28c)]='bsstag';continue;case'3':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1bf)]=a62_0x30de9f(0x23e);continue;case'4':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x210)]=a62_0x30de9f(0x277);continue;case'5':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1f9)]=a62_0x30de9f(0x1ca);continue;case'6':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x267)]='https://api-preprod.bsstag.com';continue;case'7':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x25c)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module['exports'][a62_0x30de9f(0x21a)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module[a62_0x30de9f(0x246)]['BROWSERSTACK_AUTOMATE_URL']=a62_0x30de9f(0x1d9);continue;case'10':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x2a1)]=a62_0x30de9f(0x1fd);continue;case'11':module[a62_0x30de9f(0x246)][a62_0x30de9f(0x1f6)]=a62_0x30de9f(0x25f);continue;case'12':module['exports'][a62_0x30de9f(0x299)]=a62_0x30de9f(0x1e2);continue;case'13':module[a62_0x30de9f(0x246)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
|
|
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 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a63_0x1f37(){const _0x48cbce=['configure','44214UIEDts','52rUpTbr','log','./logReportingAPI','2YBaABG','1132427TPdjHJ','join','264737FvOQaR','273804nvaDGt','level','550qWaQdY','5634tXQspc','levelStr','784fNjltS','259220AgPEmG','layout','kKmUZ','4079601mCiTsT','12200YLgRYA','data','52zcxWLI'];a63_0x1f37=function(){return _0x48cbce;};return a63_0x1f37();}const a63_0x53b7e2=a63_0x4302;(function(_0x17200c,_0x29a2c0){const _0x447b54=a63_0x4302,_0x4ce82d=_0x17200c();while(!![]){try{const _0x48a181=-parseInt(_0x447b54(0x76))/0x1*(parseInt(_0x447b54(0x75))/0x2)+parseInt(_0x447b54(0x82))/0x3+-parseInt(_0x447b54(0x6f))/0x4*(parseInt(_0x447b54(0x7f))/0x5)+parseInt(_0x447b54(0x71))/0x6*(-parseInt(_0x447b54(0x7e))/0x7)+parseInt(_0x447b54(0x83))/0x8*(parseInt(_0x447b54(0x7c))/0x9)+parseInt(_0x447b54(0x7b))/0xa*(parseInt(_0x447b54(0x78))/0xb)+-parseInt(_0x447b54(0x79))/0xc*(parseInt(_0x447b54(0x72))/0xd);if(_0x48a181===_0x29a2c0)break;else _0x4ce82d['push'](_0x4ce82d['shift']());}catch(_0x44ed2a){_0x4ce82d['push'](_0x4ce82d['shift']());}}}(a63_0x1f37,0xdf707));const logReportingAPI=require(a63_0x53b7e2(0x74)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x13685e,_0x1517db){return _0x4c7245=>{const _0x535597=a63_0x4302;BSTestOpsLogger[_0x535597(0x73)]({'level':_0x4c7245[_0x535597(0x7a)]?_0x4c7245[_0x535597(0x7a)][_0x535597(0x7d)]:null,'message':_0x4c7245[_0x535597(0x84)]?_0x4c7245[_0x535597(0x84)][_0x535597(0x77)]('\x20'):null});};}function a63_0x4302(_0x584e77,_0x4b437a){const _0x1f3783=a63_0x1f37();return a63_0x4302=function(_0x430293,_0x40fd4a){_0x430293=_0x430293-0x6f;let _0x38d4c0=_0x1f3783[_0x430293];return _0x38d4c0;},a63_0x4302(_0x584e77,_0x4b437a);}exports[a63_0x53b7e2(0x70)]=(_0x404994,_0x1bac75)=>{const _0x2696d7=a63_0x53b7e2,_0x41ed9e={'kKmUZ':function(_0x28a3e0,_0x144a6c,_0x136bc4){return _0x28a3e0(_0x144a6c,_0x136bc4);}};let _0x5265ee=_0x1bac75['colouredLayout'];return _0x404994['layout']&&(_0x5265ee=_0x1bac75[_0x2696d7(0x80)](_0x404994['layout']['type'],_0x404994[_0x2696d7(0x80)])),_0x41ed9e[_0x2696d7(0x81)](BSTestOpsLog4JSAppender,_0x5265ee,_0x404994['timezoneOffset']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x1e5c17=a64_0x2c84;function a64_0x2c84(_0x3a3e59,_0x12614c){const _0x56a235=a64_0x56a2();return a64_0x2c84=function(_0x2c84a9,_0x26eda2){_0x2c84a9=_0x2c84a9-0xb0;let _0x435139=_0x56a235[_0x2c84a9];return _0x435139;},a64_0x2c84(_0x3a3e59,_0x12614c);}(function(_0x327db9,_0x3ea3d){const _0xbc41e5=a64_0x2c84,_0x4b02b7=_0x327db9();while(!![]){try{const _0x5180e0=-parseInt(_0xbc41e5(0xbe))/0x1+parseInt(_0xbc41e5(0xb2))/0x2*(-parseInt(_0xbc41e5(0xba))/0x3)+-parseInt(_0xbc41e5(0xd0))/0x4*(-parseInt(_0xbc41e5(0xb4))/0x5)+-parseInt(_0xbc41e5(0xc4))/0x6*(-parseInt(_0xbc41e5(0xd1))/0x7)+-parseInt(_0xbc41e5(0xcc))/0x8*(parseInt(_0xbc41e5(0xc2))/0x9)+parseInt(_0xbc41e5(0xca))/0xa*(parseInt(_0xbc41e5(0xc8))/0xb)+-parseInt(_0xbc41e5(0xc6))/0xc*(-parseInt(_0xbc41e5(0xc1))/0xd);if(_0x5180e0===_0x3ea3d)break;else _0x4b02b7['push'](_0x4b02b7['shift']());}catch(_0x304a74){_0x4b02b7['push'](_0x4b02b7['shift']());}}}(a64_0x56a2,0xd9305));const Transport=require(a64_0x1e5c17(0xc3)),{consoleHolder}=require(a64_0x1e5c17(0xbd)),a64_0x2d0cfc={};a64_0x2d0cfc[a64_0x1e5c17(0xb9)]=a64_0x1e5c17(0xb9),a64_0x2d0cfc['ERROR']=a64_0x1e5c17(0xcb),a64_0x2d0cfc[a64_0x1e5c17(0xc0)]=a64_0x1e5c17(0xc0),a64_0x2d0cfc[a64_0x1e5c17(0xbc)]='TRACE',a64_0x2d0cfc[a64_0x1e5c17(0xb8)]=a64_0x1e5c17(0xb8);const LOG_LEVELS=a64_0x2d0cfc;class logPatcher extends Transport{constructor(_0x2b6482){super(_0x2b6482);}[a64_0x1e5c17(0xb0)]=(_0x469fc5=LOG_LEVELS[a64_0x1e5c17(0xb9)],_0x8abeaf=[''])=>{const _0x185014=a64_0x1e5c17,_0x24ed1f={};_0x24ed1f[_0x185014(0xbf)]=_0x185014(0xd2);const _0x5f3b71=_0x24ed1f;consoleHolder[_0x469fc5[_0x185014(0xc5)]()](..._0x8abeaf),process[_0x185014(0xb5)](_0x185014(0xc9)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x469fc5[_0x185014(0xbb)](),'message':'\x22'+_0x8abeaf[_0x185014(0xb6)](',\x20')+'\x22','kind':_0x5f3b71['bXyyz'],'http_response':{}});};[a64_0x1e5c17(0xb7)]=(..._0x17e1af)=>{const _0xd82ace=a64_0x1e5c17;this['logToTestOps'](LOG_LEVELS[_0xd82ace(0xbc)],_0x17e1af);};[a64_0x1e5c17(0xcf)]=(..._0x15e47b)=>{const _0x4b4baf=a64_0x1e5c17;this[_0x4b4baf(0xb0)](LOG_LEVELS[_0x4b4baf(0xc0)],_0x15e47b);};[a64_0x1e5c17(0xce)]=(..._0x14ed4e)=>{const _0x49cc21=a64_0x1e5c17;this[_0x49cc21(0xb0)](LOG_LEVELS[_0x49cc21(0xb9)],_0x14ed4e);};[a64_0x1e5c17(0xcd)]=(..._0x166096)=>{const _0x1c70dd=a64_0x1e5c17;this[_0x1c70dd(0xb0)](LOG_LEVELS[_0x1c70dd(0xb8)],_0x166096);};[a64_0x1e5c17(0xb3)]=(..._0x89c5a3)=>{const _0x1ed4d4=a64_0x1e5c17;this[_0x1ed4d4(0xb0)](LOG_LEVELS[_0x1ed4d4(0xcb)],_0x89c5a3);};[a64_0x1e5c17(0xb1)]=(..._0x41b434)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x41b434);};}function a64_0x56a2(){const _0x290f3d=['INFO','132537EVHszh','toUpperCase','TRACE','../../helpers/test-observability/constants','1365614GtVVVQ','bXyyz','DEBUG','13Lnreky','93078YrXJrm','winston-transport','5358wSwXVN','toLowerCase','27638484MFXxyD','exports','13255etAXkh','bs:addLog:','730pvVOHi','ERROR','1184TAKPmo','warn','info','debug','842892CFpbTN','10479gncuBt','TEST_LOG','logToTestOps','log','26atdhYJ','error','15YmHyLA','emit','join','trace','WARN'];a64_0x56a2=function(){return _0x290f3d;};return a64_0x56a2();};module[a64_0x1e5c17(0xc7)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65_0x4f025c=a65_0x4d55;(function(_0x141555,_0x20a728){const _0x199827=a65_0x4d55,_0x48a52e=_0x141555();while(!![]){try{const _0x4d5e1e=-parseInt(_0x199827(0x110))/0x1+-parseInt(_0x199827(0x101))/0x2+parseInt(_0x199827(0x10d))/0x3*(parseInt(_0x199827(0x114))/0x4)+-parseInt(_0x199827(0x113))/0x5+parseInt(_0x199827(0x117))/0x6+-parseInt(_0x199827(0x108))/0x7*(-parseInt(_0x199827(0xfb))/0x8)+-parseInt(_0x199827(0x109))/0x9*(-parseInt(_0x199827(0xf8))/0xa);if(_0x4d5e1e===_0x20a728)break;else _0x48a52e['push'](_0x48a52e['shift']());}catch(_0xf50373){_0x48a52e['push'](_0x48a52e['shift']());}}}(a65_0x3796,0xaa90f));const Transport=require('winston-transport'),{consoleHolder}=require(a65_0x4f025c(0xfd)),a65_0x4644c5={};a65_0x4644c5[a65_0x4f025c(0x105)]=a65_0x4f025c(0x105),a65_0x4644c5[a65_0x4f025c(0xfe)]=a65_0x4f025c(0xfe),a65_0x4644c5[a65_0x4f025c(0x100)]=a65_0x4f025c(0x100),a65_0x4644c5[a65_0x4f025c(0x102)]=a65_0x4f025c(0x102),a65_0x4644c5[a65_0x4f025c(0x106)]='WARN';function a65_0x3796(){const _0x35dfb4=['debug','INFO','WARN','message','426314tSbSZz','5623875nvNRYk','bs:addLog:','level','exports','1206HUdpCQ','toISOString','toUpperCase','1211026RXFlyO','bitcJ','logged','2130120brHwUo','10288NBTuQn','log','logToTestOps','4102074LKkrCg','emit','FwumM','20JeMvMd','info','warn','64OZiOuj','toLowerCase','../../helpers/test-observability/constants','ERROR','lqxkW','DEBUG','2237800MMyPDn','TRACE','HNeoP'];a65_0x3796=function(){return _0x35dfb4;};return a65_0x3796();}const LOG_LEVELS=a65_0x4644c5;function a65_0x4d55(_0x25583f,_0x43321c){const _0x37965=a65_0x3796();return a65_0x4d55=function(_0x4d5544,_0x438ccb){_0x4d5544=_0x4d5544-0xf8;let _0x5679b6=_0x37965[_0x4d5544];return _0x5679b6;},a65_0x4d55(_0x25583f,_0x43321c);}class logReportingAPI extends Transport{constructor(_0x54a371){super(_0x54a371);}[a65_0x4f025c(0x115)](_0x481660,_0xfd61ae){const _0x99600c=a65_0x4f025c,_0x47d791={'vNxoR':_0x99600c(0x112),'FwumM':function(_0x3dadbd,_0x2870c6){return _0x3dadbd(_0x2870c6);},'bitcJ':function(_0x25ab14,_0x340b42){return _0x25ab14===_0x340b42;},'uPMxN':'object','lqxkW':function(_0x146cb2){return _0x146cb2();}};_0x47d791[_0x99600c(0x119)](setImmediate,()=>{const _0x3ae9fa=_0x99600c;this[_0x3ae9fa(0x118)](_0x47d791['vNxoR'],_0x481660);}),_0x47d791[_0x99600c(0x111)](typeof _0x481660,_0x47d791['uPMxN'])?this[_0x99600c(0x116)](_0x481660[_0x99600c(0x10b)]||LOG_LEVELS['INFO'],_0x481660[_0x99600c(0x107)],![]):this['logToTestOps'](LOG_LEVELS[_0x99600c(0x105)],_0x481660),_0xfd61ae&&_0x47d791[_0x99600c(0xff)](_0xfd61ae);}[a65_0x4f025c(0x116)]=(_0x4304c0=LOG_LEVELS[a65_0x4f025c(0x105)],_0x3ec430='',_0x5c1604=!![])=>{const _0x24b89b=a65_0x4f025c,_0x36b159={};_0x36b159[_0x24b89b(0x103)]='TEST_LOG';const _0x354fcf=_0x36b159;_0x5c1604&&consoleHolder[_0x4304c0[_0x24b89b(0xfc)]()](_0x3ec430),process['emit'](_0x24b89b(0x10a)+process['pid'],{'timestamp':new Date()[_0x24b89b(0x10e)](),'level':_0x4304c0[_0x24b89b(0x10f)](),'message':_0x3ec430,'kind':_0x354fcf[_0x24b89b(0x103)],'http_response':{}});};['trace']=(_0x15b57d,_0x2c9e64)=>{const _0x15e843=a65_0x4f025c;this[_0x15e843(0x116)](LOG_LEVELS[_0x15e843(0x102)],_0x15b57d);};[a65_0x4f025c(0x104)]=(_0x4c4f3a,_0x343d7d)=>{const _0x44b8f1=a65_0x4f025c;this[_0x44b8f1(0x116)](LOG_LEVELS['DEBUG'],_0x4c4f3a);};[a65_0x4f025c(0xf9)]=(_0x2e2bb3,_0x33b587)=>{const _0x1f7d4a=a65_0x4f025c;this[_0x1f7d4a(0x116)](LOG_LEVELS[_0x1f7d4a(0x105)],_0x2e2bb3);};[a65_0x4f025c(0xfa)]=(_0x39013a,_0x246866)=>{const _0x3b3368=a65_0x4f025c;this[_0x3b3368(0x116)](LOG_LEVELS[_0x3b3368(0x106)],_0x39013a);};['error']=(_0x33636d,_0x4b0269)=>{const _0x507bd7=a65_0x4f025c;this[_0x507bd7(0x116)](LOG_LEVELS[_0x507bd7(0xfe)],_0x33636d);};};module[a65_0x4f025c(0x10c)]=logReportingAPI;
|