Generate a production-ready Playwright E2E test from a natural language description. Creates TypeScript test files following best practices including data-testid locators, AAA pattern, and proper async/await usage.
/plugin marketplace add joel611/claude-plugins/plugin install playwright-e2e@joel-plugins# Generate Test Command ## Description Generate a production-ready Playwright E2E test from a natural language description. Creates TypeScript test files following best practices including data-testid locators, AAA pattern, and proper async/await usage. ## Usage ## Parameters - `description` - Natural language description of the test scenario (required) ## Examples ## Instructions for Claude When this command is invoked: 1. **Invoke the test-generator skill** to handle the test generation 2. **Gather requirements** from the user: - Feature/functionality to test - User...