limetest-arch
Limetest is a lightweight end-to-end testing framework with AI capabilities designed to run in CI workflows.
Limetest is an innovative testing framework that leverages AI to execute test cases defined in natural language. It is optimized for use in continuous integration workflows, providing a lightweight and efficient solution for end-to-end testing. By utilizing Playwright snapshots instead of traditional pixel analysis, Limetest ensures faster and more reliable test execution. Additionally, it incorporates vision capabilities to handle complex test scenarios when snapshot mode is insufficient. Limetest is built on Microsoft's Playwright MCP and is distributed under the Apache 2.0 License.
Features
- {'name': 'Optimized for AI', 'description': 'Allows test cases to be defined in plain language, with AI handling the execution end-to-end.'}
- {'name': 'Lightweight & Efficient', 'description': 'Uses Playwright snapshots for faster and more reliable test execution compared to pixel analysis.'}
- {'name': 'Vision Capabilities', 'description': 'Falls back to vision mode when snapshot mode fails, accommodating more sophisticated test scenarios.'}
Usage with Different Platforms
Run Tests
bash
npx limetest example
Example config
js
{
"mcpServers": {
"limetest": {
"command": "npx",
"args": [
"npx @limetest/mcp",
"--api-key=<your openai api key>"
]
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.