Skip to main content
Glama

Limetest MCP Server

by m2rads

browser_endtoend

Execute end-to-end browser tests by defining test cases to validate functionality and interactions using Playwright’s accessibility tree on the Limetest MCP Server.

Instructions

Run an end to end test suit in the browser

Input Schema

NameRequiredDescriptionDefault
testDefinitionYesThe test case definition

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "testDefinition": { "description": "The test case definition", "type": "string" } }, "required": [ "testDefinition" ], "type": "object" }
Install Server

Other Tools from Limetest MCP Server

Related Tools

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/m2rads/limetest'

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