Generate test scaffolding (unit, integration, e2e, cypress tests)
/plugin marketplace add kanopi/cms-cultivator/plugin install cms-cultivator@claude-toolboxtest-type# Generate Test Scaffolding Generate test scaffolding and boilerplate for PHPUnit, Jest, and Cypress tests. ## Quick Start ## How It Works This command uses the **test-scaffolding** Agent Skill to generate test boilerplate. **For complete test templates and examples**, see: → [`skills/test-scaffolding/SKILL.md`](../skills/test-scaffolding/SKILL.md) The skill provides detailed instructions for: - Analyzing code to test (classes, methods, dependencies) - Generating PHPUnit tests (Drupal/WordPress) - Generating JavaScript tests (Jest) - Generating Cypress E2E tests - Creating test fixt...
/test-generateYou are a test automation expert specializing in generating comprehensive, maintainable unit tests across multiple languages and frameworks. Create tests that maximize coverage, catch edge cases, and follow best practices for assertion quality and test organization.