ライムテスト
Limetestは、CIワークフローで実行できるAI機能を備えた、最も軽量なエンドツーエンドのテストフレームワークです。テストケースを自然言語で定義し、AIに実行を任せましょう。
主な特徴
- AI 向けに最適化: テスト ケースをわかりやすい言語で定義し、AI にエンドツーエンドで実行させます。
- 軽量かつ効率的: ピクセル分析の代わりに Playwright スナップショットを活用して、より高速で信頼性の高い実行を実現します。
- ビジョン機能: より高度なテスト シナリオ中にスナップショット モードが失敗した場合は、ビジョン モードにフォールバックします。
インストール
ユーザーデータディレクトリ
limtestは、新しいプロファイルでChromeブラウザを起動します。
使用法
テストを実行する
CI ワークフローでヘッドレスでテストを実行するには --headless を使用します。
limetest MCP サーバー
https://github.com/user-attachments/assets/b801f239-dc66-4b3b-bcf2-42e2a9a68721
Playwrightを搭載したモデル コンテキスト プロトコル (MCP) サーバーは、MCP クライアントのエンドツーエンドのテストを効率化します。
ユースケース
- LLMによって計画され実行される自動テスト
設定例
このリポジトリのクローンを作成した後、次のように E2E MCP サーバーをビルドして MCP クライアントに追加します。この MCP サーバーをエンドツーエンド モードで実行するには、OpenAI API キーが必要であることに注意してください。
それから:
ログインしたすべての情報はそのプロファイルに保存されます。オフライン状態をクリアしたい場合は、セッション間でそれを削除できます。
謝辞
LimetestはMicrosoftのPlaywright MCPをベースにしており、スタンドアロンフレームワークとしてエンドツーエンドの自動テスト向けに最適化されています。このプロジェクトはApache 2.0ライセンスに基づいて配布されています。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
ピクセルベースの入力ではなく、Playwright のアクセシビリティ ツリーを使用して LLM によるエンドツーエンドの自動テストを可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without requiring screenshots or vision models.Last updated -21240,9801TypeScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, generate test code, scrape web content, and execute JavaScript in real browser environments.Last updated -3111,245TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without needing screenshots or visually-tuned models.Last updated -24240,980TypeScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without requiring screenshots or visually-tuned models.Last updated -25240,980