BrowserStack MCP server

Official

runTestsOnBrowserStack

Generate setup instructions to run tests on BrowserStack based on the automation framework, testing framework, programming language, and desired platforms in your project.

Instructions

Use this tool to get instructions for running tests on BrowserStack.

Input Schema

NameRequiredDescriptionDefault
desiredPlatformsYesThe platforms the user wants to test on. Always ask this to the user, do not try to infer this.
detectedBrowserAutomationFrameworkYesThe automation framework configured in the project. Example: 'playwright', 'selenium'
detectedLanguageYesThe programming language used in the project. Example: 'nodejs', 'python'
detectedTestingFrameworkYesThe testing framework used in the project. Example: 'jest', 'pytest'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "desiredPlatforms": { "description": "The platforms the user wants to test on. Always ask this to the user, do not try to infer this.", "items": { "enum": [ "windows", "macos", "android", "ios" ], "type": "string" }, "type": "array" }, "detectedBrowserAutomationFramework": { "description": "The automation framework configured in the project. Example: 'playwright', 'selenium'", "type": "string" }, "detectedLanguage": { "description": "The programming language used in the project. Example: 'nodejs', 'python'", "type": "string" }, "detectedTestingFramework": { "description": "The testing framework used in the project. Example: 'jest', 'pytest'", "type": "string" } }, "required": [ "detectedBrowserAutomationFramework", "detectedTestingFramework", "detectedLanguage", "desiredPlatforms" ], "type": "object" }

You must be authenticated.

Other Tools from BrowserStack MCP server

Related Tools

ID: eoxjxomxet