Run Yaml Test banner
terryso terryso

Run Yaml Test

Testing community

Description

# Execute YAML Test Cases Execute YAML-based Playwright test cases with step library references and parameter substitution support. ## Parameters - `file` (optional): Test case file path, if not provided executes all test cases in test-cases directory - `env` (optional): Environment name (dev/test/prod), defaults to dev - `tags` (optional): Tag filtering, supports single or multiple tags. **Executes ALL test cases that match the tag criteria** - Single tag: `smoke` (executes all test cases

Installation

Installs to ~/.claude/commands/terryso-claude-code-playwright-mcp-test-run-yaml-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/terryso/claude-code-playwright-mcp-test/HEAD/.claude/commands/run-yaml-test.md -o ~/.claude/commands/terryso-claude-code-playwright-mcp-test-run-yaml-test.md

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

Full documentation available on GitHub

View Source Repository