Run Test Suite banner
terryso terryso

Run Test Suite

Testing community

Description

# Execute Test Suites Execute YAML-based test suites containing multiple organized test cases with suite-level configuration and reporting. ## Parameters - `suite` (optional): Test suite file path, if not provided executes all test suites in test-suites directory - `env` (optional): Environment name (dev/test/prod), defaults to the suite's configured environment or dev - `tags` (optional): Tag filtering for both suite-level and test-level tags. **Executes ALL test suites and test cases that m

Installation

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

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

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

Full documentation available on GitHub

View Source Repository