limetest-arch

limetest-arch

3.4

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