browserstack-node-sdk 1.55.2 → 1.55.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a62_0x2b5bd6=a62_0x1119;(function(_0x40e3b3,_0x3e6150){const _0x4329e6=a62_0x1119,_0x20894e=_0x40e3b3();while(!![]){try{const _0xcee442=-parseInt(_0x4329e6(0x19e))/0x1+parseInt(_0x4329e6(0x15c))/0x2*(-parseInt(_0x4329e6(0x178))/0x3)+-parseInt(_0x4329e6(0x15b))/0x4*(-parseInt(_0x4329e6(0x156))/0x5)+parseInt(_0x4329e6(0x169))/0x6+parseInt(_0x4329e6(0x129))/0x7*(-parseInt(_0x4329e6(0x150))/0x8)+parseInt(_0x4329e6(0xf2))/0x9*(parseInt(_0x4329e6(0x153))/0xa)+parseInt(_0x4329e6(0x10f))/0xb;if(_0xcee442===_0x3e6150)break;else _0x20894e['push'](_0x20894e['shift']());}catch(_0x5247aa){_0x20894e['push'](_0x20894e['shift']());}}}(a62_0x5bf1,0xbb81a));const a62_0x5b04bd={};a62_0x5b04bd[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1ae),a62_0x5b04bd[a62_0x2b5bd6(0x1b3)]=a62_0x2b5bd6(0xf8);const a62_0x430982={};a62_0x430982[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x15e);const a62_0x52b7a2={};a62_0x52b7a2[a62_0x2b5bd6(0xf3)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a62_0x3cc225={};a62_0x3cc225[a62_0x2b5bd6(0xf3)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a62_0x25c7ed={};a62_0x25c7ed[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x107);const a62_0x3efdbb={};a62_0x3efdbb[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x109);const a62_0x4e3e68={};a62_0x4e3e68[a62_0x2b5bd6(0xf3)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a62_0x3977a3={};a62_0x3977a3[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1a4);const a62_0x268dcd={};a62_0x268dcd[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0xdf);const a62_0x694138={};a62_0x694138['INFO']='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a62_0x6962a7={};a62_0x6962a7['INFO']=a62_0x2b5bd6(0x166);const a62_0x28e44d={};a62_0x28e44d[a62_0x2b5bd6(0xf3)]=a62_0x2b5bd6(0x1a8);const a62_0x1ad896={};a62_0x1ad896[a62_0x2b5bd6(0x144)]='Playwright',a62_0x1ad896[a62_0x2b5bd6(0x192)]='mocha',a62_0x1ad896[a62_0x2b5bd6(0x121)]='jest',a62_0x1ad896[a62_0x2b5bd6(0xc8)]=a62_0x2b5bd6(0x19f),a62_0x1ad896[a62_0x2b5bd6(0x18c)]=a62_0x2b5bd6(0x135),a62_0x1ad896['CUCUMBER']=a62_0x2b5bd6(0x12b),a62_0x1ad896[a62_0x2b5bd6(0x1a0)]=a62_0x2b5bd6(0xcc),a62_0x1ad896[a62_0x2b5bd6(0x159)]=a62_0x2b5bd6(0x1a6),a62_0x1ad896[a62_0x2b5bd6(0xe0)]=a62_0x2b5bd6(0x1ab);const a62_0x48496c={};a62_0x48496c['invalidKeys']=a62_0x2b5bd6(0xfe),a62_0x48496c[a62_0x2b5bd6(0x174)]=a62_0x2b5bd6(0x130),a62_0x48496c['mandatoryDependency']=a62_0x2b5bd6(0x1b5),a62_0x48496c[a62_0x2b5bd6(0x17a)]=a62_0x2b5bd6(0x124);const a62_0x15b7dc={};a62_0x15b7dc[a62_0x2b5bd6(0x1b2)]=a62_0x2b5bd6(0x122),a62_0x15b7dc['MODULE']=a62_0x2b5bd6(0x17d);const a62_0x3f5abb={};a62_0x3f5abb[a62_0x2b5bd6(0x123)]=0xfde8,a62_0x3f5abb['Cucumber-JS']=0xfde8,a62_0x3f5abb[a62_0x2b5bd6(0x10c)]=0x186a0;const a62_0x49d5e4={};a62_0x49d5e4[a62_0x2b5bd6(0x154)]=['userName','accessKey',a62_0x2b5bd6(0x15a),a62_0x2b5bd6(0xda),a62_0x2b5bd6(0x1aa),a62_0x2b5bd6(0xf7),a62_0x2b5bd6(0x173),a62_0x2b5bd6(0x108),'httpProxy',a62_0x2b5bd6(0xf6),a62_0x2b5bd6(0x164),a62_0x2b5bd6(0xc7),a62_0x2b5bd6(0x18d),a62_0x2b5bd6(0x18b),'browserstack.overridelocalInfo.userAuthToken'],a62_0x49d5e4[a62_0x2b5bd6(0x155)]=['proxyUser','proxyPass','localProxyUser',a62_0x2b5bd6(0xe7)];const a62_0x4620ac={};a62_0x4620ac[a62_0x2b5bd6(0xe3)]=a62_0x2b5bd6(0xe3),a62_0x4620ac[a62_0x2b5bd6(0x155)]=a62_0x2b5bd6(0x155),a62_0x4620ac['localOptions']=a62_0x2b5bd6(0x155),a62_0x4620ac[a62_0x2b5bd6(0xca)]=a62_0x2b5bd6(0xca),a62_0x4620ac[a62_0x2b5bd6(0xd9)]=a62_0x2b5bd6(0xd9),a62_0x4620ac[a62_0x2b5bd6(0xe2)]='logLevel',a62_0x4620ac[a62_0x2b5bd6(0x102)]=a62_0x2b5bd6(0x102),a62_0x4620ac[a62_0x2b5bd6(0xf6)]='httpsProxy',a62_0x4620ac['framework']='framework',a62_0x4620ac[a62_0x2b5bd6(0x1a9)]=a62_0x2b5bd6(0x1a9),a62_0x4620ac[a62_0x2b5bd6(0xeb)]='testObservability',a62_0x4620ac['testReporting']='testReporting',a62_0x4620ac[a62_0x2b5bd6(0x10a)]='testObservabilityOptions',a62_0x4620ac['testReportingOptions']=a62_0x2b5bd6(0x106),a62_0x4620ac[a62_0x2b5bd6(0x164)]='customVariables',a62_0x4620ac[a62_0x2b5bd6(0x172)]=a62_0x2b5bd6(0x149),a62_0x4620ac[a62_0x2b5bd6(0x149)]='browserstackAutomation',a62_0x4620ac[a62_0x2b5bd6(0x100)]='rerunTests',a62_0x4620ac['percy']=a62_0x2b5bd6(0x137),a62_0x4620ac[a62_0x2b5bd6(0x193)]=a62_0x2b5bd6(0x193),a62_0x4620ac['percyCaptureMode']=a62_0x2b5bd6(0xec),a62_0x4620ac[a62_0x2b5bd6(0x190)]=a62_0x2b5bd6(0x190),a62_0x4620ac[a62_0x2b5bd6(0x12a)]=a62_0x2b5bd6(0x12a),a62_0x4620ac['accessibilityOptions']=a62_0x2b5bd6(0x1b0),a62_0x4620ac[a62_0x2b5bd6(0xfb)]=a62_0x2b5bd6(0xfb),a62_0x4620ac[a62_0x2b5bd6(0x160)]=a62_0x2b5bd6(0x160),a62_0x4620ac[a62_0x2b5bd6(0x14f)]=a62_0x2b5bd6(0x14f),a62_0x4620ac[a62_0x2b5bd6(0x179)]=a62_0x2b5bd6(0x179);function a62_0x1119(_0xdf22cd,_0x3ec624){const _0x5bf1a2=a62_0x5bf1();return a62_0x1119=function(_0x111983,_0xf10016){_0x111983=_0x111983-0xbf;let _0x14de86=_0x5bf1a2[_0x111983];return _0x14de86;},a62_0x1119(_0xdf22cd,_0x3ec624);}const a62_0x4449eb={};a62_0x4449eb[a62_0x2b5bd6(0xf4)]='hub.browserstack.com',a62_0x4449eb[a62_0x2b5bd6(0x19a)]=a62_0x2b5bd6(0xea),a62_0x4449eb['us']=a62_0x2b5bd6(0x16b),a62_0x4449eb['eu']=a62_0x2b5bd6(0x15f),a62_0x4449eb['in']=a62_0x2b5bd6(0x189),a62_0x4449eb['au']=a62_0x2b5bd6(0xfd);function a62_0x5bf1(){const _0x1cf9bc=['CODECEPT_CUCUMBER','authToken','AUTOMATE','REDACTED_KEYS','disableAutoCaptureLogs','strictFileInteractability','MOCHA','percyOptions','BROWSERSTACK_APP_AUTOMATE_URL','ERR_CONNECTION_CLOSED','https://edsstaging.bsstag.com','ERR_TLS_CERT_ALTNAME_INVALID','acceptInsecureCerts','wss://cdp-preprod.bsstag.com/puppeteer?caps=','us-east','ERR_ADDRESS_UNREACHABLE','AI_ENABLED_FRAMEWORK','OBSERVABILITY_UPLOAD_URL','691847MAzWCs','codeceptjs','VANILLA','APP_UPLOAD_URL','NUDGE_LOCAL_ERRORS','/usage.log','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','browserstack-ats.com','puppeteer','https://app-automate.browserstack.com/dashboard/v2/builds/','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','testContextOptions','browserstack.user','newman','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_TIMED_OUT','shows\x20version\x20information','browserName','accessibilityOptions','https://apidevtestops.bsstag.com','COMMONJS','HELP','PLAYWRIGHT_HUB_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_NAME_RESOLUTION_FAILED','https://automate.browserstack.com/dashboard/v2/builds/','BROWSERSTACK','use','https://tcg.bsstag.com','bsstag','exports','O11Y_URL','CLI_SUPPORTED_FRAMEWORKS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','https://hub-preprod.bsstag.com/wd/hub','https://api-cloud-devtestops.bsstag.com','Playwright','proxyPassword','CODECEPT','https://api.browserstack.com','parallelsPerPlatform','TCG_AUTH_TIMEOUT','vanilla','SDKTestInvalidTcgAuthResponseWithUserImpact','CUSTOM_ID_REGEX','SET_TCG_TOKEN_TIMEOUT','PLAYWRIGHT_TRACE_LOGS','CODECEPTJS','SELF_SIGNED_CERT_IN_CHAIN','ERR_CONNECTION_REFUSED','CI_ARTIFACTS_PATH','preprod','INVALID_INIT_RESP_WITH_USER_IMPACT','/usage-debug.log','ERR_NETWORK_CHANGED','platforms','browserstack.accessKey','TEST_FRAMEWORK_HOOK_TIMEOUT','pageLoadStrategy','firefoxOptions','staging','Run\x20codeceptjs\x20tests\x20on\x20browserstack','NEWMAN','TEST_REPORTING_ANALYTICS','logLevel','browserstackLocal','POLL_HEALING_RESULT_TIMEOUT','BSTACK_URL','TCG_AUTH_FAILURE','localProxyPass','AI_PROXY_FAILURE','APP_AUTOMATE_PRODUCTS','hub-use-only.browserstack.com','testObservability','percyCaptureMode','SDKTestTcgtInitSuccessful','DEBUG_LOG_FILE_NAME','https://hub-devtestops.bsstag.com/wd/hub','BINARY_BUSY_ERROR_CODES','CONNECTIVITY_ISSUE_ERROR_CODES','9BbskCN','INFO','default','observability','httpsProxy','browserstack.key','Specify\x20--help\x20for\x20available\x20options','GLOBAL_AGENT_NO_PROXY','https://observability-devtestops.bsstag.com','turboScale','DEBUG_CLI_LOG_FILE_NAME','hub-apse-only.browserstack.com','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDKTestTcgProxyFailure','rerunTests','CLIENT_TROUBLESHOOTING_HASH','httpProxy','SSL_ERROR_MESSAGES','bsstag.com','TCG_DOWN','testReportingOptions','Run\x20js\x20tests\x20on\x20browserstack','user_data','Run\x20nightwatch\x20tests\x20on\x20browserstack','testObservabilityOptions','split','Jest','SSL_ERROR_CODES','AI_INIT_SUCCESSFUL','11756855PtRHyx','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','PRIVATE_DOMAIN_OR_IP_REGEX','sdk-cli-debug.log','wss://cdp-devtestops.bsstag.com/playwright?caps=','PACKAGE_TYPE','unable\x20to\x20get\x20local\x20issuer\x20certificate','^[a-zA-Z0-9_.-]*$','HEALING_LOG_DATA_TIMEOUT','hubUrl','https://upload-observability-preprod.bsstag.com','BSTACK_ATS_URL','toLowerCase','mocha','Upgrade\x20required','https://upload-observability.browserstack.com','unhandledPromptBehavior','LOG_FILE_NAME','JEST','commonjs','Mocha','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','https://api-preprod.bsstag.com','ERR_CONNECTION_RESET','https://api-cloud.browserstack.com','sdk/v1/event','1236473ahZkHD','accessibility','cucumber','PUPPETEER_HUB_URL','ObservabilitySync','CERT_HAS_EXPIRED','wss://cdp.browserstack.com/playwright?caps=','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','...[TRUNCATED]','BROWSERSTACK_API_URL','ERR_PROXY_CONNECTION_FAILED','pre-prod','codeceptjs-cucumber','ERR_CONNECTION_ABORTED','percy','./browserstack-artifacts/','A11Y_SCAN','MAX_GIT_META_DATA_SIZE_IN_BYTES','browserstack','wss://cdp.browserstack.com/puppeteer?caps=','SPAWN_RETRY_DELAY_MS','browserstack.com','https://eds.browserstack.com','APP_AUTOMATE','jest','acceptSslCerts','SHAREABLE_ID_REGEX','PLAYWRIGHT','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','app-automate','AUTOMATE_PRODUCTS','certificate\x20has\x20expired','browserstackAutomation','self\x20signed\x20certificate','acceptSslCert','GIT_META_DATA_TRUNCATED','EDS_URL','ROOT_CAPS','proxySettings','8wqOzxY','5|3|11|6|10|1|0|12|13|9|8|4|7|2','https://upload-observability-devtestops-ssi.bsstag.com','1867610MOrFHF','root','browserStackLocalOptions','60fEZSVz','ERR_CONNECTION_FAILED','DEPTH_ZERO_SELF_SIGNED_CERT','PUPPETEER','browserstack.userName','370024bxoNGi','4qqPARl','AI_INIT_FAILURE','Run\x20jest\x20tests\x20on\x20browserstack','hub-eu-only.browserstack.com','turboScaleOptions','BROWSERSTACK_AUTOMATE_URL','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','SDK-GEN-001','customVariables','env','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','sdk/v1/update_cli','EBUSY','206952aKuZKX','MAX_SPAWN_RETRIES','hub-us-only.browserstack.com','A11Y_GET_RESULTS_SUMMARY','ERR_FAILED','ERR_TUNNEL_CONNECTION_FAILED','VERSION','https://tcg.browserstack.com','https://automation.browserstack.com','automation','password','uniqueDependency','HST','unable\x20to\x20verify\x20the\x20first\x20certificate','https://tcg-preprod.bsstag.com','1145427UgQzPQ','testOrchestrationOptions','invalidTestInputType','automate','VALID_APP_EXTENSION','module','ROOT_REGEX','PERCY_SUPPORTED_FRAMEWORKS','A11Y_GET_RESULTS','TCG_URL','ERR_TIMED_OUT','edgeOptions','wss://cdp-preprod.bsstag.com/playwright?caps=','GLOBAL_AGENT_HTTP_PROXY','HUB_URL_REGEX','OBSERVABILITY_SUPPORTED_FWS','playwright','hub-aps-only.browserstack.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','proxyUrl'];a62_0x5bf1=function(){return _0x1cf9bc;};return a62_0x5bf1();}const a62_0x5ea573={};a62_0x5ea573['.browserstack\x20folder\x20not\x20accessible']=[a62_0x2b5bd6(0x163),a62_0x2b5bd6(0x110)];const a62_0x31dc51={};a62_0x31dc51[a62_0x2b5bd6(0x16f)]=a62_0x5b04bd,a62_0x31dc51['JEST']=a62_0x430982,a62_0x31dc51[a62_0x2b5bd6(0x192)]=a62_0x52b7a2,a62_0x31dc51['CUCUMBER']=a62_0x3cc225,a62_0x31dc51[a62_0x2b5bd6(0x1a0)]=a62_0x25c7ed,a62_0x31dc51['NIGHTWATCH']=a62_0x3efdbb,a62_0x31dc51[a62_0x2b5bd6(0x144)]=a62_0x4e3e68,a62_0x31dc51[a62_0x2b5bd6(0x159)]=a62_0x3977a3,a62_0x31dc51[a62_0x2b5bd6(0xd1)]=a62_0x268dcd,a62_0x31dc51[a62_0x2b5bd6(0xe0)]=a62_0x694138,a62_0x31dc51[a62_0x2b5bd6(0x175)]=a62_0x6962a7,a62_0x31dc51['INTEGRATIONS']=a62_0x28e44d,a62_0x31dc51['BSTACK_DELTA']=0xf*0x3c*0x3e8,a62_0x31dc51[a62_0x2b5bd6(0x118)]='https://hub.browserstack.com/wd/hub',a62_0x31dc51[a62_0x2b5bd6(0x181)]=a62_0x2b5bd6(0x170),a62_0x31dc51['TCG_REGION']=a62_0x2b5bd6(0x1b9),a62_0x31dc51[a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a62_0x31dc51['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a62_0x31dc51['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a62_0x31dc51[a62_0x2b5bd6(0x14e)]=[a62_0x2b5bd6(0x198),a62_0x2b5bd6(0xdc),a62_0x2b5bd6(0x191),a62_0x2b5bd6(0x11f),'timeouts',a62_0x2b5bd6(0x1af),'browserVersion',a62_0x2b5bd6(0x142),a62_0x2b5bd6(0x14b),'chromeOptions',a62_0x2b5bd6(0xdd),a62_0x2b5bd6(0x183),'ieOptions'],a62_0x31dc51[a62_0x2b5bd6(0x17e)]=/^[\w-]+:.*$/,a62_0x31dc51[a62_0x2b5bd6(0x111)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a62_0x31dc51['EDS_URL']=a62_0x2b5bd6(0x13f),a62_0x31dc51['BROWSERSTACK_API_URL']=a62_0x2b5bd6(0xc9),a62_0x31dc51[a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0x127),a62_0x31dc51['UPDATED_CLI_ENDPOINT']=a62_0x2b5bd6(0x167),a62_0x31dc51['FUNNEL_INSTRUMENTATION_API_URL']=a62_0x2b5bd6(0x128),a62_0x31dc51[a62_0x2b5bd6(0x147)]=[a62_0x2b5bd6(0x17b),'observability'],a62_0x31dc51[a62_0x2b5bd6(0xe9)]=[a62_0x2b5bd6(0x146),'observability'],a62_0x31dc51['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a62_0x2b5bd6(0xf5)],a62_0x31dc51[a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x11e),a62_0x31dc51[a62_0x2b5bd6(0x187)]=[a62_0x2b5bd6(0x11c),a62_0x2b5bd6(0xc6)],a62_0x31dc51[a62_0x2b5bd6(0x18e)]=['automate'],a62_0x31dc51[a62_0x2b5bd6(0x161)]=a62_0x2b5bd6(0x1b7),a62_0x31dc51[a62_0x2b5bd6(0x194)]=a62_0x2b5bd6(0x1a7),a62_0x31dc51[a62_0x2b5bd6(0x140)]=[a62_0x2b5bd6(0x146)],a62_0x31dc51[a62_0x2b5bd6(0x1a2)]=[a62_0x2b5bd6(0x16d),a62_0x2b5bd6(0x182),'ERR_BLOCKED_BY_CLIENT',a62_0x2b5bd6(0xd8),'ERR_SOCKET_NOT_CONNECTED',a62_0x2b5bd6(0x195),a62_0x2b5bd6(0x126),a62_0x2b5bd6(0xd3),a62_0x2b5bd6(0x136),a62_0x2b5bd6(0x157),'ERR_NAME_NOT_RESOLVED','ERR_ADDRESS_INVALID',a62_0x2b5bd6(0x19b),a62_0x2b5bd6(0x16e),a62_0x2b5bd6(0x1ad),'ERR_SOCKS_CONNECTION_FAILED',a62_0x2b5bd6(0x18a),a62_0x2b5bd6(0x133),'ERR_NAME_NOT_RESOLVED',a62_0x2b5bd6(0x1b6),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a62_0x31dc51[a62_0x2b5bd6(0x17c)]=['.apk','.aab','.ipa'],a62_0x31dc51[a62_0x2b5bd6(0xce)]=a62_0x2b5bd6(0x116),a62_0x31dc51[a62_0x2b5bd6(0x143)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a62_0x31dc51[a62_0x2b5bd6(0xd4)]=a62_0x2b5bd6(0x138),a62_0x31dc51['PLAYWRIGHT_HUB_URL']=a62_0x2b5bd6(0x12f),a62_0x31dc51[a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x13c),a62_0x31dc51['FRAMEWORKS']=a62_0x1ad896,a62_0x31dc51[a62_0x2b5bd6(0x17f)]=['jest',a62_0x2b5bd6(0x11c)],a62_0x31dc51['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a62_0x48496c,a62_0x31dc51['AUTOLOGCAPTURE_NOTIFICATION']='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a62_0x31dc51[a62_0x2b5bd6(0x114)]=a62_0x15b7dc,a62_0x31dc51[a62_0x2b5bd6(0x13a)]=0x40*0x400,a62_0x31dc51[a62_0x2b5bd6(0x14c)]=a62_0x2b5bd6(0x131),a62_0x31dc51['UPGRADE_REQUIRED']=a62_0x2b5bd6(0x11d),a62_0x31dc51[a62_0x2b5bd6(0x105)]='SDKTestTcgDownResponse',a62_0x31dc51[a62_0x2b5bd6(0xd6)]=a62_0x2b5bd6(0xcd),a62_0x31dc51[a62_0x2b5bd6(0xe6)]='SDKTestTcgAuthFailure',a62_0x31dc51[a62_0x2b5bd6(0x10e)]=a62_0x2b5bd6(0xed),a62_0x31dc51[a62_0x2b5bd6(0x15d)]='SDKTestInitFailedResponse',a62_0x31dc51[a62_0x2b5bd6(0xe8)]=a62_0x2b5bd6(0xff),a62_0x31dc51[a62_0x2b5bd6(0xcb)]=0x1388,a62_0x31dc51[a62_0x2b5bd6(0xcf)]=0x1388,a62_0x31dc51[a62_0x2b5bd6(0x117)]=0x1388,a62_0x31dc51['HEALING_FAILURE_TIMEOUT']=0x1388,a62_0x31dc51[a62_0x2b5bd6(0xe4)]=0xc350,a62_0x31dc51[a62_0x2b5bd6(0xdb)]=a62_0x3f5abb,a62_0x31dc51[a62_0x2b5bd6(0x18f)]=a62_0x49d5e4,a62_0x31dc51[a62_0x2b5bd6(0x19c)]=['vanilla',a62_0x2b5bd6(0x19f)],a62_0x31dc51['SDK_INSTRUMENTATION_CONFIG']=a62_0x4620ac,a62_0x31dc51[a62_0x2b5bd6(0x120)]=a62_0x2b5bd6(0x1a3),a62_0x31dc51[a62_0x2b5bd6(0xee)]=a62_0x2b5bd6(0xd7),a62_0x31dc51[a62_0x2b5bd6(0xfc)]=a62_0x2b5bd6(0x112),a62_0x31dc51[a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x13e),a62_0x31dc51[a62_0x2b5bd6(0x11a)]=a62_0x2b5bd6(0x1a5),a62_0x31dc51[a62_0x2b5bd6(0xc1)]=a62_0x2b5bd6(0x171),a62_0x31dc51[a62_0x2b5bd6(0xe1)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a62_0x31dc51[a62_0x2b5bd6(0x1b8)]=a62_0x2b5bd6(0x13b),a62_0x31dc51[a62_0x2b5bd6(0xc2)]=[a62_0x2b5bd6(0x188),a62_0x2b5bd6(0x12b),a62_0x2b5bd6(0x141),a62_0x2b5bd6(0x1a6),a62_0x2b5bd6(0x1ab)],a62_0x31dc51['AUTOMATION_LOG_COMMANDS']=[a62_0x2b5bd6(0x139),a62_0x2b5bd6(0x16c),a62_0x2b5bd6(0x180),'A11Y_SAVE_RESULTS','percyScreenshot',a62_0x2b5bd6(0x12d)],a62_0x31dc51[a62_0x2b5bd6(0xd0)]=a62_0x2b5bd6(0xd0),a62_0x31dc51['HUB_URL_MAP']=a62_0x4449eb,a62_0x31dc51[a62_0x2b5bd6(0x103)]=[a62_0x2b5bd6(0x14a),a62_0x2b5bd6(0x176),a62_0x2b5bd6(0x148),a62_0x2b5bd6(0x115),a62_0x2b5bd6(0x197),'DEPTH_ZERO_SELF_SIGNED_CERT'],a62_0x31dc51[a62_0x2b5bd6(0x10d)]=[a62_0x2b5bd6(0xd2),a62_0x2b5bd6(0x158),a62_0x2b5bd6(0xc3),a62_0x2b5bd6(0x12e),'ERR_TLS_CERT_ALTNAME_INVALID',a62_0x2b5bd6(0x162)],a62_0x31dc51[a62_0x2b5bd6(0xf1)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a62_0x31dc51[a62_0x2b5bd6(0x101)]=a62_0x5ea573,a62_0x31dc51['INTERNALLY_USED_ENV_VARS']=[a62_0x2b5bd6(0x185),a62_0x2b5bd6(0xf9),'USER_CONFIG_DETAILS_PATH'],a62_0x31dc51[a62_0x2b5bd6(0xf0)]=['ETXTBSY',a62_0x2b5bd6(0x168)],a62_0x31dc51[a62_0x2b5bd6(0x16a)]=0x3,a62_0x31dc51[a62_0x2b5bd6(0x13d)]=0x3e8,module[a62_0x2b5bd6(0xc0)]=a62_0x31dc51;const _env=(process[a62_0x2b5bd6(0x165)]['BROWSERSTACK_ENV']||'prod')[a62_0x2b5bd6(0x11b)]();if(_env===a62_0x2b5bd6(0xde)||_env==='stag'){const pzkJbJ=a62_0x2b5bd6(0x151)[a62_0x2b5bd6(0x10b)]('|');let ngEbua=0x0;while(!![]){switch(pzkJbJ[ngEbua++]){case'0':module['exports'][a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0xc5);continue;case'1':module['exports'][a62_0x2b5bd6(0x194)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b8)]=a62_0x2b5bd6(0xbf);continue;case'3':module['exports']['BROWSERSTACK_API_URL']=a62_0x2b5bd6(0x1b1);continue;case'4':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x152);continue;case'5':module[a62_0x2b5bd6(0xc0)]['hubUrl']=a62_0x2b5bd6(0xef);continue;case'6':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x14d)]=a62_0x2b5bd6(0x196);continue;case'8':module['exports'][a62_0x2b5bd6(0xc1)]=a62_0x2b5bd6(0xfa);continue;case'9':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x104);continue;case'10':module[a62_0x2b5bd6(0xc0)]['BROWSERSTACK_AUTOMATE_URL']=a62_0x2b5bd6(0x1ac);continue;case'11':module['exports'][a62_0x2b5bd6(0x181)]=a62_0x2b5bd6(0x1ba);continue;case'12':module[a62_0x2b5bd6(0xc0)]['PLAYWRIGHT_HUB_URL']=a62_0x2b5bd6(0x113);continue;case'13':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x145);continue;}break;}}else{if(_env===a62_0x2b5bd6(0xd5)||_env===a62_0x2b5bd6(0x134)){const AqLTSE='10|7|5|13|1|9|6|0|4|11|12|3|8|2'['split']('|');let GiazhM=0x0;while(!![]){switch(AqLTSE[GiazhM++]){case'0':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b4)]=a62_0x2b5bd6(0x184);continue;case'1':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x161)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1b8)]='bsstag';continue;case'3':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x19d)]=a62_0x2b5bd6(0x119);continue;case'4':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x12c)]=a62_0x2b5bd6(0x199);continue;case'5':module[a62_0x2b5bd6(0xc0)]['TCG_URL']=a62_0x2b5bd6(0x177);continue;case'6':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x1a1)]=a62_0x2b5bd6(0x125);continue;case'7':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x132)]=a62_0x2b5bd6(0x125);continue;case'8':module['exports'][a62_0x2b5bd6(0x14d)]=a62_0x2b5bd6(0x196);continue;case'9':module[a62_0x2b5bd6(0xc0)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'10':module['exports']['hubUrl']=a62_0x2b5bd6(0xc4);continue;case'11':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xe5)]=a62_0x2b5bd6(0x104);continue;case'12':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0xc1)]='https://automation-preprod.bsstag.com';continue;case'13':module[a62_0x2b5bd6(0xc0)][a62_0x2b5bd6(0x186)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}}
|
|
1
|
+
const a62_0x3e826c=a62_0x4d0f;(function(_0x1a7d17,_0x4b7b83){const _0x3d44e1=a62_0x4d0f,_0x570f7b=_0x1a7d17();while(!![]){try{const _0x128757=parseInt(_0x3d44e1(0x139))/0x1*(parseInt(_0x3d44e1(0x1f2))/0x2)+-parseInt(_0x3d44e1(0x1e3))/0x3*(-parseInt(_0x3d44e1(0x1f7))/0x4)+-parseInt(_0x3d44e1(0x177))/0x5+-parseInt(_0x3d44e1(0x1d8))/0x6*(parseInt(_0x3d44e1(0x18d))/0x7)+-parseInt(_0x3d44e1(0x1a7))/0x8*(parseInt(_0x3d44e1(0x211))/0x9)+parseInt(_0x3d44e1(0x121))/0xa+-parseInt(_0x3d44e1(0x20c))/0xb;if(_0x128757===_0x4b7b83)break;else _0x570f7b['push'](_0x570f7b['shift']());}catch(_0x2d3d2a){_0x570f7b['push'](_0x570f7b['shift']());}}}(a62_0x4ec9,0xf0e45));const a62_0x3122c7={};a62_0x3122c7[a62_0x3e826c(0x195)]=a62_0x3e826c(0x11d),a62_0x3122c7['HELP']=a62_0x3e826c(0x1ba);const a62_0xa2d648={};a62_0xa2d648['INFO']='Run\x20jest\x20tests\x20on\x20browserstack';const a62_0x13494f={};a62_0x13494f[a62_0x3e826c(0x195)]=a62_0x3e826c(0x182);const a62_0x110e2f={};a62_0x110e2f[a62_0x3e826c(0x195)]=a62_0x3e826c(0x1b0);const a62_0x30379b={};a62_0x30379b[a62_0x3e826c(0x195)]=a62_0x3e826c(0x20e);const a62_0x30b7c3={};a62_0x30b7c3[a62_0x3e826c(0x195)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a62_0x46eb24={};function a62_0x4d0f(_0x14b14b,_0x13a8cd){const _0x4ec944=a62_0x4ec9();return a62_0x4d0f=function(_0x4d0f4e,_0x1f7802){_0x4d0f4e=_0x4d0f4e-0x11c;let _0x1d853f=_0x4ec944[_0x4d0f4e];return _0x1d853f;},a62_0x4d0f(_0x14b14b,_0x13a8cd);}a62_0x46eb24[a62_0x3e826c(0x195)]=a62_0x3e826c(0x207);const a62_0x2e6200={};a62_0x2e6200[a62_0x3e826c(0x195)]=a62_0x3e826c(0x131);const a62_0x42a4bf={};a62_0x42a4bf['INFO']=a62_0x3e826c(0x20d);const a62_0x510dcf={};a62_0x510dcf[a62_0x3e826c(0x195)]=a62_0x3e826c(0x15e);const a62_0xb08d4a={};a62_0xb08d4a[a62_0x3e826c(0x195)]=a62_0x3e826c(0x1bf);const a62_0x1af63c={};a62_0x1af63c[a62_0x3e826c(0x195)]=a62_0x3e826c(0x168);const a62_0x1e57b3={};a62_0x1e57b3[a62_0x3e826c(0x16b)]=a62_0x3e826c(0x1ca),a62_0x1e57b3[a62_0x3e826c(0x17e)]=a62_0x3e826c(0x1a9),a62_0x1e57b3[a62_0x3e826c(0x19d)]=a62_0x3e826c(0x169),a62_0x1e57b3['CODECEPT']=a62_0x3e826c(0x171),a62_0x1e57b3[a62_0x3e826c(0x13b)]=a62_0x3e826c(0x147),a62_0x1e57b3['CUCUMBER']=a62_0x3e826c(0x1d0),a62_0x1e57b3[a62_0x3e826c(0x1ee)]=a62_0x3e826c(0x130),a62_0x1e57b3[a62_0x3e826c(0x20a)]='puppeteer',a62_0x1e57b3[a62_0x3e826c(0x185)]='newman';const a62_0x425d89={};a62_0x425d89[a62_0x3e826c(0x13e)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a62_0x425d89[a62_0x3e826c(0x166)]=a62_0x3e826c(0x13c),a62_0x425d89[a62_0x3e826c(0x202)]=a62_0x3e826c(0x18a),a62_0x425d89[a62_0x3e826c(0x199)]=a62_0x3e826c(0x18b);const a62_0x22e847={};a62_0x22e847[a62_0x3e826c(0x179)]=a62_0x3e826c(0x1f9),a62_0x22e847[a62_0x3e826c(0x19e)]=a62_0x3e826c(0x126);const a62_0x2b7fb4={};a62_0x2b7fb4[a62_0x3e826c(0x11c)]=0xfde8,a62_0x2b7fb4[a62_0x3e826c(0x1aa)]=0xfde8,a62_0x2b7fb4[a62_0x3e826c(0x149)]=0x186a0;const a62_0xbf2d47={};function a62_0x4ec9(){const _0x12a6f4=['Cucumber-JS','CODECEPTJS','timeouts','FRAMEWORKS','ERR_FAILED','proxyUrl','Run\x20cucumber-js\x20tests\x20on\x20browserstack','browserstackAutomation','HEALING_LOG_DATA_TIMEOUT','INTEGRATIONS','AI_INIT_FAILURE','GIT_META_DATA_TRUNCATED','newman','OBSERVABILITY_UPLOAD_URL','REDACTED_KEYS','wss://cdp-devtestops.bsstag.com/playwright?caps=','Specify\x20--help\x20for\x20available\x20options','NUDGE_LOCAL_ERRORS','HUB_URL_MAP','TCG_AUTH_TIMEOUT','ROOT_REGEX','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','hub-eu-only.browserstack.com','BSTACK_DELTA','wss://cdp-preprod.bsstag.com/puppeteer?caps=','BROWSERSTACK_AUTOMATE_URL','FUNNEL_INSTRUMENTATION_API_URL','LOG_FILE_NAME','POLL_HEALING_RESULT_TIMEOUT','https://hub-devtestops.bsstag.com/wd/hub','A11Y_SAVE_RESULTS','browserVersion','Playwright','ATS_WSS_URL_REGEX','https://upload-observability-devtestops-ssi.bsstag.com','A11Y_GET_RESULTS_SUMMARY','https://api-cloud-devtestops.bsstag.com','AI_PROXY_FAILURE','cucumber','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','SDKTestInvalidTcgAuthResponseWithUserImpact','HST','sdk-cli-debug.log','use','browserstack.userName','hubUrl','8310UOTLUN','BROWSERSTACK','TCG_URL','VALID_APP_EXTENSION','AUTOMATION_LOG_COMMANDS','UPGRADE_REQUIRED','HUB_URL_REGEX','accessibility','turboScale','app-automate','USER_CONFIG_DETAILS_PATH','891hevZiG','ERR_CONNECTION_FAILED','httpProxy','proxyPassword','APP_UPLOAD_URL','exports','sdk/v1/update_cli','.ipa','...[TRUNCATED]','https://upload-observability.browserstack.com','ERR_ADDRESS_INVALID','VANILLA','split','authToken','ERR_TUNNEL_CONNECTION_FAILED','26jsYICY','wss://cdp.browserstack.com/playwright?caps=','unable\x20to\x20verify\x20the\x20first\x20certificate','/usage.log','TEST\x20REPORTING\x20AND\x20ANALYTICS','13876IELMqS','https://tcg.browserstack.com','commonjs','SET_TCG_TOKEN_TIMEOUT','ERR_TLS_CERT_ALTNAME_INVALID','DEBUG_LOG_FILE_NAME','ObservabilitySync','UPDATED_CLI_ENDPOINT','BROWSERSTACK_APP_AUTOMATE_URL','https://api-preprod.bsstag.com','testObservability','mandatoryDependency','MAX_GIT_META_DATA_SIZE_IN_BYTES','browserstack.user','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','unable\x20to\x20get\x20local\x20issuer\x20certificate','Run\x20playwright\x20tests\x20on\x20Browserstack','testOrchestrationOptions','firefoxOptions','PUPPETEER','DEPTH_ZERO_SELF_SIGNED_CERT','8764624EbdaJs','Run\x20codeceptjs\x20tests\x20on\x20browserstack','Run\x20js\x20tests\x20on\x20browserstack','SDKTestTcgtInitSuccessful','PRIVATE_DOMAIN_OR_IP_REGEX','36TiXJLy','observability','proxySettings','CUCUMBER','ERR_CONNECTION_ABORTED','unhandledPromptBehavior','turboScaleOptions','SDKTestTcgProxyFailure','SDKTestTcgAuthFailure','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','SDK_INSTRUMENTATION_CONFIG','puppeteer','disableAutoCaptureLogs','browserStackLocalOptions','Mocha','shows\x20version\x20information','A11Y_GET_RESULTS','pre-prod','bsstag.com','5343060oybTvb','acceptInsecureCerts','automation','ERR_NAME_NOT_RESOLVED','A11Y_SCAN','module','BROWSERSTACK_API_URL','hub-apse-only.browserstack.com','VERSION','userName','browserstack-ats.com','SPAWN_RETRY_DELAY_MS','ERR_CONNECTION_CLOSED','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','^[a-zA-Z0-9_.-]*$','vanilla','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','ieOptions','TCG_DOWN','CERT_HAS_EXPIRED','SSL_ERROR_MESSAGES','INTERNALLY_USED_ENV_VARS','bsstag','self\x20signed\x20certificate','141511VaOyFe','BSTACK_URL','CODECEPT_CUCUMBER','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','APP_AUTOMATE_PRODUCTS','invalidKeys','https://apidevtestops.bsstag.com','EBUSY','playwright','.aab','NIGHTWATCH','proxyUser','accessKey','logLevel','codeceptjs-cucumber','https://automation.browserstack.com','Jest','./browserstack-artifacts/','SDKTestTcgDownResponse','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','BINARY_BUSY_ERROR_CODES','customVariables','user_data','proxyPass','default','hub-use-only.browserstack.com','browserstack.accessKey','hub-us-only.browserstack.com','TEST_REPORTING_ANALYTICS','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','https://app-automate.browserstack.com/dashboard/v2/builds/','PLAYWRIGHT_HUB_URL','BSTACK_ATS_URL','https://automate-preprod.bsstag.com/dashboard/v2/builds/','TEST_FRAMEWORK_HOOK_TIMEOUT','percyScreenshot','platforms','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','preprod','ERR_SOCKS_CONNECTION_FAILED','percyOptions','hub-aps-only.browserstack.com','PUPPETEER_HUB_URL','testReporting','https://observability-devtestops.bsstag.com','uniqueDependency','PERCY_SUPPORTED_FRAMEWORKS','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','jest','13|5|7|12|1|0|8|10|9|2|3|4|6|11','PLAYWRIGHT','Upgrade\x20required','ROOT_CAPS','certificate\x20has\x20expired','browserstackLocal','acceptSslCerts','codeceptjs','accessibilityOptions','AUTOLOGCAPTURE_NOTIFICATION','OBSERVABILITY_SUPPORTED_FWS','percyCaptureMode','rerunTests','841765tWDVom','hub.browserstack.com','COMMONJS','PLAYWRIGHT_TRACE_LOGS','ERR_PROXY_CONNECTION_FAILED','CLIENT_TROUBLESHOOTING_HASH','ERR_SOCKET_NOT_CONNECTED','MOCHA','ERR_CONNECTION_RESET','localOptions','AI_INIT_SUCCESSFUL','Run\x20mocha\x20tests\x20on\x20browserstack','ERR_ADDRESS_UNREACHABLE','root','NEWMAN','https://api.browserstack.com','O11Y_URL','/usage-debug.log','strictFileInteractability','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_TIMED_OUT','1288hOzPGn','https://tcg.bsstag.com','SDKTestInitFailedResponse','browserName','APP_AUTOMATE','ERR_BLOCKED_BY_CLIENT','httpsProxy','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','INFO','us-east','percy','CUSTOM_ID_REGEX','invalidTestInputType','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','localProxyPass','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','JEST','MODULE','ATS_HUB_URL_REGEX','sdk/v1/event','ERR_CONNECTION_REFUSED','TCG_AUTH_FAILURE','testContextOptions','framework','browserstack','EDS_URL','2395144XDPJBT','automate','mocha'];a62_0x4ec9=function(){return _0x12a6f4;};return a62_0x4ec9();}a62_0xbf2d47[a62_0x3e826c(0x184)]=[a62_0x3e826c(0x12a),a62_0x3e826c(0x145),a62_0x3e826c(0x1d6),a62_0x3e826c(0x153),a62_0x3e826c(0x204),'browserstack.key','password',a62_0x3e826c(0x14f),a62_0x3e826c(0x1e5),a62_0x3e826c(0x193),a62_0x3e826c(0x14e),a62_0x3e826c(0x1e6),a62_0x3e826c(0x1f0),a62_0x3e826c(0x1af),'browserstack.overridelocalInfo.userAuthToken'],a62_0xbf2d47['browserStackLocalOptions']=[a62_0x3e826c(0x144),a62_0x3e826c(0x150),'localProxyUser',a62_0x3e826c(0x19b)];const a62_0x4cfc79={};a62_0x4cfc79[a62_0x3e826c(0x16f)]=a62_0x3e826c(0x16f),a62_0x4cfc79[a62_0x3e826c(0x21e)]='browserStackLocalOptions',a62_0x4cfc79[a62_0x3e826c(0x180)]=a62_0x3e826c(0x21e),a62_0x4cfc79['parallelsPerPlatform']='parallelsPerPlatform',a62_0x4cfc79[a62_0x3e826c(0x15d)]=a62_0x3e826c(0x15d),a62_0x4cfc79[a62_0x3e826c(0x146)]=a62_0x3e826c(0x146),a62_0x4cfc79[a62_0x3e826c(0x1e5)]=a62_0x3e826c(0x1e5),a62_0x4cfc79[a62_0x3e826c(0x193)]='httpsProxy',a62_0x4cfc79[a62_0x3e826c(0x1a4)]=a62_0x3e826c(0x1a4),a62_0x4cfc79[a62_0x3e826c(0x1a3)]=a62_0x3e826c(0x1a3),a62_0x4cfc79[a62_0x3e826c(0x201)]=a62_0x3e826c(0x201),a62_0x4cfc79[a62_0x3e826c(0x164)]=a62_0x3e826c(0x164),a62_0x4cfc79['testObservabilityOptions']='testObservabilityOptions',a62_0x4cfc79['testReportingOptions']='testReportingOptions',a62_0x4cfc79[a62_0x3e826c(0x14e)]='customVariables',a62_0x4cfc79[a62_0x3e826c(0x123)]=a62_0x3e826c(0x1b1),a62_0x4cfc79['browserstackAutomation']='browserstackAutomation',a62_0x4cfc79[a62_0x3e826c(0x176)]=a62_0x3e826c(0x176),a62_0x4cfc79['percy']=a62_0x3e826c(0x197),a62_0x4cfc79[a62_0x3e826c(0x161)]=a62_0x3e826c(0x161),a62_0x4cfc79['percyCaptureMode']=a62_0x3e826c(0x175),a62_0x4cfc79['disableAutoCaptureLogs']=a62_0x3e826c(0x21d),a62_0x4cfc79['accessibility']=a62_0x3e826c(0x1df),a62_0x4cfc79[a62_0x3e826c(0x172)]=a62_0x3e826c(0x172),a62_0x4cfc79[a62_0x3e826c(0x1e0)]=a62_0x3e826c(0x1e0),a62_0x4cfc79[a62_0x3e826c(0x217)]=a62_0x3e826c(0x217),a62_0x4cfc79['proxySettings']=a62_0x3e826c(0x213),a62_0x4cfc79[a62_0x3e826c(0x208)]=a62_0x3e826c(0x208);const a62_0x10a61e={};a62_0x10a61e[a62_0x3e826c(0x151)]=a62_0x3e826c(0x178),a62_0x10a61e[a62_0x3e826c(0x196)]=a62_0x3e826c(0x152),a62_0x10a61e['us']=a62_0x3e826c(0x154),a62_0x10a61e['eu']=a62_0x3e826c(0x1c0),a62_0x10a61e['in']=a62_0x3e826c(0x162),a62_0x10a61e['au']=a62_0x3e826c(0x128);const a62_0x51a57a={};a62_0x51a57a['.browserstack\x20folder\x20not\x20accessible']=['SDK-GEN-001','[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 a62_0x157702={};a62_0x157702[a62_0x3e826c(0x129)]=a62_0x3122c7,a62_0x157702[a62_0x3e826c(0x19d)]=a62_0xa2d648,a62_0x157702[a62_0x3e826c(0x17e)]=a62_0x13494f,a62_0x157702[a62_0x3e826c(0x214)]=a62_0x110e2f,a62_0x157702['VANILLA']=a62_0x30379b,a62_0x157702[a62_0x3e826c(0x143)]=a62_0x30b7c3,a62_0x157702[a62_0x3e826c(0x16b)]=a62_0x46eb24,a62_0x157702[a62_0x3e826c(0x20a)]=a62_0x2e6200,a62_0x157702[a62_0x3e826c(0x1ab)]=a62_0x42a4bf,a62_0x157702[a62_0x3e826c(0x185)]=a62_0x510dcf,a62_0x157702[a62_0x3e826c(0x1d3)]=a62_0xb08d4a,a62_0x157702[a62_0x3e826c(0x1b3)]=a62_0x1af63c,a62_0x157702[a62_0x3e826c(0x1c1)]=0xf*0x3c*0x3e8,a62_0x157702[a62_0x3e826c(0x1d7)]='https://hub.browserstack.com/wd/hub',a62_0x157702[a62_0x3e826c(0x1da)]=a62_0x3e826c(0x1f8),a62_0x157702['TCG_REGION']=a62_0x3e826c(0x1d5),a62_0x157702[a62_0x3e826c(0x1de)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a62_0x157702[a62_0x3e826c(0x19f)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a62_0x157702[a62_0x3e826c(0x1cb)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a62_0x157702[a62_0x3e826c(0x16d)]=[a62_0x3e826c(0x122),'pageLoadStrategy',a62_0x3e826c(0x189),a62_0x3e826c(0x216),a62_0x3e826c(0x1ac),a62_0x3e826c(0x190),a62_0x3e826c(0x1c9),a62_0x3e826c(0x170),'acceptSslCert','chromeOptions',a62_0x3e826c(0x209),'edgeOptions',a62_0x3e826c(0x132)],a62_0x157702[a62_0x3e826c(0x1be)]=/^[\w-]+:.*$/,a62_0x157702[a62_0x3e826c(0x210)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a62_0x157702[a62_0x3e826c(0x1a6)]='https://eds.browserstack.com',a62_0x157702[a62_0x3e826c(0x127)]=a62_0x3e826c(0x186),a62_0x157702[a62_0x3e826c(0x1e7)]='https://api-cloud.browserstack.com',a62_0x157702[a62_0x3e826c(0x1fe)]=a62_0x3e826c(0x1e9),a62_0x157702[a62_0x3e826c(0x1c4)]=a62_0x3e826c(0x1a0),a62_0x157702['AUTOMATE_PRODUCTS']=[a62_0x3e826c(0x1a8),'observability'],a62_0x157702[a62_0x3e826c(0x13d)]=[a62_0x3e826c(0x1e1),'observability'],a62_0x157702[a62_0x3e826c(0x19a)]=[a62_0x3e826c(0x212)],a62_0x157702[a62_0x3e826c(0x1b7)]=a62_0x3e826c(0x1ec),a62_0x157702[a62_0x3e826c(0x174)]=[a62_0x3e826c(0x1a9),'Playwright'],a62_0x157702['AUTOMATE']=[a62_0x3e826c(0x1a8)],a62_0x157702[a62_0x3e826c(0x1c3)]='https://automate.browserstack.com/dashboard/v2/builds/',a62_0x157702[a62_0x3e826c(0x1ff)]=a62_0x3e826c(0x157),a62_0x157702[a62_0x3e826c(0x191)]=['app-automate'],a62_0x157702[a62_0x3e826c(0x1bb)]=[a62_0x3e826c(0x1ae),a62_0x3e826c(0x18c),a62_0x3e826c(0x192),'ERR_NETWORK_CHANGED',a62_0x3e826c(0x17d),a62_0x3e826c(0x12d),a62_0x3e826c(0x17f),a62_0x3e826c(0x1a1),a62_0x3e826c(0x215),a62_0x3e826c(0x1e4),'ERR_NAME_NOT_RESOLVED',a62_0x3e826c(0x1ed),a62_0x3e826c(0x183),a62_0x3e826c(0x1f1),'ERR_CONNECTION_TIMED_OUT',a62_0x3e826c(0x160),a62_0x3e826c(0x156),a62_0x3e826c(0x17b),a62_0x3e826c(0x124),'ERR_NAME_RESOLUTION_FAILED',a62_0x3e826c(0x14c)],a62_0x157702[a62_0x3e826c(0x1db)]=['.apk',a62_0x3e826c(0x142),a62_0x3e826c(0x1ea)],a62_0x157702[a62_0x3e826c(0x198)]=a62_0x3e826c(0x12f),a62_0x157702['SHAREABLE_ID_REGEX']=a62_0x3e826c(0x1d1),a62_0x157702['CI_ARTIFACTS_PATH']=a62_0x3e826c(0x14a),a62_0x157702[a62_0x3e826c(0x158)]=a62_0x3e826c(0x1f3),a62_0x157702[a62_0x3e826c(0x163)]='wss://cdp.browserstack.com/puppeteer?caps=',a62_0x157702[a62_0x3e826c(0x1ad)]=a62_0x1e57b3,a62_0x157702[a62_0x3e826c(0x167)]=[a62_0x3e826c(0x169),a62_0x3e826c(0x1a9)],a62_0x157702['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a62_0x425d89,a62_0x157702[a62_0x3e826c(0x173)]=a62_0x3e826c(0x19c),a62_0x157702['PACKAGE_TYPE']=a62_0x22e847,a62_0x157702[a62_0x3e826c(0x203)]=0x40*0x400,a62_0x157702[a62_0x3e826c(0x1b5)]=a62_0x3e826c(0x1eb),a62_0x157702[a62_0x3e826c(0x1dd)]=a62_0x3e826c(0x16c),a62_0x157702[a62_0x3e826c(0x133)]=a62_0x3e826c(0x14b),a62_0x157702['INVALID_INIT_RESP_WITH_USER_IMPACT']=a62_0x3e826c(0x1d2),a62_0x157702[a62_0x3e826c(0x1a2)]=a62_0x3e826c(0x219),a62_0x157702[a62_0x3e826c(0x181)]=a62_0x3e826c(0x20f),a62_0x157702[a62_0x3e826c(0x1b4)]=a62_0x3e826c(0x18f),a62_0x157702[a62_0x3e826c(0x1cf)]=a62_0x3e826c(0x218),a62_0x157702[a62_0x3e826c(0x1bd)]=0x1388,a62_0x157702[a62_0x3e826c(0x1fa)]=0x1388,a62_0x157702[a62_0x3e826c(0x1b2)]=0x1388,a62_0x157702['HEALING_FAILURE_TIMEOUT']=0x1388,a62_0x157702[a62_0x3e826c(0x1c6)]=0xc350,a62_0x157702[a62_0x3e826c(0x15b)]=a62_0x2b7fb4,a62_0x157702[a62_0x3e826c(0x1b8)]=a62_0xbf2d47,a62_0x157702['AI_ENABLED_FRAMEWORK']=[a62_0x3e826c(0x130),a62_0x3e826c(0x171)],a62_0x157702[a62_0x3e826c(0x21b)]=a62_0x4cfc79,a62_0x157702[a62_0x3e826c(0x1c5)]=a62_0x3e826c(0x1f5),a62_0x157702[a62_0x3e826c(0x1fc)]=a62_0x3e826c(0x188),a62_0x157702['DEBUG_CLI_LOG_FILE_NAME']=a62_0x3e826c(0x1d4),a62_0x157702[a62_0x3e826c(0x13a)]='browserstack.com',a62_0x157702[a62_0x3e826c(0x159)]=a62_0x3e826c(0x12b),a62_0x157702[a62_0x3e826c(0x187)]=a62_0x3e826c(0x148),a62_0x157702[a62_0x3e826c(0x155)]=a62_0x3e826c(0x1f6),a62_0x157702[a62_0x3e826c(0x1d9)]=a62_0x3e826c(0x1a5),a62_0x157702['CLI_SUPPORTED_FRAMEWORKS']=[a62_0x3e826c(0x141),a62_0x3e826c(0x1d0),a62_0x3e826c(0x169),a62_0x3e826c(0x21c),a62_0x3e826c(0x1b6)],a62_0x157702[a62_0x3e826c(0x1dc)]=[a62_0x3e826c(0x125),a62_0x3e826c(0x1cd),a62_0x3e826c(0x11e),a62_0x3e826c(0x1c8),a62_0x3e826c(0x15c),a62_0x3e826c(0x1fd)],a62_0x157702[a62_0x3e826c(0x17a)]=a62_0x3e826c(0x17a),a62_0x157702[a62_0x3e826c(0x1bc)]=a62_0x10a61e,a62_0x157702[a62_0x3e826c(0x135)]=[a62_0x3e826c(0x138),a62_0x3e826c(0x1f4),a62_0x3e826c(0x16e),a62_0x3e826c(0x206),a62_0x3e826c(0x1fb),a62_0x3e826c(0x20b)],a62_0x157702['SSL_ERROR_CODES']=['SELF_SIGNED_CERT_IN_CHAIN',a62_0x3e826c(0x20b),'UNABLE_TO_VERIFY_LEAF_SIGNATURE',a62_0x3e826c(0x134),a62_0x3e826c(0x1fb),a62_0x3e826c(0x21a)],a62_0x157702['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a62_0x157702[a62_0x3e826c(0x17c)]=a62_0x51a57a,a62_0x157702[a62_0x3e826c(0x136)]=['GLOBAL_AGENT_HTTP_PROXY','GLOBAL_AGENT_NO_PROXY',a62_0x3e826c(0x1e2)],a62_0x157702[a62_0x3e826c(0x14d)]=['ETXTBSY',a62_0x3e826c(0x140)],a62_0x157702['MAX_SPAWN_RETRIES']=0x3,a62_0x157702[a62_0x3e826c(0x12c)]=0x3e8,module[a62_0x3e826c(0x1e8)]=a62_0x157702;const _env=(process['env']['BROWSERSTACK_ENV']||'prod')['toLowerCase']();if(_env==='staging'||_env==='stag'){const JbtgLE=a62_0x3e826c(0x16a)['split']('|');let DsCgTW=0x0;while(!![]){switch(JbtgLE[DsCgTW++]){case'0':module['exports']['BROWSERSTACK_APP_AUTOMATE_URL']=a62_0x3e826c(0x194);continue;case'1':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1c3)]=a62_0x3e826c(0x205);continue;case'2':module['exports']['BSTACK_URL']=a62_0x3e826c(0x120);continue;case'3':module['exports']['O11Y_URL']=a62_0x3e826c(0x165);continue;case'4':module['exports']['OBSERVABILITY_UPLOAD_URL']=a62_0x3e826c(0x1cc);continue;case'5':module['exports'][a62_0x3e826c(0x127)]=a62_0x3e826c(0x13f);continue;case'6':module['exports'][a62_0x3e826c(0x1a6)]='https://edsstaging.bsstag.com';continue;case'7':module['exports'][a62_0x3e826c(0x1da)]=a62_0x3e826c(0x18e);continue;case'8':module[a62_0x3e826c(0x1e8)]['APP_UPLOAD_URL']=a62_0x3e826c(0x1ce);continue;case'9':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x163)]=a62_0x3e826c(0x12e);continue;case'10':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x158)]=a62_0x3e826c(0x1b9);continue;case'11':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1d9)]=a62_0x3e826c(0x137);continue;case'12':module['exports'][a62_0x3e826c(0x1de)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1d7)]=a62_0x3e826c(0x1c7);continue;}break;}}else{if(_env===a62_0x3e826c(0x15f)||_env===a62_0x3e826c(0x11f)){const mprhkG='12|13|7|6|10|1|4|11|0|5|8|9|3|2'[a62_0x3e826c(0x1ef)]('|');let tqapjH=0x0;while(!![]){switch(mprhkG[tqapjH++]){case'0':module[a62_0x3e826c(0x1e8)]['PUPPETEER_HUB_URL']=a62_0x3e826c(0x1c2);continue;case'1':module[a62_0x3e826c(0x1e8)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1d9)]=a62_0x3e826c(0x137);continue;case'3':module['exports'][a62_0x3e826c(0x1a6)]='https://edsstaging.bsstag.com';continue;case'4':module[a62_0x3e826c(0x1e8)]['APP_UPLOAD_URL']=a62_0x3e826c(0x200);continue;case'5':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x13a)]=a62_0x3e826c(0x120);continue;case'6':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1de)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1da)]='https://tcg-preprod.bsstag.com';continue;case'8':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x187)]='https://automation-preprod.bsstag.com';continue;case'9':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1b7)]='https://upload-observability-preprod.bsstag.com';continue;case'10':module['exports'][a62_0x3e826c(0x1c3)]=a62_0x3e826c(0x15a);continue;case'11':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x158)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'12':module[a62_0x3e826c(0x1e8)][a62_0x3e826c(0x1d7)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'13':module['exports']['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;}break;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a63_0x1da316=a63_0x36cc;(function(_0xcfbc69,_0x267281){const _0x1f3c1=a63_0x36cc,_0xcfa47a=_0xcfbc69();while(!![]){try{const _0x524b0b=parseInt(_0x1f3c1(0x188))/0x1+parseInt(_0x1f3c1(0x17d))/0x2*(-parseInt(_0x1f3c1(0x180))/0x3)+parseInt(_0x1f3c1(0x17a))/0x4+-parseInt(_0x1f3c1(0x186))/0x5+parseInt(_0x1f3c1(0x18b))/0x6+-parseInt(_0x1f3c1(0x18a))/0x7*(parseInt(_0x1f3c1(0x184))/0x8)+parseInt(_0x1f3c1(0x17e))/0x9;if(_0x524b0b===_0x267281)break;else _0xcfa47a['push'](_0xcfa47a['shift']());}catch(_0x2d8482){_0xcfa47a['push'](_0xcfa47a['shift']());}}}(a63_0x54fb,0x79c55));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x669c7e,_0x15d6bb){return _0x4a1a96=>{const _0x3b907f=a63_0x36cc;BSTestOpsLogger[_0x3b907f(0x182)]({'level':_0x4a1a96[_0x3b907f(0x179)]?_0x4a1a96[_0x3b907f(0x179)][_0x3b907f(0x17f)]:null,'message':_0x4a1a96['data']?_0x4a1a96[_0x3b907f(0x183)][_0x3b907f(0x17c)]('\x20'):null});};}function a63_0x54fb(){const _0x7a9f60=['3567524VbBmkF','timezoneOffset','join','2rFkRSb','12209589SefOWu','levelStr','2533758iQVjot','colouredLayout','log','data','8HactXS','sVbDu','4898065gMNHLg','type','165621InDhcQ','configure','1517215iOSyNN','753564zATjUg','layout','level'];a63_0x54fb=function(){return _0x7a9f60;};return a63_0x54fb();}function a63_0x36cc(_0x545ac3,_0x4944dd){const _0x54fb66=a63_0x54fb();return a63_0x36cc=function(_0x36cce2,_0x395575){_0x36cce2=_0x36cce2-0x178;let _0x3252be=_0x54fb66[_0x36cce2];return _0x3252be;},a63_0x36cc(_0x545ac3,_0x4944dd);}exports[a63_0x1da316(0x189)]=(_0x5e626b,_0x33e3cf)=>{const _0x3f6080=a63_0x1da316,_0x543f0a={'sVbDu':function(_0x1c43a6,_0xfec15d,_0x541d8e){return _0x1c43a6(_0xfec15d,_0x541d8e);}};let _0x1972e2=_0x33e3cf[_0x3f6080(0x181)];return _0x5e626b[_0x3f6080(0x178)]&&(_0x1972e2=_0x33e3cf['layout'](_0x5e626b[_0x3f6080(0x178)][_0x3f6080(0x187)],_0x5e626b[_0x3f6080(0x178)])),_0x543f0a[_0x3f6080(0x185)](BSTestOpsLog4JSAppender,_0x1972e2,_0x5e626b[_0x3f6080(0x17b)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a64_0x33ca(_0x55e0d0,_0xc30b05){const _0x44b0d3=a64_0x44b0();return a64_0x33ca=function(_0x33cad3,_0x3cd856){_0x33cad3=_0x33cad3-0x19a;let _0x4bb26b=_0x44b0d3[_0x33cad3];return _0x4bb26b;},a64_0x33ca(_0x55e0d0,_0xc30b05);}const a64_0x74699a=a64_0x33ca;(function(_0xe50f91,_0x274ce5){const _0x86d67d=a64_0x33ca,_0x19e7ee=_0xe50f91();while(!![]){try{const _0x1c3c1d=-parseInt(_0x86d67d(0x1a9))/0x1*(-parseInt(_0x86d67d(0x1a4))/0x2)+-parseInt(_0x86d67d(0x1b9))/0x3*(-parseInt(_0x86d67d(0x19e))/0x4)+parseInt(_0x86d67d(0x19b))/0x5*(-parseInt(_0x86d67d(0x1b2))/0x6)+-parseInt(_0x86d67d(0x1af))/0x7*(parseInt(_0x86d67d(0x1bd))/0x8)+-parseInt(_0x86d67d(0x19c))/0x9+parseInt(_0x86d67d(0x1b8))/0xa*(parseInt(_0x86d67d(0x1bc))/0xb)+-parseInt(_0x86d67d(0x1a2))/0xc*(-parseInt(_0x86d67d(0x1b1))/0xd);if(_0x1c3c1d===_0x274ce5)break;else _0x19e7ee['push'](_0x19e7ee['shift']());}catch(_0x24dbe8){_0x19e7ee['push'](_0x19e7ee['shift']());}}}(a64_0x44b0,0x308f2));const Transport=require(a64_0x74699a(0x1a7)),{consoleHolder}=require(a64_0x74699a(0x1aa)),a64_0xae8486={};a64_0xae8486['INFO']=a64_0x74699a(0x1a1),a64_0xae8486[a64_0x74699a(0x1b0)]=a64_0x74699a(0x1b0),a64_0xae8486[a64_0x74699a(0x1a3)]=a64_0x74699a(0x1a3),a64_0xae8486[a64_0x74699a(0x1ab)]='TRACE',a64_0xae8486['WARN']=a64_0x74699a(0x1b5);const LOG_LEVELS=a64_0xae8486;class logPatcher extends Transport{constructor(_0x5f2f2d){super(_0x5f2f2d);}['logToTestOps']=(_0x2425ee=LOG_LEVELS['INFO'],_0x1cdce7=[''])=>{const _0x3db8c7=a64_0x74699a,_0x3da388={};_0x3da388[_0x3db8c7(0x19a)]=_0x3db8c7(0x1b4);const _0x31c767=_0x3da388;consoleHolder[_0x2425ee[_0x3db8c7(0x1b6)]()](..._0x1cdce7),process[_0x3db8c7(0x1a0)](_0x3db8c7(0x1a6)+process[_0x3db8c7(0x19f)],{'timestamp':new Date()[_0x3db8c7(0x1ba)](),'level':_0x2425ee[_0x3db8c7(0x1ac)](),'message':'\x22'+_0x1cdce7[_0x3db8c7(0x1b7)](',\x20')+'\x22','kind':_0x31c767['BRAAu'],'http_response':{}});};[a64_0x74699a(0x19d)]=(..._0x8998f1)=>{const _0x178415=a64_0x74699a;this[_0x178415(0x1ae)](LOG_LEVELS[_0x178415(0x1ab)],_0x8998f1);};[a64_0x74699a(0x1b3)]=(..._0xddc98)=>{const _0x371b5f=a64_0x74699a;this[_0x371b5f(0x1ae)](LOG_LEVELS[_0x371b5f(0x1a3)],_0xddc98);};[a64_0x74699a(0x1bb)]=(..._0x39fd89)=>{const _0x55a019=a64_0x74699a;this[_0x55a019(0x1ae)](LOG_LEVELS[_0x55a019(0x1a1)],_0x39fd89);};[a64_0x74699a(0x1a8)]=(..._0x2c9ed4)=>{const _0x2fd240=a64_0x74699a;this[_0x2fd240(0x1ae)](LOG_LEVELS[_0x2fd240(0x1b5)],_0x2c9ed4);};[a64_0x74699a(0x1ad)]=(..._0x4b4e6c)=>{const _0x97619=a64_0x74699a;this[_0x97619(0x1ae)](LOG_LEVELS[_0x97619(0x1b0)],_0x4b4e6c);};[a64_0x74699a(0x1a5)]=(..._0x55d1b5)=>{const _0x5d0428=a64_0x74699a;this[_0x5d0428(0x1ae)](LOG_LEVELS['INFO'],_0x55d1b5);};}function a64_0x44b0(){const _0x3af9dc=['trace','8FXihyb','pid','emit','INFO','156EBjgsI','DEBUG','538366vHyKWq','log','bs:addLog:','winston-transport','warn','1SFuOLF','../../helpers/test-observability/constants','TRACE','toUpperCase','error','logToTestOps','4599ZmlDkQ','ERROR','13143tFIfID','26466bbvvzM','debug','TEST_LOG','WARN','toLowerCase','join','10rJTBex','267630VNndow','toISOString','info','4143029Gahrjq','3800AJFVlN','BRAAu','20qDMAId','2778912aNmISx'];a64_0x44b0=function(){return _0x3af9dc;};return a64_0x44b0();};module['exports']=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65_0x25a9d7=a65_0x2f52;(function(_0x56b2a1,_0x333956){const _0x3f5ae9=a65_0x2f52,_0x56df8b=_0x56b2a1();while(!![]){try{const _0x25d4d3=parseInt(_0x3f5ae9(0xef))/0x1*(-parseInt(_0x3f5ae9(0xf1))/0x2)+-parseInt(_0x3f5ae9(0xe8))/0x3+parseInt(_0x3f5ae9(0xf2))/0x4*(-parseInt(_0x3f5ae9(0xf3))/0x5)+parseInt(_0x3f5ae9(0xe5))/0x6+parseInt(_0x3f5ae9(0xdd))/0x7+-parseInt(_0x3f5ae9(0xec))/0x8+parseInt(_0x3f5ae9(0xe9))/0x9*(parseInt(_0x3f5ae9(0xdb))/0xa);if(_0x25d4d3===_0x333956)break;else _0x56df8b['push'](_0x56df8b['shift']());}catch(_0x45b91f){_0x56df8b['push'](_0x56df8b['shift']());}}}(a65_0x4946,0xa9dd3));const Transport=require(a65_0x25a9d7(0xed)),{consoleHolder}=require('../../helpers/test-observability/constants'),a65_0x5dfa76={};a65_0x5dfa76[a65_0x25a9d7(0xe3)]=a65_0x25a9d7(0xe3),a65_0x5dfa76[a65_0x25a9d7(0xda)]=a65_0x25a9d7(0xda),a65_0x5dfa76[a65_0x25a9d7(0xee)]=a65_0x25a9d7(0xee),a65_0x5dfa76[a65_0x25a9d7(0xd7)]=a65_0x25a9d7(0xd7),a65_0x5dfa76['WARN']=a65_0x25a9d7(0xe7);const LOG_LEVELS=a65_0x5dfa76;class logReportingAPI extends Transport{constructor(_0x212d76){super(_0x212d76);}[a65_0x25a9d7(0xeb)](_0xf94b56,_0x431156){const _0x3e29d8=a65_0x25a9d7,_0x14a07b={'UrbQF':_0x3e29d8(0xdc),'ruLec':function(_0x532358,_0x481d9b){return _0x532358(_0x481d9b);},'BdHhv':function(_0x165155,_0x3b77d1){return _0x165155===_0x3b77d1;},'XrkUP':_0x3e29d8(0xe6),'MOWvW':function(_0x32f36c){return _0x32f36c();}};_0x14a07b[_0x3e29d8(0xea)](setImmediate,()=>{const _0x4baf88=_0x3e29d8;this['emit'](_0x14a07b[_0x4baf88(0xf7)],_0xf94b56);}),_0x14a07b[_0x3e29d8(0xf4)](typeof _0xf94b56,_0x14a07b[_0x3e29d8(0xe0)])?this[_0x3e29d8(0xf8)](_0xf94b56['level']||LOG_LEVELS['INFO'],_0xf94b56[_0x3e29d8(0xe2)],![]):this['logToTestOps'](LOG_LEVELS[_0x3e29d8(0xe3)],_0xf94b56),_0x431156&&_0x14a07b[_0x3e29d8(0xdf)](_0x431156);}['logToTestOps']=(_0x21ac8f=LOG_LEVELS[a65_0x25a9d7(0xe3)],_0x35d39d='',_0x250726=!![])=>{const _0x236833=a65_0x25a9d7,_0x44af73={};_0x44af73['DbLAM']='TEST_LOG';const _0x2d3be4=_0x44af73;_0x250726&&consoleHolder[_0x21ac8f['toLowerCase']()](_0x35d39d),process[_0x236833(0xf0)](_0x236833(0xe4)+process[_0x236833(0xf5)],{'timestamp':new Date()['toISOString'](),'level':_0x21ac8f[_0x236833(0xd6)](),'message':_0x35d39d,'kind':_0x2d3be4['DbLAM'],'http_response':{}});};[a65_0x25a9d7(0xe1)]=(_0x404453,_0x360b33)=>{const _0x206b0e=a65_0x25a9d7;this[_0x206b0e(0xf8)](LOG_LEVELS[_0x206b0e(0xd7)],_0x404453);};[a65_0x25a9d7(0xde)]=(_0x5c2dcb,_0x4bcf1d)=>{const _0x320e72=a65_0x25a9d7;this[_0x320e72(0xf8)](LOG_LEVELS[_0x320e72(0xee)],_0x5c2dcb);};[a65_0x25a9d7(0xd9)]=(_0x51935e,_0x493d63)=>{const _0x39c19e=a65_0x25a9d7;this[_0x39c19e(0xf8)](LOG_LEVELS[_0x39c19e(0xe3)],_0x51935e);};[a65_0x25a9d7(0xf6)]=(_0x1350c9,_0x30a25d)=>{const _0x6dc9a6=a65_0x25a9d7;this[_0x6dc9a6(0xf8)](LOG_LEVELS[_0x6dc9a6(0xe7)],_0x1350c9);};[a65_0x25a9d7(0xd8)]=(_0x32cae7,_0x574ccc)=>{const _0x2068a1=a65_0x25a9d7;this[_0x2068a1(0xf8)](LOG_LEVELS[_0x2068a1(0xda)],_0x32cae7);};};module['exports']=logReportingAPI;function a65_0x2f52(_0x23e124,_0x4d79cb){const _0x49461d=a65_0x4946();return a65_0x2f52=function(_0x2f5279,_0x7b7bd6){_0x2f5279=_0x2f5279-0xd6;let _0x51101f=_0x49461d[_0x2f5279];return _0x51101f;},a65_0x2f52(_0x23e124,_0x4d79cb);}function a65_0x4946(){const _0x2e4219=['WARN','833352MUnMkn','252eGtkXK','ruLec','log','6771512qXmxob','winston-transport','DEBUG','30971svkhTd','emit','60gPukaF','62696mxTmhw','400KpVPXg','BdHhv','pid','warn','UrbQF','logToTestOps','toUpperCase','TRACE','error','info','ERROR','1105740OcPIJq','logged','5611585Towmja','debug','MOWvW','XrkUP','trace','message','INFO','bs:addLog:','631854NySPkO','object'];a65_0x4946=function(){return _0x2e4219;};return a65_0x4946();}
|