Skip to main content
Glama

BrowserStack MCP server

Official
frameworks.ts2.25 kB
import { ConfigMapping } from "../common/types.js"; import * as constants from "./constants.js"; export const SUPPORTED_CONFIGURATIONS: ConfigMapping = { python: { playwright: { pytest: { instructions: constants.pythonInstructions }, }, selenium: { pytest: { instructions: constants.pytestInstructions }, robot: { instructions: constants.robotInstructions }, behave: { instructions: constants.behaveInstructions }, }, }, java: { playwright: { junit4: { instructions: constants.javaInstructions }, junit5: { instructions: constants.javaInstructions }, testng: { instructions: constants.javaInstructions }, }, selenium: { testng: { instructions: constants.javaInstructions }, cucumber: { instructions: constants.javaInstructions }, junit4: { instructions: constants.javaInstructions }, junit5: { instructions: constants.javaInstructions }, }, }, csharp: { playwright: { nunit: { instructions: constants.csharpPlaywrightCommonInstructions }, mstest: { instructions: constants.csharpPlaywrightCommonInstructions }, }, selenium: { xunit: { instructions: constants.csharpCommonInstructions }, nunit: { instructions: constants.csharpCommonInstructions }, mstest: { instructions: constants.csharpCommonInstructions }, specflow: { instructions: constants.csharpCommonInstructions }, reqnroll: { instructions: constants.csharpCommonInstructions }, }, }, nodejs: { playwright: { jest: { instructions: constants.nodejsInstructions }, codeceptjs: { instructions: constants.nodejsInstructions }, playwright: { instructions: constants.nodejsInstructions }, }, selenium: { jest: { instructions: constants.nodejsInstructions }, webdriverio: { instructions: constants.webdriverioInstructions }, mocha: { instructions: constants.nodejsInstructions }, cucumber: { instructions: constants.nodejsInstructions }, nightwatch: { instructions: constants.nodejsInstructions }, codeceptjs: { instructions: constants.nodejsInstructions }, }, cypress: { cypress: { instructions: constants.cypressInstructions }, }, }, };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/browserstack/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server