E2e.Dashboard banner
akiojin akiojin

E2e.Dashboard

Testing community

Description

--- description: MCP Playwrightを使用してDashboardのE2Eテストを実行します。 --- ## User Input ```text $ARGUMENTS ``` You **MUST** consider the user input before proceeding (if not empty). ## Goal MCP Playwrightツールを使用して、LLM Router DashboardのE2Eテストを対話的に実行する。 ブラウザを起動し、各UI要素の動作を検証し、スクリーンショットで結果を記録する。 ## Prerequisites - llmlbサーバーが `http://localhost:8080` で起動していること - サーバーが起動していない場合は、別ターミナルで `cargo run --release -p llmlb` を実行 ## Test Scenarios ### Phase 1: 初期表示テスト 1. **ナビゲーション**: `/dashboard` にアクセス 2. **初期スク

Installation

Installs to ~/.claude/commands/akiojin-llmlb-e2e.dashboard.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/akiojin/llmlb/HEAD/.claude/commands/e2e.dashboard.md -o ~/.claude/commands/akiojin-llmlb-e2e.dashboard.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository