Generate comprehensive tests for changes
/plugin marketplace add lenneTech/claude-code/plugin install lennetech-lt-plugins-lt@lenneTech/claude-codebackend/Analyze recent changes and create appropriate tests: 1. **Identify all changed/new modules**: 2. **For each new module** in `src/server/modules/`: - Create E2E test in `tests/modules/<module-name>.e2e-spec.ts` - Analyze existing tests as templates - Fully understand TestHelper (read source code) 3. **For each modified module**: - Update existing test in `tests/modules/` - Test new/changed properties - Test changed validations 4. **Security Testing**: - Check @Restricted/@Roles decorators - Test with Admin User (user.roles contains 'admin') - Test with Crea...
/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.