E2e.Playground banner
akiojin akiojin

E2e.Playground

Testing community

Description

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

Installation

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

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

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

Full documentation available on GitHub

View Source Repository