Skip to main content
Glama

BrowserStack MCP server

Official
frameworks.ts1.1 kB
import { ConfigMapping } from "./types.js"; import * as constants from "./constants.js"; export const PERCY_INSTRUCTIONS: ConfigMapping = { java: { selenium: { testng: { instructions: constants.javaSeleniumInstructions }, cucumber: { instructions: constants.javaSeleniumInstructions }, junit4: { instructions: constants.javaSeleniumInstructions }, junit5: { instructions: constants.javaSeleniumInstructions }, selenide: { instructions: constants.javaSeleniumInstructions }, jbehave: { instructions: constants.javaSeleniumInstructions }, }, }, csharp: { selenium: { nunit: { instructions: constants.csharpSeleniumInstructions }, xunit: { instructions: constants.csharpSeleniumInstructions }, specflow: { instructions: constants.csharpSeleniumInstructions }, }, }, nodejs: { selenium: { mocha: { instructions: constants.nodejsSeleniumInstructions }, jest: { instructions: constants.nodejsSeleniumInstructions }, webdriverio: { instructions: constants.webdriverioPercyInstructions }, }, }, };

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