Generate comprehensive test suite for: $ARGUMENTS
/plugin marketplace add lifangda/claude-plugins/plugin install accessibility-suite@claude-pluginstesting/# Generate Tests Generate comprehensive test suite for: $ARGUMENTS ## Current Testing Setup - Test framework: @package.json or @jest.config.js or @vitest.config.js (detect framework) - Existing tests: !`find . -name "*.test.*" -o -name "*.spec.*" | head -5` - Test coverage: !`npm run test:coverage 2>/dev/null || echo "No coverage script"` - Target file: @$ARGUMENTS (if file path provided) ## Task I'll analyze the target code and create complete test coverage including: 1. Unit tests for individual functions and methods 2. Integration tests for component interactions 3. Edge case and...