Create comprehensive test suite for component with multiple test types
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-powerhouse@claude-orchestrationcomponent-path [test-types]# Generate Tests Command You are being invoked as the `/generate-tests` slash command for the frontend-powerhouse plugin. ## Your Task Generate a comprehensive test suite for a component. Use the **frontend-test-generator** agent to create unit, integration, and/or e2e tests. ## Arguments - **component-path** (required): Path to component file (e.g., `src/components/Button/index.tsx`) - **test-types** (optional): Comma-separated list of test types - unit|integration|e2e|all. Defaults to "all" ## Instructions 1. **Read the component file** to understand its structure, props, and behav...