Skip to main content
Glama

Limetest MCP Server

by m2rads

browser_endtoend

Run end-to-end browser tests using LLMs with Playwright's accessibility tree to validate test cases efficiently.

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" }

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